/*
Theme name: x Child
Version: 1.0
Template: x
*/




.body-lander {
  background-color: #fff;
}

.x-container.max.lander-wrapper {
  max-width: none;
  width: 100%;
}

.lander-wrapper * {
  font-family: "Monserrat", sans-serif;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lander-wrapper h2 {
  font-size: 45px;
}

.lander-wrapper h3 {
  font-size: 30px;
}

.lander-wrapper h4 {
  font-size: 22px;
}

.lander-wrapper p {
  font-size: 20px;
}

.color-red {
  color: #e41c1b;
}

.color-yellow {
  color: #ffe49a;
}

i.fa, i.fas, i.far, i.fal {
  font-family: "Font Awesome 5 Free";
}

i.fab {
  font-family: "Font Awesome 5 Brands";
}

.fas.fa-search:hover {
  color: #e41c1b;
}

.site-header {
  height: auto !important;
}
.site-logo .show-desktop {
  display: block;
}

.site-logo .show-mobile {
  display: none;
}

.inner-header {
  background-color: #fff;
}

.main-navigation {
  background-color: #2a2a2a;
  font-family: 'Monserrat', sans-serif;
  padding: 0;
}

.main-navigation .search-btn {

  padding: 19px 10px;
  color: #fff;
  outline: 0;
  background: transparent;
  border: none;
}

.main-navigation .search-btn:focus,
.main-navigation .search-btn:hover,
.main-navigation .search-btn:active {
  color: #e41c1b;
}



.nav.navbar-nav {
  padding: 0;
  margin: 0;
  color: #fff;
}

.main-navigation .search-btn:focus {
  outline: 0;
}

.main-navigation .navbar-toggler {
  padding: 10px 15px;
}
.main-navigation .navbar-toggler:focus,
.main-navigation .navbar-toggler:hover,
.main-navigation .navbar-toggler:active {
  text-decoration: none;
  background-color: transparent;
  border: none;
}

.main-navigation .search-box {
  display: none;
  padding: 30px;
  background-color: #fff;
  height: 0;
  position: absolute;
  bottom: -100px;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  -khtml-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}

.main-navigation .search-box.show {
  display: block;
  height: 100px;
  z-index: 999;
}

#search-form {
  height: 50px;
  margin: 0;
}

.main-navigation .navbar-form {
  display: flex;
}

.main-navigation .navbar-form .bf-search {
  display: flex;
  margin: 0;
  box-shadow: none;
  padding: 15px 30px;
  margin-left: 15px;
}

.navbar-nav .nav-item .nav-link {
  padding: 22px 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;

  line-height: 20px;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #e41c1b;
}

