
  .page-403 {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding-top: 20px;
    background: #fff;
    min-height: 800px;
  }

  .page-403 img {
    width: 100%;
    max-width: 300px;
  }

  .title-p {
    font-size: 22px;
    color: #5992DC;
    font-family: ProximaNovaBold;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
  }

  .desc-p {
    font-size: 14px;
    color: #263743;
    font-family: ProximaNovaRegular;
    text-align: center;
    line-height: 1.4em;
    padding-top: 15px;
  }

  .btn-back {
    background: #99bd3c;
    font-family: ProximaNovaRegular;
    border: 1px solid #99bd3c;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    text-decoration: none;
  }

  .btn-back:hover {
    background: #f3f3f3;
    border: 1px solid #263743;
    color: #263743;
    text-decoration: none;
  }

  .img-doc {
    width: 100%;
    max-height: 130px;
    overflow: hidden;
  }

  .img-doc img {
    width: 100%;
    height: 100%;
    max-width: 240px;
    text-align: center;
  }

  .wrapper-btn {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  a.btn_upload_ft {
    display: inline-block;
    width: 100%;
    background: #5992DC;
    color: #fff;
    text-align: center;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
  }

  .grid-child {
    padding-left: 10px;
    padding-right: 10px !important;
  }

  @media (max-width: 990px) {
    .grid-child {
      padding-left: 5px;
      padding-right: 5px !important;
    }
  }

  .fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: top !important;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
  }


  /* CSS NEW */
  .header-top-menu {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: inset 0px -100px 1px -100px rgba(66, 68, 90, 1);
    -moz-box-shadow: inset 0px -100px 1px -100px rgba(66, 68, 90, 1);
    box-shadow: inset 0px -100px 1px -100px rgba(66, 68, 90, 1);
  }

  .logo-menu-header {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo-menu-header a img {
    width: 220px;
  }

  .container-dalem-top {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }

  .container-dalem-top-a {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .container-wic {
    background: #fff;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    box-shadow: -1px 3px 12px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 3px 12px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 3px 12px -3px rgba(0, 0, 0, 0.75);
    padding: 35px 35px 35px 35px;
  }

  .judul-h1 {
    font-weight: 600;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 15px;
  }

  .inner-form-wic {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block_satu_wid {
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    height: 260px;
  }

  .block_dua_wid {
    float: left;
    width: 48%;
    margin-left: 4%;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    height: 260px;
  }

  .block_satu_wid:hover,
  .block_dua_wid:hover,
  .block_active {
    border: 1px solid #95bb33;
  }

  .icon-wic-outner {
    width: 120px;
    margin: 0 auto;
    padding-top: 20px;
  }

  .icon-wic {
    background: #eaf1d6;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-align: center;
    width: 100px;
    height: 80px;
    padding-top: 13px;
    margin-left: 10px;
  }

  .icon-wic img {
    width: 50px;
  }

  .title-wic {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
  }

  .desc-wic {
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    color: #948F8F;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .wic1 {
    background: url('<?php echo $param_path; ?>images/contact-form.png') #eaf1d6 no-repeat 28px 15px;
    background-size: 50px;
    border: 1px solid #eaf1d6;
  }

  .wic2 {
    background: url('<?php echo $param_path; ?>images/location.png') #eaf1d6 no-repeat 23px 13px;
    background-size: 50px;
    border: 1px solid #eaf1d6;
  }

  .block_active_icon {
    background: url('<?php echo $param_path; ?>images/contact-form-2.png') #95bb33 no-repeat 28px 15px;
    background-size: 50px;
    border: 1px solid #95bb33;
  }

  .block_active_icon2 {
    background: url('<?php echo $param_path; ?>images/location_2.png') #95bb33 no-repeat 23px 13px;
    background-size: 50px;
    border: 1px solid #95bb33;
  }

  .prod1 {
    background: url('<?php echo $param_path; ?>images/payment1.png') #eaf1d6 no-repeat 22px 15px;
    background-size: 50px;
    border: 1px solid #eaf1d6;
  }

  .prod2 {
    background: url('<?php echo $param_path; ?>images/arabic.png') #eaf1d6 no-repeat 23px 13px;
    background-size: 50px;
    border: 1px solid #eaf1d6;
  }

  .prod_block_active_icon {
    background: url('<?php echo $param_path; ?>images/payment.png') #95bb33 no-repeat 22px 15px;
    background-size: 50px;
    border: 1px solid #95bb33;
  }

  .prod_block_active_icon2 {
    background: url('<?php echo $param_path; ?>images/arabic2.png') #95bb33 no-repeat 23px 13px;
    background-size: 50px;
    border: 1px solid #95bb33;
  }

  .block_satu_wid_cabang {
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    height: 45px;
  }

  .block_dua_wid_cabang {
    float: left;
    width: 48%;
    margin-left: 4%;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    height: 45px;
  }

  .block_satu_wid_cabang:hover,
  .block_dua_wid_cabang:hover,
  .block_cabang_active {
    border: 1px solid #95bb33;
    background: #95bb33;
  }

  .header-cabang {
    font-size: 15px;
    padding-bottom: 20px;
    color: #948F8F;
  }

  .inner-form-cabang {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 50px;
  }

  @media (max-width: 560px) {
    .block_satu_wid {
      float: left;
      width: 48%;
      border: 1px solid #ccc;
      background: #fff;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      border-radius: 5px !important;
      height: 310px;
    }

    .block_dua_wid {
      float: left;
      width: 48%;
      margin-left: 4%;
      border: 1px solid #ccc;
      background: #fff;
      -webkit-border-radius: 5px !important;
      -moz-border-radius: 5px !important;
      border-radius: 5px !important;
      height: 310px;
    }

    .block_satu_wid_cabang .title-wic,
    .block_dua_wid_cabang .title-wic {
      font-size: 12px !important;
    }

    .container-dalem-top {
      padding-top: 10px !important;
    }

    .judul-h1 {
      padding-left: 10px !important;
    }

  }