body{
    font-family: Poppins;
}
.btn-outline-primary {

}
.btn-outline-primary:hover {
  background-color: #0C4A7A;
  color: white !important;
}
.navbar-white{
    background-color: white;
}
.menu-logo{
    margin-left: 6%;
    margin-right: 50px;
    height: 70px;
}
.logo{
    margin-left: 20px;
    margin-right: 50px;
    height: 75px;
}
.logo-mini{
    height: 45px;
}
.menu{
    border:0px solid black;
    width:100%;
    text-align: right;
    margin-right: 285px;
}
.menu-li{
    color:#0C4A7A;
    border: none;
}
.dropdown-toggle{
    background-color: #0C4A7A;
}
.page-content{
    margin-top: 90px;
}
.first-section{
    background-image: url('../../hcimages/backdrop_section1.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.container-full{
    min-height: 90vh;
}
.first-section .content-section{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 35%;
    margin: auto;
}
.left-panel{
    position: relative;
}
.first-section h1{
 font-weight: bold;
}
.img-smartphone{
    margin-top: 10%;
}
.first-section .download{
    margin-top: 50px;
    margin-left : 0;
}
.first-section .download a{
    margin-right: 10px;
}

.second-section{
    padding-top: 100px;
    background-image: url('../../hcimages/backdrop_section2.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.second-section h3{
    font-weight: bold;
    color: #0C4A7A;
}
.second-section .left-panel{
    margin: auto;
}
.third-section{
    padding-top: 100px;
    background-image: url('../../hcimages/backdrop_section3.png');
    background-repeat: no-repeat;
    background-position: left;
}
.third-section h3{
    font-weight: bold;
    color: #0C4A7A;
    text-align: center;
}
.layanan{
    margin-top: 5%;
    justify-content: center;
}
.layanan img{
    max-width : 126px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}
.item-layanan {
    margin: 25px;
}
.fourth-section{
    padding-top: 100px;
    background-image: url('../../hcimages/backdrop_section4.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.fourth-section .content{
    margin-top: 50px;
}

.fourth-section h3{
    font-weight: bold;
    color: #0C4A7A;
    text-align: center;
}

.fourth-section .content-section h3{
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.fourth-section .content-section{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    margin: auto;
}
.img-smartphone4{
    height: 80%;
}

.fifth-section{
    padding-top: 100px;
    background-image: url('../../hcimages/backdrop_section5.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.fifth-section h3{
    font-weight: bold;
}
.fifth-section .content{
    margin-top: 120px;
}

.fifth-section .download{
    margin-top: 100px;
    justify-content: center;
}
.fifth-section .download a{
    margin: 10px;
}

.footer-section{
    background-color: #0C4A7A;
    padding-bottom: 50px;
    color : #FFFFFF;
}
.pad-blue{
    background-color: #007BC1;;
    height: 20px;
}
.footer-section .container{
    padding-top: 100px;
}
.logo-footer{
    max-width: 100%;
    margin-bottom: 20px;
}
.footer-item{
    margin-bottom: 15px;
}
.img-icon{
    margin-top: auto;
    margin-bottom: auto;
}
.icon-footer{
    margin: auto;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 5px;
}

.footer-item a{
    color : #FFFFFF;
}

.copyright{
    padding-top: 100px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #0C4A7A;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
    background-color: #0C4A7A;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .faq{
      margin-top: 9%;
  }
  .faq h1{
      font-weight: bolder;
      font-size: 65px;
  }
  .faq p{
    color : #676767
  }
  .contact-link{
    color: #676767;
  }

  .faq .content{
      margin-top: 4rem!important;
  }

  .faq h3{
    font-size: 25px;
    font-weight: bold;
  }

  .faq .nav-content{
    color: #000000;
  }

  .faq .nav-tabs{
      display: list-item;
      border: none;
  }

  .faq .nav-link {
    padding: .5rem 0;
  }

  .faq .nav-fill .nav-item{
      text-align: left;
  }

  .faq .nav-tabs a{
      color: #000000;
  }
  .faq .nav-tabs a:hover{
    color: #969696
  }
  .faq .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
      border: none;
  }

  .faq .nav-tabs .nav-link.active{
      border: none;
      color: #0c4a7a;
  }

  /*-faq accordion */
    .faq .accordion .card{
        background: none;
        border: none;
        color: #000000;
    }

    .faq .accordion .card-body{
        padding-left: 45px;
    }

    .faq .accordion .card .card-header{
        background: none;
        border: none;
        padding: 0;
    }

    .faq .accordion .card .btn{
        color: #000000;
        font-weight: bold;
    }
    
    .faq .accordion .card .btn-link:hover {
        text-decoration: none;
    }
    .faq .accordion .card p{
        color: #000000;
    }

    .faq .accordion .card .fa{
        color: #0C4A7A;
        padding-right: 15px;
    }

  .payment-success{
    background-image: url('../../hcimages/success.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
  .payment-success .container-full{
    min-height: 100vh;
  }
  .payment-success .right-panel{
    position: relative;
    margin-top: 20%;
  }
  .payment-success h1{
    font-weight: bold;
  }
  .payment-success h3{
    font-size: 14pt;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .payment-success p{
     color : #888888;
     margin-bottom: 25px;
  }
  .payment-success .btn{
    background-color: #EBFBFF;
    color: #2C638D;
    font-size: medium;
    width: 50%;
    margin: auto;
  }

  .payment-failed{
    background-image: url('../../hcimages/failed.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
  .payment-failed .container-full{
    min-height: 100vh;
  }
  .payment-failed .right-panel{
    position: relative;
    margin-top: 20%;
  }
  .payment-failed h1{
    font-weight: bold;
  }
  .payment-failed h3{
    font-size: 14pt;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .payment-failed p{
     color : #888888;
     margin-bottom: 25px;
  }
  .payment-failed .btn{
    background-color: #FFEBEB;
    color: #9F4243;
    font-size: medium;
    width: 50%;
    margin: auto;
  }

  .payment-info{
    background-image: none;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
  .payment-info .container-full{
    min-height: 100vh;
  }
  .payment-info .right-panel{
    position: relative;
    margin-top: 20%;
  }
  .payment-info .content-section{
    display: block;
    margin: auto;
  }
  .payment-info img{
      width: auto;
  }
  .payment-info h1{
    font-weight: bold;
  }
  .payment-info h3{
    font-size: 14pt;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .payment-info p{
      color : #888888;
      margin-bottom: 25px;
  }
  .payment-info a{
    background-color: #EBFBFF;
    color: #2C638D;
    font-size: medium;
    width: 50%;
    margin: auto;
  }

  .policy{
    margin-top: 9%;
  }

  .panduanlogin{
    margin-top: 9%;
  }
  
  .panduanlogin .nav-tabs{
      display: list-item;
  }

  .panduanlogin .nav-content{
    color: #000000;
  }

  .panduanlogin .nav-tabs{
      display: list-item;
      border: none;
  }

  .panduanlogin .nav-link {
    padding: .5rem 0;
  }

  .panduanlogin .nav-fill .nav-item{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dee2e6;
  }

  .panduanlogin .nav-tabs a{
      color: #000000;
  }
  .panduanlogin .nav-tabs a:hover{
        color: #969696
  }
  .panduanlogin .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
        border-top: none;
        border-left: none;
        border-right: none;
  }

  .panduanlogin .nav-tabs .nav-link.active{
      border-top: none;
      border-left: none;
      border-right: none;
      color: #0c4a7a;
  }

  .panduanlogin .nav-tabs .fa{
    float: right;
    font-size: x-large;
  }

  .panduancaramasuk {
    margin-top: 9%;
  }

  .panduancaramasuk h1{
    font-weight: bolder;
    font-size: 40px;
    color: #0C4A7A;
  }

  .panduancaramasuk .membantu .btn{
      background: none;
      margin: auto;
  }

  .panduancaramasuk .text-left{
    width: 70%;
    margin: auto;
  }
  .panduancaramasuk .text-right{
    width: 30%;
    margin: auto;
  }

  .panduancaramasuk img{
      margin: auto;
      display: block;
  }
  
  
  
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media (max-width : 1600px){
    .logo {
        margin-left: 110px;
        margin-right: 50px;
        height: 70px;
    }    
    .menu{
        margin-right: 185px;
    }
    .first-section .content-section {
        height: 50%;
    }
    .img-smartphone {
        margin-top: 0;
        height: 90%;
    }
    .second-section {
        padding-top: 100px;
        font-size: smaller;
    }
    .third-section {
        padding-top: 90px;
    }
    .fourth-section {
        padding-top: 80px;
    }
    .fourth-section .content-section {
        height: 75%;
    }
    .fifth-section {
        padding-top: 85px;
    }
    .fifth-section .content {
        margin-top: 100px;
    }
}

@media (max-width : 1440px){
    .logo {
        margin-left: 0px;
        margin-right: 50px;
        height: 70px;
    }    
    .menu{
        margin-right: 100px;
    }
    .first-section .content-section {
        height: 45%;
    }
    .img-smartphone {
        margin-top: 0;
        height: 90%;
    }
}
  
@media (max-width : 1366px){
    .first-section .content-section {
        height: 70%;
    }
    .img-smartphone {
        margin-top: -5px;
        height: 80%;
    }
    .second-section {
        padding-top: 70px;
        font-size: smaller;
    }
    .third-section {
        padding-top: 30px;
    }
    .layanan{
        justify-content: center;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
    .layanan img {
        max-width: 90px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }
    .fourth-section {
        padding-top: 30px;
    }
    .fourth-section .content-section {
        height: 85%;
    }
    .img-smartphone4 {
        height: 65%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .fifth-section {
        padding-top: 10px;
    }
    .fifth-section .content {
        margin-top: 100px;
    }
    
}

@media (max-width : 1680px){
    .menu-logo{
        margin-left: 6%;
        margin-right: 50px;
        height: 70px;
    }
}

@media (min-width: 1920px){
    .menu-logo {
        margin-left: 16%;
        margin-right: 50px;
        height: 70px;
    }
}


/*------------------------------------mobile---------------------------------------*/
.navbar-expand-md{
    background-color: #ffffff;
}
.mobile{
    margin-top: 50px;
    font-size: small;
}
.mobile .first-section{
    background-image: url('../../hcimages/backdrop_section1.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    min-height: 100vh;
    padding-top: 30px;
}
.mobile .first-section h1{
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    margin-bottom: 10px;
}
.mobile .img-smartphone{
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 340px;
    max-height: 100%;
}
.mobile .first-section .download{
    margin-top: 10px;
    justify-content: center;
}
.mobile .first-section .download a{
    margin-right: 10px;
    width: 120px;
}

.mobile .second-section{
    padding-top: 100px;
    background-image: url('../../hcimages/backdrop_section2.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    min-height: 100vh;
    padding-top: 30px;
}
.mobile .second-section .content-section{
    margin-bottom: 25px;
}
.mobile .second-section h3{
    font-weight: bold;
    color: #0C4A7A;
    font-size: large;
}

.mobile .third-section{
    padding-top: 30px;
    background-image: url('../../hcimages/backdrop_section3.png');
    background-repeat: no-repeat;
    background-position: left;
    min-height: 100vh;
}
.mobile .third-section h3{
    font-weight: bold;
    color: #0C4A7A;
    text-align: center;
    font-size: large;
}
.mobile .layanan{
    margin-top: 5%;
    justify-content: center;
}
.mobile .layanan img{
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
}
.mobile .item-layanan {
    margin: 0;
    width: 50%;
    padding: 15px;
}

.mobile .fourth-section{
    padding-top: 30px;
    background-image: url('../../hcimages/backdrop_section4.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    min-height: 100vh;
}

.mobile .fourth-section .content{
    margin-top: 50px;
}

.mobile .fourth-section h3{
    font-weight: bold;
    color: #0C4A7A;
    text-align: center;
    font-size: large;
}
.mobile .img-smartphone4{
    max-width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.mobile .fourth-section .content-section-4 h3{
    margin-bottom: 5px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    font-size: small;
}
.mobile .fourth-section .content-section-4 p{
    margin-bottom: 0;
    font-size: smaller;
}

.mobile .fifth-section{
    padding-top: 30px;
    background-image: url('../../hcimages/backdrop_section5.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    min-height: 100vh;
}
.mobile .fifth-section h3{
    font-weight: bold;
}
.mobile .fifth-section .content{
    margin-top: 120px;
}

.mobile .fifth-section .download{
    margin-top: 70px;
    justify-content: center;
}
.mobile .fifth-section .download a{
    margin: 10px;
    width: 120px;
}

.mobile .footer-section{
    background-color: #0C4A7A;
    padding-bottom: 50px;
    color : #FFFFFF;
}
.mobile .pad-blue{
    background-color: #007BC1;;
    height: 20px;
}
.mobile .footer-section .container{
    padding-top: 50px;
}
.mobile .logo-footer{
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 15px;
    width: 200px;
}
.mobile .footer-item{
    margin-bottom: 15px;
    margin-left: 0;
}
.mobile .img-icon{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    width: 15%;
}
.mobile .icon-text{
    width: 80%;
}
.mobile .icon-footer{
    margin: auto;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 5px;
}
.mobile .perusahaan{
    margin-top: 20px;
}

.mobile .footer-item a{
    color : #FFFFFF;
}

.mobile .copyright{
    padding-top: 100px;
}

.mobile .faq{
    margin-top: 25%;
}

.mobile .faq h1{
    font-weight: bolder;
    font-size: 18pt;
}
.mobile .faq p{
  color : #676767
}

.mobile .faq .content{
    margin-top: 2rem!important;
}

.mobile .faq h3{
  display: none;
}

.mobile .faq .nav-content{
  color: #000000;
}

.mobile .faq .nav-tabs{
    display: flex;
    flex-wrap: nowrap;
    border: none;
}

.mobile .faq .nav-link {
  padding: .5rem 0;
}

.mobile .faq .nav-fill .nav-item{
    text-align: center;
}

.mobile .faq .nav-tabs a{
    color: #000000;
}
.mobile .faq .nav-tabs a:hover{
  color: #969696
}
.mobile .faq .nav-tabs .nav-link:focus, .mobile .faq .nav-tabs .nav-tabs .nav-link:hover{
    border: none;
}

.mobile .faq .nav-tabs .nav-link.active{
    border: none;
    color: #0c4a7a;
}

/*-faq accordion */
.mobile .faq .accordion .card{
    background: none;
    border: none;
    color: #000000;
}

.mobile .faq .accordion .card-body{
    padding: 0;
    padding-left: 45px;
}

.mobile .faq .accordion .card .card-header{
    background: none;
    border: none;
    padding: 0;
}

.mobile .faq .accordion .card .btn{
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
}

.mobile .faq .accordion .card .btn-link:hover {
    text-decoration: none;
}
.mobile .faq .accordion .card p{
    color: #000000;
}

.mobile .faq .accordion .card .fa{
    color: #0C4A7A;
    padding-right: 15px;
}

.faq-navbar-mobile a{
    margin: auto;
}

.mobile-payment-success{
    background-image: url('../../hcimages/success-mobile.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mobile-payment-success .container-full{
    min-height: 100vh;
}
.mobile-payment-success .content-section{
    position: relative;
    margin-top: 30%;
}
.mobile-payment-success h1{
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
.mobile-payment-success h3{
    font-size: 12pt;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
}
  
.mobile-payment-success p{
    color : #737373;
    margin-bottom: 25px;
    text-align: center;
}
.mobile-payment-success .btn{
    background-color: #EBFBFF;
    color: #2C638D;
    font-size: medium;
    width: 50%;
    margin: auto;
}

.mobile-payment-failed{
    background-image: url('../../hcimages/failed-mobile.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mobile-payment-failed .container-full{
    min-height: 100vh;
}
.mobile-payment-failed .content-section{
    position: relative;
    margin-top: 30%;
}
.mobile-payment-failed h1{
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
.mobile-payment-failed h3{
    font-size: 12pt;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.mobile-payment-failed .btn{
    background-color: #FFEBEB;
    color: #9F4243;
    font-size: medium;
    width: 50%;
    margin: auto;
}

.mobile-payment-info{
    background-image: url('../../hcimages/creditcard-mobile.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mobile-payment-info .container-full{
    min-height: 100vh;
}
.mobile-payment-info .content-section{
    position: relative;
    margin-top: 30%;
}
.mobile-payment-info h1{
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
.mobile-payment-info h3{
    font-size: 12pt;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.mobile-payment-info a{
    background-color: #EBFBFF;
    color: #2C638D;
    font-size: medium;
    width: 50%;
    margin: auto;
}

.mobile .policy{
    margin-top: 25%;
}
.mobile .policy h1{
    font-weight: bolder;
    font-size: 18pt;
}

.mobile .panduanlogin{
    margin-top: 25%;
}

.mobile .panduanlogin .nav-tabs{
    display: list-item;
}

.mobile .panduanlogin .nav-content{
    color: #000000;
}

.mobile .panduanlogin .nav-tabs{
    display: list-item;
    border: none;
}

.mobile .panduanlogin .nav-link {
    padding: .5rem 0;
}

.mobile .panduanlogin .nav-fill .nav-item{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dee2e6;
}

.mobile .panduanlogin .nav-tabs a{
    color: #000000;
}
.mobile .panduanlogin .nav-tabs a:hover{
        color: #969696
}
.mobile .panduanlogin .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
        border-top: none;
        border-left: none;
        border-right: none;
}

.mobile .panduanlogin .nav-tabs .nav-link.active{
    border-top: none;
    border-left: none;
    border-right: none;
    color: #0c4a7a;
}

.mobile .panduanlogin .nav-tabs .fa{
    float: right;
    font-size: x-large;
}

.mobile .panduancaramasuk h1{
    font-weight: bolder;
    font-size: 18pt;
}

.mobile .panduancaramasuk {
    margin-top: 20%;
  }

  .mobile .panduancaramasuk h1{
    font-weight: bolder;
    font-size: 13pt;
    color: #0C4A7A;;
  }

  .mobile .panduancaramasuk .text-left{
    width: 60%;
    margin: auto;
  }
  .mobile .panduancaramasuk .text-right{
    width: 40%;
    margin: auto;
  }
  .mobile .panduancaramasuk img{
      max-width: 50%;
      display: block;
      margin: auto;
  }


@media (max-width : 320px){
    .mobile .first-section,
    .mobile .second-section,
    .mobile .third-section,
    .mobile .fourth-section,
    .mobile .fifth-section {
        padding-top: 20px;
    }
    .mobile .img-smartphone {
        height: 220px;
    }
    .mobile .item-layanan {
        width: 40%;
        padding: 0px;
    }
    .mobile .fifth-section .content {
        margin-top: 75px;
    }
    .mobile .copyright {
        padding-top: 50px;
    }
}