/* ini adalah style jumbotron */
.jumbotron  {
    background-image: url("../img/kesehatan.jpg");
    background-size: cover;
    text-align: center;
    margin-top: -60px;
    object-fit: cover;
}

.jumbotron .display-4   {
    font-family: 'Anton', sans-serif;
    color: white;
    margin-top: 200px;
}

.jumbotron p {
    font-family: 'Noto Sans KR', sans-serif;
    color: white;
    font-size: 25px;
}

.jumbotron h4 {
    color: white;
    font-size: 20px;
}

.font-weight-light {
    font-size: 30px;
}

/* ini adalah style slider */

.konten {
    text-align: justify;
}

/* Social Media Icon */
.medsos {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
}

.medsos:before,
.medsos:after {
    content: " ";
    display: table;
}

.medsos:after {
    clear: both;
}

.medsos li {
    display: inline-block;
    margin: 2px 4px;
}

.medsos li a {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    border: 0 none;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.medsos li a:hover {
    box-shadow: 0px 8px 15px 0px rgba(90, 91, 95, 0.33);
}



.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.google-plus {
    background-color: #dd4b39;
}

.instagram {
    background-color: #bc2a8d;
}

.linkedin {
    background-color: #0077b5;
}

.pinterest {
    background-color: #bd081c;
}

.youtube {
    background-color: #cd201f;
}

.vimeo {
    background-color: #1ab7ea;
}

.dribbble {
    background-color: #ea4c89;
}

.collapseOne{
    width: 100px;
    position: absolute;
}

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
    height: 50%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}
#mapCanvas {
    width: 500px;
    height: 300px;
    float: left;
}
#infoPanel {
    float: left;
    margin-left: 10px;
}
#infoPanel div {
    margin-bottom: 5px;
}

.help-block{
    color: red!important;
  }


img.img-responsive.w-100 {
    height: 300px;
    object-fit: cover;
}

div#carouselExampleIndicators {
    margin-bottom: 58px;
}

img.d-block.w-100 {
    height: 300px;object-fit: cover;
}

@media (min-width:426px) and (max-width: 768px){
    .align-self-start{
      margin-left: 145px;
    }
  }

.bulat{
    border-radius:50%;
    border: 3px solid #fff;
    width:230px;
    height:230px;
    object-fit: cover;
}

.disabled {
    cursor: not-allowed!important;
    pointer-events: all !important;
}