/*Progesss bar*/
.progressBar {
    width: 100%;
    background-color: #ddd;
}

#progress {
    width: 0%;
    height: 5px;
    left: 0.5px;
    top: 67px;
    background: #1F7CFF;
    border-radius: 0px 0px 0px 38px;
}

/*Dropzone custom preview css*/
#ecwitty-dropzone-previews
{
    max-width:472px;
}
#ecwitty-dropzone-previews .dz-details
{
    margin-top: 5px !important
}

#ecwitty-dropzone-previews .dz-fname-wrapper .dz-filename {
    box-sizing: border-box;
    /* width: 472px; */
    height: 45px;
    background: #FFFFFF;
    /* border: 1px solid #9BADCA; */
    /*border-radius: 5px;*/
    /*border-left: 1px solid #9BADCA;*/
    /*border-right: 1px solid #9BADCA;*/
    /*border-top: 1px solid #9BADCA;*/
    /*border-radius: 0;*/
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/

    background: #FFFFFF;
    border: 1px solid #9BADCA;
    border-radius: 5px;
}
#ecwitty-dropzone-previews .dz-filename
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ecwitty-dropzone-previews .dz-filename span{
    padding-left: 16px;
}
#ecwitty-dropzone-previews .file-status-success
{
    top: 8.33%;
    bottom: 8.33%;
}
#ecwitty-dropzone-previews .file-status{
    padding-right: 12.5px;
}
#ecwitty-dropzone-previews .file-success:hover{
}
.ecwitty-custom-form .dz-status
{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    text-align: center;

    margin-top: 10px;
    margin-bottom: 5px;
    color: #676767;

}
/*Field validation*/
.ecwitty-custom-form .validate-field{
    background: #FFEDED !important;
    border: 1px solid #DE3838 !important;
}
.ecwitty-custom-form .validation-msg{
    display: flex;
    margin-top:8px;
    color:#DE3838;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    letter-spacing: 0.25px;
}
.ecwitty-custom-form .validation-msg span{
    margin-right: 3px;
}

/* custom form css */

.ecwitty-custom-form-main
{
    margin:auto;
}
.ecwitty-custom-form-header h1
{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 82px;
    text-align: center;

    color: #000000;
}

.dropzone-browse{
    color: #1F7CFF;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px !important;
    text-decoration: underline;
}
.dropzone-img{
    text-align: center;
    margin-top: 54px;
}
.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-family:'Poppins' !important;
    font-weight:600 !important;
    font-size:16px !important;
    text-align:center !important;


}
.dropzone-file-uploader{
    max-width: 472px;
    max-height: 305px;
    box-sizing: border-box !important;;
    background: rgba(31, 124, 255, 0.07) !important;
    border: 3px dashed #B8D5FF !important;;
    border-radius: 10px !important;;
}
.ecwitty-custom-form-file-upload li {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
}
.ecwitty-custom-form-file-upload p{
    font-weight:400;
    font-size:16px;
    line-height:24px;
    margin-top:32px;
    margin-bottom:32px;
    font-family:'Poppins';

}
.ecwitty-custom-form-file-upload ul {
    margin-left: 20px;
    font-family:'Poppins';
}

.ecwitty-custom-form-file-upload b {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.ecwitty-custom-form {
    max-width: 645px;
    width: 100%;
    padding: 72px 86px;
    box-shadow: 3px 3px 33px rgb(0 0 0 / 7%);
    border-radius: 20px;
    margin: 70px auto;
}

.ecwitty-custom-form h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin: 0px 0px 16px 0px;
    line-height: 60px;
}

.ecwitty-custom-form #desc {
    color: #575455;
    margin: 0px 0px 40px 0px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

.ecwitty-custom-form .form-field label {
    font-family: 'Poppins';
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #153060;
    margin: 0px 0px 6px 0px;
}

.ecwitty-custom-form .form-field input {
    width: 100%;
    height: 45px;
    background: #FAFAFA;
    border: 1px solid #9BADCA;
    border-radius: 5px;
}

