@font-face {
  font-family: "whatsapp-cn";
  src: url("./Flaticon.eot");
  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
       url("./Flaticon.woff2") format("woff2"),
       url("./Flaticon.woff") format("woff"),
       url("./Flaticon.ttf") format("truetype"),
       url("./Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "whatsapp-cn";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

.flaticon-whatsapp:before { content: "\f100"; }


.fa-whatsapp:before {
    content: "\f100";
    font-family: "whatsapp-cn";
}    

.pulse-button i.fa.fa-whatsapp {
    color: #fff;
    font-size: 26px;
/*    padding-top: 2px;*/
    padding-left: 3px;
    font-style: normal;
}

.pulse-button {
    width: 55px;
    height: 55px;
    border: none;
    box-shadow: 0 0 0 0 rgb(76, 175, 80, 0.7);
    border-radius: 50%;
    background-color: #29cb34;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 900;
}