.float{
	position:fixed;
	width:58px;
	height:58px;
	bottom:25px;
	right: auto;
	left: 25px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:35px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #FFF;
  background-color:#003da6;
}

.my-float{
	margin-top:12px;
	margin-left: 1px;
}

@media only screen and (max-width:825px){
      .float{
    	bottom:25px;
    	left: 8px;
      }
    }