/************************************************

Stylesheet: Global Stylesheet

*************************************************/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

body,
div,
span,
li,
a,
section,
h1,h2,h3,h4,h5,h6{
  font-family:'Nunito';
  color:black;
}


/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

/**Custom**/
  .elementor-element-7a546cd{
    display:none;
  }

  .header{
    padding:20px 40px;
    background-color:transparent;
  }

  .header-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  .menu-header ul{
    display:flex;
    align-items:center;
    list-style:none;
    margin-bottom:0;
  }

  .menu-header ul li{
    margin-left:50px;
  }

  .menu-header ul li a{
    color:white;
    text-transform:uppercase;
    font-weight:300;
  }

  body:not(.home) .menu-header ul li a{
    color:black;
  }

  .menu-header ul li a strong{
    /*color:#1510E8;*/
    color:white;
  }

  body:not(.home) .menu-header ul li a strong{
    color:red;
  }

  .centered-wrapper{
    max-width:1140px;
    margin:0 auto;
    padding:0 40px;
  }

  .home-slider{
    text-align:center;
  }

  .small-intro{
    text-align:center;
  }

  .home-slider-bg > .centered-wrapper{
    padding:0;
    max-width:none;
  }

  .header{
    position:fixed;
    top:0;
    width:100%;
    z-index:10;
    transition:all 1.2s ease;
  }
  .header.header-change{
    background-color:white;
  }
  .header.header-change ul li a{
    color:black;
  }
  .header.header-change img{
    width:85px;
  }

  .header.header-change .klik-kontak strong{
    color:#a70000;
  }

  .header-logo a{
    display:block;
  }

  .header-logo img{
    width:125px;
  }

  @media(max-width:812px){
    .header-logo img{
      width:95px;
    }
  }

  .home-slider-bg h3{
    color:white;
    font-weight:300;
    font-size:60px;
    margin-bottom:0;
  }

  .home-slider-bg p{
    font-size:40px;
    color:white;
    margin-bottom:0;
  }

  .home-slider-bg a{
    background-color:#d83319;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:white;
    text-transform:uppercase;
    padding:4px 45px;
    border-radius:10px;
    font-weight:bold;
    margin-top:50px;
  }

  .small-intro{
    background-color:#C92B25;
    color:white;
    padding:50px 0;
  }

  .small-intro h3{
    margin-bottom:25px;
    font-size:60px;
    font-weight:300;
  }

  .small-intro p{
    font-size:18px;
    font-weight:300;
    margin-bottom:0;
  }

  .butuh-icons{
    font-size:0;
  }

  .butuh-icons-indv{
    text-align:center;
    width:calc(100% / 3);
    display:inline-block;
    margin-bottom:50px;
    vertical-align:top;
  }

  .butuh-icons-indv img{
    width:150px;
    display:block;
    margin:0 auto 20px;
  }

  .butuh-icons-indv span{
    display:block;
    font-size:16px;
    text-transform:uppercase;
    font-weight:300;
  }

  .home-butuh{
    background-color:#F3F3F3;
    padding:70px 0 40px;
    text-align:center;
  }

  .home-butuh h5{
    font-weight:600;
    color:#333;
    font-size:40px;
  }

  .home-butuh p{
    font-weight:300;
    color:#333;
    font-size:18px;
    margin-bottom:60px;
  }

  .fitur-cemerlang{
    color:#333;
    padding:60px 0;
  }

  .fitur-cemerlang h3{
    font-size:60px;
    font-weight:300;
    text-align:center;
    margin-bottom:80px;
  }

  .fiturs-indv{
    display:flex;
    margin-bottom:100px;
  }

  .fiturs-title{
    flex:0 0 50%;
    text-align:right;
    padding-right:25px;
  }

  .fiturs-title h4{
    color:#15A8B1;
    font-weight:600;
    font-size:25px;
  }

  .fiturs-content{
    flex:0 0 50%;
    padding-left:25px;
  }

  .fiturs-content p:last-child{
    margin-bottom:0;
  }

  .fiturs-mobile-img{
    display:none;
  }

  .fiturs-mobile-img img{
    width:100px;
  }

  @media(max-width:812px){
    .fiturs-mobile-img{
      display:block;
    }

    .fiturs-indv{
      flex-flow:column;
    }

    .fiturs-title{
      padding-right:0;
      flex:0 0 100%;
      text-align:center;
    }

    .fiturs-mobile-img{
      margin-bottom:15px;
    }

    .fiturs-title h4{
      padding:0 20px;
    }

    .fiturs-title h4 br{
      display:none;
    }

    .fiturs-content{
      padding-left:0;
      flex:0 0 100%;
      text-align:center;
      padding:0 20px;
    }
  }

  .hubungi-kami{
    background-color:#333333;
    text-align:center;
    color:white;
    padding:100px 0;
  }

  .hubungi-kami h3{
    font-size:60px;
    margin-bottom:40px;
    font-weight:300;
    color:white;
  }

  .hubungi-kami p{
    font-weight:300;
    font-size:18px;
    color:white;
  }

  footer.footer{
    margin:0;
  }

  .mobile-click-on{
    float:right;
    display:none;
  }

  .mobile-click-on a{
    font-size: 0;
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #585858;
    display: inline-block;
    border-radius: 4px;
  }

  .mobile-click-on a:before{
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #585858;
    position: relative;
    top: -10px;
    border-radius: 4px;
  }

  .mobile-click-on a:after{
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #585858;
    position: relative;
    top: 8px;
    border-radius: 4px;
  }

  .menu-out-mobile{
    position:fixed;
    top:-200%;
    width:100%;
    background-color:#9c2020;
    padding:130px 40px 20px;
    transition:all 0.5s ease;
  }

  .menu-out-mobile.menu-out{
    top:0;
    z-index:4;
  }

  .menu-out-mobile ul{
    list-style:none;
    margin:0;
  }

  .menu-out-mobile ul li a{
    padding:12px 0;
    display:block;
    color:white;
    font-weight:300;
  }

  body.shadow-on:before{
    width: 100%;
    height: 100%;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(38, 0, 0, 0.63);
    z-index:2;
  }

  @media(max-width:812px){
    .menu-header ul{
      display:none;
    }

    .menu-header .mobile-click-on{
      display:block;
      height:35px;
      vertical-align:top;
      z-index:10;
      position: relative;
      margin-top: 10px;
    }

    .header-wrapper{
      align-items:flex-start;
    }

    .home-slider-bg .centered-wrapper p br{
      display:none;
    }

    .header{
      padding:20px 25px;
    }

    .butuh-icons-indv{
      width:calc(100% / 2);
      padding:0 18px;
    }

    .centered-wrapper{
      padding:0 25px;
    }

    .home-slider-bg h3,
    .hubungi-kami h3,
    .small-intro h3,
    .fitur-cemerlang h3{
      font-size:45px;
    }

    .home-butuh h5{
      font-size:25px;
    }

    .home-slider-bg a{
      font-size:16px !important;
      margin-top:10px !important;
    }
  }

  .hubungi-kami .nf-form-content input:not([type=button]),
  .hubungi-kami .nf-form-content textarea{
    color:black;
  }

  .nf-form-title{
    display:none;
  }

  .home .nf-field-label label{
    color:white;
    font-weight:300;
  }

  .nf-field-label label{
    color:white;
    font-weight:300;
  }

  body .nf-field-label label span{
    color:white;
    font-weight:300;
  }

  .nf-field-label label span{
    color:white;
    font-weight:300;
  }

  body .nf-error .nf-error-msg{
    color:white;
  }

  .nf-error .nf-error-msg{
    color:white;
  }

  body .nf-field-container{
    text-align:left;
    margin-bottom:50px;
  }

  body .nf-form-cont{
    margin-top:50px;
  }

  body .nf-before-form-content{
    display:none;
  }

  body .nf-field-element input,
  body .nf-field-element textarea{
    border:0 !important;
  }

  body .nf-field-element input[type="button"],
  .content-inside + .hubungi-kami .nf-field-element input[type="button"]{
    background-color: #25D366;
    border-radius: 5px;
    border: 1px solid #25D366 !important;
    color: white;
    font-weight:600;
    width: 100%;
    text-transform: uppercase;
    height: 55px;
    outline:none;
  }

  body .nf-field-element input[type="button"]:hover,
  .content-inside + .hubungi-kami .nf-field-element input[type="button"]:hover{
    background-color:#25d366bd !important;
    color: white !important;
  }

  body .nf-error-msg, .home .ninja-forms-req-symbol,
  .content-inside + .hubungi-kami .nf-error-msg, .content-inside + .hubungi-kami .ninja-forms-req-symbol{
    color:white;
  }

  .hubungi-form{
    width:45%;
    margin:auto;
  }

  @media(max-width:812px){
    .hubungi-form{
      width:100%;
    }
  }

  div{
    outline:none;
  }

  .floating-wa{
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
  }
  .floating-wa.open-wa{
    display:none;
  }

  .floating-wa a{
    display:block;
  }

  .floating-wa a img{
    width:100px;
  }

  @media(max-width:812px){
    .floating-wa a img{
      width:70px;
    }
  }

  .img-img-berkumpul{
    margin-left:-50px;
    margin-right:-50px;
  }

  @media(max-width:670px){
    .img-img-berkumpul{
      margin-left:0;
      margin-right:0;
    }
  }
  
  .img-img-berkumpul img{
    height:65px;
    width:auto;
    margin:30px 10px 0;
  }

  .img-img-berkumpul img.wp-image-18{
    height:40px;
  }

  .klik-wa{
    display:inline-block;
    background-color:#25d366;
    border-radius:8px;
    padding:15px 25px 15px 20px;
    font-size:22px;
    color:white;
    font-weight:900;
  }

  .klik-wa img{
    width:48px;
    margin-right:5px;
  }

  .testimonial-wrapper{
    margin-bottom:30px;
  }

  .testimonial-wrapper .nama-testi{
    font-style:italic;
    font-weight:600;
  }
