.re-cmn--heading.mb-3 {
    line-height: 24px;
}
.car-detail-card {
    position: sticky;
    top: 50px;
    padding: 16px 20px;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(47, 43, 67, 0.2);
    max-width: 510px;
}
.bidding--status-end {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.bidding--status-end .time--ended {
    color: #cd3636;
}
.bidding--status-end .result--pending {
    color: #5d6370;
}
.open--car-detail {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    scrollbar-width: thin;
}
.position-car-sticky {
    position: sticky;
    top: 50px;
}
/* car detail card */
.destination--selection {
    display: flex;
    align-items: center;
    gap: 18px;
}
.destination--selection.variants {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.destination--selection .dropdown {
    width: 50%;
}
.order-by {
    display: flex;
    background-color: #fbf2cb;
    padding: 4px 8px;
    margin-block: 14px;
}
.order-by .order-by-text {
    color: #353c4d;
    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-weight: 500;
    text-decoration: underline;
    margin-left: 6px;
}
.price-calculator--filters .selection-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}
.price-calculator--filters .selection-checkbox:last-of-type {
    margin-bottom: 0px;
}
.price-calculator--filters .selection-checkbox .fa-info-circle {
    font-size: 18px;
    cursor: pointer;
}
.price-calculator--filters .selection-checkbox label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.price-calculator--filters .yesno--checks {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: end;
}
.price-calculator--filters .selection-checkbox .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0px;
}
.price-calculator--filters .selection-checkbox .form-check-input {
    margin-bottom: 5px;
}
.car-detail-card .dealer-prices-search {
    display: flex;
    flex-direction: column;
    margin-block: 12px;
}
.car-detail-card .dealer-prices-search .car-price {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-block: 8px;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}
.car-detail-card .dealer-prices-search .car-price .text-pr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #353c4d;
    min-width: 100px;
}
.car-detail-card .dealer-prices-search .car-price .price-pr {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #0c1529;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.car-detail-card .dealer-prices-search .car-price .pric-off-sectin {
    display: flex;
    align-items: center;
    gap: 2px;
}
.car-detail-card
.dealer-prices-search
.car-price
.pric-off-sectin
.dicount-car-price {
    margin-bottom: 0px;
}
.dicount-off-price {
    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-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
    color: #858a94;
    margin-bottom: 0;
}
.detail--action-card {
    display: flex;
    align-items: center;
    gap: 10px;
}
.detail-btn {
    padding: 9px 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background-color: transparent;
    color: #ffffff;
    border-radius: 100px;
    width: 100%;
    cursor: pointer;
}

.detail-btn.buy--now {
    border-color: #2a9fe8;
    background-color: #2a9fe8;
}
.detail-btn.reserve--now {
    border-color: #2384c1;
    background-color: #2384c1;
}
.detail-btn.inquire--now {
    border-color: #154f74;
    background-color: #154f74;
}
.detail-btn[disabled] {
    cursor: not-allowed;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #9e9e9e;
}

