#toTop {
     display: block;
     width: 60px;
     height: 60px;
     padding: 15px;
     border-radius: 35px;
     box-shadow: 3px 8px 19px 0px rgba(0, 0, 0, 0.5);
     -webkit-box-shadow: 3px 8px 19px 0px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 3px 8px 19px 0px rgba(0, 0, 0, 0.5);
     margin-top: 10px;
     background: black;
     position: fixed;
     bottom: 20px;
     right: 10px;
}




body {
     color: #333;
     font-family: 'Inter', sans-serif;
     padding: 0px;
     margin: 0px;
     font-size: 15px;
}

h1 {
     text-transform: uppercase;
     margin-top: 5px;
     font-weight: 400;
     text-align: center;
}

h2 {
     margin: 0px 0px 10px 0px;
     font-size: 36px;
}


.background1 {
     background: #F2F4F7;
}

.background2 {
     border-top: 1px solid #cfcfcf;
}

.background3 {
     border-top: 1px solid #e6e6e6
}




.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 {
     font-size: 25px;
     font-weight: bold;
     text-transform: uppercase;
     text-align: center;
     padding-bottom: 10px;
     margin-top: 20px;
}

.isi {
     margin-bottom: 30px;
}



.no-data {
     font-size: 16px;
     font-weight: bold;
     color: #de3713;
}

.padding-atas {
     padding: 10px 0px;
}

.tombol-atas {
     text-align: center;
     border-radius: 5px;
}

.tombol-hubungi-sales {
     border: 1px solid #4B61DD;
     color: #4B61DD;
     
}

.tombol-hubungi-sales:hover {
     background: #4B61DD;
     color: white;
}

.tombol-coba-gratis {
     background: #4B61DD;
     color: white;
}

.tombol-coba-gratis:hover {
     background: #172579;
}



.tombol-atas-container {
     align-content: center;
}

.pertanyaan {
     font-weight: bold;
     padding-right: 20px;
}
.jawaban {
     display: none;
}

.jawaban > ul,.list-style > ol {
     margin:0px 0px 0px 10px;
 }
 .jawaban > ol {
     padding-left: 10px;
 }
 .jawaban > ul li{
     list-style:square;
     list-style-position:inside;
 }
 .jawaban > ol li{
     list-style:decimal;
 }
 

.logo-bawah {
     height: 60px;
}




.downarrow {
     background: url(../../../images/frontend/2/down-arrow.png) center right no-repeat;
}
.uparrow {
     background: url(../../../images/frontend/2/up-arrow.png) center right no-repeat;
}


@media (max-width: 800px) {
     .sticky {
          position: relative;
     }

     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }

     .downarrow-xs {
          background: url(../../../images/frontend/2/down-arrow.png) center right no-repeat;
     }
     .uparrow-xs {
          background: url(../../../images/frontend/2/up-arrow.png) center right no-repeat;
     }



     h1 {
          text-align: center;
     }

   

     .bawah {
          text-align: center;
     }

     .bank li {
          text-align: center;
     }

     .logo {
          height: 30px;
     }

     h1 {
          font-size: 5px;
          letter-spacing: 2px;
     }

     #atas {
          grid-template-columns: max-content 1fr max-content 1fr;
     }

     .tombol-atas {
          padding: 10px;
          font-size: 15px;
     }

    


}

@media (min-width: 801px) {
    
     .tombol-atas {
          padding: 15px;
          font-size: 17px;

     }

     .logo {
          height: 50px;
     }

     .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;
          border-bottom: 1px solid #d8d8d8;
          background: white;
     }

     #atas {
          grid-template-columns: max-content 4fr 1fr max-content ;
     }

     h1 {
          font-size: 10px;
          letter-spacing: 2px;
     }

     
}

@media (min-width: 992px) {
     .wrapper {
          margin-right: auto;
          margin-left: auto;
          max-width: 1170px;
          
     }
}

.menu-bawah li {
     margin-bottom: 20px;
}

.menu-bawah li a {
    color: #333;
}


.footer-label {
     display: block;
     font-size: 30px;
     padding-bottom: 10px;
     position: relative;
}

.footer-label:after {
     content: "";
     background: #FFC107;
     position: absolute;
     bottom: 0;
     left: 0;
     height: 4px;
     width: 100px;
   }
@media (max-width: 800px) {
     footer {
           grid-gap: 20px;
     }
}
@media (min-width: 801px) {
     footer {
          grid-template-columns: 2fr 1fr 2fr;
           grid-gap: 100px;
     }
}