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

a {
    cursor: pointer;
    text-decoration: none;
    color: #0a58ca;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}
body:has(.menu_open) {
    overflow: hidden;
}

html{
    scroll-behavior: auto;
    scroll-padding-top: 200px;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
  	font-size-adjust: 0.5;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.3px;
    line-height:normal;
    overflow-anchor: none;
}

#searchInputhead {
    scroll-margin-top: 150px;
}
body{
    margin-top:0 !important;
}

.color{
color: #0E8196;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}

:focus-visible {
    outline: none;
}


header {
    box-shadow: 0 0px 10px #0000002b;
    position: relative;
}

header.sticky {
    /*position: fixed;*/
    position:sticky;
    top: 0;
    width: 100%;
    /*transition: all 0.5s ease;*/
    /*animation: smoothScroll 0.5s forwards;*/
    z-index: 99;
    background-color: #fff;
}
h4 center{
    font-size:16px;
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 9999;
    /*background-image: url("https://cars4.democheck.in/assets/images/hyp-loading.gif");*/
    background-image: url("https://cars4.democheck.in/assets/images/hyp-loading-white.gif");
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 150px 170px;*/
}

.loader img {
    display: block;
}

.section_margin {
    margin: 0 0 3rem 0;
}

.bradecrums {
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.bradecrums a {
    color: #000;
    text-decoration: none;
}

.bradecrums span {
    color: #0e8196;
}


.header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    animation: smoothScroll 0.5s forwards;
    z-index: 99;
    background-color: #fff;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0px);
    }
}
.review_menu_img a {
	display:block;
}
.review_menu_img img {
	max-width: 60px;
}
.faqs_list {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d0d0d0;
    margin: 0 0 20px 0;
}

.faqs_list:last-child {
    border-bottom: none;
}

.faqs_list .que {
    font-weight: 500;
}

.accordion-item {
    border-radius: 0;
    background-color: #f8f8f8;
    border: none;
    border-bottom: 1px solid #b4b4b4;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
}

.accordion-button {
    background-color: #f8f8f8;
    padding: 10px;
}

.accordion-body {
    padding: 10px ;
}

.accordion-body b {
    color: #108196;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #108196;
    font-weight: 700;
    background-color: #f8f8f8;
    box-shadow: none;
    border-bottom: 1px solid;
}

.accordion {
    background-color: #f8f8f8;
}

.question_Box {
    margin: 0 0 15px 0;
}

.question_Box .que {
    font-weight: 500;
    padding: 0 0 6px 0;
    font-size: 16px;
}
.question_Box .que span{
    font-weight:400;
}
#keySpec_section .question_Box {
    margin: 0;
}

#keySpec_section .question_Box .que {
    padding: 10px 0;
    border-bottom: 1px dashed #aeaeae;
}


/* SLICK SLIDER START */

.slick-arrow {
    z-index: 1;
}

.slick-next {
    right: 12px !important;
}

.slick-prev {
    left: 0
}

button.slick-disabled {
    opacity: 0;
    cursor: auto !important;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.slick-next,
.slick-prev {
    display: inline-block;
    top: 40% !important;
}

.slick-next:before,
.slick-prev:before {
    content: '' !important;
    font-size: 0px !important;
    line-height: 1;
    opacity: 1;
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: contain;
    background-image: url("../images/slider_arrow.png");
    display: block;
}

.slick-next:before {
    transform: rotate(180deg);
}


/* SLICK SLIDER END */


/* .middle_box {
    margin: 80px 0 0 0;
} */

.top_box {
    position: relative;
}

.logo {
    float: left;
    width: 120px;
    cursor: pointer;
}

.logo a {
    display: inline-block;
}

.container-inner {
    padding: 15px 70px 15px;
}

.container-inner_btn {
    padding: 15px 70px;
}
#overview_section .container-inner {
    padding: 0px 70px 0px;
}

.headerbox {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#searchResults li .active,
#searchResultshead li .active{
    background-color: #d0e2e6;
    color: #000;
}
.search_box input {
    outline: 0;
    border: 0;
    background-color: #efefef;
    padding: 0 8px;
    font-size: 15px;
    line-height: 0;
}

button.search_icon {
    padding: 6px;
    border: 0;
    outline: 0;
}

.banner_bg {
    position: relative;
}

.banner_bg .banner_img {
    /* background-image: url("../images/banner_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 170px 0; */
    height: auto;
    /* height: 100%; */
    width: 100%;
}

.banner_bg .banner_img img {
    /* height: 100%; */
    height: auto;
    width: 100%;
    object-fit: cover;
}

.used_car_index .banner_bg .banner_img img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.banner_img .mobile_view {
    display: none !important;
}

.banner_img .desktop_view {
    display: block !important;
    width:100%;
}

.banner_heading {
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    margin: 0 0 3px 0;
}

.banner_contentBox {
    position: absolute;
    top: 32%;
    transform: translate(0%, -50%);
    width: 100%;
    color: #FFF;
}
.used_car_index .banner_contentBox{
	color:#000;
}
.banner_bg .banner_content {
    font-weight: 400;
    font-size: 25px;
}

.banner_content {
    font-weight: 400;
}

.box-color {
    background-color: #f8f8f8;
    /* box-shadow: 3px 3px 5px #e7e7e7; */
}
.owl-carousel-homeBanner .owl-nav {
    display: flex;
    justify-content: center;
}
.owl-carousel-homeBanner .owl-nav div {
    background-image: url("../images/slider_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    font-size: 0;
    width: 60px;
    height: 60px;
    background-color: transparent !important;
}
.owl-carousel-homeBanner .owl-nav .owl-next {
    transform: rotateY(180deg);
}

.heading26_black {
    font-weight: 700;
    font-size: 26px;
    color: #000;
    margin: 0 0 15px 0;
    line-height: normal;
	padding:0 0 5px 0;
}
.car_details_car_heading {
	font-size: 26px;
	margin:0;
}

.heading20_black {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
    color: #000;
}

.heading26_black.d-flex.justify-content-between.align-items-center {
    border-bottom: 1px solid #b4b4b4 !important;
}

.tabbingBox .heading20_black {
    margin: 5px 0 0;
}
.heading35_red {
    font-weight: 700;
    font-size: 35px;
    margin: 30px 0 25px 0;
    color: #0E8196;
    line-height: 38px;
}

.categories_list_mainbox {
    padding: 0px 40px 0px 40px;
}

.used_car_details_page .categories_list_mainbox {
    padding: 0px 15px;
}

.categories_list {
    background-color: #fff;
    font-size: 13px;
    max-width: 100%;
    box-shadow: 0 1px 4px #ccc;
    margin: 0 0 5px 0;
}

.categories_list .img_mainbox {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    height: 170px;
    width: 100%;
}
.alternative_slider .categories_list .img_mainbox{
     height: 140px;   
}

.categories_list .img_mainbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	aspect-ratio: 16 / 9;
}

.categories_content {
    padding: 15px;
    background-color: #f2f2f2;
    color: #000;
}

.cate_heading {
    font-size: 16px;
    font-weight: 700;
    padding: 0px 0 5px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cate_heading a{
    font-size: 16px;
    font-weight: 700;
    padding: 0px 0 5px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enginecapacity {
    font-weight: 500;
    padding:0 0 5px 0;
    font-size: 16px;
    color: #000;
}

.cate_price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.brand_icon {
    width: 40px;
    height: 30px;
    margin: auto 0 auto auto;
}
.used_car_index .brand_icon {
    width: 50px;
    height: 50px;
    margin: auto 0 auto auto;
}
.used_car_index .brand_listing .brand_mainBox {
	margin:0;
}
.used_car_index .brand_listing {
    max-height: 100px;
    overflow: hidden;
}
.buy-used-car .brand_listing {
    max-height: 100px;
    overflow: hidden;
}
.brand_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand_listing,
.topbrand_listing {
    max-height: 100px;
    overflow: hidden;
}

.brand_listing.expanded,
.topbrand_listing.expanded {
    max-height: none;
    overflow: visible;
}

.faq_list {
    /*max-height: 155px;*/
    /*overflow: hidden;*/
}

.faq_list.expanded {
    /*max-height: none;*/
    /*overflow: visible;*/
}
.faq_section .container-inner_btn{
    display:none;
}
.cate_desc {
    padding: 0 0 5px 0;
    text-transform: lowercase;
    min-height: 45px;
}

.cate_desc::first-letter {
    text-transform: capitalize;
}

.cate_check_btn {
    font-size: 14px;
    font-weight: 500;
    color: #ff4603;
    text-align: center;
    border: 1px solid #ff4603;
    line-height: normal;
    padding: 7px 20px;
    text-decoration: none;
    transition-duration: 0.6s;
    margin: 10px auto 0px auto;
    cursor: pointer;
    display: inline-block;
}

.cate_check_btn:hover {
    box-shadow: 0 2px 6px #ccc;
	color: #ff4603;
}

.viewall_btn {
    font-size: 16px;
    color: #0d6efd;
    line-height: normal;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.viewall_btn:hover {
    color: #0a58ca;
}

.slider_box {
    position: relative;
    padding: 25px 0 0 0;
}
.compare_rightBox .slider_box {
    position: relative;
    padding: 0px 0 0 0;
}
.carDetails.slider_box {
    padding: 0;
}

.slider_box .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    transform: translate(0%, -50%);
    top: 50%;
    z-index: -1;
}

.slider_box .owl-carousel-one .owl-nav {
    z-index: 1;
}

.slider_box .owl-carousel .owl-nav div {
    float: left;
    background-image: url("../images/slider_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    font-size: 0;
    width: 60px;
    height: 60px;
    margin: 0 0 0 -40px;
    background-color: transparent !important;
	color: transparent;
}

.slider_box .owl-carousel .owl-nav .owl-next {
    transform: rotateY(180deg);
    float: right;
    margin: 0 -40px 0 0;
}


/* HOME-TABBING-START */

.custom-tabs {
    border-bottom: 2px solid #b4b4b4 !important;
    margin: 0 0 25px 0;
}

.custom-tabs button {
    border: 0;
    background: none;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    padding: 10px 0px 12px 0px;
    position: relative;
    margin: 0 40px 0 0;
    color: #000;
}

.custom-tabs .active {
    color: #108196;
}

.custom-tabs button::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #108196;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 0;
    transition-duration: 0.3s;
}

.custom-tabs .active::after {
    width: 100%;
}

.custom-tabs button:hover::after {
    width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: #108196;
}

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


/* HOME-TABBING-END */

.brand_mainBox {
    display: flex;
    flex-wrap: wrap;
}

.brands_list {
    width: 100px;
    height: 90px;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px 15px 0;
}


.brands_list img {
    max-height: 70px;
    max-width: 70%;
    width: auto;
    height: auto;
    object-fit: contain;
}


/* -------MENU-START----- */

.menu_box {
    float: left;
    width: auto;
    padding: 0 0 0 30px;
}

.menu_box ul {
    float: left;
    width: 100%;
    margin: 22px 0 0 0;
    padding: 0;
}

.submenu_list {
    float: left;
    display: flex;
    flex-direction: column;
    width: 18%;
}

.menu_box li {
    float: left;
    width: auto;
    padding: 0 40px;
    margin: 0;
    list-style-type: none;
}

.menu_box li .main_menu {
    color: #000;
    text-decoration: none;
    padding: 5px 0px 35px 0px;
    transition-duration: 0.3s;
    line-height: normal;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-transform:uppercase
}

.menu_box li .main_menu::before {
    width: 2px;
    height: 18px;
    background-color: #fea180;
    margin: 0;
    position: absolute;
    right: -40px;
    content: "";
}

.menu_box li.last_link .main_menu::before {
    display: none;
}

.menu_box li .megamenu_box .main_menu::before {
    display: none;
}
.menu_box .submenu.active {
    border-bottom: 3px solid #fea180;
    /* background-image: linear-gradient(0deg, #fea18078, #fea18033, transparent); */
}
.used-car-menu{
    position: relative;
}
.newshinytag {
    font-weight: 500;
    position: relative;
    line-height: normal;
    top: -2px;
    right: -3px;
    padding: 3px 8px;
    border-radius: 10px;
    /*background: #0E8196;*/
	background: #ff4603;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    color: #fff;
    font-size: 11px !important;
    overflow: hidden !important;
}
.newshinytag::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    animation: shine 1.6s ease-in-out infinite alternate-reverse;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
}
@keyframes shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* 
.menu_box li .main_menu::after {
    content: "";
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #108196;
    transition-duration: 0.5s;
} */

.menu_box li:hover a::after {
    width: 100%;
}


.animated_text span{
    position: relative;
    -webkit-animation: flicker-5 8s linear infinite both;
	        animation: flicker-5 8s linear infinite both;
}
.animated_text span::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    left: 0;
    top: 0;
    animation: animate 4s steps(12) infinite;
}
@keyframes animate {
    40%, 60% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}
.megamenu_box {
    display: none;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f8f8f8;
    /* margin: 32px 0 0 0; */
    box-shadow: 0 0px 10px #ccc;
    padding: 30px;
    z-index: 10;
}

.megamenu_box.open {
    display: block;
    /* Your styles when the megamenu is open */
}

.submenu:hover .megamenu_box {
    display: block;
}

.submenu.submenu_open .megamenu_box {
    display: block !important;
}

.menu_box li .megamenu_box a {
    font-size: 15px;
    text-align: center;
    line-height: normal;
    padding: 15px 0;
    border-radius: 10px;
    margin: 0 25px 10px 0;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    font-weight: 500;
    color:#000;
}

.menu_box li .megamenu_box a::after {
    display: none;
}

.menu_box li .megamenu_box a:hover {
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
}

.toggle_menu {
    position: fixed;
    left: 0;
    top: 0;
    margin: 26px 0 0 20px;
    cursor: pointer;
    z-index: 5;
    padding: 6px 6px;
    line-height: normal;
    display: none;
    /* background-color: #000000f5; */
}

.expand_arrow {
    display: none;
    float: right;
}


/* -------MENU-END----- */


/* -------OTHER-MENU-START----- */

.top_otherbox {
    float: right;
    width: auto;
    margin: 20px 0 0 0;
}

.search_box {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    position: relative;
}

.location_box {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    cursor:pointer;
}

.location_box img {
    transition-duration: 0.2s;
}

.location_box a:hover img {
    margin: -4px 0 0 0;
}
.location_box .dropdown-menu{
	padding:5px;
}
.location_box .dropdown-item {
    cursor: pointer;
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    margin: 0 0 3px 0;
    font-size: 15px;
    border-radius: 4px;
}
.location_box .dropdown-item:hover {
	background-color: #ff4603;
    border: 1px solid #ff4603;
	color:#FFF;
}
.location_area {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.top_login_btn {
    float: left;
    width: auto;
    background-color: #cbcbcb;
    color: #000;
    text-decoration: none;
    line-height: normal;
    padding: 8px 30px;
}

.login_Modal,
.forgot_pass {
    cursor: pointer;
}
.countery_code {
    width: 22%;
}

.numberBox {
    width: 76%;
}
.mobile_number_mainBox{
    width:100%;
    height:56px;
}
.mobile_numberBox{
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    grid-template-rows: 1fr 1fr;
}
.mobile_numberBox input{
    border: 0;
    width: 100%;
    outline: 0;
}
.mobile_numberBox .error-message{
    grid-column: 1 / 3;
    align-self: end;
    margin: 20px 0 5px -10px;
}
.mobile_numberBox.sellerDetails_mobileNumber .error-message {
    grid-column: 1 / 3;
    align-self: end;
    margin: 20px -20px 5px -10px;
}
.otp_inputs{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width:100%;
    margin:10px 0;
}

.otp_inputs input {
    font-size: 15px;
    padding: 10px 18px 10px 10px;
    line-height: normal;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 2px 5px #0000001a;
    min-height: 40px;
    height: 40px;
    margin:0 5px;
    text-align:center;
}

.otp_inputs [type=number]::-webkit-inner-spin-button, 
.otp_inputs input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.overview_list {
    background-color: #f8f8f8;
    padding: 10px;
    margin: 5px 0;
}
.item .overview_list.d-flex.justify-content-between {
    border-bottom: 1px solid #b4b4b4;
}
.overview_img {
    display: flex;
}
.overview_list img {
    max-width: 25px;
    margin: 0 10px 0 0;
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.interested_list .imgContent {
    width: 65%;
}
.interested_list .imgBox {
    height: 65px;
    width: 90px;
}
.interested_list .imgBox img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* -------OTHER-MENU-END----- */


/* -------SEARCH-BANNER-START----- */

.search_mainbox {
    float: left;
    width: 100%;
    margin: -30px 0 25px 0;
    position: relative;
    z-index:1;
}

.search_innerbox {
    float: left;
    width: 100%;
    box-shadow: 0px 10px 20px #0000001f;
}

.search_dropdown {
    float: left;
    width: 14%;
}
.search_dropdown div {
    padding: 10px;
    width: 100%;
    height: 55px;
    background-color: #000;
    border: none;
    outline: none;
    color: #fff;
}
.search_mainbox .search_dropdown select,
.search_mainbox .search_dropdown div{
    background-color:#000 !important;
}
 .search_dropdown select option {
    padding: 10px;
    background-color: #fff;
    color: #333;
  }

  .search_dropdown select option:hover {
    background-color: #108196;
    color: #fff;
  }
.search_dropdown .form-control {
    border-radius: 0;
}

.search_input {
    float: left;
    width: 78%;
}

.search_input input {
    float: left;
    width: 100%;
    border-radius: 0;
    padding: 17px 20px;
    border: 0;
    outline: none;
    /*text-align: center;*/
    font-size: 16px;
    color: #8e8e8e;
}

.search_go {
    float: left;
    width: 8%;
}

.search_go button {
    background-color: #cbcbcb;
    padding: 0;
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
}

.search_dropdown img {
    min-height: 65px;
}
.search_dropdown select:focus {
    background-color: #000;
    color: #fff;
}

.search_dropdown select {
    padding: 10px;
    width: 100%;
    height: 55px;
    background-color: #000;
    border: none;
    outline: none;
    color: #fff;
    background-image: url("../images/arrow_white.png") !important;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 10px 18px 10px 10px;
    line-height: normal;
    border: 1px solid #ccc;
    width: 100%;
    background-color: #FFFFFF !important;
    border-radius: 6px;
    box-shadow: 1px 2px 5px #0000001a;
    min-height: 40px;
    height: 40px;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    outline: 0;
    box-shadow: none;
}

::-ms-input-placeholder {
    font-size: 15px;
}

 ::placeholder {
    font-size: 15px;
}

/*select.form-control {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 96%;
}*/

.search_item_list.searchinghead {
    height: 300px;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    position: absolute;
    top: 38px;
    z-index: 5;
    box-shadow: 1px 2px 5px #0000001a;
}

.search_item_list.searching {
    height: 160px;
    overflow: auto;
    width: 78%;
    background-color: #fff;
    position: absolute;
    left: 14%;
    top: 58px;
    z-index: 5;
    box-shadow: 1px 2px 5px #0000001a;
}
.used_car_index .search_item_list.searching {
    height: 110px;
    overflow: auto;
    width: 78%;
    background-color: #fff;
    position: absolute;
    left: 14%;
    top: 56px;
    z-index: 5;
    box-shadow: 1px 2px 5px #0000001a;
}

.search_item_list.searchinghead::-webkit-scrollbar,
.search_item_list.searching::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.search_item_list.searchinghead::-webkit-scrollbar-thumb,
.search_item_list.searching::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b4b4b4;
}

.search_item_list li a {
    border-bottom: 1px solid #bbb;
    padding: 10px 20px;
    cursor: pointer;
    color: #000;
    display: block;
    font-size:14px;
}

.notfound {
    text-align: center;
    font-size: 20px;
    padding: 20px;
    font-weight: 500;
    color: #000;
}

.search_item_list.searching.notfound {
    height: auto;
}


/* dropdown start */

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-toggle {
    cursor: pointer;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 0;
    display: flex;
    align-items: center;
    height: 55px;
    background-color: #000;
    color: #fff;
    justify-content: space-between;
}

.dropdown-toggle::after {
    display: inline-block;
    margin: -5px 0 0 0;
    vertical-align: 0;
    content: "";
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: white;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}

.icon {
    margin-left: 8px;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0;
    /* display: flex; */
    height: 55px;
    width: 100%;
    /* align-items: center;
    justify-content: center; */
}

.dropdown-options .option {
    padding: 16px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    height: 100%;
}


/* dropdown end */

.search_linkbox {
    float: right;
    width: auto;
    text-align: right;
    padding: 10px 0 0 0;
}

.search_linkbox a {
    width: auto;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    border-right: 1px solid #000;
    float: left;
    padding: 0 8px;
}

.search_linkbox a:hover {
    color: #f40;
}
.used_car_index .search_linkbox a {
    color: #f40;
}


/* -------SEARCH-BANNER-END----- */


/* -------POPULAR-COM-START----- */

.popular_com_list {
    background-color: #f2f2f2;
    font-size: 13px;
    padding: 20px;
    margin: 0 10px;
    position: relative;
    border: 1px solid #d6d6d6;
}

.compare_box {
    width: 50%;
}

.compare_vs_img {
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    width: 46px;
    margin: 0 auto;
}

.compare_imgBox {
    margin: 0 0 10px 0;
    min-height: auto;
    height: 85px;
    width: 100%;
}
.compare_imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* -------POPULAR-COM-END----- */


/* TRUSTED CAR NEAR BY START */

.modal-content .city_list {
    width: 20%;
    margin: 10px;
}

.citylist_mainbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.city_list {
    width: 12.2%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 20px 20px 0;
    padding: 10px 0;
    text-decoration: none;
    transition-duration: 0.7s;
    border-radius: 8px;
    background-color:#fff;
    cursor:pointer;
}

.city_list:hover {
    box-shadow: 0 2px 6px #ccc;
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
}

.city_list .cityImg {
    border-radius: 100%;
    /* border: 1px solid #ccc; */
    height: 85px;
    width: 85px;
    margin: 0 auto 15px auto;
    transition-duration: 0.4s;
	aspect-ratio: 1 / 1;
}

.city_list .cityImg img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.cityContent {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    line-height: 17px;
}

.cityContent span {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
}

.hiddenfeaturescommonvalues{
    display:none !important;
}

.focusfeaturescommonvalues {
    color: #000;
    background-color: #ffdbce;
}

.variant_listMainBox .table{
width: 100%;
table-layout: fixed;
}

/* COMPARED CAR SPONSORED CSS START*/
.compared_cars_list .popular_com_tab {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: fit-content;
    background-color: #FF8254;
    color: #FFF;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
}
.compared_cars_list .compareBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 0%;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 30px 10px 10px;
    min-height: 226px;
    position: relative;
}
.compared_cars_list .compareBox button.clear-button {
    height: 28px;
    width: 28px;
    position: absolute;
    top: 28px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    line-height: normal;
    padding: initial;
    box-shadow: 1px 3px 6px #0000001f;
}
.popular_com_tab {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FF4603;
    color: #FFF;
    line-height: 1;
    padding: 2px 10px;
    text-align: center;
}
/* COMPARED CAR SPONSORED CSS END*/

