.upper-label {
    font-size: 15px;
    display: block;
    font-weight: 500;
    color: #044970
}

.lower-label {
    color: rgb(0 0 0/50%);
    line-height: 20px;
    font-size: 14px;
    font-style: italic;
    display: block;
    padding-bottom: 10px
}

.form-wrapper{
    box-shadow: 10px 10px 20px -6px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}
#nc-form-frontend {
    padding: 20px 35px;
}
.questionaire {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px 35px 20px;
    font-size: 20px;
    font-weight: 700;
}

#nc-form-frontend hr {
    border-bottom: 1px solid rgba(0,0,0,.08);
    border-top: 0;
    padding: 20px 0 0;
    border-left: 0;
    border-right: 0;
    margin: 0 0 20px;
}

.nc-form-frontend label {
        display: block;
    font-size: 15px;
    position: relative;
}

.nc-form input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.nc-form span.nc-checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 11px;
    width: 11px;
    background-color: transparent;
    border: 1px solid
}

.nc-form .nc-checkbox span.nc-item-label {
    margin-left: 18px
}

.nc-form input[type=checkbox]:checked~.nc-checkmark {
    background-color: #044970;
    border: 1px solid #044970;
}

.nc-form .nc-checkbox .nc-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.nc-form input[type=checkbox]:checked~.nc-checkmark:after {
    display: block;
}

.nc-form .nc-checkbox .nc-checkmark:after {
    left: 4px;
    top: 0;
    width: 3px;
    height: 8px;
    border: solid #ffffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nc-form input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.nc-form span.nc-radiomark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: transparent;
    border: 1px solid #044970;
    border-radius: 50%;
}

.nc-form .nc-radio span.nc-item-label {
    margin-left: 18px;
}

.nc-form input[type=radio]:checked~.nc-radiomark {
    border: 1px solid #044970;
}

.nc-form .nc-radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.nc-form input[type=radio]:checked~.nc-radiomark:after {
    display: block;
}

.nc-form .nc-radiomark:after {
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #044970;
}

.nc-repeater .add-button, .nc-repeater .remove-button {
    display: inline-block;
}

.input-field input, .input-field input:focus-visible {
    font-size: 15px;
    height: 42px;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    outline: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    overflow: hidden;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s,-webkit-box-shadow .3s;
    transition: border .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,border .3s;
    transition: box-shadow .3s,border .3s,-webkit-box-shadow .3s;
    padding: 0;
}

.input-field-1 {
    width: 44%;
    display: inline-block;
    margin-right: 4%;
    position: relative;
}
.input-field-0 {
    width: 44%;
    display: inline-block;
    position: relative;
}

.nc-repeater .nc-repeater-inside-wrapper:first-child .remove-button {
    display: none;
}

.nc-repeater .nc-repeater-inside-wrapper:first-child .nc-add-btn {
    display: block;
}

.nc-repeater .nc-repeater-inside-wrapper .nc-add-btn {
    display: none;
}

.nc-add-btn, .nc-remove-btn {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

.nc-add-btn:before {
    content: "+";
    font-size: 17px;
    top: 5px;
    position: relative;
    color: #ffffff;
    background-color: #044970;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: inherit;
    left: -5px;
}

.nc-remove-btn:before {
    content: "-";
    font-size: 17px;
    top: 5px;
    position: relative;
    color: #ffffff;
    background-color: #dc3232;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: inherit;
    left: -5px;
}

#nc-front-content,.nc-email.input-field {
    position: relative;
}
#nc-front-content label.error, .nc-email label.error{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #dc3232;
}

.repeater-wrapper .nc-repeater {
    margin-top: 15px;
    display: block;
}

.repeater-wrapper .page-required {
    position: absolute;
    right: 0;
    bottom: -10px;
    font-style: normal;
    color: #dc3232;
    font-size: 15px;
    font-weight: 400;
}

.nc-submit {
    background-color: #044970;
    border: 1px solid #044970;
    color: #ffffff;
    border-radius: 5px;
    padding: 6px 13px;
    cursor: pointer;
    display: block;
    margin-top: 30px;
}

.estimated-upper-wrapper {
    margin-top: 30px;
}

.success-error .error {
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #dc3232;
    margin: 0 30px 30px;
    display: block;
}

.success-error .success {
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #28a745;
    margin: 0 30px 30px;
    display: block;
}