.open-sans {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
body{
    font-size: 0.9rem;
    line-height: 25px;
    font-weight: 500;
}
p{
    font-size: 0.9rem;
    font-weight: 500;
}
body, h1,h2,h3,h4,h5,h6,p{
    font-family: "Open Sans", serif;
    color: #383838;
}
h3{
    font-size: 0.9rem;
    font-weight: 700;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fs-75{
    font-size: 0.75rem;
    line-height: 18px;
}
.fs-08{
    font-size: 0.8rem;
}
.fs-85{
    font-size: 0.85rem;
}
.fs-95{
    font-size: 0.95rem;
}
.fs-09{
    font-size: 0.95rem;
}
.fs-1{
    font-size: 1rem;
}
.fs-2{
    font-size: 2rem;
}
.fs-1-3{
    font-size: 1.3rem;
}

.no-border{
    border: 0px;
}

a{
    color: #39B549;
}
.color-green{
    color: #39B549
}
.border-radius{
    border-radius: 10px;
}
.uk-border-top{
    border-top: 1px solid #E1E1E1;
}
.uk-border-bottom{
    border-bottom: 1px solid #E1E1E1;
}
.uk-border-left{
    border-left: 1px solid #E1E1E1;
}
.uk-border-right{
    border-right: 1px solid #E1E1E1;
}
.uk-border{
    border: 1px solid #E1E1E1;
}
.uk-background-secondary{
    background-color: #000;
}
.uk-button-primary{
    background-color:#39B549;
    text-transform: none;
}
.uk-search-default .uk-search-input:focus{
    border-color: #39B549;
}
.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {
    background-color: #39B549;
    border-color: transparent;
}
.uk-button-primary:hover, .uk-overlay-primary, .uk-overlay-primary .uk-button-primary{
    background-color:#39B549;
    color: #fff;
    border-color: #39B549;
}
.uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover{
    background-color:#fff;
    color: #39B549;
    border-color: #39B549;
}


.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
    background-color: #39B549;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #39B549;
}
.uk-grid-small > *, .uk-grid-column-small > * {
    padding-left: 20px;
}
.uk-grid-small > .uk-grid-margin{
    margin-top: 20px;
}
.uk-grid-small, .uk-grid-column-small {
    margin-left: -20px;
}
a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link{
    color: #39B549;
}
.uk-logo{
    max-height: 30px;
    max-width: 183px;
    width: 100%;
}

.header-search input{
    background-color: #F6F6F6;
    border:1px solid #000;
    border-radius: 8px;
    font-size: 0.8rem;
    line-height: 24px;
    padding:5px 10px
}
.header-search button{
    background-color: #000;
    border-radius: 0px 8px 8px 0px;
    padding: 0px 20px;
}
.header-search .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){
    stroke: #fff;
}
.uk-nav-sub {
    display: none;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #000;
}
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle{
    min-height: 45px;
}
.uk-navbar-nav > li > a {
    color: #fff;
    text-transform: none;
    font-size: 1rem;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a[aria-expanded="true"], .uk-navbar-dropdown-nav > li.uk-active > a, .uk-navbar-nav > li.uk-active > a{
    color: #39B549;
}
.uk-search-navbar .uk-search-input:focus{
    background-color: #fff;
    border-color: #39B549;
}

.uk-overlay-primary{
    background: rgba(0,0,0,0.35);
}
.slider-text h4{
    font-size: 1.3rem;
    font-weight: 700;
}
.slider-text h3{
    font-size: 3.5rem;
    font-weight: 700;
}
.looking-for{
    margin-top:-100px;
    padding-bottom: 30px;
}
#looking-for-section >div{
    padding-bottom: 30px;
}
#looking-for-section h4{
    font-size: 0.9rem;
    font-weight: 700;
    color: #000;
    padding: 0;
    margin: 10px 0;
}
#looking-for-section a:hover h4{
    color: #39B549;
}
.heading{
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.heading span{
    display: block;
    width: 115px;
    height: 3px;
    background-color: #39B549;
    position: relative;
    margin-top: 5px;
}
.heading span::before, .heading span::after{
    display: block;
    content: "";
    width: 6px;
    height: 3px;
    background-color: #39B549;
    position: absolute;
    right: -10px;
}
.heading span::after{
    right: -20px;
}
#looking-for-section img {
    height: 55px;
}
.uk-tab > * > a{
    font-weight: 700;
    color: #000;
    text-transform: none;
}
.uk-tab > .uk-active > a{
    border-bottom:2px solid  #39B549;
    color: #39B549;
}

.uk-slidenav{
    background-color: #fff;
}
.short-info{
    padding: 15px;
    color: #fff;
}
.short-info .price{
    font-size: 0.8rem;
    font-weight: 600;
}

