.signupForm-section {
    background-attachment: fixed;
    /* background-image: url(../images/bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    background: #e8e8ea;
}
.signupForm-section::before {
    background-color: #000000d4;
    background-image: url(../images/bg_mask.png);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.7;
    top: 0;
    width: 100%;
    z-index: -1;
    display: none;
}
.signupForm-section-inner {
    max-width: 770px;
    margin: auto;
}
.column {
    margin: 0 0 50px;
}

.review-submit-section .final-step-result-item {
    /* border: 1px solid #ccc; */
    max-width: 95%;
    margin: 0 auto 20px;
    display: block;
    float: none;
    clear: both;
    padding: 0;
}
.display-table {
    display: table;
    height: 100vh;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.form-wrap {
    box-shadow: #ccc 0px 0px 5px;
    background-color: #fff;
    border-radius: 4px;
    margin: 30px auto;
    padding: 30px 0 0 0;
    border-radius: 30px;
}

h2.form-title {
    font-size: 22px;
    font-weight: bold;
    color: #646464;
    margin: 10px 0;
    padding: 0 30px;
    text-align: center;
}

h3.section-title {
    background-color: #323757;
    border: 0px solid rgb(228, 103, 19);
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    margin: 10px 0 20px;
    text-align: center;
    font-size: 20px;
}

h3.section-form-title {
    max-width: 320px;
    margin: 10px auto;
    text-align: center;
    font-size: 21px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
}
h3.section-form-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 1px;
    background-color: #eb5310;
    display: block;
    margin: auto;
    right: 0;
}
h3.section-form-title::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -2px;
    width: 30px;
    height: 5px;
    background-color: #eb5310;
    margin: auto;
    right: 0;
}

.section-wrap {
    overflow: hidden;
    position: relative;
}

.section {
    overflow: hidden;
    -webkit-transition: all 0.23s ease-in-out 0s;
    -moz-transition: all 0.23s ease-in-out 0s;
    -ms-transition: all 0.23s ease-in-out 0s;
    -o-transition: all 0.23s ease-in-out 0s;
    transition: all 0.23s ease-in-out 0s;
}

.section.slide-right {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
}

.section.slide-left {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.section.open {
    height: auto;
    opacity: 1;
}
.signupForm-bg-wrap .section-wrap fieldset {
    padding: 30px 15px;
}
.form-layer-steps {
    margin: 0 0 40px;
    /* overflow: hidden; */
    position: relative;
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-layer-progress {
    background-color: #ddd;
    height: 7px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    bottom: -25px;
    border-radius: 55px;
}
.form-layer-progress-line {
    background-color: #323757;
    height: 7px;
    left: 0;
    position: absolute;
    top: 0px;
    border-radius: 55px;
}
.form-layer-tolal-steps-4 .form-layer-step {
    float: left;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: 14.666667%;
    border: 1px solid #ccc;
    padding: 12px 10px;
    margin: 0px 0px;
    background: #ffffff;
    border-radius: 10px;
}
.form-layer-tolal-steps-4 .form-layer-step.active {
    background: #f6fafd;
    border: 1px solid #9cc7ee;
}
.form-layer-tolal-steps-4 .form-layer-step.activated {
    background: #e36712;
    border: 1px solid #e36712;
}
.form-layer-step-icon {
    background-color: #ddd;
    border-radius: 50%;
    color: #eb5310;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
    width: 30px;
    text-align: center;
}
.form-layer-step.activated .form-layer-step-icon {
    background-color: #fff;
    border: 1px solid #fff;
    color: #e46712;
}

.form-layer-step.active .form-layer-step-icon {
    background-color: #323757;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-top: 0;
    width: 35px;
    color: #fff;
}

.progress {
    background-color: rgba(62, 62, 62, 0.3);
    margin: 0 0 50px;
    padding: 0;
    position: relative;
    height: 32px;
}

.progress-bar {
    background-color: rgba(3, 121, 202, 0.99);
}

.progress-bar-text {
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    margin-left: -38px;
    padding: 6px 0;
    position: absolute;
}

form#multistepForm {
    margin: 0 0 20px;
}

#multistepForm h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 15px;
}

.form-group {
    margin: 0 0 30px;
    position: relative;
    padding: 0px 25px;
}

.form-control {
    padding-left: 50px;
    border: 1px solid #3e3e3e;
}

.input-group-icon {
    background-color: #e8e8ea;
    border: 0 none;
    color: #e46713;
    display: table-cell;
    font-size: 16px;
    height: 100%;
    padding: 15px 7px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: 50px;
    position: absolute;
    top: 0;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #bdbdbd;
}

#multistepForm .has-error .form-control {
    border-color: #ce0606;
}

#multistepForm .has-error .input-group-icon {
    background-color: #ce0606;
    color: #ffffff;
}

