div#loader {

    position: fixed;

    background: #0000001c;

    width: 100%;

    height: 100%;

    z-index: 9999999 !important;

    left: 0;

    top: 0;

}

.loader {

    border: 8px solid #f3f3f3;

    border-top: 8px solid #e52628;

    border-radius: 50%;

    width: 50px;

    height: 50px;

    animation: spin 2s linear infinite;

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 9;

}

/****article page css start here***/



.our-artical-sec {

  padding: 60px 0px 80px;

}



.our-artical-sec h2 {

  color: #18318c;

  margin-bottom: 30px;

}



.our-article-data-filter {

  background: #fff;

  box-shadow: 0px 0px 15px 0px #18318C40;

  height: auto;

}



.our-article-data-filter h3 {

  background: #18318c;

  color: #fff;

  padding: 6px 19px;

  margin-bottom: 0;

}



.our-article-data-filter div#filterAccordion {

  padding: 25px 20px;

}



.our-article-data-filter button.accordion-button {

  background: transparent !important;

  border: none !important;

  padding: 0px !important;

  color: #E52628 !important;

  font-weight: 600;

  font-size: 20px;

  box-shadow: none !important;

}



.our-article-data-filter h2 {

  border: none !important;

  border-bottom: 2px solid #565656 !important;

  margin-bottom: 0px !important;

  padding: 5px 10px;

}



.our-article-data-filter .accordion-item {

  border: none;

}



.our-article-data-filter .accordion-body {

  padding: 0px;

  padding-bottom: 40px;

  /*border-bottom: 2px solid #565656 !important;*/

}



.our-article-data-filter .accordion-item:last-child .accordion-body {

  border: none !important;

}



.our-article-data-filter ul.list-unstyled li {

  padding: 15px 10px;

  border-bottom: 1px solid #ccc;

  color: #565656;

  font-family: 'Montserrat';

  font-weight: 500;

  position: relative;

}



.our-article-data-filter ul.list-unstyled li a {

  color: #565656;

  font-family: 'Montserrat';

  font-weight: 500;

  position: relative;

  text-decoration:none;

}



.our-article-data-filter ul.list-unstyled li a:hover {

  color: #18318c;

  transition: all 0.5s ease;

}



.our-article-data-filter ul.list-unstyled li.filter-active a {

  color: #18318c;

  font-weight: 600;

}



a.date-filter.filter-active {

  color: #18318c !important;

  font-weight: 600 !important;

}



a.journal-filter.filter-active {

  color: #18318c !important;

  font-weight: 600 !important;

  

}



a.journal-type.filter-active {

  color: #18318c !important;

  font-weight: 600 !important;

}

.our-article-data-filter .accordion-item:last-child {

  border-bottom: 0px !important;



}

