* {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 132rem;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-family: "Roboto", sans-serif;
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    /* font-size: 10rem;
font-size: 1rem; */
    /* 1rem = 10rem */
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

header {
    width: 100%;
    float: left;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    position: fixed;
    top: 0;
    z-index: 999;
}

.topHeader {
    width: 100%;
    padding: .4rem 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

    .topHeader ul li {
        line-height: 1.4rem;
        padding-right: .7rem;
    }

        .topHeader ul li:last-child {
            border-right: none;
        }

        .topHeader ul li a {
            color: #ffffff !important;
            font-size: 13px;
            color: #1b2d4c !important;
        }

.headerBottom .row {
    align-items: center;
}

.curncy img {
    width: 1.8rem;
}

.headerBottom {
    width: 100%;
    padding: 8px 0px;
    z-index: 99;
    background: #fff;
}

    .headerBottom .back-btn {
        font-size: 12px;
        color: #000;
        position: relative;
        top: 32px;
        z-index: 99;
        left: -30px;
        font-weight: 600;
    }



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -.6rem;
        margin-left: -.1rem;
        -webkit-border-radius: 0 .6rem .6rem .6rem;
        -moz-border-radius: 0 .6rem .6rem;
        border-radius: 0 .6rem .6rem .6rem;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-menu {
    background: #eeeeee;
    border-radius: 0;
    border: none;
    border-top: .1rem solid #ccc;
    padding: 0;
    min-width: 20.0rem;
}

    .dropdown > .dropdown-menu li.menu-item-has-children {
        border-bottom: .1rem #dddddd solid;
        border-top: .1rem #ffffff solid;
        padding: .2rem 0;
        font-size: 1.7rem;
    }

        .dropdown > .dropdown-menu li.menu-item-has-children a.dropdown-item {
            padding-left: 3.0rem;
        }

        .dropdown > .dropdown-menu li.menu-item-has-children ul {
            background: #ddd;
            border-radius: 0;
            border: none;
            margin-left: 0;
            margin-top: -.2rem;
            padding: 0;
            min-width: 20.0rem;
        }

            .dropdown > .dropdown-menu li.menu-item-has-children ul li {
            }

                .dropdown > .dropdown-menu li.menu-item-has-children ul li a {
                    font-size: 1.6rem;
                    line-height: 2.5rem;
                    color: #000;
                    display: block;
                    padding: .5rem 1rem;
                }

                    .dropdown > .dropdown-menu li.menu-item-has-children ul li a:hover {
                        color: #02b1f2;
                    }



.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #ccc;
    margin-top: .8rem;
    margin-left: -1.8rem;
    transform: rotate(180deg);
}

.dropdown-submenu:hover > a:after {
    border-left-color: #02b1f2;
}

.headerNavbar .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 1rem;
}

.headerNavbar .navbar-expand-lg .navbar-nav .nav-link {
    color: #313541 !important;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 1.1rem 0;
    transition: all ease 0.5s;
}

    .headerNavbar .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #ed0101 !important;
    }

    .headerNavbar .navbar-expand-lg .navbar-nav .nav-link:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0%;
        height: 5px;
        background: #ed0101;
        border-radius: 4px;
        transition: all ease .5s;
    }

    .headerNavbar .navbar-expand-lg .navbar-nav .nav-link:hover:after {
        width: 100%;
    }

.logo {
    width: 190px;
}

.support {
    display: flex;
    align-items: center;
    margin-left: 15px;
    width: 27%;
}

    .support .icon-img {
        width: 50px;
        margin-right: 10px;
        position: relative;
    }

        .support .icon-img img {
            width: 100%;
        }

        .support .icon-img .dot {
            width: 8px;
            height: 8px;
            background: #ed0101;
            position: absolute;
            top: 8px;
            right: 0;
            border-radius: 100%;
            animation: blink-animation 1s steps(5, start) infinite;
            -webkit-animation: blink-animation 1s steps(5, start) infinite;
        }

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.support .text span {
    font-size: 12px;
    line-height: 18px;
    color: #081d59;
    display: block;
}

.support .text a {
    font-size: 22px;
    color: #081d59;
    font-weight: 600;
}

    .support .text a:hover {
        text-decoration: none;
    }

    .support .text a:hover {
        color: #ed0101;
    }

.whats-up {
    width: 50px;
    margin-left: 15px;
}

    .whats-up img {
        width: 100%;
    }

.email-inifo {
}

.email-inifo {
    background: #ba1f25;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border-radius: 21px;
    display: inline-block;
    margin: 0;
}

.no-header .email-inifo img {
    width: 23px;
    position: relative;
    top: -1px;
}

.email-inifo a {
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 15px;
}

.email-inifo:hover {
    background: #ba1f25;
    color: #fff;
}

.email-inifo a:hover {
    color: #fff;
}

