.social_chat_block{width:auto;position:fixed;bottom:10px;left: 2%;background: #5ca444;border: solid 1px #58585c24;z-index:9999;animation:1.5s infinite pulse3;text-align:left;text-decoration:none;font-size:17px;padding-left:10px;padding-right:10px;color:#000;font-weight:500;transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-ms-transition:all ease-in-out .5s;-o-transition:all ease-in-out .5s;-webkit-transition:all ease-in-out .5s;border-radius:50px;float:right;padding-top:10px;padding-bottom:10px}@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #91b354
    }

    70% {
        -webkit-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}@keyframes pulse3 {
    0% {
        -moz-box-shadow: 0 0 0 0 #91b354;
        box-shadow: 0 0 0 0 #91b354
    }

    70% {
        -moz-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0);
        box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(5,103,168,0);
        box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}.social_chat_block strong img{width: 33px;float:right}