html{
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*navbar*/
#landingpage {
  background-color: #fff;
  width: 100%;
  padding-right: 8%;
  padding-left: 8%;
  margin-right: auto;
  margin-left: auto;
}
.navbar-brand {
  width: 30%;
}
#landingpage li.active .nav-link {
  color: #213AA0;
  font-weight: bold;
}
.dropdown-item.active, .dropdown-item:active {
  color: #213AA0 !important;
  font-weight: bold;
  background-color: transparent;
}
#landingpage a {
  color: #424242;
  padding: 0 12px;
}
.lbaColor{
  color: #213AA0;
}
.dropdown-menu.text-center.show {
  border-radius: 16px;
  margin-top: 10px;
}


.lbaColor{
    color: #213AA0;
  }
  .dropdown-menu.text-center.show {
    border-radius: 16px;
    margin-top: 10px;
  }
  .btn-info.color {
    background-image: linear-gradient(to left, #0090D8, #272B97);
    border-radius: 10px;
    min-height: 45px;
  }
  .btn-info.color.login {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .profilMenu {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .profilMenuDropdown {
    border-radius: 50%;
    width: 51px;
    height: 51px;
    margin: 10px auto;
    display: block;
  }
  .cardKeungulan {
    background: linear-gradient(90.03deg, #272B97 -9.85%, #0090D8 112.01%);
    color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    min-height: 205px;
  }
  .titleCardHome {
    font-size: 18px;
    font-weight: bold;
  }
  .desCardHome {
    margin-bottom: 0;
  }
  .owl-theme .owl-dots .owl-dot span {
    display: none !important;
  }
  #tentangKami {
    background: url(../images/bg-tentang.png);
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    background-size: cover;
  }
  .tentangKamiModal .modal-content {
    background-color: #f5f5f5;
    border-radius: 167px;
    padding: 60px 40px;
  }
  #paket {
    padding: 60px 40px;
  }
  #paket .nav-pills.paket {
      margin-bottom: 20px;
      border: 1px solid #777;
      border-radius: 12px;
  }
  #paket .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: linear-gradient(90.03deg, #272B97 -9.85%, #0090D8 112.01%);
    color: #fff;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #paket .nav-pills .nav-link.booster.active, .nav-pills .show>.nav-link.booster {
      background: linear-gradient(90.03deg, #272B97 -9.85%, #0090D8 112.01%);
      color: #fff;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      border-top-right-radius: 11px;
      border-bottom-right-radius: 11px;
  }
  #paket .nav-pills .nav-link {
      color: #777777;
  }
  .titleContactHome {
    font-size: 22px;
  }
  .desContactHome {
    color: #667085;
  }
  .desContactHome i {
    font-size: 24px;
    margin-right: 10px;
  }
  #daftar {
    padding: 80px 0;
  }
  .btn-ctaHome {
    border: 1px solid #6e6e6e;
    border-radius: 10px;
    min-height: 45px;
    width: 120px;
  }


.btn-info.color {
  background-image: linear-gradient(to left, #0090D8, #272B97);
  border-radius: 10px;
  min-height: 45px;
}
.btn-info.color.login {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.profilMenu {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.profilMenuDropdown {
  border-radius: 50%;
  width: 51px;
  height: 51px;
  margin: 10px auto;
  display: block;
}
.cardKeungulan {
  background: linear-gradient(90.03deg, #272B97 -9.85%, #0090D8 112.01%);
  color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  min-height: 205px;
}
.titleCardHome {
  font-size: 18px;
  font-weight: bold;
}
.desCardHome {
  margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}
#tentangKami {
  background: url(../images/bg-tentang.png);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
  background-size: cover;
}
.tentangKamiModal .modal-content {
  background-color: #f5f5f5;
  border-radius: 167px;
  padding: 60px 40px;
}
#paket {
  padding: 60px 40px;
}
#paket .nav-pills.paket {
    margin-bottom: 20px;
    border: 1px solid #777;
    border-radius: 12px;
}
#paket .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: linear-gradient(90.03deg, #272B97 -9.85%, #0090D8 112.01%);
  color: #fff;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#paket .nav-pills .nav-link.booster.active, .nav-pills .show>.nav-link.booster {
    background: linear-gradient(90.03deg, #272B97 -9.85%, #0090D8 112.01%);
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}
#paket .nav-pills .nav-link {
    color: #777777;
}
.titleContactHome {
  font-size: 22px;
}
.desContactHome {
  color: #667085;
}
.desContactHome i {
  font-size: 24px;
  margin-right: 10px;
}
#daftar {
  padding: 80px 0;
}
.btn-ctaHome {
  border: 1px solid #6e6e6e;
  border-radius: 10px;
  min-height: 45px;
  width: 120px;
}

