.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color:#4AB548;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:25px;
	
  z-index:100;
  
}

.float1{
	position:fixed;
	width:50px;
	height:50px;
	bottom:94px;
	right:40px;
	background-color:#4AB548;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:25px;
	
  z-index:100;
}

.float2{
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color:#4AB548;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	
  z-index:100;
}

.my-float{
	margin-top:12px;
}