    .header {
        background: #f5f5f5;
    }

    .text-red { color: #da111e; }

    section#registrations {
        position: relative;
        z-index: 1;
    }

section#registrations:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/hero/line-vector-bg.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    opacity: 0.5;
    background-attachment: fixed;
}

section#registrations .card {
    box-shadow: 0px 4px 28.5px -6px #00000040;
}

    button.btn.btn-secondary.prev-btn, button#addMemberStep3Btn, button#addMemberStep4Btn, button#cancelStep3Btn {
        background-color: #3a3a39;
        border: 0;
        padding: 8px 30px;
        color: #fff;
    }
    
    button#submitBtn,
    button#submitFromStep2Btn,
    button#submitFromStep3Btn{
        background-color: #095ea3;
        color: #fff;
        padding: 7px 25px;
        border: 0;
        border-radius: 5px;
        margin-left: 5px;
    }
    
    button.btn.btn-secondary.prev-btn, button.btn.btn-primary.next-btn {
        background-color: #3a3a39;
        border: 0;
        padding: 8px 30px;
    }

    
    
    .cf7mls-btns .cf7mls_next.action-button,
    .cf7mls-btns .cf7mls_back.action-button {
        margin: 25px 0px 0px;
    }
    
    section#registrations {
        margin-top: 6em;
    }
    a.btn-Register-Now {
        display: none;
    }
    .form-control {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        height: 48px;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control.btn.register {
        background-color: #095ea3;
        color: #fff;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .form-control:focus {
        box-shadow: unset;
    }
    
    

    
footer#contact:after {
    position: absolute;
    content: '';
    background-image: url(../img/shape-3.png);
    left: 0;
    right: auto;
    top: -116px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    height: 200px;
    z-index: 1;
}



@media(max-width: 1600px) {
    section#registrations:after {
        background-size: 115%;
    }
}

@media(max-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 960px;
    }
}

@media(max-width: 992px) {
    button.btn.btn-secondary.prev-btn, button.btn.btn-primary.next-btn {
        margin-top: 25px;
    }
}

@media(max-width: 767px) {
    section#registrations {
        margin-top: 4em;
    }
    section#registrations .card {
        padding: 20px !important;
    }

    footer#contact:after {
        top: -40px;
        width: 40px;
    }

    button.btn.btn-primary.next-btn {
        margin-top: 25px;
    }
}