  @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
      .navbar-nav {
        float: none !important;
        margin-top: 0px !important;
        background: #fff;
        padding-bottom: 50px;
        z-index: 1;
        position: relative;
    }
    .navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 20px 20px 20px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
    .bottom-left1 {
        position: absolute;
        bottom: 30px;
        left: 40%;
        background-color: #fff;
        color: #000;
        font-size: 1.2em;
        font-family: 'Roboto', sans-serif;
        padding: 10px 20px 3px 20px!important;
        height: 40px;
    }
    .mobile1 {
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 26px!important;
        font-family: 'Roboto', sans-serif;
        width: 100%;
        text-align: center;
    }
    .navbar-brand img {
        width: 130px !important;
        margin-top: -6px;
    }
    .header_2 label {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 700;
        width: 25% !important;
        margin-left: 0%;
        color: white;
        padding: 3px 5px 0px 6px;
        margin-top: 20px !important;
        font-size: 11px !important;
    }
    .centered1 {
        position: absolute;
        top: 3% !important;
        left: 36%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: medium !important;
        font-family: 'Roboto', sans-serif;
        background: #000;
        padding: 10px 25px;
    }
        p {
        font-size: 16px!important;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        text-align: center;
    }
    .rooms{
    	border: 1px solid;
        width: 95%;
        margin: 10px 0 13px 0;
        padding: 20px 0px 15px 0;
        text-align: center;
        font-size: 20px;
    }
    .copy_footer{
    	position: relative;
        top: 500px;
    }
    .mobile_foot {
    	position: absolute;
        top: 1850px;
    }
        .features_new_design {
        border-bottom: 1px solid #098144;
        width: 90%;
        margin: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .right_border_desktop {
    border-right: 1px dotted #fff!important;
    width: 100%!important;
    margin-right: 45px;
}
.tabview_location{
	width:100%;
}
.header_2 .menu-icon .navicon {
    background: #fff!important;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 15px;
    margin-top: 10px;
}
}