.banner .padding-30px {
    padding: 26px 16px;
}
.subject-group li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    vertical-align: middle;
    padding: 12px 8px;
    background: #fff;
}
.subject-group li a{
	display:block;
}
.subject-group {
    margin: 0 !important;
    float: left;
    padding-left: 0;
}
.subject-group p {
    margin: 3px 0 0;
    font-weight: 500;
    color: #333;
}
.subject-group img {
    height: 48px;
    object-fit: contain;
}
.subject-group li.br{
	border-right:1px solid #ddd;
}
.subject-group li.bl{
	border-left:1px solid #ddd;
}
.subject-group li.bb{
	border-bottom:1px solid #ddd;
}
.subject-group li:hover{
	box-shadow: 0 4px 12px rgba(0,0,0,0.14);
	transition:all 1s linear;
}
ul li {
    list-style-type: none;
}
ul.latest-articles {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.latest-articles li p {
    margin-bottom: 10px;
    color: #444;
    line-height: 20px;
}
p.article-title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
    font-weight: 500;
}
.article-date {
    float: left;
    margin-right: 17px;
}
.author,.pub-date {
    color: #131212 !important;
    font-size: 13px;
    font-family: "Segoe UI";
}
.journal-name {
    font-size: 13px;
    border: 1px #dee1e4 solid;
    display: inline-block !important;
    padding: 2px 11px;
    border-radius: 6px;
    background-color: #f7f8f9;
    margin: 0 !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.articles-div h3.text-grey-2 {
    background: #444444;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding:12px 16px;
    border-left: 4px solid #b54321;
    margin-bottom: 4px;
}
.latest-articles li {
    margin: 0 18px;
    border-bottom: 1px solid #333;
    padding: 20px 0 20px;
}
.articles-div {
    background: #fff;
    padding: 0;
    margin: -87px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.14);
	padding-bottom:20px;
}
.journal-name a {
    color: #444;
}
.page-link{
	color:#b54321;
}
.pagination {
    float: right;
    padding-right: 10px;
    margin-top: 14px;
}
.articles-section {
    position: relative;
    z-index: 6;
    padding-bottom: 80px;
}
.client p {
    margin: 0;
    color: #f8f9fa;
    font-size: 17px;
    font-weight: 500;
}
.colon8 .text-second-color {
    color: #eeeded;
    background: #b54321;
    width: 184px;
    padding: 4px 10px;
    margin-bottom: 24px;
}
.about-section{
	background:#fff;
}
.about-section h1 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 0;
    padding: 0;
    margin-bottom: 14px;
    position: relative;
    padding-left: 0;
    color: #333;
}
.about-section p {
    text-align: justify;
    color: #333;
    margin-bottom: 10px;
}
.inner-page p,.inner-page li {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
}
.sidebar-widget {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.14);
}
.sidebar-widget h4 {
    font-size: 18px;
    padding: 10px 14px;
    background: #333;
    color: #fff;
    border-left: 4px solid #b54321;
	margin-top:0px;
}
.check {
    margin-left: 10px;
    padding: 0px 0 10px 10px;
}
.articles-sidebar {
    margin-bottom: 40px;
}
.article-type {
    color: #333;
    font-weight: 500;
    background: #f1f1f1;
    padding: 3px 10px;
    border-radius: 4px;
}

.ribbon {
	position: relative;
	margin:10px;
	display: inline-block;
	text-align: center;
	width: 35px;
}
a.ribbon {
	color: #EEE;
	cursor: pointer;
	text-decoration: none;
}
a.ribbon:focus {
	color: rgba(0, 158, 184, 1);
	outline: none;
	text-decoration: none;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.ribbon .ribbon-piece {
	background-color: #666;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-transition: background-color 0.5s ease-in;
	-ms-transition: background-color 0.5s ease-in;
	-o-transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
	transition: background-color 0.5s ease-in;
}
.ribbon .top {
    border-bottom: solid 1px #EEE;
    -moz-border-radius: 1px 1px 0px 0px;
    -ms-border-radius: 1px 1px 0px 0px;
    -o-border-radius: 1px 1px 0px 0px;
    -webkit-border-radius: 1px 1px 0px 0px;
    border-radius: 1px 1px 0px 0px;
    font-size: 11px;
    padding: 4px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
.ribbon .bottom {
	font-size: 17px;
	padding: 5px 0;
}
.ribbon .tail {
	height: 10px;
	overflow: hidden;
	position: relative;
	border:0px none;
}
.ribbon .tail .left, .ribbon .tail .right {
	height: 10px;
	position: absolute;
	top: -10px;
	width: 50px;
}
a.ribbon:hover .ribbon-piece {
	background-color: #AD3A2B;
	color: #EEEEEE;
}
.ribbon .tail .left {
	left: -9px;
	-moz-transform: rotate(-25deg);
	/*-ms-transform: rotate(-25deg);*/
	-o-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	/* IE6 and 7 */
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.9063077870366499,
		M12=0.42261826174069955,
		M21=-0.42261826174069955,
		M22=0.9063077870366499,
		SizingMethod='auto expand');
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9063077870366499, M12=0.42261826174069955, M21=-0.42261826174069955, M22=0.9063077870366499, SizingMethod='auto expand')";
}
.ribbon .tail .right {
	right: -9px;
	-moz-transform: rotate(25deg);
	/*-ms-transform: rotate(25deg);*/
	-o-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	/* IE6 and 7 */
	filter: progid:DXImageTransform.Microsoft.Matrix(
		M11=0.9063077870366497,
		M12=-0.4226182617407,
		M21=0.4226182617407,
		M22=0.9063077870366497,
		SizingMethod='auto expand');
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9063077870366497, M12=-0.4226182617407, M21=0.4226182617407, M22=0.9063077870366497, SizingMethod='auto expand')";
}
.footer-wrapper {
		background:#2a2a2a;
		position:relative;
		width:100%;
		margin:0;
		padding:20px 0;
	}
