/* main.css */
@import url('allCommon.css?v=1');
/* banner style */

section#bannerSection {
  background: rgb(255, 236, 204);
  background: linear-gradient(90deg, rgba(255, 236, 204, 1) 50%, rgba(175, 136, 95, 1) 100%);
  padding-top: 1rem;
  position: relative;
  margin-bottom: 0px;
}

.weightLossHeading {
  height: auto;
  font-family: Manrope;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
  margin: 0px;
  color: var(--main-color);
  margin: 0px 0px 15px;
  text-transform: uppercase;
}

.weightLossHeading span {
  color: var(--third-color);
}

.bannerText {
  font-family: Manrope;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 0px;
}


.getstartedBtn {
  background: var(--step-btn-color);
  padding: 16px 2rem 16px 2rem;
  border-radius: 12px;
  color: #ffffff;
  font-family: Manrope;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-align: left;
  margin: 15px 0px;
  display: block;
  max-width: fit-content;
  text-decoration: none;
}

.getstartedBtn:hover,
.getstartedBtn:focus {
  color: #fff;
  background-color: #7C4C04;
  border-color: #7C4C04;
  text-decoration: none;
}

.topBannerRightWraper {
  text-align: center;
}

.topBannerRightWraper img.img-fluid {
  width: 100%;
}

@media(max-width:991px) {
  .weightLossHeading {
    max-width: 325px;
    height: auto;
    font-family: Manrope;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3rem;
    text-align: center;
    margin: 0px;
    color: #335F90;
    margin: 0px 0px 15px;
    margin: 0 auto 15px;
  }



  .bannerText {
    font-size: 1.25rem;
    text-align: center;
  }

  .getstartedBtn {
    background: var(--step-btn-color);
    padding: 16px 2rem 16px 2rem;
    border-radius: 12px;
    color: #ffffff;
    font-family: Manrope;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.875rem;
    text-align: left;
    margin: 15px 0px;
    display: block;
    max-width: fit-content;
    text-decoration: none;
    margin: 0 auto 15px;
  }

  p.BrandSliderHd {
    display: none;
  }
}



/* range SLider Css */

.rangeSliderWraper .slider-container {
  background-color: #FFECCC;
  padding: 1.25rem;
  border-radius: 15px;
  width: 100%;
  margin: 1.25rem auto;
  text-align: center;
}

.rangeSliderWraper .labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.rangeSliderWraper .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #895200;
  outline: none;
  border-radius: 5px;
  margin: 10px 0;
}

.rangeSliderWraper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background: #895200;
  border: 2px solid #895200;
  border-radius: 50%;
  cursor: pointer;
}

.rangeSliderWraper .slider::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 2px solid #2b4e7e;
  border-radius: 50%;
  cursor: pointer;
}

.rangeSliderWraper .current-weight span {
  font-family: Manrope;
  font-size: 50px;
  font-weight: 700;
  color: #895200;
  line-height: normal;
  padding: 0px 15px;
  position: relative;
  top: -5px;
}

.rangeSliderWraper .labels .unit {
  color: #895200;
  font-size: 22px;
  font-weight: 600;
  font-family: Manrope;
  padding: 0px;
}

.rangeSliderWraper .lose-weight span {
  font-family: Manrope;
  font-size: 50px;
  font-weight: 700;
  color: #895200;
  line-height: normal;
  padding: 0px 15px;
}

