@charset "utf-8";
/* CSS Document */


/*---------------*/
@media screen and (min-width:1500px), screen and (min-height: 850px){

}
/*---------------*/
@media screen and (max-width: 1660px){
 
}
/*---------------*/
@media screen and (max-width: 1440px){

}
/*---------------*/
@media screen and (max-width: 1280px){
	.container{padding: 0 20px;}
}

/*---------------*/
@media screen and (max-width: 1024px){
	h2 {
    	font-size: 28px;
	}
	h3 {
    	font-size: 18px;
	}
}

/*---------------*/
@media screen and (max-width: 992px){
	
}

/*---------------*/
@media screen and (max-width: 768px){
	.btn {
	    min-width: 130px;
	    min-height: 38px;
	}
	header .navbar-collapse{
		padding-bottom: 20px;
	}
	.banner-search .row{
		margin: 20px 0;
		padding: 0 8px;
	}
	.banner-search .row .col-6.col-md-3{
		margin: 10px 0;
	}

	.banner-search .border-end {
    	border: none !important;
	}
	.why-choose{
		background-position: top left;
		background-size: 85%;
		margin-top: 0 !important;
		padding-top: 40px;
	}
	.why-choose .product-details{
		padding: 20px;
	}
	.testimonials .owl-slider{
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 24px;
    	box-shadow: 0 12px 24px 0 rgba(16, 76, 139, 0.16);
	}

	.testimonials .testimonials-card{
	    display: inline-block;
	    border-radius: unset;
	    box-shadow: none;
	    background-color: transparent;
	}
	.testimonials .testimonials-card .testimonials-img, 
	.testimonials .testimonials-card .testimonials-details{
	    width: 100%;
	}
	.testimonials .testimonials-card .testimonials-img img{
		border-radius: 24px;
	}
}

/*---------------*/
@media screen and (max-width: 480px){
	h2 {
    	font-size: 24px;
	}
	h3 {
    	font-size: 16px;
	}
	.banner .banner-inner-img{
		width: 200px;
	}
	.car-banner {
	    min-height: 200px;
	}
	.car-banner .car-banner-wrap {
	    padding: 30px 20px;
	}
	.how-it-works .img-box {
	    width: 80px;
	    height: 80px;
	    line-height: 80px;
	}
	.how-it-works .img-box img{
		width: 38px;
	}

	.icon-blue-bg {
	    width: 48px;
	    height: 48px;
	    line-height: 48px;
	    border-radius: 8px;
	}
	
}

/*---------------*/
@media screen and (max-width: 400px){

}
