.Knowledge-base-sec #edocman-categories {
    width: 102%;
    margin-left: -22px;
}

.Knowledge-base-sec .category-ul {
    background: #F1F1F1;
    padding: 5px 15px 20px 15px;
    margin: 0 0 25px 25px;
}
.Knowledge-base-sec .category-ul h3 {
    margin-bottom: 22px !important;
    font-weight: 600;
}
.Knowledge-base-sec .edocman-category-title-link {
    color: #333333;
    font-size: 30px;
}
.Knowledge-base-sec .category-li a {
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 14px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
    position: relative;
}
.Knowledge-base-sec .category-li a:before {
    background: url(http://122.160.12.75:4495/grassshocker/images/Icon_feather-arrow-right-circle.png);
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
}
.Knowledge-base-sec .category-li:last-child a {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.Knowledge-base-sec .mod-search {
    display: flex;
    justify-content: flex-end;
}
.Knowledge-base-sec .search-row input {
    background: #F1F1F1;
    border: 0;
    box-shadow: none;
    width: 90% !important;
}
.Knowledge-base-sec  .search-row {
    margin-bottom: 21px;
}
.Knowledge-base-sec  .search-row h1.edocman-page-heading {
    margin-bottom: 0;
}
.Knowledge-base-sec .mod-search .navbar-form {
    display: flex;
}
.search-col {
    margin-bottom: 18px;
}
.search-col .search-keyword {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 2px;
    text-transform: capitalize;
}
.search-col form.navbar-form {
    width: 100%;
}
.Knowledge-base-sec .button {
    line-height: 32px;
    height: 32px;
    width: 50px;
}