.custom_category h3 {
    font-family: Roboto-Regular;
    font-size: 22px;
    color: #424242;
    white-space: nowrap;
    text-align: center;
}
.custom_category .category {
    background-color: #fff;
    min-height: 148.5px;
    text-align: center;
    padding-top: 16px;
    border-radius: 10px;
}

.custom_category .category:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-transform: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transform: all .3s ease-in-out;
    position: relative;
}

.custom_category .category img {
	height: 80px;
	width: 80px;
	margin: auto;
}

.custom_category .category .content .text {
    margin: 8px 12px 0;
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.custom_border {
    border-bottom: 2px solid #004D40;
    padding-bottom: 1rem;
}
.view_more_btn {
    background: #004D40!important;
    text-transform: capitalize;
    border-color: #004D40!important;
    color: white!important;
}
.view_more_btn:hover, .view_more_btn:active {
    background: #01241e!important;
    border-color: #01241e!important;
}
.badge-custom {
    display: inline-block;
    padding: 3px;
    font-size: 11px;
    border-radius: 0 50em 50em 0;
    color: #ff0000;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 15px;
    left: 0;
    box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.1), 0 4px 4px 0px rgba(0, 0, 0, 0.06) !important;
}
.badge-custom .box {
    height: 26px;
    width: 26px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.custom_sidebar .current {
    color: #f14242!important; 
}