/* font family */

@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Poppins-Bold";
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.ttf);
}


* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #474747;
    font-family: "Poppins-Regular";
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

img {
    width: 100%;
}

.mb-70 {
    margin-bottom: 70px;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.m-auto {
    margin: auto;
}

.mainbtn {
    background: #D0473A;
    border-radius: 8px;
    border: 1px solid #D0473A;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
}

.mainbtnwhite {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    color: #D0473A;
    padding: 6px 12px;
    font-size: 12px;
}

.midsectionheading {
    text-align: center;
    margin-bottom: 15px;
}



.align-center {
    align-items: center;
}

.navbar-brand {
    width: 13%;
}

header .navbar-nav li a {
    font-size: 15px;
    margin-right: 35px;
    color: #000;
    padding: 9px 0 !important;
}

.headerfix {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 1px 1px 14px 0px #d1d1d1;
    transition: 0.5s;
    backdrop-filter: saturate(180%) blur(6px);
    background: hsl(0deg 0% 100% / 89%);
}

.bannerbg {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    border-radius: 30px;
    padding: 119px 0;
    background-position: bottom;
}

.insurancebanner {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/insurancebanner.jpg);
    background-size: cover;
    background-attachment: fixed;
    border-radius: 30px;
    padding: 70px 0;
    background-position: center center;
}

.banner-content h4 {
    color: #fff;
    font-family: 'Poppins-medium';
    font-size: 20px;
}

.banner-content h1 {
    font-family: 'Poppins-bold';
    color: #fff;
    font-size: 51px;
}

.banner-slider .slick-dots {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 0;
}

    .banner-slider .slick-dots li {
        position: relative;
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .banner-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

    .banner-slider .slick-dots .slick-active button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: white;
    }

.sectionheading {
    font-size: 26px;
    font-family: 'Poppins-Bold';
    margin-bottom: 0;
    text-transform: capitalize;
}

.whychoosewrap {
    box-shadow: rgb(0 0 0 / 25%) 1px 8px 50px -12px;
    border-radius: 15px;
    padding: 12px 15px;
    text-align: center;
    margin-top: 15px;
    transition: 0.5s;
}

    .whychoosewrap:hover {
        transition: 0.5s;
        box-shadow: 0px 20px 20px 0px #f1f1f1;
    }

    .whychoosewrap img {
        width: 30%;
    }

    .whychoosewrap h4 {
        font-size: 16px;
        font-family: 'Poppins-Medium';
        margin-top: 10px;
    }

    .whychoosewrap p {
        font-size: 12px;
        color: gray;
    }

.ftlistingwrapper .navcustom {
    background-color: #eef2f6;
    border-radius: 60px;
    border-bottom: none;
    line-height: 27px;
    margin: 0 auto 20px;
    max-width: auto;
    padding: 10px 29px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

    .ftlistingwrapper .navcustom li a {
        display: block;
        padding: 4px 20px;
        font-size: 14px;
        font-weight: var(--bs-nav-link-font-weight);
        color: #000000;
        text-decoration: none;
        margin-right: 6px;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

        .ftlistingwrapper .navcustom li a.active {
            color: #D0473A !important;
            background-color: var(--bs-nav-tabs-link-active-bg);
            border-color: transparent;
            border-radius: 38px;
        }

.ftlistingwrapper .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    color: #D0473A !important;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: transparent;
    border-radius: 38px;
}

.carbox {
    position: relative;
    padding: 8px 8px;
    border-radius: 12px;
    border: 1px solid #ddd;
    /*box-shadow: rgb(0 0 0 / 25%) -2px -2px 50px -12px;*/
    margin-bottom: 20px;
    transition: 0.5s;
}

    .carbox:hover {
        transition: 0.5s;
        box-shadow: rgb(0 0 0 / 39%) -2px -2px 77px -12px;
    }

    .carbox img {
        width: 100%;
        height: 144px;
        object-fit: cover;
    }

    .carbox h3 {
        font-size: 15px;
        font-family: 'Poppins-medium';
        margin-top: 15px;
        margin-bottom: 8px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px;
    }

    .carbox ul {
        column-count: 2;
    }

        .carbox ul li {
            font-size: 12px;
            margin-bottom: 12px;
            display: flex;
            justify-content: start;
            align-items: baseline;
        }

            .carbox ul li i {
                color: #D0473A !important;
                margin-right: 5px;
            }

.carboxfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 2px;
}

    .carboxfooter .mainbtn {
        color: #D0473A;
        background: none;
        border: none;
    }

    .carboxfooter h4 {
        font-size: 14px;
        font-family: 'Poppins-medium';
        margin: 0;
        display: flex;
        justify-content: start;
        align-items: center;
    }

