@import url('https://fonts.googleapis.com/css2?family=Acme&family=Barlow:wght@700&family=Cuprum:wght@600&family=Figtree:wght@600;800&family=Libre+Franklin:wght@700&family=Montserrat:wght@300;600&family=Ubuntu+Mono:wght@700&family=Viga&display=swap');

:root {
  --main: #a8d1d1;
  --dark-main: #514f4e;
  --light-main: hsl(192, 100%, 42%, 0.07);
  --white: #ffffff;
  --black: #0000;
  --radius-image: 20px;
  --radius-input: 5px;
  --border-color: #efefef;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
}

ul {
  list-style: none;
  padding: 0px;
}

a {
  text-decoration: none;
}

p,
h1,
h2 {
  font-weight: 500;
}

h1,
h2,
h3,
h4 {
  font-family: 'Figtree', sans-serif;
  color: #514f4e;
  margin: 10px 0px;
}

p,
span,
label,
input,
li,
ul,
a,
select,
div {
  font-family: 'Figtree', sans-serif;
  color: #514f4e;
  /* margin: 0; */
}

select {
  background: none;
  /* Remove background */
  border: none;
  /* Remove border */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margin */
  width: 100%;
  /* Full width */
  height: 2em;
  /* Set height */
  font: inherit;
  /* Inherit font */
  color: inherit;
  /* Inherit color */
  outline: none;
  /* Remove outline */
}

button {
  font-family: 'Figtree', sans-serif;
  max-width: 260px;
  width: 100%;
}

p {
  font-size: 18px;
}

