.ceu-inner-tabing-first.nav-pills .nav-link {
    border: 0.79px solid #f8941d;
    border-radius: 10px;
    padding: 17px 0;
    transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font: 500 20px / 100% "Roboto", sans-serif;
    color: #000000;
}

.popular-tabing.nav-pills .nav-link {
    background: #f2f3f5;
    border: 1px solid #f8941d4d;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font: 400 14px / 44px "Roboto", sans-serif;
    color: #000000;
    margin: 0;
}

img {
    max-width: 100%;
}

.vector-bg {
    display: inline-block;
    /* width: 60px; /* Adjust as needed */
    /* height: 40px; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease;
}

.breadcrumb-section {
    background: transparent !important;
    height: auto !important;
    margin: 20px 0 16px;
}

.vector-bg.acura {
    background-image: url(../../assets/frontend/images/brand-logos/black/Acura.svg);
}

.vector-bg.audi {
    background-image: url(../../assets/frontend/images/brand-logos/black/Audi.svg);
}

.vector-bg.bmw {
    background-image: url(../../assets/frontend/images/brand-logos/black/Bmw.svg);
}

.vector-bg.buick {
    background-image: url(../../assets/frontend/images/brand-logos/black/Buick.svg);
}

.vector-bg.cadillac {
    background-image: url(../../assets/frontend/images/brand-logos/black/Cadillac.svg);
}

.vector-bg.chevrolet {
    background-image: url(../../assets/frontend/images/brand-logos/black/Chevrolet.svg);
}

.vector-bg.chrysler {
    background-image: url(../../assets/frontend/images/brand-logos/black/Chrysler.svg);
}

.vector-bg.dodge {
    background-image: url(../../assets/frontend/images/brand-logos/black/Dodge.svg);
}

.a-button {
    background: 0 0;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
}
.modal-backdrop.fade.show {
    z-index: -1 !important;
}
.modal-backdrop.show {
    z-index: 99999 !important;
}

/* Hide carousel until Owl initializes */
.cars-logo-carousel {
    visibility: hidden;
}

/* When Owl is ready, show it */
.cars-logo-carousel.owl-loaded {
    visibility: visible;
}

/* Optional: prevent layout shift by defining min-height */
.cars-logo-carousel .item {
    min-height: 60px;
}

@media (max-width: 1279.98px) {
    .ceu-inner-tabing-first,
    .popular-tabing,
    .nav {
        flex-wrap: nowrap !important;
        margin-top: 15px !important;
    }
}

@media (min-width: 968px) {
    /* .ceu-inner-tabing-first.nav-pills .nav-link {
        min-width: 150px !important;
    } */
}

@media (max-width: 991.98px) {
    /* .ceu-inner-tabing-first.nav-pills .nav-link {
        height: 48px;
        min-width: 120px;
    } */

    .ceu-inner-tabing-first,
    .popular-tabing,
    .nav {
        flex-wrap: nowrap !important;
        margin-top: 24px !important;
    }

    img {
        max-width: 100%;
    }

    .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
}

@media (min-width: 768px) {
    /* .ceu-inner-tabing-first.nav-pills .nav-link {
        width: 135px !important;
    } */
}

label {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #5f5f5f;
}

.text-right {
    text-align: right !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

/* .cars-logo-carousel .owl-item img {
    width: auto;
} */
.cars-logo-carousel .owl-item {
    margin-right: 30px !important;
}

.card-logo-carousel .owl-satge {
    width: 95096px !important;
}

.cars-logo-carousel {
    position: relative;
}

.cars-logo-carousel .owl-nav button {
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 1.1;
}

.cars-logo-carousel .owl-nav button span {
    display: none;
}

.filter-dropdown {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.filter-dropdown-outer {
    position: relative;
}

.filter-dropdown-select {
    cursor: pointer;
    background: #f5f5f5 url(../../assets/frontend/images/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-position: 90% 55%;
    background-size: 11px;
    font-size: 16px;
    padding: 8px 25px 8px 15px;
    text-align: center;
    box-shadow: 0 0 2.67px 0 rgb(0 0 0 / 0.25);
    border-radius: 10px;
    box-shadow: 0px 0px 2.35px 0px #00000040;
    background: #4242421a;
    padding: 8px 16px;
    font: 400 14px / 100% "Roboto", sans-serif;
    border-radius: 2px;
    white-space: nowrap;
}

.filter-dropdown-select::after {
    content: "";
    background: url(../../assets/frontend/images/arrow-down-black.svg),
        no-repeat;
}

.filter-dropdown-formbox {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    width: 725px;
    border-radius: 7px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 0.25);
    padding: 25px 25px 0 25px;
    background-color: #fff;
    z-index: 10;
}

.filter-dropdown-formbox-heading {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 32px;
}

.filter-dropdown-formbox-body {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-height: 320px;
    overflow-x: auto;
    padding-bottom: 20px;
}

.filter-dropdown-contentlist {
    background-color: #f4f6fa;
    border: 1px solid rgb(0 0 0 / 0.15);
    width: calc(25% - 16px);
    border-radius: 10px;
    text-align: center;
    padding: 15px 20px;
}

.filter-dropdown-contentlist-hd {
    font-size: 18px;
}

.filter-dropdown-formbox .btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 24px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 0.25);
    padding: 25px;
    margin-left: -25px;
    margin-right: -25px;
}

