@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden; }

.layout_padding {
  padding: 90px 0; }

.layout_padding2 {
  padding: 75px 0; }

.layout_padding2-top {
  padding-top: 75px; }

.layout_padding2-bottom {
  padding-bottom: 75px; }

.layout_padding-top {
  padding-top: 90px; }

.layout_padding-bottom {
  padding-bottom: 90px; }

.layout_margin-top {
  margin-top: 90px; }

.layout_margin-bottom {
  margin-bottom: 90px; }

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .heading_container h2 {
    position: relative;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase; }
  .heading_container p {
    margin-top: 10px;
    margin-bottom: 0; }
  .heading_container.heading_center {
    align-items: center;
    text-align: center; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a:hover,
a:focus {
  color: initial; }

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none; }

/*header section*/
  .top-bar {
    width: 100%;
    background-color: #c3e4f2; /* Light grey background */
    color: #333333; /* Text color */
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensures it sits above other content */
  }

  .contact-info {
    display: flex;
    align-items: center;
  }

  .contact-info span {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }

  .contact-info img {
    margin-right: 8px;
    width: 20px; /* Adjust size of icons as needed */
    height: auto;
  }
  .logo-bar {
    width: 100px; /* Adjust the size of the logo */
    margin-right: 100px; /* Adds space before contact info */
  }
  .appointment-btn {
    margin-right: 20px;
  }

  .appointment-btn a {
    background-color: #409FCB; /* NSIRH blue background */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
  }

  .appointment-btn a:hover {
    background-color: #1294d0; /* Darker NSIRH blue on hover */
  }

.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .hero_area .hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    z-index: -1; }
    .hero_area .hero_bg_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom right; }

.sub_page .hero_area {
  min-height: auto;
  background-color: #2e83aa; }
  .sub_page .hero_area .hero_bg_box {
    display: none; }

.header_section {
  padding: 15px 0; }
  .header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px; }

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase; }

.custom_nav-container {
  padding: 0; }
  .custom_nav-container .navbar-nav {
    margin-left: auto; }
    .custom_nav-container .navbar-nav .nav-item .nav-link {
      padding: 5px 20px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      border-radius: 5px;
      transition: all 0.3s;
      margin-left: 2px; }
    .custom_nav-container .navbar-nav .nav-item .nav-link:hover {
      background-color: white;
      color: #409FCB !important;
      border-radius: 0.3rem; }
    .custom_nav-container .navbar-nav .active {
      background-color: white;
      color: #409FCB !important;
      border-radius: 0.3rem; }

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff; }
  .custom_nav-container .nav_search-btn:hover {
    color: #409FCB; }

.custom_nav-container .navbar-toggler {
  outline: none; }

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s; }
  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s; }
    .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
      content: "";
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #ffffff;
      top: -10px;
      border-radius: 5px;
      transition: all 0.3s; }
    .custom_nav-container .navbar-toggler span::after {
      top: 10px; }
  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    transform: rotate(360deg); }
    .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
      transform: rotate(45deg); }
      .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
        transform: rotate(90deg);
        top: 0; }

/*end header section*/

/*News and Services Section*/
.news_section .box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

