
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
ul{
  list-style: none;
}
body {
  width: 100%;
  overflow-x: hidden;
}
.rbf{
  font-family: 'Roboto', sans-serif;
}
.rbf-blue{
  font-family: 'Roboto', sans-serif;
  color: var(--primary);
}
.rob-blue{
  font-family: 'Roboto', sans-serif;
  color: var(--cyan);
}
p {
  color: var(--primary-font);
  font-size:0.9rem;
  line-height: 1.7rem;
}

select option{
  background-color: #fff;
 
}
select:focus {
  outline: none!important;
}
hr{
  opacity: 0.5;
}

/* colours  */

:root {
  --primary: #077BAE;
  --cyan:#34BDF9;
  --secondary: #FB5151;
  --primary-font: #5e5e5e;
  --sec-font:#8A8A8A;

}

/* Basic css */


h2 {
  font-size: calc(1.6rem + 0.5vw);
  font-weight: 400!important;
  color: #14181C;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h3 {
  font-size: calc(1.2rem + 0.5vw);
  color: var(--primary-font);
  font-family: 'Roboto', sans-serif;
}

a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

.nav-link{
  color: var(--primary-font);
}
.nav-item{
  margin: 0px 10px;
}
.header-logo-bx{
  width: 50%;
}
.cust-container{
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0px 70px;
}
.nav-wr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.navbar {
  transition: background-color 0.5s ease-in-out;
}
.banner-sec{
  width: 100%;
  height: auto;
  position: relative;
}
.banner-sec .banner-hm{
  width: 100%;
}
.long-term img{
  width: 100%;
}
@keyframes moveclouds {
  from {
    opacity: 0.3;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(-100%);
  }
}

#cloud1 {
  animation-name: moveclouds;
  animation-delay: 0s;
  width: 100%;
  position: absolute;
  top: 150px;
  right: 0;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;

}

#cloud2 {
  animation-name: moveclouds;
  animation-delay: 20s;
  width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
}
.banner-search-bx{
  width: 38%;
  /* min-height: 490px; */
  height: auto;
  /* margin-top: 20px; */
  /* overflow-y: auto; */
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  top: 13%;
  left: 70px;
  /* transform: translateY(-50%); */
  border-radius: 18px;
  padding: 2rem 1rem;
}
.banner-search-bx h3{
  font-weight: 400!important;
  white-space: nowrap;
  margin-bottom: 5px!important;
  font-size: 1.6rem;
}
.banner-search-bx label{
  color: var(--cyan);
}
.banner-search-bx i{
  color: #CBCBCB;
}
.input-group-text, .form-control{
  background-color: #EAF5FB;
  border: 0px;
}

.ret-label{
  font-size: 0.8rem;
  white-space: nowrap;
  color: #8A8A8A;
  cursor: pointer;
}
.btn-primary{
  background-color: var(--cyan);
  border: #34BDF9;
}
input,
input::placeholder {
   font-size: 0.9rem;
}
select{
  font-size: 0.9rem!important;
  background-color: #fff;
  
}
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
.mini-lease-banner-hm{
  position: absolute;
  top: 16%;
  right: 180px;
  width: 30%;
  min-height: 300px;
  background-color: rgba(255,255,255,0.7);
  padding: 20px 5%;
  border-radius: 10px;
}
.mini-lease-banner-hm img{
  width: 155%;
  object-position: center;
  position: relative;
  margin-left: -110px;

}
.br-car-btn{
  display: inline-flex;
  padding: 0.6rem 0.8rem;
   background-color: #2EA6DB;
  /* background-image: url('../img/snow.gif');
  background-position: center;
  background-size: cover;*/
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: 27%;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
}
.ser-lght-bx{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -13px;
  right: -55px;
  z-index: 999;
}
.ser-lght-bx img{
  width: 100%;
}
.ser-btn{
  display: inline-flex;
  padding: 0.6rem 0.8rem;
  background-color: var(--cyan);
  color: #fff;
  text-align: center;
  cursor: pointer;
   border: 0;
   font-size: 0.9rem;
   font-weight: 500;
}

