body {
    font-family: 'Montserrat', sans-serif !important;
}

header {
    align-items: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: #0000;
    display: flex;
    height: 80px;
    justify-content: space-between;
    padding: 0 55px;
    transition: box-shadow .35s;
}

.inner-header button.btn {
    display: none;
}

.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.logo img {
    height: 48px;
}

.inner-header .btn i {
    font-size: 20px;
}

.first-page-gender-variant_cards {
    flex-wrap: nowrap;
    padding: 0;
    margin-bottom: 164px;
    display: flex;
    width: 100%;
    align-self: center;
    justify-content: center;
}

.gender-card-with-bg-module_cardWrapper__C-fSe {
    max-width: 417px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 85px;
    position: relative;
    width: 100%;
}

.first-page-gender-variant_cards>:not(:last-child) {
    margin-right: 20px;
}

.gender-selection-male {
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition-duration: .25s;
    width: 100%;
}

button.gender-selection-male {
    background: rgba(113, 118, 134, 0.2);
    border: 1px solid rgba(113, 118, 134, 0.3);
    height: 222px;
    padding: 0px;
}

button.gender-selection-male.female {
    background: rgba(248, 148, 160, 0.2);
    border: 1px solid rgba(248, 148, 160, 0.3);
}

.gender-card {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.gender-card-with-bg-module_cardFooter {
    background: rgb(113, 118, 134);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 14px;
    z-index: 0;
    padding-left: 180px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
}

.gender-card-with-bg-module_cardFooter svg path {
    fill: #fff;
}

button.gender-selection-male.female .gender-card-with-bg-module_cardFooter {
    background: rgb(248, 148, 160);
}

.main-inner {
    text-align: center;
}

.main-inner h3 {
    font-size: 32px;
    line-height: 1.12;
    color: #161a1f;
    font-weight: 700;
}

p.first-page-gender-variant_subtitle__ciuRl {
    padding: 0 20px;
    margin: 14px 0 40px;
    color: #4d555e;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    text-align: center;
}

p.first-page-gender-variant_note__yljEq {
    padding: 0 20px;
    margin: 0px;
    color: #161a1f;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.87;
}

.first-page-gender-variant_copyrightContainer___r600 {
    width: 100%;
    max-width: 335px;
    margin-top: 24px;
    margin: 24px auto 0px;
    text-align: center;
}

.copyright-first-page_copyright__3pRM6 {
    color: #4d555e;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
}

.copyright-first-page_copyrightRow__AmlKL {
    display: block;
}

.copyright-first-page_copyright__3pRM6 a {
    color: #4d555e;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
}

button.gender-selection-male:active,
button.gender-selection-male:hover {
    transform: scale(.98);
}

.info-page-generated {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0px;
}

.info-page-generated button {
    align-items: center;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    letter-spacing: .007em;
    text-shadow: 0 1px 2px #42216c1f;
    background: #de2b70;
    padding: 10px 50px;
    width: 320px;
    margin-bottom: 20px;
    font-weight: 700;
}

.main-inner h2 {
    color: #de2b70;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
}

.main-inner h4 {
    font-size: 24px;
    line-height: 1.33;
    color: #161a1f;
    font-weight: 700;
}

img.demo-img {
    width: 35%;
}

.container-with-left-image_imageContainer__Veemp {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 57%;
    height: 100vh;
    background-image: -moz-linear-gradient(134deg, rgb(153, 157, 200) 0%, rgb(153, 157, 200) 100%);
    background-image: -webkit-linear-gradient(134deg, rgb(153 157 200 / 30%) 0%, rgb(153 157 200 / 14%) 100%);
    background-image: -ms-linear-gradient(134deg, rgb(153, 157, 200) 0%, rgb(153, 157, 200) 100%);
}

.container-with-left-image_imageContainer__Veemp img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 100%;
    max-height: 85%;
    transform: translate(-50%, -50%);
}

.container-with-left-image_contentContainer__YceK5 {
    width: 43%;
    padding-top: 32px;
    background-color: #fff;
    margin-left: auto;
    position: relative;
}

.right-panel {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 20px 120px;
}

