﻿
nav.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 111;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    animation: slideDown 0.2s linear;
}

@keyframes slideDown {

    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.navbar-brand {
    outline: none !important;
}

    .navbar-brand img {
        height: 44px;
    }

.mainbody.mb1 {
    padding-top: 75px;
}

.main_menu a {
    font-size: 14px;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 10px;
    font-weight: 500;
    color: #16303f !important;
    height: 75px;
    transition: all .4s ease;
}

    .main_menu a.active::after, .main_menu a:hover::after {
        position: absolute;
        content: "";
        background: #c00875;
        width: 100%;
        bottom: 0;
        height: 3px;
        left: 0;
    }

    .main_menu a .icon {
        display: block;
        width: 24px;
        margin: 0 auto;
        height: 24px;
        background-size: 24px !important;
        margin-top: 12px;
    }

    .main_menu a .icon-flight {
        background: url('../images/icon-menu-flight.svg') no-repeat center;
    }

    .main_menu a .icon-hotel {
        background: url('../images/icon-menu-hotel.svg') no-repeat center;
    }

    .main_menu a .icon-bus {
        background: url('../images/icon-menu-bus.svg') no-repeat center;
    }

    .main_menu a .icon-holiday {
        background: url('../images/icon-menu-holiday.svg') no-repeat center;
    }

    .main_menu a .icon-visa {
        background: url('../images/icon-menu-visa.svg') no-repeat center;
    }

    .main_menu a:hover .icon-flight, .main_menu a.active .icon-flight {
        background-image: url('../images/icon-menu-flight-fill.svg');
    }

    .main_menu a:hover .icon-hotel, .main_menu a.active .icon-hotel {
        background-image: url('../images/icon-menu-hotel-fill.svg');
    }

    .main_menu a:hover .icon-bus, .main_menu a.active .icon-bus {
        background-image: url('../images/icon-menu-bus-fill.svg');
    }

    .main_menu a:hover .icon-holiday, .main_menu a.active .icon-holiday {
        background-image: url('../images/icon-menu-holiday-fill.svg');
    }

    .main_menu a:hover .icon-visa, .main_menu a.active .icon-visa {
        background-image: url('../images/icon-menu-visa-fill.svg');
    }

.btn_user {
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
    min-width: 150px;
    background: #005A99;
    color: #ffffff;
    border-radius: 2px;
    border: 0;
}

.mobileapp_sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .mobileapp_sec .sectitle2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .mobileapp_sec p {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 20px;
    }

.featurList {
    margin: 0;
    padding: 0;
    column-count: 2;
    max-width: 610px;
    margin-bottom: 15px;
}

    .featurList li {
        list-style: none;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 600;
        color: #444444;
        position: relative;
    }

        .featurList li:before {
            content: "";
            background: url(../images/icon-tick.svg) no-repeat center;
            width: 20px;
            display: inline-block;
            height: 18px;
            vertical-align: middle;
            background-size: 20px;
            margin-right: 13px;
        }

.app_links {
    margin-bottom: 15px;
}

.app_link {
    display: inline-flex;
    border: 0;
    padding: 8px 12px;
    background: #222222;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
    outline: none;
    margin-right: 10px;
}

    .app_link > i {
        margin-right: 5px;
        font-size: 20px;
    }

    .app_link > span {
        font-size: 10px;
        line-height: 10px;
    }

        .app_link > span > span {
            display: block;
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
        }

.popular-routes {
    background: #f1f5f8;
    padding: 40px 0;
}

    .popular-routes .title {
        font-size: 16px;
        color: #444444;
        font-weight: 600;
        margin-bottom: 15px;
    }

.routelist {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 5fr));
    gap: 5px;
    row-gap: 10px;
}

    .routelist a {
        font-size: 14px;
        color: #666666;
        text-decoration: none;
    }

        .routelist a:hover {
            color: #2196f3;
        }

footer {
    background: #f9f9f9;
    padding-top: 60px;
}

.ftr_title {
    font-size: 14px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .qrCode {
    max-width: 120px;
    display: inline-block;
    margin-bottom: 20px;
}

ul.ftr_links {
    padding: 0;
    list-style: none;
}

    ul.ftr_links li {
        margin-bottom: 5px;
    }

        ul.ftr_links li a {
            text-decoration: none;
            color: #444444;
            font-size: 13px;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            position: relative;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

            ul.ftr_links li a:before {
                content: "";
                position: absolute;
                z-index: -1;
                height: 1px;
                left: 0;
                right: 0;
                bottom: 0;
                background: #444444;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

            ul.ftr_links li a:hover:before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

.ftr_social {
    list-style: none;
    padding: 0;
}

    .ftr_social li {
        display: inline-block;
        margin-right: 10px;
    }

        .ftr_social li a {
            color: #111111;
            font-size: 24px;
            display: block;
            line-height: 24px;
            opacity: 0.5;
        }

            .ftr_social li a:hover {
                opacity: 1;
            }

.ftr_copyright {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
    margin-top: 15px;
    padding-bottom: 30px;
}



.copyright_links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: row;
}

    .copyright_links > li {
        font-size: 13px;
        color: #666666;
        position: relative;
        margin-left: 15px;
        padding-left: 15px;
    }

        .copyright_links > li:first-child {
            margin-left: 0;
            padding-left: 0;
        }

        .copyright_links > li::before {
            content: "";
            position: absolute;
            background: #aaaaaa;
            width: 4px;
            height: 4px;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            border-radius: 4px;
        }

        .copyright_links > li:first-child::before {
            display: none;
        }

        .copyright_links > li > a {
            color: #666666;
        }

            .copyright_links > li > a:hover {
                color: #333333;
                text-decoration: none;
            }













.secdeals {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 30px;
}

.spl_offer {
    position: relative;
    margin: 15px 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 15%);
    z-index: 0;
}

.offer_lbl {
    position: absolute;
    background: #e1193f;
    color: #ffffff;
    text-align: center;
    width: 40px;
    left: 30px;
    top: -10px;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 0;
    padding: 12px 0 8px 0;
    z-index: 1;
}

    .offer_lbl b {
        display: block;
    }

    .offer_lbl::before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 15px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 10px solid #930202;
        left: -15px;
        top: 0;
    }

    .offer_lbl::after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 10px solid #e1193f;
        border-bottom: 0px solid transparent;
        left: 0;
        bottom: -10px;
    }

