.scroll_content {
  box-shadow: none;
  height: 100%;
  width: 75%;
  border-radius: 0px;
  margin-left: 8px;
  margin-top: 0px;
  padding-top: 0px;
  overflow: hidden;
}

.container-with-width {
  width: 85%;
  padding-top: 88px;
}

.proceed-btn-desk {
  width: 100%;
  margin: 10px 0px;
  height: 42px;
}

.sorting {
  width: 25%;
}
.sorting .filter {
  box-shadow: 0px 1px 10px 0.2px rgba(0, 0, 0, 0.18);
  padding: 10px 15px;
  background-color: white;
  margin: 10px;
}

.flight_list {
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 10px 0.2px;
  margin-bottom: 15px;
  border: none;
  transition: transform 1s ease;
}
.flight_list .top_area h2 {
  font-size: 17px;
  color: #b31f24;
  position: relative;
  margin-bottom: 0;
  font-weight: 800;
}
.flight_list .top_area p {
  margin-bottom: 0;
  font-size: 14px;
  color: #8a8686;
}
.flight_list .top_area .info_tags .badge.text-bg-warning {
  background-color: #fbffe0 !important;
  color: #c8d56f !important;
  border: 1px solid #ebf98b;
  padding: 8px;
  font-size: 13px;
  margin: 0px 5px;
}
.flight_list .top_area .info_tags .badge.text-bg-success {
  background-color: #cdffe6 !important;
  color: #0c673b !important;
  border: 1px solid #91e8bd;
  padding: 8px;
  margin: 0px 5px;
  font-size: 13px;
}
.flight_list .flight_row .airline_name img {
  width: 75px;
  margin-top: 3px;
}
.flight_list .flight_row .airline_name p {
  font-size: 12px;
  margin-bottom: 0;
  color: #a0a0a0;
}
.flight_list .flight_row .iterany {
  width: 85%;
  margin: 0px 15px;
}
.flight_list .flight_row .iterany .date_city h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #333232;
}
.flight_list .flight_row .iterany .date_city p {
  font-size: 14px;
  color: #8a8686;
  margin-bottom: 0;
  font-weight: 500;
  float: right;
}
.flight_list .flight_row .iterany .date_city p small {
  font-size: 80%;
  font-weight: 400;
  margin-right: 5px;
}
.flight_list .flight_row .iterany .travel_duration p {
  margin-bottom: 0;
  font-size: 14px;
  color: #8a8686;
}
.flight_list .flight_row .iterany .travel_duration .line img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.flight_list .flight_row .iterany .travel_duration .line span::before {
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #efefef;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flight_list .collapse {
  margin-top: 20px;
}
.flight_list:hover {
  transform: scale(0.99);
  border: none;
  background-color: #fff;
}

.new_filter {
  justify-content: space-around;
  margin-bottom: 12px !important;
}
.new_filter .btn {
  width: 20%;
  font-size: 15px;
}

.flight-total-count {
  margin-top: 0;
  margin-bottom: 12px;
}
.flight-total-count .total-count {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.flight-total-count .no-flights {
  font-size: 4;
}

.quick_flight_details {
  width: 85%;
  margin: 0 auto;
  height: unset;
}
.quick_flight_details .modal-body {
  width: 100%;
  margin-top: 93px !important;
  height: -moz-fit-content;
  height: fit-content;
  overflow: unset;
  display: flex;
  margin-bottom: 55px !important;
}
.quick_flight_details .flightRow .airlineDesc .right h4 {
  font-size: 16px;
  padding-right: 50px;
  padding-top: 20px;
}
.quick_flight_details .flightRow .airlineDesc .right h5 {
  font-size: 14px;
}
.quick_flight_details .flightRow .airlineDesc .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick_flight_details .flightRow .airlineDesc .left img {
  width: 120px;
  margin: 10px;
}
.quick_flight_details .flightRow .airlineDesc .facilities {
  margin-bottom: 0;
  margin-top: 0px !important;
  display: flex;
  justify-content: center;
}
.quick_flight_details .flightRow .airlineDesc .facilities li {
  border-right: 1px solid #ffc619;
  padding: 0 15px;
}
.quick_flight_details .flightRow .airlineDesc .facilities li img {
  height: 20px !important;
  width: 20px !important;
  margin-bottom: 10px;
}
.quick_flight_details .bottom_last_flight_text {
  bottom: -122px !important;
  width: 100% !important;
  margin: 0 !important;
}

.date_city h2 {
  font-size: 15px !important;
}
.date_city p {
  font-size: 15px !important;
}
.date_city h3 {
  font-size: 14px !important;
}

.travel_duration p {
  font-size: 13px !important;
}

.baggage_fareRules a {
  font-size: 16px !important;
}

.line img {
  width: 20px;
}
.line span:before {
  height: 15px !important;
  width: 15px !important;
}

.custom-container-width-right {
  width: 30%;
  position: unset;
}

.custom-container-width-left {
  width: 70%;
}
.custom-container-width-left .scroll_content {
  width: 100%;
}

.fare_info {
  margin-top: 10px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.fare_info h3 {
  font-size: 20px;
}
.fare_info .table th,
.fare_info .table td {
  font-size: 14px;
}

.fare_info_desk {
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.11);
  padding: 10px;
  margin-bottom: 50px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
  position: relative;
}
.fare_info_desk h3 {
  font-size: 20px;
}
.fare_info_desk .btn {
  margin-top: 60px;
}
.fare_info_desk .book_now {
  background: unset;
}
.fare_info_desk .book_now h5 {
  color: black;
  width: 70%;
  text-align: end;
}
.fare_info_desk .book_now p {
  width: 30%;
}
.fare_info_desk .timer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  bottom: 74px;
}

