
/* main.css */
@import url('allCommon-beta.css?v=78');
marquee.marqueeWrapper span a {
    color: #1c1c1c;
}
/*@media (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}*/
ul.bannerListUl {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


ul.bannerListUl li {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    max-width: 50%;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
}
ul.bannerListUl li img {
    max-width: 20px;
    /* padding-left: 5px; */
    margin-right: 8px;
    position: relative;
    top: 1px;
}


.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure video covers the entire area */
  z-index: -2; /* Keep it behind other content */
}
a.navbar-brand img.img-fluid {
    max-width: 250px;
        position: relative;
    top: 5px;
}
.navbar {
    border-radius: 0px;
    padding: 20px 15px;
}
.custmLoginBtn {
    padding: 10px 30px;
}
/* Gradient overlay to blend with the video */
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: linear-gradient(135deg, rgba(245, 247, 250, 0.8), rgba(195, 207, 226, 0.8));
      background-image: url(../../images/bannerbg1x.png);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #ffffff;
  z-index: -1;
}
.prodHealerWrap img.img-fluid {
    margin-top: 0px;
    margin-bottom: 5px;
}
/*@media only screen and (min-device-pixel-ratio: 3), 
       only screen and (min-resolution: 288dpi) {
  .gradient-overlay {
    background-image: url('../../images/bannerbg2x.png'); 
  }
}*/
.gtStartedFlex {
    display: flex;
    height: 100%;
    align-items: flex-end;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.topBannerRightWraper {
    position: relative;
    top: 87px;
}
.weightLossHeading {
    max-width: 550px;
    font-size: 3rem;
    line-height: 3.9rem;
    font-weight: 700;
}
.boxBannerBg {
    background: #ffffffc2;
    padding: 15px;
    border-radius: 10px;
    margin: 50px 0px 130px;
}
section#bannerSection {
    padding-bottom: 30px;
    background: transparent;
    overflow: hidden;
    min-height: 600px;
}
video.background-video {
    max-width: 100%;
    object-fit: cover;
        opacity: 1;
        width: 100%;
}


@media(max-width: 991px) {
    .topBannerRightWraper {
        position: relative;
        top: 30px;
    }
}


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

.newHowLeftWrapper h2 {
    color: var(--main-color);
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.newHowLeftWrapper p {
    font-size: 1rem;
    margin: 25px 0px;
}

.newHowRightContentWrap {
    width: calc(100% - 75px);
}
.newHowRightBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid var(--third-color);
    padding: 30px 15px;
    margin-bottom: 15px;
}
.newHowRightContentWrap span {
    font-size: 0.8rem;
}
.newHowIconWrap {
    height: 70px;
    width: 70px;
    border-radius: 50px;
    box-shadow: 0px 5.25px 5.25px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}


.newHowRightContentWrap h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.newHowRightContentWrap p {
    margin: 0px;
    font-size: 1.5rem;
}

.IconBox h4 {
    font-size: 1.6rem;
        margin-bottom: 30px;
}
.mobileBlock img {
    width: 100%;
    text-align: center;
}
.beforeAfterInnerBox p {
    background: var(--bgColor);
    padding: 15px;
    font-size: 1.25rem;
    height: 100px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    align-items: center;
}
@media(min-width: 1900px) {
    .newHowRightContentWrap p {
        font-size: 1.5rem;
    }
    .newHowRightContentWrap p {
        font-size: 1.5rem;
    }
    .newHowRightContentWrap h3 {
        font-size: 1.5rem;
    }

}


.commonHeading {
    text-transform: uppercase;
}

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

.prodHealerWrap {
    background: var(--bgColor);
    padding: 15px 15px 0px;
    border-radius: 2rem;
    position: relative;
}
.prodHealerWrap.blueBg {
    background: #F5F5F5;
}
.prodBtnBoxWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  /*  padding: 15px;*/
}
.prodBtnBoxWrap button {
    background: var(--step-btn-color);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin: 0px;
    display: block;
    border: 0px;
    padding: 15px 15px;
    width: 48%;
    border-radius: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.prodBtnBoxWrap button:hover {
    background: var(--third-color);
}

.prodBtnBoxWrap button.btngetStarted {
    background: var(--third-color);
}
.prodBtnBoxWrap button.btngetStarted:hover {
    background: var(--step-btn-color);
}
.prodHealerWrap h3 {
    padding-top: 30px;
    font-size: 2rem;
    font-weight: 700;
}
.prodHealerWrap img.img-fluid {
    margin-top: 0px;
    max-height: 200px;
    margin: 0 auto 15px;
    object-fit: contain;
    display: block;
}
.faq-accordion .card-header .tab-button::before {
    right: 0;
}
.prodHealerWrap p {
    font-size: 1.25rem;
    min-height: 105px;
}


.newCustHeadSec {
    padding: 45px 0px 5px;
}
.newCustHeadSec h2.commonHeading {
    width: 100%;
    max-width: 100%;
}
section.clinicalluProv {
    background-image: url(../../images/box-threeGirl.png?v=1);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: end;
    padding: 15px 0px;
    margin-bottom: 50px;
}

.injectTionWrap img.img-fluid {
    position: relative;
    right: -15px;
}
.ragngBoxWrap input#range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #000000;
    outline: none;
    border-radius: 5px;
    margin: 10px 0;
}

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