.carlistslider .carbox {
    width: 96%;
}

.adbanner {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/adbg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    background-position: center;
}

.adcontent {
    background: #ffffff00;
    border-radius: 20px;
    padding: 0px 114px;
    text-align: center;
}

    .adcontent h3 {
        font-family: 'Poppins-Bold';
        color: #fff;
        font-size: 39px;
    }

    .adcontent p {
        color: #fff;
        font-size: 14px;
    }

.buyselltag img {
    position: absolute;
    top: 0;
    background: #fff;
    max-width: 67px;
    height: 34px;
    object-fit: contain;
    border-radius: 6px;
    right: 0;
}

.bdtypebg {
    background: #f3f3f3;
    padding: 40px 0;
}

.cartypewrap {
    padding: 8px 8px;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 25%) -2px -2px 50px -12px;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.5s;
    overflow: hidden
}



    .cartypewrap img {
        width: 90px;
    }

    .cartypewrap:hover img {
        transition: 0.5s;
        transform: scale(1.5);
    }

    .cartypewrap h5 {
        font-size: 16px;
        font-family: 'Poppins-Medium';
    }

.footerbg {
    background: #eef2f6;
    border-radius: 43px;
}

.footerheading h4 {
    font-size: 18px;
    margin-bottom: 18px;
    font-family: 'Poppins-Medium';
}

.footerheading p, .footer-about p {
    font-size: 14px;
    margin-bottom: 0px;
}

.footersocial ul {
    display: flex;
    align-items: center;
}

    .footersocial ul li a i {
        background: #d0473a;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        margin-left: 10px;
    }

