/* body *,
::before,
::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
} */
/* Reset & base inside .step-form */

.qz_st_logo img {
  width: 200px;
}
.page-id-33221 .elementor-location-header {
  display: none;
}
.page-id-33221 .elementor-location-footer {
  display: none;
}
/* section.quiz_step_form {
  margin: 0 auto;
  padding: 60px 0px;
} */
.qz_st_logo {
  text-align: center;
  padding-bottom: 25px;
}
/*21-july-2025*/
.dob-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.dob-field {
  flex: 1;
  min-width: 100px;
}
.dob-field select {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.step {
  width: 660px;
  margin: 0 auto !important;
}
.step.step-40 {
  width: 100% !important;
}
.stp_wdth {
  width: 660px;
  margin: 0 auto;
}
.real_stories_section {
  width: 100%;
}
.step-form * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.step-form {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  border-radius: 12px;
  text-align: center;
  color: #001f5c;
  padding-bottom: 95px;
}

/* Logo */
.step-form .logo {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.step-form .logo span {
  color: #001f5c;
}
.step-form .logo .icon {
  color: #f9b100;
}

/* Top nav: prev button + progress bar */
.step-form .top-nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step-form .prev-btn {
  background: #fff;
  color: #000;
  padding-right: 18px;
  font-size: 14px;
}

.step-form .progress-bar {
  flex: 1;
  background: #d0d9e8;
  border-radius: 10px;
  height: 12px;
  overflow: hidden;
}
.step-form .progress-bar .progress {
  background: #001f5c;
  width: 50%; /* adjust dynamically later if you want */
  height: 100%;
}

/* Steps visibility */
.step-form .step {
  display: none;
}
.step-form .step.active {
  display: block;
}

/* Step 1: question & options */
.step-form .question {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Figtree Semi Bold";
  color: #000;
}

.step-form .options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step-form .option {
  background: #fff;
  border: 2px solid #004c581f;
  border-radius: 8px;
  padding: 12px 16px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: border-color 0.2s ease;
  font-family: "Figtree Semi Bold";
  color: #000;
}
.step-form .option:hover {
  border-color: #889494;
  background: #889494;
  color: #fff;
}
.step-form .option input[type="radio"] {
  margin-right: 10px;
  accent-color: #001f5c;
}

/* Step 2: intro & testimonial */
.step-form .intro {
  font-size: 18px;
  margin-bottom: 20px;
}

.step-form .testimonial {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 20px;
}

.step-form .before-after img {
  width: 70px;
  border-radius: 8px;
}

.step-form .review .name {
  font-weight: 600;
  margin-bottom: 5px;
}
.step-form .badge {
  background: #e6f7e6;
  color: green;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
}
.step-form .lost {
  color: #001f5c;
  margin-bottom: 8px;
}
.step-form .text {
  font-size: 14px;
  line-height: 1.4;
}

/* Next button */
.step-form .next-btn {
  width: 100%;
  background: #01c6e6;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.step-form .next-btn:hover {
  background: #889494;
}
.step-form .progress-bar .progress {
  background: #01c6e6;
  width: 0%; /* start at 0% */
  height: 100%;
  transition: width 0.3s ease; /* smooth animation */
}

/*17july2025*/
/* Hide default radio input */
.step-form .option input[type="radio"] {
  display: none;
}

/* Style the label span (text + tick area) */
.step-form .option span {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 26px;
}

/* Custom circle */
.step-form .option span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
.step-form .option:hover span::before {
  border-color: #fff;
  background-color: transparent;
}
/* Add SVG tick icon when checked */
.step-form .option input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 19px;
  height: 20px;
  background-image: url("https://biopreventative.com/wp-content/uploads/2025/08/Vector.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.prev-btn img {
  width: 12px;
}
p#dynamic-intro {
  color: #000;
  font-weight: bold;
  font-family: "Figtree Semi Bold", sans-serif;
  font-size: 24px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.rt_cntnt {
  text-align: start;
}
h4.wt_val {
  padding-top: 20px;
  padding-bottom: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Figtree Semi Bold";
}
.rt_cntnt p {
  font-family: "Figtree Light", sans-serif;
  font-size: 14px;
  color: #000;
}
.vrf_id .lft_img {
  padding-right: 0px;
	    display: flex;
    align-items: center;
	gap: 10px
}
.verf_img {
  display: flex;
}
.vrf_nm {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Figtree Semi Bold";
}
.rt_dtl {
  margin: auto 0 !important;
}
.lft_img img {
  width: 60px;
}
.verf_img img {
    width: 17px;
}
.verf_img span {
  color: #00b67a;
  font-family: "Figtree Medium", sans-serif;
  font-size: 13px;
  padding-left: 4px;
  margin: auto 0;
}
.rt_dtl {
  padding-left: 8px;
  margin: auto 0;
}
.vrf_id {
  padding-top: 15px;
}
.rt_cntnt {
  text-align: start;
  padding: 25px 20px 25px 30px;
}
.sld_bx_lft {
  padding-right: 0px !important;
}
.sld_bx_rt {
  padding-left: 0px !important;
}
.before_after_img img {
  width: 328px;
  height: 360px;
  object-fit: cover;
}
.before_after_slider {
  padding-bottom: 27px;
}
.next-btn img {
  width: 14px;
}
.slick-prev:before,
.slick-next:before {
  color: #000000 !important;
}
.bmi_field label {
  display: block !important;
  text-align: left !important;
  color: #000;
  font-size: 16px;
  font-family: "Figtree Medium";
}
.bmi_field input {
  width: 100%;
  border-radius: 7px;
  margin-top: 5px;
  border-color: #004c581f;
}
.bmi-inputs .row {
  row-gap: 25px;
  padding-bottom: 33px;
  padding-top: 45px;
}
p.bmi-label {
  color: #000;
  font-family: "Figtree Medium";
  font-size: 15px;
}
div#bmi-value {
  font-size: 30px;
  font-family: "Figtree Semi Bold";
  color: #01c6e6;
}
.bmi-slider-bar input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.7px 0;
  padding: 1px 0 5px 0;
  background: linear-gradient(
    90deg,
    rgba(1, 198, 230, 1) 0%,
    rgba(255, 255, 0, 1) 25%,
    rgba(151, 71, 255, 1) 50%,
    rgba(0, 182, 122, 1) 100%
  );
  border-radius: 32px;
  overflow: hidden;
  border: none !important;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff !important;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4px; /* Adjust based on slider height */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: -1px;
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
  background-color: #fff !important;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}

.gender-card {
  cursor: pointer;
  display: block;
  text-align: center;
}

.gender-card input[type="radio"] {
  display: none;
}

.card-content {
  background: #fff;
  border: 1px solid rgba(0, 76, 88, 0.12);
  border-radius: 7px;
  padding: 30px 0;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #002f87;
}

.card-content .icon {
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}

.gender-card input[type="radio"]:checked + .card-content {
  background-color: #889494;
  color: #fff;
  border: none;
}
.card-content:hover {
  background-color: #889494;
  color: #fff;
  border: 1px solid #889494;
}
span.icon.fm img {
  width: 32px;
}
.chart-container-wrapper {
  border: 1px solid #e0e0e0; /* Light grey border */
  border-radius: 8px; /* Slightly rounded corners */
  padding: 20px; /* Padding inside the container */
  background-color: #fff; /* White background */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Subtle shadow */
  margin-top: 20px; /* Adjust as needed */
  margin-bottom: 20px; /* Adjust as needed */
}

/* Optional: Adjust canvas height if needed for aspect ratio */
canvas#bmiChart {
  height: 300px !important; /* Example height, adjust as needed */
  width: 100% !important;
}

