#heading {
    text-transform: uppercase;
    color: #c03;
    font-weight: normal;
    font-size: 20px;
    margin-bottom:8px;
}
.register-all p{
    margin-bottom: 16px;
        font-size: 14px;
    line-height: normal;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea,
#msform select {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    /*margin-bottom: 25px;*/
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 13px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #c03;
    outline-width: 0
}
#documentationtab .action-button,
#FirstField .action-button,
#CProfile .action-button,
#msform .action-button,
.form-group #btnVerifyNext.action-button,
#CompanyInfoTab .action-button{
    width: 100px;
    background: #c03;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}
#documentationtab .action-button-previous,
#CompanyInfoTab .action-button-previous,
#CProfile .action-button-previous,
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #c03;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #c03;
    font-weight: normal
}

.steps {
    font-size: 14px;
    color: gray;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
    display: flex;
    justify-content: center;
}

#progressbar .active {
    color: #c03
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    content: "\f13e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#progressbar #personal:before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#progressbar #payment:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f030";
}

#progressbar #confirm:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f00c"
}
#progressbar li:before {
    width: 38px;
    height: 38px;
    line-height: 36px;
    display: block;
    font-size: 18px;
    color: #fff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 8px auto;
    padding: 2px;
    transition: background 0.2s;
}
#progressbar li:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 19px;
    width: 100%;
    height: 2px;
    background: lightgray;
    z-index: -1;
    transform: translateX(-50%);
}

#progressbar li.active {
    color: #c03;
    font-weight: 600;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #c03;
}
#progressbar li.finish:before,
#progressbar li.finish:after {
    background: #c03;
    color: #fff;
}
#progressbar .progress-line {
    position: absolute;
    top: 19px;
    left: 0;
    height: 2px;
    background: #c03;
    z-index: -1;
    transition: width 0.3s;
    width: 0%;
}
@media (max-width: 767px) {
    #progressbar {
        flex-direction: column;
        align-items: stretch;
    }
    #progressbar li {
        flex: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    #progressbar li:after {
        width: 2px;
        height: 100%;
        left: 19px;
        top: 50%;
        transform: translateY(-50%);
    }
    #progressbar .progress-line {
        left: 19px;
        top: 0;
        width: 2px;
        height: 0%;
    }
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #c03
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #c03
}

.fit-image {
    width: 100%;
    object-fit: cover
}

div#img_contain img#image-preview,
div#img_contain img#image-preview2,
div#img_contain img#image-preview3,
div#img_contain img#image-preview4 {
    width: 100px;
    height: auto;
}


div#img_contain,
div#img_contain2 {
    text-align: center;
}






.form-input .form-group input {
    padding: 0;
    height: initial !important;
    width: initial !important;
    margin-bottom: 0 !important;
    display: none !important;
    cursor: pointer !important;
}

.form-input .form-group label {
    position: relative;
    cursor: pointer;
}

.form-input .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.form-input .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-input {
    margin-top: 8px;
}

div#privacy h2,
#privacy h3 {
    font-size: 20px;
    font-weight: bold;
    color: #555;
}

div#privacy .modal-dialog {
    max-width: 700px;
}

div#privacy button.btn.btn-primary {
    width: 120px;
    background: #c03;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

div#privacy button.btn {
    width: 120px;
    font-weight: bold;
    border-radius: 0px;
    height: 40px;
}


.input-open {
    display: none;
}

/*24-6-2022 css start here */
div#Previewmodel .account-heading h4#heading {
    font-weight: bold;
    color: #555;
}

div#Previewmodel .form-control {
    /*height: 30px;*/

}

div#Previewmodel .form-control {
    height: auto;
}

.profile-row {
    border: 1px solid #eee;
    margin-bottom: 15px;
}

div#Previewmodel h4#heading {
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    margin: 0;
}

div#Previewmodel .profile-row h4#heading {
    background: #7f7f7f;
    color: #fff;
    padding: 5px;
}

div#Previewmodel .profile-row .mtop.form-group.row {
    padding: 0;
    margin: 15px 0;
}

.upload-label {
    text-align: left !important;
    margin-bottom: 10px;
    font-size: 13px;
    width: 100%;
}

.document-wrapper div#img_contain img {
    width: 100%;
}

button#btneditchange,
button#btnfinalsave {
    background: #7f7f7f;
    border: #7f7f7f;
    color: #fff;
}

button#btneditchange:hover,
button#btnfinalsave:hover {
    background: #c03;
    border: #c03;
    color: #fff;
}

div#Previewmodel h5#exampleModalLabel {
    font-weight: bold;
    color: #555;
}

div#Previewmodel .modal-dialog {
    max-width: 930px;
}

#progressbar #Documenation:before {
    content: "\f574";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#progressbar .input-group{
    position: relative;
}

.input-group-addon.pwdicon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
}
.card.cust-form-box{
    border: 0;
    background-color: transparent;
}

.card.cust-form-box li{
    font-size: 12px;
    font-weight: 500;
}
.wrap-left-content {
    padding: 15px;
    border: 1px solid #eee;
    background: #f7f7f7;
}.wrap-left-content h2 {
    color: #f00;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}.internaltional {
    padding: 15px;
    border: 1px solid #eee;
    background: #f7f7f7;
    text-align: center;margin-bottom: 26px;
}.wrap-right-content h2 {
    font-size: 20px;
    font-weight: bold;
}   .wrap-right-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}