*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-family: "Poppins", sans-serif;
}
/* Header */
.header{
    padding: 10px 0;
    background-color: #fff;
    position: static;
}
.logo img{
    width: 120px;
    height: auto;
    object-fit: cover;
}
.header_location_text a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    color: #31363F;
    font-family: "Poppins", sans-serif;
    padding: 0 0 0 5px;
}
.header_call_text a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    color: #31363F;
    font-family: "Poppins", sans-serif; 
}
.header_location i{
    font-size: 20px;
    color: #0B60B0;
}
.header_call i{
    font-size: 20px;
    color: #0B60B0;
}
.header_location{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_call{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_secure img{
    width: 120px;
    height: auto;
    object-fit: cover;
}

/* Header */

/* Header Form */
.header_form{
    background-color: #4272b7;
    padding: 0 0 20px 0;
}
.header_form_heading h4{
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 10px 0 0 0;
}
.header_form_heading h4 span{
    color: #f9f15a;
}
.form_label{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.form1{
    margin: 10px 0 0 0;
    text-transform: capitalize;
    font-size: 12px !important;
    font-family: "Poppins", sans-serif;
}
.header_form_btn{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #1e1e1e;
    padding: 6px 76px;
    border-radius: 5px;
    display: inline-block;
    margin: 35px 0 0 0;
    font-family: "Poppins", sans-serif;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    transition: 0.50s ease;
}
.header_form_btn:hover{
    color: #000;
    background-color: #f9f15a;
    /* transform: skewX(-18deg); */
}
/* Header Form */

/* modal */
.fs-5{
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.modal-header{
    background-color: #4272b7;
}
.popup_form_lable{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #1c1c1c;
    font-family: "Poppins", sans-serif;
    /* padding: 0 0 5px 0; */
}
.form-control:focus {
    border-color: #4272b7;
    box-shadow: none !important;
}
.popup_form {
    margin: 10px 0 0 0;
    font-size: 12px !important;
    font-family: "Poppins", sans-serif;
  }
  .popup_form_adj{
    margin: 10px 0 0 0;
  }
  .form-select:focus {
    border-color: #4272b7;
    box-shadow: none !important;
  }
  .popup_acco_menu{
    padding: 20px 0 0 0;
  }
  .acco_head h6{
    text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
  font-family: "Poppins", sans-serif;
  }
  .accordion-button:focus {
    box-shadow: none !important;
  }
  .modal-body {
    padding: 20px 30px !important;
  }
  .modal-footer{
    border-top: none !important;
  }

  #exampleModal{
    z-index: 500;
  }
  .modal-backdrop{
    z-index: 400 !important;
  }
/* Banner */
.banner{
    background: url(../images/bg-banner.png)no-repeat center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.banner_text h5{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    font-family: "Poppins", sans-serif;
}
.banner_heading h1{
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto", sans-serif;
}
.banner_heading h1 span{
    color: #4272b5;
}
.banner_subtext p{
    text-transform: capitalize;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  padding: 5px 0 0 0;
  font-family: "Poppins", sans-serif;
}
.banner_btn {
    text-transform: capitalize;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #4272b7;
    display: inline-block;
    padding: 8px 24px;
    margin: 20px 0 0 0;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
    font-family: "Poppins", sans-serif;
    transition: 0.50s ease;
}
.banner_btn:hover{
    background-color: #f9f15a;
    color: #31363F;
}
.banner_col_right img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banner_layer img{
    width: 100px;
    height: auto;
    object-fit: cover;
}
.banner_layer{
    position: absolute;
    bottom: 0%;
    left: 30%;
}
/* Banner */

/* what we offer */
.we_offer_main{
    background-color: #effaff;
    padding: 60px 0;
}
.we_offer_text h6{
    text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #4272b5;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.we_offer_text h6:after{
    position: absolute;
  content: "";
  background-color: #4272b5;
  width: 50px;
  height: 2px;
  bottom: -5px;
  left: 2px;
}
.we_offer_text h2{
    text-transform: capitalize;
  font-size: 45px;
  color: #31363F;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.we_offer_text h2 span{
    color: #4272b5;
}
.we_offer_col img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
}
.we_offer_col_head a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #31363F;
    display: inline-block;
}
.we_offer_col_head a i{
    background-color: #4272b5;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

.we_offer_col_head{
    padding: 10px 0 0 0;
}
.we_offer_col_text p{
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #31363F;
    padding: 5px 0 0 0;
    font-family: "Poppins", sans-serif;
}
.we_offer_btn{
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    background-color: #4272b5;
    display: inline-block;
    padding: 6px 12px;
    font-family: "Poppins", sans-serif;
    transition: 0.50s ease;
}
.we_offer_btn:hover{
    background-color: #0B60B0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    color: #fff;
}
.we_offer_col_content{
    background-color: #fff;
    padding: 20px 20px;
}
.we_offer_col{
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border: 2px solid transparent;
    margin: 25px 0 0 0;
    transition: 0.50s ease-in-out;
}
.we_offer_col:hover{
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.6);
    /* border: 2px solid #4272b5; */
    transform: scale(1.1);
}
/* what we offer */

/* why choose us */
.why_choose_us{
    background: #1c1c1c;
    background-size: cover;
    padding: 60px 0;
}
.why_text h6{
    text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.why_heading h2{
    text-transform: capitalize;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.why_subtext p{
    text-transform: capitalize;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.why_col i{
    color: #0B60B0;
    background-color: #fff;
    padding: 10px 10px;
    font-size: 25px;
    display: inline-block;
    border-radius: 50%;
}
.why_col1 i{
    color: #0B60B0;
    background-color: #fff;
    padding: 10px 8px;
    font-size: 25px;
    display: inline-block;
    border-radius: 50%; 
}
.why_col_head h4{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 5px 0 0 0;
    font-family: "Roboto", sans-serif;
}
/* why choose us */

/* tetsimonials */
.testimonials{
    padding: 60px 0;
}
.customer_review_message p{
    text-transform: capitalize;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #31363F;
  padding: 5px 0 0 0;
  font-family: "Poppins", sans-serif;
}
.testimonial_slider_col_message p{
    text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #31363F;
  padding: 5px 0 0 0;
  font-family: "Poppins", sans-serif;
}
.testimonial_slider_user img{
    width: 40px !important;
    height: auto;
    object-fit: cover;
}
.testimonial_slider_user_name p{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #31363F;
    font-family: "Poppins", sans-serif;
    padding: 15px 0 0 10px;
}
.testimonial_user_info_main{
    display: flex;
    align-items: center;
}
.testimonial_slider{
    /* border: 1px solid #4272b5; */
    padding: 10px 10px;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.testimonial_menu_col{
    padding: 25px 0 0 0;
}
.testimonial_right_item p{
    text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #31363F;
  font-family: "Poppins", sans-serif;
}
.testimonial_menu .nav-tabs .nav-link.active{
    font-size: 16px;
    font-weight: 600;
    color: #0b60b0 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom: 2px solid #0b60b0 !important;
}
.testimonial_menu .nav-tabs .nav-link{
    font-size: 16px;
    font-weight: 600;
    color: #0b60b0;
     border-color: transparent !important;
}
/* tetsimonials */

/* our fleets */
.our_fleet{
    background-color: #effaff;
    padding: 60px 0;
}
.our_fleet_text h6{
    text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #4272b5;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.our_fleet_text h6::after {
    position: absolute;
    content: "";
    background-color: #4272b5;
    width: 50px;
    height: 2px;
    bottom: -5px;
    left: 2px;
  }
  .our_fleet_head h2{
    text-transform: capitalize;
  font-size: 40px;
  color: #31363F;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  }
  .our_fleet_head h2 span{
    color: #4272b5;
  }
  .fleets_slider_col img{
    width: 260px !important;
    height: auto;
    object-fit: cover;
  }
  .fleet_slider_col_name h5{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #31363F;
    font-family: "Poppins", sans-serif;
    padding: 10px 0 0 0;
  }
  .fleets_slider_col {
   border: 1px solid #c2e5f5;
   border-radius: 2px;
   transition: 0.50s ease;
  }
  .fleets_slider_col:hover{
    border: 1px solid #0B60B0;
  }
.fleet_slider_passengers i{
    color: #fff;
    background-color: #4272b5;
    padding: 2px 5px;
    display: inline-block;
}
.fleet_slider_passengers{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fleet_slider_passengers_count h6{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #31363F;
    font-family: "Poppins", sans-serif;
    padding: 0 0 0 10px;
}
.fleet_slider_info{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fleet_info_adj{
    padding: 0 0 0 10px;
}
.fleet_col_btn{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #4272b5;
    display: inline-block;
    padding: 6px 18px;
    margin: 20px 0 20px 0;
    font-family: "Poppins", sans-serif;
    transition: 0.50s ease;
}
.fleet_col_btn:hover{
    background-color: #0B60B0;
}
.our_fleets_slider{
    padding: 20px 0 0 0;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #0B60B0 !important;
  }
.owl-theme .owl-dots .owl-dot span{
    background: #31363F !important;
}
/* our fleets */

/* contact */
.contact_main{
    background: linear-gradient(to top, rgb(66, 114, 181, 0.5), rgb(0, 0, 0, 0.5)), url(../images/hero-home.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.contact_item strong{
    text-transform: capitalize;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.contact_item a{
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.contact_item1 strong{
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.contact_item1 a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.get_in_touch h6{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #DFF5FF;
    padding: 10px 0 0 0;
    font-family: "Poppins", sans-serif;
}
.get_quote_btn{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #31363F;
    background-color: #fff;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 2px;
    font-family: "Poppins", sans-serif;
    transition: 0.50s ease;
}
.get_quote_btn:hover{
    background-color: #0B60B0;
    color: #fff;
}
.contact_us_btn{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #31363F;
    background-color: #F6E96B;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 2px;
    margin: 0 0 0 10px;
    font-family: "Poppins", sans-serif;
    transition: 0.50s ease;
}
.contact_us_btn:hover{
    background-color: #0B60B0;
    color: #fff;
}
.contact_buttons{
    padding: 20px 0 0 0;
}
/* contact */

/* footer */
.footer{
    background: #effaff;
    padding: 60px 0;
}
.footer_logo img{
    width: 85px;
    height: auto;
    object-fit: cover;
}
.footer_logo{
    padding: 0 0 10px 0;
}
.footer_col_heading h6{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: #0B60B0;
    font-family: "Poppins", sans-serif;
    position: relative;
}
.footer_col_heading h6:after{
    position: absolute;
    content: "";
    background-color: #0B60B0;
    width: 60px;
    height: 2px;
    bottom: -4px;
    left: 0;
}
.footer_col_text p{
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #31363F;
    padding: 5px 0 0 0;
    font-family: "Poppins", sans-serif;
}
.footer_col_menu ul{
    padding: 0;
    margin: 0;
}
.footer_col_menu ul li{
    list-style-type: none;
    padding: 0 0 20px 0;
}
.footer_col_menu{
    padding: 10px 0 0 0;
}
.footer_col_menu ul li a{
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #31363F;
    font-family: "Poppins", sans-serif;
    transition: 0.50s ease;
}
.footer_col_menu ul li a:hover{
    color: #0B60B0;
}
.footer_col_info a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #31363F;
    font-family: "Poppins", sans-serif;
    padding: 0 0 0 10px;
}
.footer_col_info i{
    color: #0B60B0;
    font-size: 20px;
}
.footer_col_info{
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
}
.important_info_col p{
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #31363F;
    padding: 5px 0 0 0;
    font-family: "Poppins", sans-serif;
}
.important_info_col p span{
    color: #0B60B0;
}
.whatsapp_popup a{
    text-decoration: none;
    color: #2cd46b;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
}
.whatsapp_popup{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}







#pick_location-error,#drop_location-error,#minDateLimit-error,#pick_date-error,#pick_time-error,#return_date-error,#return_time-error{
    color: #bd0000;
    font-weight: 600;
}
#full_name-error,#email-error,#phone-error,#passenger-error,#mdBag-error,#smBag-error,#lgBag-error{
    color: #bd0000;
    font-weight: 600;
}
button.w_fit{
    width: fit-content;
}
