
body {
    font-family: 'Roboto', sans-serif !important;
    background: #ffffff;
}

ul, li, ul li, table, lable, p, span, dl, dt, dd, table, tr, td {
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
    font-style: normal
}

a:hover, a:focus {
    text-decoration: none !important;
}

img {
    border: none;
}

.mt5 {
    margin-top: 5px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.padding0 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

    .padding0 > div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

.ul-coomon {
    width: 100%;
    float: left;
    padding-left: 20px;
}

    .ul-coomon li {
        float: left;
        width: 100%;
        line-height: 30px;
    }

.p-5 {
    padding: 5px;
}

.mr5 {
    margin-right: 5px;
}

.d-flex {
    display: flex;
}

.mb-30 {
    margin-bottom: 30px;
}

.topcontrol {
    background: #51ade5 !important;
    z-index: 1111;
}

.whatsapp-icon {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 1111;
    bottom: 145px !important;
    right: 40px !important;
}

    .whatsapp-icon img {
        width: 100%;
        height: auto;
    }

/*Start New Autocomplete*/


.ac_results {
    padding: 0;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    z-index: 9999;
    width: 400px !important;
    max-height: 270px;
    overflow: auto;
}

    .ac_results ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        box-shadow: 0 0 1px 1px #CCC;
        background-color: #fff
    }

    .ac_results li {
        margin: 0;
        cursor: default;
        display: block;
        font: menu;
        font-size: 14px;
        overflow: hidden
    }

.ac_odd {
    float: left;
    width: 100%;
    background: url(../images/autocompleteicon/loc1.png) 3% 49% no-repeat #FFF;
    color: #063553;
    font: 15px/25px DinMedium;
    padding: 10px 20px 10px 31px;
    margin-top: 5px
}

    .ac_odd u {
        text-decoration: none;
    }

.ac_even {
    float: left;
    width: 100%;
    padding: 7px 6px 7px 40px;
    font: 15px DinMedium;
    color: #0A6473;
    background: url(../images/autocompleteicon/plane1.png) 5% 40% no-repeat #FFF;
}

.ac_even1 {
    float: left;
    width: 100%;
    padding: 7px 6px 7px 40px;
    font: 15px DinMedium;
    color: #0A6473;
    background: url(../images/autocompleteicon/plane1.png) 5% 40% no-repeat #FFF;
}

.ac_evenFH {
    float: left;
    width: 100%;
    padding: 7px 6px 7px 40px;
    font: 15px DinMedium;
    color: #0A6473;
    background: url(../images/autocompleteicon/plane1.png) 5% 40% no-repeat #FFF;
}

.ac_evenFH1 {
    float: left;
    width: 100%;
    padding: 7px 6px 7px 40px;
    font: 15px DinMedium;
    color: #0A6473;
    background: url(../images/autocompleteicon/plane1.png) 5% 40% no-repeat #FFF;
}

.ac_over {
    background-color: #FFEC9D
}

.ac_even:hover {
    background-color: #FFEC9D
}



.ac_results.new {
    border-radius: 5px;
    top: 100%;
}

    .ac_results.new .ac_even {
        float: left;
        width: 100%;
        padding: 7px 6px 7px 40px;
        font: 400 14px/20px Roboto,Arial,sans-serif;
        letter-spacing: .2px;
        color: #5f6368;
        font-size: 13px;
        background: url(../images/autocompleteicon/plane2.png) 3.5% 40% no-repeat #FFF;
        border-bottom: 1px solid #eee;
    }

        .ac_results.new .ac_even:hover {
            background: url(../images/autocompleteicon/plane2a.png) 3.5% 40% no-repeat #f1f2f7;
            animation: plane-animation 4s infinite linear;
        }

        .ac_results.new .ac_even u {
            text-decoration: none;
        }

        .ac_results.new .ac_even .airport-name {
            display: block;
            line-height: 15px;
        }

        .ac_results.new .ac_even .city-name {
            display: block;
            line-height: 15px;
            font-size: 10px;
        }


.ac_results.ac_results_hotel.new .ac_even {
    background: url(../images/autocompleteicon/hotel-icon.png) 2.8% 40% no-repeat #FFF;
}

    .ac_results.ac_results_hotel.new .ac_even:hover {
        background: url(../images/autocompleteicon/hotel-icon.png) 2.8% 40% no-repeat #FFF;
        animation: hotel-animation 4s infinite linear;
    }

.ac_results.ac_results_transfer.new .ac_even {
    background: url(../images/autocompleteicon/transfer-icon.png) 2.8% 40% no-repeat #FFF;
}

    .ac_results.ac_results_transfer.new .ac_even:hover {
        background: url(../images/autocompleteicon/transfer-icon.png) 2.8% 40% no-repeat #FFF;
        animation: transfer-animation 4s infinite linear;
    }

.ac_results.ac_results_other.new .ac_even {
    background: url(../images/autocompleteicon/ohter-icon.png) 2.8% 40% no-repeat #FFF;
}

    .ac_results.ac_results_other.new .ac_even:hover {
        background: url(../images/autocompleteicon/ohter-icon.png) 2.8% 40% no-repeat #FFF;
        animation: other-animation 4s infinite linear;
    }


@keyframes plane-animation {
    0% {
        background: url(../images/autocompleteicon/plane2a.png) 1.5% 40% no-repeat #f1f2f7;
    }

    25% {
        background: url(../images/autocompleteicon/plane2a.png) 4% 40% no-repeat #f1f2f7;
    }

    50% {
        background: url(../images/autocompleteicon/plane2a.png) 1.5% 40% no-repeat #f1f2f7;
    }

    99% {
        background: url(../images/autocompleteicon/plane2a.png) 4% 40% no-repeat #f1f2f7;
    }

    100% {
        background: url(../images/autocompleteicon/plane2a.png) 1.5% 40% no-repeat #f1f2f7;
    }
}

@keyframes hotel-animation {
    0% {
        background: url(../images/autocompleteicon/hotel-icon.png) 1.5% 40% no-repeat #f1f2f7;
    }

    25% {
        background: url(../images/autocompleteicon/hotel-icon.png) 4% 40% no-repeat #f1f2f7;
    }

    50% {
        background: url(../images/autocompleteicon/hotel-icon.png) 1.5% 40% no-repeat #f1f2f7;
    }

    99% {
        background: url(../images/autocompleteicon/hotel-icon.png) 4% 40% no-repeat #f1f2f7;
    }

    100% {
        background: url(../images/autocompleteicon/hotel-icon.png) 1.5% 40% no-repeat #f1f2f7;
    }
}

@keyframes transfer-animation {
    0% {
        background: url(../images/autocompleteicon/transfer-icon.png) 1.5% 40% no-repeat #f1f2f7;
    }

    25% {
        background: url(../images/autocompleteicon/transfer-icon.png) 4% 40% no-repeat #f1f2f7;
    }

    50% {
        background: url(../images/autocompleteicon/transfer-icon.png) 1.5% 40% no-repeat #f1f2f7;
    }

    99% {
        background: url(../images/autocompleteicon/transfer-icon.png) 4% 40% no-repeat #f1f2f7;
    }

    100% {
        background: url(../images/autocompleteicon/transfer-icon.png) 1.5% 40% no-repeat #f1f2f7;
    }
}

@keyframes other-animation {
    0% {
        background: url(../images/autocompleteicon/ohter-icon.png) 1.5% 40% no-repeat #f1f2f7;
    }

    25% {
        background: url(../images/autocompleteicon/ohter-icon.png) 4% 40% no-repeat #f1f2f7;
    }

    50% {
        background: url(../images/autocompleteicon/ohter-icon.png) 1.5% 40% no-repeat #f1f2f7;
    }

    99% {
        background: url(../images/autocompleteicon/ohter-icon.png) 4% 40% no-repeat #f1f2f7;
    }

    100% {
        background: url(../images/autocompleteicon/ohter-icon.png) 1.5% 40% no-repeat #f1f2f7;
    }
}


::-webkit-scrollbar-track {
    background-color: #eee !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #5b5873 !important;
}

.ac_results.new::-webkit-scrollbar {
    width: 3px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .ac_results {
        width: 100% !important;
    }

    .ac_even,
    .ac_even1 {
        float: left;
        width: 100%;
        padding: 6px 6px 6px 40px !important;
    }
}

/*End New Autocomplete*/


.padding0 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

    .padding0 > div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

.padding00 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .padding00 > div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.ul-common {
    width: 100%;
    float: left;
    padding-left: 20px;
}

    .ul-common li {
        float: left;
        width: 100%;
        line-height: 26px;
        line-height: initial;
        text-align: justify;
    }

.ol-common {
    width: 100%;
    float: left;
    padding-left: 20px;
    list-style: decimal;
}

    .ol-common li {
        float: left;
        width: 100%;
        line-height: 26px;
        line-height: initial;
        text-align: justify;
    }

/* ----------------EXTERNAL PAGES--------------------- */
.home_external_page {
    width: 100%;
    padding-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    background: #f5f5f5;
}

.about_us_pg .about-us-bg,
.privacy_policy_pg .privacy_policy_bg,
.terms_condition_pg .terms_condition_bg,
.service_pg .service_bg,
.contact_us_pg .contact_us_bg {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    height: auto;
    background: url(../images/banners/contactus_bg2.jpg) no-repeat top;
    margin-bottom: 40px;
}

.about_us_pg .about-us-bg,
.terms_condition_pg .terms_condition_bg,
.contact_us_pg .contact_us_bg,
.service_pg .service_bg,
.privacy_policy_pg .privacy_policy_bg {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 40px;
    padding: 100px 0;
}

    .about_us_pg .about-us-bg h1,
    .contact_us_pg .contact_us_bg h1,
    .privacy_policy_pg .privacy_policy_bg h1,
    .service_pg .service_bg h1,
    .terms_condition_pg .terms_condition_bg h1 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }

