

.grid-container {
    columns: 4 250px;
    column-gap: 1.5rem;
    width: 100%;
    margin: auto;
    text-align: center;
}
.align_grid {
    margin: 0;
    margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  background-color: #f8f7f7;
  padding: 0px;
  margin-bottom: 30px;
}
.fa-hand-point-right{
    color: #537133;
}
.fa-angle-right{
    float: right;
}
.heading {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    width: 100%;
}
.categ_bg{
    background-color: #ddd;
}
.categories_box{
    border:rgb(255, 255, 255) 1px solid;
    background-color: #ffff;
    text-align: center;
    margin-top: 25px;
    border-radius: 15px 15px 0px 0px;
    margin-bottom: 30px;
}
.categories_box:hover{
    border:#ddd 1px solid;
}
.cate_img{
    width: 50%;
    margin-bottom: 15px;
    margin-top: 30px;
}
.cate_head {
    font-size: 17px;
    font-weight: 600;
    background-color: #1479c7;
    padding: 6px 10px;
    color: #fff;
  }
.cate_view{
    font-size: 14px;
    font-weight: 400;
    background-color:#fff;
    padding: 10px 10px;
    color: #ffff;
    margin-bottom: 0px;
}
.cate_text { 
    color: #fff0 !important;
    padding: 3px 10px;
    border-top: 3px solid #fff;
  }
.cate_ul{
    padding-left: 0px;
    text-align: left;
    margin-bottom: 0rem;
}
.cate_a,.cate_a:hover{
    color: #ffff;
    text-decoration: none;
    margin: 0px;
}
.li_a_tag{
    color: #222;
    font-weight: 400;
    /* font-size: 14px; */
}
.li_a_tag:hover{
    color: #006738;
    font-weight: 500;

}
.c_ul{
    padding: 0;
    margin-top: 25px;
    width: 95%;
}
.ptt {
    width: 5%;
    margin: auto;
      margin-right: auto;
    color: #537133;
    margin-right: 6px;
  }
.li_search{
    background-color:#f7941e;
    padding: 20px 20px;
    border-radius: 0px;
}
.c_li{
    border: #e4e4e4 1px solid;
    padding: 10px 15px;
    font-size: 14px;
}
.a_c_li:hover{
    text-decoration: none;
    color: #2c3b94;
}
.a_c_li{
    text-decoration: none;
    color: #3b3c3d;
}
.a_c_li:hover{
    text-decoration: none;
    color: #000000;
}
.cat_input{
    border-radius: 0px;
}
 
  /***************************************** *******************************************/
  @media only screen and (min-width: 280px) and (max-width:480px){
    .categories_box {
      width: 280px;
      margin: auto;
      margin-top: 20px;
    }
  }
  /***************************************** *******************************************/
  @media only screen and (min-width: 480px) and (max-width:576px){
    .categories_box {
      width: 280px;
      margin: auto;
      margin-top: 20px;
    }
  }