.header-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 1.2s ease;
  position: relative;
}

#footer {
  background-image: url(./assets/footer-group_mobile.png);
}
@media (min-width: 768px) {
  #footer {
    background-image: url(./assets/footer-group_tablet.png);
  }
}
@media (min-width: 992px) {
  #footer {
    background-image: url(./assets/footer-group.png);
  }
}

#closeTopAdsBtn {
  top: 0;
  right: 16px;
}

#controlHeroBanner {
  right: 16px;
}
@media (min-width: 992px) {
  #controlHeroBanner {
    left: 16px;
    right: auto;
    bottom: 12px;
  }
}

#heroBannerLine {
  height: 4px;
  background-color: #98A2B3;
  bottom: 0;
}
#heroBannerLine .active {
  background-color: #64AF53;
  position: relative;
  height: 4px;
  transition: width 0.5s ease-in-out;
  display: block;
}

.paginate-icons {
  width: 4px;
  height: 8px;
}

.bamboo-light-bg {
  background-color: #B1D7A9;
}

.bamboo-text-primary {
  color: #00558F;
}

.header-container .btn-de-success {
  background-color: #ffffff;
  padding: 0.82rem 1.125rem;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #327C23;
  border-radius: 0.5rem;
  border: 1px solid #D0D5DD;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-container .btn-de-success {
    font-size: 14px;
    line-height: 16px;
    padding: 0.438rem 0.9rem;
  }
}

.header-container .btn-de-success svg {
  fill: #4B843F !important;
  margin-left: 0.6rem;
}

.header-container .btn-de-success:hover {
  background: #F9FAFB;
  color: #325729;
}

.header-container .btn-de-success:hover svg {
  fill: #325729 !important;
}

body:not(.has-control-menu) .header-container:not(.not-homepages) #bamboo-menu-navbar {
  z-index: 1040;
}

.header-container:not(.not-homepages) #bamboo-menu-navbar {
  position: relative;
}
.header-container:not(.not-homepages) #bamboo-menu-navbar:not(.bg-light):before {
  content: "";
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, #FFFFFF 23.98%, rgba(255, 255, 255, 0) 100%);
  height: 128px;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .header-container:not(.not-homepages) #bamboo-menu-navbar:not(.bg-light):before {
    height: 155.81px;
    background: linear-gradient(180deg, #FFFFFF 23.98%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1025px) {
  .header-container:not(.not-homepages) #bamboo-menu-navbar:not(.bg-light):before {
    height: 269px;
    background: linear-gradient(180deg, #FFFFFF 23.98%, rgba(255, 255, 255, 0) 100%);
  }
}

#bamboo-menu-navbar .navbar-light .navbar-nav .nav-link {
  color: #344054;
}

#bamboo-menu-navbar .navbar-light .navbar-nav .show > .nav-link,
#bamboo-menu-navbar .navbar-light .navbar-nav .active > .nav-link,
#bamboo-menu-navbar .navbar-light .navbar-nav .nav-link.show,
#bamboo-menu-navbar .navbar-light .navbar-nav .nav-link.active {
  color: #4B843F;
}

#bamboo-menu-navbar .navbar {
  padding: 1.282rem 0;
}

div#wrapper {
  overflow: hidden;
}

.header-header-1 {
  padding-top: 7.1rem;
  color: #FFFFFF;
  text-shadow: 0 12px 16px rgba(16, 24, 40, 0.08), 0 4px 6px rgba(16, 24, 40, 0.03);
  font-family: "Maven Pro";
  max-width: 400px;
  transition: all 1.2s ease;
}
@media (min-width: 768px) {
  .header-header-1 {
    max-width: 500px;
  }
}

.booking-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.nav-link {
  cursor: pointer;
}

.nav-tabs .nav-link.active.show {
  background-color: #ffffff;
}

.nav-tabs .nav-link {
  background: rgba(16, 24, 40, 0.6);
  border-radius: 0;
  padding: 18px 24px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-tabs .nav-link svg {
  fill: #FCFCFD;
  margin-right: 8px;
}

.nav-tabs .nav-link.active svg {
  fill: #00558F;
}

li.nav-item {
  flex: 1;
  text-align: center;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FCFCFD;
}

.nav-tabs li.nav-item a {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FCFCFD;
  width: 100%;
}
.nav-tabs li.nav-item a.active {
  color: #00558F;
}

#search-prepend {
  height: 48px;
}

