.float{
	position:fixed;
	width:42px;
	height:42px;
	bottom:22px;
	right:30px;
	background-color:#FFF;
	color:#141414;
	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:7px;
	padding-left: 1px;
}