/* ======== TIMER TICKER IMAGE START ========= */
.timer_ticker_mainBox{
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    -webkit-transition: right .5s;
    transition: right .5s;
    position: fixed;
    width: 150px;
    right: 0px;
    top: 15%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    text-align: center;
    z-index: 9999;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}
.timer_ticker_close_btn {
    color: #FFF;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.timer_ticker_content  {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    height: 100%;
}

.timer_ticker_imageBox {
    height: 100%;
}

.timer_ticker_imageBox .mobile_ads{
    height:100%;
}
.timer_ticker_imageBox .mobile_ads img{
   height:100%;
}

.timer_text {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.timer_ticker_countdown {
    display: flex; 
    gap: 8px; 
    justify-content: center; 
    align-items: center;
}
.timer_contentBox {
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
}
.timer_ticker_imageBox img{
    height:100%;
}
/* ======== TIMER TICKER IMAGE END ========= */

#captcha .captcha_preview {
    color: #000;
    width: 100%;
    font-size: 14px;
    text-align: center;
    height: 40px;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 5px #0000001a;
    border-radius: 6px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#captcha .captcha_refersh {
    width: auto;
    border: none;
    outline: none;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 5px #0000001a;
    cursor: pointer;
    border-radius: 6px;
    margin-left: 5px;
}


@media screen and (max-width: 1200px) {
    .citylist_mainbox {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .city_list {
        width: 21%;
    }
}

@media screen and (max-width: 768px) {
    .city_list {
        width: 28%;
        margin: 0 10px 20px 10px;
    }
    
    .error_img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    }
}


/* TRUSED CAR NEAR BY END */


/* FIND THE CAR BY CHOICE START */

#budget .findcar_list {
    width: 90%;
    float: none;
    margin: 0 auto 20px 0;
}

#seating_capacity .findcar_list img {
    margin: 0 10px 0 0;
    max-width: 30px;
}

.findcar_list {
    float: left;
    width: 90%;
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px 8px 10px;
    border-radius: 10px;
    line-height: 18px;
    background-color: #f2f2f2;
    transition-duration: 0.3s;
    font-weight: 500;
    font-weight: normal;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
}

.findcar_list:hover, .findcar_list:active, .findcar_list.active  {
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
    opacity: 1;
    background-blend-mode: normal;
}

.findcar_listBox .imgBox {
    margin: 0 0 10px 0;
}

.findcar_listBox .imgBox img {
    max-width: 80px;
    min-height: 50px;
}

.findcar_list a {
    color: #000;
}


/* FIND THE CAR BY CHOICE END */


/* INNER BANNER START */

.innerbanner_bg {
    background-image: url("https://hypmobility.b-cdn.net/assets/images/innerBanner.png");
    background-size: 60% 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px 0px;
    background-color: #f6f6f6;
}


/* INNER BANNER END */


/* NEWS AND REVIEW SECTION START */


/* NEWS AND REVIEW SECTION END */


/* -------FOOTER-START----- */

footer {
    background-color: #f8f8f8;
    font-weight: 400;
    font-size: 16px;
}
.footer_logo {
    max-width: 140px;
}
.footer_links a {
    float: left;
    width: 50%;
    color: #000;
    text-decoration: none;
    margin: 0 0 10px 0;
}
.footer a{
    color: #000;
}
.footer a:hover{
    color: #f40;
}
.email_link {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 10px;
    align-items: center;
    margin: 5px 0 10px 0;
	text-align:left;
}
.email_link address {
    margin-bottom: 0;
}
.footer_links a:hover {
    color: #f40;
}

.footer_sociallink a {
    /*margin: 0 20px 0 0;*/
    transition-duration: .4s;
    display: inline-block;
}

.footer_sociallink img {
    margin: 0 0 8px 0;
    max-width: 30px;
    border-radius: 100px;
}

.footer_sociallink {
    margin: 0;
    float: right;
    position: fixed;
    width: 42px;
    right: 0;
    bottom: 20%;
    z-index: 500;
    background-color: #f0f0f0;
    padding: 7px;
    border-radius: 10px 0 0 10px;
}

.footer_sociallink a:hover img {
    background-color: #ffe8df;
    box-shadow: 3px 3px 8px #dedede;
}

footer .email_link a {
    color: #000;
    text-decoration: none;
}

footer .email_link a:hover {
    color: #f40;
}

.footer_applink img {
    max-height: 50px;
}

.borderBox {
    border-top: 2px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;
    padding: 25px 0;
}

.border_right {
    border-right: 2px solid #b4b4b4;
}

.languageBox {
    margin: 0 0 15px 0;
}

.footer_applink {
    margin: 0 0 15px 0;
}

.footer_applink a {
    margin: 0 12px 0 0;
}

.top_btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background-color: #ff8254;
    border: 1px solid #ff4603;
    padding: 6px;
    border-radius: 5px;
    line-height: normal;
    transform: scale(0.8);
    transition-duration: 0.6s;
    display: none;
    z-index: 20;
}

.top_btn:hover {
    transform: scale(1);
    background-color: #ff4603;
}

.top_btn.show {
    display: block;
    /* Show the button when scrolled down */
}
.whatsapp_box{
    position: fixed;
    bottom: 7%;
    z-index: 500;
    left: 1%;
    /*margin: 0 50px 0 0;*/
}
.whatsapp_box img{
    max-width: 70%;
}
.whatsapp_box .dot {
    transform-origin: center;
    animation: waveBounce 1.4s infinite ease-in-out;
	transform: scale(1.6);
  }

.whatsapp_box .dot:nth-of-type(1) {
    animation-delay: 0s;
  }

.whatsapp_box .dot:nth-of-type(2) {
    animation-delay: 0.1s;
  }

.whatsapp_box .dot:nth-of-type(3) {
    animation-delay: 0.3s;
  }

@keyframes waveBounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}
/* -------FOOTER-END----- */


/* --------POPULAR COMPARISON START------------- */

.news_box .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    transform: translate(0%, -50%);
    top: 50%;
    z-index: -1;
}

.news_box .owl-carousel .owl-nav div {
    float: left;
    background-image: url("../images/slider_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    font-size: 0;
    width: 60px;
    height: 80px;
    margin: 0 0 0 -40px;
    background-color: transparent !important;
	color: transparent;
}

.news_box .owl-carousel .owl-nav .owl-next {
    transform: rotateY(180deg);
    float: right;
    margin: 0 -16px 0 0;
}


/* --------POPULAR COMPARISON START------------- */
.offcanvas {
    transition: transform 0s ease-in-out;
}

div#GetBestDeal {
    margin: 20px 0 0 0;
}
.offcanvas_closeBtn {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    text-align: center;
    color: #000;
    opacity: 1;
    border-radius: 22px;
    width: 20px;
    height: 20px;
    box-shadow: 1px 1px 15px 3px #ddd;
}
.offcanvas_closeBtn:focus{
    box-shadow:none;
}

/* ---------COMPARE CAR START------------- */

.modal {
    background-color: #00000054;
}

.modal button.btn-close {
    position: absolute;
    right: 16px;
    top: 10px;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 1px 3px 6px #0000001f;
    z-index: 2;
}

.modal .modal-header button.btn-close {
    right: 20px;
    top: 20px;
}

.modal .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.modal-body {
    padding: 0;
}
.swal2-popup,
.modal-content {
    position: relative;
}
.swal2-popup::before,
.modal-content::before {
    content: "";
    background-image: url("../images/pattern.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 45%;
    position: absolute;
    width: 35%;
}
.swal2-icon{
    display:none !important;
}
.swal2-icon-success .swal2-title{
    color:#4BB543;
}
.swal2-icon-error .swal2-title{
    color:#ff4603;
}
#sellCar .modal-content::before {
    height: 24%;
    width: 22%;
}

.popup_mainbox .section-header {
    background-color: #00000010;
    padding: 1rem;
}

.popup_mainbox .heading-design-h5 {
    font-size: 20px;
    color: #0e8196;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.compare_searchbox {
    background-color: #fff;
    border: 0;
    outline: 0;
    width: 100%;
    height: 5vh;
    margin: 0 0 0 10px;
    font-size: 16px;
}

