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

body {
  font-family: "Poppins", sans-serif;
  background-color: rgb(229, 228, 224) !important;
}

/* Utility Classes */
.color--fancy {
  color: #5dac6b !important;
}

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

.hero__overlay--mobile {
  display: none;
}

.hero__row {
  padding: 170px 0;
  background: url(../images/gummies-desktop.bd6e30a8.jpg) 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 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: block;
}

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

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

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

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

.middle__content--subtext {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  color: #1a202c;
  margin: 0;
}

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

.middle__media--male-img,
.middle__media--female-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.middle__media--title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}

.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(45, 120, 247, 0.4);
  }

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

@keyframes malePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 120, 247, 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, #91e7da, #2da2d7);
}

.btn-female {
  background: linear-gradient(180deg, #ef888c, #cf47c6);
}

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

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

/* Footer */
.footer .footer-top {
  margin-top: 48px;
  padding: 64px 0;
  border-top: 4px solid #5dac6b;
}

.footer .footer-top .h3,
.footer .footer-top h3 {
  font-size: 20.8px;
  line-height: 15px;
  text-transform: uppercase;
  color: #5dac6b;
}

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

.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: #5dac6b;
}

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

.footer .footer-bottom {
  padding: 16px;
  border-top: 1px solid #5dac6b;
  text-align: center;
}

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

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

/* Navbar */
.navbar {
  /*  border-top: 4px solid #5dac6b;*/
  /*  border-bottom: 1px solid #ccc;*/
}

.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 0.2s;
}

.navbar__link:hover {
  color: #b93c44;
}

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

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

.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;
  text-align: center;
}

.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: 32.4px;
  margin: 0 0 16px 0;
  color: rgba(0, 0, 0, 0.8);
}

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

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

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

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

.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 {
  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: 623px;
  width: 100%;
  border: 1px solid #e2e8f0;
  margin-block: 20px;
}

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

.body__container--wrapper {
  padding: 20px;
}

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

.progress-bar {
  background-color: #38a169 !important;
}

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

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

.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: 17.6px;
  font-weight: 400;
  line-height: 26.4px;
  color: #1a202c;
}

.body__text--content h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.8);
}

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

/* Custom Range Slider */
.body__range--slider {
  padding-inline: 20px;
  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: #ccc;
  border: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  background-color: #5dac6b;
  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: #ccc;
  border: none;
}

/* thumb styles */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  background-color: #5dac6b;
  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: #ccc;
  border: none;
  -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  background-color: #5dac6b;
  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: #ccc;
  border: none;
  color: transparent;
}
input[type="range"]::-ms-thumb {
  height: 30px;
  width: 30px;
  background-color: #5dac6b;
  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: #ccc;
}
input[type="range"]::-ms-fill-upper {
  background-color: #ccc;
}

.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: #5dac6b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 7px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

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

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

.body__form-wrapper {
  padding: 20px;
}

/* Body Form */

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

.body__form--content {
  position: relative;
}

.body__form--content label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1a202c;
  margin-bottom: 8px;
}

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

.body__form--input-1:focus {
  outline: 2px solid #3182ce;
}

.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;
}

.body__form--input-2:focus {
  outline: 2px solid #3182ce;
}

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

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

.body__form--select:focus {
  outline: 2px solid #3182ce;
}

.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;
  color: #e53e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: none;
}

.body__updated--container {
  max-width: 760px;
  width: 100%;
  border: 1px solid #e2e8f0;
  margin-block: 20px;
  display: none;
}

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

.body__updated--heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 24px 24px 0 24px;
}

.body__updated--heading-span {
  background: linear-gradient(90deg, #fff, rgba(93, 172, 107, 0.4));
  padding: 2px;
  border-radius: 5px;
}

.body__updated--row {
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../images/bg-arrows.png);
  background-size: auto 40%;
  margin-bottom: 60px;
}

.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: rgb(229, 228, 224);
}

.body__update--img-title p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}

.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: #5dac6b;
}

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

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

.body__update--chart-row {
  margin: 0;
}

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

.body__update--chart-col svg {
  max-width: 100%;
  width: 100%;
}

.body__update--chart-date {
  position: absolute;
  background-color: #222;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.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: 30px;
  font-weight: 500;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px 0;
  text-align: center;
}

.body__product-ad-row {
  padding: 12px;
  margin: 0;
  border: 3px solid #5dac6b;
}

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

.body__product-ad-col h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 15px;
}

.body__product-ad-col h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}

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

.body__product-ad-price {
  background-color: #e5e4e0;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}

.body__product-ad-mainprice {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 36px !important;
  margin: 0;
}

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

.btn-mehr {
  max-width: 350px;
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 20px;
  box-shadow: 0 0 0 0 #5dac6bbd;
  border-radius: 10px;
  background-color: #5dac6b;
  -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: 22px;
  font-weight: 700;
  font-family: sans-serif;
  text-decoration: none !important;
  color: white;
  transition: all 300ms ease-in-out;
  margin: 20px auto;
  cursor: pointer;
}

.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: rgba(0, 0, 0, 0.8);
}

.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: #5dac6b;
  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: #5dac6b;
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
}

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

@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: 80px 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;
  }
}

@media screen and (max-width: 767px) {
  .hero__overlay--mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .hero__row {
    padding: 170px 0;
    background: url(../images/gummies-mobile.a9859f23.jpg) bottom / cover
      no-repeat;
    z-index: -1;
  }

  .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;
  }
}

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

  .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;
  }
}

@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: 100px 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;
  }
}

@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 #5dac6b;
  padding: 16px;
  font-size: 12px;
  color: #999999;
}
.disclaimer-wrapper a {
  color: #5dac6b;
}
.header {
  background: #5dac6b;
  z-index: 9999;
  box-shadow: 0 10px 20px rgba(0, 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 0.2s;
  font-size: 20px;
}
#mobile-cta {
  display: none;
}

.footer1 .footer-widget-area .footer-logo img {
  height: 50px;
  width: auto;
}
.footer1 {
  background-color: #5dac6b;
  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: 0.3s;
}
.footer1 .footer-widget-area ul li a {
  color: #fff;
  font-weight: 300;
  transition: 0.22s;
  text-decoration: none;
}

.text-green {
  color: #5dac6b;
}
