@media(max-width: 1199px){
	.hedaer__row {
	    display: none;
	}

	.mobile__header {
	    display: flex;
	}

	.logo img {
	    height: 66px;
	}
}



@media(max-width:767px){
	.booking__block h2 {
	    font-size: 24px;
	}

	.booking__block p {
	    font-size: 11px;
	}

	.booking__block h3 {
	    font-size: 25px;
	}

	.booking__block ul li a {
	    width: 148px;
	    font-size: 12px;
	    height: 40px;
	    line-height: 40px;
	}

	section.hero__section img {
	    height: 325px;
	    object-fit: cover;
	    width: 100%;
	}

	.akshar__water.text-center h2 {
	    font-size: 24px;
	}

	.akshar__water.text-center p {
	    font-size: 12px;
	}
}