.short-info .name{
    font-size: 1.2rem;
    font-weight: 600;
}

.uk-accordion-title{
    font-size: 0.875rem;
    font-weight: 700;
    color: #000;
}

.uk-open .uk-accordion-title{
    color: #39B549;
}
.compare-divider{
    width: 1px;
    background: #fff;
}
.compare-divider span{
    background: #0C0C0C;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 100px;
    border: 1px solid #fff;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.5rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 25%;
    left: -12px;
}
.compare-brand-name {
    padding: 10px;    
}
.compare-brand-name h3{
    font-size: 0.9rem;
    font-weight: 700;
}
.compare-brand-name h3 span{
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #8a8a8a;
}
.compare-button{
    padding: 0 10px;
    z-index: 10;
    position: relative;
}
#search-by-brand-data{
    padding-right: 60px;
}
#search-by-brand .uk-slider-items > div > div{
    border-radius: 10px;
    border: 1px solid  #707070;
    overflow: hidden;
    text-align: center;
    padding: 5px;
}
#search-by-brand .uk-slider-items > div > div img{
    height: 80px;
    max-width: 115px;
}
.uk-slidenav{
    width: 45px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 8px;
}
.prevArrow{
    width: 45px;
    padding: 5px 9px;
    text-align: center;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 5px;

}
.nextArrow{
    width: 45px;
    padding: 5px 9px;
    text-align: center;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
}
.slideNav-outside.prevArrow{
    bottom: 0px;
    top: inherit;
}
.slideNav-outside.nextArrow{
    top: 0px;
}
.slideNav-outside{
    --uk-position-translate-y:0;
    margin: 0px 15px;
}
.prevArrow:hover, .nextArrow:hover{
    border-color: #39B549 ;
}
footer{
    border-top: 1px solid #000 ;
    font-size: 0.85rem;
}

footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-navbar li{
    border-left: 1px solid #707070;
    line-height: 10px;
    padding: 0px 15px;
}
.footer-navbar li:first-child{
    border-left: 0px;
}
.footer-navbar li a{
    color: #707070;
    font-weight: 600;
}

footer .social-icon li{
    padding: 0px 5px;
}

.page-title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.uk-breadcrumb{
    font-size: 0.85rem;
    font-weight: 600;
}
.uk-disabled{
    color: #39B549;
}

.popula-new-car h3{
    font-size: 1rem;
    font-weight: 600;
}
/* Default styling: Hide scrollbar */
.car-details-nav {
    display: flex;
    gap: 10px;
    overflow-x: hidden; /* Hide scrollbar on larger screens */
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 10px;
    margin: 0 auto;
}

.car-details-nav a {
    flex-shrink: 0;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    text-transform: none;
    font-size: 0.75rem;
    padding: 0px 15px;
    line-height: 25px;
    margin: 10px  0px;
    border-radius: 5px;
    background-color: #F7F7F7;
    font-weight: 600;
}

.car-details-nav a.active{
    background-color: #39B549;
    border: 1px solid #39B549;
    color: #fff;
}

