
.btn-dark1{
    background:#03327E !important;
    color: white;
  }
  .btn-dark1:hover{
    background:#28A745 !important;
    color: white;
  }
  .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
  .btn-success:hover{
    background:#03327E !important;
    color: white;
  }
  .card-img{
    width:100%;
    height:180px;
  }
  .prodimg{  
    width:100%;
    height:180px !important;  
  }
/* =========================
  search bar
========================*/
  .search-product {
    width: 500px;
  display: grid;
  grid-template-columns: 8fr 1fr;
  grid-gap: 5px;
  font-size: large;
}

.prodheading{
  padding:10px;
}
/* =================================
  Media queries
  ================================== */
@media screen and (max-width:499px) {
  .search-product {
    width: 96%;
  
    }
  .prodheading{
    font-size:22px;
  }
  }

  @media screen and (min-width:500px)  and (max-width:799px) {
    .prodheading{
      font-size:24px;
    }
    }
  
  @media screen and (min-width:570px) {
    .prodimg{
      
      height:180px !important;
     
    }
  }