h2.commonHeading {
  font-family: Manrope;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 61px;
  text-align: center;
  color: var(--main-color);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.CommonHeadingWrapper {
  display: block;
  text-align: center;
  width: 100%;
  padding-bottom: 32px;
}

.start p {
  font-family: Manrope;
  color: #895200;
  font-size: 22px;
  font-weight: 600;
}

.potential p {
  font-family: Manrope;
  color: #895200;
  font-size: 22px;
  font-weight: 600;
}

.current-weight p {
  font-family: Manrope;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  color: #895200;
  font-size: 22px;
  font-weight: 400;
}

.lose-weight p {
  font-family: Manrope;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  color: #895200;
  font-size: 22px;
  font-weight: 400;
}

section.rangeSliderWraper {
  padding: 50px 0px;
  position: relative;
}

@media(max-width:767px) {
  .rangeSliderWraper .labels {
    padding: 10px 0;
    flex-direction: column;
  }

  .start {
    display: none;
  }

  /* .current-weight p {
  flex-direction: column;
} */

  .potential {
    display: none;
  }

  .current-weight p {
    flex-wrap: wrap;
    max-width: 250px;
    margin: 0 auto;
    justify-content: center;
  }

  .lose-weight p {
    flex-wrap: wrap;
    max-width: 170px;
    margin: 0 auto;
    justify-content: center;
  }

  h2.commonHeading {
    font-size: 3rem;
    font-weight: 600;
    line-height: normal;
  }
}

/* An inclusive clinical design */

.mg-content {
  margin-bottom: 100px;
}

h4.meetingGoalWrap {
  font-family: Manrope;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: #000000;
}

.meetingGoalwrap p {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  margin-bottom: 0px;
}

@media(max-width: 1800px) {
  .mg-content {
      margin-bottom: 50px;
  }
  .meetingGoalwrap p {
      line-height: 40px !important;
  }
}




/* Here’s your Trinity Life Easier. Effective. Personalized. */

.sliderInner {
  position: relative;
}

.sliderInnerText {
  position: absolute;
  max-width: 140px;
  top: 40px;
  left: 1.875rem;
}

.sliderInnerText h4 {
  font-family: Manrope;
  font-size: 3rem;
  font-weight: 600;
  line-height: 61.6px;
  text-align: left;
  color: #000000;
}
p.difParaCont {
    text-align: center;
    font-family: Manrope;
    font-size: 1.25rem;
    font-weight: 400;
}
.sliderImage {
  width: 100%;
}

.sliderInnerText p {
  font-family: Manrope;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45rem;
  text-align: left;
}




.slickEasierEffective .slick-prev,
.slickEasierEffective .slick-next {

  background: #7C4C04;
  width: 50px;
  height: 50px;
  /* top: 1244px; */
  /* left: 1352px; */
  padding: 0px;
  border-radius: 50%;
}


.slickEasierEffective .slick-prev.slick-disabled,
.slickEasierEffective .slick-next.slick-disabled {
  opacity: 0;
}

.slickEasierEffective .slick-prev:before {
  content: '';
  background-image: url(../images/whiteLeftArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.875rem;
  display: block;
  /* margin-left: 10px; */
  margin: auto;
}

.slickEasierEffective .slick-next:before {
  content: '';
  background-image: url(../images/whiteRightArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.875rem;
  display: block;
  /* margin-left: 10px; */
  margin: auto;
}


.slickEasierEffective .slick-prev {
  left: -5px;
  z-index: 1;
}

.slickEasierEffective .slick-next {
  right: -5px;
}


section.hereUrTrinity {
  padding: 50px 0px 50px;
  position: relative;
}

section.inclusiveClinicSection {
  padding: 1.875rem 0px;
  position: relative;
}


h2.trinityLifePersonalized {
  font-family: Manrope;
  font-size: 3rem;
  font-weight: 600;
  line-height: 61px;
  text-align: left;
  color: #895200;
  text-transform: uppercase;
}

h2.trinityLifePersonalized span {
  font-family: Manrope;
  font-size: 2rem;
  font-weight: 400;
  line-height: 61.6px;
  text-align: left;
  font-style: normal;
  color: #303030;
  padding-left: 15px;
  text-transform: none;
}

.easierEffectiveHd {
  padding-bottom: 1.25rem;
}


@media(max-width:991px) {
  .slickEasierEffective .slick-prev {
    left: 5px;
  }

  .slickEasierEffective .slick-next {
    right: 5px;
  }

  h2.trinityLifePersonalized {
    font-size: 3rem;
    text-align: center;
  }

  h2.trinityLifePersonalized span {
    font-size: 18px;
    padding-left: 0px;
    display: block;
    text-align: center;
    line-height: normal;
  }

  .CommonHeadingWrapper {
    padding-bottom: 1.25rem;
  }
}



section.brandLogoSection {
  box-shadow: 0px 2px 10px 0px #00000029;
  position: relative;
  padding: 15px 0px;
}

.brandSliderInner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
}

p.BrandSliderHd {
  width: 100%;
  max-width: fit-content;
  margin-right: 15px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 0px;
}

.Slickbrandslider img.img-fluid {
  margin: 0 auto;
}

.Slickbrandslider {
  max-width: 100%;
  overflow: hidden;
}

.Slickbrandslider .slick-slide>div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}

@media(max-width:1439px) {
  .meetingGoalwrap p {
    font-family: Manrope;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: left;
  }
}




/* A difference beyond the fad */
section.differenceBeyondSection {
  padding: 0px 0px 1.25rem;
  position: relative;
}


h2.diffBeyondHeading {
  font-family: Manrope;
  font-size: 3rem;
  font-weight: 700;
  line-height: 61px;
  text-align: center;
  /* color: #335F90; */
  margin-bottom: 25px;
  color: var(--third-color);
  text-transform: uppercase;
}


h2.diffBeyondHeading span {
  color: var(--main-color);
}

.diffInnerBox {
  background: var(--fourth-color);
  padding: 25px;
  border-radius: 1.25rem;
  text-align: center;
  margin-top: 1.875rem;
}

.IconBox h4 {
  font-family: Manrope;
  font-size: 72px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: var(--step-btn-color);
  margin: 15px 0px;
}

.IconBox p {
  font-family: Manrope;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
}



.how-do .content-section h1 {
  font-family: Manrope;
  padding: 0 136px 0 0;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 66px;
  text-align: left;
  color: #895200;
}

.how-do .content-section p {
  font-family: Manrope;
  margin-top: 35px;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.how-do .content-section .features ul li {
  list-style: none;
  display: flex;
  gap: 16px;
  line-height: 70px;
  align-items: center;
}

.how-do .content-section .features ul li span {
  font-size: 18px;
}

.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;
}

.how-do .getstartedBtn {
  margin-top: 55px;
}

.getstartedBtn {
  background: var(--step-btn-color);
  padding: 16px 2rem 16px 2rem;
  border-radius: 12px;
  color: #ffffff;
  font-family: Manrope;
  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-top: 15px;
}

.couple-image a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* .couple-image {
  padding: 0 0 0 50px;
  margin-top: 37px;
} */

.imgagecouple img {
  width: 400px;
}

.content-section {
  padding: 0 87px 0 0;
}

.how-do {
  margin-top: 120px;
  margin-bottom: 50px;
}

.faq-accordian {
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .how-do .content-section h1 {
    padding: 0;
    font-size: 48px;
    line-height: 55px;
  }

  .couple-image {
    display: flex;
    flex-direction: column;
  }

  .content-section {
    padding: 0;
  }

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

  .btn:not(:disabled):not(.disabled) {
    font-size: 1rem;
  }

  .how-do .content-section .features ul li {
    flex-direction: column;
    gap: 0;
  }

  .imgagecouple img {
    width: 100%;
  }

  .imgagecouple {
    margin-top: 4.735rem;
  }

  .getstartedBtn {
    background: var(--step-btn-color);
    padding: 16px 2rem 16px 2rem;
    border-radius: 12px;
    color: #ffffff;
    font-family: Manrope;
    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-top: 65px;
  }
}



/* Trinity Circle */
h2.tinityCircleH2 {
  font-size: 3rem;
  color: #895200;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 66px;
  text-align: left;
}

.trinityCircleHdBox p {
  font-size: 22px;
  margin-bottom: 30px;
}

.circleSLider .slick-slide img {
  display: block;
  width: 100%;
}

.circleSLider {
  margin: 50px 0px 50px 0px;
  padding-bottom: 80px;
}



.circleSLider button.slick-prev {
  border: 1px solid #7C4C04;
  position: absolute;
  bottom: 0;
  top: unset;
  left: 46%;
  transform: translateX(-50%);
  width: 65px;
  height: 35px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.circleSLider .slick-next {
  border: 1px solid #7C4C04;
  position: absolute;
  bottom: 0;
  top: unset;
  right: 46%;
  transform: translateX(50%);
  width: 65px;
  height: 35px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}


.circleSLider button.slick-prev:hover {
  border: 1px solid #7C4C04;
  background: #7C4C04;
}

.circleSLider .slick-next:hover {
  border: 1px solid #7C4C04;
  background: #7C4C04;
}

.circleSLider .slick-prev:before {
  content: '';
  background-image: url(../images/colorLeftArrow.png);
  background-size: contain;
  width: 30px;
  height: 1.25rem;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.circleSLider .slick-next:before {
  content: '';
  background-image: url(../images/coloRightArrow.png);
  background-size: contain;
  width: 30px;
  height: 1.25rem;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.circleSLider .slick-prev:hover:before {
  content: '';
  background-image: url(../images/whiteLeftArrow.svg);

}

.circleSLider .slick-next:hover:before {
  content: '';
  background-image: url(../images/whiteRightArrow.svg);

}




.buttonWrpapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.howWorksSection {
  background: rgb(255, 236, 204);
  background: linear-gradient(90deg, rgba(255, 236, 204, 1) 50%, rgba(165, 141, 111, 1) 100%);
  padding: 50px 0px;
  position: relative;
}

.stepCountCircle {
  width: 100px;
  height: 100px;
  background: linear-gradient(180deg, #335F90 0%, #002349 100%);
  background: #b38a5f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 15px auto;
}

p.workStepPara {
  font-family: Manrope;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  width: 300px;
  margin: auto;
}

.barRow {
  position: relative;
  margin-top: 50px;
}

span.barSpan {
  width: 100%;
  border: 4px solid #b38a5f;
  position: absolute;
  top: 60px;
  max-width: 70%;
  transform: translateX(-50%);
  left: 50%;
}

.worksStepInner {
  margin: 15px 0px;
}

.stepCountCircle h5 {
  font-family: Manrope;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
}






.faq-accordion .card {
  border: none;
  border-bottom: 1px solid #00000066;
  /* Add bottom border */
  border-radius: 0;
  /* Remove rounded corners */
  margin-bottom: 5px;
}

.faq-accordion .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 1.25rem 15px;
}

.faq-accordion .btn-link {
  text-decoration: none;
  padding: 0;
  font-family: Manrope;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
  position: relative;
}

.faq-accordion .btn-link:hover {
  text-decoration: none;
}

.faq-accordion .btn-link::before {
  content: '';
  background-image: url(../images/accordionArrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.faq-accordion .btn-link.collapsed::before {
  transform: rotate(0deg);
}

.faq-accordion .card-body {
  padding: 15px;
}

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

.faq-accordion .card-body p {
   font-size: 1.125rem; 
  margin-bottom: 25px;
  color: #000000;
}

.faq-accordion .card-body p a {
  color: #000000;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .card-body p a:hover {
  text-decoration: none;
}

@media(min-width:768px) and (max-width:1024px) {
  .how-do .content-section .features ul li {
    flex-direction: row;
    gap: 0;
    justify-content: center;
  }

  .how-do .content-section .features ul li span {
    padding-left: 15px;
  }

  .circleSLider button.slick-prev {
    left: 45%;
  }

  .circleSLider .slick-next {
    right: 45%;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .weightLossHeading {
    text-align: left;
    margin-left: 0px;
  }

  .bannerText {
    font-size: 18px;
    text-align: left;
  }

  section#bannerSection a.getstartedBtn {
    margin-top: 0px;
  }

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

  h4.meetingGoalWrap {
    font-size: 1.8rem;
    line-height: normal;
  }

  .meetingGoalwrap p {
    font-size: 1.125rem;
  }

  .how-do .content-section .features ul li {
    flex-direction: row;
    gap: 0;
    justify-content: center;
  }

  .order2 {
    order: 2;
  }
}




@media(max-width:767px) {
  section#bannerSection .getstartedBtn {
    margin: 0 auto;
  }

  .how-do .content-section .features ul li {
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
  }

  .how-do .content-section .features ul li span {
    padding-left: 15px;
  }

  .circleSLider .slick-next {
    right: 30%;
  }

  .circleSLider button.slick-prev {
    left: 30%;
  }

  span.barSpan {
    display: none;
  }

  .how-do .content-section .features ul li {
    flex-direction: column;
  }

  h4.meetingGoalWrap {
    text-align: center;
  }

  .meetingGoalwrap p {
    text-align: center;
  }

  h2.tinityCircleH2 {
    text-align: center;
  }

  .trinityCircleHdBox p {
    text-align: center;
  }

  .circleSLider button.slick-prev {
    display: none !important;
  }

  .circleSLider .slick-next {
    display: none !important;
  }

  .order2 {
    order: 2;
  }
}


@media(min-width:768px) and (max-width:1024px) {
  .how-do .content-section .features {
    flex-direction: row;
    display: flex;
  }

  .how-do .content-section .features ul li {
    justify-content: flex-start;
    margin-right: 15px;
  }
}


@media screen and (max-device-width: 991px) and (orientation : landscape) {
      .weightLossHeading {
        font-size: 1.5rem;
        line-height: 2rem;
    }
        .bannerText {
        font-size: 18px;
        text-align: left;
        line-height: 1.5rem;
        margin-bottom: 0.8rem;
    }
}