.sc_price_item_label {
    position: absolute;
    z-index: 2;
    top: 4em;
    left: -4em;
    width: 18em;
    height: 2em;
    line-height: 2em;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #efa758;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/***  knowledgebase-category */  
@media (min-width: 992px) {
    .col-md-8 {
        width: 60%;
    }
}
@media (min-width: 992px) {
    .col-md-4 {
        width: 30%;
    }
}
.mtkb-knowledgebase-title {
    margin-bottom: 30px;
    margin-top: 0;
    display: none;
}
.single-mtkb-knowledgebase .row.high-padding, .single-mtkb-potfolio .row.high-padding {
    padding: 0px 0;
}