* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: raleway, sans-serif !important;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.navigation button {
    background-color: #ffb128;
    border: none;
    padding: 8px 12px;
    font-weight: bold;
}


.reserve-btn{
    background-color: #111862;
    color: #fff;
    border: none;
    padding: 8px 20px;

}

table, td, th {
    border-bottom: 1px solid black;
    padding: 8px 0;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    color: #000;
  }

.price-ancillary {
    color: #000;
}

  input {
      width:100%;
      padding: 8px 16px;
      margin: 8px 0;
      border: 1px solid #ccc;
     -webkit-transition: 0.5s;
      transition: 0.5s;
      outline: none;

  }

select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

select:focus {
    border: 1px solid #ffb128;
}

  input:focus {
    border: 1px solid #ffb128;
    
  }

  .sub-btn {
      width: max-content;
      background-color: #ffb128;
      border: none;
      display: block;
      font-weight: bold;
    }

    .tm-area {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .en-area>p{
        color: #fff;
    }