:root {
    --ne-medic-primary-color: #1673B2;
    --ne-medic-altprimary-color: #10598B;
    --ne-medic-secondry-color: #83B831;
    --ne-medic-altsecondry-color: #699F15;
    --ne-medic-txt-color: #393939;
    --ne-medic-alttxt-color: #696969;
    --ne-medic-fontfamily: 'Poppins', sans-serif;
    --ne-medic-fontsize: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
}

.btn-primary {
    background: var(--ne-medic-secondry-color);
    color: #fff;
    border-color: var(--ne-medic-secondry-color);
}

.btn-outline-primary {
    color: var(--ne-medic-secondry-color);
    border-color: var(--ne-medic-secondry-color);
}

.btn:hover {
    background: var(--ne-medic-secondry-color);
    color: #fff;
    border-color: var(--ne-medic-secondry-color);
}

.btn {
    border-color: var(--ne-medic-secondry-color);
    font-weight: 500;
    padding: .6rem 1rem;
}

.btnbx .btn-primary a {
    color: #fff;
}

.btnbx .btn-outline-primary a {
    color: var(--ne-medic-secondry-color);
    font-weight: 500;
}

.btnbx .btn-outline-primary:hover a {
    color: #fff;
}

p,
ul,
li,
a,
div,
input,
textarea,
label,
em {
    font-size: 1rem;
    font-weight: 400;
}


/* h1, h2, h3, h4, h5, h6{font-weight: 600; margin: 0; padding: 0;} */
img,
svg {
    display: flex;
    align-self: center;
}

/* 
.container-fluid {
    overflow: hidden;
} */

body {
    font-family: var(--ne-medic-fontfamily);
    font-size: 62.5%;
    font-weight: 400;
}

.headingbx {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headingbx h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 500;
    color: var(--ne-medic-primary-color);
}

.headingbx p {
    font-size: .9rem;
    color: var(--ne-medic-txt-color);
}

.artical_txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.artical_txt h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 500;
}

.artical_txt p {
    font-size: .9rem;
    color: var(--ne-medic-txt-color);
}

.leftsection,
.rightsection {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leftsection img,
.rightsection img {
    width: auto;
}

.inputbx {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.inputbx label,
.inputbx input,
.inputbx textarea {
    display: flex;
    font-size: .9rem;
    font-weight: 500;
    flex-direction: column;
    width: 100%;
}

.inputbx input::placeholder,
.inputbx textarea::placeholder {
    color: #c4c4c4;
    opacity: 1;
    font-weight: 400;
}


.header-container {
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    justify-content: space-between;
}

.shadoweffect {
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.085);
}

.logo {
    height: 70px;
}

.nav-item {
    padding-left: 1rem;
}

.nav-link {
    display: flex;
    justify-content: center;
    color: var(--ne-medic-txt-color);
    font-size: var(--ne-medic-fontsize);
    border-bottom: 2px solid #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--ne-medic-secondry-color);
    border-bottom: 2px solid var(--ne-medic-secondry-color);
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
    gap: 20px;
}

/* mobstyle */
.navbar-toggler,
.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}




/* footer */
.footerbg {
    background: #171616;
    color: #fff;
    padding: 3rem 0rem;
}

.footeritem {
    width: 100%;
    padding-bottom: .5rem;
}

.footeritem h6 {
    color: #fff;
    font-weight: 500;
}

.footerlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footerlist li {
    list-style: none;
    display: flex;
    flex-direction: row;
    font-size: .8rem;
    font-weight: 300;
    padding: .2rem 0;
}

.appdownload {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: end;
    align-items: center;
    gap: .5rem;
    padding-bottom: 1rem;
}

.privacybx {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: start;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: 1rem 0;
    border-top: 1px solid #585757;
}

.privacybx div {
    font-size: .8rem;
    font-weight: 300;
}

/* Media Queries style */
@media (min-width: 1200px) {
    #topheader .container {
        max-width: 1300px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1220px !important;
    }

}

/* Amir css */


a {
    text-decoration: none;
}

/* .body-height {
    width: 100%;
    height: 100vh;
} */

.left_side {
    background-color: #1673b2;
    height: 100vh;
    position: sticky;
    top: 0;
    padding: 40px;
}

/* Colors */
.txt-white {
    color: #fff;
}

.txt-blue1 {
    color: #1673B2;
}

.txt-green {
    color: #83B831
}

/* background */
.bg-white {
    background-color: #fff !important;
}

.bg-blue1 {
    background-color: #1673B2 !important;
    color: #fff !important;
}

.bg-green {
    background-color: #83B831 !important;
    color: #fff !important;
}


.form_area {
    position: relative;
    width: 50%;
    margin: auto;
}

@media(max-width:769px) {
    .form_area {
        width: 100%;
    }
}

.form_area .inputbx {
    padding: 5px 0px;
}

.form_area h2 {
    font-size: 2rem;
}


.form-control:hover,
.form-control:focus,
.form-control:visited {
    outline: none;
    box-shadow: none;
}

.forgot {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.google_login {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.g_login {
    display: flex;
    align-items: center;
}

.bar {
    width: 20%;
    height: 1px;
    background: #000;
}

.policy label {
    font-size: .8rem;
}

/* .g_login a {
    padding: 0px 5px;
} */

