/************live************/


.treatment-text p:first-child {
    margin: 10px 0 15px 0;
}
.swiper.mySwiper3 {
    display:none;
}
.swiper.mySwiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    margin-top:10px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 19px !important;
    font-weight: 900 !important;
   color:white !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
    font-weight: 900;
   color:white;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin:0 auto !important;
}
.search-box.popupBox {
    background: #22487b;
}
.input-spc.search {
    max-width: 1000px;
    margin: 15px auto;
}
 a.rd {
    color: white;
}
.bmi-thumb {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ccc;
}
body.search-opened {
    overflow: hidden;
}
body.search-opened::after
 {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    position: fixed;
    left: 0;
    top: 0;
    z-index:2;
}

body footer {
    padding: 60px 0px 30px 0;
    z-index: 2;
}

.team-members-section .section-text {
    max-width: 850px;
    margin: 15px auto 0 auto;
}
body footer {
    position: relative;
}
.scrollTopBtn {
    width: 140px;
    height: 50px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    vertical-align: middle;
    padding: 10px 33px 10px 20px;
    z-index: 1;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    color: #ffffff;
    background: #22487b;
    z-index: -1;
}
.scrollTopBtn::before {
    content: "";
    position: absolute;
    top: 33%;
    left: 78%;
    width: 14px;
    height: 14px;
    background-image: url(../images/back-to-top.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.scrollTopBtn:after {
    content: '';
    position: absolute;
    left: -9px;
    top: 6px;
    z-index: -1;
    border-bottom: 40px solid #22487b;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    width: 158px;
}

section.faq.my-80 {
    margin-bottom: 80px !important;
}


.our-video .col-md-4 {
    margin-bottom: 20px;
}

/* weight-loss-medication-products */
section.trimplan-section {
    background-color: #5bbbe31c;
    padding: 50px 0;
    margin-bottom: 0;
}

.trimplan-heading.section-headings {
    margin-bottom: 10px;
}

section.trimplan-section .row {
    max-width: 980px;
    margin: 0 auto;
}

.primary-button.trimplan-image, .primary-button.trimplan-image:hover {
background-color: transparent !important;
padding: 0 !important;

}
img {
    max-width: 100%;
}

.delivery-partners-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 15px;
}
.delivery-logos {
    display: flex;
    align-items: center;
    gap: 10px;
}
.delivery-logo, .delivery-logo img {
    border-radius: 6px;
    max-width: 70px;
    line-height: 0.6;
}
body footer {
    padding: 60px 0px 30px 0;
}

section.medication-products-section.main-banner {
    padding: 2% 0 6% 0 !important;
}

.medication-products-section .text-caption{
    padding-top: 90px;
}

.img-girl img {
    max-height: 400px;
}

.text-caption a {
    margin-right: 10px;
}
/* work-steps-section */

.work-steps {
    margin-top: 50px !important;
}
 .step-box {
        height: 100%;
        background-color: #edf0faff;
        border-radius: 20px;
    }


.work-step .step-image-box{
    background-color:#bcd4f4ff ;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.work-step-image {
    display: flex;
    justify-content: flex-end;
    aspect-ratio: 1 / 0.4;
}

.step-content-box {
    background-color: #edf0faff;
    padding: 20px;
    border-radius: 0 0 20px 20px;
}

.work-step-heading h5 {
    font-weight: 800;
}

.step-image-box::after {
    content: "1";
    position: absolute;
    top: 15px;
    left: 15px;
    background: #FFF;
    padding: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.work-steps .work-step:nth-child(2) .step-image-box::after {
  content: "2";
}

.work-steps .work-step:nth-child(3) .step-image-box::after {
  content: "3";
}

.online-weight .tick-list {
    color: white;
}
/* icons-setting */
.account-btn img, .search-btn img, .call-btn img, .user-btn img, .email-btn img, .menu-btn img {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 3px auto 0 auto;
}


/* header-popup */

.call-btn {
    position: relative;
}

.phone-popup {
    position: absolute;
    top: 81px;
    background-color: white;
    padding: 30px 20px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}


.phone-pop {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    margin-bottom: 10px;
}

.call-icon img {
    width: 25px;
    height: 25px;
    margin-top: 0;
}

.phone-pop a {
    color: #4ea6fe !important;
    width: calc(100% - 84px);
    line-height: 1.7 !important;
}

.phone-popup::before {
    content: "";
    position: absolute;
    top: -14px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #4ea6fe;
    right: 17px;
    z-index: -2;
    transform: rotate(2deg);
}
header .container-fluid {
    max-width: 1440px;
}
/* payment-method-icons */

.payment-method img {
    max-width: 56px;
}

.payment-methods {
    margin-bottom: 15px !important;
}

.social-list li a img {
    width: 35px;
    height: 35px;
    transition: all 0.3s ease-in-out;
}

.social-list li a:hover img {
    transform: scale(1.1);
}

.footer-bottom-content {
    line-height: 1.7;
}
/* new-css */

ul.check-list {
    max-width: 450px;
    margin: 0;
    padding: 0;
}

body .weight-lines {
    border-width: 1px 0;
    max-width: 450px;
    margin: 16px 0;
    padding: 10px 0;
    text-align: left;
    border-style: solid;
    border-color: #0e366b;
}

.trust-pilot {
    margin: 16px 0;
    transform: scale(0.8);
    transform-origin: left;
}

.product-pkg-content {
    padding: 40px;
}

.product-pkg-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    height: 100%;
    border-radius: 10px;
}


.wl-v1 .prc {
    text-align: left;
}

.section-headings h2 span {
    color: #002F5E;
}

.wl-v2 .product-pkg-image  {
    height: auto;
    aspect-ratio: 1 / 0.65;
}
.wl-v2 .product-pkg-image img {
    max-height: 170px;
    margin-bottom: 0;
}
.product-pkg-content-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.wl-v2 .product-pkg-content {
    padding: 20px;
}
.wl-v2 .prc {
    text-align: left;
}



.trustpilot-button {
    letter-spacing: 0.5px;
}

.thumb-slider .thumb {
  padding: 5px;
  cursor: pointer;
}

.thumb-slider .thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: 0.3s;
}

