.whtsapp-link {
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 11;
}

.whtsapp-link h5 {
    float: left;
    width: 109px;
    position: absolute;
    right: -11px;
    opacity: 0;
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
    background-color: #e8e8e8;
    padding: 12px 10px 8px;
    border-radius: 5px;
    line-height: 18px;
    z-index: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.whatsapp-icon {
    width: 55px;
    height: 55px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    text-align: center;
    line-height: 77px;
    float: right;
    margin-left: 0;
    z-index: 1;
    position: relative;
}

.whatsapp-icon img {
    width: 30px;
    padding-bottom: 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.whtsapp-link:hover h5 {
    right: 52px;
    opacity: 1
}

.whtsapp-link:hover .whatsapp-icon img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-right: 23px;
    margin-top: 8px;
    padding-bottom: 35px;
}