
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/* Webfont: Montserrat-Light */

html {
}

a:hover, a:focus, a:active {
    outline: none !important;
}

a {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .btn {
    font-family: "Roboto";

}

*, body {
    font-family: "Roboto";
}

body {
    background: #ffffff;
    text-rendering: optimizeLegibility;
}


.padd0 {
    padding: 0px;
}

.padd_control {
    padding-left: 5px;
    padding-right: 5px;
}

.pl-1 {
    padding-left: 1px;
}

.pr-1 {
    padding-right: 1px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mt-1 {
    margin-top: 1px;
}

.re-genrate-btn {
    position: absolute;
    right: 50px;
    top: 23px;
}

.hei-200 {
    height: 200px;
    overflow: hidden;
}

.hei-99 {
    height: 99px;
    overflow: hidden;
}

.zoom {
    transition: transform 1s;
}

    .zoom:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1);
    }


.header-bg {
    z-index: 999;
    background-image: url(../../Image/common/bg.jpg);
    width: 100%;
    height: 360px;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 20px;
    position: sticky;
    top: 0px;
}

.header-bg2 {
    z-index: 999;
    background-image: url(../../Image/common/bg22.jpg);
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px;
    position: sticky;
    top: 0px;
}

.header-bg .custon-input-group {
    width: 30%;
    margin: auto;
}

    .header-bg .custon-input-group .form-control {
        background-color: #465574;
    }

    .header-bg .custon-input-group .input-group-addon {
        background-color: #13b48b;
        color: #fff;
    }

.mb-40 {
    margin-bottom: 40px;
}

.header-bg .custon-input-group .form-control::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.header-bg .custon-input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.header-bg .custon-input-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.powerd-by {
    position: absolute;
    z-index: 222;
    left: 0px;
    top: -20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.ul-nights ul {
    margin: 25px 0px 0px;
    padding: 0px;
}

    .ul-nights ul li {
        margin: 0px;
        padding: 0px;
        display: inline;
    }

        .ul-nights ul li a {
            padding: 6px 18px;
            background-color: #13b48b;
            color: #fff;
            font-size: 16px;
            border-radius: 5px;
            margin-right: 10px;
            text-decoration: none;
        }

        .ul-nights ul li:last-child a {
            margin-right: 0px;
        }

        .ul-nights ul li a:hover {
            background-color: #fff;
            color: #000;
        }

.btn-group {
    margin-top: 20px;
}

    .btn-group .btn-default {
        padding: 10px 30px;
        border-radius: 0px;
    }

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #13b48b;
    background-color: #eff9f7;
    border-color: #13b48b;
}


/*slider CSS*/
.slider-sec {
    padding-top: 50px;
}

    .slider-sec .box {
        border: 1px solid #13b48b;
        background-color: #fff;
    }

        .slider-sec .box .title {
            font-size: 16px;
            font-weight: bold;
            line-height: 40px;
            padding: 0px 15px;
        }

.foat-right {
    float: right;
}

.pkg-detail {
    padding: 10px 15px 50px;
}

    .pkg-detail p {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0px;
        color: #444;
    }

        .pkg-detail p span {
            font-weight: 700;
            color: #000;
        }
/*slider CSS*/

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/* pkg Section CSS*/
.heading-h3_cont h3 {
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 50px 0px;
}

.heading-h3_cont.offer_heading h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 25px 0px;
}

.pkg_sec .package_con {
    height: 392px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    background-color: #fff;
}

.pkg_sec .package_img {
    width: 100%;
    height: 243px;
}

    .pkg_sec .package_img img {
        width: 100%;
        height: 100%;
    }

.pkg_sec .package_icon {
    position: absolute;
    width: 59px;
    height: 29px;
    bottom: 120px;
    right: 0px;
    background-color: rgba(53,52,53, 0.8);
    text-align: center;
    padding-top: 3px;
    color: #fff;
}

.morecat_list {
    position: relative;
    text-align: center;
}

    .morecat_list .more_cat {
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
    }

    .morecat_list:hover .more_cat {
        text-decoration: underline;
    }

    .morecat_list .mc_list {
        position: absolute;
        bottom: 10px;
        right: 41px;
        display: none;
        background: #3a3a3a;
        border: 1px solid #2a2a2a;
        width: 160px;
        max-height: 150px;
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
        text-align: left;
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, .5);
        box-shadow: 0px 5px 5px rgba(0, 0, 0, .5);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        z-index: 2;
    }

    .morecat_list:hover .mc_list {
        display: block;
    }

    .morecat_list .mc_list .mcl_header {
        color: #ffffff;
        font-size: 11px;
        border-bottom: 1px solid #2a2a2a;
        font-weight: bold;
        padding: 3px 10px;
    }

    .morecat_list .mc_list .mcl_con ul {
        margin: 0;
        padding: 0;
    }

        .morecat_list .mc_list .mcl_con ul li {
            font-size: 12px;
            padding: 2px 10px;
            list-style: none;
            color: #ffffff;
        }

            .morecat_list .mc_list .mcl_con ul li i.filter_icon {
                float: left;
                margin: 0 7px 0 0;
            }

                .morecat_list .mc_list .mcl_con ul li i.filter_icon img {
                    width: 13px;
                    max-height: 20px;
                }

