/* ============================================ Forms ============================================ */
@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/gilroy-bold/Gilroy-Bold.ttf");
}

@font-face {
  font-family: "Gilroy Heavy";
  src: url("../fonts/gilroy-extrabold/Gilroy-ExtraBold.ttf");
}

@font-face {
  font-family: "Gilroy Light";
  src: url("../fonts/Gilroy-Light.ttf");
}

@font-face {
  font-family: "Gilroy semibold";
  src: url("../fonts/gilroy-semibold/Gilroy-SemiBold.ttf");
}

.section-gap {
  padding: 80px 0;
}

.booking-flow-wrapper .booking-sidebar-wrapper {
  background: #fff;
  box-shadow: 0 0 4px 3px #f1f1f1;
  padding: 15px;
}

.booking-flow-wrapper .booking-sidebar-wrapper h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.booking-flow-wrapper .booking-sidebar-wrapper .route-map iframe {
  width: 100%;
  border: 0;
  height: 250px;
}

.booking-flow-wrapper .booking-sidebar-wrapper .media {
  padding: 10px 0;
}

.booking-flow-wrapper .booking-sidebar-wrapper .media img {
  width: 25px;
  padding-top: 10px;
}

.booking-flow-wrapper .booking-sidebar-wrapper .splitter {
  border-top: 1px dashed #611e7d;
  margin: 15px 0;
}

.booking-flow-wrapper .booking-sidebar-wrapper strong {
  font-size: 24px;
  color: #c29d07;
}

.booking-flow-wrapper .single-vehicle {
  border-bottom: 1px dashed #611e7d;
  padding: 35px 10px;
}

.booking-flow-wrapper .single-vehicle .vehicle-info {
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: space-between;
}

.booking-flow-wrapper .single-vehicle .vehicle-info span {
  width: 200px;
  display: inline-block;
}

.booking-flow-wrapper .single-vehicle h3 {
  margin: 15px 0;
  font-size: 24px;
}

.booking-flow-wrapper .single-vehicle .vehicle-info img {
  width: 25px;
  display: inline-block;
  margin: 0 10px;
}

.booking-flow-wrapper .single-vehicle p.badge {
  font-size: 12px !important;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 4px 8px;
  background: #ddd;
  color: #212121;
}

.booking-flow-wrapper .single-vehicle .price-wrapper {
  background: #f3f3f3;
  padding: 20px 10px;
  text-align: center;
}

.booking-flow-wrapper .single-vehicle .price-wrapper h4 {
  font-size: 28px;
  color: #611e7d;
  margin-bottom: 25px;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #611e7d;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.booking-form-wrapper h4 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.booking-form-wrapper h4:first-child {
  margin-top: 0px;
}

.booking-form-wrapper input[type="radio"] {
  margin: 10px 0;
}

.booking-form-wrapper input[type="text"],
.booking-form-wrapper select {
  height: 50px;
  border-radius: 0;
}

.booking-form-wrapper .form-control {
  margin-bottom: 15px;
}

.booking-form-wrapper textarea {
  border-radius: 0;
}

.cofirm-booking p {
  font-weight: 700;
  margin-bottom: 15px;
  color: #3a3a3a;
  font-size: 18px !important;
}

.btn-yellow {
  background: #00eaff !important;
  color: #fff !important;
}
.btn-yellow:hover {
  background-color: #fbaf5d !important;
  color: #fff !important;
}

.custom-check {
  padding-left: 0;
  margin-top: 15px;
}

.custom-check input[type="checkbox"] {
  display: none;
}

.custom-check input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: rgb(34, 34, 34);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.custom-check input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.custom-check input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #611e7d !important;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.custom-check input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.booking-notify {
  background: #611e7d;
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #acacac;
}

.booking-notify p {
  font-size: 15px !important;
  margin-bottom: 0px;
  color: white;
}

/* ================================================My Css ============================================*/
section.ah_banner_sec {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1063px;
}

section.ah_banner_sec > div > .row {
  min-height: 900px;
  padding-top: 330px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 160px;
}

.ah_banner_sec_box h1 {
    font-family: Khula;
    font-weight: 700;
    font-size: 72px;
    color: white;
    text-transform: uppercase;
    line-height: 72px;
}

.ah_banner_sec_box {
  text-align: center;
  margin-bottom: 40px;
}

.ah_banner_sec_box h3 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 48px;
    color: white;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0px 0 30px;
}

.ah_banner_sec form {
  background: #ffffff85;
  padding: 20px;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  border-top: 9px solid #752297;
}

.ah_banner_sec form select {
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-color: rgb(204, 204, 204);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  min-height: 38px;
  position: relative;
  transition: all 100ms ease 0s;
  box-sizing: border-box;
  outline: 0px !important;
}

.ah_banner_sec form select,
.ah_banner_sec form input {
  width: 100% !important;
  display: block !important;
  height: 60px !important;
  margin-bottom: 20px !important;
  padding: 0 10px;
}

.ah_banner_sec form .form-group {
  margin-bottom: 0px;
}

.ah_banner_sec form .input-group {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

.ah_banner_sec form button.proceed-btn {
  background: #8eb206 !important;
  color: #fff !important;
  display: block;
  width: 100%;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  font-weight: 400 !important;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 58px;
  width: auto;
  margin: 0 auto;
  padding: 0 80px;
}

.ah_banner_sec_box button,
.slide-buttons a {
  background-color: rgb(0, 234, 255);
  font-family: Khula;
  visibility: visible;
  text-align: center;
  line-height: 44px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 16px;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  margin: 0px 0px 0px 10px;
  border-radius: 25px;
  padding: 0px 25px;
  color: rgb(16, 32, 71);
  text-decoration: none;
  white-space: nowrap;
  width: auto;
  height: auto;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  filter: blur(0px) grayscale(0%) brightness(100%);
  opacity: 1;
  transform-origin: 50% 50% 0px;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  border-width: 0px;
  display: inline-block;
}

.ah_banner_sec_box button:hover,
.slide-buttons a:hover {
  background-color: #fbaf5d;
  color: #fff;
}

.ah_banner_sec form h3 {
  text-align: center;
  font-size: 35px;
  color: white;
  margin-bottom: 20px;
}
select:focus {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: auto;
}

.ah_banner_sec form optgroup {
  color: gray;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ah_banner_sec form option {
  font-size: 16px;
  color: black;
  text-transform: capitalize;
}

.ah_banner_sec form button.proceed-btn:hover {
  color: black !important;
  background-color: white !important;
  cursor: pointer !important;
}

/* In form */
.single-vehicle img {
  width: 100%;
}

.btn-yellow a {
  color: white;
}
.ah_book_fleets .ah_vhicle {
  display: none;
}

input:hover {
  outline: inherit !important;
  -webkit-appearance: auto !important;
  box-shadow: inherit !important;
}

input {
  outline: inherit !important;
  -webkit-appearance: auto !important;
  box-shadow: inherit !important;
}
/* select#drop_address {
  color: red;
} */
.scrollToTop {
  width: 60px;
  height: 60px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  border: 1px solid #000;
  text-align: center;
  border-radius: 100px;
  background: #fff;
}
a.scrollToTop img {
  width: 100%;
  height: 64px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.scrollToTop:hover {
  text-decoration: none;
}

/* 
@media(max-width:767px){
 
} */