.thumb-slider .thumb.active img {
  border-color: #000;
}

 html,
    body {
      position: relative;
      height: 100%;
    }

  

    .swiper {
      width: 100%;
      height: 100%;
    }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 400px !important;
    border-radius: 10px;
    padding: 30px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
    gap: 12px;
}

img {
    max-width: 100%;
}

    .swiper-slide img {
      object-fit: contain !important;
    }

   

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

   .mySwiper2 {
    height: 80%;
    width: 100%;
}
    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

   .swiper-slide img {
    display: block;
    height: initial;
    object-fit: cover;
    width: initial;
    max-width: 80%;
    max-height: 400px;
}

 .custom-slider {
    width: 105px !important;
    height: 105px !important;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    margin: 0 !important;
}

.custom-slider img {
    background: #F1F1F1;
    width: 100%;
    height: auto;
}

/* ul.icons-listx.clearfix {
    margin-bottom: 30px;
    padding: 0;
} */


.mySwiper3{
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: #22487b;
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px;
    font-weight: 900;
    color: white;
}

.mySwiper .swiper-slide-thumb-active {
    border: 1px solid #22487b;
    border-radius: 5px;
}

.mySwiper .swiper-slide {
    opacity: 1;
}

.clients-review {
    padding: 50px 0;
}

.product-pkg-content .input-spc {
    padding: 11px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgb(78 166 254 / 55%);
    margin: 10px 0;
    position: relative;
}

.angle-down-svg {
    position: absolute;
    right: 18px;
    top: 54%;
    pointer-events: none;
}
.angle-down-svg svg {
    width: 20px;
    height: 20px;
}
footer ul {
    padding-left: 0;
    margin-left: 0;
}
.input-spc select {
    padding-left: 12px;
    cursor: pointer;
}
.payment-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 35px;
    gap: 15px;
    margin-bottom: 10px;
    opacity: 0.9;
}


