a.fixed-appointment{
    position: fixed;
    top: 50vh;
    right: 0;
    z-index: 1000;
    background: #c4a537;
    color: #ffffff;
    border-width: 0;
}
a.fixed-appointment:hover{
    background: #161831;
}
span.fusion-button-text{
    color: #ffffff;
}
