@media only screen and (max-width: 7000px){
	.page-wrapper{
		overflow: hidden;
	}
}
@media only screen and (max-width: 1700px){

}
@media only screen and (max-width: 1400px){
	.main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
	    left: auto;
	    right: 100%;
	}
	.main-menu .navigation > li:nth-last-child(-n+2) > ul {
	    left: auto;
	    right: 0;
	}
	.main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
	    left: auto;
	    right: 100%;
	}
}
@media only screen and (max-width: 1200px){
	/* Default */
	.main-header .nav-outer .main-menu,
	.sticky-header{
		display: none !important;
	}
	.nav-outer .mobile-nav-toggler {
		display: block;
	}
	.banner-section .banner-slider-nav {
		display: none;
	}
	.feature-2-offer {
		top: -45px;
	}
	.section_heading {
		position: relative;
		z-index: 1;
	}	
	.room-2-left-column {
		width: 100%;
	}	
	.room-2-container {
		max-width: 100%;
	}	
	.room-2-right-column {
		width: 100%;
	}	
	.room-2-container2 {
		max-width: 100%;
	}
}
@media only screen and (max-width: 991px){

	#deal h3 {
		font-size: 22px;
	  }

	.auto-container {
		max-width: 700px;
	}
	.page-title h1 {
		font-size: 50px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 2rem;
	}
	.slider-nav-style-1,
	.main-header .header-upper .right-column {
		display: none !important;
	}
	form.hotel-booking-form-1-form {
		flex-wrap: wrap;
	}
	.hotel-booking-form-1.alt form.hotel-booking-form-1-form .form-group,
	.hotel-booking-form-1.alt2 form.hotel-booking-form-1-form .form-group {
		flex: auto;
	}
	.hotel-booking-form-1.alt form.hotel-booking-form-1-form .form-group:before,
	.funfact-1-block:before {
		display: none;
	}
	.form-alt {
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}
@media only screen and (max-width: 767px){	


	.about-2-video-area {
		left: 62%;
		top: calc(50% - 100px);
		position: absolute;
		width: 140px;
		height: 140px;
		background: var(--theme-color);
		text-align: center;
		color: #fff;
		padding-top: 20px;
	}
	
	.feature-2-image:before {
		height: 50px;
	}

	.feature-2-lower-content h4 {
		padding-top: 20px;
	}

	.feature-2-lower-content {
		height: 100px;
	}

	.auto-container {
		max-width: 575px;
	}
	

	.room-2-meta-info {
		display: flex;
		flex-direction: column;
	  }
	  

	.header-style-one .right-column,
	br {
		display: none;
	}
	.about-2-video-title br,
	.feature-3-offer br,
	.feature-2-offer br {
		display: block;
	}
}
@media only screen and (max-width: 575px){
	.d-flex {
		flex-wrap: wrap;
	}
	.form-alt {
		padding-left: 20px;
		padding-right: 20px;
	}
	.project-1-image {
		margin: 0;
	}
	.project-1-wrapper .swiper-container {
		overflow: hidden;
	}
	.feature-1-block {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hotel-booking-form-1 form.hotel-booking-form-1-form .form-group {
		width: 100%;
	}
	.hotel-booking-form-1.alt .nice-select,
	.hotel-booking-form-1.alt2 .nice-select,
	.hotel-booking-form-1 .nice-select {
		max-width: 100%;
	}

	.gallery-block-1-link-btn a {

		width: 85px;
		height: 85px;
		line-height: 85px;
		text-align: center;
		margin-top: 15px;
		background-color: var(--theme-color);
		display: inline-block;
		font-size: 30px;
		/* margin-right: 6px; */
		border-radius: 50%;
		margin-bottom: 15px;
		color: #fff;

	}

	
}
@media only screen and (max-width: 400px){
	.main-header .header-upper .logo-box .logo {
		width: 110px !important;
	}
}










