@charset "utf-8";

* {
    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: 99;
    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;
    padding: 0;
    align-items: self-start;
    width:  22% !important;
}

    .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: "\e92c";
        font-family: "icomoon";
        color: #1da599;
        font-size: 30px;
        line-height: 1;
    }

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;
    width:  15%;
}

    .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;
}

    .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;
            }

            .banner .img-holder .sliding-images .madina-man {
                position: absolute;
                left: 120px;
                bottom: 25px;
                z-index: 2;
            }

            .banner .img-holder .sliding-images .makkah {
                position: absolute;
                right: 0;
                bottom: 2px;
                z-index: 1;
            }

            .banner .img-holder .sliding-images .makkah-women {
                position: absolute;
                right: 120px;
                bottom: 18px;
                z-index: 2;
            }

            .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;
    visibility: hidden;
}

    .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 {
        pointer-events: none;
        content: "\e93d";
        font-family: "icomoon";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 32px;
        line-height: 90px;
        color: #fff;
        width: 95px;
        text-align: center;
    }

.main-search .form-field {
    padding: 0 0 0 40px;
    position: relative;
    width: 25%;
}

    .main-search .form-field i {
        position: absolute;
        left: 8px;
        top: 3px;
        color: #080808;
        font-size: 23px;
        line-height: 36px;
    }

    .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;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 1px;
    right: 0;
    width: 100%;
}

.autocomplete.first-auto .autocomplete-items {
    right: -16px;
    width: 100%;
    left: auto;
}

.autocomplete-items div {
    padding: 6px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

    .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: "\e906";
            font-family: "icomoon";
            position: absolute;
            left: 0;
            top: 0;
            font-size: 13px;
            line-height: 26px;
            color: #47e42c;
            font-weight: normal;
        }

.empty-section {
    padding: 0;
    margin: -30px 0 0 0;
}

    .empty-section figure {
        width: 100%;
        margin: 0;
    }

        .empty-section figure img {
            width: 100%;
        }

/* Testimonial section style */

.testimonial-sec {
    padding: 0;
}

    .testimonial-sec .col-lg-12:before {
        content: "\e919";
        font-family: "icomoon";
        position: absolute;
        left: 60px;
        top: -56px;
        font-size: 150px;
        line-height: 1;
        color: #080808;
        font-weight: 700;
        z-index: 1;
    }

    .testimonial-sec .inner-box {
        position: relative;
        padding: 60px 30px 64px;
        overflow: hidden;
        background: url(assets/images/testimonial-bg.webp) no-repeat 0 0 / cover;
        border-radius: 15px;
    }

        .testimonial-sec .inner-box span.shadow {
            position: absolute;
            right: -50px;
            bottom: -25px;
            color: #ffd25f;
            font-size: 109px;
            line-height: 1;
            text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
            z-index: 1;
            font-weight: 700;
            pointer-events: none;
        }

ul.testimonail-slider {
    margin: 0 0;
    text-align: center;
    padding: 30px 0 0 0;
}

    ul.testimonail-slider .draggable {
        overflow: hidden;
        text-align: left;
    }

    ul.testimonail-slider li {
        float: left;
        list-style: none;
        margin: 0 0 40px;
        position: relative;
        padding: 0 20px;
    }

        ul.testimonail-slider li.slick-center:after {
            content: "";
            position: absolute;
            left: 0;
            top: 22px;
            width: 1px;
            height: 65%;
            background: #cea34b;
        }

        ul.testimonail-slider li.slick-center:before {
            content: "";
            position: absolute;
            right: 0;
            top: 22px;
            width: 1px;
            height: 65%;
            background: #cea34b;
        }

        ul.testimonail-slider li span {
            display: block;
            padding: 0;
            margin: 0;
        }

            ul.testimonail-slider li span i {
                display: inline-block;
                vertical-align: top;
            }

        ul.testimonail-slider li p {
            margin: 0 0 15px;
            font-size: 16px;
            line-height: 22px;
            font-style: italic;
            color: #080808;
            display: -webkit-box;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        ul.testimonail-slider li .img-holder {
            display: block;
            margin: 0;
            padding: 0;
        }

            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;
            }

    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;
    text-align: center;
}

.draggable {
    overflow: hidden;
}