.featured-box-images.has-image img{
	display: block;
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.filter-active:before {

  content: '\2714';

  color: #18318c !important;

  width: 10px;

  display: inline-block;

  margin-right: 5px;

}


.no-menu {
    font-weight: 600;
    padding-top: 100px;
    display: block;
    margin: 0 auto;
    text-align: center;
}


.result-filter {
    border-top: 1.5px solid #565656;
    border-bottom: 1.5px solid #565656;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.total-result p {

    margin:0px;

  color: #565656;

}



.sort-by-filter {

    display: flex;

    align-items: center;

    font-weight: 600;

}



.sort-by-filter select {

    border: 1px solid #565656;

    padding: 4px 3px;

    font-family: "Montserrat", sans-serif;

    color: #565656;

    outline: none !important;

    margin-left: 10px;

    width: 50px;

    border-radius: 0px;

}



.sort-by-filter span {

  color: #E52628;

  text-decoration: underline;

}



.article-list-data {

  padding: 0px 0px 40px;

}



.content-tags p {

  color: #E52628;

  font-weight: 600;

}



.tags-icons a {

  border: 1px solid #565656;

  margin: 0px;

  width: 48px;

  padding: 7px;

  object-fit: contain;

}



.article-info-top {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 20px;

}



.tags-icons a {

  display: flex;

  align-items: center;

  justify-content: center;

}





.article-content {

  padding-bottom: 40px;

  border-bottom: 1px solid #565656;

}



.article-content h3 {

    color: #18318C;

    margin-bottom: 15px;

    font-weight: 500;

}



.article-content p span {

  font-weight: 600;

  color: #565656;

}



.article-content p:last-child {

  margin-top: 15px;

}



.article-post-all>div:first-child .article-info-top {

  padding-top: 40px;

}



.tags-icons {

  display: flex;

}



.tags-icons a:first-child {

  border-right: 0;

}



.result-list-side {

  padding-left: 40px;

  position: relative;

}





.our-article-data-filter li.custom-ranges {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.our-article-data-filter li.custom-ranges input {

  border: none;

  border-bottom: 2px solid #E52628;

  max-width: 32px;

  height: 15px;

  font-size: 12px;

}



.our-article-data-filter li.custom-ranges input:focus {

  outline: none;

  box-shadow: none;

}



.our-article-data-filter li.custom-ranges p {

  color: #E52628;

  font-family: 'Montserrat';

}

.pagination.article .pagination{
	margin: 0px;
}

.pagination.article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin: 0px;
}



.display-pagination-article ul {

  display: flex;

  align-items: center;

  gap: 10px;

  flex-wrap: wrap;

}



.display-pagination-article span {

  font-weight: 500;

  color: #565656;

  font-size: 16px;

  line-height: 16px;

}



.pagination.article li {

  display: flex;

  align-items: center;

}



li.next-btn.page-item {

  margin-left: 10px;

}



li.prev-btn.page-item {

  margin-right: 10px;

}



li.prev-btn.page-item a.page-link {

  padding: 0px;

  margin: 0px;

  border-left: none;

  border-right: 1px solid #000;

  padding-right: 8px;

}



li.prev-btn.page-item i {

  padding-right: 4px;

}



.pagination.article li a {

  border: none;

  padding: 0px;

  border-left: 1px solid #000;

  border-radius: 0px !important;

  margin-left: 8px;

  padding-left: 8px;

  color: #E52628;

  font-weight: 500;

  line-height: 16px;

}



.pagination.article li .page-link:focus {

  background-color: transparent !important;

}



.pagination.article li a:hover {

  background-color: transparent !important;

}



.pagination.article li span {

  color: #565656;

  font-weight: 500;

  text-transform: capitalize;

}



.page-link:focus {

  outline: 0;

  box-shadow: none !important;

}



.account-infomation .accordion-button::after {

  background-image: url('../images/down-svg-icon.svg');

}



.account-infomation .accordion-button:not(.collapsed)::after {

  background-image: url('../images/according-svg.svg');

  transform: unset;

}



.our-latest-artical.our-artical-page-sec {

  padding-bottom: 80px;

}



.article-content a {

    font-weight: 400;

    text-decoration: none;

}

.panel-title>a:before {

  float: right !important;

  font-family: FontAwesome;

  content: "\f068";

  padding-right: 5px;

}



.panel-title>a.collapsed:before {

  float: right !important;

  content: "\f067";

}



.panel-title>a:hover,

.panel-title>a:active,

.panel-title>a:focus {

  text-decoration: none;

}



/*****article details page csss****/



.article-details {

    padding: 60px 0px 80px;

    position: relative;

    /* overflow: hidden; */

}



.article-content-data {

  border-right: 1px solid #56565680;

  padding-right: 40px;

}



.article-details h5.article-labels {

  color: #E52628;

  margin-bottom: 0;

}



.article-content-data h3 {

  color: #18318C;

  font-weight: 600;

}



.article-details .heading-text {

  margin: 15px 0px 15px;

}



.article-details p.publish-dates {
  font-weight: 800;
  margin-bottom: 20px;
}

.tag-list {
    color: #E52628;
    font-weight: 500;
}


.article-details ul.social-links-article {

    padding: 0px;

    display: flex;

    list-style: none;

    margin: 0px;

    gap: 9px;

}

.article-tags ul {

    padding: 0px;

    margin: 0px;

}

.article-details ul.social-links-article li a {

  width: 40px;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #E52628;

  color: #fff;

  font-size: 19px;

  text-decoration:none;

}



.article-view-section {

  display: flex;

  justify-content: space-between;

  align-items: center;

  border-top: 1px solid #56565680;

  border-bottom: 1px solid #56565680;

  padding: 18px 0px;

  margin: 25px 0px 40px;

}



.article-view-section li {

  display: inline-block;

}



.article-tags ul li {

  font-weight: 500;

  color: #18318C;

  padding-right: 18px;

  font-size: 16px;

}



.sharing-and-infodetails ul li a {

  border: 1px solid #565656;

}



.sharing-and-infodetails ul {

  display: flex;

  align-items: center;

}



.sharing-and-infodetails ul li {

  border: 1px solid #565656;

  width: 38px;

  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-right: 0;

}



.sharing-and-infodetails ul li:last-child {

  border-right: 1px solid #565656;

}



.article-content-sec h3 {

  color: #E52628;

  font-weight: 600;

  margin-bottom: 15px;

}



.article-content-sec p span {

  color: #18318C;

  font-weight: 600;

}



.article-content-sec p {

  margin-bottom: 20px;

}



.article-content-sec p:last-child {

  margin-bottom: 0px;

}



.article-subscribe-sec {

  border-top: 1px solid #56565680;

  border-bottom: 1px solid #56565680;

  padding: 50px 0px;

  margin: 45px 0px 35px;

}



.article-subscribe-sec h2 {

  color: #18318C;

  margin-bottom: 30px;

}



.article-subscribe-sec h2 a {

  font-size: inherit;

  line-height: inherit;

  text-decoration: underline;

  color: #E52628;

  font-weight: 600;

}



a.article-subscribe-btn {

  background: #18318C;

  color: #fff;

  padding: 12px 30px;

  font-family: Montserrat;

  font-weight: 400;

}



.article-subscribe-sec ul {

    list-style: none;

    padding: 0;

    margin: 0;

    margin-top: 25px;

}



.article-subscribe-sec ul li {

  color: #565656;

  margin-bottom: 5px;

}



.or-choose-another-plan {

  padding: 30px 0px;

  max-width: 500px;

  text-align: center;

}



.or-choose-another-plan span {

  display: block;

  position: relative;

  background: #fff !important;

  z-index: 2;

  color: #E52628;

}



.or-choose-another-plan span:before {

  position: absolute;

  content: '';

  width: 46%;

  height: 1px;

  background: #E52628;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  z-index: 1;

}



.or-choose-another-plan span:after {

  position: absolute;

  content: '';

  width: 46%;

  height: 1px;

  background: #E52628;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  z-index: 1;

}



.exiting-subscribers h2 {

  margin-bottom: 22px;

}

.learn-more-btn {

    position: relative;

    display: inline-block;

    width: 100%;

    max-width: 180px;

    color: #e52628;

    text-align: center;

    text-decoration: none;

    border: 1px solid #e52628;

    background-color: transparent;

    padding: 10px 30px;

    margin-left: 5px;

}

.learn-more-btn:hover {

    background: #e52628;

    transition: 0.5s ease;

    color: #fff;

}

.learn-more-btn:before {

    content: '';

    position: absolute;

    width: 9px;

    height: 9px;

    background: transparent;

    transition: 0.5s ease;

    border-top: 1.5px solid #e52628;

    border-left: 1.5px solid #e52628;

}

.learn-more-btn:hover:before {

    top: 0px;

    left: 0px;

    transition: 0.5s ease;

}

.learn-more-btn:before {

    top: -5px;

    left: -5px;

}

.learn-more-btn:hover:after {

    top: 0px;

    right: 0px;

    transition: 0.5s ease;

}

.learn-more-btn:after {

    top: -5px;

    right: -5px;

}

.learn-more-btn:after {

    content: '';

    position: absolute;

    width: 9px;

    height: 9px;

    background: transparent;

    transition: 0.5s ease;

    border-top: 1.5px solid #e52628;

    border-right: 1.5px solid #e52628;

}

.learn-more-btn:hover span:before {

    bottom: 0px;

    left: 0px;

    transition: 0.5s ease;

}

.learn-more-btn span:before {

    bottom: -5px;

    left: -5px;

}

.learn-more-btn span:before {

    content: '';

    position: absolute;

    width: 9px;

    height: 9px;

    background: transparent;

    transition: 0.5s ease;

    border-bottom: 1.5px solid #e52628;

    border-left: 1.5px solid #e52628;

}

.learn-more-btn:hover span:after {

    bottom: 0px;

    right: 0px;

    transition: 0.5s ease;

}

.learn-more-btn span:after {

    bottom: -5px;

    right: -5px;

}

.learn-more-btn span:after {

    content: '';

    position: absolute;

    width: 9px;

    height: 9px;

    background: transparent;

    transition: 0.5s ease;

    border-bottom: 1.5px solid #e52628;

    border-right: 1.5px solid #e52628;

}

.exiting-subscribers a.learn-more-btn {

  max-width: 260px;

  width: auto;

}



.notes-article {

  padding-bottom: 36px;

  margin-bottom: 36px;

  border-bottom: 1px solid #56565680;

}



.notes-article h3 {

  color: #E52628;

  margin-bottom: 10px;

}



.notes-article p {

  margin-bottom: 25px;

}



.notes-article p:last-child {

  margin-bottom: 0px;

}



.supplementary-material {

  border-bottom: 1px solid #56565680;

  padding-bottom: 26px;

  margin-bottom: 26px;

}



.supplementary-material:last-child {

  padding-bottom: 0px;

  margin-bottom: 0px;

  border-bottom: 0px solid #56565680;

}



p.pdf-name-file span {

  color: #18318C;

  font-weight: 600;

}



p.pdf-name-file {

  font-size: 18px;

}



.supplementary-material a {

  background: #18318C;

  color: #fff;

  padding: 12px 47px;

  display: inline-block;

  margin: 15px 0;

  text-transform: capitalize;

}



.supplementary-material a:hover {

  background-color: #18318C;

  transition: all 0.5s ease;

}



.supplementary-material a.supplementary-disable {

  background: #2834676B !important;

}



.supplementary-material a i {

  margin-right: 4px;

}



p.pdf-size {

  font-weight: 600;

  color: #18318C;

  font-size: 18px;

}



.supplementary-material-download h3 {

  color: #E52628;

  margin-bottom: 25px;

  font-size: 25px;

  font-weight: 600;

}



.newsletter-article-details {

  background: #fff;

  box-shadow: 0px 0px 15px 0px #E5262840;

  border: 0.5px solid #E52628;

  padding: 25px;

}



.newsletter-article-details h3 {

  font-weight: 600;

  color: #E52628;

  margin-bottom: 20px;

  line-height: 1.9rem;

}



.newsletter-article-details form {

  border: 1px solid #18318C;

}



.newsletter-article-details form input {

  border-radius: 0px;

  font-family: Montserrat;

  font-size: 14px;

  font-weight: 400;

  padding: 10px 17px;

  color: #565656;

  border: none;

}



.newsletter-article-details input[type="submit"] {

  background: #18318C;

  color: #fff !important;

  position: absolute;

  max-height: 100%;

  top: 49.5%;

  transform: translateY(-50%);

  right: 2px;

  padding: 0px !important;

  min-width: 100px;

  min-height: 88%;

}



.newsletter-article-details form {

  position: relative;

}



.newsletter-article-details input[type="email"] {

  width: 100%;

  padding-right: 120px;

  text-transform: capitalize;

}



.newsletter-article-details input:focus {

  outline: none !important;

  box-shadow: none !important;

}

.article-posts-latests:last-child {
    border: none;
}

.latest-article-posts {

    margin-top: 40px;

    height: auto;

    overflow: auto;

}

.latest-article-posts h3 {

  font-weight: 600;

  color: #E52628;

  margin-bottom: 20px;

  border-bottom: 1px solid #56565680;

  padding-bottom: 20px;

}



.article-posts-latests h4 {

  color: #18318C;

  margin-bottom: 8px;

  font-weight: 500;

}



.article-posts-latests {

  border-bottom: 1px solid #56565680;

  /*padding-bottom: 20px;*/

  margin-bottom: 20px;

}



.latest-article-posts a.learn-more-btn {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  margin: 0 auto;

  margin-top: 30px;

}

.article-posts-latests a {

    text-decoration: none;

}

section.featured-multimedia-sec.featured-multimedia-sec-article {

  padding-bottom: 80px;

}

.heading-articale {

    font-weight: 600;

    color: #e52628;

    margin-bottom: 20px;

    border-bottom: 1px solid #56565680;

    padding-bottom: 20px;

    margin-top: 15px;

}

.featured-media-show-more-d {

    text-align: center;

    margin-top: 50px !important;

} 

.latest-article-posts::-webkit-scrollbar {

    width: 4px;

    border-radius: 10px;

}

.latest-article-posts::-webkit-scrollbar-thumb {

    background: #888;

}

.latest-article-posts::-webkit-scrollbar-track {

    background: #f1f1f1;

}




@media all and (max-width:767px) {

.article-content-data {

    padding-right: 0;

    border: none;

}

}

