.contact-usbanner {
    background-image: url(/Content/images/contact-banner.jpg);
    background-size: cover;
    width: 100%;
    min-height:532px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000;
     caret-color: white;
}

input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus,
input:-moz-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -moz-text-fill-color: #000;
     caret-color: black;
}

input:-ms-autofill,
input:-ms-autofill:hover,
input:-ms-autofill:focus,
input:-ms-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -moz-text-fill-color: #000;
    caret-color: black;
}

.container {
    width: 1170px;
    margin: 0 auto;
}
body{
  background-color: #eaebf0;
}
.fdetail-hdr {
    text-align:center;
    color:#fff;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}
.fdetail-hdr h3 {
    font-size: 30px;
    font-family: 'poppinssemibold';
    letter-spacing: 0.2px;
    font-weight: 700;
    padding-bottom: 12px;
}
.locatonmap .fdetail-hdr h3{
    font-family: poppinsmedium;
    font-weight: normal;
    font-size: 29px;
    text-align: left;
}
.flight-details {
    background: #393939;border-radius:5px;
}
.fdetail-hdr.red {
    background: var(--skyBlue); 
    padding: 16px 20px;
    margin-top: 0;
}
.flight-details.black{
  padding: 21px 30px;
  background: #fff;
}
.fdetail-hdr.red h3{
  color: #fff;
  font-size: 24px;
}
.locatonmap .fdetail-hdr{
    color: #000;
    padding-bottom: 0px;
    text-align: left;
    border-bottom: 1px solid #000;
}
.contact-form {
    margin-top: 37px;margin-bottom: 35px;
}
.contact-form .forms {
    text-align: left;
   width: 1170px;
    margin: 0 auto;
}
.txt-form{display:flex;}
.txt-form .f1{
    width:33.33%;
}
.txt-form .f1:first-child{padding-right:5px;}
.txt-form .f1:nth-child(2){padding-left:5px;padding-right:5px;}
.txt-form .f1:last-child{padding-left:5px;}
.contact-form .fdetail-hdr{color:#000;padding-bottom:0; border-bottom:1px solid #000;}
.contact-form .fdetail-hdr h3{
    font-family: 'poppinsmedium';
    font-weight: normal;
    font-size: 29px;text-align: left;
}
.div-btn{display:flex;}
.div-btn:focus{
    outline:none;
}
/*.div-btn .form-field:first-child{width:66.66%;padding-right: 5px;}*/
.div-btn .form-field:last-child{width:100%;}
.contact-form .forms textarea, .contact-form .forms input {
    width: 100%;
    border: 0;
    padding: 10px 21px;
    height: 54px;
    font-size: 16px;
    border: 1px solid #969292;
    border-radius: 5px;
    background: none;
    color: #000;
    position: relative;
}
.contact-form .forms textarea{
  height: 80px;
  font-family: 'poppinsmedium';
  resize: none;
}
.contact-form .forms .form-field {
    margin-bottom: 10px;
}
.btn2{
    width: 200px;
    margin: 0 auto;
}
.contact-form .forms .btsc {
    text-align: center;
}
.contact-form .forms button {
    color: #fff;
    background: var(--skyBlue); 
    border: 0;
    font-size: 19px;
    font-weight: bold;
   padding: 15px 57px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'poppinsregular';
}
.error {
    color: #f00;
    font-size: 11px;
}
#thanksmsg {
    background: #4CAF50;
    padding: 13px 0;
    border-radius: 4px;
    margin-top: 18px;
    color: #fff;
    padding-left: 39px;
    font-size: 13px;
    letter-spacing: 0.2px;
    position: relative;
    width: 50%;
    left: 24%;
}
#thanksmsg:before {
    content: '';
    background-image: url(../images/check-icon-white.png);
    position: absolute;
    background-size: 100%;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    left: 12px;
    top: 8px;
}
#thanksmsg span {
    display: none;
}
.contact-btm{
    position: relative;
    top: 80px;
    max-width: 700px;
    margin: 0 auto;
}

/*.contact-btm {
    margin-top: 140px;
}*/
.contact-btm .flight-details ul {
    display: flex;
    align-items: center;
    justify-content: center;    
}
.contact-btm .flight-details ul li {
    color:#fff;
    margin: 0 6px;
    height: 100px;
    width: 50%;
   padding: 17px 13px;
    display:flex;
}
.contact-btm .flight-details ul li p img{
    display: inline;
    padding-right: 8px;
}
.contact-btm .flight-details ul li div:first-child{width:16%;}
.contact-btm .flight-details ul li div:last-child{width:84%;padding-top: 5px;}
.contact-btm .flight-details ul:first-child{
     border-bottom:1px solid #5f5f5f;
}
.contact-btm .flight-details ul li p img:first-child{
    padding-right:6px;
}
.contact-btm .flight-details ul li p.flag-div strong{
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    font-family: 'poppinsmedium';font-size: 15px;
}
.contact-btm .flight-details ul li p.flag-div{padding-bottom:5px;}
.contact-btm .flight-details ul li:first-child{
    border-right:1px solid #5f5f5f;
}
.contact-btm .flight-details ul li p {
    font-size: 13px;
}
.contact-btm .flight-details ul li p a{
  text-decoration: none;
    color: #fff;
   
}
.contact-btm .flight-details ul li.li-contact{
    padding: 26px 13px 17px;
}
.add-ress{
    padding-top: 8px;
    font-family: 'poppinsregular';
    line-height: 1.3;
}
.helpline{
    font-family: 'poppinsregular';
    display: inline-block;
    letter-spacing: 1.1px;
    padding-top: 4px;
}
.contact-btm .flight-details ul li p a.tel-phone{
     font-size: 23px;
    font-family: 'poppinsbold';
}
.contact-btm .flight-details ul li p strong {
    padding-top: 1px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 2px;
    display: inline-block;
    font-family: 'poppinsmedium';
    vertical-align: top;
}

.locatonmap {
    padding-bottom: 50px;
}
.locatonmap iframe {
    width: 100%;
    height: 375px;
    margin-top: 8px;
}
nav ul li.show{
        margin-left: -69px;
}

/*Ipad Landscape*/

@media only screen and (min-width: 991px) and (max-width: 1024px)  {
.contact-btm .flight-details ul li p {
   color: #fff;
    font-size: 16px;
}
nav ul li.show {
    margin-left: 0;
}

.contact-form .forms {
    width: 90%;
}
 header .callUs{
        margin-left:0;
    }
nav ul li {
    padding: 3px 6px;
    font-size: 9px;
    float: left;
}
.locatonmap .container{
    width: 100%;
    padding: 0 50px;
}
}

/*Ipad*/
@media only screen and (max-width: 768px) {
    nav ul li.show {
    margin-left: 0;
}
    header .callUs{
        margin-left:0;
    }
nav ul li {
    padding: 3px 6px;
    font-size: 9px;
    float: left;
}

.contact-form .forms {
    width: 90%;
}
.container {
    width: auto;
    padding: 0 15px;
}
.flight-details {
     border-radius: 0 0 0 30px;
    padding-bottom: 12px;
}
.contact-btm .flight-details ul li:first-child {
    border-bottom-left-radius: 30px;height:auto;
}
.contact-btm .flight-details ul li{
    height:auto;
}
.flight-details {
    padding: 15px;
    border-radius: 0 0 0 30px;
    padding-bottom: 15px;
}
.contact-btm .flight-details ul li p strong {
    font-size: 18px;
}
.contact-btm .flight-details ul li p {
    font-size: 14px;
}
.locatonmap .container{
    width: 100%;
    padding: 0 40px;
}


}