.new-search {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.01);
    padding: 15px 20px;
    position: absolute;
    top: -160px;
    margin: 0 12%;
}

    .new-search .form-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

.form-holder .fieldset {
    width: 28%;
    margin-right: 20px;
    position: relative;
}

    .form-holder .fieldset img.icon {
        width: 20px;
        position: absolute;
        left: 12px;
        top: 17px;
        z-index: 1;
    }

.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form-holder .fieldset .did-floating-label-content {
    background: #fff;
    height: 60px;
    border: 1px solid #ddd;
    padding: 0 5px 0 40px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 0;
}

.form-holder .fieldset .autocomplete.first-auto input {
    border-radius: 0;
    padding: 0;
    margin: 28px 0 0 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #555;
}

.form-holder .fieldset .did-floating-label {
    color: #000;
    padding: 0 0 10px 20px;
    top: 16px;
    font-size: 18px;
    font-weight: 600;
}

.required-docs .text-holder {
    padding: 0;
    margin: 0 0%;
    display: block;
    text-align: center;
}

    .required-docs .text-holder h2 {
        font-size: 30px;
        line-height: 38px;
        font-weight: 700;
        color: #080808;
        margin: 0 0 10px 0;
    }

    .required-docs .text-holder p {
        font-size: 16px;
        line-height: 26px;
        color: #080808;
        margin-bottom: 30px;
    }

strong.traveller {
    color: #080808;
    background: none;
    border: 0;
    border-bottom: 0;
    padding: 0 30px 5px 0;
    box-shadow: none;
    height: auto;
    border-radius: 0;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
}

    strong.traveller:after {
        content: '';
        position: absolute;
        top: 8px;
        right: 0;
        padding: 0;
        transition: .25s all ease;
        pointer-events: none;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #333;
    }

.traveller-box {
    position: absolute;
    width: 250px;
    right: 0;
    top: 50px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    border: 1px solid #dfdfdf;
}

    .traveller-box.show {
        pointer-events: visible;
        opacity: 1;
        top: 30px;
    }

    .traveller-box .form-spinner {
        margin-bottom: 10px;
    }

    .traveller-box .btn {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        border-radius: 0;
        z-index: 200;
        position: absolute;
        width: 34px;
        height: 34px;
        top: 0;
        background: #ff9924;
    }

        .traveller-box .btn img {
            width: 100%;
        }

        .traveller-box .btn:focus,
        .traveller-box .btn:active,
        .traveller-box input:focus {
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
            outline: none;
        }

    .traveller-box .btn-decrement {
        border: none;
        left: 20px;
    }

    .traveller-box .btn-increment {
        border: none;
        right: 0;
    }

    .traveller-box .spinner-control {
        display: inline-block;
        width: 63%;
        position: relative;
        padding: 0 34px 0 0;
        text-align: right;
    }

        .traveller-box .spinner-control input {
            border: none;
            background-color: #fff;
            color: #080808;
            text-align: center;
            z-index: 100;
            width: 50px;
            height: 34px;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            cursor: default;
            display: inline-block;
            font-weight: 600;
        }

    .traveller-box .form-spinner label {
        width: 35%;
        display: inline-block;
        text-align: left;
        color: #080808;
        font-size: 14px;
        line-height: 34px;
        font-weight: 600;
    }

    .traveller-box .done {
        background: #ff9924;
        border-radius: 30px;
        display: block;
        border: 0;
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 30px;
        text-transform: uppercase;
        color: #fff;
        width: 100%;
        font-weight: 600;
        text-align: center;
    }

        .traveller-box .done:hover {
            background: #1da599;
        }

.search-box {
    background: #fff;
    display: block;
    border-radius: 30px;
    margin: 0 7%;
    text-align: left;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
}

    .search-box .fieldset {
        display: inline-block;
        margin: 0 -4px 0 0;
        width: 22%;
        position: relative;
        vertical-align: top;
        border: 1px solid #dfdfdf;
        border-right: 0;
    }

        .search-box .fieldset:first-child {
            border-radius: 30px 0 0 30px;
            padding-right: 15px;
        }

        .search-box .fieldset:nth-child(2) {
            padding-left: 15px;
        }

        .search-box .fieldset input[type=submit] {
            width: 100%;
            background: #1da599;
            color: #fff;
            font-size: 14px;
            line-height: 40px;
            height: 40px;
            font-weight: 600;
            text-align: center;
            border: 0;
            border-radius: 0 30px 30px 0;
            cursor: pointer;
            text-transform: uppercase;
        }

            .search-box .fieldset input[type=submit]:hover {
                background: #ff9924;
            }

        .search-box .fieldset:last-child:hover {
            border: 1px solid #ff9924;
        }

        .search-box .fieldset:last-child {
            width: 12.5%;
            border: 1px solid #1da599;
            border-radius: 0 30px 30px 0;
            padding: 0;
        }

        .search-box .fieldset .chosen-container-single .chosen-single span {
            padding: 5px 0 0 0;
        }

        .search-box .fieldset .swiched {
            position: absolute;
            width: 26px;
            height: 26px;
            left: -13px;
            top: 8px;
            z-index: 2;
            border: 1px solid #1da599;
            border-radius: 20px;
            background: #fff;
        }

            .search-box .fieldset .swiched:after {
                content: '';
                position: absolute;
                left: 3px;
                top: 6px;
                background: url(assets/images/change-text.webp) no-repeat 0 0;
                width: 16px;
                height: 11px;
            }

.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: 0;
    width: 100%;
    left: auto;
}

.autocomplete-items div {
    padding: 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;
}

.deal-sec {
    padding: 40px 0 20px 0;
}

    .deal-sec .text-holder {
        padding: 0;
        margin: 0 6%;
        display: block;
        text-align: center;
    }

        .deal-sec .text-holder p {
            font-size: 14px;
            line-height: 22px;
            color: #000;
            margin-bottom: 30px;
        }

.sec-heading {
    padding: 0 0 15px;
    text-align: center;
    display: block;
}

    .sec-heading h2 {
        font-size: 30px;
        line-height: 38px;
        font-weight: 700;
        color: #080808;
        margin: 0 0 10px 0;
    }

ul.flight-deals {
    margin: 0 -15px;
    padding: 0;
    text-align: center;
}

    ul.flight-deals li {
        display: inline-block;
        padding: 0 15px;
        margin: 0 -4px 30px 0;
    }

        ul.flight-deals li a {
            display: block;
        }

        ul.flight-deals li .deal-holder {
            border-radius: 10px;
            overflow: hidden;
            padding: 0;
            background: #fff;
            text-align: left;
            box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
        }

            ul.flight-deals li .deal-holder .img-holder {
                position: relative;
                padding: 0;
                display: block;
            }

                ul.flight-deals li .deal-holder .img-holder figure {
                    position: relative;
                    display: block;
                    margin: 0;
                }

                    ul.flight-deals li .deal-holder .img-holder figure img {
                        width: 100%;
                    }

                    ul.flight-deals li .deal-holder .img-holder figure figcaption {
                        position: absolute;
                        left: 0;
                        top: 0;
                        padding: 18px 0 0 30px;
                    }

                        ul.flight-deals li .deal-holder .img-holder figure figcaption:after {
                            content: '';
                            position: absolute;
                            left: 17.7px;
                            top: 33px;
                            width: 1px;
                            height: 35%;
                            border: 1px dashed #fff;
                        }

                        ul.flight-deals li .deal-holder .img-holder figure figcaption strong {
                            display: block;
                            color: #fff;
                            font-size: 22px;
                            line-height: 28px;
                            font-weight: 600;
                            position: relative;
                        }

                            ul.flight-deals li .deal-holder .img-holder figure figcaption strong:after {
                                content: '';
                                position: absolute;
                                left: -15px;
                                top: 10px;
                                width: 7px;
                                height: 7px;
                                background: #fff;
                                border-radius: 10px;
                            }

            ul.flight-deals li .deal-holder .text-holder {
                text-align: left;
                overflow: hidden;
                display: block;
                padding: 7px 5px;
            }

                ul.flight-deals li .deal-holder .text-holder span {
                    display: inline-block;
                    font-size: 15px;
                    line-height: 30px;
                    color: #0a3991;
                }

                ul.flight-deals li .deal-holder .text-holder strong {
                    float: right;
                    font-size: 18px;
                    line-height: 30px;
                    font-weight: 500;
                    color: #080808;
                    margin: 0;
                }

                    ul.flight-deals li .deal-holder .text-holder strong em {
                        font-style: normal;
                        font-size: 14px;
                    }

        ul.flight-deals li a:hover .deal-holder .text-holder span,
        ul.flight-deals li a:hover .deal-holder .text-holder strong {
            color: #1da599;
        }

ul.top-flights {
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul.top-flights li {
        margin: 0 -4px 30px 0;
        list-style: none;
    }

        ul.top-flights li a {
            display: block;
            background: #fff;
            padding: 10px 15px;
            border-radius: 10px;
            box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
            border: 1px solid #fff;
        }

            ul.top-flights li a:hover {
                border: 1px solid #1da599;
            }

            ul.top-flights li a img {
                width: 100%;
                transition: all 0.3s ease-in-out;
            }

            ul.top-flights li a:hover img {
                transform: scale(1.1);
            }

.route-sec {
    background: #f7fbfb;
    padding: 30px 0 40px;
}

    .route-sec .sec-heading p {
        margin-bottom: 0;
    }

ul.local-routes {
    margin: 0;
    padding: 0;
}

    ul.local-routes li {
        list-style: none;
        margin-bottom: 0;
        overflow: hidden;
    }

        ul.local-routes li a {
            display: block;
            padding: 5px 0;
            margin-bottom: 5px;
            position: relative;
            border-bottom: 1px solid #e0e0e0;
            overflow: hidden;
        }

            ul.local-routes li a:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                height: 1px;
                width: 0%;
                background: #1da599;
                transition: all 0.3s ease-in-out;
            }

            ul.local-routes li a:hover:after {
                width: 100%;
            }

            ul.local-routes li a h3 {
                font-size: 20px;
                line-height: 28px;
                color: #080808;
                margin: 0;
                font-weight: 500;
                font-family: 'Poppins', sans-serif;
                transition: all 0.3s ease-in-out;
            }

            ul.local-routes li a:hover h3 {
                color: #1da599;
            }

            ul.local-routes li a strong {
                font-size: 16px;
                line-height: 24px;
                color: #080808;
                display: block;
                font-weight: 500;
                font-family: 'Poppins', sans-serif;
            }

                ul.local-routes li a strong em {
                    font-style: normal;
                    font-weight: normal;
                }

.flight-tabs-sec {
    padding: 30px 0 40px;
    background: #f7fbfb;
}

.content-sec {
    padding: 0 0 20px 0;
}

    .content-sec p {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin-bottom: 15px;
    }

        .content-sec p a {
            color: #1da599;
        }

            .content-sec p a:hover {
                text-decoration: underline;
            }

    .content-sec h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        color: #0a3991;
        margin-bottom: 10px;
    }

.faq-sec {
    padding: 0 0 30px;
}

.rating-sec {
    padding: 0 0 40px;
}

    .rating-sec h2 {
        font-size: 24px;
        line-height: 30px;
        color: #0a3991;
        margin: 0 0 20px 0;
        font-weight: 800;
    }

