@media (max-width: 768px){
  .pulser {
    top: 78%!important;
    left: 80.8%!important;
     
  /*.pulser {
    width: 60px;
    height: 60px;
    background: #e5102a;
    border-radius: 50%;
    position: fixed;
    top: 89%!important;
    left: 72.5%!important;
  }*/

  

 } 
}

  .pulser {
    width: 55px;
    height: 55px;
    background: #0d6efd;
    border-radius: 50%;
    position: fixed;
    top: 65%;
    right: 96.8%;
    visibility: visible;
    z-index: 90;

  }
  
  .pulser::after {
    animation: pulse 1000ms cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  }
  
  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
  }
  .space1{margin-top: 70px;}
  .pulser::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0d6efd;
    border-radius: 50%;
    z-index: -1;
  }
  .pulser i{
    font-size: 25px;
    color: #ffffff;
     padding: 15px;
  }
  /* Decorative styles */
   
a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
}



/*whatsapp*/

.fixed-tabs-Whats {
  position: fixed;
  right: 0px;
  bottom: 170px;
  z-index: 999;
}
.aba-whatsphone {
  background: linear-gradient(45deg, #29af37, #65b575)/*#1EBEA5*/;
  height: 50px;
  width: 60px;
  border-radius: 30px 0 0 30px;
  transition: 0.7s ease;
}
.aba-whatsphone:hover {
  width: 220px;
  transition: 0.7s ease;
}
.aba-whatsphone-icone {
  background-image: url(https://aquapurelifero.com/wp-content/uploads/2023/08/whatsapp-icon.png);
    background-repeat: no-repeat;
    width: 220px;
    background-size: 50px;
    background-position: 8px 0px;
    padding: 0px;
    display: flex;
}.float-button {
    text-decoration: none;
    position: fixed;
    /* padding: 8px 20px; */
    padding-right: 15px;
    bottom: 168px;
    right: 50px;
    /* background-color: #50c65e; */
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 1px 4px 6px 0px rgb(173 173 173); */
    z-index: 100;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}
.aba-whatsphone-icone a {
  color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-left: 60px;
    text-decoration: none;
    height: 50px;
  /*font-family: sans-serif;*/
}
.aba-whatsphone-icone a strong {
  display: block;
  font-size: 17px;
  margin-top: 15px;
  color: #fff;
}