/****/

/**Pengenalan**/
  .pengenalan-generali{
    padding:60px 0;
  }

  .pengenalan-wrapper{
    display:flex;
    margin-bottom:60px;
  }
  @media(max-width:812px){
    .pengenalan-wrapper{
      flex-flow:column;
    }
  }

  .pengenalan-kiri{
    flex:0 0 200px;
    padding-right:20px;
  }

  .pengenalan-kanan{
    padding-left:20px;
    flex:0 0 calc(100% - 200px);
  }

  .pengenalan-kanan h5{
    font-weight:bold;
  }

  @media(max-width:812px){
    .pengenalan-kiri{
      flex:0 0 auto;
      padding-right:0;
      margin-bottom:30px;
    }

    .pengenalan-kiri img{
      width:100px;
    }

    .pengenalan-kanan{
      padding-left:0;
      flex:0 0 calc(100% - 200px);
    }

    .ojk-logo{
      width:150px !important;
    }

    .pengenalan-wrapper{
      text-align:center;
    }
  }

  @media(max-width:690px){
    .ojk-logo{
      margin-right:auto;
      margin-left:auto;
    }

    .home-slider-bg h1{
      padding-top:0 !important;
      font-size:26px !important;
      text-shadow:0 0 60px black;
    }

    .home-slider-bg h3{
      margin-bottom:98px !important;
      line-height:20px;
    }

    .home-slider-bg h3 strong{
      font-size:16px !important;
      text-shadow:0 0 25px white !important;
      background-color:transparent!important;
      color:black!important;
      font-weight:normal!important;
    }

    .home-slider-bg p{
      font-size:20px;
    }
  }

  .content.content-inside .elementor-widget:not(:last-child){
    margin-bottom:0;
  }

  .content-container{
    padding:30px 0;
  }

  .kumpulan-gambar{
    margin-bottom:25px;
    font-size:0;
    text-align:center;
  }

  .kumpulan-gambar img{
    max-width:350px;
    padding:10px;
  }

  .kumpulan-gambar.bagi-4 img{
    width:calc(100% / 4);
  }

  @media(max-width:780px){
    .kumpulan-gambar{
      text-align:center;
    }

    .kumpulan-gambar img{
      padding:20px 0;
      width:100% !important;
    }
  }

  .klik-chat > a{
    display:inline-block;
    background-color:#ff8d00;
    padding:18px 40px;
    border-radius:5px;
    font-weight:bold;
    color:white;
    font-size:21px;
    text-align:center;
  }

  .kotak-kotak-tawar{
    font-size:0;
    width:75%;
    margin:auto;
    text-align:center;
  }
  .kotak-isi{
    width: calc(100% / 4 - 40px);
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin: 10px;
    color: white;
    vertical-align:top;
  }

  @media(max-width:780px){
    .kotak-isi{
      width:calc(100% / 3 - 40px);
    }
  }

  @media(max-width:680px){
    .kotak-kotak-tawar{
      width:100%;
    }

    .kotak-isi{
      width:calc(100% / 2 - 20px);
      margin:10px;
      text-align:center;
    }

    .big-mobile{
      width:100% !important;
    }
  }

  .kotak-01, .kotak-06, .kotak-11{
    background-color:orange;
  }
  .kotak-02, .kotak-07, .kotak-12{
    background-color:#a2a2a2;
  }
  .kotak-03, .kotak-08, .kotak-13{
    background-color:#ffc800;
  }
  .kotak-04, .kotak-09{
    background-color:#2285da;
  }
  .kotak-05, .kotak-10{
    background-color:#0eb90e;
  }

  .kotak-keuntungan{
    font-size:0;
    margin-top:45px;
  }

  .untung-box{
    display: inline-flex;
    vertical-align: top;
    width: calc(100% / 2);
    align-items: center;
    padding-right: 40px;
    padding-bottom: 40px;
  }

  .table-mitra table{
    width:50%;
    margin:40px auto;
  }

  .table-mitra table tr th:first-child,
  .table-mitra table tr td:first-child{
    text-align:center;
    font-weight:bold;
    color:#333;
    border-right:1px solid #e3e3e3;
  }

  .table-mitra table tr th,
  .table-mitra table tr td{
    text-align:right;
    color:#333;
  }

  @media(max-width:680px){
    .table-mitra table{
      width:80%;
      text-align:center;
    }

    .table-mitra table tr th, .table-mitra table tr td{
      text-align:center;
    }

    .table-mitra table tr th:first-child, .table-mitra table tr td:first-child{
      border-right:0;
    }

    .untung-box{
      width:100%;
      padding-right:0;
    }

    .table-mitra thead th:nth-child(2),
    .table-mitra thead th:nth-child(3),
    .table-mitra thead th:nth-child(4){
      display:none;
    }

    .table-mitra tbody tr,
    .table-mitra tbody tr td{
      display:block;
      padding:10px;
    }

    .table-mitra tbody tr td:first-child{
      font-size:19px;
      font-weight:bold;
    }

    .table-mitra tbody tr td:nth-child(2):before{
      display:block;
      content:'Tabungan Cemerlang Per Bulan';
      font-weight:bold;
      font-size:14px;
    }

    .table-mitra tbody tr td:nth-child(3):before{
      display:block;
      content:'Komisi Per Bulan';
      font-weight:bold;
      font-size:14px;
    }

    .table-mitra tbody tr td:nth-child(4):before{
      display:block;
      content:'Bonus Akhir Tahun';
      font-weight:bold;
      font-size:14px;
    }
  }

  .left-untung{
    flex:0 0 100px;
  }

  .untung-box img{
    width:65px;
  }

  .right-untung{
    font-size:21px;
    color:#333;
  }

  .big-image{
    text-align:center;
    margin-bottom:25px;
  }

  @media(min-width:690px){
    .big-image img{
      max-width:80%;
      margin:auto;
    }
  }

  .content-inside h3{
    font-weight:bold;
  }

  .content-inside h4{
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .content-inside h5{
    margin-bottom:15px;
    color:#d00000;
  }

  .content-inside h2,
  .content-inside h3,
  .content-inside h4{
    font-size:30px !important;
  }

  .content-inside p{
    color:#333;
    font-size:21px;
  }

  .red-big{
    display:block;
    margin-top:20px;
    font-size:23px;
    color:red;
  }

  @media(max-width:670px){
    .content-inside h2,
    .content-inside h3,
    .content-inside h4{
      font-size:28px !important;
    }

    .content-inside p{
      font-size:18px !important;
    }

    .content-inside{
      max-width:100%;
    }

    .will-big{
      width:100% !important;
    }
  }

  .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
    padding:0;
  }

  .elementor-section.elementor-section-boxed>.elementor-container{
    max-width:none;
  }

  .page-template-blank-template header.header.kemitraan-on,
  .page-template-medis header.header.kemitraan-on,
  .page-template-thank-you-medis header.header.kemitraan-on{
    display:block;
  }

  @media(max-width:690px){
    .elementor-widget-container{
      padding-right:15px !important;
      padding-left:15px !important;
    }
  }

  .covid-reminder{
    background-color:#faff00;
    padding:10px;
    margin:0 -40px 25px;
    text-align:center;
  }

  .covid-reminder p{
    margin-bottom:0;
    font-weight:bold;
  }

  @media(max-width:690px){
    .home-slider-bg .centered-wrapper{
      height:360px;
      padding-top:0;
    }

    .shadow-wrap{
      padding:30px !important;
    }

    h3{
      font-size:28px;
    }

    p{
      font-size:18px;
    }

    .img-img-berkumpul img{
      margin:30px 0 0;
      width:100% !important;
    }

    #intro .centered-wrapper{
      padding-right:0;
      padding-left:0;
    }

    #intro h3{
      font-size:20px !important;
    }

    #intro h3 + span{
      font-size:15px !important;
    }

    .klik-wa{
      padding:15px 25px 15px 20px;
      font-size:18px;
    }

    .klik-wa img{
      width:35px;
    }
  }
