/* configuration */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    text-rendering: optimizeSpeed;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* configuration */
.clr-blue-60 {
    color: #2384c1 !important;
}

/* configuration */
/* breadcrumbs */
.breadcrumb .breadcrumb-item {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #353c4d;
}

/* breadcrumbs */
/* fotorama gallery */
.fotorama {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}

.links-forcar-detail {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 500;
}

.favicon-cardetail {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/assets/images/new-icon/heart-car-fav.webp) 0 0/35px no-repeat;
    background-position: 0px 0px;
}

.favicon-cardetail.active.fas {
    background-position: 0px -35px;
}

.car-gallery-bottom a {
    font-family: var(--font-family-Lato);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: var(--color-blue-60);
}

/* fotorama gallery */
/* filters dropdown with search */
.filters-searches {
    padding: 12px;
    background-color: #f6f6f8;
}

@media screen and (min-width: 992px) {
    .filter-scroll {
        position: sticky;
        top: 48px;
        max-height: calc(100vh - 48px);
        overflow-y: auto;
        scroll-behavior: smooth;
        padding-right: 8px;
        border-radius: 6px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    .filter-scroll {
        scrollbar-width: thin;
        scrollbar-color: #9ca3af #f3f4f6;
    }

    .filter-scroll::-webkit-scrollbar {
        width: 8px;
    }

    .filter-scroll::-webkit-scrollbar-track {
        background: #f3f4f6;
        border-radius: 4px;
    }

    .filter-scroll::-webkit-scrollbar-thumb {
        background-color: #9ca3af;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }

    .filter-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #6b7280;
    }

    .filter-scroll::-webkit-scrollbar-thumb:active {
        background-color: #4b5563;
    }

    .filter-scroll {
        scroll-behavior: smooth;
        transition: box-shadow 0.3s ease;
    }

    .filter-scroll:hover {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    }
}

.cmn-drp .search-input {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #aeb1b8;
    border-radius: 4px;
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    vertical-align: bottom;
    background-color: #f6f6f8;
    position: relative;
}

.cmn-drp .search-input-wrap::after {
    content: "";
    background-image: url(/assets/images/common/icons/new-search-filter.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 12px;
    right: 16px;
    z-index: 2;
    background-color: #f6f6f8;
    width: 18px;
    height: 18px;
    z-index: 1;
}

.cmn-drp .search-input:focus {
    outline: none;
    border-color: #0099ffa9;
}

.cmn-drp .dropdown-item:hover {
    background-color: #f7f8fb;
    color: #000000;
}

.cmn-drp .select-input-cmn.dropdown-toggle::after {
    border: none;
    content: none;
    /* transform: rotate(180deg); */
}

.cmn-drp .select-input-cmn .fa-chevron-up {
    font-size: 14px;
    transform: rotate(180deg);
}

.cmn-drp .select-input-cmn .fa-caret-down {
    font-size: 14px;
}

.cmn-drp .select-input-cmn.show .fa-caret-down {
    transform: rotate(180deg);
}

.cmn-drp .select-input-cmn.show .fa-chevron-up {
    transform: rotate(360deg);
}

.cmn-drp .select-input-cmn span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 13px);
    color: #353c4d;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.cmn-drp .select-input-cmn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    min-height: 52px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.012em;
    color: #667085;
}

.cmn-drp.max button {
    max-height: 50px;
}

.cmn-drp .select-input-cmn .type-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.cmn-drp .select-input-cmn .type-text .type {
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #353c4d;
    margin-bottom: 2px;
}

.cmn-drp .select-input-cmn.start {
    padding: 8px 18px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #aeb1b8;
    border-right: 0px;
}

.cmn-drp .select-input-cmn.middle {
    border: 1px solid #aeb1b8;
    border-radius: 0px;
    padding: 8px 18px;
}

.cmn-drp .select-input-cmn.start1 {
    padding: 8px 18px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #aeb1b8;
    border-bottom: 0px;
    border-right: 0px;
}

.cmn-drp .select-input-cmn.middle1 {
    border: 1px solid #aeb1b8;
    border-bottom: 0px;
    border-radius: 0px;
    padding: 8px 18px;
}

.end1 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border: 1px solid #aeb1b8;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom: 0px;
    padding: 6px 14px 0px 14px;
}

.end1 .cmn-drp .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 6px 10px;
}

.end1 .select-input-cmn {
    padding: 4px;
    background-color: #eaecf0;
    min-height: 0;
    border-radius: 0px;
    max-height: 18px !important;
}

.end1 .chassis-search-modal {
    border: 0px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
    outline: none;
    width: 100%;
}

.end1 .select-input-cmn .button-text {
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.end1 .select-input-cmn .fa-chevron-up {
    font-size: 12px;
}

.cmn-drp .select-input-cmn.start2 {
    padding: 8px 18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #aeb1b8;
    border-bottom: 0px;
    border-right: 0px;
}

.cmn-drp .select-input-cmn.middle2 {
    border: 1px solid #aeb1b8;
    border-bottom: 0px;
    border-radius: 0px;
    padding: 8px 18px;
}

.cmn-drp .select-input-cmn.end2 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #aeb1b8;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom: 0px;
}

.cmn-drp .select-input-cmn.start3-left {
    padding: 8px 18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #aeb1b8;
}

.cmn-drp .select-input-cmn.start3-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #aeb1b8;
    border-left: 0px;
    border-right: 0px;
    border-top-left-radius: 0px;
}

.cmn-drp .select-input-cmn.middle3-left {
    border: 1px solid #aeb1b8;
    border-radius: 0px;
    padding: 8px 18px;
}

.cmn-drp .select-input-cmn.middle3-right {
    border: 1px solid #aeb1b8;
    border-radius: 0px;
    padding: 8px 18px;
    border-left: 0px;
}

.cmn-drp .select-input-cmn.end3-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #aeb1b8;
    border-left: 0px;
    border-top-left-radius: 0px;
}

.cmn-drp .select-input-cmn.end3-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border: 1px solid #aeb1b8;
    border-left: 0px;
    border-top-left-radius: 0px;
}

.filter-last-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-grow: 1;
}

.cmn-drp .dropdown-menu {
    font-family: "Lato", sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    color: #000000;
    box-shadow: 0px 0px 8px 0px rgba(47, 43, 67, 0.2);
    border-bottom: 6px;
    padding: 0px;
    overflow-x: auto;
    max-height: 240px;
    min-width: 0;
    overflow-y: auto;
    scrollbar-width: thin;
}

.cmn-drp .dropdown-menu .dropdown-item {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.012em;
    padding: 10px;
    color: #5d6370;
}

.cmn-drp .dropdown-menu .dropdown-item:hover {
    background-color: #ededf1;
    cursor: pointer;
}

.cmn-drp .dropdown-item.active,
.cmn-drp .dropdown-item:active {
    background-color: #f7f8fb;
}

.cmn-drp .dropdown-item:hover {
    background-color: #f7f8fb;
    color: #000000;
}

.cmn-drp .fixed-search-input {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 1;
}

.satSelectBlock.dropdown.cmn-drp {
    width: 100%;
}

.show-advance-search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #aeb1b8;
    border-left: 0px;
    padding: 8px 18px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0c1529;
    /* max-height: 50px; */
    cursor: pointer;
}

.show-advance-search .fa-chevron-up {
    color: #5d6370;
    font-size: 14px;
    transform: rotate(180deg);
}

/* filters dropdown with search */

#filter_dealer_search {
    background-color: #ecf5ff;
    padding: 32px 12px;
}

.s-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: max-content;
    border: 1px solid transparent;
    width: 100%;
    padding: 8px;
    border-radius: 4px;
}

.s-btn.search {
    background-color: #2a9fe8;
    border-color: #2a9fe8;
    color: white;
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    max-width: 140px;
}

.s-btn.reset {
    background-color: transparent;
    border-color: #353c4d;
    color: #353c4d;
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    max-width: 140px;
}

.action-btn {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.action-btn .v-line {
    border: 1px solid #ced0d4;
    margin-inline: 25px;
}

.section-heading {
    font-family: Sofia Pro;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    color: #020408;
    height: 42px;
}

.title-search .fa-bars {
    display: none;
}

.section-heading-para {
    font-family: Sofia Pro;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #020408;
}

.sales-analytics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.analytics-card {
    border-radius: 9.493px;
    border: 0.791px solid #e0f2fe;
    background: #ecf5ff;
    box-shadow: 0 0.791px 1.582px 0 rgba(16, 24, 40, 0.05);
    padding: 18.9px;
}

.sales-analytics .analytics-card .title {
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #7b869e;
    margin-bottom: 7.9px;
}

.sales-analytics .analytics-card .para {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0c1529;
    margin-bottom: 0px;
}

.popular-categories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.popular-categories .category-card {
    border-radius: 12px;
    border: 1px solid #dcdae2;
    background: #fff;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.popular-categories .category-card:hover {
    border-color: #2384c1;
}

.popular-categories .category-card img {
    margin-bottom: 16px;
}

.popular-categories .category-card .title {
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
    color: #0c1529;
}

.popular-categories .category-card .para {
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #2384c1;
    margin-bottom: 0px;
}

.cta-text {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-text a {
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #5d6370;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-text a svg {
    fill: #5d6370;
}

.cta-text a:hover {
    color: #2a9fe8;
}

.cta-text a:hover svg {
    fill: #2a9fe8;
}

.satdealer-why-choose {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.satdealer-why-choose .satdealer-why-choose-card {
    border-radius: 6px;
    border: 1px solid #dcdae2;
    background: #fff;
    padding: 20px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.satdealer-why-choose .satdealer-why-choose-card img {
    margin-bottom: 16px;
}

.satdealer-why-choose .satdealer-why-choose-card .title {
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #0c1529;
    margin-bottom: 6px;
}

.satdealer-why-choose .satdealer-why-choose-card .para {
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #353c4d;
    margin-bottom: 0px;
}

.recent-auction-card {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.recent-auction-card:hover {
    background-color: #f6f6f8e5;
}

.recent-auction-card img {
    width: 100%;
    height: auto;
}

.recent-auction-card .bid-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 10px;
}

.recent-auction-card .car-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 4px;
    margin-bottom: 10px;
}

.recent-auction-card .car-name .car-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #353c4d;
}

.recent-auction-card .bid-price .bid-price-title {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
}

.recent-auction-card .bid-price .amount {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0c1529;
}

.recent-auction-card .car-name .fa-heart {
    font-size: 30px;
    height: 27px;
    width: 30px;
    color: #ced0d4;
}

.recent-auction-card .car-name .fa-heart.fas {
    color: #ff0000;
}

.recent-auction-card .specs {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
    margin-bottom: 0px;
}

.recent-cars .slick-slide {
    margin-right: 14px !important;
}

.recent-cars .slick-next {
    right: 2%;
}

.recent-cars .slick-prev {
    left: 1%;
}

#advance_filter .modal-dialog {
    max-width: 1000px;
}

#advance_filter .modal-dialog .btn-close {
    width: 0.5em;
    height: 0.5em;
    cursor: pointer;
}

#advance_filter .modal-body {
    padding: 28px;
}

#advance_filter .modal-body .title {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    color: #353c4d;
    margin-bottom: 0px;
}

#advance_filter .modal-body .tabs-filter .sub-title {
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
}

.cb-filter {
    cursor: pointer;
    transition: color 0.2s ease;
    border: 1px solid #1c6a9b;
    color: #1c6a9b;
    background-color: transparent;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border-radius: 40px;
    padding: 6px 20px;
    user-select: none;
}

.cb-input:checked+.cb-filter {
    color: white;
    background-color: #1c6a9b;
    border-color: #154f74;
}

#advance_filter .modal-body .tabs-filter .tags {
    display: flex;
    align-items: center;
    gap: 12px;
}

#advance_filter .modal-body .tabs-filter {
    margin-bottom: 24px;
}

.fitler-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 24px;
}

/* .recent-cars-mobile */
.recent-cars-mobile {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.recent-cars-mobile .recent-auction-card {
    display: flex;
    flex-direction: column;
    padding: 0px;
    min-width: 142px;
}

.recent-cars-mobile .recent-auction-card .bid-price .bid-price-title {
    font-size: 10px;
    line-height: 16px;
}

.recent-cars-mobile .recent-auction-card .bid-price .amount {
    font-size: 14px;
    line-height: 22px;
}

.recent-cars-mobile .recent-auction-card .car-name .car-title {
    font-size: 14px;
    line-height: 22px;
}

.recent-cars-mobile .recent-auction-card .car-name .fa-heart {
    font-size: 16px;
    height: 16px;
    width: 16px;
    color: #ced0d4;
}

.recent-cars-mobile .recent-auction-card .car-name .fa-heart.fas {
    color: #ff0000;
}

.recent-cars-mobile .recent-auction-card .specs {
    font-size: 10px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 142px;
}

.recent-cars-mobile .recent-auction-card .car-name {
    padding-block: 0px;
    margin-bottom: 0px;
}

.recent-cars-mobile .recent-auction-card .bid-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 10px;
    padding-bottom: 2px;
}

.mobile-filters-dealer {
    padding: 15px 18px;
    border-radius: 6px;
    box-shadow: 0 4px 20px 2px rgba(47, 43, 67, 0.05);
}

.filters-list-mobile {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.filter-selection-m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #2f2b4333;
    border-radius: 3px;
    padding: 11px 10px;
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #858a94;
}

