/* .browse-tip{
    display:none;
  } */
ul.main-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 15px 0 0;
}

    ul.main-menu li a {
        padding-bottom: 26px;
        margin-bottom: -26px;
        position: relative;
    }

        ul.main-menu li a:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 3px;
            width: 100%;
            transform: scale(0);
            height: 3px;
            background: #1da599;
            transition: all 0.3s ease-in-out;
        }

        ul.main-menu li.active a:after,
        ul.main-menu li a:hover:after {
            transform: scale(1);
        }

    ul.main-menu li.active a {
        color: #1da599;
    }

.login-box {
    display: inline-block;
    padding: 0 0 0 10px;
}

    .login-box a {
        display: block;
        position: relative;
        padding: 10px 20px 10px 35px;
        border: 1px solid #d2edeb;
        border-radius: 30px;
        background: #f1f9f9 url(assets/images/login-icon.webp) no-repeat 10px 13px;
        font-weight: 600;
    }

    .login-box.login-after {
        position: relative;
    }

        .login-box.login-after > a {
            background-image: none;
            padding: 5px 30px 5px 5px;
        }

            .login-box.login-after > a:after {
                content: "";
                position: absolute;
                right: 10px;
                top: 17px;
                background: url(assets/images/arrow-down.webp) no-repeat 0 0/100%;
                width: 10px;
                height: 10px;
            }

        .login-box.login-after a img {
            width: 34px;
            height: 34px;
            border-radius: 50%;
        }

        .login-box.login-after ul {
            position: absolute;
            right: 0;
            top: 100%;
            width: 200px;
            text-align: left;
            border-radius: 10px;
            background: #f1f9f9;
            border: 1px solid #d2edeb;
            z-index: 99;
            opacity: 0;
            pointer-events: none;
            padding: 5px 0;
        }

        .login-box.login-after:hover ul {
            opacity: 1;
            pointer-events: visible;
        }

        .login-box.login-after ul li {
            display: block;
            margin: 0;
        }

            .login-box.login-after ul li a {
                padding: 7px 13px;
                background-image: none;
                border: 0;
                border-radius: 0;
            }

.login-header ul li a:hover {
    color: #0890fa;
}

.u-banner {
    background-color: #f7fbfb;
    background-image: url(assets/images/u-banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    text-align: center;
    padding: 60px 0 90px;
}

    .u-banner.inner-page-banner {
        background-image: url(assets/images/inner-page-banner.webp);
        padding: 60px 0 60px;
    }

    .u-banner h1 {
        font-size: 44px;
        line-height: 50px;
        font-weight: 700;
        color: #080808;
        margin: 0 0 10px 0;
    }

    .u-banner p {
        font-size: 16px;
        line-height: 24px;
        color: #080808;
        margin: 0;
    }

.required-docs {
    background: #f7fbfb;
    padding: 90px 0 30px;
    position: relative;
}

    .required-docs .bos-holder {
        position: absolute;
        left: 50%;
        top: -140px;
        margin-left: -180px;
        width: 360px;
    }

        .required-docs .bos-holder .per-person {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            background: #fff;
            border-radius: 10px;
            align-items: center;
            box-shadow: 0 2px 3px 0px rgba(0,0,0,0.01);
            padding: 15px 20px;
        }

            .required-docs .bos-holder .per-person span {
                display: block;
                position: relative;
                width: 40%;
                font-size: 14px;
                line-height: 22px;
                color: #808080;
            }

                .required-docs .bos-holder .per-person span:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 1px;
                    height: 98%;
                    background: #d9d9d9;
                }

                .required-docs .bos-holder .per-person span strong {
                    display: block;
                    font-size: 28px;
                    line-height: 28px;
                    color: #080808;
                    font-weight: 700;
                    letter-spacing: -2px;
                }

            .required-docs .bos-holder .per-person a {
                display: block;
                width: 55%;
                background: #1da599;
                border-radius: 30px;
                color: #fff;
                text-transform: uppercase;
                font-size: 14px;
                line-height: 40px;
                text-align: center;
                font-weight: 600;
            }

                .required-docs .bos-holder .per-person a:hover {
                    background: #ffc265;
                    color: #080808;
                }

