.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom:23px;
	right:30px;
	background-color:#FFF;
	color:#529571;
	border-radius:50px;
	text-align:center;
  font-size:28px;
	 
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:8px;
	padding-left: 2px;
}