.lp-header{
            background: white;
            margin-top:10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
            /*position: relative;*/
            /*z-index: 100;*/
           }
        
.consult-btn {
            background: #08529C;
            color: white;
            padding: 10px 26px;
            border: none;
            border-radius: 14px;
            cursor: pointer;
            font-family: 'Outfit', sans-serif;
            font-size: 16px;
            font-weight: 500;
            transition: background 0.3s;
        }
        
.consult-btn:hover {
            background: #004494;
        }        
        
.appintment-btn{
            font-family: 'Outfit', sans-serif;
            font-weight: 500;
            background-color: white;
            color:#08529C;
            padding: 8px 12px 8px 12px;
            border-radius: 12px;
}        
        
.appintment-btn:hover{
    background-color: #08529C; 
    color:white; 
    border: 1px solid white;
}        
   
        
/*pop-up-form */

.pop-up-contain{
     display: flex;
     flex-direction: column;
     align-items: center;
     padding-top: 5px;
}
.pop-up-contain h2{
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #2C2C2C;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  width: 90%;
  max-width: 650px;
  position: relative;
  animation: fadeIn .3s ease;
}

.popup-close {
  position: absolute;
  top: 2px;
  right: 26px;
  font-size: 40px;
  cursor: pointer;
  color: #08529C;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9);}
  to { opacity: 1; transform: scale(1);}
}

/*=====================*/
        
        
        
/*hero-section start        */

.banner-wrapper {
            margin: 10px auto;
            max-width: 1500px;
            /*background-color: white;*/
            overflow: hidden;
}

.banner {
        /* width: 100%; */
        height: 82vh;
        /*background:url('images/cataract-landing-page/banner.png');*/
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
.hero-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 50px;
   } 


.banner-left {
            flex: 1;
            color: white;
            max-width: 650px;
            }

.banner-tag {
            font-size: 18px;
            margin-bottom: 15px;
            opacity: 0.95;
            font-family: 'Outfit', sans-serif;
            font-weight: 500;
            }

.banner-title {
            font-family: 'Outfit', sans-serif;
            font-size: 36px;
            line-height: 1.3;
            margin-bottom: 30px;
            font-weight: 600;
        }

.banner-title .highlight {
            font-family: 'Outfit', sans-serif;
            color: white;
            font-size: 36px;
            font-weight: 400;
        }

.banner-buttons {
            display: flex;
            gap: 15px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }

.btn-primary {
            background: #08529C;
            color: white;
            padding: 10px 26px;;
            border: none;
            border-radius: 14px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.3s;
        }

.btn-primary:hover {
            background: #004494;
            color: white;
            transform: translateY(-2px);
        }

.btn-secondary {
            background: white;
            color: #08529C;
            padding: 10px 28px;
            border: none;
            border-radius: 14px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.3s;
        }
.btn-secondary:hover {
            background: #f0f0f0;
            color: #08529C;
            transform: translateY(-2px);
        }

.stats {
            display: flex;
            align-items: center;
            gap: 20px;
        }

.stats-badge-inner img{
           width: 60px;
}  
        
.stats-number {
            font-size: 40px;
            font-weight: 600;
            line-height: 1.2;
            font-family: 'Outfit', sans-serif;
        }  
        
.line  {
             height: 64px;
             width: 1px;
             background-color:white;
             opacity: 0.6;
}   
    
.stats-text {
            font-family: 'Outfit', sans-serif;
            font-weight: 400;
            font-size: 16px;
            opacity: 0.95;
}    

/* Booking Form */

.booking-form {
            background: white;
            /*padding: 0px;*/
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
            width: 100%;
            max-width: 400px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 16px;
        }

.booking-form h2 {
            font-size: 24px;
            color: #333;
        }
        
.booking-form-mobile {
            display: none;
            background: white;
            /*padding: 0px;*/
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
            width: 100%;
            max-width: 400px;
            /*display: flex;*/
            /*flex-direction: column;*/
            /*align-items: center;*/
            /*padding-top: 16px;*/
        }