.filter-dropdown-formbox .btn {
    flex: inherit;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
}

.filter-dropdown-formbox .custom-button {
    background-color: #f8941d;
    color: #fff;
    padding: 12px 15px;
    border-radius: 12px;
}

.filter-dropdown-formbox .custom-button:hover {
    background-color: #000;
}

.filter-dropdown-formbox .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media screen and (max-width: 1199px) {
    .filter-dropdown-formbox-heading {
        font-size: 20px;
        padding-bottom: 24px;
    }

    .filter-dropdown-formbox {
        padding: 16px 16px 0 16px;
    }

    .filter-dropdown-contentlist-hd {
        font-size: 18px;
    }

    .filter-dropdown-formbox .btn {
        font-size: 16px;
    }

    .filter-dropdown-formbox .btn-group {
        padding: 20px 25px;
        margin-left: -16px;
        margin-right: -16px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .filter-dropdown-formbox {
        width: calc(100vw - 30px);
    }

    .filter-dropdown-formbox-heading {
        font-size: 20px;
        padding-bottom: 16px;
    }

    .filter-dropdown-contentlist-hd {
        font-size: 18px;
    }

    .filter-dropdown-contentlist img {
        width: 36px;
        margin-bottom: 5px;
    }

    .popular-tabing.nav-pills .nav-link {
        width: 130px !important;
    }
}

@media screen and (max-width: 600px) {
    .filter-dropdown-formbox {
        top: 126px;
        z-index: 100000;
        position: fixed;
        width: 100%;
    }

    .filter-dropdown-contentlist {
        width: calc(50% - 16px);
    }

    .filter-dropdown-formbox .btn-group {
        padding: 16px;
    }

    .filter-dropdown-formbox .btn {
        font-size: 16px;
    }

    .filter-dropdown {
        flex-wrap: nowrap !important;
        overflow-y: scroll;
    }
}

/*! CSS Used from: Embedded */
*,
::after,
::before {
    box-sizing: border-box;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca;
}

* {
    transition: all 0.3s;
}

/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*! CSS Used from: Embedded */
.make-filter-label:has(input:checked),
.bodytype-filter-label:has(input:checked) {
    background: #f8941d !important;
    color: #fff !important;
    border: 0px !important;
}

.filter-dropdown-contentlist:has(input:checked) {
    background: #f8941d !important;
    color: #fff !important;
    border: 0px !important;
}

.lh-50 {
    padding: 30px 20px !important;
}

.popular-tabing.nav-pills .nav-link {
    text-align: center;
}

.make-filter-dropdown {
    display: none;
}

.city-filter-select.disabled {
    background: #f5f5f5 !important;
    color: #a29a9a !important;
}

@media (max-width: 768px) {
    .cars-logo-carousel {
        padding: 0px !important;
    }

    .owl-stage {
        padding-left: 0px !important;
    }

    .owl-carousel .owl-item img {
        width: auto !important;
    }

    .filter-dropdown {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .filter-dropdown::-webkit-scrollbar {
        display: none;
    }

    .ceu-inner-tabing-first.nav-pills .nav-link {
        height: 48px;
        min-width: 130px !important;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72j00.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72j00.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72j00.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72j00.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72j00.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72j00.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72j00.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72j00.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72j00.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72j00.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72j00.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72j00.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72j00.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72j00.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72j00.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72j00.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72j00.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72j00.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72j00.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72j00.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.breadcrumb {
    margin: 0 !important;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.navigation-bar {
    margin: 10px 0 0 0;
}

.navigation-bar .breadcrumb {
    align-items: center;
    margin-bottom: 16px !important;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    font: 400 16px / 100% "Roboto", sans-serif;
    color: #000000;
}

.about-page-and-filter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
}

.filter-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-name {
    font: 700 32px / 100% "Roboto", sans-serif;
    color: #000000;
    padding-bottom: 10px;
    text-align: left;
}

.page-about {
    font: 400 16px / 100% "Roboto", sans-serif;
    color: #000000;
    padding-bottom: 10px;
}

.car-tabs-box-main .owl-carousel .owl-stage-outer {
    max-width: 1300px;
    margin: 0 auto;
}

.car-tabs-box-main .cars-logo-carousel .owl-item {
    max-width: 194px !important;
}

.owl-stage {
    width: 95096px !important;
}

/* start Car tabs */
.car-tabs-box-main {
    margin-bottom: 20px;
}

#view-tab {
    background: #e6e2e2;
    box-shadow: 0px 0px 2.21px 0px #00000040;
    border-radius: 4px;
}

#view-tab .nav-link.active {
    background-color: #f8941d;
    padding: 10px;
}

#view-tab .tab-view {
    width: 24px;
    height: 24px;
}

#view-tab .nav-link.active .tab-view.black {
    display: none;
}

