* {
    -webkit-font-kerning: none;
    font-kerning: none;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
    outline: 0;
    text-decoration: none;
    margin: 0;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

figure {
    margin: 0;
    display: block;
    border: 0;
}

button:focus {
    outline: 0;
}

.scroll:hover {
    animation: scrollslide 20s linear infinite;
    -webkit-animation: scrollslide 20s linear infinite;
    -moz-animation: scrollslide 20s linear infinite;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
}

input,
select,
textarea,
button,
.ui-btn {
    font-family: 'Carlito', sans-serif !important;
}

a {
    color: inherit;
    font-family: 'Montserrat', Arial, sans-serif;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    aspect-ratio: attr(width)/attr(height);
}

textarea {
    /*resize: none;*/
}

.btn:active,
.btn:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container {
    /*max-width: 1450px;*/
    max-width: 1232px;
}



/*-- button effects --*/

.btn-hover {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 13px 44px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #ffffff;
}

/*.btn-hover.color {*/
/*    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);*/
/*    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);*/
/*}*/
.btn-hover.color {
        background-image: linear-gradient(to right, #4267b2, var(--blue), #4267b2, var(--blue));
        box-shadow: 0 4px 15px 0 rgb(73 43 129);
}

/*-- index buttons --*/

.btn-hover1 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 13px 44px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
}

.btn-hover1:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #ffffff;
}

.btn-hover1.color {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}



/*-- sticky sidebar --*/

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /*&:nth-child(2) { top: 25%; }*/
    /*&:nth-child(3) { top: 50%; }*/
    /*&:nth-child(4) { top: 75%; }*/
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

/*-- sticky sidebar end --*/

/*-- header start --*/
.navbar-brand {
    margin-right: 30px;
    padding: 10px 0;
}

.topbar {
    background-color: #4267b2;
    text-align: center;
    padding: 11px 0;
}

header .navbar {
    padding: 0;
    align-items: end;
}

header .topbar-info span {
    font-size: 16px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #000B0B;
    margin: 0 10px;
}

.topbar-info a {
    font-size: 16px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #ffffff;
}

.topbar-info .login {
    float: right;
}

header .topbar-info a {
    font-size: 16px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: #000B0B;
    display: block;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #210808 !important;
    font-size: 16px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    padding: 0;
}

.banner {
    background-image: url(../assets/banners/ameya1.png);
   
  
    background-size: cover;
   
    height:550px;




}


.banner .form-control:focus {
    border-color: #294899;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(30 177 171 / 30%);
}

header {
    background-color: #f6f6f6;
    /*box-shadow: 0px 5px 6px 0px #ccc;*/
    z-index: 111;
    position: relative;
}

header .fixed-top {
    position: fixed;
    z-index: 1030;
}

header .right a {
    margin-left: 35px;
}

.banner .banner-info {
    padding-top: 120px;
    padding-left: 1%;
}

.banner .banner-info h1 {
    font-size: 60px;
    font-weight: 400;
    color: #210808;
    letter-spacing: 1px;
}

.banner .banner-info .fa-search:before {
    content: "\f002";
    right: 15px;
    position: absolute;
    top: 50%;
    color: #4267b2;
}

.form-group {
    /*width: 85%;*/
    margin: 0;
    position: relative;
}

.form-control {
    /*padding: 22px 15px;*/
    /*padding: 10px 10px;*/
    border: 0;
    box-shadow: 1px 2px 3px 0px #21212126;
}

.banner .banner-info p {
    font-size: 24px;
    font-weight: 400;
    color: #210808;
    padding-top: 15px;
    padding-bottom: 20px;
}

.banner .banner-info a {
    color: #ffffff;
    background-color: #2b52b2;
    font-size: 22px;
    font-weight: 400;
    padding: 8px 13px;
    border-radius: 15px;
}

.banner .banner-info i {
    color: #ffffff;
    font-size: 16px;
}

header .nav-item {
    position: relative;
    padding: 0 10px;
    line-height: 60px;
    

}

header .nav-item:before {
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
/*    border-bottom: 8px solid #4267b2;*/
    z-index: 10;
    opacity: 0;
    bottom: -8px;
    transform: rotatex(180deg);
}

header .nav-item:hover:before {
    /*bottom: 0;*/
    opacity: 1;
}

header .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    /*background-color: #8167a9;*/
    background: linear-gradient(to top, #294899 70%, #4267b2 30%);
    opacity: 0;
    transition: all 200ms linear;
}

header .nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

/*header .nav-item.active:hover:after{*/
/*	opacity: 0;*/
/*}*/


.topbar-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}

.topbar-info ul .navbar-item {
    position: relative;
    margin-right: 10px;
    line-height: 60px;
}

.topbar-info ul .span-item {
    line-height: 60px;
}

.topbar-info ul .navbar-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    /*background-color: #8167a9;*/
    background: linear-gradient(to top, #e63c35 70%, #e63c35 30%);
    opacity: 0;
    transition: all 200ms linear;
}

.topbar-info ul .navbar-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.topbar-info ul .navbar-item:before {
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
/*    border-bottom: 8px solid #294899;*/
    z-index: 10;
    opacity: 0;
    bottom: -8px;
    transform: rotatex(180deg);
}

.topbar-info ul .navbar-item:hover:before {
    /*bottom: 0;*/
    opacity: 1;
}



/*-- header end --*/


/*-- easy mint steps process --*/

.easysteps {
    position: relative;
    /*width: 61%;*/
    /*margin: -60px auto 20px;*/
    text-align: center;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 30px 15px;
    position: relative;
    transition: 0.6s;
}

.easystep {
    position: relative;
    /*width: 61%;*/
    /*margin: -60px auto 20px;*/
    text-align: center;
    border-radius: 10px;
    background-color: #f8f9fa;
   
    padding: 30px 15px;
    position: relative;
    transition: 0.6s;
}



/*.easysteps:hover i {*/
/*    transition: 0.6s;*/
/*    right: -35px;*/
/*}*/

.easysteps i {
    transition: 0.6s;
    position: absolute;
    top: 15%;
    right: 0;
}

.easysteps figure {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.easysteps .title {
    padding-bottom: 10px;
    text-align: left;
}

.easysteps .title span {
    font-size: 19px;
    color: #000000;
    /*text-transform: uppercase;*/
    font-weight: 500;
    line-height: 24px;
}

.easysteps .title h2 {
    font-size: 24px;
    color: #294899;
    /*text-transform: uppercase;*/
    font-weight: bold;
    line-height: 43px;
}

.easysteps .process-infoo {
    padding-top: 20px;
}

.easysteps .down {
    padding-top: 55px;
}

.easysteps h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    display: initial;
    padding: 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 10px;
    /*text-transform: uppercase;*/
}

.easysteps p {
    font-size: 18px;
    font-weight: 400;
    color: #241B1B;
    line-height: 30px;
    padding: 20px 30px 0;
}

/*-- online-Finance start --*/

.online-finance {
    background-color: #EEF3F9;
    padding: 70px 0 0;
}

.online-finance figure {
    width: 100%;
    height: 100%;
    margin: 0;
}

.online-finance figure img {
    width: 100%;
    height: 100%;
}

.finance-info {
    padding-left: 10%;
}

.online-finance span {
    font-size: 29px;
    font-weight: bold;
    color: #2b52b2;
    text-transform: uppercase;
}

.online-finance h2 {
    font-size: 50px;
    font-weight: bold;
    color: #2b52b2;
    text-transform: uppercase;
    line-height: 45px;
    padding-bottom: 30px;
}

.online-finance p {
    font-size: 19px;
    font-weight: 200;
    color: #000000;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.online-finance a i {
    font-size: 35px;
    font-weight: bold;
    color: #dc3545;
    transition: all ease 0.6s;
}

/*-- online-finance end --*/


/*-- mint-video start --*/

.mint-video {
    text-align: center;
    padding: 50px 0 30px;
}

.mint-video h2 {
    font-size: 57px;
    font-weight: bold;
    color: #2b52b2;
    text-transform: uppercase;
    line-height: 45px;
    padding-bottom: 30px;
}

.mint-video p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    padding-bottom: 30px;
}

/*-- mint-video end --*/


/*-- testimonials-wrap start --*/


.testimonials-wrap .owl-carousel .owl-item figure {
    width: 100%;
    height: 100%;
}

.testimonials-wrap .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: fill;
}

.testimonials-wrap {
    background-color: rgb(203 203 203 / 27%);
    padding: 20px 0 20px;
}

.testimonials-wrap .testimonial-box {
    background-color: #ffffff;
    margin: 50px 20px;
}

.testimonials-wrap .testimonial-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333838;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.testimonials-wrap .testimonial-box p {
    font-size: 18px;
    font-weight: 400;
    color: #333838;
    padding-bottom: 3px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 20px;
}

.testimonials-wrap .testimonial-box b {
    color: #294899;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.testimonials-wrap .testimonial-box .item-text {
    padding: 10px 25px;
}

.testimonials-wrap .item .box {
    box-shadow: -3px 3px 5px 0px #00000045;
}

.testimonials-wrap .owl-nav span {
    color: #fff;
    font-size: 60px;
    line-height: 35px;
}

.testimonials-wrap .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.testimonials-wrap .owl-nav .owl-next {
    float: right;
    right: -40px;
}

.testimonials-wrap .heading-section {
    text-align: center;
}

.testimonials-wrap .heading-section h3 {
    font-size: 30px;
    font-weight: bold;
    color: #878888;
    /*text-transform: uppercase;*/
}

.testimonials-wrap .owl-nav .owl-prev {
    left: -40px;
}

.testimonials-wrap .owl-dots {
    display: none;
}

.testimonials-wrap .owl-carousel .owl-nav button.owl-next,
.testimonials-wrap .owl-carousel .owl-nav button.owl-prev,
.testimonials-wrap .owl-carousel button.owl-dot {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #294899;
    border-radius: 50%;
    position: relative;
}

/*-- testimonials-wrap end --*/


/*-- download-access start --*/