ul.docs-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    ul.docs-list > li {
        width: 31%;
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0 0 0 32px;
        position: relative;
    }

    ul.docs-list li .img-holder {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -32px;
    }

        ul.docs-list li .img-holder figure {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: #1da599;
            position: relative;
        }

            ul.docs-list li .img-holder figure:after {
                content: '';
                position: absolute;
                left: -8px;
                top: -8px;
                width: 80px;
                height: 80px;
                border: 8px solid rgba(29, 165, 153, 0.2);
                border-radius: 50%;
            }

    ul.docs-list li .text-holder {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 7px 0px rgba(0,0,0,0.1);
        padding: 25px 0 25px 55px;
        min-height: 124px;
    }

        ul.docs-list li .text-holder h2 {
            font-size: 20px;
            line-height: 26px;
            font-weight: 600;
            color: #080808;
            margin: 0;
        }

        ul.docs-list li .text-holder ul.inner-list {
            margin: 0;
        }

            ul.docs-list li .text-holder ul.inner-list li {
                list-style: none;
                color: #101010;
                font-size: 16px;
                line-height: 24px;
                padding: 0 0 0 15px;
                position: relative;
            }

                ul.docs-list li .text-holder ul.inner-list li:after {
                    content: '';
                    position: absolute;
                    left: 1px;
                    top: 9px;
                    width: 6px;
                    height: 6px;
                    border-radius: 10px;
                    background: #101010;
                }

.main-section {
    padding: 60px 0 0 0;
}

.content-page {
    padding: 0;
    margin: 0 0 30px 0;
}

    .content-page img {
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
        border-radius: 10px;
    }

    .content-page p {
        font-size: 16px;
        line-height: 26px;
        color: #080808;
        margin: 0 0 20px 0;
    }

        .content-page p a {
            color: #1da599;
        }

            .content-page p a:hover {
                text-decoration: underline;
            }

    .content-page h2 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 600;
        margin: 0 0 10px 0;
        color: #080808;
    }

    .content-page h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        margin: 0 0 10px 0;
        color: #080808;
    }

.side-box {
    text-align: center;
    background: #f1f9f9;
    border: 1px solid #d6efed;
    border-radius: 10px;
    padding: 25px 20px;
    margin-bottom: 30px;
}

    .side-box span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #808080;
        font-weight: 600;
        margin: 0 0 0 0;
    }

    .side-box strong {
        display: block;
        font-size: 34px;
        line-height: 42px;
        color: #080808;
        font-weight: 700;
        letter-spacing: -2px;
        margin: 0 0 7px 0;
    }

    .side-box p {
        font-size: 14px;
        line-height: 22px;
        color: #808080;
        margin: 0 0 15px 0;
    }

    .side-box a {
        display: block;
        background: #1da599;
        border-radius: 30px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        font-weight: 600;
    }

        .side-box a:hover {
            background: #ffc265;
            color: #080808;
        }

    .side-box .order-info {
        text-align: left;
    }

        .side-box .order-info h3 {
            font-size: 28px;
            line-height: 38px;
            color: #080808;
            font-weight: 600;
            margin: 0 0 10px 0;
        }

        .side-box .order-info ul {
            margin: 0;
            padding: 0;
        }

            .side-box .order-info ul li {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .side-box .order-info ul li span {
                    display: block;
                    font-size: 14px;
                    line-height: 22px;
                    color: #8a8a8a;
                }

                .side-box .order-info ul li strong {
                    font-size: 14px;
                    line-height: 22px;
                    color: #080808;
                    font-weight: 600;
                }

                .side-box .order-info ul li:last-child {
                    border-top: 2px dashed #d6dddd;
                    margin: 10px 0 0 0;
                    padding-top: 13px;
                }

                    .side-box .order-info ul li:last-child span {
                        font-size: 16px;
                        font-weight: 600;
                    }

                    .side-box .order-info ul li:last-child strong {
                        font-size: 26px;
                        font-weight: 700;
                    }

.safty-box {
    padding: 0 0 0 25px;
    margin: -15px 0 30px 0;
    background: url(assets/images/safty.webp) no-repeat 2px 5px;
}

    .safty-box h4 {
        font-size: 16px;
        line-height: 30px;
        color: #080808;
        margin: 0 0 0 0;
    }

    .safty-box p {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        color: #8a8a8a;
    }

        .safty-box p a {
            color: #1da599;
        }

.faq-section {
    padding: 0 0 50px 0;
    margin: 0;
}

.faq-box {
    margin: 0 5%;
}

    .faq-box h2 {
        text-align: center;
        margin: 0 0 25px 0;
        font-size: 36px;
        line-height: 48px;
        color: #080808;
        font-weight: 600;
    }

    .faq-box .panel-group .panel {
        overflow: hidden;
        border-radius: 40px;
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.1);
        border: 0;
        margin: 0 0 10px 0;
    }

        .faq-box .panel-group .panel a.collapsed {
            padding: 3px 30px;
            font-size: 20px;
            line-height: 46px;
            font-weight: 600;
            color: #080808;
            background: none;
            display: block;
            position: relative;
        }

        .faq-box .panel-group .panel a {
            padding: 3px 30px;
            font-size: 20px;
            line-height: 46px;
            font-weight: 600;
            color: #fff;
            background: #1da599;
            display: block;
            position: relative;
        }

            .faq-box .panel-group .panel a.collapsed:after {
                content: '';
                position: absolute;
                right: 30px;
                top: 10px;
                width: 32px;
                height: 32px;
                border: 1px solid #e9e9e9;
                border-radius: 50%;
                background: url(assets/images/faq-arrow.webp) no-repeat 0 0;
                transform: rotate(0);
                transition: all 0.3s ease-in-out;
            }

            .faq-box .panel-group .panel a:after {
                content: '';
                position: absolute;
                right: 30px;
                top: 10px;
                width: 32px;
                height: 32px;
                border: 1px solid #fff;
                border-radius: 50%;
                background: #fff url(assets/images/faq-arrow.webp) no-repeat 0 0;
                transform: rotate(180deg);
                transition: all 0.3s ease-in-out;
            }

    .faq-box .panel-body {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 30px 15px;
        background: #1da599;
    }

        .faq-box .panel-body p {
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            margin: 0 0 15px 0;
        }

