.body {
  background-color: #eceee5;
  background-image: url('../images/leafy-bg.png');
  background-position: 50% -20%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}

.top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 257px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxes {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 191px auto 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Raleway, sans-serif;
  color: #40671e;
  font-size: 10em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.navbar {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #748466;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu {
  font-family: Raleway, sans-serif;
  color: #dddfc8;
  font-size: 24px;
  font-weight: 300;
}

.card-wrapper {
  width: 98%;
  height: 700px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.avers {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  background-image: url('../images/1wf.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  color: #fff;
}

.reverse {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flag {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.h1 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 30px);
  transform: translate3d(0px, 0px, 30px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.boxes-cols {
  position: relative;
  width: 80%;
  min-width: 80%;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-56-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.d-56-background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0.76))), url('../images/josh-nuttall-271926-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('../images/josh-nuttall-271926-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-56-background-image._2 {
  background-image: url('../images/chamomile.jpg');
}

.d-56-background-image._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/liquorice-root.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/liquorice-root.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-56-background-image.b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/chamomile.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/chamomile.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.d-56-background-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/stinging-nettle.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/stinging-nettle.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.d-56-background-image._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/ginger.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/ginger.jpg');
  background-size: auto, cover;
}

.d-56-rectangle-one {
  position: absolute;
  width: 80%;
  height: 80%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.d-56-rectangle-two {
  position: absolute;
  width: 80%;
  height: 80%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #7c8669;
}

.d-56-rectangle-two.energy {
  background-color: #6e58a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/rootbg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/rootbg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.d-56-rectangle-two.sleep {
  background-color: #786c18;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 99, 47, 0.5)), to(rgba(162, 99, 47, 0.5))), url('../images/chamobg.png');
  background-image: linear-gradient(180deg, rgba(162, 99, 47, 0.5), rgba(162, 99, 47, 0.5)), url('../images/chamobg.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.d-56-rectangle-two.detox {
  background-color: #53b848;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nettlebg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nettlebg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.d-56-rectangle-two.immunity {
  background-color: #8b4b58;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/gingerbg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/gingerbg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.d-56-h3-heading {
  position: relative;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.d-56-h3-heading-bold {
  font-weight: 600;
}

.d-56-paragraph {
  position: relative;
  max-width: 340px;
  margin-top: 22px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h2-blurb {
  position: static;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.sectio3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-top: 91px;
  margin-bottom: 91px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leaf1 {
  position: fixed;
  left: 65px;
  top: 55px;
  z-index: 2;
}

.leaf2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 300px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(-23deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(-23deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.leaf3 {
  position: fixed;
  left: 0%;
  top: 13%;
  right: -37%;
  bottom: auto;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.leaf4 {
  position: fixed;
  left: -58%;
  top: 31%;
  right: 0px;
  bottom: 0%;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(-57deg);
  -ms-transform: rotate(-57deg);
  transform: rotate(-57deg);
}

.section4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/plantation.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/plantation.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

.image {
  margin-top: -15px;
  border-radius: 300px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/packages.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.white-header {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 95px;
  font-weight: 200;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}

.subtitle1 {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  line-height: 90px;
  font-weight: 300;
  text-align: right;
}

.stand {
  color: #748466;
  font-size: 85px;
  line-height: 60px;
  font-weight: 400;
}

.yoga {
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: url('../images/yoga-practice-mountains.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._138-scroll-down-wrapper {
  position: static;
  right: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-bottom: -45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._138-mouse-down {
  position: relative;
  width: 35px;
}

._138-scroll-down-text {
  color: rgba(9, 3, 26, 0.8);
  font-weight: 400;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 94px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-button {
  margin-top: 0px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.38);
  border-radius: 1px;
  background-color: #748466;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 100;
  text-transform: uppercase;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #748466;
}

.buy-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(116, 132, 102, 0.89);
}

.ordder-modal-holder {
  min-height: 300px;
  min-width: 1000px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 8px rgba(0, 0, 0, 0.2);
}

.video-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 153, 137, 0.87)), to(rgba(152, 153, 137, 0.87)));
  background-image: linear-gradient(180deg, rgba(152, 153, 137, 0.87), rgba(152, 153, 137, 0.87));
}

.close-button {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  margin-top: 74px;
  margin-right: 18px;
  background-image: url('../images/close-p-130x130q80.png');
  background-position: 50% 50%;
  background-size: cover;
}

.video-holder {
  width: 70%;
  height: auto;
  background-color: #fff;
}

.order-form {
  padding-top: 259px;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.link {
  color: #40671e;
  text-decoration: none;
}

.html-embed {
  width: 80%;
  margin-top: 21px;
}

.heading-2 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.tea-holders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bag-box {
  width: 20%;
  height: 500px;
  background-image: url('../images/yellow.png');
  background-position: 50% 50%;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.bag-box._2 {
  background-image: url('../images/purple.png');
}

.bag-box._3 {
  background-image: url('../images/green.png');
}

.bag-box._4 {
  background-image: url('../images/purple2.png');
}

.mobile-logo {
  display: none;
}

@media screen and (max-width: 991px) {
  .top-section {
    padding-top: 132px;
  }

  .boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-title {
    font-size: 6em;
    line-height: 90px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container {
    display: none;
    min-width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .boxes-cols.bottom {
    margin-top: -185px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d-56-card-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .d-56-h3-heading {
    font-size: 45px;
  }

  .d-56-paragraph {
    font-size: 14px;
  }

  .h2-blurb {
    font-size: 25px;
  }

  .sectio3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leaf1 {
    left: -8px;
  }

  .leaf2 {
    width: 250px;
  }

  .leaf3 {
    width: 30%;
  }

  .section4 {
    height: 400px;
  }

  .div-block {
    height: 400px;
    background-size: 100%;
  }

  .white-header {
    font-size: 40px;
  }

  .columns {
    width: 100%;
  }

  .subtitle1 {
    font-size: 26px;
  }

  .stand {
    font-size: 60px;
  }

  .yoga {
    width: 300px;
    height: 300px;
    background-size: cover;
  }

  .icon {
    color: #fff;
  }

  .heading-2 {
    font-size: 28px;
  }

  .tea-holders {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

  .bag-box {
    width: 80%;
    height: 300px;
  }

  .mobile-logo {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 130px;
    margin-top: -6px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 1000px;
    background-image: url('../images/logo1.png');
    background-position: 50% 50%;
    background-size: 115%;
  }
}

@media screen and (max-width: 767px) {
  .top-section {
    margin-top: 68px;
  }

  .navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .boxes-cols {
    width: 100%;
  }

  .boxes-cols.bottom {
    width: 100%;
    margin-top: -186px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d-56-card-wrapper {
    height: 300px;
  }

  .d-56-rectangle-two.energy {
    width: 90%;
    height: 90%;
  }

  .d-56-rectangle-two.sleep {
    width: 90%;
    height: 90%;
  }

  .d-56-rectangle-two.detox {
    width: 90%;
    height: 90%;
  }

  .d-56-rectangle-two.immunity {
    width: 90%;
    height: 90%;
  }

  .d-56-h3-heading {
    font-size: 30px;
  }

  .d-56-paragraph {
    font-size: 12px;
  }

  .leaf3 {
    margin-right: -21px;
  }

  .white-header {
    font-size: 40px;
  }

  .heading-2 {
    font-size: 21px;
  }

  .bag-box {
    height: 250px;
  }

  .mobile-logo {
    width: 90px;
    height: 90px;
    margin-top: -6px;
  }
}

@media screen and (max-width: 479px) {
  .top-section {
    margin-top: 102px;
  }

  .top-title {
    font-size: 40px;
    line-height: 40px;
  }

  .navbar {
    height: 40px;
  }

  .boxes-cols {
    width: 100%;
  }

  .boxes-cols.bottom {
    margin-top: -181px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .d-56-card-wrapper {
    width: 100%;
    height: 300px;
  }

  .d-56-background-image._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-56-rectangle-two.energy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .d-56-rectangle-two.sleep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-56-rectangle-two.detox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-56-rectangle-two.immunity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-56-h3-heading {
    font-size: 24px;
    line-height: 1.2;
  }

  .d-56-paragraph {
    max-width: 300px;
    padding: 15px 27px;
    font-size: 9px;
    line-height: 15px;
  }

  .h2-blurb {
    font-size: 21px;
  }

  .sectio3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leaf1 {
    width: 30%;
    max-width: 70%;
  }

  .leaf2 {
    width: 45%;
  }

  .leaf3 {
    width: 30%;
    margin-right: 102px;
  }

  .leaf4 {
    width: 30%;
  }

  .column-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    font-size: 21px;
    text-align: center;
  }

  .mobile-logo {
    width: 90px;
    height: 90px;
  }
}