.searchBox {
    width: 65%;
    border: 1px solid #ddd;
    margin: -26px auto 20px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.searchBox .inputBox {
    width: 100%;
    margin: 0 0 0 15px;
}

.searchBox .selectedItem {
    width: 100%;
    margin: 0 0 0 15px;
}

span.deleteButton {
    display: inline-block;
    background-color: #108196;
    padding: 2px 7px;
    border-radius: 100%;
    margin: 0 10px;
    color: #FFF;
    cursor: pointer;
}

.searchBrandmainBox {
    padding: 20px;
}

.subtitle {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.compare-toggle {
    cursor: pointer;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 0;
    display: flex;
    align-items: center;
    height: auto;
    color: #000;
    justify-content: flex-start;
    position: relative;
    background: url("src/assets/images/arrow.png") 97% no-repeat #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.compare-options .option {
    background-color: #f8f8f8;
    padding: 8px;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}

.compare-options .option.selected {
    background: url("../src/assets/images/tick_white.png") 97% no-repeat #0e8196;
    background-size: 20px;
    color: #fff;
}

.selected_box {
    border: 1px solid #ddd;
    color: #000;
    background-color: #f3f3f3;
    text-align: center;
    padding: 5px;
    margin: 0 10px 0 0;
}

.selected_box .close-button {
    cursor: pointer;
}

.selected_box .selected-item {
    margin: 0 5px;
}

.compareCarSection {
    margin: 30px 0 0 0;
}

.compareCar_content p {
    margin-bottom: 1rem;
}

.compareCar_content a {
    color: #0e8196;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.selectCarMainbox {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    width: 100%;
}

.compareBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 0%;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 10px;
    min-height: 226px;
    position: relative;
}

.compareBox img {
    cursor: pointer;
}

.compareImg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.compareImg .desktop_img {
    display: block;
}

.compareImg .mobile_img {
    display: none;
}

.compareBox button.clear-button {
    height: 28px;
    width: 28px;
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    line-height: normal;
    padding: initial;
    box-shadow: 1px 3px 6px #0000001f;
}

.compareBox button.clear-button:focus {
    box-shadow: none;
}

.compare_btn {
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
    padding: 10px 35px;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.6s;
    cursor: pointer;
    text-align: center;
    width:auto;
}

.compare_btn:hover {
    background-color: #ff4603;
    color: #fff;
}

.brand_name {
    padding: 10px 10px;
    border-bottom: 1px solid #00000010;
    background: url("assets/images/arrow.png") 97% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.popup_mainbox .searchBox {
    justify-content: flex-start;
}

.popup_mainbox .brand_name {
    background-image: none;
    color: #0e8196;
    font-weight: 500;
}

.compare_variantList {
    display: none;
    background-color: #f8f8f8;
    padding: 0 10px;
}

.compare_variant_name {
    cursor: pointer;
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}

.searchBrandmainBox .variant_list {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #0ab9d8;
    border-radius: 10px;
}

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

.car_listBox .car_list {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    cursor: pointer;
}

.car_listBox .car_list:last-child {
    border-bottom: 0;
}

.searchBox_input {
    position: relative;
}

.searchBox_input .search_text {
    position: absolute;
    position: absolute;
    top: 35px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 6px;
}

.searchBox_input .search_text .search_list {
    padding: 10px;
}

.searchBox_input input {
    float: left;
    width: 100%;
    border-radius: 0;
    padding: 0 14px;
    border: 0;
    outline: none;
    text-align: left;
    font-size: 16px;
    color: #8e8e8e;
}

.selected_car_details .car_img {
    /*background-image: linear-gradient(0deg, #ddd, #0000003d);*/
    text-align: center;
    border-radius: 10px;
    margin: 0 0 10px 0;
    height: 100px;
    width: 100%;
    transition-duration: 0.3s;
}
.selected_car_details .car_img img{
    height:100%;
    width:100%;
    object-fit:cover
}
.selected_car_details .car_name a{
    color: #0e8196;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}

.car_capacity {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selected_car_details .car_details {
    font-size: 15px;
}

.selected_car_details .car_price {
    font-weight: 500;
    font-size: 16px;
}

.selectedCar_option {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}

/* SUNNY */
.scrolled .selected_car_details .car_img{
    height: 0;
    margin: 0;
}
.scrolled .list_contentBox .content_list .compareBox{
    min-height: inherit;
}
.scrolled .car_price{
    display: none;
}
.scrolled .get_offerbtn{
    display: none;
}
.scrolled .compare_top{
position: fixed;
  top: 80px;
  width: 100%;
  z-index: 50;
}
.scrolled .list_contentBox .content_list .compareBox img{
    max-width: 46px;
}
.scrolled .list_contentBox .content_list{
padding: 0 10px;
  margin: 0;
}
.scrolled .compareBox button.clear-button{
    display: none;
}
.scrolled .selectedCar_option{
    margin: 0;
}
/* SUNNY */


.selectedCar_option .input_box .checkbox_box {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
}

input[type="checkbox"]:checked {
    accent-color: #0e8196;
    color: #fff;
}

input[type="radio"]:checked {
    accent-color: #0e8196;
    color: #fff;
}

.selectedCar_option .input_box .checkbox_box input[type="checkbox"]:checked {
    accent-color: #0e8196;
    color: #fff;
    margin: 0 2px 0 0;
}

.selectedCar_option .input_box .checkbox_box input[type="checkbox"] {
    margin: 0 2px 0 0;
}

.selectedCar_option .input_box .checkbox_box:last-child {
    border-bottom: none;
}

.get_offerbtn {
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
    padding: 4px 10px;
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    transition-duration: 0.6s;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
}

.get_offerbtn:hover {
    background-color: #ff4603;
    color: #fff;
}

.specification_box .list-group {
    display: flex;
    flex-direction: row;
    border: none;
    border-radius: 0;
}

.specification_box .list-group-item {
    border: 0;
    background: none;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    padding: 10px 0px 12px 0px;
    position: relative;
    margin: 0 20px 0 0;
    border: none;
    text-transform: uppercase;
}

.specification_box .list-group-item-action {
    width: auto;
}

.specification_box .list-group-item.active {
    z-index: 2;
    color: #108196;
    background-color: #ffff;
    border-bottom: 4px solid #108196 !important;
}

.specification_list .listBox {
    margin: 0 0 20px 0;
}

.listHeading {
    color: #108196;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 0;
    border-bottom: 1px solid #108196;
    margin: 0 0 10px 0;
}

.list_contentBox {
    display: flex;
    align-items: stretch;
}

.list_contentBox .content_list.content_list_1 {
    width: 22%;
}

.list_contentBox .content_list {
    width: 22%;
    display: flex;
    align-items: flex-start;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    padding: 10px 5px;
    flex-direction: column;
    margin: 0 0 10px 0;
    justify-content:center;
}

.list_contentBox .content_list:first-child {
    border-left: none;
    border-right: none;
}
.accordion .list_contentBox .content_list:first-child{
    /*font-weight: 500;*/
}
.list_contentBox .content_list:last-child {
    border-left: none;
    border-right: none;
}

.content_list span {
    display: block;
}

.priceBox img {
    margin: 0 10px;
}

.listBox .list_contentBox {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.listBox .list_contentBox span {
    color: #0e8196;
    display: none;
}

.specification_list .accordion-button {
    padding: 15px 0;
}

.specification_list .accordion-item {
    border: 0;
    border-bottom: 1px solid #ddd;
}

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

.specification_list .accordion-button:not(.collapsed) {
    color: #0e8196;
    background-color: #0e81960f;
    padding: 15px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.specification_list .accordion-body {
    padding: 0;
}

.list_contentBox .content_list .compareBox {
    display: block;
    min-height: 226px;
    position: relative;
    width: 100%;
}

.list_contentBox .colorBox {
    width: 100px;
    height: 30px;
    border-radius: 5px;
}

.compare_listBox_mobile {
    display: none;
}


/* ---------COMPARE CAR START------------- */


/* car list start */

.upcomingcar_list {
    background-color: #fff;
    font-size: 16px;
    max-width: 100%;
    box-shadow: 0 1px 4px #ccc;
    margin: 0 0 25px 0;
    position: relative;
}



.upcomingcar_list .upcomingcar_content {
    padding: 15px 10px;
    background-color: #f2f2f2;
}

.upcomingcar_content .price {
    padding: 0 0 3px 0;
    font-weight: 400;
    font-size: 14px;
}

.upcomingcar_content .make_offer {
    color: #0d6efd;
    font-size: 15px;
    padding:  0;
	cursor: pointer;
}


.upcomingcar_content .carNamebox a {
    color: #0e8196;
    font-size: 16px;
    display:block;
    font-weight: 500;
    padding: 0px 0 5px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.carbudget_section .heading26_black span {
    font-size: 16px;
    font-weight: 500;
}
.carNameBox {
    cursor: pointer;
}

.carNamebox a {
    color: #0e8196;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0 5px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.onwards {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.optionImg img {
    max-width: 30px;
}

.offerBtn {
    font-size: 14px;
    font-weight: 500;
    color: #ff4603;
    border: 1px solid #ff4603;
    line-height: normal;
    padding: 8px 10px;
    text-decoration: none;
    transition-duration: 0.6s;
    margin: 6px auto 0;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
}

.upcomingcar_list .offerBtn {
    font-size: 14px;
    font-weight: 500;
    color: #ff4603;
    border: 1px solid #ff4603;
    line-height: normal;
    padding: 8px 10px;
    text-decoration: none;
    transition-duration: .6s;
    margin: 6px auto 0;
    cursor: pointer;
    text-align: center;
    background-color: #FFF;
	display:block;
	
}

.upcomingcar_list:hover .offerBtn {
    box-shadow: 0 2px 6px #ccc;
    background-color: #FFF;
    color: #ff4603;
}

.subheading {
    font-weight: 500;
    font-size: 16px;
    color: #24272c;
    padding: 0px 0 10px 0;
}

.dropdown_box {
    margin: 0 0 20px 0;
}

.dropdown_box .form-control {
    width: 100%;
    background: url(assets/images/arrow.png) no-repeat 97%;
    color: #000;
    background-color: #fcfcfc;
}

.car_details {
    font-size: 13px;
    color: #000;
}

.ratingBox {
    position: absolute;
    top: -12px;
    right: 3px;
    background-color: #f4fdff;
    border: 1px solid #0e8196;
    color: #000;
    font-size: 13px;
    border-radius: 150px;
    padding: 3px 8px;
    transition-duration: 0.6s;
    transform: scale(0);
    line-height: none;
}

.ratingBox img {
    margin: 0 5px 0 0;
}
.rating_section.carDetailsHead_section.sticky_menu{
    padding:10px ;
}
.upcomingcar_list:hover .ratingBox {
    transform: scale(1);
}
.sticky_menu .car_details_car_heading {
    line-height: normal;
    font-size: 20px;
    margin: 0;
}
.budget_section {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    transition: height 0.3s ease-in-out;
    margin: 0 0 10px 0;
    background-color: #fcfcfc;
    position: relative;
}

.budget_section.active .heading::after {
    transform: rotate(180deg);
    top: 12px;
}

.budget_section .heading::after {
    position: absolute;
    background: url("../images/arrow.png") 97% no-repeat;
    content: "";
    right: 8px;
    top: 18px;
    height: 10px;
    width: 15px;
}

.budget_section .heading {
    color: #0e8196;
    font-weight: 500;
    position: relative;
}

.budget_section.active {
    height: auto;
    overflow: auto;
}

.budget_section .content_box {
    display: none;
    transition: all 0.5s ease;
}
#budget.budget_section.active .content_box{
    height: auto;
    overflow: auto;
}
.budget_section.active .content_box {
    display: block;
    margin: 0px 0 0 0;
    transition: all 0.5s ease;
    
}
.filter_mainBox{
    height: 620px;
    overflow-y: scroll;
}

.filter_mainBox::-webkit-scrollbar{
    width: 0;
    background-color: #F5F5F5;
    display:none;
}

.filter_mainBox::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b4b4b4;
}

.position__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 152px;
}

.desktop_filter_validationBox {
    display: block;
}
.desktop_filter_validationBox.position__sticky{
    top: 100px;
}

.desktop_filter_validationBox .btn-close {
    display: none;
}

.mobile_filter_validationBox {
    display: none;
}

.filterBox_list {
    padding: 0.375rem 0.75rem;
    margin: 0 5px 0 0;
    background-color: #f8f8f8;
    border-radius: 0px;
    border: 1px solid #ced4da;
    display: flex;
}

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

.filter_withImg {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #108196;
    border: 1px solid #4ca0b0;
    line-height: normal;
    padding: 8px 10px;
    text-decoration: none;
    transition-duration: 0.6s;
    background-color: #fff;
}

.filter_withImg:hover {
    box-shadow: 0 2px 6px #ccc;
}

.filter_withImg .imgBox {
    width: 30%;
}

.filter_withImg .carNameBox {
    padding: 0 0 0 10px;
    width: 70%;
}

.budget_section .content_box input {
    width: 100%;
}

span.ngx-slider-span.ngx-slider-bubble.ngx-slider-model-value {
    font-size: 11px !important;
}

.ngx-slider .ngx-slider-pointer {
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: -10px;
    background-color: #0e8196;
    z-index: 3;
    border-radius: 16px;
}

.ngx-slider .ngx-slider-pointer:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 4px;
    background: #fff;
}

.modal-header .heading {
    font-size: 20px;
    color: #0e8196;
    font-weight: 500;
}

label.switch.has-label {
    display: grid;
    grid-template-areas: "col-1 col-2 col-3";
    grid-gap: 5px;
    align-items: center;
    margin: 0 0 10px 0;
}

.trackData {
    width: 100px;
}

label.switch {
    --switch-size: 40px;
    --thumb-gap: 4px;
    --thumb-size: calc(var(--switch-size) * 0.55 - var(--thumb-gap));
    --thumb-active-offset: calc(var(--switch-size) / 2);
    --track-radius: calc(var(--switch-size) / 1.6666);
    --thumb-color: #fff;
    --track-color: rgba(0, 0, 0, 0.07);
    --accent-color: #2f57d4;
    --transition: 200ms ease;
}

label.switch .track {
    width: 50px;
    height: 24px;
    background: #fff;
    border-radius: var(--track-radius);
    border-radius: calc(var(--track-radius) / 2);
    display: flex;
    align-items: center;
    box-shadow: inset 0px 0px 4px -2px rgba(0, 0, 0, 0.129);
    transition: 250ms ease;
    cursor: pointer;
}

label.switch .thumb {
    display: inline-block;
    background: #0e8196;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
    transform: translateX(var(--thumb-gap));
    transition: transform 250ms ease-in-out;
    cursor: pointer;
}

label.switch input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

label.switch input[type="checkbox"]:checked+.track {
    background: #fff;
    border: 1px solid #0e8196;
}

label.switch input[type="checkbox"]:checked+.track .thumb {
    transform: translateX(30px);
}

label.switch input[type="checkbox"]:focus+.track {
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.09);
}

label.switch.has-inidicator .thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

label.switch.has-inidicator input[type="checkbox"]:checked+.track .thumb:before {
    background: #0e8196;
}

label.switch.has-label {
    display: grid;
    grid-template-areas: "col-1 col-2 col-3";
    grid-gap: 10px;
    align-items: center;
}

label.switch.has-label .off {
    color: rgba(0, 0, 0, 0.6);
    grid-area: col-1;
    transition: var(--transition);
}

label.switch.has-label .on {
    color: rgba(0, 0, 0, 0.3);
    grid-area: col-3;
    transition: var(--transition);
}

label.switch.has-label .track {
    grid-area: col-2;
    border: 1px solid #108196;
}

label.switch.has-label input[type="checkbox"]:checked~.on {
    color: rgba(0, 0, 0, 0.6);
}

label.switch.has-label input[type="checkbox"]:checked~.off {
    color: rgba(0, 0, 0, 0.3);
}

.disabled {
    pointer-events: none;
    color: #000000ec;
    background: #ccc;
}


/* ==============CAR DETAILS PAGE START=============== */

.offcanvas.show {
    transform: none;
    visibility: visible;
}

#offcanvasRightLabel {
    color: #108196;
    padding: 15px 0 10px;
    border-bottom: 1px solid;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.contactBox p{
    font-size: 12px;
    line-height: 1.2;
}
.form_note {
    font-size: 12px;
    line-height: normal;
}

#offcanvasRightLabel1 {
    color: #108196;
    padding: 10px 0 10px;
    border-bottom: 1px solid;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.interested_list {
    overflow: auto;
    height: 320px;
    margin: 0 0 20px 0;
} 

.interested_list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.interested_list::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.interested_list::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.interested_list .carDetails a {
    background-color: #f8f8f8;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px 0;
    display: flex;
    gap: 10px;
    position:relative;
}

.interested_list .carDetails a::after {
    content: 'Explore Model';
    position: absolute;
    bottom: 9%;
    left: 80%;
    transform: translateX(-50%);
    background-color: #0e819626;
    color: #000;
    padding: 6px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    font-size: 15px;
    line-height: normal;
}

.interested_list .carDetails a:hover::after { 
    opacity: 1; 
    visibility: visible; 
    
}

.interested_list .carDetails a:hover .carNamebox{
color:#ff4603;
}
.interested_list .message{
    margin:15px 0;
}

.error-message {
    color: #f00;
    font-size: 12px;
    margin: 5px 0;
    display: block;
    text-align:right;
}

.dealerOfferBox{
    /*padding:20px 0 0 0;*/
}
.intersted_listMainBox,
.dealerOfferBox p{
    padding:10px 0;
}

.dealkerOfferLists li {
    position: relative;
    padding-left: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
.dealkerOfferLists li::before {
    content: '\2022';
    position: absolute;
    top: 0px;
    left: 0;
    font-weight: 700;
    font-size: 23px;
    line-height: normal;
}
.carDetails.slider_box .owl-carousel .owl-nav .owl-next,
.carDetails.slider_box .owl-carousel .owl-nav div {
    margin: 0;
}
.carDetails.slider_box .item .fancy-image-wrap a {
    height: 300px;
    width: 100%;
    display: block;
    border-radius: 10px;
    background-color: #FFF;
}
.carDetails.slider_box .item .fancy-image-wrap a img {
    border-radius: 10px;
    width:100%;
    height:100%;
    object-fit:cover
}
.carDetails .used_car {
    display: flex;
    align-items: center;
    gap: 10px;
}
.used_car_details_page .categories_list_mainbox {
    padding: 0px 15px;
}
.tab-content .usedCar_list {
    margin: 0 10px 5px;
}
.compare_rightBox .slider_box .owl-carousel .owl-nav .owl-next {
    transform: rotateY(180deg);
    float: right;
    margin: 0 -20px 0 0;
}

.compare_rightBox .slider_box .owl-carousel .owl-nav div {
    font-size: 0;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -30px;
}

.compare_rightBox .slider_box .owl-carousel .owl-nav {
    z-index: 1;
    margin: 0;
}

.variant_listMainBox {
    background-color: #fff;
}

.variant_listMainBox a .variant_list {
    border-bottom: 1px dashed #108196;
    padding: 10px;
}

.varientData .heading {
    color: #108196;
    font-weight: 500;
    font-size: 16px;
}
.selectedvariant {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tabbing_menu {
    border-bottom: 2px solid #b4b4b4 !important;
    margin: 0 0 25px 0;
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
}

.tabbing_menu::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.brandtablinks {
    border: 0;
    background: none;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    padding: 10px 0px 12px 0px;
    position: relative;
    margin: 0 35px 0 0;
    color: #000;
}

.brandtablinks:hover {
    color: #108196;
}

.brandtablinks.active {
    color: #108196;
    border-bottom: 3px solid;
}

.varientData .text {
    font-size: 15px;
}

.warranty_content {
    padding: 8px 0 0 0;
}

.priceValue {
    font-size: 20px;
    color: #108196;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.priceValue span {
    font-size: 16px;
}

#compare_variant_btn {
    display: none;
}

.varinat_compare_btn_box {
    text-align: right;
}
.desktop_priceTable {
    display: block;
}
.desktop_priceTable .variantData_td{
    width:100px;
}

.mobile_priceTable {
    display: none;
}

.offerData .emiBox {
    display: flex;
    gap: 10px;
    align-items: center;
}

.note {
    font-size: 15px;
    color: #858585;
}

.offerBox {
    background-color: #858585;
    color: #fff;
    padding: 10px;
    margin: 15px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

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

.cate_check_btn {
    background-color: #fff;
	color: #ff4603;
}

.calculator a {
    text-decoration: underline;
    color: #fff;
}

.waitingBox {
    font-weight: 500;
}

.optionBox {
    display: flex;
    max-width: 70%;
    justify-content: start;
    margin: 10px 0 0 0;
    gap: 20px;
}
.optionList a {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #000;
}
.dealer_logoBox{
	margin:8px 0 5px;
}
.dealer_logoBox,
.dealer_logoBox a {
    width: 90px;
    height: 90px;
    display: block;
    aspect-ratio: 1/1;
}
.dealer_logoBox img,
.dealer_logoBox a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position:center;
}
.rating_section.sticky_menu {
    padding:10px 0;
}

.rating_review {
    font-size: 15px;
    font-weight: 400;
}

.warrantyBox {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}

.warrantyHeading {
    font-weight: 700;
    font-size: 18px;
    color: #108196;
}

.shareBtnBox {
    /* background-color: #00000029; */
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    display: flex;
    gap: 10px;
    padding: 9px;
    border-radius: 0 8px 0 20px;
}

.ngx-slider {
    margin: 20px 0 15px;
}

.ngx-slider .ngx-slider-bubble {
    display: none !important;
}

.btnList {
    padding: 5px 6px;
    background-color: #FFF;
    border: 1px solid #ff4603;
    border-radius: 100%;
    cursor: pointer;
}


.btnList img {
    max-width: 20px;
}

.btnList.editBtn {
    border: 1px solid #108196;
}

.shareBtn{
    position: relative;
}
.social_media_share_btns.active{
    display: block;
}
.share_btn_list a{
    display: block;
}
.social_media_share_btns {
    display: none;
}
.share_btn_list img{
    max-width: 35px;
}
.share_btn_box {
    display: flex;
    gap: 5px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 43px;
}
@media (max-width: 575.98px) {
    .optionBox {
        display: flex;
        max-width: 100%;
        /*justify-content: space-between;*/
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .offerBox {
        flex-wrap: wrap;
    }
    .offerBox .offerData {
        display: flex;
        gap: 5px;
        margin: 0 0 8px 0;
        flex-wrap: wrap;
    }
}

.carDetailsHead_section.sticky_menu {
    box-shadow: 0 0px 10px #0000002b;
    position: fixed;
    top: 80px;
    background-color: white;
    z-index: 12;
    width: 100%;
    transition: all 0.3s ease;
    animation: smoothScroll 0.3s forwards;
}

.carDetailsHead_section.sticky_menu .box-color {
    background-color: #fff;
}

.carDetailsHead_section.sticky_menu .container-inner {
    padding: 0px 80px 0px;
}

.carDetailsHead_section.sticky_menu .heading26_black {
    font-size: 20px;
    color: #0E8196;
    margin: 5px 0;
	padding: 5px 0;
    border-bottom: 1px solid #b4b4b4 !important;
}

.slider_margin {
    margin: 0 0 15px 0;
}

.brand_nameBox .brand_name {
    font-weight: 700;
    font-size: 26px;
    border-bottom: 1px solid #108196;
}

.brand_nameBox .brand_name img {
    /*width: 50px;*/
    /*height:50px;*/
    max-width:50px;
    padding: 0 0 5px 0;
}

.offers_section .offersmainBox {
    display: flex;
    background-color: #F8F8F8;
    padding: 10px 0px;
    gap: 15px;
    align-items: center;
}

.offersmainBox .offer_heading {
    font-weight: 500;
    color: #0E8196;
    font-size: 18px;
}

.offers_section .offerIcon img {
    max-width: 55px;
}

.offers_section .offerBtn {
    font-size: 17px;
    color: #108196;
    border: 1px solid #4ca0b0;
    line-height: normal;
    padding: 8px 60px;
    text-decoration: none;
    transition-duration: .6s;
    margin: 6px auto 0;
    cursor: pointer;
    text-align: center;
    background-color: #FFF;
}

.offers_section .offerIcon {
    width: 7%;
    text-align: center;
}

.offers_section .offerData {
    width: 50%;
}

.offer_listMainbox {
    margin: 20px 20px;
    border: 1px solid #ddd;
    padding: 10px;
}

.offer_listMainbox .categories_list {
    margin: 0;
    position: relative;
}

.offer_listMainbox .categories_list .text-center a{
    display:inline-block;
}
.offer_listMainbox .categories_list .cate_check_btn {
    font-size: 15px;
    color: #ff4603;
    padding: 8px 10px;
    width: 125px;
    margin: 10px 0;
}
.offer_listMainbox .categories_list .text-center{
    display: flex;
    justify-content: space-evenly;
}
.offer_data {
    padding: 15px;
}

.offer_listMainbox .Offer_name {
    font-size: 20px;
    color: #ff4603;
    font-weight: 700;
    text-shadow: 1px 1px 3px #fff;
}

.offer_listMainbox .categories_list .cate_check_btn:hover {
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
}

.brandOffer_imgBox {
    /* background-image: url("../images/image.png"); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    position: relative;
    overflow: hidden;
    background-color:#FFF;
}

.offer_brandData {
    position: relative;
    width: 100%;
    height: 100%;
}
.offer_brandData a{
    display:inline-block;
    height:100%;
    width:100%;
}

.offer_brandLogo {
    max-width: 90px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

/*.offer_brandCar {*/
/*    position: absolute;*/
/*    right: -25px;*/
/*    bottom: 0px;*/
/*    width: 200px;*/
/*}*/

.exclusive_offer_headingBox{
    position:relative;
}
.head_exclusive_bedge img{
    max-width:75px;
}

.regular_offerBox .offer_listMainbox,
.exclusive_offer .offer_listMainbox{
    position: relative;
    margin: 10px 20px;
    transition: all 0.4s linear;
}
.exclusive_badge_box {
    position: absolute;
    z-index: 4;
    top: 0px;
    left: -8px;
    width: auto;
    height: auto;
}
.exclusive_badge {
    background-color: #ff4603;
    padding: 6px 15px 6px 8px;
    font-size: 13px;
    color: #FFF;
    line-height: normal;
    border-radius: 0;
    position: relative;
    clip-path: polygon(100% 0%, 91% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.exclusive_badge_box::after{
    content: "";
    border-right: 8px solid #0f0c0b;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
}
.offerSlider_listBox,
.exclusive_offerData{
    opacity: 0;
    transition: all 0.4s linear;
}
.offer_list_front,
.exclusive_offerBrand_data {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    transition: all 0.4s linear;
}
.offer_listMainbox .Offer_name{
    padding: 8px 0 5px;
}

.offer_brandData .custom_offer_list{
    transition: all 0.8s linear;
}

.exclusiveOffer_section{
    margin:0;
}
.view_exclusiveOffer .exclusive_offerBrand_data,
.offer_listMainbox:hover .exclusive_offerBrand_data{
    opacity: 0;
}

.offer_listMainbox:hover .offerSlider_listBox,
.view_exclusiveOffer .exclusive_offerData,
.offer_listMainbox:hover .exclusive_offerData {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.view_offer_btn {
    font-size: 13px;
    line-height: normal;
    padding: 5px 0 0;
    cursor: pointer;
    color: #ff4603;
}
.offer_list_front .categories_content,
.exclusive_offerBrand_data .categories_content {
    padding: 12px 10px;
}
.offer_list_front .cate_heading,
.exclusive_offerBrand_data .cate_heading{
    padding: 0;
    line-height: normal;
}
.exclusive_offer_listMainbox{
    display:none;
}
.exclusive_offer_listMainbox:nth-child(-n+2) {
    display: block;
}
.offer_brandCar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.offer_brandCar {
    height: 170px;
    width: 100%;
}

.custom_offer_list {
    width: auto;
}

.custom_offer_list li {
    font-size: 15px;
    position: relative;
    padding: 0 0 10px 15px !important;
    color:#000;
}

.custom_offer_list li::after {
    content: "";
    position: absolute;
    background-color: #108196;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 25px;
}

.custom_offer_list li::marker {
    font-size: 15px;
}

.share_btn_box_list {
    display: flex;
    gap: 10px;
    margin: 0 0 10px 0;
    justify-content: center;
}

@media (max-width:575.98px) {
    .offers_section .offersmainBox {
        flex-wrap: wrap;
    }
    .offers_section .offerIcon {
        width: 18%;
        text-align: center;
    }
    .offers_section .offerData {
        width: 70%;
    }
}

.feature-list {
    column-count: 2;
}

.feature-list li {
	position: relative;
	padding-left: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	break-inside: avoid;
	/* font-size: 16px; */
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 10px;
}
.featureResearch_section .feature-list li {
    border-bottom: 0;
}

.usedcar_details .feature-list li {
    border-bottom: none
}

.feature-list li::before {
    content: '';
    position: absolute;
    background-image: url('../images/tick.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    top: 3px;
    left: 0;
}
.feature-list li span{
    font-weight: 500;
}
.feature-list li a {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
}

@media (max-width:575.98px) {
    .feature-list {
        column-count: 1;
    }
}

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

.loanContent span {
    font-weight: 500;
    color: #0E8196;
    font-size: 18px;
    display: block;
}

.compareCarBox {
    display: flex;
    flex-wrap: wrap;
    /* overflow: hidden; */
}

.compare_Box {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    border-top-right-radius: 5px;
    margin: 0 10px 0 0;
}



.carDeatils_similarImg{
    width:100%;
    height:100px;
    margin:0 0 10px 0;
}
.carDeatils_similarImg img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.compare_Box1 {
    margin: 0 10px 0 0;
}
.compare_Box_car {
    width: 217px;
    max-width: 217px;
    min-width: 217px;
    border-top-right-radius: 5px;
    margin: 0 10px 0 0;
}
.compare_rightBox {
    width: 52%;
}

.grayBox {
    background-color: #e2e2e2;
    padding: 10px 10px;
    color: #000;
}

.whiteBox {
    background-color: #FFF;
    padding: 10px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare_rightBox .grayBox {
    background-color: #0e82964f;
    padding: 10px;
    color: #000;
}

.compare_rightBox .compareImg {
    padding: 15px;
    background-color: #FFF;
}

.carname {
    font-weight: 500;
    color: #0E8196;
    font-size: 16px;
}

.compareImgBox {
    background-color: #FFF;
    padding: 10px;
    text-align: center;
}

.compareCarDetails .listBox {
    border-top: 1px dashed #0E8196;
    font-size: 15px;
}

.carDetails .used_car{
    gap:10px;
    display:flex;
    align-items:center;
}

.carDetails .used_car img{
    max-width:20px;
}
@media (max-width:575.98px) {
    .compare_Box_car {
        width: 150px;
        max-width: 150px;
        min-width: 150px;
    }
	.compare_Box.mobile_sticky {
		position: sticky;
		z-index: 1;
		left: 0;
	}
    .compare_rightBox {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .whiteBox,
    .grayBox {
        padding: 10px 5px;
        text-align: center;
        font-size: 15px;
    }
}

.car_rating_box .rating_list .number_box {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #ff4603b0;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto 5px;
    line-height: 0;
}

.readmore .rating_list::before {
    right: -18px;
}

.image-container {
    display: grid;
    width: 98%;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.image-container .imgGallery_item{
     height:200px;
     width:100%;
}
.image-container .imgGallery_item img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height:100%;
    width:100%;
}

.imgGallery_item:last-child {
    position: relative;
}

.imgGallery_item:last-child .text-overlay p {
    position: absolute;
    background-color: #0000007a;
    color: #FFF;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.video-item {
    width: 100%;
    height: 100%;
}

.images_section .categories_list {
    margin: 0 0 20px 0;
}

.video_listMainBox {
    display: flex;
    flex-wrap: wrap;
}

.video_listMainBox .video_list {
    width: 23%;
    margin: 5px;
    cursor: pointer;
    background-color: #FFF;
    box-shadow: 0 1px 4px #ccc;
}

.video_listMainBox .video_details {
    background-color: #FFF;
    padding: 10px;
}

.video_listMainBox .video_name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.backBtn {
    background-color: #f2f2f2;
    color: #000;
    border: 1px solid #ddd;
    text-align: center;
    padding: 6px 35px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 0 15px 0;
    display: inline-block;
    font-weight: 500;
}

.backBtn:hover {
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
}


/* ==============CAR DETAILS PAGE END=============== */


/* VARIANT PAGE START */

.variantSearchBox {
    background: #fff;
    /*display: flex;*/
    width: 32%;
    align-items: center;
    justify-content: end;
    padding: 0;
    margin: 0 0 10px 0;
}

input:-internal-autofill-selected {
    background-color: #fff;
}

.variantSearchBox input {
    outline: 0;
    padding: 0 10px;
    width:100%;
    border: 1px solid #ddd;
}

.variantSearchBox button {
    margin: 0;
    background-color:#f8f8f8;
}

#keySpec_section td img {
    max-width: 25px;
    margin: 0 8px 0 0;
}

.heading22_black {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin: 0 0 5px 0;
}

.specification_box,
.features_box {
    background-color: #f8f8f8;
    margin: 10px 0 10px 0;
}

.variant_listMainBox {
    background-color: #FFF;
    padding: 10px 0;
    /*margin: 15px 0 0 0;*/
}

.popup_mainbox .section-header {
    background-color: #00000010;
    padding: 1rem;
}


/* VARAIANT PAGE  END */


/* car price start */


/* Hide the default checkbox */

.checklist input[type="checkbox"] {
    display: none;
}

.checklist input[type="checkbox"]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checklist input[type="checkbox"]+label .checkbox-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.7s;
    background-image: url("../images/newcar/check.png");
    background-size: cover;
    width: 0px;
    height: 20px;
    margin-right: 0px;
    transform: scale(0);
}

.checklist input[type="checkbox"]:checked+label .checkbox-icon {
    transform: scale(1);
    margin-right: 10px;
    width: 20px;
}

.checklist input[type="checkbox"]+label .carNameBox {
    font-size: 15px;
    color: #333;
}

.filterMainBox {
    margin: 10px 0 0 0;
}

.checkBoxList {
    display: flex;
    gap: 10px;
    margin: 0 0 10px;
}

.variant_listMainBox th,
.variant_listMainBox td {
    text-align: center;
}

.variant_listMainBox th:first-child,
.variant_listMainBox td:first-child {
    text-align: left;
}

.variant_listMainBox th:last-child,
.variant_listMainBox td:last-child {
    text-align: right;
}

.varientData input[type="checkbox"]:checked {
    accent-color: #108196;
}

.read_more {
    text-align: end;
    color: #0a58ca;
    font-weight: 500;
    cursor: pointer;
}

.get_offer {
    cursor: pointer;
    font-weight: 500;
    color: #ff4603;
}

.get_offer:hover {
    color: #108196;
}

.select_compare {
    position: fixed;
    bottom: 0;
    width: 86%;
    z-index: 10;
}

.select_compare .select_compareheading {
    background-color: #108196;
    display: inline;
    color: #fff;
    padding: 10px 70px;
    clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
}

.select_compareContent {
    background-color: #d3d3d3;
    padding: 20px;
    color: #000;
}
.variant_name {
    cursor: pointer;
    color: #0a58ca;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.carname a,
.variant_name a{
    cursor: pointer;
    color: #0E8196;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}


/* car price end */


/* variabt destils start */

.naviagtionList {
    display: flex;
    list-style: none;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.car_capacity_deatils {
    display: none;
    font-size: 16px;
    font-family: 'Metropolis-Regular';
    position: relative;
}
.car_capacity_deatils.highlight{
    display: inline-block;
}

.naviagtionList::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.details_link a{
    color:#000;
}

.details_link.active a,
.details_link a:hover{
    color: #108196;
}

.naviagtionList li.active {
    color: #108196;
    border-bottom: 2px solid #108196;
}

.naviagtionList li {
    border: 0;
    background: none;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding: 0px 0px 5px 0px;
    position: relative;
    margin: 0px 15px 5px 0;
    color: #000;
    border-bottom: 2px solid #10829600;
    cursor: pointer;
}

.naviagtionList li:last-child {
    margin: 0px 0px 5px 0;
}

.naviagtionList li:hover {
    border-bottom: 2px solid #108196;
}

@media (max-width: 575.98px) {
    .naviagtionList {
        display: none;
    }
}


/* Hide the default checkbox */

.checkBoxList {
    display: inline-block;
    margin: 0 5px 0;
}

.varientData {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    position: relative;
    margin: 0 0 10px 0;
}

.varientData::after {
    content: "";
    position: absolute;
    background-image: url("../images/arrow_right.png");
    background-position: right center;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
}


/* selecte compare car start */

.sticky-carOption .selectedCar_optionbox {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f8f8f8;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100vw;
    padding: 0 38vh;
}

.sticky-carOption .selectedCar_option,
.sticky-carOption .selectCarMainbox {
    margin: 0;
}

.sticky-carOption .selected_car_details .car_img {
    display: none;
}

.sticky-carOption .selected_car_details .car_price {
    display: none;
}

.sticky-carOption .selected_car_details .car_price~.car_details {
    display: none;
}

.sticky-carOption .list_contentBox .content_list .compareBox {
    min-height: auto;
    padding: 0;
}

.sticky-carOption .compareBox button.clear-button {
    top: -10px;
}

.sticky-carOption .list_contentBox .content_list {
    padding: 10px;
    margin: 0;
}

.sticky-carOption .list-group {
    position: fixed;
    top: 122px;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100vw;
    padding: 1vh 23vh;
}

.newstabcontent {
    display: none;
}

.variant_listBox a .variant_price {
    padding: 6px 10px;
    border-bottom: 1px dashed #0e8196;
    cursor: pointer;
}

.variant_listBox a:last-child .variant_price {
    border-bottom: none;
}

.popup_mainbox .variant_listBox a .variant_price {
    padding: 0;
    border-bottom: 0;
    cursor: pointer;
}

.popup_mainbox .variant_listBox a {
    border-radius: 5px;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 100%;
    padding: 6px;
    border: 1px solid #dedede;
}

.popup_mainbox .variant_listBox a .variant_price img {
    max-width: 35px;
    margin: 0 10px 0;
}

.popup_mainbox .variant_listBox a:hover {
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
}


/* ------------TOP ADV SECTION BOX START------------- */

.adv_imgBox {
    margin: 20px 0;
}
.adv_imgBox .desktop{
    display:block;
    margin: 0 auto;
}
.adv_imgBox .mobile{
    display:none;
}
.advBox {
    margin: 0px 0 35px;
    text-align: center;
}


/* ------------TOP ADV SECTION BOX END------------- */


/* ---------TOOL YOU MAY USED SECTION START----- */

.tool_contentbox span {
    color: #108196;
    font-weight: 700;
}

.toolsMainbox {
    padding: 0 0 30px 0;
}

.tool_contentbox {
    margin: 15px 0 0 0;
    color:#000;
}

.tools_mainbox.text-center {
    max-width: 85%;
    margin: 20px auto;
}

.imgbox {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border: 1px solid #108196;
    border-radius: 50%;
    padding: 12px;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #FFF;
    z-index: 1;
}

.tool_imgbox {
    position: relative;
}

.tool_imgbox::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #108196;
    left: 0px;
    top: 30px;
    width: 44%;
}

.tool_imgbox::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #108196;
    right: 0px;
    top: 30px;
    width: 44%;
}


/* ---------TOOL YOU MAY USED SECTION END-------- */


/* ---------LOGIN PAGE START------------- */

.login_section {
    margin: 30px 0;
}

.loginBox {
    padding: 40px;
    position: relative;
    z-index: 1;
}

.loginBox.sell_my_car {
    display: flex;
    gap: 20px;
}

.formBox {
    margin: 20px 0 0;
}

.formBox .form-group {
    margin: 0 0 20px 0;
}

.formBox .form-group label {
    font-weight: 500;
    margin: 0 0 3px 0;
    color: #0E8196;
}

#sellCar .formBox .form-group label {
    color: #000;
}

.formBox a:hover {
    color: #ff4603;
}


/* .clip_path {
    background-color: #108196;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    position: relative;
} */

.login_imgBox img {
    max-width: 75%;
    margin: 0 auto;
    clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
}

.signup_imgBox img {
    max-width: 80%;
    margin: 0 auto;
    clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
}

.formBox .compare_btn {
    padding: 10px 40px;
}

.passwordBox {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 36px;
    right: 18px;
    font-size: 12px;
    cursor: pointer;
}

.contact-flex {
    display: flex;
    justify-content: space-between;
}

.checkbox_lebel {
    font-family: "Roboto", sans-serif!important;
    font-weight:400 !important;
    color: #000 !important;
    line-height: normal;
    margin: 0 0 20px 0 !important;
    cursor: pointer;
}

.signup span{
    color:#0E8196;
}

.other_loginOption .heading {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 16px;
}

.other_loginOption .heading span {
    padding: 0 20px;
    color: #000;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
}

.other_loginOption .heading:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c4c4c4;
    bottom: 10px;
    margin: 0;
}

.google_login {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #737373;
    font-weight: 700;
    box-shadow: 1px 2px 5px #0000001a;
    padding: 6px 20px;
    transition-duration: 0.5s;
}

.login_with {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0;
}

.google_login:hover {
    transform: translate(0px, 2px);
}

.google_login .login_img img {
    max-width: 30px;
}


/* ------------LOGIN PAGE END-------------- */


/* -------------PROFILE PAGE START -----*/

.dropdown-item{
    cursor:pointer;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0e8196;
}

.profileBox .formBox {
    padding: 30px;
    background-color: #f2f2f2;
    border-radius: 35px 0 0 35px;
}

.profileBox .profile_img {
    background-color: #ddd;
    border-radius: 0 35px 35px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.avatar-upload {
    position: relative;
    max-width: 140px;
    margin: auto;
    height: 100%;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    background-image: url('../images/edit.png');
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.save_btn {
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
    padding: 10px 35px;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.6s;
    cursor: pointer;
}

.save_btn:hover {
    background-color: #ff4603;
    color: #fff;
}


/* --------PROFILE PAGE END---------- */


/* HOME-TABBING-START */

.tabcontent {
    display: none;
}

.tabs-wrapper .nav {
    border-bottom: 2px solid #b4b4b4 !important;
    margin: 0 0 25px 0;
}
.tabs-wrapper .nav a,
.tabs-wrapper .nav button {
    border: 0;
    background: none;
    font-size: 15px;
    line-height: normal;
    padding: 10px 0px 10px 0px;
    position: relative;
    margin: 0 20px 0 0;
    color: #000;
    text-transform: uppercase;
	display:block;
}
.tabs-wrapper .nav a {
    font-size: 16px;
    font-weight: 500;
}
.tabs-wrapper .nav li:last-child button {
    margin: 0;
}

.tabs-wrapper .nav .active {
    color: #108196;
	font-weight: 500;
}

.tabs-wrapper .nav a::after,
.tabs-wrapper .nav button::after{
    content: '';
    width: 100%;
    height: 4px;
    background-color: #108196;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 0;
    transition-duration: 0.3s;
}

.tabs-wrapper .nav .active::after {
    width: 100%;
}

.tabs-wrapper .nav a:hover::after,
.tabs-wrapper .nav button:hover::after {
    width: 100%;
}

.video_details {
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

.video_details:first-child {
    border-top: none;
}


/* HOME-TABBING-END */


/* POPULAR CAR PAGE START */

.upcomingcar_list .img_mainbox {
    background-color: #FFF;
    min-height: auto;
    height: 158px;
    width: 100%;
    position:relative;
}

.upcomingcar_list .img_mainbox img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
	object-fit: contain;
}

.price {
    padding: 0px 0 5px 0;
    color: #000;
}

.carNamebox {
    font-weight: 500;
    color: #0E8196;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.estimatedPrice {
    font-size: 12px;
}

.dotlist {
    font-size: 15px;
    color: #24272c80;
}

.subheading {
    font-weight: 500;
    font-size: 16px;
    color: #24272c;
    padding: 0px 0 10px 0;
}
.dropdown_box .subheading {
    font-weight: 500;
    font-size: 16px;
    color: #24272c;
    text-align: left;
    padding: 7px 10px 7px 0;
    /*background-color: #b4e2eb;*/
    /*margin: 0 0 20px 0;*/
}

.dropdown_box {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}


.dropdown_box label {
    font-size: 16px;
    padding: 0 10px 0 0;
    width: 120px;
}

.dropdown_box select.form-control {
    width: 50%;
    background: url(../images/arrow.png) no-repeat 97%;
    color: #000;
    background-color: #f2f2f2;
}


/* POPULAR CAR PAGE END */


/* OFFER PAGE START */

.car_img {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.car_img img.car_img {
    width: 25%;
    margin: 0 0 10px 0;
}

.offer_listMainBox .listBox {
    /* border-bottom: 1px dashed #108196; */
}

.offer_listMainBox .listBox:last-child {
    border-bottom: none;
}

.nameBox {
    font-size: 20px;
    font-weight: 500;
}


/* OFFER PAGE END */


/* BUYER TOOL SECTION START */

.tools_listMainbox {
    padding: 0 0 10px 0;
}

.tools_listMainbox a {
    color: #000;
}

.tools_listMainbox a .tool_list {
    display: flex;
    border-bottom: 1px solid #0E8196;
    padding: 10px 0;
    gap: 10px;
}

.tools_listMainbox a:last-child .tool_list {
    border-bottom: none;
}

.tool_content span {
    font-weight: 500;
    color: #0E8196;
    font-size: 16px;
    display: block;
}

.tool_img {
    max-width: 14%;
    height: 60px;
}

.tool_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tool_content span {
    font-weight: 500;
    color: #0E8196;
    font-size: 16px;
    display: block;
}

.categories_list_mainBox {
    padding: 0px 10px 0px 10px;
}

.categories_list_mainBox .cate_check_btn {
    width: 100%;
}
.categories_list_mainBox {
    padding: 0px 10px 0px 10px;
    margin:0 10px;
}


/* BUYER TOOL SECTION END */


/* CAR BRAND PAGE START */

.highlight_list {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.highlight_list:last-child {
    border-bottom: none;
}

.highlight_heading {
    width: 15%;
    font-weight: 500;
    border-right: 2px solid #b4b4b4;
    margin: 0 15px 0 0;
}

.radioBtnBox input[type="checkbox"] {
    display: none;
}

.radioBtnBox input[type="checkbox"]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radioBtnBox input[type="checkbox"]+label .checkbox-icon {
    width: 23px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #0e8196;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

.radioBtnBox input[type="checkbox"]+label.filter_withImgBox.filter_withoutImgBox .checkbox-icon {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.content_box ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.content_box .make_list a{
    padding: 5px 8px;
    border: 1px solid #e7e7e7;
    color: #3b3b3b;
    border-radius: 8px;
    background-color: #fff;
    margin: 5px;
    display:inline-block;
    width:95%;
    cursor: pointer;
    transition-duration:0.5s;
}
.content_box .make_list a:hover{
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
}
.content_box .make_list label{
    display:flex;
}
.content_box .make_list .carNameBox{
    display: flex;
    align-items: center;
    gap: 10px;
    width:100%;
}
.content_box .make_list .carNameBox .make_logo{
    height:25px;
    width:25px;
}
.content_box .make_list .carNameBox .make_logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.popup_mainbox.makeBox {
    margin: 20px;
}
.budget_section .content_box input {
    width: auto;
}

.budget_section {
    padding: 0;
}

.budget_section .heading {
    padding: 10px;
}

.budget_section .content_box {
    padding: 0 10px 10px 10px;
}

.filter_withImgBox .carNameBox {
    padding: 0;
}

.filter_withImgBox {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100% !important;
    font-size: 15px;
    color: #108196;
    /* border: 1px solid #4ca0b0; */
    line-height: normal;
    padding: 8px 10px !important;
    text-decoration: none;
    transition-duration: .6s;
    /* background-color: #FFF; */
}


/* .filter_withImgBox:hover {
    box-shadow: 0 2px 6px #ccc;
} */

.filter_withImgBox .imgBox {
    width: 30%;
    padding: 0 10px 0 0px;
}

.filter_withImgBox .carNameBox {
    width: 70%;
}

.filter_withoutImgBox .carNameBox {
    width: 80%;
}


/* CAR BRAND PAGE END */


/* =========COMPARE CAR BRAND SECTION START ======== */

.review_heading {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 6px;
}

.review_star img {
    max-width: 20px;
    padding: 0 0 6px;
}

.review_text {
    max-height: 100px;
    /* Set the maximum height for initial display */
    overflow: hidden;
    transition: max-height 0.6s ease;
    /* Set the transition effect */
}

.readmore,
.readless_btn {
    display: none;
}

.show-details .review_text {
    max-height: none;
    /* Remove the maximum height when details are shown */
}

.viewall_btn {
    margin: 10px 0;
    text-align: left;
}

.rating_box {
    margin: 10px 0;
}

.rating_list {
    text-align: center;
    width: auto;
    position: relative;
}

.rating_list::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 1px;
    background-color: #b8aeae;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.rating_list:last-child::before {
    display: none;
}

.rating_list .number_box {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 3px solid #0E8196;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
}

.rating_list .text_box {
    font-weight: 500;
    font-size: 15px;
}

.review_footerNumber .dislike {
    transform: rotate(180deg);
}

.review_listBox {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #0E8196;
}

.review_listBox:last-child {
    border-bottom: none;
    margin: 0;
}

.review_list p {
    color: #707070;
    font-size: 15px;
}

.module_section .radioBtnBox input[type="checkbox"] {
    display: none;
}

.module_section .radioBtnBox input[type="checkbox"]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.module_section .radioBtnBox input[type="checkbox"]+label .checkbox-icon {
    width: 23px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #0e8196;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

.module_section .radioBtnBox input[type="checkbox"]+label.filter_withImgBox.filter_withoutImgBox .checkbox-icon {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.module_section .content_box ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.budget_section .content_box input {
    width: auto;
}

.budget_section {
    padding: 0;
}

.budget_section .heading {
    padding: 10px;
}

.budget_section .content_box {
    padding: 0 10px 10px 10px;
    display: none;
}

.filter_validationBox .dropdown_box .form-control {
    width: 100%;
    background: url('../images/arrow.png') no-repeat 97%;
    color: #000;
    background-color: #fcfcfc;
}

.filter_validationBox .dropdown_box {
    display: block;
}

.makeBox input[type="radio"] {
    display: none;
}

.makeBox input[type="radio"]+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin: 0 0 15px 0;
}

.makeBox input[type="radio"]+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 2px;
}

.makeBox input[type="radio"]:checked+label::before {
    background-color: #108196;
    border-color: #108196;
    content: "\2713";
    /* content: url(../images/tick_white.png); */
    color: #FFF;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.makeBox input[type="radio"]:checked+label::after {
    opacity: 1;
}

.content_box a {
    display: inline-block;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 0px 0 35px;
}

.price-input .field {
    display: block;
    width: 100%;
    height: 45px;
    align-items: center;
}

.price-input .field input {
    width: 100%;
    height: 80%;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.price-input input[type="number"]::-webkit-outer-spin-button,
.price-input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #17A2B8;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100% !important;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


/* ============COMPARE CAR BRAND PAGE END ==========*/


/* ALL CAR IMAGE S[PAGE START */

.brandtabcontent {
    display: flex;
    flex-wrap: wrap;
}
#images_section .brandtabcontent .image_box {
    height: 110px;
}
.brandtabcontent .image_box {
    width: 18%;
    margin: 5px;
    height: 200px;
    background-color: #FFF;
}
.brandtabcontent .image_box img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video_details_dec {
    border-top: 1px solid #ccc;
    padding: 5px 0 0 0;
    color: #0E8196;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.video_details_dec img {
    max-width: 16px;
    margin: 0 6px 0 0;
}

.compare_heading {
    color: #0E8196;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.priceBox span {
    font-size: 16px;
}

.imageBtn {
    font-size: 12px;
    color: #108196;
    border: 1px solid #4ca0b0;
    line-height: normal;
    padding: 7px 20px;
    text-decoration: none;
    transition-duration: .6s;
    margin: 7px 0 7px 0;
    display: inline-block;
    cursor: pointer;
}

.imageBtn:hover {
    box-shadow: 0 2px 6px #ccc;
}


/* ALL CAR IMAGE PAGE END */


/* DEALER SHOWROOM PAGE START */

.showroomList {
    display: flex;
    gap: 10px;
    margin: 0 0 10px 0;
}

.showroomList .list_box {
    width: 30%;
    margin: 0 0 10px 0;
}

.showroomList select .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 5PX;
    outline: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    background-image: url('../images/downArrow.png');
    background-position: 98% 13px;
    background-repeat: no-repeat;
    background-size: 12px;
}

.dealer_showroomMainBox {
    background-color: #fff;
    font-size: 13px;
    max-width: 100%;
    box-shadow: 0 1px 4px #ccc;
    margin: 0 0 15px 0;
    padding: 20px 15px;
}

.dealer_showroomMainBox .numberBox {
    width: 90%;
}
.dealer_showroomMainBox .numberBox.address{
    min-height:40px;
    font-size: 16px;
    color: #000;
}

.showroomHeading {
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px dashed #0E8196;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.contactNumer {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 5px;
}

.contactNumer a {
    color: #0E8196;
    font-size: 16px;
}

.showroomContact {
    margin: 10px 0 0 0;
}
.showroomContact .offerBtn{
    width: fit-content;
    margin: 0 0 0 auto;
} 

.offerBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
    padding: 8px 25px;
    font-weight: 500;
    font-size: 16px;
    transition-duration: 0.6s;
    cursor: pointer;
}

.offerBtn:hover {
    background-color: #ff4603;
    color: #FFF;
}


/* DEALER SHOWROOM PAGE END */


/* COMPARE CAR - SELECTED CAR PAGE START */

.compare_carSpecification_desktop .accordion {
    padding: 0 10px;
}

.compare_carSpecification_desktop {
    display: block;
}

.compare_carSpec_mobile {
    display: none;
}


/* Add your CSS styles here */

.selectedCar_compare {
    position: relative;
}
.selectedCar_compare .compare_top {
    transition: all 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}

.compare_carSpecification_desktop, .compare_carSpec_mobile {
    transition: all 0.5s ease;
}
.selectedCar_compare.sticky_compare .compare_top {
    position: sticky;
    top: 74px;
    z-index: 10;
    width: 100%;
    transform: translate(0px);
    transition-delay: 0.2s;
    transition: all 0.5s ease;
}

.selectedCar_compare.sticky_compare .selected_car_details .car_name {
    min-height: auto;
}

.selectedCar_compare.sticky_compare .car_capacity {
    min-height: auto;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.selectedCar_compare.sticky_compare .compare_top .car_img,
.selectedCar_compare.sticky_compare .compare_top .car_price,
.selectedCar_compare.sticky_compare .compare_top .car_details,
.selectedCar_compare.sticky_compare .compare_top .get_offerbtn,
.selectedCar_compare.sticky_compare .compareBox button.clear-button {
    display: none;
}

.selectedCar_compare.sticky_compare .list_contentBox {
    align-items: center;
}

.selectedCar_compare.sticky_compare .selectedCar_option {
    margin: 0;
}

.selectedCar_compare.sticky_compare .list_contentBox .content_list {
    padding: 0 10px;
    margin: 0;
}
.selectedCar_compare.sticky_compare .list_contentBox .content_list .compareBox img {
	cursor: pointer;
	max-width: 46px;
}

.selectedCar_compare.sticky_compare .compare_top .list_contentBox .content_list .compareBox {
    min-height: auto;
}


/* COMPARE CAR - SELECTED CAR PAGE END */


/* COMING SOON PAGE START */

.coming_soonBox {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coming_soonHeading {
    color: #0E8196;
    font-weight: 900;
    font-size: 70px;
    letter-spacing: 10px;
    animation: 2s anim-lineUp ease-out infinite;
    text-align: center;
}

@keyframes anim-lineUp {
    0% {
        opacity: 0;
        transform: translateY(80%);
    }
    20% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: translateY(0%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}


/* COMING SOON PAGE END */


/* RATE & REVICE PAGE START */

.carDetailsList .carImg {
    height: 100px;
    width: 125px;
}
.carImg.default_image {
    width: 70px !important;
}
.carDetailsList .default_car_img img {
    height: 100%;
    width: 100%;
    object-fit:contain;
}

.carDetailsList .carImg img {
    height: 100%;
    width: 100%;
    object-fit:contain;
}
.carDetailsList .carImg img.default_image{
	max-width: 45%;
    margin: 0 auto;
}
.rate_mainBox .carDetailsBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rate_mainBox .carDetailsBox .carDetailsList {
    width: 25%;
}

.rate_mainBox .carDetailsBox .carDetailsList.list1 {
    display: flex;
    gap: 25px;
    align-items: center;
    width: 35%;
    flex-wrap: wrap;
    cursor: auto;
}

.rate_mainBox .carDetailsContent {
    font-weight: 500;
}

.rate_mainBox .carDetailsList.list1 .carDetailsContent {
    font-size: 22px;
}

.rate_mainBox .carDetailsList.list1 .carDetailsHeading {
    font-size: 18px;
}
.carDetailsHeading.heading_withImg {
    display: flex;
    gap: 15px;
    align-items: center;
    cursor:pointer;
}
.carDetailsHeading.heading_withImg img{
    max-width: 14px;
}

.rate_mainBox .carDetailsBox .carDetailsList {
    cursor: pointer;
}

.rate_mainBox .rating_wrapper {
    margin: 0 0 30px 0;
}
.rate_mainBox .carDetailsBox .carDetailsList {
    cursor: pointer;
}

.rating_wrapper .content {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.rating_wrapper .outer {
    height: 135px;
    width: 135px;
    overflow: hidden; /* Prevents layout shifts */
    margin: 0 auto;
}

.rating_wrapper .emojis {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}
.rating_wrapper .outer .emojis li {
    height: 22%;
    width: 100%;
    list-style: none;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-star:before {
    content: '★' !important;
    font-size: 36px;
}
.rating_details_list .fa-star:before {
    content: '★' !important;
    font-size: 20px;
}
.rating_details_list .queestion {
    margin: 0 0 10px 0;
}
.rating_details_list .rating_text {
    padding: 0 0 20px 0;
}
.rating_wrapper #star-1:checked~.content .emojis .slideImg {
    margin-top: 0px;
}
.rating_wrapper #star-2:checked~.content .emojis .slideImg {
    margin-top: -135px;
}
.rating_wrapper #star-3:checked~.content .emojis .slideImg {
    margin-top:-270px;
}
.rating_wrapper #star-4:checked~.content .emojis .slideImg {
    margin-top:-405px;
}

.rating_wrapper #star-5:checked~.content .emojis .slideImg {
    margin-top: -540px;
}

/* Emoji slide positions */


/* Hover effect */
.rating_wrapper .stars label.star-1:hover ~ .content .emojis {
    transform: translateY(0);
}
.rating_wrapper .stars label.star-2:hover ~ .content .emojis {
    transform: translateY(-135px);
}
.rating_wrapper .stars label.star-3:hover ~ .content .emojis {
    transform: translateY(-270px);
}
.rating_wrapper .stars label.star-4:hover ~ .content .emojis {
    transform: translateY(-405px);
}
.rating_wrapper .stars label.star-5:hover ~ .content .emojis {
    transform: translateY(-540px);
}


.rating_wrapper .stars label {
    font-size: 30px;
    margin: 0 3px;
    color: #ccc;
    cursor: pointer;
}

.rating_car_details_listBox {
    display: grid;
    align-items: center;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
}

.rating_car_details_list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #b4b4b4;
    padding:0 20px;
}

.rating_car_details_list:last-child{
    border:0;
}

.rating_wrapper #star-1:hover~.content .stars .star-1,
.rating_wrapper #star-1:checked~.content .stars .star-1,
.rating_wrapper #star-2:hover~.content .stars .star-1,
.rating_wrapper #star-2:hover~.content .stars .star-2,
.rating_wrapper #star-2:checked~.content .stars .star-1,
.rating_wrapper #star-2:checked~.content .stars .star-2,
.rating_wrapper #star-3:hover~.content .stars .star-1,
.rating_wrapper #star-3:hover~.content .stars .star-2,
.rating_wrapper #star-3:hover~.content .stars .star-3,
.rating_wrapper #star-3:checked~.content .stars .star-1,
.rating_wrapper #star-3:checked~.content .stars .star-2,
.rating_wrapper #star-3:checked~.content .stars .star-3,
.rating_wrapper #star-4:hover~.content .stars .star-1,
.rating_wrapper #star-4:hover~.content .stars .star-2,
.rating_wrapper #star-4:hover~.content .stars .star-3,
.rating_wrapper #star-4:hover~.content .stars .star-4,
.rating_wrapper #star-4:checked~.content .stars .star-1,
.rating_wrapper #star-4:checked~.content .stars .star-2,
.rating_wrapper #star-4:checked~.content .stars .star-3,
.rating_wrapper #star-4:checked~.content .stars .star-4,
.rating_wrapper #star-5:hover~.content .stars .star-1,
.rating_wrapper #star-5:hover~.content .stars .star-2,
.rating_wrapper #star-5:hover~.content .stars .star-3,
.rating_wrapper #star-5:hover~.content .stars .star-4,
.rating_wrapper #star-5:hover~.content .stars .star-5,
.rating_wrapper #star-5:checked~.content .stars .star-1,
.rating_wrapper #star-5:checked~.content .stars .star-2,
.rating_wrapper #star-5:checked~.content .stars .star-3,
.rating_wrapper #star-5:checked~.content .stars .star-4,
.rating_wrapper #star-5:checked~.content .stars .star-5 {
    color: #fd4;
}

.rating_wrapper .footer {
    border-top: 1px solid #ccc;
    background: #f2f2f2;
    width: auto;
    margin: 10px 0 0 0;
    height: 40px;
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating_wrapper .footer span {
    font-size: 17px;
    font-weight: 400;
}
.footer .text::before {
    content: "Rate your experience";
}

#star-1:checked~.footer .text::before {
    content: "I just hate it";
}

#star-2:checked~.footer .text::before {
    content: "I don't like it";
}

#star-3:checked~.footer .text::before {
    content: "This is awesome";
}

#star-4:checked~.footer .text::before {
    content: "I just like it";
}

#star-5:checked~.footer .text::before {
    content: "I just love it";
}

.rating_wrapper input[type="radio"] {
    display: none;
}

.rate_mainBox .que_list {
    margin: 0 0 20px 0;
}

.que_list textarea.form-control{
    height:auto;
}

small#ratereview-count {
    float: right;
    margin: 5px 0 0 0;
}

.rate_mainBox .Que {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px 0;
}

.rate_mainBox .ans {
    display: flex;
    flex-wrap: wrap;
}

.rate_mainBox .ans_list {
    margin-right: 10px;
}

.rate_mainBox .ans_list input[type="radio"] {
    display: none;
    /* Hide the actual radio button */
}

.rate_mainBox .ans_list label {
    cursor: pointer;
    padding: 10px 25px;
    margin: 0 0 10px 0;
    background-color: #d0e2e6;
    color: #000;
    border: 1px solid #108196;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.rate_mainBox .v label:hover {
    background-color: #108196;
    color: #FFF;
}

.rate_mainBox .ans_list input[type="radio"]:checked+label {
    background-color: #108196;
    color: #FFF;
    border-color: #108196;
}

.rate_mainBox .star_list {
    font-size: 22px;
    color: gray;
}

.rate_mainBox .star_list .checked {
    color: #ffc107;
}

.rate_mainBox .que_star_list .ans_list {
    width: 26%;
    margin: 0 0 15px 0;
}

.rate_mainBox .que_star_list .ans_list:nth-child(3){
    width:40%;
}

.rate_mainBox .que_star_list .ans_list .ans_heading {
    font-size: 15px;
}

.innerBanner_bg{
    display: grid;
}
.innerBanner_bg>*{
    grid-area: 1/1;
}
.rating_banner_box {
    align-self: end;
}
.rate_mainBox .carDetailsHeading {
    color: #469CAD;
    font-size: 14px;
}
.rating_wrapper .outer .emojis li {
    height: 22%;
    width: 100%;
    list-style: none;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rating_wrapper .outer .emojis {
    height: 460%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.emojis img {
    max-width: 60px;
}

details {
    font-size: 15px;
    margin: 0 0 10px 0;
}

details p {
    padding: 5px 0 10px 0;
}

summary {
    padding: 0 0 5px 0;
}

/* RATE & REVIEW PAGE END */


/* BEST CAR PAGES START */

.modal_name {
    font-size: 16px;
    color: #000;
}

.img_countBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #000;
}

.img_countBox img {
    max-width: 30px;
}

.bestCar_imgbox {
    margin: 5px;
}


/* BEST CAR PAGES END */


/* ABOUT PAGE START */

.contentBox p {
    margin: 0 0 15px 0;
}


/* ABOUT PAGE END */


/* CAR LOAN PAGE START */

.partnerListBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px 0;
}

.partnerListBox .partnerList {
    width: 46%;
    margin: 10px 10px 10px 0;
    border-radius: 6px;
    border: 1px solid #b6b6b6;
    background-color: #ededed;
    text-align: center;
    padding: 10px;
}

.partner_img {
    height: 43px;
    width: 103px;
    margin: 0 auto;
}

.partner_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cal_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:10px 0 0 0;
}

.cal_list .newEmiValue {
    background: #f3f3f3;
    border-radius: 2px;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 15px;
}

.cal_listBox {
    padding: 10px 0;
}

.usedCar_caculation_box .cal_listBox {
    padding: 0;
}
.usedCar_caculation_box .loanHeading{
    padding: 0;
}

.loanHeading {
    font-weight: 500;
    color: #108196;
    font-size: 20px;
    padding:0 0 10px 0;
}

.cal_list .newEmiValue .amount {
    text-align: right;
    color: #001647;
    margin-left: 8px;
    font-size: 16px;
}

.cal_list .amount {
    font-size: 17px;
    color: #9d9d9d;
}

.calculation_section .range-slider {
    position: relative;
}

.calculation_section .range-slider__input {
    appearance: none;
    width: 100%;
    height: 4px;
    background-color: #9d9d9d;
}

.calculation_section .range-slider .progress {
    top: 10px;
    height: 6px;
    background-color: #17A2B8;
    position: absolute;
    left: 0;
    cursor: pointer;
}
.calculation_section input[type="range"]:focus {
    outline: 0px;
     background-color: #9d9d9d;
}
.calculation_section input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #17A2B8;
    /*background: url('../images/car_slide.png') no-repeat center center;*/
    background-size: contain;
    cursor: pointer;
    position: relative;
    z-index: 10;
    box-shadow: none;
    border-radius: 20px;
    top:0px;
}

.calculation_section input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #17A2B8;
    /*background: url('../images/car_slide.png') no-repeat center center;*/
    background-size: contain;
    cursor: pointer;
    position: relative;
    z-index: 20;
    box-shadow: none;
    border-radius: 20px;
}

.mainPriceBox .priceBox {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #ff4603;
    padding: 0px 0 40px 0;
}

.mainPriceBox .maxText {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #ff4603;
}

.mainPriceBox .compare_btn {
    display: block;
    margin: 10px 0;
}

.mainPriceBox .interestBox {
    display: flex;
    justify-content: space-between;
    background-color: #d9d9d9;
    padding: 10px 20px;
    margin: 20px 0 10px 0;
}

.interestBox .heading {
    color: #108196;
    font-weight: 500;
}

.interestBox .note {
    font-size: 12px;
}

.loanOfferText span {
    color: #ff4603;
}


/* CAR LOAN PAGE END */


/* ERROR PAGE START */

.error_img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
}
.error500_img {
    max-width: 30%;
    margin: 0 auto;
    display: block;
    border-radius: 40px;
}