#multistepForm .form-control:focus,
#multistepForm .has-error .form-control:focus {
    border-color: #01903d;
    box-shadow: 0 1px 1px rgba(3, 17, 202, 0.075) inset, 0 0 8px rgba(3, 17, 202, 0.6);
}

#multistepForm .form-control:focus+.input-group-icon,
#multistepForm .has-error .form-control:focus+.input-group-icon {
    background-color: #01903d;
    color: #fff;
}

.help-block {
    color: #ce0606;
    margin: 0;
    position: absolute;
    bottom: -30px;
}

.validagree .help-block.with-errors {
    bottom: -30px;
}

.help-block.with-errors.mandatory-error {
    bottom: auto;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.text-danger {
    color: #ce0606;
    font-size: 20px;
}

#profile-Image img,#Address-Front-Image img,#Address-Back-Image img {
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 150px;
}

#AddressFrontProof img {
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 150px;
}
#AddressBackProof img {
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 150px;
}
.section .form-group.attachmentFile {
    display: table;
    margin: 15px 0 40px;
}

.section .input-group-btn~.form-control {
    border-radius: 0 4px 4px 0;
    cursor: not-allowed;
    padding-left: 10px;
}
.section .form-group.attachmentFile input.appreeuired.form-control {
    margin: 0;
    width: 100%;
}
.section .input-group-btn>.btn {
    height: 50px;
    background-color: #323757;
    border: 1px solid #323757;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    transition: 0.7s;
}
.section .input-group-btn>.btn:hover {
    background-color: #eb5310;
    border: 1px solid #eb5310
}
/* .section .form-group.attachmentFile label.input-group-btn span.btn {
    height: 50px;
    background-color: #323757;
    border: 1px solid #323757;
    display: inline-flex;
    justify-content: center;
    align-items: center;
} */
.attachmentFile .input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-left: 0;
}

.section .input-group-btn>.btn>input[type="file"] {
    display: none;
}
.form-group.steps-footet-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#multistepForm select {
    background-color: transparent;
    display: inline-block;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#multistepForm select {
    background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%), linear-gradient(135deg, #3e3e3e 50%, transparent 50%), radial-gradient(transparent 66%, transparent 66%);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

#multistepForm select:focus {
    background-image: linear-gradient(45deg, transparent 50%, #0379ca 50%), linear-gradient(135deg, #0379ca 50%, transparent 50%), radial-gradient(transparent 66%, transparent 66%);
}

#humanCheckCaptchaBox {
    font-weight: bold;
}

#humanCheckCaptchaBox,
#humanCheckCaptchaInput,
#firstDigit,
#secondDigit,
#mathfirstnum,
#mathsecondnum {
    display: inline;
}

#humanCheckCaptchaInput.form-control {
    height: 30px;
    margin-left: 10px;
    padding: 4px;
    text-align: center;
    width: 45px;
}

#firstDigit #mathfirstnum,
#secondDigit #mathsecondnum {
    border: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    padding: 0;
    pointer-events: none;
    text-align: center;
}

.btn-default {
    background-color: transparent;
    border-color: #3e3e3e;
    color: #222;
}

