
    body, html {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      color: #000 !important;
    }
     #scrollToTopBtn {
      position: fixed;
      bottom: 30px;
      right: 30px;
      background-color: #ff0000;
      color: white;
      border: none;
      outline: none;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      z-index: 1000;
      transition: opacity 0.3s ease;
    }

    #scrollToTopBtn:hover {
      background-color: #cc0000;
    }

    #scrollToTopBtn i {
      font-size: 24px;
    }
    .list-unstyled{
      line-height: 25px;
    }
    .why-choose-section, .care-section p{
      font-family: "Oxygen", Sans-serif;
        font-size: 18px;
        font-weight: 400;

    }
    .t p{
      font-size: 20px;
    }

    @media (min-width: 1280px) {
  .container {
    max-width: 1280px;!important
  }
}
    .navbar-custom {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      background-color: #2582A154;
      backdrop-filter: blur(5px);
      padding: 10px 0;
    }
      .navbar-nav .nav-link {
      color: white;
      font-weight: 600;
      padding-left: 70px;
              }
      .shadow-md{
          border: 1px solid #8080804f;
      }
    .nav-item {
        font-family: "Oxygen", Sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
      }
    .carousel-item {
      height: 100vh;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .carousel-caption-custom {
      position: absolute;
      top: 40%;
      
      color: #fff;
      text-align: center;
      padding: 30px 20px;
      border-radius: 10px;
    }

    .slide-indicator {
      position: absolute;
      left: 30px;
      font-weight: bold;
      font-size: 14px;
      color: #000;
      background-color: rgba(255,255,255,0.8);
      padding: 5px 10px;
      border-radius: 5px;
      z-index: 11;
      transition: top 0.3s ease;
    }

    .carousel-control-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  font-weight: 700;
  z-index: 11;
  cursor: pointer;
}

.carousel-control-custom.left {
  left: 30px;
}

.carousel-control-custom.right {
  right: 30px;
}
.banner-img img{
  width: 500px;
    margin-left: 100px;
}
/*.swiper-slide, .swiper-slide{
  min-height: 350px;
}*/

