:root {
      --medical-blue: #0B2C5F;
      --medical-blue-2: #123E7B;
      --medical-red: #E53935;
      --ink: #092452;
      --muted: #000;
      --soft: #F6F9FD;
      --border: #E4EAF2;
      --green: #18A558;
      --shadow: 0 18px 46px rgba(11, 44, 95, 0.10);
      --shadow-hover: 0 26px 62px rgba(11, 44, 95, 0.16);
    }

    * {
      box-sizing: border-box;
    }
	
    body {
      margin: 0;
     

      font-family: 'Roboto', sans-serif;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img,
    svg {
      max-width: 100%;
    }

    .page-shell {

    }
	
	
.for-mobile {
        display: none !important;
}

.for-desktop {
        display: block !important;
}





.ak-search-wrap{
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.ak-search-input{
	
	    width: 100%;
    height: 45px;
    padding: 0 0px 0 35px;
   
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    font-size: 14px;
    outline: none;
    transition: all .3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.ak-search-input:focus{
    border-color: #2563eb;
    box-shadow: 0 10px 30px rgba(37,99,235,.15);
}

.ak-search-icon{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
       font-size: 14px;
}







        .quick-actions {
            position: fixed;
            left: 50%;
            bottom: 30px;
            transform: translate(-50%, 100px);
            z-index: 999;
            animation: quickActionsSlide 1s cubic-bezier(0.68, -0.14, 0.17, 1.25) forwards;
        }

        @keyframes quickActionsSlide {
            100% {
                transform: translate(-50%, 0);
            }
        }

        .quick-actions__wrapper {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 7px 10px;
            border-radius: 100px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            box-shadow: 6px 3px 4px rgba(13, 13, 13, 0.25);
        }

        .quick-actions__btn{
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100px;
            text-decoration: none;
            color: #fff;
            transition: all 0.35s ease;
        }

        .quick-actions__btn {
            width: 200px;
            height: 40px;
            font-size: 18px;
            font-weight: 500;
        }

        /* Register Button */
        .quick-actions__btn--register {
               background: var(--medical-red);
        }


      
        /* ==========================
           MOBILE
        ========================== */
        @media (max-width: 768px) {
            .quick-actions {
               
               
            }

            .quick-actions__wrapper {
                gap: 10px;
                padding: 8px;
            }

            .quick-actions__btn {
                width: 160px;
                font-size: 15px;
            }
        }

        @media (max-width: 576px) {
            .quick-actions__wrapper {
                gap: 8px;
            }

            .quick-actions__btn {
                width: 140px;
                height: 38px;
                font-size: 14px;
            }

            .quick-actions__icon {
                width: 38px;
                height: 38px;
            }
        }

/* =========================
   POPUP OVERLAY
========================= */

.csComingSoonPopup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.75);
    backdrop-filter:blur(10px);
    display:none;
    justify-content:center;
    align-items:center;
    padding:20px;
    z-index:99999;
}

/* =========================
   POPUP CARD
========================= */

.csComingSoonCard{
    position:relative;
    width:100%;
    max-width:500px;
    
    overflow:hidden;
    animation:csPopupAnimation .45s ease;
}

/* =========================
   IMAGE
========================= */

.csComingSoonImage{
    width:100%;
    display:block;
   
    box-shadow:0 25px 60px rgba(0,0,0,.45);
    animation:csFloating 3.5s ease-in-out infinite;
}

/* =========================
   CLOSE BUTTON
========================= */

.csClosePopupBtn{
    position:absolute;
    top:18px;
    right:18px;
    width:44px;
    height:44px;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(12px);
   
    font-size:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:5;
    transition:.35s ease;
}

.csClosePopupBtn:hover{
    background:#fff;
    color:#111827;
    transform:rotate(90deg);
}

/* =========================
   POPUP ANIMATION
========================= */

@keyframes csPopupAnimation{

    0%{
        opacity:0;
        transform:scale(.75) translateY(40px);
    }

    100%{
        opacity:1;
        transform:scale(1) translateY(0);
    }

}

/* =========================
   FLOATING EFFECT
========================= */

@keyframes csFloating{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .csComingSoonCard{
        max-width:95%;
    }

    .csClosePopupBtn{
        width:38px;
        height:38px;
        font-size:22px;
        top:12px;
        right:12px;
    }

}

	/* =========================
   HEADER
========================= */

header{
  position:sticky;
  top:0;
  z-index:9;
  width:100%;
  border-bottom: 1px solid var(--border);
      backdrop-filter: blur(16px);
}

/* =========================
   TOP BAR
========================= */

.top-link{
  display:flex;
  align-items:center;
  gap:6px;
}

.top-icon{
  width:16px;
  height:16px;
  fill:#fff;
  stroke: currentColor;
   stroke-width: 2;
   fill: none;
}

/* HIDE EFFECT */

.hide-topbar{
  transform:translateY(-100%);
  opacity:0;
  height:0;
  padding:0;
}

/* =========================
   NAVBAR
========================= */

.site-nav{
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
  padding:0px 0;
  transition:0.3s;
}

/* LOGO */

.brand-mark img{
  max-width:220px;
}

/* MENU */

.navbar-nav{
  gap:6px;
}



.nav-link:hover{
 
}

.navbar-brand img{max-width:220px;}


	

    .top-bar {
      color: #ffffff;
      background: var(--medical-blue);
      font-size: 0.82rem;
      font-weight: 650;
	  
    }

    .top-bar .container {
      min-height: 38px;
    }

  
 .rating-card-home {
    
	width:100%;
 margin-top: 30px;}
 
 .rating-content-home {
    display: flex;
    align-items: center;
    gap: 12px;
	width: fit-content;
    border: 1px solid #e0e0e0;
   
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 3px 16px;
    background-color: #fff;
	 position: absolute;
	    bottom: 30px;
   
}




.rating-text-home .stars-home {
    color: green;
    font-size: 18px;
}

.rating-text-home a {
    text-decoration: none;
    color: #000;
}


    .navbar {
      min-height: 72px;
	      background: #fff;
    }

    .brand-mark {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--medical-blue);
      font-weight: 900;
      letter-spacing: 0;
    }

    .brand-symbol {
      display: grid;
      width: 38px;
      height: 38px;
      place-items: center;
      border: 2px solid var(--medical-blue);
    
      transform: rotate(45deg);
    }

    .brand-symbol svg {
      width: 22px;
      height: 22px;
      transform: rotate(-45deg);
    }

    .brand-name {
      display: block;
      color: var(--medical-blue);
      font-size: 1.18rem;
      line-height: 1;
    }

    .brand-name span {
      color: var(--medical-red);
    }

    .brand-tagline {
      display: block;
      margin-top: 2px;
      color: var(--medical-red);
      font-size: 0.68rem;
      font-weight: 750;
      line-height: 1;
    }

    .navbar-nav .nav-link {
      color: var(--ink);
    
      padding: 0.75rem 0.8rem;
	  text-align:center;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
     
	 }
	 
