@charset "utf-8";

/* @import url(assets/css/iconmoon.css); */
/* @import url(flight-hotel.css);
@import url(transport.css);
@import url(u-visa.css); */
* {
    margin: 0px;
    outline: none;
    padding: 0px;
}

body {
    background: #fff;
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.wrapper {
    position: relative;
    width: 100%;
}

h1 {
    font-size: 52px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

h3 {
    font-size: 20px;
    line-height: 26px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #080808;
    }

a {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #080808;
}

    a:hover,
    a:focus,
    a:active {
        color: #1da599;
        outline: none;
        text-decoration: none;
    }

p {
    line-height: 22px;
    margin: 0 0 20px;
}

ul ul {
    margin: 0px;
}

figure {
    margin-bottom: 0;
    position: relative;
}

select,
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    height: 40px;
    line-height: 16px;
    padding: 10px;
    width: 100%;
}

[class*="col-lg"],
[class*="col-md"],
[class*="col-sm"] {
    display: inline-block;
    float: none;
    margin: 0 -4px 0 0;
    vertical-align: top;
}

textarea {
    height: 150px;
}

input:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    color: #b2bbc0;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #666;
}

#main {
    margin-top: 0;
}

/* header style start */
#header {
    background: #fff;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1);
    position: sticky;
    height: 76px;
    z-index: 2;
    top: 0;
}

header .container,
.custom-builder .container {
    width: 1300px;
}

.inner-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0 0;
}

.logo {
    display: flex;
    margin: 0;
}

    .logo a {
        display: block;
    }

        .logo a img {
            width: 100%;
        }

.nav {
    display: flex;
    margin: 0;
}

ul.main-menu {
    margin: 0;
    padding: 0;
}

    ul.main-menu li {
        list-style: none;
        display: inline-block;
        margin: 0 0 -15px 0;
        padding: 0 15px 15px 0;
    }

        ul.main-menu li.has-dropdown {
            position: relative;
        }

            ul.main-menu li.has-dropdown a {
                position: relative;
            }

            ul.main-menu li.has-dropdown > a:after {
                content: "\e93b";
                font-family: "icomoon";
                position: absolute;
                right: -4px;
                top: 11px;
                font-size: 10px;
                line-height: 24px;
                transition: all 0.3s ease-in-out;
            }

        ul.main-menu li > a {
            font-size: 16px;
            line-height: 24px;
            display: block;
            padding: 10px 15px;
            margin: 0 0 0 0;
        }




    ul.main-menu > li:hover > a {
        color: #1da599;
    }

    ul.main-menu li.has-dropdown:hover > a:after {
        transform: rotate(90deg);
    }

    ul.main-menu li.has-dropdown > ul.dropdown {
        position: absolute;
        left: -20px;
        top: 100%;
        width: 200px;
        background: #fff;
        box-shadow: 0px 2px 0px 2px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 5px 5px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        z-index: 0;
        padding: 0;
        pointer-events: none;
    }

    ul.main-menu li.has-dropdown:hover ul.dropdown {
        pointer-events: visible;
        opacity: 1;
        left: 8%;
        z-index: 9;
    }

    ul.main-menu li.has-dropdown ul.dropdown li {
        display: block;
        padding: 0;
        margin: 0 0;
    }

        ul.main-menu li.has-dropdown ul.dropdown li a {
            padding: 5px 10px;
            border-bottom: 1px solid #1da599;
        }

        ul.main-menu li.has-dropdown ul.dropdown li:last-child a {
            border-bottom: 0;
            border-radius: 0 0 5px 5px;
        }

        ul.main-menu li.has-dropdown ul.dropdown li:hover a {
            color: #fff;
            background: #1da599;
        }

.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

    .slicknav_btn:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 30px;
        width: 30px;
        background: url(assets/images/burger-bar.webp) no-repeat 0 0/100%;
    }

ul.slicknav_nav {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 60%;
    padding: 0;
}

    ul.slicknav_nav li {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
    }

        ul.slicknav_nav li a {
            font-size: 16px;
            line-height: 24px;
            display: block;
            padding: 10px 15px;
            margin: 0 0 0 0;
            position: relative;
        }

            ul.slicknav_nav li a:hover,
            ul.slicknav_nav li.slicknav_open > a,
            ul.slicknav_nav li.slicknav_open > a > a {
                color: #fff;
                background: #1da599;
            }

            ul.slicknav_nav li a a {
                padding: 0;
            }

            ul.slicknav_nav li a .slicknav_arrow {
                position: absolute;
                right: 10px;
                top: 4px;
                width: 36px;
                height: 36px;
                text-align: center;
                font-size: 0;
                line-height: 0;
            }

                ul.slicknav_nav li a .slicknav_arrow:after {
                    position: absolute;
                    left: 0;
                    top: 0;
                    content: "\e936";
                    font-family: "icomoon";
                    color: #1da599;
                    font-size: 24px;
                    font-weight: normal;
                    text-align: center;
                    width: 36px;
                    line-height: 36px;
                }

        ul.slicknav_nav li.slicknav_open a .slicknav_arrow:after {
            content: "\e92e";
        }

        ul.slicknav_nav li a:hover .slicknav_arrow:after,
        ul.slicknav_nav li.slicknav_open a .slicknav_arrow:after {
            color: #fff;
        }

        ul.slicknav_nav li .dropdown {
            margin: 0 0 0 20px;
        }

.hearder-opt {
    display: flex;
    padding: 0;
    align-items: self-start;
}

    .hearder-opt .select-box {
        display: inline-block;
        position: relative;
        padding-left: 25px;
        border: 1px solid #d2edeb;
        background: #f1f9f9;
        border-radius: 30px;
    }

        .hearder-opt .select-box:before {
            content: "\e90c";
            font-family: "icomoon";
            position: absolute;
            top: 0;
            left: 14px;
            padding: 0;
            pointer-events: none;
            font-size: 18px;
            line-height: 42px;
            color: #080808;
        }

        .hearder-opt .select-box:first-child {
            width: 145px;
            padding-left: 30px;
            margin-right: 10px;
        }

            .hearder-opt .select-box:first-child:before {
                content: "\e915";
            }

        .hearder-opt .select-box:after {
            content: "\e90f";
            font-family: "icomoon";
            position: absolute;
            top: 0;
            right: 14px;
            padding: 0;
            pointer-events: none;
            font-size: 7px;
            line-height: 42px;
        }

        .hearder-opt .select-box select {
            appearance: none;
            outline: 0;
            box-shadow: none;
            flex: 1;
            cursor: pointer;
            border: 0;
            background: none;
            color: #080808;
            font-weight: 600;
            border-radius: 0;
            padding: 0 30px 0 10px;
            font-size: 14px;
            line-height: 42px;
            height: 42px;
            display: inline-block;
        }

.main-number {
    display: flex;
    padding: 0;
}

    .main-number a {
        display: block;
        padding: 0 0 0 52px;
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        margin: 0;
        position: relative;
    }

        .main-number a:after {
            content: "\e931";
            font-family: "icomoon";
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            pointer-events: none;
            font-size: 16px;
            line-height: 42px;
            text-align: center;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            border: 1px solid #aaddd8;
            color: #1da599;
            transition: all 0.3s ease-in-out;
        }

        .main-number a:hover:after {
            color: #fff;
            background: #1da599;
        }

        .main-number a span {
            display: block;
            font-size: 12px;
            line-height: 1;
            color: #808080;
            font-weight: 600;
        }