.progress {
    position: relative;
    width: 100%;
    height: 4px;
    background: #e3e6ea;
    margin-bottom: 5px;
    border-radius: 2px;
}

.progress .progress-bar {
    background: #de2b70;
}

.topBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-btn {
    padding: 5px 7px;
}

span.step-count {
    font-weight: 600;
    font-size: 15px;
}

.quiz_quizContent h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin: 20px 0px;
}

.quiz_questionsSection__Ohn35 label {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.checkbox-panel {
    padding: 28px 0 28px 32px;
    background: #f3f4f5;
    border-radius: 8px;
    display: block;
    border: 1px solid #f3f4f5;
    font-weight: 600;
    font-size: 14px;
}

.quiz_questionsSection__Ohn35 label input {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    opacity: 0;
}

span.check-uncheck {
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #ccc;
    opacity: 0;
}

span.check-uncheck::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/checkmark-white.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    opacity: 0;
}

.quiz_questionsSection__Ohn35 label input[type="checkbox"]~span.check-uncheck {
    opacity: 1;
}

.quiz_questionsSection__Ohn35 label input:checked~.check-uncheck {
    opacity: 1;
    background: #de2b70;
}

.quiz_questionsSection__Ohn35 label input:checked~.check-uncheck::before {
    opacity: 1;
}

.quiz_questionsSection__Ohn35 label input:checked~.checkbox-panel {
    background: transparent;
    border-color: #de2b70;
}

.fixed-footer {
    position: fixed;
    left: inherit;
    right: 0px;
    background: #fff;
    box-shadow: 0 -10px 10px -10px #2028320d;
    padding: 20px;
    text-align: center;
    z-index: 10;
    bottom: 0px;
    width: 43%;
}

.fixed-footer button,
.stepbtn {
    background: #e3e6ea;
    color: #9eaab7;
    align-items: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: .007em;
    text-shadow: 0 1px 2px #42216c1f;
    padding: 10px 50px;
    width: 320px;
    margin-bottom: 20px;
    font-weight: 700;
    transition: .5s;
}


  .payment-img {
    padding: 10px 50px;
    width: 320px;
}

/* .fixed-footer button:hover {
    background: #de2b70;
    color: #fff;
} */

.fixed-footer button:enabled {
    background: #de2b70;
    color: #fff;
}

.checkbox-panel small {
    font-weight: normal;
    font-size: 13px;
}

.quiz_quizContent p {
    text-align: center;
    margin-bottom: 20px
}

.nav-tabs {
    border: 1px solid #de2b70;
    width: 120px;
    border-radius: 55px;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
}

.nav-tabs button {
    padding: 0px;
    border: 0px !important;
    margin: 0px !important;
    width: 100%;
    border-radius: 0px !important;
    font-weight: 600;
    color: #de2b70;
    font-size: 14px;
}

.nav-tabs .nav-item {
    width: 50%;
}

.nav-tabs button.active {
    background: #de2b70 !important;
    color: #fff !important;
}

.nav-tabs button:hover {
    color: #de2b70;
}

.quiz_inputContainer {
    max-width: 335px;
    min-height: 100%;
    margin: 20px auto;
    text-align: center;
}

.input-container {
    display: flex;
    justify-content: center;
}

.onboarding-input-module {
    width: calc(100% / 2 - 10px);
    display: flex;

    align-items: center;
    position: relative;
}

.onboarding-input-module+.onboarding-input-module {
    margin-left: 15px;
}

.onboarding-input-module input {
    border: 0px;
    width: 100%;
    padding: 0px;
    height: 70px;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    border-bottom: 1px solid #9eaab7;
    outline: none !important;
    box-shadow: none !important;
    padding-right: 35px;
}

.onboarding-input-module span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-left: 10px;
    position: absolute;
    right: 0px;
}

.quiz_inputContainer small {
    font-size: 11px;
}

.note-card_container__dmFMb {
    padding: 12px 16px;
    border: 1px solid #e3e6ea;
    background: #ffffff;
    border-radius: 12px;
    color: #000;
    text-align: left;
    transition: border .2s;
    margin-top: 15px;
}

