#product_details_page {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 40px;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
    border-top: 1px solid #ccc;
    background: #f5f5f582;
}

.product_main_cover {
    width: 100%;
    position: relative;
    float: left;
}

.vehicle_dtl_thum {
    width: 100%;
    position: relative;
    float: left;
}

.sticky_rsbar {
    position: sticky;
    top: 98px;
}
.pro_dtl_head .mdl_name_yr {
    width: 100%;
    display: flex;
    gap: 12px;
    padding-bottom: 12px;
}
.pro_dtl_head .mdl_name_yr .cbifs_mdl_cr {
    display: flex;
    gap: 5px;
}
.cbifs_mdl_cr img {
    width: 20px;
    height: 20px;
}

.inner_futured_dtl ul {
    display: flex;
    gap: 30px;
    padding-top: 10px;
}

.inner_futured_dtl li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.inner_futured_dtl li img {
    width: 16px;
    height: 16px;
}

.ftd_cnt_dtl li {
    display: block;
    padding: 4px 0px;
}

.ftd_cnt_dtl li a {
    color: #01a3e6;
    padding: 4px 0px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.product_dtl_prc {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px 30px;
}

h4.emi_mntly_pr_dtl {
    font-size: 26px;
    font-weight: 600;
    color: #14a8e5;
}

.offer_price_dtl {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.offer_price_dtl h4 {
    background: #c5ffc5;
    color: green;
    border-radius: 4px;
    padding: 6px;
}

.offer_price_dtl h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.book_free_test_drv {
    width: 100%;
}

.book_free_test_drv a {
    border-radius: 6px;
    background: #14a8e5;
    border: 1px solid #14a8e5;
    padding: 10px 15px;
    font-size: 17px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: center;
}

.book_free_test_drv a:hover {
    background: #fff;
    color: #14a8e5;
    border: 1px solid #14a8e5;
}

.pr_un_btn2 {
    text-align: right;
}

a.elig_undr_price {
    font-weight: 600;
}

.prod_box_txt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding-top: 40px;
    padding-bottom: 50px;
    /* position: fixed;
    top: 198px; */
}

.pro_dtl_head h2 {
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #14a8e5;
    margin-top: 0;
    padding-bottom: 20px;
}

.wishlist_book_free {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wishlist_btn i.fa.fa-heart {
    color: black;
    font-size: 20px;
    cursor: pointer;
}

.wishlist_btn i.fa.fa-heart:hover {
    color: #01a3e6;
}

.product_dtl_box {
    margin-bottom: 40px;
}

.know_car_box {
    background: #ebf9ff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 40px;
    border: 1px solid #aae6ff;
}

.know_car {
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.know_car h2 {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    color: #000;
    font-weight: 600;
    margin-top: 0;
}

.top_rs_ssf {
    padding: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #8fdeff;
    border: 1px solid #8fdeff;
}

.trs_left {
    width: 100px;
}

.trs_left img {
    width: 100%;
    object-fit: cover;
}

.know_car_cont .row .col-lg-4 {
    width: 30%;
    /*padding-left: 5px;*/
}

.kbox_group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.kdb_icon {
    width: 26px;
}

.kdb_icon img {
    width: 100%;
    object-fit: cover;
}

.kdb_txt h4 {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
}

.know_dtl_box {
    margin-top: 40px;
}

.top_features_head h2 {
    font-weight: 600;
    margin-top: 0;
}

.art_pro_dtl_pic img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.buy_confidence_head {
    padding-bottom: 20px;
}

.buy_confidence_head h2 {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #000;
}

.buy_confidence_box {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#still_cant_decide {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    background: #efefef;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.cbifs_our_car_card .owl-nav {
    display: none;
}

.still_cant_decide_cars_ttl h2 {
    font-weight: 600;
}

.still_cant_decide_cars_ttl p {
    font-size: 16px;
    color: #000;
}

.trs_right h4 {
    font-size: 18px;
    font-family: 'Oswald';
    color: #000;
}

.trs_right p {
    font-size: 16px;
    color: #000;
}

h4.warranty_ttl {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.iInspection_rpt_txt h2 {
    font-family: 'Oswald';
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.warranty_car p {
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
    color: #000;
}

.inspection_report_box {
    width: 100%;
    position: relative;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.insp_icon_group {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    background: #01a3e60d;
    border-radius: 20px;
}

.ins_smi {
    width: 60px;
    background: #e3f7ff;
    border-radius: 16px;
    padding: 6px;
    border: 1px solid #8edeff;
}

.insp_ico_itm h4 {
    font-size: 17px;
    color: #14a8e5;
}

.ins_smi img {
    width: 100%;
    object-fit: cover;
}

.insp_ico_itm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    text-align: center;
}

.insp_repo_cover {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
}

.iInsp_rpt_cnten {
    padding-top: 40px;
}

.imperf_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f58a;
    padding: 20px;
    border-radius: 6px;
    margin: 10px 0px;
}

.ificon {
    display: flex;
    gap: 10px;
}

.ificon img {
    width: 30px;
}

.iInspection_rpt_txt {
    padding-bottom: 40px;
}

.imper_no_grp {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.imper_no {
    width: 30px;
    height: 30px;
    background: #f8e3e3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* cursor: pointer; */
    font-size: 17px;
    color: #eb5757;
}

.imper_no:hover {
    width: 30px;
    background: #eb5757;
    color: #f8e3e3;
}

.imper_next {
    transform: rotate(-90deg);
    cursor: pointer;
}

.imper_next img {
    width: 100%;
    object-fit: cover;
}

.repain_parts .imper_no {
    width: 30px;
    height: 30px;
    background: #cae7ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    color: #0c72c6;
}

.repain_parts .imper_no:hover {
    width: 30px;
    background: #0c72c6;
    color: #cae7ff;
}

.perfect_parts .imper_no {
    width: 30px;
    height: 30px;
    background: #e6fff2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    color: #008000;
}

.perfect_parts .imper_no:hover {

    background: #008000;
    color: #e6fff2;
}

.tyres_life .imper_no {
    width: 30px;
    height: 30px;
    background: #dbdbdb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    color: #000000;
}

.tyres_life .imper_no:hover {
    background: #000;
    color: #e6fff2;
}

.modal-dialog.modal-dialog-centered.prd_dialog {
    max-width: 100%;
    /* width: 820px; */
    width: 60%;
    margin: 0px auto;
}

.modal-content.prd_modal_content {
    width: 100%;
    height: 630px;
}

h4.produ_text {
    font-size: 26px;
    color: #01a3e6;
    margin: 0;
}

.pp_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.expart_group {
    display: flex;
    padding-top: 6px;
    align-items: center;
    justify-content: space-between;
}

.expart_group_dtl {
    display: flex;
    padding-top: 6px;
    align-items: center;
    gap: 60px;
}

.exp_item_one {
    width: 150px;
}

.exp_item_one img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.exp_item_two {
    width: 200px;
    padding-left: 30px;
}

.exp_item_two img {
    width: 100%;
    object-fit: cover;
}

li.insp_tab_btn.active a {
    border: none;
    background: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
}

.nav-tabs>li.active>a:focus {
    background: none;
}

.insp_tab_btn a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #01a3e6;
}

.pp_tab_lft_all {
    border-right: 1px solid #ccc;
    height: 535px;
}

.pp_tab_lft_all li a {
    font-size: 16px;
    font-weight: 500;
    color: #272727;
}

.modal-dialog .prd_dialog {
    margin: 0px auto;
}

ul.nav.nav-tabs.nav_ntab {
    padding: 0px 0px;
    display: grid;
    border: none;
}


.exteriors_box {
    height: 535px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tyres-life-remaining_box h4,
.electricals_interior_box H4,
.perfect_parts_box h4,
.repainted_box h4,
.exteriors_box h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #01a3e6;
}

.ext_prts {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.ext_prts p {
    color: #000;
    font-size: 14px;
}

/* .expart_group li {
    list-style: none;
    line-height: 30px;
} */
.prfect_dtl {
    height: 535px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pret_parts li {
    list-style: none;
    line-height: 30px;
}

.tyres_life_remain {
    display: flex;
    gap: 30px;
}

.tyres_life_remain li {
    list-style: none;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.prd_modal_header button.close {
    outline: none;
}

/* ============================ */
.product_dtl_box {
    width: 100%;
    position: relative;
    float: left;
}

.product_dtl_box .slick-list {
    width: 100%;
    float: left;
}

.bnr-vehicle-item {
    background-image: url(../images/cars/car_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: cover; */
    background-size: 100% 100%;
    height: 620px;
    border-radius: 20px;

}

.product_dtl_box ul.slick-dots {
    display: none !important;
}

.filters {
    padding: 0;
}

.filters li {
    display: inline-block;
    margin: 0 5px;
}

.filters button {
    border-radious: 0px;
    border: 1px #ccc solid;
    cursor: pointer;
}

.filters li button {
    font-size: 18px;
    padding: 5px;
}

.slick-prev::before,
.slick-next::before {
    color: black;
}

.product_dtl_box .slide-item {
    width: 100%;
}

.product_dtl_box .slide-item img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 20px;
}

.product_dtl_box .slick-prev {
    left: 20px;
    width: 40px;
    height: 40px;
    z-index: 999;
}

.product_dtl_box .slick-next {
    right: 40px;
    width: 40px;
    height: 40px;
}

.product_dtl_box .slick-prev:before,
.slick-next:before {
    font-size: 36px;
    color: #01a3e6;
}

.vehicle_dtl_thum button.filter.btn-overview {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    /* background: url(../images/cars/car_audi.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    padding: 0;
    border: 2px solid transparent;
    position: relative;
    outline: none;
    border-radius: 6px;

}

.vehicle_dtl_thum_fig {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    height: 100px;

}

.vehicle_dtl_thum_fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicle_dtl_thum .filters li:hover button.filter.btn-overview {
    border: 2px solid #01a3e6;
    background-color: #bcebff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.vehicle_dtl_thum .filters li:focus button.filter.btn-overview {
    border: 2px solid #01a3e6;
    background-color: #bcebff;
}

.vehicle_dtl_thum .filters li:hover button.filter.btn-overview::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(21.05%, rgba(70, 81, 102, .2)), color-stop(82.5%, #01a3e6));
    background: linear-gradient(180deg, rgba(70, 81, 102, .2) 21.05%, #01a3e6 82.5%);
    border-radius: 10px;
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.vehicle_dtl_thum_fig {
    width: 100%;
}

.vehicle_dtl_thum_fig img {
    width: 100%;
}

.vehicle_dtl_thum .filters {
    padding: 0;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.vehicle_dtl_thum h6 {
    font-size: 12px;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;

}

.vehicle_dtl_thum .filters li {
    width: 160px;
    overflow: hidden;
    border-radius: 6px;
    margin: 0;
}

.vehicle_dtl_thum .filters li:hover h6 {
    background: rgba(0, 0, 0, 0);
}

.vehicle_dtl_thum .filters li.current button.filter.btn-overview {
    border: 2px solid #01a3e6;
    background-color: #bcebff;
}

.vehicle_dtl_thum .filters li.current h6 {
    background: rgba(0, 0, 0, 0.75);
    height: auto;
    align-items: flex-end;
    padding: 2px 2px;
    top: unset;
    bottom: 0;
}

.point {
    /* position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%,-50%);*/
    width: 100%;
    display: flex;
    gap: 6px;
}

.round {
    transform: rotate(-80deg);
    transition: all 1s ease-in-out;

    /* SVG */
    fill: none;
    stroke: #009fff;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 0 999;
}

.pret_parts_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}

#cbifs_compare_sect {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    /* background: #14a8e5; */
    margin: 60px 0 20px;
    z-index: 0;
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1880px) {
    .book_free_test_drv a {
        padding: 10px 180px;
    }

    .trs_left {
        width: 90px;
    }

    .trs_right p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1780px) {
    .book_free_test_drv a {
        padding: 10px 165px;
    }

    #cbifs_compare_sect {
        margin: 0px 0 20px;
    }

    .top_rs_ssf {
        gap: 10px;
    }

    .vehicle_dtl_thum .filters li {
        width: 140px;
    }

}

@media only screen and (max-width: 1680px) {
    .book_free_test_drv a {
        padding: 10px 142px;
    }

    .offer_price_dtl h3 {
        font-size: 22px;
    }

    h4.emi_mntly_pr_dtl {
        font-size: 22px;
    }

    #product_details_page {
        padding-top: 20px;
    }

    .vehicle_dtl_thum .filters li {
        width: 120px;
    }
}

@media only screen and (max-width: 1550px) {
    .book_free_test_drv a {
        padding: 10px 122px;
        font-size: 16px;
    }

    .trs_right h4 {
        font-size: 16px;
    }

    .trs_right p {
        font-size: 14px;
    }

    .Imperf_cnt {
        padding-right: 20px;
    }

    .imper_no_grp {
        width: 100px;
    }

    .product_dtl_box .slide-item img {
        height: 520px;
    }

    .bnr-vehicle-item {
        height: 520px;
    }

    .vehicle_dtl_thum .filters li {
        width: 110px;
    }
}

@media only screen and (max-width: 1440px) {
    #product_details_page {
        padding-left: 30px;
        padding-right: 30px
    }

    .product_dtl_box {
        margin-bottom: 30px;
    }

    .know_car_box {
        margin-top: 30px;
    }

    .book_free_test_drv a {
        padding: 10px 110px;
    }

    .pro_dtl_head h2 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .know_car h2 {
        font-size: 28px;
    }

    /* .product_dtl_prc {
        margin: 40px 0px 40px;
    } */
    .prod_box_txt {
        width: 100%;
        position: relative;
        float: left;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .inner_futured_dtl ul {
        gap: 16px;
    }

    h4.emi_mntly_pr_dtl {
        font-size: 20px;
    }

    .offer_price_dtl h3 {
        font-size: 20px;
    }

    .offer_price_dtl h4 {
        padding: 5px;
        font-size: 14px;
    }

    .ftd_cnt_dtl li a {
        font-size: 14px;
    }

    .iInspection_rpt_txt h2 {
        font-size: 28px;
    }

    .buy_confidence_head h2 {
        font-size: 28px;
    }

    h4.warranty_ttl {
        font-size: 18px;
    }

    .warranty_car p {
        font-size: 16px;
        line-height: 24px;
    }
    #cbifs_compare_sect {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media only screen and (max-width: 1366px) {
    .product_dtl_prc {
        margin: 30px 0px 30px;
    }

    .book_free_test_drv a {
        padding: 10px 102px;
    }

    .pro_dtl_head h2 {
        padding-bottom: 10px;
    }

    .inner_futured_dtl ul {
        gap: 10px;
    }

    .pro_dtl_head h2 {
        padding-bottom: 20px;
    }

    .offer_price_dtl h3 {
        font-size: 20px;
    }

    h4.emi_mntly_pr_dtl {
        font-size: 18px;
    }

    .offer_price_dtl h4 {
        width: 80px;
    }

    .mnty_emi_dtl {
        width: 45%;
    }

    .total_price_dtl {
        width: 55%;
    }

    /* .pr_un_btn2 a {
        font-size: 14px;
    } */
    .pr_un_btn1 {
        font-size: 14px;
    }

    .ftd_cnt_dtl {
        width: 335px;
    }

    .pr_un_btn1 p.dwn_pymnt {
        width: 165px;
    }

    .bnr-vehicle-item {
        height: 486px;
    }

    .product_dtl_box .slide-item img {
        height: 486px;
    }
}

@media only screen and (max-width: 1280px) {

    /* .row .cbifs_cr_ovw  .col-md-8 {
        width: 60% !important;
        max-width: 100% !important;
    }
    .row .cbifs_cr_ovw .col-md-4 {
        width: 40% !important;
        max-width: 100% !important;
    } */
    .bnr-vehicle-item {
        height: 452px;
    }

    .product_dtl_box .slide-item img {
        height: 452px;
    }

    .product_dtl_prc {
        margin: 20px 0px 20px;
    }

    /* .pro_dtl_head h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .know_car h2 {
        font-size: 24px;
    }
    .iInspection_rpt_txt h2 {
        font-size: 24px;
    }
    .buy_confidence_head h2 {
        font-size: 24px;
    } */
    .book_free_test_drv a {
        padding: 8px 82px;
    }

    .product_dtl_box .slick-prev:before,
    .slick-next:before {
        font-size: 30px;
    }

    .product_dtl_box .slick-prev {
        left: 5px;
    }

    .product_dtl_box .slick-next {
        right: 10px
    }

    h4.emi_mntly_pr_dtl {
        font-size: 16px;
    }

    .offer_price_dtl h3 {
        font-size: 18px;
    }

    .prod_box_txt {
        padding-left: 12px;
        padding-right: 12px;
    }

}

@media only screen and (max-width: 1150px) {
    #product_details_page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pro_dtl_head h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .know_car h2 {
        font-size: 24px;
    }

    .iInspection_rpt_txt h2 {
        font-size: 24px;
    }

    .iInspection_rpt_txt {
        padding-bottom: 20px;
    }

    .book_free_test_drv a {
        padding: 8px 78px;
    }

    .ftd_cnt_dtl {
        width: 100%;
    }

    .mnty_emi_dtl {
        width: 50%;
    }

    .total_price_dtl {
        width: 50%;
    }

    .pr_un_btn1 p.dwn_pymnt {
        width: 100%;
        font-size: 13px;
    }

    .offer_price_dtl h4 {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 10px 2px;
    }

    .product_dtl_prc {
        margin: 0px 0px 20px;
    }

    .ftd_cnt_dtl li {
        padding: 0px 0px;
    }

    .iInsp_rpt_cnten {
        padding-top: 20px;
    }

    .insp_icon_group {
        padding: 16px 0px;
    }

    .insp_ico_itm h4 {
        font-size: 15px;
    }

    .bnr-vehicle-item {
        height: 428px;
    }

    .product_dtl_box .slide-item img {
        height: 428px;
    }

    .buy_confidence_head h2 {
        font-size: 24px;
    }

    .insp_repo_cover {
        padding: 10px;
    }

    .imperf_box {
        padding: 12px;
    }
    .modal-dialog.modal-dialog-centered.prd_dialog {
        width: 70%;
    }
}

@media only screen and (max-width: 1080px) {
    .product_dtl_box .slide-item img {
        height: 380px;
    }

    .bnr-vehicle-item {
        height: 380px;
    }

    .book_free_test_drv a {
        padding: 6px 70px;
    }

    .pro_dtl_head h2 {
        font-size: 22px;
        padding-bottom: 0px;
    }

    .prod_box_txt {
        padding-top: 18px;
        padding-bottom: 22px;
    }

    a.elig_undr_price {
        font-size: 12px;
    }

    .warranty_car p {
        font-size: 14px;
        line-height: inherit;
    }

    h4.warranty_ttl {
        font-size: 16px;
    }

    .ificon h4 {
        font-size: 16px;
    }

}

@media only screen and (max-width: 1024px) {
    .book_free_test_drv a {
        padding: 4px 66px;
    }

    .pro_dtl_head h2 {
        font-size: 20px;
    }

    .know_car h2 {
        font-size: 20px;
    }

    .iInspection_rpt_txt h2 {
        font-size: 20px;
    }

    .buy_confidence_head h2 {
        font-size: 20px;
    }

    .kbox_group {
        gap: 4px;
        margin-bottom: 12px;
    }

    .know_car_cont .row .col-lg-4 {
        width: 30%;
        padding-left: 10px;
    }
    .cbifs_compare_section .recently_added_cars_ttl h2 {
        font-size: 20px;
    }
    .modal-dialog.modal-dialog-centered.prd_dialog {
        width: 80%;
    }
    .item_one {
        width: 140px;
    }
    .exp_item_two {
        width: 160px;
        padding-left: 30px;
    }
    h4.produ_text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .cbifs_cr_ovw .col-lg-8.col-md-8.col-sm-12 {
        max-width: 100%;
        width: 100%;
    }

    .col-lg-4.col-md-4.col-sm-12.sticky_rsbar {
        width: 100%;
        max-width: 100%;

    }

    .sticky_rsbar {
        position: relative;
        top: 0;
    }

    .product_details_card {
        display: flex;
        flex-direction: column-reverse;
    }

    .cbifs_wrapper.product_details_card {
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .top_rs_ssf {
        flex-direction: column;
        align-items: center;
    }

    .trs_left {
        width: 65px;
    }
    .trs_right {
        text-align: center;
    }
    .warranty_car {
        padding: 20px 0px;
    }
    .buy_confidence_head {
        padding-bottom: 0px;
    }
    .pp_tab_lft_all .nav>li>a {
        padding: 4px 0px;
    }
    .pp_tab_lft_all {
        height: auto;
        border: none;
    }
    .exteriors_box {
        height: 400px;
    }
    .prfect_dtl {
        height: 400px;
    }
    .pp_tab_rgt_all {
        border-radius: 10px;
        padding: 10px;
        border: 1px solid #01a3e66e;
    }
}

@media only screen and (max-width: 767px) {
    .top_rs_ssf {
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .trs_right {
        text-align: left;
    }
    .trs_left {
        width: 50px;
    }
    .know_dtl_box {
        margin-top: 20px;
    }
    #product_details_page {
        padding-bottom: 0px;
    }
    .know_car_cont .row .col-lg-4 {
        width: 100%;
    }
    #product_details_page {
        padding-left: 0px;
        padding-right: 0px;
    }
    #cbifs_compare_sect {
        padding-left: 15px;
        padding-right: 15px;
    }
    #cbifs_compare_sect {
        margin: 0px 0 0px;
    }
    .imper_no_grp {
        width: 30%;
    }
    .Imperf_cnt {
        width: 70%;
    }
    h4.produ_text {
        font-size: 22px;
    }
    .exp_item_two {
        width: 100px;
        padding-left: 10px;
    }
    .exp_item_one {
        width: 100px;
    }
    .pp_tab_lft .nav>li>a {
        position: relative;
        display: block;
        padding: 8px 4px;
    }
    .modal-dialog.modal-dialog-centered.prd_dialog {
        width: 90%;
        margin: 0px auto;
    }
    .expart_group_dtl {
        gap: 22px;
    }
    .pp_tab_lft_all li a {
        font-size: 15px;
    }
    .modal-content.prd_modal_content {
        height: auto;
    }
 
}

