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

body {
  font-family: "Poppins", sans-serif !important;
  background: #ffffff;
}
@media (max-width: 500px){
  .nav-holder a {
    color: #ffffff !important;
  }
}
/* Utility Classes */
.color--fancy {
  color: #05AEBC !important;
}
.page__main--title h1 {
  color: #fff !important;
  text-align: center;
}
section.page-header {
  background: #14b5c4;
  background: linear-gradient(135deg,#14b5c4,#006a96 80%);
}
.hero__middle__wrapper{
  max-width: 1120px;
  margin: 40px auto;
  border: 4px solid #E2E8F0;
  border-radius: 8px;
}

.nav-header {
  position: relative;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0px 5px 10px #00000030;
  padding: 29.5px 0;
  width: 100%;
}
.nav-container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18.4px;
  font-weight: 600;
  flex-direction: row !important;
  max-height: 65.95px;
  height: 100%;
}
.nav_menuu {
display: flex;
justify-content: space-between;
align-items: center;
}

ul.nav_menuu {
list-style-type: none;
}
.nav-logo {
width: 100%;
max-width: 60px;
vertical-align: unset !important;
}
@media (max-width:500px) {
  .nav-logo {
    max-width: 40px;
  }
}
.nav-holder a {
color: #4273a2;
text-decoration: none;
padding: 0px;
}
.nav-holder a:hover {
color: #4273a2;
text-decoration: none;
}
.nav-holder {
margin: 5px 12px;
}
.nav-holder.last {
margin-right: 0px;
}
.hamburger.hamburger--collapse{
display: none;
}

/* Home Header */
.hero {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}

.hero__overlay--mobile {
  display: none;
}

.hero__row {
  padding: 180px 0;
  background: url(../images/indravil-desktop.webp) center / cover
    no-repeat;
}

.hero__content--heading {
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 0;
  padding-inline: 48px;
  position: relative;
  z-index: 2;
}

.middle {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  padding-bottom: 38px;
}

.middle__media--row {
  margin: 0 auto;
}

.middle__content--text {
  padding: 30px 0 0 0;
  max-width: 620px;
  margin: 0 auto;
}

.middle__row {
  margin: 0;
  max-width: 100%;
}

.middle__content--heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 47px;
  margin-bottom: 20px;
  padding: 0 12px;
}

.middle__content--subtext {
  max-width: 550px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #1a202c;
}

.middle__media--male,
.middle__media--female {
  max-width: 314px;
}

.middle__media--male-img,
.middle__media--female-img {
  max-width: 126%;
  height: auto;
  object-fit: contain;
  margin-left: -25px
}

.middle__media--title {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #222222;
  margin-bottom: 45px;
}

.middle__media--btns {
  gap: 50px;
}



.btn-male {
  -webkit-animation: malePulse 2s cubic-bezier(0.25, 0, 0, 1) 1s infinite;
  animation: malePulse 2s cubic-bezier(0.25, 0, 0, 1) 1s infinite;
}

.btn-female {
  -webkit-animation: femalePulse 2s cubic-bezier(0.25, 0, 0, 1) 1s infinite;
  animation: femalePulse 2s cubic-bezier(0.25, 0, 0, 1) 1s infinite;
}

.btn-male,
.btn-female {
  padding: 24px;
  width: 150px;
  height: 150px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

/* Animation */
/* Male Pulse */
@-webkit-keyframes malePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 153, 52, 0.4);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(45, 120, 247, 0);
  }
}

@keyframes malePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 153, 52, 0.4);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(45, 120, 247, 0);
  }
}

/* Female Pulse */
@-webkit-keyframes femalePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 136, 140, 0.4);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(45, 120, 247, 0);
  }
}

@keyframes femalePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 136, 140, 0.4);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(207, 71, 198, 0);
  }
}

