.header.bg-blue {
    background-color: #194B73 !important;
    color:#fff;
}

.chatnow {
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 994;
}

.phone {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 994;
}

.chatnow .button-circle{
    background-color:  #52A552;
    border: 0;
}

.phone .button-circle{
    background-color:  #3374ff;
    border: 0;
}

.chatnow .button-circle-dark:hover, .chatnow .button-circle-dark:focus, .chatnow a.button-circle-dark:hover, .chatnow a.button-circle-dark:focus {
    background: #52A552;
    color: #fff;
}

.phone .button-circle-dark:hover, .phone .button-circle-dark:focus, .phone a.button-circle-dark:hover, .phone a.button-circle-dark:focus {
    background: #3374ff;
    color: #fff;
}