.about_us_pg .heading,
.privacy_policy_pg .heading,
.service_pg .heading,
.terms_condition_pg .heading {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

    .about_us_pg .heading h2,
    .terms_condition_pg .heading h2,
    .service_pg .heading h2,
    .privacy_policy_pg .heading h2 {
        border-bottom: 0px solid #00d227;
        float: left;
        width: auto;
        padding: 5px 0;
        margin: 0px;
        position: relative;
        font-size: 25px;
        text-transform: uppercase;
    }

        .about_us_pg .heading h2:after,
        .terms_condition_pg .heading h2:after,
        .service_pg .heading h2:after,
        .privacy_policy_pg .heading h2:after {
            width: 100%;
            height: 3px;
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            background: #00588c;
        }

.about_us_pg h3,
.terms_condition_pg h3,
.privacy_policy_pg h3 {
    font-size: 20px;
    width: 100%;
    float: left;
    line-height: 25px;
}

.about_us_pg h4,
.terms_condition_pg h4,
.privacy_policy_pg h4 {
    font-size: 20px;
    width: 100%;
    float: left;
}

.about_us_pg .abouttext,
.terms_condition_pg .abouttext,
.privacy_policy_pg .abouttext {
    width: 100%;
    float: left;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: justify;
    margin-bottom: 10px;
}

.about_us_pg .ul-common li,
.terms_condition_pg .ul-common li,
.privacy_policy_pg .ul-common li {
    font-size: 14px;
    line-height: 24px;
}

.about_us_pg .ol-common li,
.terms_condition_pg .ol-common li,
.privacy_policy_pg .ol-common li {
    font-size: 14px;
    line-height: 24px;
}

.about_us_pg .abouttext a,
.terms_condition_pg .abouttext a,
.privacy_policy_pg .abouttext a {
    color: #51ade5;
}

    .about_us_pg .abouttext a:hover,
    .terms_condition_pg .abouttext a:hover,
    .privacy_policy_pg .abouttext a:hover {
        text-decoration: none;
    }

.about_us_pg .ul-common,
.privacy_policy_pg .ul-common,
.terms_condition_pg .ul-common {
    width: 100%;
    float: left;
    padding-left: 20px;
    margin-bottom: 10px;
}



.about_us_pg .innterul {
    padding-left: 15px;
    line-height: 30px;
}

.innteraboutdata .message_body {
    line-height: 30px;
    font-size: 15px;
}

.privacyinner, .faqinner p {
    line-height: 30px;
    font-size: 15px;
}

.faqinner ul {
    padding-left: 15px;
}

.about_us_pg .ul-cookie {
    width: 100%;
    float: left;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 30px;
}

    .about_us_pg .ul-cookie li {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 15px;
        padding-left: 200px;
    }

    .about_us_pg .ul-cookie .title {
        width: 200px;
        position: absolute;
        left: 0px;
    }

    .about_us_pg .ul-cookie .content {
        width: 100%;
        float: left;
    }

.quick-pay-pg {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

    .quick-pay-pg .form-full {
        float: left;
        width: 100%;
        border: 5px solid #f5f5f5;
        padding: 40px 20px;
        margin-top: 10px;
        margin-bottom: 100px;
    }

        .quick-pay-pg .form-full .input {
            border-radius: 0px;
            float: left;
            height: 46px;
            line-height: 46px;
            margin-bottom: 25px;
        }

        .quick-pay-pg .form-full .textaria {
            border-radius: 0px;
        }

        .quick-pay-pg .form-full .input-btn {
            border: none;
            outline: 0px;
            padding: 10px 30px;
            background: #3d84d7;
            color: #fff;
            margin-top: 20px;
        }

            .quick-pay-pg .form-full .input-btn:hover {
                background: #245c9e;
            }

/*  ---------------CONTACT US---------------- */


/*  CONTACT US */
.contactus-pg {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

.contact-us-bg {
    float: left;
    width: 100%;
    height: auto;
    background: url(../images/banners/contactus-bg.jpg) no-repeat top;
    margin-bottom: 40px;
}

    .contact-us-bg h1 {
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        padding: 100px 0;
    }

.contactus-pg .map-full {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.contactus-pg .contact-detail h2 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.contactus-pg .contact-detail p {
    width: 100%;
    float: left;
    color: #777;
    font-size: 15px;
    line-height: 26px;
    padding: 0px;
    margin: 0px;
}

    .contactus-pg .contact-detail p span {
        color: #000;
    }

    .contactus-pg .contact-detail p a {
        color: #777;
    }

.contactus-pg .form-full {
    float: left;
    width: 100%;
    border: 5px solid #ccc;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
}

    .contactus-pg .form-full .input {
        border-radius: 0px;
        float: left;
        height: 46px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .contactus-pg .form-full .textaria {
        border-radius: 0px;
    }

    .contactus-pg .form-full .input-btn {
        border: none;
        outline: 0px;
        padding: 10px 30px;
        background: #51ade5;
        color: #fff;
        margin-top: 20px;
    }

        .contactus-pg .form-full .input-btn:hover {
            background: #4098ce;
        }

    .contactus-pg .form-full .form-group .captcha-panel {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contactus-pg .form-full .form-group .captcha-panel .captcha-img {
            width: 100px;
            display: flex;
        }

        .contactus-pg .form-full .form-group .captcha-panel .refresh-icon {
            width: 40px;
            display: flex;
            justify-content: center;
        }

            .contactus-pg .form-full .form-group .captcha-panel .refresh-icon i {
                display: flex;
            }

        .contactus-pg .form-full .form-group .captcha-panel .captcha-input {
            width: 100px;
            display: flex;
        }
/*  CONTACT US */


/*------- HEADER start--------*/


/*------- HEADER start--------*/
/* --------------HEADER-------------- */
header {
    width: 100%;
    float: left;
}
    /*----BOTTOM HEADER----*/
    header .bottom_header {
        width: 100%;
        float: left;
        position: static;
        padding: 0px;
        background: #dbf7f7;
        background: #daf4f5;
        background: #dff0f7;
        border-bottom: solid 1px #cae2e3;
    }

        header .bottom_header .navigation_bar_full .custom_navigation_bar {
            position: static;
        }
        /*----LOGO----*/
        header .bottom_header .logo {
            float: left;
            width: 250px;
            padding: 0px 0px;
            margin: 10px 0 10px 0;
            display: block;
        }

            header .bottom_header .logo img {
                display: block;
            }

        header .bottom_header .navigation_bar_full {
            float: left;
            margin-top: 30px;
            margin-left: 262px;
        }

        header .bottom_header [class|=col] {
            position: static;
        }

        header .bottom_header .pts-logo-full {
            display: inline-flex;
            position: relative;
            left: 200px;
            top: 10px;
        }

            header .bottom_header .pts-logo-full .pts_logo {
                width: 80px;
            }

        header .bottom_header .header-login-panel {
            float: right;
            margin-top: 0px;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

            header .bottom_header .header-login-panel .phone-nu {
                float: right;
                font-size: 24px;
                font-weight: 800;
                color: #f3730a;
                margin-top: 0px;
                display: block;
            }

                header .bottom_header .header-login-panel .phone-nu:hover {
                    text-decoration: none;
                }

                header .bottom_header .header-login-panel .phone-nu .icon {
                    background: #51ade5;
                    color: #fff;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    display: inline-block;
                    text-align: center;
                    font-size: 20px;
                    border-radius: 50%;
                    position: relative;
                    top: -2px;
                }

                header .bottom_header .header-login-panel .phone-nu.h-whatsapp .icon-whatsapp img {
                    width: 35px;
                }

@media only screen and (min-width:320px) and (max-width:767px) {
    header .bottom_header .pts-logo-full {
        position: static;
    }

        header .bottom_header .pts-logo-full .pts_logo {
            width: 60px;
        }

    header .bottom_header .header-login-panel .phone-nu.h-whatsapp .icon-whatsapp img {
        width: 30px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header .bottom_header .pts-logo-full {
        left: 80px;
        top: 10px;
    }

    header .bottom_header .header-login-panel .phone-nu.h-whatsapp .icon-whatsapp img {
        width: 30px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    header .bottom_header .pts-logo-full {
        left: 110px;
        top: 10px;
    }
}

/*-----LOGIN-----*/
header .bottom_header .header-login-panel .login {
    width: auto;
    float: right;
}

    header .bottom_header .header-login-panel .login ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        padding-left: 0px;
    }

        header .bottom_header .header-login-panel .login ul li {
            float: left;
            width: auto;
            color: #013760;
            padding: 6px 10px;
            padding-right: 0px;
            margin-top: 0;
            border-radius: 3px;
        }

            header .bottom_header .header-login-panel .login ul li a {
                color: #013760;
                font-size: 14px;
            }

                header .bottom_header .header-login-panel .login ul li a i {
                    color: #0297c9;
                }

                header .bottom_header .header-login-panel .login ul li a:focus,
                header .bottom_header .header-login-panel .login ul li a:hover {
                    text-decoration: none;
                }

                header .bottom_header .header-login-panel .login ul li a .tta-logo {
                    width: 80px;
                }

                header .bottom_header .header-login-panel .login ul li a .atol-logo {
                    width: 60px;
                }

.alltime {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-left: 38px;
}

/*--------------NAVIGATION BAR TOGGLE-------------*/
header .bottom_header .navigation_bar_full .nav_bar_toggle {
    background: none;
    border: 0;
    margin-bottom: 0;
    min-height: 100%;
    float: right;
}


/*--------------COLLASPE--------------*/

header .bottom_header .navigation_bar_full .custom_navigation_bar .navigation_collapse {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
}

/*---------------CUSTOM NAVIGATION BAR--------------*/
header .bottom_header .navigation_bar_full .custom_navigation_bar {
    background: none;
    border: 0;
    margin-bottom: 0;
    min-height: 100%;
    float: right;
    width: 100%;
}

    header .bottom_header .navigation_bar_full .custom_navigation_bar ul {
        float: right;
    }

        header .bottom_header .navigation_bar_full .custom_navigation_bar ul li {
            float: left;
            margin-right: 23px;
            position: relative;
            top: 10px;
        }

            header .bottom_header .navigation_bar_full .custom_navigation_bar ul li a {
                color: #4e4d4d;
                padding: 0px 5px;
                font-size: 16px;
                font-weight: 600;
                width: 100%;
                float: left; /* line-height:0px; */
            }

                header .bottom_header .navigation_bar_full .custom_navigation_bar ul li a:hover {
                    background: none !important;
                }

                    header .bottom_header .navigation_bar_full .custom_navigation_bar ul li a:hover span {
                        color: #51ade5;
                    }

            header .bottom_header .navigation_bar_full .custom_navigation_bar ul li.active a {
                color: #51ade5;
                background: none !important;
            }

                header .bottom_header .navigation_bar_full .custom_navigation_bar ul li.active a:focus,
                header .bottom_header .navigation_bar_full .custom_navigation_bar ul li.active a:hover {
                    color: #51ade5;
                    background-color: #5bc9e2;
                }

                header .bottom_header .navigation_bar_full .custom_navigation_bar ul li.active a span {
                    color: #51ade5;
                }

            header .bottom_header .navigation_bar_full .custom_navigation_bar ul li a span {
                position: relative;
            }
            /*header .bottom_header .navigation_bar_full .custom_navigation_bar ul li a span:after{content:""; position:absolute; width:0%; height:2px; background:#123491; bottom:-4px; left:50%; right:50%; transition:0.3s;}
header .bottom_header .navigation_bar_full .custom_navigation_bar ul li a span:hover:after{width:100%; left:0%; right:0%;}
header .bottom_header .navigation_bar_full .custom_navigation_bar ul li a span:hover{ border-width:100%;}*/


            header .bottom_header .navigation_bar_full .custom_navigation_bar ul li:last-child a {
                padding-right: 0;
            }

            header .bottom_header .navigation_bar_full .custom_navigation_bar ul li span.image {
                padding: 0;
                margin-right: 3px;
            }

                header .bottom_header .navigation_bar_full .custom_navigation_bar ul li span.image img {
                    width: auto;
                    margin-top: -5px;
                }

                    header .bottom_header .navigation_bar_full .custom_navigation_bar ul li span.image img.auto {
                        width: auto;
                    }

            header .bottom_header .navigation_bar_full .custom_navigation_bar ul li span {
                border-right: 0;
                width: 100%;
                float: left;
                text-align: center;
                color: #013760;
                font-size: 14px;
                font-weight: 300;
            }


/*--mega menu--*/

header .custom_navigation_bar ul li {
    position: static !important;
}

    header .custom_navigation_bar ul li.mega-drop-down .mega-menu {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 999;
        background: rgba(255, 255, 255, 0.88);
        background: #f3f3f3;
        padding: 40px;
        box-shadow: 0px 5px 9px rgba(0,0,0, .4);
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        opacity: 0;
        visibility: hidden;
        margin-top: 38px;
    }

    header .custom_navigation_bar ul li.mega-drop-down:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        top: auto
    }

    header .custom_navigation_bar ul li.mega-drop-down .mega-menu .mega-title {
        font-size: 25px;
    }

    header .custom_navigation_bar ul li.mega-drop-down .mega-menu ul {
        padding: 0;
    }

        header .custom_navigation_bar ul li.mega-drop-down .mega-menu ul li {
            list-style: none;
        }

            header .custom_navigation_bar ul li.mega-drop-down .mega-menu ul li a {
                padding: 5px 0;
                display: block;
            }

    header .custom_navigation_bar ul li.mega-drop-down .megamenuDetails img {
        width: 100%;
        object-fit: cover;
    }

    header .custom_navigation_bar ul li.mega-drop-down .megamenuDetails .holiday {
        background: #ddd;
        margin-bottom: 10px;
        float: left;
        text-align: center;
    }

        header .custom_navigation_bar ul li.mega-drop-down .megamenuDetails .holiday:hover {
            background: #edbc2e;
        }

    header .custom_navigation_bar ul li.mega-drop-down .megamenuDetails a {
        padding: 0;
        display: block;
    }

    header .custom_navigation_bar ul li.mega-drop-down .megamenuDetails .holiday h4 {
        margin: 10px;
    }

    header .custom_navigation_bar ul li.mega-drop-down .megamenuDetails .holiday img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 3px 3px 0 0;
    }


.login_full {
    width: 100%;
    float: left;
}

.dealmr {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}
/* FORGOT PASSWORD POPUP START */
.login_full .login-forgotpopup {
    width: 100%;
    float: left;
}

    .login_full .login-forgotpopup .forgot-password-panel {
        width: 100% !important;
        float: left;
        border: 1px solid #ccc;
        padding: 20px 20px;
        background: #fff;
        border-radius: 5px !important;
    }

        .login_full .login-forgotpopup .forgot-password-panel .key-outer {
            width: 80px;
            margin: 0 auto;
        }

        .login_full .login-forgotpopup .forgot-password-panel .key {
            width: 100%;
            height: 80px;
            float: left;
            text-align: center;
            border-radius: 50%;
            padding: 8px 0;
            padding-top: 22px;
            font-weight: 600;
            background: #51ade5; /*background:rgba(21,189,204,0.5);*/
            color: #fff;
        }

            .login_full .login-forgotpopup .forgot-password-panel .key .icon {
                width: 100%;
                float: left;
                text-align: center;
                font-size: 26px;
            }

            .login_full .login-forgotpopup .forgot-password-panel .key .text {
                width: 100%;
                float: left;
                text-align: center;
                font-size: 14px;
                margin-top: -5px;
                font-weight: normal;
            }

        .login_full .login-forgotpopup .forgot-password-panel .h3 {
            margin: 0px;
            padding: 0px;
            color: #000;
            font-size: 18px;
            margin-top: 10px;
            margin-bottom: 20px;
            width: 100%;
            float: left;
            text-align: center;
            font-weight: 600;
        }

        .login_full .login-forgotpopup .forgot-password-panel input {
            width: 100%;
            float: left;
            border-radius: 4px;
            border: 1px solid #ccc;
            height: 36px;
            margin-bottom: 20px;
            outline: 0px;
            padding: 0 10px;
        }

            .login_full .login-forgotpopup .forgot-password-panel input[type=submit] {
                background: #51ade5;
                color: #fff;
                font-weight: bold;
                outline: none;
                border: 0px;
                border-radius: 5px;
                height: 40px;
            }

            .login_full .login-forgotpopup .forgot-password-panel input[value=Submit] {
                background: #3ac4fa;
                color: #fff;
                font-weight: bold;
                outline: none;
                border: 0px;
                border-radius: 5px;
                height: 40px;
            }

    .login_full .login-forgotpopup button {
        outline: none;
    }

        .login_full .login-forgotpopup button.close {
            background: #000;
            width: 20px;
            height: 20px;
            font-size: 16px;
            color: #fff !important;
            padding: 0px;
            border-radius: 50%;
            opacity: 1 !important;
        }

    .login_full .login-forgotpopup .modal-content {
        border: 0px;
    }

    .login_full .login-forgotpopup .modal-body {
        width: 100%;
        float: left;
    }

    .login_full .login-forgotpopup .modal-header {
        display: none;
    }

    .login_full .login-forgotpopup .modal-footer {
        display: none;
    }

/*--become an agent --*/
.becomeanagent .modal#divBecomeanAgent {
    padding-right: 0px !important;
}

.becomeanagent .modal-dialog {
    width: auto;
    max-width: 600px;
}

    .becomeanagent .modal-dialog .close {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 15px 7px;
        border: none;
        opacity: 1;
        color: #ccc;
        font-size: 33px;
        font-weight: 300;
        position: absolute;
        right: 5px;
        top: 5px;
        line-height: 0;
        z-index: 11;
    }

        .becomeanagent .modal-dialog .close:hover {
            opacity: 1;
            color: #333;
        }

    .becomeanagent .modal-dialog .modal-content {
        width: 100%;
        float: left;
        background: #fff;
        padding: 10px 15px;
    }

    .becomeanagent .modal-dialog .heading {
        width: 100%;
        float: left;
        position: absolute;
        top: -40px;
        text-align: center;
        margin: 0 0 20px 0;
        font-size: 20px;
        color: #51ade5;
        font-weight: bold;
    }

    .becomeanagent .modal-dialog .form-panel-inner {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

        .becomeanagent .modal-dialog .form-panel-inner input {
            width: 100%;
            border-radius: 0px;
            padding: 10px;
            height: 40px;
            font-size: 14px;
        }

        .becomeanagent .modal-dialog .form-panel-inner .form-control {
            border-radius: 0px;
        }

    .becomeanagent .modal-dialog .submit-btn-outer {
        width: 200px;
        margin: 0 auto;
    }

        .becomeanagent .modal-dialog .submit-btn-outer .submit-btn {
            width: 100%;
            float: left;
            background: #51ade5;
            color: #fff;
            border: 0px;
            outline: none;
            margin-top: 20px;
            padding: 10px 0;
        }

.becomeanagent .submintbtn1 {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

    .becomeanagent .submintbtn1 span {
        position: relative;
        z-index: 1;
    }

    .becomeanagent .submintbtn1::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 360px;
        transform: rotate(-45deg);
        top: -150px;
        left: 0px;
        background: #15bdcc;
        transition: 0.4s;
    }

    .becomeanagent .submintbtn1:hover::before {
        width: 100%;
    }

    .becomeanagent .submintbtn1::after {
        position: absolute;
        content: "";
        width: 0%;
        height: 360px;
        transform: rotate(-45deg);
        top: -150px;
        left: 0px;
        background: #f7941d;
        transition: 0.8s;
        transition-delay: 0.2s;
    }

    .becomeanagent .submintbtn1:hover::after {
        width: 100%;
    }

.becomeanagent .modal-dialog button {
    outline: none;
}

    .becomeanagent .modal-dialog button.close {
        background: #000;
        width: 20px;
        height: 20px;
        font-size: 16px;
        color: #fff !important;
        padding: 0px;
        border-radius: 50%;
        opacity: 1 !important;
    }

.becomeanagent .modal-dialog .modal-content {
    border: 0px;
}

.becomeanagent .modal-dialog .modal-body {
    width: 100%;
    float: left;
}

.becomeanagent .modal-dialog .modal-header {
    display: block;
    padding: 25px 0;
}

.becomeanagent .modal-dialog .modal-footer {
    display: none;
}
/*--become an agent --*/

@media screen and (min-width:320px) and (max-width:767px) {
    header .top_header .contact-num span {
        display: none;
    }

    header .bottom_header .logo {
        width: 140px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    header .bottom_header .navigation_bar_full .custom_navigation_bar ul li span {
        font-size: 17px;
        line-height: 13px;
    }

    header .bottom_header .atol {
        display: none;
    }

    header .bottom_header .navigation_bar_full {
        border: none;
    }

    header .bottom_header .header-login-panel .phone-nu {
        font-size: 14px;
        margin-bottom: 5px;
    }

        header .bottom_header .header-login-panel .phone-nu .icon {
            width: 25px;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
        }

    header .bottom_header .navigation_bar_full .custom_navigation_bar ul {
        width: 100%;
        margin: 10px 0;
    }

        header .bottom_header .navigation_bar_full .custom_navigation_bar ul li span {
            text-align: left;
        }

        header .bottom_header .navigation_bar_full .custom_navigation_bar ul li {
            margin-right: 0px;
            width: 100%;
        }

            header .bottom_header .navigation_bar_full .custom_navigation_bar ul li a {
                padding: 10px 15px;
            }

    header .bottom_header .navigation_bar_full {
        float: right;
        margin-top: -95px;
        width: 100%;
    }

    header .bottom_header .header-login-panel {
        float: right;
        margin-top: -50px;
        margin-right: 0px;
    }

        header .bottom_header .header-login-panel .login ul li {
            padding: 6px 5px;
        }

            header .bottom_header .header-login-panel .login ul li:last-child {
                padding-right: 0px;
            }

    header .bottom_header .navigation_bar_full .nav_bar_toggle .navbar-header .navbar-toggle {
        margin-right: 0px;
    }

    header .bottom_header .navigation_bar_full .custom_navigation_bar .navigation_collapse {
        background: #fff;
        position: relative;
        z-index: 1;
    }

    header .bottom_header .navigation_bar_full .custom_navigation_bar ul li span {
        color: #333;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    header .bottom_header .logo {
        width: 200px;
    }

    header .bottom_header .atol {
        display: none;
    }

    header .bottom_header .navigation_bar_full {
        margin-top: 30px;
    }

    header .bottom_header .header-login-panel .login ul li a {
        font-size: 12px;
    }

    header .bottom_header .header-login-panel .phone-nu {
        font-size: 24px;
        margin-bottom: 0px;
    }

        header .bottom_header .header-login-panel .phone-nu .icon {
            width: 25px;
            height: 25px;
            line-height: 25px;
            font-size: 16px;
        }

    header .top_header .contact-num span {
        font-size: 14px;
    }

        header .top_header .contact-num span img {
            width: 31px;
        }

    header .bottom_header .navigation_bar_full .custom_navigation_bar ul li {
        margin-right: 6px;
    }

        header .bottom_header .navigation_bar_full .custom_navigation_bar ul li span {
            font-size: 12px;
        }

    header .top_header .time .timeduraction {
        margin-top: 5px;
    }

    header .top_header .login ul li {
        margin-top: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    header .bottom_header .navigation_bar_full .custom_navigation_bar ul li span {
        font-size: 13px;
    }

    header .bottom_header .atol {
        margin: 0px 9px;
    }

    header .top_header .contact-num span {
        font-size: 18px;
    }

    header .top_header .time .timeduraction {
        font-size: 16px;
    }

    header .bottom_header .navigation_bar_full .custom_navigation_bar ul li {
        margin-right: 8px;
    }
}

@media (min-width: 1200px) {
    header .bottom_header .navigation_bar_full .custom_navigation_bar ul li {
        margin-right: 40px;
    }
}


@media (min-width: 320px) {
    .login_full .login-forgotpopup .modal-dialog {
        max-width: 450px;
        width: 100%;
        margin: 30px auto;
    }
}

/* LOGIN POPUP START */
@media (min-width: 320px) {
    .login_full .login-popup .modal-dialog {
        max-width: 450px;
        width: 100%;
        margin: 30px auto;
    }
}

.login_full .login-popup {
    width: 100%;
    float: left;
}

    .login_full .login-popup .login-popup-panel {
        width: 100% !important;
        float: left;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 5px !important;
    }

        .login_full .login-popup .login-popup-panel button {
            outline: none;
        }

            .login_full .login-popup .login-popup-panel button.close {
                background: #000;
                width: 20px;
                height: 20px;
                font-size: 16px;
                color: #fff !important;
                padding: 0px;
                margin-top: 5px;
                border-radius: 50%;
                opacity: 1 !important;
            }

    .login_full .login-popup .modal-content {
        border: 0px;
    }

    .login_full .login-popup .modal-body {
        width: 100%;
        float: left;
        position: relative;
        z-index: 9999;
    }

    .login_full .login-popup .modal-header {
        display: none;
    }

    .login_full .login-popup .modal-footer {
        display: none;
    }

    .login_full .login-popup .login-popup-panel .popup-header {
        width: 100%;
        float: left;
        border-bottom: 2px solid #51ade5;
        padding: 10px 20px;
    }

    .login_full .login-popup .login-popup-panel .title {
        float: left;
        font-size: 20px;
        font-weight: 600;
        color: #333;
        margin-bottom: 0px;
    }

    .login_full .login-popup .login-popup-panel .registration-content {
        width: 100%;
        float: left;
        padding: 20px 20px;
        padding-top: 30px;
    }

        .login_full .login-popup .login-popup-panel .registration-content .form-full {
            width: 100%;
            float: left;
        }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .form-group {
                width: 100%;
                float: left;
                margin-bottom: 15px;
            }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .positeion-relative {
                width: 100%;
                float: left;
                position: relative;
                font-weight: normal;
            }

                .login_full .login-popup .login-popup-panel .registration-content .form-full .positeion-relative .icon {
                    position: absolute;
                    top: 7px;
                    left: 8px;
                    color: #51ade5;
                    font-size: 20px;
                }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .form-control:focus + .icon {
                color: #333;
            }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .form-control {
                padding-left: 30px;
                height: 40px;
                font-style: italic;
            }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .forgot-password {
                width: auto;
                float: left;
                font-size: 12px;
                text-align: left;
                cursor: pointer;
                margin-top: -20px;
                padding: 5px 0;
                color: #51ade5;
            }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .booking-text {
                width: auto;
                float: left;
                font-size: 10px;
                text-align: left;
                cursor: pointer;
                margin-top: -20px;
                padding: 5px 0;
                color: #999;
            }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .login-btn-outer {
                width: 100%;
                margin: 0 auto;
            }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .login-btn {
                width: 100%;
                float: left;
                background: #51ade5;
                color: #FFF;
                border: 0px solid #666464;
                padding: 10px 0;
                margin-top: 15px;
                font-size: 14px;
                border-radius: 20px;
                margin-bottom: 10px;
                width: 100%;
                text-align: center;
                font-weight: 600;
                outline: none;
                -webkit-box-shadow: 0 8px 6px -6px #777;
                transition: 0.3s;
                -webkit-transition: 0.3s;
            }

                .login_full .login-popup .login-popup-panel .registration-content .form-full .login-btn:hover {
                    background: #4098ce;
                }

                .login_full .login-popup .login-popup-panel .registration-content .form-full .login-btn .login-icon {
                    width: auto;
                }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .booking-btn {
                width: 100%;
                float: left;
                background: #f8f8f8;
                color: #3ac4fa;
                border: 1px solid #ccc;
                padding: 10px 0;
                margin-top: 15px;
                font-size: 14px;
                border-radius: 20px;
                margin-bottom: 10px;
                width: 100%;
                text-align: center;
                font-weight: 600;
                outline: none;
            }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .line-partition {
                width: 100%;
                height: 1px;
                float: left;
                border-bottom: 1px dashed #ccc;
                margin: 20px 0 10px 0;
            }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .sign-uptext {
                width: 100%;
                float: left;
                color: #999;
                font-size: 12px;
                text-align: center;
                margin: 15px 0;
            }

                .login_full .login-popup .login-popup-panel .registration-content .form-full .sign-uptext a {
                    color: #51ade5;
                    font-weight: 600;
                }

                .login_full .login-popup .login-popup-panel .registration-content .form-full .sign-uptext.agent-login {
                    margin-top: 0px;
                }

            .login_full .login-popup .login-popup-panel .registration-content .form-full .or {
                width: 100%;
                height: 1px;
                float: left;
                background: #ccc;
                margin: 15px 0 10px 0;
                position: relative;
            }

                .login_full .login-popup .login-popup-panel .registration-content .form-full .or .circle {
                    width: 35px;
                    height: 35px;
                    line-height: 30px;
                    border-radius: 50%;
                    text-align: center;
                    font-size: 12px;
                    font-style: italic;
                    color: #999;
                    border: 0px solid #ccc;
                    background: #fff;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                }

        .login_full .login-popup .login-popup-panel .registration-content .facebook-google-panel {
            width: 100%;
            float: left;
            margin-top: 15px;
            margin-bottom: 15px;
        }

            .login_full .login-popup .login-popup-panel .registration-content .facebook-google-panel .fg-login {
                width: 100%;
                float: left;
                background: #fff;
                border: 1px solid #1953a1;
                margin-bottom: 10px;
                border-radius: 5px;
                position: relative;
                padding-left: 40px;
            }

                .login_full .login-popup .login-popup-panel .registration-content .facebook-google-panel .fg-login .icon {
                    width: 40px;
                    float: left;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    text-align: center;
                }

                    .login_full .login-popup .login-popup-panel .registration-content .facebook-google-panel .fg-login .icon i {
                        width: 100%;
                        float: left;
                        font-size: 20px;
                        text-align: center;
                        padding: 9px 0;
                        color: #1953a1;
                    }

                .login_full .login-popup .login-popup-panel .registration-content .facebook-google-panel .fg-login .text {
                    width: 100%;
                    float: left;
                    text-align: center;
                    padding: 8px 0;
                    font-size: 14px;
                    background: #1953a1;
                    color: #fff;
                    outline: none;
                    border: none;
                }

                .login_full .login-popup .login-popup-panel .registration-content .facebook-google-panel .fg-login.google-login {
                    border: 1px solid #4285f4;
                }

                    .login_full .login-popup .login-popup-panel .registration-content .facebook-google-panel .fg-login.google-login .icon {
                    }

                        .login_full .login-popup .login-popup-panel .registration-content .facebook-google-panel .fg-login.google-login .icon img {
                            width: 20px;
                            height: 20px;
                            margin-top: 8px;
                        }

                    .login_full .login-popup .login-popup-panel .registration-content .facebook-google-panel .fg-login.google-login .text {
                        background: #4285f4;
                    }





/*----------BANNER----------*/
.banner-slider {
    position: relative;
    width: 100%;
    float: left;
}
    /*.banner-slider:before {content: "";position: absolute;top: 0px;left: 0px;width: 100%;height: 7px;background: url(../images/icons/header-bottom.png); z-index:1; opacity:0.8;}*/
    .banner-slider .item img {
        width: 100%;
        object-fit: cover;
        background-position: top;
    }

    .banner-slider .carousel-control {
        position: absolute;
        display: none;
        top: 0;
        bottom: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        background-color: rgba(0,0,0,0);
        filter: alpha(opacity=50);
        opacity: 1;
        z-index: 10;
        width: 43px;
        height: 43px;
        border: 2px solid #fff;
        border-radius: 50%;
        padding: 6px;
        top: 50%;
        margin: 5px;
    }

    .banner-slider .carousel-inner .item::before {
        content: "";
        height: 100%;
        left: 0px;
        opacity: 1;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 9;
        background: rgba(0,0,0,0.0);
    }

    .banner-slider .carousel-control:focus,
    .banner-slider .carousel-control:hover {
        border: 2px solid;
    }

    .banner-slider .carousel-caption {
        top: 3%;
    }

        .banner-slider .carousel-caption .h2 {
            font-size: 26px;
            font-weight: 400;
            color: #fff;
            margin-top: 0px;
            margin-bottom: 10px;
            line-height: 1.1;
        }

        .banner-slider .carousel-caption .h3 {
            font-size: 40px;
            font-weight: 400;
            color: #fff;
            margin-top: -10px;
            margin-bottom: 10px;
            line-height: 1.1;
        }

        .banner-slider .carousel-caption .line {
            width: auto;
        }

@media screen and (min-width:320px) and (max-width:767px) {
    .banner-slider .carousel-caption {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .banner-slider .carousel-caption {
        display: none;
    }

    .banner-slider .item img {
        height: 450px;
    }

    .banner-slider .carousel-control {
        display: none;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .banner-slider .carousel-caption .h2 {
        font-size: 26px;
    }

    .banner-slider .carousel-caption .h3 {
        font-size: 38px;
    }

    .banner-slider .item img {
        height: 400px;
    }

    .banner-slider .carousel-control {
        display: none;
    }
}

@media screen and (min-width:1200px) and (max-width:1366px) {
    .banner-slider .carousel-caption .h2 {
        font-size: 26px;
    }

    .banner-slider .carousel-caption .h3 {
        font-size: 30px;
    }
}

@media (max-width:1300px) {
    .banner-slider .carousel-control,
    .banner-slider .carousel-caption .line {
        display: none;
    }
}

@media (min-width:320px) {
    .banner-slider .carousel-caption {
        left: 0%;
        right: 0%;
    }
}


/* -------------SEARCH TAB-------------- */
.search_container {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 10px;
    margin-top: -320px;
}

    .search_container .tab_full_container {
        width: 100%;
        float: left;
        padding: 0px 0px;
        position: relative;
        z-index: 111;
    }

        .search_container .tab_full_container .row-custom {
            float: left;
            width: 100%;
        }

            .search_container .tab_full_container .row-custom:last-child {
                background: none;
                padding: 10px 0;
            }

        .search_container .tab_full_container .divTabMulticity .row-custom .row-custom:last-child {
            padding: 0;
        }

    .search_container .dropdown-menu .h6 {
        display: inline-block;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    /*-----------FLIGHT------------*/
    .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_extra_large {
        float: left;
        width: 100%;
        position: relative;
    }

    .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_large {
        float: left;
        width: 21%;
        position: relative;
    }

    .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_medium {
        float: left;
        width: 16%;
        position: relative;
    }

    .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_small {
        float: left;
        width: 10.5%;
        position: relative;
    }

    .search_container .tab_full_container .search_navigation_tab {
        float: left;
        margin-top: 0px;
        width: 100%;
        background: #edeeee;
        border-radius: 10px 10px 0 0;
    }

        .search_container .tab_full_container .search_navigation_tab ul {
            border-bottom: 0;
            margin-bottom: 0;
            text-align: center;
            position: relative;
        }

            .search_container .tab_full_container .search_navigation_tab ul li {
                margin-bottom: 0;
                display: inline-block;
                text-align: center;
            }

                .search_container .tab_full_container .search_navigation_tab ul li.active a,
                .search_container .tab_full_container .search_navigation_tab ul li.active a:focus,
                .search_container .tab_full_container .search_navigation_tab ul li.active a:hover {
                    color: #333;
                    cursor: default;
                }

                .search_container .tab_full_container .search_navigation_tab ul li a:hover {
                    border-color: transparent;
                    outline: 0 !important;
                    outline-offset: none !important;
                }

                .search_container .tab_full_container .search_navigation_tab ul li a:focus,
                .search_container .tab_full_container .search_navigation_tab ul li a:hover {
                    text-decoration: none;
                    color: #f14624;
                    outline-offset: 0
                }

                .search_container .tab_full_container .search_navigation_tab ul li a {
                    border: 0 solid transparent !important;
                    position: relative;
                    display: block;
                    padding: 10px 13px;
                    background: none;
                    border-radius: 0;
                    color: #333333;
                    font-size: 20px;
                    text-align: left;
                    margin-right: 2.5px;
                }

                    .search_container .tab_full_container .search_navigation_tab ul li a:hover {
                        background-color: transparent;
                    }

                    .search_container .tab_full_container .search_navigation_tab ul li a span {
                        font-size: 17px;
                        font-weight: 500;
                    }

                /*--------------SEARCH NAVIGATION TAB ICON-----------*/
                /*.search_container .tab_full_container .search_navigation_tab ul li.active .image{background: #5bc9e2;}*/
                .search_container .tab_full_container .search_navigation_tab ul li .image {
                    float: none;
                    padding: 0;
                    margin-right: 0;
                    display: inline-block;
                    width: 44px;
                    height: 33px;
                    text-align: center;
                }

                    .search_container .tab_full_container .search_navigation_tab ul li .image img {
                        width: auto;
                        vertical-align: middle;
                    }

@media screen and (min-width:320px) and (max-width:767px) {
    .search_container .tab_full_container .search_navigation_tab ul li {
        width: 50%;
    }

        .search_container .tab_full_container .search_navigation_tab ul li:nth-child(2) a {
            margin-right: 0px;
        }

        .search_container .tab_full_container .search_navigation_tab ul li:nth-child(4) a {
            margin-right: 0px;
        }

        .search_container .tab_full_container .search_navigation_tab ul li .image {
            display: none;
        }
}


/*-----------HOTELS------------*/
.search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_large {
    float: left;
    width: 40%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_medium {
    float: left;
    width: 17.3%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_small {
    float: left;
    width: 17.5%;
    position: relative;
}

    .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_small:last-child {
        width: 8%;
    }


/*------------FLIGHTS HOTEL--------------*/
.search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_extra_large {
    float: left;
    width: 100%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_large {
    float: left;
    width: 17%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_medium {
    float: left;
    width: 13%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_small {
    float: left;
    width: 11.25%;
    position: relative;
}

    .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_small:last-child {
        width: 8%;
    }


/*-------------TRANSFER---------------*/
.search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_extra_large {
    float: left;
    width: 100%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_large {
    float: left;
    width: 21%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_medium {
    float: left;
    width: 15.33%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_small {
    float: left;
    width: 12%;
    position: relative;
}


/*-----------ATTRACTION------------*/
.search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_extra_large {
    float: left;
    width: 100%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_large {
    float: left;
    width: 45%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_medium {
    float: left;
    width: 25%;
    position: relative;
}

.search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_small {
    float: left;
    width: 15%;
    position: relative;
}


/*.search_container .tab_full_container ul li.active .image{border-radius: 25px;background: none;width: auto;text-align: center;height: auto;}*/


.search_container .tab_full_container .tab-content {
    width: 100%;
    float: left;
    background: none;
    padding: 10px;
    min-height: 150px;
}

    .search_container .tab_full_container .tab-content .tab-pane .form_full {
        margin-left: 2px;
        margin-right: 2px;
    }

/*--------------RADIO BUTTON---------------*/
.search_container .radio-full .radio-inline [type="radio"]:checked,
.search_container .radio-full .radio-inline [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .search_container .radio-full .radio-inline [type="radio"]:checked + label,
    .search_container .radio-full .radio-inline [type="radio"]:not(:checked) + label {
        font-weight: normal;
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #333;
        font-weight: 500;
    }

.search_container .radio-full .radio-inline [type="checkbox"]:checked + label,
.search_container .radio-full .radio-inline [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 6px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

.search_container .radio-full .radio-inline [type="radio"]:checked + label:before,
.search_container .radio-full .radio-inline [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #51ade5;
    border-radius: 100%;
    background: transparent;
}

.search_container .radio-full .radio-inline [type="radio"]:checked + label:after,
.search_container .radio-full .radio-inline [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #51ade5;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search_container .radio-full .radio-inline [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.search_container .radio-full .radio-inline [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.search_container .tab_full_container .tab-content .tab-pane .form_full .radio-full {
    margin-bottom: 15px;
    margin-top: 10px;
}

.search_container .tab_full_container .tab-content .tab-pane .form_full .radio-inline {
    margin-left: 0;
    margin-right: 10px;
    color: #5e5e5e;
    padding-left: 0;
    vertical-align: inherit;
}

.search_container .tab_full_container .tab-content .tab-pane .form_full .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
    color: #333;
    font-weight: 600;
}

.search_container .tab_full_container .tab-content .tab-pane .form-group {
    width: 100%;
    height: 70px;
    float: left;
    position: relative;
    border: 1px solid #ccc;
}

    .search_container .tab_full_container .tab-content .tab-pane .form-group label {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 10px;
        width: 100%;
        float: left;
        padding: 0;
        text-align: left;
        line-height: 1;
        color: #004f87;
        position: absolute;
        left: 9px;
        top: 7px;
        z-index: 1;
    }

    .search_container .tab_full_container .tab-content .tab-pane .form-group select.form-control {
        -webkit-height: 40px;
        line-height: 33px;
        -webkit-appearance: none;
        background-image: url(../images/icons/arrow-down.png);
        background-position: right 7px center;
        background-repeat: no-repeat;
        padding-left: 10px;
        text-indent: 18px;
        padding-top: 6px;
        border: 0px;
        box-shadow: 0px;
    }

        .search_container .tab_full_container .tab-content .tab-pane .form-group select.form-control:focus {
            border: 0px;
            box-shadow: 0px;
        }

.search_container .tab_full_container .tab-content .tab-pane .form-control::placeholder {
    color: #000;
    line-height: 33px;
}

.search_container .tab_full_container .tab-content .tab-pane.divTabTransfer .form-group select {
    padding-left: 10px;
    text-indent: 0;
}

.search_container .tab_full_container .tab-content .tab-pane .form-group span.icon {
    position: absolute;
    left: 7px;
    top: 31px;
    bottom: 0;
    font-size: 17px;
    color: #808080;
    line-height: 7px;
    font-size: 17px;
    border-radius: 0 !important;
}

.search_container .tab_full_container .tab-content .tab-pane .form-group .form-control {
    font-size: 11px;
    background: #fff;
    box-shadow: none;
    border: none !important;
    padding: 0;
    padding-left: 27px;
    border-radius: 0px;
    line-height: 37px;
    margin-top: 17px;
    padding-right: 10px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
}

    .search_container .tab_full_container .tab-content .tab-pane .form-group .form-control.select {
        -webkit-appearance: none;
    }

    .search_container .tab_full_container .tab-content .tab-pane .form-group .form-control:focus {
        outline: none;
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    }

.search_container .tab_full_container .tab-content .tab-pane .plus_button {
    width: 100%;
    float: left;
    text-align: center;
}

    .search_container .tab_full_container .tab-content .tab-pane .plus_button button {
        margin-top: 30px;
        background-color: transparent;
        padding: 0;
    }

    .search_container .tab_full_container .tab-content .tab-pane .plus_button .form-group {
        border: 0px;
    }

.search_container .tab_full_container .tab-content .tab-pane .search-button {
    margin-left: 0px;
    margin-right: 0px;
}

    .search_container .tab_full_container .tab-content .tab-pane .search-button .btn {
        font-size: 18px;
        background: #f37000;
        text-align: center;
        display: block;
        color: #fff;
        -webkit-transition: .9s;
        transition: .9s;
        width: 100%;
        line-height: 30px;
        height: 70px;
        padding: 0;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 0px;
        font-weight: 400;
        margin-top: 0 !important;
        border: 1px solid #ccc;
    }

        .search_container .tab_full_container .tab-content .tab-pane .search-button .btn:focus {
            outline: none;
        }

.search_container .tab_full_container .tab-content .tab-pane.divTabFlights .search-button .btn,
.search_container .tab_full_container .tab-content .tab-pane.divTabHotels .search-button .btn,
.search_container .tab_full_container .tab-content .tab-pane.divTabFlightHotel .search-button .btn,
.search_container .tab_full_container .tab-content .tab-pane.divTabTransfer .search-button .btn {
    margin-top: 0;
}


/*--------------PAX------------------*/
.search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown {
    width: 246px;
    position: relative;
    position: absolute;
    top: 100%;
    z-index: 1111;
    float: left;
    background: #fff;
    color: #999;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #999;
    border: 1px solid #eee;
}

    .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown:before {
        position: absolute;
        content: "";
        border-width: 15px;
        border-style: solid;
        border-color: transparent transparent #eaeaea transparent;
        bottom: 100%;
        left: 50%;
        margin-left: -15px;
        border-top: none;
    }

    .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin-top: 20px;
    }

        .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .form-group {
            width: 100%;
            float: left;
        }

            .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .form-group label {
                color: #333;
                font-size: 16px;
                font-weight: 600;
            }

            .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .form-group select.form-control {
                line-height: 28px;
                padding-left: 10px;
                text-indent: 0;
                font-size: 14px;
                border: 0px !important;
            }

        .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel {
            width: 100%;
            float: left;
            font-size: 12px;
        }

            .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel .heading {
                width: 100%;
                float: left;
                font-size: 12px;
                font-weight: 600;
                color: #333;
                margin-bottom: 10px;
            }

            .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel .min-max-outer {
                width: 100%;
                float: left;
                display: flex;
                align-items: center;
                justify-content: space-between;
                position: relative;
                margin-bottom: 15px;
            }

                .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel .min-max-outer .text-panel {
                    display: flex;
                    flex-wrap: wrap;
                }

                .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel .min-max-outer .inner-heading {
                    font-size: 12px;
                    float: left;
                    margin-right: 5px;
                    font-weight: 600;
                    color: #333;
                    display: inline-block;
                }

                .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel .min-max-outer .age-text {
                    float: left;
                    font-weight: 400;
                }

                .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel .min-max-outer .min-max {
                    width: 70px;
                    display: flex;
                    right: 0px;
                    top: -5px;
                }

                .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel .min-max-outer .input-btn1 {
                    float: left;
                    width: 20px;
                    font-weight: 400;
                    height: 20px;
                    line-height: 20px;
                    border-radius: 50%;
                    border: 1px solid #ccc;
                    color: #227eda;
                    background: transparent;
                    font-size: 18px;
                    outline: none;
                }

                .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel .min-max-outer .input-btn2 {
                    float: left;
                    width: 20px;
                    font-weight: 400;
                    height: 20px;
                    line-height: 20px;
                    border-radius: 50%;
                    border: 1px solid #ccc;
                    color: #227eda;
                    background: transparent;
                    font-size: 18px;
                    outline: none;
                }

                .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .adult-panel .min-max-outer .input-text {
                    float: left;
                    text-align: center;
                    width: 30px;
                    font-weight: 400;
                    height: 20px;
                    font-size: 13px;
                    color: #000;
                    background: transparent;
                    border: 0px;
                    outline: none;
                }

        .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .info-text1 {
            width: 100%;
            float: left;
            font-size: 12px;
            color: #999;
            margin-bottom: 10px;
            font-weight: 400;
        }

    .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .done-btn-full {
        width: 100%;
        float: left;
        border-top: 1px solid #ccc;
        padding: 5px 10px
    }

        .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .done-btn-full .done-btn {
            float: right;
            font-size: 12px;
            font-weight: bold;
            background: #227eda;
            text-decoration: none;
            padding: 1px 12px;
            border-radius: 10px;
            box-shadow: 0 0 10px #ccc;
            color: #fff;
        }

    .search_container .tab_full_container .tab-content .tab-pane .adult-class-dropdown .dropdown-content .form-group .form-control {
        border: 1px solid #ccc !important;
    }




.search_container .tab_full_container .tab-content .tab-pane .form-group .form-control.f-traveller {
    width: 100%;
    float: left;
    padding-left: 10px;
    background-image: url(../images/icons/arrow-down.png);
    background-position: right 7px center;
    background-repeat: no-repeat;
    padding-top: 6px;
}

.search_container .tab_full_container .tab-content .tab-pane .form-group .form-control.main-pax {
    padding-left: 10px;
}

.search_container .tab_full_container .tab-content .tab-pane .dropdown-menu .done-btn-full {
    width: 100%;
    float: left;
    border-top: 0px solid #ccc;
    padding: 5px 5px
}

    .search_container .tab_full_container .tab-content .tab-pane .dropdown-menu .done-btn-full .done-btn {
        float: right;
        font-size: 12px;
        font-weight: bold;
        background: #227eda;
        text-decoration: none;
        padding: 1px 12px;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;
        color: #fff;
    }

/*--------------HOTEL DROPDOWN---------------*/
.search_container .tab_full_container .tab-content .tab-pane .dropdown {
    width: 100%;
    float: left;
}

    .search_container .tab_full_container .tab-content .tab-pane .dropdown .popup-text {
        width: 100%;
        float: left;
    }

    .search_container .tab_full_container .tab-content .tab-pane .dropdown .dropdown-menu.hotel-pax {
        background: #fff;
        padding: 10px 10px !important;
        margin: 8px auto !important;
        width: 355px;
        color: #333;
    }

        .search_container .tab_full_container .tab-content .tab-pane .dropdown .dropdown-menu.hotel-pax .addbtn {
            width: 30px;
            float: left !important;
            background: none;
            border: 1px solid #ccc !important;
            line-height: 24px;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .search_container .tab_full_container .tab-content .tab-pane .dropdown .dropdown-menu.hotel-pax .quantity {
            width: 30px;
            float: left !important;
            background: none;
            border: 1px solid #ccc !important;
            line-height: 24px;
            text-align: center;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .search_container .tab_full_container .tab-content .tab-pane .dropdown .dropdown-menu.hotel-pax {
        margin-top: 10px !important;
    }

        .search_container .tab_full_container .tab-content .tab-pane .dropdown .dropdown-menu.hotel-pax .mt10 {
            margin-top: 10px;
        }

.search_container .tab_full_container .tab-content .tab-pane .form-group span.right {
    display: none;
    position: absolute;
    width: 20px;
    font-size: 16px;
    color: #fee254;
    bottom: 15px;
    left: initial;
    right: 5px;
    height: 40px;
    line-height: 40px;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .search_container {
        margin-top: -80px;
    }

        .search_container .tab_full_container .search_navigation_tab ul li a span {
            font-size: 14px;
        }

        .search_container .tab_full_container .search_navigation_tab {
            margin-top: 0px;
        }

        .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_large {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_small {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_medium {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_large {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_medium {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_small {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_medium {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_small:last-child {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_large {
            width: 100%;
        }

        .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_medium {
            width: 100%;
        }

        .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_small {
            width: 100%;
        }

            .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_small:last-child {
                width: 100%;
            }

        .search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_large {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_large {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_medium {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_small {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_large {
            width: 100%;
        }

        .search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_large {
            width: 100%;
        }

        .search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_medium {
            width: 100%;
        }

        .search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_small {
            width: 100%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_small.search-button-full {
            width: 100%;
        }
}




@media screen and (min-width:768px) and (max-width:991px) {
    .search_container {
        margin-top: -330px;
    }

        .search_container .tab_full_container .tab-content .tab-pane .dropdown .dropdown-menu.hotel-pax {
            width: 255px;
        }

        .search_container .tab_full_container .search_navigation_tab ul li .image img {
            width: 35px;
        }

        .search_container .tab_full_container .search_navigation_tab ul li a {
            padding: 11px 14px;
        }

        .search_container .tab_full_container .search_navigation_tab ul li .image {
            display: none;
        }

        .search_container .tab_full_container .search_navigation_tab ul li a span {
            font-size: 14px;
        }

        .search_container .tab_full_container .search_navigation_tab {
            margin-top: 0px;
        }

        .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_large {
            width: 30%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_small {
            width: 20%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlights .row-custom .width_medium {
            width: 30%;
        }

        .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_medium {
            width: 33%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_large {
            width: 40%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_medium {
            width: 30%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_small {
            width: 20%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_medium {
            width: 25%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel .row-custom .width_small:last-child {
            width: 15%;
        }

        .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_large {
            width: 100%;
        }

        .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_medium {
            width: 28%;
        }

        .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_small {
            width: 16%;
        }

        .search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_large {
            width: 35%;
        }

        .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_small {
            width: 100%;
        }

            .search_container .tab_full_container .tab-pane.divTabHotels .row-custom .width_small:last-child {
                width: 16%;
            }

        .search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_large {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_medium {
            width: 25%;
        }

        .search_container .tab_full_container .tab-pane.divTabTransfer .row-custom .width_small {
            width: 25%;
        }

        .search_container .tab_full_container .tab-pane.divTabHajjUmrah .row-custom .width_small {
            width: 30%;
        }

        .search_container .tab_full_container .tab-pane.divTabHajjUmrah .row-custom .width_large {
            width: 40%;
        }

        .search_container .tab_full_container .tab-pane.divTabHajjUmrah .row-custom .width_medium {
            width: 30%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel.divPackagesearch .row-custom .width_medium {
            width: 40%;
        }

        .search_container .tab_full_container .tab-pane.divTabFlightHotel.divPackagesearch .row-custom .width_small {
            width: 20%;
        }

        .search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_large {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_large {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_medium {
            width: 50%;
        }

        .search_container .tab_full_container .tab-pane.divTabAttraction .row-custom .width_small {
            width: 50%;
        }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .search_container {
        margin-top: -200px;
    }

        .search_container .tab_full_container .tab-content .tab-pane .dropdown .dropdown-menu.hotel-pax {
            width: 238px;
        }

        .search_container .tab_full_container .search_navigation_tab ul li .image img {
            width: 35px;
        }

        .search_container .tab_full_container .search_navigation_tab ul li a {
            padding: 11px 8px;
        }

            .search_container .tab_full_container .search_navigation_tab ul li a span {
                font-size: 14px;
            }
}

@media screen and (min-width:1200px) and (max-width:1366px) {
    .search_container .tab_full_container .tab-content .tab-pane .dropdown .dropdown-menu.hotel-pax {
        width: 290px;
    }
}



/*-------------MULTICITY-------------*/
.search_container .tab-content .tab-pane .multycity {
    width: 100%;
    float: left;
    background: rgba(0, 33, 87, 0);
}

    .search_container .tab-content .tab-pane .multycity .row_data {
        width: 100%;
        float: left;
    }

    .search_container .tab-content .tab-pane .multycity .left_panel {
        width: 63%;
        float: left;
    }

        .search_container .tab-content .tab-pane .multycity .left_panel .width_large {
            width: 33.5%;
        }

        .search_container .tab-content .tab-pane .multycity .left_panel .width_small {
            width: 16.5%;
        }

    .search_container .tab-content .tab-pane .multycity .right_panel {
        width: 37%;
        float: left
    }

        .search_container .tab-content .tab-pane .multycity .right_panel .width_medium {
            width: 44%;
        }

        .search_container .tab-content .tab-pane .multycity .right_panel .width_small {
            width: 28%;
        }


@media screen and (min-width:320px) and (max-width:767px) {
    .search_container .tab-content .tab-pane .multycity .left_panel {
        width: 100%;
    }

    .search_container .tab-content .tab-pane .multycity .right_panel {
        width: 100%;
    }

    .search_container .tab-content .tab-pane .multycity .left_panel .width_large {
        width: 50%;
    }

    .search_container .tab-content .tab-pane .multycity .left_panel .width_small {
        width: 50%;
    }

    .search_container .tab-content .tab-pane .multycity .right_panel {
        width: 100%;
    }

        .search_container .tab-content .tab-pane .multycity .right_panel .width_medium {
            width: 50%;
        }

        .search_container .tab-content .tab-pane .multycity .right_panel .width_small {
            width: 50%;
        }

    .search_container .tab-content .tab-pane .multycity .left_panel .width_small:nth-child(4) .form_full .form-group {
        border-right: 0px solid #004f87;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .search_container .tab-content .tab-pane .multycity .left_panel {
        width: 100%;
    }

    .search_container .tab-content .tab-pane .multycity .right_panel {
        width: 100%;
    }

    .search_container .tab-content .tab-pane .multycity .left_panel .width_small:nth-child(4) .form_full .form-group {
        border-right: 0px solid #004f87;
    }
}



/*----------------------PARTNER CAROUSEL------------------------*/
.partner-carousel {
    padding: 20px 0;
    width: 100%;
    float: left;
    background: #dddddd;
    padding: 20px 0 20px 0;
}
/*----------------------PARTNER CAROUSEL------------------------*/


/*--BOOK NOW PAY LATER--*/
.book-now-pay-later {
    width: 100%;
    float: left;
    margin: 20px 0;
}

    .book-now-pay-later .bn-inner-outer {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .book-now-pay-later .bn-inner {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 10px 10px;
        justify-content: space-between;
        background: #ef7204;
        color: #fff;
    }

        .book-now-pay-later .bn-inner .bni-im {
            display: flex;
            flex: 0 1 200px;
            justify-content: center;
            align-items: center;
        }

            .book-now-pay-later .bn-inner .bni-im img {
                width: 100px;
            }

        .book-now-pay-later .bn-inner .bni-content {
            display: flex;
            flex: 1;
            flex-direction: column;
        }

            .book-now-pay-later .bn-inner .bni-content .bnic-text1 {
                font-size: 40px;
                font-weight: 600;
            }

            .book-now-pay-later .bn-inner .bni-content .bnic-text2 {
                font-size: 40px;
                font-weight: 600;
            }

            .book-now-pay-later .bn-inner .bni-content .bnic-text3 {
                font-size: 40px;
                font-weight: 400;
            }

        .book-now-pay-later .bn-inner .bni-price {
            display: flex;
            flex: 0 1 180px;
            height: 180px;
            line-height: initial;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: #263b5a;
        }

            .book-now-pay-later .bn-inner .bni-price .bnip-text1 {
                display: flex;
                font-size: 20px;
                margin-bottom: -10px;
            }

            .book-now-pay-later .bn-inner .bni-price .bnip-text2 {
                display: flex;
                font-size: 50px;
                margin-bottom: -14px;
                align-items: flex-end;
            }

                .book-now-pay-later .bn-inner .bni-price .bnip-text2 .pp {
                    font-size: 14px;
                    position: relative;
                    top: -15px;
                }

            .book-now-pay-later .bn-inner .bni-price .bnip-text3 {
                display: flex;
                font-size: 30px;
            }

            .book-now-pay-later .bn-inner .bni-price .bnip-text4 {
                display: flex;
                font-size: 20px;
            }

@media screen and (min-width:320px) and (max-width:767px) {
    .book-now-pay-later .bn-inner .bni-im {
        flex: 0 1 80px;
    }

        .book-now-pay-later .bn-inner .bni-im img {
            width: 50px;
        }

    .book-now-pay-later .bn-inner .bni-content .bnic-text1 {
        font-size: 18px;
    }

    .book-now-pay-later .bn-inner .bni-content .bnic-text2 {
        font-size: 18px;
    }

    .book-now-pay-later .bn-inner .bni-content .bnic-text3 {
        font-size: 18px;
    }

    .book-now-pay-later .bn-inner .bni-price {
        flex: 0 1 150px;
        height: 150px;
    }

        .book-now-pay-later .bn-inner .bni-price .bnip-text1 {
            font-size: 14px;
        }

        .book-now-pay-later .bn-inner .bni-price .bnip-text2 {
            font-size: 40px;
        }

        .book-now-pay-later .bn-inner .bni-price .bnip-text3 {
            font-size: 20px;
        }

        .book-now-pay-later .bn-inner .bni-price .bnip-text4 {
            font-size: 14px;
        }
}

@media screen and (min-width:320px) and (max-width:499px) {
    .book-now-pay-later .bn-inner {
        flex-direction: column;
    }

        .book-now-pay-later .bn-inner .bni-price {
            width: 150px;
            margin-top: 10px;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .book-now-pay-later .bn-inner .bni-im {
        flex: 0 1 150px;
    }

        .book-now-pay-later .bn-inner .bni-im img {
            width: 80px;
        }

    .book-now-pay-later .bn-inner .bni-content .bnic-text1 {
        font-size: 24px;
    }

    .book-now-pay-later .bn-inner .bni-content .bnic-text2 {
        font-size: 24px;
    }

    .book-now-pay-later .bn-inner .bni-content .bnic-text3 {
        font-size: 24px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .book-now-pay-later .bn-inner .bni-content .bnic-text1 {
        font-size: 30px;
    }

    .book-now-pay-later .bn-inner .bni-content .bnic-text2 {
        font-size: 30px;
    }

    .book-now-pay-later .bn-inner .bni-content .bnic-text3 {
        font-size: 30px;
    }
}

@media screen and (min-width:1200px) {
    .book-now-pay-later .bn-inner {
        width: 88%;
    }
}
/*--BOOK NOW PAY LATER--*/

/*--FLIGHT OFFER--*/
.flight-offer-panel {
    width: 100%;
    float: left;
    padding: 20px 0 0px 0;
    background: url(../images/home/worldwideflight/flight-offer-bg) no-repeat center;
    background-size: cover;
}

    .flight-offer-panel .d-flex-row {
        width: calc(100% + 30px);
        margin-left: -15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .flight-offer-panel .d-flex-row .d-flex-col {
            width: 50%;
            display: flex;
            padding: 0 15px;
        }

    .flight-offer-panel .heading {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
    }

        .flight-offer-panel .heading .h2 {
            font-size: 30px;
            line-height: 32px;
            font-weight: 600;
            color: #00212d;
            margin-top: 0px;
            letter-spacing: 3px;
            margin-bottom: 10px;
            display: inline-block;
        }

            .flight-offer-panel .heading .h2 span {
                color: #51ade5;
            }

    .flight-offer-panel .package {
        width: 100%;
        display: flex;
        border: 2px solid #51beee;
        border-radius: 10px;
        margin-bottom: 30px;
    }

        .flight-offer-panel .package .flight-logo {
            display: flex;
            width: 20%;
            align-items: center;
            justify-content: center;
        }

            .flight-offer-panel .package .flight-logo img {
                width: 60px;
            }

        .flight-offer-panel .package .flight-content {
            display: flex;
            width: 60%;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            align-items: center;
            padding: 10px 15px;
            flex-direction: column;
        }

            .flight-offer-panel .package .flight-content .title {
                text-align: center;
                color: #51ade5;
                margin-bottom: 5px;
            }

            .flight-offer-panel .package .flight-content .fc-row {
                display: flex;
                width: 100%;
                margin-bottom: 10px;
                padding-bottom: 5px;
                align-items: center;
                border-bottom: 1px dashed #51ade5;
                justify-content: space-between;
            }

                .flight-offer-panel .package .flight-content .fc-row:last-child {
                    border-bottom: 0px;
                    margin-bottom: 0px;
                }

            .flight-offer-panel .package .flight-content .bottom-text {
                text-align: center;
                color: #004f87;
            }

            .flight-offer-panel .package .flight-content .fc-row .flight-panel {
                width: calc(100% - 0px);
                float: left;
                text-align: left;
            }

                .flight-offer-panel .package .flight-content .fc-row .flight-panel .common {
                    width: 100%;
                    float: left;
                    text-align: center;
                }

                .flight-offer-panel .package .flight-content .fc-row .flight-panel .flight-from {
                    color: #000;
                }

                .flight-offer-panel .package .flight-content .fc-row .flight-panel .flight-to {
                    color: #000;
                }

                .flight-offer-panel .package .flight-content .fc-row .flight-panel .common .to {
                    display: inline-block;
                }

                    .flight-offer-panel .package .flight-content .fc-row .flight-panel .common .to img {
                        width: 20px;
                        height: auto;
                    }

        .flight-offer-panel .package .flight-price {
            display: flex;
            width: 20%;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            background-color: #d9edf9;
            border-radius: 6px;
        }

            .flight-offer-panel .package .flight-price .from {
                font-size: 14px;
                font-weight: 300;
                margin-bottom: 5px;
            }

            .flight-offer-panel .package .flight-price .price {
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 5px;
            }

            .flight-offer-panel .package .flight-price .detial {
                background: #f37000;
                color: #fff;
                font-size: 12px;
                font-weight: 300;
                border-radius: 15px;
                padding: 8px 13px;
                text-decoration: none;
            }

@media screen and (min-width:320px) and (max-width:767px) {
    .flight-offer-panel .heading .h3 {
        font-size: 20px;
    }

    .flight-offer-panel .heading .h2 {
        font-size: 20px;
    }

    .flight-offer-panel .d-flex-row {
        width: calc(100% + 0px);
        margin-left: 0px;
    }

        .flight-offer-panel .d-flex-row .d-flex-col {
            width: 100%;
            padding: 0 0px;
        }
}

@media screen and (min-width:320px) and (max-width:450px) {
    .flight-offer-panel .package {
        flex-direction: column;
        padding: 10px 0;
    }

        .flight-offer-panel .package .flight-logo {
            width: 100%;
        }

        .flight-offer-panel .package .flight-content {
            width: 100%;
            border: 0px;
        }

        .flight-offer-panel .package .flight-price {
            width: 100%;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .flight-offer-panel .d-flex-row {
        width: calc(100% + 0px);
        margin-left: 0px;
    }

        .flight-offer-panel .d-flex-row .d-flex-col {
            width: 100%;
            padding: 0 0px;
        }
}



/*--FLIGHT OFFER--*/




/*--WHY BOOK START--*/
.whybook_package {
    width: 100%;
    float: left;
    padding: 20px 0 50px 0;
    background: #004f87;
    background: url(../images/home/whybook/bg_2.jpg) no-repeat center;
    background-size: cover;
}

    .whybook_package .heading {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
    }

        .whybook_package .heading .h2 {
            font-size: 30px;
            line-height: 32px;
            font-weight: 600;
            color: #00212d;
            margin-top: 35px;
            letter-spacing: 3px;
            margin-top: 0;
            margin-bottom: 10px;
            display: inline-block;
        }

            .whybook_package .heading .h2 span {
                color: #51ade5;
            }

        .whybook_package .heading p {
            color: #848484;
            margin-top: 0;
            width: 100%;
            float: left;
            font-size: 14px;
            margin-top: 0;
        }

            .whybook_package .heading p:after {
                border-top: 5px solid #51a92d;
                position: absolute;
                left: 0;
                top: 95px;
                content: "";
                width: 70px;
                margin: 0 auto;
                right: 0;
            }

        .whybook_package .heading hr {
            width: 170px;
            border-top: 1px solid #ccc;
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 35px;
        }

    .whybook_package .package {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

        .whybook_package .package .im {
            width: 100%;
            text-align: center;
        }

            .whybook_package .package .im img {
                width: 80px;
                height: 70px;
                transition: 0.5s;
                -webkit-transition: 0.5s;
            }

        .whybook_package .package .h2 {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 16px;
            color: #00212d;
            font-weight: 400;
            margin-top: 16px;
            margin-bottom: 10px;
            display: inline-block;
        }

        .whybook_package .package p {
            width: 100%;
            float: left;
            text-align: center;
            font-size: 14px;
            color: #00212d;
            font-weight: normal;
        }


/*-------------------CAROUSEL--------------------*/
#whybook_package {
    width: 100%;
    float: left;
}

.whybook_package .owl-slider-full {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 0px;
    position: relative;
}

    .whybook_package .owl-slider-full .owl-slider {
        margin-left: 8px;
        margin-right: 8px;
    }

    .whybook_package .owl-slider-full .owl-theme .owl-controls {
        width: 100%;
        float: left;
        position: absolute;
        left: 0;
        text-align: center;
    }

        .whybook_package .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
            border: 2px solid #fff;
            float: left;
            margin-left: -50px;
            background: none !important;
            position: absolute;
            top: 45%;
            width: 40px;
            height: 40px;
            opacity: 1;
        }

        .whybook_package .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
            border: 2px solid #fff;
            float: right;
            margin-right: -50px;
            background: none !important;
            position: absolute;
            top: 45%;
            right: 0px;
            width: 40px;
            height: 40px;
            opacity: 1;
        }

        .whybook_package .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev:before {
            font-size: 33px;
            top: -6px;
            position: absolute;
            left: 10px;
        }

        .whybook_package .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next:before {
            font-size: 33px;
            top: -6px;
            position: absolute;
            right: 10px;
        }

.whybook_package .owl-theme .owl-controls {
    position: absolute;
    right: 10px;
}

    .whybook_package .owl-theme .owl-controls .owl-buttons div {
        color: #666 !important;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        background: #869791;
        background: linear-gradient(#fff, #e9e9e9) !important;
        background: -webkit-linear-gradient(#fff, #e9e9e9) !important;
        opacity: .5;
    }

        .whybook_package .owl-theme .owl-controls .owl-buttons div:hover {
            color: #6855f7;
        }

.whybook_package .owl-prev:before,
.whybook_package .owl-next:before {
    content: "\f104" !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'FontAwesome';
    color: #fff !important;
}

.whybook_package .owl-next:before {
    content: "\f105" !important;
    font-size: 16px;
    font-weight: 600;
}

.whybook_package .owl-theme .owl-controls .owl-page span {
    background: #00212d;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: -4px 7px;
}

.whybook_package .owl-theme .owl-controls .owl-page.active span {
    background: none;
    border: 2px solid #00212d;
    width: 12px;
    height: 12px;
}

@media only screen and (max-width: 480px) {
    .whybook_package .owl-theme .owl-controls {
        margin-top: 25px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .whybook_package .heading .h2 {
        font-size: 20px;
    }

    .whybook_package {
        padding: 30px 0;
    }

        .whybook_package .heading h2 {
            font-size: 20px;
            letter-spacing: 0;
        }

        .whybook_package .owl-slider-full {
            padding: 0;
            margin-top: 0px;
        }

            .whybook_package .owl-slider-full .owl-theme .owl-controls {
                position: static;
                width: 100%;
                text-align: center;
            }

                .whybook_package .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
                    margin-left: -33px;
                }

                .whybook_package .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
                    margin-right: -33px;
                }

            .whybook_package .owl-slider-full .owl-item {
                border-right: 0px solid #f00;
            }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .whybook_package .owl-slider-full .owl-theme .owl-controls {
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }

        .whybook_package .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
            margin-left: -33px;
        }

        .whybook_package .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
            margin-right: -33px;
        }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .whybook_package .owl-slider-full .owl-theme .owl-controls {
    }

        .whybook_package .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
            margin-left: -35px;
        }
}
/*-----------------------CAROUSEL END---------------------------*/

/*--WHY BOOK START--*/





/*--POPULAR PACKAGE--*/
.popular-package-panel {
    width: 100%;
    float: left;
    padding: 20px 0 20px 0;
}

    .popular-package-panel .heading {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

        .popular-package-panel .heading .h3 {
            color: #00212d;
            font-size: 30px;
            margin: 0px;
            font-weight: 600;
            line-height: 1.1;
            display: inline-block;
        }

            .popular-package-panel .heading .h3 span {
                color: #51ade5;
            }

    .popular-package-panel .package-outer {
        width: 100%;
        float: left;
        position: relative;
    }

        .popular-package-panel .package-outer:before {
            content: "";
            position: absolute;
            width: 100%;
            z-index: 0;
            height: 25px;
            background: #00adef;
            bottom: 6px;
            left: 0px;
            border-radius: 0 0 15px 15px;
        }

    .popular-package-panel .package {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 15px;
        z-index: 1;
    }

        .popular-package-panel .package .im {
            width: 100%;
            position: relative;
            z-index: 1;
            height: auto;
            border-radius: 15px;
        }

        .popular-package-panel .package .content1 {
            position: absolute;
            z-index: 1;
            width: 100%;
            top: 0;
            left: 0px;
            padding: 15px 15px;
            color: #fff;
            font-size: 12px;
            transition: 0.3s;
        }

            .popular-package-panel .package .content1 .country {
                float: left;
                font-size: 16px;
                font-weight: 400;
                float: left;
                margin-top: 5px;
            }

            .popular-package-panel .package .content1 .ul {
                width: auto;
                float: right;
                list-style: none;
            }

                .popular-package-panel .package .content1 .ul li {
                    display: inline-block;
                }

                    .popular-package-panel .package .content1 .ul li img {
                        width: 30px;
                        height: auto;
                    }
        /*.popular-package-panel .package .content2{width: 100%;position: absolute; z-index:1; left: 0px;bottom: 0px; border-radius:0 0 15px 15px; padding: 15px 15px; padding-top:30px; background: linear-gradient(rgba(0,0,0,0)0%, rgba(0,0,0,0.9) 40%); transition:0.3s;}*/
        .popular-package-panel .package .content2 {
            width: 100%;
            position: absolute;
            z-index: 1;
            left: 0px;
            bottom: 0px;
            border-radius: 0 0 15px 15px;
            padding: 15px 15px;
            padding-top: 30px;
            transition: 0.3s;
        }

            .popular-package-panel .package .content2 .country {
                width: 100%;
                float: left;
                font-size: 18px;
                color: #fff;
            }

            .popular-package-panel .package .content2 .city {
                width: 100%;
                float: left;
                font-size: 16px;
                color: #fff;
            }

            .popular-package-panel .package .content2 .price {
                width: 100%;
                float: left;
                font-size: 20px;
                color: #fff;
            }

                .popular-package-panel .package .content2 .price span {
                    font-size: 14px;
                }

        .popular-package-panel .package .content3 {
            width: 0%;
            height: 0%;
            opacity: 0;
            position: absolute;
            z-index: 1;
            text-align: center;
            top: 50%;
            right: 50%;
            bottom: 50%;
            left: 50%;
            border-radius: 15px 15px;
            padding: 15px 15px;
            background: rgba(0,0,0,0.5);
            transition: 0.3s;
        }

            .popular-package-panel .package .content3 .cont-name {
                width: 100%;
                float: left;
                font-size: 20px;
                color: #fff;
                margin-bottom: 15px;
            }

            .popular-package-panel .package .content3 .cont-info {
                width: 100%;
                float: left;
                font-weight: 300;
                font-size: 14px;
                color: #fff;
            }

            .popular-package-panel .package .content3 .detial {
                background: #51ade5;
                color: #fff;
                font-size: 12px;
                font-weight: 300;
                margin: 10px 0 15px 0;
                display: inline-block;
                border-radius: 15px;
                padding: 5px 15px 3px 15px;
                text-decoration: none;
                transition: 0.3s;
            }

                .popular-package-panel .package .content3 .detial:hover {
                    transform: translateY(-5px);
                }

            .popular-package-panel .package .content3 .ul {
                width: 100%;
                float: left;
                text-align: center;
                list-style: none;
            }

                .popular-package-panel .package .content3 .ul li {
                    display: inline-block;
                }

                    .popular-package-panel .package .content3 .ul li img {
                        width: 20px;
                        height: auto;
                    }

        .popular-package-panel .package:hover .content1 {
            top: -100%;
        }

        .popular-package-panel .package:hover .content2 {
            bottom: -100%;
        }

        .popular-package-panel .package:hover .content3 {
            width: 100%;
            height: 100%;
            opacity: 1;
            top: 0%;
            right: 0%;
            bottom: 0%;
            left: 0%;
        }

@media screen and (min-width:320px) and (max-width:767px) {
    .popular-package-panel .heading .h3 {
        font-size: 20px;
    }
}

@media screen and (min-width:320px) and (max-width:500px) {
    .popular-package-panel .col-xs-12 {
        width: 100%;
    }
}


/*-------------------CAROUSEL--------------------*/
#whybook_package {
    width: 100%;
    float: left;
}

.popular-package-panel .owl-slider-full {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

    .popular-package-panel .owl-slider-full .owl-slider {
        margin-left: 8px;
        margin-right: 8px;
    }

    .popular-package-panel .owl-slider-full .owl-theme .owl-controls {
        width: 100%;
        float: left;
        position: absolute;
        left: 0;
        text-align: center;
    }

        .popular-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
            border: 2px solid #fff;
            float: left;
            margin-left: -50px;
            background: none !important;
            position: absolute;
            top: 45%;
            width: 40px;
            height: 40px;
            opacity: 1;
        }

        .popular-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
            border: 2px solid #fff;
            float: right;
            margin-right: -50px;
            background: none !important;
            position: absolute;
            top: 45%;
            right: 0px;
            width: 40px;
            height: 40px;
            opacity: 1;
        }

        .popular-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev:before {
            font-size: 33px;
            top: -6px;
            position: absolute;
            left: 10px;
        }

        .popular-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next:before {
            font-size: 33px;
            top: -6px;
            position: absolute;
            right: 10px;
        }

.popular-package-panel .owl-theme .owl-controls {
    position: absolute;
    right: 10px;
}

    .popular-package-panel .owl-theme .owl-controls .owl-buttons div {
        color: #666 !important;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        background: #869791;
        background: linear-gradient(#fff, #e9e9e9) !important;
        background: -webkit-linear-gradient(#fff, #e9e9e9) !important;
        opacity: .5;
    }

        .popular-package-panel .owl-theme .owl-controls .owl-buttons div:hover {
            color: #6855f7;
        }

.popular-package-panel .owl-prev:before,
.popular-package-panel .owl-next:before {
    content: "\f104" !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'FontAwesome';
    color: #fff !important;
}

.popular-package-panel .owl-next:before {
    content: "\f105" !important;
    font-size: 16px;
    font-weight: 600;
}

.popular-package-panel .owl-theme .owl-controls .owl-page span {
    background: #00adef;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: -4px 7px;
}

.popular-package-panel .owl-theme .owl-controls .owl-page.active span {
    background: none;
    border: 2px solid #00adef;
    width: 12px;
    height: 12px;
}

@media only screen and (max-width: 480px) {
    .popular-package-panel .owl-theme .owl-controls {
        margin-top: 25px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .popular-package-panel {
        padding: 30px 0;
    }

        .popular-package-panel .heading h2 {
            font-size: 20px;
            letter-spacing: 0;
        }

        .popular-package-panel .owl-slider-full {
            padding: 0;
            margin-top: 0px;
        }

            .popular-package-panel .owl-slider-full .owl-theme .owl-controls {
                position: static;
                width: 100%;
                text-align: center;
            }

                .popular-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
                    margin-left: -33px;
                }

                .popular-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
                    margin-right: -33px;
                }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .popular-package-panel .owl-slider-full .owl-theme .owl-controls {
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }

        .popular-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
            margin-left: -33px;
        }

        .popular-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
            margin-right: -33px;
        }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .popular-package-panel .owl-slider-full .owl-theme .owl-controls {
    }

        .popular-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
            margin-left: -35px;
        }
}
/*-----------------------CAROUSEL END---------------------------*/

/*--POPULAR PACKAGE--*/


/*--UMRAH PACKAGE--*/
.umrah-package-panel {
    width: 100%;
    float: left;
    padding: 20px 0 0px 0;
    background: url(../images/home/umrahpakage/bg_6.jpg) no-repeat center;
    background-size: cover;
}

    .umrah-package-panel .heading {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

        .umrah-package-panel .heading .h3 {
            color: #00212d;
            font-size: 30px;
            margin: 0px;
            font-weight: 600;
            line-height: 1.1;
            display: inline-block;
        }

            .umrah-package-panel .heading .h3 span {
                color: #51ade5;
            }

    .umrah-package-panel .umrah-pkg {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    }

        .umrah-package-panel .umrah-pkg .im {
            width: 100%;
            float: left;
        }

            .umrah-package-panel .umrah-pkg .im img {
                width: 100%;
                height: auto;
                border-radius: 10px 10px 0 0;
            }

        .umrah-package-panel .umrah-pkg .star-rating-strip {
            width: 100%;
            float: left;
            background: #51ade5;
            position: relative;
            padding: 20px 10px;
            padding-right: 70px;
        }

            .umrah-package-panel .umrah-pkg .star-rating-strip .star {
                width: 100%;
                float: left;
                font-size: 16px;
                color: #fff;
            }

            .umrah-package-panel .umrah-pkg .star-rating-strip .price-panel {
                position: absolute;
                width: 70px;
                top: 12px;
                right: 0px;
                color: #fff;
            }

                .umrah-package-panel .umrah-pkg .star-rating-strip .price-panel .starting {
                    width: 100%;
                    float: left;
                    font-size: 12px;
                }

                .umrah-package-panel .umrah-pkg .star-rating-strip .price-panel .price {
                    width: 100%;
                    float: left;
                    font-size: 16px;
                }

        .umrah-package-panel .umrah-pkg .pkg-content-outer {
            width: 100%;
            float: left;
            background: #fff;
        }

        .umrah-package-panel .umrah-pkg .pkg-content {
            width: 100%;
            float: left;
            padding: 0 10px;
            background: #fff;
        }

            .umrah-package-panel .umrah-pkg .pkg-content .title {
                width: 100%;
                float: left;
                font-weight: 600;
                margin-top: 15px;
                color: #00212d;
            }

            .umrah-package-panel .umrah-pkg .pkg-content .text-info {
                width: 100%;
                float: left;
                color: #999;
                font-size: 12px;
            }

            .umrah-package-panel .umrah-pkg .pkg-content .room-type {
                width: 100%;
                float: left;
                font-weight: 600;
                color: #00212d;
                margin-top: 15px;
                margin-bottom: 15px;
            }

            .umrah-package-panel .umrah-pkg .pkg-content .date {
                width: 100%;
                float: left;
                font-weight: 400;
                color: #00212d;
            }

        .umrah-package-panel .umrah-pkg .pkg-bottom {
            width: 100%;
            float: left;
            background: #fff;
            min-height: 40px;
            border-bottom: 5px solid #00212d;
            text-align: center;
            padding-top: 6px;
            margin-top: 30px;
        }

            .umrah-package-panel .umrah-pkg .pkg-bottom .book-now {
                background: #00212d;
                color: #fff;
                padding: 10px 20px;
            }

    .umrah-package-panel .owl-slider-full {
        width: 100%;
        float: left;
        margin-top: 0px;
    }

        .umrah-package-panel .owl-slider-full .owl-slider {
            margin-left: 10px;
            margin-right: 10px;
        }

        .umrah-package-panel .owl-slider-full .owl-theme .owl-controls {
            margin-top: 10px;
            text-align: left;
            width: auto;
            float: left;
            top: 45%;
            position: static;
            width: 100%;
            text-align: center;
        }

            .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons {
                width: 100%;
                float: left;
            }

                .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
                    border: 2px solid #222;
                    float: left;
                    left: 0px;
                    margin-left: -50px;
                    margin-top: -20px;
                    background: none !important;
                    position: absolute;
                    top: 50%;
                    width: 40px;
                    height: 40px;
                    opacity: 1;
                }

                .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
                    border: 2px solid #222;
                    float: right;
                    margin-right: -50px;
                    margin-top: -20px;
                    background: none !important;
                    position: absolute;
                    top: 50%;
                    right: 0px;
                    width: 40px;
                    height: 40px;
                    opacity: 1;
                }

                .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev:before {
                    font-size: 33px;
                    top: -6px;
                    position: absolute;
                    left: 10px;
                }

                .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next:before {
                    font-size: 33px;
                    top: -6px;
                    position: absolute;
                    right: 10px;
                }

        .umrah-package-panel .owl-slider-full .owl-theme .owl-controls {
            top: 0px;
            right: 10px;
            margin-top: 0px;
        }

            .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons div {
                color: #666 !important;
                display: inline-block;
                zoom: 1;
                *display: inline;
                margin: 5px;
                padding: 3px 10px;
                font-size: 12px;
                -webkit-border-radius: 50% !important;
                -moz-border-radius: 50% !important;
                border-radius: 50% !important;
                background: #869791;
                background: linear-gradient(#fff, #e9e9e9) !important;
                background: -webkit-linear-gradient(#fff, #e9e9e9) !important;
                opacity: .5;
            }

                .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons div:hover {
                    color: #6855f7;
                }

        .umrah-package-panel .owl-slider-full .owl-theme .owl-wrapper .owl-item {
            padding: 10px 0;
        }

        .umrah-package-panel .owl-slider-full .owl-prev:before,
        .umrah-package-panel .owl-slider-full .owl-next:before {
            content: "\f104" !important;
            font-size: 16px;
            font-weight: 600;
            font-family: 'FontAwesome';
            color: #222 !important;
        }

        .umrah-package-panel .owl-slider-full .owl-next:before {
            content: "\f105" !important;
            font-size: 16px;
            font-weight: 600;
        }

        .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-page span {
            background: #51ade5;
        }

        .umrah-package-panel .owl-slider-full .owl-slider-full .owl-item {
            padding-bottom: 21px;
        }

@media screen and (min-width:320px) and (max-width:767px) {
    .umrah-package-panel .owl-slider-full {
        padding: 0;
    }

        .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
            margin-left: 0;
            display: none;
        }

        .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
            margin-right: 0;
            display: none;
        }
}


@media screen and (min-width:768px) and (max-width:991px) {
    .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
        margin-left: 0;
        left: -25px;
    }

    .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        right: -25px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
        margin-left: 0;
        left: -30px;
    }

    .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        right: -30px;
    }
}

@media screen and (min-width:1200px) and (max-width:1366px) {
    .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-prev {
        margin-left: 0;
        left: -30px;
    }

    .umrah-package-panel .owl-slider-full .owl-theme .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        right: -30px;
    }
}


/*--UMRAH PACKAGE--*/

/*--'SUBSCRIBE' start--*/
.subscribe_top {
    background: url(../images/subscribe-bg1.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}

.subscribe {
    background: url(../images/subscribe-bg2.jpg) no-repeat center;
    background-size: cover;
    padding: 20px 0 20px 0;
}

    .subscribe .h2 {
        color: #ffffff;
        font-size: 26px;
        letter-spacing: 0.4px;
        font-weight: 600;
        margin: 0 0 15px 0;
        line-height: 1.1;
        display: inline-block;
    }

    .subscribe p {
        color: #ffffff;
        font-size: 16px;
        line-height: 28px;
    }

    .subscribe .subscribe_box {
        border: 0;
        box-sizing: border-box;
        width: 100%;
        display: table;
        margin: 15px 0 0 0;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.47);
        padding: 10px;
    }

        .subscribe .subscribe_box .txt_subscribe {
            width: 68%;
            padding: 5px 15px;
            height: 56px;
            border: 0;
            float: left;
            border-radius: 5px 0 0 5px;
            font-size: 16px;
            letter-spacing: 0.4px;
            outline: none;
        }

        .subscribe .subscribe_box .btn_subscribe {
            width: 32%;
            padding: 5px 15px;
            height: 56px;
            border: 0;
            float: left;
            border-radius: 0 5px 5px 0;
            background: #055697;
            color: #ffffff;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 0.4px;
            outline: none;
        }

            .subscribe .subscribe_box .btn_subscribe:hover {
                background: #023e6f;
            }

            .subscribe .subscribe_box .btn_subscribe img {
                margin-right: 10px;
            }
/*--'SUBSCRIBE' end--*/



/*--'FOOTER' start--*/
.footer-full {
    width: 100%;
    float: left;
}

.footer-full {
    background: #f3730a;
    padding-top: 20px;
}

    .footer-full .social_link {
        padding: 0;
        margin-top: 20px;
        display: inline-block;
    }

        .footer-full .social_link li {
            list-style: none;
            float: left;
            margin-right: 1px;
        }

            .footer-full .social_link li span {
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
                color: #fff;
                line-height: 40px;
            }

            .footer-full .social_link li a {
                color: #51ade5;
                font-size: 26px;
                display: block;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                border-radius: 0;
            }

                .footer-full .social_link li a:hover {
                    color: #fff;
                }

    .footer-full .h4 {
        color: #ffffff;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 35px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.1;
        display: inline-block;
    }

    .footer-full .ftr_about {
        margin: 0;
        padding: 0;
    }

        .footer-full .ftr_about li {
            list-style: none;
            display: flex;
            margin-bottom: 10px;
        }

            .footer-full .ftr_about li .ftr_icon {
                margin-right: 10px;
            }

                .footer-full .ftr_about li .ftr_icon .phone_icon {
                    transform: rotate(112deg);
                    top: -6px;
                    position: relative;
                }

                .footer-full .ftr_about li .ftr_icon .whatsapp_icon {
                    width: 30px;
                    top: -4px;
                    position: relative;
                }

            .footer-full .ftr_about li p {
                font-size: 14px;
                color: #fff;
                line-height: 22px;
            }

                .footer-full .ftr_about li p span {
                    color: #3cb0e6;
                    margin-right: 5px;
                }

                .footer-full .ftr_about li p a {
                    color: #fff;
                }

            .footer-full .ftr_about li .unit-body a {
                background-color: #0aae04;
                margin-left: 10px;
                border: 1px solid #fff !important;
                color: #fff !important;
                padding: 4px;
                border-radius: 5px;
                padding-top: 4px;
                padding-left: 0px;
                padding-bottom: 4px;
                font-weight: bold !important;
            }

                .footer-full .ftr_about li .unit-body a img {
                    max-width: 25px;
                    vertical-align: top;
                    margin-top: -2px;
                }

    .footer-full .ftr_link {
        padding: 0;
    }

        .footer-full .ftr_link li {
            list-style: none;
            margin: 0 0 8px 0;
        }

            .footer-full .ftr_link li a {
                color: #fff;
                font-size: 15px;
                font-weight: 400;
                transition: 0.2s;
                text-decoration: none;
                letter-spacing: 1px;
            }

                .footer-full .ftr_link li a:hover {
                    color: #3cb0e6;
                }

    .footer-full .title {
        color: #ffffff;
        width: 100%;
        float: left;
        font-size: 15px;
        letter-spacing: 1px;
        margin: 0px 0 10px 0;
    }

    .footer-full .play-store {
        max-width: 150px;
    }

        .footer-full .play-store .app-btn {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

            .footer-full .play-store .app-btn img {
                width: 100%;
                height: auto;
            }

    .footer-full .ftr_img {
        margin: 8px 0 0 0;
        width: 100%;
    }

    .footer-full .img_payment {
        margin-bottom: 10px;
        width: 100%;
        float: left;
        margin-top: -5px;
    }

    .footer-full .ul-payment-icon {
        width: 100%;
        float: left;
        margin-top: 0px;
        list-style: none;
    }

        .footer-full .ul-payment-icon li {
            display: inline-block;
            margin-bottom: 5px;
        }

            .footer-full .ul-payment-icon li img {
                width: 40px;
                height: auto;
            }

    .footer-full .financial-protection {
        width: 80px;
        float: left;
        display: inline-block;
        margin-top: 10px;
        margin-right: 10px;
    }

    .footer-full .pts_logo {
        width: 80px;
        float: left;
        display: inline-block;
        margin-top: 10px;
    }

    .footer-full .f-trust-pilot {
        width: 100%;
        float: left;
    }

        .footer-full .f-trust-pilot img {
            width: 100%;
            max-width: 250px;
        }

    .footer-full .f-trust-pilot2 {
        width: auto;
        float: left;
        background: #fff;
        padding: 0px 0px;
    }

    .footer-full .copyright {
        font-size: 16px;
        background: #e86e1d;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        color: #fff;
        padding: 10px 0;
        margin-top: 30px;
        letter-spacing: 0.4px;
    }

        .footer-full .copyright p {
            margin: 5px 0;
        }

            .footer-full .copyright p a {
                color: #fff;
            }

        .footer-full .copyright .text-right p {
        }

.gfc-topstrip {
    width: 100%;
    float: left;
    position: relative;
    left: 0px;
    padding: 11px 0rem;
    background-color: #fff;
    z-index: 11;
}

    .gfc-topstrip p {
        margin-bottom: 1rem;
        color: #000;
        border-color: #ffeeba;
        margin-bottom: 0px;
    }

        .gfc-topstrip p .alert-link {
            color: #533f03;
            font-weight: bold;
            text-decoration: underline;
        }

    .gfc-topstrip .accept {
        position: absolute;
        top: 0px;
        right: 90px;
        padding: 5px 11px 7px 12px;
        color: #fff;
        border: 0px;
        background: #51ade5;
        font-weight: 600;
        border-radius: 5px;
        margin-top: 5px;
    }

    .gfc-topstrip .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit;
    }

@media(max-width: 1199px ) {
    .gfc-topstrip .accept {
        position: static;
        float: left;
    }

    .gfc-topstrip .close {
        position: static;
        float: left;
    }
}

.footer-full .newsletters {
    width: 100%;
    float: left;
}

    .footer-full .newsletters p {
        color: #fff;
    }

    .footer-full .newsletters .form-group {
        width: 100%;
        float: left;
        position: relative;
    }

        .footer-full .newsletters .form-group span .fa {
            color: #ccc;
            position: absolute;
            top: 12px;
            left: 8px;
            font-size: 15px;
        }

        .footer-full .newsletters .form-group .form-control {
            height: 40px;
            padding-left: 32px;
            color: #fff;
            border-radius: 25px;
            border: 1px solid #fff;
            box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
            font-weight: normal;
            background: transparent;
        }

            .footer-full .newsletters .form-group .form-control::placeholder {
                color: #fff;
            }

        .footer-full .newsletters .form-group .input-btn-full {
            width: 100%;
            float: left;
        }

    .footer-full .newsletters .input-btn-full .input-btn {
        font-size: 12px;
        font-weight: 600;
        padding: 0;
        height: 36px;
        line-height: 30px;
        text-align: center;
        padding: 0 15px;
        width: 100%;
        margin-top: 0;
        border: 0px solid #ee5f2b;
        border-radius: 25px;
        color: #fff;
        background: #ffa300;
    }


/*-- responsive--*/
@media screen and (min-width:320px) and (max-width:767px) {
    .footer-full {
        padding-top: 20px;
    }

        .footer-full .ftr_img {
            width: 50%;
            display: inline;
        }

        .footer-full .h4 {
            font-size: 15px;
            margin-bottom: 15px;
        }

        .footer-full .ftr_link li a {
            font-size: 13px;
        }

        .footer-full .copyright p {
            text-align: center;
        }

        .footer-full .social_link {
            margin-top: 0px;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .footer-full .ftr_link li a {
        font-size: 13px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .footer-full .ftr_link li a {
        font-size: 13px;
    }

    .footer-full .img_payment img {
        width: 100%;
    }
}


/*--'FOOTER' end--*/



.transaction-failed-pg {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .transaction-failed-pg .inner-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .transaction-failed-pg .inner-content .ic-box {
            width: 100%;
            max-width: 700px;
            background: #e9f0f7;
            display: flex;
            box-shadow: 0 5px 10px #eee;
        }

            .transaction-failed-pg .inner-content .ic-box .icb-box-left {
                width: 50%;
                display: flex;
                padding: 10px 15px;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

                .transaction-failed-pg .inner-content .ic-box .icb-box-left .icb-logo {
                    width: 100%;
                    max-width: 250px;
                }

                .transaction-failed-pg .inner-content .ic-box .icb-box-left .icb-text1 {
                    font-size: 20px;
                    font-weight: 600;
                    color: #000;
                }

                .transaction-failed-pg .inner-content .ic-box .icb-box-left .icb-text2 {
                    font-size: 14px;
                    margin: 10px 0 10px 0;
                    font-weight: 400;
                    color: #000;
                    text-align: center;
                }

                .transaction-failed-pg .inner-content .ic-box .icb-box-left .icb-text3 {
                    font-size: 26px;
                    font-weight: 600;
                    color: #000;
                }

                .transaction-failed-pg .inner-content .ic-box .icb-box-left .call-us {
                    width: 100%;
                    max-width: 200px;
                    display: inline-block;
                    margin-top: 20px;
                    padding: 10px 15px;
                    text-align: center;
                    background: #3bb7fd;
                    color: #fff !important;
                    border-radius: 20px;
                    text-decoration: none;
                    position: relative;
                    transition: 0.4s;
                    text-decoration: none !important;
                }

                    .transaction-failed-pg .inner-content .ic-box .icb-box-left .call-us:before {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        background: #3bb7fd;
                        top: 0px;
                        left: 0px;
                        border-radius: 20px;
                        z-index: -1;
                        transition: 0.3s;
                        opacity: 1;
                    }

                    .transaction-failed-pg .inner-content .ic-box .icb-box-left .call-us:hover:before {
                        transform: scale(1.5);
                        opacity: 0;
                    }

            .transaction-failed-pg .inner-content .ic-box .icb-box-right {
                width: 50%;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

                .transaction-failed-pg .inner-content .ic-box .icb-box-right .call-us-img {
                    width: 100%;
                }

                .transaction-failed-pg .inner-content .ic-box .icb-box-right .icb-ul {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    padding: 10px 0;
                    text-align: center;
                    background: #fff;
                }

                    .transaction-failed-pg .inner-content .ic-box .icb-box-right .icb-ul li {
                        display: inline-block;
                    }

                        .transaction-failed-pg .inner-content .ic-box .icb-box-right .icb-ul li .f-logo1 {
                            width: 80px;
                            margin-right: 15px;
                        }

                        .transaction-failed-pg .inner-content .ic-box .icb-box-right .icb-ul li .f-logo2 {
                            width: 80px;
                        }

@media screen and (min-width:320px) and (max-width:767px) {
    .transaction-failed-pg .inner-content .ic-box .icb-box-left .icb-text1 {
        font-size: 16px;
    }

    .transaction-failed-pg .inner-content .ic-box .icb-box-left .icb-text3 {
        font-size: 16px;
    }

    .transaction-failed-pg .inner-content .ic-box .icb-box-right .icb-ul li .f-logo1 {
        width: 60px;
    }

    .transaction-failed-pg .inner-content .ic-box .icb-box-right .icb-ul li .f-logo2 {
        width: 60px;
    }
}
