@media only screen and (max-width: 1200px) {
    /* For mobile phones: */
    header{
        width: 100%;
        height: 120px;
    }
    .navbar_one{
        display: block;
        width: 100%;
        height: 40px !important;
        height: auto;
        background-color: #0E0D0E;
        transform: none;
        margin-left: 0px;
    }
    .navbar_one div{
        height: auto;
        transform: skewX(0deg);
        
    }
    .address{
        width:100% ;
    }
    .slogan{
        width: 100%;
        overflow: hidden;
        display: none;
    
    }
    .address{
        display: block;
        align-items: center;
        color: #fff;
    }
    .address p{
        padding-left: 20px;
        font-size: 12px;
    
    }
    .my_account{
        width: 100%;
        margin-top: -20px;
        padding: 0;
        color: #fff;
        cursor: pointer;
        position: absolute;
        right:-60%;
        font-size: 12px;
    }

    .header_logo{
        display: flex;
        margin: 10px;
        
    }
    .header_logo h1{
        font-size: 25px;
        color: #0E0D0E;
        padding: 10px 0px 0px 0px;
        margin-top: -20px;
    }
    .main_navbar{
        display: block;
        justify-content: left;
        align-items: center;   

    }
    
    .main_manu{
        display: block;
        margin: 0;
        padding: 0;
    }
    .toggole{
        display: block;
        margin-top: -80px;
        padding: 10px;
        right: 10px;
        position: absolute;

    }
    .toggole i{
        font-size: 25px;
        cursor: pointer;
    }
    #Xbar{
        display: none;
    }
    .navbar{
        background-color: #0E0D0E;
        color: #fff;
        margin-top: -12px;
        display: none;
    }
    .navbar ul li a{
        color: #fff;
    }
    .nav_btn{
        margin: 10px;
    }
    .login_bar{
        background-color: #0E0D0E;
        z-index: 9999999999 !important;
    }
    /* Start Main Slider Area*/
    .main_cointener{
        width: 100%;
        height: auto;
        
        
    }
    
    .slider1{
        display: block;
        padding: 10px;
        height: auto;
    }
    .slider1 h1{
        font-size: 20px;
    }
    .details{
        font-size: 14px !important;
    }
    
    .font_text p{
        font-size: 18px;
    }
    .font_text{
        width: 100%;
        padding: 140px 10px 40px 10px;
    }
    .font_image{
        width: 100%;
        padding-top: 85px;
    }
    .font_text button{
        width: 90px;
        height: 40px;
    }
    .font_image{
        display: block;
        margin: 0px;
        padding: 0px;
        margin-top: -50px;
    }
    .font_image img{
        width: 90%;
    }
    /* Search Box Option Strat Here*/
    .Search_Module{
        margin: 0;
        padding: 0;
    }
    .input_box{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }
    .search_box{
        width: 100%;
        padding: 20px;
        height: auto;
        background-color: #0E0D0E;    
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        margin: auto;
        padding-bottom: 20px;
    }
    .laval input{
        width: 100%;
        height: 40px;
        padding: 5px;
        margin: 3px;
        border: none;
    
    }
    .laval select{
        width: 100%;
        height: 40px;
        margin: 3px;
        padding: 5px;
        border: none;
    
    
    }
    /* Search Box Option Strat Here*/
    .about_us_description{
        width: 90%;
        height: auto;
        display: block;
        justify-content: center;
        margin-top: 200%;
    }
    .about_us_header{
        text-align: left;
        width: 100%;
    }
    .about_us_header h1{
        text-align: center;
        padding-bottom: 10px;
        font-size: 25px;
        color: #E1B93A;
    }
    .about_us_image{
        width: 100%;
    }
    .rooms_header h1{
        text-align: left;
        color: #E1B93A;
        padding: 10px 0px 10px 0px;
        font-size: 25px;
    }
    .all_rooms{
        width: 100%;
        height: auto;
        margin: auto;
        /* height: 300px; */
        /* border: 1px solid black; */
        position: relative;
        display: block;
        justify-content: center;
        margin: 10px 0px 10px 0px;
    }
    .room_box_width{
        width: 100%;
        margin: 10px 0px 10px 0px;
        height: 300px;
        position: relative;
        overflow: hidden;
    }
    .rooms1, .rooms_text{
        width: 95%;
        /* border: 1px solid black; */
    }
    .rooms1{
        margin: 0px 5px 0px 5px; 
    }
    .rooms_text{
        width: 95% !important;
    
    }
    .facilites_services{
        display: block;
    }

    .gallary_header{
        width: 90%;
        margin: auto;
        display: block;
        /* border: 1px solid black; */
        padding: 10px 0px 0px 0px;
    }
    .gallary_header h1{
        text-align: center;
        color: #E1B93A;
        text-shadow: 1px 1px 1px #fff;
        padding: 10px 0px 0px 0px;
        font-size: 25px;
        /* border: 1px solid black; */
        width: 100%;
    }

    .gallary_button{
        width: 100%;
        margin: auto;
        /* border: 1px solid black; */
        text-align: center;
    }
    .gallary_button button{
        margin: 2px;
    }
    .gallary_photo_all{
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
        justify-content: space-between;
    }
    .photos{
        width: 100%;
        object-fit: cover;
        height: 200px;
        /* border: 1px solid black; */
        margin-top: 15px;
        overflow: hidden;
    }
    /*start Hotel Statics Section*/
    .hotel_statisties{
        background-image: url("/image/background.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #1f161f98;
        height: auto;
        align-items: center;

    }
    .statistics_header h1{
        text-align: center;
        color: #E1B93A;
        padding: 80px 0px 0px 0px;
        font-size: 25px;
        /* border: 1px solid black; */
    }
    .counter_contaner{
        display: block;
        width: 90%;
        height: auto;
        margin: auto;
        /* border: 1px solid black; */
        justify-content: space-between;
    
    }
    .counterbox{
        width: 100%;
        height: 150px;
        /* border: 1px solid black; */
        background-color: #e1ba3a98;
        margin: 10px 0px 10px 0px;
    }
    /*start Review and News Section*/

    .Review_news{
        width: 100%;
        background-color: #f1f1f1;
    }
    .review_news a{
        text-decoration: none;
    }
    .review{
        width: 90%;
        height: auto;
        margin: auto;
        display: block;
    }
    .reviews_header h1{
        text-align: center;
        color: #E1B93A;
        padding: 10px 0px 10px 0px;
        font-size: 20px;
    }

    /*--Start Foother Section---*/

    .footer_class{
        display: block;
        justify-content: center;
    }
    .footer_div{
        width: 100%;
        height: auto;
    }
    .quick_link{
        padding: 0px 0px 0px 10px;
    }


    /*------ Start Room Description page Tamplete----*/
    .rooms_page_header{
        width: 100%;
        height: auto;
        background-color: #0E0D0E;
        background-image: url(/image/rom\ copy.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 10px 10px 40px 10px;
        
    }
    .rooms_page_header h1{
        padding-top: 170px;
        color: #E1B93A;
        padding-left: 0;
        text-shadow: 1px 1px 1px #666;
        font-size: 35px;
        text-align: center;
    }
    .rooms_page_header p{
        color: #fff;
        padding-left: 0px;
        text-shadow: 1px 1px 1px #666;
        font-size: 20px;
        text-align: center;
    }
    .room_package{
        margin: 20px 0px 0px 0px;
    }
    .room_div{
        width: 100%;
        margin: 0;
        border: 1px solid #999;
        display: block;
        justify-content: center;
    
    }
    .rooms_image{
        /* border: 1px solid black; */
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .rooms_description{
        /* border: 1px solid black; */
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .rooms_rate{
        border-left: 1px solid #999;
        width: 100%;
        height: auto;
    }
    .rooms_facility{
        display: block;
        float: left;
        justify-content: left;
    }
    .icon_hover{
        float: left;
    }
        
    /*----------Contact Us Page Start Here--------*/

    .contact_us{
        width: 100%;
        height: auto;
    }
    .contact_top{
        width: 100%;
        margin: auto;
        padding: 10px 0px 10px 0px;
    }
    .contact_area{
        width: 100%;
        margin: auto;
        height: auto;
    }
    .massage_box{
        width: 100%;
        height: auto;
        border-right: 1px solid #666;
    }
    .massage_box h1{
        text-align: center;
        padding: 10px;
        color: #b3901d;
    }
    .massage_box p{
        color: #444;
        text-align: center;
        padding: 5px;
    }
    .laval_box{
        display: block;
    }
    .input_box_area{
        width: 100%;
        padding: 5px;
    }
    .input_box_area input{
        width: 100%;
        height: 40px;
        padding: 10px;
    }
    .text_massage_box{
        padding: 5px;
    }
    .text_massage_box textarea{
        width: 100%;
        height: 200px;
        padding: 10px;

    }
    .laval_box button{
        width: 150px;
        height: 40px;
        background-color: #0E0D0E;
        color: #fff;
        border: none;
        cursor: pointer;
        margin: 5px;
    }
    .contact_area{
        display: block;
    }
    .our_address{
        padding: 0px 20px 0px 20px;
    }
    .our_address h1{
        text-align: center;
        padding: 20px 20px 0px 0px;
        color: #b3901d;
    }
    .location_address{
        display: flex;
        margin-top: 20px;
    }
    .location_address i{
        border-radius: 50%;
        /* background-color: #E1B93A; */
        color: #E1B93A;
        font-size: 30px;
        margin-right: 30px;
        
    }
    .location_address h4{
        color: #b3901d
    }
    .location_address p{
        color: #444
    }
    .google_map{
        width: 100%;
    }
    .map_area{
        width: 90%;
        margin: auto;
    }
    .map_area h1{
        text-align: center;
        color: #E1B93A;
        padding: 20px;
    }

    /*--Single Room Description--*/
    
    .room_details_header{
        width: 100%;
        height: auto;
        background-color: rgb(73, 73, 206);
        background-image: url(../../image/1.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 20px;
    }
        
    .select_box_section{
        width: 100%;
        height: auto;
        background-color: #0E0D0E;
        margin: auto;
        display: block;
        justify-content: center;
        align-items: center;
    }
    .selection_box{
        width: 100%;
        padding: 10px;
        align-items: center;
    
    }
    .selection_box button{
        margin: 0px;
    }
    .room_image_area{
        display: block;
    }
    .room_price_rate{
        width: 100%;
    }
    .trams_condition{
        width: 100%;
    
    }
    .bed_image img{
        height: auto;
    }
    .facility_main_box{
        display: block;
        justify-content: space-between;
    }
        
    .fa_box{
        width: 100%;
    }
        
    .overveiw_desc{
        margin-left: 0px;
        margin-top: 10px;
    }

    /*--About Page Reponsive----*/

    .about_us_all_details{
        display: block;
    }
    .about_us_image_size{
        width: 100%;
    }
    .about_us_mission{
        width: 100%;
    
    
    }

    /*-- Our Activites page--*/
    .activites{
        display: block;
        justify-content: center;
        padding: 10px;
    
    }
    .activites_box{
        width: 100%;
        height: auto;
        
    }
    /*--Photo Gallary Section Start here--*/
    .best_photo_gallary{   
        padding-top: 120px;
     }
    .gallary_section{
        display: block;
    }
    .gallary_section_btn{
        width: 100%;
    }
    .gallary_section_image{
        width: 100%;
    }
    .all_image_gallary img{
        max-width: 100%;
    }
    .all_photo_btn button{
        max-width: 150px;
    }
    .gallary_section_btn{
        display: flex;
        flex-wrap: wrap;
    }
    .all_photo_btn{
        flex-grow: 7;
        flex-basis: 80px;
    }








} 