.journal-banner {
    background-image: url('/img/bg.png');
    width: 100%;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -10%;
    
}
.editor-bio{
    text-align: justify;
}
.journal-banner-content {
  position: absolute;
  top: 65%;
  left: 0%;
  padding: 0 6rem;
  transform: translate(0%, -50%);
}
.j_nav::after{
    display: inline-block;
    content: "";
    border-top: 2px solid #dcdddd;
    width: 2.5rem;
    margin-bottom: 0.3rem;
    transform: rotate(90deg);
}
.journal-banner-content h6 {
    color: #090909;
    font-size: 14px;
    line-height:26px;
}
.journal-banner-content h1{
    font-size: 42px;
}
.journal-banner-content h6{
    font-size: 14px;
}
.journal-banner-content p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'NotoSans-Regular', sans-serif !important;
}
.journal-banner-content p span{
    font-size: 16px;
    line-height: 24px;
    font-family: 'NotoSans-Regular', sans-serif !important;
}
.journal-banner-content p strong{
    font-size: 16px;
    line-height: 24px;
    font-family: 'NotoSans-Bold', sans-serif !important;
}
.articles {
    padding: 3rem 6rem;
}
.title {
    font-size: 1.6rem !important;
    color: black;
    text-align: left;
    margin-bottom: 6%;
}
.aim {
    font-size: 1.6rem !important;
    color: black;
    text-align: left;
    margin-bottom: 3%;
    font-family: 'NotoSans-Bold', sans-serif !important;
    /*margin-bottom: 0.5rem;*/
}
.aim::before{
        display: inline-block;
        content: "";
        border-top: 10px solid #338cc8;
        width: 2rem;
        transform: rotate(90deg);
        margin-bottom: 0.3rem;
        margin-left: -10px;
}
.useful-links .useful-content ul hr {
    border: 0.5px solid #939597!important;
    width: 100% !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0px !important;
    opacity: 0.1;
}
.title::before{
        display: inline-block;
        content: "";
        border-top: 10px solid #338cc8;
        width: 2rem;
        transform: rotate(90deg);
        margin-bottom: 0.3rem;
        margin-left: -10px;
}
.useful-links .useful-content ul li a {
    color: #090909;
    font-size: 14px;
}
.articles hr {
    border: 1px solid #939597;
    width: 100% !important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.article-title {
    font-size: 18px;
    line-height: 28px;
     margin-bottom: 0.5rem;
}
.author-name {
    font-size: 16px;
    color: #565656;
    line-height: 26px;
}
.published {
    font-size: 14px;
}
.a_nav::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #dcdddd;
    width: 1.5rem;
    margin-bottom: 0.3rem;
    transform: rotate(90deg);
}
.nav_a .last_li {
    margin-left: 60%;
    margin-top:-2%;
}
.tb_hr {
    border: 1px solid #333333 !important;
    width: 100% !important;
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
}
.single-abstract h3 {
    font-size: 20px;
    color: #212529!important;
}
.single-abstract h4 {
    font-size: 22px;
    color: #338CC8!important;
}
.related {
    padding: 3rem 6rem;
}
.by::before {
    display: inline-block;
    content: "";
    border-top: 4px solid #338cc8;
    width: 1.2rem;
    margin-bottom: 0.3rem;
    transform: rotate(-180deg);
    margin-right: 3%;
}
.l-journals {
    padding: 0 20%;
}
.editor-banner {
    background-image: url('/img/ebg.png');
  height: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.editor-banner-text {
  position: relative;
  padding: 2rem 7rem;
  color: white;
}
.editor-banner-text img {
    width: 80%;
    border-radius: 50%;
}
.a-publ {
    margin-top: -7%;
}
@media (max-width: 425px)
{
    .journal-banner-content {
        padding: 0 1rem;
        top: 25%;
        transform: translate(0%, 0%);
    }
    .journal-banner {
        margin-top: -25%;
        height: 170vh;
    }
    .journal-banner-content h1 {
        font-size: 18px;
        line-height: 2;
    }
    .journal-banner-content h6 {
        line-height: 10px;
        font-size:12px; 
    }
    .journal-banner-content p, 
    .journal-banner-content p span, 
    .journal-banner-content p strong {
    font-size: 14px;
    line-height: 18px;
    }
    .j_nav::after {
        width: 1rem;
    }
    .articles {
        padding: 3rem 2rem
    }
    .related {
        padding: 0rem 2rem;
    }
    .nav_a .last_li {
        margin-left: 25%;
    }
    .editor {
        text-align: center;
    }
    .editor .img img {
        height: 200px !important;
        width: 60% !important;
    }
    .single-abstract .nav_a .last_li {
        margin-left: 10%;
        margin-top: -2% !important;
    }
    .edi-img {
        width: 35% !important;
    }
    .edi-content {
        width: 65% !important;
    }
    .editor-banner-text {
        padding: 2rem 1rem;
    }
    .edi-content h1 {
        font-size: 1.5rem;
    }
    .edi-content h1 {
        font-size: 1rem;
    }
    .edi-content p {
        font-size: 0.8rem;
    }
}
@media (min-width: 426px) and (max-width: 991px)
{
    .journal-banner-content {
        padding: 0 1rem;
        top: 22%;
        transform: translate(0%, 0%);
    }
    .journal-banner {
        margin-top: -19%;
        height: 110vh;
    }
    .j_img{
        width: 50% !important;
    }
    .journal-banner-content h1 {
        font-size: 24px;
        line-height: 2.5;
    }
    .journal-banner-content h6 {
        line-height: 12px;
        font-size:14px; 
    }
    .journal-banner-content p, 
    .journal-banner-content p span, 
    .journal-banner-content p strong {
    font-size: 16px;
    line-height: 20px;
    }
    .articles {
        padding: 3rem 2rem
    }
    .a-publ {
        margin-top: -4%;
    }
    .editor {
        text-align: center;
    }
    .editor .img img {
        height: 200px !important;
        width: 60% !important;
    }
    .related {
        padding: 0rem 2rem;
    }
    .edi-content h1 {
        font-size: 2rem;
    }
}
@media (min-width: 1361px) and (max-width: 1400px)
{
    .journal-banner {
        margin-top: -11%;
        height: 80vh;
    }
}
@media (min-width: 1280px) and (max-width: 1280px)
{
    .journal-banner {
        margin-top: -10%;
        height: 85vh;
    }
    .nav.nav_j {
        width:110%;
    }
}

