/* STEP FORM */
/* Velidation Form Popup */
.captcha-expired-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999;
}
.captcha-expired-box {
  background: #fff;
  padding: 30px 40px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.captcha-expired-box p {
  font-size: 16px;
  margin-bottom: 15px;
}
.captcha-expired-box .go-to-captcha {
    background: #3d235c;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #3d235c;
}


.form-progress-inner span#stepLabel {
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
    font-family: 'Heebo';
    color: #3d235c;
}

.form-progress-inner {
    max-width: 500px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 10px;
    align-items: center;
}
.form-progress-inner .form-step-label {
    min-width: fit-content;
}
.form-progress-inner .form-progress {
    width: 100%;
    background: #EAE7ED;
    height: 12px;
    border-radius: 100px;
    position: relative;
}
.form-progress-inner .form-progress .progress-bar {
    height: 12px;
    width: 25%;
    background: #3d235c;
    border-radius: 100px;
    transition: width 0.3s ease;
}

.form-contentbox { 
    margin-bottom: 50px; 
    text-align: center;
}
.form-contentbox .form-title {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    color: #000;
    margin: 0 0 10px;
}
.form-contentbox p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    color: #545454;
    margin: 0 0 8px;
}
.form-contentbox1 p {
    max-width: 520px;
    margin-inline: auto;
}
.form-step3-innner .form-contentbox3 p{
    max-width: 550px;
    margin: 0 auto;
}
.step-sub-head{
    margin-bottom: 20px;
}
.form-step2-innner .form-contentbox2 p{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.forms-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    grid-gap:0 28px;
}
.forms-flex-wrap .form-group {
    width: 100%;
    margin-bottom: 25px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.forms-flex-wrap .col-25 {
    width: 23.5%;
}
.forms-flex-wrap .col-33 { 
    width: 31.5%;
}
.forms-flex-wrap .col-50 { 
    width: 48.5%;
}
.forms-flex-wrap .frm-main-lable {
    width: 100%!important;
}
.frm-main-lable p{
    line-height: 22px;
    font-family: 'Heebo', sans-serif;
    color: #000;
}
.frm-main-lable p b{
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px !important;
}
.forms-flex-wrap .form-group label { 
    font-size: 15px;
    line-height: 22px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}
.forms-flex-wrap .form-group input {
    border: solid 1px #bdbdbd;
    background: #fafafa;
    font-size: 16px;
    line-height: 1;
    font-family: 'Heebo', sans-serif;
    padding: 14px 20px;
    height: auto;
    border-radius: 100px;
    width: 100%;
    min-height: 55px;
    max-width: 100%;
}
.forms-flex-wrap .form-group input:focus {
    border: solid 1px #3d235c !important;
    outline: 0 !important;
}

.forms-flex-wrap .form-group .radio-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 10px 12px;
    min-height: 55px;
}
.forms-flex-wrap .form-group .radio-group label {
    display: flex;
    flex-direction: row-reverse;
    grid-gap: 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #545454;
    margin-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
}
.forms-flex-wrap .form-group input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #3d235c;
    min-height: auto;
}


/*------- |-- Step 2 form design --| --------*/

.toggle-group {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px 75px;
    padding: 0 0 40px;
    justify-content: center;
    margin: 0px;
}

.toggle-btn {
    border: 1px solid #bdbdbd;
    background: #fafafa;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    padding: 15px 30px;
    position: relative;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    width: fit-content;
    text-align: center;
    color: #000;
    transition: all 0.3s ease;
}

.toggle-btn input[type="checkbox"] {
    display: none;
}


.form-step2-innner .step2-gender-wrap {
    display: flex;
    text-align: center!important;
    flex-direction: column;
    align-items: center;
    width: 100%!important;
    margin-bottom: 30px !important;
}
.form-step2-innner .step2-gender-wrap .mn_label {
    margin:0 0 10px!important;
    font-size: 15px!important;
}

.form-step2-innner .step2-gender-wrap .radio-group {
    min-height: auto;
    grid-gap: 10px 15px;
    display: flex;
    justify-content: center;
}



/*-- Custom check icon (hidden by default) ---*/

