#fcn .bt_widget-bottom-right {
    bottom: 0px;
    right: 1%;
    position: fixed;
    z-index:9999;
}

#fcn .bt_widget-bottom-left {
    bottom: 0px;
    left: 1%;
    position: fixed;
    z-index:9999;
}

#fcn .bt_whatsapp {
    border-radius: 4px;
    background: #25D366;
    color: #fff;
    font-size: 13px;    
    padding: 6px 8px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-radius:100%;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px
}

#fcn .bt_whatsapp-icon-large {
    position: relative;
    background-image: url('../img/whatsapp/whatsapp3x.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 48px;
    width: 48px;
    top: -1px;
    vertical-align: middle;
    background-size: contain;
}

#fcn .bt_whatsapp-icon-small {
    position: relative;
    background-image: url('../img/whatsapp/whatsapp.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
    top: -1px;
    vertical-align: middle;
    background-size: contain;
}