section.banner_sec {
    background: url(images/small-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 100%;
    padding: 50px 0;
}

.footer_alpa ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color:  #b3eeff;
    padding: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0px -6px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -6px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 16px -4px rgb(80 78 78 / 75%);
    border-radius: 5px;
    /* max-width: 860px; */
    margin: 0 auto;
}
.footer_alpa ul li a {
    color: #fafafd;
    padding: 10px;
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.footer_alpa ul li:hover {
    background: #14133d;
}
.footer_alpa ul li:hover  {
    color: #fff;
}
.footer_alpa ul li {
    list-style: none;
    background: #335987;
    -webkit-box-shadow: 0px -6px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -6px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow: -2px 3px 4px 2px rgb(80 78 78 / 75%);
    border-radius: 5px;
    margin: 5px 5px;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.link_ul_row {
    /* background: #f2f2f2; */
    padding: 18px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0;
    display: flex;
    justify-content: space-between;
}
.link_ul_row .link_ul_div {
    flex: 0 0 50%;
    max-width: 50%;
   /*  margin: 16px 0;
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px; */
}
.link_ul_row .link_ul_div ul li {
    position: relative;
    list-style: none;
      padding: 9px 0px 9px 27px;
    margin: 0px 7px 7px 7px;
    border-radius: 7px;
    border: 1px solid #e0dadac9;
    -webkit-box-shadow: -1px 0px 16px -1px rgba(69,65,69,1);
    -moz-box-shadow: -1px 0px 16px -1px rgba(69,65,69,1);
    box-shadow: -11px 0px 8px -3px rgb(0 0 0 / 41%);
    min-height: 132px;
    display: flex;
    align-items: center;
}
section.alphabet_flt_sec {
    /* background: #4d5456; */
    padding: 30px 0;
    background: url(images/slide.jpg) no-repeat;
}
.link_ul_row .link_ul_div ul li a {
    color: #000;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 9px 0px 9px 1px;
    margin: 0px 7px 7px 14px;
    border-radius: 7px;
}

/* .link_ul_row .link_ul_div ul li a {
    color: #000;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
} */
.link_ul_row .link_ul_div ul li a:before {
    content: "";
    display: block;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f0c1";
    position: absolute;
    left: -26px;
    top: 11px;
}

.link_ul_row .link_ul_div ul li:nth-child(odd) {
    background: #f2f2f2;
}
.link_ul_row .link_ul_div ul li:nth-child(even) {
    background: #fff;
}
/* Arsalan CSS */
.more_journals{
    font-size: 9px;
    position: absolute;
    top: 36px;
    right: 4px;
    display: none !important;
}
@media screen and (max-width: 1100px) {}
@media screen and (max-width: 767px) {

.link_ul_row .link_ul_div {
  flex: 0 0 50%;
    max-width: 50%;
}
.footer_row .footer_col {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 22px 0;
}
.copy_right ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 15px;
}

}
/* Arsalan CSS */
@media screen and (max-width: 500px) {
    .nav-responsive{
        padding-top: 60px;
    }
    .home_main_slider{
        padding-top: 45px;
    }
    .more_journals{
        display: block;
    }
}

#modalContainer {
	background-color:rgba(0, 0, 0, 0.3);
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:1px solid #666;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#3073BB;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:0.7em verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:7px;
	border:0 none;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#357EBD;
	border-radius: 3px;
	text-decoration:none;
}

/* unrelated styles */

#mContainer {
	position:relative;
	width:600px;
	margin:auto;
	padding:5px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	font:0.7em verdana,arial;
}


code {
	font-size:1.2em;
	color:#069;
}

#credits {
	position:relative;
	margin:25px auto 0px auto;
	width:350px; 
	font:0.7em verdana;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:90px;
	padding-top:4px;
}

#credits img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

.important {
	background-color:#F5FCC8;
	padding:2px;
}

code span {
	color:green;
}
/*
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}
*/
.alert.success {
    background-color: #4CAF50;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.journals-links-list{
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .journals-links-list.active{
    color: #007bff
  }