.trips_search {
  margin-top: 18px;
}
.trips_search label {
  font-size: 14px;
  margin-bottom: 0;
}
.trips_search label img {
  height: 18px;
  width: 18px;
}
.trips_search .submit_search .btn {
  height: 63px;
  width: 100%;
  font-size: 20px;
  border-radius: 12px;
}
.trips_search .submit_search .btn:hover {
  background-color: #FFC619;
  color: #000;
}

.inner_pages_content {
  box-shadow: none;
}

.submit_search {
  margin-top: 0;
}

.trips_search .inpute_holder {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search_results {
  height: calc(100dvh - 175px);
}

.trips_search_modal_s {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.trips_search_modal_s .modal-dialog .modal-content {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  height: unset !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 98% !important;
}/*# sourceMappingURL=search.css.map */