.ecwitty-custom-form .form-field {
    margin-bottom: 24px;
}
.ecwitty-custom-form .validation-field {
    margin-bottom: 24px;
    box-sizing: border-box;
    background: #FFF6F6;
    border: 1px solid #DE3838;
    border-radius: 10px;
    display: none;

}
.ecwitty-custom-form .validation-field .error-icon{
    margin-left: 28.34px;
    margin-top: 30.5px;
}
.ecwitty-custom-form .validation-field .error-message h4
{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #DE3838;
    font-style: normal;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
}
.ecwitty-custom-form .validation-field .error-message p
{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575455;
}
.ecwitty-custom-form .validation-field .error-message
{
    margin-top: 24px;
    margin-bottom: 23px;
    margin-left: 25.34px;
}

.ecwitty-custom-form .submit-field input[type="submit"] {
    width: 100%;
    background: #1F7CFF !important;
    border: 2px solid #1F7CFF;
    border-radius: 5px !important;
    transition: .5s;
    margin-top: 27px;
}

.ecwitty-custom-form .submit-field input[type="submit"]:hover {
    background: #0860dc;
    transform: translateY(-5px);
}

@media only screen and (max-width: 650px) {
    .ecwitty-custom-form {
        padding: 40px 20px;
        margin: 0px 15px;

    }

    #ecwitty-form .elementor-element-populated {
        padding: 40px 20px;
        margin: 0px 15px;
    }

    .fa-info-circle .tooltiptext {
        width: 110px;
        margin-left: -48px;
        padding: 5px 2px;
    }

    .multistep-form-container .main_heading {
        font-size: 24px;
    }

    .upload-application-form form {
        background: #FFFFFF;
        box-shadow: 3px 3px 33px rgb(0 0 0 / 7%);
        border-radius: 20px;
        padding: 10px;
    }

    .upload-application-form h2 {
        font-size: 20px;
    }

    .upload-application-form .files_form_subheading {
        font-size: 15px;
    }

    .bank_statements {
        margin-top: 50px !important;
    }

    .steps-form .steps-row .steps-step a.btn.btn-circle ~ p {
        display: none;
    }

    .steps-form .steps-row .steps-step a.btn.uacf7-btn-active.btn-circle ~ p {
        display: block !important;
        margin-left: 1px;
        margin-bottom: 0;
    }

    .steps-form .steps-row .steps-step .btn-circle {
        width: 24px;
        height: 24px;
        padding: 0.13rem 0.5rem;
        transform: scale(1);
    }


    .multistep-form-container .steps-row .steps-step:after {
        top: 0px;
        width: 25px;
        height: 2px;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }

    .multistep-form-container .steps-form .steps-row {
        width: 100%;
        margin: 0;
    }

    .multistep-form-container .steps-form .steps-row .steps-step {
        display: flex;
        position: relative;
        align-content: stretch;
        width: auto;
        flex: 1 1 auto;
        padding: 1px 0;
        justify-content: space-around;
        align-items: center;
    }

    .multistep-form-container .steps-form .steps-row .steps-steps:has(a.btn.uacf7-btn-active.btn-circle) {
        flex: 2 1 auto !important;
    }

    .multistep-form-container .steps-row .steps-step p {
        font-size: 12px;
        margin-top: 0;
    }

    .multistep-form-container .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
        font-size: 13px;
        padding: 0;
    }

    .multistep-form-container .steps-form .steps-row .steps-step .btn-circle {
        padding: 2px;
    }

    #refer_to_rpl_modal .modal_heading_error {
        font-size: 24px;
        line-height: 32px;
    }

    #refer_to_rpl_modal .modal_description_text {
        line-height: 24px;
    }

    #refer_to_rpl_modal .modal-body {
        padding: 1rem;
    }

    #refer_to_rpl_modal {
        padding: 10px !important;
    }

    .multistep-form-container .steps-form .steps-row .steps-step.previous_steps_step:not(:has(.uacf7-btn-active)) .btn-circle {
        padding: 3px;
    }
}

