/* Forms starts */


.mainContent {
    background: #fff;
}
.AppFrm_MainDiv ul#progressbar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    gap: 38px;
    margin-right: 120px;
    padding: 30px 0;
}
.AppFrm_BodyDiv {
    background: rgba(0, 156, 165, 0.15);
    padding: 0 0 40px;
}
.AppFrm_BodyDivvv {
    background: rgba(0, 156, 165, 0.15);
}
.container-fluid {
    margin: 0;
    padding: 0;
}
.AppFrmMains .card {
    max-width: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
}
.AppFrmMains h2.heading {
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    padding: 40px 0 15px;
}
.AppFrm_BodyDivvv p {
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.AppFrm_BodyDiv .form-card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.AppFrm_BodyDiv .FormAppDiv {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    align-items: center;
}
.AppFrm_BodyDiv label.fieldlabels {
    width: 100%;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0 10px;
}
.secDiv_Frms {
    display: block;
}
.AppFrm_BodyDiv input {
    border-radius: 10px;
    background: #FFF;
    border: 0;
    width: 100%;
    outline: 0;
    height: 45px;
    padding: 0 10px;
}
.AppFrm_BodyDiv h3.fieldheading {
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    padding: 40px 0 15px;
}
.AppFrm_BodyDiv .secDiv_Frms input {
    width: 10%;
    border-radius: 7.5px;
    height: 24px;
}
ul#progressbar {
    margin: 0;
    padding: 0;
}
#progressbar .active {
    color: #009CA5;
}

#progressbar li {
    list-style-type: none;
}

#progressbar .active svg path {
    fill: #009CA5;
    fill-opacity: 1;
}
#msform fieldset:not(:first-of-type) {
    display: none
}
.AppBtn_Charity {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
}
    .AppBtn_Charity input {
        margin: 20px;
        display: flex;
        min-width: 156px;
        height: 40px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 0;
        border-radius: 100px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 0.90);
        font-family: Quasimoda;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
    }
