@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
 --whiteColor:#fff;
 --primaryColor:#39A7FF;
 --borderColor:#dddddd;
 --blackColor:#000;
}
body{
  padding:0px;
  margin:0px;
  background:#F8F8F8;
  font-family: "Poppins", sans-serif !important;
}
/* :focus-visible{
  border:none !important;
  outline:none !important;
} */

.readmorebtn{
  cursor:pointer;
  background:var(--primaryColor);
  color:var(--whiteColor);
  font-size:13px;
  font-weight:600;
  padding:2px 3px;
  border-radius:5px;
}

.readmore{
  display:none;
}

.alert-grp{
  background:rgba(0,0,0,0.6);
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1111111;
  display:none; 
}

.alert-section{
  text-align:center;
  background:#fff;
  width:350px;
  height:100px;
  border-radius:6px;
  top:50%;
  position:absolute;
  left:50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0px 3px 0 #c8c8c8; 
  display:flex;
  align-items: center;
  justify-content: center;  
  animation: fadeIn 0.5s forwards;
}

.alert-grp h3{
  font-size:20px;
}

.alert-grp .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translate(-50%, -55%);
      visibility: visible;
  }
  100% {
      opacity: 1;
      transform: translate(-50%, -50%);
  }
}

.navi-border-bottom{
  border-bottom: 1px solid var(--borderColor);
}

.paymentbgactive{
  background:#F2F9FF;
}

.hidden{

}
.p{
  font-weight:400;
  font-size:14px;
  line-height:25px;
}
a{
  text-decoration:none;
}
.fw-600{
  font-weight:600;
}
.res-heading{
  font-size:25px;
}
.modal-close-btn{
  cursor:pointer;
}
.container{
  max-width:1200px;
  width:100%;
}

.s-padding{
  padding-top:35px;
}

.s-padding-bottom{
  padding-bottom:35px;
}

.primaryColor{
  color:var(--primaryColor);
}

.s-div{
  box-shadow: 0 0px 3px 0 #c8c8c8; 
  border-radius:5px;
  max-width:1200px;
  margin:auto;
  border: 1px solid #d2d2d2;
  background:var(--whiteColor);
 }

.fs-14{
  font-size:14px;
}

.select_inner{
  font-size:14px;
  padding:10px;  
}

.form-control:focus{
    outline:none !important;
    box-shadow:none !important;
}

.border-radius-5{
  border-radius:5px;
}

.pickup_airport,.pickup_address{
  display:none;
}

.cr-pointer{
  cursor: pointer;
}

#cabnotfound{
  height:300px;
  width:100%;
  position:relative; 
  text-align: center;
}

#cabnotfound #cabnotfoundinner{
  height:300px;
  width:100%;
  position:absolute; 
  text-align: center;
  top:50%;
}
.navbar{
    background:var(--whiteColor);
    align-items: center;
    box-sizing: border-box;
    border-bottom:1px solid var(--borderColor);
    padding:0px 0px;
    position: sticky;
    top:0;
    z-index:999;
}

.navbar .nav-brand{
  padding:0px;
}

.navbar .logo{
    width:155px;
    height:50px;
}

.navbar .login_signup_btn{
    background:var(--primaryColor);
    color:var(--whiteColor);
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    padding:7px 10px;
    text-decoration:none;
}

.search_section_top{   
    background:url('../images/pattern.svg'),linear-gradient(315deg, hsla(207, 100%, 61%, 1) 0%, hsl(217, 100%, 50%) 100%);;
    padding:30px 0px;  
    
 }
 
.search_section_top_inner{
    max-width:1200px;
    width:100%;
    margin:0 auto;
}


.search_section_top_btn_list{
    background:var(--whiteColor);
    padding:5px 5px;
    border-radius:50px;
    display: inline-flex;
}

