.editorial-board .aj-editorial-board .aj-editorial-board-img img {
    max-width: 130px;
    max-height: 180px;
}

.aj-description {
    width: 100% !important
}

.myDiv {
    position: relative;
    z-index: 1;
}

.myDiv .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    height: 300px;
}
.hdrs {
    height: 31px;
    background-color: #f8f8f8;
}
#dvarticle .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
    min-height: 150px;
    max-height: 400px;
}
.journal-bk-img {
    background-image: url("../../frontend-assets/img/AA.jpg");
    min-height: 350px;
    width: 99%;
    background-repeat: repeat;
    background-size: cover;
    grid-area: 1 / 1;
    background: round;
}
a:hover {
    color: #000 !important;
}
#course-content .course-content-area .sidebar .single-sidebar .sidebar-catg li a:before {
    content: none !important;
}
#course-content .course-content-area .sidebar .single-sidebar .sidebar-catg {
    padding-left: 5px !important;
}
#course-content .course-content-area .sidebar .single-sidebar .sidebar-catg li a {
    padding: 4px 0 4px 0px !important;
}
.journal-section-img12 {
    grid-area: 1 / 1;
    background-image: linear-gradient(to right, #2e2e2e, #d8d8d800);
    height: 300px !important;

}
.quick-link-sidebar {
    padding-right: 23px;
}
.become-btns {
    color: #fff;
    background-color: #002147;
    height: 113px;
    text-align: center !important;
    padding: 10px;
    float: left;
    width: 50%
}
.register-main {
    padding-top: 24px;
}
.about-2 {
    border: none;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 20px;
    background-color: white;
}
.pad10 {
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    background-color: white;
    padding: 15px 0px 10px 0px;
}
.first1 tr td:nth-child(1) {
    color: #002147;
    padding-top: 5px;
    width: 190px;
    font-weight: bold;
}
.first1 tr td {
    padding-top: 8px;
    font-weight: bold;
    color: #0CF;
    width: 267px;
}
.sidebar .menu li > a .item-icon {
    left: 15px;
    position: absolute;
    top: 13px;
}
.information ul li {
    line-height: 25px;
    padding: 0px;
}

.information h3 {
    padding-bottom: 10px;
}

.sidebar .widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.information ul li {
    padding: 0px;
}

.sidebar .menu li {
    margin: 0 0 3px;
}

.sidebar .menu li a {
    background-color: #007b8b;
    color: #fff !important;
    display: block;
    font-weight: bold;
    padding: 9px 9px 9px 60px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 10px;
}

#course-content .course-content-area .sidebar {
    display: inline;
    float: left;
    width: 100%;
}

.information ul li a {
    color: #001d3e;
    font-size: 15px;
    font-weight: bold;
}

.sidebar .menu li a:before {
    background: #e1e1e1;
    background: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    top: 0;
    width: 1px;
}

.blinking {
    animation: blinkingText 1.4s infinite;
}

@keyframes blinkingText {
    0% {
        color: #0CF;
    }
    49% {
        color: transparent;
    }
    50% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: #000;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink {
    border: 2px solid white;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        border: 2px solid red;
    }
    25% {
        border: 2px solid green;
    }
    50% {
        border: 2px solid yellow;
    }
    100% {
        border: 2px solid orange;
    }

}

ul.arrows_list1.memberIn {
    padding: 10px 6px;
    background: #f0f0f0;
    display: inline-block;
}

.sidebar .widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.memberIn li {
    float: left;
    width: 100%;
}

.information ul li a {
    color: #001d3e;
    font-size: 15px;
    font-weight: bold;
}

.memberIn img {
    width: 46%;
    height: 57px;
    border: 1px solid #ddd;
    margin: 7px 3px 4px 5px;
    padding: 6px 4px;
    object-fit: contain;
    float: left;
    background: #fff;
    box-shadow: 0 2px 1px #8e8d8d;
    border-radius: 3px;
    border-bottom-color: #F44336;
    border-bottom-width: 1px;
}

.border {
    border: 2px solid #ddd;
    padding: 10px;
    margin-top: 10px;
}

.right_ribbon {
    color: #000;
    margin-left: -19px;
    float: left;
}

.ribbon {
    color: #fff;
    margin: 20px 0 20px;
    position: relative;
    text-transform: uppercase;
    background: #12a3df;
    background: -webkit-linear-gradient(#12a3df, #025da4);
    background: -o-linear-gradient(#12a3df, #025da4);
    background: -moz-linear-gradient(#12a3df, #025da4);
    background: linear-gradient(#12a3df, #025da4);
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    padding: 2px 10px;
    clear: both;
}

div.right_ribbon::before {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -1px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(0, 80, 116);
}

div.right_ribbon h2 {
    margin: 0 12px;
    font-size: 18px !important;
    color: #fff !important;
    text-transform: initial;
}

.information h2 {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}

div.right_ribbon::after {
    display: block;
    width: 6px;
    height: 40px;
    position: absolute;
    bottom: 6px;
    right: -1px;
    content: "";
    border: 1px solid rgba(0, 0, 0, .3);
    transform: skew(
            0deg,
            45deg
    );
    -ms-transform: skew(0deg, 45deg);
    -webkit-transform: skew(
            0deg,
            45deg
    );
    -o-transform: skew(0deg, 45deg);
    -moz-transform: skew(0deg, 45deg);
    background: rgb(0, 80, 116);
}

.clearfix {
    display: inline-block;
}
.text-limit {
    max-height: 220px;
    min-height: 220px;
    overflow: hidden;
    font-size:14px;
}

@media screen and  (max-width: 786px) {
    .journal-bk-img {
        min-height: 100px;
        height: auto;
    }
    .journal-section-img {
        height: auto !important;
    }
    .quick-link-sidebar {
        top: 0;
    }
    .journal-course {
        float: inherit !important;
    }
    .become-btns {
        width: 100%;
        margin-top: 10px;
        height: inherit;
        padding: 25px;
    }
    .register-main {
        padding-top: 0px;
    }
    .card-resp {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #dvarticle .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-limit {
        height: 100%;
        max-height: 100%;
        min-height: 100%;
    }

}