<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');

:root {
   --bs-primary: #020739;
   --bs-primary-rgb: 2, 7, 57;
   --bs-bg-opacity: 1;
}
.breadcrumb-item + .breadcrumb-item::before {
   content: "|"; }
body {
   background-color: #FCFCFF;
   font-family: "Open Sans", sans-serif;
   line-height: 1.6;
}
input[type='radio'] {
   accent-color: #FDB604;
}
.fw-light{
   font-weight: 400 !important;
}
.bg-yellow{
   background-color: #FDB604;
}
.dropdown-item.active, .dropdown-item:active{
   background-color: #020739;
   color: #fff !important;
}
::-webkit-scrollbar {
   width: 10px;
   background-color: #ccc;
}

.custom-select-arrow {
   position: relative;
}

/* Style the select element */
.custom-select-arrow select {
   appearance: none; /* Removes default arrow */
   -webkit-appearance: none; /* Removes default arrow for Safari */
   -moz-appearance: none; /* Removes default arrow for Firefox */
   background: transparent; /* Ensures no default background */
   width: 100%; /* Ensures it takes the full width of container */
   padding-right: 30px; /* Makes space for custom arrow */
   border: 1px solid #ccc; /* Custom border styling */
   border-radius: 4px;
}

/* Add custom arrow using an SVG or PNG */
.custom-select-arrow::after {
   content: '';
   background-image: url('../assets/icons/chevron-down.svg'); /* Path to your PNG or SVG */
   background-size: 16px 16px; /* Size of the icon */
   background-repeat: no-repeat;
   position: absolute;
   top: 50%;
   right: 10px;
   transform: translateY(-50%);
   width: 16px;
   height: 16px;
   pointer-events: none; /* Prevent the arrow from blocking clicks */
}
.custom-select-arrow.open::after {
   transform: translateY(-50%) rotate(180deg); /* Rotates the arrow 180 degrees */
}

::-webkit-scrollbar-thumb {
   background-color: #555;
}
input::placeholder{
   font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.intl-tel-input,
.iti{
  width: 100%;
}
a {
   color: inherit !important;
   text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 700;
}
.f-20{
   font-size:20px;
}
table th {
   color:#595959 !important;
   font-family: Open Sans;
font-size: 14px;
font-weight: 700;
line-height: 24.51px;
text-align: left;

}
table td {

 font-size: 14px;

 }
th, td {
   padding: 4px !important;
 }

button {
   background-color: #fff0;
   border: none;
}

.bg-primary {
   background-color: #020739;
}
.heart-btn{
   height:47px;
   font-size:20px;
}
.btn-primary {
   background-color: #FDB604 !important;
   border: 1px solid #fff !important;
   color: #252C32;
   font-weight:700;
   text-transform: uppercase;

}
.round{
   border-radius: 5px;
}
.btn-primary.border-0{
   border: 0 !important;
}
.flex-direction-rever{
   flex-direction: row-reverse;
}
.btn-primary:hover{
   background-color: #edaa00 !important;
   color: #252C32;
}
.nav-tabs .nav-link{
   border: 0;
}
.nav-link:focus-visible {
   outline: 0;
   box-shadow: none;
}
#tracking-id::placeholder{
color:#fff;
}
header .nav a:hover {
   color: #ccc !important;
}
.owl-stage {
   display: flex !important;
   justify-content: space-between;
}

.owl-stage-outer {
   overflow: hidden;
}

#header-placeholder {
   z-index: 1;
   position: relative;
}

.hero-section {
   /* background-image: url("../images/banner/home.png"); */
   height: 100vh;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   padding-bottom: 60px;
   position: relative;
   margin-top: -8%;
}

.hero-text {
   padding-top: 20vh;
   text-align: right;
}
.tab-pane.show {
   opacity: 1; /* Set opacity to 1 for active tab */
}

.custom-max-width .row{
   max-width: 100%;
   margin: auto;
}
.howdoes h6{
   text-align: center;
}
.hero-title h1 {
   font-size: 90px;
   line-height: 77px;
   color: #FCB603;
   font-weight: 700;
   text-transform: uppercase;
}

.hero-subtitle h1 {
   font-size: 60px;
   line-height: 77px;
   color: #fff;
   font-weight: 400;
   text-transform: uppercase;

}

.bg-60 {
   background-color: #02073998;
}

