.float{
	position:fixed;
	width:80px;
	height:80px;
	bottom:540px;  
	//bottom:270px; 
	//right:95px;
	right:695px;
	//background-color:#FFF;
	color:#000;
	border-radius:50px;
	text-align:center;
	font-size:14px;
	//box-shadow: 2px 2px 3px #999;
	line-height:0.5;
	z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  //background-color:#fff;
}

.my-float{
	margin-top:0px;
	font-size:14px;
	color:black;
	line-height:0.5;
}