/* .recent-cars-mobile */
.button-filter-mobile .search {
    max-width: 100%;
}

.button-filter-mobile .reset {
    max-width: 100%;
}

.button-filter-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-selection-m .fa-chevron-up {
    transform: rotate(180deg);
}

.mobile-filters-dealer .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #353c4d;
}

/* bottom sheets */
.cmn-bottom-sheet {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    height: 84vh !important;
}

.cmn-bottom-sheet .common-btn-drop-close {
    height: 0.5em;
    width: 0.5em;
    opacity: 1;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-right: 0px;
}

.cmn-bottom-sheet .selection-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.cmn-bottom-sheet .selection-list li {
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgb(174 177 184 / 40%);
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12s);
    color: var(--color-black-50);
    letter-spacing: -0.01em;
    line-height: 16px;
    font-weight: 500;
}

.cmn-bottom-sheet .selection-list li.active {
    background-color: aqua;
}

/* bottom sheets */
/* search page */
.sort-selection {
    max-width: 165px;
}

.sort-selection .select-input-cmn {
    min-height: 0px;
    border: 1px solid #5d6370;
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5d6370;
    padding: 10px;
}

.sort-selection .select-input-cmn span {
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5d6370;
}

.title-search {
    margin-bottom: 24px;
}

.save-search-card {
    display: flex;
    padding: 16px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 10px;
    border-top: 1px solid #d4d4d4;
    border-inline: 1px solid #d4d4d4;
    margin-bottom: 12px;
    background-color: white;
    border-bottom: 3px solid #1c6a9b;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.save-search-card .search-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
}

.filter-search-title {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #182230;
    margin-bottom: 16px;
    font-weight: 700;
}

.save-search-card .search-filter-header .clear {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.216px;
    cursor: pointer;
    background: #1c6a9b;
    color: white;
    padding: 2px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.save-search-card .action-btns {
    width: 100%;
    flex-grow: 1;
}

.save-search-card .action-btns .filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 10px;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.save-search-card .action-btns .filter-btn.apply {
    background-color: #1c6a9b;
    border-color: #1c6a9b;
    color: white;
}

.save-search-card .action-btns .filter-btn.save-search {
    border-color: #1c6a9b;
    color: white;
    background-color: #1c6a9b;
}

.save-search-card .search-filter-saved {
    flex-grow: 1;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 130px;
    scrollbar-width: thin;
}

.save-search-card .search-filter-saved .item svg {
    margin-left: 8px;
    cursor: pointer;
}

.save-search-card .search-filter-saved .item {
    background-color: #eaecf0;
    padding: 7px 12px;
    /* min-width: 95px; */
    border-radius: 40px;
    display: inline-block;
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #353c4d;
    margin-right: 4px;
    margin-bottom: 8px;
}

.save-search-card .search-filter-saved .item .spc {
    display: flex;
    align-items: center;
    gap: 8px;
}

.save-search-card .search-filter-saved .item .spc span {
    display: block;
    word-wrap: break-word;
    word-break: break-all;
    line-height: normal;
}

.filter-cma-card {
    display: flex;
    padding: 16px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 0px;
    /* border: 1px solid #98a2b3; */
    border-bottom: 3px solid #1c6a9b;
    margin-bottom: 12px;
}

.filter-cma-card .keywords-chassis input:focus-visible {
    outline: none;
}

.filter-cma-card .keywords-chassis:focus-within input {
    border-color: #1c6a9b;
}

.filter-cma-card .keywords-chassis {
    width: 100%;
}

.filter-cma-card .keywords-chassis input {
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    padding: 12px;
    width: 100%;
}

.keyboards-button .key-btn {
    padding: 10px;
    width: 100%;
    background-color: #1c6a9b;
    border: 1px solid #1c6a9b;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border-radius: 4px;
}

.filter-cma-card:last-of-type {
    margin-bottom: 0px;
}

.filter-cma-card .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.filter-cma-card .tags .cb-filter {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-radius: 40px;
    padding: 6px 12px;
    text-align: center;
}

.filter-cma-card .tags.auction-grade .cb-filter {
    min-width: 84px;
    padding: 6px 11px;
}

.filter-cma-card .tags.days .cb-filter {
    min-width: 73px;
}

.filter-cma-card .action-btns .update-btn {
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background-color: #1c6a9b;
    border: 1px solid #1c6a9b;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-cmn-card {
    margin-bottom: 12px;
    border-bottom: 3px solid #1c6a9b;
    padding-bottom: 16px;
}

.filter-cmn-card .cmn-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-cmn-card .cmn-drp .select-input-cmn {
    padding: 10px 12px;
    min-height: 40px;
}

.filter-cmn-card .cmn-drp .select-input-cmn .button-text {
    font-size: 14px;
}

.filter-cmn-card .cmn-flex .cmn-drp .select-input-cmn {
    border-color: #aeb1b8;
}

.merge-filters {
    margin-bottom: 12px;
}

/* .merge-filters  */
.merge-filters .end1 {
    padding: 13px 12px;
    border-radius: 0px;
    border: 0px;
    background-color: white;
    border-bottom: 1px solid #aeb1b8;
}

.merge-filters .end1 .cmn-drp .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 6px 10px;
}

.merge-filters .end1 .select-input-cmn {
    padding: 4px;
    background-color: #eaecf0;
    min-height: 0;
    border-radius: 0px;
    min-height: 28px;
}

.merge-filters .end1 .chassis-search-modal {
    border: 0px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
    outline: none;
    width: 100%;
    margin-top: 8px;
}

.merge-filters .end1 .select-input-cmn .button-text {
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.merge-filters .end1 .select-input-cmn .fa-chevron-up {
    font-size: 12px;
}

.merge-filters .make.cmn-drp .select-input-cmn {
    border-radius: 0px;
    border-top: 0px;
    border-inline: 0;
    border-bottom: 1px solid #aeb1b8;
}

.merge-filters .model.cmn-drp .select-input-cmn {
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #aeb1b8;
}

.merge-filters .engine.cmn-drp .select-input-cmn {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #aeb1b8;
}

.merge-filters .color.cmn-drp .select-input-cmn {
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #aeb1b8;
}

.merge-filters .transmission.cmn-drp .select-input-cmn {
    border-radius: 0px;
    border: 0;
    border-bottom: 3px solid #1c6a9b;
}

.merge-filters .select-input-cmn {
    border-color: #aeb1b8;
}

/* tabs filter */
.filter-search-page {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #01334e;
    max-width: max-content;
    border-radius: 47px;
    padding: 4px;
    margin-bottom: 24px;
    overflow: hidden;
}

.filter-search-page a {
    position: relative;
    z-index: 2;
    user-select: none;
    padding: 8px 24px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #08202e;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease-in;
}

.filter-search-page a.active {
    color: #fff;
}

/* sliding pill */
.filter-search-page .indicator {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 0;
    background: #2384c1;
    border-radius: 59px;
    z-index: 1;
    transition: transform 0.3s ease, width 0.3s ease;
    will-change: transform, width;
}

/* end */
.specs-section {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 14px;
}

.result-car-card {
    /* padding: 10px; */
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #aeb1b8;
}

.result-car-card .car-image {
    padding-right: 9px;
}

.result-car-card .car-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    max-width: 282px;
    min-width: 282px;
    min-height: 174px;
}

.result-car-card .car-details {
    padding-left: 6px;
    flex-grow: 1;
}

.result-car-card .car-details .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #1c6a9b;
    margin-bottom: 4px;
}

.location-car-search {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 7px;
}

.location-car-search .city {
    font-family: Lato;
    font-weight: 400;
    font-size: 13.47px;
    line-height: 20.04px;
    color: #0c1529;
}

.location-car-search .title-c {
    font-family: Lato;
    font-weight: 400;
    font-size: 13.88px;
    line-height: 20.04px;
    color: #858a94;
}

.car-details .pr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.car-details .pr .promotion-tags {
    gap: 17px;
}

.result-car-card .car-details .specs-section-item .spec {
    font-family: Lato;
    font-size: 18px;
    line-height: 26px;
}

.result-car-card .car-details .specs-section span {
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    line-height: 0px;
    color: #aeb1b8;
}

.result-car-card .lot-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Lato;
    font-weight: 500;
    line-height: 26px;
    margin-top: 10px;
}

.result-car-card .lot-number .title {
    font-size: 16px;
    color: #858a94;
}

.result-car-card .lot-number .number {
    font-size: 18px;
    color: #5d6370;
}

.car-detail-btn {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.car-detail-btn .cta {
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 12px;
    max-width: 177px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.car-detail-btn .cta.cart {
    border-color: #2a9fe8;
    background-color: #2a9fe8;
}

.car-detail-btn .cta.negotiate {
    border-color: #014e78;
    background-color: #014e78;
}

.result-car-card .car-price-section {
    display: flex;
}

.result-car-card .car-price-section .car-price-details {
    flex-grow: 1;
}

.result-car-card .car-price-section .car-price-details .car-price {
    margin-bottom: 19px;
    display: flex;
}

.result-car-card .car-price-section .car-price-details .text-pr {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
    min-width: 131px;
    display: flex;
    align-items: center;
}

.result-car-card .car-price-section .car-price-details .price-pr {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #353c4d;
    display: flex;
    align-items: center;
}

.result-car-card .car-price-section .car-price-details .date-auc {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #858a94;
    min-width: 131px;
    display: flex;
}

.result-car-card .car-price-section .car-price-details .date-pr {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #5d6370;
}

.saved-search-sticky {
    position: sticky;
    top: 44px;
    background-color: #ffffff;
    z-index: 100;
    border: 1px solid #98a2b3;
    padding: 12px 16px;
}

.saved-search-sticky .filter-btn.apply {
    background-color: #1c6a9b;
    border-color: #1c6a9b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 10px;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

#saved_searchs_sticky {
    display: none;
}

.saved-search-sticky .saved-searchs-record {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #475569;
    margin-bottom: 24px;
}

.user-selected-filters::-webkit-scrollbar {
    display: none;
}

.user-selected-filters {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    margin-bottom: 24px;
}

.user-selected-filters li {
    margin-block: 4px;
    display: inline-block;
    color: #353c4d;
    border: 1px solid #353c4d;
    border-radius: 30px;
    padding: 8px 10px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    margin-right: 4px;
    white-space: nowrap;
}

.user-selected-filters li.active-filters-close {
    border: 1px solid #154f74 !important;
    color: #154f74 !important;
    background-color: #ecf5ff !important;
}

.user-selected-filters .field-pill {
    position: relative;
}

.field-pill-text {
    font-size: 14px !important;
    border: 0px !important;
    color: var(--color-black-40) !important;
}

.user-selected-filters .filters-count {
    padding: 2px 6px;
    color: var(--color-white-900);
    background-color: #6ad09d;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    line-height: 16.68px;
    letter-spacing: -0.01em;
}

.tablet-view {
    display: none;
}

/* search page */
/* filter sidebar */

.sidebarcanvasfilters {
    position: fixed;
    top: 0;
    left: 0;
    width: 0px;
    background-color: #ffffff;
    padding: 16px;
    z-index: 556;
    transition: transform 0.3s ease;
    transform: translateX(-250px);
}

.activesidebar-filters {
    width: 100%;
    height: 100%;
    transform: translateX(0px);
}

#all_fiters_siderbar .offcanvas-body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#all_fiters_siderbar .offcanvas-body {
    padding-inline: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.accord-selection {
    padding-top: 5px;
    margin-bottom: 16px;
}

.custom-sidebar-inputs {
    height: 36px;
    background-color: #f6f6f8;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12s);
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: var(--color-black-30);
    border-radius: 4px;
    padding: 0.375rem 1.4rem 0.375rem 0.75rem;
    border: 1px solid #f6f6f8;
}

.select-side-custom .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206.41579L0.757004%202.17279L2.172%200.758789L5%203.58779L7.828%200.758789L9.243%202.17279L56.41579Z%22%20fill%3D%22%232F2B43%22%2F%3E%3C%2Fsvg%3E");
    background-size: 8px;
}

.sidebarfiltertable tr td {
    padding-bottom: 12px;
}

.sidebarfiltertable .text-style-table {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12s);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: var(--color-black-50);
}

.accord-selection {
    padding-top: 5px;
    margin-bottom: 16px;
}

.accordionadditionalfilter .accordion-button {
    font-family: var(--font-family-Lato);
    background-color: #f6f6f8;
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #0c1529;
}

.accordionadditionalfilter .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206.41579L0.757004%202.17279L2.172%200.758789L5%203.58779L7.828%200.758789L9.243%202.17279L56.41579Z%22%20fill%3D%22%232F2B43%22%2F%3E%3C%2Fsvg%3E");
    background-size: 8px;
    width: 12px;
    height: 8px;
}

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

.deals-text-sidebar {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #0c1529;
}

.deals-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 7px;
    grid-row-gap: 12px;
    margin-top: 10px;
}

.deals-promo-side {
    display: flex;
    align-items: center;
    gap: 8px;
}

.deals-promo-side label {
    font-size: var(--font-size-12s);
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    padding: 3px 10px;
}

.earn-points-se {
    color: #ad5200;
    background-color: #ffdfc2;
}

.sidebarcustombtn {
    display: flex;
    gap: 16px;
    padding-inline: 8px;
}

