@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

@font-face {
  font-family: "Tiempos Headline Medium";
  src: url("../../../fonts/TiemposHeadline-Medium.otf");
}

body {
  margin: 0;
}

/* .hidden-mobile {
	display: revert !important;
} */
.mostPopular {
  font-size: 12px;
  color: rgba(93, 150, 90);
}

.orderSection_best {}

.hidden-desktop {
  display: none !important;
}

.small-img {
  height: 102px;
}

.benefits {
  font-size: 16px;
}

.benefits ul,
.rc_popup__block2__content ul {
  list-style-type: none;
  padding: 0;
}

.headerBenefit {
  margin-bottom: 0;
}

.benefits ul li,
.rc_popup__block2__content ul li {
  padding: 0;
  text-indent: 0;
  font-size: 16px;
}

.benefits ul li img,
.rc_popup__block2__content ul li img {
  width: 15px;
}

.advantage .benefits p {
  margin-bottom: 7px;
}

.advantage .benefits ul li {
  margin-bottom: 7px;
}

.bannerText {
  margin-bottom: 20px;
  margin-top: -40px;
  color: #ffff;
  font-size: 23px;
  padding: 14px;
  text-align: center;
  background-color: #6a9560;
  height: 60px;
}

.img-responsive {
  height: 570px !important;
  margin: 0 auto;
}

.popup-box {
  position: fixed;
  bottom: -120px;
  left: 5vw;
  min-height: 70px;
  width: 200px;
  background: #ff671f;
  box-shadow: 2px 2px 14px #555;
  color: white;
  border-radius: 10px;
  z-index: 1000;
  font-size: 16px;
  /* to override #doctor-wrap */
}

#purchase-box li {
  display: none;
  padding-left: 0;
}

.popup-box ul {
  padding: 17px;
  text-align: center;
  list-style: none;
}

.vjs-poster {
  /* change the background url to the image they want to use as the video thumbnail */
  background-size: 100%;
  background-color: #151b17;
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.3) 100%),
    url(https://s3-us-west-2.amazonaws.com/cdn.activatedyou.com/images/realpeopleresults.jpeg) !important;
}

.vjs-volume-panel {
  /* !important tag added to override Brightcove settings */
  display: none !important;
}

.vjs-time-control {
  /* !important tag added to override Brightcove settings */
  display: none !important;
}

.width500 {
  width: 500px;
}