@media (max-width: 991.98px) {
  .carousel-control-custom {
    display: none;
  }
}

    .carousel-controls-custom button {
      background: none;
      border: none;
      font-size: 1.8rem;
      margin: 0 20px;
      cursor: pointer;
       color: white;
      font-weight: 700;
    }

    /* Responsive adjustments */
    @media (max-width: 991.98px) {
      .slide-indicator {
        display:none;      }
        
      .carousel-caption-custom {
        text-align: center;
        left: 50%;
      }   
      .carousel-controls-custom {
        display: none;
      } 
      .carousel-item{
        height: 70vh;
      }   
            }


      .number {
      font-size: 28px;
      font-weight: bold;
      color: #24738F;
    }

    .description {
      font-size: 16px;
      color: #333;
    
    }
      .stacked-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }


      .flex{
        display: flex;
      }
    @media (min-width: 992px) {
      .slide-indicator {
        top: 90px; /* Default desktop top position */
      }
    }
    .care-section {
      
      background-size: auto;
      background-position: 100% 90%;
      background-repeat: no-repeat;
      padding: 80px 0;
      position: relative;
    }
    .pl{
      padding-left: 50px;
    }
    .text-content h2 {
      font-size: 2rem;
    }

    @media (min-width: 992px) {
      .text-content h2 {
        font-size: 2.5rem;
      }
    }
    .text-primary{
      color: rgb(37 130 161) !important;
    }
    .btn-primary{
      background-color:  rgb(37 130 161) !important;
    --bs-btn-border-color: rgb(37 130 161) !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(37 130 161) !important;
    --bs-btn-hover-border-color: rgb(37 130 161) !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(37 130 161) !important;
    --bs-btn-active-border-color: rgb(37 130 161) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(37 130 161) !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(37 130 161) !important;
    }
    .btn-outline-primary{
      color:rgb(37 130 161) ;
    --bs-btn-border-color: rgb(37 130 161) !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: rgb(37 130 161) !important;
    --bs-btn-hover-border-color: rgb(37 130 161) !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(37 130 161) !important;
    --bs-btn-active-border-color: rgb(37 130 161) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(37 130 161) !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(37 130 161) !important;
    }
    .btn-outline-primary:hover{
      color: white;
    }

    .why-choose-section {
      padding: 60px 0;
    }

    .why-choose-section h2 {
      font-weight: bold;
      color: #217896;
    }

    .why-choose-section .btn-learn-more {
      background-color: #217896;
      color: #fff;
      font-weight: bold;
    }

    .feature-item {
      margin-bottom: 30px;
    }

    .feature-item h5 {
      color: #217896;
      font-weight: bold;
      font-size: 30px;
      margin-bottom: 20px;
    }

    .feature-item hr {
      width: 100px;
      border: 1px solid #ddd;
      margin-top: 0;
    }
    hr {
      opacity: 1;
      color: grey;
        }

        /*Specialist*/

    .specialists-section {
        padding: 60px 0;
    background-color: #5DA9DD1A;
    }

    .specialists-section h2 {
      color: #217896;
      font-weight: bold;
      font-size: 50px;

    }

    .specialist-card {
      background-color: #5DA9DD00;
      border: solid 1px aliceblue;
    }

    .specialist-info {
      background-color: #217896;
      color: #fff;
      padding: 10px 15px;
      font-size: 14px;
    }

    .specialist-info small {
      display: block;
      font-size: 12px;
      color: #dff6ff;
    }

    .actions {
      justify-content: space-between;
      font-size: 12px;
    }

    .actions div {
     
      padding: 6px 10px;
   
    }
    .mega-dropdown {
      display: flex;
      flex-direction: row;
      width: 100%;
    }

    .dropdown-menu {
      width: 100%;
      border: none;
      border-radius: 0;
      margin-top: 0;
    }

    .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      margin: auto;
      width: 80%;
      left: 10%;
    }

    .left-panel {
      background-image: linear-gradient(360deg, #60c6c3 0%, #5DA9DD 100%);
      color: white;
    }

    .left-panel h5 {
      font-size: 30px;
      margin: 50% auto;
    }

    .middle-panel a {
      font-weight: 700;
      color: #2582A1FC;
      cursor: pointer;
    }


    .right-panel {
      display: none;
        font-weight: 600;
    }

    .right-panel.active {
      display: block;
    }

    @media (max-width: 992px) {
      .mega-dropdown {
        flex-direction: column;
      }
    }

    a{
      text-decoration: none;
    }

    .highlight-card {
      background-color: white;
      color: #217896;
      padding: 40px;
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* darker and deeper shadow */
        border-radius: 4px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .highlight-card p {
      font-family: "Oxygen", Sans-serif !important;
            font-size: 18px !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            color: black ;
            padding-top: 10px;
    }
    .highlight-card a{
      color: #217896;
          text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    }

    .view-all {
      font-size: 18px;
      font-weight: bold;
      color: #217896;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
      .doctor-card {
      display: flex;
      flex-wrap: nowrap;
      background-color: #24799C;
      color: white;
      font-family: sans-serif;
      min-height: 90px;
      /*width: 85%;*/
    }
    .doctor-card1 {
      display: flex;
      flex-wrap: nowrap;
      background-color: #24799C;
      color: white;
      font-family: sans-serif;
      height: 90px;
      width: 100%;

    }
    .doctor-card1 .details {
      padding: 10px 15px;
      
    }

    .doctor-card .details {
      padding: 10px 15px;
      min-width: 255px;
    }
     .doctor-card1 .details p{
     
      font-size: 12px;
      min-width: 70.2%;


    }
     .doctor-card1 .details h6{
      font-size: 16px;
      min-width: 70.2%;


    }
    .doctor-card .details p{
     
      font-size: 12px;


    }
    .doctor-card .details h6{
      font-size: 16px;
     


    }

    .doctor-card .actions {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .doctor-card1 .actions {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;

    }


   

    .appointment {
      background-color: #f19ac0;
      color: #1d1d1d;
      height: 50%;
      text-align: center;
      /*font-weight: 400;*/


    }
    .appointment a{
      color: black;
    }
    .profile {
      background-color: #b9dcaf !important;
      color: white !important;
      font-weight: 600;
      height: 50%;
      text-align: center;

    }
    .profile a{
      color: white;
    }
    .appointment-section {
      position: relative;
      background: url('../img/DSC_3806-1.png') no-repeat center center;
      background-size: cover;
      min-height: 500px;
      display: flex;
      align-items: center;
      z-index: 1;
      margin-top: 30px;
    }

  
    .appointment-content {
      position: relative;
      z-index: 2;
    }
    .doctor-card .details p{
      {
        font-weight: 300;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0 !important;
      }
    }
    .appointment-box {
      background-color: #fff;
      box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
      padding: 40px 30px;
      border-radius: 8px;
      max-width: 500px;
      width: 100%;
    }

    .appointment-title {
      color: #007b9c;
      font-weight: 600;
      font-size: 28px;
      margin-bottom: 30px;
    }

    .btn-custom {
      background-color: #007b9c;
      color: #fff;
      font-weight: 600;
      padding: 10px 30px;
      border-radius: 0;
      margin-right: 10px;
      border: solid #007b9c;
    }

    .btn-custom-outline {
      border: 2px solid #007b9c;
      color: #007b9c;
      font-weight: 600;
      padding: 10px 30px;
      border-radius: 0;
      background-color: transparent;
    }

    .doctor-img {
      max-height: 500px;
      width: auto;
    }

    @media (max-width: 768px) {

      .appointment-box {
        margin-bottom: 30px;
        margin-top: 20px;

      }

      .doctor-img {
        max-width: 100%;
        height: auto;
      }

      .appointment-section {
        text-align: center;
        padding: 60px 0;
      }
    }
    .news-sec{
      margin-top: 100px;
    }

    @media (max-width: 576px) {
      .doctor-card {
        flex-direction: column;
        height: auto;
        width: 91%;
      }
       .special {
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 30vh;
      }
      .speciality{
        padding: 0 10px;
      }
      .speciality p{
        font-family: "Oxygen", Sans-serif;
        font-size: 18px;
        font-weight: 400;
      }
      .speciality h4{
        font-size: 28px !important;
      }
      .swiper.speciality-swiper{
        margin-top: 50px;
      }
      .speciality-card{
        width: 360px !important;
      }
      .t{margin-bottom: 50px}
      .specialists-section{
        padding-left: 10px;
        
      }
      .specialists-section h2{
        font-size: 50px;
      }
      .specialist-card{
        margin-left: 10px;
        margin-bottom: 30px;
        background-color: #5DA9DD00;
      }
       .specialist-card img {
        width: 337px;
      }
      .doctor-card .actions {
        flex-direction: row;
      }
      .doctor-card .actions div {
        flex: 1;
        text-align: center;
      }
      .doctor-card1 {
        flex-direction: column;
        height: auto;
        width: 100%;
      }
      .doctor-card1 .actions {
        flex-direction: row;
      }
       .doctor-card1 .actions div {
        flex: 1;
        text-align: center;
      }
      .res{
        margin-bottom:30px;
      }
      .pl{
        padding-left: 0 !important;
      }
       .slider-section {
       height: 85vh !important;
        
      }
      .h-95{
        height: 85vh!important;
      }
      .banner-img{
        max-width: 70%;
        margin-top: -280px;
        margin-left: -56px;         
       padding-bottom: 10px;
      }
      .slide-tagline{
        font-size: 16px !important;
            max-width: 300px !important;
              margin-left: 45px !important;

      }
      .carousel-inner{
        height: 85vh !important;
      }
      .carousel-control-next {
        left: 20% !important;
      }
      .why-choose-section{
        text-align: center!important;
      }
      .feature-item hr {
          width: 400px!important;
          margin-bottom: 10px;}
      .care-section p {
          
            padding: 0 20px;
          }
        .carousel-control-prev, .carousel-control-next {
      bottom: 6% !important;}
      .carousel-control-prev {
          left: 158px !important;
        }
        .custom-col{
          max height: 200px;
        }
           


    }
     .news-card {
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .news-card:hover {
      transform: translateY(-5px);
    }

    .news-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    .news-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .news-title {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 15px;
    }

    .news-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }

    .news-footer a {
      color: #007b9c;
      text-decoration: none;
      font-weight: 500;
    }

    .section-title {
      font-size: 2rem;
      font-weight: bold;
      color: #007b9c;
      margin-bottom: 30px;
    }
    .h{
      border-width: 4px;
      width: 100%;
      margin: 0 auto;
      color: #2582a1;
    }
   .carousel-inner {
      height: 95vh;
    }

    .slider-section {
      height: 95vh;
      padding: 50px 15px 0 15px;
      background-color: #82bdd0;
      color: white;
    }

    @media (min-width: 768px) {
      .slider-section {
        padding-left: 120px;
        
      }
    }

    .slide-number-wrapper {
      font-size: 2rem;
      font-weight: 400;
      margin-bottom: 10px;
    }

    #currentSlide, #totalSlides {
      font-weight: bold;
      display: inline-block;
      transition: all 0.4s ease;
    }

    .slide-title {
      font-size: 3rem;
      font-weight: 700;
    }

    .slide-subtitle {
      font-size: 1.5rem;
      font-weight: 300;
      margin-bottom: 20px;
    }

    .slide-tagline {
      background-color: #004860;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 1.1rem;
        margin-left: 111px;
        margin-bottom: 60px;
    }

    .carousel-control-prev,
    .carousel-control-next {
      bottom: 20%;
      top: unset;
      width: auto;

    }

    .carousel-control-prev {
      left: 240px;;
    }

    .carousel-control-next {
      left: 300px;
      right: auto;
    }

    .circle-btn {
      background: white;
      color: #004860;
      padding: 10px 16px;
      border-radius: 50%;
      font-size: 1.2rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      transition: 0.3s ease;
    }

    .circle-btn:hover {
      transform: scale(1.1);
    }
    .h-95{
        height: 95vh;
    }
    @keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-once {
  animation: fadeSlideUp 3s ease both;
}
.swiper-button-next, .swiper-button-prev {
  
  top: var(--swiper-navigation-top-offset,50%);}
 .testimonial-section {
      padding: 60px 0;
    }
    .testimonial-title {
      font-size: 2.5rem;
      font-weight: bold;
      color: #2a92b0;
      margin-bottom: 40px;
        text-align: center;
    }
    .testimonial-card {
      background: white;
      padding: 30px;
      border-radius: 10px;
      /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
      height: 100%;
    }
    .testimonial-text {
      font-size: 1.1rem;
      margin-bottom: 20px;
    }
    .testimonial-author {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-weight: bold;
    }
    .testimonial-author img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }
    .swiper-pagination{
      margin-top:0 !important;
    }
    .swiper-pagination-bullet {
      background: #ccc;
      opacity: 1;
    }
    .swiper-pagination-bullet-active {
      background: #2a92b0;
    }
    .view-all-btn {
      margin-top: 30px;
    }
    .testimonial-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2a92b0;
}
.testimonial-text {
  font-size: 1rem;
}
.testimonial-card img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #2a92b0;
}
.testimonial-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2a92b0;
}
.testimonial-card p {
  font-size: 1rem;
}
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #2a92b0;
}
.swiper-button-prev,
.swiper-button-next {
  color: #2a92b0;
}
.swiper-button-prev{
    left: var(--swiper-navigation-sides-offset,0px);
}
.swiper-button-next{
    right: var(--swiper-navigation-sides-offset,0px);
}
.swiper-button-next::after, .swiper-button-prev::after{
  font-size: 25px;
  font-weight: 700;
}
.social a i{
  font-size: 30px;
}
  footer.bg-white {
    position: relative;
    overflow: hidden; /* to clip background overflow */
  }

  .footer-bg-overlay {
   position: absolute;
  bottom: -130px;
  right: -150px;
  z-index: 0;
  opacity: 0.33;
  width: 520px;
  height: auto;
  pointer-events: none;
  }

  footer.bg-white > .container,
  footer.bg-white hr {
    position: relative;
    z-index: 1;
  }

  @media (max-width: 768px) {
    .footer-bg-overlay {
      width: 200px;
    }
  }
  .middle-panel .dropdown-item {
  --bs-dropdown-link-active-bg: transparent !important;
  background-color: transparent !important;
}