.search_section_top_btn_list .nav-item .nav-link{
    padding:7px 20px !important;
    font-size:14px;
    font-weight:600;
    border-radius:50px;
    color:#969494;
}
.search_section_top_btn_list .nav-item .active{
    background:linear-gradient(315deg, #38a5ff 0%, #0062ff 100%);
    color:var(--whiteColor);
}

.search_section_top_btn_group{
   text-align: center;
}

.user_search_box .input_box:first-child {
    border-left: 0px solid var(--borderColor);
}

.user_search_box{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background:var(--whiteColor);
    border-radius:5px;
    box-shadow: 0px 0px 5px 0px rgba(89,89,89,1);
    width:100%;
    max-width:1200px;
}

.search_section_top_box .user_search_btn{
    border:3px solid var(--whiteColor);
    background:#FF6600;
    color:var(--whiteColor);
    padding:5px 30px;
    border-radius:50px;
    font-size:22px;
    text-transform: uppercase;
    box-shadow: 0px 0px 5px 0px rgba(89,89,89,1);
}

.user_search_box .input_box{
    border-left:1px solid var(--borderColor);
    padding-left:15px !important;
    padding-right:15px !important;
    padding-top:15px;
    padding-bottom:15px;
    min-width:270px;
    width:350px;
    position: relative;
}

.user_search_box .roundtrip{
    border-left:1px solid var(--borderColor);
    padding-left:20px;
    padding-top:15px;
    padding-bottom:15px;
    min-width:200px;
    width:350px;
    position: relative;
}

.user_search_box .localtrip{
  border-left:1px solid var(--borderColor);
  padding-left:20px;
  padding-top:15px;
  padding-bottom:15px;
  min-width:272px;
  width:350px;
  position: relative;
}


.user_search_box .airporttrip{
  border-left:1px solid var(--borderColor);
  padding-left:20px;
  padding-top:15px;
  padding-bottom:15px;
  min-width:200px;
  width:350px;
  position: relative;
}

.user_search_box .airporttrip{
    border-left:1px solid var(--borderColor);
    padding-left:20px;
    padding-top:15px;
    padding-bottom:15px;
    min-width:200px;
    width:350px;
    position: relative;
}

.input_box .icon{
   position:absolute;
   top:14px;
   right:20px;
   color:#969494;
}

.user_search_box .input_top_name{
    color:#969494;
    font-weight:600;
    font-size:13px;
}

.user_search_box .input_name{
    color:var(--blackColor);
    font-weight:600;
    font-size:23px;
    text-transform: capitalize;
}

.user_search_box .row{
    padding:0px !important;
}

.datepicker::placeholder,
.timepicker::placeholder,
.input::placeholder,
.return_datepicker::placeholder
{
    color:var(--blackColor) !important;
    font-weight:600;
    font-size:23px;
    text-transform: capitalize;
}

#pickup_drop{
    color:var(--blackColor);
    font-weight:600;
    font-size:23px;
    text-transform: capitalize;
    background:transparent !important;
}

#pickup_drop:focus-visible{
  border:none !important;
  outline:none !important;
}

#pickup_drop .op_single{
    font-size:14px;
    padding:5px 120px;
}

.datepicker,
.timepicker,
.input,
.return_datepicker,
#pickup_drop,
#package
{
    color:var(--blackColor);
    font-weight:600;
    font-size:23px;
    text-transform: capitalize;
    cursor: pointer;
    border:0px !important;
    cursor: pointer !important;
    width:100%;
    padding: 0px;

}

.datepicker:focus,
.timepicker:focus,
.return_datepicker:focus,
#pickup_drop:focus,
.input:focus
{
 outline:none;
 border:none;
 background-color:transparent !important;
 background:transparent !important;
}

.datepicker::selection,
.input::selection,
.timepicker::selection,
.return_datepicker::selection,
#pickup_drop::selection{
 background:none !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width:100px;
}


/*====================== Search City And All Modal Css==============================*/

#cityModal .modal-header-city{
    background:#2F9BFF;
    flex-direction: column;
    padding:10px 20px;
}

#cityModal .modal-header-city{
    color:var(--whiteColor);   
}

#cityModal .modal-header-city .form-control{
 border-radius:0px;
 border:0px;
 border-radius:0px 4px 4px 0px;
 height:40px;
}

#cityModal .input_box_grp{
  display: flex;
}

#cityModal  .input_box_grp .icon{
    background:var(--whiteColor);
    color:#969494;
    line-height: 40px;
    padding-left:10px;
    border-radius:4px 0px 0px 4px;
}

#cityModal .close-modal-btn{
    cursor:pointer;
    padding-right:10px;
}