.nav-link img{width:25px;height:25px;}
.nav-link p{ font-size: 14px;
    padding-top: 5px;font-family: 'Playfair Display', serif;
	margin-bottom:0px;}

    .btn-brand,
    .btn-whatsapp,
    .btn-outline-brand {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 44px;
      padding: 0.68rem 1.1rem;
      
      font-size: 0.86rem;
      font-weight: 850;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    }

    .btn-brand {
      color: #ffffff;
      background: var(--medical-red);
      border: 1px solid var(--medical-red);
      box-shadow: 0 12px 26px rgba(229, 57, 53, 0.22);
	  cursor:pointer;
	  
    }

    .btn-brand:hover {
      color: #ffffff;
      background: #cf2c29;
      border-color: #cf2c29;
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(229, 57, 53, 0.3);
    }

    .btn-whatsapp {
      color: #ffffff;
      background: var(--green);
      border: 1px solid var(--green);
      box-shadow: 0 12px 26px rgba(24, 165, 88, 0.18);
    }

    .btn-whatsapp:hover {
      color: #ffffff;
      background: #138a49;
      border-color: #138a49;
      transform: translateY(-2px);
    }

    .btn-outline-brand {
      color: var(--medical-blue);
      background: #ffffff;
      border: 1px solid rgba(11, 44, 95, 0.22);
    }

    .btn-outline-brand:hover {
      color: var(--medical-blue);
      border-color: var(--medical-blue);
      box-shadow: 0 14px 30px rgba(11, 44, 95, 0.09);
      transform: translateY(-2px);
    }

    .hero-section {
      position: relative;
      overflow: hidden;
      padding: 62px 0 0;
      background:
        radial-gradient(circle at 7% 10%, rgba(11, 44, 95, 0.09), transparent 30%),
        linear-gradient(115deg, #ffffff 0%, #F5F9FD 52%, #EDF4FC 100%);
      border-bottom: 1px solid var(--border);
    }

    .hero-title {
      max-width: 850px;
      margin: 0;
     
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: 0;
	      font-family: 'Playfair Display', serif;
    }
	
	
.hero-trustelc {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
        margin-top: 20px;
    width: 100%;
}

.trust-boxelc h3 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 4px;
}

.trust-boxelc p {
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
}
.elc-hero-bg{position:relative;}
.elc-hero-bg-text{

position: absolute;
    top: 0px;
  
    height: 100%;
    
    display: flex;
    justify-content: center;
    
    flex-direction: column;
}

    .hero-copy {
      
	  max-width: 740px;
      margin: 20px 0 0;
    
      font-size: 18px;
      line-height: 1.25;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      max-width: 690px;
      margin-top: 34px;
    }

    .metric-item {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      min-width: 0;
    }

    .metric-icon,
    .mini-icon {
      flex: 0 0 auto;
      width: 28px;
      height: 28px;
      color: var(--medical-blue);
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
    }

