.contact-float {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}

.contact-float--item {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0.5rem 0;
  background-color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
}

.contact-float--item-phone {
  background-color: red;
  color: #fff !important;
}

.contact-float--item-email {
  background-color: #0edff5;
}

.contact-float--item-mess {
  background-color: #71bcf7;
}

.contact-float--item-mess i {
  text-align: center;
  width: 100%;
  height: 100%;
}

.contact-float svg {
  width: 3rem;
  height: 3rem;
  fill: #fff;
}
