.mainbanner{
	margin-top:70px;
	position:relative;
}

.mbs{padding-bottom:0;}
.banner-btn{
/*	background-color: #085f9f; */
	background-color: #008080;
    
	color:#fff;
	padding:10px 20px;
	display:block;
	border-radius:4px;	
	text-align:left;
}
.banner-conetent{
	position:relative;
	top:30%;
}
.explore-section{
	padding:20px 0px;		
	background: rgb(245, 245, 245);
}
.sub-head-left{
    font-size: 25px;
    font-weight: 600;
}
.sub-head-right a{
    text-decoration: none;    
    font-size: 16px;
	color:#222;
}
.sub-head-right i{
 margin-left:30px;
}
.site-primary-col{
		color:#085f9f;
		
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #085f9f;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.explore-highlets{
	padding:6px 0px;
}
.explore-card a{
	color:#444;
}
.explore-card a:hover{
	color:#222;
}
.explore-card .card-header{
	font-weight:600;
	padding:15px ;
}
.explore-card{
	margin-bottom:20px;
}
.bg-e9e9e9{
	background:#e9e9e9;
}
.site_col{
	color:#085f9f;
	
}
.latest-section .card{	
	overflow:auto;
}
.min-hei-580{
	min-height:600px;
}
.border-right{
	border-right:1px solid #d7d5d5;
	
}
.bg-f5f5f5{
	background:#f5f5f5;
	padding:20px;
}
.shade-bg{
	background: rgb(245, 245, 245);
}
.breadcrumb-hero .sub-head{
	border-left:4px solid #fff;
	padding-left:10px;
	
}
.breadcrumb-hero a{
	color:#bbb;
	
}
.articles-section .nav {
	background: #085f9f;
}
.articles-section .nav a{
	color: #fff;
	border-right:1px solid #ddd;
}
.nav > a:last-child{
	
	border-right:0px solid #ddd;
}
.articles-section .nav-tabs .nav-link{
	border-radius:0;
}
.artical-tabs .card{
	border-radius:0px;	
	margin-bottom:20px;
}
.artical-tabs .card-header{
	background:#085f9f;	
	color:#fff;
	border-radius:0;
	padding:8px 12px ;
}
.artical-tabs .card-header a{
	background:#073557;	
	color:#fff;
	border-radius:3px;
	margin-left:6px;
	padding:5px 8px;
	  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}
.artical-tabs .card-header h4{
	font-size:19px;
}
.artical-tabs .card-body h3{
	font-size:15px;
	letter-spacing:0.1px;
}
.artical-tabs .card-body p{
	font-size:13px;
	letter-spacing:0.1px;
	margin-bottom:4px;
}
.journaltype{
	color:#ff0000;
	font-size:15px;
	margin-top:8px;
}
.form-control {
	-webkit-appearance:auto!important;
	-moz-appearance: auto!important;
	appearance: auto!important;
}
.journ-filters .filter_btn .col{	
	background:#f5f5f5;
	padding:5px;
	width:40px;
	height:40px;
	border-right:1px solid #fff;
	text-align:center;
	vertical-align:middle;	
	line-height:32px;
}
.journ-filters .filter_btn .col:hover{	
	background: #085f9f;
    color: #fff;
}
.journ-filters .filter_btn .filter_active{	
	background: #085f9f;
    color: #fff;

}
.journ-filters .card{
	background:#fff;
	padding:10px 20px;
	margin-top: -35px;
}
.journals-breadcrum .breadcrumb-hero {
    text-align: left;
    background: #085f9f;
    padding: 14px 0 25px 0;
    color: #fff;
}
.jour-foot{
	    background: #085f9f;
		color:#fff;
}
.has-search .form-control {
    padding-left: 2.375rem;
	border-radius:0;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.mg {
    background-color: #f5f5f5;
    font-weight: 600;
    text-transform: capitalize;
    color: #15588c;
    font-family: IBM Plex Sans, sans-serif;
    margin: 0 -15px;
    padding: 3px 0 3px 15px;
    border-bottom: solid #ddd 1px;
}
#border {
    border-top: 1px solid rgb(227, 227, 227);
    border-left: 1px solid rgb(227, 227, 227);
    margin: 10px 0px 5px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid rgb(227, 227, 227);
}
#a {
    padding: 10px 0;
    flex-basis: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    border-right: 1px solid rgb(227, 227, 227);
    margin-bottom: 0;
}
.tab-pane .active h4 {
    font-size: 18px;
    width: 100%;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #1883b5;
    font-weight: bold;
    padding: 10px;
    background-color: #f5f5f5;
    box-shadow: 3px 3px 1px #f1f1f1;
    border-left: 3px solid #40a9ff;
}
/*.tab-pane.active#solid-justified-tab1 h4 {
    font-size: 18px;
    width: 100%;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #1883b5;
    font-weight: bold;
    padding: 10px;
    background-color: #f5f5f5;
    box-shadow: 3px 3px 1px #f1f1f1;
    border-left: 3px solid #40a9ff;
} */
.journdispl .card-header a {
    background: #073557;
    color: #fff;
    border-radius: 3px;
    margin-left: 6px;
    padding: 5px 8px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    transition: all 0.3s ease 0s;
}
.journdispl .card-header {
    background: #085f9f;
    color: #fff;
    border-radius: 0;
    padding: 8px 12px;
}
.journdispl .card-body h3 {
    font-size: 15px;
    letter-spacing: 0.1px;
}
.journdispl .card-body p {
    font-size: 13px;
    letter-spacing: 0.1px;
    margin-bottom: 4px;
}
.journdispl .card {
    border-radius: 0px;
    margin-bottom: 20px;
}
.avtitle{color:#15588c;font-family:arial;font-weight:bold;}
.mla{margin-left:auto;}
#smf {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#smf td, #smf th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:center;
}

#smf tr:nth-child(even){background-color: #f2f2f2;}

#smf tr:hover {background-color: #ddd;}

#smf th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #085f9f;
  color: white;
}

#smf .bgc{background-color:#04AA6D}

  table{font-family:arial,sans-serif;border-collapse:collapse;table-layout:auto;width:100%;margin-left:auto;margin-right:auto;box-shadow: 5px 4px 30px rgba(0,0,0,.10);}td,th{border:1px solid #c5c5c5;padding:3px 4px 3px 8px}table p{margin:0}