.pkg_sec .package_details h4 {
    font-size: 16px;
    color: #000;
    top: 268px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px solid #008fed;
    line-height: 20px;
    position: absolute;
    width: 100%;
}

.pkg_sec .package_details p {
    color: #000;
    margin-bottom: 0px;
    padding: 15px 0px 0px 13px;
    top: 310px;
    position: absolute;
}

.pkg_sec .book_now_wrap {
    position: absolute;
    top: 325px;
    background-color: #f09402;
    color: #fff;
    right: 10px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
}

    .pkg_sec .book_now_wrap:hover {
        background-color: #e38100;
    }

.pkg_sec .bk_nw_price {
    position: absolute;
    top: 0px;
    width: 170px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    -webkit-clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
    line-height: 38px;
}

.pkg_sec .package_details {
    position: absolute;
    top: 0px;
    width: 100%;
}

    .pkg_sec .package_details ul {
        position: absolute;
        top: 50px;
        list-style: none;
        color: #fff;
        width: 100%;
        left: 15px;
        margin: 0px;
        padding: 0px;
        opacity: 0;
    }

        .pkg_sec .package_details ul li {
            width: 50%;
            float: left;
            padding: 2px 0px;
        }

        .pkg_sec .package_details ul .sprite.icon_sigth_map {
            background-image: url(../../Images/Common/location_mark.png);
            background-repeat: no-repeat;
            width: 12px;
            height: 15px;
            display: inline-block;
        }

.package_details ul li i {
    margin: 3px 8px 0 0;
}

.pkg_sec .package_con:hover .package_details {
    background-color: rgba(0,0,0,0.6);
    height: 243px;
}

    .pkg_sec .package_con:hover .package_details ul {
        opacity: 1;
    }
/* pkg Section CSS*/

