@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.checkbox-container {
  max-height: 360px; /* Set the desired height */
  overflow: auto; /* Enable the scrollbar */
}

.checkbox-container-item {
  max-height: 300px; /* Set the desired height */
  overflow: auto; /* Enable the scrollbar */
}

.seat-spec-table {
  height: 350px; /* Set the desired height */
  overflow: auto; /* Enable the scrollbar */
}

.navblk{
    color: black;
}

.activeFilterBtn{
    margin-left:2px;
}

.reset-btn{
    margin-bottom:10px;
}

.s-p-font {
    font-size: 1.1vw;
}

.f-s-81 {
    font-size: 0.81vw;
}
.deactive-filter{
    margin-left: inherit;
    font-size:10px;
}

.filter-btn{
    color: #fdfdfd;
    border: var(--bs-btn-border-width) solid #1f4b99;
    background-color: #1f4b99;
}

.filter-btn:hover {
    color: #fdfdfd;
    border: var(--bs-btn-border-width) solid #1f4b99;
    background-color: #1f4b99;
}

.gallery-btn {
    margin-top: 20px;
    margin-left: 45%;
}

.seat-gallery-btn {
    margin-top: 20px;
    margin-left: 35%;
}

.image-container{
    position: relative;
}


.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.text-overlay p {
  font-size: 16px;
}

.h-90 {
    height: 90%!important;
}

.h-80 {
    height: 80%!important;
}

.h-70 {
    height: 70%!important;
}

.bg-autoseating{
    background-color:#1f4b99;
}
.btn-autoseating{
    background-color:#1f4b99;
    color:#fff;
}
.w-fit-content {
    width: fit-content;
    padding: 5px;
}
.seat-kin-tr{
    border: 3px solid white;
    text-wrap: balance;
}
.seat-kin-tr td, th{
    border: 3px solid white;
}
.seat-kin-tr td{
    color: #666666;
}
.kinematicsTable{
    display: table;
    width: -webkit-fill-available;
}
.travelSummaryRow{
    border: 3px solid #666666;
    padding-top: 10px;
    margin-top: 20px;
}
.carSeatPicture{
    height: 50%;
    width: 50%;
    margin: auto;
}
.calculator-btn{
    margin-top:10px;
}
.calc_li{
    list-style:none;
}
.sticky-tab {
  position: sticky;
  top: 12%;
  z-index: 1000;
  background-color: white;
  border-bottom: 1px solid #dee2e6;
}
.filterCheckbox{
    color:white;
    /*white-space: nowrap;*/
    font-size: 11px;
}
#car-cat-modal{
    width:auto !important;
}

/*Responsive*/

@media (max-width:991.98px){
    #car-cat-modal{
        width:100% !important;
    }
}

.menu_2{
    margin-left: auto;
}

@media (min-width: 992px)
{
    .sort-by-container {
        max-width: 25%;
        /* margin: 0 auto; */
        width: 100%;
        margin-left: auto;
        margin-top: 10px;
    }
}

.sticky {
  position: fixed;
  top: 12%;
  width: 100%;
  z-index: 1000; /* Adjust z-index as needed */
}

.productName, .productSeries {
    white-space: unset !important;
    font-size: 13px;
    margin-bottom:4px;
    color:#3c3737;
    background-color:#efefef;
    padding:7px;
}

.compSubCat{
    color:#5a5a5a;
}

.clr-black {
    color: #272529 !important;
}

.black-clr {
    color: #272529;
}

.findCar_btn {
    width: -webkit-fill-available;
}

@media (min-width: 992px){
    .cmnTableBx.compareTable_3 {
        top: 70px !important;
    }
}

.cmnTableBx.compareTable_accordian table {
    /*font-size: 0.833vw !important;*/
    font-size: 10px !important;
    font-weight:500;
    padding: 0;
}

.carVarient_info{
    font-weight:500;
}

.subCatTable{
    margin-bottom: unset !important;
}

.faForSubCat{
    font-size: 0.833vw !important;
}

