.float{
	position:fixed;
	width:56px;
	height:56px;
	bottom:20px;
	right:20px;
	background-color:#25d365;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 1px 1px 10px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:2px;
}


.float2{
	position:fixed;
	width:56px;
	height:56px;
	bottom:80px;
	right:20px;
	background-color:#21A451;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 1px 1px 10px #999;
  z-index:100;
}
.float2:hover {
	text-decoration: none;
	color: #21A451;
  background-color:#fff;
}

.my-float{
	margin-top:2px;
}