@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);
}

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

.small-img {
    height: 102px;
}

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

.reviewContent {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

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

.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 50%;
    max-width: 49%;
}

.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 {
    border: 1px solid #979797;
    padding: 13px 5px 13px 10px;
    cursor: pointer;
    font-size: 18px;
    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;
    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;
}

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

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

.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: 12px;
    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;
}

/* 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: 46%;
}

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

.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;
    align-self: center;
    background: rgba(93, 150, 90, 0.15);
    padding: 8px;
    margin: 0;
}

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

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

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

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

.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: -.7em;
    line-height: 1.42857143;
    letter-spacing: 1.2px;
}

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

@media screen and (max-width: 1024px) {
    li {
        padding-left: 0;
        text-indent: 0;
    }
}

.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 {
    border: 1px solid #2D2B29;
}

.marginTop10 {
    margin-top: 10px;
}

.results_name {
    font-size: 20px;
}

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

.grey {
    color: #515151;
}

footer {
    margin-top: 20px;
    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: .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;
}

.highlights .longTextDot p {
    margin-top: 16px !important;
}

.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) {
    .checkbox-mobile {
        width: 60px;
    }

	.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: 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 .dot {
    height: 78px;
    width: 78px;
    background-color: #f8f6f2;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #6a9560;
    font-size: 12px;
    vertical-align: top;
    margin-bottom: 20px;
    margin-left: 5px
}

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

.rc_popup__block2__content ul {
    padding: 0;
    margin: 0;
    margin-left: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.rc_popup__block2__content li {
    background-repeat: no-repeat;
    margin: 10px;
    line-height: 18px;
    font-size: 17px;
    letter-spacing: 0;
    background-size: 24px 18px;
}

.advantage .checkingSus {
    text-align: center;
    font-size: 10px;
    margin-top: 12px;
    border: solid 1px;
    padding: 5px;
    border-radius: 5px;
}
.termsLink {
    text-decoration: underline;
    font-weight: bold;
  }
.bold {
    font-weight: 700;
}

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

.guarantee{
    text-align: center;
}

.free-gift{
    display: flex;
}
.free-gift p{
    font-size: 16px;
}
.free-gift img{
    width: 70px;
}

@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) {
    .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
    }
    .carousel-indicators li{
        overflow: clip;
    }
    .carousel-indicators li img{
        display: none;
    }
}
