.float{
	position:fixed;
	width:59px;
	height:59px;
	bottom:70px;
	right:7px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 1px 1px 2px #fff;
	z-index:1000;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
	background-color: #DEDEDE;
}

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