﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

a:focus, date-picker-wrapper.no-shortcuts
button:focus,
* {
    outline: none;
}

h1 {
    font-size: 30px;
    margin-top: 5px;
    text-transform: capitalize;
}

a:focus,
a:hover,
button:focus,
button:hover {
    text-decoration: none !important;
}

[placeholder], input[placeholder], textarea[placeholder] {
    color: #490a3d;
    font-size: 15px;
}

img {
    max-width: 100%;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0px;
}

a:focus, date-picker-wrapper.no-shortcuts button:focus, * {
    outline: none;
}
/*Inner Pages*/
.staticPageBanner {
    width: 100%;
}

.staticpageBannerwrap {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 50px;
}

    .staticpageBannerwrap .dailal {
        position: absolute;
        top: 39%;
    }

        .staticpageBannerwrap .dailal h1 {
            font-size: 38px;
            color: #fff;
            margin: 0 0 7px;
        }

        .staticpageBannerwrap .dailal p {
            font-size: 18px;
            color: #fff;
        }

.staticPagesWrap {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

    .staticPagesWrap h2 {
        position: relative;
        font-weight: 600;
        font-size: 1.9rem;
        display: inline-block;
        margin: 0 0 15px;
    }

        .staticPagesWrap h2::after {
            position: absolute;
            content: '';
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 3px;
            background: #ed0101;
        }

    .staticPagesWrap h3 {
        font-size: 1.3rem;
        margin: 0 0 15px;
    }

    .staticPagesWrap h4 {
        position: relative;
        font-weight: 600;
        font-size: 1.5rem;
        display: inline-block;
        margin: 0 0 15px;
        color: #0c44ac;
    }

    .staticPagesWrap p {
        margin: 0 0 50px;
        color: #000;
        font-size: 18px;
        text-align: left;
    }

        .staticPagesWrap p:last-child {
            margin-bottom: 0;
        }

    .staticPagesWrap hr {
        border-color: #ccc;
    }

    .staticPagesWrap p a {
    }

    .staticPagesWrap p b {
        font-size: 18px;
        color: #333;
    }

    .staticPagesWrap ol {
    }

        .staticPagesWrap ol li {
            list-style-type: auto;
            color: #000;
            font-size: 18px;
            margin-bottom: 12px;
        }

    .staticPagesWrap h5.termscontent {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .staticPagesWrap ul.termscontentList {
        padding: 0;
        margin: 0 0 30px;
    }

        .staticPagesWrap ul.termscontentList li {
            list-style: none;
            margin: 0 0 5px;
            font-weight: 600;
            font-size: 17px;
        }

            .staticPagesWrap ul.termscontentList li a {
                color: #000;
                text-decoration: underline;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 17px;
                display: inline-block;
            }

                .staticPagesWrap ul.termscontentList li a:hover {
                    color: #0c44ac;
                    text-decoration: underline !important;
                }

    .staticPagesWrap p.termsAddress b {
        font-weight: 600;
        color: #000;
    }

    .staticPagesWrap p.termsAddress a {
        color: #0c44ac;
    }



    .staticPagesWrap dl {
        margin: 15px 0 0 30px;
    }

    .staticPagesWrap dt {
        margin: 15px 0 5px;
    }

    .staticPagesWrap dl i {
        font-size: 10px;
        float: left;
        margin: 6px 8px 0 0;
    }

    .staticPagesWrap dd {
        font-weight: 400;
        color: #000;
        font-size: 18px;
        line-height: 28px;
        margin: 9px 0 0 30px;
        display: flex;
    }

    .staticPagesWrap ul {
        list-style: disc;
        padding: 0 15px;
        margin-bottom: 20px;
    }

        .staticPagesWrap ul li {
            list-style: disc;
            margin-bottom: 12px;
            font-size: 18px;
            color: #000;
        }

    .staticPagesWrap strong {
        font-size: 20px;
        display: block;
        margin-bottom: 15px;
    }

.tncsequ {
    margin: 0 0 50px;
}

    .tncsequ p {
        display: flex;
        margin: 0 0 15px;
    }

        .tncsequ p b {
            margin-right: 5px;
        }

.contact-addressSec {
    box-shadow: 2px 2px 10px #d9d9d9;
    padding: 15px 15px 30px;
    background: aliceblue;
}

.footcard {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

    .footcard .heading {
        margin: 5px 5px 0 0;
        font-weight: 500;
        font-size: 16px;
    }

.callPhone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 15px 0 30px;
}

    .callPhone img {
        width: 60px;
    }

    .callPhone a {
        display: inline-block;
        background: #0c44ac;
        color: #fff;
        font-size: 23px;
        padding: 3px 20px;
        border-radius: 35px;
        margin-left: 15px;
        font-weight: 600;
    }

        .callPhone a:hover {
        }

        .callPhone a img {
            width: 25px;
            margin-right: 7px;
        }

.timeAddress {
}

    .timeAddress p {
    }

        .timeAddress p b {
            font-size: 18px;
            font-weight: 500;
            line-height: 23px;
        }

/*End Inner Pages*/


.toppanel {
    margin: 0;
    padding: 5px 0 0;
    z-index: 9999;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.toppanel, .top-nav-space {
    margin: 0;
}

.pad-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.navbar {
    padding: 0;
}

.toppanel .logo {
    width: 270px;
}

.mob-logo {
    display: none;
}

.phoneiconM {
    background: #ed0101;
    border-radius: 4px;
    padding: 3px;
    width: 25px;
}

.headerMenuPhoneMainWrap {
    justify-content: flex-end;
}

.mob-show-menu {
    display: none;
}

.close-menu {
    cursor: pointer;
}

    .close-menu .close-btn-icon {
        background: url(../images/home-sprit-icon.png) no-repeat;
        display: inline-block;
        vertical-align: bottom;
        width: 20px;
        height: 24px;
        background-position: -117px -14px;
    }

.clearfix, .mg_ul_box, .my_clr_r {
    clear: both;
}

.headerMenuPhoneWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-nav {
    padding-left: 0;
}

    .navbar-nav .nav-link.active {
        color: #0c44ac;
    }

    .navbar-nav .nav-link {
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        border-bottom: 0px solid #0c44ac;
        padding: 0 !important;
        margin: 0 15px;
        position: relative;
    }

        .navbar-nav .nav-link.active::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 5px;
            background: #0c44ac;
            border-radius: 4px;
            transition: all ease .5s;
        }

.call-now {
    display: flex;
    border-left: none;
    line-height: 10px;
    position: relative;
    float: right;
    background: #0c44ac;
    padding: 5px 21px 11px 18px;
    border-radius: 50px;
    top: -1px;
}

    .call-now img {
        position: relative;
        right: 2px;
        top: 4px;
        width: 37px;
        height: 36px;
        background: #ed0101;
        border-radius: 50px;
        padding: 3px;
        border: 2px solid #fff;
    }

    .call-now .ph-no {
        padding-left: 7px;
        display: block;
    }

    .call-now p a {
        color: #fff;
        font-size: 26px;
        line-height: 24px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .call-now p span {
        color: #fff;
    }

body .call-now p {
    margin-top: 2px !important;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    justify-content: flex-start;
}

.call-now p a.spcebts {
    padding: 0 8px 0 5px;
}

.headerTiming {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    letter-spacing: 0.5px;
}

.cl-info {
    background: #fff;
    border-radius: 6px;
    min-width: 350px;
    max-width: 350px;
    padding: 15px 23px 20px 10px;
    display: none;
    position: absolute;
    top: 48px;
    right: 0px;
    box-shadow: 0px 0px 10px #7a7a7a;
}

.ci-det {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}

    .ci-det a {
        color: #2196f3;
    }

.clinfo-close {
    color: #000;
    font-size: 14px;
    margin: 10px 0 0 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}

.navbar-nav .nav-link:hover {
    color: #0c44ac;
}

.navbar-nav .nav-link::after {
    color: #0c44ac;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 5px;
    background: #0c44ac;
    border-radius: 4px;
    transition: all ease .5s;
}

.navbar-nav .nav-link:hover:after {
    color: #0c44ac;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background: #0c44ac;
    border-radius: 4px;
    transition: all ease .5s;
}

.support-space {
    padding-top: 1.5rem;
    padding-bottom: 1.4rem;
}

.best-price-garntied {
    float: left;
    width: 100%;
    text-align: center;
}

    .best-price-garntied ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .best-price-garntied ul li {
            display: inline-block;
            background-color: #fff;
            width: 32%;
            padding: 17px 20px;
            border-radius: 8px;
            box-shadow: 0 4px 2px #d7d2db;
            border: 1px solid #dbdbdb;
        }
            .best-price-garntied ul li:last-child {
                width: 30%;
            }

            .best-price-garntied ul li h1 {
                width: 100%;
                text-align: left;
            }

                .best-price-garntied ul li h1 img {
                    margin: -3px 13px 0;
                    display: inline-block;
                    float: left;
                    width: 50px;
                }

                .best-price-garntied ul li h1 span {
                    font-size: 15px;
                    color: #000;
                    display: block;
                    margin: 0 0 3px;
                }

                .best-price-garntied ul li h1 strong {
                    font-size: 19px;
                    color: #000;
                    font-weight: 600;
                    display: block;
                }


.footer-spacer .col-xl-3 {
    flex: 0 0 35%;
    max-width: 35%;
}

.footer-spacer .col-xl-6 {
    flex: 0 0 60%;
    max-width: 60%;
}

.flight-routes {
    display: none;
}

div#myaccount_open,
.sign-in-up {
    display: none;
}
/*Inner Pages*/
.payment-decline {
    width: 100%;
    float: left;
    padding: 45px 15px;
    text-align: center;
}

    .payment-decline span {
        font-size: 22px;
        color: #0c223f;
        font-weight: 600;
        display: block;
    }

    .payment-decline p {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 27px;
        line-height: 23px;
    }

    .payment-decline a {
        font-size: 17px;
        color: #fff;
        font-weight: 500;
        background: #0c44ac;
        padding: 9px 46px;
        border-radius: 6px;
        margin-bottom: 21px;
        display: inline-block;
        cursor: pointer;
    }

.copyrightWrap {
    width: 100%;
    float: left;
    background: #d9d9d9;
    padding: 12px 5px;
    text-align: center;
    font-size: 13px;
}

/*Footer*/
.footBottmCTA {
    width: 100%;
    float: left;
    background: #333;
    padding: 30px 0;
    color: #fff;
}

.footCTADesc p {
    margin: 2px 0 0;
    font-size: 15px;
    line-height: 22px;
}

.footEmailCall {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .footEmailCall a {
        background: #fff;
        display: inline-block;
        margin: 5px 0;
        padding: 7px 0 7px 14px;
        color: #0c44ac;
        font-weight: 500;
        font-size: 18px;
        border-radius: 3px;
        width: 245px;
    }

        .footEmailCall a span {
            color: #000;
        }

        .footEmailCall a i {
            margin-right: 7px;
            border-right: 1px solid #b9b9b9;
            padding-right: 7px;
            width: 30px;
        }

footer.footer {
    font-weight: 500;
    position: relative;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ebebeb;
}

.footer .ms-3 {
    margin-left: 1rem !important;
}

.footer-widget {
    padding: 50px 0;
}

.footer-add {
    color: #b5c9dd;
    font-size: 13px;
}

    .footer-add .p, .footer-add p {
        line-height: 25px;
        color: #5d6f7d;
        font-size: 12px;
        text-align: justify;
        padding-right: 10px;
    }

        .footer-add p a {
            color: #f00;
        }

.footer-widget h4.widget-title {
    margin-bottom: 20px;
    font-size: 15px;
    color: #003a75;
    font-weight: 700;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
}

    .footer-widget ul li {
        list-style: none;
        margin-top: 15px;
        display: block;
    }

        .footer-widget ul li a {
            color: #47525c;
            font-size: 13px;
            text-decoration: none;
        }

.text-muted-2 {
    color: #455873 !important;
    font-weight: 500 !important;
}

.footer-bottom {
    padding: 15px 0;
    color: #022f5d;
    font-size: 13px;
    border-top: 1px solid #dee2e5;
}

    .footer-bottom ul li a {
        text-decoration: none;
        color: #022f5d;
        font-size: 12px;
    }

    .copyright p,
    .footer-bottom p {
        color: #5d6f7d;
        font-size: 13px;
    }

.copyright p {
    text-align: center;
    padding: 12px 5px 10px 5px !important;
}

.footer-widget ul li a:hover {
    color: #cd2c22;
}

.copyright {
    background: #fff;
}

/*Login SignUp Popup*/
.log-toggle-innerr {
    cursor: pointer;
    padding: inherit;
    margin-left: 12px;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    margin-bottom: -20px;
}

.google-btn {
    border: 1px solid #3b5998;
    height: 38px;
    border-radius: 6px;
    color: #447fe7;
    font-size: 15px;
    display: block;
}

.log-toggle .text_sign {
    margin-top: 0;
    float: left;
    margin-left: 2px;
}

span#sign {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.log-toggle .text_sign .sign-icon {
    background: #365aa6 url(../images/home-sprit-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: -15px -9px;
    vertical-align: top;
    margin-right: 2px;
    border-radius: 25px;
}

.bar-ioc-whit {
    color: #365aa6;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

.acc-toggle {
    width: 272px;
    right: -50px;
    top: 40px;
    padding: 10px;
    position: absolute;
    background: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .28);
    z-index: 1;
}

    .acc-toggle:before {
        content: "";
        background: #fff;
        height: 10px;
        width: 10px;
        transform: rotate(45deg);
        position: absolute;
        right: 130px;
        top: -4px;
    }

.acct-one {
    font-weight: bold;
    color: #0e2747;
    font-size: 13px;
    text-align: center;
    background: #eaf7ff;
    padding: 4px 7px;
    border-radius: 4px;
}

.acct-two {
    font-size: 12px;
    color: #333;
    text-align: center;
    padding: 10px 0;
    text-align: center;
}

.google-face-btn {
    margin: 0;
    padding: 0;
}

.face-btn {
    background: #3b5998;
    height: 38px;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    display: block;
}

.acc-toggle .google-face-btn a {
    padding: 0 0 0 10px;
    font-size: 13px;
    width: 48%;
    display: flex;
    align-items: center;
    border-radius: 4px;
    cursor: pointer
}

    .acc-toggle .google-face-btn a.face-btn {
        color: #fff;
    }

.acc-toggle .google-face-btn {
    display: flex;
    justify-content: space-between;
}

.google-face-btn a img {
    margin: 0 10px 0 0;
}

.acc-toggle .google-face-btn a + a {
    margin: 0 0 0 2%;
}

.google-face-btn a img {
    margin: 0 10px 0 0;
}

.acct-three {
    background: #000;
    margin: 10px 0 0;
    padding: 7px;
    color: #fff;
    border-radius: 4px;
    align-items: center;
}

    .acct-three a {
        color: #fff;
        text-align: center;
        display: block;
    }

    .acct-three span {
        color: #fff;
        font-size: 14px;
        margin: 0 6px;
    }
/*New*/
.acc-toggle {
    width: 214px;
    min-width: 214px;
    border-top: none;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 16px 5px rgba(0, 0, 0, .2);
    padding: 14px;
    padding-bottom: 0;
    transition: all .2s ease;
    display: none;
}
ul.nav.navbar-nav.navbar-right li:hover .acc-toggle {
    display: block;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -webkit-animation-name: slide-down-slow;
    -moz-animation-name: slide-down-slow;
    animation-name: slide-down-slow;
}
@keyframes slide-down-slow {
    0% {
        -webkit-transform: perspective(1px) scaleY(.1);
        -moz-transform: perspective(1px) scaleY(.1);
        -ms-transform: perspective(1px) scaleY(.1);
        -o-transform: perspective(1px) scaleY(.1);
        transform: perspective(1px) scaleY(.1)
    }

    to {
        -webkit-transform: perspective(1px) scaleY(1);
        -moz-transform: perspective(1px) scaleY(1);
        -ms-transform: perspective(1px) scaleY(1);
        -o-transform: perspective(1px) scaleY(1);
        transform: perspective(1px) scaleY(1)
    }
}
.toLgn {
    display: flex;
    align-items: center;
}
.toLgn .avtr {
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    float: left;
    position: relative;
    top: 5px;
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.toLgn .avtr img {
    position: relative;
    top: 2px;
}
.toLgn .bkBunt {
    padding-left: 12px;
    padding-top: 9px;
}
.toLgn .bkBunt a{
    color: #636363;
    font-size: 15px;
    transition: all .5s ease;
    text-decoration: none;
}
.toLgn .bkBunt a:hover{
	padding-left: 10px;
 }
.lgnSingUpBnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px 7px 18px;
    border-top: 1px solid #ccc;
    margin: 20px -15px 0 -15px;
    background: rgb(234 247 255 / 50%);
}
.lgnSingUpBnt a{
	border: 1px solid #0c44ac;
    border-radius: 2px;
    width: 84px;
    cursor: pointer;
    color: #fff;
    font-size: .9em;
    line-height: 28px;
    padding: 0;
    text-align: center;
    background-color: #0c44ac;
    margin-bottom: 10px;
    height: auto;
    text-decoration: none;
    transition: all .5s ease;
}
.lgnSingUpBnt a.logIn:hover {
	background-color: #02328d;
}
.lgnSingUpBnt a.pgSignUp{
	    border: 1px solid #0c44ac;
    border-radius: 2px;
    background-color: #fff;
    color: #0c44ac;
}
/*End New*/


/*Login/Signup*/
.sign-in-up {
    background: rgba(0, 0, 0, .7);
    /* display: none; */
    backdrop-filter: blur(8px);
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.sign-up-main {
    position: relative;
    padding: 10px 20px 40px;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0 60px 0;
    border-radius: 10px;
    width: 90%;
    max-width: 430px;
    background: #fff;
    min-height: 400px;
}

.sin-close {
    color: #cdcdcd;
    position: absolute;
    right: 40px;
    text-align: right;
    font-size: 28px;
    cursor: pointer;
}

.sin-form {
    padding: 0 20px;
}

.sign-titl {
    color: #1f437e;
    padding: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
}

form .sign-titl {
    text-align: center;
    padding: 0 0 10px;
}

.new-account {
    font-size: 13px;
    text-align: center;
    color: #20427f;
    margin: 0 0 0;
}

    .new-account a {
        color: #ed0101;
        text-decoration: none;
        font-weight: bold
    }

.title-select {
    margin: 20px 0;
    display: inline-block;
}

.sin-form label {
    display: block;
    padding: 0 0 4px;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    color: #0e2747;
}

    .sin-form label span {
        color: #f00;
    }

.title-tab {
    border: 1px solid #5e5e5e;
    margin: 5px 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px;
}

    .title-tab a {
        color: #828282;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        border-radius: 30px;
        padding: 5px 23px;
    }

        .title-tab a.ttab-active {
            color: #fff;
            background: #5e5e5e;
            font-weight: 500;
            cursor: default;
        }

.form-group {
    margin-bottom: 1rem;
}

form .title-select {
    margin: 10px 0 20px;
}

.sin-form input.s-txt {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    height: 38px;
    position: relative;
    width: 100%;
    padding: 0 10px;
    color: #626262;
    font-size: 13px;
}

span.vd {
    color: #f00;
    font-size: 12px;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    left: 0;
}

.sign-up-main .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 13px 5px;
}

.sign-up-main .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-radius: 4px !important;
    height: 38px;
    border: 1px solid #ccc !important;
}

.sign-up-main .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
    position: static;
}

.sign-up-main .intl-tel-input.allow-dropdown input#countrycode {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 0;
    font-size: 13px;
}

