#home-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% center;
}

#home-banner h1 {
  font-size: 35px;
  font-weight: bold;
  color: #2f3138;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#home-banner .mobile-image {
  display: none;
}

#home-banner button {
  background: #66B83D 0% 0% no-repeat padding-box;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  letter-spacing: 1.2px;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  white-space: nowrap;
}

#home-banner button:hover {
  opacity: 0.7;
}

#home-banner h2 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
}

#home-banner .left-section {
  padding: 100px 0;
}

#home-banner .banner-form {
  display: flex;
  text-align: center;
  gap: 10px;
  margin-top: 50px;
}

#home-banner .banner-form input {
  background: #f3f0f0;
  text-align: center;
  border: none;
  border-radius: 5px;
  width: 70%;
}


#home-order-section {
  padding: 80px 0;
  text-align: center;
  background: #fbfbfb;
}

#home-order-section button {
  background: #66B83D 0% 0% no-repeat padding-box;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  letter-spacing: 1.2px;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
}

#home-order-section button:hover {
  opacity: 0.7;
}

#home-order-section h3 {
  color: #2f3138;
  font-size: 28px;
  line-height: 40px;
  margin: 40px 0px 20px 0px;
  font-weight: bold;
}

#home-order-section .item {
  margin-bottom: 20px;
}

#home-order-section .item img {
  margin: 0px auto;
  height: 80px;
}

#home-summer-plan {
  position: relative;
}

.plan-mrgn .container-xl {
  max-width: 1440px;
  margin: 0;
  padding: 0;
}

#home-summer-plan .container-xl {
  /* max-width: 1600px; */
  max-width: 1440px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/* #home-summer-plan .container-xl .row {
  margin-left: 0;
  margin-right: 0;
} */

.home-summer-plan-cls .container-xl {
  max-width: 1600px;
}
.second-section .container-xl {
  max-width: 1450px;
}
#home-summer-plan.summer-join-plan .container-xl {
  max-width: 600px;
  margin: 0 auto;
  margin-top: -35px;
}

#home-summer-plan {
  /* background: url("/imgs/testimonials-decor.png") no-repeat left center/90% auto, url("/imgs/faq-decor.png") no-repeat right bottom/60% auto; */
  /* background-size: 100%; */
  padding: 80px 0 0 0;
  color: #2f3138;
  font-family: 'Montserrat', sans-serif;
}

.section-ready-eat-gio, .section-icon-how-work-gio {
  padding: 80px 0 0 0;
  margin: 0;
}

.section-icon-how-work-gio .icon-how-work-img {
  padding: 0;
}

.section-icon-how-work-gio .icon-how-work::before {
  top: 68px;
}

.section-icon-how-work-gio .icon-bullet::before, .section-icon-how-work-gio .icon-bullet::after {
  top: 60px;
}

#home-summer-plan h2 {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 35px;
  /* padding-left: 15px; */
}

/* .section-customer-gio {
  padding: 0 0 80px 0;
} */

#home-summer-plan img {
  max-width: 100%;
  width: auto;
}

#home-summer-plan .summer-h3 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
  /* padding-left: 15px; */
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}

#home-summer-plan .summer-h3 span {
  font-weight: normal;
  font-size: 18px;
}

/* font size for heading of icons we want to change increase 1px*/
#home-summer-plan h4 {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin-bottom: 0px;
}
.section-faq-gio {
  width: 50%;
}
#home-summer-plan .item {
  margin-bottom: 20px;
}

#home-summer-plan .box-summer {
  border: 1px solid #ccc;
  /* border-radius: 5px; */
  padding: 10px;
  display: flex;
  gap: 15px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  position: relative;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

#home-summer-plan .radio-box input {
  height: 20px;
  width: 20px !important;
  margin-top: 4px;
  cursor: pointer;
  accent-color: green;
  /* accent-color: #000; */
}

#home-summer-plan .radio-box input:checked+.border-div {
  /* border: 2px solid #66B83D; */
  border: 2px solid #000;
  /* width: 100%;
  height: 100%; */
  position: absolute;
  /* top: 0;
  left: 0; */
  top: -1px;
  left: -1px;
  /* border-radius: 5px; */
  /* box-shadow: 2px 2px 2px #ccc; */
  right: -1px;
  bottom: -1px;
}

