
/*  ===========================
      ==== goolge fonts ====
    ============================ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


    *, ::before, ::after {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }
    
    html {
        overflow-x: hidden;
        scroll-behavior: smooth;
    }
    
    body {
        font-family: "Plus Jakarta Sans", sans-serif;
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none !important;
        color: inherit;
    }
    
    ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .container {
    max-width: 1270px;
}
    section {
        padding: 80px 0px;
    }
    
    p {
        color: #2a2a2a;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        margin: 0px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 0px;
        color: #191919;
    }
    
    img {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }
    
    /*  ===========================
        ======== header area ======== 
        ============================ */
    .header {
    padding: 13px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 99;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
  .icon-sill img {
    width: 45px;
}
    /*  ===========================
        ======== hero area ======== 
        ============================ */
section#home {
    padding: 30px 0px;
}
.hero-img-wrap h1 {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    font-weight: 700;
    color: #191919;

}
span.color-gray {
    color: rgba(18, 21, 23, 0.5);
    display: inline-block;
}
.checklist-title h2{
    font-weight: 700;
    color: #191919;
    font-size: 26px;
    margin-bottom: 20px;
}

ul.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

ul.check-list .check-img {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
}

ul.check-list .check-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

ul.check-list p {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400;
  margin: 0; /* optionally reset margin */
}
a.btn {
    background: rgba(204,73,3,1);
    padding: 15px 100px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
a.btn.btn-color:hover {
    color: #ffff;
}
      
.container-calculation {
    background: #fff;
    /* max-width: 400px; */
    margin: 20px 0px;
    padding: 30px 40px 40px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
    label {
      font-size: 1.1em;
      display: block;
      margin-bottom: 10px;
      font-weight: bold;
    }
    input[type="range"] {
    width: 100%;
    accent-color: #ff6554;
    margin: 25px 0 25px 0;
    height: 6px;
    background-color: #eee9e4;
}
    .title-qs {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-right: 25px;
}
    .weight-lose-calculation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.value-role {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ibs-text {
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
    margin-top: 20px;
}
#currentWeightDisplay{
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}
#loseWeightDisplay{
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
}
#currentWeightDisplay, #loseWeightDisplay {
    color: #191919;
    margin: 0;
}
    /*  ===========================
    ==== video carousel ======
=========================== */
.video-carousel{
    background: rgba(255,237,229,1);
}
.section-title-box h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #191919;
}
.carousel-track-wrapper { 
  position: relative; 
  overflow: hidden; /* <-- THIS LINE IS THE FIX */
}
.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(.77,0,.18,1);
  will-change: transform;
  gap: 30px;
  padding: 0 30px;
}
.carousel-slide {
  flex: 0 0 calc((100% - 60px)/3);
  max-width: calc((100% - 60px)/3);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .carousel-track { gap: 16px; padding: 0 10px; }
  .carousel-slide { flex: 0 0 80vw; max-width: 80vw; }
}
.wistia-player, wistia-player {
  width: 100%;
  height: 500px;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  background: #000;
  overflow: hidden;
}
@media (max-width: 600px) {
  .wistia-player, wistia-player { height: 500px; }
  .carousel-container { padding: 10px 0 40px 0; }
}
.carousel-dots {
  text-align: center;
  margin-top: 18px;
}
.carousel-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #fff;
  border: 2px solid #383352;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.carousel-dot.active { background: #383352; }
    /*  ===========================
    ==== brand logo section ======
=========================== */
.brand-logo-carousel{
    background-color: #e2ecf5;
    padding: 40px 0px;
}
    .logo-carousel {
      width: 100%;
      overflow: hidden;
      position: relative;
      /* Optional: Fade edges for style */
      mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
      -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
      /* Remove mask-image lines if you don't want fade effect */
    }
    .logo-track {
      display: flex;
      width: max-content;
      animation: scroll 25s linear infinite;
    }
    .logo {
      flex: 0 0 auto;
      padding: 0 30px;
      display: flex;
      align-items: center;
    }
    .logo img {
    height: 24px;
    width: auto;
    display: block;
    object-fit: contain;
}
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    /* Responsive tweak (optional) */
    @media (max-width: 600px) {
      .logo img {
        height: 25px;
      }
      .logo {
        padding: 0 15px;
      }
    }

   /*  ===========================
    ==== compund section ======
=========================== */
.compound-img img{
  border-radius: 8px;
}
           /*  ===========================
    ==== what includes section======
=========================== */
.what-includes{
    padding-top: 0px;
}
h2.title-of-includes {
    font-size: 24px;
}
.what-includes-item-wrap img {
    width: 37px;
}