.nav-tabs {
   width: fit-content;
}
.hero-section .nav-tabs {
   background-color: #fff;
   border-radius: 10px 10px 0 0;
}
.hero-section .nav-item:first-child .nav-link{
   border-radius: 10px 0 0 0;
}
.hero-section .nav-item:last-child .nav-link {
   border-radius: 0 10px 0 0;
}
.nav-item {
   font-weight: 600;
   font-size: 16px;
   text-transform: uppercase;
}

.nav-tabs .nav-link.active {
   background-color: #FCB603;
   color: #020739 !important;
   font-weight: 700;
}

.nav-tabs .nav-link {
   font-size: 16px;
   color:#000;
}

.hero-section select {
   background: no-repeat;
   color: #fff;
}

.hero-section label {
   font-weight: 700;
   font-size: 16px;
}


.dropdown {
   background: #fff0;
}

.bootstrap-select&gt;.dropdown-toggle {
   background: transparent;
   color: #fff;
   padding: 12px;
}

.yellow {
   color: #FDB604 !important;
}
.reviewquote{
   width:5rem;
}
.auction td,.auction th{
   padding:10px !important;
}
.btn-yellow {
   padding: 10px 20px;
   border-radius: 5px;
   border: 1px solid #FDB604;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: 600;
   line-height: 22px;
   transition: background-color 0.3s  ease-in-out ;
}

.btn-yellow:hover{
   background-color:#FDB604;
}

.location-tooltip {
   background: #FDB604;
   padding: 3px;
   border-radius:0 8px  8px 0;
   font-weight: 700;
   font-size: 10px;
   margin-left: -10px;
   padding-right: 0.75rem;
   width: fit-content;
}
.w-10{
   width:1rem;
}
.w-20{
   width:2rem;
}
.w-15{
   width: 1.35rem;
}
.car-list .badge{
   font-size:12px;
}
.bg-red{
   background-color: #FF0000;
}
.bg-green{
   background-color: #00b662;
}


.car-list .max-height-car-img{
max-height:250px;
object-fit:cover;
object-position:bottom;
}
.info-tooltip{
   background:green;
   padding:5px 10px;
   border-radius: 999px;
   font-size: 12px;
   color: #fff;
   position: absolute;
   top: 4%;
   left: 3%;
   z-index: 1;

}

.car-card {
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
   border:1px solid #0000001a;

}
.car-card h6{
    font-size: 0.85rem;
}
.price{
   font-size: 0.7rem;
}
.shadow-cstm{

}
.border-lr {
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;

}

.name{
   padding: 10px;
   padding-top: 5px;
   max-width: 100%;
   margin: auto;
}
.ccenter{
   display: flex;
   justify-content: center;
   align-items: center;
}
.img-bg:nth-child(2) {
   background-color: #FCB603 !important;
   border-radius: 10px;

}

.img-bg {
   background-color: #000;
   border-radius: 10px;


}

.img-bg img {
   opacity: 0.8;
   width: 100%;
   height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.overlay {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   padding: 10px;
   color: white;
   text-align: center;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
   transition: background-color 0.3s  ease-in-out ;


}

.img-bg:hover .overlay {
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FDB604 100%);
}

.img-bg h4 {
   color: #fff;
   margin: 0;
   text-align: center;
   padding: 5px 10px;
   width: 100%;

}

.car-outer,
.icon-outer {
   grid-template-columns: auto auto auto auto auto;
   grid-gap: 15px;
}

.icon-box img{
   height: 50px;
   width: 50px;
}

.icon-box .img-box {
   height: 90px;
   min-width: 90px;
   padding: 10px;
   border-radius: 100%;
   background-color: #f0f0f0;
   object-fit: scale-down;
   display: flex;
   justify-content: center;
   align-items: center;

}

.tab-content .icon-box {
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: start;
   text-align: center;
   padding: 20px 0px;
   transition: background-color 0.3s, color 0.3s;
}

.tab-content .icon-box:hover .img-box {
   background-color: #FCB603;
   color: white;
}

.tab-content .icon-box:hover h6 {
   color: #FCB603;

}


.tab-content .icon-box h6 {
   margin-top: 10px;
   font-size: 16px;
   font-weight: bold;
   margin-left: 10px;
}

.brand h6 {
   margin-top: 10px
}

