.header .header-left, .header .header-right {
    width:20%;
}
ul.main-menu > li > a {
    padding:20px 0 !important;
}
@media (max-width:1400px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
}
.guests-input__options {
    position: absolute;
    z-index: 3;
    top: 2rem;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 0.4rem;
    overflow: hidden;
    height: 0;
    opacity: 0;
    min-width: 18rem;
    transition: all 0.1s linear;
}
.guests-input__options.open {
  opacity: 1;
  height: auto;
  min-height: 200px;
}
.guests-input__options > div {
    padding: 10px 0;
    text-align: center;
}
.guests-input__options > div:first-child, .guests-input__options > div {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem 2rem;
}
.guests-input__options > div:last-child {
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.guests-input__ctrl {
  display: inline-block;
  border: 2px solid var(--bs-primary-bg-subtle);
  font-size: 13px;
  color: var(--bs-primary);
  padding: 2px 7px;
  line-height: 20px;
  border-radius: 0.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
}
.guests-input__ctrl.disabled {
  color: #d8d8d8;
  border-color: #d9dee5;
  cursor: default;
}
.guests-input__value {
  display: inline-block;
  padding: 0 10px;
  width: 100px;
  cursor: default;
}
.guests-input__value span {
  display: inline-block;
  padding-right: 5px;
}
.box-calendar-date.input-daterange::before {
    right: -35px;
    top: 3px;
}
.item-flight.background-card.border-1 {
    /* gap: 35px; */
}
.mobile-menu li > a {
    background: #FFF;
    padding: 15px 20px;
    width: 100%;
    border-radius: 10px;
}
.card-banner-slide-1 h6 {
    text-shadow: 3px 3px #0000009e;
}
.card-banner-slide-1 .card-image::after {
    background: rgb(0 0 0 / 25%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
  .category-link:not(.active) {
    background: #dedede6e;
  }
@media (min-width:1200px) {
  .flight-route {
      /* flex-basis: 25%; */
      justify-content: space-between;
  }
  .flight-price {
      /* flex-grow: 1; */
      justify-content: space-between;
      flex-basis: 50%;
  }
  .box-list-flights .item-flight .flight-price .flight-price-1 {
    flex:1;
  }
}
@media (max-width: 991px) {
    .item-flight.background-card.border-1 {
        flex-direction: row;
        overflow: scroll;
        /* flex-wrap: nowrap; */
    }
    .flight-route {
      /* flex-grow: 1; */
      flex-shrink: 0;
      justify-content: space-between;
    }
    .box-list-flights .item-flight .flight-price .flight-price-1 {
        min-width:200px;
    }
    .box-search-advance {
      .left-top-search {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        gap: 9px;
        flex-wrap: wrap;
      }
      .category-link {
        flex: 10%;
        white-space: nowrap;
        text-align: center;
        margin: 0;
        padding: 8px 10px;
      }
    }
    .box-testimonials-2 {
      padding: 0px 0px 118px 0px;
  }
  .container-media img {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .banner-main h6 {
    font-size:18px;
    line-height: 26px;
  }
  .box-search-advance {
    top: -235px;
    margin-bottom: -208px;
  }
}