.float-whats {
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:25px;
	background-color:#4DB661;
	color:#FFF;
	border-radius:50px; 
	border: 3px solid #CCCCCC;
	text-align:center;
    font-size:38px;
  z-index:1000;
}

.float-whats a:hover {color:#d7c8a3!important;}
.fa-whatsapp:before a:hover {color:#d7c8a3!important;}
.fab a:hover {color:#d7c8a3!important;}


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