﻿

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.packages-banner {
    position: relative;
    background-size: cover;
    background-position: center top;
    padding-bottom: 30px;
}

    .packages-banner.style-two {
        min-height: 580px;
    }

    .packages-banner::before {
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        height: 40%;
        background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
        background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, rgba(0,0,0,1)));
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
        background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    }

    .packages-banner.style-two:before {
        display: none;
    }

    .packages-banner .banner-list {
        position: relative;
        padding-top: 520px;
        z-index: 2;
    }

        .packages-banner .banner-list li {
            position: relative;
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
            margin-right: 15px;
            display: inline-block;
        }

            .packages-banner .banner-list li .icon {
                position: relative;
                margin-right: 15px;
            }

            .packages-banner .banner-list li:last-child {
                padding: 5px 12px;
                border-radius: 3px;
                background-color: #1DC5CE;
            }

/* Package Detail Section */

.package-detail-section {
    position: relative;
    padding: 80px 0px 100px;
}

    .package-detail-section .upper-box {
        position: relative;
        margin-bottom: 30px;
    }

        .package-detail-section .upper-box h3 {
            position: relative;
            font-weight: 700;
        }

        .package-detail-section .upper-box .price {
            position: relative;
            color: #31c8d0;
            font-size: 24px;
            font-weight: 700;
        }

            .package-detail-section .upper-box .price span {
                position: relative;
                font-weight: 400;
                font-size: 16px;
                color: #10221B;
            }

.package-info-box {
    position: relative;
    margin-top: 15px;
    padding: 30px 50px;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #efefef;
}

.package-info-block {
    position: relative;
}

    .package-info-block .inner-box {
        position: relative;
        padding-left: 90px;
        color: #505050;
        padding-top: 5px;
        min-height: 65px;
    }

    .package-info-block .inner-box .icon {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 65px;
        height: 65px;
        line-height: 65px;
        border-radius: 50%;
        text-align: center;
        background-color: rgb(252 91 98 / 17%);
    }

        .package-info-block .inner-box .icon i {
            font-size: 40px;
            color: #fc5b62;
            line-height: 65px;
        }

    .package-info-block .inner-box strong {
        position: relative;
        font-weight: 600;
        color: #10221B;
        display: block;
        margin: 5px 0;
    }

/* Rating Box */

.package-detail-section .rating-box {
    position: relative;
    padding: 15px 0px;
    margin-bottom: 30px;
    border-top: 1px dashed #CBCBCB;
    border-bottom: 1px dashed #CBCBCB;
}

.package-detail-section .rating-box {
    position: relative;
}

    .package-detail-section .rating-box .rating {
        position: relative;
        color: #505050;
        font-size: 14px;
    }

    .package-detail-section .rating-box .fa {
        position: relative;
        color: #ffc107;
        font-size: 13px;
    }

    .package-detail-section .rating-box .post-info {
        position: relative;
    }

        .package-detail-section .rating-box .post-info li {
            position: relative;
            margin-left: 15px;
            color: #10221B;
            font-size: 14px;
            margin-left: 20px;
            padding-left: 30px;
            display: inline-block;
        }

            .package-detail-section .rating-box .post-info li .icon {
                position: absolute;
                left: 0px;
            }

.package-detail-section .content-column {
    position: relative;
}

    .package-detail-section .content-column h5 {
        position: relative;
        font-weight: 700;
        color: #000000;
        margin-bottom: 20px;
    }

    .package-detail-section .content-column p {
        position: relative;
        color: #505050;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .package-detail-section .content-column .feature-box {
        position: relative;
        margin-top: 30px;
        padding: 35px 0px 32px;
        border-top: 1px dashed #CBCBCB;
        border-bottom: 1px dashed #CBCBCB;
    }

        .package-detail-section .content-column .feature-box h5 {
            margin-bottom: 35px;
        }

    .package-detail-section .content-column .feature-list {
        position: relative;
    }

        .package-detail-section .content-column .feature-list li {
            position: relative;
            padding-left: 32px;
            color: #2E2E2E;
            font-size: 16px;
            margin-bottom: 15px;
        }

            .package-detail-section .content-column .feature-list li:before {
                position: absolute;
                content: '';
                left: 0px;
                top: 3px;
                width: 20px;
                height: 20px;
                background: url(../images/icons/check-icon.png);
            }

            .package-detail-section .content-column .feature-list li:last-child {
                margin-bottom: 0px;
            }

/* Facility Box */

.package-detail-section .facility-box {
    position: relative;
    margin-top: 35px;
}

    .package-detail-section .facility-box h5 {
        margin-bottom: 40px;
    }

    .package-detail-section .facility-box .facility-option {
        position: relative;
        padding-left: 30px;
        font-size: 16px;
        color: #505050;
        margin-bottom: 35px;
    }

        .package-detail-section .facility-box .facility-option .icon {
            position: absolute;
            left: 0px;
        }

.package-detail-section .itinerary-box {
    position: relative;
    padding: 30px 0px 30px;
    border-top: 1px dashed #CBCBCB;
    border-bottom: 1px dashed #CBCBCB;
}

    .package-detail-section .itinerary-box .days-outer {
        position: relative;
    }