.ak-counter-icon img{ width: 70px; height: 70px;}

    .metric-value {
      display: block;
      color: var(--medical-blue);
      font-size: 1rem;
      font-weight: 900;
      line-height: 1.1;
    }

    .metric-label {
      display: block;
      margin-top: 3px;
      color: var(--muted);
      font-size: 0.77rem;
      font-weight: 650;
      line-height: 1.25;
    }

    .hero-visual {
      position: relative;
      min-height: 530px;
    }

    .doctor-panel {
      position: absolute;
      right: 5%;
      bottom: 0;
      width: min(520px, 100%);
      height: 560px;
      overflow: hidden;
      background:
        radial-gradient(circle at 62% 26%, rgba(255, 255, 255, 0.95), transparent 18%),
        linear-gradient(145deg, rgba(11, 44, 95, 0.08), rgba(255, 255, 255, 0.55)),
        #EAF2FB;
      border-radius: 120px 120px 0 0;
      box-shadow: inset 0 0 0 1px rgba(11, 44, 95, 0.08);
    }

    .doctor-illustration {
      position: absolute;
      right: 16px;
      bottom: -5px;
      width: 92%;
      height: auto;
    }

    .opinion-card {
      position: relative;
      z-index: 2;
      max-width: 360px;
      margin: 0 0 28px auto;
      padding: 24px;
      background: #ffffff;
      border: 1px solid var(--border);
     
      box-shadow: var(--shadow);
    }

    .form-title {
      margin: 0 0 18px;
      color: var(--medical-blue);
      font-size: 1.2rem;
      font-weight: 900;
      text-align: center;
      line-height: 1.2;
    }

    .form-label {
      color: var(--ink);
      font-size: 0.76rem;
      font-weight: 800;
    }

    .form-control,
    .form-select {
      min-height: 42px;
      color: var(--ink);
      border-color: var(--border);
     
      font-size: 0.82rem;
      box-shadow: none;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: rgba(11, 44, 95, 0.38);
      box-shadow: 0 0 0 0.2rem rgba(11, 44, 95, 0.08);
    }
	
	
	
	
	
	
	
	
	
	

    .trust-strip {
      color: #ffffff;
      background: var(--medical-blue);
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 1px;
    }

    .trust-item {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 72px;
      padding: 14px;
      color: rgba(255, 255, 255, 0.9);
      background: rgba(255, 255, 255, 0.025);
      font-size: 0.78rem;
      font-weight: 800;
      text-align: left;
    }

    .trust-item svg {
      width: 28px;
      height: 28px;
      color: #ffffff;
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
    }

    .section {
      padding: 60px 0;
    }

    .section-soft {
      background: var(--soft);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }

    .section-heading {
      max-width: 720px;
      margin: 0 auto 38px;
      text-align: center;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 12px;
      color: var(--medical-red);
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .section-kicker::before,
    .section-kicker::after {
      width: 22px;
      height: 1px;
      content: "";
      background: rgba(229, 57, 53, 0.5);
    }

    .section-title {
      margin: 0;
      color: var(--medical-blue);
      font-size: 28px;
      font-weight: 620;
      line-height: 1.12;
      letter-spacing: 0;
	  font-family: 'Playfair Display', serif;
    }



    .section-copy {
      max-width: 620px;
      margin: 12px auto 0;
      color: var(--muted);
      font-size: 0.98rem;
      line-height: 1.7;
    }

    .specialty-card,
    .hospital-card,
    .story-card,
    .service-card,
    .blog-card,
    .event-card {
      height: 100%;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid var(--border);
  
      box-shadow: 0 10px 28px rgba(11, 44, 95, 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }  

    .specialty-card:hover,
    .hospital-card:hover,
    .story-card:hover,
    .service-card:hover,
    .blog-card:hover,
    .event-card:hover {
      border-color: 1px solid var(--medical-blue);;
      box-shadow: var(--shadow-hover);
      transform: translateY(-7px);
    }

    .visual-band {
      position: relative;
      min-height: 150px;
      overflow: hidden;

    }

   

    .visual-band svg {
      position: absolute;
      inset: 14px;
      width: calc(100% - 28px);
      height: calc(100% - 28px);
      color: rgba(255, 255, 255, 0.88);
      stroke: currentColor;
      stroke-width: 1.8;
      fill: none;
    }

    .visual-band.light svg {
      color: rgba(11, 44, 95, 0.82);
    }

    .card-content {
      padding: 20px;
      text-align: center;
    }

    .card-content h3,
    .hospital-card h3,
    .story-card h3,
    .blog-card h3 {
      margin: 0 0 8px;
      color: var(--medical-blue);
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.3;
	   font-family: 'Playfair Display', serif;
    }

    .card-content p,
    .hospital-card p,
    .story-card p,
    .blog-card p,
    .service-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.84rem;
      line-height: 1.65;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 14px;
      color: var(--medical-blue);
      font-size: 0.82rem;
      font-weight: 700;
    }

    .text-link:hover {
     
    }

    .hospital-logo {
      display: grid;
      min-height: 128px;
      padding: 20px;
      place-items: center;
      background:
        linear-gradient(145deg, rgba(11, 44, 95, 0.06), rgba(255, 255, 255, 0.95)),
        #ffffff;
      border-bottom: 1px solid var(--border);
    }
	
	
	
	 
	 .hospital-card {
    transition: 0.5s ease;
}


/* Default grayscale */
.hospital-logo img {
    object-fit: cover;
	    width: 100%;
  
}




    .hospital-logo span {
      color: var(--medical-blue);
      font-size: 1.45rem;
      font-weight: 950;
      letter-spacing: 0;
      text-align: center;
      line-height: 1.05;
    }

   

    .hospital-body {
      padding: 22px;
    }

    .check-list {
      display: grid;
      gap: 9px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
      color: var(--muted);
      font-size: 0.82rem;
      font-weight: 650;
    }

    .check-list li {
      display: flex;
      gap: 8px;
      align-items: flex-start;
    }

    .check-list svg {
      flex: 0 0 auto;
      width: 16px;
      height: 16px;
      margin-top: 3px;
      color: var(--green);
      stroke: currentColor;
      stroke-width: 2.4;
      fill: none;
    }

    .story-media {
      position: relative;
      min-height: 166px;
      overflow: hidden;
      background:
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.7), transparent 24%),
        linear-gradient(135deg, #EAF2FB, #D7E7F8);
    }

    .story-media svg {
      position: absolute;
      right: 0;
      bottom: -8px;
      width: 92%;
      height: auto;
    }

    .flag-pill {
      position: absolute;
      top: 14px;
      left: 14px;
      z-index: 2;
      padding: 6px 10px;
      color: var(--medical-blue);
      background: #ffffff;
      border: 1px solid var(--border);
     
      font-size: 0.72rem;
      font-weight: 900;
      box-shadow: 0 10px 24px rgba(11, 44, 95, 0.12);
    }

    .story-body,
    .blog-body {
      padding: 20px;
    }

    .journey-grid {
      --timeline-gap: 18px;
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: var(--timeline-gap);
      margin-top: 50px;
    }