/*footer*/
#footer {
  background: url(../images/bg-footer.png);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
  background-size: cover;
}
.copyright-text {
  text-align: center;
  color: #475569;
}

/*halaman registrasi*/
#section1 {
  padding: 120px 60px;
}
#section1 .wrap {
  min-width: 753px;
  background-color: #F5F5F5;
  border-radius: 165px;
  border: 1px solid #e6e6e6;
  padding: 40px 20px 20px;
  box-shadow: 1px 3px 8px 0px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.form-lba {
  padding: 60px;
}
.form-lba .form-control {
  border-radius: 10px;
  min-height: 55px;
}
.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}
.title1 {
  font-size: 48px;
  color: #203BA1;
  font-weight: bold;
}
.title2 {
  font-size: 36px;
}
.title3 {
}
.description1 {
  font-size: 20px;
  color: #667085;
}
.description2 {
  font-size: 16px;
  color: #667085;
}

/*halaman profil*/
#section2 {
  padding: 40px 0;
}
.cardUserLeft {
  background-color: #F5F5F5;
  border-radius: 50px;
  min-height: 640px;
  display: block;
  padding: 136px 20px 20px;
}
.title-dash {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
}
.line-dash {
  margin-top: 0;
  margin-bottom: 20px;
  width: 40px;
  border-top: 3px solid #000;
  margin-right: auto !important;
  margin-left: auto !important;
}
.cardUserLeft .img-fluid.rounded-circle.dash {
  border: 3px solid #203BA1;
  width: 128px;
  height: 128px;
  margin: auto;
  margin-bottom: 15px;
  object-fit: cover;
  display: table;
}
.description-dash {
  text-align: center;
  color: #777777;
}
.breadcrumb {
  background: transparent;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin-bottom: 32px;
}
.breadcrumb-item.active {
  color: #203BA1;
  font-size: 24px;
}
.cardUser {
  background-color: #F5F5F5;
  border-radius: 50px;
  padding: 56px;
}
.cardUser .form-control {
  border-radius: 10px;
  min-height: 55px;
}
.cardPaket {
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
  border-radius: 16px;
}

/*halaman paket*/
.card-footer {
  background-color: transparent;
  border-top: 1px solid #75A4FE;
}
.text-kode {
  color: #203BA1;
}
.searchKode {
  height: 72px;
}
.searchKode .form-control {
  border-radius: 10px !important;
  height: 72px;
}
.searchKode .input-group-append {
  padding: 20px;
  position: absolute;
  right: -10px;
}
.searchKode .btn-info.color {
  height: 53px;
  top: -10px;
  border-radius: 10px;
  width: 179px;
  z-index: 999;
}