.note-card_container__dmFMb div {
    display: flex;
    align-items: center;
}

.note-card_container__dmFMb div svg {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: #e4e5f0;
    border-radius: 50%;
    padding: 6px;
    margin-right: 10px;
}

.note-card_container__dmFMb div svg path {
    fill: #9ba0da;
}

.note-card {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.42;
}

.note-card_container__dmFMb p {
    color: #4d555e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 20px;
    text-align: left;
    margin: 5px 0px 0px;
}

.quiz_inputContainer .stepbtn {
    width: 100%;
    margin: 10px 0px 10px;
    /* background: #de2b70; */
    color: #fff;
    box-shadow: 0 4px 16px #de2b704f;
}

.quiz_inputContainer .stepbtn:enabled {
    background: #de2b70;
}

.note-card_container__dmFMb.green {
    border-color: #34c759;
}

.note-card_container__dmFMb.green svg {
    background: #34c75957;
}

.note-card_container__dmFMb.green svg path {
    fill: #34c759;
}

.note-card_container__dmFMb.yellow {
    border-color: #F7C557;
}

.note-card_container__dmFMb.yellow svg {
    background: #F7C55757;
}

.note-card_container__dmFMb.yellow svg path {
    fill: #F7C557;
}

.note-card_container__dmFMb.blue {
    border-color: #68DFFA;
}

.note-card_container__dmFMb.blue svg {
    background: #68DFFA57;
}

.note-card_container__dmFMb.blue svg path {
    fill: #68DFFA;
}

.note-card_container__dmFMb.red {
    border-color: #DF4142;
}

.note-card_container__dmFMb.red svg {
    background: #DF414257;
}

.note-card_container__dmFMb.red svg path {
    fill: #DF4142;
}

.onboarding-input-module.years input {
    padding-right: 70px;
}

.quiz_quizContent__GBDnO {
    max-width: 500px;
    height: 100%;
    padding: 20px;
    margin: 0 auto;
    color: #000;
}

.quiz_quizContent__GBDnO h1 {
    font-size: 30px;
    line-height: 1.25;
    margin: 0 auto 16px;
    font-weight: 700;
}

.bmi-block_container,
.bmi-block_lowerContainer {
    box-shadow: 0 2px 6px rgba(22, 42, 65, .06), 0 12px 24px rgba(7, 21, 37, .08);
    padding: 34px 30px 32px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 12px;
}

.bmi-block_headerRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 62px;
}

.bmi-block_header {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    line-height: 1.33;
}

