body {
  font-family: "Poppins", sans-serif;
  color: #212121 !important;
  background-color: #fff;
}

a,
a:hover,
a:active {
  color: #212121 !important;
}

a:visited {
  color: currentColor !important;
}

.nav-link, .text-body-secondary {
  color: #212121 !important;
}

.navbar-nav > li > .button-action:hover {
  background: #ccc;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .1rem;
  color: rgb(129, 129, 129);
}

.col-10 {
  width: 100%;
}

.pic-full {
  margin-top: 0;
}

.bd-placeholder-img {
  border: 1px solid rgb(136, 136, 136);
}

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .featurette-heading {
    font-size: 34px;
    margin-bottom: 13px;
  }
}

.main-body-contain {
  margin: 50px;
}

.page-spacer {
  margin-top: 53px;
}

.pic-page-spacer {
  margin-top: 32px;
}

.rounded-circle {
  border: 1px solid #d1d1d1;
}

.vitamin-top {
  text-align: left !important;
}

.dropdown-menu {
  border: none;
}

.dropdown-divider {
  border-top: 1px solid #3ea380;
}

.dropdown-item {
  color: #fff !important;
  background-color: #24604A;
  border: #fff !important;
}

.navbar-toggler {
  background: #24604A !important;
}

.video-wide {
  display: block;
  width: 100%;
}

.featurette-heading {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .featurette-heading {
    margin-top: 0 !important;
  }
}

.video-wide video {
  width: 100%;
}

.mid-float-info {
  display: block;
}

.mid-float-info ul {
  display: table;
  margin: 0 auto;
}

.review-stars i {
  padding: 0;
}

.subtitle {
  text-align: center !important;
}

.subtitle h3 {
  margin-bottom: 18px;
}

.service-img-rounded {
  margin-top: 30px;
}

.service-img-rounded img {
  border-radius: 0;
}

.service-img-circle img {
  border-radius: 50%;
  width: 300px;
}

.info-box {
  border: 5px solid #D9EDE4;
  padding: 30px;
  margin: 40px auto;
  border-radius: 10px;
}

.box-details {
  margin-top: 22px;
  text-align: center;
  font-size: 15px;
}

.services-list {
  font-size: 21px;
  font-weight: 600;
}

.block-pic {
  overflow: hidden;
}

