/* cmsms stylesheet: Custom modified: 09/02/22 10:06:53 */
#whatsapp-top {
    position: fixed !important;
    right: 5px;
    bottom: 4px;
    display: block;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    z-index: 7779;
    cursor: pointer;
    background : #00c900;
color : #fff;
border-radius : 10px;
}
.icon-wrap {
    color: #fff;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
