.float{
	position:fixed;
	min-width: 55px;
	height:55px;
	bottom:40px;
	right:40px;
	background-color:#4dc247;;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    z-index:1000;
    overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.my-float{
	margin: 0 auto;
}

.float:hover .fa-whatsapp{
    color: #4dc247;
  }

  .float:hover{
    background-color: #FFFFFF;
  }