/* Banner Style Start */
.banner {
    padding: 0;
    background: #f7fbfb;
    position: relative;
}

    .banner .img-holder {
        position: relative;
    }

        .banner .img-holder figure img {
            width: 100%;
        }

        .banner .img-holder .sliding-images {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

            .banner .img-holder .sliding-images .down-bg {
                width: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
            }

            .banner .img-holder .sliding-images .madina {
                position: absolute;
                left: 0;
                bottom: 5px;
                z-index: 1;
                height: 480px;
            }

            .banner .img-holder .sliding-images .madina-man {
                position: absolute;
                left: 120px;
                bottom: 25px;
                z-index: 2;
                height: 280px;
            }

            .banner .img-holder .sliding-images .makkah {
                position: absolute;
                right: 0;
                bottom: 2px;
                z-index: 1;
                height: 480px;
            }

            .banner .img-holder .sliding-images .makkah-women {
                position: absolute;
                right: 120px;
                bottom: 18px;
                z-index: 2;
                height: 280px;
            }

            .banner .img-holder .sliding-images .cloud-1 {
                position: absolute;
                left: -190px;
                top: 100px;
                z-index: 2;
            }

            .banner .img-holder .sliding-images .cloud-2 {
                position: absolute;
                left: 110px;
                bottom: 180px;
                z-index: 0;
            }

            .banner .img-holder .sliding-images .cloud-3 {
                position: absolute;
                right: 10px;
                top: 20px;
                z-index: 1;
            }

/* Search style start */

.top-search {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -405px;
    width: 810px;
    z-index: 2;
}

    .top-search h1 {
        font-weight: 700;
        text-align: center;
        color: #080808;
        line-height: 50px;
        letter-spacing: -2px;
        margin: 0 0 30px;
    }

.main-search {
    background: #fff;
    border-radius: 50px;
    padding: 23px 95px 25px 10px;
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
}

    .search-btn button {
        width: 95px;
        height: 90px;
        background: #1da599;
        border: 0;
        border-radius: 0 50px 50px 0;
    }

    .search-btn:after {
        content: "";
        position: absolute;
        right: 39px;
        top: 30px;
        height: 28px;
        width: 28px;
        background: url(assets/images/magnifying-glass.webp) no-repeat 0 0 / 100%;
    }

.main-search .form-field {
    padding: 0 0 0 40px;
    position: relative;
    width: 25%;
}

    .main-search .form-field i {
        height: 23px;
        width: 23px;
        top: 9px;
        left: 10px;
        position: absolute;
    }

        .main-search .form-field i.icon-location-fill {
            background: url(assets/images/pin.webp) no-repeat 0 0/100%;
        }

        .main-search .form-field i.icon-clock {
            background: url(assets/images/clock.webp) no-repeat 0 0/100%;
        }

        .main-search .form-field i.icon-calendar-1 {
            background: url(assets/images/calendar.webp) no-repeat 0 0/100%;
        }

        .main-search .form-field i.icon-male {
            background: url(assets/images/passanger.webp) no-repeat 0 0/100%;
        }

    .main-search .form-field:before {
        content: "";
        width: 1px;
        height: 36px;
        top: 2px;
        left: 0;
        position: absolute;
        background: #e2e2e2;
    }

    .main-search .form-field:first-child:before {
        display: none;
    }

    .main-search .form-field .days-field,
    .main-search .form-field .pligrims-field {
        color: #080808;
        font-size: 16px;
        font-weight: 600;
        line-height: 42px;
        transition: 0.2s ease all;
        position: absolute;
        width: 100%;
        left: 40px;
        top: 0;
    }

        .main-search .form-field .days-field.active,
        .main-search .form-field .pligrims-field.active {
            font-size: 13px;
            line-height: 22px;
            font-weight: 600;
            color: #707980;
            top: -4px;
        }

    .main-search .form-field .days-select,
    .main-search .form-field .pligrims-select {
        position: absolute;
        left: -30px;
        top: 100%;
        width: 100%;
        background: #fff;
        border-radius: 0 0 5px 5px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        z-index: 0;
        padding: 10px 15px;
        border: 1px solid #e2e2e2;
        border-top: 0;
        pointer-events: none;
    }

        .main-search .form-field .days-select.show,
        .main-search .form-field .pligrims-select.show {
            pointer-events: visible;
            opacity: 1;
            left: 0;
            z-index: 9;
        }

    .main-search .form-field .holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .main-search .form-field .holder label {
            font-size: 13px;
            line-height: 32px;
            font-weight: 600;
            color: #080808;
        }

.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .autocomplete input {
        padding: 0 0 0px 20px;
        font-weight: 600;
        color: #080808;
    }

    .autocomplete.first-auto input {
        border-radius: 30px 0 0 30px;
    }

input:focus-visible {
    background: #fff;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    z-index: 99;
    top: 70px;
    left: -80px;
    right: 0;
    width: 610px;
    border-radius: 10px;
    padding: 5px 15px;
    background: #f1f9f9;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}

.autocomplete.first-auto .autocomplete-items {
    right: -16px;
    width: 100%;
    left: auto;
}

.autocomplete-items div {
    padding: 10px 5px;
    cursor: pointer;
    background-color: #f1f9f9;
    border-bottom: 1px dashed #1da599;
    font-size: 16px;
}

    .autocomplete-items div:hover {
        /*when hovering an item:*/
        background-color: #1da599;
        color: #fff;
    }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    color: #ffffff;
    background-color: #1da599;
}

.u-pkg {
    text-align: center;
    color: #080808;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

    .u-pkg span {
        font-weight: 500;
    }

/* Umrah builder section */

.main-heading {
    text-align: center;
    margin: 0;
    position: relative;
}

    .main-heading h2 {
        color: #080808;
        line-height: 50px;
        letter-spacing: -2px;
        font-weight: 600;
        margin: 0;
        position: relative;
        z-index: 1;
    }

.umrah-builder-sec {
    padding: 100px 0 0 0;
    margin: 0;
    background: #f7fbfb;
    position: relative;
}

.curve-line {
    position: absolute;
    width: 100%;
    left: 0;
    top: 32%;
}

    .curve-line img {
        width: 100%;
    }

.umrah-builder-sec .main-heading {
    padding: 0 0 70px 0;
}

.umrah-builder-sec span.shadow {
    position: absolute;
    left: 0;
    top: -120px;
    color: #f7fbfb;
    font-size: 180px;
    line-height: 250px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
    width: 100%;
    text-align: center;
}

.services-holder {
    padding: 108px 0 50px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .services-holder .service-box {
        margin: -10px 0 30px 0;
        width: 165px;
    }

        .services-holder .service-box .img-holder {
            display: block;
            margin: 0 0 20px 0;
            width: 100%;
            text-align: center;
        }

            .services-holder .service-box .img-holder figure {
                width: 64px;
                height: 64px;
                border-radius: 50%;
                display: inline-block;
                position: relative;
            }

                .services-holder .service-box .img-holder figure:before {
                    content: "";
                    position: absolute;
                    left: -8px;
                    top: -8px;
                    width: 80px;
                    height: 80px;
                    background: rgba(115, 199, 192, 0.1);
                    border-radius: 50%;
                }

                .services-holder .service-box .img-holder figure img {
                    width: 100%;
                }

        .services-holder .service-box .text-holder {
            display: block;
            width: 100%;
            background: #fff;
            border-radius: 15px;
            box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
            position: relative;
            padding: 10px 22px;
            overflow: hidden;
        }

            .services-holder .service-box .text-holder h3 {
                color: #080808;
                font-weight: 600;
                margin: 5px 0 10px 0;
                line-height: 24px;
            }

            .services-holder .service-box .text-holder p {
                margin: 0 0 15px 0;
                font-size: 15px;
                color: #8a8a8a;
                line-height: 24px;
            }

            .services-holder .service-box .text-holder span {
                position: absolute;
                right: 15px;
                bottom: -16px;
                color: #edf1f1;
                font-size: 40px;
                line-height: 48px;
                font-weight: 700;
            }

        .services-holder .service-box:nth-child(2) {
            margin-top: -40px;
        }

        .services-holder .service-box:nth-child(3) {
            margin-top: -110px;
        }

        .services-holder .service-box:nth-child(4) {
            margin-top: -140px;
        }

        .services-holder .service-box:nth-child(5) {
            margin-top: -70px;
        }

        .services-holder .service-box:nth-child(6) {
            margin-top: -20px;
        }

/* Pakage section start */

.pakage-sec {
    position: relative;
    padding: 70px 0 0 0;
}

    .pakage-sec span.shadow {
        position: absolute;
        right: -200px;
        top: 49%;
        color: #fff;
        font-size: 140px;
        line-height: 1;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        z-index: -1;
        font-weight: 700;
        pointer-events: none;
        transform: rotate(-90deg);
    }

    .pakage-sec .main-heading {
        padding-bottom: 30px;
    }

    .pakage-sec .pakage-box {
        background: #fff;
        margin: 0 0 30px 0;
    }

        .pakage-sec .pakage-box a {
            display: block;
            box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            background: #fff;
            padding: 0 20px 15px;
        }

            .pakage-sec .pakage-box a:hover {
                box-shadow: 0px 0px 30px 0px rgba(115, 199, 192, 0.4);
            }

        .pakage-sec .pakage-box .days {
            display: block;
            background: #1da599;
            text-align: center;
            color: #fff;
            font-size: 18px;
            line-height: 28px;
            font-weight: 600;
            letter-spacing: -1px;
            padding: 5px 0;
            margin: 0 -20px 10px;
            border-radius: 10px 10px 0 0;
        }

        .pakage-sec .pakage-box h4 {
            color: #080808;
            line-height: 26px;
            margin: 0 0 10px 0;
            font-weight: 600;
            transition: all 0.3s ease-in-out;
        }

        .pakage-sec .pakage-box a:hover h4 {
            color: #1da599;
        }

        .pakage-sec .pakage-box p.price {
            font-size: 14px;
            line-height: 18px;
            margin: 0 0 10px 0;
            color: #a7a7a7;
        }

            .pakage-sec .pakage-box p.price strong {
                font-weight: 700;
                font-size: 26px;
                line-height: 30px;
                display: block;
                color: #080808;
            }

                .pakage-sec .pakage-box p.price strong em {
                    font-style: normal;
                    font-size: 16px;
                    font-weight: 600;
                    display: inline-block;
                    padding-right: 2px;
                }

ul.pkg-otp {
    margin: 0 0 10px 0;
    padding: 0;
}

    ul.pkg-otp li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 26px;
        color: #080808;
    }

.pakage-sec .pakage-box p.includ {
    position: relative;
    margin: 0 -20px 10px;
    padding: 0 20px;
    height: 28px;
}

    .pakage-sec .pakage-box p.includ:after {
        content: "";
        position: absolute;
        left: 0;
        top: 14px;
        width: 100%;
        height: 1px;
        background: #e9e9e9;
    }

    .pakage-sec .pakage-box p.includ span {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0 15px;
        border-radius: 30px;
        font-size: 14px;
        line-height: 28px;
        font-weight: 600;
        color: #080808;
        background: #fec85b;
        position: relative;
        z-index: 1;
    }

ul.includ-opt {
    margin: 0;
    padding: 0;
}

    ul.includ-opt li {
        display: inline-block;
        list-style: none;
        padding: 0 6px 0 18px;
        margin: 0;
        position: relative;
        font-size: 14px;
        line-height: 26px;
        font-weight: 600;
        color: #080808;
    }

        ul.includ-opt li:after {
            content: "";
            position: absolute;
            left: 0;
            width: 13px;
            height: 13px;
            background: url(assets/images/icon-tick.webp) no-repeat 0 0 / 100%;
            top: 6px;
        }

.empty-section {
    padding: 0;
    margin: -30px 0 0 0;
}

    .empty-section figure {
        width: 100%;
        margin: 0;
    }

        .empty-section figure img {
            width: 100%;
        }

/* Hotels error / empty state */
.hotel-error-state {
    text-align: center;
    padding: 30px 0 10px;
}

    .hotel-error-state .hotel-error-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 15px;
        border-radius: 50%;
        background: #f1f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

        .hotel-error-state .hotel-error-icon img {
            max-width: 40px;
        }

    .hotel-error-state .hotel-error-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .hotel-error-state .hotel-error-text {
        margin: 0;
        color: #8a8a8a;
    }

/* Testimonial section style */

.testimonial-sec {
    padding: 0;
}

    .testimonial-sec .inner-box {
        position: relative;
        padding: 60px 30px 64px;
        background: url(assets/images/testimonial-bg.webp) no-repeat 0 0 / cover;
        border-radius: 15px;
    }

        .testimonial-sec .inner-box:before {
            content: "";
            position: absolute;
            left: 60px;
            top: -60px;
            height: 150px;
            width: 150px;
            background: url(assets/images/inverted-commas.webp) no-repeat 0 0/100%;
        }

ul.testimonail-slider {
    margin: 0 0;
    text-align: center;
    padding: 30px 0 0 0;
    display: flex;
}

    ul.testimonail-slider li:first-child {
        border-left: 1px solid #cea34b;
    }

    ul.testimonail-slider li {
        list-style: none;
        margin: 0 0 0;
        position: relative;
        padding: 0 20px;
        border-right: 1px solid #cea34b;
    }

        ul.testimonail-slider li span {
            display: block;
            padding: 0;
            margin: 0 0 5px 0;
        }

        ul.testimonail-slider li p {
            margin: 0 0 15px;
            font-size: 16px;
            line-height: 22px;
            font-style: italic;
            color: #080808;
        }

        ul.testimonail-slider li .img-holder {
            margin: 0;
            padding: 0;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

            ul.testimonail-slider li .img-holder figure {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                float: left;
            }

                ul.testimonail-slider li .img-holder figure img {
                    width: 100%;
                }

            ul.testimonail-slider li .img-holder strong {
                overflow: hidden;
                padding: 5px 0 0 10px;
                width: 40%;
                display: inline-block;
                font-size: 16px;
                line-height: 20px;
                font-weight: 600;
                text-align: left;
            }

    ul.testimonail-slider button {
        display: inline-block;
        border: 0;
        background: none;
        color: #080808;
        opacity: 0.6;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        font-weight: 600;
        margin: 0 10px;
        transition: all 0.3s ease-in-out;
    }

        ul.testimonail-slider button:hover {
            opacity: 1;
        }

        ul.testimonail-slider button:after {
            content: "\e922";
            font-family: "icomoon";
            position: absolute;
            left: -20px;
            top: -1px;
            font-size: 12px;
            line-height: 24px;
            transition: all 0.3s ease-in-out;
            font-weight: 600;
        }

        ul.testimonail-slider button.slick-next:after {
            left: auto;
            right: -20px;
            transform: rotate(180deg);
        }

.umrah-sec {
    padding: 70px 0 60px 0;
}

.umrah-slider {
    padding: 0;
    margin: 0;
}

ul.latest-umrah-slide {
    margin: 0 0;
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    ul.latest-umrah-slide li {
        list-style: none;
        width: 50%;
        margin: 0 0 40px;
        position: relative;
        padding: 0 20px;
    }

        ul.latest-umrah-slide li .img-holder {
            width: 100%;
        }

            ul.latest-umrah-slide li .img-holder figure {
                position: relative;
                margin: 0;
                padding: 10px 0;
            }

                ul.latest-umrah-slide li .img-holder figure img {
                    width: 100%;
                    border-radius: 15px;
                }

                ul.latest-umrah-slide li .img-holder figure figcaption {
                    position: absolute;
                    right: 0;
                    top: 0;
                    height: 100%;
                    width: 220px;
                    border-radius: 20px;
                    background: #1da599;
                    padding: 50px 18px 0;
                    transition: all 0.3s ease-in-out;
                    opacity: 1;
                    transform: scale(1);
                }

                    ul.latest-umrah-slide li .img-holder figure figcaption span {
                        display: block;
                        color: #fff;
                        position: relative;
                        font-size: 12px;
                        line-height: 18px;
                        font-weight: 600;
                        padding: 0 0 0 18px;
                        margin-bottom: 5px;
                    }

                    ul.latest-umrah-slide li .img-holder figure figcaption h5 {
                        display: block;
                        color: #fff;
                        position: relative;
                        font-size: 18px;
                        line-height: 22px;
                        font-weight: 600;
                        margin: 0 0 10px 0;
                        padding: 0 0 18px 0;
                    }

                        ul.latest-umrah-slide li .img-holder figure figcaption h5:after {
                            height: 2px;
                            width: 120px;
                            content: "";
                            position: absolute;
                            left: 0;
                            bottom: 0;
                            background: #fff;
                        }

                    ul.latest-umrah-slide li .img-holder figure figcaption p {
                        color: #fff;
                        font-size: 14px;
                        line-height: 20px;
                        margin: 0 0 10px 0;
                    }

                    ul.latest-umrah-slide li .img-holder figure figcaption a {
                        color: #fff;
                        font-weight: 600;
                        font-size: 14px;
                        line-height: 20px;
                        margin: 0 0 10px 0;
                        text-decoration: underline;
                        text-transform: uppercase;
                    }

    ul.latest-umrah-slide .slick-track {
        padding: 58px 0 0;
        height: 430px;
        overflow: hidden;
        text-align: left;
    }

    ul.latest-umrah-slide button {
        display: inline-block;
        border: 0;
        background: none;
        color: #1da599;
        opacity: 0.6;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        font-weight: 600;
        margin: 0 10px;
        transition: all 0.3s ease-in-out;
    }

        ul.latest-umrah-slide button:hover {
            opacity: 1;
        }

        ul.latest-umrah-slide button:after {
            content: "\e922";
            font-family: "icomoon";
            position: absolute;
            left: -20px;
            top: -1px;
            font-size: 12px;
            line-height: 24px;
            transition: all 0.3s ease-in-out;
            font-weight: 600;
        }

        ul.latest-umrah-slide button.slick-next:after {
            left: auto;
            right: -20px;
            transform: rotate(180deg);
        }

/* footer style start */

footer {
    padding: 60px 0 0 0;
    background: url(assets/images/footer-bg.webp);
}

.inner-footer {
    text-align: center;
    padding: 0;
}

    .inner-footer .f-logo {
        display: inline-block;
        margin: 0 0 25px 0;
    }

        .inner-footer .f-logo a {
            display: block;
        }

    .inner-footer ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 16px 0;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }

        .inner-footer ul li {
            display: inline-block;
            margin: 0;
            padding: 0 11px;
            list-style: none;
            position: relative;
        }

            .inner-footer ul li:first-child:after {
                display: none;
            }

            .inner-footer ul li:after {
                content: "";
                height: 14px;
                width: 1px;
                content: "";
                position: absolute;
                left: -1px;
                top: 7px;
                background: #080808;
            }

            .inner-footer ul li a {
                display: block;
                font-size: 16px;
                line-height: 28px;
                color: #080808;
            }

                .inner-footer ul li a:hover {
                    color: #1da599;
                }

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}

    .copyright p {
        color: #080808;
        font-size: 14px;
        line-height: 28px;
        margin: 0;
    }

        .copyright p a {
            color: #1da599;
            font-style: italic;
        }

        .copyright p i {
            display: inline-block;
            color: #ff0000;
            font-size: 12px;
            line-height: 28px;
            margin: 0 4px 0 0;
        }

/* Custom builder style start */
.custom-builder-sec {
    padding: 30px 0;
}

.sidebar-left {
    width: 19%;
    position: sticky;
    top: 106px;
    background: #fffaf1;
    float: left;
    vertical-align: top;
    border-radius: 10px;
    border: 1px solid #ffeed5;
    padding: 10px;
    z-index: 9;
}

.side-form {
    padding: 0;
    margin: 0;
}

    .side-form .fieldset {
        border-bottom: 1px solid #ffeed5;
        position: relative;
        padding: 0 0 3px 0;
        margin: 0 0 5px 0;
    }

        .side-form .fieldset i {
            position: absolute;
            right: 0;
            bottom: 7px;
            pointer-events: none;
            font-size: 10px;
        }

        .side-form .fieldset label,
        .side-form .field-area span {
            display: block;
            font-size: 12px;
            line-height: 22px;
            font-weight: normal;
            color: #959492;
            margin: 0;
        }

.sidebar-left .search-holder .inner-box .field-area span {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    margin: 0;
}

    .sidebar-left .search-holder .inner-box .field-area span.details {
        color: #1da599;
        background: none;
    }

        .sidebar-left .search-holder .inner-box .field-area span.details:hover {
            color: #ffc265;
        }

.side-form .fieldset input[type="text"] {
    width: 100%;
    background: none;
    border: 0;
    height: 26px;
    color: #080808;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
}

.side-form .fieldset select {
    background: none;
    padding: 0;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 600;
}

    .side-form .fieldset select.passenger {
        display: inline-block;
        width: 40%;
    }

.side-form .fieldset:last-child {
    border: 0;
    padding: 10px 0 10px 0;
}

.side-form .fieldset input[type="submit"] {
    height: 38px;
    width: 100%;
    line-height: 38px;
    color: #080808;
    border: 1px solid #080808;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    background: none;
    transition: all 0.3s ease-in-out;
}

    .side-form .fieldset input[type="submit"]:hover {
        color: #fff;
        background: #1da599;
    }

.sidebar-right {
    width: 19%;
    position: sticky;
    top: 106px;
    float: left;
    vertical-align: top;
}

    .sidebar-right .price-box {
        background: #f1f9f9;
        border: 1px solid #cfe9e8;
        border-radius: 10px;
        padding: 20px 20px;
    }

        .sidebar-right .price-box span {
            display: block;
            font-size: 16px;
            line-height: 22px;
            color: #959492;
            margin: 0;
            font-weight: 600;
        }

        .sidebar-right .price-box strong {
            font-size: 26px;
            line-height: 34px;
            color: #080808;
            font-weight: 700;
            display: block;
        }

        .sidebar-right .price-box p {
            font-size: 14px;
            line-height: 20px;
            color: #959492;
            margin: 0 0 15px;
        }

        .sidebar-right .price-box button {
            cursor: pointer;
            height: 38px;
            width: 100%;
            line-height: 38px;
            color: #fff;
            border: 0;
            border-radius: 30px;
            font-weight: 600;
            font-size: 14px;
            background: #1da599;
            transition: all 0.3s ease-in-out;
        }

            .sidebar-right .price-box button:hover {
                background: #ffc265;
            }

    .sidebar-right .helpbox {
        text-align: center;
        padding: 15px 20px 0;
    }

        .sidebar-right .helpbox strong {
            display: block;
            font-size: 26px;
            line-height: 34px;
            color: #080808;
            font-weight: 600;
        }

        .sidebar-right .helpbox p {
            font-size: 14px;
            line-height: 20px;
            color: #959492;
            margin: 0 0 15px;
        }

        .sidebar-right .helpbox a {
            display: inline-block;
            vertical-align: top;
            margin: 0 3px;
            font-size: 16px;
            line-height: 41px;
            width: 41px;
            border-radius: 50%;
            border: 1px solid #1da599;
            color: #1da599;
            height: 41px;
        }

.main-content {
    vertical-align: top;
    width: 60%;
    float: left;
    position: relative;
    margin: 0 10px;
}

    .main-content .content-holder {
        border: 1px solid #e2e2e2;
        padding: 15px 20px;
        border-radius: 10px;
        position: relative;
    }

.chose-opt {
    right: 0;
    top: 10px;
    position: absolute;
    height: 60px;
    text-align: right;
    color: #1da599;
}

    .chose-opt a {
        color: #1da599;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
    }

        .chose-opt a:hover {
            color: #ffc265;
        }

        .chose-opt a.addn-new,
        .btm-box a.addn-new {
            border: 1px dashed #1da599;
            padding: 2px 10px;
            border-radius: 15px;
            margin: 5px 0 0 0;
            display: inline-block;
            font-size: 13px;
            text-decoration: none;
        }

            .chose-opt a.addn-new:hover,
            .btm-box a.addn-new:hover {
                background: #1da599;
                color: #fff;
            }

    .chose-opt.change-r {
        top: 20px;
    }

    .chose-opt strong {
        display: block;
        font-size: 16px;
        line-height: 1;
        margin: 0;
        font-weight: 600;
        color: #000;
    }

.btn-change-u,
.btn-change-visa,
.btn-change-flight,
.btn-change-transport,
.btn-change-hotel,
.btn-change-mkz,
.btn-change-mdz,
.btn-change-pg,
.btn-change-wc {
    color: #1da599;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.main-content .content-holder .panel-group {
    margin: 0;
}

    .main-content .content-holder .panel-group .panel {
        border-bottom: 1px solid #e2e2e2;
        box-shadow: none;
        margin: 0;
        padding: 13px 0;
        border-radius: 0;
        position: relative;
    }

      

        .main-content .content-holder .panel-group .panel .panel-body {
            padding: 10px 0 0 30px;
        }

        .main-content .content-holder .panel-group .panel a.heading {
            position: relative;
            font-size: 20px;
            line-height: 30px;
            color: #080808;
            font-weight: 600;
            padding: 0px 0 3px 30px;
            display: inline-block;
        }

            .main-content .content-holder .panel-group .panel a.heading.collapsed:after {
                content: '';
                position: absolute;
                top: 5px;
                left: 0;
                padding: 0;
                pointer-events: none;
                width: 20px;
                height: 20px;
                background: url(assets/images/icons/add.png) no-repeat 0 0/100%;
            }

            .main-content .content-holder .panel-group .panel a.heading:after {
                content: '';
                position: absolute;
                top: 5px;
                left: 0;
                padding: 0;
                pointer-events: none;
                width: 20px;
                height: 20px;
                background: url(assets/images/icons/minus.png) no-repeat 0 0/100%;
            }

.route-box {
    padding: 0;
    margin: 0;
}

    .route-box p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 8px 0;
        color: #808080;
    }

.side-option-holder {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}

.side-route {
    width: 45%;
    height: 100%;
    position: fixed;
    right: -45%;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0 0 30px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

    .side-route.show {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .side-route .inner-box {
        padding: 24px 20px;
    }

        .side-route .inner-box h3 {
            font-size: 22px;
            line-height: 34px;
            color: #080808;
            font-weight: 600;
            margin: 10px -20px 10px;
            padding: 5px 20px;
            background: #e8f6f5;
        }

        .side-route .inner-box p {
            font-size: 14px;
            line-height: 22px;
            margin: 0 0 8px 0;
            color: #808080;
        }

ul.u-route {
    margin: 0 0 5px 0;
    padding: 0;
}

    ul.u-route li {
        list-style: none;
        padding: 0 8px;
        margin: 0;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        color: #0b1617;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

        ul.u-route li:first-child {
            padding-left: 0;
        }

        ul.u-route li:after {
            content: "";
            position: absolute;
            top: 4px;
            left: -8px;
            background: url(assets/images/down-arrow.webp) no-repeat 0 0 / 100%;
            width: 15px;
            height: 15px;
        }

        ul.u-route li:first-child:after {
            display: none;
        }

.side-route .inner-box a.route-opt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #d0d0d0;
}

    .side-route .inner-box a.route-opt:after {
        content: "\e907";
        font-family: "icomoon";
        position: absolute;
        top: 14px;
        left: 0;
        font-size: 20px;
        line-height: 24px;
        color: #c1e6e3;
        transition: all 0.3s ease-in-out;
    }

    .side-route .inner-box a.route-opt:hover:after,
    .side-route .inner-box a.route-opt.active:after {
        content: "\e906";
        color: #1da599;
    }

    .side-route .inner-box a.route-opt ul {
        display: inline-block;
        margin: 0;
    }

    .side-route .inner-box a.route-opt:hover ul li,
    .side-route .inner-box a.route-opt.active ul li {
        color: #1da599;
    }

    .side-route .inner-box a.route-opt span {
        display: inline-block;
        width: 90px;
        line-height: 28px;
        font-size: 12px;
        font-weight: 600;
        color: #080808;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #d2edeb;
        background: #f1f9f9;
        transition: all 0.3s ease-in-out;
    }

    .side-route .inner-box a.route-opt:hover span,
    .side-route .inner-box a.route-opt.active span {
        background: #1da599;
        border: 1px solid #1da599;
        color: #fff;
    }

.main-content .content-holder .panel-group .panel .panel-body h4 {
    font-size: 15px;
    line-height: 24px;
    color: #080808;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.visa-add {
    padding: 15px 0 0;
    height: 85vh;
    overflow-y: scroll;
}

.visa-box,
.visa-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.visa-list {
    padding: 0 0 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

    .visa-box .img-holder,
    .visa-list .img-holder {
        width: 18%;
        margin: 0 20px 0 0;
        text-align: center;
    }

        .visa-box .img-holder figure,
        .visa-list .img-holder figure {
            background: #f3fafa;
            border-radius: 10px;
            padding: 20px 0;
            min-height: 85px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .visa-box .text-holder,
    .visa-list .text-holder {
        width: 78%;
    }

    .visa-box p,
    .visa-list p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 0 0;
        color: #808080;
    }

        .visa-box p span,
        .visa-list p span {
            color: #080808;
        }

ul.trans-opt {
    margin: 0;
    padding: 0;
}

    ul.trans-opt li {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 0 0;
        color: #808080;
        padding: 0;
        list-style: none;
    }

.visa-list h4 {
    font-size: 17px;
    line-height: 24px;
    color: #080808;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.side-visa {
    width: 45%;
    height: 100%;
    position: fixed;
    right: -45%;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0 0 30px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

    .side-visa.show {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .side-visa .inner-box {
        padding: 24px 20px;
    }

.flight-box {
    padding: 0;
    margin: 0;
}

    .flight-box p {
        font-size: 12px;
        line-height: 1.3;
        margin: 0 0 0 70px;
        color: #808080;
    }

        .flight-box p.baggage-opt {
            width: 600px;
        }

.side-flight,
.side-filter-flight,
.side-filter-hotel,
.side-fil-flight,
.side-addons-details,
.side-hotel-details,
.side-booking-condi {
    width: 45%;
    height: 100%;
    position: fixed;
    right: -45%;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0 0 30px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
/* Keep flight sidebar container lightweight per user request */
.side-flight-sidebar {
    transition: all 0.3s ease-in-out;
}

.side-fil-flight,
.side-filter-hotel {
    width: 30%;
    right: -30%;
    z-index: 10;
    overflow: hidden;
}

.side-hotel-details,
.side-booking-condi {
    width: 40%;
    right: -40%;
    z-index: 10;
    overflow: hidden;
}

.side-booking-condi {
    width: 35%;
    right: -35%;
    z-index: 11;
    overflow: hidden;
}

    .side-flight.show,
    .side-filter-flight.show,
    .side-filter-hotel.show,
    .side-addons-details.show,
    .side-hotel-details.show,
    .side-booking-condi.show {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .side-flight.show,
    .side-hotel-details.show,
    .side-booking-condi.show {
        z-index: 10;
    }

.side-hotel-details .hotel-holder {
    overflow-y: auto;
}

.right-bar-flight .side-fil-flight,
.right-bar-hotel .side-filter-hotel,
.right-bar-hotel-details .side-hotel-details,
.right-bar-booking .side-booking-condi {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.side-flight .inner-box,
.side-filter-flight .inner-box,
.side-filter-hotel .inner-box,
.side-fil-flight .inner-box,
.side-filter-hotel .inner-box,
.side-addons-details .inner-box,
.side-hotel-details .inner-box,
.side-booking-condi .inner-box {
    padding: 24px 20px;
}

.side-flight .flight-box p,
.side-filter-flight .flight-box p,
.side-filter-hotel .flight-box p,
.side-fil-flight .flight-box p,
.side-addons-details .flight-box p,
.side-hotel-details .flight-box p {
    font-weight: 600;
}

.side-flight .flight-map,
.side-filter-flight .flight-map,
.side-filter-hotel .flight-map,
.side-fil-flight .flight-map,
.side-addons-details .flight-map,
.side-hotel-details .flight-map {
    padding: 10px 0 5px 0;
}

.heading-bar .right-bar strong {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    color: #000;
}

.heading-bar .right-bar span {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
}

.heading-bar .right-bar {
    text-align: right;
}

.heading-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.inner-box h4.side-heading {
    font-size: 20px;
    line-height: 30px;
    color: #080808;
    font-weight: 600;
    margin: 0 0 10px 0;
}

    .inner-box h4.side-heading a {
        display: inline-block;
        vertical-align: top;
        width: 30px;
        height: 30px;
        line-height: 24px;
        background: #f1f9f9;
        border: 1px solid #d3edeb;
        border-radius: 30px;
        text-align: center;
        margin-right: 13px;
    }

        .inner-box h4.side-heading a img {
            height: 20px;
        }

        .inner-box h4.side-heading a:hover {
            background: #1da599;
        }

            .inner-box h4.side-heading a:hover img {
                filter: brightness(0) saturate(100%) invert(84%) sepia(100%) saturate(1%) hue-rotate(77deg) brightness(105%) contrast(101%);
            }

.side-flight .inner-box .flight-box,
.side-filter-flight .inner-box .flight-box,
.side-filter-hotel .inner-box .flight-box,
.side-addons-details .inner-box .flight-box,
.side-hotel-details .inner-box .flight-box {
    padding: 10px 0 15px 0;
}

    .side-flight .inner-box .flight-box h3,
    .side-filter-flight .inner-box .flight-box h3,
    .side-filter-hotel .inner-box .flight-box h3,
    .side-hotel .inner-box h3,
    .side-addons-details .flight-box h3,
    .side-hotel-details .flight-box h3 {
        font-size: 17px;
        margin: 0;
        font-weight: normal;
    }

    .side-flight .inner-box .flight-box .flight-map .m-box,
    .side-filter-flight .inner-box .flight-box .flight-map .m-box,
    .side-filter-hotel .inner-box .flight-box .flight-map .m-box {
        width: 43%;
    }

    .side-flight .inner-box .flight-box .flight-map .box .text-holder strong,
    .side-filter-flight .inner-box .flight-box .flight-map .box .text-holder strong,
    .side-filter-hotel .inner-box .flight-box .flight-map .box .text-holder strong {
        font-size: 16px;
        font-weight: normal;
        margin: 0;
    }

.more-f-filters {
    background: #fffaf1;
    border-top: 1px solid #ffeed5;
    border-bottom: 1px solid #ffeed5;
    margin: 5px -20px;
    padding: 15px 20px;
}

    .more-f-filters .f-top-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .more-f-filters .f-top-box a {
            border: 1px dashed #1da599;
            padding: 0px 10px;
            border-radius: 15px;
            display: inline-block;
            font-size: 13px;
            line-height: 24px;
            text-decoration: none;
            color: #1da599;
            margin: 0 10px 0 0;
        }

            .more-f-filters .f-top-box a:hover,
            .more-f-filters .f-top-box a.active {
                background: #1da599;
                color: #fff;
            }

        .more-f-filters .f-top-box .right-bx a {
            margin: 0;
        }

.f-btm-box {
    margin: 0;
    padding: 10px 0 0 0;
}

    .f-btm-box ul {
        margin: 0 -5px;
        padding: 0 20px;
        position: relative;
    }

        .f-btm-box ul button {
            position: absolute;
            left: -3px;
            top: 18px;
            content: '';
            width: 24px;
            height: 24px;
            font-size: 0;
            border: 0;
            background-color: #1da599;
            border-radius: 30px;
            background-image: url(assets/images/icons/slide-arrow.png);
            background-position: 1px 2px;
            background-repeat: no-repeat;
            background-size: 20px;
            transform: rotate(0deg);
        }

            .f-btm-box ul button.slick-next {
                left: auto;
                right: -8px;
                transform: rotate(180deg);
            }

            .f-btm-box ul button:hover {
                background-color: #ffc265;
            }

.draggable {
    overflow: hidden;
}

.f-btm-box ul li {
    list-style: none;
    float: left;
    padding: 0 5px;
    margin: 0;
}

    .f-btm-box ul li a {
        border: 1px solid #d8dcdf;
        border-radius: 10px;
        display: block;
        text-align: center;
        overflow: hidden;
    }

        .f-btm-box ul li a figure {
            background: #d2e9df;
            padding: 5px 0;
            display: block;
            width: 100%;
        }

            .f-btm-box ul li a figure img {
                height: 21px;
                display: block;
                width: 100%;
                object-fit: scale-down;
            }

        .f-btm-box ul li a span {
            display: block;
            padding: 3px 0;
            font-size: 15px;
            line-height: 24px;
        }

.flight-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0 5px 0;
}

    .flight-map .box {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
        align-items: center;
    }

        .flight-map .box .img-holder {
            width: 60px;
            margin: 0 3px 0 0;
        }

            .flight-map .box .img-holder figure {
                display: block;
                width: 50px;
                height: 50px;
                padding: 5px;
                overflow: hidden;
                border-radius: 50%;
                border: 1px solid #d3edeb;
            }

                .flight-map .box .img-holder figure img {
                    width: 100%;
                }

        .flight-map .box .text-holder {
            overflow: hidden;
        }

            .flight-map .box .text-holder strong {
                display: block;
                font-size: 18px;
                line-height: 20px;
                font-weight: 600;
                color: #080808;
                margin: 0 0 5px 0;
            }

            .flight-map .box .text-holder span {
                display: block;
                font-size: 12px;
                line-height: 18px;
                color: #808080;
            }

    .flight-map .m-box {
        position: relative;
        width: 50%;
        text-align: center;
        margin: 0 20px;
    }

        .flight-map .m-box .text-holder span.icon-flight {
            position: absolute;
            left: 50%;
            top: 20px;
            width: 50px;
            z-index: 1;
            margin-left: -25px;
            background: #fff;
            color: #ffc265;
        }

            .flight-map .m-box .text-holder span.icon-flight img {
                height: 16px;
            }

        .flight-map .m-box .text-holder strong {
            display: block;
            font-size: 12px;
            line-height: 20px;
            font-weight: normal;
            color: #808080;
            margin: 0 0 10px 0;
            padding: 0 0 10px 0;
            border-bottom: 1px solid #e9e9e9;
            position: relative;
        }

            .flight-map .m-box .text-holder strong:after,
            .flight-map .m-box .text-holder strong:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: -4px;
                width: 8px;
                height: 8px;
                border-radius: 10px;
                background: #ffc265;
            }

            .flight-map .m-box .text-holder strong:before {
                left: auto;
                right: 0;
            }

        .flight-map .m-box .text-holder span {
            display: block;
            font-size: 13px;
            line-height: 18px;
            color: #696969;
        }

.trans-box {
    padding: 0;
    margin: 0;
}

    .trans-box p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 0 0;
        color: #808080;
    }

        .trans-box p span {
            display: block;
            color: #f00;
            margin-bottom: 5px;
        }

    .trans-box .transport-slider {
        padding: 0;
        margin: 0;
    }

        .trans-box .transport-slider .sml-box {
            float: left;
            padding: 0;
            width: 165px;
            position: relative;
        }

            .trans-box .transport-slider .sml-box:first-child:after {
                display: none;
            }

            .trans-box .transport-slider .sml-box:after {
                height: 100%;
                width: 1px;
                content: "";
                position: absolute;
                left: -15px;
                top: 0;
                background: #c1dedb;
            }

            .trans-box .transport-slider .sml-box h4 {
                font-size: 16px;
                line-height: 24px;
                color: #080808;
                margin: 0;
                font-weight: 600;
            }

            .trans-box .transport-slider .sml-box p {
                font-size: 14px;
                line-height: 18px;
                margin: 0;
                color: #808080;
            }

            .trans-box .transport-slider .sml-box .bus-icon {
                display: block;
                margin: 0;
                padding: 5px 0;
            }

                .trans-box .transport-slider .sml-box .bus-icon i {
                    color: #1da599;
                    line-height: 36px;
                    font-size: 30px;
                }

            .trans-box .transport-slider .sml-box span.bus-type {
                display: block;
                color: #080808;
                font-size: 14px;
                line-height: 22px;
            }

            .trans-box .transport-slider .sml-box span.bus-price {
                display: block;
                color: #080808;
                font-size: 14px;
                line-height: 22px;
                font-weight: 600;
            }

                .trans-box .transport-slider .sml-box span.bus-price i,
                .trans-box .transport-slider .sml-box .sel-bus {
                    display: none;
                }

.side-trans {
    width: 45%;
    height: 100%;
    position: fixed;
    right: -45%;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0 0 30px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

    .side-trans.show {
        opacity: 1;
        visibility: visible;
        right: 0;
        z-index: 99;
    }

    .side-trans .inner-box {
        padding: 24px 20px;
    }

        .side-trans .inner-box strong {
            font-size: 14px;
            line-height: 20px;
            display: block;
            font-weight: normal;
            color: #808080;
            margin: -10px 0 10px 50px;
        }

    .side-trans .trans-holder {
        padding: 0 10px 0 0;
        margin: 0;
        height: 550px;
        overflow-y: scroll;
    }

#style-1::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1da599;
}

.side-trans .trans-holder .transport-box {
    background: #f1f9f9;
    padding: 10px 20px 0;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .side-trans .trans-holder .transport-box h3 {
        position: relative;
        font-size: 18px;
        line-height: 28px;
        color: #080808;
        margin: 0 0 10px 0;
        font-weight: 600;
        border-bottom: 1px solid #c1dedb;
        padding: 0 0 7px 0;
    }

        .side-trans .trans-holder .transport-box h3 a {
            position: absolute;
            right: 0;
            top: 2px;
            font-size: 12px;
            line-height: 28px;
            color: #1da599;
        }

    .side-trans .trans-holder .transport-box ul {
        margin: 0;
        padding: 0;
    }

        .side-trans .trans-holder .transport-box ul li {
            display: inline-block;
            list-style: none;
            padding: 0;
            width: 24%;
            margin: 0 -4px 10px 8px;
        }

            .side-trans .trans-holder .transport-box ul li:first-child {
                margin-left: 0;
            }

            .side-trans .trans-holder .transport-box ul li a {
                display: block;
            }

                .side-trans .trans-holder .transport-box ul li a.active {
                    pointer-events: none;
                }

                .side-trans .trans-holder .transport-box ul li a .sml-box {
                    display: block;
                    padding: 20px 15px 0;
                    background: #fff;
                    border-radius: 10px;
                    border: 1px solid #e2e2e2;
                    text-align: center;
                    position: relative;
                }

                    .side-trans .trans-holder .transport-box ul li a .sml-box:after {
                        content: "\e907";
                        font-family: "icomoon";
                        position: absolute;
                        top: 5px;
                        left: 5px;
                        font-size: 18px;
                        line-height: 24px;
                        color: #c1e6e3;
                        transition: all 0.3s ease-in-out;
                    }
                /* .side-trans .trans-holder .transport-box ul li a:hover .sml-box:after, */
                .side-trans .trans-holder .transport-box ul li a.active .sml-box:after {
                    content: "\e906";
                    color: #1da599;
                }

                .side-trans .trans-holder .transport-box ul li a .sml-box h4,
                .side-trans .trans-holder .transport-box ul li a .sml-box p {
                    display: none;
                }

                .side-trans .trans-holder .transport-box ul li a .sml-box .bus-icon {
                    text-align: center;
                    display: block;
                    margin-bottom: 5px;
                }

                    .side-trans .trans-holder .transport-box ul li a .sml-box .bus-icon i {
                        font-size: 30px;
                        line-height: 1;
                        color: #bbb;
                        transition: all 0.3s ease-in-out;
                    }

                .side-trans .trans-holder .transport-box ul li a:hover .sml-box .bus-icon i,
                .side-trans .trans-holder .transport-box ul li a.active .sml-box .bus-icon i {
                    color: #1da599;
                }

                .side-trans .trans-holder .transport-box ul li a .sml-box .bus-type {
                    font-size: 12px;
                    line-height: 18px;
                    display: block;
                    margin-bottom: 5px;
                    color: #080808;
                }

                .side-trans .trans-holder .transport-box ul li a .sml-box .bus-price {
                    font-size: 14px;
                    line-height: 22px;
                    display: block;
                    color: #080808;
                    font-weight: 600;
                    margin-bottom: 5px;
                }

                .side-trans .trans-holder .transport-box ul li a .sml-box .sel-bus {
                    display: block;
                    margin: 0 0px 15px;
                    padding: 0;
                    font-size: 12px;
                    line-height: 22px;
                    color: #080808;
                    font-weight: 600;
                    background: #f1f9f9;
                    border-radius: 20px;
                    border: 1px solid #d2edeb;
                    transition: all 0.3s ease-in-out;
                }

                .side-trans .trans-holder .transport-box ul li a:hover .sml-box .sel-bus,
                .side-trans .trans-holder .transport-box ul li a.active .sml-box .sel-bus {
                    color: #fff;
                    background: #1da599;
                    border-color: #1da599;
                }

.hotel-box {
    padding: 0;
    margin: 0;
}

    .hotel-box p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 8px 0;
        color: #808080;
    }

.side-hotel,
.side-change-hotel {
    width: 45%;
    height: 100%;
    position: fixed;
    right: -45%;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0 0 30px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

    .side-hotel.show,
    .side-change-hotel.show {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .side-hotel .inner-box,
    .side-change-hotel .inner-box {
        padding: 24px 20px;
    }
    /* .side-hotel .inner-box strong {
  font-size: 14px;
  line-height: 20px;
  display: block;
  font-weight: normal;
  color: #808080;
  margin: -10px 0 10px 50px;
} */
    .side-hotel ul.nav-tabs {
        margin: 0;
        padding: 0;
        border: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .side-hotel ul.nav-tabs li {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
        }

            .side-hotel ul.nav-tabs li a {
                display: block;
                padding: 7px 35px;
                margin: 0;
                font-size: 14px;
                line-height: 20px;
                color: #808080;
                border: 0;
                border-radius: 10px 10px 0 0;
                background: #e8f6f5;
            }

                .side-hotel ul.nav-tabs li a:hover,
                .side-hotel ul.nav-tabs li.active a {
                    border: 0;
                    color: #fff;
                    background: #1da599;
                }

                .side-hotel ul.nav-tabs li a strong {
                    color: #080808;
                    font-size: 16px;
                    line-height: 24px;
                    font-weight: 600;
                    display: block;
                    margin: 0;
                    transition: all 0.3s ease-in-out;
                }

                .side-hotel ul.nav-tabs li a:hover strong,
                .side-hotel ul.nav-tabs li.active a strong {
                    color: #fff;
                }

    .side-hotel .tab-content .text-holder {
        padding: 0;
        margin: 0;
    }

        .side-hotel .tab-content .text-holder .top-filter {
            background: #fffaf1;
            border-top: 1px solid #ffeed5;
            border-bottom: 1px solid #ffeed5;
            margin: 0 -20px 15px;
            padding: 10px 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .side-hotel .tab-content .text-holder .top-filter .fieldset {
                width: 33%;
                padding: 0 10px;
            }

                .side-hotel .tab-content .text-holder .top-filter .fieldset label {
                    font-weight: normal;
                    display: block;
                    color: #808080;
                    font-size: 12px;
                    line-height: 22px;
                    width: 100%;
                    margin: 0;
                }

                .side-hotel .tab-content .text-holder .top-filter .fieldset .select-bar {
                    display: block;
                    width: 100%;
                }

            .side-hotel .tab-content .text-holder .top-filter select {
                padding: 0;
                background: none;
                border-bottom: 1px solid #ffebcc;
                font-size: 14px;
                line-height: 30px;
                height: 30px;
                font-weight: 600;
                color: #080808;
            }

.price-range-slider {
    width: 100%;
    padding: 5px 0 0 0;
    /* float: left; */
}

    .price-range-slider .range-value {
        margin: 0;
        font-size: 12px;
        color: #8b8b8b;
        line-height: 18px;
    }

        .price-range-slider .range-value input {
            width: 100%;
            background: none;
            color: #080808;
            font-size: 12px;
            line-height: 18px;
            height: 18px;
            border: none;
            margin: 0;
            font-weight: 600;
            padding: 10px 0 0 0;
        }

    .price-range-slider .range-bar {
        border: none;
        background: #ffebcc;
        height: 4px;
        width: 96%;
        margin-left: 8px;
        border-radius: 10px;
    }

        .price-range-slider .range-bar .ui-slider-range {
            background: #1da599;
            border-radius: 10px;
            height: 4px;
            top: 0;
        }

        .price-range-slider .range-bar .ui-slider-handle {
            border-radius: 25px;
            background: #ffc265;
            height: 18px;
            width: 18px;
            top: -8px;
            cursor: pointer;
            border: 0;
        }

            .price-range-slider .range-bar .ui-slider-handle:hover {
                background: #1da599;
            }

            .price-range-slider .range-bar .ui-slider-handle + span {
                background: #ffc265;
            }

.hotel-holder {
    margin: 0 0 0 0;
    height: 70vh;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.inner-hotel {
    min-height: 90vh;
    padding: 0 10px 0 0;
}

.f-flights-list {
    margin: 15px 0 0 0;
    height: 60vh;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}

    .f-flights-list .inner-ff-bx {
        min-height: 80vh;
        padding: 0 10px 0 0;
    }

        .f-flights-list .inner-ff-bx .flight-box {
            border-top: 1px solid #e2e2e2;
        }

            .f-flights-list .inner-ff-bx .flight-box:first-child {
                border-top: 0;
            }

#style-4::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
}

#style-4::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

#style-4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1da599;
}

#style-3::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1da599;
}

.inner-ff-bx .lst-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 70px;
    padding: 10px 0 0 0;
}

    .inner-ff-bx .lst-box strong {
        display: block;
        font-size: 16px;
        line-height: 1;
        margin: 0;
        font-weight: 600;
        color: #000;
    }

    .inner-ff-bx .lst-box a {
        padding: 0px 10px;
        border-radius: 15px;
        display: inline-block;
        font-size: 13px;
        line-height: 24px;
        text-decoration: none;
        color: #1da599;
        margin: 0 0 0 0;
    }

        .inner-ff-bx .lst-box a.select-ff {
            border: 1px dashed #1da599;
            margin: 0 0 0 10px;
        }

        .inner-ff-bx .lst-box a:hover {
            background: #1da599;
            color: #fff;
        }

ul.hotel-list {
    margin: 0;
    padding: 0;
}

    ul.hotel-list li {
        display: block;
        padding: 0;
        margin: 0 0 10px 0;
        overflow: hidden;
        list-style: none;
        border-radius: 10px;
    }

        ul.hotel-list li .hotel-opt {
            padding: 0;
        }

            ul.hotel-list li .hotel-opt h4 {
                display: none;
            }

            ul.hotel-list li .hotel-opt .img-holder {
                float: left;
                padding: 0;
            }

                ul.hotel-list li .hotel-opt .img-holder figure {
                    width: 204px;
                    overflow: hidden;
                    border-radius: 10px 0 0 10px;
                }

                    ul.hotel-list li .hotel-opt .img-holder figure img {
                        width: 100%;
                        cursor: pointer;
                        height: 150px;
                    }

.side-hotel ul.hotel-list li .hotel-opt .img-holder figure img,
.side-change-hotel ul.hotel-list li .hotel-opt .img-holder figure img {
    min-height: 150px;
}

.side-change-hotel ul.hotel-list li .hotel-opt .img-holder figure img {
    height: 150px;
}

ul.hotel-list li .hotel-opt .text-holder {
    overflow: hidden;
    padding: 12px 10px 0 15px;
    border-radius: 0 10px 10px 0;
    border: 1px solid #e2e2e2;
    border-left: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.side-hotel ul.hotel-list li .hotel-opt .text-holder,
.side-change-hotel ul.hotel-list li .hotel-opt .text-holder {
    min-height: 150px;
}

ul.hotel-list li .hotel-opt .text-holder:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #c1e6e3;
    background: url(assets/images/icons/dry-clean.png) no-repeat 0 0/100%;
    display: none;
}

ul.hotel-list li.active .hotel-opt .text-holder:after {
    background: url(assets/images/icons/check-mark.png) no-repeat 0 0/100%;
    display: none;
}

ul.hotel-list li .hotel-opt:hover .text-holder,
.side-hotel ul.hotel-list li.active .hotel-opt .text-holder,
.side-change-hotel ul.hotel-list li.active .hotel-opt .text-holder {
    background: #f7fbfb;
    border-color: #1da599;
}

ul.hotel-list li .hotel-opt .text-holder span.t-opt {
    display: block;
    padding: 0;
    margin: 0;
    color: #808080;
    font-size: 12px;
    line-height: 18px;
}

    ul.hotel-list li .hotel-opt .text-holder span.t-opt em {
        font-style: normal;
        color: #808080;
        font-size: 12px;
        line-height: 18px;
    }

ul.hotel-list li .hotel-opt .text-holder h5 {
    font-size: 16px;
    line-height: 20px;
    color: #080808;
    font-weight: 600;
    margin: 0 0 5px 0;
}

ul.hotel-list li .hotel-opt .text-holder span.s-rating img {
    display: inline-block;
    height: 15px;
    vertical-align: top;
}






ul.hotel-list li .hotel-opt .text-holder p {
    position: relative;
    color: #808080;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 0 0;
    padding: 0 0 0 13px;
}

    ul.hotel-list li .hotel-opt .text-holder p:after {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        background: #808080;
        border-radius: 10px;
        width: 6px;
        height: 6px;
    }

ul.hotel-list li .hotel-opt .text-holder .btm-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

    ul.hotel-list li .hotel-opt .text-holder .btm-box strong {
        margin: 0;
        font-size: 16px;
        line-height: 28px;
        color: #080808;
        font-weight: 600;
    }

    ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box {
        padding: 0;
    }

        ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box .open-opt {
            display: none;
        }

.side-change-hotel ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a {
    padding: 0px 10px;
    border-radius: 15px;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    color: #1da599;
    margin: 0 0 0 0;
}

    .side-change-hotel ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a:hover {
        background: #1da599;
        color: #fff;
    }

ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a {
    color: #1da599;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
}

    ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a.btn-choose {
        text-decoration: none;
        border-radius: 15px;
        border: 1px dashed #1da599;
        padding: 0 15px;
    }

        ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a.btn-choose:hover {
            background: #1da599;
            color: #fff;
        }

ul.hotel-list li.active .hotel-opt .text-holder .btm-box .r-box a.btn-choose {
    border: 1px dashed #1da599;
}

.hotel-box ul.hotel-list {
    margin: 0 0 0 -10px;
    padding: 0;
}

    .hotel-box ul.hotel-list li {
        float: left;
        width: 214px;
        margin: 0 0 5px 10px;
        vertical-align: top;
    }

        .hotel-box ul.hotel-list li .hotel-opt {
            padding: 0;
            position: relative;
        }

            .hotel-box ul.hotel-list li .hotel-opt .visa-box .img-holder {
                width: 100%;
                margin: 0 0 10px 0;
            }

                .hotel-box ul.hotel-list li .hotel-opt .visa-box .img-holder figure {
                    min-height: auto;
                    padding: 44px 0;
                }

                    .hotel-box ul.hotel-list li .hotel-opt .visa-box .img-holder figure img {
                        width: auto;
                        height: 50px;
                    }

            .hotel-box ul.hotel-list li .hotel-opt .visa-box .text-holder {
                width: 100%;
            }

                .hotel-box ul.hotel-list li .hotel-opt .visa-box .text-holder .btm-box {
                    justify-content: flex-start;
                }

                    .hotel-box ul.hotel-list li .hotel-opt .visa-box .text-holder .btm-box strong {
                        margin-right: 15px;
                    }


            .hotel-box ul.hotel-list li .hotel-opt h4 {
                margin: 0 0 5px 0;
                display: block;
                font-size: 14px;
                line-height: 22px;
                color: #080808;
                font-weight: 500;
            }

            .hotel-box ul.hotel-list li .hotel-opt .img-holder {
                float: none;
                display: block;
                margin-bottom: 10px;
            }

                .hotel-box ul.hotel-list li .hotel-opt .img-holder figure {
                    width: 100%;
                    border-radius: 10px;
                    margin: 0;
                }

            .hotel-box ul.hotel-list li .hotel-opt .text-holder {
                border: 0;
                border-radius: 0;
                padding: 0;
                position: initial;
            }

                .hotel-box ul.hotel-list li .hotel-opt .text-holder:after {
                    display: none;
                }

            .hotel-box ul.hotel-list li .hotel-opt:hover .text-holder {
                background: none;
            }

            .hotel-box ul.hotel-list li .hotel-opt .text-holder h5 {
                display: -webkit-box;
                cursor: pointer;
                overflow: hidden;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
                /* min-height: 60px; */
            }

            .hotel-box ul.hotel-list li .hotel-opt .text-holder span.s-rating {
                overflow: hidden;
                /* margin: 3px -220px 0 0; */
                margin-top: 3px;
                line-height: 1;
                display: block;
                white-space: nowrap;
                background: #fff;
                position: relative;
                /* padding: 2px 220px 0 0; */
            }

                .hotel-box ul.hotel-list li .hotel-opt .text-holder span.s-rating img {
                    display: inline-block;
                    height: 11px;
                    vertical-align: top;
                }

.s1 {
    width: 13px;
    padding: 4px 0 0 !important;
    margin: 0 !important;
}

.s2 {
    width: 28px;
    padding: 4px 0 0 !important;
    margin: 0 !important;
}

.s3 {
    width: 42px;
    padding: 4px 0 0 !important;
    margin: 0 !important;
}

.s4 {
    width: 58px;
    padding: 4px 0 0 !important;
    margin: 0 !important;
}

.s5 {
    width: 72px;
    padding: 4px 0 0 !important;
    margin: 0 !important;
}
/* .hotel-box ul.hotel-list li .hotel-opt .text-holder .h-opt{
  min-height: 40px;
} */
.hotel-box ul.hotel-list li .hotel-opt .text-holder span.t-opt {
    position: absolute;
    width: 100%;
    left: 5px;
    top: 35px;
    font-size: 0;
    line-height: 0;
}

    .hotel-box ul.hotel-list li .hotel-opt .text-holder span.t-opt em {
        display: inline-block;
        background: #f5f5f5;
        color: #080808;
        font-weight: 600;
        padding: 1px 10px;
        margin-right: 8px;
        border-radius: 10px;
        box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
    }

.hotel-box ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box .close-opt {
    display: none;
}

.hotel-box ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box .open-opt {
    display: block;
}

.hotel-box ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a {
    text-decoration: none;
    margin: 0;
}

    .hotel-box ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a.btn-del {
        margin-left: 5px;
        padding: 3px 5px;
        position: relative;
    }

        .hotel-box
        ul.hotel-list
        li
        .hotel-opt
        .text-holder
        .btm-box
        .r-box
        a.btn-del:after {
            content: "";
            position: absolute;
            left: -2px;
            top: 8px;
            background: #1da599;
            width: 1px;
            height: 13px;
        }

.side-hotel .tab-content .text-holder .btm-filter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.3);
}

    .side-hotel .tab-content .text-holder .btm-filter h6 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 5px 0;
        color: #080808;
        font-weight: 600;
    }

    .side-hotel .tab-content .text-holder .btm-filter p {
        color: #808080;
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 5px 0;
    }

    .side-hotel .tab-content .text-holder .btm-filter .left-box {
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .side-hotel .tab-content .text-holder .btm-filter .fieldset {
        width: 31%;
        padding: 0 0;
    }

        .side-hotel .tab-content .text-holder .btm-filter .fieldset label {
            font-weight: normal;
            display: block;
            color: #808080;
            font-size: 12px;
            line-height: 22px;
            width: 100%;
            margin: 0;
        }

        .side-hotel .tab-content .text-holder .btm-filter .fieldset .select-bar {
            display: block;
            width: 100%;
        }

    .side-hotel .tab-content .text-holder .btm-filter select {
        padding: 0;
        background: none;
        border-bottom: 1px solid #e2e2e2;
        font-size: 14px;
        line-height: 25px;
        height: 25px;
        font-weight: 600;
        color: #080808;
    }

    .side-hotel .tab-content .text-holder .btm-filter .right-box {
        width: 25%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 10px;
    }

        .side-hotel .tab-content .text-holder .btm-filter .right-box strong {
            margin: 0 0 5px 0;
            font-size: 16px;
            line-height: 22px;
            display: block;
            font-weight: 700;
            color: #080808;
            width: 100%;
            text-align: center;
        }

        .side-hotel .tab-content .text-holder .btm-filter .right-box input {
            cursor: pointer;
            width: 100%;
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-size: 12px;
            font-weight: 600;
            background: #1da599;
            border-radius: 20px;
            padding: 0;
            color: #fff;
            border: 0;
        }

.contain-box {
    display: flex;
    padding: 0 0 10px 0;
    flex-wrap: wrap;
    align-items: center;
}

.addon-box {
    padding: 0;
    margin: 0;
}

.main-content .content-holder .panel-group .panel .panel-body .addon-box h4 {
    margin-bottom: 0;
}

.addon-box p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 8px 0;
    color: #808080;
}

.addon-box ul {
    margin: 0;
    padding: 0;
}

    .addon-box ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 3px 0;
        color: #808080;
    }

        .addon-box ul li span {
            color: #000;
        }

.addon-box a {
    color: #1da599;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.addon-box .addon-opt {
    padding: 0;
}

.addon-box .chose-opt {
    top: 25px;
}

.addon-box .addon-opt .opt-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    align-items: flex-start;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e2e2e2;
}

    .addon-box .addon-opt .opt-box:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .addon-box .addon-opt .opt-box .img-holder {
        width: 62px;
        float: left;
        margin: 0;
        padding: 0;
    }

        .addon-box .addon-opt .opt-box .img-holder figure {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid #b3e1dd;
            overflow: hidden;
        }

            .addon-box .addon-opt .opt-box .img-holder figure img {
                width: 100%;
            }

    .addon-box .addon-opt .opt-box .text-holder {
        overflow: hidden;
        padding: 0 120px 0 15px;
        flex: 1;
        min-width: 0;
    }

        .addon-box .addon-opt .opt-box .text-holder h4 {
            font-size: 16px;
            line-height: 22px;
            font-weight: 600;
            margin: 0;
            color: #080808;
        }

        .addon-box .addon-opt .opt-box .text-holder p {
            line-height: 20px;
            margin: 0 0 3px 0;
        }

.side-addon {
    width: 45%;
    height: 100%;
    position: fixed;
    right: -45%;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px 0 0 30px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

    .side-addon.show {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .side-addon .inner-box {
        padding: 24px 20px;
    }

        .side-addon .inner-box strong {
            font-size: 14px;
            line-height: 20px;
            display: block;
            font-weight: normal;
            color: #808080;
            margin: -10px 0 10px 50px;
        }

    .side-addon .transport-box {
        background: #f1f9f9;
        padding: 10px 20px 0;
        border-radius: 10px;
        margin-bottom: 10px;
    }

        .side-addon .transport-box h3 {
            position: relative;
            font-size: 18px;
            line-height: 28px;
            color: #080808;
            margin: 0 0 10px 0;
            font-weight: 600;
            border-bottom: 1px solid #c1dedb;
            padding: 0 0 7px 0;
        }

            .side-addon .transport-box h3 a {
                position: absolute;
                right: 0;
                top: 2px;
                font-size: 12px;
                line-height: 28px;
                color: #1da599;
            }

        .side-addon .transport-box ul {
            margin: 0;
            padding: 0;
        }

            .side-addon .transport-box ul li {
                display: inline-block;
                list-style: none;
                padding: 0;
                width: 24%;
                margin: 0 -4px 10px 8px;
            }

                .side-addon .transport-box ul li:first-child {
                    margin-left: 0;
                }

                .side-addon .transport-box ul li a {
                    display: block;
                }

                    .side-addon .transport-box ul li a.active {
                        pointer-events: none;
                    }

                    .side-addon .transport-box ul li a .sml-box {
                        display: block;
                        padding: 20px 15px 0;
                        background: #fff;
                        border-radius: 10px;
                        border: 1px solid #e2e2e2;
                        text-align: center;
                        position: relative;
                    }

                        .side-addon .transport-box ul li a .sml-box:after {
                            content: "\e907";
                            font-family: "icomoon";
                            position: absolute;
                            top: 5px;
                            left: 5px;
                            font-size: 18px;
                            line-height: 24px;
                            color: #c1e6e3;
                            transition: all 0.3s ease-in-out;
                        }
                    /* .side-trans .trans-holder .transport-box ul li a:hover .sml-box:after, */
                    .side-addon .transport-box ul li a.active .sml-box:after {
                        content: "\e906";
                        color: #1da599;
                    }

                    .side-addon .transport-box ul li a .sml-box h4,
                    .side-addon .transport-box ul li a .sml-box p {
                        display: none;
                    }

                    .side-addon .transport-box ul li a .sml-box .bus-icon {
                        text-align: center;
                        display: block;
                        margin-bottom: 5px;
                    }

                        .side-addon .transport-box ul li a .sml-box .bus-icon i {
                            font-size: 30px;
                            line-height: 1;
                            color: #bbb;
                            transition: all 0.3s ease-in-out;
                        }

                    .side-addon .transport-box ul li a:hover .sml-box .bus-icon i,
                    .side-addon .transport-box ul li a.active .sml-box .bus-icon i {
                        color: #1da599;
                    }

                    .side-addon .transport-box ul li a .sml-box .bus-type {
                        font-size: 12px;
                        line-height: 18px;
                        display: block;
                        margin-bottom: 5px;
                        color: #080808;
                    }

.side-trans .trans-holder .transport-box ul li a .sml-box .bus-price {
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #080808;
    font-weight: 600;
    margin-bottom: 5px;
}

.side-addon .transport-box ul li a .sml-box .sel-bus {
    display: block;
    margin: 0 0px 15px;
    padding: 0;
    font-size: 12px;
    line-height: 22px;
    color: #080808;
    font-weight: 600;
    background: #f1f9f9;
    border-radius: 20px;
    border: 1px solid #d2edeb;
    transition: all 0.3s ease-in-out;
}

.side-addon .transport-box ul li a:hover .sml-box .sel-bus,
.side-addon .transport-box ul li a.active .sml-box .sel-bus {
    color: #fff;
    background: #1da599;
    border-color: #1da599;
}

.p-guide,
.w-chair {
    padding: 0;
}

    .p-guide .box,
    .w-chair .box {
        padding: 10px 0 15px 0;
        border-bottom: 1px solid #d0d0d0;
    }

        .p-guide .box a,
        .w-chair .box a {
            display: block;
            position: relative;
            padding: 0 0 0 32px;
        }

            .p-guide .box a:after {
                content: '';
                position: absolute;
                left: 0;
                top: 3px;
                border-radius: 3px;
                border: 1px solid #1da599;
                width: 20px;
                height: 20px;
                transition: all 0.3s ease-in-out;
                color: #1da599;
            }

            .p-guide .box a:hover:after {
                content: "";
                width: 20px;
                height: 20px;
                background: url(assets/images/icons/check.png) no-repeat 0 0/100%;
            }

            .w-chair .box a:after {
                content: "";
                background: url(assets/images/icons/circle.webp) no-repeat 0 0/100%;
                position: absolute;
                left: 0;
                top: 3px;
                width: 20px;
                height: 20px;
                transition: all 0.3s ease-in-out;
            }

            .w-chair .box a:hover:before {
                content: '';
                position: absolute;
                left: 5px;
                top: 8px;
                border-radius: 10px;
                background: #1da599;
                width: 10px;
                height: 10px;
                transition: all 0.3s ease-in-out;
            }

            .p-guide .box a span.price,
            .w-chair .box a span.price {
                position: absolute;
                right: 0;
                top: 5px;
                font-size: 16px;
                line-height: 20px;
                color: #080808;
                font-weight: 600;
            }

            .p-guide .box a strong,
            .w-chair .box a strong {
                margin: 0;
                padding: 0;
                color: #0b1617;
                font-size: 18px;
                line-height: 24px;
                font-weight: 600;
            }

            .p-guide .box a p,
            .w-chair .box a p {
                font-size: 14px;
                line-height: 20px;
                color: #595959;
                margin: 0;
            }


/* Passenger style start  */

.passenger-box {
    float: left;
    width: 79%;
    margin: 0 2% 3% 0;
}

    .passenger-box h3 {
        font-size: 26px;
        line-height: 34px;
        color: #080808;
        font-weight: 600;
        margin: 0 0 20px 0;
        padding: 0 0 0 46px;
        position: relative;
    }

        .passenger-box h3 a {
            position: absolute;
            left: 0;
            top: 0;
            width: 34px;
            height: 34px;
            font-size: 34px;
            line-height: 1;
            color: #1da599;
        }

    .passenger-box .passenger-info {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #e2e2e2;
        margin: 0 0 20px 0;
        padding: 30px 20px 0;
    }

        .passenger-box .passenger-info h4 {
            font-size: 22px;
            line-height: 22px;
            color: #080808;
            font-weight: 600;
            margin: 0 0 20px 0;
        }

        .passenger-box .passenger-info .fieldset {
            border-bottom: 1px solid #e2e2e2;
            margin: 0 0 30px 0;
        }

        .passenger-box .passenger-info .autocomplete input {
            background: none;
        }

        .passenger-box .passenger-info .did-floating-label-content {
            padding: 0;
        }

        .passenger-box .passenger-info .did-floating-label {
            left: 0;
            top: 8px;
            padding: 0;
            color: #7b7b7b;
            font-size: 14px;
            line-height: 22px;
        }

        .passenger-box .passenger-info .did-floating-input:not(:placeholder-shown) ~ .did-floating-label,
        .passenger-box .passenger-info .did-floating-input:focus ~ .did-floating-label,
        .passenger-box .passenger-info .did-floating-select:focus ~ .did-floating-label,
        .passenger-box .passenger-info .did-floating-select:not([value=""]):valid ~ .did-floating-label {
            top: -20px;
            font-size: 12px;
            font-weight: 400;
            width: auto;
            padding: 0 0;
            border-radius: 0;
            box-shadow: none;
        }

.passenger-info input[type=text].did-floating-input, .did-floating-select {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 0;
    background: #fff;
    color: #080808;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    font-weight: 500;
}

.confirm-check {
    display: block;
    padding: 0 0 20px 0;
}

    .confirm-check input {
        display: inline-block;
        vertical-align: top;
    }

    .confirm-check label {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 18px;
        color: #626262;
        font-weight: normal;
        margin: 2px 0 0 5px;
    }

/* Custom checkbox styling for passenger details and register popup */
input[type="checkbox"],
.passenger-box input[type="checkbox"],
.modal-content input[type="checkbox"],
#auth-terms {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 3px !important;
    outline: none !important;
    cursor: pointer !important;
    position: relative !important;
    vertical-align: middle !important;
    margin-right: 5px !important;
    transition: all 0.3s ease !important;
    background: transparent !important;
    box-shadow: none !important;
}

    input[type="checkbox"]:checked,
    .passenger-box input[type="checkbox"]:checked,
    .modal-content input[type="checkbox"]:checked,
    #auth-terms:checked {
        background-color: #1da599 !important;
        border-color: #1da599 !important;
    }

        input[type="checkbox"]:checked::after,
        .passenger-box input[type="checkbox"]:checked::after,
        .modal-content input[type="checkbox"]:checked::after,
        #auth-terms:checked::after {
            content: '' !important;
            position: absolute !important;
            left: 50% !important;
            top: 50% !important;
            width: 3px !important;
            height: 10px !important;
            border: solid white !important;
            border-width: 0 2px 2px 0 !important;
            transform: translate(-50%, -60%) rotate(45deg) !important;
        }

.btn-submit {
    background: #1da599;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 40px;
    transition: all 0.3s ease-in-out;
}

    .btn-submit:hover {
        background: #ffc265;
    }

/* Review style start */

.passenger-box .review-info {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    margin: 0 0 20px 0;
    padding: 30px 20px 0;
}

.review-box-top {
    border-bottom: 1px solid #e2e2e2;
    display: block;
    padding: 0 0 10px 0;
    margin-bottom: 25px;
}

    .review-box-top .inner-box {
        padding: 0;
        position: relative;
    }

        .review-box-top .inner-box strong {
            display: block;
            font-weight: 600;
            font-size: 15px;
            line-height: 22px;
            color: #080808;
            margin: 0 0 7px 0;
        }

            .review-box-top .inner-box strong span {
                font-weight: normal;
                font-size: 14px;
                color: #808080;
                display: inline-block;
                width: 40%;
                margin-right: 20px;
            }

.passenger-box .review-info h4 {
    font-size: 22px;
    line-height: 22px;
    color: #080808;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.passenger-box .review-info p {
    color: #808080;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}

.review-table {
    background: #fffaf1;
    padding: 0 18px 10px;
    margin: 0 0 15px 0;
    border-radius: 10px;
}

    .review-table ul {
        margin: 0;
        padding: 0;
    }

        .review-table ul li {
            display: block;
            padding: 0 0;
            width: 100%;
            border-bottom: 1px solid #ffebcc;
            overflow: hidden;
            line-height: 24px;
        }

            .review-table ul li:last-child {
                border: 0;
            }

            .review-table ul li span.type {
                color: #808080;
                font-size: 13px;
                float: left;
                width: 21.4%;
                border-right: 1px solid #ffebcc;
                padding: 10px 0;
            }

            .review-table ul li strong.detail {
                font-size: 14px;
                color: #080808;
                font-weight: 600;
                float: left;
                padding: 10px 10px;
                width: 56.7%;
            }

            .review-table ul li span.price {
                font-size: 14px;
                color: #e0992e;
                font-weight: 600;
                float: left;
                width: 20.4%;
                text-align: right;
                padding: 10px 0;
            }

                .review-table ul li span.price em {
                    font-style: normal;
                    display: inline-block;
                    margin-right: 15px;
                    color: #080808;
                }

/* Success style start */
.success-box {
    border-radius: 10px;
    background: url(assets/images/bg-success.webp) no-repeat left bottom / cover;
    border: 1px solid #e2e2e2;
}

    .success-box .inner-box {
        text-align: center;
        padding: 15px 0;
    }

        .success-box .inner-box .img-holder {
            display: block;
            margin: 0 0 20px;
        }

            .success-box .inner-box .img-holder figure {
                display: inline-block;
            }

        .success-box .inner-box .text-holder {
            padding: 0 0 15px 0;
            margin: 0 15%;
        }

            .success-box .inner-box .text-holder h3 {
                font-size: 26px;
                line-height: 30px;
                color: #080808;
                font-weight: 600;
                margin: 0 0 10px 0;
            }

            .success-box .inner-box .text-holder h4 {
                font-size: 18px;
                line-height: 24px;
                color: #080808;
                font-weight: 600;
                margin: 0 0 10px 0;
            }

            .success-box .inner-box .text-holder p {
                font-size: 15px;
                line-height: 24px;
                color: #808080;
                margin: 0 0 15px 0;
            }


.modal-dialog {
    width: 900px;
}

.modal-content {
    background: url(assets/images/modelbg.webp) no-repeat bottom center / cover;
    border-radius: 10px;
    border: 0;
    box-shadow: none;
}

.contnent-holder {
    position: relative;
    overflow: hidden;
}

.main-div {
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 40px 30px 30px;
}

.modal-rooms {
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 40px 30px 30px;
}

.modal-heading {
    text-align: center;
    padding: 0 0 10px 0;
}

.main-div.show .modal-heading {
    text-align: left;
}

.modal-heading h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #080808;
    margin: 0 0 15px 0;
}

.modal-heading p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 5px 0;
    color: #808080;
}

    .modal-heading p strong {
        font-size: 16px;
        font-weight: 600;
        color: #080808;
        display: inline-block;
        margin-left: 4px;
    }