#cityModal .modal-title{
    margin-bottom:10px;
    font-weight:600;
}

.modal-backdrop{
 backdrop-filter:blur(10px);
 background:rgba(0,0,0,0.5);
 --bs-backdrop-opacity:1 !important;
}


#cityModal .modal-content,#fare_summaryModal .modal-content{
    overflow: hidden;
    border:none;
    box-shadow: 0px 0px 5px 0px rgba(89,89,89,1);
}

#cityModal .modal-body{
    background:#f5f6f7;
}

#cityModal .modal-body .card{
  border:2px solid var(--borderColor);
  background: var(--whiteColor);
  display: flex;
  flex-direction:row;
  align-items: center; 
  padding:10px 20px;
  margin-bottom:10px;
  cursor: pointer;
}

#cityModal .modal-body .card .search-modal-city-name{
    margin-left:10px;
    font-weight:600;    
}

#cityModal .modal-body .card .icon{
    color:#969494;
}


#modify .modal-body{
  border:4px solid var(--whiteColor);
  padding:0px;
}

#modify .search_section_top{
  padding:20px 15px;
}

#modify .modifymodel-close{
  position: absolute;
  right:20px;
  background:var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 35px;
  height:35px;
  border-radius: 50%;
  cursor:pointer;
}
#bookModal .modal-footer{
  display:flow-root;
}

#bookModal .modal-body{
  padding-left:0px;
  padding-right:0px;
}

#bookModal .modal-footer button{
  background:#FF6600;
  color:#fff;  
  padding:10px 30px;
  border-radius:50px;
  font-weight:600;
  font-size:15px;
  border:none;
}

#bookModal .card {
  border:1px solid #38a5ff;  
  box-shadow: 0 0px 4px 0 #c8c8c8;
}

#bookModal .card .card-header{ 
  background:#38a5ff ;
  color:var(--whiteColor);
}



/*======================== Select Cab ===============================*/

#select-cab{
  padding:20px 0px;
}

#select-cab .col-12{
  max-width:1200px;
  padding: 0px;
  margin:auto;
}

#select-cab .car-card{
  box-shadow: 0 0px 4px 0 #c8c8c8;
  border:1px solid hsla(207, 100%, 61%, 1);
  /* border: 1px solid #acacac;  */
  margin-bottom:20px;
  border-radius: 5px;
  background:var(--whiteColor);
  overflow: hidden;
}

.car-card-inner{
  display: flex;
  flex-direction: row;
}

#select-cab .car-image{
   width:25%;
   padding:10px 10px;
   margin:auto 0;
}

#select-cab .car-image img{
   width:100%;
}

#select-cab .car-info{
  width:50%;
  padding:10px 10px;
  margin:auto 0;
  border-right: 1px dashed #acacac;  
}

#select-cab .car-info .car-name{
  font-size:16px;
  font-weight:700;
  margin-bottom: 5px;
}

#select-cab .car-info .car-info-inner span{
   border-right:2px solid var(--blackColor);
   font-size:13px;
   font-weight:500;
   padding-right:6px;
   padding-left:6px;
} 

#select-cab .car-info .car-info-inner span:first-child{
  padding-left:0px
}

#select-cab .car-info .car-info-inner span:last-child{
  border-right:0px solid var(--blackColor);
}

#select-cab .car-info .extra-info {
   margin-top:10px;
}

#select-cab .car-info .extra-info ul{
  padding-left:1rem;
  list-style-type: circle;
}

#select-cab .car-info .extra-info ul li{
   font-size:13px;
   font-weight:600;
   padding:3px 0px;
}

#select-cab .car-price{
  width:25%;
  padding:10px 10px;   
  margin:auto 0;
  text-align: center;
}


#select-cab .car-price .original-price{
  color:#9f9f9f;
  font-size:21px;
  font-weight:600;
  position: relative;  
}

#select-cab .car-price .original-price::before{
  content:"";
  height:2px;
  width:80px;
  background:#9f9f9f;
  top:15px;
  left:calc(50% - 40px);
  position: absolute;
  rotate: 167deg;
}

#select-cab .car-price .car-current-price{
  color:var(--blackColor);
  font-weight:700;
  font-size:30px;
}

