
/*! CSS Used from: https://p.w3layouts.com/demos_new/template_demo/20-12-2017/airline_booking_form-demo_Free/828699705/web/css/style.css */
#InquiryForm .modal-content {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    background:rgba(255, 255, 255, 0.855);
    backface-visibility: visible;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-attachment: fixed; */
}
.smallText{
    font-size: 15px !important;
}
.clearBtn{
    background-color: #e4203a !important;
}

select.form-control option{
    color: #000 !important;
}

input[type="date"]::before {
    content: attr(placeholder);
    color: #000; 
    font-size: 16px;
    letter-spacing: 1.2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
input[type="time"]::before {
    content: attr(placeholder);
    color: #000; 
    font-size: 16px;
    letter-spacing: 1.2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.select2-selection.select2-selection--single{
    display: none;
}
.search-item{
    border-bottom: 1px solid grey;
    padding-top: 10px;
    padding-inline: 10px;
    color: #eee;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.font14.lightGreyText.latoBold{
    background: #f1f1f1;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #d6d5d5;
}
.search_result1, .search_result2{
    position: absolute;
    height: max-content;
    width: 19em;
    color: #fff;
    overflow: auto;
    z-index: 1;
    max-height: 400px;
}
select.form-control option{
    border-bottom: 1px solid grey;
    padding: 2px;
    color: #eee;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#adults option,#Children option, #baggage option{
    background: white;
    color: #000;
  }
.booking-options input[type="radio"] {
    display: none;
}


/* Custom Tab Styling */
.booking-options {
    display: flex;
    margin-bottom: 20px;
}
.radio-buttons-w3-agileits li input[type="radio"]:checked + label {
    background: none;
    color: black;
}
.radio-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.booking-options label {
    flex: 1;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px !important;
    background: #f0f0f0;
    border: 1px solid #ccc;
    transition:  0.3s ease, color 0.3s ease;

}

/* Active state */
input[type="radio"]:checked + label {
    background:#e4203a;
    color: white;
}

/* Form Styling */
.form-section {
    padding: 20px;
    border: 1px solid #ccc;
    transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out, padding 0.3s ease-in-out;
}

.hidden {
    display: none;
}
.latoBold {
    font-weight: 700;
}

.font14 {
    font-size: 14px;
    line-height: 14px;
}
.font12{
    font-size: 12px;
    line-height: 12px;
}
.lightGreyText, ._aff .lightGreyText {
    color: #747474;
}
.lineHeight14 {
    line-height: 14px !important;
}
.appendBottom3 {
    margin-bottom: 3px !important;
}
.greyText {
    color: #9b9b9b;
}
.blackText, ._aff .blackText {
    color: #000000;
}
.appendBottom5 {
    margin-bottom: 5px !important;
}
.flexOne{
    flex: 1;
}

.greyText{}

div,h2,h3,h6,form,label{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
ul{list-style:none;margin:0px;padding:0px;}
.clear{clear:both;}
.booking-form-w3layouts{box-sizing:border-box;padding:1em 2em;width:100%;margin:0 auto;}
h2.sub-heading-agileits,h3.sub-heading-agileits{display:inline-block;text-align:left;font-size:20px;color:#000;text-transform:capitalize;margin-bottom:.4em;padding:0px 25px 10px 0px;font-weight:400;letter-spacing:2px;border-bottom:2px solid #23396a;font-family:'Raleway', sans-serif;}
.radio-section{text-align:left;}
.radio-section h6{display:inline;margin-top:10px;color:#23396a;text-transform:capitalize;margin-bottom:.7em;font-weight:500;letter-spacing:2px;font-family:'Raleway', sans-serif;}
.radio-section ul{display:inline;}
.radio-buttons-w3-agileits li input[type="radio"]{cursor:pointer;}
.radio-buttons-w3-agileits li label{color:#000;font-size:13.5px;font-weight:500;letter-spacing:1px;font-family:'Raleway', sans-serif;}
.booking-form-w3layouts input[type="text"],.booking-form-w3layouts input[type="email"],.booking-form-w3layouts textarea,select.form-control,input#Ddatepicker,input#timepicker{width:100%;font-weight:400;color:#000;font-size:14px;padding:10px 10px;outline:none;background:rgba(255, 255, 255, 0);border:none;border-bottom:1px solid rgba(228 ,32 ,58);box-sizing:border-box;font-family:'Roboto', sans-serif;}
.booking-form-w3layouts textarea{resize:none;height:80px;border-radius: 6px;}
.field-agileinfo-spc{margin-bottom:1em;}
.form-w3-agile-text{width:100%;}
select.form-control option{background:#bbb;}
/* .booking-form-w3layouts input[type="submit"]:hover{background:#0091cd;color:#fff;}
.booking-form-w3layouts input[type="reset"]:hover{background:#d2741c;color:#fff;} */
.booking-form-w3layouts ::-webkit-input-placeholder{color:#000;}
.booking-form-w3layouts :-moz-placeholder{color:#000;}
.booking-form-w3layouts ::-moz-placeholder{color:#000;}
.booking-form-w3layouts :-ms-input-placeholder{color:#000;}
.booking-form-w3layouts label{font-size:13.5px;/*color:rgba(255, 255, 255, 0.83);*/font-weight:400;position:relative;margin-bottom:5px;display:inline-block;text-transform:capitalize;}
ul.radio-buttons-w3-agileits li{display:inline-block;margin:0em 2em;}
@media (max-width:1440px){
.booking-form-w3layouts{width:73%;}
}
@media (max-width:1366px){
.booking-form-w3layouts{width:75%;}
}
@media (max-width:1280px){
.booking-form-w3layouts{width:80%;}
}
@media (max-width:1080px){
.booking-form-w3layouts{width:90%;padding:2em 2.2em;}
}
@media (max-width:1024px){
h2.sub-heading-agileits,h3.sub-heading-agileits{font-size:22px;padding:0px 20px 7px 0px;}
.field-agileinfo-spc{margin-bottom:0.8em;}
.booking-form-w3layouts input[type="submit"],.booking-form-w3layouts input[type="reset"]{padding:0.5em 3em;font-size:1.1em;}
}
@media (max-width:768px){
h2.sub-heading-agileits,h3.sub-heading-agileits{font-size:21px;padding:0px 15px 7px 0px;}
.radio-section h6{font-size:17px;letter-spacing:1.5px;}
ul.radio-buttons-w3-agileits li{margin:0em 1em;}
}
@media (max-width:667px){
h2.sub-heading-agileits,h3.sub-heading-agileits{font-size:19px;letter-spacing:1.5px;}
.booking-form-w3layouts{width:86%;padding:2em 2em;}
.booking-form-w3layouts input[type="text"],.booking-form-w3layouts input[type="email"],.booking-form-w3layouts textarea,select.form-control,input#Ddatepicker{padding:8px 10px;}
.field-agileinfo-spc{margin-bottom:0.9em;}
h2.sub-heading-agileits,h3.sub-heading-agileits{margin-bottom:.6em;}
}
@media (max-width:640px){
.booking-form-w3layouts input[type="submit"]{margin-right:0.7em;}
}
@media (max-width:600px){
.booking-form-w3layouts{width:90%;}
.booking-form-w3layouts input[type="submit"],.booking-form-w3layouts input[type="reset"]{padding:0.5em 2em;}
}
@media (min-width:481px){
.main-flex-w3ls-sectns{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
/* .form-w3-agile-text1,.form-w3-agile-text2{flex-basis:48.5%;-webkit-flex-basis:48.5%;} */
}
@media (min-width:737px){
.triple-wthree{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
.form-w3-agile-text11,.form-w3-agile-text22,.form-w3-agile-text33{flex-basis:32%;-webkit-flex-basis:32%;}
}
@media (max-width:480px){
ul.radio-buttons-w3-agileits li{margin:0em 0.5em;}
.radio-section{margin:1.3em 0 .7em;}
.booking-form-w3layouts{width:85%;}
ul.radio-buttons-w3-agileits li{margin:1em 0em 0em 0.2em;display:block;}
.booking-form-w3layouts input[type="submit"],.booking-form-w3layouts input[type="reset"]{font-size:1em;}
.booking-form-w3layouts textarea{height:60px;}
.radio-section{margin:1em 0 .7em;}
}
@media (max-width:414px){
.booking-form-w3layouts{width:90%;}
.booking-form-w3layouts{width:90%;padding:1.5em 1.7em;}
}
@media (max-width:384px){
.booking-form-w3layouts input[type="submit"],.booking-form-w3layouts input[type="reset"]{float:none;}
.booking-form-w3layouts input[type="submit"]{margin-right:0em;}
}
@media (max-width:320px){
.booking-form-w3layouts{width:93%;padding:1.3em 1.5em;}
h2.sub-heading-agileits,h3.sub-heading-agileits{font-size:18px;letter-spacing:1.4px;padding:0px 12px 5px 0px;}
}

.radio-input input {
    display: none;
  }
  
  .radio-input {
    --container_width: 150px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #eee;
    color: #000;
    width: var(--container_width);
    overflow: hidden;
    border: 1px solid grey;
  }
  
  .radio-input label {
    width: 100%;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
  }
  
  .selection {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 2);
    z-index: 0;
    left: 0;
    top: 0;
    transition: 0.15s ease;
  }
  
  .radio-input label:nth-child(1):has(input:checked) {
    color: #fff;
  }
  .radio-input label:nth-child(2):has(input:checked) {
    color: #ffffff;
  }
  .radio-input label:nth-child(1):has(input:checked) ~ .selection {
    background-color: #080;
    display: inline-block;
  }
  .radio-input label:nth-child(2):has(input:checked) ~ .selection {
    background-color: rgba(255, 51, 0, 0.959);
    display: inline-block;
  }
  .radio-input label:nth-child(1):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 0 / 2));
  }
  
  .radio-input label:nth-child(2):has(input:checked) ~ .selection {
    transform: translateX(calc(var(--container_width) * 1 / 2));
  }
  .disabled-section {
    opacity: 0.5;  /* Makes it look faded */
    pointer-events: none;  /* Prevents interaction */
}
.submitBtn {background-image: linear-gradient(to right, #000428 0%, #004e92  51%, #000428  100%)}
.submitBtn {
       margin: 10px;
       text-align: center;
       text-transform: uppercase;
       transition: 0.5s;
       background-size: 200% auto;
       color: white;            
       border-radius: 10px;
       display: block;
       padding:0.5em 3em;
       border:none;
       font-weight:500;
       font-size:1.2em;
       margin-top:1em;
       float:left;
       outline:none;
       letter-spacing:1px;
     }

.submitBtn:hover {
       background-position: right center; /* change the direction of the change here */
       color: #fff;
       text-decoration: none;
     }
    

  




/*! CSS Used fontfaces */
