
.select-selected {
  padding: 3px 7px;
  font-size: 0.75rem;
}
.select-selected::after {
  top: 12px;
}
    /* .bg-one{
        background-image: url('../images/black-mercedes-benz-sports-car-interior-1104768.jpg');
    } */
    .brand{
      background-image: url('../images/brand.jpg');
    }
    .used{
      background-image: url('../images/used.jpg');
    }
    .double{
      background-image: url('../images/double.jpg');
    }
    .ford{
      background-image: url('../images/ford.jpg');
    }
    .brand-new:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
    .parent {
        overflow: hidden;
        position: sticky;
        cursor: pointer;
        border-radius: 6px; 
    }   
    .child {
        transition: all .3s;
    }
    .parent:hover .child, .parent:focus .child {
        -webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)
    }
    [slider] {
        position: relative;
        height: 5px;
        margin: 20px 0 10px 0;
      }
      [slider] > div {
        position: absolute;
        left: 13px;
        right: 15px;
        height: 5px;
      }
      [slider] > div > [inverse-left] {
        position: absolute;
        left: 0;
        height: 5px;
        border-radius: 10px;
        background-color: #CCC;
        margin: 0 7px;
      }
      [slider] > div > [inverse-right] {
        position: absolute;
        right: 0;
        height: 5px;
        border-radius: 10px;
        background-color: #CCC;
        margin: 0 7px;
      }
      [slider] > div > [range] {
        position: absolute;
        left: 0;
        height: 5px;
        border-radius: 14px;
        background-color: #000;
      }
      [slider] > div > [thumb] {
        position: absolute;
        top: -5px;
        z-index: 1;
        height: 15px;
        width: 15px;
        text-align: left;
        margin-left: -11px;
        cursor: pointer;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
        background-color: #000;
        border-radius: 50%;
        outline: none;
      }
      [slider] > input[type=range] {
        position: absolute;
        pointer-events: none;
        z-index: 3;
        height: 14px;
        top: -2px;
        width: 100%;
        opacity: 0;
      }
      div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
        background: transparent;
        border: transparent;
      }
      div[slider] > input[type=range]:focus {
        outline: none;
      }
      div[slider] > input[type=range]::-webkit-slider-thumb {
        pointer-events: all;
        width: 28px;
        height: 28px;
        border-radius: 0px;
        border: 0 none;
        background: red;
        -webkit-appearance: none;
      }
      div[slider] > input[type=range]::-ms-fill-lower {
        background: transparent;
        border: 0 none;
      }
      div[slider] > input[type=range]::-ms-fill-upper {
        background: transparent;
        border: 0 none;
      }
      div[slider] > input[type=range]::-ms-tooltip {
        display: none;
      }
      [slider] > div > [sign] {
        opacity: 0;
        position: absolute;
        margin-left: -11px;
        top: -39px;
        z-index:3;
        background-color: #d02128;
        color: #fff;
        width: 28px;
        height: 28px;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
      }
      [slider] > div > [sign]:after {
        position: absolute;
        content: '';
        left: 0;
        border-radius: 16px;
        top: 19px;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top-width: 16px;
        border-top-style: solid;
        border-top-color: #d02128;
      }
      [slider] > div > [sign] > span {
        font-size: 12px;
    }
    .iti{
    display: block !important;
    }
    .home-select-country, .iti__country-list {
      width: 185px;
    }
    .header-input{
      border: 1px solid #dfdfdf;
    }
    .header-input:focus{
      box-shadow: none;
      outline: 0;
      border: 1px solid #dfdfdf;
    }
    .banner{
      background: url('../images/banner.jpg'); 
      padding: 50px 0px 50px;
    }
    .mega-sale{
      background-image: url('../images/black-mercedes-benz-sports-car-interior-1104768.jpg');
    }
    .body-parts{
      background-image: url('../images/black-and-white-round-car-air-filter-159293.jpg');
    }
    .color-black{
      color: #000;
    }
    .light-red{
      color: #E52727;
    }
    .bg-red{
      background: #E52727;
    }
    .top-bar{
      font-size: 14px; 
      align-items: center;
    }
    .header-border{
      border-bottom: 1px solid #ccc;
    }
    
    /* Shop By Make Section Start */
    .shopbymake-section{
      gap: 0.5rem; 
      flex-direction: column; 
      display: flex;
    }
    .shopmake-heading{
      color: #fff; 
      font-size: 0.875rem; 
      background: #E52727;
    }
    .shopmake-toyota{
      font-size: 15px;  
      display: flex;
      align-items: center; 
      border-bottom: 1px solid #ccc; 
      color: inherit; 
      gap: 0.75rem;
    }
    .shopmake-img{
      width: 25px;
    }
    /* Shop By Make Section End */

    /* New Arrival Section Start */
    .new-arrival-heading{
      color: #333; 
      font-size: 1.5rem;
      font-weight: bold;
    }
    .new-arrival-link{
      color: inherit;
    }
    .new-arrival-link:hover{
      color: inherit;
    }
    .new-arrival-hr{
      border-bottom: 2px solid #E52727;
    }
    .new-arrival-heading1{
      font-size: 14px; 
      color: #333;
    }
    .card-body{
      padding: 0.5rem;
    }
    .new-arrival-model{
      font-size: 12px;
    }
    .new-arrival-price{
      font-size: 14px; 
      color: #E52727;
    }
    .see-more{
      color: #E52727; 
      font-size: 13px; 
      font-weight: 600; 
      padding: 4px 30px;
      border: 1px solid #E52727;
      border-radius: 4px; 
      float: right; 
      margin-bottom: 20px;
    }
    .see-more:hover{
      color: #fff;
      background: #E52727;
    }
    @media screen and (min-width: 768px) {
      .mobile-search{
        display: none;
      }
      .fb-mobile{
        display: none;
      }
    }
    @media screen and (max-width: 767px) {
      .shopbymake{
        order: 3;
      }
      .new-arrival-mobile{
        order: 1;
      }
      .form-mobile{
        order: 2;
      }
    }
    @media screen and (min-width: 767px) {
      .main-space-left{
        padding-right: 0px;
      }
      .main-space-right{
        padding-left: 0px;
      }
    }
    @media screen and (max-width: 767px) {
      .main-padding{
        padding-top: 0px !important;
      }
      .new-arrival-mobile{
        margin-top: 1rem !important;
      }
    }
    @media screen and (max-width: 992px) {
      .card-padding{
        padding: 0.5rem;
      }
      .new-arrival-heading1{
        font-size: 10px;
      }
      .new-arrival-model{
        font-size: 10px;
      }
      .new-arrival-price{
        font-size: 10px;
      }
    }
    /* New Arrival Section End */

    /* Form Section Start */
    .form-heading{
      color: #fff; 
      font-size: 1rem; 
      background: #E52727;
    }
    .form-bg{
      background: #353535;
    }
    .form-input{
      border-radius: 0px !important; 
      height: 30px !important; 
      font-size: 0.7rem;
    }
    .cardetail-formbtn:hover{
      background: #5c0f0f;
    }
    .search-inquiry-btn:hover{
      background: #5c0f0f;
    }
    .banner-btn{
      margin-top: 7%;
    }
    .home-search-btn{
      padding: 5px;
      height: 36px;
    }
    .home-search-btn:hover{
      background: #661313;
    }
    .home-whatsapp{
      padding: 5px;
      height: 36px;
      background: #28a745;
    }
    .home-whatsapp:hover{
      background: #196b2c;
    }
    @media screen and (min-width: 992px) {
      .home-search-btn{
      margin-top: 13px;
      }
      .home-whatsapp{
      margin-top: 13px;
      }
    }
    .shipping-scheduling{
      color: #E52727; 
      font-size: 16px; 
      text-align: center;
    }
    /* Form Section End */

    /* Car Detail Section Start */
    .cardetail-home{
      font-size: 14px;
    }
