#customer-testimonials-div-container {
    background-color: #13ea0e1f;
}

#customer-testimonials-title-subhead {
    font-size: 1rem;
}

@media only screen and (max-width: 768px) {
    #customer-testimonials-title-subhead {
        font-size: 0.7rem;
    }
}

#preloadOverlay {
    height: 100%;
    width: 100%;
    z-index: 999;
}


.xmas-border-global{
    position: fixed;
      top: 62px;
      left: 0;
      width: 100%;
      z-index: 1020;
    border-top:62px solid;
    border-image:url(/resources/images/contact/Lights.svg) 30 repeat;
    border-image-slice: 180;
}


.whatsapp-refer-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: transform 0.3s ease;
}

.whatsapp-refer-button:hover {
  transform: scale(1.1);
}

.whatsapp-refer-button i {

}