ul.latest-umrah-slide li {
    float: left;
    list-style: none;
    margin: 0 0 40px;
    position: relative;
    padding: 0 20px;
}

    ul.latest-umrah-slide li.slick-center {
        z-index: 5;
    }

    ul.latest-umrah-slide li .img-holder {
        width: 360px;
        transform: scale(1);
        transition: all 0.3s ease-in-out;
    }

    ul.latest-umrah-slide li.slick-center .img-holder {
        width: 500px;
        transform: scale(1);
        margin: -57px 0 0 -80px;
    }

        ul.latest-umrah-slide li.slick-center .img-holder img {
            box-shadow: 3px 0px 10px 0px rgba(115, 199, 192, 0.4);
        }

    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;
            transform: scale(0);
            border-radius: 20px;
            background: #1da599;
            padding: 50px 18px 0;
            opacity: 0;
            transition: all 0.3s ease-in-out;
        }

    ul.latest-umrah-slide li.slick-center .img-holder figure figcaption {
        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 span:after {
            content: "\e901";
            font-family: "icomoon";
            position: absolute;
            left: 0px;
            top: -1px;
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            font-weight: 400;
            z-index: 1;
        }

    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;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    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) no-repeat 0 0 / cover;
}

.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 20px;
}

.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 {
            display: block;
            font-size: 12px;
            line-height: 22px;
            font-weight: normal;
            color: #959492;
            margin: 0;
        }

        .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: 32%;
            }

        .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: 20px;
    top: 15px;
    position: absolute;
    height: 60px;
    text-align: right;
}

    .chose-opt.change-r {
        top: 20px;
    }

    .chose-opt strong {
        display: block;
        font-size: 16px;
        line-height: 1;
        margin: 0;
        font-weight: 600;
    }

.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:last-child {
            border-bottom: 0;
        }

        .main-content .content-holder .panel-group .panel .panel-body {
            padding: 0 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: "\e936";
                font-family: "icomoon";
                position: absolute;
                top: -1px;
                left: 0;
                padding: 0;
                pointer-events: none;
                font-size: 20px;
                line-height: 30px;
                text-align: center;
                color: #1da599;
                transition: all 0.3s ease-in-out;
                font-weight: normal;
            }

            .main-content .content-holder .panel-group .panel a.heading:after {
                content: "\e92e";
                font-family: "icomoon";
                position: absolute;
                top: -1px;
                left: 0;
                padding: 0;
                pointer-events: none;
                font-size: 20px;
                line-height: 30px;
                text-align: center;
                color: #1da599;
                transition: all 0.3s ease-in-out;
                font-weight: normal;
            }

.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: 16px;
        line-height: 24px;
        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: "\e93b";
            font-family: "icomoon";
            position: absolute;
            top: 1px;
            left: -7px;
            font-size: 10px;
            line-height: 24px;
        }

        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;
    }

.visa-box {
    padding: 0;
    margin: 0;
}

    .visa-box p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 0 0;
        color: #080808;
    }

        .visa-box p span {
            color: #808080;
        }

.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: 14px;
        line-height: 22px;
        margin: 0 0 0 0;
        color: #080808;
    }

        .flight-box p span {
            color: #808080;
        }