.journey-treatment {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 24px 18px 22px;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    
    box-shadow: var(--shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	height:320px;
	display: flex;
  
    align-items: center;
    flex-direction: column;
}



 .journey-treatment h3{   margin: 0 0 10px;
    color: var(--medical-blue);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    font-family: 'Playfair Display', serif;
	padding-top:10px;
}

   .journey-treatment p{  margin: 0;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.65;}

    .journey-step::after {
      position: absolute;
      top: 48px;
      left: calc(50% + 44px);
      z-index: 0;
      width: calc(100% + var(--timeline-gap) - 88px);
      content: "";
      border-top: 2px dashed rgba(11, 44, 95, 0.26);
	  display:none;
    }

    .journey-step:last-child::after {
      display: none;
    }

    .journey-card {
      position: relative;
      z-index: 1;
      height: 100%;
      padding: 24px 18px 22px;
      text-align: center;
      background: rgba(255, 255, 255, 0.95);
      border: 1px solid var(--border);
      
      box-shadow: var(--shadow);
      transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    }

    .journey-card:hover {
      border-color: 1px solid var(--medical-blue);
      box-shadow: var(--shadow-hover);
      transform: translateY(-9px);
    }

    .journey-icon-wrap {
      position: relative;
      display: grid;
      width: 84px;
      height: 84px;
      margin: 0 auto 18px;
      place-items: center;
      
      border: 1px solid rgba(11, 44, 95, 0.12);
      border-radius: 50%;
      box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.8), 0 13px 30px rgba(11, 44, 95, 0.12);
	  border:1px solid var(--medical-blue);
    }

    .journey-badge {
      position: absolute;
      top: -9px;
      right: -4px;
      display: grid;
      width: 29px;
      height: 29px;
      place-items: center;
      color: #ffffff;
      background: var(--medical-red);
      border: 3px solid #ffffff;
      border-radius: 50%;
      font-size: 0.78rem;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 8px 18px rgba(229, 57, 53, 0.32);
	  display:none;
    }

    .journey-icon {
      width: 40px !important;
      height: 40px;
      color: var(--medical-blue);
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .journey-icon .accent {
      color: var(--medical-red);
      stroke: currentColor;
    }

    .journey-card h3 {
      margin: 0 0 10px;
      color: var(--medical-blue);
      font-size: 0.95rem;
      font-weight: 600;
      line-height: 1.25;
	  font-family: 'Playfair Display', serif;
    }

    .journey-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.84rem;
      line-height: 1.65;
    }

    .service-card {
      padding: 24px 18px;
      text-align: center;
    }

    .service-icon {
      display: grid;
      width: 58px;
      height: 58px;
      margin: 0 auto 14px;
      place-items: center;
      color: var(--medical-blue);
      
      border: 1px solid rgba(11, 44, 95, 0.11);
    
    }

    .service-icon svg {
      width: 30px;
      height: 30px;
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
    }

    .service-card h3 {
      margin: 0 0 8px;
      color: var(--medical-blue);
      font-size: 0.96rem;
         font-family: "Playfair Display", serif;
		 font-weight:600;
    }

    .event-card {
      position: relative;
      height: 400px;
      overflow: hidden;
      color: #ffffff;
      background:
        linear-gradient(0deg, rgba(11, 44, 95, 0.95), rgba(11, 44, 95, 0.24)),
        radial-gradient(circle at 68% 26%, rgba(255, 255, 255, 0.22), transparent 20%),
        linear-gradient(135deg, #123E7B, #0B2C5F);
    }

    .event-card svg {
      position: absolute;
      inset: 22px 18px auto auto;
      width: 58%;
      height: auto;
      opacity: 0.78;
    }

    .event-body {
      position: absolute;
      right: 22px;
      bottom: 22px;
      left: 22px;
      z-index: 2;
    }

    .event-body h3 {
      margin: 0 0 8px;
      color: #ffffff;
      font-size: 1.05rem;
      font-weight: 900;
    }

    .event-body p {
      margin: 0;
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.84rem;
      line-height: 1.6;
    }

    .blog-meta {
      display: inline-flex;
      margin-bottom: 10px;
      color: var(--medical-red);
      font-size: 0.74rem;
      font-weight: 900;
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      padding: 44px;
      color: #ffffff;
      background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.2), transparent 20%),
        linear-gradient(135deg, var(--medical-blue), #061B3C);
     
    }

    .cta-band h2 {
      margin: 0;
      color: #ffffff;
      font-size:25px;
      font-weight: 600;
	   font-family: 'Playfair Display', serif;
    }

    .cta-band p {
      max-width: 570px;
      margin: 12px 0 0;
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.7;
    }

    .site-footer {
      color: rgba(255, 255, 255, 0.82);
      background: #061B3C;
    }

    .footer-main {
      padding: 62px 0 28px;
    }

    .footer-brand {
      color: #ffffff;
    }
.footer-brand img{max-width:200px;}
    .footer-title {
      margin-bottom: 14px;
      color: #ffffff;
      font-size: 0.92rem;
      font-weight: 900;
    }

    .footer-links {
      display: grid;
      gap: 9px;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0.84rem;
    }

    .footer-links a:hover {
      color: #ffffff;
    }

    .social-row {
      display: flex;
      gap: 10px;
      margin-top: 20px;
    }

    .social-link {
      display: grid;
      width: 36px;
      height: 36px;
      place-items: center;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 50%;
    }

    .footer-bottom {
      padding: 18px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 0.8rem;
    }

   
   
   
 
   
   
   
   /* =========================
   UNIQUE COUNTER SECTION
========================= */

.ak-counter-main{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	    gap: 15px;
	   
    }

.ak-counter-wrapper{
  width: 100%;
 margin-top: 50px;
	
}



.ak-counter-card{
    display:flex;
      justify-content: center;
    gap:10px;
    width:100%;
	 background: var(--soft);
		border:1px solid var(--border);
		padding:20px 10px;
		
}

.ak-counter-icon{
    font-size:30px;
    color:#0c2c66;
    margin-top:4px;
}

.ak-counter-content h2{
    font-size:30px;
    font-weight:700;
    color:#0c2c66;
    margin-bottom:8px;
    line-height:1;
	font-family: 'Playfair Display', serif;
}

.ak-counter-content p{
    font-size:16px;
      font-family: 'Playfair Display', serif;
}

   
   
   /* =========================
 call now btn
========================= */

.btns_quick {
    position: relative;
   
    padding: 4px 4px;
   
    cursor: pointer;
    width: 255px;
    margin-top: 20px;
       
}

.btns_quick-mini {
	font-family: 'Playfair Display', serif;
	    width: 220px;
    height: 60px;
   
        background: var(--medical-red);
        display: flex;
        
        height: 40px;
        font-size: 18px;
        font-weight: 400;
        align-items: center;
        justify-content: center;
      
        transition: all 0.35s ease-out;
        text-decoration: none;
        color: #fff;
        position: relative;
        overflow: hidden;
		
      }
	  

.btns_quick-mini::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 1);
        width: 7px;
        height: 100%;
        filter: blur(6px);
        transform: translateX(-100px) skewX(-15deg);
        animation: TransitioningBackground 1.5s linear infinite;
}

.btns_quick-mini::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 1);
        width: 11px;
        height: 100%;
        filter: blur(6px);
        transform: translateX(-100px) skewX(-15deg);
        animation: TransitioningBackground 1.5s linear infinite;
}

