﻿.banner-page {
    height: 250px;
    position: relative;
    /*padding:20px;*/
}


.homeSearchBt {
    position: absolute;
    right: 17.3%;
    background: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 8px;
    bottom: 17%;
}
/*.homeSearchBt {
    position: absolute;
    right: 17.3%;
    background: black;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 4px;
    border-radius: 5px;
    bottom: 20%;
}*/

#searchInput {
    width: 70%;
    border: 1px black solid;
    border-radius: 4px;
    margin: auto;
    margin-bottom: 2%;
    height: 55px;
    padding: 20px;
    padding-right: 140px;
}
/*#searchInput {
    width: 70%;
    border: 1px black solid;
    border-radius: 4px;
    margin: auto;
    height: 60px;
    padding: 20px;
    padding-right: 170px;
}*/


.banner-heading {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: -2%;
    margin-bottom: 3%;
}

.homebanImg {
    width: 300px;
}

.search-container {
    position: relative;
}

#fullName, #email, #SubscribedFor, #journalName {
    border-radius: 20px;
}

#subscribebt {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px !important;
}
.home-content, .journal-content {
    text-align: justify;
}
/*body{
    overflow-x:hidden !important;
} */
/*About us page css*/
/*.listContent {
    border-left: 1px #D3D3D3 solid;
    padding-right: 0px !important;
}*/
.listContent li {
    border-bottom: 1px #D3D3D3 solid;
    border-left: 1px #D3D3D3 solid;
    padding: 10px;
    cursor: pointer;
}

.biography {
    margin-top: -15px;
}

.reviewers {
    padding: 10px;
}

.dropdownstyle {
    padding: 20px !important;
    box-shadow: none !important;
}

.div_aboutcontent {
    box-shadow: 0 2px 6px 0 #d7d7d7, 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border-radius: 0px 0px 7px 7px;
}

    .div_aboutcontent p {
        line-height: 26px;
        padding: 15px;
    }

    .div_aboutcontent h2 {
        margin-top: 0px;
        margin-bottom: 5px;
        border-bottom: 3px solid #c6c6c6;
        background-color: #17A2B8;
        padding: 10px;
        color: #fff;
    }

.divabout-card {
    box-shadow: 0 2px 6px 0 #d7d7d7, 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border-radius: 7px;
    padding: 15px;
}

.indexcontainer {
    box-shadow: 0px 0px 5px 1px #bdbdbd;
    border-radius: 7px;
    padding: 2px 5px 10px 5px;
}
.indexcontainer h3 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.form-check {
    padding-top: 10px;
}

.subjectkeyword {
    padding-left: 10px;
    padding-right: 10px;
}

.keyword, .AuthorName, .ArticleType, .qualification, .research, .designation {
    font-size: 13px;
}

.qualification {
    font-weight: 400;
    font-size:16px;
}

.Artlecard {
    color: #212529 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.journalName {
    font-size: 13px;
    font-weight: bold;
}

.search-data {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    margin-top: -2%;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    width: 71%;
}

.banner-Image {
    width: 107%;
    margin-top: -7%;
    padding-left: 12%;
    position: relative;
    z-index: -1;
}

.online-submit, .Email-submit {
    background-color: #33A1F2;
    min-height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.plagiarismImg {
    width: 200px;
}

@media only screen and (max-width: 600px) {
    .banner-page {
        height: auto;
    }

    .banner-Image {
        width: 100%;
        margin-top: 0%;
        padding-left: 0%;
    }

    .banner-heading {
        font-size: 25px;
    }

    #searchInput {
        width: 100%;
    }

    .homeSearchBt {
        right: 7.3%;
    }

    .user_img {
        width: 100%;
    }

    .btn-dark {
        font-size: 13px;
    }

    .listContent {
        margin-left: -39px !important;
    }
}