.car-details-nav a:first-child{
    margin-left: 0px;
}
.thumbnails >div {
    margin-right: 10px;
    margin-top: 10px;
}
.title h2{
    font-size: 1.3rem;
    font-weight: 700;
    color: #39B549;
    margin-bottom: 5px;
}
.whislist{
    color: #EA3582;
}
.whislist:hover{
    color: #EA3582;
}
.whislist:hover svg path{
    fill: #EA3582;
}
.star, .star-full, .star-half{
    height: 15px;
    width: 15px;
    background: url(../images/star.svg) no-repeat;
    display: inline-block;
}
.star-full{
    background: url(../images/star-full.svg) no-repeat;
}
.star-half{
    background: url(../images/star-half.svg) no-repeat;
}
.rate{
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}
.rate span{
    font-size: 0.875rem;
    color: #8a8a8a;
    font-weight: 500;
}
.car-price{
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
}
.car-price a{
    font-size: 0.8rem;
}
.car-price span{
    font-size: 0.75rem;
    display: block;
    color: #8a8a8a;
    font-weight: 600;
    line-height: 15px;
}
.select-varient{
    border: 1px solid #686868;
    border-radius: 5px;
    position: relative;
}
.select-varient span{
    display: block;
    position: absolute;
    top: -16px;
    z-index: 99;
    color: #8a8a8a;
    height: 20px;
    padding: 5px 10px;
    background: #fff;
    max-width: 49px;
    left: 10px;
    font-size: 0.75rem;
    font-weight: 600;
}
.select-varient  a,.select-varient .uk-button{
    border: 0px;
    width: 100%;
    padding: 5px 15px;
    text-align: left;
    font-weight: 600;
}
.select-variant-popup{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.select-variant-popup li{
    padding: 20px 10px;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    margin-bottom: 20px;
    position: relative;
}
.popup-title{
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0px;
    font-weight: 600;
    font-size: medium;
}
.select-variant-popup li.selected > span{
    position: absolute;
    background: #E1E1E1;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 10px;
    padding: 7px 15px;
    border-radius: 50px;
    top: -15px;
    left: 20px;

}
.model-name, .model-price{
    font-size: 0.9rem;
    font-weight: 700;
}
.model-name span{
    font-size: 0.75rem;
    line-height: 10px;
    font-weight: 500;
    color: #8a8a8a;
    display: block;
}
.select-variant-popup li:hover{
    background: #74e5831f;
}

.get-location{
    font-size: 0.9rem;
    font-weight: 600;
    padding-left:25px;
    position: relative;
}

.get-location span{
    position: absolute;
    left: 0px;
    top: 0px;
}

.select-city img{
    width: 60px;
}
.select-city p{
    margin: 10px;
}
.calculator-div{
    font-weight: 600;
    color: #8a8a8a;
}

.get-emi-button{
    background: #fff;
    color: #39B549;
    border: 1px solid #39B549;
    font-weight: 600;
    text-transform: none;
}
.emi-calc{
    display: block;
}

.offer-button{
    background: #39B549;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px;
    display: inline-block;
}
.offer-button:hover{
    border: 2px solid #39B549;
    background: #fff;
    text-decoration: none;
}
.key-highlight-content > div{
    margin-right: 20px;
}


.key-content{
    position: relative;
    padding-left: 60px;
}

.key-content .key-icon{
    position: absolute;
    left: 0;
    height: 23px;
    width: 50px;
    text-align: right;
}
.key-content .key-icon img{
    height: 23px;
}
.key-content p, .price-table p{
    font-size: 1rem;
    font-weight: 700;
}
.key-content p span, .price-table p span{
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #8a8a8a;
}

.car-details-price, .border {
    border: 1px solid #DBDBDB;
}

.border .heading{
    padding: 15px 15px 25px;
    margin-bottom: 0px;
}

.border-bottom .heading{
    border-bottom: 1px solid #DBDBDB;
    padding: 15px 15px 25px;
    margin-bottom: 0px;
}
.border-bottom .heading svg{
    width: 14px;
}
.custom-table th{
    padding: 5px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 0.875rem;
    font-weight: normal;
    color: #999;
    text-transform: none;
}
.upcoming-car-row td{
    padding-top: 45px;
    position: relative;

}
.upcoming-badge{
    font-size: 0.75rem;
    color: #fff;
    background-color: #E6AE3D;
    border-radius: 5px;
    padding: 0 10px;
    display: block;
    position: absolute;
    top: 20px;
    line-height: 20px;
}
.expert-ranking p{
    margin: 0px;
}

progress {
    width;
    height: 5px;
    border-radius: 50px;
    background-color: #F2F2F2;
    width: 100%;
}

progress::-webkit-progress-bar {
    border-radius: 50px;
    background-color: #F2F2F2;
}
progress::-webkit-progress-value {
    border-radius: 50px;
    background-color: #39B549;
}
.user-review .star-full{
    height: 26px;
    width: 26px;
    background-size: cover;
}
.round-progressbar{
    position: relative;
}
.round-rating{
    margin-top: -8px;
}

.round-progressbar svg{
    width: 35px;
    height: 35px;
    stroke: #39B549;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.user-name {
    color: #686868;
}

.user-name span{
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #707070 ;
    margin-right: 15px;
    line-height: 10px;
}

.wt-select{
    background-color: #F2F3F7;
    border-radius: 10px;
    padding: 20px 10px 5px;
    position: relative;
}
.wt-select span{
    position: absolute;
    top: 10px;
    left: 20px;

}

.wt-select select{
    border: 0px;
    background-color: #F2F3F7;
    font-weight: 700;
}
.wt-select select:focus{
    background-color: #F2F3F7;
}
:focus-visible {
     outline: 0px dotted #333;
}
.ui-slider {
    background: #E0E2E6;
    height: 4px;
    border-radius: 50px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: -.6em;
    background: #fff;
    height: 13px;
    width: 13px;
    border-radius: 50px;
    border: 5px solid #000;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
    background: #000;
}

.pro-div, .cons-div{
    background-color: #F7FBF8;
    padding: 20px;
    border-radius: 10px;
}
.pro-div svg, .cons-div svg{
    color: #7EAB40;
    width: 17px;
    margin-right: 5px;
}
.pro-div li::marker {
    color: #7EAB40;
}
.cons-div{
    background-color: #FEF9F9;
}

.cons-div svg{
    color: #E1212B;
}
.cons-div li::marker {
    color: #E1212B;
}
.uk-table-small th, .uk-table-small td{
    padding: 5px 12px;
}
.divider td{
    border-top: 1px dashed #C6C6C6;
    border-bottom: 1px dashed #C6C6C6;
    padding: 10px 12px;
}

.filter-options {
    text-align: center;
    margin: 20px 0;
}

.filter-btn {
    background-color: #F7F7F7;
    color: #000;
}

.filter-btn.active {
    background-color: #39B549;
    border: 1px solid #39B549;
    color: #fff;
}

.filter-btn:hover, .filter-btn.active:hover {
    background-color: #fff;
    color: #000;
}

.slideshow-container {
    text-align: center;
    margin-bottom: 20px;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}
.prev-btn {
    left: 10px;
}
.next-btn {
    right: 10px;
}

.slideshow img {
    width: 100%;
    margin: 0 auto;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slideshow img.visible {
    opacity: 1;
}

.thumbnails {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 20px 0px;
    padding: 10px 5px;
    scroll-behavior: smooth;
}

.thumbnail {
    width: 100px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.3s, border-color 0.3s;
    flex-shrink: 0;
}

.thumbnail.active {
    border-color: #39B549;
    transform: scale(1.1);
}

.thumbnail:hover {
    transform: scale(1.1);
}

/* Hide scrollbar */
.thumbnails::-webkit-scrollbar {
    display: none;
}
.thumbnails {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;    /* Firefox */
}

.sidebar-news > div{
    border-bottom: 1px dashed #DBDBDB;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sidebar-news div:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.news-short-detail div{
   //* float: left;*/
}
.news-short-detail img{
    width: 75px;
}
.news-short-detail .news-title{
    width: calc(100% - 85px);
    font-size: 0.85rem;
    line-height: 17px;
}

.post-detail h3{
    font-size: 1.3rem;
    font-size: 600;
}

.text-highlighted{
    background:rgb(207 207 207 / 10%);
    border-bottom: 2px solid rgb(57, 181, 73);
    padding: 10px;
    border-radius: 5px;
}
.author-info {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
}

.author-info a{
    color: #333;
    display: inline-block;
    margin-right: 50px;
    font-weight: 600;
}

.author-info a span{
    margin-right: 5px;
}

.author-info span span{
    color: #333;
    font-weight: 600;
}


.post-tag .badge{
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    font-size: 0.9rem;
    padding: 5px 10px;
    margin-left: 10px;
    display: inline-block;
    background: #f7f7f7;
    color: #666;

}
.post-tag .badge:hover{
    border:1px solid #39B549;
    text-decoration: none;
    color: #39B549;
}

.step {
    display: none;
}
.step.active {
    display: block;
}
.reviewForm button{
    line-height: 30px;
}
.rating-options label {
    margin-right: 10px;
    cursor: pointer;
    width: 100%;
    position: relative;
    display: block;
    height: 30px;
}
.rating-options input[type="radio"] {
    display: none;
}
.rating-options span {
    width: 24px;
    height: 24px;
    fill: #ccc;
    transition: fill 0.3s;
    display: block;
    background-size: cover;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.poor-rating span{
    background: url(../images/poor.svg) no-repeat;
    background-size: cover;
}
.average-rating span{
    background: url(../images/average.svg) no-repeat;
    background-size: cover;
}
.excellent-rating span{
    background: url(../images/excellent.svg) no-repeat;
    background-size: cover;
}
.poor-rating span:hover, .poor-rating  input[type="radio"]:checked + span{
    background: url(../images/poor-h.svg) no-repeat;
    background-size: cover;
}
.average-rating span:hover, .average-rating  input[type="radio"]:checked + span{
    background: url(../images/average-h.svg) no-repeat;
    background-size: cover;
}
.excellent-rating span:hover, .excellent-rating  input[type="radio"]:checked + span{
    background: url(../images/excellent-h.svg) no-repeat;
    background-size: cover;
}
.rating-options input[type="radio"]:checked + span {
    fill: #ffcc00;
}

.uk-modal-dialog {
    background: white;
    border-radius: 8px;
    padding: 20px;
}
.progress-bar {
    height: 6px;
    background-color: #e0e0e0;
    margin-bottom: 20px;
    border-radius: 3px;
}
.progress {
    height: 6px;
    background-color: #69b258;
    width: 0%;
    border-radius: 3px;
    transition: width 0.4s;
}
.total-rating {
    background-color: #e9fbe5;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: bold;
}

