html *
{
   font-family: 'Montserrat';
}

.navbar-brand {
    width: 132px;
}

.navbar-brand > img {
    width: 100%
}

nav {
    top: 0;
}

.nav-item {
    height: min-content;
}

.search {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 28%;
    left: 4%;
}

.search input {
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #F3F3F3;
    border-radius: 10px;
}

#search-responsive {
    display: none;
}

.navbar-toggler i {
    color: #00A5B9;
}

header {
    background-image: url('../images/v3/Homepage_banner.png');
}

header::before,header::after {
    height: 0;
}

header .header-container .header-text {
    width: 70%;
}

header .header-container .header-text h2 {
    width: 100%;
}

header .header-container .header-text span {
    width: 100%;
}

.konsultasi {
    margin-top: -8%;
    position: absolute;
    max-width: 100%;
    left: -2%;
}

#konsultasi-link {
    display: inline-block;
}

.konsultasi-phone {
    display: none;
}

.health-pemeriksaan_fl .menu-pemeriksaan a {
    border: none;
}

.category-healthpedia {
    margin-top: -3%;
}

.border-orange {
    border: 1px solid #F28500;
}

.text-orange {
    color: #F28500;
}

.bg-orange {
    background: #F28500;
}

.bg-grey {
    background: #EAEAEA;
}

#konsultasi-box {
    position: relative;
    text-align: center;
}

#konsultasi-text {
    position: absolute;
    top: 44%;
    left: 63%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-align: left;
    width: 60%;
    color: #000000;
}

/* #konsultasi_thumbnail {
    text-align: left;
} */

/* Navbar */
#aiHeader {
    /* height: 89px; */
    background: #FFFFFF;
    box-shadow: 0px 12px 25.2579px rgba(222, 222, 222, 0.1);
}

.sticky::before {
    display: none;
}

/* Navbar Item */
nav .nav-content .nav-menu ul .nav-url {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    /* Derived/Neutral/900 */
    color: #1C1C1C;
}

#loginBtn {
    margin-right: 20px;
}

.healthpedia-category-static {
    display: block;
}

.healthpedia-category-responsive {
    display: none;
}

.healthpedia-frame {
    display: flex;
}

.healthpedia-select {
    display: none;
}

.healthpedia-toc-mobile {
    display: none;
}

/* Search */
.nav-search {
    width: 14%;
}

.custom-header-v3 {
    padding-top: 10%;
}

.custom-header-v4 {
    padding-top: 4%;
}

.custom-content-header-v3 {
    padding-top: 15%;
}

.custom-image-header-v3 {
    padding-top: 9%;
}

.custom-image-header-v3 > img {
    width: 100%;
    height: auto;
    /* height: 300px; */
}

.post-related, .latest-title {
    border-bottom: 0;
}

.btn-action-mobile {
    display: none;
}

#konsultasi-link .konsultasi-icon {
    height: auto;
}

.stilink {
    left: 70%;
    margin-top: 25%;
}

.carousel-caption {
    width: 100%;
    /* height: 100%; */
    right: 0;
    left: 0;
    text-align: center;
    position: relative !important;
}

.carousel-caption > h5 {
    /* position: absolute; */
    margin: auto;
    z-index: 1;
    display: table;
    width: 100%;
    height: auto;
    /* background: #0000007d; */
    color: #000;
    /* left: auto; */
    /* border-radius: 5px; */
    padding: 10px;
    top: 75%;
    left: 64%;
    /* -ms-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    text-align: center;
}

.carousel-control-prev {
    margin-left: -7.5%;
}

.carousel-control-next {
    margin-right: -7.5%;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
    opacity: 1;
}

a.cats-cat, h3.cats-title {
    font-size: 14px !important;
    font-weight: 600 !important;
}

a.cats-cat {
    color: #00A5B9 !important;
}

small.text-muted, .cats-desc {
    font-size: 12px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black;
    border-radius: 100%;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

.carousel-control-next, .carousel-control-prev {
    margin-top: 7%;
    height: 30%;
}

.banner-container {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.img-carousel {
    border-radius: 14px;
    transition: all 0.5s ease;
}

.caption {
    position: absolute;
    bottom: 12;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: white;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.5s ease;
    text-align: left;
    font-size: 1.2rem; /* Ukuran font bisa disesuaikan */
}

