/* Author name */
.author-bn .author-img img {
    border-radius: 50%;
}

.author-bn .col-md-1:not(#masthead .col-md-1),
.col-md-11:not(#masthead .col-md-11),
.col-md-12:not(#masthead .col-md-12) {
    padding-left: 15px;
    padding-right: 15px;
}

.author-bn {
    float: left;
    background-image: linear-gradient(to right, #244e96, #3473de);
    width: 100%;
    padding: 40px 50px;
    padding-bottom: 0px;
    margin-top: 75px;
}

.author-text {
    margin-left: 10px;
}

.author-text h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 5px 0;
}

.author-text p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 8px 0;
}

.author-bn ul {
    margin: 0;
}

ul.social-media-list li {
    display: inline-block;
    margin-right: 9px;
    margin-top: 6px;
}

/* Author name */

/* Author menu */
.nav-li-list li {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 0px;
}

.nav-li-list {
    margin-top: 60px;
}

.nav-li-list a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.active-link {
    border-bottom: 5px solid #fff;
    height: 38px;
}

/* Author menu */

/* About  */
.about-text {
    margin-top: 42px;
    margin-bottom: 25px;
}

.author_page-about .col-md-4,
.col-md-8 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.about-text h2 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.5;
}

/* About  */

/* Education */
.education-li h2 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 7px;
}

.education-li ul {
    margin: 0px !important;
}

.education-li li {
    font-size: 16px;
    color: #222;
    margin-bottom: 7px;
    line-height: 1.8;
}

.education-li span {
    position: relative;
    bottom: 3px;
    margin-right: 5px;
}

.education-li {
    float: left;
    width: 100%;
    margin-top: 10px;
}

/* Education */

/* Featured Articles */
.wh-box {
    padding: 10px 10px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ccc;
    margin-bottom: 15px;
    background-color: #fff;
}

.box-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    margin-top: 7px;
    margin-bottom: 9px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.date-list {
    font-size: 14px;
    color: #8f8f8f;
    margin: 0;
}

.date-list span {
    font-size: 27px;
    line-height: 0px;
    text-align: center;
    position: relative;
    left: 3px;
    color: #8f8f8f;
}

.text-heading h2 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
    margin-top: 15px;
}

.featured-img-dv {
    float: left;
    width: 100%;
}

.see-more-btn {
    text-align: center;
    margin-top: 20px;
}

.see-more-btn a {
    padding: 12px 30px;
    border-radius: 30px;
    background-color: #f7f7f7;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.see-more-btn img {
    position: relative;
    top: 2px;
}

.featured-img-dv img {
    width: 100%;
    aspect-ratio: 90/47;
    border-radius: 8px;
}

.author-bn-left {
    width: 160px;
}
.author-bn-right {
    width: auto;
    width: calc(100% - 160px) !important;
}

/* Featured Articles */
@media only screen and (max-width: 767px) {
    .author_page-about {
        float: left;
        width: 100%;
    }
    .container-page-about:not(#masthead .container-page-about) {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .author_page-about .col-md-8 {
        width: 100%;
    }

    .author_page-about .col-md-4 {
        width: 100%;
        float: left;
    }
    .author-bn {
        padding: 40px 11px;
        padding-bottom: 0px;
        margin-top: 57px;
    }

    .nav-li-list {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        position: relative;
    }
    .author-text {
        margin-left: 0px;
    }

    .author-bn .col-md-1 {
        width: 30%;
    }

    .author-bn .col-md-11 {
        width: 70%;
    }

    .education-list {
        width: 3%;
        float: left;
        margin-right: 4px !important;
    }

    .education-list-1 {
        float: left;
        width: 94%;
        font-size: 15px;
    }

    .education-li li {
        float: left;
        width: 100%;
    }

    .education-li span {
        bottom: 0px;
        margin-right: 0px;
    }

    .text-category1 {
        width: 100%;
    }

    .author-bn-left {
        min-width: 130px;
    }

    .author-bn-right {
        width: calc(100% - 130px) !important;
    }

    .author-text h1 {
        margin: 0 0 3px 0;
    }

    .author-text p {
        margin: 0 0 6px 0;
    }

    .shadow-card {
    background-color: #fefefe;
    border-radius: .75rem;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .26);
    /* margin: 0 0 1.5rem 0; */
    padding: 1.0rem;
    display: flex;
    align-items: flex-start !important;
    border-radius: .375rem;
    border-left: solid #252530 8px;
    margin-top: 2.5rem;
    padding: .75rem;
    /* margin-top: 15px; */
    }

    .pr-half pt-4th{
        width: 20%;
        float: left;
    }
    .text-small-normal
    {
        width: 80%;
        float: left;
    }


}

.text-category1 {
    width: 100%;
}

.top-category-list {
    margin-top: 40px;
}

.top-category-list ul {
    margin: 0px !important;
}

.top-category-list ul li {
    width: 100% !important;
    float: none !important;
    list-style: disc;
    margin-left: 15px;
}

.education-li span img {
    position: relative;
    bottom: 3px;
}



.author-desc{
    margin-bottom: 10px;
}
/******************* css for policy on author and reviewer ************ */
     .border-top {
        margin-top: 15px;
    }
    .shadow-card {
        background-color: #fefefe;
        border-radius: .75rem;
        -webkit-box-shadow: 0 3px 12px 0 #3473de;
        box-shadow: 0 3px 12px 0 #3473de;
        /*margin: 0 0 1.5rem 0;*/
        padding: 1.0rem;
        display: flex;
        align-items: center;

        border-radius: .375rem;
        border-left: solid #3473de 8px;
        margin-top: 2.5rem;
        padding: .75rem;
        /*margin-top: 15px;*/
    }

    .pr-half {
        padding-right: .75rem;
    }
    .pt-4th {
        padding-top: .375rem;
    }
    .text-small-normal {
        font-size: .9375rem;
    }
    a {
        line-height: inherit;
        color: #246f9e;
        text-decoration: none;
        cursor: pointer;
    }
    .link {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        color: #246f9e;
    }