/* WebKit */
.banner-search-bx::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  }
  
  .banner-search-bx::-webkit-scrollbar-thumb {
  background-color: rgba(189, 189, 189, 0.3);
  border-radius: 20px;
  }

  .m-book a{
    color: var(--primary);
    white-space: nowrap;
    position: relative;
  }
  .m-book a::before{
    content: url('../icons/label.svg');
    width: 3px;
    height: 3px;
    position: absolute;
    left: -25px;
    top: 3px;
  
  }
  .long-term{
    width: 100%;
    height: auto;
  }
  .abthm{
    background-color: #E0F5FB;
    position: relative;
  }
  .h-abt{
    padding: 80px 0px;
  }
  .h-abt h2{
    text-transform: capitalize;
    font-weight: 500!important;
  }
  .sb-tit{
    color: var(--sec-font);
    font-weight: 600;
  }
  .red{
    color: var(--secondary);
    display: inline-flex;
    font-weight: 500;
  }
  .nav-item.active{
    color: var(--secondary)!important;
  }
  .prim-btn{
    color: var(--secondary);
    font-weight: 500;
  
  }
  .prim-btn img{
    transition: 0.3s ease-in-out;
  }
  .prim-btn:hover img{
    transform: translateX(3px);
  }
  .digit-bx{
    width: 50%;
    height: 100px;
    background-color: var(--primary);
    border-top-left-radius: 80px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    padding: 10px 0px;
    
  }

  .digit-inner-bx{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;

  }
  .digit-inner-bx h4{
    margin-bottom: 0px;
    font-size: calc(1.5rem + 0.5vw);
    font-weight: 600;
  }
  .counter-wr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.9rem;
    font-weight: 600;
  }
  .rental-fleets{
    background-color: #F5FAFC;
  }
  .rentalbx{
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    padding-top: 10px;
   
  }
  .rent-tit{
    font-size: 1.1rem;
    color: #14181C;
  }
  .rent-rate{
    color: var(--sec-font);
  }
  .rent-tit-pr{
      padding: 5px 20px;
  text-align: center;
  }
  .book-btn{
    background-color: var(--primary);
    padding: 0.5rem 1.3rem;
    color: #fff;
    margin-top: 30px;
  }
  .reading-bx{
    margin-top: 25px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #ECE8E8;
  }
  .reading-bx-inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border-right: 1px solid #ECE8E8;
    padding: 0.4rem 0.5rem;
  
  }
  .reading-bx-inner img{
    margin-right: 5%;
  }
  .reading-bx-inner:last-child{
    border-right:0px;
  }
  .reading-bx-inner span{
    font-size: 0.8rem;
    white-space: nowrap;
  }
  .menu-tit{
    color: #14181C;
    font-size: calc(1.3rem + 0.6vw);
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
  }
  .rental-fleets{
    padding: 60px 0px;
  }
  .view-all-wr{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .view-all-btn{
    padding: 0.6rem 1.4rem;
    background-color: var(--cyan);
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .why-ad{
    width: 100%;
    height: auto;
    padding: 60px 0px;
  }
  .why-bx{
    text-align: center;
    margin: 15px 0px;
  }
  .sm-tit{
    color: #374955;
    font-size: 1.2rem;
    font-weight: 500;
  }

  
  .sub-tit{
    text-align: center;
    color: var(--cyan);
    font-weight: 500;
  }
  .faq-sec{
    padding: 60px 0px;
    background-color: #fcfcfc;
  }

  .faq-sec #accordion .card .card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
  }
  .faq-sec #accordion .card .card-header h5{
    font-size: calc(0.8rem + 0.2vw);
  }
  .faq-sec #accordion .card .card-header button{
    background-color: #707070;
  }
  .faq-sec #accordion .card .card-header button i{
    color: #fff;
  }
  .our-clients {
    padding: 40px 0px;
  }
  .footer-bg{
    width: 100%;
    height: auto;
    padding: 60px 30px;
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .footer-sec p{
    color: #fff;
    line-height: 1.5rem;
  }
  .footer-cont-wr{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-cont-wr img{
    margin-right: 3%;
  }
  .footer-sec h5{
    color: var(--cyan);
  }
  .qk-link ul li{
    margin: 10px 0px;
  }
  .qk-link ul li a:hover{
    color: var(--cyan);
  }
  .copyright{
    width:100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7A7A7A;
    font-size: 0.9rem;
  }
  .copyright a{
    color: var(--primary-font);
    font-weight: 500;
  }
  .cars-footer{
    width: 60%;
    height: auto;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .search-count-bx{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0px;
  }
  .search-count-bx .form-group{
    margin-bottom: 0px;
  }
  .search-count-bx .form-group .form-control{
    background-color: transparent;
  }
  .search-count-bx select {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none!important;
    cursor: pointer;
    margin-bottom: 5px;
    padding-left: 24px; 
    background-repeat: no-repeat; 
    background-position: 3px center; 
    font-size: 14px; 
    line-height: 1.2; 
    border: 0;
    background: transparent;
   
  }
  .search-count-bx select:focus {
    outline: none;
    box-shadow: none;
  }
  .search-count-bx select option{
    position: relative;
  
  }
  .banner-search-bx .search-count-bx select option[data-icon] {
    padding-left: 20px; /* adjust the padding to accommodate the icon */
    background-repeat: no-repeat;
    background-position: left center;
  }
  /* .banner-search-bx .search-count-bx select option[data-icon="uae.png"]::before {
    content: "ssdsd sdsd sdsd sdsd";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 999;
    background-image: url('../img/country/uae.png');
  } */
  /* .banner-search-bx .search-count-bx select option[value='dubai']{
    background-image: url('../img/country/uae.png');
  } */
  
  .search-sec{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #D8F3FF;
 
  }
  .search-sec-mod{
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #D8F3FF;
 
  }
 .search-card{
  width:100%;
  height: auto;
  padding: 2rem 1.2rem;
  background-color: #fff;
}
 
.search-card label{
  color: var(--cyan);
}
.search-card i{
  color: #CBCBCB;
}
.flter-bx{
  width: 100%;
  height: auto;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
}
.fflter-bx h4{
  color: #374955;
}
.flter-bx h6{
  color: var(--cyan);
   font-size: calc(0.9rem + 0.2vw);
}
.flter-bx .form-check{
  color: #B2B2B2;
  margin: 4px 0px;
}
.flter-bx .form-check-input {
  border: #ececec!important;
}
.flter-bx  .form-group{
  margin: 25px 0px;
}
.flter-bx hr{
  border:0.2px solid rgb(248, 248, 248);
 
}
.flter-bx label{
  font-size: 0.9rem;
}
.hr-line{
  border:0.01px solid rgb(112, 112, 112, 0.05);
}
.aply-btn{
  background-color: #077BAE;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  transition: 0.4s ease-in-out;

}
.aply-btn:hover{
  color: var(--cyan);
}
.reset-btn:hover{
  color: var(--cyan);
}
.reset-btn{
  background-color: #14181C;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  transition: 0.4s ease-in-out;

}
.search-res-tit-bx{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.num-cars{
  font-size: 1.1rem;
  font-weight: 500;
}
.rental-length{
  font-size: 1.1rem;
  font-weight: 500;
}
.rental-length span{
  font-size: 0.9rem;
}
.price-filter select{
  padding: 0.2rem 0.8rem ;
  border: 1px solid #C5C2C2;
  background-color: transparent;
  border-radius: 20px;
  font-size: 0.9rem;
}
.car-res-card{
  width: 100%;
  min-height: 305px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  padding: 1rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
  margin: 15px 0px;

}
.sum-card{
  width: 100%;
  min-height: 305px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  padding: 1.5rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
  margin: 15px 0px;

}
.car-tit{
  text-align: center;
  font-size: calc(1rem + 0.1vw);
  font-weight: 600;
}
.car-tit-sm{
  text-align: left;
  font-size: calc(0.9rem + 0.1vw);
  font-weight: 600;
}
.sub-tit{
  color:#8A8A8A;
  font-weight: 500;
  font-size: calc(0.8rem + 0.1vw);
}
.sub-tit-sm{
  color:#8A8A8A;
  font-weight: 500;
  font-size: calc(0.7rem + 0.1vw);
  text-align: left;
}
.veh-options-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  
}
.veh-opt-cont{
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin: 5px 26px;
  padding: 0rem 1rem;
}
.veh-opt-icon{
  margin-right: 5%;
}
.veh-opt-text{
   white-space: nowrap;
   padding-right: 1.5rem;
   color: var(--primary);
}
.other-opt-wr-bx{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.other-opt-bx{
  width: 47%;
  background-color: #F0F8FB;
  border-radius: 16px;
  padding: 0.3rem  0.8rem;
  color: var(--primary);
  white-space: nowrap;
  font-size: 0.9rem;
  margin: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1%;
}
.other-opt-bx img{
  margin-right: 3%;
}
.other-opt-bx-ws{
  background-color: #F0F8FB;
  border-radius: 16px;
  padding: 0.3rem  0.8rem;
  color: var(--primary);
  white-space: nowrap;
  font-size: 0.7rem;
  margin: 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-opt-bx-ws img{
  margin-right: 3%;
}
.cmt{
  margin-top: 30px;
}
.br-cent{
  padding: 5px 0px;
  text-align: center;
}
.tot-amnt{
  color: #14181C;
  text-align: center;
  font-size: calc(1.5rem + 0.2vw);
  font-weight: 600;
}
.tot-amnt span{
  font-weight: 300;
  font-size: 0.8rem;
}
.amnt-per-day{
  color: var(--primary);
  font-size: 0.8rem;
}
.pay-ltr{
  background-color: #F0F8FB;
  border: 1px solid #D9D9D9;
  font-size: 0.7rem;
  border-radius: 16px;
  padding:0.1rem 0.8rem;
  color: var(--secondary);
  white-space: nowrap;
  text-align: center;
  margin-top: 10px;
}
.amnt-per-day{
  text-align: center;
}
.book-nw-btn{
  background-color: #077BAE;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  transition: 0.4s ease-in-out;
  display: inline-block;
  padding: 0.8rem 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.book-nw-btn:hover{
  color: var(--cyan);
  transform: translateX(3px);
}
.btn-search{
  background-color: #077BAE;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  transition: 0.4s ease-in-out;
  padding: 0.5rem 1rem;
  display: block!important;
} 
.sum-time-bx{
  display: flex;
  align-items: center;
  justify-content:flex-start;
}
.sum-time-bx img{
  margin-right: 3%;
}
.sum-time-bx span{
  font-size: 0.8rem;
  color: var(--sec-font);
}
.card-tit{
  font-size: 1rem;
}
.card-tit-bld{
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
}
.extra-item-wr{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
}
.extra-item-tit{
  width: 73%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.extra-item-tit img{
  margin-right: 1%;
}
.ex-it-name{
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 600;
  color: #14181C;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.ex-sub-tit{
  font-size: 0.9rem;
  color: var(--sec-font);
  font-weight: 400;
}
.extra-item-amnt-wr{
  width:27%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*flex-wrap: wrap;*/
}
.extra-item-amnt{
  color: #14181C;
  font-size: 1rem;
  font-weight: 600;
   margin-right: 3%;
}
.rob-blue h5{
  color: var(--primary);
}
.dri-info-card{
  width: 100%;
  min-height: 305px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  padding: 1.5rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
  margin: 50px 0px;

}
.dri-info-card h5{
  color: var(--primary);
}
.dropdown-toggle{
  background-color: #EAF5FB;
}
.total-bx{
  background-color: #F5F5F5;
  margin: 15px 0px;
  padding: 1.5rem 0.2rem;
}
.total-bx .card-tit{
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.total-bx  .card-tit-bld{
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;

}
.xs-tit{
  font-size: 0.7rem;
}
.imp-notes ul li{
  list-style: url('../icons/Polygon.svg');
  margin-left: 4%;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
.confirmation a{
   color: var(--primary);
}
.conf-btn{
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background-color: var(--cyan);
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.confirmation label{
  font-size: 0.8rem;
}
.help-wr-bx{
  font-size: 0.9rem;
  margin: 12px 0px;
}
.help-sec h6{
  color: var(--primary);
}
.help-wr-bx img{
  margin-right: 2%;
}
#seatOptions label{

  color: var(--primary);
}
.popup {

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation: fade-in 0.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.popup-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.count-select-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-count select{
  padding: 0.2rem 0.8rem ;
  border: 1px solid #C5C2C2;
  background-color: transparent;
  border-radius: 20px;
  font-size: 0.9rem;
}
.select-list-wr{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select-list-wr .select-count{
  margin: 0px 5px;
}
.count-select-tit{
  font-size: 1.1rem;
  font-weight: 500;
}
.from{
  text-align: center;
  font-size: 1.2rem;
}
.brand-new{
  max-width: 55%;
  background-color: #F0F8FB;
  border: 1px solid #D9D9D9;
  font-size: 0.9rem;
  border-radius: 16px;
  padding:0.1rem 0.4rem;
  color: var(--secondary);
  text-align: center;
  margin-top: 10px;
}
.rental-price{
  text-align: center!important;
  align-items: center;
}
.note-veh p{
  display: inline-flex;
  width: 85%;
  font-size: 0.8rem;
  line-height: 1.2rem;
  align-items: flex-start;
 
}
.note-veh p img{
  margin-right: 1%;
}
.doc-card{
  width: 100%;
  min-height: 305px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  padding: 1.5rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
  margin: 15px 0px;

}
.doc-card h5{
  color: var(--primary);
}

.delivar-bx label{
  font-size: 0.8rem;
}
.opt-ext{
  margin-top: 50px;
  margin-bottom: 50px;
}
.opt-ext h5{
  color: var(--primary);
  margin-bottom: 18px;
}
.lease-note p{
  line-height: 1.4rem;
  font-size: 0.8rem;
}
.note-head{
  font-size: 1rem;
  font-weight: 500;
}



.form-control option.flag-icon {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
}

.form-control option.flag-icon.flag-icon-us {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/flags/4x3/us.svg);
}

.form-control option.flag-icon.flag-icon-ae {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/flags/4x3/ae.svg);
}

.form-control option.flag-icon.flag-icon-in {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/flags/4x3/in.svg);
}


.feat-line{
  margin-top: 0px!important;
}
.car-nam-ver{
  margin-bottom: 20px;
}
.note-del-loc{
  background-color: #FBFBFB;
  padding: 1rem 0.2rem;
}
.note-del-loc ul li{
  list-style: url('../icons/small-Polygon.svg');
  margin-left: 6%;
  font-size: 0.8rem;
}
.note-del-loc ul li span{
  font-size: 0.7rem;
}
.del-charge label{
  font-size: 0.9rem;
}
.del-charge  .form-check{
  margin: 10px 0px;
}
.imp-note{
  border-right: 1px solid rgba(112, 112, 112, 0.2);
}
.extra-opt{
  color: var(--primary);
  margin-bottom: 15px;
}
.billing-smry{
   margin-top: 10px;
}
.billing-smry h5{
  color: var(--primary);
  margin-bottom: 15px;
}
.doc-confirm label{
  font-size: 0.9rem;
}
.doc-confirm .form-check{
  margin: 10px 0px;
}
.del-ch-val span{
  margin-left: 3%;
}

.load-wr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
  display: none;
}
.load-wr .loader svg{
 
  margin-left: -30%;
}
.load-wr .loader p{
  color: #D8F3FF;
}

.loader {
  text-align: center;
  color: white;
}

.car__body {
  animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
  transform-origin: center right;
  stroke-dasharray: 22;
  animation: line 0.8s ease-in-out infinite;
  animation-fill-mode: both;
}
.car__line--top {
  animation-delay: 0s;
}
.car__line--middle {
  animation-delay: 0.2s;
}
.car__line--bottom {
  animation-delay: 0.4s;
}

@keyframes shake {
  0% {
    transform: translateY(-1%);
 }
  100% {
    transform: translateY(3%);
 }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
 }
  25% {
    stroke-dashoffset: 22;
 }
  50% {
    stroke-dashoffset: 0;
 }
  51% {
    stroke-dashoffset: 0;
 }
  80% {
    stroke-dashoffset: -22;
 }
  100% {
    stroke-dashoffset: -22;
 }
}
.load-wr.show-loader {
  display: flex;
}
.thk-wr{
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-confirmation {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  background-color: #fff;
  border-radius: 40px;
  padding: 1rem;
  text-align: center;
  
}
.booknum{
  font-weight: 600;
}
.booking-confirmation p{
  font-size: 1rem;
  color: var(--sec-font);
}
.booking-confirmation a{
  color: var(--sec-font);
  text-decoration: underline;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.manage-book{
  margin-top: 60px;
}
.editBtn{
  padding: 0.6rem 1.4rem;
  background-color: var(--cyan);
  text-align: center;
  color: #fff;
  cursor: pointer;
  border:0px;
}
.table-container {
  overflow-x: auto;
  max-width: 100%;
}
#editableTable {
  table-layout: fixed;
}
.saveBtn{
  background-color: rgb(7, 209, 91);
  padding: 0.6rem 1.4rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border:0px;
}
.manage-book h4{
  color: var(--primary);
}
.manage-book-code{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.2rem;
  background-color: #fff;
  margin-top: 80px;
}
.manage-book-code .ma-r{
  margin-right:5px;
}
.btn-voucher{
  background-color: #077BAE;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  transition: 0.4s ease-in-out;
  padding: 0.4rem 1rem;
  display: block!important;
} 
.book-det{
  background-color:#D8F3FF;
  padding-bottom: 40px;
}
.book-det input{
  background-color: #EAF5FB!important;
}
.rental-br img{
  width:100%!important;
}
.extra-item-span{
color: #14181C ! important;
/*white-space: nowrap ! important;*/
font-weight: 600 ! important;
margin-right:3%;
width:98%;
	}

/* contact */
.contact-enq-bx{
  width: 100%;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  padding: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
  margin: 15px 0px;
}
.contact-enq-bx h5{
   margin-bottom: 20px;
}
.contact-adr-bx{
  width: 100%;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  padding: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
  margin: 15px 0px;
}
.contact-inner-wr-bx{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.contact-inner-wr-bx p{
  font-size: 1rem!important;
  font-weight: 500;
  margin-bottom: 0px!important;
}
.icon-cont-bx{
  margin-right: 1%;
}
.contact-inner-wr-bx a{
  color: var(--primary-font);
}

/* About */
.abt-sec{
  padding-top: 10px;
  background-color: #D8F3FF;
}
.vis-mis{
  padding: 40px 0px;
}
.select-count{
  width: 50%;
}
.select-count select{
  width: 100%;
}
.bread-crumb{
  padding-top: 110px;
  padding-left: 70px;
  padding-right: 70px;
  background-color: #D8F3FF;
}
.bread-crumb a{
  color: rgb(33, 37, 41);
}
.bread-crumb-sm{
  padding-top: 10px;
  padding-left: 70px;
  padding-right: 70px;
  background-color: #D8F3FF;
}
.bread-crumb-sm a{
  color: rgb(33, 37, 41);
}
.bread-crumb-wb{
  padding-top: 110px;
  padding-left: 70px;
  padding-right: 70px;
}
.bread-crumb-wba{
  color: rgb(33, 37, 41);
}
.bread-crumb-wba span{
  color: var(--primary);
}

/* 10/30/2023 */

.prize-fltr-mini-lease{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 20px;
}
 .prev{
  background-color: #ffffff;
  border-color: #dee2e6;
  color: var(--primary);
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
}
.pagination .current{
  background-color: #f7f7f7;
  border-color: #dee2e6;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  display: block;
} 
.no-mb{
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.bread-crumb span{
  color: var(--primary);
}
.low-case{
  text-transform: lowercase;
}
.min-lease-banner{
  width: 100%;
  min-height: 300px;
  background-image: url('../img/mini-lease-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.spacer{
  width:100%;
  min-height: 80px;
  background-color: #D8F3FF;
}
.search-btn{
  padding: 0.6rem 1.4rem;
  background-color: var(--cyan);
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}
.banner-browse{
  width: 47%;
  height: auto;
  margin-left: 1%;
}
.banner-sub-head{
  font-size: 1.5rem;
  font-weight: 500;
   color: #374955;
   font-family: 'Roboto', sans-serif;
}
.banner-browse h3{
  color: #374955;
}
.contact-sup-bx{
  width: 100%;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  padding: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
  margin: 15px 0px;
}


.contact-sup-bx p{
  line-height: 1.3rem;
}
.qk-link a{
  font-size: 0.9rem;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  border-radius:22px;
  padding: 0.5rem 1rem;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}


.whatsapp-btn i {
  color: #fff;
  font-size: 20px;
  /* animation: beat 2s ease-in-out infinite; */
  text-decoration: none;
  margin-right: 4%;
}


@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.revert-sec ul li{
  display: inline-flex;
  margin: 8px 0px;
}
.revert-sec{
  padding: 5px 15%;
}
.revert-sec p{
  text-align: center;
}
.revert-sec ul li i{
   margin-right: 1%;
   margin-top: 5px;
}
.revert-sec h4{
  text-align: center;
}
.rent-car h3{
  text-align: center;
  margin-bottom: 10px;
}
.rent-car{
  padding: 40px 0px;
}
.rent-car-stp-tit{
  display: flex;
  align-items: center;
  justify-content: flex-start;
 
}
.rent-car-stp-tit img{
  margin-right: 3%;
}
.rent-car-stp-tit h4{
  font-family: 'Roboto', sans-serif;
  color: #374955;
}
.rent-car-stp-detail p{
  color: #8A8A8A;
}
.rental-steps ul li{
  padding-bottom: 20px;
  padding-left: 8%;
  padding-right: 12%;
  border-left: 2px solid #EBEBEB;
  position: relative;
}
.rental-steps{
  padding-top: 20px;
}
.step-num{
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--primary);
  font-size: 1.3rem;
  font-weight: 600;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  border-radius: 50%;
  top: 20%;
  left: -35px;
  position: absolute;
}
.pad-r{
  padding-right: 5%;
}
.rent-car-stp-detail{
  margin-top: 8px;
}
.adv-cont{
  padding-top: 70px;
  padding-right: 9%;
  
}
.mini-adv-sec{
  background-color: #D8F3FF;
}
.adv-cont ul li{
  width: 48%;
  margin-right: 2%;
  
}
.adv-cont ul{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.adv-tit{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.adv-tit img{
  margin-right: 2%;
}
.adv-tit h5{
  color: var(--primary);
}
.adv-cont ul{
  margin-top: 30px;
}
.vis-mis-sec{
  padding: 30px 80px;
}
.vis-mis-sec ul{
  list-style-image: url('../img/Polygon.svg');
}
.vis-mis-sec img{
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
.vis-mis-sec h3{
   text-align: center;
}
.vis-mis-sec ul li{
  color: #6E6E6E;
  margin: 25px 0px;
}
.why-choose{
  width: 100%;
  height: auto;
  background-color: #F5FAFC;
}

.why-ch-cont{
  padding: 40px;
}
.why-choose ul li{
  margin: 20px 0px;
  font-size: 1.2rem;
}
.why-choose ul li img{
  width: 20px;
  height: 20px;
  margin-right: 2%;
}
.why-ch-cont h3{
  color: var(--primary);
}
.privacy-bx{

    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    padding: 1rem;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
    margin: 15px 0px;

}
.privacy-bx h3{
  text-align: center;
}
.brbtn{
    padding: 0.5rem 0.8rem;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    font-weight: 500;
    display: inline-block;
    margin: 10px 0px;
    font-family: 'Roboto', sans-serif;
}
.key-list{
  font-size: 0.9rem;
  color: #fff;
}
.key-list li{
margin-bottom: 8px;
display: inline-flex;
}
.key-list li i{
  margin-right: 3%;
  margin-top: 3px;
}
.addr h6{
  color: #ffff;
}
.social-sec a{
  margin-right: 2%;
}
.chat-agent{
  padding: 0.5rem 1rem;
  color: #fff!important;
  background-color: #25D366;
  display: flex;
}
.chat-agent i{
  margin-right: 2%;
   margin-top: 4px;
}
.doc-card label{
  font-size: 0.9rem;
}
.doc-card input[type='file']{
  font-size: 0.9rem;
}
.mini-month{
   width: 100%;
   height: auto;
   margin: 15px 0px;
   text-align: center;
   font-size: 1.1rem;
    font-weight: 600;
  color: var(--primary-font);
}
.mini-month span{
   color: #000;
}
.santa-bx{
  width: 30%;
  position: absolute;
  bottom: 0;
  right: -120px;
}

/* 9/08/24 */
#info-popover{
  font-size: 0.9rem;
  color: var(--sec-font)!important;
  /*margin-left: 2%;*/
}
.rent-tit{
  margin: 0.2rem 0.5rem;
}
.rent-rate{
  margin: 0.2rem 0.5rem;
}
.mk-b{
  color: var(--cyan)!important;
}

.banner-search-bx h3{
  font-weight: 400!important;
  margin-bottom: 5px!important;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner-search-bx h3 img{
  margin-right: 2%;
}




/* style 27/09/24 */
.collapse.show + a .fa-angle-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

a .fa-angle-down {
  transition: transform 0.3s ease;
}
.flter-bx a{
  color: var(--primary-font);
  text-transform: capitalize;
  font-size: 1.1rem;
}
.rentalbx figure{
  width: 100%;
  height: 200px;
  background-color: #077BAE;
}
.rentalbx figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  /* Mobile styles */
  #filter_form {
      display: none; /* Initially hidden */
  }

  /* Show the filter title toggle for mobile */
  .filter-title i {
      display: block;
      cursor: pointer;
  }

  /* Show the filter sections if expanded */
  .collapse.show {
      display: block !important;
  }
  .filter-title a{
    font-size: 1.2rem!important;
  }
}

@media (min-width: 768px) {
  /* Desktop styles */
  #filter_form {
      display: block !important; /* Always show on desktop */
  }

  /* Hide the mobile toggle for desktop */
  .filter-title i {
      display: none;
  }
  .filter-title a{
    font-size: 1.5rem!important;
  }
}

.rentalbx{min-height: 475px !important;}



/* Blog */

 .blog-sec{
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: #D8F3FF;
 }
    .blog-card {
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      transition: all 0.3s ease;
      margin-bottom: 20px;
      background-color: #ffff;
    }
    .blog-card:hover {
      box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
    }
    .blog-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .blog-content {
      padding: 15px;
    }
    .blog-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--primary);
    }
    .blog-detail {
      font-size: 0.9rem;
      color: var(--sec-font);
      margin: 8px 0;
    }
    .read-more {
      color: var(--primary);
      text-decoration: underline;
      font-size: 1rem;
      transition: background 0.3s ease;
    }
    .read-more:hover {
      text-decoration: none;
    }
    .pagination {
      justify-content: center;
    }
.blog-sec h2{
  color: var(--primary);
  text-transform: capitalize;
}
 .blog-banner img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 8px;
    }
    /* Blog Content */
    .blog-content h1 {
      color: var(--primary);
      font-size: 2rem;
      margin-bottom: 15px;
    }
    .blog-content p {
      color: var(--sec-font);
      line-height: 1.6;
      margin-bottom: 15px;
    }
    /* Sidebar */
    .sidebar-title {
      font-weight: 600;
      color: var(--primary);
      margin-bottom: 15px;
    }
    .sidebar-post {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
      padding-bottom: 10px;
    }
  .sidebar-post:last-child{
    border-bottom: 0px;
   }
    .sidebar-post img {
      width: 70px;
      height: 50px;
      object-fit: cover;
      border-radius: 6px;
      margin-right: 10px;
    }
    .sidebar-post a {
      color: #212529;
      text-decoration: none;
      transition: color 0.3s ease;
       font-weight: 600;
    }
    .sidebar-post a:hover {
      color: var(--primary);
    }
    
    .geo-h1{
	  text-transform: capitalize !important;
	  font-weight: 500!important;
	  font-size: calc(1.6rem + 0.5vw);
	  font-weight: 400!important;
	  color: #14181C;
	  font-family: 'Roboto', sans-serif;
	  text-transform: uppercase;
	  margin-bottom: 20px;
	}
	.inner-h1{
	font-size: calc(1.2rem + 0.5vw);
	color: var(--primary-font);
	font-family: 'Roboto', sans-serif;
	text-align: center !important;
	}
	.banner-browse h1{
      color: #374955 ! important;
      font-size: calc(1.2rem + 0.5vw);
      color: var(--primary-font);
      font-family: 'Roboto', sans-serif;
   }
   .contact-h1{
        text-align: center;
        font-size: 1.5rem;
   }
   .why-ch-cont h1{
      font-size: calc(1.2rem + 0.5vw);
      color: var(--primary);
      font-family: 'Roboto', sans-serif;
   }




