@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;500;600&display=swap'); */
: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;
}
a:hover{
    text-decoration: none;
}
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;
    }
}
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px !important;
}
.font-weight-medium{
    font-weight: 500 !important;
}
.font-weight-semibold{
    font-weight: 600 !important;
}
.font-weight-bold{
    font-weight: 700 !important;
}
.d-inline-grid {
    display: inline-grid !important;
}
.subscribe input {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 14px 15px;
}
.line-5,.line-3,.line-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-1{
     -webkit-line-clamp:1;
     -moz-line-clamp: 1;
     line-clamp: 1;
}
.banner-section .navbar-custom .navbar-brand {
    margin: 0;
}
.line-5{
     -webkit-line-clamp:5;
    -moz-line-clamp: 5;
    line-clamp: 5;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.container{
    max-width: 1140px;
}
.form-control:focus{
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(18, 176, 148, 0.25);
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.btn-outline-primary, .btn-primary {
    box-shadow: initial;
}
.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, .btn-outline-primary, .btn-primary {
    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;
}
.navbar-custom {
    height: auto;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
    background-color: white;
    padding: 0;
}
/* .navbar-custom .navbar-nav {
    flex-direction: row;
} */
.navbar-custom .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 14px;
    color: var(--nav-text-color);
    line-height: 24px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: var(--nav-text-active-color);
    font-weight: 500;
}
.navbar-custom .navbar-nav .nav-link:hover {
    color: var(--nav-text-active-color);
}
.login-item {
    margin-left: 60px;
}
.login-item a {
    min-width: 102px;
}
.home-banner {
    padding: 0;
    background: linear-gradient(133.11deg, #262626 9.15%, #01BDCD 104.28%);
    border-top: 0;
    border-bottom: 0;
    height: 450px;
}
.home-banner h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 15px;
}
.home-banner p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.015em;
    color: #1D2633;
}
.join-now a {
    background-color: var(--white);
    padding: 12px 51px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    color: var(--primary);
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
}
.join-now {
    margin-top: 24px;
}
.register-terms {
    background: #253339;
    padding: 43px 0px;
    color: var(--white);
}
.register-content p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.regiser-icon {
    margin-right: 16px;
}
.register-content {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 20px;
    margin: 8px 0;
}
.register-step:last-child .register-content {
    border-right: none;
}
.home-video {
    padding: 2.2rem 0 0px;
}
.title h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: var(--black);
}
.title p {
    color: rgba(32, 32, 32, 0.5);
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    max-width: 1020px;
    margin: 0 auto;
}
.card-shadow .card {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    margin: 10px 0;
}
.card-shadow .card-body {
    padding: 20px 20px;
}
.how-it-card h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #1D2633;
    margin: 13px 0 8px;
}
.how-it-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #A1A1A1;
    margin: 0;
}
/* .video-img {
    max-width: 750px;
    margin: 0 auto;
} */
.play-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: pointer;
}
.home-course {
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(0, 156, 226, 0.0264) 4.95%, rgba(0, 156, 226, 0.11) 18.78%);
}
.home-title {
    position: relative;
    z-index: 1;
}
.home-title .title-blog {
    /* max-width: 560px; */
    position: relative;
    padding: 0px 60px;
    margin: 0px auto;
    text-align: center;
}
.home-title .title-blog h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 37px;
    color: #1D2633;
}
.home-title .title-blog p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #1D2633;
}
a.view-more-link {
    color: #000;
}
a.view-more-link:hover{
    color: #12B094;
}
.exam-guide{
    background: #1D2633;
    padding: 45px 0;
    margin-bottom: 0;
}
.home-title-guide {
    position: relative;
    z-index: 1;
}
.home-title-guide .title-guide {
    position: relative;
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    color: #ffffff;
}
.home-title-guide .title-guide h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 63px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.home-title-guide .title-guide p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
.view-list a {
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding: 0px;
    height: initial;
    color: #105EDE;
    box-shadow: initial;
    text-decoration: underline;
}
/* .home-title::before, .home-title::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 45px;
    height: 4px;
    width: 30%;
    background: url(https://cdn.enursingportal.com/enursingportal.com/images/line-repeat.svg) center center / contain repeat;
} */
/* .home-title::before {
    left: 0px;
}
.home-title::after {
    right: 0px;
} */
.course-category{
    background-color: #F9FAFA;
    padding: 45px 0;
}
.search-bar {
    /* border: 1px solid rgba(16, 94, 222, 0.26); */
    border-radius: 14px;
    /* max-width: 1040px; */
    padding: 14px 15px;
    margin: 40px auto;
    background: rgba(87, 194, 189, 0.11);
}
.search-bar input, .search-bar .form-group button {
    width: 100%;
    margin: 0 !important;
    border-radius: 10px;
    background-color: var(--white);
    border: none;
    outline: none;
    padding: 15px 15px;
    color: #A1A1A1;
}
.search-bar select{
    width: 100%;
    margin: 0;
    border-radius: 10px;
    background-color: var(--white);
    border: none;
    outline: none;
    padding: 17px 15px;
    color: #A1A1A1;
}
.search-bar .form-group {
    margin: 0;
}
.search-bar .form-group button {
    width: 100%;
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    /* margin-right: 0; */
    background-color: #1D2633;
}
.search-bar input.search-icon-bg {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-image: url("https://cdn.enursingportal.com/enursingportal.com/search.png");
    font-size: 14px;
    line-height: 25px;
}
select {
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-image: url("https://cdn.enursingportal.com/enursingportal.com/arrow-down.webp");
    appearance: none;
    -webkit-appearance: none;
    background-size: 12px;
}
.search-bar-banner {
    border: 1px solid rgba(16, 94, 222, 0.26);
    border-radius: 14px;
    /* width: 720px; */
    padding: 12px;
    background-color: #ffffff;
    margin: 40px 0px;
}
.search-bar-banner select {
    width: 100%;
    border-radius: 12px;
    background-color: var(--white);
    border: none;
    outline: none;
    padding: 12px 15px;
    color: rgba(32, 32, 32, 0.5);
 }
 .search-bar-banner input{
    width: 100%;
    /* border-radius: 12px; */
    background-color: var(--white);
    border: none;
    outline: none;
    padding: 12px 15px;
    color: rgba(32, 32, 32, 0.5);
 }
 .search-bar-banner .form-group {
     margin: 0;
     align-self:center;
 }
 .search-bar-banner .form-group button {
     width: 100%;
     color: var(--white);
     font-weight: 400;
     font-size: 14px;
     line-height: 24px;
     margin-right: 0;
    background-color:#1D2633;
     height: 46px;
     border-color: #1D2633;
 }
 .search-bar-banner input.search-icon-bg {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-image: url("https://cdn.enursingportal.com/enursingportal.com/search.png");
    border-right: 1px solid rgba(161, 161, 161, 0.29);
    border-radius: 0;
}
option.check-opt:hover {
    background: none;
    color: var(--primary);
}
.white-box {
    background-color: var(--white);
    border-radius: 15px;
    overflow: hidden;
    margin: 16px 0;
}
/* .category-list {
    padding: 18px 24px;
} */
.category-list .card-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #1D2633;
    margin: 25px 0 10px;
    min-height: 0px;
    max-width: 300px;
    white-space: normal;
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
    -moz-line-clamp: inherit;
    line-clamp: inherit;
}
.category-list .card-content p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #A1A1A1;
    margin: 0;
    /* min-height: 80px; */
}
.price-blog {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 10px 0 0;
    font-weight: 500;
    font-size: 12px;
    color: #202020;
    padding-top: 10px;
}
.category-button {
    color: #B1B1B1;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.category-button a {
    color: var(--white);
}
.card-footer {
    color: #B1B1B1;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    background-color: #ffffff;
    border-top: 0;
    text-align: end;
}
.card-footer:last-child{
    border-radius: 16px;
}
.card-footer a {
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.guide-content{
    padding: 20px;
}
.guide-content h3{
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 140% !important;
    color: #1D2130;
    margin-bottom: 5px;
    min-height: 66px;
}
.guide-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1D2130;
    opacity: 0.87;
}
.category-img img {
    /* max-height: 70px; */
    position: relative;
    width: 100%;
    height: 143px;
    object-fit: cover;
}
.category-button span{
    align-self: center;
}
.cat-butt{
    margin: 0px;
    width: 100%;
}
.cat-butt button{
    width: 100%;
    height: 45px;
    background-color:#1D2633;
    border-color:#1D2633 ;
    border-radius: 6px;
}
.fav-img img {
    position: absolute;
    right: 18px;
    /* left: 310px; */
    top: 20px;
}
.over-img img {
    position: absolute;
    top: 130px;
    left: 40px;
}
.exam-guide-img{
    padding: 20px 20px 0px 20px;
}
.br-8{
    border-radius: 8px;
}
.font-20 {
    font-size: 20px;
    line-height: 30px;
}
.font-15 {
    font-size: 15px;
}
.font-13 {
    font-size: 13px;
}
.font-25 {
    font-size: 25px;
    line-height: 38px;
}
.font-40 {
    font-size: 40px;
}
.font-45 {
    font-size: 45px;
}
.font-48 {
    font-size: 48px;
}
.fw-bold {
    font-weight: 600;
    font-style: normal;
}
.fw-normal {
    font-weight: 400;
}
.me-2 {
    margin-right: 10px !important;
}
.me-3 {
    margin-right: 15px !important;
}
input[type=checkbox] {
    height: 16px;
    width: 16px;
}
input[type=checkbox].checkbox.checkLang2{
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.courses-form a {
    color: #000000;
    margin-bottom: 1.5rem !important;
    font-size: 14px;
}
.course-subhead {
    font-size: 16px;
    font-weight: bold;
}
.courses img {
    height: 203px;
    width: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
}
.card.courses {
    border-radius: 0.75rem;
}
.card.courses .card-footer {
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 12px;
    line-height: normal;
}
.card.courses .card-body {
    padding: 12px;
    height: 100%;
}
.card.courses .card-subhead {
    font-size: 14px;
    font-weight: bold;
}
.card.courses .category-img img {
    max-height: 24px;
}
.card.courses .category-button a {
    margin-bottom: 0px !important;
}
.card.courses p {
    font-size: 12px;
}
.card.courses .category-list p {
    min-height: auto;
}
.card.courses a {
    font-size: 12px;
    color: #ffffff;
}
.h-35 {
    height: 35px;
}
.rad-5 {
    border-radius: 5px;
}
.me-5 {
    margin-right: 25px;
}
.notification {
    border-radius: 9px;
    border: 1px solid rgb(255 255 255 / 30%);
    height: 62px;
    width: 63px;
    text-align: center;
}
.noti-num {
    top: 0;
    background: #E13E3E;
    border-radius: 2px;
    font-weight: normal;
    margin-top: 7px;
    right: 8px;
}
input {
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    padding: 7px 10px;
}
input:focus {
    outline: none;
}
/* .btn , .det-video-sec .card{
    border-radius: 10px;
} */
.about-us {
    background: linear-gradient(180deg, rgba(0, 156, 226, 0.036) 11.92%, rgba(0, 156, 226, 0.15) 44.79%);
}
.testi-head {
    color: rgba(32, 32, 32, 0.5);
    font-size: 16px;
}
.top-course-in {
    width: 84px;
    height: 84px;
}
.h-200 {
    height: 200px !important;
}
.register-app {
    padding: 3.5rem 0;
}
.why-choose-us{
    padding: 35px 0 0;
}
.register-app h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    color: #1D2633;
    margin-bottom: 30px;
}
.register-app p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #333333;
}
.nurse-blog {
    background: linear-gradient(180deg, rgba(0, 156, 226, 0.036) 11.92%, rgba(0, 156, 226, 0.15) 44.79%, rgba(0, 156, 226, 0) 100%);
    padding: 80px 0;
}
.nurse-item {
    background: #12B094;
    border-radius: 14px;
    padding: 18px 22px;
    color: var(--white);
    margin: 18px 0;
}
.nurse-item-img {
    background: #2EABA5;
    border-radius: 6px;
    width: 74px;
    height: 74px;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-step:hover .nurse-imgs{
    background:#12B094;
    border-radius: 6px;
}
.register-step-img:hover .nurse-imgs{
    background:transparent;
    border-radius: 6px;
}
.nurse-item-img img {
    max-height: 46px !important;
}
.nurse-item-content {
    width: calc(100% - 75px);
    padding-left: 15px;
}
.nurse-item-content span {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    display: block;
}
.nurse-item-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0px;
    opacity: 0.4;
}
.register-step-img .nurse-item-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0px;
    opacity:1;
}
.register-step:hover .nurse-item-content p{
    opacity: 1;
}
.blog {
    padding: 40px 0 10px;
}
.layout-border .card-body {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    padding: 0;
}
.exam-layout-border .card {
    border: none;
    border-radius: 6px;
}
.layout-border .card {
    border: none;
    border-radius: 17px;
}
.layout-border-guide .card-body {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    padding: 0;
}
.layout-border-guide .card {
    border: none;
    border-radius: 8px;
}
.card-content p {
    margin: 0;
}
.card-content {
    padding: 20px;
}
.card-content h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 5px;
    min-height: 66px;
}
.card-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #4F4F4F;
}
.card-content span {
    display: block;
    color: #12B094;
    margin-bottom: 6px;
}
.layout-border .card {
    margin: 16px 0;
}
.layout-border-guide .card {
    margin: 0 0 15px;
}
.testimonial {
    background: linear-gradient(180deg, rgba(87, 194, 189, 0.0315) 0%, rgba(87, 194, 189, 0.15) 0.01%);;
    padding-top: 50px;
}
.test-title {
    color: rgba(32, 32, 32, 0.5);
    display: block;
    margin-bottom: 8px;
}
.testimonial h2 {
    font-weight: 600;
    font-size: 43px;
    line-height: 54px;
    color: #202020;
    margin-bottom: 1.75rem !important;
}
.testimonial_card {
    background: rgb(255, 255, 255);
    padding: 8px 12px;
    border-radius: 200px;
    display: inline-block;
    min-width: 280px;
}
.testimonial .owl-one.owl-carousel .owl-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 20px;
}
.testimonial_card h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.text-gray {
    color: rgba(32, 32, 32, 0.5);
}
.testimonial-img, .testimonial-cnt {
    display: inline-block;
    vertical-align: middle;
}
.testimonial-img {
    width: 50px;
}
.testimonial-img img{
    max-width: 50px;
    height:auto;
}
.testimonial-cnt {
    width: calc(100% - 65px);
    padding-left: 15px;
}
.testimonial-cnt p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.testimonial-slider .item p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.testimonial-slider .owl-one .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    top: 3px;
    margin: 0 26px;
}
.testimonial-slider .owl-carousel .owl-nav button.owl-next, .testimonial-slider .owl-carousel .owl-nav button.owl-prev {
    background-repeat: no-repeat !important;
    min-Width: 28.93px;
    min-height: 14.53px;
    background-size: initial;
    position: relative;
    bottom: 0;
    outline: none;
    border: none;
    box-shadow: initial;
    opacity: 0.6;
}
.testimonial-slider .owl-one .owl-dot {
    vertical-align: top;
}
.testimonial-slider .owl-one .owl-dot:last-child {
    margin-right: 0;
}
.testimonial-slider .owl-carousel .owl-nav button.owl-next {
    right: 0;
    background-image: url("https://cdn.enursingportal.com/enursingportal.com/images/arrow-right.png") !important;
}
.testimonial-slider .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background-image: url("https://cdn.enursingportal.com/enursingportal.com/images/arrow-left.png") !important;
}
.testimonial-slider .owl-carousel .owl-nav button span {
    font-size: 0;
}
.testimonial-slider .owl-nav {
    margin-top: 30px;
}
.testimonial-slider .owl-one .owl-dot.active {
    background: #002C62 !important;
    border-color: transparent !important;
}
ul.review-images {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.review-images li {
    margin-left: -17px;
}
.review-more, .review-images li img {
    width: 50px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    height: 50px;
}
.review-more i {
    font-size: 34px;
    color: var(--white);
    line-height: 44px;
}
.review-more {
    background: #C4C4C4;
    border-color: transparent;
    text-align: center;
    color: #fff;
}
.morereview-slider {
    position: absolute;
    bottom: -20px;
    right: 15px;
}
.about-us .blue h4 {
    font-size: 36px;
    line-height: 100px;
    background: #0d6efd;
    color: #fff;
    margin: 10px;
    text-align: center;
}
.slick-prev:before, .slick-next:before {
    color: #040404;
}
.detail-banner {
    background: url("https://cdn.enursingportal.com/enursingportal.com/course/course-list/detail-course.png") no-repeat;
    background-size: 100% 100%;
    height: 250px;
    border-radius: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link, .nav-tabs .nav-link.active {
    color: rgba(32, 32, 32, 0.5);
    font-size: 16px;
    font-weight: 500;
}
.nav-tabs .nav-link.active {
    color: #12B094;
}
.br-7{
    border-radius: 0px 7px 7px 0px;
}
.br-10{
    border-radius: 10px;
}
.subscribe h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    margin: 0;
}
.subscribe span.material-icons {
    margin-top: 21px;
    font-size: 31px;
    display: inline-block;
    vertical-align: top;
}
.subscribe .btn-danger {
    box-shadow: initial;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFAFA;
    padding: 13px 16px;
}
.subscribe .card-body {
    padding: 12px;
}
.center-arrow button span {
    font-size: 38px;
    color: #fff;
}
.center-arrow button {
    outline: none;
    box-shadow: initial;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    bottom: auto;
}
.center-arrow .owl-carousel .owl-nav button.owl-next {
    right: 5px;
}
.center-arrow .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
}
.center-arrow .owl-carousel .owl-nav button i {
    font-size: 35px;
    color: #fff;
}
ul.items-row {
    list-style: none;
    padding: 0;
}
.more, .more.less, .filter-down {
    cursor: pointer;
    display: inline-block;
}
.items-row {
    margin-bottom: 30px;
}
.menu-tab p {
    font-size: 12px;
}
.detail-subhead {
    font-size: 14px !important;
    font-weight: bold;
}
.detail-mini-card img {
    height: 35px;
    width: 100%;
    object-fit: contain;
}
.text-end {
    text-align: end;
}
.det-video-sec {
    position: relative;
    margin-top: -135px;
    z-index: 5;
    border-radius: 10px;
}
.det-video-sec input {
    padding: 11px 10px 11px 45px;
    border-radius: 10px;
}
.det-video-sec textarea {
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, .125);
    outline: none;
    padding: 17px 15px;
    color: rgba(32, 32, 32, 0.5);
}
.tab-section {
    min-height: 450px;
}
.review-head {
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.review-image img {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: #D9D9D9;
}
.input-group {
    position: relative;
}
.det-video-sec .icon {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    position: absolute;
}
.det-video-sec .icon img {
    height: 25px;
    width: 25px;
    border-radius: 50%;
}
.ban-cont .ban-cont-in {
    bottom: 20px;
    left: 32px;
}
.det-video-sec form .material-icons {
    color: #D9D9D9;
}
.ban-cont-in img{
    height: 35px;
    width: 65px;
    border-radius: 3px;
    background-color: #ffffff;
}
.ban-cont-in {
    padding-top: 100px;
    padding-left: 15px;
}
.pe-0{
    padding-left: 0;
}
.card-video{
    border-radius: 10px;
    margin: 0 !important;
}
.h-60{
    height: 60px;
}
.next-leavel,
.footer{
    background: #262626;
}
.footer ul li a{
    font-size: 13px;
}
.copyright p{
    font-size: 12px;
}
.menu-tab-list{
    overflow-x: auto;
}
.menu-tab-list ul{
    min-width: 500px;
}
/*intel phone*/
.input-group .iti__arrow{
    border: none;
    border-left: 2px solid #DADADA;
    width: 5px;
    height: 21px;
    margin-left: 13px;
}
.mb-8{
    margin-bottom: 80px;
}
.home-banner .page-head {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #141313;
}
.card{
    border-radius: 10px;
}
.list-img{
    max-width: 100%;
}
.category-button a:hover {
    text-decoration: underline;
}
.header-section-covid .fa-times {
    cursor: pointer;
    position: relative;
    top: 0px !important;
}
/* .dropdown-item{
    color: #fff;
} */
.dropdown-menu.exam-resources{
    background-color: #fff;
}
.dropdown-box #v-pills-tab a:hover{
    background-color: #57c2bd21;
    border-radius: 0;
    color: #000;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #12B094;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #12B094 !important;
}
.home-course .table-responsive {
    border: none;
    box-shadow: initial;
}
.plan-table .btn-outline-primary {
    box-shadow: initial;
    background: var(--primary);
    color: var(--white);
    font-size: 16px;
}
.plan-table .plan{
    margin: 10px 0;
}
.blog-section .btn-outline-primary {
    box-shadow: initial;
}
.blog-section .btn-outline-primary {
    font-family: var(--primary-font) !important;
}
.title-exams{
    max-width: 560px;
    position: relative;
    padding: 0px 60px;
    margin: 0px auto 10px;
    text-align: center;
}
.title-exams h2{
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #000000;
}
.title-exams p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    /*max-width: 350px;*/
}
.title-exams a {
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding: 0px;
    height: initial;
    color: #105EDE;
    box-shadow: initial;
    text-decoration: underline;
}
.exams{
    background-color: #F9FAFA;
    padding: 30px 0;
}
.exam-card-body{
    background: #FFFFFF;
    box-shadow: -1px 0px 11px 1px rgba(51, 51, 51, 0.05);
    border-radius: 6px;
    padding: 20px;
}
.content{
    background: #F4F4F4;
    border-radius: 0px;
    height: auto;
}
.first{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
}
.cat-butt-secondary {
    width: 100%;
    margin-right: 15px;
}
.cat-butt-secondary button{
    width: 100%;
    height: 45px;
    border-radius: 6px;
    box-shadow: none;
}
.cat-butt-secondary button:hover{
    color: #fff;
    background: #12B094;
    border-color: #12B094;
}
.price, .date{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #327EFA;
    background: #DDE5F1;
    border-radius: 3px;
    padding: 4px;
}
 .title-exams h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 63px;
    margin-bottom: 10px;
}
.img-why-choose{
    max-height: 595px;
    object-fit: contain;
}
.exam-guide-card-body{
    border: 1px solid #1D2633;
    border-radius: 6px;
}