.brand-carosuel .owl-nav,.brand-carosuel .owl-dots {
   display: none;
}

.types img {
   width: 80px;
   height: 80px;
   padding: 10px;
   border-radius: 100%;
   background: #F2F2F2;
   object-fit: scale-down;
   transition:background-color 0.3s  ease-in-out ;
}
.types p{
   transition:color 0.3s  ease-in-out ;
   font-weight: bold;
}
.types:hover p {
   color: #FDB604;
}

.types {
   display: grid;
   justify-items: center;
   justify-content: center;
   align-items: stretch;

   transition:color 0.3s  ease-in-out ;
}

.types:hover img {
   background-color: #FDB604;
}

.types-outer {
   grid-template-columns: auto auto auto auto auto auto auto auto;
   gap: 20px;
}

.types-outer {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.types-outer::-webkit-scrollbar {
    display: none;
}

.testimonial-box {
   padding: 20px;
   border-radius: 10px;
   text-align: center;
   margin-bottom: 20px;
}

.testimonial-box p {
   margin-bottom: 10px;
}

.testimonial-box h6 {
   font-weight: bold;
}

.gray{
   color: #595959;
}

.how p {
   font-size: 16px;
   line-height: 25px;
   text-align: left;

}

.hows .icon-box img {
   background-color: #020739;
   height: 100px;
   width: 100px;
   padding: 20px;
   border-radius: 100%;
   object-fit: scale-down;
   margin-bottom: 15px;
}
#clearance p {
   margin: 0;
}


.hows .icon-box:hover img {
   background-color: #FDB604;
}

.hows .nav-link.active {
   background-color:#fcfcff !important;

}

.hows .nav-link.active .icon-box img {
   background-color: #FDB604;

}