.footerone {
    border-bottom: 1px solid #ddd;
    padding-top: 35px;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.newsletter {
    position: relative;
}

    .newsletter input {
        border: 1px solid #ddd;
        padding: 6px 7px;
        width: 100%;
        font-size: 14px;
    }

    .newsletter button {
        background: #d0473a;
        color: #fff;
        border: none;
        padding: 6px 13px;
        position: absolute;
        right: 0;
        font-size: 14px;
        top: 40px;
    }

.quicklinks ul li a {
    font-size: 14px;
}

.quicklinks1 ul {
    column-count: 2;
}

.newsletter p {
    font-size: 12px;
    margin-top: 4px;
    color: #cf473a;
}

.footerthird {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-top: 18px;
}

.copyright {
    text-align: center;
}

    .copyright p {
        margin-bottom: 0;
        font-size: 14px;
    }

        .copyright p a {
            color: #d0473a;
            font-weight: 600;
        }

.footerlaunch ul {
    display: flex;
}

    .footerlaunch ul li {
        background: #fff;
        padding: 5px 5px;
        border-radius: 10px;
        margin-right: 8px;
    }

.aboutbg {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/aboutbanner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.aboutbannercontent {
    text-align: center;
    padding: 90px 0px;
}

    .aboutbannercontent h4 {
        color: #fff;
        font-size: 31px;
        font-family: 'Poppins-Bold';
        margin: 0;
        letter-spacing: 1px;
    }

.aboutcontent h3 {
    font-size: 16px;
    margin-bottom: 2px;
}

.aboutcontent h2 {
    font-size: 29px;
    font-family: 'Poppins-Bold';
    color: #d0473a;
    margin-bottom: 25px;
}

.aboutcontent p {
    font-size: 14px;
    margin-bottom: 3px;
}

.aboutcontent h5 {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-top: 22px;
}

.carintextlist {
    margin: 15px 0px;
}

.cardetail h4 {
    font-size: 20px;
    font-family: 'Poppins-Bold';
    color: #d0473a;
    margin: 20px 0 15px 0;
}

.cardetail ul {
    display: flex;
    gap: 6px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

    .cardetail ul li a {
        font-size: 14px;
    }

.caroverview {
    padding: 16px 0;
}

    .caroverview ul {
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 12px 15px;
        column-count: 2;
    }

        .caroverview ul li {
            font-size: 13px;
            color: gray;
            line-height: 2;
        }

            .caroverview ul li i {
                color: #d0473a;
                font-size: 11px;
                margin-right: 5px;
            }

.moduleheading {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    position: relative;
    display: inline-block;
}
/* .moduleheading::before{
    content: '';
    position: absolute;
    background: linear-gradient(45deg, black, transparent);
    height: 2px;
    width: 48px;
    right: -51px;
    top: 9px;
} */
.cardescription p {
    font-size: 13px;
    color: gray;
}


.extraftwrap ul {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    column-count: 1;
}

    .extraftwrap ul li {
        font-size: 13px;
        color: gray;
        line-height: 2;
        display: flex;
        align-items: baseline;
        justify-content: start;
    }

        .extraftwrap ul li i {
            color: #d0473a;
            font-size: 11px;
            margin-right: 8px;
        }

.carsorting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .carsorting h4 {
        font-size: 13px;
        margin-bottom: 0;
    }

.sortingselect {
    display: flex;
    align-items: center;
}

    .sortingselect h5 {
        font-size: 13px;
        margin-bottom: 0;
        width: 91px;
    }

    .sortingselect select {
        font-size: 13px;
    }

.featuredlisting {
    position: relative;
    padding: 8px 8px 30px 8px;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 25%) -2px -2px 50px -12px;
    margin-bottom: 20px;
}

.featuredlistinginner {
    position: relative;
}

.featuredlistingcarprice {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000006b;
    padding: 7px 15px;
    color: #fff;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

    .featuredlistingcarprice h4 {
        font-size: 14px;
    }

    .featuredlistingcarprice h5 {
        font-size: 13px;
        margin-bottom: 0;
    }

.carfilters {
    background: #d0473a;
    padding: 20px 0;
    border-radius: 0px;
}

    .carfilters .form-group label {
        font-size: 14px;
        color: #fff;
    }

    .carfilters .form-group select {
        font-size: 14px;
    }

.recentlisting {
    position: relative;
    padding: 8px 8px 30px 8px;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 25%) -2px -2px 50px -12px;
    margin-bottom: 20px;
}

    .recentlisting h5 {
        font-size: 16px;
        font-family: 'Poppins-Medium';
        margin-bottom: 14px;
        margin-top: 10px;
    }

    .recentlisting ul li h4 {
        font-size: 11px;
    }

    .recentlisting ul li h5 {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .recentlisting ul li {
        display: flex;
        margin: 6px 0;
        align-items: center;
    }

        .recentlisting ul li img {
            max-width: 70px;
            max-height: 70px;
            min-height: 70px;
            object-fit: contain;
            min-width: 70px;
            border: 1px solid #ddd;
            border-radius: 8px;
        }

.recentupdatecardetail {
    margin-left: 10px;
}

.carlistbg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carlistbg.png);
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
}

.carlistbannercontent h4 {
    color: #fff;
    font-family: 'Poppins-bold';
    font-size: 47px;
    text-align: center;
}

.carlisttype ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}

    .carlisttype ul li {
        text-align: center;
    }

        .carlisttype ul li a {
            color: #fff;
            text-align: center;
            font-family: 'Poppins-Medium';
        }

            .carlisttype ul li a img {
                max-width: 100px;
                display: block;
                margin-bottom: 7px;
                padding: 10px;
                border-radius: 50%;
                background: #ffffff7a;
                transition: 0.5s
            }

            .carlisttype ul li a:hover img {
                background: #fff;
                transition: 0.5s
            }