#view-tab .nav-link .tab-view.white {
    display: none;
}

#view-tab .nav-link .tab-view.black {
    display: block;
}

#view-tab .nav-link.active .tab-view.white {
    display: block;
}

#view-tab .nav-link {
    padding: 10px;
}

.list-added-date {
    box-shadow: 0px 0px 2.21px 0px #00000040;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 7px;
}

.sort-filter {
    font: 400 12px / 100% "Roboto", sans-serif;
    padding-bottom: 2px;
    color: #00000070;
}

.dropdown-toggle {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
}

#add-date {
    font: 400 12px / 100% "Roboto", sans-serif;
    color: #000000;
    gap: 44px;
}

.filter-dropdown-select::after {
    content: "";
    background: url(../../assets/frontend/images/arrow-down-black.svg),
        no-repeat;
    background-position: center;
    width: 8px;
    height: 6px;
    display: block;
    right: 4px;
    position: absolute;
    top: 13px;
}

/* Car details*/
.car-tabs-box-main .owl-carousel .owl-stage-outer {
    max-width: 1300px;
    margin: 0 auto;
}

.car-tabs-box-main .cars-logo-carousel .owl-item {
    max-width: 194px !important;
    margin-right: 16px !important;
}

.brand-slider-main {
    border: 0.79px solid #f8941d;
    border-radius: 10px;
    padding: 17px 0;
    transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font: 500 20px / 100% "Roboto", sans-serif;
    color: #000000;
}

.vector-bg {
    width: 50px !important;
    height: 40px !important;
    margin: 0;
}

.brand-slider-main.active {
    background: #f8941d;
}

.brand-logo {
    width: 50px !important;
    height: 40px !important;
    margin: 0;
}

.brand-slider-main.make-filter-label {
    font: 500 20px/ 100% "Roboto", sans-serif;
    color: #000000;
}

.brand-slider-main.active .brand-name,
.brand-slider-main:hover .brand-name {
    color: #ffffff;
}

.brand-slider-main:hover {
    background: #f8941d;
    color: #ffffff;
}

.brand-slider-main .brand-logo.white {
    display: none;
}

.brand-slider-main.active .brand-logo.white,
.brand-slider-main:hover .brand-logo.white {
    display: block;
}

.brand-slider-main.active .brand-logo.black,
.brand-slider-main:hover .brand-logo.black {
    display: none;
}