.py-28offcanvas {
    padding-top: 28px;
    padding-bottom: 28px;
    position: absolute;
    bottom: 4px;
    left: 0;
    justify-content: center;
    background-color: white;
    width: 100%;
}

.sidebarcustombtn button.btnclr {
    color: var(--color-black-50);
    border: 1px solid #ededf1;
    background-color: #f6f6f8;
}

.sidebarcustombtn button.btnaply {
    color: var(--color-white-900);
    background-color: var(--color-blue-50);
}

.sidebarcustombtn button {
    height: 40px;
    border-radius: 4px;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    width: 156px;
}

.filter-pills-main {
    margin: 0px 0px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filter-pills-main {
    padding-bottom: 16px;
    border-bottom: 1px solid #ced0d485;
    overflow: auto;
    flex-wrap: nowrap !important;
}

.filter-pills-main span {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12s);
    line-height: 16px;
    letter-spacing: -0.01em;
    font-weight: 500;
    padding: 9px 10px;
    margin-right: 12px;
    margin-block: 4px;
    color: #154f74;
    background-color: #ecf5ff;
    border: 1px solid var(--color-blue-70);
    border-radius: 41px;
    text-wrap: nowrap;
    white-space: nowrap;
}

.filter-item-side i {
    color: #154f74;
    margin-left: 8px;
    margin-bottom: 2px;
    align-self: center;
    font-size: 11px;
}

.accordionadditionalfilter .grid-add-featur-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 12px;
}

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

.accordionadditionalfilter .grid-add-featur-2 .list-group-item {
    padding: 12px 10px;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12s);
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: var(--color-black-pure);
    margin-bottom: 0px;
    border: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
}

.commonbottomcanvase-sizes .offcanvas-title {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #0c1529;
}

.grid_offcanvas-2-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 35px;
}

.grid_offcanvas-2-bottom button.btnclr {
    color: var(--color-black-50);
    border: 1px solid #ededf1;
    background-color: #f6f6f8;
}

.grid_offcanvas-2-bottom button {
    height: 40px;
    border-radius: 4px;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
}

.grid_offcanvas-2-bottom button.btnaply {
    color: var(--color-white-900);
    background-color: var(--color-blue-50);
}

.grid_offcanvas-2-bottom select {
    border: 1px solid #858a94;
    background-color: #f6f6f8;
    border-radius: 4px;
    height: 36px;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12s);
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    background-size: 8px 10px;
    background-position: right 0.5rem center;
    padding-inline: 6px;
}

.commonbottomcanvase-sizes.offcanvas.offcanvas-bottom {
    height: max-content !important;
    padding: 16px;
}

.pagination-dealer-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#all_fiters_siderbar .filter-cma-card {
    padding: 0px;
    border: 0px;
}

#all_fiters_siderbar .filter-cma-card .filter-search-title {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12s);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: var(--color-black-50);
}

/* filter sidebar */
/* pagination */
.pagination-new {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    cursor: pointer !important;
}

.pagination-new a {
    text-decoration: none;
    color: #5d6370;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    display: block;
    font-family: Lato;
    font-size: clamp(12px, 2vw, 16px);
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}

.pagination-new a:hover {
    background-color: #ededf1;
    color: #5d6370;
}

.pagination-new .li-pagination-new {
    margin: 5px;
    cursor: pointer;
}

.pagination-new a.disabled {
    color: #cac8d4;
    pointer-events: none;
    font-family: Lato;
    font-size: clamp(12px, 2vw, 16px);
    font-weight: 700;
    line-height: 24px;
}

.pagination-new a.active {
    color: #2a9fe8;
    pointer-events: none;
}

.page-next-texture {
    color: #2a9fe8 !important;
    text-decoration: none;
    padding: 8px 4px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    display: block;
    font-family: Lato;
    font-size: clamp(12px, 2vw, 16px);
    font-weight: 700;
    line-height: 24px;
    cursor: pointer !important;
}

/* pagination */
#offcanvas_sort_drp {
    height: max-content;
    max-height: 329px;
}

#offcanvas_sort_drp span {
    display: inline-block;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

#offcanvas_sort_drp .sort-select-search {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #334155;
}

#offcanvas_sort_drp .sort-select-search li {
    padding-block: 8px;
    padding-right: 6px;
}

.mobile-common-sort {
    background-color: transparent;
    border: none;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12s);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #3f395a;
}

.mobile-common-sort img {
    margin-right: 2px;
}

.sp-car-ui {
    border-radius: 8px;
}

.specs-md-car2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #64748b;
}

.specs-maintitle {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #333333;
    margin-bottom: 8px;
}

.specs-md-car {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #64748b;
    min-width: 71px;
}

.specs-carprice-title {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #64748b;
}

.specs-mcarprice {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #1c6a9b;
    min-width: 70px;
}

.results-saved {
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #0e354d;
}

.save-search-m {
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #2384c1;
}

.cta-btns {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 8px;
}

.cta-btns .ct {
    padding: 6px 8px;
    width: 100%;
    font-family: Lato;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid transparent;
    text-align: center;
}

.cta-btns .ct.add {
    border-color: #1c6a9b;
    background-color: #1c6a9b;
}

.cta-btns .ct.bid {
    border-color: #2a9fe8;
    background-color: #2a9fe8;
}

.cta-btns .ct[disabled] {
    color: black;
    pointer-events: none;
    background-color: #80808061;
    border-color: #80808061;
    opacity: 0.65;
}

.seperator-car-list {
    width: 100%;
    height: 1px;
    background-color: #94a3b857;
    margin: 16px 0;
}

.status-car-overlay {
    position: relative;
}

.img-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.263);
    top: 0;
    height: 100%;
}

.status-car-overlay .status-text {
    background-color: #0c1529a6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.status-car-overlay .status-text span {
    font-size: 28px;
    color: #ffffff;
}

.status-car-overlay .status-text .title {
    font-family: Lato;
    font-weight: 600;
    font-size: 41.76px;
    line-height: 59.65px;
    color: #ffffff;
}

.search-car-specification {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 3px;
    grid-row-gap: 3px;
}

.search-car-specification .spec-item {
    display: flex;
    gap: 8px;
    padding: 7.48px;
    background-color: #f6f6f8;
}

.search-car-specification .spec-item .light-texts {
    font-family: Lato;
    font-weight: 600;
    font-size: 10px;
    line-height: 11.97px;
    color: #858a94;
}

.search-car-specification .spec-item .dark-texts {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    line-height: 14.97px;
    color: #0c1529;
}

.search-car-specification .spec-item .dt {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.car-detail-btn.dealer {
    flex-direction: row;
    margin-top: 16px;
}

.car-detail-btn.dealer .cta {
    max-width: 100%;
    padding: 8px;
}

.dealer-prices-search {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.dealer-prices-search .car-price {
    width: 50%;
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: start;
}

.dealer-prices-search .car-price .text-pr {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
}

.dealer-prices-search .car-price .text-pr .port-sel-text {
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #858a94;
    max-width: 131px;
}

.dealer-prices-search .car-price .price-pr {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #0c1529;
}

.pric-off-sectin {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}

.dicount-off-price {
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2f9461;
    border-radius: 2px;
    background: #effdf6;
    padding-inline: 6px;
}

.dicount-car-price {
    text-decoration-line: line-through;
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
    color: #858a94;
    margin-bottom: 0;
}

/* negotiate modal */
.dealer-negotiate-modal .modal-dialog .modal-body {
    padding: 32px;
}

.dealer-negotiate-modal .modal-dialog .modal-body .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    opacity: 1;
    height: 0.5em;
    width: 0.5em;
}

.dealer-negotiate-modal .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.dealer-negotiate-modal .para {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    margin-bottom: 0px;
}

.dealer-negotiate-modal .para span {
    color: #1c6a9b;
}

.dealer-negotiate-modal .cmn-drp {
    min-width: 170px;
    max-width: 170px;
    display: inline-block;
}

.dealer-negotiate-modal .input-card-amount-div {
    background-color: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    max-width: 150px;
}

.dealer-negotiate-modal .input-card-amount-div.error {
    border: 1px solid #d92d20 !important;
}

.dealer-negotiate-modal .input-card-amount-div .amount-input {
    border: none;
    outline: none;
    width: 100%;
    border: none;
    outline: none;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #667085;
}

.dealer-negotiate-modal .input-card-amount-div .amount-select {
    width: 50px;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    line-height: 19.54px;
    letter-spacing: -0.01em;
    color: #353c4d;
    border: none;
    outline: none;
    background-color: transparent;
}

.dealer-negotiate-modal .select-input-cmn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
    background-color: #ffffff;
    border: 1px solid #0000001a;
    border-radius: 6px;
    font-family: "Lato", sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    min-height: 0px;
    color: #000000;
}

.dealer-negotiate-modal .select-input-cmn.error {
    border: 1px solid #d92d20 !important;
}

.dealer-negotiate-modal .select-input-cmn .button-text {
    font-size: 14px;
    color: #000000 !important;
    font-weight: 500;
}

.dealer-negotiate-modal .select-input-cmn .fa-chevron-up {
    transform: rotate(180deg);
    font-size: 11px;
}

.dealer-negotiate-modal .select-input-cmn.show .fa-chevron-up {
    transform: rotate(360deg);
}

.dealer-negotiate-modal .input-card-amount-div .dropdown-toggle {
    background-color: transparent;
    border: none;
    outline: none;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #353c4d;
    display: flex;
    border-left: 1px solid #353c4d;
    align-items: center;
    gap: 5px;
    padding-left: 9px;
}

.dealer-negotiate-modal .input-card-amount-div .amount-select .button-text {
    color: #000000 !important;
}

.dealer-negotiate-modal .modal-dialog {
    max-width: 650px;
}

.dealer-negotiate-modal .dropdown-toggle::after {
    content: none;
}

.dealer-negotiate-modal .select-input-cmn span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 13px);
}

.dealer-negotiate-modal .nego-btn {
    padding: 12px 42px;
    border-radius: 4px;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background-color: var(--color-blue-60);
    border: 1px solid var(--color-blue-60);
    color: white;
}

.sat_pro_searchbannar {
    margin-block: clamp(26px, 2vw, 32px);
    display: flex;
    justify-content: space-between;
    padding: 12px;
    background-color: #fffaec;
    border: 1px solid #ffd03f;
    border-radius: 6px;
}

.sat_pro_searchbannar.black-friday {
    background-color: #969696;
    border: 1px solid #000000;
}

.sat_pro_searchbannar.black-friday p {
    color: #ffffff;
}

.sat_pro_searchbannar p {
    margin-bottom: 0px;
    color: #000000;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: clamp(18px, 2vw, 24px);
    letter-spacing: -0.01em;
}

.sat_pro_searchbannar .btn_sat_search_pro {
    padding: 8px 20px;
    border: 1px solid #ffd03f;
    border-radius: 4px;
    background: linear-gradient(180deg,
            #ffd03f 0.76%,
            #e28e05 97.27%,
            #df8800 105.66%);
    color: #182230;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.sat_pro_searchbannar.black-friday .btn_sat_search_pro {
    background: linear-gradient(25deg,
            #000000 0.76%,
            #434343 97.27%,
            #4a4a4a 105.66%);
    color: #ffffff;
    border-color: #000000;
}

/* negotiate modal */
#offcanvassavesearch.offcanvas.offcanvas-bottom {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    height: max-content;
    max-height: 100%;
    padding: 16px;
}

#offcanvassavesearch .offcanvas-title {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #333333;
    margin-top: 9px;
}

#offcanvassavesearch .offcanvas-body {
    margin-top: 19px;
    overflow-x: hidden;
}

#offcanvassavesearch .titleSearch {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #333333;
    margin-bottom: 0px;
}

#offcanvassavesearch .search-filters-text {
    height: 72px;
    margin-top: 10px;
}

#offcanvassavesearch .list-save-search {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 0px;
    margin-bottom: 0px;
}

#offcanvassavesearch .list-save-search li {
    display: inline-block;
    margin-right: 8px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #353c4d;
    padding: 4px 8px;
    background-color: #ededf1;
    border-radius: 4px;
    margin-bottom: 8px;
}

#offcanvassavesearch .savesearch-para {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #64748b;
    margin-bottom: 23px;
    margin-top: 12px;
}

#offcanvassavesearch .buttons {
    width: 50%;
    height: 40px;
    border-radius: 4px;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
}

#offcanvassavesearch .buttons.btnclr {
    color: var(--color-black-50);
    border: 1px solid #ededf1;
    background-color: #f6f6f8;
}

#offcanvassavesearch .buttons.btnaply {
    color: var(--color-white-900);
    border: 1px solid var(--color-blue-50);
    background-color: var(--color-blue-50);
}

.savealertsearch .modal-content {
    border-radius: 0px;
}

.savealertsearch .modal-body {
    padding-block: 48px;
    padding-inline: 57px;
}

.g-o1 {
    gap: 18px;
}

.sav-para h2 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.012em;
    color: #000000;
    margin-bottom: 8px;
}

.sav-para p {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #7a7493;
    margin-bottom: 0px;
}

.alert-text h2 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 8px;
}

.overflow-search {
    max-height: 120px;
    overflow: auto;
}

.savealertsearch .modal-body .mb-10 {
    margin-bottom: 18px;
}

.list-save-search {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 0px;
    margin-bottom: 0px;
}

