.banner-part {
	/* background: url(../../images/bannerhome.jpg); */
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	padding: 135px 0px 75px;
	position: relative;
	/* z-index: 1 */
}

.banner-part2 {
	/* background: url(../../images/dea/motor.jpg); */
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	padding: 135px 0px 75px;
	position: relative;
	/* z-index: 1 */
}

.banner-part2::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65)); */
	z-index: -1
}

.banner-part3 {
	background: url(../../images/dea/auction.jpg);
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	padding: 135px 0px 75px;
	position: relative;
	/* z-index: 1 */
}

.banner-part3::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65)); */
	z-index: -1
}

.banner-part4 {
	background: url(../../images/dea/motor2.jpg);
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	padding: 135px 0px 75px;
	position: relative;
	/* z-index: -1 */
}

.banner-part4::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65)); */
	z-index: -1
}

.banner-part5 {
	/* background: url(../../images/dea/property.jpg); */
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	padding: 135px 0px 75px;
	position: relative;
	/* z-index: -1 */
}

.banner-part5::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65)); */
	z-index: -1
}

.banner-part6 {
	/* background: url(../../images/dea/jobs.jpg); */
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	padding: 135px 0px 75px;
	position: relative;
	/* z-index: -1 */
}

.banner-part6::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65)); */
	z-index: -1
}

.banner-part7 {
	/* background: url(../../images/dea/market.jpg); */
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	padding: 135px 0px 75px;
	position: relative;
	/* z-index: -1 */
}

.banner-part7::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65)); */
	z-index: -1
}

.banner-part8 {
	background: url(../../images/dea/services.jpg);
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	padding: 135px 0px 75px;
	position: relative;
	/* z-index: -1 */
}

.banner-part8::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65)); */
	z-index: -1
}

.banner-part9 {
	background: url(../../images/dea/stores.jpg);
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: cover !important;
	padding: 135px 0px 75px;
	position: relative;
	/* z-index: -1 */
}

.banner-part9::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65)); */
	z-index: -1
}

.banner-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65)); */
	z-index: -1
}

.banner-content {
	text-align: left;
}

.banner-content h1 {
	color: var(--white);
	margin-bottom: 20px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3)
}

.banner-content p {
	width: 600px;
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto 45px;
	color: var(--white);
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3)
}