.menu-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  color: #344054;
}

.navbar-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
}

.form-search {
  /*border-radius: 16px;*/
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
  /*overflow: hidden;*/
  z-index: 2;
  position: relative;
}

.tab-content {
  background-color: #fff;
  border-radius: 0 0 16px 0;
}

div.form-block-div {
  padding-bottom: 24px;
}

div.form-block-div > .row {
  padding: 0 32px;
}

form.form-block:not(#checkinForm) {
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  #checkinForm {
    display: flex;
    align-items: flex-end;
  }
  #checkinForm > div:not(.submit) {
    flex: 1;
  }
  #checkinForm > .submit {
    flex: 0 0 168px;
  }
}
form.form-block > .row {
  padding: 0 24px;
}

ul.nav-tabs {
  border-bottom: 1px solid #EAECF0 !important;
  padding-bottom: 1px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  #booking-mask-header-title-container ul.nav-tabs .nav-tabs .nav-link.active {
    color: #00558F;
  }
}
.form-groups {
  background: #F9FAFB;
  border: 1px solid #D0D5DD;
  border-radius: 4px 0 0 4px;
}

.payment-methods {
  border-bottom: 1px solid #EAECF0;
}

.payment-methods .form-check.form-check-inline {
  margin-right: -0.2rem;
}
@media (max-width: 767px) {
  .payment-methods .form-check.form-check-inline {
    flex: 1;
  }
}

.payment-methods input:checked {
  border: none;
  outline: 2px solid #00558F;
}

.payment-methods input:checked + label {
  color: #00558F;
  border-bottom: 2px solid #00558F;
}

.payment-methods label {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #667085;
  padding: 11px 24px 9px;
  border-bottom: 2px solid transparent;
}

.list-radio.payment-methods:not(.choose-location) {
  padding: 0;
}
@media (min-width: 768px) {
  .list-radio.payment-methods:not(.choose-location) {
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-radio.payment-methods:not(.choose-location) {
    justify-content: flex-start;
  }
}

.list-radio.flight-type {
  padding: 24px 24px 12px;
}

.flight-type label.form-check-label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #344054;
  white-space: nowrap;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .flight-type label.form-check-label {
    color: #667085;
  }
}

.form-check.form-check-inline {
  margin-right: 1.2rem;
  align-items: center;
}

.flight-type input {
  border: 1px solid #667085;
  width: 16px;
  height: 16px;
  margin-right: 8px !important;
}
@media (min-width: 768px) {
  .flight-type input {
    margin-right: 4px !important;
  }
}

.flight-type input:checked {
  background: #E6EEF4;
  border: 1px solid #00558F;
}

.form-groups input {
  background-color: #F9FAFB !important;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #344054;
  outline: none !important;
  box-shadow: none !important;
  height: auto;
}

label.col-form-label.text-uppercase {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #667085;
  padding: 0;
}

input#promo-code {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #344054;
  background: #F2F4F7;
  border-radius: 4px;
  padding: 6px 16px;
  box-shadow: none;
  border: none;
  height: 2.25rem;
}

.header-container .btn-bamboo {
  background-color: #327C23;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem !important;
}

.btn-bamboo-image {
  background-image: url(./assets/background-btn.png) !important;
  background-position: right bottom !important;
  background-size: 48px !important;
  background-repeat: no-repeat !important;
}

.nav-item .nav-link {
  white-space: nowrap;
}

.form-check.form-check-inline, .form-check.form-check-inline > * {
  cursor: pointer;
}

.col-3.border.d-flex.flex-column {
  padding: 8px 18px 10px;
}

form.form-block > .row:not(.field) {
  margin-bottom: 16px;
}

.field-bottom label.form-check-label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #667085;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  width: 44px;
  height: 24px;
}

.slider.round:before {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
}

.width-profile {
  width: 400px;
}