.email-inifo i {
    font-size: 20px;
    padding-right: 2px;
    position: relative;
    top: 3px;
}

.no-header {
    text-align: center;
    position: relative;
    margin: 0 0 0 15px;
}

    .no-header .email-inifo {
        padding: 5px 15px;
    }

    .no-header p {
        font-size: 13px;
        color: #000;
        position: absolute;
        width: 100%;
    }

.callus-m {
    display: none;
}

.whats-app {
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 36px;
    z-index: 9;
}

    .whats-app img {
        width: 100%;
    }

    .whats-app.m-whats {
        display: none;
    }

.bannerDwnBlockWrap {
    width: 100%;
    float: left;
    padding: 40px 0px 20px 0px;
}

.bannerCommonBlock {
    text-align: center;
    padding: 1rem 0;
    min-height: 88px;
    display: flex;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

    .bannerCommonBlock span {
        width: 70px;
    }

        .bannerCommonBlock span img {
            width: 50px;
        }

    .bannerCommonBlock .textb {
        width: calc(100% - 70px);
        text-align: left;
    }

.lastBlock {
    border-right: none;
}


.bannerCommonBlock h2 {
    font-size: 15px;
    font-weight: 600;
    color: #313541;
}

.bannerCommonBlock p {
    font-size: 15px;
    line-height: 15px;
    color: #313541;
    margin: 5px 0;
    font-weight: 400;
}

.bannerCommonBlock a {
    font-size: 15px;
    color: #ed0101;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

    .bannerCommonBlock a i {
        margin-right: 5px;
    }

.m-slider {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin: -10px 0 0;
}

.homesliderdwn {
    background: #fff;
    border-radius: 5px;
    padding: 15px 0 0;
}

    .homesliderdwn .lastBlock {
        border-right: 1px solid #dbdbdb;
    }

.m-slider .bannerCommonBlock {
    width: 100%;
}

.m-slider .owl-item {
    padding: 0 10px;
}

.topDestinationSlider {
    display: none;
}
/*========= owl-carousel ============*/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    moz-backface-visibility: hidden;
}

    .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    padding: 0;
}

.owl-nav.disabled, owl-dots {
    display: none;
}

.owl-dots {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

    .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border: none;
        background: #000;
        margin: 0 3px;
        border-radius: 100%;
    }

        .owl-dots .owl-dot.active {
            background: var(--pink);
        }
/*========= owl-carousel ============*/

/*Popup*/
.helpBook-popup {
}

    .helpBook-popup .modal {
        transition: all ease 0.5s;
        width: auto;
        z-index: 99999;
    }

        .helpBook-popup .modal .modal-dialog {
            top: 50%;
            position: fixed;
            max-width: 650px;
            width: 650px;
            left: 50%;
            transform: translate(-50%, -50%);
            box-shadow: 0 0 10px rgba(0,0,0,.3);
            border-radius: 10px;
            z-index: 99999;
        }

        .helpBook-popup .modal[aria-hidden="true"] {
            display: none;
            transition: all ease 0.5s;
        }

        .helpBook-popup .modal .modal-dialog .modal-header {
            padding-bottom: 0;
            border: none;
        }

            .helpBook-popup .modal .modal-dialog .modal-header .btn-close {
                background: transparent;
                opacity: 1;
                border: 1px solid #ed0101;
                padding: 5px 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
            }

                .helpBook-popup .modal .modal-dialog .modal-header .btn-close i {
                    color: #f44335;
                    font-size: 15px;
                }

        .helpBook-popup .modal .modal-dialog .modal-body {
            padding: 0;
        }

            .helpBook-popup .modal .modal-dialog .modal-body .phonebook_girl {
                display: flex;
                align-items: center;
                padding: 0 15px 10px;
            }

            .helpBook-popup .modal .modal-dialog .modal-body .callcenter-girlWrap {
                position: relative;
            }

                .helpBook-popup .modal .modal-dialog .modal-body .callcenter-girlWrap .blinkDot {
                    width: 9px;
                    height: 9px;
                    background: #008a04;
                    position: absolute;
                    top: 8px;
                    right: 15px;
                    border-radius: 100%;
                    animation: blink-animation 1s steps(5, start) infinite;
                    -webkit-animation: blink-animation 1s steps(5, start) infinite;
                }

            .helpBook-popup .modal .modal-dialog .modal-body img {
                width: 60px;
                margin-right: 15px;
                border: 6px solid #fff;
                border-radius: 100%;
                outline: 3px dotted #008a04;
            }

            .helpBook-popup .modal .modal-dialog .modal-body p {
                font-size: 15px;
                color: #000;
            }

                .helpBook-popup .modal .modal-dialog .modal-body p strong {
                    font-weight: 600;
                    font-size: 29px;
                    color: #313541;
                    line-height: 30px;
                }

                .helpBook-popup .modal .modal-dialog .modal-body p a {
                    color: #ed0101;
                    font-weight: 700;
                }

