.elementor-8297 .elementor-element.elementor-element-3ece4613{--display:flex;}/* Start custom CSS for image, class: .elementor-element-74461117 */.floating-phone-btn {
  position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 9999;
  transition: 
    transform 0.25s cubic-bezier(.4,2,.6,.9),
    box-shadow 0.25s;
}

.floating-phone-btn:hover {
  transform: scale(1.08) rotate(-2deg);
  cursor: pointer;
}


@media (max-width: 767px) {
  .floating-phone-btn {
    display: none !important;
  }
}/* End custom CSS */