.footer-wrapper .pages {
    margin: 0;
    padding: 0;
}
.footer-wrapper .pages a{
	color:#ccc;
}
.footer-wrapper .pages a:hover{
	color:#F44336;
}
.footer-wrapper .form-control {
    padding: .375rem .75rem;
    font-size: 13px;
    background-color: #2a2a2a;
    border: 1px solid #9e9e9e;
    margin-bottom: 10px;
    color: #f0f0f0;
}
.footer-wrapper #subscribe {
    padding: 0;
}
.footer-wrapper p {
    color: #ccc;
    line-height: 20px;
    font-size: 12px;
    text-align: justify;
}
.btn-primary:hover{
	border-color:#333;
}
ul.contact-details {
		list-style: none;
		padding-left: 0;
		margin-left: 0;
		color: #ccc;
	}
.colon3 .general-title{
	font-size:20px;
}
.journals-list h2 {
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 450;
    letter-spacing: 0.1px;
    margin-top: 6px;
}
.journal-flyer {
    float: left;
    width: 15%;
}
.article-pdf a {
    color: #b54321;
    font-weight: 500;
    font-family: "Segoe UI";
    font-size: 12px;
}
.journal-flyer img{
	margin:0;
}
.article-pdf li {
    float: left;
    margin: 0 6px;
    padding: 0px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}
.author-desc h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.junl_btns {
    padding: 0;
}
/* fixed social*/
#fixed-social {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 1;
	display: none;
}
#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  right: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #00AAE5;
 }
 .fixed-facebook span{
	background-color: #00AAE5;
 }
.fixed-twitter {
    background-color: #076fa0;
}
 .fixed-twitter span{
 	background-color: #076fa0;
 }
 .fixed-gplus{
	background-color: #ed2b29;

 }
 .fixed-gplus span{
 	background-color: #ed2b29;
 }
 .fixed-linkedin{
	background-color: #2098d1;

 }
 .fixed-linkedin span{
 	background-color: #2098d1;
 }
 .fixed-pinterest{
	background-color: #ED2B29;

 }
 .fixed-pinterest span{
 	background-color: #ED2B29;
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }
/*end fixed social*/



