.floatchat{
  position: fixed;
  display: inline-block;
  bottom: 175px;
  right: 24px;
  height: 70px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color:#2196F3;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.floatchat:hover {
  color: #FFF;
  background-color: #64b5f6;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.floatwhatsapp{
  position: fixed;
  display: inline-block;
  bottom: 110px;
  right: 24px;
  height: 70px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color:#25d366;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.floatwhatsapp:hover {
  color: #FFF;
  background-color: #58FAAC;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.floatphone{
  position: fixed;
  display: inline-block;
  bottom: 45px;
  right: 24px;
  height: 70px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color:#F44336;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font-size: 30px;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.floatphone:hover {
  color: #FFF;
  background-color: #e57373;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.floathuruf
{
	font-size:18px;
	text-align: center;
	font-weight: bold;
	font-family: "Verdana", Tahoma, Arial, Helvetica, sans-serif;
}