/*Exam Packages*/
.home-course.exams {
    padding: 40px 0;
    background: #F9FAFA;
}
.exams .pricing-head {
    padding: 10px 0 20px;
}
.exams .pricing-head h4 {
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    color: #333333;
    margin-bottom: 0;
}
.exams .pricing-head p {
    padding: 15px 0 10px;
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.home-course.exams .table-responsive {
    margin-top: 10px;
}

.exams .plan-table .featured .plan-title, .exams .plan-table .featured .plan-type, .exams .featured .plan-price {
    color: #fff !important;
}
.exams .plan-table .plan {
    background-color: transparent;
    width: 100% !important;
}
.exams .plan-table .plan {
    box-shadow: none;
}
.exams .slider {
    background: #FFFFFF;
    border: 1.5px solid #333333;
}
.exams .plan-table .plan-select {
    border-top: none;
}
.exams ul.plan-features.text-left li {display: flex;align-items: center;}

.exams .plan-table .plan {
    margin: 10px 0;
}
.exams .plan-table .plan-cost {
    padding: 25px 15px;
    height: 140px;
    overflow: hidden;
    background: #262626;
    /* color: #fff; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    background: rgba(87, 194, 189, 0.1);
    border-radius: 6px 6px 0px 0px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
}
.exams .plan-table .plan-main-price {
    background: rgba(87, 194, 189, 0.2);
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}
.exams .plan-table .plan-main-price .plan-info {
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
    color: #000000;
}
.exams .plan-table .plan-features li {
    padding: 10px 30px;
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.exams ul.plan-features.text-left li {
    display: flex;
    align-items: center;
     background: #fff;
}
.exams .plan-table .plan-title {
    position: relative;
    padding: 10px 10px;
    display: block;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 0;
    letter-spacing: 0;
    width: 100%;
}
.exams .plan-table .plan-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    display: block;
}
.exams .plan-table .plan-type {
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.exams .plan-table .plan-features li {
    padding: 10px 20px;
    height: 60px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.exams .plan-custom .plan-features li {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.exams .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 0px;
    left: auto;
    right: 10px;
    text-align: center;
    margin: 0;
}
.exams input:checked+.slider {
    background-color: #12B094;
    border: 1.5px solid #12B094;
}
.exams .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0;
    bottom: 0;
    right: 0;
    top: -2px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    margin: auto;
}
.exams .plan-table .featured .plan-cost {
    padding: 10px 10px 20px;
    background: #12B094;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    justify-content: center;
}
.exams input:checked+.slider:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    font-weight: normal;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}
.exams .switch + span {
    min-width: 60px; text-align: left;
}
.exams .plan-table .plan-features i {
    color: #fff;
    font-size: 17px;
    background-color: #12B094;
    font-size: 16px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}
.exams .plan-table .plan-select {
    padding: 20px 20px 25px;
    background: #fff;
    height: 150px;
}
.exams .plan-table .btn-outline-primary {
    /* box-shadow: 0 6px 6px rgba(100,185,255,.3); */
    /* border-radius: 20px; */
    font-size: 14px;
    margin-top: 20px;
    background: #1D2633 !important;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: capitalize;
    height: 45px;
    padding: 8px 30px !important;
}
.exams .plan-table .select-subject {
    display: none;
}
.exams .plan-table .plan-features li:nth-child(2n) {
    background: #fff;
}
.exams .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 0;
    bottom: 0;
    right: 0;
    top: -2px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    margin: auto;
}
.exams .plan-table .btn-outline-primary {
    /* box-shadow: 0 6px 6px rgba(100,185,255,.3); */
    /* border-radius: 20px; */
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    background: #1D2633 !important;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: capitalize;
    height: 45px;
    padding: 8px 30px !important;
}
.bnr_rgt {
    max-height: 400px;
}
.bnr_rgt img {
    max-height: 420px;
}
label.tot_prc {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
/* identical to box height */
    color: #4DA7A4;
    margin-bottom: 10px;
}

