.swal-button{
	background-color: #d00054 !important;
}
.whatsappfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 110px;
    right: 20px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}
.whatsappfloat:hover {
	text-decoration: none;
	color: #FFF !important;
  	background-color:#25d366;
  	box-shadow: 2px 2px 3px #999;
}
.my-whatsappfloat{
	margin-top:16px;
}
.areastart{
	padding-top: 50px;
}

@media (max-width: 991px) {
.menuposition
{
float: left !important;
margin-right: 60px;
margin-top: 0px;
font-size: 20px;
color: #bdbbbb;
display: block !important;
}
}