.floatwhatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:30px;
	background-color:#25d366;
	color:white;
	border-radius:50px;
	text-align:center;
    font-size:32px;
	box-shadow: 2px 2px 3px #999;
	z-index:1000;
}

.my-floatwhatsapp{
	margin-top:14px;
	color:white;

}