@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Header */

header {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f7f7f7 !important;
}

.header-out {
    width: 1600px;
    display: flex;
    flex-direction: row;
    background-color: #f7f7f7;
}

.header-in {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.header-in img {
    width: 150px;
    height: 60px;
    margin-top: 10px;
}

.content ul {
    display: flex;
    flex-direction: row;
}

.content ul li {
    list-style-type: none;
    margin:  10px 10px 0 10px;
    font-size: 12pt;
    color: rgb(2, 2, 186);
    cursor: pointer;
}


.content2 ul {
    display: flex;
    flex-direction: row;
    visibility: hidden;
    position: fixed;
    z-index: 100;
}

.content2 ul li {
    list-style-type: none;
    margin:  10px 10px 0 10px;
    font-size: 12pt;
    color: rgb(2, 2, 186);
    cursor: pointer;
}

/* dropdown about us*/

ul .about {
    list-style-type: none;
    margin:  10px 10px 0 10px;
    font-size: 12pt;
    color: rgb(2, 2, 186);
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.about:hover .list-one {
    display: block;
    background-color: #fff5f5;
    box-shadow: -3px 5px 10px -4px rgba(0,0,0,0.85);
    transition: 1s;
}

.about .list-one{
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
    width: 150px;
    padding: 5px 0 5px 0;
}

.about .list-one:hover {
    display: block;
    color: black;
    transition: 1s;
}

.list-one .drop a {
    color: black;
    text-decoration: none;
    margin: 5px 0 5px 10px;
}

.list-one .drop a:hover {
    color: rgb(2, 2, 186);
}

/* dropdown about us end*/
/* dropdown perawatan*/

ul .perawatan {
    list-style-type: none;
    margin:  10px 10px 0 10px;
    font-size: 12pt;
    color: rgb(2, 2, 186);
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.perawatan .list-two{
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
    width: 150px;
    padding: 5px 0 5px 0;
}

.perawatan .list-two:hover {
    display: block;
    color: black;
}

.list-two .drop a {
    color: black;
    text-decoration: none;
    margin: 5px 0 5px 10px;
}

.list-two .drop a:hover {
    color: rgb(2, 2, 186);
}


/* dropdown perawatan end*/
/* dropdown permasalahan*/

ul .permasalahan {
    list-style-type: none;
    margin:  10px 10px 0 10px;
    font-size: 12pt;
    color: rgb(2, 2, 186);
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.permasalahan:hover .list-three {
    display: block;
    background-color: #fff5f5;
    box-shadow: -3px 5px 10px -4px rgba(0,0,0,0.85);
}

.permasalahan .list-three{
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    border-radius: 5px;
    width: 200px;
    padding: 5px 0 5px 0;
}

.permasalahan .list-three:hover {
    display: block;
    color: black;
}

.list-three .drop a {
    color: black;
    text-decoration: none;
    margin: 5px 0 5px 10px;
}

.list-three .drop a:hover {
    color: rgb(2, 2, 186);
}

/* dropdown permasalahan end*/

.content ul li a {
    text-decoration: none;
    color: rgb(2, 2, 186);
}

.box-3 {
    display: flex;
    flex-direction: row;
}

.platform {
    padding: 15px;
    display: flex;
    flex-direction: row;
}

.platform a {
    color: aliceblue;
    background-color: rgb(2, 2, 186);
    margin: 0px 5px 0 5px;
    padding: 0 8px 0 8px;
    border-radius: 20px;
    cursor: pointer;
}

.platform a i {
    margin: 13px 5px 0 5px;
}

.platform2 {
    padding: 15px;
    display: flex;
    flex-direction: row;
    visibility: hidden;
    position: fixed;
    z-index: 100;
}

.platform2 a {
    color: aliceblue;
    background-color: rgb(2, 2, 186);
    margin: 0px 5px 0 5px;
    padding: 0 8px 0 8px;
    border-radius: 20px;
    cursor: pointer;
}

.platform2 a i {
    margin: 13px 5px 0 5px;
}

.garis-tiga {
    margin-top: 25px;
    cursor: pointer;
    margin-left: 0px; 
    visibility: hidden;
    position: fixed;
}

.nav-garis {
    width: 35px;
    height: 3px;
    margin-bottom: 5px;
    background-color: black;
}

/* header end */

/* nav start */

nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.banner img {
    width: 1300px;
    box-shadow: 10px 10px 10px -1px rgba(0, 0, 0, 0.342);
}

/* nav end */

/* content start */

content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.visi-on {
    width: 100%;
    background-color: #0088ffd2;
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
}

.visi {
    width: 900px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 20px 0 20px 0;
}

.visi h1 {
    font-weight: 500;
    font-size: 26pt;
    color: white;
}

/* founder start */

.founder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 50px;
    margin-top: 50px;
    background-color: #f7f7f7;
}

.founder-img {
    margin-right: 40px;
}

.founder-img img {
    width: 500px;
    border-radius: 5px;
    box-shadow: 1px -39px 38px -6px rgba(255,255,255,0.75) inset;
}

.shadow {
    width: 500px;
    height: 500px;
    position: absolute;
    margin-top: -505px;
    box-shadow: 1px -39px 38px -6px rgba(255,255,255,0.75) inset;
}

.founder .founder-name {
    width: auto;
    display: flex;
    justify-content: center;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.founder .founder-name h3 {
    font-weight: 600;
    font-size: 20pt;
    opacity: 0.9;
}

.founder-desc {
    width: 600px;
    height: 525px;
    margin-left: 30px;
}

.founder-desc h1 {
    font-size: 30pt;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -30px;
}

.founder-desc .strip {
    width: 120px;
    height: 3px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: rgb(2, 2, 186);
}

.founder-desc p {
    font-size: 14pt;
    opacity: 0.8;
    margin-top: 0;
    text-align: justify;
}

/* founder end */

/* partner start */

.partner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 85px 0;
}

.partner h2 {
    font-weight: 600;
    font-size: 30pt;
    margin-bottom: 10px;
    opacity: 0.8;
}

.partner .strip {
    width: 140px;
    height: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: rgb(183, 183, 255);
}

.partner p {
    font-size: 14pt;
    margin-bottom: 40px;
    opacity: 0.8;
}

.grid-partner {
    display: grid;
    grid-template-columns:auto auto auto auto;
    background-color: white;
    padding: 10px;
}

.partner-img {
    padding: 10px;
    text-align: center;
    margin: 25px 30px 25px 30px;
}

.partner-img img {
    width: 215px;
    height: 50px;
}

/* partner end */

/* about us start */

.text-out {
    width: 1300px;
}

.text-in {
    width: 100%;
}

.text-in h2 {
    font-weight: 600;
    margin-bottom: 0px;
}

.text-in h1 {
    font-weight: 500;
    margin : 0 0 0 0;
}

.text-in p {
    opacity: 0.8;
    font-size: 12pt;
    text-align: justify;
}

.more h4 {
    font-weight: 400;
    font-size: 12pt;
    margin-top: 20px;
    background-color: #0AA8CC;
    padding: 10px 0 10px 18px;
    border: 1px solid #0AA8CC;
    transition: 0.5s;
}

.more h4:hover {
    background-color: white;
    color: #0AA8CC;
    border: 1px solid #0AA8CC;
}

/* about us end */

/* about doctor start */

.doctor-text {
    text-align: center;
    display: flex;
}

.doctor-text .line {
    width: 530px;
    height: 2px;
    background-color: black;
    border-radius: 10px;
    margin: 80px 0 0 0;
}

.doctor-text h1 {
    font-weight: 700;
    margin: 55px 25px 0 25px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    max-width: 1300px;
    height: 725px;
    margin: 20px 0 50px 0;
    overflow-x: auto;
}

.grid-item {
    text-align: center;
    padding: 10px;
    margin: 40px 20px 50px 20px;
    border-radius: 10px;
    background-color: #dde9eb;
    height: 530px;
    width: 350px;
}

.grid-item img {
    width: 350px;
    margin: 0px 0 0 0px;
    display: flex;
}

.grid-item a {
    display: flex;
    width: 200px;
    margin: 20px 20px 0 70px;
    color: black;
    font-size: 16pt;
    text-decoration: none;
    cursor: default;
}

.more-doctor {
    display: flex;
    justify-content: center;
}

.more-doctor a {
    text-decoration: none;
    color:white;
}

.more h4 {
    font-weight: 400;
    font-size: 12pt;
    margin-top: 20px;
    background-color: #0AA8CC;
    padding: 10px 0 10px 18px;
    border: 1px solid #0AA8CC;
    transition: 0.5s;
    width: 155px;
}

.more h4:hover {
    background-color: white;
    color: #0AA8CC;
    border: 1px solid #0AA8CC;
}

/* about doctor end */
/* about problem start*/
.problem-text {
    text-align: center;
    display: flex;
}

.problem-text .line {
    width: 475px;
    height: 2px;
    background-color: black;
    border-radius: 10px;
    margin: 80px 0 0 0;
}

.problem-text h1 {
    font-weight: 700;
    margin: 55px 25px 0 25px;
}

.grid-problem {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 1300px;
    margin-top: 0;
}

.grid-problem-in {
    text-align: center;
    margin: 40px 20px 80px 7px;
    border-radius: 10px;
    background-color: #dde9ebe0;
    width: 300px;
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.grid-problem-in img {
    width: 300px;
    border-radius: 10px 10px 0 0;
    transition: 600ms;
    background-size: cover;
}

.grid-problem-in:hover img {
    transform: scale(1.1);
}

.grid-problem-in .information {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.information .information-left {
    width: 220px;
    margin: 10px 0 0 15px;
}

.information-left h3 {
    text-align: justify;
    margin: 0 auto 0 auto;
    font-size: 12pt;
}

.information-left p {
    text-align: left;
    margin-top: 0;
    font-size: 9pt;
    opacity: 0.7;
}

.information .information-right {
    width: 10px;
    height: 20px;
    margin: 50px 20px 0 0;
}

.information-right a {
    text-decoration: none;
    color: black;
    font-weight: 700;
}

/* about problem end*/
/* about before after start*/
.beaf-text {
    text-align: center;
    display: flex;
}

.beaf-text .line {
    width: 525px;
    height: 2px;
    background-color: black;
    border-radius: 10px;
    margin: 80px 0 0 0;
}

.beaf-text h1 {
    font-weight: 700;
    margin: 55px 25px 0 25px;
}

.grid-beaf {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    margin: 20px 0 50px 0;
}

.grid-beaf .grid-beaf-in {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 20px 30px 0 30px;
    padding-bottom: 25px;
    width: 350px;
    background-color: #dde9ebe0;
    border-radius: 5px;
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
}

.grid-beaf-in h2 {
    margin: 20px auto 0 auto;
}

.grid-beaf-in h4 {
    margin: 0px auto 20px auto;
}

.img-gb {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.img-gb img {
    width: 300px;
    margin-bottom: -10px;
}

/* about before after end*/
/* about testimoni start*/

.swiper-all {
    background-color: #fefefe;
    padding-bottom: 25px;
}

.testi {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.testi .line {
    width: 850px;
    height: 2px;
    background-color: black;
    border-radius: 10px;
    margin: 40px 0 0 0;
}

.testi h1 {
    font-size: 25pt;
    margin: 10px 20px 20px 20px;
}

.swiper {
    width: 1100px;
    height: 350px;
}

.swiper-wrapper .swiper-slide h1 {
    text-align: center;
    font-weight: 700;
    margin: 30px 0 60px 0;
    font-size: 16pt;
}

.swiper-wrapper .swiper-slide p {
    width: 800px;
    margin-left: 150px;
    text-align: center;
    font-size: 14pt;
    font-style: italic;
    opacity: 0.8;
}

.swiper-button-prev::after{
    color: black;
}
.swiper-button-next::after{
    color: black;
}

/* about testimoni end*/
/* content end */

/* footer start */

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #c9dce0;
}

footer .content {
    width: 1700px;
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    padding-bottom: 50px;
}

footer .content .f-img {
    width: 350px;
    margin-left: 10px;
}

.f-img img {
    width: 320px;
    height: 125px;
}

.f-img p {
    color: #212121;
    font-size: 12pt;
    margin-left: 20px;
    margin-top: 5px;
}

footer .f-info {
    display: flex;
    width: 800px;
}

footer .content .f-detail {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.f-detail h2 {
    color: rgb(23, 23, 23);
    font-size: 15pt;
    margin-bottom: 10px;
}

.f-detail a {
    text-decoration: none;
    color: rgb(54, 53, 53);
    font-weight: 600;
    font-size: 14pt;
    transition: 600ms;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.f-detail a:hover {
    color: rgb(0, 0, 0);
}

footer .content .f-location {
    width: 500px;
    margin-right: 50px;
    margin-top: -10px;
}

.f-location h2 {
    font-size: 15pt;
}

.f-location h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13pt;
    letter-spacing: 0px;
    font-weight: 600;
}

.f-location h4 i {
    margin-right: 10px;
}

.f-location p {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 10pt;
    margin-bottom: 5px;
}

.f-location h3 {
    margin-top: 10px;
    font-size: 10pt;
    font-weight: 600;
    margin-bottom: 0px;
}

.f-location h3 i {
    margin-right: 10px;
    font-size: 12pt;
}

.f-location a {
    font-size: 11pt;
    color: black;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}

.f-location a i {
    margin-right: 5px;
    margin-top: 10px;
}

.cp {
    display: flex;
    justify-content: center;
    background-color: rgb(3, 64, 101);
    width: 100%;
}

.cp h5{
    color: white;
    font-weight: 500;
}
/* footer end */

@media screen and (max-width: 900px){

    .header-out {
        background-color: #f7f7f7;
        width: 700px;
    }

    .visi {
        width: 600px;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 20px 0 20px 0;
    }
    
    .visi h1 {
        font-weight: 500;
        font-size: 20pt;
        color: white;
    }
    
    .header-in {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .garis-tiga{
        visibility: visible;
        position: relative;
        z-index: 1;
        margin: 30px 20px 0 0;
        width: 20px;
    }    
    
    .box-3 .platform {
        display: none;
    }

    .content2 .fa-xmark{
        color: red;
        font-size: 40pt;
        width: 10px;
        margin: 20px  0  20px -20px;
        padding-top: 20px;
        cursor: pointer;
    }
    
    .header-in img {
        margin-left: 0px;
    }

    .content {
        display: none;
        margin-right: 0;
    }
    
    .content2 {
        height: 100vh;
        display: flex;
        position: fixed;
        right: 200px;
        width: 100px;
        top: 0;
        z-index: 100;
        margin-right: 0; 
    }

    .content2 ul {
        background-color: #f7f7f7;
        padding-right: 50px;
        flex-direction: column;
        position: absolute;
        height: 100%;
        margin-top: 0;
        top: 0;
    }
    
    .content2 .slide{
        visibility: visible;
        width: 400px;
    }    
    
    .content2 ul li {
        list-style-type: none;
        margin:  10px 10px 0 10px;
        font-size: 12pt;
        color: rgb(2, 2, 186);
        cursor: pointer;
    }
    
    .content2 ul li a {
        text-decoration: none;
        font-size: 16pt;
    }

    nav .banner img {
        width: 650px;
    }

    .text-out {
        width: 650px;
    }
    
    .text-in {
        width: 100%
    }

    .text-in h2 {
        font-size: 14pt;
    }

    .text-in h1 {
        font-size: 14pt;
    }

    .text-in p {
        font-size: 10pt;
    }

    .more h4 {
        font-size: 10pt;
        width: 130px;
        padding: 10px 1px 10px 18px;
    
    }
    
    /* founder */

        
    .founder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 50px 0 150px 0;
        margin-top: 50px;
        background-color: #f7f7f7;
    }

    .founder-img {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .founder-img img {
        width: 500px;
        border-radius: 5px;
        margin-left: 70px;
    }

    .shadow {
        width: 500px;
        height: 500px;
        margin-left: 70px;
        position: absolute;
        margin-top: -75px;
        box-shadow: 1px -39px 38px -6px rgba(255,255,255,0.75) inset;
    }

    .founder .founder-name {
        display: flex;
        justify-content: center;
        margin-top: -20px;
        margin-left: 70px;
    }

    .founder .founder-name h3 {
        font-weight: 600;
        font-size: 20pt;
        opacity: 0.9;
    }

    .founder-desc {
        width: 400px;
    }

    .founder-desc h1 {
        text-align: center;
        font-size: 30pt;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .founder-desc .strip {
        width: 120px;
        height: 3px;
        margin-left: 140px;
        margin-bottom: 20px;
        border-radius: 5px;
        background-color: rgb(2, 2, 186);
    }

    .founder-desc p {
        font-size: 14pt;
        opacity: 0.8;
        margin-top: 0;
        text-align: center;
    }

    /* founder end */
    .grid-partner {
        display: grid;
        grid-template-columns: auto auto;
        background-color: white;
        padding: 10px;
    }

    .doctor-text .line {
        width: 235px;
    }

    .doctor-text h1 {
        font-size: 16pt;
        margin: 65px 25px 0 25px;
    }

    .problem-text .line {
        width: 200px;
    }

    .problem-text h1 {
        font-size: 16pt;
        margin: 65px 25px 0 25px;
    }

    .beaf-text .line {
        width: 240px;
    }
    
    .beaf-text h1 {
        font-size: 14pt;
        margin: 55px 25px 0 25px;
    }

    .testi .line {
        width: 235px;
    }

    .testi h1 {
        font-size: 16pt;
        margin: 25px 25px 0 25px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto;
        width: 650px;
        height: 400px;
        margin: 20px 0 0px 0;
    }
    
    .grid-item {
        text-align: center;
        padding: 10px;
        margin: 40px 10px 0px 10px;
        border-radius: 10px;
        background-color: #dde9eb;
        height: 270px;
        width: 180px;
    }
    
    .grid-item img {
        margin: 0px 0 0 0px;
        width: 180px;
        display: flex;
        position: relative;
    }
    
    .grid-item a {
        display: flex;
        width: 100px;
        margin: 20px 0 0 50px;
        color: black;
        font-size: 8pt;
    }
    
    .grid-problem {
        display: grid;
        grid-template-columns: auto auto;
        width: 600px;
        margin-top: 0;
    }
    
    .grid-problem-in {
        text-align: center;
        margin: 40px 0px 20px 30px;
        border-radius: 10px;
        background-color: #dde9ebe0;
        width: 280px;
        box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
        overflow: hidden;
        position: relative;
        display: inline-block;
    }
    
    .grid-problem-in img {
        width: 280px;
        border-radius: 10px 10px 0 0;
        transition: 600ms;
        background-size: cover;
    }

    .information .information-left {
        width: 200px;
        margin: 10px 0 0 5px;
    }
    
    .information-left h3 {
        text-align: justify;
        margin: 0 auto 0 auto;
        font-size: 10pt;
    }
    
    .information-left p {
        text-align: left;
        margin-top: 0;
        font-size: 8pt;
        opacity: 0.7;
    }
    
    .information .information-right {
        width: 10px;
        height: 20px;
        margin: 40px 20px 0 0;
    }
    
    .information-right a {
        text-decoration: none;
        color: black;
        font-weight: 700;
        font-size: 12pt;
    }

    
    .grid-beaf {
        display: grid;
        grid-template-columns: auto auto auto;
        justify-content: center;
        margin: 20px 0 50px 0;
    }

    .grid-beaf .grid-beaf-in {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 20px 15px 0 15px;
        padding-bottom: 25px;
        width: 190px;
        background-color: #dde9ebe0;
        border-radius: 5px;
        box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
    }

    .grid-beaf-in h2 {
        margin: 20px auto 0 auto;
        font-size: 12pt;
        font-weight: 700;
    }

    .grid-beaf-in h4 {
        margin: 0px auto 20px auto;
        font-size: 10pt;
    }

    .img-gb img {
        width: 190px;
        margin-bottom: -10px;
    }

    .swiper {
        width: 700px;
        height: 350px;
    }
    
    .swiper-wrapper .swiper-slide h1 {
        text-align: center;
        font-weight: 700;
        font-size: 30px;
        margin: 40px 0 50px 0;
    }
    
    .swiper-wrapper .swiper-slide p {
        width: 500px;
        margin-left: 100px;
        text-align: center;
        font-size: 12pt;
        font-style: italic;
        opacity: 0.8;
    }

    /* Footer */
        
    footer {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #c9dce0;
    }

    footer .content {
        width: 1000px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        margin-top: 60px;
        padding-bottom: 50px;
        visibility: visible;
    }

    footer .content .f-img {
        width: 700px;
        margin-left: 3%;
    }

    .f-img img {
        width: 320px;
        height: 125px;
    }

    .f-img p {
        color: #212121;
        font-size: 12pt;
        margin-left: 20px;
        margin-top: 5px;
        width: 600px;
    }

    footer .f-info {
        display: flex;
        width: 800px;
        flex-direction: row;
        margin: 10px 0 0 40px;
    }

    footer .content .f-detail {
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        width: 175px;
    }

    .f-detail h2 {
        color: rgb(23, 23, 23);
        font-size: 16pt;
        margin-bottom: 10px;
    }

    .f-detail a {
        text-decoration: none;
        color: rgb(54, 53, 53);
        font-weight: 600;
        font-size: 12pt;
        transition: 600ms;
        margin-top: 0;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }

    .f-detail a:hover {
        color: rgb(0, 0, 0);
    }

    footer .content .f-location {
        width: 360px;
    }

    .f-location h2 {
        margin-bottom: 10px;
        font-size: 16pt;
    }

    .f-location h4 {
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 14pt;
        letter-spacing: 0px;
    }

    .f-location p {
        margin-top: 0px;
        font-weight: 600;
        letter-spacing: -1px;
    }

    .f-location iframe {
        width: 300px;
        height: 200px;
        box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
        border-radius: 5px;
    }

    .f-contact h2 {
        margin-bottom: 5px;
    }

    .f-contact .social {
        margin-top: 5px;
    }

    .f-contact .social a {
        text-decoration: none;
    }

    .social a i {
        color: rgb(40, 40, 40);
        font-size: 18pt;
        margin-right: 5px;
        font-weight: 600;
        margin-top: 13px;
    }
}

@media screen and (max-width: 700px){

    header{
        background-color: #f7f7f7
    }

    .header-out {
        width: 700px;
    }

    .header-in {
        display: flex;
        justify-content: space-between;
    }

    .visi {
        width: 500px;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 20px 0 20px 0;
    }
    
    .visi h1 {
        font-weight: 500;
        font-size: 16pt;
        color: white;
    }
    
    .garis-tiga{
        visibility: visible;
        position: relative;
        z-index: 1;
        margin: 35px 0 0 0;
        width: 50px;
    }    
    
    .box-3 .platform {
        display: none;
    }

    .content2 .fa-xmark{
        color: red;
        font-size: 22pt;
        width: 10px;
        margin: 20px  0  0 -20px;
        cursor: pointer;
    }
    
    .header-in img {
        margin-left: 20px;
    }

    .content {
        display: none;
        margin-right: 0;
    }

    .platform {
        visibility: hidden;
    }

    
    .content2 {
        height: 100vh;
        display: flex;
        position: fixed;
        right: 200px;
        top: 0;
        z-index: 100;
        margin-right: 0;
        
    }

    .content2 ul {
        background-color: #f7f7f7;
        padding-right: 40px;
        flex-direction: column;
        position: absolute;
        height: 100%;
        margin-top: 0;
        top: 0;
    }
    
    .content2 .slide{
        visibility: visible;
        width: 140px;
    }    
    
    .content2 ul li {
        list-style-type: none;
        margin:  10px 10px 0 10px;
        font-size: 12pt;
        color: rgb(2, 2, 186);
        cursor: pointer;
    }
    
    .content2 ul li a {
        text-decoration: none;
        font-size: 12pt;
    }

    nav .banner img {
        width: 500px;
    }

    .doctor-text h1 {
        margin-top: 50px;
    }

    .text-out {
        width: 500px;
    }
    
    .text-in {
        width: 100%;
        font-size: 10pt;
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto;
        width: 500px;
        height: 430px;
        margin: 20px 0 0px 0;
    }
    
    .grid-item {
        display: flex;
        flex-direction: column;
        padding: 10px;
        margin: 20px 20px 90px 10px;
        border-radius: 10px;
        background-color: #dde9eb;
        height: 300px;
        width: 200px;
    }
    
    .grid-item img {
        margin:0px 0  0px;
        display: flex;
        position: relative;
        width: 200px;
        border-radius: 5px;
    }
    
    .grid-item a {
        display: flex;
        color: black;
        font-size: 8pt;
        width: 120px;
        padding-right: 0px;
        margin-left: 45px;
    }
    
    .grid-problem {
        display: grid;
        grid-template-columns: auto auto;
        width: 500px;
        margin-top: 0;
    }
    .problem-text h1 {
        font-size: 16pt;
        margin: 50px 25px 0 25px;
    }
    
    .grid-problem-in {
        text-align: center;
        margin: 40px 20px 40px 7px;
        border-radius: 10px;
        background-color: #dde9ebe0;
        width: 230px;
        box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
        overflow: hidden;
        position: relative;
        display: inline-block;
    }
    
    .grid-problem-in img {
        width: 330px;
        border-radius: 10px 10px 0 0;
        transition: 600ms;
        background-size: cover;
    }

    .information .information-left {
        width: 220px;
        margin: 10px 0 0 5px;
    }
    
    .information-left h3 {
        text-align: justify;
        margin: 0 auto 0 auto;
        font-size: 12pt;
    }
    
    .information-left p {
        text-align: left;
        margin-top: 0;
        font-size: 8pt;
        opacity: 0.7;
    }
    
    .information .information-right {
        width: 10px;
        height: 20px;
        margin: 40px 20px 0 0;
    }
    
    .information-right a {
        text-decoration: none;
        color: black;
        font-weight: 700;
        font-size: 12pt;
    }

    
    .grid-beaf {
        display: grid;
        grid-template-columns: auto auto auto;
        justify-content: center;
        margin: 20px 0 50px 0;
    }

    .grid-beaf .grid-beaf-in {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 20px 10px 0 10px;
        padding-bottom: 25px;
        width: 150px;
        height: 250px;
        background-color: #dde9ebe0;
        border-radius: 5px;
        box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
    }

    .grid-beaf-in h2 {
        margin: 20px auto 0 auto;
        font-size: 10pt;
        font-weight: 700;
    }

    .grid-beaf-in h4 {
        margin: 0px auto 20px auto;
        font-size: 8pt;
    }

    .img-gb img {
        width: 120px;
        margin-bottom: -10px;
    }

    .swiper {
        width: 500px;
        height: 500px;
    }
    
    .swiper-wrapper .swiper-slide h1 {
        text-align: center;
        font-weight: 500;
        margin: 30px 0 60px 0;
    }
    
    .swiper-wrapper .swiper-slide p {
        width: 300px;
        margin-left: 100px;
        text-align: center;
        font-size: 14pt;
        font-style: italic;
        opacity: 0.8;
    }

    /* Footer */
        
    footer {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #c9dce0;
    }

    footer .content {
        width: 600px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        margin-top: 60px;
        padding-bottom: 50px;
        visibility: visible;
    }

    footer .content .f-img {
        width: 520px;
        margin-left: 3%;
    }

    .f-img img {
        width: 320px;
        height: 125px;
    }

    .f-img p {
        color: #212121;
        font-size: 12pt;
        margin-left: 20px;
        margin-top: 5px;
        width: 550px;
    }

    footer .f-info {
        display: flex;
        width: 600px;
        flex-direction: column;
        margin: 10px 0 0 40px;
    }

    footer .content .f-detail {
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        width: 175px;
    }

    .f-detail h2 {
        color: rgb(23, 23, 23);
        font-size: 16pt;
        margin-bottom: 10px;
    }

    .f-detail a {
        text-decoration: none;
        color: rgb(54, 53, 53);
        font-weight: 600;
        font-size: 12pt;
        transition: 600ms;
        margin-top: 0;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }

    .f-detail a:hover {
        color: rgb(0, 0, 0);
    }

    footer .content .f-location {
        width: 360px;
    }

    .f-location h2 {
        font-size: 14pt;
        margin-top: 30px;
    }
    
    .f-location h4 {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 13pt;
        letter-spacing: 0px;
        font-weight: 600;
    }
    
    .f-location h4 i {
        margin-right: 10px;
    }
    
    .f-location p {
        margin-top: 0px;
        margin-bottom: 5px;
        font-weight: 600;
        letter-spacing: -1px;
        font-size: 10pt;
        margin-bottom: 5px;
    }
    
    .f-location h3 {
        margin-top: 10px;
        font-size: 10pt;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .f-location h3 i {
        margin-right: 10px;
        font-size: 12pt;
    }
    
    .f-location a {
        font-size: 11pt;
        color: black;
        text-decoration: none;
        font-weight: 600;
        margin-top: 10px;
    }
    
    .f-location a i {
        margin-right: 5px;
        margin-top: 10px;
    }
    /* Founder Start */

    .founder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 50px 0 0px 0;
        margin-top: 50px;
        background-color: #f7f7f7;
    }

    .founder-img {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .founder-img img {
        width: 500px;
        border-radius: 5px;
        margin-left: 50px;
    }

    .shadow {
        width: 500px;
        height: 500px;
        margin-left: 50px;
        position: absolute;
        margin-top: -55px;
        box-shadow: 1px -39px 38px -6px rgba(255,255,255,0.75) inset;
    }

    .founder .founder-name {
        display: flex;
        justify-content: center;
        margin-top: -20px;
        margin-left: 50px;
    }

    .founder .founder-name h3 {
        font-weight: 600;
        font-size: 16pt;
        opacity: 0.9;
    }

    .founder-desc {
        width: 400px;
    }

    .founder-desc h1 {
        text-align: center;
        font-size: 20pt;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .founder-desc .strip {
        width: 120px;
        height: 3px;
        margin-left: 140px;
        margin-bottom: 20px;
        border-radius: 5px;
        background-color: rgb(2, 2, 186);
    }

    .founder-desc p {
        font-size: 12pt;
        opacity: 0.8;
        margin-top: 0;
        text-align: center;
    }

    /* Founder End */
}

@media screen and (max-width: 600px){
    header{
        background-color: #f7f7f7
    }

    .visi {
        width: 400px;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 20px 0 20px 0;
    }
    
    .visi h1 {
        font-weight: 500;
        font-size: 14pt;
        color: white;
    }

    .header-out {
        width: 560px;
    }

    .header-in {
        display: flex;
        justify-content: space-between;
    }
    
    .garis-tiga{
        visibility: visible;
        position: relative;
        z-index: 1;
        margin: 25px 0 0 0;
        width: 50px;
    }    
    
    .box-3 .platform {
        display: none;
    }

    .content2 .fa-xmark{
        color: red;
        font-size: 20pt;
        width: 10px;
        margin: 20px  0  0 -20px;
        cursor: pointer;
    }
    
    .header-in img {
        margin-left: 20px;
        width: 100px;
        height: 45px;
    }

    .content {
        display: none;
        margin-right: 0;
    }

    .platform {
        visibility: hidden;
    }
    
    .content2 {
        height: 100vh;
        display: flex;
        position: fixed;
        right: 200px;
        top: 0;
        z-index: 100;
        margin-right: 0;
    }

    .content2 ul {
        background-color: #f7f7f7;
        flex-direction: column;
        position: absolute;
        height: 100%;
        margin-top: 0;
        top: 0;
    }
    
    .content2 .slide{
        visibility: visible;
        width: 140px;
    }    
    
    .content2 ul li {
        list-style-type: none;
        margin:  10px 10px 0 10px;
        font-size: 8pt;
        color: rgb(2, 2, 186);
        cursor: pointer;
    }
    
    .content2 ul li a {
        text-decoration: none;
        font-size: 12pt;
    }

    nav .banner img {
        width: 450px;
    }

    /* founder start */

    .founder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 50px 0 0px 0;
        margin-top: 50px;
        background-color: #f7f7f7;
    }

    .founder-img {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .founder-img img {
        width: 350px;
        border-radius: 5px;
        margin-left: 60px;
    }

    .shadow {
        width: 350px;
        height: 350px;
        margin-left: 60px;
        position: absolute;
        margin-top: -75px;
        box-shadow: 1px -39px 38px -6px rgba(255,255,255,0.75) inset;
    }

    .founder .founder-name {
        display: flex;
        justify-content: center;
        margin-top: 5px;
        margin-left: 70px;
    }

    .founder .founder-name h3 {
        font-weight: 600;
        font-size: 15pt;
        opacity: 0.9;
    }

    .founder-desc {
        width: 400px;
    }

    .founder-desc h1 {
        text-align: center;
        font-size: 20pt;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .founder-desc .strip {
        width: 120px;
        height: 3px;
        margin-left: 140px;
        margin-bottom: 20px;
        border-radius: 5px;
        background-color: rgb(2, 2, 186);
    }

    .founder-desc p {
        font-size: 12pt;
        opacity: 0.8;
        margin-top: 0;
        text-align: center;
    }

    /* founder end */

    .grid-partner {
        display: grid;
        grid-template-columns: auto auto;
        background-color: white;
        padding: 10px;
    }

    .partner-img img {
        width: 150px;
        height: 50px;
    }

    .text-out {
        width: 450px;
        margin-top: 0px;
    }
    
    .text-in {
        width: 100%;
    }

    .doctor-text h1 {
        margin-top: 50px;
        font-size: 14pt;
    }


    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto;
        width: 450px;
        height: 400px;
        margin: 20px 0 0px 0;
    }
    
    .grid-item {
        display: flex;
        flex-direction: column;
        padding: 10px;
        margin: 20px 20px 90px 10px;
        border-radius: 10px;
        background-color: #dde9eb;
        height: 265px;
        width: 175px;
    }
    
    .grid-item img {
        margin:0px 0  0px;
        display: flex;
        position: relative;
        width: 175px;
        border-radius: 5px;
    }
    
    .grid-item a {
        display: flex;
        color: black;
        font-size: 8pt;
        width: 100px;
        padding-right: 0px;
        margin-left: 40px;
    }
    
    .grid-problem {
        display: grid;
        grid-template-columns: auto auto;
        width: 400px;
        margin-top: 0;
    }
    
    .grid-problem-in {
        text-align: center;
        margin: 40px 10px 40px 5px;
        border-radius: 10px;
        background-color: #dde9ebe0;
        width: 215px;
        box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
        overflow: hidden;
        position: relative;
        display: inline-block;
    }
    
    .grid-problem-in img {
        width: 215px;
        border-radius: 10px 10px 0 0;
        transition: 600ms;
        background-size: cover;
    }

    .information .information-left {
        width: 220px;
        margin: 10px 0 0 5px;
    }
    
    .information-left h3 {
        text-align: justify;
        margin: 0 auto 0 auto;
        font-size: 10pt;
    }
    
    .information-left p {
        text-align: left;
        margin-top: 0;
        font-size: 8pt;
        opacity: 0.7;
    }
    
    .information .information-right {
        width: 10px;
        height: 20px;
        margin: 40px 20px 0 0;
    }
    
    .information-right a {
        text-decoration: none;
        color: black;
        font-weight: 700;
        font-size: 12pt;
    }
    
    .grid-beaf {
        display: grid;
        grid-template-columns: auto auto auto;
        justify-content: center;
        margin: 20px 0 50px 0;
    }

    .grid-beaf .grid-beaf-in {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 20px 10px 0 10px;
        padding-bottom: 25px;
        width: 135px;
        height: 225px;
        background-color: #dde9ebe0;
        border-radius: 5px;
        box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
    }

    .grid-beaf-in h2 {
        margin: 15px auto 0 auto;
        font-size: 8pt;
        font-weight: 700;
    }

    .grid-beaf-in h4 {
        margin: 0px auto 0px auto;
        font-size: 8pt;
    }

    .img-gb img {
        width: 120px;
        margin-top: 15px;
    }

    .swiper {
        width: 500px;
        height: 300px;
    }
    
    .swiper-wrapper .swiper-slide h1 {
        text-align: center;
        font-weight: 600;
        margin: 40px 0 10px 0;
        font-size: 14pt;
    }
    
    .swiper-wrapper .swiper-slide p {
        width: 300px;
        margin-left: 100px;
        text-align: center;
        font-size: 9pt;
        font-style: italic;
        opacity: 0.8;
    }
    
    .more-doctor a {
        text-decoration: none;
        color:white;
    }
    
    .more h4 {
        font-weight: 400;
        font-size: 10pt;
        margin-top: 20px;
        background-color: #0AA8CC;
        padding: 10px 0 10px 18px;
        border: 1px solid #0AA8CC;
        transition: 0.5s;
        width: 120px;
    }
    
    .more h4:hover {
        background-color: white;
        color: #0AA8CC;
        border: 1px solid #0AA8CC;
    }

    /* Footer */
        
    footer {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #c9dce0;
    }

    footer .content {
        width: 560px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        margin-top: 60px;
        padding-bottom: 50px;
        margin-left: 0;
        visibility: visible;
    }

    footer .content .f-img {
        width: 500px;
        margin-left: 3%;
    }

    .f-img img {
        width: 320px;
        height: 125px;
    }

    .f-img p {
        color: #212121;
        font-size: 10pt;
        margin-left: 20px;
        margin-top: 5px;
        width: 400px;
    }

    footer .f-info {
        display: flex;
        width: 300px;
        flex-direction: column;
        margin: 10px 0 0 30px;
    }

    footer .content .f-detail {
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        width: 175px;
    }

    .f-detail h2 {
        color: rgb(23, 23, 23);
        font-size: 16pt;
        margin-bottom: 10px;
    }

    .f-detail a {
        text-decoration: none;
        color: rgb(54, 53, 53);
        font-weight: 600;
        font-size: 12pt;
        transition: 600ms;
        margin-top: 0;
        margin-bottom: 10px;
        letter-spacing: -1px;
    }

    .f-detail a:hover {
        color: rgb(0, 0, 0);
    }

    footer .content .f-location {
        width: 360px;
    }

    .f-location h2 {
        margin-bottom: 10px;
        font-size: 16pt;
    }

    .f-location h4 {
        margin-top: 15px;
        margin-bottom: 0px;
        font-size: 14pt;
        letter-spacing: 0px;
    }

    .f-location p {
        margin-top: 0px;
        font-weight: 600;
        letter-spacing: -1px;
    }

    .f-location iframe {
        width: 300px;
        height: 200px;
        box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.342);
        border-radius: 5px;
    }

    .f-contact h2 {
        margin-bottom: 5px;
    }

    .f-contact .social {
        margin-top: 5px;
    }

    .f-contact .social a {
        text-decoration: none;
    }

    .social a i {
        color: rgb(40, 40, 40);
        font-size: 18pt;
        margin-right: 5px;
        font-weight: 600;
        margin-top: 13px;
    }
}

@media screen and (max-width: 500px) {
    header {
        background-color: #f7f7f7;
    }

    .visi {
        width: 300px;
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 20px 0 20px 0;
    }
    
    .visi h1 {
        font-weight: 500;
        font-size: 14pt;
        color: white;
    }

    .header-out {
        width: 480px;
    }

    .header-in {
        display: flex;
        justify-content: space-between;
    }
    
    .garis-tiga {
        visibility: visible;
        position: relative;
        z-index: 1;
        margin: 20px 0 0 0;
        width: 40px;
    }    

    .box-3 .platform {
        display: none;
    }

    .content2 .fa-xmark {
        color: red;
        font-size: 18pt;
        width: 8px;
        margin: 15px 0 0 -15px;
        cursor: pointer;
    }
    
    .header-in img {
        margin-left: 15px;
        width: 80px;
        height: 40px;
    }

    .content {
        display: none;
        margin-right: 0;
    }

    .platform {
        visibility: hidden;
    }
    
    .content2 {
        height: 100vh;
        display: flex;
        position: fixed;
        right: 120px;
        top: 0;
        z-index: 100;
        margin-right: 0;
    }

    .content2 ul {
        background-color: #f7f7f7;
        flex-direction: column;
        position: absolute;
        height: 100%;
        margin-top: 0;
        top: 0;
    }
    
    .content2 .slide {
        visibility: visible;
        width: 200px;
    }    

    .content2 ul li {
        list-style-type: none;
        margin: 8px 8px 0 8px;
        font-size: 7pt;
        color: rgb(2, 2, 186);
        cursor: pointer;
    }
    
    .content2 ul li a {
        text-decoration: none;
        font-size: 10pt;
    }

    nav .banner img {
        width: 380px;
    }

    .text-out {
        width: 380px;
        margin-top: 15px;
    }

    .text-in {
        width: 100%;
    }

    .doctor-text h1 {
        margin-top: 55px;
        font-size: 12pt;
    }

    /* Grid Containers */
    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto;
        width: 350px;
        height: 475px;
        margin: 15px 0 40px 20px;
    }

    .grid-item {
        padding: 8px;
        margin: 15px 15px 60px 5px;
        border-radius: 10px;
        background-color: #dde9eb;
        height: 375px;
        width: 250px;
    }

    .grid-item img {
        width: 250px;
        border-radius: 5px;
    }

    .grid-item a {
        font-size: 10pt;
        width: 180px;
        margin-left: 40px;
    }

    .grid-problem {
        grid-template-columns: auto;
        justify-content: center;
        width: 370px;
        margin-top: 10px;
    }

    .grid-problem-in {
        margin: 20px 5px 20px 5px;
        width: 200px;
    }

    .grid-problem-in img {
        width: 200px;
    }

    /* Information Section */
    .information .information-left {
        width: 180px;
        margin: 5px 0 0 3px;
    }

    .information-left h3 {
        font-size: 10pt;
    }

    .information-left p {
        font-size: 7pt;
    }

    .information .information-right {
        width: 8px;
        height: 18px;
        margin: 30px 15px 0 0;
    }

    .information-right a {
        font-size: 10pt;
    }

    /* Grid Beaf */
    .grid-beaf {
        grid-template-columns: auto;
        margin: 10px 0 30px 0;
    }

    .grid-beaf .grid-beaf-in {
        margin: 10px 5px 30px 5px;
        padding-bottom: 15px;
        width: 220px;
        height: 400px;
    }

    .grid-beaf-in h2 {
        font-size: 7pt;
    }

    .grid-beaf-in h4 {
        font-size: 7pt;
    }

    .img-gb img {
        width: 200px;
        margin-top: 10px;
    }

    /* Swiper */
    .swiper {
        width: 420px;
        height: 250px;
    }

    .swiper-wrapper .swiper-slide h1 {
        font-size: 10pt;
        margin: 30px 0 8px 0;
    }

    .swiper-wrapper .swiper-slide p {
        width: 280px;
        margin-left: 70px;
        font-size: 8pt;
    }

    
    .swiper-button-next::after{
        --swiper-navigation-size : 20px;
    }
    
    .swiper-button-prev::after{
        --swiper-navigation-size : 20px;
    }
    
    /* More Doctor */
    .more-doctor a {
        color: white;
    }

    .more h4 {
        font-size: 10pt;
        padding: 8px 0 8px 15px;
        width: 120px;
    }
    .more h4:hover {
        background-color: white;
        color: #0AA8CC;
        border: 1px solid #0AA8CC;
    }

    /* Footer */
    footer {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #c9dce0;
    }

    footer .content {
        width: 480px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        margin-top: 50px;
        padding-bottom: 40px;
        margin-left: 0;
        visibility: visible;
    }

    footer .content .f-img {
        width: 380px;
        margin-left: 2%;
    }

    .f-img img {
        width: 280px;
        height: 110px;
    }

    .f-img p {
        color: #212121;
        font-size: 9pt;
        margin-left: 15px;
        margin-top: 5px;
        width: 380px;
    }

    footer .f-info {
        display: flex;
        width: 280px;
        flex-direction: column;
        margin: 8px 0 0 20px;
    }

    footer .content .f-detail {
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        width: 160px;
    }

    .f-detail h2 {
        color: rgb(23, 23, 23);
        font-size: 14pt;
        margin-bottom: 8px;
    }

    .f-detail a {
        text-decoration: none;
        color: rgb(54, 53, 53);
        font-weight: 600;
        font-size: 10pt;
        transition: 600ms;
        margin-top: 0;
        margin-bottom: 8px;
        letter-spacing: -1px;
    }

    .f-detail a:hover {
        color: rgb(0, 0, 0);
    }

    footer .content .f-location {
        width: 320px;
    }

    .f-location h2 {
        font-size: 12pt;
        margin-top: 30px;
    }
    
    .f-location h4 {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 10pt;
        letter-spacing: 0px;
        font-weight: 600;
    }
    
    .f-location h4 i {
        margin-right: 10px;
    }
    
    .f-location p {
        margin-top: 0px;
        margin-bottom: 5px;
        font-weight: 600;
        letter-spacing: -1px;
        font-size: 8pt;
        margin-bottom: 5px;
    }
    
    .f-location h3 {
        margin-top: 10px;
        font-size: 10pt;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .f-location h3 i {
        margin-right: 10px;
        font-size: 10pt;
    }
    
    .f-location a {
        font-size: 10pt;
        color: black;
        text-decoration: none;
        font-weight: 600;
        margin-top: 10px;
    }
    
    .f-location a i {
        margin-right: 5px;
        margin-top: 10px;
    }

    /* founder */

    .founder {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 50px 0 0px 0;
        margin-top: 50px;
        background-color: #f7f7f7;
    }

    .founder-img {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .founder-img img {
        width: 300px;
        border-radius: 5px;
        margin-left: 50px;
    }

    .shadow {
        width: 300px;
        height: 300px;
        margin-left: 50px;
        position: absolute;
        margin-top: -75px;
        box-shadow: 1px -39px 38px -6px rgba(255,255,255,0.75) inset;
    }

    .founder .founder-name {
        display: flex;
        justify-content: center;
        margin-top: 5px;
        margin-left: 50px;
    }

    .founder .founder-name h3 {
        font-weight: 600;
        font-size: 15pt;
        opacity: 0.9;
    }

    .founder-desc {
        width: 300px;
    }

    .founder-desc h1 {
        text-align: center;
        font-size: 16pt;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .founder-desc .strip {
        width: 120px;
        height: 3px;
        margin-left: 88px;
        margin-bottom: 20px;
        border-radius: 5px;
        background-color: rgb(2, 2, 186);
    }

    .founder-desc p {
        font-size: 10pt;
        opacity: 0.8;
        margin-top: 0;
        text-align: center;
    }

    .grid-partner {
        display: grid;
        grid-template-columns: auto;
        background-color: white;
        padding: 10px;
    }

    .partner-img img {
        width: 250px;
        height: 70px;
    }
}

@media screen and (max-width: 400px) {
    .partner h2 {
        font-size: 20pt;
    }

    .partner .strip {
        width: 80px;
    }

    .partner p {
        font-size: 10pt;
    }

    .grid-partner {
        display: grid;
        grid-template-columns: auto;
        background-color: white;
        padding: 10px;
    }

    .partner-img img {
        width: 200px;
        height: 60px;
    }

    /*=============== founder =============*/

    .founder-img img {
        width: 260px;
        border-radius: 5px;
        margin-left: 40px;
    }

    .founder .founder-name h3 {
        font-weight: 600;
        font-size: 10pt;
        opacity: 0.9;
    }

    .founder-desc {
        width: 240px;
    }

    .founder-desc h1 {
        text-align: center;
        font-size: 12pt;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .founder-desc .strip {
        width: 120px;
        height: 3px;
        margin-left: 58px;
        margin-bottom: 20px;
        border-radius: 5px;
        background-color: rgb(2, 2, 186);
    }

    .founder-desc p {
        font-size: 8pt;
        opacity: 0.8;
        margin-top: 0;
        text-align: center;
    }

    /* Swiper */
    .swiper {
        width: 300px;
        height: 200px;
    }

    .swiper-wrapper .swiper-slide h1 {
        font-size: 10pt;
        margin: 30px 0 8px 0;
    }

    .swiper-wrapper .swiper-slide p {
        width: 240px;
        margin-left: 30px;
        font-size: 6pt;
    }
    
    .swiper-button-next::after{
        --swiper-navigation-size : 20px;
    }
    
    .swiper-button-prev::after{
        --swiper-navigation-size : 20px;
    }

    /* list doctor */

    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto;
        width: 250px;
        height: 415px;
        margin: 15px 0 40px 20px;
    }

    .grid-item {
        padding: 8px;
        margin: 15px 15px 60px 5px;
        border-radius: 10px;
        background-color: #dde9eb;
        height: 315px;
        width: 210px;
    }

    .grid-item img {
        width: 210px;
        border-radius: 5px;
    }

    .grid-item a {
        font-size: 9pt;
        width: 140px;
        margin-left: 40px;
    }

    footer .content .f-img {
        width: 280px;
        margin-left: 2%;
    }

    .f-img p {
        color: #212121;
        font-size: 9pt;
        margin-left: 15px;
        margin-top: 5px;
        width: 300px;
    }

    nav .banner img {
        width: 280px;
    }

    .text-out {
        width: 280px;
        margin-top: 15px;
    }

    .text-in {
        width: 100%;
    }

    .text-in h2 {
        font-size: 8pt;
    }

    .text-in h1 {
        font-size: 10pt;
    }

    .text-in p {
        font-size: 6pt;
    }

    /* footer end */

    .problem-text h1{
        font-size: 8pt;
        margin-top: 0px;
    }

    .problem-text .line {
        margin-top: 15px;
    }

    .beaf-text h1{
        font-size: 8pt;
        margin-top: 0px;
    }

    .beaf-text .line {
        margin-top: 15px;
    }

    .more h4 {
        font-size: 9pt;
        padding: 8px 0 8px 15px;
        width: 120px;
    }

    .grid-problem {
        grid-template-columns: auto;
        justify-content: center;
        width: 280px;
        margin-top: 10px;
    }

    .grid-problem-in {
        margin: 20px 5px 20px 5px;
        width: 200px;
    }

    .grid-problem-in img {
        width: 200px;
    }

    /* Information Section */
    .information .information-left {
        width: 180px;
        margin: 5px 0 0 3px;
    }

    .information-left h3 {
        font-size: 10pt;
    }

    .information-left p {
        font-size: 7pt;
    }

    .information .information-right {
        width: 8px;
        height: 18px;
        margin: 30px 15px 0 0;
    }

    .information-right a {
        font-size: 10pt;
    }
}