.about h2 {

   font-size: 40px;
   font-weight: 700;
   line-height: 43px;

}
.testimonial-box p:nth-of-type(1){
font-size: 16px;
font-weight: 500;
line-height: 30px;
letter-spacing: -0.02em;
text-align: center;
margin:30px 0;


}
.testimonial-box p:nth-of-type(2){
color:#667085 ;
font-size: 16px;
font-weight: 400;

}
.testimonial-box h6{
   margin-top: 30px;
}
.owl-dot  {
   width: 13px;
    height: 13px;
    border: 1px solid #FDB604;
    background-color: #fff;
    border-radius: 100%;
    margin: 5px;
}
.owl-dot.active{
   background: #FDB604;

}
.testimonial-section .owl-nav{
   display: none;
}
.owl-dots {
   text-align: center;

}
.gradn{
   padding-top: 40px;
   background: linear-gradient(180deg, #F4F7FB 33.92%, #F4F7FB 70.52%, #FFFFFF 107.13%, #FCFCFF 143.74%);
}
.sticky-sidebar {
   position: -webkit-sticky;
   position: sticky;
   top: 0; /* Stick the sidebar to the top of the viewport */
}

/******Product Page CSS********/
/* .carouter-products{
   display: grid;
   grid-template-columns: auto auto auto auto;
} */
.ui-slider-handle{
   border: none !important;
   background: #020739 !important;
   font-weight: normal;
   border-radius: 100% !important;
   color: #454545;
   width: 12px !important;
    height: 12px !important;
}
.ui-widget-header{
   background: #D9D9D9 !important;
}
.ui-slider-horizontal{
   height: 3px !important;
}
.card-body{
   padding: 20px;
}
.card-body span{
   margin-bottom: 15px;
   font-family: Open Sans;
   font-size: 18px;
   font-weight: 400;
   line-height: 24.51px;
   text-align: right;
   color: #595959;
}
.ui-slider-horizontal .ui-slider-handle{
   margin-left: -0.3em !important;
}
.text-small{
  color:  #595959;
  text-decoration: underline;
}
.brand-icon .form-check-label img{
   width: 25px;
   height: auto;
   margin-left: 8px;
   margin-right: 8px;
}
.active&gt;.page-link, .page-link.active{
   background-color: #FDB604;
   color: #1E1E1E !important;
   border: 0 !important;
   font-weight: 700;
}
.page-item{
   margin: 0 5px;

}
.page-link{
   border-radius: 5px;
   box-shadow: var(--bs-box-shadow-sm) !important;
}
.sticky-sidebar label{
   font-size: 14px;

}
.form-check{
   padding-bottom: 5px;
}
.color-blue{
   color: #3366CC !important;

}
.bg-grey{
   background-color: #E0E0E0;
}
.login-bg{
   background-image: linear-gradient(rgba(1, 7, 57, 0.5), rgba(1, 7, 57, 0.5)), url("../images/banner/login-banner.png");

   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.icon-boxs{
   display: none;
}
.car-card p{
   padding:0;
   font-size: 12px;

   margin:1px;
}
footer{
   position: relative !important;
}
@media (min-width: 568px) {
   .shadow-md-none{
      box-shadow: none !important;

   }
   .btn-xs-primary {
      display: flex;
      gap:10px;
   }

}

.car-img {
   position: relative;
}
.brand{
   text-align: center;
   margin-top: 20px;
}

.findcar .nav-tabs .nav-link{
   border: 0;
   border-bottom: 1px solid #fff;
}
.findcar .nav-tabs .nav-link.active{
   background-color: #fff;
   color: #FDB604 !important;

   border-bottom: 5px solid;
}


.price {
   text-decoration: line-through;
   color: #CC2229;
}

.red-f{
   color: #CC2229;
}
.discount-price {
   font-size: 1.5rem;
   color: #CC2229;
   font-weight: bold;
}
.discount-price-small{
    font-size: 0.9rem;
    color: #CC2229;
    font-weight: bold;
}

.image-thumbnail img {
   width: 100px;
   height: 100px;
   object-fit: cover;
}

.download-images {
   font-family: Open Sans;
   font-size: 20px;
   font-weight: 600;
   line-height: 27.24px;
color:#010739;

   text-decoration: underline !important;
}

.owl-nav button span{
   display:none;
}
.icon-button {
   margin-right: 10px;
   color: black;
}

.specifications-table,
.features-table {
   width: 100%;
   border: 1px solid #ddd;
   margin-top: 10px;
}

.specifications-table td,
.specifications-table th {
   padding: 10px;
   border: 1px solid #ddd;
}

.btn-country {
   margin-top: 10px;
}
.product-page .car-img{
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 10px;

}
.heading-yellow{
   border-bottom: 2px solid #ffc107;
   width:fit-content;
   margin:0;
   padding-bottom: 10px;

}
.image-thumbnail img{
   width:100%;
}

.cif-table th{
   color: #1E1E1E !important;

}
.qoute-form {
   padding-right:20px;

}
#search-cars .form-control{
   border-radius:10px !important;
}
#search-cars .form-control button{
   border-radius:10px !important;
}
.qoute-form .form-control {

box-shadow: var(--bs-box-shadow-sm) !important;
}
.features .btn.active{
   background-color:#ffc107;
   font-weight:700;
}
.features {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 10px;
}
.download-color{
  color:  #010739 !important;
}
.underline{
   text-decoration: underline !important;
}
.download-color .bi-download{
font-size: 24px;
margin-right: 5px;
}
.features .btn {
   width: 100%;
 }