.talkPara {
    font-weight: 600;
    display: inline-block;
    margin: 5px 0 10px;
}

.phoneBook_modalcontent {
    background: #eee;
    padding: 15px;
    border-radius: 0 0 7px 7px;
}

    .phoneBook_modalcontent h2 {
        color: #313541;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .phoneBook_modalcontent ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .phoneBook_modalcontent ul li {
            color: #313541;
            list-style-type: none;
            width: 50%;
            padding: 10px 0;
            font-size: 14px;
            display: flex;
            align-items: center;
        }

            .phoneBook_modalcontent ul li span {
                width: 50px;
            }

            .phoneBook_modalcontent ul li div {
            }

            .phoneBook_modalcontent ul li strong {
            }

            .phoneBook_modalcontent ul li i {
                color: #ed0101;
                font-size: 20px;
                margin-right: 10px;
            }

.helpBook-popup {
    /*display: none;*/
}

    .helpBook-popup .modal.show:after {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 30%);
        content: '';
        z-index: 9999;
    }

/*Footer*/
.PhoneIcons{
    display: none;
}
.subscribe {
    width: 100%;
    float: left;
    position: relative;
    padding: 45px 0;
    background: url(/images/Beatch.jpg)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
}

    .subscribe:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        z-index: -1;
    }

    .subscribe .subscribe-title {
        margin-bottom: 25px;
        color: #fff;
    }

.subscribe-title h2 {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.subscribe-title p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
    font-weight: normal;
}

.custom-input-group {
    position: relative;
}

    .custom-input-group i {
        position: absolute;
        color: #ed0101;
        font-size: 16px;
        top: 16px;
        left: 25px;
    }

    .custom-input-group .form-control {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        padding-left: 50px;
        padding-right: 185px;
        font-size: 16px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border-color: #eee;
        font-weight: 500;
        color: #000;
    }

        .custom-input-group .form-control::placeholder {
            font-weight: normal;
            font-size: 16px;
        }

        .custom-input-group .form-control:focus {
            box-shadow: none;
        }

    .custom-input-group .subscribe-btn {
        float: right;
        position: relative;
        z-index: 1;
        margin: 5px 5px;
    }