.bottom_last {
  z-index: 4 !important;
}
.bottom_last .book_now p {
  font-size: 14px;
  line-height: 28px;
}
.bottom_last .book_now h5 {
  font-size: 17px;
}
.bottom_last .book_now h5 span {
  font-size: 13px !important;
}
.bottom_last .book_now .btn {
  font-size: 14px;
  border-radius: 20px !important;
}
.bottom_last .book_now .btn:hover {
  background-color: #ffc619;
  color: black;
}

.offcanvas {
  bottom: 200px;
}
.offcanvas.offcanvas-bottom.flightDesc {
  width: 60%;
  margin: 0 auto;
}
.offcanvas.offcanvas-bottom.flightDesc .offcanvas-header .flight_info h2 {
  font-size: 20px;
}
.offcanvas.offcanvas-bottom.flightDesc .offcanvas-header .flight_info p {
  font-size: 14px;
}
.offcanvas.offcanvas-bottom.flightDesc .offcanvas-header .flight_info p img {
  height: 11px;
}
.offcanvas.offcanvas-bottom.flightDesc .offcanvas-header .flight_info p .seat_imge {
  height: 12px;
}
.offcanvas.offcanvas-bottom.flightDesc .offcanvas-header .btn-close {
  font-size: 17px;
}
.offcanvas.offcanvas-bottom.flightDesc .nav-tabs .nav-item .nav-link {
  font-size: 14px;
}

table tr th,
table tr td {
  font-size: 16px;
}

.wrapS {
  padding-bottom: 0;
}

.quick_flight_details .alert {
  font-size: 14px !important;
}
.quick_flight_details h4 {
  font-size: 17px !important;
}

.btn.red_btn:hover {
  background-color: #ffc619 !important;
  color: black !important;
}

.session_expiry_modal .sesssion_expired h3 {
  font-weight: bold;
}
.session_expiry_modal .sesssion_expired p {
  font-size: 15px;
}

.further_optFlight h3 {
  font-size: 17px !important;
}
.further_optFlight span {
  font-size: 16px !important;
}

.table th,
.table td {
  font-size: 14px;
  padding: 10px;
}

.main_wrap {
  width: 85%;
  margin: 0 auto;
  margin-top: 88px;
}

.bottom_last {
  position: unset !important;
  bottom: -100px !important;
  width: 100% !important;
  margin: 0 !important;
  left: 0;
}
.bottom_last .timer {
  font-size: 17px;
}

.wrraper.with_fixed_tray {
  padding-bottom: 0;
}

.passenger_form .passenger_row .label {
  font-size: 20px;
}
.passenger_form .passenger_row .btn-group .btn {
  font-size: 18px;
}
.passenger_form .passenger_row .form-floating {
  width: 100%;
}
.passenger_form .passenger_row .form-floating label {
  font-size: 16px;
}
.passenger_form .passenger_row h3 {
  font-size: 25px;
}