#home-summer-plan .content-summer {
  width: 100%;
}

#home-summer-plan .icon-list {
  display: flex;
  gap: 15px;
  text-align: center;
  justify-content: space-between;
  padding-right: 15px;
  padding-bottom: 15px;
}

#home-summer-plan .icon-list img {
  height: 25px;
  margin-bottom: 10px;
}

#home-summer-plan .icon-list h3 {
  font-size: 20px;
  font-weight: bold;
}

#home-summer-plan .icon-list p {
  text-align: left;
  font-size: 14px;
}

#home-summer-plan .bottom-text {
  font-size: 15px;
  color: #7c7c7c;
}

#home-summer-plan .subscribedPlanContinueBtn {
  text-transform: uppercase;
  /* background: #66B83D 0% 0% no-repeat padding-box; */
  background: #000 0% 0% no-repeat padding-box;
  /* border-radius: 10px; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 3rem;
  /* padding: 10px 25px; */
  display: inline-block;
  /* letter-spacing: 1.2px; */
  color: #FFFFFF;
  /* border: none; */
  border: 2px solid #000;
  /* border-radius: 5px; */
  width: 100%;
  cursor: pointer;
  transition: 200ms;
}

#home-summer-plan button:hover {
  /* opacity: 0.7; */
  background: #fff;
  color: #000;
}

.price-summer {
  font-size: 15px;
  font-weight: 600 !important;
  margin-right: 10px;
}

.price-summer .text-success {
  margin-right: 7px;
}

.planSelectionError {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: red;
}

/* .calories_div {
  padding-right: 50px;
} */
/*# sourceMappingURL=style.css.map */



/* =================rrr================ */
#home-summer-plan .radio-box {
  padding: .7rem 0 0 1rem;
}

#home-summer-plan .summer-h3 {
  font-size: 25px;
  padding-top: .85rem;
}

#home-summer-plan .summer-h3 span {
  font-weight: 400 !important;
  font-size: 14px;
  display: flex;
  align-items: center;
}

#home-summer-plan .icon-list .icon {
  text-align: left;
}

#home-summer-plan .icon-list {
  padding-right: 1rem;
  gap: 2.5rem;
  text-align: center;
  /* justify-content: center; */
  padding-right: 2rem;
}

#home-summer-plan .radio-box input {
  height: 28px;
  width: 28px !important;
  box-shadow: none !important;
}

#text-X {
  font-size: 20px;
}

/* Accordian expande and collapse css*/
.cs_accordian .collapse.show {
  display: none;
}

.cs_accordian .collapse.in,
.cs_accordian .collapse.in.show {
  display: block;
}

.panel-heading .fa-chevron-right:before {
  content: "\f078";
}

.panel-heading .collapsed .fa-chevron-right:before {
  content: "\f054" !important;
}

.csc-float-left {
  overflow: auto;
}

.csc-float-left>* {
  float: left;
}

#overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/imgs/macro_plate_icon_325x325.png") 50% 50% no-repeat rgb(249, 249, 249);
  background-size: 125px auto;
}

/* Start: Custom CSS for accordian */
.acc {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px !important;
  box-shadow: 0px 0px 15px #f2f2f2;
  color: #2f3138;
  font-family: 'Montserrat', sans-serif;
}

.acc-head {
  position: relative;
  cursor: pointer;
}


.acc-head::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #66b83d;
  border-width: 0 3px 3px 0;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: .25s;
}

.acc-head a {
  width: 100%;
  text-decoration: none;
  color: #2f3138;
  font-size: 22px;
  padding: 20px 45px 20px 30px;
  display: block;
  font-weight: 700;
}


.acc-head i {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #66B83D;
}

.acc-content {
  padding: 15px 10px;
  display: none;
}

.acc-content-body {
  margin: 0px 30px 20px 30px;
  border-left: 2px solid #66b83d;
  padding-left: 15px;
  border-top: none;
}

.acc-head.active i {
  transform: rotate(90deg) translateY(-50%);
}

.acc-head.active::after {
  transform: rotate(45deg) translateY(-50%);
}

/* End: Custom CSS for accordian */







