@media screen and (max-width:1000px)
{
	.booking_service_three
	{
		width:calc(100% - 32px);
		padding:5px;
		margin:0px 10px 30px;
		max-width:300px;
	}
	.booking_service_three_image
	{
		width:100%;
	}
	.booking_service_three_price 
	{
		display:none;
	}
	.booking_service_three_content h1
	{
		font-family: regular;
		font-weight: normal;
		font-size: 18px;
		color: #444444;
		letter-spacing: 0px;
		line-height: 22px;
		text-align:center;
		height:76px;
		overflow:hidden;
	}
	.booking_service_three_content .booking_service_description
	{
		display:none;
	}
	.booking_service_three_price_bottom
	{
		margin-bottom:15px;
	}
	.booking_service_three_price_bottom span
	{
		font-size: 24px;
		font-family: 'bold';
		font-weight: normal;
		text-align: center;
		color: #000000 !important;
	}
}