.download-access {
    background: linear-gradient(0deg, transparent 53%, #fff 53%), linear-gradient(82deg, #2b52b2 10%, #294899 60%);
    
}

.download-access figure {
    margin-bottom: -45px;
    position: relative;
    z-index: 1;
}

.download-access figure img {
    width: 100%;
}

.download-access .access-info {
    padding-top: 100px;
}

.download-access .access-info h2 {
    font-size: 36px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #294899;
    padding-bottom: 28px;
}

.download-access .access-info .left {
    padding-left: 7%;
}

.download-access .access-info .left a {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all ease 0.5s;
}

.download-access .access-info .left a span {
    transition: all ease 0.5s;
}

.download-access .access-info .left a:hover span {
    transition: all ease 0.5s;
    margin-left: 15px;
}

.download-access .access-info p {
    font-size: 22px;
    color: #F8F7F7;
    font-weight: 400;
    padding-bottom: 30px;
}

.download-access .access-info p span {
    display: block;
    transition: all ease 0.5s;
}

.download-access .access-info h3 {
    font-size: 37px;
    font-weight: 400;
    color: #4267b2;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-left: -20px;
}

/*-- download-access end --*/


/*-- who-we-are --*/

.whowe {
    background-image: url(../assets/banners/backgroundhome.webp);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    text-align: center;
    padding: 85px 0;
}

.whowe .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 45%);
}

.whowe h2 {
    font-size: 38px;
    font-weight: bold;
    color: #294899;
    /*text-transform: uppercase;*/
    line-height: 45px;
    padding-bottom: 30px;
}

.whowe p {
    font-size: 22px;
    font-weight: 400;
    color: #212121;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    /*text-transform: capitalize;*/
}

.whowe a {
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #294899;
    display: inline-block;
    border-radius: 15px;
    color: #f7f7f7;
    font-weight: bold;
    margin-top: 20px;
}

/*-- who-we-are end --*/


/*-- popular-makes start --*/

.popular-makes {
    text-align: center;
    padding: 50px 0;
}

.popular-makes .brand figure {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.popular-makes .brand:hover {
    transition: 2s;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: -3px 3px 6px 1px rgb(0 0 0 / 20%);
}

.popular-makes .brand:hover img {
    transform: scale(1.05);
    transition: 0.4s;
}

.popular-makes .brand figure img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.4s;
    object-fit: contain;
}

.popular-makes .brand {
    border: 1px solid #294899;
    border-radius: 8px;
    padding: 5px 2px;
    transition: 2s;
    height: 100%;
}

.popular-makes .main-title {
    padding-bottom: 40px;
}

.popular-makes .main-title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #2b52b2;
    /*text-transform: uppercase;*/
}

/*-- popular-makes end --*/


/*-- cars-trucks start --*/


/*-- cars-trucks end --*/

.cars-trucks {
    text-align: center;
    padding: 50px 0 80px;
}

.cars-trucks .brand figure {
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.cars-trucks .brand figure img {
    width: 100%;
    height: 100%;
}

.cars-trucks .brand h6 {
    font-size: 14px;
    padding-top: 13px;
    color: #294899;
    font-weight: 400;
}

.cars-trucks .brand {
    border: 1px solid #cccccc5e;
    border-radius: 8px;
    padding: 10px 1px;
    background-color: #cccccc5e;
    transition: all ease 0.6s;
}

.cars-trucks .brand:hover {
    border: 1px solid #2b52b2;
    transition: all ease 0.6s;
}

.cars-trucks .main-title {
    padding-bottom: 40px;
}

.cars-trucks .main-title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #2b52b2;
    /*text-transform: uppercase;*/
}

/*-- drively start --*/

.drively {
    /*background: linear-gradient(115deg, transparent 73%, #fff 73%), linear-gradient(82deg, #4267b2 10%, #294899 60%);*/
   background:  linear-gradient(162deg, transparent 100%, #fff 100%), linear-gradient(84deg, #4267b2 10%, #294899 60%);
    background-color: #ffffff;
    padding: 20px 0;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

drively .mobility-image figure img {
    width: 100%;
    height: 100%;
}

.drively .main-title {
    text-align: center;
    margin-bottom: 40px;
}

.drively .main-title h2 {
    overflow: hidden;
    text-align: center;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #ffffff;
}

.drively .main-title h2:before,
.drively .main-title h2:after {
    background-color: #ffffff70;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.drively .main-title h2:before {
    right: 3px;
    margin-left: -50%;
}

.drively .main-title h2:after {
    left: 3px;
    margin-right: -50%;
}


.drively .small {
    padding: 0px 40px 0;
}

.drively figure {
    width: 100%;
    height: 100%;
}

.drively .item figure img {
    width: 25%;
    height: 100%;
    margin: 0 auto;
}

.drively .mobility-image figure img {
    width: 100%;
    height: 100%;
}

.drively .mhn-text p {
    font-size: 21px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    padding-top: 20px;
}

/*-- drively end --*/


/*-- footer start --*/
.footer {
    background-color: #4267b2;
    position: relative;
    padding-bottom: 20px;
}

.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4267b2;
    opacity: 0.17;
}

.footer .footer-top {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F7F7F8;
    margin-bottom: 20px;
}

.footer .footer-top span {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #F7F7F8;
    margin-right: 25px;
}

.footer .footer-top .left a {
    font-size: 28px;
    font-weight: bold;
    color: #F7F7F8;
    margin-right: 5px;
}

.footer .footer-top .right {
    text-align: right;
}

.footer .footer-top .right a {
    font-size: 18px;
    font-weight: bold;
    color: #F7F7F8;
    margin-left: 25px;
    text-decoration: none;
}

.footer .footer-top .right a:hover {
    color: #bfbfbf;
    text-decoration: none;
    /*text-shadow: 0px 0px 4px #22beb8;*/
}

.footer .footer-top .right a i {
    margin-right: 7px;
}

.footer .footer-top .right a:hover i {
    color: #ffffff;
    text-shadow: unset;
}

.bottom {
    height: 15px;
    background-color: #c33676;
}

.footer .footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-links ul li a {
    font-size: 16px;
    letter-spacing: 0.6px;
    color: #F7F7F8;
    transition: 0.3s;
    display: inline-block;
    line-height: 30px;
    padding-bottom: 5px;
    font-weight: 500;
    transition: all ease 0.3s;
    /*text-transform: capitalize;*/
    text-decoration: none !important;
}

.footer .footer-links ul li a:hover,
.footer .footer-bottom li a:hover {
   color: #ffffff;
        text-decoration: none;
        text-shadow: 0px 0px 4px #634e8b;
}

.footer .footer-links h3 {
    font-size: 18px;
    font-weight: bold;
    color: #F7F7F8;
    padding-bottom: 20px;
}

.footer .footer-bottom {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}

.footer .footer-bottom li a {
    font-size: 17px;
    font-weight: 500;
    color: #F7F7F8;
    text-transform: capitalize;
    letter-spacing: 0.6px;
}

.footer .footer-bottom span {
    padding: 0 30px;
    color: #ffffff;
}

.footer .copyright {
    padding-top: 20px;
}

.footer .copyright h4 {
    font-size: 18px;
    color: #F7F7F8;
    letter-spacing: 0.4px;
}

.footer .copyright .design-right {
    text-align: right;
}

.footer .copyright a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 4px #22beb8;
}

#footer-bottom {
    padding: 80px 0 0;
}

/*-- footer end --*/

/* Procut Details Area css
============================================================================================ */
.product_details_left .price_title {
    border-bottom: 1px solid #e5e5e5;
}

.product_details_left .price_title .left {
    display: flex;
    align-items: center;
}

.product_details_left .price_title .left h3 {
    color: #34373b;
    font: bold 36px;
    margin-bottom: 20px;
    padding-right: 14px;
}

.product_details_left .price_title .left .review_link {
    font-size: 14px;
    color: #777777;
    margin-left: 10px;
    margin-bottom: 15px;
}

.product_details_left .price_title .right h4 {
    font: bold 36px;
    margin-bottom: 0px;
}

.product_details_left .product_info {
    padding: 18px 0px;
}

.product_details_left .product_info a {
    background: #f5f7f7;
    display: inline-block;
    padding: 0px 13px;
    font: normal 16px/40px;
    color: #777777;
    margin-right: 21.5px;
}

.product_details_left .product_info a:last-child {
    margin-right: 0px;
}

.product_details_left .product_info a i {
    padding-right: 10px;
    font-size: 14px;
}

.product_details_left .product_info a:hover {
    color: #fff;
}

.product_d_slider .product_main_slider .item {
    display: block !important;
}

.product_d_slider .product_nav_slider {
    padding-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.product_d_slider .product_nav_slider .item {
    display: block !important;
    padding: 0px 10px;
}

.product_d_slider .product_nav_slider .item .img_inner {
    position: relative;
    cursor: pointer;
}

.product_d_slider .product_nav_slider .item .img_inner:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 300ms linear 0s;
}

.product_d_slider .product_nav_slider .item img {
    width: 100%;
}

.product_d_slider .product_nav_slider .item.slick-current .img_inner:before {
    opacity: 1;
}

.product_overview_text {
    margin-top: 70px;
}

.product_overview_text h4 {
    color: #34373b;
    font: bold 36px;
    margin-bottom: 16px;
}

.product_overview_text p {
    margin-bottom: 25px;
}

.product_overview_text .nav li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #777777;
    display: block;
    cursor: auto;
}

.product_overview_text .nav li img {
    position: absolute;
    left: 0px;
    top: 5px;
}

.product_overview_text .nav li:last-child {
    margin-bottom: 0px;
}

.specification_area {
    margin-top: 60px;
}

.specification_area .single_b_title {
    margin-bottom: 35px;
}

.specification_area .single_b_title h3 {
    margin-bottom: 0px;
    font-size: 36px;
}

.specification_area .left_spec {
    margin-right: 30px;
    height: 100%;
}

.specification_area .left_spec .nav {
    border: none;
    background: #f5f7f7;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.specification_area .left_spec .nav a {
    border: none;
    background: #f5f7f7;
    display: block;
    font: normal 16px/60px;
    padding: 0px;
    color: #777777;
    padding: 0px 30px;
    border-radius: 0px;
    position: relative;
}

