.foote-formv1 {
    border: 1px solid #00d2a7;
}
.foote-formv1 input {
    background: #00d2a7;
    color: #004e77;
}

.header-sectionv2 {
    background: #54ffda;
}

.whats-float {
  position: fixed;
  right: 20px;
  bottom: 75px;
  width: 40px;       
  height: 40px;        
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;       /* Icon size */
  color: #fff;           /* Icon color */
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  z-index: 9999;
  text-decoration: none;
  border: 2px solid var(--white);
}
.whats-float:hover {
  filter: brightness(1.05);
  color: #004e77;
}

@media (max-width: 800px) {
    .banner-text {
        color: #004e77 !important;
    }
    .explore-more {
        color: #004e77 !important;
    }
}