.boxes{
            background-color: #5DA9DD1A;

    }
    .bor{
       
      border: 0px solid #000;        /* 4px black border */
      padding: 20px;                 /* inner spacing */
      text-align: center;
      min-height: 275px;
        display: flex;
      justify-content: center;  /* Center horizontally */
      align-items: center;      /* Center vertically */
      
    }

      .custom-col {
            border: 4px solid #2582A1;       /* 4px black border */
            padding: 20px;                 /* inner spacing */
            background-color: #f8f9fa;     /* light gray background */
    
            min-height: 275px;
             box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.08);
               display: flex;
      justify-content: center;  /* Center horizontally */
      align-items: center;      /* Center vertically */
      
      text-align: center;
          }


          .bol{
            font-family: "Oxygen", Sans-serif;
            font-size: 22px;
            font-weight: 700;
            text-transform: capitalize;
            color: black;
            min-height: 275px;

          }
          .bol-blue{
          font-size: 40px;
          font-weight: 700;
          color: #2582A1;
          }
          .desc{
            font-family: "Oxygen", Sans-serif !important;
            font-size: 18px !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            color: black ;

          }
          .value-card {
            background-color: #2582A1;
            color: white;
            padding: 25px;
            text-align: center;
            height: 100%;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
          }

    .value-card h5 {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 20px;
    }

    .vision-section h2 {
      font-weight: bold;
      color: #2582A1;
    }

    @media (max-width: 767.98px) {
      .value-card {
        margin-bottom: 20px;
      }
      .bol{
        min-height: 0;
      }
    }

    .core-values-row {
      row-gap: 20px;
    }
    .vision-section h2{
      font-family: "Oxygen", Sans-serif;
      font-size: 40px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 41px;
      margin-bottom: 10px;
    }
    .vision-section p {
        font-weight: 400;
        margin-bottom: 30px;
        font-size: 18px;
    }