.list-save-search li {
    display: inline-block;
    margin-right: 8px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #353c4d;
    padding: 4px 8px;
    background-color: #ededf1;
    border-radius: 4px;
    margin-bottom: 8px;
}

.savealertsearch label {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #344054;
    margin-bottom: 6px;
}

.savealertsearch .form-control {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #667085;
    height: 40px;
    border-radius: 6px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.savealertsearch .alert-btn {
    width: 100%;
    height: 44px;
    color: white;
    background-color: #18849c;
    border: 1px solid #18849c;
    border-radius: 4px;
}

.additional-filters {
    background-color: #ffffff;
    padding: 12px 13px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
    color: #353c4d;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.additional-filters .fa-chevron-up {
    transform: rotate(180deg);
    font-size: 14px;
    color: #5d6370;
}

.additional-filters[aria-expanded="true"] .fa-chevron-up {
    transform: rotate(0deg);
}

.filter-cma-card .additional-filters-collapse {
    margin-top: 2px;
}

.filter-cma-card .additional-filters-collapse .wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    padding-inline: 8px;
}

.filter-cma-card .additional-filters-collapse .selection-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0c1529;
    min-width: 125px;
    padding-block: 8px;
    cursor: pointer;
    user-select: none;
}

.filter-cma-card .additional-filters-collapse .selection-checkbox label {
    cursor: pointer;
}

.filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox label {
    border: 1px solid;
    border-color: inherit;
    background-color: transparent;
    padding: 6px 10px;
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 37px;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="satpoint"] {
    background-color: #ffdfc2;
    color: #ad5200;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="newyearsale"] {
    background-color: #ffd3d1;
    color: #cd3636;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="premiumcars"] {
    background-color: #fbf2cb;
    color: #c8811a;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="clearancediscount"] {
    background-color: #b2ffc0;
    color: #10ab2b;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="discountedvehicle"] {
    background-color: #b8dff7;
    color: #1c6a9b;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="discountedvehicle"] {
    background-color: #b8dff7;
    color: #1c6a9b;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="auctionedcars"] {
    background-color: #ddf9ff;
    color: #34a9c3;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="thirdpartyseller"] {
    background-color: #ffeaf8;
    color: #be4596;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="chilestock"] {
    background-color: #f0eaff;
    color: #d72b1f;
}

.filter-cma-card #deals_filter .selection-checkbox label[type="ukstock"] {
    background-color: #ffedf9;
    color: #c8102e;
}

.filter-cma-card .additional-filters-collapse .selection-checkbox .form-check-input {
    margin-top: 0px;
}

.filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox {
    min-width: 121px;
}

/* detail page */
.text-active {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.para_auction_report {
    color: #020408;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: -0.216px;
}

#auction_report {
    background-color: white;
}

#auction_report .overall_rating {
    border-radius: 6px 6px 0px 0px;
    padding: 16px 10px;
    background-color: #014e78;
    border: 1px solid #98a2b3;
    border-bottom: 0px;
}

#auction_report .overall_rating .rating {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #93d9ff;
    padding-bottom: 24px;
}

#auction_report .overall_rating .scale .scale-bars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#auction_report .overall_rating .scale .scale-bars .bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 3.74px;
    border-radius: 100px;
    padding-inline: 12px;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.16px;
    background-color: white;
}

#auction_report .overall_rating .scale {
    padding-top: 12px;
}

#auction_report .overall_rating .scale h3 {
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.216px;
    margin-bottom: 0px;
}

#auction_report .overall_rating .rating h3 {
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.216px;
    margin-bottom: 0px;
}

#auction_report .overall_rating .rating span.fair {
    color: #e9a23b;
    background-color: #fefaf5;
}

#auction_report .overall_rating .rating span.success {
    color: #2f9461;
    background-color: #effdf6;
}

#auction_report .overall_rating .rating span.poor {
    color: #cd3636;
    background-color: #fef2f2;
}

#auction_report .overall_rating .rating span.repaired {
    color: #696969;
    background-color: #eee;
}

#auction_report .overall_rating .scale .scale-bars .bar.success {
    color: #2f9461;
    background-color: #effdf6;
}

#auction_report .overall_rating .scale .scale-bars .bar.fair {
    color: #e9a23b;
    background-color: #fefaf5;
}

#auction_report .overall_rating .scale .scale-bars .bar.poor {
    color: #cd3636;
    background-color: #fef2f2;
}

#auction_report .overall_rating .scale .scale-bars .bar.repaired {
    color: #696969;
    background-color: #eee;
}

#auction_report .overall_rating .rating span {
    display: inline-block;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.953px;
    /* 112.5% */
    letter-spacing: -0.355px;
    padding: 2px 16px;
    border-radius: 100px;
}

#auction_report .auction_sheet {
    padding: 24px 10px;
    border-radius: 0px 0px 6px 6px;
    border-top: 0px;
    border: 1px solid #98a2b3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.auction_sheet .sheet .download {
    padding-right: 12px;
}

.auction_sheet .sheet .sheet-text {
    padding: 6px 12px;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0c1529;
}

.auction_sheet .sheet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 50%;
    border: 1px solid #68727d;
    border-radius: 6px;
}

.auction_sheet .sheet .sheet-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0368a0;
    padding: 9px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.detail-page-card {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 0 8px 0 rgba(47, 43, 67, 0.2);
    position: sticky;
    top: 47px;
}

.promotion-tags {
    display: flex;
    align-items: center;
    gap: 23px;
}

.promotion-tags .tag {
    border-radius: 31px;
    font-family: Lato;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 2px 10px;
}

.promotion-tags .tag.premium {
    background-color: #a576f1;
}

.promotion-tags .tag.newyear {
    background-color: #ff4b44;
}

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

.location-car .title {
    font-family: Lato;
    font-weight: 400;
    font-size: 18.54px;
    line-height: 26.78px;
    color: #858a94;
}

.location-car .city {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 26.78px;
    color: #0c1529;
}

.specs-section-detail .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #1c6a9b;
    margin-bottom: 12px;
}

.specs-section-detail .specs-section {
    margin-bottom: 12px;
}

.specs-section-detail .specs-section span {
    color: #aeb1b8;
    font-size: 14px;
}

.specs-section-detail .specs-section-item h4 {
    font-family: Lato;
    font-size: 18px;
    line-height: 26px;
}

.car-detail-price {
    margin-top: 28px;
}

.car-detail-price .title {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 34.17px;
    color: #0f172a;
    min-width: 160px;
    text-align: start;
}

.car-detail-price .price {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 47.84px;
    color: #0c1529;
}

.car-detail-price .detail-price-info {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 17px;
    margin-bottom: 44px;
}

.car-detail-price .detail-price-info .title {
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #0f172a;
    margin-top: 16px;
}

.car-detail-price .detail-price-info .market-title {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Lato;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2384c1;
}

.car-detail-price .btn-dealer-cta {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: 1px solid #2a9fe8;
    background-color: #2a9fe8;
    width: 100%;
    max-width: 177px;
    border-radius: 4px;
    cursor: pointer;
}

.detail-page-card .dealer-prices-search {
    margin-top: 20px;
}

.cmn-price-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car-price-selection {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-top: 15px;
}

.car-price-selection .tags {
    display: flex;
    gap: 12px;
}

.car-detail-page {
    border: none;
    background-color: #f6f6f8;
    width: 100%;
    max-width: 100%;
}

.car-detail-page a {
    width: 100%;
}

.month-production .title {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5d6370;
    margin-bottom: 10px;
}

.month-production .mop-input {
    display: flex;
    align-items: center;
    gap: 32px;
}

.month-production .mop-input input {
    border-radius: 5px;
    min-height: 44px;
    border-color: #0000001a;
}

.month-production .mop-input .cta-mop {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    max-width: 162px;
    width: 100%;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    border: 1px solid #1c6a9b;
    background-color: #1c6a9b;
    border-radius: 4px;
    cursor: pointer;
}

.month-production {
    margin-bottom: 32px;
}

.month-production .section-heading-para {
    margin-bottom: 10px;
}

.auction-sheet-guide .auction-translate {
    background-color: #1c6a9b;
    border-radius: 4px;
    border: 1px solid #1c6a9b;
    margin-block: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    max-width: 223px;
    width: 100%;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    cursor: pointer;
}

.price-calculator {
    border-radius: 8px;
}

.price-calculator .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #475569;
    margin-bottom: 24px;
}

.price-calculator-form .sub-title {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #5d6370;
    margin-bottom: 10px;
}

.price-calculator-form .selection-fields {
    margin-bottom: 16px;
}

.price-calculator-form .cta-calculator {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #98a2b3;
    margin-bottom: 24px;
}

.price-calculator-form .cta-calculator .c-btn {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}

.price-calculator-form .cta-calculator .c-btn.reset {
    background-color: white;
    color: #353c4d;
    border-color: #353c4d;
}

.price-calculator-form .cta-calculator .c-btn.calculate {
    background-color: #2a9fe8;
    color: white;
    border-color: #2a9fe8;
}

.price-calculator-form .cta-calculator .c-btn.calculate[disabled] {
    background-color: #80808061;
    border-color: #80808061;
    pointer-events: none;
    color: black;
    opacity: 0.65;
    user-select: none;
    cursor: not-allowed;
}

.price-calculator-form .result-item {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.price-calculator-form .calculated-results {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #aeb1b8;
}

.price-calculator-form .result-item .total-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #5d6370;
}

.price-calculator-form .form-control {
    min-height: 44px;
    border-color: #0000001a;
    border-radius: 4.95px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
}

.price-calculator-form .cmn-drp .select-input-cmn {
    min-height: 44px;
    border-color: #0000001a;
    border-radius: 4.95px;
    padding-block: 10px;
}

.specification-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

.specification-list.h-44 {
    height: 44px;
}

.specification-list.h-60 {
    height: 60px;
}

.specification-list .specification-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 268px;
    max-width: 268px;
    width: 100%;
    padding: 10px;
}

.specification-list .specification-item .specs-title {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #858a94;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 130px;
    min-width: 130px;
    width: 100%;
}

.specification-list .specification-item .specs-value {
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.features {
    margin-top: 24px;
}

.features-listing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.features-listing .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 33.33%;
    font-family: Lato;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #353c4d;
    padding: 12px;
}

.previous-listing-card {
    border: 1px solid #98a2b3;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.previous-listing-card:last-of-type {
    margin-bottom: 0px;
}

.previous-listing-card .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1c6a9b;
    margin-bottom: 10px;
}

.previous-listing-card .specs-section-detail {
    margin-bottom: 18px;
}

.previous-listing-card .previous-prices {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-grow: 1;
    max-width: 245px;
}

.previous-listing-card .previous-prices .price-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #353c4d;
}

.previous-listing-card .previous-prices .price {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #353c4d;
}

.previous-prices-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.section-para {
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #475569;
}

.statistics-detail .statistic-cards {
    border: 1px solid #98a2b3;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.statistics-detail .statistic-cards .statistic-car-detail .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1c6a9b;
    margin-bottom: 20px;
}

.statistics-detail .statistic-cards .previous-prices {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.statistics-detail .statistic-cards .previous-prices {
    margin-bottom: 24px;
}

.statistics-detail .statistic-cards .previous-prices-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.statistics-detail .statistic-cards .previous-prices .price-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #353c4d;
}

.statistics-detail .statistic-cards .previous-prices .price {
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1c6a9b;
}

.selections-filters {
    display: flex;
    align-items: center;
    gap: 24px;
}

.export-filters {
    padding: 14px 16px;
    border: 1px solid #2384c1;
    color: #2384c1;
    border-radius: 4px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.export-filters #download_image {
    position: relative;
    background-image: url("../../images/common/icons/download-refund.webp");
    background-repeat: no-repeat;
    background-size: 44px;
    background-position: -22.5px;
    width: 20px;
    height: 20px;
    display: flex;
}

.select-filter.calender {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: max-content;
    border-radius: 4px;
    padding: 14px 16px;
    border: 1px solid #667085;
    color: #5d6370;
    cursor: pointer;
}

.select-filter.category {
    width: max-content !important;
}

.select-filter.category .select-input-cmn span {
    max-width: 100%;
}

.select-filter.category .select-input-cmn {
    color: #5d6370;
    padding: 14px 16px;
    gap: 32px;
    border: 1px solid #667085;
}

.select-filter.category .select-input-cmn .button-text {
    font-weight: 500;
    color: #5d6370;
}

.select-filter.calender .fa-chevron-up {
    font-size: 14px;
    transform: rotate(180deg);
}

.country-name {
    font-family: Lato;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-align: right;
    color: #0c1529;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.promo-badge-info {
    padding: 6px;
    border-radius: 10px;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-10s);
    font-weight: 500;
    line-height: 8.99px;
    letter-spacing: -0.01em;
    color: var(--color-white-900);
    background-color: #ff4b44;
}

.promo-badge-skin {
    padding: 6px;
    border-radius: 10px;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-10s);
    font-weight: 500;
    line-height: 8.99px;
    letter-spacing: -0.01em;
    color: #c8811a;
    background-color: #fbf2cb;
}

.car-title-mobile {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1c6a9b;
    margin-bottom: 10px;
}

.specs-section-mobile {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 10px;
}

.specs-section-mobile .specs-item-mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    background-color: #ecf5ff;
    padding: 4px 11px;
    border-radius: 4px;
    width: 25%;
}