/****/

.pengenalan-kiri img{
  width:140px;
}

.article-cover-top{
  height:400px;
  background-image:url('../images/asuransi-artikel-bg.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

@media(max-width:690px){
  .article-cover-top{
    height:350px;
  }
}

.article-cover-content{
  display:flex;
  flex-flow:column;
  height:100%;
  justify-content:flex-end;
  padding-bottom:60px;
}

.article-cover-content h4{
  font-size:50px;
  font-family: 'Poppins';
}

.article-cover-content p{
  font-size:30px;
}

.all-post-wrapper h3{
  font-size:38px;
  text-align:center;
  margin:35px 0;
  font-weight:600;
}

@media(max-width:690px){
  .all-post-wrapper h3{
    font-size:32px;
    margin:25px 0;
  }
}

.post-indv{
  display:flex;
  margin-bottom:40px;
}

.post-left{
  flex:0 0 280px;
}

.post-right{
  flex:0 0 calc(100% - 280px);
  padding-left:40px;
}

@media(max-width:690px){
  .article-cover-content h4{
    line-height:52px;
    font-size:38px;
  }

  .article-cover-content p{
    line-height:38px;
    font-size:20px;
  }

  .article-cover-content{
    padding-bottom:40px;
  }

  .post-indv{
    flex-flow:column;
  }
  
  .post-left{
    margin-bottom:15px;
  }

  .post-left,
  .post-right{
    padding:0;
    flex:0 0 100%;
  }
}

.post-right a{
  font-size:28px;
  font-weight:600;
  color:#c43c39;
  display:block;
  margin-bottom:15px;
}

.post-content-short{
  font-size:18px;
  color:#3c3c3c;
}

.single-post .all-post-wrapper,
.search-results .all-post-wrapper,
.archive .all-post-wrapper,
.page-template-thank-you-medis .all-post-wrapper{
  padding:50px 0;
}

.single-post .all-post-wrapper > .centered-wrapper,
.search-results .all-post-wrapper > .centered-wrapper,
.archive .all-post-wrapper > .centered-wrapper,
.page-template-thank-you-medis .all-post-wrapper > .centered-wrapper{
  display:flex;
}

.single-post .post-on-left,
.search-results .post-on-left,
.archive .post-on-left,
.page-template-thank-you-medis .post-on-left{
  flex:0 0 calc(100% - 250px);
  padding-right:80px;
  width:calc(100% - 250px);
}

.single-post .post-on-right,
.search-results .post-on-right,
.archive .post-on-right,
.page-template-thank-you-medis .post-on-right{
  flex:0 0 250px;
}

@media(max-width:890px){
  .single-post .post-on-left,
  .search-results .post-on-left,
  .archive .post-on-left,
  .page-template-thank-you-medis .post-on-left{
    flex:0 0 1;
    padding-right:0;
    width:100%;
  }

  .single-post .post-on-right,
  .search-results .post-on-right,
  .archive .post-on-right,
  .page-template-thank-you-medis .post-on-right{
    flex:0 0 1;
  }
}

.single-post h1,
.search-results h1,
.archive h1{
  color:#be4b4d;
  margin-bottom:20px;
}

.single-post .byline{
  margin-bottom:40px;
}

.search-results .byline,
.archive .byline{
  margin-bottom:10px;
}

.search-result-all > article,
.archive > article{
  margin-bottom:30px;
}

.single-post #comments,
.search-results #comments,
.archive #comments,
.page-template-thank-you-medis #comments{
  display:none;
}

.single-post .sidebar li,
.search-results .sidebar li,
.archive .sidebar li,
.page-template-thank-you-medis .sidebar li{
  margin-bottom:18px;
}

.single-post .sidebar .widget_recent_comments,
.search-results .sidebar .widget_recent_comments,
.archive .sidebar .widget_recent_comments,
.page-template-thank-you-medis .sidebar .widget_recent_comments{
  display:none;
}

.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption{
  display:block;
  font-size:15px;
  font-style:italic;
  margin-bottom:25px;
}

body h1,
body h2{
  font-weight:bold;
  margin-bottom:25px;
}

body article h1,
body article h2{
  margin-top:25px;
}

body article h1{
  font-size:40px;
}

body article h2{
  font-size:38px;
}

.thank-you h4{
  font-size:34px;
  font-weight:bold;
}

.thank-you p{
  font-size:20px;
  margin:25px 0;
}

.thank-you a{
  text-decoration:underline;
  color:#c43c3c;
  font-weight:bold;
}

@media(max-width:690px){
  body article h1{
    font-size:29px;
    line-height:32px;
  }

  body article h2{
    font-size:27px;
    line-height:32px;
  }

  .single-post .all-post-wrapper > .centered-wrapper,
  .search-results .all-post-wrapper > .centered-wrapper,
  .archive .all-post-wrapper > .centered-wrapper,
  .page-template-thank-you-medis .all-post-wrapper > .centered-wrapper{
    flex-flow:column;
  }

  .single-post .post-on-left,
  .search-results .post-on-left,
  .archive .post-on-left,
  .page-template-thank-you-medis .post-on-left{
    flex:0 0 100%;
    padding-right:0;
  }

  .single-post .post-on-right,
  .search-results .post-on-right,
  .archive .post-on-right,
  .page-template-thank-you-medis .post-on-right{
    flex:0 0 100%;
    margin-top:40px;
  }

  .single-post .article-cover-top{
    display:none;
  }

  .single-post .all-post-wrapper{
    padding-top:100px;
  }
}

.search-for-artikel{
  margin-bottom:40px;
}

@media(max-width:690px){
  .search-for-artikel{
    margin-bottom:20px;
  }
}

.search-for-artikel form{
  display:flex;
  justify-content:center;
}

.search-for-artikel form label{
  flex:0 0 50%;
}

.search-for-artikel form input[type="submit"]{
  margin-left:20px;
}

.place-for-tags{
  margin-top:50px;
}

p.tags .tags-title{
  color:#3c3c3c;
}

p.tags a{
  color:#c33e3b;
}

p.tags a:hover,
p.tags a:focus{
  text-decoration:underline;
}

.article-footer{
  display:none;
}

@media(max-width:690px){
  .search-for-artikel form label span.screen-reader-text{
    display:none;
  }

  .search-for-artikel form label{
    flex:0 0 70%;
  }

  .search-for-artikel form input[type="submit"]{
    margin-left:10px;
  }

  .place-for-tags{
    display:none;
  }

  .article-footer{
    display:block;
  }

  h4.widgettitle{
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
  }

  .postid-115 .wp-block-table table tbody tr:first-child td:not(:first-child),
  .postid-117 .wp-block-table table tbody tr:first-child td:not(:first-child),
  .postid-119 .wp-block-table table tbody tr:first-child td:not(:first-child),
  .postid-121 .wp-block-table table tbody tr:first-child td:not(:first-child),
  .postid-123 .wp-block-table table tbody tr:first-child td:not(:first-child),
  .postid-125 .wp-block-table table tbody tr:first-child td:not(:first-child){
    display:none;
  }

  .postid-115 .wp-block-table table tbody tr:not(:first-child) td,
  .postid-117 .wp-block-table table tbody tr:not(:first-child) td,
  .postid-119 .wp-block-table table tbody tr:not(:first-child) td,
  .postid-121 .wp-block-table table tbody tr:not(:first-child) td,
  .postid-123 .wp-block-table table tbody tr:not(:first-child) td,
  .postid-125 .wp-block-table table tbody tr:not(:first-child) td{
    display:block;
  }

  .postid-115 .wp-block-table table tbody tr:not(:first-child) td:nth-child(2):before,
  .postid-117 .wp-block-table table tbody tr:not(:first-child) td:nth-child(3):before,
  .postid-121 .wp-block-table table tbody tr:not(:first-child) td:nth-child(3):before{
    display:block;
    content:'AIA :';
    font-size:13px;
    font-weight:bold;
  }

  .postid-115 .wp-block-table table tbody tr:not(:first-child) td:nth-child(3):before,
  .postid-119 .wp-block-table table tbody tr:not(:first-child) td:nth-child(3):before,
  .postid-125 .wp-block-table table tbody tr:not(:first-child) td:nth-child(3):before{
    display:block;
    content:'Generali :';
    font-size:13px;
    font-weight:bold;
  }

  .postid-115 .wp-block-table table tbody tr:not(:first-child) td:nth-child(4):before,
  .postid-117 .wp-block-table table tbody tr:not(:first-child) td:nth-child(4):before,
  .postid-119 .wp-block-table table tbody tr:not(:first-child) td:nth-child(4):before,
  .postid-121 .wp-block-table table tbody tr:not(:first-child) td:nth-child(4):before,
  .postid-123 .wp-block-table table tbody tr:not(:first-child) td:nth-child(4):before,
  .postid-125 .wp-block-table table tbody tr:not(:first-child) td:nth-child(4):before{
    display:block;
    content:'Pemenang :';
    font-size:13px;
    font-weight:bold;
  }

  .postid-117 .wp-block-table table tbody tr:not(:first-child) td:nth-child(2):before,
  .postid-119 .wp-block-table table tbody tr:not(:first-child) td:nth-child(2):before,
  .postid-123 .wp-block-table table tbody tr:not(:first-child) td:nth-child(3):before{
    display:block;
    content:'Allianz :';
    font-size:13px;
    font-weight:bold;
  }

  .postid-121 .wp-block-table table tbody tr:not(:first-child) td:nth-child(2):before,
  .postid-123 .wp-block-table table tbody tr:not(:first-child) td:nth-child(2):before,
  .postid-125 .wp-block-table table tbody tr:not(:first-child) td:nth-child(2):before{
    display:block;
    content:'Prudential :';
    font-size:13px;
    font-weight:bold;
  }

  .elementor-5 .elementor-element.elementor-element-cba12c3 > .elementor-widget-container{
    padding: 120px 0 0 0 !important;
    /*background-position: right -25px center;*/
    background-size: 100%;
    /*background-color: #292929;*/
  }
}

/*.floating-wa > a,
.click-wa-sekarang > a{
  display:none;
}*/

/*.wa-buttons{
  display:none;
}*/

.submenu-header{
  display:none;
  position:absolute;
  left:0;
  background-color:white;
  padding:0;
  top:25px;
}

.submenu-header ul{
  display:block;
  margin-left:0;
}

.menu-header .submenu-header ul li{
  margin-left:0;
}

.menu-header .submenu-header ul li a{
  color: #c23c3b;
  padding: 15px 20px;
  display: block;
  font-weight: bold;
}

.menu-header .submenu-header ul li a:hover,
.menu-header .submenu-header ul li a:focus{
  background-color:#ececec;
}

.have-submenu{
  position:relative;
}

.have-submenu:hover .submenu-header{
  display:block;
}

.submenu-header-mobile{
  padding-left:25px;
}

@media(max-width:390px){
  .floating-wa a span{
    font-size:14px !important;
    padding:5px 22px 5px 10px !important;
  }

  .floating-wa a img{
    width:65px;
  }

  .home-slider-bg h1{
    padding-top:15px !important;
    font-size:22px !important;
  }
}