.row.full-row {
    width: 100%;
}

.banner {
    padding: 60px 0 60px 0;
    background-size: cover;
}

@media(min-width:768px) {
    .banner {
        padding: 60px 0 114px 0;
        background-size: 100% 266px
    }
}

@media(max-width:1023px) {
    .banner h3 {
        font-size: 18px;
    }

    .banner h1 {
        font-size: 24px;
    }
}

.form-wrap {
/*    margin-bottom: 35px;*/
}

.form-wrap form.info-form {
    margin-bottom: 0;
}

.steps {
    padding: 0 0 68px 0;
}

.sf-steps.step-circles {
    width: 100%;
}

.sf-steps-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

.step {
    padding: 0 10px;
}

@media(min-width:1366px) {
    .step {
        padding: 0 20px;
    }
}

.step span {
    margin-bottom: 6px;
    color: #000000;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
}

.step.sf-active span {
    color: #e5a812;
    font-family: "Helvetica Bold";
    font-size: 16px;
    font-weight: 700;
}

.step .circle {
    width: 102px;
    height: 102px;
    position: relative;
    padding: 30px;
    text-align: center;
    background-color: #f5f5f5;
    display: block;
    border-radius: 100%;
    margin: 0 auto 22px;
}

.step .circle svg {
    height: 100%;
    width: 100%;
}

.step.sf-active .circle .a {
    fill: #e5a812;
}

.step.sf-active.complete .circle {
    background-color: #e5a812;
}

.step.sf-active.complete .circle .a {
    fill: #fff;
}

.sf-steps-content .step:not(:last-child) .circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 102px;
    height: 3px;
    border-top: 3px dashed #f5f5f5;
    width: 184px;
}

#reviewform.step .circle::after {
    display: none;
}

@media(max-width:1023px) {

    .step,
    .step.sf-active.complete {
        display: none;
    }

    .step.sf-active {
        display: block;
        margin: 0 auto;
    }

    .step.sf-active .circle:after {
        display: none;
    }

    section.steps {
        text-align: center;
        margin: 20px 0 0 0;
    }
}

.gray-bg {
    border-radius: 3px;
    background-color: #f8f8f8;
    padding: 14px 17px;
    display: flex;
    flex-flow: column;
}

.section-form-list.gray-bg {
    background-color: #000000;
}

.section-form-list.gray-bg a,
.section-form-list.gray-bg label,
.section-form-list.gray-bg .type {
    color: #e5a812 !important;
}

.gray-bg.right {
    padding: 24px 17px;
}

.section-form-list {
    display: flex;
    flex-flow: column;
}

.section-form-list a,
.section-form-list.gray-bg .type {
    padding: 10px 0 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
    font-size: 17px;
}

.section-form-list a {
    position: relative;
    text-align: left;
}

.section-form-list a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.section-form-list a.success:after {
    background-image: url('../../image/icon/green-tick.png');
}

.section-form-list a.error:after {
    background-image: url('../../image/icon/error.png');
}

.section-form-list a:hover,
.section-form-list a.active {
    color: #e8a812;
}

.section-form-list.gray-bg .type {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

#businessTickDiv input[type="radio"],
#businessTickDiv input[type="checkbox"],
#personalTickDiv input[type="radio"],
#personalTickDiv input[type="checkbox"] {
    display: none;
}

#businessTickDiv label,
#personalTickDiv label {
    width: 100%;
}

#businessTickDiv input[type="radio"]+label:after,
#businessTickDiv input[type="checkbox"]+label:after,
#personalTickDiv input[type="radio"]+label:after,
#personalTickDiv input[type="checkbox"]+label:after {
    right: -10px;
    left: auto;
}

#nominee li label {
    padding-left: 0;
}

.section-form-list.gray-bg a.type:hover {
    color: inherit;
}

.rmv_business {
    margin-bottom: 10px;
}

.section-form-list a:nth-last-child(1),
.section-form-list.gray-bg .type:nth-last-child(1) {
    border-bottom: 1px solid transparent;
}

.section-form-list.gray-bg .type label {
    font-family: 'helvetica';
    font-weight: 400;
}


/* on the main form wrapped section */

.gray-middle {
    background-color: #fcfcfc;
    padding: 24px 20px 0 20px;
    border-radius: 12px;
    margin-bottom: 38px;
}