.btn-male {
  background: linear-gradient(180deg, #9FEB88 0%, #44912C 100%);

}

.btn-female {
  background: linear-gradient(180deg, #F6C7B3 0%, #F55917 100%);
}

.btn-male-img,
.btn-female-img {
  margin-bottom: 10px;
}

.btn-male-text,
.btn-female-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

/* Footer */
.footer__container {
  max-width: 1140px;
  width: 100%;
  margin: 0px auto 0 auto;
  padding-inline: 16px;
}

.footer .footer-top {
  padding: 64px 0;
  border-top: 4px solid #16AB71;
}

.footer .footer-top .h3,
.footer .footer-top h3 {
  font-size: 12.8px;
  line-height: 15px;
  text-transform: uppercase;
  color: #16AB71;
}

.footer .footer-top .footer-menu-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__logo--box {
  height: 20px;
  margin-bottom: 60px;
}

.footer__logo {
  width: auto;
  max-height: 20px;
}

.body_link a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out 0s;
}

.body_link a:focus,
.body_link a:hover {
  opacity: 0.56;
  color: #16AB71;
}

.footer .footer-top .footer-menu-links ul li a {
  display: block;
  font-size: 17px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
  color: #1a202c;
  transition: opacity 0.2s ease-in-out 0s;
}

.footer .footer-top .footer-menu-links ul li a:focus,
.footer .footer-top .footer-menu-links ul li a:hover {
  opacity: 0.56;
  color: #16AB71;
}

.footer .footer-top .footer-menu-links ul li.current a {
  font-weight: 700;
}

.footer .footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #16AB71;
  text-align: center;
}

.footer .footer-bottom .copy-rights p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1a202c;
}


.contact-container {
  max-width: 550px;
  width: 100%;
}

.contact-container p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #1a202c;
}

/* Navbar */
/* .navbar { */
/*  border-top: 4px solid #16AB71;*/
/*  border-bottom: 1px solid #EDF2F8;*/
/* } */

/* .navbar__img--box {
  width:88px;
  height: 35px;
} */

.navbar__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar__link {
  font-size: 17.6px;
  font-weight: 500;
  line-height: 26.4px;
  position: relative;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    transition: opacity .2s;
}

.navbar__link:hover {
  color: #b93c44;
}

.navbar__link::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  background-color: #16AB71;
  width: 100%;
  height: 0;
  transition: height 0.2s ease-in-out 0s;
}

.navbar__link:hover::before {
  height: 4px;
}

/* Imprint */
.imprint {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 16px;
  padding: 60px 0px;
}

.imprint__header--main-title {
  font-size: 52.8px;
  font-weight: 500;
  line-height: 63.36px;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  padding: 48px 0;
}

.imprint__content--title h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0 0 8px 0;
  color: rgba(0, 0, 0, 0.8);
}

.imprint__content--subtext p {
  font-size: 17.6px;
  font-weight: 400;
  line-height: 26.4px;
  margin: 0 0 16px 0;
  color: rgba(0, 0, 0, 0.8);
}

.imprint__content--subtext-link {
  color: #e74b55;
  transition: all 0.3s ease-in-out;
}

.imprint__content--subtext-link:hover {
  color: #b93c44;
}

.text-decoration-none {
  text-decoration: none;
}
/* Privacy */
.page__container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 16px;
}

/* Page */
.page__main--title {
  padding: 48px 0;
}

.page__main--title h1 {
  font-size: 52.8px;
  font-weight: 500;
  line-height: 63.36px;
  color: #222222;
}

.page__text--content h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 52.8px;
  color: #222222;
}

.page__text--content ol{
  padding-left: 15px;
}
.page__text--content ol,
.page__text--content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36.4px;
    color: #222;
    text-align: justify;
}

/* Male and Female Body Content  */
.body__container {
  max-width: 382px;
  width: 100%;
  border: 1px solid #e2e8f0;
  margin-block: 30px;
}

.male__body--container,
.female__body--container {
  display: none;
}

.body__container--wrapper {
  padding: 12px 16px 22px;
}

.progress {
  height: 12px;
  background-color: #EDF2F8;
}

.progress-bar {
  background-color: #16AB71 !important;
}

.body__pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.body__arrow--box {
  width: 17px;
  height: 17px;
  cursor: pointer;
  flex-shrink: 0;
}

.body__arrow--icon {
  display: block;
  width: 100%;
  height: 100%;
}

.body__arrow--icon path {
  transition: all 0.3s ease-in-out;
}

.body__arrow--icon:hover path {
  fill: #b93c44;
}

.body__progress--steps {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #1a202c;
}

.body__text--content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding:8px 0;
  color: #1A202C;
}

.body__text--content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1a202c;
  padding: 0 10px 1rem;
}

/* Custom Range Slider */
.body__range--slider {
  position: relative;
}

.body__swipe--hand {
  position: absolute;
  top: 30px;
  left: 48%;
  -webkit-animation: move-left-right 1.3s ease-in-out infinite;
  animation: move-left-right 1.3s ease-in-out infinite;
}

