.grid-container {
    columns: 3 120px;
    column-gap: 1.5rem;
    width: 100%;
    margin:  auto;
    text-align: center;
 }
.align_grid {
    margin: 0;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    transition: all .25s ease-in-out;
    margin-bottom: 20px;
    border: 1px solid #f4f4f4;
    background: #fff;
    box-shadow: inset 0 -3em 3em rgba(255, 255, 255, 0.1), 0 0 0 0px rgb(255, 255, 255), 0.3em 0.3em 1em rgb(7 86 156 / 11%);
}
.allprod_head{
    color: #111;
    font-weight: 500;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin: auto;
    padding: 41px 33px 39px 33px;
}
.catalo_head{
    color: #111;
    font-weight: 600;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.catalo_img{
  width: 50%;
  margin: auto;
  margin-left:100%;
}
.btnc{
  background-color: #01395e !important; ;
  padding: 5px 10px;
  font-weight: 400 !important;
  color: #fff !important;
  font-size: 15px !important;
}
.btnc:hover{
  background-color: #01395e;
}
  .catalo_header {
    color: #01395e;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 2px;
    background-color: #ffffff0a;
    border-bottom: 1px solid #f3f3f3;

}
.ma_imgsp {
    width: 15%;
    cursor: pointer;
  }
  .ma_img {
    width: 18%;
  }
.allprod_head{
    color: #00a79d;
    font-weight: 600;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin: auto;
      margin-top: auto;
    margin-top: auto;
    padding: 41px 33px 39px 33px;
    margin-top: 20px;
  }
.catalo_cont{
    text-align: left;
    list-style: disc;
    color: #24a600;
    text-decoration: none;
    background-color: #fff;
    padding: 8px 0px 4px 26px;
    margin-bottom: 0px;
}
.catalo_cont > li > a {
    text-decoration: none;
    color: #111;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    line-height: 29px;
  }
.btn-check:focus + .btn, .btn:focus {
    outline: none;
    box-shadow: none;
  }
.catalo_cont > li > a:hover {
  color: #111;
}
.popup_list >li >a{
  text-decoration: none;
  color: #111;
  margin-top: 6px;
  width: 100%;
  text-align: left;
  padding: 12px;
  background-color: #9999991c;
  font-size: 15px;
}


@media only screen and (min-width: 992px) and (max-width:1362px)
{
    .grid-container{
    
        columns: 3 226px;
    }
}
@media only screen and (min-width: 768px) and (max-width:992px)
{
    .grid-container{
    
        columns: 2 226px;
    }
}
@media only screen and (min-width: 568px) and (max-width:768px)
{
    .grid-container{
    
        columns: 2 226px;
    }
}
@media only screen and (min-width: 484px) and (max-width:568px)
{   
     .grid-container{
  
    columns: 1 226px;
}
}
@media only screen and (min-width: 280px) and (max-width:484px)
{   
     .grid-container{
  
    columns: 1 226px;
}
}