:root {
  --color1: #094c9a;   /* Bootstrap Primary Color */
  --color2: #70bf28;   /* Bootstrap Primary Color */
  --color3: #dd181e;   /* Bootstrap Primary Color */
  --white: #ffffff;   /* Bootstrap Primary Color */
  --ui-font: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

}
a{
  text-decoration: none;
} 
*{
   font-family: var(--ui-font);
  transition: 0.5s ease;
}
html{
   font-family: var(--ui-font);
}
body{
    font-family: var(--ui-font);
} 
header{
  background: #074a98;
}
.logo img {
    width: 300px;
}
    .dropdown-menu {
      display: none;
      opacity: 0;
      border-radius: 0;
      transform: translateY(10px);
      transition: all 0.25s ease;
    }
    .dropdown-menu.show {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }
.menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-right: 15px;
    transition: 0.5s ease;
}
.headtop a.btn{
 border: none;
 padding: 5px 10px;
  background: linear-gradient(135deg, #70bf28, #0bb9f7);
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  margin-left: 15px;
  /* text-transform: uppercase; */
  transition: 0.5s ease;

}

.headtop a.btn:hover{
       color: #fff!important;
    background: linear-gradient(135deg, #0bb9f7, #70bf28);
        border-radius: 5px;

}
.menu ul li a.btn i{
  font-size: 16px;
  color: var(--white);
  padding-left: 2px;
}
.menu ul li a:focus{
   color: #fff!important;
}
.menu ul li a:hover, .menu ul li a.active{
      color: var(--color3)!important;
          background: #fff;
        border-radius: 5px;

}
.menu ul li a:hover i{
   color: #fff!important;
}

.menu ul li ul{
  border-radius: 0;
  top: 60px;
  margin: 0;
  padding: 0;
}
.menu ul li ul li a{
  color: #333;
  padding: 7px 15px;
   border-bottom: 1px solid #cccccc80;

}

 .floating-icons {
      position: fixed;
      left: 20px;
      bottom: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 9999;
      opacity: 0;
      animation: fadeIn 1.2s ease forwards;
    }

    .floating-icons a {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 30px;
      text-decoration: none;
      opacity: 0.7;
      transition: opacity 0.3s ease;
    }

    .floating-icons a:hover {
      opacity: 1;
    }

    /* Colors */
    .whatsapp {
      background-color: #25d366;
    }
    .call {
      background-color: #094c9a; /* your root color */
    }

    /* Fade-in animation */
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .info-strip {
      background: var(--color1);
      max-width: 100%;
      padding: 0 80px;
      margin: 0 auto;
      box-shadow: 0 6px 20px rgba(2,6,23,0.08);
      border-radius: 2px;
      overflow: hidden;
      /*margin-top: 60px;*/
    }
    .info-strip img{
      width: 70px;
      margin-bottom: 10px;
    }
    .info-panel {
      display: flex;
      gap: 0;
      flex-wrap: wrap;
    }

    .info-panel .col {
      padding: 32px 32px;
      color: #fff;
    }

    /* left */
    .info-left {
      background: linear-gradient(180deg, var(--light-blue), var(--accent));
      flex: 1 1 40%;
      min-width: 260px;
    }
    .info-left:hover img{
      transform: scale(1.1, 1.1);
    }
    /* center */
    .info-center {
      background: linear-gradient(180deg, var(--accent), #0ba0d8);
      flex: 1 1 40%;
      min-width: 260px;
      border-left: 1px solid rgba(255,255,255,0.06);
      border-right: 1px solid rgba(255,255,255,0.06);
    }

    /* right */
    .info-right {
      background: linear-gradient(180deg, var(--dark-blue), #2b4f8e);
      flex: 0 0 280px;
      min-width: 220px;
      padding-top: 22px;
      padding-bottom: 22px;
    }
 .info-left:hover img, .info-center:hover img, .info-right:hover img{
      transform: scale(1.1, 1.1);
    }
    .info-panel h4 {
      font-weight: 600;
      margin-bottom: 12px;
      font-size: 1.25rem;
      padding-top: 10px;
    }

    .info-panel p {
      color: rgba(255,255,255,0.92);
      margin-bottom: 15px;
      line-height: 1.45;
      font-size: 16px;
    }

    .btn-outline-light.custom {
      color: #fff;
      border-color: rgba(255,255,255,0.45);
      background: transparent;
      background: var(--color2);
      padding: 7px 15px;
      font-weight: 600;
      border-radius: 4px;
      transition: all .16s ease;
      text-decoration: none;
      display: inline-flex;
      gap: .5rem;
      align-items: center;
    }
    .btn-outline-light.custom:hover{
      background: #fff;
      color:var(--color2);
      transform: translateY(-2px);
      border-color: rgba(255,255,255,0.65);
    }

    /* opening hours list */
    .hours-list {
      color: rgba(255,255,255,0.95);
      font-size: .95rem;
    }
    .hours-list li {
      font-size: 16px;
      display:flex;
      justify-content:space-between;
      padding: 8px 0;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .hours-list li:last-child { border-bottom: none; }

    /* responsive */
    @media (max-width: 991.98px) {
      .info-right { flex-basis: 100%; }
      .info-left, .info-center { flex-basis: 50%; }
    }
    @media (max-width: 575.98px) {
      .info-left, .info-center, .info-right {
        flex-basis: 100%;
        min-width: 100%;
        text-align: left;
      }
      .info-right { padding-left: 22px; padding-right: 22px; }
    }

     /* Container */
    .custcare-wrap {
      position: fixed;
      right: 0;
      bottom: 0;
      transform: translateY(-10%);
      z-index: 99999;
      display: flex;
      align-items: center;
      gap: 8px;
      animation: fadeInUp 0.9s ease forwards;
      pointer-events: auto;
    }

    /* Pill button */
    .custcare-btn {
      display: flex;
      align-items: center;
      gap: 10px;
      background: var(--color1);
      color: #fff;
      padding: 7px 14px;
      border-radius: 28px 0 0 28px; /* rounded left side */
      box-shadow: 0 6px 18px rgba(9,76,154,0.18);
      text-decoration: none;
      font-weight: 600;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      transition: transform .18s ease, opacity .18s ease;
      opacity: 0.92;
      white-space: nowrap;
    }

    .custcare-btn:hover {
      /* #10161e */
      opacity: 1;
    }

    .custcare-btn .cc-icon {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: rgba(255,255,255,0.12);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
    }

    .custcare-label {
      display: inline-block;
      font-size: 15px;
      line-height: 1;
    }

    /* Small 'call now' badge under button (optional) */
    .custcare-small {
      display: none;
      background: #fff;
      color: var(--brand);
      border-radius: 6px;
      padding: 6px 8px;
      font-weight: 600;
      box-shadow: 0 6px 18px rgba(2,6,23,0.06);
      font-size: 13px;
    }
    small{
        font-size: 18px!important;
       line-height: 1.4;
    }
    /* Fade-in animation */
    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(calc(-50% + 18px)); }
      to   { opacity: 1; transform: translateY(-50%); }
    }

    /* Responsive: on very small screens, place at bottom-right */
    @media (max-width: 520px) {
      .custcare-wrap {
        right: 12px;
        top: auto;
        bottom: 18px;
        transform: none;
        flex-direction: row-reverse;
        gap: 10px;
      }
      .custcare-btn { border-radius: 28px; padding: 12px 14px; }
      .custcare-small { display: inline-block; }
      .custcare-label { display: none; } /* hide long label to save space */
    }


     .card-custom {
      margin-top: 30px;
      border: none;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-custom:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
         .card-custom h5{
          font-size: 22px;
          font-weight: 700;
          color: #282424;

         }
          .card-custom p{
            font-size: 15px;
            color: #444444;
            font-weight: normal;
            font-family: var(--ui-font);
          }
    .card-custom img {
      border-bottom: 1px solid #eee;
      height: 220px;
      object-fit: cover;
    }
    .owl-nav button {
      position: absolute;
      top: 40%;
      background: #094c9a !important;
      color: #fff !important;
      border-radius: 50% !important;
      width: 40px;
      height: 40px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      transition: background 0.2s;
    }
    .owl-nav button span{
      font-size: 27px;
    }
    .owl-nav button:hover {
      background: #073b79 !important;
    }
    .owl-nav .owl-prev {
      left: -20px;
    }
    .owl-nav .owl-next {
      right: -20px;
    }
    .owl-dots {
      margin-top: 15px;
    }
    .servicediv{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    /*.servicediv .card a{
    background: var(--color3);
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 6px 15px;
    font-size: 15px;
    }
     .servicediv .card a:hover{
      background: var(--color2);
       border: none;
     }*/
  .servicediv h1 {
      color: var(--color1);
      font-size: 41px;
      font-weight: 800;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-family: var(--ui-font);
  }
     .servicediv .card-body{
        padding-bottom: 20px;
     }
    
     .servicediv a{
      text-decoration: none;
      color: var(--color1);
     }
      .servicediv button{
        background: var(--color1);
        color: #fff;
        border-radius: 5px;
        border: none;
        font-weight: 500;
        padding: 7px 15px;
        font-size: 14px;
      }
       .servicediv button:hover{
        background: var(--color2);
        color: #fff;
       }
       .about-us{
          padding-bottom: 70px;
       }
       .about-us h2{
        font-weight: 700;
        font-size: 38px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        position: relative;
        text-transform: uppercase;
        color: #292a2a;
        font-family: "Rubik", sans-serif;
       }
       .about-us h2:after{
          position: absolute;
          content: '';
          width: 100px;
          height: 3px;
          left: 0;
          bottom: -2px;
          background: var(--color2);
       }
       .about-us a {
        background: var(--color1);
        color: #fff;
        border-radius: 5px;
        border: none;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 500;
    }
.about-us a:hover {
    background: var(--color2);
    color: var(--color1);
}
#our-doctors{
  background: #094c9a15;
  padding-top: 60px;
}
.servicediv .card p{
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
}
#our-doctors .card:hover { transform: translateY(-6px); transition: transform .18s ease; }
  #our-doctors .card img { object-fit: cover; height: 300px; }
    .card h2{
      color: var(--color1);
      font-weight: 700;
      font-size: 22px;
      padding-bottom: 5px;
      letter-spacing: none;
      font-family: var(--ui-font);
    }
  .card p{
      font-size: 15px;
      margin-bottom: 0;
      padding-bottom: 0;
      font-weight: 500;
  }
  .card p span{
    display: block;
      font-weight: 600;
  }
 /* .card a{
    border: 1px solid var(--color1);!important;
    color: var(--color1);
    font-weight: 600;
    font-size: 15px;
  }
    .card a:hover{
        background: var(--color1);
        border: 1px solid var(--color1);!important;
    }*/
    .testidiv{
      padding: 4rem 0;
      background: url('../../assets/images/testibg.jpg');
    }
    .testidiv h1{
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    }
    .testidiv .card{
      background: transparent;
      width: 80%;
      margin: auto;
      box-shadow: none;
    }
    .doctordiv{
      padding-bottom: 50px;
    }
    .doctordiv h1{
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--color1);
    }
    .doctordiv .card{
      border-radius: 15px;
      overflow: hidden; 
    }
    .testidiv .card h5{
        font-size: 20px;
        font-weight: 600;
        color: #fff;
      }
      .testidiv .card p{
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 1.6;
      }
      .testidiv .card img{
        width: 70px;
        border-radius: 100px;
        padding: 5px;
        margin: auto;
        margin-bottom: 5px;
        background: #fff;

      }
      .footerdiv h2{
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px;
      }
      .footerdiv{
        background: var(--color1);
        padding: 4rem 20px;
        padding-bottom: 20px;
      }
    .footerdiv ul{
      margin: 0;
      padding: 0;
    }
    .footerdiv ul li{
      list-style: none;
      position: relative;
      padding-left: 20px;
    }
    .footerdiv ul li i{
      position: absolute;
      left: 0;
      font-size: 13px;
      top: 9px;
    }
    .footerdiv ul li a{
      color: #ffffff;
      text-decoration: none;
      font-size: 15px;
      line-height: 32px;
    }
      .footerdiv p{
       color: #ffffff;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 8px;
      }
       .footerdiv p a{
         color: #ffffff;
         text-decoration: none;
       }
          .footerdiv p a:hover{
         color: var(--color2);

          }
        .footerdiv ul li a:hover{
        color: var(--color2);
       }
      .footerdiv p strong{
        margin-bottom: 10px;
      }
      .facilities i{
          font-size: 38px;
          color: var(--color1)!important;
      }
      .facilities .card:hover{
          box-shadow: 0 0 5px #00000085;
      }
      .innerbanner{
        padding: 0 120px;
        padding-top: 185px;
        font-weight: 800;
        width: 100%;
        background: url('../../assets/images/innerbanner.jpg') center no-repeat;
        height: 280px;
      }
      .innerbanner h1{
        font-weight: 700;
        font-size: 45px;
        font-family: var(--ui-font);
        color: var(--white);
        text-align: center;
      }
      .breaddiv{
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
        background: var(--color1)!important;
      }
    .breaddiv a{
      color: var(--color1);
    }
    
    .breaddiv a:hover{
      color: #222;
    }
    .aboutpgdiv{
        padding: 70px 0;
    }
    .locations h1{
      color: var(--color1);
     font-size: 36px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 8px; 
    }
     .cdiv{
        box-shadow: 0 0 10px #00000055;
        border: none;
     }
    .cdiv p{
      padding-top: 22px;
      font-size: 15px;
      margin-bottom: 0;
      padding-left: 25px;
      position: relative;
      padding-right: 25px;
    } 
    .cdiv h4{
      font-size: 25px;
      font-weight: 700;
      color: var(--color1);
      text-align: center;
    }
    .cdiv p i{
      left: 0;
      top: 26px;
      position: absolute;
      color: var(--color3)!important;
    }
     .cdiv p{

      font-size: 16px;
     }
     .cdiv p a{
      color: #444;
      text-decoration: none;
      font-size: 16px;
     }
  
  .servicediv .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -60px;
     border-radius: 5px!important;
}
  .servicediv .owl-carousel .owl-nav button.owl-prev{

    position: absolute;
    left: -60px;
    border-radius: 5px!important;
}
.abouttext{
  padding-left: 30px;
}
.abouttext h2 {
  font-size: 35px;
  color: var(--color1);
  line-height: 1.1;
}
.abouttext h2 span{
  font-size: 24.5px;
  display: block;
}
.abouttext p{
  color: #222;
  font-weight: var(--ui-font);
}
.cashless{
  background: url('../../assets/images/cashlessbg.jpg') center no-repeat;
  padding: 6rem 0;
  }
.cashless h1{
   font-size: 30px;
   font-weight: 700;
   text-align: center;
   color: var(--white);
   margin-bottom: 0;
}
marquee{
  font-weight: 400;
  padding: 30px;
  color: #fff;
  font-size: 25px;
}
 .facilities-section { padding: 60px 0; background: #fff; color:#222; font-family: Arial, sans-serif; }
  .facilities-section .wrap { max-width:1100px; margin:0 auto; }
  .facilities-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    color: var(--color1);
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: var(--ui-font);
}
  .facilities-section .lead {
   margin:0 0 28px; color: #444; font-weight: 400;
    font-size: 16px;
    }

  .facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
    gap: 16px;
    align-items: stretch;
  }

  .facility-card {
    text-align: center;
    border: 2px solid #cccccc30;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 20px rgba(0,0,0,0.03);
  }
    /* .facility-card:hover{
      transform: translate(0, -5px);box-shadow: 0 0 10px #00000020;
    } */
    .facility-card:hover i{
      transform: scale(1.2, 1.2);
    }
  .facility-card .icon {margin: 0 auto; font-size: 35px; color: var(--white); margin-bottom:20px; width:70px; height:70px; background:var(--color3); text-align:center; border-radius:50%; line-height:70px }
  .facility-card h3 {
   font-size: 16px; margin: 4px 0 6px; 
   color:#333;
    font-weight:600

    }
  .facility-card p { margin:0; font-size: 16px; color:#444; }

  .cta { margin-top:18px; }
  .btn {
    display:inline-block; padding:10px 14px; border-radius:6px; background:#0d6efd; color:#fff; text-decoration:none;
    font-weight:600;
  }
  /* small screens */
  @media (max-width:420px){ .facility-card { padding:12px } .facility-card .icon { font-size:24px } }
  .btn-animate {
    margin-top: 30px;
  display: inline-block;
  padding: 12px 26px;
  border-radius: 50px;
  background: linear-gradient(135deg, #70bf28, #0bb9f7);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Hover effect */
.btn-animate:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  background: linear-gradient(135deg, #0bb9f7, #0d6efd);
}

/* Shine animation */
.btn-animate::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
}

/* Trigger animation on hover */
.btn-animate:hover::after {
  animation: shine 0.8s ease forwards;
}

@keyframes shine {
  0% { left: -75%; }
  100% { left: 125%; }
}

.testidiv .carousel-control-next{
  border: 2px solid #fff!important;
  width: 50px!important;
  height: 50px!important;
  top: 20%;
}
.testidiv .carousel-control-prev{
  border: 2px solid #fff!important;
  width: 50px!important;
  height: 50px!important;
  top: 20%;
}
.whychoose{
  padding: 60px 0;
}
.whychoose h2{
  font-weight: 700;
  color: var(--color1);
}
 .icon-img {
  width: 80px;
  height: 80px;
  border: 1px solid #cccccc80;
  border-radius: 10px;
  box-shadow: 0 0 5px #cccccc50;
  padding: 5px;
  object-fit: contain;
}
.whychoose .card-body h5{
  font-weight: 600;
  color: #242424;
  font-size: 18px;
  line-height: 1.4;
}
.whychoose .card-body p{
  color: #444;
}
.sidebar{
  background: var(--color1);
  box-shadow: 0 0 5px 5px #00000010;
}
.sidebar ul{
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  /*border-top: 10px solid var(--color3);*/
}

.sidebar ul li{
  list-style: none;
}
.sidebar ul li a{
  color: #fff;
  margin: 0 10px;
  padding: 8px 15px;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #cccccc40;
}
.sidebar ul li a i{

}
.sidebar ul li:last-child a{
    border-bottom: 0;
}
.sidebar ul li a:hover, .sidebar ul li a.active{
  background: var(--white);
  color: var(--color1);
  font-weight: 600;
}
.sidebar ul li a i{
  font-size: 13px;
}
.servicetext{
    font-family: var(--ui-font);  
}
.servicetext img{
    margin-bottom: 30px;
}
.servicetext h1{
  font-size: 30px;
  font-weight: 600;
  color: var(--color1);
  padding-bottom: 10px;
}
.servicetext p{
  font-size: 16px;
  color: #444;
}
.servicetext h2{
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 12px;
  padding-top: 10px;
  color: #222222;
}
.servicetext ul {
  margin: 0;
  padding: 0;
}
.servicetext ul li{
  list-style: none;
  padding-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-family: var(--ui-font);
}
.servicetext ul li i{
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 30px;
  background: var(--color2);
  font-size: 13px;
}
.doctors .card{
    border-radius: 20px;
    overflow: hidden;
}
.doctors .card img{
    object-fit: cover;
    height: 300px;
  }
  .doctors .card p{
    font-size: 15px;
  }
  .doctor .dropdown{
    margin-bottom: 20px;
  }
  .doctor .dropdown button{
      border: 1px solid #cccccc;
      font-weight: 600;
      font-size: 20px;
      padding: 8px 15px;
      background: #fff;
      color: var(--color1);
      text-transform: uppercase;
      border-radius: 0;
      box-shadow: inset 0 0 5px #00000080;
  }
  .doctor{
    padding: 30px 0 60px 0;
  }
 .doctor .dropdown-menu{
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: var(--color1)!important;
  }
   .doctor .dropdown-menu li a{
    color: #fff;
    padding: 5px 25px;
   }
    .doctor .dropdown-menu li a:hover{
    color: var(--color2);
   }
   .testipage{
    padding: 70px 0;
   }
   .testbox{
      background: #f3f3f3;
      border-radius: 30px;
      padding: 30px;
      box-shadow: 0 0 1px #00000055;
      position: relative;
   }
   .stars{
    position: absolute;
    right: 30px;
    top: 15px;
   }
   .testbox h5{
      font-size: 18px;
      font-style: italic;
      color: var(--color1);
      margin: 0;
      font-weight: 600;
   }
   .testbox img{
    width: 50px;
    margin-bottom: 15px;
   }
   .testbox p{
       font-size: 16px; 
       font-style: italic;
       color: #222;
       line-height: 1.6;
       margin-bottom: 10px;
   }
   .testbox p i{
      font-size: 13px;
      color: darkorange;
   }
   .gap30{
      margin-top: 30px;
   }
.revbtn{
          background: #007bff; 
          color: #fff; 
          padding: 12px 28px; 
          border-radius: 8px; 
          text-decoration: none; 
          font-weight: 600; 
          font-size: 16px; 
          box-shadow: 0 5px 15px rgba(0,123,255,0.4); 
          transition: all 0.3s ease;
}
.revbtn:hover{
     box-shadow: 0 5px 15px rgba(0,123,255,0.8); 
}
.cashless-facilities .card{
  box-shadow: 0 0 5px #00000015;
}
.cashless-facilities .card h6{
   font-size: 16px;
   color: #000;
   font-weight: 700;
}
.cashless-facilities .card img{
  border: 1px solid #cccccc80;
}
.cashless-facilities .card:hover{
  box-shadow: 0 10px 45px #00000055;
  /*transform: translateY(-5px);*/
}
.headtop {
  background: #0b53a7;
  padding: 5px 15px;
}
.headtop p{
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: right;
  margin: 0;
}
.headtop p a{
  font-weight: 600;
  color: #dcecff;
  text-decoration: none;
}
.headtop p i{
  font-size: 15px;
  padding-right: 5px;
}
.headtop p a:hover{
  color: #ffffff;
}
.drh a{
  background:var(--color2);
  color: #fff;
  transition: 0.5s ease;
  border: 1px solid var(--color2);
}
.drh a:hover{
  color:var(--color2);
  background: #fff;
   border: 1px solid var(--color2);
}

.social p a {
  text-decoration: none;
  /* border: 1px solid #fff; */
  transition: color 0.3s ease, transform 0.3s ease;
}

.social p a i{
  width: 40px;
  font-size: 20px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 8px;
  border: 1px solid #fff;
}
.social p a:hover i{
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff;
}

.gallerpg{
  padding: 60px 0;
}
.gbox{
  margin: 10px 0;
}
.gbox p{
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  background: #33333315;
  padding: 10px;
  color: var(--color1);
}

#button {
  text-decoration: none;
  display: inline-block;
  background-color: var(--color2);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
 background-color: var(--color2);
 opacity: 0.7;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
.footerlogo img{
    max-width:220px; 
    margin-bottom: 15px;
}
.contactus-box{
  display: flex;
    justify-content: center;
}
.contactus-box a{
  padding: 10px 25px;
  color:#fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  background: var(--color2);
  border-radius: 30px;
}
.doctor-card a{
    text-decoration: none;
}
.doctortxt h3{
  font-size: 25px;
  padding: 2px 0;
  color: var(--color1);
}
.doctortxt ul{
  margin-left: 0;
  padding-left: 20px;
}
.doctortxt ul li{
   line-height: 1.8;
}
.doctortxt ul li::marker{
   color: var(--color2);
}
.doctortxt p{
  font-size: 16px;
}
.doctortxt p.deg{
  font-size: 18px;
  color: #666;
}

.appointment-btn{
    padding:10px 35px;
    background:#e91c24;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

.appointment-btn:hover{
    background:#c9151d;
}

.popup-form{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999;
}

.form-box{
    width:100%;
    max-width:520px;
    background:#fff;
    padding:40px 30px;
    border-radius:22px;
    position:relative;
    animation:popup .3s ease;
}

@keyframes popup{
    from{
        transform:scale(.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}

.close-btn{
    position:absolute;
    right:18px;
    top:10px;
    font-size:32px;
    cursor:pointer;
    color:#222;
}

.form-box h2{
    text-align:center;
    color:var(--color1);
    font-size:35px;
    line-height: 1.5;
    margin-bottom:0;
}

.form-box p{
    text-align:center;
    color:#222;
    font-size:16px;
    line-height:26px;
    margin-bottom:25px;
}

.form-group{
    margin-bottom:15px;
}

.form-group input,
.form-group textarea{
    width:100%;
    border:none;
    outline:none;
    background:#f1f1f7;
    padding:15px 15px;
    border-radius:8px;
    font-size:15px;
}
.form-group input::placeholder{
    color: #777!important;
}
.form-group textarea::placeholder{
    color: #777!important;
}
.form-group textarea{
    height:130px;
    resize:none;
}

.policy-text{
    text-align:center;
    font-size:13px;
    color:#555;
    line-height:22px;
    margin:15px 0 20px;
}

.submit-btn{
    width:100%;
    height:55px;
    background:var(--color1);
    border:none;
    color:#fff;
    font-size:20px;
    border-radius:8px;
    cursor:pointer;
    transition:.3s;
}

.submit-btn:hover{
    background:#c9151d;
}