.form-search .position-absolute {
  z-index: 1;
  top: calc(100% + 16px);
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  border-radius: 16px 0;
  padding: 24px;
  min-width: 456px;
  height: auto;
  left: 0;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.form-search .position-absolute.active {
  top: calc(100% + 8px);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.position-absolute ul {
  list-style: none;
  padding: 0 0 96px;
}

#chooseFromLocation:after,
#chooseToLocation:after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 68px);
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 96px;
}

.search_form {
  position: relative;
  margin-bottom: 16px;
}

.search_form svg {
  position: absolute;
  right: 16px;
  top: calc(50% + 15.5px);
  transform: translateY(-50%);
}

input#search_from {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #667085;
  background: #FFFFFF !important;
  border: 1px solid #D0D5DD !important;
  border-radius: 4px;
  padding: 12px 44px 12px 12px !important;
  outline: none;
  box-shadow: none;
}

.form-search .position-absolute li {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #344054;
  padding: 8px 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-search .position-absolute li .loca-code {
  background: #00558F;
  border-radius: 4px;
  padding: 0 8px;
  color: #FFFFFF !important;
  width: 56px;
  text-align: center;
}
.form-search .position-absolute li .loca-description {
  width: 100%;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 150%;
  color: #667085 !important;
  margin-top: 4px;
}

.form-search .position-absolute li.selected,
.form-search .position-absolute li:hover {
  background: #E6EEF4;
  border-radius: 4px;
}

.form-search .position-absolute span:not(.name):not(.loca-name) {
  font-weight: 600;
  color: #00558F;
}

.lists-location {
  padding: 0 16px 0 0;
  max-height: 373px;
  overflow-y: auto;
  margin-top: 16px;
}

.lists-location::-webkit-scrollbar {
  width: 4px;
}

/* scrollbar track */
.lists-location::-webkit-scrollbar-track {
  background: #EAECF0;
}

/* scrollbar handle */
.lists-location::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #D0D5DD;
}

.search_form label.col-form-label.text-uppercase {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #344054;
  margin-bottom: 8px;
}

.trending .title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #667085;
}

span.location-code {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  background: #00558F;
  border-radius: 4px;
  padding: 0px 8px;
  position: absolute;
  right: 20px;
  bottom: 7px;
}

span.name {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #667085;
  padding: 2px 8px;
  background: #F2F4F7;
  border-radius: 20px;
  margin-bottom: 8px;
  display: inline-flex;
  margin-right: 8px;
}

.trending {
  margin-bottom: 8px;
}

.select-points {
  padding: 24px 20px 0;
}
@media (min-width: 768px) {
  .select-points {
    padding: 24px 32px 0;
  }
}

.select-points div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.card-image {
  flex: 0 0 144px;
  height: 90px;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1.6;
}
@media (min-width: 768px) {
  .card-image {
    flex: 0 0 168px;
    height: 105px;
  }
}

.info {
  flex: 0 0 100%;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .info {
    margin-top: 0;
    flex: 1;
  }
}

.info-name {
  margin-bottom: 12px;
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #344054;
}
@media (min-width: 768px) {
  .info-name {
    margin-bottom: 16px;
  }
}

h6.info-name span {
  color: #00558F;
}

ul.info-description {
  list-style: none;
  padding: 0;
  flex: 0 0 100%;
  margin-bottom: -8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.info-description li {
  flex: 0 0 100%;
  margin-bottom: 8px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #667085;
}
ul.info-description li span {
  color: #344054;
  font-weight: 600;
}
@media (min-width: 480px) {
  ul.info-description li {
    flex: 0 0 calc(50% - 24px);
  }
}
@media (min-width: 768px) {
  ul.info-description li {
    flex: 0 0 calc(33.3333333333% - 24px);
  }
}

.position-absolute.passenger {
  padding: 16px;
  min-width: 468px;
  left: auto;
  right: 0;
}

.position-absolute.passenger svg {
  fill: #667085;
}

.increase-qty.disable svg {
  fill: #D0D5DD;
}

.passenger,
.passenger > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}

.passenger:not(.position-absolute) > div {
  flex: 0 0 calc(33.3333333333% - 30px);
  max-width: calc(33.3333333333% - 30px);
  align-items: center;
}

.form-groups input#adultInput,
.form-groups input#childInput,
.form-groups input#infantInput {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #00558F;
  max-width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent !important;
}

.passenger:not(.position-absolute) > div > div {
  flex: 0 0 calc(100% - 56px);
  max-width: calc(100% - 56px);
  padding-bottom: 21px;
}

span.increase-qty {
  cursor: pointer;
}

span.note {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #667085 !important;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.increase-qty + div > span {
  margin: 0 auto;
  text-transform: capitalize;
}