.what-includes-item-wrap {
    gap: 20px;
}
           /*  ===========================
    ==== product demo slider======
=========================== */
.testimonials-area{
    padding-top: 0px;
}
        .gtco-testimonials {
            position: relative;
        }

        .owl-stage-outer {
            padding: 30px 0
        }
      .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex !important;
}
.owl-dots {
    align-items: center;
    justify-content: center;
    display: flex;
}
        .owl-nav {
            display: none
        }
        .owl-dots {
            text-align: center
        }
        .owl-dots span {
            position: relative !important;
            height: 10px !important;
            width: 10px !important;
            border-radius: 50% !important;
            display: block !important;
            background: #fff !important;
            border: 2px solid #383352 !important;
            margin: 0 5px !important
        }
        .owl-dots .active {
            box-shadow: none !important
        }
        .owl-dots .active span {
            background: #383352 !important;
            box-shadow: none !important;
            height: 12px !important;
            width: 12px !important;
            margin-bottom: -1px !important
        }
        .gtco-testimonials .card {
            background: #CC4903 !important;
            margin: 0 20px;
            padding: 6px;
            border-radius: 14px;
            border: 0;
            text-align: center;
        }
.gtco-testimonials .card-body {
    background: initial;
    padding: 0;
    border-radius: 8px;
}
        .active {
            transition: all .3s
        }

        .center {
            opacity: 1
        }

        .gtco-testimonials .owl-carousel .owl-nav button.owl-next,
        .gtco-testimonials .owl-carousel .owl-nav button.owl-prev {
            outline: 0
        }

        .gtco-testimonials .owl-carousel button.owl-dot {
            outline: 0
        }

       .gtco-testimonials .owl-carousel .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            pointer-events: none
        }

.gtco-testimonials .owl-carousel .owl-nav button i {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: background .3s ease;
}

        .gtco-testimonials .owl-carousel .owl-nav button i:hover {
            background: #ccc
        }
    .card-body img {
    border-radius: 14px;
    }

