#qpFormWrapper {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#qpFormWrapper.visible {
    display: block;
    opacity: 1;
}


.bsc-popup-header .bsc-step-message h2 {
    font-weight: bold;
    margin: 0;
    font-size: 32px;
}
.bsc-popup-header .bsc-step-message p {
    margin: 0;
}
@media (max-width: 743px) {
    .bsc-popup-header .bsc-step-message h2 {
        font-size: 24px;
    }
}
.bsc-popup-body {
    flex: 1 1 auto;
    overflow-y: auto;
}
.bsc-popup-body .gform_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.bsc-popup-body .gform_wrapper .gform_page_fields {
    padding: 10px;
}
@media (max-width: 743px) {
    .bsc-popup-body .gform_wrapper .gform_page_fields {
        padding: 10px;
        min-height: 303px!important;
    }
}
.bsc-popup-body .gform_wrapper .gform_page_footer {
    background-color: #556644/*WORK ON THIS*/;
    padding: 10px;
    text-align: center;
    flex: 0 0 auto;
    position: sticky;
    bottom: 0;
    z-index: 1;
}
.bsc-popup-body .gform_wrapper .gform_page_footer input[type="button"],
.bsc-popup-body .gform_wrapper .gform_page_footer input[type="submit"] {
    background: none !important;
    border: 1px solid #558899!important;/*WORK ON THIS*/ 
    color: #558899 !important;/*WORK ON THIS*/
    padding: 10px 5px !important;
    font-size: 16px !important;
    cursor: pointer;
}
.bsc-popup-content .gform_previous_button,
.bsc-popup-content .gform_last_page_button {
    display: none !important;
}
.bsc-popup-body .gform_wrapper .gform_page_footer input[type="button"]:hover,
.bsc-popup-body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
    background-color: rgba(255,255,255,0.1);
}
.bsc-popup-body .gform_wrapper .gform_page_footer input[type="button"]:disabled,
.bsc-popup-body .gform_wrapper .gform_page_footer input[type="submit"]:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
}

/* GF Page Steps */
.bsc-popup-content .gf_page_steps {
    display: flex;
    justify-content: center;
    margin: 0!important;
    background-color: #ff0000;/*WORK ON THIS */
    padding: 5px 20px;
    width:100%;
    max-width:700px;
    
}
.bsc-popup-content .gf_page_steps .gf_step {
    text-align: center;
    margin: 5px 0;
    max-width: 90px;
    font-weight: 400;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}
.bsc-popup-content .gf_page_steps .gf_step .gf_step_number {
    display: none;
}
.bsc-popup-content .gf_page_steps .gf_step .gf_step_label {
    display: block;
    font-size: 16px;
}

.bsc-popup-content .gf_page_steps .gf_step.gf_step_active .gf_step_label:before,
.bsc-popup-content .gf_page_steps .gf_step_next .gf_step_label:before,  
.bsc-popup-content .gf_page_steps .gf_step_pending .gf_step_label:before{
    content: "\f2f8";
    font-family: "Font Awesome 6 Pro";
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    
}


.bsc-popup-content .gf_page_steps .gf_step_completed .gf_step_label:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    width: 100%;
    font-weight: 900;
    display: block;
    margin-bottom: 5px;
}


.thanks-form {
    display: flex;
    width: 100%;
}

.formcompleted h2{
    font-size:24px;
    font-weight:800;
    margin-top:0;
}

@media (max-width: 743px) {
    .thanks-form {
    padding:0;   
    }

    .thanks-form.completeForm {
        padding:0 10px;   
    }

    .formcompleted{
        max-width:60%;
    }
    .formcompleted h2{
        font-size:20px;
        font-weight:800;
        margin-top:0;
    }
    .imgformcompleted{
        max-width: 40%;
    }
}

@media (max-width: 580px) {
    .formcompleted{
        max-width:100%;
    }
    
    .imgformcompleted{
        display:none;
    }

}

@media (min-width: 744px) {
 .thanks-form{
    min-height:444px;
    padding:20px;
 }
.formcompleted, .imgformcompleted {
    max-width:50%;
 }
}


.bsc-popup-content .gf_page_steps .gf_step.gf_step_active .gf_step_number i,
.bsc-popup-content .gf_page_steps .gf_step.gf_step_active .gf_step_label,
.bsc-popup-content .gf_page_steps .gf_step_next .gf_step_label {
    color: #00FFFF !important;/*WORK ON THIS*/
    font-weight: 400;
    text-transform: capitalize;
}
.bsc-popup-content .gf_page_steps .gf_step:not(.gf_step_active) .gf_step_number i,
.bsc-popup-content .gf_page_steps .gf_step:not(.gf_step_active) .gf_step_label {
    color:  #00FFFF !important;/*WORK ON THIS*/
    text-transform: capitalize;
    font-weight: 400;
}
.bsc-popup-content .gform_fields {
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
}
.bsc-popup-content .QP-form-field-label h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 800;
}
@media (max-width: 743px) {
    .bsc-popup-content .QP-form-field-label h2 {
        font-size: 20px;
        margin: 0;
        font-weight: 800;
    }
}

.bsc-popup-content .gfield_checkbox {
    flex-direction: unset !important;
}
@media (max-width: 743px) {
   .bsc-popup-content .gfield_checkbox {
        flex-direction: column !important;
    }
}
.bsc-popup-content .gfield_checkbox label {
    margin-left: 6px;
    font-size: 16px;
    padding-right: 10px;
}
.finishbtn {
    
    padding: 5px 10px;
    border: 1px solid #558899;
    color: #0000ff !important;
}