.btns_quick-mini:hover::before,
.btns_quick-mini:hover::after {
        transform: translateX(300px) skewX(-15deg);
        transition: 3s;
}

@keyframes TransitioningBackground {
        0% {
                transform: translateX(-100px) skewX(-15deg);
        }

        100% {
                transform: translateX(300px) skewX(-15deg);
        }
}




  .whatsapp-icon .whatsapp{  position: fixed;
    bottom: 70px;
    /* right: -30px; */
    width: 55px;
   height: 55px; 
    z-index: 10;
    right: 26px;
}
.img-whats img{width:100%;}
 /* .whatsapp-icon .whatsapp{position:fixed; bottom:70px; right:-30px; width:100px; height:100px; z-index:10;} */
.whatsapp-icon .top-arrow{position:fixed; bottom:10px; right:-30px; width:100px; height:100px; z-index:10;} 
   /* =========================
 call now btn close
========================= */

.meet-team-caro .item{
    padding:10px;
}

.meet-team-caro{
    display:block !important;
}

.meet-team-caro .owl-nav button{
    border:none !important;
    background:#0d2d62 !important;
    color:#fff !important;
    width:35px;
    height:35px;
    border-radius:50%;
}

.Professionals-team {
        margin: 50px 0px;
       
}

.Professionals-team-text {
        text-align: center;
}

.Professionals-team-text p {
        text-align: center;
		    margin: 20px auto 0;
    color: var(--muted);
    font-size: 0.98rem;
	    max-width: 820px;
}

.cont-Professional {
        position: relative;
        width: 300px;
        height: 260px;
       
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.meet-team-btn {
        padding-top: 30px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
}

.main-cont-Professional {
        display: flex;
        justify-content: center;
        padding-top: 50px;
		 padding-bottom: 20px;
}

.background-shape-Professional {
        position: absolute;
        width: 100%;
        height: 100%;
       
        transform: rotate(-10deg);
        z-index: 0;
}

.main-Professional-row {
        padding-top: 100px;
}

/* Different colors for each card */
.orange-profes .background-shape-Professional {
        background-color: #f77b3c;
}

.teal-profes .background-shape-Professional {
        background-color: #1cc7b0;
}

.blue-profes .background-shape-Professional {
        background-color: #4f77e0;
}

.Professional-profilebox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
       
        z-index: 1;
        text-align: center;
        padding: 30px 20px;
        box-sizing: border-box;
        border: 2px solid #d9e3ff;
}

.team-card-profess {
        width: 110px;
        height: 110px;
        background-color: #f2f2f2;
        border-radius: 50%;
        margin: -80px auto 15px;
}

.Professional-profilebox h3 {
        font-size: 25px;
        margin: 30px 0 10px;
        font-weight: bold;
}

.Professional-profilebox p {
        text-align: left;
			font-size:15px;
}



/* Wrapper */

.medical-section-flag{text-align:center;padding-top:50px;}

.destination-wrapper-flag{
  margin-top:40px;
  padding:40px;
  background:#f3f3f3;
  display: grid; grid-template-columns: repeat(4, 1fr);gap:30px;
}



/* Card */
.destination-card{
    position:relative;
    overflow:hidden;
    cursor:pointer;
    
}

/* Image */
.destination-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

/* Video */
.destination-card video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
   
    transition:0.5s ease;
}







/* Overlay */
.destination-card::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

/* Country Name */
.destination-card h3{
    position:absolute;
    bottom:20px;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:30px;
    font-weight:500;
    z-index:2;
    letter-spacing:1px;
	  font-family: 'Playfair Display', serif;
}

/* Responsive */
@media(max-width:768px){

    .destination-card{
        width:100%;
        max-width:350px;
    }

}

.zenx-input-box, .form-select.custom-input {
    width: 100%;
    height: 45px;
    border: 1px solid #d9e1ea;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 14px;
    outline: none;
    background: #fff;
	margin-bottom:20px;
}
.zenx-grid {
    
}

.zenx-modal-title{font-size: 26px;}
.zenx-phone-wrap {
    display: flex;
    margin-bottom: 18px;
}
.zenx-phone-input {
    flex: 1;
    height: 50px;
    border: 1px solid #d9e1ea;
    border-radius: 0 12px 12px 0;
    padding: 0 16px;
    outline: none;
}
.zenx-country-code {
    width: 110px;
    height: 50px;
    border: 1px solid #d9e1ea;
    border-right: none;
    border-radius: 12px 0 0 12px;
    padding: 0 12px;
    outline: none;
}
.zenx-textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #d9e1ea;
    border-radius: 12px;
    padding: 16px;
    resize: none;
    outline: none;
    margin-bottom: 20px;
}
.zenx-submit-btn {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 12px;
    background: #E63946;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}
.zenx-submit-btn {    color: #fff;
    
font-weight: 600;}

.zenx-modal-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 99999;

    display: none;

    justify-content: flex-end;
    align-items: flex-start;

    padding: 20px;
    box-sizing: border-box;
}

.zenx-modal-overlay.active{
    display: flex;
}

.zenx-modal-box{
    width: 100%;
    max-width: 500px;

    background: #fff;
    border-radius: 20px;
    padding: 20px;

    position: relative;

    max-height: calc(100vh - 40px);
    overflow-y: auto;

    box-shadow: 0 15px 40px rgba(0,0,0,.2);

    animation: zenxSlideIn .35s ease;
}

.error-message{color:red;font-size:10px;}