.ragngBoxWrap .slider::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 2px solid #2b4e7e;
  border-radius: 50%;
  cursor: pointer;
}
.contentRangWrapper {
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: space-between;
}

.rangLeftWrapper {
    max-width: 40%;
}

.slider-container .labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ragngBoxWrap {
    width: 50%;
    background: #FFD28E70;
    border-radius: 30px;
    padding: 15px;
    color: #000000;
}

.start p {
    font-family: SofiaPro;
    color: #000000;
        font-size: 1.5rem;
    font-weight: 700;
}

.current-weight p {
    font-family: SofiaPro;
    display: flex;
    align-items: flex-end;;
    display: -webkit-flex;
    display: -ms-flexbox;
    color: #000000;
    font-size: 3rem;
    font-weight: 700;
}
.potential p {
    font-family: SofiaPro;
    color: #000000;
    font-size: 1.5rem;
    font-weight: 700;
}

span.unit {
    font-size: 1.5rem;
    position: relative;
    top: -10px;
}
.potential p {
    font-family: SofiaPro;
    color: #000000;
     font-size: 1.5rem;
    font-weight: 700;
}

.lose-weight p {
   font-family: SofiaPro;
    display: flex;
    align-items: flex-end;;
    display: -webkit-flex;
    display: -ms-flexbox;
    color: #000000;
    font-size: 3rem;
    font-weight: 700;
}

.rangLeftWrapper p {
    font-size: 1.25rem;
}

.rangLeftWrapper p strong {
    font-size: 1.5rem;
}
.slider-container .labels {
    margin: 20px 0px;
}

section.exploreTriniSection h2.commonHeading {
    margin-left: 0px;
}
@media(min-width: 1900px) {
    .rangLeftWrapper p {
        font-size: 1.5rem;
    }

    .rangLeftWrapper p strong {
        font-size: 2rem;
    }
}


@media(min-width: 1900px) {
    .prodHealerWrap p {
        font-size: 1.5rem;
        min-height: 105px;
    }
}


section.listSpaceSection {
    padding: 20px 0px 50px;
}

.listSpceUlWrapper ul li {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
@media (min-width: 1800px) {
    .container {
        max-width: 1240px !important;
    }
}



.slider-container.beforeafterSlide {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 30px 0 30px auto;
    max-width: 85%;
}

.beforeafterSlide .slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.beforeafterSlide .slide {
  flex: 0 0 38%; /* Desktop: 2 full + 1 half */
  padding: 10px;
}

.beforeafterSlide .slide img {
  width: 100%;
  border-radius: 8px;
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);*/
      border: 1px solid #0000000d;
      position: relative;
}
.beforeAfterInnerBox p {
    position: relative;
}
.beforeAfterInnerBox p:before {
    content: "Before";
    display: block;
    position: absolute;
    top: -40px;
    z-index: 1;
    width: 130px;
    height: 40px;
    left: 0;
    background: #faf5ef;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.beforeAfterInnerBox p:after {
    content: "After";
    display: block;
    position: absolute;
    top: -40px;
    z-index: 1;
    width: 130px;
    height: 40px;
    right: 0;
    background: #faf5ef;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.semagluRevs .beforeAfterInnerBox {
    position: relative;
}
.semagluRevs .beforeAfterInnerBox:before {
    content: "Before";
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 130px;
    height: 40px;
    left: 0;
    background: #faf5ef;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.semagluRevs .beforeAfterInnerBox:after {
    content: "After";
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 130px;
    height: 40px;
    right: 0;
    background: #faf5ef;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #cf9358;
    border-radius: 50px;
    opacity: 0.6;
}
.slick-dots li.slick-active {
opacity: 1;
}
/* Tablet View: 2 Slides */
@media (max-width: 1024px) {
  .beforeafterSlide .slide {
    flex: 0 0 50%; /* 2 slides visible */
  }
}
@media (max-width: 767px) {
  .beforeafterSlide .slide {
    flex: 0 0 100%; /* 2 slides visible */
  }
}