#searchBookingForm #to, #searchBookingForm #from {
  padding-right: 73px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 991px) and (min-width: 768px) {
  #search-flight-submit-btn .btn-bamboo {
    height: 50% !important;
  }
  .form-groups .border-right-tablet-none {
    border-right: none !important;
  }
  .form-groups .border-bottom-tablet {
    border-bottom: 1px solid #d0d5dd !important;
  }
  #searchBookingForm .form-groups {
    padding: 0 12px !important;
  }
}
@media (max-width: 767px) {
  #searchBookingForm .form-groups {
    padding: 0 12px !important;
  }
  .form-groups .border-right-mobile-none {
    border-right: none !important;
  }
  .form-groups .border-bottom-mobile:not(.border-bottom-mobile-none) {
    border-bottom: 1px solid #d0d5dd !important;
  }
  #search-flight-submit-btn .btn-bamboo {
    height: 62px !important;
  }
  .form-book-flight > div {
    height: 62px;
    justify-content: center;
  }
  .payment-methods label {
    padding: 18px !important;
    width: 100%;
    text-align: center;
  }
  .list-radio.payment-methods {
    padding: 0;
  }
  #searchBookingForm, #check-in > .form-block-div, #manageBookingForm {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    bottom: -100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  .form-search-only-header .tab-content .tab-pane {
    display: block !important;
  }
  .form-search-only-header .tab-content .tab-pane:after {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  .form-search-only-header .tab-content .tab-pane.active:after {
    opacity: 1;
    visibility: visible;
  }
  .form-search-only-header .tab-content .tab-pane.active #searchBookingForm, .form-search-only-header .tab-content .tab-pane.active#check-in > .form-block-div,
  .form-search-only-header .tab-content .tab-pane.active #manageBookingForm {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  #check-in .list-radio.payment-methods {
    flex-wrap: wrap;
    position: relative;
  }
  #check-in .list-radio.payment-methods:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #D0D5DD;
    bottom: 56px;
  }
  #check-in .list-radio.payment-methods > * {
    flex: 0 0 50%;
  }
  #check-in .list-radio.payment-methods > *:last-child {
    flex: 0 0 100%;
  }
  #manageBookingForm .list-radio.payment-methods {
    flex-wrap: wrap;
    position: relative;
  }
  #manageBookingForm .list-radio.payment-methods:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #D0D5DD;
    bottom: 56px;
  }
  #manageBookingForm .list-radio.payment-methods > * {
    flex: 0 0 100%;
  }
  h3.mb-0 {
    font-family: "Maven Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
  }
}
.form-book-flight > div {
  padding: 9px 15px !important;
}

.content-tab-checkin p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #00558F;
  margin-bottom: 8px;
}

.content-tab-checkin p + p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #667085;
  margin-bottom: 24px;
}

.content-tab-checkin > .col-10 {
  margin-bottom: -16px;
}

.row.content-tab-checkin,
.row.content-tab-my-booking {
  padding-top: 24px !important;
}

.row.content-tab-my-booking {
  margin-bottom: 8px !important;
}

.content-tab-my-booking label.col-form-label.text-uppercase,
.content-tab-checkin label.col-form-label.text-uppercase {
  color: #344054;
  font-size: 14px;
  margin-bottom: 6px;
}

.content-tab-my-booking input:not(.btn-checkin),
.content-tab-checkin input:not(.btn-checkin) {
  border: 1px solid #D0D5DD !important;
  border-radius: 4px;
  padding: 11px 12px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #667085;
  width: 100%;
  margin-bottom: 0;
  min-height: 48px;
  box-shadow: none !important;
  outline: none;
}

.content-tab-my-booking input:not(.btn-checkin):not([type=submit]):focus,
.content-tab-checkin input:not(.btn-checkin):not([type=submit]):focus {
  border-color: #325729 !important;
  color: #101828;
}

#add-promo-code.remove {
  display: none !important;
}

.content-tab-checkin input:not(.btn-checkin):not(#reservationCode, #lastName, #frequentFlyerProgram) {
  /*margin-bottom: 16px;*/
  padding: 11px 39px;
}

.content-tab-checkin input:not(.btn-checkin)#reservationCode, .content-tab-checkin input:not(.btn-checkin)#lastName, .content-tab-checkin input:not(.btn-checkin)#frequentFlyerProgram, .content-tab-checkin input:not(.btn-checkin)#eTicketNumber, .content-tab-checkin input:not(.btn-checkin)#frequentFlyerNumber {
  padding: 11px 39px 11px 12px;
}

