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

body {
  font-family: Inter, Roboto, Oxygen, Fira Sans, sans-serif;
  width: 100%;
  height: 100%;
  background-color: #F7F6F3 !important; /* Ensure it's not commented out */
  min-height: 100vh;
}

.pl-50{padding-left: 50px !important;}
/* header section */
.heade_img {
  padding: 5px 16px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heade_img svg {
  width: 46px;
  height: 16px;
}

.choose_bx {
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
  /* padding: 0 0 0 20px; */
  /* border-radius: 14px;
  background-color: #f2f2ef;
  width: 100%;
  max-width: 568px;
  height: 90px;
  margin: auto;
  cursor: pointer; */
}


.choose_pic .icon {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}

.choose_pic i {
  font-size: 30px;
  padding-left: 20px;
}

.fa-solid.fa-xmark {
  color: rgb(250, 65, 65);
}

.fa-solid.fa-check {
  color: #65BB69;
}

.select-many {
  font-style: italic;
  font-weight: 400;
  color: #b6b6b6;
  opacity: 1;
}

.main-title h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;margin-bottom: 8px;
}
.main-title p {
    color: #626262;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}
.choose-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.choose_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  cursor: pointer;
  text-align: left;
}

.choose_bx.active {
  background-color: #349760;
}

.choose_bx.active .choose_title p {
  color: #fff;
}

.messurement_form {
  width: 100%;
  max-width: 568px;
  margin: auto;
}

.messure_nav {
  width: 100%;
  max-width: 110px;
  height: 39px;
  margin: 0px auto 32px;
  background-color: rgb(242, 242, 239);
  border-radius: 100px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #356d4e;
  border-radius: 100px;
  font-size: 13px;
  height: 36px;
  width: 55px;
}

.nav-pills .nav-link {
  font-size: 13px;
  color: #666665;
  width: 55px;
}

.messure_label {
  font-weight: 500;
  font-size: 16px;
  margin: 0px 0px 8px 24px;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
}

.messure_input {
  /* height: 64px; */
  padding: 12px 16px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  position: relative;
  font-size: 16px !important;
}

.messure_input:focus {
  background-color: rgb(242, 242, 239);
  border: 1px solid transparent;
  box-shadow: unset;
}

.messure_input::placeholder {
  color: #c6c6c6;
}

.messure_btn {
  background-color: #349760;
  height: 48px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;min-width: 280px;
}
.continue-btn .messure_btn {
  justify-content: center;min-width: 280px;
}

.messure_btn:hover {
  background-color: #43bb5e;
  color: #fff;
}

.input_txt {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 18px;
  right: 15px;
}

.submited_sec {
  width: 568px;
  margin: auto;
}

.submit_title img {
  margin-bottom: 32px;
}

.submit_title p {
  font-weight: 700;
  font-size: 24px;
}

.submit_title {
  margin-bottom: 42px;
}

.progress {
  background-color: #d4dae080;
  height: 6px;
  padding: 0px 1px;
  margin: 0 16px;
  border-radius: 3px;
}

.progress-bar {
  background-color: #356d4e;
}

.left_arrow svg {
  width: 24px;
  height: 24px;
}

.count_bar p {
  font-size: 14px;
}

.position-relative .age-error {}

input[type="radio"] {
  appearance: none;
  display: none;
}

input[type="checkbox"] {
  appearance: none;
  display: none;
}

label {
  font-size: 20px;
  display: flex;
  align-items: center;
  background-color: inherit;
  overflow: hidden;
  transition: linear 0.3s;
  width: 100%;
  max-width: 568px;
  height: 90px;
  border-radius: 14px;
  padding: 12px 20px 12px 30px;
}

/* input[type="radio"]:checked+div {
  background-color: #349760;
  color: #f1f3f5;
  font-weight: 900;
  transition: 0.3s;
  border-radius: 14px;
} */

/* input[type="checkbox"]:checked+div {
  background-color: #349760;
  color: #f1f3f5;
  font-weight: 900;
  transition: 0.3s;
  border-radius: 14px;
} */



.error-inline {
  color: red;
  border-color: red;
  font-size: 15px;
}

.bRMydk {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
}

.sc-llyFOc {
  width: 100%;
  max-width: 343px;
}

/* offer page */

.offer_info, .checkout-achieve-list {
  margin-bottom: 24px;
}

.offer_icon img {
  width: 1.5rem;
}

.offer_txt p {
  font-size: 18px;
  margin-left: 16px;
}

.offer_info2 span {
  font-size: 1.4rem;
  color: #349760;
  margin-top: 14px;
  border-bottom: 1px solid #349760;
  font-weight: 700;
}

.offer_title h5 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
}