.main-div.show {
    width: 50%;
}

    .main-div.show br {
        display: none;
    }

.main-div a.route-opt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #d0d0d0;
}
    /* .main-div.show a.route-opt{
  padding: 7px 0 7px 30px;
} */
    .main-div a.route-opt ul.u-route li {
        color: #0b1617;
        font-weight: 600;
        font-size: 18px;
    }

.main-div.show a.route-opt ul.u-route li {
    font-size: 14px;
}

.main-div a.route-opt:after {
    content: "\e907";
    font-family: "icomoon";
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 20px;
    line-height: 24px;
    color: #c1e6e3;
    transition: all 0.3s ease-in-out;
}

.main-div a.route-opt:hover:after, .main-div a.route-opt.active:after {
    content: "\e906";
    color: #1da599;
}

.main-div a.route-opt:hover ul.u-route li,
.main-div a.route-opt.active ul.u-route li {
    color: #1da599;
}

.push-div {
    position: absolute;
    right: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    padding: 40px 30px 30px;
}

    .push-div.slidein {
        right: 0;
    }

        .push-div.slidein .modal-heading {
            text-align: left;
        }

ul.slidein-list {
    margin: 0;
    padding: 0;
}

    ul.slidein-list li {
        list-style: none;
        margin: 0;
        padding: 14px 0;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #d0d0d0;
        position: relative;
    }

        ul.slidein-list li .img-holder {
            float: left;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            border: 1px solid #c1e6e3;
            margin-right: 12px;
            overflow: hidden;
        }

            ul.slidein-list li .img-holder img {
                width: 100%;
            }

        ul.slidein-list li .text-box {
            overflow: hidden;
        }

            ul.slidein-list li .text-box h4 {
                font-size: 18px;
                line-height: 36px;
                color: #080808;
                margin: 0;
                font-weight: 600;
            }

            ul.slidein-list li .text-box .quantity {
                position: absolute;
                right: 0;
                top: 15px;
                width: 113px;
                border: 1px solid #8bd1cc;
                border-radius: 30px;
                border-left: 0;
                border-right: 0;
            }

                ul.slidein-list li .text-box .quantity .quantity-button,
                ul.room-option li .room-holder .text-box .chose-room .quantity .quantity-button {
                    width: 24px;
                    height: 24px;
                    border: 1px solid #8bd1cc;
                    border-radius: 50%;
                    background: none;
                    color: #1da599;
                    left: 0;
                    top: 0;
                }

                    ul.slidein-list li .text-box .quantity .quantity-button.quantity-add,
                    ul.room-option li .room-holder .text-box .chose-room .quantity .quantity-button.quantity-add {
                        right: 0;
                        left: auto;
                    }

                    ul.slidein-list li .text-box .quantity .quantity-button:hover,
                    ul.room-option li .room-holder .text-box .chose-room .quantity .quantity-button:hover {
                        color: #fff;
                        background: #1da599;
                    }

            ul.slidein-list li .text-box .quantity-button::before,
            ul.slidein-list li .text-box .quantity-button::after,
            ul.room-option li .room-holder .text-box .chose-room .quantity-button::before,
            ul.room-option li .room-holder .text-box .chose-room .quantity-button::after {
                position: absolute;
                top: calc(50% - 1px);
                left: calc(50% - 5px);
                content: "";
                width: 10px;
                height: 2px;
                background-color: currentColor;
                display: block;
            }

            ul.slidein-list li .text-box .quantity input[type=number],
            ul.room-option li .room-holder .text-box .chose-room .quantity input[type=number] {
                line-height: 24px;
                height: 24px;
                font-size: 14px;
                margin-left: 5px;
            }

            ul.slidein-list li .text-box .quantity:after,
            ul.room-option li .room-holder .text-box .chose-room .quantity:after {
                content: 'nights';
                position: absolute;
                right: 28px;
                top: 0;
                line-height: 24px;
                font-size: 14px;
                color: #080808;
                font-weight: 600;
            }