.gray-middle:nth-last-child(0) {
    margin-bottom: 0;
}

.form-wrap h2 {
    margin: 0 0 24px 0;
    color: #e5a812;
    font-family: "Helvetica Bold";
    font-size: 18px;
    font-weight: 700;
}


/* for the select2 */

.online-form-wrap .select2-container--default {
    width: 100% !important;
}

.online-form-wrap .select2-container--default .select2-selection--single {
    height: 28px;
    padding: 0 0 8px 0;
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    background-color: transparent;
    border: 1px dashed transparent;
    border-bottom-color: #000000;
    border-radius: 0;
}

.online-form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}

.align-issue {
    margin: 0 0 22px 0;
}

@media(min-width:1024px) {
    .align-issue {
        margin: -10px 0 0 0;
    }
}

.align-issue label.online-form-label-select {
    margin-bottom: 1px;
}

.btn-upload a {
    color: #707070;
}

.btn-upload {
    width: 100%;
    position: relative;
    padding: 13px;
    /*margin: 19px 0 0 0;*/
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background-color: #e8e8e8;
    color: #707070;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.btn-upload .fas {
    margin-right: 5px;
}

input[type="file"]:focus {
    outline: none;
}

.form-wrap .btn-submit-online-registration-form.block {
    width: 100%;
    margin-bottom: 14px;
}

.btn-draft {
    border-radius: 3px;
    border: 1px solid #707070;
    background-color: #ffffff;
    padding: 13px;
    margin-bottom: 14px;
    width: 100%;
}

.right h6 {
    color: #000000;
    font-family: "Helvetica Bold";
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.right p {
    color: #707070;
    font-family: "Helvetica";
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.right span {
    color: #000000;
    font-family: "Helvetica Bold";
    font-size: 16px;
    font-weight: 400;
}

.right .select2 span {
    font-family: "Helvetica";
}

.right label.online-form-label-select span {
    font-family: "Helvetica Bold";
}

.right .date {
    margin-left: 8px;
    color: #707070;
    font-family: "Helvetica";
}

.radio-head {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 278px;
}

.radio-head li {
    display: inline-flex;
    justify-content: stretch;
    align-items: stretch;
}

.radio-head li label {
    padding: 0;
}

.map img {
    width: 100%;
}

.choice-radio {
    margin-bottom: 16px;
}

.agree,
.para-agree {
    line-height: 23px;
    color: #707070;
    font-weight: 400;
    margin: 4px 6px 0;
}

.agree {
    width: calc(100% - 30px);
    vertical-align: top;
    margin-left: 5px;
    margin: 0 0 22px 5px;
}

.nav.nav-tabs {
    display: flex;
    flex-flow: column wrap;
}

.fixed p {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

.fixed p:nth-last-child(1) {
    margin: 0;
}

.fixed {
    padding: 0 0 28px 0;
    margin: 0 0 32px 0;
    border-bottom: 1px solid #c8c8c8;
}


/* for the fixed floating section
 */

@media(min-width:1024px) {
    .section-form-list-fixed {
        position: fixed;
        top: 10px;
        width: 211px;
    }

    .right-fixed {
        position: fixed;
        top: 10px;
        width: 211px;
    }
}

@media(min-width:1366px) {

    .section-form-list-fixed,
    .right-fixed {
        width: 294px;
    }
}

button.btn.terms-btn {
    color: #e5a812;
    text-align: left;
    padding: 6px 0;
    font-size: 16px;
}

.terms-wrap {
    padding: 0 15px;
    height: 0;
    overflow: hidden;
    transition: height 0.8s ease-in;
}

.terms-wrap.terms-active {
    height: auto;
    transition: height 0.8s ease-in;

}

.scrollbar {
    max-height: 300px;
    overflow-y: scroll;
}

/* width */
.section-form-list ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.section-form-list ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;

}

/* Handle */
.section-form-list ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.terms-wrap a {
    display: block;
    font-size: 14px;
}

.terms-desc {
    height: 0;
    overflow: hidden;
    transition: height 0.8s ease-in;
}

.terms-desc.terms-desc-active {
    height: auto;
    transition: height 0.8s ease-in;
}