.form-control[disabled], .form-control[readonly], .form-control {
    background-color: transparent;
    border: 1px solid #bdbdbd;
    width: 100%;
    margin-left: 0;
    border-left: 1px solid #e8e8ea;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding-left: 64px;
    height: 50px;
    appearance: none;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

select.form-control {
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.form-layer-step p {
    font-family: 'Poppins', sans-serif;
    margin: 10px 0px 0px;
    font-size: 14px;
    color: #313131;
    font-weight: 500;
    text-align: center !important;
}
.form-layer-step.activated p {
    color: #fff;
}
.btn {
    overflow: hidden;
    font-size: 16px;
    padding: 6px 20px;
}
.btn-custom {
    text-transform: capitalize;
    vertical-align: middle;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 35px;
    margin: 0;
    border: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 18px;
    background: #eb5310;
    border-radius: 5px;
    transition: 0.7s;
    color: #fff;
}

.btn-custom::before {
    background-color: #01903d;
    border-color: #01903d;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    z-index: -1;
    display: none;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    color: #fff;
    background: #323757;
}
.btn-custom.back-step-btn {
    background: #323757;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    color: #fff;
    background: #323757;
}
.btn-custom:hover::before,
.btn-custom:focus::before,
.btn-custom:active::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.btn.btn-default.disable {
    pointer-events: none;
}
.btn-custom span.fa {
    font-size: 14px;
    margin-left: 5px;
}
.btn-custom.back-step-btn span.fa {
    margin-left: 0;
    margin-right: 5px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}

.review-submit-section h4 {
    background-color: transparent;
    border: 1px solid #3e3e3e;
    border-radius: 6px;
    color: #222;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.review-submit-section h5 {
    background-color: rgb(153, 153, 153);
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    margin: 0 0 20px;
    font-size: 22px;
    text-align: center;
}

.review-submit-section p>strong {
    width: 50%;
    float: left;
    color: #0379ca;
    padding-right: 10px;
    text-align: right;
}

.review-submit-section p>span {
    width: 50%;
    float: left;
}
.review-submit-section .final-step-result-item p strong {
    float: none;
    text-align: right;
    border-right: 1px solid #ccc;
    padding: 15px 15px;
    color: #323757;
}
.review-submit-section .final-step-result-item p span {
    float: none;
    padding: 0px 15px;
}
.review-submit-section .final-step-result-item h5 {
    background-color: #323757;
    border: 0px solid rgb(228, 103, 19);
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 15px 0px;
    margin: 0px 0 0px;
    text-align: center;
}
.form-logo {

	margin: 0 auto;
    width: 130px;
    display: block;
}



.review-submit-section p {
    clear: both;
    text-align: left;
}
.review-submit-section .final-step-result-item p {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #ccc;
    padding: 0px 10px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 -1px;
    text-align: left;
    align-items: center;
}
.review-submit-section pbrowse {
    width: 100%;
    clear: both;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #ccc;
    padding: 0px 10px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 -1px;
    text-align: left;
    align-items: center;
}
.review-submit-section pbrowse strong {
    float: none;
    text-align: right;
    border-right: 1px solid #ccc;
    padding: 15px 15px;
    color: #323757;
    width: 50%;
}
.review-submit-section pbrowse span {
    float: none;
    padding: 0px 15px;
    width: 50%;
}
p#AggreData {
    margin: 0 0 40px;
}
.review-submit-section .final-step-result-item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0px 0px;
}
.section-info-box strong {
    padding-right: 5px;
}

.datepicker-inline {
    border: 1px solid;
    margin: 0 auto;
    width: 220px;
}
.custom-check-box label.container-common {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}
.custom-check-box label.container-common input {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
    top: 0;
}
.custom-check-box label.container-common input::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #eb5310;
}
.custom-check-box label.container-common input:checked:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #eb5310;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.custom-check-box label.container-common input[disabled] {
    opacity: 0.5;
}
.mobile-show-text{
    display: none;
}

div#termsandconditionmodel .modal-header {
    background: #323757;
    color: #fff;
}

