.content-body h2, h4{
    color: #187bcd ;
    margin: 50px 0 20px 0;
    /* padding-top: 50px; */
}

.content-body h1{
    color: #166aae ;
    text-align: center;
    margin: 50px 0 20px 0;
    /* padding-top: 50px; */
}

.contact-us h6{
    text-align: center;
}


.content-body {
    background-color: white;
    max-width: 70vw;
}

.content-body p {
    text-align: justify;
    text-indent: 1.5rem;
}

.content-body-eb {
    max-width: 70vw;    
}

section ol+p {
    padding-left: 50px !important;
    text-indent: 0px !important;
}

ul+p {
    text-indent: 0px !important;
    padding-left: 30px !important;

}

.star-rating h6{
    font-size: small;
    padding-top: 5px;
}

.description {
    overflow-wrap: break-word;
}

/*----------------- Journal Volumes ---------------- */
.volume-block {
    text-align: center;
}

/* ------------------- Scrollspy ------------------- */

.scrollspy {
    margin-top: 50px;
    margin-left: 30px;
    top: 130px !important;
    /* font-family:'Poppins'; */
}

#scrollspy .nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #003e9a !important ;
    /* --bs-nav-pills-link-active-color: #0d6efd ; */
    --bs-nav-pills-link-active-bg: #0f0e0e42 ;
}

.scrl-elements .nav-pills .nav-link{
    font-size: .9rem;
}

@media screen and (max-width: 800px) {
    .scrl-spy{
        display:none;
    }

}

