/* main.css */
@import url('allCommon-beta.css?v=7');

body {
  overflow-x: hidden !important;
}

.weightLossHeading {
  max-width: 510px;
  height: auto;
 
      font-family: 'SofiaPro';
  font-size: 3rem !important;
/*  font-style: italic;*/
  padding-right: 30px !important;
  font-weight: g00 !important;
  line-height: 67px !important;
  text-align: left;
  margin: 0px;
  color: var(--main-color);
  margin: 0px 0px 15px;
}
.getstartedBtn{
  margin-top: 0 !important;
}
.svgbox{
  display: flex;
  gap: 10px;
  position: relative;
  top: 10px;
}
.svgbox svg {
    max-width: 25px;
}
.features ul li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  justify-content: start;
      margin-bottom: 15px;
}
.features ul {
  list-style: none;
}
.features ul li span {
  font-family: 'SofiaPro';
  font-size: 1.2rem;
    font-weight: 400;
    line-height: 40px ;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  gap: 20px;
}

.mobilef ul li span {
    font-family: 'SofiaPro';
        font-size: 1.25rem;
    font-weight: 400;
    /* line-height: 3.813rem; */
    line-height: normal;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    gap: 20px;
    margin-bottom: 15px;
}
.features .small-text p {
  font-family: 'SofiaPro';
  font-size: 0.688rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.alignCenter {
  align-items: center;
  margin-top: 55px !important;
}

.image-containerr img {
  width: 100%;
}

.semaglutide-heading h1 {
  font-family: 'SofiaPro';

  padding-top: 70px;
  padding-bottom: 45px;
  font-size: 3rem;
 /* font-style: italic;*/
  font-weight: 700;
  line-height: 79.98px;
  text-align: center;
  color: var(--main-color);
}
section.differenceBeyondSection {
    padding-top: 7rem;
}
.semaglutide-contents p {
  font-family: 'SofiaPro';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.how-do {
  padding-top: 70px !important;
}


.how-do .content-section h1 {
  font-family: 'SofiaPro';
     padding: 0px;
    font-size: 4rem;
    font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  text-align: left;
  color: var(--main-color);
}
.add-section {
  background: var(--third-color);
  background-image: linear-gradient(to right, var(--second-color) , var(--third-color));
  padding-top: 30px;
  /* padding-bottom: 30px; */
}
.add-contents h1 {
  font-family: 'SofiaPro';
  font-size: 3rem;
  /*font-style: italic;*/
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  color: var(--main-color);
  text-transform: capitalize;
}
.style-text p {
  font-family: 'SofiaPro';
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  text-align: left;
  color: var(--main-color);
}

.faq-accordian {
  padding-bottom: 30px !important;
}

.bannerMobileRelImage {
  display: none;
}
@media (max-width: 992px) {
  /* .topBannerRightWraper img {
    width: 100%;
  } */
  .bannerMobileRelImage {
  display: block;
}
.bannerAbsoluteImage {
  display: none;
}

.compoundSemaTextWrap h2 {
    font-size: 3rem;
    color: #895200;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

    .compoundSemaTextWrap .features {
        display: block;
    }

    .compoundSemaTextWrap .features ul li span {
      font-family: 'SofiaPro';
      font-size: 1rem;
      font-weight: 400;
      line-height: 25px;
      text-align: center;
      color: rgba(0, 0, 0, 1);
      gap: 20px;
  }
  .weightLossHeading {
    font-size: 3rem !important;
    /*font-style: italic;*/
    font-weight: 600 !important;
    line-height: 67px !important;
  }
  .semaglutide-heading h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 60px;
  }
  .features {
    display: none;
  }
  .semaglutide-contents p {
    font-family: 'SofiaPro';
    font-size: 1rem;
    margin-top: 35px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
  }
  /* .topBannerRightWraper img {
    height: 358px;
  } */
}
@media (max-width: 767px) {
  section#bannerSection {
    background: #72b5ff33;
    padding-top: 1px !important;
    position: relative;
    margin-bottom: 0px;
  }
  /* .topBannerRightWraper img {
    width: 100%;
    height: auto;
  } */
}

@media (min-width: 1020px) and (max-width: 1060px) {
  .weightLossHeading {
    font-size: 55px !important;
    /*font-style: italic;*/
    font-weight: 600 !important;
    line-height: 67px !important;
  }
  .features {
    display: none;
  }
}

@media (max-width: 767px) {
  .topBannerRightWraper img {
    max-width: 70% !important;
    margin-top: 30px;
  }
  .topBannerRightWraper {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .style-text p {
    text-align: center;
  }
  .mobilebtn {
    margin: auto !important;
  }
  /* .mobilef ul li svg {
    width: 50px;
  } */
}

@media (max-width: 767px) {
  .how-do .content-section h1 {
    padding: 0 !important;
  }
  .add-contents h1 {
    font-family: 'SofiaPro';
    font-size: 3rem;
    /*font-style: italic;*/
    font-weight: 700;
    line-height: 3rem;
    text-align: left;
    color: var(--main-color);
    text-transform: capitalize;
  }
  .features ul li span {
    font-family: 'SofiaPro';
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 83px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    gap: 20px;
  }
}
.mobilef {
  display: block !important;
  margin-top: 20px;
  line-height: 83px;

}
/* .mobilef ul li span{
  line-height: 44px !important;
} */



@media (max-width: 992px) {
  .add-contents img {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-do .content-section .features ul li {
    flex-direction: column !important;
    /* gap: 0;
    justify-content: center; */
  }
}

.how-do .content-section h1 {
 font-family: 'SofiaPro';
      padding: 0px;
    font-size: 4rem;
    font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  text-align: left;
  color: var(--main-color);
}
.how-do .content-section p {
  font-family: 'SofiaPro';
    margin-top: 35px;

      font-size: 1.25rem;
    font-weight: 400;
    line-height: 35px;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.how-do .content-section .features ul li {
    list-style: none;
    display: flex;
    gap: 0;
    line-height: normal;
    align-items: center;
    margin-bottom: 30px;
}
.how-do .content-section .features ul li svg {
    max-width: 25px;
    margin-right: 15px;
}
.how-do .content-section .features ul {
  margin: 0;
}

.how-do .content-section .features {
  display: flex;
  justify-content: space-between;
}

.how-do .image-section img {
  width: 100%;
  border-radius: 1.25rem;
}

.how-do .image-section {
  background: rgba(227, 240, 255, 1);
  border-radius: 1.25rem;
}

section#bannerSection {
    padding-top: 4rem;
}

.how-do .content-section .features ul li span {
    font-size: 1.25rem;
}
@media (max-width: 767px) {
  .how-do .content-section h1 {
    /* padding: 0; */
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }
  .couple-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content-section {
    padding: 0;
  }
  .how-do .content-section p {
    text-align: center;
  }
  .how-do .content-section .features {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
  }
  .tab-button {
    font-size: 1rem;
  }
  .how-do .content-section .features ul li {
    flex-direction: column;
    gap: 0;
  }
  .imgagecouple img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .how-do .content-section h1 {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .getstartedBtn {
    margin-top: 19px !important;
  }
}

.greenbutton{
margin-top: 35px !important;
}

@media (max-width:767px){
  .semaglutide-heading h1{
    padding-bottom: 15px;
  }
  .image-containerr{
    margin-top: 20px;
  }
  .mobilef ul li span {
    line-height: 44px !important;
}
}


@media (max-width: 800px) {
  .semaglutide-contents p {
      font-family: 'SofiaPro';
      font-size: 1rem;
      margin-top: 0px;
      font-weight: 400;
      line-height: 30px;
      text-align: center;
      color: rgba(0, 0, 0, 1);
  }
}

@media (max-width: 1024px) {
  .mobilebtn {
      background: #5dba24;
      padding: 16px 2rem 16px 2rem;
      border-radius: 12px;
      color: #ffffff;
      font-family: 'SofiaPro';
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 30px;
      text-align: left;
      margin: 15px 0px;
      display: block;
      max-width: fit-content;
      text-decoration: none;
      margin-bottom: 40px !important;
  }
}

@media(min-width: 1200px) {
  .semaglutide-contents {
      display: flex;
  /*    align-items: center;*/
      justify-content: space-between;
      height: 100%;
      flex-direction: column;
  }
}
@media(min-width: 1700px) {
  .semaglutide-contents p {
      font-size: 1.5rem;
      margin-bottom: 3rem;
  /*    line-height: 55px;*/
  }
  .semaglutide-contents {
      display: flex;
     /* align-items: center;*/
      justify-content: space-between;
      height: 100%;
      flex-direction: column;
  }
}

@media(min-width: 1900px) {
  .semaglutide-contents p {
      line-height: 55px;
  }
}

.hereWhatsExpirition h2 {
    font-size: 4rem;
    max-width: 500px;
    color: #895200;
    font-weight: 700;
    margin: 50px 0px;
}


.whatisSemaTextWrap p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    display: block;
    line-height: 2.6rem;
}

.whatisSemaTextWrap a.getstartedBtn {
    margin-top: 50px !important;
    display: block;
}

.how-do {
    padding-top: 0px !important;
    margin-bottom: 0px;
}

section.exploreTriniSection {
    padding: 70px 0px;
    position: relative;
}

.exploreTrinize h2.commonHeading {
    text-align: left;
}

.exploreTrinize p {
    font-size: 1.5rem !important;
    margin-bottom: 50px;
    line-height: 2.5rem;
}

.exploreTrinize .features {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.exploreTrinize .features ul {
    width: 50%;
}

.exploreTrinize .features ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: start;
    margin-bottom: 15px;
}


section.stepsThreeLoseWeight {
    background: #FFF2DC;
    padding: 50px 0px;
    text-align: center;
    position: relative;
}

.stepLoseHdingWrap h3 {
        font-size: 4rem;
    font-weight: 700;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 4rem;
    color: #895200;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.stepLoseHdingWrap p {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.medicaleFormBox {
    margin: 15px 0px;
}

.medicaleFormBox h3 {
    font-size: 2rem;
    font-weight: 700;
    background: #ffffff;
    height: 50px;
    width: 50px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px #00000047;
    border-radius: 50px;
    color: #895200;
}
.medicaleFormBox p {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0px;
    text-align: center;
    color: #000000;
}

.medicaleFormBox img.img-fluid {
    max-height: 250px;
    margin: 15px auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.btnStepLoseWrap {
    width: 100%;
    margin-top: 15px;
}

.btnStepLoseWrap a.getstartedBtn {
    margin: 15px auto 5px;
}

.twoGirlBox {
    position: relative;
}
img.img-fluid.relativeImageTwo {
    max-width: 75%;
    width: 100%;
    margin-bottom: 72px;
    display: block;
}
.twoGirlBox {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;

}

section.semaForMeSection {
    padding: 70px 0px;
}

section.lastingWeightSection {
    position: relative;
}

img.img-fluid.abSoliteHand {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.lastingWeightSection .exploreTrinize .features ul {
    width: 100%;
}

.exploreTrinize h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #895200;
    line-height: 2.7rem;
}
img.img-fluid.absoluteImageTwo {
    position: absolute;
    right: 0px;
    bottom: -100px;
}

section.lastingWeightSection a.getstartedBtn {
    margin-bottom: 50px;
}

.twoGirlBox a.getstartedBtn {
    position: relative;
    z-index: 2;
}

section.compoundSemaBanner {
    background: rgb(255, 236, 204);
    background: linear-gradient(90deg, rgba(255, 236, 204, 1) 50%, rgba(175, 136, 95, 1) 100%);
    padding: 70px 0px;
    position: relative;
    height: fit-content;
}

img.img-fluid.bannerAbsoluteImage {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    max-width: 40%;
    width: 100%;
    object-fit: cover;
}

.compoundSemaTextWrap h2 {
    font-size: 4rem;
    color: #895200;
    font-weight: 700;
}

.compoundSemaTextWrap .features ul {
    margin: 30px 0px;
}

p.GLPsmalltext {
    font-size: 0.8rem;
}


.compoundSemaTextWrap .features ul li span {
    font-family: 'SofiaPro';
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    gap: 20px;
}

.faq-accordion {
    padding: 0px 0px 30px;
}


.bigsmallTwoGirl img.img-fluid.absoluteImageTwo {
    bottom: 60px;
    right: 30px;
    box-shadow: 0px 5px 33px #00000042;
    border-radius: 13px;
}

.bigsmallTwoGirl img.img-fluid.relativeImageTwo {
    max-width: 75%;
    width: 100%;
    margin-bottom: 60px;
    display: block;
}
section.tetimonilasTwo {
    padding: 70px 0px;
}
.features ul li {
    align-items: center;
}
@media(max-width: 991px) {
  img.img-fluid.bannerAbsoluteImage {
    height: 100%;
    max-width: 40%;
    object-fit: cover;
}
/*img.img-fluid.relativeImageTwo {
    margin-bottom: 0px;
    display: block;
}
img.img-fluid.absoluteImageTwo {
    position: relative;
    right: 0px;
    bottom: 0px;
}*/
.twoGirlBox {
    align-items: center;
}
.exploreTrinize a.getstartedBtn {
    margin: 30px auto;
}
.whatisImageWrap {
    text-align: center;
    margin-bottom: 30px;
}
.whatisSemaTextWrap a.getstartedBtn {
    margin: 0 auto;
}
.prodHealerWrap {
    text-align: center;
}
.prodHealerWrap img.img-fluid {
    margin: 0 auto;
    margin-bottom: 30px;
}
.compoundSemaTextWrap a.getstartedBtn {
    margin: 0 auto;
}
}

@media (max-width: 991px) {
  /* .topBannerRightWraper img {
    width: 100%;
  } */
  .bannerMobileRelImage {
  display: block;
}
.bannerAbsoluteImage {
  display: none;
}

.compoundSemaTextWrap h2 {
    font-size: 3rem;
    color: #895200;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

    .compoundSemaTextWrap .features {
        display: block;
    }

    .compoundSemaTextWrap .features ul li span {
      font-family: 'SofiaPro';
      font-size: 1rem;
      font-weight: 400;
      line-height: 25px;
      text-align: center;
      color: rgba(0, 0, 0, 1);
      gap: 20px;
  }
  .compoundSemaTextWrap .features ul li {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
p.GLPsmalltext {
    display: none;
}
section.compoundSemaBanner {
    padding: 70px 0px 0px;
    position: relative;
    height: fit-content;
}
.bannerMobileRelImage {
        width: 100%;
        margin-top: 40px;
    }

    .compoundSemaTextWrap {
    display: flex;
    flex-direction: column;
}
.hereWhatsExpirition h2 {
    font-size: 3rem;
    text-align: center;
            margin: 30px auto 0px;
}
.exploreTrinize .features ul {
    width: 100%;
            margin-bottom: 0px;
}
.exploreTrinize .features {
    align-items: center;
    flex-direction: column;
}
.features ul li span {
        line-height: 40px;
    }
    .exploreTrinize .features {
        margin-bottom: 30px;
    }
    img.img-fluid.abSoliteHand {
      left: 0px;
      width: 100%;
      position: relative;
  }

  .exploreTrinize h2.commonHeading {
    text-align: left;
    font-size: 2.5rem;
    text-align: center;
}

.exploreTrinize p {
    text-align: center;
}
.exploreTrinize .features ul li {
    flex-direction: column;
    margin-bottom: 25px;
}

img.img-fluid.absoluteImageTwo {
    position: absolute;
    right: 0px;
    bottom: -25px;
    max-width: 100%;
}
.exploreTrinize .features ul li span {
        line-height: 40px;
        text-align: center;
    }
    .mobileHd {
      display: none;
    }
    .whatisSemaTextWrap p {
      text-align: center;
  }
  .exploreTrinize h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #895200;
    line-height: 2.7rem;
    text-align: center;
}
section.faqSection {
    padding: 70px 0px 0px;
    position: relative;
}
}


@media(max-width: 667px) {
    .semaPageTwoGirl img.img-fluid.absoluteImageTwo {
        position: relative;
        right: -80px;
        bottom: 165px;
        max-width: 100%;
        margin-bottom: -250px;
        max-width: 250px;
    }
}