.contact {
    position: fixed;
    z-index: 8;
    right: 26px;
    /* left: 10px; */
    bottom: 110px;
    /* line-height: 1.7;
    margin: 0 20px 33px !important;
    color: #FFF; */
}

@media only screen and (max-width: 600px) {
    .contact {
        position: fixed;
        z-index: 8;
        right: 12px;
        /* left: 10px; */
        bottom: 75px;
        /* line-height: 1.7;
        margin: 0 20px 33px !important;
        color: #FFF; */
    }
  } 

.contact-wa1 {
    background: #4dc247;
    margin: 0 5px;
}

.contact a+a {
    margin-left: 5px;
}

/* .contact a:hover {
    color: #FFF;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
} */

.contact-phone,
.contact-wa,
.contact-wa1 {
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 27.5px;
    min-width: 50px;
    line-height: 1;
    border-radius: 50%;
    color: #FFF;
}