@media only screen and (min-width: 992px) {
  .logo-bank {
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  body {
    padding: 0 .5rem;
  }
  .bgcontainer {
    margin-top: .5rem !important;
  }
  .header {
    padding-top: 1rem;
  }
  .top-kartu {
    flex-wrap: wrap;
  }
  .navbar {
    border: none;
    margin: 0 auto 0 0;
  }
  .navbar-toggler {
    paddig: 0;
    background-color: #ffc107;
    margin-bottom: 1rem;
  }
  .navbar-toggler-icon {
    filter: brightness(0);
  }
  .btn-search {
    background: linear-gradient(to bottom,  #be0000 0%,#580808 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .search {
    flex-wrap: wrap;
  }
  .navbar-toggler {
    background: none;
    border-color: #ddd;
  }

  .navbar-toggler-icon {
    filter: brightness(1);
  }

  .logo {
    width: 300px;
  }
  
  .hdg_operator {
    width: 100%;
    height: 50px;
    border-radius: .75rem;
    background: linear-gradient(to bottom, #be0000 0%,#580808 100%);    
  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 539px) {
  .logo-bank {
    text-align: center;
  }

  .footer {
    text-align: center;
  }

  .pengiriman {
    text-align: center;
  }

  .contact-info {
    justify-content: center;
  }

  .footer h4 {
    margin-top: 1rem;
  }

  .copyright {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 479px) {
  .nomor-home a {
    font-size: 16px;
  }

  .hdg_operator {
    padding: 0 2rem;
  }

  .kontak-wrapper {
    display: flex;
    justify-content: center;
  }

  .contact-info {
    justify-content: start;
  }

  .search input, .search select {
    margin-bottom: .5rem;
  }

  #search {
    flex-basis: 48%;
  }
  #position {
    flex-basis: 48%;
  }
  #operator {
    flex-basis: 48%;
  }
  #nomorkepala {
    flex-basis: 33%;
  }
  #price {
    flex-basis: 48%;
  }
  #category {
    flex-basis: 48%;
  }
  /*#kategorinomorjumlah {
    flex-basis: 18%;
  }*/
  #reseller {
    flex-basis: 48%;
  }  
}

