@media screen and (max-width: 1399px) {
    /* Section Why */
    .section-why .why-point img{
        max-width: 47.5px;
    }
    .section-why .why-point.title{
        font-size: 18px;
        line-height: 25px;

        margin-top:20px;
        margin-left:20px;
    }
    .section-why .why-description{
        font-size: 15px;

        margin-top:-10px;
        margin-left:72px;

    }
    /* Section Why */

    /* Section Jadi Bagian Medicalian */
    .section-bagian .section-content .description{
        position: absolute;
        top: 50;
        right: 30;
        width: 50%;
    }
    .section-bagian .section-content .btn-cta{
        margin-top:-10px;
    }
    /* Section Jadi Bagian Medicalian */
}
@media screen and (max-width: 1199px) {
     /* Section Why */
     .section-why .why-point img{
        max-width: 40.5px;
    }
    .section-why .why-point.title{
        margin-left:15px;
    }
    .section-why .why-description{
        font-size: 14px;
        
        margin-left:60px;
    }
    /* Section Why */

    /* Section Banner Darurat */
    .section-banner-darurat{
        margin-top: 50px;
        background-repeat: no-repeat;
        background-size:100% 240px;
        /* height: 940px !important; */
    }
    /* Section Banner Darurat */

    /* Section Jadi Bagian Medicalian */
    .section-bagian .section-content .description{
        position: absolute;
        top: 30;
        right: 30;
        width: 50%;
    }
    .section-bagian .section-content .btn-cta{
        margin-top:-10px;
    }
    .section-bagian .section-content .content-title{
        max-width: 100%;
        font-size: 18px;
        line-height: 25px;
    }
    .section-bagian .section-content .content-description{
        font-size: 14.5px;
    }
    /* Section Jadi Bagian Medicalian */

    /* Section Contact Medicalian */
    .section-contact .contact-element img{
        max-width: 40px;
    }
    .section-contact .contact-element .description .text-contact{
        font-size: 20px;
    }
    /* Section Contact Medicalian */
}
@media screen and (max-width: 991px) {
    /* Navbar Section */
    .navbar-nav{
        text-align: left !important;
        margin-left: -15px !important;
    }
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer;
        border: transparent;
    }
    button:focus:not(:focus-visible) {
        border: transparent;
        outline: transparent;
    }
    button:focus:not(:focus-visible) {
        outline: transparent;
        border: transparent;
    }
    /* Navbar Section */

    /* Section Carousel */
    .section-hero-detail{
        /* border: 1px solid red; */
        width:100%;
        top: 35%;
        margin-left:-15.3px;
    }
    .section-hero-detail .title{
        font-size: 55px;
        line-height: 67px;

        /* border: 1px solid red; */
    }
    .section-hero-detail .description{
        font-size: 18px;
        line-height: 32px;

        width:60%;
        /* border: 1px solid red; */
    }
    /* Section Carousel */

    /* Section Program */
    .section-program .main {
        grid-template-columns: auto auto;
    }
    /* Section Program */

    /* Section Count */
    .section-count .main {
        grid-template-columns: 50% 50%;
        grid-row-gap: 2px;
        grid-column-gap: 2px;
        padding-left:25px;
    }
    .section-count .card-count{
        margin-top:50px;
    }
    /* Section Count */

    /* Section Pengalaman Pasien */
    .section-cek-kesehatan .content{
        overflow-x: hidden !important;
    }
    .section-pengalaman-pasien .section-content .content .card-pengalaman{
        width: 90%;
    }
    .section-pengalaman-pasien .section-content .content .main {
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 20px;
        grid-column-gap: 20px;
    }
    /* Section Pengalaman Pasien */

    /* Section Jadi Bagian Medicalian */
    .section-bagian .section-content .content-body{
        margin-top:20px;
    }
    .section-bagian .section-content .description{
        position: absolute;
        top: 80;
        right: 30;
        width: 50%;
    }
    .section-bagian .section-content .content-title{
        font-size: 22px;
        font-weight: 700;
    }
    .section-bagian .section-content .content-description{
        font-size: 18px;
        font-weight: 400;

        margin-top:5px;
        margin-bottom: 20px;
    }
    .section-bagian .section-content .btn-cta{
        margin-top: 10px;
    }
    /* Section Jadi Bagian Medicalian */

    /* Section Mitra Medicalian */
    .section-mitra .main {
        grid-template-columns: auto auto auto;
    }
    /* Section Mitra Medicalian */

    /* Section Artikel */
    .section-artikel .section-content .artikel-card{
        margin-bottom: 30px;
    }
    /* Section Artikel */

    /* Section Contact Medicalian */
    .section-contact .contact-element img{
        max-width: 25px;
        margin-top:-25px
    }
    .section-contact .contact-element .description .text-contact{
        font-size: 15px;
    }
    .section-contact .contact-element .description .name{
        margin-top: 0px;
        font-size: 10px;
        line-height: 12px;
    }
    /* Section Contact Medicalian */

    /* Footer */
    .section-footer .main {
        grid-template-columns: auto 30%;
    }
    .section-footer .footer-element .footer-menu .title{
        font-size: 14px;
        line-height: 24px;
    }
    .section-footer .footer-element .footer-menu .menu{
        font-size: 14px;
        line-height: 24px;
    }
    .section-footer .footer-element .icon-sosmed{
        margin-top: 20px;
    }
    .section-footer .footer-element .icon-sosmed img{
        max-width: 30px;
    }
    .section-footer .footer-element .footer-menu .title-alamat{
        font-size: 14px;
        line-height: 24px;
    }
    .section-footer .footer-element .footer-menu .alamat{
        font-size: 14px;
        line-height: 24px;
    }
    /* Footer */
}
@media screen and (max-width: 850px) {
}
@media screen and (min-width: 767px) {
    /* Section Pengalaman Pasien */
    .section-pengalaman-pasien .section-content .small-ilustrasi{
        display: none;
    }
    .section-pengalaman-pasien .section-content .large-ilustrasi{
        display: block;
    }
    /* Section Pengalaman Pasien */
   
    /* Section Banner Darurat */
    .section-banner-darurat.small-banner{
        display: none;
    }
    .section-banner-darurat.large-banner{
        display: block;
    }
    /* Section Banner Darurat */
}
@media screen and (max-width: 767px) {
    /* Section Global */
    .section-title{
        font-size: 28px;
    }
    /* Section Global */
    
    /* Section Carousel */
    .section-hero-detail{
        /* border: 1px solid red; */
        width:100%;
        top: 300px !important;
        margin-left:-15.3px;
    }
    .section-hero-detail .title{
        font-size: 45px;
        line-height: 67px;

        /* border: 1px solid red; */
    }
    .section-hero-detail .description{
        margin-top: 10px;
        
        font-size: 16px;
        line-height: 32px;
        
        width:60%;
        /* border: 1px solid red; */
    }
    .section-hero-detail .call-to-action{
        margin-top:-25px;
    }
    .btn-cta{
        padding: 5px 10px 5px 10px;

        font-size: 14px;
        line-height: 24px;
    }
    .btn-cta-more{
        padding: 5px 10px 5px 10px;
        margin-left:10px;
    
        font-size: 14px;
        line-height: 24px;

        background-color: transparent !important;
        border: 1px solid #FFFFFF !important;
        color: white !important;
    }
    /* Section Carousel */

    /* Section Count */
    .section-count .main {
        padding-left:0px;
    }
    /* Section Count */

    /* Section Pengalaman Pasien */
    .section-pengalaman-pasien .section-content .small-ilustrasi{
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .section-pengalaman-pasien .section-content .large-ilustrasi{
        display: none;
    }
    /* Section Pengalaman Pasien */

    /* Section Banner Darurat */
    .section-banner-darurat.large-banner{
        display: none;
    }
    .section-banner-darurat.small-banner{
        margin-top: -50px;
        display: block;
        
        height: 450px;
        background-image: none !important;
        background-color: #108D85;
        position: relative;
        border-radius: 20px;
    }
    .section-banner-darurat.small-banner .img-ilustrasi-darurat{
        text-align: center;
        position: absolute;
        bottom: 0px;
    }
    .section-banner-darurat.small-banner .img-ilustrasi-darurat img{
        max-width: 100%;
    }
    .section-banner-darurat.small-banner .left-element{
        width: 100%;
        margin-top: 15%;
        margin-left: 0;
        margin-right: 0;
        bottom: 40%;
        text-align: center;
    }
    .section-banner-darurat .left-element .title{
        font-size: 26px;
        text-align: center;
    }
    .section-banner-darurat .left-element .description{
        max-width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .section-banner-darurat .right-element{
        margin-top: 10%;
        margin-right: 0;
        top: 27%;

        position: absolute;
        left:20%;
        right:20%;
    }

    .section-banner-darurat .right-element .hotline .title{
        font-size: 16px;
        text-align: center;
    }
    .section-banner-darurat .right-element .hotline .description{
        font-size: 16px;
        text-align: center;
    }
    .btn-hotline{
        margin-top: 15px;
        padding:10px;
        background-color: #F45454;
        border: 1px solid #F45454;
        color: white;
        border-radius: 100px;
        max-width: 100%;
        width: 100%;
    }
    /* Section Banner Darurat */

    /* Section Jadi Bagian Medicalian */
    .section-bagian .section-content .description{
        position: absolute;
        top: 45;
        right: 30;
        width: 50%;
    }
    .section-bagian .section-content .content-title{
        font-size: 20px;
        font-weight: 700;
    }
    .section-bagian .section-content .content-description{
        font-size: 16px;
        font-weight: 400;

        margin-top:5px;
        margin-bottom: 20px;
    }
    .section-bagian .section-content .btn-cta{
        margin-top: -10px;
    }
    /* Section Jadi Bagian Medicalian */

    /* Section Mitra Medicalian */
    .section-mitra{
        margin-top:50px;
    }
    .section-mitra .main {
        grid-template-columns: auto auto;
    }
    /* Section Mitra Medicalian */

    /* Section Contact Medicalian */
    .section-contact .main {
        grid-template-columns: 100%;
        padding-left:10%;
        padding-right:10%;
    }
    .section-contact .contact-element img{
        max-width: 35px;
        width: 100%;
        margin-top:-25px
    }
    .section-contact .contact-element{
        padding-left:20%;
        padding-right:20%;
    }
    .section-contact .contact-element .description .text-contact{
        font-size: 18px;
        line-height: 25px;
    }
    .section-contact .contact-element .description .name{
        margin-top: 3px;
        font-size: 10px;
        line-height: 16px;
    }
    /* Section Contact Medicalian */

    /* Footer */
    .section-footer .main {
        grid-template-columns: auto;
    }
    .section-footer .footer-element .footer-menu .title{
        font-size: 14px;
        line-height: 24px;
    }
    .section-footer .footer-element .footer-menu .menu{
        font-size: 14px;
        line-height: 24px;
    }
    .section-footer .footer-element .icon-ilustrasi img{
        margin-top:20px;
        max-width: 50%;
        /* width: 100%; */
        height: auto;
        text-align: center;
    }
    .section-footer .footer-element .icon-sosmed{
        margin-top: 20px;
        text-align: center;
        margin-bottom:-20px;
    }
    .section-footer .footer-element .icon-sosmed img{
        padding-left: 2px;
        padding-right: 2px;
        max-width: 30px;
        width: 100%;
        text-align: center;
    }
    .section-footer .footer-element .footer-menu .title-alamat{
        font-size: 14px;
        line-height: 24px;
    }
    .section-footer .footer-element .footer-menu .alamat{
        font-size: 14px;
        line-height: 24px;
    }
    /* Footer */
}
@media screen and (max-width: 672px){
    /* Section Count */
    .section-count .card-count .content{
        margin: 10px 0 20px 0;
    }
    .section-count .card-count .content .title{
        font-size: 45px;
    }
    .section-count .card-count .content .name{
        margin: 5px 0 10px 0;
    }
    /* Section Count */
}
@media screen and (min-width: 631px){
    /* Section Carousel */
    /* .custom-slider-fluid .carousel-inner-small{
        display: none;
    }
    .custom-slider-fluid .carousel-inner{
        display: block;
    } */
    /* Section Carousel */
}
@media screen and (max-width: 630px){
    /* Section Carousel */
    .custom-slider-fluid .carousel-inner{
        display: none;
    }
    .custom-slider-fluid .carousel-inner-small{
        display: block;
    }
    .custom-slider-fluid .carousel-inner-small img{
        /* display: block; */
        height: 100vh !important;
        line-height: 1;
        width: 100vw !important;
        max-width: 100vw !important;
    }
    /* Section Carousel */
    .section-hero-detail{
        width:100%;
        top: 435px !important;
        margin-left:-15.3px;
    }
    .section-hero-detail .description{   
        width:93.5% !important;
    }
    /* Section Carousel */
}
@media screen and (max-width: 602px){
    /* Section Carousel */
    .section-hero-detail{
        width:100%;
        top: 400px !important;
        margin-left:-15.3px;
    }
    .section-hero-detail .description{   
        width:93.5% !important;
    }
    /* Section Carousel */
}
@media screen and (max-width: 575px) {

    /* Section Carousel */
    .section-hero-detail{
        width:100%;
        top: 430px !important;
        margin-left:10px;
    }
    .section-hero-detail .title{
        font-size: 35px;
        line-height: 50px;
        width:100%;

        /* border: 1px solid red; */
    }
    .section-hero-detail .description{
        margin-top: 5px;
        
        font-size: 16px;
        line-height: 32px;
        
        width:80%;
        /* border: 1px solid red; */
    }
    .section-hero-detail .call-to-action{
        margin-top:-30px;
    }
    .btn-cta{
        padding: 5px 10px 5px 10px;

        font-size: 14px;
        line-height: 24px;
    }
    .btn-cta-more{
        padding: 5px 10px 5px 10px;
        margin-left:10px;
    
        font-size: 14px;
        line-height: 24px;
    
    }
    /* Section Carousel */

    /* Section Program */
    .section-program .main {
        grid-template-columns: auto;
    }
    /* Section Program */

    /* Section Panduan Penggunaan Layanan */
    .section-panduan-layanan{
        margin-bottom: -10px;
        /* border: 1px solid red; */
    }
    .section-panduan-layanan .section-content .content-card{
        background-color: red;
    }
    .section-panduan-layanan .section-content .content-image img{
        width: 100%; 
        max-width: 100%;
        border-radius: 45px 45px 0px 0px;

        padding: 0 15px 0 15px;
    }
    .section-panduan-layanan .section-content .content-title{
        font-size: 18px;
        
        padding: 0 15px 0 15px;
    }
    .section-panduan-layanan .section-content .content-description{
        margin-top:5px;
        margin-bottom: 20px;
        padding: 0 15px 0 15px;
    }
    /* Section Panduan Penggunaan Layanan */

    /* Section Artikel */
    .section-artikel{
        margin-bottom: -10px;
        /* border: 1px solid red; */
    }
    .section-artikel .section-button-categories{
        text-align: center;
        margin-top: 10px;
        margin-bottom: -10px;
    
        overflow: auto;
        white-space: nowrap;
    }
    
    .section-artikel .section-content{
        margin: 30px 0 0 0;
    }
    .section-artikel .section-content .artikel-konten{
        margin: 0 15px 0 15px !important;
        width: auto;
    }
    .section-artikel .section-content .content-image img{
        width: 100%; 
        max-width: 100%;
        border-radius: 45px 45px 0px 0px;

        padding: 0 15px 0 15px;
    }
    .section-artikel .section-btn{
        margin-top: 10px;
        margin-bottom: -50px;
    }
    /* Section Artikel */
    
    /* Section Jadi Bagian */
    .section-bagian .section-content .description{
        position: absolute;
        top: 45;
        right: 30;
        width: 50%;
    }
    .section-bagian .section-content .content-title{
        font-size: 19px;
        font-weight: 700;
    }
    .section-bagian .section-content .content-description{
        font-size: 15px;
        font-weight: 400;

        margin-top:5px;
        margin-bottom: 20px;
    }
    .section-bagian .section-content .btn-cta{
        margin-top: -10px;
    }
    /* Section Jadi Bagian */
}
@media screen and (max-width: 530px) {
    /* Section Contact Medicalian */
    .section-contact .main {
        grid-template-columns: 100%;
        padding-left:10%;
        padding-right:10%;
    }
    .section-contact .contact-element img{
        max-width: 30px;
        width: 100%;
        margin-top:-15px
    }
    .section-contact .contact-element{
        padding-left:10%;
        padding-right:10%;
    }
    .section-contact .contact-element .description .text-contact{
        font-size: 15px;
        line-height: 15px;
    }
    .section-contact .contact-element .description .name{
        margin-top: 3px;
        font-size: 10px;
        line-height: 16px;
    }
    /* Section Contact Medicalian */
}
@media screen and (max-width: 500px) {
    /* Section Global */
     .section-title{
        font-size: 25px;
    }
    .section-description{
        font-size: 15px;
    }
    /* Section Global */

    /* Section Count */
    .section-count .main {
        grid-template-columns: 100%;
        grid-row-gap: 6px;
        grid-column-gap: 6px;

        padding-left:17%;
    }
    /* Section Count */
    
    /* Section Jadi Bagian */
    .section-bagian .section-content .description{
        position: absolute;
        top: 20;
        right: 30;
        width: 50%;
    }
    .section-bagian .section-content .content-title{
        font-size: 17px;
        font-weight: 700;
    }
    .section-bagian .section-content .content-description{
        font-size: 14px;
        font-weight: 400;

        margin-top:5px;
        margin-bottom: 20px;
    }
    .section-bagian .section-content .btn-cta{
        margin-top: -10px;
    }
    /* Section Jadi Bagian */
}
@media screen and (max-width: 440px) {
    /* Section Global */
    .section-title{
        font-size: 25px;
        line-height: 28px;
    }
    .section-description{
        font-size: 15px;
        
        margin-top:10px;
    }
    /* Section Global */

    /* Section Count */
    .section-count{
        margin-top: -50px;
    }
    .section-count .main {
        grid-row-gap: 0px;
        grid-column-gap: 0px;
        
        padding-left:12%;
        padding-right:12%;
    }
    /* Section Count */
    
    /* Section Pengalaman Pasien */
    .section-pengalaman-pasien .section-content .content .card-pengalaman{
        width: 90%;
    }
    /* Section Pengalaman Pasien */
    
    /* Section Mitra Medicalian */
    .section-mitra{
        margin-top:20px;
    }
    /* Section Mitra Medicalian */
    
    
    /* Section Jadi Bagian */
    .section-bagian .section-content .description{
        position: absolute;
        top: 20;
        right: 30;
        width: 60%;
    }
    .section-bagian .section-content .content-title{
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
    }
    .section-bagian .section-content .content-description{
        font-size: 12px;
        font-weight: 400;

        margin-top:3px;
        margin-bottom: 20px;
    }
    .section-bagian .section-content .btn-cta{
        margin-top:-15px;
        background-color: #F48C06;
        border: 1px solid#F48C06;
        font-family: 'Nunito';
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.01em;
        text-align: center;
        width: 170px;
        padding: 1px 20px 1px 20px;
        border-radius: 100px;
    
        color: #FFFFFF;
    }
    /* Section Jadi Bagian */

    /* Page About */
    /* Section Dokter dan Perawat */
    .swiper-slide .image-content img{
        height: 100%;
    }
    /* Section Dokter dan Perawat */
    /* End Page About */
}
@media screen and (max-width: 417px) {
    /* Section Carousel */
    .section-hero-detail{
        width:100%;
        top: 400px !important;
        margin-left:10.3px;
    }
    .section-hero-detail .description{   
        width:90% !important;
    }
    /* Section Carousel */
}
@media screen and (max-width: 372px) {
    .section-hero-detail .title{
        font-size: 30px;
        line-height: 50px;
        width:90%;
        /* border: 1px solid red; */
    }
}
@media screen and (max-width: 340px) {
    .section-hero-detail{
        width:100%;
        top: 370px !important;
        margin-left:10.3px;
    }
}
@media screen and (max-width: 318px) {
    .section-hero-detail .title{
        font-size: 28px;
        line-height: 50px;
        width:90%;
        /* border: 1px solid red; */
    }
}