.spl_img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

    .spl_img img {
        width: 100%;
        transition: all .3s linear;
        transform: scale(1);
        -moz-transform: scale(1);
    }

.offer_content {
    position: absolute;
    top: 60px;
    left: 15px;
    width: 60%;
}

    .offer_content .l1 {
        color: #ffffff;
        display: inline-block;
        font-size: 28px;
        font-weight: 500;
        line-height: normal;
        text-shadow: 0 2px 2px rgb(0 0 0 / 30%);
    }

    .offer_content .l2 {
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
    }

.offer_val {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    padding: 12px 20px;
}

.spl_offer:hover .spl_img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sectitle {
    font-weight: 300;
    color: #00268b;
    font-size: 32px;
    margin-bottom: 35px;
}

    .sectitle b {
        font-weight: 700;
    }

.why_box {
    border: 1px solid #f1f1f1;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
}

    .why_box img {
        width: 60px;
        margin-bottom: 10px;
    }

    .why_box h4 {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
    }

    .why_box p {
        font-size: 14px;
        color: #666666;
        margin-bottom: 5px;
    }

.pagetitle {
    background: #113888;
    display: inline-block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .pagetitle .title {
        color: #ffffff;
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 0;
    }

.contact_row {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 15px;
}

    .contact_row .contact_icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        text-align: center;
        line-height: 46px;
        font-size: 20px;
        border-radius: 50%;
        background: #ffffff;
        color: #0d6efd;
        margin-right: 20px;
        border: 1px solid #0d6efd;
    }

    .contact_row .contact_title {
        font-weight: 700;
        color: #505050;
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
        position: relative;
        line-height: 35px;
    }

        .contact_row .contact_title::after {
            content: "";
            position: absolute;
            width: 20px;
            height: 5px;
            background: #dfdfdf;
            left: 0;
            bottom: -4px;
            border-radius: 20px;
        }

    .contact_row .contact_info {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
    }

    .contact_row .contact_info2 {
        font-size: 28px;
        font-weight: 700;
        color: #333333;
    }

/*-------------- Login From START------------*/

#loginModel {
    margin-top: -20px
}