@keyframes zenxSlideIn{
    from{
        opacity: 0;
        transform: translateX(100%);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

.zenx-close-btn{
    position: absolute;
    top: 10px;
    right: 15px;

    border: 0;
    background: transparent;

    font-size: 34px;
    line-height: 1;
    cursor: pointer;

    z-index: 9999;
}

@media(max-width:768px){
    .zenx-modal-overlay{
        padding: 10px;
    }

    .zenx-modal-box{
        max-width: 100%;
    }
}








.banner-cardiology{margin-bottom:50px;}
.banner-cardiology img{width:100%;height:100%;}
.candor-faq-section{
    padding:80px 20px;
}

.candor-faq-container{
    max-width:900px;
    margin:auto;
}


.candor-faq-wrapper{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.candor-faq-item{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
    transition:0.3s;
}

.candor-faq-question{
    width:100%;
    border:none;
    background:none;
    padding:18px 25px;
    text-align:left;
    font-size:18px;
    font-weight:500;
    
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
}


   .faq-head-text{font-family: 'Playfair Display', serif;}

.candor-faq-icon{
    font-size:28px;
    font-weight:300;
    transition:0.3s ease;
}

.candor-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
}

.candor-faq-answer p{
    padding:0 25px 0px;
    
    line-height:1.8;
}

.candor-faq-item.active .candor-faq-answer{
    max-height:300px;
}

.candor-faq-item.active .candor-faq-icon{
    transform:rotate(45deg);
}


.book-appointment-area{background: #061B3C;color:#fff;padding:50px;}
@media(max-width:768px){

 
    .candor-faq-question{
        font-size:16px;
        padding:18px 20px;
    }
}





.prabha-career-section {
    padding: 80px 0;
}

.prabha-career-box {
    background: #fff;
    border-radius: 35px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.prabha-career-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 28px;
}

.prabha-career-title {
    font-size: 26px;
    font-weight: 700;
   
    margin-bottom: 20px;
}

.prabha-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

.prabha-icon-box {
       width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    background: #edf3ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prabha-icon-box i {
    color: #1565d8;
    font-size: 28px;
}

.prabha-benefit-item h5 {
    font-size: 22px;
    font-weight: 500;
   
    margin-bottom: 8px;
}

.prabha-benefit-item p {
    margin: 0;
  
    line-height: 1.6;
}

@media (max-width: 991px) {
    .prabha-career-box {
        padding: 25px;
    }

    .prabha-career-img {
        height: auto;
    }

    .prabha-career-title {
        font-size: 32px;
    }

    .prabha-benefit-item h5 {
        font-size: 22px;
    }

    .prabha-icon-box {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
}



.hbx2025-cost-comparison-header h2{text-align:center;padding:40px 0px;}

.ccic-cardiac-card{
       background: #e2eefe;
   border: 2px solid rgba(37, 184, 255, 0.2);
    border-radius: 24px;
    padding: 25px 30px;
    text-align: center;
    height: 100%;
    min-height: 300px;
    transition: all 0.35s ease;
}


   
   
.ccic-Cardiac-title{
    font-size: 22px;
    font-weight: 600;}

	
	.ccic-cardiac-icon i{font-size:18px;}
	
	.ccic-cardiac-icon{ 
	
	
	width: 50px;
    height: 50px;
    margin: auto auto 0px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: white;
       background: var(--medical-blue);
    box-shadow: 0 10px 25px rgba(13, 110, 253, .35);
    transition: .5s;}
	
		.hbx2025-patient-success-section {
    padding: 80px 0;
    background: #f8f9fc;
    font-family: Inter, sans-serif;
}



/* HEADER */

.hbx2025-patient-success-header {
    text-align: center;
    margin-bottom: 60px;
}


.hbx2025-patient-success-subtitle {
    
    font-size: 18px;
}




/* LAYOUT */

.hbx2025-patient-success-layout {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    gap: 30px;
}

/* FEATURED CARD */

.hbx2025-patient-success-featured-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: 700px;
}

.hbx2025-patient-success-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hbx2025-patient-success-featured-card{position:relative;}
.hbx2025-patient-success-main-play{
        position:absolute;
       
        width:60px;
        height:60px;
        border:none;
        border-radius:50%;
        background:#ff4d4d;
        color:#fff;
        font-size:22px;
        cursor:pointer;
        display:flex;
        justify-content:center;
        align-items:center;
        z-index:1;
    top: 35%;
    left: 50%;
        /* Inflate Animation */
        animation:pulse 2s infinite;
    }

    /* Ripple Ring */
    .hbx2025-patient-success-main-play::before,
    .hbx2025-patient-success-main-play::after{
        content:"";
        position:absolute;
        top:50%;
        left:50%;
        width:100%;
        height:100%;
        border-radius:50%;
        border:2px solid #ff4d4d;
        transform:translate(-50%, -50%);
        animation:ripple 2s linear infinite;
    }

    .hbx2025-patient-success-main-play::after{
        animation-delay:1s;
    }

    @keyframes pulse{
        0%{
            transform:scale(1);
        }
        50%{
            transform:scale(1.12);
        }
        100%{
            transform:scale(1);
        }
    }

    @keyframes ripple{
        0%{
            width:100%;
            height:100%;
            opacity:0.8;
        }
        100%{
            width:180%;
            height:180%;
            opacity:0;
        }
    }


.hbx2025-patient-success-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 40px;

    background: linear-gradient(
        to top,
        rgba(4, 14, 45, .95),
        rgba(4, 14, 45, .05)
    );
}

.hbx2025-patient-success-badge {
    width: fit-content;

    background: #1f4ed8;
    color: #fff;

    padding: 12px 20px;
    border-radius: 30px;

    font-size: 14px;
    margin-bottom: 20px;
}

.hbx2025-patient-success-featured-title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 12px;
}

.hbx2025-patient-success-featured-text {
    color: rgba(255,255,255,.9);
    font-size: 24px;
}

/* VIDEO CONTROLS */

.hbx2025-patient-success-video-controls {
    margin-top: 35px;
}

.hbx2025-patient-success-progress {
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,.4);
    border-radius: 20px;
    margin-bottom: 15px;
}

.hbx2025-patient-success-controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.hbx2025-patient-success-controls-left,
.hbx2025-patient-success-controls-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* SIDEBAR */

.hbx2025-patient-success-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hbx2025-patient-success-story-card {
    background: #fff;

    border-radius: 24px;
    padding: 24px;

    display: flex;
    align-items: center;
    gap: 18px;

    box-shadow: 0 10px 30px rgba(0,0,0,.06);

    transition: .3s;
}

.hbx2025-patient-success-story-card:hover {
    transform: translateY(-4px);
}

.active-story {
    border: 2px solid #e7eeff;
}

