.head-sticky {
    position: sticky;
	display: block !important;
    top: -36px;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    font-family: 'Lato', sans-serif !important;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.18);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.topBand {
    padding: 3px 0 !important;
    margin: 0 !important;
}

.header-call {
    color: #fff;
}

.logo, .logo:hover, .logo:focus {
    display: block;
    text-decoration: none;
    margin: 5px auto;
    text-align: center;
}

    .logo > img {
        vertical-align: middle !important;
    }

.main-nav {
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 110px;
    z-index: 99999;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

    .main-nav > li > a {
        color: #fff;
        font-size: 15px;
        display: block;
        padding: 16px 15px;
        text-align: center;
        font-weight: 600;
    }

        .main-nav > li.active > a, .main-nav > li > a:hover, .main-nav > li > a:focus {
            text-decoration: none;
            background-color: #eee;
            color: #4d4d4d;
        }

.ham-icon {
    height: 25px;
    margin: 15px auto;
    position: relative;
    width: 30px;
    z-index: 999999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.ham-icon {
    float: right !important;
    margin-top: 12px !important;
}

    .ham-icon span {
        background-color: #777 !important;
        display: block;
        height: 3px;
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .ham-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .ham-icon span:nth-child(2) {
            top: 10px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .ham-icon span:nth-child(3) {
            top: 20px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    .ham-icon.open span:nth-child(1) {
        background-color: #fff;
        left: 8px;
        top: -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .ham-icon.open span:nth-child(2) {
        opacity: 0;
        width: 0%;
    }

    .ham-icon.open span:nth-child(3) {
        background-color: #fff;
        left: 8px;
        top: 20px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

#menu-trigger {
    display: none;
}

    #menu-trigger:checked + .main-nav {
        opacity: 1;
        visibility: visible;
        margin-bottom: 0;
    }

.header-call {
    margin-bottom: 5px;
    text-align: center;
}

.mt2 {
    margin-top: 2px !important;
}

.aff-social-list {
    float: none;
    margin-left: 0;
}

    .aff-social-list > ul, .top-header-right > ul {
        text-align: center;
        margin: 0;
    }

        .aff-social-list > ul > li {
            float: none;
            display: inline-block;
        }

.top-header-right {
    margin: 0;
}

    .top-header-right > ul > li {
        display: inline-block;
    }

    .top-header-right a, .top-header-right a:hover, .top-header-right a:focus {
        color: #fff;
    }

.signUplink a, .signUplink a:focus, .signUplink a:hover {
    color: #fff;
}

.main-nav > li > a {
    padding: 16px 15px !important;
}

.typeahead.dropdown-menu > li > a {
    display: block;
    overflow: hidden;
    width: 100%;
    float: none;
    min-width: 340px;
}

.WelcomeUser {
    float: none;
    font-size: 14px;
    line-height: 24px;
}

.loginD {
    text-align: right;
    line-height: 24px;
}

    .loginD a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

.WelcomeUser a {
    color: #ffffff;
    font-size: 14px;
}

.topBand .WelcomeUser > span {
    padding: 0px 10px;
    float: none;
}

.ham-icon {
    width: 30px !important;
}

    .ham-icon span {
        height: 3px !important;
    }

    .ham-icon.open span:nth-child(1) {
        left: 8px !important;
        top: -2px !important;
    }

    .ham-icon.open span:nth-child(3) {
        left: 8px !important;
        top: 20px !important;
    }

.breadcrumb {
    padding: 8px 0;
    margin: 0 0 10px;
    list-style: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.homeIcon {
    background-position: -582px -27px !important;
    float: left;
    width: 20px;
    height: 18px;
}

.dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    .head-sticky {
        top: 0px;
        position: relative;
    }

    .head-sticky .logo > img {
        float: left;
    }

    .loginD {
        text-align: center;
    }

    .topBand {
        display: none;
    }

    .main-nav > li:first-child {
        margin-top: 0 !important;
    }

    .main-nav {
        padding-top: 50px !important;
    }


    .typeahead.dropdown-menu > li > a {
        min-width: 295px;
    }

    .logo, .logo:hover, .logo:focus {
        margin: 6px auto;
    }

    .header-call {
        margin-bottom: 5px;
        text-align: center;
    }

    .main-nav > li > a {
        color: #f8f8f8 !important;
        cursor: pointer;
        display: block;
        padding: 8px 10px !important;
        font-size: 14px;
        line-height: 40px;
        line-height: 35px;
    }

        .main-nav > li > a:hover, .main-nav > li > a:focus {
            background-color: rgba(0,0,0,.25) !important;
            color: #999 !important;
        }

    .pkgSmryRpt {
        margin: 0px 0 20px !important;
    }

    .pkgSmry .smryDetailCol {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .L-height {
        line-height: 30px;
    }

    .header-call {
        text-align: left;
        margin-bottom: 0;
        margin-top: 6px;
    }

    .top-header-right {
        margin-top: 6px;
    }

        .aff-social-list > ul, .top-header-right > ul {
            text-align: right;
        }

    ul.topTabs.homenewtabs li a {
        background: url(../img/common-homesprite-new.png) 0 -43px no-repeat;
        border-radius: 0;
    }

    ul.topTabs.homenewtabs a.first {
        width: 120px;
        background-position: -127px -43px;
    }

        ul.topTabs.homenewtabs a.first b {
            font-weight: 600;
        }

    ul.topTabs.homenewtabs .fltTabIcon, ul.topTabs.homenewtabs .htlTabIcon, ul.topTabs.homenewtabs .stsngTabIcon, ul.topTabs.homenewtabs .pckgTabIcon, ul.topTabs.homenewtabs .trfTabIcon {
        margin: 6px 5px 0 0;
    }
}

@media (min-width:992px) {
    .logo, .logo:hover, .logo:focus {
        display: inline-block;
    }

    .main-nav {
        opacity: 1;
        background: transparent;
        position: static;
        padding-top: 0;
        z-index: 99999;
        overflow: visible;
        visibility: visible;
        float: right;
        margin-bottom: 0;
    }

        .main-nav > li {
            float: left;
        }

            .main-nav > li > a {
                color: #4d4d4d;
                font-size: 13px;
            }
}

/*------------------------------------*/


/* ------------footer--------------- */

.footer-section {
    padding: 10px 0px;
}

    .footer-section a {
        color: #ffffff;
        /*font-weight: bold;*/
    }

#ucFooter1_spnAbout > a {
    color: #333333;
}

.footer-section a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .footer-section ul li a {
        margin-left: 0px;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .footer-section ul li:hover a {
        color: #ffffff;
        margin-left: 20px;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

.footer-section .aff-social-list ul li:hover a {
    margin-left: 0px;
}

.footer-section ul.get-social {
    list-style-type: none;
    display: -webkit-inline-box;
}

    .footer-section ul.get-social li {
        padding: 5px 10px;
    }

.footer_list_top a {
    margin-right: 5px !important;
}

.footer_list_top {
    cursor: auto !important;
}


a.scrolltop {
    color: #fff;
    font-weight: bold;
    background: #333333;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 7;
    text-indent: 0;
    font-size: 24px !important;
    padding: 14px;
    line-height: 5px;
}

    a.scrolltop:hover, a.scrolltop:focus, a.scrolltop:active {
        background: #185a9d;
        color: #fff;
        text-decoration: none;
    }

/*--------------Send Enquiry Block CSS--------------*/

a.enq-block {
    position: fixed;
    top: 155px;
    right: -92px;
    z-index: 998;
    background: #fff;
    padding: 5px 5px;
    width: 135px;
    height: 40px;
    border: 1px solid #fff;
    border-right: 0;
    cursor: pointer;
    border-top-left-radius: 5px;
    box-shadow: inset 0 0px 35px rgba(0, 0, 0, .35);
    border-bottom-left-radius: 5px;
    transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}

a:hover.enq-block, a:focus.enq-block, a:visited.enq-block {
    width: 135px;
    right: 0;
    background: #fff;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    box-shadow: inset 0 0px 35px rgba(255, 93, 93, .85);
}

a.enq-block > img {
    margin-right: 5px;
}

a.enq-block > span {
    color: #333;
}

/*--------------Send Enquiry Block CSS--------------*/

/*--------------- flight page innner content css ---------------*/
.head-sticky ~ #wrapper {
    box-shadow: none;
    padding: 0px 15px 15px;
}

    .head-sticky ~ #wrapper .breadcrumb {
        margin: 0;
        padding: 0px;
    }

        .head-sticky ~ #wrapper .breadcrumb > li > a {
            font-size: 14px;
            line-height: 24px;
        }

    .head-sticky ~ #wrapper #divTimeOut {
        position: absolute;
        left: 50% !important;
        top: 25% !important;
        z-index: 10001;
        transform: translate(-50%, -50%);
    }

        .head-sticky ~ #wrapper #divTimeOut .modal {
            margin-left: 0;
        }

        .head-sticky ~ #wrapper #divTimeOut .modal-content {
            width: auto !important;
        }

@media only screen and (max-width: 767px) {
    .head-sticky ~ #wrapper {
        padding: 10px 15px 15px;
    }
}

.head-sticky ~ #wrapper #popUpTransfer .custom-modal,
.head-sticky ~ #wrapper #popUpSS .custom-modal {
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: 0;
    width: auto;
    border-radius: 0;
    right: 0;
}

.newPkdMdlCon .modal-content {
    position: relative;
}


.custom-modal-body {
    height: initial;
    background: #fff !important;
    max-height: initial;
}