.bmi-block_label {
    padding: 4px 8px;
    border: 1px solid #9eaab7;
    border-radius: 6px;
    color: #9eaab7;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1px;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}




.progressBar {
    margin-bottom: 26px;
    margin-bottom: 1.66em;
    position: relative;

}

.progressBar h4 {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 7px;
    margin-bottom: .33em;
    color: #2E1437;
}

.progressBarcontainer {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #96d9ff, #b7f5a8 31.77%, #f9eb7c 66.15%, #fc806e);
    border-radius: 0.3em;
}

.progressBarValue {
    height: 10px;
    float: left;
    position: relative;
}

.progressBarValue.ht::after {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    position: absolute;
    right: 0px;
    border-radius: 50%;
    box-shadow: 0 3px 7px rgba(68, 70, 64, .3);
    border: 3px solid #3f485233;
    top: -1px;
}

.speech-bubble {
    font-size: 0.75em;
    line-height: 2em;
    position: absolute;
    top: -44px;
    text-align: center;
    border-radius: 0.3em;
    color: white;
    display: none;
    padding: 5px 9px;
    width: auto;
    white-space: nowrap;
    font-weight: 700;
}

.speech-bubble:after {
    border: 0.5em solid transparent;
    content: "";
    margin-left: -0.5em;
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.html {
    left: calc(82.5% - 1.5em);
}

.html {
    background: #3f4852;
}

.html:after {
    border-top-color: #3f4852;
}

.progresh-dots {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
}

.progresh-dots span {
    font-weight: 600;
    font-size: 14px;
    color: #3f4852;
}

.Healthy {
    background: rgba(102, 208, 164, .2);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
    border-radius: 8px;
}

.Healthy-icon {
    width: 100%;
    max-width: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 208, 164, .4);
    padding: 10px;
    border-radius: 5px;
    height: 50px;
}

.Healthy-content {
    padding-left: 15px;
}

.Healthy-content h5 {
    font-size: 15px;
    line-height: 1.32;
    font-weight: 600;
    margin-bottom: 0px;
}

.Healthy-content p {
    font-size: 14px;
    line-height: 1.32;
    margin-bottom: 0px;
}

.wellness {
    box-shadow: 0 2px 6px rgba(22, 42, 65, .06), 0 12px 24px rgba(7, 21, 37, .08);
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 100px;
}

.bmi-block_lowerContainer {
    padding-top: 97px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.bmi-block_image__2wBnW {
    position: absolute;
    z-index: 1;
    right: 25px;
    bottom: -38px;
    width: 100%;
    max-width: 237px;
    transform: translateX(30px);
    transition: all 1s ease-in-out 2s;
}

.bmi-block_listContainer {
    position: relative;
    display: flex;
}

.info-page-purchase-personalized-list {
    max-width: 240px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.info-page-purchase-personalized-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
    transform: translateY(20px);
    transition: all .5s ease-in-out;
}

.iconContainer {
    width: 100%;
    max-width: 48px;
}

.iconContainer svg {
    background: #de2b7033;
    padding: 5px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
}

.iconContainer svg path {
    fill: #de2b70;
}

.iconContainer svg path.meta_icon_1 {
    fill: #de2b7057;
}

.iconContainer svg path.meta_icon_2 {
    fill: #de2b7057;
}

.iconContainer svg path.meta_icon_3 {
    fill: #de2b7057;
}

.icon-content h5 {
    font-size: 14px;
    line-height: 1.33;
    margin: 0px;
    color: #4d555e;
    font-weight: 700;
}

.icon-content p {
    display: flex;
    margin: 0px;
    font-size: 16px;
    line-height: 1.33;
    color: #161a1f;
    white-space: pre-line;
    font-weight: 600;
    max-width: 130px;
}

.icon-content {
    padding-left: 10px;
}

.icon-content p button {
    background: transparent;
    border: 0px;
    padding: 0px;
}

.icon-content p button svg {
    width: 20px;
    height: 14px;
}

.countinue-center {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
    z-index: 100;
}

.countinue-center button.stepbtn:enabled {
    background: #de2b70;
    color: #fff;
}

button.backbutton {
    background: transparent;
    border: 0px;
    margin: 30px 0px;
}

.info-page-calendar_subContainer {
    width: 100%;
    max-width: 498px;
    max-height: 506px;
    padding: 55px;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(22, 42, 65, .06), 0 12px 24px rgba(7, 21, 37, .08);
}

.calendra-date {
    border: 1px solid #3f4852;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.calendra-date input#datepicker {
    padding: 25px 50px 5px 15px;
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    outline: none;
    box-shadow: none !important;
    background: transparent;
    cursor: pointer;
}

.calendra-date span {
    position: absolute;
    left: 15px;
    font-size: 11px;
    top: 7px;
}

.calendra-date i {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    font-size: 22px;
}

p.info-page-calendar_disclaimer {
    position: relative;
    text-align: left;
    padding: 10px 0px 0px 34px;
    color: #8a95a0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
}

p.info-page-calendar_disclaimer i {
    position: absolute;
    top: 15px;
    left: 6px;
    color: #8a95a0;
    font-size: 19px;
    opacity: 0.5;
}

p.info-page-calendar_disclaimer a {
    color: #8a95a0;
}

.event-outer button.stepbtn {
    margin-bottom: 0px;
    margin-top: 20px;
    /* background: #de2b70; */
    color: #fff;
}

.event-outer button.stepbtn:enabled {
    background: #de2b70;
}

.event-outer button.skip-this {
    border: 0px;
    background: transparent;
    font-weight: 700;
    color: #de2b70;
    padding: 5px 0px;
    margin: 5px 0px 0px;
}

.graphic {
    text-align: center;
}

.graphic p {
    margin: 0px;
    color: #3f4852;
    font-size: 14px;
}

.info-page-personalized-graphic {
    margin-top: 4px;
    margin-bottom: 8px;
    color: #de2b70;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
}

.eventPredictionBadge {
    width: fit-content;
    padding: 6px 16px;
    margin: 0 auto;
    background: #f6f7f8;
    border-radius: 6px;
    color: #161a1f;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
}

.graph-outer img {
    margin: 20px 0px 0px;
}

.graph-outer p {
    margin-bottom: 70px;
    color: #9eaab7;
}


.circle_percent {
    font-size: 200px;
    width: 1em;
    height: 1em;
    position: relative;
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 20px auto;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #de2b70;
    clip: rect(0 1em 1em 0.5em);
    transform: rotate(180deg);
    transition: 10.05s;
}

.percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: 0.5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #de2b70;
    content: "";
}

.circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-weight: 700;
}