.next-modal {
    display: block;
    text-align: right;
    padding: 25px 0 0;
}

    .next-modal a {
        display: inline-block;
        color: #fff;
        background: #1da599;
        font-size: 14px;
        line-height: 38px;
        padding: 0 60px;
        font-weight: 600;
        border-radius: 30px;
    }

ul.room-option {
    margin: 0;
    padding: 0;
}

    ul.room-option li {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        ul.room-option li .room-holder {
            overflow: hidden;
            padding: 0;
        }

            ul.room-option li .room-holder .img-holder {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                border: 1px solid #c1e6e3;
                overflow: hidden;
                float: left;
                margin-right: 12px;
            }

                ul.room-option li .room-holder .img-holder img {
                    width: 100%;
                }

            ul.room-option li .room-holder .text-box h4 {
                font-size: 18px;
                line-height: 40px;
                color: #080808;
                margin: 0;
                font-weight: 600;
                display: inline-block;
                min-width: 100px;
            }

            ul.room-option li .room-holder .text-box .chose-room {
                display: inline-block;
            }

                ul.room-option li .room-holder .text-box .chose-room .quantity {
                    width: 113px;
                    border: 1px solid #8bd1cc;
                    border-radius: 30px;
                    border-left: 0;
                    border-right: 0;
                    margin-right: 15px;
                }

.main-search .form-field {
    position: relative;
}

    .main-search .form-field input {
        border: 0;
        height: 42px;
        line-height: 42px;
        padding: 0 10px 0 0;
        font-size: 16px;
    }

    .main-search .form-field label {
        position: absolute;
        top: 9px;
        left: 40px;
        background: #fff;
        padding: 0 4px;
        font-weight: 500;
        font-size: 16px;
        color: #080808;
        transition: all 0.2s ease;
        pointer-events: none;
    }

    .main-search .form-field input:focus + label,
    .main-search .form-field input:not(:placeholder-shown) + label {
        top: -12px;
        left: 35px;
        font-size: 13px;
        color: #777;
        background: #fff;
    }

.flight-map .img-holder {
    width: 100%;
    margin-bottom: 10px;
}

.flight-map p.sml-detail {
    margin: 0 0 10px 0;
    width: 100%;
}

.flight-box .flight-opt {
    padding: 0;
}

.btn-change-flight img {
    height: 20px;
}

.flight-box .flight-opt .lst-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 0 70px;
}

    .flight-box .flight-opt .lst-box .price strong {
        font-size: 20px;
        font-weight: normal;
        line-height: 30px;
    }

    .flight-box .flight-opt .lst-box a {
        color: #1da599;
        font-size: 13px;
        line-height: 20px;
        font-weight: 600;
    }

        .flight-box .flight-opt .lst-box a:hover,
        ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a:hover,
        .addon-box a:hover {
            color: #ffc265;
        }

