.float{
	position:fixed;
	width:80px;
	height:80px;
	bottom:40px;
	right:30px;
	background-color:#00bb2d;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:55px;
	box-shadow: 2px 2px 3px #999;
 	z-index:100;
}

.my-float{
    margin-top:15px;

}