@media (min-width: 992px) {
  .vision {
    flex: 0 0 auto;
    width: 19.667%;
  }
}
.norvic-section{
  padding-top: 150px;
  padding-bottom: 50px;
}
   @media (max-width: 767.98px) {
      .norvic-section{
        padding-top: 100px !important;
      }
      .cert-text h4{
        font-size: 22px !important;
          padding: 30px !important;
      }
      .cert-logos{
        padding: 0 !important;
      }
      ..timeline-image img{
        object-fit: contain !important;
      }
       .speciality h5{
        padding-right: 0px !important;
       }
    }

.cert-text h4{
  color: #2582A1FC;
  color: #2582A1FC;
  font-size: 30px;
  font-size: 32px;
  font-weight: 700;
  padding-right: 200px;
  padding-left: 40px;
}
.cert-logos{
  padding-left: 150px;
}
.cert-logos img{
   height: 160px;
}
.timeline-title {
    
      color: #2a92b0;
      font-weight: 700;
      font-family: "Oxygen", Sans-serif;
      font-size: 40px;
      font-weight: 700;
      text-transform: uppercase;
        }
    }

       .timeline-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
    }

    .timeline-image {
      width: 100%;
      max-width: 600px;
      height: 400px;
      overflow: hidden;
     
    }

    .timeline-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .timeline-line-wrapper {
      width: 100%;
      max-width: 500px;
      position: relative;
      margin: 2rem 0 1rem;
    }

    .horizontal-line {
      height: 2px;
      background-color: rgba(0, 0, 0, 0.1);
        width: 135%;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1;
    }

    .year-badge {
     position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #0077b6;
    color: white;
    font-size: 36px;
    font-weight: bold;
    padding: 0px 9px;
    margin: 0px 0;
    text-align: center;
    }

    .timeline-text {
      max-width: 500px;
      text-align: left;
    }

    .swiper-pagination {
      margin-top: 60px;
      text-align: center;
    }
    .swiper-pagination{
      position: relative !important;
    }
     .speciality-section {
      background-color: #D9D9D933;
      padding: 5rem 0;
    }

    .speciality-card {
      background: #fff;
        box-shadow: 5px 4px 8px 0px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      text-align: center;
      padding: 1rem;
      transition: all 0.3s ease;
      min-height: 230px; /* Fixed height */
      display: flex;
      flex-direction: column;
      justify-content: space-between; /* Push link to bottom */
      width: 180px;
    }

    .speciality-card:hover {
      transform: scale(1.03);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      background-image: linear-gradient(325deg, #60CCBE 36%, #F2295B00 100%);
      color: white;
    }

    .speciality-card img {
      border-radius: 50%;
      width: 80px;
      height: 80px;
      object-fit: cover;
      margin-bottom: 1rem;
    }

    .speciality-title {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
      min-height: 48px; /* Forces consistent title block */
        text-align: left;         /* Align text to the left */

    }

    .learn-more {
      color: #0077b6;
      font-weight: bold;
      font-size: 0.9rem;
      text-decoration: none;
    }

    .learn-more:hover {
      text-decoration: underline;
    }

    .speciality .swiper-button-prev {
      display: none !important;
    }

    .swiper-button-next {
      right: 0;
      color: #0077b6;
      top: 36% !important;
    }

    .swiper-button-next::after {
      font-size: 20px;
    }

    .swiper.speciality-swiper {
      padding-right: 40px;
      padding-bottom: 10px;
    }
    .special {
        background-size: cover;
        background-position: center;
        border-radius: 0.5rem; /* matches .rounded */
        min-height: 200px; /* ensures visibility */
      }
    .speciality h5{
      font-family: "Oxygen", Sans-serif;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        color: #2582A1FC;
          padding-right: 70px;
    }

 .mar{
  margin-top: -30px;
 }
 .speciality h5 a{
  font-size: 18px;
  font-weight: 400;
 }
  .team-card img {
      object-fit: cover;
      height: 400px;
      width: 100%;
    }

    .team-card {
      border: none;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      transition: 0.3s ease;
      /*width: 300px;*/
    }

  /*  .team-card:hover {
      transform: translateY(-5px);
    }*/

    .card-body {
      min-height: 110px; /* Force all card text to be same height */
    }

    .tab-content > .tab-pane {
      display: none;
    }

    .tab-content > .active {
      display: block;
    }
.bg-info{
  background-color: #2582A1 !important;
    padding: 8px;
}
.teams a {
  font-size: 14px !important;
}
  /* Hide tabs on mobile */
  @media (max-width: 767.98px) {
    #teamTabs {
      display: none;
    }
    .mobile-accordion {
      display: block;
    }
    .teams{
      width: 100px !important;
    }
    .team-card{
    width: 380px !important;

    }
    .speciality-section{
      padding: 0 !important;
    }
    .accordion-button{
      justify-content: center;
    }
    .accordion-header{
      padding: 10px;
    }
    .team h2{
      font-size: 26px !important;
    }
  }

  /* Hide accordion on desktop */
  @media (min-width: 768px) {
    .mobile-accordion {
      display: none;
    }
    
  }
  .teams{
    background-color: #004763;
    color: white;
  }