.specs-section-mobile .specs-item-mobile .stitle {
    font-family: Lato;
    font-weight: 400;
    font-size: 10px;
    line-height: 11.26px;
    color: #858a94;
}

.specs-section-mobile .specs-item-mobile .svalue {
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 11.26px;
    color: #0c1529;
}

.spec-car-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.spec-car-detail .title {
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #5d6370;
}

.spec-car-detail .value {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #353c4d;
}

.specifi-main {
    padding: 16px 0 0 0;
}

.litrc-spectic-label {
    font-family: var(--font-family-Lato);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #858a94;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0px;
}

.litrc-spectic-price {
    font-family: var(--font-family-Lato);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: right;
    color: #353c4d;
    margin-bottom: 0;
}

.value.selectiona {
    display: flex;
    align-items: center;
}

.value.selectiona .tags {
    display: flex;
    align-items: center;
    gap: 4px;
}

.value.selectiona .tags .cb-filter {
    font-weight: 600;
    font-size: 12px;
    line-height: 20.75px;
    padding-inline: 11px;
    padding-block: 2px;
}

.view-all-specific-hdr {
    font-family: var(--font-family-Lato);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #1c6a9b;
    margin: 10px 0px 0px 0px;
    padding-bottom: 0px;
}

#offcanvascountrymobile.offcanvas.offcanvas-bottom {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    height: 84.08vh;
}

.mobile-common-heading {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14s);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: var(--color-black-50);
    margin-bottom: 0px;
}

#offcanvascountrymobile .btn-close {
    width: 1em;
    height: 0.5em;
}

.feature-main-child {
    display: flex;
    align-items: center;
}

.feature-main .litrc-spectic-specific {
    font-family: var(--font-family-Lato);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #353c4d;
    margin-bottom: 0px !important;
    padding: 11px;
}

#arrivel-port-tab {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    height: 84.08vh;
}

.litrc-spectic-icon {
    width: 14px;
    height: 14px;
}

#price_calculator {
    width: 100%;
}

#price_calculator .offcanvas-body {
    padding: 1rem;
}

#price_calculator .price-calculator {
    border: unset;
    padding: 0;
}

#price_calculator .cmn-drp {
    max-width: 100%;
}

#price_calculator .price-calculator .title {
    font-size: 18px;
    line-height: 24px;
}

#price_calculator .btn-close {
    height: 0.5rem;
    width: 0.5rem;
    background-size: 14px;
    opacity: 1;
}

#price_calculator .sub-title {
    font-size: 14px;
    line-height: 18px;
}

#price_calculator .form-control {
    min-height: 38px;
    font-size: 14px;
}

#price_calculator .cmn-drp .select-input-cmn {
    min-height: 38px;
    padding-block: 6px;
}

#price_calculator .cta-calculator .c-btn {
    padding: 6px;
    font-size: 14px;
    line-height: 22px;
}

#price_calculator .result-item .total-title {
    font-size: 16px;
}

.auction_detail.auc {
    margin-top: 24px;
}

.separator {
    border-top: 1px solid #c4c4c4;
    width: 100%;
    margin-block: 7px;
}

.calculator_listing {
    margin-bottom: 24px;
    padding-top: 32px;
}

.calculator_listing .accordion-button::after {
    background-size: 1.1rem;
    height: 1.1rem;
    width: 1.2rem;
}

.calculator_listing .accordion-button {
    color: #020408;
    background-color: #f6f6f8;
    padding: 12px;
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    box-shadow: none;
}

.calculator_listing .accordion-button:not(.collapsed) {
    color: #020408;
    background-color: #ecf5ff;
}

.calculator_listing .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.calculator_listing .accordion-body {
    padding: 20px 18px;
}

.price-calculator-form .price-make-model {
    display: flex;
    align-items: center;
    gap: 16px;
}

.price-calculator-form .price-make-model .selection-fields {
    flex-grow: 1;
}

.order-by {
    display: flex;
    background-color: #fbf2cb;
    padding: 4px 8px;
    margin-block: 20px;
}

.order-by .order-by-text {
    color: #353c4d;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.14px;
    margin-bottom: 0px;
}

.order-by .order-by-text a {
    color: #2384c1;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
    text-decoration: underline;
    margin-left: 6px;
}

.shipping-detail .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #131313;
}

.shipping-detail .para {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5d6370;
}

.schedule-goback {
    border-radius: 4px;
    border: 1px solid #2a9fe8;
    background-color: #2a9fe8;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 12.5px;
    width: 100%;
    max-width: 144px;
}

.schedule-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.schedule-table table .title {
    padding-block: 6px;
    padding-inline: 10px 7px;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
    background-color: #f6f6f8;
    width: 33.32%;
}

.schedule-table table .value {
    padding-block: 6px;
    padding-inline: 10px 7px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1c6a9b;
}

#view_shcedule {
    width: 500px;
}

.schedule-back span {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2384c1;
}

.card-ping {
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
}

.rounded-ping-inner.active {
    background: #22c55e;
}

.rounded-ping.active {
    background: #4ade80;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.rounded-ping {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: transparent;
    opacity: 0.75;
}

.rounded-ping-inner {
    position: relative;
    display: inline-flex;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #9ca3af;
}

.active-user-seen {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #e8fff4;
    border-radius: 4px;
    padding-block: 4.95px;
    padding-inline: 12px;
    width: max-content;
    margin-bottom: 20px;
}

.rounded-ping.active {
    background: #4ade80;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.rounded-ping {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: transparent;
    opacity: 0.75;
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.car-detail-drop .des {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14s);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--color-black-40);
    padding-top: 0px;
}

.car-detail-drop select {
    font-family: var(--font-family-Lato);
    line-height: 16px;
    letter-spacing: -0.01em;
    font-size: var(--font-size-12s);
    font-weight: 500;
    color: var(--color-black-40);
    background-color: var(--color-white-50);
    border-radius: 4px;
    height: 40px;
    border: 1px solid #5d6370;
}

.car-details-buttons {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 20px;
}

.car-details-buttons .ctd {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    padding: 12.5px;
    border: 1px solid transparent;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: white;
    border-radius: 4px;
}

.car-details-buttons .ctd.buy-now {
    background-color: #014e78;
}

.car-details-buttons .ctd.nego {
    background-color: #2384c1;
}

.car-details-buttons .ctd.reserve {
    background-color: #2a9fe8;
}

.car-details-buttons .ctd.shop {
    max-width: 58.29px;
    background-color: white;
    border: 1px solid #1c6a9b;
    padding: 8.57px;
    border-radius: 7px;
}

.breadcrumb-spacing {
    padding-block: 19px;
}

.previous_listing {
    overflow-y: auto;
    max-height: 895px;
    overflow-x: hidden;
}

.no-record-found {
    padding-block: 16px;
}

.no-record-found .title-recod {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}

.no-record-found .title-recod-para {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
}

.no-record-found .list-record-nofound {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

/* detail page */
.offcanvas .cmn-drp {
    /* min-width: 170px; */
    max-width: 170px;
    display: inline-block;
}

/* inquiry modal */

/* new modals in the detail page */
.review_modal_sat .modal-content {
    border-radius: 10px !important;
}

.review_modal_sat .modal-dialog {
    max-width: 788px;
}

.review_modal_sat .modal-header {
    padding-block: 14px;
    padding-inline: 24px;
    background-color: #f1f5f9;
}

.review_modal_sat .modal-body {
    padding-block: 18px;
    padding-inline: 24px;
}

.review_modal_sat .modal-header .quote-title {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 0px;
}

.review_modal_sat .prdct-title {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-20s);
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.014em;
    margin-bottom: 0px;
    color: var(--color-black-50);
    margin-bottom: 12px;
}

.review_modal_sat .card-prodct {
    background-color: #f1f5f9;
    border-radius: 10px;
    padding: 12px;
}

.flex-promo-item span {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12);
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    padding-block: 2px;
    padding-inline: 10px;
    border-radius: 31px;
    display: flex;
    align-items: center;
}

.flex-promo-item span.modal-promo-1 {
    background-color: #ff4b44;
    color: white;
}

.flex-promo-item span.modal-promo-2 {
    background-color: #fbf2cb;
    color: #c8811a;
}

.flex-promo-item {
    display: flex;
    gap: 23px;
}

.flex-promo-flag .flag-items {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 400;
    line-height: 19.78px;
    margin-bottom: 0px;
    letter-spacing: -0.012em;
}

.flex-promo-flag img {
    padding-block: 2px;
    padding-inline: 4px;
}

.flex-promo-flag {
    display: flex;
    gap: 8px;
}

.promo-flag-items {
    display: flex;
    justify-content: space-between;
}

.modal-mainsection {
    margin-top: 11px;
    display: grid;
    grid-template-columns: 65% 35%;
}

.main-section-5 {
    grid-column: 1 / span 2;
    max-width: 528px;
}

.msection-title {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-16);
    font-weight: 700;
    line-height: 23.93px;
    letter-spacing: -0.018em;
    color: var(--color-blue-70);
    margin-bottom: 8px;
}

.specs-section {
    display: flex;
    gap: 21px;
}

.specs-section-item h4 {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 400;
    line-height: 17.28px;
    letter-spacing: -0.012em;
}

.specs-section span {
    font-size: 8px;
    align-self: center;
    color: var(--color-black-20s);
}

.selects-section {
    display: flex;
    margin-top: 24px;
    max-width: 329px;
    gap: 4px;
}

.selects-section-item {
    flex-grow: 1;
    min-width: 174px;
}

.selects-section label {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 700;
    line-height: 13px;
    letter-spacing: -0.01em;
    color: var(--color-black-50);
}

.selects-section select {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-12);
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: var(--color-black-40);
    background-color: #f6f6f8;
    border: 1px solid #5d6370;
    border-radius: 2.6px;
    height: 28px;
}

.selects-section select.form-select {
    background-size: 16px 8px;
}

.radio-selectors {
    display: flex;
    margin-top: 24px;
}

.radio-selectors span {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 500;
    line-height: 17.78px;
    letter-spacing: -0.01em;
    color: var(--color-black-50);
    display: flex;
    gap: 3px;
    align-items: center;
}

.radio-selectors label {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 500;
    line-height: 17.78px;
    letter-spacing: -0.01em;
    color: var(--color-black-50);
}

.radio-selectors .check-input-checkbox {
    margin-top: 3px;
}

.radio-selector-item {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-grow: 1;
}

.form-secion .form-errors {
    font-size: 10px;
    color: red;
    margin-top: 6px;
}

.form-secion {
    margin-block: 18px;
}

.mb10sc {
    margin-bottom: 10px;
}

.form-secion label {
    font-family: var(--font-family-Lato);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #344054;
    margin-bottom: 6px;
}

.form-secion .form-control {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    border-radius: 8px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #d0d5dd;
    color: #101828;
    height: 40px;
}

.form-secion .form-control:focus {
    border-color: #5cbaf5;
    box-shadow: 0 0 0 0.25rem rgba(92, 186, 245, 0.25);
}

.form-scion-btn {
    height: 40px;
    width: 208px;
    color: white;
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-16);
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    background-color: var(--color-blue-50);
    border-radius: 4px;
    padding-block: 8px;
    padding-inline: 10px;
    border: 1px solid var(--color-blue-50);
    transition-duration: 0.4s;
}

.form-scion-btn:hover {
    background-color: #2a9fe8bc;
}

.form-scion-btn:focus-visible {
    border: 1px solid var(--color-blue-50);
}

.form-scion-btn:active {
    background-color: #2a9fe8bc;
    transform: translateY(2px);
}

.height-23p {
    height: 25px;
}

.car-totalprice-modal {
    margin-top: 12px;
}

.c-title {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-16);
    font-weight: 700;
    line-height: 18.73px;
    letter-spacing: -0.01em;
    color: var(--color-black-50);
}

.c-price {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-16);
    font-weight: 700;
    line-height: 18.73px;
    letter-spacing: -0.01em;
    color: var(--color-black-50);
}

/* earn points main card */
.earn-points-selection {
    padding: 4px 8px;
    border-radius: 8px;
    background-color: #17b26a;
    max-width: 248px;
    margin-top: 23px;
    width: 100%;
}

.earn-points-selection .earn-para {
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 4px;
    color: white;
    margin-bottom: 1px;
}

.earn-points-selection .earn-para2 {
    font-family: Lato;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: white;
    margin: 0px;
}

/* services */
#add_on_service .slick-slide {
    margin-right: 10px !important;
}

#add_on_service .slick-arrow {
    height: 28px !important;
    width: 28px !important;
    background-color: white;
    box-shadow: 0px 0px 4.301px 0px rgba(47, 43, 67, 0.3);
    position: absolute;
}

#add_on_service .slick-next {
    right: 0px;
}

#add_on_service .slick-prev {
    left: -13px;
}

#add_on_service .slick-prev,
#add_on_service .slick-next {
    color: #2f2b43 !important;
    display: none !important;
}

#add_on_service .slick-prev:before,
#add_on_service .slick-next:before {
    font-size: 12px !important;
    color: #2f2b43 !important;
    opacity: 1;
}

#add_on_service {
    padding-block: 24px;
}

.free-text-benifits {
    font-family: Lato;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    padding-inline: 10px;
    color: white;
    background-color: #faa51b;
    border-radius: 4px;
    position: absolute;
    top: -9px;
    left: 10px;
}

#add_on_service .service-card-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 9px 13.4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

