
@import url("form.css");


    @media screen and (max-width:414px) {
        .padding-xs-0{
            padding:0;
        }
    }
    @media screen and (min-width:768px) {
        .padding-md-0{
            padding:0;
        }
    }
    @media screen and (min-width:1024px) {
        .padding-lg-0{
            padding:0;
        }
    }
    @media screen and (max-width:991px) {
        .hotel_home {
            margin-bottom: 15px;
        }
        .hotel_home_img {
            margin-bottom: 15px;
        }
        .hotel_home_img img {
            max-width: 100%;
            margin-bottom: 5px;
        }
        .hotel_home .star {
            color: #ffc90e!important;
        }
        .height_margin_top {
            width: 100%;
            height: 20px;
            margin-top: 30px;
            float: left;
            display: block;
        }
        .btn-success {
            background-color: #63a631;
            border-color: #6bb535;
            padding: 12px 20px;
            text-transform: uppercase;
            width: 100%;
        }
        .btn-success:hover, .btn-success:active {
            background-color: #497b24;
            border-color: #497b24;
            padding: 12px 20px;
            text-transform: uppercase;
        }
        .package {
            float: left;
            margin-bottom: 10px;
        }
        .package_box {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }
        .package_box img {
            width: 100%;
            text-align: center;
        }
        .main_bg_white {
            background-color: #fff!important;
            width: 100%;
            float: left;
            padding-top: 25px!important;
        }
        // Slide
        .slide{
            height:250px;
        }
        #gallery-slide {
            height: 250px!important;
            overflow: hidden;
        }
        #gallery-slide .carousel-inner > .item > img {
            max-height: 365px;
            max-width: 250px;
        }
        #inner-content-div {
            height: 250px!important;
        }
        #thumb-gallery .item {
            background-color: #fff!important;
        }
        #gallery-slide .item {
            max-height: 250px!important;
        }
        #gallery-slide .carousel-inner > .item > img {
            max-height: 100%;
            max-width: 250px;
        }

    }
    
    @media screen and (min-width:769px) {
        .hotel_home {
            margin-bottom: 15px;
        }
        .hotel_home_img {
            margin-bottom: 15px;
        }
        .hotel_home_img img {
            max-width: 100%;
            margin-bottom: 5px;
        }
        .hotel_home .star {
            color: #ff8b0e!important;
        }
        .hotel_photo {
            border: 1px #F00 solid;
            height: 60px;
        }
        .hotel_photo img {
            max-width: 100%;
        }
        .package {
            float: left;
        }
        .package_box {
            width: 100%;
            text-align: center;
        }
        .package_box img {
            width: 100%;
            text-align: center;
        }
        // Slide
        .slide{
            height:365px;
        }
        #gallery-slide {
            height: 350px!important;
            overflow: hidden;
        }
        .slimScrollDiv {
            height: 360px!important;
        }
        #inner-content-div {
            height: 360px!important;
        }
        #thumb-gallery .item {
            background-color: #fff!important;
        }
        #gallery-slide .item {
            max-height: 365px!important;
        }
        #gallery-slide .carousel-inner > .item > img {
            max-height: 365px;
            max-width: 549px;
        }

        // End Slide
    }



    
    .main_bg_white {
/*         background-color: #fff!important; */
        width: 100%;
        float: left;
    }
    
    .padding-top-bottom-15 {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    
    .package img {
        width: 100%;
    }
    
    .btn-success {
        background-color: #63a631;
        border-color: #6bb535;
        padding: 12px 20px;
        text-transform: uppercase;
        width: 100%;
    }
    
    .btn-success:hover, .btn-success:active {
        background-color: #497b24;
        border-color: #497b24;
        padding: 12px 20px;
        text-transform: uppercase;
    }
    
    .item .thumb {
        width: 25%;
        cursor: pointer;
        float: left;
    }
    
    .pic-size {
        height: 65px;
        overflow: hidden;
    }
    
    .item .thumb img {
        width: 100%;
        margin: 2px;
    }
    
    .item{
        text-align:center!important;
    }
    .item img {
        max-width: 100%;
        margin:auto;
    }