/*halaman ujian*/
#section3 {
  padding: 40px 10px;
}
#section3 .card {
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}
#section3 .card-title {
  padding: 10px 0px;
  border-bottom: 1px solid #75A4FE;
}
#section3 .card-body {
  padding: 0;
}
#section3 .table {
  font-size: 14px;
}
#section3 .table td, .table th {
  padding: 5px 0;
  vertical-align: top;
  border-top: 0;
}
.ind-yakin {
  background-color: #4CAF50;
  margin-right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.ind-ragu {
  background-color: #2196F3;
  margin-right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.ind-belum {
  background-color: #e91e63;
  margin-right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.ind-posisi {
  border: 1px solid #777;
  background-color: transparent;
  margin-right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
#section3 .nomor {
  color: #213AA0;
}
#section3 .row.wr {
  margin: 0;
}
#section3 .row.wr .ind-wrap {
  margin-right: 4px;
  margin-bottom: 5px;
  background: #53af50;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding: 0;
}
#section3 .row.wr .ind-wrap.posisi {
  background-color: #fff;
  color: #777;
  border: 1px solid #777;
}
#section3 .row.wr .ind-wrap.ragu {
  background: #3a96f4;
}
#section3 .row.wr .ind-wrap.belum {
  background: #ea4463;
}
#section3 .card .nav-tabs {
  border-bottom: 1px solid #75A4FE;
  font-size: 14px;
}
#section3 .card .nav-tabs .nav-link {
  border-radius: 0;
  border: 0;
  padding: 8px 5px;
  background-color:  transparent;
}
#section3 .card .nav-tabs .nav-item {
  margin-bottom: 0;
}
#section3 .card .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-bottom: 2px solid #75A4FE !important;
}
#section3 .card .nav-tabs button:focus {
  outline: none;
}
.description-soal {
  font-size: 14px;
}
.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #fff;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #53af50;
  border-radius: 10px;
  z-index: -1;
  width: 100%;
}
.funkyradio-success:before {
  border: 1px solid green;

}
.funkyradio label {
  box-shadow: 0px 38.486881256103516px 71.47562408447266px 0px #00000012;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 45px;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
  z-index: 1;
  font-size: 14px;
  position: relative;
  line-height: 2.5em;
  text-indent: unset;
  margin-top: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
}
.custom-switch.custom-switch-sm .custom-control-label {
  padding-bottom: 1rem;
  font-size: 14px;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1rem - 0.25rem));
}

.tanggal-ttd{
    position: absolute;
    /* width: 190px; */
    height: 15px;
    z-index: 5;
    margin-left: 67%;
    top: 34.9rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    color: #000000;
  }

/*sertifikat*/
.sertifikatInfo {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  padding: 230px 10px;
  /* margin-top: 240px; */
  
}
/*sertifikat*/
.percetakan {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 0px;
    top: 295px;
  /* margin-top: 240px; */
}

.sertifikatInfo .lembaga {
  font-size: 20px;
}
.sertifikatInfo .sk {
  font-size: 15px;
}
.sertifikatInfo .intro {
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: -2px;
}
.sertifikatInfo .proudly {
  font-size: 20px;
  padding-top: 18px;
}
.sertifikatInfo .name {
  font-size: 40px;
  color: #203BA1;
  font-weight: bold;
  padding-top: 10px;
}
.sertifikatInfo .nameCetak {
  font-size: 40px;
  color: #203BA1;
  font-weight: bold;
  /* position: absolute; */
  /* top: 20px; */
  /* padding-top: 10px; */
}
.sertifikatInfo .birth {
  font-size: 18px;
  padding-top: 2px;
  margin-bottom: 10px;
}
.sertifikatInfo .archive {
  font-size: 20px;
  margin-bottom: 8px;
}
.sertifikatInfo table {
  margin: auto;
}
.sertifikatInfo .introTable {
  color: #203BA1;
  padding-right: 10px;
}
.sertifikatInfo .expired {
  font-size: 12px;
  padding-top: 125px;
}
.sertifikatInfo .info {
  font-size: 12px;
}
.sertifikatInfo .expired.cetak {
  text-align: left;
  margin-left: 24%;
}
.sertifikatInfo .info.cetak {
  text-align: left;
  margin-left: 24%;
}
.bgSertifikat {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
}
.bgSertifikatCetak {
  position: relative;
  z-index: 1;
}
.qrSertifikat {
  position: absolute;
  z-index: 2;
  top: 600px;
  margin-left: 90px;
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .qrSertifikat {
    top: 614px;
    margin-left: 5%;
  }
  .sertifikatInfo {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 200px 10px;
    /* margin-top: 240px; */
  }
  .percetakan {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 0px;
    top: 315px;
  }
}
@media screen and (max-width: 1200px) {
  .qrSertifikat {
    top: 614px;
    margin-left: 5%;
  }
  .percetakan {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 0px;
    top: 280px;
    /* margin-top: 240px; */
  }
}
/*responsive css*/
@media screen and (max-width: 1024px) {
    .qrSertifikat {
        top: 555px;
        margin-left: 5%;
      }
  #landingpage {
    padding-right: 2%;
    padding-left: 2%;
  }
  .navbar-brand {
    width: 20%;
  }
  .card-footer {
    display: flex;
  }
  .sertifikatInfo .lembaga {
    font-size: 18px;
  }
  .sertifikatInfo .sk {
    font-size: 13px;
  }
  .sertifikatInfo .intro {
    font-size: 14px;
  }
  .sertifikatInfo .proudly {
    font-size: 16px;
  }
  .sertifikatInfo .name {
    font-size: 34px;
  }
  .sertifikatInfo .nameCetak {
    font-size: 34px;
  }
  .sertifikatInfo .birth {
    font-size: 14px;
  }
  .sertifikatInfo .archive {
    font-size: 16px;
  }
  .sertifikatInfo table {
    font-size: 13px;
  }
  .sertifikatInfo .expired {
    font-size: 10px;
    padding-top: 70px;
  }
  .sertifikatInfo .info {
    font-size: 10px;
  }
  .sertifikatInfo .expired.cetak {
    margin-left: 22%;
  }
  .sertifikatInfo .info.cetak {
    margin-left: 22%;
  }
}

