



.wp{
position: fixed;
    right: 50px;
    bottom: 50px;
    color: #25d366;
    z-index: 999999;
    font-size: 40px;
        animation: wiggle 2s linear infinite;
    transform-origin: 50% 5em;
}

.wp2{bottom: 120px;font-size:35px;color: #000;}

/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}


.wp img{
width: 50px;
}































/* iPhone Phone Dikey*/
@media screen and (min-width: 360px) and (max-width: 1024px)

{



}


/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{


}



/* iPhone  Tablet Dikey*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{



}


/* iPhone  Tablet Yatay*/
@media only screen  and (min-width: 768px)   and (max-width: 1024px)  and (orientation: landscape) 

{


}