/* ERROR PAGE END */


/* NEWS DETAILS PAGE START */

.user_detailsBox {
    display: flex;
    align-items: end;
    justify-content: space-between;
    background-color: #F8F8F8;
    padding: 10px;
    margin: 0 0 10px 0;
}

.deatils_heading {
    font-size: 20px;
    font-weight: 500;
}

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

.userImgBox {
    height: 50px;
    width: 50px;
}

.userImgBox img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 100%;
}

.userNameBox .userName {
    font-size: 18px;
    color: #108196;
    font-weight: 500;
}

.userViews img {
    max-width: 20px;
    margin: 0 5px 0 0;
}

.details_content {
    padding: 15px 0 0;
}

.details_content img{
    max-width: 100%;
    height: auto !important;
}
.details_content p {
    padding: 0 0 5px 0;
    font-family: "Roboto", sans-serif !important;
    font-size:16px !important;
}
.details_content p:empty {
  display: none;
}
.details_content span,
.details_content p span{
    font-family: "Roboto", sans-serif !important;
    font-size:16px !important;
}
.location_name {
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 10px 0;
}

.details_formBox {}


/* NEWS DETAILS PAGE END */


/* USED CAR PAGE START */

.search_dropdown div {
    padding: 10px;
    width: 100%;
    height: 55px;
    background-color: #000;
    border: none;
    outline: none;
    color: #fff;
}
.search_mainbox .search_dropdown div {
    background-color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carDetails_heading {
    font-weight: 700;
    font-size: 26px;
    color: #000;
    margin: 0 0 6px 0;
}

.carDetails_subheading {
    font-size: 16px;
    color: #000;
    margin: 0 0 10px 0;
}

.emi_text {
    margin: 0 0 10px 0;
}

.usedcarDetails_section .container-inner {
    padding: 0px 70px 20px;
}

.specification_list {
    margin: 0 0 20px 0;
}

.specification_list img {
    margin: 0 8px 0 0;
}

.carCondition_section .compare_btn {
    width: auto;
    margin: 10px 0;
}

.certificate_heading {
    font-size: 20px;
}

.certificate_subheading {
    color: #108196;
    font-size: 18px;
}

.tab-content .usedCar_list {
    margin: 0 10px 5px;
}

.usedCar_list_box,
.usedCar_list {
    background-color: #f2f2f2;
    font-size: 16px;
    max-width: 100%;
    box-shadow: 0 1px 4px #ccc;
    position: relative;
    margin: 0 25px;
}

.usedCar_list {
    margin: 0 25px 5px;
}

.usedcarNamebox ,
.usedcarNamebox a{
    line-height: normal;
    color: #0e8196;
    font-size: 16px;
    display: block;
    font-weight: 500;
    padding: 0px 0 5px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background-color: #f2f2f2 !important;
}

.upcomingcar_content .car_details {
    font-size: 13px;
    color: #000;
    margin: 0 0 5px 0;
}

.product_Footerbox{
    display:flex;
    justify-content: space-between;
}

.usedCar_list_box {
    margin: 0 15px;
}

.usedCar_list_box.listBox {
    margin: 0 0px 25px 0;
}

.usedCar_list_box a,
.usedCar_list a {
    background-color: #f8f8f8;
    min-height: auto;
    position: relative;
}
.usedCar_list_box .img_mainbox .img_label, 
.usedCar_list .img_mainbox .img_label {
    background-color: #FFFFFFC7;
    color: #ff7d4e;
    padding: 6px 10px;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
}
.usedCar_list_box .img_mainbox .img_label:hover, 
.usedCar_list .img_mainbox .img_label:hover {
    background-color: #FFFFFF;
}
.sort_by_box {
    display: flex;
    align-items: center;
} 
.sort_by_box label {
    font-size: 16px;
    padding: 0 10px 0 0;
    width: 110px;
}
.heading_box{
    margin: 0 0 10px 0; 
}

.heading_box_with_sort {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
    flex-wrap:wrap;
}
.heading_box_with_sort .heading26_black {
    margin: 0;
}
.module_section.section_margin.active .heading_box{
    position: sticky;
    top:76px;
    background-color:#FFF;
    z-index: 1;
    padding:10px 0 0 0;
}
.desktop_filter_validationBox.position__sticky {
    top: 100px;
    height: auto;
    overflow: auto;
}
.desktop_filter_validationBox.usedCar.position__sticky {
    top: 150px;
    height: auto;
    overflow: auto;
}

.best_usedCar .desktop_filter_validationBox.usedCar.position__sticky {
    top: 78px;
    height: auto;
    overflow: auto;
}

.filter_main_box .dropdown_box {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.filter_main_box .dropdown_box::-webkit-scrollbar {
    width: 8px;
}

.filter_main_box .dropdown_box::-webkit-scrollbar-track {
    background: transparent;
}

.filter_main_box .dropdown_box::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.filter_main_box .dropdown_box::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.usedCar_list_box .img_mainbox,
.usedCar_list .img_mainbox {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    height: 170px;
    width: 100%;
    position:relative;
}

.usedCar_list_box .img_mainbox img,
.usedCar_list .img_mainbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.usedCar_list_box .upcomingcar_content,
.usedCar_list .upcomingcar_content {
    padding: 15px 15px ;
}
.contact_options_box {
    padding: 0px 0 15px 0;
    text-align: center;
}
.usedCar_position__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
}
.used_car_name {
    color: #0E8196;
}
.sticky_footer_buttons {
    display: none;
}
.contact_options {
    height: 35px;
    width: 35px;
    display: inline-flex;
    background-color: #ff460317 !important;
    padding: 7px;
    margin: 0 2px;
    border-radius: 20px;
    border: 1px solid #ff4603;
    transition-duration: 0.5s;
    align-items: center;
    justify-content: center;
}

a.contact_options img {
    height: 20px;
}
.contact_options:hover{
    transform: translateY(-4px);
    border: 1px solid #ff4603;
    background-color: #ffdbce !important;
}

.wishlist_Box {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #FFF;
    border: 1px solid #F8F8F8;
    color: #000;
    border-radius: 0 0 0 20px;
    padding: 3px 3px 4px 6px;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

.wishlist_Box img {
    max-width: 25px;
}

.footer_contentBox {
    background-color: #e9e9e9;
    color: #000;
    padding: 8px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.footer_contentBox span {
    font-size: 15px;
}

.footer_contentBox img {
    max-width: 15px;
    margin: 0 6px 0 0;
}

.usedCar_list_box:hover .wishlist_Box,
.usedCar_list:hover .wishlist_Box {
    opacity: 1;
    z-index: 1;
}
.description_listBox{
    margin: 10px 0;
}
.description_list_heading{
    font-size: 18px;
    font-weight: 500;
}

.description_listBox ul li{
    list-style-type: square;
    list-style-position: inside;
}
/* .budget_box .nav button {
    width: 100px;
}

.budget_box .nav button span {
    display: block;
} */

.usedcarImg_box {
    width: 23%;
    margin: 5px;
    height: 110px;
    background-color: #FFF;
}

.featureListing {
    padding: 20px 0 0 0;
}

.content_box.inner_scroll {
    height: 100px;
    scrollbar-width: thin;
    overflow-x: hidden;
}

/* USED CAR PAGE END */

.thankyou_msgHeading {
    font-weight: 700;
    font-size: 35px;
    margin: 30px 0 25px 0;
    color: #0E8196;
    line-height: 38px;
}

.thankyou_msgSubheading {
    font-weight: 500;
    font-size: 23px;
    line-height: 25px;
}


/* TERMS PAGE START */

.listingBox {
    margin: 0 0 30px 0;
}

.listingBox li {
    position: relative;
    padding-left: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
.listingBox li::before {
    content: '\2022';
    position: absolute;
    top: 0px;
    left: 0;
    font-weight:700;
    line-height:normal;
    font-size: 23px;
}

.agreementText p {
    margin-bottom: 15px;
}

.agreementText .heading {
    font-weight: 500;
    font-size: 20px;
    color: #108196;
    padding: 0 0 10px 0;
}

.comingsoon_img {
    max-width: 40%;
}


/* TERMS PAGE END */


/* FIND DEALER DETAILS PAGE START */

.contact_heading {
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
}

.contact_details_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
    gap: 20px; 
}

.contact_listBox {
    display: grid;
    background-color: #ffdbce14;
    color: #000;
    padding: 15px;
    margin: 0 0 15px 0;
    border: 1px solid #ff4603;
    align-items: center;
}

.used_car_auto_list{
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr)); 
    gap: 20px; 
}
.car_auto_list .usedCar_list {
    margin: 0 auto;
}
.contact_listBox .numberBox a {
    color: #000;
}

.contact_listBox .numberBox:hover a {
    color: #0e8196;
}

.contact_listBox .contactNumer img {
    margin: 0 10px 0 0;
}


/* FIND DEALER DETAILS PAGE END */


/* FANCY BOX CSS START */

.fancybox-navigation .fancybox-button,
.fancybox-navigation .fancybox-button:link,
.fancybox-navigation .fancybox-button:visited {
    color: #ff4603;
}

.fancybox-navigation .fancybox-button {
    border: 0;
    color: #ff4603;
    background: #fff2ec;
    border: 1px solid #ff4603;
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
}

.fancybox-navigation .fancybox-button:hover {
    color: #ff4603;
}

.fancybox-navigation .fancybox-button--arrow_left {
    padding: 0 !important;
    left: 10% !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 0 !important;
    right: 10% !important;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    border: 1px solid #888;
}


/* FANCY BOX CSS END */


/* SELL MY CAR UPLOAD IMAGES POPUP START */

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    color: #000;
    text-align: center;
    min-width: 100%;
    padding: 5px 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px dashed #ff4603;
    background-color: #ffdbce24;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}



.upload__btn:hover {
    background-color: #ff4603;
    border-color: #ff4603;
    color: #FFF;
    transition: all 0.3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.upload__img-box {
    width: 30%;
    height: 95px;
    position: relative;
    padding: 0 10px;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    margin: 5px;
}

.upload__img-close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff2ec;
    border: 1px solid #ff4603;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 17px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "x";
    font-size: 15px;
    color: #ff4603;
    font-weight: 500;
}

.upload__img-box img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.loginBox .heading {
    color: #0e8196;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 0;
}

.loginBox .heading span {
    color: #000;
    font-weight: 400;
    font-size: 12px;
}

.spec_list {
    column-count: 3;
}

.spec_list li {
    display: flex;
    margin: 0 0 10px 0;
    gap: 5px;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    padding: 10px;
}

.spec_list li label {
    width: 100%;
}


/* SELL MY CAR UPLOAD IMAGES POPUP START */


/* MY CAR LISTING PAGE START */

.edit_btn {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.edit_btn .btnList {
    border-radius: 10px;
}

.car_list_header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.confirmBox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
}

.confirmMessage {
    margin-bottom: 10px;
}

.confirmButtons {
    text-align: center;
}

.confirmButton {
    margin: 0 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

.confirmButton:hover {
    background-color: #0056b3;
}


/* MY CAR LISTING PAGE END */
button.swal2-confirm.swal2-styled {
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    color: #000;
    padding: 5px 35px;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.6s;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
}
button.swal2-confirm.swal2-styled:focus{
    box-shadow: none;
}
.swal2-popup {
    max-width: 400px;
    padding: 10px;
}
.swal2-actions {
    margin: 5px 0;
}
#swal2-html-container {
    font-size: 15px;
    margin: 10px 0;
}
#swal2-title {
    font-size: 21px;
    padding: 4px 10px 0 0;
}