.tot_prc span {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
/* identical to box height */
    color: #4DA7A4;
}
.btn-lg-login {
    background: #12B094;
    border-radius: 6.42857px;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
/* identical to box height */
    color: #FFFFFF !important;
    border-color: #12B094;
    padding: 7px 31px !important;
}
.create-profile-li{
    padding-right: 0 !important;
}
.btn-lg-login img {
    display: none !important;
}
.category-list .card-content {
    min-height: 152px;
}
.why-choose-us h2 {
    margin: 0.75rem 0 1rem;
}
.why-choose-us h2 + p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #1D2633;
}
.exams .form-group {
    margin: 0;
}
.exams ul.plan-features li.titl {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
/* identical to box height */
    color: #4DA7A4 !important;
    background: rgba(87, 194, 189, 0.2) !important;
    margin: 10px 0;
}
.pt-logo .bg-light:first-child {
    display: none;
}
.exam-card-content {
   background-color: #F4F4F4;
   border-radius: 5px;
   padding: 10px;
}
.exam-card-content h6 {
    margin-bottom: 0.25rem !important;
}
.exam-card-content h5 {
    margin-bottom: 0.75rem;
}
.card-content.br-8 {
    padding: 20px 20px 7px;
}
.morereview-slider span.font-16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(50, 71, 85, 0.5);
}
.pay_contain {
    padding: 20px 0;
}
.footer .list-unstyled {
    margin-bottom: 0;
}
.footer-links h2.mb-3.h-60 {
    min-height: 50px;
    height: auto;
    font-size: 1.25rem;
}
.plan_td {
    padding: 0;
}
.home-course table tr td {
    width: 25%;
    padding: 0 5px;
}
.navbar-custom .navbar-nav .nav-link i.material-icons.mobile-icon {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 4px;
}
.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;
}
.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);
}
li.nav-item.dropdown.resources-drop .dropdown-toggle::after {
    border-right: 2px solid var(--nav-text-color);
    border-bottom: 2px solid var(--nav-text-color);
    top: 30px;
}
.btn-gradient {
    background: linear-gradient(209.74deg, #F6C83D 18.18%, #B28600 113.65%);
}
.services-menu{
    padding-right: 12px;
}
.success-rate{
    padding: 40px 0px;
}
.btn-lg-login span {
    font-size: 14px;
    font-weight: 600;
    /* padding-top: 5px; */
}
.home-banner img {
    height: 450px;
    width: 100%;
    max-height: 450px;
}
.home-banner h1{
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 60px;
}
.home-banner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.54);
}
.home-banner .btn-primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    border-radius: 6px;
}
ul.banner-navigation-links {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 40px 0px;
}
ul.banner-navigation-links li {
    list-style: none;
    margin-right: 20px;
}
.banner-navigation-links li a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 34px;
    padding-bottom: 10px;
}
.banner-navigation-links li.active a {
    border-bottom: 2px solid #fff;
}
section.padding-sec {
    padding: 58px 0px;
}
.home-card {
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    height: 100%;
}
.home-card-orange {
    background: rgba(229, 115, 0, 0.09);
}
.home-card-orange:hover {
    background: rgba(229, 115, 0, 1)
}
.home-card-green {
    background: rgba(32,168, 73, 0.09);
}
.home-card-green:hover {
    background: rgba(32,168, 73, 1);
}
.home-card-blue {
    background: rgba(93 ,178, 220, 0.09);
}
.home-card-blue:hover {
    background: rgba(93 ,178, 220, 1);
}
.home-card-purple {
    background: rgba(139, 115, 214, 0.09);
}
.home-card-purple:hover{
    background: rgba(139, 115, 214, 1);
}
.home-card:hover h2,
.home-card:hover img,
.home-card:hover p,
.home-card:hover a {
    filter: invert(1) brightness(100);
}
.home-card h2 {
    font-weight: 600;
    font-size: 20px;
    /* line-height: 50px; */
    color: #262626;
    margin-bottom: 20px;
}
.home-card img{
    width: auto;
    height: auto;
    margin: 20px 0px 20px;
}
.home-card p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}
.home-card a.home-card-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    color: #262626;
    position: relative;
}
a.home-card-link::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    top: 6px;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    right: -15px;
    left: auto;
}
.exam-booking {
    background: rgba(217, 217, 217, 0.12);
}
.exam-booking select.form-control {
    height: 3rem;
}
.home-badge {
    border-radius: 27px;
    padding: 6px 25px;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 36px !important;
    display: inline-block;
}
.orange-badge {
    background: #FCF1E5;
    color: #E57300 !important;
}
.green-badge {
    background: rgba(32, 168, 73, 0.12);
    color: #20A849 !important;
}
.blue-badge {
    background: rgba(93, 178, 220, 0.12);
    color: #148FCC !important;
}
.purple-badge {
    background: rgba(112, 82, 204, 0.05);
    color: #7052CC;
}
.card-sec h2 {
    font-weight: 600;
    font-size: 40px;
    /* line-height: 60px; */
    color: #333333;
    margin-bottom: 15px;
}
.card-sec p {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}
.exam-tabs.nav-tabs .nav-item:focus-visible,
.exam-tabs.nav-tabs .nav-link:focus-visible,
.exam-tabs.nav-tabs .nav-link:focus {
    outline: none;
}
.exam-tabs.nav-tabs .nav-item.show .nav-link,
.exam-tabs.nav-tabs .nav-link,
.exam-tabs.nav-tabs .nav-link.active {
    color: #838383;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    background: transparent;
    padding: 10px;
    margin-right: 20px;
}
.exam-tabs.nav-tabs .nav-item.show .nav-link,
.exam-tabs.nav-tabs .nav-link.active {
    border-bottom: 4px solid #333333 !important;
}
.exam-tabs.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: transparent;
    padding: 30px 0px 0px;
}
.exam-tabs.nav-tabs .nav-link.active {
    color: #333333;
}
.exam-tab-content h3.heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}
.exam-tab-content a.view-more-link {
    font-weight: 300;
    color: #000000;
    margin-right: 100px;
}
.exam-tab-content a.view-more-link:hover {
    color: #12B094;
}
.exam-tab-content .owl-carousel .owl-item img {
    width: 45px;
    height: 45px;
}
.exam-tab-content .exam-layout-border .card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    /* margin: 10px; */
}
.exam-tab-content .exam-layout-border .card .exam-card-body {
    box-shadow: none;
    padding: 18px;
}
.exam-tab-content .exam-layout-border .card .exam-card-body .exam-card-content h6 {
    margin-bottom: 6px !important;
    font-weight: 400;
    line-height: 18px;
    color: #1D2633;
}
/* .exam-tab-content .exam-layout-border .card .exam-card-body .exam-card-content .content {
    height: 160px;
} */
.exam-tab-content .exam-layout-border .card .exam-card-body .exam-card-content h5 {
    margin-bottom: 0.75rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #202020;
}
.exam-tab-content .exam-layout-border .card .exam-card-body .exam-card-content .second p {
    font-weight: 400;
    line-height: 18px;
    color: #1D2633;
}
.exam-tab-content hr {
    /* border-top: 1px solid rgba(29, 38, 51, 0.3); */
    border-top: 1px solid rgb(255 255 255);
    margin: .5rem 0;
}
.cat-butt-secondary .btn-outline-secondary {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
}
.cat-butt button {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.lr-arrow.owl-carousel .owl-nav {
    top: -48px;
    right: 0;
    position: absolute;
}
.lr-arrow.owl-carousel .owl-nav button.owl-next {
    background-image: url("https://cdn.enursingportal.com/enursingportal.com/images/arrow-right.png") !important;
    background-repeat: no-repeat;
    width: 30px;
    height: 15px;
}
.lr-arrow.owl-carousel .owl-nav button.owl-prev {
    background-image: url("https://cdn.enursingportal.com/enursingportal.com/images/arrow-left.png") !important;
    background-repeat: no-repeat;
    width: 50px;
    height: 15px;
}
.lr-arrow.owl-carousel .owl-nav button span {
    font-size: 0;
}
.green-badge {
    color: #20A849;
    background: rgba(32, 168, 73, 0.12);
}
.bg-dgreen{
    background: #262626;
}
.white-44 {
    color: rgba(255, 255, 255, 0.44);
}
.h-350 {
    height: 350px;
}
.h-450 {
    height: 456px;
    max-width: 1292px;
    margin: 0 auto;
}
.card-img img {
    position: relative;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.card-img .over-img img{
    position: absolute;
    bottom: -25px;
    left: 15px;
    top: auto;
}
.outline {
    margin-right: 15px;
    width: 100%;
}
.secondary {
    width: 100%;
}
.outline .btn-outline-secondary {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    width: 100%;
    height: 45px;
}
.secondary .btn-secondary {
    width: 100%;
    height: 45px;
    background-color: #1D2633;
    border-color: #1D2633;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    color: #FFFFFF;
    box-shadow: none;
}
.outline .btn-outline-secondary:hover,
.secondary .btn-secondary:hover {
    background-color: #489d99;
    border-color: #489d99;
    color: #fff;
}
.w-60 {
    width: 60%;
}
.w-40 {
    width: 40%;
}
.mt-neg-20 {
    margin-top: -20px;
}
.mb-neg-20 {
    margin-bottom: -20px;
}
.owl-dots + .owl-dots {
    display: none !important;
}
.testimonial.bg-white {
    background: #fff;
}
.testimonial_card {
    background: #F4F4F4;
}
.owl-jobs .cat-butt {
    width: 100%;
}
.owl-jobs .cat-butt-secondary {
    width: 100%;
    margin-right: 15px;
}
.location{
    background: rgba(11, 89, 217, 0.1);
    border-radius: 3px;
    margin-right: 10px;
    padding: 5px 10px;
    color: #0B59D9;
    font-size: 12px;
}
.location .material-icons{
    font-size: 15px;
    margin-right: 3px;
}
.ftime {
    background: #E7EFFC;
    border-radius: 3px;
    padding: 5px 10px;
    color: #0B59D9;
    font-size: 12px;
}
.ftime::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0B59D9;
    margin-right: 7px;
}
.text-primary {
    color: #12B094;
}
.grid-match>* {
    display: flex;
    flex-wrap: wrap;
}
.grid-match>*>:not([class*=w]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}
#accordionFAQs .card-header {
    border-radius: 8px !important;
    background: #fff;
    padding: 0;
    border: 0;
}
#accordionFAQs .card-header button {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    background: rgba(217, 217, 217, 0.2);
    padding: 1.25rem 1.25rem;
}
#accordionFAQs .card-header button.collapsed {
    border-radius: 8px !important;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    background: #fff;
    padding: 1.25rem 1.25rem;
    border: 1px solid #E5E5E5;
}
.eNursing-logo {
    max-width: 168px;
}
.home-banner2 {
    position: relative;
    background: linear-gradient(133.11deg, #304755 9.15%, #2d4653 104.28%);
}
/* .home-banner3 {
    position: relative;
    background: linear-gradient(89.28deg, rgba(37, 60, 66, 0.87) 5.06%, rgba(37, 60, 66, 0) 96%);
} */
.object-cover{
    object-fit: cover;
}
.scrolltop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 9;
}
.landing-page {
    overflow: hidden;
}
.landing-page .btn{
    border-radius: 6px;
}
.landing-page img {
    max-width: 100%;
    height:auto;
}
.landing-page h1.title{
    line-height: initial;
}
.landing-page p.title,.landing-page h1.title {
    font-size: 38px;
}
.nodots .owl-dots {
    display: none;
}
#accordionFAQs button {
    white-space: normal;
}
.owl-prev:focus,
.owl-next:focus {
    outline:none;
}
.heading-before {
    position: relative;
    text-indent: 25px;
}
.heading-before::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 25px;
    background-color: #4DA7A4;
    border-radius: 0px 16px 16px 0;
    left: 0;
    top: 12px;
}

