.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	right:10px;
	background-color:#00a500;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:25px;
	
  z-index:100;
  
}



.my-float{
	margin-top:12px;
}