.flight-box .flight-opt h3 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.rightbar-overlay {
    background-color: rgba(52, 58, 64, 0.55);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.right-bar-enabled .rightbar-overlay,
.right-bar-hotel .rightbar-overlay,
.right-bar-flight .rightbar-overlay,
.right-bar-hotel-details .rightbar-overlay {
    display: block;
}

.right-bar-hotel .rightbar-overlay,
.right-bar-flight .rightbar-overlay,
.right-bar-hotel-details .rightbar-overlay {
    z-index: 9;
}

.right-bar-booking .rightbar-overlay {
    z-index: 10;
}

.filter-box {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 15px 0;
}

    .filter-box h3 {
        font-size: 18px;
        line-height: 24px;
        color: #080808;
        margin: 0 0 10px 0;
        font-weight: normal;
    }

    .filter-box ul {
        padding: 0;
        margin: 0;
    }

        .filter-box ul li {
            list-style: none;
            display: block;
            padding: 0;
            margin: 0;
        }

            .filter-box ul li label {
                font-weight: normal;
                cursor: pointer;
            }

                .filter-box ul li label:hover,
                .filter-box ul li.active label {
                    color: #1da599;
                }
    /* Hide default radio */
    .filter-box input[type="radio"] {
        display: none;
    }

    /* Custom radio appearance */

    .filter-box .custom-radio {
        display: inline-block;
        width: 16px;
        height: 16px;
        border: 2px solid #999;
        border-radius: 50%;
        margin-right: 8px;
        vertical-align: middle;
        position: relative;
        margin-top: -2px;
    }

    /* Checked state */
    .filter-box input[type="radio"]:checked + .custom-radio::after,
    .filter-box input[type="radio"]:hover + .custom-radio::after,
    .filter-box ul li.active input[type="radio"] + .custom-radio::after {
        content: "";
        width: 8px;
        height: 8px;
        background: #1da599;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
    }

.price-range-slider {
    position: relative;
    margin-bottom: 10px;
}

.time-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: -15px 0 0 0;
    padding: 0;
}

