#car_main_details .cmn-drp {
    max-width: 100%;
    min-width: 0;
    display: block;
}

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

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

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

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

.select-input-cmn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 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%;
    color: #000000;
}

.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-block: 0px;
    overflow-x: auto;
    max-height: 208px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.cmn-drp .dropdown-menu .dropdown-item {
    font-family: "Lato", sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 12px 10px;
}

.cmn-drp .dropdown-menu .dropdown-item:hover {
    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;
}

.btn-new-car-add {
    border: 2px solid #71bff0;
    background-color: none;
    color: #4dafec !important;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.price-title-new-car {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #353c4d;
}

.car-title-new-car {
    margin-top: 16px;
}

.dy-title-secondary {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #5d6370;
    margin-bottom: 6px;
}

.dyn-select {
    border: 1px solid #0000001a;
    border-radius: 6px;
    background-color: #ffffff;
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 12px 14px;
    background-size: 16px 10px;
    min-width: 123px;
    width: 100%;
}

.color-circle-picker-main {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0px 0 24px 0;
}

.color-circle-picker-main .form-check-label {
    cursor: pointer;
}

.color-circle-picker-main .form-check {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    border-radius: 4px;
    padding: 6px 20px;
    border: 1px solid #cbd5e1;
    color: #64748b;
    cursor: pointer;
}

.dy-title {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 14.4px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 12px;
}

.dy-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 12px; */
    row-gap: 12px;
}

.dy-items span {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    border-radius: 4px;
    padding: 6px 20px;
    border: 1px solid #cbd5e1;
    color: #64748b;
    cursor: pointer;
    margin-right: 12px;
}

.selected-item {
    background-color: #2384c1;
    color: #ffffff !important;
    border: 1px solid #2384c1 !important;
}

.color-circle-picker {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    border: 0;
}

.color-circle-picker .inner-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle1 .inner-circle {
    background-color: #7b4b3a;
}

.circle1 .inner-circle:hover {
    background-color: #836054;
}

.circle2 .inner-circle {
    background-color: #2a446a;
}

.circle2 .inner-circle:hover {
    background-color: #516177;
}

.circle3 .inner-circle {
    background-color: #592f6f;
}

.circle3 .inner-circle:hover {
    background-color: #654d72;
}

.circle4 .inner-circle {
    background-color: #2a446a;
}

.circle4 .inner-circle:hover {
    background-color: #424d5f;
}

.circle5 .inner-circle {
    background-color: #592f6f;
}

.circle5 .inner-circle:hover {
    background-color: #654e72;
}

.circle6 .inner-circle {
    background-color: #528f85;
}

.circle6 .inner-circle:hover {
    background-color: #6a8b86;
}

.circle7 .inner-circle {
    background-color: #2a446a;
}

.circle7 .inner-circle:hover {
    background-color: #455061;
}

.circle7 .inner-circle:hover {
    background-color: #313e52;
}

.circle8 .inner-circle {
    background-color: #679659;
}

.circle8 .inner-circle:hover {
    background-color: #728f68;
}

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

.location-flag-texture {
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #0c1529;
}

.car-detail-card-title {
    font-family: Lato;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 36px;
    color: #020408;
}

.new-icom-img {
    width: 24px;
    height: auto;
}

/* 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;
}

.simlar-slider-img {
    object-fit: contain;
}

/* 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;
}

/*  */
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .color-circle-picker-main {
        gap: 10px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .color-circle-picker-main {
        gap: 8px;
    }

    .color-circle-picker {
        width: 40px;
        height: 40px;
    }

    .color-circle-picker .inner-circle {
        width: 30px;
        height: 30px;
    }

    .simlar-slider-img {
        height: 87px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .simlar-slider-img {
        height: 87px;
    }

    .new-car-location-text {
        font-size: 12px;
    }

    .location-flag-texture {
        font-size: 12px;
    }

    .color-circle-picker-main {
        gap: 8x;
        display: flex;
    }

    .color-circle-picker .inner-circle {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .color-circle-picker {
        display: inline-block;
        width: 36px;
        height: 35px;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        border: 0;
    }

    .custom-col-earn {
        width: 100%;
    }

    .custom-col-btn-newcar {
        width: 100%;
    }

    .custom-col-btn-newcar .buttons-car-detail {
        margin-top: 16px;
        flex-direction: row !important;
        gap: 6px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .right-icon-year {
        font-size: 14px;
    }

    .price-yr-usd-hdr {
        font-size: 14px;
    }

    .price-year-detail-hdr {
        font-size: 14px;
    }

    .price-year-hdr {
        font-size: 16px;
    }
}