body {
    font-family: 'SofiaPro';
}
.state-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.state-button {
    background-color: #cf9358;
    color: white;
    border: none;
    padding: 9px 30px;
    font-size: 1rem;
    width: 95%;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s;
    max-width: 480px;
    font-family: 'SofiaPro';
    margin-bottom: 10px;
}
.state-button:hover {
    background-color: #b27437;
}

.actBox {
    display: block;
}


.containerStepBox {
    height: fit-content;
  /*  overflow: auto !important;*/
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-top: 0px;
}
.step.formBoxCard {
    height: fit-content;
    overflow: hidden;
}
.step.formBoxCard h3 {
    margin: 0px 0px 10px;
    text-align: center;
    font-family: 'SofiaProMedium';
}
.step.formBoxCard p {
/*    text-align: center;*/
    /*margin-bottom: 30px;*/
    font-size: 1.2rem;
    font-family: 'SofiaPro';
}

section.questionFooter {
    padding: 50px 0px;
    text-align: center;
    font-family: 'SofiaProMedium';
}
section.questionFooter p {
    font-family: 'SofiaProMedium';
    margin-bottom: 5px;
}
section.questionFooter p a {
    color: #cf9358;
    font-family: 'SofiaProMedium';
}
section.questionFooter h3 {
    font-size: 1.5rem;
    font-family: 'SofiaProMedium';
}

section.mainBox {
    height: fit-content;
    position: relative;
    margin-top: 70px;
}

section.logoNavSection {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9;
    top: 0;
    background: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #f3f3f3;
}

.logoWrap {
    justify-content: center;
}



  .form-container {
                background: white;
    padding: 0px;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    width: 100%;
        }
        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 10px;
        }
        .checkbox-group input {
            width: 18px;
            height: 18px;
            accent-color: #895200;
        }
        .checkbox-group label {
            font-size: 14px;
            color: #333;
            line-height: 1.5;
        }
        .checkbox-group a {
                color: #cf9358;
    text-decoration: underline;
        }
        .checkbox-group a:hover {
            text-decoration: underline;
        }
        .note {
            font-size: 12px;
            color: #666;
            margin-left: 28px;
        }
        .button {
            width: 100%;
                background: #895200;
    color: #ffffff;
            padding: 12px;
            border: none;
            border-radius: 6px;
            font-size: 16px;
           /* cursor: not-allowed;*/
            text-align: center;
            margin: 0px;
            margin-top: 10px;

        }


.form-group {
    position: relative;
}

        .loseUpWeight {
    position: relative;
}
.avrageContent {
    position: absolute;
    text-align: left;
    color: #ffffff;
    padding: 15px;
}

.step.formBoxCard .avrageContent h3 {
    font-size: 3rem;
    text-align: left;
    padding: 15px 15px 0px 15px;
    margin: 0px;
}
.step.formBoxCard .avrageContent p {
    text-align: left;
    padding: 0px 15px 0px 15px;
}

.step.formBoxCard .buttons {
    position: relative;
    width: 100%;
    bottom: 0;
    padding-bottom: 15px;
}

.step.formBoxCard p.graphIll {
    text-align: left;
    padding: 30px 15px 0px 15px;
    font-size: 0.8rem;
    color: #808080;
}

.revImages {
    text-align: center;
    margin: 5px auto 30px;
}

.revImages img {
    max-width: 130px;
    height: auto;
    border: 5px solid #cf9358;
    border-radius: 50%;
}

.form-group select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.step.formBoxCard p.smallContEmail {
    margin-bottom: 0px;
    font-size: 1rem;
    text-align: left;
    color: #777777;
}

.membership-header span {
    font-size: 18px;
    font-weight: 700;
}

.membership-header span.savings-tag {
    position: absolute;
    right: 30px;
    font-size: 0.8rem;
}


.membership-card:before {
    top: 45px;
}

.step.formBoxCard label.membership-option p {
    margin: 0px;
    text-align: left;
}









.payment-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    border: 1px solid #ddd;
        min-height: 75px;
}
.payment-text {
    font-size: 14px;
    color: #333;
}
.payment-text a {
    color: #cf9358;
    text-decoration: none;
    font-weight: bold;
}
.edit-btn {
    background: none;
    border: none;
    cursor: pointer;
}
.edit-btn svg {
    width: 18px;
    height: 18px;
  /*  fill: #007b5e;*/
}

.step.formBoxCard .formContactDetails h3 {
    text-align: left;
    margin-bottom: 15px;
}

.formContactDetails {
    margin-bottom: 15px;
}

















.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 500px;
    text-align: center;
    position: relative;
}

.modal-content h2 {
    margin: 0px;
    text-align: left;
}

.close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}
span.close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.membership-option {
    margin: 20px 0;
}

h3 {
    margin: 10px 0;
}

