.full-width-row {
    width: 100%;
}

.btn.block {
    width: 100%;
    margin-bottom: 10px;
}

.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: 30px 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: #fff;
    font-size: 16px;
    font-weight: 400;
}

.step.sf-active span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.step.sf-active span.circle {
    background: #0365ad;
}

.step .circle {
    width: 102px;
    height: 102px;
    position: relative;
    padding: 30px;
    text-align: center;
    background-color: #f5f4f0;
    display: block;
    border-radius: 100%;
    margin: 0 auto 22px;
}

.step .circle svg {
    height: 100%;
    width: 100%;
}

.step.sf-active .circle .a {
    fill: #fff;
}

.step.sf-active.complete .circle {
    background-color: #0e4b91;
}

.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 #f5f4f0;
    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: #fff;
    padding: 14px 17px;
    display: flex;
    flex-flow: column;
}

.section-form-list.gray-bg a,
.section-form-list.gray-bg label,
.section-form-list.gray-bg .type {
    color: #0e4b91 !important;
}

.gray-bg.right {
    padding: 24px 17px;
    margin-top: 5px;
}

.gray-bg.right .online-form-filled .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: 14px;
}

.section-form-list {
    display: flex;
    flex-flow: column;
    padding: 0;
}

.section-form-list a,
.section-form-list.gray-bg .type {
    padding: 10px 0 10px;
    border-bottom: 1px solid #e5ecf5;
    color: #000000;
    font-size: 17px;
}

.section-form-list a {
    position: relative;
    text-align: left;
    padding: 14px 17px;
}

.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,
#personalTickDiv {
    flex-direction: column-reverse;
}

@media (min-width: 1024px) {
    #personalTickDiv {
        border-left: 1px solid #c5c4bf;
    }
}

#businessTickDiv input[type="radio"],
#businessTickDiv input[type="checkbox"],
#personalTickDiv input[type="radio"],
#personalTickDiv input[type="checkbox"] {
    display: none;
}

#nominee li label {
    padding-left: 24px;
}

.section-form-list.gray-bg a.type:hover {
    color: inherit;
}

.section-form-list a:nth-last-child(1),
.section-form-list.gray-bg .type:nth-last-child(1) {
    border-bottom: 1px solid transparent;
}


/* on the main form wrapped section */

.gray-middle:nth-last-child(0) {
    margin-bottom: 0;
}

.form-wrap h2,
.existing-switch h4 {
    color: #0365ad;
    font-size: 18px;
}


/* for the select2 */

.online-form-wrap .select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    border: 1px solid #d4d4d4;
    background-color: transparent;
    height: 42px;
}

.align-issue {
    padding: 0;
}

.align-issue label.online-form-label-select {
    margin-bottom: 1px;
}


/* div#other_account_type_div {
    margin-top: 20px;
} */

.btn-upload a {
    color: #fff;
}

.btn-upload {
    width: 100%;
    position: relative;
    padding: 8px;
    margin: 15px 0 0 0;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background-color: #0365ad;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
}

.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: 1px solid #3cb185;
    background-color: #ffffff;
    padding: 7px 15px;
    margin-bottom: 14px;
    width: 100%;
    color: #3cb185;
    border-radius: 5px;
    transition: .6s;
}

.btn-draft:hover {
    background-color: #3cb185;
    color: #fff;
}

input#btnsave {
    font-size: 16px;
}

.right h6 {
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.right p {
    color: #707070;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.right span {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.right .date {
    margin-left: 8px;
    color: #707070;
}

.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% - 40px);
    vertical-align: top;
    margin: 0 0 22px 20px;
}

.terms-conditions-right .agree {
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px;
}

.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;
}

.gray-middle {
    background-color: #fff;
    padding: 20px;
}

.online-form-sec .gray-middle {
    margin-top: 40px;
    padding-bottom: 35px;
}


/* for the fixed floating section
 */

@media(min-width:1024px) {
    .section-form-list-fixed {
        /* position: fixed; */
        top: 80px;
        width: 211px;
    }
    .right-fixed {
        position: fixed;
        top: 80px;
        width: 220px;
    }
    .gray-bg.right {
        margin-top: 0;
    }
}

@media(min-width:1366px) {
    .section-form-list-fixed,
    .right-fixed {
        width: 294px;
    }
}

button.btn.terms-btn {
    color: #fe0000;
    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;
}

@media (max-width: 1023px) {
    .DisplayFlex,
    .row-flex {
        display: flex;
    }
}


/* 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;
}

div#sibling-wrapper {
    width: 100%;
}

.yes-no-tick input[type="radio"]:checked+label:after,
input[type="checkbox"]:checked+label:after {
    border: none;
    background: #f8f8f8;
    background-image: none !important;
}

.sibling_class {
    width: 100%;
    display: flex;
    align-items: center;
}

input[type="radio"]+label.nominee-yes:after,
input[type="checkbox"]+label.nominee-yes:after {
    position: absolute;
    left: -20px !important;
}

@media(max-width:1024px) {
    input[type=checkbox]:checked+label.agree:after {
        position: absolute;
        left: -25px !important;
        top: 12% !important;
        border: 1px solid #3cb185;
        background: #f8f8f8;
        background-image: url(../../image/icon/green-tick.png) !important;
        background-position: top left;
        background-size: 100%;
        background-repeat: no-repeat;
        background: #3cb185;
    }
    .agree {
        width: calc(100% - 40px);
        vertical-align: top;
        margin: 0 0 22px 25px;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
    display: none;
}


/* input[type="radio"] + label.agree:after, input[type="checkbox"] + label.agree:after {
    
} */

