/*
Theme Name: Five Star Bath Solutions
Author: Burgeon Marketing
Description: A custom theme developed for Five Star Bath Solutions
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */



.fsbs-cta-to-form .phase-2 .fsbs-section-heading{
    margin-bottom: 0;
}

.fsbs-cta-to-form .phase-2 .fieldset-cf7mls textarea{
    width: 100%;
    height: 125px;
    padding: 10px;
}

.fsbs-cta-to-form .phase-2 .fieldset-cf7mls .custom-checkbox-wrap{
    line-height: 1.2;
    color: #fff;
    font-size: 14px;
    clear: both;
}

.fsbs-cta-to-form .phase-2 .fieldset-cf7mls .custom-checkbox-wrap .wpcf7-checkbox .wpcf7-list-item-label{
    display: none;
}
.fsbs-cta-to-form .phase-2 .fieldset-cf7mls .custom-checkbox-wrap .wpcf7-checkbox input[type="checkbox"]{
    height: 14px !important;
}

.fsbs-cta-to-form .phase-2 .fieldset-cf7mls .cf7mls-btns.cf7mls-btns-last-step {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fsbs-cta-to-form .phase-2 .fieldset-cf7mls .cf7mls-btns.cf7mls-btns-last-step .g-recaptcha {
    width: 100%;
    order: 1;
}

.fsbs-cta-to-form .phase-2 .fieldset-cf7mls .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back {
    order: 2;
}

.fsbs-cta-to-form .phase-2 .fieldset-cf7mls .cf7mls-btns.cf7mls-btns-last-step .wpcf7-submit {
    order: 3;
}

.fsbs-cta-to-form .phase-2 .fieldset-cf7mls .form-cta-submit-btn.cta-submit-btn .wpcf7-spinner{
    display: none;
}