.for_mobile{
	display: none;
}
@media (max-width: 415px) {
	.Service-Tab{
		width:100%; 
	}
	.Offer-Tab{
		width: 100%;
	}
	.Offer-Image{
		width: 100%;
	}
	.Offer-Image img{
		height: 400px;
		width: 100%;
	}
	.Offer-Detail{
		width: 100%;
	}	
	.Tab{
		width: 100%;
	}
	.Tab ul li{
		width: 70px;
	}
	.About-Wrapper{
		width: 100%;
	}
	.About-Wrapper h3{
		text-align: center;
	}
	.Youtube
	{
		margin-top: 0px;
		width: 100%;
	}
	.for_mobile{
		display: block;
	}
	.not_for_mobile{
		display: none;
	}
	.opening-time
	{
		width: 100%;
	}
	.today_Counters
	{
		position: unset;
		width:100%;
	}
	.today_Counter{
		width:43%;
		margin:2px 2.5px;
		
	}
	.today_Counter p{
		
	}
	.today_Counter_full{
		width: 95%;
	}
	.Counters{
		position: unset;
		width:100%;
		height: auto;
	}
	.Counter{
		margin:2px 2.5px;
	}
	.width43{
		width: 43%;
	}
	.online_member{
		margin-left:0px;
	}
}