.review_section {
  width: 100%;
  max-width: 100%;
  background-color: #F8F6F2;
}
.review_section .results {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
.reviewContent {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.font-16 {
  font-size: 16px;
}
.font-14 {
  font-size: 14px;
}
.reviewContent_left {
  margin-right: 13px;
  min-width: 87px;
}
.reviewContent_left .circle_name {
  height: 76px;
  width: 76px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8DA887;
  font-size: 28px;
  letter-spacing: 0;
  margin-bottom: 8px;
  position: relative;
}
.circle_name img {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 0px;
}
.reviewContent_left div {
  font-size: 16px;
  letter-spacing: 0;
  color: #4A4A4A;
}
.reviewContent_left p {
  letter-spacing: 0;
  color: #979797;
}
.reviewContent_right .review_body {
  color: #555555;
  font-size: 16px;
}
.reviewContent_right .review_disclaimer {
  color: #918E8D;
  font-size: 14px;
}
.starsContent {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}
.starsContent img {
  width: 100px;
  height: auto;
}
.starsContent p {
  margin: 0 0 0 6px;
  font-size: 18px;
  color: #2c2c2c;
}

.offerSelector {
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

p {
  letter-spacing: 0.2px;
}

.header {
  border-bottom: 4px solid #ff671f;
  margin-bottom: 40px;
}

.header_container {
  padding: 15px 0;
  max-width: 970px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_phone {
  font-size: 16px;
}

.orderSection {
  padding: 50px 0;
  text-align: left;
  width: 1180px;
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  justify-content: center;
  gap: 20px;
  background: #fff;
}

.sectionSwiper {
  padding-top: 0;
}

.orderSection_left {
  flex: 0 0 50%;
  max-width: 49%;
}

.orderSection_image_container {
  position: relative;
  max-width: 80%;
  margin-left: auto;
}

.orderSection_image_container img {
  object-fit: cover;
  max-width: 100%;
  margin-left: -1px;
}

.orderSection_benefits {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 15px;
}

.orderSection_benefits_circle {
  height: 78px;
  width: 78px;
  background-color: #f8f6f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orderSection_benefits_circle p {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #6a9560;
}

.orderSection_right {
  flex: 0 0 51%;
  max-width: 51%;
}

.orderSection_reviews {
  display: flex;
  color: #000;
}

.orderSection_reviews img {
  width: 100px;
  align-self: center;
  margin-right: 15px;
}

.orderSection_reviews p {
  margin: 0;
}

.orderSection_testimonial {
  font-size: 18px;
  line-height: 25px;
  color: #2c2c2c;
}

.orderSection_disclaimer {
  color: #a2a2a2;
  font-size: 14px;
  font-style: italic;
}

.orderSection_check {
  width: 13px;
}

.orderSection_optionTitle {
  font-size: 16px;
  display: block;
  margin-top: 15px;
  color: #625e5d;
}

.orderSection_quantity {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.orderSection_quantity_options {
  position: relative;
  border: 1px solid #979797;
  padding: 13px 5px 13px 10px;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.orderSection_quantity-small {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.orderSection_quantity-medium {
  border-top: 0px;
  border-bottom: 0px;
}

.orderSection_quantity-large {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.orderSection_quantity_options.selected {
  background: #f8f6f2;
}

.orderSection_quantity_options.selected .orderSection_radio {
  background: #6a9560;
  background-clip: content-box;
  border: 1px solid #6a9560;
}

.check {
  visibility: hidden;
  transform: rotate(45deg);
  height: 14px;
  width: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.orderSection_quantity_options.selected .check {
  visibility: visible;
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.orderSection_qty {
  color: #2c2c2c;
  font-weight: 500;
  line-height: 20px;
  margin: 2px 0;
  white-space: nowrap;
}

.orderSection_quantity p.shipping {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 12px;
  margin: 5px 0 2px 0;
}

.orderSection_frequency {
  display: flex;
  text-align: center;
  gap: 5px;
  margin-bottom: 20px;
}

.orderSection_frequency_options {
  height: auto !important;
  flex-basis: 46%;
  border-radius: 5px;
  background-color: #918e8d;
  padding: 8px 0;
  font-size: 18px;
  color: #fff;
  line-height: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.free-gift {
  display: flex;
}

.free-gift p {
  font-size: 16px;
}

.free-gift img {
  width: 70px;
}

.boldGreen {
  font-weight: bold;
  color: rgba(93, 150, 90);
}

.orderSection_frequencyBoxText {
  padding: 5px 5px;
  margin: auto;
}

.yourPriceSmall,
.yourPriceMedium,
.yourPriceLarge {
  margin: auto;
}

.orderSection_frequency_options.selected .orderSection_radio {
  display: none;
}

.orderSection_frequency_options.selected {
  background-color: #ff671f;
  box-shadow: none;
}

.guaranteeTextTop {
  text-align: center;
}

.orderSection_guarantee_wrapper {
  width: 100%;
  display: flex;
}

.orderSection_guarantee_item {
  width: 33.3%;
}

.orderSection_guarantee_item p {
  margin: 0;
}

.advantage img {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
}

.advantage p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: auto;
  font-weight: 400;
}

.advantage {
  position: relative;
}

.videoWrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

#ctaLink[disabled] {
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
}

#ctaLinkMobile[disabled] {
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
}

.most-convenient {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  margin-top: -68px;
  margin-right: -14px;
}

/* div.rc_popup__block2 {
    display: none;
    position: absolute;
    top: 38px;
    cursor: default;
    left: 5px;
    text-align: left;
    white-space: normal;
}

div.rc_popup__block2 {
    width: 305px;
    padding: 0;
}

div.rc_popup__block2 {
    z-index: 56;
}

div.rc_popup__block2 {
    background-color: #FF671F;
}

div.rc_popup__block2:before {
    display: block;
    content: "";
    width: 1px;
    border: 10px solid transparent;
    position: absolute;
    top: -20px;
    left: 0;
}

div.rc_popup__block2:before {
    border-bottom-color: #FF671F;
}

div.rc_popup__block2__content {
    white-space: normal;
    padding: 20px;
}

div.rc_popup__close,
div.rc_popup__block2__content,
div.rc_popup__block2__content strong {
    color: white;
} */

.orderSection_frequency_options p {
  margin: 2px 0;
  line-height: 20px;
}

.orderSection_radio {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 24px;
  position: relative;
}

.orderSection_boxText {
  width: 30%;
}

.orderSection_best {
  font-size: 14px;
  text-align: center;
  width: 65px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}

.orderSection_best img {
  width: 45px;
}

.orderSection_priceAndSavingsContainer {
  display: flex;
  gap: 15px;
  width: 60%;
}

.orderSection_button {
  padding: 5px;
  padding-bottom: 0;
  margin-top: 20px;
}

.orderSection_guarantee {
  text-align: center;
  font-style: italic;
}

.orderSection #ctaLink {
  width: 100%;
  padding: 7px;
  background-color: #ff671f;
  color: #fff;
  display: block;
  border-radius: 0;
  font-size: 17px;
  border: none;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.orderSection #ctaLinkMobile {
  width: 100%;
  padding: 7px;
  background-color: #ff671f;
  color: #fff;
  display: block;
  border-radius: 0;
  font-size: 17px;
  border: none;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.orderSection .yourPrice {
  font-size: 18px;
  align-self: center;
  color: #2c2c2c;
  margin: 0;
}

.vipSus .orderSection_save {
  background: rgba(93, 150, 90);
}

#medium {
  position: relative;
}

/* #medium .orderSection_qty:before {
    content: '(Most Popular)';
    position: absolute;
    top: -3px;
    font-size: 12px;
    color: rgba(93, 150, 90);
}
 */

.orderSection_save {
  font-size: 14px;
  white-space: nowrap;
  align-self: center;
  background: rgba(93, 150, 90, 0.15);
  padding: 8px;
  margin: 0;
  margin-left: 65px;
  min-width: 83px;
}

.orderSection_retail {
  color: #918e8d;
  font-size: 16px;
  text-decoration: line-through;
  align-self: center;
  margin: 0;
  min-width: 60px;
}

.orderSection .divider {
  height: 2px;
  background-color: #d8d8d8;
  margin: 16px 0 18px;
}

.orderSection h1 {
  font-size: 42px;
  font-family: "Tiempos Headline Medium", serif;
  margin: 0;
  color: #2c2c2c;
  margin-bottom: 10px;
}

.goals {
  background-color: #f8f6f2;
  padding: 36px 0;
  margin: 0 auto;
  text-align: center;
}

.goals_container {
  max-width: 1170px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.goals_item {
  flex-basis: 29%;
  gap: 1%;
}

.goals h2 {
  font-size: 30px;
  color: #6a9560;
  font-weight: normal;
}

.ingredients {
  color: #fff;
  background: #000;
  padding: 45px 15px;
  text-align: center;
}

.ingredients_list {
  display: flex;
  justify-content: center;
  gap: 4%;
}

.ingredients h1 {
  font-size: 45px;
  font-family: "Tiempos Headline Medium", serif;
  margin-bottom: 40px;
  letter-spacing: 1.2px;
  margin-top: 20px;
}

.ingredients_items {
  display: flex;
  flex-direction: column;
  flex-basis: 17%;
  align-items: center;
}

.ingredients_items h2 {
  margin-top: 20px;
  color: #6a9560;
  font-size: 25px;
  font-weight: normal;
}

.ingredients_items p {
  font-size: 18px;
  margin: 0;
}

.ready {
  background-color: #f8f6f2;
  padding: 50px 0;
}

.ready_container {
  max-width: 970px;
  margin: auto;
  display: flex;
}

.expected {
  background-color: #FFF;
  padding: 50px 0 0 0;
}

.expected_left {
  width: 50%;
}
.font-12{
  font-size: 12px !important;
}
.expected_left h1{
  margin-top: 0;
}

.expected_right {
  width: 50%;
}
.expected_right img{
  padding-left: 20px;
}
.expected-weeks{
  border-bottom: 1px solid #E1E1E1;
  padding: 10px 0;
}
.expected-weeks:hover{
  cursor: pointer;
}
.question {
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
.answer {
  width: 600px;
  max-width: 100%;
  margin-top: 10px;
  display: none;
}
.answer p{
  font-size: 16px;
}
.plus {
  color: #7d92ab;
  float: right;
  font-weight: bold;
}
.ready_left {
  width: 35%;
}

.ready_right {
  width: 60%;
  text-align: center;
}

.ready_right img {
  width: 345px;
}

.ready h1 {
  font-family: "Tiempos Headline Medium", serif;
  font-size: 45px;
  margin: 20px 0 10px;
  letter-spacing: 1.2px;
}

.ready p {
  font-size: 14px;
}

.faq {
  padding: 50px 0px;
  width: 970px;
  margin: auto;
}

.faq .container {
  width: 100%;
}

.faq_container {
  border: 4px solid #8aac89;
  padding: 20px;
  margin-top: 30px;
}

.faq_green {
  font-size: 22px;
  color: #6a9560;
}

.faq_p {
  font-size: 17px;
  color: #515151;
}

.faq_p_green {
  color: #6a9560;
}

.faq ul {
  list-style: none;
}

.faq ul li::before {
  color: #6a9560;
  content: url("https://cdn.beverlyhillsmd.com/img/grey-check.png");
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.faq li {
  font-size: 17px;
  padding-left: 1em;
  margin-bottom: 15px;
  text-indent: -0.7em;
  line-height: 1.42857143;
  letter-spacing: 1.2px;
}

li {
  padding-left: 1em;
  text-indent: -0.7em;
}

.experience {
  color: white;
  padding: 50px;
  text-align: center;
  background-image: url("https://cdn.energeticallday.com/images/hiking.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.experience .container {
  width: 770px;
}

.experience .container h1 {
  font-size: 45px;
}

.experience p {
  font-size: 16px;
  margin-top: 30px;
}

.results {
  /* padding: 50px; */
}

.blackBox {
  border: 1px solid #a2a2a2;
  padding: 30px;
  margin-top: 20px;
  color: #a2a2a2;
}

.hrGREY {    
  background: #52744B;
  height: 1px;
}

.marginTop10 {
  margin-top: 10px;
}

.results_name {
  font-size: 20px;
}

.results_green {
  font-size: 22px;
  color: #6a9560;
}

.grey {
  color: #918E8D;
}

footer {
  margin-top: 0px;
  background: #2d2b29;
  color: white;
}

footer .container {
  padding: 50px;
}

.orange {
  color: #ec6c54;
}

footer a {
  color: white;
}

.cta_button {
  width: 450px;
  font-weight: 700;
  padding: 7px;
  background-color: #ff671f;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  font-size: 17px;
  border: none;
  margin: 10px auto 50px auto;
  text-align: center;
}

.footer {
  font-size: 16px;
  background: #2d2b29;
  color: #fff;
}

.footer_container {
  max-width: 880px;
  padding: 50px 50px 20px 50px;
  margin: 0 auto;
}

.footer_links span {
  color: #000;
}

.footer a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1.2px;
}

.footer a:hover {
  opacity: 0.7;
}

.results .container h1 {
  font-size: 45px;
  text-align: center;
}

.results .container p.center {
  color: #a2a2a2;
  font-size: 16px;
  text-align: center;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.results .container {
  width: 100%;
}
.check_wrapper {
  cursor: pointer;
}
.checkbox-mobile {
  width: 35px;
  height: 30px;
  border: 3px solid rgba(93, 150, 90);
  margin-right: 20px;
  border-radius: 5px;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .benefits {
    font-size: 16px;
    text-align: start;
    padding: 0 5px;
    width: 90%;
    margin: auto;
  }

  .checkbox-mobile {
    min-width: 35px;
    min-height: 30px;
  }

  .most-convenient {
    margin-right: 14px;
  }
}

.check_wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.check_wrapper p {}

.hide,
[hidden],
template {
  display: none !important;
}

.orderSection_price {
  display: flex;
}

.width768 {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.carousel-indicators li {
  padding-left: 0;
}

.offer-selector-content .offer_offerSelection {
  background-size: cover;
}

.offer-selector-content .offer_offerSelectionContainer {
  width: 980px;
  margin: 0 auto 5px;
  align-items: center;
}
.highlights_container {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(6,1fr);
  justify-content: center;
}
.highlights .dot {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.highlights .dot:last-child {
  margin-right: 0px;
}
.highlights .dot img {
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
}

.advantage .font12 {
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}

.advantage .checkingSus {
  text-align: center;
  font-size: 10px;
  margin-top: 12px;
}

.bold {
  font-weight: 700;
}

.highlights .dot p {
  font-size: 12px;
  margin-top: 22px;
}

.guarantee {
  text-align: center;
}

.freeshippingText {
  margin: -4px 0 -24px 0;
}
.highlights .dot.show_mobile {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .offer-selector-content .offer_offerSelectionContainer .guarantee {
    display: block;
    margin: auto 0 auto 45%;
    width: 63%;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .orderSection_best {
    top: -8px;
    left: 35px;
  }

  .orderSection_priceAndSavingsContainer {
    position: relative;
  }

  .offer-selector-content .offer_offerSelection {
    flex-basis: 100%;
  }

  .offer-selector-content .offer_offerSelectionWrapper {
    padding: 0;
    background-color: #fff;
  }

  .offer-selector-content .offer_offerSelectionContainer {
    width: 100%;
    margin: 0;
  }

  .highlights {
    width: 80%;
    margin: auto;
  }
}