/* To improve font consistency if needed */
.quiz_step_form {
  font-family: Arial, sans-serif;
  padding-top: 60px;
}

/* For data labels, if you successfully implement the plugin */
.chartjs-datalabels {
  font-weight: bold;
  color: #333; /* Darker color for readability */
}

/* Ensure the next button has consistent styling */
.step-5 .next-btn img {
  height: 16px; /* Adjust icon size */
  width: 16px;
}

/* Adjustments for progress bar and back button for better alignment */
.quiz_step_form .top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 660px;
  margin: 0 auto;
}

.quiz_step_form .progress {
  height: 100%;
  background-color: #122a97; /* Or a color that matches your theme */
  width: 0%; /* Initial width */
  border-radius: 3px;
  transition: width 0.3s ease-in-out;
}

.quiz_step_form .prev-btn {
  background: none;
  border: none;
  color: #666; /* Light grey text */
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.quiz_step_form .prev-btn img {
  height: 14px;
  width: 14px;
}
p.st_p {
  font-family: "Figtree Regular", sans-serif;
  color: #000;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 15px;
}
p.disclaimer {
  color: #000 !important;
  font-family: "Figtree Regular";
  font-size: 16px !important;
  text-align: left;
}
.cont_icon img {
  width: 35px !important;
}
.cont_p p {
  text-align: start;
}
.cont_p p {
  text-align: start;
  font-family: "Figtree Regular", sans-serif;
  color: #000;
}
.dynamic-step9-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 20px;
}
.dynamic-step9-content .row {
  align-items: center;
  flex-direction: row;
  row-gap: 20px !important;
}
.dynamic-step9-content .col-md-2 {
  padding-right: 0px;
}
/* .dynamic-step9-content .col-md-10 {
  padding-left: 0px;
} */
h2#step9-dynamic-heading {
  width: 100%;
}
.brain_img img {
  width: 157px;
}
.brain_img.img_2 img {
  width: 133px;
}
.brain_img h6 {
  font-family: "Figtree Medium";
  width: 200px;
  margin: 0 auto;
  color: #01c6e6;
}
.brain_img {
  border: 1px solid #004c581f;
  border-radius: 7px;
  padding-bottom: 25px;
  padding-top: 18px;
}
.nih_lg {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Figtree Light";
  color: #000;
  font-size: 14px;
}
.nih_lg img {
  width: 30px;
}

