#toTop {
     width: 50px;
     height: 50px;
     position: fixed;
     bottom: 20px;
     right: 60px;
     cursor: pointer;
     display: none;
     z-index: 999;
     background: url(../../../images/frontend/2/totopoff.png) center center no-repeat;
     border: none;

}


body {
     color: #333;
     font-family: 'Noto Sans Display', sans-serif;
     padding: 0px;
     margin: 0px;
     font-size: 18px;
}



h1 {
     margin-bottom: 10px;
     font-size: 14px;
     font-weight: bold;
     text-align: center;
     text-transform: uppercase;
}

h2 {
     margin: 0px 0px 10px 0px;

     font-size: 36px;

}




.background1 {
     background: #1E3BB1;
}

.background2 {
     background: #F7FBFC;
}

.background3 {
     background: #0B262C;
}



.tulisan-putih {
     color: white;
}

.pad7 {
     padding: 30px 0px;
}

.pad8 {
     padding: 60px 0px;
}

.pad9 {
     padding: 90px 0px;
}

.gap10 {
     grid-gap: 10px;
}

.gap20 {
     grid-gap: 20px;
}

.gap30 {
     grid-gap: 30px;
}

.head {
     display: inline-block;
     font-size: 30px;
     font-weight: 800;
     padding-bottom: 15px;
     margin-bottom: 15px;
     color: #1E3BB1;
}

.isi {
     margin-bottom: 30px;
}



.overlay {
     background: rgb(0, 0, 0, 0.7);
}

.shadow {
     box-shadow: 0px 3px 5px 2px rgba(189, 189, 189, 0.75);
     -webkit-box-shadow: 0px 3px 5px 2px rgba(189, 189, 189, 0.75);
     -moz-box-shadow: 0px 3px 5px 2px rgba(189, 189, 189, 0.75);
}





.h1bawah {
     text-align: center;
     text-transform: uppercase;
}


.search {
     grid-template-columns: 6fr 1fr;
     background: #6e6e6e;
}

.search .keys {
     border: none;
     background: none;
     color: #000;
     padding: 10px;
}

.search .btn {
     margin: 0;
     border: none;
     cursor: pointer;
     padding: 10px;
     background: url(../../../images/frontend/2/find.png) center center no-repeat #6F6F6F;
}

.search .btn:hover {
     background: url(../../../images/frontend/2/find.png) center center no-repeat #ccc;
}


.no-data {
     font-size: 16px;
     font-weight: bold;
     color: #de3713;
}



/* ============  footer =============== */


footer a {
     color: white;
}

footer a:hover {
     color: white;
}

.title-footer {
     font-size: 20px;
     padding-bottom: 10px;
     text-transform: uppercase;
     color: white;
}

.bawah {
     font-size: 12px;
     text-transform: uppercase;
}






.alamat {
     text-align: center;
     font-weight: 800;
     font-size: 30px;
}

.alamat p {
     margin: 0px;
     padding: 0px;
}






@media (max-width: 740px) {
     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }

     .bawah {
          text-align: center;
     }

     .bank li {
          text-align: center;
     }

     .sticky {
          position: relative;
     }
     #logo {
          margin: 0px auto;
     }

}

@media (min-width: 741px) {

     #logo {
          height: 70px;
     }

     .atas-float {
          padding: 20px;
          border-radius: 25px;
          color: white;
     }

     .atas-float a {
          color: white;
     }

     .atas-float .menu li a:hover, .menu .highlight {
          color: #f60;
     }

     #atas {
          grid-template-columns: max-content 3fr;
     }

     footer {
          grid-template-columns: 1fr 1fr 1fr 1fr;
     }

     .bank {
          display: flex;
     }

     .bank li {
          margin-right: 10px;
     }

     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }

     .sticky {
          position: -webkit-sticky;
          /* Safari */
          position: sticky;
          top: 0;
          z-index: 1000;
     }
}


@media (min-width: 992px) {
     .wrapper {
          margin-right: auto;
          margin-left: auto;
          max-width: 1170px;
     }

}