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

.orderSection.sectionSwiper {
  color: #000;
}

.logoGundry {
  width: 300px;
}

.mostPopular {
  font-size: 12px;
  color: rgba(93, 150, 90);
}

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

.small-img {
  height: 140px;
}

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

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

.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://cdn.gundrymd.com/images/realpeopleresults1.jpg) !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 white;
  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 {
  text-align: left;
  width: 1180px;
  margin: 0 auto;
  max-width: 100%;
  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;
}

.sub-list ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.sub-list li {
  background-image: url("https://cdn-gundrymd.s3.us-west-1.amazonaws.com/images/grey_check.png");
  text-indent: inherit;
  padding-left: 30px;
}

.sub-list li.green-font {
  background-image: url("https://cdn-gundrymd.s3.us-west-1.amazonaws.com/images/green_check.png");
}

.uls {
  margin: 25px 0px 0px 10px;
}

.uls ul {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.uls li {
  margin: 1rem 1rem 1rem 0rem;
}

.uls li::before {
  content: "";
  background-color: #b8d436;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  position: relative;
  left: -10px;
}

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

.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 #4a90e2;
  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: rgba(74, 144, 226, 0.12);
}

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

.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 {
  font-weight: 500;
  line-height: 20px;
  margin: 2px 0;
  color: #54565a;
  white-space: nowrap;
  font-size: 24px;
  font-family: "Proxima_Nova_SemiBold";
}

.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: white;
  padding: 8px 0;
  font-size: 18px;
  border: 1px solid #918e8d;
  color: #918e8d;
  line-height: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}

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

.orderSection_frequencyBoxText {
  padding: 5px 5px;
  margin: auto;
  font-family: "Proxima_Nova_SemiBold";
}

.yourPriceSmall,
.yourPriceMedium,
.yourPriceLarge {
  margin: auto;
  font-weight: bold;
}

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

.orderSection_frequency_options.selected {
  background-color: #4a90e2;
  box-shadow: none;
  color: white;
}

.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;
  background-color: #54565a !important;
}

#ctaLink2[disabled] {
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
  background-color: #54565a !important;
}

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

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

.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_title {
  color: #334579;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 38px;
  font-family: "Proxima_Nova_SemiBold";
}

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

.orderSection #ctaLink {
  width: 100%;
  padding: 7px;
  background-color: #ff8101;
  color: #fff;
  display: block;
  border-radius: 0;
  font-size: 20px;
  border: none;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
  font-family: "Proxima_Nova_SemiBold";
}

#ctaLink2 {
  width: 92%;
  padding: 7px;
  background-color: #ff8101;
  color: #fff;
  display: block;
  border-radius: 0;
  font-size: 20px;
  border: none;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  cursor: pointer;
  font-family: "Proxima_Nova_SemiBold";
}

.orderSection #ctaLinkMobile {
  width: 100%;
  padding: 7px;
  background-color: #4a90e2;
  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: #b8d436;
}

#medium {
  position: relative;
}

.orderSection_save {
  font-size: 14px;
  align-self: center;
  background-color: #b8d436;
  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;
}

.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.gundrymd.com/images/grey-check1.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.gundrymd.com/images/hiking2.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;
}

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

.orange {
  color: #4a90e2;
}

footer a {
  color: white;
}

.cta_button {
  width: 450px;
  font-weight: 700;
  padding: 7px;
  background-color: #4a90e2;
  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 {
  margin: 0 auto;
}

.results .container {
  width: 100%;
}

.container:before,
.container:after {
  display: none;
}

.checkbox-mobile {
  width: 34px;
  height: 34px;
  border: 3px solid #54565a;
  margin-right: 20px;
  cursor: pointer;
  vertical-align: middle;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 1024px) {
  .checkbox-mobile {
    width: 60px;
  }

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

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

.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-family: "Proxima_Nova_SemiBold";
  font-size: 18px;
  color: #54565a;
}

.rc_popup__block2__content ul {
  padding: 0;
  margin: 0;
  margin-left: 8px;
  display: grid;
  grid-template-columns: 1fr 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;
  font-weight: bold;
}

.rc_popup__block2__content li.green-font {
  color: #b8d436;
}

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

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