.whatsapp-float {
    padding-top: 2px;
    position: fixed;
    bottom: 200px;
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
   font-size: 1em;
   color: rgba(255, 255, 255, 0.85)
}

.whatsapp-float:hover {
   color: #fff;
}

@media only screen and (max-width: 768px) {
  .whatsapp-float {
    bottom: 130px;
  }
}





.whatsapp-float-2 {
    padding: 2px 20px 0;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #25d366;
    color: white;
    /* width: 200px; */
    height: 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
   color: rgba(255, 255, 255, 0.85)
}

.fa-whatsapp {
   font-size: 2.5em;
}

.whatsapp-float-2 span {
  padding-left: 0.5em;
}

.whatsapp-float-2:hover {
   color: #fff;
}

@media only screen and (max-width: 768px) {
  .whatsapp-float-2 {
    bottom: 50px;
  }
}
/* Generate 0.000814 second */