.search-bg-color {
  position: relative;
  z-index: 2;
}

.search-visit-form {
  background-color: #061937 !important;
  border-radius: 5px;
  color: #fff;
  padding-bottom: 25px;
}

.flight-heading h5 {
  border-bottom: 3px solid #28b9ff;
  display: inline;
  padding-bottom: 6px;
}
.form-control {
  line-height: 43px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

.search-from-section {
  position: relative;
}
.plane-icon {
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 0;
  left: 15px;
  width: 20px;
  height: 20px;
}
.plane-icon:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  border-left: 1px dashed #006ee3;
  z-index: 9;
  left: 6px;
  top: 22px;
}
.location-where {
  position: absolute;
  bottom: 49%;
  left: 18px;
  width: 20px;
  height: 20px;
}
.swapButon {
  position: absolute;
  top: 43px;
  right: 28px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  border: 1px solid #9da1ae;
  border-radius: 50px;
  background: #fff;
}

.swapButon .roundtrip-icon svg {
  transform: rotate(90deg);
  padding-left: 2px;
  margin-left: 4px;
}
.date-range-left {
  position: relative;
}
.widgeticon {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 20px;
  height: 20px;
}
.date-depart {
  padding-left: 48px;
}

.btn-search {
  font-size: 18px;
  box-shadow: none;
  border-radius: 8px;
  height: 48px;
  background: #ff4600;
  color: #fff;
  border: none;
}
.traveler {
  position: relative;
}
.economy {
  position: relative;
}
.icon-travelers {
  position: absolute;
  top: 15px;
  left: 15px;
}
.bg-image {
  position: relative;
}

/* .content-text{position: absolute;
    top: 15%;
    font-size: 18px;
    right: 10%;
    max-width: 550px;
    color: #fff;
    z-index: 1} */

.content-text {
  font-size: 18px;
  color: #fff;
  z-index: 1;
  padding: 15px;
}

.content-text h2 {
  font-size: 45px;
  font-weight: 600;
}

.bg-image::before {
  content: "";
  position: absolute;
  background: #00000057;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.pess-pop {
  width: 100%;
  max-width: 452px;
  top: 0;
  border-radius: 3px;
  z-index: 999;
}
.box_px {
  color: #000 !important;
}

.pm-clicks {
  background: #fff;
  padding: 3px;
  border: 1px solid #ccc;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}
.count {
  max-width: 100px;
  width: 100%;
  border: 1px solid #e9e9e9;
  height: 35px;
  background: #e9e9e9;
  border-radius: 3px;
}
.done {
  background: #ff4600;
  border: 0px;
  color: #fff;
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  transition: all ease-out 0.2s;
}
@media (max-width: 575.98px) {
  .content-text {
    font-size: 18px;
    color: #000 !important;
    z-index: 1;
    padding: 1px;
  }
  padding-top: 15px;
}
.content-text svg {
  background: #ff4600;
}
@media (max-width: 767.98px) {
  .content-text {
    font-size: 18px;
    color: #000 !important;
    z-index: 1;
    padding: 1px;
    padding-top: 15px;
  }

  .content-text svg {
    background: #ff4600;
  }
}