.highlight_box_list {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.highlight_box_list:last-child{
    border-bottom: none;
}
.highlight_list_title {
	width: 20%;
}
.preview-container {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.preview-container img {
max-width: 100px;
max-height: 100px;
}

.mapframe iframe {
    width: 100% !important;
    height: 100% !important;
}


.form_dealer_listing .form_dealer_list{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
    background-color: #fff;
}
.form_dealer_listing {
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    background-color: #f8f8f8;
    margin:0 0 15px 0;
}
.form_dealer_listing::-webkit-scrollbar {
    width: 8px;
}

.form_dealer_listing::-webkit-scrollbar-track {
    background: transparent;
}

.form_dealer_listing::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.form_dealer_listing::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.dealerNumber{
    padding: 0 0 5px 0;
}
.dealerNumber a{
    color: #108196;
    font-size: 15px;
}
.form_dealer_listing img{
    max-width: 20px;
}
.dealer_address {
    font-size: 15px;
}
.leadform_details_heading{
    font-size:18px;
    text-align:center;
}
.dealerName {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 8px 0;
}
.dealer_map iframe {
    height: 350px !important;
    width: 100% !important;
}
.dealer_showroomMainBox .contactNumer .numberBox{
    min-height: 40px;
}
.dealer_page .dealer_showroomMainBox .contactNumer .numberBox{
    min-height: auto;
}

/* ---- RATING DETAILS PAGE START ----- */
.rating_details_list {
    margin: 0 0 15px 0;
}
.rating_details_content {
    width: 100%;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #FFF;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.rating_details_listBox {
    padding: 10px 20px;
}
.rating_details_carImg {
    width: 30%;
}
.rating_details_contentBox{
    width: 100%;
}
.rating_details_carbox{
    position: relative;
}
.rating_details_carbox .edit_option {
    position: absolute;
    top: 5px;
    right: 5px;
}
.rating_details_carbox .rating_carName {
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    color: #000;
    text-align: left;
    background-color: #1081961f;
    line-height: normal;
    margin: 0 0 10px 0;
}

.rating_details_list .answer {
    display: inline-block;
    width: auto;
    background-color: #108196;
    padding: 7px 10px;
    color: #fff;
    line-height: normal;
    border: 1px solid #108196;
    border-radius: 40px;
}

.answer .stars .fa-star{
    color: #fd4;
    font-size: 16px;
}
.write_review_heading{
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px 0;
} 

.filter_listBox {
    display: flex;
    gap: 15px;
    margin: 0 0 10px 0;
}
.filter_box {
    background-color:#0e819633;
    border: 1px solid #0e8196;
    color: #000;
    line-height: normal;
    padding: 8px 20px;
    border-radius: 23px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    transition-duration: 0.6s;
}
.filter_box .close_btn{
    display: none;
}
.filter_box:hover .close_btn{
    display: block;
}
.filter_box:hover{
    background-color:#0e8196;
    border: 1px solid #0e8196;
    color: #FFF;
}
/* ---- RATING DETAILS PAGE END ------- */
.similar_carDetails {
    padding: 10px;
    border: 1px solid #16869a;
    margin: 10px 0;
    background-color: #e6f4fc;
    position: relative;
}

.similar_carDetails input[type="checkbox"] {
    position: absolute;
    top: 10px;
    right: 10px
}

.similar_carDetails label {
    display: flex;
    gap: 10px;
}

.similar_carDetails img {
    max-width: 100px;
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.selectAll_checkbox{
    text-align:end;
}
.form-check-input:checked {
    background-color: #0e8196;
    border-color: #0e8196;
}

.desktop_ads, .google_desktop_ads{
    display:block !important;
	text-align:center;
}
.mobile_ads, .google_mobile_ads{
    display:none !important;
	text-align:center;
}
.home_page .brand_section.section_margin{
    margin:0;
}
/* === VIRTUAL SHOWROOM PAGE START ==== */
.virtual_showroom_container{
    padding: 20px 30px;
}
.heading26_black.visrtual_showroom_heading{
    border-bottom: 2px solid #b4b4b4; 
    line-height:40px;
}
.showroom_img{
    width: 100%;
    height: 300px;
}
.showroom_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*.virtual_showroom_imgList{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));*/
/*    gap: 10px;*/
/*}*/
.virtual_showroom_imgList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    overflow: hidden; /* Hide overflow */
    height: 160px; /* Set height to fit one item */
}
.virtual_showroom_imgList .fancy-image-wrap{
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.virtual_showroom_imgList .fancy-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.virtual_showroomContact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}
.virtual_showroomContact .offerBtn {
    padding: 8px 8px;
    font-size: 15px;
}

.virtual_showroom_address{
    color: #000;
    font-size: 15px;
}
.virtual_showroom_addressBox {
    display: grid;
    grid-template-columns: 1fr 40px;
    margin: 0 0 10px 0;
    gap: 10px;
}
.showroomContact{
    display: grid;
}
.virtual_showroom_brand_logo img{
    max-width: 40px;
}
.virtual_showroom_phone.contactNumer a{
    font-size: 16px;
}
.virtual_showroom_phone img{
    max-width: 16px;
}
.opening_hr_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px dashed #b4b4b4;
    font-size: 15px;
    padding: 5px 0;
}
.opening_hr_list:last-child{
    margin: 0 0 10px 0;
    border-bottom: 0;
}
.opening_highlight .opening_day,
.opening_highlight .opening_time{
    font-weight: 700;
}
.city_showroom_section{
    margin: 10px 0 0 0;
}
.city_showroom_section li {
    list-style-type: disc;
    font-size: 15px;
}
.city_showroom_section li::marker{
    color: #ff4603;
    font-size: 16px;
}
.new_car_pre_owned {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.new_car_pre_owned_list {
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 15px;
}
.virtual_showroom_details{
    margin: 0 0 15px 0;
}
.virtual_showroom_offer.offer_listMainbox{
    margin: 0 5px 15px;
}
.virtual_showroom_offer.offer_listMainbox:last-child{
    /*margin-bottom: 0;*/
}
/* .virtual_showroom_model_list,.virtual_showroom_offers_listBox {
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
    scroll-padding: 0;
}
.virtual_showroom_model_list::-webkit-scrollbar,
.virtual_showroom_offers_listBox::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
    display:none;
}

.virtual_showroom_model_list::-webkit-scrollbar-thumb,
.virtual_showroom_offers_listBox::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b4b4b4;
} */
/* === VIRTUAL SHOWROOM PAGE END ====== */
.dealer_showroomMainBox .offerBtn {
    padding: 8px 12px;
    font-size: 15px;
}

/* CAR REVIEWS LANDNG PAGE START */
.truncate3l{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.allreviewslink {
    padding: 15px 0 5px;
}
.reviewer_profile{
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
}
.authorThumb {
    width: 30px;
    height: 30px;
    background: #0E8196;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.authorSummary{
    margin-left: 0;
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
}
.reviewer_brandName {
    font-size: 15px;
    padding: 0 0 5px 0;
    color: #0E8196;
    font-weight:500;
}
.fav_car_rating_mainBox{
    margin: 0 0 15px 0;
    /* padding: 10px; */
    box-shadow: 0 1px 4px #ccc;
    background-color: #FFF;
    border: 1px solid #CCC;
    display:grid;
    grid-template-columns: 38% 1fr;
    gap: 20px;
}
.fav_car_rating_img a{
    height: 100px;
    display: inline-block;
    width: 100%;
}
.fav_car_rating_img a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fav_car_rating_name{
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fav_car_rating_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fav_car_rating_stars .rate {
    float: left;
    height: auto;
    padding: 0;
}
.fav_car_rating_stars .rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.fav_car_rating_stars .rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#a6a6a6;
    border: none;
    background-color: transparent;
    padding: 0;
}
.fav_car_rating_stars .rate:not(:checked) > label:before {
    content: '★ ';
}
.fav_car_rating_stars .rate > input:checked ~ label {
    color: #fd4 !important;
    border: none;
    background-color: transparent!important;
    padding: 0;

}
.fav_car_rating_stars .rate:not(:checked) > label:hover,
.fav_car_rating_stars .rate:not(:checked) > label:hover ~ label {
    color: #fd4 !important;
    border: none;
    background-color: transparent!important;
    padding: 0;
}
.fav_car_rating_stars .rate > input:checked + label:hover,
.fav_car_rating_stars .rate > input:checked + label:hover ~ label,
.fav_car_rating_stars .rate > input:checked ~ label:hover,
.fav_car_rating_stars .rate > input:checked ~ label:hover ~ label,
.fav_car_rating_stars .rate > label:hover ~ input:checked ~ label {
    color: #fd4 !important;
    border: none;
    background-color: transparent!important;
    padding: 0;
}
.select_car_form .varientData {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    position: relative;
    margin: 0;
}
.review_searchBox {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap:15px
}
.review_search_mainbox {
    background-color: #f8f8f8;
    padding: 15px;
    margin: -35px 0 40px 0;
    position: relative;
    box-shadow: 0px 10px 20px #0000001f;
}
.review_search_mainbox .varientData {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    cursor: pointer;
    position: relative;
    margin: 0;
}
.compare_btn.review_btns{
    line-height: 1.4;
}
.terms_condition_list .custom_offer_list li{
    padding:0 0 6px 0;
}
.how_to_win_header {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    margin: 0 0 5px 0;
}
.how_to_win_content p{
    font-weight:400;
    font-size:15px;
    padding:0 0 10px 0;
    color:#000;
}
.how_to_win_content{
    margin:5px 0 0 0;
}
.how_to_win_header img{
    height: 35px;
}
.how_to_win_heading {
    color: #0E8196;
    font-weight:500;
}
.how_to_win_list:not(:last-child) {
    border-bottom: 1px solid;
    padding: 0 0 6px;
    margin: 0 0 6px;
}
.car_review_page .position__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}
.favorite_car_listing_mainbox {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 345px;
}

.favorite_car_listing_mainbox::-webkit-scrollbar {
    width: 1px;
    height: 1px; 
}

.favorite_car_listing_mainbox::-webkit-scrollbar-thumb {
    background-color: #ccc; 
    border-radius: 10px; 
}

.favorite_car_listing_mainbox::-webkit-scrollbar-track {
    background-color: #eee; 
}

.favorite_car_listing_mainbox {
    scrollbar-width: thin;
    scrollbar-color: #ccc #eee; 
}

/* CAR REVIEWS LANDNG PAGE END */



/* CAREER PAGE START */
.career_subheading {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.career_page p{
    margin: 0 0 10px 0;
}
.career-info__card-row {
    margin: 0 0 10px 0;
    line-height: 20px;
}
.career-info__heading{
    font-weight: 600;
    font-size: 16px;
    color: #108196;
}
.career-info__card-row ul {
    padding: 5px 0 5px 25px !important;
}
.career-info__card-row ul li {
    list-style: disc !important;
    padding: 0 0 5px 0;
}
.career-info__card-row ul ul li{
    list-style: circle !important;
    padding: 0 0 5px 0;
}

.career_page .accordion-item {
    border-radius: 0 !important;
    background-color: #FFF;
    border: 1px solid #b4b4b4 !important;
    margin: 0 0 20px 0;
    padding: 5px;
}
.career_page .accordion-button {
    background-color: #FFF;
    padding: 10px;
    font-size: 20px;
    color: #108196;
}
.career_page .accordion-button:not(.collapsed) {
    font-size: 20px !important;
    color: #108196;
    font-weight: 700;
    background-color: #FFF;
    box-shadow: none;
    border-bottom: 1px solid;
}
/* CAREER PAGE END */


/* ============SELL MY CAR START============ */

#multistepsform {
  position: relative;
}
#multistepsform .form-step {
    display: none;
}
#multistepsform .form-step.active {
    display: block;
}

