html {
  overflow: hidden;
}

.flight_search .submit_search .btn {
  height: 63px;
  width: 100%;
  font-size: 20px;
  border-radius: 12px;
}
.flight_search .submit_search .btn:hover {
  background-color: #FFC619;
  color: black;
}
.flight_search .inpute_holder {
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 0;
}
.flight_search .inpute_holder label {
  font-size: 14px;
  margin-bottom: 0;
}
.flight_search .inpute_holder label img {
  height: 18px;
  width: 18px;
}
.flight_search .inpute_holder strong {
  opacity: 0;
}

.inner_pages_content {
  padding: 10px;
  margin-top: 18px;
}

.tour_tarveler_modal_new .modal-body .new_content_scroll {
  max-height: calc(100dvh - 112px) !important;
  overflow: auto;
  /* or scroll */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
}
.tour_tarveler_modal_new .modal-body .new_content_scroll::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

.hotel_date_selectorModal .modal-footer.bottom_last {
  bottom: -4px !important;
}

.flight_search_modal .inner_pages_content {
  margin-top: 0 !important;
  padding-top: 0;
}/*# sourceMappingURL=search.css.map */