.float-contact .float-open{     display: none;}

.float-contact .float-items {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    
}

.float-contact .float-items li{
    display :  none;
}

.float-contact .float-items li.float-whats{
    display :  block;
}

.float-contact .float-items>li>a{ background: #3c9509;
    box-shadow: 0 3px 9px -2px #3c9509;
    border-radius: 50px;}