.calling {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: green;
  color: #fff;
  z-index: 11;
  text-align: center;
  line-height: 50px;
}
