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


/* Mobile and Tablet Styles */
@media only screen and (max-width: 600px) {
    .reviewContent {
        flex-direction: column;
    }
    .reviewContent_left {
        display: flex;
        align-items: center;
    }
    .reviewContent_left .circle_name {
        margin-right: 10px;
    }
}


@media only screen and (max-width: 1024px) {
  .expected_left, .expected_right{
    margin: auto;
  }

   .expected_left, .expected_right{
    width: 80%;
  }
  .expected_right{
    margin-top: 20px;
  }
    .offer_offerSelectionContainer.row {
        margin-right: auto;
        margin-left: auto;
    }

    .img-responsive {
        height: auto !important;
    }

    .highlights_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .bannerText{	
        padding:16px;	
        margin-top: 0px;	
        color: #ffff;	
        font-size: 14px;	
        text-align: center;	
        background-color: #6a9560;	
        height: 52px;	
    }
    
    .advantage {
        text-align: left;
    }

    .orderSection_guarantee_item {
        text-align: left;
    }

    .orderSection_price {
        flex-direction: column;
    }

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

    .results_green {
        margin-top: 30px;
    }

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

    .results_name {
        font-size: 1.4rem;
    }

    .header {
        margin-bottom: 0;
    }

    .header_container {
        flex-direction: column;
        padding: 30px 0;
    }

    .header_phone {
        margin: 4px 0;
        font-size: 14px;
    }

    .experience .container {
        width: 100%;
    }

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

    .orderSection {
        max-width: 100%;
        flex-direction: column;
        padding: 25px 0;
    }

    .orderSection h1 {
        font-weight: 300;
        line-height: 54px;
        margin-top: 0;
        font-size: 45px;
    }

    .orderSection_image_container {
        position: relative;
        overflow: initial;
    }

    .orderSection_image_container img {
        object-fit: cover;
        max-width: 480px;
        width: 100%;
        display: block;
        margin: auto;
    }

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

    .orderSection_right {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .orderSection_right .orderSection_testimonial,
    .orderSection_right .orderSection_disclaimer {
        display: none;
    }

    .orderSection_reviews {
        flex-direction: column;
        align-items: center;
        font-size: 14px;
    }

    .orderSection_reviews .stars {
        width: 144px;
        margin-bottom: 15px;
    }

    .orderSection_reviews img {
        margin-right: 0;
    }

    .orderSection_guarantee {
        margin-bottom: 0;
    }

    .orderSection_testimonial {
        font-size: 14px;
    }

    .orderSection_reviewsSection {
        text-align: center;
        padding: 0 30px;
    }

    .orderSection_quantity {
        width: 90%;
        margin: 5px auto 15px;
    }

    .orderSection_quantity_options {
        flex-basis: 100%;
        min-height: 58px;
        padding: 8px;
    }

    .orderSection_radio {
        margin-right: 13px;
    }

    .orderSection_boxText {
        width: unset;
        text-align: left;
    }

    .orderSection_priceAndSavingsContainer {
        gap: 10px;
        justify-content: flex-end;
        flex-grow: 1;
    }

    .orderSection_frequency {
        margin-left: 5%;
        margin-bottom: 10px;
    }

    .orderSection_frequency .orderSection_radio {
        border: 1px solid #000;
        display: initial;
    }

    .orderSection_benefits {
        margin: 30px auto 10px;
        bottom: 0;
        position: relative;
    }

    .orderSection .yourPrice {
        font-size: 16px;
        margin-bottom: 10px;
        margin: 0;
    }

    .orderSection_saveMobile {
        font-size: 12px;
        align-self: center;
        background: rgba(93, 150, 90, 0.15);
        padding: 5px;
        margin-top: 0;
        margin-bottom: 0;
    }

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

    .orderSection_retail {
        font-size: 14px;
        margin-bottom: auto;
        margin-top: 4px;
    }

    .orderSection #ctaLink {
        width: 75%;
        margin: 0px auto 20px;
        box-shadow: 3px 3px 8px -4px #000;
        border-radius: 3px;
        font-size: 24px;
        padding: 5px;
        font-weight: 300;
    }

    .orderSection #ctaLinkMobile {
        width: 75%;
        margin: 0px auto 20px;
        box-shadow: 3px 3px 8px -4px #000;
        border-radius: 3px;
        font-size: 24px;
        padding: 5px;
        font-weight: 300;
    }

    .orderSection_frequency_options {
        padding: 0;
    }

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

    .goals_container {
        flex-direction: column;
    }

    .ingredients h1 {
        font-weight: 300;
    }

    .ingredients_list {
        flex-direction: column;
    }

    .ingredients_items p {
        margin-bottom: 1em;
    }

    .faq {
        line-height: 1.4;
        width: 100%;
    }

    .faq_title {
        font-size: 45px;
        color: #000;
    }

    .faq_title:after {
        display: none;
    }

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

    .faq_answer p,
    .faq_answer li {
        font-size: 17px;
        color: #000;
    }

    .faq_answer li {
        list-style-image: initial;
        margin-bottom: 0;
    }

    .faq_item {
        border-top: none;
    }

    .ready h1 {
        font-weight: 300;
        line-height: 54px;
    }

    .ready_container {
        flex-direction: column;
    }

    .ready_left {
        width: 100%;
        background: #FFF;
        text-align: center;
    }

    .ready_right {
        width: 100%;
    }

    .banner {
        background-size: cover;
        background-image: url("https://cdn.activatedyou.com/images/skin_img.jpg");
        padding: 20px 50px;
    }

    .banner_container {
        margin: auto;
    }

    .banner h1 {
        font-weight: 300;
    }

    .banner p {
        line-height: 1.4;
    }

    .cta_button {
        width: 100%;
        max-width: 335px;
        margin: 10px auto 40px;
        box-shadow: 3px 3px 8px -4px #000;
        border-radius: 3px;
        font-size: 24px;
        padding: 5px;
        font-weight: 300;
    }

    .experience {
        background-image: url("https://cdn.energeticallday.com/images/hiking2.jpg");
    }

    .orderSection_guarantee_wrapper {
        display: block;
        width: 90%;
        margin: auto;
    }

    .orderSection_guarantee_wrapper .orderSection_guarantee_item {
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
    }

    .advantage {
        width: 90%;
        margin: auto;
        margin-top: 20px;
        position: relative;
    }

    .advantage p {
        font-size: 14px;
        line-height: 20px;
        vertical-align: top;
    }

}

@media only screen and (max-width: 600px) {
    .highlights .dot {
      width: 88px;
    }
    .highlights .dot.hide_mobile {
      display: none;
    }
    .highlights .dot.show_mobile {
      display: flex;
    }
    .highlights .dot:nth-child(4) {
      margin-right: 0px;
    }
  }

  @media only screen and (max-width: 460px) {
    .orderSection_boxText{
      width: 30%;
    }
    .orderSection_qty{
      font-size: 17px;
    }
      .orderSection_quantity p.shipping {
          line-height: 12px;
          margin: 0px 0 1px 0;
      }
   
  }

@media only screen and (max-width: 390px) {
    .orderSection_radio {
        margin-right: 8px;
    }
}

@media only screen and (max-width: 380px) {
    .orderSection_best {
        left: 25px;
    }
}

@media only screen and (max-width: 365px) {
    .orderSection_radio {
        width: 25px;
        height: 25px;
    }

    .orderSection_quantity_options.selected .check {
        bottom: 7px;
        left: 8px;
    }
}

@media only screen and (max-width: 350px) {
    .orderSection_qty {
        font-size: 15px;
    }

    .orderSection_best {
        left: 18px;
    }
}