#add_on_service .service-card-item.active {
    border-color: #2384c1;
    background-color: #ecf5ff;
}

#add_on_service .service-card-item .service-texts {
    flex-grow: 1;
    margin-right: 13.4px;
    margin-left: 12px;
}

#add_on_service .title {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #334155;
    margin-bottom: 2.23px;
}

#add_on_service .para {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #64748b;
    margin-bottom: 0px;
}

#add_on_service .title2 {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #334155;
    margin-bottom: 2.23px;
}

#add_on_service .para2 {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #64748b;
    margin-bottom: 0px;
}

#add_on_service .slick-service:hover .slick-prev {
    display: block !important;
}

#add_on_service .slick-service:hover .slick-next {
    display: block !important;
}

/*  */
.selection-checkbox {
    display: grid;
    grid-template-columns: 40% 30% 30%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

/* inquiry modal */
.further-resource-search p {
    font-size: var(--font-size-24s);
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.016em;
    color: var(--color-black-100);
}

.further-resource-search h4 {
    font-size: var(--font-size-18s);
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.012em;
    color: var(--color-black-20s);
}

.further-resource-search .grid_5_s {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    row-gap: 0px;
}

.further-resource-search .mt-18 {
    margin-top: 18px;
}

.further-resource-search .further-resource-lists a {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-18s);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: var(--color-blue-50);
    border-radius: 0px !important;
    border: none !important;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .saved-search-sticky .saved-searchs-record {
        font-size: 16px;
    }

    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 14px;
    }

    .auction_sheet .sheet .sheet-text {
        font-size: 14px;
    }

    .specification-list {
        gap: 10px;
    }

    .result-car-card .lot-number {
        margin-top: 10px;
    }

    .filter-cma-card .tags {
        gap: 9px;
    }

    .filter-cma-card .additional-filters-collapse .selection-checkbox {
        min-width: 107px;
    }

    .filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox label {
        padding: 4px 8px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .section-heading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .section-heading-para {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .recent-auction-card .bid-price .bid-price-title {
        font-size: 14px;
    }

    .recent-auction-card .bid-price .amount {
        font-size: 18px;
    }

    .recent-auction-card .car-name .car-title {
        font-size: 18px;
        line-height: 25px;
    }

    .recent-auction-card .specs {
        font-size: 14px;
        line-height: 23px;
    }

    .recent-auction-card .car-name .fa-heart {
        font-size: 22px;
        height: 20px;
        width: 22px;
    }

    .sales-analytics {
        gap: 20px;
    }

    .sales-analytics .analytics-card .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 7.9px;
    }

    .sales-analytics .analytics-card .para {
        font-size: 22px;
        line-height: 28px;
    }

    .popular-categories {
        gap: 20px;
    }

    .popular-categories .category-card .title {
        font-size: 18px;
        line-height: 24px;
    }

    .popular-categories .category-card .para {
        font-size: 18px;
        line-height: 24px;
    }

    .popular-categories .category-card {
        padding: 14px;
    }

    .satdealer-why-choose {
        gap: 20px;
    }

    .satdealer-why-choose .satdealer-why-choose-card .title {
        font-size: 18px;
        line-height: 26px;
    }

    .satdealer-why-choose .satdealer-why-choose-card .para {
        font-size: 16px;
        line-height: 24px;
    }

    .filter-search-page a {
        padding: 8px 14px;
        font-size: 14px;
    }

    .filter-search-page {
        margin-bottom: 16px;
    }

    .result-car-card .car-details .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .result-car-card .car-details .specs-section-item .spec {
        font-size: 16px;
        line-height: 22px;
    }

    .result-car-card .car-image img {
        max-width: 220px;
        min-width: 204px;
        min-height: 126px;
    }

    .result-car-card .lot-number .number {
        font-size: 14px;
    }

    .result-car-card .lot-number .title {
        font-size: 14px;
    }

    .result-car-card .lot-number {
        margin-top: 5px;
    }

    .car-detail-btn .cta {
        padding: 12px;
        font-size: 14px;
        line-height: 14px;
    }

    .result-car-card .car-price-section .car-price-details .date-pr {
        font-size: 16px;
    }

    .save-search-card {
        padding: 12px;
        gap: 12px;
    }

    .filter-search-title {
        font-size: 14px;
    }

    .save-search-card .search-filter-header .clear {
        font-size: 14px;
    }

    .save-search-card .search-filter-saved .item {
        padding: 7px;
        min-width: 75px;
        font-size: 12px;
        line-height: 16px;
    }

    .save-search-card .action-btns .filter-btn {
        padding: 6px;
        font-size: 14px;
        line-height: 22px;
    }

    .saved-search-sticky .saved-searchs-record {
        font-size: 16px;
    }

    .saved-search-sticky .filter-btn.apply {
        padding: 5px;
        font-size: 14px;
    }

    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 12px;
        padding-inline: 8px;
    }

    .auction_sheet .sheet .sheet-text {
        font-size: 12px;
        padding-inline: 6px;
    }

    .car-detail-page a {
        padding: 8px 18px;
        font-size: 14px;
    }

    .price-calculator {
        padding: 16px;
    }

    .month-production .mop-input {
        gap: 20px;
    }

    .month-production .mop-input input {
        min-height: 33px;
    }

    .month-production .mop-input .cta-mop {
        padding: 6px 10px;
        max-width: 162px;
        font-size: 14px;
    }

    .auction-sheet-guide .auction-translate {
        margin-block: 16px;
        padding: 6px 10px;
        font-size: 14px;
    }

    .para_auction_report {
        font-size: 16px;
        line-height: 26px;
    }

    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }

    .specs-section-detail .title {
        font-size: 22px;
        line-height: 24px;
    }

    .specs-section-detail .specs-section-item h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .specs-section {
        gap: 16px;
    }

    .car-detail-price {
        margin-top: 24px;
    }

    .car-detail-price .detail-price-info {
        margin-bottom: 24px;
    }

    .car-detail-price .detail-price-info .title {
        font-size: 14px;
    }

    .car-detail-price .title {
        font-size: 20px;
        min-width: 160px;
    }

    .car-detail-price .price {
        font-size: 24px;
        line-height: 42px;
    }

    .car-price-selection .cb-filter {
        font-size: 14px;
        line-height: 24px;
    }

    .car-detail-price .btn-dealer-cta {
        font-size: 14px;
        max-width: 228px;
    }

    .price-calculator .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .price-calculator-form .sub-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .price-calculator-form .form-control {
        min-height: 33px;
        font-size: 14px;
    }

    .price-calculator-form .cmn-drp .select-input-cmn {
        min-height: 33px;
    }

    .price-calculator-form .cmn-drp .select-input-cmn span {
        font-size: 14px;
    }

    .price-calculator-form .cta-calculator .c-btn {
        padding: 6px 10px;
        font-size: 14px;
    }

    .price-calculator-form .result-item .total-title {
        font-size: 16px;
        line-height: 24px;
    }

    .promotion-tags {
        gap: 10px;
    }

    .location-car .title {
        font-size: 14px;
        line-height: 24px;
    }

    .location-car .city {
        font-size: 14px;
        line-height: 24px;
    }

    .specification-list .specification-item {
        gap: 10px;
        min-width: 213px;
        padding: 10px;
    }

    .specification-list .specification-item .specs-title {
        font-size: 12px;
        line-height: 16px;
        min-width: 100px;
    }

    .specification-list .specification-item .specs-value {
        font-size: 12px;
        line-height: 20px;
    }

    .features-listing .feature-item {
        font-size: 14px;
        line-height: 22px;
    }

    .previous-listing-card .title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .previous-listing-card .previous-prices .price-title {
        font-size: 16px;
    }

    .previous-listing-card .previous-prices .price {
        font-size: 18px;
        line-height: 24px;
    }

    .previous-listing-card {
        padding: 16px;
    }

    .filter-cma-card .keywords-chassis input {
        font-size: 12px;
        line-height: 20px;
    }

    .keyboards-button .key-btn {
        padding: 6px;
        font-size: 14px;
    }

    .filters-searches {
        padding-inline: 6px;
    }

    .cmn-drp .search-input-wrap::after {
        right: 15px;
    }

    .save-search-card .search-filter-saved {
        gap: 6px;
    }

    .mileage {
        max-width: 97px;
    }

    .cmn-drp .select-input-cmn .fa-chevron-up {
        font-size: 12px;
    }

    .status-car-overlay .status-text .title {
        font-size: 28px;
        line-height: 45px;
    }

    .car-details-buttons .ctd.shop {
        max-width: 43.29px;
        padding: 6px;
    }

    .car-details-buttons .ctd {
        padding: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .car-details-buttons .ctd.shop img {
        max-height: 24px;
    }

    .detail-page-card .dealer-prices-search .car-price {
        gap: 4px;
        padding-right: 0px !important;
    }

    .detail-page-card .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
    }

    .detail-page-card .dealer-prices-search {
        gap: 8px;
    }

    .calculator_listing .accordion-button {
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .detail-page-card .dealer-prices-search .car-price .text-pr .port-sel-text {
        max-width: 85px;
    }

    .filter-cma-card .tags {
        gap: 9px;
    }

    .filter-cma-card .tags.days .cb-filter {
        min-width: 62px;
    }

    .filter-cma-card .action-btns .update-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 8px;
    }

    .filter-cma-card .additional-filters-collapse .selection-checkbox {
        min-width: 107px;
    }

    .filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox label {
        padding: 4px 8px;
        font-size: 12px;
    }

    .additional-filters {
        padding: 11px 13px;
        font-size: 14px;
        line-height: 20px;
    }

    .filter-cma-card .additional-filters-collapse .selection-checkbox {
        font-size: 14px;
        line-height: 22px;
        min-width: 91px;
    }

    .additional-filters .fa-chevron-up {
        font-size: 12px;
    }

    .selection-checkbox {
        grid-template-columns: 50% 25% 25%;
    }

    .mt-33 {
        margin-top: 14px;
    }

    .further-resource-search p {
        font-size: 22px;
        line-height: 24px;
    }

    .further-resource-search .further-resource-lists a {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .section-heading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .section-heading-para {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .recent-auction-card .bid-price .bid-price-title {
        font-size: 14px;
    }

    .recent-auction-card .bid-price .amount {
        font-size: 18px;
    }

    .recent-auction-card .car-name .car-title {
        font-size: 18px;
        line-height: 25px;
    }

    .recent-auction-card .specs {
        font-size: 14px;
        line-height: 23px;
    }

    .recent-auction-card .car-name .fa-heart {
        font-size: 22px;
        height: 20px;
        width: 22px;
    }

    .sales-analytics {
        gap: 20px;
    }

    .sales-analytics .analytics-card .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 7.9px;
    }

    .sales-analytics .analytics-card .para {
        font-size: 22px;
        line-height: 28px;
    }

    .popular-categories {
        gap: 20px;
    }

    .popular-categories .category-card .title {
        font-size: 18px;
        line-height: 24px;
    }

    .popular-categories .category-card .para {
        font-size: 18px;
        line-height: 24px;
    }

    .popular-categories .category-card {
        padding: 14px;
    }

    .satdealer-why-choose {
        gap: 20px;
    }

    .satdealer-why-choose .satdealer-why-choose-card .title {
        font-size: 18px;
        line-height: 26px;
    }

    .satdealer-why-choose .satdealer-why-choose-card .para {
        font-size: 16px;
        line-height: 24px;
    }

    .filter-search-page a {
        padding: 8px 14px;
        font-size: 14px;
    }

    .filter-search-page {
        margin-bottom: 16px;
    }

    .result-car-card .car-details .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .result-car-card .car-details .specs-section-item .spec {
        font-size: 16px;
        line-height: 22px;
    }

    .result-car-card .car-image img {
        max-width: 220px;
    }

    .result-car-card .lot-number .number {
        font-size: 14px;
    }

    .result-car-card .lot-number .title {
        font-size: 14px;
    }

    .result-car-card .lot-number {
        margin-top: 5px;
    }

    .result-car-card .car-price-section .car-price-details .car-price {
        margin-bottom: 23px;
    }

    .car-detail-btn .cta {
        padding: 12px;
        font-size: 14px;
        line-height: 14px;
    }

    .result-car-card .car-price-section .car-price-details .date-pr {
        font-size: 16px;
    }

    .save-search-card {
        padding: 12px;
        gap: 12px;
    }

    .filter-search-title {
        font-size: 14px;
    }

    .save-search-card .search-filter-header .clear {
        font-size: 14px;
    }

    .save-search-card .search-filter-saved .item {
        padding: 7px;
        min-width: 75px;
        font-size: 12px;
        line-height: 16px;
    }

    .save-search-card .action-btns .filter-btn {
        padding: 6px;
        font-size: 14px;
        line-height: 22px;
    }

    .saved-search-sticky .saved-searchs-record {
        font-size: 14px;
    }

    .saved-search-sticky .filter-btn.apply {
        padding: 5px;
        font-size: 14px;
    }

    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 12px;
        padding-inline: 8px;
    }

    .auction_sheet .sheet .sheet-text {
        font-size: 12px;
        padding-inline: 6px;
    }

    .car-detail-page a {
        padding: 8px 18px;
        font-size: 14px;
    }

    .price-calculator {
        padding: 0px;
    }

    .month-production .mop-input {
        gap: 20px;
    }

    .month-production .mop-input input {
        min-height: 33px;
    }

    .month-production .mop-input .cta-mop {
        padding: 6px 10px;
        max-width: 162px;
        font-size: 14px;
    }

    .auction-sheet-guide .auction-translate {
        margin-block: 16px;
        padding: 6px 10px;
        font-size: 14px;
    }

    .para_auction_report {
        font-size: 16px;
        line-height: 26px;
    }

    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }

    .specs-section-detail .title {
        font-size: 22px;
        line-height: 24px;
    }

    .specs-section-detail .specs-section-item h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .specs-section {
        gap: 16px;
    }

    .car-detail-price {
        margin-top: 24px;
    }

    .car-detail-price .detail-price-info {
        margin-bottom: 24px;
    }

    .car-detail-price .detail-price-info .title {
        font-size: 14px;
    }

    .car-detail-price .title {
        font-size: 18px;
        min-width: 160px;
    }

    .car-detail-price .price {
        font-size: 20px;
        line-height: 36px;
    }

    .car-price-selection .cb-filter {
        font-size: 14px;
        line-height: 24px;
    }

    .car-detail-price .btn-dealer-cta {
        font-size: 14px;
        max-width: 228px;
    }

    .price-calculator .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .price-calculator-form .sub-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .price-calculator-form .form-control {
        min-height: 33px;
        font-size: 14px;
    }

    .price-calculator-form .cmn-drp .select-input-cmn {
        min-height: 33px;
        padding-block: 6px;
    }

    .price-calculator-form .cmn-drp .select-input-cmn span {
        font-size: 14px;
    }

    .price-calculator-form .cta-calculator .c-btn {
        padding: 6px 10px;
        font-size: 14px;
    }

    .price-calculator-form .result-item .total-title {
        font-size: 16px;
        line-height: 24px;
    }

    .promotion-tags {
        gap: 10px;
    }

    .location-car .title {
        font-size: 14px;
        line-height: 24px;
    }

    .location-car .city {
        font-size: 14px;
        line-height: 24px;
    }

    .py-32 {
        padding-block: 20px;
    }

    .specification-list .specification-item {
        gap: 10px;
        min-width: 213px;
        padding: 10px;
    }

    .specification-list .specification-item .specs-title {
        font-size: 12px;
        line-height: 16px;
        min-width: 100px;
    }

    .specification-list .specification-item .specs-value {
        font-size: 12px;
        line-height: 20px;
    }

    .features-listing .feature-item {
        font-size: 14px;
        line-height: 22px;
    }

    .previous-listing-card .title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .previous-listing-card .previous-prices .price-title {
        font-size: 16px;
    }

    .previous-listing-card .previous-prices .price {
        font-size: 18px;
        line-height: 24px;
    }

    .previous-listing-card {
        padding: 16px;
    }

    .cta-text a {
        font-size: 14px;
        line-height: 18px;
    }

    .filter-cma-card .keywords-chassis input {
        font-size: 12px;
        line-height: 20px;
    }

    .keyboards-button .key-btn {
        padding: 6px;
        font-size: 14px;
    }

    .filters-searches {
        padding-inline: 6px;
    }

    .cmn-drp .search-input-wrap::after {
        right: 15px;
    }

    .save-search-card .search-filter-saved {
        gap: 6px;
    }

    .mileage {
        max-width: 97px;
    }

    .cmn-drp .select-input-cmn .fa-chevron-up {
        font-size: 12px;
    }

    .status-car-overlay .status-text .title {
        font-size: 24px;
        line-height: 40px;
    }

    .car-details-buttons .ctd.shop {
        max-width: 43.29px;
        padding: 6px;
    }

    .car-details-buttons .ctd {
        padding: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .car-details-buttons .ctd.shop img {
        max-height: 24px;
    }

    .detail-page-card .dealer-prices-search .car-price {
        gap: 4px;
        padding-right: 0px !important;
    }

    .detail-page-card .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
    }

    .detail-page-card .dealer-prices-search {
        gap: 8px;
    }

    .calculator_listing .accordion-button {
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .detail-page-card .dealer-prices-search .car-price .text-pr .port-sel-text {
        max-width: 85px;
    }

    .detail-page-card {
        padding: 16px;
    }

    .filter-cma-card .tags {
        gap: 9px;
    }

    .filter-cma-card .tags.days .cb-filter {
        min-width: 62px;
    }

    .filter-cma-card .action-btns .update-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 8px;
    }

    .filter-cma-card .additional-filters-collapse .selection-checkbox {
        min-width: 107px;
    }

    .filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox label {
        padding: 4px 8px;
        font-size: 12px;
    }

    .additional-filters {
        padding: 11px 13px;
        font-size: 14px;
        line-height: 20px;
    }

    .filter-cma-card .additional-filters-collapse .selection-checkbox {
        font-size: 14px;
        line-height: 22px;
        min-width: 91px;
    }

    .additional-filters .fa-chevron-up {
        font-size: 12px;
    }

    .selection-checkbox {
        grid-template-columns: 50% 25% 25%;
    }

    .mt-33 {
        margin-top: 14px;
    }

    .further-resource-search p {
        font-size: 22px;
        line-height: 24px;
    }

    .further-resource-search .further-resource-lists a {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
        height: auto;
    }

    .section-heading-para {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .recent-auction-card .bid-price .bid-price-title {
        font-size: 14px;
    }

    .recent-auction-card .bid-price .amount {
        font-size: 18px;
    }

    .recent-auction-card .car-name .car-title {
        font-size: 18px;
        line-height: 25px;
    }

    .recent-auction-card .specs {
        font-size: 14px;
        line-height: 23px;
    }

    .recent-auction-card .car-name .fa-heart {
        font-size: 22px;
        height: 20px;
        width: 22px;
    }

    .analytics-card {
        padding: 16px;
    }

    .sales-analytics {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .sales-analytics .analytics-card .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 7.9px;
    }

    .sales-analytics .analytics-card .para {
        font-size: 20px;
        line-height: 24px;
    }

    .popular-categories .category-card img {
        width: 100%;
        height: auto;
        max-width: 60px;
        max-height: 40px;
        margin-bottom: 8px;
    }

    .popular-categories {
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
    }

    .popular-categories .category-card .title {
        font-size: 18px;
        line-height: 24px;
    }

    .popular-categories .category-card .para {
        font-size: 16px;
        line-height: 22px;
    }

    .popular-categories .category-card {
        padding: 14px;
    }

    .satdealer-why-choose {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .satdealer-why-choose .satdealer-why-choose-card .title {
        font-size: 18px;
        line-height: 26px;
    }

    .satdealer-why-choose .satdealer-why-choose-card .para {
        font-size: 16px;
        line-height: 24px;
    }

    .cta-text {
        margin-top: 30px;
    }

    .satdealer-why-choose .satdealer-why-choose-card img {
        width: 100%;
        height: auto;
        max-width: 40px;
        max-height: 50px;
        margin-bottom: 10px;
    }

    .saved-search-sticky .saved-searchs-record {
        font-size: 14px;
    }

    .saved-search-sticky .filter-btn.apply {
        padding: 5px;
        font-size: 14px;
    }

    .auction-sheet-guide .auction-translate {
        margin-block: 16px;
        padding: 6px 10px;
        font-size: 14px;
    }

    .para_auction_report {
        font-size: 16px;
        line-height: 26px;
    }

    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }

    .specs-section-detail .title {
        font-size: 22px;
        line-height: 24px;
    }

    .specs-section-detail .specs-section-item h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .specs-section {
        gap: 16px;
    }

    .car-detail-price {
        margin-top: 24px;
    }

    .car-detail-price .detail-price-info {
        margin-bottom: 24px;
    }

    .car-detail-price .detail-price-info .title {
        font-size: 14px;
    }

    .car-detail-price .title {
        font-size: 20px;
        min-width: 160px;
    }

    .car-detail-price .price {
        font-size: 24px;
        line-height: 42px;
    }

    .car-price-selection .cb-filter {
        font-size: 14px;
        line-height: 24px;
    }

    .car-detail-price .btn-dealer-cta {
        font-size: 14px;
        max-width: 228px;
    }

    .price-calculator .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .price-calculator-form .sub-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .price-calculator-form .form-control {
        min-height: 33px;
        font-size: 14px;
    }

    .price-calculator-form .cmn-drp .select-input-cmn {
        min-height: 33px;
    }

    .price-calculator-form .cmn-drp .select-input-cmn span {
        font-size: 14px;
    }

    .price-calculator-form .cta-calculator .c-btn {
        padding: 6px 10px;
        font-size: 14px;
    }

    .price-calculator-form .result-item .total-title {
        font-size: 16px;
        line-height: 24px;
    }

    .promotion-tags {
        gap: 10px;
    }

    .location-car .title {
        font-size: 14px;
        line-height: 24px;
    }

    .location-car .city {
        font-size: 14px;
        line-height: 24px;
    }

    .py-32 {
        padding-block: 20px;
    }

    .specification-list .specification-item {
        gap: 10px;
        min-width: 213px;
        padding: 10px;
    }

    .specification-list .specification-item .specs-title {
        font-size: 12px;
        line-height: 16px;
        min-width: 100px;
    }

    .specification-list .specification-item .specs-value {
        font-size: 12px;
        line-height: 20px;
    }

    .features-listing .feature-item {
        font-size: 14px;
        line-height: 22px;
    }

    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 12px;
        padding-inline: 8px;
        line-height: normal;
    }

    #auction_report .overall_rating .scale .scale-bars {
        grid-template-columns: repeat(2, 1fr);
    }

    .auction_sheet .sheet .sheet-text {
        font-size: 14px;
        padding-inline: 6px;
    }

    .car-detail-page a {
        padding: 8px 18px;
        font-size: 14px;
    }

    .price-calculator {
        padding: 0px;
    }

    .month-production .mop-input {
        gap: 15px;
    }

    .month-production .mop-input input {
        min-height: 33px;
    }

    .month-production .mop-input .cta-mop {
        padding: 6px 10px;
        max-width: 92px;
        font-size: 14px;
    }

    .auction-sheet-guide .auction-translate {
        margin-block: 16px;
        padding: 6px 10px;
        font-size: 14px;
    }

    .para_auction_report {
        font-size: 16px;
        line-height: 26px;
    }

    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }

    .specs-section-detail .title {
        font-size: 18px;
        line-height: 18px;
    }

    .specs-section-detail .specs-section-item h4 {
        font-size: 12px;
        line-height: 20px;
    }

    .specs-section {
        gap: 12px;
    }

    .car-detail-price {
        margin-top: 10px;
    }

    .car-detail-price .detail-price-info {
        margin-bottom: 20px;
    }

    .car-detail-price .detail-price-info .title {
        font-size: 14px;
    }

    .car-detail-price .title {
        font-size: 18px;
        min-width: 135px;
    }

    .car-detail-price .price {
        font-size: 18px;
        line-height: 32px;
    }

    .car-price-selection .cb-filter {
        font-size: 14px;
        line-height: 24px;
    }

    .car-detail-price .btn-dealer-cta {
        font-size: 14px;
        max-width: 158px;
        line-height: normal;
    }

    .price-calculator .title {
        font-size: 18px;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .price-calculator-form .sub-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .price-calculator-form .form-control {
        min-height: 33px;
        font-size: 14px;
    }

    .price-calculator-form .cmn-drp .select-input-cmn {
        min-height: 33px;
        padding-block: 6px;
    }

    .price-calculator-form .cmn-drp .select-input-cmn span {
        font-size: 14px;
    }

    .price-calculator-form .cta-calculator .c-btn {
        padding: 6px 10px;
        font-size: 14px;
    }

    .price-calculator-form .result-item .total-title {
        font-size: 16px;
        line-height: 24px;
    }

    .promotion-tags {
        gap: 10px;
    }

    .car-details .pr .promotion-tags {
        gap: 10px;
    }

    .car-details .specs-section {
        gap: 10px;
    }

    .location-car .title {
        font-size: 14px;
        line-height: 24px;
    }

    .location-car .city {
        font-size: 14px;
        line-height: 24px;
    }

    .py-32 {
        padding-block: 20px;
    }

    .specification-list .specification-item {
        gap: 10px;
        min-width: 165px;
        padding: 10px 4px;
    }

    .specification-list {
        gap: 6px;
        margin-bottom: 10px;
    }

    .specification-list .specification-item .specs-title {
        font-size: 10px;
        line-height: 12px;
        min-width: 85px;
        gap: 4px;
        max-width: 92px;
    }

    .specification-list .specification-item .specs-value {
        font-size: 10px;
        line-height: 17px;
    }

    .features-listing .feature-item {
        font-size: 14px;
        line-height: 22px;
    }

    .previous-listing-card .title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .previous-listing-card .previous-prices .price-title {
        font-size: 14px;
    }

    .previous-listing-card .previous-prices .price {
        font-size: 18px;
        line-height: 24px;
    }

    .previous-listing-card {
        padding: 16px;
    }

    .cta-text a {
        font-size: 14px;
        line-height: 18px;
    }

    .detail-page-card {
        padding: 16px;
    }

    #auction_report .auction_sheet {
        padding: 16px 6px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .auction_sheet .sheet {
        width: 100%;
    }

    .specification-list.h-44 {
        height: 40px;
    }

    .specification-list.h-60 {
        height: 50px;
    }

    .specification-list .specification-item .specs-title img {
        height: 20px;
        width: 20px;
    }

    .filter-cma-card .keywords-chassis input {
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
    }

    .status-car-overlay .status-text .title {
        font-size: 24px;
        line-height: 40px;
    }

    .car-details-buttons .ctd.shop {
        max-width: 43.29px;
        padding: 6px;
        width: 100%;
        max-width: 100%;
    }

    .car-details-buttons .ctd {
        padding: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .car-details-buttons .ctd.shop img {
        max-height: 24px;
    }

    .detail-page-card .dealer-prices-search .car-price {
        gap: 4px;
        padding-right: 0px !important;
        justify-content: space-between;
        padding-left: 0px !important;
    }

    .detail-page-card .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
        min-width: 121px;
    }

    .detail-page-card .dealer-prices-search {
        gap: 0px;
        flex-wrap: wrap;
    }

    .calculator_listing .accordion-button {
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .detail-page-card .dealer-prices-search .car-price .text-pr .port-sel-text {
        max-width: 85px;
    }

    .detail-page-card {
        padding: 16px;
    }

    .previous-listing-card .previous-prices {
        gap: 4px;
    }

    .previous-prices-details {
        flex-wrap: wrap;
        gap: 10px;
        row-gap: 2px;
    }

    .previous-listing-card .specs-section-detail {
        margin-bottom: 10px;
    }

    .dealer-prices-search .car-price {
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }

    .car-details-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .text-active {
        font-size: 14px;
    }

    .filter-cma-card .tags {
        gap: 9px;
    }

    .filter-cma-card .tags.days .cb-filter {
        min-width: 62px;
    }

    .filter-cma-card .action-btns .update-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 8px;
    }

    .merge-filters .make.cmn-drp .select-input-cmn {
        padding-inline: 0px;
    }

    .merge-filters .model.cmn-drp .select-input-cmn {
        padding-inline: 0px;
    }

    .merge-filters .engine.cmn-drp .select-input-cmn {
        padding-inline: 0px;
    }

    .merge-filters .color.cmn-drp .select-input-cmn {
        padding-inline: 0px;
    }

    .merge-filters .transmission.cmn-drp .select-input-cmn {
        padding-inline: 0px;
    }

    .filter-cma-card .additional-filters-collapse .selection-checkbox {
        min-width: 107px;
    }

    .filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox label {
        padding: 4px 8px;
        font-size: 12px;
    }

    .additional-filters {
        padding: 11px 13px;
        font-size: 14px;
        line-height: 20px;
    }

    .filter-cma-card .additional-filters-collapse .selection-checkbox {
        font-size: 14px;
        line-height: 22px;
        min-width: 122px;
    }

    .additional-filters .fa-chevron-up {
        font-size: 12px;
    }

    .selection-checkbox {
        grid-template-columns: 50% 25% 25%;
    }

    .mt-33 {
        margin-top: 14px;
    }

    .further-resource-search p {
        font-size: 20px;
        line-height: 24px;
    }

    .further-resource-search .further-resource-lists a {
        font-size: 12px;
        line-height: 24px;
    }

    .further-resource-search h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #advance_filter .modal-body {
        padding: 18px;
    }

    #advance_filter .modal-dialog {
        max-width: 700px;
    }

    .cb-filter {
        padding-inline: 16px;
    }

    #advance_filter .modal-body .title {
        font-size: 20px;
    }

    #advance_filter .modal-body .tabs-filter .sub-title {
        font-size: 16px;
    }

    #advance_filter .modal-body .tabs-filter {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .section-heading-para {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .analytics-card {
        padding: 11.38px;
        min-width: 150px;
    }

    .sales-analytics {
        gap: 12px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .sales-analytics .analytics-card .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .sales-analytics .analytics-card .para {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
    }

    .popular-categories .category-card {
        min-width: 127px;
        padding: 13.35px 14px;
    }

    .popular-categories {
        gap: 16px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .popular-categories .category-card img {
        width: 47px;
        height: 33px;
    }

    .popular-categories .category-card .title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
        color: #0c1529;
    }

    .popular-categories .category-card .para {
        font-size: 16px;
        line-height: 24px;
    }

    .satdealer-why-choose {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .satdealer-why-choose .satdealer-why-choose-card {
        padding: 14px;
    }

    .py-32 {
        padding-block: 16px;
    }

    .satdealer-why-choose .satdealer-why-choose-card .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .satdealer-why-choose .satdealer-why-choose-card .para {
        font-size: 16px;
        line-height: 24px;
    }

    .cta-text a {
        font-size: 14px;
    }

    .cta-text {
        margin-top: 20px;
    }

    .filter-search-page {
        gap: 6px;
        padding: 4px;
        margin-bottom: 16px;
    }

    .filter-search-page a {
        padding: 5px 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .pagination-dealer-search {
        justify-content: center;
    }

    .pagination-new a {
        padding: 8px;
    }

    .car-detail-price {
        margin-top: 10px;
    }

    .car-detail-price .btn-dealer-cta {
        padding: 6px;
        gap: 13px;
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .month-production .mop-input {
        gap: 10px;
    }

    .month-production .mop-input .cta-mop {
        padding: 9px;
        max-width: 100px;
        font-size: 14px;
        line-height: 22px;
    }

    .month-production .mop-input input {
        min-height: 42px;
    }

    .month-production {
        margin-bottom: 18px;
    }

    .month-production .title {
        font-weight: 700;
        font-size: 14px;
        color: #353c4d;
        margin-bottom: 10px;
    }

    .para_auction_report {
        font-size: 14px;
        line-height: 20px;
    }

    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }

    #auction_report .overall_rating .scale .scale-bars {
        grid-template-columns: repeat(2, 1fr);
    }

    #auction_report .auction_sheet {
        padding: 10px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .auction_sheet .sheet .sheet-text {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 19px;
    }

    .auction_sheet .sheet {
        width: 100%;
    }

    #auction_report .overall_rating .scale .scale-bars .bar {
        padding-block: 3.74px;
        padding-inline: 8px;
        font-size: 12px;
        line-height: 20px;
    }

    .auction-sheet-guide .auction-translate {
        margin-block: 20px;
        max-width: 180px;
        font-size: 14px;
        line-height: 20px;
    }

    .previous-listing-card {
        padding: 10px;
        margin-bottom: 10px;
    }

    .previous-listing-card .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .specs-section-detail .specs-section-item h4 {
        font-size: 14px;
    }

    .specs-section {
        gap: 12px;
        margin-bottom: 14px;
    }

    .specs-section-detail .specs-section span {
        color: #aeb1b8;
        font-size: 12px;
    }

    .previous-listing-card .specs-section-detail {
        margin-bottom: 12px;
    }

    .previous-listing-card .previous-prices .price-title {
        font-size: 14px;
        line-height: normal;
    }

    .previous-listing-card .previous-prices .price {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
    }

    .features-listing .feature-item {
        min-width: 50%;
        font-size: 14px;
        line-height: 24px;
        padding: 12px;
    }

    .filter-cma-card .keywords-chassis input {
        font-size: 14px;
        line-height: 16px;
        padding: 12px;
    }

    .no-record-found .col-8 {
        width: 100%;
        order: 2;
    }

    .no-record-found .col-4 {
        width: 100%;
        order: 1;
        text-align: center !important;
        margin-bottom: 30px;
    }

    img.norecorddoundimg {
        max-width: 200px;
        height: auto;
    }

    .filter-cma-card .additional-filters-collapse .selection-checkbox {
        font-size: 14px;
        line-height: 24px;
        min-width: 125px;
    }

    .additional-filters {
        background: #f6f6f8;
        padding-block: 7px 10px;
    }

    .filter-cma-card .additional-filters-collapse .wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox label {
        padding: 3px 6px;
        font-size: 12px;
        line-height: 18px;
    }

    .filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox {
        min-width: 0;
    }

    .filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox {
        gap: 4px;
    }

    .status-car-overlay img {
        max-height: 118px;
    }
}