#select-cab .car-price .car_select_btn{  
  background:hsla(207, 100%, 61%, 1);
  border:none;
  padding:10px 30px;
  color:var(--whiteColor);
  font-weight:600;
  border-radius:50px;
}

#search_data{
  background:#EDEDEC;
  background:hsl(217, 100%, 50%);
  padding:10px 0px; 
  position: sticky;
  top:61px;
  z-index:1;
}

#search_data .input-box{  
  padding:2px 7px;
  border-radius:5px;    
}


#search_data .input-box .input{
  font-size:15px;
  font-weight:500;
  background:var(--whiteColor);
  padding:10px 8px;
  border-radius:3px;
  font-weight:700;
}

#search_data .input-box .label-input{
  font-size:13px;
  font-weight:500;
  color:var(--whiteColor);
}


#search_data .modifyopenmodel{
  background: #FF6600;
  color:#fff; 
  padding:8px 5px;  
  font-weight:600;
  border:none;
  border-radius:5px;
  border:2px solid var(--borderColor);  
  font-size: 15px;
  text-align: center;
  cursor:pointer;
}

#search_data .search_data_mobile{
 display:none;
}

#search_data .search_data_desktop{
  display:block;
}
#search_data .search_data_mobile .input_from_to , #search_data .search_data_mobile .label-input{
  font-size:12px;
  font-weight:600;
  color:var(--blackColor);
}

#search_data .search_data_mobile .input_date_time{
  font-size:12px;
  font-weight:600;
  color:var(--blackColor);
}

#search_data .search_data_mobile .row{
  justify-content:space-between;
}

.image-bg-cab img{
  border-radius:5px;
}

.image-bg-cab .desktop_img{
  display:block;
}

.image-bg-cab .mobile_img{
  display:none;
}


#select-cab .fare-summary{
  background:#2F9BFF;
  padding:5px 20px;
  font-weight:600;
  color:var(--whiteColor);
  font-size:13px;
 }

 #fare_summary .modal-title{
  color:var(--whiteColor);
  font-weight:600;
  font-size:18px;
 }

 #fare_summary .modal-header .btn-close{
  background-color:#b3daff;
  border-radius:50%;
 }


