.inn-banner {
  padding: 5rem 0 7rem 0;
  color: #fff;
  text-align: center;
}

.inn-banner.green {
  background: #6c8b46 url(../png/green-bg.png);
}
.inn-banner.blue {
  background: #6c8b46 url(../png/blue-banner-bg.png);
}

.inn-banner h1 {
  font-size: 7rem;
}

.inn-banner h1.title-large {
  font-size: 9.5rem;
  line-height: .9;
}

.process-section {
  padding: 4rem 0 4rem 0;
  font-size: 1rem;
  background-color: #edebdf;
  position: relative;
}

.process-section .welcome-content {
  padding-bottom: 2.5rem;
}

.process-section h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.process-section::before {
  background-image: url(../svg/curve-about-top.svg);
  height: 50px;
  width: 100%;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 9;
}

.process-section.lightblue {
  background-color: #f0f1f7;
}

.process-section.lightblue::before {
  background-image: url(../svg/curve-about-top-blue.svg);
}

.faq-list-section {
  padding: 5rem 0;
  font-size: 1rem;
  background-color: #fff;
  position: relative;
}

.faq-list-section h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.accordion {
  border: 0;
  box-shadow: none;
}

.accordion-item.active {
  background-color: #f4f3f1;
}

.accordion-item {
  border: 0;
  border-radius: 0 !important;
}

.accordion-item h5,
.accordion-collapse,
.get-in-touch-list .list-title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item h5 {
  color: #353c46;
  font-size: 1.125rem;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  text-transform: none;
  padding: 0 2rem 0 0;
  margin: 0;
  cursor: pointer;
  border-bottom: solid 1px #cfdaf5;
}

.accordion-item .btn-acc::before {
  background-color: #e4f89f;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.heading3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  font-weight: 900;
  font-size: 2rem;
}

.accordion-item .btn-acc::before,
.accordion-item .btn-acc::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
  margin-top: -12px;
}

.accordion-item .btn-acc.collapsed::after {
  rotate: 0deg;
}

.accordion-item .btn-acc::after {
  rotate: 45deg;
  background-image: url(../svg/plus-icon.svg);
  width: 12px;
  height: 12px;
  right: 6px;
  top: 50%;
  margin-top: -6px;
}

.accordion-item h5,
.accordion-collapse,
.get-in-touch-list .list-title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-body {
  padding: 1rem 0 2rem 0;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
}

.accordion-body p {
  margin-bottom: 1.5rem;
}

.content-row {
  padding: 0 0 3rem 0;
}
.content-row h3 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.content-row .info-lr {
  padding-top: 5rem;
}

.btn-acc {
  background-color: transparent;
  border: 0;
  padding: 1.25rem 0;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
  color: #353c46;
  display: flex;
  width: 100%;
  text-align: left;
}

.food-delivery.home-box .dinfo h3 {
  font-size: 4.5rem;
}


.home-box.home-flex-plan .dinfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-box.home-flex-plan .dinfo ul li {
  padding-bottom: 0.75rem;
  position: relative;
  padding-left: 30px;
}

.home-box.home-flex-plan .dinfo ul li:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../svg/checkmark.svg);
  top: 2px;
}
.food-delivery.home-box { margin-top: 2rem;}
.food-delivery.home-box .cta-pic {
  bottom: 0;
}

.food-delivery.home-box .food-deli-block.ctabx{ background-color: #e4f89f;}

.food-delivery.home-box .food-deli-block.ctabx .dinfo p{color: #2c323d;}
.food-delivery.home-box .food-deli-block.ctabx .dinfo h3 {color: #2c323d;}
.food-delivery.home-box .cta-pic{left: 40px;}

.text-lgreen{color: #e4f89f;}

@media (max-width: 1199px) {
.food-delivery.home-box .dinfo{ padding-bottom: 2rem; }

.inn-banner h1.title-large {
    font-size: 7rem;
    line-height: .9;
}

.faq-list-section{max-width: 720px; margin: 0 auto;}

}

@media (max-width: 991px) {

.faq-list-section .accordion-item { padding-left: 1rem; padding-right: 1rem;

}


.food-delivery.home-box .dinfo h3 {
    font-size: 3rem;
}


.inn-banner h1.title-large {
    font-size: 6rem;
    line-height: .9;
}


}

@media (max-width: 767px) {
.inn-banner h1 {
    font-size: 3rem;
}




.accordion-body {

  font-size: 1rem;
}

.inn-banner h1.title-large {
    font-size: 4rem;
    line-height: .9;
}
.food-delivery.home-box .cta-pic{left: 0px;}

}