/* delivery rates */
.car-detail-card .info_detail_parent {
    margin-top: 16px;
}
.info_detail_parent .accordion-item {
    border: 0px;
}
.info_detail_parent .accordion-button:focus {
    box-shadow: none;
}
.info_detail_parent .accordion-button {
    padding: 7px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background-color: #f6f6f8;
    color: #020408;
}
.info_detail_parent .accordion-body {
    padding: 10px;
}
.info_detail_parent .accordion-body .title-2 {
    font-family: Lato;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #020408;
}
.info_detail_parent .accordion-body table tr:nth-child(even) {
    background-color: #f6f6f8;
}
.info_detail_parent .accordion-body table td {
    padding: 8px 12px;
}
.info_detail_parent .accordion-body .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #353c4d;
    margin-bottom: 12px;
}
.info_detail_parent .accordion-body .para {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #353c4d;
}
.info_detail_parent .accordion-body .hassle-free {
    padding-inline: 8px;
    background-color: #e8fff4;
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #17b26a;
    margin-bottom: 12px;
    display: inline-block;
}
.info_detail_parent .accordion-body .compliance {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #e33b32;
    margin-bottom: 0px;
}
.info_detail_parent .accordion-body .compliance p {
    margin-bottom: 0px;
}
.info_detail_parent .accordion-body .form-check-label {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #101828;
}
.info_detail_parent .accordion-body .t-para {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #858a94;
}
.info_detail_parent .accordion-body .t-para2 {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.info_detail_parent .accordion-button::after {
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.9997%2014.0783L16.9497%209.1283L18.3637%2010.5423L11.9997%2016.9063L5.63574%2010.5423L7.04974%209.1283L11.9997%2014.0783Z%22%20fill%3D%22%23020408%22%2F%3E%3C%2Fsvg%3E");
}
.info_detail_parent .accordion-button.bg-white::after {
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16.0039%2010.3196L7.39691%2018.9266L5.98291%2017.5126L14.5889%208.90564H7.00391V6.90564H18.0039V17.9056H16.0039V10.3196Z%22%20fill%3D%22%23020408%22%2F%3E%3C%2Fsvg%3E");
}
.info_detail_parent .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.9997%2014.0783L16.9497%209.1283L18.3637%2010.5423L11.9997%2016.9063L5.63574%2010.5423L7.04974%209.1283L11.9997%2014.0783Z%22%20fill%3D%22%23020408%22%2F%3E%3C%2Fsvg%3E");
}
.info_detail_parent .delivery-charges-rates {
    overflow-y: auto;
    max-height: 306px;
}
.info_detail_parent .table-search-field input {
    border: none;
    outline: none;
    flex-grow: 1;
}
.info_detail_parent .table-search-field {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 13px;
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #858a94;
    border: 1px solid #858a94;
    border-radius: 4px;
}
/* delivery rates */
/* deals */
.deals--views {
    display: flex;
    align-items: center;
    gap: 37px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.deals-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.deals-items label {
    border: 1px solid;
    border-color: inherit;
    background-color: transparent;
    padding: 4px 10px;
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 37px;
}
.deals-items label[type="satpoint"] {
    background-color: #ffdfc2;
    color: #ad5200;
}
.deals-items label[type="newyearsale"] {
    background-color: #ffd3d1;
    color: #cd3636;
}
.deals-items label[type="premiumcars"] {
    background-color: #fbf2cb;
    color: #c8811a;
}

.deals-items label[type="clearancediscount"] {
    background-color: #b2ffc0;
    color: #10ab2b;
}

.deals-items label[type="discountedvehicle"] {
    background-color: #b8dff7;
    color: #1c6a9b;
}

.deals-items label[type="discountedvehicle"] {
    background-color: #b8dff7;
    color: #1c6a9b;
}
.deals-items label[type="auctionedcars"] {
    background-color: #ddf9ff;
    color: #34a9c3;
}

.deals-items label[type="thirdpartyseller"] {
    background-color: #ffeaf8;
    color: #be4596;
}
.deals-items label[type="chilestock"] {
    background-color: #f0eaff;
    color: #d72b1f;
}
.deals-items label[type="ukstock"] {
    background-color: #ffedf9;
    color: #c8102e;
}
.deals-items label[type="auction"] {
    background-color: #f0dbff;
    color: #612192;
}
/* deals */

.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: 169px;
    padding-block: 5px;
    padding-inline: 14px;
    width: max-content;
}
.text-active {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #353c4d;
    display: flex;
    align-items: center;
    gap: 5px;
}
/* info bar */
.car-title--specs .info-bar {
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: fit-content;
    margin-top: 10px;
}
.car-title--specs .info-bar .dots {
    color: #aeb1b8;
    font-size: 12px;
}

.car-title--specs .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0c1529;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.car-title--specs .info-item svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #0f172a;
    stroke-width: 1.8;
}
/* info bar */
.imp-info .info_detail_parent .accordion-button {
    font-size: 18px;
    padding: 12px;
}
/* order flow */
.orderflow--steps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
}

.orderflow--step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.orderflow--step .icon {
    width: 48px;
    height: 48px;
    background: #f3f8ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f9ff;
}

.orderflow--step .icon img {
    width: 24px;
    height: 24px;
}

.orderflow--step .text {
    display: flex;
    flex-direction: column;
}

.orderflow--step .step-number {
    font-size: 14px;
    color: #5d6370;
    margin-bottom: 4px;
}

.orderflow--step .text strong {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
/* order flow */
/* Payment methods */
.payment-methods {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 49px;
}

.payment-method {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.payment-method__icon {
    width: 48px;
    height: 48px;
    background-color: #f3f9ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method__icon img {
    width: 24px;
    height: 24px;
}

.payment-method__label {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
/* Payment methods */
.about-car-detail {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #5d6370;
    margin-bottom: 0px;
}
/* further car resources */
.grid_5_s {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    row-gap: 0px;
}

.further-resource-search .further-resource-lists a {
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: var(--color-blue-50);
    border-radius: 0px !important;
    border: none !important;
}
.further--title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.012em;
    color: #aeb1b8;
    margin-bottom: 18px;
}
/* further car resources */
/* features */
.features--car-detail {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}
.features--car-detail .item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding: 8px 10px;
    flex: 0 1 153px;
}
/* features */
/* specification */
.specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.spec-item img {
    object-fit: contain;
}

.spec-item .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
    color: #202020;
}

