 .rentalForm {
    display: flex;
    justify-content: space-between;
    gap: 0px  14px;
}
.rentalInputContainer{
    gap: 8px;
    padding: 12px;
    border: 0.3px solid #404040;
    height: 81px;
    border-radius: 4px; 
    width: 100%;
}
.rentalInputContainerInput{
    outline: none;
    border: none;
    background-color: transparent;
    width: 100%;
}
.search{
    padding: 10px;
    background-color: #003366;
    color: white;
    padding: 10px;
    border-radius: 4px;
    height: 81px; 
    border:none
}
.search:hover{
    color: white;
    background: #6a84b7;
}
.carHeader{
    color: #003366;
    margin-bottom: 30px;
} 
.carPriceHeader{
    margin-top: -5px;
}
 
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%;
  }
  .xbtncarRentals {
    width: 150px;
    margin: 50px auto;
  }

  .passenger {
    padding: 15px 50px;
    background: #036;
  }
  .passenger main {
    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: 20px;
    width: 20px;
    overflow: hidden;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }
  .journey img {
    width: 90%;
  }
  .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;
  }
  .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; */
    gap: 15px;
  }
  .filter {
    width: 35%;
    border-radius: 4px;
    padding: 24px;
    height: 680px;
    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;
  }
  .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;
  }
  
  .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;
  }
  .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;
    padding: 0px 0px 5px 0px;
    background-color: transparent;
  }
  .btnsl a {
    text-decoration: none;
  }
  
  .active {
    color: #036;
    border-bottom: 3px solid #036;
  }
  .Airways {
    width: 100%;
    padding: 30px 0px 30px 30px;
    background-color: white;
    height: 265px;
    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 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;
    /* background-color: red; */
  }
  .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;
  }
  .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;
  }

  
  .seat-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .seat-section {
    width: 65%;
  }
  .returnUser {
    width: 100%;
    background-color: white;
    height: 150px;
    border-radius: 10px;
  }
  .returndiv {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
  }
  .returnUser h3 {
    color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .return-form {
    width: 100%; 
    padding: 20px;
  }
  .formcontent {
    display: flex;
    width: 40%;
    justify-content: space-between;
    align-items: baseline;
  }
  
  .formcontents {
    width: 15%;
  }  
  .formcontents button {
    display: flex;
    width: 100%;
    height: 42px;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    background: #036;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }
  .formcontents button:hover {
    background: #6a84b7;
    color: white;
  }
  .formcontent input {
    width: 80%;
    padding: 20px 16px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #a3c0ff;
  }
  
  .formcontent input {
    width: 100%;
    padding: 16px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #a3c0ff;
    font-size: 14px;
  }
  
  .formcontent p {
    color: #909090;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .formcontent h4 {
    color: #036;
    margin-left: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    border-bottom: 2px solid #036;
  }
  
  .formcontent button {
    display: flex;
    width: 146px;
    height: 64px;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    background: #036;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }
  .formcontent button:hover {
    background: #6a84b7;
    color: white;
  }
  .label {
    color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .ecos {
    padding: 10px;
    color: #909090;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    width: 40%;
    border: none;
    text-align: center;
  }


  .passengers {
    padding: 15px 50px;
    background: #036;
  }

  .passengers main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 10px; */
  }

  

  .journeys {
    width: 70%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px; 
  }

  .journeys span {
    height: 20px;
    width: 20px;
    overflow: hidden;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }

  .journeys input {
    width: 70%;
    border: none;
    padding: 10px;
    color: #909090;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500;
    margin-left: 70px;
  }

  .changes-btn {
    width: 25%;
    height: 39px;
    display: flex;
    justify-content: end;
    margin-right: 100px;
  }
  .changes-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;
  }

  .changes-btn :hover {
    background-color: white;
    color: #003366;
  }  

  .journeyDates {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
    text-align: center;
  }
  .journeyDates :first-child {
    width: 46%;
    padding: 10px;
    color: #909090;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500;
    border: none;
    text-align: center;
  }
  .journey i {
    font-size: 10px;
  }

  .hotelName{
    margin-bottom: 10px;
  }
  .hotelName h2{
    font-size: 16px;
    margin-top: 5px;
  }

  .hotelName input{
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1.5px solid #D2EBF5;
    border-radius: 4px;
    outline: none;
    width: 100%;
    align-content: flex-start;
  }

  .check img{
    width: 6%;
    /* gap: 10px; */
    /* padding: 5px; */
  }

  .checks{
    margin-top: 1.5%;
    width: 2%;
    height: 2%;
  }

  .check{
    gap: 8px;
  }

  .sort{
    justify-content: space-between;
    display: flex;
    align-content: center;
    align-items: center;
  }

  .sort select{
    background: none;
    outline: none;
    background-color: none;
    font-size: 14px;
    padding: 0px;
    border: none;
    margin-left: 79.5%;
    margin-top: -3%;
  }

  .sort p{
    font-weight: 700;
    font-size: 18px;
  }

    .falcon{
        background: #fff;
        display: flex;
        gap: 20px;
        padding: 20px 20px;
        margin-top: 20px;
        border-radius: 4px;
    }
  .fal {
    width: 30%;
    /* margin-left: 20px; */
  }

  .location {
    display: flex;
    font-size: 14px;
    margin-top: -10px;
    color: #909090;
  }

  .location img{
    width: 4%;
    height: 4%;
    margin-top: 0.5%;
  }

  .vector img{
    width: 3%;
    margin-top: -40px;
    /* padding-right: 20px; */
  }

  .middle {
    margin-top: 20px;
    border-right: 1px solid #909090;
    width: 60%;
  }

  .Review{
    color: #003366;
    font-weight: 600;
    font-size: 14px;
    padding-right: 40px;
    margin-top: -20px;
    /* margin-bottom: 20px; */
  }

  .royal{
    font-size: 20px;
    font-weight: 500;
    color: #404040;
    padding-right: 40px;
  }

  .section {
    margin-top: -20px;
  }

  .dollar{
    margin-left: 10px;
  }

  .rent{
    color: #E20505 !important;
  }
  .user {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
  }
  .img-container {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .userImg {
    height: 25px;
    width: 25px;
    overflow: hidden;
  }
  .userImg img {
    width: 100%;
    object-fit: cover;
  }
  .username {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .arrow {
    width: 10px;
    height: 10px;
  }
  .arrow img {
    width: 100%;
  }
  .payment {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .make {
    color: #202020;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .payment-type {
    width: 64%;
    height: 650px;
    background-color: white;
    border-radius: 4px;
    padding: 20px;
  }
  
  .payment-type h5 {
    color: #202020;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .payment-type p {
    color: #999;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .payment-cont {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 50px;
  }
  .payment-cont div {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .payment-cont img {
    width: 100%;
  }
  .Amount p {
    color: #999;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .Amount {
    display: flex;
    align-items: baseline;
    width: 250px;
    margin: 50px auto;
  }
  
  .Amount h3 {
    color: #036;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .Pay {
    width: 260px;
    margin: 60px auto;
  }
  .Pay a {
    color: white;
    text-decoration: none;
  }
  .Pay button {
    width: 100%;
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #036;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
  }
  .Pay button:hover {
    background: #6a84b7;
    color: white;
  }
  .secure {
    width: 20px;
    height: 20px;
  }
  .secure img {
    width: 100%;
  }
  .foot {
    max-width: 100%;
    margin: 100px auto;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .foot p {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .ticket {
    width: 33%;
    height: 480px;
    background-color: white;
    border-radius: 4px;
  }
  
  .Booking {
    height: 30px;
    border-bottom: 0.5px solid #e6e6e6;
    padding: 20px 20px 30px 20px;
  }
  .forgot {
    float: right;
    margin-top: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #003366; 
    text-decoration: none; 
    border-bottom: solid #003366 1px; 
  }
  .Booking h3 {
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .depart-box {
    padding: 20px;
  }
  .depart-time {
    color: #404040;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .dest {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .time {
    height: 70px;
    width: 30%;
  }
  .time h3 {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .time p {
    color: #909090;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: auto;
  }
  .sign {
    color: #909090;
    font-size: 14px;
    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;
  }
  .base {
    color: #404040;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .total-cont {
    border-top: 0.4px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: baseline;
  }
  .total-cont p {
    color: #404040;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .total-cont h2 {
    color: #202020;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .add-height {
    padding: 0px 0px 40px 0px;
  }
  .add a {
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #036;
    text-decoration: none;
    border-bottom: 1.5px solid #036;
  }
  
  .noflight {
    width: 85%;
  }
  .error {
    width: 270px;
    height: 150px;
  }
  .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: 30px auto 0px; 
    width: 50%;
    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: 25px;
    width: 25px;
  }
  
  .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; 
  }
  .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: 16px;
    font-style: normal;
    font-weight: 500;
    border: none;
  }
  
  .submitBtn button:hover {
    background: #6a84b7;
    color: white;
  }
  
  
  @media only screen and (max-width: 647px) {
    .journeys{
      width: 30%;
      background-color: yellow; 
      margin:0px 5px;
    } 
  .journeyDates {
    width: 60%;
    display: flex;
    justify-content: start;
    align-items: center; 
    text-align: center; 
  } 
  .journeyDates :first-child{
    width: 90px;
    margin-left: 10px; 
  }
  .journeyDates input{
    width: 90px; 
    margin-left: -30px;
  }
    
  .journeys input {
    width: 100px;
    border: none;
    padding: 10px;
    color: #909090;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500;
    margin: 0px; 
  }

    .filterBox {
      padding: 10px;
      background-color: #d3ebf5;
      max-width: 100%;
    }
    .returnUser {
      height: 280px;
    }
    
  .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;
  }
  .payment {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    
  }

  .payment-type {
    width: 100%;
    margin-top: 20px;
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    height: 600px;
  }
  .payment-cont {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
  }
  .Amount {
    display: flex;
    align-items: baseline;
    width: 250px;
    margin: 20px auto;
  }
  .Pay {
    width: 260px;
    margin: 10px auto;
  }
  .foot {
    max-width: 100%;
    margin: 20px auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .foot p {
    color: #999;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: auto;
  }
  .foot .divs {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    height: 30px;
    width: 180px;
  }
  .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;
  }
  .error {
    width: 250px;
    height: 170px;
  }
  .noflight h3{
    font-size: 30px;
  }
  
  .Rate {
    margin: 0px; 
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    background-color: white;
  }
  .add-height section {
    padding:  12px;
  }
  
  }
  
  