/*li#menu-item-2 {

    border-bottom: 4px solid #00A6E9;

}

li#menu-item-9 {

    border-bottom: 4px solid #993F98;

}

li#menu-item-18 {

    border-bottom: 4px solid #00AAB5;

}

li#menu-item-23 {

    border-bottom: 4px solid #EE3135;

}

li#menu-item-25 {

    border-bottom: 4px solid #F68B1F;

}*/

#main-nav li.has-sub-menu > a {

    padding-right: 1px !important;

}


/*AUTHOR SECTION START*/
.main-title{
	text-align:left;
}
.custom_top_author {
    display: flex;
	align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
	min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
    align-items: center;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}

.name_author_out p {
    margin: 0 0 0px 0;
    line-height: 1.3;
}

/*AUTHOR SECTION END*/



