#heading {
    text-transform: uppercase;
    color: #c03;
    font-weight: 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
    }

#msform .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
    }

#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: 20px;
    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: 15px;
        width: 20%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #account:before {
        content: "\f13e";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;        
    }

    #progressbar #personal:before {
        content: "\f007";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
    }

    #progressbar #payment:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f030";
    }

    #progressbar #confirm:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #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;
}
/*24-6-2022 css end here */