.review {
    background-image: linear-gradient(55deg, #ff5d12 0, #ff9623 100%);
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 15px;
}

    .review h1 {
        font-size: 80px;
        line-height: 80px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    .review p {
        font-size: 14px;
        line-height: 10px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

.progress_bar {
    padding: 10px 0 0 0;
}

.progress {
    width: 80%;
    border-radius: 30px;
    height: 13px;
    background-color: #e6f4fe;
    margin: 0;
    box-shadow: none;
    background-image: none;
}

.progress-bar {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #1da599;
}

.value_progress {
    display: flex;
    color: #080808;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    margin-bottom: 7px;
}

.num-1 {
    margin-right: 15px;
}

    .num-1 span img {
        display: inline-block;
        vertical-align: top;
        margin: 4px 0px 0 2px;
    }

.num-2 {
    margin-left: 15px;
}

.opinion-btn {
    width: 77%;
}

.blue-btn {
    background-image: linear-gradient(55deg, #1ab7e2 0, #30e3ee 100%);
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: all 1s;
    line-height: normal;
    text-decoration: none;
    border-radius: 50px;
    padding: 13px 40px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: block;
}

    .blue-btn:hover {
        background-image: linear-gradient(55deg, #ff5d12 0%, #ff9623 100%);
        color: #fff;
    }

.btm-contact-sec {
    background: url(assets/images/bg-contact.jpg) no-repeat 0 0/cover;
    padding: 30px 0 40px 0;
    margin: 100px 0 0 0;
}

.icon-heading {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 0 20px 0;
}

    .icon-heading figure {
        background: #fff;
        border-radius: 50%;
        overflow: hidden;
        height: 80px;
        width: 80px;
        box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
        margin: -75px auto 20px;
    }

        .icon-heading figure img {
            width: 100%;
        }

    .icon-heading h3 {
        color: #fff;
        font-size: 26px;
        line-height: 30px;
        font-weight: 800;
        margin: 0 0 0;
    }

.btm-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
    padding: 30px 15px 30px 15px;
    margin: 0 0 -110px 0;
    position: relative;
    z-index: 9;
}

    .btm-form:after {
        content: '';
        position: absolute;
        left: -30px;
        top: -204px;
        background: url(assets/images/inquiry-img.gif) no-repeat 0 0;
        width: 318px;
        height: 204px;
    }

    .btm-form .fieldset {
        border-bottom: 1px solid #e2e2e2;
        margin: 0 0 30px 0;
    }

    .btm-form .autocomplete input {
        background: none;
    }

    .btm-form .did-floating-label-content {
        padding: 0;
    }

    .btm-form .did-floating-label {
        left: 0;
        top: 8px;
        padding: 0;
        color: #7b7b7b;
    }

    .btm-form .did-floating-input:not(:placeholder-shown) ~ .did-floating-label,
    .btm-form .did-floating-input:focus ~ .did-floating-label,
    .btm-form .did-floating-select:focus ~ .did-floating-label {
        top: -20px;
        font-size: 14px;
        width: auto;
        padding: 0 0;
        border-radius: 0;
        box-shadow: none;
    }

    .btm-form .opinion-btn {
        width: 100%;
        display: block;
        margin: -45px 0 0;
        text-align: right;
    }

        .btm-form .opinion-btn .blue-btn {
            display: inline-block;
            width: 18%;
            padding: 12px 40px;
        }

.get-offer {
    position: absolute;
    right: 80px;
    bottom: 60px;
}

.top-btn {
    display: block;
    margin: 0 0 30px;
    width: 66px;
    height: 66px;
}

.offer {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: block;
    position: relative;
}

    .offer:before, .offer:after {
        position: absolute;
        width: 66px;
        height: 66px;
        border: 1px solid #000;
        opacity: 0;
        border-radius: 50%;
        animation: pulse 2s infinite ease-out;
        left: 0;
        top: 0;
        pointer-events: none;
    }

    .offer:before {
        content: "";
        animation-delay: 0s;
    }

    .offer:after {
        content: "";
        animation-delay: 1.5s;
    }

    .offer a {
        width: 66px;
        height: 66px;
        font-style: normal;
        background: #fff;
        border-radius: 50%;
        display: inline-block;
        color: #080808;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        text-align: center;
        padding: 14px 0 0 0;
        box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
    }

.marker, .marker:before, .marker:after {
    display: block;
    width: 66px;
    height: 66px;
    border: 2px solid red;
    position: relative;
    border-radius: 50%;
}

    .marker:before, .marker:after {
        position: absolute;
        margin-left: -4px;
        margin-top: -4px;
        opacity: 0;
        border: 4px solid red;
        animation: pulse 3s infinite ease-out;
    }

    .marker:before {
        content: "";
        animation-delay: 0s;
    }

    .marker:after {
        content: "";
        animation-delay: 1.5s;
    }


@keyframes pulse {
    from {
        transform: scale(1);
        opacity: .5;
    }

    to {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

/* Landing page style */
ul.det-list {
    margin: -10px 5% 0;
    padding: 0;
}

    ul.det-list li {
        list-style: none;
        display: inline-block;
        margin: 0 0 10px 0;
        padding: 0 10px;
        color: #8d8d8d;
        font-size: 14px;
        line-height: 24px;
    }

        ul.det-list li strong {
            display: inline-block;
            color: #080808;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            padding: 0 0 0 5px;
        }

.ads-img {
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
}

    .ads-img a {
        display: inline-block;
    }

ul.route-detail-list {
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
}

    ul.route-detail-list li {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        border-bottom: 1px solid #e0e0e0;
    }

        ul.route-detail-list li:nth-child(even) {
            background: #f8f8f8;
        }

        ul.route-detail-list li:last-child {
            border: 0;
        }

        ul.route-detail-list li .holder-box {
            position: relative;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            cursor: pointer;
        }

            ul.route-detail-list li .holder-box:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border: 1px solid #1da599;
                opacity: 0;
                transition: all 0.3s ease-in-out;
                pointer-events: none;
            }

            ul.route-detail-list li .holder-box:hover:after {
                opacity: 1;
            }

            ul.route-detail-list li .holder-box .flight-holder {
                display: flex;
                padding: 16px 20px;
            }

                ul.route-detail-list li .holder-box .flight-holder:nth-child(2) {
                    border-left: 1px solid #e0e0e0;
                    border-right: 1px solid #e0e0e0;
                }

                ul.route-detail-list li .holder-box .flight-holder .holder {
                    overflow: hidden;
                    padding: 0;
                }

                    ul.route-detail-list li .holder-box .flight-holder .holder figure {
                        float: left;
                        width: 42px;
                        height: 42px;
                        border: 1px solid #e0e0e0;
                        border-radius: 50%;
                    }

                        ul.route-detail-list li .holder-box .flight-holder .holder figure img {
                            width: 100%;
                        }

                    ul.route-detail-list li .holder-box .flight-holder .holder .text-box {
                        overflow: hidden;
                        padding: 0 0 0 10px;
                    }

                        ul.route-detail-list li .holder-box .flight-holder .holder .text-box h5 {
                            font-size: 16px;
                            line-height: 24px;
                            color: #080808;
                            font-weight: 600;
                            margin: 0;
                            font-family: 'Poppins', sans-serif;
                        }

                        ul.route-detail-list li .holder-box .flight-holder .holder .text-box p {
                            font-size: 12px;
                            line-height: 18px;
                            color: #696969;
                            margin: 0;
                            font-weight: 500;
                        }

                ul.route-detail-list li .holder-box .flight-holder .holder-end {
                    padding: 0;
                }

                    ul.route-detail-list li .holder-box .flight-holder .holder-end h5 {
                        font-size: 16px;
                        line-height: 24px;
                        color: #080808;
                        font-weight: 600;
                        margin: 0;
                        font-family: 'Poppins', sans-serif;
                    }

                    ul.route-detail-list li .holder-box .flight-holder .holder-end p {
                        font-size: 12px;
                        line-height: 18px;
                        color: #696969;
                        margin: 0;
                        font-weight: 500;
                    }

                ul.route-detail-list li .holder-box .flight-holder .holder-m {
                    text-align: center;
                    position: relative;
                    width: 150px;
                    margin: -4px 0 0 0;
                }

                    ul.route-detail-list li .holder-box .flight-holder .holder-m:after {
                        content: '';
                        position: absolute;
                        left: 18px;
                        top: 26px;
                        height: 2px;
                        width: 70%;
                        border-bottom: 2px dashed #ddd;
                    }

                    ul.route-detail-list li .holder-box .flight-holder .holder-m h6 {
                        font-size: 14px;
                        line-height: 18px;
                        color: #080808;
                        font-weight: 600;
                        margin: 0 0 15px 0;
                        font-family: 'Poppins', sans-serif;
                        position: relative;
                    }

                        ul.route-detail-list li .holder-box .flight-holder .holder-m h6:after {
                            content: '';
                            position: absolute;
                            left: 45%;
                            bottom: -18px;
                            height: 18px;
                            width: 20px;
                            background: url(assets/images/icon-plane.webp) no-repeat 0 0;
                            z-index: 1;
                        }

                    ul.route-detail-list li .holder-box .flight-holder .holder-m span.time-dur {
                        font-size: 12px;
                        line-height: 18px;
                        color: #696969;
                        margin: 0;
                        font-weight: 500;
                        display: block;
                        position: relative;
                    }

                        ul.route-detail-list li .holder-box .flight-holder .holder-m span.time-dur:after,
                        ul.route-detail-list li .holder-box .flight-holder .holder-m span.time-dur:before {
                            width: 7px;
                            height: 7px;
                            content: '';
                            position: absolute;
                            left: 14px;
                            top: -10px;
                            background: #ddd;
                            border-radius: 20px;
                        }

                        ul.route-detail-list li .holder-box .flight-holder .holder-m span.time-dur:after {
                            left: auto;
                            right: 20px;
                        }

            ul.route-detail-list li .holder-box .price-holder {
                padding: 0 0 0 20px;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }

                ul.route-detail-list li .holder-box .price-holder .price {
                    font-size: 18px;
                    line-height: 22px;
                    color: #080808;
                    font-weight: 600;
                    display: flex;
                }

                    ul.route-detail-list li .holder-box .price-holder .price em {
                        font-size: 14px;
                        font-style: normal;
                    }

                ul.route-detail-list li .holder-box .price-holder .btn-box {
                    padding: 0 0 0 15px;
                    width: 94px;
                }

                    ul.route-detail-list li .holder-box .price-holder .btn-box a {
                        display: block;
                        color: #1da599;
                        font-size: 12px;
                        line-height: 20px;
                        padding: 2px 0;
                        margin: 0 3px 5px;
                        font-weight: 600;
                        text-transform: uppercase;
                        text-align: center;
                        border-radius: 30px;
                    }

                        ul.route-detail-list li .holder-box .price-holder .btn-box a:hover {
                            background: #1da599;
                            color: #080808;
                        }

a.btn-book {
    border-radius: 30px;
    border: 1px solid #1da599;
}

/* Passenger info */

.step-box {
    padding: 0;
    margin: -5px 0 -20px 0;
    text-align: center;
}

    .step-box ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .step-box ul li {
            position: relative;
            width: 175px;
            margin: 0 -4px 0 0;
            padding: 0;
            list-style: none;
            display: inline-block;
            text-align: center;
            vertical-align: top;
        }

            .step-box ul li .step {
                width: 26px;
                height: 26px;
                background: #c1c1c1;
                border-radius: 50%;
                display: inline-block;
                vertical-align: top;
                position: relative;
                z-index: 5;
            }

            .step-box ul li span {
                display: block;
                padding: 10px 0 0 0;
                font-size: 16px;
                line-height: 26px;
                color: #8e8e8e;
                font-weight: 600;
                font-family: 'Raleway', sans-serif;
            }

            .step-box ul li.active span {
                color: #ff9924;
            }

            .step-box ul li.current span {
                color: #ff9924;
                padding-top: 13px;
                font-size: 18px;
            }

            .step-box ul li.current .step {
                transform: scale(1.5);
                box-shadow: 0px 0px 0px 5px rgb(227 207 180 / 50%);
            }

            .step-box ul li:first-child:after {
                display: none;
            }

            .step-box ul li:after {
                content: '';
                position: absolute;
                left: -50%;
                top: 12px;
                background: #c1c1c1;
                height: 2px;
                width: 100%;
            }

            .step-box ul li.current:after {
                background: #ff9924;
            }

.passenger-sec {
    padding: 30px 0 0 0;
}

    .passenger-sec .passenger-info {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
        margin: 0 0 20px 0;
        padding: 30px 20px 0;
    }

        .passenger-sec .passenger-info h3 {
            font-size: 26px;
            line-height: 22px;
            color: #080808;
            font-weight: 700;
            margin: 0 0 20px 0;
        }

        .passenger-sec .passenger-info h4 {
            font-size: 22px;
            line-height: 22px;
            color: #0a3991;
            font-weight: 700;
            margin: 0 0 20px 0;
        }

        .passenger-sec .passenger-info .fieldset {
            border-bottom: 1px solid #e2e2e2;
            margin: 0 0 30px 0;
        }

        .passenger-sec .passenger-info .autocomplete input {
            background: none;
        }

        .passenger-sec .passenger-info .did-floating-label-content {
            padding: 0;
        }

        .passenger-sec .passenger-info .did-floating-label {
            left: 0;
            top: 8px;
            padding: 0;
            color: #7b7b7b;
        }

        .passenger-sec .passenger-info .did-floating-input:not(:placeholder-shown) ~ .did-floating-label,
        .passenger-sec .passenger-info .did-floating-input:focus ~ .did-floating-label,
        .passenger-sec .passenger-info .did-floating-select:focus ~ .did-floating-label,
        .passenger-sec .passenger-info .did-floating-select:not([value=""]):valid ~ .did-floating-label {
            top: -20px;
            font-size: 14px;
            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: #ff9924;
    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;
}

    .btn-submit:hover {
        background: #1da599;
    }
/* Payment style */
.payment {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
    margin: 0 0 20px 0;
    padding: 30px 20px 0;
}

    .payment h3 {
        position: relative;
        font-size: 26px;
        line-height: 64px;
        font-weight: 700;
        color: #080808;
        margin: 0 0 15px 0;
        padding-left: 70px;
    }

        .payment h3 img {
            position: absolute;
            left: 0;
            top: 0;
            border: 1px solid #ededed;
            border-radius: 50%;
            width: 64px;
            height: 64px;
        }

    .payment p {
        font-size: 14px;
        line-height: 22px;
        color: #555;
        margin: 0 0 10px 0;
    }

    .payment ul {
        margin: 0 0 0;
        padding: 0 0 15px 0;
    }

        .payment ul li {
            position: relative;
            display: block;
            padding: 0 0 0 20px;
            margin: 0;
            color: #080808;
            font-size: 16px;
            line-height: 26px;
        }

            .payment ul li:after {
                position: absolute;
                content: '';
                left: 5px;
                top: 10px;
                width: 5px;
                height: 5px;
                background: #080808;
                border-radius: 10px;
            }

.price-bar {
    border-top: 1px solid #e0e0e0;
    padding: 10px 0 0 0;
    margin: 5px 0 0 0;
    overflow: hidden;
}

    .price-bar span {
        display: block;
        font-size: 16px;
        line-height: 22px;
        color: #5b5b5b;
        padding: 4px 0;
        overflow: hidden;
    }

        .price-bar span strong {
            float: right;
            color: #080808;
            font-size: 18px;
            line-height: 22px;
            font-weight: 600;
            margin: 0;
        }

            .price-bar span strong em {
                font-size: 14px;
                font-style: normal;
            }

        .price-bar span:last-child {
            color: #080808;
            font-size: 14px;
            font-weight: 600;
            border-top: 2px dashed #ced7e9;
            margin: 10px 0 0;
            padding: 10px 0 20px;
        }

            .price-bar span:last-child strong {
                color: #1da599;
            }

.payment .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;
    float: right;
}

    .payment .btn-submit:hover {
        background: #ff9924;
        color: #080808;
    }

.help-box {
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
    overflow: hidden;
}

    .help-box .img-holder {
        display: block;
    }

        .help-box .img-holder figure {
            position: relative;
            margin: 0;
        }

            .help-box .img-holder figure img {
                width: 100%;
            }

            .help-box .img-holder figure figcaption {
                position: absolute;
                right: 20px;
                top: 10px;
                width: 200px;
            }

                .help-box .img-holder figure figcaption a {
                    display: block;
                    font-size: 14px;
                    line-height: 50px;
                    height: 50px;
                    border-radius: 30px;
                    position: relative;
                    background: #fff5e9;
                    padding: 0 0 0 70px;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin: 0 0 10px 0;
                }

                    .help-box .img-holder figure figcaption a:hover {
                        background: #ff9924;
                        color: #fff;
                    }

                    .help-box .img-holder figure figcaption a img {
                        width: 50px;
                        height: 50px;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }

                    .help-box .img-holder figure figcaption a.whatsapp {
                        background: #e9fbec;
                    }

                        .help-box .img-holder figure figcaption a.whatsapp:hover {
                            background: #2ad845;
                        }

h3.fail {
    color: #ed1b24;
    padding-left: 125px;
}

    h3.fail img {
        border: 0;
        width: auto;
        height: auto;
        top: -17px;
    }

.payment p strong {
    font-size: 22px;
    line-height: 36px;
    margin: 0 0 -10px 0;
    display: block;
    color: #080808;
    font-weight: 500;
}

h3.confirm {
    color: #228d27;
    padding: 11px 0 15px 115px;
}

    h3.confirm img {
        border: 0;
        width: auto;
        height: auto;
        top: -17px;
    }

.payment .box {
    display: block;
    padding: 0 0 15px 0;
}

    .payment .box .holder {
        padding: 0;
        display: inline-block;
    }

        .payment .box .holder:first-child {
            width: 30%;
        }

        .payment .box .holder span {
            display: block;
            font-size: 14px;
            line-height: 26px;
            color: #5b5b5b;
            margin: 0 0 5px 0;
        }

        .payment .box .holder strong {
            display: block;
            color: #080808;
            font-size: 18px;
            line-height: 22px;
            font-weight: 600;
            margin: 0;
        }

            .payment .box .holder strong em {
                font-style: normal;
                font-size: 14px;
            }

.complete-box {
    padding: 0 0 20px 0;
    overflow: hidden;
}

    .complete-box .img-holder {
        float: left;
    }

        .complete-box .img-holder figure {
            border: 1px solid #ededed;
            border-radius: 50%;
            width: 64px;
            height: 64px;
            overflow: hidden;
        }

            .complete-box .img-holder figure img {
                width: 100%;
            }

    .complete-box .text-holder {
        overflow: hidden;
        padding: 5px 0 0 20px;
    }

        .complete-box .text-holder h3 {
            font-size: 26px;
            line-height: 26px;
            color: #1da599;
            font-weight: 700;
            margin: 0 0 5px 0;
            padding: 0;
        }

        .complete-box .text-holder p {
            font-size: 14px;
            line-height: 22px;
            color: #555;
            margin: 0;
        }

.responsive-tabs {
}

    .responsive-tabs dt {
        padding: 0.5em;
        border-top: 1px solid #ccc;
        cursor: pointer;
        background: #e6f4fe;
        color: #080808;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

        .responsive-tabs dt:first-child {
            border-top: 0;
        }

    .responsive-tabs .active {
        background-color: #1da599;
        color: #fff;
    }

        .responsive-tabs .active span {
            color: #fff;
        }

        .responsive-tabs .active + dd {
            display: block;
        }

    .responsive-tabs dd {
        display: none;
        padding: 0.5em;
    }

.responsive-tabs-placeholder {
    display: none;
}


@media only screen and (min-width: 768px) {

    .responsive-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0 -3px;
    }

        .responsive-tabs dt {
            float: none;
            border-top: 0;
            display: inline-block;
            margin: 0 3px;
            text-align: center;
            background: #e0f5f5;
            color: #080808;
            font-weight: 500;
            font-size: 18px;
            line-height: 26px;
            width: 137px;
            border-radius: 10px 10px 0 0;
            padding: 15px 0 10px 0;
        }

            .responsive-tabs dt span {
                display: block;
                font-weight: normal;
                font-size: 12px;
                line-height: 16px;
                color: #717171;
            }

        .responsive-tabs .active + dd {
            display: none;
        }

    .responsive-tabs-placeholder {
        clear: both;
        display: block;
        padding: 15px 0 0 0;
        border-top: 4px solid #1da599;
        margin: 0 1px 0 0;
    }
}

ul.tab-list {
    margin: 0 -15px;
    padding: 0;
}

    ul.tab-list li {
        list-style: none;
        margin-bottom: 0;
        overflow: hidden;
    }

        ul.tab-list li a {
            display: block;
            padding: 5px 0;
            margin-bottom: 8px;
            position: relative;
            border-bottom: 1px solid #e0e0e0;
            overflow: hidden;
        }

            ul.tab-list li a strong {
                float: left;
                font-size: 18px;
                line-height: 36px;
                color: #080808;
                font-weight: 500;
            }

            ul.tab-list li a span {
                float: right;
                font-size: 16px;
                line-height: 36px;
                color: #080808;
                font-weight: 500;
            }

                ul.tab-list li a span em {
                    font-style: normal;
                    font-size: 14px;
                    font-weight: 400;
                }

            ul.tab-list li a:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                height: 1px;
                width: 0%;
                background: #1da599;
                transition: all 0.3s ease-in-out;
            }

            ul.tab-list li a:hover:after {
                width: 100%;
            }

            ul.tab-list li a:hover strong,
            ul.tab-list li a:hover span {
                color: #1da599;
            }


/* new style  */
.flight-Loadmore {
    display: block;
    text-align: center;
    padding: 20px 0 0;
}

    .flight-Loadmore button.btn-load-more {
        display: inline-block;
        color: #1da599;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 30px;
        margin: 0 0 0;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #1da599;
        background: none;
        transition: all 0.3s ease-in-out;
    }

        .flight-Loadmore button.btn-load-more:hover {
            background: #1da599;
            color: #080808;
        }

.modal-backdrop.in {
    opacity: 0.2;
}

.modal-lg {
    width: 1170px;
}

.modal-content {
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
    border: 0;
}

.modal-header {
    position: relative;
    padding: 30px 30px;
    border: 0;
}

    .modal-header h4 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 10px 0;
        font-weight: 700;
        color: #0a3991;
    }

    .modal-header p {
        font-size: 14px;
        line-height: 20px;
        color: #8f8f8f;
        font-weight: 500;
        margin: 0;
    }

    .modal-header .close {
        position: absolute;
        right: 30px;
        top: 10px;
    }

    .modal-header .m-price {
        position: absolute;
        right: 35px;
        top: 30px;
        text-align: right;
    }

        .modal-header .m-price span {
            color: #757575;
            font-size: 16px;
            line-height: 24px;
            display: block;
            font-weight: 600;
            margin: 0;
        }

        .modal-header .m-price strong {
            color: #080808;
            font-size: 24px;
            line-height: 34px;
            display: block;
            font-weight: 600;
            margin: 0;
        }

            .modal-header .m-price strong em {
                font-style: normal;
                font-size: 14px;
            }

.modal-body {
    padding: 0 30px;
}

    .modal-body .box-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }

        .modal-body .box-holder .detail-box {
            display: inline-block;
            width: 47%;
            padding: 0 0 25px 0;
        }

            .modal-body .box-holder .detail-box h3 {
                margin: 0;
                color: #fff;
                background: #0a3991;
                font-size: 20px;
                line-height: 36px;
                font-weight: 600;
                padding: 3px 20px;
                border-radius: 10px 10px 0 0;
            }

            .modal-body .box-holder .detail-box:last-child h3 {
                background: #ff5a11;
            }

            .modal-body .box-holder .detail-box .inner-box {
                padding: 20px 20px 5px;
                border: 1px solid #e0e0e0;
            }

                .modal-body .box-holder .detail-box .inner-box .stops {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    width: 100%;
                    align-items: center;
                    padding: 0 0 15px 0;
                }

                    .modal-body .box-holder .detail-box .inner-box .stops strong {
                        display: inline-block;
                        font-size: 16px;
                        line-height: 24px;
                        color: #080808;
                        font-weight: 500;
                        margin: 0;
                    }

                    .modal-body .box-holder .detail-box .inner-box .stops span {
                        display: inline-block;
                        font-size: 14px;
                        line-height: 24px;
                        color: #45403e;
                        font-weight: 500;
                        margin: 0;
                    }

                .modal-body .box-holder .detail-box .inner-box .f-detail {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    width: 100%;
                    align-items: center;
                    padding: 0 0 15px 0;
                }

                    .modal-body .box-holder .detail-box .inner-box .f-detail .img-holder {
                        display: inline-block;
                        width: 150px;
                    }

                        .modal-body .box-holder .detail-box .inner-box .f-detail .img-holder figure {
                            display: block;
                            margin: 0;
                        }

                    .modal-body .box-holder .detail-box .inner-box .f-detail .text-holder {
                        display: inline-block;
                        text-align: right;
                    }

                        .modal-body .box-holder .detail-box .inner-box .f-detail .text-holder strong {
                            display: block;
                            font-size: 13px;
                            line-height: 18px;
                            margin: 0;
                            font-weight: 600;
                            color: #080808;
                        }

                        .modal-body .box-holder .detail-box .inner-box .f-detail .text-holder span {
                            display: block;
                            font-size: 11px;
                            line-height: 16px;
                            color: #8b8b8b;
                            font-weight: 500;
                            margin: 0;
                        }

                .modal-body .box-holder .detail-box .inner-box .flight-holder {
                    padding: 0 0 15px 0;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    align-items: center;
                }

                    .modal-body .box-holder .detail-box .inner-box .flight-holder .holder .text-box {
                        padding: 0;
                    }

                        .modal-body .box-holder .detail-box .inner-box .flight-holder .holder .text-box h5,
                        .modal-body .box-holder .detail-box .inner-box .flight-holder .holder-end h5 {
                            font-size: 18px;
                            line-height: 30px;
                        }

                        .modal-body .box-holder .detail-box .inner-box .flight-holder .holder .text-box p,
                        .modal-body .box-holder .detail-box .inner-box .flight-holder .holder-end p {
                            font-size: 13px;
                            line-height: 20px;
                        }

                .modal-body .box-holder .detail-box .inner-box .connection-time {
                    position: relative;
                    padding: 0 0 10px 0;
                }

                    .modal-body .box-holder .detail-box .inner-box .connection-time:after {
                        width: 100%;
                        height: 1px;
                        position: absolute;
                        left: 0;
                        top: 12px;
                        content: '';
                        border-top: 1px dashed #e1e1e1;
                    }

                    .modal-body .box-holder .detail-box .inner-box .connection-time span {
                        position: relative;
                        background: #fff;
                        display: inline-block;
                        font-size: 13px;
                        line-height: 20px;
                        font-weight: 500;
                        color: #ff9924;
                        z-index: 2;
                        margin: 0;
                        padding: 0 20px 0 0;
                    }


/* multi search */
.multi-search {
    padding: 0 0 20px 0;
    margin: 0 7%;
}

    .multi-search h2 {
        margin-bottom: 30px;
    }

    .multi-search .inner-search {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 30px;
    }

    .multi-search .search-box {
        background: none;
        margin: 0 0 25px 0;
        box-shadow: none;
    }

        .multi-search .search-box .fieldset {
            background: #fff;
            width: 31%;
        }

            .multi-search .search-box .fieldset:last-child {
                width: 40px;
                height: 40px;
                border: 0;
                border-radius: 50%;
                background: none;
                margin: 0 0px 0 20px;
            }

                .multi-search .search-box .fieldset:last-child .remove {
                    font-size: 0;
                    line-height: 0;
                    border: 1px solid #d5d6d7;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background: none;
                    background: url(assets/images/dark-closs.webp) no-repeat 0 0/cover;
                    transition: all 0.3s ease-in-out;
                }

                    .multi-search .search-box .fieldset:last-child .remove:hover {
                        background: #1da599 url(assets/images/white-closs.webp) no-repeat 0 0/cover;
                        border-color: #1da599;
                    }

            .multi-search .search-box .fieldset:nth-child(3) {
                border-radius: 0 30px 30px 0;
                border: 1px solid #dfdfdf;
            }

            .multi-search .search-box .fieldset .did-floating-input {
                background: none;
            }

    .multi-search .buttons button.clone {
        background: none;
        border: 1px solid #1da599;
        color: #1da599;
        font-size: 15px;
        line-height: 20px;
        padding: 5px 20px 5px 30px;
        border-radius: 30px;
        position: relative;
        cursor: pointer;
    }

        .multi-search .buttons button.clone:after {
            content: '';
            position: absolute;
            left: 13px;
            top: 10px;
            background: url(assets/images/add.webp) no-repeat 0 0;
            border-radius: 20px;
            width: 10px;
            height: 10px;
            pointer-events: none;
            cursor: pointer;
        }

        .multi-search .buttons button.clone:hover {
            background: #1da599;
            color: #fff;
        }

    .multi-search .btm-search strong.traveller {
        padding: 5px 30px 5px 15px;
        width: 100%;
        display: block;
        color: #8d8d8d;
        font-weight: normal;
    }

        .multi-search .btm-search strong.traveller:after {
            top: 18px;
        }

    .multi-search .btm-search .search-box .fieldset {
        width: 33.33%;
    }

        .multi-search .btm-search .search-box .fieldset:last-child {
            width: 33.33%;
            margin: 0;
        }

    .multi-search .btm-search .search-box .traveller-box {
        right: auto;
        left: 20px;
    }

        .multi-search .btm-search .search-box .traveller-box.show {
            pointer-events: visible;
            opacity: 1;
            top: 40px;
            border-radius: 0 0px 10px 10px;
            left: 20px;
        }

    .multi-search .btm-search .search-box .fieldset .chosen-container-single .chosen-single span {
        color: #8d8d8d;
        font-weight: normal;
    }

    .multi-search .btm-search h3 {
        font-size: 26px;
        line-height: 36px;
        color: #080808;
        margin: 0 0 15px 0;
        font-weight: 600;
    }



/* flexible flights */


.flixible-section {
    padding: 30px 0 0 0;
}

.sec-multidestination .fxd-blks {
    padding: 10px 0 20px 0;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
}

    .sec-multidestination .fxd-blks ul.weekdays {
        margin: 0;
        padding: 0 0 10px 0;
    }

        .sec-multidestination .fxd-blks ul.weekdays li {
            display: inline-block;
            width: 13.5%;
            padding: 0;
            margin: 0;
            text-align: center;
            color: #787878;
            font-weight: 500;
            font-size: 12px;
            line-height: 20px;
        }

            .sec-multidestination .fxd-blks ul.weekdays li:first-child {
                width: 2%;
            }

    .sec-multidestination .fxd-blks ul.days {
        margin: 0;
        padding: 0;
    }

        .sec-multidestination .fxd-blks ul.days .show {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 10px;
            position: relative;
        }

        .sec-multidestination .fxd-blks ul.days li {
            display: inline-block;
            width: 13.5%;
            padding: 0;
            margin: 0;
            text-align: center;
            position: relative;
        }

            .sec-multidestination .fxd-blks ul.days li a {
                display: block;
                background: #fff;
                position: relative;
                padding: 10px 8px 10px;
                border-radius: 5px;
                margin: 0 0 0 10px;
                border: 1px solid #e2e2e2;
            }

            .sec-multidestination .fxd-blks ul.days li:hover::after,
            .sec-multidestination .fxd-blks ul.days li.active::after {
                content: '';
                position: absolute;
                right: -4px;
                bottom: -6px;
                border-top: 2px solid rgba(29, 165, 153, 0.4);
                border-bottom: 2px solid rgba(29, 165, 153, 0.4);
                width: 100%;
                height: 115%;
                margin-left: -9999px;
                padding-left: 9999px;
                pointer-events: none;
            }

            .sec-multidestination .fxd-blks ul.days li:hover:before,
            .sec-multidestination .fxd-blks ul.days li.active::before {
                content: '';
                pointer-events: none;
                position: absolute;
                right: -5px;
                bottom: -4px;
                border-left: 2px solid rgba(29, 165, 153, 0.4);
                border-right: 2px solid rgba(29, 165, 153, 0.4);
                width: 100%;
                height: 116%;
                margin-top: -9999px;
                padding-top: 9999px;
            }

            .sec-multidestination .fxd-blks ul.days li:first-child:after,
            .sec-multidestination .fxd-blks ul.days li:first-child:before {
                display: none;
            }

            .sec-multidestination .fxd-blks ul.days li.active a {
                position: relative;
                background: rgba(245,130, 32, 0.2);
            }

                .sec-multidestination .fxd-blks ul.days li.active a:before {
                    content: '';
                    width: 110%;
                    height: 116%;
                    position: absolute;
                    right: -6px;
                    top: -6px;
                    border: 2px solid rgba(29, 165, 153, 0.4);
                }

            .sec-multidestination .fxd-blks ul.days li.has-offer a:after {
                height: 100%;
                width: 5px;
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 5px 0 0 5px;
                background: #dd4c59;
            }

            .sec-multidestination .fxd-blks ul.days li a:hover {
                background: rgba(29, 165, 153, 0.5);
            }

            .sec-multidestination .fxd-blks ul.days li:first-child {
                width: 2%;
                color: #8b8b8b;
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                text-align: left;
                position: relative;
            }

                .sec-multidestination .fxd-blks ul.days li:first-child span {
                    position: absolute;
                    left: -50px;
                    bottom: 44px;
                    width: 120px;
                    height: 15px;
                    transform: rotate(-90deg);
                    letter-spacing: -0.5px;
                }

            .sec-multidestination .fxd-blks ul.days li a em.time {
                position: absolute;
                left: 10px;
                top: 3px;
                color: #8b8b8b;
                font-size: 12px;
                line-height: 18px;
                font-style: normal;
                font-weight: 500;
            }

            .sec-multidestination .fxd-blks ul.days li a em.d-n {
                position: absolute;
                right: 10px;
                top: 4px;
                width: 12px;
                height: 12px;
            }

                .sec-multidestination .fxd-blks ul.days li a em.d-n img {
                    width: 100%;
                    vertical-align: top;
                }

            .sec-multidestination .fxd-blks ul.days li a span.logo {
                display: block;
                width: 100%;
                padding: 3px 0;
            }

            .sec-multidestination .fxd-blks ul.days li a span.price {
                display: block;
                width: 100%;
                color: #0b0b0b;
                font-size: 18px;
                line-height: 24px;
                padding: 5px 0 0 0;
                font-weight: 500;
            }

.sec-multidestination h3 {
    font-size: 24px;
    line-height: 34px;
    color: #0a3991;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.sec-multidestination h2 {
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .sec-multidestination h2 strong {
        font-weight: 700;
        color: #0b0b0b;
        font-size: 26px;
        line-height: 30px;
    }

    .sec-multidestination h2 span {
        display: inline-block;
        margin: -7px 6px 0 10px;
    }

ul.f-s-list {
    margin: 0 0 15px 0;
    padding: 15px 0 0 0;
}

    ul.f-s-list li {
        display: inline-block;
        margin: 0 15px 0 0;
        padding: 0 0 0 20px;
        font-size: 14px;
        line-height: 20px;
        color: #080808;
        font-weight: 600;
        background-image: url(assets/images/f-s-icon-1.webp);
        background-position: 1px 1px;
        background-repeat: no-repeat;
    }

        ul.f-s-list li:nth-child(2) {
            background-image: url(assets/images/f-s-icon-2.webp);
        }

        ul.f-s-list li:nth-child(3) {
            background-image: url(assets/images/f-s-icon-3.webp);
        }

        ul.f-s-list li strong {
            font-weight: 700;
            color: #080808;
        }

ul.fare-selection {
    margin: 0;
    padding: 0;
}

    ul.fare-selection li {
        display: inline-block;
        margin: 0 15px 15px 0;
        padding: 0;
        list-style: none;
    }

        ul.fare-selection li a {
            display: block;
            position: relative;
            font-size: 13px;
            line-height: 20px;
            font-weight: 700;
            color: #0b0b0b;
            padding: 0 0 0 20px;
        }

            ul.fare-selection li a:after {
                position: absolute;
                left: 0;
                top: 2px;
                content: '';
                width: 14px;
                height: 14px;
                border-radius: 2px;
                background: #ff9924;
            }

        ul.fare-selection li:last-child a:after {
            background: #ce0013;
        }
/* multi list style */

.sec-multidestination.sec {
    margin-bottom: 30px;
    padding: 0;
}

.multi-box h3 {
    font-size: 24px;
    line-height: 34px;
    color: #0a3991;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.sec-multidestination .table-holder {
    overflow: hidden;
}

    .sec-multidestination .table-holder table {
        width: 100%;
    }

        .sec-multidestination .table-holder table thead tr th {
            width: 45%;
            font-size: 16px;
            line-height: 20px;
            color: #080808;
            padding: 8px 0;
        }

        .sec-multidestination .table-holder table tbody tr:first-child td {
            background: #1da599;
            font-weight: 500;
            border-bottom: 0;
        }

        .sec-multidestination .table-holder table tbody tr:hover:first-child td {
            background: #1da599;
        }

        .sec-multidestination .table-holder table tbody tr:first-child td:after {
            display: none;
        }

        .sec-multidestination .table-holder table tbody tr:first-child td span {
            color: #fff;
        }

        .sec-multidestination .table-holder table thead tr th:last-child,
        .sec-multidestination .table-holder table tbody tr td:last-child {
            width: 10%;
            padding: 8px 10px;
        }

        .sec-multidestination .table-holder table tbody tr td {
            width: 45%;
            font-size: 14px;
            line-height: 20px;
            color: #080808;
            padding: 8px 8px;
            background: #fff;
            border-bottom: 1px solid #e2e2e2;
            cursor: pointer;
        }

.sec-multidestination.sec .table-holder table tbody tr td:last-child {
    width: auto;
    border-radius: 8px;
    border-bottom: 1px solid #e2e2e2;
}

    .sec-multidestination.sec .table-holder table tbody tr td:last-child span {
        display: inline-block;
        padding: 8px 20px;
        border-left: 1px solid #e2e2e2;
        margin: -8px 0;
        font-weight: 600;
    }

        .sec-multidestination.sec .table-holder table tbody tr td:last-child span:nth-child(1) {
            width: 40%;
            border: 0;
            padding-left: 10px;
        }

        .sec-multidestination.sec .table-holder table tbody tr td:last-child span:nth-child(2) {
            width: 41%;
        }

        .sec-multidestination.sec .table-holder table tbody tr td:last-child span:nth-child(3) {
            width: 18%;
        }

.sec-multidestination .table-holder table tbody tr td:first-child, .sec-multidestination .table-holder table tbody tr td:last-child {
    position: relative;
}

    .sec-multidestination .table-holder table tbody tr td:first-child:after,
    .sec-multidestination .table-holder table tbody tr td:last-child:after {
        height: 100%;
        width: 3px;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 5px 0 0 5px;
        background: #1da599;
        opacity: 0;
    }

    .sec-multidestination .table-holder table tbody tr td:last-child:after {
        left: 0;
        border-radius: 5px 0 0 5px;
    }

.sec-multidestination .table-holder table tbody tr:hover td:last-child:after,
.sec-multidestination .table-holder table tbody tr:hover td:first-child:after {
    opacity: 1;
}

.sec-multidestination .table-holder table tbody tr:hover td {
    background: rgba(29, 165, 153, 0.1);
}

.modify-holder {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .modify-holder .box {
        display: inline-block;
    }

.btn-modify {
    border: 1px solid #1da599;
    color: #080808;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 14px;
    line-height: 20px;
}

    .btn-modify:hover {
        color: #fff;
        background: #1da599;
        border-color: #1da599;
    }

.modify-holder .box-2 {
    padding: 0;
    display: inline-block;
}

    .modify-holder .box-2 label {
        display: inline-block;
        color: #080808;
        font-size: 14px;
        vertical-align: bottom;
        line-height: 20px;
        font-weight: normal;
        padding: 0 10px 0 0;
    }

    .modify-holder .box-2 .select {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        border-radius: 0;
        overflow: hidden;
        vertical-align: top;
    }

        .modify-holder .box-2 .select:after {
            content: '';
            position: absolute;
            top: 13px;
            right: 16px;
            padding: 0;
            background-color: #fff;
            transition: .25s all ease;
            pointer-events: none;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 7px solid #696969;
        }

    .modify-holder .box-2 select {
        appearance: none;
        outline: 0;
        box-shadow: none;
        flex: 1;
        cursor: pointer;
        border: 1px solid #1da599;
        color: #080808;
        font-weight: 500;
        border-radius: 30px;
        padding: 5px 47px 5px 20px;
        font-size: 14px;
        line-height: 20px;
        height: 32px;
        display: inline-block;
    }

.air-stop {
    border: 1px solid #e4e4e4;
    background: #fafafa;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 10px;
}

    .air-stop .stops {
        display: inline-block;
        width: 20%;
        vertical-align: top;
    }

        .air-stop .stops span {
            display: block;
            font-size: 15px;
            line-height: 30px;
            color: #080808;
            border-bottom: 1px solid #e4e4e4;
            font-weight: 500;
            padding: 3px 0;
        }

            .air-stop .stops span:last-child {
                border: 0;
            }

        .air-stop .stops h4 {
            font-size: 18px;
            line-height: 30px;
            font-weight: 600;
            color: #080808;
            padding: 10px 0 6px 0;
        }

.stop-slider {
    display: inline-block;
    width: 79%;
    vertical-align: top;
    padding: 0 0 0 10px;
}

ul.slider-stops {
    margin: 0;
    padding: 0;
    position: relative;
}

    ul.slider-stops li {
        display: inline-block;
        margin: 0;
        padding: 0 5px;
    }

        ul.slider-stops li .box {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            padding: 0 0 10px 0;
        }

        ul.slider-stops li .img-holder {
            background: rgba(29, 165, 153, 0.2);
            display: block;
            padding: 8px 25px;
            margin: 0 0;
            text-align: center;
        }

            ul.slider-stops li .img-holder img {
                display: inline-block;
            }

        ul.slider-stops li span {
            display: block;
            font-size: 16px;
            line-height: 30px;
            color: #080808;
            border-bottom: 1px solid #e4e4e4;
            font-weight: 500;
            padding: 5px 15px;
            text-align: center;
        }

            ul.slider-stops li span:last-child {
                border: 0;
            }

.stop-slider button.slick-next,
.stop-slider button.slick-prev {
    top: 70px;
    right: -12px;
    font-size: 18px;
    background-color: #1da599;
    background-image: url(assets/images/arrow-next.webp);
    background-position: 11px 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    line-height: 1;
    transition: all 0.4s ease 0s;
    height: 30px;
    width: 30px;
    border: 1px solid #1da599;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
}

.stop-slider button.slick-prev {
    opacity: 1;
    left: -11px;
    z-index: 1;
    transform: rotate(180deg);
}

.multi-box ul.route-detail-list li .holder-box {
    display: flex;
    align-items: center;
}

ul.route-detail-list li .holder-box .multi-list-holder {
    width: 70%;
    border-right: 1px solid #e0e0e0;
}

    ul.route-detail-list li .holder-box .multi-list-holder .flight-holder .holder-m {
        width: 160px;
        margin: -4px 20px 0;
    }

.multi-box ul.route-detail-list li .holder-box .flight-holder:nth-child(2) {
    border: 0;
}

.multi-box ul.route-detail-list li .holder-box .price-holder {
    width: 30%;
    display: inline-block;
}

    .multi-box ul.route-detail-list li .holder-box .price-holder .price {
        display: block;
        text-align: center;
    }

    .multi-box ul.route-detail-list li .holder-box .price-holder .btn-box {
        padding: 15px 0 0 0;
        width: 100%;
        text-align: center;
        display: block;
    }

        .multi-box ul.route-detail-list li .holder-box .price-holder .btn-box a {
            display: inline-block;
            color: #080808;
            font-size: 12px;
            line-height: 20px;
            padding: 4px 30px;
            margin: 0 3px 5px;
            font-weight: 600;
            text-transform: uppercase;
            text-align: center;
            border-radius: 30px;
            border: 1px solid #1da599;
        }

            .multi-box ul.route-detail-list li .holder-box .price-holder .btn-box a:hover {
                color: #fff;
                background: #1da599;
            }

.multi-box a.btn-book:hover {
    border-color: #1da599;
}

.multi-box .flight-Loadmore button.btn-load-more:hover {
    background: #1da599;
    border-color: #1da599;
    color: #fff;
}

.multi-results {
    padding: 30px 0 0 0;
}

.sidebar-1 {
    padding: 0 0;
}

    .sidebar-1 .panel-group .panel {
        border: 0;
        background: #fff;
        box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
        border-radius: 10px;
        padding: 5px 20px;
        margin-bottom: 15px;
    }

        .sidebar-1 .panel-group .panel a {
            display: block;
            padding: 5px 40px 5px 0;
            color: #080808;
            font-size: 18px;
            line-height: 38px;
            font-weight: 600;
            position: relative;
        }

            .sidebar-1 .panel-group .panel a:after {
                content: '';
                position: absolute;
                left: auto;
                right: 5px;
                top: 15px;
                width: 11px;
                height: 8px;
                background: url(assets/images/d-arrow.webp) no-repeat 0 0;
            }

    .sidebar-1 .panel-body {
        padding: 10px 0 15px 0;
    }

        .sidebar-1 .panel-body p {
            padding: 0;
        }

            .sidebar-1 .panel-body p:after {
                display: none;
            }

        .sidebar-1 .panel-body .group {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .sidebar-1 .panel-body .group input[type="checkbox"],
            .sidebar-1 .panel-body .group input[type="radio"] {
                position: absolute;
                opacity: 0;
                z-index: -1;
            }

            .sidebar-1 .panel-body .group label {
                position: relative;
                margin: 0;
                padding: 40px 0 0 0;
                cursor: pointer;
                font-size: 12px;
                line-height: 18px;
                text-align: center;
                color: #080808;
                font-weight: 500;
                width: 80px;
            }

                .sidebar-1 .panel-body .group label:before {
                    box-sizing: border-box;
                    content: " ";
                    position: absolute;
                    top: 0;
                    left: 50%;
                    display: block;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    z-index: 1;
                    background-color: #fff;
                    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
                    background-image: url(assets/images/check-side.webp);
                    margin-left: -16px;
                }

                .sidebar-1 .panel-body .group label:nth-child(4):before {
                    background-image: url(assets/images/bag-side.webp);
                }

                .sidebar-1 .panel-body .group label:nth-child(6):before {
                    background-image: url(assets/images/w-bag-side.webp);
                }

            .sidebar-1 .panel-body .group input[type="radio"] + label::before {
                border-radius: 50%;
            }
            /* Checked */
            .sidebar-1 .panel-body .group input[type="checkbox"]:checked + label,
            .sidebar-1 .panel-body .group input[type="radio"]:checked + label {
                padding-left: 0;
                color: #080808;
            }

                .sidebar-1 .panel-body .group input[type="checkbox"]:checked + label:before,
                .sidebar-1 .panel-body .group input[type="radio"]:checked + label:before {
                    top: 0;
                    width: 30px;
                    height: 30px;
                    background-color: #1da599;
                }

            /* Transition */
            .sidebar-1 .panel-body .group label,
            .sidebar-1 .panel-body .group label::before {
                -webkit-transition: 0.25s all ease;
                -o-transition: 0.25s all ease;
                transition: 0.25s all ease;
            }

        .sidebar-1 .panel-body ul {
            padding: 0;
            margin: 0 -20px 0 0;
        }

            .sidebar-1 .panel-body ul li {
                list-style: none;
                display: inline-block;
                width: 49%;
                padding: 0;
                margin: 0;
                position: relative;
            }

                .sidebar-1 .panel-body ul li label {
                    cursor: pointer;
                    font-size: 14px;
                    line-height: 18px;
                    text-align: center;
                    color: #080808;
                    font-weight: 400;
                    padding-left: 17px;
                }

                .sidebar-1 .panel-body ul li input[type="checkbox"] {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

        .sidebar-1 .panel-body h4 {
            display: block;
            padding: 0;
            color: #080808;
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
            position: relative;
            margin: 0;
        }

            .sidebar-1 .panel-body h4 span {
                font-size: 14px;
            }

.price-range-slider {
    width: 100%;
    float: left;
    padding: 0 0 15px;
}

    .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: #8b8b8b;
            font-size: 12px;
            line-height: 18px;
            height: 18px;
            border: none;
            margin: 0 0 15px 0;
            font-weight: 500;
            padding: 0;
        }

    .price-range-slider .range-bar {
        border: none;
        background: #f1f1f1;
        height: 14px;
        width: 96%;
        margin-left: 8px;
        border-radius: 10px;
    }

        .price-range-slider .range-bar .ui-slider-range {
            background: #1da599;
            border-radius: 10px;
            height: 10px;
            top: 2px;
        }

        .price-range-slider .range-bar .ui-slider-handle {
            border: none;
            border-radius: 25px;
            background: #1da599;
            border: 5px solid #fff;
            height: 22px;
            width: 22px;
            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: #1da599;
            }

.sidebar {
    padding: 0;
}

    .sidebar .side-box {
        padding: 0;
        box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
        border-radius: 10px;
        background: #fff;
        margin-bottom: 15px;
        text-align: left;
    }

        .sidebar .side-box h3 {
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
            margin: 0;
            padding: 10px 15px;
            background: #1da599;
            border-radius: 10px 10px 0 0;
            overflow: hidden;
        }

            .sidebar .side-box h3 a {
                color: #fff;
                font-size: 14px;
                float: right;
                background: none;
                border-radius: 0;
                line-height: 24px;
            }

                .sidebar .side-box h3 a:hover {
                    text-decoration: underline;
                }

        .sidebar .side-box .inner-box {
            padding: 10px 15px;
        }

            .sidebar .side-box .inner-box h4 {
                font-size: 18px;
                line-height: 24px;
                font-weight: 600;
                color: #080808;
                margin: 0 0 5px 0;
                padding: 0;
            }

            .sidebar .side-box .inner-box ul.top-list {
                padding: 0;
                margin: 0;
            }

                .sidebar .side-box .inner-box ul.top-list li {
                    list-style: none;
                    display: inline-block;
                    padding: 0 0 0 10px;
                    margin: 0;
                    font-size: 12px;
                    line-height: 18px;
                    color: #757575;
                    position: relative;
                }

                    .sidebar .side-box .inner-box ul.top-list li:after {
                        content: '';
                        position: absolute;
                        left: 2px;
                        top: 2px;
                        width: 2px;
                        height: 12px;
                        background: #8c8c8c;
                    }

                    .sidebar .side-box .inner-box ul.top-list li:first-child {
                        padding-left: 0;
                    }

                        .sidebar .side-box .inner-box ul.top-list li:first-child:after {
                            display: none;
                        }

            .sidebar .side-box .inner-box ul.btm-list {
                margin: 0;
                padding: 10px 0 0;
            }

                .sidebar .side-box .inner-box ul.btm-list li {
                    display: block;
                    list-style: none;
                    padding: 0 0 10px 0;
                    margin: 0 0 10px 0;
                    border-bottom: 1px solid #efefef;
                }

                    .sidebar .side-box .inner-box ul.btm-list li:last-child {
                        border: 0;
                        margin: 0;
                        padding: 0;
                    }

                    .sidebar .side-box .inner-box ul.btm-list li .top {
                        padding: 0 0 10px 0;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: space-between;
                    }

                        .sidebar .side-box .inner-box ul.btm-list li .top span {
                            font-size: 12px;
                            color: #080808;
                            line-height: 18px;
                            margin: 0;
                            padding: 0;
                            display: flex;
                            font-weight: 500;
                        }

                    .sidebar .side-box .inner-box ul.btm-list li .btm {
                        padding: 0;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                    }

                        .sidebar .side-box .inner-box ul.btm-list li .btm .box h5 {
                            font-size: 16px;
                            line-height: 24px;
                            color: #080808;
                            font-weight: 600;
                            margin: 0;
                            font-family: 'Poppins', sans-serif;
                        }

                        .sidebar .side-box .inner-box ul.btm-list li .btm .box p {
                            font-size: 12px;
                            line-height: 18px;
                            color: #696969;
                            margin: 0;
                            font-weight: 500;
                        }

                        .sidebar .side-box .inner-box ul.btm-list li .btm .box-m {
                            text-align: center;
                            position: relative;
                            width: 140px;
                            margin: -4px 0 0 0;
                        }

                            .sidebar .side-box .inner-box ul.btm-list li .btm .box-m:after {
                                content: '';
                                position: absolute;
                                left: 18px;
                                top: 26px;
                                height: 2px;
                                width: 70%;
                                border-bottom: 2px dashed #ddd;
                            }

                            .sidebar .side-box .inner-box ul.btm-list li .btm .box-m h6 {
                                font-size: 14px;
                                line-height: 18px;
                                color: #080808;
                                font-weight: 600;
                                margin: 0 0 15px 0;
                                font-family: 'Poppins', sans-serif;
                                position: relative;
                            }

                                .sidebar .side-box .inner-box ul.btm-list li .btm .box-m h6:after {
                                    content: '';
                                    position: absolute;
                                    left: 45%;
                                    bottom: -18px;
                                    height: 18px;
                                    width: 20px;
                                    background: url(assets/images/icon-plane.webp) no-repeat 0 0;
                                    z-index: 1;
                                }

                            .sidebar .side-box .inner-box ul.btm-list li .btm .box-m span.time-dur {
                                font-size: 12px;
                                line-height: 18px;
                                color: #696969;
                                margin: 0;
                                font-weight: 500;
                                display: block;
                                position: relative;
                            }

                                .sidebar .side-box .inner-box ul.btm-list li .btm .box-m span.time-dur:after,
                                .sidebar .side-box .inner-box ul.btm-list li .btm .box-m span.time-dur:before {
                                    width: 7px;
                                    height: 7px;
                                    content: '';
                                    position: absolute;
                                    left: 14px;
                                    top: -10px;
                                    background: #ddd;
                                    border-radius: 20px;
                                }

                                .sidebar .side-box .inner-box ul.btm-list li .btm .box-m span.time-dur:after {
                                    left: auto;
                                    right: 20px;
                                }

.side-box table {
    width: 100%;
}

    .side-box table thead tr {
        background: #1da599;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

        .side-box table thead tr th {
            color: #fff;
            font-size: 14px;
            line-height: 20px;
            padding: 6px 10px;
            font-weight: 400;
            border: 0;
        }

            .side-box table thead tr th:first-child {
                border-radius: 10px 0 0 0;
            }

            .side-box table thead tr th:last-child {
                border-radius: 0px 10px 0 0;
            }

    .side-box table tbody tr:nth-child(even) {
        background: #f7f7f7;
    }

    .side-box table tbody tr td {
        color: #161b21;
        font-size: 14px;
        line-height: 20px;
        padding: 7px 10px;
        font-weight: 400;
        border: 1px solid #e0e0e0;
    }

        .side-box table tbody tr td:first-child {
            border-left: 0;
        }

        .side-box table tbody tr td:last-child {
            border-right: 0;
        }

.side-box .total {
    padding: 7px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .side-box .total p {
        font-size: 14px;
        line-height: 20px;
        color: #080808;
        margin: 0;
        padding: 0;
        font-weight: 600;
    }

    .side-box .total strong {
        font-size: 20px;
        line-height: 28px;
        color: #1da599;
        margin: 0;
        padding: 0;
        font-weight: 600;
    }

        .side-box .total strong em {
            font-style: normal;
            font-size: 14px;
        }


.hotel-sec {
    padding: 30px 0 10px;
    background: #fff;
}

.hotel-list {
    padding: 0 0 20px 0;
}

    .hotel-list .hotel-box {
        padding: 0 0 30px 0;
    }

        .hotel-list .hotel-box a.top-heading {
            padding: 8px 15px;
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #dcdcdc;
            background: #fff;
            border-radius: 10px;
        }

        .hotel-list .hotel-box:hover a.top-heading {
            background: #1da599;
            border-color: #1da599;
        }

        .hotel-list .hotel-box a.top-heading h3 {
            font-size: 22px;
            line-height: 30px;
            margin: 0;
            color: #0a3991;
            font-weight: 500;
            transition: all 0.3s ease-in-out;
        }

        .hotel-list .hotel-box a.top-heading span {
            font-size: 22px;
            line-height: 30px;
            font-weight: 500;
            color: #080808;
            transition: all 0.3s ease-in-out;
        }

            .hotel-list .hotel-box a.top-heading span em {
                display: inline-block;
                font-size: 14px;
                font-style: normal;
                padding-right: 3px;
            }

        .hotel-list .hotel-box:hover a.top-heading h3,
        .hotel-list .hotel-box:hover a.top-heading span {
            color: #fff;
        }

        .hotel-list .hotel-box ul {
            margin: 0;
            padding: 0;
        }

            .hotel-list .hotel-box ul li {
                display: block;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .hotel-list .hotel-box ul li a {
                    display: block;
                    position: relative;
                }

                    .hotel-list .hotel-box ul li a:after {
                        width: 105%;
                        height: 100%;
                        background: #fff;
                        border: 1px solid #1da599;
                        border-radius: 10px;
                        content: '';
                        position: absolute;
                        left: -10px;
                        top: 0;
                        opacity: 0;
                        transition: all 0.3s ease-in-out;
                    }

                .hotel-list .hotel-box ul li:hover a:after {
                    opacity: 1;
                }

                .hotel-list .hotel-box ul li .sml-box {
                    padding: 10px 0;
                    margin: 0;
                    position: relative;
                    z-index: 55;
                    overflow: hidden;
                    border-bottom: 1px solid #e0e0e0;
                    transition: all 0.3s ease-in-out;
                }

                .hotel-list .hotel-box ul li:hover .sml-box {
                    border-color: transparent;
                }

                .hotel-list .hotel-box ul li .sml-box .img-holder {
                    width: 140px;
                    float: left;
                }

                    .hotel-list .hotel-box ul li .sml-box .img-holder figure {
                        overflow: hidden;
                        border-radius: 10px;
                    }

                        .hotel-list .hotel-box ul li .sml-box .img-holder figure img {
                            width: 100%;
                        }

                .hotel-list .hotel-box ul li .sml-box .text-holder {
                    overflow: hidden;
                    padding: 11px 0 11px 15px;
                    position: relative;
                }

                    .hotel-list .hotel-box ul li .sml-box .text-holder span.star {
                        display: block;
                        height: 14px;
                        background: url(assets/images/star-fill.webp) repeat-x 0 0;
                        margin: 0 0 10px 0;
                    }

                    .hotel-list .hotel-box ul li .sml-box .text-holder span.price {
                        position: absolute;
                        right: 0;
                        top: 7px;
                        font-size: 18px;
                        line-height: 24px;
                        color: #080808;
                        font-weight: 500;
                    }

                        .hotel-list .hotel-box ul li .sml-box .text-holder span.price em {
                            font-style: normal;
                            font-size: 12px;
                        }

                    .hotel-list .hotel-box ul li .sml-box .text-holder h4 {
                        font-size: 18px;
                        line-height: 22px;
                        margin: 0;
                        font-weight: 500;
                        color: #0a3991;
                        transition: all 0.3s ease-in-out;
                    }

                .hotel-list .hotel-box ul li:hover .sml-box .text-holder h4 {
                    color: #1da599
                }

ul.hotel-tab-list {
    margin: 0 -15px;
    padding: 0;
}

    ul.hotel-tab-list li {
        display: inline-block;
        margin: 0 -4px 0 0;
        padding: 0 15px;
        width: 20%;
        list-style: none;
        vertical-align: top;
    }

        ul.hotel-tab-list li a {
            display: block;
            margin-bottom: 20px;
        }

        ul.hotel-tab-list li .tab-box {
            padding: 0;
        }

            ul.hotel-tab-list li .tab-box .img-holder {
                width: 100%;
                display: block;
            }

                ul.hotel-tab-list li .tab-box .img-holder figure {
                    border-radius: 12px;
                    overflow: hidden;
                    border: 1px solid transparent;
                    transition: all 0.3s ease-in-out;
                    position: relative;
                }

                    ul.hotel-tab-list li .tab-box .img-holder figure figcaption {
                        position: absolute;
                        left: 0;
                        top: 10px;
                        background: #fff;
                        border-radius: 0 30px 30px 0;
                        width: 100px;
                        border: 1px solid #dcdcdc;
                        font-size: 14px;
                        line-height: 26px;
                        color: #080808;
                        font-weight: 500;
                        padding: 0 0 0 10px;
                    }

        ul.hotel-tab-list li a:hover .tab-box .img-holder figure {
            border: 1px solid #1da599;
        }

        ul.hotel-tab-list li .tab-box .img-holder figure img {
            width: 100%;
        }

        ul.hotel-tab-list li .tab-box .text-holder {
            padding: 10px 0 0;
        }

            ul.hotel-tab-list li .tab-box .text-holder span.star {
                display: block;
                height: 14px;
                background: url(assets/images/star-fill.webp) repeat-x 0 0;
                margin: 0 0 7px 0;
            }

            ul.hotel-tab-list li .tab-box .text-holder h4 {
                font-size: 18px;
                line-height: 25px;
                margin: 0 0 7px 0;
                font-weight: 600;
                color: #080808;
                transition: all 0.3s ease-in-out;
            }

        ul.hotel-tab-list li a:hover .tab-box .text-holder h4 {
            color: #1da599;
        }

        ul.hotel-tab-list li .tab-box .text-holder span.price {
            font-size: 14px;
            line-height: 24px;
            color: #848484;
            font-weight: 500;
        }

            ul.hotel-tab-list li .tab-box .text-holder span.price em {
                font-style: normal;
                font-size: 18px;
                color: #080808;
            }

.deal-sec .text-holder h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 10px 0;
    color: #080808;
    font-weight: 700;
}

.hotel-list-holder {
    padding: 0;
}

ul.hotel-list {
    margin: 0;
    padding: 0;
}

    ul.hotel-list li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        overflow: visible;
    }

        ul.hotel-list li a {
            display: block;
        }

        ul.hotel-list li:after {
            width: 103%;
            height: 94%;
            background: #fff;
            border: 1px solid #1da599;
            border-radius: 10px;
            content: '';
            position: absolute;
            left: -10px;
            top: 10px;
            opacity: 0;
            transition: all 0.3s ease-in-out;
            pointer-events: none;
            background: #f5fbff;
        }

        ul.hotel-list li:hover:after {
            opacity: 1;
        }

        ul.hotel-list li .list-box {
            display: flex;
            position: relative;
            padding: 20px 0;
            border-bottom: 1px solid #dce3ef;
            align-items: center;
            z-index: 55;
            transition: all 0.3s ease-in-out;
        }

        ul.hotel-list li:hover .list-box {
            border-color: transparent;
        }

        ul.hotel-list li .list-box .img-holder {
            display: flex;
            vertical-align: top;
        }

            ul.hotel-list li .list-box .img-holder .image-1 {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                overflow: hidden;
                height: 257px;
            }

            ul.hotel-list li .list-box .img-holder .image-2 {
                display: inline-block;
                padding: 0 0 0 2px;
            }

                ul.hotel-list li .list-box .img-holder .image-2 figure {
                    position: relative;
                }

                    ul.hotel-list li .list-box .img-holder .image-2 figure:first-child {
                        margin-bottom: 2px;
                    }

                    ul.hotel-list li .list-box .img-holder .image-2 figure span {
                        text-align: center;
                        width: 100%;
                        height: 100%;
                        color: #fff;
                        font-size: 18px;
                        line-height: 34px;
                        font-weight: 500;
                        position: absolute;
                        left: 0;
                        top: 0;
                        background: rgba(0,0,0,0.3);
                        padding: 47px;
                    }

        ul.hotel-list li .list-box .text-holder {
            width: 40%;
            padding-left: 15px;
        }

            ul.hotel-list li .list-box .text-holder span.star {
                display: block;
                height: 14px;
                background: url(assets/images/star-fill.webp) repeat-x 0 0;
                margin: 0 0 7px 0;
            }

            ul.hotel-list li .list-box .text-holder h3 {
                font-size: 18px;
                line-height: 24px;
                font-weight: 600;
                color: #080808;
                margin: 0 0 10px 0;
                transition: all 0.3s ease-in-out;
            }

        ul.hotel-list li a:hover .list-box .text-holder h3 {
            color: #1da599;
        }

        ul.hotel-list li .list-box .text-holder p {
            font-size: 12px;
            line-height: 16px;
            margin: 0 0 15px 0;
            color: #808080;
        }

        ul.hotel-list li .list-box .text-holder .price-holder {
            display: block;
            padding: 0;
            margin: 0;
        }

            ul.hotel-list li .list-box .text-holder .price-holder span {
                display: inline-block;
                margin: 0 0 0 0;
            }

                ul.hotel-list li .list-box .text-holder .price-holder span.price {
                    font-size: 20px;
                    line-height: 28px;
                    color: #1da599;
                    font-weight: 600;
                }

                ul.hotel-list li .list-box .text-holder .price-holder span.dis-price {
                    font-size: 16px;
                    line-height: 28px;
                    color: #989898;
                    font-weight: 500;
                    text-decoration: line-through;
                    margin-left: 5px;
                }

        ul.hotel-list li .list-box .text-holder span.tax-fee {
            display: block;
            font-size: 12px;
            line-height: 20px;
            color: #080808;
            margin: 0 0 0 0;
            font-weight: 500;
        }

        ul.hotel-list li .list-box .text-holder ul {
            margin: 0;
            padding: 0 0 10px 0;
        }

            ul.hotel-list li .list-box .text-holder ul li {
                font-size: 13px;
                line-height: 20px;
                color: #080808;
                padding: 3px 0;
                font-weight: 500;
            }

                ul.hotel-list li .list-box .text-holder ul li:after {
                    display: none;
                }

        ul.hotel-list li .list-box .text-holder span.btn-avail {
            display: inline-block;
            border: 1px solid #ff9924;
            color: #ff9924;
            font-size: 12px;
            line-height: 32px;
            text-transform: uppercase;
            font-weight: 600;
            border-radius: 30px;
            padding: 0 25px;
            transition: all 0.3s ease-in-out;
        }

            ul.hotel-list li .list-box .text-holder span.btn-avail:hover {
                border-color: #ff9924;
                color: #fff;
                background: #ff9924;
            }

.hotel-side {
    margin: 0;
    padding: 0;
}

    .hotel-side .filter-box {
        background: #f5fbff;
        padding: 20px 20px;
        border-radius: 15px;
        margin-bottom: 20px;
    }

        .hotel-side .filter-box h5 {
            font-size: 16px;
            line-height: 22px;
            color: #4c4c4c;
            display: block;
            font-weight: 700;
            margin: 5px 0 10px;
            text-transform: uppercase;
        }

        .hotel-side .filter-box strong {
            font-size: 26px;
            line-height: 32px;
            color: #080808;
            display: block;
            font-weight: 700;
            margin: 0 0 15px 0;
        }

        .hotel-side .filter-box a {
            margin: 0 2px;
            display: inline-block;
        }

        .hotel-side .filter-box h3 {
            font-size: 22px;
            line-height: 28px;
            font-weight: 700;
            color: #080808;
            background: url(assets/images/icon-filter.webp) no-repeat 0 5px;
            margin: 0 0 15px;
            padding: 0 0 10px 25px;
            border-bottom: 1px solid #dde7f4;
        }

        .hotel-side .filter-box select {
            display: inline-block;
            font: inherit;
            line-height: 1.5em;
            padding: .5em 3.5em .5em 1em;
            margin: 0 0 20px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none
        }

            .hotel-side .filter-box select.minimal {
                background-image: linear-gradient(45deg,transparent 50%,#c7c7c7 50%),linear-gradient(135deg,#c7c7c7 50%,transparent 50%),linear-gradient(to right,transparent,transparent );
                background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
                background-size: 5px 5px,5px 5px,1px 1.5em;
                background-repeat: no-repeat;
                background-color: #fff;
                border: 1px solid #d8dee4;
                border-radius: 30px;
            }

                .hotel-side .filter-box select.minimal:focus {
                    background-image: linear-gradient(45deg,#c7c7c7 50%,transparent 50%),linear-gradient(135deg,transparent 50%,#c7c7c7 50%),linear-gradient(to right,transparent,transparent );
                    background-position: calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) .5em;
                    background-size: 5px 5px,5px 5px,1px 1.5em;
                    background-repeat: no-repeat;
                    outline: 0
                }


ul.accordion {
    margin: 0 0 15px 0;
    padding: 5px 0 0;
    text-align: left;
    list-style: none;
    border-top: 1px solid #d8dee4;
}

    ul.accordion .inner {
        padding-left: 0;
        overflow: hidden;
        list-style: none;
    }

    ul.accordion > li {
        padding: 10px 0;
        border-bottom: 1px solid #d8dee4;
    }

    ul.accordion li p.nest {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
        color: #080808;
        cursor: pointer;
        font-weight: 600;
    }

.inner li p.nest {
    background: #666;
}

.inner .inner li p.nest {
    background: darkgrey;
}

ul.accordion .inner li {
    padding: 0;
}

    ul.accordion .inner li a {
        display: block;
        color: #080808;
        font-size: 14px;
        line-height: 32px;
        padding: 0 0 0 20px;
        position: relative;
    }

        ul.accordion .inner li a:after {
            left: 0;
            top: 10px;
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            border: 1px solid #d8dee4;
            transition: all 0.3s ease-in-out;
        }

    ul.accordion .inner li:hover a:after {
        border: 3px solid #1da599;
        background: #fff;
    }


.hotel-side .filter-box a.btn-fil {
    display: block;
    border: 1px solid #1da599;
    color: #1da599;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    padding: 0 25px;
    text-align: center;
}

    .hotel-side .filter-box a.btn-fil:hover {
        color: #fff;
        background: #1da599;
    }

.hotel-list-sec .content-sec img {
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
}

.hotel-list-sec .opinion-btn {
    width: 100%;
}

.new-search h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #080808;
    margin-bottom: 15px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.form-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .form-holder .fieldset {
        width: 27%;
        margin-right: 20px;
        position: relative;
    }

        .form-holder .fieldset img.icon {
            width: 20px;
            position: absolute;
            left: 12px;
            top: 17px;
            z-index: 1;
        }

        .form-holder .fieldset .autocomplete.first-auto input {
            border-radius: 0;
            padding: 0;
            margin: 28px 0 0 0;
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            font-weight: normal;
            color: #555;
        }

        .form-holder .fieldset input.datepicker {
            padding: 0;
            line-height: 20px;
            height: 20px;
            background: none;
            border: 0;
        }

        .form-holder .fieldset .did-floating-label-content {
            background: #fff;
            height: 60px;
            border: 1px solid #ddd;
            padding: 0 5px 0 40px;
            border-radius: 30px;
        }

        .form-holder .fieldset:last-child {
            width: 11%;
            margin: 0;
        }

        .form-holder .fieldset input[type=submit] {
            width: 100%;
            background: #1da599;
            color: #fff;
            font-size: 14px;
            line-height: 54px;
            height: 54px;
            font-weight: 600;
            text-align: center;
            border: 0;
            border-radius: 30px;
            cursor: pointer;
            text-transform: uppercase;
        }

            .form-holder .fieldset input[type=submit]:hover {
                background: #ffc265;
                color: #080808;
            }

        .form-holder .fieldset label.not-floating {
            color: #000;
            position: relative;
            width: 100%;
            background: none;
            left: 0;
            top: 5px;
            font-weight: 600;
        }

        .form-holder .fieldset .did-floating-label {
            color: #000;
            padding: 0 0 10px 20px;
            top: 6px;
            font-size: 18px;
            font-weight: 600;
            width: auto;
        }

        .form-holder .fieldset input.total-traveller {
            padding: 0;
            height: 20px;
            line-height: 20px;
            border: 0;
        }

        .form-holder .fieldset .did-floating-input:not(:placeholder-shown) ~ .did-floating-label,
        .form-holder .fieldset .did-floating-input:focus ~ .did-floating-label,
        .form-holder .fieldset .did-floating-select:focus ~ .did-floating-label {
            top: 5px;
            border: 0;
            font-size: 14px;
            padding: 0 0 0 20px;
            box-shadow: none;
            background: none;
            left: 20px;
        }

button.btn-show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
}

.traveller-opt {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    border: 1px solid #dfdfdf;
    border-top: 0;
    z-index: 999;
    font-family: 'Roboto', sans-serif;
}

    .traveller-opt.show {
        pointer-events: visible;
        opacity: 1;
        top: 100%;
    }

    .traveller-opt .room-box {
        padding: 0;
        margin: 0;
    }

        .traveller-opt .room-box h6 {
            font-size: 16px;
            line-height: 22px;
            font-weight: 700;
            color: #080808;
            margin: 0 0 10px;
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
        }

.room-holder.clone .hide {
    display: block !important;
}

.room-holder {
    overflow: hidden;
    margin: 0 0 5px 0;
}

    .room-holder .adlut-select,
    .room-holder .clild-select {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .room-holder label {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #080808;
        margin: 0;
        font-size: 16px;
        line-height: 40px;
    }

.traveller-opt button.clone {
    display: block;
    float: right;
    border: 0;
    background: #ff9924;
    color: #080808;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.room-holder.clone .hide {
    display: block;
    float: right;
    border: 0;
    background: #ff9924;
    color: #080808;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.traveller-opt button.btn-done {
    float: none;
    display: block;
    clear: both;
    margin: 0 auto;
    font-size: 14px;
    color: #080808;
    border: 0;
    background: #2ad845;
    padding: 6px 45px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

    .traveller-opt button.btn-done:hover,
    .traveller-opt button.clone:hover {
        background: #1da599;
    }

.quantity {
    position: relative;
    display: inline-block;
    color: #7f7f7f;
}

    .quantity input[type=number] {
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 36px;
        font-weight: 600;
        box-shadow: none;
        outline: none;
        width: 42px;
        height: 50px;
        text-align: center;
        float: right;
        border: 0;
        background-color: #fff;
        color: #342f2f;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number]:focus {
    border-color: #57b8f6 !important;
}

.quantity input[type=number]:hover {
    border-color: #a5a5a5;
}

.quantity-button {
    width: 28px;
    height: 28px;
    display: inline-block;
    float: right;
    position: relative;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    margin: 4px 0 0 0;
}

    .quantity-button::before, .quantity-button::after {
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 7px);
        content: "";
        width: 14px;
        height: 2px;
        background-color: currentColor;
        display: block;
    }

.quantity-remove::after {
    display: none;
}

.quantity-add::after {
    transform: rotate(90deg);
}

.child-holder {
    display: block;
    width: 100%;
    margin-left: -5px;
    padding: 10px 0 0 0;
}

.child-age {
    width: 30%;
    padding: 5px 10px;
    margin: 0 5px 10px 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: inline-block;
}

    .child-age label {
        font-size: 13px;
        line-height: 20px;
    }

    .child-age select {
        height: 20px;
        background: none;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: #080808;
    }

.hotel-list-sec {
    padding: 30px 0 0 0;
}

.btn-more-hotel {
    text-align: center;
    display: block;
    padding: 20px 0 0 0;
    margin: 0 0 30px 0;
}

    .btn-more-hotel a {
        background: linear-gradient(55deg, #1da599 0, #77e5dc 100%);
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        transition: all 1s;
        line-height: normal;
        text-decoration: none;
        border-radius: 50px;
        padding: 13px 50px;
        display: inline-block;
        letter-spacing: 1px;
    }

        .btn-more-hotel a:hover {
            background-image: linear-gradient(55deg, #ff5d12 0%, #ff9623 100%);
            color: #fff;
        }



/* hotel detail page start */

.banner-sec .detial-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .banner-sec .detial-heading .text-left span.star {
        display: block;
        height: 14px;
        background: url(assets/images/star-fill.webp) repeat-x 0 0;
        margin: 0 0 7px 0;
    }

    .banner-sec .detial-heading .text-left h2 {
        font-size: 28px;
        line-height: 40px;
        color: #080808;
        margin: 0 0 5px 0;
        font-family: 'Raleway', sans-serif;
        text-align: left;
    }

    .banner-sec .detial-heading .text-left p {
        color: #848484;
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }

    .banner-sec .detial-heading .text-right span.s-offer {
        font-size: 12px;
        line-height: 20px;
        border-radius: 30px;
        color: #ff5a11;
        background: #f1e8e7;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        padding: 2px 15px;
        margin-bottom: 8px;
    }

    .banner-sec .detial-heading .text-right .price-holder {
        display: block;
        padding: 0;
        margin: 0;
    }

        .banner-sec .detial-heading .text-right .price-holder span {
            display: inline-block;
            margin: 0 0 0 0;
        }

            .banner-sec .detial-heading .text-right .price-holder span.price {
                font-size: 20px;
                line-height: 28px;
                color: #1da599;
                font-weight: 600;
            }

            .banner-sec .detial-heading .text-right .price-holder span.dis-price {
                font-size: 16px;
                line-height: 28px;
                color: #989898;
                font-weight: 500;
                text-decoration: line-through;
                margin-left: 5px;
            }

.gallery-holder {
    display: flex;
    padding: 0 0 0 0;
    margin: -40px 0 30px 0;
}

    .gallery-holder .box-1 {
        padding: 0;
    }

        .gallery-holder .box-1 figure {
            overflow: hidden;
            margin: 0 0 0 0;
            border-radius: 10px 0 0 10px;
        }

    .gallery-holder .box-2 {
        padding: 0;
    }

        .gallery-holder .box-2 figure {
            overflow: hidden;
            position: relative;
            margin: 0 0 2px 2px;
        }

            .gallery-holder .box-2 figure:last-child {
                margin-bottom: 0;
            }

            .gallery-holder .box-2 figure figcaption {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.2);
                color: #fff;
                font-size: 18px;
                line-height: 34px;
                text-decoration: underline;
                text-align: center;
                font-weight: 600;
                padding: 30% 0;
            }

.hotel-list-detail {
    padding: 0;
    margin: 0;
}

    .hotel-list-detail h3 {
        font-size: 30px;
        line-height: 40px;
        color: #080808;
        margin: 0 0 10px 0;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
    }

    .hotel-list-detail p {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin: 0 0 15px 0;
    }

    .hotel-list-detail ul.check-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 15px 0;
        margin: 0 0 0 0;
    }

        .hotel-list-detail ul.check-list li {
            width: 25%;
            margin: 0;
            padding: 0 0 0 23px;
            list-style: none;
            font-size: 16px;
            line-height: 34px;
            color: #2a2a2a;
            background: url(assets/images/icon-tick.webp) no-repeat 0 8px;
        }

    .hotel-list-detail hr {
        border-top: 1px solid #dce3ef;
        margin: 0 0 25px 0;
    }

    .hotel-list-detail tr.bg-primary {
        background: #1da599;
    }

    .hotel-list-detail .table-bordered {
        border: 0;
    }

        .hotel-list-detail .table-bordered > thead > tr > th {
            font-size: 14px;
            line-height: 40px;
            padding: 0 12px;
            font-weight: normal;
            border: 0;
        }

            .hotel-list-detail .table-bordered > thead > tr > th:first-child {
                border-radius: 10px 0 0 0;
            }

            .hotel-list-detail .table-bordered > thead > tr > th:last-child {
                border-radius: 0 10px 0 0;
            }

        .hotel-list-detail .table-bordered > tbody > tr > td {
            font-size: 16px;
            line-height: 22px;
            color: #161b21;
        }

            .hotel-list-detail .table-bordered > tbody > tr > td:first-child {
                border-left: 0;
            }

            .hotel-list-detail .table-bordered > tbody > tr > td:last-child {
                border-right: 0;
            }

            .hotel-list-detail .table-bordered > tbody > tr > td span {
                color: #e70e32;
            }

            .hotel-list-detail .table-bordered > tbody > tr > td a {
                font-size: 12px;
                line-height: 22px;
                display: inline-block;
                color: #ff9924;
                border: 1px solid #ff9924;
                font-weight: 700;
                padding: 0 20px;
                border-radius: 20px;
                margin: 7px 6px 0;
                text-transform: uppercase;
            }

                .hotel-list-detail .table-bordered > tbody > tr > td a:hover {
                    color: #fff;
                    background: #ff9924;
                }

.last-table {
    background: #f7fcff;
    padding: 20px 25px 0;
    margin: 20px 0 30px 0;
    border-radius: 10px;
}

.hotel-list-detail .last-table .table-bordered {
    margin: 0;
}

    .hotel-list-detail .last-table .table-bordered > tbody > tr > td:first-child {
        border-left: 0;
        border-top: 0;
        width: 20%;
        padding: 15px 0;
        color: #444444;
    }

    .hotel-list-detail .last-table .table-bordered > tbody > tr > td:last-child {
        border-right: 0;
        border-top: 0;
        padding: 15px;
        color: #080808;
    }

    .hotel-list-detail .last-table .table-bordered > tbody > tr:last-child > td {
        border-bottom: 0;
    }

.hotel-side .map-box {
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 15px 0;
}

    .hotel-side .map-box img {
        width: 100%;
    }

.hotel-side .side-price {
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #d1deef;
}

    .hotel-side .side-price span.s-offer {
        font-size: 12px;
        line-height: 20px;
        border-radius: 30px;
        color: #ff5a11;
        background: #f1e8e7;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        padding: 2px 15px;
        margin-bottom: 8px;
    }

    .hotel-side .side-price .price-holder {
        display: block;
        padding: 0;
        margin: 0;
    }

        .hotel-side .side-price .price-holder span {
            display: inline-block;
            margin: 0 0 0 0;
        }

            .hotel-side .side-price .price-holder span.price {
                font-size: 20px;
                line-height: 28px;
                color: #1da599;
                font-weight: 600;
            }

    .hotel-side .side-price span.dis-price {
        font-size: 16px;
        line-height: 28px;
        color: #989898;
        font-weight: 500;
        text-decoration: line-through;
        margin-left: 5px;
    }

ul.accordion-list {
    margin: 0;
    padding: 0;
}

    ul.accordion-list li {
        list-style: none;
        padding: 0 0 0;
        margin: 0;
        display: block;
    }

        ul.accordion-list li a {
            display: block;
            color: #ff9924;
            padding: 0 0 20px 20px;
            position: relative;
        }

            ul.accordion-list li a:after {
                content: '';
                position: absolute;
                left: 0;
                top: 6px;
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-left: 10px solid #ff9924;
                border-bottom: 5px solid transparent;
            }

.youtube-holder {
    margin: 0;
}

    .youtube-holder figure {
        margin: 0;
        border-radius: 10px;
        overflow: hidden;
    }

        .youtube-holder figure img {
            width: 100%;
        }

.h-side-box {
    padding: 0;
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
}

    .h-side-box img {
        display: block;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .h-side-box .text-holder {
        padding: 10px 20px;
        background: #f5fbff;
    }

        .h-side-box .text-holder span.star {
            display: block;
            height: 14px;
            background: url(assets/images/star-fill.webp) repeat-x 0 0;
            margin: 0 0 7px 0;
        }

        .h-side-box .text-holder h4 {
            font-size: 18px;
            line-height: 24px;
            color: #080808;
            font-weight: 600;
            margin: 0 0 0 0;
        }

        .h-side-box .text-holder p {
            font-size: 12px;
            line-height: 24px;
            color: #080808;
            margin: 0 0 10px 0;
        }

        .h-side-box .text-holder .inner-box {
            border-top: 1px solid #e0e6ec;
            padding: 10px 0 15px 0;
        }

            .h-side-box .text-holder .inner-box ul {
                margin: 0;
                padding: 0;
            }

                .h-side-box .text-holder .inner-box ul li {
                    list-style: none;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    font-size: 14px;
                    line-height: 26px;
                    color: #5b5b5b;
                }

                    .h-side-box .text-holder .inner-box ul li strong {
                        color: #080808;
                        font-size: 16px;
                        font-weight: 500;
                        letter-spacing: -1px;
                    }

            .h-side-box .text-holder .inner-box h5 {
                font-size: 18px;
                line-height: 22px;
                color: #080808;
                font-weight: 600;
                margin: 0 0 10px 0;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

                .h-side-box .text-holder .inner-box h5 strong {
                    text-transform: uppercase;
                    color: #1da599;
                    font-family: 'Poppins', sans-serif;
                    font-weight: 600;
                }

        .h-side-box .text-holder .cost-box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 10px 0 10px 0;
            border-top: 2px dashed #c3e4fe;
        }

            .h-side-box .text-holder .cost-box h3 {
                font-size: 14px;
                line-height: 26px;
                color: #080808;
                margin: 0;
                font-weight: 600;
            }

            .h-side-box .text-holder .cost-box strong {
                font-size: 22px;
                line-height: 26px;
                color: #1da599;
                margin: 0;
                font-weight: 600;
            }

.passenger-sec {
    margin-bottom: 50px;
}

.u-banner .detial-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .u-banner .detial-heading .text-left span.star {
        display: block;
        height: 14px;
        background: url(assets/images/star.webp) repeat-x 0 0;
        margin: 0 0 7px 0;
    }

    .u-banner .detial-heading .text-left h2 {
        font-size: 28px;
        line-height: 40px;
        color: #080808;
        margin: 0 0 5px 0;
        text-align: left;
    }

    .u-banner .detial-heading .text-left p {
        color: #080808;
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }

    .u-banner .detial-heading .text-right span.s-offer {
        font-size: 12px;
        line-height: 20px;
        border-radius: 30px;
        color: #ff5a11;
        background: #f1e8e7;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        padding: 2px 15px;
        margin-bottom: 8px;
    }

.detial-heading .text-right .price-holder {
    display: block;
    padding: 0;
    margin: 0;
}

    .detial-heading .text-right .price-holder span.price {
        font-size: 20px;
        line-height: 28px;
        color: #1da599;
        font-weight: 600;
    }

    .detial-heading .text-right .price-holder span.dis-price {
        font-size: 16px;
        line-height: 28px;
        color: #080808;
        font-weight: 500;
        text-decoration: line-through;
        margin-left: 5px;
    }

ul.accordion-list {
    margin: 0;
    padding: 0;
}

    ul.accordion-list li {
        list-style: none;
        padding: 0 0 0;
        margin: 0;
        display: block;
    }

        ul.accordion-list li a {
            display: block;
            color: #ff9924;
            padding: 0 0 0 20px;
            position: relative;
        }

            ul.accordion-list li a:after {
                content: '';
                position: absolute;
                left: 0;
                top: 6px;
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-left: 10px solid #ff9924;
                border-bottom: 5px solid transparent;
            }

.text-close {
    height: 0;
}

    .text-close.open {
        height: 100%;
        padding: 15px 0 0 0;
    }

.trip-option {
    display: block;
    text-align: center;
    padding: 5px 0 15px;
}

    .trip-option .select-box {
        display: inline-block;
        width: auto;
        text-align: left;
        position: relative;
        margin: 0 10px;
    }

        .trip-option .select-box select {
            color: #080808;
            background: none;
            border: 0;
            border-bottom: 0;
            padding: 0 0 5px 0;
            box-shadow: none;
            height: auto;
            border-radius: 0;
            font-size: 14px;
            line-height: 30px;
            font-weight: 600;
        }