.passenger-holder,
.passenger-holder1 {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.1);
    margin-bottom: 60px;
}

.passenger-holder1 {
    margin-top: -30px;
}

.v-passenger h2,
.v-passenger1 h2 {
    font-size: 28px;
    line-height: 36px;
    color: #080808;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.info-box,
.info-box1 {
    margin: 0;
}

    .info-box.clone {
        border-top: 1px solid #e0e0e0;
        padding: 20px 0 0 0;
    }

    .info-box .fieldset,
    .info-box1 .fieldset {
        display: block;
        margin: 0 0 20px 0;
        overflow: hidden;
    }

        .info-box .fieldset label,
        .info-box1 .fieldset label {
            font-weight: 600;
            color: #707980;
            font-size: 14px;
            line-height: 22px;
            margin: 0 0 5px 0;
            display: block;
        }

        .info-box .fieldset input[type="text"],
        .info-box .fieldset input[type="password"],
        .info-box1 .fieldset input[type="text"],
        .info-box .fieldset select {
            width: 100%;
            border-radius: 30px;
            border: 1px solid #dcdcdc;
            line-height: 44px;
            height: 44px;
            font-size: 16px;
            font-weight: 600;
            padding: 0 20px;
        }

        .info-box .fieldset select {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #1da599 50%), linear-gradient(135deg, #1da599 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

    select.classic:focus {
        background-image: linear-gradient(45deg, #1da599 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #1da599 50%), linear-gradient(to right, #fff, #fff);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
        border-color: grey;
        outline: 0;
    }

.info-box .fieldset textarea {
    border-radius: 30px;
    border: 1px solid #dcdcdc;
    padding: 15px 20px;
}

.info-box ::-webkit-input-placeholder,
.info-box1 ::-webkit-input-placeholder {
    color: #909090;
    font-size: 13px;
}

.info-box :-moz-placeholder {
    color: #080808;
    opacity: 1;
}

.info-box ::-moz-placeholder {
    color: #b2bbc0;
    opacity: 1;
}

.info-box :-ms-input-placeholder {
    color: #080808;
}

.info-box.clone .hide {
    display: block !important;
    background: #fff;
    border: 1px dashed #1da599;
    border-radius: 30px;
    font-weight: 500;
    position: relative;
    color: #1da599;
    padding: 5px 15px 5px 25px;
    transition: all 0.3s ease-in-out;
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 0;
}

    .custom-file-upload label {
        display: block;
        margin-bottom: 5px;
    }

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.info-box .fieldset input[type="text"].file-upload-input {
    width: 72%;
    color: #080808;
    font-size: 16px;
    padding: 11px 17px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    border-radius: 30px 0 0 30px;
    /* IE 9 Fix */
    position: relative;
}

.file-upload-input:hover, .file-upload-input:focus {
    background-color: #ab3326;
    outline: none;
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #1da599;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    background-color: #f1f9f9;
    float: left;
    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 28%;
    border-radius: 0 30px 30px 0;
    /* opacity: 0; */
}

    .file-upload-button:hover {
        background-color: #1da599;
        color: #fff;
    }

.info-btn-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .info-btn-holder .clone {
        background: #fff;
        border: 1px dashed #1da599;
        border-radius: 30px;
        position: relative;
        color: #1da599;
        padding: 5px 15px 5px 25px;
        transition: all 0.3s ease-in-out;
        font-weight: 500;
    }

        .info-btn-holder .clone img,
        .info-box.clone .hide img {
            position: absolute;
            left: 10px;
            top: 12px;
        }

.info-box.clone .hide img {
    transform: rotate(45deg);
}

.info-btn-holder .clone:hover,
.info-box.clone .hide:hover {
    color: #fff;
    background: #1da599;
}

    .info-box.clone .hide:hover img,
    .info-btn-holder .clone:hover img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(117deg) brightness(104%) contrast(105%);
    }

.info-btn-holder .next {
    background: #1da599;
    ;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
}

    .info-btn-holder .next:hover {
        background: #fec85b;
        color: #080808;
    }

.step-sec {
    padding: 30px 0 40px;
    background: #f7fbfb;
    text-align: center;
}

    .step-sec ul {
        margin: 0;
        padding: 0 0 20px 0;
        position: relative;
        text-align: center;
        display: inline-block;
    }

        .step-sec ul:after {
            content: '';
            position: absolute;
            left: 50px;
            bottom: 0;
            height: 6px;
            width: 86%;
            background: #e9e9e9;
        }

        .step-sec ul li {
            display: inline-block;
            margin: 0 -4px 0 0;
            padding: 0 50px;
            list-style: none;
            position: relative;
        }

            .step-sec ul li:after {
                content: '';
                position: absolute;
                left: -50%;
                bottom: -20px;
                height: 6px;
                width: 100%;
                background: #1da599;
                z-index: 1;
                opacity: 0;
            }

            .step-sec ul li.active:after {
                opacity: 1;
            }

            .step-sec ul li:first-child {
                padding-left: 0;
            }

                .step-sec ul li:first-child:after {
                    display: none;
                }

            .step-sec ul li:last-child {
                padding-right: 0;
            }

                .step-sec ul li:last-child:after {
                    width: 130%;
                    left: -66%;
                }

            .step-sec ul li span {
                display: block;
                position: relative;
                color: #080808;
                font-size: 16px;
                line-height: 30px;
                font-weight: 600;
                padding: 0 0 30px 0;
                margin: 0 0 -30px 0;
            }

            .step-sec ul li.active span {
                color: #1da599;
            }

            .step-sec ul li span::after {
                content: '';
                position: absolute;
                left: 50%;
                bottom: 3px;
                width: 20px;
                height: 20px;
                background: #bebebe;
                border: 6px solid #fff;
                box-shadow: 0 5px 15px 0px rgba(0,0,0,0.1);
                z-index: 2;
                border-radius: 50%;
                margin-left: -10px;
            }

            .step-sec ul li.active span:after {
                background: #1da599;
            }

.terms-condition {
    background: #f7fbfb;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .terms-condition .inner-box {
        padding-right: 30px;
        height: 150px;
        overflow-y: scroll;
        margin-bottom: 0;
    }

    .terms-condition .text-holder {
        min-height: 450px;
    }

        .terms-condition .text-holder h3 {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            color: #080808;
            margin: 0 0 10px 0;
        }

        .terms-condition .text-holder p {
            margin: 0 0 10px 0;
            font-size: 13px;
            line-height: 18px;
        }

    .terms-condition label {
        font-weight: normal;
    }


#style-3::-webkit-scrollbar-track {
    background-color: #dfefee;
}

#style-3::-webkit-scrollbar {
    width: 11px;
    background-color: #dfefee;
    border-radius: 10px;
}

