* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  /* font-family: 'Poppins', sans-serif; */
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #222;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  
  /* font-family: "Poppins",sans-serif; */
  overflow-wrap: break-word;
word-wrap: break-word;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  
  text-decoration: none;

}

b, strong {
  font-weight: 700;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

/*input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}*/

header {
  position: relative;
}

/* topbar start */
.topbar{
	background-color:#1f3838;
	/*! line-height: 55px; */
    border-bottom: 1px solid #cccccc;
	padding:6px 0;
}
.topbarlists ul{
	display:flex;
	padding:0px;
}
.topbarlists ul li{
	list-style-type: none;
    padding-right: 15px;
}
.topbarlists li:active{
	color:#d82e86;
}
.topbarlists ul li a{
	font-size: 14px;
    color: #FFF;
    font-weight: 500;
	/*text-transform: uppercase;*/line-height: 36px;
}
.topbarlists ul li a:hover{
    color: #CCC;
}
.topbarlists ul li a.active{
    color: #be1d2c;
}
.socialicons {
	float: right;
	/*! font-size: 13px; */
    font-weight: 400;
    color: #32487a;
    margin-bottom: 0px;
    text-transform: uppercase
}
.socialicons ul{
	display:flex;
}
.socialicons ul li{
	list-style-type: none;

}
.socialicons ul li a{
	font-size: 13px;
    color: #ffffff;
}
.socialicons ul li a:hover{
    color: #be1d2c;
}
.socialicons .fa-facebook {
    padding: 5px;
	color: #2f4f4f;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    /*! border-radius: 3px; */
	background-color: #FFF;
	margin-right: 5px;
    line-height: 30px;
}
.socialicons .fa-facebook:hover {
    color: #39579a;
	/*border: 1px solid #e6e6e6;*/
	background-color: #fff;
}
.socialicons .fa-twitter {
    padding: 5px;
	color: #2f4f4f;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    /*! border-radius: 3px; */
	background-color: #FFF;
    line-height: 30px;
}
.socialicons .fa-twitter:hover {
    color: #55acee;
	/*border: 1px solid #e6e6e6;*/
	background-color: #fff;
}


/* topbar end */
/* advertisement start */
.advertisement{
	background-color:#4a4a4a;
	padding-top:32px;
	padding-bottom:32px;
	text-align: center;
}
/* advertisement end */

/* navbar start */
nav.navbar.bootsnav {
  background-color: #FFF;
  border-radius: 0;
  border: none;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  margin: 0;
}

nav.bootsnav .container {
    position: relative;
}

nav.navbar.bootsnav .navbar-toggle {
  background-color:#FFF;
  border:1px #2f4f4f solid;
  color:#2f4f4f;
  padding:6px 14px;
  font-size:18px;
  position: relative;
  top: 0px;
}
#navbar-menu {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
nav.navbar.bootsnav .navbar-brand {
    padding: 20px 15px;
}
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #2f4f4f !important;
    font-weight: 600; 
	border-bottom: 1px solid #2f4f4f; 
	background: #FFF;
}
nav.navbar.bootsnav ul.nav > li.active > a:hover {
    color: #2f4f4f !important;
    font-weight: 600; 
	/* border-bottom: 4px solid #2f4f4f; */
	background: #e8e8e8;
}
nav.navbar.bootsnav ul.nav > li:hover > a {
    color: #fff !important;
    /* border-bottom: 4px solid #2f4f4f; */
	/* background: #2f4f4f; */
	background: #2f4f4f;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
	padding: 15px 8px;
	margin-right: 5px;
    text-transform: capitalize;
	color: #000 !important;
    font-family: 'Noto Serif', serif;
}
/* nav.navbar.bootsnav ul.nav > li > a > span{
    font-size: 13px;
    text-transform: capitalize;
	color: #fff !important;
	background: #2f4f4f;
    font-weight: 700;
} */
nav.navbar.bootsnav ul.nav > li > a > span.active{
    font-size: 14px;
    /* padding: 16px 22px 16px; */
    text-transform: capitalize;
	color: #fff !important;
	background: #2f4f4f;
    font-weight: 700;
}
nav.navbar.bootsnav ul.nav > li > a > span:hover{
    font-size: 14px;
   /*  padding: 15px 22px 16px; */
    text-transform: capitalize;
	color: #fff !important;
	background: #none;
    font-weight: 700;
} 
.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	/* border-bottom: 1px solid #7a0026; */
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}
/* navbar end */

