body {
    transition: none !important;
}

.slider-wrapper-compare::after, .slider-wrapper-compare::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.slider-wrapper-compare::before {
    background: linear-gradient(90deg, #fff, transparent);
    left: 0;
}
.slider-wrapper-compare::after {
    background: linear-gradient(270deg, #fff, transparent);
    right: 0;
}
/* compare section css */
.slider-wrapper-compare{
      max-width:700px;
      margin:50px auto;
      overflow:hidden;
      position:relative;
      display: flex;
        white-space: no-wrap;
    }

    .patient-review-track{
      display:flex;
      width:max-content;
      animation:scroll-left 40s linear infinite;
      padding-bottom: 2px;
    }

    .patient-review-card{
      flex:0 0 700px; /* ek hi card at a time */
      display:flex;
      flex-direction:row;
      border:1px solid rgba(0,0,0,0.2);
      border-radius:8px;
      background:#fff;
      margin-right:10px;
    }

    /* Image Area */
    .patient-img-area{
      position:relative;
      width:50%;
      overflow:hidden;
      border-radius:8px 0 0 8px;
      border-right:1px solid rgba(0,0,0,0.2);
      line-height: 0.6;
    }
    .patient-img-area img{
      /* width:100%;
      height:100%;
      object-fit:cover; */
      position:absolute;
      top:0;
      left:0;
    }
    .patient-img-area .after{
      clip-path:inset(0 0 0 50%);
    }
    .drag-line{
      position:absolute;
      top:0;
      left:50%;
      width:3px;
      height:100%;
      background:#fff;
      z-index:10;
    }
    .handle{
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      width:20px;
      height:20px;
      background:#fff;
      border:2px solid #555;
      border-radius:50%;
      z-index:11;
      cursor: pointer;
    }

    .patient-content-area{
      width: 50%;
      max-width: 290px;
      margin: 0 auto;
      padding:10px 15px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .patient-content-area .heading-4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .patient-content-area p {
        line-height: 1.3;
        margin-bottom: 0;
    }

    /* Continuous scrolling */
    @keyframes scroll-left{
      0%   {transform:translateX(0);}
      100% {transform:translateX(-100%);} /* half track tak le jao */
    }

    /* Pause on hover */
    .slider-wrapper-compare:hover .patient-review-track,
    .slider-wrapper-compare:focus .patient-review-track{
      animation-play-state:paused;
    }
/*********** auth register /login css ***************/
ul.social-list.clearfix li a, ul.social-list.clearfix li a:visited, ul.social-list.clearfix li a:hover, ul.social-list.clearfix li a:visited:hover {
border:0;
}
a.btn.btn-info.btn-sm {
    background: #204475 !important;
    border: none;
    color: #fff !important;
}
.outer_logos {
    display: flex;
    gap: 10px;
    margin-top:12px;
}
.npa-logo {
    display: inline-block;
    line-height: 0.4;
}
.npa-logo img {
    max-width: 90px;
    margin-bottom: 0px;
}
 .primary-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}
        
        .primary-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
            color: white;
            text-decoration: none;
        }
        
        .modal-content {
            border-radius: 15px;
            border: none;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }
        
        .modal-header {
            border-bottom: none;
            padding: 20px 20px 20px 27px;
            background-color: #2A5082 !important;
            color:#fff;}

        .main-banners {
            margin-bottom: 100px;
         }

       .card.shadow-lg .card-body .mb-3 img {
                max-width: 400px;
                width: 100%;
                border-radius:20px;
        }
        .modal-body {
            padding: 0 2rem 2rem;
        }
        
        .nav-pills .nav-link {
            border-radius: 25px;
            margin: 0 5px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .nav-pills .nav-link.active {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        
        .form-control {
            border-radius: 10px;
            border: 2px solid #e9ecef;
            padding: 12px 15px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
        }
        
        .form-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 8px;
        }
        
        .auth-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 25px;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .auth-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }
        
        .auth-btn:disabled {
            background: #6c757d;
            transform: none;
            box-shadow: none;
        }
        
        .alert {
            border-radius: 10px;
            border: none;
        }
        
        .spinner-border-sm {
            width: 1rem;
            height: 1rem;
        }
        
        .password-toggle {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #6c757d;
            z-index: 10;
        }
        
        .password-field {
            position: relative;
        }
        
        .close-btn {
            background: none;
            border: none;
            font-size: 1.5rem;
            color: #6c757d;
            padding: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
        }
        button.close-btn {
            color: #fff;
            top: -5px;
        }
        .one-step-image {
            height: 100%;
            border-radius: 10px;
        }
        .one-step-image img {
            width: 100%;
            min-height: 393px;
            border-radius:20px;
            object-fit: cover;
        }
.primary-menu-panel ul, .menu-panel ul {
    padding: 0;
}

.quantity-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
}

.quantity-btn {
    background: #fff;
    border: none !important;
    width: 50px;
    height: 50px;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #333 !important;
}
.quantity-input {
    border-radius: 0 !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: none !important;
    border-bottom: none !important;
    width: 70px !important;
    height: 49px;
    font-size: 20px !important;
    font-weight: 500 !important;
    box-shadow: none;
    text-align: center !important;
    appearance: textfield !important;
    padding: 12px 2px 12px 12px !important;
}

.quantity-btn:hover {
    background-color: #f1f1f1;
    border-radius:0;
}
.trust-pilot {
    margin: 16px 0;
    transform: scale(0.8);
    transform-origin: left;
}

button.primary-btn {
    background: #22487b !important;
    border-radius: 40px;
    padding: 13px 30px !important;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #ffffff;
    display: inline-block;
}
button.primary-btn-prd {
    background: #22487b !important;
    border-radius: 40px;
    padding: 13px 30px !important;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #ffffff;
    width:100%;
  
}



.trustpilot-button {
    background-color: #fff !important;
    border: 1px solid #00b67a;
    color: #000 !important;
    display: inline-block !important;
    text-align: center;
    text-transform: uppercase;
}

.trustpilot-button svg {
    width: 90px;
    margin-left: 3px;
    margin-top: -8px;
}

section.product-detail {
    padding: 70px 0 70px 0;
    background: #5bbbe31c;
}

.product-detail .row {
    align-items: start;
}
.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper3 {
    display: none;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    background-size: cover !important;
    background-position: center !important;
}

.swiper-slide { 
    text-align: center !important;
    font-size: 18px !important;
    background: #fff !important;
    display: flex !important; 
    justify-content: center !important;
    align-items: center !important;
    max-height: 400px !important;
    border-radius: 10px !important;
    padding: 30px 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.swiper-slide img {
    display: block;
    height: initial;
    object-fit: cover;
    width: initial;
    max-width: 80%;
    max-height: 400px;
}

.swiper-slide img {
    object-fit: contain !important;
}

img {
    max-width: 100%;
}

.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 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
    gap: 12px;
}

.mySwiper .swiper-slide {
    opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
    border: 1px solid #22487b;
    border-radius: 5px;
}

/* .custom-slider {
    width: 105px !important;
    height: 105px !important;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    margin: 0 !important;
} */
.custom-slider {
    aspect-ratio: 1 / 1;
    cursor: pointer;
    margin: 0 !important;
    width: 22.5% !important;
    height: 25% !important;
}


.custom-slider img {
    background: #fff;
    width: 100%;
    height: auto;
}

/* .form-fill h4 {
    font-size: 16px;
    font-weight: 700;
    color: #206cab;
    margin-top: 0px;
} */

/****added by ayyaz**************/

section.detail-area {
    padding: 70px 0px 70px;
    background: #e4f1ff;
}
ul.achr-list li {
    padding-bottom: 10px;
}
ul.achr-list li:last-child {
    padding-bottom: 0px;
}
ul.achr-list li a:before {
    content: "\f05a";
    color: #4da3fa;
    position: absolute;
    left: 0px;
}
ul.achr-list li a {
    color: #000;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.white-box-vert {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.white-box-vert.sticky-top {
    top: 100px;    z-index: 10;
}
section.detail-area h3 {
    font-weight: 400;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
    font-size: 45px;
}
section.product-page-detail {
    padding: 70px 0px;
}
ul.qualities li {
    float: left;
    width: 33.3%;
}
ul.qualities {
    text-align: center;
    font-size: 14px;
}
ul.qualities li svg {
    display: block;
    margin: 0 auto;
    width: 60px;
}
.pkgg-bx span {
    display: block;
}
.lSSlideOuter img {
    border-radius: 10px;
}
span.duration {
    font-weight: 900;
    color: #22487b;
    margin-top: 5px;
}
.white-box-vert.mb-4 h4 {
    scroll-behavior: smooth;
    scroll-margin-top: 130px;
}
ul.price-pkg {
    margin: 0px -5px;
}
span.tablets {
    font-weight: 600;
    font-size: 12px;
    background: #fff;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.default-image-preview {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 0.5rem; /* optional, same as Bootstrap's rounded */
}
ul.price-pkg li {
    float: left;
    width: 33.3%;
    padding: 10px 5px 0px;
}
.pkgg-bx {
    background: #e5f0ff;
    border: 1px solid #8cb8f3;
    border-radius: 10px;    position: relative;
    padding: 10px;
}
.box-sdw img {
    max-width: 65px;
    padding: 30px 0px 20px;
}
.bxx-cvr span {
    position: absolute;
    font-weight: 900;
    left: 15px;
    top: 33px;
    color: #22487b;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.strs {
    max-width: 100px;
    display: block;
    margin-bottom: 3px;
    margin-top:10px;
}
span.prc i {
    font-weight: 600;
    font-size: 20px;
    padding-left: 5px;
}
span.prc {
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.img-cr img {
    width: 100%;
    border-radius: 30px;
}
.med-bx {
    border: 1px solid #22487b;
    padding: 20px;
    border-radius: 10px;
    margin-top: 0;
    height: 100%;
    box-sizing:border-box;
}
.img-cr {
    aspect-ratio: 1 / 0.7;
    display: flex;
    align-items: center;
    justify-content:center;
}
section.ava-treatments p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.img-cr img {
    border-radius: 30px;
    width: initial !important;
    max-height:180px;
}
.med-bx p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.med-bx b {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow:ellipsis;
    font-weight: bold !important;
    color: #22487b !important;

}
.col-md-4.mb-10 {
    margin-bottom: 15px;
}
.button-wid.text-center.mt-4 {
    max-width: 500px;
    margin: 0 auto;
}
section.ava-treatments .container-fluid {
    max-width: 1000px;
}
.med-bx b {
    font-size: 18px;
    display: block;
    margin: 20px 0px 10px;
}
a.links {
    background: #22487b;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 400;
}
.d-box {
    background: #4ea6fe;
    padding: 20px 10px 20px 64px;
    border-radius: 10px;
    color: #ffff;
    position: relative;
}
ul.dot-list.mt-2 li {
    padding-left: 15px;
    position: relative;
}
ul.dot-list.mt-2 li:before {
    content: "\f111";
    font-size: 6px; color:#4ea6fe;
    position: absolute;
    left: 0px;
    top: 9px;
}
.content-long-box {
    text-align: left;
}
.content-long-box {
    padding: 40px;
    background: #e4f1ff;
    border-radius: 30px;
    margin-top: 30px;
}
section.hair-loss-detail.text-center h4 {
    margin-bottom: 20px;
}
ul.tag-list li a:hover {
    background: #3e5f8c;
    color: #fff;
}
ul.tag-list li {
    display: inline-block;
    padding: 0px 2px;
    margin-bottom: 20px;
}
ul.tag-list li a {
    padding: 5px 17px;
    background: #e4f1ff;
    border-radius: 50px;
    color: #3e5f8c;
}
.d-box img {
    width: 40px;
    position: absolute;
    left: 18px;
    top: 10px;
    filter: invert(1);
}
section.hair-loss-detail.text-center {
    padding: 60px 0px;
}
section.product-page {
    padding: 80px 0px 30px;
}
.bxx-cvr {
    background: #c8e2fd;
    padding: 30px 30px 30px 70px;
    margin-bottom: 10px;
    border-radius: 10px;
    position: relative;
}
section.ava-treatments {
    padding: 70px 0px 70px;
    background: #e4f1ff;
}
section.ava-treatments h2 {
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
section.inner-heading h2 {
    font-weight: 400;
    margin: 0px;
    text-transform: capitalize;
}
.WhyChooseUs {
    background: #22487b;
    color: #fff;
    padding: 80px 0px;
}
ul.mob-nav {
    display: none;
}
ul.OurBenefit li {
    padding-left: 105px;
    padding-top: 20px;
    position: relative;
    float: left;
    width: 50%;
}
ul.OurBenefit dt {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
/*Searchbar*/
ul.OurBenefit li .img-ot {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 100px;
    left: 0px;    top: 24px;
    background: #0c2742;
    display: flex;
    align-items: center;
    justify-content: center;
}
.WhyChooseUs h2 {
    margin-bottom: 25px;
}
ul.OurBenefit li img {
    width: 45px;
    filter: invert(1);
}

a.close-btn {
    font-size: 50px;
    position: absolute;
    right: 80px;
    top: 27px;
    width: 20px;
    height: 20px;
    display: inline-block;
    z-index: 1;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.input-spc button svg path {
    fill: #22487b;
}
header.sticky-top .container-fluid {
    position: relative;
}
.search-box {
    position: absolute;
    right: 0px;
    display: none;
    width: 100%;
    z-index: 1234;
    top: 1px;
    padding: 0px 50px 0px 15px;
    background: #fff;
}
.input-spc {
    position: relative;
}
/* .input-spc input[type=text] {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    padding: 0px 47px 0px 17px;
    font-size: 18px;
    border: 1px solid #4ea6ff;
} */
a.crs-btn {
    display: none;
}
.input-spc.search button {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 0px;
}
/**/
.slide-out-menu {
    position: relative;
    width: 100%;
    background: #fff;
    border: 0px solid #ccc;
   

}
.slide-out-menu::-webkit-scrollbar {
  width: 5px;
}
.slide-out-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.slide-out-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.menu-panels {
  position: relative;
  width: 100%;
  height: 100%;
}

.content-long-box ul {
    list-style: initial;
}
button.menu-link i {
    position: absolute;
    right: 15px;
    top: 13px;
}
.menu-panel ul li a {
    padding: 15px;
    display: block;text-transform:uppercase;
transition:Ease-in-out 0.5s;
	    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #2f2f2f;
	position:relative;
}
.menu-panel ul li a i {
    position: absolute;
    right: 15px;
    top: 17px;
}
.offcanvas-body {
    padding: 0px;
}

.primary-menu-panel,
.menu-panel {
  position: absolute;
  top: 0;text-transform:uppercase;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease;
  background: #fff;
  padding: 0;
}


/* Initially hide all menu panels */
.menu-panel {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s ease-in-out;
}

/* When the menu panel is active, show it with a fade-in effect */
.menu-panel.is-active {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.offcanvas-header {
    padding: 13px 15px 6px;
    border-bottom: 1px solid #4ea6fe; text-transform:uppercase;
}
.offcanvas-header h2 {
    display: block;
    font-weight: 700;
      font-size: 21px;
    line-height: normal;
    color: #2f2f2f;
}
.menu-panel ul li a:hover{
	background: #4ea6fe;  transition: transform 0.4s ease;
    color: #fff;
}
.primary-menu-panel ul li button:hover {
    background: #4ea6fe;  transition: transform 0.4s ease;
    color: #fff;
}
button.menu-link.menu-header i {
    left: 15px;
    top: 13px;
}
button.btn-close {
    position: absolute;
    right: 15px;
    top: 12px;
}

.modal .btn-close {
  color: #ffffff !important;   /* white */
  opacity: 1 !important;
  filter: invert(1); /* force black → white */
}
.primary-menu-panel.slide-left {
  transform: translateX(-100%);
}
button.menu-link.menu-header {
    text-align: left;
    padding-left: 35px;text-transform:uppercase;
    border-bottom: 1px solid #22487b;
    background: #22487b;
    color: #fff;
}
.menu-link {
    display: block;
		    font-weight: 700;
    font-size: 15px;
    line-height: normal;text-transform:uppercase;
    color: #2f2f2f;
    width: 100%;
    padding: 14px 15px;
   background: #fff; position:relative;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.menu-header {

  font-weight: bold;
}
	li.mob-view {
    display: none;
}


@media only screen and (min-width:768px) and (max-width:1024px) {
    ul.achr-list {
    padding: 0;
}

.white-box-vert {
    padding: 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {

	li.mob-view {
    display: block;
}
.WhyChooseUs h2 {
    margin-bottom: 25px;
    font-size: 30px;
}
	ul.OurBenefit li .img-ot {
    position: absolute;
    width: 65px;
    height: 65px;}
	ul.OurBenefit li {
    padding-left: 105px;
    padding-top: 20px;
    position: relative;
    float: left;
    width: 100%;
}
	.primary-menu-panel ul li a {
    padding: 15px;
    display: block;
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    color: #2f2f2f;
    width: 100%;
    padding: 14px 15px;
    background: #fff;
    position: relative;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.primary-menu-panel li a i {
    position: absolute;
    right: 15px;
    top: 18px;
}
	li.search-btn {
    margin-left: 15px;
}
	li.menu-btn {
    background: #22487b;

    display: flex
;
    align-items: center;
    color: #fff;
    justify-content: center;
    border-radius: 40px;
    margin-left: 10px;
}
	ul.mob-nav {
    display: flex;
    position: absolute;
    right: 15px;
    top: 15px;
}

.search-box {
    position: absolute;
    right: 0px;
    display: none;
    width: 100%;
    z-index: 1234;
    top: 1px;
    padding: 4px 50px 0px 15px;
    background: #fff;
}
	a.close-btn {
    font-size: 50px;
    position: absolute;
    right: 11px;
    top: 17px;}
ul.OurBenefit li {
    padding-left: 80px;
    padding-top: 20px;
    position: relative;
    float: left;
    width: 100%;
}
}
@media (min-width: 320px) and (max-width: 767px) {
    section.treatment-section {
    padding: 0px 15px;
    margin-top:-50px;
}
    .one-step-image img{
        margin-bottom: 21px  !important;
        min-height:0;
    }
    section.detail-area {
    padding: 30px 0px 30px;
}

    section.product-page-detail {
    padding: 30px 0px;
}

ul.achr-list {
    padding: 0;
}

ul.qualities.clearfix {
    padding-left: 0;
}

    .product-detail .row .col-md-6:nth-of-type(2) {
        padding-top: 30px;
    }

    .mySwiper3{
    display: block;
}

.mySwiper2, .mySwiper{
    display: none;
}
	.white-box-vert.sticky-top {
    margin-bottom: 30px;
}
	section.product-page-detail h2 {
    margin-top: 30px;
    font-size: 30px;
}
	section.detail-area h3 {
    font-weight: 400;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
    font-size: 30px;
}
	ul.price-pkg li {
    float: left;
    width: 100%;
    padding: 10px 5px 0px;
}
	section.product-page-detail h2 {
    margin-top: 30px;
}
	section.simple-process.text-center h3 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 30px;
    padding-right: 0px;
    line-height: 40px;
    color: #22487b;
}
	    .box-sdw {
        box-shadow: 0px 0px 10px #00000040;
        border-radius: 10px;
        padding: 30px 10px 30px;
        margin: 15px 0px 15px;
    }
	ul.OurBenefit li {
    padding-left: 80px;
    padding-top: 20px;
    position: relative;
    float: left;
    width: 100%;
}
	.WhyChooseUs h2 {
    margin-bottom: 25px;
    font-size: 30px;
}
ul.OurBenefit dt {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.box-sdw img {
    max-width: 65px;
    padding: 0px 0px 0px;
}
	ul.OurBenefit li .img-ot {
    position: absolute;
    width: 65px;
    height: 65px;}

	a.close-btn {
    font-size: 50px;
    position: absolute;
    right: 11px;
    top: 17px;}
	.search-box {
    position: absolute;
    right: 0px;
    display: none;
    width: 100%;
    z-index: 1234;
    top: 1px;
    padding: 4px 50px 0px 15px;
    background: #fff;
}
	li.mob-view {
    display: block;
}
	.primary-menu-panel ul li a {
    padding: 15px;
    display: block;
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    color: #2f2f2f;
    width: 100%;
    padding: 14px 15px;
    background: #fff;
    position: relative;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.primary-menu-panel li a i {
    position: absolute;
    right: 15px;
    top: 18px;
}
	
	
	ul.mob-nav {
    display: flex;
    position: absolute;
    right: 15px;
    top: 15px;
}
}

.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;
}
/* popup-settings */


#authModal .nav-pills .nav-link.active {
    background: #22487b;
    border: #22487b;
}

#loginBtn, #registerBtn {
    background:#22487b;
}

#authModal #loginForm,
#authModal #registerForm {
    text-align: left;
}

.nav-pills {
    gap: 10px;
}

.nav-pills .nav-link {
    border: 1px solid  #4EA6FE;
    color:  #4EA6FE;
}

.close-btn {
    position: relative;
    top: -20px;
    right: -20px;
}

.progress {
    height: 0.7rem;
}

.progress .progress-bar {
    background-color: #4ea6fe !important;
}

body button#submitBtn {
    background-color: #4ea6fe;
    border: none;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
body button#submitBtn:hover {
    background-color: #22487b;
}

#switchToLogin, #switchToRegister {
    color: #4EA6FE !important;
}

.accordion-button:not(.collapsed) {
    color: #000;
}




 .accordion-button::after {
    top: 11px !important;
} 

.accordion-button:not(.collapsed)::after {
    top: 23px !important;
}





@media (max-width: 767px) { 
    .accordion-button::after {
    right: -1px;
}

    .weight-loss-banner .text-caption p {
        font-size: 18px;
        margin: 10px 0;
    }
    
    section.weight-loss {
        padding: 49px 15px 0px;
    }
    .patient-review-card {
        flex: 0 0 500px;
    }
    .slider-wrapper-compare {
        max-width: 500px; 
    }
    .patient-content-area {
        padding: 25px 15px;
    }
    .slider-wrapper-compare {
        margin-top: 0;
    }
    .section-headings {
        margin-bottom: 25px;
    }

    section.logo-section {
        margin-bottom: 50px !important;
    }
    .outer_logos {
        justify-content: center;
    }

    footer ul.social-list.clearfix li a {
        padding: 0;
    }
    footer ul.social-list.clearfix {
        margin-bottom: 30px;
    }

    footer .cpy-text.text-center {
        padding-top: 15px !important;
    }
    footer .container-fluid {
        font-size: 14px;
    }
    .footer-links-heading {
        padding-bottom: 10px;
    }
    /* body footer {
        padding-bottom: 80px !important;
    } */
    ul.tag-list {
        padding-left: 0;
    }
section.product-page {
    padding: 30px 0px 30px;
}
.content-long-box {
    padding: 40px 20px;
    margin-top: 0;
}
.content-long-box p:has(strong) {
    margin-bottom: 5px;
}
.offcanvas-body {
    padding: 0 !important;
}
section.product-detail {
    padding: 20px 0 0 0;
}
.prd-desc h2 {
    font-size: 30px;
}
}