p,
span,
label,
input {
  /* font-family: 'Figtree', sans-serif; */
  margin: 0;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.ptb20 {
  padding: 20px 0px;
}

.w-100 {
  width: 100%;
}

select {
  border: initial;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.mianLoader {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 999999 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.goBack {
  display: flex;
  align-items: center;
  padding-top: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.goBack p {
  padding-left: 5px;
  font-size: 14px;
  color: var(--dark-main);

  cursor: pointer;
}

.goBack:hover {
  color: var(--main);
}

.error {
  font-size: 14px;
  padding-bottom: 14px;
  color: #e64829;
}

.mianLoader div {
  margin: auto;
  width: 100px !important;

  height: 100% !important;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  column-gap: 5px;
  align-items: center;
}

.testimonials .swiper-pagination {
  margin-top: 100px !important;
}

.lileduColor p {
  color: var(--main);
}

.flowBtn {
  position: sticky;
  display: none;
  bottom: 0;
  z-index: 9999;
}

.cancel,
.support {
  display: flex;
  padding-top: 20px;
  cursor: pointer;
  align-items: center;
}

.ril__image {
  width: 250px !important;
  height: 250px !important;
}

.cancel {
  width: 275px;
}

.hoverCancel {
  /* display: none; */
  opacity: 0;

  position: absolute;
  bottom: -60px;
  background-color: #a8d1d0;
  padding: 15px 0px;
  text-align: center;
  width: 275px !important;
  border-radius: 8px;
}

.cancel:hover .hoverCancel {
  /* display: block; */
  opacity: 1;
  transition: 0.3s !important;
}

.cancel p {
  width: auto !important;
}

.activePlan {
  border: 4px solid var(--main) !important;
}

.activePlan h1,
.activePlan h2 {
  color: #6b76eb !important;
}

.spanStripe {
  color: #6562ff;
}

.support {
  width: 100% !important;
  cursor: pointer;
}

.support p {
  width: auto !important;
  padding-right: 10px;
}

.support img {
  height: 30px;
  width: 30px !important;
}

.cancel img {
  margin-bottom: 0px !important;
  height: 30px !important;
  width: 30px !important;
}

.cancel p {
  padding-left: 5px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #514f4e !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}

.firstSlider .swiper-button-prev,
.firstSlider .swiper-button-next {
  background-color: white !important;
  border-radius: 50px;
  padding: 15px;
  width: 20px;
  height: 20px;
}

.firstSlider .swiper-pagination {
  width: 80px !important;
  margin: auto !important;
  left: 0;
  border-radius: 8px !important;
  right: 0;
  background-color: white !important;
}

.firstSlider .swiper-pagination-bullet {
  background: var(--main) !important;
}

.firstSlider .swiper-button-next:after,
.firstSlider .swiper-button-prev:after {
  font-size: 14px !important;
}

.grid12 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  width: 100%;
  column-gap: 5px;
  align-items: center;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  column-gap: 5px;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  column-gap: 10px;
}

.offer {
  text-align: center;
  background-color: var(--main);
  padding: 10px 0px;

  color: white;
}

.payError {
  font-size: 12px !important;
  color: #d52300 !important;
  padding-top: 5px;
  padding-bottom: 0px !important;
}

.StripeElement {
  margin-bottom: 0px !important;
}

.lock {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  padding: 20px 0px;
}

.lock a {
  padding-left: 5px;
}

.lock div {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
}

.lock div p {
  padding-left: 5px;
}

.lock p {
  width: 100%;
  padding-bottom: 0px !important;
  font-size: 14px !important;
  color: #828282;
}

.lock label {
  display: flex;
  align-items: center;
}

.lock input {
  margin-right: 5px;
}

.lock a {
  text-decoration: underline;
}

.offer span {
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.mainTitle {
  font-size: 35px !important;
  text-align: center;
  font-weight: 600 !important;
}

.btn {
  background-color: #7DB8B8 !important;
  padding: 12px 24px 12px 24px !important;
  border-radius: 5px !important;
  color: white !important;
  outline: none;
  border: none !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 700 !important;
  line-height: 24px !important;
  transition: 0.3s;
}

.btn:hover {
  background-color: #7DB8B8 !important;
}

.mainBtn {
  background-color: var(--main);
  color: white;
  padding: 10px 30px;
  margin: auto;
  border-radius: var(--radius-input);
  display: flex;
  justify-content: center;
  width: 250px;
  font-size: 18px;
}

#load {
  display: none;
}

.payBtn {
  background-color: #ff7676 !important;
}

.payBtn span {
  color: white;
}

.payBtn:hover {
  background-color: #7fb4b4 !important;
  transition: 0.3s !important;
}

.flow-btn {
  background-color: #ff7676 !important;
}

.secure {
  width: 90px;
  margin: auto;
  padding-top: 20px;
}

.secure img {
  width: 100%;
}

.ml-embedded {
  display: none !important;
}


@media (max-width: 1400px) {
  .container {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }

  .section {
    padding-top: 50px;
  }
}

.headerBck {
  background: var(--main) !important;
}

.headerBck a {
  color: white !important;
}

/* .headerBck .colorChange {
    border-radius: 7px;
    background: #e63950;
    padding: 10px 25px;
} */
.headerBck .hamMenu {
  background-color: var(--main);
}

@media (max-width: 800px) {
  .container {
    width: 100%;
  }

  .grid2,
  .grid12,
  .grid3 {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .grid4 {
    grid-template-columns: 1fr 1fr;
  }

  .offer {
    padding: 10px;
  }

  .offer span {
    text-align: center;
    font-size: 14px;
  }

  .support {
    justify-content: center;
    padding-bottom: 20px;
  }

  h1,
  h2 {
    font-size: 32px;
  }

  p {
    font-size: 16px;
  }

  h3 {
    font-size: 21px;
  }

  .mainTitle {
    font-size: 32px;
  }

  .flex {
    flex-direction: column;
  }

  .flowBtn {
    display: block;
    background-color: white;
    width: 100%;
    padding: 20px 0px;
    display: flex;
  }

  .flowBtn a {
    width: 90% !important;
    border: unset;
    text-align: center;
    margin: auto;
  }

  .cancel {
    justify-content: center;
  }

  .secure {
    width: 70px;
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: 25px;
    text-align: left;
  }

  .color-display div {
    padding: 0px;
  }
}

#kitsWrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
}

.kitSelectIndicator {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
}

.kitWrapper {
  flex: 0 0 auto;
  width: 80%;
  max-width: 280px;
  flex-shrink: 0;
  scroll-snap-align: start;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.kitWrapper.lileduChoice {
  border: 2px dashed #7DB8B8;
}

.kitImage.lileduChoice {
  max-width: 150px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.kitInnerWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

.kitImage {
  max-width: 250px;
  width: 100%;
  height: auto;
}

#birthMonth, #birthYear, #birthDay {
  text-align: center;
}

.kitInfoWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}

.kitAge {
  color: #89BEBE;
  font-family: Figtree;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}

.kitTitleWrapper {
  border-bottom: 1px solid #eceeeb;
  width: 100%;
  padding: 10px;
}

.kitTitle {
  color: var(--Liledu-Text, #514F4E);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 21px;
  /* 150% */
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 0;
}

.kitSubtotalWrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  color: #636363;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
}

@media screen and (max-width: 380px) {
  .kitSubtotalWrapper-text {
    display: none;
  }
}

.kitMainPrice {
  color: #52B317;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 150% */
}

.kitDiscountedPrice {
  color: #636363;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
  text-decoration: line-through;
}

.kitDescription {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 12px;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.kitDescription.expanded {
  max-height: 200px;
  /* Adjust the max height to fit the expanded content */
}

.kitExpandButton {
  cursor: pointer;
  color: #7DB8B8;
  /* Adjust color to your theme */
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.kitExpandButton:hover {
  text-decoration: underline;
}

.kitDelivery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #636363;
  font-family: Figtree;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 150% */
  margin-top: 8px;
  width: 100%;
}

.kitWrapper--selected {
  border-color: #89BEBE;
}

.kitWrapper--selected .kitSelectIndicator {
  border-color: #89BEBE;
}

.kitWrapper--selected .kitSelectIndicator::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #89BEBE;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#continueButtonStep3 {
  display: none;
}

.stepsNumber {
  background: #d9d9d970;
  border-radius: 109px;
  display: flex;
  flex-direction: column;
  height: 300px;
  text-align: center;
  min-width: 40px;
}

.stepsDes {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 300px;
  padding-left: 20px;
  padding-right: 100px;
}

.stepTitle {
  margin: auto;
  text-align: center;
  width: 600px;
}

.stepsDes p {
  height: 26px;
  margin: auto 0px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.stepsDes span {
  height: 10px;
  margin: auto 0px;
}

.steps {
  display: flex;
}

.stepsNumber span {
  width: 10px;
  height: 10px;
  border-radius: 40px;
  display: block;
  background: #58a066;
  text-align: center;
  margin: auto;
  opacity: 0;
}

.stepsNumber p {
  background: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: center;
}

.stepsDisplay {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top:20px;
  padding-bottom: 100px;
  position: relative;
  width: 800px;
}

.currentStep {
  width: 450px;
  /* margin: 0px auto; */
}

.continueBtn {
  width: 100%;

}

.stepsHeading span {
  color: var(--main);
  font-weight: bold;
}

.stepsHeading p {
  padding: 10px 0px;
  margin: 0px;
}

.stepsHeading h2 {
  font-size: 28px;
  margin: 0px;
  font-weight: 700;
}

.stepsHeading {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eceeeb;
}

.activeStep {
  background: #a8d1d1 !important;
  color: white;
}

.finishedStep {
  background: #58a066 !important;
  color: white;
}

.activeDot {
  opacity: 0.5 !important;
}

.finishedDot {
  opacity: 1 !important;
}

.selectedSixImage {
  position: absolute;
  bottom: 50px;
  left: 0;
}

.selectedSixImage p:nth-child(1) {
  padding-bottom: 5px;
}

.stepTick {
  position: relative;
}

.stepTick img {
  position: absolute;
  right: 0;
}

.mainImage {
  padding: 0px 50px;
}

@media (max-width: 1400px) {
  .stepsDes {
    padding-right: 30px;
  }

  .stepTitle {
    width: 100%;
  }

  .stepsDisplay {
    justify-content: flex-start;
  }
}

@media (max-width: 800px) {
  .stepsDisplay {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .currentStep {
    width: 100%;
    padding-top: 20px;
  }

  .stepsNumber {
    flex-direction: row;
    width: 100%;
    height: unset;
    padding: 5px 0px;
  }

  .stepsDes {
    display: none;
  }

  .steps {
    flex-direction: column;
  }

  .selectedSixImage {
    display: none;
  }

  .stepTitle {
    font-size: 24px;
    padding: 20px 0px !important;
  }
}

.stepOne input {
  display: block;
  border-radius: 8px;
  border: 1px solid var(--main);
  background: #fff;
  padding: 8px;
}

.stepOne select {
  border: unset;
  background-color: white !important;
  background: white !important;
}

.stepOne select:focus-visible {
  border: unset !important;
  outline: unset !important;
}

.stepOne label {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}


.stepOne input[type=email],
input[type=text] {
  border: 1px solid #e1e3e6;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}

.stepOne input,
.stepOne select {
  width: 100%;
  /* margin-bottom: 20px; */
}

.stepOne button {
  margin-top: 20px;
}

.birthDisplay {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}

.birthDisplay div {
  flex-grow: 1;
}

.formGroup {
  width: 100% !important;
  display: block;
  border-radius: 8px;
  border: 1px solid #e1e3e6;
  background: #fff;
  padding: 12px;
}



.stepTwoOption div {
  color: #404d61;

  border: 1px solid #e1e3e6;
  border-radius: 50px;
  padding: 10px 10px;
  padding-left: 20px;
}

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

.stepTwoOption span {
  font-size: 16px;
}

.stepTwoOption {
  position: relative;
}

.stepTwoOption div {
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.optionTwoAc {
  border: 1px solid var(--main) !important;
  border-radius: 50px;
  padding: 10px 10px;
}

.optionTwoAc span {
  color: white;
  background-color: var(--main);
  width: 25px;
  height: 25px;
  position: absolute;
  text-align: center;
  left: -9px;
  border-radius: 40px;
  margin-bottom: 10px;
  top: 7px;
}

/*Step 3*/

.circleContainer {
  display: flex;
  justify-content: space-between;
}

.circleContainer p {
  width: 55px;
  height: 55px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.numberSelect {
  text-decoration: underline;
  font-size: 14px;
  color: var(--main);
  padding-top: 20px;
}

.circleContainer p:hover {
  transform: scale(1.1);
}

.circleContainer p:nth-child(1) {
  border: 1.252px solid #e1e5f9;
  background: #f4f7ff;
  color: #434b8f;
}

.circleContainer p:nth-child(2) {
  border: 1.252px solid #dcf8de;
  background: #f6fff4;
  color: #6e964e;
}

.circleContainer p:nth-child(3) {
  border: 1.252px solid #f7f1d8;
  background: #fffff4;
  color: #9d8a59;
}

.circleContainer p:nth-child(4) {
  border: 1.252px solid #f4e2cd;
  background: #fff9f4;
  color: #8f6343;
}

.circleContainer p:nth-child(5) {
  border-radius: 25.046px;
  border: 1.252px solid #f4cdcd;
  background: #fff4f4;
  color: #9d5959;
}

/*Step 4*/
.emailStep input {
  display: block;
  border-radius: 8px;
  border: 1px solid var(--main);
  background: #fff;
  padding: 8px;
  width: 100%;
  margin-top: 10px;
}

.emailStep input[type=email],
input[type=text] {
  border: 1px solid #e1e3e6;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}

/* .emailStep {
    padding-bottom: 10px;
} */
.emailStep label,
.policyCheck {
  color: #404d61;

  font-size: 14px;
}

.policyCheck a {
  color: var(--main);
  text-decoration: underline;
}

.policyCheck {
  padding-bottom: 20px;
}

.policyCheck label {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

/*StepFive*/

.stepFiveDis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  column-gap: 5px;
  row-gap: 10px;
  align-items: center;
  padding-bottom: 20px;
}

.stepFiveIcons img {
  height: 15px;
}

.stepFiveIcons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stepFiveIcons div {
  display: flex;
  align-items: center;
}

.stepFiveIcons p {
  font-size: 12px;
  padding-left: 2px;
}

.stepSixHeading {
  text-align: center;
  font-size: 32px;
}

.stepSixHeading span {
  color: #ff7675;
}

.stepsHeading h2 {
  color: var(--Liledu-Text, #514F4E);
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}

.stepsHeading h3 {
  color:  #FF7675;
  font-family: Figtree;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.boxImage {
  height: 210px;
  width: 100%;
  object-fit: cover;
  background: #f8f7f5;
}

.stepFiveBox {
  border-radius: 6.493px;
  border: 0.928px solid #a8d1d1;
  padding: 5px;
  cursor: pointer;
}

.stepFiveBox label {
  cursor: pointer;
  position: relative;
}

.stepTick {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
}

.stepTickAc {
  display: block;
}

.stepFiveBox input {
  display: none;
}

.boxDescription {
  font-size: 12px;
  color: #737373;
  padding-bottom: 10px;
}

/*stepSix*/

.planDisplay {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-items: center;
  border-radius: 18px;
  justify-content: space-between;
  border: 1px solid #a8d1d1;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
  margin-right: 10px;
  padding: 20px 10px;
  height: 110px;
}

.popular {
  border-radius: 10px 0px;
  text-transform: uppercase;
  background-color: var(--main);
  color: white;
  position: absolute;
  top: 5px;
  left: 0px;
  padding: 2px 10px;
}

#stepContent {
  max-width: 450px;
  width: 100%;
}

.plan {
  display: flex;
  align-items: left;
  color: white;
}

.plan img {
  height: 120px;
}

.plan input {
  display: none;
}

.plan div {
  padding-left: 10px;
}

.planDisplay h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  /* line-height: 19.55px; */
  /* padding-bottom: 5px; */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.planDisplay p {
  margin: 0px;
  font-size: 12px;
  line-height: 20px;
}

.planDisplay input {
  width: 30px;
  height: 30px;
}

.emailStep input {
  margin-bottom: 10px !important;
}

.price {
  text-align: right;
  /* width: 100%; */
  /* margin: auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 50%;
  align-items: flex-end;
  text-wrap: nowrap;
}

.price-container {
  display: flex;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  /* 		margin-top:10px; */
}

.billed {
  font-size: 11px;
  padding-top: 10px;
  color: #8f8f8f;
}

.price h3 {
  font-size: 14px;
  background-color: var(--main);
  color: white;
  padding: 4px 2px;
  border-radius: 4px;
  width: 80%;
  margin: auto;
  font-weight: 400;
}

.planTitle h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  width: 70%;
}

.save {
  font-size: 12px;
  color: #514f4e;
  padding: 0px 4px;
  border: 1px solid #ff7675;
  border-radius: 50px;
  width: fit-content;
  /* padding: 15px 0px; */
  /* height: 50px; */
}

.plansBottom {
  text-align: center;
  font-size: 14px;
  padding: 10px 0px;
  padding-bottom: 40px;
}

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

.Loader {
  text-align: center;
}

.Loader p {
  padding-bottom: 20px;
}

.Loader div {
  margin: auto;
  width: 250px !important;
  height: unset !important;
}

.Loader svg {
  width: 100% !important;
  height: 50% !important;
}

.seeMore {
  bottom: 218px;
  position: absolute;
  width: 215px;
  right: 0;
  height: 270px;
  background: hsl(40, 18%, 97%) !important;
  color: var(--main);
  font-weight: 400;
  line-height: 16.145px;
  /* 100% */
  transition: 0.4s;
  border-radius: 6.493px;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.seeMore p {
  color: var(--main);
  padding-top: 10px;
  font-weight: 200;
}

.seeMore:hover {
  background: hsl(180, 31%, 74%, 0.3) !important;
  color: white;
}

/* .seeMore:hover p,
.seeMore:hover img {
    color: white;
} */
.stepSixDisplay {
  display: flex;
  flex-direction: column;
  /* width: 550px; */
}

.tickIcon {
  position: absolute;
  top: -10px;
  right: -10px;
}

.stepSixHeading span {
  text-transform: capitalize;
}

@media (max-width: 1400px) {
  .stepFiveBox {
    width: 100%;
  }

  .boxImage {
    padding: 0px 20px;
  }

  .stepSixDisplay {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .planDisplay {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .steps {
    margin-bottom: 16px;
  }

  .stepFiveBox {
    height: 100%;
  }

  .plan img {
    height: 100%;

    width: 100%;
  }

  .stepFiveIcons div:nth-child(3) {
    display: none;
  }

  .boxImage {
    height: 152px;
  }

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

  .seeMore {
    width: 165px;

    height: 212px;
  }

  .planDisplay {
    border-radius: 24px;
    width: 100%;
  }

  .planTitle h2 {
    text-align: left;
    font-size: 16px;
    width: 100%;
  }

  .price {
    width: 80%;
  }

  #stepContent {
    max-width: 100% !important;
  }

  .slider-prev,
  .slider-next {
    display: none !important;
  }
}

.subscription-plan-container {
  margin-top: 20px;
}

.subscription-plan {
  margin-bottom: 1rem;
  position: relative;
}

.card {
  border: 1px solid rgb(209, 209, 211);
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  padding: 16px;
/*   border-radius: 1px; */
  display: flex;
  cursor: pointer;
  transition: border-color 0.3s ease;
  background-color: #fff;
  justify-content: space-between;
  align-items:center;
}


.subscription-plan input[type="radio"] {
  display: none;
}

/* Style for the custom radio button */
.custom-radio {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  /* Adjust size to match your images */
  height: 20px;
  /* Adjust size to match your images */
  display: inline-block;
  background-image: url('https://liledu.com/wp-content/uploads/2024/07/radio_button_unchecked.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  /* Add space between the custom radio button and text */
}

.subscription-plan input[type="radio"]:checked+label .custom-radio {
  background-image: url('https://liledu.com/wp-content/uploads/2024/07/radio_button_checked.png');
}

input[type="radio"]:checked + .card {
  border:1px solid #FF9B71;
  box-shadow: #FF9B71 0px 0px 16px;
}

.subscription-plan input[type="radio"]:checked+label .subscription-plan-name {
  color: #514f4e;
}


.plan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.badge {
  position: absolute;
  top: -2.89944rem;
  left: 1.5rem;
  background: linear-gradient(90deg, #FF9B71 1.72%, #7DB8B8 101.38%);
  padding: 5px 10px;
  border-radius: 0.3125rem;
  color: #FFFFFF;
  font-family: "Figtree", Sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: none;
  line-height: 0.9375rem;
  text-wrap: nowrap;
}

.promo-div {
  text-align: center;
  border-radius: 0.3125rem 0.3125rem 0rem 0rem;
  margin-bottom: -4px;
  justify-content: center;
  background-color: #FF9B71;
  padding: 6px;
}

.popular-div {
  text-align: center;
  border-radius: 0rem 0rem 0.3125rem 0.3125rem;
  margin-top: -20px;
  margin-bottom: 1rem;
  justify-content: center;
  background-color: #FF9B71;
  color: white;
  padding: 6px;
}

.promo-text {
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
}

.free-shipping {
  font-size: 0.6rem;
  font-weight: 500;
  color: #FF9B71;
}

.card-plan-text {
  width: 50%;
}

.discount {
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  background-color: white;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid rgb(170, 204, 166);
  color: rgb(170, 204, 166);
  font-family: "Figtree", Sans-serif;
  font-size: 0.675rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.1375em;
  text-wrap: nowrap;
  width: 90px;
  text-align: center;
}

.popular-badge {
	padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    background-color: rgb(252,241,232);
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
	color: #FF9B71;
    margin-bottom: 1rem;
    font-family: "Figtree", Sans-serif;
    font-size: 0.675rem;
    font-weight: 700;
    text-transform: none;
    line-height: 1.1375em;
	text-wrap:nowrap;
    width: 90px;
    text-align:center;
}

.save-badge {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  background-color: #B6EBC059;
  border-radius: 30px;
  color: #58A066;
  font-family: Figtree;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  text-wrap: nowrap;
  width: 84px;
  text-align: center;
  height:25px;
}

.price {
    color: #514f4e;
    font-family: "Figtree", Sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
}

  .subscription-plan-price-container{
		display: flex;
		flex-direction: column;
		flex-grow:1;
		flex-wrap:nowrap;
		justify-content: center;
		align-items:flex-end;
	}

  .per-month{
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
  }

	.subscription-plan-price-container{
		display: flex;
		flex-direction: column;
		flex-grow:1;
		flex-wrap:nowrap;
		justify-content: center;
		align-items:flex-end;
	}

 	.pre-discount{
		color: #514F4EAD;
		font-family: "Figtree", Sans-serif;
		font-size: 0.8rem;
		font-weight: 400;
		text-decoration: line-through;
		line-height: 1rem;
		text-wrap:nowrap;
		margin-right:5px;
	}

	.subscription-plan-name{
		font-family: "Figtree", Sans-serif !important;
		font-size: 1.25rem !important;
		font-weight: 600 !important;
		line-height: 1.75rem  !important;
		margin: 0px !important;
		margin-bottom: 8px;
	}
	.plan-desc{
		font-family: "Figtree", Sans-serif;
		font-size: 0.9rem;
		font-weight: 400;
		text-transform: none;
		line-height: 1rem;
	}

@media (max-width: 767px) {
  .subscription-plan-name {
    /* 			font-size: 1.5rem !important; */
    line-height: 2.1rem !important;
  }

  .stepsDisplay {
    margin-top: 16px;
  }

  .plan-desc {
    font-size: 0.8rem;
  }

  button {
    max-width: unset;
  }
  .kitToysListWrapper p{
    font-size: 18px;
  }
}

.discount-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  margin-bottom: 10px;
}

.subscription-plan-footer {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5rem;
}

.guarantee {
  background-color: #FFF1DE;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 11px;
  padding-right: 0.75rem;
  line-height: 1.5rem;
}

.disclaimer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2FAFA;
  border-style: none;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: 16px;
  margin-bottom: 16px;
  /* 		width: */
}

.disclaimer-item {
  /* width:50%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.disclaimer-item img {
  width: 32px;
  margin-bottom: 8px;
}

.disclaimer-text {
  font-family: "Figtree", Sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
  letter-spacing: 0.01875rem;
}


.review-steps-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  border-color: #FF9B71;
  margin-top: 16px;
}

.review-stars-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}


.review-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.review-content-header {
  color: #514F4E;
  font-family: "Figtree", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14.4px;
}

.review-profile-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 8px;
}

.review-profile-info img {
  width: 48px;
  border-radius: 100px 100px 100px 100px;
  vertical-align: middle;
  display: inline-block;
}

.review-profile-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.review-profile-name {
  color: rgb(81 79 78);
  font-family: "Figtree", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.verified-buyer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px 6px;
}

.verified-buyer img {
  width: unset;
  height: 14px;
  object-fit: contain;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.verified-buyer p {
  color: #7DB8B8;
  font-family: "Figtree", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7DB8B8;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #7DB8B8;
}

input:focus+.slider {
  box-shadow: 0 0 1px #7DB8B8;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-container {
  display: none;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
}

.switch-text {
  width: 33.3%;
  text-align: center;
  margin: 0 10px;
}


.previous-price {
  text-decoration: line-through;
  color: #514F4EAD;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.first-month {
  font-weight: bold;
  text-align: right;
}

.next-month {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  margin-top: 14px;
}

.prepaid-sum {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #514F4EAD;
}

.kits-slider {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 15px;
  flex-wrap: nowrap;
  padding: 8px;
}

#kits-slider-wrapper {
  width: 100%;
  margin-bottom: 35px;
  overflow: hidden;
}

.kits-slider-wrapper--selected {
  opacity: 1;
}

/* Style for the prev and next buttons */
.slider-prev,
.slider-next {
  border: 1px solid #7DB8B8 !important;
  cursor: pointer;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  background-color: #7DB8B8 !important;
  /* White background for the button */
  background-size: cover;
  /* Adjust the size of the icon within the button */
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
  /* transform: translateY(-50%);Combined with specific transforms below */
  transition: all 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  /* Soft shadow */
}

.slider-next:hover {
  transform: translateY(-50%) scale(1.1); /* Ensure Y centering is maintained */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
  /* Darker shadow on hover */
}

.slider-prev {
  background-image: url('https://liledu.com/wp-content/uploads/2024/10/arrow_slider_right.png');
  transform: translateY(-50%) scaleX(-1); /* Apply Y centering here */
  left: 10px; /* Position from left edge */
}

/* Background image for right arrow button */
.slider-next {
  background-image: url('https://liledu.com/wp-content/uploads/2024/10/arrow_slider_right.png');
  right: 10px; /* Position from right edge */
  transform: translateY(-50%); /* Apply Y centering here */
}

.slider-prev:hover {
  transform: translateY(-50%) scaleX(-1) scale(1.1); /* Ensure Y centering is maintained */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
  /* Darker shadow on hover */
}

 @media (min-width: 1400px) {
  /* .slider-next{ */ /* REMOVED old rule */
      /* right: -10%; */ /* REMOVED old rule */
  /* } */ /* REMOVED old rule */
  /* .slider-prev{ */ /* REMOVED old rule */
      /* left: 38%; */ /* REMOVED old rule */
  /* } */ /* REMOVED old rule */
 }

.kitToysList {
  list-style-type: disc;
  margin-top: 10px;
}

.kitToysList li {
  margin-bottom: 5px;
}
.kitToysListWrapper{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  padding: 10px 20px;
}
  .kitToysListWrapper p {
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
    text-align:left;
    /*padding-left: 26px;*/
  }

  .kitToysList {
    list-style-type: none;
    margin: 0;
    text-align: left;
    font-size:14px;
    width:100%;
  }

  .kitToysList li {
    margin-bottom: 5px;
    font-weight: 500;  /* Slightly bold */
    position: relative;
    padding-left: 15px;
  }

  .kitToysList li::before {
    content: "•";
    color: #7DB8B8 !important;
    position: absolute;
    left: 0;
    font-size: 1.5em !important; /* Increase bullet size */
    line-height: 1; /* Adjust line height to vertically center the bullet */
    top: -0.1em;
  }

  .digital-pg{
      position: relative !important; /* Make sure the li is positioned relative for the image to be positioned absolutely */
      padding-left: 30px !important;
  }

  .digital-pg:before{
      content: "" !important;
      display: inline-block;
      background-image: url(https://liledu.com/wp-content/uploads/2024/10/Capa_1.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      position: absolute !important;
      left: 0 !important;
      top: 40% !important;
      transform: translateY(-50%);
  }

  .review-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    max-width: 500px;
    margin: auto;
    font-family: Arial, sans-serif;
    border: 1px solid #D1D1D3;
  }

  /* Card header styling */
  .review-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .review-card h3 {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
    line-height: 1.5rem;
  }

  .review-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.3rem;
  }

  .review-card .card-content {
    margin-top: 10px;
  }

  .review-card .card-content h4 {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 5px;
  }

  .review-card .card-content p {
    font-size: 0.9em;
    margin-bottom: 10px;
  }

  .review-card .edit-section {
    text-align: right;
  }

  .review-card .edit-section a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
  }

  .flatpickr-current-month {
      display: flex !important;
      justify-content: space-evenly;
  }

  #swipe-for-playkits{
      text-align: center;
      display: none;
  }

  .review-card.overview{
      flex-direction:column;
      justify-content: flex-start;
  }

  @media (max-width: 765px){
      #swipe-for-playkits{
          display: block;
      }

      .review-card.overview{
          flex-direction:column;
          justify-content: flex-start;
      }
      .review-card.overview > div{
          width:100% !important;
      }
  }
  #date-picker-container{
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .review-card-row{
      display:flex;
      align-items:center;
      justify-content: space-between;
  }
  .bottom-navigation-container{
      width:100vw;
      position: fixed;
      z-index:999;
      bottom: 0;
      background-color:white;
      box-shadow: rgb(0 0 0 / 20%) 0px 10px 50px;
      display:none;
      justify-content:center;
      align-items: center;
      flex-wrap: nowrap;
      gap:10px;
      padding:20px;
  }
  #flow-step-1-button-mobile, #continueButtonStep4-mobile, #flow-step-4-button-mobile, #flow-step-5-button-mobile, #flow-step-7-button-mobile, #goBackStep3-mobile, #goBackStep4-mobile, #goBackStep6-mobile, #goBackStep7-mobile {
      display: none;
  }

  .goBack img{
      height: 24px;
  }

  .subscription-timeline {
      position: relative;
      padding-left: 32px;
      margin: 20px 0;
  }

  .timeline-line {
      position: absolute;
      left: 16px;
      top: 24px;
      bottom: 32px;
      width: 2px;
      background-color: rgba(168, 209, 209, 0.3);
  }

  .timeline-progress {
      position: absolute;
      left: 16px;
      top: 24px;
      width: 2px;
      height: 15px; /* Height should be half the distance to next step */
      background-color: #A8D1D1;
  }

  .timeline-item {
      position: relative;
      margin-bottom: 24px;
  }

  .timeline-icon {
      position: absolute;
      left: -32px;
      top: -4px;
      width: 32px;
      height: 32px;
      background-color: #A8D1D1;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1; /* Ensure icons appear above the line */
  }

  .timeline-icon span {
      color: white;
      font-size: 24px;
      font-variation-settings: 'FILL' 0, 'wght' 200;
  }

  .timeline-content h4 {
      color: #514F4E;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 4px;
      padding-left: 8px;
  }

  .timeline-content p {
      color: #666;
      font-size: 12px;
      padding-left: 8px;
      line-height: 1.4;
      opacity: 0.9;
  }

  .timeline-date {
      font-weight: normal;
  }

  @media (max-width: 765px){
      .bottom-navigation-container{
          display: flex;
      }
      #flow-step-1-button, #continueButtonStep4, #flow-step-4-button, #flow-step-5-button, #flow-step-7-button, #goBackStep3, #goBackStep4, #goBackStep6, #goBackStep7{
          display:none;
      }
      .goBack img{
          height: 60px;
      }
      .goBack{
          padding-top: 0;
      }
  }
/* Slider Styles */
  .age-slider-container {
      width: 100%;
      max-width: 600px;
      margin: 40px auto;
      font-family: Figtree;
  }
  .slider-wrapper {
      position: relative;
      height: 80px;
      margin-bottom: 36px;
  }
  #age-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 4px;
      border-radius: 2px !important;
      border: none !important;
      background: #e0e0e0;
      outline: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 0 !important;
  }
  #age-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #7DB8B8;
      cursor: pointer;
      box-shadow: 0 0 0 4px rgba(108, 92, 231, 0.2);
  }
  #age-slider::-moz-range-thumb {
      width: 24px;
      height: 24px;
      border: 0;
      border-radius: 50%;
      background: #7DB8B8;
      cursor: pointer;
      box-shadow: 0 0 0 4px rgba(108, 92, 231, 0.2);
  }
  #age-indicator {
      position: absolute;
      top: -15px;
      /*left: 50%;*/
      /* transform: translateX(-50%); */ /* Ensure this line is removed or commented out */
      background: #7DB8B8;
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
  }
  .slider-labels {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
      font-size: 14px;
      color: #666;
  }

  .childs-name-popup{
      position:absolute;
      top: 0;
      left: 0;
      width:100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 99999;
      display:none;
      align-items:center;
      justify-content:center;
      overflow-y: hidden;
  }
  .popup-content {
      position:relative;
      width: 300px;
      background-color: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      text-align: center;
  }

  .popup-content h2 {
      color: #514F4E;
      font-family: Figtree;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
  }

  .popup-content input {
      width: 100%;
      padding: 10px;
      margin-top:20px;
      margin-bottom: 30px;
      border: 1px solid #ccc;
      border-radius: 5px;

  }

  .popup-buttons {
      display: flex;
      justify-content: space-between;
  }

  .popup-buttons button {
      width: 100%;
      padding: 10px;
      background-color: #7DB8B8;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      padding: 12px 24px 12px 24px !important;
      outline: none;
      border: none !important;
      font-size: 16px !important;
      cursor: pointer;
      transition: 0.5s;
      font-weight: 700 !important;
      line-height: 24px !important;
      transition: 0.3s;
  }

  .popup-buttons button:focus{
      background-color: #7DB8B8;
  }

  .popup-buttons button:hover {
      background-color: #7DB8B8;
  }

  .popup-buttons #cancelPopup {
      background-color: white;
      border:1px solid #7DB8B8 !important;
      color: #7DB8B8;
  }

  .popup-buttons #cancelPopup:hover {
      background-color: white;
  }

  .popup-buttons #cancelPopup:focus {
      background-color: white;
  }
  .close-child-popup-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: none !important;
      border: none !important;
      font-size: 18px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
      transition: 0.3s;

  }
  @media (max-width: 765px){
      .popup-content {
          width: 90%;
      }
  }

  #child-name-error-span{
      color:red;
      display:none;
      text-align:left;
      padding-bottom: 20px;
      margin-top: -20px;
  }
 /* New Pricing Card Design CSS */
 .pricing-cards-container {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   justify-content: center;
   margin-bottom: 20px;
 }

 .pricing-card-new {
   background-color: #fff;
   border: 2px solid #e0e0e0; /* Softer default border */
   border-radius: 12px;
   padding: 25px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.05);
   text-align: center; /* Center content like text, inline-blocks */
   transition: transform 0.2s ease, box-shadow 0.2s ease;
   cursor: pointer;
   position: relative; /* For badges */
   flex: 0 1 320px; /* Don't grow, shrink if necessary, target width of 320px. Will wrap. */
   box-sizing: border-box;
   display: flex; /* Use flexbox for internal layout */
   flex-direction: column; /* Stack children vertically */
 }

 .pricing-card-new:hover {
   transform: translateY(-3px);
   box-shadow: 0 6px 18px rgba(0,0,0,0.08);
 }

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

 .pricing-card-new.pricing-card-new--selected {
   border-color: #FF9B71;
   box-shadow: 0 0 0 3px rgba(255, 155, 113, 0.4), 0 6px 18px rgba(0,0,0,0.1);
 }

 .pricing-card-new__badge-popular-banner {
   background: linear-gradient(90deg, #FF9B71 1.72%, #7DB8B8 101.38%);
   color: white;
   padding: 8px 18px;
   border-radius: 10px 10px 0 0;
   font-size: 0.85rem;
   font-weight: 700;
   text-align: center;
   margin: -25px -25px 20px -25px;
 }

 .pricing-card-new__name {
   font-size: 1.5rem;
   font-weight: 700;
   color: #514F4E;
   margin-bottom: 10px;
 }

 .pricing-card-new__price-wrapper {
   margin-bottom: 12px;
   display: flex;
   align-items: baseline;
   gap: 6px;
 }

 .pricing-card-new__price {
   font-size: 2rem;
   font-weight: 800;
   color: #514F4E;
   line-height: 1;
 }

 .pricing-card-new__term {
   font-size: 0.9rem;
   color: #666;
   font-weight: 500;
 }

 .pricing-card-new__billing {
   font-size: 0.85rem;
   color: #777;
   margin-top: -8px;
   margin-bottom: 18px;
 }

 .pricing-card-new__description {
   font-size: 0.9rem;
   color: #514F4E;
   margin-bottom: 18px;
   line-height: 1.6;
 }

 .pricing-card-new__save-badge-wrapper {
   margin-bottom: 12px;
 }

.pricing-card-new .popular-badge {
    background-color: #FFF1DE;
    color: #FF9B71;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}

.pricing-card-new .save-badge {
    background-color: #E8F5E9;
    color: #58A066;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-block;
}

 .pricing-card-new__shipping {
   font-size: 0.85rem;
   color: #FF9B71;
   font-weight: 600;
   margin-top: 10px;
 }

 .pricing-card-new .custom-radio-indicator {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 2px solid #b0b0b0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
}

.pricing-card-new.pricing-card-new--selected .custom-radio-indicator {
    border-color: #FF9B71;
}

.pricing-card-new.pricing-card-new--selected .custom-radio-indicator::after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #FF9B71;
    border-radius: 50%;
}

/* Review Page - Flexibility Section */
.review-flexibility-section {
    display: flex;
    align-items: center;
    background-color: #f8f9fa; /* Light grey background */
    border: 1px solid #e9ecef; /* Light border */
    border-radius: 10px; /* Rounded corners */
    padding: 20px;
    margin-top: 20px; /* Space above */
    margin-bottom: 25px; /* Space below before the button */
}

.review-flexibility-section .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 24;
    color: #7DB8B8; /* Your theme accent color */
}

.review-flexibility-text h4 {
    font-family: 'Figtree', sans-serif; /* Ensuring consistent font */
    font-weight: 600;
    margin-top: 0; /* Remove default margin */
    margin-bottom: 5px;
    font-size: 16px;
    color: #333333;
}

.review-flexibility-text p {
    font-family: 'Figtree', sans-serif; /* Ensuring consistent font */
    font-size: 14px;
    color: #514F4E; /* Dark grey for readability */
    line-height: 1.5;
    margin-bottom: 0; /* Remove default margin */
}

/* Ensure icon and text are vertically centered if text wraps */
.review-flexibility-section .material-symbols-outlined {
    align-self: flex-start; /* Align icon to the top if text wraps a lot */
    margin-top: 2px; /* Slight adjustment for better visual alignment */
}