.side-flight {
    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-flight.show {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .side-flight .inner-box {
        padding: 24px 20px;
    }

    .side-flight .flight-box p {
        font-weight: 600;
    }

    .side-flight .flight-map {
        padding: 10px 0 5px 0;
    }

.inner-box h4.side-heading {
    font-size: 22px;
    line-height: 34px;
    color: #080808;
    font-weight: 600;
    margin: 0 0 15px 0;
}

    .inner-box h4.side-heading a {
        display: inline-block;
        vertical-align: top;
        width: 34px;
        height: 34px;
        line-height: 34px;
        background: #f1f9f9;
        border: 1px solid #d3edeb;
        color: #1da599;
        border-radius: 30px;
        text-align: center;
        font-size: 18px;
        margin-right: 13px;
    }

        .inner-box h4.side-heading a:hover {
            color: #fff;
            background: #1da599;
        }

.flight-map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15% 5px 0;
}

    .flight-map .box {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
        align-items: center;
    }

        .flight-map .box .img-holder {
            width: 50px;
            margin: 0 12px 0 0;
        }

            .flight-map .box .img-holder figure {
                display: block;
                width: 50px;
                height: 50px;
                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: 13px;
                line-height: 18px;
                color: #808080;
            }

    .flight-map .m-box {
        position: relative;
        width: 250px;
        text-align: center;
    }

        .flight-map .m-box .text-holder i {
            position: absolute;
            left: 50%;
            top: 21px;
            width: 65px;
            z-index: 1;
            margin-left: -32px;
            background: #fff;
            color: #ffc265;
            font-size: 30px;
            line-height: 1;
        }

        .flight-map .m-box .text-holder strong {
            display: block;
            font-size: 14px;
            line-height: 20px;
            font-weight: 600;
            color: #080808;
            margin: 0 0 15px 0;
            padding: 0 0 15px 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;
    }

    .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 {
    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 {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .side-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: 10px;
        width: 96%;
        margin-left: 8px;
        border-radius: 10px;
    }

        .price-range-slider .range-bar .ui-slider-range {
            background: #ffc265;
            border-radius: 10px;
            height: 6px;
            top: 2px;
        }

        .price-range-slider .range-bar .ui-slider-handle {
            border: none;
            border-radius: 25px;
            background: #ffc265;
            border: 4px solid #fff;
            height: 18px;
            width: 18px;
            top: -5px;
            cursor: pointer;
            box-shadow: 0px 0 0px 1px rgba(0, 0, 0, 0.1);
        }

            .price-range-slider .range-bar .ui-slider-handle + span {
                background: #ffc265;
            }

.hotel-holder {
    margin: 0 0 0 0;
    height: 350px;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.inner-hotel {
    min-height: 550px;
    padding: 0 10px 0 0;
}

#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;
}

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%;
                    }

            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;
            }

                ul.hotel-list li .hotel-opt .text-holder:after {
                    content: "\e907";
                    font-family: "icomoon";
                    position: absolute;
                    top: 5px;
                    right: 10px;
                    font-size: 20px;
                    line-height: 24px;
                    color: #c1e6e3;
                    transition: all 0.3s ease-in-out;
                }

        ul.hotel-list li.active .hotel-opt .text-holder:after {
            content: "\e906";
            color: #1da599;
        }

        ul.hotel-list li .hotel-opt:hover .text-holder,
        ul.hotel-list li .hotel-opt.active .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 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;
                }

                ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a {
                    color: #1da599;
                    text-decoration: underline;
                    font-size: 12px;
                    line-height: 28px;
                    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;
                        color: #080808;
                        background: #f1f9f9;
                        border-radius: 15px;
                        border: 1px solid #d2edeb;
                        padding: 0 15px;
                    }

                        ul.hotel-list li .hotel-opt .text-holder .btm-box .r-box a.btn-choose:hover,
                        ul.hotel-list li.active .hotel-opt .text-holder .btm-box .r-box a.btn-choose {
                            color: #fff;
                            background: #1da599;
                            border-color: #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 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;
                overflow: hidden;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .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: 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: 14px;
                        background: #1da599;
                        width: 1px;
                        height: 10px;
                    }

.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;
}

    .addon-box p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 8px 0;
        color: #808080;
    }

    .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: 5px 0 0 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: "\e944";
                font-family: "icomoon";
                width: 20px;
                line-height: 20px;
                text-align: center;
                font-weight: 600;
                font-size: 13px;
                color: #1da599;
            }

            .w-chair .box a:after {
                content: "\e907";
                font-family: "icomoon";
                position: absolute;
                left: 0;
                top: 3px;
                width: 20px;
                height: 20px;
                font-size: 20px;
                color: #1da599;
                transition: all 0.3s ease-in-out;
            }

            .w-chair .box a:hover:before {
                content: '';
                position: absolute;
                left: 5px;
                top: 9px;
                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;
    }

.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: 16px;
            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: 30%;
                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: 16.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: 64.7%;
            }

            .review-table ul li span.price {
                font-size: 14px;
                color: #e0992e;
                font-weight: 600;
                float: left;
                width: 18.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.jpg) 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;
                }

.btn-custom {
    background-color: #1da599;
    border-color: #1da599;
    color: white;
}

    .btn-custom:hover {
        background-color: #178f83;
        border-color: #178f83;
    }