.spec-item .value {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #858a94;
}
/* specification */
/* auction */
.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;
}
/* auction */
/* links redirection */
.link--redirection {
    display: flex;
    align-items: center;
}
.link-redirection {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;
    flex-grow: 1;
    color: #0c1529;
}
.link-redirection:first-of-type {
    margin-right: 50px;
}
.link-redirection:nth-of-type(2) {
    margin-right: 50px;
}
.link-redirection .main-icon1 {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/assets/images/new-icon/cardetailpage.png) 0 0/24px no-repeat;
    background-position: 0px -72px;
}
.link-redirection .main-icon2 {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/assets/images/new-icon/cardetailpage.png) 0 0/24px no-repeat;
    background-position: 0px -24px;
}
.link-redirection .main-icon3 {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/assets/images/new-icon/cardetailpage.png) 0 0/24px no-repeat;
    background-position: 0px -168px;
}
.link-redirection .sub-icon {
    background: url(/assets/images/new-icon/cardetailpage.png) 0 0/24px no-repeat;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 0px -120px;
}
.link-redirection:hover {
    color: #2384c1;
}
.link-redirection:hover .main-icon3 {
    background-position: 0px -144px;
}
.link-redirection:hover .main-icon2 {
    background-position: 0px -0px;
}
.link-redirection:hover .main-icon1 {
    background-position: 0px -48px;
}
.link-redirection:hover .sub-icon {
    background-position: 0px -96px;
}
/* end link redirection */
/* customer reviews */
.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 32px;
    max-width: 758px;
    border: 1px solid #98a2b3;
}

.review-card .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
}

.review-card .rating-block {
    display: flex;
    align-items: end;
    gap: 8px;
    margin-bottom: 13px;
}
.stars-reviews {
    display: flex;
    align-items: center;
    gap: 11px;
}
.review-card .rating {
    font-size: 48px;
    line-height: normal;
    font-weight: 400;
    color: #101828;
}

.review-card .out-of {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 4px;
}

.review-card .stars {
    color: #154f74;
    font-size: 22px;
    letter-spacing: 2px;
}

.review-card .based-on {
    font-size: 14px;
    line-height: 20px;
    color: #4a5565;
}

.review-card .review-btn {
    background: #fff;
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 100px;
    width: 100%;
    max-width: 181px;
    cursor: pointer;
    transition: background 0.2s;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.review-card .review-btn:hover {
    background: #f3f4f6;
}

.review-card .metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px;
}

.review-card .metric {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-card .label {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #0c1529;
}

.review-card .bar {
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.review-card .fill {
    height: 100%;
    background: #154f74;
    border-radius: 999px;
}
.customer--remarks label {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}
.total--cars {
    display: flex;
    align-items: center;
    margin-block: 20px;
}
.cars--tobuy {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 28px;
    margin-left: 28px;
}
.action--inde {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: #f1f5f9;
    font-size: 18px;
    color: #2f2b43;
}
.bidding--filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0c1529;
    padding-block: 6px;
    padding: 6px 12px;
    background-color: #f6f6f8;
    margin-bottom: 10px;
}
.bidding--dropdown .title {
    color: #0c1529 !important;
}
.bidding--filters .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bidding--filters i {
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    color: #131313;
    transform: rotate(180deg);
}
.bidding--filters[aria-expanded="true"] i {
    transform: rotate(0deg);
}
/* add to cart */
.addto--cart label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    border: 2px solid #1c6a9b;
    padding: 6px;
    border-radius: 7px;
}
.addto--cart label::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("/assets/images/new-icon/dealer/shopping-cart-add-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* when checked */
.addto--cart input:checked + label::before {
    background-image: url("/assets/images/new-icon/dealer/shopping-cart-check-02.svg");
}
.addto--cart .btn-check:checked + .btn,
.addto--cart .btn.active,
.addto--cart .btn.show,
.addto--cart .btn:first-child:active,
.addto--cart :not(.btn-check) + .btn:active {
    border-color: #17b26a;
}
.addto--cart .btn:hover {
    border-color: #1c6a9b;
}
/* add to cart */
/* place bid */
.bid-card {
    border: 1px solid #aeb1b8;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    margin-top: 16px;
}

.bid-header {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 3px;
}

.bid-input {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bid-card .currency {
    margin-right: 4px;
}

.bid-input input {
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
}

.bid-card input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    transition: background 0.3s ease-in-out;
}

/* Chrome, Safari, Opera, Edge */
.bid-card input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 2px solid #1e6ea8;
    cursor: pointer;
}

/* Firefox */
.bid-card input[type="range"]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    border: 2px solid #1e6ea8;
    cursor: pointer;
}
.bid-breakdown {
    padding-top: 8px;
}

.bid-line {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #020408;
}

