﻿


/*whychoos css start*/
.why_book {
    position: relative;
    display: block;
    text-align: center;
    padding: 25px 0;
}

.why_choose_banner {
    border-bottom: 1px solid #EEEEEE;
}

.icon_box {
    height: 50px;
    width: 50px;
    display: inline-block;
}

.why1 {
    background-position: -3px -88px;
}

.why2 {
    background-position: -72px -84px;
}

.why3 {
    background-position: -140px -88px;
}

.why4 {
    background-position: -204px -88px;
}

.why_book p {
    font-size: 14px;
    font-weight: 500;
    color: #212A30;
    margin-top: 10px;
    min-height: 37px;
}

/*whychoos css over*/

/*Exclusive Offers start*/
.owl-nav {
    position: absolute;
    padding: 0px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    border-radius: 100px;
    display: inline-flex;
    column-gap: 25px;
    font-size: 20px;
    top: -55px;
    right: 0;
}


.banner_title {
    color: #212A30;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 25px;
}

.view_ofer {
    font-size: 13px;
    color: var(--btn-bg);
    font-weight: 500;
    text-decoration: underline;
    text-align: right;
     padding-right: 80px; 
    padding-top: 5px;
}

.exl_offer_banner {
    display: flex;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 12px;
}

.offer_img img {
    border-radius: 5px;
}

.offer_img {
    margin-right: 15px;
    float: left;
    width: 35%;
}

.offer_content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #212A30;
    margin: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding-top: 10px;
}

.offer_content p {
    font-size: 13px;
    font-weight: 500;
    color: #494949;
    line-height: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 13px 0;
}

.offer_content {
    width: 60%;
    float: left;
}

    .offer_content span {
        font-size: 13px;
        font-weight: 500;
        color: var(--btn-bg);
        text-transform: capitalize;
    }


/*Exclusive Offers over*/

/*Find your staycation start*/

.star_block {
    position: relative;
    display: inline-flex;
    column-gap: 8px;
}

    .star_block a {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 10px;
        text-transform: capitalize;
        border-radius: 4px;
    }

        .star_block a.active {
            background: var(--btn-bg);
            color: #fff;
        }

.staycation_block {
    background: #F6F9FB;
    border-radius: 8px;
    margin: 30px 0 0px 0;
    padding: 30px 20px 20px 20px !important;
}

.hotel_star_banner {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}

    .hotel_star_banner:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background: linear-gradient( 180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
        content: "";
        height: 90px;
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .hotel_star_banner img {
        height: 203px;
        object-fit: cover;
    }

.location_block {
    position: absolute;
    top: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
}

    .location_block .loc_icon {
        display: inline-block;
        height: 20px;
        width: 20px;
        float: left;
        background-position: -271px -5px;
        display:none;
    }

.detail_part_hotel h3 {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    line-height: 20px;
    min-height: 40px;
}

.detail_part_hotel {
    position: relative;
    padding: 15px;
}

.review_date {
    position: relative;
    padding: 15px 0;
}

.fa-star:before {
    content: "\f005";
}

.star_review {
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    background: #787676;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
}

    .star_review i {
        font-size: 11px;
        padding-right: 5px;
    }

.date_text {
    border: 1px dashed #95A5B3;
    border-radius: 4px;
    padding: 3px 10px;
    float: right;
    color: #212A30;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

    .date_text .date_icon {
        height: 17px;
        width: 20px;
        display: inline-block;
        float: left;
        background-position: -300px -7px;
    }

.detail_part_hotel .book_btn {
    position: relative;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    background: var(--btn-bg);
    color: #fff;
    border-radius: 4px;
}

.banner_title h2 {
    font-weight: 500;
    font-size: 26px;
}

/*Find your staycation over*/


/*subscribe banner*/
.form-group {
    position: relative;
}

.newsletter-block {
    padding-top: 45px;
}

.Subscribe_input {
    color: #999999;
    height: 40px;
    display: block;
    width: 100%;
    padding: 1px 10px;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #FFFFFF;
    border: 1px solid #C9D5DA;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal;
}

.Subscribe_email {
    position: absolute;
    height: 40px;
    background: var(--btn-bg);
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    text-transform: capitalize;
    font-weight: 500;
    border: 0;
    right: 0;
    top: 0;
    padding: 0 20px;
}

.subscribe-item {
    display: flex;
    padding: 15px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

.subscribe-list-cb {
    display: none;
}

.subscribe-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 19px;
    height: 16px;
    border: 1px solid var(--other-bg);
    border-radius: 12px;
    top: 3px;
}

.subscribe-list-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #093342;
    padding-left: 5px;
    float: left;
}

    .subscribe-list-desc a {
        color: var(--primary-color);
        display: inline;
    }

.subscribe_block {
    position: relative;
    display: block;
    border: 1px solid #E5EBF0;
    border-radius: 8px;
    margin: 60px 0;
}

    .subscribe_block h4 {
        font-size: 18px;
        font-weight: 500;
        color: #212A30;
        padding-top: 30px;
        padding-bottom: 7px;
    }

    .subscribe_block h6 {
        font-size: 14px;
        line-height: 17px;
        font-weight: normal;
    }

.subscribe-list-cb:checked ~ .subscribe-list-mark:before {
    display: block;
}

.subscribe-list-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    height: 10px;
    background-color: var(--other-bg);
    width: 10px;
    border-radius: 50%;
    -webkit-transform: rotate( -45deg );
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate( -45deg );
}