div#termsandconditionmodel button.close {
    background: #fff;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 4px;
    color: #eb5310;
    position: absolute;
    right: -10px;
    top: -10px;
}
div#termsandconditionmodel p {
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
div#termsandconditionmodel .modal-footer button.btn, div#termsandconditionmodel .modal-footer a {
    width: auto;
    min-height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    margin: 0;
    border: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    background: #eb5310;
    transition: 0.7s;
    color: #fff;
    border-radius: 5px;
}
div#termsandconditionmodel .modal-footer button.btn:hover {
    background: #323757;
}
div#termsandconditionmodel .modal-footer a {
    background: #323757;
}
div#termsandconditionmodel .modal-footer a:hover {
    background: #eb5310;
}
div#termsandconditionmodel .modal-dialog {
    margin-top: 30px;
}
#changepass .modal-dialog {
    width: 100%;
    max-width: 670px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 auto;
}
#changepass .modal-body {
    clear: both;
    position: relative;
    overflow: hidden;
    padding: 30px 30px;
}
#changepass .form-group {
    margin: 0 0 15px;
    position: relative;
    padding: 0;
}
#changepass .form-group label {
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    width: 100%;
    padding: 0;
    float: none;
}
#changepass .form-group .form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    color: #222222;
    line-height: 26px;
    padding: 10px 20px;
    border-radius: 4px;
    background: #f6f6f6;
    border: 1px solid transparent;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.modal-dialog button.btn.btn-primary {
    position: relative;
    padding: 10px 38px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    background-color: #eb5310;
    border: 2px solid #eb5310;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    outline: none;
    box-shadow: none;
}
.modal-dialog button.btn.btn-primary:hover {
    color: #eb5310;
    background: none;
}
.modal-dialog button.btn.btn-default {
    position: relative;
    padding: 10px 38px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    background-color: #eb5310;
    border: 2px solid #eb5310;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.modal-dialog button.btn.btn-default:hover {
    background: none;
    color: #eb5310;
}
#changepass .form-group .col-md-6 {
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
}
#viewproof .modal-dialog .modal-body img {
    height: 400px;
    object-fit: cover;
    object-position: bottom;
}
#viewproof .modal-dialog {
    width: 100%;
    max-width: 670px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 auto;
}
@media screen and (max-width:1199px) {
    .form-control[disabled], .form-control[readonly], .form-control {
        font-size: 14px;
    }
    .btn-custom span.fa {
        font-size: 12px;
        margin-left: 5px;
    }
    .btn-custom {
        min-height: 45px;
        padding: 0px 28px;
        font-size: 16px;
    }
}
@media screen and (max-width:1023px) {
    .signupForm-section-inner {
        padding: 0 30px;
    }
    h2.form-title {
        font-size: 20px;
    }
}
@media screen and (max-width:767px) {
    div#section-0 h3.section-form-title {
        display: none;
    }
    div#section-0 h3.section-form-title.mobile-show-text {
        display: block;
    }
    h2.form-title {
        padding: 0 15px;
    }
    .form-wrap {
        padding: 30px 0;
        margin: 0;
        border-radius: 15px;
    }
	.h3, h3 {
        font-size: 19px;
    }

    .form-layer-tolal-steps-4 .form-layer-step {
        width: auto;
        margin: 0;
        padding: 0;
        border: none;
    }
    .form-layer-tolal-steps-4 .form-layer-step.active {
        background: #f6fafd;
        border: none;
    }
    .form-layer-step p {
        display: none;
    }
    .form-layer-step.active .form-layer-step-icon {
        font-size: 22px;
        height: 40px;
        line-height: 40px;
        margin-top: 0;
        width: 40px;
    }

    .review-submit-section h5 {
        background-color: rgb(246, 246, 249);
        border-radius: 3px;
        color: #000;
        border-bottom: 1px solid #cccccc;
        padding: 10px;
        margin: 0 0 20px;
        font-size: 18px;
        text-align: center;
    }
    .signupForm-section-inner {
        padding: 30px 0px;
    }
    .form-logo {
        width: 100px;
    }
    h2.form-title {
        font-size: 18px;
    }
    h3.section-title {
        padding: 14px;
        margin: 4px 0 22px;
        font-size: 18px;
    }
    .btn-custom {
        min-height: 42px;
        padding: 0px 25px;
        font-size: 14px;
    }
    .input-group-icon {
        font-size: 14px;
        padding: 10px 6px;
        width: 39px;
    }
    .form-control[disabled], .form-control[readonly], .form-control {
        font-size: 14px;
        height: 45px;
        margin-left: 0;
        padding-left: 51px;
        width: 100%;
    }
    h3.section-form-title {
        font-size: 20px;
    }
    .form-group {
        margin: 0 0 20px;
    }
    .section .form-group.attachmentFile {
        margin: 10px 0 30px;
    }
    .section .input-group-btn>.btn {
        height: 45px;
        font-size: 14px;
    }
    .form-layer-step.active .form-layer-step-icon {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .form-layer-step p {
        display: none;
    }
    .form-layer-progress {
        height: 3px;
        bottom: -25px;
    }
    .form-layer-progress-line {
        height: 3px;
    }
    .form-layer-step.activated .form-layer-step-icon {
        background-color: #e36712;
        border: 1px solid #e36712;
        color: #fff;
    }
    .form-layer-step-icon {
        margin-top: 0;
    }
    .form-layer-tolal-steps-4 .form-layer-step.activated {
        background: none;
        border: none;
    }

    .signupForm-section {
        background: #fff;
    }
    .form-wrap {
        padding: 0px 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .signupForm-section .display-table-cell {
        vertical-align: top;
    }
    #loaderlogin {
        border: 2px solid #e56615;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        z-index: 2;
    }
    div#termsandconditionmodel button.close {
        right: -6px;
    }
    #changepass .modal-dialog {
        width: 100%;
        max-width: 100%;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        margin: 0 auto;
        padding: 20px;
    }
    #viewproof .modal-dialog {
        width: 100%;
        max-width: 100%;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        margin: 0 auto;
        padding: 20px;
    }
    #changepass .form-group label {
        font-size: 15px;
    }
    #changepass .form-group .form-control {
        height: 42px;
    }
    .modal-dialog button.btn.btn-primary {
        padding: 8px 18px;
    }
    .modal-dialog button.btn.btn-default {
        padding: 8px 28px;
    }
    .modal-body {
        padding: 10px;
    }
}

@media screen and (max-width:480px) {
    .col-xs-6 {
        width: 100%;
    }
    .form-group {
        padding: 0px 10px;
    }
}

@media screen and (max-width:420px) {
    #firstDigit #mathfirstnum,
    #secondDigit #mathsecondnum {
        width: 20px;
    }
}

@media screen and (max-width:360px) {
    #multistepForm span.sub-text {
        right: 30px;
    }
}

@media screen and (max-width:340px) {
    .btn {
        margin: 0 0 20px 10px;
    }
    .btn.btn-default.disable {
        display: none;
    }
}


.invalid-feedback {

	    margin-left: 50px;
		    color: red;
}
