.contacts_bt
{  
display: flex;
width: inherit;
	height: 30px;
	text-align: center;
}
.contacts_bt div
{  
	height: 30px;
	text-align: center;
}
.lets_chat_textarea
{
font-size: 24px;
width: 80%;border: none;
height: 130px;
}
input,select
{
	border: none;
}
.contacts_formxx
{
position: fixed;
	background: rgb(236,233,216);
	 top: 33px;
width: 80%;left: 10%;
}
.contacts_formx
{
position: relative;
background: rgb(226,226,216);
width: 80%;margin: 2px auto;
}
.ficha
{
transition: 2s;
display: none;
}
.contact_us_textarea
{
font-size: 40px;
width: 80%;border: none;
margin-left: 10%;
height: 130px;
}
.countryselec
{
text-align: center;
}
.contacts_titles
{
	font-size: 24px;
	line-height: 26px;
}
.contact_us_message_label
{
width: 100%;
text-align: center;
}
.contact_us_submit_button
{
font-size: 30px;
margin: 1px auto;
width: 80px;
}
.contact_us_submit_buttonx
{
font-size: 30px;
margin: 1px auto;
width: 380px;
}
.close_booking_form
{
font-size: 24px;position: absolute;text-align: center;
right: 52px;padding: 5px;
}
.close_booking_form1
{
font-size: 24px;position: absolute;text-align: center;
right: 52px;padding: 5px;border-radius: 5px;
}
label
{
font-size: 24px;
}
.submit_button
{
font-size: 24px;
width: 100%;border: none;
}
.booking_button
{
font-size: 24px;
width: 200px;border: none;
margin: 1px auto;
}
.booking_form_button
{
font-size: 24px;
width: 100%;border: none;
}
.booking_form_button:hover,.booking_button:hover,.submit_button
{
	cursor: pointer;
}
.names
{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.spacer
{
	height: 10px;
	width: 100%;
}
.widener
{
	height: 2px;
	visibility: hidden;
}
.namel
{
font-size: 30px;
width: 100%;
text-align: center;
top: 5%;
height: auto;
border-bottom: 10px;
}
.names input
{
font-size: 24px;
height: auto;width: 46%;
text-align: center;
margin: 20px auto;
}
.namesas
{
width: 100%;display: flex;
}
.namesas div
{
text-align: center;
width: 80%;
margin: 2px auto;
}
.emaili
{
font-size: 24px;
width: 80%;
margin-left: 10%;
height: 30px;
text-align: center;
}
.select_country
{
text-align: center;
width: 40%;
margin: 20px auto;
}
.contact_us_emailaddress
{
width: 100%;
text-align: center;
}
.contact_us_countryselect
{
font-size: 24px;
height: auto;
left: 0%;
text-align: center;
width: 98%;
}
.contact_us_countryl
{
text-align: center;
width: 100%;
font-size: 24px;
}
.contactinfo
{
text-align: center;
	width: 60%;
	background: #CCCCCC;
}
.contactinfox
{
text-align: center;
	width: 100%;
}
.letschat
{
text-align: center;
	width: 40%;
	background: rgb(226,226,216);
}
.infox
{padding: 12px 1px 12px 1px;
	background: rgb(243,243,243);
}
.contact_us_details
{
text-align: center;
	width: 100%;
	background: #CCCCCC;
}
.contacts_formx:hover
{
	background: rgb(186,183,186);
}
.letschat:hover,.contact_us_details:hover,.contactinfo:hover
{
	background: rgb(176,173,176);
}
.contactsconte
{     
	width: 97%;
	font-size: 24px;
	text-align: justify;
	display: flex;
	grid-gap: 22px;
	margin: 22px auto;
}
.contacts_conte
{     
	width: 100%;
	font-size: 24px;
	text-align: justify;
	max-height: 1300px;
	overflow: auto;
}
.whatsapp
{
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
	top: 55px;
	right: 10px;
}
.whatsapp img
{
	width: 100%;
	border-radius: 10px;
}
.socialmedia
{
display: none;	
}
.paybuttons
{
display: none;	
}
@media (min-width: 800px)
{
	   
	.button3, .button4, .button6
	{
		display: table-cell;
	}
	.socialmedia
	{
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.socialmedia div
	{
		width: 100%;
		border: solid 5px rgb(255, 255, 204);
	}
	.socialmedia div:hover
	{
		border: solid 2px blue;
		border-radius: 10px;
	}
	.socialmedia div img
	{
		width: 100%;
		border-radius: 10px;
	}
	.paybuttons
	{
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.paybuttons div
	{
		width: 100%;
		border: solid 5px #CCCCCC;
	}
	.paybuttons div:hover
	{
		border: solid 2px blue;
		border-radius: 10px;
	}
	.paybuttons div img
	{
		width: 100%;
		border-radius: 10px;
	}
	.whatsapp
	{
		display: none;
	}
}