.elementor-6469 .elementor-element.elementor-element-926160f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-aa66666 */.call-btn {
  position: fixed;
  bottom: 10%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.pulse, .cursor, .phone {
  position: absolute;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.cursor {
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}

.pulse {
  background: #5CC2E2;
  position: relative;
  transition: 0.5s ease-in-out;
}

.phone {
  font-size: 40px;
  line-height: 78px;
  -webkit-animation: phone 0.9s ease-in-out infinite;
          animation: phone 0.9s ease-in-out infinite;
}

.text {
padding-right: 7px;
  position: absolute;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 700;
  top: 50%;
  font-size: 12px;
  transform: scaleX(-1);
  transition: 0.5s ease-in-out;
}

.pulse::after{
    content: "";
  position: absolute;
  border: 1px solid #29AEE3;
  left: -20px;
  right: -20px;
  top: -15px;
  bottom: -20px;
  border-radius: 50%;
  -webkit-animation: pulse 1.8s linear infinite;
          animation: pulse 1.8s linear infinite;
  opacity: 0;
}
.phone i {
    font-size:34px;
  transition: 0.5s ease-in-out;
}

.pulse:hover {
  background: #29AEE3;
}

.pulse:hover i {
  transform: scale(0);
}

.pulse:hover .text {
  transform: scaleX(1) translateY(-40%);
  opacity: 1;
}

.pulse:hover::before,
.pulse:hover::after {
  content: "";
  position: absolute;
  border: 1px solid #29AEE3;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  -webkit-animation: pulse 1.8s linear infinite;
          animation: pulse 1.8s linear infinite;
  opacity: 0;
}

.pulse:hover::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes phone {
  0%, 100% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(21deg);
  }
}

@keyframes phone {
  0%, 100% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(21deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}/* End custom CSS */