.package {
    padding: 0 12px !important;
    margin-bottom: 20px;
}
.package:last-child {
    margin-bottom: 0;
}
.row.product-services-area {
    padding: 30px 0;
    margin: 50px auto;
    border-top: 1px solid rgb(34 72 123 / 25%);
    border-bottom: 1px solid rgb(34 72 123 / 25%);
}

.s-120{
    height: 120px;
}

.s-80{
    height: 80px;
}

 section.product-detail {
    padding: 70px 0 0 0;
} 

ul.icons-listx.clearfix {
    padding: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 700px;
}


ul.icons-listx.clearfix li {
    width: calc(33.33% - 30px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
span.product-service-icon {
    width: 70px;
    height: 70px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.prd-desc ul.check-list li {
    padding: 0px 0px 5px 28px ;
}

.hide{
    display: none;
}


 .row.clients-logos {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all 0.3s ease-in-out;
    min-width: max-content;
    margin-right: 50px;
}

.clients-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-logos {
    animation: infinite-horizontal-scroll 30s linear infinite;
}

.logo-section .container-fluid{
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

footer .row .col-md-4:nth-of-type(2) {
    margin-top: 1rem;
}


.hiw-icon {
    background-color: #fff;
    display: flex;
    align-items: center !important;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px auto;
    border: 1px solid #002f5d26;
    justify-content: center;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #22487B;
}

.product-detail .row{ 
    align-items: start;

}

section.main-banner {
    background: url(../images/weight-medication-product-banner.jpg);
    background-size: cover;
    width: 100%;
    padding: 40px 20px 0 20px;
}
section.main-banner.weight-loss-banner {
    padding: 60px 20px 110px 20px;
    background-image: url(../images/home-banner-img.png);
    position: relative;
    height: 320px;
}

.weight-loss-banner .text-caption h1 {
    max-width: 100%;
}
.weight-loss-banner .text-caption p {
    max-width: 100%;
}
/* .banner-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
} */
.how-it-works .box-center.text-center {
    height: 100%;
}
.center-align {
    text-align: center;
}
@keyframes infinite-horizontal-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.borderr-20 {
    border-radius: 20px;
}

.clients-logo img {
    max-width: 165px;
    max-height: 40px;
}

section.logo-section {
    margin-bottom: 100px;
}



.getting-started{
    margin-bottom: 92px;
}

.image-col {
    padding-left: 30px !important;
}

ul.navbar-nav.custom-bar.ms-auto.menu-left {
    margin-left: 0 !important;
}

  .treatment-section{
    margin-top: -50px;
    position: relative;
  }
  .treatment-button a, .treatment-button a:visited{
    background-color: rgb(42, 80, 130) !important;
    padding:10px 30px;
    font-weight: 700;
    transition: ease-in-out 0.5s ;
    border-radius:50px;
    letter-spacing:1.3px;
    
  }

  .treatment-button a:hover, .treatment-button a:visited:hover{
     background-color:#4ea6fe !important;
  }

  
.hero-features .hero-feature {
  /* background: linear-gradient(177deg, #9addf1, #d4f1f7); */
      background: url(../images/pharma-banner-dsk.png);
    background-position: bottom left;
}
.hero-features .hero-feature:nth-child(2) .treatment-button a, .hero-features .hero-feature:nth-child(2) .treatment-button a:visited{
    background-color: #fff !important;
    color: #212529 !important;
}

.hero-features .hero-feature:nth-child(2) .treatment-button a:hover, .hero-features .hero-feature:nth-child(2) .treatment-button a:visited:hover{
  background-color: #4ea6fe !important;
  color: #fff !important;
}

.hero-features .hero-feature:nth-child(2)  {
  background: rgb(42, 80, 130) !important;
  color: #fff !important;
}
.hero-features .hero-feature:nth-child(1) {
  border-radius: 20px 0 0 20px;
}
.hero-features .hero-feature:nth-child(3) {
  border-radius: 0 20px 20px 0;
}
   .view-treatment-button a {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(42, 80, 130);
    border: 1px solid rgb(42, 80, 130);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.5s ease !important;
  }

  .view-treatment-button a:hover {
    background-color: rgb(42, 80, 130) !important;
    color: white !important;
  }
 .treatment-note, .view-treatment-button {
        text-align: center;
    }



.timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    flex-direction: column;
    gap: 50px;
}

.timeline-step {
    position: relative;
    padding-left: 45px;
}

 .timeline-step::before {
    content: "1";
    position: absolute;
    left: 8px;
    top: -1px;
    width: 24px;
    height: 24px;
    background-color: #22487b;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline .timeline-step:nth-child(2)::before {
  content: "2";
}

.timeline .timeline-step:nth-child(3)::before {
  content: "3";
}

.timeline-step::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 20px;
    width: 2px;
    height: calc(100% + 39px);
    background-color: #22487b;
    z-index: 0;
}

    .timeline-step:last-child::after {
  display: none; /* No line after last dot */
}

.timeline-text h6 {
    font-weight: 700;
}

.btn-primary-custom {
    background-color: #fa6837;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
}
.image-col {
    margin-top: 40px;
    text-align: center;
}

.s-45{
    height: 45px;
}

.dr-image {
    max-width: 200px;
    margin: 0 auto 14px auto;
    aspect-ratio: 1 / 1;
}

.dr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}


.team-members-section .team-members-row{
    max-width: 900px;
    justify-content: center;
    margin: 0 auto 0 auto;
    text-align:center;
}

.team-members-section .section-headings {
    text-align: center;
}

body .search-box {
    top: 18px;
}
#predictive-search {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 16rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.list-group-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.suggestion-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.suggestion-list li {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.suggestion-list li:last-child {
    border-bottom: none;
}

