#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 0px
}

#msform fieldset {


    width: 100%;
    margin: 0;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}





.action-button {
    width: 100%;
    display: inline-block;
    background: #fdb512;
    font-size: 35px;
    color: #414141;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px 0px;
    margin: 10px 0px 0px 0;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;

}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #fdb512;
    text-decoration: none;
    color: #414141;

}

#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: #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: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#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: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    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: #673AB7
}

.progress {
    height: 10px
}

.progress-bar {
    background-color: #7e7e7e
}

.fit-image {
    width: 100%;
    object-fit: cover
}


.btn_rounded.reset2 a {

    font-size: 18px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 10px;
    margin: 0px 0 0 0;
    border: 0;
}

@media (max-width: 768px) {

    .action-button {
        padding: 10px 0px;
        margin: 10px 0px 0px 0;

    }


}

.dob-inline-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: flex-end;
    max-width: 520px;
    margin: 0 auto 12px;
}

.dob-inline-field {
    flex: 1 1 140px;
    min-width: 0;
}

.dob-inline-field--day {
    flex: 0 1 88px;
}

.dob-inline-field--year {
    flex: 0 1 104px;
}

.dob-inline-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    text-align: left;
}

.dob-select {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
}

.dob-step-fieldset .dob-continue-btn {
    display: block;
    max-width: 320px;
    margin: 16px auto 0;
}

@media (max-width: 480px) {
    .dob-inline-row {
        gap: 8px;
    }

    .dob-inline-field,
    .dob-inline-field--day,
    .dob-inline-field--year {
        flex: 1 1 calc(33.333% - 8px);
        min-width: 92px;
    }
}

.sms-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    text-align: left;
    color: #4a5568;
    font-size: 0.84rem;
    line-height: 1.42;
    background: #f7f8fb;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    padding: 0.85rem 0.95rem;
    margin: 16px auto 12px;
    max-width: 640px;
}

.sms-consent-checkbox {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 auto;
    margin: 0.12rem 0 0;
    border-radius: 5px;
}

.sms-consent-label {
    display: block;
    margin: 0;
    cursor: pointer;
}

.sms-consent-label a {
    color: #0d6efd;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sms-consent-error {
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #dc3545;
}

.sms-consent--invalid {
    border-color: #dc3545;
}