element.style {
}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn, .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group>.btn, .input-group-btn:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.border-radius-4 {
    border-radius: 4px;
}
.top-search .form-control {
    padding: 5px 10px;
    font-size: 13px;
}
.top-search .input-group-append .btn {
    font-size: 13px;
	border:none;
}
.m-l-10{
	margin-left:10px;
}
.banner-btns .btn {
    font-size: 14px;
    margin-right: 6px;
    margin-top: 20px;
    background: #b54321 !important;
    color: #fafafa;
    border-right: 2px solid #333333;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    padding: 6px 24px;
}
.inner-page {
    background: #fafafa;
}
.author-desc {
    float: right;
    width: 83%;
    padding: 4px 10px;
}
.junl_btns li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #868e96;
    line-height: 18px;
}
.junl_btns li:first-child{
	padding-left:0;
}
.journals-list {
    margin-top: 0px;
}
.journal-div {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.journal-div:last-child{
	border:none;
}
.img-div {
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 14px;
}
.junl_btns li a {
    font-weight: 500;
    font-size: 12px;
}
.panel-body {
    padding: 10px 16px;
}
.panel-heading {
    background: #f0f0f0;
    padding: 6px 16px;
    font-weight: 500;
}
.panel {
    background: #fff;
    border-radius: 6px;
	border: 1px solid #ddd;
}
.form-control{
	font-size:12px;
}
.btn-submit {
    background: #b54321 !important;
    padding: 4px 18px;
}


/* Journal page css */
.journal-img {
    padding: 2px;
    border: 1px solid #9e9b9b;
    background: #fff;
    width: 11%;
    margin-right: 14px;
}
.journal-title {
    padding: 0 20px;
    float: right;
    width: 87%;
    border-left: 1px solid #868e96;
    margin-top: 35px;
}
.single-title h3 {
    font-size: 22px;
    line-height: 28px;
}
.journal-header.singleheader {
    padding: 20px 0;
}
.journal-menu {
    padding: 0;
    margin: 0px;
	margin-bottom:20px;
}
.journal-menu li a {
    background: #f2f1ef;
    display: block;
    padding: 12px 16px 12px 8px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #b54321;
}
.journal-menu li.active a {
    border-left: 3px solid #b54321;
}
.journal-menu [class^="ti-"],.journal-menu [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    width: 20px;
    padding: 0 10px;
    border-right: 1px solid #333;
    margin-right: 4px;
}

.reList {
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 0px 0px #b1afaf;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.listimg {
    width: 30%;
    float: left;
    margin-right: 5px;
    position: relative;
    margin-bottom: 0px;
	text-align:center;
}
.listimg img {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ddd;
	padding:2px;
}
.listcontent {
    width: 67%;
    float: right;
}
.listcontent h5.light {
    color: #333;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.listcontent p {
    font-size: 12.6px;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: left;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.listFooter {
    border-top: 1px solid #ddd;
    padding-top: 6px;
    margin-top: 13px;
}
.listFooter li {
    border-right: 1px solid #ddd;
    padding: 0 3px;
}
.but_more {
    color: #e65960;
    margin-top: 5px;
    position: relative;
    top: 5px;
    font-size: 15px;
    font-weight: 450;
}
.sht-name a {
    font-weight: 500;
    color: #333;
    font-size: 15px;
    padding: 0 26px !important;
}
.listFooter li {
    border-right: 1px solid #ddd;
    padding: 0 6px;
	float: left;
}
.listFooter li:last-child{
	border:none;
	padding-right:0px;
}

.portfolio-columns img {
    height: 200px;
    display: block;
    width: 100%;
    object-fit: cover;
    padding: 5px;
}
.portfolio-columns {
    background: #fff;
    margin: 0 0 30px 0;
    overflow: hidden;
    position: relative;
    padding: 0px !important;
    border: 1px solid #ddd;
}
h3.text-center.journal-name {
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    border: none;
    text-align: left !important;
    padding: 8px 10px;
    border-radius: 0;
    color: #000;
    border-top: 2px solid #b54321;
    font-family: 'open sans',sans-serif;
}
.buddy-activity li {
    float: left;
    margin-right: 30px;
    width: 46%;
}
.buddy-group-blocks > figure > figcaption small {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.mails li{
	background:none !important;
}
.mails li{
	padding: 2px 0 !important;
}
.mails li i {
    font-size: 11px;
    color: #b54321;
    margin-right: 2px;
}
.classifi ul {
    padding: 15px 0;
}
.classifi li {
    list-style-type: inherit;
    margin-left: 10%;
}
p.vol {
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
}
.sub-menu .title {
    font-size: 16px;
    text-transform: capitalize !important;
    padding: 20px 36px 0;
	margin-bottom:10px;
}
.sub-menu li ul {
    margin: 0;
    margin-bottom: 12px;
}
.sub-menu li ul li:before {
    content: "\00BB \0020";
    float: left;
    padding-top: 3px;
    color: #b54321;
    margin: 0 8px 0px 10px;
}
.vol-iss{
	padding:6px 16px !important;
}
.archive .buddy-group-blocks > figure > figcaption h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0 6px 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 8px;
}
.vol-content small {
    font-size: 13px !important;
    font-weight: 500;
}
.vol-content {
    width: 60%;
    float: right;
    margin: 6px 0;
}
.archive img.avatar {
    margin-left: 0 !important;
	float: left;
    padding: 2px;
    border: 1px solid #ddd;
    width: 74px;
    height: 74px;
    object-fit: cover;
}
.sub-menu .title a i {
    margin-top: 3px;
}
.journals{
	background: #fff;
    padding: 20px;
    border-top: 0px solid #ddd;
}
.inner-sidebar{
	margin: -147px 0 0;
}
.copy-right {
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #9e9e9e;
}
.copy-right a {
    color: #fff !important;
}
.journals-div {
    padding: 12px;
    border: 1px solid #ddd;
}
.journal-btns li {
    float: left;
    text-align: left;
    padding: 0 14px;
    border-right: 1px solid #ddd;
    line-height: 15px;
}
.journal-btns li:last-child{
	border:none;
}
.journal-btns {
    margin: 0;
    padding: 11px 0 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.journals-div img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.journal-btns li.active {
    font-weight: 500;
    color: #b54321;
    font-size: 16px;
}


.modal-open .modal {
    background: #00000069;
}
.modal-backdrop.show {
    display: none;
}
button.close {
    position: absolute;
    right: -8px;
    top: -11px;
    background: #b54321;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    font-size: 18px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    padding: 0 4px 3px;
    cursor: pointer;
}
.modal-content {
    padding: 0px 15px 15px;
}
.modal-body input{
	width:100% !important;
}
.modal-header {
    padding: 15px 18px 15px;
}
@media (min-width: 576px){
#track-article .modal-dialog,#advertise .modal-dialog,#feedback .modal-dialog {
    max-width: 360px;
}
#refer-friend .modal-dialog {
    max-width: 400px;
}
}
.useful_links [class^="ti-"], [class*=" ti-"] {
    color: #b54321;
    padding-right: 3px;
    font-size: 15px;
}
#sidebar .tagcloud a {
    float: left;
    display: block;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 0 7px;
    font-size: 11px !important;
    color: #b52014 !important;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 0.5px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s linear;
    transition: all .4s linear;
    line-height: 20px !important;
    font-family: sans-serif;
    background: none !important;
    border-radius: 15px;
}
.faq-list {
    float: right;
    margin: 0;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: 500;
}
ul.list-inline.faq-list li {
    float: left;
    padding-left: 17px;
}
.inner-social-icons {
    margin: 0;
    float: right;
    margin-left: 14px;
}
.inner-social-icons li {
    float: left;
}
.inner-social-icons li a {
    padding: 1px 6px;
    font-size: 13px;
}
.address{
	margin:0;
	padding:0;
}
.address li {
    float: left;
    padding: 1px 20px 1px 0;
    font-size: 11px;
}
.address li a {
    text-align: left;
    font-size: 12px;
}
.box header{
	z-index:6;
}
.top-bar a {
    color: #fff;
}
.top-bar {
    background: #333;
    color: #e4e1e1;
}