.banner-container:hover .img-carousel {
    filter: brightness(0.7); /* Efek gelap saat dihover */
}

.banner-container:hover .caption {
    opacity: 1; /* Tampilkan caption saat hover */
}

/* Latest Article */
.latest-title {
    padding-bottom: 0;
}

.latest-content .la-list:nth-child(1) {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0 15px;
    height: 400px;
}

.latest-content .la-list:nth-child(1) .la-figure {
    overflow: hidden;
    width: 100%;
    height: 155px;
    border-radius: 8px;
    margin-right: 15px;
}

.latest-content .la-list:nth-child(1) .la-content {
    width: 100%;
    padding-top: 0;
}

.latest-content .la-list:nth-child(n+2) {
    width: 31%;
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0 15px;
    height: 400px;
}

.latest-content .la-list:nth-child(n+2) .la-figure {
    overflow: hidden;
    width: 100%;
    height: 155px;
    border-radius: 8px;
    margin-right: 15px;
}

.latest-content .la-list:nth-child(n+2) .la-content {
    width: 100%;
    padding-top: 0;
}

.latest-content .la-list .la-content .lc-d .la-cat {
    text-align: start;
    font-weight: 700;
    color: #00A5B9;
    text-decoration: none;
    font-size: 15px;
    margin-right: auto;
}

/*la-list4*/
.latest-content .la-list4 {
    float: left;
}

.latest-content .la-list4 .la-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.latest-content .la-list4:nth-child(1) {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0 10px;
    height: 400px;
}

.latest-content .la-list4:nth-child(1) .la-figure {
    overflow: hidden;
    width: 100%;
    height: 155px;
    border-radius: 8px;
    margin-right: 15px;
}

.latest-content .la-list4:nth-child(1) .la-content {
    width: 100%;
    padding-top: 0;
}

.latest-content .la-list4:nth-child(n+2) {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0 10px;
    height: 400px;
}

.latest-content .la-list4:nth-child(n+2) .la-figure {
    overflow: hidden;
    width: 100%;
    height: 155px;
    border-radius: 8px;
    margin-right: 15px;
}

.latest-content .la-list4:nth-child(n+2) .la-content {
    width: 100%;
    padding-top: 0;
}

.latest-content .la-list4 .la-content .lc-d .la-cat {
    text-align: start;
    font-weight: 700;
    color: #00A5B9;
    text-decoration: none;
    font-size: 15px;
    margin-right: auto;
}

.latest-content .la-list4 .la-content .la-title {
    font-size: 20px;
    line-height: 30px;
}

.la-content .la-link {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.topic-link {
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
}

.content-articles {
    width: 100%;
}

.border-bottom {
    border-bottom: 1px solid #d8d0d0;
}

.article-all {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;

    /* identical to box height, or 179% */
    text-decoration-line: underline;

    /* Main/Secondary - 600 */
    color: #F28500;
}

.article-all:hover {
    color: #ffb75f !important;
}

.show-all {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;

    /* identical to box height */
    text-decoration-line: underline;

    /* Main/Primary - 800 */
    color: #00A5B9;
}

.show-all:hover {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;

    /* identical to box height */
    text-decoration-line: underline;

    /* Main/Primary - 800 */
    color: #0dbdd1;
}

.btn-orange {
    background: #F28500;
    color: #FFFFFF;
}

.btn-outline-orange {
    color: #F28500;
    border-color: #F28500;
}

.healtpedia-web-alphabet {
    display: flex;
}

.healtpedia-web {
    display: block;
}

.healthpedia-mobile {
    display: none;
}


/* Video */
#mep_0 {
    border-radius: 10px !important;
}

.video-child .video-list .video-figure img {
    object-fit: fill;
    height: 230px;
    width: 395px;
}

.video-child .video-list .video-figure {
    height: 180px;
}

.video-heading {
    border-bottom: 0;
    padding-bottom: 0;
}

