
@font-face {
  font-family: font_mean;
  src: url(/hospital/asset/font/db-helvethaica-x-bd-ext-v32.ttf);
}







body {
	margin: 0 auto;
	padding: 0;
	color: #0F1419;
	background-color: #FFFFFF;
  font-family: font_mean,sans-serif;

	font-size: 13px;

}



#art-page-background-glare{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
}

#art-page-background-glare-image{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top left;
}

#wrapper {
	padding: 0em;
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
  margin-left: auto;
  
}

#bg_birds {
  width: 100%;
  height: 100%;
}

.top_tab{
  min-width:1000px ;
  width: 100%; 
  height: 50px; 
  background-image: url('/hospital/img/top_tab.png');
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  opacity: 0.75;

}


.top_tab table{
  margin-right: 25px;
display: table;
vertical-align: midle;
  padding: 5px 5px 5px 5px;
  
}




.logo_web_top_menu{
  width: 1000px; 
  height: 50px; 
  background-image: url('/hospital/img/logo-web.png');
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */


}










.desite_top{

width: 1000px;
background-color:transparent;
box-shadow: -1px 0.5px 1.2px 1px rgba(90, 90, 90, 0.199);
margin:0px 0px 10px 0px ;
}

.desite_top div{

  width: 100%;
 
  background-color: rgb(255, 255, 255);
  padding: 0px 10px 0px 2px;
  
  
  }

.mean_logo{

  padding: 2px 2px 2px 2px;

}




.menu_top_style {
  
  background-color: transparent;


}





.menu_top_style:hover div{

  /* width: 50px;
  height: 20px;
  background-color: red; */
  height: 1.5px;
  position: relative;
  animation-name: menu_anime;
  animation-duration: 2s;
  animation-direction: alternate; 
 animation-iteration-count: infinite;

}







@keyframes menu_anime {
  0%   {background-color:rgba(0, 255, 34, 0.733);  width: 0px; }
  100% {background-color:rgba(239, 255, 97, 0.904); width: 100%; }
}





.dropbtn_hover {
  background-color: transparent;
  color: rgb(21, 128, 12);
  text-align: center;
  border: none;
  font-size: 24px;
  font-family: font_mean,sans-serif;
  font-weight: lighter;
  padding: 2px 2px 2px 2px;
}

.dropbtn_hover:hover {

  color: rgba(22, 128, 12, 0.575);
  text-decoration: none;
}





.dropdown_hover {
  position: relative;
  display: inline-block;
  
 
}




.dropdown-content_hover {
  right: 0px;
  display: none;
  position: absolute;
 background-color: white;
    
  font-size: 18px;
text-align: left;
padding: 5px 20px 5px 10px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
  z-index: 1;

 

}





.dropdown-content_hover a {
  
  
  text-decoration: none;
 
 
  /* display: block; */
}

.dropdown-content_hover a:hover {background-color: transparent;  }

.dropdown_hover:hover .dropdown-content_hover {display: block;  }

.dropdown_hover:hover .dropbtn_hover {background-color: transparent;  }




.spacebar_system{
text-align: center;
  padding: 7px 0px 7px 0px;
  font-size: 1px;
  color:transparent;
background-color: transparent;
}



#myBtn_scoll {
  display: none;
  position: fixed;
  bottom: 9%;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(251, 255, 27, 0.637);
  box-shadow: -1px 0.5px 1.5px 1px rgba(34, 34, 34, 0.164);
   
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 5px;
  border-radius: 10px;
  opacity: 0.75;
}

#myBtn_scoll:hover {

  opacity: 1;
}






.desite_top_scoll_menu{
display: none;
  position: fixed;
top: 0px;

  width: 1000px;
  background-color:rgb(255, 255, 255);
  box-shadow: -1px 0.5px 1.2px 1px rgba(90, 90, 90, 0.199);
  margin:0px 0px 10px 0px ;
  z-index: 1;
  opacity: 0.75;
  }
  
  .desite_top_scoll_menu:hover{

      opacity: 1;
      }



  .desite_top_scoll_menu div{
  
    width: 100%;
   
    background-color: rgb(255, 255, 255);
    padding: 0px 10px 0px 2px;
    
    
    }
  
  .mean_logo_scoll_menu{
  
    padding: 2px 2px 2px 2px;
  
  }
  

  .icon_box{
  
text-align: center;
background-color: rgb(255, 255, 255); 
box-shadow: -1px 0.5px 1.2px 1px rgba(90, 90, 90, 0.199);


  }

  .icon_box div{
 
    border-radius: 5px;
    text-align: center;
    margin: 5px 20px 10px 5px;
    padding: 5px 0px 5px 0px;
    background-color: rgba(27, 107, 255, 0.527);
    box-shadow: -1px 0.5px 1.2px 1px rgba(90, 90, 90, 0.199);
    opacity: 100%;
color: rgb(255, 255, 255);
font-weight: bold;
font-family: font_mean,sans-serif;
font-size: 25px;
      }

      .icon_box div:hover{
  
    position: relative;
    bottom: 10px;

        background: rgb(255,255,255);
        background: linear-gradient(301deg, rgba(255,255,255,1) 0%, rgba(13,51,233,1) 0%, rgba(255,50,50,1) 100%);
 


          }



