a:not(.btn):hover {
    text-decoration: underline;
}

a.pagelink:link,
a.pagelink:visited,
a.pagelink:active { color: #3366FF; text-decoration: none; }

a.pagelink:hover { color: #006699; text-decoration: underline; }

.title-index-baru {
    text-align: center;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px
}
/* METODE PEMBAYARAN */
.metode-bayar{
    box-sizing: border-box;
    text-align: center;
    margin: auto;
}
.metode-item{
    padding: 20px;
    box-shadow: 0px 0px 14px #d0d1d4;
    background: linear-gradient( 91.9deg,  rgb(0, 150, 163) 0%, rgb(25, 201, 218) 90% );
    border-radius: 12px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.metode-item:hover,
.metode-item.active{
    background: linear-gradient( 90.9deg,  rgb(0, 153, 56) 0.5%, rgba(0,214,32,1) 99.7% );
}
.metode-item .icon{
    width: 100%;
}
.metode-item .cek{
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.metode-item .cek{
    display: none;
}
.metode-item.active .cek{
    display: block;
    width: 30px;
}
#outerContainer #mainContainer div.toolbar {
  display: none !important; /* hide PDF viewer toolbar */
}
#outerContainer #mainContainer #viewerContainer {
  top: 0 !important; /* move doc up into empty bar space */
}
.bn-lg {
    display: block;
    width: 100%;
    min-width: 728px;
    min-height: 90px;
    position: relative;
    float: left;
    text-align: center
}

.bn-md {
    display: none;
    width: 100%;
    min-width: 468px;
    min-height: 60px;
    position: relative;
    float: left;
    text-align: center
}

.bn-sm {
    display: none;
    width: 100%;
    min-width: 234px;
    min-height: 60px;
    position: relative;
    text-align: center;
    float: left
}

.bn-lg-sidebar {
    width: 100%;
    min-width: 300px;
    min-height: 250px;
    position: relative;
    float: left;
    text-align: center;
    display: block
}

.bn-sm-sidebar {
    display: none;
    width: 100%;
    min-width: 234px;
    min-height: 60px;
    position: relative;
    float: left;
    text-align: center
}

.bn-header-mobile {
    display: none;
    width: 100%;
    padding-bottom: 15px
}
.bn-p-t {
    padding-top: 30px
}

.bn-p-t-20 {
    padding-top: 20px
}

.bn-p-b {
    padding-bottom: 30px
}

.bn-p-b-20 {
    padding-bottom: 20px
}
/*------------ pricing Box ----------------*/
.pricing_wrap {
    padding: 2.4rem;
     margin-bottom:30px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    border-radius:0.5rem;
}
.prt_head {
    text-align: center;
    margin-bottom:1.55rem;
}
.prt_price {
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prt_price h2 {
    font-size: 60px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}
.prt_price h2 span {
    font-size: 25px;
}
.prt_body ul {
    padding: 0;
    margin: 0 0 1rem;
}
.prt_body ul li {
    position: relative;
    padding: 10px 10px 10px 40px;
    color: #2c3038;
    font-size: 15px;
    font-weight: 600;
    margin-bottom:10px;
}
.prt_body ul li.none{
    opacity:0.5;
}
.prt_body ul li:before {
    content:"\f00c";
    font-family: 'Font Awesome 5 Free';
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(39, 174, 96,0.12);
    border-radius: 50%;
    color: #03b97c;
    left: 0;
    position: absolute;
    top: 5px;
    font-size: 13px;
}
.prt_body ul li.none:before {
    content: "\f00d";
    background:rgba(220, 53, 69,0.12)!important;
    color:rgb(220 53 69)!important;
}
.btn.choose_package {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 4px solid rgba(3, 185, 124,0.15);
    border-radius: 50px;
    color: #0088CC;
    font-weight: 600;
    font-size: 18px;
    transition: all ease 0.4s;
}
.btn.choose_package:hover, .btn.choose_package:focus {
    background:rgba(3, 185, 124,0.15);
    border: 4px solid rgba(3, 185, 124,0.15);
    color: #00a1f2;
}
.recommended {
    margin-bottom: 1rem;
    padding: 6px 20px;
    background:#ff9800;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}
.btn.choose_package.active{
    background:#03b97c;
    border-color:#00a1f2;
    color:#ffffff;
}
.pertner_flexio {
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0.4rem;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.8rem;
}
.pertner_flexio img {
    max-width: 35px;
    margin-right: 10px;
}
.pertner_flexio h5 {
    margin: 0;
}