.box-flex-two {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.gallery2 img,
.gallery3 img,
.gallery7 img {
   width: 40% !important;
}

.gallery4 img {
  width: 20% !important;
  margin: 1% !important;
}

.gallery4 {
  margin-top: 18px;
}

.img-box-right,
.text-box-left {
    flex-basis: 50% !important;
  }

@media (max-width: 767px) {
  .img-box-right,
  .text-box-left {
    flex-basis: 100% !important;
  }
  
  .text-box-left {
    margin-bottom: 16px;
  }
  
  .img-box-right {
    margin-top: 35px;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .margin-top-13 {
    margin-top: 13px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }
}
  
  .text-box-left {
    margin-bottom: 16px;
  }

.contain-img-multi {
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
}

.contain-img-multi .gallery a img {
    width: 24%;
    height: auto;
    border: 1px solid #ccc;
    margin: .5%;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.contain-img-multi .clear {
    clear: both;
}

.contain-img-multi a {
    color: #009688;
    text-decoration: none;
}

.contain-img-multi a:hover {
    color: #01695f;
    text-decoration: none;
}

.align-vert-center {
  display: grid;
  align-items: center;
}

.gallery5 img,
.gallery8 img {
  border: none !important;
  width: 80% !important;
}

.margin-above {
  margin-top: 55px;
}

.align-left-margin-bottom {
  text-align: left !important;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .gallery5 {
    margin-top: 30px;
  }
}

.dm-service-section,
.vitamins-col {
  font-size: 18px;
  font-weight: 400;
}

.gold-standard {
	background: #fff;
  text-align: center;
  margin: 5px auto 30px;
}

.gold-above {
  margin-bottom: 0;
}

.gold-standard span {
	background: linear-gradient(to bottom, #cfc09f 27%, #ffecb3 40%, #694F1B 78%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  color: #fff;
	font-family: 'Playfair Display', serif;
	position: relative;
	font-size: 48px;
	margin: 0;
	font-weight: 400;
}

.gold-standard span::after {
    background: none;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: 
		-1px 0 1px #c6bb9f, 
		0 1px 1px #c6bb9f, 
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
}

.above-button {
  margin-bottom: 30px;
}

.button-above {
  margin-top: 60px;
}

.outside-button {
  font-size: 19px;
  background: #24604A;
  padding: 18px 24px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff !important;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .outside-button {
    display: block;
    margin: 6px 0;
  }
}

.outside-button:hover {
  color: #fff !important;
  background: #00704a !important;
}

.top-wrapper a, .top-wrapper a:hover, .top-wrapper a:visited, .top-wrapper a:active {
  color: #fff !important;
}

.dropdown-item:hover {
  color: #fff !important;
  background-color: #00704a;
}

.req-appoint:hover {
  background: #00704a !important;
  color: #fff !important;
}

.req-appoint:visited,
.book-appoint a:visited {
  color: #fff !important;
}

.ready-buttons .btn-white:hover {
  background-color: #00704a;
}

.full-section {
  display: block;
  width: 100%;
  text-align: center;
}

.section-list {
  display: block;
}

.buy-button {
  background: #3ea380;
}

.outside-button:hover {
  background: #26644D;
  color: #fff;
}

.three-items {
  text-align: center;
}

.three-items i {
  font-size: 60px;
}

.buttons-contain {
  margin-top: 40px;
  display: block;
  clear: both;
}

.dm-flex .one_third {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

  .vitamins-col,
  .vitamins-col-1 {
    font-size: 18px;
  }

@media (min-width: 768px) {
  .vitamins-col {
    width: 100%;
  }
  .vitamins-col-1 {
    width: 58%;
  }
  .vitamins-col-2 {
    width: 40%;
  }
}

.featurette-heading-page,
.lh-1 {
  font-family: "Radley", serif;
  font-size: 47px;
  margin-bottom: 23px;
}

.bio-box {
  display: flex;
  align-items: center !important;
}

.bio-box-short {
  display: flex;
  align-items: center !important;
}

@media (min-width: 768px) {
  .service-img {
    margin-top: 0;
    padding: 0;
  }
  .bio-img {
    margin-top: 20px;
  }
  .bio-img-short {
    margin-top: 0;
    padding: 0 !important;
  }
  .bio-p-short {
    margin-bottom: 0;
  }
}

.bio-inner-box {
  display: block;
}

.bio-inner-box-short {
  align-items: center !important;
}

.bio-text {
  font-size: 18px;
}

.bio-title {
  font-size: 37px !important;
  margin-top: 0 !important;
}

.bio-row {
  align-items: initial !important;
}

.tstm-title {
  font-size: 32px !important;
}

.contact-contain-two {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.contact1,
.contact2 {
  width: 48%;
}

@media (min-width: 576px) {
  .contain-contact {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .contain-contact {
    max-width: 100%;
  }
}


@media (max-width: 767px) {
  .contact-contain-two {
    flex-direction: column;
    align-items: center;
  }

  .contact1,
  .contact2 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .contain-contact {
    max-width: 1100px;
  }
}

.contact-row {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}

.contact-row input,
.contact-row textarea {
  width: 100%;
}

.contact2 {
  text-align: right;
}

.contact2 iframe {
  max-width: 100%;
}

@media (min-width: 768px) {
  .tstm-row {
    display: inline-block;
    width: 50%;
    padding: 0 20px;
  }

  .contact-row input,
  .contact-row textarea,
  .contact-row select {
    max-width: 500px;
  }
}

.job-title {
  font-size: 25px;
}

.bio-img {
  text-align: center !important;
  padding: 20px 0;
}

.service-img {
  text-align: center !important;
  padding: 0 20px;
}

.bio-img img {
  border-radius: 50% !important;
  width: 280px !important;
  height: 280px !important;
}

.featurette-divider {
  margin: 38px 0 !important;
}

.xsmall-divider {
  padding: 4px 0;
}

.small-divider {
  padding: 5px 0;
}

.medium-divider {
  padding: 20px 0;
}

.large-divider {
  padding: 28px 0;
}

.title-border-bottom {
  border-bottom: none;
}

.page-title-main {
  display: flex;
  justify-content: center;
  text-align: center;
}

.page-title-item {
  font-family: "Radley", serif;
  font-weight: bold !important;
  font-size: 56px;
  padding: 97px 8px;
  color: #fff !important;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {
  .page-title-item {
    font-size: 42px;
  }
}

.icon-small-space-left {
  margin-left: 2px;
}

.icon-large-space-left {
  margin-left: 3px;
}

.contact-form-contain {
  width: 100%;
  text-align: center;
  margin: 50px 0;
  padding-right: 0;
  padding-left: 0;
}

.form-contact {
  width: 100%;
  margin: 0 auto;
}

.navbar-brand {
  margin-left: 24px;
}

.navbar-expand-md .navbar-nav {
  justify-content: center;
}

.navbar-expand-md .navbar-nav {
  align-items: center;
}

.nav-image-hg {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .top-contain .top-bar-address {
    display: none !important;
  }
  .nav-main-top .nav-link {
    font-size: 28px !important;
  }
  .nav-main-top .dropdown-item {
    font-size: 24px;
    text-align: center;
  }
  .nav-main-top .dropdown {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .nav-main-top .req-appoint {
    font-size: 24px !important;
  }
  .nav-main-top .book-appoint {
    width: auto;
  }
}

.dropdown-menu {
  padding: 0;
}

.dropdown-divider {
  margin: 0;
}

.heading-page-1 {
  text-align: center;
  padding-bottom: 30px;
}

.bg-img-dark-1 {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  border-radius: 26px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #212121;
}

@media (min-width: 992px) {
  .navbar-brand {
    margin-left: 42px;
  }
  .col-lg-6 {
    margin-top: 0;
  }
  .hero-main {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav {
    flex-wrap: wrap;
  }
}

.navbar-nav > li {
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-nav > li > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  white-space: nowrap;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
}

.nav-social {
  color: #212121;
  margin-right: 30px;
}

.column-box-p {
  line-height: 1.5em;
  min-height: 4.5em;
  margin: 14px auto 22px;
  font-size: 17px;
}

.nav-link {
  color: #212121;
  font-weight: 600 !important;
}

.dropdown-menu {
  border-radius: 0 !important;
}

.column-heading-spacer {
  margin-top: 14px;
}

.column-box-button {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 25px;
  background-color: #3ea380;
}

.btn-lg {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 11px;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-pad-bottom {
  padding-bottom: 0 !important
}

.lead {
  font-weight: 400;
}

.btn-white {
  background-color: #fff;
}

h5 {
  font-weight: 600;
}

.nav-main-top {
  padding-right: 30px;
}

.wide-bg {
  background-image: url("images/mod/52a.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 56px 0 15px;
  margin: 0 auto 60px;
}

@media (max-width: 991px) {
  .wide-bg {
    background-image: url("images/mod/52a.jpg");
    background-position: left;
  }
}

.wide-bg-2 {
  background-image: url("images/mod/24.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 56px 0 15px;
  margin: 0 auto 60px;
}

.wide-bg-3 {
  background-image: url("images/mod/25.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 56px 0 15px;
  margin: 0 auto 60px;
}

.wide-bg-4 {
  background-image: url("images/mod/747852.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 56px 0 15px;
  margin: 0 auto 60px;
}

.wide-bg-5 {
  background-image: url("images/mod/19.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 56px 0 15px;
  margin: 0 auto 60px;
}

.heading-1 {
  font-size: 42px;
  font-weight: 400;
}

.heading-3 {
  color: #212121 !important;
  font-weight: 700 !important;
}

.heading-mid-1 {
  font-size: 28px;
  margin-bottom: 8px;
}

.btn-join {
  padding: 0 17px;
  padding-bottom: 3px;
  border-radius: 0.375rem;
}

.ready-row {
  align-items: center;
  padding: 24px 0;
  color: #fff;
  background-image: url("images/flip/944402.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
}

.ready-heading {
  text-align: center;
  font-size: 38px;
  color: #fff;
}

.ready-buttons {
  text-align: left;
}

.ready-buttons button {
  margin: 12px 3px;
}

.header-wide-bg {
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}

.hero-1 {
  background-color: transparent !important;
  background-image: url("images/752687.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: darkgreen !important;
}

.hero2 {
  background-image: url("images/751023.jpg");
}

.hero3 {
  background-image: url("images/747852.jpg");
}

.hero4 {
  background-image: url("images/530004.jpg");
}

.hero5 {
  background-image: url("images/528252.jpg");
}

.hero6 {
  background-image: url("images/testtest.jpg");
}

.hero-appointments {
  background-image: url("images/img-bg-header-life-wellness-6.jpg");
}

.hero-contact {
  background-image: url("images/img-bg-header-life-wellness-5.jpg");
}

.hero-privacy {
  background-image: url("images/img-bg-header-life-wellness-4.jpg");
}

.hero-accessibility {
  background-image: url("images/img-bg-header-life-wellness-7.jpg");
}

.hero-thankyou-email {
  background-image: url("images/img-bg-header-life-wellness-2.jpg");
}

.hero-thankyou-contact {
  background-image: url("images/img-bg-header-life-wellness-3.jpg");
}

.hero7 {
  background-image: url("images/flip/523267.jpg");
}

.hero8 {
  background-image: url("images/52.jpg");
}

.hero9 {
  background-image: url("images/51.jpg");
}

.hero10 {
  background-image: url("images/47.jpg");
}

.hero11 {
  background-image: url("images/46.jpg");
}

.hero12 {
  background-image: url("images/45.jpg");
}

.hero13 {
  background-image: url("images/44.jpg");
}

.hero14 {
  background-image: url("images/42.jpg");
}

.hero15 {
  background-image: url("images/41.jpg");
}

.hero16 {
  background-image: url("images/39.jpg");
}

.hero17 {
  background-image: url("images/16.jpg");
}

.ready2 {
  background-image: url("images/751023.jpg");
}

.ready3 {
  background-image: url("images/747852.jpg");
}

.ready4 {
  background-image: url("images/flip/530004.jpg");
}

.ready5 {
  background-image: url("images/528252.jpg");
}

.ready6 {
  background-image: url("images/526031.jpg");
}

.ready7 {
  background-image: url("images/flip/523267.jpg");
}

.ready8 {
  background-image: url("images/52.jpg");
}

.ready9 {
  background-image: url("images/51.jpg");
}

.ready10 {
  background-image: url("images/flip/47.jpg");
}

.ready11 {
  background-image: url("images/46.jpg");
}

.ready12 {
  background-image: url("images/flip/45.jpg");
}

.ready13 {
  background-image: url("images/flip/44.jpg");
}

.ready14 {
  background-image: url("images/42.jpg");
}

.ready15 {
  background-image: url("images/41.jpg");
}

.ready16 {
  background-image: url("images/39.jpg");
}

.ready17 {
  background-image: url("images/16.jpg");
}

.home-hero-bg {
  background-color: transparent !important;
  background-image: url("images/background-main-lifewellness-top-bg-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-2 {
  background-image: url("images/background-main-lifewellness-top-8.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-middle {
  color: #fff;
}

.navbar-nav .nav-link.show {
  text-align: center;
}

.btn-primary {
  background-color: #0250C5;
}

.video-home-top video {
  width: 100% !important;
  height: 100% !important;
}

.home-banner {
  position: relative;
  height: 750px !important;
}

.video-wrapper {
  height: 100%;
  position: relative;
}

.video-wrapper video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 100;
  text-align: center;
  transform: translateY(-50%);
}

.carousel-caption h2 {
  color: #fff;
  font-size: 47px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.home-banner .h4 {
  display: table;
  border-top: 1px solid #fff;
  margin: 15px auto;
  padding: 10px 0;
  color: #fff;
  position: relative;
  font: 700 20px/1.25 Biryani,sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .bottom-col-triple {
    flex: 0 0 auto !important;
    width: 16.66666667% !important;
  }
}

@media (min-width: 768px) {
  .bottom-col-triple {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .email-list-field {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .email-list-field {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .email-list-field {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .email-list-field {
    width: 41.66666667%;
  }
}

.short-text-align-top {
  align-items: initial !important;
}

.req-appoint {
  font-size: 18px !important;
  border-radius: 5px;
  font-weight: 500 !important;
  color: #fff !important;
  white-space: nowrap;
}

.center-footer {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0 !important;
}

.center-footer p {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.center-footer .fa {
  font-size: 20px;
}

.social-color {
  color: #ccc !important;
  fill: #ccc !important;
}

.top-wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-weight: 400px;
  background-color: #00704a;
}

.top-wrapper ul {
  margin-bottom: 0;
}

.top-contain .fa {
  padding: 0px;
}

.top-contain {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: center;
  list-style: none;
  font-size: 15px;
}

.top-wrapper {
  color: #fff;
  font-weight: 400px;
}

.top-wrapper a,
.top-wrapper a:hover,
.top-wrapper a:visited,
.top-wrapper a:active {
  color: #fff;
}

.top-wrapper li {
  margin: 0 8px;
}

.top-contain {
  list-style: none;
  font-size: 15px;
}


.featurette {
  display: flex;
  align-items: center;  /* Align the content vertically in the middle */
  justify-content: space-between;
}

.featurette .lead a {
  font-size: 22px;
}

.feature-box-left,
.feature-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.feature-box-left-img-right,
.feature-box-right-img-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-box-left-img-right img,
.feature-box-right-img-left img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 991px) {
  .navbar-brand img {
    max-height: 60px !important;
  }
  .hero-1 {
    background-position: left;
  }
  .ready-buttons {
    text-align: center;
  }
  .nav-main-top {
    padding-right: 16px;
  }
  .page-title-item {
    padding: 60px 8px;
  }
}

@media (min-width: 576px) {
  .pic-full {
    margin: 0 auto;
    width: 83.33333333%;
  }
}

@media (max-width: 767px) {
  .navbar-nav > li > .button-action {
    margin-top: 5px;
    margin-bottom: 6px;
  }
  .page-title-item {
    padding: 45px 8px;
  }
  .featurette-divider {
    margin: 16px 0 32px !important;
  }

  .xsmall-divider {
    padding: 2px 0;
  }

  .small-divider {
    padding: 3px 0;
  }

  .medium-divider {
    padding: 10px 0;
  }
  .large-divider {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .feature-box-left {
    padding-right: 50px;
    font-size: 16px;
  }
  
  .feature-box-right {
    padding-left: 50px;
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
  }
}

 /* Style all font awesome icons */
 .fa {
  padding: 10px 12px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

.navbar-nav > li > .button-action {
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #3ea380;
  text-transform: none;
  color: #fff;
}

footer .col-md-2 h5 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 12px;
}

.bg-vitamins {
  background-image: url("images/test/20240426_140751.jpg");
}

