img {
    max-width: 100%;
    height: auto;
}


header{
    background-color: #fff4e8;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-logo-img img{
    width: 210px;
}


.call_now{
    background-color: #4CAF50;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 30px;
    font-weight: bold;
    gap: 8px;
}

.call_now:hover{
    opacity: 0.9;
    transition: 0.3s;
}

.picture{
    padding-top: 99px;
    padding-bottom: 40px;
}

.space_title{
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #212529;
}

.space_title2{
    background-color: #10a37f;
    padding: 12px;
    color: white;
    line-height: 1.9;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.space{
    padding-bottom: 20px;
}

.space_dok{
    padding-bottom: 30px;
}

.img{
    padding-top: 10px;
    text-align: center;
}

.img img{
    width: 400px;
}

.hide{
    display: none;
}


.view_more{
    border-radius: 30px;
    background-color: #3D7CC9;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    color: white;
    font-weight: bold;
}

.view_more:hover{
    opacity: 0.9;
    transition: 0.3s;
    cursor: pointer;
}

.button_row{
    padding-top: 10px;
    text-align: center;
}

.space_title3{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 1.9;
}

iframe{
    max-width: 100%;
    height: auto;
}

.iframe{
    text-align: center;
    padding-top: 10px;
}

.iframe iframe{
    width: 500px;
    height: 300px;
    border-radius: 30px;
}

.space_list{
    list-style: none;
    text-align: start;
    padding-left: 0px;
}

.space_list li{
    display: flex;
    align-items: center;
    gap: 8px;
    color: blue;
}


       /* corousel */
       
       .carousel-item {
        position: relative;
        height: 250px;
       }
    
    .carousel-inner{
        box-shadow: 0px 1.5px 8px 0px rgba(0, 0, 0, 0.16);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 120px;
        padding-right: 120px;
        border-radius: 30px;
    }
    
    .carousel-control-next-icon, .carousel-control-prev-icon{
        background-color: #1ebc94;
        opacity: 0.4;
    }
    
    
    #carouselExample{
        padding-top: 20px;
    }
    
    
    .hideDokter1, .hideDokter2{
        display: none;
    }
    
    .classHide{
        text-align: center;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    
        .noneHide, .noneHide2, .noneHide3, .hideDokter4, .hideDokter1, .dokJs{
            display: none;
        }

        .cardDokter{
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center; 
            align-items: center;     
        }
    
    /* akhir corousel */

    .text{
        font-size: 16px;
        line-height: 2.2;
        font-weight: bold;
        color: #36344D;
    }

    .space_title4{
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        line-height: 1.9;
        color: blue;
    }

    .need_flex{
        display: flex;
        gap: 20px;
        padding-top: 8px;
    }

    .call{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        background-color: green;
        padding: 13px;
        border-radius: 30px;
        color: white;
        text-decoration: none;
        font-weight: 600;
        gap: 8px;
    }

    .call:hover{
        opacity: 0.9;
        transition: 0.3s;
        cursor: pointer;
    }

    .alamat{
        display: grid;
        text-align: center;
        font-size: 16px;
        line-height: 2;
        font-weight: bold;
        color: #36344D;
    }

    .flex_tlp{
        display: flex;
        justify-self: center;
    }

    .flex_call a{
        text-decoration: none;
    }

    .space_need{
        padding-bottom: 30px;
    }

    hr{
        padding-top: 10px;
    }

    .wa-fixed1{
        position: fixed;
        top: 250px;
        right: 15px;
        z-index: 9999;
        width: 40px;
    }
    
    .wa-fixed2{
        position: fixed;
        bottom: 200px;
        left: 5px;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 140px;
        text-align: center;
        background-color: #4CAF50;
        border-radius: 30px;
        padding: 5px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        gap: 8px;
        color: white; 
        font-size: 20px; 
        font-weight: bold;
    }
    
    .wa-fixed3{
        text-decoration: none;
        position: fixed;
        z-index: 100;
        bottom: 20px;
        right: 20px;
        color: #fff;
        background-color: #4CAF50;
        text-align: center;
        cursor: pointer;
        width: 240px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 600;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        letter-spacing: .5px;
    }

    .space_alamat{
        padding-bottom: 50px
    }

@media(max-width: 768px){
    .header-logo-img img{
        width: 150px;
    }

    .picture{
        padding-top: 79px;
    }

    /* awal corousel */
    .carousel-inner{
        padding-left: 20px;
        padding-right: 20px;
    }

    /* akhir corousel */

    .iframe iframe{
        height: 200px;
    }

    .need_flex{
        display: grid;
    }

    .carousel-item{
        height: 300px;
    }

}