.float {
	position: fixed;
	width: 64px;
	height: 64px;
	bottom: 72px;
	right: 40px;
	background-color: #FFF;
	color: #FFF;
	border-radius: 100px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 0px 0px #FFF;
	z-index: 100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

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