.suggestion-list li:hover {
    background-color: #f5f5f5;
}

.suggestion-list strong {
    font-weight: 600;
    color: #333;
    display: block;
    font-size: 14px;
}

.suggestion-list span {
    font-size: 13px;
    color: #666;
}

.dropdown-1{
    display:block;
}
   
ul.dropdown-1 li {
    padding: 0 !important;
}
 ul.dropdown {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  background: #22487b;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hover on .has-children to show its next .dropdown */
li.has-children:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

ul.dropdown > li a, ul.dropdown > li a:visited{
    color:#fff !important;
    letter-spacing:1.2px;
    transition:0.3s ease-in-out;
}

ul.dropdown li a:hover, ul.dropdown li a:hover:visited {
    color:rgba(255, 255, 255, 0.7) !important;
    letter-spacing: 1.2px;
}

nav.navbar {
    padding: 0;
}

/* ul.navbar-nav.custom-bar.ms-auto li a {
    padding: 22px 10px;
} */

ul.navbar-nav.custom-bar.ms-auto li {
    padding: 22px 10px;
    display: block;
}

ul.navbar-nav ul li {
    position: relative;
}

ul.dropdown-1 li a {
    padding: 0 !important;
}
.dropdown-1 {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 210px;
    min-width: max-content;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
ul.dropdown-1 li a, ul.dropdown-1 li a:visited {
    padding: 5px 0 !important;
    display: inline-block;
    color: #2f2f2f !important;
}
ul.dropdown-1 li a:hover, ul.dropdown-1 li a:visited:hover {
    color: #2f2f2f !important;
}
.dropdown li:hover ul.dropdown-1 {
    opacity: 1;
    visibility: visible;
}

.has-children > a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107"; /* Unicode for angle-down */
  font-weight: 900; /* Bold icon weight */
  margin-left: 8px;
  font-size: 14px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.has-children:hover > a::after {
  transform: rotate(180deg);
}
ul.menu-right.navbar-nav.custom-bar.ms-auto li {
    padding: 22px 5px;
}
@media only screen and (min-width:450px) and (max-width:767px) {

    .work-step {
        max-width: 80% !important;
        margin: 0 auto;
    }

        .swiper-slide {
      background: #f1f1f1 !important;
    }

       .swiper-slide img {
        width: 56% !important;
        max-height: 400px !important;
    }

    .col-md-6.image-col {
    max-width: 400px;
    margin: 0 auto;
}

.our-video .col-md-4 {
    max-width: 80%;
    margin: 0 auto 20px auto;
}



    section.how-it-works .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 20px;
        padding: 10px;
    }
section.how-it-works .row .col-md-4 {
    width: calc(50% - 12px);
    margin: 0;
    padding: 0;
}

    .how-it-works .box-center.text-center {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:767px) {


    .trimplan-headings {
        text-align: center;
    }

/* work-steps-section */

 .work-steps {
    margin-top: 0 !important;
}

.work-step {
    margin-bottom: 20px;
}

.work-steps .work-step:last-child {
    margin-bottom: 0;
}

.main-banner .text-caption {
    text-align: center;
}

.main-banner .banner-buttons {
    justify-content: center;
}



.delivery-logo img {
    border-radius: 3px;
    max-width: 45px;
}









section.main-banner.weight-loss-banner {
    padding: 60px 20px 20px 20px; 
}

    .product-pkg-content {
     padding: 0; 
}
.product-detail .row .col-md-6:nth-of-type(2) {
    padding-top: 30px !important;
}


  body .weight-lines {
    border: none; 
    max-width: 450px;
    margin: 0; 
    padding: 10px 0;
    text-align: left;
} 

.text-caption a {
    min-width: 270px;
    text-align: center;
}

.glp-table .table th, .glp-table .table td {
    font-size: 13px;
}

.s-45{
    height: 30px;
}


 .reviews-slider{
    padding: 30px 0;
 }

 .pkg h3 {
    margin-top: 15px;
}



 .img-cvr img {
     padding-right: 0px; 
}

.how-it-works{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;
}

.how-it-works .box-center {
    padding: 30px!important;
}

.hiw-icon {
    width: 60px;
    height: 60px;
}

.hiw-icon svg{
    width: 40px;
    height: 40px;
}


section.how-it-works.custom-margin {
    margin: 30px 0 !important;
}

    section.how-it-works h2, section.work-steps-section h2,  section.weight-loss h2, section.logo-section h2, section.team-members-section h2, .text-content-right h2 section.video-section h2, .section-headings h2 {
        text-align: center;
        font-weight: 500 !important;
        font-size: 32px;
    }

    .text-content-right h2{
       padding: 0;
       margin: 0 auto 20px auto;
    }

    .text-content-right .primary-button {
        max-width: 250px;
        margin: 0 auto;
        text-align: center;
        display: flex;
    }


        section.weight-loss h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        /* margin-bottom: 50px; */
    }
.reviews-slider {
    overflow: hidden;
    margin-bottom:0;
}
    .hellobar-inner a {
    font-size: 12px;
}

body .hellobar-inner svg {
        width: 70px;
    }

    .reviews-slider h2 {
        text-align: center !important;
        font-size: 32px !important;
        margin-bottom: 0;
    }


    .reviews-slider .wrapper-left {
    text-align: center;
    margin-bottom: 16px;
}

.stats{
    padding: 0 !important;
}
section.product-detail {
    padding: 30px 0 0 0;
}

.row.product-services-area {
    padding: 10px 0;
    margin: 30px auto;
}

section.proven-weight-loss h2, .getting-started h2 {
        font-size: 32px;
        text-align: left !important;
        font-weight: 500 !important;
    }


.proven-weight-loss .row:first-of-type, .getting-started {
    margin-bottom: 40px;
}

.proven-weight-loss .row:nth-of-type(2) .img-one{
    margin:0 0 20px 0;
}

.reviews-slider {
    padding: 0 12px !important; 
}

ul.icons-listx.clearfix {
    align-items: flex-start;
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.s-120 {
    height: 40px;
}

section.logo-section {
    margin-bottom: 100px;
}

.img-one {
    margin: 20px 0px;
}

.container-1920 {
    padding: 0 12px;
}
    .mySwiper3{
    display: block;
}

.mySwiper2, .mySwiper{
    display: none;
}

     html,
    body {
      position: relative;
      height: 100%;
    }

  

    .swiper {
      width: 100%;
      height: 100%;
    }

   .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #f1f1f1;
        display: flex;
        justify-content: center;
        align-items: stretch;
        height: initial !important;
        padding: 15px 0;
    }

       .swiper-slide img {
        display: block;
        width: 80%;
        height: 100%;
        object-fit: cover;
        max-height: 300px;
    }

    ul.icons-listx.clearfix li {
    width: calc(33.33% - 17px);
    text-align: center;
}


span.product-service-icon {
    width: 60px;
    height: 60px;
    
}


.image-col {
    padding:0 !important; 
    margin-top: 30px !important;
}

/* footer-accordition */

.accordition-parent {
    margin:0 auto 15px auto;
    max-width: 500px !important;

}

.footer-down-arrow {
        width: 13px;
        height: 13px;
        line-height: 0.6;
        margin-top: 5px;
}

.footer-links-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    padding-bottom: 5px;
    cursor: pointer;
}

.footer-down-arrow img {
  transition: transform 0.4s ease;
}

.accordition-parent.active .footer-down-arrow img {
  transform: rotate(180deg);
}

footer h3 {
    font-size: 15px !important;
}

.accordition-parent::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #11558D;
    display: block;
}

