.legacy-tab{
    background-color: orange;
    color: white;
    font-weight: bold;
    border: 0;
}

.legacy-tab h3{
    color: white;
    font-weight: bold;
}

.legacy-tab:hover{
    background-color: white;
    color: orange;
    font-weight: bold;
    border: 2px solid #b3c211;
}

.legacy-tab:hover h3{
    background-color: white;
    color: orange;
    font-weight: bold;
}


/*Whatsapp for desktop */
  .whatsapp_float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 30px;
      left: 40px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #999;
      z-index: 10000;
  }

  .whatsapp-icon {
      margin-top: 16px;
  }

  /*
  whatsapp for mobile */
  @media screen and (max-width: 767px) {
      .whatsapp-icon {
          margin-top: 10px;
      }

      .whatsapp_float {
          width: 40px;
          height: 40px;
          bottom: 30px;
          right: 10px;
          font-size: 22px;
      }
  }