.appsLand-btn {
    background: #d40119;
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
    letter-spacing: 0.7px;
    border: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    .appsLand-btn:hover,
    .appsLand-btn:focus,
    .appsLand-btn:active {
        text-decoration: none;
        outline: none;
    }

    .appsLand-btn:hover {
        box-shadow: 0 3px 25px rgba(2, 3, 3, 0.25);
        background: #000;
    }

    .appsLand-btn.appsLand-btn-larg {
        padding: 20px 40px;
    }

        .appsLand-btn.appsLand-btn-larg i {
            margin-right: 9px;
            font-size: 24px;
            vertical-align: sub;
        }

/*Footer Bottom*/

.footer-new {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px 0px;
}

    .footer-new .container {
        display: flex;
    }

    .footer-new .col-f-1 {
        width: 26%;
        padding-right: 15px;
    }

    .footer-new .col-f-2 {
        width: 30%;
        padding: 0 20px;
    }

    .footer-new .col-f-3 {
        width: 18%;
        padding: 0 20px;
    }

    .footer-new .col-f-4 {
        width: 20%;
    }

    .footer-new .col-f-1 p {
        font-size: 14px;
        line-height: 20px;
        color: #313541;
        padding: 15px 0px;
    }

    .footer-new .social ul {
        display: flex;
        padding-top: 20px;
        gap: 10px;
        padding: 0px;
        margin: 0px;
    }

    .footer-new .social li {
        list-style: none;
    }

        .footer-new .social li a {
            height: 40px;
            width: 40px;
            font-size: 15px;
            display: inline-block;
            text-align: center;
            line-height: 38px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            color: #bd3939;
        }

            .footer-new .social li a img {
                width: 100%;
            }

            .footer-new .social li a:hover {
                color: #ed0101;
            }

    .footer-new .col-f-2 p, .footer-new .col-f-2 p a {
        font-size: 14px;
        color: #fff;
        padding-bottom: 15px;
        line-height: 22px;
    }

        .footer-new .col-f-2 p i {
            margin-right: 12px;
            width: 15px;
            height: 100%;
            float: left;
            padding-top: 5px;
            color: #ed0101;
        }

        .footer-new .col-f-2 p span {
            display: table-cell;
        }

    .footer-new h5 {
        font-size: 16px;
        color: #313541;
        margin-bottom: 20px;
        position: relative;
        font-weight: 600;
    }

        .footer-new h5:before {
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #ed0101, transparent);
            position: absolute;
            left: 0px;
            bottom: -7px;
            content: "";
            border-radius: 20px;
        }

    .footer-new .col-f-2 p a:hover {
        color: #ed0101;
    }

    .footer-new .col-f-3 ul {
        padding: 0px;
        margin: 0px;
    }

    .footer-new .col-f-3 li {
        margin-bottom: 6px;
        list-style: none;
    }

        .footer-new .col-f-3 li a {
            color: #313541;
            font-size: 15px;
        }

            .footer-new .col-f-3 li a:hover {
                color: #ed0101;
            }

    .footer-new .col-f-4 ul {
        display: flex;
        flex-flow: wrap;
        gap: 15px;
        margin: 0px;
        padding: 0px;
    }

    .footer-new .col-f-4 li img {
        width: 100%;
    }

.f-cpyright {
    width: 100%;
    padding: 7px 0 15px;
    text-align: center;
    font-size: 13px;
    float: left;
    border: 1px solid #eeee
}

    .f-cpyright p {
        color: #313541;
    }

        .f-cpyright p a {
            color: #313541;
        }

.footer-new .col-f-4 li {
    list-style: none;
}

.footer-new .col-f-1 .social {
    margin-top: 20px;
}

.footer-new .col-f-4 ul {
    display: block;
}

.footer-new .col-f-4 li {
    margin: 15px 0px;
}

.footerDirectoriesWrap {
    display: none;
    background: #fff;
    min-height: 183px;
    padding: 10px;
    position: absolute;
    top: -9px;
    left: 166px;
    min-width: 300px;
    z-index: 9;
    padding-left: 50px;
}
/*Loading page*/
.waitpageWrap, .passangerdetails-wrapper, .staticPageBanner, .modifySearchWrap {
    margin-top: 71px;
}

.waitpageInner {
    width: 100%;
    margin: 50px 0;
    padding: 30px 50px;
    border-radius: 35px;
    text-align: center;
    box-shadow: 0px 0px 10px #969696;
}

    .waitpageInner h1 {
        font-size: 24px;
    }

    .waitpageInner h2 {
        font-size: 15px;
        margin: 10px 0 15px;
        font-weight: normal;
    }

.fromToWait {
    display: inline-block;
    padding: 5px 50px;
    border-radius: 0;
    border-top: 1px dashed #acacac;
    border-bottom: 1px dashed #acacac;
}

    .fromToWait span {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        color: #000;
    }

        .fromToWait span img {
            margin: 0 15px;
            filter: grayscale(1);
            width: 17px;
        }

.waitLoadingWrapper {
    margin: 15px 0;
}

    .waitLoadingWrapper img {
        width: 100px;
    }

.waitAirlinesDetails {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border: 1px dashed #acacac;
    padding: 3px 0;
    border-radius: 0;
    margin-bottom: 25px;
}

    .waitAirlinesDetails span {
        color: #000;
        font-size: 14px;
    }

        .waitAirlinesDetails span strong {
            display: block;
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 0;
            color: #000;
        }

.waitCTA {
}

    .waitCTA p {
        font-size: 18px;
        color: #424242;
        font-weight: 500;
    }

    .waitCTA a {
        background: #ed0101;
        color: #fff;
        display: inline-block;
        padding: 5px 20px;
        font-size: 21px;
        border-radius: 5px;
        margin-top: 5px;
    }

.wait-flightdetails {
    width: 25%;
    border-right: 1px dashed #acacac;
}

    .wait-flightdetails:last-child {
        border-right: none;
    }


.staticPageBanner {
    background-size: 100% auto !important;
    min-height: 20rem;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .staticPageBanner:after {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 30%), rgb(0 0 0 / 80%));
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

.faqsBannerWrap {
    background: url(../images/Banners/Faq.jpg) center center no-repeat;
}

.termsBanner {
    background: url(../images/Terms.jpg) center center no-repeat;
}

.privacyBanner {
    background: url(../images/Privacy.jpg) center center no-repeat;
}

.refundBanner {
    background: url(../images/Refund.jpg) center center no-repeat;
}

.disclaimerBanner {
    background: url(../images/Disclaimer.jpg) center center no-repeat;
}

.aboutBanner {
    background: url(../images/About.jpg) center center no-repeat;
}

.contactBanner {
    background: url(../images/Contact.jpg) center center no-repeat;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .contactBanner:after {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 30%), rgb(0 0 0 / 80%));
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .contactBanner h1, .staticPageBanner h1 {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        position: relative;
        z-index: 9;
    }

        .contactBanner h1:after, .staticPageBanner h1:after {
            content: "";
            width: 90px;
            height: 5px;
            background: #ed0101;
            position: absolute;
            left: 50%;
            bottom: -7px;
            transform: translateX(-50%);
        }

.staticpageDescWrapper {
    width: 100%;
    float: left;
    margin: 0 0 3rem;
}

    .staticpageDescWrapper h1 {
        color: #1b2d4c;
        border-bottom: .1rem #1b2d4c solid;
        font-weight: 600;
        font-size: 2.8rem;
        margin: 0 0 1rem;
        padding-bottom: .5rem;
    }

    .staticpageDescWrapper h2 {
        font-size: 2.4rem;
        margin: 0 0 1rem;
        color: #1b2d4c;
        font-weight: 400;
    }

    .staticpageDescWrapper p {
        font-size: 1.7rem;
        color: #000000;
        margin: 0 0 15px;
    }

        .staticpageDescWrapper p a {
            color: #ed0101;
        }

    .staticpageDescWrapper ul {
        margin-bottom: 15px;
    }

        .staticpageDescWrapper ul li {
            font-size: 1.8rem;
            color: #000;
            margin-bottom: 10px;
        }

            .staticpageDescWrapper ul li a {
                color: #ed0101;
            }

            .staticpageDescWrapper ul li strong {
                color: #000;
            }

    .staticpageDescWrapper p strong {
        color: #000;
    }

.contactForm {
    color: #FFFFFF;
    border-radius: .5rem;
    width: 100%;
    float: right;
}

    .contactForm h2 {
        padding: 0 1.5rem 1rem;
        margin: 0rem 0 1.5rem;
        border-bottom: .1rem #fff solid;
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 2.4rem;
        color: #fff;
    }

        .contactForm h2::after {
            content: "";
            position: absolute;
            left: 0rem;
            bottom: 0rem;
            height: .1rem;
            width: 100%;
            background: #009bd5;
        }

    .contactForm label {
        font-size: 14px;
        color: #2a2a2a;
        font-weight: 600;
        margin-bottom: 3px;
        display: block;
    }

    .contactForm input {
        color: #000000;
        line-height: 1.3rem;
        height: 42px;
        width: 100%;
        font-size: 1.5rem;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

        .contactForm input::placeholder, .contactForm textarea::placeholder {
            color: #666;
            font-size: 13px;
        }

    .contactForm textarea {
        color: #000000;
        line-height: 1.3rem;
        height: 80px;
        width: 100%;
        font-size: 1.5rem;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .contactForm input.sendnowBtn {
        width: 100%;
        background: #ed0101;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        line-height: 2rem;
        font-weight: 600;
        height: 42px;
        border: 1px solid #ed0101;
    }

        .contactForm input.sendnowBtn:hover {
            color: #000;
            border: 1px solid #000;
        }

    .contactForm input:focus,
    .contactForm textarea:focus {
        box-shadow: none;
    }

.contact-details {
    padding: 1rem 0rem;
    line-height: 2.4rem;
    border-bottom: .1rem #CCCCCC solid;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    width: 100%;
    float: left;
}

    .contact-details h2 {
        font-size: 3rem;
        margin: 2rem 0 .1rem;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .contact-details h3 {
        font-size: 2.4rem;
        margin: 2rem 0 .1rem;
        font-weight: 500;
        color: #02b1f2;
    }

    .contact-details p {
        float: left;
    }

    .contact-details iframe {
        float: right;
        width: 50rem;
        height: 26rem;
        margin-top: -6rem;
    }

.headerCall {
    margin: .7rem 0;
}

    .headerCall a {
        color: #ed0101;
        font-size: 2.7rem;
        font-weight: 700;
        line-height: 3.5rem;
    }

#gototop {
    display: none;
    position: fixed;
    bottom: 10rem;
    right: 3rem;
    z-index: 99;
    font-size: 2.4rem;
    border: none;
    outline: none;
    background-color: #ed0101;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: .4rem;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 2rem;
}

    #gototop:hover {
        background: #000;
    }

.breadcrumb {
    width: 100%;
    float: left;
    margin: 0 0 1.5rem;
}

    .breadcrumb ul {
        padding: 10px 0px;
        margin-top: 10px;
    }

        .breadcrumb ul li a {
            color: #7a7a7a;
        }

            .breadcrumb ul li a.active {
                color: #000;
            }

        .breadcrumb ul li i {
            color: #000;
        }

        .breadcrumb ul li {
            font-size: 1.3rem;
            line-height: 1.5rem;
            margin: 0 .5rem 0 0 !important;
            color: #000000;
            font-weight: 600;
        }

            .breadcrumb ul li:last-child {
                color: #ed0101;
            }

.staticpageDescWrapper {
    width: 100%;
    float: left;
    margin: 0 0 3rem;
}

    .staticpageDescWrapper h1 {
        color: #1b2d4c;
        border-bottom: .1rem #1b2d4c solid;
        font-weight: 600;
        font-size: 2.8rem;
        margin: 0 0 1rem;
        padding-bottom: .5rem;
    }

    .staticpageDescWrapper h2 {
        font-size: 2.4rem;
        margin: 0 0 1rem;
        color: #1b2d4c;
        font-weight: 400;
    }

    .staticpageDescWrapper p {
        font-size: 1.7rem;
        color: #000000;
        margin: 0 0 15px;
    }

        .staticpageDescWrapper p a {
            color: #ed0101;
        }

    .staticpageDescWrapper ul {
        margin-bottom: 15px;
    }

        .staticpageDescWrapper ul li {
            font-size: 1.8rem;
            color: #000;
            margin-bottom: 10px;
        }

            .staticpageDescWrapper ul li a {
                color: #ed0101;
            }

            .staticpageDescWrapper ul li strong {
                color: #000;
            }

    .staticpageDescWrapper p strong {
        color: #000;
    }

.heading-m2 {
    font-size: 25px;
    color: #313541;
    margin-bottom: 30px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
}

    .heading-m2:before {
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #ed0101, transparent);
        position: absolute;
        left: 0px;
        bottom: -10px;
        content: "";
        border-radius: 20px;
    }

/*Airline Pages*/

.flightDirectory-wrap {
    margin-top: 70px;
    background: #002144;
    color: #fff;
    min-height: 200px;
    display: flex;
    align-items: center;
}

    .flightDirectory-wrap h1 {
        font-size: 35px;
        font-weight: 600;
        line-height: 35px;
    }

.flightdirectory-body {
    background: #eee;
    padding: 30px 0;
}

    .flightdirectory-body p {
        font-size: 14px;
        color: #51555e;
        line-height: 20px;
    }

    .flightdirectory-body h2 {
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
        color: #313541;
        margin: 30px 0 10px;
    }

.whiteBoxWrap {
    background: #fff;
    border-radius: 7px;
    padding: 15px;
}

.directoryListWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .directoryListWrap li {
        width: 33%;
        padding: 5px 0;
        font-size: 14px;
    }

        .directoryListWrap li a {
            color: #006ee3;
        }

            .directoryListWrap li a:hover {
                text-decoration: underline;
            }

.helpBook-popup {
}

    .helpBook-popup .modal {
        transition: all ease 0.5s;
        width: auto;
        z-index: 99999;
    }

        .helpBook-popup .modal .modal-dialog {
            top: 50%;
            position: fixed;
            max-width: 650px;
            width: 650px;
            left: 50%;
            transform: translate(-50%, -50%);
            box-shadow: 0 0 10px rgba(0,0,0,.3);
            border-radius: 10px;
            z-index: 99999;
        }

        .helpBook-popup .modal[aria-hidden="true"] {
            display: none;
            transition: all ease 0.5s;
        }

        .helpBook-popup .modal .modal-dialog .modal-header {
            padding-bottom: 0;
            border: none;
        }

            .helpBook-popup .modal .modal-dialog .modal-header .btn-close {
                background: transparent;
                opacity: 1;
                border: 1px solid #ed0101;
                padding: 5px 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
            }

                .helpBook-popup .modal .modal-dialog .modal-header .btn-close i {
                    color: #f44335;
                    font-size: 15px;
                }

        .helpBook-popup .modal .modal-dialog .modal-body {
            padding: 0;
        }

            .helpBook-popup .modal .modal-dialog .modal-body .phonebook_girl {
                display: flex;
                align-items: center;
                padding: 0 15px 10px;
            }

            .helpBook-popup .modal .modal-dialog .modal-body .callcenter-girlWrap {
                position: relative;
            }

                .helpBook-popup .modal .modal-dialog .modal-body .callcenter-girlWrap .blinkDot {
                    width: 9px;
                    height: 9px;
                    background: #008a04;
                    position: absolute;
                    top: 8px;
                    right: 15px;
                    border-radius: 100%;
                    animation: blink-animation 1s steps(5, start) infinite;
                    -webkit-animation: blink-animation 1s steps(5, start) infinite;
                }

            .helpBook-popup .modal .modal-dialog .modal-body img {
                width: 60px;
                margin-right: 15px;
                border: 6px solid #fff;
                border-radius: 100%;
                outline: 3px dotted #008a04;
            }

            .helpBook-popup .modal .modal-dialog .modal-body p {
                font-size: 15px;
                color: #000;
            }

                .helpBook-popup .modal .modal-dialog .modal-body p strong {
                    font-weight: 600;
                    font-size: 29px;
                    color: #313541;
                    line-height: 30px;
                }

                .helpBook-popup .modal .modal-dialog .modal-body p a {
                    color: #ed0101;
                    font-weight: 700;
                }

.talkPara {
    font-weight: 600;
    display: inline-block;
    margin: 5px 0 10px;
}

.phoneBook_modalcontent {
    background: #eee;
    padding: 15px;
    border-radius: 0 0 7px 7px;
}

    .phoneBook_modalcontent h2 {
        color: #313541;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .phoneBook_modalcontent ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .phoneBook_modalcontent ul li {
            color: #313541;
            list-style-type: none;
            width: 50%;
            padding: 10px 0;
            font-size: 14px;
            display: flex;
            align-items: center;
        }

            .phoneBook_modalcontent ul li span {
                width: 50px;
            }

            .phoneBook_modalcontent ul li div {
            }

            .phoneBook_modalcontent ul li strong {
            }

            .phoneBook_modalcontent ul li i {
                color: #ed0101;
                font-size: 20px;
                margin-right: 10px;
            }

.helpBook-popup {
    /*display: none;*/
}

    .helpBook-popup .modal.show:after {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 30%);
        content: '';
        z-index: 9999;
    }

.new-destin p.rsltDest {
    font-size: 13px !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #313541;
    line-height: 17px;
}

.new-destin span.boldText {
    font-size: 18px !important;
}

.new-destin .rsltCols img.airlinelogo {
    width: 70px;
}

.destRowWrap {
}

    .destRowWrap .destRowcol {
        width: 15%;
    }

        .destRowWrap .destRowcol.destPhone {
            width: 10%;
        }

        .destRowWrap .destRowcol.airlineCol {
            text-align: center
        }

            .destRowWrap .destRowcol.airlineCol img {
                width: 70px;
            }

        .destRowWrap .destRowcol.destPhone p {
            font-size: 13px;
            color: #424344;
            margin-bottom: 3px;
        }

        .destRowWrap .destRowcol.destPhone a {
            background: #ed0101;
            border-color: #ed0101;
            font-size: 18px;
            font-weight: 600;
            padding: 3px 10px;
            min-width: 110px;
            cursor: auto;
        }

            .destRowWrap .destRowcol.destPhone a:hover {
                background: #313541 !important;
                border-color: #313541;
            }

    .destRowWrap .destRowcolPricePhone {
        width: 15%;
    }

    .destRowWrap .destRowcol .timewrap-middle {
    }

        .destRowWrap .destRowcol .timewrap-middle:after {
        }

        .destRowWrap .destRowcol .timewrap-middle i {
        }

    .destRowWrap .priceText p {
        font-size: 13px;
    }

    .destRowWrap .priceText h3 {
        font-weight: 600;
        color: #313541;
        font-size: 18px;
    }

.destPopup {
    display: block !important;
}

    .destPopup:after {
        display: none;
    }

    .destPopup .callcenter-girlWrap {
        position: relative;
    }

        .destPopup .callcenter-girlWrap img {
            width: 60px;
            margin-right: 15px;
            border: 6px solid #fff;
            border-radius: 100%;
            outline: 3px dotted #008a04;
        }

        .destPopup .callcenter-girlWrap .blinkDot {
            width: 9px;
            height: 9px;
            background: #008a04;
            position: absolute;
            top: 8px;
            right: 15px;
            border-radius: 100%;
            animation: blink-animation 1s steps(5, start) infinite;
            -webkit-animation: blink-animation 1s steps(5, start) infinite;
        }

    .destPopup .phonebook_girl {
        display: flex;
        align-items: center;
        padding: 0 15px 10px;
    }

    .destPopup .phoneBook_modalcontent {
        background: transparent;
        border-top: 2px dashed #eee;
    }

    .destPopup .modal-body {
        background: #fff;
        border-radius: 7px;
        box-shadow: 0 0 10px #d3d3d3;
        padding: 15px 0;
    }

    .destPopup .phonebook_girl p {
        font-size: 15px;
        color: #000;
    }

        .destPopup .phonebook_girl p strong {
            font-size: 21px;
            line-height: 18px;
        }

        .destPopup .phonebook_girl p span.talkPara {
            margin: 0;
            font-size: 12px;
        }

        .destPopup .phonebook_girl p a {
            color: #ed0101;
            font-weight: 700;
        }

    .destPopup .phoneBook_modalcontent ul li strong {
        display: block;
    }

.destdownPara {
}

    .destdownPara h3 {
        font-weight: 600;
        color: #313541;
        font-size: 19px;
        margin-bottom: 10px;
    }

    .destdownPara p {
        font-size: 14px;
        color: #313541;
        line-height: 21px;
    }

.whiteBoxWrapShadow {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px #d3d3d3;
    padding: 15px;
}

.destFaqWrap {
}

    .destFaqWrap h4 {
        font-weight: 600;
        color: #313541;
        font-size: 18px;
        margin: 30px 0 15px;
    }

    .destFaqWrap h5 {
        font-weight: 600;
        color: #313541;
        font-size: 16px;
        margin: 20px 0 5px;
    }

    .destFaqWrap p {
    }

    .destFaqWrap ul {
        margin-top: 10px;
    }

        .destFaqWrap ul li {
            font-size: 14px;
            color: #313541;
            margin-bottom: 8px;
        }

            .destFaqWrap ul li:last-child {
                margin-bottom: 0;
            }

.desktop-none, .desktop-none .modal {
    display: none !important;
}

.destWrapper {
    padding-top: 30px;
}

.destFaqsWrapper {
    margin-top: 30px;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #ed0101 !important;
}

    .navbar-expand-lg .navbar-nav .nav-link.active:after {
        color: #ed0101;
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 5px;
        background: #ed0101;
        border-radius: 4px;
        transition: all ease .5s;
    }

    .navbar-expand-lg .navbar-nav .nav-link.active:hover:after {
        width: 100%;
    }

/*Session expire style start*/
.session-expireWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
}

    .session-expireWrap:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgb(0 0 0 / 65%);
        z-index: 99;
    }

