.fixed-tel {
  position: fixed;
  bottom: 100px;
  right: 50px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  z-index: 9999;
  text-align: center;
}

.fixed-tel:before {
  content: "";
  width: 75px;
  height: 75px;
  background-color: #25D366;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  z-index: 1;
  top: 0;
  left: 0;
}

.fixed-tel i {
  vertical-align: middle;
  z-index: 2;
  position: relative;
  color: #ffffff;
  font-size: 2rem;
}

.fixed-cookie {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
  text-align: center;
}

.fixed-cookie:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0.6);;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  z-index: 1;
  top: 0;
  left: 0;
}

.fixed-cookie i {
  vertical-align: middle;
  z-index: 2;
  position: relative;
  color: rgba(240,116,12,0.6);
  font-size: 2rem;
}