@media screen and (max-width: 991px) {

   .sertifikatInfo {
    padding: 170px 10px;
  }
  .percetakan {
    padding: 0px;
    }
  .sertifikatInfo .lembaga {
    font-size: 14px;
  }
  .sertifikatInfo .sk {
    font-size: 10px;
  }
  .sertifikatInfo .intro {
    font-size: 10px;
    padding-top: 0;
  }
  .sertifikatInfo .proudly {
    font-size: 12px;
    padding-top: 10px;
  }
  .sertifikatInfo .name {
    font-size: 27px;
    margin-top: -5;
    margin-bottom: 2px;
  }
  .sertifikatInfo .nameCetak {
    font-size: 27px;
  }
  .sertifikatInfo .birth {
    font-size: 10px;
  }
  .sertifikatInfo .archive {
    font-size: 12px;
  }
  .sertifikatInfo table {
    font-size: 10px;
  }
  .sertifikatInfo .expired {
    font-size: 8px;
    padding-top: 40px;
  }
  .sertifikatInfo .info {
    font-size: 8px;
  }
  .qrSertifikat {
    position: absolute;
    width: 75px;
    top: 537px;
    left: 40px;
  }
  .sertifikatInfo .expired.cetak {
    margin-left: 26%;
    padding-top: 50px;
  }
  .sertifikatInfo .info.cetak {
    margin-left: 26%;
  }
  .tentangKamiModal .modal-content {
    border-radius: 40px;
    padding: 20px 20px;
  }
}

@media screen and (max-width: 894px) {
    .qrSertifikat {
        position: absolute;
        width: 75px;
        top: 499px;
        left: 32px;
    }
  }

@media screen and (max-width: 840px) {
    .qrSertifikat {
      top: 490px;
      margin-left: 5%;
    }
    .percetakan {
      width: 100%;
      text-align: center;
      position: absolute;
      z-index: 2;
      padding: 0px;
      top: 220px;
      /* margin-top: 240px; */
    }
}

  @media screen and (max-width: 825px) {
    .percetakan {
        /* padding: 221px 10px; */
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 2;
        padding: 0px;
        top: 280px;
    }
}


@media screen and (max-width: 820px) {
    .percetakan {
        /* padding: 220px 10px; */
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 2;
        padding: 0px;
        top: 280px;
    }
    .qrSertifikat {
        position: absolute;
        width: 75px;
        top: 467px;
        left: 32px;
    }
}
@media screen and (max-width: 768px) {
  #landingpage {
    padding-right: 5%;
    padding-left: 5%;
  }
  #landingpage a {
    padding: 6px 12px;
  }
  .navbar-brand {
    width: 50%;
  }
  #section1 .wrap {
    min-width: unset;
    border-radius:  65px;
  }
  .form-lba {
    padding: 40px 20px;
  }
  .cardUser {
    padding: 40px 20px;
  }
  .cardPaket {
    margin-bottom: 22px;
  }
  .card-footer {
    display: flow-root;
  }
  .title1 {
    font-size: 34px;
  }
  .qrSertifikat {
    width: 80px;
    top: 88%;
  }
  .sertifikatInfo {
    padding: 185px 10px;
   }
  .percetakan {
    /* padding: 235px 10px; */
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 0px;
    top: 210px;
   }
  .sertifikatInfo .lembaga {
    font-size: 14px;
  }

  .sertifikatInfo .expired.cetak-print {
    text-align: left;
    margin-left: 30%;
    margin-top: 11px;
}

