
body{
    font-family: 'Poppins', sans-serif;
}
/*.zoom-effect {  
  position: relative;
  width: 100%;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;  
}
.zoom-effect:hover .kotak img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}*/
/*.kotak {
  position: absolute;
  top: 0;
  left: 0;
  
}
 
.kotak img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 700px;
}*/
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    color:#000;
}
.nav-item{
    color:#000;
}
.navbar-expand-lg{
    padding: 10px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color:#000;
}
.navbar-default{
    padding: 0 0 0 50px;
}
.navbar-right{
    margin-right: 100px;
}
.navbar button{
  background-color: ;
  color: #000;
  font-size: 16px; 
  width: 100px;
}

.navbar button.active{
  color: #fff;
  background-color: #00A99D;
}

.navbar button:hover{
  color: #fff;
  background-color: #00A99D; 
}
.navbar button:visited{
  color: #fff;
  background-color: #00A99D;  
}

.bg-active{
  color: #fff;
  background-color: #00A99D;  
}

.carousel img{
    height: 450px;
}
.slider{
    background-color: #DCDCDC;
}
.nav-item{
    color: #000;
}
.navbar-btn{
    height: 100%
}
.grid-container{
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.img-card{
    width: 100px;
    padding-top: 20px;
}
.card{
    align-items: center;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    padding-top: 20px;
    transition: 0.5s ease;
    cursor: pointer;
    border: 1px solid whitesmoke;
}
#kotak{
  font-family: "Open Sans", Arial, sans-serif;
  display: block;
  box-shadow: 0px 3px 90px -24px rgba(0, 0, 0, 0.1)
}
#kotak img{
  border-radius: 50%;
  height: 50%
}
#kotak:hover{
  box-shadow: 0px 3px 90px -24px rgba(0, 0, 0, 0.5)
}
#section-dokter{
  padding: 7em;
}
.title-dokter{
  color: #008B8B;text-align: center;
}
.kotak-layanan img:hover{
 transform: scale(1.2);
}
.kotak-video img:hover{
  filter: blur(3px);
}
/*.card :hover{
    transform: scale(1.2);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
}*/
/*.card :hover img{
    transform: scale(1.2);
}*/
/*.card img:hover{
    transform: scale(1.2);   
    
}*/
.berita{
    color: #fff;
}
.beritabaru{
    font-family: 'Poppins', sans-serif;
    padding-top: 20px
}
.spesialist{
    padding-top: 20px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);   
}
.page-footer{
    color: #fff;
    height: 30vw;
}
.footer{
    padding-top: 100px;
}

.menu-landing{
    color: #000;
    font-size: 16px;
    margin: 10px;
    padding-top: 30px;
}

a.menu-landing:hover{
    text-decoration: underline;
}