.filterwrapper {
    background: #ffffff7a;
    padding: 24px 24px;
    border-radius: 14px;
    margin: 60px 0;
}

    .filterwrapper .form-group label {
        color: #fff;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .filterwrapper .form-group select {
        font-size: 12px;
        color: gray;
        font-family: 'poppins-regular';
    }

.carlistpagination ul li a {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #d0473a;
}

.carlistpagination ul li.active {
    background: #d0473a;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #d0473a;
    border-color: #d0473a;
}

.newswrapper {
    position: relative;
    border-radius: 12px 12px 12px 12px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 96%;
    border: 1px solid #ddd;
}

.blogcontentshort {
    background: #fff;
    border-top: none;
    padding: 10px 12px;
    border-radius: 0 0 12px 12px;
}

    .blogcontentshort h4 {
        text-align: left;
        font-size: 15px;
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        color: #000;
        padding: 0;
        font-family: 'Poppins-Medium';
    }

.newswrapper img {
    width: 100%;
    height: 144px;
    object-fit: cover;
}



.newswrapper ul {
    display: flex;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    justify-content: space-between;
    align-items: center;
}

    .newswrapper ul li a {
        font-size: 13px;
        color: gray;
        display: flex;
        align-items: center;
    }

        .newswrapper ul li a i {
            color: #D0473A;
            font-size: 17px;
            margin-right: 5px;
        }

.blogcontentshort p {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 10px;
    font-weight: 500;
    color: gray;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}

.blogcontentshort h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 13px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'poppins-medium';
}

    .blogcontentshort h5 i {
        color: #D0473A;
        font-size: 15px;
        margin-right: 5px;
    }


.carbg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/cardetailimg1.jpg);
    padding: 50px 39px;
    background-size: cover;
    border-radius: 22px;
    width: 95%;
}

.cardetailcontent {
    border-radius: 15px;
    padding: 36px 0px;
}

    .cardetailcontent h3 {
        font-size: 17px;
        color: #fff;
        font-family: 'Poppins-Medium';
        margin-bottom: 0;
    }

    .cardetailcontent h4 {
        font-size: 53px;
        font-family: 'Poppins-Bold';
        color: #fff;
        letter-spacing: 3px;
    }

    .cardetailcontent p {
        font-size: 15px;
        color: #fff;
        margin-top: 10px;
        margin-bottom: 20px;
    }

.carcontactwrap {
    background-image: url(../img/formbg.png);
    background-size: cover;
    padding: 20px 30px;
    border-radius: 20px;
}

    .carcontactwrap h4 {
        font-size: 26px;
        font-family: 'Poppins-Medium';
    }

    .carcontactwrap p {
        font-size: 13px;
    }

    .carcontactwrap .form-group {
        margin-bottom: 8px;
    }

        .carcontactwrap .form-group input.form-control {
            font-size: 13px;
            padding: 12px 15px;
        }

        .carcontactwrap .form-group textarea.form-control {
            font-size: 13px;
            padding: 12px 15px;
        }

        .carcontactwrap .form-group label {
            font-size: 14px;
            margin-bottom: 3px;
        }

.bottom_ad {
    bottom: 0;
    width: 100%;
    position: fixed;
}

.adimgwrapmain {
    width: auto;
    margin: auto;
}

.adimgwrap {
    position: relative;
    box-shadow: 1px 1px 20px 1px #d2d2d2;
}

    .adimgwrap img {
        height: 116px;
        object-fit: contain;
    }