.slider-container {
  max-width: 960px;
  margin: auto;
  display: block;
}
.slider {
  position: relative;
}
.detail-parts {
  position: relative;
  width: 100%;
}
.detail-parts .detail-parts-img {
  width: 100% !important;
  height: 100% !important;
  object-position: center;
}
@media screen and (min-width: 767px) {
  .calculator-padding{
    padding: 15px 5px;
  }
}
    .car-detail-heading{
      color: #333; 
      font-size: 24px;
    }
    .calculator-heading{
      color: #fff; 
      font-size: 1rem;
      font-weight: 600;
    }
    .calculator-header-bg{
      background: #E52727; 
      border-radius: 0px !important;
    }
    .download-zip{
      font-size: 14px;
    }
    .cardetail-formheader-bg{
      color: #fff; 
      background: #E52727; 
      font-size: 1rem; 
      font-weight: 600;
    }
    .cardetail-form-heading{
      color: #fff; 
      font-size: 1rem;
    }
    .cardetail-forminput{
      height: 35px !important;
    }
    .cardetail-formbtn{
      height: 35px;
      padding: 5px 30px;
    }
    .QR-img{
      width: 200px;
      margin-top: 25px;
    }
    .feature-heading{
      color: #fff; 
      background: #E52727; 
      font-size: 1rem; 
      font-weight: 600; 
      text-align: center;
      padding: 10px;
    }
    .feature{
      display: flex; 
      justify-content: center; 
      align-items: center; 
      box-shadow: 1px 1px 5px grey; 
      font-size: 0.8rem; 
      line-height: 1rem; 
      text-align: center; 
      color: #E52727;
      padding: 10px 0px;
      margin-top: 10px;
    }
    .feature-bg{
      background-color: rgba(191, 219, 254);
    }
    .mileage-icon{
      width: 60px;
    }
    .mileage-bg{
      border: 1px solid #EAEDEF; 
      padding: 5px 10px;
    }
    .mileage-bg1{
      display: flex;
    }
    @media screen and (min-width: 992px) {
      .mileage-bg1{
        margin: 0 auto;
      }
    }
    .mileage-heading{
      font-size: 10px; 
      color: #464e60;
    }
    .mileage-heading1{
      font-size: 20px; 
      color: #434343; 
      font-weight: normal;
    }
    .mile-to{
      font-size: 14px;
    }
    .lSGallery {
      overflow: auto !important;
      height: 295px !important;
      transform: translate3d(0px, 0px, 0px) !important;
    }
    .slider-container ::-webkit-scrollbar {
    width: 4px;
    }
    .slider-container ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
    }
    .slider-container ::-webkit-scrollbar-thumb {
    background: #E52727; 
    border-radius: 10px;
    }
    .slider-container ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
    }
    /* Car Detail Section End */

    /* Search Car Section Start */
   .hidden {
    display: none; 
   } 
   .showmore-btn{
    height: 32px; 
    padding: 3px 10px;
   }
    .search-car-heading{
      text-align: left; 
      font-size: 1rem; 
      color: #E52727; 
      font-weight: 600;
    }
    .searchcar-check{
      color: #000;
      text-align:left; 
      font-size: 0.85rem;
    }
    .searchcar-check2{
      color: #E52727;
    }
    .searchcar-itemmatch{
      color: #333; 
      font-size: 1.25rem; 
      font-weight: 400;
    }
    .searchcar-itemmatch2{
      color: #333; 
      font-weight: 400; 
      font-size: 0.875;
    }
    .searchcar-itemmatch3{
      color: #E52727; 
      font-size: 1.25rem; 
      font-weight: 400;
    }
    .searchcar-itemmatch4{
      color: #E52727; 
      font-weight: 400; 
      font-size: 0.875;
    }
    .searchcar-searchbtn{
      margin-top: 2px;
      height: 35px; 
      padding: 5px 30px;
    }
    .searchcar-thailandbtn{
      cursor: pointer;
      color: #000;
      font-size: 0.75rem;
      padding: 0px 10px;
      height: 33px;
      border: 1px solid #E52727; 
      border-radius: 0.25rem;
      background: rgba(209, 213, 219);
    }
    .searchcar-thailandimg{
      width: 15px;
    }
    .searchcar-cif{
      font-size: 12px;
    }
    .searchcar-thailandbtn:hover{
      color: #fff;
      background: #E52727;
    }
    .searchcar-country .select-selected{
      height: 33px;
      color: #000;
      font-size: 0.75rem;
      border-radius: 0.25rem;
      border: 1px solid #E52727;
      background: rgba(209, 213, 219);
    }
    .searchcar-calculate{
      cursor: pointer;
      color: #fff;
      font-size: 0.75rem;
      border-radius: 50px;
      padding: 0px 10px;
      height: 33px;
      border-radius: 0.25rem;
      background: #E52727;
    }
    .searchcar-stocklist{
      color: #333;
      font-size: 20px;
    }
    .stocklist-heading{
      color: #333; 
      font-size: 20px; 
      font-weight: 600; 
      margin-top: 10px;
    }
    .stocklist-price{
      color: #808080; 
      font-size: 14px;
    }
    .total-price-border{
      border-top: 1px solid #ccc;
    }
    .total-price-border1{
      border-top: 1px solid #E52727;
    }
    .cardetail-cif{
      color: #E52727;
      font-size: 16px;
      font-weight: bold;
      text-align: end;
    }
    .stocklist-usd{
      color: #E52727; 
      font-size: 14px;
    }
    .searchcar-inquirybtn{
      padding: 4px 30px; 
      height: 32px;
    }
    .stocklist-border{
      border-top: 1px solid #ccc;
    }
    .stocklist-right-padding{
        padding-right: 5px;
    }
    .stocklist-left-padding{
        padding-left: 0px;
    }
    .pagination{
      margin: 0 auto;
      display: flex !important;
      flex-wrap: wrap !important;
      margin-top: 0px !important;
    }
    .page-item{
        margin: 2px;
    }
    .page-item.active .page-link{
      background-color: #E52727;
    }
    .page-link{
        color: #E52727;
        border: 1px solid #E52727 !important;
        padding: 0.5rem 0.99rem !important;
    }
    .page-link:hover{
        color: #fff !important;
        background: #E52727;
    }
    /* Search Car Section End */
    @media screen and (min-width: 992px) {
      .phone-email-icon{
        padding-top: 30px;
      }
      .address-padding{
        padding-top: 13px;
      }
    }
    @media screen and (max-width: 767px) {
      .total-price-order1{
        order: 2;
      }
      .total-price-order2{
        order: 1;
      }
      .stocklist-right-padding{
          padding-right:15px;
      }
      .stocklist-left-padding{
          padding-left:15px;
      }
    }
    @media screen and (max-width: 767px) {
      .map{
        order: 2;
      }
      .contact-form{
        order: 1;
      }
    }
    @media screen and (min-width: 768px) {
      .vehicleprice-mobile{
        display: none;
      }
    } 

    /* How to Buy Section Start */
    .howtobuy-border{
      border-bottom: 2px solid #E52727;
    }
    .howtobuy-section{
      display: flex; 
      justify-content: space-between; 
      align-items: center;
    }
    .howtobuy-heading{
      color: #333;
      font-size: 1rem;
    }
    .howtobuy-ul{
      font-size: 14px;
    }
    .howtobuy-fieldset{
      border: 2px solid #dfdfdf;
    }
    .howtobuy-legend{
      color: #000; 
      width: auto; 
      font-size: 18px; 
      font-weight: 600;
    }
    .howtobuy-para{
      color: #333; 
      font-size: 14px; 
      padding: 12px;
    }
    .bg-lightgray{
      background: #f2f3f3;
    }
    /* How to Buy Section End */
    .testimonials-nav .slick-arrow {
      bottom: -50px;
    }

    /* Thank You Page Start */
    .thanks-check{
      width: 50px; 
      height: 50px; 
      /* background: #E52727;  */
      border: 2px solid #E52727;
      border-radius: 50%; 
      text-align: center;
    }
    .thanks-check-icon{
      color: #E52727;
      font-size: 22px; 
      margin-top: 12px;
    }
    .thanks-heading{
      font-size: 14px;
    }
    .thanks-para1{
      line-height: 20px;
    }
    .thanks-para{
      font-size: 12px; 
      line-height: 15px;
    }
    .thanks-btn{
      height: 30px; 
      font-size: 12px;
      color: #E52727;
      background: none;
      border: 1px solid #E52727;
    }
    .thanks-btn:hover{
      color: #fff;
      background: #E52727;
    }
    .thanks-connect{
      padding: 29px 10px;
    }
    .thanks-social{
      color: #E52727 !important;
      background:  none !important;
      border: 2px solid #E52727;
    }
    .thanks-social:hover{
      color: #fff !important;
      background: #E52727 !important;
    }
    .copyright{
      font-size: 14px;
    }
    /* Thank You Page End */

    /* About Page Start */
    .about-heading{
      font-size: 50px;
    }
    .about-para{
      font-size: 18px !important;
    }
    .about-img{
      border-radius: 6px !important;
    }
    .testimonial-img{
      height: 220px !important;
      margin: auto !important;
      border-radius: 6px !important;
    }
    @media screen and (max-width: 767px) {
      .testimonial-img{
        width: 70% !important;
        margin: auto !important;
        margin-bottom: 20px !important;
      }
    }
    /* About Page End */
    
    .inquiryform-btn{
      font-size: 0.875rem;
      height: 32px; 
      border: none;
      padding: 3px;
    }
    .inquiryform-btn:hover{
      background: #5c0f0f;
    }
    @media screen and (max-width: 767px) {
      .form-mobile{
        display: none !important;
      }
      .shipping{
        display: none;
      }
      .shipping-img{
        width: 200px;
        height: 200px;
        margin: auto;
      }
      .howtobuy-section{
          margin-top: 20px;
      }
    }
    @media screen and (min-width: 767px) {
      .mobile-form{
        display: none;
      }
    }
    .sayara-custom-select .select-items{
      height: 300px;
      overflow: auto;
    }
    .thanks-bg{
      border-radius: 6px;
    }
     @media screen and (min-width: 768px) {
         .about-heading{
             margin-top: 15px;
         }
     }
     .nav-pills{
      justify-content: center;
     }
    .nav-pills .nav-link{
      color: #E52727 !important;
      font-size: 14px;
      font-weight: bold;
      padding: 8px 35px;
      margin-left: 5px;
      margin-right: 5px;
      background: none !important;
      border: 1px solid #E52727;
    }
    .nav-pills .nav-link:hover{
      color: #fff !important;
      background: #E52727 !important;
    }
    .nav-pills .nav-link.active{
      color: #fff !important;
      background: #E52727 !important;
    }
    @media screen and (max-width: 768px) {
      /* .nav-pills{
        justify-content: normal;
      } */
      .nav-pills  .nav-link{
        font-size: 12px;
        font-weight: 600;
        padding: 4px 15px;
      }
  }
    .get-quote{
      font-size: 14px; 
      height: 40px; 
      color: #fff; 
      background: #E52727; 
      padding: 10px 20px;
      border-radius: 4px; 
    }
    .get-quote:hover{
      color: #fff;
    }
    .invoice-border{
      border: 1px solid #EAEDEF;
      margin-bottom: 20px;
    }
   .invoice-heading{
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px;
    background: #E52727;
    text-align: center;
    margin-bottom: 0px;
   }
   .invoice-para{
    color: #555;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    margin: 0 20px;
   }
   .invoice-ol{
    color: #555;
    font-size: 16px;
    margin: 0 22px 8px;
   }
   @media screen and (max-width: 767px) {
    .reviews-heading{
      font-size: 22px;
      margin-top: 20px;
    }
   }
   @media screen and (min-width: 767px) {
    .arrival-width{
      width: 20%;
      max-width: 20%;
     }
   }
   
    .contents{
      padding: 0 40px;
      margin: 0 auto;
    }
    
    .accordion-single  {
      margin-top: 10px;
    }
    
    .accordion-single-title {
      border-bottom: 1px solid #efefef;
      padding: 20px;
      cursor: pointer;
      position: relative;
      font-size: 14px;
      margin: 0;
    }
    
    .accordion-single-title::after{
      content: "";
      position: absolute;
      right: 25px;
      top: 50%;
      transition: all 0.2s ease-in-out;
      display: block;
      width: 8px;
      height: 8px;
      border-top: solid 2px #999;
      border-right: solid 2px #999;
      transform: translateY(-50%) rotate(135deg);
    }
    
    .accordion-single-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease-in-out;
    }
    
    .accordion-single-content p {
      font-size: 13px;
      padding: 20px 20px 0px 20px;
    }
    
    .accordion-single-item.is-open .accordion-single-content  {
      max-height: 500px;
    }
    
    .accordion-single-item.is-open .accordion-single-title::after  {
      transform: translateY(-50%) rotate(315deg);
    }
    .content-section{
      background: #e52727; 
      padding: 20px 10px; 
      border-radius: 6px
    }
    .blog-img{
      border-radius: 6px;
    }
    