@media (max-width: 767px) {
    .tp-bgimg.defaultimg {
        height: 19vh !important;
    }
}

.whatsapp-floating {
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 9999;
}

.whatsapp-floating a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.whatsapp-floating a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}

.whatsapp-floating i {
  line-height: 1;
}

.ce_fancybox.style3 .inside	{
	align-items: end;
}

.ce_hyperlink a, a.btn	{
	background: #fdff44 !important;
	border: yellow;
	color: black;
	border-radius: 25px;
}

@media (max-width: 480px) {
  .whatsapp-floating {
    right: 15px;
    bottom: 15px;
  }
}