.hbx2025-patient-success-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.hbx2025-patient-success-story-content {
    flex: 1;
}

.hbx2025-patient-success-story-content h4 {
    color: #10338f;
    font-size: 20px;
    margin-bottom: 6px;
}

.hbx2025-patient-success-story-content p {
    font-size: 16px;
    
    margin-bottom: 6px;
}

.hbx2025-patient-success-story-content span {
    font-size: 17px;
    color: #667085;
}

.hbx2025-patient-success-play-btn {
    width: 55px;
    height: 55px;

    border-radius: 50%;
    border: 2px solid #d9e0f6;

    background: #fff;
    color: #1848c8;

    cursor: pointer;
}

/* RESPONSIVE */

@media (max-width: 1024px) {

    .hbx2025-patient-success-layout {
        grid-template-columns: 1fr;
    }

    .hbx2025-patient-success-featured-card {
        min-height: 550px;
    }
}

@media (max-width: 768px) {


    .hbx2025-patient-success-featured-title {
        font-size: 32px;
    }

    .hbx2025-patient-success-featured-text {
        font-size: 18px;
    }

    .hbx2025-patient-success-avatar {
        width: 70px;
        height: 70px;
    }

    .hbx2025-patient-success-story-content h4 {
        font-size: 22px;
    }

    .hbx2025-patient-success-story-content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {

    .hbx2025-patient-success-section {
        padding: 60px 0;
    }

    .hbx2025-patient-success-main-play {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    .hbx2025-patient-success-overlay {
        padding: 25px;
    }
}




/* TABLE */

.hbx2025-cost-comparison-table-wrapper {
    overflow-x: auto;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,.05);
}

.hbx2025-cost-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    min-width: 900px;
}

/* HEADER */

.hbx2025-cost-comparison-table thead th {
    background: var(--medical-blue);
	
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
   
	 padding: 10px 25px;
    text-align: center;
}

.hbx2025-cost-comparison-table thead th:first-child {
    background: #143b8f;
    border-top-left-radius: 24px;
}

.hbx2025-cost-comparison-table thead th:last-child {
    border-top-right-radius: 24px;
}

/* BODY */

.hbx2025-cost-comparison-table tbody tr {
    background: #ffffff;
}

.hbx2025-cost-comparison-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #dde3ef;
}

.hbx2025-cost-comparison-table tbody td {
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
  
    font-weight: 500;
}


/* HOVER */

.hbx2025-cost-comparison-table tbody tr:hover {
    background: #f7f9fd;
}

/* RESPONSIVE */

