.whats-btn i{
	line-height:40px; font-size:24px;
}
.whats-btn{
border-radius:50%;
text-align:center;
width:40px;
position:fixed;
bottom:50px;
height:40px;
cursor:pointer;-webkit-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.75);
background:#1e9e57;
color:#fff;
z-index:99999999999;
right:20px;
}