html {
  scrollbar-gutter: stable;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding-right: 0 !important;
}

.header {
  padding: 15px 0 75px;
  background-color: #F2F2F2;
  height: 115px;
}
.header .three_inRow {
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 1000;
}
.header .three_inRow .left_section {
  width: 20% !important;
  margin-right: auto;
}
.header .three_inRow .center_section {
  width: 62% !important;
  margin-right: auto;
}
.header .three_inRow .right_section {
  width: 20% !important;
  display: block !important;
}
.header.for_search_page {
  padding: 15px 0 75px;
  height: 115px;
  position: relative;
  z-index: auto;
}
.header .header {
  z-index: 1056;
}
.header#inner-header {
  z-index: 1056;
}
.header .inner_header {
  display: flex;
  align-items: center;
}
.header .inner_header .left_section a {
  color: #fff;
  font-size: 20px;
}
.header .inner_header .left_section a i {
  color: #b31f24 !important;
}
.header .inner_header .center_section h2 {
  font-size: 5vw;
}
.header .inner_header .center_section p {
  color: #000;
  font-size: 3vw;
}
.header .inner_header .center_section p img {
  width: 13px;
  height: 12px;
  vertical-align: text-bottom;
}
.header .inner_header.content_3 .right_section {
  display: block;
}
.header .inner_header .left_section {
  width: 22.3333333333%;
  text-align: left;
}
.header .inner_header .left_section a img {
  height: 22px;
}
.header .inner_header .left_section .navbar-toggler {
  padding-right: 10px;
}
.header .inner_header .left_section .navbar-toggler img {
  height: 18px;
}
.header .inner_header .center_section {
  width: 53.3333333333%;
  text-align: center;
}
.header .inner_header .center_section h2 {
  margin-bottom: 0;
  color: black;
  font-weight: bold;
  font-size: 19px;
}
.header .inner_header .center_section p {
  margin-bottom: 0;
}
.header .inner_header .center_section.flight_info {
  width: 54.3333333333%;
}
.header .inner_header .center_section.flight_info p {
  color: black;
  font-size: 3vw;
}
.header .inner_header .center_section.flight_info p img {
  width: 13px;
  height: 12px;
  vertical-align: text-bottom;
  filter: invert(1);
}
.header .inner_header .right_section {
  text-align: right;
  width: 22.3333333333%;
  /*------------*/
}
.header .inner_header .right_section a img {
  height: 30px;
}
.header .inner_header .right_section.flight_modifyOpt {
  width: 21.3333333333%;
}
.header .inner_header .right_section.flight_modifyOpt a {
  text-decoration: none;
  font-size: 3vw;
}
.header .inner_header .right_section.flight_modifyOpt a img {
  width: 16px;
  height: 16px;
}
.header .inner_header .right_section.flight_modifyOpt a:last-child {
  margin-right: 0;
}
.header .inner_header .right_section.backToHome {
  display: block;
}
.header .inner_header .right_section.backToHome img {
  height: 23px;
}

.inner_pages_content {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  padding-bottom: 50px !important;
}

.overlapOne_header {
  position: relative;
  margin-top: -55px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100dvh - 60px);
}
.overlapOne_header.some_shadow {
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  padding: 3px 15px;
  opacity: 1;
  height: calc(100dvh - 123px);
  padding-top: 6px;
  overflow: auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
}

/*-----FLIGHT SERACH----------*/
.travel_search .nav-pills {
  justify-content: space-between;
}
.travel_search .nav-pills .nav-item {
  width: 48%;
}
.travel_search .nav-pills .nav-item .nav-link {
  font-size: 3.1vw;
  border-radius: 13px;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.24);
  color: #8A8686;
  padding: 1.6vw 3vw;
  width: 100%;
}
.travel_search .nav-pills .nav-item .nav-link img {
  width: 17px;
  height: 17px;
  margin-right: 2px;
}
.travel_search .nav-pills .nav-item .nav-link.active {
  background-color: #B31F24;
  color: #fff;
  box-shadow: none;
}
.travel_search .nav-pills .nav-item .nav-link.active img {
  filter: invert(99%) sepia(34%) saturate(151%) hue-rotate(254deg) brightness(230%) contrast(100%);
}
.travel_search .inpute_holder {
  position: relative;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.11);
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 10px;
}
.travel_search .inpute_holder label {
  font-size: 14px;
  color: #8A8686;
  display: block;
}
.travel_search .inpute_holder label img {
  margin-right: 5px;
  vertical-align: sub;
  height: 19px;
  width: 19px;
}
.travel_search .inpute_holder .name_code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.travel_search .inpute_holder .name_code .twitter-typeahead {
  display: block !important;
  width: 980%;
}
.travel_search .inpute_holder .form-control {
  border: 0;
  padding: 0;
  width: 85%;
  font-size: 14px;
}
.travel_search .inpute_holder .form-control:visited, .travel_search .inpute_holder .form-control:active, .travel_search .inpute_holder .form-control:focus {
  box-shadow: none;
}
.travel_search .inpute_holder strong {
  opacity: 1;
}
.travel_search .inpute_holder .trip_type_radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.travel_search .inpute_holder .trip_type_radio label {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 14px;
}
.travel_search .submit_search {
  text-align: center;
}
.travel_search .submit_search .btn {
  background-color: rgb(179, 31, 36);
  text-transform: uppercase;
  width: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.travel_search .submit_search .btn i {
  margin-left: 5px;
}
.travel_search .form-check .form-check-input {
  border-color: #FFC619;
}
.travel_search .form-check .form-check-input:checked {
  background-color: #B31F24;
  border-color: #B31F24;
}

.search_container {
  padding-top: 10px;
}

.btn.red_btn {
  background-color: #b31f24;
  border: 0;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  border-bottom: 0;
}

.login_div {
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.11);
  border: 1px solid #f3f3f3;
  padding: 8px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 25px 10px 10px;
  transition: all 0.1s linear;
}
.login_div .login_desc {
  padding-left: 15px;
}
.login_div .login_desc h4 {
  color: #B31F24;
  font-size: 4vw;
  font-weight: 550;
  margin-bottom: 8px;
}
.login_div .login_desc p {
  color: #646464;
  font-size: 3vw;
  margin-bottom: 8px;
}
.login_div .login_desc .btn {
  height: 25px;
  width: 25px;
  font-size: 14px;
}
.login_div:hover {
  transform: scale(0.96);
}

