.passenger {
  padding: 27px 50px;
  background: #036;
}
.passenger .mobileFlight {
  width: 100%;
  display: none;
}
.passenger form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.journey {
  width: 45%;
  display: flex;
  justify-content: start;
  align-items: center;
  /* gap: 10px; */
}
.journey span {
  height: 35px;
  width: 35px;
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.journey img {
  width: 60%;
}
.journey input {
  width: 45%;
  border: none;
  padding: 10px;
  color: #909090;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 500;
}
.change-btn {
  width: 10%;
  height: 39px;
  display: flex;
  justify-content: end;
}
.change-btn button {
  height: 100%;
  width: 95%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 4px;
}

.change-btn button:hover {
  background-color: white;
  color: #003366;
}
.journeyDate {
  width: 45%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 40px;
}
.journeyDate :first-child {
  width: 46%;
  padding: 10px;
  color: #909090;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 500;
  border: none;
}
.journey i {
  font-size: 10px;
}

.eco {
  padding: 10px;
  color: #909090;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  width: 41%;
  border: none;
}
/* filter Box  */

.filterBox {
  padding: 30px 50px 70px 50px;
  background-color: #d3ebf5;
  max-width: 100%;
}

.Box {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.filter {
  width: 35%;
  border-radius: 4px;
  padding: 24px;
  background-color: white;
}
.filter h4 {
  color: #404040;
  margin: 10px 0px 30px 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pick {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time_ethio {
  display: flex;
  align-items: center;
  width: 100%;
}
.pick p {
  color: #404040;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
}
.pick h3 {
  color: #404040;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pick span {
  border: none;
  color: #404040;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  background-color: transparent;
  font-weight: 400;
  line-height: normal;
}

.fill {
  display: none;
}
.custom {
  width: 100%;
}
input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 7px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#003366, #003366);
  background-size: 100% 100%;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #003366;
  cursor: ew-resize;
  /* box-shadow: 0 0 2px 0 #555; */
  transition: background 0.3s ease-in-out;
}

input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.price p {
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

input[type="checkbox"] {
  width: 25px;
  height: 25px;
}

label {
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.sq {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  width: 50px;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #909090;
  align-items: center;
}
.airline {
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}
.pricelevel p {
  color: #909090;
  font-size: 14px;
  margin-top: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* result  */

.result {
  width: 100%;
  border-radius: 4px;
  background-color: #d3ebf5;
  padding: 0px 0px 0px 25px;
}
.sort {
  display: flex;
  justify-content: start;
}
.sort h4 {
  color: #404040;
  margin-top: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.notactive {
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #909090;
  width: 120px;
  padding: 0px 0px 5px 0px;
  background-color: transparent;
}
.notactive:hover {
  color: #036;
  border-bottom: 3px solid #036;
}
.active {
  color: #036;
  border-bottom: 3px solid #036;
}
.Airways {
  width: 100%;
  padding: 30px 0px 30px 30px;
  background-color: white;
  border-radius: 4px;
}
.Ethiopia {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pric {
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
.pric h2 {
  color: #202020;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pric a {
  color: white;
  text-decoration: none;
}
.pric button {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #036;
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  margin-left: 10px;
  font-weight: 500;
  line-height: normal;
}
.pric button:hover {
  background: #6a84b7;
  color: white;
}
/* ethio  */
.ethio {
  width: 80%;
  border-right: 1.5px solid #909090;
}
.square {
  height: 70px;
  width: 40px;
}
.square img {
  width: 100%;
  object-fit: cover;
}
.logo-cont {
  display: flex;
  width: 37%;
  justify-content: start;
  align-items: center;
}
.logo-cont p {
  color: #909090;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
}
.dest {
  width: 60%;
  display: flex;
  /* justify-content: flex-start; */
  align-items: center;
  margin-bottom: 20px;
}
.time {
  height: 70px;
  width: 30%;
}
.time h3 {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.time p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: auto;
}
.sign {
  color: #909090;
  font-size: 16px;
  font-weight: 500;
}

.hrs {
  width: 39%;
}
.hrs p {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  height: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.under {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 10px; */
}
.circ {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #003366;
}
.lines {
  height: 2px;
  width: 50%;
  background-color: #003366;
}

/* other flights  */

.other {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 19px;
  margin-top: 28px;
}

@media only screen and (max-width: 670px) {
  .passenger {
    padding: 6px 20px;
    background: #036;
  }
  .passenger form {
    display: none;
  }

  .passenger .mobileFlight {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .arr {
    width: 10%;
  }
  .mobileFlight .arrow {
    height: 20px;
    width: 20px;
  }
  .arrow img {
    width: 100%;
  }
  .choose_locat {
    width: 100%;
    height: 70px;
  }
  .choose_locat h4 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .choose_locat p {
    color: #d4d4d4;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .edit-edit {
    width: 25px;
    height: 25px;
  }
  .edit-edit img {
    width: 100%;
  }
  .filter {
    display: none;
  }
  .filterBox {
    padding: 8px;
    max-width: 100%;
  }
  .result {
    width: 100%;
    border-radius: 4px;
    background-color: #d3ebf5;
    padding: 15px 15px 40px 15px;
  }
  .sort {
    display: flex;
    justify-content: start;
    margin: 20px 0px;
  }
  .sort h4 {
    color: #404040;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .btnsort {
    justify-content: space-around;
    display: flex;
  }
  .Airways {
    width: 100%;
    padding: 30px;
    background-color: white;
    border-radius: 4px;
  }
  .Ethiopia {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .ethio {
    width: 100%;
    border-right: none;
  }
  .logo-cont {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    height: 50px;
  }
  .logo-cont p {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
  }
  .time_ethio {
    display: block;
    align-items: center;
    width: 100%;
  }
  .dest {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .time {
    height: 70px;
    width: 50%;
  }
  .hrs {
    width: 30%;
  }
  .move {
    text-align: right;
  }
  .pric {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #909090;
    width: 100%;
  }
  .pric h2 {
    color: #202020;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
    line-height: normal;
  }

  .pric button {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #036;
    border: none;
    color: #fff;
    width: 170px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .notactive {
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #909090;
    width: 30%;
    padding: 0px 0px 5px 0px;
    background-color: transparent;
  }
  .notactive:hover {
    color: #036;
    border-bottom: 3px solid #036;
  }
  .active {
    color: #036;
    border-bottom: 3px solid #036;
  }
  .fill {
    position: fixed;
    bottom: 0px;
    display: block;
    padding: 10px 30px;
    width: 100%;
    background-color: rgba(64, 64, 64, 0.7);
  }
  .fill h3 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .filt {
    height: 30px;
    width: 20px;
    color: white;
  }

  .filt img {
    width: 100%;
  }
  .btn-close {
    box-shadow: none !important;
  }
}
