.float{
	position:fixed; 
	bottom:150px;
	right:8px;	 
	text-align:center;
  font-size:0px;
	 
  z-index:100;
}

.floatmessenger{
	position:fixed; 
	bottom:210px;
	right:8px;	 
	text-align:center;
  font-size:0px;
	 
  z-index:100;
}

.floatel{
	position:fixed; 
	bottom:270px;
	right:8px;	 
	text-align:center;
  font-size:0px;
	 
  z-index:100;
}

.float:hover {
	text-decoration: none;
	color: #25d366;
   
}

.my-float{
	margin-top:16px;
}