#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: 'Poppins', sans-serif;
     padding: 0px;
     margin: 0px;
     font-size: 18px;
}

h1 {
     font-size: 8px;
     font-weight: 300;
     text-align: center;
     text-transform: uppercase;
     letter-spacing: 3px;
}

h2 {
     margin: 0px 0px 10px 0px;
     font-size: 36px;
}

.background-abu {
     background: #F7F7F7;
}
.background2 {
     background: #EFB236;
}
.background3 {
     background: #000000;
}

.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: 15px;
     margin-bottom: 15px;
     color: #1B5762;
}

.isi {
     margin-bottom: 30px;
}

.overlay {
     background: rgb(0, 0, 0, 0.8);
}

.overlay-putih {
     background: rgba(255, 255, 255, 0.8);
}

.no-data {
     font-size: 16px;
     font-weight: bold;
     color: #de3713;
}


.alamat {
     text-align: center;
     font-weight: 800;
     font-size: 30px;
}

.alamat p {
     margin: 0px;
     padding: 0px;
}

#logo-container {
     color: #000;
}

a {
     color: #333;
}

.tulisan-putih {
     color: white;
}

.tulisan-putih a {
     color: white;
}

.tulisan-putih h1 {
     color: white;
}

@media (max-width: 740px) {
     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }

     .bawah {
          text-align: center;
     }

     .bank li {
          text-align: center;
     }

     .sticky {
          position: relative;
     }

     h1 {text-align: center;}
     #logo {
          display: block;
          margin: 0px auto;
     }

     #logo-container {
          text-align: center;
     }
     
}

@media (min-width: 741px) {
     

     .bank {
          display: flex;
     }

     .bank li {
          margin-right: 10px;
     }

     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }

     .atas1 {
          grid-template-columns: max-content 3fr;
     }

     .baratashome {
          position: fixed;
          z-index: 1000;
          width: 100%;
     }

     .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;
     }

}