@media screen and (max-width: 450px) {
    .satdealer-why-choose {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .filter-search-page a {
        font-size: 12px;
    }

    .no-record-found .title-recod {
        font-size: 18px;
        line-height: 20px;
    }

    .no-record-found .title-recod-para {
        font-size: 16px;
        line-height: 22px;
    }

    .no-record-found .list-record-nofound {
        font-size: 15px;
        line-height: 22px;
    }

    .status-car-overlay .status-text .title {
        font-size: 24px;
        line-height: 34px;
    }

    .status-car-overlay .status-text span {
        font-size: 23px;
        color: #ffffff;
    }

    .status-car-overlay img {
        max-height: 90px;
    }
}

.md-tablet-view {
    display: block;
}

.md-mobile-view {
    display: none;
}

.only-tablet {
    display: none;
}

.only-mobile {
    display: block;
}

.filters-tablet-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #80808085;
}

.filters-tablet-text .title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
}

.filters-tablet-text .btn-close {
    opacity: 1;
    height: 0.5rem;
    width: 0.5rem;
    background-size: 1rem;
}

.sidebar-cta {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-view-hide {
        display: none;
    }

    .tablet-view {
        display: block;
    }

    .tablet-view-col {
        width: 100%;
    }

    .filter-search-page a {
        padding: 8px 6px;
        font-size: 12px;
        line-height: normal;
    }

    .filter-search-page {
        margin-bottom: 16px;
    }

    .result-car-card .car-details .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .result-car-card .car-details .specs-section-item .spec {
        font-size: 14px;
        line-height: 21px;
    }

    .result-car-card .car-image img {
        max-width: 199px;
        min-width: 199px;
        min-height: 123px;
    }

    .search-car-specification .spec-item .dark-texts {
        font-size: 12px;
        line-height: 18px;
    }

    .result-car-card .car-price-section .car-price-details .price-pr {
        font-size: 16px;
        line-height: 22px;
    }

    .result-car-card .car-price-section .car-price-details .car-price {
        margin-bottom: 14px;
        display: flex;
        justify-content: space-between;
    }

    .result-car-card .lot-number .number {
        font-size: 14px;
    }

    .result-car-card .lot-number .title {
        font-size: 14px;
    }

    .car-detail-btn .cta {
        padding: 12px;
        font-size: 14px;
        line-height: 14px;
        max-width: 150px;
    }

    .location-car-search img {
        width: 23px;
        height: auto;
    }

    .result-car-card .car-price-section .car-price-details .date-pr {
        font-size: 16px;
    }

    .save-search-card {
        padding: 0px;
        border: 0;
        gap: 12px;
    }

    .filter-search-title {
        font-size: 14px;
    }

    .save-search-card .search-filter-header .clear {
        font-size: 14px;
    }

    .save-search-card .search-filter-saved .item {
        padding: 7px;
        min-width: 75px;
        font-size: 12px;
        line-height: 16px;
    }

    .save-search-card .action-btns .filter-btn {
        padding: 6px;
        font-size: 14px;
        line-height: 22px;
    }

    .pagination-dealer-search.center {
        justify-content: center;
    }

    .results-saved {
        font-size: 16px;
    }

    .specs-md-car2 {
        font-size: 16px;
    }

    .specs-maintitle {
        font-size: 16px;
    }

    .mobile-common-sort {
        font-size: 16px;
    }

    .cmn-bottom-sheet .common-btn-drop-close {
        padding: 4px;
    }

    .save-search-m {
        font-size: 16px;
    }

    .specs-md-car {
        font-size: 14px;
        min-width: 81px;
    }

    .specs-mcarprice {
        min-width: 81px;
    }

    .specs-carprice-title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .specs-mcarprice {
        font-size: 14px;
    }

    .only-tablet .mb-cta-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .md-mobile-view {
        display: block;
    }

    .only-tablet {
        display: block;
    }

    .only-mobile {
        display: none;
    }

    .filters-searches::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .filters-searches {
        padding: 0;
        overflow-y: auto;
        height: calc(100vh - 53px);
        background-color: white;
        -ms-overflow-style: none;
        /* IE 10+ */
        scrollbar-width: none;
        margin-top: 10px;
    }

    .sidebar-tablet {
        position: fixed;
        padding: 12px 16px;
        background-color: white;
        top: 0px;
        left: 0px;
        z-index: 555555555;
        max-width: 300px;
        transform: translateX(-250px);
        transition: transform 0.3s ease;
        width: 0;
        border-right: 1px solid #00000030;
    }

    .open-sidebar {
        width: 100%;
        height: 100%;
        transform: translateX(0px);
    }

    .filter-cmn-card {
        background: white;
    }

    .sidebar-cta {
        display: block;
    }

    .dealer-prices-search .car-price .text-pr .port-sel-text {
        max-width: 90px;
    }

    .title-search .fa-bars {
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .filter-search-page a {
        padding: 5px 6px;
        font-size: 10px;
        line-height: 15px;
    }

    .filter-cma-card .additional-filters-collapse #deals_filter .selection-checkbox label {
        font-size: 11px;
    }
}

@media screen and (max-width: 375px) {
    .specs-section-mobile {
        gap: 6px;
    }

    .specs-section-mobile .specs-item-mobile .svalue {
        font-size: 10px;
    }

    .specs-section-mobile .specs-item-mobile {
        padding: 4px 10px;
    }
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

@media screen and (max-width: 991px) {
    .dealer-prices-search .car-price {
        gap: 6px;
    }

    .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
    }

    .tablet-view-hide {
        display: none;
    }

    .tablet-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
}