#style-3::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #1da599;
}

.success-pay {
    text-align: center;
    padding: 30px 0;
    margin: 0;
}

    .success-pay .img-holder {
        display: block;
        margin: 0 0 10px 0;
    }

        .success-pay .img-holder figure {
            display: inline-block;
            margin: 0;
            width: 120px;
            height: 120px;
        }

            .success-pay .img-holder figure img {
                width: 100%;
            }

    .success-pay .text-holder {
        padding: 0;
    }

        .success-pay .text-holder h3 {
            margin: 0 0 10px 0;
            font-size: 28px;
            line-height: 34px;
            color: #080808;
            font-weight: 600;
        }

        .success-pay .text-holder p {
            font-size: 16px;
            line-height: 24px;
            margin: 0;
            color: #080808;
        }

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(http://smallenvelop.com/demo/simple-pre-loader/images/loader-64x/Preloader_2.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.3);
}


/* News style start */

ul.news-list {
    margin: 0;
    padding: 0 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    ul.news-list li {
        width: 48.5%;
        margin: 0 0 40px 0;
        padding: 0 120px 0 0;
        list-style: none;
    }

        ul.news-list li .img-holder {
            width: 100%;
            position: relative;
        }

            ul.news-list li .img-holder img {
                width: 100%;
                border-radius: 10px 0 0 10px;
            }

            ul.news-list li .img-holder figure {
                display: block;
            }

                ul.news-list li .img-holder figure figcaption {
                    position: absolute;
                    right: -120px;
                    top: -10px;
                    background: #fff;
                    width: 220px;
                    border-radius: 20px;
                    padding: 30px 18px;
                    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
                    transition: all 0.3s ease-in-out;
                    overflow: hidden;
                }

        ul.news-list li a:hover .img-holder figure figcaption {
            background: #1da599;
        }

        ul.news-list li .img-holder figure figcaption span {
            display: block;
            color: #808080;
            position: relative;
            font-size: 12px;
            line-height: 18px;
            font-weight: 600;
            padding: 0 0 0 18px;
            margin-bottom: 5px;
        }

            ul.news-list li .img-holder figure figcaption span:after {
                content: "\e901";
                font-family: "icomoon";
                position: absolute;
                left: 0px;
                top: -1px;
                font-size: 12px;
                line-height: 18px;
                color: #808080;
                font-weight: 400;
                z-index: 1;
            }

        ul.news-list li .img-holder figure figcaption h5 {
            display: block;
            color: #080808;
            position: relative;
            font-size: 18px;
            line-height: 22px;
            font-weight: 600;
            margin: 0 0 10px 0;
            padding: 0 0 18px 0;
        }

            ul.news-list li .img-holder figure figcaption h5:after {
                height: 2px;
                width: 120px;
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                background: #080808;
            }

        ul.news-list li .img-holder figure figcaption p {
            color: #808080;
            font-size: 14px;
            line-height: 20px;
            margin: 0 0 10px 0;
            overflow: hidden;
        }

        ul.news-list li .img-holder figure figcaption strong {
            color: #1da599;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            margin: 0 0 10px 0;
            font-style: italic;
            text-transform: uppercase;
        }

        ul.news-list li a:hover .img-holder figure figcaption span,
        ul.news-list li a:hover .img-holder figure figcaption span:after,
        ul.news-list li a:hover .img-holder figure figcaption h5,
        ul.news-list li a:hover .img-holder figure figcaption p,
        ul.news-list li a:hover .img-holder figure figcaption strong {
            color: #fff;
        }

            ul.news-list li a:hover .img-holder figure figcaption h5:after {
                background: #fff;
            }

.news-detail {
    margin: 0 12% 30px;
}

    .news-detail h2 {
        text-align: center;
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        color: #080808;
        margin: 0 0 10px 0;
    }

    .news-detail span.date {
        display: block;
        width: 120px;
        margin: 0 auto 10px;
        color: #808080;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        padding: 0 0 0 18px;
        text-align: center;
    }

        .news-detail span.date:after {
            content: "\e901";
            font-family: "icomoon";
            position: absolute;
            left: 0px;
            top: 2px;
            font-size: 14px;
            line-height: 18px;
            color: #808080;
            font-weight: 400;
            z-index: 1;
        }

.news-detail {
    font-size: 16px;
    line-height: 26px;
    color: #080808;
}

    .news-detail img {
        border-radius: 15px;
        width: 100%;
    }

        .news-detail img.img-left {
            float: left;
            width: auto;
            margin: 0 20px 10px 0;
        }

        .news-detail img.img-right {
            float: right;
            width: auto;
            margin: 0 0 10px 20px;
        }

    .news-detail ul {
        margin: 0 0 20px 0;
        padding: 0;
    }

        .news-detail ul li {
            list-style: none;
            margin: 0;
            padding: 0 0 0 20px;
            position: relative;
            font-size: 16px;
            line-height: 26px;
            color: #080808;
        }

            .news-detail ul li:after {
                content: '';
                position: absolute;
                left: 4px;
                top: 10px;
                background: #080808;
                border-radius: 10px;
                width: 6px;
                height: 6px;
                opacity: 0.7;
            }

/* Packages Style Start */
.packages-sec {
    background: #f7fbfb;
    padding: 0 0 50px 0;
}

ul.package-list {
    margin: -70px 0 0 0;
    padding: 0 7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    ul.package-list > li {
        width: 31%;
        list-style: none;
        margin: 0 0 30px;
        padding: 0 0 0 0;
        position: relative;
    }

    ul.package-list li .text-holder {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 7px 0px rgba(0,0,0,0.1);
        padding: 15px 0 0 0;
        text-align: center;
        overflow: hidden;
    }

        ul.package-list li .text-holder h2 {
            font-size: 20px;
            line-height: 26px;
            font-weight: 600;
            color: #080808;
            margin: 0 0 5px 0;
        }

        ul.package-list li .text-holder strong {
            display: block;
            font-weight: 600;
            font-size: 30px;
            line-height: 36px;
            color: #1a1a1a;
            margin-bottom: 7px;
        }

            ul.package-list li .text-holder strong em {
                font-style: normal;
                font-size: 22px;
            }

        ul.package-list li .text-holder a {
            display: inline-block;
            width: 48%;
            background: #1da599;
            border-radius: 30px;
            color: #fff;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 34px;
            text-align: center;
            font-weight: 600;
            margin: 0 0 20px 0;
        }

            ul.package-list li .text-holder a:hover {
                background: #ffc265;
                color: #080808;
            }

        ul.package-list li .text-holder ul.inner-list {
            margin: 0;
            background: #fafafa;
            text-align: left;
            padding: 15px 20px;
        }

            ul.package-list li .text-holder ul.inner-list li {
                list-style: none;
                color: #101010;
                font-size: 16px;
                line-height: 24px;
                padding: 0 0 0 15px;
                position: relative;
            }

                ul.package-list li .text-holder ul.inner-list li:after {
                    content: '';
                    position: absolute;
                    left: 1px;
                    top: 9px;
                    width: 6px;
                    height: 6px;
                    border-radius: 10px;
                    background: #101010;
                }

.passenger-holder.signin-holder {
    margin-bottom: 30px;
}

.signin-holder .info-btn-holder {
    display: block;
    text-align: right;
}

    .signin-holder .info-btn-holder .next {
        display: inline-block;
        padding: 10px 70px;
    }

.signin-opt {
    padding: 0;
    margin: 0 0 50px 0;
}

    .signin-opt p {
        font-size: 16px;
        line-height: 24px;
        color: #080808;
        margin: 0 0 0 0;
    }

        .signin-opt p a {
            color: #008185;
            font-weight: 600;
        }

            .signin-opt p a:hover {
                color: #1da599;
            }

.side-box .user-account {
    margin: -10px 0;
    padding: 0;
}

    .side-box .user-account ul {
        margin: 0;
        padding: 0;
    }

        .side-box .user-account ul li {
            display: block;
            margin: 0;
            list-style: none;
            padding: 0;
        }

            .side-box .user-account ul li:first-child {
                border-bottom: 1px dashed #d6dddd;
                padding-bottom: 5px;
                margin-bottom: 5px;
            }

            .side-box .user-account ul li a {
                display: block;
                background: none;
                text-align: left;
                border-radius: 0;
                text-transform: capitalize;
                color: #008185;
                font-weight: normal;
                line-height: 30px;
                font-size: 16px;
            }

                .side-box .user-account ul li a:hover {
                    color: #1da599;
                }

.fieldset.contact-field {
    overflow: visible;
}

.fieldset .iti {
    display: block;
}

.fieldset .iti__country-list {
    width: 300px;
}

.fieldset .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px 0 0 30px;
}

.error-box {
    overflow: hidden;
    padding: 0 0 30px 0;
}

    .error-box .img-holder {
        float: left;
    }

        .error-box .img-holder figure {
            width: 42px;
            margin: 0;
        }

            .error-box .img-holder figure img {
                width: 100%;
            }

    .error-box .text-holder {
        overflow: hidden;
        padding: 0 0 0 20px;
    }

        .error-box .text-holder p {
            margin: 0;
            color: #f00;
        }

.fieldset.error-text span.error {
    position: absolute;
    right: 0;
    top: 0;
    color: #f00;
    font-size: 12px;
}

.fieldset.error-text {
    position: relative;
}

    .fieldset.error-text input {
        border-color: #f00 !important;
    }

.passenger-holder.signin-holder p {
    margin: 0 0 5px 0;
}

    .passenger-holder.signin-holder p:first-child {
        margin-bottom: 20px;
    }

    .passenger-holder.signin-holder p a {
        color: #008185;
        font-weight: 600;
    }

        .passenger-holder.signin-holder p a:hover {
            color: #1da599;
        }

.passenger-holder.signin-holder .table {
    margin-bottom: 0;
}

    .passenger-holder.signin-holder .table tr th {
        background: #f1f9f9;
        border: 0;
    }

    .passenger-holder.signin-holder .table tr td a {
        display: inline-block;
        color: #008185;
        border: 1px solid #008185;
        border-radius: 20px;
        padding: 0 20px;
    }

.currency-selector {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: 100%;
    padding-left: .9rem;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1024' height='640'><path d='M1017 68L541 626q-11 12-26 12t-26-12L13 68Q-3 49 6 24.5T39 0h952q24 0 33 24.5t-7 43.5z'></path></svg>") 90%/12px 6px no-repeat;
    font-family: inherit;
    color: #fff;
}

    .currency-selector option {
        color: #080808;
    }

.currency-amount {
    text-align: right;
}

.currency-addon {
    text-align: left;
    position: relative;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #080808;
    text-align: center;
    background: none;
    border: 0;
}

.hearder-opt .input-group {
    display: flex;
    padding: 4px 0 0 0;
}

.country-box {
}

    .country-box input {
        font-size: 0;
        line-height: 0;
        background: none;
        border: 0;
        width: auto;
        height: 44px;
    }

    .country-box .iti--separate-dial-code .iti__selected-flag,
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
        background: none;
    }

    .country-box .iti--separate-dial-code .iti__selected-dial-code {
        display: none;
    }

    .country-box .iti__dial-code {
        display: none;
    }

    .country-box .iti__country-list {
        width: 200px;
        overflow-x: hidden;
    }