#fareModal .modal-header .modal-title{
  font-weight:600;
  font-size:18px;
  color:var(--blackColor);
 }

 #fareModal .form-label{
  font-weight:600;
  font-size:13px;
  color:var(--blackColor);
 }

 #fareModal button{
  background:linear-gradient(315deg, hsla(207, 100%, 61%, 1) 0%, hsl(217, 100%, 50%) 100%);
  font-weight:600;
  font-size:13px;
  padding:10px 10px;
  color:#fff;
  border:none;
 }
 .fare-summary-collapse ul{
    padding-left: 1rem;
    list-style-type: circle;
 }

 .fare-summary-collapse ul li {
  font-size: 13px;
  font-weight: 600;
  padding: 3px 0px;
}


 /*=============== Error Css=====================*/

 .is-invalid-own{
  color:red;
  font-size:12px;
  font-weight:600;
 }

 /*================== city_content=================*/

 #city_content{
  padding:20px 0px; 
  
 }

 #city_content .col-12{
  box-shadow: 0 0px 3px 0 #c8c8c8;  
  padding:10px 15px;
  border-radius:5px;
  max-width:1200px;
  margin:auto;
  border: 1px solid #d2d2d2;
  background:var(--whiteColor);
 }

 #city_content h1,
 #city_content h2,
 #city_content h3,
 #city_content h4,
 #city_content h5,
 #city_content h6,
 #content h1,
 #content h2,
 #content h3,
 #content h4,
 #content h5,
 #content h6{
   font-size:18px !important; 
   margin-bottom:0px;
   font-weight:600;
   line-height: 22px;
 }

 #city_content p ,#content p , #cab_content p{
  margin:20px 0px;
  font-size:15px;
  line-height: 22px;
 } 

 #city_content ul{
  font-size:15px !important;
  margin:20px 0px;
 }
 
 #city_content .navigation{
   font-size:13px;
   font-weight:600;
   color:#8a8a8a;
 }

 #city_content .navigation a{
  font-size:13px;
  font-weight:600;
  color:var(--blackColor);
  text-decoration:none;
 }

 
 #top_routes{
   padding:20px 0px;
   background:#292C31;
   border-bottom:1px solid hsla(0, 0%, 100%, .06);
 }

 #top_routes a{
  color:#fff;
  text-decoration:none;  
 }

 #top_routes .badge{
   background:#25282C;   
   font-weight:500;
   padding:5px 10px;
   border:1px solid rgba(97, 97, 97, 0.979);
   border-radius:50px;
   margin:3px 0px;

   &:hover{
    background-color: #555;
   }

 }

 #top_routes .badge .list-group-item{
   background:transparent;
   border:none;
   color:hsla(0, 0%, 100%,0.7);
   text-decoration:none;
 }

 #top_routes .heading{
  font-weight:600;
  font-size:18px;
  color:var(--whiteColor);
  margin-bottom:10px;
 }
 

 /*============== Footer css=============*/
 
 footer{
   background:#1D2023;
   color:var(--whiteColor);
   padding:40px 0px;
 }

 footer .container{
  max-width:1200px;
  width:100%;
 }

 footer ul{
  padding-left:0rem;
  list-style:none;
 }

 footer .heading{
  font-weight:500;
  font-size:18px;
 }

 footer ul li{
  margin:8px 0px;
}

 footer ul li a{
   color:var(--whiteColor);
   font-size:13px;
   text-decoration:none; 
 }

 #copyright{
   background:#292C31;
   color:var(--whiteColor);
   text-align: center;
   border-top:1px solid hsla(0, 0%, 100%, .06);
   padding:10px 0px;
   font-size:14px;
 }

 /*============== Accodian css=============*/

  .accordion-item{
    border-radius:0px !important;
  }


  .accordion-header button{
  font-size:16px;
  font-weight:600;
  padding: 10px 10px;
  color:var(--blackColor);
  &:focus{
    outline:none !important;
    box-shadow:none !important;
    background:transparent;
  }

  }

  .accordion-button:not(.collapsed) {
  background:var(--primaryColor) !important;
  color:var(--whiteColor);
  border-radius:0px !important;
  }

  .accordion-header{
  border-radius:0px;
  }

  .accordion-button::after {
  background-image: url(../images/plus.svg) !important;
  background-color: var(--primaryColor);
  border-radius: 50px;
  width: 27px;
  height: 27px;
  background-position: center center;
  }

  .accordion-body{
  font-size:15px;
  }

 /*============== Device css=============*/
 #service .card{
  border:1px solid var(--borderColor);
  padding:10px;
 }

 #service .card img{
  height:200px;
  object-fit:cover;
  object-position: top;
  border-radius:10px;
 }

 #service .card .card-body{
   padding-left:0px;  
   padding-bottom:0px;
 }

 #service .card .card-body h6,#service .card .card-body h5{
  font-weight:600;
  font-size:16px;
 }

 #service .card .card-body p{
  font-size:13px;
 }

 #why-book .card{
   padding:10px 5px;
 }

 #why-book .card .why-book-heading{
    font-size:17px;
    font-weight:600;
    text-align: center;
    color:#006BB1;
 }

 #why-book .card .icon-why{
   width:60px;
   height:60px;
   background:rgb(201, 229, 252);
   border-radius:50%;
   text-align: center;
   margin: auto;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 #why-book .card .icon-why img{
  width:40px;
  height:40px;
 }


 #navigation{
  background:#f5f4f4;
  padding:10px 0px;
}

#navigation .nav-inner{
  font-size:13px;
  font-weight:500;
}

#navigation .nav-inner a{
   text-decoration:none;
   color:#757575;
}

/* ===================================  booking-area ========================================= */

#booking-area{
  padding:30px 0px;
}

#booking-area .card{
  border:1px solid rgba(183, 183, 183,0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  border-radius:10px;
  overflow:hidden;
}

#booking-area .card-header{
  background: linear-gradient(90deg, hsla(206, 91%, 66%, 0.6) 0%, hsla(190, 90%, 51%, 0.6) 100%);
  padding:10px 10px;
  border:none;
  font-size:18px;
  font-weight:400;
  color:var(--blackColor);
}

#booking-area .card .card-body ul{
  padding-left:0rem;
  list-style:none;
  margin-bottom:0px;  
}

