
.grid-container {
    columns: 4 220px;
    column-gap: 2.5rem;
    width: 95%;
    margin: auto;
    text-align: center;
 }

 .ftrr-clrr {
    display: inline-block;
    color: #666;
    vertical-align: text-top;
    width: 85%;
    padding: 0px 12px 10px 0px;
  }
  .parrt {
    display: inline-block;
  }
.align_grid {
      margin: 0 ;
      display: inline-block;
      width: 100%;
      padding: 10px;
      transition: all .25s ease-in-out;
      margin-bottom: 30px;
      background-color: #cccccc26;
    }
.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;
}
.allprod_header a:hover{
    color: #0697d7;
    font-size: 18px;
    font-weight: 500;
}
.allprod_header{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 12px 20px;
    border: 1px solid #f2f2f2;
    background-color: white;
}
.allprod_header a{
    text-decoration: none;
    color: #0697d7;
}
.allprod_cont{
  text-align: left;
  list-style: none;
  padding: 0%;
  color: #113658;
  text-decoration: none;
}

.allprod_cont >li >a{
    text-decoration: none;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}
.allprod_view{
text-decoration: none;
	color: #012169;
	font-weight: bold;
	margin-bottom:0px;
	margin-top: 0px;
}
.allprod_cont > li {
    border: 1px solid #f4f4f4;
    margin: auto;
      margin-bottom: auto;
      margin-bottom: 7px;
      padding: 10px 15px;
      background-color: white;
}

.allprod_cont > li a:hover {
    color: #0697d7;
  }


.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: #2D5982;
}
.allprod_li{
    margin-left: 4px;
    text-align: center;
    width: 100%;
}                             
@media only screen and (min-width: 505px) and (max-width:600px){
    .ftrr-clrr{
        width: 80%;
    }
}
@media only screen and (min-width: 778px) and (max-width:918px){
    .ftrr-clrr{
        width: 80%;
    }
}
@media only screen and (min-width: 1052px) and (max-width:1238px){
    .ftrr-clrr{
        width: 80%;
    }
}