.specification_area .left_spec .nav a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 20px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    right: -20px;
    top: 0px;
    opacity: 0;
    transition: all 300ms linear 0s;
}

.specification_area .left_spec .nav a:hover,
.specification_area .left_spec .nav a.active {
    color: #fff;
}

.specification_area .left_spec .nav a:hover:before,
.specification_area .left_spec .nav a.active:before {
    opacity: 1;
}

.specification_area .right_spec {
    margin-left: -30px;
}

.specification_area .right_spec .tab-pane {
    padding: 0px;
}

.specification_area .right_spec .tab-pane .spec_information {
    max-height: 975px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.specification_area .right_spec .tab-pane .spec_information h4 {
    color: #34373b;
    font: bold 20px;
}

.specification_area .right_spec .tab-pane .spec_information .nav li {
    border-bottom: 1px solid #dddddd;
    line-height: 60px;
}

.specification_area .right_spec .tab-pane .spec_information .nav li span {
    float: right;
    display: inline-block;
    font: 600 16px/60px;
    color: #34373b;
}

.specification_area .right_spec .tab-pane .spec_information .nav li img {
    float: right;
    margin-top: 22px;
}

.specification_area .right_spec .tab-pane .spec_information .nav li:last-child {
    border-bottom: 0px;
}

.related_cars_area .related_cars_inner {
    margin-bottom: -30px;
}

.product_list_right .main_btn {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 58px;
}

.product_list_right .main_btn + .main_btn {
    background: #34373b;
    border-color: #34373b;
}

.product_list_right .main_btn + .main_btn:hover {
    color: #fff;
}

.product_list_right .nav {
    background: #f5f7f7;
    padding: 0px 30px;
    padding-top: 3px;
}

.product_list_right .nav li a {
    line-height: 60px;
    display: block;
    border-bottom: 1px solid #dddddd;
    color: #777777;
    cursor: auto;
}

.product_list_right .nav li a span {
    float: right;
    color: #34373b;
    font-weight: bold;
}

.product_list_right .nav li a span.color {
    height: 23px;
    width: 23px;
    background: #ff2a39;
    border-radius: 50%;
    margin-top: 19px;
}

.product_list_right .nav li a i {
    padding-right: 10px;
}

.product_list_right .nav li:last-child a {
    border: none;
}

/* End Procut Details Area css

============================================================================================*/
/* Product List Area css
============================================================================================ */
.custom-scrollbar-js,
.custom-scrollbar-css {
    height: 200px;
    display: block;
}

/* Custom Scrollbar using CSS */

.custom-scrollbar-css {
    overflow-y: scroll;
}

/* scrollbar width */

.custom-scrollbar-css::-webkit-scrollbar {
    width: 5px;
}

/* scrollbar track */

.custom-scrollbar-css::-webkit-scrollbar-track {
    background: #eee;
}

/* scrollbar handle */

.custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #00d2ff;
    background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}

input {
    box-shadow: 0;
    outline: 0;
}

.price-slider {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    height: 100%;
}

.price-slider svg,
.price-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}

input[type=number] {
    border: 1px solid #A7A7A7;
    text-align: right;
    font-size: 21px;
    -moz-appearance: textfield;
    width: 100%;
    font-weight: 400;
    border-radius: 3px;
    padding: 3px 3px;
    margin-bottom: 15px;
    color: #A7A7A7;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
    border: 2px solid #A7A7A7;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #1da1f2;
}

input[type=range]:focus::-ms-fill-lower {
    background: #1da1f2;
}

input[type=range]:focus::-ms-fill-upper {
    background: #1da1f2;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.bg {
    background-color: rgb(203 203 203 / 27%);
}

.l_collection_item {
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    transition: transform .2s ease-out;
}

.l_collection_item .text_body {
    padding: 10px 10px;
    position: relative;
}

.pl {
    padding-left: 0;
}

.l_collection_item .text_body a h4 {
    color: #210808;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    padding-bottom: 5px;
}

.l_collection_item .text_body h5 {
    padding-bottom: 3px !important;
}

.l_collection_item .text_body h5,
.l_collection_item .text_body p {
    font-size: 14px;
    color: #210808;
    font-weight: 400;
    padding-bottom: 5px;
}

.l_collection_item .text_body p {
    padding-bottom: 7px;
}

.l_collection_item .text_body b {
    font-size: 18px;
    font-weight: bolder;
    color: #294899;
}

.brd-top {
    border-top: 1px solid #ec2d15;
    margin-top: 8px;
    padding: 10px 0 0px;
    position: relative;
}

.brd-top h6 {
    font-size: 14px;
    font-weight: 400;
    color: #210808;
}

.text_body .compare {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #4267b2;
    border-radius: 5px;
    padding: 3px 9px;
}

.compare a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #FEDDCC;
}

.price-slider label {
    font-size: 18px;
    color: #210808;
    font-weight: 400;
    display: block;
    text-align: left;
}

.model {
    width: 50%;
    margin-left: 10px;
}

.brands .creat_account {
    padding: 0px 0 0 20px;
    border-radius: 5px;
    border: 1px solid #4E3883;
    margin: 0 20px 10px 0;
}

.brands label {
    display: unset;
}

.popular-cars {
    padding-bottom: 20px;
}

.popular-cars h2 {
    font-size: 18px;
    font-weight: 500;
    color: #4267b2;
}