.session-expireInner {
    background: #fff;
    width: 500px;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .session-expireInner img {
        width: 80px;
    }

    .session-expireInner h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0;
        line-height: 25px;
        color: #1b124a;
    }

    .session-expireInner p {
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .session-expireInner .session-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        margin-top: 20px;
    }

        .session-expireInner .session-btn a {
            background: #1b124a;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            border-radius: 4px;
            padding: 7px 15px;
            font-weight: 300;
        }

            .session-expireInner .session-btn a.refresh_rslt {
                background: #d40119;
            }
/*Session expire style end*/
.common-texts{width:100%;margin:50px 0px 0 0;}
.common-texts .imgb{width:100%; margin: 10px 0px;}
.common-texts .imgb img{border: 2px solid #ddd;}
.common-texts .tables{width: 50%; border: 1px solid #cec8c8; margin-bottom: 20px;}
.common-texts .tables .rows{display: flex; width: 100%;}
.common-texts .tables .rows .col1{width: 30%; padding: 4px 15px; font-size: 1.7rem;border-right:1px solid #cec8c8; background: #f3f3f3;}
.common-texts .tables .rows .col2{width: 70%; padding: 4px 15px;  font-size: 1.7rem;}
.common-texts .tables .rows ~ .rows{border-top:1px solid #cec8c8;}
.c-form-map{display: flex;width:100%; gap: 20px;background:#f5f5f5; padding: 15px; border: 2px solid #ddd; margin-bottom: 20px;}
.c-form-map .c-form-map{width: 50%;}
.c-form-map .form-cont{width: 50%;}
.c-form-map .c-map{width: 50%;}
.c-form-map .c-map iframe{width: 100%;}
.common-texts .common-text{margin-bottom:40px;}
.common-texts .common-text .accordion {width: 100%;margin-bottom: 10px;border: 1px solid #ddd;border-radius: 5px;}
.common-texts .common-text .accordion .acc-tab {position: relative;cursor: pointer;padding: 10px 13px;font-size: 16px;font-weight: 600;color: #000;background: #f5f5f5;
border-radius: 5px 5px 0 0;}
.common-texts .common-text .accordion .acc-tab:after {content: "\f067";font-family: FontAwesome;position: absolute;right: 15px;top: 50%;transform: translateY(-50%);color: #ed0101;
}
.common-texts .common-text .accordion .acc-tab.active:after {transform: rotate(45deg) translate(-8px, -10px);}
.common-texts .common-text .acc-content {display: none;padding-top: 10px;padding: 10px 13px;background: #fff;border-radius: 0 0 5px 5px;}
.common-texts .common-text .acc-content p {margin-bottom: 0px;line-height: 26px;color: #222;}
.common-texts .common-text .acc-content p a {color: #0c44ac;font-weight: 500;text-decoration: underline;}
.common-texts .common-text .acc-content ul li a {color: #0c44ac;font-weight: 500;text-decoration: underline;}
.common-texts .form-cont h3{font-weight:bold;color:#000;margin-bottom:10px;}
.common-texts li{font-size:1.7rem !important;}

@media only screen and (max-width:767px) {
    img{max-width:100%;}
    .common-texts{margin-top:20px;}
    .common-texts .heading-m2{font-size:18px;}
    .common-texts p,.staticpageDescWrapper ul li{font-size:14px !important;line-height:23px;}
    .common-texts .tables{width:100%;}
    .common-texts .tables .rows .col1,.common-texts .tables .rows .col2{padding:4px 8px;font-size:15px;}
    .c-form-map{flex-flow:column;}
    .c-form-map .form-cont,.c-form-map .c-map{width:100%;}
    .common-texts .common-text .accordion .acc-tab{padding:10px 40px 10px 13px; font-size:13px;}
    .common-texts .common-text .acc-content p{line-height:20px; font-size:13px !important;}
}
