

body {
     color: #484848;
     font-family: "Poppins", sans-serif;
     padding: 0px;
     margin: 0px;
     font-size: 18px;
}



h1 {
     margin-bottom: 10px;
     font-size: 10px;
     text-align: center;
     text-transform: uppercase;
     color: #5f5f61;
}

h2 {
     margin: 0px 0px 10px 0px;
     font-size: 36px;

}



.background-abu {
background: #F6F6F6;
}

.tulisan-hitam {
     color: black;
}

.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: 45px;
     font-weight: bold;
     padding-bottom: 15px;
     margin-bottom: 15px;
}

.isi {
     padding-bottom: 30px;
}



.overlay {
     background: rgb(0, 0, 0, 0.7);
}

.overlay-putih {
     background: rgb(255, 255, 255, 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);
}

.no-data {
     font-size: 16px;
     font-weight: bold;
     color: #de3713;
}







#tombol-konsultasi {
     display: inline-block;
     outline: none;
     cursor: pointer;
     font-size: 14px;
     line-height: 1;
     border-radius: 500px;
     transition-property: background-color,border-color,color,box-shadow,filter;
     transition-duration: .3s;
     border: 1px solid transparent;
     letter-spacing: 2px;
     min-width: 160px;
     text-transform: uppercase;
     white-space: normal;
     font-weight: 700;
     text-align: center;
     padding: 17px 48px;
     color: #fff;
     background-color: #22388E;
     height: 48px;
}


#tombol-konsultasi:hover{
    transform: scale(1.04);
    background-color: orange;
}


@media (max-width: 740px) {
     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }


     .sticky {
          position: relative;
     }
}

@media (min-width: 741px) {
     .wrapper {
          margin-left: 10px;
          margin-right: 10px;
     }

     #atas-container {
          grid-template-columns: max-content 3fr;
     }

     #logo {
          height: 60px;
     }

     .sticky {
          position: -webkit-sticky;
          /* Safari */
          position: sticky;
          top: 0;
          z-index: 1000;
          box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.54);
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.54);
background-color: white;

     }
     
}


@media (min-width: 992px) {
     .wrapper {
          margin-right: auto;
          margin-left: auto;
          max-width: 1200px;
     }
}

