.btnWhatsapp {
padding: 7px 27px 7px 46px;
    background: url(/images/layout/whatsapp-icon.png?V=2) no-repeat left center, #ffffff;
    color: #26d367;
    transition: all 0.3s;
    background-size: contain;
    border: 1px solid #26d367;
    margin-top: 2px;
    border-radius: 20px;
    font-weight: bold;
    position: absolute;
    bottom: -49px;
    left: -40px;
    font-size: 16px;
}