.bid-total {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cac8d4;
    margin-top: 2px;
    padding-top: 12px;
    font-weight: 700;
    font-size: 16px;
}
/* place bid */
.location-car-search {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}
.location-car-search .title-c {
    color: #858a94;
}
.location-car-search img {
    padding: 2.41px;
    background-color: #ededf1;
}
.location-car-search .city {
    color: #000;
}
/* whatsapp */
.whatsapp-selection {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 600;
}
.whatsapp-selection .icon-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #22d143;
    color: white;
    border-radius: 50%;
    padding: 10px;
    height: 55px;
    width: 55px;
}
.whatsapp-selection .fa-whatsapp {
    font-size: 30px;
    padding: 3.89px;
}
/* whatsapp */
/* Call */
.call-selection {
    position: fixed;
    right: 28px;
    bottom: 94px;
    z-index: 700;
}
.call-selection .icon-call {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    color: #2a9fe8;
    border-radius: 50%;
    border: 2px solid #2a9fe8;
    padding: 10px;
    height: 55px;
    width: 55px;
}
.call-selection .fa-phone-alt {
    font-size: 28px;
    padding: 14px;
}
/* Call */
/* Additional price year order  */
.price-year-header-setion {
    border-radius: 4px 4px 0 0;
    background-color: #475569;
    display: flex;
    justify-content: space-between;
    height: 46px;
    padding: 10px;
    align-items: center;
}

.price-year-hdr {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #ffffff;
    padding-right: 21px;
    margin-bottom: 0;
}

.price-year-detail-stion {
    border: 1px solid #cbd5e1;
    /* height: 48px; */
    border-radius: 4px;
    padding: 13px 10px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-year-detail-hdr {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #64748b;
    margin-bottom: 0px;
    max-width: calc(100% - 100px);
}

.price-yr-usd-hdr {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #1e293b;
    margin-bottom: 0px;
}

.right-icon-year {
    color: #2384c1;
    font-size: 16px;
}
/* link btn */
.link-btn {
    font-size: 16px;
    color: #5d6370;
    padding-block: 10px;
    font-weight: 600;
    line-height: 16px;
}

/* slider */
.auction--range-slider {
    max-width: 90%;
    margin: auto;
    position: relative;
    font-family: Arial, sans-serif;
    margin-top: 65px;
}

/* VALUE BUBBLE */
.auction--range-slider .value-bubble {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #dbeafe;
    padding: 6px 16px;
    border-radius: 28px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #000000;
}
.auction--range-slider .value-bubble::before {
    position: absolute;
    bottom: -8px;
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 8px;
    border-right-width: 8px;
    border-top: 8px solid #d1edff;
}

/* SLIDER TRACK */
.auction--range-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    outline: none;

    background: linear-gradient(
        to right,
        #c0392b 0%,
        #e67e22 25%,
        #f1c40f 50%,
        #27ae60 75%,
        #1e8449 100%
    );
}

/* SLIDER THUMB (WEBKIT) */
.auction--range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: #f1c40f;
    border: 3px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -3px;
    box-shadow: 0 0 0 3px rgba(241, 196, 15, 0.4);
}

/* SLIDER THUMB (FIREFOX) */
.auction--range-slider input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background: #f1c40f;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/* LABELS CONTAINER */
.auction--range-slider .labels {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

/* EACH LABEL BLOCK */
.auction--range-slider .labels div {
    width: 20%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* STATUS COLORS */
.auction--range-slider .low {
    color: #c0392b;
}
.auction--range-slider .fair {
    color: #e67e22;
}
.auction--range-slider .suggested {
    color: #f1c40f;
}
.auction--range-slider .strategic {
    color: #27ae60;
}
.auction--range-slider .premium {
    color: #1e8449;
}

/* VALUE UNDER LABEL */
.auction--range-slider .labels span {
    display: block;
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #101828;
}

/* make model price */
.grid--template-5 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0px;
}
.grid--template-5 .grid--template-item {
    flex: 0 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2a9fe8;
}
/* accordians features*/
.features_specs .accordion-item:first-of-type {
    border-top: 1px solid #d8d8d8 !important;
    border-bottom: 1px solid #d8d8d8 !important;
}
.features_specs .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none;
    background-color: transparent;
}
.features_specs .accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.9993%2013.1719L16.9493%208.22192L18.3633%209.63592L11.9993%2015.9999L5.63528%209.63592L7.04928%208.22192L11.9993%2013.1719Z%22%20fill%3D%22%23060B15%22%2F%3E%3C%2Fsvg%3E");
    background-size: 1.5rem;
}
.features_specs .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.features_specs .accordion-button {
    padding: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #060b15;
    padding-left: 0px;
}
.features_specs .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.features_specs .accordion-collapse {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #060b15;
}
.features_specs .model_para_overview {
    margin-bottom: 0px;
}
/* accordians */
/* thank-you */
.thank--you-card {
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 24px;
}
.user--information {
    border-bottom: 1px solid #dddcdc;
    padding-bottom: 12px;
}
.user--information .user--name {
    display: flex;
    align-items: center;
    gap: 4px;
}
.user--information .user--name .para {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
.user--information .text--para {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    margin-block: 4px 0;
}
.buychange--specs {
    padding-block: 20px;
    border-bottom: 1px solid #dddcdc;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buychange--specs .car--specs {
    display: flex;
    gap: 12px;
}

.buychange--specs .select--car-img {
    border-radius: 12px;
}

.buychange--specs .specs-section {
    display: flex;
    gap: 21px;
}
.buychange--specs .specs-section-item h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #858a94;
}

