.phone {
  position:fixed;
  width:50px;
  height:50px;
  bottom:80px;
  left:0px;
  background-color: rgb(0, 0, 0);
  color:#FFF;
  text-align:center;
  font-size:25px;
  z-index:100;
}

.phone-icon {
  margin-top:15px;
}

.phone2 {
  position:fixed;
  width:50px;
  height:50px;
  bottom:140px;
  left:0px;
  background-color: rgb(0, 0, 0);
  color:#FFF;
  text-align:center;
  font-size:25px;
  z-index:100;
}

.phone2-icon {
  margin-top:15px;
}