.step-10 .options span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
  display: none;
}
.options_img {
  padding-top: 10px;
  padding-bottom: 13px;
}

label.list_hd {
  text-align: start;
  color: #01c6e6;
  font-family: "Figtree Medium";
  font-size: 15px;
}
.options textarea {
  border-radius: 10px !important;
  border-color: #004c581f;
  padding: 10px;
}
input.input_weight {
  border-radius: 7px;
  border-color: #004c581f;
  font-size: 14px;
}
input.input_weight::placeholder {
  color: #000;
  font-family: "Figtree Light";
}
.page-id-33221 .ast-container {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #f1fcfd;
}
.quiz_footer .row {
  align-items: center;
  justify-content: center;
}
.copyright_txt p {
  padding: 0;
  margin: 0;
  font-family: 'Figtree light';
  color: #000;
}
p.state-error-message {
  padding-top: 6px;
  font-family: 'Figtree Regular';
}
.btn_div {
  position: sticky;
  bottom: 0;
}

div#page {
    overflow: visible;
}
.quiz_menus a {
  color: #000;
  text-decoration: none;
  padding-left: 15px;
  font-family: 'Figtree Light';
  font-size: 16px;
}
.rating_img img {
  width: 180px;
}
section.quiz_footer {
  padding-bottom: 30px;
  padding-top: 40px;
  background: #fff;
}
.step-26 .option span::before,
.step-28 .option span::before,
.step-29 .option span::before {
  display: none;
}
.step-34 span::before {
  display: none !important;
}

/*29 july 2025 start*/