.content-tab-checkin input.select {
  background-image: url(./assets/ArrowDropDownFilled.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.content-tab-checkin .position-absolute {
  padding: 24px;
  top: 100%;
  left: 12px;
  max-width: 408px;
}

.content-tab-checkin .position-absolute.active {
  top: calc(100% - 8px);
}

.content-tab-checkin .list-group {
  list-style: none;
  max-height: 172px;
  overflow-y: auto;
}

.content-tab-checkin .list-group::-webkit-scrollbar {
  width: 4px;
}

/* scrollbar track */
.content-tab-checkin .list-group::-webkit-scrollbar-track {
  background: #EAECF0;
}

/* scrollbar handle */
.content-tab-checkin .list-group::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #D0D5DD;
}

.content-tab-my-booking p {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #344054;
}

.content-tab-my-booking .submit.col-2 + .col-12 {
  margin-top: 24px;
}

.content-tab-my-booking ul {
  list-style: none;
  margin: 0 -8px;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  display: flex;
}

.content-tab-my-booking ul li {
  flex: 1;
  background: #F2F4F7;
  border-radius: 8px;
  display: flex;
  padding: 12px;
  align-items: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #667085;
}

.content-tab-my-booking ul li svg {
  margin-right: 12px;
}

.checkin-type-component {
  width: auto;
}

@media (min-width: 992px) {
  #navbarSupportedContent .menutpl_margin:hover:before {
    content: "";
    position: absolute;
    width: 200vw;
    height: 300px;
    top: 0;
    left: -75vw;
    z-index: -1;
    background-color: #fff;
  }
  .slider-nav button.slick-prev.slick-arrow {
    left: calc(-100% + 12px);
  }
  .promo-code {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .promo-code > label {
    white-space: nowrap;
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar .navbar-collapse#navbarSupportedContent {
    justify-content: end;
  }
}
@media (max-width: 991px) {
  #nav-small-user-name,
  .header-container:not(.not-homepages) #find-and-lang-component {
    justify-content: center !important;
  }
  .payment-methods {
    display: flex;
    align-items: end;
  }
  .payment-methods:not(.choose-location) {
    justify-content: space-between;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .form-search-only-header {
    position: relative;
    left: -45px;
    width: calc(100% + 90px);
  }
  .form-search-only-header form.form-block > .row {
    padding: 0 12px;
    margin-right: 0;
    margin-left: 0;
  }
  ul.nav-tabs, .tab-content {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  div#wrapper {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse#navbarSupportedContent {
    background: #F2F4F7;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 40px;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    position: absolute;
    top: 100%;
    width: calc(100vw - 45px);
    right: -45px;
    height: calc(100vh - 72px);
    z-index: 10;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
  .navbar .navbar-collapse#navbarSupportedContent.show {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .navbar .navbar-collapse#navbarSupportedContent > div {
    order: -1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 74px 0 !important;
  }
  .navbar .navbar-collapse#navbarSupportedContent > div.my-2.my-lg-0 {
    order: -2;
  }
  .navbar .navbar-collapse#navbarSupportedContent > div > div {
    width: 100%;
  }
  .navbar .navbar-collapse#navbarSupportedContent > ul.navbar-nav {
    width: 100%;
    height: calc(100% - 108px);
    overflow-y: auto;
    flex-direction: initial;
    display: block;
  }
  .navbar .navbar-collapse#navbarSupportedContent > ul.navbar-nav > li {
    flex: 0 0 100%;
  }
  .navbar .navbar-collapse#navbarSupportedContent > ul.navbar-nav > li > .menu-link {
    text-align: left;
    font-family: "Maven Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #344054;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .header-container:not(.not-homepages) #find-and-lang-component {
    order: 2;
  }
  .header-container:not(.not-homepages) #find-and-lang-component > .position-relative:first-child {
    position: unset !important;
  }
  .header-container:not(.not-homepages) #find-and-lang-component > .position-relative:first-child .position-relative {
    position: unset !important;
  }
}
@media (max-width: 991px) {
  .header-container:not(.not-homepages) #find-and-lang-component #search-component {
    box-shadow: none !important;
    background-color: transparent !important;
    width: 100%;
    top: 36px;
    display: block !important;
  }
}
@media (max-width: 991px) {
  .header-container:not(.not-homepages) #search-component > div {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  #bamboo-menu-navbar .navbar-toggler {
    padding: 0 !important;
    border: none !important;
    margin-right: 6px;
  }
  #bamboo-menu-navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(0, 85, 143)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  #bamboo-menu-navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M25.3334 8.54675L23.4534 6.66675L16 14.1201L8.54669 6.66675L6.66669 8.54675L14.12 16.0001L6.66669 23.4534L8.54669 25.3334L16 17.8801L23.4534 25.3334L25.3334 23.4534L17.88 16.0001L25.3334 8.54675Z' fill='%2300558F'/%3E%3C/svg%3E");
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse#navbarSupportedContent > div .portlet-body {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  div#bamboo-menu-navbar .navbar {
    height: 72px;
  }
  div#bamboo-menu-navbar .navbar > a {
    padding: 0 !important;
  }
  div#bamboo-menu-navbar .navbar > a #nav_logo {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse#navbarSupportedContent {
    height: calc(100vh - 82px);
  }
  .navbar .navbar-collapse#navbarSupportedContent > div .portlet-body {
    flex-direction: column;
    align-items: flex-end;
  }
  #checkin-submit-button {
    width: 100%;
    margin-top: 16px;
  }
  #search-flight-submit-btn {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .passenger:not(.position-absolute) > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div.child {
    padding-bottom: 24px;
  }
  .promo-code {
    display: flex;
    justify-content: end;
  }
  .promo-code > *:not(:first-child) {
    flex: 1;
  }
  .promo-code > input#promo-code {
    margin-left: 8px;
    transition: all 0.4s ease;
  }
  input#promo-code:not(.active) {
    flex: 0 0 0;
    padding: 0;
    margin: 0;
  }
  .width-profile {
    width: 280px;
  }
  .form-search-only-header {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }
  .form-search-only-header form.form-block > .row {
    padding: 0 12px;
    margin-right: 0;
    margin-left: 0;
  }
  ul.nav-tabs, .tab-content {
    border-radius: 0;
  }
  .form-search-only-header > ul {
    padding: 32px 20px;
    background: #FFFFFF;
  }
  .form-search-only-header > ul {
    padding: 32px 20px;
    background: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    border: none !important;
  }
  .form-search-only-header > ul li {
    flex: 0 0 calc(50% - 10px);
  }
  .form-search-only-header > ul li a.nav-link {
    border: 1px solid #D0D5DD !important;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 17px 5px;
    color: #4B843F !important;
  }
  .form-search-only-header > ul li a.nav-link path {
    fill: #4B843F;
  }
  .form-search-only-header > ul li a.nav-link:focus,
  .form-search-only-header > ul li a.nav-link:hover,
  .form-search-only-header > ul li a.nav-link.active {
    background: #4B843F !important;
    color: #FCFCFD !important;
  }
  .form-search-only-header > ul li a.nav-link:focus path,
  .form-search-only-header > ul li a.nav-link:hover path,
  .form-search-only-header > ul li a.nav-link.active path {
    fill: #FCFCFD;
  }
  .form-search-only-header > ul li:first-child {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .navbar .navbar-collapse#navbarSupportedContent {
    padding: 16px 20px;
    right: -20px;
    width: calc(100vw - 20px);
  }
  .navbar .navbar-collapse#navbarSupportedContent > ul {
    height: calc(100% - 170px) !important;
  }
  .navbar .navbar-collapse#navbarSupportedContent > div {
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 89px 0 !important;
  }
  .header-container:not(.not-homepages) #find-and-lang-component #search-component {
    top: 80px;
  }
  div#bamboo-menu-navbar .navbar {
    height: 60px;
  }
  div#bamboo-menu-navbar .navbar > a {
    padding: 0 !important;
  }
  div#bamboo-menu-navbar .navbar > a #nav_logo {
    width: 160px;
  }
  #bamboo-menu-navbar .navbar {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .flight-type {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flight-type .form-check-inline {
    width: 33.33%;
  }
  #chooseToLocation,
  #frequentFlyerProgramListComponent,
  #chooseFromLocation,
  #choosePassenger {
    min-width: calc(100vw - 88px);
  }
}