#multistepsform fieldset {
    background: #fff;
    padding: 20px;
}
#multistepsform .sell-item{
    background-color: #FFF;
    margin: 0 0 10px 0;
}
#multistepsform .accordion-button{
    background-color: #FFF;
}
#multistepsform .sell-header {
  background: #FFF;
  box-shadow: 0 0px 10px #0000002b;
}
#multistepsform .form-group label{
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #000;
}
#multistepsform {
    width: 550px;
    margin: 0 auto;
    position: relative;
    background-color: #FFF;
    padding: 30px;
}
#multistepsform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}
#multistepsform fieldset:not(:first-of-type) {
  display: none;
}
#multistepsform .form-control {
    border-radius: 0;
    font-size: 14px !important;
    padding: 10px 18px 10px 10px;
    line-height: normal;
    border: 1px solid #0e8196;
    width: 100%;
    background-color: #0e81960a !important;
    border-radius: 6px;
    box-shadow: 1px 2px 5px #0000001a;
    min-height: 40px;
    height: 40px;
    position: relative;
}
#multistepsform textarea.form-control{
    min-height: auto;
    height: auto;
}
#multistepsform input:focus,
#multistepsform textarea:focus {
  border-color: #0E8196;
  outline: none;
}
#multistepsform .cate_check_btn {
    font-size: 16px;
    font-weight: 500;
    color: #ff4603;
    text-align: center;
    border: 1px solid #ff4603;
    line-height: normal;
    padding: 7px 40px;
    text-decoration: none;
    transition-duration: 0.6s;
    margin: 10px 0 0 auto;
    cursor: pointer;
    display: inline-block;
}
#multistepsform .cate_check_btn:hover{
    background: #ff4603;
    color: #FFF;
}
#multistepsform .btn-toggle .btn {
    background-color: #FFF;
    color: #0E8196;
    border: 1px solid;
    height: 40px;;
    display: flex !important;
    align-items: center;
}
#multistepsform .btn-check:checked + label {
    background: #0E8196;
    color: #FFF !important;
    border: 0px solid #0E8196;
}
#multistepsform .btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
#multistepsform .custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

#multistepsform .dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #0e8196;
    background: #c1d9de;
    box-shadow: 0px 7px 20px 2px #0000001a;
    list-style: none;
    padding: 5px;
    margin: 5px 0 0 0;
    z-index: 1000;
    grid-template-columns: 1fr 1fr;
    border-radius: 6px;
    max-height: 175px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
} 
#multistepsform .dropdown-menu li span{
    height:20px;
    width:20px;
    border-radius:20px;
    box-shadow: 0px 0px 3px #ddd;
    margin:0 5px 0 0;
}

#multistepsform .custom-dropdown-toggle img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

#multistepsform .dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #0e8196;
    background: #c1d9de;
    box-shadow: 0px 7px 20px 2px #0000001a;
    list-style: none;
    padding: 5px;
    margin: 5px 0 0 0;
    z-index: 1000;
    grid-template-columns: 1fr 1fr;
    border-radius: 6px;
}
#multistepsform .dropdown-menu li {
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 5px;
    border: 1px solid #0e8196;
    background:  #FFF;
    border-radius: 6px;
    font-size: 14px;
    transition-duration: 0.4s;
}
#multistepsform .dropdown-menu li.selected-option {
    background: #0e8196;
    color: #FFF;
}
#multistepsform .mobile_numberBox input{
    background-color: transparent;
}
#multistepsform .dropdown-menu li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#multistepsform .dropdown-menu li:hover {
    background: #0e8196;
    border-radius: 6px;
    color: #FFF;
}
#multistepsform .action-button {
    font-size: 15px;
    text-align: center;
    line-height: normal;
    padding: 10px 30px;
    border-radius: 8px;
    background-color: #ffdbce;
    border: 1px solid #ff4603;
    font-weight: 500;
    color: #000;
    width: auto;
    transition-duration: 0.4s;
}
#multistepsform .prev-btn{
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    color: #000;
}
#multistepsform .action-button:hover{
    background-color: #ff4603;
    color: #FFF;
}
.sell_car_button_wrap {
    display: flex;
    justify-content: space-between;
}
#multistepsform .form-group.option{
    position: relative;
}
#multistepsform .option::after {
    position: absolute;
    content: "(Optional)";
    right: 36px;
    top: 66%;
    transform: translateY(-50%);
    z-index: 1;
    color: #888;
    font-size: 12px;
    pointer-events: none;
}
#multistepsform .checkBox_list{
    display: flex;
    align-items: center;
    gap: 6px;
}
#multistepsform .checkBox_list {
    display: flex;
    position: relative;
    cursor: pointer;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
#multistepsform .checkBox_list label span {
    font-size: 10px;
}
#multistepsform .chechBox_item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#multistepsform .chechBox_item label {
    width: 16px;
    height: 16px;
    border: 1px solid #0e8196;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    margin: 0;
}

#multistepsform .chechBox_item input:checked + label {
    background-color: #0e8196;
}

#multistepsform .chechBox_item input:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.formBox .sell_dshow_box .form-group {
    margin: 0 0 15px 0;
}
.sell_dhide_box {
    display: none;
    transition: all 0.3s ease-in-out;
}

.sell_dhide_box.show {
    display: block;
}
.sell_car_inner_toggle_box{
    background-color: #f6f6f6;
    padding: 15px 15px 1px 15px;
    position: relative;
    margin: 0 0 15px 0;
}
.form_subheading {
    margin: 0 0 10px 0;
    font-weight: 500;
    color: #ff4603;
}
.seeMoreButton {
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 16px;
    font-size: 12px;
    color: #0e8196;
    cursor: pointer;
}

/* ============SELL MY CAR END============== */

/* Style for the Load More button */
#loadMoreBtn {
    font-size: 14px;
    font-weight: 500;
    color: #ff4603;
    text-align: center;
    border: 1px solid #ff4603;
    background: #FFF;
    line-height: normal;
    padding: 7px 20px;
    text-decoration: none;
    transition-duration: 0.6s;
    margin: 10px auto 0px auto;
    cursor: pointer;
    display: inline-block;
    float: right;
}

/*tags*/
.categories_list{
    position: relative;
}
.recommended_box {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FF4603;
    color: #FFF;
    padding: 4px 10px;
    text-align: center;
}
.brand_mainBox .brandBox {
    position: relative;
}
.brand_listing .brand_mainBox{
    /*margin: 25px 0 0 0;*/
	margin: 0px 0 0 0;
}
.buy-used-car .brand_listing .brand_mainBox {
    margin: 0;
}
.brand_tag {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 100px;
    font-size: 10px;
    background-color: #FF4603;
    color: #FFF;
    padding: 4px 4px;
    text-align: center;
    z-index: 1;
}

.popular_com_list{
    position: relative;
}
/*.popular_com_tab{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-color: #FF4603;
    color: #FFF;
    padding: 4px 10px;
    text-align: center;
}*/

.dealer_showroomMainBox.virtual_tour_select_box {
    background-color: #FFF2EE;
}

.brand_listing, .topbrand_listing {
    max-height: 120px;
    overflow: hidden;
    padding: 25px 0 0 0;
}

.filter_optionsBox {
    display: flex;
    gap: 10px;
}
.filter_optionList {
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: #026C80;
    border-radius: 20px;
    padding: 6px 10px;
    color: #FFF;
}
.filter_option_closeBtn {
    background-color: #FFF;
    height: 20px;
    color: #026C80;
    width: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    cursor:pointer;
}

.findcar_section .tab-content {
	padding: 25px 0 0 0;
}

.dealer_ctas a button img {
        max-width: 20px;
    }
    .dealer_ctas a {
        display: block;
        width: 100%;
    }
    .dealer_ctas {
        display: flex;
        gap: 16px;
        flex-flow: row;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .dealer_ctas button {
        display: inline-flex;
        gap:10px;
        align-items: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
        user-select: none;
        vertical-align: middle;
        appearance: none;
        line-height: 1.75;
        box-shadow: none;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.25px;
        text-transform: capitalize;
        color: rgb(35, 38, 42);
        background-color: rgba(255, 237, 234, 0.5);
        height: 40px;
        width: 100%;
        outline: 0px;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        margin: 0px;
        text-decoration: none;
        border-radius: 6px;
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
        flex: 1 1 0%;
        padding: 8px 4px;
    }
    .show_dealer_info a .call_btn {
        background-color: #FF4603;
        color: #FFF;
    }
    .show_dealer_info a .whatsapp_btn {
        background-color: #25D366;
        color: #FFF;
    }

.tabs-wrapper .nav {
    border-bottom: 2px solid #B4B4B4 !important;
    margin: 0;
}
.used_car_index .brand_listing {
    max-height: 120px;
    overflow: hidden;
    padding: 25px 0 0 0;
}

.brand_listing .brand_mainBox {
    margin: 0px 0 0 0;
}

.used_car_index .brand_listing.expanded {
    max-height: none;
    overflow: hidden;
}

.adv_imgBox video {
    width: 100%;
    height: auto;
}

/* Hide Load More button on non-mobile screens */
@media (min-width: 769px) {
    #loadMoreBtn {
        display: none;
    }
}


/* ============ RESPONSIVE MEDIA QUERY START===========*/

@media screen and (max-width: 991px) {
    .sticky-carOption .list-group {
        position: unset;
        margin: 0;
        max-width: inherit;
        padding: 0px;
    }
    .sticky-carOption .selectedCar_optionbox {
        position: unset;
        margin: 0;
        max-width: inherit;
        padding: 0px;
    }
    .sticky-carOption .selected_car_details .car_img {
        display: block;
    }
    .sticky-carOption .selected_car_details .car_price {
        display: block;
    }
    .sticky-carOption .selected_car_details .car_price~.car_details {
        display: block;
    }
    .sticky-carOption .compareBox button.clear-button {
        top: 0;
        right: 0;
    }
    .desktop_ads, .google_desktop_ads{
        display:none !important;
    }
    .mobile_ads, .google_mobile_ads{
        display:block !important;
    }
	 .carDetailsHead_section.sticky_menu .heading26_black {
        font-size: 18px;
        line-height: normal;
        margin: 0;
        border-bottom: 1px solid #b4b4b4 !important;
    }

    .carDetailsHead_section.used_carDetailsHeadsection.sticky_menu .container-inner {
        padding: 0;
    }
	#multistepsform{
		width:100%;
		padding:15px;
	}
	.loginBox.sell_my_car{
		display:block;
	}
}

