.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:80px;
  right:20px;
/*   background-color:#25d366; */
  color:#25d366;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  
}

@media only screen and (max-width: 480px) {
  .whatsapp {
   
    width:30px;
    font-size:30px;
   
    
  }
}

.whatsapp-icon {
  margin-top:13px;
}


.face {
  position:fixed;
  width:60px;
  height:60px;
  bottom:130px;
  right:20px;
/*    background-color:#4b74cc; */
  color:#4b74cc;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
    
  }
  @media only screen and (max-width: 480px) {
    .face {
      width:30px;
      font-size:30px;
    
      
    }
  }
  
  

  .call {
    position:fixed;
    width:60px;
    height:60px;
    bottom:180px;
    right:20px;
  /*   background-color:#25d366; */
    color:#75A9BE;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    
  }
  @media only screen and (max-width: 480px) {
    .call {
      width:30px;
    font-size:30px;
      
      
    }
  }
  
  .call-icon {
    margin-top:20px;
  }

  

  .contact {
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:5px;
  /*   background-color:#25d366; */
    color:#75A9BE;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    
  }
  @media only screen and (max-width: 480px) {
    .call {
      width:30px;
    font-size:30px;
      
      
    }
  }

  .bot {
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
  /*   background-color:#25d366; */
    color:#75A9BE;
    border-radius:50px;
    text-align:center;
    font-size:40px;
    z-index:100;
    
  }
  
  @media only screen and (max-width: 480px) {
    .bot {
     
      width:30px;
      font-size:30px;
     
      
    }
  }
  
  .bot {
    margin-top:13px;
  }
  

  @keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.bounce-animation {
    animation: bounce 1s infinite;
}