


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
   
}

a {
    text-decoration: none;
}

h1{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 41px;
}

h2{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
}

h3{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}



  
  .button-1{
  
    background-color: var(--white-color);
    padding: 5px 0;
    color: var(--blue-color);
    font-size: 14px;
    font-weight: 600;
    display:  flex;
    width: auto;
    padding: 5px 15px;
    display: flex;
    gap: 50px;
    border: 1px solid black !important;
    
  }
  
  .button-2 a{
    background-color: var(--blue-color);
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    display:  flex;
    width: auto;
    padding: 5px 15px;
    display: flex;
    gap: 50px;
    
  }

  .padding-class{
    padding-top: 50px;
    padding-bottom: 50px;
  }

/* ------------------------------
   TOP BAR
--------------------------------*/
.top-bar {
  background: var(--blue-color);
  color: #fff;
  font-size: 0.9rem;
}

.top-bar a {
  color: var(--white) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.top-bar a:hover {
  color: var(--orange-color) !important;
}

.top-bar i {
  font-size: 0.95rem;
}

/* ticker text */
#ticker-text {
  color: var(--white);
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#ticker-text.show {
  opacity: 1;
}

/* social icons */
.top-bar .d-flex.gap-3 a {
  font-size: 1rem;
}
.top-bar .d-flex.gap-3 a:hover {
  color: var(--green-color);
}

/* ------------------------------
   NAVBAR
--------------------------------*/
.navbar {
  background: var(--blue-color ) !important;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.navbar-brand img {
  height: 40px;
  width: auto;
}

.navbar-nav .nav-link {
  color: var(--blue-color);
  font-weight: 500;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: var(--orange-color);
}

/* Dropdown Mega Menu */
 .dropdown-menu {
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.navbar .dropdown-menu h6 {
  font-size: 14px !important;
  color: var(--blue-color);
}

.navbar .dropdown-menu a {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}

.navbar .dropdown-menu a:hover {
  color: var(--orange-color) !important;
}

/* navbar toggler */
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* ------------------------------
   RESPONSIVE
--------------------------------*/
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
  }
  .navbar .dropdown-menu {
    box-shadow: none;
    padding-left: 1rem;
  }
}



  /* menu */
  

/* ===============================
   TICKER TEXT ANIMATION
================================= */


    /* Floating buttons */

    .emergency-call{
      position:fixed;
      bottom: 15px;
      right: 15px;
    }

    .emergency-form{
      position:fixed;
      bottom: 65px;
      right: 15px;
    }


    
    .emergency-call,
    .emergency-form {
      width: 40px;
      height: 40px;
      border-radius: 50px;
      transition: width 0.7s;
      overflow: hidden;
      white-space: nowrap;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      z-index: 99;
      
    }
    
    .emergency-call:hover,
.emergency-form:hover {
      width: 125px;
      transition: width 0.7s;
    }
    
    .emergency-call i, .emergency-form i {
      opacity: 1;
      transition: opacity 0.5s;
    }
    
    .emergency-call:hover i, .emergency-form:hover i {
      opacity: 0;
      transition: opacity 0.5s;
    }
    
    .emergency-call span, .emergency-form span {
      opacity: 0;
      transition: opacity .5s;
      position: absolute;
      width: 100%;
      text-align: center;
    }
    
    .emergency-call:hover span, .emergency-form:hover span {
      opacity: 1;
      transition: opacity 0.5s;
    }
    
    /* stickynavbar */

    
  /* ----------------------- swiper  ------------------ */

  .swiper {
    width: 100%;
    overflow: hidden;
  }
  
  .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
   margin-left: 20px;
  }
 
 .swiper-button-prev,
 .swiper-button-next{
   position: static !important;
   transform: translate(0,0);
   margin: 10px !important;
 
 }

 .swiper-button-next .fa-solid,
 .swiper-button-prev .fa-solid{
  font-size: 35px;
  color: var(--blue-color);
 }

 .swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}




@media (max-width: 768px) {
  .icons {
    height: 150px;
    width: 150px;
  }

  .mySwiper2 .swiper-button-next,
  .mySwiper2 .swiper-button-prev {
    padding: 10px;
    margin-top: -150px;
  }
}


/* --------------  template for services -------------------- */

.tab-pane{
  padding: 20px;
}
.form-box-template{
  background:#1b325e;
}


/* Doctors profile  */
/* 
.designation{
  background-color: #bbccec;
  color: white !important;
  border-radius: 50px;
  font-size: 14px !important;
  padding: 5px;
} */

.doctor-img{
  border-radius: 10%;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
  /* ------------------ Responsive ----------------- */

  @media(max-width:991px) {

    .padding-class{
      padding: 0;
    }

    .find-a-doctor {
      padding: 0 0;
      border-radius: 10px;
    }
    .profile {
      display: flex;
      flex-direction: column;
      align-items: start;
      height: 200px;
      padding: 15px 20px;
      border-radius: 10px;
  }
  
  .profile p {
      font-size: 14px;
  }
  .form-group{
    background: white;
  }

  .wrapper-elements{
    border: 0px !important;
    border-right: none ;
  }
  
  .wrapper-elements .elements{
    border: 1px solid #00000050;
    margin: 5px;
    border-radius: 5px;
  }

  /* about - section  */

  .about-section .about-text {
    width: 100%;
  }

  }
 