.sign-up-main .sin-form .intl-tel-input.allow-dropdown .selected-flag {
    background-color: transparent;
    border: none;
    width: 111px;
    padding: 0 0 0 6px;
}

.sign-up-main .intl-tel-input.allow-dropdown input#countrycode {
    height: 38px;
    font-weight: bold;
}

.sign-up-main .iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}

    .sign-up-main .iti-flag.gb {
        height: 10px;
        background-position: -1775px 0;
    }

.sign-up-main .intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sign-up-main .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}

.sign-up-main .intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 43%;
    margin-top: -1px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #555;
}

.sign-up-main .intl-tel-input .country-list .country {
    padding: 5px 10px;
}

.sign-up-main .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
    vertical-align: middle;
}

.sign-up-main .intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}

.sign-up-main .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
    margin-right: 6px;
}

.sign-up-main .intl-tel-input .country-list .country .dial-code {
    color: #999;
}

.sin-form select.s-txt {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    height: 38px;
    width: 100%;
    padding: 0 10px;
    color: #0b2241;
    font-size: 15px;
}

.sin-form .check_box {
    height: 18px;
    width: 18px;
}

.sin-form .check_box {
    height: 18px;
    width: 18px;
}

.sin-form label.check_box {
    display: inline-block;
    color: #323232;
    vertical-align: text-top;
    width: 110px;
    margin: -3px 0 0 4px;
    font-weight: 400;
}