.qrSertifikat-print {
    /* position: absolute; */
    z-index: 2;
    width: 60px;
    top: 328px;
    margin-left: 21%;
}
  .sertifikatInfo .sk {
    font-size: 8px;
    margin-top: -8px;
    margin-bottom: 3px;
  }
  .sertifikatInfo .intro {
    font-size: 9px;
    padding-top: 4px;
    margin-bottom: 2px;
  }
  .sertifikatInfo .proudly {
    font-size: 11px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
  .sertifikatInfo .name {
    font-size: 18px;
    padding-top: 4px;
  }
  .sertifikatInfo .nameCetak {
    font-size: 18px;
    padding-top: 4px;
  }
  .sertifikatInfo .birth {
    font-size: 9px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .sertifikatInfo .archive {
    font-size: 10px;
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .sertifikatInfo table {
    font-size: 8px;
  }
  .sertifikatInfo .expired {
    font-size: 8px;
    padding-top: 15px;
    margin-bottom: 5px;
  }
  .sertifikatInfo .info {
    font-size: 8px;
  }
  .qrSertifikat {
    position: absolute;
    width: 59px;
    top: 420px;
    margin-left: 6%;
  }
  .sertifikatInfo .expired.cetak {
    margin-left: 30%;
    padding-top: 40px;
  }
  .sertifikatInfo .info.cetak {
    margin-left: 30%;
  }
  /* .sertifikatInfo .expired.cetak {
    margin-left: 17%;
    padding-top: 8.5%;
    font-size: 4px;
  }
  .sertifikatInfo .info.cetak {
    margin-left: 17%;
    font-size: 4px;
  } */
}

@media screen and (max-width: 725px) {
    .percetakan {
        /* padding: 200px 10px; */
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 2;
        padding: 0px;
        top: 205px;
    }
}

@media screen and (max-width: 700px) {
    .qrSertifikat {
        position: absolute;
        width: 50px;
        top: 405px;
        left: 32px;
    }
}
@media screen and (max-width: 660px) {
    .qrSertifikat {
        position: absolute;
        width: 50px;
        top: 385px;
        left: 24px;
    }
}

@media screen and (max-width: 625px) {

    .percetakan {
        /* padding: 170px 10px; */
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 2;
        padding: 0px;
        top: 280px;
    }

    .qrSertifikat-print {
        /* position: absolute; */
        z-index: 2;
        width: 50px;
        top: 332px;
        margin-left: 16%;
    }

    .sertifikatInfo .expired.cetak-print {
        text-align: left;
        margin-left: 25%;
        margin-top: 11px;
    }

  .qrSertifikat {
    width: 50px;
    top: 360px;
    margin-left: 30px;
  }
  .sertifikatInfo .expired.cetak {
    margin-left: 25%;
    padding-top: 40px;
  }
  .sertifikatInfo .info.cetak {
    margin-left: 25%;
  }
}

@media screen and (max-width: 575px) {
  .navbar-brand {
    width: 70%;
  }
  #section1 {
    padding: 80px 20px;
  }
  #section1 .wrap {
    border-radius: 25px;
    padding: 12px;
  }
  .form-lba {
    padding: 40px 0px 0px;
  }
  .title2 {
    font-size: 32px;
  }
  .cardUserLeft {
    min-height: auto;
    padding: 30px 12px;
    margin-bottom: 20px;
  }
  .cardUser {
    padding: 40px 12px;
  }
  .searchKode .btn-info.color {
    width: 110px;
  }
  #section3 {
    padding: 30px 0px;
  }
  .bgSertifikat {
    padding: 20px 10px;
  }
  .sertifikatInfo {
    padding: 110px 10px;
  }
  .sertifikatInfo .lembaga {
    font-size: 12px;
  }
  .sertifikatInfo .sk {
    font-size: 8px;
    margin-top: -8px;
    margin-bottom: 3px;
  }
  .sertifikatInfo .intro {
    font-size: 9px;
    padding-top: 4px;
    margin-bottom: 2px;
  }
  .sertifikatInfo .proudly {
    font-size: 11px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
  .sertifikatInfo .name {
    font-size: 18px;
    padding-top: 0px;
    margin-bottom: -2px;
  }
  .sertifikatInfo .nameCetak {
    font-size: 18px;
    padding-top: 4px;
  }
  .sertifikatInfo .birth {
    font-size: 9px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .sertifikatInfo .archive {
    font-size: 10px;
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .sertifikatInfo table {
    font-size: 8px;
  }
  .sertifikatInfo .expired {
    font-size: 8px;
    padding-top: 15px;
    margin-bottom: 5px;
  }
  .sertifikatInfo .info {
    font-size: 8px;
  }
  .qrSertifikat {
    position: absolute;
    width: 45px;
    top: 336px;
    margin-left: 23px;
  }
  .sertifikatInfo .expired.cetak {
    margin-left: 25%;
    padding-top: 7.5%;
    font-size: 8px;
  }
  .sertifikatInfo .info.cetak {
    margin-left: 25%;
    font-size: 8px;
  }
}

@media screen and (max-width: 528px) {
    .qrSertifikat {
        position: absolute;
        width: 45px;
        top: 310px;
        margin-left: 19px;
    }
}

@media screen and (max-width: 540px) {
    .percetakan {
        /* padding: 145px 10px; */
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 2;
        padding: 0px;
        top: 280px;
    }
}

@media screen and (max-width: 520px) {
    .sertifikatInfo {
      padding: 145px 10px;
    }
  }

@media screen and (max-width: 495px) {
    .qrSertifikat-print {
        /* position: absolute; */
        z-index: 2;
        width: 50px;
        top: 252px;
        margin-left: 16%;
    }

    .sertifikatInfo .expired.cetak-print {
        text-align: left;
        margin-left: 25%;
        margin-top: 11px;
    }
  .navbar-brand {
    width: 70%;
  }
  #section1 {
    padding: 80px 20px;
  }
  #section1 .wrap {
    border-radius: 25px;
    padding: 12px;
  }
  .form-lba {
    padding: 40px 0px 0px;
  }
  .title2 {
    font-size: 34px;
  }
  .cardUserLeft {
    min-height: auto;
    padding: 30px 12px;
    margin-bottom: 20px;
  }
  .cardUser {
    padding: 40px 12px;
  }
  .searchKode .btn-info.color {
    width: 110px;
  }
  #section3 {
    padding: 30px 0px;
  }
  .bgSertifikat {
    padding: 20px 10px;
  }
  .sertifikatInfo {
    padding: 145px 10px;
  }
  .sertifikatInfo .lembaga {
    font-size: 12px;
  }
  .sertifikatInfo .sk {
    font-size: 8px;
    margin-top: -8px;
    margin-bottom: 3px;
  }
  .sertifikatInfo .intro {
    font-size: 9px;
    padding-top: 4px;
    margin-bottom: 2px;
  }
  .sertifikatInfo .proudly {
    font-size: 11px;
    padding-top: 2px;
    margin-bottom: 2px;
  }
  .sertifikatInfo .name {
    font-size: 16px;
    padding-top: 4px;
    margin-top: -5px;
    margin-bottom: 0px;
  }
  .sertifikatInfo .nameCetak {
    font-size: 18px;
    padding-top: 4px;
  }
  .sertifikatInfo .birth {
    font-size: 9px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .sertifikatInfo .archive {
    font-size: 11px;
    padding-top: 5px;
    margin-top: -5px;
    margin-bottom: 0px;
  }
  .sertifikatInfo table {
    font-size: 8px;
  }
  .sertifikatInfo .expired {
    font-size: 8px;
    padding-top: 15px;
    margin-bottom: 5px;
  }
  .sertifikatInfo .info {
    font-size: 8px;
  }
  .qrSertifikat {
    position: absolute;
    width: 45px;
    top: 51%;
    margin-left: 14%;
  }
  .sertifikatInfo .expired.cetak {
    margin-left: 25%;
    padding-top: 5.5%;
    font-size: 8px;
  }
  .sertifikatInfo .info.cetak {
    margin-left: 17%;
    font-size: 6px;
  }
  .tentangKamiModal .modal-content {
    border-radius: 20px;
    padding: 5px;
  }
  .titleHome {
    font-size: 30px;
  }
  .subtitleHome {
    font-size: 24px;
  }
  .titleContactHome {
    margin-top: 25px;
  }
  .title-daftar {
    font-size: 26px;
  }
  #paket {
    padding: 20px 15px;
  }
  #paket .nav-pills.paket {
    font-size: 16px;
    padding-top: 4px;
  }
  .sertifikatInfo .birth {
    font-size: 7px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .sertifikatInfo .archive {
    font-size: 8px;
    padding-top: 5px;
  }
  .sertifikatInfo table {
    font-size: 6px;
  }
  .sertifikatInfo .expired {
    font-size: 6px;
    padding-top: 15px;
    margin-bottom: 5px;
  }
  .sertifikatInfo .info {
    font-size: 6px;
  }
  .qrSertifikat {
    position: absolute;
    width: 35px;
    top: 292px;
    margin-left: 18px;
  }
  .sertifikatInfo .expired.cetak {
    margin-left: 25%;
    padding-top: 8.5%;
    font-size: 6px;
  }
  .sertifikatInfo .info.cetak {
    margin-left: 25%;
    font-size: 6px;
  }
}

