@media (min-width: 1199px) {
  .med_cek:after {
    content: "@media (max-width: 1199px)";
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .med_cek:after {
    content: "@media (min-width: 992px) and (max-width: 1199px)";
  }
}

@media screen and (max-width:400px) {
  .med_cek:after {
    content: "@media (max-width: 991px)";
  }

}

@media (max-width: 991px) {
  .med_cek:after {
    content: "@media (max-width: 991px)";
  }
  .of_cover, 
  .thumb_featured{
    height: 320px;
  }
  .primary-menu {
    margin-left: 0;
    flex: 1 100%;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 64px;
    height: calc(100% - 64px);
    z-index: 9;
    padding: 24px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
  }
  .primary-menu.open{
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .menu-container{
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    overflow-y: auto;
  }
  .menu-item + .menu-item {
    margin: 16px 0 0 0;
  }
  .has-children .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 12px 8px;
    width: 100%;
    transition: height ease .33s, padding ease .33s;
    overflow: hidden;
  }
  .has-children .sub-menu.sub-menu__closed{ height: 0; }
  .has-children .nav-link{ margin-right: 0; }
  .has-children .sub-menu::after, .has-children .sub-menu::before{display: none;}
  header{
    padding: 16px 0;
  }
  .mobile-menu-toggle{
    display: flex;
    margin-left: auto;
    background-color: #fff;
    border: 0;
    width: 30px;
    height: 30px;
    padding: 4px;
    flex-direction: column;
    justify-content: space-around;
  }
  .menu-liner{
    display: block;
    height: 2px;
    background-color: #333;
    width: 100%;
  }
  .search-form__btn{
    right: 12px;
    top: calc(50% - 24px);
    padding: 14px 28px;
    width: auto;
  }
  .search-form__input{
    padding: 18px;
    padding-left: 48px;
    padding-right: 112px;
    font-size: 16px;
  }
  .search-form__prepend{
    width: 18px;
    left: 16px;
  }
  .search-result-item__title{
    font-size: 18px;
    line-height: 24px;
  }
  .search-result-item__desc{ font-size: 14px; }
  .scroll-article-container{
    margin: 0 -15px;
  }
  .sac-wrapper{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .article-grid {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
  .article-grid > [class^=col]{ flex: 1 100%; }
  .article-grid > [class^=col]:not(:first-child){padding-left: 0;}
  .wrap_article_post{ width: 286px; }
  .wrap_related_post {
    width: 286px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .med_cek:after {
    content: "@media (min-width: 768px) and (max-width: 991px)";
  }

  .featured_top_wrap {
  width: 100%;
  height: auto;
  background-color: #F9F9F9;
  flex-direction: column;
  }

  .thumb_featured {
  flex: 0 0 100%;
  width: 100%;
  }

  .post_featured{
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  }
 
}

@media (max-width: 767px) {
  .med_cek:after {content: "@media (max-width: 767px)";}
  .featured_top_wrap {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    flex-direction: column;
  }
  .wrap_share_article ul {
    padding: 0;
  }
   .breadcrumb_wrap_single ul li+li:before{
    margin-left: 0.2rem;
    margin-right: 0.5rem;
  }
  .wrap_single_post figure {
    margin: 0px auto !important;
    width: 100% !important;
    max-width: 100% !important;
}
  .accordion .a-container .a-btn{
    font-size: 18px;
    padding:5px 20px;
  }
  .accordion .a-container .a-btn span {
    top: 10px;
  }

  .wrap_table_content ul li ol li {
    padding: 0 0 5px 0;
  }

  .wrap_table_content ul {
    display: flex;
    flex-direction: column;
  }

  .wrap_table_content ul li ol {
    padding: 10px 0 0 20px;
    margin: 0;
  }
  .wrap_table_content {
    padding: 20px;}

  .wrap_box_kamus {
    margin-bottom: 10px;
  }
  .txt_wrapper_pad {
    padding: 30px 20px;
  }
  .txt_wrapper h1  {
    font-size: 26px;
    line-height: normal;
    font-family: "nunito_extrabold";
  }
  .txt_wrapper h1 a{
    font-size: 26px;
    line-height: normal;
    font-family: "nunito_extrabold";
  }
  .heading_title h2{
    font-size: 30px;
    line-height: normal;
  }

  .pagination_numb_wrap ul li a {
    width: 40px;
    height: 40px;
    line-height: 7px;
  }
  .thumb_featured {
    flex: 0 0 100%;
    width: 100%;
    height: 0;
    position: relative;
  }
  .thumb_featured::before {
    content: '';
    padding-top: 77.395%;
    display: block;
  }
  .thumb_featured .of_cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .post_featured{
   flex: 0 0 100%;
   width: 100%;
   height: 365px;
  }

  .heading_title_sm p {
    font-size: 16px;
    max-width: 100%;
  }
  .heading_title_sm h2{
    font-size: 22px;
    padding-bottom: 15px;
  }
  .list_kamus ul li{
    margin-bottom: 10px;
  }
 .wrap_logo_foot {
   text-align: center;
 }
  .wrap_logo_foot img{
    width: 120px;
  }
  .foot_menu{
    text-align: center;
  }
  .foot_menu ul{
    justify-content: center;
    flex-wrap: wrap;
  }
  .foot_menu ul li {
    padding-bottom: 16px;
    margin: 0 16px;
  }
  .card_cover img {
  max-width: 100%;
  width: auto;
  height: auto;
  }
  .card_cover {
  background-color: #fff;
  }
  .wrap_important_info_detail {
  text-align: center;
  }
  .content_cc_short_desc{
  text-align: center;
  }
  .fitur_cc {
  margin-bottom: 15px;
  }
  .item_list_post .post_item_list h3{
    line-height: normal;
  }
  .item_list_post .post_item_list h3 a{
    font-size: 18px;
  }
  .horizontal_subscribe_wrapper{
    margin-bottom: 30px;
  }
  .wrap_comment{
    max-width: 100%;
  }
  .content_comment{
    max-width: 100%;
  }
  .comment_list .avatar{margin-bottom: 10px;}
  .wrap_important_info{text-align: center;}
  .card_cover_kta {
    background-color: #fff;
    margin-bottom: 15px;
}
  .content_cc_short_desc_kta{text-align: center;}
  .wrap_important_info_kta{text-align: center;}
  .wrap_heading_title h1 {font-size: 26px;}
  .heading_title p {max-width: 100%;}
  .horizontal_subscribe_wrapper{padding:20px;}
  .form_group{margin-bottom: 15px;}
  .horizontal_subscribe_wrapper h3,
.horizontal_subscribe_wrapper h2 {padding: 0 0 15px 0; width: 100%; text-align: center;}
  .wrap_single_article h1{ line-height: normal; font-size:24px}
  .wrap_share_article {text-align: center; padding-bottom: 20px;}
  .wrap_table_content{margin-top: 0;}
  .wrap_single_post p {font-size: 18px; line-height: 1.6;}

  .wrap_single_post ul li, .wrap_single_post ol li {font-size: 18px; line-height: normal;}
  .accordion{margin-top: 0;}
  .content-breadcrumb ul li+li {margin: 0;}
  .content-breadcrumb ul li+li:before {left: 5px;}
  .wrap_sosmed_foot ul{text-align: center; padding:0;}
  .wrap_disclaimer {padding-bottom: 10px; text-align: center;}
  .heading_title {padding: 0px 0 30px 0;}
  .kta_lainnya_wrapper h4 { padding: 5px 0 0 0; text-align: center;}
  .js-tabs__title {padding: 0.8em 0.6em;}
  .compare-float .cf__wrap{justify-content: center !important;}
  .excerpt-list{display: none !important;}
  .wrap_single_post p:first-of-type:first-letter {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    float: none;
    font-family: 'nunito_reg';
  }
  .wrap_info_author .wrap_author {
    max-width: 100%;
  }
  .wrap_cta_comparation { max-width: 85%; }
  .ads_square_banner.mobile-change { height: 330px; }
}

@media (min-width: 480px) and (max-width: 767px) {
  .med_cek:after {content: " @media (min-width: 480px) and (max-width: 767px)";}
}

@media (max-width: 377px) {
  .med_cek:after {content: "@media (max-width: 377)";}
}

@media (max-width: 390px) {
  .med_cek:after {content: "@media (max-width: 390px)";}
}

@media (max-width: 299px) {
  .med_cek:after {content: "@media(max-width: 299px) ";}
}