/*  ===========================
      ==== Faq area====
    ============================ */
    .faq{
        background-color: rgba(255,237,229,1)
    }
    .buy-now.faq {
    text-align: center;
    margin-bottom: 20px;
}
    .dtr-py-7 {
        padding-top: 5rem;
    }
    .dtr-pb-7{
        padding-bottom:5rem;
    }
    .dtr-rounded{border-radius:10px;}
    .dtr-accordion .btn.btn-link{color:#142752;}
    .dtr-accordion .btn.btn-link{
        box-shadow:none;
    }
    .dtr-accordion .btn.btn-link {
        position: relative;
        width: 100%;
        padding: 15px 40px 15px 20px;
        margin: 0;
        border: 0;
        text-decoration: none;
        text-transform: none;
        text-align: left;
        -webkit-box-sizing: border-box;
        -mox-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
        transition: all .3s linear;
        box-sizing: border-box;
        font-size: 17px;
        font-weight: 600;
    }
    .dtr-accordion .card-header:first-child{
        paddding:0;
        margin:5px;
        
    }
    .dtr-accordion.accordion> .card {border: 0;border-radius: 0;}
    
    .dtr-accordion.accordion > .card .card-header {
        margin: 5px;
    }
    
    .dtr-accordion .card-header:first-child {
        border-color: #e8eaee;
    }
    
    .dtr-accordion .card-header:first-child, .dtr-accordion.accordion > .card:not(:first-of-type) .card-header:first-child {
        padding: 0;
        margin: 5px;
        display: block;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(20,39,82,0.1);
        box-shadow: 0px 3px 5px 0px rgba(20,39,82,0.1);
        border-radius: 300px;
        border: none;
    }
    
    .dtr-accordion .card-header {
        background: #fff;
    }
    
    .dtr-accordion .card-header {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        }
    .dtr-accordion .btn.btn-link.collapsed:after{content:"\f062";
                                                font-family:fontawesome;}
    .dtr-accordion .btn.btn-link:after{
        content:"\f063";
        font-family:fontawesome;
        position: absolute;
        font-size: 16px;
        font-weight: normal;
        right: 20px;
        top: 50%;
        margin-top: -12px;
       cursor:pointer;}
    
    .card {
        background: transparent !important;
        }
    
    .card-body {
        background-color: #fff;
        padding: 25px;
        border-radius: 25px;
        margin: 5px;
        color: #191919;
    }
           /*  ===========================
    ==== ticktok video ======
=========================== */
.ticktok-video{
    padding: 0px 0px 30px 0px;
}
     .single-wistia-video-container {
      max-width: 360px;
      margin: 40px auto;
      border-radius: 14px;
      box-shadow: 0 4px 18px rgba(0,0,0,0.10);
      background: #000;
      overflow: hidden;
    }
    wistia-player, .wistia-player {
      width: 100%;
      aspect-ratio: 16/9;
      min-height: 550px;
      display: block;
      border-radius: 14px;
      background: #000;
      overflow: hidden;
    }
    @media (max-width: 600px) {
      .single-wistia-video-container {
        max-width: 98vw;
        margin: 16px auto;
      }
      wistia-player, .wistia-player {
        min-height: 160px;
      }
    }
               /*  ===========================
    ==== weight results ======
=========================== */
.weight-results{
    background: rgba(255,230,217,1);
}
.weight-results .percentage-wrap {
    gap: 20px;
    border-bottom: 1px solid #2a2a2a;
    margin-bottom: 8px;
    padding-bottom: 20px;
}
.red-cap {
    display: inline-block;
    background: rgba(204,73,3,1);
    color: #fff;
    padding: 4px 6px;
}
               /*  ===========================
    ==== brand partners ======
=========================== */
.brand-partner{
    padding-bottom: 40px;
}
.partner-text-wrap h5{
    font-size: 18px;
    font-weight: 600;
    color: #191919;
}
.partner-text-wrap p{
    font-size: 16px;
    font-weight: 400;
}
.note p{
    font-size: 16px;
    padding-top: 60px;
}
           /*  ===========================
    ==== product-test ======
=========================== */
.product-test{
    background: rgba(247,245,245,1);
}
.multiple-product-img img{
   border-radius: 14px;
}
.accordion-container {
    max-width: 700px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-content: space-between;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.main-test-box{
    background-color: #fff;
    padding: 30px;
    border-radius: 14px;
}
.test-title{
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin: 10px 0px;
}
.passed-point span {
    font-size: 16px;
    line-height: 24px;
    color: #cc4903;
}
details {
    margin-bottom: 15px;
    border-radius: 14px;
    padding: 20px 0px 0px 0px;
}
details {
  font-size: var(--title);
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  &:hover {
    opacity: 1;
  }
}
summary {
  font-family: "Libre Franklin";
    text-decoration: none !important;
  user-select: none;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;

  &:hover {
    text-decoration: underline;

    & .title {
      opacity: 1;
    }

    & .accordion-icon {
      opacity: 1;
    }
  }
}
.accordion-title {
    font-size: 16px;
    line-height: 28px;
    color: #191919;
    width: 40%;
    font-weight: 400;
    transition: all 250ms ease-in-out;
}
.accordion-icon {
  opacity: 0.5;
  pointer-events: none;
  transition: all 150ms ease-out;
  color: #191919;
  svg {
    width: var(--icon-size);
    height: var(--icon-size);
    transition: transform 0.3s ease-in-out;
  }
}

.accordion-content {
    color: #191919;
    padding: var(--content-padding);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
}
/** Remove Marker */
summary::-webkit-details-marker {
  display: none;
}
/** Rotate Icon */
details[open] .accordion-icon svg {
  transform: rotate(180deg);
}
    /* small  mobile :320-767px.   */
    @media (max-width: 767px)   {
      .accordion-title {
    font-size: 20px;
    line-height: 30px;
}
      .accordion-container {
    grid-template-columns: 1fr;
}
    }
           /*  ===========================
    ==== before after  area ======
=========================== */
.before-after-carousel{
    padding-top: 0px;
}
.results-scroll {
    width: 1170px;
    overflow: hidden;
    width: 100vw;
    background: #fff;
    padding: 30px 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
}
      .results-track {
        display: flex;
        width: max-content;
        animation: results-scroll var(--results-scroll-duration) linear infinite;
      }
      @keyframes results-scroll {
        from { transform: translateX(0); }
        to { transform: translateX(-50%); }
      }
      .left-fade-out {
    z-index: 5;
    background-image: linear-gradient(90deg, #fff, #fff0);
    width: 200px;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
}
      .right-fade-out {
    z-index: 5;
    background-image: linear-gradient(90deg, #fff0, #fff);
    width: 200px;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
}
      .results-card {
        border-radius: 50px;
        flex-flow: column;
        width: 420px;
        height: 100%;
        margin-right: 20px;
        display: flex;
        position: relative;
        overflow: hidden;
        background: #f7f7f7;
        box-shadow: 0 4px 18px rgba(0,0,0,0.08);
      }
      .results-stats {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    display: flex;
}
.weight-loss-statistics {
    border: 1px none #191919;
    opacity: 1;
    background-color: #c6a6731f;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
      .pounds-lost-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.doctors-name {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.section-paragraph.weight-lost {
    margin-bottom: 16px;
    line-height: 1.4em;
}
      .results-photo.michael-p {
        background-image: url('img/before after two.jpeg');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
      }
      .results-photo.melissa-c {
        background-image: url('img/before after three.jpeg');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 400px;
      }
      .results-photo.sandra-k {
        background-image: url('img/before\ after\ one.jpg');
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
      }
      .results-photo {
        width: 100%;
      }
      .div-block-8 {
        background-color: #ffede5;
        text-align: center;
        margin-top: -30px;
        padding-bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
      }
      .results-content {
        z-index: 5;
        color: var(--charcoal, #222);
        text-align: center;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: -18px;
        display: flex;
        position: relative;
      }
      .pounds-lost {
        z-index: 5;
        background-color: #D66A25;
        vertical-align: middle;
        border: 1px solid #a8f0c2;
        border-radius: 20px;
        align-self: center;
        margin-bottom: 14px;
        padding: 6px 14px;
        display: inline-block;
        position: relative;
      }
      .pounds-lost-text {
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
      }
      .text-span-3 {
        padding-right: 3px;
      }
      /* Responsive for mobile */
      @media (max-width: 600px) {
        .left-fade-out, .right-fade-out {
    display: none;
}
        .results-stats {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
}
        .results-card {
          width: 80vw;
          min-width: 240px;
          margin-right: 12px;
        }
        .results-photo.michael-p,
        .results-photo.melissa-c,
        .results-photo.sandra-k {
          height: 220px;
        }
        .div-block-8 {
          padding-left: 10px;
          padding-right: 10px;
        }
      }

       /*  ===========================
    ==== girl smiling area ======
=========================== */
.girl-smilling-area{
    background: url(img/girl\ smilling.webp)center center no-repeat;
    background-size: cover;
    height: 800px;
}
       /*  ===========================
    ==== quiz  area ======
=========================== */

.div-quiz {
    width: 70%;
    margin: auto;
    background: rgba(255,237,229,1);
    padding: 50px 50px 20px 50px;
    border-radius: 14px;
    top: -170px;
    position: relative;
}
.quiz-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 25px;
  max-width: 900px;
  margin: 20px auto;
  background-color: white;
  padding: 35px 25px;
  border: 1px solid #9b735e;
  border-radius: 12px;
  grid-row-gap: 25px;
}

.quiz-item {
  border: 1px solid #9b735e;
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 14px;
}

.quiz-item label {
  position: relative;
  padding-left: 40px; /* space for custom checkbox */
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.quiz-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}

.custom-checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 6px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.quiz-item input[type="checkbox"]:checked + .custom-checkbox {
  border-color: #222;
  background-color: transparent;
}

.custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.quiz-item input[type="checkbox"]:checked + .custom-checkbox:after {
  display: block;
}

.quiz-item .custom-checkbox:after {
  left: 8px;
  top: 3px;
  width: 8px;
  height: 16px;
  border: solid #222;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
}

.quiz-item label {
  display: grid;
  align-items: center;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.quiz-item input[type="checkbox"] {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#getStarted {
  grid-column: span 2;
  padding: 18px 20px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
}
#getStarted:disabled {
  background-color: grey;
  cursor: not-allowed;
}
span.size-small {
    font-size: 15px;
    line-height: 25px;
    color: #323232;
}
@media (max-width: 600px) {
  .quiz-container {
    grid-template-columns: 1fr;
  }
  #getStarted {
    grid-column: span 1;
  }
  .quiz-item label {
    font-size: 17px;
    line-height: 27px;
}
}

   /*  ===========================
    ==== cta area ======
=========================== */
.cta-area {
    position: relative;
    background: url(img/couple.jpg) center center no-repeat;
    background-size: cover;
    padding: 250px 0;
    z-index: 1;
    overflow: hidden;
}

.cta-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
    z-index: 2;
}

.cta-area > * {
    position: relative;
    z-index: 3;
}
   /*  ===========================
    ==== weight-loss ======
=========================== */
.weight-loss{
    background: rgba(255,237,229,1);
}
.color-pink{
    color: rgb(204, 73, 3);
}
.weight-loss .section-title-box h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: #191919;
}
.weight-loss .check-list{
    width: 80%;
    margin: auto;
    margin-bottom: 8px;
}
.weight-loss .check-list li{
    margin-bottom: 8px;
}
.loss-weight-female img{
     border-radius: 14px;
}
.loss-weight-female.lose-weight-female-left ,
.loss-weight-female.lose-weight-female-right{
    top: -300px;
    position: relative;
    width: 199px;
    margin: auto;
}
   /*  ===========================
    ==== brand logo two ======
=========================== */
     @keyframes slides {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-50%);
            }
        }
        .logos {
            background: #E2ECF5;
            padding: 0px 0px 0px 0px;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }
        .logo_items div img {
            width: 32px;
            height: auto;
            margin-right: 5px;
        }
        .logos:before, .logos:after {
            position: absolute;
            top: 0;
            width: 100px;
            height: 100%;
            content: '';
            z-index: 2;
        }
        .logos:before {
            left: 0;
            background: linear-gradient(to left, rgba(255,255,255,0), transparent);
        }
        .logos:after {
            right: 0;
            background: linear-gradient(to right, rgba(255,255,255,0), transparent);
        }
        .logo-track {
            display: flex;
            animation: slides var(--scroll-duration) linear infinite;
            width: 200%;
        }
        .logo_items {
            display: flex;
            align-items: center;
            gap: 40px;
            margin-right: 40px !important;
        }
        .logo_items div {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
            line-height: 22px;
            font-family: Arial, sans-serif;
        }
        .logo_items img {
            height: 50px;
        }
        @media (max-width: 600px) {
            .logo_items div {
                font-size: 13px;
                line-height: 18px;
            }
            .logo_items img {
                height: 32px;
            }
            .logos:before, .logos:after {
                width: 40px;
            }
        }
   /*  ===========================
    ==== percentase area ======
=========================== */
.percentage-wrap {
    gap: 60px;
    border-bottom: 1px solid #2a2a2a;
    margin-bottom: 8px;
    padding-bottom: 20px;
}

h2.percentage {
    font-size: 52px;
    font-weight: 700;
    color: #2a2a2a;
}
.percentage-custom-gap{
    gap: 20px;
}
   /*  ===========================
    ==== footer section ======
=========================== */
.footer-text p {
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 24px;
}

footer {
    padding: 30px 0px;
    background: #fff;
}
.logo-wrap {
    justify-content: flex-end;
}
.logo-wrap img{
    width: 134px;
}
.border-footer{
    border-top: 1px solid #ccc;
}
.footer-menu li {
    display: inline-block;
    margin: 0px 8px;
}
.footer-menu li a{
   font-size: 14px;
   color: #2a2a2a;
   font-weight: 400;
   text-decoration:none;
}
/*Scroll to top*/
.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 101, 84, 0.986);
    margin: 0px;
    position: fixed;
    bottom: 30px;
    right: 112px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 999;
    text-decoration: none;
    color: rgb(14, 23, 41);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease 0s;
    animation: sumaiya 2s infinite;
}

