.jounarl-heading-banner {
    height: 100%;
    background-size: 50%;
    background-position: right center;
    position: relative;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #7d1a2d;
}


.journal-header-image img {
    width: 100%;
}

.journal-header-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    /*align-items: center;*/
}

.journal-header-flex h1 {
    color: #fff;
    font-size: 33px;
}

.journal-nav {
    list-style: none;
    padding: 0;
}

.journal-nav li {
    background-color: #18ba60;
    color: #fefefe;
    padding: 4px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 5px solid #fefefe;
    position: relative;
    cursor: pointer;
}

.journal-nav a {
    color: #fff;
    text-decoration: none;
}

.journal-nav a li {
    padding: 4px 0 4px 10px;
}

.journal-subnav {
    list-style: none;
    padding: 0;
}

.journal-subnav li {
    border-top: 1px solid rgb(255 255 255 / 58%);
}

.journal-subnav a li {
    color: #fff;
    padding: 4px 0 4px 10px;
}

.journal-subnav a {
    padding: 0 !important;
}

.icon a {
    padding: 4px 0 4px 10px;
    cursor: pointer;
}

.icon::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 4px;
    font-size: 14px;
    top: 5px;
    font-weight: 500;
}

.icon[aria-expanded="true"]:after {
    content: "\f077";
}

.strip-view h5 {
    background: #eee;
    padding: 10px 0 10px 12px;
    border-left: 3px solid #7d1a2d;
    margin: 0 0 10px;
    color: #7d1a2d;
}

.strip-flex h5 {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 12px;
}

.strip-flex h5 a {
    font-size: 14px;
    text-decoration: none;
    color: #bb4430;
}

.strip-flex h5 a i {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.custom-archor a {
    text-decoration: none;
    background-color: #18ba60;
    color: #fff;
    padding: 5px 14px;
    border-radius: 3px;
    margin: 0 0 0 6px;
}

.custom-archor a:hover {
    background-color: #7d1a2d;
    color: #fff;
}

.pdf {
    background-color: #18ba60 !important;
    border: none !important;
}

.pdf:hover {
    border: none !important;
}

.list-icon li a {
    position: relative;
    text-decoration: none;
    color: #212529;
}

.list-icon-padding {
    padding: 0 0 0 33px;
    font-size: 14px;
}

.list-icon li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    line-height: inherit;
    top: 0px;
    font-size: 14px;
    /* margin-right: 10px; */
    left: -11px;
    color: #bb4430;

}

/*bord member*/

.boardJournal .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.boardJournal .card-header {
    background-size: cover;
    background-position: top center;
    height: 15vh;
    width: 15vh;
    border-radius: 50%;
}

/*bord member*/

.journal-middle-part .view-more {
    text-align: right;
}

.journal-middle-part .view-more a {
    background-color: #18ba60;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
}

.journal-middle-part .view-more a:hover {
    background-color: #7d1a2d;
}

.view-more i {
    transform: rotate(60deg);
    padding: 0 3px;
}

.home-journal {
    padding: 15px;
    border-radius: 5px;
    margin: 12px 0 0;
    width: 100%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.home-card-journal {
    padding: 18px 0 0;
}

.abtract-view {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-evenly;
}

.index-card {
    padding: 0;
    background: 0 0;
    border: none;
}

.abtract-view li {
    padding: 10px 0;
}

.abtract-view li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 14px;
    border-radius: 3px;
}

.abstract {
    background-color: #18ba60 !important;
}

.html {
    background-color: #18ba60 !important;
}

.pdf {
    background-color: #18ba60 !important;
}

.abtract-view li a:hover {
    background-color: #7d1a2d !important;
    color: #fff;
}

.citation-view a {
    background-color: #18ba60;
    color: #fff !important;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 6px 0 0;
    cursor: pointer;
}

.citation-view a i {
    transform: rotate(60deg);
    padding: 0 3px;
    cursor: pointer;
}

.citation-view a:hover {
    background-color: #7d1a2d;
}

.custom-header {
    background-color: #7d1a2d;
}

.custom-header h6 {
    color: #fff;
}

/*.whatup {
    position: fixed;
    top: 220px;
    right: 0;
    background-color: #18ba60;
    color: #fff;
    padding: 6px 30px 6px 15px;
    border-radius: 10px 0 0 10px;
    z-index: 99;
}*/

.whatup-animation {
    background-color: #7d1a2d;
    animation: reach-us-anim 1.2s infinite ease-in-out;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 27px 0 34px;
    padding: 0 30px 0 15px;
    right: 0;
}

@keyframes reach-us-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

.card-line-shadow {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 0px 0 10px 0;

}

.heading-journals {
    color: #7d1a2d;
}

.view-pdf {
    display: flex;
}

.view-pdf li a {
    background-color: #18ba60;
    color: #fff;
    margin: 0 5px 0 0;
}

.view-pdf li a:hover {
    background-color: #7d1a2d;
    color: #fff;
}

.whatup ul {
    list-style: none;
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.whatup ul li {
    display: block;
    margin: 5px;
    background: #922829;
    width: 306px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.whatup ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: #922829;
    width: 324px;
}

.whatup ul li a {
    color: #fff;
}

.whatup ul li i {
    margin-left: 10px;
    color: #922829;
    background: #fff;
    /*padding: 10px;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 3px 3px 0px 0;
}

.whatup {
    position: fixed;
    top: 24%;
    z-index: 999;
}
