.show {
  background-color: #d3ebf5;
  max-width: 100%;
  height: 100%;
  padding: 0px 50px 40px 50px;
}
.paid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.noflight {
  width: 73%;
}
.error {
  width: 220px;
  height: 220px;
}
.error img {
  width: 100%;
  object-fit: cover;
}

.no {
  width: 50%;
}
.noflight h3 {
  color: #036;
  font-size: 45px;
  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-top: 20px;
  margin-left: auto;
  width: 500px;
  padding: 15px;
  border-radius: 4px;
  background-color: white;
}
.Rate p {
  color: #404040;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.star-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  margin: 10px auto;
}

.star {
  height: 28px;
  width: 28px;
  overflow: hidden;
}

.star img {
  width: 100%;
  object-fit: cover;
}
.comment {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.comment p {
  color: #999;
  font-size: 13px;
  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: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 2px solid #d2ebf5;
}
.submitBtn {
  width: 180px;
  margin: auto;
}
.submitBtn button {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #036;
  color: white;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  border: none;
}

.submitBtn button:hover {
  background: #6a84b7;
  color: white;
}

.xplo {
  width: 100%;
  font-size: 17px;
  /* text-align: center; */
  border: none;
  width: 178px;
  padding: 10px;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  background: #036;
  margin: auto;
}

@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;
    flex-wrap: wrap;
  }
  .noflight h3 {
    color: #036;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .noflight p {
    color: #e20505;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: normal;
  }
  .noflight {
    width: 100%;
  }

  .Rate {
    margin-top: 20px;
    margin-left: auto;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    background-color: white;
  }
  .Rate p {
    color: #404040;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }
  .noflight h3 {
    color: #036;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .comment {
    display: block;
    margin-top: 50px;
  }
  .com {
    width: 100%;
    height: 30px;
    margin: auto;
  }
  .comment p {
    color: #999;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .inputDiv {
    width: 100%;
  }
  .inputDiv input {
    width: 100%;
    display: flex;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 2px solid #d2ebf5;
  }
  .submitBtn {
    width: 100%;
    margin: 20px auto;
  }
  
  .xplo {
    width: 100%;
    font-size: 13px;
    text-align: center;
    border: none;
    width: 100px;
    padding: 8px;
    gap: 8px;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    background: #036;
  }
}