/* Mobile View: 1 Slide */
@media (max-width: 768px) {
  .slide {
    flex: 0 0 100%; /* 1 slide visible */
  }
}


h2.diffBeyondHeading {
    margin-bottom: 15px;
}

section.helpingGoodSection {
    padding: 50px 0px 20px;
    /* background: var(--bgColor); */
    background-image: linear-gradient(var(--bgColor), var(--bgColor));
}

section.helpingGoodSection h2.diffBeyondHeading {
    max-width: 800px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
}
.trinituTransfor h2.diffBeyondHeading {
    max-width: 800px;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
}

p.smalltext {
    font-size: 0.7rem;
}



.workOnBodyInner {
    background: #FFF2DC;
    border-radius: 10px;
    padding: 30px 15px 15px;
}

.workBodyImage img {
    margin-bottom: 20px;
}

}
.workOnBodyInner h3 {
    font-size: 2rem;
    font-weight: 700;
    height: 100px;
}
.workBodyImage {
    text-align: center;
    margin-bottom: 15px;
}

.workOnBodyInner h3 span {
    color: var(--third-color);
}
.workOnBodyInner p {
    font-size: 1.1rem;
    color: #303030;
    min-height: 55px;
}

.differenceBeyond {
    margin-bottom: 0px;
}

.workOnBodyInner h3 {
    font-size: 2rem;
    font-weight: 700;
    height: 100px;
    margin-bottom: 15px;
    color: #303030;
}
.w100Per {
    width: 100%;
}

.testimonilasSection .differenceBeyond {
    margin-bottom: 50px;
}
.whyChooseTrinity {
/*    background-image: url(../../images/whyChooseBg@1x.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
}

/*.whyTrinityLeftWrapper img.img-fluid {
    width: 100%;
    max-width: 200px;
    margin: 30px auto;
    display: none;
}*/

.ImageProvideWrap {
    padding: 15px;
    text-align: center;
    margin: 15px auto;
}
.ImageProvideWrap img.img-fluid {
    border: 10px solid #cf9358;
    border-radius: 50%;
    max-width: 215px;
    width: 100%;
}
.whyTrinityLeftWrapper h3 {
    text-align: center;
    font-size: 3.7rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    /*text-shadow: 0px 5px 6px #00000042;*/
    margin-bottom: 30px;
}
.personalizeTel {
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-around;
}

.personalizeList {
    width: 45%;
    text-align: center;
    background: var(--bgColor);
    padding: 25px 15px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    margin: 15px 0px;
    box-shadow: 0px 4px 4px #0000003d;
}

.how-do .getstartedBtn {
    
    margin: 0px auto 0px;
    margin-top: 30px;
}


p.provideWhoText {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 30px;
}

h3.provideWhoHD {
    font-size: 4rem;
    margin-bottom: 15px;
}


.testimonial-slider {
  width: 90%;
/*  margin: 0 auto;*/
}

.testimonial-item {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-item p {
  font-size: 16px;
  margin-bottom: 10px;
}

.testimonial-item span {
  font-weight: bold;
  color: #555;
}
.testimonial-slider {
  margin-right: auto; /* Align to the right */
  margin-left: 0; /* No margin on the left */
}




@media(min-width: 1400px) {
    .whyTrinityLeftWrapper {
        max-width: 100%;
    }
}
@media(min-width: 1900px) {
    section.helpingGoodSection h2.diffBeyondHeading {
        font-size: 4rem;
    }
    .trinituTransfor h2.diffBeyondHeading {
        font-size: 4rem;
    }
}






.trinituTransfor .card {
  border: none;
      border-bottom: 2px solid var(--third-color);
  /* Add bottom border */
  border-radius: 0;
  /* Remove rounded corners */
  margin-bottom: 5px;
}
.trinityTrasImageWrap img.img-fluid {
    width: 100%;
}

section.tetimonilasTwo .differenceBeyond {
    max-width: 800px;
    margin: 0 auto;
}
.trinituTransfor .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 1.25rem 15px;
}

.trinituTransfor .btn-link {
  text-decoration: none;
  padding: 0;
  font-family: SofiaPro;
  font-size: 2rem;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
  position: relative;
  font-weight: 700;
}

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

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

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

.trinituTransfor .card-body {
  padding: 15px;
}

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

.trinituTransfor .card-body p {
   font-size: 1.2rem; 
  margin-bottom: 25px;
  color: #000000;
}

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

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


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

section.trinituTransfor .differenceBeyond {
    margin-bottom: 40px;
}


.innerSaleBox {
    border: 5px solid var(--third-color);
    border-radius: 10px;
    padding: 15px 210px 15px 240px;
}
.boxendSale {
    background: var(--bgColor);
    border-radius: 10px;
    position: relative;
    padding: 15px;
}

img.img-fulid.injectionImage {
    position: absolute;
    bottom: 8px;
    right: 18px;
    max-width: 220px;
}
img.img-fulid.semaAbsolute {
    position: absolute;
    bottom: 30px;
    left: 45px;
    max-width: 170px;
}
section.slaeBanner {
    padding-top: 250px;
    margin-bottom: 70px;
}

.innerSaleBox h3 {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--third-color);
}