.video-content {
    height: 340px;
    border-radius: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.video-child {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 20px;
    overflow: hidden;
    justify-content: space-between;
}

.video-time {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;

    /* identical to box height */

    /* Derived/Neutral/600 */
    color: #6F6F6F;
}

.home-video-caption {
    padding-left: 30px;
}

.tags {
    font-weight: 600;
    font-size: 12px;
    line-height: 14.63px;
    text-decoration: none;

    /* identical to box height */

    /* Main/Primary - 800 */
    color: #00A5B9;
}

.tags:hover {
    color: #0dbdd1 !important;
}

.card-img-overlay-custom {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
}

.ads-homepage:first-child {
    margin-left: 0%;
}

.ads-homepage {
    width: 603px;
    height: 180px;
    left: 100px;
    top: 692px;

    /* Derived/Neutral/400

    B7B7B7
    */
    background: #B7B7B7;
    border-radius: 5px;

    margin-left: 4%;
}


/* Booklet */
.booklet-thumbnail {
    width: 234px;
    height: 330px;
    background-size: cover !important;
    border-radius: 14px;
}

.booklet-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;

    /* identical to box height */

    color: #000000;
}

.booklet-volume {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    /* identical to box height */

    /* Derived/Neutral/700 */
    color: #5B5B5B;
}

.booklet-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

    /* identical to box height */
    text-align: center;
    text-decoration-line: underline;

    /* Main/Primary - 800 */
    color: #00A5B9;
}

.booklet-link:hover {
    color: #0dbdd1;
}


/* Footer */
footer {
    background: #F9F9F9;
}

footer .foot-content {
    margin-top: 3%;
    height: 300px;
    display: grid;
    grid-template-columns: 40% 20% 40%;
    grid-gap: 20px;
}

footer .foot-content .foot-list p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;

    /* or 200% */

    color: #000000;
}

footer .foot-content .foot-download {
    text-align: left !important;
}

.footer-menu {
    list-style-type: none;
    padding: 0;
}

.footer-menu li a {
    text-decoration: none;
    color: #000000;
}
.footer-menu li {
    padding: 10px 0;
}

footer .foot-content .foot-iso .icon-iso #iso-service {
    width: 140px;
    height: 124px;
}

footer .foot-content .foot-iso .icon-iso {
    display: flex;
    padding: 5px;
    justify-content: left;
}

.text-end, footer .foot-content .foot-iso {
    text-align: left !important;
}

.footer-social {
    list-style-type: none;
    padding: 0;
}

.footer-social li {
    padding: 8px 12px;
    width: 40px;
    height: 40px;
    margin: auto 5px;
    border-radius: 20px;
    display: inline-block;
}


#wave2 {
    height: 452px;
    background: #F9F9F9;
}

#wave3 {
    height: 452px;
    background: #DFF6F9;
}

#wave4 {
    height: 352px;
    background: #DFF6F9;
}

#wave5 {
    height: 195px;
    background: #DFF6F9;
}

.page-header {
    color: #F28500;
    font-weight: 600;
}

.search-content .sc-list .sc-body .sc-cat {
    text-transform: capitalize;
    font-size: 14px;
    color: #00A5B9;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    padding: 5px 0;
}

.search-content .sc-list .sc-body time {
    font-size: 12px;
    font-weight: lighter;
    font-style: italic;
    color: #6F6F6F;
}

/* Healthpedia */
.healthpedia-container {
    margin-top: -10%;
    z-index: 99;
}

.healthpedia-category > .card {
    width: 360px;
    height: 320px;
}

.healthpedia-card img {
    width: 70%;
    height: 180px;
}

.healthpedia-alphabet {
    background: #F9F9F9;
}

.healtpedia-alphabet-category {
    text-align: center;
    padding-bottom: 1%;
    border-bottom: 1px solid #DADADA;
}

.healtpedia-alphabet-category > h5 > a {
    text-decoration: none;
    color: #000000;
}

a.healthpedia-active {
    border-bottom: 8px solid #F28500 !important;
    padding-bottom: 16px !important;
    font-weight: bolder !important;
}

.healthpedia-card-footer {
    background: transparent;
    border-top: 0;
}

.health-content .alpha {
    background: none;
    border: none;
    color: #00A5B9;
    font-weight: 600;
    font-size: 32px;
    padding: 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #dadada;
    line-height: 0.1em;
}

.health-content .alpha span{
    padding-right: 10px;
    background: #FFFFFF;
}