.passenger-holder.signin-holder ul#tabs-nav {
    margin: 0 0 20px 0;
    padding: 20px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #080808;
}

    .passenger-holder.signin-holder ul#tabs-nav li {
        position: relative;
        display: block;
        list-style: none;
        padding: 0 0 0 30px;
        margin: 0 0;
        font-size: 18px;
        line-height: 34px;
        color: #191919;
    }

        .passenger-holder.signin-holder ul#tabs-nav li:after {
            content: '';
            position: absolute;
            left: 4px;
            top: 7px;
            width: 19px;
            height: 19px;
            border-radius: 50%;
            background: #fff;
            border: 2px solid #191919;
            box-shadow: inset 0 0 0 3px #fff;
        }

        .passenger-holder.signin-holder ul#tabs-nav li.active:after {
            background: #191919;
        }

        .passenger-holder.signin-holder ul#tabs-nav li:hover a,
        .passenger-holder.signin-holder ul#tabs-nav li.active a {
            color: #008185;
        }

.info-box .fieldset .check-holder {
    position: relative;
}

    .info-box .fieldset .check-holder label {
        display: inline-block;
    }

.passenger-holder.signin-holder p:first-child {
    margin-bottom: 20px;
}

.passenger-holder.signin-holder p {
    margin: 0 0 5px 0;
}

