.Itenerary {
  max-width: 100%;
  background-color: white;
}
.navbtn {
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 100%;
  gap: 30px;
  border-bottom: 0.5px solid#E6E6E6;
  height: 70px;
}
.navbtn button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.notactives {
  color: #b0b0b0;
  font-size: 18px;
  padding: 20px 10px;
  border: none;
  background-color: white;
  font-weight: 500;
  width: 150px;
}

.actives.notactives {
  font-size: 18px;
  color: #404040;
  border-bottom: 2px solid#036;
}

.notactives:hover {
  border-bottom: 2px solid#036;
}

.Fare {
  display: flex;
  justify-content: space-between;
}
.Depart {
  width: 63%;
  background-color: white;
}

.Details {
  padding: 20px 35px;
}
.depart {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.Lay {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-items: flex-start;
}
.Lay .imge {
  width: 10%;
}
.thioD {
  width: 100%;
  height: 20px;
}
.thioD img {
  width: 100%;
  object-fit: cover;
}
.Lay .dist {
  width: 58%;
}
.dist h3 {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
}

.dist p {
  color: #606060;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.dist h6 {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.Lay .level {
  width: 20%;
  height: 100px;
}
.level p {
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0px;
}
.level h3 {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 35px;
}
.dang {
  width: 25px;
  height: 25px;
  overflow: hidden;
}
.high {
  height: 70px;
}
.dang img {
  width: 100%;
}
.Doha p {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.Retur {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 35px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 20px;
}
.Retur p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  margin-top: 30px;
  font-weight: 500;
  line-height: normal;
}
.Detail {
  padding: 0px 35px 20px 35px;
}
.Summary {
  width: 35%;
  /* height: 500px; */
  background-color: #003366;
}
.Summary nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
.btnClose {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
}
.btnClose img {
  width: 100%;
}

.Fares {
  border-bottom: 0.5px solid #b3b3b3;
  height: 70px;
}

.Fares p {
  color: #fff;
  font-size: 18px;
  height: 40px;
  display: flex;
  align-items: end;
  font-weight: 500;
}
.travel {
  padding: 30px;
}
.travel p {
  color: #e0e0e0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.travel h3 {
  color: #e0e0e0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.total {
  padding: 30px 30px 0px 30px;
  border: 0.5px solid #b3b3b3;
}
.total p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.total h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sumBtn {
  width: 200px;
  margin: auto;
}

.sumBtn button {
  width: 100%;
  display: flex;
  padding: 12px 58px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #fcfcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-color: transparent;
  color: #003366;
}
.sumBtn a {
  color: inherit;
  text-decoration: none;
}
.sumBtn button:hover {
  background-color: #003366 !important;
  color: white !important;
  border: 1px solid white;
  outline: none;
}
.active-container.notactive-container {
  display: block;
}
.notactive-container {
  display: none;
}
.penalty {
  height: 50px;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 33px;
}
.penalty h5 {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.content {
  padding: 20px;
  width: 100%;
}
.content li {
  color: #707070;
  /* height: 80px; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 670px) {
  .Fare {
    display: block;
    justify-content: space-between;
  }

  .navbtn {
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 100%;
    gap: 30px;
    /* background-color: red; */
    border-bottom: 0.5px solid#E6E6E6;
    height: 65px;
  }
  .Depart {
    width: 100%;
    background-color: white;
  }
  .notactives {
    color: #b0b0b0;
    font-size: 14px;
    padding: 20px 10px;
    border: none;
    background-color: white;
    font-weight: 500;
    width: 100px;
  }

  .actives.notactives {
    font-size: 14px;
    color: #404040;
    border-bottom: 2px solid#036;
  }
  .Details {
    padding: 10px;
  }
  .depart {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .dist h3 {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
  }

  .dist p {
    color: #606060;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }
  .dist h6 {
    color: #909090;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
  }
  .Retur {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    height: 20px;
  }
  .Retur p {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    margin-top: 30px;
    font-weight: 500;
    line-height: normal;
  }
  .Detail {
    padding: 10px;
  }
  .Summary {
    width: 100%;
    padding: 0px 0px 20px 0px;
    background-color: #003366;
  }
  .Summary nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
  }
  .content {
    padding: 10px;
    width: 100%;
  }
  .content li {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
