.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:120px;
	right:50px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:27px;
  z-index:100;
}

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