﻿.main_block_shadow {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 25px 25px 10px;
}

.slider_image {
    padding-top: 40px;
}

.banner_text .head_text {
    font-weight: bold;
    font-size: 110px;
    color: #000;
    margin-bottom: 0;
    display: inline-block;
    white-space: nowrap;
}

.banner_text {
    position: relative;
    top: 40px;
    width: 100%;
    text-align: left;
    line-height: 100px;
}

.col_blue {
    color: #147cd5;
}

.position-relative {
    position: relative;
}

.banner_text_span {
    position: relative;
    right: 0;
    font-size: 31px;
    bottom: 40px;
    font-weight: 700;
    text-align: right;
}




/*searcvice info*/
.bgGrySup {
    background: #fff;
    padding: 35px 0 0px 0;
    margin-bottom: 30px;
}

.hFeatures > li {
    display: block;
    float: left;
    padding-left: 65px;
    vertical-align: top;
    padding-right: 14px;
    width: 33.333%;
    position: relative;
}

ul.hFeatures.clearfix {
    background: #f7f7f7;
    padding-top: 20px;
    padding-left: 20px;
}

.hFeatures .ftEasy:before {
    background-position: -8px -57px;
}

.hFeatures > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    background-size: 359px;
    background-image: url(/assets/whitelable1/img/whiatelable_strip.png);
    background-repeat: no-repeat;
}

.bgGrySup h4 {
    font-weight: 500;
    padding: 0;
    color: #203152;
    margin-bottom: 5px;
    font-size: 12px;
}

.bgGrySup p {
    color: #4D6F93;
    line-height: 20px;
}

.hFeatures .ftPayment:before {
    background-position: -60px -50px;
    background-size: 301px;
}

.hFeatures .ftSprt:before {
    background-position: -141px -60px;
}


/*section*/
.info_middle {
    background: #ffffff;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}



.services-div {
    background: #ffffff;
    /* border-radius: 10px; */
    margin-bottom: 0;
    overflow: hidden;
    z-index: 1;
    padding: 10px 0;
    /* border-radius: 8px; */
    /* -webkit-box-shadow: 0 10px 20px 0 rgba(53,64,90,.2); */
    /* box-shadow: 0 24px 20px 0 rgba(53,64,90,.2); */
    outline: none;
}

    .services-div .br {
        /* border-right: 1px solid #f1f1f1; */
    }

    .services-div .service {
        padding: 20px 10px;
    }

.service-desc h4 {
    font-weight: 500;
    font-size: 16px;
}

.service-desc p {
    color: #555;
    font-size: 15px;
}

.services-div .service-hover:hover {
    background: rgb(247, 247, 247);
    transition: all .5s;
}

.services-div .service-icon {
    width: 70px;
    height: 70px;
    background-image: url(/assets/whitelable1/img/whitelabe-search.png);
    margin: 0 auto;
    left: 0;
    right: 0;
    background-size: 280px;
    position: relative;
}

.services-div .icon_hotel {
    background-position: 4px -7px;
}

.services-div .icon_package {
    background-position: 4px -78px;
}

.services-div .icon_tour {
    background-position: -70px -78px;
}

.services-div .icon_Transfer {
    background-position: -70px -153px;
}

.services-div .icon_Flight {
    background-position: -150px -216px;
}

/*all banner title css start*/
section .main_title {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    text-align: left;
}

.main_title h2 {
    font-size: 26px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
}




.main_description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
    font-weight: 400;
}

/*all banner title css end*/