/* Animation for Swipe Hand */
@keyframes move-left-right {
  0% {
    transform: translateX(-8px);
  }

  50% {
    transform: translateX(-1px);
  }

  to {
    transform: translateX(-8px);
  }
}

@-webkit-keyframes move-left-right {
  0% {
    transform: translateX(-8px);
  }

  50% {
    transform: translateX(-1px);
  }

  to {
    transform: translateX(-8px);
  }
}

/* styles for the range slider */
input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background-color: #EDF2F8
  border: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  background-color: #16AB71;
  border-radius: 50%;
  margin-top: -13px;
 border: 2px solid #1a202c;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: grab;
}

input[type="range"]::-webkit-slider-thumb:active {
  cursor: grabbing; /* change to grabbing cursor on hover */
}

input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type="range"]:focus {
  outline: none;
}

/* track styles */
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background-color: #EDF2F8;
  border: none;
}

/* thumb styles */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  background-color: #16AB71;
  border-radius: 50%;
  margin-top: -13px;
  border: 2px solid #1a202c;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

/* For All Browsers */

/* For Firefox */
input[type="range"] {
  -moz-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type="range"]::-moz-focus-outer {
  border: none;
}

/* For Chrome, Safari, and Opera */
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background-color: #EDF2F8;
  border: none;
  -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  background-color: #16AB71;
  border-radius: 50%;
  margin-top: -13px;
  border: 2px solid #1a202c;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-runnable-track:hover {
  background-color: #ddd;
}
input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #d63031;
}
input[type="range"]::-webkit-slider-thumb:active {
  cursor: grabbing; /* change to grabbing cursor on hover */
}

/* For Edge */
input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  background-color: #EDF2F8;
  border: none;
  color: transparent;
}
input[type="range"]::-ms-thumb {
  height: 30px;
  width: 30px;
  background-color: #16AB71;
  border-radius: 50%;
  margin-top: -13px;
/*  border: 2px solid #1a202c;*/
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -ms-appearance: none;
}
input[type="range"]::-ms-fill-lower {
  background-color: #EDF2F8;
}
input[type="range"]::-ms-fill-upper {
  background-color: #EDF2F8;
}

.body__image--box {
  width: 150px;
  height: 375px;
}

.body__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.body__container--btn,
.body__form--btn {
  display: inline-block;
  border: none;
  background-color: #16AB71;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 8px !important;
}

.body__container--btn:hover,
.body__form--btn:hover {
  background-color: #e2e8f0;
}

/* Body Form */
.body__form--container {
  max-width: 382px;
  width: 100%;
  border: 1px solid #e2e8f0;
  margin-block: 30px;
  display: none;
}

.body__form-wrapper {
  padding: 12px 16px 22px;
}

/* Body Form */

.body__form--input-box {
  display: flex;
}

.body__form--content {
  position: relative;
}

.body__form--content label {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #1a202c;
  margin-bottom: 14px;
}

.body__form--input-1 {
  flex: 1;
  border: 1px solid #e2e8f0;
  padding: 8px 16px;
  max-width: 219px;
  width: 100%;
  border-radius: 8px;
}

.body__form--input-1:focus {
  outline: 2px solid #16AB71;
}

.body__form--input-span {
  flex: 0 0 auto;
  display: inline-block;
  padding: 7px 16px;
  background-color: rgb(229, 228, 224);
  color: #1a202c;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border: 1px solid #e2e8f0;
  transform: translateX(1px);
}

/* Chrome, Safari, Edge, Opera */
/* .body__form--input-box input::-webkit-outer-spin-button,
.body__form--input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* Firefox */
.body__form--input-box input[type="number"] {
  -moz-appearance: textfield;
}

.body__form--input-2 {
  flex: 1;
  border: 1px solid #e2e8f0;
  padding: 8px 16px;
  border-radius: 8px;
}

.body__form--input-2:focus {
  outline: 2px solid #16AB71;
}

.body__form--select {
  border: 1px solid #e2e8f0;
  padding: 8px 16px;
  width: 100%;
  appearance: none;
  border-radius: 8px;
}

.body__form--select-arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 52px;
  right: 28px;
}

.body__form--select:focus {
  outline: 2px solid #16AB71;
}

.body__form--btn-box {
  padding: 0 10px;
}