/* Add these styles to your CSS file */
.step-40 .weight-chart-container {
  border: 1px solid #004c581f;
  margin: 30px 0;
  text-align: center;
  border-radius: 15px;
  padding-bottom: 70px !important;
}

.step-40 .weight-chart-container h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.step-40 .chart-container-wrapper {
  position: relative;
  height: 300px;
  margin: 0 auto;
  max-width: 800px;
}

.step-40 .weight-markers {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.step-40 .weight-marker {
  font-size: 14px;
  color: #666;
}

.step-40 .timeline {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  max-width: 800px;
  padding: 0 20px;
}

.step-40 .timeline-item {
  font-size: 14px;
  color: #666;
  text-align: center;
  flex: 1;
}

.step-40 .chart-footer {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
/*29 july 2025 end*/

/*31 july start*/
.stp_wdth {
  margin: 0 auto;
}
.plan_aproved p {
  color: #00b67a;
  font-family: "Figtree Regular";
  font-size: 14px;
  display: inline;
  background: #01c6e61a;
  padding: 8px 10px;
  border-radius: 7px;
}
.plan_aproved p span {
  padding-left: 5px;
}
.plan_aproved img {
  width: 18px !important;
}
.plan_aproved {
  padding-bottom: 15px;
}
.step-40 .chart-container-wrapper {
  border: none;
  box-shadow: none;
  background: none;
}
.chart_label {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #000;
  font-family: "Figtree Regular";
  padding-top: 20px;
}
.row.medication_detl {
  margin-top: 80px !important;
  row-gap: 25px;
}
h4.graph_lbs {
  font-size: 20px;
  font-family: "Figtree Medium";
  color: #000;
}
a.chs_mdcn_btn {
  background: #01c6e6;
  display: block;
  padding: 19px 0px;
  color: #fff;
  text-decoration: none;
  font-family: "Figtree Medium";
  border-radius: 7px;
}
.icn_lst {
  margin: 0 8px;
  padding: 19px 20px;
  border: 1px solid #00798d2b;
  border-radius: 7px;
  font-family: "Figtree Regular";
  font-size: 14px;
  text-align: start;
  display: flex;
  flex-direction: row;
  text-align: start;
  align-items: center;
  gap: 15px;
  color: #000;
}
span.bl_clr {
  color: #01c6e6;
}
.real_stories_section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.med_started_today h3 {
  color: #000;
  font-family: "Figtree Semi Bold";
  width: 344px;
  margin: 0 auto;
}
ul.started_ul {
  padding-top: 15px;
  width: 300px;
  text-align: start;
  margin: 0 auto;
  list-style: none;
  color: #000;
  font-family: "Figtree Regular";
  font-size: 15px;
  padding-left: 20px;
}
.real_stories_section .drp_shadow_tst {
  padding: 30px;
}
.plans_available .plan_aproved img {
  width: 10px !important;
}

.plans {
  width: 660px;
  margin: 0 auto;
}

.product_checkbox {
  display: flex !important;
  column-gap: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 12px;
  margin-bottom: 25px;
}

.check_inpt {
  border-right: 1px solid #004c581f;
  display: flex;
  align-items: center;
  padding-right: 7px;
  padding-left: 7px;
}
.prod_cont {
  display: flex;
  padding: 26px 0px;
  text-align: start;
  align-items: center;
  cursor: pointer;
  gap: 100px;
}
span.sale-price {
  color: #000;
  font-family: "Figtree Semi Bold";
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
span.save-amount {
  font-family: "Figtree Medium";
  font-size: 13px;
  color: #9747ff;
  background: #f4ecff;
  border-radius: 2px;
  padding: 6px 7px;
}
p.prd_price {
  padding-top: 7px;
}
.plan_aproved {
  padding-bottom: 35px;
  padding-top: 40px;
}
span.original-price {
  font-family: "Figtree Semi Bold";
  color: #d0cccc;
  font-size: 14px;
}
.check_inpt input {
  cursor: pointer;
}
.left_prd_cnt {
  display: flex;
  align-items: center;
}
.prd_details {
  padding-left: 20px;
}
.prd_details h3 {
  font-family: "Figtree Semi Bold";
  color: #000;
  font-size: 20px;
}
p.shrt_desc {
  font-family: "Figtree Light";
  color: #000;
  width: 75%;
  line-height: 17px;
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 8px;
}
p.which_plan {
  color: #00b67a;
  font-family: "Figtree Regular";
  padding-left: 13px;
  padding-top: 10px;
  font-size: 13px;
}
p.most-popular {
  background: #ffffcc;
  padding: 8.5px 27px;
  border-radius: 100px;
  font-family: "Figtree Semi Bold";
  font-size: 14px;
}
p.most-affortable {
  color: #9747ff;
  font-family: "Figtree Semi Bold";
  background: #f4ecff;
  padding: 8.5px 17px;
  border-radius: 100px;
  font-size: 15px;
}
.product_checkbox:hover .check_inpt {
  background: #01c6e6;
  border-radius: 12px 0 0 12px;
  border-color: #01c6e6;
}
.checkout_btn a {
  padding: 15px 0px;
  background: #01c6e6;
  width: 100% !important;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  font-family: "Figtree Medium";
  margin-top: 50px !important;
}
.check_inpt.selected-radio {
  background: #01c6e6;
  border-radius: 12px 0 0 12px;
  border-color: #01c6e6;
}
button.checkout_submit_btn {
  width: 100%;
  padding: 19px 0px;
  border-radius: 7px;
  background: #01c6e6;
  font-family: "Figtree Medium";
  margin-top: 20px;
}
p.most-effective {
  padding: 8px 22px;
  background: #006fcf24;
  border-radius: 110px;
  color: #006fcf;
  font-family: "Figtree Medium";
  font-size: 14px;
}

.woocommerce-checkout .elementor-location-header {
  display: none;
}
.woocommerce-checkout .elementor-location-footer {
  display: none !important;
}
.page-id-33563 header.entry-header {
  display: none;
}

button#place_order {
  width: 100%;
  margin-top: 25px;
}
.step-37 label {
  text-align: left;
  color: #000 !important;
  font-family: "Figtree Medium";
}
.step-38 label {
  text-align: left;
  color: #000 !important;
  font-family: "Figtree Medium";
}
.step-39 label {
  text-align: left;
  color: #000 !important;
  font-family: "Figtree Medium";
}
.step-39 label.form-check-label {
  text-align: start;
  color: #000;
  font-family: "Figtree Light";
  font-size: 16px;
}
.agree_txt p {
  text-align: start;
  padding-top: 16px;
  font-family: "Figtree Light";
  color: #000;
}
/*31 july end*/

/* 5aug2025 start  */

.step-form .option.active {
  border-color: #889494;
  background: #889494;
  color: #ffff;
}
.step-form .option.active span::before {
  border-color: #fff;
  background-color: transparent;
}

.step-2 .slick-next:before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  font-size: 20px;
  color: #000;
}
.step-2 .slick-next {
  right: -80px;
}
.step-2 .slick-prev {
  left: -80px;
}

.step-2 .slick-prev:before {
  font-family: "Font Awesome 6 Free";
  content: "\f060";
  font-weight: 900;
  font-size: 20px;
  color: #000;
}
.step-2 button {
  background-color: #9747ff33;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.step-2 .slick-prev:before,
.step-2 .slick-next:before {
  color: #000 !important;
  background-color: #9747ff33;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.step-40 .med_started_today .started_ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: 330px !important;
}
.step-40 .med_started_today .started_ul li {
  position: relative;
  padding-left: 30px;
}
.step-40 .step-form .option input[type="radio"] + span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 19px;
  height: 20px;
  background-image: url("https://biopreventative.com/wp-content/uploads/2025/07/Check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.step-4 .gender-selection {
  gap: 10px !important;
}
.step-3 .bmi-inputs .row .bmi_field {
  margin: 0 10px;
}
.step-34 .option span {
  padding-left: 10px !important;
}
.step-39 .form-check.mt-3 {
    padding-left: 25px;
}
/* 5aug2025 end  */
@media screen and (max-width: 991px) {
  .entry-content .custom-checkout-content {
    width: 100% !important;
  }
  .entry-content #customer_details {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .entry-content
    form
    #order_review_heading:not(
      .elementor-widget-woocommerce-checkout-page #order_review_heading
    ) {
    width: 100% !important;
  }
  .entry-content
    form
    #order_review:not(
      .elementor-widget-woocommerce-checkout-page #order_review
    ) {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  section.quiz_step_form {
    margin: 0 auto;
    padding: 60px 0px;
    max-width: 540px;
    width: 100%;
  }
  .step-form {
    max-width: 100%;
    width: 100%;
  }
  .cont_p p {
    text-align: center;
  }
  section.quiz_footer .quiz_menus {
    margin: 14px 0;
  }
  section.quiz_footer .quiz_menus a {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    padding: 0;
  }
  .step-34 .option span {
    padding-left: 10px;
  }
  .step-10 .option span {
    padding-left: 14px;
  }
  .step-26 .option span {
    padding-left: 10px;
  }
  .step-28 .option span {
    padding-left: 10px;
  }

  /* 5aug 2025 start  */
  .quiz_step_form .top-nav {
    width: 100%;
  }

  .step {
    width: 100%;
    margin: 0 auto !important;
  }
  .quiz_footer .col-md-3 {
    width: 50%;
    order: 2;
    padding: 0;
  }
  .quiz_footer .col-md-6 {
    width: 100%;
    padding: 0;
    order: 3;
  }
  .quiz_footer .col-md-3 {
    width: 50%;
    order: 2;
    padding: 0;
  }

  .stp_wdth {
    width: 100% !important;
  }
  .before_after_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .gender-card {
    padding: 10px 0;
  }
  .step-40 .plans {
    width: 100%;
  }
  .step-40 .plans .prod_cont {
    flex-direction: column;
    gap: 20px;
  }
  .step-40 .product_checkbox label {
    width: 90%;
  }
  .step-40 .left_prd_cnt {
    width: 100%;
  }
  .step-40 .product_checkbox {
    column-gap: 10px;
  }
  /* 5aug 2025 end  */
}

@media screen and (max-width: 575px) {
	.step-39 .form-check.mt-3 {
    padding-left: 0px;
}
	.row.medication_detl {
    margin-top: 50px !important;
}
  .step-form .question {
    margin-top: 10px;
  }
  section.quiz_step_form {
    max-width: 100%;
    width: 100%;
  }
  .step-form {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }
  .step-form .question {
    font-size: 16px;
  }
  .quiz_step_form .top-nav {
    padding: 10px 0 0 0;
  }
  p#dynamic-intro {
    font-size: 16px;
  }
  div#bmi-value {
    font-size: 20px;
  }
  .bmi-inputs .row {
    row-gap: 16px;
    padding-bottom: 22px;
    padding-top: 16px;
  }
  .gender-card {
    margin-bottom: 16px;
  }
  p.st_p {
    width: 100%;
  }
  p.disclaimer {
    font-size: 14px !important;
  }
  .dynamic-step9-content .row {
    row-gap: 14px !important;
  }
  .step-form .option span {
    padding-left: 24px;
  }
  .step-10 .option span {
    padding-left: 16px;
  }
  .step-26 .option span {
    padding-left: 16px;
  }
  .step-27 .option span {
    padding-left: 24px;
  }
  .step-28 .option span {
    padding-left: 24px;
  }
  .step-30 .option span {
    padding-left: 24px;
  }
  .step-28 .option span {
    padding-left: 10px;
  }
  .step-29 .option span {
    padding-left: 10px;
  }
  .step-34 .option span {
    padding-left: 10px;
  }
  .quiz_footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quiz_footer .col-md-3 {
    width: 50%;
    padding: 0;
    order: 1;
  }

  .quiz_footer .col-md-6 {
    width: 100%;
    padding: 0;
    order: 3;
  }

  .quiz_footer .col-md-3 {
    width: 50%;
    order: 2;
    padding: 0;
  }
  section.quiz_footer .quiz_menus {
    margin: 14px 0;
    display: flex;
    flex-wrap: wrap;
  }
  section.quiz_footer .quiz_menus a {
    width: 50%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  section.quiz_footer {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .quiz_footer .rating_img img {
    width: 150px;
  }
  .quiz_footer .copyright_txt p {
    font-size: 14px;
  }

  /* 5aug 2025 start  */
  .step-2 .rt_cntnt {
    padding: 15px 0;
  }
  .step-2 .before_after_img img {
    width: 100%;
  }
  .step-40 .prod_cont {
    padding: 12px 0;
  }
  .step-40 .form-check {
    padding-left: 20px !important;
  }
  .entry-content
    form
    #order_review:not(
      .elementor-widget-woocommerce-checkout-page #order_review
    ) {
    padding: 0 !important;
  }
  .entry-content .my-custom-order-summary .product-summary-item {
    flex-direction: column;
  }
  .qz_st_logo img {
    width: 150px !important;
}


}




  /* 8-aug 2025 end  */