.buychange--specs .specs-section-item h4.clr-black-80 {
    color: #0c1529;
}

.buychange--specs .specs-section span {
    font-size: 12px;
    align-self: center;
    color: var(--color-black-20s);
}
.buychange--specs .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1c6a9b;
    margin-bottom: 10px;
}
.thank--you-card .sat-btn {
    padding: 15px 22px;
    font-weight: 700;
    font-size: 16px;
}

.thank--you-card .sat-btn i {
    font-size: 12px;
}

.invoice--summary {
    display: flex;
    padding-top: 20px;
}
.invoice--summary .item {
    flex: 0 1 50%;
}
.invoice--item {
    max-width: 514px;
}
.invoice--item .title {
    font-weight: 700;
    font-size: 17.25px;
    line-height: 25.87px;
    color: #0c1529;
    margin-bottom: 16px;
}
.invoice--detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    max-width: 497px;
    padding: 12px 16px;
    border: 1px solid #bebebe;
    border-radius: 6px;
}
.invoice--detail .invoice--desc .title-inovice {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #040404;
    margin-bottom: 6px;
}
.invoice--detail .invoice--desc .text-invoice {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5d6370;
    margin-bottom: 0px;
}
.invoice--detail .download--invoice {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-blue-60);
    cursor: pointer;
}
.item.first {
    min-width: 61%;
    padding-right: 10px;
}
.item .para--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5d6370;
    margin-bottom: 0px;
}
.item .para--text .time {
    color: #cd3636;
    cursor: pointer;
}
.item .para--text .proof {
    color: #1c6a9b;
    cursor: pointer;
}
.order--summary {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #0c1529;
    margin-bottom: 16px;
}
.order--summary-card {
    border-radius: 12px;
    padding: 18px 22px;
    background-color: #fafbfc;
    max-width: 486px;
}
.order--summary-card .item--summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.order--separator {
    margin-bottom: 12px;
    border-bottom: 1px solid #aeb1b89a;
}
.order--summary-card .item--summary .item--title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24.24px;
    color: #353c4d;
    padding-right: 4px;
}
.order--summary-card .item--summary .item--value {
    font-weight: 500;
    font-size: 18px;
    line-height: 27.62px;
    color: #020408;
    max-width: 320px;
}
.order--summary-card .item--summary .item--value.total {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0c1529;
}
.order--summary-card .item--summary .status {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.order--summary-card .item--summary .status.success {
    color: #2f7657;
}

.order--summary-card .item--summary .status.warning {
    color: #c8811a;
}

.bank--info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    color: #353c4d;
}
.bank--info-table th {
    font-weight: 700;
    font-size: 18px;
    line-height: 25.87px;
}
.bank--info-table td {
    font-weight: 500;
    font-size: 16px;
    line-height: 27.62px;
    vertical-align: top;
}
.order--summary-card .bidding--filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0c1529;
    padding-block: 6px;
    border-bottom: 1px solid #d0d5dd;
    background-color: transparent;
    padding-left: 0px;
}
.order--summary-card .specs-section {
    display: flex;
    gap: 21px;
    padding-inline: 6px 12px;
    padding-bottom: 12px;
}
.order--summary-card .specs-section span {
    font-size: 8px;
    align-self: center;
    color: var(--color-black-20s);
}
.order--summary-card .specs-section-item h4 {
    font-family: var(--font-family-Lato);
    font-size: 12px;
    font-weight: 400;
    line-height: 18.28px;
}
.action--trackorder {
    display: flex;
    align-items: center;
    justify-content: end;
}
/* thank-you */
#upload_proofimage .modal-dialog {
    max-width: 50rem;
}

#upload_proofimage .modal-body {
    padding: 3.1875rem 1.5rem;
}

#upload_proofimage .modal-content {
    border-radius: 0.75rem;
}

#user_uploaded_image {
    max-height: 250px;
    object-fit: contain;
}