.bottom_adremove {
    background: none;
    position: absolute;
    right: 0;
    top: -10px;
    border: none;
    font-size: 22px;
    padding: 0;
}

.adsection1wrapper {
    position: relative;
}

.hrzbtn {
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.quoteform {
    padding: 30px 20px;
    box-shadow: rgb(0 0 0 / 25%) 1px 8px 50px -12px;
    border-radius: 15px;
    text-align: center;
    transition: 0.5s;
}

.quotetext h4 {
    font-size: 22px;
    font-family: 'Poppins-Bold';
    margin-bottom: 15px;
    text-align: center;
}

.insuranceform {
    background: #ffffff8c;
    padding: 30px 30px;
    border-radius: 30px;
}

    .insuranceform .form-group {
        margin: 6px 0px;
    }

        .insuranceform .form-group .form-control {
            padding: 12px 20px;
            font-size: 13px;
            color: gray;
        }

.insuranceformheading h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
}

.insurancebox h3 {
    font-size: 16px;
    font-family: 'Poppins-medium';
    margin-top: 10px;
    margin-bottom: 10px;
}

.insurancebox p {
    font-size: 12px;
    color: gray;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.faqbg {
    background: #f2f5fb;
    padding: 50px 0px;
}

.faqheading h3 {
    font-size: 50px;
    font-family: 'Poppins-Bold';
    text-align: center;
    margin-bottom: 40px;
}

.faqbg .card-header {
    background: #ffe4e2;
    border: none;
    padding: 15px 15px;
}

    .faqbg .card-header a {
        font-family: 'Poppins-Medium';
        color: #000;
        font-size: 16px;
        padding: 0;
    }

.faqbg #accordion .card {
    margin-bottom: 12px;
    border: none;
    background: transparent;
}

.faqbg .card-body {
    background: #fff;
    margin-top: 8px;
    color: gray;
    font-size: 14px;
}

.newsdetailwrapper {
    border: 1px solid #ddd;
    padding: 25px 30px;
    border-radius: 10px;
}

    .newsdetailwrapper h2 {
        font-size: 37px;
        font-family: 'Poppins-Bold';
    }

    .newsdetailwrapper p {
        font-size: 14px;
        color: gray;
    }

.newshighlight {
    padding: 0 25px;
}

    .newshighlight p {
        font-style: italic;
        font-size: 22px;
    }

.newshighlightheading h3 {
    font-size: 22px;
    font-family: 'Poppins-Medium';
}

#DivLatestLaunchAppend li a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}