.health-content ul li {
    border-top: 0;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
}

/* VIdeo */
.all-video {
    display: flex;
    flex-wrap: wrap;
}

.all-video_list {
    display: block;
    width: 33%;
    /* width: 22%; */
    margin: 15px auto;
}

.all-video_list .av-content .av-date {
    font-size: 12px;
}

.bg-tosca {
    background: #00A5B9;
}

.btn-tosca {
    background: #00A5B9;
    color: #FFFFFF;
}

.btn-tosca:hover {
    background: #0190a0;
    color: #FFFFFF;
}

.btn-outline-tosca {
    border: 1px solid #00A5B9;
    background: #FFFFFF;
    color: #00A5B9;
}

.btn-outline-tosca:hover {
    background: #00A5B9;
    color: #FFFFFF;
}

/* .search-pagination > .pagination > .page-item {
    margin: 0px 10px;
} */

.search-pagination > .pagination > .page-item:first-child > .page-link {
    background: transparent;
}

/* .search-pagination > .pagination > .page-item:first-child > .page-link:after {
    content: " Kembali";
} */

.search-pagination > .pagination > .page-item:last-child > .page-link {
    background: transparent;
}

/* .search-pagination > .pagination > .page-item:last-child > .page-link:before {
    content: "Berikutnya ";
} */

.search-pagination > .pagination > .page-item > .page-link {
    border-radius: 5px;
    color: #000000;
    background: #F3F3F3;
    border: none;
}

/* Popular */
.popular-card {
    width: 22%;
    height: 380px;
    margin: 15px;
}

.card-img-popular {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close-custom {
    background: none;
    border: 0;
}

.pop-list {
    height: 500px;
}

/* Breadcumb */
ul.breadcrumb a {
    color: #83858f !important;
}

#bredcrum ul li + li::before {
    padding: 2px;
    color: #83858f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "/";
}

#bredcrum ul li a {
    text-decoration: none;
    color: #5B5B5B;
}

#bredcrum ul li:nth-child(n+2) {
    color: #5B5B5B;
}

/* Article */
.single-post_healthpedia {
    margin-top: -10%;
}

span.text-sidemenu-healthpedia:hover {
    color: #35ABF4 !important;
}

.post-media .figure-healthpedia {
    height: 482px;
}

article .h2, article h2, article h1 {
    color: #1C1C1C !important;
}
article .h3, article h3 {
    color: #000000 !important;
}

.references article {
    background-color: #F3F3F3;
    padding: 24px;
    margin-top: 14px;
    border-radius: 8px;
    font-size: 14px;
    text-align: left !important;
}

.post-publisher .post-tags .tag {
    color: #F28500;
    font-weight: 600;
    background: #FEF2DF;
    border-radius: 20px;
}

.toc-container {
    border: none;
}

.toc-container .toc-list li:nth-child(2n+1) {
    background: none;
}

.toc-container .toc-list li:nth-child(2n) {
    background: none;
}

.article-popular-category {
    text-decoration: none;
    color: #00A5B9;
    font-weight: 600;
    font-size: 12px;
    line-height: 14.63px;
}

.article-popular-category:hover {
    color: #0dbdd1 !important;  
}

.artilce-popular-title{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 23px;
}

.artilce-popular-title {
    color: #000000 !important;
}

.faq-category {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.faq-category:hover {
    color: #F28500;
}

.faq-active {
    color: #F28500;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}

.redaksi, .post-ai .post-author a {
    color: #35ABF4;
}

.aboutus-about-aicare {
    background: #F9F9F9;
    height: max-content;
    margin-top: 15%;
    margin-left: -7%;
}

.meet-application-aicare {
    margin-top: 10%;
}

.bg-dark-aicare {
    background: #F9F9F9;
}

.about-us-media-edukasi-phone {
    margin-top: 10%;
}

.search-container {
    margin-top: -2%;
}

.health-topic .ht-content {
    grid-gap: 0;
}

.health-topic .ht-content .ht-figure {
    width: 150px;
    height: 123px;
    padding: 10px 0px;
}

.telegram {
    background: #0088cc;
}

.health-abjad .health-by-letter a.letter-btn {
    border-radius: 9px;
    font-size: 10px;
}

.healthpedia-result {
    color: #000;
}

.healthpedia-result:hover {
    color: #0dbdd1 !important;
}

.card-profile {
    height: 500px;
    border-radius: 7px;
}

.profile-active-border {
    border: 1px solid #00A5B9;
}

.discussion-filter {
    display: flex;
    justify-content: space-between;
}

.tags-list:nth-child(1) .tags-body {
    width: 96%;
    background: #0000008c;
}

.getstarted-row img {
    height: min-content;
}

.thumbnail {
    width: 100%;
    height: 720px;
}

#videoFrame {
    width: 100%;
    height: 720px;
}

.aicare-video-main-player .thumbnail {
    width: 100%;
    height: 375px;
}

#indexVideoFrame {
    width: 100%;
    height: 375px;
}

