    body #bingc-passive .bingc-passive-overlay {
            background: #47b447 !important;
        }
    body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside{
    fill: #47b447 !important;
    }
body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
            fill: #47b447 !important;
        }
        body #bingc-phone-button .bingc-phone-button-tooltip {
            background:#47b447 !important;
        }
         body #bingc-phone-button .bingc-phone-button-tooltip .bingc-phone-button-arrow polyline {
            fill: #47b447 !important;
        }
       
        #bingc-phone-button {
    position: fixed !important;
    z-index: 200001 !important;
    display: none;
    width: 96px;
    height: 60px !important;
    cursor: pointer;
    background: none;
    
}