.sin-form .btn_yellow {
    background: #0c44ac;
    color: #fff;
    display: block;
    border: none;
    height: 38px;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    border-radius: 6px;
}

.sign-in-main {
    position: relative;
    padding: 35px 20px 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    width: 90%;
    max-width: 430px;
    background: #fff;
    min-height: 400px;
}

.forgot-in-main {
    position: relative;
    padding: 35px 20px 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    width: 90%;
    max-width: 430px;
    background: #fff;
    min-height: 400px;
}

.log-sin-label {
    font-size: 13px;
    padding-bottom: 5px;
    color: #0e2747;
}

.pswd-btn {
    display: none;
}

.sign-tc {
    font-size: 12px;
    margin: 10px 0 10px 0;
    color: #000;
}

    .sign-tc a {
        text-decoration: none;
        color: #007bff;
    }

ul.nav.navbar-nav.navbar-right li {
    position: relative;
}

.sign-up-main .intl-tel-input .country-list .flag-box,
.sign-up-main .intl-tel-input .country-list .country-name {
    font-size: 13px;
}
/*New Sign Toggle*/
.logToggle {
    width: 213px;
    animation: fadeInDown 0.3s linear;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 36px;
    left: 50%;
    z-index: 2;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    transform: translate(-50%, 0);
}

    .logToggle a {
        display: inline-block;
        width: 100%;
        padding: 8px 20px;
        color: #000;
        border-bottom: 1px dashed #ccc;
    }

        .logToggle a i {
            color: #0c44ac;
            font-size: 115%;
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

    .logToggle:before {
        content: '';
        border: 10px solid transparent;
        border-bottom: 10px solid #dadada;
        position: absolute;
        left: 45%;
        top: -19px;
    }

.navbar-nav a.nav-link.user-den::after {
    display: none;
}

.sng-btn1 {
    margin-right: 24px;
}

    .sng-btn1 i.fa-user-circle-o {
        margin-right: 2px;
        font-size: 120%;
        position: relative;
        top: 2px;
        color: #0c44ac;
    }

.forCrete {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-account a.signup-show {
    color: #0c44ac;
}
/*End Login SignUp Popup*/
.signLoaderCvr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: rgb(127 121 188 / 70%);
    display: none
}

.signupLoader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #0c44ac;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/**Cookies*/
.cookie-pop {
    position: fixed;
    z-index: 9999999999;
    box-shadow: 0 0 10px #00000040;
    display: flex;
    align-items: flex-end;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 30px;
    background: #f1f1f1;
}

.close-pop-cook {
    position: absolute;
    right: 21px;
    top: 16px;
    cursor: pointer
}

.cook-title {
    font-weight: 500;
    color: #201e0f;
    font-size: 18px;
    margin: 0 0 2px
}

.text-cook {
    padding: 0 44px 0 0
}

    .text-cook p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        color: #515151
    }

        .text-cook p a {
            text-decoration: underline;
            color: #007bff;
        }

            .text-cook p a:hover {
                text-decoration: none;
            }

