﻿.topFlightOffersWrap {
    width: 100%;
    float: left;
    margin: 30px 0 50px;
}
.headingWrap {
    text-align: center;
}
.headingCenter {
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
}
.headingCenter:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: #0c44ac;
}
.paraCenter {
    margin: 15px 0 0;
}
.topDestTabs {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}
.topDestTabs ul.nav-tabs {
    align-items: center;
    border: none;
    margin-bottom: 10px;
}
.topDestTabs {
    text-align: center;
}
.topDestTabs .topHdng {
    background: #0c44ac;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    line-height: 22px;
    border-radius: 30px;
    position: relative;
    padding: 0.5rem 1rem;
    display: inline-block;
}
.topDestTabs .topHdng:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 1px;
    border: 10px solid transparent;
    border-top: 10px solid #0c44ac;
    transform: translate(-50%, 20px);
}
.great-deal {
    box-shadow: none;
    padding: 40px 0;
}

.homepage_impcontentWrap .col-sm-12 > strong {
    color: #212529;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    position: relative;
}

.homepage_impcontentWrap .col-sm-12 > strong:after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ed0101;
}

.homepage_impcontentWrap .col-sm-12 > strong + strong {
    padding-top: 15px;
    color: #0c44ac;
}

    .homepage_impcontentWrap .col-sm-12 > strong + strong:after {
        display: none;
    }

.home-middle .serch-engine {
background: transparent;
}
.main-banner {
position: relative;
}

.destination__wrapper {
height: auto !important;
}
.main-banner:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 30%), rgb(0 0 0 / 100%));
z-index: 1;
}
.homebanner-heading {
margin-top: 90px;
font-size: 34px;
text-transform: uppercase;
font-weight: 900;
color: #fff;
margin-bottom: 23px;
}

#carouselExampleControls img {
filter: brightness(1.2);
height: 500px !important;
}

#carouselExampleControls,
.home-middle .carousel-inner,
.home-middle {
height: 500px;
}