/* footer .row .col-md-4:nth-child(2).accordition-parent::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #11558D;
    display: block;
    position: relative;
    top: -14px;
} */


.row .first-accordition::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #11558D;
    display: block;
    position: relative;
    top: -14px;
}




.product-list {
  max-height: 0;
  overflow: hidden;
  transition:all 0.5s ease-in-out;
  margin: 0;
}

.accordition-parent.active .product-list {
  max-height: 300px; 
  padding-bottom: 20px;
}


.footer-logo {
    text-align: center;
}

.footer-logo p {
    max-width: 450px !important;
    margin: 0 auto;
}


.social-list{
    display: flex;
    justify-content: center;
}

.cpy-text.text-center {
    border: none !important;
    margin: 0 !important;
    padding-top: 30px !important;
}

body footer {
    padding: 50px 0 20px 0;
    position: relative;
}



}

@media only screen and (min-width:768px) { 
    .medicin-content {
        padding-left: 20px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {


    .footer-down-arrow {
    display: none;
}

footer .row .col-md-4:nth-of-type(2) {
    margin-top: 0;
}


    .step-box {
        height: 100%;
        background-color: #edf0faff;
        border-radius: 20px;
    }

        .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
      .swiper-slide img {
        display: block;
        width: 80%;
        height: 100%;
        object-fit: cover;
        max-height: 600px;
    }

    .pkg {
        height: auto !important;
        min-height: 0;
    }

    .product-pkg-image {
    max-height: 100%;
    height: auto;
}

    .swiper-slide {
        align-items: stretch;
        height: initial !important;
        padding: 15px 0;
    }

    .product-pkg-content {
    padding: 0 0 0 20px;
}


    .text-caption h1 {
        font-weight: 500;
    }

    .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.row-flex {
    flex-direction: column;
    align-items: center;
}

.row-flex .flex-2 {
    max-width: 100%;
}

.row-flex .flex-9 {
    max-width: 77%;
}

section.proven-weight-loss h2,  .reviews-slider h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        text-align: center;
        margin-bottom: 20px;
    }

      .reviews-slider h2{
        margin-bottom: 0 !important;
      }

    .getting-started {
    margin-bottom: 0;
}

.getting-started h2{
    
    font-weight: 700;
    font-size: 40px;
    text-align: left;
}

.s-120 {
    height: 20px;
}

.how-it-works .box-center.text-center {
    padding: 20px;
}

section.how-it-works {
    padding: 40px 0px 40px;
}
}

@media only screen and (min-width: 1024px) {
     .footer-down-arrow {
    display: none;
}

footer .row .col-md-4:nth-of-type(2) {
    margin-top: 0;
}
}
/************ new css move from iamonline *****************************/

span#bmiResult {
	width: 140px;
	border: solid;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #0e366b;
	border-radius: 10px;
	margin-left: -2px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	display: none;
   }
  
   button#nextBtn {
    width: 200px;
	
   }
   button#prevBtn {
   
    width: 200px;
    
   }
   button#submitBtn {
    width: 200px;
    background: #22487b;
}
  
