
.grid-container {
    columns: 4 220px;
    column-gap: 1.5rem;
    width: 95%;
    margin:  auto;
    text-align: center;
 }
.align_grid {
    margin: 0;
    display: inline-block;
    width: 100%;
    background-color: #9191910d;
    padding: 15px;
    transition: all .25s ease-in-out;
    margin-bottom: 30px;
    border: 4px solid #9191910d;
    border-radius: 3px;
}
.ftrr-clrr {
  display: inline-block;
  color: #666;
  vertical-align: text-top;
  width: 90%;
  padding: 0px 12px 10px 0px;
}
.parrt {
  display: inline-block;
}
.allprod_head{
  color: #0d1231;
  font-weight: 500;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin: auto;
  padding: 33px 0px 20px 0px;
}
.catalo_img{
  width: 50%;
  margin: auto;
  margin-left:100%;
}
.cat_bo {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
  .catalo_header {
    color: #0697d7;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #91919121;
    width: 100%;
    height: 100%;
    padding: 7px;
    background-color: white;
}

.catalo_cont{
  text-align: left;
  list-style: none;
  color: #012169;
  text-decoration: none;
}
.catalo_cont > li > a {
  text-decoration: none;
  color: #555;
  font-size: 15px;
  width: 98%;
  text-align: left;
  margin-top: 14px;
  padding: 6px;
}
.catalo_cont > li > a:hover {
  color: #0697d7;
}
.popup_list > li > a {
text-decoration: none;
color: #0d1231;
box-shadow: 0.5px 0.5px 2.5px 1.5px #0697d7;
margin-top: 6px;
width: 100%;
text-align: center;
padding: 13px;
background-color: #fff;
margin-bottom: 6px;

}
.popup_list >li >a:hover{
  color: #0d1231;
}
.catalo_popup{
  width: 100%;
}
   
.partone{
  display: inline-block;
  width: 5%;
}
.parttwo{
  display: inline-block;
  width: 92%;
  vertical-align: text-top;
}
.parttwo a{
  text-decoration: none;
  color: #333 !important;
}