.row.mental_row  .col-md-6 {
    padding: 0px 8px;
}
.form-check .form-check-input {
    top: 5px;
    position:relative;
}
.step-2 .slick-next {
    right: -80px;
    display: none;
}

ul.started_ul li::before {
    position: absolute;
    content: "";
    background: url('https://biopreventative.com/wp-content/uploads/2025/08/Vector-92.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0px;
}
ul.started_ul li {
    position: relative;
}
.rt_dtl {
    padding-left: 0px;
    margin: auto 0;
}

@media(max-width:767px){
	.form-check input, label {
    margin-left: 5px !important;
	position:relative;
}
.form-check.mt-3 {
    display: flex;
    align-items: baseline;
}
	.row.vrf_id {
    flex-wrap: wrap;
    display: flex;
    gap: 55px;
}
.rt_dtl {
    padding-left: 11px;
    margin: auto 0;
}
}


/* New Design Product  */
    .plans-wrapper {
      max-width: 660px;
      margin: auto;
      padding: 40px 20px;
    }

    .form-check {
      display: flex;
      align-items: stretch;
      margin-bottom: 0px;
    }


    .plan-card {
  display: flex !important;
    /* column-gap: 30px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 12px;
    margin-bottom: 25px;    overflow: hidden;
        flex-wrap: wrap;
}

.plan-card.choose-plan.active .plan-radio {
  background-color:#01c6e6; /* Blue on hover */
  
}
.plan-card.choose-plan:hover .plan-radio {
  background-color:#01c6e6; /* Blue on hover */
  
}
.plan-card .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0;
  cursor: pointer;    margin-left: 0;
}