.user-login p span {
    display: inline-block;
    width: 150px;
}

.user-login p em {
    font-style: normal;
    display: inline-block;
    background: url(assets/images/pakistan.webp) no-repeat 0 -2px/25px;
    padding: 0 5px 0 30px;
}

.booking-detail.hotel-list-detail {
    margin: 0 5%;
}

.btn-back {
    display: inline-block;
    color: #0a3991;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 5px 0;
}

    .btn-back:after {
        content: '';
        position: absolute;
        left: 2px;
        top: 3px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #0a3991;
    }

    .btn-back:before {
        content: '';
        position: absolute;
        left: 7px;
        top: 10px;
        width: 15px;
        height: 15px;
        background: url(assets/images/arrow-down.webp) no-repeat 0 0/100%;
        filter: brightness(0) saturate(100%) invert(94%) sepia(58%) saturate(0%) hue-rotate(253deg) brightness(106%) contrast(106%);
        z-index: 2;
        transform: rotate(90deg);
    }

.qr-code {
    display: block;
    text-align: center;
}

.booking-detail h2 {
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 10px 0;
}

.booking-detail h3 {
    font-size: 26px;
}

.print-opt {
    padding: 0 0 20px 0;
}

    .print-opt .next {
        background: #ff9924;
        font-size: 14px;
        font-weight: 500;
        border-radius: 30px;
        position: relative;
        color: #fff;
        text-transform: uppercase;
        padding: 6px 50px;
    }

        .print-opt .next:hover {
            background: #0890fa;
            color: #fff;
        }