@media (min-width: 3840px) {
    .ads-home, .bredcont, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .content-article, .event-featured, .health-container, .health-topic, .konsultasi, .video, footer .foot-bottom .foot-menu, footer .foot-content, header .header-container, nav .nav-content {
        /* margin-left: 4.3%; */
    }
}

@media (min-width: 2048px) and (max-width: 3839px) {
    .ads-home, .bredcont, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .content-article, .event-featured, .health-container, .health-topic, .konsultasi, .video, footer .foot-bottom .foot-menu, footer .foot-content, header .header-container, nav .nav-content {
        /* margin-left: 8%; */
    }
    .konsultasi {
        max-width: 67%;
    }
    .stilink {
        left: 60%;
    }

    .video-content {
        height: 400px;
    }

    .latest-content .la-list4:nth-child(n+2),.latest-content .la-list4:nth-child(1) {
        width: 23%;
    }
    .search-container {
        margin-top: -1%;
    }
}


@media (min-width: 1920px) and (max-width: 2047px) {
    .ads-home, .bredcont, .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .content-article, .event-featured, .health-container, .health-topic, .konsultasi, .video, footer .foot-bottom .foot-menu, footer .foot-content, header .header-container, nav .nav-content {
        /* margin-left: 9%; */
    }
    .healthpedia-container {
        margin-top: -3%;
        z-index: 99;
    }
}