.nav-link.active{
  color: #2582A1 !important;
}
.nav-link:hover{
  color: white !important ;
  background-color: #00465E !important;
}
.team-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .flip-card {
      background-color: transparent;
      width: 100%;
      height: 300px;
      perspective: 1000px;
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    .flip-card-front,
    .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px;
 
    }

    .flip-card-front {
      background-color: #247c99;
      color: white;
    }

    .flip-card-back {
      background-color: #155d74;
      color: white;
      transform: rotateY(180deg);
    }
#teamTabs .nav-link {
  background-color: #f5f5f5;
  color: #60cfcf;
  border: none;
  border-radius: 0;
  padding: 15px 30px;
    margin-right: 5px;
  font-weight: 600;
  text-align: center;
  min-width: 200px;
  transition: background-color 0.3s, color 0.3s;
}

/* Active tab style */
#teamTabs .nav-link.active {
  background-color: #00465E;
  color: #ffffff !important;
}

/* Optional hover effect */
#teamTabs .nav-link:hover:not(.active) {
  background-color: #e9ecef;
  color: #007b8a;
}
.nav-tabs{
  --bs-nav-tabs-border-color: white;
  justify-content: center;
}
.card-body h5{
  font-size: 18px !important;
  line-height: 20px;
}
.card-body p{
    font-size: 16px !important;
    line-height: 20px;

}
.accordion-button {
  background-color: #f5f5f5;
  color: #60cfcf;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  background-color: #00465E;
  color: white;
}
.accordion-button:focus{
box-shadow: none;

}
.accordion-button{
  border-radius: none !important;
}
.accordion-button::after {
  display: none;
}
.accordion{
  --bs-accordion-border-color:white !important;
}
  

.norvic-accordion .norvic-accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid;
}

.norvic-accordion .norvic-accordion-button {
  color: #333;
  width: 100%;
  padding: 1rem;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}

.norvic-accordion .norvic-accordion-button:not(.collapsed) {
}

.norvic-accordion .norvic-accordion-button::after {
  content: "↓";
  float: right;
  transition: transform 0.3s ease;
}

.norvic-accordion .norvic-accordion-button.collapsed::after {
  transform: rotate(-90deg);
}

.norvic-accordion .norvic-accordion-collapse {
  transition: height 0.3s ease;
}

.norvic-accordion .norvic-accordion-body {
  padding: 1rem;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.norvic-accordion-item h2 strong{
  font-size: 26px;
}
.norvic-section p{
    font-size: 18px;
}
.awards-section{
  background-color: #D9D9D933;
}
.awards-section .swiper-slide{
  box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.0784313725490196);
  margin-bottom: 30px;
  background-color: white;

}
 .norvic-cares-section {
      position: relative;
    background-repeat: no-repeat;
      overflow: hidden;

    }

    .norvic-cares-content h2 {
      font-weight: 700;
      color: #006681;
    }

    .norvic-cares-content p {
      font-size: 1.1rem;
      color: #333;
      line-height: 1.6;
    }

    .learn-more-btn {
      background-color: transparent;
      color: white;
      font-weight: bold;
      border: none;
      padding: 10px 20px;
      transition: background-color 0.3s ease;
      border: 1px solid white;
      margin-left: 120px;
      margin-bottom: 30px;
    }

   


    @media (max-width: 767.98px) {
      .norvic-cares-content {
        padding-top: 30px;
      }
    }

    .banner-img h2{
      
      font-size: 48px;
      color: #F6F6F6;
      font-family: "Oxygen";
      font-weight: 700;
      line-height: 100%;
      text-transform: capitalize;
      background-color: transparent;
      width: 540px;
      padding-left: 110px;
      margin-bottom: 20px;
    }
    .banner-img h5{
      
     
      color: #F6F6F6;
      font-family: "Oxygen";
      font-weight: 400;
      line-height: 100%;
      text-transform: capitalize;
      background-color: transparent;
      width: 540px;
      padding-left: 110px;
      margin-bottom: 10px;
        font-size: 20px;
    }
    .text-red{
     color: red !important;
    }
    .emergency li i{
      padding-right: 10px;
      color: red;
    }
    .emergency li {
      padding: 5px 0;
    }
    .ft-16{
      font-size: 25px !important;
        font-weight: 600;
    }
    .emergency{
      font-weight: 600;
    }
    .pl-50{
      padding-left: 50px;
    }
      @media (max-width: 767.98px) {
        .pl-50{
          padding: 0;
          text-align: left;
        }
        
      }