.booking-form-mobile h2 {
            font-size: 24px;
            color: #333;
        }

/*.form-group {*/
/*            margin-bottom: 20px;*/
/*        }*/

/*.form-group input,*/
/*.form-group textarea {*/
/*            width: 100%;*/
/*            padding: 14px;*/
/*            border: 1px solid #ddd;*/
/*            border-radius: 5px;*/
/*            font-size: 14px;*/
/*            transition: border 0.3s;*/
/*        }*/

/*.form-group input:focus,*/
/*.form-group textarea:focus {*/
/*            outline: none;*/
/*            border-color: #0056B3;*/
/*        }*/

/*.form-group textarea {*/
/*            resize: vertical;*/
/*            min-height: 80px;*/
/*        }*/

/*.submit-btn {*/
/*            width: 100%;*/
/*            background: #0056B3;*/
/*            color: white;*/
/*            padding: 15px;*/
/*            border: none;*/
/*            border-radius: 5px;*/
/*            cursor: pointer;*/
/*            font-size: 16px;*/
/*            font-weight: 600;*/
/*            transition: background 0.3s;*/
/*        }*/

/*.submit-btn:hover {*/
/*            background: #004494;*/
/*        }*/
        
        
        
        /*mobile cta*/
        
        /* Hidden by default (desktop) */
.mobile-simple-cta { display: none; }

@media (max-width: 768px) {
  .mobile-simple-cta {
    display: block;
    background: #ffffff;
    padding: 16px;
    margin: 16px 12px;
    border-radius: 14px;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.08);
    font-family: "Poppins", sans-serif;
    animation: fadeUp .35s ease both;
    overflow: hidden;
  }

  .cta-inner {
    display: flex;
    gap: 14px;
    align-items: center;
  }

  .cta-image {
    width: 70px;
    height: 150px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  }

  .cta-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: #04223a;
  }

  .cta-sub {
    margin: 0 0 10px;
    font-size: 13px;
    color: #5c6b78;
    line-height: 1.35;
  }

  .cta-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #3b5564;
    margin-bottom: 10px;
  }

  .online-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #25D366;
    animation: pulse 1.5s infinite;
  }

  .whatsapp-btn {
    width: 100%;
    display: block;
    text-align: center;
    background: #25D366;
    color: white;
    padding: 12px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0px 6px 16px rgba(37, 211, 102, .25);
    transition: transform .15s ease;
  }
  .whatsapp-btn:hover{
      color:white;
  }

  .whatsapp-btn:active {
    transform: scale(0.97);
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes pulse {
    0% { transform: scale(1); opacity: .9; }
    50% { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(1); opacity: .9; }
  }
  
  /* WhatsApp Button Ring Effect */
  .whatsapp-btn {
    position: relative;
    overflow: visible;
  }

  .whatsapp-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    background: rgba(37, 211, 102, 0.25);
    animation: ringPulse 2.5s infinite ease-out;
    z-index: -1;
  }

  @keyframes ringPulse {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.7;
    }
    70% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 0;
    }
  }
  
   /* Floating subtle bounce on entry */
  .cta-image {
    animation: floatImg 4s ease-in-out infinite;
  }

  @keyframes floatImg {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
  }

  
  
}
        
        
        /*===============================*/
        
        
        
/*section1 start        */

.cataract-contain {
              display: flex;
              align-items: center;
              justify-content: space-between;
              gap: 20px;
              padding: 40px 0;
    }
.cataract-text {
             display: flex;
             flex-direction: column;
             justify-content: center;
             flex: 1;
             width: 100%;
    }
.cataract-text h2{
             font-family: 'Outfit', sans-serif;
             font-size:32px;
             font-weight: 300;
             color:#08529C;
    }
.cataract-text span{
             font-family: 'Outfit', sans-serif;
             font-size:32px;
             font-weight: 500;
             color:#08529C;
      }