.round_yellow {
  background-color: #FFC619;
  color: #B31F24;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fafafa;
  /*------------*/
}
.footer ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 8px 15px;
}
.footer ul li {
  text-align: center;
}
.footer ul li a {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #454444;
  text-decoration: none;
}
.footer ul li a img {
  height: 24px;
  width: 24px;
  filter: invert(0%) sepia(7%) saturate(13%) hue-rotate(342deg) brightness(96%) contrast(100%);
}
.footer ul li a i {
  font-size: 20px;
}
.footer ul li a span {
  display: block;
  color: #3D3C3C;
  font-size: 3.2vw;
  margin-top: 5px;
  text-transform: uppercase;
}
.footer ul li a:hover span, .footer ul li a:active span {
  color: #B31F24;
}

.support_pop {
  z-index: 1057;
}

.support_pop .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

.support_pop .offcanvas-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  gap: 10px;
}

.support_pop .offcanvas-body .btn {
  width: 45%;
  font-size: 4vw;
  height: 45px;
}

.support_pop .offcanvas-body .btn i {
  font-size: 18px;
  margin-right: 5px;
}

.support_pop .offcanvas-body .btn.btn-primary {
  background: #0d6efd !important;
  border-radius: 5px;
}

.traveler_insurance_modal {
  overflow: hidden;
  touch-action: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.traveler_insurance_modal .modal-dialog {
  margin: 0;
  border-radius: 0;
  border: 0;
  height: 100%;
  overflow-y: hidden;
}
.traveler_insurance_modal .modal-dialog .modal-content {
  height: 100%;
}
.traveler_insurance_modal .modal-dialog .modal-content .modal-header {
  background-color: #F2F2F2;
  padding: 15px 0 50px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  border-radius: 0;
}
.traveler_insurance_modal .modal-dialog .modal-content .modal-header .btn-close {
  background-image: none;
  color: #B31F24;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  margin-right: auto;
  box-shadow: none;
}
.traveler_insurance_modal .modal-dialog .modal-content .modal-header h1 {
  color: #000;
  font-size: 5vw;
  font-weight: 600;
  margin-right: auto;
  margin-left: -14px;
}
.traveler_insurance_modal .modal-dialog .modal-content .modal-body {
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: -33px;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
  overflow: auto;
  scrollbar-width: none;
}
.traveler_insurance_modal .form-check {
  margin-left: 3px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 25px 0px;
  display: flex;
}
.traveler_insurance_modal .form-check .form-check-input {
  height: 20px;
  width: 20px;
  margin-left: 16px;
  margin-top: 7px;
}
.traveler_insurance_modal .form-check .form-check-input:checked {
  border-color: #b31f24;
  background-color: #b31f24;
}
.traveler_insurance_modal .form-check .form-check-input:focus {
  box-shadow: none;
}
.traveler_insurance_modal .form-check label {
  font-size: 17px;
  padding: 5px 0px 5px 10px;
  width: 85%;
}

.pass_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
}
.pass_row .left_area {
  display: flex;
  align-items: center;
  width: 50%;
}
.pass_row .left_area img {
  width: 45px;
  height: 45px;
  padding-right: 10px;
}
.pass_row .left_area h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.pass_row .left_area h4 span {
  display: block;
  font-size: 2.7vw;
  color: #555;
}
.pass_row .right_area .input-group-btn {
  background: #fff;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border: 1px solid #8a8686;
}
.pass_row .right_area .input-group-btn .btn {
  padding: 0;
  color: #b31f24;
  border: 0;
  outline: none;
}
.pass_row .right_area .form-control {
  width: 15vw;
  text-align: center;
  border: 0;
  margin-top: 0px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  margin-bottom: 0;
}
.pass_row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.inner_new_shadow {
  box-shadow: 0 0px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
  padding: 1rem;
  margin-left: 3px;
  margin-right: 3px;
  height: calc(100dvh - 0px);
  background-color: #fff;
}

