﻿.bg-black{
    display:none;
}
/*.heroBanner{
    padding-top:0;
}*/
.heroBanner{
            padding-top: 79px;
           /* max-height: 573px;*/
        }
 header nav{
        background:#fff!important;
    }
.landing-widget{
    padding-bottom: 20px;
    background: #fff;
    position:relative;
}
 
body{
    background:#fff!important;
}
.landing-widget .flight-trip .roundTripHolder{
    color:#000;
}
.flight-trip .roundTripHolder{
    padding-bottom: 7px;
    text-align: left;
    padding-top:15px;
}
.landing-widget .roundTripHolder ul.active {
    justify-content: left;
}

body .landing-widget .From.searchSec.origin{
    width:35%;
}
/*.landing-widget i.demo-label{
    top:30px;
}*/
.landing-widget .errorMsg{
    bottom: 0;
    left: 4px;
    width: 97%;
    background: #fff;
    z-index: 1;
}
.landing-widget .errorMsg#spnDestErrMsg {
    
}
/*.pasenger-popup {
    width: 34%;
    right: 93px;
    top: 179px;
}*/


/*Ipad Landscape*/
@media only screen and (max-width:1024px) {
    .heroBanner {
    padding-top:62px;
}
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
.heroBanner {
    padding-top:50px;
}
.container {
    width: 970px;
}
}

/*Ipad*/

@media only screen and (max-width: 768px) {
    .heroBanner {
    padding-top:50px;
}
    .airfarecall{
        bottom:1px;
    }
}

