    
#msform {
    text-align: center;
    position: relative;
    /* margin-top: 20px; */
    padding:25px 25px 80px 25px;
    /* margin:25px; */
    border:1px solid #737373;
}

#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 {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    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 #fa5b59;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #fa5b59;
    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: #fa5b59
}

#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: #fa5b59;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #fa5b59;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding:0px
}

#progressbar .active {
    color: #fa5b59
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #AddCircular:before {
    font-family: FontAwesome;
    /* content: "\f13e" */
    content: "1"
}

#progressbar #ImportantHighlights:before {
    font-family: FontAwesome;
    /* content: "\f007" */
    content: "2"
}

#progressbar #SupportDocument:before {
    font-family: FontAwesome;
    /* content: "\f030" */
    content: "3"
}

#progressbar #NotifytoCCO:before {
    font-family: FontAwesome;
    /* content: "\f00c" */
    content: "4"
}


#progressbar #FormTab1:before {
    font-family: FontAwesome;
    /* content: "\f13e" */
    content: "1"
}

#progressbar #FormTab2:before {
    font-family: FontAwesome;
    /* content: "\f007" */
    content: "2"
}

#progressbar #FormTab3:before {
    font-family: FontAwesome;
    /* content: "\f030" */
    content: "3"
}

#progressbar #FormTab4:before {
    font-family: FontAwesome;
    /* content: "\f00c" */
    content: "4"
}



#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: #fa5b59
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #fa5b59
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.FormBtnGroup {
    position: relative;
    bottom:0px;
    top:20px;
}




.save-draft-button {
    width: 100px;
    background: #ffc738;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

.save-draft-button:hover{
    color: #000;
}

.discard-button {
    width: 100px;
    background: #a4a4a4;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

.discard-button:hover{
    color: #000;
}


.back-button {
    width: 100px;
    background: #a4a4a4;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

.back-button:hover{
    color: #000;
}