.action_area {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.action_area .btn {
  font-size: 14px;
  text-transform: uppercase;
  width: 150px;
  color: #fff !important;
  background-color: #b31f24 !important;
  height: 45px;
}

.applicant {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  border: 0;
  margin: 0 3px;
  border-radius: 15px;
  margin-top: 0 !important;
}

.modal.fade .modal-dialog {
  transform: translateY(100%);
  transition: transform 0.8s ease-out;
}

.modal.show .modal-dialog {
  transform: translateY(0);
}

.iti--input-container {
  width: 100%;
  height: 58px;
}
.iti--input-container .form-control {
  height: 100%;
}

.traveler_insurance_modal_destinations .form-control {
  height: 60px;
  margin-top: -12px;
  box-shadow: none;
}
.traveler_insurance_modal_destinations .form-control:focus {
  border: 1px solid #dee2e6;
}
.traveler_insurance_modal_destinations .modal-body {
  padding: 16px !important;
  background-color: unset !important;
}

.fancy_title h2 {
  color: #B31F24;
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 12px;
  margin-top: 10px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.fancy_title h2:before {
  content: "";
  width: 55px;
  height: 5px;
  background-color: #3D3C3C;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.fancy_title h2:after {
  content: "";
  width: 7px;
  height: 5px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: 0;
}

.search_results {
  padding-top: 10px;
  overflow: auto;
  height: calc(100dvh - 185px);
}
.search_results ul li a {
  display: flex;
  align-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: unset;
}
.search_results ul li a p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.search_results ul li a p small {
  display: block;
  color: #444;
  font-weight: normal;
  font-size: 13px;
}
.search_results ul li span {
  margin-right: 10px;
}

.white-small-div {
  height: -moz-max-content;
  height: max-content;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
}

.traveler_insurance_calender_modal .modal-body {
  box-shadow: 0 0px 3px 2px rgba(0, 0, 0, 0.1);
}

.month-container {
  padding: 20px 0;
}
.month-container .month_name {
  font-weight: bold;
  color: #000000;
}
.month-container .days-header {
  font-size: 0.9rem;
  color: #8A8686;
}
.month-container .days-header span {
  padding: 5px;
}
.month-container .days-container .day {
  color: #333232;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.days-header span,
.day {
  display: inline-block;
  width: 12vw;
  height: 12vw;
  text-align: center;
  margin: 0;
}

.day {
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
}

.day.selected.start {
  background-color: #333232;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
}
.day.selected.start:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #EDEDED;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: -1;
}

.day.selected.end {
  background-color: #B31F24;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
}
.day.selected.end:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EDEDED;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: -1;
}

.day.in-range {
  background-color: #EDEDED;
  border-radius: 0;
  color: #aaaaaa !important;
}

.calendar-arrow {
  position: absolute;
  top: 3%;
  transform: translateY(-50%);
  z-index: 10;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.calendar-arrow .fa-circle-play {
  font-size: 12px;
}

.calendar-arrow:hover,
.calendar-arrow:focus {
  background: #f8f8f8;
  border-color: #ccc;
  outline: none;
}

.calendar-arrow-prev {
  left: 6px;
}

.calendar-arrow-next {
  right: 6px;
}

.calendar-arrow.disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.month-container {
  min-width: 100%;
  flex: 0 0 100%;
}

.days-header span,
.day {
  width: 13.5vw;
  height: 13.5vw;
}

.book_now {
  background: #000;
  padding: 10px 0;
  width: 100%;
  margin: 0;
}
.book_now p {
  font-size: 3.5vw;
  margin-bottom: 0;
  color: #fff;
  margin-right: 3vw;
  font-weight: 100;
  line-height: 16px;
}
.book_now .nights {
  font-size: 2.5vw;
  font-weight: 100;
  padding-left: 0.4rem;
}
.book_now h5 {
  font-size: 4.3vw;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  text-decoration-color: #B31F24 !important;
}
.book_now h5 i {
  display: block;
  font-style: normal;
  font-size: 3vw;
}
.book_now h5 p {
  margin-left: 5px !important;
}
.book_now h6 {
  font-size: 2.5vw !important;
  margin-left: 5px !important;
}
.book_now .totalPassengers {
  font-size: 2.5vw;
  font-weight: 100;
  color: #fff;
  padding-right: 5px;
  margin-bottom: 0;
  margin-top: 5px;
}
.book_now .btn {
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 37px;
  border-radius: 10px;
  border: 0;
}

.bottom_last {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2 !important;
  left: 0;
}

.modal-footer.bottom_last {
  bottom: 0 !important;
  background: white;
}
.modal-footer.bottom_last .book_now {
  width: 100%;
  margin: 0;
}
.modal-footer.bottom_last .book_now .btn {
  border-radius: 25px !important;
}
.modal-footer.bottom_last .book_now .cus-rad {
  border-radius: 9px;
}
.modal-footer.bottom_last .total_nights {
  font-size: 4.8vw;
  font-weight: 600;
  color: #fff;
}
.modal-footer.bottom_last .total_nights span {
  font-size: 3.2vw;
  margin-bottom: 0;
  color: #fff;
  font-weight: 100;
  line-height: 16px;
  text-decoration: line-through;
  text-decoration-color: red;
}

/* Header */
.dob-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* Back button */
.dob-header .back-btn {
  position: absolute;
  left: 12px;
  font-size: 20px;
  background: none;
  border: none;
}

/* Calendar container */
#dobCalendar {
  padding: 10px 15px 80px;
  /* bottom space for APPLY button */
  background: #fff;
}

/* jQuery UI override */
.ui-datepicker {
  width: 100% !important;
  border: none !important;
  padding: 10px 0;
  background: transparent;
}

/* Month + Year dropdown */
.ui-datepicker-header {
  display: flex;
  justify-content: center;
  gap: 10px;
  border: none;
  background: transparent;
  margin-bottom: 10px;
  position: relative;
}

.ui-datepicker-title select {
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 6px;
  background: #fff;
  width: 100px;
}

/* Week header */
.ui-datepicker th {
  font-weight: bold;
  color: #999;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
}

/* Calendar cells */
.ui-datepicker td {
  padding: 6px;
  text-align: center;
}

/* Default date style */
.ui-datepicker td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

/* Hover */
.ui-datepicker td a:hover {
  background: #eee;
}

/* Selected date (your black circle) */
.ui-datepicker .ui-state-active {
  background: #111 !important;
  color: #fff !important;
  border-radius: 50%;
}

/* Disabled dates */
.ui-datepicker .ui-state-disabled {
  opacity: 0.3;
}

/* APPLY button fixed bottom */
.apply-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  padding: 12px 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-bar button {
  width: 50%;
  padding: 10px;
  border: none;
  border-radius: 30px;
  background: #B31F24;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* Hide default Prev/Next text */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

/* Add icon using FontAwesome */
.ui-datepicker .ui-datepicker-prev::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-next::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* Left arrow */
.ui-datepicker .ui-datepicker-prev::before {
  content: "\f104";
  /* fa-angle-left */
}

/* Right arrow */
.ui-datepicker .ui-datepicker-next::before {
  content: "\f105";
  /* fa-angle-right */
}

.insurance-modify-search {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
  padding: 4px 0px;
}
.insurance-modify-search .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.insurance-modify-search .input-group .form-control,
.insurance-modify-search .input-group label {
  border-left: 0;
  font-size: 3.3vw;
  background-color: #f8f9fa;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  box-shadow: none;
  border-color: #dee2e6;
}
.insurance-modify-search .input-group label {
  border-right: 0;
  padding: 0.375rem 0.25rem !important;
  border: 1px solid #dee2e6;
  border-right: none;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.insurance-modify-search .input-group label img {
  width: 14px;
  height: 14px;
}
.insurance-modify-search .btn {
  width: 100%;
  font-size: 3.2vw;
  height: 33px;
}
.insurance-modify-search .row {
  justify-content: space-around;
  margin: 8px;
}
.insurance-modify-search .row .col-4 {
  width: 30%;
  margin: 4px 0px;
}
.insurance-modify-search .row .col-4::after {
  border-radius: 5px;
}

.card-wrap {
  margin: 12px 0px;
  position: relative;
}
.card-wrap .title-of-card {
  padding: 12px;
  font-size: 4.5vw;
  color: #3D3C3C;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.card-wrap .title-of-card::after {
  border-radius: 10px;
}
.card-wrap .detail-of-card {
  display: flex;
  justify-content: space-around;
  font-size: 3.5vw;
  font-weight: 500;
  padding: 10px 0px;
  border: 1px solid #F2F2F2;
  border-right: 0;
  border-left: 0;
}
.card-wrap .detail-of-card span {
  color: #212529;
}
.card-wrap .tax-and-charges-detail {
  display: flex;
  justify-content: space-around;
  background-color: #F2F2F2;
  border-radius: 12px;
  padding: 10px 0px;
  margin: 5px 0px;
}
.card-wrap .tax-and-charges-detail .tax-charge i {
  font-size: 3.5vw;
  color: #000;
  font-weight: bold;
}
.card-wrap .tax-and-charges-detail .pkr-detail .strike-through {
  font-size: 3.5vw;
  color: #646464;
  text-decoration: line-through;
  text-decoration-color: #B31F24;
}
.card-wrap .tax-and-charges-detail .pkr-detail .amount {
  font-size: 4vw;
  font-weight: bold;
  color: #B31F24;
}
.card-wrap .tax-and-charges-detail .pkr-detail .person-detail {
  color: #212529;
  font-size: 3vw;
}
.card-wrap .subscription-detail {
  font-size: 4vw;
  color: #000;
  text-align: center;
  margin: 7px 0px 10px;
  width: 60%;
  margin: auto;
}
.card-wrap .subscription-detail a {
  color: #B31F24;
  font-weight: bold;
}
.card-wrap .animation-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.card-wrap .animation-wrapper .dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  border-radius: 50%;
  animation: bounce 1.2s infinite ease-in-out;
}
.card-wrap .animation-wrapper .dot:nth-child(1) {
  animation-delay: 0s;
  background: #b31f24;
}
.card-wrap .animation-wrapper .dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #3D3C3C;
}
.card-wrap .animation-wrapper .dot:nth-child(3) {
  animation-delay: 0.4s;
  background: #FFC619;
}
.card-wrap .visible-anim {
  display: flex;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
  }
}
.basic {
  background-color: #EFFFE9;
}

