.main-banner {
    background-image: url('/img/journals-bg.svg');
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -13%;
}
.main-banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  color: #090909;
}
.title{
    font-size: 1.2rem !important;
    color: black;
    text-align: left;
    margin-bottom: 3%;
  font-family: 'NotoSans-Bold', sans-serif !important;
}
.dropdown-toggle::after{
    margin-left:0px;
}
.nav-link {
    display: block;
    padding: 4px 10px !important;
}
.main {
    padding-top: 0%;
    padding-bottom: 0%;
}
.main h1{
    font-size:24px;
  line-height: 60px;
  font-family: 'NotoSans-Bold', sans-serif !important;
}
.main #button-addon2 {
    padding: 1.5% 5%;
}
.main p {
    margin-bottom: 8%;
    font-size:14px;
}
.main .main-img {
    width: 80%;
    height: 370px;
    float: right;
}
.title::before{
        display: inline-block;
        content: "";
        border-top: 10px solid #338cc8;
        width: 2rem;
        transform: rotate(90deg);
        margin-bottom: 0.3rem;
        margin-left: -10px;
}
.upcoming-conferences {
    padding: 0rem 6rem;

}
.conferences .conf-card {
    background-color: #e2e2e26b;
    height: 100px;
}
.conferences .conf-card img{
    width: 100%;
    height: 100px;
}
.conferences .conf-card .conf-content{
    padding: 6% 5% 5% 0;
    
}
.conferences .conf-card .conf-content h6{
    color: #131313;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}
.conferences .conf-card .conf-content p{
    color: #131313;
    text-align: left;
    font-size: 12px;
}
.upcoming-conferences {
  /* /* text-align: center; */
  position: relative;
  top: 25%;
  left: 0%;
  /* transform: translate(0%, -50%); */
  /* color: white; */ 
}
.conferences .conf {
    padding: 0 0.3%;
}
.about {
    padding: 3rem 6rem;
}
.about .about-content img {
    padding: 0 0 0 8%;
    width: 100%;
}
.know-more {
    color: #338cc8 !important;
    font-size: 12px;
    font-weight: bold;
}
.guidelines {
    padding: 3rem 6rem;
    background-color: #f2f2f3;
    text-align: center;
}
.guidelines .conf-card {
    padding: 3%;
    height: 100px;
}
.guidelines .guide-content h4 {
    color: white;
    margin-bottom: 1.5rem;
}
.guidelines .guide-content h6 {
    color: #B7E2FF;
    margin-bottom: 3rem;
}
.guidelines .guide-content button {
    background-color: transparent;
    padding: 0 0;
    border: 1px solid white;
    width: 100%;
    height: 50px !important;
    font-size: 14px;
}
.journals {
    padding: 1rem 6rem;
}
.nav2 li {
    padding: 2%;
    width: 32%;
    text-align: center
}
.nav2 li a{
    color: #131313;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.journals hr {
    border: 1px solid #939597;
    width: 100% !important;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.editors .editor-content h6 {
    font-size: 14px;
    text-decoration:none !important;
    margin-top:10px;
}
.editors .editor-content p {
    font-size: 14px;
    color: #474747;
}
.useful-links .useful-content ul li a {
    color:#090909;
    font-size: 14px;
}
.useful-links .useful-content ul hr {
    border: 0.5px solid #939597!important;
    width: 100% !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0px !important;
    opacity: 0.1;
}
.j_nav::after{
    display: inline-block;
    content: "";
    border-top: 2px solid #dcdddd;
    width: 2rem;
    margin-bottom: 0.3rem;
    transform: rotate(90deg);
}
.nav_j li a {
    color: black;
}
.main-banner-text .form-control {
    padding: .375rem 2rem;
}
.m-button {
    margin-left: 9%;
}
@media screen and (min-width: 1024px) and (max-width: 1293px)
{
    .m-button{
        margin-left: 0%;
        margin-top: 5%;
    }
}
@media screen and (min-width: 1294px) and (max-width: 1363px)
{
    .m-button{
        margin-left: 3%;
    }
}


@media (max-width: 425px)
{
    .main-banner {
    margin-top: -42%;
    /*height: 100vh;*/
    }
    #navbar-example2 {
        padding: .5rem 1rem;
    }
    .main-banner .main h1 {
        font-size: 1.5rem;
        line-height: 30px;
    }
    .upcoming-conferences {
        padding: 0rem 2rem;
        top: 25%;
    }
    .main{
        padding-bottom: 5%;
    }
    .about {
        padding: 1rem 2rem;
    }
    .journals {
        padding: 1rem 2rem;
    }
    .m-button{
        margin-top: 5%;
    }
    .main .main-img {
        display: none
    }
}
@media (min-width: 426px) and (max-width: 991px)
{
    .main-banner {
    margin-top: -20%;
    }
    .main-banner-text h1 {
        font-size: 4rem;
    }
    .upcoming-conferences {
        padding: 0rem 2rem;
        top: 60%;
    }
    .about {
        padding: 1rem 2rem;
    }
    .journals {
        padding: 1rem 2rem;
    }
}