.innerSaleBox p.firstSale {
    margin: 0px;
    margin-top: 15px;
    background: var(--third-color);
    color: #ffffff;
    padding: 5px 40px 5px 80px;
    border-radius: 0px 20px 20px 0px;
    max-width: max-content;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    left: -35px;
}


@media(min-width: 1900px) {
    .innerSaleBox {
        padding: 15px 260px 15px 280px;
    }
    img.img-fulid.semaAbsolute {
        position: absolute;
        bottom: 30px;
        left: 45px;
        max-width: 200px;
        width: 100%;
    }
    img.img-fulid.injectionImage {
        position: absolute;
        bottom: 8px;
        right: 18px;
        max-width: 260px;
        width: 100%;
    }
    .innerSaleBox h3 {
        font-size: 3.5rem;
    }
    .innerSaleBox p.firstSale {
        font-size: 1.9rem;
    }
}





.mobileImageWrapBox {
    display: none;
}

.testTwoBtnWrap {
    text-align: center;
    margin: 15px auto 45px;
}

.testTwoBtnWrap .getstartedBtn{
    margin: 0 auto;
}




/* Slider Container */
.testimonials-slider-container {
  position: relative;
  overflow: hidden;
  max-width: 100%; /* Adjust slider width for desktop */
  margin: 50px 0px 50px auto;
}

/* Slider Track */
.testimonials-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
      padding: 25px;
}

/* Individual Slides */
.testimonial-item {
    /* min-width: 100%; */
    /* flex: 0 0 auto; */
    background-color: #FFF7EB30;
    border-radius: 10px;
    padding: 50px;
    margin-right: 10px;
 /*   box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
    text-align: center;
    flex: 0 0 40%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-item img.img-fluid {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0.4;
}
.innerbox p {
    font-size: 1.5rem;
    font-weight: 700;
}
.innerbox {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.innerbox h4 {
    font-weight: 700;
    font-size: 1.2rem;
}
/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.testimonilasSection {
    padding: 70px 0px 15px;
}
.testimonilasSection .differenceBeyond h2 {
    font-size: 3rem;
    font-weight: 700;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 4rem;
}

.veerImageText {
    background: #e3f0ff8f;
    position: absolute;
    top: 0;
    left: 0px;
    width: 93%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0rem;
}


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

span.barSpan {
    top: 60px;
    border: 4px solid #ffffff;
}
.veerImageText h3 {
    font-size: 3rem;
    font-weight: 700;
}

h3.hddingText {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 10px auto 15px;
}

.faq-accordion {
    padding: 0px 0px 30px;
}
.FaqImageWrap {
    text-align: center;
}
.FaqImageWrap img.img-fluid {
    width: 100%;
    margin-bottom: 15px;
}
.faq-accordion .btn-link::before {
    top: 50%;
    right: -30px;
        transform: translateY(-50%) rotate(180deg);
}
.faq-accordion .card-header {
    padding-right: 30px;
}
.faq-accordion .card-header .btn-link {
    text-wrap: auto;
}
.faq-accordion .btn-link.collapsed::before {
    transform: translateY(-50%) rotate(0deg);
        /*right: 0;*/
}

.faq-accordion.faqAccrdingNew .btn-link.collapsed::before {
    transform: translateY(-50%) rotate(0deg);
        right: 0;
}

.footerLogoWrapper img.img-fluid {
    max-width: 100%;
    width: 100%;
}