.content_head {
    color: #b54321;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 500;
}
.content_div{
	margin-bottom:10px;
}
.content_list {
    padding-left: 18px;
}
.content_list li {
    list-style-type: inherit;
}
.about-table {
    width: 60%;
    margin: 0 auto 14px;
    border: none;
    line-height: 24px;
    text-align: center;
}
a.btn-submit1 {
    float: right;
    background: #b54321 !important;
    box-shadow: 0 2px 2px #333;
}
.btn-submit1:hover{
	box-shadow:none;
}
.sticky {  position: fixed;  top: 0;  width: 100%;}.sticky + .content {  padding-top: 102px;}
.buddy-activity li {

		float: none;

		margin-right: 0px;

		width: 100%;

	}

	.edtr-btn {

		border: 1px solid #ddd;

		padding: 2px 10px;

		margin-right: 16px;

		border-radius: 4px;
		margin-top: -10px;

	}

	.buddy-group-blocks > figure > figcaption small {

		font-size: 12px;

		line-height: 20px;

		text-align: left;

		float: left;

	}

	.buddy-group-blocks > figure > figcaption h3 {

		font-size: 15px;

		font-weight: 500;

		margin: 5px 0 3px;

	}
.modal-body.biography {
    margin-top: 10px;
}
	.biography p {
    font-size: 12px;
    margin-bottom: 6px;
}
.biography .modal-title {
    color: #dc3545;
    font-size: 16px;
    margin: 0;
}
.top-bar a:hover{
	color:#f0f0f0;
}
.form-control:focus{
	box-shadow:none;
}
.modal-open {
    overflow: inherit;
	padding-right:0px !important;
}
.editor-img{
    width: 120px;
    border: 1px solid #ddd;
    margin: 10px 16px 10px 0;
}
.gsc-input-box table {
    margin: 0 !important;
    border: none;
}
table.gsc-search-box td {
    padding: 0 !important;
	border: none;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    font-size: 13px;
}
#gsc-i-id1 {
    padding: 0 8px !important;
}
.address_top, .email_top {
    position: absolute;
    top: 1px;
    left: 34px;
    background: #d25c53;
    padding: 0 8px;
    display: none;
}
.email_top{
	left: 64px;
}
.address .address_hvr:hover .address_top{
	display:block;
} 
.address .mail_hvr:hover .email_top{
	display:block;
}
.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #d25c53;
    position: absolute;
    left: -8px;
    top: 1px;
}
.pagination > li > a, .pagination > li > span {
    margin-right: 5px;
    position: relative;
    padding: 5px .75rem;
    margin-left: -1px;
    line-height: 1.25;
    cursor: pointer;
    color: #b54321 !important;
}
.pagination > li > a:hover{
	color:#fff !important;
}
.tab-content {
    margin-top: 8px;
    border: 1px solid #ddd;
    padding: 20px;
}
.nav-tabs li a {
    padding: 10px 20px;
    border-right: 1px solid #ddd;
    margin-right: 4px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 15px;
}
.tabbable {
    margin: 34px 0;
}
.nav-tabs a.active, .nav-tabs a.active:hover, .nav-tabs a.active:focus, .nav-tabs a.active:active {
    background: #ffffff;
    color: #b54321;
    border-top: 3px solid #b54321;
    position: relative;
    top: 1px;
}
.nav-tabs li a .badge {
    background: #b54321;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    font-family: sans-serif;
}
.nav-tabs{
	border:none;
}
.btn-primary {
    cursor: pointer;
}
.accordion-toggle [class^="icon-"],.accordion-toggle [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.accordion-heading .accordion-toggle>em {
    margin-right: 10px;
	background-color: #B54321 !important;
}
.accordion-toggle em {
    padding: 6px 8px !important;
}
.top-search {
    width: 100%;
    float: right;
    position: relative;
    top: 2px;
}
.about-section h1:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #dc3545;
    width: 5%;
    bottom: 0;
    left: 0;
}
#sidebar .pages li:hover,#sidebar .categories li:hover {
    background: #ccc;
    cursor: pointer;
}
input[type=radio] {
    position: relative;
    top: 2px;
}
label{
	margin-bottom:0px;
}
.journal-home {
    margin-top: 10px;
}
.journal-home h1 {
    position: relative;
    padding-left: 0px;
    text-shadow: none;
    color: #b54321;
    font-size: 23px;
    margin-bottom: 4px;
}
.about-section.journal-home h1:before,.about-section.journal-home h1:after {
    display:none;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e3e4e4;
}
.about-table th {
    background: #e9ecef;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dbdee0;
}
marquee p {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #191818 !important;
    text-align: left !important;
    font-size: 13px;
}
.journals-list .col-sm-6 {
    padding: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.link {
    padding-top: 130px;
    margin-top: -130px;
    display: block;
}
.contactUs .icon-large {
    font-size: 45px;
}
.contactUs .border-radius-10 {
    min-height: 185px;
}
.contactUs .font-2 {
    line-height: 22px;
}
.contactUs .font-weight-300 {
    margin: 10px;
}
button{
    cursor: pointer;
}
.reloadCap {
    border: none;
    color: #0864b2;
    background: none;
    font-size: 18px;
    padding: 10px;
}
.accordion-inner p {
    padding: 0 10px;
}
.pubDate span{
	font-family:sans-serif;
}
@media (min-width:768px){
	.inner-page .col-md-3{
		max-width: 26%;
		flex: inherit;
	}
	.inner-page .journals,.journal-home{
		max-width: 70%;
		flex: inherit;
	}
}
.sticky-container {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 30%;
}
.sticky-container img {
    width: 50px;
}
.sticky-container img:hover{
	transform:scale(1.1);
	transition:all 0.4s ease;
}
#___gcse_0{
	width:100%;
}
header{
	position:relative;
}
.buddy-group-blocks > figure > figcaption h3 a {
    color: #000;
    font-weight: 600;
}
.client a {
    display: block;
    padding: 14px 5px;
}
.client a img {
    height: 50px;
    object-fit: contain;
    -webkit-object-fit: contain;
    -moz-object-fit: contain;
    -o-object-fit: contain;
}