.car-tabs-box-main .owl-nav button {
    width: 24px !important;
    height: 24px !important;
    background: #f8941d !important;
    box-shadow: 0px 0px 3.31px 0px #00000040;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.car-tabs-box-main .owl-nav .disabled {
    opacity: 0.5;
}

.car-tabs-box-main .owl-nav button span {
    visibility: hidden;
    position: relative;
}

.car-tabs-box-main .owl-nav button span:after {
    content: "";
    position: absolute;
    background: url(../../assets/frontend/images/slider-icon.svg), no-repeat !important;
    width: 8px;
    height: 13px;
    top: 2px;
    left: 4px;
    visibility: visible;
}

.car-tabs-box-main .owl-nav .owl-next span:after {
    transform: rotate(-180deg);
    top: 3px;
    left: 6px;
}

.car-tabs-box-main .owl-next {
    right: 0;
}

.car-tabs-box-main .owl-prev {
    left: 0;
}

.car-type-sliders {
    margin-top: 24px;
}

.car-tabs-box-main .car-type-sliders .owl-item {
    max-width: 224px;
}

.car-type {
    background: #f2f3f5;
    border: 1px solid #f8941d4d;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.car-type-image {
    width: 105px !important;
    height: 58px;
    margin: 0;
}

.car-type-name {
    font: 400 14px / 44px "Roboto", sans-serif;
    color: #000000;
    margin: 0;
}

.car-details-boxes {
    display: flex;
    align-items: center;
    gap: 10px;
}

.car-details-boxes .dropdown-toggle {
    box-shadow: 0px 0px 2.35px 0px #00000040;
    background: #4242421a;
    padding: 8px 16px;
    font: 400 14px / 100% "Roboto", sans-serif;
    border-radius: 2px;
}

.car-details-boxes .dropdown-toggle::after {
    margin-left: 8px;
}

/* start Custom-checkbox */
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font: 400 24px / 100% "Roboto", sans-serif;
    color: #00000060;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkmark {
    width: 40px;
    height: 40px;
    border: 1px solid #f8941d;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    transition: all 0.2s;
}

.custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 0px;
    width: 13px;
    height: 30px;
    border: solid #f8941d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#car-seller-type .custom-select-main-box {
    padding: 16px 16px 31px;
}

#car-country .custom-select-main-box {
    padding: 16px 16px 52px;
}

#car-seller-type .custom-select-main-box {
    border: none;
}

/* start Listing */
.car-listing-card {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
}

.car-listing-header {
    position: relative;
}

.car-list-image {
    height: 250px;
    max-height: 250px;
    width: 100%;
    border-radius: 10px;
}

.car-list-header-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 12px 0;
}

.Featured-button {
    padding: 6px 19px;
    border: 1px solid #f8941d;
    background: #f8941d;
    color: #ffffff;
    font: 400 14px / 100% "Roboto", sans-serif;
    border-radius: 10px;
    transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out;
}

.Featured-button:hover {
    background: transparent;
    color: #f8941d;
}

.car-listing-card .heart-box {
    padding: 2px 12px;
    border-radius: 20px;
    background: #ffffff;
    width: 40px;
    height: 40px;
    right: 12px;
    top: 12px;
    cursor: pointer;
    transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

/* .heart-icon.white {
    display: none;
} */
.car-listing-card .heart-box:hover {
    background: #f8941d;
}

.heart-icon {
    width: 18px;
    height: 18px;
}

.car-list-content {
    padding: 17px;
}

.make-filter-label:has(input:checked),
.bodytype-filter-label:has(input:checked) {
    background: #f8941d !important;
    color: #fff !important;
    border: 0px !important;
}

.filter-dropdown-contentlist:has(input:checked) {
    background: #f8941d !important;
    color: #fff !important;
    border: 0px !important;
}

.lh-50 {
    padding: 30px 20px !important;
}

.SumoSelect .CaptionCont {
    line-height: 0.875;
    padding: 15px 13px 5px;
    min-height: 40px;
    color: #05309d !important;
    border: 1px solid #05309d !important;
}

.tag-below {
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    margin-right: 0px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.23);
    height: 65px !important;
    background: #f5f5f5 !important;
    min-width: 110px;
    text-align: center !important;
}

.kk-sort-by-section form {
    width: 75% !important;
}

.kk-paggination {
    display: flex;
    justify-content: center;
}

