

 
 .post-top {position:fixed;bottom: 5%;z-index: 99;right: 0 !important;} 
 .post-top-call {position: fixed;bottom: 15%;z-index: 99;right: 0 !important;}
    @-webkit-keyframes blinker {
      from {opacity: 1.0;}
      to {opacity: 0.0;}
    }
    .post-top-call,.post-top{
    	text-decoration: blink;
    	-webkit-animation-name: blinker;
    	-webkit-animation-duration: 0.6s;
    	-webkit-animation-iteration-count:infinite;
    	-webkit-animation-timing-function:ease-in-out;
    	-webkit-animation-direction: alternate;
    }