.jd-article-magamenu .jd-mega-menu-category-first,
.jd-article-magamenu .jd-mega-menu-category-last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.jd-article-magamenu .jd-mega-menu-category-first {
    min-height: 200px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.jd-article-magamenu .jd-mega-menu-category-first:before{
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
}

.jd-article-magamenu .jd-mega-menu-category-first-content {
    width: 100%;
    padding: 15px 20px 10px;
    position: relative;
}

.jd-article-magamenu .jd-mega-menu-category-tag {
    background: #46c49c;
    color: #fff;
	line-height: normal;
    display: inline-block;
    text-decoration: none;
    padding: 0px 6px;
    position: relative;
    font-size: 14px;
}
.jd-article-magamenu .jd-mega-menu-category-tag:after {
    content: "";
    display: inline-block;
    border-top: 8px solid #46c49c;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.jd-article-magamenu .jd-mega-menu-category-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none;
    color: #fff;
    margin: 0 0 5px;
    display: block;
}

.jd-article-magamenu .post-meta .jd-mega-menu-category-author img {
    max-width: 30px;
	border-radius: 100%;
}
.jd-article-magamenu .post-meta .jd-mega-menu-category-author .jd-mega-menu-category-author-name {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 5px;
    text-decoration: none;
	overflow: hidden;
}

.jd-article-magamenu .post-meta .jd-mega-menu-category-author .jd-mega-menu-category-author-name a{
	color: #fff;
	line-height: normal;
}

.jd-article-magamenu .post-meta .jd-mega-menu-category-author .jd-mega-menu-category-author-img{
	float: left;
}

.jd-article-magamenu .post-meta .jd-mega-menu-category-author {
    padding-right: 10px;
}

.jd-article-magamenu .post-meta .jd-mega-menu-category-author,
.jd-article-magamenu .post-meta .jd-mega-menu-category-time {
    margin-bottom: 5px;
    font-size: 12px;
	color: #fff;	
    line-height: 22px;
}

.jd-article-magamenu .post-meta > div{
	display: inline-table;
}

.jd-article-magamenu .jd-mega-menu-category-time {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}
.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category-content {
    padding-left: 20px;
}
.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category-title {
    color: #1a191d;
    font-size: 15px;
    line-height: 25px;
	font-weight: 400;
}
.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category-time {
    font-size: 15px;
    line-height: 1;
    color: #959595;
    padding-left: 20px;
}
.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category-time:before {
    font-size: 15px;
    top: 1px;
}
.jd-article-magamenu .creation-date {
    font-size: 11px;
    font-weight: 400;
}

/* Article Style css */

.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category{
	border-bottom: 1px solid #eaeaea;
    display: flex;
    margin-bottom: 15px;
    padding: 0 0 15px;
}
.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category img{
	width: 100px;
}
.jd-article-magamenu .jd-mega-menu-category-first,
.jd-article-magamenu .jd-mega-menu-category-last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
/* ----- Style one ----- */
.jd-article-magamenu.style-1 .jd-mega-menu-category-first {
    min-height: 315px;
}
.jd-article-magamenu .jd-mega-menu-category-first {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
/* ----- Style two ----- */
.jd-article-magamenu.style-2 .jd-mega-menu-category-first {
    min-height: 200px;
}
.jd-article-magamenu.style-2 .tab-content .tab-pane div[class*="col-lg-"]{
	display: inline-grid;
}
/* ----- Style three ----- */
.jd-article-magamenu.style-3 .jd-mega-menu-category-first {
    min-height: 200px;
}
.jd-article-magamenu .jd-mega-menu-category-first:before{
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
}
.jd-article-magamenu .jd-mega-menu-category-tag {
    background: #46c49c;
    color: #fff;
	line-height: normal;
    display: table;
    text-decoration: none;
    padding: 0px 6px;
    position: relative;
    font-size: 14px;
}
.jd-article-magamenu .jd-mega-menu-category-tag:after {
    content: "";
    display: inline-block;
    border-top: 8px solid #46c49c;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.jd-article-magamenu .jd-mega-menu-category-title a{
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none;
    color: #fff;
    margin: 0 0 5px;
    display: block;
}
.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category-content {
    padding-left: 20px;
}
.jd-article-magamenu .jd-mega-menu-category-last .title a {
    color: #1a191d;
    font-size: 15px;
    line-height: 25px;
	font-weight: 600;
}

/* Article Style css */
.jd-article-magamenu .tab-content .row{
	border: none;
}
.jd-article-magamenu #tab a{
	line-height: 30px;
	font-size: 18px;
	padding: 10px 0px 10px  0px;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
	display: block;
	color: #252525;
	border-bottom: 1px solid #eaeaea;
	border-radius: 0;
	position: relative;
}
.jd-article-magamenu #tab a .badge-pill{
	background: #f8f8f8;
    border-radius: 0;
    color: #ababab;
    float: right;
    padding: 0 10px;
}

.jd-article-magamenu #tab a:nth-child(n+8){
	display: none;
}
.jd-article-magamenu #tab a:hover{
	padding-left: 5px;
	background: #f3f3f3;
	color: #46c59c;
}
.jd-article-magamenu #tab a:hover:before{
	border: none;
	color: #ff3c36;
}
.jd-article-magamenu #tab a.active{
	padding-left: 0px;
	background: #f3f3f3;
	color: #ed6663 !important;
}
.jd-article-magamenu #tab a.active:before{
	border: none;
}
.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category{
	border-bottom: 1px solid #eaeaea;
    display: flex;
    margin-bottom: 15px;
    padding: 0 0 15px;
}
.jd-article-magamenu .jd-mega-menu-category-last:last-child .jd-mega-menu-category{
	border-bottom: none;
}
.jd-article-magamenu .jd-mega-menu-category-last .jd-mega-menu-category img{
	width: 100px;
}
.jd-article-magamenu .jd-mega-menu-category-first,
.jd-article-magamenu .jd-mega-menu-category-last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.jd-article-magamenu .jd-mega-menu-category-first-content{
	font-size: 11px;
    font-weight: 600;
    margin-top: 25px;
    text-transform: capitalize;
}

/* style 4 Layout */
.jd-article-magamenu.style4 .jd-mega-menu-category-first-content-title .category-tag{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
}
.jd-article-magamenu.style4 .jd-mega-menu-category-first-content-title .category-title{
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}
.jd-article-magamenu.style4 .jd-mega-menu-category-first {
    min-height: 315px;
}
.jd-article-magamenu.style4 .jd-mega-menu-category-first {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.jd-article-magamenu.style4 .jd-mega-menu-category-title a{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
    color: #000;
    margin: 0px;
    display: block;
}
.jd-article-magamenu.style4 .jd-mega-menu-category-last .jd-mega-menu-category-content {
    padding-left: 20px;
	font-weight: 600;
    padding-left: 20px;
    text-transform: uppercase;
	font-size: 13px;
}
.jd-article-magamenu.style4 .jd-mega-menu-category-last .title a {
    color: #1a191d;
    font-size: 20px;
    line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
}