.whatsapp-float {
	position:fixed;
	width:50px;
	height:50px;
  bottom:65px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 3px 4px rgba(162, 162, 162, 0.7);
  z-index:100;
}
.whatsapp-float-button {
	margin-top:0px;
}
.whatsapp-float:hover {
  background-color: #57f792;
  color: #FFF;
}