/**RESPONSIVE**/
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) and (max-width: 1919px) {

    /* CSS */
    .latest-content .la-list:nth-child(1) {
        width: 30%;
    }

    .latest-content .la-list4:nth-child(1) {
        width: 23%;
    }

    .latest-content .la-list4:nth-child(n+2) {
        width: 23%;
    }

    .healthpedia-container {
        margin-top: -5%;
    }

    .profile-container {
        margin-top: -20%;
    }

    .video-content {
        height: 400px;
    }

    .single-post_healthpedia {
        margin-top: -5%;
    }

    .thumbnail {
        width: 100%;
        height: 600px;
    }

    
    #videoFrame {
        width: 100%;
        height: 600px;
    }

    .aicare-video-main-player .thumbnail {
        width: 100%;
        height: 350px;
    }
    
    #indexVideoFrame {
        width: 100%;
        height: 350px;
    }
  }

  /*
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */
    .latest-content .la-list:nth-child(1) {
        width: 30%;
        margin: 0 14px;
    }

    .latest-content .la-list4:nth-child(1) {
        width: 24%;
        margin: 5px;
    }

    .latest-content .la-list4:nth-child(n+2) {
        width: 24%;
        margin: 5px;
    }

    .stilink {
        left: 64%;
    }

    .healthpedia-container {
        margin-top: -4%;
        z-index: 99;
    }

    .thumbnail {
        width: 100%;
        height: 600px;
    }

    
    #videoFrame {
        width: 100%;
        height: 600px;
    }

    .aicare-video-main-player .thumbnail {
        width: 100%;
        height: 300px;
    }
    
    #indexVideoFrame {
        width: 100%;
        height: 300px;
    }
  }

  /*
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .latest-content .la-list:nth-child(1) {
        width: 29%;
        margin: 0 13px;
    }

    .latest-content .la-list:nth-child(n+2) {
        width: 29%;
        height: 470px;
    }

    .latest-content .la-list4:nth-child(1) {
        width: 23%;
        margin: 5px;
    }

    .latest-content .la-list4:nth-child(n+2) {
        width: 23%;
        margin: 5px;
    }

    .event-featured {
        max-height: 300px;
    }

    .stilink {
        left: 50%;
        margin-top: 10%;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .health-topic .ht-content {
        padding: .5rem 0;
        margin-top: 5% !important;
        grid-template-columns: 45% 45% !important;
    }

    .health-topic .topic-link {
        margin-bottom: 7%;
    }

    .video-child {
        margin-top: 12%;
    }

    .booklet-thumbnail {
        width: 100%;
        height: 220px;
    }

    #pop-responsive {
        display: none;
    }

    .carousel-control-next, .carousel-control-prev {
        margin-top: 2%;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    #search-responsive {
        display: block;
    }

    #search-web {
        display: none;
    }

    .navbar-expand-md {
        flex-wrap: wrap;
    }

    .sticky {
        height: auto;
    }

    .thumbnail {
        width: 100%;
        height: 400px;
    }

    #videoFrame {
        width: 100%;
        height: 400px;
    }

    .aicare-video-main-player .thumbnail {
        width: 100%;
        height: 250px;
    }
    
    #indexVideoFrame {
        width: 100%;
        height: 250px;
    }
  }

  /*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */
    .latest-content .la-list:nth-child(1) {
        width: 29%;
        margin: 0 13px;
    }

    .latest-content .la-list4:nth-child(1) {
        width: 23%;
        margin: 5px;
    }

    .latest-content .la-list4:nth-child(n+2) {
        width: 23%;
        margin: 5px;
    }

  }

  /*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

  @media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    .nav-content {
        margin-top: 5% !important;
    }

    .health-topic .ht-content {
        grid-template-columns: 45% 45% !important;
    }

    #search-responsive {
        display: block;
    }

    #search-web {
        display: none;
    }

  }

  /*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

  @media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .nav-content {
        margin-top: 5% !important;
    }

    .sticky {
        padding: .5rem 0;
    }

    .sticky > .container {
        background: #FFFFFF;
        padding-bottom: .5rem;
    }

    #search-responsive {
        display: block;
    }

    #search-web {
        display: none;
    }

    .health-topic .ht-content {
        grid-template-columns: 45% 45% !important;
    }

    .health-topic .topic-link:nth-child(n+4) {
        display: block;
    }

    .health-topic .topic-link:nth-child(n+7) {
        display: none;
    }

    .health-topic .topic-link .ht-title {
        padding-top: 0;
    }

    .latest-content-web {
        display: none;
    }

    .home-latest-content-swap {
        display: flex;
        flex-direction: column-reverse;
    }

    .pop-list {
        height: 500px;
    }

    .pop-list:nth-child(n+2) {
        display: none;
    }

    .ads-responsive {
        display: block !important;
    }

    .ads-homepage {
        width: 328px;
        height: 240px;
        margin: auto;
    }

    .home-video-caption {
        padding-left: 0;
    }

    .video-child {
        display: none;
    }

    .home-booklet:nth-child(n+2) {
        display: none;
    }

    footer .foot-content {
        display: block;
        height: 800px;
    }

    footer .foot-content .foot-logo img {
        display: block;
    }

    footer .foot-content .foot-logo p {
        bottom: auto;
        text-align: left;
    }

    footer .foot-content .foot-logo p {
        position: relative;
    }

    footer .foot-content .foot-download {
        margin-top: 10px;
    }

    footer .foot-content .foot-iso {
        position: relative;
        top: auto;
    }

    .footer-title {
        font-size: 14px;
        font-weight: 600;
        margin-top: 5%;
    }

    .footer-menu > li > a {
        font-size: 14px;
    }

    .app-download {
        display: flex;
    }

    .custom-header-v3 {
        padding-top: 30%;
    }

    .custom-header-v4 {
        padding-top: 10%;
    }

    .healthpedia-container {
        margin-top: -24%;
    }

    .profile-container {
        margin-top: -55%;
    }

    .custom-image-header-v3 {
        padding-top: 0;
    }

    .custom-image-header-v3 > img {
        width: 90%;
        height: auto;
        border-radius: 10px;
    }

    .single-post_healthpedia {
        margin-top: -27%;
    }

    .healthpedia-category-static {
        display: none !important;
    }

    .healthpedia-category-responsive {
        display: block;
    }

    .slide {
        height: auto;
    }

    .healthpedia-category-alphabet {
        display: none;
    }

    .healthpedia-frame {
        display: none;
    }

    .healthpedia-select {
        display: block;
        cursor: pointer;
        background-color: #f9f9f9;
    }

    .search-content .sc-list {
        display: block;
    }

    .search-content .sc-list .sc-figure {
        width: 100%;
        height: auto;
    }

    .search-content .sc-list .sc-body {
        width: 100%;
    }

    .popular-card {
        width: 100%;
    }

    .all-video_list {
        width: 100%;
    }

    .post-category-mobile{
        display: none;
    }

    .toc-container-mobile {
        border: 1px solid rgba(0,0,0,.125);
    }

    .d-share ul {
        margin-left: -10%;
    }

    .d-share p {
        margin-right: 20px;
    }

    .healthpedia-toc-mobile {
        display: block;
    }

    nav .nav-menu {
        width: 100%;
        background: #FFFFFF;
        margin-top: 19%;
    }

    nav .nav-menu ul .nav-url {
        text-align: left;
    }

    #loginBtn {
        display: none;
    }

    .btn-action-mobile {
        display: flex;
        justify-content: center;
    }

    .nav-logo, .nav-grid, .sticky .nav-logo, .sticky .nav-grid {
        z-index: 3;
    }

    .sticky .nav-content .nav-menu, nav .nav-menu {
        height: 37vh;
    }

    #wave2 {
        height: 500px;
    }

    .latest-content .la-list4:nth-child(1) {
        height: auto;
        margin-bottom: 5%;
    }

    .custom-content-header-v3 {
        padding-top: 25%;
    }

    .aboutus-phone1 {
        width: 100%;
    }

    .aboutus-about-aicare {
        margin: auto;
    }

    header {
        height: 605px;
    }

    #konsultasi-link {
        display: none;
    }

    .konsultasi-phone {
        display: inline-block;
    }

    .konsultasi {
        margin-top: -50%;
    }

    .category-healthpedia {
        margin-top: -24%;
    }

    .healthpedia-category-alphabet {
        display: block;
    }

    .healtpedia-web-alphabet {
        display: none;
    }

    .healtpedia-web {
        display: none;
    }

    .healthpedia-mobile {
        display: block;
        width: 100%;
    }

    .p-az {
        display: block;
    }

    .health-topic .topic-link {
        margin-bottom: 7%;
    }

    .latest-content .la-list4:nth-child(n+2) {
        height: auto;
        margin-bottom: 4%;
    }

    .search-content .sc-list {
        margin-bottom: 10%;
    }

    .about-us-img-center {
        display: none;
    }

    .discussion-filter {
        display: block;
    }

    #sort, #filter {
        width: 100%;
    }

    .tags-list:nth-child(1) .tags-body .tags-d {
        display: none;
    }

    .tags-list:nth-child(1) .tags-body {
        width: 100%;
        padding-bottom: 3%;
    }

  }

  @media (min-width: 200px) and (max-width: 578px) {
    
    #home-booklet {
        margin-top: 50% !important;
    }

    .p-az {
        display: block;
    }

    .health-topic .topic-link {
        margin-bottom: 7%;
    }

    .latest-content .la-list4:nth-child(n+2) {
        height: auto;
        margin-bottom: 4%;
    }

    .search-content .sc-list {
        margin-bottom: 10%;
    }

    .about-us-img-center {
        display: none;
    }

    .discussion-filter {
        display: block;
    }

    #sort, #filter {
        width: 100%;
    }

    .tags-list:nth-child(1) .tags-body .tags-d {
        display: none;
    }

    .tags-list:nth-child(1) .tags-body {
        width: 100%;
        padding-bottom: 3%;
    }

    .thumbnail {
        width: 100%;
        height: 200px;
    }
    
    #videoFrame {
        width: 100%;
        height: 200px;
    }

    .aicare-video-main-player .thumbnail {
        width: 100%;
        height: 250px;
    }

    #indexVideoFrame {
        width: 100%;
        height: 250px;
    }
  }