#booking-area .card .card-body ul li:first-child{
  padding-top:0px;
}

#booking-area .card .card-body ul li{
  border-bottom: 1px solid var(--borderColor);
  padding:10px 0px;
  font-size:14px;
  font-weight:500;
}

#booking-area .card .card-body ul li span{
  float: right;
}


#booking-area .card .card-body ul .grand-total{
  padding-top:10px;
  font-size:18px;
  color:var(--primaryColor);
  font-weight:600;
}

#booking-area h5{
  font-size: 15px;
  font-weight:600;
}

#booking-area h6{
  font-size: 13px;
  font-weight:600;
}

#booking-area .reviewbooking h4{
  font-size:22px;
  font-weight:600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#booking-area .reviewbooking .datetime h5{
  font-size:17px;
  color:#919191;
  font-weight:400;
}
#booking-area .reviewbooking .datetime h6{
  font-size:14px;
}

#booking-area .form-check-input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #39A7FF;
  border-radius: 50%;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  background-color: #fff;
  position: relative;  
}

#booking-area .form-check-input[type="radio"]:hover {
  background-color: #EAF6FF;
}

#booking-area .form-check-input[type="radio"]:checked {
  background-color: #39A7FF;
  border-color: #39A7FF;
}

#booking-area .form-check-input[type="radio"]:focus{
  outline:none !important;
  box-shadow: none !important;
}

#booking-area .form-check-input[type="radio"]:checked::before {
  content: "";
  font-size: 16px;
  background-color: #39A7FF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
}

#booking-area .form-check-label {
  margin-left: 8px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
}

#booking-area .form-check .rest{
  font-size:12px;
  font-weight:400;  
}

#booking-area .form-check {
  height:50px;  
  border-color: #39A7FF;
  display: flex;
  align-items: center;
  padding-left: 2.5em;
  border-radius:5px;
}

#booking-area #paymentbtn{
  background:linear-gradient(315deg, hsla(207, 100%, 61%, 1) 0%, hsl(217, 100%, 50%) 100%);
  border:none;
  padding:10px 0px;
  width:100%;
  border-radius:50px;
  margin-top:16px;
  color:#fff;
  font-weight:600;
}
#booking-area .form-label{
  font-size:14px;
  font-weight:400;
  color:#000000;
}
#booking-area .form-control{
  border-radius:4px;
  height:36px;
  font-weight:500;
  font-size:14px;
}

#booking-area .form-control:focus{
  outline:none !important;
  box-shadow:none !important;
  border-color:#dee2e6 !important;
}

#booking-area .car-name{
  font-size:22px;
  font-weight:600;
}

#booking-area  .car-info .car-info-inner span{
   border-right:2px solid var(--blackColor);
   font-size:13px;
   font-weight:400;
   padding-right:6px;
   padding-left:6px;
} 

#booking-area  .car-info .car-info-inner span:first-child{
  padding-left:0px
}

#booking-area  .car-info .car-info-inner span:last-child{
  border-right:0px solid var(--blackColor);
}

#booking-area  .car-info .extra-info {
   margin-top:10px;
}

#booking-area  .car-info .extra-info ul{
  padding-left:1rem;
  list-style-type: circle;
}

#booking-area  .car-info .extra-info ul li{
   font-size:13px;
   font-weight:500;
   padding:3px 0px;
}

#booking-area .datetime-info h5{
  font-weight:400;
  color: #737373;
  font-size: 12px;
}

#booking-area .datetime-info h6{
  font-size: 12px;
  color:#000000;
}

/*=====================================Cab Content ========================================*/

#cab_content .s-div h2,
#cab_content .s-div h3,
#cab_content .s-div h4,
#cab_content .s-div h5,
#cab_content .s-div h6
{
  font-size:18px !important; 
  margin-bottom:0px;
  font-weight:600;
  line-height: 22px;
}


/* =================================== Airport Css ========================================= */

.airport-select{
  position: relative;
}

.airport-select .searching-list-grp{
  display:none;
  content:"";
  position:absolute;
  border: 1px solid #d4d4d4;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
  background:#fff;
  width:100%;
  min-width:350px;
  z-index:10; 
}