.back-to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}

.back-to-top i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    transition: all 200ms ease 0s;
}

.back-to-top:hover i {
    top: 6px;
}
@keyframes sumaiya{
    0%{
        box-shadow: 0 0 0 0px rgba(255, 101, 84, 0.986);
    }
    70%{
        box-shadow: 0 0 0 2rem rgba(253, 87, 191, 0);
    }
    100%{
        box-shadow: 0 0 0 20px rgba(253, 87, 191,  0);
    }
}
    /*  ===========================
          ==== All Responsive codes ====
        ============================ */
    /*Mobile menu do here*/
    @media(min-width: 992px){
       
      }
    /*Md devices*/
    @media (min-width: 768px)  and (max-width:  998px) {
       
    }
    
    /* small  mobile :320-767px.   */
    @media (max-width: 767px)   {
        section {
    padding: 40px 0px;
}
      .nav {
    flex-wrap: nowrap;
    display: flex;
    align-items: flex-start;
}
.icon-sill img {
    width: 80px;
}
.hero-img-wrap h1 {
    font-size: 28px;
    line-height: 36px;
}
.section-title-box h2 {
    font-size: 28px;
    line-height: 38px;
}
.carousel-container {
    padding: 10px 0 10px 0;
}
.what-includes-item-wrap {
    gap: 20px;
    margin-bottom: 14px;
}
.girl-smilling-area {
    background: url(img/girl\ smilling.webp)center center no-repeat;
    background-size: cover;
    height: 350px;
}
.div-quiz {
    width: 100%;
    padding: 30px 20px 20px 20px;
    top: -100px;
}
.note p {
    font-size: 16px;
    padding-top: 30px;
}
.weight-loss .section-title-box h2 {
    font-size: 28px;
    line-height: 38px;
}
.loss-weight-female.lose-weight-female-left, .loss-weight-female.lose-weight-female-right {
    top: 0;
}
h2.percentage {
    font-size: 30px;
}
.percentage-wrap {
    gap: 30px;
}
.footer-copywright p {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
.footer-menu ul {
    text-align: center;
    margin-top: 10px;
}
.footer-menu li {
    display: inline-block;
    margin: 4px 8px;
}
.back-to-top.active {
    bottom: 94px;
}
.back-to-top {
    right: 32px;
}
.hero-text-wrap .buy-now {
    text-align: center;
    padding-top: 20px;
}
    }