.mrg-t-5{
    margin-top:5px;
}

.font-s-14{
    font-size: 14px;
}

.f-s-16 {
    font-size: 12px !important;
    text-align: initial;
    padding-left: 5px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.seat_ul{
    background-color: #b7e7db;
}

/* Symbol Glossary */

    .sec-sidebar {
        position: sticky;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        /*background-color: #253141;
        padding-top: 20px;*/
        scrollbar-width: none;
        scrollbar-color: #888 #f1f1f1;
    }
    
    /* WebKit browsers (Chrome, Safari) */
    .sec-sidebar::-webkit-scrollbar {
        width: 7px;
    }
    
    .sec-sidebar::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
    .sec-sidebar::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }
    
    .sec-sidebar::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .sidebar {
      min-height: 110%;
      background-color: #252B36;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .hr-white{
      color: white;
    }

  .sidebar-btn {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #252B36;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    /* font-weight: 200; */
  }
  
  .sidebar-sub-btn{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 99.8%;
    /* margin-left: 15px; */
    padding: 5px;
    padding-left: 28px;
    /* padding-bottom: 5px; */
    font-size: 11px;
    text-align: left;
    background-color: #fffdfd;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: open san-seriff;
    margin-top: 0%;
  }
  
  .sidebar-sub-btn:hover{
    background-color: #adeaa6;
  }
  
  .sidebar-btn:hover {
    /* background-color: #7de894;; */
    background-color: #7075718f;
  }
  
.main-container{
    display: flex;
  }
  
  .button-list {
    display: none;
    padding-left: 0px;
  }
  
  .button-list.active {
    display: block;
  }

.sec-sidebar{ 
    width: 19%;
}

.sec-content{
    width: 100%;
    /* border: 1px solid black; */
}

.overview-nav h4{
  margin-left: 20px;
  margin-top: 10px;
  font-size: 16px;
  color: #46E9BE;
  font-weight: 600;
  letter-spacing: 2px;

}

.overview-list-nav{
  height: auto;
  background-color: none;
  display: flex;
  /*gap: 20px;*/
  flex-wrap: wrap;
}

.btns{
  margin-left: 20px;
}

.btn-all{
    border: none;
  color: black;
  margin-top: 10px;
  background-color: rgb(255, 255, 255);
  padding: 7px;
  border-radius: 2px;
  margin-bottom: 10px;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Montserrat", sans-serif;
  box-shadow: 5px 10px 10px 0px rgba(210, 210, 210, 0.5);
}

.btn-all:hover{
  background-color: rgb(127, 250, 170);
}