.carcontent .tab-content .tab-pane img {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.buysellmodalcontent h4 {
    font-size: 25px;
    font-family: 'Poppins-Bold';
    line-height: 1.5;
    padding: 0px 50px 0 0px;
}

.buysellmodalcontent .form-control {
    padding: 0.75rem 0.75rem;
    margin-bottom: 15px;
}

.buysellmodalcontent .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.faqwrapper {
    box-shadow: rgb(0 0 0 / 25%) 1px 8px 50px -12px;
    border-radius: 15px;
    padding: 20px 25px;
    margin-top: 15px;
    transition: 0.5s;
}

    .faqwrapper .card {
        margin-bottom: 10px;
        border: none;
        border-bottom: 0px;
    }

    .faqwrapper .card-header {
        background: #f0f0f0;
        border-bottom: none;
    }

        .faqwrapper .card-header a {
            text-transform: capitalize;
            font-size: 13px;
            font-family: 'Poppins-Medium';
            padding-left: 0;
        }

    .faqwrapper .card-body {
        font-size: 12px;
        color: gray;
    }

.termheading {
    color: #000;
}

    .termheading a {
        color: blue;
        font-weight: bold;
    }

.fireimg {
    max-width: 20px;
    min-width: 20px;
}

.testdrivebanner {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(https://vehiclecoach.com/Assest_New/img/testdrive.jpg);
    background-size: cover;
    background-attachment: fixed;
    border-radius: 30px;
    padding: 70px 0;
    background-position: left;
}

.testdrivecontent p {
    color: #fff;
    text-align: justify;
}

.topheadercontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

marquee {
    color: #fff;
    width: 60%;
}

.topheader {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.insuranceform form label {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 13px;
}

.cibilbg {
    background-image: linear-gradient(319deg, #faff00 0%, #ff1000 37%, #ff6a00 100%),url(https://vehiclecoach.com/Assest_New/img/giphy.gif);
    border-radius: 10px;
    color: #fff !important;
    padding: 10px 22px;
    width: 186px;
    text-align: center;
}

.reviewcard {
    box-shadow: rgb(0 0 0 / 13%) 0px 4px 20px 0px;
    border-radius: 15px;
    padding: 34px 15px;
    margin-top: 15px;
    transition: 0.5s;
    position: relative;
    width: 94% !important;
    display: flex !important;
    justify-content: start;
    align-items: start;
    margin-bottom: 18px;
    margin-left: 15px;
}

    .reviewcard img {
        width: 68px;
        margin-right: 17px;
    }

.reviewcontent h3 {
    font-size: 20px;
    font-family: 'Poppins-Medium';
}

.reviewcontent p {
    font-size: 13px;
    color: gray;
}

.reviewcontent ul {
    display: flex;
}

    .reviewcontent ul li {
        color: #ffc600;
        margin-right: 4px;
    }

.reviewcard .bxs-quote-right {
    position: absolute;
    right: 0;
    font-size: 95px;
    opacity: 0.1;
    bottom: 0;
}

.reviewslider .slick-dots {
    bottom: -40px;
}

.slick-dots li button {
    font-size: 0;
    border: 1px solid #ddd;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #d0473a70 !important;
    border-radius: 50%;
    border-radius: 50%;
}

    .slick-dots li button:before {
        content: '';
    }

.slick-dots li.slick-active {
    margin-right: 11px;
}

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
        background: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 5px;
        left: 5px;
    }

.carlistslider .slick-dots {
    bottom: -40px;
}

.slick-dots li.slick-active button {
    width: 15px !important;
    height: 15px !important;
    background: #d0473a !important;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.termcontentwrapper h4 {
    font-size: 22px;
    font-family: 'Poppins-Medium';
}

.termcontentwrapper {
    margin-bottom: 40px;
}

    .termcontentwrapper p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .termcontentwrapper ul li {
        display: flex;
        font-size: 14px;
        color: gray;
        align-items: baseline;
        line-height: 2;
    }

        .termcontentwrapper ul li i {
            line-height: 0;
            color: #d0473a;
            margin-right: 10px;
        }

.termheading {
    font-size: 42px;
    font-family: 'Poppins-Bold';
    margin-bottom: 53px;
    text-align: start;
}

.termcontentwrapper {
    margin-bottom: 24px;
}

.insuranceform p {
    color: #000;
    font-size: 14px;
}

    .insuranceform p a {
        color: #0a46a1;
        font-weight: 600;
    }

.buysellinput {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .buysellinput input {
        margin-right: 8px;
    }

    .buysellinput #ddlSellType {
        margin-right: 8px;
        margin-left: 25px;
    }

.blogshortcontent {
    padding: 10px 12px;
}

    .blogshortcontent h6 {
        color: #cf473a;
        font-size: 13px;
    }

    .blogshortcontent h4 {
        font-size: 18px;
        font-family: 'Poppins-Medium';
        text-align: start;
    }

    .blogshortcontent p {
        font-size: 13px;
        height: 39px;
        overflow: hidden;
    }

.blogauthordes {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .blogauthordes img {
        width: 45px;
        height: auto;
        margin-right: 9px;
    }

.blogauthordetail h5 {
    font-size: 14px;
    margin-bottom: 2px;
    font-family: 'Poppins-Medium';
}

.blogauthordetail p {
    height: auto;
    margin-bottom: 0;
    color: gray;
    font-size: 11px;
}


#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #d0473a;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px text-align: center;
    padding: 7px;
    color: #ffff;
    font-size: 36px;
    z-index: 99;
}

    #scroll i {
        animation: top 0.8s infinite;
    }

@keyframes top {
    0% {
        top: 100%;
    }

    100% {
        top: -50%;
    }
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


.blogsearch {
    position: relative;
}

    .blogsearch input {
        padding: 12px;
        border-radius: 10px;
        border: none;
        width: 100%;
        font-size: 13px;
    }

    .blogsearch button {
        right: 5px;
        position: absolute;
        top: 5px;
    }

.blogsearch {
    position: relative;
    margin-top: 40px;
}

.bloglistbg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/blogbg.jpg);
    padding: 70px 0;
    background-size: cover;
    background-position: center;
}



.blogdetailmainwrapper .blogheading {
    font-size: 38px;
    font-family: 'Poppins-bold';
    color: #000;
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.blogdetailadmindetail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 9px;
}

    .blogdetailadmindetail li img {
        width: 50px;
        margin-right: 12px;
    }

    .blogdetailadmindetail li:nth-child(1) {
        display: flex;
        justify-content: start;
        align-items: center;
    }

.blogwritername h3 {
    font-size: 15px;
    font-family: 'Poppins-Bold';
    margin-bottom: 3px;
}

.blogwritername p {
    font-size: 11px;
    margin-bottom: 0;
}

.blogdetailadmindetail li:nth-child(2) ul {
    display: flex;
}

    .blogdetailadmindetail li:nth-child(2) ul li a i {
        font-size: 25px;
        margin-left: 12px;
    }


.blogdetailmainwrapper img.blogbannerimg {
    height: 300px;
    object-fit: cover;
    margin-top: 20px;
    margin-bottom: 40px;
}

.blogdetailmaincontent h4 {
    font-size: 25px;
    font-family: 'Poppins-Medium';
}

.blogdetailmaincontent p {
    font-size: 14px;
}

.blogminiheading {
    font-size: 23px;
    font-family: 'Poppins-Medium';
}

.recentbloglist h5 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.recentbloglist h4 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

#DivCarAppend .carboxfooter .mainbtn {
    padding: 6px 6px;
}