@media (max-width: 1200px) {

   
    .hbx2025-cost-comparison-table thead th {
        font-size: 22px;
    }

    .hbx2025-cost-comparison-table tbody td {
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    .hbx2025-cost-comparison-section {
        padding: 70px 0;
    }

    .hbx2025-cost-comparison-title {
        font-size: 36px;
    }

    .hbx2025-cost-comparison-header {
        margin-bottom: 40px;
    }
}
	
	
	
	
	
	
	
	
	
.search-results-block {
  position: relative;
  display: block;
  clear: both;
}
.ui-slider-handle {
  border-radius: 50% !important;
  background: #fff !important;
}
.ui-slider-handle:focus {
  outline: none;
}
.ui-widget-header {
  background: #3f650f !important;
}
.ui-slider-horizontal {
  height: 0.5em !important;
  margin-top: 20px;
}
.sub-cat-pagination {
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.pagination > li:first-child {
  margin-right: 10px;
}
.page-item {
  margin-right: 15px !important;
}
.sub-cat-pre {
  border: none !important;
  margin-left: 0 !important;
  color: #3f650f !important;
  border-radius: 50% !important;
  background: #fff;
  box-shadow: 0 0 8px #00000073;
  padding: 17px 24px !important;
}
.sub-cat-pre:hover {
  background-color: transparent !important;
  color: #000 !important;
  cursor: auto;
}
.page-active {
  background-color: #3f650f !important;
  border-color: #3f650f !important;
  color: #fff !important;
  border-radius: 50% !important;
  background: #fff;
  box-shadow: 0 0 8px #00000073;
  padding: 17px 24px !important;
}
.page-link {
  color: #3f650f;
  transition: all 0.3s;
  border-radius: 50% !important;
  padding: 17px 24px !important;
}
.page-link:focus {
  outline: none;
  box-shadow: none;
}
.page-link:hover {
  background-color: #3f650f !important;
  border-color: #3f650f !important;
  color: #fff !important;
}
.product-detail-container {
  margin-bottom: 50px;
}
.mainThumb {
  border-radius: 12px;
}
.show {
  width: 400px;
  height: 400px;
  border-radius: 12px;
}
#show-img {
  width: 400px;
  height: 400px;
}
.small-img {
  width: 70px;
  height: 350px;
  margin-top: 10px;
  position: absolute;
  left: -70px;
  top: 0;
  border-radius: 12px;
  width: 70px;
  height: 350px;
  margin-top: 10px;
  position: absolute;
  left: -70px;
  top: 0;
  border-radius: 12px;
}
.small-img .icon-left,
.small-img .icon-right {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  margin: auto 0;
}
.small-img .icon-left {
  transform: rotate(270deg);
  top: -25px;
  right: 25px;
}
.small-img .icon-right {
  right: 25px;
  bottom: 0;
  transform: rotate(90deg);
}
.small-img .icon-left:hover,
.small-img .icon-right:hover {
  opacity: 0.5;
}
.small-container {
  width: 70px;
  height: 310px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  border: 1px solid #d6d6e2ff;
  border-radius: 12px;
}
.small-container div {
  width: 800%;
  position: relative;
}
.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-top: 6px;
  cursor: pointer;
  float: none;
  display: block;
}
.small-container .show-small-img:last-of-type {
  margin-right: 0;
}
.product-detail-product-content {
  border-left: 2px solid #ebebeb;
  padding-left: 30px;
}
.product-detail-product-heading {
  font-size: 22px;
  font-weight: 600;
}
.product-detail-product-quantity {
  font-size: 16px;
}
.product-detail-product-rating {
  display: inline-block;
  border-right: 1px solid #ebebeb;
  margin-right: 18px;
  padding-right: 18px;
}
.product-detail-product-review-count {
  display: inline-block;
}
.product-detail-product-price-box {
  font-size: 21px;
  font-weight: 600;
}
.product-detail-product-price-box span {
  color: #8c8d94;
}
.product-detail-product-price-box p {
  font-size: 14px;
}
.cart_extra {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  display: flex;
}
.prd-quantity-txt {
  margin-top: 15px;
}
.cart-product-quantity {
  margin: 7px 10px 7px 0;
  display: inline-flex;
  vertical-align: top;
  margin: 7px 10px 7px 0;
  display: inline-flex;
  vertical-align: top;
}
.quantity {
  display: inline-flex;
  border: 1px solid #e2e2e2;
}
.quantity .minus,
.quantity .plus {
  background-color: transparent;
  display: block;
  float: left;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  margin: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.quantity .qty {
  float: left;
  width: 55px;
  height: 36px;
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 3px;
}
.product-detail-product-btn-info {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.product-detail-product-btn {
  display: inline-block;
  width: 45%;
  padding-right: 15px;
}
.product-detail-product-delivery-info {
  display: inline-block;
  width: 64%;
  border-left: 1px solid #ebebeb;
  padding-left: 15px;
}
.product-detail-product-delivery-info1 {
  display: none;
}
.product-detail-product-delivery-info1 p:first-child {
  font-size: 14px;
  font-weight: 500;
}
.product-detail-product-delivery-info1 p a {
  color: #3f650f;
  border: 1px solid#3f650f;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 0 2px 3px 0 #0000001a;
  margin-left: 15px;
}
.product-detail-product-delivery-info1 p svg {
  width: 12px;
  height: 12px;
}
.product-detail-product-check-pincode {
  display: block;
}
.product-detail-product-check-pincode p {
  font-size: 14px;
  font-weight: 500;
}
.product-detail-product-check-pincode1 {
  border: 1px solid #e2e2e2;
  width: 100%;
}
.product-detail-product-check-pincode1 input {
  border: none;
  display: inline-block;
  width: 74%;
  height: 36px;
  padding: 0 10px;
}
.product-detail-product-check-pincode1 button {
  color: #3f650f;
  display: inline-block;
  border: none;
  background: transparent;
  width: 24px;
}
.btn-sub {
  color: #3f650f;
  display: inline-block !important;
  border: none !important;
  background: transparent;
  width: 24% !important;
}
.product-detail-product-check-pincode1 input:focus {
  outline: none;
}
.product-detail-product-3-steps {
  background-color: #f7f7f7;
  border-top: 1px solid #eee;
  color: #3f414d;
  padding: 11px 22px 11px 25px;
  margin-left: -31px;
}
.product-detail-product-3-steps1 {
  display: inline-block;
  margin-right: 21px;
}
.product-detail-product-3-steps1 img {
  width: 27px;
}
.product-detail-product-3-steps1 span {
  margin-left: 5px;
}
.product-detail-2 {
  margin-bottom: 15px;
}
.product-detail-product-description-container {
  box-shadow: 0 1px 11px 0 #00000061;
  padding: 0 15px;
  background: #fff;
}
.product-detail-product-description-container-tabs {
  padding: 0;
  border-bottom: 2px solid #ebebeb;
}
.product-detail-product-description-container-tabs li {
  list-style-type: none;
  display: inline-block;
  padding: 17px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.product-detail-product-description-container-tabs li.active {
  border-bottom: 2px solid #3f650f;
  color: #3f650f;
}
.product-detail-product-description-container-box1 {
  font-size: 15px;
  line-height: 1.8;
  transition: all 0.3s ease-in-out;
  height: 500px;
  overflow: hidden;
}
.ingredient-box {
  display: none;
}
.howuse-box {
  display: none;
}
.product-detail-table {
  width: 100%;
}
.product-detail-table tr:nth-child(even) {
  background: #e2e2e2;
}	




.medcare-specialty-card:nth-child(4n){
    border-right:none;
}


.medcare-specialty-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border:1px solid #d9d9d9;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
  
    margin:auto;
}


.medcare-specialty-icon img{height:50px;width:50px;}

.medcare-specialty-card{
    padding:32px 28px;
    min-height:260px;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    transition:all .3s ease;
}

.medcare-specialty-card:hover{
    background:#fafafa;
}




.process-card-travel ul{padding-left:0px;padding-top:10px;}


.process-card-travel{background:#fff;padding:20px;margin-bottom: 30px;}

.card-title-travel{padding-left:0px;padding-top:10px;


    color: var(--medical-blue);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    font-family: "Playfair Display", serif;
    
}

.cm-badge-cheapest{display:none;}
.process-list-travel li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 14px;
    width: 24px;
    height: 24px;
    border: 2px solid #2f8cff;
    border-radius: 50%;
    color: #2f8cff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-list-travel li {
    position: relative;
    padding: 16px 0 16px 42px;
    font-size: 14px;
    color: #1c2742;
    border-bottom: 1px solid #d7dde7;
    line-height: 1.5;
	list-style:none;
}
.testimonial-card{background: var(--soft);padding:20px;}

.testimonial-card-main{padding:50px 0px;}

.user-info-testimonial h3{padding-left: 0px;
    padding-top: 10px;
    color: var(--medical-blue);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    font-family: "Playfair Display", serif;}
	
.user-info-testimonial p{
  position: relative;
    font-size: 14px;
    color: rgb(28, 39, 66);
    line-height: 1.5;
    padding: 16px 0px 16px 42px;
    border-bottom: 1px solid rgb(215, 221, 231);
 list-style: none;}
 

.card-header-testimonial{ display: flex;
    justify-content: space-between;}
	
	.stars-testimonial{  color:#f5a623;
    font-size:16px;
    letter-spacing:2px;}
	
	.location-testimonial{font-size:14px;color:#6b7280;}
	
	 .tag-testimonial{   display: inline-block;
    background: var(--blue-bg);
    color: var(--blue);
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
	 border-radius: 100px;}