@media only screen and (max-width: 600px) {
    .product_dtl_box .slide-item img {
        height: 330px;
    }
    .bnr-vehicle-item {
        height: 330px;
    }
    .insp_icon_group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 12px 0px;
    }
    .insp_ico_itm {
        width: 100%;
        padding: 10px 0px;
    }
    .know_dtl_box .row .col-sm-3 {
        flex: 0 0 50%;
        max-width: 100%;
    }
    .kdb_icon {
        width: 30px;
    }
    .buy_confidence_box {
        margin-top: 15px;
    }
    .inspection_report_box {
        padding-top: 0px;
    }
    .imperf_box {
        margin: 0px 0px;
    }
    li.insp_tab_btn a {
        font-size: 14px;
        padding: 4px 4px;
        
    }
    .ext_prts {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .expart_group {
        width: 100%;
        padding-bottom: 30px;
    }

}

@media only screen and (max-width: 520px) {
    .know_car {
        padding-bottom: 15px;
        padding-top: 0px;
    }
    .know_car_box {
        margin-top: 0px;
    }
    .buy_confidence_head {
        padding-bottom: 0px;
    }
    .inspection_report_box {
        padding-bottom: 0;
    }
    .product_dtl_box .slide-item img {
        height: 265px;
    }
    .bnr-vehicle-item {
        height: 265px;
    }
    .modal-dialog.modal-dialog-centered.prd_dialog {
        width: 95%;
    }
    .imperf_box {
        padding: 10px 0px;
    }
    .know_car_box {
        padding: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .product_dtl_box .slide-item img {
        height: 220px;
    }
    .bnr-vehicle-item {
        height: 220px;
    }
    .vehicle_dtl_thum .filters {
        gap: 2px;
    }
    .imperf_box {
        padding: 4px;
    }
    .offer_price_dtl h4 {
        font-size: 12px;
    }
    .wishlist_book_free {
        flex-direction: column;
        gap: 8px;
    }
    .book_free_test_drv a {
        padding: 4px 15px;
    }
    .modal-body.bdy_prd_dtlpp {
        padding: 4px;
    }
    
}

@media only screen and (max-width: 360px) {}