.float{
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 70px;
    right: 20px;
    background-color: #01cf2d;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
}
.float .icon-whatsapp {
    color: #FFFFFF;
    text-decoration: none;
}

.float:hover {
    text-decoration: none;
    background-color: #01cf2d;
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 70px;
    border-radius: 50px;
    right: 20px;
    text-align: center;
    font-size: 25px;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
}

.my-float{   
    margin-top:auto;
	margin-bottom: auto;
    color: #FFFFFF;
}