.plan-card .plan-radio {
     border-right: 1px solid #004c581f;
    display: flex;
    align-items: center;
    padding-right: 7px;
    padding-left: 7px;

  
}
.plan-card h5{
        font-family: "Figtree Semi Bold";
    color: #000;
    font-size: 20px;
	text-align:left
}
.plan-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan-card input[type="radio"]:checked + .plan-radio {
  background-color: #007bff;
  border-color: #007bff;
}

.plan-card input[type="radio"]:checked ~ .plan-image,
.plan-card input[type="radio"]:checked ~ .flex-grow-1 {
  /* Optional: add styles for selected card content */
}

input[type="radio"]:checked ~ * {
  /* Optional: style child content if needed */
}

input[type="radio"]:checked + .plan-radio {
  background-color: #007bff;
  border-color: #007bff;
}

/* When a card is selected (radio checked), add blue border */
.plan-card input[type="radio"]:checked {
  accent-color: #007bff;
}

/* .plan-card input[type="radio"]:checked:focus-visible {
  outline: none;
}

input[type="radio"] {
  appearance: auto !important;
} */

.plan-card [type="radio"]:checked,
.plan-card [type="radio"]:not(:checked) {
  position: absolute;
  left: -1px;
}
.plan-card [type="radio"]:checked,
.plan-card [type="radio"]:not(:checked) {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.plan-card [type="radio"]:checked:before,
.plan-card [type="radio"]:not(:checked):before {
  content: "";
  position: absolute;
      left: -1px;
    top: -1px;
    width: 19px;
    height: 19px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.plan-card [type="radio"]:checked:after,
.plan-card [type="radio"]:not(:checked):after {
  content: "";
  width: 13px;
  height: 13px;
  background:rgba(0, 182, 122, 1);
  position: absolute;
  top:2px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.plan-card [type="radio"]:not(:checked):after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.plan-card [type="radio"]:checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


    .plan-image img {
      width:45px;
      height: auto;
    }

    .plan-details {
      flex-grow: 1;
    }

    .plan-details h5 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .old-price {
      text-decoration: line-through;
      color: #999;
      font-size: 0.9rem;
    }

    .new-price {
      font-size: 1.1rem;
      font-weight: 600;
      color: #000;
    }

    .save-price {
     font-family: "Figtree Medium";
    font-size: 13px;
    color: #9747ff;
    background: #f4ecff;
    border-radius: 2px;
    padding: 6px 7px;
    }

    .badge-label {
      padding:8.5px 27px;
      font-size: 0.75rem;
      border-radius: 20px;
      font-weight: 500;
    }

    .badge-yellow {
   background:rgba(244, 236, 255, 1);
    padding: 8.5px 27px;
    border-radius: 100px;
    font-family: "Figtree Semi Bold";
    font-size: 14px;color: rgba(151, 71, 255, 1);
    }

    .badge-blue {
         padding: 8px 22px;
    background:rgba(255, 255, 204, 1);
    border-radius: 110px;
    color: #000;
    font-family: "Figtree Medium";
    font-size: 14px;
    }

    .plan-meta {
        color: #00b67a;
    font-family: "Figtree Regular";
    padding-left: 13px;
    padding-top: 0px;
    font-size: 13px;
    }
    .info_box{  padding: 30px 0px; }
    .form-check-input:focus{ box-shadow:none }
    .badge_right{ padding-right: 20px}

@media (max-width: 800px){
	.info_box{ width: 70%;}
	.plan-card h5{ font-size: 17px;}
	.badge-yellow{padding: 8.5px 20px;font-size: 12px;}
	.save-price{ font-size: 10px;padding: 6px 6px;}
	
}
   @media (max-width: 575px){
        .info_box {
    padding: 20px;
}
  .badge_right{ padding-right: 0px}
.badge-yellow {
    background: #ffffcc;
    padding: 8.5px 16px;
    border-radius: 100px;
    font-family: "Figtree Semi Bold";
    font-size: 13px;
}
.badge-blue {
    padding:8.5px 16px;
    background: #006fcf24;
    border-radius: 110px;
    color: #006fcf;
    font-family: "Figtree Medium";
    font-size: 13px;
}
	   .plan-card.choose-plan.active .plan-radio {
    background-color: transparent;
}
	
.plan-card{ justify-content:center; text-align: center;padding-top: 20px;}
.plan-card .plan-radio{ border:none }
.product_info{ flex-direction:column; }
.badge_right {
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.plan-card:hover .plan-radio{ background:transparent; }
.save-price{ font-size:11px }
.new-price{ font-size:1rem }
.old-price{ font-size:0.7rem }

    }

@media (max-width: 420px){
	
	ul.started_ul{ padding-left: 0;}
	.step-40 .med_started_today .started_ul{ width: 100% !important;}
	.med_started_today h3{ width:100%}
}




