* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.logo-image {
    width: 200px;
}

.header-bg-container {
    background-color: #fff;
}

@media screen and (min-width: 992px) {
    body {
        background-image: linear-gradient(270deg, #32502E 0%, #0d9b4d 100%);
        font-family: "Avenir", sans-serif !important;
    }

    /* Form01 CSS Start */
    .bg-container02 {
        width: 40% !important;
        padding: 40px 0px 0px 0px;
    }

    .progress-bar-container {
        background-color: #BDE5DF;
        width: 100%;
        height: 10px;
        border-radius: 6px;
    }

    .heading03 {
        text-align: center;
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .option-container {
        background-color: #fff;
        border-radius: 10px;
        width: 90%;
        height: 80px;
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }

    .option-container.selected {
        background-color: #DAF1ED;
        border-color: #136b90;
        box-shadow: inset 0 4px 12px 0 rgba(19, 106, 143, 0.64);
    }

    .option-container:hover {
        box-shadow: inset 0 4px 8px 0 rgba(56, 35, 119, .16);
        border: 1px solid #bde5df;
    }

    .form-check-input {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #BDE5DF;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        margin-top: 2px !important;

    }

    .form-check-input:checked {
        background: #03CEA4;
        border: #03CEA4;
        color: white;
    }

    .form-check-input:checked::before {
        content: "✔";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.9em;
    }

    .form-check-label {
        font-size: 18px !important;
        margin-left: 10px !important;
    }

    .side-image-container {
        background-color: #BDE5DF;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 120px;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .image02 {
        width: 70%;
        margin-top: -15px;
    }

    .button01 {
        background-color: #29abe2;
        border: #29abe2;
        border-radius: 8px;
        width: 40%;
        height: 65px;
        box-shadow: inset 0 2px 8px 0 #78caed, 0 4px 16px 0 rgba(12, 66, 90, .24);
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        opacity: 0.6;
        cursor: not-allowed;
        transition: opacity 0.3s ease;
    }

    .button01:enabled {
        opacity: 1;
        cursor: pointer;
    }

    /* Form01 CSS End */


    /* Form02, Form03 CSS Start */
    .option-container01 {
        background-color: #fff;
        border-radius: 10px;
        width: 90%;
        height: 80px;
        position: relative;
        padding: 10px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .weight-image {
        width: 80px;
        height: 70px;
    }

    .list01 {
        font-size: 20px;
        margin-left: 10px !important;
        margin-top: 25px !important;
    }

    /* Form02, Form03 CSS End */


    /* Form04 CSS Start */
    .heading04 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .paragraph03 {
        color: #fff;
        font-size: 16px;
        line-height: 28px;
    }

    .heading05 {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
    }

    .check-icon {
        color: #03CEA4;
    }

    /* Form04 CSS End */


    /* Form15 CSS Start */

    .image03 {
        width: 50%;
        margin: 25px 0px;
    }

    /* Form15 CSS End */



    /* Form 18 CSS Start */
    .form-control01 {
        text-align: center !important;

    }


    /* Form 18 CSS End */


    /* From 21 CSS Start */
    .goal-container-description {
        background-color: #fff;
        border-radius: 15px;
        border: 1px solid #03CEA4;
        margin: 25px 0px;
    }

    .goal-image {
        width: 30px;
        height: 30px;
    }

    .paragraph05 {
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        padding-left: 10px;
    }

    .paragraph06 {
        font-size: 18px;
    }

    .goal-weight-heading {
        color: #00b894;
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: -10px !important;
    }

    .progress-image {
        width: 100%;
        margin-top: -45px;
        margin-bottom: 20px;
    }

    .button02 {
        background-color: #DAF1ED;
        width: 80px;
        height: 40px;
        border-radius: 25px;
        border: 1px solid #00b894;
        font-weight: 700;
        position: relative;
        z-index: 99;
    }

    .button03 {
        background-color: #DAF1ED;
        width: 80px;
        height: 40px;
        border-radius: 25px;
        border: 1px solid #00b894;
        font-weight: 700;
        position: relative;
        z-index: 99;
        margin-top: -120px;
    }

    .heading06 {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
    }

    .paragraph07 {
        text-align: center;
        color: #769792;
    }

    .form-control03 {
        height: 60px !important;
        border-radius: 15px !important;
    }

    /* From 21 CSS End */


    /* Form 22 CSS Start */
    .men-before-image {
        width: 90%;
        border-radius: 8px;
    }

    .paragraph08 {
        text-align: center;
        padding-top: 10px;
        font-size: 18px;
        font-weight: 500;
    }

    .heading07 {
        color: #136B90;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
    }

    .paragraph09 {
        color: #fff;
        font-size: 17px;
        text-align: center;
    }

    /* Form 22 CSS End */


    .email {
        width: 100px;
    }

    .form-control04 {
        width: 100%;
        border-radius: 10px !important;
        height: 70px !important;
        border: 1px solid #00b894 !important;
    }

    .check-icon {
        width: 150px;
        margin-top: 100px;
    }

    .thankyou-heading {
        color: #FF9923;
        text-align: center;
        font-size: 22px;
        padding-top: 15px;
        font-weight: 600;
    }

    .health-executive-paragraph {
        color: #fff;
        text-align: center;
        padding-top: 8px;
        font-size: 18px;
        font-weight: 600;
    }


}


/* #136B90 */













@media screen and (max-width: 992px) {
    body {
        background-image: linear-gradient(270deg, #32502E 0%, #0d9b4d 100%);
        font-family: "Avenir", sans-serif !important;
    }

    /* Form01 CSS Start */
    .bg-container02 {
        width: 100% !important;
        padding: 40px 0px 0px 0px;
    }

    .progress-bar-container {
        background-color: #BDE5DF;
        width: 100%;
        height: 10px;
        border-radius: 6px;
    }

    .heading03 {
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 30px;
        padding-top: 20px;
    }

    .option-container {
        background-color: #fff;
        border-radius: 10px;
        width: 100%;
        height: 80px;
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }

    .option-container.selected {
        background-color: #DAF1ED;
        border-color: #136b90;
        box-shadow: inset 0 4px 12px 0 rgba(19, 106, 143, 0.64);
    }

    .option-container:hover {
        box-shadow: inset 0 4px 8px 0 rgba(56, 35, 119, .16);
        border: 1px solid #bde5df;
    }

    .form-check-input {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #BDE5DF;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        margin-top: 2px !important;

    }

    .form-check-input:checked {
        background: #03CEA4;
        border: #03CEA4;
        color: white;
    }

    .form-check-input:checked::before {
        content: "✔";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.9em;
    }

    .form-check-label {
        font-size: 15px !important;
        margin-left: 10px !important;
    }

    .side-image-container {
        background-color: #BDE5DF;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100px;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .image02 {
        width: 65%;
    }

    .button01 {
        background-color: #29abe2;
        border: #29abe2;
        border-radius: 8px;
        width: 60%;
        height: 65px;
        box-shadow: inset 0 2px 8px 0 #78caed, 0 4px 16px 0 rgba(12, 66, 90, .24);
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        opacity: 0.6;
        cursor: not-allowed;
        transition: opacity 0.3s ease;
    }

    .button01:enabled {
        opacity: 1;
        cursor: pointer;
    }

    /* Form01 CSS End */


    /* Form02, Form03 CSS Start */
    .option-container01 {
        background-color: #fff;
        border-radius: 10px;
        width: 100%;
        height: 80px;
        position: relative;
        padding: 10px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .weight-image {
        width: 80px;
        height: 70px;
    }

    .list01 {
        font-size: 16px;
        margin-left: 10px !important;
        margin-top: 25px !important;
    }

    /* Form02, Form03 CSS End */


    /* Form04 CSS Start */
    .heading04 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .paragraph03 {
        color: #fff;
        font-size: 14px;
        line-height: 25px;
    }

    .heading05 {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    .paragraph04 {
        color: #fff;
        font-size: 14px;
        line-height: 25px;
    }

    .check-icon {
        color: #03CEA4;
    }

    /* Form04 CSS End */


    /* Form15 CSS Start */

    .image03 {
        width: 50%;
        margin: 25px 0px;
    }

    /* Form15 CSS End */



    /* Form 18 CSS Start */
    .form-control01 {
        text-align: center !important;

    }


    /* Form 18 CSS End */


    /* From 21 CSS Start */
    .goal-container-description {
        background-color: #fff;
        border-radius: 15px;
        border: 1px solid #03CEA4;
        margin: 10px 0px;
    }

    .goal-image {
        width: 30px;
        height: 30px;
    }

    .paragraph05 {
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        padding-left: 10px;
    }

    .paragraph06 {
        font-size: 18px;
    }

    .goal-weight-heading {
        color: #00b894;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: -10px !important;
    }

    .progress-image {
        width: 100%;
        margin-top: -30px;
        margin-bottom: 10px;
    }

    .button02 {
        background-color: #DAF1ED;
        width: 80px;
        height: 40px;
        border-radius: 25px;
        border: 1px solid #00b894;
        font-weight: 700;
        position: relative;
        z-index: 99;
    }

    .button03 {
        background-color: #DAF1ED;
        width: 80px;
        height: 40px;
        border-radius: 25px;
        border: 1px solid #00b894;
        font-weight: 700;
        position: relative;
        z-index: 99;
        margin-top: -90px;
    }

    .heading06 {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
    }

    .paragraph07 {
        text-align: center;
        color: #769792;
    }

    .form-control03 {
        height: 50px !important;
        border-radius: 10px !important;
    }

    /* From 21 CSS End */


    /* Form 24 CSS Start */
    .men-before-image {
        width: 80%;
        border-radius: 8px;
    }

    .paragraph08 {
        text-align: center;
        padding-top: 10px;
        font-size: 18px;
        font-weight: 500;
    }

    .heading07 {
        color: #136B90;
        text-align: center;
        font-size: 23px;
        font-weight: 700;
    }

    .paragraph09 {
        color: #fff;
        font-size: 15px;
        text-align: center;
    }

    /* Form 24 CSS End */


    .email {
        width: 100px;
    }

    .form-control04 {
        width: 100%;
        border-radius: 10px !important;
        height: 70px !important;
        border: 1px solid #00b894 !important;
    }

    .check-icon {
        width: 150px;
        margin-top: 100px;
    }

    .thankyou-heading {
        color: #FF9923;
        text-align: center;
        font-size: 22px;
        padding-top: 15px;
        font-weight: 600;
    }

    .health-executive-paragraph {
        color: #fff;
        text-align: center;
        padding-top: 8px;
        font-size: 18px;
        font-weight: 600;
    }



}




.form-container {
    display: none;
    /* Hide all forms initially */
}

.active {
    display: block;
    /* Show only active form */
}

.progress-bar01 {
    background-color: #03CEA4;
    width: 9%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar02 {
    background-color: #03CEA4;
    width: 18%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar03 {
    background-color: #03CEA4;
    width: 27%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar04 {
    background-color: #03CEA4;
    width: 36%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar05 {
    background-color: #03CEA4;
    width: 45%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar06 {
    background-color: #03CEA4;
    width: 54%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar07 {
    background-color: #03CEA4;
    width: 63%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar08 {
    background-color: #03CEA4;
    width: 72%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar09 {
    background-color: #03CEA4;
    width: 81%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar10 {
    background-color: #03CEA4;
    width: 90%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar11 {
    background-color: #03CEA4;
    width: 96%;
    height: 10px;
    border-radius: 6px;
}

.progress-bar12 {
    background-color: #03CEA4;
    width: 100%;
    height: 10px;
    border-radius: 6px;
}



.paragraph02 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
    cursor: pointer;
}

.option-container01.active {
    background-color: #DAF1ED;
    border-color: #136b90;
    box-shadow: inset 0 4px 12px 0 rgba(19, 106, 143, 0.64);
}

.option-container01:hover {
    box-shadow: inset 0 4px 8px 0 rgba(56, 35, 119, .16);
    border: 1px solid #bde5df;
}


.p10 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: conic-gradient(#00b894 10%, #e0f2f1 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22.5px;
}

.p10::before, .p30::before, .p50::before, .p75::before, .p100::before {
    content: "";
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p30 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: conic-gradient(#00b894 30%, #e0f2f1 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22.5px;
}



.p50 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: conic-gradient(#00b894 50%, #e0f2f1 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22.5px;
}

.p75 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: conic-gradient(#00b894 75%, #e0f2f1 75%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22.5px;
}

.p100 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: conic-gradient(#00b894 100%, #e0f2f1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22.5px;
}


.input-group-text {
    background-color: #03CEA4 !important;
    border: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    color: #fff !important;
}

.form-control02 {
    background-color: #fff !important;
    border-radius: 10px !important;
    width: 100% !important;
    height: 60px !important;
    padding: 10px !important;
}

.heading08 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

input[type="radio"] {
    opacity: 0;
}
.newbtn {
    cursor: pointer;
    align-items: center;
    text-align: center;
    padding-top: 16px;
    opacity: 1;
}