body {
    font-size: 16px;
    /* font-family: Open Sans; */
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
.banner {
    background-image: url("../img/Optimised/Services/MonthlyWellnessSession/banner-monthly-wellness-session-iStock-539282873.jpg");
}
@media (max-width: 1366px) {
  .banner {
    background-image: url("../img/Optimised/Services/MonthlyWellnessSession/1366/banner-monthly-wellness-session-iStock-539282873.jpg");
  }
}
@media (max-width: 768px) {
  .banner{
    background-image: url("../img/Optimised/Services/MonthlyWellnessSession/768/banner-monthly-wellness-session-iStock-539282873.jpg");
  }
}
#check {
    display: none;
  }
  
  /* .checkbtn {
    font-size: 30px;
    color: var(--green);
    float: right;
    line-height: 64px;
    margin-right: 40px;
    display: none; 
  } */
  
  /* @media (max-width: 726px){
    
    .checkbtn {
      display: block;
      margin-top: 21px !important;
    }
  
    nav {
      display: block;
  
    }
  
    nav ul {
      position: fixed;
      width: 100%;
      background: rgba(0, 0, 0, 0.70);
      backdrop-filter: blur(10px);
      top: 105px;
      left: -100%;
      transition: all .5s;
    }
  
    nav ul li {
      display: block;
      margin: 20px 20px;
      line-height: 20px;
    }
    nav ul li a {
      font-size: 20px;
    }
    a:active {
      background: none;
      color: #0f2231;
    }
    #check:checked ~ ul {
      left: 0;
    }
  } */
  
.sub {
    /* font-size: 52px; */
    font-size: clamp(2rem, 2vw, 520%);

    font-style: normal;
    font-weight: normal;
    text-shadow: none;
} 
.heading {
    font-family: Philosopher;
    font-weight: bold;
    line-height: 36px;
    color: #5E8F10; 
    font-size: 32px;
}
@media only screen and (max-width: 1919px) and (min-width: 1300px)  {
    .heading {
        font-size: 28px !important;
    }
    .content-2-heading {
        font-size: 25px !important;
    }
    .content-3-heading {
        font-size: 22px !important;
    }    
    body {
        font-size: 16px !important;
    }
    .sub-content {
        font-size: 18px !important;
    }
    .cta-btn {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 592px) {
  .sub {
    font-size: 45px;
    line-height: 50px;
  }
}
.content-2-heading {
    font-size: 28px;
}
.content-3-heading {
    font-size: 24px;
}
.content {
    padding-top: 30px;
    line-height: 22px;
    /* font-size: 20px; */
}
.sub-content {
    font-size:20px;
}
.form-content {
    padding-left:60px;
    padding-right:60px;
    padding-top:60px;
}

.bullets li {
    padding: 5px 5px 5px 20px;
    position:relative;
}
.bullets li:before { 
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 1em;
    width: 1em;
    background-image: url(../img/monthly-wellness-session/bullet-point.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 20px;    
}
.content-1-img {
    margin-top: -95px;
}
.separator {
    margin-top: 5%;
}
.cta-btn {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;    
    text-align: center;
    color: #FFFFFF;
    background-color: #5E8F10;
    float: right;
    text-align: center;
    margin: 60px auto;
    border-style: none;
    height:40px;
    /* width: 238px; */
    border-radius: 5px;
    padding-right: 5%;
    padding-left: 5%;

}
.content-2-img {
    float: right;
}  
.content-2-text {
    float: left;
} 

@media screen and (max-width: 800px) {
    /* [class*="col-"] {
        float: none;
    } */
    .content-2-img, .content-2-text {
        float: none;
    }  
    .col-6 {
        margin: 0 auto;
        width: 100%;
        margin-top: 5%;
    }
    .form-content {
        padding-top: 0px;
        padding-left: 30px;
        padding-right: 0px;
    }
}


/*testimonials*/

.section-7 {
    align-items: center;
    background-color:#EBEBEB;
  }
  
  .section-7-header {
    padding-top: 100px;
  }
  .section-7-header h1 {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #2b2b2b;
  }
  
  .testimonials-header {
    position: relative;
  }
  .testimonials-header h1 {
    padding-bottom: 0.5em;
  }
  .testimonials-header > h1::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 3em;
    background-color: #3e8d00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
/*   
  .test-box {
    width: 55%;
    margin: 0 auto;
    height: 375px;
    border: 1px solid green;
  } */
  /* .fa-angle-left {
    position: absolute;
    margin-top: 146px;
    font-size: xxx-large;
    color: rgba(51, 51, 51, 0.6);
  } */
  /* .fa-angle-right {
    position: absolute;
      right: 227px;
      margin-top: 146px;
      font-size: xxx-large;
      color: rgba(51, 51, 51, 0.6);
  
  
  } */
  /* .test-box .row {
    margin: 50px auto;
    width: 100%;
  } */
  /* .col-1-testimonials {
    width: 37%;
    margin: 18% auto;
    float: left;
    padding-left: 10%;
  }
  
  .col-1-testimonials img {
    width: 9rem;
    border-radius: 6rem;
    margin-top: -4rem;
  }
  
  .customer-img {
    position:relative;
    border: 5px solid white;
  }
  
  .double-quotes {
    position: absolute;
    margin-left: -90px;
    width: 32px;
    height: 42px;
  }
  
  .col-2-testimonials {
    width: 63%;
      margin: 0 auto;
      float: left;
      padding-left: 6%;
  } */
  
  /* .scroll {
    position: absolute;
    border-left: 15px solid rgba(51, 51, 51, 0.25);;
    height: 84px;
    margin-left: -25px;
    margin-top: 8px;
  
  } */
  
  .col-2-testimonials p {
    position: relative;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #333333;
  }
  .col-2-testimonials h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #333333;
  }
  .col-2-testimonials h4 {
    font-family: Open Sans;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #333333;
  }
  .scroll-nav {
    width: 95%;
    height: 10px;
    background: #C4C4C4;
    border-radius: 10px;
    margin-left: 82px;
}
.inner-scroll {
  width: 15%;
    height: 10px;
    background: #333333;
    border-radius: 10px 0px 0px 10px;
  }
  /* @media screen and (max-width: 1320px) {
    .col-1-testimonials img {
      width: 6rem;
      border-radius: 4rem;
      margin-top: -2rem;
  }
  .col-1-testimonials img {
      width: 6rem;
      border-radius: 4rem;
      margin-top: -2rem;
  }
  .double-quotes {
      margin-left: -60px;
  }
  }
  
  @media screen and (max-width: 888px) {
    .test-box {
      width: 75%;
    }
    .col-2-testimonials p {
      font-size: 14px;
      line-height: 22px;
    }
    .fa-angle-right {
      right: 73px;
    }
  }
   
  @media screen and (max-width: 630px) {
    .col-1-testimonials {
      margin: 28% auto;
      padding-left: 20px;
    }
  
    .col-2-testimonials h4 {
      font-size: 12px;
      line-height: 18px;
    }
  
    .col-2-testimonials h2 {
      font-size: 22px;
      line-height: 31px;
    }
  
    .col-2-testimonials p {
      font-size: 14px;
      line-height: 18px;
    }
  }

    @media screen and (max-width: 500px){
      .col-1-testimonials {
        margin: 30% auto;
        padding-left: 0px;
    }
      .scroll-nav {
        width: 91%;
        margin-left: 46px;
    }
    .fa-angle-left {
      left: 26px;
      margin-top: 192px;
    }
    .fa-angle-right {
      right: 25px;
      margin-top: 192px;
    }
    } */
  
  