.package-detail-section .day-box {
    position: relative;
    margin-bottom: 20px;
}

    .package-detail-section .day-box:last-child {
        margin-bottom: 0px;
    }

    .package-detail-section .day-box .title {
        position: relative;
        color: #505050;
        font-size: 15px;
        font-weight: 600;
        padding-left: 35px;
    }

        .package-detail-section .day-box .title:before {
            position: absolute;
            content: '\f017';
            left: 0px;
            top: -2px;
            color: #fc5b62;
            font-size: 20px;
            font-weight: normal;
            font-family: FontAwesome;
        }

    .package-detail-section .day-box .day-text {
        position: relative;
        color: #505050;
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
        padding-left: 35px;
    }

        .package-detail-section .day-box .day-text:before {
            position: absolute;
            content: '';
            left: 8px;
            top: 0px;
            width: 1px;
            height: 100%;
            background-color: #DEDEDE;
        }
/*
    .package-detail-section .day-box:nth-child(2n + 0) .title:before {
        color: #8A8A8A;
    }

    .package-detail-section .day-box:last-child .day-text:before {
        display: none;
    }
*/
.package-detail-section .gallery-box {
    position: relative;
    padding: 30px 0px 35px;
    /*   border-bottom: 1px dashed #CBCBCB; */
}

    .package-detail-section .gallery-box .slide {
        height: auto !important
    }

    .package-detail-section .gallery-box h5 {
        margin-bottom: 30px;
    }

    .package-detail-section .gallery-box .image {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .package-detail-section .gallery-box .owl-dots {
        display: block;
    }

    .package-detail-section .gallery-box .owl-nav {
        position: absolute;
        top: 50%;
        left: 20px;
        right: 20px;
        height: 50px
    }

        .package-detail-section .gallery-box .owl-nav .owl-prev {
            position: absolute;
            left: 0px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 26px;
            color: #000000;
            border-radius: 50px;
            background-color: rgba(255,255,255,0.40);
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .package-detail-section .gallery-box .owl-nav .owl-next {
            position: absolute;
            right: 0px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 26px;
            color: #000000;
            border-radius: 50px;
            background-color: rgba(255,255,255,0.40);
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .package-detail-section .gallery-box .owl-nav .owl-prev,
        .package-detail-section .gallery-box .owl-nav .owl-next {
            display: block
        }
            .package-detail-section .gallery-box .owl-nav .owl-prev:hover,
            .package-detail-section .gallery-box .owl-nav .owl-next:hover {
                background-color: rgba(255,255,255,1);
            }

.package-detail-section .map-box {
    position: relative;
    padding-top: 35px;
}

    .package-detail-section .map-box h5 {
        margin-bottom: 35px;
    }

    .package-detail-section .map-box iframe {
        position: relative;
        width: 100%;
        height: 370px;
    }

.package-detail-section .sidebar-column {
    position: relative;
}

    .package-detail-section .sidebar-column .inner-column {
        position: relative;
        padding: 20px;
        border-radius: 10px;
        background-color: #efefef;
        border: solid 1px #e3e3e3
    }

.sidebar-widget {
    position: relative;
    border-radius: 8px;
    background: #fff;
    border: solid 1px #e3e3e3;
    overflow: hidden;
}

    .sidebar-widget .sidebar-title {
        position: relative;
        padding: 15px 20px;
        margin-bottom: 10px;
        background: #fc5b62
    }

        .sidebar-widget .sidebar-title h5 {
            position: relative;
            color: #fff;
            font-weight: 700;
        }



.booking-widget {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 35px 22px 15px;
    background-color: #1db4bc;
}

    .booking-widget:after {
        position: absolute;
        content: '';
        left: -30px;
        top: 5px;
        width: 3px;
        height: 18px;
        background-color: #2ec5ce;
    }

    .booking-widget:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0.90;
        border-radius: 8px;
        background-color: #2ec5ce;
    }

    .booking-widget h5 {
        position: relative;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 25px;
    }

.sidebar-widget .booking-form {
    position: relative;
    padding: 0px 15px 15px 15px ;
    background-color: #fff;
}


    .sidebar-widget .booking-form .icon {
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 2;
        font-size: 22px;
        color: #d2d8dd;
    }

    .sidebar-widget .booking-form .send-btn {
        position: relative;
        padding: 14px 24px;
        color: #ffffff !important;
        border-radius: 6px !important;
        margin-top: 10px;
        border: 1px solid rgba(255,255,255,0.85) !important;
        background-color: rgba(255,255,255,0.05) !important;
    }

        .sidebar-widget .booking-form .send-btn i {
            position: relative;
            font-style: normal;
            margin-left: 5px;
            top: 1px;
        }

        .sidebar-widget .booking-form .send-btn:hover {
            color: #10221B !important;
            border-color: #ffffff !important;
            background-color: #ffffff !important;
        }



@media only screen and (max-width: 1199px) {
    .packages-banner .banner-list {
        padding-top: 350px;
    }
}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 991px) {
    .packages-banner .banner-list {
        padding-top: 250px;
    }

    .package-info-box,
    .package-info-box-two {
        padding: 30px 20px 0;
    }

        .package-info-box .inner-container,
        .package-info-box-two .inner-container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .package-info-block,
    .package-info-block-two {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .packages-banner .banner-list {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 599px) {
    .package-detail-section .rating-box .pull-right {
        width: 100%;
    }

    .package-detail-section .rating-box .post-info li {
        margin-left: 0;
        margin-right: 20px;
    }

    .package-info-block-two {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .package-info-box.style-two .package-info-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .package-info-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .packages-banner .banner-list {
        padding-top: 100px;
    }

        .packages-banner .banner-list li:first-child {
            display: none;
        }

}