
.grid-container {
  columns: 4 201px;
  column-gap: 15.4px;
  width: 100%;
  
    margin:  auto;
    text-align: center;
    /* margin-top: 4vw; */
 }
.align_grid {
      width: 25%;
      margin: 0 ;
      display: inline-block;
      width: 100%;
      background-color: #f8f7f7; 
      transition: all .25s ease-in-out;
      margin-bottom: 30px;
    }
.allprod_head{
  font-weight: 600;
  text-align: center;
  color: #006738;
  padding: 1vw 0vw 0vw 0vw;
  margin: 8vw 0vw 2vw 0vw;
  list-style: none;
  font-size: 2.3vw;
}
 
.allprod_header{
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  text-align: center;
  display: grid;
  padding: 21px 0px 0px 0px;
  border-radius: 0px 15px 0px 0px;
  margin-bottom: 0px;
}
.allprod_header a{ 
  color:  #1182ce !important;
  font-size: 19px;
  margin: 0.4vw 0vw;
}
.allprod_cont{
  text-align: left;
  list-style: none;
  padding: 0%;
  color:  #1182ce;
  text-decoration: none;margin-bottom: 0rem;
}
.allprod_cont >li >a{
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.allprod_cont >li >a:hover{
  color: #006738;
  font-size: 16px;
  font-weight: 500;
}
.allprod_view{
text-decoration: none;
	color: #012169;
	font-weight: bold;
	margin-bottom:0px;
	margin-top: 0px;
}
.allprod_cont > li {
  margin: auto;
  border-top: 2px solid #fff;
  padding: 9px 10px
}

 


.allprod_list{
    list-style-type: none;
    margin-left: 50px;
    border-radius: 50%;
    display: inline-flex;
    max-width: 10%;
}
.allprod_btn{
    border-radius: 50%;
    height: 100%;
    width:100%;
    margin-left: 10px;
    color: white;
    background-color:  #1182ce;
}
.allprod_li{
    margin-left: 4px;
    text-align: center;
    width: 100%;
} 


@media only screen and (min-width: 991px) and (max-width:150000px){
  .allprod_cont > li {
    margin: auto;
    border-top: 2px solid #fff;
    padding: 3px 10px;
  }
  .allprod_header a {
    color: #1182ce !important;
    font-size: 18px !important;
    margin: 0.4vw 0vw;
    padding: 10px 0px 10px 0px;
  }
  .allprod_cont > li > a {
    text-decoration: none;
    color: #222;
    /* font-size: 14px !important; */
    font-weight: 400;
  }
}