/* Add here all your CSS customizations */
.float-whatsappbtn {
  position: fixed;
  width: 180px;
  height: 48px;
  bottom: 78px;
  right: 16px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 100;
  font-size: 20px;
}


.float-whatsappbtn:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}



.my-float-whatsappbtn {
  margin-top: 5px;
  float: left;
  padding-left: 20px;
  
}

.my-float-whatsappbtn:hover {
  color: #25d366;
  
}


.text-whatsappbtn {
  margin-top: 13px;
float: left;
padding-left: 10px;
color: #fff;}

.text-whatsappbtn:hover {
  color: #25d366;
  }

.float-whatsappbtn2 {
  position: fixed;
  width: 180px;
  height: 48px;
  bottom: 20px;
  right: 16px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 100;
  font-size: 20px;
}
.float-whatsappbtn2:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

a {
  text-decoration: none;
}