.room-opt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .room-opt .text-holder {
        display: block;
        width: 65%;
    }

    .room-opt .img-holder {
        display: block;
        width: 35%;
        padding: 0 57px;
    }

        .room-opt .img-holder img {
            width: 100%;
            border-radius: 15px;
        }

    .room-opt ul {
        margin: 0;
        padding: 0;
    }

        .room-opt ul li {
            display: block;
            margin: 0 0 15px 0;
            padding: 0 0 0 35px;
            position: relative;
        }

            .room-opt ul li img {
                position: absolute;
                left: 3px;
                top: 3px;
                width: 20px;
            }

            .room-opt ul li span {
                color: #000;
            }

            .room-opt ul li .text-box {
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
            }

                .room-opt ul li .text-box .inner-box {
                    display: block;
                    padding: 0 50px 0 0;
                }

                    .room-opt ul li .text-box .inner-box span {
                        display: block;
                        color: #000;
                    }

                    .room-opt ul li .text-box .inner-box strong {
                        display: block;
                        color: #000;
                    }

            .room-opt ul li h4 {
                margin: 0;
            }

ul.points-list {
    margin: 0 0 15px 0;
    padding: 0;
}

    ul.points-list li {
        display: block;
        position: relative;
        margin: 0;
        padding: 0 0 5px 25px;
        background: url(assets/images/icon-tick.webp) no-repeat 0 4px/16px;
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }

.hotel-list-detail h3 {
    font-size: 30px;
    line-height: 40px;
    color: #080808;
    margin: 0 0 10px 0;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.hotel-list-detail p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0 0 15px 0;
}

.hotel-list-detail tr.bg-primary {
    background: #0a3991;
}

.hotel-list-detail .table-bordered {
    border: 0;
}

    .hotel-list-detail .table-bordered > thead > tr > th {
        font-size: 14px;
        line-height: 40px;
        padding: 0 12px;
        font-weight: normal;
        border: 0;
    }

        .hotel-list-detail .table-bordered > thead > tr > th:first-child {
            border-radius: 10px 0 0 0;
        }

        .hotel-list-detail .table-bordered > thead > tr > th:last-child {
            border-radius: 0 10px 0 0;
        }

    .hotel-list-detail .table-bordered > tbody > tr > td {
        font-size: 16px;
        line-height: 22px;
        color: #161b21;
    }

        .hotel-list-detail .table-bordered > tbody > tr > td:first-child {
            border-left: 0;
        }

        .hotel-list-detail .table-bordered > tbody > tr > td:last-child {
            border-right: 0;
        }

        .hotel-list-detail .table-bordered > tbody > tr > td span {
            color: #e70e32;
        }

        .hotel-list-detail .table-bordered > tbody > tr > td > em {
            font-style: normal;
            display: inline-block;
            position: relative;
            padding: 0 10px 0 30px;
            margin-bottom: 5px;
        }

            .hotel-list-detail .table-bordered > tbody > tr > td > em > img {
                position: absolute;
                left: 3px;
                top: 2px;
                width: 16px;
            }

        .hotel-list-detail .table-bordered > tbody > tr > td p {
            text-align: right;
            margin: 0;
        }

            .hotel-list-detail .table-bordered > tbody > tr > td p em {
                font-style: normal;
                display: inline-block;
                width: 150px;
                text-align: left;
            }

            .hotel-list-detail .table-bordered > tbody > tr > td p span {
                display: inline-block;
                width: 130px;
                color: #000;
            }