.newBoxImage {
    width: 450px;
    /* width: 100%; */
}
.newBoxImage img.img-fluid.badgeLogoFooter {
    width: 100%;
    padding: 15px;
}
p.footerTextPara {
    font-family: "SofiaPro";
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #303030CC;
}
.fotterWrapperBoxx {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.fotterWrapperBoxx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

p.copyRightText {
    padding: 25px 0px;
}

section.inclusiveClinicSection {
    margin-bottom: 60px;
    margin-top: 50px;
}
.circleImgeBox img.img-fluid {
    width: 100%;
}
/* Mobile View */
@media (max-width: 768px) {
  .testimonial-item {
    min-width: 100%; /* Show one slide at a time */
  }
}


@media(min-width: 1900px) {
    .innerbox p {
        font-size: 2.2rem;
        font-weight: 700;
    }
    .innerbox h4 {
        font-size: 1.5rem;
    }
    .testimonial-item {
        padding: 100px 70px;
    }
    .testimonials-slider-container {
        max-width: 87%;
        margin: 15px 0px 50px auto;
    }
    .testimonilasSection .differenceBeyond h2 {
        font-size: 4rem;
        font-weight: 700;
        max-width: 1000px;
        margin: 0 auto;
        line-height: 4rem;
    }
    .trinityTrasImageWrap img.img-fluid {
        width: 100%;
    }
    .trinituTransfor .btn-link {
        font-size: 1.8rem;
    }
    .trinituTransfor .card-body p {
        font-size: 1.5rem;
        margin-bottom: 25px;
        line-height: 2.5rem;
        color: #000000;
    }
    .trinituTransfor h2.diffBeyondHeading {
        max-width: 900px;
    }

    .faq-accordion .card-header .btn-link {
        font-size: 2rem;
        line-height: 45px;
    }
}

.beforeafterSlide-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.sliderBefore {
  flex-shrink: 0;
  width: 100%; /* Adjust based on your design */
}
















/*tetimonilas two slidercss*/

.tetimonilasTwo {
   width: 100%;
  /* height: 100vh;*/
  /* display: flex;
   justify-content: center;
   align-items: center;
   background-color: #3d5a80;
   color: #3d5a80;
   overflow: hidden;*/
}
 .testimonial-slide {
   padding: 40px 20px;
}
 .testimonial_box-top {
   background-color: #FFF7EB;
   padding: 30px;
   border-radius: 15px;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   flex-direction: column;
   text-align: center;
  /* box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);*/
    position: relative;
    height: 400px;
    overflow: hidden;
}

 .testimonial_box-icon {
   padding: 10px 0;
}
 .testimonial_box-icon i {
   font-size: 25px;
   color: #14213d;
}
 .testimonial_box-text {
   padding: 10px 0;
}
 .testimonial_box-text p {
       color: #293241;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 0;
    margin-bottom: 25px;
    position: relative;
}
.testimonial_box-text p:before {
    content: '“';
    font-size: 12rem;
    font-family: "SofiaPro";
    position: absolute;
    left: -80px;
    color: var(--third-color);
    top: 35px;
}
 .testimonial_box-img {
   padding: 20px 0 10px;
   display: flex;
   justify-content: center;
}
 .testimonial_box-img img {
   width: 100%;
    height: auto;
    border-radius: 0;
    /* border: 2px solid #e5e5e5; */
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 235px;
}
 .testimonial_box-name {
   padding-top: 10px;
}
 .testimonial_box-name h4 {
   font-size: 20px;
   line-height: 25px;
   color: #293241;
   margin-bottom: 0;
}
 .testimonial_box-job p {
   color: #293241;
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 3px;
   line-height: 20px;
   font-weight: 300;
   margin-bottom: 0;
}





.testimonial__inner {
  max-width:85%;
  margin:0px 0px 0px auto;
}

.testimonial_box-text {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 50%;
    text-align: right;
    margin: 0 0 0 auto;
}
.testimonial_box-text h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

/*start*/
.footerMenuList li{
    margin-bottom: 1.25rem;
}
ul.footerMenuList li a{
    font-size: 1.25rem;
    color: #303030;
}
.fotterWrapperBoxx{
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
}
p.footerTextPara a{
    color: #303030CC;
}


/*end*/



marquee.marqueeWrapper span {
    padding: 5px 15px;
    font-size: 1.1rem;
}


.card-body ul li {
    font-size: 1.125rem;
    margin-left: 50px;
    max-width: 500px;
    margin-bottom: 15px;
}

footer.pageFotter {
    background: #faf5ef;
}

/*css for color change*/ 

/*section#bannerSection{
    background: rgb(250, 245, 239);
}
.boxBannerBg{
    background:#faf5ef;
}*/
.weightLossHeading span{
    color:rgb(207, 147, 88);
}
.prodHealerWrap,
.diffInnerBox{
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #faf5ef;
    border-radius: 15px;
}
.testimonial_box-top{
    background:#faf5ef;
}
.workOnBodyInner {
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.rangLeftWrapper p{
    color: #000000;
}
.newHowLeftWrapper h2 span,
.commonHeading span,
.tinityCircleH2 span{
    color:rgb(207, 147, 88);
}
.weightLossHeading{
    font-size: 3rem;
    line-height: 1.2;
    /*text-transform: lowercase;*/
}

ul.bannerListUl li{
    font-size: 1.13rem;
    text-transform: lowercase;
}
.weightLossHeading:first-letter,
ul.bannerListUl li span:first-letter{
  text-transform: uppercase;
}
.getstartedBtn,
.prodBtnBoxWrap button{
    font-family: 'SofiaProLight';
    padding: 12px 30px 10px 30px;
    border-radius: 50px;
    line-height: 1.3;
    background-color:#000;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #fff;
    transition-timing-function: ease;
    transition-property: all;
    transition-duration: 300ms;
    font-size: 1rem;
    text-align: center;
}
.btngetStarted{
    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    background: transparent !important;
}
.getstartedBtn:hover,
.prodBtnBoxWrap button:hover{
    opacity: 0.54;
    background: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.btngetStarted:hover{
    opacity: 1 !important;
    color: #fff !important;
}
marquee.marqueeWrapper span{
    font-size: 1rem;
}
h2.commonHeading,
h2.diffBeyondHeading,
.testimonilasSection .differenceBeyond h2,
.trinituTransfor h2.diffBeyondHeading,
h2.tinityCircleH2,
.contentabout h2{
    font-size: 2.2rem !important;
    line-height: 1.2;
   /* text-transform: lowercase;*/
}
h2.commonHeading:first-letter,
h2.diffBeyondHeading:first-letter,
.testimonilasSection .differenceBeyond h2:first-letter,
.trinituTransfor h2.diffBeyondHeading:first-letter,
h2.tinityCircleH2:first-letter,
.contentabout h2:first-letter{
    text-transform: uppercase;
}
p.difParaCont{
    font-size: 1rem;
}
.prodHealerWrap h3,
.IconBox h4{
    font-family: 'SofiaPro';
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
}
.prodHealerWrap p,
.IconBox p{
    font-family: 'SofiaPro';
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 5px;
}
.newHowLeftWrapper h2{
    font-family: 'SofiaProMedium';
    font-size: 2.2rem;
}
.newHowRightContentWrap h3{
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}
.trinituTransfor .btn-link{
    font-size: 1.2rem;
}
.newHowRightContentWrap p{
    margin: 0px;
    font-size: 1.2rem;
}
section.helpingGoodSection h2.diffBeyondHeading{
    font-size: 2.2rem;
}
section.helpingGoodSection{
    padding: 50px 0px 50px;
}
.faq-accordion .card-header .btn-link {
    font-family: 'SofiaProMedium';
    font-size: 24px;
    font-weight: normal;
}

section.inclusiveClinicSection,
section.differenceBeyondSection,
section.newHowItWork{
    border-radius: 20px;
    background: #fff;
    margin: 0;
}
section.inclusiveClinicSection{
    margin-top: 10px;
    padding-bottom: 50px;
}
section.differenceBeyondSection{
    margin: 10px 0;
    padding: 50px 0 80px;
}
section.newHowItWork{
    margin-bottom: 10px;
}
.newCustHeadSec{
    background: #fff;
    border-radius: 30px 30px 0 0;
}
section.clinicalluProv{
    margin-bottom: 0;
}
section.helpingGoodSection{
    border-radius:30px;
    margin: 10px 0;
}
section.listSpaceSection,
.testimonilasSection,
section.trinituTransfor,
section.slaeBanner,
section.aboutusTrinitytextWrap,
.about-us{
    background: #fff;
    border-radius: 30px;
    margin: 10px 0 !important;
}
.about-us{
    padding-top: 60px;
}
.trinityFactorySection{
    border-radius: 30px;
}
.testimonilasSection{
    background: #faf5ef;
}
section.slaeBanner{
    padding-bottom: 50px;
}
.testimonilasSection{
    padding-bottom: 50px;
}
.tetimonilasTwo {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 50px 0px 40px;
}
section.trinityCircle {
    background: #fff;
    border-radius: 30px;
    margin: 10px 0;
    padding: 50px 0;
}
.how-do{
    margin: 0;
    padding: 50px 0 50px;
    background: #faf5ef;
    border-radius: 30px;
}
section.faqSection {
    padding: 70px 0px;
    border-radius: 30px;
    margin: 10px 0;
    background: #fff;
}
.custmLoginBtn{
    border-radius: 50px;
}
.custmLoginBtn:hover{
    opacity: 0.5;
    background: #000;
}
section.brandLogoSection{
    background: #fff;
}
.tetimonilasTwo{
    margin: 10px 0;
}
.comprehensiveBoxtext h3{
    font-size: 1.2rem !important;
}
.comprehensiveBoxtext p{
    font-size: 1.2rem !important;
}
.faqtext span{
    color: var(--third-color);
}
.contactFrm,
section.compoundSemaBanner,
section.stepsThreeLoseWeight{
    background:#faf5ef !important;
}
section.semaForMeSection,
section.lastingWeightSection,
.wathisSemaglu,
.exploreTriniSection{
    background: #fff;
    margin: 10px 0;
    border-radius: 30px;
}
section.lastingWeightSection,
.wathisSemaglu{
    padding: 50px 0;
}
section.stepsThreeLoseWeight{
    border-radius: 30px;
}

.compoundSemaTextWrap h2,
.hereWhatsExpirition h2{
    font-size: 3rem !important;
}
.compoundSemaTextWrap .features ul li span,
.exploreTrinize p,
.whatisSemaTextWrap p{
    font-size: 1.2rem !important;
    line-height: 2rem !important;
}
.compoundSemaTextWrap h2 span,
.stepLoseHdingWrap h3 span,
.hereWhatsExpirition span,
.contentabout h2 span{
    color: #000;
}
.whiteBoxxBg span{
    color:var(--third-color);
}



/*end*/

.navmenuBar.navbar .row {
    width: 100%;
}
.how-do .getstartedBtn {
    padding: 12px 30px 10px 30px;
    border-radius: 50px;
}
.mobileBlock {
    text-align: center;
}
    .mobileBlock video.img-fluid {
        width: 100%;
        border-radius: 30px;
        max-width: 215px;
        /* margin: 10px auto; */
    }

nav.navBoxExtented {
    display: flex;
    align-items: center;
}

.navmenuBar.navbar .row {
    margin: 0px !important;
}
.navmenuBar.navbar .col-12 {
    padding: 0px !important;
}


.prodHealerWrap h3, .IconBox h4 {
    font-family: 'SofiaPro';
    font-size: 2rem;
    text-align: left;
    padding: 15px 15px 5px;
    font-weight: 700;
}
.IconBox h4 {
    text-align: center;
    font-size: 1.5rem;
}

@media(min-width: 1900px) {
    section#bannerSection {
        padding-bottom: 30px;
        background: transparent;
        overflow: hidden;
        min-height: 870px;
    }
}


    
@media(min-width: 1500px) {
    .weightLossHeading {
        font-size: 4rem;
        line-height: 1.2;
        text-transform: uppercase;
        max-width: 100%;
    }
    ul.bannerListUl li img {
        top: 4px;
    }
        .mobileBlock video.img-fluid {
        width: 100%;
        border-radius: 30px;
        max-width: 215px;
        /* margin: 10px auto; */
    }
}
@media(min-width: 1800px) {
    .mobileBlock video.img-fluid {
        max-width: 100%;
    }
    .prodBtnBoxWrap button {
         width: 48%;
         font-size: 1.25rem;
    }
    p.BrandSliderHd {
    font-size: 1.25rem;
}
    .weightLossHeading {
        font-size: 4rem;
            line-height: 5rem;
       /* text-transform: lowercase;*/
         max-width: 600px;
    }
    .boxBannerBg {
    background: #ffffffc2;
    padding: 30px;
    border-radius: 10px;
    margin: 50px 0px 130px;
}
video.background-video {
    max-width: 100%;
    object-fit: cover;
    opacity: 1;
    width: 100%;
}
    .topBannerRightWraper {
        position: relative;
        top: 30px;
    }
    ul.bannerListUl li {
    font-size: 1.5rem;
    text-transform: lowercase;
}
ul.bannerListUl li img {
    max-width: 25px;
    /* padding-left: 5px; */
    margin-right: 8px;
    position: relative;
    top: 5px;
}
.navbarWrapper .navbar-light .navbar-nav .nav-link {
    color: #000000;
    padding: 0px 18px;
    font-size: 1.25rem;
}
.custmLoginBtn {
    font-size: 1.25rem;
}
marquee.marqueeWrapper span {
    font-size: 1.25rem;
}
h2.commonHeading, h2.diffBeyondHeading, .testimonilasSection .differenceBeyond h2, .trinituTransfor h2.diffBeyondHeading, h2.tinityCircleH2, .contentabout h2 {
    font-size: 4rem !important;
}
.prodHealerWrap p, .IconBox p {
    font-family: 'SofiaPro';
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
    padding: 0px 15px;
}
.mobileBlock video.img-fluid {
    width: 100%;
    border-radius: 30px;
}
.newHowRightContentWrap h3 {
    font-size: 1.5rem;
}
.newHowRightContentWrap p {
    margin: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
}

.newHowLeftWrapper h2 {
    font-family: 'SofiaProMedium';
    font-size: 4rem;
}
.newHowLeftWrapper p {
    font-size: 1.25rem;
}
.trinituTransfor .btn-link {
    font-size: 2rem;
}
section.tetimonilasTwo .differenceBeyond {
    max-width: 100%;
}
.testimonial_box-text {
    max-width: 60%;
}
.testimonial_box-text p {
    font-size: 1.5rem;
}
.testimonial_box-text h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 20px;
}
p.difParaCont {
    font-size: 1.5rem;
}
section.helpingGoodSection h2.diffBeyondHeading {
    max-width: 900px;
}
.getstartedBtn, .prodBtnBoxWrap button {
    font-size: 1.25rem;
}
.testimonial__inner {
    max-width: 83%;
}
section.tetimonilasTwo h2.diffBeyondHeading {
    max-width: 950px;
    margin: 15px auto;
}
p.copyRightText img.img-fluid.footLastLogo {
    width: 100%;
}
}


.innerFtrImgWrap img.img-fluid {
    max-width: 50px;
    object-fit: contain;
    max-height: 100%;
    transform: rotate(-25deg);
}

.footerPopUpFixed {
    position: fixed;
    bottom: 15px;
    background: #ffffff;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    box-shadow: 0px 3px 20px 7px #0000001f;
    max-width: 340px;
    width: 100%;
}

.innerFoortWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.corssFtrPp {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.innerFtrImgWrap {
    width: 100px;
    height: 100px;
    padding: 15px;
    object-fit: contain;
    box-sizing: border-box;
    background: #cf9358;
    text-align: center;
    border-radius: 8px;
    margin-right: 15px;
}

.ftrInnerContent h5 {
    margin: 0px;
    font-size: 1.1rem;
    font-weight: 600;
        margin-bottom: 4px;
}

.ftrInnerContent p {
    margin: 0px;
    font-size: 0.80rem;
    line-height: 1rem;
}

.ftrInnerContent a {
    background: var(--step-btn-color);
    border-radius: 5px;
    margin-left: 0px;
    border: var(--step-btn-color);
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 10px;
    margin: 5px 0px 0px;
}


.pulseAnimation {
     animation: pulseAnimation 2s infinite;
}
.fixedBtnBottom {
    position: fixed;
    bottom: 0px;
    text-align: right;
    width: 100%;
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.fixedBtnBottom a.getstartedBtn.pulseAnimation {
    margin: 0px;
    position: relative;
    right: 25px;
}
@keyframes pulseAnimation {
            0% {
                box-shadow: 0 0 0 0 rgb(207 147 88);
            }

            50% {
                opacity: .5;
            }

            100% {
                box-shadow: 0 0 0 25px rgba(3, 149, 229, 0);
            }
        }

        .footerPopUpFixed {
  display: none;
  /* Other styles */
}

.fixedBtnBottom {
  display: none;
  /* Other styles */
}


@media(min-width: 668px) {
    .footerPopUpFixed {
        position: fixed;
        bottom: 25px;
        background: #ffffff;
        border-radius: 8px;
        left: unset;
        transform: translateX(0%);
        padding: 15px;
        box-shadow: 0px 3px 20px 7px #0000001f;
        max-width: 340px;
        width: 100%;
        right: 25px;
    }
}



@media(max-width: 1024px) {
    .row.mobileDoctorBox .col-lg-3.col-md-4.col-sm-12.col-12 {
        max-width: 100% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}

@media(max-width: 667px) {
    .ImageProvideWrap {
    padding: 0px;
    text-align: center;
    margin: 15px auto;
}
}

.how-do a.getstartedBtn {
    margin: 15px auto;
}

.mobVid{
    display: none;
}

@media(max-width: 767px) {
    .deskVid {
        display: none;
    }
    .mobVid{
        display: block;
    }
}

