 @media (max-width: 768px){
  .pulser  {
    width: 65px;
    height: 65px;
    background: #fab702;
    border-radius: 50%;
    position: fixed;
    top: 70%!important;
    left: 80%!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: #fab702;
    border-radius: 50%;
    position: fixed;
    top: 60%;
    left: 94.5%;
  }
  
  .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;
    }
  }
  
  .pulser::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fab702;
    border-radius: 50%;
    z-index: -1;
  }
  .pulser i{
    font-size: 25px;
    color: #000000;
     padding: 17px;
  }
  /* Decorative styles */
   