@media (min-width: 1350px) {
  #produc-menu-module.container {
    max-width: 1300px;
  }
}

@media (min-width: 750px) and (max-width: 1349px) {
  #produc-menu-module.container {
    max-width: 100% !important;
/*     padding-left: 24px !important;
    padding-right: 24px !important; */
  }
}

/* wrapper */
.menu-appointment-section {
  background: #f6f6f6;
  border-radius: 8px;

  overflow: hidden;
  padding: 2em 1em;
}

/* text area */
.text-wrapper {
  margin-bottom: 3rem;
  /*overflow: hidden; */
}

@media screen and (max-width: 767.98px) {
  #produc-menu-module.container {
    padding-right: 16px !important;
    padding-left: 16px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100%;
  }
  
  #produc-menu-module.container .row {
/*     margin-right: 0 !important;
    margin-left: 0 !important; */
  }
  
  
  .text-wrapper {
    margin-bottom: 3rem !important;
    padding-right: 0;
    padding-left: 0;
  }
  
  .products-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.text-wrapper h1 {
  font-family: "itc_avant_garde_gothicmedium";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.25px;

  color: #0b242d;

  padding-right: 24%;
}

@media screen and (min-width: 40.5em) {
  .text-wrapper h1 {
    font-family: 'Outfit', sans-serif; 
    font-weight: 500;
    font-size: 48px;
  }
  
  .leaderscu-theme .text-wrapper {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 180px;
  }
}

.text-wrapper h6 {
  font-family: 'Outfit', sans-serif; 
  font-style: normal;
  font-weight: normal;
/*   font-size: 17px;
  line-height: 140%; */
  letter-spacing: 0.5px;

  color: #3c5057;
}

.background-pattern {
  display: none;
}
.menu-appointment-section .container-svg-bg {
  display: none;
}
@media screen and (min-width: 40.5em) {
  .leaderscu-theme .background-pattern {
    display: block;
    margin-left: -16px;
    position: absolute;
    bottom: -32px;
  }
}

/* products area */
.products-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.products-wrapper h4 {
  font-family: 'Outfit', sans-serif; 
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.15px;

  color: #0b242d;
}

@media screen and (min-width: 40.5em) {
  .products-wrapper h4 {
    font-family: "itc_avant_garde_gothicmedium";
    font-weight: normal;
    font-size: 24px;
    line-height: 140%;
  }
}

/* product list */
.list-wrapper {
  position: relative;
}

.list-wrapper ul {
  list-style: none;

  padding: 0;
  margin: 0;
}

.item-list {
  display: flex;
  flex-direction: column;
  padding: 1em;

  transition: all 0.3s linear;
}

.item-list.active {
  background: #ffffff;
  border-radius: 8px;
}

/* title */
.item-list header {
  display: flex;
  position: relative;

  cursor: pointer;
}

@media screen and (min-width: 75.5em) {
  .text-wrapper {
    max-width: 40% !important;
  }
  .products-wrapper {
    max-width: 60% !important;
    min-width: 60% !important;
  }
  
  .text-wrapper h6 {
    max-width: 350px !important;
  }
  
  .item-list header {
    width: 37%;
  }
}

.item-list header h6 {
  font-family: "itc_avant_garde_gothicmedium";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.15px;

  color: #3c5057;

  opacity: 0.8;

  margin: 0.3em 0 !important;
}

.item-list.active header h6 {
  color: #316ec2;
}

.item-list header svg {
  transform: rotate(90deg);
  position: absolute;
  right: 0;

  transition: all 0.3s linear;
}

@media screen and (min-width: 75.5em) {
  .item-list header svg {
    transform: rotate(0);
  }
}

.item-list.active header svg {
  transform: rotate(-90deg);
}

@media screen and (min-width: 75.5em) {
  .item-list.active header svg {
    transform: rotate(0);
  }
}

.item-list.active header svg path {
  fill: #316ec2;
}

/* item content */
.item-section__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;

  justify-content: space-evenly;

  max-height: 0;
  transition: all 0.3s ease-in;
}

.item-section__item.active {
  margin-top: 2em;
  max-height: 100%;

  transition: all 0.3s ease-out;
}

@media screen and (min-width: 75.5em) {
  .item-section__item {
    transition: none;
  }

  .item-section__item.active {
    margin-top: 0;
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 2em;
    background: #ffffff;

    transition: none;

    border-radius: 0 8px 8px 0;
  }
}

/* item picture */
.item-section__item picture {
  width: 100%;

  display: flex;
  justify-content: center;

  border-radius: 8px;

  margin-bottom: 2em;
}

.item-section__item picture img {
  max-width: 100%;
  max-height: 100%;

  object-fit: cover;
}

/* item text */
.item-section__item p {
  font-family: 'Outfit', sans-serif;
  font-style: normal;
  font-weight: normal;
/*   font-size: 17px;
  line-height: 140%; */
  letter-spacing: 0.5px;

  color: #3c5057;
  opacity: 0.8;
}

/* item cta */
.item-section__item .button-wrapper {
  display: flex;
}

.item-section__item .button-wrapper a {
  font-family: 'Outfit', sans-serif; 
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;

  color: #316ec2;

  text-decoration: none;

  padding: 0.55em 0;
  margin: 0;
}

.item-section__item .button-wrapper a::after {
  content: "";
  background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/arrow-right.svg");
  width: 6.25px;
  height: 10.49px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 8px;
  transition: all 0.5s ease-out;
}

.item-section__item .button-wrapper:hover a::after {
  margin-left: 15px;
  transition: all 0.5s ease-out;
}



/* **********************************************
 * START STYLE: EDUCATION FOUNDATION THEME CHILD 
 * **********************************************/

/* Add here new style css */
.education-foundation-theme .item-list.active header h6 {
  color: #115E66;
}
.education-foundation-theme .item-list.active header svg path {
  fill: #115E66;;
}
.education-foundation-theme .item-section__item .button-wrapper a {
  color: #115E66;
}
.education-foundation-theme .item-section__item .button-wrapper a:after {
  background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/education-foundation/arrow-green-right.png");
}
@media (min-width: 768px){
  .education-foundation-theme .menu-appointment-section .container-svg-bg {
    display: block;
    background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/education-foundation/bg-menu-impact.svg");
    background-repeat: no-repeat;
    padding-left: 16px;
    background-position-y: 25px;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }

}
  @media (min-width: 992px){
    .education-foundation-theme .menu-appointment-section .container-svg-bg {
      padding-left: 32px;
    }

/* END STYLE: EDUCATION FOUNDATION THEME CHILD */