/*city wise hotel bannber start*/
.hotel_city_wise {
    background-color: #f2f6fb;
    padding: 25px 0px;
}

    .hotel_city_wise .room {
        background: #fafafa;
    }

        .hotel_city_wise .room figure {
            position: relative;
            box-shadow: 0 2px 10px 0 rgba(0,0,0,.07);
        }

            .hotel_city_wise .room figure .price {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 13px;
                text-align: center;
                padding: 4px 12px;
                background: #444;
                border-radius: 0 0 10px 0;
                color: #fff;
                z-index: 9;
                border: 2px solid #fff;
                border-top: none;
                border-left: none;
                font-weight: 400;
            }

    .hotel_city_wise .hover_effect {
        display: block;
        position: relative;
        background: none;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .hotel_city_wise .room figure img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    .hotel_city_wise .hover_effect img {
        display: block;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .hotel_city_wise .hover_effect.h_link:after {
        content: "\f0c1";
    }

    .hotel_city_wise .hover_effect:after {
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        font-size: 1.6em;
        text-align: center;
        line-height: 40px;
        width: 40px;
        height: 40px;
        left: 50%;
        top: 50%;
        margin-left: -20px;
        margin-top: -20px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .hotel_city_wise .room figcaption {
        padding: 15px 10px 0px 10px;
        border: 1px solid #f0f2f6;
        border-top: none;
    }

        .hotel_city_wise .room figcaption h4, .hotel_city_wise .room figcaption h5 {
            display: inline-block;
            font-weight: 500;
            font-size: 15px;
        }

            .hotel_city_wise .room figcaption h4 a, .hotel_city_wise .room figcaption h5 a {
                color: #a1b1c1;
                text-overflow: ellipsis;
                display: block;
                white-space: nowrap;
                max-width: 150px;
                overflow: hidden;
            }

    .hotel_city_wise .f_right {
        float: right;
    }

    .hotel_city_wise .button.btn_blue {
        background: #1dc1f8;
        border-color: #1dc1f8;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px;
    }

    .hotel_city_wise .hover_effect.h_blue:hover {
        background: #1dc1f8;
    }

    .hotel_city_wise .hover_effect:hover:after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        filter: alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6;
    }

.hover_effect:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
/*city wise hotel bannber start*/




/*city wise tour banner start*/
.tour_city_wise {
    margin-bottom: 30px;
    padding-top: 20px;
}

.tour-mig-lc-img img {
    height: 161px;
}

.tour-mig-lc-img.big_img img {
    height: 341px;
}

.tour_city_wise .tour-mig-like-com {
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #14addb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .tour_city_wise .tour-mig-like-com:hover img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0.5;
    }

.tour_city_wise .tour-mig-lc-img img {
    width: 100%;
    border-radius: 5px;
}

.tour_city_wise .tour-mig-like-com:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
}

.tour_city_wise .tour-mig-lc-con {
    position: absolute;
    width: 100%;
    margin-top: -125px;
    padding: 20px 20px 0px 20px;
    display: block;
    text-align: right;
}

.tour_city_wise .tour-mig-lc-con2 {
    margin-top: -100px;
}

.tour_city_wise .tour-mig-lc-con h5 {
    font-size: 23px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 2px;
    font-weight: 500;
}

.tour_city_wise .tour-mig-lc-con h6 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -20px;
    /* right: 0px;
     */
    border: 1px solid #fff;
    padding: 8px 10px 3px 10px;
    border-radius: 18px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.tour_city_wise .tour-mig-lc-con p {
    color: #ffffff;
    background: linear-gradient(to left, rgb(19 19 19 / 52%) 6%, rgb(19 19 19 / 0%) 72%, rgba(34, 34, 34, 0) 89%, rgba(44, 44, 44, 0) 100%);
    padding-right: 2px;
}

    .tour_city_wise .tour-mig-lc-con p span {
        text-align: right;
        float: right;
        font-size: 20px;
        color: #eee;
    }
/*city wise tour banner end*/


/*hotel info block start*/

.hotelsearch-section {
    display: flex;
    position: relative;
    top: 80px;
}

.col {
    display: flex;
}

.hotelsearch_block {
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 99;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.07);
}

    .hotelsearch_block .image {
        background-color: #3aabed;
        position: relative;
        height: 200px;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .hotelsearch_block .image .img-1 {
            background-position: 12px 4px;
        }

        .hotelsearch_block .image .icon {
            background: url(/assets/whitelable1/img/hotel-banner-img.png);
            background-repeat: no-repeat;
            z-index: 9999;
            height: 170px;
            width: 200px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

    .hotelsearch_block .content {
        padding: 15px;
    }

        .hotelsearch_block .content h4 {
            font-size: 20px;
            font-weight: 500;
            color: #f0412e;
        }

    .hotelsearch_block .image .img-2 {
        background-position: -183px 3px;
    }

    .hotelsearch_block .image .img-3 {
        background-position: -392px 3px;
    }

.footer_row {
    padding: 25px;
    height: 100px;
    width: 100%;
    position: relative;
    background: url(/assets/whitelable1/img/footer.jpg);
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1C448B;
    opacity: 0.8;
}

/*hotel info block end*/



/*tour citynew wise banner */
.tour_product_info {
    margin-bottom: 30px;
}

.tour_main_block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
    height: 100% !important;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

    .tour_main_block:hover {
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }



a.d-block {
    position: relative;
    display: flex;
}

.position_name .fa {
    margin-right: 5px;
    margin-top: 4px;
    font-size: 14px;
}

.position_name {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
}

.card-img-top {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.card-body {
    padding: 10px;
    color: #3b444f;
    font-weight: bold;
}

.tour_card_title {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    max-width: 235px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tour_price {
    font-size: 15px;
    display: block;
    float: right;
    margin: 5px 0;
    width: 50%;
    text-align: right;
    font-weight: 500;
}

.text_riview {
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 5px;
    display: none;
}

.tour_review_block {
    margin: 5px 0;
    display: block;
    width: 50%;
    float: left;
    font-weight: 500;
}
/*tour citynew wise banner end*/

/*product wise hotel baner start*/
.hotel_prodct_wise {
    margin: 30px 0;
}

    .hotel_prodct_wise .to-ho-hotel-con {
        position: relative;
        overflow: hidden;
        border: 5px solid #ffffff;
        margin-bottom: 30px;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.07);
    }

    .hotel_prodct_wise .to-ho-hotel-con-1 {
        position: relative;
    }

        .hotel_prodct_wise .to-ho-hotel-con-1:before {
            content: '';
            position: absolute;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.74) 18%, rgba(0, 0, 0, 0.02) 85%);
            top: 0px;
            bottom: 0px;
            left: 0px;
            width: 100%;
            z-index: 1;
        }

        .hotel_prodct_wise .to-ho-hotel-con-1 img {
            width: 100%;
            object-fit: cover;
            height: 270px;
        }

    .hotel_prodct_wise .to-ho-hotel-con-23 {
        position: absolute;
        padding: 20px;
        bottom: 0px;
        width: 100%;
        z-index: 2;
    }

    .hotel_prodct_wise .to-ho-hotel-con-2 h4 {
        margin-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

    .hotel_prodct_wise .to-ho-hotel-con-3 ul li {
        list-style-type: none;
        float: left;
        color: #f9f9f9;
        font-size: 14px;
    }

    .hotel_prodct_wise .ho-hot-rat-star {
        padding-bottom: 0px !important;
    }

        .hotel_prodct_wise .ho-hot-rat-star i {
            font-size: 14px !important;
            padding-left: 3px;
            color: #FF9800;
        }

    .hotel_prodct_wise .ho-hot-pri-dis {
        font-weight: 400;
        color: #a4a4a4;
        padding: 0px 5px;
        text-decoration: line-through;
    }

    .hotel_prodct_wise .ho-hot-pri {
        font-size: 35px;
        font-weight: 500;
        float: right;
    }
/*product wise hotel baner start*/



/*transfer prodct start*/
.section_car {
    margin-bottom: 30px;
}

.project-block {
    position: relative;
    margin-bottom: 30px;
}

.offer_tag {
    position: absolute;
    top: 0;
    line-height: 25px;
    padding: 10px;
}

.project-block .inner-box {
    position: relative;
    padding: 12px 12px 12px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

    .project-block .inner-box .image {
        position: relative;
        overflow: hidden;
        background-color: #27509d;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .project-block .inner-box .image img {
            position: relative;
            width: 100%;
            display: block;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease;
            height: 180px;
            object-fit: cover;
        }

    .project-block .inner-box:hover .image img {
        opacity: 0.5;
        transform: scale(1.07,1.07);
    }

    .project-block .inner-box .lower-content {
        position: relative;
        padding-top: 5px;
    }

        .project-block .inner-box .lower-content h3 {
            position: relative;
            color: #222222;
            font-size: 17px;
            font-weight: 700;
            min-height: 57px;
            margin-bottom: 0;
            background: #f2f6fb;
            vertical-align: middle;
            width: 100%;
        }

            .project-block .inner-box .lower-content h3 a {
                position: relative;
                transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                font-size: 14px;
                font-weight: 500;
                display: table-cell;
                line-height: 17px;
                min-height: 17px;
                padding: 3px 5px;
                width: 100%;
                cursor: context-menu;
                height: 57px;
                vertical-align: middle;
            }

        .project-block .inner-box .lower-content .list {
            position: relative;
            margin-top: 5px;
        }

            .project-block .inner-box .lower-content .list li {
                position: relative;
                color: #222222;
                font-size: 14px;
                margin-bottom: 2px;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

                .project-block .inner-box .lower-content .list li span {
                    position: relative;
                    color: #222222;
                    font-weight: 500;
                }

        .project-block .inner-box .lower-content .booked {
            position: relative;
            font-weight: 500;
            color: #27509d;
            font-size: 16px;
            margin-top: 5px;
            display: inline-block;
            text-decoration: underline;
        }
/*transfer banner end*/

/*restorant banner start*/
.meal_block {
    margin-top: 0;
}

.general_row {
    position: relative;
    padding: 50px 0;
}

.bg_grey {
    background: #eaf1f7;
}

.food-png {
    position: absolute;
    top: -85px;
    right: 0;
    width: 231px;
    height: 100px;
}

.feature_box_second {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.feature_box_second-img {
    height: 263px;
}

.feature_overlay_second, .img_overlay {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.feature_overlay_second {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 10px;
    text-align: center;
    background: #2583c5;
    color: #ffffff;
    opacity: 0.9;
}

.feature_box_second:hover .feature_overlay_second {
    background: #000000 !important;
}

.bottom_first {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.feature_overlay_second .bottom_first a {
    color: #fff;
}

.bottom_second {
    font-size: 14px;
    margin-top: 2px;
    font-weight: 400;
}
/*restorant banner end*/

/*tour info banner start*/
.general_row {
    position: relative;
    padding: 50px 0;
}

.activities_block {
    background-color: #fff;
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.08);
    padding: 30px;
    border-radius: 5px;
    height: 305px;
    display: block;
    margin-bottom: 30px;
}

    .activities_block .image {
        height: 70px;
        width: 70px;
        display: inline-block;
        background-size: 200px;
        background: url(/assets/whitelable1/img/all-icons-strip.png);
        background-repeat: no-repeat;
        margin-bottom: 15px;
    }

.block1 {
    background-position: 0px 2px !important;
}

.block2 {
    background-position: -230px 0px !important;
}

.block3 {
    background-position: -117px 0 !important;
}

.block4 {
    background-position: -348px 0px !important;
}

.mt-30 {
    margin-top: 30px;
}

.activities_block h4 {
    font-weight: 500;
    font-size: 20px;
    color: #404040;
    margin-bottom: 18px;
}

.feedback-block:hover.feedback-block h4, p {
    color: #000;
}

.main_heading {
    position: relative;
    font-size: 38px;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.gen-btn {
    padding: 10px 20px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
}
/*tour info banner end*/


/*transfer info banner*/
.transfer-work_row {
    background: #19458c;
    display: block;
    text-align: left;
    margin-bottom: 130px;
}

    .transfer-work_row .main_heading {
        position: relative;
        font-size: 38px;
        display: block;
        margin-bottom: 30px;
        font-weight: 500;
        line-height: 1.2;
    }

.transfer-work_section {
    position: relative;
    display: flex;
    width: 100%;
    top: 60px;
}

.transfer-work_block {
    display: inline-flex;
    background: #fff;
    border-radius: 7px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 6px #9e9e9e;
}

    .transfer-work_block .image {
        margin-top: 40px;
    }

        .transfer-work_block .image .icon {
            height: 80px;
            width: 80px;
            background: url('/assets/whitelable1/img/transfer_icon_strip.png');
        }

        .transfer-work_block .image .img-1 {
            background-position: -311px -35px;
        }

        .transfer-work_block .image .img-2 {
            background-position: -462px -35px;
        }

        .transfer-work_block .image .img-3 {
            background-position: -596px -35px;
        }

.place-heading {
    font-size: 36px;
    font-weight: 700;
}




.place_block-section {
    display: flex;
}

.place_block .image {
    margin: auto;
    height: 80px;
    width: 80px;
    background: url('/assets/whitelable1/img/transfer_icon_strip.png');
}

.place_block {
    text-align: center;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 5px;
    width: 100%;
}

    .place_block .img-1 {
        background-position: -30px -37px;
    }

    .place_block .img-2 {
        background-position: -153px -36px;
    }

.fa-exchange:before {
    content: "\f0ec";
}

.place_block-icon {
    font-size: 50px;
    color: #b7b7b7;
    display: inline-block;
    margin: 40px;
}


.transfer_info {
    background: #f2f6fb;
}
/*transfer info banner*/


/*restorant info baner start*/
.restaurant-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
}

.fa-cutlery:before {
    content: "\f0f5";
}

.mealsearch-block {
    text-align: center;
    background-color: #fff;
    padding: 15px;
}




    .mealsearch-block .icon {
        background-image: url('/assets/whitelable1/img/icon-free.png');
        height: 85px;
        width: 85px;
        margin: auto;
    }

.meal-img1 {
    background-position: -96px 0px;
}

.meal-img2 {
    background-position: -6px 0px;
}

.meal-img3 {
    background-position: 97px 0;
}

.meal-img4 {
    background-position: 190px 0px;
}

.mealsearch-block h4 {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #de5547;
}

.mealsearch-block p {
    font-size: 14px;
    color: #9b9b9b;
}

/*restorant info baner end*/

/*package banner start*/
.packge_main_block {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 25px 25px 25px;
}

.package_banner {
    background-color: #f2f6fb;
    padding: 25px 0px;
}

.package_block {
    display: block;
    border: 1px solid #e1e3e7;
    padding: 0px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}

.image_p {
    display: block;
    height: 185px;
    position: relative;
}

    .image_p img {
        display: block;
        height: 165px;
        position: relative;
        object-fit: cover;
        width: 100%;
    }

    .image_p span {
        position: absolute;
        bottom: 5px;
        right: 5px;
        background: #fff;
        width: 120px;
        border-radius: 10px;
        padding: 5px;
        -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
        text-align: center;
    }

.block_p_info {
    padding: 0px 10px 10px 10px;
    line-height: 24px;
}

.package_name {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.package_block a {
    display: block;
}

.greyText {
    color: #9b9b9b;
}

/*paackage baner end*/





/*rounded banner start*/
.round_box_main {
    padding: 63px 0 0px 0;
}

ul.round_box_section {
    white-space: nowrap;
    overflow: auto;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.round_box_section li {
    float: left;
    width: 208px;
}

.round_box img {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    margin-top: 1.8px;
}

.round_box {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    text-align: center;
    background: #FFFE00;
    background: -webkit-linear-gradient(top right, #FFFE00, #177BD5);
    background: -moz-linear-gradient(top right, #FFFE00, #177BD5);
    background: linear-gradient(to bottom left, #FFFE00, #177BD5);
    margin: 0 auto;
}

.round_text {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    white-space: normal;
    padding: 15px 35px;
}
/*rounded banner end*/






/*Slider Section*/
.top-feature-section .owl-item {
    transition: transform .2s;
}

    .top-feature-section .owl-item:hover {
        transform: scale(1.1);
    }

.top-feature-section .owl-carousel .owl-stage {
    padding: 20px 0 72px 0;
}

.top-feature-section .owl-carousel .owl-prev, .top-feature-section .owl-carousel .owl-next {
    top: 20px;
}

.top-feature-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.owl-carousel .owl-prev {
    float: left;
    top: 0;
    position: absolute;
    left: -40px;
    font-size: 18px !important;
    line-height: 45px;
    border-radius: 0px 0px 15px 0px !important;
    width: 30px;
    height: 415px;
    text-align: center;
    background: #f3faff !important;
    z-index: 0;
    opacity: 1 !important;
    color: #00abce !important;
}

.slide-arrow.slide-left-arrow {
    width: 24px;
    height: 25px;
    margin: 0 auto;
    float: left;
    left: 0;
    right: 0;
    position: relative;
    display: block;
    background-position: -251px -60px;
    margin-right: 5.12px;
}

.slide-arrow.slide-right-arrow {
    width: 24px;
    height: 25px;
    margin: 0 auto;
    float: left;
    left: 0;
    right: 0;
    position: relative;
    display: block;
    background-position: -216px -60px;
    margin-right: 5.12px;
}

.owl-carousel .owl-next {
    float: right;
    top: 0;
    position: absolute;
    right: -40px;
    font-size: 18px !important;
    line-height: 45px;
    border-radius: 15px 0px 0px 0px !important;
    width: 30px;
    height: 415px;
    text-align: center;
    background: #f3faff !important;
    z-index: 0;
    opacity: 1 !important;
    color: #00abce !important;
}

.slider-img-text {
    position: absolute;
    padding: 0px 20px;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    height: 75px;
    display: inline-table;
}

    .slider-img-text h4 {
        color: #000;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }


/*trip news banner*/
section.trip_deal_news_selction {
    background: rgba(240, 247, 255, 1);
    padding: 75px 0px 45px 0px;
}

.width_active {
    width: 401px !important;
    color: #fff !important;
}

.width_deactive {
    width: 260px !important;
}

.width_active .trip_deal_news {
    background: #147cd5;
}

.width_active .trip_link, .width_active p.news_info, .width_active .trip_hours {
    color: #fff;
}

.trip_deal_news_selction .owl-carousel .owl-item {
    padding-bottom: 15px;
}

.deal_news_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.trip_link {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #0D479B;
    text-decoration-line: underline;
}

.trip_deal_news {
    padding: 20px 15px 16px 20px;
    background: #FFFFFF;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.11);
    border-radius: 8px 0px;
    height: 175px;
}

p.news_info {
    font-size: 17px;
    font-weight: 700;
    line-height: 25.5px;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
    padding-top: 5px;
}

.trip_deal_news_selction .owl-carousel .owl-prev, .trip_deal_news_selction .owl-carousel .owl-next {
    height: 210px;
    background: #f0f7ff !important;
}


/*welcome banner*/
section.wel_come_section {
    margin: 60px auto;
}

 section.wel_come_section .owl-dot span {
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        width: 12px;
        border: 2px solid rgb(255 255 255 / 40%);
    }

    section.wel_come_section .owl-dot.active span {
        width: 24px;
        height: 24px;
        background: rgb(255 255 255 / 50%);
        position: relative;
        text-align: center;
        border: none;
    }

        section.wel_come_section .owl-dot.active span:after {
            width: 12px;
            height: 12px;
            border: 2px solid #ffffff;
            content: "";
            z-index: 1;
            position: absolute;
            left: 6px;
            right: 0;
            border-radius: 50%;
            top: 6px;
        }

        section.wel_come_section .owl-dot.active span:before {
            width: 4px;
            height: 4px;
            background: rgb(255 255 255);
            content: "";
            z-index: 2;
            position: absolute;
            top: 10px;
            border-radius: 50%;
            left: 10px;
        }

.owl-dots {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}


.wel_come_section .owl-stage-outer {
    box-shadow: 5px 5px 0 0 rgb(22 123 213 / 40%), 10px 10px 0 0 rgb(22 123 213 / 15%);
    border-radius: 0px 0px 15px 0px;
}

.wel_come_section .owl-carousel .owl-prev, .wel_come_section .owl-carousel .owl-next {
    height: 470px;
    background: transparent !important;
    left: 23px;
}

.wel_come_section .owl-carousel .owl-next {
    left: auto;
    right: 23px;
}

.wel_come_section .slide-arrow.slide-right-arrow {
    background-position: -288px -60px;
}

.wel_come_section .slide-arrow.slide-left-arrow {
    background-position: -328px -60px;
}

.wel_come_banner_text {
    position: absolute;
    color: #fff;
    padding: 88px 0px 10px 88px;
    max-width: 620px;
}

h1.wel_title {
    font-size: 60px;
    font-weight: 700;
}

p.wel_info {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
}

a.we_read_more {
    width: 120px;
    height: 45px;
    text-align: center;
    display: block;
    line-height: 45px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}
/*big deal*/
.wel_come_big_deal img {
    width: 100%;
}

.big_deal_text {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #fff;
}

    .big_deal_text h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 54px;
    }

/*media query*/
@media (min-width: 320px) and (max-width:767px) {
    .wel_come_section .owl-item .item{
    background: #167bd5;
    border-radius: 15px 0px;
}
    .top-feature-section .owl-carousel .owl-stage {
    padding: 20px 0 45px 0;
}
    .round_box img {
        width: 128px;
        height: 128px;
        border-radius: 50%;
        margin-top: 1.8px;
    }

    .round_box {
        width: 132px;
        height: 132px;
        overflow: hidden;
    }

    .round_text {
        font-size: 15px;
        padding: 10px 0px;
    }

    .round_box_section li {
        margin-right: 23px;
    }

    .round_box_main {
        padding: 42px 0 0px 0;
    }

    .wel_come_section .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: right;
     min-height: 360px; 
     max-height: 360px;
     padding-top:192px; 
}

    #owl-carousel-about {
        margin-bottom: 30px;
    }


    

    .wel_come_banner_text {
        padding: 50px 0px 10px 22px;
        max-width: 290px;
    }

    h1.wel_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 30px;
}

    p.wel_info {
        font-size: 13px;
        line-height: 19.5px;
        color: #fff;
        max-height: 140px;
        overflow: hidden;
    }

    .hFeatures > li {
        padding-left: 50px;
    }

    .hFeatures .ftEasy:before {
        background-position: 0px -28px;
    }

    .hFeatures > li:before {
        height: 40px;
        width: 34px;
        background-size: 200px;
    }

    .hFeatures .ftPayment:before {
        background-position: -44px -27px;
        background-size: 200px;
    }

    .hFeatures .ftSprt:before {
        background-position: -77px -28px;
    }

    .bgGrySup {
        padding: 5px 0 0px 0;
    }

    .hFeatures > li {
        width: 100%;
    }

    .banner_text h1 {
        font-size: 20px;
        font-weight: 500;
    }

    .banner_text {
    font-size: 12px;
    top: 15px;
    line-height: 45px;
    margin-bottom: 0px;
}

        .banner_text .head_text {
            font-size: 36px;
        }

    .banner_text_span {
        font-size: 10px;
        bottom: 25px;
    }

    .main_block_shadow {
        padding: 10px 10px 10px;
        margin: 5px;
    }

    .activities_section {
        margin-bottom: 15px;
    }

    .main_heading, .activities_block h4, .tour_city_wise .tour-mig-lc-con h5 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .mt-30 {
        margin-top: 10px;
    }

    .place-heading {
        font-size: 18px;
    }

    .activities_block {
        height: 210px;
        margin-bottom: 5px;
    }

    .transfer-work_row .main_heading {
        font-size: 20px;
        margin-bottom: 0;
    }

    .transfer-work_block {
        margin-bottom: 10px;
    }

    .general_row {
        padding: 10px 0;
    }

    .transfer-work_section {
        display: table-cell;
        top: 25px;
    }

    .service-desc p, .tour_city_wise .tour-mig-lc-con h5, .position_name, .tour_card_title, .hotel_city_wise .room figcaption h4, .project-block .inner-box .lower-content h3 a, .project-block .inner-box .lower-content .list li, .bottom_first, .hotel_prodct_wise .to-ho-hotel-con-2 h4, .categories_grid a .wrapper h2 {
        font-size: 12px;
        font-weight: normal;
    }

    .main_title h2, .hotel_prodct_wise .ho-hot-pri, .project-block .inner-box .lower-content .booked {
        font-size: 16px;
    }

    .services-div .service, .hotel_prodct_wise .to-ho-hotel-con-23, .feature_overlay_second, .categories_grid a .wrapper {
        padding: 5px;
    }

    .food-png {
        top: -50px;
    }

    .tour_review_block, tour_price {
        width: 100%;
    }

    .meal_block {
        margin-top: 50px;
    }

    .bgGrySup h4 {
        font-size: 12px;
    }

    .service-desc h4 {
        font-weight: 500;
        font-size: 13px;
    }

    .food-png img {
        height: 100px;
        width: 160px;
    }

    .position_name {
        padding: 2px;
    }

    .tour_price {
        font-size: 10px;
        float: left;
        text-align: left;
    }

    .bottom_second {
        font-size: 10px;
        margin-top: 0px;
    }

    .hotel_city_wise .room figure img, .tour_city_wise .tour-mig-lc-img img, .card-img-top, .hotel_prodct_wise .to-ho-hotel-con-1 img, .project-block .inner-box .image img, .feature_box_second-img, .categories_grid a img {
        height: 115px;
        object-fit: cover;
        width: 100%;
    }

    .categories_grid a, .hotelsearch_block {
        margin-bottom: 10px;
    }

    .hotel_city_wise .button.btn_blue {
        font-size: 9px;
        padding: 1px 3px;
    }

    .hotel_prodct_wise .to-ho-hotel-con {
        border: 2px solid #ffffff;
    }

    .hotel_prodct_wise .to-ho-hotel-con-3 ul li {
        float: left !important;
    }

    .tour_city_wise .tour-mig-lc-con {
        margin-top: -103px;
        padding: 20px 20px 0px 20px;
    }

        .tour_city_wise .tour-mig-lc-con p span {
            font-size: 14px;
        }

    .hotelsearch-section {
        display: block;
        top: 20px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hotel_prodct_wise .ho-hot-pri, .project-block .inner-box .lower-content .booked, .tour_city_wise .tour-mig-lc-con h5, .hotelsearch_block .content h4 {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .tour_city_wise .tour-mig-lc-con, .hotel_prodct_wise .to-ho-hotel-con-23 {
        padding: 10px;
    }


    .banner_text_span {
        font-size: 18px;
        bottom: 36px;
    }

    .banner_text .head_text {
        font-size: 62px;
    }

    .banner_text {
        top: 10px;
        text-align: left;
        line-height: 70px;
    }
}
@media (min-width: 768px) and (max-width:1024px) {
     .search_box_area {
    position: relative;
    width: auto;
    margin: auto;
    top: -15px;
}
    .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
}
    h1.wel_title {
    font-size: 32px;
    margin-bottom: 5px;
}
    p.wel_info {
    font-size: 15px;
    line-height: 21px;
    max-height: 105px;
    overflow: hidden;
    display: block;
}
    
    .wel_come_banner_text {
    padding: 15px 0px 10px 15px;
    max-width: 425px;
}
    .big_deal_text h1 {
    font-size: 23px;
    line-height: 30px;
}
    .round_box_section li {
    margin-right: 10px;
}
    .round_text {
    font-size: 15px;
    padding: 5px 10px;
}
    section.trip_deal_news_selction {
    background: rgba(240, 247, 255, 1);
    padding: 41px 0px 30px 0px;
}
}
@media (min-width: 992px) and (max-width:1199px) {
    .tour_card_title, .tour_price, .position_name, .hotel_city_wise .room figcaption h4, .hotel_prodct_wise .ho-hot-pri, .project-block .inner-box .lower-content h3 a, .project-block .inner-box .lower-content .list li {
        font-size: 13px;
        font-weight: bold;
    }

    .project-block .inner-box {
        padding: 5px;
    }

    .tour_city_wise .tour-mig-lc-con, .hotel_prodct_wise .to-ho-hotel-con-23 {
        padding: 10px;
    }

    .banner_text .head_text {
        font-size: 80px;
    }

    .banner_text_span {
        font-size: 23px;
        bottom: 40px;
    }

    .banner_text {
        top: 10px;
        line-height: 80px;
    }
}

@media (min-width: 1200px) and (max-width:1400px) {
    .banner_text .head_text {
        font-size: 100px;
    }

    .banner_text_span {
        font-size: 29px;
    }
}