.toggle-btn button.info-btn {
    background: transparent;
    color: #000;
    text-transform: lowercase;
    font-family: ui-serif;
    font-size: 18px;
    font-weight: 600;
    border: solid 1px;
    padding: 0;
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

/*-- background when checked --*/
.toggle-btn input[type="checkbox"]:checked + span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 100px;
    border: 0px solid;
    background: transparent;
    vertical-align: middle;
    transition: all 0.3s ease;
    border-color: #fff;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%233b1b70" viewBox="0 0 16 16"><path d="M6.173 12.414a.5.5 0 0 1-.707 0L2.5 9.448a.5.5 0 1 1 .707-.707L6 11.534l6.793-6.793a.5.5 0 1 1 .707.707l-7.327 7.327z" stroke="%233b1b70" stroke-width="1.3"/></svg>') no-repeat center center;
    background-size: 14px;
} 

/*-- Whole label active look --*/
.toggle-btn input[type="checkbox"]:checked ~ span,
.toggle-btn input[type="checkbox"]:checked ~ .info-btn {
    color: #fff; 
}
.toggle-btn input[type="checkbox"]:checked ~ span,
.toggle-btn:has(input:checked) {
    background: #3b1b70;
    border-color: #3b1b70;
}
.toggle-btn:hover {
    background: #3b1b70;
    border-color: #3b1b70;
    color:#fff;
}
.toggle-btn input[type="checkbox"]:checked ~ .info-btn ,
.toggle-btn:hover .info-btn {
    color: #fff;
}

/*-- Tooltip Pop up overlay --*/
.tooltip-overlay {
    display: none;
    position: fixed;
    top: 0; 
    left: 0; right: 0; 
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.tooltip-box {
    background: #fafafa;
    max-width: 600px;
    padding: 25px;
    border-radius: 8px;
    border: solid 1px #ccc;
    position: absolute;
    inset: 0;
    margin: auto;
    height: max-content;
    width: 90%;
}
.tooltip-box .close-tooltip {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    background: red;
    color: #fff;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* .tooltip-box .close-tooltip::before {
    position: absolute;
    content: "×";
    top: 9px;
    bottom: 0;
    margin: auto;
    line-height: 0;
    font-size: 27px;
    font-weight: 600;
} */
 .tooltip-box .close-tooltip .close-tooltip-wrap::before {
    position: absolute;
    content: "×";
    top: 10px;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 0;
    left: 52%;
    transform: translateX(-50%);
}
.tooltip-box .close-tooltip .close-tooltip-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

div#tooltip-content , div#tooltip-content p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #000;
}

.member-toggle button.info-btn {
    display: none;
}

/*------- |-- steps 3 --| --------*/

.form-step3-innner .toggle-group {  
    padding: 0;
    margin: 0px 0 50px
}

.form-step3-innner .forms-flex-wrap {
    grid-gap: 0 25px;
}

/*------- |-- steps 4 --| --------*/

.frm-filcontent { margin-bottom: 30px; }

.form-group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    resize: vertical;
    background: #f8f8f8;
    height: 60px;
}
.form-step4-innner .form-group {
    margin-bottom: 40px;
}

.form-step4-innner .frm-onebox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%!important;
}

.form-step4-innner .frm-files-box { width: 100%!important; }

.form-step4-innner .frm-onebox label {
    margin:0;
}
.form-step4-innner .col-33 label.mn_label {
    min-height:70px;
}
.form-step4-innner .col-33 .radio-group {
    min-height:auto;
}


.frm-onebox .checkbox-group input[type="text"] {
    height: 30px;
    width: 100%;
    max-width: 180px;
    min-height: auto;
    font-size: 13px;
    line-height: 22px;
    border-radius: 4px;
    text-align: left;
    margin: 0!important;
    padding: 10px;
}
.frm-onebox .checkbox-group {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    cursor: pointer;
}
.frm-onebox .checkbox-group label {
    display: flex;
    align-items: center;
    grid-gap: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    margin: 0;
}
.frm-onebox .checkbox-group input[type="checkbox"] {
    appearance: none;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #f8f8f8;
    transition: all 0.3s ease;
    position: relative;
    min-height: auto;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}
.frm-onebox .checkbox-group input[type="checkbox"]:checked::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 0px solid;
    vertical-align: middle;
    transition: all 0.3s ease;
    background-size: 14px;
    position: relative;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%233b1b70" viewBox="0 0 16 16"><path d="M6.173 12.414a.5.5 0 0 1-.707 0L2.5 9.448a.5.5 0 1 1 .707-.707L6 11.534l6.793-6.793a.5.5 0 1 1 .707.707l-7.327 7.327z" stroke="%233b1b70" stroke-width="1.3"/></svg>') no-repeat center center;
    background-size: 14px;
}