.cookie-pop .cookie-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .cookie-pop .cookie-container .cookiesIcon {
        display: flex
    }

        .cookie-pop .cookie-container .cookiesIcon img {
            width: auto;
            margin-right: 30px;
            height: 50px
        }

    .cookie-pop .cookie-container .btn-cook {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

.btn-cook a {
    width: 136px;
    height: 36px;
    background: none;
    text-align: center;
    color: #6b6b6b;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 0px;
    border: 1px solid #6b6b6b;
    font-weight: 500
}

    .btn-cook a.acceptcookies {
        color: #fff;
        background: transparent linear-gradient(90deg, #0c44ac 0%, #6588c9 100%);
        border: 1px solid transparent
    }


/*Ipad Pro*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 970px;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
        margin: 0 9px;
    }

    .footcard .heading {
        font-size: 14px;
        white-space: nowrap;
    }

    .footCTADesc h4 {
        font-size: 21px;
    }

    .staticpageBannerwrap .dailal {
        top: 19%;
    }
    
    header#myHeader .container-fluid {
        padding: 0 9px;
    }
    .toppanel .logo {
        width: 170px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        margin: 4px 5px 0 10px;
    }

}


/*Ipad*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 750px;
    }

    /*Toggle Menu*/
    button.navbar-toggler.close-menu-hide {
        position: relative;
        right: 0;
    }

    .mobileMenu {
        display: block;
        height: 2px;
        width: 20px;
        background: #0c44ac;
        position: absolute;
        transition: .2s;
        border: none;
        right: -2px;
    }

        .mobileMenu::before {
            display: block;
            width: 100%;
            height: 2px;
            content: '';
            background-color: #0c44ac;
            transition-duration: .2s,.2s;
            position: absolute;
            left: 0;
            top: -6px;
        }

        .mobileMenu::after {
            display: block;
            width: 100%;
            height: 2px;
            content: '';
            background-color: #0c44ac;
            transition-duration: .2s,.2s;
            position: absolute;
            left: 0;
            top: 6px;
        }

    .call-now-m2 {
        position: absolute;
        right: 35px;
        left: auto;
        top: auto;
    }

    .mob-show-menu {
        margin-bottom: 14px;
        padding: 9px 0 21px;
        border-bottom: 0px solid #dddddd;
        display: block;
        float: left;
        width: 100%;
    }

    .close-menu {
        cursor: pointer;
    }

        .close-menu .close-btn-icon {
            background: url(../images/home-sprit-icon.png) no-repeat;
            display: inline-block;
            vertical-align: bottom;
            width: 20px;
            height: 24px;
            background-position: -117px -14px;
        }

    .navbar-nav .nav-link {
        padding: 10px !important;
        margin: 0 15px 14px 15px;
        display: inline-block;
        width: 300px;
    }

    .best-price-garntied {
        padding-top: 50px;
    }

        .best-price-garntied ul li h1 img {
            margin: 2px 13px 0 0;
            width: 40px;
        }

        .best-price-garntied ul li h1 span {
            font-size: 13px;
        }

        .best-price-garntied ul li h1 strong {
            font-size: 16px;
        }

    .footcard .heading {
        white-space: nowrap;
    }

    ul.footerLogosAirlines {
        padding-right: 80px;
    }

    .staticpageBannerwrap .dailal {
        position: absolute;
        top: 11%;
    }

    .headerMenuPhoneMainWrap {
        position: fixed;
        height: 100vh;
        width: 300px;
        right: -320px;
        z-index: 1000;
        background: #0c44ac;
        top: 0;
        display: block !important;
        transition: all .4s;
    }

        .headerMenuPhoneMainWrap .mob-show-menu {
            padding: 24px 13px;
            border-bottom: 1px solid #dddddd;
            background-image: url(../images/cheers-logo.png);
            background-size: 185px;
            background-repeat: no-repeat;
            background-position: center left 10px;
            background-color: #fff;
        }

            .headerMenuPhoneMainWrap .mob-show-menu .float-left {
                font-size: 0;
            }

        .headerMenuPhoneMainWrap .close-menu .close-btn-icon {
            width: 15px;
            height: 15px;
            background-position: -119px -18px;
        }

    .headerMenuPhoneWrap ul.navbar-nav li {
        display: inline-block;
        width: 100%;
    }

        .headerMenuPhoneWrap ul.navbar-nav> li> a {
            position: relative;
            display: inline-block;
            color: #fff !important;
            padding: 10px 20px;
            border-bottom: 1px solid #5e8ee7 !important;
            width: 100%;
            font-size: 13px;
        }

            .headerMenuPhoneWrap ul.navbar-nav li a.active {
                color: #fff !important;
                border-bottom: 1px solid #fff !important;
                font-weight: bold;
            }

    .coverMenu {
        position: fixed;
        background: #000;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        opacity: 0.8;
        display: none;
    }

    .headerMenuPhoneWrap {
        flex-wrap: wrap;
    }

        .headerMenuPhoneWrap ul.navbar-nav.ml-auto {
            width: 100%;
        }

        .headerMenuPhoneWrap ul.navbar-nav li .call-now a {
            width: auto;
            padding: 0 !important;
            border: 0 !important;
            font-size: 24px;
        }

        .headerMenuPhoneWrap ul.navbar-nav li .call-now p.ounbr a {
            font-size: 12px;
        }

        .headerMenuPhoneWrap ul.navbar-nav li .call-now {
            width: 90%;
            padding-left: 18px;
            background: #ed0101;
            margin-right: 5%;
            margin-top: 15px;
        }

        .headerMenuPhoneWrap ul.navbar-nav li .call-now {
            width: 90%;
            padding-left: 18px;
            background: #ed0101;
            margin-right: 5%;
            margin-top: 15px;
        }

    .navbar-nav .nav-link.active::after {
        display: none;
    }
    .headerMenuPhoneWrap ul.navbar-nav li .lgnSingUpBnt a.pgSignUp,
    .headerMenuPhoneWrap ul.navbar-nav li .toLgn .bkBunt a {
        color: #636363 !important;
    }
    body .headerMenuPhoneWrap ul.navbar-nav .lgnSingUpBnt a {
        width: 84px !important;
        padding: 0 !important;
        text-align: center;
        display: inline-block;
    }
    .headerMenuPhoneWrap ul.navbar-nav li .title-tab a {
        color: #000 !important;
    }
    .headerMenuPhoneWrap ul.navbar-nav li .title-tab a.ttab-active {
        color: #fff !important;
    }
    .best-price-garntied ul {
        flex-wrap: wrap;
    }
        .best-price-garntied ul li:last-child,
        .best-price-garntied ul li {
            padding: 17px 0 17px 22px;
        }



}


/*Mobile*/
@media only screen and (min-width: 270px) and (max-width: 767px) {
    .call-now-m2 .log-toggle.log-toggle-innerr {
        margin: 0 !important;
        padding: 0;
    }
    .footer .row > div {
        padding: 0 10px;
    }

    .footer .row {
        margin: 0 -10px;
    }

    .footer-widget ul li a {
        font-size: 14px;
        line-height: 17px;
        display: inline-block;
    }

    .footer-widget .ctr {
        text-align: center;
        width: 100%;
    }

    h4.widget-title.ctr {
        padding-bottom: 7px;
    }

    .footer-widget p.ctr {
        margin-bottom: 6px;
    }


    .headerMenuPhoneWrap.headerActiveLink {
        height: auto;
    }

    .navbar-nav .nav-link.active::after {
        display: none;
    }

    body .navbar-nav .nav-link:hover:after,
    .navbar-nav .nav-link.active::after {
        display: none;
    }

    body .navbar-nav .nav-link {
        border-bottom: 0;
    }

    .headerMenuPhoneWrap ul.navbar-nav.ml-auto {
        width: 100%;
    }

    .headerMenuPhoneWrap {
        flex-wrap: wrap;
        height: 80vh;
        overflow: hidden;
        overflow-y: auto;
        padding-bottom: 50px;
    }

        .headerMenuPhoneWrap ul.navbar-nav.ml-auto li {
            width: 100%;
        }

            .headerMenuPhoneWrap ul.navbar-nav.ml-auto li:hover > a {
                border-bottom: 3px solid #0c44ac;
            }

    .navbar-nav .nav-link.active {
        color: inherit;
    }

    body.bodyfixeds {
        position: fixed;
        height: 100vh;
        overflow: hidden;
        width: 100%;
        top: 0;
        left: 0;
    }


    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: auto;
        padding: 0 15px;
    }

    header#myHeader .container-fluid {
        padding: 0;
        padding-right: 15px;
    }
    /*Toggle Menu*/
    button.navbar-toggler.close-menu-hide {
        position: relative;
        right: 0;
    }

    .toppanel .logo {
        width: 200px;
        padding-left: 5px;
    }

    .mobileMenu {
        display: block;
        height: 2px;
        width: 20px;
        background: #0c44ac;
        position: absolute;
        transition: .2s;
        border: none;
        right: -2px;
    }

        .mobileMenu::before {
            display: block;
            width: 100%;
            height: 2px;
            content: '';
            background-color: #0c44ac;
            transition-duration: .2s,.2s;
            position: absolute;
            left: 0;
            top: -6px;
        }

        .mobileMenu::after {
            display: block;
            width: 100%;
            height: 2px;
            content: '';
            background-color: #0c44ac;
            transition-duration: .2s,.2s;
            position: absolute;
            left: 0;
            top: 6px;
        }

    .call-now-m2 {
        position: absolute;
        right: 35px;
        left: auto;
        top: auto;
    }

    .mob-show-menu {
        margin-bottom: 14px;
        padding: 9px 0 21px;
        border-bottom: 0px solid #dddddd;
        display: block;
        float: left;
        width: 100%;
    }

    .close-menu {
        cursor: pointer;
    }

        .close-menu .close-btn-icon {
            background: url(../images/home-sprit-icon.png) no-repeat;
            display: inline-block;
            vertical-align: bottom;
            width: 20px;
            height: 24px;
            background-position: -117px -14px;
        }

    .navbar-nav .nav-link {
        padding: 10px !important;
        margin: 0 15px 14px 15px;
        display: inline-block;
        width: 300px;
    }

    .best-price-garntied {
        padding-top: 0;
    }

    .best-price-garntied {
        padding-top: 0;
    }

        .best-price-garntied ul li h1 {
            width: auto;
            text-align: center;
        }

            .best-price-garntied ul li h1 img {
                width: 30px;
                float: none;
                display: inline-block;
                margin: 0;
                height: 30px;
            }

            .best-price-garntied ul li h1 span {
                font-size: 11px;
                display: block;
                padding-top: 4px;
            }

            .best-price-garntied ul li h1 strong {
                font-size: 11px;
            }

        .best-price-garntied ul li {
            padding: 4px 2px 9px 2px;
        }

    .footcard .heading {
        white-space: nowrap;
    }

    ul.footerLogosAirlines {
        padding-right: 80px;
    }

    .footer-spacer .col-xl-3 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .footCTADesc h4 {
        font-size: 20px;
        text-align: center;
        line-height: 28px;
    }

    .footCTADesc {
        text-align: center;
    }

    .heading .foot-lgo {
        margin-top: 10px;
    }

    .footer-spacer .col-xl-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footerLInkSec {
        margin: 26px 0 0 0;
    }

        .footerLInkSec ul li.footHeading {
            font-size: 15px;
        }

        .footerLInkSec ul li {
            font-size: 12px;
        }

    .footer-spacer {
        padding-bottom: 3px;
    }

    ul.footerLogosAirlines {
        padding-right: 0;
    }

    .footcard {
        justify-content: center;
        padding-bottom: 5px;
    }

    .staticPageBanner {
        height: 110px;
    }

    .staticpageBannerwrap .dailal h1 {
        font-size: 19px;
    }

    .staticpageBannerwrap .dailal p {
        font-size: 12px;
    }

    .staticpageBannerwrap .dailal {
        top: 26%;
    }

    .staticPagesWrap p {
        margin: 0 0 35px;
        font-size: 14px;
    }

        .staticPagesWrap p b {
            font-size: 14px;
        }

    .staticPagesWrap h5.termscontent {
        font-size: 20px;
    }

    .staticPagesWrap ul.termscontentList li a {
        font-size: 12px;
    }

    .staticPagesWrap h2 {
        font-size: 20px;
    }

        .staticPagesWrap h2::after {
            height: 1px;
        }

    .staticPagesWrap h3 {
        font-size: 18px;
    }

    .staticPagesWrap h4 {
        font-size: 20px;
    }

    .staticPagesWrap strong {
        font-size: 17px;
    }

    .headerMenuPhoneMainWrap {
        position: fixed;
        height: 100vh;
        width: 300px;
        right: -320px;
        z-index: 1000;
        background: #0c44ac;
        top: 0;
        display: block !important;
        transition: all .4s;
    }

        .headerMenuPhoneMainWrap .mob-show-menu {
            padding: 24px 13px;
            border-bottom: 1px solid #dddddd;
            background-image: url(../images/cheers-logo.png);
            background-size: 185px;
            background-repeat: no-repeat;
            background-position: center left 10px;
            background-color: #fff;
        }

            .headerMenuPhoneMainWrap .mob-show-menu .float-left {
                font-size: 0;
            }

        .headerMenuPhoneMainWrap .close-menu .close-btn-icon {
            width: 15px;
            height: 15px;
            background-position: -119px -18px;
        }

    .headerMenuPhoneWrap ul.navbar-nav li {
        display: inline-block;
        width: 100%;
    }

    .headerMenuPhoneWrap ul.navbar-nav.ml-auto li.nav-item.active {
        display: inline-block;
        width: auto;
        float: left;
    }

    .headerMenuPhoneWrap ul.navbar-nav li > a {
        position: relative;
        display: inline-block;
        color: #fff !important;
        padding: 11px 20px !important;
        border-bottom: 1px solid #5e8ee7 !important;
        width: 100%;
        font-size: 16px;
        margin: 0 !important;
    }

    .headerMenuPhoneWrap ul.navbar-nav li a.active {
        color: #fff !important;
        border-bottom: 1px solid #fff !important;
        font-weight: bold;
        padding-left: 25px !important;
    }

    .coverMenu {
        position: fixed;
        background: #000;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        opacity: 0.8;
        display: none;
    }

    .copyrightWrap {
        font-size: 12px;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now a {
        width: auto;
        padding: 0 !important;
        border: 0 !important;
        font-size: 24px;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now p.ounbr a {
        font-size: 12px;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now {
        width: 90%;
        padding-left: 18px;
        background: #ed0101;
        margin-right: 5%;
        margin-top: 15px;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now {
        width: 90%;
        padding-left: 18px;
        background: #ed0101;
        margin-right: 5%;
        margin-top: 15px;
    }

    #Popup3.fare-breakup ul.finalttl li strong {
        padding: 5px 10px 0 0 !important;
        font-size: 13px !important;
    }

    ul.footerLogosAirlines img {
        width: 50px;
        height: 19px;
    }

    .foot-lgo {
        width: 200px;
        height: 30px;
    }

    .phoneiconM {
        width: 25px;
        height: 25px;
    }

    .flying-from-1 label img.img-fluid {
        width: 14px;
        height: 20px;
    }

    .flying-from-2 label img.img-fluid {
        width: 21px;
        height: 20px;
    }

    .flying-from-3 label img.img-fluid {
        width: 21px;
        height: 21px;
    }

    .footer-widget {
        padding: 0 0 20px 0;
    }

        .footer-widget ul li {
            margin-top: 5px;
        }

        .footer-widget h4.widget-title {
            margin-bottom: 0;
        }

    .footer-bottom.border-top ul {
        display: none !important;
    }

    footer.footer.skin-light-footer {
        padding-top: 29px;
    }
}


@media only screen and (min-width: 260px) and (max-width: 360px) {
    .foot-lgo {
        width: 200px;
        height: 30px;
    }

    .flying-from-3 label img.img-fluid {
        width: 21px;
        height: 21px;
    }

    .flying-from-2 label img.img-fluid {
        width: 21px;
        height: 20px;
    }

    .flying-from-1 label img.img-fluid {
        width: 14px;
        height: 20px;
    }

    .phoneiconM {
        width: 25px;
        height: 25px;
    }

    ul.footerLogosAirlines img {
        width: 48px;
        height: 19px;
    }

    .toppanel .logo {
        width: 150px;
    }

    .navbar-nav .nav-link {
        width: 100%;
    }

    ul.navbar-nav.ml-auto {
        margin: 0 !important;
        padding: 0;
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 9px !important;
        margin: 0;
        font-size: 13px;
        border-bottom: 3px solid #0c44ac;
    }

    .headerMenuPhoneWrap {
        flex-wrap: wrap;
    }

    .navbar-nav .nav-link.active::after {
        display: none;
    }

    .home-middle {
        height: 520px;
    }

    .footerLInkSec ul li.footHeading {
        font-size: 12px;
    }
}

@media only screen and (min-width: 270px) and (max-width: 991px) {
    body .call-now p {
        flex-wrap: wrap;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now a {
        padding: 0 !important;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now p.ounbr a {
        letter-spacing: 0;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now {
        padding-left: 9px;
        margin-right: 0;
        border-radius: 0;
        width: 100%
    }

    .call-now .ph-no p.headerTiming {
        font-size: 12px;
        letter-spacing: 0;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now a {
        font-size: 18px;
    }

        .headerMenuPhoneWrap ul.navbar-nav li .call-now a.spcebts {
            padding: 0 6px !important;
        }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now p.ounbr a {
        padding: 0 !important;
    }

    .call-now img {
        top: 3px;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now p.ounbr a {
        font-size: 14px;
    }

    .navbar-nav .nav-link {
        margin: 0;
    }

    .log-toggle .text_sign {
        margin-top: 13px;
        float: left;
        margin-left: 0;
        background: #fff;
        padding: 6px 10px;
        border-radius: 34px;
    }

    .headerMenuPhoneWrap ul.navbar-nav li .call-now {
        margin-top: 6px;
    }

    .acc-toggle {
        right: auto;
        top: 65px;
        left: 0;
    }

        .acc-toggle:before {
            right: auto;
            left: 62px;
        }

    .headerMenuPhoneWrap.headerActiveLink {
        padding-bottom: 180px;
    }

    .headerMenuPhoneWrap .acc-toggle .google-face-btn a {
        padding: 0 0 0 10px !important;
        font-size: 13px !important;
        width: 48% !important;
        display: flex !important;
    }

        .headerMenuPhoneWrap .acc-toggle .google-face-btn a.google-btn {
            color: #000 !important;
        }

    .headerMenuPhoneWrap ul.navbar-nav .acct-three a {
        padding: 0 !important;
        border: 0 !important;
    }

    .headerMenuPhoneWrap ul.navbar-nav .sign-tc a {
        width: auto !important;
        color: #007bff !important;
        font-size: 12px;
        display: contents;
    }

    .headerMenuPhoneWrap ul.navbar-nav a.signup-show {
        width: auto !important;
        color: #007bff !important;
        font-size: 12px;
        display: contents;
    }

    .headerMenuPhoneWrap ul.navbar-nav a.forgot-show {
        width: auto !important;
        color: #007bff !important;
        font-size: 12px;
        display: contents;
    }

    .sign-up-main {
        padding: 10px 0 40px;
    }

    .title-tab a {
        padding: 5px 16px;
    }

    .sin-form label {
        font-size: 12px;
    }

    .sign-up-main .sin-form .intl-tel-input.allow-dropdown .selected-flag {
        width: 96px;
    }

    .sign-in-main {
        padding: 35px 0 40px;
    }

    .sin-close {
        right: 15px;
        top: 4px;
    }

    .sng-btn1 {
        background: #fff;
        margin: 0;
        margin-bottom: -5px;
    }

    .logToggle {
        width: 90%;
        top: 46px;
    }

.logToggle a {
    padding: 6px 20px;
}
.copyright p,
.footer-bottom p {
text-align: center;
}
.cookie-pop {
padding: 15px;
}

.cookie-pop .cookie-container {
flex-wrap: wrap;
}

.cookie-pop .cookie-container .btn-cook {
width: 100%;
}

.btn-cook a {
margin: 10px 0 0 0;
width: 100%;
}
.text-cook {
    padding: 0;
}
span#sign {
    color: #007bff;
    font-size: 14px;
}

.sign-up-main .intl-tel-input.allow-dropdown input#countrycode,
.sin-form select.s-txt,
.sign-up-main .intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag,
.sin-form input.s-txt {
    height: 30px;
}
.sin-form .form-group {
    margin-bottom: 8px;
}
form .title-select {
    margin: 5px 0 10px;
}
form .sign-titl {
    padding: 0;
}
.title-tab a {
    padding: 2px 16px;
}
.sign-up-main {
    padding: 10px 0 20px;
}
.title-tab {
    margin: 0;
}
.sin-form label {
    padding: 0 0 2px;
}
.sign-up-main .intl-tel-input .country-list {
    white-space: unset;
    width: 240px;
    overflow: hidden;
    overflow-y: auto;
    display: inline-block;
}
.iti-mobile .intl-tel-input.iti-container {
    z-index: 10000;
}
body.iti-mobile .intl-tel-input .country-list {
        max-height: calc(80% - 40px);
        width: 100%;
        margin-top: 50px;
    }


}


.mobile-sticky-foot {
    display: none;
}