.page_content_section h1 {
    font-size: 36px;
    font-weight: 700;
}

.page_content_section p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.page_content_section h3 {
    margin: 0;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

.page_content_section h4 {
    margin: 0;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

.page_content_section ul {
    list-style-type: disc !important;
}

.revealed {
    border-top: 1px solid #bdbdbd;
    margin-top: 28px;
    padding-top: 26px;
}

.revealed p,
.revealed ul,
.revealed li {
    font-size: 15px !important;
    color: #828282;
}

.read_more_btn {
    font-size: 18px;
    line-height: 24px;
    color: #2158f5;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 3px;
    background: 0 0;
    border: 0;
    box-shadow: none;
    outline: none;
}

.breadcrumb-item a {
    font-size: 1rem !important;
}

.kk-brands-section {
    padding-top: 0.75rem !important;
}

.kk-carsale h1 {
    font-size: 26px !important;
}

.kk-carsale h2 {
    font-size: 17px !important;
    margin-top: 0;
    padding: 0;
    margin-bottom: 1rem;
    line-height: 20px;
    font-weight: 400;
    text-align: left !important;
}

.popular-tabing.nav-pills .nav-link {
    text-align: center;
}

.extra-filters-fixed {
    position: fixed;
    top: 160px;
    background: white;
    z-index: 10;
    display: block;
    width: 100%;
    padding: 13px !important;
    left: 0px !important;
}

.extra-filters-fixed .container {
    padding: 0px !important;
}

.make-filter-dropdown {
    display: none;
}

.extra-filters-fixed .make-filter-dropdown {
    display: block !important;
}

.ad-list-box {
    max-width: 100% !important;
}

.ad-logo-list {
    gap: 25px;
}

.ad-logo-list li {
    width: calc(50% - 13px);
}

.few-minute-text {
    color: rgba(00, 00, 00, 0.5);
}

.ad-list-box-heading span {
    padding: 5px 10px;
    border-radius: 10px;
}

.total_vehicles_section {
    display: none;
}

.model-filter-select.disabled,
.city-filter-select.disabled {
    background: #f5f5f5 !important;
    color: #a29a9a !important;
}

.title-shop-by h2 {
    font-size: 30px !important;
}

@media (max-width: 768px) {
    .main-topbar {
        display: none !important;
    }

    .kk-carsale h1 {
        font-size: 18px !important;
    }

    .kk-carsale h2 {
        font-size: 13px !important;
    }

    .cars-logo-carousel {
        padding: 0px !important;
    }

    .title-shop-by {
        font-size: 22px !important;
    }

    .title-shop-by h2 {
        font-size: 22px !important;
    }

    .title-shop-by svg {
        width: 40px !important;
    }

    .title-shop-by img {
        width: 40px !important;
    }

    .owl-stage {
        padding-left: 0px !important;
    }

    .owl-carousel .owl-item img {
        width: auto !important;
    }

    .kk-sort-by-section {
        flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: center !important;
        margin: 5px;
    }

    .kk-car-list {
        margin-top: 5px !important;
    }

    .kk-use-links {
        display: flex !important;
        overflow: scroll !important;
    }

    .kk-links-list {
        min-width: 222px !important;
        border: 1px solid #05309d;
        border-radius: 5px;
        margin-top: 10px;
        text-align: center;
        padding: 5px !important;
    }

    .filter-dropdown,
    .kk-use-links {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .filter-dropdown::-webkit-scrollbar,
    .kk-use-links::-webkit-scrollbar {
        display: none;
    }

    .related-owl .owl-dots {
        margin-top: 10px !important;
    }

    .page_content_section h1 {
        margin: 10px 0 0;
        font-size: 24px;
        line-height: 32px;
    }

    .ceu-inner-tabing-first.nav-pills .nav-link {
        height: 48px;
        min-width: 130px !important;
    }

    .extra-filters-fixed {
        top: 65px !important;
        padding-left: 15px !important;
        z-index: 100;
    }

    .extra-filters-fixed .pt-3 {
        padding-top: 0px !important;
    }

    .kk-innerpage-breadcamb {
        padding: 10px 0 10px 0 !important;
    }

    .kk-brands-section {
        padding-top: 0.5rem !important;
    }

    .kk-carsale p {
        margin-bottom: 0px !important;
    }

    .modal-backdrop {
        z-index: 99 !important;
    }
}

@media (max-width: 991px) {
    .kk-search-box {
        display: none;
    }

    .new-header {
        margin-top: 0px !important;
    }
}

.car-name {
    font: 700 17px / 100% "Roboto", sans-serif;
    padding-bottom: 30px;
}

.car-list-features-box,
.car-list-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car-feature-icon {
    width: 18px;
    height: 18px;
}

.car-list-features-box {
    margin-bottom: 22px;
}

.car-list-features {
    width: 50%;
    justify-content: start;
    gap: 10px;
}

.Features-name {
    font: 400 11px / 100% "Roboto", sans-serif;
    color: #000000;
}

.car-price {
    padding-top: 8px;
    font: 700 20px / 100% "Roboto", sans-serif;
    color: #000000;
}

.car-Details-button {
    width: 100%;
    background: #f8941d;
    border: 1px solid #f8941d;
    border-radius: 10px;
    padding: 11px 0;
    font: 500 20px / 100% "Roboto", sans-serif;
    margin-top: 38px;
    color: #ffffff;
    transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out;
    display: block;
    text-align: center;
}

.car-Details-button:hover {
    background: transparent;
    color: #f8941d;
}

/* Shop By Budget */
.shop-by-budget {
    padding: 0px 0px 25px 15px;
}

.shop-by-popular-brand {
    padding: 0px 0px 25px 15px;
}

.main-heading {
    font: 700 36px / 100% "Roboto", sans-serif;
    padding-bottom: 35px;
}

.price-box-shop {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}

.price-button {
    border: 0.4px solid #000000;
    padding: 14px 15px;
    background: transparent;
    border-radius: 10px;
    font: 400 16px / 100% "Roboto", sans-serif;
    color: #000000;
}

.shop-by-popular-brand .row .col-lg-3 {
    margin-bottom: 50px;
}

/* Start Pagination */
.pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-bottom: 20px;
}

.Prev-button {
    background: #00000080;
    border: 0.5px solid #000000;
    font: 400 18px /100% "Roboto", sans-serif;
    padding: 10px 22px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
}

.current.prev {
    opacity: 0.5;
    cursor: default;
}

.page-link,
.light-theme .current {
    border: 0.5px solid #000000 !important;
    padding: 9px 11px !important;
    border-radius: 10px !important;
    font: 400 18px /100% "Roboto", sans-serif !important;
    cursor: pointer !important;
    transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out !important;
}

.page-link:hover {
    background: #00000080 !important;
    color: #ffffff !important;
}

.page-link.active {
    background: #00000080 !important;
    color: #ffffff !important;
}

/* Start FAQ */
.faq-main-box {
    padding: 82px 0 40px;
}

.faq-heading {
    font: 700 36px/100% "Roboto", sans-serif;
    color: #000000;
    padding-bottom: 30px;
}

.faq-box .accordion-item {
    margin-bottom: 24px;
    border: 1px solid #f8941d !important;
    border-radius: 10px;
}

.faq-box .accordion-button {
    border-radius: 10px;
    font: 500 20px / 100% "Roboto", sans-serif;
    color: #000000 !important;
    padding: 27px 25px;
}

.faq-box .accordion-body {
    padding: 16px 25px 27px;
}

.faq-box .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

.faq-box .accordion-button:not(.collapsed) {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 0;
}

.faq-box .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}

.faq-box .accordion-button:not(.collapsed)::after,
.faq-box .accordion-button.collapsed::after {
    display: none;
}

.faq-box .accordion-button:focus {
    box-shadow: none;
    border: none;
}

/* start seo content */
.seo-content-main-box {
    background: #f1f1f1;
    padding: 48px 0 80px;
}

.seo-content-header {
    padding-bottom: 14px;
    border-bottom: 1px solid #00000080;
}

.seo-content-main-heading {
    font: 700 34px / 100% "Roboto", sans-serif;
    padding-bottom: 8px;
}

.seo-content-main-box .seo-content-header p {
    font: 400 18px / 30px "Roboto", sans-serif;
    padding: 16px 0;
    color: #000000;
}

.seo-content-main-box .seo-main-content {
    padding-top: 30px;
}

.seo-content-main-box .seo-main-content h3 {
    font: 700 18px / 30px "Roboto", sans-serif;
}

.seo-content-main-box .seo-main-content h4 {
    font: 700 16px / 30px "Roboto", sans-serif;
}

.seo-content-main-box .seo-main-content p {
    font: 400 16px / 30px "Roboto", sans-serif;
    padding: 20px 0;
    color: #000000;
}

.seo-content-main-box .seo-main-content p span {
    font-weight: 600;
}

.mobile {
    display: none;
}

@media (max-width: 1199px) {
    .about-page-and-filter {
        flex-direction: column;
        gap: 24px;
    }

    .filter-box {
        justify-content: end;
        width: 100%;
    }

    .car-details-boxes {
        overflow: auto;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .car-details-boxes {
        overflow: auto;
    }

    .car-details-boxes .dropdown-menu.show {
        position: fixed !important;
        z-index: 999;
        top: 0px !important;
        left: 0 !important;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .navigation-bar {
        margin: 21px 0 0 0;
    }

    .page-name {
        font: 700 20px / 100% "Roboto", sans-serif;
        padding-bottom: 6px;
        text-transform: uppercase;
    }

    .page-about {
        font: 400 14px / 100% "Roboto", sans-serif;
        line-height: 17px;
    }

    .subheading {
        font: 700 20px / 100% "Roboto", sans-serif;
        padding: 0 0 24px;
    }

    .cars-logo-carousel .owl-nav button,
    .car-type-sliders .owl-nav button {
        display: none !important;
    }

    .brand-logo {
        width: 22px !important;
        height: 14px !important;
    }

    .brand-slider-main .brand-name {
        font: 500 11px/ 100% "Roboto", sans-serif;
    }

    .car-type {
        padding: 12px 0;
    }

    .car-type-image {
        width: 60px !important;
        height: 33px;
    }

    .car-type-name {
        font: 500 10px / 25px "Roboto", sans-serif;
    }

    .car-type-sliders {
        margin-top: 13px;
    }

    .car-details-boxes {
        margin-top: 20px;
    }

    .about-page-and-filter.mobile {
        margin-top: 20px;
    }

    .about-page-and-filter.mobile .filter-box {
        justify-content: end;
    }

    .car-tabs-box-main {
        margin-bottom: 16px;
        padding: 0px 10px 0px 10px;
    }

    .car-listing-box .row,
    .shop-by-budget .row,
    .shop-by-popular-brand .row {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .car-listing-box .row .col-lg-3.col-md-6,
    .shop-by-budget .row .col-lg-3.col-md-6,
    .shop-by-popular-brand .row .col-lg-3.col-md-6 {
        max-width: 316px;
        margin: 1px 0;
    }

    .main-heading {
        font: 700 24px / 100% "Roboto", sans-serif;
        padding-bottom: 13px;
        text-align: left;
    }

    .faq-box .accordion-item:last-of-type {
        border-radius: 10px;
    }

    .price-box-shop {
        margin-bottom: 16px;
    }

    .price-button {
        white-space: nowrap;
    }

    .shop-by-budget {
        padding: 0px 0px 25px 15px;
    }

    .pagination-box {
        margin-top: 24px;
    }

    .page-link {
        padding: 5px 7px;
        border-radius: 6px;
        font: 400 11px /100% "Roboto", sans-serif;
    }

    .Prev-button {
        font: 400 11px /100% "Roboto", sans-serif;
        padding: 5px 14px;
        border-radius: 18px;
    }

    .faq-main-box {
        padding: 24px 0 40px;
    }

    .faq-heading {
        font: 700 24px/100% "Roboto", sans-serif;
        padding-bottom: 16px;
        text-align: center;
    }

    .faq-box .accordion-button {
        font: 500 14px / 100% "Roboto", sans-serif;
        padding: 10px 45px 10px 13px;
    }

    .faq-box .accordion-body {
        padding: 10px 45px 10px 13px;
    }

    .faq-box .accordion-item,
    .faq-box .accordion-button {
        background: #f8941d1a;
        border: none;
    }

    .faq-box .accordion-body p {
        font: 400 12px / 20px "Roboto", sans-serif;
    }

    .seo-content-main-heading {
        font: 700 24px / 30px "Roboto", sans-serif;
        padding-bottom: 0;
        text-align: center;
    }

    .seo-content-main-box .seo-content-header p {
        text-align: center;
    }

    .seo-content-main-box .seo-main-content h3 {
        font: 700 16px / 30px "Roboto", sans-serif;
        padding: 0 0 16px 0;
    }

    .seo-content-main-box .seo-main-content p {
        font: 400 16px / 30px "Roboto", sans-serif;
        padding: 0 0 16px 0;
    }

    .car-tabs-box-main .cars-logo-carousel .owl-item {
        max-width: 137px !important;
    }

    .extra-filters-fixed {
        top: 49px !important;
        padding-left: 15px !important;
        z-index: 100;
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        margin-top: 0px !important;
    }

    .popular-tabing.nav-pills .nav-link {
        gap: 14px !important;
        font: 500 16px / 100% "Roboto", sans-serif !important;
    }

    .popular-tabing .owl-carousel .owl-item img {
        width: 80px !important;
        height: 50px !important;
    }

    .main-heading {
        font: 700 22px / 100% "Roboto", sans-serif !important;
        padding-bottom: 10px !important;
    }

    .price-box-shop2 .owl-carousel .owl-item {
        width: auto !important;
    }
}

/* Updated css */
.bodytype-filter-label img {
    width: 105px !important;
    height: 58px !important;
}

.popular-tabing .owl-item {
    width: 225px !important;
    margin-right: 23px !important;
}

.popular-tabing .owl-stage {
    width: 3435px !important;
}

.popular-tabing.nav-pills .nav-link {
    font: 500 20px / 100% "Roboto", sans-serif;
}

.main-heading {
    font: 700 36px / 100% "Roboto", sans-serif;
    padding-bottom: 35px;
    text-align: left;
}

.make-filter-label:has(input:checked),
.bodytype-filter-label:has(input:checked) {
    background: #f8941d !important;
    color: #fff !important;
    border: 0px !important;
}

.price-box-shop1 .owl-carousel .owl-item {
    min-width: 166px !important;
}

.btn {
    border-radius: 5px !important;
}

.popular-tabing {
    margin-top: 24px !important;
}

.popular-tabing.nav-pills .nav-link {
    flex-direction: column;
}

header {
    z-index: 9999 !important;
}

.price-box-shop1 .owl-item {
    width: 166px !important;
}

.tag-below1.price-button.more-filters {
    width: 100%;
}

.car-listing-card .heart-box {
    padding: 2px 12px;
    border-radius: 20px;
    background: #ffffff;
    width: 40px;
    height: 40px;
    right: 12px;
    top: 12px;
    cursor: pointer;
    transition: background-color 0.7s ease-in-out, color 0.7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-listing-card .heart-box:hover {
    background: #f8941d;
}

.heart-icon {
    width: 18px;
    height: 18px !important;
}

.heart-icon.white {
    display: none !important;
}

.car-listing-card .heart-box:hover .heart-icon.white {
    display: block !important;
}

.car-listing-card .heart-box:hover .heart-icon {
    display: none !important;
}

.price-box-shop2 .owl-item button {
    width: 100% !important;
}

.filter-dropdown-select.active {
    background: #f8941d;
    color: white;
}

.filter-dropdown-select {
    color: #000;
    background: #dfdfdf url(../../assets/frontend/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 55%;
    background-size: 8px;
}

.filter-dropdown-contentlist:hover {
    background: #f8941d;
    color: #ffffff;
}

.single-car .Features-name {
    font-size: 14px !important;
}

.car-feature-icon {
    width: 20px !important;
    height: 20px;
}
.modal-backdrop {
    z-index: 10000 !important;
}
.modal {
    z-index: 10001 !important;
}
/* Responsive */
@media (max-width: 575px) {
    .brand-slider-main {
        padding: 10px;
        gap: 10px;
        font: 500 14px / 100% "Roboto", sans-serif;
    }

    .vector-bg {
        width: 30px !important;
        height: 30px !important;
    }

    .bodytype-filter-label img {
        width: 55px !important;
        height: 40px !important;
    }

    .car-list-features {
        gap: 5px;
    }
}