.cataract-text p{
            font-family: 'Outfit', sans-serif;
             font-size:16px;
             font-weight: 400;
             line-height: 24px;
             color:#5C5C5C;
      }
.cataract-img{
            flex: 1;
            display: flex;
            justify-content: center;
      }
.cataract-img img{
            width: 90%;
        }
.cataract-buttons {
            display: flex;
            gap: 15px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }

.btn-cataract {
            font-family: 'Outfit', sans-serif;
            background: #08529C;
            color: white;
            padding: 10px 26px;;
            border: none;
            border-radius: 14px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.3s;
        }

.btn-cataract:hover {
            background: #004494;
            color: white;
            transform: translateY(-2px);
        }

.icon-btn-cataract {
            font-family: 'Outfit', sans-serif;
            background:#25D366;
            color: #ffffff;
            padding: 10px 28px;
            border: none;
            border-radius: 14px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.3s;
        }

.icon-btn-cataract img{
            padding: 0 8px 4px 0px;
}
        
.icon-btn-cataract:hover {
            background: #21df68;
            color: #ffffff;
            transform: translateY(-2px);
        }
/*section1 end*/

/*section2*/

.cataract-symtoms {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        padding: 40px 0;
    }
.symtoms-contain {
        flex: 1;
        width: 100%;
        height: 428px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        padding-top: 80px;
        padding-left: 20px;
    }
.symtoms-contain :nth-child(4){
    width: 47%;
}

.symtoms-icon-list{
    display: flex;
    align-items: center;
    gap: 12px;
}
 
.symtoms-icon-list img{
    width: 50px;
    height: auto;
}
    
.symtoms-icon-list h4{
     font-family: 'Outfit', sans-serif;
     font-size:18px;
     color:white;
    font-weight:500;
}
.symtoms-text{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top:55px;
    
}
.symtoms-text h2{
        font-family: 'Outfit', sans-serif;
        font-size:32px;
        font-weight: 300;
        color:#08529C;
}
.symtoms-text span{
        font-family: 'Outfit', sans-serif;
        font-size:32px;
        font-weight: 500;
        color:#08529C;
}
.symtoms-text p{
        font-family: 'Outfit', sans-serif;
        font-size:16px;
        font-weight: 400;
        color:#5C5C5C;
        line-height: 24px;
}
.symtoms-btn{
    width: 40%;
    background-color: #08529C;
    border-radius: 14px;
    padding: 6px 10px 6px 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: white;
    border: none;
}
.symtoms-btn:hover{
   transform: translateY(-2px);
}

/*section2 end    */



/*section 3*/