@media screen and (max-width: 460px) {
  .sertifikatInfo {
    padding: 90px 10px;
  }
  .qrSertifikat {
    position: absolute;
    width: 35px;
    top: 270px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 428px) {
  .sertifikatInfo {
    padding: 90px 10px;
  }
  .qrSertifikat {
    position: absolute;
    width: 35px;
    top: 254px;
    margin-left: 6px;
  }

}
@media screen and (max-width: 415px) {
    .sertifikatInfo {
        padding: 90px 10px;
    }

    .sertifikatInfo .lembaga {
      font-size: 8px;
    }
    .sertifikatInfo .sk {
      font-size: 5px;
    }
    .sertifikatInfo .intro {
      font-size: 6px;
    }
    .sertifikatInfo .proudly {
      font-size: 8px;
    }
    .sertifikatInfo .name {
      font-size: 12px;
      padding-top: 4px;
    }
    .sertifikatInfo .nameCetak {
      font-size: 12px;
      padding-top: 4px;
    }
    .sertifikatInfo .birth {
      font-size: 6px;
    }
    .sertifikatInfo .archive {
      font-size: 6px;
    }
    .sertifikatInfo table {
      font-size: 5px;
    }
    .sertifikatInfo .expired {
      font-size: 5px;
    }
    .sertifikatInfo .info {
      font-size: 5px;
    }
    .qrSertifikat {
      position: absolute;
      width: 30px;
      top: 320px;
      margin-left: 12%;
    }
    .sertifikatInfo .expired.cetak {
      margin-left: 20%;
      padding-top: 6.5%;
      font-size: 5px;
      }
  .sertifikatInfo .info.cetak {
      margin-left: 20%;
      font-size: 5px;
    }
  }
@media screen and (max-width: 395px) {
    .sertifikatInfo {
        padding: 85px 10px;
    }
  .sertifikatInfo .lembaga {
    font-size: 8px;
  }
  .sertifikatInfo .sk {
    font-size: 5px;
  }
  .sertifikatInfo .intro {
    font-size: 6px;
  }
  .sertifikatInfo .proudly {
    font-size: 8px;
  }
  .sertifikatInfo .name {
    font-size: 12px;
    padding-top: 4px;
    margin-top: -5px;
    margin-bottom: 0px;
  }
  .sertifikatInfo .nameCetak {
    font-size: 12px;
    padding-top: 4px;
  }
  .sertifikatInfo .birth {
    font-size: 6px;
  }
  .sertifikatInfo .archive {
    font-size: 6px;
    margin-top: -5px;
  }
  .sertifikatInfo table {
    font-size: 5px;
  }
  .sertifikatInfo .expired {
    font-size: 5px;
  }
  .sertifikatInfo .info {
    font-size: 5px;
  }
  .qrSertifikat {
    position: absolute;
    width: 30px;
    top: 320px;
    margin-left: 12%;
  }
  .sertifikatInfo .expired.cetak {
    margin-left: 20%;
    padding-top: 6.5%;
    font-size: 5px;
    }
.sertifikatInfo .info.cetak {
    margin-left: 20%;
    font-size: 5px;
  }
}
@media screen and (max-width: 360px) {
    .sertifikatInfo {
        padding: 75px 10px;
    }
  .sertifikatInfo .lembaga {
    font-size: 8px;
  }
  .sertifikatInfo .sk {
    font-size: 5px;
  }
  #paket .nav-pills.paket {
    font-size: 12px;
  }
  .sertifikatInfo .proudly {
    font-size: 8px;
  }
  .sertifikatInfo .name {
    font-size: 10px;
    padding-top: 4px;
    margin-bottom: 0;
  }
  .sertifikatInfo .nameCetak {
    font-size: 12px;
    padding-top: 4px;
  }
  .sertifikatInfo .birth {
    font-size: 6px;
  }
  .sertifikatInfo .archive {
    font-size: 6px;
  }
  .sertifikatInfo table {
    font-size: 5px;
  }
  .sertifikatInfo .expired {
    font-size: 5px;
  }
  .sertifikatInfo .info {
    font-size: 5px;
  }
  .qrSertifikat {
    position: absolute;
    width: 30px;
    top: 315px;
    margin-left: 12%;
  }
  .sertifikatInfo .expired.cetak {
    margin-left: 20%;
    padding-top: 3.5%;
    font-size: 4px;
}
}