.product{
   width:100%;
}
.product .nav-link.active{
   background-color:#fff;
   color: #020739 !important;
   font-weight: 700;
   border: 0;
   border-bottom: 2px solid #ffc107;
}
.product-page p{
   margin:0
}
.product-page .car-carosuel .owl-nav{
   position:absolute;
   top:-10%;
   right:0;
}
.product-page .car-carosuel .owl-nav button{
   width:45px;
}
.product-page .owl-dots {
   display:none;
}
.car-card .car-img {
   padding:0;
}
.Bargains{
   position:relative;
   grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.Bargains .owl-nav{
   position:absolute;
   top:48%;
   width:100%;
}
.Bargains .owl-nav button{
   position:absolute;
}
.Bargains .owl-next{
   right:-6%;
}
.Bargains .owl-prev{
   left:-6%;
}
.Bargains .owl-dots{
display:none;
}
.about-heading{
   font-weight: 600;




}
.counter-number,.counter-k{
font-size: 35px;
font-weight: 600;
line-height: 35px;


}
.counter-label{
font-size: 16px;
font-weight: 400;

color: #1E1E1E;

}
.counter-box{
   display: flex;
   align-items: center;
   justify-content: center;
    gap: 20px;
}
.counter-icon{
   width: 80px;


}
.bg-counter{
   background-color: #F4F7FB;
   justify-content: center;
}
.bg-blue-mash{
   background-image: url("../assets/banner/blue-mesh.png");
   font-size: 16px;
   background-position: center;
   padding: 85px;
   line-height: 30px;

}

.yellow-mesh-p{
   background-image: url("../assets/banner/yellow-mesh.png");
   background-position: center;
   padding: 50px;
   font-size: 16px;
   margin-top: -150px;
   padding-top: 120px;
   line-height: 30px;
   z-index: -1;
   position: relative;
}
.youtube{
   height: 500px;
}
.how-to{
   display: grid;
   grid-template-columns: auto auto auto auto auto;
   gap: 10px;
   justify-items: center;
   text-align: center;
}
.how-to .icon-box img{
   background-color: #020739;
   padding: 0px;
   border-radius: 100%;
   margin-bottom: 10px;
   object-fit: scale-down;
   width: 80px;
   height: 80px;

} .timeline {
   position: relative;
   width: 100%;
   padding: 20px 0;
}

.timeline::after {
   content: '';
   position: absolute;
   width: 70px;
   background-image: url(../assets/icons/road.svg);
   top: 0;
   bottom: 0;
   left: 47%;
   background-position: center;
   margin-left:5px;
   object-fit: scale-down;
   border-right: 7px #595959 solid;
   border-left: 7px #595959 solid;

}
.timeline .car-img{
   position: absolute;
   left: 50%;
   margin-left: -10px;
   width: 25px;
   z-index: 999;


}
.timeline-item {
   position: relative;
  padding: 0;

   box-sizing: border-box;
}

.timeline-item.left {
   left: 0;
   text-align: right;
}


.timeline-item.left::after {
   right: auto;
   left: -12.5px;
}

.road-line {
   background-image: url("../assets/icons/road.svg");
   height: 5px;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   z-index: 0;
}

.icon {
   width: 30px;
   height: 30px;
}
.size-5{
   padding: 10px 12px;

}
.timeline .row{
   align-items:center ;
   margin-bottom: 80px !important;
}
.faq .accordion-item,.faq .accordion-button{
   background-color: #fff0;

}
.faq .accordion-button{
   font-weight: 600;
}
.faq .accordion-body{
   color: #4B5768;
}
.accordion-button:focus{
   box-shadow: none;
}

.howdoes ul{
   border: 0;
}
.howdoes .icon-box{
   display: grid;
   justify-items: center;
}
.bi-whatsapp{
   background-color: #2CA81E;
   padding: 10px;
   font-size: 14px;
   color: #fff;
   border-radius: 5px;
}
.contacttabs.nav-tabs .nav-link.active{
   background-color: #fff0;
   color: #fdb604 !important;
   font-weight: 700;
   border-bottom: 5px solid;
}
.contacttabs.nav-tabs .nav-link{
  padding-right: 50px;
  font-weight: 500;
  text-transform: capitalize;
}
.map{
   height: 500px;
}
.address-off,.highlight-bg {
   background-color: #F4F7FB;
}
.highlight-bg .accordion-item , .highlight-bg .accordion-button{
   background-color: #F4F7FB;
}
.highlight-bg span{
   margin-right: 20px;
}
aside {
   position: sticky;
   top: 0px; /* Adjust this value based on header height */
   height: 100vh; /* Full height minus header and footer height */
   overflow:scroll;
   overflow-x:hidden;
 }


 aside::-webkit-scrollbar {
display:none;
 }
 .trans-icon{
   background:#020739;
   padding:40px 28px;
   border-radius:100%;
   width:fit-content;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:14px;
 }
 .checkbox-grid{
   display: grid;
   grid-template-columns: auto auto auto auto auto auto;
   padding-right: calc(var(--bs-gutter-x)* .5);
   padding-left: calc(var(--bs-gutter-x)* .5);
 }
 @media (min-width: 1082px) and (max-width: 1199px){
   .hero-section{
      margin-top: -8%;
   }
   .checkbox-grid{
      display: grid;
      grid-template-columns: auto auto auto auto auto;
    }
    .car-outer{
      grid-template-columns: auto auto auto auto  ;
      grid-gap: 15px;
   }
   .carouter-products{
      grid-template-columns: auto auto  auto  ;
   }
}
@media (min-width: 576px) {
   .justify-md-content-end{
      justify-content: flex-end !important;
   }
  .cstm-shadow{
   box-shadow: 0px 4px 4px 0px #00000023;

  }
  .w-md-25{
   width: 25% !important;
  }
  .acc-table{
   width: 70%;
  }
}
 .checkbox-grid&gt;div{
   padding: 10px 0px;
 }
 .icon-animation {
   transition: transform 0.3s ease, color 0.3s ease;
 }
 .icon-animation.scale {
   transform: scale(1.3);
 }
 .heartIcon {
   cursor: pointer;
 }
.budget .icon-box{
   justify-items: center;
}
.budget{
   grid-template-columns: auto auto auto auto auto auto;
   justify-content: space-around
}
.shopbyyear{
   grid-template-columns: auto auto auto auto auto auto;
}
.shopbyyear .icon-box{
   flex-direction: column;
}
.icon-box .img-box{
   transition: background-color 0.3s ease-in-out;
}
.icon-box h6{
   transition: color 0.2s ease-in-out;
}
.w-max{
   width: max-content;

}
.w-max::-webkit-scrollbar{
   display: none;
}
#ufsTabs .nav-link{

   width: max-content;
}

