.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.knowlegde_base__header .blog-filters {
    margin-top: 25px;
    margin-bottom: 0px;
}

.knowlegde_base__header .blog-sort {
    display: none;
}

.vote_selected {
    background-color: red;
}

.page-blog {
    width: 100%;
}

.knowlegde_base__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 28px;
    background: #FFF;
}

.knowlegde_base__sub_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.knowlegde_base__search {
    display: flex;
    justify-content: flex-end;
}

.knowlegde_base__title h1 , .knowlegde_base__title h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 62px;
    color: #000000;
}
.knowledge__post_title h1{
    margin-top: 20px;
    padding-left: 35px;
}
.knowlegde_base__tabs_content .tab {
    display: none;
    padding: 15px;
}


/* Subscribe */
.post-subscribe.knowledge-sub {
    display: block;
    background: #ACE200;
    border-radius: 20px 0;
    margin-top: 73px;
}

.post-subscribe.knowledge-sub .color-main {
    color: #FFF;
}

.post-subscribe.knowledge-sub .post-subscribe__field {
    max-width: 409px;
}

.post-subscribe.knowledge-sub .post-subscribe__field:first-child {
    margin-right: 21px;
}

.post-subscribe.knowledge-sub .post-subscribe-form__inner {
    justify-content: flex-start;
}
.knowledge_category_container .post-subscribe__btn:hover{
    color: #FFF;
}
.knowledge_category_container .link-default:hover path{
    fill: #FFF;
}
/* Knowledge post  */
.knowledge__post-content{
 margin-top: 40px;
}


/* Knowledge blog  */
.knowledge_base__header {
    max-height: 168px;
}

.knowledge__blog_inner {
    padding-top: 40px;
    padding-bottom: 80px;
}

.knowledge_category_container {
    padding-top: 0;
}


.knowledge__blog_inner .related_posts,
.knowledge__blog_inner .blog__list {
    margin: 0;
}


/* Knowledge Tabs  */
.tabs__navigation_wrapper {
    background: #FFF;
}

.knowledge_base__tabs .tabs__content {
    padding-top: 60px;
    /* padding-bottom: 73px; */
    overflow: hidden;
}


.knowledge_base__tabs .tabs__navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.tabs__content_item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -16.5px;
    margin-left: -16.5px;
}
.knowledge_base__tabs .tabs__link {
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin: 0 20px;
    border-bottom: 3px solid transparent;
    padding-bottom: 20px;
}

.knowledge_base__tabs .tabs__link.selected {
    font-weight: bold;
    border-bottom: 3px solid #ACE200;
}

.knowledge_base__tabs .tabs__content_post_container {
    flex-basis: calc(33.33% - 33px);
    margin: 0 16.5px 30px;
    padding: 25px 36px;
    border-radius: 20px 0;
    background: #FFF;
}

.knowledge_base__tabs .tabs__content_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    padding-bottom: 13px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.knowledge_base__tabs .tabs__content_post_link {
    display: flex;
    flex-direction: column;
}

.knowledge_base__tabs .tabs__content_post_link a {
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    padding-left: 11px;
}

.knowledge_base__tabs .tabs__content_post_link a span {
    position: absolute;
    top: 10px;
    left: 0;
}

.knowledge_base__tabs .tabs__content_post_link a svg path {
    transition: all .3s;
}

.knowledge_base__tabs .tabs__content_post_link a:hover,
.knowledge_base__tabs .tabs__content_post_link a.active {
    text-decoration-line: underline;
    color: #ACE200;
}

.knowledge_base__tabs .tabs__content_post_link a:hover svg path,
.knowledge_base__tabs .tabs__content_post_link a.active svg path {
    fill: #ACE200;
}

.knowledge_base__tabs .article-preview__link {
    margin-top: 20px;
}


/* Knowledge subpost */
.knowledge__subpost_inner {
    display: flex;
    padding-top: 40px;
}

.blog__sidebar.knowledge-sub , .post-sidebar.knowledge-sub{
    position: relative;
    margin-right: 0;
    margin-left: 120px;
}

.knowledge__related_content,
.knowledge__subcategory_content {
    flex-basis: calc(100%);
    padding: 25px 36px;
    border-radius: 20px 0;
    background: #FFF;
}

.knowledge__related_content {
    margin-top: 20px;
}

.knowledge__related_title,
.knowledge__subcategory_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    padding-bottom: 13px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.knowledge__subcategory_title{
    font-weight: 800;
}
.knowledge__related_link,
.knowledge__subcategory_link {
    display: flex;
    flex-direction: column;
}

.knowledge__related_link a,
.knowledge__subcategory_link a {
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    padding-left: 11px;
}

.knowledge__related_link a span,
.knowledge__subcategory_link a span {
    position: absolute;
    top: 10px;
    left: 0;
}

.knowledge__related_link a svg path,
.knowledge__subcategory_link a svg path {
    transition: all .3s;
}

.knowledge__related_link a:hover,
.knowledge__related_link a.active,
.knowledge__subcategory_link a:hover,
.knowledge__subcategory_link a.active {
    text-decoration-line: underline;
    color: #ACE200;
}

