<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:1200px) and (max-width:1500px){

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

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

}
@media(max-width:767px){
    .hide-desk{
    display:block;
}
.hide-mob{
    display:none;

}
    .mt-40{
         margin-top: -70px;
    }

	.pb-100 {
		padding-bottom: 50px;
	}
	.pt-100 {
		padding-top: 50px;
	}
	.slider.with-arrows .slick-arrow {
		border: none;
		font-weight: 700;
	}
	.slider.with-arrows .slick-arrow.slick-prev {
	  left: -15px;
	}
	.slider.with-arrows .slick-arrow.slick-next {
	  right: -15px;
	}
	#scrollUp {
		font-size: 20px;
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	header .header-area {
		position: static;
	}
	header .header-area.sticky {
		background: #fff;
	}
	header .header-area .logo {
		position: static;
		padding: 0;
		padding-right: 15px;
		margin-left: 0;
		text-align: right;
	}
	.logo img {
		width: 65px;
	}
	header .table-div&gt;div {
		vertical-align: middle;
	}
	header .table-div .left {
		width: 50%;
	}
	header .menu-icon {
		display: initial;
	}
	header .table-div .right {
		display: none;
	}
	header .header-area .mid {
	  padding: 0;
	}
	header .header-area .mid span {
	  display: none;
	}
	.header-area .mid .logo {
	  display: block;
	}
	.side-nav {
		max-width: 100%;
	  box-shadow: none;
	}
	.banner iframe {
	  height: 250px;
	}
	.single-room .video-photo-area .photos .col-md-6 {
	  padding-left: 15px;
	}
	.single-room .video-photo-area .photos img {
	  height: auto;
	}
	.room-details .amenities.three-col ul li {
		width: 100%;
	}
	.gallery-area img {
		min-height: initial;
	}
	.newsletter-section span {
		display: block;
		margin-bottom: 10px;
		font-size: 22px;
	}
	.footer-area .footer-tittle h4 {
		margin-bottom: 15px;
		margin-top: 30px;
	}
	.footer-area .footer-logo img {
		width: 100px;
		margin-bottom: 0;
	}
	.footer-area .footer-tittle ul li {
		margin-bottom: 0;
	}
	.slider-height2 {
		min-height: 250px;
	}
	.hero-caption h2 {
		font-size: 30px;
	}
	.room-details {
		padding-right: 0;
	}
	.single-room .col-lg-4 {
		padding-top: 50px;
	}
}
@media only screen and (min-width:480px) and (max-width:767px){
	
}</pre></body></html>