button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.login_form {
    padding: 15px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
}

    .login_form .login_title {
        font-size: 22px;
        color: #103787;
        margin-bottom: 25px;
        font-weight: 600;
        display: inline-block;
        width: 100%;
    }

    .login_form .row_login {
        width: 100%;
        margin: 16px 0;
        position: relative;
        display: inline-block;
    }

        .login_form .row_login .lbllogin {
            position: absolute;
            top: -12px;
            left: 15px;
            font-size: 13px;
            color: #333333;
            font-weight: 600;
            background: #ffffff;
            padding: 0 5px;
        }

        .login_form .row_login .txtlogin {
            border: 1px solid #d1d1d1;
            width: 100%;
            outline: none;
            padding: 8px 20px;
            font-size: 16px;
            border-radius: 1px;
        }

            .login_form .row_login .txtlogin::placeholder {
                color: #bbbbbb;
                font-weight: 300;
            }

            .login_form .row_login .txtlogin:hover {
                border: 1px solid #999999;
            }

            .login_form .row_login .txtlogin:focus {
                border: 1px solid #0099e9;
            }

    .login_form .link {
        font-size: 13px;
        color: #002b91;
        cursor: pointer;
    }

        .login_form .link:hover {
            text-decoration: underline;
        }

    .login_form .btnlogin {
        background-image: linear-gradient(to right, #f13528, #d7074e);
        color: #ffffff;
        border: 0;
        padding: 8px;
        display: inline-block;
        font-size: 16px;
        letter-spacing: 1px;
        border-radius: 3px;
        min-width: 100%;
        cursor: pointer;
        outline: none;
        margin: 10px 0;
    }

        .login_form .btnlogin:hover {
            background-image: linear-gradient(to right, #d7074e, #f13528);
        }

    .login_form .loginlink {
        font-size: 14px;
        text-decoration: none;
        color: #666666;
        margin: 5px;
    }

        .login_form .loginlink:hover {
            text-decoration: underline;
            color: #0d6efd;
        }

    .login_form .otpto {
        display: block;
        font-size: 14px;
        color: #777777;
    }

        .login_form .otpto b {
            color: #333333;
            font-weight: 600;
        }


    .login_form .seprator {
        width: 100%;
        height: 30px;
        display: block;
        margin: 15px auto;
        position: relative;
    }

        .login_form .seprator::before {
            content: "";
            position: absolute;
            border-top: 1px dashed #e1e1e1;
            width: 100%;
            left: 50%;
            transform: translate(-50%, 0);
            top: 13px;
        }

        .login_form .seprator .lb {
            width: 26px;
            display: inline-block;
            position: relative;
            background: #f1f1f1;
            border-radius: 50%;
            border: 1px solid #e7e7e7;
            height: 26px;
            line-height: 24px;
            color: #837e7e;
            font-size: 12px;
            font-weight: 600;
        }

.sociallogin {
}

    .sociallogin .btnsocial {
        background: #bdbdbd;
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 32px;
        border-radius: 50%;
        margin: 5px;
        cursor: pointer;
    }

        .sociallogin .btnsocial.facebook {
            background: #3c66c4;
        }

        .sociallogin .btnsocial.twitter {
            background: #111111;
        }

        .sociallogin .btnsocial.linkedin {
            background: #0278b8;
        }

        .sociallogin .btnsocial.google {
            background: #cf4332;
        }

        .sociallogin .btnsocial:hover {
            background: #bdbdbd;
        }


/*-------------- Login From END------------*/
/*--------------- FAQ START ---------------*/
.verticle_tab {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

    .verticle_tab .tab_menu {
        width: 230px;
    }

    .verticle_tab .tab-content {
        width: calc(100% - 230px);
        padding-left: 30px;
        min-height: 400px;
    }

    .verticle_tab .tab_menu .btn_tab {
        display: block;
        font-size: 14px;
        color: #00268b;
        font-weight: 500;
        padding: 12px 10px 12px 15px;
        border: 1px solid #e6e6e6;
        cursor: pointer;
        background: #f9f9f9;
        border-bottom: 0;
        position: relative;
    }

        .verticle_tab .tab_menu .btn_tab:last-child {
            border-bottom: 1px solid #e6e6e6;
        }

        .verticle_tab .tab_menu .btn_tab.active, .verticle_tab .tab_menu .btn_tab.active:hover {
            background: #005A99;
            border-color: #005A99;
            color: #ffffff;
        }

        .verticle_tab .tab_menu .btn_tab:hover {
            background: #e6f5ff;
        }

        .verticle_tab .tab_menu .btn_tab.active::after {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            right: -8px;
            background: #005A99;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
        }




.acrsn_style1 {
    width: 90%;
    margin: 0 auto;
}

.acrsn_list {
}

.acrsn_header {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    padding: 12px 80px 12px 0;
    position: relative;
    cursor: pointer;
}

    .acrsn_header::after {
        content: "\F4F9";
        font-family: 'bootstrap-icons';
        position: absolute;
        right: 0;
        font-size: 24px;
        top: 50%;
        transform: translateY(-50%);
        color: #aeaeae;
    }

    .acrsn_header[aria-expanded="true"]::after {
        content: "\F2E5";
        color: #007dd6;
    }

    .acrsn_header[aria-expanded="true"] {
        color: #007dd6;
        border-color: #ebebeb;
    }

.acrsn_list .acrsn_body {
    font-size: 14px;
    padding: 10px 80px 20px 0;
    color: #444444;
    font-weight: 400;
    text-align: justify;
}

.secholidaytype {
    background: url(../images/category_bg.png) no-repeat center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.typebox {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    max-width: 300px;
    margin: 12px;
}

    .typebox::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 30%;
        background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .typebox img {
        width: 100%;
        transition: all 0.2s;
    }

    .typebox .typetitle {
        position: absolute;
        bottom: 10px;
        text-align: center;
        width: 100%;
        color: #ffffff;
        z-index: 1;
        font-size: 20px;
        font-weight: 400;
    }

    .typebox:hover img {
        transform: scale(1.1);
    }

.secdeals {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../Images/bg-welcome.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.dest_box {
    border: 1px solid #f1f1f1;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
}

    .dest_box .dest_img {
        width: 100px;
        min-width: 100px;
        height: 100px;
        min-height: 100px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 20px;
        position: relative;
    }

        .dest_box .dest_img > img {
            width: 100%;
            height: 100%;
            transition: all .5s linear;
            transform: scale(1);
            -moz-transform: scale(1);
        }

    .dest_box .dest_title {
        font-size: 18px;
        font-weight: 600;
        color: #444444;
        display: block;
    }

    .dest_box .dest_subtitle {
        display: block;
        font-size: 14px;
        color: #666666;
        font-weight: 400;
    }

    .dest_box:hover {
        box-shadow: 0 10px 40px 0 rgba(0,0,0,.05);
    }

        .dest_box:hover .dest_img > img {
            transform: scale(1.3);
            -moz-transform: scale(1.3);
        }

        .dest_box:hover .dest_subtitle {
            color: #0d6efd;
        }






.about_welcome {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .about_welcome .abt_title {
        color: #111111;
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 300;
    }

        .about_welcome .abt_title b {
            font-weight: 700;
        }

    .about_welcome p {
        font-size: 16px;
        color: #444444;
    }

.abt_list {
    list-style: none;
    padding-left: 40px;
    font-size: 16px;
    color: #444444;
    margin: 30px 0;
}

    .abt_list li {
        margin-bottom: 15px;
    }

        .abt_list li .title {
            font-weight: 600;
            color: #111111;
            position: relative;
        }

            .abt_list li .title::before {
                content: "\F270";
                font-family: bootstrap-icons;
                font-size: 26px;
                color: #007ed6;
                position: absolute;
                left: -40px;
                top: -5px;
            }






.aboutserv_sec {
    background: url(../images/about-bg.jpg) no-repeat center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-attachment: fixed;
}

    .aboutserv_sec .abt_title {
        color: #ffffff;
        font-size: 32px;
        margin-bottom: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        font-weight: 700;
    }

    .aboutserv_sec .abt_subtitle {
        color: #ffffff;
        font-size: 18px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        font-weight: 500;
        width: 80%;
        margin: 0 auto 30px auto;
    }

.serv_box {
    width: 180px;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

    .serv_box .icon {
        width: 120px;
        height: 100px;
        display: flex;
        margin: 10px auto;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .04);
        justify-content: center;
        align-items: center;
    }

        .serv_box .icon > .i {
            width: 80px;
            height: 80px;
            background: url(../images/about-service.jpg) no-repeat;
        }

            .serv_box .icon > .i.service-1 {
                background-position: 0 0;
            }

            .serv_box .icon > .i.service-2 {
                background-position: -92px 0;
            }

            .serv_box .icon > .i.service-3 {
                background-position: -175px 0;
            }

            .serv_box .icon > .i.service-4 {
                background-position: -261px 0;
            }

            .serv_box .icon > .i.service-5 {
                background-position: -342px 0;
            }

            .serv_box .icon > .i.service-6 {
                background-position: -425px 0;
            }

.aboutwhy_sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .aboutwhy_sec .abt_title {
        color: #111111;
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 300;
    }

        .aboutwhy_sec .abt_title > b {
            font-weight: 700;
        }

    .aboutwhy_sec .why_box {
        text-align: center;
        padding: 20px;
        margin: 10px 0;
        border: 1px solid #d4f0ff;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
        position: relative;
        background: #ffffff;
        -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
        -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
        transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    }

        .aboutwhy_sec .why_box .icon {
            display: block;
            width: 80px;
            height: 80px;
            margin: 15px auto;
            background: url(../images/about-service.jpg) no-repeat;
        }

            .aboutwhy_sec .why_box .icon.i-1 {
                background-position: 0 -100px;
            }

            .aboutwhy_sec .why_box .icon.i-2 {
                background-position: -87px -100px;
            }

            .aboutwhy_sec .why_box .icon.i-3 {
                background-position: -177px -100px;
            }

            .aboutwhy_sec .why_box .icon.i-4 {
                background-position: -260px -100px;
            }

            .aboutwhy_sec .why_box .icon.i-5 {
                background-position: -340px -100px;
            }

            .aboutwhy_sec .why_box .icon.i-6 {
                background-position: -420px -100px;
            }


        .aboutwhy_sec .why_box > .title {
            color: #373737;
            font-size: 22px;
            font-weight: 500;
            margin-bottom: 15px;
        }


        .aboutwhy_sec .why_box p {
            font-weight: 400;
            color: #5d646a;
            font-size: 15px;
            line-height: 26px;
            text-align: unset;
            width: 92%;
            margin: 0 auto;
            text-align: justify;
        }


        .aboutwhy_sec .why_box:hover {
            transform: translateY(-7.5px);
        }

.testimonial_sec {
    background: url(../images/review-bg.jpg) no-repeat center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-attachment: fixed;
}

    .testimonial_sec .abt_title {
        color: #111111;
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 600;
        text-align: center;
    }

.review_wrap {
    padding: 15px;
    width: 80%;
    margin: 30px auto;
}

.review_para {
    font-size: 18px;
    color: #111111;
    font-weight: 400;
    font-style: italic;
    position: relative;
    width: 90%;
    margin: 30px auto;
    text-align: center;
}

    .review_para > i {
        position: absolute;
        left: -40px;
        font-size: 40px;
        top: -35px;
        color: #d1d1d1;
    }

.review_customer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.review_img {
    margin-right: 30px;
}

    .review_img img {
        width: 70px;
    }

.start_rate {
    font-size: 24px;
    display: flex;
    height: 24px;
    align-items: center;
    margin-bottom: 5px;
}

.cust_name {
    font-size: 16px;
    font-weight: 600;
    color: #444444;
}

:root {
    --star-size: 26px;
    --star-color: #fff;
    --star-background: #fc0;
}

.star-rate {
    --percent: calc(var(--rating) / 5 * 100%);
    display: block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    margin-bottom: 5px;
}

    .star-rate::before {
        content: "★★★★★";
        letter-spacing: 3px;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


.site_info h5 {
    font-size: 18px;
    color: #222222;
}

.site_info p {
    font-size: 14px;
    color: #444444;
    font-weight: 400;
}

    .site_info p b {
        font-weight: 600;
    }


/*-------------- Download Toast Start------------*/
.toast-app {
    border: none;
    background: transparent;
    width: 100%;
    box-shadow: none;
    position: relative;
    animation: bounce 2s ease infinite;
    outline: none;
}

    .toast-app:hover {
        animation: none;
    }

    .toast-app .toastimg {
        cursor: pointer;
        z-index: 1;
        position: relative;
    }

    .toast-app .mob {
        border: 7px solid #000000;
        display: flex;
        flex-flow: column;
        width: 160px;
        margin: 0 auto;
        background: #f0f0ff;
        padding: 15px;
        border-radius: 25px 25px 0 0;
        position: relative;
        border-bottom: none;
        z-index: 1;
    }

        .toast-app .mob::before {
            content: '';
            height: 8px;
            width: 50px;
            background: #000000;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 0 0 8px 8px;
        }

        .toast-app .mob .clogo {
            width: 70px;
            margin: 5px auto;
            display: block;
        }

        .toast-app .mob .hint {
            text-align: center;
            font-size: 10px;
            font-weight: 500;
            color: #222222;
            margin-top: 5px;
        }

.no-animation {
    animation: none !important;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}
/*-------------- Download Toast End ------------*/

/*Mobile Responsive*/

@media (min-width: 0px) and (max-width: 575.9px) {

    .ui-widget.ui-widget-content {
        border: 0;
        box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
        top: 50% !important;
        bottom: 0;
        left: 50% !important;
        right: 0 !important;
        width: 90%;
        max-width: 350px;
        transform: translate(-50%, -50%);
    }

    nav.navbar.fixed {
        position: static;
    }

    .navbar-collapse {
        text-align: center;
    }

    .btn_user {
        margin: 0 auto 15px auto;
    }



    .verticle_tab .tab_menu {
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }

        .verticle_tab .tab_menu .btn_tab {
            font-size: 12px;
            width: 50%;
            text-align: center;
        }

            .verticle_tab .tab_menu .btn_tab.active::after {
                display: none;
            }

    .verticle_tab .tab-content {
        width: 100%;
        padding-left: 0;
    }

    .acrsn_header {
        font-size: 12px;
        padding: 12px 30px 12px 0;
    }

    .acrsn_list .acrsn_body {
        font-size: 11px;
        padding: 10px 30px 20px 0;
    }

    .verticle_tab .tab_menu .btn_tab:nth-child(3) {
        border-bottom: 1px solid #e6e6e6;
    }

    .pagetitle .title {
        font-size: 18px;
    }

    .about_welcome .abt_title {
        font-size: 18px;
    }

    .about_welcome p {
        font-size: 12px;
    }

    .abt_list {
        font-size: 13px;
    }

        .abt_list li .title::before {
            font-size: 16px;
            left: -25px;
            top: -2px;
        }


    .aboutserv_sec .abt_title {
        font-size: 18px;
    }

    .aboutserv_sec .abt_subtitle {
        font-size: 12px;
        width: 80%;
    }

    .serv_box {
        width: 150px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .aboutwhy_sec .abt_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .aboutwhy_sec .why_box p {
        font-size: 12px;
        line-height: 18px;
    }

    .testimonial_sec .abt_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .review_para {
        font-size: 12px;
        margin: 15px auto;
    }

    .review_img img {
        width: 50px;
    }

    :root {
        --star-size: 16px;
    }

    .cust_name {
        font-size: 12px;
    }

    .site_info p {
        font-size: 12px;
    }

    .site_info h5 {
        font-size: 14px;
    }

    .contact_row .contact_info2 {
        font-size: 22px;
    }

    .contact_row .contact_info {
        font-size: 14px;
    }

    .listWallet {
        display: inline-flex;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-flow: wrap;
        justify-content: right;
        width: 100%;
    }

        .listWallet > li .wallet {
            height: 50px;
            display: inline-block;
            text-align: center;
            margin: 8px 5px 0 5px;
            border-radius: 5px;
            overflow: hidden;
            background: #f6f8fb;
        }

            .listWallet > li .wallet .lbl {
                background: #0080ff;
                display: block;
                color: #ffffff;
                font-size: 13px;
                padding: 0px 15px;
            }

            .listWallet > li .wallet .amt {
                font-size: 16px;
                display: inline-block;
                color: #111111;
                margin-top: 2px;
                font-weight: 500;
            }
}


.content-inner {
    background: #e6f0ff;
}

.modify_top {
    background: #113888;
    padding: 10px 0;
    color: #ffffff;
}

    .modify_top .title1 {
        display: block;
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        color: #60beff;
    }

    .modify_top .title2 {
        display: block;
        font-size: 15px;
        font-weight: 300;
    }

    .modify_top .btn_modify {
        background: #d7074e;
        font-size: 14px;
        color: #ffffff !important;
        padding: 10px 15px;
        display: inline-block;
        border-radius: 3px;
        outline: none;
        text-decoration: none !important;
        cursor: pointer;
    }

        .modify_top .btn_modify:hover {
            background: #002652;
        }

@media screen and (min-width:320px) and (max-width:767px) {
    .modify_top .title1 {
        font-size: 10px;
        margin: 0;
    }

    .modify_top .title2 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .modify_top .btn_modify {
        font-size: 12px;
        margin-top: 0px;
    }
}


.eng_content {
    background: #113888;
    display: inline-block;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 15px;
}

.eng_row {
    background: #ffffff;
    display: flex;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border: 0;
    width: auto;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
    outline: 8px solid rgb(255 255 255 / 35%);
}

#holiday-engine.eng_row .eng_col1 {
    width: 100%;
    max-width: 580px;
    border-right: 0;
    position: relative;
    height: 80px;
    display: inline-block;
}

.eng_row #from-Box {
    border-radius: 8px 0 0 8px;
    transition: all 0.15s linear;
    padding: 12px 15px;
    height: 80px;
    width: 100%;
}

.eng_row .eng_lbl {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-left: 2px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #3F51B5;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eng_row .Airport_City {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    margin-bottom: 2px;
}

.eng_row .Airport_Name {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    padding-left: 2px;
    line-height: 18px;
    text-overflow: ellipsis;
    color: #333333;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eng_row #to-Box {
    border-radius: 8px 0 0 8px;
    transition: all 0.15s linear;
    padding: 12px 15px 12px 25px;
    height: 110px;
    width: 100%;
}

.eng_row .swap {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translate(0, -50%);
    box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);
    z-index: 1;
}

    .eng_row .swap .icon_swap {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        cursor: pointer;
        background: #ffffff url(../../images/swap.svg) no-repeat center;
        transition: all 0.3s;
    }


#holiday-engine.eng_row .eng_col2 {
    width: 280px;
    border-right: 1px solid #dddddd;
    position: relative;
    height: 110px;
    display: inline-block;
}

.eng_row .calendar_box {
    transition: all 0.15s linear;
    padding: 12px 15px;
    height: 110px;
    width: 100%;
}

    .eng_row .calendar_box .txtCalendar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0 !important;
        outline: none;
        border: 0;
        cursor: pointer;
        border-radius: 0 !important;
        z-index: 0;
    }

.eng_row .rowDate {
    display: flex;
    align-items: end;
    margin-bottom: 6px;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .eng_row .rowDate .lblDay {
        font-size: 30px;
        font-weight: 700;
        line-height: 28px;
        margin-right: 5px;
    }

    .eng_row .rowDate .lblMonth {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        margin-right: 5px;
    }

    .eng_row .rowDate .lblYear {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
    }

.eng_row .lblDayName {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding-left: 2px;
    line-height: 18px;
    color: #333333;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eng_row .btn_search {
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    background-image: linear-gradient(to right, #f13528, #d7074e);
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

    .eng_row .btn_search:hover {
        background-image: linear-gradient(to right, #d7074e, #f13528);
    }

.eng_row .p2 {
    padding: 12px;
}

.eng_row .eng_col4 {
    width: 200px;
    position: relative;
    height: 110px;
    display: inline-block;
    vertical-align: top;
}

.hotel-result {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .hotel-result .result_box {
        margin: 10px 0;
        display: block;
        width: calc(100% - 250px);
        flex: 0 0 auto;
        padding-left: 20px;
    }

#holiday-engine.eng_row .eng_col1 .frminput {
    width: 100%;
    height: 100%;
    padding: 0 25px;
    border: none;
    outline: none;
    background: transparent;
}
/*-----------------------------------------------*/
.holiday-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 5fr));
    padding: 15px 0;
}

.pd_box {
    background: #ffffff;
    border-radius: 15px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

    .pd_box:hover {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    }

    .pd_box .pd_top {
        padding: 15px;
        min-height: 370px;
        border-bottom: 1px solid #e6e6e6;
    }

        .pd_box .pd_top .pd_img {
            width: 100%;
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .pd_box .pd_top .pd_img .packimg {
                width: 100%;
            }

            .pd_box .pd_top .pd_img .pd_tag {
                position: absolute;
                top: 5px;
                left: 5px;
                background: #d7074e;
                color: #ffffff;
                font-size: 13px;
                font-weight: 600;
                padding: 3px 8px;
                border-radius: 15px;
                z-index: 1;
            }

        .pd_box .pd_top .pd_title {
            font-size: 18px;
            color: #333333;
            font-weight: 700;
            display: block;
        }

        .pd_box .pd_top .pd_subtitle {
            font-size: 13px;
            color: #777777;
            font-weight: 500;
            display: block;
        }

        .pd_box .pd_top .pd_include {
            display: flex;
            flex-flow: wrap;
            gap: 10px;
            margin-top: 5px;
        }

            .pd_box .pd_top .pd_include .include_item {
                display: flex;
                flex-flow: column;
                justify-content: center;
                align-items: center;
                font-size: 11px;
                color: #777777;
            }

    .pd_box .pd_bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px 15px 15px;
        min-height: 100px;
    }

        .pd_box .pd_bottom .pd_price {
            display: flex;
            flex-flow: column;
        }

            .pd_box .pd_bottom .pd_price .p1 {
                font-size: 12px;
                font-weight: 400;
                color: #777777;
            }

            .pd_box .pd_bottom .pd_price .p2 {
                font-size: 24px;
                font-weight: 700;
                color: #333333;
                line-height: 26px;
            }

            .pd_box .pd_bottom .pd_price del {
                font-size: 16px;
                font-weight: 500;
                color: #777777;
                line-height: 16px;
            }

        .pd_box .pd_bottom .btn_book {
            border: 0;
            background: #00537d;
            color: #fff;
            padding: 8px 15px;
            display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
            text-decoration: none !important;
            border-radius: 5px;
            font-weight: 600;
        }

            .pd_box .pd_bottom .btn_book:hover {
                background: #002652;
            }



.view_box {
    background: #ffffff;
    padding: 12px;
    border-radius: 5px;
    margin: 10px 0;
}

#carouselExampleFade img {
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.hero_tabs {
    border: 1px solid #f00;
    position: relative;
}

.herotab_row {
    display: flex;
    flex-direction: row;
    position: sticky;
    top: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
}

.herotab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    user-select: none;
    cursor: pointer;
}

    .herotab:hover {
        background: #ededed;
    }



.active-tab {
    border-bottom: 3px solid #007bff;
    color: #007bff;
}

.heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

    .heading::after {
        position: absolute;
        content: "";
        background: #2196f3;
        width: 40px;
        height: 5px;
        bottom: 0;
        left: 0;
        border-radius: 5px;
    }

.subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 5px;
}

.timeline {
    margin: 15px 0 15px 100px;
    padding: 0;
    list-style: none;
    border-left: 1px solid #dddddd;
    counter-reset: noOfDay;
}

.timeline_item {
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}

    .timeline_item::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #2196F3;
        left: -5px;
        top: 8px;
        border-radius: 50%;
    }

    .timeline_item::before {
        counter-increment: noOfDay;
        content: "Day " counter(noOfDay) " : ";
        position: absolute;
        left: -70px;
        top: 0;
        color: #222222;
        font-size: 16px;
        font-weight: 700;
    }

    .timeline_item .title {
        font-size: 16px;
        color: #222222;
    }

    .timeline_item .subtitle {
        font-size: 14px;
        color: #666666;
        display: block;
        margin-bottom: 10px;
    }

.view_box .para {
    font-size: 14px;
    color: #222222;
}

.inclusionlist, .exclusionlist {
    overflow-y: auto;
    height: 220px;
    padding-left: 40px;
}

    .inclusionlist li, .exclusionlist li {
        list-style: none;
        font-size: 14px;
        margin: 10px 0;
        font-weight: 400;
        color: #222222;
        position: relative;
    }

        .inclusionlist li::before, .exclusionlist li::before {
            font-family: "bootstrap-icons";
            position: absolute;
            left: -25px;
            top: 0px;
            font-size: 16px;
        }

        .inclusionlist li::before {
            content: "\F272";
        }

        .exclusionlist li::before {
            content: "\F62A";
        }

.dot_list {
    font-size: 14px;
    color: #222222;
}

    .dot_list li {
        margin-bottom: 8px;
    }



.right_section {
    position: sticky;
    -webkit-position: sticky;
    top: 0;
    z-index: 1;
}

.section_title {
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.fare_detail {
    background: #ffffff;
    border-radius: 5px;
    margin: 10px 0;
}

.pricebox {
    display: flex;
    flex-flow: column;
    padding: 15px;
}

    .pricebox .p1 {
        font-size: 14px;
        font-weight: 400;
        color: #777777;
    }

    .pricebox del {
        font-size: 18px;
        font-weight: 500;
        color: #777777;
        line-height: 20px;
    }

    .pricebox .p2 {
        font-size: 28px;
        font-weight: 700;
        color: #333333;
        line-height: 30px;
    }

.duration {
    padding: 15px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    color: #444444;
    font-weight: 600;
}

.btn_back {
    margin-top: 10px;
    display: inline-block;
}

.book_now {
    border: 0;
    background: #00537d;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: 600;
}

.fare_detail_panel {
    padding: 0 14px;
}

    .fare_detail_panel .price_panel {
        font-size: 13px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #f1f1f1;
        padding: 10px 0;
    }

    .fare_detail_panel .f_total {
        font-size: 16px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        color: #00476a;
        font-weight: 600;
        border-top: 1px solid;
        padding: 5px 0;
    }

    .fare_detail_panel .price_panel .titel .icon {
        color: #8e8e8e;
        cursor: pointer;
        margin: 0 5px;
    }

.price_detail {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    margin: 0;
    background: #f6f6f6;
    padding: 8px 5px;
}

.help {
    padding: 20px 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

    .help i {
        margin-right: 10px;
        font-size: 18px;
        background: #dddddd;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        min-width: 44px;
        min-height: 44px;
    }

    .help .t1 {
        font-size: 18px;
        color: #222222;
        font-weight: 600;
        display: block;
    }

    .help .t2 {
        font-size: 14px;
        color: #222222;
        font-weight: 400;
        display: block;
        white-space: nowrap;
    }

.enquireform {
    padding: 20px 40px;
}


.row_inpur {
    width: 100%;
    margin: 16px 0;
    position: relative;
    display: inline-block;
}

    .row_inpur .lbl {
        position: absolute;
        top: -12px;
        left: 10px;
        font-size: 13px;
        color: #333333;
        font-weight: 600;
        background: #ffffff;
        padding: 0 5px;
    }

    .row_inpur .txt {
        border: 1px solid #d1d1d1;
        width: 100%;
        outline: none;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 1px;
        height: 44px;
    }

        .row_inpur .txt::placeholder {
            color: #bbbbbb;
            font-weight: 300;
        }

        .row_inpur .txt:hover {
            border: 1px solid #999999;
        }

        .row_inpur .txt:focus {
            border: 1px solid #0099e9;
        }

.psgwrap {
    margin: 18px 0;
    position: relative;
    display: inline-flex;
    height: 44px;
    border: 1px solid #d1d1d1;
    width: 30%;
    align-items: center;
    justify-content: center;
    user-select: none;
    min-width: 100px;
}

    .psgwrap .lbl {
        position: absolute;
        top: -10px;
        left: 10px;
        font-size: 13px;
        color: #333333;
        font-weight: 600;
        background: #ffffff;
        padding: 0 5px;
        line-height: 13px;
    }

    .psgwrap .b {
        width: 30px;
        height: 30px;
        background: #e5f0ff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        min-width: 30px;
        cursor: pointer;
        color: #000000;
        font-size: 16px;
    }

        .psgwrap .b:hover {
            background: #aed0ff;
        }

        .psgwrap .b:active {
            background: #4b97ff;
        }

    .psgwrap .t {
        width: 34px;
        height: 34px;
        text-align: center;
        font-size: 14px;
        outline: none;
        user-select: none;
        border: 0;
        pointer-events: none;
    }

.thanku {
    padding: 30px 0;
}

    .thanku img {
        width: 80px;
        display: block;
        margin: 5px auto;
    }

    .thanku .t1 {
        display: block;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
    }

    .thanku .t2 {
        display: block;
        text-align: center;
        font-size: 14px;
    }


.form-group {
    position: relative;
    z-index: 1;
    margin: 0;
}

.form-label {
    position: absolute;
    left: 7px;
    top: 13px;
    color: #666666;
    font-weight: 400;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    cursor: inherit;
    z-index: 1;
    font-size: 14px;
    padding: 0 5px;
    pointer-events: none;
    white-space: nowrap;
}

.form-input {
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    outline: none;
    height: 38px;
    width: 100%;
    font-size: 14px;
    margin: 0 0 8px 0;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 300px;
}

    .form-input::placeholder {
        color: #aaaaaa;
        opacity: 0;
        font-weight: 300;
    }

    .form-input:hover {
        border-color: #72b9f1;
    }

    .form-input:focus {
        border-color: #027fe3;
    }

.form-group.focused .form-input::placeholder {
    opacity: 1;
}

.focused .form-label {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-18px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #111111;
    font-weight: 400;
}

.traveller_wrap {
    display: flex;
    align-items: baseline;
    padding: 5px;
    border-bottom: 1px dashed #a9a9a9;
    background: #f4faff;
}

    .traveller_wrap:last-child {
        border-bottom: none;
    }

.tr_title {
    min-width: 80px;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    text-align: center;
}

.tr_row {
    display: flex;
    padding: 10px 5px;
    width: 100%;
}

.trcol1 {
    padding: 2px 8px;
    width: 100%;
    max-width: 120px;
}

.trcol2 {
    padding: 2px 8px;
    width: 100%;
}

.pack_title {
    font-size: 24px;
    color: #222222;
    font-weight: 600;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 15px;
}

.pack_info {
    font-size: 13px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 600;
    border: 1px dashed #0087cb;
    color: #222222;
    border-radius: 5px;
    background: #e8f7ff;
}

.nightlist {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    font-size: 13px;
    color: #666666;
    font-weight: 600;
    margin: 5px 0 10px 0;
}

    .nightlist li {
        position: relative;
    }

        .nightlist li::after {
            position: absolute;
            content: "";
            width: 6px;
            height: 6px;
            background: #bdbdbd;
            right: -13px;
            top: 7px;
            border-radius: 5px;
        }

        .nightlist li:last-child::after {
            display: none;
        }




/*------------ 'Promo code' START ----------------*/
.promo_section {
}

    .promo_section .promocode-box {
        padding: 15px;
    }

        .promo_section .promocode-box .title1 {
            font-size: 14px;
            color: #111111;
            font-weight: 500;
            display: block;
            margin-bottom: 10px;
        }

        .promo_section .promocode-box .inpup_promo {
            display: flex;
            align-items: center;
            width: 100%;
            margin-bottom: 5px;
            position: relative;
        }

            .promo_section .promocode-box .inpup_promo .txt_promo {
                width: 100%;
                height: 38px;
                padding: 0 15px;
                border: 1px solid #e3e3e3;
                outline: none;
                font-size: 14px;
            }

                .promo_section .promocode-box .inpup_promo .txt_promo:focus {
                    border-color: #027fe3;
                }

            .promo_section .promocode-box .inpup_promo .btn_promo {
                border: 0;
                font-size: 14px;
                font-weight: 500;
                height: 36px;
                padding: 0 15px;
                background: #f1f1f1;
                color: #000000;
                position: absolute;
                right: 1px;
            }

                .promo_section .promocode-box .inpup_promo .btn_promo:hover {
                    background: #e7e7e7;
                }

        .promo_section .promocode-box .promo-success {
            font-size: 13px;
            display: block;
            color: #00af68;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .promo_section .promocode-box .promo-error {
            font-size: 13px;
            display: block;
            color: #ff0000;
            font-weight: 400;
            margin-bottom: 5px;
        }

    .promo_section .seprator {
        display: inline-block;
        width: 100%;
        border-top: 1px dashed #bbbbbb;
        position: relative;
        margin: 10px 0;
    }

        .promo_section .seprator i {
            border: 1px solid #dfdfdf;
            font-size: 14px;
            font-weight: 500;
            display: inline-flex;
            width: 30px;
            height: 30px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: #f1f1f1;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .promo_section .promocode-list {
        max-height: 380px;
        overflow-y: auto;
        padding: 0;
    }

        .promo_section .promocode-list li {
            list-style: none;
        }

            .promo_section .promocode-list li:last-child .promocode {
                border-bottom: 0;
            }

            .promo_section .promocode-list li .promocode {
                padding: 8px 3px;
                border-bottom: 1px solid #e9e9e9;
            }

                .promo_section .promocode-list li .promocode .promorbtn {
                    display: flex;
                    align-items: center;
                }

                    .promo_section .promocode-list li .promocode .promorbtn input[type="radio"] {
                        transform: scale(1.2);
                        margin-right: 10px;
                        cursor: pointer;
                    }

                    .promo_section .promocode-list li .promocode .promorbtn label {
                        font-size: 14px;
                        text-transform: uppercase;
                        font-weight: 600;
                        color: #111111;
                        cursor: pointer;
                    }

                .promo_section .promocode-list li .promocode .code-desc {
                    padding-left: 25px;
                    font-size: 12px;
                    color: #666666;
                    font-weight: 400;
                    margin-bottom: 5px;
                }
/*------------ 'Promo code' END ----------------*/



@media screen and (min-width:320px) and (max-width:767px) {
    .tr_row {
        display: block;
    }
}