.shadow-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
  margin-top: -5px;
  position: relative;
}

.silver {
  background-color: #F7F7F7;
}

.gold {
  background-color: #FFF2D1;
}

.diamond {
  background-color: #E7F6FF;
}

.listing-scroll {
  margin-top: -45px;
  position: relative;
  padding-top: 6px;
  padding-bottom: 40px;
}

.flow-auto {
  overflow: auto;
}

.inner-content {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 95%;
  height: calc(100dvh - 130px);
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin: -45px auto 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.inner-content .detail-content {
  padding: 0px 16px;
}
.inner-content .detail-content .detail-card ul {
  padding-left: 0;
  list-style-type: none;
}
.inner-content .detail-content .detail-card ul li {
  text-transform: capitalize;
  color: #000;
  font-size: 3.5vw;
}

.scroll-content {
  overflow: auto;
  position: relative;
}

/* Sticky Summary Bar Styles */
.sticky-summary-container {
  padding: 7px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  transform: translateY(-79px);
  transition: transform 0.4s ease;
  background-color: #F2F2F2;
}

.sticky-summary-container.visible {
  transform: translateY(0px);
}

.sticky-summary-card {
  border: 1px solid #b31f24;
  border-radius: 12px;
  padding: 12px 20px;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.edit-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.summary-details h6 {
  color: #212529;
  font-size: 1rem;
}

.summary-details small {
  font-size: 0.85rem;
  color: #6c757d;
}

table {
  width: 100%;
}

#off_canvas {
  display: none;
}

.modal-backdrop.fade.show {
  opacity: 0;
}

#off_canvas {
  display: none;
}

#off_canvas.active {
  display: flex;
}

.main-hero-banner {
  background-color: #F3F3F3;
  margin: 10px;
  border-radius: 10px;
}
.main-hero-banner .hero-banner-content {
  height: 100%;
  align-content: center;
  text-align: center;
}
.main-hero-banner .hero-banner-content h1 {
  font-weight: bold;
  font-size: 5.5vw;
  text-transform: capitalize;
  position: relative;
  text-align: start;
  padding-left: 18px;
}
.main-hero-banner .hero-banner-content h1::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 3px;
  width: 5px;
  height: 83%;
  background-color: #FFC619;
}
.main-hero-banner .hero-banner-content a {
  display: block;
  text-decoration: none;
  font-size: 4vw;
  text-transform: capitalize;
  color: white;
  background-color: #B31F24;
  padding: 6px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  margin-left: 13px;
}
.main-hero-banner .hero-banner {
  height: 170px;
  width: 150px;
}
.main-hero-banner .hero-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-hero-banner::after {
  border-radius: 10px;
}