.price-range-slider .range-value input {
    opacity: 0;
}

.side-fil-flight .btm-filter,
.side-filter-hotel .btm-filter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
    z-index: 9;
    background: #fffaf1;
    border-top: 1px solid #ffeed5;
    border-bottom: 1px solid #ffeed5;
    text-align: right;
}

    .side-fil-flight .btm-filter a,
    .side-filter-hotel .btm-filter a {
        padding: 1px 15px;
        border-radius: 15px;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        text-decoration: none;
        color: #fff;
        margin: 0 0 0 5px;
        background: #1da599;
    }

        .side-fil-flight .btm-filter a:hover,
        .side-filter-hotel .btm-filter a:hover {
            background: #ffc265;
        }

        .side-fil-flight .btm-filter a.reset-all,
        .side-filter-hotel .btm-filter a.reset-all {
            background: none;
            color: #1da599;
        }

.visa-list .lst-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    align-items: center;
    padding: 10px 0 0 0;
}

    .visa-list .lst-box strong {
        display: block;
        font-size: 16px;
        line-height: 1;
        margin: 0;
        font-weight: 600;
        color: #000;
    }

    .visa-list .lst-box a {
        padding: 0px 10px;
        border-radius: 15px;
        display: inline-block;
        font-size: 13px;
        line-height: 24px;
        text-decoration: none;
        color: #1da599;
        margin: 0 0 0 0;
    }

        .visa-list .lst-box a.select-ff {
            border: 1px dashed #1da599;
            margin: 0 0 0 10px;
        }

        .visa-list .lst-box a:hover {
            background: #1da599;
            color: #fff;
        }