.reviews {
    color: #fff;
    background: -webkit-linear-gradient(120deg, #FFDDCC 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(120deg, #294899 66%, #FFDDCC 66%);
    background: -o-linear-gradient(120deg, #FFDDCC 33%, rgba(0, 0, 0, 0) 33%), -o-linear-gradient(120deg, #4E3883 66%, #FFDDCC 66%);
    background: -moz-linear-gradient(120deg, #FFDDCC 33%, rgba(0, 0, 0, 0) 33%), -moz-linear-gradient(120deg, #4E3883 66%, #FFDDCC 66%);
    /*background: linear-gradient(120deg, #FFDDCC 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(120deg, #294899 66%, #FFDDCC 66%);*/
        background: linear-gradient(120deg, #316ff7 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(120deg, #294899 66%, #316ff7 66%);
    margin: 0 0 0 -15px;
    padding: 30px 0;
    text-align: center;
}

.reviews .reviews-info {
    height: 100%;
}

.reviews .stars {
    padding-bottom: 15px;
}

.reviews .stars i {
    color: #294899;
    margin: 0 1px;
}

.reviews .col-lg-4 {
    padding: 0;
}

.reviews .reviews-info h4 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.reviews .reviews-info p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    width: 70%;
    margin: 0 auto;
}

.reviews .middle p,
.reviews .middle h4,
.reviews .middle i {
    color: #ffffff;
    text-align: center;
}

.main_product_area .wishlist {
    position: absolute;
    right: 25px;
    top: 10px;
}

.main_product_area .wishlist a {
    font-size: 25px;
    color: #294899;
    font-weight: bolder;
}


.shop-page-search {
    padding-top: 40px;
}

.shop-page-search .form-group {
    width: 100%;
    position: relative;
}

.shop-page-search .form-group .form-control-feedback {
    position: absolute;
    top: 13px;
    right: 20px;
    color: #4267b2;
    font-size: 22px;
}

.shop-page-search .form-group .form-control {
    border: 2px solid #4267b2;
    border-radius: 8px;
    padding: 23px 20px;
    box-shadow: 1px 2px 3px 0px #21212126;
}

.shop-page-search .form-group .form-control:focus {
    border-color: #294899;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(30 177 171 / 30%);
}

.shop-page-search h4 {
    font-size: 20px;
    font-weight: bold;
    color: #210808;
    text-transform: uppercase;
    padding-bottom: 20px;
}

::placeholder {
    color: #000000;
}

.fixed-top.form-control {
    position: fixed;
    top: 25%;
    z-index: 11111;
}

header .has-search {
    display: none;
}

.fixed-top .has-search {
    /*            display: block;*/
}

.shop-middle-form {
    background-color: #4267b2;
    border-radius: 100px;
    padding: 20px 30px;
    margin-bottom: 25px;
}

.shop-middle-form .search {
    text-align: center;
    padding-top: 25px;
}

.shop-middle-form .search a {
    font-size: 40px;
    color: #FFDDCC;
    vertical-align: top;
}

.shop-middle-form .search h5 {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    color: #FFDDCC;
    text-transform: capitalize;
}

.shop-middle-form .form-group {
    width: 100%;
    margin: 0 0 10px;
}

.shop-middle-form .form-control {
    padding: 5px 10px 20px;
    border-radius: 8px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
}

.shop-middle-form textarea {
    height: auto !important;
}

input[type="name"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea[type="message"]::-webkit-input-placeholder {
    color: #294899;
    font-weight: bold;
}

.shop-middle-form .btn {
    font-size: 19px;
    font-weight: bold;
    color: #294899;
    background-color: #FFDDCC;
    padding: 6px 51px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 50px;
    margin-top: 25px;
}

.main_product_area {
    padding-top: 20px;
    margin-bottom: 45px;
}

.main_product_inner .pagination.justify-content-center {
    margin-top: 60px;
}

.p_search_widget input {
    width: 100%;
    background: linear-gradient(82deg, #4267b2 10%, #007bff 60%);
    border: none;
    box-shadow: none;
    outline: none;
    padding: 5px 13px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}

.p_search_widget input.placeholder {
    font: bold 20px/60px;
    color: #fff;
}

.p_search_widget input:-moz-placeholder {
    font: bold 20px/60px;
    color: #fff;
}

.p_search_widget input::-moz-placeholder {
    font: bold 20px/60px;
    color: #fff;
}

.p_search_widget input::-webkit-input-placeholder {
    font: bold 20px/60px;
    color: #fff;
}

.left_product_sidebar .accordion .card {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 0px 12px;
}

.left_product_sidebar .accordion .card .collapse.show {
    border-top: 1px solid #e5e5e5;
}

.left_product_sidebar .accordion .card:last-child {
    border: none !important;
}

.left_product_sidebar .accordion .card .card-header {
    border: none;
    padding: 0px;
    background: transparent;
}

.left_product_sidebar .accordion .card .card-header button {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    display: block;
    padding: 15px 0px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    color: #294899 !important;
}

.left_product_sidebar .accordion .card .card-header button.collapsed {
    color: #34373b;
}

.left_product_sidebar .accordion .card .card-header button i {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.left_product_sidebar .accordion .card .card-header button i + i {
    display: inline-block;
}

.left_product_sidebar .accordion .card .card-header button.collapsed {
    color: #34373b;
}

.left_product_sidebar .accordion .card .card-header button.collapsed i {
    display: inline-block;
}

.left_product_sidebar .accordion .card .card-header button.collapsed i + i {
    display: none;
}

.left_product_sidebar .accordion .card .card-body {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}

.left_product_sidebar .accordion .card .card-body .wd_scroll {
    max-height: 216px;
    display: block;
    overflow-y: scroll;
    margin-right: -40px;
    padding-right: 25px;
}

.left_product_sidebar .accordion .card .card-body .wd_scroll li {
    width: 100%;
    margin-bottom: 17px;
}

.left_product_sidebar .accordion .card .card-body .wd_scroll li .creat_account {
    height: 22px;
}

.left_product_sidebar .accordion .card .card-body .wd_scroll li .creat_account label span {
    color: #777777;
}

.left_product_sidebar .accordion .card .card-body .wd_scroll li:last-child {
    margin-bottom: 0px;
}

.left_product_sidebar .accordion .card .card-body .mCSB_draggerRail {
    background: #e8e8e8;
    width: 3px;
    border-radius: 0px;
}

.left_product_sidebar .accordion .card .card-body .mCSB_dragger_bar {
    border-radius: 0px;
    width: 3px;
}

.left_product_sidebar .accordion .card .card-body .car_body {
    margin-bottom: -18px;
}

.left_product_sidebar .accordion .card .card-body .type_item {
    text-align: center;
    margin-bottom: 18px;
}

.left_product_sidebar .accordion .card .card-body .type_item .image {
    line-height: 36px;
    margin-bottom: 8px;
}

.left_product_sidebar .accordion .card .card-body .type_item .image img {
    display: inline-block;
}

.left_product_sidebar .accordion .card .card-body .type_item h4 {
    font: normal 16px;
    color: #34373b;
    transition: all 300ms linear 0s;
    margin-bottom: 0px;
}

.left_product_sidebar .accordion .card .card-body .type_item h4 span {
    color: #777777;
    transition: all 300ms linear 0s;
}

.left_product_sidebar .accordion .card .card-body .type_item h4:hover {
    color: #ff2a39;
}

.left_product_sidebar .accordion .card .card-body .type_item h4:hover span {
    color: #ff2a39;
}

.left_product_sidebar .accordion .card .card-body .color_widget {
    margin-bottom: -12px;
}

.left_product_sidebar .accordion .card .card-body .color_widget li {
    margin-right: 6px;
    margin-bottom: 12px;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:last-child {
    margin-right: 0px;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:last-child a {
    background: #fff;
    border: 1px solid #ebebeb;
}

.left_product_sidebar .accordion .card .card-body .color_widget li a {
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #852f25;
    position: relative;
}

.left_product_sidebar .accordion .card .card-body .color_widget li a:before {
    content: "";
    font-family: 'Montserrat', Arial, sans-serif;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 52%;
    font-size: 10px;
    opacity: 0;
}

.left_product_sidebar .accordion .card .card-body .color_widget li.active a:before {
    opacity: 1;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:nth-child(2) a {
    background: #5b67ff;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:nth-child(3) a {
    background: #d1dbe7;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:nth-child(4) a {
    background: #212226;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:nth-child(5) a {
    background: #f1d1b1;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:nth-child(6) a {
    background: #258542;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:nth-child(7) a {
    background: #eca826;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:nth-child(8) a {
    background: #ff1b46;
}

.left_product_sidebar .accordion .card .card-body .color_widget li:nth-child(9) a {
    background: #ff5bc3;
}

.price_wd_inner {
    overflow: hidden;
}

.price_wd_inner .ui-slider {
    border-radius: 0px;
    border: none;
    height: 2px;
    background: #e8e8e8;
    margin-top: 10px;
}

.price_wd_inner .ui-slider .ui-slider-handle {
    border: none;
    height: 20px;
    width: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
    background: #f75d34;
    top: -10px;
    margin-left: -2px;
    outline: none !important;
    cursor: pointer;
}

.price_wd_inner .ui-slider .ui-slider-range {
    background: #f75d34;
}

.price_wd_inner label {
    display: inline-block;
    float: left;
    font: 600 16px;
    color: #34373b;
    margin-bottom: 0px;
    margin-top: 20px;
    overflow: hidden;
}

.price_wd_inner input {
    display: inline-block;
    width: 135px;
    text-align: left;
    overflow: hidden;
    border: none;
    outline: none;
    font: normal 16px;
    color: #777777;
    padding-top: 20px;
    padding-left: 5px;
}

.price_wd_inner input.placeholder {
    font: normal 16px;
    color: #777777;
}

.price_wd_inner input:-moz-placeholder {
    font: normal 16px;
    color: #777777;
}

.price_wd_inner input::-moz-placeholder {
    font: normal 16px;
    color: #777777;
}

.price_wd_inner input::-webkit-input-placeholder {
    font: normal 16px;
    color: #777777;
}

.product_grid_inner {
    margin-bottom: -30px;
    padding-left: 15px;
}

.car_found {
    border-bottom: 1px solid #ececec;
    /*padding-bottom: 15px;*/
    /*padding-top:15px;*/
    align-items: baseline;
}

.car_found .right {
    display: flex;
    align-items: center;
}

.car_found .left h4 {
    color: #a8a8a8;
    margin-bottom: 0px;
    margin-top: 12px;
    font-size: 20px;
    text-transform: uppercase;
}

.car_found .right .grid {
    display: inline-block;
}

.car_found .right .grid a {
    color: #777777;
    font-size: 16px;
    margin-right: 17px;
}

.car_found .right .grid a.active {
    color: #ff2a39;
}

.car_found .right .price_filter {
    /*    display: inline-block;*/
    position: relative;
}

.car_found .right .price_filter h5 {
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
    font-weight: 400;
    color: #A8A8A8;
    text-transform: uppercase;
}

.car_found .right .price_filter .nice_select option {
    font-size: 16px;
    text-transform: capitalize;
    padding: 2px 5px;
}

.car_found .right .price_filter .nice_select {
    float: none;
    border-radius: 0px;
    display: inline-block;
    padding-left: 85px;
    width: 220px;
    border: 0;
    font-weight: bold;
    color: #294899;
    text-transform: uppercase;
    background-color: unset;
}

.car_found .right .price_filter .nice_select .current {
    font: normal 16px/40px;
    color: #777777;
}

.car_found .right .price_filter .nice_select:after {
    content: "";
    font-family: 'Carlito', sans-serif !important;
    border: none;
    transform: rotate(0);
    font-size: 16px;
    margin-top: -18px;
    right: 20px;
}

.car_found .right .price_filter .nice_select .list {
    border-radius: 0px;
    width: 100%;
}

.clear_filter {
    padding: 20px 0px 30px 0px;
}

.clear_filter .tags_f {
    display: inline-block;
}

.clear_filter .tags_f a {
    border: 1px solid #ececec;
    color: #777777;
    font: normal 14px/34px;
    display: inline-block;
    padding: 0px 15px;
}

.clear_filter .tags_f a i {
    font-size: 10px;
    font-weight: bold;
    padding-left: 12px;
}

.clear_filter .tags_f a:hover {
    background: #ff2a39;
    color: #fff;
    border-color: #ff2a39;
}

.clear_filter .clear {
    text-decoration: underline;
    margin-left: 15px;
}

.product_list_item {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    position: relative;
}

.product_list_item:last-child {
    margin-bottom: 0px;
}

.product_list_item .d-flex {
    padding-right: 30px;
}

.product_list_item .d-flex a {
    display: inline-block;
    overflow: hidden;
}

.product_list_item .d-flex a img {
    transition: all 300ms ease;
}

.product_list_item .media-body {
    align-self: center;
}

.product_list_item .media-body h4 {
    color: #34373b;
    font: bold 20px;
    margin-bottom: 18px;
    transition: all 300ms linear 0s;
}

.product_list_item .media-body h6 {
    color: #777777;
    font: normal 16px;
    margin-bottom: 25px;
}

.product_list_item .media-body h6 span {
    font: bold 20px;
    position: relative;
    top: 3px;
}

.product_list_item .media-body .pro_type {
    margin-bottom: 10px;
}

.product_list_item .media-body .pro_type p {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0px;
}

.product_list_item .media-body .pro_type p:last-child {
    margin-right: 0px;
}

.product_list_item .media-body .pro_type p b {
    font-weight: 500;
    color: #34373b;
}

.product_list_item .media-body .pro_op a {
    color: #777777;
    margin-right: 46px;
    cursor: auto;
}

.product_list_item .media-body .pro_op a:last-child {
    margin-right: 0px;
}

.product_list_item .media-body .pro_op a i {
    color: #9d9d9d;
    padding-right: 5px;
}

.product_list_item .media-body .main_btn {
    position: absolute;
    right: 30px;
    top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 18px;
}

.product_list_item:hover .d-flex a img {
    transform: scale(1.1);
}

.back-to-search {
    padding-top: 40px;
    padding-bottom: 10px;
}

.back-to-search a i {
    font-size: 30px;
    color: #294899;
    vertical-align: sub;
}

.back-to-search a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
}

.vehicle-view {
    padding: 40px 0 30px;
    background-color: rgb(255 255 255 / 64%);
}

.vehicle-view .car-detail {
    /*background-color: #edeff3;*/
   background-color: #fafafa;
    padding: 20px;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #E1E1E1;
}

.vehicle-view .car-detail a {
    position: absolute;
    top: 20px;
    right: 35px;
}

.vehicle-view .car-detail a i {
    font-size: 30px;
    color: #ffffff;
}

.vehicle-view .buttons {
    text-align: center;
    background-color: #4267b2;
    padding: 7px 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.vehicle-view .buttons a {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 0 30px;
    border-right: 1px solid #FEDDCC;
}

.vehicle-view .buttons a:hover {
    color: #ffffff;
    cursor: pointer;
}

.vehicle-details {
    text-align: center;
    background-color: rgb(255 255 255 / 64%);
    margin-bottom: 30px;
    padding-top: 30px;
}

.vehicle-view .car-detail h6 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    line-height: 25px;
}

.vehicle-view .car-detail h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    padding-top:10px;
    color: #000000;
}

.vehicle-view .car-detail span b {
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #000000;
    line-height: 60px;
    padding-bottom: 10px;
    display: block;
}


.vehicle-view .car-detail .mb {
    padding-bottom: 10px;
}

.vehicle-view .car-detail .testdrive {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #4267b2;
    letter-spacing: 0.6px;
    padding-left: 15%;
}

.vehicle-view .car-detail hr {
    border-top: 2px solid rgb(0 0 0 / 36%);
    width: 100%;
    margin: 15px 0px;
}

.vehicle-view .middlelist .side {
    margin-left: -15px;
    margin-top: -5px;
}

.vehicle-view .middlelist .side h5 {
    font-size: 18px;
    color: #4267b2;
    text-transform: capitalize;
    font-weight: bold;
}


.vehicle-details h2 {
    font-size: 30px;
    color: #294899;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 50px;
}

.top-content .owl-2-style .owl-nav {
    display: none;
}

.top-content .site-section {
    margin: 40px 0;
}

.vehicle-details .vehicle-links {
    margin-bottom: 50px;
}

.vehicle-details ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #294899;
    text-transform: capitalize;
    padding: 8px 25px;
    border-radius: 0;
    background-color: transparent;
    display: inline-block;
    transition: all ease 0.6s;
    border-right: 1px solid #cccccc;
}

.vehicle-overview {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.vehicle-overview .item .list {
    margin-left: -25px;
}

.vehicle-overview h6 {
    font-size: 18px;
    font-weight: bold;
    color: #294899;
}

.vehicle-overview small {
    font-size: 18px;
    font-weight: 400;
    color: #484848;
}

.vehicle-overview .item {
    align-items: center;
    margin-bottom: 55px;
}

.vehicle-details ul li a:hover {
    color: #fbfbfb;
    background-color: #294899;
    transition: all ease 0.6s;
    border-radius: 4px;
}

.vehicle-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}

.features {
    padding: 0 0 30px;
    margin: 30px 0;
    background-color: rgb(255 255 255 / 64%);
}

.features .table-responsive {
    display: inline-table;
}

.table td,
.table th {
    border-top: 0 !important;
    border-right: 1px solid #dee2e6;
    padding: 0px 30px 30px;
}

.table td:last-child {
    border-right: 0;
}

.features .title {
    text-align: center;
    margin: -23px 0 0;
}

.aesthetic-details .title {
    text-align: center;
    margin: -45px 0 0;
}

.features h5,
.aesthetic-details .title h5 {
    font-size: 20px;
    color: #fbfbfb;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #294899;
    margin-bottom: 55px;
    display: inline-block;
    text-align: center;
}

.table b {
    display: block;
}

.aesthetic-details {
    padding: 30px 0;
    background-color: rgb(255 255 255 / 64%);
}

.aesthetic-details .right-carousel {
    width: 80%;
    margin: 0 auto;
}

.aesthetic-details .carousel-control-next,
.aesthetic-details .carousel-control-next,
.aesthetic-details .carousel-control-prev,
.aesthetic-details .carousel-control-prev {
    opacity: 1;
}

.aesthetic-details .carousel-control-next-icon,
.aesthetic-details .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}

.aesthetic-details .right-carousel .carousel-header {
    padding: 11px 15px;
    background-color: #294899;
}

.aesthetic-details .right-carousel .carousel-header h4 {
    font-size: 22px;
    color: #f8f7f7;
    font-weight: 400;
    text-transform: capitalize;
}

.aesthetic-details .right-carousel .carousel-indicators {
    left: unset;
    margin: 10px 20px;
}

.aesthetic-details .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 1px;
    transition: all ease 0.5s;
    border-top: 0;
    border-bottom: 0;
}

.aesthetic-details .carousel-indicators .active {
    width: 8px;
    height: 8px;
    transition: all ease 0.5s;
}

.aesthetic-details .carousel {
    position: relative;
    padding: 3px;
    border: 1px solid #4E3883;
}

.aesthetic-details .right-carousel img {
    width: 100%;
}

.aesthetic-details h3 {
    font-size: 28px;
    font-weight: bold;
    color: #404040;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.aesthetic-details p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    padding-bottom: 40px;
}

.money-back-guarantee {
    margin: 30px 0;
    padding: 80px 0;
    background-color: rgb(255 255 255 / 64%);
}

.money-back-guarantee .in-side {
    background: -webkit-linear-gradient(110deg, #294899 30%, #FFDDCC 30%);
    background: -o-linear-gradient(110deg, #294899 30%, #FFDDCC 30%);
    background: -moz-linear-gradient(110deg, #294899 30%, #ffed4b 30%);
    background: linear-gradient(110deg, #e9544e  30%, #e6e6e6  30%);
    height: 210px;
    position: relative;
}

.money-back-guarantee .moneyback-info {
    padding-top: 10px;
}

.money-back-guarantee .in-side h3 {
    font-size: 31px;
    font-weight: bold;
    color: #294899;
    text-transform: capitalize;
}

.money-back-guarantee .in-side small {
    font-size: 13px;
    font-weight: 400;
    color: #606060;
    padding-top: 10px;
}

.money-back-guarantee figure {
    width: 90%;
    position: absolute;
    top: -50px;
    left: 50px;
    margin: 0 auto;
}

.money-back-guarantee .learnmore {
    padding-top: 15px;
}

.money-back-guarantee .learnmore a {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    border-radius: 50px;
    padding: 6px 22px;
    background-color: #294899;
    display: inline-block;
}

.money-back-guarantee figure img {
    width: 100%;
    height: 100%;
}

.available-services {
    padding: 60px 0;
    background-color: rgb(255 255 255 / 64%);
}

.popular-cars {
    padding-bottom: 30px;
}

.available-services .service-title {
    padding-bottom: 40px;
    text-align: center;
}

.available-services .service-title h2 {
    font-size: 35px;
    font-weight: bold;
    color: #294899;
    text-transform: capitalize;
}

.available-services .services-info {
    display: inline-flex;
}

.available-services .services-info .text {
    padding-top: 20px;
    padding-left: 15px;
}

.available-services .services-info .text h4 {
    font-size: 23px;
    color: #294899;
    padding-bottom: 3px;
    font-weight: bold;
}

.available-services .services-info .text p {
    font-size: 20px;
    color: #5C5C5C;
    font-weight: 400;
}

.vehicle-view .mobile {
    display: none;
}

.main_product_area {
    margin-bottom: 0;
    padding: 45px 0 15px;
}

.popular-cars h2 {
    text-transform: uppercase;
}

.topbar .login .social-icon {
   background-color: #ffffff;
        color: #000000;
    border-radius: 50%;
    padding: 7px;
    width: 26px;
    text-align: center;
    height: 26px;
    display: inline-flex;
    font-size: 12px;
    margin: 0 18px 0 0;
}

.topbar .login .social-icon .fa-facebook-f {
    padding-left: 2px;
}

.topbar .login .social-icon:hover {
    transition: all ease 0.3s;
    background-color: #cec4e1;
    box-shadow: 0px 0px 4px 0px #0000005e;
}

.topbar .topbar-info .Offers {
    text-align: center;
    padding-left: 20%;
    transition: all ease 0.4s;
}

.topbar .topbar-info .Offers:hover {
    color: #ffddcc;
}

.topbar .login a:first-child {
    text-transform: inherit !important;
    border-right: 1px solid #272727;
    padding-right: 20px;
    margin-right: 20px;
    color: #ffffff;
}


/*-- compare page strat --*/

.comparison-sheet .comparison-sheet-info h3 {
    background: linear-gradient(82deg, #21C4B8 10%, #2BEEB7 60%);
    color: #fbfbfb;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-bottom: 10px;
}

.comparison-sheet .comparison-sidebar {
    margin-top: 4px;
}

.comparison-sheet .sheettitle {
    text-align: center;
}

.comparison-sheet .sheettitle {
    padding: 78px 0;
}

.comparison-sheet .sheettitle h5 {
    font-size: 20px;
    font-weight: bold;
    color: #4267b2;
    text-transform: uppercase;
}

.comparison-sheet .sheettitle span {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    color: #707071;
}


.comparison-sheet .comparison-sheet-info {
    margin-top: 0;
}

.comparison-sheet .comparison-sheet-info ul {
    padding: 0 15px;
    margin: 0;
    list-style: none;
}

.comparison-sheet .comparison-sheet-info ul li {
    font-size: 19px;
    font-weight: 400;
    color: #4267b2;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.car-comparisons .standared {
    text-align: center;
    background: linear-gradient(82deg, #21C4B8 10%, #2BEEB7 60%);
    /*background: linear-gradient(to top, #F6F6F6 17%, #294899 17%);*/
    padding-top: 25px;
    position: relative;
}

.car-comparisons .pd {
    padding: 0;
}

.car-comparisons svg {
    width: 80%;
}

.car-comparisons .compare-tag {
    position: absolute;
    bottom: 30px;
    right: -32px;
    z-index: 111;
}

.car-comparisons .active {
    background: linear-gradient(to top, #F6F6F6 17%, #294899 17%);
}

.car-comparisons .comparison-carousel .owl-nav {
    position: absolute;
    top: 6%;
    width: 100%;
    padding: 0 15px;
}

.car-comparisons .comparison-carousel .compare-tag {
    z-index: auto;
}

.car-comparisons .owl-carousel .owl-nav button.owl-next {
    float: right;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 70px;
    color: #fff;
}

.car-comparisons .standared h2 {
    font-size: 31px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
}

.car-comparisons .standared span {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    line-height: 25px;
    padding-bottom: 12px;
}

.car-comparisons .standared b {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    padding-bottom: 25px;
}

.car-comparisons .specification-sheet {
    background-color: #F6F6F6;
    padding-bottom: 30px;
    text-align: left;
}

.car-comparisons .specification-sheet ul {
    padding: 0 0 0 30px;
    margin: 0;
    list-style: none;
}

.car-comparisons .specification-sheet h3 {
    /*color: #f6f6f6;*/
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 50px;
    margin-bottom: 10px;
}

.car-comparisons .specification-sheet ul li {
    font-size: 19px;
    font-weight: 400;
    color: #555555;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.car-comparisons .owl-nav {
    display: block !important;
}


.car-comparisons .standared figure {
    width: 75%;
    height: 100%;
    margin: 0 auto;
}

.car-comparisons .standared figure img {
    width: 100%;
    height: 100%;
}

.why-use {
    background-color: #FAFAFA;
    padding: 30px;
    margin: 40px 0;
    border-radius: 12px;
}

.why-use h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: #4267b2;
    padding-bottom: 20px;
}

.why-use p {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;
    color: #585858;
    padding-left: 15px;
    letter-spacing: 0.5px;
}

/*-- compare page end--*/

/*-- compare page pop-up start --*/

.modal {
    background-color: rgb(255 255 255 / 79%);
}

.last-child {
    background-color: unset !important;
    margin-top: 150px;
    text-align: center;
}

.add-car .form-group {
    width: 100%;
}

.modal-header-info {
    padding: 40px 50px;
}

.modal-header-info .link {
    text-align: center;
    display: contents;
}

.modal-header-info .link a {
    width: 100%;
    background-color: #4E3883;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0;
    border-radius: 10px;
    margin-top: 30px;
    display: inline-block;
}

.add-modal {
    background-color: #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.add-car strong,
.last-child strong {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 20px;
    display: block;
    padding-top: 3px;
}

.last-child strong {
    color: #000000;
}

.add-car {
    background-color: #4E3883;
    padding: 50px 20px 30px;
    border-radius: 10px;
}

.add-car .custom-select {
    border: 0;
    margin-bottom: 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    padding: 5px 15px;
    height: 43px;
}

.add-car .custom-select:focus {
    outline: 0;
    box-shadow: unset;
}

.modal-dialog {
    max-width: 100%;
}

.modal-content {
    background-color: #FEDDCC;
    border: 0;
    border-radius: 25px;
    box-shadow: 0px 0px 13px 0px #00000059;
}

.modal-body .close:hover {
    transition: all ease 1s;
    transform: rotate(180deg);
}

.modal-header {
    text-align: center;
    display: block;
}

.modal-header h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    caption-side: #383838;
}

.modal-header h6 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    caption-side: #383838;
}

.modal-header p {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    caption-side: #383838;
}

.opacity-animate3 {
    animation: opt-animation3 1s;
    -moz-animation-fill-mode: forwards -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-o-keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes opt-animation3 {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media only screen and (max-width:1024px) {
    .modal-header-info {
        padding: 40px 20px;
    }

    .add-modal {
        width: 80px;
        height: 80px;
        padding-top: 20px;
    }
}

@media only screen and (max-width:812px) {
    .last-child {
        margin-top: 30px;
    }

    div#navbarSupportedContent {
        padding-top: 0 !important;
    }

    .add-car {
        margin-bottom: 20px;
    }
}


/*-- compare page pop-up end --*/


/*-- support & faq styles --*/

.faq-header {
    text-align: center;
    padding: 50px 0;
}

.faq-header h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #294899;
    padding-bottom: 3px;
}

.faq-header h5 {
    font-size: 24px;
    font-weight: 400;
    color: #555555;
}

.faqs-accordion .card {
    border: 0 !important;
}

.faqs-accordion .card-title i {
    transform: rotate(0);
    float: right;
}

.faqs-accordion .card-header {
    padding: 13px 30px;
    margin-bottom: 20px !important;
    border: 0;
    background-color: #f4f4f4;
    transition: all ease 0.6s;
    border: 1px solid transparent;
}

.faqs-accordion .card-header:hover {
    border: 1px solid rgb(66 40 116);
    cursor: pointer;
}

.faqs-accordion .card-title {
    font-size: 21px;
    font-weight: 400;
    color: #294899 !important;
    border-radius: 3px;
}

.faqs-accordion {
    padding: 60px 0;
}

.faqs-accordion h2 {
    font-size: 32px;
    font-weight: bold;
    color: #294899;
    text-align: center;
    margin-bottom: 40px;
}

.faq-icons {
    text-align: center;
    margin-bottom: 100px;
}

.faq-icons .icon-info {
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 30px 15px 25px;
    height: 100%;
    box-shadow: -8px 3px 8px 0px rgb(0 0 0 / 15%);
}

.faq-icons .icon-info h4 {
    font-size: 19px;
    font-weight: bold;
    color: #242424;
    text-transform: uppercase;
    padding-top: 20px;
}

.faq-icons .inner-body,
.card-inner {
    width: 70%;
    margin: 0 auto;
}

.faqs-accordion .card-body {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 15px 15px;
    letter-spacing: 0.3px;
}

.reach-us {
    padding: 50px 0;
    background-color: rgb(203 203 203 / 27%);
}

.reach-us .card-list {
    /*background-color: #ffffff;*/
    /*border: 1px solid #70707061;*/
    /*border-radius: 20px;*/
    /*margin-bottom: 40px;*/
    /*padding: 30px 15px;*/
    background-color: #ffffff;
    border: 1px solid #70707061;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px 10px;
}

.reach-us .left {
    text-align: right;
}

.reach-us h2 {
    font-size: 24px;
    font-weight: bold;
    color: #294899;
    text-align: center;
    padding-bottom: 25px;
}

.reach-us .card-list h3 {
    font-size: 18px;
    font-weight: 400;
    color: #242424;
    padding-bottom: 10px;
}

.reach-us .card-list a {
    font-size: 18px;
    font-weight: bold;
    color: #294899;
}

@media only screen and (max-width:1024px) {

    .faq-icons .inner-body,
    .card-inner {
        width: 100%;
    }

    .faq-header h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width:812px) {
    .faq-header h1 {
        font-size: 40px;
    }

    .faq-header h5 {
        font-size: 30px;
    }

    .faq-icons .icon-info svg {
        width: 65%;
    }

    .faq-icons .icon-info h4 {
        padding-top: 5px;
    }

    .faq-icons .icon-info .child-class {
        padding-top: 0 !important;
    }

    .reach-us .card-list h3 {
        font-size: 25px;
        padding-bottom: 5px;

    }

    .reach-us .card-list a {
        font-size: 25px;
    }
}

@media only screen and (max-width:480px) {
    .faq-header h1 {
        font-size: 34px;
    }

    .faq-header h5 {
        font-size: 23px;
    }

    .faq-icons .icon-info {
        width: 70%;
        margin: 0 auto;
        padding: 20px 15px 25px;
    }

    .faq-icons .icon-info svg {
        width: 40%;
    }

    .faq-icons .col-sm-6 {
        margin-bottom: 20px;
    }

    .faq-header {
        padding: 70px 0;
    }

    .faq-icons {
        margin-bottom: 50px;
    }

    .reach-us h2 {
        font-size: 28px;
    }

    .reach-us .left {
        text-align: center;
    }

    .reach-us {
        text-align: center;
    }

    .reach-us .card-list h3 {
        font-size: 22px;
        padding-top: 20px;
    }

    .faqs-accordion h2 {
        font-size: 28px;
    }

    .card-header {
        padding: 13px 15px;
        margin-bottom: 20px !important;
    }

    .card-title {
        font-size: 18px !important;
    }
}

/*-- support & faq styles end --*/

/*-- thank-you styles --*/

.thankyou-banner {
    text-align: center;
}

.thankyou-banner figure {
    width: 100%;
}

.thankyou-banner figure img {
    width: 100%;
    height: 100%;
    display: block;
}

.thankyou-banner h1 {
    color: #4267b2;
    margin: 40px auto;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: -1px 1px 0 #2beeb7, 1px 1px 0 rgb(11 116 229 / 25%), 2px 2px 6px #dc3545, -1px -1px 0 #ffc107;
    text-transform: uppercase;
}

.thankyou-banner strong i {
    font-size: 60px;
    color: #02c1b8;
    padding-bottom: 10px;
}

.thankyou-banner p {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    padding: 0 0 40px;
}

.thankyou-banner .btn-link {
    margin-bottom: 100px;
}

.thankyou-banner .btn-hover:focus {
    outline: none;
}

/*-- thank-you styles end --*/


/* End Product List Area css
============================================================================================ */


/* Cart Sidebar Area css
============================================================================================ */

@media only screen and (max-width:1440px) {
    .testimonials-wrap .owl-nav .owl-prev {
        left: -10px;
    }

    .reviews .reviews-info h4 {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .testimonials-wrap .owl-nav .owl-next {
        right: -10px;
    }
}
@media (max-width: 758px){
.col-md-4 {
       
        max-width: 50%;
}}
@media (max-width: 386px){
.col-md-4 {
       
        max-width: 100%;
}}
@media only screen and (max-width:1366px) {
    .banner .banner-info h1 {
        font-size: 50px;
    }

    .compare a {
        font-size: 14px;
    }

    .form-control {
        padding: 10px 10px;
    }

    .banner .banner-info p {
        font-size: 22px;
    }

    .banner .banner-info a {
        font-size: 19px;
        border-radius: 5px;
    }

    .easysteps {
        width: 100%;
    }

    .drively .mhn-text p {
        font-size: 18px;
        line-height: 25px;
    }

    .online-finance p {
        font-size: 18px;
    }

    .finance-info {
        padding-left: 8%;
    }

    .download-access .access-info h3 {
        font-size: 30px;
    }

    .download-access .access-info h2 {
        font-size: 40px;
    }

    .download-access .access-info p {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .whowe p {
        font-size: 20px;
    }

    .whowe {
        padding: 70px 0;
    }
}

@media only screen and (max-width:1024px) {
    .container {
        max-width: 100%;
    }

    .reviews .stars i,
    .reviews .reviews-info h4 {
        color: #FFDDCC;
    }

    .reviews .reviews-info {
        margin-bottom: 25px;
    }

    .reviews .reviews-info p {
        color: #FFDDCC;
        text-align: center;
    }

    .reviews {
        background: -webkit-linear-gradient(120deg, #294899 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(120deg, #294899 66%, #294899 66%);
        background: -o-linear-gradient(120deg, #294899 33%, rgba(0, 0, 0, 0) 33%), -o-linear-gradient(120deg, #294899 66%, #294899 66%);
        background: -moz-linear-gradient(120deg, #294899 33%, rgba(0, 0, 0, 0) 33%), -moz-linear-gradient(120deg, #294899 66%, #294899 66%);
        background: linear-gradient(120deg, #294899 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(120deg, #294899 66%, #294899 66%);
    }

    .shop-middle-form .search {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .popular-cars h2 {
        font-size: 30px;
    }

    .shop-middle-form {
        border-radius: 10px;
    }

    .text_body h4 {
        font-size: 17px;
        line-height: 23px;
    }

    .text_body .compare {
        padding: 1px 8px;
    }

    .l_collection_item .text_body h5,
    .l_collection_item .text_body p {
        font-size: 14px;
    }

    .finance .tab-content {
        width: 90%;
    }

    .duplicate {
        display: none;
    }

    .popular-makes .col-6 {
        margin-bottom: 15px;
    }

    .banner {
        background-image: url(../assets/banners/ameya1.png);
    }

    .navbar {
        padding: 0;
    }

    .easysteps {
        width: 100%;
    }

    .banner .firstone {
        display: none;
    }

    .banner .banner-info {
        padding-left: 0;
    }

    .cars-trucks .brand {
        margin-bottom: 15px;
    }

    .form-group {
        width: 65%;
    }

    .easysteps p {
        font-size: 16px;
        line-height: 27px;
    }

    .drively .mobility-image {
        padding-top: 60px;
    }

    .drively {
        margin-bottom: 20px;
    }

    .drively .mhn-text p {
        font-size: 14px;
    }

    .finance-info {
        padding-left: 0;
    }

    .online-finance p {
        padding-bottom: 20px;
    }

    .mint-video h2 {
        font-size: 40px;
        line-height: 25px;
        padding-bottom: 25px;
    }

    .mint-video p {
        font-size: 18px;
    }

    .popular-makes .brand {
        margin-bottom: 15px;
    }

    .popular-makes .brand figure {
        width: 70%;
        height: 100%;
        margin: 0 auto;
    }

    .cars-trucks .none {
        display: none;
    }

    .cars-trucks .brand h6 {
        font-size: 18px;
        padding-top: 20px;
    }

    .download-access .access-info h3 {
        font-size: 22px;
    }

    .download-access .access-info h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .download-access .access-info p {
        font-size: 17px;
        padding-bottom: 15px;
    }

    .download-access {
        /*background: linear-gradient(0deg, transparent 40%, #fff 40%), linear-gradient(82deg, #21C4B8 10%, #2BEEB7 60%);*/
        background: linear-gradient(0deg, transparent 53%, #fff 53%), linear-gradient(82deg, #2b52b2 10%, #294899 60%);
        padding-bottom: 10px;
    }

    .whowe p {
        font-size: 18px;
        width: 80%;
    }

    .whowe a {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 10px;
    }

    .whowe {
        padding: 40px 0;
    }

    .vehicle-view .desktop {
        display: none;
    }

    .vehicle-view .car-detail {
        padding: 20px;
    }

    .vehicle-view .middlelist .side {
        margin-left: -30px;
    }


    .vehicle-view .mobile {
        display: block;
    }

    .vehicle-view .buttons {
        margin-top: 2px;
        margin-bottom: 20px;
    }

    .table td,
    .table th {
        padding: 0px 15px 40px;
    }

    .vehicle-overview {
        width: 90%;
    }


    .aesthetic-details .right-carousel {
        width: 100%;
    }

    .aesthet ic-details p {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .money-back-guarantee .in-side {
        height: 170px;
    }

    .money-back-guarantee {
        padding: 50px 0;
    }

    .money-back-guarantee figure {
        width: 100%;
        top: -30px;
        left: 0;
    }

    .money-back-guarantee .in-side h3 {
        font-size: 25px;
    }

    .available-services .services-info .text h4 {
        font-size: 19px;
    }

    .available-services .services-info .text p {
        font-size: 17px;
    }

    .main_product_area .car_img img {
        width: 100%;
    }

    .comparison-sheet .comparison-sheet-info h3 {
        font-size: 14px;
    }

    .comparison-sheet .comparison-sheet-info ul li,
    .car-comparisons .specification-sheet ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width:812px) {

     .banner {
        background-image: url(../assets/banners/ameya1.png);
         height:240px;
    }
    
    .drively:before {
        display: none;
    }

    .product_grid_inner {
        margin-bottom: 20px;
    }

    .make-me-sticky {
        padding-top: 20px;
    }

    #collapseOne .model {
        width: 13%;
    }

    .finance .tab-content {
        width: 100%;
    }


    .footer .footer-top .left {
        padding-bottom: 30px;
    }

    .footer .footer-top,
    .footer .footer-top .right {
        text-align: center;
    }

    header .nav-item {
        margin: 0;
        line-height: 45px;
    }

    header .navbar {
        align-items: center;
    }

    header .nav-item:before,
    header .nav-item:after,
    .topbar-info ul .navbar-item:before,
    .topbar-info ul .navbar-item:after {
        display: none;
    }

    .topbar-info ul {
        display: block;
    }

    .navbar-brand,
    .navbar-light .navbar-toggler {
        margin: 0 0px;
    }

    header .topbar-info a {
        display: block;
        padding: 0 15px !important;
        line-height: 45px;
        font-size: 18px;
    }

    header .topbar-info span {
        display: none;
    }

    .topbar-info ul .navbar-item {
        margin-right: 0;
    }

    .login-page {
        width: 450px;
        padding: 0 !important;
    }

    .navbar-nav {
        padding: 15px 0 0;
    }

    .mobile-nav {
        padding: 0;
    }

    .navbar-nav .active {
        border-top: 1px solid rgb(170, 177, 199);
    }

    .navbar-nav li,
    header .topbar-info a {
        border-bottom: 1px solid rgb(170, 177, 199);
        padding: 0 15px;
        background-color: rgb(244, 248, 250);
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(24, 53, 88) !important;
        font-size: 18px;
    }

    .navbar-light .navbar-toggler {
        color: #294899;
        border-color: #294899;
        font-weight: bold;
        border: 2px solid;
    }

    header .right a {
        margin-left: 0;
        margin-right: 25px;
    }

    .drively .mobility-image figure img {
        display: none;
    }

    .drively {
        /*background: linear-gradient(323deg, transparent 100%, #fff 100%), linear-gradient(82deg, #21C4B8 15%, #2BEEB7 60%);*/
        background: linear-gradient(115deg, transparent 73%, #fff 95%), linear-gradient(82deg, #4267b2 10%, #294899 60%);
    }

    .easysteps i {
        display: none;
    }

    .easysteps .mint-steps {
        padding-bottom: 10px;
    }

    .easysteps .title {
        padding-bottom:10px;
    }

    .easysteps p {
       
        
                font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .easysteps figure {
        margin-bottom: 25px;
    }

    .drively .item figure {
        width: 100%;
    }

    .drively .mhn-text p {
        font-size: 16px;
    }

    .drively .mobility-image {
        display: none;
    }

    .online-finance h2 {
        font-size: 50px;
        padding-bottom: 20px;
    }

    .mint-video p {
        font-size: 16px;
    }

    .download-access {
        /*background: linear-gradient(0deg, transparent 65%, #fff 35%), linear-gradient(82deg, #21C4B8 10%, #2BEEB7 60%);*/
        background: linear-gradient(0deg, transparent 53%, #fff 53%), linear-gradient(82deg, #2b52b2 10%, #294899 60%);
        padding-bottom: 25px;
    }

    .download-access .access-info h3 {
        font-size: 21px;
        letter-spacing: 1px;
        color: #fff;
        margin-left: 0;
    }

    .whowe p {
        font-size: 17px;
        width: 100%;
        line-height: 30px;
    }

    .download-access .access-info h2 {
        font-size: 35px;
        padding-bottom: 25px;
        color: #ffffff;
        margin-left: 20px;
    }

    .download-access .access-info .left {
        padding-left: 3%;
    }

    .online-finance span {
        font-size: 27px;
    }

    .drively .item {
        margin-bottom: 40px;
    }

    .drively {
        padding: 50px 0;
        margin-bottom: 0;
    }

    .cars-trucks .brand {
        margin-bottom: 15px;
    }

    .cars-trucks .last {
        display: none;
    }

    .footer .footer-links {
        padding-bottom: 30px;
    }

    .finance-info {
        padding: 50px 15px;
    }

    .footer .footer-bottom {
        display: block;
    }

    .footer .footer-bottom span {
        display: none;
    }

    .footer .footer-bottom li a {
        padding-bottom: 10px;
        display: block;
    }

    #footer-bottom {
        padding: 29px 0 0;
    }

    .mint-forms figure img {
        display: none;
    }

    .vehicle-overview {
        width: 100%;
    }

    .features .table-responsive {
        display: block;
    }

    .vehicle-view .car-detail .testdrive {
        padding-left: 6%;
    }

    .vehicle-overview .item .list,
    .vehicle-overview .item .list {
        margin-left: 0 !important;
        margin-top: 10px;
    }

    .vehicle-overview .item {
        text-align: center;
    }

    .table-responsive {
        padding-bottom: 30px;
    }

    .aesthetic-details .inspection .inspection-crop {
        text-align: center !important;
        margin-right: 0 !important;
        padding: 25px 30px !important;
    }

    .aesthetic-details .color-crop {
        display: none;
    }

    .aesthetic-details .title h5 {
        margin-bottom: 0;
    }

    .aesthetic-details .accessories {
        padding: 25px 0 0px;
    }

    .aesthetic-details {
        text-align: center;
    }

    .aesthetic-details .inspection {
        padding-bottom: 100px !important;
    }

    .aesthetic-details .right-carousel {
        padding-top: 40px;
    }

    .money-back-guarantee figure {
        position: unset;
    }

    .money-back-guarantee .in-side h3 {
        font-size: 19px;
    }

    .money-back-guarantee .learnmore a {
        font-size: 12px;
        padding: 5px 20px;
    }

    .money-back-guarantee {
        padding: 30px 0;
    }

    .available-services .services-info {
        margin-bottom: 20px;
    }

    .available-services {
        padding: 60px 0 30px;
    }

    .topbar {
        text-align: left;
    }

    .topbar .topbar-info .Offers {
        text-align: left;
        padding-left: 0;
    }

    .comparison-sheet .comparison-sheet-info h3 {
        font-size: 18px;
    }

    .comparison-sheet .comparison-sheet-info ul li,
    .car-comparisons .specification-sheet ul li {
        font-size: 18px;
    }

    .car-comparisons .specification-sheet ul {
        padding: 0 0 0 30px;
    }

    .car-comparisons .specification-sheet h3 {
        background-color: #4E3883;
        color: #fbfbfb;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 3px 10px;
        margin-bottom: 10px;
    }

    .car-comparisons .pd {
        padding: 0 15px;
    }

    .car-comparisons .compare-tag {
        bottom: 10px;
        right: 0;
    }

    .comparison-sheet .sheettitle {
        padding: 40px 15px;
    }
}

@media only screen and (max-width:580px) {
    .banner .banner-info h1 {
        font-size: 36px;
    }


    .aesthetic-details figure img {
        width: 100%;
    }

    .banner .banner-info p {
        font-size: 19px;
    }

    .form-group {
        width: 85%;
    }
}

@media only screen and (max-width:650px) {
    .finance .nav-pills .nav-item {
        margin: 0 5px 10px;
    }
}

@media only screen and (max-width:480px) {
    .topbar .topbar-info a {
        font-size: 13px;
    }

    .reviews {
        padding: 30px 15px;
    }

    .footer .footer-top .right a {
        margin-left: 0;
        /*display: block;*/
        margin-bottom: 10px;
    }

    .footer .copyright,
    .footer .copyright .design-right {
        text-align: center;
    }

    .footer .copyright .design-right {
        padding-top: 15px;
    }

    .banner {
        background-image: url(../assets/banners/ameya1.png);
        height: 200px;
    }

    .easysteps {
        margin: 0px auto 30px;
    }

    .form {
        width: 100%;
        margin: 0px auto 70px !important;
        padding: 25px !important;
    }

    .mint-forms figure {
        padding: 40px 0 !important;
    }

    .login-page {
        width: 100% !important;
    }

    .topbar .topbar-info span {
        font-size: 18px;
        margin: 0 8px;
    }

    .topbar {
        text-align: center;
        padding: 10px 0;
    }

    .testimonials-wrap .owl-nav span {
        color: #fff;
        font-size: 40px;
        line-height: 27px;
    }

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        font-size: 50px;
        color: #fff;
    }

    .testimonials-wrap .owl-carousel .owl-nav button.owl-next,
    .testimonials-wrap .owl-carousel .owl-nav button.owl-prev,
    .testimonials-wrap .owl-carousel button.owl-dot {
        width: 35px;
        height: 35px;
    }

    .testimonials-wrap .heading-section h3 {
        font-size: 28px;
    }

    .mint-video h2 {
        font-size: 35px;
    }

    .online-finance h2 {
        font-size: 45px;
    }

    .banner {
        padding: 0px 0 170px;
        background-position: center center;
    }

    .form-group {
        width: 83%;
    }

    .banner .banner-info p {
        font-size: 18px;
    }

    .banner .banner-info a {
        font-size: 17px;
        border-radius: 4px;
    }

    .banner .banner-info h1 {
        font-size: 35px;
    }

    .banner .banner-info {
        padding-top: 90px;
    }

    .cars-trucks .last {
        display: block;
    }

    .finance-info {
        padding: 50px 0 30px;
    }

    .drively .main-title h2 {
        font-size: 27px;
        letter-spacing: 0.5px;
        bottom: -16px;
    }

    .easysteps .title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .easysteps .title span {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .online-finance p {
        font-size: 16px;
        line-height: 30px;
    }

    .cars-trucks {
        padding: 0 0 80px;
    }

    .download-access {
        /*background: linear-gradient(0deg, transparent 75%, #fff 35%), linear-gradient(82deg, #21C4B8 10%, #2BEEB7 60%);*/
        background: linear-gradient(0deg, transparent 53%, #fff 53%), linear-gradient(82deg, #2b52b2 10%, #294899 60%);
    }

    .cars-trucks .main-title {
        padding-bottom: 30px;
    }

    .cars-trucks .main-title h2 {
        font-size: 24px;
    }

    .download-access .access-info {
        padding-top: 70px;
    }

    .download-access .access-info h2 {
        font-size: 20px;
        margin-left: 15px;
    }

    .download-access .access-info h3 {
        font-size: 18px;
    }

    .download-access .access-info .left {
        padding-left: 15px;
    }

    .whowe a {
        font-size: 14px;
        padding: 5px 18px;
        border-radius: 8px;
    }

    .whowe h2 {
        font-size: 35px;
        padding-bottom: 18px;
    }

    .whowe p {
        font-size: 16px;
        line-height: 28px;
    }

    .footer .footer-links h3 {
        font-size: 20px;
        padding-bottom: 24px;
    }

    .footer .footer-links ul li a {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 8px;
        letter-spacing: 0px !important;
    }

    ::placeholder {
        font-size: 14px;
    }

    .topbar .topbar-info .Offers,
    .topbar {
        text-align: center;
        display: none;
    }

    .topbar-info .login {
        float: unset;
        padding-top: 15px;
    }


    .vehicle-view .car-detail .testdrive {
        padding-left: 18%;
    }

    .vehicle-view .buttons a {
        font-size: 21px;
    }

    .vehicle-view .viewtag {
        position: absolute;
        top: 0px;
        right: 10px;
    }

    .vehicle-view .viewtag svg {
        width: 85%;
    }

    .vehicle-details ul {
        display: block;
    }

    .vehicle-details ul li a {
        border-right: 0;
    }

    .vehicle-details h2 {
        padding-bottom: 35px;
    }

    .money-back-guarantee .in-side {
        background: -webkit-linear-gradient(139deg, #4E3883 35%, #FFDDCC 35%);
        background: -o-linear-gradient(139deg, #4E3883 35%, #FFDDCC 35%);
        background: -moz-linear-gradient(139deg, #4E3883 35%, #FFDDCC 35%);
        /*background: linear-gradient(139deg, #4E3883 35%, #FFDDCC 35%);*/
        background: linear-gradient(139deg, #294899  35%, #e9eef1 35%);
        height: 100%;
        padding: 10px 0 80px;
        height: 100%;
        padding: 10px 0 80px;
    }

    .money-back-guarantee .moneyback-info {
        padding: 40px 15px 0;
    }

    .money-back-guarantee .in-side h3 {
        line-height: 30px;
    }

    .main_product_area {
        padding: 60px 0 100px;
    }
}


@media only screen and (max-width: 480px){
.footer .footer-top span {
        font-size: 20px;
        padding-bottom: 24px;
}
.footer .footer-top .left a {
        font-size: 20px;
}
}
@media only screen and (max-width: 768px){
.cc {
      flex: 0 0 25%;
        max-width: 25%;
}

}
@media only screen and (max-width: 480px){

}
@media only screen and (max-width: 812px){
.sell-banner .content {
        padding: 15% 0 15%;

}
    header .nav-item {
        position: relative;
        padding: 0 12px;
        line-height: 50px;
}
    
    
}







.testimonials-wrap1 .owl-carousel .owl-item figure {
    width: 100%;
    height: 100%;
}

.testimonials-wrap1 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.testimonials-wrap1 {
    background-color: rgb(255 255 255);
    padding: 70px 0 50px;
}

.testimonials-wrap1 .testimonial-box {
    background-color: #ffffff;
    margin: 50px 20px;
}

.testimonials-wrap1 .testimonial-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333838;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.testimonials-wrap1 .testimonial-box p {
    font-size: 18px;
    font-weight: 400;
    color: #333838;
    padding-bottom: 3px;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 20px;
}

.testimonials-wrap1 .testimonial-box b {
    color: #294899;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.testimonials-wrap1 .testimonial-box .item-text {
    padding: 10px 25px;
}

.testimonials-wrap1 .item .box {
    box-shadow: -3px 3px 5px 0px #00000045;
}

.testimonials-wrap1 .owl-nav span {
    color: #fff;
    font-size: 60px;
    line-height: 35px;
}

.testimonials-wrap1 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.testimonials-wrap1 .owl-nav .owl-next {
    float: right;
    right: -40px;
}

.testimonials-wrap1 .heading-section {
    text-align: center;
}

.testimonials-wrap1 .heading-section h3 {
    font-size: 30px;
    font-weight: bold;
    color: #878888;
    text-transform: uppercase;
}

.testimonials-wrap1 .owl-nav .owl-prev {
    left: -40px;
}

.testimonials-wrap1 .owl-dots {
    display: none;
}

.testimonials-wrap1 .owl-carousel .owl-nav button.owl-next,
.testimonials-wrap1 .owl-carousel .owl-nav button.owl-prev,
.testimonials-wrap1 .owl-carousel button.owl-dot {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #294899;
    border-radius: 50%;
    position: relative;
}