.fancy_title {
  width: -moz-fit-content;
  width: fit-content;
}
.fancy_title h2 {
  color: #B31F24;
  font-size: 1.1rem;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 16px;
  text-transform: capitalize;
  font-weight: bold;
}
.fancy_title h2:before {
  content: "";
  width: 38px;
  height: 5px;
  background-color: #3D3C3C;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.fancy_title h2:after {
  content: "";
  width: 7px;
  height: 5px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fancy_title h2 i {
  color: #3D3C3C;
  font-size: 4vw;
  margin-left: 2px;
}
.fancy_title::after {
  height: 34px !important;
}

.fare-details {
  padding: 0px 16px 20px;
}
.fare-details h2 {
  color: #B31F24;
  font-size: 1.1rem;
  text-transform: capitalize;
  font-weight: bold;
}
.fare-details .fare-table .amount {
  text-align: end;
  padding: 10px 15px 10px 0px;
}
.fare-details .fare-table .label {
  padding: 10px 0px 10px 10px;
}

.subscribe-tag {
  text-align: center;
  font-size: 4vw;
  text-transform: capitalize;
}
.subscribe-tag a {
  color: #B31F24;
  font-weight: bold;
}

.notify-user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: none;
}

.custom-tooltip {
  z-index: 999999;
}

.custom-tooltip .tooltip-inner {
  background-color: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}

.custom-tooltip .tooltip-arrow {
  display: none !important;
}

.psg-content .header .inner_header .center_section {
  width: 60.333333% !important;
}

.passenger_form .passenger_row {
  margin-bottom: 25px;
}
.passenger_form .passenger_row .accordion-item {
  border: none;
}
.passenger_form .passenger_row .accordion-item .accordion-body {
  padding: 0px 17px;
}
.passenger_form .passenger_row .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #B31F24;
  font-weight: bold;
}
.passenger_form .passenger_row .btn-group {
  width: 100%;
}
.passenger_form .passenger_row .btn-group .btn {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.passenger_form .passenger_row .btn-group .btn-check:checked + .btn {
  background-color: #B31F24;
  border-color: #B31F24;
  color: #fff;
}
.passenger_form .passenger_row .btn-group .btn-outline-primary {
  border-color: #f5f5f5;
  color: #646464;
}
.passenger_form .accordion-header {
  padding: 4px 4px 8px 4px;
}
.passenger_form .accordion-header .accordion-button {
  background-color: #fff;
}
.passenger_form .accordion-header .accordion-button::after {
  display: none;
}
.passenger_form .form-floating > .form-control::-moz-placeholder {
  opacity: 1;
  color: #3D3C3C;
}
.passenger_form .form-floating > .form-control::placeholder {
  opacity: 1;
  color: #3D3C3C;
}
.passenger_form .form-floating label {
  padding-top: 8px;
  font-size: 13px;
}
.passenger_form .form-floating > .form-control,
.passenger_form .form-floating > .form-control:focus,
.passenger_form .form-floating > .form-control-plaintext {
  padding: 1.9rem 0.75rem 1rem;
  font-size: 15px;
}
.passenger_form .form-floating > label {
  transform: none !important;
}
.passenger_form .accordion-button:focus {
  box-shadow: none;
}

.psg-page .ui-datepicker {
  background-color: #fff;
  left: 0 !important;
  padding-bottom: 150px;
  top: 300px !important;
  z-index: 99999 !important;
}
.psg-page .ui-datepicker .ui-datepicker-prev::before {
  left: 13px;
}
.psg-page .ui-datepicker .ui-datepicker-next::before {
  right: 13px;
}
.psg-page .ui-datepicker-buttonpane {
  z-index: 999999;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  border: 0;
  height: 57px;
  padding: 0;
  padding-bottom: 10px;
}
.psg-page .ui-datepicker-buttonpane button {
  width: 40%;
  border-radius: 25px;
  height: 37px;
  margin: 0 auto !important;
  margin-top: 10px !important;
  font-size: 14px;
  background-color: #B31F24;
  color: #fff;
  border-color: #B31F24;
  font-weight: bold;
}

.iti--inline-dropdown:not(.iti--container) .iti__dropdown-content {
  z-index: 9999 !important;
}

.other-category {
  background-color: #FFD8DF;
}

.iti__search-input-wrapper,
.iti__search-icon {
  display: none !important;
}

.for_native_version .some_shadow,
.for_native_app .some_shadow {
  padding: 0;
}
.for_native_version .wrraper .booking_list,
.for_native_app .wrraper .booking_list {
  height: calc(100dvh - 185px);
}
.for_native_version .noPadding_native,
.for_native_app .noPadding_native {
  padding: 0;
}
.for_native_version .wrraper .profile_main,
.for_native_app .wrraper .profile_main {
  margin-top: 5px;
}
.for_native_version .header.for_search_page,
.for_native_app .header.for_search_page {
  display: none;
}
.for_native_version .inner_pages_content,
.for_native_app .inner_pages_content {
  border-radius: 0px 0px 0px 0px;
}
.for_native_version .overlapOne_header,
.for_native_app .overlapOne_header {
  margin-top: 0;
  height: calc(100dvh - 0px);
  overflow-x: hidden;
}
.for_native_version .footer,
.for_native_app .footer {
  display: none !important;
}
.for_native_version .nopadding_native,
.for_native_app .nopadding_native {
  padding: 0;
}
.for_native_version .listing-scroll,
.for_native_app .listing-scroll {
  height: unset;
  margin-top: 0px;
  padding-bottom: 10px;
}
.for_native_version .ui-datepicker,
.for_native_app .ui-datepicker {
  padding: 0px 0;
}
.for_native_version .inner-content,
.for_native_app .inner-content {
  height: 100dvh;
  margin-top: 0;
  max-width: 100%;
  padding-bottom: 60px;
}

.booking-form-floating::after {
  border-radius: 5px;
}

/*----lazyload------*/
.lazyLoad .card-wrap .title-of-card,
.lazyLoad .insurance-modify-search .row .col-4:nth-child(even),
.lazyLoad .card-wrap .detail-of-card .detination,
.lazyLoad .card-wrap .detail-of-card .days,
.lazyLoad .card-wrap .tax-and-charges-detail .tax-charge,
.lazyLoad .card-wrap .subscription-detail,
.lazyLoad .main-hero-banner,
.lazyLoad .inner-content .detail-content .detail-card ul,
.lazyLoad .fare-details,
.lazyLoad .subscribe-tag,
.lazyLoad .booking-form-floating,
.lazyLoad .booking_row_link,
.lazyLoad .buttons_action,
.lazyLoad .insurance-info,
.lazyLoad .fare_info {
  position: relative;
}
.lazyLoad .card-wrap .title-of-card:after,
.lazyLoad .insurance-modify-search .row .col-4:nth-child(even):after,
.lazyLoad .card-wrap .detail-of-card .detination:after,
.lazyLoad .card-wrap .detail-of-card .days:after,
.lazyLoad .card-wrap .tax-and-charges-detail .tax-charge:after,
.lazyLoad .card-wrap .subscription-detail:after,
.lazyLoad .main-hero-banner:after,
.lazyLoad .inner-content .detail-content .detail-card ul:after,
.lazyLoad .fare-details:after,
.lazyLoad .subscribe-tag:after,
.lazyLoad .booking-form-floating:after,
.lazyLoad .booking_row_link:after,
.lazyLoad .buttons_action:after,
.lazyLoad .insurance-info:after,
.lazyLoad .fare_info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 3.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: lazyLoad;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 200% 100%;
}
.lazyLoad .insurance-modify-search .row .col-4:nth-child(odd),
.lazyLoad .card-wrap .detail-of-card .date,
.lazyLoad .card-wrap .tax-and-charges-detail .pkr-detail,
.lazyLoad .fancy_title,
.lazyLoad .bookings .status_buttons .btn {
  position: relative;
}
.lazyLoad .insurance-modify-search .row .col-4:nth-child(odd):after,
.lazyLoad .card-wrap .detail-of-card .date:after,
.lazyLoad .card-wrap .tax-and-charges-detail .pkr-detail:after,
.lazyLoad .fancy_title:after,
.lazyLoad .bookings .status_buttons .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 3.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: lazyLoad-dark;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #c9c9c9 10%, #acacac 18%, #cccccc 33%);
  background-size: 200% 100%;
}

