.float{
	position:fixed;
	width:77px;
	height:77px;
	bottom:57px;
	right:50px;
	left: 30px;

	background-color:#25d366;
	color:#045F78;
	border-radius:50px;
	text-align:center;
  font-size:45px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #070707;
  background-color:#E7E422;
}

.my-float{
	margin-top:16px;
}