.pku-single-header{

    height:150px;
    background:#183c73;

}

.pku-single-container{

    max-width:550px;
    margin:0 auto;
    padding:0 30px 60px;

}

.pku-doctor-profile{

    margin-top:-60px;

}

.pku-doctor-photo img{

    width:140px;
    height:140px;
    object-fit:cover;

    border-radius:50%;

    border:4px solid #fff;

    display:block;

}

.pku-doctor-info{

    margin-top:17px;

}

.pku-doctor-info h1{
    font-size: 24px;
    font-weight: 650;
    margin:0px;

}

.pku-doctor-info h3{

    margin:8px 0 24px;
    font-size: 15px;
    font-weight:400;

    color:#848282;

}

.pku-doctor-description{

    line-height:1.5;
    margin-top:0px;

}

/* ===========================
   Tablet
=========================== */

@media (max-width: 1024px){

    .pku-single-header{
        height:180px;
    }

    .pku-single-container{
        max-width:100%;
        padding:0 25px 50px;
    }

    .pku-doctor-profile{
        margin-top:-80px;
    }

    .pku-doctor-photo img{
        width:160px;
        height:160px;
        border-width:6px;
    }

    .pku-doctor-info h1{
        font-size:32px;
    }

    .pku-doctor-info h3{
        font-size:20px;
    }

}


/* ===========================
   Mobile
=========================== */

@media (max-width: 767px){


    .pku-single-header{
        height:130px;
    }

    .pku-single-container{
        padding:0 20px 40px;
    }

    .pku-doctor-profile{
        margin-top:-60px;
    }

    .pku-doctor-photo img{
        width:120px;
        height:120px;
        border-width:5px;
    }

    .pku-doctor-info{
        margin-top:20px;
    }

    .pku-doctor-info h1{
        font-size:26px;
        line-height:1.3;
    }

    .pku-doctor-info h3{
        font-size:18px;
        margin:8px 0 20px;
    }

    .pku-doctor-description{
        font-size:15px;
        line-height:1.6;
    }

   .pku-schedule-item{

    font-size:18px;
    gap:10px;
    align-items:flex-start;
    flex-wrap:wrap;

}

.pku-button-daftar{

    width:100%;

}

}

/* ===========================
   Jadwal Praktik
=========================== */

.pku-doctor-schedule{

    margin-top:40px;

}

.pku-doctor-schedule h2{

    font-size: 20px;
    font-weight: 650;
    margin-bottom:17px;

}

.pku-schedule-item{

    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
    font-size:16px;
}

.pku-schedule-icon{

    width:18px;
    height:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

}

.pku-schedule-icon img{

    width:18px;
    height:18px;
    display:block;

}

.pku-schedule-days{

    font-weight:400;

}

.pku-schedule-item strong{

    font-weight:700;

}

/* ===========================
   Tombol Daftar
=========================== */

.pku-doctor-action{

    margin-top:40px;

}

.pku-button-daftar{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:200px;
    height:52px;

    background:#183c73;
    color:#fff;
    text-decoration:none;

    border-radius:8px;

    font-size:15px;
    font-weight:600;

    transition:.3s;

}

.pku-button-daftar:hover{

    background:#0f2d5c;
    color:#fff;

}

.pku-button-wa{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:200px;
    height:52px;

    background:#42aa34;
    color:#fff;
    text-decoration:none;

    border-radius:8px;

    font-size:15px;
    font-weight:600;

    transition:.3s;

}

.pku-button-wa:hover{

    background:#318e25;;
    color:#fff;

}