@media screen and (min-width: 1400px){
	/*.newshinytag {
		top: -14px;
	}*/
}

@media screen and (max-width: 1400px) {
    .logo {
        width: 120px;
    }
    .menu_box {
        padding: 0 0 0 20px;
    }
    .menu_box li .main_menu {
        padding: 10px 0px 28px 0px;
    }
    .city_list {
        min-height: 195px;
    }
    .categories_list_mainbox {
        padding: 0px 30px 0px 30px;
    }
    .compare_Box_car {
        width: 180px;
        max-width: 180px;
        min-width: 180px;
        border-top-right-radius: 5px;
        margin: 0 10px 0 0;
    }
    .compare_rightBox {
        width: 50%;
    }
    .carname,.whiteBox{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .selectedCar_option .input_box .checkbox_box{
        font-size:14px;
    }
	
}

@media screen and (max-width: 1300px) {
    .naviagtionList li {
        font-size: 15px;
    }
    .compare_Box {
        width: 200px;
        max-width: 200px;
        min-width: 200px;
    }
    .compare_rightBox {
        width: 40%;
    }
    .radioBtnBox label.switch.has-label{
        width:auto;
    }
    .trackData {
        width:auto;
    }
}

@media screen and (max-width: 1200px) {
    .headerbox {
        max-width: 100%;
    }
    .search_mainbox {
        margin: -25px 0 40px 0;
    }
    .search_input input {
        padding: 11px 20px;
    }
    .search_go input {
        height: 50px;
    }
    .cate_heading {
        font-size: 16px;
    }
    .brands_list {
        margin: 0 10px 20px 10px;
    }
    .footer_links a {
        margin: 0 0 20px 0;
    }
    .menu_box li {
        padding: 0 25px;
    }
    .menu_box li .main_menu::before {
        right: -26px;
    }
    /*.menu_box li .main_menu {
        padding: 5px 0px 32px 0px;
    }*/
    .logo {
        width: 110px;
    }
    .menu_box {
        padding: 0 0 0 10px;
    }
    #seating_capacity .findcar_list img {
        display: block;
        margin: 0 auto 5px auto;
    }
    .container-inner,
    .container-inner_btn,
    .carDetailsHead_section.sticky_menu .container-inner {
        padding: 10px 30px;
    }
    .brands_list {
        width: 90px;
    }
    .brands_list {
        width: 100px;
    }
    #budget .findcar_list,
    .findcar_list {
        width: 100%;
        min-height: 55px;
    }
    .innerbanner_bg {
        background-size: 65% 100%;
    }
    label.switch .track {
        width: 36px;
    }
    .compare_rightBox {
        width: 37%;
    }
    .cate_heading {
        font-size: 16px;
        min-height: auto;
        line-height: normal;
    }
	.tabs-wrapper .nav button,
	.tabs-wrapper .nav a{
        font-size: 14px;
        margin: 0 15px 0 0;
    }
}

@media screen and (max-width: 1025px) {
    .selected_car_details .car_name {
        font-size: 15px;
        min-height: 42px;
    }
    .selected_car_details .car_price {
        font-size: 12px;
    }
    .car_capacity {
        min-height: 38px;
        font-size: 12px;
    }
    .tabs-wrapper .nav button,
	.tabs-wrapper .nav a{
        margin: 0 15px 0 0;
    }
    .search_dropdown {
        float: left;
        width: 20%;
    }
    .search_input {
        float: left;
        width: 72%;
    }
    .search_go button,
    .search_dropdown select,
    .search_dropdown div{
        height:48px;
    }
    .submenu_list{
        width: 20%;
    }
    .queestion {
        font-size: 15px;
    }
    .upcomingcar_content .brand_icon{
        width:100%;
    }
    .footer_sociallink a{
        margin:0;
    }
	.used_car_auto_list{
        grid-template-columns: repeat(3, minmax(200px, 1fr)); 
    }
}