@media screen and (max-width: 345px) {
    .qrSertifikat {
        position: absolute;
        width: 25px;
        top: 309px;
        margin-left: 12%;
    }
}
@media screen and (max-width: 320px) {
    .percetakan {
        padding: 95px 10px;
    }

  .searchKode .btn-info.color {
    width: 90px;
    font-size: 14px;
  }
  .sertifikatInfo .lembaga {
    font-size: 7px;
  }
  .sertifikatInfo .sk {
    font-size: 4px;
  }
  .sertifikatInfo .intro {
    font-size: 5px;
    padding-top: 0px;
  
  }
  .sertifikatInfo .proudly {
    font-size: 7px;
    padding-top: 5px;
  }
  .sertifikatInfo .name {
    font-size: 11px;
    padding-top: 2px;
  }
  .sertifikatInfo .nameCetak {
    font-size: 11px;
    padding-top: 0px;
  }
  .sertifikatInfo .birth {
    font-size: 5px;
  }
  .sertifikatInfo .archive {
    font-size: 5px;
    margin-top: -5px;
    margin-bottom: 2px;
  }
  .sertifikatInfo table {
    font-size: 4px;
  }
  .sertifikatInfo .expired {
    font-size: 4px;
  }
  .sertifikatInfo .info {
    font-size: 4px;
  }
  .qrSertifikat {
    width: 25px;
    top: 278px;
    position: fixed;
    margin-left: 11%;
  }
  .sertifikatInfo .expired.cetak {
    font-size: 3px;
  }
  .sertifikatInfo .info.cetak {
    font-size: 3px;
  }
  #paket .nav-pills.paket {
    font-size: 10px;
  }
  #paket .nav-pills .nav-link {
    padding: .5rem;
  }
}

.banner-artikel {
  background: url(https://www.lbaganesha.com/assets/images/bg-footer.png);
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000;
  background-size: cover;
}
.img-artikel {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.author-artikel {

}
.body-artikel {
  margin-bottom: 25px;
}
.href-artikel {
  margin-top: 10px;
  color: #000;
}

/*detail artikel*/
.content {
  padding: 20px 0px;
}
.title-detail {
  margin-bottom: 30px;
  padding-bottom: 7px;
  font-size: 38px;
  border-bottom: 1px solid #0067BA;
}
.datetime {
  font-size: 14px;
  color: #888;
}
.subtitle {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.subtitle .part-title {
  text-align: center;
  color: #222222;
  font-size: 20px;
  margin: 0 0 30px;
  margin-bottom: 10px;
}