@media (max-width: 767px) {
	.banner-part {
		padding: 60px 0px 145px
	}
	.banner-content h1 {
		font-size: 30px;
		line-height: 22px;
		text-align:center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.banner-content p {
		width: 100%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-part {
		padding: 80px 0px 175px
	}
}

.suggest-part {
	position: relative;
	margin-top: -85px;
	z-index: 2
}

.suggest-slider .slick-slide img {
	display: inline-block
}

.feature-card-slider {
	margin-left: 50px;
	margin-bottom: 18px
}

.feature-thumb-slider {
	margin-left: 50px
}

@media (max-width: 991px) {
	.feature-card-slider,
	.feature-thumb-slider {
		margin-left: 0px
	}


	
}

@media (min-width: 400px) and (max-width: 575px) {
	.feature-card-slider {
		width: 370px;
		margin: 0px auto 30px
	}
	.feature-thumb-slider {
		width: 370px;
		margin: 0px auto
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.feature-content {
		position: inherit;
		padding: 20px 20px 15px;
		background: var(--heading);
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px
	}
	.feature-img img {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px
	}
	.feature-wish {
		top: 15px;
		right: 15px
	}
	.feature-meta {
		display: flex;
		flex-direction: column
	}
	.feature-price {
		margin: 0px 0px 5px
	}
}

/*.recomend-slider .product-card {
	margin: 0px 10px 20px 0px;
}*/

@media (max-width: 575px) {
	/* .recomend-slider .product-card {
		width: 255px;
	} */
}

@media (max-width: 321px) {
	/*.recomend-slider .product-card {
		width: 280px !important;
	}*/
}

@media (min-width: 576px) and (max-width: 767px) {
	/*.recomend-slider .product-card {
		width: 300px
	}*/
}

.niche-part .niche-nav {
	margin-bottom: 30px
}

.niche-part .tab-pane {
	padding: 0px
}

/*.niche-part .tab-pane .row {
	justify-content: center
}*/

.niche-part .product-card {
	margin-bottom: 30px
}

@media (max-width: 575px) {
	.niche-nav .nav-tabs li .nav-link {
		font-size: 12px;
		line-height: 18px;
		padding: 10px 10px
	}
}

@media (min-width: 380px) and (max-width: 575px) {
	.niche-part .product-card {
		width: 350px;
		margin: 0px auto 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.niche-part .container {
		max-width: 990px
	}
	.niche-part .container .col-lg-3 {
		padding: 0px 10px
	}
}

.category-part .row:nth-child(2) {
	justify-content: center
}

.intro-part {
	padding: 112px 0px 415px;
	margin-top: 120px;
	position: relative;
	background: linear-gradient(#04b, #080229)
}

.intro-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../../images/bg/02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.intro-part .section-center-heading {
	margin-bottom: 0px
}

.intro-part .section-center-heading h2 {
	font-size: 45px;
	line-height: 55px;
	color: var(--white);
	margin-bottom: 22px
}

.intro-part .section-center-heading p {
	color: var(--white);
	margin-bottom: 45px
}

@media (max-width: 575px) {
	.intro-part .section-center-heading h2 {
		font-size: 28px;
		line-height: 36px
	}
}

@media (max-width: 767px) {
	.intro-part {
		margin-top: 60px;
		padding: 50px 0px 365px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.intro-part {
		margin-top: 80px;
		padding: 70px 0px 385px
	}
}

.price-part {
	margin-top: -300px
}

.price-part .row:nth-child(2) {
	justify-content: center
}

.price-part .section-center-heading h2,
.price-part .section-center-heading p {
	color: var(--white)
}

.blog-part {
	padding: 120px 0px
}

.blog-card {
	margin: 0px 0px
}

.blog-btn {
	text-align: center;
	margin-top: 50px
}

@media (max-width: 575px) {
	.blog-card {
		width: auto;
	}
}

@media (max-width: 767px) {
	.blog-part {
		padding: 30px 0px 60px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.blog-card {
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.blog-part {
		padding: 50px 0px 80px
	}
}



@media (max-width: 767px) {


	.banner-part {
		
		background-repeat: no-repeat !important;
		background-position: center;
		background-size: contain !important;
		padding: 135px 0px 0px;
		position: relative;
		
	}


	.banner-part2 {
		
		background-repeat: no-repeat !important;
		background-position: center;
		background-size: contain !important;
		padding: 135px 0px 0px;
		position: relative;
		
	}

	.banner-part3 {
		
		background-repeat: no-repeat !important;
		background-position: center;
		background-size: contain !important;
		padding: 135px 0px 0px;
		position: relative;
		
	}

	.banner-part4 {
		
		background-repeat: no-repeat !important;
		background-position: center;
		background-size: contain !important;
		padding: 135px 0px 0px;
		position: relative;
		
	}

	.banner-part5 {
		
		background-repeat: no-repeat !important;
		background-position: center;
		background-size: contain !important;
		padding: 135px 0px 0px;
		position: relative;
		
	}


	.banner-part6 {
		
		background-repeat: no-repeat !important;
		background-position: center;
		background-size: contain !important;
		padding: 135px 0px 0px;
		position: relative;
		
	}


	.banner-part7 {
		
		background-repeat: no-repeat !important;
		background-position: center;
		background-size: contain !important;
		padding: 135px 0px 0px;
		position: relative;
		
	}


	.banner-part8 {
		
		background-repeat: no-repeat !important;
		background-position: center;
		background-size: contain !important;
		padding: 135px 0px 0px;
		position: relative;
		
	}


	.banner-part9 {
		
		background-repeat: no-repeat !important;
		background-position: center;
		background-size: contain !important;
		padding: 135px 0px 0px;
		position: relative;
		
	}

	.xsbg {background: #fff !important;
		padding: 10px;
		border-radius: 10px;
	padding-bottom: 0px;}

	


}

/* 26 july 2022 start*/

input#search-sections1::placeholder {
    color: gray !important;
}

/* 26 july 2022 end*/