.sidebar-left .search-holder .inner-box {
    display: flex !important;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #ffeed5;
    position: relative;
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
}

.sidebar-left .search-holder .next-field {
    height: 38px;
    width: 100%;
    line-height: 38px;
    color: #080808;
    border: 1px solid #080808;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    background: none;
    transition: all 0.3s ease-in-out;
    position: relative;
}

    .sidebar-left .search-holder .next-field:hover {
        color: #fff;
        background: #1da599;
    }

.sidebar-left .search-holder .inner-box figure {
    width: 30px;
}

    .sidebar-left .search-holder .inner-box figure img {
        height: 16px;
    }

.sidebar-left .search-holder .inner-box .field-area {
    width: 84%;
}

    .sidebar-left .search-holder .inner-box .field-area input {
        border: 0;
        line-height: 26px;
        padding: 0;
        width: 100%;
        color: #080808;
        font-size: 13px;
        height: 26px;
        background: none;
    }

.sidebar-left .search-holder .inner-box > span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    color: #959492;
    margin: 0;
}

.sidebar-left .autocomplete-items {
    top: 50px;
    left: -40px;
    right: 0;
    width: 240px;
    padding: 0;
}

    .sidebar-left .autocomplete-items div {
        padding: 5px 5px;
        font-size: 14px;
    }

        .sidebar-left .autocomplete-items div ul li img {
            height: 18px;
        }

        .sidebar-left .autocomplete-items div ul li span {
            font-size: 14px;
            line-height: 18px;
            padding: 0 0 0 5px;
        }

            .sidebar-left .autocomplete-items div ul li span em {
                font-size: 12px;
            }

        .sidebar-left .autocomplete-items div ul li > em {
            font-size: 12px;
            padding: 7px 3px 0 0;
        }

.sidebar-left .traveler {
    position: absolute;
    width: 240px;
    left: -40px;
    top: 50px;
    padding: 8px;
}

.sidebar-left .room-box h6 {
    font-size: 15px;
    line-height: 20px;
}

.sidebar-left .search-holder .inner-box .field-area .traveler label img {
    height: 15px;
}

.sidebar-left .search-holder .inner-box .field-area .traveler label {
    width: 60%;
    top: auto;
    left: auto;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    padding: 0 0 0 24px;
}

.sidebar-left .adlut-select span, .sidebar-left .clild-select span {
    font-size: 11px;
}

.sidebar-left .new-route {
    position: absolute;
    width: 240px;
    left: -40px;
    top: 50px;
    padding: 8px;
}

.sidebar-left .quantity {
    width: 40%;
}

.sidebar-left .quantity-button {
    width: 24px;
    height: 24px;
    margin: 0 0 0 0;
}

.sidebar-left .search-holder .inner-box .field-area .quantity input[type=number] {
    font-size: 15px;
    line-height: 26px;
    width: 22px;
    height: 26px;
}

.sidebar-left .clone {
    padding: 0 0 0 30px;
}

    .sidebar-left .clone:after {
        width: 22px;
        height: 22px;
        background-size: 16px;
    }

    .sidebar-left .clone span {
        text-align: left;
        line-height: 14px;
        font-size: 12px;
    }

.sidebar-left .kids-holder .kids-box {
    padding: 3px 5px 2px;
    margin: 0 2px;
    width: 33%;
}

.sidebar-left .search-holder .inner-box .field-area .traveler .kids-holder .kids-box label {
    font-size: 10px;
    line-height: 16px;
    white-space: nowrap;
}

.sidebar-left .select-selected {
    font-size: 12px;
    background-size: 14px;
}

.sidebar-left .select-items li {
    font-size: 12px;
    white-space: nowrap;
}

.sidebar-left .traveler.show .innert-box .select-items {
    width: 121%;
    max-height: 170px;
    left: -6px;
    top: -1px;
    overflow-y: auto !important;
}

.sidebar-left .new-route.show .route-box .inner-route {
    padding: 5px;
    margin-bottom: 5px;
}

    .sidebar-left .new-route.show .route-box .inner-route .route-1 {
        padding: 0 0 0 0;
    }

        .sidebar-left .new-route.show .route-box .inner-route .route-1 img.chose-route {
            height: 16px;
            top: 7px;
        }

    .sidebar-left .new-route.show .route-box .inner-route h4 {
        font-size: 14px;
        padding-left: 20px;
    }

.sidebar-left ul.u-route li {
    padding: 0 5px;
    font-size: 13px;
    line-height: 20px;
}

    .sidebar-left ul.u-route li:after {
        top: 4px;
        left: -7px;
        width: 12px;
        height: 14px;
    }

.sidebar-left .search-holder .inner-box .field-area .new-route.show .route-box .inner-route .chose-nights::after {
    /* left: 5px;
    top: 11px;
    width: 16px;
    height: 16px; */
    display: none;
}

.sidebar-left .search-holder .inner-box .field-area .new-route.show .route-box .inner-route .chose-nights label {
    font-size: 11px;
    line-height: 16px;
}

.sidebar-left .search-holder .inner-box .field-area .new-route.show .route-box .inner-route .chose-nights {
    margin: 0 0 5px 0;
    padding: 5px;
    border-radius: 5px;
}

.sidebar-left .chose-nights ul.select-items {
    left: -6px;
    top: 22px;
    width: 107%;
}

.sidebar-left button.save-btn,
.sidebar-left .btn-done {
    padding: 3px 15px;
    font-size: 13px;
    line-height: 20px;
}

.custom-builder .daterangepicker {
    margin: 0 0 0 -40px;
    border-radius: 10px;
    width: 240px;
}

    .custom-builder .daterangepicker.single .drp-calendar.left {
        width: 238px !important;
        max-width: 238px !important;
    }
/*.visa-list.active {
    background: #f3fafa;
    border: 1px solid #ddd;
    padding: 5px;
}*/
.flight-box.active {
    background: #f3fafa;
    padding: 10px !important;
}

.sidebar-left .traveler.show {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.sidebar-left .new-route.show .route-box {
    max-height: 230px;
    overflow: hidden;
    overflow-y: scroll;
}

ul.hotel-list li.active a.btn-choose,
.flight-box.active .lst-box a.select-ff,
.visa-list.active .lst-box a.select-ff,
.side-addons-details .visa-list .lst-box a.select-ff,
.side-hotel-details .visa-list .lst-box a.select-ff {
    border: 0 !important;
    color: #000 !important;
    pointer-events: none;
    position: relative;
}

ul.hotel-list li.active a.btn-choose {
    font-weight: normal;
}

    ul.hotel-list li.active a.btn-choose:after,
    .flight-box.active .lst-box a.select-ff:after,
    .visa-list.active .lst-box a.select-ff:after,
    .side-addons-details .visa-list .lst-box a.select-ff:after,
    .side-hotel-details .visa-list .lst-box a.select-ff:after {
        content: '';
        position: absolute;
        left: -8px;
        top: 4px;
        background: url(assets/images/icons/check.png) no-repeat 0 0 / 100%;
        width: 17px;
        height: 17px;
    }

    ul.hotel-list li.active a.btn-choose:after {
        left: -4px;
        top: 3px;
    }


.h-detial-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 10px;
}

    .h-detial-top .bx-1 {
        margin: 0;
        padding: 0;
    }

        .h-detial-top .bx-1 span.s-rating {
            overflow: hidden;
            line-height: 1;
            display: block;
            white-space: nowrap;
            background: #fff;
            position: relative;
        }

            .h-detial-top .bx-1 span.s-rating img {
                height: 12px;
                vertical-align: top;
                display: inline-block;
            }

        .h-detial-top .bx-1 .h-opt {
            margin: 0;
            padding: 5px 0 0;
        }

            .h-detial-top .bx-1 .h-opt p {
                margin: 0;
                padding: 0;
                font-size: 13px;
                line-height: 20px;
            }

    .h-detial-top .bx-2 {
        padding: 10px 0 0 0;
        margin: 0;
    }

        .h-detial-top .bx-2 p {
            margin: 0;
            font-size: 13px;
            line-height: 20px;
        }

ul.h-detail-slides {
    margin: 0;
    padding: 0;
    position: relative;
}

    ul.h-detail-slides li {
        display: block;
        float: left;
        width: 100%;
    }

        ul.h-detail-slides li img {
            width: 100%;
            height: 240px;
            object-fit: cover;
        }

    ul.h-detail-slides button {
        position: absolute;
        left: 10px;
        top: 45%;
        content: '';
        width: 36px;
        height: 36px;
        font-size: 0;
        border: 0;
        background-color: #f5f5f5;
        border-radius: 30px;
        background-image: url(assets/images/icons/down-arrow.webp);
        background-position: 8px 10px;
        background-repeat: no-repeat;
        background-size: 20px;
        transform: rotate(90deg);
        cursor: pointer;
    }

        ul.h-detail-slides button.slick-next {
            left: auto;
            right: 10px;
            transform: rotate(-90deg);
        }

        ul.h-detail-slides button:hover {
            background-color: #1da599;
        }

.h-details-tabs {
    padding: 15px 0 0 0;
    margin: 0;
}

    .h-details-tabs .tab-list {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: #fffaf1;
    }

        .h-details-tabs .tab-list li {
            padding: 10px 15px;
            color: #080808;
            list-style: none;
            margin: 0;
        }

            .h-details-tabs .tab-list li.active a {
                color: #1da599;
            }

    .h-details-tabs .details-tab-content {
        padding: 0;
        border: 0;
    }

        .h-details-tabs .details-tab-content > div {
            display: none;
            padding: 0;
            margin-top: 0;
            height: 35vh;
            background: #fff;
            overflow-y: scroll;
        }

            .h-details-tabs .details-tab-content > div.active {
                display: block;
            }

    .h-details-tabs .room-box {
        min-height: 50vh;
    }

        .h-details-tabs .room-box .top-line {
            background: #ececec;
            margin: 0;
            padding: 5px 15px;
            color: #2d2d2d;
        }

        .h-details-tabs .room-box .text-holder {
            padding: 10px 15px;
            border-bottom: 1px solid #ededed;
        }

            .h-details-tabs .room-box .text-holder h5 {
                font-size: 15px;
                line-height: 20px;
                color: rgb(8, 8, 8);
                font-weight: 600;
                margin: 0px 0px 5px;
            }

            .h-details-tabs .room-box .text-holder p {
                margin: 0;
                padding: 0;
                font-size: 14px;
                line-height: 22px;
            }

                .h-details-tabs .room-box .text-holder p a {
                    color: #1da599;
                }

            .h-details-tabs .room-box .text-holder .btm-box {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 5px;
            }

            .h-details-tabs .room-box .text-holder strong {
                font-size: 15px;
                line-height: 28px;
                color: rgb(8, 8, 8);
                font-weight: 600;
                margin: 0px;
            }

            .h-details-tabs .room-box .text-holder a.btn-choose {
                text-decoration: none;
                border-radius: 15px;
                border-width: 1px;
                border-style: dashed;
                border-color: rgb(29, 165, 153);
                border-image: initial;
                padding: 0px 15px;
                display: inline-block;
                color: #1da599;
            }

                .h-details-tabs .room-box .text-holder a.btn-choose:hover {
                    color: rgb(255, 255, 255);
                    background: rgb(29, 165, 153);
                }

            .h-details-tabs .room-box .text-holder.active {
                background: #f3fafa;
            }

                .h-details-tabs .room-box .text-holder.active a.btn-choose {
                    border: 0 !important;
                    color: #000 !important;
                    pointer-events: none;
                    position: relative;
                }

                    .h-details-tabs .room-box .text-holder.active a.btn-choose:after {
                        content: '';
                        position: absolute;
                        left: -8px;
                        top: 4px;
                        background: url(assets/images/icons/check.png) no-repeat 0 0 / 100%;
                        width: 17px;
                        height: 17px;
                    }

.panel-body .hotel-box ul.hotel-list li .hotel-opt .text-holder span.t-opt em.dst {
    display: none;
}

p.connection-time {
    color: #f00;
    padding: 5px 0 0 0;
    position: relative;
    margin-bottom: -5px;
}

    p.connection-time:after {
        content: '';
        position: absolute;
        right: 0;
        top: 13px;
        background: #ddd;
        height: 1px;
        width: 65%;
    }


.more-f-filters .f-top-box .custom-select-wrapper {
    display: inline-block;
    width: 94px;
}

    .more-f-filters .f-top-box .custom-select-wrapper .select-selected {
        border: 1px dashed #1da599;
        padding: 0px 10px;
        border-radius: 15px;
        display: inline-block;
        font-size: 13px;
        line-height: 24px;
        text-decoration: none;
        color: #1da599;
        margin: 0 10px 0 0;
        width: 100%;
        background-size: 14px;
        background-position: 92% 6px;
    }

    .more-f-filters .f-top-box .custom-select-wrapper .select-items {
        top: 27px;
        width: 100%;
        left: 0;
    }















.visa-card {
    position: relative;
}

.visa-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}


.visa-selected {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
}

    .visa-selected img {
        width: 28px;
        height: 20px;
        border-radius: 0px;
    }

.visa-head .remove-btn {
    cursor: pointer;
    font-size: 16px;
    color: #000;
}

    .visa-head .remove-btn:hover img {
        filter: brightness(0) saturate(100%) invert(20%) sepia(83%) saturate(7241%) hue-rotate(357deg) brightness(108%) contrast(115%);
    }

