#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: 'Open Sans', sans-serif;
     padding: 0px;
     margin: 0px;
     font-size: 18px;
}

.background1 {
     background: #F2F2F2;
}
.background2 {
     background: #1E1E1E;
}


h1 {
     margin-bottom: 10px;
     font-size: 8px;
     font-weight: 300;
     text-align: center;
     text-transform: uppercase;
     letter-spacing: 3px;
}

h2 {
     margin: 0px 0px 10px 0px;
     font-size: 26px;
}




.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: 46px;
     font-weight: 800;
     padding-bottom: 5px;
     margin-bottom: 15px;
}

.isi {
     margin-bottom: 30px;
}


.color-putih {
     color: white;
}

/* ============  footer =============== */


footer a {
     color: #333;
}

footer a:hover {
     color: white;
}

.title-footer {
     font-size: 25px;
     padding-bottom: 10px;
     text-transform: capitalize;
     display: block;
}


.overlay {
     background: rgb(0, 0, 0, 0.4);

}


.text-shadow-1 {
     text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}






.no-data {
     font-size: 16px;
     font-weight: bold;
     color: #de3713;
}


#logo {
     height: 60px;
}



@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) {
 

     .bank {
          display: flex;
     }

     .bank li {
          margin-right: 10px;
     }

     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }

     .atas {
          grid-template-columns: max-content 2fr;
     }



    

     footer {
          display: grid;
          grid-gap : 50px;
          grid-template-columns: 1fr 1fr 1fr 1fr;
     }

     .sticky {
          position: -webkit-sticky;
          /* Safari */
          position: sticky;
          top: 0;
          z-index: 2;
          background: white;
     }

}


@media (min-width: 992px) {
     .wrapper {
          margin-right: auto;
          margin-left: auto;
          max-width: 1170px;
     }
}

