* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}

/* 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;
}

.choose_head h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}

.choose_sec {
  padding-top: 48px;
}

.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: rgb(242, 242, 239);
  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;
} */

/* media query */
@media (max-width: 480px) {
  .choose_head h2 {
    font-size: 18px;
  }
}

.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;
}

@media (max-width: 567px) {
  .logo-img {
    width: 190px;
  }
}

/* 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;
}

@media (min-width: 576px) {
  .plan_dailog {
    max-width: 600px;
  }
}

@media (max-width: 576px) {
  .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;
  }
}

@media (max-width: 350px) {
  .btn_txt {
    font-size: 12px;
  }
}

/* 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;
}

@media (max-width: 567px) {
  .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;
  }
}

/* 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;
}

@media screen and (min-width: 768px) {

  .css-ho521d {
    width: 540px;
  }

  .css-1ezgnfa {
    font-size: 16px;
    padding: 16px 21px;
  }
}

/* ------------------------------ */

.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;}
.container-fluid.category-container {
  max-width: 480px !important;
}
.choose_sec{padding-top: 0;}
.header_sec {
  position: fixed !important;
  z-index: 10 !important;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
}
/* .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;
}

.quiz-result-card {
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 24px #1819251a;
}
.quiz-result-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.level_bar {
    position: relative;
    height: 8px;
    background: linear-gradient(90deg,#96d9ff,#b7f5a8 31.77%,#f9eb7c 66.15%,#fc806e);
    border-radius: 27px;
}
.circle.level_indicator {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 85%;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 3px solid rgba(63, 72, 82, .2);
    box-shadow: 0 3px 7px #4446404d;
    border-radius: 20px;
    transform: translateY(-50%);
    transition: all 1.5s ease-in-out;
}
.quiz-result-card .tool {
    position: absolute;
    top: -40px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 24px;
    background: #3f4852;
    text-align: center;
    transform: translate(-50%);
    border-radius: 4px;
    transition: all 1.5s ease-in-out;
}
.quiz-result-card .tool p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}
.quiz-result-card .tool:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 6px solid #3f4852;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transform: translate(-50%, -1px);
}
.result-scale{
    animation: fade-up 1.2s ease-in-out;
    margin-top: 48px;
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    40%, 60% {
        opacity: 1;
        transform: translateZ(0);
    }
}

.scale-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0;
    text-transform: uppercase;
}

.scale-panel p {
    color: #8c8a9b;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 0;
}
.alert-message {
    animation: fade-up 1.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-radius: 16px;
    background: #fce6e2;
    padding: 12px;
}

.alert-message .image {
    flex: none;
    padding: 10px 8px;
    border-radius: 4px;
    background: #f4c0b7;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: fade-up 1.5s ease-in-out;
}

.count-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
}

.count-list-item .text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 1px;
    justify-content: center;
}

.count-list-item .image {
    flex: none;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eef0eb;
}
.person {
    position: absolute;
    width: 180px;
    height: 220px;
    right: 0;
    bottom: 0;
    animation: fade-left 2.4s ease-in-out;
}

.person img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.calculating-wrap{max-width: 390px;margin: 0 auto;}
.progress-bar.progress-bar-success .progress {
    background-color: #349760;
}
.progress-check-list .progress {
    transition: all .3s ease-in-out;
    margin: 0;
    padding: 0;
    height: 8px;
    border-radius: 12px;
}
.progress-text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
    align-items: center;
}
.progress-check-list .progress-bar {
    background-color: #356d4e30;border-radius: 12px;
}
.progress-list-item{margin-bottom: 17px;}
.progress-text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
}
.progress-check-list {
    min-height: 225px;
}
.review-card .app-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.review-card-inner {
    padding: 16px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 4px #2124330f, 0 4px 16px #21243314;
}
.review-card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.progress-modal .modal-dialog {
    max-width: 330px;
    margin: 0;
    left: calc(50% - 165px);
    top: calc(50% - 94px);
    transform: none !important;
}
.progress-modal {
    backdrop-filter: blur(8px);
}
.progress-modal .modal-content {
    border-radius: 16px;
}

.graph-chart {
    text-transform: capitalize;
    scale: 0.7;
    margin: 0px -100px;
}
.progress-modal .modal-body {
    padding: 21px 23px;
}

.modal-action {
    display: flex;
    gap: 10px;
}

.modal-action .btn {
    min-width: 137px;
    min-height: 48px;
    padding: 8px 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #3497603d;
    border: 0;
    color: #000;
    font-weight: 700;
}
.modal-action .btn:hover {
    background: #34976075;
}

.progress-list-item .progress-content {
    border-bottom: 1px solid #d9d9d9;
}

.progress-text span.label {
    font-size: 18px;
    font-weight: 700;
}

.progress-text span.count {
    font-size: 13px;
    color: #a8afab;
    font-weight: 600;
}.review-card.review-show {
    display: block;
}

.review-card {
    display: none;
}