.action-buttons-imgupload {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.action-buttons-imgupload button:last-of-type {
    background-color: #2384c1;
    border: 0.0625rem solid #2384c1;
    color: #ffffff;
}

.action-buttons-imgupload button:first-of-type {
    background-color: #ffffff;
    border: 0.0625rem solid #2384c1;
    color: #2384c1;
}

.action-buttons-imgupload button {
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: -0.01em;
    border-radius: 0.25rem;
    max-width: 10rem;
    width: 100%;
    min-height: 2.25rem;
}

.action-buttons-imgupload button[disabled] {
    background-color: #ededf1;
    color: #ced0d4;
    border: 0.0625rem solid #ededf1;
}

.drag-over {
    border: 0.125rem dashed #007bff;
    background-color: #f8f9fa;
}

.upload_img img {
    object-fit: contain;
}

.upload_img {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #eaecf0;
    box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(16, 24, 40, 0.05);
    padding: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload_para {
    color: #0368a0;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: 0.25rem;
    margin-top: 0.75rem;
}

.upload_para span {
    color: #475467;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 768px) {
    .metrics {
        grid-template-columns: 1fr;
    }
}
/* customer reviews */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .orderflow--steps {
        gap: 16px;
    }
    .payment-methods {
        gap: 25px;
    }
    .orderflow--step .icon {
        width: 45px;
        height: 45px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .re-cmn--heading {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .deals--views {
        gap: 10px;
    }
    .pb-32 {
        padding-bottom: 22px;
    }
    .py-32 {
        padding-block: 22px;
    }
    .specs-grid {
        gap: 15px;
    }
    .spec-item .value {
        font-size: 14px;
    }
    .orderflow--steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
    .orderflow--step {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .payment-methods {
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .payment-method {
        flex-direction: column;
    }
    .orderflow--step .icon {
        width: 45px;
        height: 45px;
    }
    .payment-method__icon {
        width: 45px;
        height: 45px;
    }
    .further--title {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .further-resource-search .further-resource-lists a {
        font-size: 16px;
    }
    .about-car-detail {
        font-size: 18px;
        line-height: 38px;
    }
    .car-detail-card {
        padding: 16px;
    }
    .detail-btn {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .price-calculator--filters .selection-checkbox label {
        font-size: 14px;
    }
    .car-detail-card .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
        line-height: 24px;
    }
    /* auction */
    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 14px;
    }
    .auction_sheet .sheet .sheet-text {
        font-size: 14px;
    }
    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }
    /* auction */
    .link-redirection {
        font-size: 14px;
    }
    .addto--cart label {
        min-height: 42px;
        min-width: 42px;
    }
    .grid--template-5 .grid--template-item {
        font-size: 16px;
        line-height: 24px;
        padding: 6px;
    }
    .order--summary-card .item--summary .item--value {
        font-size: 16px;
        line-height: 24px;
        max-width: 185px;
    }
    .order--summary-card .item--summary .status {
        font-size: 16px;
        line-height: 24px;
    }
    .order--summary {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .order--summary-card .item--summary .item--value.total {
        font-size: 20px;
        line-height: 24px;
    }

    .invoice--detail .download--invoice {
        font-size: 14px;
    }

    .buychange--specs .sat-btn {
        padding: 13px;
        font-size: 14px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
    .re-cmn--heading {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .deals--views {
        gap: 10px;
    }
    .pb-32 {
        padding-bottom: 22px;
    }
    .py-32 {
        padding-block: 22px;
    }
    .specs-grid {
        gap: 15px;
    }
    .spec-item .value {
        font-size: 14px;
    }
    .orderflow--steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
    .orderflow--step {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .payment-methods {
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .payment-method {
        flex-direction: column;
    }
    .orderflow--step .icon {
        width: 45px;
        height: 45px;
    }
    .payment-method__icon {
        width: 45px;
        height: 45px;
    }
    .further--title {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .further-resource-search .further-resource-lists a {
        font-size: 16px;
    }
    .about-car-detail {
        font-size: 18px;
        line-height: 38px;
    }
    .car-detail-card {
        padding: 16px;
    }
    .detail-btn {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .price-calculator--filters .selection-checkbox label {
        font-size: 14px;
    }
    .car-detail-card .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
        line-height: 24px;
    }
    .imp-info .info_detail_parent .accordion-button {
        font-size: 16px;
    }
    .info_detail_parent .accordion-body .title {
        font-size: 16px;
    }
    .info_detail_parent .accordion-body .para {
        font-size: 16px;
        line-height: 26px;
    }
    /* auction */
    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 14px;
    }
    .auction_sheet .sheet .sheet-text {
        font-size: 14px;
    }
    #auction_report .overall_rating .rating span {
        font-size: 14px;
    }
    /* auction */
    .link-redirection {
        font-size: 14px;
    }
    .link-redirection .main-icon1 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px
        no-repeat;
        background-position: 1px -60px;
    }
    .link-redirection .sub-icon {
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px
        no-repeat;
        width: 20px;
        height: 20px;
        background-position: 0px -100px;
    }
    .link-redirection .main-icon2 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px
        no-repeat;
        background-position: 0px -19px;
    }
    .link-redirection .main-icon3 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px
        no-repeat;
        background-position: 0px -140px;
    }
    .addto--cart label {
        min-height: 38px;
        min-width: 38px;
    }
    .addto--cart label::before {
        width: 22px;
        height: 22px;
    }
    .auction--range-slider .labels div {
        font-size: 14px;
        line-height: 20px;
    }
    .auction--range-slider .labels span {
        font-size: 14px;
        line-height: 20px;
    }
    .auction--range-slider {
        max-width: 100%;
        margin-top: 65px;
    }
    .sale--statistics-slider {
        font-size: 14px;
        padding: 8px !important;
    }
    .sale--statistics-slider img {
        height: 18px;
        width: 18px;
    }
    .grid--template-5 .grid--template-item {
        font-size: 16px;
        line-height: 24px;
        padding: 6px;
    }
    .buychange--specs .title {
        font-size: 18px;
        line-height: 24px;
    }
    .buychange--specs .specs-section-item h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .order--summary-card .item--summary .item--value {
        font-size: 16px;
        line-height: 24px;
        max-width: 185px;
    }
    .order--summary-card .item--summary .status {
        font-size: 16px;
        line-height: 24px;
    }
    .order--summary {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .order--summary-card .item--summary .item--value.total {
        font-size: 20px;
        line-height: 24px;
    }

    .invoice--detail .download--invoice {
        font-size: 14px;
    }

    .buychange--specs .sat-btn {
        padding: 13px;
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .col-sm-6s {
        width: 50%;
    }
    .re-cmn--heading {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .deals--views {
        gap: 10px;
    }
    .pb-32 {
        padding-bottom: 22px;
    }
    .py-32 {
        padding-block: 22px;
    }
    .spec-item .value {
        font-size: 14px;
    }
    .payment-methods {
        gap: 16px;
    }
    .orderflow--steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .orderflow--step {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .payment-methods {
        gap: 16px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .payment-method {
        flex-direction: column;
    }
    .orderflow--step .icon {
        width: 45px;
        height: 45px;
    }
    .payment-method__icon {
        width: 45px;
        height: 45px;
    }
    .further--title {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .further-resource-search .further-resource-lists a {
        font-size: 16px;
    }
    .about-car-detail {
        font-size: 16px;
        line-height: 30px;
    }
    .car-detail-card {
        padding: 16px;
    }
    .detail-btn {
        padding: 8px;
        font-size: 13px;
        line-height: 20px;
    }
    .price-calculator--filters .selection-checkbox label {
        font-size: 14px;
    }
    .car-detail-card .dealer-prices-search .car-price .price-pr {
        font-size: 16px;
        line-height: 24px;
    }
    .imp-info .info_detail_parent .accordion-button {
        font-size: 14px;
    }
    .info_detail_parent .accordion-body .title {
        font-size: 16px;
    }
    .info_detail_parent .accordion-body .para {
        font-size: 16px;
        line-height: 26px;
    }
    .specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .car-title--specs .info-bar {
        gap: 11px;
        flex-wrap: wrap;
    }
    .car-title--specs .info-item {
        font-size: 14px;
    }
    .grid_5_s {
        grid-template-columns: repeat(4, 1fr);
    }
    .position-car-sticky {
        position: relative;
        top: unset;
    }
    /* auction */
    #auction_report .overall_rating .scale .scale-bars .bar {
        font-size: 13px;
    }
    .auction_sheet .sheet .sheet-text {
        font-size: 14px;
    }
    #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 7px;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .auction_sheet .sheet {
        width: 100%;
    }
    /* auction */
    .link-redirection:first-of-type {
        margin-right: 12px;
    }
    .link--redirection {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .link-redirection {
        font-size: 14px;
    }
    .link-redirection .main-icon1 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px
        no-repeat;
        background-position: 1px -60px;
    }
    .link-redirection .sub-icon {
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px
        no-repeat;
        width: 20px;
        height: 20px;
        background-position: 0px -100px;
    }
    .link-redirection .main-icon2 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px
        no-repeat;
        background-position: 0px -19px;
    }
    .link-redirection .main-icon3 {
        width: 20px;
        height: 20px;
        background: url(/assets/images/new-icon/cardetailpage.png) 0 0/20px
        no-repeat;
        background-position: 0px -140px;
    }
    .para_auction_report {
        font-size: 16px;
    }
    .addto--cart label {
        min-height: 38px;
        min-width: 38px;
    }
    .addto--cart label::before {
        width: 22px;
        height: 22px;
    }
    .bidding--status-end {
        font-size: 14px;
        line-height: 18px;
        gap: 8px;
    }
    .link-btn {
        font-size: 14px;
    }
    .price-year-detail-hdr {
        font-size: 14px;
    }
    .price-year-hdr {
        font-size: 16px;
    }
    .auction--range-slider .labels div {
        font-size: 12px;
        line-height: 18px;
    }
    .auction--range-slider .labels span {
        font-size: 12px;
        line-height: 18px;
    }
    .auction--range-slider {
        max-width: 100%;
        margin-top: 65px;
    }
    .sale--statistics-slider {
        font-size: 14px;
        padding: 8px !important;
    }
    .sale--statistics-slider img {
        height: 18px;
        width: 18px;
    }
    .grid--template-5 .grid--template-item {
        font-size: 16px;
        line-height: 24px;
        padding: 6px;
    }
    .buychange--specs .title {
        font-size: 18px;
        line-height: 24px;
    }
    .buychange--specs .specs-section-item h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .order--summary-card .item--summary .item--value {
        font-size: 16px;
        line-height: 24px;
        max-width: 270px;
    }
    .order--summary-card .item--summary .status {
        font-size: 16px;
        line-height: 24px;
    }
    .order--summary {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .order--summary-card .item--summary .item--value.total {
        font-size: 20px;
        line-height: 24px;
    }

    .invoice--detail .download--invoice {
        font-size: 14px;
    }

    .buychange--specs .sat-btn {
        padding: 6px 10px;
        font-size: 14px;
    }
    .invoice--summary {
        flex-wrap: wrap;
        gap: 10px;
    }

    .invoice--summary .item {
        flex: 0 1 100%;
    }

    .item.first {
        min-width: 10%;
        width: 100%;
        padding-right: 0px;
    }

    .invoice--item {
        max-width: 100%;
    }

    .invoice--detail {
        max-width: 100%;
    }

    .order--summary-card {
        max-width: 100%;
    }

    .buychange--specs .car--specs {
        display: flex;
        gap: 12px;
        width: 100%;
    }

    .buychange--specs {
        gap: 10px;
    }

    .action--trackorder {
        flex-grow: 1;
    }

    .bank--info-table th {
        font-size: 16px;
        line-height: 24px;
    }
    .bank--info-table td {
        font-size: 14px;
        line-height: 26px;
    }
    .invoice--item .title {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .buychange--specs .title {
        font-size: 16px;
        line-height: 24px;
    }

    .user--information .user--name .para {
        font-size: 16px;
    }

    .user--information .text--para {
        font-size: 14px;
        line-height: 24px;
    }
    .order--summary-card .item--summary .item--title {
        font-size: 14px;
        line-height: 24px;
    }
    .buychange--specs .specs-section-item h4 {
        font-size: 12px;
        line-height: 22px;
    }
    .order--summary-card .item--summary .item--value {
        font-size: 14px;
        line-height: 24px;
        max-width: 270px;
    }
    .order--summary-card .item--summary .status {
        font-size: 14px;
        line-height: 24px;
    }
    .order--summary {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .order--summary-card .item--summary .item--value.total {
        font-size: 18px;
        line-height: 24px;
    }

    .invoice--detail .download--invoice {
        font-size: 14px;
    }

    .buychange--specs .sat-btn {
        padding: 6px 10px;
        font-size: 14px;
    }
    .invoice--summary {
        flex-wrap: wrap;
        gap: 10px;
    }

    .invoice--summary .item {
        flex: 0 1 100%;
    }

    .item.first {
        min-width: 10%;
        width: 100%;
        padding-right: 0px;
    }

    .invoice--item {
        max-width: 100%;
    }

    .invoice--detail {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }

    .order--summary-card {
        max-width: 100%;
    }

    .buychange--specs .car--specs {
        display: flex;
        gap: 12px;
        width: 100%;
    }

    .buychange--specs {
        gap: 10px;
    }

    .action--trackorder {
        flex-grow: 1;
    }

    .bank--info-table th {
        font-size: 14px;
        line-height: 24px;
    }
    .bank--info-table td {
        font-size: 14px;
        line-height: 26px;
    }
    .invoice--item .title {
        font-size: 14px;
        line-height: 24px;
    }

    .thank--you-card {
        padding: 14px;
    }

    .order--summary-card .item--summary {
        padding-block: 16px;
    }

    .order--summary-card {
        padding: 16px;
        background-color: #fafbfc;
        max-width: 486px;
    }
    .buychange--specs .specs-section {
        flex-wrap: wrap;
        gap: 8px;
    }

    .buychange--specs .specs-section span {
        font-size: 10px;
    }

    .item .para--text {
        font-size: 14px;
        line-height: 24px;
    }
}