.chosen {
    text-align: center;
}

.chosen h4 {
    font-weight: 700;
    color: #de2b70;
    font-size: 30px;
}

.chosen p {
    font-weight: 600;
}

.testi-inner-panel {
    padding: 20px;
    text-align: left;
    margin-bottom: 60px;
}

.innner-panel {
    box-shadow: 0px 0px 11px #cccccc59;
    padding: 20px;
    border-radius: 10px;
}

.star i {
    background: #00b67a;
    padding: 5px;
    color: #fff;
}

.pounds-heading {
    display: flex;
    justify-content: space-between;
    margin: 17px 0px 0px;
}

.pounds-heading h5 {
    font-weight: 600;
    font-size: 18px;
}

.innner-panel p {
    font-weight: 400;
    font-size: 15px;
}

.quiz_quizContent__GBDnO h1 span {
    color: #de2b70;
}

.info-page-calendar_title .form-control {
    border: 1px solid #161a1f;
}

.info-page-calendar_contentContainer .form-control {
    border: 1px solid #161a1f;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: none !important;
    outline: none !important;
}

.fasting-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #6d7989;
}

.fasting-plan .info-page-calendar_subContainer {
    background: #fff;
}

.enter-filed .form-control {
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-top: 40px;
    box-shadow: none !important;
    outline: none !important;
}

.countinue-center.name-page {
    position: initial;
    margin: 40px 0px;
}

.countinue-center.name-page button.stepbtn {
    width: 100%;
}

.quiz_quizContent__GBDnO h2 {
    margin: 30px 0px 60px;
    font-weight: 700;
}

.quiz_quizContent__GBDnO h2 span {
    color: #de2b70;
}

.timer-outer {
    display: flex;
    align-items: center;
}

.timer-outer h5 {
    display: block;
    margin: 0 24px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
}

div#timer {
    display: flex;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #de2b70;
}

div#timer div {
    margin: 0px 5px;
}

div#timer div span {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #000;
    position: relative;
    top: -7px;
}

button.stepbtn.getplan {
    margin: 0px;
    width: 210px;
    padding: 10px 15px;
    margin-left: 20px;
    background: #de2b70;
    color: #fff;
    text-transform: uppercase;
}