#ufsTabs::-webkit-scrollbar{

   display: none;
}

#ufsTabs{

   overflow: scroll;
}
.howtobuy .fade:not(.show){
   opacity: 1 !important;
}
.bootstrap-select .dropdown-menu{
   z-index: 999;
}
#priceMin{
   text-align: left;
}
.product-page .pagination {
   flex-wrap: wrap;
}
.head-card{
   width: fit-content;
   padding: 10px;
   background-color: #FDB604;
   border-radius: 5px;
   margin-bottom: -7%;
   z-index: 999;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   font-weight: 700;
   font-size: 18px;
}
.h-190{
   min-height: 190px;
   width: inherit;
}
.bg-why-auto{
   background-image: url("../assets/banner/why-auto.png");
   padding: 50px;
   margin-top: 100px;
   color: #fff;
}
.why-auto-icon{
   height: 70px;
   width: inherit;
}
.border-right{
   border-right:1px solid #ccc;
   display: grid;
    justify-items: center;
}
.w-fit{
   width: fit-content;
}
.justify-item-center{
   justify-items: center
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{

   color: #fff;
}

.btn-close {

    position: absolute;
    top: -7px;
    right: -7px;

}
/* .card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
 }
 .badge-none{
 display: none;
 }
 @media (min-width: 992px) and (max-width: 1200px) {
    .card-grid {
        grid-template-columns: repeat(5, 1fr);
    }
 }
 @media (min-width: 768px) and (max-width: 992px) {
    .card-grid {
        grid-template-columns: repeat(4, 1fr);
    }
 }
 @media (min-width: 576px) and (max-width: 768px) {
    .card-grid {
        grid-template-columns: repeat(3, 1fr);
    }
 }
 @media (max-width: 576px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
 } */

.product-table td:nth-child(even) {
   background-color: #ffffff;
}

.product-table td:nth-child(odd) {
   background-color: #f0f0f0;
}
 .card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Five equal columns for desktop */
    gap: 1rem; /* Space between cards */
}


.badge-none {
    display: none;
}
#login-btn img{
   width:1.25rem;
}
/* For large desktops (992px - 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
    .card-grid {
        grid-template-columns: repeat(5, 1fr); /* Five equal columns */
    }
}

/* For tablets (768px - 992px) */
@media (min-width: 768px) and (max-width: 992px) {
    .card-grid {
        grid-template-columns: repeat(4, 1fr); /* Four equal columns */
    }
}

/* For smaller tablets (576px - 768px) */
@media (min-width: 576px) and (max-width: 768px) {
    .card-grid {
        grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    }
}

/* For mobile devices (below 576px) */
@media (max-width: 576px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr); /* Two equal columns */
    }
}

/* Optional: Ensure all cards are the same height */
.car-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensures cards take up equal height */
}


 .brand-img{
    width: 50px;
    height: 50px;
 }
#google_translate_element{
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.goog-te-gadget {
    height: 48px;
}




/* .goog-te-gadget-simple {
    display: none !important;
} */