.airport-select .searching-list-grp .input_box_grp{
  display:flex;
  border-bottom: 1px solid #d4d4d4;
  padding:5px 6px;
  align-items: center;
}

.airport-select .searching-list-grp .input_box_grp .airport-search-input{
  width:100%;
  border:none;
  height:40px; 
  font-weight:600;
  color:#000;
  font-size:15px;
  margin-left:20px;
}

.airport-select .searching-list-grp .input_box_grp .airport-search-input:focus{
  outline:none;
  box-shadow:none;
}

.airport-select .searching-list-grp .searching-list{
  padding:5px 0px;
  max-height:250px;
  min-height:50px;
  overflow-y:scroll;
  scroll-behavior: smooth;
}

.airport-select .searching-list-grp .searching-list::-webkit-scrollbar{
  width: 2px;
}

.airport-select .searching-list-grp .searching-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.airport-select .searching-list-grp .searching-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.airport-select .searching-list-grp .searching-list .searching-list-single{
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #d4d4d4;
  padding:8px 0px;
}

.airport-select .searching-list-grp .searching-list .searching-list-single:last-child{
  border-bottom: 0px solid #d4d4d4;
}

.airport-select .searching-list-grp .searching-list .searching-list-single .fa-plane-up{
  color:#969494;
}
 /*============== Device css=============*/

 .desktop_view{ display:block;}
 .select-cab-page{ display:none;}
 .mobile_view{ display:none;} 
 .desktopview-search_data{ display:block;}
 .mobileview-search_data{ display:none;}