.generated-section {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.checkout-before-after-block_coloredContainer {
    background: #f7f5ff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 0px 0px;
    border-radius: 24px;
}

.goal-outer {
    display: flex;
    justify-content: space-between;
}

.goal-outer div {
    width: 40%;
    text-align: center;
}

.man-before {
    width: 40%;
    text-align: center;
}

.divader {
    width: 1px !important;
    background: #de2b70;
}

.goal-outer button {
    align-items: center;
    padding: 8px 16px;
    background: #fff;
    border-radius: 6px;
    color: #de2b70;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    text-align: center;
    border: 0px;
}

.goal-outer div+div button {
    background: #de2b70;
    color: #fff;
}

.checkout-before-after {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.line-outer img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.bodyinformation {
    background: #f6f7f8;
    display: flex;
}

.before-bodyindo {
    width: 50%;
    padding: 20px;
}

.before-bodyindo h5 {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
}

.before-bodyindo p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
}

.before-bodyindo:first-child {
    border-right: 1px solid #dadce2;
}

.lavel-point {
    display: flex;
    justify-content: space-between;
}

.lavel-point div {
    width: calc(100% / 3 - 5px);
    height: 8px;
    background: #e4e5ee;
    border-radius: 3px;
}

.lavel-point div.active {
    background: #de2b70;
}

p.fix-lavel {
    height: 21px;
}

.generated-section.personalized-inner {
    padding: 48px 88px;
    border: 1px solid #dadce2;
    border-radius: 24px;
    margin-top: 70px;
    text-align: center;
}

.generated-section.personalized-inner h2 {
    margin-bottom: 20px;
    font-weight: 700;
}

.pricing .select-price {
    width: 100%;
    align-items: center;
    background: #f6f7f8;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    color: var(--neutral600Color);
    display: flex;
    min-height: 80px;
    padding: 10px;
    text-align: start;
    margin-bottom: 15px;
}

.choose-plan-card-template-module_contentContainer {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    align-items: center;
}

.choose-plan-card-template-module {
    width: 24px;
    border: 2px solid #ccc;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.choose-plan h4 {
    font-size: min(4vw, 16px);
    font-weight: 800;
    line-height: 1.25;
    text-align: start;
    margin: 0px;
}

.choose-plan small {
    color: #4d555e;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 4px;
    text-align: start;
}

.perday {
    display: flex;
    justify-content: flex-start;
    max-width: 60%;
}

.perday div {
    background: #e3e6ea;
    display: flex;
    padding: 8px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    align-items: center;
}

.perday svg path {
    fill: #e3e6ea;
}

span.price-per-period-module_currency__6P4jl {
    align-self: flex-start;
    font-size: 14px;
    margin-right: 1px;
    vertical-align: top;
    font-weight: 700;
}

span.price-per-period-module_dollars__atCKj {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

span.price-per-period-module_rightCol__NSUMG {
    display: flex;
    flex-direction: column;
}

span.price-per-period-module_cents__K7B0K {
    line-height: .87;
    min-height: 0.87em;
    font-weight: 700;
}

span.price-per-period-module_period__BDAbb {
    font-size: 10px;
    margin-top: 2px;
    white-space: nowrap;
    color: black;
    font-weight: 600;
}

.perday svg {
    height: 65px;
    width: 24px;
}

.choose-plan-card-template-module::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #de2b70;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    opacity: 0;
}

p.choose-plan-card-template-module_labelText__GxQPU {
    margin: 0px;
    align-items: flex-end;
    background: #dadce2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #4d555e;
    display: flex;
    justify-content: center;
    padding: 3px;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: 13px;
}

p.choose-plan-card-template-module_labelText__GxQPU svg {
    font-size: 16px;
    position: relative;
    left: -5px;
    top: -1px;
}

.choose-plan-card-template-module_labelText__GxQPU+.select-price {
    border-radius: 0px 0px 8px 8px;
}

p.choose-plan-card-template-module_labelText__GxQPU svg path {
    fill: #4d555e;
}

.pricing-labels.active .choose-plan-card-template-module_labelText__GxQPU {
    background: #de2b70;
    color: #fff;
}

.pricing-labels.active .choose-plan-card-template-module_labelText__GxQPU svg path {
    fill: #fff;
}

.pricing-labels.active .select-price {
    border-color: #de2b70;
    background: #fff;
}

.pricing-labels.active .select-price .choose-plan-card-template-module::before {
    opacity: 1;
}

.pricing-labels.active .select-price .choose-plan-card-template-module {
    border-color: #de2b70;
}

.pricing-labels.active .perday svg path {
    fill: #f7f5ff;
}

.pricing-labels.active .perday div {
    background: #f7f5ff;
}

.Extended p {
    width: 70%;
    margin: 10px auto 0px;
    font-size: 14px;
}

.What-you-get {
    margin: 40px 0px;
    padding-left: 90px;
}

.What-you-get h4 {
    font-size: 32px;
    line-height: 1.25;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
}

.What-you-get ul {
    list-style: none;
    padding: 0px;
}

.What-you-get ul li {
    position: relative;
    padding-left: 33px;
    color: #161a1f;
    font-size: 16px;
    line-height: 1.5;
    line-height: 28px;
    margin-bottom: 5px;
}

.What-you-get ul li svg {
    position: absolute;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #de2b70;
    border-radius: 50%;
    top: 5px;
}

.What-you-get ul li svg path {
    fill: #fff;
}

.Weight-Loss-Plans {
    background: #f6f7f8;
    padding: 60px 0px;
}

.heading-outers {
    text-align: center;
}

.heading-outers h2 {
    width: 60%;
    margin: 0 auto 10px;
    font-weight: 700;
}

.heading-2 {
    color: #de2b70;
}

.Warren {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px #162a410f, 0 12px 24px #07152514;
    padding: 16px 16px 25px;
    width: 100%;
    margin-bottom: 40px;
}

.Warren img {
    width: 100%;
    background: #f7f5ff;
    border-radius: 5px;
}

.user-story-card {
    font-weight: 700;
    margin: 20px 0px 10px;
    display: flex;
    justify-content: space-between;
}

.Warren p {
    margin: 0px;
    min-height: 120px;
}

.Warren p a {
    text-decoration: none;
    color: #2c70c3;
    cursor: pointer;
    font-weight: 600;
}

.heading-outers p {
    margin-bottom: 50px;
}

center.Following {
    width: 50%;
    margin: 50px auto 20px;
    font-size: 13px;
}

.love-plans {
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(22, 42, 65, .04), 0 14px 26px rgba(7, 21, 37, .1);
    color: #161a1f;
    margin-bottom: 20px;
}

.app-store-reviews_titleGroup__ZqytY {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h3.app-store-reviews_titleText__UhR6E {
    margin-right: 10px;
    color: #161a1f;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
}

span.app-store-reviews_dateNameText__tgusm {
    color: #4d555e;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    white-space: nowrap;
}

.app-store-reviews_titleGroup__ZqytY img {
    width: 16px;
}

.love-plans p {
    position: relative;
    overflow: hidden;
    max-height: 80.08px;
    color: #3f4852;
    font-size: 14px;
    letter-spacing: -.001em;
    line-height: 1.43;
}

.love-plans p a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    padding-left: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #2c70c3;
}

.often-ask {
    position: relative;
}

.often-ask img.right {
    position: absolute;
    right: 30px;
    top: -50px;
}

.often-ask img.left {
    position: absolute;
    left: 0px;
    top: 60px;
}

.People-Often {
    position: relative;
    z-index: 10;
    width: 80%;
    margin: 50px auto;
}

.People-Often .accordion-item {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(36, 36, 36, .08), 0 0 8px rgba(36, 36, 36, .08);
    border: 0px;
}

.People-Often .accordion-item .accordion-button {
    font-weight: 700;
    color: #000;
    padding: 30px;
}

.accordion-button img {
    width: 25px;
    height: 25px;
    background: #de2b70;
    padding: 6px;
    border-radius: 50%;
    margin-right: 12px;
}

.accordion-button:not(.collapsed) {
    background: white;
    box-shadow: 1px 1px 4px rgba(36, 36, 36, .08), 0 0 8px rgba(36, 36, 36, .08);
    border-radius: 10px;
}

.featured {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured img {
    max-width: 190px;
}
.featured.single img {
    max-width: 100%;
}
.featured.single {
    justify-content: center;
}

.Extended img {
    max-width: 100%;
}

.checkout-bottom-legal-section_bottomSection {
    background: #f6f7f8;
    margin: 40px 0px 0px;
    padding: 50px 0px;
}

.checkout-bottom-legal-section_bottomContainer__WInmf {
    max-width: 680px;
    margin: 0 auto;
}

.money-back-guarantee_content__I5nSa {
    width: 100%;
    position: relative;
    padding: 12px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(22, 42, 65, .06), 0 12px 24px rgba(7, 21, 37, .08);
    margin-bottom: 70px;
}

.money-back-guarantee_contentInner__97Tn8 {
    position: relative;
    padding: 24px 16px 32px;
    border: 2px solid #de2b70;
    border-radius: 12px;
}

.money-back-guarantee_text__9lfwt {
    display: block;
    color: #3f4852;
    font-size: 14px;
    letter-spacing: -.01em;
    line-height: 22px;
}

span.money-back-guarantee_title__aWMK1 {
    display: block;
    margin-bottom: 16px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 32px;
    text-align: center;
}

.money-back-guarantee_text__9lfwt p a {
    color: #de2b70;
}

svg.money-back-guarantee_stamp__VLbmZ {
    position: absolute;
    right: 34px;
    bottom: -40px;
}

svg.money-back-guarantee_stamp__VLbmZ path {
    fill: #fff;
}

svg.money-back-guarantee_stamp__VLbmZ path.money-back-guarantee_stampPath__2Xkks {
    fill: #de2b70;
}

p.notes {
    color: #4d555e;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

p.notes a {
    color: #4d555e;
}

p.betterme {
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 20px 0px;
    font-size: 14px;
    margin-bottom: 0px;
}

.getfilters {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 30px;
}

.before-filter {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.before-filter svg path {
    fill: #de2b70;
}

.before-filter svg {
    background: #ebebf4;
    border-radius: 5px;
    margin-right: 10px;
}

.filter-content h5 {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}

.quiz_questionsSection__Ohn35 label img {
    display: none;
}

/*New pages css start now*/
.intermittent-inner {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.intermittent-inner h3 {
    font-weight: 700;
}

p.minute-quiz {
    margin: 40px 0px 0px;
    font-size: 10px;
}

.intermittent-inner p {
    color: #4d555e;
}

.panel-main button {
    background: #fff;
    border: 2px solid #de2b70;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    /* width: calc(100% / 4 - 20px); */
}

.panel-main {
    margin: 50px 0px 30px;
    display: flex;
    justify-content: space-between;
}

.panel-main button img {
    margin-top: -25px;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.panel-main button span {
    background: #de2b70;
    width: 100%;
    padding: 7px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0px 0px 7px 7px;
}

.panel-main button span svg path {
    fill: #fff;
}

.int-footer {
    margin: 150px 0px 30px;
}

.int-footer p {
    font-size: 12px;
    margin: 0px;
}

section.intermittent-fasting {
    padding: 0px 15px;
}

span.copyright_copyrightRow__YY9ns {
    font-size: 12px;
}

span.copyright_copyrightRow__YY9ns a {
    color: #4d555e;
}

.Healthy.yellow {
    border-color: #F7C557;
    background: #F7C55737;
}

.Healthy.yellow .Healthy-icon {
    background: #F7C55757;
}

.Healthy.yellow svg path {
    fill: #F7C557;
}

.Healthy.blue {
    border-color: #68DFFA;
    background: #68DFFA37;
}

.Healthy.blue .Healthy-icon {
    background: #68DFFA57;
}

.Healthy.blue svg path {
    fill: #68DFFA;
}

.Healthy.red {
    border-color: #DF4142;
    background: #DF414237;
}

.Healthy.red .Healthy-icon {
    background: #DF414257;
}

.Healthy.red svg path {
    fill: #DF4142;
}

.Healthy.green {
    border-color: #34c759;
    background: #34c75937;
}

.Healthy.green .Healthy-icon {
    background: #34c75957;
}

.Healthy.green svg path {
    fill: #34c759;
}

.bmi-block_aboveContainer .html {
    /* left: calc(82.5% - 0em); */
    left: calc(100% - 3.7em);
}

.EctomorphModal .modal-body h4 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 13px;
}

.EctomorphModal .modal-body p {
    font-size: 14px;
}

.EctomorphModal .modal-body h4::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 97%;
    background: #de2b70;
    left: 0px;
    border-radius: 5px;
    top: 0px;
}

.EctomorphModal .modal-header {
    position: relative;
}

.EctomorphModal .modal-header .btn-close {
    position: absolute;
    right: 4px;
    top: -23px;
    z-index: 1;
    opacity: 1;
    filter: invert(1);
}

.EctomorphModal .modal-dialog {
    top: 40%;
    transform: translateY(-50%) !important;
}