.flight-container {
  height: 400px;
  bottom: -200px;
  position: absolute;
  padding: 50px;
}

.flight-form-group {
  background-color: #e6e6fa;
  font-weight: 500;
}

.flight-form-control {
  width: 100%;
  outline: none;
  border: none;
  background-color: #e6e6fa;
  color: var(--primary-color);
  font-size: 1rem;
}

.flight-form-info {
  font-size: 12px;
}

.flight-cabin {
  outline: none;
  border: none;
  background-color: #f0f8ff;
  border-radius: 5px;
  color: var(--primary-color);
}
.hero-bg {
  background-image: url(../images/aeroplane-blurry-bright-city-lights.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  height: 60vh;
}

.autocomplete-wrapper {
  position: relative;
  width: 100% !important;
}
.autocomplete-wrapper input {
  width: 100% !important;
}

.autocomplete-results {
  position: absolute;
  background: white;
  z-index: 998;
  top: 100%;
  left: 0;
  font-size: 13px;
  border: solid 1px #ddd;
  border-top-width: 0;
  border-bottom-color: #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.autocomplete-result {
  padding: 12px 15px;
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

.autocomplete-result:last-child {
  border-bottom-width: 0;
}

.autocomplete-location {
  opacity: 0.8;
  font-size: smaller;
}

.autocomplete-results[data-highlight="0"] > :nth-child(1) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="1"] > :nth-child(2) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="2"] > :nth-child(3) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="3"] > :nth-child(4) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="4"] > :nth-child(5) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="5"] > :nth-child(6) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="6"] > :nth-child(7) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight="7"] > :nth-child(8) {
  color: white;
  background: #26c9ff;
  border-bottom-color: #26c9ff;
  outline: solid 1px #00b6f2;
}

.iti {
  width: 100% !important;
}

.iti__country-list--dropup {
  width: 250px !important;
  overflow-x: hidden;
  overflow-y: auto; /* optional: scroll vertically */
  white-space: normal !important; /* allows wrapping */
  word-break: break-word; /* legacy support */
  overflow-wrap: break-word;
}

.container {
  width: 90%;
  margin: auto;
  padding: 50px 0;
}

.wa {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

@media (max-width: 467px) {
  .iti-mobile .iti__country-list {
    height: 300px !important;
    width: 250px !important;
    bottom: 100px !important;
    left: 50px !important;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
@media (min-width: 467px) and (max-width: 768px) {
  .iti-mobile .iti__country-list {
    height: 300px !important;
    width: 300px !important;
    bottom: 100px !important;
    left: 60px !important;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

@media (min-width: 768px) and (max-width: 1700px) {
  .iti-mobile .iti__country-list {
    height: 300px !important;
    width: 300px !important;
    bottom: 100px !important;
    left: 200px !important;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