section.cs_gio_hero{
  height: calc(100vh - 75px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/gio-landing-page/img/giorgio.png') no-repeat center top -4vw/cover;
  color:#fff;

  /* If required full width of image in desktop, need to use below css */
  /* height: 70vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/gio-landing-page/img/giorgio.png') no-repeat center bottom/cover;
  color:#fff */


}
section.cs_gio_hero h1 {
  font-size: 80px;
  font-weight: 700;
  line-height:1.1;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
section.cs_gio_hero h1 span{
  font-size: 30px;
  font-weight: 500;
  display: block;
} 
.cs_gio_hero .x_text{
  font-size: 45px;
 display: block;
 font-weight: 500;
}
section.cs_gio_hero h3{
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 1.75rem;
  font-family: 'Montserrat', sans-serif;
}
.cs_btn{
  /* background: #66B83D 0% 0% no-repeat padding-box; */
  background: #fff 0% 0% no-repeat padding-box;
  color: #000;
  /* border-radius: 10px; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 3rem;
  display: inline-block;
  /* letter-spacing: 1.2px; */
  letter-spacing: 0;
  /* color: #FFFFFF; */
  /* border: none; */
  border: 2px solid #000;
  /* border-radius: 5px; */
  text-transform: uppercase;
  height: 50px;
  cursor: pointer;
  transition: 200ms;
}
.cs_btn:hover {
  opacity: 0.7;
}

.text-success {
  color: #000 !important;
}

.h_box_pos{
  margin-bottom: 8vw;

  /* If required full width of image in desktop, need to use remove below css */
  margin-top: 10vw;
}

@media screen and (max-width: 1599px){
  .container-xl {
      max-width: 95% !important;
  }

}


@media all and (max-width:1199px) {
  section.cs_gio_hero h1 {
      font-size: 57px;
  }
  section.cs_gio_hero h1 span {
      font-size: 21px;
  }
  section.cs_gio_hero h3{
      font-size: 45px;
       
  }
  section.cs_gio_hero{
    height: 100vw;
  }

  .h_box_pos {
      /* margin-bottom: 0; */
      margin-top: 0;
  }
}

@media (max-width: 575px) {
  /* body .plan-mrgn {
      padding-top: 60px !important;
  } */
  .h_box_pos{
    margin-bottom: 0;
  }
}

@media all and (max-width:767px){
  #home-summer-plan .container-xl .row {
    margin: 0;
  }

  .plan-mrgn .container-xl .row {
    margin: 0;
  }

  #home-summer-plan .radio-box input {
    margin-top: 5px;
  }

  .section-faq-gio {
    width: 100%;
  }
  #checkoutModal .step-1 .row {
    margin: 0;
  }
  #home-summer-plan .summer-h3 span{
    padding-left:0;
  }

  #home-summer-plan .summer-h3 span {
    display: block;
  }
  #home-summer-plan .summer-h3 span.price-summer{
    padding-left:1rem;
    text-align: right;
    min-width: 120px;
  }
  #home-summer-plan .summer-h3 strike {
    display:inline-block
  }

  #home-summer-plan .section-head h3, 
  .how-it-works .section-head h1, 
  .moving-forward-section 
  .section-head h1 , 
  .moving-forward-section 
  .section-head p,
  .section-4
  .section-head h1, 
  .section-4 
  .section-head p
  {
      text-align: center;
  }
  
  .delivery-top.section-head {
      padding: 2rem 0 1rem !important;
  }
  .delivery-top.section-head h3 {
      font-size: 19px !important;
  }

  #testimonialflex ul {
      padding: 1.5rem 0 0;

  }
  /* body .section-4 .slides li {
      width: 100%;
      float: none;
  } */

  #home-summer-plan h2 {
      text-align: center;
  }

  section.cs_gio_hero h1 {
    font-size: 30px; 
  } 
  section.cs_gio_hero{
      height: 105vw;
  }
  section.cs_gio_hero h1 span {
      font-size: 12px;
  }
  .cs_gio_hero .x_text{
      font-size: 22px;
  }
  section.cs_gio_hero h3{
      font-size: 22px;
  }


  .acc-head a {
    padding: 15px 35px 15px 15px;
    font-size: 14px;
  }

  .acc-content-body {
      font-size: 14px;
      padding-left: 7px;
      margin: 0px 10px 20px 10px;
  }

  .acc-head i {
      right: 12px;
  }

  #overlay {
    background-size: 75px auto;
  }

  #home-summer-plan .icon-list {
    padding-left: 0px;
  }

  #home-summer-plan .summer-h3 {
    align-items: center;
  }

  #home-summer-plan {
    padding: 0;
  }

  #home-summer-plan .item {
    margin-bottom: 0;
  }

  .section-faq {
    margin: 0 !important;
  }

  .section-ready-eat-gio, .section-icon-how-work-gio {
    padding: 54px 0 0 0;
    margin: 0;
  }

  .section-customer-gio {
    padding: 0;
  }

  .bg-container-full {
    padding: 45px 0 0 0;
  }

  .faq-accordion-button span {
    padding-right: 20px;
  }

  .section-ready-eat-gio .container .row {
    margin: 0;
  }
  .meal-content p {
    padding: 0 50px;
  }
  

  #home-summer-plan .icon-list img {
    margin-top: 30px;
  }

  #home-summer-plan .icon-list {
    display: block;
    text-align: left;
  }

  #home-order-section {
    padding: 30px 0;
  }

  #home-banner {
    background: none;
  }

  #home-banner .left-section {
    padding: 30px 0;
  }

  #home-banner .mobile-image {
    display: block;
  }

  #home-banner .mobile-image img {
    max-width: 100%;
  }

  #home-summer-plan .planSection {
    margin: 0 0 54px 0;
  }


}


