.section-meal-plan-slider {
    /* height: 880px; */
    /* padding-right: 30px;
    padding-left: 30px; */
}

.meal-plan-mobile-slider {
  display: none;
}

.meal-plan-web-slider {
  display: block;
}
.meal-plan-web-slider .slick-list{
  max-width: 1300px;
  margin: 0 auto;
}

.homeMealPlan{
  /* width: 424px !important; */
  height:955px;
  margin:0px 6px;
  background-color: #fff;
  position: relative;
}

.headerPlanSection {
  height: 72px;
  display: flex;
  justify-content: center;
}

.meal-plan-web-slider .slick-list {
  overflow: clip;
}

.stickyMealWebPlanHeader {
  position: sticky;
  top: 60px;
  width: inherit;
  background-color: #fff;
  z-index: 999;
  border-top: 3px solid rgba(10, 171, 101, 0.102);
}

.headerPlan {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 4px;
  font-weight: 600;
  line-height: normal;
}

.imagePlanSection {
  margin: 0 16px 24px;
}

.homeMealImage {
  width: 100%;
}

.descriptionPlanSection {
  margin: 0px 16px 17px;
  height: 150px;
  text-align: center;
}

.descriptionPlan {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}

.planContentSection {
  margin: 0 16px 17px;
  /* border-bottom: 1px solid #E6E6E6; */
}

.lunchDinnerSection {
  margin-bottom: 23px;
}

