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

body{
    background-color: white;
}


a{
    background-color: none;
}

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

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

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


.call-button{
    background-color: #4CAF50;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.call-button:hover{
    opacity: 0.9;
    transition: 0.3s;
}

.header-padding{
    padding-bottom: 109px;
}

.picture{
    padding-bottom: 40px;
}

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

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


.space{
    padding-bottom: 20px;
}

.img{
    text-align: center;
}

.img img{
    width: 400px;
    border-radius: 30px;
}

.pad{
    padding-top: 10px;
}

.buttonHide{
    text-align: center;
}

.viewButton{
    background-color: #3D7CC9;
    border: none;
    border-radius: 30px;
    color: white;
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

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


.hideKriteria{
    display: none;
}

.textBig{
    font-weight: bold;
    color: #36344d;
    line-height: 2.2;
    font-size: 25px;
}



/* caret list awal  */

.caret-list {
    list-style-type: none; /* Menghilangkan penanda default */
    padding-left: 0;       /* Mengatur padding dari ul jika diperlukan */
}

.caret-list li {
    position: relative;   /* Membuat elemen li sebagai elemen relatif */
    padding-left: 30px;   /* Menambahkan ruang untuk gambar penanda */
    font-size: 16px;
    line-height: 2.2;
    font-weight: bold;
    color: #36344d;
}

.caret-list2 li{
    color: blue;
    font-size: 20px;
}

.caret-list li::before {
    content: "\f0da";                      /* Kode Unicode untuk ikon Font Awesome (chevron-right) */
    font-family: "Font Awesome 5 Free";    /* Menentukan font untuk ikon */
    font-weight: 900;                        /* Mengatur berat font (solid) */
    position: absolute;                      /* Mengatur posisi absolute */
    left: 0;                                 /* Mengatur posisi kiri */
    top: 50%;                                /* Vertikal center */
    transform: translateY(-50%);             /* Vertikal center */
    color: orange;                            /* Warna ikon */
    font-size: 20px;        
}

/* caret list akhir */
.caret{
    padding-left: 0px;
}

.caret li{
    display: flex;
    align-items: start;
    font-size: 16px;
    line-height: 2.2;
    font-weight: bold;
    color: #36344d;
    gap: 10px;
}

.caret li img{
    width: 20px;
}

.no {
    margin-top: -8px;
}

/* awal caret new */


.caret{
    list-style-type: none;
}

/* akhir caret new */

.metode-modern-hide, .metode-modern-hide2{
    display: none;
}


.hideAll{
    display: none;
}

.hideDokter{
    display: none;
}


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

.video-row{
    text-align: center;
}

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


.row-alasan{
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.call-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;

}

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

.call:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.alamat-text{
    display: grid;
    text-align: center;
}

.waFixed3 {
    text-decoration: none;
    position:fixed;
    z-index:100;
    bottom:20px;
    right:20px;
    color: #fff;
    background-color: #4CAF50;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    width:245px;
    padding-top: 8px;
    padding-bottom: 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);
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    gap: 8px;
    align-items: center;
    }
    

    .waFixed2{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #4CAF50;
        position: fixed; 
        bottom: 200px; 
        left: 5px; 
        z-index: 100;
        width:140px;
        text-decoration: none;
        color: white;
        font-weight: bold;
        font-size: 20px;
        gap: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 30px;
    }

    .waFixed1{
        position: fixed; 
        top: 250px; 
        right: 15px;  
        z-index: 9999;
    }
    

    /* corousel */
.center{
    text-align: center;
}

.carousel-inner{
    box-shadow: 0px 1.5px 8px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
    border-radius: 30px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.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;
}


/* akhir corousel */



.space_dok{
    padding-bottom: 50px;
}

.dokJs{
    display: none;
}

@media(max-width: 768px){
    .call-button{
        padding-left: 10px;
        padding-right: 10px;
    }

    .img-logo img{
        width: 140px;
    }

    .img img{
        width: 350px;
    }


    .video-row iframe{
        height: 200px;
    }
    

    .call-flex{
        display: grid;
        justify-content: normal;
    }

    .call{
        width: 100%;
    }

    .header-padding {
        padding-bottom: 86px;
    }


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

}