html,
body{
  background-color: #fff;
  overflow-x: hidden;
}
.navbar.fixed-top{
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:30px 30px 20px 40px;
    display: flex;
    box-shadow: 0 0 50px rgba(63, 44, 39, .18);
    border-bottom: 0;
}
.navbar.fixed-top .container{max-width: 100%;}
.landing-text {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  font-family: DM Sans, sans-serif;
  text-decoration: underline;
  margin-bottom: 0.4rem;
}
.nav-land-text{
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.hero-primalnuration {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 135px 30px 60px;
  position: relative;
}
.container-9 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-family: Arial, sans-serif;
}
.hero-primalnuration p{
  margin-bottom: 2rem;
}
.hero-primalnuration p.mb0{
  margin-bottom: 0;
}
.hero-primalnuration h1{
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  color: #333;
}
.paragraph {
  font-size: 20px;
}
.heading-37 {
  margin-top: 0;
}
.bold-text {
  font-family: EB Garamond, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
    display: block;
}
.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}
.shadow-two-3 {
  flex: 0 auto;
}
.button {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #5a96e3;
  border-radius: 0;
  padding: 13px 37px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), transform .3s cubic-bezier(.25, .46, .45, .94);
}
.button.green {
    display: inline-block;
}
.button.green {
    text-align: center;
    background-color: #00a36c;
    margin-left: 0;
    padding: 13px 30px;
}
.button:hover {
  color: #fff;
  background-color: #fb8c23;
  transform: scale(1.05);
}
.button.green:hover {
  background-color: rgba(0, 163, 108, .65);
}
.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-top: 2px;
}
.marquee-horizontal {
  z-index: 200;
  width: 100%;
  height: 40px;
  background-color: #00a36c;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-size: 14px;
}
.ourmealplans .card .card-img-top {
  max-height: 225px;
  object-fit: contain;
}
.card-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.container-11 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.choose-your-plan-description {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: EB Garamond, sans-serif;
  font-size: 44px;
  font-weight: 400;
}
.meal-plan-grid{
  padding-top: 30px;
  padding-inline: 10px;
}
.ourmealplans .card {
  padding-block: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  margin-block: 0;
  height: 100%;
}
.ourmealplans .card .card-text{
  text-align: left;
  font-size: 15px;
}
.ourmealplans .card-bottom{
  text-align: center;
  padding-top: 45px;
}
.footer-copyright-center {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
}
.how-it-works {
  background-color: rgba(244, 242, 240, .5);
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 20px 30px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.how-it-works .centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: EB Garamond, sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-transform: capitalize;
}
.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.how-it-works-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}
.how-it-works-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.how-it-works-card .icon {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}
.heading-38, .heading-39, .heading-40 {
  font-family: EB Garamond, sans-serif;
  font-size: 30px;
  font-weight: 400;
}
.how-it-works-text {
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
}
.text-description {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}
.footer-shopify {
  background-color: #f4f2f0;
  padding: 0.8rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
img{max-width: 100%;}
.primalnuration-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.primalnuration-logo .box,
.footer-shopify .box{
  max-width: 150px;
  position: relative;
}
.primalnuration-logo .box + .box::before,
.footer-shopify .box + .box::before{
  position: absolute;
  left: -25px;
  top: -5px;
  bottom: -5px;
  content: '';
  border-left: 2px solid #a5a5a5;
}
.footer-shopify .box img{display: block;}
.footer-shopify .box.logo2{max-width: 130px;}
.primalnuration-logo .box{max-width: 265px;}
.primalnuration-logo .box.logo2{max-width: 195px;}
.primalnuration-logo .box .f2f-logo-mobile {
  width: auto;
}
.primalnuration-logo .f2f-logo {
  width: auto;
}
.healthcare-wrapper .section-hero .content-5{
  padding-block: 30px;
}
.healthcare-wrapper .section-hero .image-food-1.single-page {
  bottom: -200px;
}
.healthcare-wrapper .section-hero .image-food-2.single-page {
  top: -215px;
}
.healthcare-wrapper .section-hero .image-food-3.single-page {
  top: -235px;
}
.hero-title {
  margin-bottom: 28px;
  font-size: 75px;
  line-height: 110%;
  font-weight: 700;
  font-family: Arial, sans-serif;
  text-align: center;
}
.hero-paragraph {
    max-width: 600px;
    text-align: center;
    margin-bottom: 20px;
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
}
.hero-paragraph.discount {
    font-weight: 700;
}
.button.orange{
  background-color: #fb8c23;
}
.button.orange:hover{
  color: #fff;
  background-color: rgba(251, 140, 35, .65);
  transform: scale(1.05);
}
.button.large-button {
  border-radius: 50px;
  padding: 25px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}
.hero-paragraph.discount.promocode {
    margin-top: 10px;
    font-size: 14px;
}
.blob-group{
  object-fit: contain;
}
.image-food-blob{
  z-index: 30;
  width: 72%;
  object-fit: contain;
  position: absolute;
}
.wave-white-1-down {
  z-index: 20;
  width: 100%;
  height: 36px;
  background-image: url(/newsite/images/wave_white_down_1.svg);
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.discover-offering .image-grid-2{align-self:stretch;}
.discover-offering .w-layout-grid{
  gap: 0;
}
.section.mealplans .content-2{padding-block: 75px;}
.title-2.white {
  color: #fff;
  line-height: 1.3;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.paragraph-white {
  color: #fff;
  text-align: justify;
  margin-bottom: 36px;
  font-size: 15px;
  line-height: 22px;
}
.title-3 {
  font-size: 32px;
  margin-bottom: 22px;
  font-family: EB Garamond, sans-serif;
  font-weight: 500;
}
.paragraph-2 {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.feature-list {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
  
}
.icon-list-red {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.feature-list-heading {
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.hero-subscribe-right.white{background-color: #fff;}
.getstarted-para{
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.infinity-fitness .hero-title{
  font-size: 44px;
  padding-bottom: 10px;
}
.infinity-fitness .hero-paragraph {
  font-size: 20px;
}
.infinity-fitness .hero-paragraph.promocode{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
.infinity-fitness .hero-paragraph.discount {
  font-size: 25px;
  max-width: 100%;
}
.infinity-fitness .section-hero .block-hero {max-width: 710px;}
.button.green.yellow{
  color: #000;
  background-color: #f6ec1c;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.button.large-button.blue{
  background-image: linear-gradient(to right, #ce3cf5, #4b63d5);
}
.infinity-fitness .centered-heading-3 {
  margin-bottom: 0.5rem;
  font-family: Arial, sans-serif;
  font-weight: 700;
}
.infinity-fitness .choose-your-plan-description{font-family: Roboto, sans-serif;}
.highlight {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #f6ec1c, #f6ec1c 43%, rgba(255, 255, 255, 0) 44%);
  display: inline;
}
.infinity-fitness .ourmealplans .card{padding-bottom: 20px;}
.ourmealplans .card .meal-timings{
  font-size: 12px;
  line-height: 1.3;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  padding-top: 1.2rem;
}
.infinity-fitness .ourmealplans .card .card-text {
  font-size: 15px;
  font-family: Roboto, sans-serif;
}
.block-full-2.black {background-color: #000;}
.infinity-fitness .title-2.white {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 22px;
  
}
.infinity-fitness .paragraph-white{
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.infinity-fitness .feature-list {margin-bottom: 5px;}
.infinity-fitness .title-3 {
  font-size: 25px;
  line-height: 1.2em;
  font-family: Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
.infinity-fitness .how-it-works .centered-heading-2{
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 700;
  margin-top: 15px;
}
.infinity-fitness .heading-38,
.infinity-fitness .heading-39,
.infinity-fitness .heading-40{
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.infinity-fitness .how-it-works-text{
  font-family: Roboto, sans-serif;
}
.infinity-fitness .text-description {
  font-size: 18px;
  font-family: Roboto, sans-serif;
}
.infinity-fitness .hero-split-2 h2{
  font-weight: 700;
  font-family: Arial, sans-serif;
}
.infinity-fitness .getstarted-para {
  font-size: 17px;
  font-family: Roboto, sans-serif;
}
.infinity-fitness .ourmealplans .card-bottom.row{padding-inline: 15px;}
body[data-route="infinity-beyond-fitness"] .optional-hide{display: none;}
body[data-route="infinity-beyond-fitness"] .navbar.fixed-top{
  background-color: #000;
  padding-bottom: 10px;
}
body.threefit .primalnuration-logo .f2f-logo {max-height: 70px;}

body.threefit .landing-text {color: #4c64d5;}
body[data-route="infinity-beyond-fitness"] .primalnuration-logo .f2f-logo {
  max-height: 66px;
  margin-top: -15px;
}
body[data-route="infinity-beyond-fitness"] .primalnuration-logo .box .f2f-logo-mobile {
  max-height: 44px;
}
body[data-route="infinity-beyond-fitness"] .landing-text {
  color: #f6ec1c;
  -webkit-text-stroke-color: #f6ec1c;
}
body[data-route="infinity-beyond-fitness"] .nav-land-text {
  color: #fff;
}
body[data-route="infinity-beyond-fitness"] .primalnuration-logo .box + .box::before{
  top: 2px;
  bottom: 2px;
  border-left-color:#fff;
}
body.threefit .footer-shopify,
body[data-route="infinity-beyond-fitness"] .footer-shopify {
  background-color: #f9f8f7;
  padding-block: 35px 30px;
}
.f2f-logo-mobile.fit305{max-height: 78px;}
.ourmealplans.fit305 .card .card-text{font-family: Arial, sans-serif;}
.uui-logo_logotype-2.fit305 {max-height: 80px;}
.uui-logo_image-2.fit305 {max-height: 70px;}
body.threefit .primalnuration-logo .box.logo2 {display: none;}
body[data-route="mealplanspage"] .primalnuration-logo {
  gap: 0;
}
body[data-route="mealplanspage"] .primalnuration-logo .box + .box::before{display: none;}
body[data-route="mealplanspage"] .landing-text{text-decoration: none;}
.mealplans-page .section-hero-optional {background-image: none;}
.mealplans-page .orange-texture {
  font-family: Arial, sans-serif;
  color: #fff;
  text-align: center;
}
.mealplans-page .div-block-9 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .44);
  margin-left: auto;
  margin-right: auto;
}

.mealplans-page .heading-43 {
  font-size: 32px;
  font-family: Arial, sans-serif;
}
.mealplans-page .heading-29.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, sans-serif;
}
.mealplans-page .heading-29 {
  color: #fff;
  margin-top: 10px;
  padding-bottom: 0;
  font-size: 2em;
  line-height: 1.4em;
  font-family: Arial, sans-serif;
}
.mealplans-page .heading-29.centered.smallertxt {font-size: 1.4em;}
.mealplans-page .heading-29.centered.smallertxt .bold-text{font-size: inherit;}
.mealplans-page .bold-text {
  color: #e71d1d;
  text-decoration: line-through;
  display: inline;
  font-family: Arial, sans-serif;
}

.mealplans-page .bold-text-2 {
  color: #00a36c;
  text-decoration: none;
}
.mealplans-page .orange-texture .section {
  margin-inline: auto;
  padding: 0;
}
.mealplans-page .orange-texture .list-3 {
  color: #fff;
  list-style: disc;
  padding-left: 33px;
}
.mealplans-page .orange-texture .list-3 li{
  list-style: disc;
  font-size: 18px;
  line-height: 1.4;
  text-align: start;
  padding-bottom: 0;
}
.mealplans-page .orange-texture .paragraph-26,
.mealplans-page .orange-texture .paragraph-26.ftsz14 {
  font-size: 12px;
  font-style: italic;
}
.mealplans-page .orange-texture .paragraph-26 a{
  color: rgb(0, 0, 238);
  text-decoration: underline;
}
.mealplans-page .orange-texture .paragraph-26 a:hover{text-decoration: underline;}
.mealplans-page .orange-texture .text-block-2.promocode {
  margin-block: 10px;
  color: #fff;
  font-weight: 700;
}
.mealplans-page .ourmealplans.health{
  background-color: #f4f2f0;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 40px;
  position: relative;
}
.mealplans-page .ourmealplans .card .card-img-top {
  max-height: 200px;
  max-width: 200px;
  margin-inline:auto;
}
.mealplans-page .ourmealplans .centered-heading-3{
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
}
.mealplans-page .ourmealplans .card-title{
  color: #333;
  text-transform: none;
  margin-bottom: 20px;
}
.mealplans-page .ourmealplans .card .card-text {
  text-align: center;
  font-family: Arial, sans-serif;
}
.mealplans-page .ourmealplans .card .btn{
  border-radius: 0;
  padding: 13px 30px;
  font-weight: 600;
  line-height: 1.2em; 
  text-transform: uppercase;
  border: 0;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), transform .3s cubic-bezier(.25, .46, .45, .94);
}
.mealplans-page .ourmealplans .card .btn-red{background-color: #f79521;}
.mealplans-page .ourmealplans .card .btn.btn-green{background-color: #8dc540;}
.mealplans-page .ourmealplans .card .btn.btn-blue{background-color: #2babe2;}
.mealplans-page .ourmealplans .card .btn:focus,
.mealplans-page .ourmealplans .card .btn.focus{
  outline: none;
  box-shadow: none;
}
.mealplans-page .ourmealplans .card .btn:hover{transform: scale(1.05);}
.mealplans-page .how-it-works .centered-heading-2{
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
}
.mealplans-page .how-it-works .text-description {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-family: Arial, sans-serif;
}
.mealplans-page .how-it-works .heading-38,
.mealplans-page .how-it-works .heading-39,
.mealplans-page .how-it-works .heading-40{
  font-family: Arial, sans-serif;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}
.mealplans-page .how-it-works .how-it-works-text {font-family: Arial, sans-serif;}
.mealplans-page .how-it-works .container-10{max-width: 1200px;}
.mealplans-page .mealplans .w-layout-grid{
  width: 100%;
  max-width: 1150px;
}
.mealplans-page .section.mealplans .content-2 {padding-block: 50px 15px;}
.mealplans-page .mealplans .image-food-blob {
  width: 100%;
  position: static;
}
.mealplans-page .mealplans .title-3 {
  font-size: 32px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.mealplans-page .mealplans .block-right {padding-inline: 15px;}
.mealplans-page .mealplans .paragraph-2 {
  font-size: 16px;
  line-height: 1.6;
}
.mealplans-page .mealplans .feature-list-heading {
  font-size: 14px;
  font-weight: 400;
}
.mealplans-page .our-customer .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 32px;
}
.mealplans-page .our-customer .block-center {max-width: 620px;}
.mealplans-page .our-customer .paragraph-testimonial{font-family: Arial, sans-serif;}
.feature-icons {
  max-width: 1200px;
  padding: 50px 15px;
  margin: 0 auto;
}
.feature-icons .grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  align-items: center;
}
.feature-icons .cp-btn {
  text-align: center;
  margin-top: 40px;
}
.feature-icons .button.green {
  text-align: center;
  background-color: #00a36c;
  margin-left: 0;
  padding: 13px 30px;
}
.feature-icons .heading-35 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}
.feature-icons .paragraph-24 {
  font-size: 15px;
  font-family: Arial, sans-serif;
}
.mealplans-page .accordion-wrapper  .bold-text {
  font-size: 20px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.mealplans-page .accordion-wrapper  .bold-text-2{color:inherit;}
.mealplans-page #w-node-a148e5a7-a451-5d75-f6d6-161bef14fa9d-e36642f2 {
  align-self: center;
  justify-self: center;
}
.mealplans-page .orange-texture {
  background-image: linear-gradient(#fb9a3f, #fb9a3f);
  max-width: 800px;
  margin-left: 10%;
  padding: 20px;
  margin-block:0;
}
.mealplans-page .ourmealplans .card {margin-inline: 0;}
.mealplans-page .ourmealplans .card .card-body {
  padding-block:1rem 0.25rem;
}
.mealplans-page .hero-grid-image {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  width: 100%;
  min-height: 600px;
  padding-block:20px 60px;
}
.mealplan-faq .content-wrapper.faq{
  padding-block:80px 50px;
  position: relative;
  z-index: 1;
}
.mealplan-faq .top-margin._30-pixels {margin-top: 50px;}
.mealplan-faq .content-wrapper.faq::before{
  position: absolute;
  z-index: -1;
  background-color: #f4f2f0;
  border-bottom: 1px solid #e4ebf3;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
}
.mealplan-faq .faq-column .title-link{
  color: #000;
  font-size: 19px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.mealplan-faq .faq-column .div-block {
  margin-block: 7px;
}
.mealplan-faq .faq-column .title-link:hover{
  color: #15643e;
  opacity: 1;
}
.mealplan-faq .heading-box-line {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.mealplan-faq .big-title {
  text-align: center;
  font-family: Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700  ;
}
.mealplan-faq .h3-big {
  font-family: Arial, sans-serif;
  font-weight: 600;
}
.mealplan-faq .content-wrapper .paragraph-4 {
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.mealplan-faq .content-wrapper .paragraph-4 a{color: inherit;}
.mealplan-faq .content-wrapper .paragraph-4 a:hover{color: #15643e;}
.mealplan-faq .accordion-item-trigger {
  padding-left: 0;
}
.mealplan-faq .less-top-margin {
  font-size: 18px;
  line-height: 24px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: rgb(51, 51, 51);
}
.mealplan-faq .accordion-item-content {
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.mealplan-faq .less-line-height {
  font-size: 17px;
  line-height: 22px;
  font-family: Arial, sans-serif;
}
.mealplan-faq .heading-23 {
  font-family: Arial, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1440px) {
  .feature-icons .button.green {font-size: 22px;}
  .feature-icons .grid-2 {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      margin-right: 0;
      padding-right: 0;
  }
  .mealplans-page .our-customer .title {font-size: 40px;}
  .mealplans-page .mealplans .feature-list-heading {font-size: 18px;}
  .mealplans-page .mealplans .paragraph-2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .mealplans-page .mealplans .w-layout-grid {grid-template-columns: 42% 1fr;}
  .mealplans-page .how-it-works .how-it-works-text {
    font-size: 20px;
    line-height: 1.4;
  }
  .mealplans-page .how-it-works .heading-38,
  .mealplans-page .how-it-works .heading-39,
  .mealplans-page .how-it-works .heading-40 {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 25px;
  }
  .mealplans-page .how-it-works .text-description {
      max-width: 700px;
      font-size: 22px;
  }
  .mealplans-page .how-it-works .centered-heading-2 {font-size: 40px;}
  .mealplans-page .ourmealplans .card .btn{
    font-size: 22px;
    letter-spacing: 1px;
  }
  .mealplans-page .ourmealplans .card .card-text {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 22px;
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .mealplans-page .ourmealplans .card-title{
    font-size: 25px;
    margin-block: 10px;
  }
  .mealplans-page .ourmealplans .centered-heading-3{font-size: 40px;}
  .mealplans-page .button.green.herobtn {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 22px;
  }
  .mealplans-page .orange-texture .paragraph-26.ftsz14 {font-size: 14px;}
  .mealplans-page .orange-texture .list-3 li {font-size: 30px;}
  .mealplans-page .orange-texture .section {font-size: 30px;}
  .mealplans-page .heading-29.centered.smallertxt .bold-text{font-size: inherit;}
  .mealplans-page .heading-29.centered.smallertxt {font-size: 2.1em;}
  .mealplans-page .heading-29.centered {font-size: 3em;}
  .mealplans-page .heading-43 {
      color: #fff;
      border-bottom: 1px solid rgba(251, 227, 227, .75);
      margin-bottom: 0;
      padding-bottom: 5px;
      font-size: 50px;
  }
  .mealplans-page .div-block-9 {
      margin-bottom: 19px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 0;
  }
  .mealplans-page .hero-grid-image {
      grid-template-columns: .75fr .75fr;
      min-height: 500px;
  }
  .mealplans-page #w-node-_833d644e-4a10-58d5-715d-a78e6cbcdb4b-e36642f2 {
      grid-area: span 1 / span 1 / span 1 / span 1;
      align-self: stretch;
      justify-self: center;
  }
  .mealplans-page .hero-grid-image .image {
      width: 80%;
      margin-top: 40px;
      margin-bottom: 40px;
  }
  
  .mealplans-page .orange-texture .div-block-8 {
      text-align: center;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      padding-left: 40px;
      padding-right: 40px;
  }
}
@media screen and (min-width: 1440px){
  .how-it-works .centered-heading-2{margin-bottom: 0;}
  .centered-heading-3 {margin-bottom: 1rem;}
  .how-it-works-card .icon {margin-bottom: 0;}
  .heading-38, .heading-39, .heading-40 {
      font-weight: 600;
  }
}
@media screen and (min-width: 992px){
  body.threefit .navbar.fixed-top{padding-block: 25px 18px;}
  .ourmealplans.fit305 .centered-heading-3 {margin-bottom: 1.2rem;}
  body.threefit .primalnuration-logo,
  body.threefit .footer-shopify {
      gap: 60px;
  }
  body.threefit .optional-hide{display: none;}
  body.threefit .primalnuration-logo .box + .box::before,
  body.threefit .footer-shopify .box + .box::before {
    top: 5px;
    bottom: 5px;
  }
}
@media screen and (max-width: 991px){
  .feature-icons .grid-2 {
    grid-template-columns: 65px 1fr;
    gap: 15px;
    max-width: 500px;
    margin-inline: auto;
  }
  .mealplans-page .our-customer {
      padding-top: 0;
      padding-bottom: 0;
  }
  .mealplans-page .our-customer .block-center {
      margin-bottom: 0; 
  }
  .mealplans-page .ourmealplans .card {padding-block: 20px;}
  .mealplans-page .hero-grid-image {
    grid-template-columns: 1.25fr 1fr;
    padding-top:80px;
  }
  .f2f-logo-mobile.fit305 {max-height: 60px;}
  body[data-route="infinity-beyond-fitness"] .primalnuration-logo .f2f-logo {
      max-height: 37px;
      margin-top: -2px;
  }
  body.threefit .footer-shopify,
  body[data-route="infinity-beyond-fitness"] .footer-shopify {
      padding-block: 25px 20px;
  }
  .hero-title {
      font-size: 65px;
  }
  .ourmealplans.health .card-bottom {
      padding-top: 0;
  }
  .primalnuration-logo {
      display: flex !important;
      gap: 30px;
  }
  .primalnuration-logo .box + .box::before,
  .footer-shopify .box + .box::before {
      left: -15px;
      top: 0;
      bottom: 0;
      border-left: 1px solid #a5a5a5;
  }
  .primalnuration-logo .box {max-width: 170px;}
  .primalnuration-logo .box.logo2 {max-width: 150px;}
  
  .nav-land-text {
      text-align: center;
      padding-top: 5px;
  }
  .landing-text {font-size: 30px;}
  .navbar.fixed-top {padding: 15px;}
  .meal-plan-grid .col-lg-4{margin-bottom: 2.5rem;}
  .hero-wrapper-3 {flex-wrap: wrap;}
  .hero-split-3{
    max-width: 100%;
    width: 100%;
  }
  .hero-split-3 + .hero-split-3{margin-top: 2rem;}
  .hero-split-3 img{margin-inline:auto;}
  .hero-primalnuration {padding: 110px 30px 40px;}
  .how-it-works-grid {grid-column-gap: 30px;}
  .heading-38, .heading-39, .heading-40 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px){
  .mealplans-page .mealplans .title-3 {font-size: 28px;}
  .mealplans-page .mealplans .block-right {padding-inline: 0;}
  .mealplans-page .ourmealplans.health {padding: 40px 10px 20px;}
  .mealplans-page .section-hero-optional {padding-bottom: 40px;}
  .mealplans-page .hero-grid-image {
      grid-template-columns: 1fr;
      padding-block:40px 0;
  }
  .mealplans-page .orange-texture {
      max-width: 90%;
      margin-inline: auto;
      margin-block:10px;
  }
  .wave-white-1-down {
      background-position: 30%;
  }
  .section.mealplans .w-layout-grid {
      gap: 0;
      grid-template-columns: 1fr;
  }
  .section.mealplans .content-2 {
      padding-block: 40px 30px;
  }
  .hero-wrapper-2.started-today{margin-bottom: 25px;}
  .started-today .hero-split-2 {
      margin-bottom: 0;
  }
  .hero-subscribe-right.white{padding-block: 40px 15px;}
  .hero-title {
      font-size: 52px;
  }
  .bold-text {font-size: 36px;}
  .hero-primalnuration h1 br{display: none;}
  .hero-primalnuration {padding: 100px 20px 30px;}
  .centered-heading-3 {font-size: 34px;}
  .choose-your-plan-description {
      font-size: 16px;
      padding-inline:10px;
  }
  .ourmealplans .card-bottom {padding-top: 15px;}
  .footer-copyright-center {margin-top: 30px;}
  .how-it-works .centered-heading-2 {
      margin-bottom: 10px;
      font-size: 36px;
  }
  .text-description {font-size: 16px;}
  .how-it-works-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
  .how-it-works {
    padding-bottom: 30px;
    padding-inline: 20px;
  }
  .button.large-button {
      padding: 20px 38px;
      font-size: 15px;
  }
  .discover-offering .w-layout-grid {
      grid-template-columns: 1fr;
  }
  .discover-offering .block-full-2 {
      padding: 30px 7% 40px;
  }
  .mealplans-page .ourmealplans .centered-heading-3 {
      margin-bottom: 0;
  }
}
@media screen and (max-width: 599px){
  .hero-title {
      font-size: 44px;
  }
  .landing-text.mb {margin-top: 4px;}
  .header .mb-padding{padding-inline: 15px;}
  .navbar.fixed-top {padding: 10px 15px;}
  .infinity-fitness .hero-title {
      font-size: 34px;
      padding-bottom: 0;
  }
  .infinity-fitness .hero-paragraph {
      font-size: 17px;
  }
  .infinity-fitness .hero-title br{display: none;}
  .infinity-fitness .content-5{padding-inline: 5px;}
  .infinity-fitness .hero-paragraph.discount {font-size: 19px;}
  .button.large-button.yellow {
      font-size: 16px;
      padding: 22px 30px;
  }
  .infinity-fitness .title-2.white br,
  .infinity-fitness .hero-title br{display: none;}
  .infinity-fitness .hero-split-2 h2,
  .infinity-fitness .how-it-works .centered-heading-2 {font-size: 36px;}
  .infinity-fitness .text-description {font-size: 16px;}
  .mealplans-page .hero-grid-image {
        padding-block: 30px 0;
    }
}

@media screen and (max-width: 374px){
  .hero-title {
    font-size: 36px;
  }
  .infinity-fitness .hero-split-2 h2,
  .infinity-fitness .how-it-works .centered-heading-2 {
      font-size: 32px;
  }
}