.float{
	position: fixed;
	bottom: 20px; right: 40px; z-index: 1000;
	width:45px;
	height:45px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:25px;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:11px;
}