*{
  margin: 0;
  padding: 0;
  font-family:  "Noto Sans", sans-serif;

}
/* Make images responsive by default */
img{max-width:100%;height:auto;display:block}
/* Prevent layout breakage on long words */
body{word-wrap:break-word;overflow-wrap:break-word}
#appointment{
  background-color: transparent;
  border: none;
  color: white;
}
.about-banner{
  background-image: url("../images/AboutPage/bg6.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-item a{
    font-size: 16px;
    padding: 0;
    
}

.nav-item .nav-link{
  font-size: 17px;
  padding: 0px;
  border-radius: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.navbar-nav .nav-item .active{
    background-color: #1E2285;
    color: #ffff !important;
}
/* .nav-item .header-navs{
  padding-left: 20px !important;
  padding-right: 20px !important;
} */

.text-color-1{
    color: rgb(22, 55, 82);
}

.text-color-2{
    color: red;
}
.nav-link:hover{
  background-color: #1E2285;
  color: #ffff !important;
}
.nav-link button:hover{
  background-color: #1E2285;
  color: #ffff;
  border-radius: 10px;
}

/* Ensure nav links are visible on white background */
.navbar .nav-link { color: rgba(0,0,0,.75); }
.navbar .nav-link:hover { color: #1E2285; }

/* Force desktop menu visible if CSS conflict hides it */
@media (min-width: 992px){
  .navbar-expand-lg .navbar-collapse{ display:flex !important; }
}
.navbar-collapse { visibility: visible; opacity: 1; }
.navbar-nav { align-items: center; }

.nav-item .active{
  background-color: #1E2285;
  color: #ffff !important;
}
.dropdown-menu .dropdown-item{
  line-height: 35px;
  padding-left: 15px;
  padding-right: 3px;
  border-radius: 10px;
}
.dropdown-menu .dropdown-item:hover{
  background-color: #1E2285;
  color: #fff;
  
}


.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
/* FOOTER SECTION STARTS */
.footer{
  background-color: #D9D9D9;
}
.footer i{
  color: #1E2285 !important;
  margin: 5px;
}
.footer span{
  font-size: 18px;
}
.footer-heading{
  font-size: 22px;
  color: #E51934;
  
  font-weight: 600;
  /* border-bottom: 2px solid black; */
}
.footer-heading2{
  color: #1E2285;
  font-size: 20px;
  font-weight: bold;
}
.useful-links{
  font-size: 18px;
}

.useful-links a{
  color: #525252;
}

.footer-end{
  background-color:#1F396B;
  color: rgb(255, 255, 255);
}

/* Ensure navbar stays above sliders/banners */
.sticky-top, .navbar.sticky-top, nav.navbar {
  z-index: 1100;
}

/* Fallback for Bootstrap 5 toggler icon visibility */
.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width:0px) and ( max-width: 768px){
  .footer-end{
    margin-bottom: 50px;
  }
}

/* SIDE BUTTON STARTS */

.sidepanel-section {
  width: 50px;
  background-color: #032E5B;
  padding: 10px 0px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 35%;
  text-align: center;
  height: 150px;
}
.sidepanel-section ul{
  padding: 0;
}
.sidepanel-section ul li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 10px;
 
}
.phone-icon{
  margin:0px;
  border-top: 1px solid rgb(254, 254, 254);
  border-bottom: 1px solid rgb(250, 247, 247);
  padding:10px 0px;
}
.sidepanel-section i {
  vertical-align: middle;

}
.sidepanel-section ul li a {
  font-size: 18px;
  color: rgb(243, 242, 242);
}

/* SIDE BUTTON ENDS */

/* bottom-sidepanel-section start*/
.phone-bg{
  background-color: #032E5B;
}
.whatsapp-bg{
  background-color: #25D366;
}
.bottom-sidepanel-section i{
  color: #D9D9D9;
}
/* bottom-sidepanel-section end */

/* scroll top btn start */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
  font-size: 45px;
  border: none;
  outline: none;
  color: #032E5B;
  background-color: #fff;
  cursor: pointer;
  line-height: 0;
  border-radius: 8px;
}

.scroll-top:hover {
  background-color: #555;
}
/* scroll top btn end */
