@media (max-width: 768px){
  .pulser  {
    width: 65px;
    height: 65px;
    background: #754c24;
    border-radius: 50%;
    position: fixed;
    top: 70%!important;
    left: 80%!important;
  }
  /*.pulser {
    width: 60px;
    height: 60px;
    background: #754c24;
    border-radius: 50%;
    position: fixed;
    top: 89%!important;
    left: 72.5%!important;
  }*/

  

 } 
  .pulser {
    width: 57px;
    height: 57px;
    background: #754c24;
    border-radius: 50%;
    position: fixed;
    top: 68%;
    left: 94%;
    z-index: 100;
  }
  
  .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: #754c24;
    border-radius: 50%;
    z-index: -1;
  }
  .pulser i{
    font-size: 22px;
    color: #ffffff;
     padding: 20px;
  }
   

@media (max-width: 1000px)

{
  .btnn {

    top: 50%;
  }
  .medi{
    padding-right: 0!important;
     display: none;
  }
}