/* logo section start */
.logo{
	background-color:#fff;
	padding-top: 20px;
    padding-bottom: 20px;
	color:#fff;
	text-align: center;
}
.logo a{
	display:inline-block;
}
.logo label{
	color: #fff;
    margin-bottom: 0px;
    background: #2f4f4f;
    /* display: inline-table; */
    text-align: right ! important;
    float: right;
    padding: 20px 20px;
    font-size: 35px;
    /*! margin-right: 5px; */
    /*! margin-bottom: -10px; */
	/*! border-radius: 5px; */
	margin-top: 3px;
}
.logo h1{
	color: #2f4f4f;
    margin-bottom: 0px;
    font-size: 59px;
    font-weight: 600;
	letter-spacing: 0px;
    text-transform: uppercase;
	font-family:webkit-body !important;
    padding-left:2px;
	line-height: 56px;
}
.logo h2{
	color: #2f4f4f;
    margin-bottom: 0px;
    font-size: 59px;
    font-weight: 600;
	letter-spacing: 0px;
    text-transform: uppercase;
	font-family:webkit-body !important;
    padding-left:2px;
	line-height: 56px;
}
.logo h4{
	color: #2f4f4f;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    margin-right: 7px;
	margin-top: -5px;
}
/* logo section end */
.m-t-20 {
    margin-top: 20px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-l-40 {
    margin-left: 40px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
/* About us start */
.aboutus{
	/*! background: linear-gradient(to bottom, #ffffff,#d7f2fb); */
	padding-top: 57px;
    padding-bottom: 57px;
	background: #1b1b1b;
}
.aboutusimg{
	/* float: left;
	padding-right: 14px; */
	    padding-left: 15px;
}
.aboutuscontent{
	/*! padding-top:123px; */
}
.aboutus li{
	list-style-type: none;
	font-size: 13.53px;
}
.aboutus li span{
	font-weight: 600;
}
.aboutus li .fa{
	font-size:15px;
	padding-right: 7px;
}
.aboutus h3{
	font-size: 40px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0px;
    color: #FFF;
    text-align:center;
}
.aboutus h1{
	font-size: 62px;
    font-weight: 600;
	margin-bottom: 16px;
    color: #2f4f4f;
    letter-spacing: 1px;
}
.aboutus h4{
	font-size: 33px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 1.1px;
    color: #4a4a80;
}
.aboutus a{
	font-size: 25px;
    color: #4a4a80;
    line-height: 22px;
}
.aboutus a:hover{
    color: #000;
}
.aboutnopadding1{
	
}
/* About us end */

/* editorialboard start */
.rightsecheading{
	background:#f2f2f4;
	border-left: 7px solid #2f4f4f;
	border-right: 4px solid #2f4f4f;
}
.triangle {
    position: absolute;
    margin: auto;
    /* top: 11px; */
    margin-top: 11px;
    left: 10px;
    /* right: 148px; */
    text-align: right;
    /* float: right; */
    width: 12px;
    height: 12px;
    border-right: solid 15px #2f4f4f;
    border-bottom: solid 30px transparent;
    border-bottom: solid 15px transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* border-right: 2px solid #e74c3c; */
    /* border-bottom: 2px solid #be1d2c; */
}
/* .rightsecheading:before {
    content: '\25ba';
    border-width: 5px;
    position: relative;
    left: -6px;
    top: 5px;
    float: left;
    color: #be1d2c;
}  */
.rightsecheading h4{
	text-align: left;
/* 	padding-left: 14px; */
    padding:5px 10px;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-left: 3px;
}
.editorialboard{
	border: 1px solid #d9d9d9;
    text-align: center;
	margin-bottom: 25px;
	/*padding-top: 28px;*/
    padding-bottom: 20px;
}
.editorialboard img{
	/*padding-bottom: 15px;
     padding-top: 20px; */
     padding:30px;
}
.editorialboard h4 {
    font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}
.editorialboard h4 a{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    font-style: normal;
}
.editorialboard h4 a:hover{
   color: #be1d2c;
}
.editorialboard p{
	margin-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
}
.editorialboard a{
	margin-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
	font-style: italic;
	font-weight: 400;
}
.editorialboard a:hover{
	color: #2f4f4f;
}
.editorialboard a .fa{
	color: #2f4f4f;
    padding-right: 8px;
}
/* editorialboard end */

/* current issues start */
.currentissues{
	border: 1px solid #d9d9d9;
	margin-bottom: 25px;
}
.currentissuescontent{
	border-bottom: 1px solid #d9d9d9;
	padding: 10px;
}
.currentissuescontent:hover{
	background:#f2f2f4;
}
.currentissuescontent:last-child{
	border-bottom: none;
}
.currentissues h4{
	margin-bottom: 0px;
    padding-top: 0px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 7px;
	/* text-align:justify; */
}
.currentissues h4 a{
	margin-bottom: 0px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
	color: #2f4f4f;
}
.currentissues h4 :hover{
	/*color: #000;*/
	text-decoration:underline;
}
.currentissues label{
	font-size: 16px;
	margin-bottom: 0px;
	padding-left: 7px;
}
/* current issues end */

/* latesttweets start */
.latesttweets{
	margin-bottom: 25px;
}
/* latesttweets end */

/* recent comments start */
.recentcomments{
	margin-bottom: 25px;
}
/* recent comments end */

/* socialmedia start */
.socialmedia{
	margin-bottom: 25px;
	padding: 18px;
	border: 1px solid #ececec;
	text-align: center;
}
.socialmedia ul{
	display: flex;
}
.socialmedia ul li{
	display: block;
    padding-right: 0px;
    width: 84px;	
}
.socialmedia .fa{
	color:#fff
}
.socialnopadding{
	padding:0px;
}
.socialmedia .facebook{
	background:#39579a;
	padding: 10px; 	
}
.socialmedia .facebook:hover{
	background:#344e8a;
	padding: 10px; 	
}
.socialmedia .facebook label{
	color: #fff;
}
.socialmedia .facebook h6{
	color: #fff;
}
.socialmedia .twitter{
	background:#55acee;
	padding: 10px;	
}
.socialmedia .twitter:hover{
	background:#55a7e4;
	padding: 10px;	
}
.socialmedia .twitter label{
	color: #fff;
}
.socialmedia .twitter h6{
	color: #fff;
}
.socialmedia .googleplus{
	background:#dd4b39;
	padding: 10px;   
}
.socialmedia .googleplus:hover{
	background:#cc4433;
	padding: 10px;   
}
.socialmedia .googleplus label{
	color: #fff;
}
.socialmedia .googleplus h6{
	color: #fff;
}

/* socialmedia end */

/* subscribe start */
.Subscribe{
	margin-bottom: 25px;
	border: 1px solid #ececec;
	padding:10px;
}
.Subscribe h6{
	padding-bottom: 10px;
	font-size: 13px;
}

/* edit */
.subscribesec{
	background-color: #fff;
}
.subscribesec .form-control {
    background-color: #ffffff;
	font-size: 13px;
}
.subscribesec .input-group {
    padding-bottom: 5px;
    width: 100%;
}
.subscribesec input.btn.btn-lg {
    width: 60%;
    min-height: 35px;
    border-radius: 1px;
    margin-right: 3px;
	font-size:12px;
	text-align: left;
	border: 1px solid #f2f2f4;
}
.subscribesec button.btn {
    width: 35%;
    height: 36px;
    font-weight: 500;
    padding-left: 12px;
	border-radius: 1px;
	font-size: 13px;
	background: #2f4f4f;
	border: none;
	color: #fff;
}
.subscribesec button.btn:hover {
  outline: 0;
  background-color:#1b1b1b;
}

/* subscribe end */
.articlesnopadding{
	padding: 14px;
}
.journalarticlesheading{
	margin-top:0px;
    border-bottom: 1px solid #CCC;
    /*border-left: 5px solid #2f4f4f;
	padding-left: 12px;*/
}
.journalarticlesheading h3{
    font-size:24px;
    margin-bottom:0px;
    padding:0px 10px 10px 0px;
}
.journalarticlesheading span{
    font-size:19px;
    margin-bottom:0px;
    /*padding:10px 10px 10px 0px;*/
    display: block;
	color: #2f4f4f;
	text-align:right;
}
    

.fix_height{ height:280px !important;}

.journalarticles{
	border: 1px solid #ececec;
	margin-top: 15px;
	padding: 12px;
	background:#f3f3f3;
	}
.journalarticles:hover{
       box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    
}	
.journalarticles label{
	font-size:12px;
	/* color:#c1c4c3; */
	color:#9a9a9a;
	padding-right: 8px;
}
.journalarticles i{
	padding-right: 3px;
}
.journalarticles a h3{
	font-size: 16px;
    color: #2f4f4f;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 10px;
	text-transform: capitalize;
}
.journalarticles a h3:hover{
    color: #000;
	text-decoration:underline;
    /* font-weight: 600; */
    line-height: 22px;
    text-align: justify;
    margin-bottom: 10px;
	text-transform: capitalize;
	
}
.journalarticles p{
	font-size: 16px;
    /*color: #373536;*/
	color:#000;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles a{
	color: #4a4a80;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles a:hover{
	color: #be1d2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles a .fa{
	padding-right: 5px;
}


.journalarticles ul.infolinks {
   list-style: none;
   margin-bottom: 0px;
   text-align: right;
}
.journalarticles ul.infolinks li {
   display: inline-flex;
   padding-right: 0px;
   margin-right: 5px;
   line-height: 12px;
   /*border-right: 1px #CCC solid;*/
}
.journalarticles ul.infolinks a {
   color: #373536;
text-decoration: none;
padding: 8px;
font-size: 14px;
font-weight: 400;
background: #FFF;
border: 1px #CCC solid;
border-radius: 4px;
}
.journalarticles ul.infolinks a:hover{background:#373536; border:1px #373536 solid; color:#FFF;}
.journalarticles ul.infolinks li:last-child {
   border-right: none !important;
   margin-right: 0px !important;
}
.article-type-internal{background: #2f4f4f;
color: #FFF;
font-size:16px;
padding: 4px 10px;
line-height: 18px;
border: none; display:inline-block; border-radius:4px;}



.articlesinpressheading{
    border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px;
}


.journalarticles-home{
	display:inline-block;
	background:#FFF;
	border-bottom: 4px solid #c8c8c8;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 14px;
	text-align: center;
	}
.journalarticles-home:hover{
       box-shadow: none;
}

.journalarticles-home .article-type{ cursor:text; background: #2f4f4f; border-radius:2px; font-size:16px;
color: #FFF;
padding: 4px 10px;
line-height:18px;
border:none;
/*margin-top:-47px; */
display: inline-block;
position:relative;
top:-27px;
/*-webkit-transform: translateY(-50%);
transform: translateY(-50%);*/}	 
.journalarticles-home label{
	font-size:12px;
	/* color:#c1c4c3; */
	color:#9a9a9a;
	padding-right: 8px;
}
.journalarticles-home i{
	padding-right: 3px;
}
.journalarticles-home a h3{
	font-size: 16px;
    color: #1f3838;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-top: -20px;
	margin-bottom: 20px;
	text-transform:capitalize;
	
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  
}
.journalarticles-home a h3:hover{
	text-decoration:underline;	
}
/*.journalarticles-home p::after{position: absolute;
left: 52%;
bottom: -10px;
width: 12%;
height: 1px;background: #34343c;
content: " ";}*/
.journalarticles-home span{height: 2px;
background: #CCC;
width: 50%;
display: block;
margin-top: -10px !important;
margin-bottom: 10px !important;
margin: 0px auto;}
.journalarticles-home p{
	font-size: 14px;
    color: #000;
	line-height:20px;
	text-align: center;
	margin-bottom: 10px;
	
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.journalarticles-home a{
	color: #4a4a80;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
	
}
.journalarticles-home a:hover{
	color: #be1d2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles-home a .fa{
	padding-right: 5px;
}

.journalarticles-home ul.infolinks {
   list-style: none;
   margin-bottom: 0px;
   padding:0px;
}
.journalarticles-home ul.infolinks li {
   display: inline-flex;
   padding-right: 0px;
   margin-right: 5px;
   line-height: 12px;
   /*border-right: 1px #CCC solid;*/
}
.journalarticles-home ul.infolinks a {
   color: #2f4f4f;
   border:1px #2f4f4f solid;
   text-decoration: none;
   padding:6px 10px;
   font-size: 14px;
   font-weight: 400;
   text-transform:capitalize;
   border-radius:2px;
   margin-bottom:5px;
}
.journalarticles-home ul.infolinks li:nth-child(2n) {
    margin-right: 0;
}
.journalarticles-home ul.infolinks a:hover{ background:#2f4f4f; color:#FFF; }
.journalarticles-home ul.infolinks li:last-child {
   border-right: none !important;
   margin-right: 0px !important;
}


/* Full Text*/
.full_text ol, ul, dl {
    padding-left: 20px;
	font-size:16px;
}
.full_text{
	background:#FFF;
	padding:20px;
	}
.full_text .top{
	display:block;
	}	
.full_text .top h1{
	font-size:24px;
	line-height:34px;
	color: #2f4f4f;
    font-weight: 700;
	}
.full_text .top ul.infolinks{
	list-style: none;
	/*margin-bottom: 10px;*/
	text-align:right;
}
.full_text .top ul.infolinks li{
	display: inline-block;
	padding-right: 0px;
	line-height: 12px;
	margin-right: 10px;
    padding: 8px;
	border-radius:4px;
    color: #232323;
	border: 1px solid #CCC;
	background:#f3f3f3;
	margin-bottom:10px;
}
.full_text .top ul.infolinks li:hover{background:#FFF;}
.full_text .top ul.infolinks li:last-child{
	/*border-right: none;*/
}
.full_text .top ul.infolinks a{
	color: #232323;
    text-decoration: none;
    padding-right: 8px;
    font-size: 16px;
	font-weight: 400;
}
.full_text .top ul.infolinks a:hover{
	color: #2f4f4f;
	text-decoration:underline;
}
.full_text p{font-size:16px;}
.large-tabele p{font-size:14px;}
.large-tabele span[style] {
   font-size:14px !important;
}

.full_text .top ul.infolinks .doi-fulltext{padding:8px;
    color: #FFF;
	border: 1px solid #1b1b1b;
	background:#1b1b1b;
	border-radius:4px;}
	
.fulltext-stuf{ display:inline-block; margin-top:60px;}	
.fulltext-stuf .valume {font-size:18px; margin-bottom: 10px; color: #2f4f4f;}
.fulltext-stuf .doi-link{ display:block; font-size:16px; margin-bottom: 10px; color: #1b1b1b;}
.fulltext-stuf .doi-link a{font-size:16px; margin-bottom: 10px; color: #1b1b1b; text-decoration:none;}
.fulltext-stuf .iconic-info{ display:block;}
.fulltext-stuf .iconic-info ul{ padding:0px; margin:0px;}
.fulltext-stuf .iconic-info ul li{ padding:0px; margin:0px; float:left; list-style:none; min-width: 100px;
text-align: center;}
.fulltext-stuf .iconic-info ul li a{ padding:10px 14px; border:1px #CCC solid; display: block; margin-right:10px; margin-bottom:10px;}
.fulltext-stuf .iconic-info ul li a img{ /*vertical-align:central;*/ margin: 0px auto; display:block;}
.fulltext-stuf .iconic-info ul li a:hover{ background:#eee;}


.stuf-mobile{ display:none;}
/* Full Text end*/





/* volumes content start */
.journalarticles1{
	border: 1px solid #ececec;
	margin-top: 15px;
}
.journalarticles1 label{
	font-size: 18px;
    /* color: #c1c4c3; */
    /* color: #9a9a9a; */
    /* padding-right: 8px; */
        font-weight: 400;
    color: #2f4f4f;
    /* padding-bottom: 9px; */
    margin-bottom: 0px;
    /* padding: 1px 5px 1px 5px; */
    /* background: #be1d2c; */
}
.journalarticles1 i{
	padding-right: 8px;
	font-size: 17px;
}
.journalarticles1 a h3{
	font-size: 16px;
color: #1b1b1b;
font-weight: 400;
line-height: 21px;
text-align: justify;
margin-bottom: 17px;
text-transform: capitalize;
padding: 10px 20px;
border: 1px #1b1b1b solid;
}
.journalarticles1 a h3 span{
	
}
.journalarticles1 a h3:hover{
    color: #FFF;
	text-decoration:none;
	background:#2f4f4f;
}
.journalarticles1 p{
	font-size: 14px;
    color: #373536;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles1 a{
	color: #18bc9d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles a:hover{
	color: #2f4f4f;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles1 a .fa{
	padding-right: 5px;
}
.journalarticles2{
	border: 1px solid #ececec;
	margin-top: 15px;
	padding: 12px;
}
.journalarticles2 label{
	font-size: 18px;
    /* color: #c1c4c3; */
    /* color: #9a9a9a; */
    /* padding-right: 8px; */
    font-weight: 400;
    color: #2f4f4f;
    /* padding-bottom: 9px; */
    margin-bottom: 12px;
}
.journalarticles2 i{
	padding-right: 10px;
}
.journalarticles2 a h3{
	font-size: 15px;
    color: #2f4f4f;
    font-weight: 500; 
    line-height: 21px;
    text-align: justify;
    margin-bottom: 17px;
	text-transform: capitalize;
}
.journalarticles2 a h3 span{
	
}
.journalarticles2 a h3:hover{
    color: #000;
	text-decoration:underline;
}
.journalarticles2 p{
	font-size: 14px;
    color: #373536;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles2 a{
	color: #18bc9d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles2 a:hover{
	color: #be1d2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles2 a .fa{
	padding-right: 5px;
}
.journalarticles3{
	border: 1px solid #ececec;
	margin-top: 15px;
	padding: 12px;
}
.journalarticles3 label{
	font-size: 18px;
    /* color: #c1c4c3; */
    /* color: #9a9a9a; */
    /* padding-right: 8px; */
    font-weight: 400;
    color: #2f4f4f;
    /* padding-bottom: 9px; */
    margin-bottom: 12px;
	border-bottom: 2px solid #2f4f4f;
}
.journalarticles3 i{
	padding-right: 5px;
}
.journalarticles3 a h3{
	font-size: 15px;
    color: #2f4f4f;
    font-weight: 500; 
    line-height: 21px;
    text-align: justify;
    margin-bottom: 17px;
	text-transform: capitalize;
	text-decoration: underline;
}
.journalarticles3 a h3 span{
	
}
.journalarticles3 a h3:hover{
    color: #000;
	text-decoration:none;
}
.journalarticles3 p{
	font-size: 14px;
    color: #373536;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles3 a{
	color: #18bc9d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles3 a:hover{
	color: #be1d2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles3 a .fa{
	padding-right: 5px;
}
.journalarticles4{
	border: 1px solid #ececec;
	margin-top: 15px;
}
.journalarticlesyear1{
	padding: 5px;
    margin-bottom: 4px;
    padding-left: 11px;
    border-bottom: 1px solid #CCC;
	background:#f2f2f4;
}
.journalarticlesvolume1{
	padding:10px 20px;
}
.journalarticles4 label{
	font-size: 18px;
    /* color: #c1c4c3; */
    /* color: #9a9a9a; */
    /* padding-right: 8px; */
    font-weight: 400;
    color: #3a3a3a;
    /* padding-bottom: 9px; */
}
.journalarticles4 i{
	padding-right: 7px;
}
.journalarticlesyear{
	background: #f2f2f4;
    padding: 5px;
    margin-bottom: 0px;
	padding-left: 11px;
}
.journalarticlesvolume{
	padding: 10px 20px;
}
.journalarticles4 a h3{
	font-size: 15px;
    color: #3a3a3a;
    font-weight: 400; 
    line-height: 35px;
    text-align: justify;
    margin-bottom: 0px;
	text-transform: capitalize;
	text-decoration: underline;
}
.journalarticles4 a h3 span{
	
}
.journalarticles4 a h3:hover{
    color: #1b1b1b;
	text-decoration:none;
}
.journalarticles4 p{
	font-size: 14px;
    color: #373536;
	line-height:24px;
	text-align: justify;
	margin-bottom: 15px;
}
.journalarticles4 a{
	color: #18bc9d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles4 a:hover{
	color: #be1d2c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.journalarticles4 a .fa{
	padding-right: 5px;
}
.journalarticles5{
	border: 1px solid #ececec;
	margin-top: 15px;
	padding: 12px;
}
.journalarticles5 label{
	font-size:12px;
	/* color:#c1c4c3; */
	color:#9a9a9a;
	padding-right: 8px;
}
.journalarticles5 i{
	padding-right: 5px;
}
.journalarticles5 a h3{
	font-size: 15px;
    color: #2f4f4f;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 10px;
	text-transform: capitalize;
}
.journalarticles5 a h3:hover{
	font-size: 15px;
    color: #000;
    /* font-weight: 600; */
    line-height: 21px;
    text-align: justify;
    margin-bottom: 10px;
	text-transform: capitalize;
	text-decoration:none;
}
/* volumes content end */
.currentissueheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.pastissueheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.submitarticleheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.menuscript_box{
	margin:0px auto; /*background-color:#FFF;*/ padding:20px;
	}
.menuscript_box label{
	color: #000;
    font-size: 16px;
    font-weight: 400;
}
.menuscript_box .submit_input{
	width:100%;
	}	
.menuscript_box .submit_input input{
	width:100%;
	min-height: 34px;
	/*border: 1px solid #CCC;*/
	padding: 6px 12px;
	border-radius:0px;
	}
.menuscript_box .submit_input select{
	width: 100%;
    height: 34px;
    /*margin-bottom: 5px;*/
    font-size: 14px;
    padding: 6px 12px;
    border-radius:0px;
	/*border: 1px solid #CCC;*/
	}	
.menuscript_box .submit_input textarea{
	width:100%;
	border-radius:0px;
	}
.menuscript_box .textarea{
	width:100%;
	display:inline-flex;
	}
.menuscript_box .textarea textarea{
	width:100%;
	border: 1px solid #CCC;
	padding-left:6px;
	border-radius:0px;
	}
.menuscript_box .fileupload{
	
}
.menuscript_box .fileupload input{
	border: 0px solid #e7e7e7;
	min-height: 34px;
}	
.menuscript_box .btn-sub{ 
	background: #2f4f4f;
    border: 1px #2f4f4f solid;
	color:#FFF;
	padding:4px 8px;
	box-shadow: 1px 1px 2px #555555;
	cursor:pointer;
	}	
.menuscript_box .btn-sub:hover{
	background: #1b1b1b;
	border: 1px #1b1b1b solid;
	}
.menuscript_box .btn-sub:focus	{ background-image: linear-gradient(#dedede 50%, #adadad 100%);
    border:1px solid #777777;
    outline: 0 !important;
	color:#32487a;
		}	
.menuscript_box .submit_logo{
	width:100%;
	height:40px;
	}	
.submit_logosection{
	width:100%;
	text-decoration:none;
	}	

.submit_logosection a{
	text-decoration:none;
	color:#FFF;
	}
.submit_logosection a:hover{
	text-decoration:none;
	}	
.submit_logosection h2{
	color:#FFF;
    font-family: 'Noto Serif', serif;
	/*padding-top: 30px;*/
	clear:both;
	font-size:36px;
	font-weight:600;
	}
.submit_logosection h6{
	margin-bottom:0px;
	}	
.submit_logosection h2 span{
	font-weight:600;
	/*color:#32487a;
	text-decoration:underline;
	
	background:#d82e86;
	color:#FFF;
	padding:0 4px;*/
	/*border-bottom:2px #32487a solid;*/
	}
	
		
.menuscript_box .submit_titel {
    position: relative;
    margin-top: -10px;
    margin-bottom: 7px;
    /*background: #ffffff;*/
/*    border: 1px solid #cccccc;
    padding: 2px 5px;*/
    font-weight: bold;
    text-align: left;
}			
.menuscript_box .content-text{
	background:#e6e6e6;
	border:1px #CCC solid;
	padding:10px;
	margin-top:20px;
	}	
/* editorial board start*/
.editorialboardheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.editorial_box{
	/*display: inline-block;*/
    border-top: 1px solid #e6e6e6;
	border-left: 4px #2f4f4f solid;
	border-bottom: 1px #e6e6e6 solid;
	border-right: 2px #CCC solid;
	background:#f3f3f3;
    padding:10px;
	width:48%;
	/*padding-top: 25px;*/
	margin:1%;
	float:left;
	min-height:200px;
}
.editorial_box:hover{ background:#FFF;}
.editorial_box:last-child{
    /*border-bottom: none;*/
}
.editorial_box .content h6 {	
    margin-bottom: 0px;
}
.editorial_box .content h2 {
    font-weight: bold;
    color: #2e3092;
    font-size: 13px;
    margin: 2px 0 5px 0;
}
.editorial_box .content h3 {
    color: #000;
    font-size: 14px;
    /* margin: 2px 0; */
    line-height: 1.4em;
	/* padding-bottom: 12px; */
	font-style:italic;
	
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.editorial_box .content h6 a{
	font-size: 16px;
    line-height: 1.55;
    padding-top: 0px;
    margin-bottom: 0px;
	color: #000;
}
.editorial_box .content h6 a:hover{
	color: #1b1b1b;
	
}
.editorial_box .content p{
	text-align: justify;
    font-size: 16px;
    line-height: 1.55;
}
.editorial_box .board_img{
	float: left;
    width: 40%;
	border: 1px #CCC solid;
	  max-height: 176px;
	  overflow:hidden;
}
.editorial_box .board_img img{
    min-height: auto;
    width: 100%;
}
.editorial_box .content{
	float: left;
    width: 57%;
    margin-left: 10px;
	margin-top: 2px;
	/*position: relative;
	padding-left: 125px;*/
}
.editorial_box .content span{
	display:block;
	}
.editorial_box .content span a{
text-decoration:none;
color:#d82e86;
	}	
.editorial_box .content h6{
	font-size:16px;
	font-weight:bold;
	padding-bottom: 5px;
	}
.editorial_box .content .view-more{ display:block;}		
.editorial_box .content .view-more a{ color:#2f4f4f; font-size:14px; padding:6px 8px; background:#FFF; border:1px #CCC solid;}
.editorial_box .content .view-more a:hover{background: #f8f8f8; color:#9c2037;}
.editorial_box .content .view-more a::after {
    padding: 0px 0px;
    color: #303030;
    content: "\f101" !important;
    font-family: fontawesome;
    font-size: 16px;
}	

.editor-profile{display:inline-block;}
.editor-profile .editorial_box{
	/*display: inline-block;*/
    border: 1px solid #e6e6e6;
	background:#FFF;
    padding:10px;
	width:98%;
	/*padding-top: 25px;*/
	margin:1%;
}
.editor-profile .editorial_box .board_img{width:22%;}
.editor-profile .editorial_box .content{ width:76%;}
/* end : editorial board*/

.instructionsheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.instructionscontent{
	padding-top: 25px;
}
.instructionscontent p{
	
}
.publisherheading{
	border-bottom: 1px solid #2f4f4f;
    border-left: 5px solid #2f4f4f;
	padding-left: 12px
}
.registerheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.contactheading{
	border-bottom: 1px solid #be1d2c;
    border-left: 5px solid #be1d2c;
	padding-left: 12px
}
.contactform-section {
    /* padding: 20px; */
	padding-top: 20px;
}
.contactform-section h4 {
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 10px 0px;
}
.contactform-section h2{
	font-size:24px !important;
}
.contactform-section input {
    min-height: 34px;
	border-radius:0px;
}
.contactform-section select {
    min-height: 34px;
	border-radius:0px;
}
.contactform-section textarea {
	border-radius:0px !important;
}

.contactform-section button.btn {
    width: 25%;
    height: 36px;
    line-height: 10px;
    font-weight: 500;
    padding-left: 12px;
    border-radius: 0px !important;
    font-size: 16px;
    background-color: #2f4f4f;
    border: none;
    color: #fff;
}
.contactform-section button.btn:hover {
	background:#1b1b1b;
}
.contactaddress-section{	
    color: #707070;
	background: #f2f2f4;
    padding: 15px;
	margin-top: 53px;;
}
.contactaddress-section a{	
	text-decoration:none;
    color: #2f4f4f;
	}	

.contactaddress-section h4{
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0 4px 0px;
	color:#111;
	margin-bottom: 5px;
}
.contactaddress-section label{
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	color: #000;
}
.contactaddress-section p{
   font-size: 16px;
   margin-bottom:0px;
   /* padding-bottom: 3px; */
   line-height: 1.85;
   color: #000;
}
.contactaddress-section i{
    color: #000000;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	padding-right: 4px;
}
.contactaddress-section .m-b-40{
	padding-bottom: 25px;
}

.submitBtn{
	padding:10px 40px;
	background:#be1d2c;
	color:#FFF;
	border:1px #d82e86 solid;
	text-transform:uppercase;
	text-decoration:none;
	}
.submitBtn:hover{
	color:#FFF;
	background:#7a0026;
	border:1px #7a0026 solid;
	text-decoration:none;
	}
/* footer start */

.f-new-content{ display:block;}
.f-new-content a{border-right:0px !important;}

.footer{
	padding-top: 50px;
    padding-bottom: 40px;
	background: #2f4f4f;
 /* box-shadow: 0 0 1rem 0.25rem rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1rem 0.25rem rgba(0,0,0,.3); */
}
.footer h4{
	color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
	letter-spacing: 1px;
}
.footer p{
	color: #838383;
    font-size: 13px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.footer hr{
	margin-top:10px;
    margin-bottom:8px;
    border:0;
    border-top:1px solid #424242;
}
.footer ul{padding:0px; }
.footer li a{
	color: #CCC;
    font-size:14px; font-weight:normal;
}
.footer li a:hover{
	text-decoration:underline;
	color:#fff;
}
.footersupport h4{
	color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
	letter-spacing: 1px;
}
.footersupport li a{
	color: #d4d4d4;
    font-size: 13px;
}
.footersupport li a:hover{
	text-decoration:underline;
	color:#fff
}
.socialmedia1{
	margin-bottom: 25px;
	/* padding: 18px;
	border: 1px solid #ececec; */
	text-align: center;
}
.socialmedia1 ul{
	display: flex;
}
.socialmedia1 ul li{
	display: block;
    margin-right: 4px;
}

.socialnopadding{padding:0px;}

.socialmedia1 .facebook{

padding: 5px;
color: #2f4f4f;
font-size: 22px;
width: 40px;
height: 40px;
text-align: center;
text-decoration: none;
border-radius: 0px;
background-color: #FFF;
margin-right: 5px;
line-height: 30px;
}
.socialmedia1 .facebook:hover{background:#344e8a; color:#FFF;}
.socialmedia1 .twitter{
padding: 5px;
color: #2f4f4f;
font-size: 22px;
width: 40px;
height: 40px;
text-align: center;
text-decoration: none;
border-radius: 0px;
background-color: #FFF;
line-height: 30px;
}
.socialmedia1 .twitter:hover{background:#55a7e4; color:#FFF;}
.socialmedia1 .googleplus{
	background:#dd4b39;
    padding: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
}
.socialmedia1 .googleplus:hover{
	background:#cc4433;
}
.socialmedia1 .rss{
	background:#f26522;
    padding: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
}
.socialmedia1 .rss:hover{
	background:#d2571c;
}

/* socialmedia1 end */

.footerbottom{
	background:#1f3838;
    padding:20px 20px 30px 20px;
    text-align:center;
}
.footerbottom p{
	color: #fff;
    margin-bottom: 0px;
    text-align: center;
	font-size: 13px;
}
.footerbottom label{
    color: #fff;
	text-align: left;
    display: block;
}
.footerbottom a{
    color: #ffffff;
/*margin-right: 5px;*/
border-right: 2px solid #fff;
padding-right: 5px;
font-size: 14px;
padding-left: 5px;
}
.footerbottom a:hover{
   text-decoration:underline;
}
.footerbottom a:last-child{
    border-right: 0px solid #fff;
}
.footerbottom h6 {
    color: #fff;
    margin-bottom: 10px;
}
.footerbottom h3 {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 50px;
    font-family: -webkit-body;
    text-transform: uppercase;
    margin-top: -4px
}
.footer h3 {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 28px;
    font-family: -webkit-body;
    text-transform: uppercase;
    margin-top: -4px
}
.footerbottom h4 {
    color: #fff;
    margin-bottom: 0px;
	font-size: 12px;
}

.footer .j-logo a{
    color: #ffffff;
    margin-right: 18px;
    border-right: 2px solid #fff;
    padding-right: 10px;
	font-size: 14px;
}
.footer .j-logo a:last-child{ border-right:0px;}
.footer .j-logo a:hover{ text-decoration:underline;}
/* footer end */


/* back to top start */
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #2f4f4f;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  z-index: 99;
}
.cd-top:hover {
  background-color: #4a4a80;
  opacity: 1;
}
/* back to top end */








.widget-subscribe-form label.error {
	position: absolute;
	background: #d51522;
	border: 1px solid #f54e65;
	color: #fff!important;
	right:0px;
	top:-32px;

}
.widget-subscribe-form label.error:after, .widget-subscribe-form label.error:before {
	top: 100%;
	left: 8%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.widget-subscribe-form label.error:after {
	border-color: rgba(213, 21, 34, 0);
	border-top-color: #d51522;
	border-width: 8px;
	margin-left: -8px;
}
.widget-subscribe-form label.error:before {
	border-color: rgba(245, 78, 101, 0);
	border-top-color: #f54e65;
	border-width: 9px;
	margin-left: -9px;
}


.widget-subscribe-form.ram label.error {
	/*top:29% !important;*/
}
	
.widget-subscribe-form.text-success{
	background:#060;
	border: 1px solid #090;
	color: #fff!important;
	padding:2px 4px 2px 4px;
}


table {
  border-collapse: collapse;
  margin: 0px auto;
}

td, th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}

.doi{
color: #32487a !important;
text-decoration: none;
padding-right: 8px;
font-size: 16px;
font-weight: 400;
	}
.doi a{font-size:16px;}	
.doi a:hover{font-size:16px;}	
	
	/* Payment New */	
.pay_opt_h h3{
border-bottom:1px #CCC solid; 
color:#253b80; 
font-size:18px; 
padding:10px 0px 10px 0; 
text-align:center;}
.thanks-text h4{ font-size:14px; font-weight:600 !important;}
.text-small-1{ 
font-size:13px !important;
line-height:20px !important;
font-weight:normal !important;}
.r-text{
color:#000; font-size:14px; font-weight:normal; line-height:18px; margin-top:10px; text-align:center;
}
.or{ margin-top:120px;}	
.m-h{height:230px;}
.pay-option-heading{
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border: 1px solid #ddd;
background:#eee;
margin-bottom:6px;
}
.th	_bg{ background:#eee;
}
.m-w-290{
min-width:290px;
}	
.power_sripe{
bottom: 6px;
position: absolute;
margin-left:40.5%
} 

.border {
   border: 1px #CCC solid;
}

.logo-border{border-left: 60px #2f4f4f solid;}



.c-issues-home{ display:block; padding:40px 20px;}
.c-issues-home .c-issue-thumb{ float:left;padding-right:20px; width:32%; }
.c-issues-home .c-issue-info{ float:left; width:64%;}
.c-issues-home .c-issue-info .heading{ font-size:24px; color:#2f4f4f; border-bottom:1px #CCC solid; margin-bottom:10px;
padding-bottom:4px; }
.c-issues-home .c-issue-info label{ font-size:16px;}
.c-issues-home .c-issue-info h4{ font-size:16px; font-weight:700; margin-bottom:30px; line-height:22px; color:#303030;} 
.c-issues-home .c-issue-info h4 a{color:#303030;}

.editorialboard-home{display:inline-block; padding:40px 20px;}
.editorialboard-home .heading{ font-size:26px; color:#FFF; border-bottom:1px #CCC solid; margin-bottom:10px; background:#2f4f4f; display:inline-block; padding:6px 20px; font-style:italic; }
.editorialboard-home .board-box{ display:inline-block; width:100%;}
.editorialboard-home .board-box .editor-thumb{float:left; width:30%;}
.editorialboard-home .board-box .editor-thumb img{width:100%; height:150px; border-radius:50%; border:4px #CCC solid; overflow:hidden;}
.editorialboard-home .board-box .editor-info{ display:block; float:left; width:64%; margin-top:10px; margin-left:20px;}
.editorialboard-home .board-box .editor-info .name{ font-size:18px;}
.editorialboard-home .board-box .editor-info .sub{ font-size:14px; color:#626262; line-height:20px;}
.editorialboard-home .board-box .editor-info p{ margin-top:10px; font-size:16px; margin-bottom:10px; color:#303030; font-style:italic;}

.articles-home-bg{ background:#f3f3f3;}
.suggested-home{ background:#FFF;}
.suggested-home .suggested-heading{font-size:24px; margin-bottom:0px; padding: 0px 10px 10px 0px; border-bottom: 1px solid #CCC;}
.suggested-article-home{ background: #f3f3f3;
border-bottom: 4px solid #c8c8c8;
margin-top: 15px;
padding: 14px;
text-align: center;}
.suggested-article-home h3 a{font-size: 16px;
color: #1f3838;
font-weight: 500;
line-height: 20px;
text-align: center;
margin-bottom: 10px;
text-transform: capitalize;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;}
.suggested-article-home h3 a:hover{ text-decoration:underline;}
.suggested-article-home .artice-type{text-align:center; color:#1b1b1b;}
.suggested-article-home .post-dade{text-align:center; color:#1b1b1b;}

.subscribe-home{ background:#1f3838;}
.subscribe-home .subscribe{ /*background:#FFF;border:4px #CCC solid;*/ padding:10px 20px; }
.subscribe-home .subscribe h4{ font-size: 24px; text-align:center; color:#FFF; margin-bottom:30px;}
.subscribe-home .subscribe .form-control{height: 34px; border-radius:4px;  }
.submitBtn {
    padding: 6px 20px;
    background: #1b1b1b;
    color: #FFF;
    border: 1px #1b1b1b solid;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
.subscribe-home .subscribe label{ color:#FFF;}
.subscribe-btn{padding: 6px 20px;
    background: #2f4f4f;
    color: #FFF;
    border: 1px #2f4f4f solid;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;}
.subscribe-btn:hover{ background: #1b1b1b;
    color: #FFF;
    border: 1px #1b1b1b solid;}	

.organizer-logo{ display:block; margin-top:40px;}
.organizer-logo h4{ font-size:16px; color:#FFF; margin-bottom:5px;}


.explore{ display:block; border:1px solid #ececec; margin-top:15px; padding:12px; background:#f3f3f3;}
.explore h4{font-size:24px; font-weight:400; color:#2f4f4f;}
.explore ul{ padding:0px; margin-top:10px;}
.explore ul li{ padding:0px; margin:0px;}
.explore ul li a{ padding:6px 10px; font-size:16px; margin-bottom:5px; display:block; background:#FFF;}
.explore ul li a:hover{ /*text-decoration:underline;*/ background:#2f4f4f; color:#FFF;}
.about-content{ display:block;}
.about-content ul li{ width:30% !important; font-weight: 400;}
.about-content p a{color:#79061b !important;}
.about-content p a:hover{text-decoration:underline;}

.r-mid-box{ display:block;}
.r-mid-box ul{ padding:0px; margin:0px;}
.r-mid-box ul li{ padding: 6px 10px;
margin: 1%;
float: left;
width: 100%;
background: #f3f3f3;
border-bottom: 1px #CCC solid;}

.reviver_ul ul{ padding:0px; margin:0px 10px!important;}
.reviver_ul ul li{     padding: 3px 3px;
margin: 1%;
float: left;
width: 100%;
background: none !important;
border-bottom: none !important;
list-style-type: disc;
}


.download-btn{ display:block; margin-top:40px; margin-bottom:40px;}
.download-btn a{ text-decoration: none;
    background: #235ad1;
    border: 1px #235ad1 solid;
    color: #FFF;
    padding: 8px 20px 8px 14px;
    box-shadow: 1px 1px 2px #555555;
    border-radius: 2px;
    display: inline-block;
	font-size:18px;}
	

.download-btn a .fa-cloud-download{ margin-right:10px;}	
.download-btn a:hover{box-shadow:none;}	

.m-t-10{ margin-top:10px;}
.p-20{ padding:20px;}
.p-t-20{padding-top:20px;}
.p-b-20{padding-bottom:20px;}
.p-t-30{padding-top:30px;}
.p-b-30{padding-bottom:30px;}
.p-t-40{padding-top:40px;}
.p-b-40{padding-bottom:40px;}
.p-l-100{padding-left:100px;}

.center{ float:none; margin:0 auto;}
.row-centered {text-align:center;}

.btn-new-brand-outline{ display:block;}
.btn-new-brand-outline a{ text-align:center; text-decoration:none; font-size:16px; color:#2f4f4f; border:1px #2f4f4f solid; 
padding: 6px 14px; background:#FFF;}
.btn-new-brand-outline a:hover{ color:#FFF; background:#2f4f4f; border:1px #2f4f4f solid; }

.btn-new-brand{ display:block;}
.btn-new-brand a{ text-align:center; text-decoration:none; font-size:16px; color:#FFF; background:#2f4f4f; border:1px #2f4f4f solid; 
padding: 6px 14px; }
.btn-new-brand a:hover{ color:#2f4f4f; background:#FFF; border:1px #2f4f4f solid; }


.editorial-secton{ display:inline-block;}
.aside-c-issues{ display:inline-block;}

.about-editors{ margin-bottom:40px; display: inline-block;}
.journalarticlesheading h4 {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0px 10px 10px 0px;
}
.about-editors .editorial_box h5{font-size: 16px;
line-height: 20px;
font-weight: 400;
color: #2f4f4f;}

.about-editors .editorial_box {
    display: inline-block;
    border-top: 1px solid #e6e6e6;
    border-left: 2px #CCC solid;
    border-bottom: 2px #CCC solid;
    border-right: 2px #CCC solid;
    background: #FFF;
    padding: 10px;
    width: 48%;
    padding-top: 10px;
    margin: 1%;
    float: left;
	min-height: 210px;
	}

.about-editors-1 .editorial_box{ min-height:150px;}
.about-editors-1{ display:block;}
.about-editors-1 .editorial_box .content {
    float: left;
    width: 100%;
	}
/* tabs start */

.tabs {
  margin: 0 auto;
  /*max-width: 640px;
  padding: 0 20px;*/
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .8em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;

}
#tab-button .is-active a {color: #2f4f4f; font-weight: 700;}
.tab-contents {
  /*padding: .5em 2em 1em;
  border: 1px solid #ddd;*/
  margin-top:20px !important;
}

.tab-button-outer {
  display: block;
}
/*.tab-contents {
  margin-top: 20px;
}*/
@media screen and (min-width: 768px) {
	
	
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: block;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

/* tabs end */





/* responsive start*/

@media (min-width: 1240px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    padding: 15px 6px;
	}
}




@media (max-width: 1023px) {
nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
  }

nav.navbar.bootsnav .navbar-header {
    float: none;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: right;
    margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

nav.bg-dark.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
}

nav.bg-dark.navbar.bootsnav ul.nav > li > a {
    background-color: transparent;
    color: #333333 !important;
}

nav.navbar.bootsnav .navbar-collapse.collapse.in {
    /* background: #ffffff none repeat scroll 0 0; */
    display: block;
    margin-bottom: 30px;
  }
nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }

nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
}

nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important;
  }

nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
  }

nav.navbar.bootsnav .navbar-nav > li {
    float: none;
  }

nav.navbar.bootsnav .navbar-nav > li > a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 10px !important;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }
nav.navbar.bootsnav .navbar-nav > li:first-child > a {
    border-top: none;
  }

a.arrow-button {
  margin: 1em auto;
  width: 280px;
  text-align: center;
  background-color: #eee;
  padding: 0.5em 0;
  display: block;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
  color: #eee;
  background-color: #333;
}
}



@media (max-width: 991px) {
	.stuf-mobile{ display:block;}
	.fulltext-stuf {display: block; margin-top:0px;}
	.fulltext-stuf .iconic-info {display: inline-block;}
	.fulltext-stuf .iconic-info ul li{ min-width:none !important; margin:12px;}
	
	
	.topbarlists ul li a{
	font-size: 14px;
    color: #FFF;
	line-height: 40px;
	}
.logo label {font-size:20px;}
.journalarticlesheading span{ text-align:left;}
}

@media (min-width: 320px) and (max-width: 767px){
    
    .about-content ul li{ width:100% !important;}
    
    table {
    width: 100% !important;
display: block;
overflow-y: scroll;
}
    
    .fix_height{height:auto !important; display:block;}
    .menuscript_box label {padding-left:0px;}
    
	#tab-button li a {
    display: block;
    padding: .4em !important; font-size:14px !important;}
	#tab-button .is-active a {
    color: #2f4f4f;
    font-weight: 400 !important; }
	
	.editorial_box{width:98%;}
	
	.c-issues-home{ display: inline-block; padding:10px 0px;}
	.c-issues-home .c-issue-thumb { margin-right: 10px;}
	.editorialboard-home .board-box .editor-info{width:99%;}
	
	.subscribe-home .subscribe h4 { font-size:20px; }
	.m-p-l-0{padding-left:0px !important;}
	
    .footerbottom a{margin-right:10px;}
    .editorial_box .content{ float:left; padding-left:0px; width:75% !important;}
    .footerbottom h3{font-size:30px !important;}
    
	
    .topbar {line-height:40px !important;}
    .topbarlists{text-align: center;
    margin: 0px auto;
    display: inline-block;
    width: 100%;}
    .topbarlists ul li {
    padding-right: 5px !important; }
    .topbarlists ul li a{
	font-size: 14px;
    color: #FFF;
    /*border-right: 1px #CCC solid;*/
    padding-right: 10px;
    /*font-weight:bold;*/
}
.logo{padding-top:10px; padding-bottom:10px;}

    

.rightsecheading {
    background: #f2f2f4;
    border-left: 7px solid #2f4f4f;
    border-right: 4px solid #2f4f4f;
    margin-top: 25px;
}
.logo-border{border-left: 50px #2f4f4f solid;}
.logo a {display: block;}
.logo h1 {
    color: #2f4f4f;
    /*margin-bottom: 5px;*/
    font-size: 24px;
    text-align:left;
	line-height: 30px;
}
.logo h2 {
    color: #2f4f4f;
    /*margin-bottom: 5px;*/
    font-size: 29px;
	line-height: 30px;
}

.logo label{ padding:2px 6px; font-size:16px;}



.aboutus h1 {
    font-size: 23px;
}
.aboutus h3 {
    font-size: 20px;
}
.aboutus h4 {
    font-size: 11px;
}
.logo h4 {
    font-size: 12px;
}

.aboutuscontent {
   /* padding-top: 20px;*/
}
.aboutusimg {
    padding-left: 0px;
}
.aboutus {
    padding-top: 20px;
    padding-bottom: 20px;
}
.socialicons {
    float: none;
}


.full_text p {
    font-size: 22px;
	line-height:36px;
}

}


@media (max-width: 320px){
.topbarlists ul li a{
	font-size: 13px;
    color: #FFF; padding-right: 5px;
}
.footer .j-logo a{font-size:13px;}
.footersupport h4 {
	padding-top: 22px;
}
.contactaddress-section {
	margin-bottom:20px;
}
.aboutusimg {
	padding-bottom:10px;
}

.full_text p {
    font-size: 22px;
	line-height:36px;
}

}


.ext-links{ display:block;}
.ext-links ul{ padding:0px; /*margin-top:20px;*/ }
.ext-links ul li{ padding:0px; margin:0px; float:left; list-style:none; }
.ext-links ul li a{ margin:6px; background:#2f4f4f; color:#FFF; padding:5px 14px; border-radius:2px; font-size:16px; display:block; }
/*.ext-links ul li a:last-child{ margin-right:0px;}*/
.ext-links ul li a:hover{background: #333; color: #FFF; text-decoration:none;}

.relevant{ display:block; margin-top:20px;}
.relevant h2{font-size:16px; color:#333; }
.relevant .heading-text{ font-size:16px; font-weight:bold; text-align:center; margin-bottom:20px;}
.relevant ul{ padding: 0px 0px 0 0px; margin:0px; }
.relevant ul li{ padding:0px; margin:0px; float:left; list-style:none; width:48%; }
.relevant ul li a{/*background: url(../img/list-symbol-icon.png) no-repeat;*/

    color: #2f4f4f;
    padding: 4px 0 4px 20px;
    border: 1px #CCC solid;
    display: block;
    margin: 0px 6px 6px 6px;
    background-position: 6px 6px; }
/*.relevant ul li a::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f105";
	margin-right:10px;
}*/
.relevant ul li a:hover{ background:#e5e5e5; /*url(../img/list-symbol-icon.png) no-repeat;*/ padding: 4px 0 4px 20px; color:#212529; text-decoration:none;}

.fa-2 {
    font-size: 2em !important; margin-left:5px;margin-top: 3px; color:#2f4f4f;
}

.subscribe .fa-2 { color:#FFF;}
.swal-wide{
	width:500px!important;
	font-size:15px!important;
}
.doi a{
	text-transform: none !important;
}



.dropdown-menu{ margin:0px;  box-shadow:0 2px 8px rgba(0,0,0,.09); padding:4px;}
.dropdown-menu .dropdown-item{line-height:24px; background:#; margin-bottom:4px; border-bottom:#e6e6e6 1px solid; text-transform:capitalize; color:#000 !important; font-size:16px;}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item.active{color:#FFF !important; background:#2f4f4f;}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #FFF;
	border-bottom:2px #FFF solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
        border-top-color: rgba(0, 0, 0, 0.15);
        border-right-color: rgba(0, 0, 0, 0.15);
        border-bottom-color: rgba(0, 0, 0, 0.15);
        border-left-color: rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-toggle::after {

    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;}
	
	.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
}
.articles_content{ display:block;}
.articles_content a{color:#79061b;}
.articles_content a:hover{text-decoration:underline;}

.subscribe-home .widget-subscribe-form label.error{top:-6px !important;}
.contactform-section .widget-subscribe-form label.error{top:-6px !important;}

.cpatcha-box{display:block;}
.cpatcha-box span{font-size:13px; clear:both; display:block;}
.cpatcha-box span a{color:#2f4f4f; text-decoration:none;}
.cpatcha-box span a:hover{text-decoration:underline;}

.cpatcha-box-1{display:block;}
.cpatcha-box-1 span{font-size:13px; clear:both; display:block; color:#FFF;}
.cpatcha-box-1 span a{color:#FFF; text-decoration:underline;}
.cpatcha-box-1 span a:hover{text-decoration:none; color:#2f4f4f;}


 