/*@media only screen and (max-width: 905px) and (min-width: 650px) {
    .multistep-form-container .steps-form .steps-row .steps-step .btn-circle {
        width: 35px;
    }
}*/
@media only screen and (max-width: 480px) {
    .dropzone-file-uploader {
        max-width: 360px;
    }
    .ecwitty-custom-form-header h1{
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
    }
    .ecwitty-custom-form{
        max-width: 345px;
    }

    .ecwitty-custom-form-file-upload p,  .ecwitty-custom-form-file-upload li{
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }
    .ecwitty-custom-form h3
    {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
    }
}

/* for debugging purpose after that it would be deleted  */

.form_heading {
    text-align: center;
}

.dubusiness .ginput_container .gfield_radio .gchoice input.gfield-choice-input {
    visibility: unset;
    width: unset;
}

.dubusiness .ginput_container .gfield_radio > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dubusiness .ginput_container .gfield_radio .gchoice label{
    width: 100% !important;
    display: inline-block;
    text-align: left;
}

.dubusiness .ginput_container .gfield_radio > div input[type="radio"] + label {
    max-width: calc(100% - 32px) !important;
}

.dubusiness .ginput_container .gfield_radio {
     text-align: left !important; 
}

.dubusiness .gform-field-label {
    font-size: 20px !important;
}

.form_heading h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Poppins';
    font-style: normal;
}


.form_heading p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #575455;
}

.gform_wrapper.gravity-theme .gf_page_steps{
    text-align: center;
    border-bottom: none !important;
}
.gform_heading{
    display: none !important;
}

.gform_validation_errors{
    display: none !important;
}

.gfield_description.validation_message.gfield_validation_message{
    padding: 0px !important;
    border: none !important;
    background: none !important;
}

.gform_page_fields{
    max-width: 550px;
    margin: auto;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.05);
    /*box-shadow: 3px 3px 33px rgb(0 0 0 / 7%);*/
    border-radius: 10px;
    padding: 24px 32px;
}

.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100% !important;
}

.gform_wrapper.gravity-theme .gform_page_footer {
    margin: auto !important;
    width: 50% !important;
}

.ginput_container.ginput_container_select > .gfield_select{
    height: auto !important;
}

.gfield_radio .gchoice input.gfield-choice-input{
	visibility: hidden;
	width: 0;
}
.gfield_radio > div input[type="radio"] + label{
    max-width: 100% !important;
    display: inline-block;
    background-color: #FAFAFA;
    padding: 10px 20px !important;
    border: 1px solid #9BADCA;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0.5rem !important;
}

.gfield_radio > div input[type="radio"] + label:hover {
    background-color: #1F7CFF;
    color: white;
    padding: 10px;
}


.gform_wrapper .gform_page_footer.top_label{
    text-align: center !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    vertical-align: top !important;
}

.gform_previous_button.button{
    color: #ffffff !important;
}


.gform_wrapper input[type="submit"], .gform_wrapper input[type="button"] {
    border-color: #0170b9 !important;
    background-color: #1F7CFF !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 15px 30px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    width: 140px !important;
    
}


.gfield_radio > div input[type="radio"]:checked + label {
    background-color: #1F7CFF;
    border-color: #1F7CFF;
    color: white;
}

.gfield_radio > div {
    display: inline-block;
}

.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    position: relative;
}

.gform_wrapper.gravity-theme .gf_step_pending .gf_step_number {
    position: relative;
}

.gform_wrapper.gravity-theme .gf_step_active .gf_step_number,.gform_wrapper.gravity-theme .gf_step_pending .gf_step_number  {
    background: #607382 !important;
    color: #607382 !important;
    border-color: #607382 !important; 
}


.gform_wrapper.gravity-theme .gf_step_active .gf_step_number,.gform_wrapper.gravity-theme .gf_step_pending .gf_step_number  {
    background: #ffffff !important;
    color: #ffffff !important;
}


.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
    background: #67C100 !important;
    border-color: #67C100 !important; 
}