/* Error Msg */
.error__msg--weight,
.error__msg--targetweight,
.error__msg--targetheight,
.error__msg--select {
  /* position: absolute; */
  /* bottom: -40px; */
  /* left: 12px; */
  margin-bottom: 0;
  color: #e53e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: none;
}

.body__updated--container {
  max-width: 752px;
  padding: 2rem 1rem 1rem;
  width: 100%;
  /* border: 1px solid #e2e8f0; */
  /* margin-block: 20px; */
  display: none;
  margin-bottom: 5rem;
}

.body__updated--wrapper {
  padding: 4px;
}

.body__updated--heading {
  font-size: 34px;
  font-weight: 400;
  line-height: 50px;
  color: #1B202C;
  text-align: center;
}

.body__updated--heading-span {
  background: linear-gradient(270deg, #c5e054 0.22%, rgba(250, 125, 1, 0.00) 102.75%);
  padding: 2px;
  border-radius: 5px;
}

.body__updated--row {
  background-repeat: no-repeat;
  background-position: center 27%;
  background-image: url(../images/bg-arrows01.png);
  background-size: auto 45%;
  margin: 60px 0 40px;
}

.body__updated--col {
  text-align: center;
}

.body__updated--col-img {
  width: 186px;
  height: 466px;
  margin: 0 auto;
}

.body__updated--col-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.body__update--img-title {
  text-align: center;
  padding: 8px;
  background-color: transparent;
  border-radius: 8px;
}

.body__update--img-title p {
  margin: 0;
  font-size: 35px;
  line-height: 136%;
  font-weight: 500;
}
.body__update--chart-subtext p{
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 27px

}
.body__update--chart-subtext span{
  font-size: 32px;
  font-weight: 500;
  line-height: 43px;
  color: #16AB71;
}

.body__update--text-from {
  font-weight: 500;
}

.body__update--text-to {
  font-weight: 700;
}

.body__update--img-subtext {
  font-size: 17px;
  line-height: 26px;
  color: #1a202c;
  margin-bottom: 8px;
}

.subtext-thin {
  font-weight: 500;
}

.subtext-bold {
  font-weight: 700;
}

.body__update--span-dynamic,
.body__update--span-static {
  font-size: 20px;
  line-height: 30px;
  color: #498935;
}

.body__update--span-dynamic {
  font-weight: 500;
}

.body__update--span-static {
  font-weight: 700;
}

.body__update--chart-row {
  margin: 0;
  margin-top: 30px;
  border-radius: 18px;
  background: #FFF;
  box-shadow: 0px -31.93149px 63.86299px 0px rgba(0, 0, 0, 0.16);
}

.body__update--chart-col {
  padding: 0 !important;
  position: relative;
}

.body__update--chart-col svg {
  max-width: 100%;
  width: 100%;
}
.body__update--chart-date-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: 26px 28px;
}
.body__update--chart-date {
  /* position: absolute; */
  background-color: #EDEDED;
  color: #222;
  border-radius: 12px;
  padding: 6px 25px;
  font-size: 26px;
  font-weight: 400;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

/* .chart-date-left {
  top: -30px;
  left: 17px;
} */

/* .chart-date-right {
  top: -30px;
  right: 17px;
} */

.chart-text-bold {
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  transform: translate(-19px, 5px);
}

.body__update--secondary-heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 54px;
  color: #222222;
  margin: 40px 0;
  text-align: center;
}

.body__product-ad-row {
  padding: 24px;
  margin: 0;
  border: 2px solid #16AB71;
  border-radius: 12px !important;
}

.body__product-ad-col img {
  max-height: 420px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.body__product-ad-col h3 {
  font-size: 60px;
  font-weight: 500;
  /* line-height: 43px; */
  color: #222222;
  margin-top: 15px;
}

.body__product-ad-col h4 {
  font-size: 40px;
  font-weight: 400;
  /* line-height: 24px; */
  color: #222222;
}

.body__product-ad-col p {
  font-size: 32px;
  font-weight: 400;
  /* line-height: 24px; */
  color: #1a202c;
}

.body__product-ad-price {
  background-color: #F3F9D8;
  color: #000000;
  padding: 22px 26px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.body__product-ad-mainprice {
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 70px !important;
  margin: 0;
}

.body__product-ad-subprice p {
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  margin: 0;
  text-align: right;
}

.btn-mehr {
    text-align: center;
    white-space: nowrap;
    display: block;
    padding: 45px 20px;
    box-shadow: 0 0 0 0 #05AEBCbd;
    border-radius: 16px !important;
    background-color: #16AB71;
    /* -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1); */
    font-size: 40px;
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none !important;
    color: white;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    width: 100%;
}

.btn-mehr:hover {
color:white;

}

/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.reviews {
  padding: 20px;
}

.reviews-main-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  color: #1a202c;
}

.reviews-rating {
  font-size: 60px;
  font-weight: 400;
  line-height: 90px;
  color: #1a202c;
}

.reviews__container {
  margin-bottom: 20px;
}

.reviews__container--wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 20px;
}