.knowledge__related_link a:hover svg path,
.knowledge__related_link a.active svg path,
.knowledge__subcategory_link a:hover svg path,
.knowledge__subcategory_link a.active svg path {
    fill: #ACE200;
}

.knowledge__related_posts {
    margin-top: 94px;
}

.knowledge__job_item {
    background: #FFF;
}

/* Knowledge vot */
.knowledge__post_container {
    margin-top: 40px;
}

.knowledge_vote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    padding: 33px 36px;
    border-radius: 20px 0;
    margin-top: 40px;
    /* margin-bottom: 47px; */
}

.knowledge_vote__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.knowledge_vote__btns {
    display: flex;
    align-items: center;
}

.knowledge_vote__btns .knowledge_vote__btn:first-child {
    margin-right: 38px;
}

.knowledge_vote__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    border: 2px solid #F8FBF0;
    box-sizing: border-box;
    border-radius: 10px 0px;
    background: #FFF;
    width: 190px;
    height: 61px;
}

.knowledge_vote__btn.vote_selected {
    background: #ACE200;
}

.knowledge__post_container {
    display: flex;
}

@media (max-width: 1289px) {
    .knowledge__post-content{
        margin-top: 0px;
    }
    .knowledge_base__header {
        max-height: 84px;
    }

    .knowledge_base__tabs .tabs__content .tab {
        padding: 0 25px 0 25px;
    }

    .knowledge_base__tabs .tabs__content_post_container {
        flex-basis: calc(50% - 20px);
        margin: 0 10px 20px;
    }

    .knowlegde_base__header {
        padding: 58px 25px 28px 25px;
    }

    .related-posts__inner .article-preview {
        flex-basis: calc(50% - 20px);
        margin: 0px 10px 20px;
    }
    .knowledge__blog_inner{
        padding-top: 0px;
    }
    .post-subscribe.knowledge-sub , .knowledge__subpost_inner ,  .knowledge_vote , .knowledge__post_container{
        margin: 20px 25px 68px;
    }
}
@media (max-width: 1024px) {
    .blog__sidebar.knowledge-sub, .post-sidebar.knowledge-sub{
        margin-top: 0;
        margin-left: 0;
    }
    .knowledge__post_container .blog__content{
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .knowledge_vote__btn {
        width:150px;
        height: 41px;
    }
    .knowledge__blog_inner{
        padding-bottom: 65px;
    }
    .blog-search {
        width: calc(100% + 68px);
        margin: 0 -34px;
        padding: 15px 58px 16px;
        background: #fff;
    }

    .knowlegde_base__search {
        justify-content: flex-start;
    }
    .knowledge__subpost_inner{
        flex-direction: column;
    }
    .knowlegde_base__header{
        padding-left: 25px;
        padding-right: 25px;
    }
    .blog__sidebar.knowledge-sub, .post-sidebar.knowledge-sub{
        margin-left: 0;
    }


}

@media (max-width: 767px) {
    .knowledge__post_title h1{
        padding-left:0;
    }
    .knowlegde_base__title h1 , .knowlegde_base__title h2 , .knowledge__post_title h1{
        font-size: 26px;
    }
    .knowlegde_base__header .blog-filters{
        margin-top: 0px;
    }
    .related_posts .article-preview {
        flex-basis: calc(50% - 10px);
        margin: 0px 5px 10px;
    }
    .blog-search{
        padding: 15px 35px 16px;
    }
    .knowledge_base__tabs .tabs__navigation{
        padding-top: 0px;
    }
    .knowledge_base__tabs .tabs__navigation{
        justify-content: flex-start;
        padding-bottom: 12px;
        overflow: auto;
    }
    .knowledge_base__tabs .tabs__link{
        min-width: max-content;
        padding-bottom: 10px;
    }
    .knowledge_base__tabs .tabs__content_title , .knowledge__related_title, .knowledge__subcategory_title{
        font-size: 20px;
    }
    .knowledge_base__tabs .tabs__content_post_link a , .knowledge__related_link a , .knowledge__subcategory_link a{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .knowledge_base__tabs .tabs__content_post_link a span , .knowledge__related_link a span, .knowledge__subcategory_link a span{
        top: 8px;
    }
    .knowledge_base__tabs .tabs__content{
        padding-top: 30px;
    }

    .blog__sidebar.knowledge-sub{
        margin: 0 25px;
    }
    .post-subscribe.knowledge-sub .post-subscribe__field:first-child{
        margin-right: 0;
    }
    .knowledge__related_posts{
        margin-top: 54px;
    }
    
}

@media (max-width: 576px) {
    .knowledge__post_title h1{
        font-size: 20px;
    }
    .knowledge_vote{
        flex-direction: column;
    }
    .knowledge_vote__btns{
        margin-top: 20px;
    }
    .knowlegde_base__sub_header {
        flex-direction: column;
        align-items: flex-start;
    }
    .knowledge_vote__btn{
        width: 100px;
    }
    .knowledge_vote{
        margin-bottom: 48px;
    }
    .knowledge_base__tabs .tabs__content_post_container {
        flex-basis: calc(100% - 20px);
        margin: 0 10px 20px;
    }
    .knowlegde_base__header{
        padding-top: 68px;
    }
    .knowlegde_base__breadcrumbs .breadcrumbs{
        margin-top:5px;
    }
}