.gform_wrapper.gravity-theme .gf_step_active .gf_step_number:after {
    align-items: center;
    color: #607382;
    content: "\e917";
    display: flex;
    font-family: gform-icons-theme;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5;
}

.gform_wrapper.gravity-theme .gf_step_pending .gf_step_number:after {
    align-items: center;
    color: #000;
    content: "\e917";
    display: flex;
    font-family: gform-icons-theme;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100%;
    z-index: 5;
}

legend.gfield_label, .gfield.gfield--type-select label.gfield_label {
    margin-bottom: 20px !important;
    font-size: 30px !important;
    text-align: center !important;
    line-height: 40px !important;
    display: block !important;
}

.ginput_container.ginput_container_radio .gfield_radio{
    text-align: center !important;
}



.gform_page_footer.top_label {
    position: relative !important;
}


.gform_page_footer.top_label #gform_ajax_spinner_1 {
    position: absolute;
    z-index: 99;
    left: 50% !important;
    right: 0 !important;
    top: -27px !important;
}

.gform_wrapper.gravity-theme .gf_step{
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 5px !important;
}
.gform_wrapper.gravity-theme .gf_step_number{
    width: 35px !important;
    height: 35px !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.gform_wrapper.gravity-theme .gf_step_label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 150% !important;
    text-align: center;
    padding-left: 10px !important;
}
.gform_wrapper.gravity-theme .gf_step.gf_step_active .gf_step_label{
    color: #1F7CFF !important;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number{
    border-color: #1F7CFF !important;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number:after,
#gf_step_1_3.gf_step_completed.gf_step_previous .gf_step_number:after{
    color: #1F7CFF !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #1F7CFF !important;
    margin: 5.7px !important;
    content: " ";
}
.gform_wrapper.gravity-theme .gf_step:not(:last-child):after{
    top: 1px;
    bottom: 0;
    position: relative;
    content: " ";
    width: 50px;
    height: 2px;
    background-color: #575455;
    margin-left: 10px;
}
.gform_wrapper.gravity-theme .gf_step.gf_step_active:after{
    background-color: #1F7CFF;
}
#gf_step_1_7:after{
    display: none;
}
.gform_wrapper.gravity-theme #gf_step_1_3.gf_step_completed.gf_step_previous.gf_step_completed .gf_step_number:before{
    background: #FFF !important;
    border-color: #1F7CFF !important;
}
.gform_wrapper.gravity-theme .gf_step.gf_step_completed:after{
    background: #67C100 !important;
}
.gform_wrapper.gravity-theme .gf_step.gf_step_completed > span.gf_step_label{
    color: #67C100 !important;
}
#gf_step_1_8,#gf_step_1_4{
    display: none !important;
}
#gf_step_1_3.gf_step_completed.gf_step_previous .gf_step_number:after,
#gf_step_1_3.gf_step_completed.gf_step_previous:after{
    background: #1F7CFF !important;
}
#gf_step_1_3.gf_step_completed.gf_step_previous > span.gf_step_label{
    color: #1F7CFF !important
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before{
    width: 35px !important;
    height: 35px !important;
}
#field_1_40 > div.ginput_container.ginput_container_checkbox input{
    transform: scale(1.5);
    margin-right: 8px;
    cursor: pointer;
}
input[type=radio],
input[type=checkbox]{
    cursor: pointer;
    transform: scale(1.5);
}
#input_1_34 label{
    width: 135px;
}
#input_1_28 label{
    width: 185px;
}
body.modal_open:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    display: block;
}
body {
    position: relative;
}