/* Fade-in effect */
.fade-in {
    animation: fadeIn 0.3s forwards; /* Reduced duration to 0.3s */
}

/* Fade-out effect */
.fade-out {
    animation: fadeOut 0.3s forwards; /* Reduced duration to 0.3s */
}

/* Keyframes for fade-in */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Keyframes for fade-out */
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Ensure the first step is visible initially */
.wizard-step:first-child {
    display: block;
    opacity: 1;
    position: relative;
}


   .input-group.date .input-group-text {
        background-color: #007bff !important;
        color: #fff !important;
        border-radius: 0 !important;
    }

    .input-group.date .form-control {
        border-radius: 10 !important;
     }
     .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .input-group.date .form-control:focus {
        box-shadow: none !important;
        border-color: #007bff !important;
    }
	.form-check-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important; /* Space between checkboxes */
}

.form-check {
    flex: 1 1 calc(33.33% - 20px) !important; /* Each checkbox takes one-third of the row minus the gap */
    box-sizing: border-box !important;
}

.form-check-label {
    margin-left: 10px !important; /* Space between checkbox and label */
}
h3.step-title {
    
    font-weight: bold;   /* Bold text */
    margin-top: 10px;    /* Spacing above */
    margin-bottom: 10px; /* Spacing below */
    line-height: 1.4;    /* Ensure readability */
    text-transform: none; /* Keep text in normal case */
}
.step-title {
	font-weight: bold;   /* Bold text */
     margin-top: 10px;    /* Spacing above */
    margin-bottom: 10px; /* Spacing below */
    line-height: 1.4;    /* Ensure readability */
    text-transform: none; /* Keep text in normal case */
}