.care{
  background-color: #F8F8F8;
}

  .health-card {
      box-shadow: 5px 4px 5px 0 rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease;
      border: none;
      border-radius: 6px;
    }
   
    .health-card h5 {
      font-weight: 700;
      font-size: 16px;
    }
    .health-card a {
      text-decoration: none;
      font-weight: 500;  font-size: 13px;
    }
    .health-card a:first-child {
      color: #007b8f; /* Book Now color */
        font-size: 13px;
    }
    .health-card a:last-child {
      color: #6c757d; /* Learn More color */
    }
      .appointment-btn {
      background-color: #60CCBEF7;
      color: white;
      font-weight: bold;
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: bold;
      color: #2582A1;
    }

    .highlight-title {
      font-weight: 600;
      margin-bottom: 5px;
    }

    .custom-image {
      width: 100%;
      height: auto;
      border-radius: 6px;
    }

    .info-box {
      padding: 0 15px;
    }

    .border-md-left {
      border-left: 3px solid #60CCBEF7;
    }

    @media (max-width: 767.98px) {
      .border-md-left {
        border-left: none;
        border-top: 3px solid #60CCBEF7;
        margin-top: 1rem;
        padding-top: 1rem;
      }
    }

    .inter p 
    {
      font-size: 17px !important;
    }
     .custom-line {
      height: 8px; /* thickness */
      background-color: #50C2C9; /* teal color */
      width: 100%; /* full width or adjust as needed */
      margin: 20px 0; /* spacing top & bottom */
    }
      .air-evacuation {
      padding: 50px 15px;
    }

    .air-evacuation h3 {
      color: #2582A1;
      font-weight: 700;
    }

    .air-evacuation p {
      font-size: 1rem;
      color: #333;
    }

    .air-evacuation .contact-details {
      font-weight: 600;
      color: #000;
    }

    .air-evacuation .contact-details span {
      display: block;
      margin-bottom: 5px;
      font-weight: 400;
    }

    .evacuation-img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      object-fit: cover;
    }

    @media (max-width: 576px) {
      .air-evacuation {
        text-align: center;
      }
      .international{
        padding: 0 30px;
      }
      .inter h2{
        font-size: 30px;
            margin-top: 20px;
      }
      .inter{
        text-align: left !important;
      }
    }

     .team-section {
      position: relative;
     
      background-size: cover;
      background-position: center;
      height: 60vh;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-top: 70px;
    }

    .team-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(37, 130, 161, 0.73); /* same blue overlay */
      z-index: 1;
    }

    .team-content {
      position: relative;
      z-index: 2;
    }

    .team-content h6 {
      font-weight: 400;
      letter-spacing: 1px;

    }

    .team-content h1 {
      font-weight: 700;
    }

    @media (max-width: 768px) {
      .team-content h1 {
        font-family: "Oxygen", Sans-serif;
          font-size: 48px;
          font-weight: 600;
          text-transform: uppercase;
          color: #FFFFFF;      }
          .team-content h6  {
            font-size: 28px;
          }
          .footer-bg-overlay1 {
            top: 1300px !important;
            width: 3000px;left: -100px;
          }

    }
    .mt-70{
      margin-top: 70px;
    }
    .tem p{
      text-align: justify;
  font-family: "Oxygen", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
    }
    .basant-team img{
        width: 80% !important;
          display: inline;
    }
 
.footer-bg-overlay1 {
  position: absolute;
  top: 750px;
  right: -30px;
  z-index: -99;
  opacity: 0.33;
  width: 650px;
  height: auto;
  pointer-events: none;
  overflow: hidden;
}
 .founder-section {
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 100vh;
      display: flex;
      align-items: center;
      color: #fff;
      margin-top: 60px;
    }

    .founder-overlay {
      position: absolute;
      inset: 0;
      background-image: linear-gradient(251deg, #03030300 0%, #2582A1 100%);
      z-index: 1;
    }

    .founder-content {
      position: relative;
      z-index: 2;
      padding: 3rem 1rem;
    }

    .founder-content h2 {
      font-family: "Oxygen", Sans-serif;
      font-size: 26px;
      font-weight: 600;
      color: #FFFFFF;padding-bottom: 20px;
    }

    .founder-content p {
     text-align: justify;
      font-family: "Oxygen", Sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      color: #FFFFFF;
    }

    @media (min-width: 768px) {
      .founder-content {
        max-width: 45%;
        padding-left: 0;
      }
    }
.custom-tabs1 {
  gap: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.custom-tabs1 .nav-link1 {
  color: #00364B; /* Default dark blue */
  border: none;
  border-bottom: 5px solid transparent;
  padding: 10px;
}
.custom-tabs1 .nav-link1.active {
  color: #198cba; /* Active text color */
  border-bottom: 5px solid #66B6E3; /* Underline */
  padding: 10px;
}
.sidebar .list-group-item.active {
  background-color: #c0e9e8;
  color: #000;
  font-weight: bold;
}
.list-group-item{
  border: none;
}
.fake-list {
  display: list-item;
  list-style-type: none; /* or circle, square, decimal, etc. */
  margin-left: 10px;
  padding-left: 0px;
  background-color: transparent;
}
.list-group-item-action:hover{
  background-color: transparent;
}
.news-card img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}
.pagination {
  justify-content: center;
}
.news-item.active {
  display: block;
}

.text-inf{
  color: #2582A1!important;
}
.why-norvic {
  position: relative;
  padding: 60px 20px;
  background-color: #fff;
  overflow: hidden;
}
.why-norvic::after {
  content: "";
  background: url('/mnt/data/ba3258c0-f5eb-4466-a98c-0a2f13a8f94c.png') no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  z-index: 0;
  opacity: 0.15;
}
.why-norvic-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.why-left {
  flex: 1 1 250px;
  max-width: 300px;
  margin-bottom: 20px;
  padding-right: 50px;
}
.why-left h2 {
  color: #217ca4;
  font-size: 32px;
  line-height: 1.4;
}
.why-right {
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.why-item {
  flex: 1 1 calc(33.33% - 20px);
  min-width: 180px;
}
.why-item h3 {
  color: #217ca4;
  font-size: 24px;
  margin-bottom: 8px;
  border-bottom: 2px solid #ddd;
  display: inline-block;
  width: 200px;
  padding: 20px;
}

  .why-item p {
    font-size: 16px;
    color: #000;
  }

  .open-position {
    background-color: #f9f9f9;
    text-align: center;
    padding: 60px 20px;
  }

  .open-position h2 {
    font-size: 32px;
    color: #217ca4;
    margin-bottom: 20px;
  }

  .open-position p {
    font-size: 18px;
    color: #111;
  }

  @media (max-width: 768px) {
    .why-norvic-content {
      flex-direction: column;
    }

    .why-right {
      flex-direction: column;
    }

    .why-item {
      flex: 1 1 100%;
    }

    .why-norvic::after {
      width: 200px;
      height: 200px;
    }

    .why-left {
      max-width: 100%;
      text-align: center;
    }
  }

  .contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
  }

  .contact-left {
    flex: 1 1 40%;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
  }

  .contact-right {
    flex: 1 1 55%;
    padding: 50px;
  }

  .contact-box {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #5a9fbf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 20px;
    color: #5a9fbf;
  }

  .contact-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .map-section {
    padding: 40px 20px;
    text-align: center;
  }

  .map-section h3 {
    font-weight: bold;
    margin-bottom: 20px;
  }

  .map-container iframe {
    width: 100%;
    height: 400px;
    border: 0;
  }

  @media (max-width: 768px) {
    .contact-section {
      flex-direction: column;
    }

    .contact-left,
    .contact-right {
      flex: 1 1 100%;
      text-align: center;
    }

    .contact-left {
      justify-content: center;
    }

    .contact-box {
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }

    .contact-icon {
      margin-bottom: 10px;
    }
  }
   .academic-hero {
      background: linear-gradient(to bottom, #5bd3c7, #238bb5);
      color: white;
      text-align: center;
        padding: 200px 20px 100px;
    }
    .academic-hero h2{
      font-size: 30px;
      justify-content: center;
      align-items: center;
    }

    .academic-content {
      padding: 40px 20px;
    }

    .academic-img-card {
      background-color: #5bd3c7;
      text-align: center;
    }

    .academic-img-card img {
      max-width: 100%;
      height: auto;
    }

    .academic-img-card p {
      margin: 0;
    }

    .programs-list i {
      color: #1db3b3;
    }

    @media (max-width: 767.98px) {
      .academic-text {
        margin-bottom: 30px;
      }
    }
     .section-title {
      color: #138aa0;
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 46px;
    }

    .criteria-list {
      list-style: disc;
      padding-left: 1.5rem;
    }

    .criteria-list li {
      margin-bottom: 10px;
    }

    .info-section {
      padding: 40px 20px;
    }
    .text-info{
      color: #6BCFC2 !important;
    }
     .irc-title {
      font-weight: 700;
      color: #15718a;
    }

    .irc-subtitle {
      font-weight: 600;
      color: #2a7d8f;
    }

    .irc-section {
      padding: 2rem 1rem;
    }

    .irc-list li {
      margin-bottom: 0.6rem;
      list-style: disc;
    }
        .committee-section {
      text-align: center;
      padding: 40px 0;
    }
    .committee-section img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .committee-role {
      font-weight: 700;
      color: #006c91;
      margin-bottom: 10px;
        font-size: 30px;
    }
    .committee-name {
      margin-top: 15px;
      font-weight: 600;
      color: #006c91;
        font-size: 22px;
    }
      .proposal-section {
      background: linear-gradient(to bottom, #60c4b5, #2a87ab);
      color: white;
      padding: 50px 0;
    }

    .proposal-title {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 22px;
    }

    .proposal-info ul {
      list-style: disc;
      padding-left: 1.5rem;
      margin: 0;
    }

    .proposal-btn {
      background-color: #004a66;
      color: white;
      border: none;
      padding: 12px 20px;
      width: 100%;
      margin-bottom: 15px;
      border-radius: 5px;
      text-align: center;
    }

    .proposal-btn:focus,
    .proposal-btn:active {
      background-color: #004a66;
      color: white;
      box-shadow: none;
    }
      .section-title {
      color: #236a80;
      font-weight: 700;
    }

    .sub-heading {
      color: #236a80;
      font-weight: 600;
      margin-top: 40px;
      margin-bottom: 15px;
    }

    .contact-box1 {
      border-left: 4px solid #21b0b5;
      padding-left: 15px;
      border-radius: 0;
    }

    .appointment-btn {
      background-color: #69c7c1;
      color: white;
      font-weight: 600;
      border: none;
      padding: 10px 20px;
      margin-top: 20px;
      transition: opacity 0.3s ease;
      border-radius: 0;
    }

    .appointment-btn:hover {
      color: white;
      background-color: #2582A1;
    }

    .emergency-img {
      max-width: 100%;
      border-radius: 5px;
    }
     .highlight-bar {
      border-top: 4px solid #4cd1d1;
      margin: 2rem 0;
    }
  
    .info-title {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .info-box {
      padding-left: 1rem;
    }
    .contact-info p {
      margin: 0;
    }
    .air-image {
      max-height: 300px;
      object-fit: cover;
      width: 100%;
      border-radius: .5rem;
    }
    .separator {
      border-left: 4px solid #4cd1d1;
      height: 100%;
    }
        @media (max-width: 991.98px) { /* Bootstrap md and down */
      .separator {
        display: none;
      }
    }
    .info-divider {
      border-left: 2px solid #00b2a9 !important; /* teal separator like in image */
    }
    .booki .dropdown-item:hover{
      background-color: grey;
      color: white;
    }
      .quality-section {
      padding: 60px 20px;
    }
    .quality-section h2 {
      color: #007baf;
      font-weight: bold;
    }
    .quality-section ul {
      padding-left: 1.2rem;
    }
    .quality-images img {
      width: 100%;
      height: auto;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
    }
    @media (max-width: 991.98px) {
  .mega-dropdown {
    display: block !important;
    flex-direction: column;
  }

  .dropdown-menu {
    width: 100% !important;
    position: static !important;
    border: none;
    box-shadow: none;
  }

  .middle-panel, .left-panel, .right-panel {
    width: 100% !important;
    border: none !important;
    padding: 1rem !important;
  }

  .right-panel {
    display: none;
  }

  .right-panel.active {
    display: block;
  }

  .dropdown-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
  }

  .dropdown-toggle::after {
    margin-left: 0.5rem;
  }
}
.specialist-card img.img-fluid{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.navbar-light{
  background-color: #FFF;
}
.navbar-light .navbar-nav .nav-link {
  color: #2583a2;
}
.right-panel p{
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
.mob img{
  width: 30%;
}
.room-card {
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.room-card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.room-caption {
  background-color: #007a9c;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
 .testimonial-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  height: 100%;
  background-color: #fff;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.testimonial-name {
  font-weight: bold;
  color: #007a9c;
}
.speciality-card a.learn-more{
  font-weight: normal;
}
.speciality-card:hover a.learn-more{
  text-decoration: none;
  color: white !important;
}
#mobileTopMenu .mobile-nav-item{
  background-color: #2582a1;
  border-radius: 0;
  color: white;
  border: none;
}
#mobileTopMenu .mobile-nav-item.collapsed{
  background-color: #2582a1;
  border-radius: 0;
  color: white;
}
#mobileTopMenu .bg-white .mobile-nav-item{
  background-color: #FFF;
  border-radius: 0;
  color: #000;
  padding-left: 30px !important;
}
#mobileTopMenu .bg-gray .mobile-nav-item{
  background-color: #2582A12E;
  border-radius: 0;
  color: #000;
  padding-left: 40px !important;
}
.right-panel ul.list-unstyled li a{
  font-weight: normal;
  text-transform: none;
  line-height: 30px;
}
.my-heading-btn{
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 0;
}
.speciality{
  margin-bottom: 50px;
}
h1{
  font-size: 40px;
  font-weight: bold;
  color: #2582a1;
}
h2{
  font-size: 30px;
  font-weight: bold;
  color: #2582a1;
}
h3{
  font-size: 22px;
  font-weight: bold;
  color: #2582a1;
}
h4{
  font-size: 20px;
  font-weight: bold;
  color: #2582a1;
}
h5{
  font-size: 16px;
  font-weight: bold;
  color: #2582a1;
}
h6{
  font-size: 12px;
  font-weight: bold;
  color: #2582a1;
}
.doctor-profile-card h1,.doctor-profile-card h2,.doctor-profile-card h3,.doctor-profile-card h4,.doctor-profile-card h5,.doctor-profile-card h6{
  color: #2582a1;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.book-btn{
  background-color: #004763;
  color: white;
  border-radius: 0;
  margin-top: 20px;
  /*font-weight: bold;*/
}
.book-btn:hover{
  background-color: #004763;
  color: white;
  border-radius: 0;
  margin-top: 20px;
  /*font-weight: bold;*/
}
.doctor-profile-card ul{
  margin-left: 20px;
}
.doctor-profile-card ul li{
  list-style: disc;
}
.mega-dropdown .bg-white{
  border: solid 1px #F8F9FA;
}
.small-text h1,.small-text h2,.small-text h3,.small-text h4,.small-text h5,.small-text h6{
  font-size: 18px;
}
.blog-post tbody, .blog-post td, .blog-post tfoot, .blog-post th, .blog-post thead, .blog-post tr{
  border: solid 1px #CCC;
  padding: 10px;
}
.specialist-img{
  max-height: 200px;
  overflow: hidden;
}
