@media (max-width: 1201px) {
    .btn-getstarted {
        display: none;
    }

    .speak-highly-media{
        margin-top: 20px;
    }

    .whatsapp-float {
        display: block;
    } 
}

@media (min-width: 1201px) {
  .whatsapp-float {
    display: none;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1877F2;
}

.whatsapp-float .bi-whatsapp {
  font-size: 24px;
  color: white;
}


