:root {
    --primary-font: 'Poppins', sans-serif;
    --white: #ffffff;
    --black: #262626;
    --primary: #12B094 ;
    --secondary-black: #202020;
    --primary-hover: #4DA7A4;
    --nav-text-color: #7A7A7A;
    --nav-text-active-color: #3F3F3F;
}

body,h1, h2, h3, h4, h5, h6, p{
    font-family: var(--primary-font);
}
body{
    background-color: var(--white);
    overflow-x: hidden;
    color:#262626;
}
/* @media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
} */
a:hover{
    text-decoration: none;
}
.fixed-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.navbar-custom {
    height: auto;
    box-shadow: rgb(0 0 0 / 16%) 0 3px 6px;
    background-color: #fff;
    padding: 0;
}
.container {
    max-width: 1140px;
}
.bg-nav-head {
    background-color: #262626;
    color: #fff;
}
.eNursing-logo {
    max-width: 168px;
}
.navbar-custom {
    height: auto;
    box-shadow: rgb(0 0 0 / 16%) 0 3px 6px;
    background-color: #fff;
    padding: 0;
}
.navbar-custom .navbar-nav li.list-item {
    padding: 0 20px;
}
.navbar-custom .navbar-nav .nav-link {
    font-size: 14px;
    border-bottom: 3px solid transparent;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 0;
    color: var(--nav-text-color);
}
.fw-bold {
    font-weight: 600;
    font-style: normal;
}
.dropdown-box {
    position: fixed;
    left: 0;
    right: 0;
    transition: .4s;
    height: 0;
    background-image: linear-gradient(to right, #fff, #ebf0f5);
    z-index: 99;
}
.dropdown-box, .bg-f7  {
    background-color: #fff;
}
.dropdown-box, .landing-page {
    overflow: hidden;
}
.dropdown-box>.row {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.dropdown-box .nav-pills {
    background: #fff;
    padding: 20px 0 15px;
    height: 100%;
}
.dropdown-box .nav-pills .nav-link.active {
    background-color: #12b094;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
}
.dropdown-box .nav-pills .nav-link {
    padding: 10px 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.exam-dropdown:active .dropdown-box, .exam-dropdown:hover .dropdown-box {
    height: 336px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav>.nav-link:hover {
    border-bottom-color: var(--primary);
    color: var(--nav-text-active-color);
}
.exam-dropdown .tab-content .tab-pane, .exam-guide-img {
    padding: 20px 20px 0;
}
.space-10 [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.bg-f7 {
    color: #000;
    box-shadow: 2px 2px 5px #ddd;
}
.bg-f7:hover {
    background-color: #57c2bd21;
    color: #000;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #12b094 !important;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-28 {
    font-size: 28px;
}
.font-33 {
    font-size: 33px;
}
.btn-banner, .font-weight-600 {
    font-weight: 600;
}
.btn-gradient {
    background: linear-gradient(209.74deg, #f6c83d 18.18%, #b28600 113.65%);
}
.create-profile-li {
    padding-right: 0 !important;
}
.mainClose .fa-bars {
    display: none;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
li.nav-item.dropdown.resources-drop .dropdown-toggle::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    top: 30px;
    border-right: 2px solid var(--nav-text-color);
    border-bottom: 2px solid var(--nav-text-color);
}
.btn-danger, .btn-outline-danger, .btn-outline-primary, .btn-outline-secondary, .btn-outline-success, .btn-outline-warning, .btn-primary, .btn-secondary, .btn-success, .btn-warning {
    font-family: var(--primary-font);
    text-transform: initial;
    letter-spacing: initial;
    padding: 8px 16px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    box-shadow: none;
}
.opacity-50 {
    opacity: .5;
}
.btn-primary {
    color: #fff;
    background: #12b094;
    border-color: #12b094;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #489d99 !important;
    border-color: #489d99 !important;
    color: #fff !important;
}
.card{
    border-radius:10px;
}
.text-primary {
    color: #12b094 !important;
}
section.social-media div ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
}
a.social-btn-toggle-open {
    right: 0;
    background-color: #12b094;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 5px;
    top: 30%;
}
.social-btn-toggle-open, section.social-media {
    position: fixed;
    right: -500px;
    top: 55%;
    transform: translate(0, -50%);
    z-index: 9;
    width: 60px;
}
.social-div.enabled .social-media {
    right: 0;
}
.social-media>a {
    top: -65px;
    background-color: #fff;
    color: #12b094;
    padding: 0 10px;
    border-radius: 50%;
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 19px;
    z-index: 1;
    left: -8px;
}
section.social-media .btn-rotate90 {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.social-media .nav-social {
    padding: 4px 2px !important;
}
.nav-fb, .nav-tw, .nav-ln {
    border: 1px solid #12b094;
    background: #12b094;
    color: #fff !important;
}
.nav-social {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 26px;
    padding: 4px 11px !important;
}

section.social-media div ul li {
    margin-bottom: 5px;
}
section.social-media .feedback-btn {
    display: flex;
    align-items: center;
    margin-right: -48px;
    margin-bottom: 70px;
}
.social-div.enabled a.social-btn-toggle-open {
    display: none;
}

.footer{
    background: #262626;
    padding: 50px 0;
}
.address-bar p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}
.address-bar img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    margin-top: -1px;
}
.footer .list-unstyled {
    margin-bottom: 0;
}
.social-icon {
    opacity: .7;
    margin-left: -8px;
}
.footer ul.social-icon li {
    padding-bottom: 0;
}
.footer ul li:not(:last-child) {
    margin-right: 0;
}
.footer ul li, .next-leavel {
    color: #fff;
}
ul.social-icon li {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: .5rem;
}
.footer ul li:not(:last-child) {
    margin-right: 0;
}
.footer ul li {
    padding-bottom: 12px;
}
.footer ul li, .next-leavel {
    color: #fff;
}
.footer-links h2 {
    font-size: 20px !important;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}
.pay_contain {
    padding: 20px 0;
    background-color: #1d2633;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
}
.pay_contain .copy-reserve {
    color: #fff;
}
.copyright p{
    margin: 0;
}
.card.courses p, .copyright p, .menu-tab p {
    font-size: 12px;
}
a {
    color: #12b094;
}
a.social-btn-toggle-open>i {
    line-height: 1;
    color: #fff !important;
    font-size: initial !important;
}
.nav-user .nav-user-link {
    border-left: 2px solid #ebebf2;
    font-size: 14px !important;
    color: #43425d;
    margin-left: 10px;
    padding-left: 10px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
.banner-section .dropdown-menu-right {
    border: 0;
    -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .43);
    -moz-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .43);
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .43);
    top: 50px;
    right: -140px !important;
    width: 250px;
}
.banner-section .dropdown-menu-right a {
    padding: 15px 20px;
    font-size: 20px;
    border-bottom: 1px solid #efefef;
    display: flex;
    color: #8c8c8c;
}
.banner-section .dropdown-menu-right a .material-icons {
    color: #8c8c8c;
    padding-right: 10px;
    padding-top: 4px;
}
.nav-user .fa {
    color: #a4afb7;
}
.nav-user-notification .dropdown-list .dropdown-header {
    background-color: #262626;
    border: 1px solid #262626;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
}
.banner-section .menu .dropdown-menu-right {
    width: auto;
    right: 0 !important;
    background: #f8f9fa;
}
.nav-user-notification .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
}
.nav-user-notification .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}
.nav-user-notification .dropdown-menu-right .text-notification {
    color: #000;
    font-size: 14px;
}
.nav-item.nav-user-notification .dropdown-toggle::after, .nav-item .nav-link.nav-user-link.dropdown-toggle::after{display: none;}
.banner-section .menu .dropdown-menu-right a {
    font-size: 13px;
    padding: 6px 10px;
}
.banner-section .menu .dropdown-menu-right {
    width: auto;
    right: 0 !important;
    background: #f8f9fa;
}
.nav-user-notification .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    li.nav-item.dropdown.resources-drop:hover>.dropdown-menu {
        display: block !important;
        transition: all .5s ease;
    }
}
@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
}
@media (max-width: 991.98px) {
    .nav-user .material-icons,
    .menu li.nav-user a .fa-chevron-down, 
    .nav-user .rounded-circle,    
    .nav-user #userDropdown {
        display: none;
    }
    .banner-section .menu .dropdown-menu-right a{
        font-size: 15px;
        padding: 0;
        padding-bottom: .5rem;
        padding-top: .5rem;
        border: none;
        color: #ffffff;
    }
    .banner-section .navbar-nav .dropdown-menu {
        display: block;
        background:transparent;
        margin: 0;
        padding: 0;
    }
    .container {
        max-width: 720px;
    }
    .navbar-custom.navbar-expand-lg>.container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mainClose, .menuClose {
        transition: .3s;
    }
    .mobile-nav {
        width: 100%;
        justify-content: space-between;
    }
    .mainClose .fa-bars {
        display: block;
        color: #12b094;
        z-index: 1;
    }
    .fa.fa-bars, .menu i.clear {
        margin: 5px 0;
        right: 10px;
        font-size: 30px;
    }
    .menu {
        width: 0;
        transition: .5s;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: auto;
        right: 0;
        overflow-x: hidden;
        padding-top: 30px;
        color: #fff;
    }
    .menu, .menuClose {
        background-color: #12b094;
    }
    .menuOpen {
        max-width: 400px;
        width: 100%;
        background-color: #222;
        transition: .3s;
        z-index: 99;
    }
    .menu i.clear {
        top: 0;
        position: absolute;
    }
    .menu ul {
        padding: 10px 20px;
    }
    .menu li {
        padding: 0 !important;
        font-weight: 600;
        margin-right: 0 !important;
        border-bottom: none;
        list-style: none;
        font-size: 20px;
    }
    .banner-section .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 0;
        color: var(--nav-text-active-color);
        display: flex;
        color: #fff;
        border-color: transparent;
        position: relative;
    }
    .dropdown-box {
        position: static;
        height: auto;
        border-radius: 5px;
        display: none;
    }
    li#mob_exam .dropdown-toggle::after {
        left: 45px;
    }
    /* li.nav-item.dropdown.resources-drop .dropdown-toggle::before {
        position: absolute;
        content: "";
        font-family: "Font Awesome 5 Free";
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        top: 13px;
        right: -15px;
        border-right: 2px solid var(--white);
        border-bottom: 2px solid var(--white);
    } */
    li.nav-item.dropdown.resources-drop .dropdown-toggle::after {
        top: 14px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        left: 80px;
    }
    .banner-section .navbar {
        padding: 12px;
    }
    .create-profile-li {
        margin-bottom: 15px;
    }
    #mob-resources1 .dropdown-box>div, #mob_exam .card-header {
        font-size: 14px;
        font-weight: 600;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }
    .btn, .subscribe .btn-danger {
        font-size: 14px;
    }
    form#loginForm .btn-outline-secondary{
        border-color: #fff;
        color: #fff;
    }
}
@media (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .foot-logo {
        display: flex;
        justify-content: center;
    }
    .footer .para {
        text-align: center;
    }
    .footer .list-unstyled {
        margin-bottom: 1rem;
        text-align: center;
    }
    .footer ul li a {
        padding-bottom: 0;
    }
    .footer p, .footer ul li a {
        font-size: 12px;
    }
    .footer-links li {
        text-align: left;
        padding-bottom: 0 !important;
    }
    .copy-reserve {
        font-size: 12px;
    }
    .pay_contain {
        padding: 15px 0;
    }
}
@media (min-width: 576px) {
    .nav-user-notification .dropdown-list {
        width: 20rem !important;
    }
    .nav-user-notification .dropdown-list .dropdown-item .text-truncate {
        max-width: 13.375rem;
    }
}