/*subscribe banner over*/

/*popular package banner*/

.popular_package .package_box {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #E5EBF0;
    border-radius: 8px;
    overflow: hidden;
}

    .popular_package .package_box .date_text {
        border: 1px dashed #95A5B2;
        border-radius: 4px;
        padding: 3px 7px;
        float: right;
        color: #212A30;
        font-size: 12px;
        font-weight: 500;
        text-transform: capitalize;
        position: absolute;
        background: #fff;
        top: 20px;
        left: 20px;
    }

        .popular_package .package_box .date_text .date_icon {
            height: 17px;
            width: 25px;
            display: inline-block;
            float: left;
            background-position: -300px -7px;
        }

    .popular_package .package_box h3 {
        font-size: 16px;
        margin-top: 10px;
        font-weight: 500;
        color: #212A30;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 100%;
        padding: 0 10px;
    }

.popular_package .price_text {
    font-size: 16px;
    color: var(--btn-bg);
    font-weight: 500;
    padding: 0 10px 10px;
}

    .popular_package .price_text .from {
        font-size: 13px;
        font-weight: 500;
        color: #848484;
        text-transform: capitalize;
    }

    .popular_package .price_text span {
        padding-right: 5px;
    }

/*popular package banner over*/


/*populat activites banner*/

.popular_activites .city_wise_tab {
    display: inline-block;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    margin-bottom: 20px;
}

    .popular_activites .city_wise_tab li.active {
        background: var(--btn-bg);
        color: #fff;
    }

    .popular_activites .city_wise_tab li {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 17px;
        border-radius: 4px;
        cursor: pointer;
        color: #212A30;
    }

.popular_activites .tour_block {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

    .popular_activites .tour_block:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        width: 100%;
        height: 110px;
        transition: all 0.5s;
    }

    .popular_activites .tour_block img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

.popular_activites .tour_detail {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

    .popular_activites .tour_detail h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        margin: 0;
    }

    .popular_activites .tour_detail p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        margin: 5px 0 0;
    }

/*populat activites banner over*/

/*package banner*/

