.flight-booking-form {
    padding: 20px 0;
    /* background-color: #f5f5f5; */
}

.booking-form-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.booking-form-options {
    justify-content: space-between;
    margin-bottom: 20px;
}

.booking-form-fields {
    padding: 20px 0;
}

.form-group {
    margin-bottom: 20px;
}
form#flight-search-form {
    margin-top: 150px;
}
div#header-wrapper.innerpages {
    padding-top: 100px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    font-size: 51px;
    max-height: 300px;
    padding-top: 100px
}

.input-group-text {
    background-color: #f5f5f5;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}
/* .alert_box {
    background: purple;
    font-size: 18px;
    color: #fff;
    padding: 12px;
}   */
/* ################ */
.card { 
    
    width: 510px;
    max-width: 100%;
    height: 354px; 
    max-height : 100%;
    background: #6c513a !important;
    /* background: linear-gradient(217deg, #1e1f5a 38%, #007df2 100%); */
    box-shadow: 4px 6px 14px #00000036;
    border-radius: 3px;
    color: #F9F9F9 !important ;
    padding: 16px;
    transition: all .3s; 
    line-height: 35px;
   }
   
   /* .card:hover {
    margin-top: -30px;
   } */
  
  .alert_box_header_hm span{
     font-size: 32px !important;
     color: #F9F9F9 !important;
  } 
  
  .bold{
    font-size: 20px;
    font-weight: 800;
  } 
  
  .center{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .msg{ 
    font-size: 22px;
  } 
  .msg_date{
    font-size: 18px;
  }
  .call_btn{
         color: #F9F9F9 !important;
         border: #e72a54 solid 1px; 
         background-color: #e72a54;
         padding: 10px 30px;
         text-decoration: none;
         border-radius: 10px;
         font-size: 20px;     
  } 
  .call_btn:hover{
    background-color: #1a296a; 
    border: #131c2e solid 1px; 
  }