.frm-files-box .frm-filcontent label { display: block; }
.frm-files-box #resumeInput { display: none; }
.frm-files-box .file-upload-wrapper {
    position: relative;
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
}
.frm-files-box .file-upload-wrapper .upload-btn {
    display: inline-flex;
    align-items: center;
    background-color: #f8f8f8;
    padding: 12px 50px 12px 15px;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
    margin: 0;
    border: dashed 2px #d9d9d9;
    flex-wrap: nowrap;
}
.frm-files-box .file-upload-wrapper .upload-btn:hover {
    background-color: #ededed;
}
.file-upload-wrapper .uplod-img ,
.file-upload-wrapper .resume-preview .file-icon {
    margin-right: 12px;
    width: 40px;
    background: #3d235c;
    text-align: center;
    height: 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}
.file-upload-wrapper .uplod-img img {
    width: 100%;
    object-fit: contain;
    height: auto;
}
.file-upload-wrapper .frm-rgtcont b {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.file-upload-wrapper .frm-rgtcont small {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    line-height: 20px;
}

.frm-files-box .resume-preview {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border: 1px solid #3a1c5b;
    border-radius: 12px;
    padding: 12px 50px 12px 15px;
    grid-gap: 15px;
    font-weight: 500;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    position: relative;
    margin: 0;
}
.file-upload-wrapper .resume-preview .file-icon {
    background: #e4e1e7;
    user-select: none;
    margin: 0;
}
.file-upload-wrapper .resume-preview .file-name {
    cursor: default;
}
.file-upload-wrapper .resume-preview .file-size {
    color: #560ab2;
    font-weight: 400;
    font-size: 13px;
    display: block;
}
.frm-files-box .resume-preview .remove-file {
    background: #e6002d;
    border: solid 3px #fff;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    padding: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    user-select: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.frm-files-box .resume-preview .remove-file:hover {
    background-color: #fcdede;
}

.thank-you-message { text-align:center; }
.thank-you-message h2 {
    color: green;
    font-size: 50px;
    line-height: 58px;
    margin: 0 0 15px;
    font-weight: 500;
    font-family: 'Heebo';
}
.thank-you-message p {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin: 0 0 10px;
    font-family: 'Heebo';
}


/*------- |-- Apprenticeship Application Page css --| --------*/

   .apprenticeshi-tran-form .forms-flex-wrap {
        display: flex;
        grid-gap: 0 30px;
        justify-content: start;
    }
    .apprenticeshi-tran-form .forms-flex-wrap .form-group  {
        flex: 0 1 31%;
    }
    
    .apprenticeshi-tran-form .forms-flex-wrap .captcha-wrap {
        flex: 1 1 100%;
        margin: 8px 0 10px;
        border-radius: 20px;
    }


/*-------- |-- Global Plugin WP Form Css  --| ---------*/
    
    .custom_dates {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    /* Hide default calendar icon */
    .custom_dates input[type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
        cursor: pointer;
        position: absolute;
        right: 13px;
        width: 24px;
        height: 24px;
    }

    /* Custom icon add kare */
    .custom_dates::after {
        position: absolute;
        content: "";
        top: 0;
        right: 20px;
        width: 16px;
        height: 16px;
        background-image: url("/wp-content/uploads/2025/10/calander-icon.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        pointer-events: none; /* so input click still opens calendar */
    }
    .form-group .custom_dates::after {
        top: 0; bottom: 0; margin: auto;
    } 
    .wpforms-field-container .custom_dates::after {
        top: 45px;
    } 
    .ui-datepicker-title {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .wpforms-field-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    div.wpforms-container-full .wpforms-form .wpforms-head-container {
        padding: 0 0 30px 0!important;
    }

    .wpforms-container , div.wpforms-container-full:not(:empty) {
        margin: 0 !important;
    }

    .contact-form .wpforms-form .wpforms-title {
        font-weight: bold!important;
        font-size: 16px;
        line-height: 22px!important;
        font-family: 'Heebo';
        color: #000!important;
        margin: 0!important;
    }

    .wpforms-field-container .col-100 ,
    .wpforms-field-container .wpforms-field {
        width:100%;
        max-width:100%;
        margin: 0;
        padding: 0 0 30px;
    }     
    .wpforms-field-container .col-33 {
        width:100%;
        max-width:31.5%;
    }
    .wpforms-field-container .col-50 {
        width:100%;
        max-width:48.5%;
    } 

    .wpforms-field-container .wpforms-field label.wpforms-field-label {
        font-family: 'Heebo';
        line-height: 1;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .wpforms-field-container .wpforms-field input ,
    .wpforms-field-container .wpforms-field select {
        border: solid 1px #bdbdbd!important;
        background:#fafafa!important;
        font-size: 16px!important;
        line-height: 1!important;
        font-family: 'Heebo';
        padding: 15px 20px!important;
        height: auto!important;
        border-radius: 100px!important;
        width: 100%;
        max-width: 100%;
        min-height: 55px;
    }
    .wpforms-field-container .wpforms-field textarea {
        background: #fafafa ;
        border: solid 1px #bdbdbd!important;
        height: 70px!important;
    }
    .wpforms-field-container .course-placeholder select {
        color: #a5a5a5 !important;
    }

    .wpforms-field-container .wpforms-field select {
        min-height: 55px;
        position: relative;
        background-image: url(/wp-content/uploads/2025/10/slt-dropdan.webp) !important;
        background-repeat: no-repeat !important;
        background-size: 12px !important;
        background-position: right 15px center !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .wpforms-field-container .wpforms-field-payment-checkbox ul ,
    .wpforms-field-container .wpforms-field-radio ul {
        width: 100%;
        align-items: center;
        display: flex !important;
        flex-wrap: wrap;
        grid-gap: 12px !important;
    }

    .wpforms-field-container .wpforms-field-radio ul {
        min-height:55px;
    }

    .wpforms-field-container .wpforms-field input[type=checkbox]:after {
        display:none!important;
    }
    .wpforms-field-container .wpforms-field input[type=checkbox] {
        appearance: none;
        width: 18px !important;
        height: 18px !important;
        border: 1px solid #d9d9d9!important;
        border-radius: 4px!important;
        background-color: #f8f8f8;
        transition: all 0.3s ease;
        position: relative;
        min-height: auto;
        line-height: 0;
        overflow: hidden;
        padding:0!important;
        box-shadow: none!important;
        outline: 0px solid!important;
        margin: 0!important;
        min-width: 0!important;
        min-height:0!important;
        max-width:100%; 
    }
    .wpforms-field-container .wpforms-field input[type=checkbox]:focus:before  {
        outline: 0px solid!important;
        box-shadow: none!important;
    }
    .wpforms-field-container .wpforms-field input[type=checkbox]::before  {
        outline: 0px solid!important;
        box-shadow: none!important;
        border: 0px solid #d9d9d9!important;
    }           
    .wpforms-field-container .wpforms-field input[type=checkbox]:checked::before {
        content: "";
        display: inline-block;
         position: relative!important;
        left: 0!important;
        right: 0!important;
        top: -1px!important;
        bottom: 0!important;
        width: 100%!important;
        height: 100%!important;
        margin:0 auto!important;
        border-radius:4px!important;
        border: 0px solid!important;
        vertical-align: middle;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%233b1b70" viewBox="0 0 16 16"><path d="M6.173 12.414a.5.5 0 0 1-.707 0L2.5 9.448a.5.5 0 1 1 .707-.707L6 11.534l6.793-6.793a.5.5 0 1 1 .707.707l-7.327 7.327z" stroke="%233b1b70" stroke-width="1.3"/></svg>') no-repeat;
        background-size: 12px;
        box-shadow: none!important;
        background-position: center;
        padding: 0;
    }

    
    .wpforms-field-container .wpforms-field input[type=radio] {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        accent-color: #3d235c !important;
        width: 18px !important;
        height: 18px !important;
        min-width: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        appearance: auto !important;
        min-height: auto!important;
    }
    .wpforms-field-container .wpforms-field input[type=radio]::before  {
        display: none!important;
    }
    .wpforms-field-container .wpforms-field input[type=radio]::after {
        display: none!important;
    }

    .wpforms-field-container .wpforms-field ul li label.wpforms-field-label-inline {
        padding-inline-start: 7px !important;
        font-size: 14px !important;
        font-family: 'Heebo';
        color: #545454;
    }

    .wpforms-field-container .wpforms-field .fieldset-inner-wrapper {
        display: flex;
        grid-gap: 20px;
        align-items: center;
        width: 100% !important;
        margin-top: 10px;
    }

    .wpforms-field-container .wpforms-field .fieldset-inner-wrapper legend.wpforms-field-label {
        margin: 0;
        min-width: fit-content;
    }
    .wpforms-field-container .wpforms-field-radio ul li {
        display: flex;
        flex-direction: row-reverse;
        grid-gap: 8px;
    }
    .wpforms-field-container .wpforms-field-radio ul li label.wpforms-field-label-inline {
        padding-inline-start: 0px !important; 
    }

    .wpforms-submit-container button.wpforms-submit {
        background: #dd8731!important;
        font-size: 17px!important;
        font-weight:500!important;
        font-family: 'Heebo'!important;
        padding: 14px 25px 16px!important;
        border-radius:10px!important;
        text-transform:capitalize;
        height:auto!important;
        margin-top: 30px;
    }
    .wpforms-submit-container button.wpforms-submit:hover {
        background: #000!important;
    }

    .wpforms-container-full input:focus:invalid ,
    .wpforms-field-container .wpforms-field select:focus:invalid {
        border:solid 1px #3d235c!important;
        box-shadow:none!important;
    }

    .wpforms-container-full input:focus ,
    .wpforms-field-container .wpforms-field select:focus {
        border:solid 1px #3d235c!important;
        box-shadow:none!important;
    }

    .wpforms-container .wpforms-recaptcha-container .g-recaptcha {
        padding: 20px 0 0;
    }

    p.success {
        color: green;
        font-size: 20px;
        font-weight: 500;
        font-family: 'Heebo';
        line-height: 28px;
        padding: 12px 0;
        margin-top: 20px;
        display: inline-block;
    }

    .wpforms-field-container .blank-input {
        visibility:hidden!important;
        opacity:0;
        appearance: none;
    }

    .wpforms-field-container .blank-input label.wpforms-field-label {
        display:none;
    }

    .wpforms-field-container .blank-input .wpforms-field-medium {
         display:none;
    }



/*------- |-- Global step Next/submit Buttons --| --------*/

    .form-step { display: none; }
    .form-step.active { display: block; }

    .button-group {
        width: 100%;
        display: flex;
        flex-direction: row;
        grid-gap: 20px;
        padding-top: 20px;
    }
    .button-group .global-btn {
        background: #dd8731;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        font-family: 'Heebo', sans-serif;
        text-transform: capitalize;
        padding: 14px 27px;
        border-radius: 10px;
        border:solid 1px transparent;
        transition: background 0.3s ease;
    }
    .button-group .back-step {
        background: #f8f8f8;
        color: #545453;
        border: solid 1px #d9d9d9;
    }
    .button-group .global-btn:focus {
        background: #dd8731;
        color: #fff;
    }
    .button-group .global-btn:hover  {
        background: #3d235c;
        color: #fff;
        border-color: transparent;
    }
    .button-group .back-step {
        background: #f0f0f0;
        color: #333;
    }

    span.data-error, span.text-danger, span.error-msg , .wpforms-error {
        color: red!important;
        font-family: 'Heebo';
        font-size: 14px;
        font-weight: 400;
        margin: 3px !important;
    }

    div.wpforms-container-full .wpforms-form em.wpforms-error:before {
        display:none!important;
    }

/*----- |-- School Board page css --| ------*/

    #wpforms-form-1992 em#wpforms-1992-field_4-error {
        display: none !important;
    }

    #wpforms-form-1992 label.dob-error-msg {
        color: red;
        font-size: 14px !important;
        font-family: 'Heebo';
        line-height: 1;
        margin: 3px !important;
        padding: 0 0 0 5px;
        display: block;
    }
    #wpforms-form-1992 select#wpforms-1992-field_7 {
        color: #4b4b4b !important;
    }

/*----- |-- custom Program dynamic short css --| ------*/

    .dyanamic-sec-program .program-contanier {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        grid-gap:30px 50px;
    }
    .dyanamic-sec-program .program-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        align-items: start;
    }

    .dyanamic-sec-program .program_content h3 {
        font-size: 20px;
        line-height:26px;
        font-weight: bold;
        font-family: 'Heebo';
        margin: 0 0 10px;
        color: #000;
    }

    .dyanamic-sec-program .program_content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        font-family: 'Heebo';
        margin: 0 0 10px;
        color: #545454;
    }
    .dyanamic-sec-program .program_content p:nth-last {
        margin: 0;
    }
    .dyanamic-sec-program .prg-img {
    width: 40px;
    height: 40px;
    background: #3d235c;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prg-img img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

    .dyanamic-sec-program .prg-meta-item {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        grid-gap: 15px;
        align-items: center;
    }

    .dyanamic-sec-program .prg-meta-item p {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        font-family: 'Heebo';
        margin: 0;
        color: #000;
    }




/*------------------------------------------------------------------------
        |-- Media query css code --|
-------------------------------------------------------------------------*/



@media only screen and (max-width: 1330px) { 
    

/*--- |-- step forms css --| ---*/
    .forms-flex-wrap {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0;
        justify-content: space-between;
    }

}

@media only screen and (max-width: 1180px) { 


/*--- |-- step forms css --| ---*/
    .forms-flex-wrap .form-group label {
        font-size: 13px;
        line-height: 20px; 
    }

   



}


@media only screen and (max-width: 1024px) { 

/*----- |-- custom Program dynamic short css --| ------*/

    .dyanamic-sec-program .program-contanier {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .wpforms-field-container .blank-input {
        display: none!important;
    }

/*---|-- Global Plugin WP Form Css --|---*/
    .wpforms-field-container .col-33 {
        width: 100%;
        max-width: 48%;
    }

    .wpforms-field-container .wpforms-field .fieldset-inner-wrapper {
        display: flex;
        grid-gap: 20px;
        align-items: flex-start;
        width: 100% !important;
        flex-direction: column;
    }

    div.wpforms-container-full .wpforms-form .wpforms-head-container {
        margin: 0;
        padding: 0 0 15px 0!important;
    }



/*--- |-- step forms css --| ---*/
    .form-contentbox { margin-bottom: 40px; }

    .form-step3-innner .toggle-group { margin-bottom: 40px; }

    .forms-flex-wrap .form-group { width: 48.5%; }

    .form-step4-innner .form-group {
        margin-bottom: 25px;
    }   
    .button-group {
        padding-top: 10px;
    }

/*---- |-- steps 4 --| -----*/

    .form-step4-innner .forms-flex-wrap .form-group {
        width: 100%;
    }


/*------- |-- Apprenticeship Application Page css --| --------*/

    .apprenticeshi-tran-form .forms-flex-wrap .form-group  { flex: 1 1 48%; }


}



@media only screen and (max-width: 767px) { 


/*--- |-- step forms css --| ---*/
    .form-contentbox { margin-bottom: 40px; }

    .form-step3-innner .toggle-group { margin-bottom: 40px; }

    .dyanamic-sec-program .program-meta {
        display: grid;
        grid-template-columns: 1fr;

    }
    .captcha-expired-overlay{
            width: 100vw;
    }

}

@media only screen and (max-width: 580px) { 


/*--- |-- step forms css --| ---*/

    .forms-flex-wrap .form-group { width: 100%; }
    .forms-flex-wrap .form-group input {
        min-height: 46px;
        font-size: 16px;
        padding: 10px 20px;
    }
    .forms-flex-wrap .form-group label {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }    
    .forms-flex-wrap .form-group .radio-group {
        min-height: auto; 
        margin-top: 5px;
    }

    .form-contentbox .form-title {
        font-size: 20px;
        line-height: 28px;
    }
    .form-progress-inner {
        max-width: 100%;
        margin: 0 auto 20px;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
        align-items: center;
        justify-content: center;
    }
    .forms-flex-wrap .checkbox-group{
        display: grid !important;
        grid-template-columns: repeat(2, auto) !important;
        padding-top: 20px;
    }


/*---|-- Global Plugin WP Form Css --|---*/
    .wpforms-field-container .col-100, .wpforms-field-container .wpforms-field {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 0 20px;
    }
    .wpforms-field-container .wpforms-field input, 
    .wpforms-field-container .wpforms-field select {
        padding: 10px 20px !important;
        min-height: 45px;
        font-size: 14px !important;
    }   
    .wpforms-field-container .wpforms-field label.wpforms-field-label {
        margin-bottom: 10px;
    }

    .contact-form .wpforms-form .wpforms-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px!important;
    }

    .wpforms-field-container .wpforms-field-payment-checkbox ul {
        display: grid !important;
        grid-template-columns: repeat(2, auto) !important;
    }
    .wpforms-field-container .custom_dates::after {
        top: 40px;
    }


/*------- |-- Apprenticeship Application Page css --| --------*/

    .apprenticeshi-tran-form .forms-flex-wrap .form-group  {
        flex: 1 1 100%;
    }


}