.gform_wrapper.gravity-theme .gfield_label{
    font-weight: 400 !important;
    font-family: 'Poppins';
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #153060;
}
#gform_page_1_2 label,
    #gform_page_1_3 legend,
    #gform_page_1_4 legend,
    #gform_page_1_5 #field_1_32 label,
    #gform_page_1_6 legend,
    #gform_page_1_7 label,
    #gform_page_1_8 legend{
            font-family: 'Poppins';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 40px !important;
}
.gfield_required,#gfield_instruction_1_71{
    display: none !important;
}
.pp-gravity-form .gform_wrapper select,
.pp-gravity-form .gform_wrapper select:focus,
.pp-gravity-form .gform_wrapper select:active{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    transition: none;
}
.pp-gravity-form .gform_wrapper select option:checked
.pp-gravity-form .gform_wrapper select option:hover{
    background: #1F7CFF;
}
.gform_wrapper.gravity-theme .gform_previous_button.button{
        border: 1px solid #1F7CFF !important;
    background: #FFF !important;
    color: #1F7CFF !important;
}
.capital_info{
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
}
.capital_info i{
        background: #FAFAFA;
    border: 1px solid #9BADCA;
    border-radius: 5px;
    padding: 13px;
    color: #9BADCA;
}
#field_1_23 > div.ginput_container.ginput_container_select {
    display: inline-block;
    width: 90%;
}
#input_1_17,
#input_1_18{
    text-transform: capitalize;
}
@media only screen and (min-width:992px){
    .gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium,
    .ginput_container.ginput_container_select > .gfield_select,
    .gfield_radio > div input[type="radio"] + label{
        font-family: 'Poppins' !important;
        font-size: 18px !important;
    }
    .gform_wrapper input[type="submit"], .gform_wrapper input[type="button"]{
        font-family: 'Poppins' !important;
    }
}
@media only screen and (max-width : 1024px) {
    .gform_wrapper.gravity-theme .gf_step_label{
        display: none !important;
    }
    .gform_wrapper.gravity-theme .gf_step.gf_step_active .gf_step_label,
    .gform_wrapper.gravity-theme #gf_step_1_7.gf_step_completed .gf_step_label,
    .gform_wrapper.gravity-theme #gf_step_1_3.gf_step_completed.gf_step_previous .gf_step_label{
        display: inline-block !important;
    }  
    #field_1_23 > div.ginput_container.ginput_container_select {
        width: 88% !important;
        padding-right: 10px;
    }
    
}

@media only screen and (max-width : 768px) {
    .elementor.elementor-12059 h1{
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .gf_page_steps{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .gf_page_steps .gf_step{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        justify-content: space-around;
    }
    
    .gf_page_steps .gf_step .gf_step_number{
        border-radius: 20px !important;
        font-size: 11px !important;
    }
    .gform_wrapper.gravity-theme .gf_step_label {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .gform_wrapper.gravity-theme .gf_step {
        margin: 0px 5px 0px 0px !important;
    }
    
    .gf_step.gf_step_pending > span.gf_step_label, .gf_step_completed > span.gf_step_label{
        display: none !important;
    }
    .gform_wrapper.gravity-theme .gform_page_footer {
        width: 100% !important;
    }
    .gform_wrapper.gravity-theme .gf_step_number,
    .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before{
        width: 24px !important;
        height: 24px !important;
    }
    .gform_wrapper.gravity-theme .gf_step:not(:last-child):after{
        width: 25px;
        margin-left: 3px;
    }
    .gform_wrapper.gravity-theme .gf_step_active .gf_step_number:after{
        color: #1F7CFF !important;
        width: 10px !important;
        height: 10px !important;
        margin: 5.4px !important;
        
    }
    #gf_step_1_3.gf_step_completed.gf_step_previous .gf_step_number:after{
        width: 10px !important;
        height: 10px !important;
        margin: 5.2px !important;
    } 
    .pp-gravity-form .gform_wrapper select{
        font-size: 15px !important;
    padding-right: 40px !important;
    }
    .fa-info-circle .tooltiptext{
        z-index: 10 !important;
    }
    .gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium,
    .ginput_container.ginput_container_select > .gfield_select,
    .gfield_radio > div input[type="radio"] + label{
        font-family: 'Poppins' !important;
        font-size: 17px !important;
    }
    .gform_wrapper input[type="submit"], .gform_wrapper input[type="button"]{
        font-family: 'Poppins' !important;
    }
}