.slick-prev, .slick-prev:hover {
    background-image: url(../../Image/Common/prev.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: cover;
    left: -38px;
    z-index: 3;
}

.slick-next, .slick-next:hover {
    background-image: url(../../Image/Common/next.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    background-size: cover;
    right: -38px;
    z-index: 3;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.position-relative {
    position: relative;
}

.explore-btn {
    position: absolute;
    bottom: 0;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-bg2 .iner {
    height: 170px;
}

.btn.btn-success {
    border-radius: 0px !important;
}

.day {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 8px;
}

.green-color {
    color: #13b48b;
}

.font35-bold {
    font-size: 35px;
    font-weight: bold;
}

.media-shadow {
    box-shadow: 0px 2px 6px rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding: 10px;
}

.mb-15 {
    width: 98%;
    list-style: none;
    padding: 60px;
    border-radius: 5px;
    padding-right: 1px;
    margin: 3px;
    right: 102px;

}

footer {
    background-color: #f2f2f2;
    position: fixed;
    bottom: 0px;
    padding: 10px 0px;
    text-align: right;
    width: 100%;
}

    footer .btn-info {
        color: #fff;
        background-color: #13b48b;
        border-color: #13b48b;
        border-radius: 5px;
    }

        footer .btn-info:hover, footer .btn-info:focus, footer .btn-info.focus, footer .btn-info:active, footer .btn-info.active, footer .open > .dropdown-toggle.btn-info {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }

.pt-25 {
    padding-top: 25px;
}

.body-row {
    width: 100%;
    padding-top: 15px;
}

.col-md-12 mb-15 {
    width: 100%;
    list-style: none;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding-right: 19px;
}

.days-number {
    font-size: 15px;
    font-weight: 800;
    color: green;
    list-style: none;
    position:relative;
}

.media-left {
    width: 8%;
}

.media-left {
    list-style: none;
    text-align: center;
}

.media-body {
    width: 70%;}
	
ul {
    list-style-type: none;
}	

.media-boddy {
    width: 100%;
    list-style: none;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding-right: 19px;
    margin: 3px;
    position: relative;
    /* padding-bottom: 15px; */
    top: -63px;
    left: 1px;
}
}

.days-number {
    font-size: 30px;
    font-weight: 800;
    color: green;
    list-style: none;
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */


@media only screen and (max-width : 1199px) {

    .slider-sec {
        padding-top: 50px;
        position: sticky;
    }



    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

        .header-bg {
            z-index: 999;
            background-image: url(../../Image/common/bg.jpg);
            width: 100%;
            height: 360px;
            background-size: 100%;
            background-repeat: no-repeat;
            text-align: center;
            padding: 2px;
            position: sticky;
            top: 0px;
        }


        .col-md-12 {
            text-align: center;
            width: 100%;
            margin: 3px;
            line-height: 38px;
            display: block;
        }

        .powerd-by {
            position: absolute;
            z-index: 222;
            left: 0px;
            top: -32px;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
        }

        .container {
            width: 793px;
            text-align: center;
        }

        .slick-track {
            position: sticky;
        }

        .slick-prev, .slick-prev:hover {
            top: 28%;
        }

        .slick-next {
            top: 28%;
        }

        .slider-sec {
            padding-top: 50px;
            overflow: hidden;
            height: 500px;
        }

        .slick-slider {
            width: 100%;
            margin-bottom: 30px;
            overflow: hidden;
        }


        /* Small Devices, Tablets */
        @media only screen and (max-width : 768px) {


            .ul-nights ul li a {
                padding: 6px 18px;
                background-color: #13b48b;
                color: #fff;
                font-size: 12px;
                border-radius: 5px;
                margin-right: 4px;
            }


            .header-bg {
                z-index: 999;
                width: 100%;
                height: 360px;
                background-size: 100%;
                background-repeat: no-repeat;
                text-align: center;
                padding: 2px;
                position: sticky;
                top: 0px;
            }

            .col-md-12 {
                text-align: center;
                width: 100%;
                margin: 3px;
                line-height: 34px;
                display: block;
            }

            .powerd-by {
                position: absolute;
                z-index: 222;
                left: 0px;
                top: -32px;
                font-size: 12px;
                font-weight: bold;
                color: #fff;
            }

            .container {
                width: 100%;
                text-align: center;
            }

            .slick-track {
                position: sticky;
            }

            .slick-prev, .slick-prev:hover {
                top: 28%;
            }

            .slick-next {
                top: 28%;
            }

            .slider-sec {
                padding-top: 50px;
                overflow: hidden;
                height: 500px;
            }

            .slick-slider {
                width: 100%;
                margin-bottom: 30px;
                overflow: hidden;
            }

            .ul-nights ul li a {
                padding: 6px 20px;
            }

            /* Small Devices, Tablets */
            @media only screen and (max-width : 700px) {

                .ul-nights ul li a {
                    padding: 6px 18px;
                    background-color: #13b48b;
                    color: #fff;
                    font-size: 16px;
                    border-radius: 5px;
                    margin-right: 4px;
                }
            }
            /* Extra Small Devices, Phones */
            @media only screen and (max-width : 470px) {

                .ul-nights ul li a {
                    padding: 7px 28px;
                }

                .header-bg .custon-input-group {
                    width: 100%;
                    margin: auto;
                }

                .btn-group .btn-default {
                      padding: 10px 27px;
                      border-radius: 0px;
                      height: 40px;
                      overflow: hidden;
                }
            }

            /* Custom, iPhone Retina */
            @media only screen and (max-width : 400px) {

                .ul-nights ul li a {
                    padding: 6px 18px;
                    background-color: #13b48b;
                    color: #fff;
                    font-size: 8px;
                    border-radius: 5px;
                    margin-right: 4px;
                }

                .ul-nights ul li {
                    margin: 0px;
                    /* margin: 10px; */
                    margin: 1;
                    adding: 10px;
                    display: block;
                }

                .col-md-12 {
                    text-align: left;
                    width: 100%;
                    margin: -19px;
                    line-height: 27px;
                    display: flex;
                }
            }
            /* Custom, iPhone Retina */
            @media only screen and (max-width : 320px) {

                .ul-nights ul li a {
                    padding: 6px 18px;
                    background-color: #13b48b;
                    color: #fff;
                    font-size: 8px;
                    border-radius: 5px;
                    margin-right: 4px;
                }

                .ul-nights ul li {
                    margin: 1rem;
                    /* margin: 10px; */
                    margin: 1;
                    adding: 10px;
                    display: block;
                }
            }

            /*scroll CSS*/
            iframe body {
                background-color: transparent !important;
            }

            /*scroll CSS*/

            .longEnough {
                max-height: 220px;
                width: 350px;
                overflow: auto;
            }
