
#categoryList {
  padding-bottom: 2rem;
}
#categoryList ul{
  width: 100%;
  display: inline-flex;
  overflow: auto;
  padding: 0 0 1.5rem 1rem;
}
#categoryList ul li{
  display: inline-block;
  margin-right: 15px;
}

#categoryList ul li a{
  display: inline-block;
  padding: 5px 15px;
  background: #4caf50;
  color: #fff;
  font-size: 18px;
border-radius: 2rem;
font-weight: 400;
border: 1px solid #4caf50;
width: max-content;
}

#categoryList ul li a:focus,#categoryList ul li a:hover{
  background: #ffffff;
  color: #4caf50;
  transition: ease-in;
}

#categoryList ul li a:hover::after       {
              content: "\f061";
              font-family: "Font Awesome 5 Free";
              font-weight: 600;
              padding-left: 5px;
              float: right;
            }
.c-list ul {
  margin: 0;
  padding: 0;
}

.c-list ul li {
  display: inline-block;
  padding: 0 0.75rem;
  list-style: none;
  width: 16.66%;
}

.c-list ul li a {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin: 0.5rem 0;
  background: #ffffff;
  color: #b1235c;
  font-weight: 500;
  transition: all ease 0.4s;
  display: inline-block;
  width: 100%;
  line-height: 35px;
  box-shadow: 0 0 20px rgb(124 136 160 / 25%);
  -webkit-box-shadow: 0 0 20px rgb(124 136 160 / 25%);
  text-transform: uppercase;
}

.c-list ul li a:hover,
.c-list ul li a:focus {
  border-radius: 5px 5rem 5rem 5px;
  background: #b1235c;
  color: #ffffff;
}

.c-list ul li a:hover::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f061";
  float: right;
}

.lg-sidebar {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: fixed !important;
  top: 0;
  z-index: +2000;
  height: 100vh;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  position: relative;
  animation: animateleft 0.4s;
  left: 0;
  display: none;
}

.c-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.company {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.company-item {
  min-height: 120px;
  padding: 1rem 1.5rem;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #ffffff;
  width: 100%;
  margin: 0px auto 0px;
  border-radius: 0.6rem;
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 20px rgb(124 136 160 / 25%);
  -webkit-box-shadow: 0 0 20px rgb(124 136 160 / 25%);
  margin-bottom: 2rem;
}

.company-item:hover {
  box-shadow: 0 0 20px rgb(124 136 160);
  -webkit-box-shadow: 0 0 20px rgb(124 136 160);
}

.company-item .title {
  font-size: 15px;
  margin: 3px 0 0px;
  font-weight: 500;
}



.company-item .c-bottom {
  border-top: 1px solid #ededed;
  padding-top: 15px;
  margin-top: 8px;
}

.c-right {
  float: right;
}

.c-left {
  float: left;
}

.company-item .c-bottom .c-left span {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  line-height: 28px;
  margin-right: 7px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.company-item .c-bottom .c-left p {
  display: inline-block;
  color: rgb(95, 89, 89);
}

.company-item .c-bottom .c-right span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 15px 5px;
}

.company-item .c-bottom .c-right span::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-right: 5px;
}

.c-success {
  color: #46cd38;
}

.c-red {
  color: #e01a4b;
}
.l_icon{padding-top: 5px;}
.l_icon p {
  padding-right: 5px;
  display: inline-block;
}

.l_icon p::before {
  content: "\f5a0";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  line-height: 28px;
  margin-right: 7px;
  color: #2d3954;
  width: 30px;
  height: 30px;
  text-align: center;
}
.l_icon a{ float: right; padding-top: 0.5rem;}
.l_icon a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding-right: 5px;

 
}
@media (max-width: 1199px) {
  .c-list ul li {
      width: 33%;
  }
}

@media (max-width: 991px) {
  .c-list ul li {
      width: 50%;
  }
  .c-list {
      padding: 5px 0;
  }
  .company {
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media (max-width: 768px) {
  .company {
      flex: 0 0 100%;
      max-width: 100%;
  }

}

@media (max-width: 571px) {
  .c-list ul li a {
      line-height: 35px;
      text-transform: none;
      padding: 1rem 0.5rem;
  }
  .c-list ul li {
      padding: 0 7px;
  }
}