.sticky-form-button{
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 999;
}

.sticky-form-button button{
    background-color: #3bc6ef;
    border: none;
    box-shadow: -1px -3px 10px 0px rgba(0,0,0,0.25);
    color: #fff;
    font-family: 'DINNextLTPro-Medium','Asap',sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 20px;
    transition: 0.3s ease all;
}

.sticky-form-button button:hover{
    background-color: #006493;
}

#sticky-form .sticky-form-container{
    padding: 30px;
}

#sticky-form button.fancybox-close-small:after{
    background: #3bc6ef;
    color: #fff;
    transition: 0.3s all ease;
}

#sticky-form button.fancybox-close-small:hover:after{
    opacity: 0.5;
}