@charset "utf-8";
	.aboutusa
	{
		display: flex;
		flex-direction: row;
		width: 96%;
		z-index: 1;
		margin-top: 10px;
		width: 96%;
		grid-gap: 20px;
		margin: 1px auto;
	}
	#livechat
	{
		display: none;
	}
	.aboutusa a
	{
		border-radius: 5px;
	    height: 26px;
        width: 100%;	
		margin: 5px auto;
		
		text-align: center;
		font-size: 22px;
		background-color: #ECE9D8;
	}
	.aboutusa a div
	{
		
		border-radius: 5px;
	    height: 26px;
        	
		margin: 5px auto;
		padding: 0px 5px 0px 5px;
		text-align: center;
		font-size: 22px;font-weight: bold;
		background-color: #ECE9D8;
	}
	#buttonsvg
	{
	width: 30px;
	height: 30px;
	z-index: 1;
	position: absolute;
	}
	.mobilesvg
	{
		position: relative;
		background-color: #ECE9D8;
		border: solid black 2px;
		cursor: pointer;
		z-index: 1;
	}
	#hihapa
	{
	position: relative;
	height: inherit;
	cursor: pointer;
	}
	#hihapa p
	{
	background-color: #ECE9D8;
	border: solid black 2px;
	cursor: pointer;
	padding: 5px;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	}
	.hihapa
	{
	display: none;
	}
	.showmobilebuttons
	{
		display: none;
	}
	.mobilebuttons div:hover
	{
		background-color: rgb(255, 255, 204);
	}
	.whatsapp
{
	width: 10%;
	height: 40px;
	position: fixed;
	top: 50px;
	right: 10px;
}
.whatsapp img
{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
#live_chat_form
{
	width: 200px;
	border: solid black 2px;
	text-align: center;
	border-radius: 20px;
	position: fixed;
	top: 10%;
	right: 10px;
	background-color: rgb(255, 255, 204);
}
.enquire_button
{	
height: 30px;
width: 80%;
text-align: center;
border-radius: 20px;
font-weight: bold;
font-size: 24px;
}
a{color:#000000; target: self;}
a:link{text-decoration: blink;}
a:visited{color: black;}
a:hover {color: orange; text-decoration: none; }
a:hover {color: black; text-decoration: none; }
a:active {color: black;target: self;}
.table{width:auto;}
.heads{
border-width: 1px;
border-radius: 10px;
font-size: 22px;
background-color: rgb(236,233,216);
text-decoration: none;
color: black;}
.liko
{
border: double;
border-width: 5px;
background-color: #FFFF80;
}
.droplinks
{
border: double;
border-width: 5px;
background-color: #FFFF80;
}
.buttonstop
{
border-radius: 0px;
line-height: 29px;
height: inherit; 
width: 100%;
background-color: rgb(236,233,216);
}
.buttonstop:hover
{
border-radius: 0px;
line-height: 29px;
height: inherit; 
width: inherit;
background-color: rgb(186,193,166);
}
	.mobilehome
	{
		border: solid black 2px;
		border-radius: 5px;
	    height: 26px;
        width: 90%;		
		margin: 5px auto;
		padding: 0px 5px 0px 5px;
		text-align: center;
		font-size: 22px;
		background-color: #ECE9D8;
	    cursor: pointer;
	}
@media (min-width: 800px)
{
	#mobilebuttons,.mobilesvg,.whatsapp,.mobilehome
	{
		display: none;
	}
}