.reviews__container--wrapper-left h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #222222;
}

.reviews__stars {
  display: flex;
  align-items: center;
}

.reviews__stars svg {
  width: 20px;
  height: 20px;
}

.reviews-date,
.reviews-badge {
  display: block;
}

.reviews-date {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #1a202c;
  margin-bottom: 8px;
}

.reviews-badge {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #22543d;
  background-color: #c6f6d5;
  padding: 0 4px;
  text-align: center;
}

.reviews__container p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #1a202c;
  margin: 20px 0 0 0;
}

/* Loader */

.loader__container {
  max-width: 360px;
  width: 100%;
  padding: 20px;
  margin: 20px auto;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader__container.show {
  display: block;
}

.loader__container h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  margin: 20px 0 0 0;
}

/* SVG Chart */

.graph-lines-dotted {
  stroke-width: 1.5px;
  stroke-dasharray: 0 3;
}

@keyframes progressBar {
  0% {
    --percentage: 0;
  }
  100% {
    --percentage: var(--value);
  }
}

@property --percentage {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

[role="progressbar-circle"] {
  --percentage: var(--value);
  --primary: #369;
  --secondary: #adf;
  --size: 250px;
  animation: progressBar 1s forwards;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

[role="progressbar-circle"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #16AB71;
  mask: radial-gradient(white 55%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(#0000 55%, #000 0);
  -webkit-mask-mode: alpha;
}

.loader-num {
  color: #16AB71;
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
}

/* Media Queries */
@media screen and (max-width: 1072px) {
  .hero__row {
    padding: 160px 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .hero__row {
    padding: 100px 0;
  }

  .middle__content--heading {
    font-size: 18px;
    line-height: 21px;
  }

  .middle__content--subtext {
    font-size: 14px;
    line-height: 21px;
  }

  .imprint__header--main-title {
    font-size: 50px;
    line-height: 61px;
    text-align: center;
  }

  .imprint__content--title h5 {
    font-size: 21px;
    line-height: 25px;
  }

  .imprint__content--subtext p {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (max-width: 820px) {
  .hero__row {
    padding: 120px 0;
  }

  .hero__content--heading {
    font-size: 30px;
    line-height: 45px;
  }

  .imprint__header--main-title {
    font-size: 46px;
    line-height: 55px;
    padding: 40px 0;
  }

  .page__main--title h1 {
    font-size: 46px;
    line-height: 55px;
  }

  .page__text--content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (max-width: 786px) {
  .middle__media--row {
    justify-content: center;
  }

  .middle__media--col-6 {
    width: 100% !important;
  }

  .middle__media--btns {
    gap: 25px;
  }

  .middle__media--col-3 {
    display: none;
  }

  .imprint__header--main-title {
    font-size: 45px;
    line-height: 54px;
  }

  .body__text--content h2 {
    font-size: 24px;
    line-height: 31px;
  }
}
/* Page */
/* .page__main--title {
  padding: 48px 0;
}

.page__main--title h1 {
  font-size: 52.8px;
  font-weight: 500;
  line-height: 63.36px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 8px;
}

.page__text--content h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 52.8px;
  color: rgba(0, 0, 0, 0.8);
}

.page__text--content ol,
.page__text--content p {
  font-size: 17.6px;
  font-weight: 400;
  line-height: 26.4px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 16px;
}

.page__text--content ol {
  padding-left: 32px;
} */

/*===============HAMBERG MENU IS HERE================*/
.hamburger {
  align-items: center;
  display: flex;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: .5rem;
  z-index: 9999999;
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
  background-color: #fff
}

.hamburger-box {
  width: 40px;
  height: 22px;
  display: inline-block;
  position: relative;
  background: #10abbe;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

.hamburger-inner:after,.hamburger-inner:before {
  content: "";
  display: block
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger .hamburger-inner:after {
  top: -20px;
  transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger.is-active .hamburger-inner {
  transform: translate3d(0,-10px,0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s
}

.hamburger.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-90deg);
}
.nav-brand {
width: 100%;
max-width: 80px;
}
.fixed_l_icon {
  position: fixed;
  width: calc(100% - 30px);
  left: 15px;
  top: 50px;
}
@media screen and (min-width: 768px){
.mobile {
    display: none;
}}
/*===============HAMBERG MENU IS END HERE================*/
@media screen and (max-width: 767px) {
  .nav-header {
    padding: 5px 0 !important;
  }
    .body__updated--heading {
      font-size: 26px;
      line-height: 42px;
    }
  .mobile_show {
    position: fixed;
  
  }
    .weight-target-status {
      margin: 30px 0;
      flex-wrap: wrap;
    }
  
    /* .btn-mehr {
      max-width: 300px;
    } */
  
    .imprint__header--main-title {
      font-size: 33px;
      line-height: 39px;
      padding: 30px 0;
    }
  
    .page__main--title {
      padding: 30px 0;
    }
    .nav-wrapper {
      display: flex;
      flex-direction: row;
    }
  .nav-wrapper_inner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    background:#16AB71;
    z-index: 1;
    width: 100%;
    display: none;
  }
  .mobile_show {
    display: block;
  }
  
  .nav_menuu {
      display: block;
      width: 100%;
      height: 100%;
      flex-direction: column;
      padding-top: 120px;
      text-align: center;
      justify-content: center !important;
  }
  .nav-brand {
      position: relative;
      z-index: 10;
  }
  .nav-holder {
      margin-bottom: 20px;
      font-size: 28px;
  }
  .hero__overlay--mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;    
  }

  .hero__row {
    padding: 120px 0 !important;
  }

  .hero__content--heading {
    font-size: 22px;
    line-height: 30px;
  }

  .imprint__header--main-title {
    font-size: 33px;
    line-height: 39px;
    padding: 30px 0;
  }

  .middle__media--title {
    font-size: 24px;
    line-height: 31px;
  }

  .imprint__content--title h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .page__container {
    max-width: 100%;
  }

  .page__main--title {
    padding: 30px 0;
  }

  .body__updated--heading {
    font-size: 24px;
    line-height: 40px;
  }

  .body__updated--col-img {
    width: 150px;
    height: 400px;
  }

  /* .body__product-ad-row {
    flex-direction: column;
  } */

  .body__product-ad-col {
    width: 100%;
    text-align: center;
  }
  .body__update--img-title p{
    font-size: 22px;
  }
  .body__update--chart-date-wrapper{
    padding: 14px;
    column-gap: 8px;
  }
  .body__update--chart-date{
    font-size: 14px;
    padding: 4px 16px;
  }
  .body__update--img-title{
    background-color: #E3E7EC;
  }
  .body__update--secondary-heading{
    font-size: 24px;
    margin: 20px 0;
    line-height: normal;
  }
  .body__product-ad-col h3{
    font-size: 32px;
  }
  .body__product-ad-col h4{
    font-size: 20px;
  }
  .body__product-ad-col p{
    font-size: 16px;
  }
  .body__product-ad-price{
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 14px;

  }
  .body__product-ad-mainprice{
    font-size: 24px !important;
    line-height: 35px !important;
  }
  .body__product-ad-subprice {
    margin: auto 0;
  }
  .body__product-ad-subprice p{
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .btn-mehr{
    padding: 25px 16px;
    font-size: 20px;
    line-height: normal;
    border-radius: 8px;
  }
  .body__product-ad-row {
    padding: 12px;
  }
}

@media screen and (max-width: 576px) {
  .hero__row {
    padding: 30% 0 !important;
    /* padding: 170px 0; */
    background: url(../images/indravil-mobile.webp) no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .navbar__link--hidden {
    display: none;
  }

  .navbar__link {
    order: 2;
  }

  .navbar__img--box {
    order: 1;
  }

  .page__main--title h1 {
    font-size: 33px;
    line-height: 40px;
  }

  .page__text--content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .footer .footer-top {
    flex-direction: column;
}
}

@media screen and (max-width: 545px) {
  .error__msg--weight,
  .error__msg--targetweight,
  .error__msg--targetheight,
  .error__msg--select {
    font-size: 12px;
    line-height: 12px;
    bottom: -32px;
  }
}

@media screen and (max-width: 537px) {
  .hero__row {
    padding: 110px 0;
  }

  .hero__content--heading {
    padding-inline: 0;
  }
}

@media screen and (max-width: 478px) {
  .error__msg--weight,
  .error__msg--targetweight,
  .error__msg--targetheight,
  .error__msg--select {
    font-size: 10px;
    line-height: 10px;
  }
}

@media screen and (max-width: 440px) {
  .page__main--title h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .page__text--content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .body__update--img-title p {
    font-size: 16px;
    line-height: 22px;
  }
  .body__updated--row {
    background-size: auto 20%;
}
}

@media screen and (max-width: 411px) {
  .error__msg--weight,
  .error__msg--targetweight,
  .error__msg--targetheight,
  .error__msg--select {
    font-size: 8px;
    line-height: 8px;
  }
}
.d-flex {
  display: flex;
  max-width: 1280px;
/*  margin: 20px auto;*/
}
.justify-end {
  justify-content: flex-end;
}
.items-center {
  align-items: center;
}
select {
  min-width: 100px;
  padding: 5px;
  text-transform: capitalize;
}

.more_packages{
  text-decoration: none;
}
.disclaimer-wrapper{
  text-align: center;
  border-top: 1px solid #16AB71;
  padding: 16px;
  font-size: 12px;
  color: #999999;
}
.disclaimer-wrapper a{
  color: #16AB71;
}
.header{
  background: #16AB71;
    z-index: 9999;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.subheader{
  padding: 2rem 0;
  display: flex;
  position: relative;
  width: 100%;

}
.navbar-img{
  height: 80px;
}
.header .header-wrapper {
    padding: 2rem 0;
}
.header .header-wrapper .header-holder {
    align-items: center;
}
.header .header-wrapper .logo {
    height: 80px;
}
.header .header-wrapper .main-menu li {
    list-style: none;
    text-align: center;
    margin: 0 27px;
}
.header .header-wrapper .main-menu a {
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    transition: opacity .2s;
    font-size: 20px;
}
#mobile-cta {
    display: none;
}

.footer1 .footer-widget-area .footer-logo img{
  height: 50px;
  width: auto;
}
.footer1 {
    background-color: #16AB71;
    color: #fff;
}

.footer1 .footer-widget-area {
    padding: 8rem 0;
}

.footer1 .footer-widget-area .links-heading {
    display: flex;
    align-items: end;
    margin-bottom: 2rem;
    height: 40px;
    font-size: 1.7em;
        font-weight: 700;
    line-height: 1.2;
}
.footer1 .footer-widget-area .footer-logo {
    margin-bottom: 1rem;
}
.footer1 .footer-widget-area p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.9;
}
.footer1 .footer-widget-area ul {
    display: inline-block;
    padding: 0;
    font-size: 1.125rem;
    margin-bottom: 0;
}
.footer1 .footer-widget-area ul li:not(:last-child) {
    margin-bottom: 1rem;
}


.footer1 .lower-footer {
    color: #fff;
    background-color: #407d4b;
    z-index: 9999;
    position: relative;
    text-align: center;
}

.footer1 .lower-footer .copy-rights {
    padding: 1.5rem 0;
}
.footer1 .lower-footer .copy-rights p {
    font-size: 1rem;
}
.footer1 .footer-widget-area ul li {
    list-style-type: none;
    transition: .3s;
}
.footer1 .footer-widget-area ul li a {
    color: #fff;
    font-weight: 300;
    transition: .22s;
    text-decoration: none;
}

.text-green{
  color: #498935;
}

/* info-box */
.info__box{
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #16AB71;
  border-radius: 22px;
  color: #16AB71;
  font-size: 12px;
  padding: 4px 18px;
  width: fit-content;
  margin: 0 auto 12px;  
}

p a, p a:hover {
  text-decoration: none;
  color: #16AB71;
}


.list_section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.list_section_container {
  max-width: 570px;
  margin: 0 auto;
}

.list_style {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.list_style p {
  margin-bottom: 0 !important;
}
.list_style svg {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.left-content {
  max-width: 683px;
  width: 100%;
}
.left-content p {
  font-size: 14px;
}
.right-content {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .right-content {
      display: none;
  }
}
.footer-bottom p {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-bottom p {
      display: block;
      text-align: center;
      font-weight: 500;
      margin-bottom: 0;
  }
}