#outer-header {
    background: #fbfbfb !important;
    margin-bottom: 0;
}

#logo {

    background: None !important;
    margin-top: 15px;
}

#logo img {

    width: 90%;
}

#main-menu {
    background: #008050 !important;
    height: 60px;
    border: none !important;
    margin-top: 0 !important;


}

li.menu-item-has-children .dc-mega {
    border-right: solid #000000 1px;

}

li.menu-item-has-children {
    border-left: none !important;
}

.dc-mega {
    height: 55px;

}

a.dc-mega {
    color: white;
    font-weight: bold;
    text-transform: none;
    font-family: Arial;
}

.menu-item-has-children a::before {
    color: white !important;
    font-weight: normal;

}

.dcjq-mega-menu .sub-menu {

    background: #fff;
}

#airsearch_advanced_wrap {
    margin-left: 15px;
}

.adv_search {
    margin-top: 7px;
    position: relative;
    top: 0;
    left: 0;
}

#btn_adv_srarch {
    display: inline-block;
    background: #005a28 !important;
    box-shadow: none !important;
    height: 100% !important;
}

#btn_adv_srarch i {
    display: inline-block;
    background: transparent url(/static/images/common.webp) no-repeat -155px -477px;
    width: 29px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13.5px;
}

#airsearch_advanced_container input {

    box-shadow: none !important;
}

#customer-service-mobile {
    display: none;
}

@media only screen and (max-width: 1050px) {
    .adv_search {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    div#container div#inner-header #logo {
        width: 50%;
        margin: 15px 0;
        float: left !important;
    }

    #logo img {
        margin-top: 0;
    }

    #customer-service-mobile {
        display: block;
        text-align: right;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 450px) {
    div#container div#inner-header #logo {
        width: 50%;
        margin: 15px 0;
        float: left !important;
    }

    #logo img {
        margin-top: 0;
    }

    #customer-service-mobile {
        display: block;
        text-align: right;
        padding-right: 5px;
    }

    body {
        padding-top: 65px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        max-height: 65px;
        overflow: hidden;
    }
}
