.show {
  background-color: #d3ebf5;
  max-width: 100%;
  height: 100%;
  padding: 0px 50px 40px 50px;
}
.paid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noflight {
  max-width: 100%;
  height: 220px;
}
.error {
  width: 300px;
  height: 300px;
  margin-right: 100px;
}
.tab-sect {
  display: block;
}
.error img {
  width: 100%;
  object-fit: cover;
}

.no {
  width: 50%;
}
.noflight h3 {
  color: #036;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.noflight p {
  color: #e20505;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Rate {
  margin: 50px auto;
  width: 900px;
  padding: 25px;
  border-radius: 4px;
  background-color: white;
}
.Rate p {
  color: #404040;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.star-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin: 30px auto;
}

.star {
  height: 30px;
  width: 30px;
  overflow: hidden;
}

.star img {
  width: 100%;
  object-fit: cover;
}
.comment {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.comment p {
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.com {
  width: 30%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 8px;
  height: 67px;
}
.inputDiv {
  width: 70%;
}
.inputDiv input {
  width: 100%;
  display: flex;
  height: 67px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 2px solid #d2ebf5;
}
.submitBtn {
  width: 260px;
  margin: 30px auto;
}
.submitBtn button {
  width: 100%;
  display: flex;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #036;
  color: white;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  border: none;
}
.him {
  display: none;
}
.submitBtn button:hover {
  background: #6a84b7;
  color: white;
}
@media only screen and (max-width: 670px) {
  .show {
    background-color: #d3ebf5;
    max-width: 100%;
    height: 100%;
    padding: 10px;
  }
  .paid {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .noflight {
    max-width: 100%;
    height: auto;
  }

  .noflight h3 {
    color: #036;
    font-size: 30px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .noflight p {
    color: #e20505;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .no {
    width: 100%;
  }
  .error {
    width: 250px;
    height: 250px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .tab-sect {
    display: none;
  }
  .him {
    display: block;
    margin-top: 27px;
  }
}
