div.was {
  position: fixed;
  padding: 0;
  padding-right: 0;
  bottom: 60px;
  z-index: 999;
  opacity: 1;
  transition: 0.3s;
}
div.was.right{
  right: 60px !important;
  bottom: 30px !important;
}

div.was i {
  color: #FFFFFF;
  background-color: #26D367;
  border-radius: 60px;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.was i:before{
  font-size: 43px;
}
@media(max-width: 1024px){
  div.was.right {
      right: 15px !important;
  }
  div.was i{
    width: 54px;
    height: 54px;
  }
  div.was i:before {
    font-size: 30px;
  }
}