@media (min-width:100px) and (max-width: 990px) {
   
   .desktop_view{ display:none;}
   #select-cab .car-info { width:60%; border-right:0px;}
   #select-cab .car-info .car-info-inner{ font-size:11px;}
   #select-cab .car-image { width:40%;}
   #select-cab .car-price { width:100%; display: flex;  padding:10px 0px; gap: 17px; align-items: center;}
   #select-cab .car-price .car-current-price{font-size:20px;}
   #select-cab .car-price .original-price-mob{font-size:14px; font-weight:500; color:#929090; text-decoration: line-through;}
   #select-cab .car-card .car-name{ color:var(--blackColor);}
   #select-cab .car-info .car-info-inner{display:grid; grid-template-columns: repeat(2, 1fr);gap: 5px;}
   #select-cab .car-info .car-info-inner span{font-size:11px; color:var(--blackColor);}
   #select-cab .car-info .car-info-inner span:nth-child(2){border-right:0px;}
   #select-cab .car-info .car-info-inner span:nth-child(3){padding-left:0px;}
   .mobile_view{ display:block;}  
   .desktopview-search_data{ display:none;}
    .mobileview-search_data{ display:block;} 
    #city_content{padding:20px 10px;}    
    #city_content h1,#city_content h2,#city_content h3,#city_content h4,#city_content h5,#city_content h6,
    #content h1,#content h2,#content h3,#content h4,#content h5,#content h6
    {font-size:16px !important;margin-bottom:0px;font-weight:600;}
    #cab_content .s-div h2,
    #cab_content .s-div h3,
    #cab_content .s-div h4,
    #cab_content .s-div h5,
    #cab_content .s-div h6{font-size:16px !important;}
    .accordion-header button{ font-size:13px;}
    .accordion-body{font-size:13px;padding:10px 10px;}  
    #city_content p,#content p,#cab_content .s-div p{margin:10px 0px;font-size:13px;}
    #city_content ul{margin:10px 0px;font-size:13px !important;}
    #modify .modifymodel-close {top: -20px;right: -11px;}     
    #modify .search_section_top{padding:15px 2px;}
    #modify  .search_section_top_btn_list .nav-item .nav-link {padding: 7px 17px !important;}
    #search_data .search_data_mobile{display:block;}   
    #search_data .search_data_desktop{display:none;}
    #search_data .search_data_mobile button{
     float: inherit;
     font-size:12px;
     width:25%;
     margin-left:40%;
     height:30px;
     margin-top:10px;
     border-radius:50px;     
    }    
    #search_data{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);}
    .image-bg-cab .desktop_img{display:none;}    
    .image-bg-cab .mobile_img{display:block;}
    #cityModal{ --bs-modal-margin:0px !important;}
    #cityModal .modal-dialog{ height:100% !important;}
    #cityModal .modal-content{ border-radius:0px !important; height:100% !important;}
    #search_data .modifyopenmodel{
      background:transparent;
      color:#000; 
      padding:8px 5px;  
      font-weight:600;
      border:none;
      border-radius:5px;
      border:0px solid var(--borderColor);  
      font-size: 15px;
      text-align: center;
      cursor:pointer;
    }
    .search_data_mobile .back-button{padding:8px 5px; }
    .search_data_mobile .route-set .citytocity{ text-transform: capitalize; font-size:15px; color:var(--whiteColor); font-weight:500;}
    .search_data_mobile .route-set .citytocity span{ font-size:13px;}
    .search_data_mobile .route-set .datetime{ font-size:11px; color:var(--whiteColor); font-weight:500;}
    .search_data_mobile .route-set .datetime span{color:#fefefe; padding:2px 3px; border-radius:10px;}
    .fare-summary-collapse ul li { font-size:13px;}
    #top_routes .badge{ font-size:12px;}
    #top_routes .badge .list-group-item {text-wrap: wrap; line-height: 18px; padding:7px 6px;}
    #top_routes .badge {padding:0px 0px;}
    #top_routes .heading{font-weight:600;font-size:15px;}
    .navbar .logo{width:130px; height:40px;}    
    #service .card .card-body h6,#service .card .card-body h5{font-size:14px;}
    #service .card .card-body p{font-size:11px;}
    #service .card img{height:150px;}
    #service .card{padding:7px;}
    #why-book .card .why-book-heading{ font-size:13px; margin-top:10px;}    
    #why-book .card .icon-why{ width:40px; height:40px;}
    #why-book .card .icon-why img{width:30px; height:30px;}
    .res-heading{font-size:20px;}
    .airport-select{
      position:inherit !important;
    }
    .airport-select .searching-list-grp{
      left:0;
      width:100%;
      top:0%;
      z-index:1000 !important;
      height:100%;
      position: fixed;
      top:0;
      left:0;
    }
    .airport-select .searching-list-grp .searching-list{height:100%;}
    .airport-select .searching-list-grp .searching-list .searching-list-single{padding: 12px 6px;}
    .hidden{overflow:hidden;}
    #booking-area .card-header{ font-size:16px; font-weight:500;}
    #booking-area .car-name{font-size:15px;font-weight:600;}
    #booking-area .reviewbooking h4{font-size:17px;font-weight:700;}
    #booking-area .datetime-info h5{ font-size:10px; font-weight:500;}
    #booking-area .datetime-info h6{ font-size:10px; font-weight:600;}
    #booking-area .car-info .car-info-inner{display:grid; grid-template-columns: repeat(2, 1fr);gap: 5px;}
    #booking-area .car-info .car-info-inner span{font-size:10px; color:var(--blackColor);}
    #booking-area .car-info .car-info-inner span:nth-child(2){border-right:0px;}
    #booking-area .car-info .car-info-inner span:nth-child(3){padding-left:0px;}
    #booking-area .form-label{ font-size:12px;font-weight:600;}
    #search_data{ top:51px !important;}
}

@media (min-width:300px) and (max-width: 1220px) {
    .search_section_top_box{padding:0px 10px;}
    .user_search_box{flex-direction: column;}
    .search_section_top_btn_list .nav-item .nav-link{ font-size:11px; padding:2px 5px;}
    .user_search_box .input_box:last-child {border-bottom: 0px solid var(--borderColor);}
    .user_search_box .input_box{border-bottom:1px solid var(--borderColor); width:100%; min-width:100%;}   
    .user_search_box .input_box{border-left:0px;}
    .user_search_box .input_name{ font-size:18px;}
    .search_section_top_box .user_search_btn{font-size:18px;}
    .datepicker,.timepicker,.return_datepicker,#package,.input{font-size:18px;}
    .datepicker::placeholder,
    .timepicker::placeholder,.return_datepicker::placeholder,.input::placeholder{font-size:18px;}
    #pickup_drop{font-size:18px;}

}

/* 
5AB2FF - primary 
A0DEFF - secondry
CAF4FF - last  */