.MagicZoom {
    display: block;
    width: 100%;
}

    .magicZoom figure {
        width: 100%;
    }

    .MagicZoom img {
        max-width: 100% !important;
        min-width: 100% !important;
    }

.selectors {
    margin-top: 20px;
    text-align: center;
}

    .selectors a img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        padding-bottom: 0px !important;
    }

.mainsearchbarwrapper {
    position: relative;
}

    .mainsearchbarwrapper input {
        border: 1px solid #878787;
        padding: 10px 10px;
        width: 313px;
        border-radius: 10px;
        font-size: 12px;
    }


        .mainsearchbarwrapper input:focus-visible {
            outline-offset: -2px;
            -webkit-appearance: textfield;
            outline: none;
            box-shadow: 1px 1px 5px 0px #c6daff;
            border: 1px solid #b3ceff;
        }

    .mainsearchbarwrapper i {
        position: absolute;
        right: 8px;
        top: 12px;
        color: #878787;
    }

#collapsibleNavbar {
    justify-content: space-between;
}

.externalnavlinks li a {
    margin-right: 0px !important;
}

.mobilelogo {
    display: none;
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    padding: 0px 0px;
    opacity: 1;
    position: absolute;
    pointer-events: auto;
    background: #fff;
    width: 100%;
    z-index: 9;
    top: 45px;
    box-shadow: 1px 1px 5px 0px #b8cef7;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-family: 'Poppins-Medium';
    color: #d0473a;
}

.resultBox li {
    list-style: none;
    padding: 8px 10px;
    display: none;
    width: 100%;
    cursor: default;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}