@media (max-width: 768px) {
    .product-details-table th {
        display: inline-block; /* Display headings as block */
        width: 100%; /* Full width for heading */
        font-weight: bold;
        background: #f8f9fa; /* Optional: light background for headings */
        border-bottom: 1px solid #ddd;
        font-size: 12px;
    }
    .product-details-table td {
        display: inline-block; /* Display data as block */
        width: 100%; /* Full width for value */
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .cif-table th, .cif-table td {
        display: block; /* Stack each cell */
        width: 100%;
        text-align: left;
    }

    .cif-table th {
        font-weight: bold;
        background-color: #f8f9fa; /* Light background for headings */
        border-bottom: 1px solid #ddd;
    }

    .cif-table td {
        margin-bottom: 10px; /* Space between rows */
    }

    .cif-table tbody tr {
        border-bottom: 1px solid #ddd;
    }

    .cif-table input[type="radio"] {
        margin-right: 5px; /* Space for the radio button */
    }
}

/* .clock {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 20px;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    width: fit-content;
  }
  .clock-icon {
    margin-right: 10px;
  } */
  .full-width-message {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 16px;
}
.location-tooltip.in-transit {
    background-color: #0099cc;
    color: #fff;
}
.location-tooltip.in-japan {
    background-color: #fdb604;
    color: #fff;
}
.location-tooltip.in-tanzania {
    background-color: #009933;
    color: #fff;
}
.location-tooltip.in-thailand {
    background-color: #009933;
    color: #fff;
}
.location-tooltip.in-durban {
    background-color: #009933;
    color: #fff;
}
.location-tooltip.other-location {
    background-color: lightgray;
}
.changeCountry .filter-option .filter-option-inner-inner {
    color: #000;
    font-size: 14px;
}

.kweb-logo{
    width: 2rem;
}
.progress{
   height:30px;
   background: #fff;
   border-radius: 5px;
   border: 1px solid #ccc;
}
.progress-bar{
   background: #020739;
   position:relative;;
}
.car-svg{
   position:absolute;
   right:2%;
}
@media (min-width: 768px) {
   .bg-md-light{
background-color:#f5f5f5 !important;
   }
   .text-md-base {
      font-size: 1rem !important; /* Bootstrap's base font-size */
  }

}
input#countrySelect:hover{
   border-radius: var(--bs-border-radius-pill) !important;

}
.changeCountry .bootstrap-select&gt;.dropdown-toggle{
   border:0 !important;
}
.search-box{
   position:relative;
}
.search-suggestions{
   background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 20px;
    max-height:200px;
    overflow-y: auto !important;
    position: absolute;
    width: 100%;
    display:none;
    z-index: 10;
}
.search-suggestions li{
   border-bottom: 1px solid #e9e9e9;
   padding: 7px 7px 7px 5%;
   font-size: 0.9rem;

}
.search-suggestions::-webkit-scrollbar{
   display:none;
}
.search-suggestions li:hover{
   background: #f5f5f5;
}
.image-search-suggestions{
    background: #fff;
     color: #000;
     padding: 10px;
     border-radius: 20px;
     /* max-height:300px; */
     overflow-y: auto;
     position: absolute;
     width: 100%;
     display:none;
     z-index: 10;
 }
 .image-search-suggestions li{
    border-bottom: 1px solid #e9e9e9;
    padding: 7px 7px 7px 5%;
    font-size: 0.9rem;

 }
 .image-search-suggestions::-webkit-scrollbar{
    display:none;
 }
 .image-search-suggestions li:hover{
    background: #f5f5f5;
 }
 .google-style-image-search {
    display: flex;
    justify-content: center;
    padding: 20px;
}
.image-upload-box {
    border: 2px dashed #ccc;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    background-color: #f9f9f9;
    position: relative;
}
.image-upload-box .icon-preview {
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}
.upload-link {
    color: #1a73e8;
    cursor: pointer;
    text-decoration: underline;
}
.image-url-input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
}
#drop-area.highlight {
    border-color: #1a73e8;
    background-color: #e8f0fe;
}
.search-image-btn {
    display: none; /* Hide initially */
    background-color: #FCB603;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.search-image-btn:hover {
    background-color: #FCB603;
}

