﻿
@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/poppins/poppins-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-light';
    src: url('../fonts/poppins/poppins-light.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/poppins/poppins-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins/poppins-regular.ttf') format('truetype');
}

body {
    background-color: white !important;
    font-family: 'poppins-regular';
}

.container-fluid {
    width: 90%;
}
a:hover{
    text-decoration:none;
}

h1 {
    font-family: 'poppins-regular';
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 35px
}

h2 {
    font-family: 'poppins-regular';
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 35px
}

h3 {
    font-family: 'poppins-regular';
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 30px
}

h4 {
    font-family: 'poppins-regular';
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px
}

h5 {
    font-family: 'poppins-regular';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px
}

h6 {
    font-family: 'poppins-regular';
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px
}


p {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: 'poppins-regular'!important;
}

.logo {
    width: 250px;
}

.nav-link {
    font-size: 18px !important;
    padding-left: 25px !important;
    color: rgba(0, 0, 0, .7) !important;
    font-family: 'poppins-regular';
}

    .nav-link:hover {
        color: #000000 !important;
    }

.journal_img {
    width: 100%;
    padding: 3px;
}

.user_img {
    width: 65Px;
    border: 1px black solid;
    border-radius: 40px;
}


.about-card {
    border-radius: 0px !important;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.journal_card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Artlecard {
    align-items: center;
    padding: 10px;
    border-radius: 15px;
    margin: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.caseReport {
    border-radius: 15px;
    background: #D3D3D6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.keywords {
    margin-bottom: 15px;
}

.artimg {
    width: 100%;
}

.footer {
    position: static !important;
    bottom: 0px !important;
    left: 0px !important;
}

#footer {
    background-color: #D3D3D3;
    width: 100%;
    color: black !important;
}
.footer-content-user{
    text-align:center !important;
}

#footer p a {
    color: black !important;
}

.socialmdIcon {
    width: 21%;
    color: black;
    font-size: 20px;
}

.socialMediaIcons {
    border-bottom: 1px black solid !important;
}

.btn-primary {
    background-color: #000000;
    border-color: #000000;
}

.addressIconBorder {
    border: 2px black solid;
    padding: 15px;
    border-radius: 25px;
    margin-right: 10px;
}

.contactBannerImg {
    width: 100%
}

.subject {
    color: blue;
    font-weight: 500;
    cursor: pointer;
}

.count {
    color: black;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.subjectLabel {
    font-size: 18px;
}

.ArticleCardborder {
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.select2-selection__clear {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        padding-left: 22% !important;
    }
}

input:required + label::after {
    content: ' *' !important;
    color: red !important;
}