@keyframes lazyLoad {
  0% {
    background-position: -200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@keyframes lazyLoad-dark {
  0% {
    background-position: -200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.footer {
  z-index: 1;
}

.basic {
  background-color: #F8F9FA;
}

.silver {
  background-color: #E9ECEF;
}

.gold {
  background-color: #FFF3CD;
}

.platinum {
  background-color: #E2F3F5;
}

.diamond {
  background-color: #D6F5FF;
}

.executive {
  background-color: #E8E3FF;
}

.elite {
  background-color: #E8F8E8;
}

.vip {
  background-color: #FFE5EC;
}

.wrraper .user_profile {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.wrraper .profile_main {
  margin-top: 10px;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  margin: 5px;
  border: 0;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.wrraper .profile_main .form-floating .form-control {
  color: #000;
  font-size: 14px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
}
.wrraper .profile_main .form-floating .form-control:focus {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.wrraper .booking_list {
  height: calc(100dvh - 295px);
  overflow-y: auto;
  padding: 5px;
}
.wrraper .bookings .form-select:focus {
  border-color: #dee2e6;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
}
.wrraper .bookings .status_buttons {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.wrraper .bookings .status_buttons .btn {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.06);
  width: 40%;
  margin: 0 10px;
  border: 0;
  background-color: #fff;
  color: #9F9D9D;
}
.wrraper .bookings .status_buttons .btn.active {
  background-color: #FFC619;
  color: #B31F24;
}
.wrraper .booking_row_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.wrraper .booking_row_link .booking_row {
  position: relative;
  border: 1px solid #F5F5F5;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.wrraper .booking_row_link .booking_row .remove_wishlist {
  position: absolute;
  top: 0;
  right: 18px;
  display: block;
  width: 100px;
  height: 25px;
  align-content: center;
  text-align: center;
}
.wrraper .booking_row_link .booking_row .location {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrraper .booking_row_link .booking_row .location h3 {
  max-width: 70%;
  flex: 0 0 70%;
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.wrraper .booking_row_link .booking_row .location small {
  font-size: 2.5vw;
}
.wrraper .booking_row_link .booking_row ul {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 14px;
  margin-left: -5px;
  margin-right: -5px;
}
.wrraper .booking_row_link .booking_row ul li {
  font-size: 3vw;
  border-radius: 15px;
  color: #8A8686;
  font-size: 11px;
  width: 100%;
  text-align: center;
}
.wrraper .booking_row_link .booking_row ul li span {
  display: block;
  background-color: #efefef;
  color: #000000;
  margin-bottom: 5px;
  padding: 2px 2px;
  border: 1px solid #ccc;
}
.wrraper .booking_row_link .booking_row ul li img {
  width: 13px;
  height: 13px;
  vertical-align: sub;
  margin-right: 2px;
}
.wrraper .booking_row_link .booking_row.cancel {
  background-color: rgba(255, 0, 4, 0.1);
  box-shadow: 0px 0px 3px 1px rgba(255, 0, 4, 0.5);
}
.wrraper .booking_row_link .booking_row ul.list-unstyled {
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.wrraper .booking_row_link .booking_row ul.list-unstyled li {
  width: 33%;
  margin-bottom: 5px;
}
.wrraper .booking_row_link .booking_row {
  /* Default styling for all spans */
}
.wrraper .booking_row_link .booking_row ul.list-unstyled li span {
  height: 36px;
  align-items: center;
  align-content: center;
}
.wrraper .booking_row_link .booking_row ul.list-unstyled li span {
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
}
.wrraper .booking_row_link .booking_row ul.list-unstyled li:first-child span, .wrraper .booking_row_link .booking_row ul.list-unstyled li:nth-child(4) span {
  border-left: 1px solid #ccc;
}
.wrraper .booking_row_link .booking_row ul.list-unstyled li:last-child span, .wrraper .booking_row_link .booking_row ul.list-unstyled li:nth-child(3) span {
  border-right: 1px solid #ccc;
}
.wrraper .booking_row ul li .list_data {
  background-color: #fff !important;
}

.cancel_S {
  background-color: rgba(255, 0, 4, 0.1) !important;
}

.booking_row_link {
  transition: all 0.5s ease;
}
.booking_row_link:hover {
  transform: scale(0.99);
}

.form-floating > label {
  z-index: 0 !important;
}

.btn-align {
  display: flex;
  align-items: center;
}

.buttons_action {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
  margin: 15px -5px;
  margin-top: 0;
}
.buttons_action .btn {
  background-color: #B31F24;
  color: #fff;
  font-size: 2.5vw;
  margin: 0 5px;
  width: 100%;
  align-content: center;
  border-radius: 6px !important;
  padding: 6px 0;
}
.buttons_action .btn i {
  margin-bottom: 2px;
  display: block;
  font-size: 3vw;
  margin: 0 auto;
}
.buttons_action .btn.disabled_btn {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #d6d4d4;
  background-color: #959595;
}
.buttons_action .btn.btn-pay-now {
  animation: glowing 1500ms infinite;
}
.buttons_action .btn.btn-pay-now.disabled_btn {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #d6d4d4;
  background-color: #959595;
  animation: none;
}
.buttons_action .btn:hover {
  background-color: #FFC619;
  color: black;
}

.fare_info {
  border-radius: 10px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.11);
  padding: 10px;
  margin-bottom: 25px;
}
.fare_info h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #B31F24;
  font-weight: 600;
}
.fare_info .table th {
  text-align: left;
  font-size: 13px;
}
.fare_info .table td {
  text-align: right;
  font-size: 13px;
}
.fare_info:last-child {
  margin-bottom: 10px;
}

.table {
  margin-bottom: 0;
}

.insurance-info {
  padding: 8px;
  margin: 0px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8vw;
  color: #B31F24;
  font-weight: 600;
  border-radius: 6px;
  width: 90%;
}
.insurance-info img {
  height: 27px;
  width: 27px;
  margin-right: 8px;
}

.booking_cancelModal {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.booking_cancelModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.booking_cancelModal .modal-body {
  text-align: center;
}
.booking_cancelModal .modal-body img {
  margin-bottom: 10px;
}
.booking_cancelModal .modal-body p {
  color: #B31F24;
}
.booking_cancelModal .modal-footer {
  justify-content: center;
  border: 0;
  flex-wrap: nowrap;
  padding-top: 0;
}
.booking_cancelModal .modal-footer .btn {
  width: 100%;
  border-radius: 0;
  margin: 0;
}
.booking_cancelModal .modal-footer .btn.btn-secondary {
  background-color: #B31F24;
  color: #fff;
  border-color: #B31F24;
}
.booking_cancelModal .modal-footer .btn.btn-primary {
  background-color: #fff;
  border-color: #B31F24;
  color: #B31F24;
}

.booking_cancelModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.booking_cancel {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: auto;
  width: auto;
  z-index: 999;
  text-align: center;
}

body.outer_iframechanges .header,
body.outer_iframechanges footer {
  display: none !important;
}

.disabled-btn {
  background-color: #666 !important;
}

.insurance-search-btn-wrapper {
  position: relative;
}

.insurance-search-btn-wrapper .insurance-btn-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  gap: 6px;
  pointer-events: none;
}

.insurance-btn-dots.loading {
  opacity: 1;
  visibility: visible;
}

.insurance-search-btn-wrapper .insurance-btn-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  animation: insurance-btn-bounce 1.2s infinite ease-in-out;
}

.insurance-search-btn-wrapper .insurance-btn-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.insurance-search-btn-wrapper .insurance-btn-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

.search-btn.loading,
.search-btn.loading:disabled {
  opacity: 1 !important;
}

.search-btn.loading .button-text {
  display: none;
}

@keyframes insurance-btn-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  body {
    height: unset !important;
    position: relative;
  }
  .travel_search .row .col-lg-2 {
    width: 20%;
  }
  .travel_search .row .col-lg-2.ind {
    width: 16.6%;
  }
  .travel_search .row .col-lg-2.fam {
    width: 14.2%;
  }
  .right_section_top_proceed {
    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 !important;
  }
  .right_section_top_proceed h3 {
    font-size: 20px;
  }
  .right_section_top_proceed .pay-desk {
    display: flex;
    justify-content: space-between;
  }
  .right_section_top_proceed .cus-rad,
  .right_section_top_proceed .book_now .btn {
    border-radius: 22px !important;
    margin-top: 10px;
  }
  .right_section_top_proceed .book_now {
    background-color: #fff;
  }
  .right_section_top_proceed .book_now p,
  .right_section_top_proceed .book_now .total_nights,
  .right_section_top_proceed .book_now .total_nights span {
    color: #000;
    font-weight: 500;
  }
  .fare_info {
    margin-top: 12px;
  }
  .fare_info .table th,
  .fare_info .table td {
    font-size: 14px;
  }
  .overlapOne_header {
    height: unset;
    margin-top: 90px;
    box-shadow: none;
  }
  .overlapOne_header.some_shadow {
    height: unset;
    margin-bottom: 0;
  }
  .travel_search .submit_search .btn {
    width: 80%;
    height: 62px;
  }
  .btn.red_btn {
    border-radius: 14px;
  }
  .listing-scroll {
    height: unset;
    margin-top: 90px;
  }
  .scroll-content {
    overflow: hidden;
    position: unset;
  }
  .insurance-modify-search .input-group .form-control,
  .insurance-modify-search .input-group label {
    font-size: 14px;
    padding-top: 8px;
  }
  .insurance-modify-search .row .col-4 {
    width: 16%;
  }
  .insurance-modify-search {
    width: 75%;
    margin: 0 auto;
  }
  .insurance-modify-search .input-group label img {
    width: 18px;
    height: 18px;
  }
  .insurance-modify-search .btn {
    font-size: 14px;
  }
  .card-wrap {
    width: 75%;
    margin: 20px auto;
  }
  .card-wrap .title-of-card {
    font-size: 20px;
  }
  .card-wrap .detail-of-card {
    font-size: 14px;
  }
  .card-wrap .detail-of-card .tax-charge i {
    font-size: 14px;
  }
  .card-wrap .tax-and-charges-detail .pkr-detail .strike-through {
    font-size: 15px;
  }
  .card-wrap .tax-and-charges-detail .pkr-detail .amount {
    font-size: 20px;
  }
  .card-wrap .tax-and-charges-detail .pkr-detail .person-detail {
    font-size: 12px;
  }
  .card-wrap .tax-and-charges-detail .tax-charge i {
    font-size: 14px;
  }
  .card-wrap .subscription-detail {
    font-size: 14px;
  }
  .modal .modal-dialog {
    height: 80%;
    margin: 0 auto;
  }
  .days-header span,
  .day {
    width: 65px;
    height: 65px;
  }
  .pass_row .left_area h4 span {
    font-size: 12px;
  }
  .pass_row .right_area {
    width: 30%;
  }
  .pass_row .right_area .form-control {
    width: unset;
  }
  .pass_row .right_area .input-group {
    flex-wrap: nowrap;
  }
  .pass_row .right_area .input-group-btn .btn {
    padding: 6px 12px;
  }
  .bottom_last .book_now p {
    font-size: 15px;
  }
  .modal-footer.bottom_last .total_nights {
    font-size: 18px;
  }
  .ui-datepicker td {
    padding: 6px 12px;
  }
  .detination img,
  .date img,
  .days img {
    width: 20px;
    margin-bottom: 4px;
  }
  .traveler_insurance_modal {
    background-color: hsla(0, 0%, 100%, 0.5);
  }
  .modal.show .modal-dialog {
    transform: translateY(0);
    top: 10%;
  }
  .fancy_title h2 i {
    font-size: 16px;
  }
  .inner-content .detail-content .detail-card ul li {
    font-size: 14px;
  }
  .subscribe-tag {
    font-size: 15px;
  }
  .inner-content {
    height: unset;
    margin-top: 100px;
    box-shadow: none;
    max-width: 85%;
    overflow: hidden;
  }
  .main-hero-banner {
    height: 250px;
  }
  .main-hero-banner .row {
    height: 100%;
  }
  .main-hero-banner .row .hero-banner-content {
    text-align: unset;
    padding-left: 40px;
  }
  .main-hero-banner .row .hero-banner-content a {
    font-size: 18px;
    margin-left: 9px;
    margin-top: 14px;
  }
  .main-hero-banner .row .hero-banner-content h1 {
    font-size: 30px;
    padding-left: 20px;
  }
  .main-hero-banner .hero-banner {
    height: 248px;
    width: unset;
  }
  .main_wrap {
    display: flex;
  }
  .main_wrap .left_section_top {
    width: 70%;
  }
  .main_wrap .right_section_top {
    width: 30%;
    margin: 12px;
    height: -moz-fit-content;
    height: fit-content;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .bottom_last {
    position: unset;
  }
  .book_now p {
    font-size: 15px;
    line-height: 20px;
  }
  .book_now .btn:hover {
    background-color: #FFC619;
    color: #000;
  }
  .modal-footer.bottom_last .total_nights span {
    font-size: 14px;
  }
  .fare-details {
    padding: 10px 0px 0px;
  }
  .fare-details h2 {
    margin-left: 10px;
  }
  .psg-page .ui-datepicker {
    width: 408px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 510px !important;
  }
  .user_profile {
    text-align: center !important;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    width: 75% !important;
    margin: 15px auto !important;
  }
  .bookings .status_buttons .btn {
    width: 20% !important;
  }
  .profile_main .btn {
    font-size: 17px;
  }
  .booking_row .location h3 {
    font-size: 20px !important;
  }
  .booking_row .location small {
    font-size: 13px !important;
  }
  .booking_row .location small strong {
    font-size: 10px !important;
  }
  .booking_row ul li {
    font-size: 14px;
  }
  .booking_row ul li span {
    font-size: 17px;
    padding: 7px;
    height: 40px;
  }
  .booking_row ul li img {
    height: 18px;
    width: 18px;
  }
  .booking_list {
    height: unset !important;
    overflow: unset;
  }
  .booking-form-floating > .form-select {
    font-size: 16px;
    width: 60%;
    margin: 0 auto;
  }
  .booking-form-floating > label {
    font-size: 16px;
    left: 186px;
  }
  .booking-form-floating > label {
    font-size: 16px;
    left: 218px;
  }
  .main-wrap {
    width: 85%;
    margin: 0 auto;
  }
  .booking_row ul.list-unstyled {
    flex-wrap: nowrap !important;
  }
  .booking_row ul li:last-child span {
    border-left: none !important;
  }
  .booking_row ul li:nth-child(3) span {
    border-right: none !important;
  }
  .wrraper {
    padding-bottom: 20px;
  }
  .buttons_action {
    width: 60%;
    margin: 15px auto;
  }
  .buttons_action .btn {
    font-size: 14px;
  }
  .buttons_action .btn i {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .insurance-info {
    width: 40%;
    font-size: 18px;
  }
}
body.outer_iframechanges .overlapOne_header {
  margin-top: 6px !important;
  padding-bottom: 0 !important;
}

body.outer_iframechanges .header_contain {
  max-width: 1199px !important;
}

html:has(body.outer_iframechanges) {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */