 
 
 /*responive max width to min width*/

/*@media 
(min-width: 992px) 
 and (max-width: 1200px){
	
}*/




/* iPads (landscape) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

}*/

/* iPads (portrait) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

}*/



/* iPads (landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {



/* Styles */
}

/* iPads (portrait) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

/* Styles */
}



@media (max-width: 1200px) {
	 
    
}

@media (max-width: 1199px) {
	 
    
}

/*responsinator screen size*/
@media (max-width: 1024px) {
	 
    
}

@media (max-width: 992px) {
	 
    
}

@media (max-width: 991px) {
	.menu-bar{
		justify-content: center;
	}
	.navbar-toggler{
		position: absolute;
		right:15px;
		border-color: #fff !important;
		top: 25px;
	}
	.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.menu{
	margin-top: 10px;
}
.menu li {
	margin-left: 0px;
	margin-top: 2px;
}
.menu li a{
	text-align: center;
}
.welcome-bottom-lft{
	width: 100%;
	
}
.welcome-bottom-lft::before, .welcome-bottom-lft::after {
   background: none;
}
.welcome-bottom-right{
	width: 100%;
}
.room-slidr-outr .col-sm-3{
	ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 25px;
}
.room-sec-inr {
	padding-bottom: 15px;
}
.footer-inner .col-sm-6{
	ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.phone-mnu li{
	line-height: 30px;
}
.phone-mnu li i.mail-icon{
	top: 10px;
}
.footr-mnu{
	text-align:center;
}
.follow-us-outr {
	padding-top: 0px;
}
/*nav.open {
	left: -300px;
}
nav.open #menuToggle span::before, nav.open #menuToggle span::after {
	background: white;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: -250%;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 100%;
}
nav.open #menuToggle.hide.navigation {
	top: -12px;
	right: -30px;
	border-radius: 0;
}*/
nav{
	z-index:9999 !important;
}
.sim-slider-current-inner{
	width: 100% !important;
	padding: 0px 15px;
	text-align: center;
}
.sim-slider-current-inner-tab{
	height: 15px !important;
width: 15px !important;
}
.amen-mnu li{
	width: 50%;
}
.amen-mnu li p{
	height: 55px;
}
.term-mnu li {
	width: 100% !important;
	padding-bottom: 0px;
}
.term-mnu li p{
	height: auto !important;
}
.room-grid-outr .col-sm-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.contact-grid-outr .col-sm-6{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
	
}

@media (max-width: 768px) {
	
	
}

@media (max-width: 767px) {
	.term-mnu li {
	padding-bottom: 0px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
	
}

@media (max-width: 736px) {
	
	
}

@media (max-width: 667px) {
	
	
}

@media (max-width: 600px) {
	
	.reach-outr .width50 {
	float: left;
	width: 100%;
}	 
.reach-outr{
	max-width: 240px;
	margin: 0 auto;
}
.room-slidr-outr .col-sm-3 {
	ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 25px;
}
.room-item-outr{
	max-width: 400px;
	margin: 0 auto;
}
.room-grid-outr .col-sm-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.room-grid-box-inr{
	max-width: 400px;
	margin: 20px auto 0;
}
.amen-mnu li {
	width: 100% !important;
}
.amen-mnu li p {
	height: auto !important;
}

}

@media (max-width: 568px) {
	
		 

}

@media (max-width: 480px) {
	
		 

}

@media (max-width: 414px) {
	
   .logo img{
	   width: 170px;
   }
   .navbar-toggler {
	padding: 0.15rem 0.50rem;
	top: 15px;
}

}

@media (max-width: 384px) {
	
   

}
@media (max-width: 375px) {
	
   

}

@media (max-width: 360px) {
	
   

}

@media (max-width: 320px) {
	
   

}
/*responsinator screen size*/