.daterangepicker {
  width: 400px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.daterangepicker.show-calendar .drp-buttons {
  position: absolute !important;
}
.daterangepicker.show-calendar .drp-buttons .applyBtn:hover {
  background-color: #ffc619;
  color: black;
}
.daterangepicker .drp-calendar {
  width: 100% !important;
}

.sortAnd_filter_canvas {
  padding-bottom: 0;
}
.sortAnd_filter_canvas .sortFilter_bodtArea {
  padding-bottom: 66px;
  margin: 8px 5px 0px;
  border-radius: 0;
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
}
.sortAnd_filter_canvas .sortFilter_bodtArea .action_area {
  position: absolute;
  z-index: unset;
}
.sortAnd_filter_canvas .sortFilter_bodtArea .action_area .btn {
  font-size: 15px;
}
.sortAnd_filter_canvas .sortFilter_bodtArea .action_area .btn:hover {
  background-color: #ffc619 !important;
  color: black !important;
}
.sortAnd_filter_canvas .sort_inner .form-check label {
  font-size: 14px;
}
.sortAnd_filter_canvas .sort_inner h3 {
  font-size: 16px;
}

.flight_search_s .nav-pills_s {
  width: 50%;
}
.flight_search_s .nav-pills_s .nav-item .nav-link {
  padding: 7px !important;
  font-size: 12px;
  border-radius: 10px;
}
.flight_search_s .nav-pills_s .nav-item .nav-link img {
  width: 12px !important;
  margin-right: 10px;
}
.flight_search_s .submit_search .btn {
  height: 37px;
  width: 150px;
  font-size: 14px;
}
.flight_search_s .submit_search .btn:hover {
  background-color: #FFC619;
  color: black;
}

.edit-content_SK {
  margin-top: 14px;
}

.edit-content_SK_load {
  height: 80px !important;
}

.info_tags_desk {
  height: 35px !important;
}

.flight_search .inpute_holder {
  padding: 8px 15px;
  border-radius: 10px;
}
.flight_search .inpute_holder .form-control {
  font-size: 13px;
}
.flight_search .inpute_holder label {
  margin-bottom: 0;
  margin-top: 2px;
}
.flight_search .inpute_holder label img {
  height: 18px;
  width: 18px;
}
.flight_search .inpute_holder .name_code {
  width: 100%;
}

.date_combo {
  width: 64px !important;
}

.Width_h {
  height: 40px;
}

.magnify_btn i {
  font-size: 18px;
}
.magnify_btn:hover {
  background-color: #FFC619;
  color: black;
}

.btn.custom_bbtn {
  border-radius: 12px !important;
}

.submit_search {
  margin-bottom: 0px;
}

.accordion_s .accordion-item .accordion-header .accordion-button {
  font-size: 15px;
  padding: 14px;
}

.multi_city .increase_flight .btn {
  font-size: 12px;
}
.multi_city .increase_flight img {
  width: 12px;
}

.flight_search_modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.flight_search_modal .modal-dialog .modal-content {
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 12px;
}
.flight_search_modal .modal-dialog .modal-content .modal_contentArea .tt-menu {
  height: calc(100dvh - 200px) !important;
}

#traveller_selection1 .modal-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.date_range {
  background-color: rgba(0, 0, 0, 0.5);
}
.date_range .date_row .date_selected {
  width: 500px;
}
.date_range .date_range_header {
  border-radius: 15px 15px 0px 0px;
}
.date_range .date_range_header .btn {
  font-size: 24px;
}

.comiseo-daterangepicker.ui-widget.ui-widget-content {
  width: 460px !important;
  top: 20px !important;
  border-radius: 12px 12px 0px 0px !important;
}

.comiseo-daterangepicker-buttonpanel {
  width: 500px;
  left: 50% !important;
  transform: translateX(-50%);
}
.comiseo-daterangepicker-buttonpanel .ui-priority-primary:hover {
  background-color: #FFC619 !important;
  color: black !important;
}

.comiseo-daterangepicker-main {
  height: calc(100dvh - 250px) !important;
}

.single_date_modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.single_date_modal .modal-dialog {
  height: 90%;
  top: 35px;
}
.single_date_modal .modal-footer {
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px;
}
.single_date_modal .modal-footer .btn:active, .single_date_modal .modal-footer .btn:hover {
  background-color: #FFC619 !important;
  color: black !important;
}

.is_fixed {
  position: fixed !important;
  width: 380px !important;
  bottom: 282px !important;
}

.buttons_action {
  width: 60%;
  margin: 15px auto !important;
  margin-top: 0 !important;
}
.buttons_action .btn {
  font-size: 14px !important;
}
.buttons_action .btn i {
  font-size: 20px !important;
}

.fare_info_book {
  margin-top: 210px;
  width: 25%;
  margin-left: -80px;
  height: -moz-fit-content;
  height: fit-content;
}

.flight-total-count .no-flights {
  font-size: 14px;
}

.oneway_loader_s,
.round_trip_loader {
  margin-top: 88px;
  padding-left: 117px;
  position: absolute;
  background: white;
  width: 100%;
}
.oneway_loader_s .body,
.round_trip_loader .body {
  overflow: hidden;
}
.oneway_loader_s .scroll_content,
.round_trip_loader .scroll_content {
  width: 90% !important;
  z-index: unset;
}

.detail_loader {
  width: 85%;
  margin: 0 auto;
}

.oneway_loader_s .quick_flight_details {
  margin-left: 0;
}
.oneway_loader_s .quick_flight_details .modal-body {
  margin-top: 0px !important;
  width: 75% !important;
}

.flight_list .top_area .info_tags .badge {
  font-size: 17px;
}

.detail_loader .flight_sk_load {
  position: relative;
  top: 80px;
}
.detail_loader .quick_flight_details {
  width: 70% !important;
}

.quick_flight_details_book {
  width: unset;
  margin: unset;
  margin-right: 20px;
  margin-right: 25px;
}

#round_daterange .comiseo-daterangepicker.ui-widget.ui-widget-content {
  height: 62%;
  top: 100px !important;
}

#round_daterange .comiseo-daterangepicker-buttonpanel {
  bottom: 37px;
  border-radius: 0px 0px 15px 15px;
}

#round_daterange .modal-dialog {
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
#round_daterange .modal-dialog .modal-content {
  height: 86%;
}

.flight-proceed-btn-wrapper .flight-btn-dots {
  margin-top: 25px;
}

.successpage_content {
  margin-top: 0px;
  position: unset;
  z-index: unset;
  overflow: unset;
  height: unset;
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */