@media screen and (max-width:1000px)
{
	.booking_service_detail_image
	{
		width:100%;
		margin-bottom:50px;
	}
	.booking_service_detail_image.store_multiple_images
	{
		margin-bottom:50px;
	}

	.booking_service_three_price
	{
		display:none;
	}

	.booking_service_three
	{
		position:relative;
		width:calc(100% / 1 - 0px);
		top:0px;
		background-color:#006673;	
		border-radius:20px;
		border:0px;
		height:400px;
		margin:0px 0px 90px;

		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;	
	}
	.booking_service_three:hover
	{
		top:-10px;
		border:0px;
		box-shadow:0px 1px 20px rgba(0,0,0,0.3);
	}
	.booking_service_three_image
	{
		width:100%;
		height:400px;
		border-radius:20px;
	}
	.booking_service_three_content
	{
		position:absolute;
		left:0px;
		bottom:0px;
		display:inline-block;
		width:calc(100% - 40px);
		padding:15px 20px;
		border-radius:0px 0px 20px 20px;
		background:#EA652690;
		height:40px;
	}
	.booking_service_three_content h1
	{
		font-family:bold;
		font-size:20px;
		color:#ffffff;
		text-align:center;
		overflow:hidden;
		height:40px;
	}
	.booking_service_description
	{
		display:none;
	}
	.booking_service_three_price,
	.booking_service_three_price.with_discount
	{
		display:none;
	}
	.booking_service_three_price_bottom
	{
		display:none;
	}
	.booking_service_three_price_bottom 
	{
		position:absolute;
		left:20px;
		bottom:100px;
	}
	.booking_service_three_price_bottom span
	{
		font-family:bold;
		font-size:24px;
		color:#ffffff;
	}
	.booking_service_three_content h3
	{
		margin-top:25px;
		height:18px;
		overflow:hidden;
		color:#ffffff;
	}

	.booking_service_three .booking_service_buttons
	{
		margin-top:30px;
		text-align:center !important;
	}
	.booking_service_three .service_button.button_grey
	{
		vertical-align:top;
	}

	.booking_service_three .service_button.button_grey.wishlist_button
	{
		
		display:none;
		outline: none;
		text-indent: -9999px;
		background-image:url(/_images/icon-wishlist-white.png) !important;
		background-repeat:no-repeat;
		width:30px;
		height:30px;
		background-size:20px;
		background-position:center;
		margin-right:5px;
		background-color:transparent;
		border-radius:100%;
		border:1px solid #ffffff;
	}
	.booking_service_three .service_button.button_grey.wishlist_button:hover
	{
		background-color:#006673;
	}
	.booking_service_three .service_button.button_grey.wishlist_button:hover
	{
		background-color:#AD7C52;
		border:1px solid #AD7C52;
		background-image:url(/_images/icon-wishlist.png) !important;
	}
	.booking_service_three .service_button.button_grey.know_button
	{
		border-radius:100%;
		display:none;
		outline: none;
		text-indent: -9999px;
		background-image:url(/_images/icon-see-more.png) !important;
		background-repeat:no-repeat;
		width:30px;
		height:30px;
		background-size:20px;
		background-position:center;
		margin-right:5px;
		background-color:transparent;
		border:1px solid #ffffff;
	}
	.booking_service_three .service_button.button_grey.know_button:hover
	{
		background-color:#AD7C52;
		border:1px solid #AD7C52;
		background-image:url(/_images/icon-see-more.png) !important;
	}

	.booking_service_three_novelty
	{
		position:absolute;
		display:inline-block;
		top:20px;
		left:0;
		background:#006673;
		padding:2px 10px;
		border-radius:0px 8px 8px 0px;
	}
	.booking_service_three_novelty h3
	{
		color:#ffffff;
	}


	
}