.maldive_banner {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: 50px 0;
}

    .maldive_banner img {
        width: 100%;
        height: 265px;
        object-fit: cover;
    }

    .maldive_banner:before {
        content: "";
        position: absolute;
        right: 0;
        background: linear-gradient(270deg, #004B62 30.26%, rgba(0, 0, 0, 0) 84.79%);
        width: 100%;
        transition: all 0.5s;
        top: 0;
        bottom: 0;
    }

    .maldive_banner .pkbanner_visit {
        position: absolute;
        right: 0;
        top: 0;
        width: 38%;
        text-align: center;
        padding-top: 55px;
    }

        .maldive_banner .pkbanner_visit h4 {
            font-size: 22px;
            font-weight: 500;
            color: #fff;
            text-transform: uppercase;
        }

        .maldive_banner .pkbanner_visit h5 {
            font-size: 25px;
            font-weight: 500;
            color: #fff;
        }

        .maldive_banner .pkbanner_visit .pkb_price {
            position: relative;
            display: inline-block;
            background: var(--btn-bg);
            color: #fff;
            font-size: 16px;
            padding: 10px 20px;
            border-radius: 4px;
            margin-top: 15px;
        }

/*package banner over*/

/*trending tour css*/
.trending_tours {
    background: #F6F9FB;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0 0px 0;
}

    .trending_tours .tour_banner {
        background: #fff;
        box-shadow: 0px 0px 14px rgb(0 0 0 / 7%);
        border-radius: 8px;
        position: relative;
        display: inline-block;
        margin-left: 35px;
        padding-bottom: 25px;
    }

        .trending_tours .tour_banner h4 {
            font-size: 18px;
            font-weight: 500;
            color: #212A30;
            margin: 0;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            padding: 15px 15px 0 15px;
        }

    .trending_tours .available_text {
        border: 1px dashed #95A5B2;
        position: relative;
        display: inline-block;
        padding: 2px 8px;
        border-radius: 4px;
        margin: 10px 17px;
        font-size: 12px;
        color: #212A30;
        font-weight: 500;
    }

        .trending_tours .available_text .date_icon {
            height: 16px;
            width: 22px;
            display: inline-block;
            float: left;
            background-position: -300px -7px;
        }

    .trending_tours .tour_img img {
        border-radius: 5px;
        width: 100%;
        height: 193px;
        object-fit: cover;
    }

    .trending_tours .tour_img {
        position: relative;
        display: inline-block;
        width: 100%;
        right: 35px;
    }

    .trending_tours .fevrit_icon {
        height: 23px;
        width: 25px;
        position: absolute;
        background-position: -348px -4px;
        top: 15px;
        right: 15px;
        z-index: 1;
        display:none;
    }

        .trending_tours .fevrit_icon.fevrit {
            background-position: -382px -4px;
        }

/*trending tour css over*/

/*popular destination*/
.popular_destination .destination_img {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

    .popular_destination .destination_img:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(0, 0, 102, 0) 0%, rgba(0, 0, 102, 0.87) 100%);
        width: 100%;
        height: 185px;
        transition: all 0.5s;
    }

    .popular_destination .destination_img h2 {
        position: absolute;
        bottom: 22px;
        color: #fff;
        font-size: 28px;
        text-align: center;
        width: 100%;
        left: 0;
        margin: 0;
    }

/*popular destination over*/

/*discover_popular_city*/


    .discover_popular_city .city_wise_tab {
        display: inline-block;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
        margin-bottom: 20px;
    }

        .discover_popular_city .city_wise_tab li.active {
            background: var(--btn-bg);
            color: #fff;
        }

        .discover_popular_city .city_wise_tab li {
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            padding: 7px 17px;
            border-radius: 4px;
            cursor: pointer;
            color: #212A30;
        }

    .discover_popular_city .discover_city li {
        position: relative;
        display: inline-block;
        width: 15%;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #E5EBF0;
        margin-right: 22.8px;
        margin-bottom: 20px;
    }

        .discover_popular_city .discover_city li:nth-child(6n+0) {
            margin-right: 0;
        }


        .discover_popular_city .discover_city li h4 {
            font-size: 16px;
            font-weight: 500;
            color: #212A30;
            padding: 0 8px;
            text-align: center;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-top: 15px;
        }

        .discover_popular_city .discover_city li p {
            font-size: 14px;
            font-weight: 500;
            color: #858585;
            text-align: center;
            padding: 0 8px;
            margin-bottom: 15px;
        }