.terms {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

.modal-actions {
    margin-top: 20px;
}

button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#cancelButton {
    background-color: #ccc;
}

#confirmButton {
    background-color: #4CAF50;
    color: white;
}


.membership-option {
    flex-direction: column;
    align-items: baseline;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 0px;
    padding: 15px;
    position: relative;
}

.WrapBoxmdl {
    display: flex;
    align-items: baseline;
}

.WrapBoxmdl p {
    margin-left: 15px;
    color: #cf9358;
    font-weight: 600;
}

.modal-actions button {
    width: 48%;
    margin: 0px;
}

h6.billedMnth {
    text-align: center;
    margin-top: 15px;
}

p.autoRenewal {
    text-align: center;
    font-size: 0.8rem !important;
}

.step.formBoxCard p.payment-text {
    margin: 0px;
}

.payment-box {
    margin-bottom: 15px;
}

label.membership-option {
    border: none;
    padding: 0px;
}

span.enterCode {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    display: flex;
    align-items: center;
    border-left: 1px solid #d3d3d3;
    padding-left: 15px;
    padding-right: 15px;
}
.formContactDetails button.button {
    height: 50px;
}
.stateBtnWrpper {
    text-align: center;
}

.form-control {
    height: 50px;
}

.leftHdTextWrap h3 {
    text-align: left !important;
}

.step.formBoxCard p.regPricePara {
    margin-bottom: 0px;
}

.prodHeadingBx {
    text-align: center;
    margin-top: 15px;
}

.step.formBoxCard .prodHeadingBx p {
    margin-bottom: 15px;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.step.formBoxCard p.note {
    margin: 0px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.nextBttn{
    transition: all 0.5s ease-in-out;
}
.nextBttnMember{
    transition: all 0.5s ease-in-out;
}
.buttonAnchor{
    transition: all 0.5s ease-in-out;
}
.nextBttn:hover {
    background: #cf9358;
}

.nextBttnMember:hover {
    background: #cf9358;
}
.buttonAnchor:hover {
    background: #cf9358;
}

.step.formBoxCard form {
    padding: 0px;
}


a.buttonAnchor {
    margin: 0 auto;
    max-width: 100%;
    border: none;
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    height: 50px;
    line-height: normal;
    font-size: 1.5rem;
    outline: none;
}
.buttonAnchor {
   /* padding: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.memberOptionActive {
        border: 1px solid #d6a26f;
}



.inncircle1 {
    border: 1px solid #89520057;
    border-radius: 50%;
    padding: 1px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.inncircle2 {
        border: 1px solid #895200b0;
    border-radius: 50%;
    padding: 1px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-1g1p1oe {
    user-select: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: rgb(137 82 0);
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.couponApliedBtn {
    display: flex;
    border-radius: 5px;
    padding: 15px;
    border: 2px solid #8952003b;
    margin-bottom: 20px;
}

button.removeCoupon {
    margin: 0px;
    padding: 0px;
    background: transparent;
    color: #cf9358;
    font-family: 'SofiaProMedium';
}
.inncircleMain {
    position: relative;
    top: 5px;
}
.cpnAppliedTxt p {
    margin-bottom: 10px;
    font-size: 14px !important;
}

span.ackldgeSpan {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.coupnFttre p {
    text-align: center;
    margin: 0px;
    font-size: 1rem !important;
}

.coupnFttre {
    margin-bottom: 15px;
}
p.cpnFtrCntent1 {
    text-decoration: line-through;
}




.step-loader {
    height: calc(100vh - 70px);
}

@media (min-width: 668px) and (max-width: 1024px) {
    .step-loader {
        height: calc(100vh - 70px);
    }
}

.priceCompound {
    align-items: center;
}
@media(max-width:667px) {
    .containerStepBox {
        padding: 15px 0px 45px 0px;
    }
    .priceCompound p.compoundTxt {
    margin-bottom: 0px;
}
.prodImageRight img.img-fluid {
    position: relative;
    max-width: 74px;
    transform: rotate(-38deg);
    bottom: -8px;
    object-fit: contain;
    max-height: 105px;
    margin-bottom: -50px;
}
.semagluProdWrap {
    padding: 0px;
}

a.buttonAnchor {
    padding: 15px;
}
.nextBttnMember {
    font-size: 1.25rem;
}
.checkbox-group label {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    max-width: calc(100% - 20px);
    width: 100%;
}
.step.formBoxCard .avrageContent h3 {
    font-size: 2rem;
    text-align: left;
    padding: 0px 15px 0px 15px;
    margin: 0px;
}
}


.form-group select, .form-group input {
font-family: 'SofiaProMedium';
}

/*app css changes*/

#app_common_modal_close, #error_handler_overlay_close {
    line-height: 27px;
}

.error_handler_body ul {
    text-align: center;
}

.nextBttnMember {
    font-family: 'SofiaProMedium';
}