.floating-contact {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 2;
    width: 64px;
    height: 64px;
    /* padding: 0.5em 0.8em 0.5em 2.85em; */
    color: #ffffff !important;
    font-size: 1.25em;
    font-weight: 600;
    background-color: #25d366;
    background-image: url("../images/icons/ic-regis-wa.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    border-radius: 100%;
    box-shadow: 0 0 0.5em #1c9e4c;
    transition: all 0.2s ease-in-out;
}

.floating-contact:hover {
    background-color: #1c9e4c;
}