/*Top Destination*/
.topDestAllWrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}
.topDestAllWrap ul li {
    width: 24%;
    margin: 0;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.topDestAllWrap ul li img {
    transition: all ease 2.5s;
    border-radius: 0;
    height: 220px;
    width: 100%;
}
.flightDetailsHome {
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    position: absolute;
    border-radius: 5px;
    bottom: 20px;
    width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}
.topDestAllWrap ul li:hover {
    transition: all ease 0.5s;
}
.topDestAllWrap ul li:hover img {
    transform: scale(1.5);
}
.topDestAllWrap ul li p {
    color: #fff;
    font-size: 17px;
    margin: 0;
    position: relative;
    display: block;
}
.topDestAllWrap ul li p::after {
    position: absolute;
    content: '';
    width: 75px;
    height: 0;
    background: #fff;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.topDestAllWrap ul li a {
    color: #ffffff;
    border: 1px solid #0c44ac;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    transition: all ease 0.5s;
    background: #0c44ac;
}
.topDestAllWrap ul li a.fullClicks {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.flightDetOverlay {
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 40%), rgb(0 0 0 / 90%));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all ease 0.5s;
    border-radius: 0;
}
.homepage_impcontentWrap {
    background: rgba(239, 241, 253,40%);
    margin: 0;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.homepage_impcontentWrap .col-sm-12 > strong {
    color: #212529;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    position: relative;
    margin: 15px 0 5px;
}
.homepage_impcontentWrap .row {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 2px #d7d2db;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}
.homepage_impcontentWrap .col-sm-12 > strong:after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ed0101;
}
.homepage_impcontentWrap p {
    margin: 0 0 30px;
    line-height: 24px;
    font-size: 17px;
    letter-spacing: 0.1px;
}
.homepage_impcontentWrap strong {
    display: block;
    margin: 15px 0 5px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.ddns {
    font-size: 22px;
    font-weight: bold;
}
.call-now a.fullClickcl {
    width: auto;
    height: auto;
    position: relative !important;
}

@media only screen and (min-width: 1200px) and (max-width: 2500px) {
    .date-2 .date-picker-wrapper.no-shortcuts.no-gap.two-months {
        left: -150px !important;
    }
}

    /*Ipad Pro*/
    @media only screen and (min-width: 1024px) and (max-width: 1199px) {
        .topDestAllWrap ul li img {
            height: 200px;
        }

        .topDestAllWrap ul li p {
            font-size: 14px;
        }
    }
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .topDestAllWrap ul li {
            width: 32%;            
        }
        .homepage_impcontentWrap .col-sm-12 > strong {
            font-size: 20px;
        }

    }

    /*Ipad Pro*/
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .best-price-garntied {
            padding-top: 15px;
        }

            .best-price-garntied ul li h1 img {
                margin: 2px 13px 0 0;
                width: 40px;
            }

            .best-price-garntied ul li h1 span {
                font-size: 13px;
            }

        .topDestAllWrap ul li {
            width: 48.5%;
        }

            .topDestAllWrap ul li img {
                height: 240px;
            }
    }
    /*Mobile*/
    @media only screen and (min-width: 270px) and (max-width: 767px) {

        .headingCenter {
            font-size: 20px;
        }

        .paraCenter {
            font-size: 13px;
        }

        .topDestAllWrap ul li {
            width: 48.5%;
        }

            .topDestAllWrap ul li img {
                height: 190px;
            }

        .homepage_impcontentWrap .col-sm-12 > strong {
            font-size: 17px;
            text-align: center;
        }

            .homepage_impcontentWrap .col-sm-12 > strong:after {
                left: 20%;
                width: 60%;
                height: 3px;
            }

        .homepage_impcontentWrap strong {
            font-size: 15px;
        }

        .homepage_impcontentWrap p {
            margin: 0 0 20px;
            line-height: 19px;
            font-size: 13px;
        }

        .homepage_impcontentWrap {
            background: rgba(239, 241, 253,40%);
            padding: 30px 15px;
        }

        .footCTADesc p {
            margin: 15px 0 20px 0;
        }

        .topDestAllWrap ul li p {
            font-size: 14px;
        }
        .toppanel .logo img.img-fluid {
            height: 41px;
            width: 150px;
        }
        .heading .foot-lgo {
            width: 220px;
            height: 66px;
        }
        .customer-support-new {
            position: relative;
            z-index: 0;
        }
    }

    @media only screen and (min-width: 280px) and (max-width: 511px) {
        .topDestAllWrap ul li {
            width: 100%;
        }
    }



    @media only screen and (min-width: 260px) and (max-width: 360px) {
        .homepage_impcontentWrap .row {
            padding: 0;
        }

        .homepage_impcontentWrap {
            padding-top: 0;
        }

            .homepage_impcontentWrap .col-sm-12 > strong:after {
                display: none;
            }

            .homepage_impcontentWrap .col-sm-12 > strong {
                line-height: 19px;
            }

        .footCTADesc h4 {
            font-size: 17px;
            line-height: 23px;
        }
    }



