th {
    text-align: inherit;
    display: flex;
}

/* h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    color: #bca853;
    font-weight: 400;
} */


p {
    color: #212529
}

#heading {
    text-transform: uppercase;
    color: #1f3d59;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 0px
}

#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: #ffff;
    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 #1f3d59;
    outline-width: 0
}*/

#msform .action-button {
    width: 100px;
    background: #1f3d59;
    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: #1f3d59
}


#msform .apply-now-btnn {
    text-align: right;
}

#msform .action-button-previous {
    /* width: 100px;
    background: #bca853;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px; */
    float: right;
    background: #F1F1F1 0% 0% no-repeat padding-box;
    border-radius: 0;
    color: black;
    border: 1px solid #bdbdbd;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    /* background-color: #000000 */
    background-color: #1f3d59;
    color: #F1F1F1;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    margin-top: 10px;
    font-size: 15px;
    color: #1f3d59;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #1f3d59;
    font-weight: normal
}

.steps {
    margin-top: 10px;
    font-size: 15px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

.progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey
}

.progressbar .active {
    color: #1f3d59
}

.progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

.progressbar #account:before {
    font-family: FontAwesome;
    content: "\f128";
}

.progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

.progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f093";
}

.progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.progressbar li:before {
    width: 40px;
    height: 40px;
    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: #1f3d59
}

.progress {
    /* height: 20px */
    height: 8px;
}

.progress-bar {
    background-color: #1f3d59
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.brand_logo_success_img {
    height: auto;

}





#msform .quiz,
.choices {
    list-style-type: none;
    padding: 0;
}

#msform .choices li {
    margin-bottom: 5px;
}

#msform .choices label {
    display: flex;
    align-items: center;
}

#msform .choices label,
input[type="radio"] {
    cursor: pointer;
}


#msform .choices input[type="radio"] {
    margin-right: 8px;
}

.error_validate {
    color: red;
}


.msg_errorss {
    color: red;
}



@media (max-width: 768px) {

    .apply-now-btnn {
        text-align: left;
    }

    .dynamic-title-scroll {
        overflow-x: auto;
    }

    .progressbar {
        display: block;
    }

    .progressbar li {
        width: 50%;
        margin-bottom: 1rem;
    }
    .form-card {
    padding: 0;
 }
}

/* added by mayuri */
.job-apply-form .form-control {
    font-size: clamp(12px, (16 / 1920) * 100vw, 24px);
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;

}

.job-apply-form .next {
    background-color: #1f3d59;
    float: right
}

.job-apply-form .previous {
    color: black;
    border: 1px solid #bdbdbd;
    float: right
}


.job-apply-form .previous:hover,
.job-apply-form .previous:focus {
    background-color: #1f3d59;
    color: #F1F1F1;

}