

/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    margin-right: 10px;
  }
  
  /* Style for the phone dial button */
  #dial-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #34b7f1;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
  }