.client {
    background: #000;
    background-color: none;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.14);
    border-radius: 5px;
    border: none;
    background: #b54321;
    border-bottom: 1px solid #dc3545;
}
.client:hover {
    /* background: #fff; */
    background: #b5251b;
    border-bottom: 1px solid;
}
.client:hover img{
	transform:scale(1.1);
	transition:all 1s linear;
}
.test-head1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
}
.test-head1:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #dc3545;
    width: 5%;
    bottom: -3px;
    right: 47%;
}
.colon8 {
    background: url(../../images/01_colon.jpg) no-repeat fixed center top / cover;
    /* padding: 24px 0 74px; */
    padding: 50px 0 74px;
}
.article-formats .box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.article-formats h1 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    padding: 0;
    margin-bottom: 18px;
    position: relative;
    padding-left: 0;
    color: #333;
}
.article-formats h1:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #dc3545;
    width: 10%;
    bottom: 0;
    left: 0;
}
.article-formats .owl-item {
    /* margin: 6px; */
    /* border: 1px solid #ddd; */
    padding: 4px;
} 
.journal-menu i.fa.fa-angle-right {
    display: none;
}


/* fulltext css */
.fulltext-section,#references {
    padding: 0 14px 14px;
}
.fulltext-div {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 50px;
}
.fulltext-head {
    padding: 10px 14px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    color: #b54321;
    margin-bottom: 0;
    font-weight: 500;
    background: #f0f0f0;
    margin: 0 -14px;
}
.farticle-type {
    padding: 0 10px 0 0;
}
.open-access {
    padding-left: 4px;
}
h1.farticle-title {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin-bottom: 3px;
    margin-top: 6px;
    line-height: 30px;
}
.fulltext-div p {
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
	text-align:justify;
}
p.fauthor {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}
p.fdept {
    font-style: italic;
	font-size:13px;
}
p.citation {
    background-color: #edeeef;
    outline-style: double;
    padding: 10px;
    border-radius: 5px;
    outline-color: #ddd;
    margin-top: 15px;
}
.citation b {
    color: #b54321;
}
.fhead {
    color: #b54321;
    margin: 15px 0 8px;
    font-weight: 500;
}
.head-link{
	padding-top: 80px;
	margin-top:-80px;
	display:block;
}
.colorb{
    color: #b54321;
}
.references {
    padding-left: 15px;
    margin-bottom: 50px;
}
.references li {
    margin-bottom: 5px;
	font-size: 13px;
}
.references li a {
    color: #024379;
}
.references li a:hover{
	color:#333;
}
.farticle-pdf a {
    color: #b54321;
    font-weight: 500;
    font-family: "Segoe UI";
    font-size: 14px;
}
.farticle-pdf li {
    margin: 0 6px 7px;
    padding: 2px 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #000;
    line-height: 20px;
    text-align: center;
}