/*discover_popular_city over*/

/*latest news css */
.latest_news_blog {
    margin-bottom: 30px;
}

    .latest_news_blog .blog_main_slider_blcok {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
        position: relative;
        padding-top: 10px;
        padding-right: 9px;
    }

        .latest_news_blog .blog_main_slider_blcok img {
            height: 190px;
            width: 190px !important;
            background: #fff;
            border-radius: 6px;
            margin: 14px 0px;
        }

    .latest_news_blog .blog_content {
        font-size: 12px;
        overflow: hidden;
        border-radius: 6px;
        background: #FFFFFF;
        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
        height: 216px;
        width: 519px;
        padding: 20px;
        margin-left: -140px;
        padding-left: 170px;
    }

        .latest_news_blog .blog_content h5 {
            padding-bottom: 5px;
            margin-bottom: 7px;
            color: #212A30;
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 27px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            overflow: hidden;
            margin-top: 3px;
        }

        .latest_news_blog .blog_content p {
            color: #323232;
            font-size: 14px;
            margin-bottom: 15px;
            line-height: 20px;
            font-weight: 400;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            display: -webkit-box;
        }

    .latest_news_blog .border_bottom {
        position: relative;
        border-bottom: 1px solid #EAEAEA;
    }

    .latest_news_blog .blog_view_more {
        font-style: normal;
        font-size: 14px;
        line-height: 16px;
        color: var(--btn-bg);
        margin-top: 10px;
        display: inline-block;
        position: relative;
        width: 100%;
        text-align: left;
        text-decoration: underline;
        font-weight: 400;
    }


/*latest news css over */
.staycation_block, .why_choose_banner, .Exclusive_Offers, .popular_activites, .popular_package, .discover_popular_city,.latest_news_blog {padding: 30px 0 0px 0;}
@media (max-width:1199px) {

    .discover_popular_city .discover_city li {
        margin-right: 18.8px;
    }
}