/* Dropdown */
.dropdown {
    display: none;
    position: absolute;
    top: 70px;
    left: 10px;
    width: 260px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .dropdown input {
        width: 95%;
        padding: 8px;
        margin: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .dropdown ul {
        list-style: none;
        max-height: 180px;
        overflow-y: auto;
        margin: 0;
        padding: 0;
    }

    .dropdown li {
        padding: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
    }

        .dropdown li:hover {
            background: #f0f0f0;
        }

    .dropdown img {
        width: 24px;
        height: 16px;
        border-radius: 3px;
    }

a.btn-visa-save {
    padding: 3px 20px;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    background: #1da599;
    color: #fff;
}

    a.btn-visa-save:hover {
        background: #ffc265;
        color: #fff;
    }

.visa-total-cost {
    display: block; /* hidden initially */
    position: absolute;
    left: 0;
    bottom: 30px;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    align-items: center;
}

    .visa-total-cost span {
        font-size: 15px;
        line-height: 24px;
        color: #080808;
        margin: 0 0 0px 0;
        font-weight: normal;
    }

        .visa-total-cost span em {
            font-style: normal;
            font-weight: bold;
        }

.side-visa .inner-box {
    height: 100vh;
}

































/* transport css */
.trans-opt {
    padding: 20px 0 0 0;
}

ul.inner-trans {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    ul.inner-trans li {
        list-style: none;
        padding: 0;
        flex: 1 1 calc(50% - 20px); /* two per row, adjust for gap */
        box-sizing: border-box;
        position: relative;
    }

        ul.inner-trans li span {
            border: 1px solid #e2e2e2;
            border-radius: 5px;
            display: block;
            padding: 5px 10px;
            line-height: 30px;
            cursor: pointer;
            position: relative;
        }

            ul.inner-trans li span em {
                position: absolute;
                right: 10px;
                top: 3px;
            }

                ul.inner-trans li span em img {
                    height: 16px;
                }

        ul.inner-trans li .ziarat-trans {
            background: #ffffff;
            border: 1px solid #e2e2e2;
            border-top: 0;
            border-radius: 0 0 5px 5px;
            width: 100%;
            opacity: 0;
            transition: all 0.3s ease-in-out;
            position: absolute;
            left: 0;
            top: 94%;
            z-index: 9;
            visibility: hidden;
            padding: 5px 10px;
        }

        ul.inner-trans li.active .ziarat-trans {
            opacity: 1;
            visibility: visible;
        }

.ziarat-trans h4 {
    font-size: 15px;
    line-height: 24px;
    color: #080808;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.ziarat-trans p {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 0 0;
    color: #080808;
}

.ziarat-trans .t-box,
.ziarat-trans .b-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ziarat-trans .t-box {
    margin-bottom: 10px;
}

.ziarat-trans .icon {
    padding: 0 10px;
}

a.info-trans {
    display: inline-block;
}

    a.info-trans img {
        height: 20px;
    }

a.btn-add-trans {
    padding: 3px 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    background: #1da599;
    color: #fff;
}

.ziarat-trans .m-box {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

    .ziarat-trans .m-box figure {
        width: 70px;
        height: 50px;
        border-radius: 5px;
        background: #ddd;
        padding: 2px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

        .ziarat-trans .m-box figure img {
            width: 100%;
        }

    .ziarat-trans .m-box h4 {
        margin-bottom: 0 !important;
    }


body.ziarat-trans-enable {
    overflow: hidden;
}

.ziarat-trans-enable .rightbar-overlay {
    display: block;
}

.ziarat-trans-details {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 35vw;
    right: -35vw;
    z-index: 9999;
    float: right !important;
    top: 0;
    bottom: 0;
    border-radius: 30px 0 0 30px;
}

.ziarat-trans-enable .ziarat-trans-details {
    right: 0;
}

.ziarat-trans-details .inner-box {
    padding: 24px 20px;
}

    .ziarat-trans-details .inner-box strong {
        font-size: 14px;
        line-height: 20px;
        display: block;
        font-weight: normal;
        color: #808080;
        margin: -10px 0 10px 50px;
    }

#sidebarDescription p,
#sidebarDescription li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
    color: #808080;
}

#sidebarDescription ul,
#sidebarDescription ol {
    list-style-type: decimal;
    margin-left: 20px;
}

/* Skeleton toggle for hotel details sidebar */
.side-hotel-details.loaded .skeleton-only {
    display: none !important;
}

.side-hotel-details.loaded #hotel-detail-content {
    display: block !important;
}

/* Hotel Details More Info Cards */
.info-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

    .info-card .card-header {
        border-bottom: 1px solid #e9ecef;
        padding: 15px 20px;
        margin-bottom: 15px;
        background: linear-gradient(135deg, #1da599 0%, #17a085 100%);
    }

        .info-card .card-header h5 {
            margin: 0;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }

            .info-card .card-header h5 i {
                margin-right: 8px;
                font-size: 18px;
            }

    .info-card .card-body {
        padding: 0 20px 20px 20px;
    }

    .info-card .detail-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }

        .info-card .detail-row:last-child {
            border-bottom: none;
        }

        .info-card .detail-row strong {
            color: #333;
            font-weight: 600;
            font-size: 14px;
        }

        .info-card .detail-row span {
            color: #666;
            font-size: 14px;
        }

    .info-card .amenity-item {
        display: flex;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #f0f0f0;
    }

        .info-card .amenity-item:last-child {
            border-bottom: none;
        }

        .info-card .amenity-item i {
            color: #28a745;
            margin-right: 12px;
            font-size: 16px;
            flex-shrink: 0;
        }

        .info-card .amenity-item span {
            color: #333;
            font-size: 14px;
            line-height: 1.4;
        }

.additional-details h5 {
    color: #1da599;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1da599;
    display: flex;
    align-items: center;
}

    .additional-details h5 i {
        margin-right: 8px;
        font-size: 20px;
    }

.additional-details .detail-section {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .additional-details .detail-section h6 {
        margin: 0 0 12px 0;
        color: #333;
        font-weight: 600;
        font-size: 15px;
        display: flex;
        align-items: center;
    }

        .additional-details .detail-section h6 i {
            margin-right: 8px;
            color: #1da599;
            font-size: 16px;
        }

    .additional-details .detail-section p {
        margin: 0;
        color: #666;
        line-height: 1.6;
        font-size: 14px;
    }

/* Booking Conditions Heading - Prevent unwanted content */
.side-booking-condi .side-heading {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.side-booking-condi #booking-hotel-name {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* Responsive adjustments for hotel details cards */
@media (max-width: 768px) {
    .info-card .card-body {
        padding: 0 15px 15px 15px;
    }

    .info-card .card-header {
        padding: 12px 15px;
        margin-bottom: 12px;
    }

    .additional-details .detail-section {
        padding: 15px;
        margin-bottom: 15px;
    }

    .info-card .detail-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

/* new hotel style */
.hotel-total-cost {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 30px;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    align-items: center;
}

.h-details-tabs .room-box .text-holder a.btn-room {
    text-decoration: none;
    border-radius: 15px;
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(29, 165, 153);
    border-image: initial;
    padding: 0px 15px;
    display: inline-block;
    color: #1da599;
}

    .h-details-tabs .room-box .text-holder a.btn-room:hover {
        color: rgb(255, 255, 255);
        background: rgb(29, 165, 153);
    }

a.btn-hotel-save {
    padding: 3px 20px;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    background: #1da599;
    color: #fff;
}

    a.btn-hotel-save:hover {
        background: #ffc265;
        color: #fff;
    }

/* ========================================
   Session Expiry Popup Styles
   ======================================== */
.session-expiry-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 24, 22, 0.82);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    animation: fadeIn 0.25s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.session-expiry-modal {
    background: #ffffff;
    border-radius: 24px;
    padding: 46px 38px;
    max-width: 440px;
    width: 90%;
    text-align: center;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    animation: slideUp 0.35s ease-out;
    position: relative;
    border-top: 6px solid #1da599;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.session-expiry-icon {
    margin: 0 auto 22px;
    color: #1da599;
    background: rgba(29, 165, 153, 0.12);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.session-expiry-title {
    font-size: 30px;
    font-weight: 700;
    color: #083c36;
    margin: 0 0 14px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.4px;
}

.session-expiry-message {
    font-size: 15px;
    color: #5b6c70;
    line-height: 1.7;
    margin: 0 0 32px;
    font-family: 'Open Sans', sans-serif;
}

.session-expiry-button {
    background: linear-gradient(135deg, #1da599 0%, #17a085 100%);
    color: #ffffff;
    border: none;
    border-radius: 40px;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 10px 25px rgba(23, 160, 133, 0.35);
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.3px;
}

    .session-expiry-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(23, 160, 133, 0.4);
        background: linear-gradient(135deg, #17a085 0%, #1da599 100%);
    }

    .session-expiry-button:active {
        transform: translateY(0);
        box-shadow: 0 6px 18px rgba(23, 160, 133, 0.3);
    }

    .session-expiry-button svg {
        transition: transform 0.3s ease;
    }

    .session-expiry-button:hover svg {
        transform: translateX(5px);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .session-expiry-modal {
        padding: 36px 26px;
        max-width: 92%;
    }

    .session-expiry-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 18px;
    }

    .session-expiry-title {
        font-size: 24px;
    }

    .session-expiry-message {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .session-expiry-button {
        padding: 12px 28px;
        font-size: 14px;
    }
}

/* ========================================
   Country Selection Popup Styles
   ======================================== */
.country-selection-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px 16px;
    background: rgba(6, 24, 22, 0.86);
    /*    backdrop-filter: blur(10px);*/
    z-index: 100000;
}

    .country-selection-overlay[data-selected="false"] {
        display: flex;
    }

    .country-selection-overlay.is-active {
        display: flex;
    }

.country-selection-modal {
    width: min(520px, 95vw);
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    padding: 40px 36px 36px;
    position: relative;
}

.country-selection-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(8, 60, 54, 0.08);
    color: #083c36;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

    .country-selection-close:hover {
        background: rgba(8, 60, 54, 0.16);
        transform: scale(1.05);
    }

.country-selection-header {
    text-align: center;
    margin-bottom: 28px;
}

.country-selection-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 16px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(29, 165, 153, 0.18) 0%, rgba(23, 160, 133, 0.12) 100%);
    color: #1da599;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.country-selection-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #083c36;
    margin: 0 0 8px;
}

.country-selection-header p {
    margin: 0;
    font-size: 15px;
    color: #5b6c70;
    line-height: 1.6;
}

.country-selection-body label {
    display: block;
    font-weight: 600;
    color: #083c36;
    margin-bottom: 10px;
}

.country-select-wrapper {
    position: relative;
    margin-bottom: 22px;
}

    .country-select-wrapper::after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #1da599;
        pointer-events: none;
        font-size: 16px;
    }

.country-select {
    width: 100%;
    /*    padding: 14px 18px;*/
    border-radius: 14px;
    border: 1px solid #dce9e7;
    background: #f6fbfa;
    font-size: 15px;
    color: #083c36;
    appearance: none;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

    .country-select:focus {
        border-color: #1da599;
        box-shadow: 0 0 0 4px rgba(29, 165, 153, 0.15);
        outline: none;
        background: #ffffff;
    }

.country-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.country-info-card {
    border-radius: 18px;
    border: 1px solid #dce9e7;
    background: #f8fbfb;
    padding: 18px;
    text-align: left;
}

.country-info-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #5b6c70;
    margin-bottom: 6px;
}

.country-info-card strong {
    display: block;
    font-size: 20px;
    color: #083c36;
    margin-bottom: 4px;
}

.country-info-card small {
    display: block;
    font-size: 12px;
    color: #7f8c8d;
}

.country-selection-modal .custom-select-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.country-selection-modal .select-selected,
.country-selection-modal .select-items li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.country-selection-modal .select-selected {
    border: 1px solid #dce9e7;
    border-radius: 14px;
    background: #f6fbfa;
    padding: 12px 16px;
    font-size: 15px;
    color: #083c36;
    cursor: pointer;
    margin-bottom: 5px;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

    .country-selection-modal .select-selected:hover,
    .country-selection-modal .select-selected:focus {
        border-color: #1da599;
        box-shadow: 0 0 0 4px rgba(29, 165, 153, 0.12);
    }

.country-selection-modal .select-search-input {
    width: 100%;
    padding: 10px 16px;
    margin-top: 6px;
    border: 1px solid #dce9e7;
    border-radius: 14px;
    background: #f6fbfa;
    font-size: 15px;
    color: #083c36;
    outline: none;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

    .country-selection-modal .select-search-input:focus {
        border-color: #1da599;
        box-shadow: 0 0 0 4px rgba(29, 165, 153, 0.12);
    }

.country-selection-modal .select-items {
    margin-top: 6px;
    border-radius: 14px;
    border: 1px solid rgba(8, 60, 54, 0.08);
    background: #ffffff;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 16px 34px rgba(6, 24, 22, 0.14);
    z-index: 10;
}

    .country-selection-modal .select-items li {
        padding: 10px 16px;
        cursor: pointer;
        font-size: 15px;
        color: #083c36;
    }

        .country-selection-modal .select-items li:hover,
        .country-selection-modal .select-items li.active {
            background: rgba(29, 165, 153, 0.08);
        }

.select-item-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select-flag {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(8, 60, 54, 0.12);
}

.country-change-trigger .country-change-flag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(8, 60, 54, 0.12);
    margin-right: 8px;
}

.country-selection-message {
    min-height: 20px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #e74c3c;
}

    .country-selection-message.success {
        color: #1da599;
    }

.country-selection-button {
    width: 100%;
    border: none;
    border-radius: 40px;
    background: linear-gradient(135deg, #1da599 0%, #17a085 100%);
    color: #ffffff;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .country-selection-button:disabled {
        cursor: not-allowed;
        background: linear-gradient(135deg, rgba(29, 165, 153, 0.5) 0%, rgba(23, 160, 133, 0.4) 100%);
        box-shadow: none;
    }

    .country-selection-button:not(:disabled):hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 26px rgba(23, 160, 133, 0.35);
        background: linear-gradient(135deg, #17a085 0%, #1da599 100%);
    }

.btn-spinner {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-top-color: #ffffff;
    animation: spin 0.7s linear infinite;
    display: none;
}

.country-selection-button.loading .btn-spinner {
    display: inline-block;
}

.country-selection-button.loading .btn-text {
    opacity: 0.8;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.country-change-trigger {
    position: absolute;
    top: 24px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 24px;
    border: 1px solid rgba(29, 165, 153, 0.25);
    background: rgba(255, 255, 255, 0.9);
    color: #083c36;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    z-index: 20;
}

    .country-change-trigger i {
        color: #1da599;
    }

    .country-change-trigger small {
        font-size: 11px;
        color: #5b6c70;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }

    .country-change-trigger:hover {
        border-color: rgba(29, 165, 153, 0.6);
        background: #ffffff;
        box-shadow: 0 12px 24px rgba(6, 24, 22, 0.12);
    }

@media (max-width: 768px) {
    .country-selection-modal {
        padding: 32px 24px;
    }

    .country-selection-header h2 {
        font-size: 24px;
    }

    .country-selection-header p {
        font-size: 14px;
    }

    .country-info-grid {
        gap: 12px;
    }

    .country-change-trigger {
        top: 16px;
        right: 16px;
        padding: 8px 14px;
    }
}







.modal.new-login h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 15px 0;
    font-weight: 500;
    color: #007700;
}

.modal.new-login {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

    .modal.new-login .modal-content {
        background: #fff;
        margin: 5% auto;
        padding: 20px;
        width: 800px;
        border-radius: 8px;
        position: relative;
    }

    .modal.new-login span.close {
        position: absolute;
        right: -12px;
        top: -7px;
        border-radius: 30px;
        background: #1da599;
        opacity: 1;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-weight: normal;
        text-shadow: none;
        color: #fff;
    }

.login-holder .tab-nav {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .login-holder .tab-nav .tab-link {
        text-align: center;
        padding: 0 0 10px 0;
        margin-right: 25px;
        cursor: pointer;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        font-size: 18px;
        color: #080808;
        font-weight: 500;
    }

.modal.new-login .fieldset p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

    .modal.new-login .fieldset p a {
        color: #1da599;
    }

        .modal.new-login .fieldset p a:hover {
            color: #f39e3d;
        }

.login-holder .tab-nav .tab-link:hover {
    color: #1da599;
}

.login-holder .tab-nav .tab-link.active {
    border-bottom: 2px solid #1da599;
    color: #1da599;
}

.login-holder .tab-content .v-passenger > p {
    font-size: 16px;
    line-height: 20px;
}

.modal.new-login .info-box .fieldset input[type="text"], .modal.new-login .info-box .fieldset input[type="email"], .modal.new-login .info-box .fieldset input[type="password"], .modal.new-login .info-box1 .fieldset input[type="email"], .modal.new-login .info-box .fieldset select {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0;
    outline: none;
}

.modal.new-login .fieldset .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0;
}