.testimonial-section {
    text-align: center;
    padding: 70px 20px;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.main-title {
   font-family: 'Outfit', sans-serif;
   font-size:32px;
   font-weight: 300;
   color:#08529C;
   margin-bottom: 10px;
}
.main-title span{
   font-family: 'Outfit', sans-serif;
   font-size:32px;
   font-weight: 500;
   color:#08529C;
}
.subtitle {
   font-family: 'Outfit', sans-serif;
   font-size:16px;
   font-weight: 400;
   color:#5C5C5C;
   margin-bottom: 40px;
}

.video-wrapper {
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding-bottom: 43.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.15);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/*section3 end*/

/*section4*/

.cataract-section {
  background: #eaf3ff;
  border-radius: 80px 80px 40px 40px;
  padding: 60px 25px;
  font-family: 'Outfit', sans-serif;
  text-align: center;
  margin: 40px auto;
  max-width: 1400px;
  height: 885px;
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-size:32px;
  font-weight: 300;
  color:#08529C;
}

.section-title span {
  font-family: 'Outfit', sans-serif;
  font-size:32px;
  font-weight: 500;
  color:#08529C;
}

.section-subtitle {
  max-width: 700px;
  margin: 10px auto 40px;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 24px;
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card Style */
.card {
  background: #fff;
  border-radius: 32px;
  padding: 14px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.card img {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.card h3 {
  font-family: 'Outfit', sans-serif;   
  font-size: 24px;
  color: #08529C;
  font-weight: 500;
  margin-bottom: 8px;
}

.card p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5C5C5C;
}

/* 🔥 Hover Effect */
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
}

/*.card:hover img {*/
/*  transform: scale(1.05);*/
/*}*/

/* Responsive */
@media(max-width: 900px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
}

@media(max-width: 600px) {
  .grid { grid-template-columns: 1fr; }
}


/*section 4 end*/

/*section5*/

.cta-contain{
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 40px 0;
}
.cta-texts{
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
}

.cta-texts h2{
        font-family: 'Outfit', sans-serif;
        font-size:32px;
        font-weight: 300;
        color:#08529C;
}
.cta-texts span{
        font-family: 'Outfit', sans-serif;
        font-size:32px;
        font-weight: 500;
        color:#08529C;
}
.cta-texts p {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5C5C5C;
}
.cta-button{
    width: 35%;
    margin-top: 20px;
    background-color: #08529C;
    border-radius: 14px;
    padding: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: white;
    border: none;
}  
.cta-button:hover{
     transform: translateY(-2px);
}
.cta-image-box{
        flex: 1;
        width: 100%;
        height: 439px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: end;
}
.image-box-text{
       width: 50%;
       display: flex;
       padding: 0px 0px 40px 20px;
       flex-direction: column;
       gap: 34px;
}
.image-box-text h3{
       font-family: 'Outfit', sans-serif;
       font-size:30px;
       font-weight: 300;
       color: white;
}
.image-box-text span{
       font-family: 'Outfit', sans-serif;
       font-size:30px;
       font-weight: 500;
}
.image-box-text button{
       width: 73%;
       background-color: #FFFFFF;
       font-family: 'Outfit', sans-serif;
       font-size:16px;
       font-weight: 600;
       padding: 9px 12px 9px 12px;
       border-radius: 14px;
       border: none;
       color: #08529C;
}
.image-box-text button:hover{
       transform: translateY(-2px);
}

/*section 5 end*/

/*section6*/

.testimonial-contain{
       margin-top:40px;
       margin-bottom:60px;
 }
.testimonialCarousel .owl-nav {
    position: absolute;
    top: 94.5%;
    right: 47%;
}
.testimonial-main-text{
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color:#08529C;
    text-align: center;
}
.testimonial-main-text span{
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color:#08529C;
}
.testimonial-sub-heding{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5C5C5C;
    text-align: center;
}
 /*section6 end*/
 
 /*section 7*/
 
.doctors-contain {
    margin-top:30px;
    margin-bottom:30px;
}
.doctors-main{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.doctors-main h2{
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color:#08529C;
    text-align: center;
}
.doctors-main span{
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color:#08529C;
}
.doctors-sub-heading{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5C5C5C;
    text-align: center;
    width:50%;
}
 /*section7 end*/
 
 /*section 8*/
 
 /*locate hospital card*/
 
.clinic-contain{
    display: flex;
    flex-direction: column;
    align-items: center;
}
 
.clinic-contain h2{
     font-family: 'Outfit', sans-serif;
     font-size: 32px;
     font-weight: 300;
     color:#08529C;
     text-align: center;
}
.clinic-contain span{
     font-family: 'Outfit', sans-serif;
     font-size: 32px;
     font-weight: 500;
     color:#08529C;
     text-align: center;
}
.clinic-contain p{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5C5C5C;
    text-align: center;
    width:50%;
}

    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 1.5rem;
    }
    .hospital-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0,0,0,0.08);
      transition: 0.3s ease;
      display: flex;
      flex-direction: column;
    }
    .hospital-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }
    .card-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .card-body {
      padding: 1rem 1.25rem;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .timing {
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 0.25rem;
    }
    .location {
      font-size: 1.1rem;
      font-weight: 600;
      color: #0d3b66;
      margin: 0.25rem 0 0.5rem;
    }
    .reviews {
      font-size: 0.9rem;
      color: #ff9800;
      margin-bottom: 0.75rem;
    }
    .reviews span {
      color: #333;
      font-weight: 500;
      margin-left: 5px;
    }
    .address {
      font-size: 0.9rem;
      color: #444;
      margin-bottom: 0.75rem;
    }
    .tags {
      margin-bottom: 1rem;
    }
    .tags span {
      display: inline-block;
      background: #eef4ff;
      color: #2a4d8f;
      font-size: 0.8rem;
      padding: 0.3rem 0.6rem;
      margin: 0 0.3rem 0.3rem 0;
      border-radius: 20px;
    }
    .book-btn {
      background: #0d3b66;
      color: #fff;
      font-size: 0.9rem;
      font-weight: 500;
      padding: 0.6rem 1rem;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-align: center;
      transition: background 0.3s ease;
      width: 100%;
    }
    .book-btn:hover {
      background: #155fa0;
      color:white;
    }
 /*locate hospital card ending      */

  /*section8 end*/


/*section9*/

.faq-contain{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq-contain h2 {
     font-family: 'Outfit', sans-serif;
     font-size: 32px;
     font-weight: 300;
     color:#08529C;
     text-align: center;
}
.faq-contain span{
     font-family: 'Outfit', sans-serif;
     font-size: 32px;
     font-weight: 500;
     color:#08529C;
     text-align: center;
}
.faq-contain p{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5C5C5C;
    text-align: center;
    width:50%;
}


.rounded {border-radius: 2rem !important;}
        .disc__list li::before {  content: ""; display: block; width: .5rem; height: .5rem;position: absolute;top: .6rem;left: 0%;background: var(--brand); transform: rotate(43deg);}
        
        .accordion .accordion-item {border: 0!important;border-radius: 0.5rem;overflow: hidden;margin-bottom: 1rem;}
        .accordion-button {position: relative;display: flex;align-items: center;width: 100%;padding: 1.725rem 1.25rem !important;font-size: 1.3rem; color: var(--brand);background-color: #e7f1ff;font-weight: 700;}
        .accordion-collapse {background:  #e7f1ff !important;}
        .accordion-button::after {flex-shrink: 0;width: 1.25rem;height: 1.25rem;margin-left: auto;content: "";background-repeat: no-repeat; background-size: 1.25rem; transition: transform .2s ease-in-out;
        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 24 24'%3E%3Cpath fill='%2309415C' d='M18 10h-4V6a2 2 0 0 0-4 0l.071 4H6a2 2 0 0 0 0 4l4.071-.071L10 18a2 2 0 0 0 4 0v-4.071L18 14a2 2 0 0 0 0-4'/%3E%3C/svg%3E")}
        .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 24 24'%3E%3Cpath fill='%2309415C' d='M18 11H6a2 2 0 0 0 0 4h12a2 2 0 0 0 0-4'/%3E%3C/svg%3E");
        transform: rotate(-180deg);}

/*section9 end*/



  /*tab responsive start*/
          
 @media (max-width: 768px) {
           .consult-btn {
               padding: 8px 20px;
           }
           .banner{
               height: auto;
               padding:30px 0 30px 0;
           }
           .banner-wrapper{
               max-width: 740px;
           }
           .banner-title{
               font-size: 32px;
           }
           .banner-title .highlight{
               font-size: 32px;
           }
           .hero-wrapper{
               flex-direction: column;
           }
           .banner-left {
               max-width: 100%;
               text-align: center;
           }
           .banner-buttons {
               justify-content: center;
               margin-bottom: 30px;
           }
           .stats{
               justify-content: center;
           }
            .booking-form {
                max-width: 100%;
               
           }
           .submit-btn{
               padding: 10px;
           }
            
            
 /*section1 start*/

          .cataract-contain {
                      flex-direction: column;
          }
          .cataract-text h2{
              font-size:28px;
          }            
          .cataract-text span{
              font-size:28px;
          }            
          .cataract-img {
                      display: flex;
                      justify-content: center;
                      width:100%;
           }           
          .cataract-img img{
                      width: 80%;
          }   
          
/*section1 end          */

 /*section2*/
 
          .cataract-symtoms{
               flex-direction: column;
               gap:0;
               padding: 0;
          }
           
          .symtoms-contain{
                     padding-top:144px;
                     padding-bottom:38px;
                     order: 2;
          }
          .symtoms-text{
                     padding-top:20px;
                     order: 1;
          }            
          .symtoms-text h2{
              font-size: 28px;
          }  
          .symtoms-text span{
              font-size: 28px;
          }  
          
          .symtoms-btn{
                     margin-top: 12px;
          }   
 /*section2 end         */
 
 /*section 3*/
 .testimonial-section{
     padding: 40px 20px;
 }
 .main-title{
     font-size:28px;
 }
 .main-title span{
     font-size:28px;
 }
 
 /*section3 end*/
 
 /*section 4*/
 
 .section-title {
  font-family: 'Outfit', sans-serif;
  font-size:28px;
  font-weight: 300;
  color:#08529C;
}

.section-title span {
  font-family: 'Outfit', sans-serif;
  font-size:28px;
  font-weight: 500;
  color:#08529C;
}
.section-subtitle{
    margin: 10px auto 20px;
}
.cataract-section {
    padding: 30px 20px;
}


 /*section4 end*/
 
 /*section5*/
 
.cta-contain {
     margin-top: 400px;
    flex-direction: column;
    align-items: start;
    gap: 0;
 }
.cta-image-box {
    height: 0;
    padding-top: 241px;
} 
.cta-texts h2{
        font-family: 'Outfit', sans-serif;
        font-size:28px;
        font-weight: 300;
        color:#08529C;
}
.cta-texts span{
        font-family: 'Outfit', sans-serif;
        font-size:28px;
        font-weight: 500;
        color:#08529C;
} 
.image-box-text {
       width: 41%;
}
.image-box-text h3 {
       font-size: 26px;
}
.image-box-text span {
      font-size: 26px;
}
.image-box-text button {
    width: 80%;
}

/*section5 end*/

/*section 6*/

.testimonial-main-text{
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color:#08529C;
    text-align: center;
}
.testimonial-main-text span{
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color:#08529C;
}
.testimonialCarousel .owl-nav {
    position: absolute;
    top: 100.5%;
    right: 43%;
}
/*section6 end*/

/*section 7*/

.doctors-main h2{
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color:#08529C;
    text-align: center;
}
.doctors-main span{
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color:#08529C;
}
.doctors-sub-heading{
    width:100%;
}

/*section7 end*/

/*section8*/

.clinic-contain h2{
     font-family: 'Outfit', sans-serif;
     font-size: 28px;
     font-weight: 300;
     color:#08529C;
     text-align: center;
}
.clinic-contain span{
     font-family: 'Outfit', sans-serif;
     font-size: 28px;
     font-weight: 500;
     color:#08529C;
     text-align: center;
}
.clinic-contain p{
    width:100%;
}

/*section 8 end*/

/*section9*/
.faq-contain h2 {
     font-family: 'Outfit', sans-serif;
     font-size: 28px;
     font-weight: 300;
     color:#08529C;
     text-align: center;
}
.faq-contain span{
     font-family: 'Outfit', sans-serif;
     font-size: 28px;
     font-weight: 500;
     color:#08529C;
     text-align: center;
}
.faq-contain p{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5C5C5C;
    text-align: center;
    width:100%;
}

/*section9 end*/
   
 }
 
  /*tab responsive end*/
  
  
  
/*mobile responsive start*/
   
   @media (max-width: 480px){
       
           .banner-wrapper{
               max-width: 440px;
           }
           .banner-title{
               font-size: 28px;
           }
           .banner-title .highlight{
               font-size: 28px;
           }
           .booking-form h2 {
               font-size: 22px;
               text-align: center;
           }
           
           .booking-form-mobile{
               display: block;
               display: flex;
               flex-direction: column;
               align-items: center;
               justify-content: center;
               padding-top: 16px;
               margin: 20px auto;
               overflow: hidden;
           }
           .booking-form{
               display: none;
           }
           
           
    /*section1 start        */
    
           .cataract-text h2{
               font-size:24px;
           }               
           .cataract-text span{
               font-size:24px;
           }               
           .cataract-contain{
               padding: 20px 20px 0 20px;
           }   
  
    /*section1 end*/
    
    /*section2*/
    
           .cataract-symtoms{
               padding:0 20px;
           }
           .symtoms-text h2{
               font-size: 24px;
           }
           .symtoms-text span{
               font-size: 24px;
           }
           .symtoms-btn{
               width: 40%;
           }
           .symtoms-contain :nth-child(4) {
               width: 100%;
           }
           .symtoms-contain{
               padding: 88px 10px 20px 10px;
               border-radius: 14px;
           } 
           
    /*section2 end*/
           
    /*section 3*/
           .testimonial-section{
                padding: 30px 20px;
           }
          .main-title{
           font-size:24px;
           }
          .main-title span{
           font-size:24px;
           }
           .video-wrapper{
               padding-bottom: 80.25%;
           }
 
 /*section3 end*/    
 
 
  /*section 4*/
 
 .section-title {
            font-family: 'Outfit', sans-serif;
            font-size:24px;
            font-weight: 300;
            color:#08529C;
          }

.section-title span {
             font-family: 'Outfit', sans-serif;
             font-size:24px;
             font-weight: 500;
             color:#08529C;
          }
.section-subtitle{
             margin: 10px auto 20px;
          }
.cataract-section {
              padding: 30px 20px;
          }


 /*section4 end*/
 
 /*section5*/
 
.cta-contain {
          margin-top: 1830px;
          margin-left: 20px;
          margin-right: 20px;
}
     
.cta-button {
    width: 45%
}     
.cta-texts h2 {
    font-size: 24px;
}    
.cta-texts span {
    font-size: 24px;
}    
.cta-image-box { 
    padding-top: 102px;
}
.image-box-text {
        width: 56%;
        padding: 0px 0px 40px 12px;
        gap:12px;
}     
.image-box-text h3 {
        font-size: 22px;
}     
.image-box-text span {
        font-size: 22px;
}     
.image-box-text button {
        width: 100%;
    }    
     
 /*section5 end    */
 
 
/*section 6*/

.testimonial-main-text{
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color:#08529C;
    text-align: center;
}
.testimonial-main-text span{
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color:#08529C;
}

/*section6 end*/
     
/*section 7*/

.doctors-main h2{
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color:#08529C;
    text-align: center;
}
.doctors-main span{
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color:#08529C;
}
.doctors-sub-heading{
    width:100%;
}
/*section7 end*/
 
 /*section8*/

.clinic-contain h2{
     font-family: 'Outfit', sans-serif;
     font-size: 24px;
     font-weight: 300;
     color:#08529C;
     text-align: center;
}
.clinic-contain span{
     font-family: 'Outfit', sans-serif;
     font-size: 24px;
     font-weight: 500;
     color:#08529C;
     text-align: center;
}
.clinic-contain p{
    width:100%;
}

/*section 8 end*/

     
/*section9*/
.faq-contain h2 {
     font-family: 'Outfit', sans-serif;
     font-size: 24px;
     font-weight: 300;
     color:#08529C;
     text-align: center;
}
.faq-contain span{
     font-family: 'Outfit', sans-serif;
     font-size: 24px;
     font-weight: 500;
     color:#08529C;
     text-align: center;
}
.faq-contain p{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5C5C5C;
    text-align: center;
    width:100%;
}

/*section9 end*/
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
           
           
   }