button.btn.btn-success.w-100{
    background: #22487b;
    border-radius: 40px;
    padding: 13px 20px !important;
    font-weight: 700;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #ffffff !important;
    text-align: center;
}
button.btn.btn-success.w-100:hover{
    background: #4ea6fe !important;
    color: #fff;
    border:#4ea6fe;
    
}
h5.card-title {
    font-weight: bold;
}


@media (min-width: 320px) and (max-width: 767px) {
    
        .d-box {
        background: #4EA6FE;
        padding: 20px 10px 20px 64px;
        border-radius: 10px;
        color: #ffff;
        position: relative;
        margin-bottom: 7px;
        margin-top: 7px;
    }
}

.inner-faqs {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background-color: rgb(209 240 248); 
  padding:45px 20px 60px 20px; 
  border-radius:20px;
}
  .my-80{
    margin:80px 0;
  }
  .py-80{
    padding:80px 0;
  }


  @media only screen and (min-width: 1200px) {
body section.main-banner {
  padding: 8% 0 5% 0;
}
  }

    .feature-section .feature-container{
      max-width:100% !important;
    }
  
.features-section {
      background-color: rgb(209 240 248); /* light blue */
      overflow: hidden;
      padding: 80px 0;
    }

    .splide__track {
      display: flex;
      flex-wrap:wrap;
      align-items:stretch;
      justify-content:center;
      gap:20px;
      max-width: 980px;
      margin: 0 auto;
    }

    .feature-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      width: calc(50% - 10px);
      border: 1px solid #21252930 !important;
    }

    .icon-wrapper {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      margin-bottom: 10px;
    }

     .icon-wrapper img{
      width:100%;
      height:100%;
      object-fit:cover;
     }

    .feature-title {
      font-weight: 700;
      color: #003366;
      text-align: left;
    }

    .feature-desc {
      color: #1a3964;
      font-size: 14px;
      text-align: left;
    }
  section.team-members-section .treatment-button{
    max-width: max-content;
  }


  .accordion-button:not(.collapsed)::after {
    content: "-";
    position: absolute;
    right: 21px !important;
    top: 14px !important;
    background: transparent !important;
    font-size: 33px;
    color: #214576;
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

body .accordion-item button {
    padding: 10px 20px 10px 0;
}
div#accordionExample {
    max-width: 900px;
    margin: 0 auto !important;
    background:none !important;
}
body .accordion-body {
  padding: 0 20px 14px 0;
}
.accordion-item, .accordion-button {
  background-color:transparent !important;
}
.accordion-item {
  border-radius: 0 !important;
    border-width: 1px 0px 1px 0px !important;
    border-color: #21252933 !important;
}

    section.services-section .container-fluid {
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
    }
