.float{
	display: flex;
	align-items: center;
	justify-content: center;
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:20px;
	background-color:#80EA82;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:999;
	cursor: pointer;
	transition: all 0.4s;

}

.my-float{
	/* margin-top:10px; */
	color: #FFF;
	font-size: 40px;
}

.float:hover{
	background-color: #18803e;
	transition: all 0.4s;

}

.wrapper-whatsapp{
    display: flex;
    justify-content: center;
	align-items: center;
}