@media (max-width:768px){
	#install_prompt{
	display:block;
	}
	.exp_div
	{
		width:100%;
	}
	.card-style-detail{
		border-radius:0px !important;
		margin:0px !important;
	}
	.detail-desktop-view{
		display:none !important;
	}
	.amenities-mobile
	{
	display:flex;
	}
	.amenities-desktop
	{
	display:none;
	}
	.new_content
	{
	margin-left:2% !important;
	margin-right:2% !important;
	}
	#footer-bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 98;
	background-color: rgba(249, 249, 249, 0.98);

	min-height: 60px;
	height: calc(62px + constant(safe-area-inset-bottom) * 1.1);
	height: calc(62px + env(safe-area-inset-bottom) * 1.1);
	display: flex;
	text-align: center;
	width: 100%;
	}

	.sec1
	{
	display:none;
	}
	.mobile_sec
	{
	display:block;
	}
	.menu-desktop{
	display:none !important;

	}
	.menu-mobile
	{
	display:flex !important;
	}
	.logo
	{
	width:70% !important;
	}
	.profile-logo
	{
		width:70% !important;
	}
	.exp_img
	{
		height:250px !important; 
	}
	.sigin
	{
		width:max-content;
	}
	.where_to_go
	{
		height:300px !important;
	}
	.package-img
	{
		height:200px !important;
	}
	.detail-mobile-view
	{
		display:block !important;
	}
	.know_more
	{
		margin-left:0 !important;	
position:absolute;
right:10px;		
	}
	.know_more_btn
	{
		padding:6px !important;
	}
	.align-right{
	margin-right:0px;
	}
	
	h1 {
	  font-size: 24px;
	  line-height: 30px;
	}

	h2 {
	  font-size: 21px;
	  line-height: 25px;
	}

	h3 {
	  font-size: 20px;
	  line-height: 24px;
	}

	h4 {
	  font-size: 18px;
	  line-height: 23px;
	}

	h5 {
	  font-size: 16px;
	  line-height: 22px;
	}
	.where_to_go_card{
	height:250px !important;
	}	
	.package_class
	{
	width:100% !important;
	}
	.exp_class{
	width:100% !important;
	}
	.mt1100
	{
	margin-left:0px;
	}
	.box_detail
	{
	width:120px !important;
	}
	.menu-item
	{
	font-size: 16px; 
	}
	.active-nav
	{
	font-size:17px !important;
	color:#a86464 !important;
	text-decoration:underline !important;

	}
	.sec2
	{
	  display:none;
	}
@media (max-width:2100px){
.mt1100
{
	margin-left:550px;
}
}