.navbar-nav .item-home .nav-link {
  color: #fff;
  font-size: 18px;
  padding: 19px 24px;
  background-color: #e41c1b;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* header banner */

.header-banner {
  font-family: 'Monserrat', sans-serif;
}

.banner-bg-img {
  background-image: url('../../uploads/front-assets/Banner-1920.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
}

.banner-content {
  font-family: 'Monserrat', sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 40px 0;
  padding: 0 20px 50px 20px;
}

.banner-content h1 {
  font-family: 'Monserrat', sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  display: block;
}
.green-btn {
  background: #00CE2D !important;
  border-color: #00CE2D  !important;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 15px 30px;
  -webkit-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.green-btn:hover {
  background-color: #00CE2D ;
  border-color: #00CE2D ;
  transform: scale(1.02);
}

.banner-content .banner-button {
  background: rgb(228, 29, 27);
  background: linear-gradient(180deg, rgba(228, 29, 27, 1) 0%, rgba(255, 62, 61, 1) 100%);
  border-color: #e41c1b;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 15px 30px;
  -webkit-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.banner-content .banner-button:hover {
  background-color: red;
  border-color: red;
  transform: scale(1.02);
}

/* what we do section */

.what-we-do .heading-wrapper {
  text-align: center;
}

.heading-wrapper h2 {
  font-size: 45px;
}

.heading-wrapper h4 {
  margin-top: 5px;
}

.heading-wrapper h3 {
  margin-top: 30px;
  font-size: 30px;
}

.advice-wrapper {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin-top: 65px;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
}

.advice-wrapper:not(:last-child) {
  margin-bottom: 70px;
}

.advice-inner-wrapper {
  margin-top: 20px;
}

.avatar-circle {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  ;
  left: 50%;
  transform: translateX(-50%);
}

.advice-heading {
  margin-top: 50px;
  text-align: center;
}

.advice-heading p {
  margin-bottom: 20px;
}

.advice-heading h3 {
  margin: 0;
  font-family: 'Monserrat', sans-serif;
}

.avatar-circle::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e41c1b;
  margin: auto;
  margin-top: 2px;
}

.advice-row {
  margin-bottom: 20px;
}

.advice-item {
  border: 1px solid #c2c2c2;
  padding: 20px;
  /* display: flex;
  flex-wrap: wrap; */
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.advice-item h4 {
  margin: 0;
  margin-bottom: 10px;
}

.advice-icon {
  display: inline-block;
  background-repeat: no-repeat;
  height: 64px;
  width: 64px;
}

.advice-icon.icon-sex {
  background-position: -210px -5px;
}

.advice-icon.icon-lips {
  background-position: -75px -70px;
}

.advice-icon.icon-heart {
  background-position: -345px -5px;
}

.advice-icon.icon-cup {
  background-position: -145px -70px;
}

.advice-icon.icon-muscle {
  background-position: -210px -70px;
}

.advice-icon.icon-waist {
  background-position: -145px -5px;
}

.advice-icon.icon-shape {
  background-position: -280px -70px;
}

.advice-icon.icon-workout {
  background-position: -345px -70px;
}

.advice-icon.icon-energy {
  background-position: -10px -5px;
}

.advice-icon.icon-detox {
  background-position: -75px -5px;
}

.advice-icon.icon-ancient {
  background-position: -10px -70px;
}

.advice-icon.icon-sleep {
  background-position: -280px -5px;
}

.advice-text {
  margin-left: 10px;
  text-align: left;
  padding-right: 10px;
  width: 85%;
}

.advice-text h4 {
  margin-bottom: 0;
}

.advice-text p {
  margin: 0;
  color: #272727;
  font-size: 20px;
  line-height: 25px;
}

/* whats new section */

.whats-new {
  padding-top: 50px;
}

.whats-new h2 {
  text-align: center;
}

.whats-new .row .read-more {
  display: block;
  text-align: right;
  width: 100%;
}

.whats-new .read-more a {
  display: inline-block;
  font-size: 24px;
  padding: 10px 15px;
  color: #e41c1b;
}

.trusted-wrapper {
  background-image: url('../../uploads/front-assets/map-dot.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trusted-wrapper h2 {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  width: 60%;
  margin: 0;
  vertical-align: middle;
  position: relative;
  font-size: 45px;
}

.trusted-wrapper h2::before {
  content: '';
  display: block;
  height: 2px;
  background-color: #e9e9e9;
  width: 200px;
  position: absolute;
  top: 45px;
  left: -180px;
}

.trusted-wrapper h2::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #e9e9e9;
  width: 200px;
  position: absolute;
  top: 45px;
  right: -180px;
}

.posts-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 30px 0;
  padding-bottom: 0;
}

.posts-list .card {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
}

.posts-list .card h4 {
  margin: 0;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.posts-list .card h4:hover {
  color: #e41c1b;
}

.posts-list .card a:hover {
  text-decoration: none;
}

.posts-list .card .card-img-top {
  min-height: 230px;
}

.posts-list .card .card-body p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}


.posts-list .post-meta {
  display: flex;
  padding: 10px 0;
}

.posts-list .post-meta .post-author {
  display: inline-block;
}

.posts-list .post-meta .post-author img {
  display: inline-block;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.posts-list .post-meta .post-author p {
  display: inline-block;
  margin: 0;
}

.posts-list .post-meta .post-date {
  display: inline-block;
  margin-left: 15px;
}

.posts-list .post-meta .post-date i {
  margin-right: 10px;
}

.posts-list .post-meta .post-date p {
  display: inline-block;
  margin: 0;
}

/* try one section */

.try-one h2 {
  text-align: center;
  margin: 20px 0 40px 0;
}



.try-one .try-one-content p {
  font-size: 20px;
  line-height: 25px;
}

.try-one .try-one-image img {
  display: block;
  margin: auto;
}

.try-one .try-one-content .content-50x {
  display: flex;
}

.try-one .try-one-content .content-50x .content-50x-left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 0 30px;
  border-top: 3px solid #e41c1b;
}

.try-one .try-one-content .content-50x .content-50x-left h1 {
  font-size: 90px;
  font-weight: 100;
  color: #e41c1b;
  margin: 0;
}

.try-one .try-one-content .content-50x .content-50x-right {
  height: 180px;
  border-top: 3px solid #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 30px;
  margin-right: 60px;
}

.try-one .try-one-content .content-50x .content-50x-right p {
  margin-bottom: 0;
}

/* cta */

.cta {
  background-color: #f8f6f1;
  text-align: center;
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.cta h3 {
  display: inline-block;
  margin: 0;
  width: 75%;
}

.cta .cta-content .cta-text {
  width: 80%;
  padding: 20px 0;
  margin: auto;
}

.cta .cta-content .plus-circle {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}

.cta .cta-content .plus-circle::before {
  content: '';
  display: block;
  height: 40px;
  width: 2px;
  background-color: #e41c1b;
  position: relative;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.cta .cta-content .plus-circle::after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  background-color: #e41c1b;
  position: relative;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.cta .cta-button {
  background: rgb(228, 29, 27);
  background: linear-gradient(180deg, rgba(228, 29, 27, 1) 0%, rgba(255, 62, 61, 1) 100%);
  border-color: #e41c1b;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  -webkit-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.cta .cta-button:hover {
  background-color: red;
  border-color: red;
  transform: scale(1.02);
}

/* testimonials section */

.testimonials {
  text-align: center;
}

.testimonials .card {
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.testimonials .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.testimonials .card-body a {
  color: #337ab7;
}

.testimonials .card-body a:hover {
  color: #e41c1b;
}

.testimonials .card-body .card-title {
  color: #e41c1b;
  margin-top: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  line-height: 22px;
  font-size: 20px;
}

.testimonials .card-body {
  font-size: 20px;
  line-height: 25px;
}

/* questions section accordion */

.questions {
  font-size: 20px;
}

.questions .questions-heading h2 {
  margin-bottom: 0;
  text-align: center;
}

.questions .questions-heading p {
  text-align: center;
  font-size: 24px;
}

.questions .accordion>.card {
  border: 1px solid #c2c2c2;
}

.questions .accordion>.card:not(:first-of-type):not(:last-of-type) {
  border: 1px solid #c2c2c2;
}

.accordion .card:not(:last-child) {
  margin-bottom: 15px;
}

.accordion .card .card-header button.active-color {
  background-color: #f9f8f2;
}

.accordion .card .card-header {
  background-color: #fff;
  padding: 0;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion .card .card-body {
  padding: 10px 20px;
  background-color: #f9f8f2;
  display: flex;
}

.accordion .card .card-body a {
  color: #337ab7;
}

.accordion .card .card-body a:hover {
  color: #e41c1b;
}

.accordion .card .card-header button {
  width: 100%;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.accordion .card .card-header button .triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e41c1b;
  margin-left: auto;
}

.accordion .card .card-header button .triangle.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e41c1b;
  border-top: none;
  margin-left: auto;
}

.accordion .card .card-header button::before {
  content: 'Q';
  display: inline-block;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #c9c6b7;
  color: #f9f8f2;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
}

.accordion .card .card-body p {
  margin-bottom: 0;
}

.accordion .card .card-body .a-icon {
  display: block;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background-color: #c9c6b7;
  color: #f9f8f2;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
}

/* optin section */
.optin {
  padding: 50px 0;
}

.optin .form-wrapper {
  padding: 0 50px;
}

.optin .form-wrapper .optin-form {
  background-image: url('../../uploads/front-assets/contact-bckg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}

.form-wrapper .optin-form .optin-form-img {
  width: 600px;
  padding: 30px 100px 10px 50px;
}

.form-wrapper .optin-form .optin-form-img img {
  display: block;
}

.form-wrapper .optin-form .optin-form-body {
  padding: 20px 50px 20px 100px;
}

.form-wrapper .optin-form .optin-form-body h2 {
  margin: 10px 0 30px 0;
  color: #fff;
  font-size: 30px;
}

.form-wrapper .optin-form .optin-form-body p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.optin .col-xs-10 {
  width: 90%;
}

.optin-header h2 {
  font-weight: bold;
}

.optin .moonray-form-p2c86470f146 .moonray-form {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
}

.optin .moonray-form-p2c86470f146 .moonray-form .book-img {
  padding: 20px;
  padding-bottom: 0;
}

.optin .moonray-form-p2c86470f146 .moonray-form .book-img img {
  display: block;
  width: 75%;
  height: auto;
  margin: auto;
}

.optin .moonray-form-p2c86470f146 .moonray-form form {
  width: 46%;
  margin-left: 13%;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}

.optin .moonray-form-p2c86470f146 .moonray-form form h2 {
  margin: 10px 0 30px 0;
  color: #fff;
  font-size: 30px;
}

.optin .moonray-form-p2c86470f146 .moonray-form form p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.optin .moonray-form-p2c86470f146 .moonray-form .optin-form-group {
  display: flex;
}

.optin .moonray-form-p2c86470f146 .moonray-form .optin-form-group {
  display: flex;
}

.optin .moonray-form-p2c86470f146 .moonray-form .optin-form-group .email-input-field {
  height: 50px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: none;
}

.optin .moonray-form-p2c86470f146 .moonray-form .optin-form-group .btn-primary {
  height: 50px;
  border-color: #ff2a13;
  -webkit-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.optin .moonray-form.moonray-form-label-pos-stacked {
  background-position: center -40px;
}

/* footer */

.footer-inner {
  background-color: #181818;
  padding: 50px 0;

}

.footer-wrapper .footer-menu-wrapper {
  color: #fff;
  padding: 0 30px;
}

.footer-wrapper .footer-menu-wrapper h3 {
  display: block;
  color: #fff;
  border-bottom: 2px solid #ddd;
  position: relative;
  margin: 10px 0;
}

.footer-menu-wrapper span {
  display: inline-block;
}

.footer-menu-wrapper span.line {
  border-bottom: 2px solid #e41c1b;
  z-index: 9999;
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  display: block;
  width: 60%;
}


.footer-wrapper .footer-menu-wrapper .footer-menu-list .footer-menu-item {
  padding: 5px 0;
}

.footer-wrapper .footer-menu-wrapper .footer-menu-list {
  list-style: none;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-wrapper .footer-menu-wrapper .footer-menu-list .footer-menu-item a {
  color: #fff;
  font-size: 14px;
}

.footer-wrapper .footer-menu-wrapper .footer-menu-list .footer-menu-item a:hover {
  color: #e41c1b;
}


.cookie-section {
  background-color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 100%;
  z-index: 10;
  display: none;
}

.cookie-section.show {
  display: block;
}
.cookie-section.hide {
  display: none;
}

.cookie-section .cookie-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.cookie-section .cookie-wrapper p {
  margin: 0;
}

.cookie-section .cookie-wrapper a {
  color: #fff;
}

/* Popup box BEGIN */
.hover_bkgr_fricc {
  background: rgba(0, 0, 0, .4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.hover_bkgr_fricc .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hover_bkgr_fricc>div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 700px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  margin: auto;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.popupCloseButton:hover {
  background-color: #ccc;
}

.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}

.moonray-form-p2c86470f152 .moonray-form {
  margin: auto;
  border: none;
  border-style: none;
}

.moonray-form-p2c86470f152 .moonray-form .moonray-form-clearfix {
  margin-bottom: 0;
}

.moonray-form-p2c86470f152 #mr-field-element-533779409680 p {
  margin-bottom: 0;
  font-size: 35px;
  padding-top: 25px;
}

.moonray-form-p2c86470f152 #mr-field-element-673603121663 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.moonray-form-p2c86470f152 .moonray-form-element-html img {
  max-width: 70%;
}

.moonray-form-p2c86470f152 .moonray-form-element-html .text-content {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  text-align: left;
}

.moonray-form-p2c86470f152 .moonray-form-element-html .text-content ul {
  list-style: none;
}

.moonray-form-p2c86470f152 .moonray-form-element-html .text-content ul li {
  font-size: 20px;
  position: relative;
}

.moonray-form-p2c86470f152 .moonray-form-element-html .text-content ul li::before {
  content: '';
  display: block;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -33px;
  top: 2px;
}
.no-webp .moonray-form-p2c86470f152 .moonray-form-element-html .text-content ul li::before {
  background-image: url('../../uploads/front-assets/checkmark.png');
}
.webp .moonray-form-p2c86470f152 .moonray-form-element-html .text-content ul li::before {
  background-image: url('../../uploads/front-assets/checkmark.webp');
}

.moonray-form-p2c86470f152 .moonray-form-element-html .text-content ul li:nth-child(1) {
  padding-top: 30px;
}

.moonray-form-p2c86470f152 .moonray-form-element-html .text-content ul li:nth-child(1)::before {
  top: 30px;
}

.moonray-form-p2c86470f152 .moonray-form-element-wrapper.moonray-form-element-wrapper-alignment-left.moonray-form-input-type-email {
  display: flex;
  padding: 20px 10px;
}

.moonray-form-p2c86470f152 .moonray-form-element-wrapper .moonray-form-input {
  height: auto;
}

.moonray-form-p2c86470f152 #mr-field-element-67535912639 p {
  font-size: 12px;
  margin-bottom: 0;
  background-color: #e41c1b;
  color: white;
  padding: 20px;
}

.moonray-form-p2c86470f152 #mr-field-element-411708758498 {
  box-shadow: none;
}

/* Popup box END */
@media (max-width: 1200px) {
  .banner-bg-img {
    background-image: url('../../uploads/front-assets/Banner-1200.png');
  }
}

@media (max-width: 992px) {
  .main-navigation {
    padding: 10px 0;
  }

  .navbar-collapse .navbar-nav {
    margin-left: 0;
  }

  .optin .moonray-form-p2c86470f146 .moonray-form form {
    width: 100%;
    margin-left: 5%;
  }

  .optin .moonray-form-p2c86470f146 .moonray-form .book-img {
    padding: 20px 0 0 0;
  }

  .hover_bkgr_fricc>div {
    width: 90%;
  }
}
@media (min-width: 992px) {
  #primary {
    width: 75%;
  }
}
@media (max-width: 991px) {
  #primary {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .try-one .col-md-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .advice-wrapper .col-md-6 {
    flex: 0 0 49.9%;
    max-width: 49.9%;
  }

  .testimonials .col-lg-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  #secondary {
    flex: 0 0 24.9%;
    max-width: 24.9%;
  }
  .bfast-footer-widget {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (max-width: 767px) {
  .site-logo .show-desktop {
    display: none;
  }
  
  .site-logo .show-mobile {
    display: block;
  }
  .main-navigation .search-btn {
    margin-left: 0;
  }

  .main-navigation .row {
    width: 100%;
  }

  .banner-content h1 {
    font-size: 35px;
  }

  .lander-wrapper h2 {
    font-size: 35px;
  }

  .lander-wrapper h4 {
    font-size: 20px;
  }

  .lander-wrapper p {
    font-size: 16px;
  }

  .banner-content .banner-button {
    font-size: 20px;
  }

  .banner-content {
    font-size: 16px;
  }

  .heading-wrapper h2 {
    margin-top: 20px;
  }

  .heading-wrapper h3 {
    margin-top: 28px;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 10px 24px;
  }

  .advice-row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .advice-row .col-md-6:not(:last-child) {
    margin-bottom: 20px;
  }

  .advice-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .advice-icon.icon-sex {
    background-position: -216px -5px;
  }

  .advice-icon.icon-lips {
    background-position: -82px -70px;
  }

  .advice-icon.icon-heart {
    background-position: -350px -5px;
  }

  .advice-icon.icon-cup {
    background-position: -149px -70px;
  }

  .advice-icon.icon-muscle {
    background-position: -216px -70px;
  }

  .advice-icon.icon-waist {
    background-position: -149px -5px;
  }

  .advice-icon.icon-shape {
    background-position: -283px -70px;
  }

  .advice-icon.icon-workout {
    background-position: -350px -70px;
  }

  .advice-icon.icon-energy {
    background-position: -15px -5px;
  }

  .advice-icon.icon-detox {
    background-position: -82px -5px;
  }

  .advice-icon.icon-ancient {
    background-position: -15px -70px;
  }

  .advice-icon.icon-sleep {
    background-position: -283px -5px;
  }

  .advice-text {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .whats-new {
    padding-top: 0;
  }

  .whats-new h2 {
    margin-top: 0;
  }

  .whats-new .trusted-wrapper h2 {
    font-size: 24px;
    width: 70%;
  }

  .whats-new .posts-list {
    margin: 0;
  }

  .whats-new .posts-list li:not(:last-child) {
    margin-bottom: 20px;
  }

  .try-one-content {
    text-align: center;
  }

  .try-one {
    margin-bottom: 30px;
  }

  .try-one .try-one-content p {
    font-size: 16px;
  }

  .try-one h2 {
    margin-bottom: 20px;
  }

  .try-one .try-one-content .content-50x-left {
    width: 50%;
  }

  .try-one .try-one-content .content-50x-right {
    width: 50%;
  }

  .try-one .try-one-image img {
    width: 60%;
    height: auto;
  }

  .cta .cta-content .cta-text {
    width: 100%;
    padding-bottom: 40px;
  }

  .cta h3 {
    width: 100%;
  }

  .cta .cta-button {
    font-size: 20px;
    padding: 15px 30px;
    letter-spacing: 0.5px;
    margin: 0px 12px;
  }

  .testimonials .col-lg-4:not(:last-child) {
    margin-bottom: 20px;
  }

  .questions .questions-heading {
    text-align: center;
  }

  .optin {
    display: none;
  }

  .footer-wrapper {
    padding-top: 20px;
  }

  .footer-wrapper .col-md-4:nth-of-type(1) {
    order: 2;
  }

  .footer-wrapper .col-md-4:nth-of-type(2) {
    order: 3;
  }

  .footer-wrapper .col-md-4:nth-of-type(3) {
    order: 1;
    padding-bottom: 15px;
  }

  .cookie-section .cookie-wrapper {
    flex-direction: column;
    padding: 15px;
  }

  .cookie-section .cookie-wrapper p {
    margin-bottom: 15px;
  }
  .header_search_form_full .navbar-form {
    flex-direction: column;
  }
  .header_search_form_full .navbar-form input {
    width: 100%;
    
  }
  .header_search_form_full .navbar-form .bf-search {
    margin: 0;
  }
  .about-author figure {
    display: block;
    width: 100%;
  }
  .about-author figure img {
    margin: auto;
  }
}

@media (max-width: 600px) {
  .moonray-form-p2c86470f152 .moonray-form-element-html .text-content {
    padding: 0 40px;
  }

  .moonray-form-p2c86470f152 .moonray-form-element-html .book-img-wrapper {
    display: none;
  }

  .moonray-form-p2c86470f152 #mr-field-element-533779409680 p {
    margin-bottom: 20px;
  }

  .hover_bkgr_fricc {
    margin-top: 20px;
  }

  .popupCloseButton {
    top: 3px;
    right: 3px;
    z-index: 99999;
  }

  .moonray-form-p2c86470f152 #mr-field-element-411708758498 {
    font-size: 15px;
  }

  .moonray-form-p2c86470f152 .moonray-form-element-wrapper.moonray-form-element-wrapper-alignment-left.moonray-form-input-type-email {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .moonray-form-p2c86470f152 .moonray-form-element-wrapper .moonray-form-input {
    padding: 12px;
  }

  .moonray-form-p2c86470f152 #mr-field-element-533779409680 p {
    font-size: 30px;
  }

  .moonray-form-p2c86470f152 #mr-field-element-67535912639 p {
    font-size: 11px;
  }
}
 
.jumbotron {
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  margin: 0;
}
.no-webp .jumbotron {
  background-image: url("../../uploads/front-assets/Banner-1920.png");
}
.webp .jumbotron {
  background-image: url("../../uploads/front-assets/Banner-1920.webp");
}

.banner-content {
  padding: 50px 20px;
  margin: 0;
  margin-bottom: 15px;
}

.banner-content h1 {
  margin-top: 0;
}


.advice-item {
border: 1px solid #c2c2c2;
padding: 20px;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.advice-item h4 {
  margin: 0;
  margin-bottom: 10px;
}

.advice-icon {
  display: inline-block;
  background-repeat: no-repeat;
  height: 64px;
  width: 64px;
}
.no-webp .advice-icon {
  background-image: url("../../uploads/front-assets/icons-svg.png");
}
.webp .advice-icon {
  background-image: url("../../uploads/front-assets/icons-svg.webp");
}

.advice-icon.icon-sex {
  background-position: -210px -5px;
}

.advice-icon.icon-lips {
  background-position: -75px -70px;
}

.advice-icon.icon-heart {
  background-position: -345px -5px;
}

.advice-icon.icon-cup {
  background-position: -145px -70px;
}

.advice-icon.icon-muscle {
  background-position: -210px -70px;
}

.advice-icon.icon-waist {
  background-position: -145px -5px;
}

.advice-icon.icon-shape {
  background-position: -280px -70px;
}

.advice-icon.icon-workout {
  background-position: -345px -70px;
}

.advice-icon.icon-energy {
  background-position: -10px -5px;
}

.advice-icon.icon-detox {
  background-position: -75px -5px;
}

.advice-icon.icon-ancient {
  background-position: -10px -70px;
}

.advice-icon.icon-sleep {
  background-position: -280px -5px;
}

.advice-text {
  margin-left: 10px;
  text-align: left;
  padding-right: 10px;
  width: 85%;
}

.advice-text h4 {
  margin-bottom: 0;
}

.advice-text p {
  margin: 0;
  color: #272727;
  font-size: 20px;
  line-height: 25px;
}

/* whats new section */

.whats-new {
  padding-top: 50px;
}

.whats-new h2 {
  text-align: center;
}

.whats-new .row .read-more {
  display: block;
  text-align: right;
  width: 100%;
}

.whats-new .read-more a {
  display: inline-block;
  font-size: 24px;
  padding: 10px 15px;
  color: #e41c1b;
}

.trusted-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-webp .trusted-wrapper {
  background-image: url('../../uploads/front-assets/map-dot.png');
}
.webp .trusted-wrapper {
  background-image: url('../../uploads/front-assets/map-dot.webp');
}

.trusted-wrapper h2 {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  width: 60%;
  margin: 0;
  vertical-align: middle;
  position: relative;
  font-size: 45px;
}

.trusted-wrapper h2::before {
  content: '';
  display: block;
  height: 2px;
  background-color: #e9e9e9;
  width: 200px;
  position: absolute;
  top: 45px;
  left: -180px;
}

.trusted-wrapper h2::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #e9e9e9;
  width: 200px;
  position: absolute;
  top: 45px;
  right: -180px;
}

.posts-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 30px 0;
  padding-bottom: 0;
}

.posts-list .card {
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
}

.posts-list .card h4 {
  margin: 0;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.posts-list .card h4:hover {
  color: #e41c1b;
}

.posts-list .card a:hover {
  text-decoration: none;
}

.posts-list .card .card-img-top {
  min-height: 230px;
}

.posts-list .card .card-body p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.posts-list .post-meta {
  display: flex;
  padding: 10px 0;
}

.posts-list .post-meta .post-author {
  display: inline-block;
}

.posts-list .post-meta .post-author img {
  display: inline-block;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.posts-list .post-meta .post-author p {
  display: inline-block;
  margin: 0;
}

.posts-list .post-meta .post-date {
  display: inline-block;
  margin-left: 15px;
}

.posts-list .post-meta .post-date i {
  margin-right: 10px;
}

.posts-list .post-meta .post-date p {
  display: inline-block;
  margin: 0;
}

/* try one section */

.try-one h2 {
  text-align: center;
  margin: 20px 0 40px 0;
}

.try-one .try-one-content p {
  font-size: 20px;
  line-height: 25px;
}

.try-one .try-one-image img {
  display: block;
  margin: auto;
}

.try-one .try-one-content .content-50x {
  display: flex;
}

.try-one .try-one-content .content-50x .content-50x-left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 0 30px;
  border-top: 3px solid #e41c1b;
}

.try-one .try-one-content .content-50x .content-50x-left h1 {
  font-size: 90px;
  font-weight: 100;
  color: #e41c1b;
  margin: 0;
}

.try-one .try-one-content .content-50x .content-50x-right {
  height: 180px;
  border-top: 3px solid #d6d6d6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 30px;
  margin-right: 60px;
}

.try-one .try-one-content .content-50x .content-50x-right p {
  margin-bottom: 0;
}

/* cta */

.cta {
  background-color: #f8f6f1;
  text-align: center;
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.cta h3 {
  display: inline-block;
  margin: 0;
  width: 75%;
}

.cta .cta-content .cta-text {
  width: 80%;
  padding: 20px 0;
  margin: auto;
}

.cta .cta-content .plus-circle {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}

.cta .cta-content .plus-circle::before {
  content: '';
  display: block;
  height: 40px;
  width: 2px;
  background-color: #e41c1b;
  position: relative;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.cta .cta-content .plus-circle::after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  background-color: #e41c1b;
  position: relative;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.cta .cta-button {
  background: rgb(228, 29, 27);
  background: linear-gradient(180deg, rgba(228, 29, 27, 1) 0%, rgba(255, 62, 61, 1) 100%);
  border-color: #e41c1b;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  -webkit-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.cta .cta-button:hover {
  background-color: red;
  border-color: red;
  transform: scale(1.02);
}

/* testimonials section */

.testimonials {
  text-align: center;
}

.testimonials .card {
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.testimonials .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.testimonials .card-body a {
  color: #337ab7;
}

.testimonials .card-body a:hover {
  color: #e41c1b;
}

.testimonials .card-body .card-title {
  color: #e41c1b;
  margin-top: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  line-height: 22px;
  font-size: 20px;
}

.testimonials .card-body {
  font-size: 20px;
  line-height: 25px;
}

/* questions section accordion */

.questions {
  font-size: 20px;
}

.questions .questions-heading h2 {
  margin-bottom: 0;
  text-align: center;
}

.questions .questions-heading p {
  text-align: center;
  font-size: 24px;
}

.questions .accordion>.card {
  border: 1px solid #c2c2c2;
}

.questions .accordion>.card:not(:first-of-type):not(:last-of-type) {
  border: 1px solid #c2c2c2;
}

.accordion .card:not(:last-child) {
  margin-bottom: 15px;
}

.accordion .card .card-header button.active-color {
  background-color: #f9f8f2;
}

.accordion .card .card-header {
  background-color: #fff;
  padding: 0;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion .card .card-body {
  padding: 10px 20px;
  background-color: #f9f8f2;
  display: flex;
}

.accordion .card .card-body a {
  color: #337ab7;
}

.accordion .card .card-body a:hover {
  color: #e41c1b;
}

.accordion .card .card-header button {
  width: 100%;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.accordion .card .card-header button .triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e41c1b;
  margin-left: auto;
}

.accordion .card .card-header button .triangle.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e41c1b;
  border-top: none;
  margin-left: auto;
}

.accordion .card .card-header button::before {
  content: 'Q';
  display: inline-block;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #c9c6b7;
  color: #f9f8f2;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
}

.accordion .card .card-body p {
  margin-bottom: 0;
}

.accordion .card .card-body .a-icon {
  display: block;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background-color: #c9c6b7;
  color: #f9f8f2;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
}

/* optin section */

.optin {
  padding: 50px 0;
}

.optin .form-wrapper {
  padding: 0 50px;
}

.optin .form-wrapper .optin-form {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
.no-webp .optin .form-wrapper .optin-form  {
  background-image: url('../../uploads/front-assets/contact-bckg.png');
}
.webp .optin .form-wrapper .optin-form {
  background-image: url('../../uploads/front-assets/contact-bckg.webp');
}
.form-wrapper .optin-form .optin-form-img {
  width: 600px;
  padding: 30px 100px 10px 50px;
}

.form-wrapper .optin-form .optin-form-img img {
  display: block;
}

.form-wrapper .optin-form .optin-form-body {
  padding: 20px 50px 20px 100px;
}

.form-wrapper .optin-form .optin-form-body h2 {
  margin: 10px 0 30px 0;
  color: #fff;
  font-size: 30px;
}

.form-wrapper .optin-form .optin-form-body p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.optin .col-xs-10 {
  width: 90%;
}

.optin-header h2 {
  font-weight: bold;
}

.optin .moonray-form-p2c86470f146 .moonray-form {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
}

.optin .moonray-form-p2c86470f146 .moonray-form .book-img {
  padding: 20px;
  padding-bottom: 0;
}

.optin .moonray-form-p2c86470f146 .moonray-form .book-img img {
  display: block;
  width: 75%;
  height: auto;
  margin: auto;
}

.optin .moonray-form-p2c86470f146 .moonray-form form {
  width: 46%;
  margin-left: 13%;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}

.optin .moonray-form-p2c86470f146 .moonray-form form h2 {
  margin: 10px 0 30px 0;
  color: #fff;
  font-size: 30px;
}

.optin .moonray-form-p2c86470f146 .moonray-form form p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.optin .moonray-form-p2c86470f146 .moonray-form .optin-form-group {
  display: flex;
}

.optin .moonray-form-p2c86470f146 .moonray-form .optin-form-group {
  display: flex;
}

.optin .moonray-form-p2c86470f146 .moonray-form .optin-form-group .email-input-field {
  height: 50px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}

.optin .moonray-form-p2c86470f146 .moonray-form .optin-form-group .btn-primary {
  white-space: pre;
  font-size: 16px;
  height: 50px;
  background-color: #ff2a13;
  border-color: #ff2a13;
  -webkit-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 5px -2px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.optin .moonray-form.moonray-form-label-pos-stacked {
  background-position: center -40px;
}

/* footer */

.footer-wrapper {
  background-color: #181818;
  padding: 50px 0;
}

.footer-wrapper .footer-menu-wrapper {
  color: #fff;
  padding: 0 30px;
}

.footer-wrapper .footer-menu-wrapper h3 {
  display: block;
  color: #fff;
  border-bottom: 2px solid #ddd;
  position: relative;
  margin: 10px 0;
}

.footer-menu-wrapper span {
  display: inline-block;
}

.footer-menu-wrapper span.line {
  border-bottom: 2px solid #e41c1b;
  z-index: 9999;
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  display: block;
  width: 60%;
}

.footer-wrapper .footer-menu-wrapper .footer-menu-list .footer-menu-item {
  padding: 5px 0;
}

.footer-wrapper .footer-menu-wrapper .footer-menu-list {
  list-style: none;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-wrapper .footer-menu-wrapper .footer-menu-list .footer-menu-item a {
  color: #fff;
  font-size: 14px;
}

.footer-wrapper .footer-menu-wrapper .footer-menu-list .footer-menu-item a:hover {
  color: #e41c1b;
}

.cookie-section {
  background-color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  min-width: 100%;
  z-index: 10;
}

.cookie-section.hidden {
  display: none;
}

.cookie-section .cookie-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.cookie-section .cookie-wrapper p {
  margin: 0;
}

.cookie-section .cookie-wrapper a {
  color: #fff;
}

/* Popup box BEGIN */

.hover_bkgr_fricc {
  background: rgba(0, 0, 0, .4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.hover_bkgr_fricc .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hover_bkgr_fricc>div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 700px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  margin: auto;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.popupCloseButton:hover {
  background-color: #ccc;
}

.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}

/* Popup box END */

@media (max-width: 1200px) {
  .no-webp .jumbotron {
    background-image: url('../../uploads/front-assets/Banner-1200.png');
  }
  .webp .jumbotron {
    background-image: url("../../uploads/front-assets/Banner-1200.webp");
  }
}

@media (max-width: 992px) {
  .main-navigation {
    padding: 10px 0;
  }

  .navbar-collapse .navbar-nav {
    margin-left: 0;
  }

  .optin .moonray-form-p2c86470f146 .moonray-form form {
    width: 100%;
    margin-left: 5%;
  }

  .optin .moonray-form-p2c86470f146 .moonray-form .book-img {
    padding: 20px 0 0 0;
  }

  .hover_bkgr_fricc>div {
    width: 90%;
  }
}

@media (max-width: 767px) {

  
  .main-navigation .search-btn {
    margin-left: 0;
  }

  .main-navigation .container {
    max-width: 100%;
  }
  .main-navigation .search-btn {
    padding: 20px;
  }

  .no-webp .jumbotron {
    background-image: url('../../uploads/front-assets/Banner-800.png');
  }
  .webp .jumbotron {
    background-image: url('../../uploads/front-assets/Banner-800.webp');
  }

  .banner-content h1 {
    font-size: 35px;
  }

  .lander-wrapper h2 {
    font-size: 35px;
  }

  .lander-wrapper h4 {
    font-size: 20px;
  }

  .lander-wrapper p {
    font-size: 16px;
  }

  .banner-content .banner-button {
    font-size: 20px;
  }

  .banner-content {
    font-size: 16px;
  }

  .heading-wrapper h2 {
    margin-top: 20px;
  }

  .heading-wrapper h3 {
    margin-top: 28px;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 10px 24px 10px 0;
  }
  .main-navigation .menu-item-home .nav-link {
    padding: 20px;
  }

  .advice-row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .advice-row .col-md-6:not(:last-child) {
    margin-bottom: 20px;
  }

  .advice-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .advice-icon.icon-sex {
    background-position: -216px -5px;
  }

  .advice-icon.icon-lips {
    background-position: -82px -70px;
  }

  .advice-icon.icon-heart {
    background-position: -350px -5px;
  }

  .advice-icon.icon-cup {
    background-position: -149px -70px;
  }

  .advice-icon.icon-muscle {
    background-position: -216px -70px;
  }

  .advice-icon.icon-waist {
    background-position: -149px -5px;
  }

  .advice-icon.icon-shape {
    background-position: -283px -70px;
  }

  .advice-icon.icon-workout {
    background-position: -350px -70px;
  }

  .advice-icon.icon-energy {
    background-position: -15px -5px;
  }

  .advice-icon.icon-detox {
    background-position: -82px -5px;
  }

  .advice-icon.icon-ancient {
    background-position: -15px -70px;
  }

  .advice-icon.icon-sleep {
    background-position: -283px -5px;
  }

  .advice-text {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .whats-new {
    padding-top: 0;
  }

  .whats-new h2 {
    margin-top: 0;
  }

  .whats-new .trusted-wrapper h2 {
    font-size: 24px;
    width: 70%;
  }

  .whats-new .posts-list {
    margin: 0;
  }

  .whats-new .posts-list li:not(:last-child) {
    margin-bottom: 20px;
  }

  .try-one-content {
    text-align: center;
  }

  .try-one {
    margin-bottom: 30px;
  }

  .try-one .try-one-content p {
    font-size: 16px;
  }

  .try-one h2 {
    margin-bottom: 20px;
  }

  .try-one .try-one-content .content-50x-left {
    width: 50%;
  }

  .try-one .try-one-content .content-50x-right {
    width: 50%;
  }

  .try-one .try-one-image img {
    width: 60%;
    height: auto;
  }

  .cta .cta-content .cta-text {
    width: 100%;
    padding-bottom: 40px;
  }

  .cta h3 {
    width: 100%;
  }

  .cta .cta-button {
    font-size: 20px;
    padding: 15px 30px;
    letter-spacing: 0.5px;
    margin: 0px 12px;
  }

  .testimonials .col-lg-4:not(:last-child) {
    margin-bottom: 20px;
  }

  .questions .questions-heading {
    text-align: center;
  }
  .questions .accordion {
    margin-bottom: 15px;
  }
  .optin {
    display: none;
  }

  .footer-wrapper {
    padding-top: 20px;
  }

  .footer-wrapper .col-md-4:nth-of-type(1) {
    order: 2;
  }

  .footer-wrapper .col-md-4:nth-of-type(2) {
    order: 3;
  }

  .footer-wrapper .col-md-4:nth-of-type(3) {
    order: 1;
    padding-bottom: 15px;
  }

  .cookie-section .cookie-wrapper {
    flex-direction: column;
    padding: 15px;
  }

  .cookie-section .cookie-wrapper p {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .moonray-form-p2c86470f152 .moonray-form-element-html .text-content {
    padding: 0 40px;
  }

  .moonray-form-p2c86470f152 .moonray-form-element-html .book-img-wrapper {
    display: none;
  }

  .moonray-form-p2c86470f152 #mr-field-element-533779409680 p {
    margin-bottom: 20px;
  }

  .hover_bkgr_fricc {
    margin-top: 20px;
  }

  .popupCloseButton {
    top: 3px;
    right: 3px;
    z-index: 99999;
  }

  .moonray-form-p2c86470f152 #mr-field-element-411708758498 {
    font-size: 15px;
  }

  .moonray-form-p2c86470f152 .moonray-form-element-wrapper.moonray-form-element-wrapper-alignment-left.moonray-form-input-type-email {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .moonray-form-p2c86470f152 .moonray-form-element-wrapper .moonray-form-input {
    padding: 12px;
  }

  .moonray-form-p2c86470f152 #mr-field-element-533779409680 p {
    font-size: 30px;
  }

  .moonray-form-p2c86470f152 #mr-field-element-67535912639 p {
    font-size: 11px;
  }

}
/*sec-1*/
.show-img-bott {
    display: none;
}
.sec-1 {
  background: url('../../uploads/front-assets/header_background.webp') center top no-repeat;
  padding: 10px 0 20px 0px;
  background-position: 42% 50%;
}

/* @supports (background-image: -webkit-image-set(url('../images/header_background.webp') 1x)) {
  .sec-1 {
      background-image: -webkit-image-set(url('../images/header_background.webp') 1x)
  }
} */
.new-box {
    width: 20%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 25px;
    align-items: center;
}
.sub-title {
  color: #151515;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Monserrat', sans-serif;
}

.title {
  color: #A31B21;
  font-size: 54px;
  line-height: 62px;
  font-family: 'Monserrat', sans-serif;
  margin-bottom: 15px;
  margin-top: 0px;
    font-weight: 800;
}
.plus-title>img{
    position: relative;
    top: -8px;
}
.gender {
  display: flex;
  align-items: center;
}

.gender>p {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  background-image: url('../../uploads/front-assets/shape.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px 0px 10px 30px;
  margin: 0px;
  margin-left: 5px;
  font-family: 'Monserrat',sans-serif;
}

.check {
  margin-top: 15px;
  margin-bottom: 20px;
 list-style-type: none;
margin: 0px 0px 10px 0;
}

.check-list-sm {
  color: #151515;
  font-size: 24px;
  font-weight: 600;
  background: url('../../uploads/front-assets/plus4.png') left 21px no-repeat;
  text-align: left;
  padding: 10px 0px 0px 35px;
}

.main-list {
  display: flex;
}

.certified {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
}

.certified>img {
  margin-bottom: 0px;
  margin: 3px 13px;
  width: 50px;
}

.main-btn {
    height: 65px;
    width: 357px;
    background-color: #00ce2d;
    font-size: 18px;
    color: #fff!important;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    font-family: 'Monserrat',sans-serif;
    border: none;
    border-radius: 10px;
    transition: all .2s ease;
    text-transform: uppercase;
}

.main-btn>a {
  color: #FFFFFF !important;
}

.main-btn:hover {
  background-color: #00d82f !important;
  transform: scale(1.02);
 
  cursor: pointer;
}

.main-btn:hover>a {
  color: #FFFFFF !important;
}

.guaranted {
  color: #373737;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin: 0px;
  position: relative;
}

.guaranted:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #D7D7D7;
  left: 0;
  top: 50%;
  position: absolute;
}

.guaranted:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #D7D7D7;
  right: 0;
  top: 50%;
  position: absolute;
}

.sec-btn {
  width: 357px;
}

.sec-star {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 53px;
}

.sec-star>p {
  color: #0A0A0A;
  font-size: 20px;
  line-height: 26px;
  margin: 0px;
  margin-left: 57px;
  text-align: center;
}

.sec-star>img {
  padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
.sec-1 {
    padding: 20px 0 0px 0;
    background: #f0f7fa;
}
.sub-title {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
}
.title {
    color: #A31B21;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 10px;
    text-align: center;
}
.gender {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #c7c7c7;
    border-bottom: 2px solid #c9c9c9;
}
.gender>p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    background-image: none;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    margin-left: 0px;
    text-align: center;
}
.show-img-bott {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
.img-new-box {
    display: none;
}
.main-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 0px;
    align-items: center;
    align-content: space-around;
}
.certified {
    display: flex;
    flex-direction: row;
    margin: 0px 0px 0px 0px;
    justify-content: space-around;
    align-content: space-between;
    align-items: center;
}
.check-list-sm {
    color: #151515;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding: 10px 0px 0px 35px;
}
.main-btn {
    height: 67px;
    width: 100%;
    background-color: #00CE2D;
    font-size: 20px;
    color: #FFFFFF !important;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    border: none;
    border-radius: 10px;
}
.sec-star {
    display: flex;
    align-items: center;
    margin-top: 35px;
    flex-direction: column;
    background: #c5c5c540;
    margin: 10px 0px;
}
.certified>img {
    margin: 10px;
    width: 75px;
}
.sec-star>p {
    border-left: none;
    padding-left: 0px;
    color: #0A0A0A;
    font-size: 20px;
    line-height: 26px;
    margin: 10px 5px;
}
.sec-star>img {
    padding: 10px 0px;
}
.sec-btn {
    width: 100%;
}
}
@media only screen and (max-width: 650px) {
.sec-1 {
    padding-top: 60px;
}
.show-359 {
    display: none !important;
}
.sub-title {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
}
.title {
    color: #A31B21;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
    text-align: center;
}
.plus-title>img {
    width: 26px;
}
.gender>p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    background-image: none;
    padding: 15px 10px 15px 10px;
    margin: 0px;
    margin-left: 0px;
    text-align: center;
}
.hide-img {
    display: none;
}
.check-list-sm {
    color: #151515;
    font-size: 19px;
    font-weight: 600;
    background: url(../../uploads/front-assets/plus4.png) left 14px no-repeat;
    text-align: left;
    padding: 8px 0px 0px 36px;
}
.main-btn {
    height: 62px;
    width: 100%;
    background-color: #00CE2D;
    font-size: 20px;
    color: #FFFFFF !important;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 10px;
}
.guaranted {
    color: #373737;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin: 0px;
}
.plus-title>img{
    position: relative;
    top: -4px;
}
.reset-margin {
    margin-bottom: 4px !important;
    margin-right: 10px !important;
}
.vegan-img {
    margin-bottom: 0px !important;
    margin-right: 10px !important;
}
.sec-star>p {
    border-left: none;
    padding-left: 0;
    color: #0a0a0a;
    font-size: 18px;
    line-height: 24px;
    margin: 8px 5px;
}
}