.team-detail {
  width: calc(100% - 100px);
}
.client {
  align-items: center;
}

.dr-image {
    max-width: 200px;
    margin: 0 auto 14px auto;
    aspect-ratio: 1 / 1;
}

.dr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}


.team-members-section .team-members-row {
    max-width: 900px;
    justify-content: center;
    margin: 24px auto 0 auto;
    text-align: center;
}



.team-members-section .section-headings {
    text-align: center;
}



@media only screen and (min-width: 500px) and (max-width:767px){ 
  
}


@media only screen and (max-width:767px){
    footer .row .col-md-4:nth-of-type(2) {
    margin-top: 1rem;
}
a.navbar-brand.custom-logo {
        order: 1;
        position: absolute;
        top: 5px;
    }
       
        button.navbar-toggler {
        order: 3;
        position: absolute;
        right: 10px;
        top: 18px;
    }
.payment-methods {
    gap: 10px;
}

.payment-method img {
    max-width: 40px;
}

  .team-members-section .team-members-row {
    display: flex;
    gap: 20px 0px;
    flex-direction: row;
}

.team-members-section .team-members-row .col-3{
  width:50%
}



  .splide__track {
    gap: 10px;
  }
  .feature-card {
    width: 100%;
}
.features-section {
    padding: 50px 0;
}
  .ms-3.team-detail {
    margin: 10px 0 0 0 !important;
    width: 100%;
    text-align: center;
}
    .with-divider {
      padding: 30px 20px 30px 20px !important;
      text-align: left;
}
.hero-features .hero-feature:nth-child(1) {
  border-radius: 0 0 0 0;
}
.hero-features .hero-feature:nth-child(3) {
  border-radius: 0 0 20px 20px;
}
.col-md-4.text-center.py-5.px-lg-4.hero-feature {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.treatment-button.mt-2 {
    max-width: max-content;
    text-align: center;
    margin: 0 auto;
}
.treatment-text {
    max-width: 86%;
    margin: 0 auto;
}

   section.services-section .container-fluid {
        text-align: left;
    }

.treatment-note, .view-treatment-button {
    text-align: center !important;
}
.view-treatment-button a {
    padding: 10px 20px;
    font-size: 12px;
}

/* .treatment-section {
    margin-top: 0px;
} */

    .treatment-section {
        margin-top: 0px;
        width: 100%;
        margin: 0;
        /* padding: 20px;  */
    }

    

section.services-section h2, .team-members-section h2{
    font-size: 32px;
}

section.team-members-section .client-ctn .client {
   flex-direction: column;
   align-items: center;
}

.accordion-button:not(.collapsed)::after {
    right: 8px !important;
}

.my-80{
    margin:48px 0 !important;
  }
  .py-80{
    padding:48px 0 !important;
  }

.treatment-button a, .treatment-button a:visited {
    font-weight: 700;
    font-size: 12px;
    padding: 10px 20px !important;
}
}

@media only screen and (min-width:768px) and (max-width:1024px) {


  .team-members-section .section-headings {
    text-align: center;
}
  
     .treatment-section {
        margin-top: 12px;
    }

  .treatment-button a, .treatment-button a:visited {
    font-weight: 600;
    font-size: 16px;
}

.treatment-note, .view-treatment-button {
    text-align: center;
}

section.services-section .container-fluid {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

section.online-weight h2 {
    color: #22487b;
    font-size: 45px;
    font-weight: 400;
}
div#accordionExample {
    padding: 0 12px;
}

.my-80{
    margin:60px 0 !important;
  }
  .py-80{
    padding:60px 0 !important;
  }
}