@media screen and (max-width: 991.98px) {
	.timer_ticker_mainBox{
        top:30%;
    }
	
    .menu_open .overlay {
        opacity: 1;
        visibility: visible;
    }
    .overlay {
        display: block;
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 0.45s ease-in-out;
    }
    .categories_list_mainbox {
        padding: 0px 15px 20px 15px;
    }
    .tabs-wrapper .nav button,
	.tabs-wrapper .nav a{
        padding: 20px 0px 20px 0px;
        margin: 0 20px 0 0;
    }
    .brands_list {
        margin: 0 10px 20px 10px;
    }
    .container-inner {
        padding: 10px 20px;
    }
    .container-inner_btn {
        padding: 10px 20px;
    }
    /* --------------FOOTER START------------- */
    footer {
        text-align: center;
    }
    .footer_links a {
        width: 31%;
    }
    .border_right {
        border-right: 0;
    }
    .languageBox {
        margin: 0 0 20px 0;
    }
    .borderBox {
        padding: 30px 0 0;
    }
    .footer_links {
        float: left;
        border-bottom: 1px solid #b4b4b4;
    }
    .footer_sociallink {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #b4b4b4;
        padding: 0 0 10px 0;
        background-color: transparent;
        position: unset;
        width: 100%;
        border-radius: 0;
    }
    .footer_sociallink img {
        margin: 0 8px 6px 0;
    }
    .footer_applink {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #b4b4b4;
        padding: 10px 0;
    }
    .footer_sociallink a {
        margin: 0;
    }
    

    /* --------------FOOTER END------------- */
    /*  -------------MAIN MENUS START------------ */
    .logo {
        margin: 0 0 0 55px;
    }
    .menu_box {
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #EFEFEF;
		display: block;
		justify-content: center;
		align-items: center;
		transform: translateX(-100%);
		transition: all 0.3s linear;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		z-index: 999;
		border: 1px solid #c4c4c4;
	}
    .menu_mainbox.menu_open .menu_box {
        display: block;
        padding: 10px 0px 30px;
        margin: 0 auto;
        float: none;
        max-width: 60%;
        transform: translateX(0%);
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    .menu_mainbox.menu_open .toggle_menu {
        margin: 10px 0 20px 10px;
        background-color: #026c80;
        border-radius: 100%;
        padding: 3px;
    }
	.menu_box .submenu.active{
		border-bottom:0;
	}
	/*.newshinytag {
		top: 10px;
		right: 23%;
	}*/
    .expand_arrow {
        display: block;
        float: right;
    }
    .submenu_open .expand_arrow {
        transform: rotate(180deg);
    }
    .toggle_menu {
        display: block;
    }
    .menu_box li .main_menu {
        border-radius: 5px;
        padding: 10px 20px;
        margin: 4px 6px;
        width: 94%;
        text-align: left;
        background-color: #F8F8F8;
        border: 1px solid #DDD;
    }
    .menu_box li .megamenu_box .submenu_list:last-child a:last-child {
        border-bottom: none;
    }
    .menu_box li .main_menu::before {
        display: none;
    }
    .megamenu_box {
        display: none;
    }
    .menu_box ul {
        margin: 30px 0 0 0;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 95%;
    }
	.newshinytag::before{
		width:70%;
	}
    
	.submenu .main_menu{
        background-color: #ffdbce;
        border: 1px solid #ff4603;
    }
    .submenu .megamenu_box {
        /* height: 300px; */
        display: block !important;
        position: relative;
        background-color: #fff;
        border: 1px solid #DDD;
        color: #000;
        margin: auto;
        padding: 0px 10px;
        overflow-y: scroll;
        border-radius: 8px;
        float: none;
        max-width: 95%;
        box-shadow: none;
        /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    }
    .submenu:hover .megamenu_box {
        display: none;
    }
	.submenu .megamenu_box{
		display: none !important;
	}
    .menu_box li .megamenu_box a {
        font-size: 16px;
        text-align: left;
        line-height: normal;
        padding: 10px;
        border-radius: 0;
        margin: 0;
        border: 0;
        border-bottom: 1px dashed;
        background-color: transparent;
        font-weight: 400;
    }
    .submenu_list {
        width: 100%;
    }
	.submenu_list:last-child{
        /*padding:10px 0;*/
		padding:0;
    }
    .search_box {
        display: none !important;
    }
    .top_otherbox {
        float: right;
        width: auto;
        margin: 20px 0px 0 0;
    }
    .menu_box li .megamenu_box a:hover {
        background-color: transparent;
        color: #026c80;
        border-bottom: 1px dashed;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
    .menu_box li {
        position: relative;
        z-index: 1;
        color: #fff;
        width: 100%;
        padding: 0;
    }
    .innerbanner_bg {
        background-image: url('../images/innerBanner.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    .innerbanner_bg::before {
        content: "";
        position: absolute;
        background-color: #00000075;
        height: 100%;
        width: 100%;
        top: 0;
    }
    .innerBannerContent {
        color: #FFF;
        position: relative;
        z-index: 1;
    }
    /*  -------------MAIN MENUS END------------ */
    .highlight_list {
        display: block !important;
    }
    .highlight_heading {
        color: #0E8196;
        border-right: none;
        width: 100%;
        font-weight: 500;
    }
    /* compare car page start */
    .selectCarMainbox {
        margin: 0 0 20px 0;
        overflow-x: auto;
        padding: 10px 0;
    }
    .compareBox {
        padding: 10px;
        min-height: auto !important;
    }
    .compareByExperts {
        padding: 0 0 15px 0;
    }
    .newstabcontent {
        padding: 0 0 15px 0;
    }
    .selectCarMainbox {
        flex-direction: column;
    }
    .compareImg .desktop_img {
        display: none;
    }
    .compareImg .mobile_img {
        display: block;
    }
    .compareBox button.clear-button {
        right: -5px;
    }
    .selected_box {
        padding: 0px 2px;
        margin: 0 0 5px 0;
        display: inline-block;
    }
    .list_contentBox {
        display: flex;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }
    .list_contentBox .content_list.content_list_1 {
        width: 100%;
    }
    .list_contentBox .content_list {
        width: 100%;
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
        margin: 0;
    }
    .selectedCar_compare.sticky_compare .compare_top .list_contentBox .content_list .compareBox {
        padding: 0;
    }
    .compare_top .list_contentBox .content_list:first-child {
        /* border-top: none;
        border-bottom: none; */
        display: none;
    }
    .selectedCar_option {
        margin: 0;
    }
    .specification_mainBox .list_contentBox .content_list {
        display: flex;
        flex-direction: row;
        margin: 0;
        justify-content: space-between;
    }
    .specification_mainBox .content_list:last-child {
        display: none;
    }
    .listBox .list_contentBox {
        background-color: #f8f8f8;
        padding: 0;
        margin: 0;
    }
    .list_contentBox .content_list:empty {
        display: none;
    }
    .selectedCar_compare.sticky_compare .list_contentBox .content_list {
        padding: 10px;
        margin: 0;
    }
    /* compare car page end */
    /* BRAND PAGE START */
    .desktop_filter_validationBox {
        display: none;
		position: relative;
    }
    .desktop_filter_validationBox .btn-close {
        display: none;
    }
    /* .module_section {
        position: relative;
    } */
	.mobile_filter_validationBox {
		height: 30px;
		padding: 5px 14px;
		width: fit-content;
		display: flex;
		gap: 8px;
		align-items: center;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 14px;
		top: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
    .mobile_filter_validationBox {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 8px;
        z-index: 1;
        background-color: #0e8196;
    }
    .filter_validationBox .btn-close {
        display: none;
    }
    .mobile_filter_validationBox_open .btn-close {
        position: absolute;
        display: block;
        color: #FFF;
        top: 40px;
        right: 20px;
    }
    .mobile_filter_validationBox_open {
        display: block;
        top: 0px !important;
        width: 100%;
        height: auto;
        padding: 30px 10px;
        margin: 0;
        position: fixed !important;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 100;
        transition-duration: 0.3s;
        border: 0px;
    }
    .filter_mainBox {
        background-color: #f6f6f6;
        padding: 16px;
        border-radius: 10px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
        max-height: 550px;
        overflow-y: scroll;
    }
    .mobile_filter_validationBox_open .filter_withImgBox .imgBox {
        width: 16%;
    }
    /* BRAND PAGE END */
	.rate_mainBox .que_star_list .ans_list{
        width:50%;
    }
    .rate_mainBox .que_star_list .ans_list:nth-child(3){
        width:50%;
    }
    .timer_ticker_mainBox{
        top:30%;
    }
    #multistepsform .form-group label {
        min-height: auto;
    }
    .used_car_index .banner_heading{
        /*color:#FFF;*/
		color:#000;
		/*text-shadow: 1px 1px 1px black;*/
    }
    .used_car_index .banner_bg .banner_content{
        /*color:#FFF;*/
		color:#000;
		/*text-shadow: 1px 1px 1px black;*/
    }
    .text-center-mobile {
        text-align:center;
    }
	.selected_car_details .car_name{
        min-height: auto;
    }
    .car_capacity{
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
	/* TRAVERSE TICKER END */
    .used_car_auto_list{
        grid-template-columns: repeat(2, minmax(200px, 1fr)); 
    }
    .desktop_ads{
        display:none !important;
    }
    .mobile_ads{
        display:block !important;
        width:100%;
        margin:0 0 10px 0;
    }
    .mobile_ads img,
    .mobile_ads video{
        height:100%;
        width:100%;
    }
    .timer_ticker_mainBox{
        position: sticky;
        top: 0;
        height: 60px;
        width: 100%;
    }
    .timer_ticker_close_btn{
        z-index: 9;
    }
    .timer_text {
        margin: 0 0 0px 0;
    }
    .timer_contentBox {
        position: absolute;
        bottom: 0;
        top: 8px;
        margin: auto 0;
        left: inherit;
        right: 22px;
        text-align: end;
    }
    /* .banner_bg {
        background-image: url('../images/mobile_banner.jpg');
    } */
    .banner_heading {
        font-size: 28px;
        margin: 0;
    }
	.banner_heading span {
		display:block;
	}
    .banner_contentBox {
        transform: translate(0%, -50%);
        max-width: none;
        top: 30%;
        left: 5%;
        width:auto;
    }
    .home_inner_bannerContent{
        transform: translate(0%, -20%);
        max-width: none;
        top: inherit;
        left: 0;
        right:0;
        margin: 0 auto;
        bottom: 10%;
        width: auto;
        background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(255, 255, 255, 0) 100%);
        padding:10px 0;
    }
    .opening_hr_list{
            grid-template-columns: 0.7fr 1fr;
    }
    .dealer_showroomMainBox .offerBtn {
        padding: 8px 10px;
        font-size: 12px;
    }
    .dealer_showroomMainBox .contactNumer .numberBox {
        min-height: auto;
    }
    .contactNumer a{
        font-size:14px;
    }
    .home_inner_bannerContent .banner_content{
        color: #FFF !important;
    }
    .banner_bg .banner_content {
        font-size: 16px;
    }
    .banner_content {
        color: #fff;
    }
    .container-inner {
        padding: 20px;
    }
    .usedcarDetails_section .container-inner {
        padding: 0 20px 20px 20px;
    }
    .tabs-wrapper .nav {
        border-bottom: 2px solid #b4b4b4;
        display: flex;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none; 
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .tabs-wrapper .nav::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
    .tabs-wrapper .nav button,
	.tabs-wrapper .nav a{
        padding: 12px 0px 12px 0px;
        margin: 0 25px 0 0;
    }
    .tabs-wrapper .nav button::after,
	.tabs-wrapper .nav a::after{
        height: 6px;
    }

	.tabs-wrapper .nav button:hover::after,
	.tabs-wrapper .nav a:hover::after{
		height: 0px !important;
		width:0px !important;
	}
    .brands_list {
        margin: 0;
        width: 96px;
        align-items: center;
    }
    .brand_mainBox {
        row-gap: 10px;
        column-gap: 10px;
        justify-content: center; 
    }
    .brands_list img {
        max-height: 75px;
        max-width: 75%;
    }
    #budget .findcar_list {
        width: 100%;
        min-height: auto;
    }
    section {
        padding: 10px;
    }
    .findcar_list {
        float: left;
        width: 100%;
        /*margin: 8px;*/
        font-size: 16px;
    }
    .trustedCar_section .findcar_list {
        float: left;
        width: 100%;
        margin: 0 0 15px 0;
        font-size: 16px;
        min-height: 56px;
    }
    .search_dropdown {
        float: left;
        width: 20%;
    }
    .search_input {
        float: left;
        width: 70%;
    }
    .search_go {
        float: left;
        width: 10%;
    }
    .search_mainbox {
        margin: -25px 0 10px 0;
    }
    /*.categories_list .img_mainbox {*/
    /*    background-color: #f2f2f2;*/
    /*    min-height: auto;*/
    /*}*/
    /* car deatils page start */
    .compare_btn {
        padding: 6px 35px;
    }
    .loginBox {
        padding: 20px;
    }
	.search_linkbox a {
		color: #f40 !important;
	}
	.sell-my-car-form .loginBox {
        padding: 0px 0px 20px 0;
    }
    .modal-content .city_list {
        width: 32%;
        min-height: auto;
    }
    .login_imgBox img,
    .signup_imgBox img {
        max-width: 100%;
        margin: 0 auto;
        clip-path: none;
    }
    .upcomingcar_list {
        margin: 20px 0;
    }
    .variantSearchBox {
        width: 100%;
    }
    .selectedCar_compare.sticky_compare .list_contentBox .content_list {
        padding: 5px 8px;
        margin: 0;
        width: 140px;
        min-width:140px;
        overflow: auto;
        white-space: normal;
        text-overflow: ellipsis;
        border-right: 1px solid #ddd;
        /*font-size: 12px; */
        position:relative;
    }
   .selectedCar_compare.sticky_compare .selected_car_details .car_name{
       font-weight: 500;
       color: #0e8196
   }
    .selectedCar_compare.sticky_compare .colourBox .list_contentBox .content_list{
        white-space: normal;
    }
    .selectedCar_compare.sticky_compare .list_contentBox .content_list:last-child {
        border-right: 0;
    }
    .compare_carSpec_mobile .accordion-button {
        font-size: 16px;
        padding: 8px 8px;
        color: #000;
        font-weight: 400;
    }
    .collaps_heading {
        font-weight: 700;
        font-size: 18px;
        color: #0e8196;
        padding: 10px 8px;
    }
    .compare_carSpec_mobile .accordion-body h6 {
        padding: 10px 8px;
        color: #ff4603;
        font-size: 16px;
        background-color: #eee;
        margin: 6px 0;
    }
    .selected_car_details .car_name {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .car_capacity {
        /*font-size: 12px*/
    }
    .sticky_compare .container-inner {
        padding: 5px;
    }
    .compare_Box {
        width: 44%;
        max-width: 44%;
        min-width: 45%;
        margin: 0 5px;
    }
    .compare_Box.compare_Box--sticky {
        width: 46%;
        max-width: 46%;
        min-width: 36%;
        margin: 0;
        position: sticky;
        left: 0px;
        top: 0;
        z-index: 10;
        background-color:#fff;
    }
    .compare_imgBox {
        height: 65px;
        width: 100%;
    }
    .compare_rightBox {
        width: 100%;
    }
    .heading26_black.d-flex.justify-content-between.align-items-end {
        flex-wrap: wrap;
		 align-items:center !important;
    }
    .rating_review {
        font-size: 13px;
        text-align: end;
        width: 100%;
    }
    .desktop_priceTable {
        display: none;
    }
    .mobile_priceTable {
        display: block;
    }
    .variant_listMainBox {
        padding: 0;
    }
    .filterMainBox {
        padding: 0;
    }
    .mobile_priceTable label {
        font-size: 12px;
    }
    .variantType {
        text-overflow: ellipsis;
        max-width: 82%;
        overflow: hidden;
        white-space: nowrap;
        padding:5px 0;
    }
    .bradecrums {
        margin: 20px 0;
    }
    .priceBox span {
        display: block;
    }
    .priceBox img {
        margin: 0 0px 0 0;
        max-width: 22px;
    }
    .car_img img.car_img {
        width: 40%;
        margin: 10px 0 0 0;
    }
    .categories_list_mainbox,
    .categories_list_mainBox,
    .usedCar_list_box,
    .usedCar_list{
        padding: 5px;
        width: 270px;
    }
    .usedCar_list_box.listBox{
        width:100%;
    }
    .usedCar_list_box,
    .usedCar_list {
        margin: 0 5px 5px 5px;
    }
    .popular_com_list {
        padding: 10px;
        margin: 5px;
        width: 270px;
    }
    .tabs-wrapper .nav{
        margin: 0 0 15px 0;
    }
    .fuel_section .findcar_list{
        margin:10px 0;
    }
    .owl-carousel_categories,
    .owl-carousel_comparisons,
    .owl-carousel_news,
    .owl-carousel-offer1,
    .owl-carousel-compareCar,
    .owl-carousel-similarCar,
	.owl-carousel-two,
    .owl-carousel-three,
    .owl-carousel_four {
        display: flex;
        white-space: wrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }
    .brandtabcontent .image_box {
    width: 46%;
    margin: 5px;
    height: 100px;
    }
    .video_listMainBox .video_list {
        width: 100%;
    }
    .compare_listBox_desktop {
        display: none;
    }
    .compare_listBox_mobile {
        display: block;
    }
    .compare_listBox_mobile table tr {
        display: flex;
    }
    .compare_listBox_mobile table .width140 {
        width: 140px;
        display: block;
    }
    .specification_heading {
        font-weight: 500;
        color: #108196;
        width: 100%;
        display: block;
    }
    table sub {
        display: block;
    }
    .image-container {
        display: grid;
        width: 98%;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .compare_carSpecification_desktop {
        display: none;
    }
    .compare_carSpec_mobile {
        display: block;
    }
    .comingsoon_img {
        max-width: 100%;
    }
    .regular_offerBox .offer_listMainbox, 
    .exclusive_offer .offer_listMainbox,
    .offer_listMainbox {
        width: 300px !important;
        margin: 20px 20px 20px 0;
    }
    .offer_listMainbox .categories_list .cate_check_btn {
        font-size: 14px;
        padding: 6px 6px;
        width: 120px;
    }
    .selected_car_details .car_name {
        min-height: auto;
    }
    .car_capacity {
        min-height: auto;
    }
    .fancybox-navigation .fancybox-button {
        top: calc(50% - 25px) !important;
    }
    .fancybox-navigation .fancybox-button--arrow_right {
        right: 1% !important;
    }
    .fancybox-navigation .fancybox-button--arrow_left {
        left: 1% !important;
    }
    .loader{
        background-size: 50%;
    }
    .compareByExperts{
        padding:0;
    }
    .images_section .categories_list {
         margin: 0 0 20px 0;  
    }
    .images_section .carNamebox{
        font-size: 16px;
        font-weight: 700;
        padding: 0px 0 5px 0;
        color: #000;
        white-space: normal; /* Allow wrapping */
        overflow: hidden; /* Hide overflowing text */
        display: -webkit-box; /* Use a flexible box layout */
        -webkit-line-clamp: 2; /* Show only 2 lines */
        -webkit-box-orient: vertical; /* Orient the box vertically */
    }
    .compareByExperts .categories_list{
        margin:0;
    }
    #overview_section .container-inner {
        padding: 15px;
    }
    .feature-list li{
        margin-bottom: 10px;
    }
    .varinat_compare_btn_box {
        text-align: center;
        margin:10px 0 0 0;
    }
    rate_mainBox .ans_list label {
    	cursor: pointer;
    	padding: 5px 10px;
    	font-size: 15px;
    }
    .rate_mainBox .carDetailsBox .carDetailsList.list1{
        width:25%;
    }
    .rate_mainBox .carDetailsList.list1 .carDetailsHeading{
        font-size:15px;
    }
    .rate_mainBox .carDetailsList.list1 .carDetailsContent {
    	font-size: 16px;
    }
    .selected_car_details .car_img{
        width:160px;
        height:90px;
        margin: 0 auto 10px;
    }
    .selected_car_details .car_img img{
        width:100%;
        height:100%;
        object-fit:contain
    }
    .selectCarMainbox .compareBox{
        text-align:center;
    }
    .carDetails.slider_box .item .fancy-image-wrap a {
        height: 200px;
        width: 100%;
        display: block;
    }
    .exclusive_offer .offer_listMainbox{
        width: 100%;
    }
    .animated_text span::after{
        display:none;
    }
    .offcanvas-end{
        width:100% !important;
    }
    .new_car_pre_owned{
        margin: 10px 0  20px 0;
    }
    .showroom_overview {
        margin: 0 !important;
    }
    .virtual_showroom_imgList {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 130px;
        width: 100%;
        position: relative;
    }
    
    .virtual_showroom_imgList .fancy-image-wrap {
        position: absolute;
        transition: opacity 1s ease;
        opacity: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .virtual_showroom_imgList .fancy-image-wrap img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    
    .virtual_showroom_imgList .fancy-image-wrap.active {
        opacity: 1;
    }
    
    .virtual_showroom_model_list{
        height: 550px;
        overflow: scroll;
        margin:0 0 20px 0;
    }
    .other_location_list{
        height: 450px;
        overflow: scroll;
        margin:0 0 20px 0;
    }
    .offerSliderBox.exclusive_offer{
        height: 550px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin:0 0 20px 0;
    }
    .exclusive_offer_listMainbox .offer_listMainbox{
        margin:10px auto;
    }
    .brand_nameBox .brand_name{
        padding:5px;
    }
    /*.offerSliderBox.exclusive_offer .row {*/
    /*    display: flex;*/
    /*    white-space: wrap;*/
    /*    overflow-y: hidden;*/
    /*    overflow-x: scroll;*/
    /*    -ms-overflow-style: none;*/
    /*    scrollbar-width: none;*/
    /*    flex-wrap: nowrap;*/
    /*}*/
    .offerSliderBox.exclusive_offer .exclusive_offer_listMainbox {
        width: 90%;
        max-width: none;
        margin:0 auto;
    }
    .exclusiveOffer_section{
        margin:0 !important;
    }
    .exclusive_offers_listing{
        display: flex;
        white-space: wrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }
	.select_car_form .varientData {
        margin: 0 0 10px 0 !important;
    }
	
    .rate_mainBox .que_star_list .ans_list{
        width:100%;
    }

    .rate_mainBox .que_star_list .ans_list:nth-child(3){
        width:100%;
    }
	.compare_btn {
		background-color: #ff4603;
		border: 1px solid #ff4603;
		color: #FFF;
	}
	
    .offersmainBox.right_offer {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        align-items: center;
    }
    .offersmainBox.right_offer .offerIcon {
        width: 18%;
        text-align: center;
    }
    .offersmainBox.right_offer .offerData {
        width: 70%;
    }
    .offersmainBox.right_offer .offerBtnBox {
        margin: 0 auto;
    }
	.carDetails .used_car {
        gap: 6px;
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    .carDetails_subheading {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
	.contact_options:hover {
		transform: translateY(0px);
	}
	.search_sectionBox{
		background-color: #fff;
		position: sticky;
		top: 67px;
		z-index: 10;
		padding: 0 0 10px 0;
	}
	.rating_car_details_list:first-child .carDetailsList{
        display: flex !important;
        justify-content: space-between !important;
        flex-direction: row-reverse;
        width: 100%;
    }
	.carDetailsList .carImg {
		height: 62px !important;
		width: 125px !important;
		position: relative;
		left: -44px;
	}
	.rating_banner_box {
		margin: -100px 0 0 0;
	}
	.innerBanner_bg, .rating_car_details_listBox, .rating_car_details_list {
    	display: block;
	}
	.popup_mainbox .searchBox {
        width: 90%;
        display: flex;
        /*flex-direction: column;
        align-items: flex-start;*/
    }
    .popup_mainbox .searchBox .selectedBrand {
        margin: 0 0 10px 0;
    }
    .list_contentBox .content_list .compareBox {
        width: 170px;
    }
	.sticky_compare .list_contentBox .content_list .compareBox {
        width: 100%;
    }
	.toggle_menu {
		position: absolute;
	}
}

@media screen and (max-width: 576px) {
	.menu_box li .main_menu {
        border-radius: 5px;
        padding: 10px 10px;
    }

    .banner_img .mobile_view {
        display: block  !important;
    }
    .banner_img .desktop_view {
        display: none  !important;
    }
    .banner_bg .banner_img {
        /*height: 350px;*/
        width: 100%;
    }
    .innerbanner_bg .banner_heading{
        color:#FFF;
        margin: 0 0 10px 0 !important;
    }
    .banner_heading {
        color: #000;
        font-size: 28px;
        margin: 0;
    }
    .search_mainbox {
        margin: 10px 0 0 0;
    }
    .banner_bg .banner_content {
        color: #000;
        line-height: 24px;
        padding-top: 2px;
        font-weight: 500;
    }
    .section_margin1,
    .section_margin {
        margin: 0 0 1.5rem 0;
    }

    section.car_review_page.section_margin {
        padding: 10px 10px 0px 10px;
    }
	
    .slick-next:before,
    .slick-prev:before {
        width: 50px;
        height: 50px;
        background-size: cover;
    }
    .search_dropdown select {
        height: auto;
        text-align: left !important;
        font-size: 14px;
        padding: 5px 10px 10px 12px;
    }
    /*select.form-control {
        background-position: 96%;
    }*/
    .search_item_list {
        width: 100%;
        left: 0;
        top: 42px;
    }
    .heading26_black {
        margin: 0 0 5px 0;
        font-size: 20px;
    }
    .tabs-wrapper .nav button,
	.tabs-wrapper .nav a{
        font-size: 16px;
    }
	.car_auto_list .usedCar_list {
		margin: 0 auto;
		width:100%;
	}
	
	.brand_tag {
		top: -20px;
		width: 100%;
		padding: 4px;
	}
    /* --------------FOOTER START------------- */
    footer {
        text-align: center;
    }
    .footer .text-center img {
        max-width: 110px;
    }
    .footer_links a {
        width: 50%;
        text-align:left;
        padding: 0 12px;
    }
    .footer .text-center img {
        max-width: 110px;
    }
    .footer .col-lg-12.text-center.pt-4.pb-4 {
        padding: 15px 0 !important;
    }
    .footer_applink img {
        max-height: 45px;
    }
    .slider_box .owl-carousel-one .owl-nav {
        position: relative;
        width: 40%;
        transform: translate(0%, -50%);
        top: inherit;
        margin: 0 auto;
        z-index: -1;
        left: 0;
        right: 0;
    }
	.carDetailsHead_section.sticky_menu{
		top: 68px;
	}
    
    
    /* --------------FOOTER END------------- */
    .container-inner_btn {
        padding: 10px 20px;
    }
    .findcar_list {
        float: left;
        width: 100%;
    }
    .search_go button {
        padding: 0px;
        height: 48px;
        background-color: #FFF;
    }
    .search_go button img {
        max-width: 25px !important;
    }
    .dropdown-toggle {
        padding: 6px;
        height: 40px;
        font-size: 13px;
    }
    .dropdown-options {
        height: auto;
    }
    .dropdown-options .option {
        padding: 6px;
        font-size: 13px;
        height: auto;
    }
    .dropdown-toggle::after {
        height: 6px;
        width: 6px;
    }
    .search_dropdown img {
        min-height: 41px;
    }
    .search_go input {
        height: 41px;
    }
    .search_input input {
        padding: 8px 5px;
        font-size:15px;
		 height: 48px;
    }
    .top_otherbox {
        float: right;
        width: auto;
        margin: 20px 0px 0 0;
    }
    .toggle_menu {
        margin: 20px 0;
    }
    /* categories section start */
    .cate_price {
        font-size: 15px;
        font-weight: 700;
    }
    /* categories section end */
    /*#budget .findcar_list,*/
    /*.trustedCar_section .findcar_list {*/
    /*    width: 100%;*/
    /*    font-size: 13px;*/
    /*    padding: 10px 0;*/
    /*    text-align: center;*/
    /*    min-height: auto;*/
    /*    font-weight: 400;*/
    /*    margin: 10px 0;*/
    /*}*/
    /* .submenu::after {
        right: 28%;
    } */
    .brands_list {
        width: 73px;
        height: 80px;
    }
    .brandtablinks {
        margin: 0 18px 0 0;
        font-size: 16px;
    }
    .dropdown_box {
        justify-content: flex-start !important;
    }
    .showroomList .list_box {
        width: 50%;
    }
    .variantData label {
        display: inline;
    }
    .variantPriceData {
        margin: 0 0 10px 0;
    }
    .car_rating_box,
    .rating_box {
        display: flex;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
        gap: 25px;
    }
    .rating_list::before {
        display: none;
    }
    .review_text {
        max-height: 100%;
    }
	.car_review_page .position__sticky,
    .position__sticky {
        position: relative;
        top: inherit;
    }
    /*.mobile_filter_validationBox {
        height: 35px;
        padding: 5px;
        width: 35px;
    }*/
	.mobile_filter_validationBox {
    height: 30px;
    padding: 5px 14px;
    width: fit-content;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
	.mobile_filter_validationBox img {
		max-width:20px;
	}
    label.switch .track {
        width: 53px;
    }
    .city_list,
    .modal-content .city_list {
        width: 42%;
        min-height: auto;
    }
    .modal-content .city_list .cityImg {
        height: 60px;
        width: 60px;
    }
    .citylist_mainbox {
        margin: 15px 0 0 0;
    }
    .cityContent span {
        font-size: 15px;
        font-weight: 500;
    }
	.used_car_index .brand_listing,
	.buy-used-car .brand_listing,
    .brand_listing,
	.topbrand_listing {
        max-height: 110px;
        overflow: hidden;
    }
	.used_car_index .brand_listing.expanded{
		max-height:none;
	}
    .faq_section .container-inner_btn {
        display: none;
    }
    .faq_list {
        max-height: none;
        overflow: visible;
    }
    .thankyou_msgHeading {
        font-size: 26px;
        line-height: 28px;
    }
    .thankyou_msgSubheading {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .heading35_red {
        font-size: 26px;
        line-height: 28px;
    }
    .formBox .compare_btn {
        padding: 10px 10px;
        width: 100%;
    }
    .offerBtnbox,.offerBtnBox{
        margin: 0 auto;
    }
    .offerBox .offerData{
        margin: 5px auto;
    }
    .warrantyBox{
        justify-content: center;
    }
    
    .search_dropdown {
        float: left;
        width: 28%;
    }
    .search_input {
        float: left;
        width: 60%;
    }
    .compare_Box_car .compareImgBox img {
        max-width: 100%;
    }
    .highlight_box_list{
        display:block;
    }
    .highlight_list_title {
    	width: 100%;
    	padding: 5px 15px;
    	background-color: #f8f8f8;
    	margin: 0 0 5px 0;
    	display: flex;
        gap: 10px;
        color: #4ca0b0;
        font-weight: 600;
    }
    .highlight_list_text {
    	padding: 5px 15px;
    }
    
    .swal2-popup {
        max-width: 350px;
        padding: 10px;
    }
    .compare_Box1{
        width:180px;
    }
    .compareCarBox{
    	display: flex;
     	flex-wrap: nowrap; 
    	overflow: scroll;
    }
	.owl-carousel-two{
        display: flex;
        white-space: wrap;
        overflow-y: inherit;
        overflow-x: inherit;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
        overflow:auto;
    }
    .owl-carousel-similarCar{
        display: flex;
        white-space: wrap;
        overflow-y: inherit;
        overflow-x: inherit;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }
    .compare_rightBox{
        margin:0;
    }
    .advBox{
        margin: 20px 0;
    }
    .upcomingcar_list .img_mainbox{
        height:170px;
    }
    .upcomingcar_list .img_mainbox img {
        object-fit: cover;
    }
    .advBox.secondOffer{
        display:none;
    }
    .footer_links a{
        margin: 0 0 5px 0;
    }
    .adv_imgBox .desktop{
        display:none;
    }
    .adv_imgBox .mobile{
        display:block;
        margin: 0 auto;
    }
    .footer_sociallink img {
        margin: -7px 8px 0px 0;
    }
    .footer_sociallink {
        margin: 0 0 10px 0;
    }
    .email_link {
        margin: 0 0 6px 0;
    }
    .languageBox {
        margin: 0 0 10px 12px;
        text-align: left;
    }
    .borderBox {
        padding: 10px 0 0;
    }
    .compare_carSpecification .accordion-body {
        padding: 0;
    }
    .selectedCar_compare.sticky_compare .list_contentBox {
        align-items: stretch;
    }
    .error_img{
        max-width:100%;
    }
	.error500_img {
		max-width: 80%;
	}
    .edit_btn .btnList span {
        display: none;
    }
    .car_list_header {
        margin: 0 0 10px 0;
    }
    .newCar_launch .dropdown_box {
        margin: 10px 0 15px 0;
    }
    .used_car_brand_list .brandBox{
        margin:6px 0;
    }
    .carDetails_heading {
        font-size: 23px;
    }
    .carDetails_subheading {
        font-size: 18px;
        margin: 0 0 5px 0;
    }
    .usedcarImg_box {
        margin: 4px;
        height:auto;
        width:46%;
    }
    .heading_box_with_sort .heading26_black {
      margin: 0 0 5px 0;
    }
    .used_car_selected_filter .filter_listBox,{
    	display: flex;
    	gap: 10px;
    	margin: 0 0 10px 0;
    	white-space: nowrap;
    	overflow-y: hidden;
    	overflow-x: auto;
    	-ms-overflow-style: none;
    	scrollbar-width: none;
    	flex-wrap: nowrap;
    	-webkit-overflow-scrolling: touch;
    }
     .contact_options{
        height: 38px;
        width: 38px;
        margin: 5px 3px;
        padding: 0;
    }
    a.contact_options img {
        height: 25px;
    }
    .overview_img {
        display: flex;
        align-items: center;
        gap:6px;
    }
    .overview_text {
        text-align: end;
    }
    .usedCar_address.d-flex {
        display: flex;
        align-items: center;
        gap:6px;
    }
    .upcomingcar_content .brand_icon{
        width:100%;
    }
    .description_mainBox .compare_btn {
        font-size: 12px;
        padding: 5px 10px;
        line-height: 12px;
    }
	
    .virtual_showroom_imgList{
        grid-template-columns: 1fr 1fr;
    }
    .review_searchBox {
        gap: 5px;
    }
    .review_searchBox .varientData{
        padding: 5px;
        margin: 0;
    }
    .compare_btn.review_btns {
        font-size: 15px;
        line-height: normal;
        padding: 6px;
    }
    .review_search_mainbox{
        padding: 6px;
        margin:0;
    }
    .rating_car_details_list {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid #b4b4b4;
        border-right:0;
        padding: 10px;
    }
    .used_car_auto_list{
        grid-template-columns: repeat(1, minmax(200px, 1fr)); 
    }
    .used_carDetailsHeadsection .heading26_black {
        margin: 0;
        font-size: 16px;
    }
    .used_carDetailsHeadsection .used_car_name {
        width: 55%;
        line-height:normal;
    }
    .upcomingcar_content .contact_options {
        height: 35px;
        width: 35px;
        margin: 5px 2px;
        padding:0;
    }
    .upcomingcar_content a.contact_options img {
        height: 20px;
    }
    .slider_box .owl-carousel .owl-nav div{
        height:50px;
        width:50px;
    }
    .carDetails .used_car div a{
        /*display:block;*/
    }
	#multistepsform .option::after {
		content: "(Optional)";
		right: 7px;
		top: 8px;
		font-size: 12px;
	}
	.used_carDetailsHeadsection .heading26_black {
        margin: 0;
        font-size: 16px;
    }
    .used_carDetailsHeadsection .used_car_name {
        width: 100%;
        line-height:normal;
    }
    .used_carDetailsHeadsection .used_car_name_icon {
        display: none;
    }
    .details_contact_options_box {
        display: none;
    }
	.sticky_footer_buttons {
        margin: 0 auto;
        text-align: center;
        color: rgba(0, 0, 0, 0.87);
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1), 0px 4px 5px rgba(0, 0, 0, 0.07), 0px 1px 10px rgba(0, 0, 0, 0.06);
        position: fixed;
        bottom: -5px;
        left: 0;
        background-color: white;
        padding: 16px;
        border-radius: 0;
        z-index: 100;
        width: 100%;
        display: block;
    }
    .footer_ctas {
        display: flex;
        gap: 16px;
        flex-flow: row;
        -webkit-box-pack: center;
        justify-content: center;
    }
	.footer_ctas a{
		display:block;
		width:100%
	}
   
    .footer_ctas button{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
        user-select: none;
        vertical-align: middle;
        appearance: none;
        line-height: 1.75;
        box-shadow: none;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.25px;
        text-transform: capitalize;
        color: rgb(35, 38, 42);
        background-color: rgba(255, 237, 234, 0.5);
        height: 40px;
        width: 100%;
        outline: 0px;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        margin: 0px;
        text-decoration: none;
        border-radius: 6px;
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
        flex: 1 1 0%;
        padding: 8px 4px;
    }
	
	.footer_ctas a .call_btn {
		background-color:#ff4603;
		color:#FFF;
	}
	.footer_ctas a .whatsapp_btn{
		background-color:#25d366;
		color:#FFF;
	}
    .footer_ctas button img {
        max-width: 20px;
        margin: 0 5px;
    }
	.toggle_menu {
		margin: 20px 0;
	}
	.used_car_index .brand_listing {
		max-height: 110px;
	}
}

@media screen and (max-width: 380px) {
    .banner_contentBox {
        max-width: 90%;
        left: 20px;
    }
    /*select.form-control {
        background-position: 94%;
    }*/
    .search_dropdown select {
        font-size: 13px;
        padding: 10px 10px 10px 10px;
    }
    .optionImg img {
        max-width: 22px;
    }
    .advBox{
        margin: 20px 0;
    }
	
}

@media (hover: none) {
    .submenu:hover .megamenu_box {
        display: none;
    }
}

.app-trays .viewer {
    position: relative;
    width: 100%;
    height: 70vh;
    max-width: 90vw;
    /* aspect-ratio: 16/9; */
    overflow: hidden;
    border-radius: 12px;
    background: #FFF;
    user-select: none;
}
.app-trays .viewer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: grab;
}
.app-trays .loading {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: .08em;
}
.app-trays .hint {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
}
.app-trays {
    display: grid;
    grid-template-columns: 1.6fr 3fr;
    gap: 20px;
}
.app-trays-content {
    background-color: #F8F8F8;
    padding: 20px;
}
.app-trays .color_mainBox {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.car_preview_mainBox .tab-pane{
    position: relative;
}
.car_preview_mainBox .tab-pane .car_viewer_360_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.car_preview_mainBox .tab-pane .car_viewer_360_icon img {
    max-width: 70px;
}
.app-trays .nav-pills {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.app-trays .color_blocks {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.app-trays .nav-pills .nav-link.active,
.app-trays .nav-pills .show>.nav-link {
    background-color: transparent;
    position: relative;
    border: 2px solid #108196;
}
.app-trays .nav-pills .nav-link {
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.app-trays .nav-pills .nav-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app-trays .nav-pills .nav-link.active::after {
    background-image: url('../images/checklist.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 3px;
    right: 3px;
}
.app-trays .selection_heading {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .9px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.app-trays .selection_color_price {
    display: flex;
    justify-content: space-between;
    margin: 4px 0 20px;
}
.app-trays .nav-link{
    position: relative;
}
.app-trays .nav-link .car360_icon{
    display: none;
}
.app-trays .nav-link.car360_view .car360_icon {
    background-image: url('../images/car360/360-degree.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    margin: auto;
    display: block;
}
/* CAR 360 VIEW SECTION END */

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

.switch-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.switch-status {
    font-size: 12px;
    font-weight: bold;
    color: #0e8196;
}

.switch-status.on {
    color: green;
}

