/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .mob-action {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #b77e29;
    color: #fff;
    box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
    z-index: 1030;
  }

  .mob-action ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    justify-content: space-around;
    align-items: center;
  }

  .whatsapp {
    display: none;
  }

  .phone {
    display: none;
  }
}

/* Small Devices Potrait */
@media (max-width: 767px) {
  .mob-action {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #b77e29;
    color: #fff;
    box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
    z-index: 1030;
  }

  .mob-action ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    justify-content: space-around;
    align-items: center;
  }

  .mob-action .footer-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .whatsapp {
    display: none;
  }

  .phone {
    display: none;
  }
}
