

#heading {
    color: #333;
    font-weight: normal;
    font-size: 24px;
}
#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 {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    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 #673AB7;
    outline-width: 0
}*/

#msform .action-button {
    width: 120px;
   /*background: #673AB7;*/
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 20px;
}

#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;
    border-radius: 20px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.accordion .card {
    z-index: 0;
    border: 1px solid rgba(0,0,0,.125);
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    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: #6eb634;
    padding-left: 0px;
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 11%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #grantApplication:before {
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f039";
}

#progressbar #profileApplicant:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f073"
}

#progressbar #desProject:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f15c"
}
#progressbar #budget:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f44b"
}
#progressbar #projectPlan:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f1b3"
}

#progressbar #checkList:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f57e"
}

#progressbar #profitLoss:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f468"
}
#progressbar #desProject:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f55b"
}
#progressbar #agreement:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f55b"
}
#progressbar #attachment:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    content: "\f54e"
}


#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #808080;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #808080;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

/*#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}
*/
.progress {
    height: 20px
}

/*.progress-bar {
    background-color: #673AB7
}*/

.fit-image {
    width: 100%;
    object-fit: cover
}




#msform .card-header .btn-link{
    color: #fff;
}

#msform .accordion .card-header {
    padding: 0;
    background: #28a745;
}