/*Sticky Footer*/
.mobile-sticky-foot {
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-sticky-foot {
        position: fixed;
        z-index: 999999990;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        background: #fff 0% 0% no-repeat padding-box;
        box-shadow: 0 -2px 8px 2px rgba(12, 6, 14, .3);
        border-radius: 0;
        display: flex;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }

        .mobile-sticky-foot a {
            text-align: center;
            transition: all ease .3s;
            text-decoration: none;
            background-color: transparent;
            font-weight: 400;
            font-size: 13px;
            display: inline-flex;
            padding: 10px 15px;
            transition: all .4s linear;
        }

            .mobile-sticky-foot a svg {
                display: block;
                text-align: center;
                fill: rgba(12, 6, 14, .5);
                margin: 0 auto;
            }

            .mobile-sticky-foot a.actv-btn {
                border-radius: 50px;
                background: #fff;
                box-shadow: 0 0 7px #ddd;
            }

            .mobile-sticky-foot a span {
                font-weight: 500;
                overflow: hidden;
                max-width: 0;
            }

            .mobile-sticky-foot a.actv-btn span {
                max-width: 100px;
                margin-left: 10px;
                transition: max-width .4s linear;
                color: #0c44ac;
            }

            .mobile-sticky-foot a.actv-btn svg path, .mobile-sticky-foot a.actv-btn svg rect {
                fill: #0c44ac;
            }

    .footer .col-4.col-lg-2.col-md-6,
    .footer .col-4.col-lg-2.col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .footer-widget h4.widget-title {
        margin-bottom: 0;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        pointer-events: auto;
        position: relative;
        padding: 14px 0;
        border-bottom: 1px solid #dbdbdb;
        width: 100%;
        display: inline-block;
    }

        .footer-widget h4.widget-title:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
            color: #000;
            font-family: 'FontAwesome';
        }

        .footer-widget h4.widget-title.ctr:after {
            display: none;
        }

    .mobile-sticky-foot {
        display: flex;
        justify-content: space-between;
    }

    .copyright p, .footer-bottom p {
        text-align: center;
    }

    .footer-widget ul.footer-menu {
        display: none;
        margin-bottom: 0;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 10px;
    }

    .footer-widget {
        padding: 0;
    }

        .footer-widget h4.widget-title.ctr {
            border: 0;
            margin-top: 10px;
        }

    body .ddns {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    body .footCTADesc p {
        margin: 5px 0 10px 0;
        font-size: 12px;
        line-height: 18px;
        text-align: left;
    }

    .footEmailCall {
        align-items: flex-start;
    }

    footer.footer.skin-light-footer {
        padding-top: 10px;
    }

    footer-add .p, .footer-add p {
        font-size: 12px;
        padding-right: 0;
        line-height: 20px;
        margin-bottom: 0;
    }

    body .call-now-m2 {
        right: 0;
    }

    button.navbar-toggler.close-menu-hide {
        display: none;
    }

    .phoneiconM {
        width: 28px;
        height: 28px;
    }

    .header.toppanel.sticky.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    body header#myHeader {
        position: fixed !important;
        top: 0;
    }

    .home-middle .serch-engine {
        margin-top: 51px;
    }

    .footBottmCTA {
        margin-bottom: 22px;
        padding: 10px 0 15px 0;
    }

    footer.footer.skin-light-footer {
        padding-bottom: 80px;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 10000;
        height: 100vh;
        width: 100%;
        overflow-y: auto;
        padding-top: 0;
        transition: all 0.4s;
    }

    body .topFlightOffersWrap {
        width: 100%;
        margin: 0;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 10000;
        background: #fff;
        height: 100vh;
        padding: 28px 0 90px 0;
        transition: all 0.4s;
        overflow-y: auto;
    }

    body .customer-support-new {
        padding: 10px 0 90px 0;
    }

    .mActive .footer-widget ul.footer-menu {
        display: block;
    }

    .mActive .footer-widget h4.widget-title:after {
        transform: rotate(90deg);
        margin-top: -7px;
    }

    body .staticpageBannerwrap {
        margin: 74px 0 50px;
    }
    .topDestAllWrap ul li {
        width: 48%;
    }
    .flightDetailsHome {
        left: 0;
        transform: translateX(0);
        bottom: 10px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .topDestAllWrap ul li p {
        font-size: 15px;
        margin-bottom: 4px;
        width: 100%;
    }
    .topDestAllWrap ul li a {
        padding: 2px 12px 1px 11px;
        font-size: 12px;
    }
    .topDestAllWrap ul li img {
        height: 160px;
    }
    body body.iti-mobile {
        background: #f9f9fe;
    }
    body .home-middle .serch-engine {
        padding: 53px 0 20px 0;
    }
    body .home-middle .serch-engine .tab-content {
        padding: 6px 0 36px 0;
    }
    .call-now-m2 .log-toggle.log-toggle-innerr {
        margin: 0 !important;
    }
    .call-now-m2 ul.nav.navbar-nav.navbar-right {
        padding-right: 14px;
    }
.call-now-m2 ul.nav.navbar-nav.navbar-right span.text_sign.d-sm-block {
margin: 0;
padding: 0;
}
.call-now-m2 {
    display: flex !important;
}
.call-now-m2 .acc-toggle {
    right: -44px;
    top: 48px;
    left: auto;
}
.call-now-m2 .acc-toggle:before {
    right: auto;
    left: 55%;
}


    @supports (-webkit-touch-callout: none) {
        body .topFlightOffersWrap, footer.footer.skin-light-footer {
            padding-bottom: 190px;
        }
    }

}