@media all and (min-width: 768px) and (max-width: 1023px) {
  .section-customer {
    height: auto !important;
  }

  .section-faq-gio {
    width: 100%;
  }

  .spacing-bottom {
    margin-bottom: 0;
  }

  #home-summer-plan .planSection {
    margin: 0 0 72px 0 !important;
  } 

  .section-icon-how-work-gio {
    padding: 0;
  }

  #home-summer-plan .item {
    margin: 0;
  }
  .section-ready-eat {
    margin-bottom: 72px;
  }

  .section-ready-eat-gio {
    padding: 72px 0 0 0;
}
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .section-customer {
    height: auto !important;
  }

  .planSection {
    width: 50%;
  }

  .our-approach-faq {
    margin: 0 0 26px 0;
  }

  .section-icon-how-work-gio .icon-bullet::before, .section-icon-how-work-gio .icon-bullet::after {
    top: 63px;
  }
  .section-ready-eat-gio, .section-icon-how-work-gio {
    margin: 0;
  }
  .icon-bullet::after {
    right: -4px;
  }

  #home-summer-plan {
    padding: 60px 0 0 0;
  }
}

@media all and (min-width: 1200px) and (max-width: 1368px) {
  .section-ready-eat-gio {
    margin: 0;
  }

  .planSection {
    width: 50%;
  }
}

@media screen and (max-width: 1600px) {
  /* .customer-slider .slick-arrow {
    top: 68% !important;
  } */
}

@media all and (min-width: 280px) and (max-width: 375px) {
  section.cs_gio_hero h1 {
    font-size: 24px;
  }

  .price-summer {
    margin-right: 0;
  }

  #home-summer-plan .summer-h3 span {
    font-size: 12px;
  }

  #home-summer-plan .summer-h3 span.price-summer {
    min-width: auto;
  }

  #home-summer-plan .radio-box input {
    margin-top: 7px;
  }

  section.cs_gio_hero h1 span {
    font-size: 10px;
  }

  .cs_gio_hero .x_text {
    font-size: 20px;
  }

  section.cs_gio_hero h3 {
    font-size: 20px;
  }

  .cs_btn {
    padding: 5px 1rem;
    font-size: 13px;
    height: 37px;
  }

  #home-summer-plan {
    padding: 25px 0 0 0;
  }

  #home-summer-plan h2 {
    font-size: 24px;
  }

  #home-summer-plan .summer-h3 {
    font-size: 16px;
  }

  #home-summer-plan .radio-box input {
    height: 18px;
    width: 18px !important;
  }

  #home-summer-plan .subscribedPlanContinueBtn {
    font-size: 13px;
  }

  .section-ready-eat-gio {
    padding: 10px 0 0 0;
  }

  
}