@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
.row{
      --bs-gutter-x:0 !important;
      --bs-gutter-y:0 !important;
  }
    body{
        overflow-x: none;
    }
    div, p{
      font-family: 'Montserrat';
  }
  button{
      font-family: 'Poppins';
  }
    body{
        overflow-x: none;
    }
  .btn:hover{
      color: white;
  }
  .btn-color1{
      background-color: #829460;
  }
  .box3{
    width:400px;
    height:70px;
    border-style: solid;
    border-width: thin;
    float:left;
    margin:5px;
    color: #13694C;
    border-color: grey;
    border-width: thin;
    padding-left: 5px;
    border-radius: 10px;
    }
    .font-inti{
     font-family: 'Montserrat';
     
    }
    .box3:hover{
        background-color:rgba(221, 223, 221, 1);
        color:white;
    }
      .box4{
    width:400px;
    height:60px;
    border-style: none;
    float:left;
    margin:5px;
    color: #13694C;
    border-color: grey;
    border-width: thin;
    padding-left: 20px;
    border-radius: 50px;
    background-color: rgba(96, 183, 96, 1);
    }
    .title_btn_panduan_bayar{
      font-family:Montserrat;
      font-weight: 900;
      color: #13694C;
    }

        @media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .button1 {
    width: 100%;
            }
            .no_unit{
                width:80%;
            }
            .label_de , .dt_meter, .title_btn_panduan_bayar{
                font-size: 12px;
            }

           
        }
    .teks_tebal{
        font-family: 'Montserrat';
        font-weight: 900;
        color: #13694C;
    }
     
   
		
