body{background:#ffffff; margin:0; padding:0;  color:#484848; font-size: 16px; font-family: "Poppins", sans-serif; font-weight: 400;
 -webkit-font-smoothing:antialiased;  -webkit-text-size-adjust:none; overflow-x:hidden;} 
a{text-decoration:none;outline: none; color:#484848;display: inline-block;}
button{outline: none;  -moz-appearance: none; -webkit-appearance: none;-ms-appearance: none;appearance: none;}
img{border:none; outline:none;  max-width: 100%; height: auto;}
*{box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
input[type="submit"], a:hover{
-moz-appearance: none;-webkit-appearance: none;appearance: none; 
transition:all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; 
-moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;}
h1,h2,h3,h4,h5{font-family: "Poppins", sans-serif; margin: 10px 0;}
h1{font-size: 2em;}
h2{font-size: 38px; color: #333333; font-weight: 500;}
h3{font-size: 20px; color: #000000; font-weight: 500;}
h4{font-size: 1.2em;}
input, textarea {background: #ffffff none repeat scroll 0 0;border: 1px solid #e9e9e9;font-size: 12px;
    height: 35px;padding: 8px 10px;width: 270px; border-radius: 0;-moz-border-radius: 0;
    -webkit-border-radius: 0;-ms-border-radius: 0;}
input[type="checkbox"],input[type="radio"]{width: auto; height: auto; padding: 0;}
textarea{height: 114px;}
select {-moz-appearance: none;-webkit-appearance: none;appearance: none;-ms-appearance: none; 
    background: #ffffff url("images/drop_down.png") no-repeat scroll right center;
    border: 1px solid #e9e9e9;color: #58595b;font-family: 'Hind', sans-serif;
    font-size: 12px;height:35px;width: 114px;margin: 0 0;}
ul{padding: 0 0 0 10px;}
ul li{padding: 0;}
.aligncenter{display: block;margin:0 auto; float: none;}
.alignright{float:right; margin-left:10px; }
.alignleft{float: left; margin-right:10px;}

/*-------------------*/
.container{margin: 0 auto; width: 100%; padding: 0 50px;}
.btn{
    min-width: 159px;
    min-height: 48px;
    line-height: 1.5;
    background-color: #1572D3;
    border: 2px solid #1572D3;
    border-radius: 8px;
    padding: 8px;
    color: #ffffff;
}
.btn:hover{
    background-color: transparent;
    color: #1572D3;
    border: 2px solid #1572D3;
}

.btn-2{
    background-color: transparent;
    color: #4E4E4E;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 500;

}
.pre-heading h4{
    font-size: 14px;
    font-weight: 400;
    color: #1572D3;
    background-color: #1572D31A;
    border-radius: 8px;
    min-width: 161px;
    min-height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    padding: 0 30px;
}

.icon-blue-bg{
    width: 64px;
    height: 64px;
    border-radius: 16px;
    line-height: 64px;
    display: inline-block;
    background-color: #ECF5FF;
    text-align: center;
}
/*------------------------*/
header{
    background-color: #ffffff;
}

header .brand-logo{
    width: 100px;
}
header{
    font-weight: 500;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover{
    color: #1572D3;
}
header .navbar-toggler{
    border: 2px solid #1572D3;
}
header .navbar-toggler:focus{
    box-shadow: none;
}   

/*-------banner--------*/
.banner{
    position: relative;
}
.banner .banner-inner-img{
    max-width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

/*------banner-search-------*/
.banner-search .row{
    position: relative;
    background-color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #1572D3;
    border-radius: 12px;
    box-shadow: 0px 6px 12px 0px #B6E2D3;
    margin-top: -35px;

}

.banner-search h4{
    font-size: 1em;
    color: #3E3E3E;
}
.banner-search p{
    font-size: 0.8em;
    color: #B6B6B6;
}
/*------how-it-works------*/
.how-it-works .how-it-works-wrap{
    max-width: 840px;
    margin: 0 auto;
}
.how-it-works .img-box{
    width: 112px;
    height: 115px;
    line-height: 112px;
    display: inline-block;
    border-radius: 16px;
    background-color: #ECF5FF;
}

.how-it-works p{
    color: #6D6D6D;
    font-size: 14px;
}

/*---------car-banner----------*/
.car-banner{
    min-height: 282px;
    background-repeat: no-repeat;
    background-size: cover;
}
.car-banner-wrap{
    width: 90%;
    margin: 0 auto;
    border-radius: 12px;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(2px);
    padding:50px 30px;
}

/*--------why-choose----------*/
.why-choose{
    position: relative;
    background: url(../images/why-choose-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

/*--------popular-cars----------*/
.popular-cars .product-card{
    border-radius: 16px 16px;
    background-color: #ffffff;
    filter: drop-shadow(0 12px 24px rgba(16, 76, 139, 0.16));
    padding: 20px;
    text-align: left;
}
.popular-cars .product-card .product-img{
    width: 100%;
    height: 155px;
    line-height: 155px;
}
.popular-cars .product-card h4{
    color: #262626;    
    font-size: 16px;
    font-weight: 500;
}

.product-card p.rating{
    color:#808080;
    font-size: 12px;
}
.product-card p.rating span{
    color: #000000;
    font-weight: 500;
}
.product-card p.rating .bi-star-fill::before{
    vertical-align: unset;
}

.popular-cars table{
    text-align: left;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0 20px;
}
.popular-cars table tr{
    border:none;
}
.popular-cars table td{
    font-size: 12px;
    color: #959595;
    border:none;
    padding: 0 0 10px;
}

.product-card p.price{
    font-size: 14px;
}

/*-------------------*/
.testimonials{
    position: relative;
    margin-bottom: 30px;
}
.testimonials .testimonials-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0;
    text-align: center;
    height: 414px;
    position: relative;
}
.testimonials .testimonials-heading{
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(3px);
    width: 600px;
    max-width: 80%;
    padding:20px 30px;
    margin-top: -50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.testimonials .testimonials-heading h3{
    color: #ffffff;
    font-weight: 700;
}
.testimonials .testimonials-heading h2{
    color: #ffffff;
    font-weight: 800;
}
.testimonials .owl-slider{
    margin-top: -150px;
}
.testimonials .owl-carousel .owl-stage-outer{
    padding-bottom: 30px;
}
.testimonials .testimonials-card{
    border-radius: 24px;
    background-color: #FFF;
    box-shadow: 0 12px 24px 0 rgba(16, 76, 139, 0.16);
    max-width: 794px;
    display: flex;
}
.testimonials .testimonials-card .testimonials-img, 
.testimonials .testimonials-card .testimonials-details{
    width: 50%;
}
.testimonials .testimonials-card .testimonials-details{
    padding: 25px 25px 50px;
    position: relative;
}
.testimonials .testimonials-card .testimonials-details h2{
    color: #383838;
    font-size: 64px;
    font-weight: 500;
}
.testimonials .testimonials-card .testimonials-details h2 span{
    font-size: 24px;
}
.testimonials .testimonials-card .testimonials-details p{
    font-size: 18px;
    color: #282828;
}
.testimonials .testimonials-details p.testimonial-writer{
    font-size: 24px;
    font-weight: 500;
    color: #252525;
    position: absolute;
    bottom: 15px;
}

/*-----------------*/
footer{
    font-size: 14px;
    font-weight: 400;
    color: #D6D6D6;
    background-color: #051C34;
}

footer h5{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

footer .footer-bottom{
    font-size: 12px;
}

footer .footer-bottom p{
    border-top:1px solid #575757;
}

footer a{
    color: #D6D6D6;
}
footer a:hover{
    color: #fff;
}