.offer_icon1 {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50px;
  background-color: #a2e5c0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}

.offer_icon1 i {
  color: #349760;
  font-size: 0.623rem;
}

.offer_info3 {
  margin-top: 24px;
}

.offer_txt1 p {
  font-size: 16px;
  margin-left: 10px;
}

.price_title h5 {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.txt_price h5 {
  padding: 1.2rem 0;
  font-weight: 400;
  font-size: 16px;
}

.txt_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}

.require_txt p {
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #6a6d82;
}

.money_back_sec {
  background: #f6f7f9;
  border-radius: 12px;
  padding: 1.1rem 1.4rem;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}

.money_back_sec img {
  width: 26%;
  height: auto;
  min-width: 112px;
}

.offer_details h5 {
  margin-top: 1.2rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.offer_details p {
  color: #6c6c6c;
  font-size: 0.84rem;
}

.trial_offer {
  margin-top: 1.4rem;
  padding-left: 1rem;
}

.trial_offer i {
  font-size: 12px;
  padding-top: 4px;
  color: #349760;
}

.pera_offer {
  margin-bottom: 16px;
}

.pera_offer h5 {
  font-size: 0.84rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.pera_offer p {
  font-size: 0.84rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.download_img img {
  width: 440px;
  height: auto;
  margin: auto;
}

.download_sec {
  padding-top: 20px;
}

.download_contain h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.download_info h6 {
  font-size: 18px;
  font-weight: 700;
  text-align: start;
  width: 100%;
}

.download_info h6 span {
  font-size: 18px;
  font-weight: 700;
}

.download_info p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: start;
  width: 100%;
  margin-left: 28px;
}

.download_info p a {
  text-decoration: none;
}

.download_info {
  margin-left: 40px;
  margin-right: 40px;
}


.download_btn {
  padding: 20px;
  font-size: 18px;
  background-color: #349760;
  color: #fff;
  border-radius: 12px;
}

.download_note p {
  background-color: rgb(255 222 160);
  border: 3px solid #ffb42a;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 40px;
}

.qr_img img {
  width: 250px;
}

.download_Qr p {
  font-size: 19px;
}

.logo-img {
  width: 250px;
}

/* model popup */

.plan_bx:hover {
  background-color: #8bc0a3;
  color: #fff;
  cursor: pointer;
}

.plan_card {
  width: 100%;
  margin-right: 10px;
}

.plan_bx {
  border-radius: 10px;
  background-color: #f2f2ef;
  width: 100%;
  height: 60px;
  cursor: pointer;
}

.plan_title {
  font-weight: 400;
  font-size: 16px !important;
  height: 60px !important;
  justify-content: center;
}

.plan_contain .p1 {
  font-size: 17px;
  margin-bottom: 20px;
}

.plan_contain .p2 {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 600;
}

.plan_contain .p3 {
  font-size: 17px;
  margin-bottom: 20px;
  color: #349760;
}

/* signup sec */

.signup_form {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.signup_bx {
  background-color: #fff;
  padding: 50px 30px;
  box-shadow: 2px 2px 10px 2px #e9e9e9;
  border-radius: 5px;
}

.show_pass {
  position: absolute;
  top: 20px;
  right: 16px;
  cursor: pointer;
}

.signup_head h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}

.signup_head p {
  font-size: 15px;
  margin-bottom: 0;
}

.signup_sec {
  padding-top: 48px;
}

.result_image_response {
  height: 300px;
  width: auto;
}

.choose_bx_res {
  border-radius: 14px;
  background-color: #f2f2ef;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto;
  padding: 30px;
}


/* review section CSS */

.css-ho521d {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  width: 100%;
  /* padding-inline: 16px; */
  gap: 35px;
}

.css-79elbk {
  position: relative;
}

.css-wyg3yr {
  padding-left: 60px;
}

.css-1ezgnfa {
  margin-top: var(--chakra-space-2);
  font-size: 14px;
  background-color: rgb(231, 234, 245);
  position: relative;
  padding: 12px;
  border-radius: 20px;
}

.css-8ngobn {
  font-weight: 700;
  filter: blur(4px);
  margin-top: var(--chakra-space-2);
  color: rgb(59, 89, 148);
}

/* bottom menu */
.css-ei31dp {
  display: flex;
  gap: 8px;
  margin-left: 12px;
  margin-top: 8px;
}

.css-126p8sx {
  color: rgb(242, 82, 104);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

.css-l1dn7o {
  color: rgb(59, 89, 148);
  font-size: 14px;
  line-height: 24px;
}

.chakra-image {
  margin-bottom: 13px;
}

.css-1ezgnfa::before {
  content: "";
  background-image: url(../assets/image/reviewIcon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: left 0px top 0px;
  height: 45px;
  width: 45px;
  left: -30px;
  top: -5px;
  display: block;
  margin: 10px -10px -24px -20px;
}

.css-1ezgnfa::after {
  content: "";
  background-image: url(../assets/image/reviewIcon1.svg);
  background-repeat: no-repeat;
  background-position: right bottom -10%;
  height: 30px;
  display: block;
  margin: 0px -10px -24px -20px;
}

.css-dli2en::before {
  content: "";
  background-image: url(../assets/image/reviewIcon2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: left 0px top 0px;
  height: 45px;
  width: 45px;
  left: -30px;
  top: -5px;
  display: block;
  margin: 10px -10px -24px -20px;
}

.css-2ghkbp::before {
  content: "";
  background-image: url(../assets/image/reviewIcon3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: left 0px top 0px;
  height: 45px;
  width: 45px;
  left: -30px;
  top: -5px;
  display: block;
  margin: 10px -10px -24px -20px;
}

.css-2ghkbp::after {
  content: "";
  background-image: url(../assets/image/reviewIcon3.svg);
  background-repeat: no-repeat;
  background-position: right bottom -10%;
  height: 30px;
  display: block;
  margin: 0px -10px -24px -20px;
}

.css-dli2en::after {
  content: "";
  background-image: url(../assets/image/reviewIcon2.svg);
  background-repeat: no-repeat;
  background-position: right bottom -10%;
  height: 30px;
  display: block;
  margin: 0px -10px -24px -20px;
}

/* ------------------------------ */

.countdown-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  /* Made it slightly less transparent for better text visibility */
  border-top: 3px solid #65BB69;
  text-align: center;
  z-index: 9999;
  transition: background-color 0.3s;
}

.countdown-container:hover {
  background-color: rgba(255, 255, 255, 1);
  /* Less transparent on hover for clearer visibility */
}

#time,
#bottom_time {
  font-weight: bold;
  color: #65BB69;
  font-size: 1.2em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  /* Added shadow for better text readability */
}




/* =============== */

.mb-56{margin-bottom: 56px;}
.row-gap-56{row-gap: 56px;}
.gap-8{gap: 8px;}

.header_sec {
  position: static !important;
  z-index: 10 !important;
  top: 0;
  right: 0;
  left: 0;
}
/* .container-fluid.category-container>div {
  margin-top: 64px;margin-bottom: 24px;
} */
.choose_card{flex: 1 1 50%;padding: 0 4px;position: relative;}
.image-box {
  position: relative;
  text-align: center;
  height: 152px;
  background-color: #efefef;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-radius: 12px 12px 0 0;
}

.image-box .choose_pic {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 190px;
}

.image-box .choose_pic img{
height: 100%;width: 100%;
    object-fit: contain;
    object-position: center bottom;
  }

  .image-footer label.choose_title {
    min-height: 48px;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px;
    height: 50px;
    background-color: #808080;
    border-radius: 0 0 12px 12px;
    color: #fff;
    font-weight: 400;
}
.common-box input[type="radio"]:checked+div{
  box-shadow: 0 2px 6px #162a410f,0 12px 24px #07152514;
}
.common-box input[type="radio"]:checked+div .image-box {
  background-color: #fff;
}

.choose-list-item .choose-list-item-inner {
  display: flex;
  align-items: center;
  padding: 0 16px;
  min-height: 64px;
  height: 64px;
  border: 1px solid #e6e6e6;
  gap: 16px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.choose-list-item label.choose_title {
  padding: 0;
  height: auto;
  font-weight: 500;
  border-radius: 0;
}

.choose-list-item .choose_pic .icon {
  margin-left: 0;
  height: auto;
  width: auto;font-size: 32px;
  line-height: 32px;display: inline-block;
}
.choose-list-item .choose_pic i{padding-left: 0;}

.choose-list-item input[type="radio"]:checked + .choose-list-item-inner, 
.choose-list-item input[type="checkbox"]:checked + .choose-list-item-inner{
  box-shadow: 0 .6rem 2.4rem rgba(24, 25, 37, 0.1);
  border: 1px solid #808080;
}
.choose-box-inner {
  border-radius: 12px;
  cursor: pointer;
}

.choose-list-item{position: relative;}
.choose-list-item input, .choose_card input{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;cursor: pointer;z-index: 1;
}
.choose-list-item input[type="checkbox"]:checked + .choose-list-item-inner .input-check{background-color: #808080;border-color: #808080;}
.choose-list-item .input-check {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #fff;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}

/*.choose-wrap {*/
/*  padding: 50px 0 64px;*/
/*  height: 100vh;*/
/*  overflow: auto;*/
/*}*/

.choose-wrap-inner {
  min-height: 100%;
  padding: 34px 16px 16px;
  text-align: center;
}
.continue-btn {
  transform: translateZ(0);
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 50;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 15px 15px;
}

/*body.index-page .header_sec{position: static !important;}*/
/*body.index-page .choose-wrap{height: calc(100vh - 54px);}*/
/* input[type="email"]::placeholder {
  font-size: 16px;
} */


/* offer-page-css */
.plan-section{padding-top: 100px;}
.plan-section .plan-item .plan-item-label {
  border-right: solid .1rem #d8d7e1;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  min-height: 32px;
}
.plan-section .plan-item .plan-item-label .app-text.active {
  background: #198754;
  color: #fff;
  border-radius: 12px;
}
.plan-section .plan-item {
  width: 50%;
  display: inline-block;
  position: relative;
}
.plan-section .plan-item .image {
  margin-bottom: 0;
  height: 200px;
  width: 100%;
  position: relative;
}
.plan-section .plan-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.animation-fade-right {
  animation: fade-right 1.8s ease;
}
.animation-fade-left {
  animation: fade-left 1.8s ease;
}
@keyframes fade-right {
  
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  40%, 60% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  40%, 60% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.plan-section .animation-arrows.active {
  opacity: 1;
}
.plan-section .animation-arrows {
  position: absolute;
  left: 42%;
  height: 200px;
  top: 90px;
  opacity: 0;
  transition-delay: 1s;
}
.plan-section .animation-arrows svg {
  fill: #806ffb33;
}
.plan-section .animation-arrows_1 {
  transform: translate(64px);
  animation: opacityAnimation1 1.5s ease-in-out infinite 1s;
}
.plan-section .animation-arrows_2 {
  transform: translate(50px);
  animation: opacityAnimation2 1.5s ease-in-out infinite 1s;
}
.plan-section .animation-arrows_3 {
  transform: translate(36px);
  animation: opacityAnimation3 1.5s ease-in-out infinite 1s;
}
.plan-section .animation-arrows_4 {
  transform: translate(22px);
  animation: opacityAnimation4 1.5s ease-in-out infinite 1s;
}
.plan-section .animation-arrows_1,
.plan-section .animation-arrows_2,
.plan-section .animation-arrows_3,
.plan-section .animation-arrows_4 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}


@keyframes opacityAnimation1{
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityAnimation2{
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}


@keyframes opacityAnimation3{
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes opacityAnimation4{
  0% {
    opacity: 0;
  }
  50% {
      opacity: 1;
  }
}

.plan-section .plan-item .info-item p, .checkout-get-list-item p{margin-bottom: 0;}
.plan-section .plan-item .info-list {
  padding-bottom: 24px;
  background: #ffffff;
  border-right: 1px solid #d8d7e1;
  padding-right: 20px;
  padding-left: 16px;
}
.plan-section .plan-item .info-item {
  padding: 16px 0;
  border-bottom: 1px solid #d8d7e1;
}
.plan-section .plan-item .info-item:last-child {
  border: none;
}
.plan-section .plan-item .info-item .progress-line .line {
  width: 32%;
  height: 8px;
  border-radius: 2px;
  background: #198754;
  opacity: .2;
}
.plan-section .plan-item .info-item .progress-line .line.active {
  opacity: 1;
}
.plan-section .plan-item .info-item .progress-line {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.plan-section .plan-item .info-item .scale-slider .circle {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 25%;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid rgba(63,72,82,.2);
  border-radius: 20px;
  transform: translateY(-50%);
  transition: all 1.5s ease-in-out;
  box-shadow: 0 3px 7px #4446404d;
}
.plan-section .plan-item .info-item .scale-slider {
  margin-top: 8px;
  position: relative;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg,rgb(25, 135, 84) 0%,rgb(25, 135, 84) 25%,rgba(25,135,84,.2) 26%,rgba(25,1315,84,.2) 100%);
  border-radius: 2px;
}
.plan-section .plan-item .info-item .scale-slider.active {
  background: linear-gradient(90deg,rgb(25, 135, 84) 0%,rgb(25, 135, 84) 85%,rgba(25,135,84,.2) 86%,rgba(25,135,84,.2) 100%);
}
.plan-section .plan-item .info-item .scale-slider.active .circle {
  left: 85%;
}
.plan-section .plan-item:last-child .info-list {
  padding-right: 16px;
  padding-left: 20px;
  border: none;
}
.checkout-get-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checkout-get .title {
  padding: 8px 0;
  text-align: center;
  margin-bottom: 16px;
}

.checkout-get .checkmark {
  color: #fff;
  border-radius: 50%;
  background: #198754;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.checkout-get-list-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.checkout-get {
  margin-bottom: 24px;
}
.checkout-price p{margin-bottom: 0;}
.checkout-price {
  margin: 24px 0;
}
.checkout-price-title {
  text-align: center;
  padding: 8px 0;
  margin-bottom: 20px;
}
.checkout-price-result {
  display: flex;
  margin-bottom: 16px;
}
.checkout-price-result .result-item .text .p5 {
  font-size: 14px;
  font-weight: 600;
}
.checkout-price-result .result-item .text .p6 {
  font-size: 12px;
}
.checkout-price-result .result-item {
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-right: 1px solid #d9d8e3;
  width: 50%;
}
.checkout-price-result .result-item:last-child {
  border: none;
}
.checkout-price-result .result-item .image {
  flex: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.check-circle {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #d8d7e1;
  position: relative;
}
.check-circle:before {
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  left: 3px;
  position: absolute;
  border-radius: 50%;
  top: 3px;
}
.checkout-price .price-list-item-wrap input {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;cursor: pointer;
  z-index: 1;
}
.checkout-price .price-list-item .left-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.checkout-price .price-list-item .plan-name {
  max-width: 90px;
}
.checkout-price .price-list-item {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #d8d7e1;
  margin-bottom: 8px;
} 

.checkout-price .price-list-item-wrap {
  position: relative;margin-bottom: 22px;
}

.checkout-price .price-list-item-wrap input:checked + .price-list-item {
  border-color: #198754;
}
.checkout-price .price-list-item-wrap input:checked + .price-list-item .check-circle {
  border-color: #198754;
}
.checkout-price .price-list-item-wrap input:checked + .price-list-item .check-circle:before {
  background-color: #198754;
}

.checkout-price .price-list-item .right-block{
  display: flex;
}
.checkout-price .price-list-item .price {
  border-radius: 0 8px 8px 0;
  background: #eae9f0;
  display: flex;
  gap: 2px;
  padding: 4px 8px;
  position: relative;
  min-height: 48px;
}
.checkout-price .price-list-item .price svg {
  position: absolute;
  right: 100%;
  top: 0;
}
.checkout-price .price-list-item .price-currency {
  padding-top: 4px;
}

p.p6 {
  font-size: 10px;
  line-height: 140%;
}
p.p4 {
  font-size: 14px;
  line-height: 143%;
}
.disclaimer, .description{
  color: #6a6d82;
}
.checkout-price .disclaimer a {
  font-weight: 700;
  color: #6a6d82;
  text-decoration: none;
}
.checkout-price .price-list-item .price h3 {
  font-size: 35px;
  margin-bottom: 0;
  line-height: 114%;
}
.checkout-price .price-list-item .price-right-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.checkout-price .price-list-item-wrap.most-popular .most-popular {
  display: flex;
}
.checkout-price .price-list-item .most-popular {
  content: "";
  background: #198754;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 2px 0;
  display: none;
}
.checkout-price .price-list-item-wrap.most-popular .price-list-item{
  padding-top: 34px;
}
.checkout-price .app-button {
  margin-bottom: 1.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;min-height: 48px;
  padding: 8px 16px;
  border: none;
  outline: none;
  border-radius: 12px;
  transition: all .3s ease-in-out;
}
.app-button.pulsing {
  box-shadow: 0 0 #19875466;
  animation: pulsing-button 1.5s cubic-bezier(.66,0,0,1) infinite;
}
@keyframes pulsing-button {
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}

.checkout-achieve-title {
  text-align: center;
  padding: 8px 0;
  margin-bottom: 24px;
  font-size: 22px;
}
.checkout-achieve .image img {
  width: 240px;
}
.checkout-achieve .image {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.checkout-achieve-item {
  margin-bottom: 16px;
  text-align: center;
}
.checkout-achieve-box {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #eae9f0;
  background: #ffffff;
  margin-bottom: 8px;
}
.checkout-achieve-box-title {
  margin-bottom: 24px;
  font-size: 18px;
}
.checkout-achieve-box-item .checkmark {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #c7c6d3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  color: #dadce2;
}
.checkout-achieve-box-item {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.checkout-achieve-box-item p{margin-bottom: 0;font-weight: 500;}
.checkout-achieve-box-item:last-child {
  margin-bottom: 0;
}
.checkout-achieve-box-item.checked .checkmark {
  color: #fff;
  background-color: #198754;
}
.checkout-achieve-box.active {
  border: 1px solid #198754;  box-shadow: 0 6px 24px #1987541a;
}
.checkout-achieve {
  margin-bottom: 32px;
}

.checkout-award {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: #ebfff6;
}
.checkout-award img {
  max-width: 64px;
  height: auto;
}
.checkout-award p{font-size: 18px;}

.checkout-faq {
  margin-bottom: 42px;
  padding: 12px 16px 16px;
  border-radius: 12px;
  background: #f8f7fa;
  box-shadow: 0 6px 24px #1819251a;
  background-color: #fff;
}

.checkout-faq-title {
  text-align: center;
  margin-bottom: 26px;
}

.checkout-faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checkout-faq-list-item {
  display: flex;
  gap: 16px;
}
.checkout-faq-list-item p{margin-bottom: 0;}

.checkout-faq-list-item .mark {
  flex: none;
  width: 20px;
  height: 20px;
  background-color: #198754;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.checkout-faq-list-item .mark .app-text {
  color: #fff
}

.checkout-faq-list-item .text {
  display: flex;
  flex-direction: column;
  gap: 8px
}


.checkout-review-heading {
  text-align: center;
  margin-bottom: 26px;
}

.checkout-review-heading .title {
  margin-bottom: 11px;
  font-size: 22px;
}

.checkout-review-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.app-review {
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 4px #2124330f,0 4px 16px #21243314
}

.app-stars {
  margin-bottom: 16px;
}

.app-review .info {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between
}
.app-review .p3 {
  font-size: 18px;
}


.checkout-moneyback {
  margin-bottom: 70px;
  background-color: #fff;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 24px #1819251a;
  position: relative
}

.checkout-moneyback-box {
  padding: 1.6rem;
  border-radius: .4rem;
  border: 2px solid #198754;
  text-align: center
}

.checkout-moneyback-box .title {
  margin-bottom: 18px;
  font-size: 22px;
}

.checkout-moneyback-box .description {
  margin-bottom: 12px;
}

.checkout-moneyback-box .seal {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: -45px;
}
.checkout-moneyback-box .description {
  margin-bottom: 12px;
}
.checkout-moneyback-box p.p3 {
  font-size: 18px;
  line-height: 150%;
}
.checkout-moneyback-box a{text-decoration: none;}

.app-footer {
  background: 0 0;
  padding: 0 0 24px;
}

.app-footer .app-text {
  text-align: center;
  color: #8c8a9b;
}

.modal button.close {
    position: absolute;
    right: 0;top: 0;
}

.modal .modal-header {
    border-bottom: 0;
    text-align: center;
    justify-content: center;
}

.modal .modal-header h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 127%;
}

.modal button.close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 34px;
    opacity: 0.3;
    font-weight: 400;
    line-height: 82%;
}

.modal .modal-header {
    border-bottom: 0;
    text-align: center;
    justify-content: center;
}

.modal .modal-header h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 127%;
}

.modal  .credit-card-inner {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.modal  .credit-card-box {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #198753;
    min-height: 90px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 6px 24px #19875338;
    margin-bottom: 30px;
}

.modal  .info-list {
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d7e1;
    margin-bottom: .8rem;
}

.modal  .info-list p {
    margin-bottom: 0;
}

.modal  .info-list-item {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
}

.modal  .info-list-item .label {
    flex: 1 2 auto;
}
.modal  .info-list-item .price{flex: none;}
.modal  .info-list-item .app-text {
    color: #779184;
    font-weight: 600;
    font-size: 16px;
}
.modal .total .total-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.modal .total .save-label {
    font-size: 10px;
    text-align: right;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 140%;
}
.modal .total .app-text {
    font-size: 18px;
    font-weight: bold;margin-bottom: 0;
}
.credit-card-inner h6 {
    font-weight: 700;
    margin-bottom: 0;
}




/*walk page css*/
.template-layout {
  display: flex;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding: 24px 16px 40px;
    margin: 0px auto;
    width: 100%;
    max-width: 592px;
    min-height: calc(100vh - 54px);
}
.select-age-sec {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0px 12px;
    padding-top: 24px;
    max-width: 400px;
    padding-bottom: 8px;
}

.select-age-sec .select-age-item {
    max-width: 50%;
    margin-bottom: 16px;
}

.select-age-sec .age-inner {
    width: 100%;
    position: relative;
    max-height: 180px;
    max-width: 165px;
}

.select-age-sec .age-img img {
    min-height: 180px;
    min-width: 165px;
    max-height: 180px;
}
.select-age-sec .age-range {
    display: flex;
    /* -webkit-box-pack: center; */
    justify-content: center;
    /* -webkit-box-align: center; */
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
    flex-wrap: nowrap;
    border-radius: 100px;
    padding: 12px 16px;
    background-color: rgb(51 160 42);
    /* color: red; */
    min-height: 44px;
}

.select-age-sec .age-range p {
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.age-range img {
    margin-left: 13px;
}
 .section {display: none; }
 
 
 .answer-wrap {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.answer-item {
    margin-bottom: 12px;
    position: relative;
}

.answer-item input {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    display: block;
}

input {
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    appearance: none;
    outline: none;
}

.answer-inner {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 12px;
    min-height: 80px;
    height: auto;
    border: 2px solid transparent;
    background-color: rgb(255, 255, 255);
    padding: 14px 58px 14px 18px;
    color: rgb(45, 45, 45);
}

.answer-item .text-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.answer-item .text-box p {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 56px;
    margin-bottom: 4px;
}
.answer-item .text-box div {
    /*color: rgb(98, 98, 98);*/
     font-size: 14px; 
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 40px;
}
.answer-item .img-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 32px;
    height: 32px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.answer-item .img-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.answer-inner.answer-inner-lg {
    padding-right: 120px;
    height: 96px;
}

.img-box-lg {
    position: absolute;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 100%;
    bottom: 0px;
    top: -2px;
    right: -2px;
    margin-left: 5px;
}

.img-box-lg img {width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.answer-item input[type="radio"]:checked+div, .answer-item input[type="checkbox"]:checked+div {
    background: #349760;
    color: #fff;
}
.check-circle-box svg {
    /* fill: transparent !important; */
    color: transparent;
}
.check-circle-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    max-width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid rgb(217, 217, 217);
    background-color: rgb(247, 246, 243);
    display: flex;
    justify-content: center;
    align-items: center;
}
.answer-item input[type="checkbox"]:checked+div .check-circle-box svg {
    color: #349760;
}

.answer-item input[type="checkbox"]:checked+div .check-circle-box {
    border-color: #fff;
    background: #fff;
}

.continue-box {
    position: sticky;
    bottom: 0px;
    margin: 0px auto;
    width: 100%;
    height: auto;
    padding: 44px 0px 20px;
    display: block;
    text-align:center;
    z-index:9999;
}

.continue-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(0deg, rgb(247, 246, 243) 0px, rgb(247, 246, 243) 65%, rgba(255, 255, 255, 0) 100%);
}

.continue-btn-box {
    position: relative;
    margin: 0px auto;
    max-width: 400px;
    width: 100%;
}

.continue-btn-box button {
    position: relative;
    cursor: pointer;
    background-color: #349760;
    border-radius: 12px;
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 20px;
    min-height: 64px;
    word-break: break-word;
}
.female-group-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
}
.main-title {
    line-height: 52px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8px;
}
.title-md{font-size: 32px;
        line-height: 40px;
        font-weight: 700;text-align: center;}

.sub-title {
    color: #626262;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 18px;
}

.zone-image-container {
    width: 155px;
    height: 400px;
    position: relative;
}

.zone-girl-img, .girl-layer-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease-in-out 0s;
    opacity: 1;
    object-fit: contain;
    display: block;
}

.zone-layer-images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.zone-inner-container {
    display: flex;
    margin-top: 24px;
    gap: 24px;
}

.zone-button-container {
    flex: 1 0 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
}

.zone-container {
    position: relative;
    margin: 0px auto;
    max-width: 400px;
    width: 100%;
}
.zone-image-option, .option-label {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: rgb(255, 255, 255);
    color: rgb(45, 45, 45);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.option-active {
    background-color: #349760;
    color: #fff;
}
.title-sub-text {
    color: rgb(98, 98, 98);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.zone-option-btn input:checked ~ .zone-image-option,
.option-btn input:checked ~ .option-label{
    background: #349760;
    color: #fff;cursor: pointer;
}
.option-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 16px;
}
.zone-option-btn input,
.option-btn input{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}
.zone-option-btn {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.option-btn {
    position: relative;
    overflow: hidden;
}
.chubby-girl-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
}
.continue-btn-box .btn:hover {
    color: #fff;
    background-color: #278d54;
}
.feedback-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 200px;
}

.feedback-img {
    margin: 16px auto;
    width: fit-content;
}


.graph-box {
    max-width: 400px;
    margin: 0px auto;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 12px;
    border-radius: 12px;
    /* margin-bottom: 27px; */
    padding: 57px 20px 44px;
}

.graph-inner {
    max-width: 298px;
    position: relative;
    margin: 0 auto;
    left: 6px;
}

.graph-animation-box {
    max-width: 0;
    overflow: hidden;
    position: relative;
    animation: graphUp 2s forwards;
}
@keyframes graphUp{
100% {
    max-width: 298px;
}
}
.graph-bg-line-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 296px;
}

.graph-animation-box svg {
    min-height: 115px;
    max-width: 295px;
    z-index: 100;
}

.tooltip-gain:nth-child(2) {
    top: 86px;
    left: -14px;
    animation-delay: .1s;
}

.graph-value-tooltip {
    position: absolute;
    transform: translateY(-20%);
    opacity: 0;
    animation: tooltip-vissible 3s forwards;
}

.graph-value {
    display: flex;
    width: fit-content;
    padding: 4px 8px;
    background-color: rgb(41, 46, 51);
    border-radius: 4px;
    position: relative;
}

.graph-value p {
    margin-bottom: 0;
}
@keyframes tooltip-vissible{
100% {
    transform: translate(0);
    opacity: 1;
}
}

p.value-text {
    font-family: Roboto, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

p.value {
    font-family: Roboto, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 16px;
    margin-left: 4px;
}

.tooltip-arrow {
    max-width: 16px;
    height: 5px;
    left: 0px;
    right: 0px;
    bottom: 3px;
    margin: 0px auto;
    transform: translate(0px, -100%);
    position: absolute;
}

.tooltip-arrow svg {
    position: relative;
    top: 3px;
}

.tooltip-gain {
    top: 2px;
    left: 267px;
}

p.expected-result {
    position: absolute;
    top: -40px;
    font-family: Roboto, sans-serif;
    color: rgb(45, 45, 45);
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}


.choose-wrap.body-mass-wrapper {
    position: relative;
    margin: 0px auto;
    max-width: 400px;
    width: 100%;
}

.bmi-box {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 0px, rgba(0, 0, 0, 0.05) 0px 2px 34px 0px;
    border-radius: 12px;
}

.bmi-box-inner {
    position: relative;
    z-index: 5;
}

.bmi-title-box {
    display: flex;
    /* -webkit-box-pack: justify; */
    justify-content: space-between;
    /* -webkit-box-align: center; */
    align-items: center;
}

.bmi-title-box p {
    margin-bottom: 0;
}

.bmi-title-box .bmi-title {
    font-family: Roboto, sans-serif;
    color: rgb(98, 98, 98);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.bmi-title-box .bmi-sub-title {
    font-family: Roboto, sans-serif;
    color: rgb(147, 150, 166);
    font-size: 12px;
    line-height: 16px;
}

.bmi-progress-box {
    padding-top: 46px;
}

.bmi-progress-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 12px;
}

/*.progress-pointer-box {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    -webkit-box-align: center;*/
/*    align-items: center;*/
/*    position: absolute;*/
/*    gap: 11px;*/
/*    bottom: 21%;*/
/*    margin: 0px auto;*/
/*    left: 0px;*/
/*    transform: translate(-50%, 0px);*/
/*    animation: 1s ease-out 0s 1 normal forwards running pointerAnimation;*/
/*}*/
.progress-pointer-box {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    /* align-items: center; */
    position: absolute;
    gap: 11px;
    bottom: 21%;
    margin: 0px auto;
    left: 0%;
    transform: translate(-8%, 0px);
    /* animation: 1s ease-out 0s 1 normal forwards running pointerAnimation; */
}
@keyframes pointerAnimation {
    100% {
        left: 83%;
    }
}
p.progress-pointer-text {
    padding: 4px 10px;
    background-color: rgb(69, 78, 87);
    text-align: center;
    min-width: 76px;
    border-radius: 5px;
    position: relative;
    font-family: Roboto, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}

.progress-pointer {
    width: 24px;
    height: 24px;
    border: 2px solid rgb(135, 142, 149);
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}

.progress-pointer:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(135, 142, 149);
    opacity: 0.2;
    border-radius: 50%;
}

.progress-pointer:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(135, 142, 149);
}

.progress-bottom-title {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.progress-bottom-title p {
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    color: rgb(147, 150, 166);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bmi-box-bg {
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    max-width: 100%;
    top: 0px;
    left: 0px;
}

.exercise-wrapper {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px 7px;
}

.exercise-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sm-text {
    font-family: Roboto, sans-serif;
    color: rgb(147, 150, 166);
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
}

.excercise-item-inner {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.exercise-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 20px;
}


.md-text {
    font-family: Roboto, sans-serif;
    color: rgb(45, 45, 45);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}
.exercise-img-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 104px;
}

.warning-box-wrapper {
    padding: 10px 8px 8px;
    display: flex;
    border-radius: 12px;
    gap: 4px;
    background-color: rgb(254, 255, 217);
}

.warning-box-icon img {
    width: 20px;
    /* width: 100%; */
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 20px;
}

.warning-box-title p {
    font-family: Roboto, sans-serif;
    color: rgb(45, 45, 45);
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
}

.warning-box-desc {
    font-family: Roboto, sans-serif;
    color: rgb(98, 98, 98);
    font-size: 12px;
    line-height: 16px;
     margin-bottom: 0;
}


    /*today changes 6-8-24*/
.weight-predict-chart__chart {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.weight-predict-chart__maintain-weight{
    opacity: 1; color: rgb(86, 169, 122);
    transition-delay: 1ms; 
    transform: translate(141px, -60px) scale(0.81);
    font-weight: bold;
    display: inline-block;
}
.weight-predict-chart__goal-label{
    top: 120px; left: 250px; 
    opacity: 1; 
    transform: scale(1) translateY(0px); 
    transition-delay: 2301ms;
    background-color: #7D8BF7;
    border-radius: 8px; 
    padding: 1px 11px; 
    color: white; 
    position: absolute;
    font-size: 13px;
    width: max-content;
}
.weight-predict-chart__goal-label-chevron{
    position: absolute; bottom: -9px; left: 50%; 
    transform: translateX(-50%);
    width: 0; height: 0; border-left: 10px solid transparent;
    border-right: 10px solid transparent; 
    border-top: 10px solid #7D8BF7;
}
.weight-predict-title-content > div, 
.weight-predict-title-content > span {
    margin-right: 5px;
     color: inherit; 
}
.weight-predict-title-content {
    color: #198754;
}
    /*today changes 6-8-24*/
    
    img.mobile-logo-adjusted {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 30px;
}

.radio-default {
    appearance: auto !important;
    display: block !important;
    /* height: auto; */
    /* width: auto; */
}
.plan-radio-wrap label{
    border: 2px solid rgb(243 244 246);
}

#card-number-element, #card-expiry-element, #card-cvc-element {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #fff;
}
#card-expiry-element {
    margin-right: 10px;
}
#card-cvc-element {
    margin-left: 10px;
}
/* media query */
@media (min-width: 576px) {
  .plan_dailog {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {

  .css-ho521d {
    width: 540px;
  }

  .css-1ezgnfa {
    font-size: 16px;
    padding: 16px 21px;
  }
}
@media screen and (min-width: 1024px) {
.template-layout.index{max-width: 992px;}
.select-age-sec{gap: 24px;
max-width: 100%;
flex-wrap: nowrap;
    
}
}

@media (max-width: 767px){
    /*today changes 6-8-24*/
             .weight-predict-chart__goal-label {
                top: 60px;
            }
             .weight-predict-chart__maintain-weight {
                display: inline-block;
                transform: translate(280px, -70px) scale(0.81);
            }
            .weight-predict-chart__top-value.weight-predict-chart__text-value {
                display: inline-block;
                left: 22px !important;
                top: 25px;
                position: absolute;
            }
        .weight-predict-subtitle,
        .weight-predict-title{
            left: 0 !important;
            text-align: center;
            top: 0 !important;
        }
      .weight-predict-chart__bottom-right-value {
        left: auto !important;
        right: 0 !important;
        position: absolute !important;
         bottom: 20px !important; 
        top: auto !important;
    }
    .weight-predict-chart__bottom-left-value.weight-predict-chart__text-value {
    left: 10px !important;
    top: auto;
    bottom: 20px !important; display: inline-block;
    position: absolute;
}
    
    .weight-predict-chart__svg-wrapper svg {
        width: 100% !important;
    }
    
    
    /*today changes 6-8-24*/
}
@media (max-width: 575px) {
     
    .header_sec {
    padding: 10px 0;
}
.template-layout {
    padding: 10px 15px 10px;
    min-height: calc(100vh - 68px);
}
    .sub-title {
    font-size: 14px;line-height: 1.4;
}
.continue-box{padding: 0 0 10px;}
      .logo-img {
    width: 190px;
  }
  .plan_contain .p1 {
    font-size: 15px;
  }

  .plan_contain .p2 {
    font-size: 15px;
  }

  .plan_contain .p3 {
    font-size: 15px;
  }

  .btn_txt {
    font-size: 14px;
  }

  .plan_title {
    padding: 10px 0 !important;
  }

  #payment-form {
    padding: 0px !important;
  }
  .signup_head h2 {
    font-size: 19px;
  }

  .signup_head p {
    font-size: 12px;
  }

  .signup_bx {
    padding: 30px 20px;
  }

  .signup_sec {
    padding-top: 20px;
  }

  .result_image_response {
    height: 200px;
    width: 300px;
  }

  .choose_bx_res {
    padding: 15px;
  }

  .res_font {
    font-size: 14px;
  }
  
  .logo-img-wrap{max-width: 150px;}
}


@media (max-width: 430px){
     /*today changes 6-8-24*/
     .weight-predict-chart-note {
    font-size: 12px;
    color: gray;
    padding-left: 5px;
}
     .container-fluid{
         padding-left: 0 !important;
         padding-right: 0 !important;
     }
   .weight-predict-chart__goal-label {
    top: 35px;
    left: 193px;
}
    .weight-predict-chart__top-value.weight-predict-chart__text-value {
    top: 20px;
}
.weight-predict-subtitle{font-size: 18px !important;}
.weight-predict-title-content div{
    font-size: 24px !important;
}
.weight-predict-chart__maintain-weight {
    transform: translate(210px, -58px) scale(0.71);
}

    .weight-predict-chart__chart {
        max-width: 320px;
        
    }
      /*today changes 6-8-24*/
}