.upcoming_events table {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.upcoming_events th {
  background-color: #005b96;
  color: #fff;
  text-align: center;
}

.upcoming_events td {
  vertical-align: middle;
}

@media (max-width: 991px) {
  .upcoming_events {
    margin-top: 30px;
    position: relative !important;
    top: auto !important;
  }
}


/*end News and Services Section*/

/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 0 145px 0; }
  .slider_section .row {
    align-items: center; }
  .slider_section #customCarousel1 {
    width: 100%;
    position: unset; }
  .slider_section .detail-box {
    color: #409FCB; }
    .slider_section .detail-box h1 {
      font-size: 3rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 15px;
      color: #ffffff; }
    .slider_section .detail-box p {
      color: #fefefe;
      font-size: 14px; }
    .slider_section .detail-box .btn-box {
      display: flex;
      margin: 0 -5px;
      margin-top: 25px; }
      .slider_section .detail-box .btn-box a {
        margin: 5px;
        text-align: center;
        width: 165px; }
      .slider_section .detail-box .btn-box .btn1 {
        display: inline-block;
        padding: 10px 15px;
        background-color: #ffffff;
        color: #409FCB;
        border-radius: 5px;
        transition: all 0.3s;
        border: 1px solid #ffffff; }
        .slider_section .detail-box .btn-box .btn1:hover {
          background-color: transparent;
          color: #ffffff; }
  .slider_section .img-box {
    display: flex;
    justify-content: center; }
    .slider_section .img-box img {
      width: 100%;
      max-width: 375px; }
  .slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    justify-content: center;
    align-items: center; }
    .slider_section .carousel-indicators li {
      background-color: #ffffff;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      opacity: 1; }
      .slider_section .carousel-indicators li.active {
        width: 20px;
        height: 20px; }

.department_section {
  position: relative; }
  .department_section .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center; }
    .department_section .box .img-box {
      width: 90px;
      height: 90px;
      margin-bottom: 15px;
      background-color: #409FCB;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .department_section .box .img-box img {
        width: 50%;
        height: auto;
        transition: all 0.3s; }
    .department_section .box .detail-box h5 {
      font-weight: bold;
      text-transform: uppercase; }
    .department_section .box .detail-box p {
      text-align: justify;
      text-justify: inter-word; }
    .department_section .box .detail-box a {
      color: #409FCB;
      font-weight: 600; }
      .department_section .box .detail-box a:hover {
        color: #409FCB; }
  .department_section .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px; }
    .department_section .btn-box a {
      display: inline-block;
      padding: 10px 45px;
      background-color: #409FCB;
      color: #ffffff;
      border-radius: 5px;
      transition: all 0.3s;
      border: 1px solid #409FCB; }
      .department_section .btn-box a:hover {
        background-color: transparent;
        color: #409FCB; }

.about_container {
  overflow: hidden;
  /* Clear floats */
  /* Responsive styles */ }
  .about_container .video_container {
    min-width: 40vw;
    height: 50vh;
    float: right; }
  @media screen and (max-width: 768px) {
    .about_container .video_container {
      min-width: 100%;
      height: 40vh;
      float: none; } }

.doctor_section {
  background: #2e83aa; }
  .doctor_section .heading_container {
    color: #ffffff; }
  .doctor_section .box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 45px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff; }
    .doctor_section .box .img-box {
      width: 100%; }
      .doctor_section .box .img-box img {
        width: 100%; }
    .doctor_section .box .detail-box {
      width: 100%;
      padding: 25px 15px;
      text-align: center;
      position: relative; }
      .doctor_section .box .detail-box .social_box {
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 150%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        display: flex;
        opacity: 0;
        transition: all .3s; }
        .doctor_section .box .detail-box .social_box a {
          color: #409FCB;
          margin: 0 10px; }
          .doctor_section .box .detail-box .social_box a:hover {
            color: #409FCB; }
    .doctor_section .box:hover .social_box {
      top: 0;
      opacity: 1; }
  .doctor_section .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px; }
    .doctor_section .btn-box a {
      display: inline-block;
      padding: 10px 45px;
      background-color: #409FCB;
      color: #ffffff;
      border-radius: 5px;
      transition: all 0.3s;
      border: 1px solid #409FCB; }
      .doctor_section .btn-box a:hover {
        background-color: transparent;
        color: #409FCB; }

.partner_section {
  background: #ffffff; }
  .partner_section .heading_container {
    color: #000000; }
  .partner_section .box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 45px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff; }
    .partner_section .box .img-box {
      width: 200px;
      height: 200px;
      position: relative; }
      .partner_section .box .img-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .partner_section .box .detail-box {
      width: 100%;
      padding: 25px 15px;
      text-align: center;
      position: relative; }
      .partner_section .box .detail-box .social_box {
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 150%;
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        display: flex;
        opacity: 0;
        transition: all .3s; }
        .partner_section .box .detail-box .social_box a {
          color: #409FCB;
          margin: 0 10px; }
          .partner_section .box .detail-box .social_box a:hover {
            color: #409FCB; }
    .partner_section .box:hover .social_box {
      top: 0;
      opacity: 1; }
  .partner_section .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px; }
    .partner_section .btn-box a {
      display: inline-block;
      padding: 10px 45px;
      background-color: #409FCB;
      color: #ffffff;
      border-radius: 5px;
      transition: all 0.3s;
      border: 1px solid #409FCB; }
      .partner_section .btn-box a:hover {
        background-color: transparent;
        color: #409FCB; }

.gallery-section {
  background: #2e83aa; }
  .gallery-section h1, .gallery-section h2 {
    color: #ffffff; }
  .gallery-section .card {
    border-radius: 1rem;
    background: #2e83aa; }
  .gallery-section img {
    border-radius: 0.9rem; }

.contact_section {
  position: relative; }
  .contact_section .heading_container {
    margin-bottom: 25px; }
    .contact_section .heading_container h2 {
      text-transform: uppercase; }
  .contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 20px;
    outline: none;
    color: #101010;
    background: #eeeeee; }
    .contact_section .form_container input::placeholder {
      color: #000000; }
    .contact_section .form_container input.message-box {
      height: 175px; }
  .contact_section .form_container button {
    width: 100%;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 55px;
    background-color: #409FCB;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1px solid #409FCB; }
    .contact_section .form_container button:hover {
      background-color: transparent;
      color: #409FCB; }
  .contact_section .map_container {
    height: 368px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    padding: 0; }
    .contact_section .map_container .map {
      height: 100%;
      flex: 1; }
      .contact_section .map_container .map #googleMap {
        height: 100%; }

.client_section .heading_container {
  align-items: center; }
.client_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 45px;
  border-radius: 15px; }
  .client_section .box .img-box {
    margin-bottom: 15px;
    min-width: 145px;
    max-width: 145px;
    overflow: hidden; }
    .client_section .box .img-box img {
      width: 100%;
      border-radius: 100%;
      border: 7px solid rgba(255, 255, 255, 0.45); }
  .client_section .box .detail-box {
    display: flex;
    flex-direction: column; }
    .client_section .box .detail-box .name img {
      width: 25px;
      margin-bottom: 5px; }
    .client_section .box .detail-box .name h6 {
      color: #409FCB;
      font-size: 20px; }
.client_section .carousel_btn-container {
  display: flex;
  justify-content: center; }
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #409FCB;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px; }
  .client_section .carousel-control-prev:hover,
  .client_section .carousel-control-next:hover {
    background-color: #409FCB; }
.client_section .carousel-control-next {
  left: initial; }

.footer_section {
  background: #2e83aa;
  color: #ffffff;
  padding: 60px 0 15px 0;
  position: relative; }
  .footer_section h4 {
    font-weight: 600;
    margin-bottom: 20px; }
  .footer_section .footer_col {
    margin-bottom: 30px; }
  .footer_section .footer_contact .contact_link_box {
    display: flex;
    flex-direction: column; }
    .footer_section .footer_contact .contact_link_box a {
      margin: 5px 0;
      color: #ffffff; }
      .footer_section .footer_contact .contact_link_box a i {
        margin-right: 5px; }
      .footer_section .footer_contact .contact_link_box a:hover {
        color: #409FCB; }
  .footer_section .footer_social {
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px; }
    .footer_section .footer_social a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      border-radius: 100%;
      margin-right: 10px;
      font-size: 24px; }
      .footer_section .footer_social a:hover {
        color: #409FCB; }
  .footer_section .footer_links {
    display: block; }
    .footer_section .footer_links a {
      display: flex;
      align-items: center;
      margin-right: 15px;
      margin-bottom: 15px;
      color: #ffffff; }
      .footer_section .footer_links a:hover {
        color: #409FCB; }
  .footer_section form input {
    border: none;
    background-color: #fefefe;
    width: 100%;
    height: 45px;
    color: #000000;
    outline: none;
    border-radius: 5px;
    padding: 0 15px; }
    .footer_section form input::placeholder {
      color: #777; }
  .footer_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: #409FCB;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1px solid #409FCB;
    margin-top: 15px; }
    .footer_section form button:hover {
      background-color: transparent;
      color: #409FCB; }
  .footer_section .footer-info {
    text-align: center; }
    .footer_section .footer-info p {
      color: #ffffff;
      padding: 25px 0;
      margin: 0; }
      .footer_section .footer-info p a {
        color: inherit; }

/*# sourceMappingURL=style.css.map */

/* News start section*/
/* ===== News Section Styling ===== */
.upcoming_events table {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.upcoming_events th {
  background-color: #005b96;
  color: #fff;
  text-align: center;
}

.upcoming_events td {
  vertical-align: middle;
}

@media (max-width: 991px) {
  .upcoming_events {
    margin-top: 30px;
  }
}


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

.news_section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.news_section .heading_container h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.news_section .heading_container p {
  max-width: 700px;
  margin: auto;
  color: #666;
}

.news_section .box {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.news_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.news_section .detail-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #005b96; /* Your hospital’s theme color */
  margin-bottom: 10px;
}

.news_section .detail-box p {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .news_section .detail-box h5 {
    font-size: 16px;
  }
  .news_section .detail-box p {
    font-size: 14px;
  }
}

  
/* News end section*/

/* Customer feedback start*/
 .custom-form-wrapper .responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 70%; /* Controls height: increase for taller view */
    height: 0;
    overflow: hidden;
  }

  .custom-form-wrapper .responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  /* Customer feedback end*/

       /* Careers section start styles */
      
    .career-page {
        font-family: 'Roboto', sans-serif;
        background: #ffffff;
        color: #333;
        margin: 0;
        padding: 0;
    }

    .career-page .container {
        padding: 30px;
    }

    .career-page h2 {
        color: #0a0a0a;
        text-transform: uppercase;
        text-align: center;
        margin-top: 45px;
    }

    .career-page table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        background: white;
    }

    .career-page th,
    .career-page td {
        padding: 15px;
        border: 1px solid #ccc;
        text-align: left;
    }

    .career-page th {
        background-color: #e0e0e0;
    }

    .career-page a.button {
        color: white;
        background-color: #007bff;
        padding: 8px 12px;
        text-decoration: none;
        border-radius: 5px;
    }
.career-page td a {
    background-color: blue;
    color: #f6f7f8;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 4px;
}
    .career-page a.button:hover {
        background-color: #0056b3;
    }

    .career-page address {
        margin-top: 20px;
        font-style: normal;
    }


          /* Careers section end styles */