.car-carosuel .owl-stage-outer {
   position:relative;
}
#main-carousel .owl-prev span, #main-carousel .owl-next span, .car-carosuel .owl-prev span, .car-carosuel .owl-next span{
display:block;
margin-bottom: 1px;
margin-left: 1px;
}
#main-carousel .owl-prev, #main-carousel .owl-next, .car-carosuel .owl-prev, .car-carosuel .owl-next{
   position:absolute;
   top:50%;
   transform: translateY(-50%);
   background:#FDB604;
   border:0;
   border-radius: 50%;
   width:30px;
   height:30px;
   padding: 10px; color: #fff; cursor: pointer;
   display: flex;
   justify-content: center;
   align-items: center;
}
#main-carousel .owl-prev , .car-carosuel .owl-prev{
   left: -10px;
}
.car-carosuel .owl-next, #main-carousel .owl-next {
   right: -10px;
}
.ui-slider-horizontal .ui-slider-range{
   background: #020739 !important;
}
.img-upload{
   position: absolute;
   top: 10px;
   right: 5%;
   bottom: 0;
   cursor: pointer;
   width: 20px;
}
.Bargains .owl-next span, .Bargains .owl-prev span{
   display:none;
}
.view-details{
   font-size:0.6rem;
}
.cms{
   font-size:0.7rem;
}
.cms span{
   color:#484848;
  
   width: 100%;
   display: block;

}
.cms p{
   font-weight: 600;
   overflow-wrap: break-word;
}
.cms{
   text-align:center;
}
.cars-info-card{
   position:absolute;
   top:5%;
   left:8px;
}
.badge-green{
   background:green;
   
}
.badge-red{
   background:red;
   
}
.details .label{
      font-size: 12px;
   
}
button.bg-red:hover{
       background-color: #FF0000;
}
@media (max-width: 576px) {
   #main-carousel .owl-nav , .car-carosuel .owl-nav {
       display: block;
   }
}


/* Kalpesh css */
.countrySelectBox .dropdown-toggle::after{background-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293z' clip-rule='evenodd'/&gt;&lt;/svg&gt;");border: 0;width: 20px;height: 20px;background-size: 100%; background-repeat: no-repeat; margin-left: 0; margin-top:0!important}
.countrySelectBox.bootstrap-select .dropdown-toggle:focus {outline: none!important;}

.countrySelectBox.bootstrap-select .dropdown-toggle.show::after {background-image: url("data:image/svg+xml,&lt;svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z' clip-rule='evenodd'/&gt;&lt;/svg&gt;");}


.newCarCard {justify-content: start;}
.newCarCard .name {margin: 0;}
.newCarCard p {font-size: 8px; }
.newCarCard .cms p {font-weight: 700;}
.newCarCard .view-details {font-weight: 700; color: #0099cc!important; font-size: 0.85rem;}


.listViewCard .card-title {font-size: 1rem;}

.listViewCard hr {margin: .5rem 0;}

.listViewCard b, .listViewCard strong {font-size: .8rem;}

.car-list.listViewCard   .badge {margin: 0;}

.car-list.listViewCard .card-body .tagsBox span {line-height: 1; padding: 5px; background: none;}

.car-list.listViewCard .vdBtn {color: #5d5d9c; border: 1px solid #5d5d9c; border-radius: 100rem; padding: 8px 15px; font-weight: 500; font-size: 14px; margin-top: 10px;}

.car-list.listViewCard  small.text-muted {font-size: 12px;}

.detailCountryselect {color: #fff;}
.detailCountryselect select, .detailCountryselect select:focus  {background: #1e1e1e; color: #fff;}
.detailCountryselect i {position: absolute; top: 50%; transform: translateY(-50%); right: 10px;}

.detailPriceCol p {color: red; font-weight: 700; font-size: 20px;}
.detailPriceCol p b {color: #000; font-size: 14px; font-weight: 600;}


.verticleProCol {grid-template-columns:repeat(4, 1fr)}

.verticleProCol .homeStockCard .view-details, .verticleProCol .car-card h6 {font-size: 0.80rem; display: block;}


.newsWrp {background: #fef1d8; color: #f00;}
.newsWrp a {color: rgb(21, 101, 192)!important;}
.news-carousel {position: relative;}
.news-carousel  .owl-nav {position: absolute; top: 50%; transform: translateY(-50%); right: 0; margin: 0!important;}
.news-carousel  .owl-nav button {padding: 0!important; margin: 0 5px!important; background: none!important; color: #000!important; font-size: 20px!important;}

@media(max-width:991.99px){
   .newsWrp {font-size: 12px;}
}</pre></body></html>