.logos-seciton{
  /* border: 1px solid black; */
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.logo{
  margin-top: 10px;
  border: 1px solid rgb(231, 229, 229);
  min-height: 90px;
  min-width: 150px;
  margin-left: 20px;
  border-radius: 8px;
  max-width: 130px;
}

/*.first-btn{
  background-color: rgb(127, 250, 170);
}*/

.first-btn span {
    border-bottom: 1px solid #b7adad;
}

.btn-all:hover span {
    border-bottom: 1px solid #b7adad;
}

.load-more{
  margin-top: 25px;
  margin-left: 45%;
}

.load-more-btn{
  border-radius: 4px;
  border: none;
  background-color: #132f54;
  color: white;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
}

.load-more-btn:active{
  background-color: #3b669d;
}

.logo-img{
  height: 100px;
  width: auto;
}

.logo{
  text-align: center;
}

.name small{
  font-size: 11px;
}

.counters{
  float: right;
  padding-right: 8px;
  font-size:10px;
}

.logos{
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.firstTd{
    background-color:#ebedf0 !important;
}

.filedName{
    font-weight:600;
}

.billOfMaterialTr{
    background:#ffffff;
}

/*Blog CSS*/

.blog-container{
    /* border: 1px solid black; */
    max-height: 800px;
    /* max-width: 90%; */
    margin-left: 1vw;
    
}

.c-btn{
    cursor: pointer;
    font-size:11px;
}

.sec-nav{
    background-color: white;
    /*height: 30px;*/
    border: 1px solid rgb(228, 226, 226);
    border-radius: 3px;
    /* width: 77.55%; */
}

.flx-container{
    margin: 10px;
    /* border: 1px solid black; */
    min-height: 200px;
    display: flex;
    gap: 10px;
}

.sec-left-container{
    /* border: 1px solid black; */
    height: 180px;
    width: 80vw;
}

.sec-right-container{
    /* border: 1px solid rgb(228, 226, 226); */
    min-height: 180px;
    width: 20vw;
}

.full-width-cards{
    border: 1px solid rgb(228, 226, 226);
    /* height: 600px; */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.f-w-c2{
    margin-top: 6px;
    display: block;
    background-color: white;
    border-radius: 6px;
}

.sec-nav{
    padding-left: 10px; padding-right: 10px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.nav2{
    padding-top: 16px;
    padding-left: 8px;
    margin-top: 20px;
    /*height: 30px;*/
    border: 1px solid rgb(228, 226, 226);
    background-color: white;
    border-radius: 6px;
}

/* Cards Section ---------------------------------------------------------------------------------------------------------------------- */

.b-card1{
    cursor: pointer;
    margin: 3px;
    border-bottom: 1px solid rgb(241, 241, 241);
    height: 90px;
    width: 30vw;
    display: flex;
    gap: 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.c-c-p{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size:13px;
}

.c-c-s{
    font-size:11px;
}

.blog-card-img{
    /* border: 1px solid black; */
    height: 100%;
    width: 160px;
    border-radius: 6px;
    max-width: none;
}

.blog-card-img1 {
    height: 100%;
    width: 250px;
    border-radius: 6px;
    max-width: none;
}

.card-content p {
    font-weight: 500;
    font-size: 13px;
}

.nav2 p{
    font-size: 11px;
}
/* Full width card section ----------------------------------------------------------------------------------- */

.f-w-c2 .b-card1{
    cursor: pointer;
    margin: 3px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(231, 230, 230);
    height: 140px;
    width: 99%;
    display: flex;
    gap: 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    
}

.f-w-c2 .b-card1 .c-img .card-img{
    /* height: 140px; */
    width: 250px;
    border-radius: 6px;
}

.f-w-c2 .b-card1 .card-content p{
    font-size: 13px;
}

.f-w-c2 .b-card1 .card-content small{
    font-size: 11px;
}

/* Right Sections CSS ------------------------------------------------------------------------------------------ */

.section1{
    border-radius: 3px;
    border: 1px solid rgb(194, 194, 194);
    min-height: 80px;
}

.nav3{
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid rgb(209, 208, 208);
}

.right-sec-cont ul{
    list-style: none;
    margin-bottom: 10px;
}

.right-sec-cont ul li{
    margin-bottom: 10px;
    cursor: pointer;
}

.right-sec-cont {
    margin-top: 10px;
    /*margin-left: 10%;*/
}

.fa-chevron-right{
    margin-right: 5px;
}

.section1{
    min-height: 250px;
}

.f-w-c-scrl{
    overflow-y: scroll;
    height: 45vh;
    background-color: white;
    border-radius: 6px;
    margin-top: 6px;
}

.sec-right-container{
    background-color: white;
    border-radius: 6px;
    font-weight: 400;
   
}


/*Details page css*/

/* .navbar {
    width: 100%;
    background-color: #082038;
    color: rgb(218, 235, 243);
    font-size: 20px;
    position: sticky;
    top: 0;

} */

.nav-p {
    padding: 15px 14%;
}

.sub-container {
    margin: 2vh 14%;
    display: flex;
    flex-direction: column; /* Stack on smaller screens */
}

/*.card-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/

.card-cont-left,
.card-cont-right {
    width: 100%; /* Full width on smaller screens */
    margin-top: 20px;
}

.card-cont-left {
    max-width: 60%; /* Limit width on larger screens */
}

.card-cont-right {
    max-width: 35%; /* Limit width on larger screens */
}

.banner-img {
    height: auto;
    width: 100%; /* Make it responsive */
}

.sub-img, .sub-img-1 {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
}

.paragraphs {
    padding: 20px;
}

.gallery-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.gallery-image {
    cursor: pointer;
    /* border: 1px solid rgb(187, 185, 185); */
    height: 100px;
    width: calc(33% - 20px); /* 3 images in a row */
    width: 98px;
}

.card-cont-right{
    margin-top: 10%;
}

.gallery-text {
    font-size: 12px;
    max-width: 100px;
    padding-top: 30px;
    text-align: center;
    border: 1px solid rgb(205, 204, 204);
}

ul.horizontal-list {
    list-style-type: none;
    display: flex;
}

ul.horizontal-list li {
    margin: 6px 10px;
    cursor: pointer;
    font-size: 12px;
}

ul.horizontal-list li:hover {
    border-bottom: 1px solid #082038;
}

.box1{
    background-color: rgb(224, 220, 220);
    margin-bottom: 8px;
    margin-top: 8px;
}

.blog-h2{
    font-size:24px;
}

.gallery-right-container{
    margin-top:10%;
}

.info{
    font-size:13px;
}

.blog-tags{
    font-size:11px;
}

/* Media Queries for responsiveness */
@media screen and (max-width: 900px) {
    .card-cont-left, .card-cont-right {
        max-width: 100%; /* Full width on smaller screens */
    }
    
    gallery-image {
        width: calc(50% - 20px); /* 2 images in a row */
    }
}

@media screen and (max-width: 600px) {
    .nav-p {
        font-size: 16px; /* Smaller font size for mobile */
    }
    
    gallery-image {
        width: 100%; /* 1 image in a row */
    }
    
    .sub-container {
        margin: 2vh 5%; /* Reduce margins for smaller screens */
    }
}

.cards-b{
    padding: 0px;
}

.card-title{
    padding-left: 5px;
    color: black;
    font-weight: 400;
    margin-top: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

tbody tr td span{
    text-align: center;
    font-family: "Open Sans", sans-serif;
    Font-size: 13px;
    Font-weight: 600;
    color: rgb(33, 37, 41)
}

/* .f-s-cen{
    text-align: center;
} */

.ffss12{
    font-size: 12px;
}

.dlfx-gap{
    margin-right: 30px;
}

.card-text{
    font-family: "Montserrat", sans-serif;
    padding-left: 5px;
    font-size: 12px;
}

/* .card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */

/* 
.container .card{
    border: 1px solid rgba(252, 251, 251, 0.24);
    border-radius: 0; 
    height: 280px;
    width:95%;
} */

.card-img-top{
    height: 150px;
}

/*--------Blog CSS End-------*/

/*-----Event Css-----*/

    .main-ev-container{
      margin-top: 20px;
    }

  .event-table, table {
    /* margin-left: 5%; */
    width: 90%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size:14px;
  }

  
  .event-table, th, td {
    border: 1px solid #e9e8e8;
    padding: 5px;
    text-align: justify;
  }

  .event-table, th {
    background-color: #f2f2f2;
  }

  .child-row {
    display: none;
    background-color: #fff;
  }

  .plus-button {
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    transition: background-color 0.3s ease;
  }

  .plus-button:hover {
    background-color: #e0e0e0;
  }

  .sect-img img{
    width: 200px;
    height: 150px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .sect-main{
    display: flex;
  }

  .sect-cont-text {
    flex: 1;
    margin-left: 20px;
    font-size: 12px;
    margin-right: 20px;
    text-align: justify;
    border-left: 1px solid #e1e1e1;
    padding-left: 10px;
  }

  .sect-tags{
    width: 25%;
    /* border: 1px solid black; */
    padding-right: 60px;
    border-left: 1px solid rgb(241, 241, 241);
  }
  
  .sect-tags ul{
    float: left;
    margin-left: 30px;
    /* border: 1px solid black; */
  }

  .sect-tags ul li{
    font-size: 11px;
    text-align: justify;
  }

  .sect-tags ul li:hover{
    border-bottom: 1px solid rgb(205, 202, 202);
    cursor: pointer;
  }

  .child-row{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .btn-ev{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .Kn-btn{
    background-color: #253141;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 2px;
    color: white;
  }
  
  .evenFirstd{
      text-align:left;
      padding-left: 20px;
  }
  
    p.ev-tags {
        margin-bottom: -15px;
    }
    
    .eventFrstTr, th{
        font-weight:600;
    }

 /* Nav --------------------------------------------------------------------------- */

.nav{
  border-radius: 3px;
  padding: 10px;
  display: flex;
  margin-top: 22px;
  gap: 10px;
  background-color: #253141;
  /* background-color: whitesmoke; */
}

.nvs2{
    padding: 0;
}

.nav button{
  border-radius: 1px;
  background-color: white;
  margin-left: 12px;
  border: none;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 3px;
  color: rgb(95, 94, 94);
  font-size: 10px;
}

.nav button:hover{
  background-color: #adeaa6;
  color: white;
}

/* calendar-css---------------------------------------------------------------------------------------- */
.container-cal {
  max-width: 240px;
  margin: 10px 10px 4px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 5px 10px 10px 10px;
  /* border: 1px solid black; */
}

.ev-head {
  text-align: center;
  letter-spacing: 1.5pt;
  /* background-color: #677c98; */
  
  color: white;
}

.ev-head small{
  background-color: #677c98;
  padding: 5px 15px 5px 15px;
}

.sec-calendar{
  margin-top: 20px;
  /* border: 1px solid black; */
  width: 25%;
  max-height: 500px;
  overflow-y: scroll;
  border-left: 1px solid rgb(226, 226, 226);
}

.calendar {
  /* border: 1px solid black; */
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
}

.day-header {
  background-color: #677c98;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  font-size: 10px;
  border: 1px solid #ccc;
}

.day {
  text-align: center;
  padding: 5px 0;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 10px;
}

.day:hover {
  background-color: #f0f0f0;
}

.today {
  background-color: #adeaa6;
}

.month-year {
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  color: #132f54;
}

.banner{
  /* width: 100%; */
  height: 80px;
}

/* Add this at the end of your existing CSS */

/* Media queries for responsiveness */

@media (max-width: 1200px) {
  .section-sidebar {
      width: 25%; /* Sidebar width */
  }
  .sec-content {
      width: 70%; /* Content width */
  }
  .sec-calendar {
      width: 30%; /* Calendar width */
  }
}


@media (max-width: 992px) {
  .flex-container {
      flex-direction: column; /* Stack elements vertically */
  }
  .section-sidebar,
  .sec-content,
  .sec-calendar {
      width: 100%; /* Full width for all sections */
      margin: 10px 0; /* Space between sections */
  }
}

@media (max-width: 768px) {
  .sidebar-btn,
  .sidebar-sub-btn {
      font-size: 12px; /* Smaller font size for buttons */
  }
  .e-name {
      font-size: 10px; /* Adjust event name font size */
  }
  .e-date {
      font-size: 12px; /* Adjust event date font size */
  }
  .container-cal {
      max-width: 100%; /* Full width for calendar containers */
  }
}

@media (max-width: 576px) {
  .cards-container {
      flex-direction: column; /* Stack cards vertically */
      align-items: center; /* Center cards */
  }
  .card1 {
      width: 90%; /* Full width for cards */
      margin: 10px 0; /* Space between cards */
  }
  .calendar {
      grid-template-columns: repeat(7, 1fr); /* Keep 7 columns for days */
      font-size: 8px; /* Smaller font size for days */
  }
  .day-header, .day {
      padding: 4px 0; /* Adjust padding for smaller screens */
  }
}

/*----------Event css end-----------*/

.align-items-right {
    float: right;
    justify-content: space-between;
}

.f-s-12{
    font-size:12px;
}

.f-s-11{
    font-size:13px;
    color: #fff;
}

input.selectAll {
    margin-left: 5px;
}

input.form-check-input {
    height: 13px;
    width: 13px;
}

#car-cat-modal{
    background-color: #253141 !important;
    /* text-transform: capitalize; */
}

a.menu-link {
    font-size: 12px;
}

.compFirstTr{
    font-size: 13px;
    font-weight:500;
    text-align:justify;
}

.varientTxt{
    font-size:10px;
}

.car_compareBx{
    background-color: #FFF !important;
    padding: unset !important;
}

/*------changed bootstrap css-----*/

.table-responsive {
    overflow-x: unset;
}


/* cars new page----------- */

.mrg-l-2{
    margin-left: 2px;
}

.mrg-l-3{
    margin-left: 3px;
}

.mrg-l-4{
    margin-left: 4px;
}

.mrg-l-5{
    margin-left: 5px;
}

.mrg-l-10{
    margin-left: 10px;
}

.full-container{
    margin: 0 0;
}

.f-s-17{
    font-size: 17px
}

.compare-sec1{
    top: 0vw;
    padding: 0 0;
}

.compare-sec2{
    padding: 0;
}

/* .dashboard-page{
    padding-top: 4.104vw !important;
} */

.body-page{
    /* margin:5%; */
    width: 100%;
    /* transition: padding-left 0.2s ease-in-out; */
    background-color: #F8F9FD;
    min-height: 100dvh;
    transition: padding-left 0.2s ease-in-out;
    padding-left: 12.240vw;
    padding-top: 5.104vw;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.siteLogo {
    margin-left: -23.9px;
    max-width: max-content;
    display: block;
    height: 60px; 
}

.main-ev-container{
    margin-top: 0px;
    margin-left: 20px;
}

.subCatFilters {
    max-height: 450px;
    overflow-y: scroll;
    scrollbar-width:thin;
}

.main-sidebar .sideScroll {
    border-right: 1px solid #dedede;
}

.loadMore_btnSec{
    text-align: center;
}

.cstNavigation .nav-link{
    padding: 0.781vw 0.781vw;
    line-height: 1.5;
}

.accordion-button{
    margin-right: 5px;
  }

.filterSearch{ 
    /* padding: 0.1vw 0.625vw;
    margin-bottom: 5px;
    border-radius: 3px;
    width: 97%;
    margin-left: 2px;
    background: #f8f9fd; */
    padding: 0.1vw 0.625vw;
    margin-bottom: 5px;
    border-radius: 3px;
    width: 80%;
    background: #f8f9fd;
    margin-left: 25px;
}

.filterSearch:focus{
    padding: 0;
    width: 12vw;
    border-radius: 2px;
    padding: 0.1vw 0.625vw;
}

.divFilterSearch{
    top: 0;
    position: sticky;
    background-color: #f8f9fd;
    margin-left: -27px;
    z-index: 10;
    padding-left: 10px;
    margin-top: 5px;
}

/* For reducing cards gap -------------------------------------------------- */

.row-vw {
        margin-right: 1.129vw;
        margin-left: -0.781vw;
}

.f-w-p79{
    width: 79.3%
}

.seat-compare-sidebar1{
    background-color: white;
}

.comparisionNav_sec1{
    padding: 0;
    position: static;
}



.cmnBx .secTitle{
    color: #101010
}

.navbar{
    background: #252b36
}
.cstFilter_accordian .accordion-button{
    background:none
}

.sideScroll{
    background-color: white;
}

/* Benchmarking planner heading  */

.carSubDetails{
    padding-bottom: 10px;
    border-top: 1px solid #dadada;
    padding-top: 4px;
    background-color: #bfe6dc;
    font-size: 9px;
}

.carPro_wrap {
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

.mrkt_txt{
    margin-left: 6px;
    font-size: 10px;
    color: #8a8585;
}

.benchmarking_listing{
    font-family: "Open Sans", sans-serif;
}

.productName{
    font-size: 12px !important;
    background-color: #fff;
    padding: 0.1px;
    padding-left: 5px;
    padding-top: 5px;
    font-weight: 500;
    cursor: pointer;
    padding-right: 5px;
}

.car-f-mrgn{
    margin-top: -3%;
}

.s-cat-titles:hover{
    border-radius: 2px;
    /* padding: 0px; */
}

.s-cat-titles{
    /* border-bottom: 1px solid rgb(207, 203, 203); */
}

.seats-f-mrg{
     margin-top: -4%;
}

.cstNavigation .nav-link.active, .cstNavigation .nav-link:hover{
  background-color: #464B54;
  color: #FFF;
}

.groupBy_btn {
  background: #2d3a4b;
}

.searchBtn {
  background: #2d3a4b;
  margin-left: 4px;
  border-radius: 4px;
  padding-left: 35%;
}

.acc-f-p{
    /* padding: 0px 0px 0px 10px; */
}



.main-sidebar{
  font-family: helvetica;
  overflow: hidden;
  text-overflow: ellipsis;
  font-optical-sizing: auto;
  width: 13.3vw;
  background: #252b36;
  padding-bottom: 0px;
}

.filtName f-s-16 f-w-M m-cat-titles {
  font-size: 12px !important;
  text-align: initial;
}

.level2, .accordion .cstFilter_accordian {
  font-family: open 'sans-serif';
  margin-bottom: 5px;
  
}

.main-sidebar .sideBtn-expand{
    width: 1.563vw;
    /* height: 1.563vw; */
    padding: 0;
    /* display: inline-flex; */
    justify-content: center;
    align-items: center;
    border-radius: 0.260vw;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    position: absolute;
    z-index: 1;
    right: -0.365vw;
    top: 1.467vw;
    margin-right: 0.079vw;
    overflow: hidden;
}

.carBx-Data{
    border-bottom: 1px solid #2d3a4b;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.customizedFilter{
    padding: 6px;
    /* background: #f8f9fd; */
}

.page-nav{
    text-align: center;
    background-color: white;
    font-weight: 500;
    /* margin-top: -1%; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-left: -1%;
    margin-top: -1%;
    margin-bottom: 1%;
    width: 102%;
  } 

  .s-pn-sy{
    /* border-bottom-left-radius: 0px; */
    /* background-color: #252B36; */
    color: rgb(0, 0, 0);
    margin-top: 5px;
  }
  .page-navs{
    text-align: center;
    background-color: white;
    font-weight: 500;
    /* margin-top: -0.5%; */
    margin-top: 1%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* margin-left: 0.9%;   */
    margin-bottom: 1%;
    width: 102%;
  }

  .page-navs p{
    padding:5px;
  }

  .page-nav p{
    padding:5px;
  }

#car_search{
    border-radius: 4px;
}

.acc-bg-gr{
    background-color: #f8f9fd;
  }

.level4, .level5{
    font-size:10px;
}

#level-2, #level-3, #level-4, #level-5{
    border-left: #fff;
}

/* Up btn-----------------------------------*/

.flex-arr1{
    display: flex;
    justify-content: center;
  }

  .arrBtn1{
    position: absolute;
    margin-left: 29.59%;
    background: #247297;
    color: white;
    border-radius: 100px;
    padding: -1px;
    height: 31px;
    width: 31px;
    border: none;
    margin-top: -2px;
  }

  .form-check-input {
    margin-right: 2px;
    margin-top: 2px;
  }

  .allCbMrt{
    margin-top: 8px;
  }

  .oneCbMrt{
    margin-top: 7px;
  }

  .table {
   Font-weight:300;

}
  /*                
                    <script src="https://kit.fontawesome.com/4b2636911a.js" crossorigin="anonymous"></script>
                    <div class="arr1Btn">
                    <button class='arrBtn1'><i class="fa-solid fa-arrow-up"></i></button>
                    </div>
  */

.main-ev-container {
    /* margin-top: -2%; */
    margin-left: 2%;
}