.jobs-for-every-nurse .jobs-for-every-nurse-main-card {
    background: #262626;
    border-radius: 33px;
    padding: 40px 50px 60px;
    margin: auto;
    position: relative;
    z-index: 1;
}
a.btn-white {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(234, 234, 234);
    font-size: 14px;
    border-radius: 5px;
    padding: 9px 20px;
    cursor: pointer;
    height: 46px;
    text-align: center;
    display: block;
    line-height: 30px;
}
.text-primary {
    color: #12B094 !important;
}
.jobs-for-every-nurse .jobs-for-every-nurse-main-card::before {
    content: "";
    z-index: -1;
    right: 58px;
    top: 50px;
    width: 97px;
    height: 97px;
    position: absolute;
    background: url("https://cdn.enursingportal.com/enursingportal.com/home/stethoscope.webp") center center / contain no-repeat;
}
.jobs-for-every-nurse .jobs-for-every-nurse-main-card h3 {
    font-size: 45px;
    line-height: 1.2;
}
a.btn-white:hover {
    background-color: rgba(37, 51, 57, 0.75);
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
}
.jobs-for-every-nurse .jobs-for-every-nurse-main-card h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: normal;
}
.opacity-75 {
    opacity: 0.75;
}
.register-terms .register-step-img::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 7px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 2px;
}
.register-terms .register-step-img:last-child::before {
    opacity: 0;
}
.profile_section {
    padding: 40px 0px 20px;
}
.profile_section .tab_headding {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0px;
}
.profile_section .nav-pills .nav-link.active, .profile_section .nav-pills .show>.nav-link {
    color: #12B094;
    background-color: transparent;
    z-index: 2;
    border: none;
    border-bottom: 3px solid rgb(88, 192, 188);
    border-radius: 0;
}
.profile_section .nav-pills .nav-link.active .max-198 p {
    color: rgb(88, 192, 188);
}
.profile_section .nav-pills .nav-link {
    text-align: left;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background-color: transparent;
}
.profile_section .nav-pills .nav-link:focus {
    outline: none;
}
.profile_section li.nav-item {
    width: 210px;
}
.profile_section .nav-pills  {
    padding: 24px 0px;
}
.max-198 p {
    max-width: 198px;
    word-break: break-word;
    white-space: normal;
    line-height: 30px;
    margin: 8px 0px 0px;
}
.font-17 {
    font-size: 17px;
}
.course-enroll {
    background-color: #262626;
    border-radius: 10px;
}
.course-enroll .c_price {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffffa6;
}
.course-enroll .c_duration span,
.course-enroll .c_price span{
    color: white;
    opacity: 65%;
}
.course-enroll .c_duration p,
.course-enroll .c_price p{
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.font-28 {
    font-size: 28px;
}
.font-34 {
    font-size: 34px;
}
.h-40 {
    height: 40px;
}
.login-btn{
    border: 1px solid #E6E6E6;
}
.login-btn:hover{
    background-color: #E6E6E6;
}
.fb-btn, .fb-btn:hover {
    color:#1877F2;
}
.google-btn, .google-btn:hover {
    color: #E20044;
}
.linkedin-btn, .linkedin-btn:hover {
    color: #0077b5;
}
.email-btn, .email-btn:hover {
    color:#000;
    background-color: #E6E6E6;
}

.common-custom-btn{
    background: #FFFFFF;
    border: 1px solid #739594;
    border-radius: 5px;
}
.account-link{
    color: #13B095 !important;
    text-decoration: none;
    font-weight: 500;
}
.account-link:hover{
    text-decoration: underline;
}
.login-img{
    width: auto;
    /* margin: auto; */
    max-height: 600px;
}
.register-img {
    width: auto;
    margin: auto;
    max-height: 500px;
}
.bg-register-color{
    background-color: #1D2633;
}
.booking-price{
    background-color: hsl(178deg 37% 48% / 8%);
    border-radius: 5px;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-18 {
    font-size: 18px;
}
.font-42{
    font-size: 42px;
}
.pl-90 {
    padding-left: 90px !important;
}
/* .heading-build::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    background-color: #4DA7A4;
    border-radius: 0px 20px 20px 0;
    left: 0;
    top: 2px;
} */
.bg-nav-head {
    background-color: #262626;
    color: #fff;
}
.lang-switch{
    background: transparent;
    color: #fff;
    padding: 0;
}
.btn-link {
    color: #50c5b2;
}
.page-item.active .page-link {
    background-color: #12B094;
    border-color: #12B094;
}
.btn-link:hover {
    color: #489d99;
}

/* Responsive Css */
.text-exam{
    color: #12B094;
}
.rounded-2{
    border-radius: 4px;
}
.star{
    width: 20px;
    object-fit: cover;
    margin-left: 2px;
    height: 20px;
}
.exam-prep{
    background-color: #ffffff;
}
.proven-prep{
    background-color: #EEF6F6;
}
.text-prep{
    color: #262626;
}
.text-prep1{
    color:#475967;
}
.text-prep-p{
    color:#E8E8E8;
}
.max-w{
    max-width: 52rem;
    margin: 0 auto;
}
.exam-prep-border{
    border-right: 1px solid #D9D9D9
}
.vector {
    position: absolute;
    top: -49px;
    right: 0;
}
.vector1 {
    position: absolute;
    bottom: -58px;
    left: -100px;
}
.mb-10{
    margin-bottom: 4.5rem;
}
.pb-40{
    padding-bottom: 90px !important;
}
.subject-tracking {
    background-color: #FAFAFA;
    padding: 58px 0;
}
.vector3 {
    position: absolute;
    top: -24px;
    left: -38px;
}
.vector4 {
    position: absolute;
    bottom: -58px;
    right: -105px;
}
.mock-2 {
    position: absolute;
    top: 120px;
    right: 93px;
    max-width: 373px;
}
.mock-1{
    max-width: 373px;
}
.pb-200 {
    padding-bottom: 209px !important;
}
section.padding-sec1 {
    padding: 97px 0px;
}
.vector5 {
    position: absolute;
    bottom: -229px;
    left: -6px;
}
.needs .card-header{
    background-color: #DFFFFD;
    border-radius: 10px 10px 0px 0px;
    padding: 28px 10px;
    border: unset;

}
.needs .card-header p{
    background-color: #2626262B;
    padding: 6px 4px;
    border-radius: 31px;
    width: 97px;
    margin: 0 auto;
}
.needs .card-footer p{
    color:#545454;
    font-size: 30px;
    font-weight: 300;
}
/* .needs .card-text{
    height: 23rem;
    overflow-y: auto;
} */
.needs .card-footer .btn-primary {
    background-color: #262626 !important;
    border-color: #262626 !important;
    color: #fff !important;
}
.needs .card-footer .btn-primary:hover {
    background-color: #53595d !important;
    border-color: #53595d !important;
    color: #fff !important;
}
.border-prep h6{
    margin-left:20px;
}
.text-yellow{
    color:#E2B01A;
}
/* .footer hr{
    border: 0;
    border: 1px solid #FFFFFF36;
} */
.footer .mocktext-card {
    border-top: 1px solid #888;
    scroll-margin-top: 10em;
}
.mocktext-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mocktext-card .card p{
    color: #239995;
    background-color: #A0CBCA40;
    padding: 10px 20px;
    margin-right: 31px;
    font-size: 14px;
    border-radius: 23px;
}
.mocktext-card .card .text{
    background-color: #F8F8F8;
    color:#000;
    padding: 10px;
    font-size: 12px;
    border-radius: 8px;
}
.mocktext-card .card h6{
    color:#898989;
    font-size: 18px;
    text-decoration: underline;
}
.mocktext-card .card h4{
    color: #202020;
    font-size: 22px;
    text-decoration: underline;
    /* margin-bottom: 58px !important; */
}
.dropdown-box {
    position: fixed;
    left: 0;
    right: 0;
    /* top: 65px; */
    background-color: #fff;
    /* border-top:1px solid #ddd;
    border-bottom:1px solid #ddd; */
    /* border-radius: 6px; */
    /* margin-top: 2px; */
    transition: all .4s;
    /* display: none; */
    height: 0;
    overflow: hidden;
    background-image: linear-gradient(to right, #fff, #ebf0f5);
}
.dropdown-box .nav-pills{
    background:#ffffff;
    padding: 20px 0 15px 0px;
    height: 100%;
}
.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;
}
.dropdown-box > .row {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.dropdown-box .nav-pills .nav-link.active {
    background-color: #12B094;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
}
.space-10 [class*="col-"]{
    padding-right: 10px;
    padding-left: 10px;
}
/* #v-pills-tabContent {
    background-color: #12B094;
} */
#v-pills-tab .material-icons {
    display: none;
}
#v-pills-tab a:hover .material-icons,
#v-pills-tab .active .material-icons {
    display: block;
}
.exam-dropdown .tab-content .tab-pane{
    padding: 20px 20px 0
}
.bg-f7{
    background-color: #ffffff;
    color:#000;
    box-shadow: 2px 2px 5px #ddd;
}
.bg-f7:hover{
    background-color: #57c2bd21;
    color:#000;
}
.vertical-line{
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 150px;

    border: 1px solid #D1D1D1;
}
.vertical-line1{
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 254px;
    border: 1px solid #D1D1D1;
}
.vertical-line2{
    content: '';
    width: 1px;
    height: 150px;
    position: absolute;
    top: 77px;
    left: 289px;
    border: 1px solid #dcdcdc;
}
.vertical-line3{
    content: '';
    width: 1px;
    height: 150px;
    position: absolute;
    top: 77px;
    left: 572px;
    border: 1px solid #dcdcdc;
}
.vertical-line4{
    content: '';
    width: 1px;
    height: 150px;
    position: absolute;
    top: 77px;
    left: 856px;
    border: 1px solid #dcdcdc;
}
/* .built-img {
    position: absolute;
    bottom: 0;
    top: -13rem;
} */
.built-img img {
    max-width: 11rem;
}
.exam-fee {
    background-color: #EEF6F6;
    border-radius: 8px;
}
.datepicker td, .datepicker th{
    padding: 10px;
}
.bg-f9 {
    background-color: #F9F9F9;
}
.pass-rete{
    border-left: 2px solid #111;
    padding: 15px;
    width: 250px;
}
.select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: none;
    padding-right: 30px;
}
.select + .material-icons {
    position: absolute;
    top: 8px;
    right: 20px;
}
.font-50{
    font-size: 50px;
}
.build-sec {
    align-items: flex-start;
}
.owl-ltr {
    direction: ltr;
}
.object-fit-contain{
    object-fit: contain;
}
.btn-banner {
    color: #6A530A;
    border-color: #B28600;
    background: linear-gradient(180deg, #FFD24C 0%, #B28600 100%);
    font-family: var(--primary-font);
    text-transform: initial;
    letter-spacing: initial;
    padding: 10px 16px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    box-shadow: none;
}
.btn-banner:hover {
    color: #6A530A;
    border-color: #B28600;
    background: linear-gradient(180deg, #efc549 0%, #ffc001 100%);
}
.border-prep {
    border: 1px solid #4DA7A4;
    border-radius: 56px;
    padding: 9px 9px;
    box-shadow: 0px 0px 8.1px 4px #0000000F;
}
.testimonials-owl .item .card{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .15);
}
.testimonials-owl .owl-stage .owl-item{
    margin-left:5px;
}
.testimonials-owl .owl-dots,
.testimonials-owl .owl-nav,.banner-slider .owl-nav {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-slider .owl-dots {
    bottom: 30px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
}
/* .testimonials-owl .owl-dots,.banner-slider .owl-dots{
    bottom: -60px;
} */
.testimonials-owl .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #12B094 !important;
    background: #fff;
    margin-right: 10px;
    display: inline-block;
    opacity: .8;
    margin: 0 2px;
}
.banner-slider .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #12B094 !important;
    background: #12B094 !important;
    margin-right: 10px;
    display: inline-block;
    opacity: .8;
    margin: 0 2px;
}
.testimonials-owl .owl-dot.active {
    background: #12B094;
}
.banner-slider .owl-dot.active {
    background: rgba(255, 255, 255, 0.52) !important;
    width: 38px;
    border-radius: 7px;
    border: unset !important;
}
.banner-2-doc-img{
    height: 35.5rem;
    object-fit: cover;
}
.border-tx{
    border: 2.19px solid #12B094
}
.carrer-moving-card {
    top: 50%;
    width: 21rem;
}
.carrer-moving-card {
    top: 37%;
    width: 16rem;
    left: 12rem;
}
.carrer-moving-card .card {
    border:unset;
    border-radius: unset;
}
.smitha-img {
    max-width: 19rem;
}
.carrer-moving-card p {
    padding: 15px 24px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 31.4px;
    letter-spacing: 0.2044830471277237px;
    text-align: left;
}
.outline {
    position: absolute;
    left: 43%;
    top: 3%;
    background: #fff;
    max-width: 43px;
}
.pb-10{
    padding-bottom: 10rem !important;
}
.text-smith {
    color:#12B094;
    background-color: #eef9f8;
    padding: 5px 14px;
    position: absolute;
    bottom: 24px;
    left: 34%;
    font-size: 14px;
}
.carrer-moving-card .card-body {
    padding: 16px 16px 10px 16px;
}
.calender-icon{
    position: absolute;
    right: 25px;
    top: 8px;
    width: 20px;
}
/* .chart-in-select {
    max-width: 142px;
    height: 35px;
    font-size: 13px;
    outline: 0;
    border: 0;
} */
.skill-list {
    list-style: none;
    margin: 0;
    padding: 1em;
}
.skill-list h3 {
    line-height: 1;
    font-size: 15px;
    padding: 10px 15px;
    background: #262626;
    color: #fff;
    margin-right: 15px;
}
.social-btn-toggle-open, section.social-media {
    z-index: 99;
}
.schedule-exam-popup .close .material-icons {
    background: #000000;
}
.number-circle {
    background-image: url("https://cdn.enursingportal.com/enursingportal.com/number.svg");
    color: #fff;
    height: 56px;
    padding: 6px;
    width: 95px;
    font-weight: 600;
    display: block;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    text-align: end;
    justify-content: end;
    padding-right: 25px;
    margin-left: auto;
}
.label-1 {
    border-left: 3px solid #30c9c9;
    font-size: 14px;
}
.label-3 {
    border-left: 3px solid #f7c034;
    font-size: 14px;
}
.label-2 {
    border-left: 3px solid #306fff;
    font-size: 14px;
}
.label-4 {
    border-left: 3px solid #e2341e;
    font-size: 14px;
}
.count-percentage {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, 5%);
}
.moh-img {
    width: 56px;
}
section.padding-sec22 {
    padding: 40px 168px;
}
section.padding-sec22 p {
    padding: 11px 159px 49px 159px;
}
section.padding-sec22 .prep {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3.85px 12.51px 0px #1F354521;
}
section.padding-sec22 .props-images {
    max-height: 60px;
    max-width: 60px;
}
.opacity-50{
    opacity: 0.5;
}
.ex-img{
    max-height: 25rem;
}
.bg-new-card{
    background-color: rgba(255, 255, 255, 0.16);
}
.quick-link-section1 {
    background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url("https://cdn.enursingportal.com/enursingportal.com/landing/exam-guide.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.quick-link-section1 .card {
    background: rgba(77, 167, 164, 0.67);
    /* min-height: 283px; */
    position: relative;
    border: 2px solid transparent;
}
.quick-link-section1 .card h4 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.exam-hover:hover {
    border-color:#12B094;
}
.form-control {
    border-radius: .25rem !important;
}
.desc{
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    margin-bottom: 40px;
}
.quick-link-section1 .card-img {
    width: 40px;
}
.banner-section .dropdown-menu-right a {
    padding: 10px 15px;
    font-size: 14px;
}
/* .blogs .view-more-link{
    color: #12B094;
    text-decoration: underline;
} */
.quick-link-section1 .card a:hover {
    color:#0056b3;
    text-decoration: underline;
}
.v-pills-tabContent a:hover{
    background-color: rgba(77, 167, 164, 0.67) !important;
    color:#fff !important;
}
.female-doctor {
    max-height: 450px;
    width: auto !important;
    margin: auto;
    height: 100%;
}
.description-quick strong{
    font-size: 18px !important;
    font-weight: 600;
}
.description-quick a strong{
    font-size: 16px !important;
    color:#12B094 !important;
}
.description-quick p,
.description-quick li,
.description-quick span,
.description-quick h1,
.description-quick h2,
.description-quick h3,
.description-quick h4,
.description-quick h5,
.description-quick h6{
    font-family: 'Poppins' !important;
    color:#262626 !important;
}
.description-quick p,.blogs p{
    margin-bottom: 30px;
}
.description-quick h1,.description-quick h2,.description-quick h3,.description-quick h4,.description-quick h5,.description-quick h6{
    padding: 0 !important;
    font-size: 18px !important;
}
.blogs strong{
    font-size: 18px !important;
}
.blogs a strong{
    font-size: 16px !important;
    color:#12B094 !important;
}
.blogs h1,.blogs h2,.blogs h3,.blogs h4,.blogs h5,.blogs h6{
    padding: 0 !important;
    font-size: 18px;
}
.blogs p,
.blogs li,
.blogs span,
.blogs h1,
.blogs h2,
.blogs h3,
.blogs h4,
.blogs h5,
.blogs h6{
    font-family: 'Poppins' !important;
    color:#262626 !important;
}
.card-question-line {
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 5px 0 20px; */
}
.card-circle {
    width: 36px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    z-index: 9;
}
.card-straight {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 24px;
}
.eye-btn {
    background: transparent;
    border: unset;
    position: absolute;
    right: 6px;
    top: 12px;
    cursor: pointer;
    color: #999797 !important;
}
#subscriptionModal .modal-content{
    background-image: linear-gradient(to bottom , #ddf3f3, #ffffff, #ffffff);
}
.min-h-text{
    height: 58px;
}
.examguide .table td,.examguide .table th {
    padding: .5rem .7em;
    vertical-align: top;
    border: 1px solid #dee2e6;
    text-align: center;
}
.exam-white-hover {
    border: 2px solid transparent;
}
.exam-white-hover:hover {
    border-color: #ffffff;
}
.exam-white-hover:hover .link {
    background-color: #fff;
    color: #262626;
}
.w-100p {
    width: 100px;
}
.iti--separate-dial-code .iti__selected-dial-code {
   font-size: 14px;
 }
 .study-mode .table td a.btn-link {
    color: #50c5b2;
    font-size: 14px;
 }
 .study-mode .table td a.btn-link:hover {
    color: #12B094;
 }
 .btn-td {
    font-family: var(--primary-font);
    text-transform: initial;
    letter-spacing: initial;
    padding: 8px 16px;
    border-radius: 6px;
    display: inline-block;
    text-align: center !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px;
    box-shadow: none;
    color: #fff !important;
    background: #12b094;
    border-color: #12b094 !important;
}
.exam-desc h2{
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 30px;
}
.exam-desc .para{
    color: #242424;
    font-size: 17px;
}
.next-level .vector{
    top:-25px;
}
.footer ul.social-icon li a {
    padding-bottom:0;
    font-size: 14px;
}
.lh-1_2 {
    line-height: 1.2;
}
@media (min-width: 1200.98px){
    .plan_td {
    padding: 0;
    }
    .home-course td {
        width: 25%;
    }
    .plan-table .plan{
        width: 100%;
    }
    .font-33 {
        font-size: 33px;
    }
}
@media (min-width: 768.98px){
    .row.mob_table.mx-auto {
        display: none;
    }
}
@media (max-width: 1400px){
    .vector1 {
        left: 0;
    }
}
@media (max-width: 1920px){
    .cour-img{
        max-width: 100%;
    }
    .list-img{
        max-width: 100%;
    }
    .category-list .same-height{
        height: 70px;
    }
}
@media (max-width: 1199.98px) {
    .quick-link-section h1 {
        font-size: 2.2rem;
    }
    .font-22{
        font-size: 18px;
    }
    section.padding-sec22 {
        padding: 40px 131px;
    }
    .nurse-item-content {
        padding-left: 14px;
    }
    .font-20 {
        font-size: 18px !important;
    }
    .font-25{
        font-size: 18px;
    }
    section.padding-sec h2 {
        font-size: 34px;
    } section.padding-sec p {
        font-size: 14px;
    }
    .font-14 {
       font-size: 13px;
    }
    .container {
        max-width: 960px;
    }
    .home-title .title-blog h2 {
        font-size: 30px;
        line-height: 46px;
    }
    .category-list .same-height{
        height: 70px;
    }
    .mb-8{
        margin-bottom: 40px;
    }
    .cour-img{
        max-width: 100%;
    }
    .card.how-it-card {
        height: 215px;
        margin: 7px 0;
    }
    .subscribe .btn-danger{
        font-size: 14px;
    }
    .trial-coach .card{
        max-height: 536px;
    }
    .trial-coach .card img {
        min-height: 536px;
    }
    .trial-start.card img {
        max-height: 145px;
        min-height: inherit;
    }
    .profile_section h3,.jobs-for-every-nurse .jobs-for-every-nurse-main-card h2 {
        font-size: 24px;
    }
    .jobs-for-every-nurse .jobs-for-every-nurse-main-card h3 {
        font-size: 28px;
    }
    .jobs-for-every-nurse .jobs-for-every-nurse-main-card p {
        font-size: 13px;
    }
    .jobs-for-every-nurse .jobs-for-every-nurse-main-card::before {
        top: 24px;
        width: 54px;
        height: 54px
    }
    a.btn-white {
        height: 40px;
        line-height: 22px;
    }
}
@media (max-width: 991.98px) {
    section.padding-sec h2 {
        font-size: 27px;
    }
    .border-prep h6 {
        margin-left: 5px;
    }
    .landing-page p.title,.landing-page h1.title {
        font-size: 32px;
    }
    .pb-10 {
        padding-bottom: 7rem !important;
    }
    .prepare-nursing{
        max-height: 18rem;
        object-fit: cover;
    }
    .font-48 {
        font-size: 45px;
    }
    /* .quick-link-section1 .card {
        min-height: 240px;
    } */
    section.padding-sec22 p {
        padding: 11px 50px 16px 50px;
    }
    .font-40 {
        font-size: 30px;
    }
    .font-50 {
        font-size: 40px;
    }
    .built-img img {
        max-width: 8rem;
    }
    .built-img {
        position: static;
        text-align: center;
    }
    .mocktext-card .card p {
        padding: 10px 10px;
        margin-right: 10px;
    }
    .mock-2 {
        top: 73px;
        right: 86px;
        max-width: 285px;
    }
    .mock-1 {
        max-width: 252px;
    }
    section.padding-sec1 {
        padding: 53px 0px;
    }
    .vector5 {
        bottom: -172px;
        left: -94px;
    }
    .vertical-line2,.vertical-line3,.vertical-line4,.vertical-line,.vertical-line1 {
       display: none;
    }
    .card.courses .category-img img {
        max-height: 39px;
    }
    .det-video-sec{
        margin-top: -80px;
    }
    h3{
        font-size: 18px;
    }
    .subscribe h3{
        font-size: 18px ;
    }
    .btn, .subscribe .btn-danger{
        font-size: 14px;
     }
    .h-60{
        height: auto;
    }
    .white-logo{
        text-align: center;
    }
    .pay_contain{
        padding: 15px 0;
    }
    .footer ul li a{
        padding-bottom: 0;
    }
    .footer h5{
        font-size: 20px;
    }
    .mainClose {
        transition: all .3s;
        transition: all .3s;
    }
    .menu i.clear {
        margin: 5px 0;
        top: 0;
        right: 10px;
        position: absolute;
        font-size: 30px;
    }
    .menu ul {
        padding: 10px 20px;
    }
    .banner-section .navbar {
        padding: 12px;
    }
    .mainClose .fa-bars {
        display: block;
    }
    .fa.fa-bars {
        margin: 5px 0;
        right: 10px;
        font-size: 30px;
        color: #12B094;
        z-index: 1;
    }
    .banner-section .navbar-custom .navbar-brand {
        position: relative;
        right: 0;
    }
    .banner-section .navbar-custom .navbar-brand {
        margin: 0;
        padding: 0;
    }
    .menuClose {
        background-color: #12B094;
        transition: all .3s;
        padding-left: 0!important;
        transition: all .3s;
    }
    .menu {
        width: 0;
        transition: all .3s;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: auto;
        right: 0;
        overflow-x: hidden;
        transition: .5s;
        background-color: #12B094;
        padding-top: 30px;
        color: #fff;
    }
    .menuOpen {
        max-width: 400px;
        width: 100%;
        background-color: #222222;
        transition: all .3s;
        z-index: 2;
    }
    .banner-section .navbar-light .navbar-nav .nav-link .mobile-icon {
        margin-right: 10px;
        display: block;
    }
    .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;
    }
    .menu li:last-child {
        border: none;
    }
    .login-item{
        margin: 0px;
    }
    .mb-8{
        margin-bottom: 30px;
    }
    .testimonial h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .register-terms p {
        font-size: 13px;
        line-height: normal;
        padding-left: 15px;
    }
    .nurse-item {
        background: #12B094;
        border-radius: 14px;
        padding: 14px 11px;
        color: var(--white);
        margin: 14px 0;
    }
    .nurse-item-img {
        width: 25%;
        height: 0%;
    }
    .nurse-item-img img {
        max-height: 23px !important;
    }
    .nurse-item-content span {
        font-size: 22px;
        line-height: 19px;
    }
    .testimonial {
        padding: 30px 0 30px;
    }
    .card-img img.blogs-img{
        width: 100%;
    }
    .card.how-it-card {
        height: 227px;
    }
    .img-block-user {
        display: none;
    }
    .question-trail-card{
        height: auto !important;
    }
    .container {
        max-width: 720px;
    }
    .trial-start.card img {
        max-height: 145px;
        min-height: 104px;
    }
    li.nav-item.dropdown.resources-drop .dropdown-toggle::after {
        top: 20px;
        border-right: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        left: 80px;
    }
    li.nav-item.dropdown.resources-drop .dropdown-toggle.rotate::after {
        transform: rotate(225deg);
        top: 25px;
    }
    li.nav-item.dropdown.resources-drop .dropdown-menu {
        margin: 0;
        border-radius: 5px;
        border: 1px solid #ddd;
        background: #f7f7f7;
    }
    .mobile-nav {
        width: 100%;
        justify-content: space-between;
    }
    .dropdown-box {
        position: static;
        height: auto;
        border-radius: 5px;
        display: none;
    }
    .exam-dropdown:active .dropdown-box,
    .exam-dropdown:hover .dropdown-box {
        display: block;
        height: auto;
    }
    .dropdown-box .nav-link {
        color: #000 !important;
        padding: 10px !important;
    }
    .create-profile-li {
        margin-bottom: 15px;
    }
    .login-img{
        max-height: 500px;
    }
    .register-img {
        max-height: 400px;
    }
}
@media (max-width: 767.98px) {
    .quick-link-section h1 {
        font-size: 2rem;
    }
    .dashboard-wrap h2 {
        font-size: 1rem;
    }
    .pb-10 {
        padding-bottom: 9rem !important;
    }
    section.padding-sec1 {
        padding: 48px 0px;
    }
    .pb-40 {
        padding-bottom: 48px !important;
    }
    .subject-tracking {
        padding: 48px 0;
    }
    .vector3 {
        top: -26px;
        left: 10px;
    }
    .vector1,.vector4,.vector5 {
        display: none;
    }
    .vector {
        top: -20px;
    }
    .pb-200 {
        padding-bottom: 118px !important;
    }
    .card.courses .category-img img {
        max-height: 45px;
    }
    .font-14 {
        font-size: 12px !important;
    }
    .detail-subhead {
        font-size: 12px !important;
    }
    h3 {
        font-size: 18px;
    }
    .font-25 {
        font-size: 16px;
    }
    .notification {
        height: 50px;
        width: 50px;
    }
    .noti-num {
        right: 3px;
    }
    .subscribe span.material-icons {
        margin-top: 15px;
        font-size: 26px
    }
    .me-5 {
        margin-right: 15px;
    }
    .landing-page h2 {
        font-size: 22px;
    }

    .det-video-sec{
        margin-top: auto;
    }
    .cour-img {
        max-height: 300px;
        object-fit: contain;
    }
    .h-350 {
        height: 253px;
    }
    .home-title .title-blog h2, .testimonial h2, .why-choose-us h2, .exams .pricing-head h4, .title-exams h2, .home-title-guide .title-guide h2 {
        font-size: 24px !important;
        line-height: normal !important;
    }
    .morereview-slider {
        display: none;
    }
    .owl-nav {
        text-align: center;
    }
    .home-banner .text-right {
        text-align: center !important;
    }
    .home-banner img.img-fluid {
        max-width: 65%;
    }
    .home-banner {
        border-top-width: 30px;
        border-bottom-width: 30px;
    }
    .register-content {
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
        padding: 0px 12px;
        margin: 8px 0;
        border-right: 0px;
        align-items: center;
        justify-content: center;

    }
    .register-step:last-child .register-content {
        border-right: none;
        border-bottom: none;
    }
    .home-title::before,.home-title::after{
        display: none;
    }
    .search-bar select, .search-bar input ,.search-bar .form-group button{
        width: 100%;
        margin-right: 0px;
        border-radius: 12px;
        padding: 12px 10px;
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .search-bar .form-group {
        margin: 0;
        width: 100%;
        /* padding: 8px 15px; */
    }
    .register-app img{
        justify-items: center;
    }
    .nurse-blog img{
        max-height: 400px;
        object-fit: contain;
        text-align: center;
    }
    .register-app p {
        font-size: 18px;
        line-height: 29px;
    }
    .list-img{
        max-width: 295px;
    }
    .testimonial h2 {
        font-size: 32px;
        line-height: 38px;

    }
    .nurse-item {
        background: #12B094;
        border-radius: 14px;
        padding: 14px 11px;
        color: var(--white);
        margin: 14px 0;
    }
    .nurse-item-img {
        width: 15%;
        height: 0%;
    }
    .nurse-item-img img {
        max-height: 23px;
    }
    .nurse-item-content span {
        font-size: 22px;
        line-height: 19px;
    }
    .nurse-item-content p {
        font-size: 17px;
        line-height: 26px;
        margin: 0;
    }
    .testimonial {
        padding: 30px 0 30px;
    }
    .card.how-it-card {
        height: 220px;
    }
    .video-box{
        padding-left: 0px;
    }
    .container {
        max-width: 540px;
    }
    .quick-link-section1 .card h4 {
        font-size: 14px;
        height: 30px;
    }

}
@media (max-width: 575.98px) {
    img.prep {
        max-width: 60px;
    }
    .min-h-text {
        height: auto;
    }
    .description-quick p, .blogs p {
        margin-bottom: 18px;
    }
    .quick-link-section {
        padding-bottom: 30px;
    }
    .quick-link-section h1{
        font-size: 28px;
    }
    .font-24 {
        font-size: 20px !important;
    }
    label {
        font-size: 12px;
    }
    section.padding-sec1 {
        padding: 30px 0px;
    }
    .font-32 {
        font-size: 24px !important;
    }
    .needs .card-footer p {
        font-size: 24px;
    }
    .needs .card-header {
        padding: 14px 10px;
    }
    .subject-tracking {
        padding: 30px 0;
    }
    .testimonials-owl .owl-dots, .testimonials-owl .owl-nav, .banner-slider .owl-nav {
        bottom: -92px;
    }
    .carrer-moving-card {
        top: 37%;
        width: 16rem;
        left: 2rem;
    }
    .smitha-img {
        max-width: 15rem;
        margin-top: 26px;
    }
    section.padding-sec22 p {
        padding: 0;
        font-size: 14px;
    }
    .moh-img {
        width: 42px;
    }
    section.padding-sec22 .props-images {
        max-height: 25px;
        max-width: 25px;
    }
    .exam-prep1 .exaList .text-prep{
        font-size: 12px;
    }
    .exaList{
        padding: 0 10px;
    }
    .exaList > div{
        padding: 0 .25rem;
    }
    .mb-10 {
        margin-bottom: 2rem;
    }
    .mock-1 {
        max-width: 216px;
    }
    .mock-2 {
        top: 64px;
        right: 47px;
        max-width: 263px;
    }
    .testimonials-owl .owl-dots {
        bottom: -5px;
    }
    .font-16 {
        font-size: 14px;
    }
    .mocktext-card .card p {
        padding: 8px 15px;
        margin-right: 2px;
    }
    .mocktext-card img {
        height: 10rem;
        object-fit: cover;
    }
    .testimonial .pl-5 {
        padding: 0 15px !important;
    }
    .detail-mini-card {
        text-align: center;
    }
    .copy-reserve{
        text-align: center;
        font-size: 11px !important;
    }
    .pt-logo{
        justify-content: center;
    }
    .footer .footer-links{
        width: 100%;
    }
    .footer h5{
        font-size: 16px;
    }
    .mb-8{
        margin-bottom: 80px;
    }
    .home-banner .page-head {
        font-size: 50px;
    }
    .card.courses .category-img img {
        max-height: 50px;
    }
    .testimonial-slider .owl-nav {
        margin-top: 22px;
    }
    .footer .col-lg-2 {
        width: 50%;
        border-right: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
        margin-bottom: 1rem;
    }
    .header-section-covid p {
        font-size: 12px;
    }
    .no-space{
        justify-content: center;
        padding: 0;
    }
    .footer .col-lg-2:nth-child(4) {
        width: 100%;
        margin-bottom: 10px;
    }
    .play-icon img {
        width: 50px;
        object-fit: contain;
    }
    .footer-links li {
        /* margin: 8px 0; */
        text-align: left;
        padding-bottom:0 !important;
    }
    .mb-8{
        margin-bottom: 20px ;
    }
    .cour-img {
        max-height: 268px;
        object-fit: contain;
    }
    .search-bar select, .search-bar input ,.search-bar .form-group button{
        width: 100%;
        margin-right: 0px;
        border-radius: 12px;
        padding: 12px 16px;
        font-size: 14px;
    }
    .search-bar .form-group {
        /* margin: 0; */
        width: 100%;
        /* padding: 8px 15px; */
    }
    .home-banner .page-head {
        font-size: 34px;
    }
    .home-banner p {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: initial;
    }
    .category-list {
        padding: 16px;
    }
    .price-blog{
        font-size: 13px;
    }
    .white-box {
        margin: 10px 0;
    }
    .category-button{
        padding: 16px;
        font-size: 13px;
    }
    .join-now {
        margin-bottom: 24px;
        text-align: center;
    }
    .register-terms {
        padding: 10px 0;
    }
    .home-banner img.img-fluid {
        max-width: 220px !important;
    }
    .home-banner .text-right {
        text-align: center !important;
    }
     .register-step:last-child .register-content {
        border-right: none;
        border-bottom: none;
    }
    .title p,.home-title .title-blog p, .exams .pricing-head p, .home-title-guide .title-guide p {
        font-size: 14px !important;
    }
    .my-sm-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .py-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .card-shadow .card-body {
        padding: 20px 10px;
    }
    .home-title::before,.home-title::after{
        display: none;
    }
    .home-title .title-blog {
        padding: 0;
    }
    .register-app {
        padding: 30px 0;
    }
    .register-app h2 {
        font-size: 22px !important;
        margin-top: 20px;
        line-height: 28px !important;
    }
    .nurse-blog {
        padding: 30px 0;
    }
    .nurse-item {
        background: #12B094;
        border-radius: 14px;
        padding: 14px 11px;
        color: var(--white);
        margin: 14px 0;
    }
    .nurse-item-img {
        width: 15%;
        height: 0%;
    }
    .nurse-item-img img {
        max-height: 23px;
    }
    .nurse-item-content span {
        font-size: 18px;
        line-height: 18px;
    }
    .blog {
        padding: 20px 0 30px;
    }
    .testimonial {
        padding: 20px 0 20px;
    }
    .testimonial h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .testimonial_card{
        min-width: 100%;
    }
    .morereview-slider{
        display: none;
    }
    .test-title{
        margin-top: 15px;
    }
    .owl-nav {
        text-align: center;
    }
    .card-content h3{
        font-size: 18px;
        line-height: 25px;
        min-height: 30px;
    }
    .quick-link-section1 .card h4{
        font-size: 18px;
    }
    .testimonial-slider .item p {
        font-size: 15px;
        line-height: normal;
    }
    .card-img img.blogs-img{
        width: 100%;
    }
    .card.how-it-card {
        height: 207px;
    }
    .video-box{
        padding-left: 0px;
    }
    /*.mobile-hide {
        display: none;
    }*/
    .discover.font-32 {
        font-size: 26px !important;
    }
    .ext-prep.font-38 {
        font-size: 22px;
    }
    .register-img {
        max-height: 300px;
    }
    .home-banner2 .female-doctor{
        position: absolute;
        top: 0;
        right: -60px;
        max-height: 260px;
        z-index: 0;
    }
}
@media(min-width: 576.98px) and (max-width: 767.98px){
    .register-app {
        padding: 40px 0;
    }
    .register-app h2{
        font-size: 30px;
    }
    .video-box{
        padding-left: 0px;
    }
}
@media(min-width:768.98px) and (max-width: 991.98px){
    .morereview-slider {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
    }
    .owl-nav {
        text-align: center;
    }
    .testimonial-slider .owl-nav {
        margin-top: 30px;
    }
}
@media(min-width:1200.98px) and (max-width: 1300.98px){
    .container {
        max-width: 1140px;
    }
}
/*custom responsive*/
@media only screen and (max-width: 1199.98px){

    .needs .card-footer p {
        font-size: 26px;
    }
    .vertical-line4 {
        height: 89px;
        top: 153px;
        left: 723px;
    }
    .vertical-line2 {
        height: 89px;
        top: 153px;
        left: 240px;
    }
    .vertical-line3 {
        height: 89px;
        top: 153px;
        left: 487px;
    }
    /* .navbar-custom .navbar-nav .nav-link {
        font-size: 15px;
        padding: 0 10px;
    } */

    .register-step-img .nurse-item-content p,.test-title{
        font-size: 13px;
        line-height: 22px;
    }
    .max-198 p {
        line-height: 24px;
    }
    .why-choose-us h2,
    .exam-booking h2,.bg-dgreen h4,.card-sec h2,.testimonial h2 {
        font-size: 24px;
    }
    .exam-booking p,.bg-dgreen p,.exam-tab-content a.view-more-link {
        font-size: 14px;
    }
    .card-sec p {
        font-size: 15px;
    }
    .home-badge {
        border-radius: 27px;
        padding: 1px 25px;
        font-weight: 400 !important;
        font-size: 13px !important;
        line-height: 30px !important;
        display: inline-block;
    }
   ::placeholder {
    font-size: 14px;
    }

    :-ms-input-placeholder {
        font-size: 14px;
    }

    ::-ms-input-placeholder {
        font-size: 14px;
    }
    .card-sec .btn-primary {
        font-size: 14px;
    }
    .exam-tabs.nav-tabs .nav-item.show .nav-link, .exam-tabs.nav-tabs .nav-link, .exam-tabs.nav-tabs .nav-link.active {
        font-size: 16px;
    }
    .register-content {
        padding: 0;
        margin: 0;
    }
    .font-14 {
       font-size: 14px;
    }
    .home-banner {
        padding: 0;
    }
    .course-category {
        padding: 35px 0;
    }

    .home-title .title-blog p {
        font-size: 17px;
        line-height: 24px;
    }
    .search-bar {
        margin: 30px auto 15px;
    }
    .category-list .card-content {
        padding: 15px;
        min-height: 132px;
    }
    .category-list .card-content h3 {
        font-size: 17px;
        line-height: 22px;
        margin-top: 17px;
    }
    .category-list .card-content p {
        font-size: 13px;
        line-height: 18px;
    }
    .category-button {
        padding: 15px;
        font-size: 13px;
        line-height: 18px;
    }
    /* .cat-butt button {
        width: auto;
        height: 42px;
    } */
    .white-box {
        border-radius: 10px;
        position: relative;
        margin: 15px 0;
    }
    .over-img img {
        position: absolute;
        top: 30%;
        left: 15px;
    }
    .why-choose-us {
        padding: 30px 0 0;
    }
    .why-choose-us h2 {
        font-size: 32px;
        margin-top: 10px;
    }
    .why-choose-us h2 + p {
        font-size: 15px;
        line-height: 25px;
    }
    .why-choose-us .card-img img {
        max-width: 50px;
        object-fit: contain;
    }
    .how-it-card h4 {
        margin: 8px 0 4px;
        font-size: 15px;
        line-height: 22px;
        min-height: 44px;
    }
    .how-it-card p {
        font-size: 13px;
        line-height: 19px;
        margin: 0;
    }
    .home-course.exams {
        padding: 30px 0;
    }
    .exams .pricing-head h4 {
        font-size: 32px;
        line-height: 45px;
    }
    .exams .pricing-head {
        padding: 0;
    }
    .exams .pricing-head p {
        font-size: 16px;
        padding: 10px 0;
    }
    #plans table {
        width: 1110px !important;
    }
    .register-app {
        padding: 2.5rem 0;
    }
    .register-app h2 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .register-app img {
        max-height: 300px;
    }
    .register-app p {
        font-size: 15px;
        line-height: 24px;
    }
    .title-exams h2 {
        font-size: 32px;
        line-height: 48px;
    }
    .title-exams p {
        font-size: 18px;
        line-height: 26px;
    }
    .exam-card-body {
        padding: 18px;
    }
    /* .content {
        height: 290px;
    } */
    /* .cat-butt-secondary button {
        width: auto;
        height: 42px;
    } */
    .exam-card-body img {
        max-height: 50px;
    }
    .exam-guide {
        padding: 35px 0;
    }
    .home-title-guide .title-guide h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .home-title-guide .title-guide p {
        font-size: 16px;
        line-height: 24px;
    }
    .blog .card-content {
        padding: 15px;
    }
    .card-content h3 {
        font-size: 18px;
        line-height: 24px;
        min-height: 48px;
    }
    .card-content span {
        font-size: 15px;
    }
    .card-content p {
        font-size: 13px;
        line-height: 22px;
    }
    .guide-content h3 {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
    .card-content .guide-content p {
        font-size: 13px;
        line-height: 20px;
    }
    .card-footer {
        padding: 15px;
    }
    .exam-guide-img {
        padding: 12px 12px 0 12px;
    }
    .guide-content {
        padding: 15px;
    }
    .card-footer a {
        font-size: 14px;
    }
    .exam-guide-card-body {
        min-height: 272px;
    }
    /* .card-footer {
        bottom: 0;
        position: absolute;
        right: 0;
        background: transparent;
    } */
    .register-terms {
        padding: 35px 0;
    }
    /* .nurse-item-content span {
        font-size: 25px;
        line-height: 40px;
    } */
    .nurse-item-content p {
        font-size: 15px;
        line-height: 20px;
    }
    .register-step img {
        max-width: 50px;
        max-height: 50px;
    }
    .register-step > div {
        flex-basis: 100%;
    }
    .testimonial {
        padding-top: 35px;
    }
    .testimonial h2 {
        font-size: 33px;
        line-height: 43px;
    }
    .testimonial_card h3 {
        font-size: 15px;
    }
    .testimonial-slider .item p {
        font-size: 14px;
    }
    .morereview-slider span.font-16 {
        font-size: 15px;
        margin-bottom: 3px;
        display: block;
    }
    .subscribe h3 {
        font-size: 20px;
    }
    .subscribe span.material-icons {
        font-size: 26px;
        margin-top: 15px;
    }
    .noti-num {
        font-size: 10px !important;
        top: 0;
        right: 5px;
    }
    .notification {
        width: 53px;
        height: 52px;
    }
    .footer {
        padding: 40px 0;
    }
    .footer-links h5.mb-3.h-60 {
        min-height: 40px;
    }
    .footer p, .footer ul li a {
        font-size: 12px;
        /* margin-bottom: 7px !important;
        padding-bottom: 5px; */
    }
    .mobile-subscribe h5.mb-3.h-60 {
        height: 50px;
    }
    .pay_contain {
        padding: 15px 0;
    }
    .pay_contain .copy-reserve {
        font-size: 11px;
    }
    .font-33 {
        font-size: 28px !important;
    }
}
@media only screen and (max-width: 991.98px){
    .regiser-icon {
        margin-right: 0px;
    }
    .register-step > div {
        border-right: none;
    }
    .exam-layout-border .card {
        margin-bottom: 1rem;
    }
    #mob_exam .card-header,
    #mob-resources1 .dropdown-box > div{
        font-size: 14px;
        font-weight: 600;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }
    /* .register-step {
        margin: 0.5rem 0;
    } */
    .nurse-item-content p {
        padding-left: 0;
    }

    .subscribe h3 {
        font-size: 18px;
    }

    .notification {
        margin-right: 1rem;
    }

    .subscribe .card-body {
        padding: 8px;
    }

    /* .footer p, .footer ul li a {
        margin-bottom: 4px !important;
        padding-bottom: 5px;
    } */

    .footer .para {
        margin-bottom: 1rem;
    }

    .footer-links h5.mb-3.h-60 {
        min-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px !important;
    }

    .footer {
        padding: 30px 0;
    }
    .after-login {
        display: block;
    }
    .register-step > div {
        margin-bottom: 0.75rem;
    }
}
@media only screen and (max-width: 767.98px){
    .home-banner .page-head {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 1rem;
    }
    .jobs-for-every-nurse .nurse-img {
        margin-bottom: 18px;
    }
    .search-bar-banner {
        padding: 7px;
        margin: 30px 0 15px;
        overflow: hidden;
    }
    .search-bar-banner input.search-icon-bg {
        padding-left: 19px;
        font-size: 13px;
        padding-right: 6px;
        background-position: left 2px center;
        background-size: 13px;
        border-right: none;
        /* color: #A1A1A1; */
    }
    .search-bar-banner select {
        padding: 12px 0px;
        font-size: 13px;
        background-position: right 6px center;
        background-size: 15px;
    }
    .search-bar-banner .col-5.form-group.search {
        border-right: 1px solid rgba(161, 161, 161, 0.29);
    }
    .form-group.search {
        padding-right: 0;
    }
    .register-terms {
        padding: 35px 0 25px;
    }
    .search-bar-banner .form-group button {
        font-size: 14px;
    }
    .search-bar {
        padding: 7px;
    }
    .search-bar select {
        background-position: right 10px center;
        background-size: 14px;
    }
    .search-bar input.search-icon-bg {
        padding-left: 30px;
        background-size: 15px;
        background-position: left 9px center;
    }
    .category-row, .exam-layout-border, .layout-border.row, .card-content .row {
        margin: 0 -7.5px;
    }
    .category-row > div, .exam-layout-border > div, .card-content .row > div, .layout-border.row > div {
        padding: 0 7.5px;
    }
    .img-why-choose {
        max-height: 400px;
        margin-bottom: 1.5rem;
    }
    .plan-table .mob_table {
        max-width: none;
        display: none;
    }
    .register-app h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .card-content.br-8 {
        padding: 15px 15px 2px;
    }
    .layout-border .card {
        margin: 7.5px 0;
    }
    /* .footer p {
        max-width: 308px;
        margin: 0 auto;
    } */
    ul.mobile-subscribe {
        margin-top: 1rem;
    }
    .mobile-subscribe h5.mb-3.h-60 {
        height: auto;
    }
    .white-box {
        margin: 7.5px 0;
    }
    .how-it-card h4 {
        font-size: 14px;
        line-height: 20px;
        min-height: 44px;
    }
    .how-it-card p {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
    }
    .reg_top .register-step::after {display: none;}
    .footer .para{
        text-align: center;
    }
    .foot-logo{
        display: flex;
        justify-content: center;
    }
    .font-33 {
        font-size: 22px !important;
    }
    .footer .list-unstyled {
        margin-bottom: 1rem;
        text-align: center;
    }
}
@media only screen and (max-width: 575.98px){
    .card-shadow > div:nth-child(even) {
        padding-right: 0;
    }
    .how-it-card h4 {
        line-height: 18px;
    }
    .how-it-card p {
        line-height: 17px;
    }
    .home-banner .page-head {
        font-size: 34px;
        line-height: 40px;
    }
    .home-banner p {
        font-size: 14px;
        line-height: 24px;
    }
    .search-bar-banner .form-group.search {
        padding: 0 15px;
        margin-bottom: 12px;
    }
    .search-bar-banner input.search-icon-bg, .search-bar-banner select {
        background-color: #fff;
        border-radius: 10px;
        padding-left: 25px;
    }
    .search-bar-banner {
        border-radius: 12px;
        background-color: rgb(232 244 244);
        padding: 12px;
    }
    .search-bar {
        padding: 12px;
        border-radius: 12px;
    }
    .search-bar .form-group.search {
        padding: 0 15px;
        margin-bottom: 12px;
    }
    .search-bar select, .search-bar input, .search-bar .form-group button {
        border-radius: 10px;
    }
    .category-list .card-content {
        min-height: 112px;
        padding: 15px 0;
    }
    .why-choose-us .card-shadow > div {
        padding: 0 5px !important;
    }
    .why-choose-us .card-shadow {
        margin: 0 -5px !important;
    }
    .card.how-it-card {
        margin: 5px 0;
    }
    .title-exams {
        padding: 0px 15px;
    }
    .title-exams p {
        font-size: 15px;
        line-height: 22px;
    }
    .why-choose-us h2 + p {
        font-size: 14px;
        line-height: 23px;
    }
    .register-app p {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-links h5.mb-3.h-60 {
        margin-top: 0;
    }
    .footer-links h2{
        font-size: 20px !important;
    }
    .footer .list-unstyled {
        margin-bottom: 1rem;
    }
    .footer .list-unstyled.mobile-subscribe {
        margin-bottom: 0;
    }
    .footer {
        padding-bottom: 10px;
    }
    .category-list .card-content h3 {
        margin-top: 10px;
    }
    /* .cat-butt button {
        height: 36px;
        font-size: 13px;
        padding: 5px 16px;
    } */
    .search-bar-banner input.search-icon-bg {
        background-position: left 7px center;
    }
    .exa-title.font-48 {
        font-size: 28px;
    }
    .breakdown-form.font-24{
        font-size: 20px !important;
    }
}

/*Home page responsive*/
@media (max-width: 991.98px) {
    .navbar-custom.navbar-expand-lg>.container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .menuOpen .list-unstyled li{
        width: 100%;
        font-size: 15px;
    }
    .bg-nav {
        visibility: hidden;
    }
    .menuOpen .list-unstyled li a{
        color: #fff;
    }
    .menuOpen .btn-lg-login {
        display: inline-block !important;
    }
    .menuOpen .list-unstyled li .btn-primary{
        border-radius: 6px;
    }
    .course-banner .bg-view{
        position: absolute;
        left: 0;
        right: 0;
    }
    .bg-view img{
        height: 100%;
        object-position: left;
    }
    .readmore{
        font-size: 13px;
    }
}
@media (max-width: 767.98px) {
    /* .female-doctor{
        display: none !important;
     } */
     .border-prep h6 {
        margin-left: 1px;
    }
    section.padding-sec22 {
        padding: 40px 64px;
    }
    .pb-40 {
        padding-bottom: 14px !important;
    }
    .pb-200 {
        padding-bottom: 114px !important;
    }
    section.padding-sec {
        padding: 60px 0px;
    }
    .exam-tabs.nav-tabs .nav-item.show .nav-link,
    .exam-tabs.nav-tabs .nav-link,
    .exam-tabs.nav-tabs .nav-link.active {
        font-size: 18px;
    }
    .register-terms .register-step-img::before {
        opacity: 0;
    }
    .heading-before::before {
        width: 12px;
        height: 21px;
        top: 5px;
    }
    .heading-before {
        font-size: 28px !important;
    }
    .course-banner p {
        font-size: 16px;
    }
    .course-banner .btn-primary {
        font-size: 13px;
    }
    .landing-page p.title,.landing-page h1.title {
        font-size: 26px;
    }
    /* .home-banner2 {
        background-image: url('https://cdn.enursingportal.com/enursingportal.com/banner-bg-1.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .home-banner3 {
        background-image: url('https://cdn.enursingportal.com/enursingportal.com/banner-bg-2.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
    }  */
    .hide-onmobile{
        display: none;
    }
}
@media (max-width: 575.98px) {
    .font-42 {
        font-size: 36px;
    }
    section.padding-sec h2 {
        font-size: 24px;
    }
    .font-28 {
        font-size: 22px;
    }
    .font-22 {
        font-size: 16px;
    }
    .border-prep {
        padding: 4px 6px !important;
    }
    section.padding-sec22 {
        padding: 30px 6px;
    }
    .card-sec h2{
        font-size: 20px;
    }
    .landing-page  h4.font-40 {
        font-size: 20px;
    }
    .landing-page .font-18 {
        font-size: 14px;
    }
    section.padding-sec {
        padding: 30px 0px;
    }
    .exam-tabs.nav-tabs .nav-item.show .nav-link,
    .exam-tabs.nav-tabs .nav-link,
    .exam-tabs.nav-tabs .nav-link.active {
        font-size: 16px;
        padding: 8px;
        margin-right: 8px;
    }
    .exam-tabs.nav-tabs {
        padding: 0px 0px 0px;
    }
    .h-350 {
        height: 260px;
    }
    .desc {
        margin-bottom: 20px;
    }
    .home-exam-guide .readmore{
        font-size: 13px;
    }
    .register-step img {
        max-width: 40px;
        max-height: 40px;
    }
    /* .home-banner2 {
        background-position: right -100px bottom 0;
    }
    .home-banner3{
        background-position: right -100px bottom 0;
    } */

}
@media (max-width: 425.98px) {
    .text-prep.font-28 {
        font-size: 25px;
    }
    .landing-page p.title,.landing-page h1.title {
        font-size: 16px;
    }
    .landing-page p {
        font-size: 12px;
    }
    .landing-page p.font-20 {
        font-size: 14px;
        line-height: normal;
    }
    .exam-tabs.nav-tabs .nav-item.show .nav-link,
    .exam-tabs.nav-tabs .nav-link,
    .exam-tabs.nav-tabs .nav-link.active {
        font-size: 14px;
        padding: 8px 0px;
        line-height: inherit;
        margin-right: 13px;
    }
    .exam-tabs.nav-tabs {
        padding: 10px 0 0;
    }
    .landing-page h2 {
        font-size: 20px;
    }
    .landing-page h2.font-48 {
        font-size: 20px;
    }
    .landing-page h4.font-32 {
        font-size: 22px !important;
    }
    ul.banner-navigation-links {
        margin: 25px 0px;
    }
    .home-badge {
        font-size: 14px !important;
    }
    .card-sec p {
        font-size: 14px !important;
    }
    .testimonial-slider .owl-one .owl-dots {
        margin: 0 18px;
    }
    .lr-arrow.owl-carousel .owl-nav {
        right: 15px;
    }
    .banner-slider .owl-dots {
        bottom: 15px;
    }
    .review-more, .review-images li img {
        height: 40px;
        width: 40px;
    }
    .review-more i {
        font-size: 25px;
        color: var(--white);
        line-height: 35px;
    }
    /* .home-banner2 {
        background-position: right -145px bottom 0;
    }
    .home-banner3{
        background-position: right -100px bottom 0;
    } */
    .home-banner2 .btn-banner {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    section.padding-sec.subject-tracking {
        padding-bottom: 0;
    }
    .bg-view {
        position: absolute;
        left: 0;
        right: 0;
    }
    .max-h-500 {
        max-height: 500px;
        height: 100vh;
        min-height: 100%;
    }
    /*   .home-banner2 h1 {
        font-size: 34px;
    }
    .home-banner2 p {
        font-size: 16px;
    }*/
    .w-80 {
        width: 85%;
        margin-left: auto;
    }
    .bg-nav {
        position: relative;
        z-index: 1;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    }
    .bg-nav ul li a {
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #262626;
    }
    .bg-nav ul li a.btn-primary {
        background: #000000;
        border-radius: 6px;
        color: #fff;
    }
    .bg-nav ul li a.btn-primary:hover {
        background: rgba(0, 0, 0, 0.80) !important;
        border-radius: 6px;
        color: #fff;
    }
    .bg-nav h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #333333;
        margin-bottom: 0;
    }
}