@media(max-width:1023px) {
    input[type="radio"]+label.agree:after,
    input[type="checkbox"]+label.agree:after {
        position: absolute;
        top: 12% !important;
    }
}

.residentalPermitDiv {
    width: 100%;
}

input[type="radio"]:checked+label.nominee-no:after,
input[type="checkbox"]:checked+label.nominee-no:after {
    border: 1px solid #e53e3e;
    background: #f8f8f8;
    background-image: url(../../image/icon/red-tick.png);
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
}

ol.terms li {
    word-break: break-all;
    margin-bottom: 10px;
}

@media(max-width:1024px) {
    span.uploadFile-size {
        font-size: 14px;
    }
}

div#permanent_address_outside_country_div {
    width: 100%;
}

@media(min-width:1024px) {
    div#permanent_address_outside_country_div {
        width: 50%;
    }
}

.validation-err-msg h5 {
    text-align: center;
    color: red;
}

.current-address .yes-no-wrapper {
    display: flex;
    align-items: center;
}

.current-address .yes-no-wrapper>label {
    margin-right: 10px;
}

.section-form-list {
    padding-left: 12px;
    font-size: 17px;
    font-family: montserrat;
}

.choose-business-student label {
    width: 100%;
}

.choose-business-student .custom-tick-check {
    padding-left: 25px;
    font-size: 17px;
    font-family: montserrat;
}

input[type="radio"]:checked~.custom-tick-check:after {
    content: "\f00c";
    font-family: "FontAwesome";
    background: #3cb185;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}

.btn-danger.btn-sm {
    font-size: 15px;
    padding: 5px 13px;
}

.other-bank-details .online-form-wrap {
    flex-direction: column;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
    content: "";
    background: #cbcecd;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: -2px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}

#beneficial_owner input[type="radio"]::before {
    top: -3px;
}

.terms-conditions-right input[type="checkbox"]::before {
    top: 0;
    left: -1px;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    content: "\f00c";
    font-family: "FontAwesome";
    background: #3cb185;
    color: #fff;
}

.other-bank-details .form-group,
.basic-Identification-div .form-group,
.other-details-div .form-group,
.terms-conditions-right .form-group,
.guardian-identiy-div .form-group {
    display: inline-block;
    flex-direction: unset;
}

#anticipated_section input[type=radio]+label.custom-control-label,
.other-bank-details input[type=radio]+label.custom-control-label,
.basic-Identification-div input[type=radio]+label.custom-control-label,
.other-details-div input[type=radio]+label.custom-control-label,
#beneficial_owner input[type=radio]+label,
.guardian-identiy-div input[type=radio]+label.custom-control-label {
    margin: 0;
    font-weight: 400;
    padding-left: 20px;
}

.account-detail.account-type .radio-custom-label {
    padding-left: 15px;
}

.salutation-radio-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 15px;
}

.guardian-identiy-div {
    width: 100%;
    margin-top: 25px;
}

.date-of-birth-div span.error {
    bottom: -18px;
}

:disabled {
    cursor: not-allowed;
    background-color: #f1f1f1 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-selection.select2-selection--single {
    border: solid #ccc 1px;
}

span.required {
    color: #ef0000 !important;
    font-size: 15px !important;
}

.minor-basic-identification .minor-long-error,
.minor-basic-identification .minor-long-error .error {
    position: unset;
    width: auto;
}

#anticipated_section .form-group {
    display: block;
    flex-direction: unset;
}

#anticipated_section .error {
    bottom: -155px !important;
    right: unset !important;
    left: 0;
}

#anticipated_section #annual_transaction-error {
    bottom: -195px !important;
}

.action-btns-group .justify-content-end {
    margin-top: 15px;
}

@media (min-width:1024px) {
    #anticipated_section .error,
    #anticipated_section #annual_transaction-error {
        bottom: -75px !important;
    }
    .justify-content-end {
        justify-content: flex-end;
    }
    .action-btns-group .justify-content-end {
        margin-top: 0;
    }
}

.choose-business-student .custom-control-label::before {
    content: "";
    background: #cbcecd;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}

.gray-bg.right.action-btns-group {
    margin-top: 20px;
    border-radius: 0;
}

.action-btns-group .btn-wrapper:not(:last-child) {
    margin-right: 10px;
}

.align-items-center {
    align-items: center;
}

.align-items-center>.col-xs-12 {
    align-items: center;
}

.gray-bg.right.action-btns-group h6 b {
    font-size: 16px;
    font-weight: 500;
}

.right.action-btns-group .row-flex {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 20px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.right.action-btns-group .row-flex:last-child {
    border-bottom: none;
}

.right.action-btns-group p {
    color: #042b1c;
    font-size: 16px;
    font-weight: 400;
}

.gray-bg.right.action-btns-group {
    background-color: #e1fff4;
}

.gray-bg.right.action-btns-group>div:first-child {
    margin-bottom: 20px;
}

.gray-bg.right.terms-conditions-right .row-flex {
    padding: unset;
    justify-content: flex-start;
    background-color: transparent;
}

.gray-bg.right.terms-conditions-right>div:first-child {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .right.action-btns-group .row-flex p,
    .right.action-btns-group .row-flex input {
        margin-bottom: 0;
    }
    .gray-bg.right.terms-conditions-right .row-flex {
        justify-content: flex-end;
    }
}