.sectionContentsHeaderMeal {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectionContentsHeaderMeal span {
  background: #fff;
  margin: 0 45px 0 0;
}

.sectionContentsHeaderMeal:before,
.sectionContentsHeaderMeal:after {
  background: #E6E6E6;
  height: 1px;
  flex: 1;
  content: '';
}

.sectionContentsHeaderMeal:before {
  background: none;
  display: none;
}

.nutritionDescPlan {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 26px;
  opacity: 0.6;
  font-weight: 300;
}

.nutritionsPlan {
  margin: 0 42px 0 43px;
}

.nutritionValuePlan {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.breakFastSection {
  margin-bottom: 24px;
}

.sectionMacroDesc {
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
}

.homeMealPlan .planGetStartedSection {
  position: absolute;
  width: 93%;
  bottom: 0;
}

.planGetStartedSection {
  margin: 0 16px;
  padding: 16px 0;
  border-top: 1px solid #E6E6E6;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}

.section-meal-plan-slider .slick-arrow {
  /* display: block;
  border-bottom: 3px solid;
  border-left: 3px solid;
  width: 14px;
  height: 14px;
  border-color: #000; */
  position: absolute;
  height: 100%;
  /* top: 40%; */
}

.section-meal-plan-slider .slick-next:before {
  /* content: url("./images/Arrow_right.png");
  font-size: 40px !important; */
  content: "";
  border-bottom: 3px solid;
  border-left: 3px solid;
  width: 14px;
  height: 14px;
  border-color: #000;
  position: absolute;
  top: 40%;
  right: 0;
  transform: rotate(-135deg);
  opacity: 1;
} 

.section-meal-plan-slider .slick-prev:before {
  /* content: url("./images/Arrow_left.png");
  font-size: 40px !important; */
  content: "";
  transform: rotate(45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  width: 14px;
  height: 14px;
  border-color: #000;
  position: absolute;
  top: 40%;
  right: 0;
  opacity: 1;
}

/* .section-meal-plan-slider .slick-next, .section-meal-plan-slider .slick-prev {
  background: #fff;
  background-color: #fff !important;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  top: 43%;
  color: #fff;
} */

/* .slick-next:hover, .slick-prev:hover {
  background-color: #fff;
  background: #fff;
  color: #fff;
} */

.slick-prev {
  left: 3%;
  /* transform: rotate(45deg); */
}

.slick-next {
  right: 3%;
  /* transform: rotate(-135deg); */
}
@media screen and (max-width: 1440px) {
  .slick-prev {
    left: 3%;
  }
  
  .slick-next {
    right: 3%;
  }
  .meal-plan-web-slider .slick-list {
    max-width: 1130px;
  }
}

@media all and (max-width: 1199px) {
  .headerPlanSection.stickyMealPlanHeader+.imagePlanSection {
    padding-top: 61px;
  }

  .homeMealPlan {
    height: 1010px;
  }
}

@media screen and (max-width: 767px) {
  .meal-plan-web-slider {
    display: none;
  }
  .meal-plan-mobile-slider {
    display: block;
    margin: 0 16px;
    padding-bottom: 30px;
  }
  .mealPlan-accordion {
    background-color: #fff;
    margin-bottom: 32px;
  }
  .mealPlan-accordian-section {
    /* height: 344px; */
    padding-bottom: 10%;
    position:relative;
    padding-top: 61px;
  }
  .headerPlanSection {
    height: 61px;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
  }

  .stickyMealPlanHeader {
    position: fixed;
    top: 46px;
    width: -webkit-fill-available;
    background-color: #fff;
    z-index: 999;
    left: 0;
    border-top: 1px solid rgba(10, 171, 101, 0.102);
    margin: 0 16px;
  }
  .imagePlanSection {
    margin: 0px 13px;
    padding: 0 0 9px;
  }
  .mealPlan-accordion-button {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0%;
    width: 100%;
  }
  .mealPlan-accordion-collapse.collapse:not(.show) {
    display: none;
  }
  .mealPlan-accordion-collapse.collapsing{
      transition: all 0.5s ease;
      height: 0;
      overflow: hidden;
  }
  .gg-chevron-down {
    transform: rotate(180deg);
  }
  .mealPlan-accordion-button.collapsed .gg-chevron-down {
    transform: rotate(0deg);
  }
  .gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
  }
  .gg-chevron-down::after {
      content: "";
      display: block;
      box-sizing: border-box;
      position: absolute;
      width: 12px;
      height: 12px;
      border-bottom: 2px solid;
      border-right: 2px solid;
      transform: rotate(45deg);
      left: 4px;
      top: 2px;
      color: #000;
  }
  
  .descriptionPlanSection {
    margin: 0px 13px 14px 14px;
    height: 130px;
  }

  .descriptionPlanSection_veg {
    height: auto;
  }
  .descriptionPlan {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .planContentSection {
      margin: 0 14px 16px;
  }
  .planGetStartedSection {
      /* padding: 0 13px 14px 14px;
      margin: 0; */
  }
  .sectionContentsHeaderMeal {
      margin-bottom: 0;
  }
  .nutritionsPlan {
    margin: 12px 22px 18px 22px;
  }
  .lunchDinnerSection {
      margin-bottom: 18px;
  }
  .breakFastSection {
      margin-bottom: 25px;
  }


  .meal-plan-mobile-slider .sampleMenuContentMob {
    display: none;
    animation-duration: 1s;
  }

  .animate-slide-up {
    animation-name: slide-up;
}

.animate-slide-down {
    animation-name: slide-down;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-down {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
}

@media all and (min-width: 1200px) and (max-width: 1368px) {
  .homeMealPlan {
    height: 925px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .meal-plan-web-slider {
    display: none;
  }
  .meal-plan-mobile-slider {
    display: block;
    margin: 0 44px;
    padding-bottom: 14px;
  }
  .mealPlan-accordion {
    background-color: #fff;
    margin-bottom: 70px;
  }
  .mealPlan-accordian-section {
    /* height: 628px; */
    padding-bottom: 8%;
    position:relative;
    padding-top: 61px;
  }
  .headerPlanSection {
    height: 71px;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
  .stickyMealPlanHeader {
    position: fixed;
    top: 46px;
    width: -webkit-fill-available;
    background-color: #fff;
    z-index: 999;
    left: 0;
    border-top: 1px solid #E6E6E6;
    margin: 0 64px;
  }
  .imagePlanSection {
    margin: 0 16px;
    padding: 0 0 32px;
  }
  .mealPlan-accordion-button {
    display: flex;
    justify-content: center;
    position: absolute;
    /* left: 49%; */
    width: 100%;
  }
  .mealPlan-accordion-collapse.collapse:not(.show) {
    display: none;
  }
  .mealPlan-accordion-collapse.collapsing{
      transition: all 0.5s ease;
      height: 0;
      overflow: hidden;
  }
  .gg-chevron-down {
    transform: rotate(180deg);
  }
  .mealPlan-accordion-button.collapsed .gg-chevron-down {
    transform: rotate(0deg);
  }
  .gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
  }
  .gg-chevron-down::after {
      content: "";
      display: block;
      box-sizing: border-box;
      position: absolute;
      width: 12px;
      height: 12px;
      border-bottom: 2px solid;
      border-right: 2px solid;
      transform: rotate(45deg);
      left: 4px;
      top: 2px;
  }

  .descriptionPlanSection {
    height: 120px;
  }
  .planContentSection {
    margin: 0 16px 16px;
  }
  .lunchDinnerSection {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    margin-bottom: 18px;
  }

  .sectionContentsHeaderMeal {
    width: 30%;
    margin: 15px 0 24px 40px;
  }

  .sectionContentsHeaderMeal span {
    margin: 0;
  }

  .nutritionsPlan {
    width: 70%;
    margin: 18px 65px 24px 40px;
  }

  .sectionContentsHeaderMeal:before, .sectionContentsHeaderMeal:after {
    background: none;
    height: 1px;
    flex: 1;
    content: '';
  }

  .breakFastSection {
    display: flex;
    margin-bottom: 34px;
  }
  .planGetStartedSection {
    margin: 16px 16px 0 16px;
    padding-bottom: 16px;
  }
  .mob-custom-plan {
    margin-bottom: 0;
  }
}

@media all and (min-width: 1180px) and (max-width: 1200px){
  .section-meal-plan-slider .slick-arrow {
    top: 49% !important;
  }
}

@media all and (min-width: 1024px) and (max-width: 1368px){
  /* Meal Program Section */
  
  .title-meal-program-container {
    margin: 0 0 33px;
  }

  .meal-program-plan-desc-container {
      margin: 0 20% 92px;
  }

  .meal-plan-web-slider {
      display: block;
  }

  .meal-plan-mobile-slider {
      display: none;
  }

  .homeMealPlan {
    /* height: auto; */
  }

  .stickyMealWebPlanHeader {
    position: sticky;
    top: 46px;
    width: inherit;
    background-color: #fff;
    z-index: 999;
    border-top: 3px solid rgba(10, 171, 101, 0.102);
  }

  .meal-plan-web-slider .slick-list {
    max-width: 100%;
    margin: 0 50px;
  }

  .section-meal-plan-slider .slick-arrow {
    top: 42%;
  }

  .slick-next {
    right: 2%;
  }

  .slick-prev {
    left: 2%;
  }
}

@media all and (min-width: 820px) and (max-width: 1023px){


  .bannerContainer {
    margin: 88px 11%;
  }

  .homePageBannerContainer {
    /* margin: 71px 10% 45px 20%; */
    margin: 0 0 30px;
  }

  .zipcheck-top {
    /* margin: 0 15%; */
    margin: 0 10%;
    height: 70px;
  }
}

@media all and (max-width: 300px) {
  .headerPlan {
    font-size: 16px;
  }

  .descriptionPlanSection {
    height: auto;
  }

  .descriptionPlan {
    font-size: 12px;
    line-height: 20px;
  }

  .sampleMenuLink {
    font-size: 13px;
  }

  .sampleMenuDay {
    font-size: 14px;
    line-height: 28px;
  }

  .sectionContentsHeaderMeal span {
    margin: 0 24px 0 0;
  }

  .nutritionDescPlan {
    font-size: 10px;
    line-height: 26px;
  }

  .nutritionValuePlan {
    font-size: 16px;
    line-height: 26px;
  }

  .sectionMacroDesc {
    font-size: 10px;
    line-height: 18px;
  }

  .col-icon-how-work p {
    font-size: 14px;
  }


}