  .sticky-icon {
      z-index: 2;
      position: fixed;
      top: 75%;
      right: 0%;
      width: 240px;
      display: flex;
      flex-direction: column;
  }



  .sticky-icon a {
      transform: translate(180px, 0px);
      border-radius: 50px 0px 0px 50px;
      text-align: left;
      margin: 2px 0px 2px 2px;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px;
      font-size: 20px;
      font-family: 'Oswald', sans-serif;
      transition: all 0.8s;
  }


  .sticky-icon a:hover {
      color: #FFF;
      transform: translate(0px, 0px);
  }

  .sticky-icon a:hover i {
      transform: rotate(360deg);
  }


  .whatsapp {
      background-color: #075E54;
      color: #FFF;
  }