@media (max-width:991px) {
    .why_book p {
        font-size: 12px;
    }

    .banner_title {
        font-size: 20px;
    }

    .offer_content p {
        margin: 4px 0;
    }

    .offer_content h3 {
        padding-top: 7px;
    }

    .Exclusive_Offers {
        padding: 30px 0;
    }

    .star_block {
        column-gap: 3px;
    }

        .star_block a {
            font-size: 12px;
        }

    .detail_part_hotel {
        padding: 8px;
    }

        .detail_part_hotel h3 {
            font-size: 13px;
        }

    .review_date {
        padding: 10px 0;
    }

    .star_review {
        padding: 3px 5px;
        font-size: 11px;
    }

    .date_text {
        padding: 1px 4px;
        font-size: 10px;
        line-height: 17px;
    }

    .detail_part_hotel .book_btn {
        font-size: 12px;
    }

    .subscribe_block {
        margin: 25px 0;
    }

    .newsletter-block {
        padding-top: 15px;
    }

    .popular_activites .tour_detail h3 {
        font-size: 18px;
    }

    .maldive_banner {
        margin: 15px 0;
    }

        .maldive_banner .pkbanner_visit {
            width: 55%;
        }

    .package_box .date_text {
        top: 15px;
        left: 15px;
    }

    .trending_tours {
        margin: 25px 0;
    }

        .trending_tours .tour_banner h4 {
            font-size: 14px;
        }

        .trending_tours .tour_banner {
            padding-bottom: 15px;
        }

    .popular_destination .destination_img h2 {
        font-size: 18px;
    }

    .discover_popular_city {
        margin: 25px 0;
    }

        .discover_popular_city .discover_city li {
            width: 17%;
            margin-right: 26.8px;
        }

            .discover_popular_city .discover_city li:nth-child(6n+0) {
                margin-right: 26.8px;
            }

            .discover_popular_city .discover_city li:nth-child(5n+0) {
                margin-right: 0;
            }

            .discover_popular_city .discover_city li h4 {
                font-size: 13px;
            }

            .discover_popular_city .discover_city li p {
                font-size: 12px;
                margin-bottom: 10px;
            }

    .latest_news_blog .blog_content h5 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width:767px) {

    .why_book {
        padding: 5px 0;
    }

    .banner_title {
        font-size: 14px;
        margin-bottom: 10px;
    }



    .owl-nav {
        top: -42px;
    }

    .Exclusive_Offers {
        padding: 15px 0;
    }

    .staycation_block {
        padding: 10px;
    }

    .star_block a {
        font-size: 9px;
        margin-bottom: 11px;
        padding: 5px;
    }

    .subscribe_block h4 {
        font-size: 13px;
        padding-bottom: 0px;
    }

    .subscribe_block h6 {
        font-size: 11px;
        line-height: 14px;
    }

    .newsletter-block {
        padding-top: 0;
    }

    .Subscribe_email {
        font-size: 14px;
        padding: 0 13px;
    }

    .subscribe-list-mark {
        width: 29px;
    }

    .popular_activites .city_wise_tab li {
        font-size: 13px;
        padding: 5px 10px;
    }

    .popular_activites .tour_detail h3 {
        font-size: 15px;
    }

    .popular_activites .tour_detail p {
        font-size: 12px;
    }

    .popular_activites .tour_block {
        margin-bottom: 15px;
    }

    .maldive_banner {
        margin: 10px 0;
    }

        .maldive_banner .pkbanner_visit {
            width: 80%;
            padding-top: 20px;
        }

            .maldive_banner .pkbanner_visit h4 {
                font-size: 15px;
            }

            .maldive_banner .pkbanner_visit h5 {
                font-size: 18px;
            }

            .maldive_banner .pkbanner_visit .pkb_price {
                font-size: 14px;
                padding: 8px 15px;
                margin-top: 7px;
            }

        .maldive_banner img {
            height: 150px;
        }

    .popular_package .package_box h3 {
        margin-bottom: 7px;
    }

    .trending_tours {
        margin: 20px 0;
        padding: 10px;
    }

        .trending_tours .tour_banner h4 {
            font-size: 13px;
            padding-top: 8px;
        }

        .trending_tours .available_text {
            font-size: 11px;
        }

        .trending_tours .tour_banner {
            padding-bottom: 10px;
            margin-left: 20px;
        }

        .trending_tours .tour_img {
            right: 20px;
        }

    .destination_img img {
        height: 250px;
    }

    .discover_popular_city .city_wise_tab li {
        font-size: 13px;
        padding: 5px 10px;
    }

    .discover_popular_city .discover_city li:nth-child(3n+0) {
        margin-right: 0px;
    }

    .discover_popular_city .discover_city li:nth-child(5n+0) {
        margin-right: 6.8px;
    }

    .discover_popular_city .discover_city li {
        width: 32%;
        margin-right: 6.8px;
        margin-bottom: 8px;
    }

        .discover_popular_city .discover_city li h4 {
            font-size: 12px;
            margin: 7px 0;
        }

        .discover_popular_city .discover_city li p {
            font-size: 11px;
            margin-bottom: 6px;
        }

    ul.discover_city {
        margin-bottom: 0;
    }

    .latest_news_blog .blog_main_slider_blcok img {
        height: 110px;
        width: 100px !important;
    }

    .latest_news_blog .blog_content {
        height: 139px;
        width: 320px;
        padding: 14px;
        margin-left: -80px;
        padding-left: 96px;
        margin-right: -20px;
    }

        .latest_news_blog .blog_content h5 {
            font-size: 13px;
            line-height: 20px;
            margin-bottom: 0;
        }

        .latest_news_blog .blog_content p {
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 0;
        }

    .latest_news_blog .blog_view_more {
        font-size: 12px;
        margin-top: 5px;
    }

    .latest_news_blog {
        margin-bottom: 5px;
    }
}

.package_box img {
    height: 211px;
    object-fit: cover;
}

.destination_img img {
    height: 360px;
    object-fit: cover;
}

ul.discover_city li img {
    height: 86px;
    object-fit: cover;
}