.AppBtn_Charity input.next.action-button:after {
    content: "";
    background-image: url("media/Vector (36).svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.AppBtn_Charity input.previous.action-button-previous:after {
    content: "";
    background-image: url("media/Vector (36).svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.AppFrm_BodyDiv .FormAppDiv label.light {
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.AppFrm_BodyDiv .secDiv_Frms .FormAppDiv {
    flex-direction: row-reverse;
    justify-content: left;
}


.AppFrm_BodyDiv .Sec-Forms .FormAppDiv label.light {
    color: #000;
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.Sec-Forms .form-card:nth-child(3) {
    display: block;
}

.Sec-Forms .form-card:nth-child(3) .FormAppDiv {
    display: block;
}
.AppFrm_BodyDiv .Sec-Forms .form-card:nth-child(3) textarea {
    width: 100%;
    border-radius: 10px;
    min-height: 150px;
    border: 0;
    margin-bottom: 20px;
    outline: 0;
}
.Sec-Forms .form-card:nth-child(4) .FormAppDiv {
    width: 49% !important;
    flex-wrap: wrap !important;
}

  .Sec-Forms .form-card .FormAppDiv {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        align-items: center;
        gap: 20px;
    }
.Sec-Forms .form-card:nth-child(2) .FormAppDiv {
    gap: 70px !important;
}

.Sec-Forms .form-card .FormAppDiv p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;   
}
.Aplctn-Sec .Sec-Forms .form-card:nth-child(2) .FormAppDiv label {
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 10%;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.Sec-Forms h3.fieldheading {
    padding: 40px 0 0;
}
.Sec-Forms .form-card:nth-child(3) .FormAppDiv label.light {
    width: 50%;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
.FormRdo {
    display: flex;
    gap: 20px;
}
    .FormRdo input {
        width: 24px;
        height: 24px;
        border: 0;
    }
.FormRdoDiv {
    width: 100%;
}

.FormTxtArea {
    width: 100%;
}

    .FormTxtArea textarea {
        width: 100%;
        border: 0;
        outline: 0;
        border-radius: 10px;
    }

.Aplctn-Third .Sec-Forms .form-card:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.Aplctn-Third .Sec-Forms .form-card:nth-child(3) .FormAppDiv {
    width: 49%;
}
    .Aplctn-Third .Sec-Forms .form-card:nth-child(3) textarea {
        min-height: 45px;
        height: 45px;
        margin-bottom: 0px;
    }
    .Aplctn-Third .Sec-Forms .form-card:nth-child(3) .FormAppDiv label.light {
        width: 100%;
    }
.Aplctn-Third .Sec-Forms .form-card:nth-child(4) .FormAppDiv {
    width: 100% !important;
    padding: 20px 0;
}
.Aplctn-Third .Sec-Forms .form-card:nth-child(4) .FormAppDiv label {
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 10%;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.Aplctn-Third .Sec-Forms .form-card:nth-child(5) .FormAppDiv {
    width: 100% !important;
    flex-wrap: wrap;
}
    .Aplctn-Third .Sec-Forms .form-card:nth-child(5) .FormAppDiv textarea {
        width: 100%;
        border: 0;
        outline: 0;
        border-radius: 10px;
    }
.Aplctn-Third .Thir-frms .form-card textarea {
    width: 100%;
    border: 0;
    outline: 0;
    border-radius: 10px;
    max-height: 45px;
    margin-top: 10px;
}
.Aplctn-Third .Thir-frms .form-card:last-child .FormAppDiv {
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
}
    .Aplctn-Third .Thir-frms .form-card:last-child .FormAppDiv input {
        width: 24px;
        height: 24px;
    }
.Aplctn-Third .Fir-frms .form-card:nth-child(3) .FormAppDiv {
    width: 49%;
}
    .Aplctn-Third .Fir-frms .form-card:nth-child(3) .FormAppDiv label.light {
        padding: 20px 0 10px;
    }
.Aplctn-Third .FormRdo {
    display: flex;
    gap: 20px;
    padding-bottom: 5px;
}
.Aplctn-Third .Thir-frms .form-card:last-child .FormAppDiv label {
    color: #000;
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 20px 0;
}
.Thir-frms h3 {
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 20px 0 10px;
}
.Aplctn-Third .Sec-Forms > p {
    font-weight: 700;
    width: 60%;
}
textarea {
    resize: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .secDiv_Frms .FormAppDiv {
        flex-wrap: nowrap;
        gap: 5px;
        width: 30%;
    }
    .AppFrm_BodyDiv label.fieldlabels {
        font-size: 14px;
    }
    .AppFrm_BodyDiv .FormAppDiv label.light {
        font-size: 14px;
    }
    .AppFrm_BodyDiv .secDiv_Frms .FormAppDiv:nth-child(1) {
        width: 33%;
    }
    .AppFrmMains h2.heading {
        font-size: 20px;
        padding: 40px 0 5px;
    }
    .AppFrm_BodyDivvv p {
        font-size: 14px;
        margin-bottom: 0;
        padding-bottom: 0;
    }


    .Sec-Forms .form-card:nth-child(2) .FormAppDiv {
        gap: 15px !important;
    }
        .Sec-Forms .form-card:nth-child(2) .FormAppDiv label {
            min-width: 104px;
        }
    .Sec-Forms .form-card:nth-child(3) .FormAppDiv label.light {
        width: 86%;
    }
    .Sec-Forms .form-card:nth-child(4) .FormAppDiv {
        width: 86% !important;
    }

    .AppFrm_BodyDiv .Fir-frms .FormAppDiv {
        width: 40%;
    }
    .Aplctn-Third .Fir-frms .form-card:nth-child(3) .FormAppDiv {
        width: 73%;
    }
    .Aplctn-Third .Sec-Forms .form-card:nth-child(3) .FormAppDiv {
        width: 62%;
    }
    .Aplctn-Third .Sec-Forms .form-card .FormAppDiv p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 300;
    }
    .Aplctn-Third .Sec-Forms .form-card:nth-child(4) .FormAppDiv label {
        width: 96px;
    }
    .Thir-frms .form-card .FormAppDiv {
        width: 31%;
    }
 }

@media only screen and (max-width: 767px){
    .AppFrm_BodyDiv label.fieldlabels {
        font-size: 9px;
        padding: 10px 0 10px;
    }

    .AppFrm_BodyDiv .FormAppDiv label.light {
        font-size: 9px;
    }
    .AppFrmMains h2.heading {
        font-size: 12px;
        padding: 40px 0 0px;
    }
    .AppFrm_BodyDivvv p {
        font-size: 9px;
        margin-bottom: 0;
    }
    .AppFrm_BodyDiv input {
        padding: 0 10px;
        height: 20px;
    }
    .AppFrm_BodyDiv .form-card {
        gap: 10px;
    }
    .AppFrm_BodyDiv h3.fieldheading {
        font-size: 12px;
        padding: 20px 0 5px;
    }
    .AppFrm_BodyDiv .secDiv_Frms .FormAppDiv {
        flex-wrap: nowrap;
        width: 40%;
        gap: 5px;
    }
    .AppFrm_MainDiv ul#progressbar {
        gap: 12px;
        margin-right: 20px;
        padding: 20px 0 5px;
    }
    .ProgBar svg {
        width: 20px;
        height: 24px;
    }

    .Sec-Forms .form-card:nth-child(2) .FormAppDiv {
        padding-bottom: 20px;
    }
}

/* Forms ends */


/* Custom css for form starts*/

.formBG {
    background: rgba(0, 156, 165, 0.15);
    margin-top: 140px;
}
.AppFrm_MainDiv {
    margin-bottom: 100px;
}
.umbraco-forms-page {
    padding: 48px 0px;
    position: relative;
}
.umbraco-forms-fieldset .umbraco-forms-container input {
    width: 100%;
    height: auto;
    border: unset;
    border-radius: 10px;
    padding: 10px;
}
label.umbraco-forms-label {
    font-size: 16px;
    font-family: Quasimoda;
    color: rgba(0, 0, 0, 0.90);
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-container {
    display: flex;
    column-gap: 50px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1020px;
    row-gap: 20px;
}

.form-step1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field {
    width: 100%;
    max-width: 285px;
}

.form-step1 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist.checkboxlist-horizontal {
    display: flex;
    column-gap: 80px;
    padding-top: 15px;
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist.checkboxlist-horizontal div {
    display: flex;
    column-gap: 20px;
    width: 100%;
    align-items: center;
    max-width: 275px;
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container {
    display: flex;
    column-gap: 50px;
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-field {
    width: 100%;
    max-width: 285px;
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container input {
    width: 100%;
}
.umbraco-forms-navigation.row-fluid {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.form-step2 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container {
    display: flex;
    column-gap: 45px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1020px;
    row-gap: 20px;
    align-items: end;
}
.form-step2 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-field {
    width: 100%;
    max-width: 310px;
}

.form-step2 .umbraco-forms-field.governingdocument.fileupload.alternating {
    display: flex;
    column-gap: 70px;
}
.umbraco-forms-fieldset .umbraco-forms-container input[type=checkbox] {
    height: 24px;
    max-width: 24px;
    vertical-align: bottom;
    cursor: pointer;
    width: 24px;
}

input.btn {
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 40px;
    width: 156px;
    padding: 7px 15px;
    margin-top: 75px;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 15px;
    margin-right: 15px;
}
.umbraco-forms-hidden {
    display: none;
}
.umbraco-forms-fieldset:nth-of-type(1) legend {
    color: rgba(0, 0, 0, 0.90);
    font-family: coolvetica;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.umbraco-forms-field-wrapper textarea {
    width: 100%;
    height: 100px;
    border: none;
    border-radius: 10px;
    padding: 10px;

}
.umbraco-forms-fieldset .umbraco-forms-container input[type=radio] {
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    cursor: pointer;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field{
    width: 100%;
    max-width: 285px
}

.form-step3 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container {
    display: flex;
    column-gap: 50px;
    align-items: end;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-field{
    width: 100%;
    max-width: 285px
}  
.form-step3 .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container, 
.form-step3 .umbraco-forms-fieldset:nth-of-type(5) .umbraco-forms-container, 
.form-step3 .umbraco-forms-fieldset:nth-of-type(6) .umbraco-forms-container,
.form-step3 .umbraco-forms-fieldset:nth-of-type(7) .umbraco-forms-container {
    display: flex;
    width: 100%;
    column-gap: 45px;
}
.form-step3 .umbraco-forms-field {
    width: 100%;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(11) .umbraco-forms-container {
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(11) .umbraco-forms-field{
    width: 100%;
    max-width: 285px
}
.form-step2 #custom-parent .umbraco-forms-fieldset .umbraco-forms-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

div#custom-parent {
    display: flex;
    flex-wrap: wrap;
    column-gap: 68px;
    justify-content: space-between;
    width: 100%;
    row-gap: 15px;
    margin-top: 38px;
}

#custom-parent .umbraco-forms-fieldset {
    flex: 0 1 calc(50% - 34px);
}
.radiobuttonlist {
    display: flex;
    column-gap: 24px;
}

#custom-parent legend.umbraco-forms-legend, #custom-parent label.umbraco-forms-label {
    font-size: 16px !important;
    padding-top: 0px;
    font-weight: 300;
    font-family: 'quasimoda';
    line-height: 150%;
    letter-spacing: -0.1px;
}
#custom-parent1 legend.umbraco-forms-legend {
    font-size: 16px !important;
    padding-top: 0px;
    font-weight: 300;
    font-family: 'quasimoda';
    line-height: 150%;
}

.form-step2 #custom-parent .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field {
    max-width: unset;
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field {
    max-width: unset;
}
#custom-parent .umbraco-forms-fieldset:nth-child(-n+3) .umbraco-forms-container .umbraco-forms-field label.umbraco-forms-label {
    display: none;
}
div#custom-parent1 {
    display: flex;
    column-gap: 45px;
}
#custom-parent1 .umbraco-forms-fieldset {
    flex: 0 1 calc(50% - 22px);
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container {
    flex-direction: column;
    align-items: unset;
}

.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-field {
    max-width: unset;
}
div#custom-parent2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 52px;
}

#custom-parent2 .umbraco-forms-fieldset {
    flex: 0 1 calc(50% - 26px);
}
#custom-parent2 .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#custom-parent .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container .umbraco-forms-field {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 222px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(2) .checkboxlist {
    display: flex;
    justify-content: space-between;
}

.form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
li.umbraco-forms-paging-captions-caption.umbraco-forms-paging-captions-caption-current.color-bg {
    content: "";
    background: url(/media/kajnlzhs/vector-37.svg);
    background-repeat: no-repeat;
    height: 60px;
    width: 50px;
    background-size: contain;
}

li.umbraco-forms-paging-captions-caption.color-bg {
    content: "";
    background: url(/media/kajnlzhs/vector-37.svg);
    background-repeat: no-repeat;
    height: 60px;
    width: 50px;
    background-size: contain;
}

li.umbraco-forms-paging-captions-caption {
    content: "";
    background: url(/media/0nhaimq1/vector-20.svg);
    background-repeat: no-repeat;
    height: 60px;
    width: 50px;
    background-size: contain;
    color: #fff;
    padding: 8px;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    display: block;
}
ol.umbraco-forms-paging-captions {
    display: flex;
    width: 100%;
    column-gap: 30px;
    justify-content: end;
}
.umbraco-forms-paging-count {
    display: none;
}
.umbraco-forms-paging {
    position: absolute;
    right: 0;
    top: -90px;
}
span.umbraco-forms-submitmessage {
    padding: 20px;
    font-size: 40px;
    display: block;
    text-align: center;
    font-family: Quasimoda;
    font-weight: 500;
}
/* Custom css for form ends*/

/* Forms style starts - Arbin */

legend.umbraco-forms-legend {
    padding: 35px 0 0;
    color: rgba(0, 0, 0, 0.90);
    font-family: coolvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
.onlinepleasespecify label.umbraco-forms-label, .otherpleasespecify label.umbraco-forms-label {
    padding: 20px 0 5px;
}
.umbraco-forms-navigation.row-fluid :after {
    content: "";
    background: url(/media/kajnlzhs/vector-37.svg)no-repeat center center; 
        background-size: contain;
        display: inline-block;
        margin-left: auto;
        position: absolute;
        bottom: 14px;
        right: 35px;
        width: 13px;
        height: 16px;
}

/*.umbraco-forms-fieldset .umbraco-forms-container input[type="file"] {
    appearance: none; 
    width: 109px;
    height: 40px;
    border: none;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    padding: 3px 0 0;
}

.umbraco-forms-fieldset .umbraco-forms-container input[type="file"]::file-selector-button {
    display: none; 
}

.umbraco-forms-fieldset .umbraco-forms-container input[type="file"]:not(:focus)::before , .umbraco-forms-fieldset .umbraco-forms-container input[type="file"]:focus::before{
    content: 'Choose File';
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
}
*/
.form-step2 .aboutyourcharityorganisation label {
    padding: 40px 0 0px;
    color: rgba(0, 0, 0, 0.90);
    font-family: Coolvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-step2 .umbraco-forms-field.governingdocument.fileupload.alternating {
    align-items: center;
}
.form-step2 .purposedesc label {
    max-width: 580px;
}
.form-step2 div#custom-parent {
    margin-top: 21px;
}
.radiobuttonlist label {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 15px;
}
.form-step3 .umbraco-forms-field-wrapper {
    padding-bottom: 10px;
}

.form-step3 .umbraco-forms-fieldset:nth-of-type(8) .umbraco-forms-field .umbraco-forms-field-wrapper {
    padding-bottom: 0px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(13) .umbraco-forms-field .umbraco-forms-field-wrapper {
    display: flex;
    gap: 5px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(13) .umbraco-forms-field .umbraco-forms-field-wrapper label {
    font-size: 16px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(4) legend {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-weight: 400;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(10) legend {
    color: rgba(0, 0, 0, 0.90);
    font-family: coolvetica;
    font-size: 40px;
    font-weight: 400;
}
.form-step4 div#custom-parent2 .umbraco-forms-fieldset .fileupload label {
    font-family: 'coolvetica';
}
.form-step4 p {
    margin-bottom: 0;
    color: #000;
}
.form-step4 legend.umbraco-forms-legend {
    color: #000;
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-step4 fieldset.umbraco-forms-field.tickboxtoconfirm legend {
    padding: 30px 0 0px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(2) .checkboxlist label {
    color: #000;
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-step4 fieldset.umbraco-forms-field.yourdetails.multiplechoice.alternating legend {
    display: none;
}
.form-step4 fieldset.umbraco-forms-field.yourdetails.multiplechoice.alternating {
    padding: 20px 0 20px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) legend {
    color: #000;
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) p {
    color: #000;
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-step4 div#custom-parent2 {
    padding: 20px 0 0;
}
.form-step4 div#custom-parent2 .umbraco-forms-field-wrapper textarea {
    margin-bottom: 10px;
    outline: 0;
}
.form-step4 div#custom-parent2 .umbraco-forms-fieldset label {
    font-size: 24px;
}
.form-step4 #custom-parent2 .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field:nth-child(2) label {
    font-size: 15px;
}
.form-step5 .pleasetellusmoreaboutyourapplication legend {
    font-size: 16px;
    padding: 0;
}
.form-step5 .checkboxlist div {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}
.form-step5 .checkboxlist div label {
    color: #000;
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    max-width: 767px;
}
.umbraco-forms-field-wrapper textarea {
    outline: 0;
}
.umbraco-forms-fieldset .umbraco-forms-container input {
    outline: 0;
}

@media (min-width: 1699px) and (max-width: 2920px){
    .AppTxtDiv h3 {
    padding: 0 100px;
}
}

@media (min-width: 768px) and (max-width: 1024px){
.form-step1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field {
    max-width: 195px;
}
.umbraco-forms-fieldset .umbraco-forms-container input {
    height: auto;
}
.umbraco-forms-fieldset .umbraco-forms-container input[type=checkbox] {
    height: 20px;
    width: 20px;
}
legend.umbraco-forms-legend {
    font-size: 20px;
}
.umbraco-forms-fieldset:nth-of-type(1) legend {
    font-size: 20px;
}
.form-step2 div#custom-parent {
    display: block;
    max-width: 580px;
}
#custom-parent .umbraco-forms-fieldset:nth-child(4) .umbraco-forms-field {
    height: 165px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container {
    flex-wrap: wrap;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-field {
    max-width: 280px;
}
.form-step3 div#custom-parent1 {
    display: block;
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field {
    max-width: 580px;
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container{
    max-width: 580px; 
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field .umbraco-forms-field-wrapper {
    margin-top: -25px;
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container .umbraco-forms-field-wrapper {
    margin-top: -25px;
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field.longanswer.alternating .umbraco-forms-field-wrapper {
    padding-bottom: 20px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(3) .umbraco-forms-container, .form-step3 .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container, .form-step3 .umbraco-forms-fieldset:nth-of-type(5) .umbraco-forms-container, .form-step3 .umbraco-forms-fieldset:nth-of-type(6) .umbraco-forms-container {
    display: block;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(3) .umbraco-forms-container .umbraco-forms-field, .form-step3 .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container .umbraco-forms-field, .form-step3 .umbraco-forms-fieldset:nth-of-type(5) .umbraco-forms-container .umbraco-forms-field, .form-step3 .umbraco-forms-fieldset:nth-of-type(6) .umbraco-forms-container .umbraco-forms-field{
     max-width: 435px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(10) .umbraco-forms-container {
    column-gap: 19px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(10) .umbraco-forms-field {
    max-width: 219px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(11) .umbraco-forms-field .umbraco-forms-field-wrapper label {
    font-size: 14px;
}
#custom-parent1 legend.umbraco-forms-legend {
    font-size: 14px !important;
}
.form-step4 legend.umbraco-forms-legend {
    font-size: 14px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(2) .checkboxlist label {
    font-size: 14px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist label {
    font-size: 14px;
    color: #000;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) legend {
    font-size: 14px;
    padding-top: 15px;  
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) p {
    font-size: 14px;
}
.form-step5 .pleasetellusmoreaboutyourapplication legend {
    font-size: 14px;
    padding: 0;
}
.form-step5 .checkboxlist div {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}
.form-step5 .checkboxlist div label {
    color: #000;
    font-family: Quasimoda;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    max-width: 767px;
}
.form-step3 label.umbraco-forms-label {
    font-size: 14px;
}
.umbraco-forms-navigation.row-fluid .col-md-12 {
    display: flex
;
}
}

@media only screen and (max-width: 767px){
.form-step1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field {
    max-width: 150px;
}
.form-step1 label {
    font-size: 9px;
}
.umbraco-forms-fieldset .umbraco-forms-container input {
    height: 24px;
    font-size: 9px;
}
.umbraco-forms-fieldset .umbraco-forms-container input[type=checkbox] {
    height: 15px;
    width: 15px;
}
legend.umbraco-forms-legend {
    font-size: 12px;
}
.umbraco-forms-fieldset:nth-of-type(1) legend {
    font-size: 20px;
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist.checkboxlist-horizontal {
    column-gap: 8px;
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist.checkboxlist-horizontal label {
    font-size: 9px;
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-container {
    column-gap: 20px;
    max-width: 359px;
    row-gap: 10px;
}
legend.umbraco-forms-legend {
    padding: 25px 0 0;
}
label.umbraco-forms-label {
    font-size: 9px;
}
.form-step2 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-container {
    column-gap: 30px;
    row-gap: 10px;
}
.form-step2 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field {
    width: 100%;
}
.form-step2 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field:nth-child(even) {
    max-width: 161px;
}
.umbraco-forms-fieldset .umbraco-forms-container input[type="file"] {
    width: 64px;
    height: auto;
    font-size: 9px;
}
.form-step2 div#custom-parent {
    display: block;
}
.form-step2 #custom-parent .umbraco-forms-fieldset .umbraco-forms-container {
    max-width: 290px;
}
.form-step2 #custom-parent legend.umbraco-forms-legend, .form-step2 #custom-parent label.umbraco-forms-label {
    font-size: 9px !important;
}
.AppFrm_MainDiv {
    padding: 0 15px;
}
.radiobuttonlist label {
    font-size: 9px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container {
    flex-wrap: wrap;
    column-gap: 10px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field {
    max-width: 150px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-field {
    max-width: 150px;    
}
.form-step3 div#custom-parent1 {
    display: block;
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field {
    max-width: 256px;
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container{
    max-width: 256px; 
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-field .umbraco-forms-field-wrapper {
    margin-top: -25px;
}
.form-step3 #custom-parent1 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-container .umbraco-forms-field-wrapper {
    margin-top: -25px;
}
.form-step3 #custom-parent1 legend.umbraco-forms-legend {
    font-size: 9px !important;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(10) .umbraco-forms-field {
   max-width: 136px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(11) .umbraco-forms-field .umbraco-forms-field-wrapper label {
    font-size: 9px;
}
.umbraco-forms-fieldset .umbraco-forms-container input[type="file"]:not(:focus)::before, .umbraco-forms-fieldset .umbraco-forms-container input[type="file"]:focus::before {
    line-height: 22px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(3) legend {
    font-size: 12px;
}
.form-step4 legend.umbraco-forms-legend {
    font-size: 9px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(2) .checkboxlist label {
    font-size: 9px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist label {
    font-size: 9px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) legend {
    font-size: 9px;
    padding-top: 15px;  
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) p {
    font-size: 9px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(2) .checkboxlist {
    column-gap: 10px;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist div {
    display: flex;
    gap: 5px;
}
.form-step5 .pleasetellusmoreaboutyourapplication legend {
    font-size: 9px;
    padding: 0;
}
.form-step5 .checkboxlist div {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}
.form-step5 .checkboxlist div label {
    color: #000;
    font-family: Quasimoda;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    max-width: 767px;
}
ol.umbraco-forms-paging-captions {
    column-gap: 10px;
}
li.umbraco-forms-paging-captions-caption {
    height: 24px;
    width: 24px;
    padding: 0px 3px 0;
    font-size: 20px;
}
li.umbraco-forms-paging-captions-caption.umbraco-forms-paging-captions-caption-current.color-bg {
    height: 24px;
    width: 24px;
}
li.umbraco-forms-paging-captions-caption.color-bg {
    height: 24px;
    width: 24px;
}
.umbraco-forms-paging {
    top: -30px;
}
.formBG {
    margin-top: 70px;
}
.form-step4 div#custom-parent2 .umbraco-forms-fieldset label {
    font-size: 12px;
}
.form-step4 #custom-parent2 .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field:nth-child(2) label {
    font-size: 9px;
}
#custom-parent2 .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field:nth-child(1) .umbraco-forms-field-wrapper {
    margin-top: 10px;
}
#custom-parent2 .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field:nth-child(1) {
    height: 10px;
}
.form-step4 div#custom-parent2 {
    padding: 25px 0 0;
}
.form-step2 .aboutyourcharityorganisation label {
    padding: 20px 0 0px;
    font-size: 12px;
}
#custom-parent .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container .umbraco-forms-field {
    height: auto;
}
input.btn {
    height: 23px;
    width: 96px;
    padding: 7px 15px;
    font-size: 9px;
}
.umbraco-forms-navigation.row-fluid .col-md-12 {
    display: flex;
}
.umbraco-forms-navigation.row-fluid :after {
    bottom: 7px;
    right: 25px;
    width: 8px;
    height: 9px;
}
.umbraco-forms-navigation.row-fluid .col-md-12 {
    display: flex
;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(9) legend {
    font-size: 12px;
}
.form-step3 p {
    margin-bottom: 0;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(7) .umbraco-forms-field {
    display: block;
}
.formDisclaimer div {
    font-size: 9px !important;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container, .form-step3 .umbraco-forms-fieldset:nth-of-type(5) .umbraco-forms-container, .form-step3 .umbraco-forms-fieldset:nth-of-type(6) .umbraco-forms-container, .form-step3 .umbraco-forms-fieldset:nth-of-type(7) .umbraco-forms-container{
    display: block;
}
.umbraco-forms-field-wrapper textarea {
    font-size: 9px;
    font-family: 'quasimoda';
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-field-wrapper label{
    display: inline;
}

}
.umbraco-forms-fieldset .umbraco-forms-container input[type="date"] {
    cursor: pointer;
}
.form-step2 .umbraco-forms-field.governingdocument.fileupload {
    display: flex;
    margin: 10px 0px 15px 0px;
    gap: 71px;
    align-items: center;
}
.form-step2 #custom-parent .umbraco-forms-fieldset:nth-of-type(2) .umbraco-forms-field {
    max-width: none !important;
}

/* Sp starts */
span.field-validation-error {
    color: red;
    font-size: 12px;
    margin: 10px 0 0 0;
    line-height: normal;
    display: flex;
    font-family: 'quasimoda';
}

.umbraco-forms-page.form-step3 fieldset#\34 4edfa88-7894-4a43-9c67-97b21213a488 legend:after {
    content: "Your opportunity to tell us what you are looking to gain";
    position: absolute;
    left: 0;
    bottom: -38px;
    color: #000;
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.umbraco-forms-page.form-step3 fieldset#\34 4edfa88-7894-4a43-9c67-97b21213a488 legend {
    position: relative;
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
input[type="file"]::-webkit-file-upload-button {
    background-color: #FFF; 
    color: white;             
    border: none;             
    border-radius: 5px;       
    cursor: pointer; 
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    cursor:pointer;
    padding: 10px 10px 6px 10px;
    appearance: none;
    width: 109px;
    height: 40px;
    border: none;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

input[type="file"]::-moz-file-upload-button { 
 background-color: #FFF;
    color: white;             
    border: none;             
    border-radius: 5px;      
    cursor: pointer; 
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    padding: 10px 10px 6px 10px;
    appearance: none;
    width: 109px;
    height: 40px;
    border: none;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;  
}

.umbraco-forms-fieldset .umbraco-forms-container input[type="file"] {
    width: 260px;
}
}

@media only screen and (max-width: 767px) {
input[type="file"]::-webkit-file-upload-button {
background-color: #FFF; 
    color: white;             
    border: none;             
    border-radius: 5px;       
    cursor: pointer; 
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    outline: none;
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: normal;
    cursor:pointer;
    padding: 10px 0px 6px 0px;
    appearance: none;
    width: 109px;
    height: auto;
    border: none;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.form-step2 .umbraco-forms-field.governingdocument.fileupload {
    gap:25px
}

.umbraco-forms-fieldset .umbraco-forms-container input[type="file"] {
    width: 195px;
    height: auto;
    font-size: 9px;
}

.form-step1 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist.checkboxlist-horizontal > div {
    display: flex;
    gap: 6px;
}

.form-step3 .umbraco-forms-fieldset:nth-of-type(10) legend {
    color: rgba(0, 0, 0, 0.90);
    font-family: Quasimoda;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.form-step3 .umbraco-forms-fieldset:nth-of-type(13) .umbraco-forms-field .umbraco-forms-field-wrapper label {
    color: #000;
    font-family: Quasimoda;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

span.field-validation-error {
    color: red;
    font-size: 9px;
    margin: 10px 0 0 0;
    line-height: normal;
    display: flex;
    font-family: 'quasimoda';
}

.form-step4 div#custom-parent2 {
    width: 100%;
    display: block;
}

.form-step4 .umbraco-forms-fieldset:nth-of-type(2) .checkboxlist > div {
    display: flex;
    gap: 5px;
}

.umbraco-forms-page.form-step3 fieldset#\34 4edfa88-7894-4a43-9c67-97b21213a488 legend:after {
    content: "Your opportunity to tell us what you are looking to gain";
    position: absolute;
    left: 0;
    bottom: -21px;
    color: #000;
    font-family: Quasimoda;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.umbraco-forms-page.form-step3 fieldset#\34 4edfa88-7894-4a43-9c67-97b21213a488 legend {
    position: relative;
    margin-bottom: 31px;
}

.umbraco-forms-navigation.row-fluid > .col-md-12 input {
    margin-left: 0px;
    margin-right: 10px;
}

.form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist label {
    font-size: 9px !important;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) .checkboxlist label {
    font-size: 9px !important;
}

.form-step4 .umbraco-forms-fieldset:nth-of-type(5) legend {
    font-size: 9px !important;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(2) .checkboxlist div, 
.form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist div, 
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) .checkboxlist div{
    column-gap: 10px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.umbraco-forms-page.form-step3 fieldset#\34 4edfa88-7894-4a43-9c67-97b21213a488 legend:after {
    bottom: -29px;
}

.umbraco-forms-page.form-step3 fieldset#\34 4edfa88-7894-4a43-9c67-97b21213a488 legend {
    position: relative;
    margin-bottom: 47px;
}

}

.umbraco-forms-fieldset .umbraco-forms-container input::placeholder {
    color: rgba(0, 156, 165, 0.30);
    font-family: 'quasimoda';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Sp ends */

.form-step3 .umbraco-forms-field.donotassumethatwehaveanypriorknowledgeofyouoryourcharityorganisationpleaseanswerasmanyoftheseasyoucan.titleanddescription.alternating label {
    color: #000;
    font-family: Quasimoda;
    font-weight: 700;
    max-width: 661px;
    line-height: 2;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist label, .form-step4 .umbraco-forms-fieldset:nth-of-type(4) .checkboxlist label {
    color: #000;
    font-family: Quasimoda;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-step3 fieldset#\32 4c587e9-26f4-4de7-b191-0f997d102812 legend {
    color: rgba(0, 0, 0, 0.90);
    font-family: coolvetica;
}
.form-step4 p:nth-of-type(1), .form-step4 p:nth-of-type(2) {
    margin-bottom: 10px;
}

.form-step4 .umbraco-forms-fieldset:nth-of-type(5) legend {
    font-size: 16px;
    margin-top: 20px;
    font-family: Quasimoda;
    color: #000;
}

.form-step4 .umbraco-forms-fieldset:nth-of-type(2) .checkboxlist div {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist div {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) .checkboxlist {
    display: flex;
    justify-content: space-between;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) .checkboxlist div {
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(2) .checkboxlist div, .form-step4 .umbraco-forms-fieldset:nth-of-type(3) .checkboxlist div, .form-step4 .umbraco-forms-fieldset:nth-of-type(4) .checkboxlist div{
    max-width: 399px;
    width: 100%;
}
.form-step4 .umbraco-forms-fieldset:nth-of-type(4) .umbraco-forms-container input[type=checkbox]{
    width: 11.14%;
}


.form-step4 .umbraco-forms-fieldset:nth-of-type(3) legend.umbraco-forms-legend, .form-step4 .umbraco-forms-fieldset:nth-of-type(4) legend.umbraco-forms-legend{
    padding: 10px 0px 0px 0px;
}

.form-step4 .umbraco-forms-fieldset:nth-of-type(2) fieldset.umbraco-forms-field.tickboxtoconfirm legend{
    margin-bottom: 20px;
}

.formDisclaimer {
    position: absolute;
    top: -60px;
}

.formBG {
    position: relative;
}

.formDisclaimer div {
    font-size: 16px;
    font-family: 'quasimoda';
    font-weight: 400;
    color: #000;
}

.formDisclaimer div span {
    font-weight: 700;
}

.formDisclaimer {
    display: none;
}

.disclaimer1, .disclaimer2 {
    display: flex;
    gap: 7px;
    align-items: flex-start;
}
.disclaimer1 img, .disclaimer2 img {
    margin-top: -2px;
}
.disclaimer2{
    display: none; 
    width: 100%;
    max-width: 630px;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 10px;
    background: #fff;
    margin: -9px 0px 0px -9px;
    z-index: 1;
    position: relative;   
}

@media (min-width: 768px) and (max-width: 1024px){
    .form-step1 .umbraco-forms-fieldset:nth-of-type(1) .umbraco-forms-container {
        align-items: baseline;
    }
    .formDisclaimer {
        top: -125px;
    }
}

.form-step1 .umbraco-forms-fieldset:nth-of-type(2) label.umbraco-forms-label {
    display: none;
}
.form-step1 .umbraco-forms-fieldset:nth-of-type(2) {
    margin-top: 22px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(13) legend.umbraco-forms-legend {
    font-size: 16px;
    font-family: 'quasimoda';
    font-weight: 300;
    padding: 0px;
    width: 48%;
}

.form-step3 .umbraco-forms-fieldset:nth-of-type(13) .singlechoice {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-step5 .umbraco-forms-field:not(:nth-of-type(1)) legend.umbraco-forms-legend {
    display: none;
}

@media (max-width: 767px){
    .form-step3 .umbraco-forms-fieldset:nth-of-type(13) .singlechoice {
    flex-direction: column;
    align-items: baseline;
    margin-top: 5px;
}

.form-step3 .umbraco-forms-fieldset:nth-of-type(13) legend.umbraco-forms-legend {
    width: 100%;
    font-size: 9px;
    font-weight: 400;
}
}
.form-step5 span.field-validation-error {
    margin: -10px 0 20px 0px;
}
.form-step3 .umbraco-forms-fieldset:nth-of-type(13) .umbraco-forms-indicator {
    display: none;
}
@media (min-width: 1025px) and (max-width: 1199px){
    .formDisclaimer{
        top: -125px;
    }
}
input[type="date"] {
    appearance: none;
    background-color: white;
}