/* fulltext css */
.tools-list li {
    padding: 3px 0;
}
ul.tools-list {
    margin: 0;
    padding: 10px 15px;
}
.fulltxtTitle {
    background: #f0f0f0;
    padding: 5px 12px;
    font-weight: 500;
}
.fulltext-sidebar {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}
.fulltext-rightbar {
    width: 28%;
    float: right;
}
.fulltext-leftbar {
    padding: 0px;
    float: left;
    width: 73%;
}
.fulltxt-border{
    height: 10px;
    border-bottom: 1px dashed;
}
.tools-list p {
    text-align: left;
}
.tools-list li i {
    width: 15px;
}
.fulltext-div .articles-div {
    box-shadow: none;
    border: 1px solid #ddd;
}
.btns-list li {
    background: #ddd;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 13px;
    border-radius: 4px;
    border: 1px solid #c5c3c3;
}
ul.tools-list.btns-list {
    padding: 0;
}
.btns-list li a {
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.archive-list {
    margin-top: 8px;
    width: 100%;
    padding-left: 25px;
}
.archive-list li {
    margin-bottom: 6px;
    float: left;
    display: inline;
    text-align: center;
    margin-right: 36px;
    border: 1px solid #ddd;
    padding: 6px 6px 0;
    margin-top: 10px;
}
.archive-list li a {
    font-size: 16px;
    font-weight: 500;
}
.archive-list img {
    width: 130px;
    display: block;
    margin: 0 auto 5px;
    height: 130px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
}
.archive-list p {
    text-align: center;
    margin-bottom: 6px;
    color: #b54321;
}
.archive-list li:hover p{
	color:#333;
}
.archive-list li:hover img{
  opacity:0.8;
}
.archive-list li:hover{
	border-color:#333;
}
.mails-list{
	margin-bottom:0px;
}
.journal-emails p{
	margin-bottom: 0;
    color: #333;
}
.journal-img{
			width:13%;
}
.mails-list i{
	color:#b54321;
}
.mails-list a{
	font-weight: 500;
}
.single-title {
	padding: 0 0px;
	padding-left: 10px;
}
.journal-title {
	padding: 0 20px;
	float: right;
	width: 85%;
	border-left: 1px solid #868e96;
	margin-top: 31px;
	padding-left: 16px;
}
.journal-title h3{
	font-size:21px !important;
}
.journal-emails {
	width:292px;
}
.journal-emails{
	margin-top:12px;
}
.fulltext-section h5 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 16px;
}
.journal-header.singleheader .col-md-3{
	padding-left:0;
}
img.img-thumbnail.testimonial-img {
    float: left;
    width: 100px;
    height: 100px;
    padding: 1px;
    border-radius: 100%;
	position: relative;
    top: 14px;
}
.testimonial-carousel h4 {
    margin-bottom: 2px;
}
.pull-right.testimonial-content {
    width: 75%;
    background: #f0f0f0;
    padding: 13px;
    border-radius: 4px;
    margin-right: 25px;
    position: relative;
}
.testimonial-content p{
	margin:0px;
}
.testimonial-content:after, .testimonial-content:before {
	right: 100%;
	top: 57%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial-content:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f0f0f0;
    border-width: 9px;
    margin-top: -20px;
}
.testimonial-content:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #f0f0f0;
    border-width: 10px;
    margin-top: -23px;
}
p.position {
    color: #b54321;
}
.test-head {
    font-size: 30px;
    font-weight: 500;
	position:relative;
}
.test-head:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #dc3545;
    width: 5%;
    bottom: -8px;
    right: 48%;
}
.testimonial-section h4 {
    margin-bottom: 2px;
}
.testimonial-section .item {
    clear: both;
}
.testimonial-section .pull-right.testimonial-content {
    width: 84%;
    margin-right: 0;
    margin-bottom: 15px;
}
.testimonial-section .testimonial-content:after,.testimonial-section .testimonial-content:before {
    top: 32%;
}
.testimonial-section {
    margin-top: 30px;
}
.reprints-1 img {
    border: 1px solid #e9ecef;
}
.top-arrow {
    position: absolute;
    width: auto !important;
    height: auto !important;
    right: 0px;
    border: 0px !important;
    margin-right: -11px;
}
.bottom-arrow {
    position: absolute;
    width: auto !important;
    height: auto !important;
    bottom: 0px;
    border: 0px !important;
    right: 0px;
    margin-right: -11px;
}
.reprints-div h1 {
    font-size: 20px;
    margin-bottom: 22px;
}
.reprints-1 {
    width: 20%;
    height: auto;
    float: left;
    position: relative;
    z-index: 1;
}
a.more-1.more-1-inner {
    float: right;
    border: 1px solid #b54321;
    padding: 2px 10px;
    border-radius: 3px;
    background: #b54321;
    color: #fff;
}
p.art-type {
    margin: 5px 0;
    color: #b54321;
    font-size: 15px;
    font-weight: 500;
}
.re-h4 {
    color: #b54321;
    text-align: center;
}
.examples {
    float: left;
}
.examples-inner {
    width: 80.5% !important;
    padding: 10px 20px 10px 20px;
    margin-left: -0.5em !important;
}
.reprints-2 h1 {
    font-size: 17px;
    font-weight: 500;
    color: #002f4d;
    margin: 0;
    line-height: 28px;
    font-size: 16px;
    margin: 0 0 8px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
}
.reprints-2 h1 a {
    color: #0a0a0a;
}
.reprints-2 h1:after{
	display:none;
}
.reprints-div {
    margin-top: 50px;
}
.re-slider .journals{
	padding:0px;
}
.padd4-10{
	padding:0px 4px 0 10px;
}
.padd10-4-10{
    padding: 4px;
    padding: 10px 4px 0 10px;
}
.re-section {
    padding: 10px;
    border: 1px solid #ddd;
    min-height: 236px;
    margin-bottom: 20px;
}
ul.rebook-details {
    padding: 0;
}
.rebook-details li {
    float: left;
    margin-right: 10px;
}
h4.chol {
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 20px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #000;
}
.news-item .flyer {
    float: left;
    width: 33%;
    border: 1px solid #ddd;
    padding: 2px;
    margin-right: 10px;
}
.chol a {
    color: #8c1007;
}
.main p {
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
    color: #333;
}
.editors-choice.owl-theme .owl-controls {
    float: right;
    position: absolute;
    right: 0;
    bottom: -19px;
}
.editors-choice.owl-theme .owl-controls .owl-buttons div {
    padding: 0px 6px;
    font-size: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-radius: 2;
    background: #607D8B;
    line-height: 20px;
}
.jissn {
    color: #000;
    font-size: 16px;
    margin-bottom: 4px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.a {height: 400px;overflow: hidden;margin: 10px auto;}
#marquee_1 li {
    width: 300px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bdb9b9;
    padding-bottom: 10px;
}

.tools-list a {
    font-size: 13px;
}
.journal_issn{
	margin-top:18px;
}


			  .eic {
					width: 180px;
					border: 1px solid #ddd;
					margin-right: 10px;
					float:left;
				}
				.eic p {
					text-align: center;
					font-size: 12px;
					line-height: 20px;
					padding: 0 10px;
				}
				.eic-div h4{
					line-height: 16px;
					margin: 0 0 10px;
				}
				.eic-div p{
					margin-bottom:6px;
				}

/*testimonial our-clients css start*/
      .our-clients {
    padding-top: 10px;
}
       .news-item .glyphicon
{
    margin-right:4px !important;
}

.news-item .pagination .glyphicon
{
    margin-right:0px !important;
}

.news-item .pagination a
{
    color:#555;
}

.news-item .panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}
.testimonial .view-all {
    position: relative;
    top: 10px;
    left: -3px;
    font-size: 14px;
    font-weight: 600;
}
.news-item {
    padding: 4px 12px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}
.news-item  .flyer { 
    width: 100%;
   
}
        .panel-footer .pagination {
        position: relative;
        top: -8px;
    }
        .news-item td:first-child{
            width: 36%;
        }
         .panel-footer .pagination > li > a,.panel-footer.pagination > li > span {
            background-color: #f1f1f1;
            border: 1px solid #dedbdb;
            padding: 3px 6px;
        }
        .panel-footer{
            position: relative;
            bottom: 6px;
        }
        .news-item table {
    border: none;
    margin: 0;
}
       .panel-footer .pagination > li > a:focus{
                background-color: #ccc !important;
        }
        .news-item td {
    border: none;
}
.testimonial {
    background: #eee;
    padding: 18px 18px 40px;
}
.testimonial .pull-right.testimonial-content {
    width: 75%;
    margin-right: 0;
    margin-bottom: 0px;
}
       .testimonial  .testimonial-section {
    margin-top: 0px;
}
 .testimonial .testimonial-content:before {
    border-color: #f8f9fa1a;
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -23px;
} 
 .testimonial .testimonial-content:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -20px;
}
/*testimonial our-clients css end*/
.editor-in-chief .img-div{
   border: none;width: 100%;margin: 0 auto;text-align: center;border-bottom:1px solid #ddd;
}
.editor-in-chief .img-div img{
width: 58%; margin-bottom: 10px; height: 160px;padding:4px; border:1px solid #ddd;
}
ul.editor-in-chief{
	margin-bottom:0px;
}
.panel-footer {
    padding: 8px 0 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
    background: none;
}
.carousel-indicators li {
    display: none;
}
.indexing-list li img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    border: 1px solid #ddd;
    margin: 0;
    padding: 9px 6px;
    border-radius: 4px;
}
.indexing-list li {
    width: 22%;
    float: left;
    margin: 10px;
}
.indexing-list{
	padding:0px;
}
a.view-more-btn {
    text-align: right;
    float: right;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0 0;
}
.rss-btn{
	color: #fff;
    font-size: 15px;
    text-transform: initial;
}
.rss-btn i{
    color: #ffffff;
    background: #FF9800;
    padding: 2px 4px;
    border-radius: 4px;
}
.rss-btn:hover{
	color:#ed5145;
}
.editor-in-chief-pages {
    padding: 0px;
    margin-bottom: 5rem;
}
.editor-in-chief-pages li {
    float: left;
    width: 32%;
    /* min-height: 166px; */
    border: 1px solid #ddd;
    margin-bottom: 22px;
    margin-right: 22px;
    padding: 10px;
    background: #fff;
}
.editor-in-chief-pages li:nth-child(3n) {
    margin: 0px;
    float: right;
}
.editor-in-chief-pages img {
    float: left;
    width: 110px;
    height: 120px;
    border: 1px solid #ddd;
    padding: 2px;
}
.editor-in-chief-pages .img-div{
	border:none;
}
.editor-in-chief-pages li:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.table > thead > tr > th {
    padding: 5px 4px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 20px;
}
@media (min-width: 576px){
#nlm-catalog .modal-dialog {
    max-width: 460px;
	margin: 60px auto;
}
}
#nlm-catalog ul {
    margin: 0;
    padding: 0;
	line-height:30px;
}
#nlm {
    padding: 2px 10px;
    border-radius: 2px;
}
#nlm:active,#nlm:focus{
    color: #fff;
}
.view-all-btn {
    float: right;
    font-weight: 600;
    position: relative;
    top: -10px;
    font-size: 14px;
}
.editor-left-div .panel-footer .pagination{
	display:none;
}
.slider2-content h1{
	margin-bottom: 10px;
    font-size: 26px;
    font-weight: 400;
}
.slider2-content p {
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.slider2-content a{
	background: #ec5348;
    padding: 8px 14px;
    color: #fff;
    border-radius: 4px;
}
.pl0{
	padding-left:0px;
}
.img-div.imFactor {
    background: #b54321;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 8px 0;
}
.img-div.imFactor a {
    color: #fff;
}
.h1-font{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	margin-bottom: 20px !important;
}
.ebooks-div {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom:30px;
	border-radius:4px;
}
.ebook-img {
    border: 1px solid #ddd;
    padding: 4px;
}
.ebook-content {
    float: right;
    width: 78%;
}
.ebook-content h3 {
font-size: 16px;
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-weight: 600;
}
.ebook-content p {
margin: 0 0 5px;
}
.ebook-content ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
.ebook-img-div {
    float: left;
    width: 20%;
    margin-right: 14px;
}
.ebook-info1 li, .ebook-info2 li {
    float: none;
}
.hover-a:hover .social-share{
display:block;
}
ul.share-details {
    margin-bottom: 5px;
}
.share-details li {
    float: left;
    margin-right: 36px;
    padding: 10px 0 0;
}
.ebook-img {
    border: 1px solid #dedcdc;
    padding: 4px;
    box-shadow: 0 2px 5px #ccc9c9;
}
.ebook-info2 li {
    color: #07599a;
    font-weight: 500;
}
.journal-impfact li {
    list-style-type: disc;
    margin: 10px 0;
}
p.imp-fac {
    padding: 2px 0;
    width: 160px;
    color: #333333;
    font-size: 15px;
    border-radius: 4px;
    margin-top: 6px;
    font-weight: 600;
}
.site-map-list {
    padding-left: 0;
}
.sub-list h2 {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    background: #f0f0f0;
    margin: 10px 0;
    font-weight: 500;
    padding: 8px 0;
}
.site-map-list li a i {
color: #b54321;
}
.site-map-list li a {
color: #000;
}
.site-map-list>li:before {
content: "\00BB \0020";
float: left;
padding-top: 0px;
color: #b54321;
margin: 0 8px 0px 10px;
}
.sub-list li a {
display: block;
z-index: 3;
color: #000;
opacity: 0.9;
display: block;
padding: 2px 20px 2px 12px;
margin-top: -1px;
}
.sub-list>li:before {
    content: "\00BB \0020";
    float: left;
    padding-top: 6px;
    color: #b54321;
    margin: 0 8px 0px 10px;
    font-size: 20px;
}
.articles-list {
    padding-left: 18px;
}
.articles-list li {
    list-style-type: disc;
}
.nav-menu li a.active{
    color: #f44336;
}
.accordion-heading h4 {
    font-size: 14px;
    display: inline;
}
