/* welcome section */

.page-title-section {
    padding: 4rem 0;
    background: url(../image/dashboard/greeting-inner-bg.png);
    background-color: #002147;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    align-items: center;
    display: flex;
}

.welcome-section .welcome-upper-half {
    color: #F4B929;
    font-family: Poppins;
}
.page-name{
    color: #F4B929;
    font-family: Lemon;
    font-size: 4rem;
    font-weight: 600;
    text-align: right;
}

.title-container .superheading {
    color: #002147;
    font-family: Fira Sans;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
}

.superhead-line {
    position: absolute;
    left: 43%;
    right: 43%;
    top: 10%;
}

.section-title {
    color: #002147;
    text-align: center;
    font-family: Fira Sans;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3rem;
}
.subject-section {
    padding: 2rem 0;
}

.subject-card {
    display: flex;
    flex-direction: column;
    margin: 2.5rem 1.5rem;
    border: 1px solid #F1F1F1;
    border-radius: 0.4375rem;
    position: relative;
    /* justify-content: center;
    margin: auto;
    align-items: center; */
}

.subject-feature-img {
    border-radius: 0.4375rem 0.4375rem 0 0;
}

.subject-detail-container {
    display: flex;
    justify-content: space-between;
    padding: 1rem;

}

.super-icon-container {
    border-radius: 0.3125rem;
    background: #FDC800;
    width: fit-content;
    padding: 1rem;
    position: absolute;
    top: -2.7rem;
    left: 2rem;
}

.super-icon-container img {
    border-radius: 50%;
    box-shadow: 0px 15px 15px 0px rgba(21, 21, 21, 0.24);
}

.subject-title a {
    color: #002147;
    font-family: Poppins;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.72888rem;
    /* 138.309% */
}
/* popular exam section design */
.popular-exams-section {
    padding: 4rem 0;
    background-color: #f0f4f9;
}

.exam-card {
    position: relative;
    /* border: 1px solid red; */
    margin: 1rem;
    border-radius: 0.375rem;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    /* display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center; */
}

.exam-card a img {
    width: 100%;
    border-radius: 0.375rem 0.375rem 0 0;
}

.exam-statstics-container {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin-bottom: 10px
}

.exam-statstics-container li {
    color: #002147;
    font-size: 1rem;
    font-weight: 400;
    /* line-height: 1.75rem; */
}

.exam-card-inner {
    padding: 1rem;
}

.exam-card .exam-title a {
    color: #002147;
    font-family: Fira Sans;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.625rem;
}

.exam-rating {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.exam-subject-btn-fixed {
    border-radius: 3.125rem;
    background: #FDC800;
    padding: 0.25rem 1rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    color: #002147;
    font-family: Fira Sans;
    font-size: 0.9375rem;
    font-weight: 500;
}
.read-more-link a{
    color: #002147;
font-size: 1rem;
font-weight: 500;
}
.view-all-link-container a{
text-align: end;
color: #072655;
font-size: 1rem;
font-weight: 500;
}



/* assessment page */
.assessment-subject-section{
    padding: 3rem 0;
}
.assesment-subject-card{
    background: url(../image/dashboard/assessment-sub-bg.png);
    padding: 3rem 1rem;
    /* margin: auto; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    background-position: center;
    background-size: cover;
    margin: 1rem;
}
.assessment-subject-name{
    color: #000;
font-family: Rubik;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: 1.72888rem; /* 138.309% */
}
.take-a-test-btn{
    border-radius: 4px;
    background: #1363DF;
    text-align: center;
    padding: 10px;
}
.take-a-test-btn a{
    color: #FFF;

font-size: 15px;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
}

/* question bank page */
.course-card {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.course-card .course-title {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #181818;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
}

.course-card .course-description {
    color: #565872;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
    /* 170% */
}
.question-bank-section .course-card {
    background: url(../image/dashboard/latest-qb-bg.png);
    margin: 1rem;
    padding: 1.02rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 50px 10px rgba(95, 45, 237, 0.10);
}
.question-bank-section .course-card .course-card-inner {
    border-radius: 1.25rem;
    border: 1px solid #F48C06;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    padding: 0.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.question-bank-section {
    padding: 2rem 0;
}

/* question bank inner page  design */
.qb-section{
    padding: 3rem 0;
}
.qb-card-inner {
    border: 1px dashed grey;
    margin: 1rem;
    display: flex;
}
.qb-card-details{
    width: 70%;
    margin: auto 1rem;
}
.qb-card-image{
    width: 30%;
    text-align: end;
}
.qb-card-heading{
    color: #002147;
font-family: Fira Sans;
font-size: 1.25rem;
font-style: normal;
font-weight: 500;
line-height: 1.625rem; /* 130% */
}
.qb-card-description{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    list-style-type: none;
}
.qb-card-tags, .qb-card-date{
    color: #777;
font-family: poppins;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.625rem; /* 185.714% */
}

/* my doubt page design */
.accordion-item,
.accordion-button {
    background-color: transparent;
}

.question-asked-container .row {
    max-width: 100% !important;
}

.my-doubts-section {
    padding: 4rem 0;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../image/icon/arrow.svg");
    transform: rotate(180deg);
    background-size: auto;
    background-position: center;
}

.accordion-button.collapsed::after {
    background-image: url("../image/icon/arrow.svg");
    background-size: auto;
    background-position: center;
}

.question-asked-container .accordion-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    color: white;
    text-align: justify;
}

.my-doubts-section .ask-a-doubt-btn {
    border-radius: 0.25rem;
    border: 2px solid #072655;
    padding: 0.85rem 1.5rem;
    color: #072655;
    font-family: Fira Sans;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
}
.my-doubt-img-half {
    display: flex;
    align-items: end;
    justify-content: space-around;
    flex-direction: column;
}






/* profile page design */
.profile-page-header .container-fluid{
    padding: 0;
}
.profile-page-header .container-fluid img{
    width: 100%;
}
.profile-photo{
    position: relative;
}
.profile-photo .profile-pic{
    margin-top: -20%;
}
.profile-photo .edit-icon{
    position: absolute;
    bottom: 10px;
    left: 36%;
    z-index: 1;
}
.profile-name{
    color: #424544;
font-family: Fira Sans;
font-size: 2rem;
font-weight: 500;
line-height: 3rem;
}

.edit-btn-container{
    display: flex;
    align-items: center;
    justify-content: end;
}
.edit-btn-container .profile-edit-btn{
    border-radius: 4px;
    background: rgba(7, 38, 85, 0.50);
    color: #FFF;
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 500;
    padding: 0.5rem 2.5rem;
    border: none;
}

.profile-edit-btn{
    border-radius: 0.25rem;
    background: rgba(7, 38, 85, 0.50);
}
.profile-menu-listing{
    list-style-type: none;
}
.profile-menu-listing li{
    position: relative;
}
.border-block{
    position: absolute;
    border-radius: 0px 10px 10px 0px;
    background: #FDC800;
    width: 17px;
    height: 100%;
}

.profile-menu-listing li a{
    color: #82817F;
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 600;
}
.profile-menu-listing li.active a{
    color: #072655;
}
.profile-menu-listing li:not(:first-of-type)
{
    margin-top: 50px;
}
.vertical-line{
    height: 300px;
    border-left: 2px solid #072655;
}
.profile-menu-vl-container{
    display: flex;
    justify-content: space-around;
}
.profile-form-container{
    padding: 10px 20px;
}
.profile-form-container label{
    color: #0E1133;
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 500;
}
.profile-input-container{
    border-radius: 6px;
    border: 1px solid #003286;
    background: #F6F6F7;
    padding: 1rem;
    margin: 5px 2rem 15px 0;
}
.profile-input-container input{
    background: transparent;
}
.profile-form-container input::placeholder{
    color: #8E8C94;
font-family: Fira Sans;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.profile-change-password-btn{
    width: -webkit-fill-available;
    margin: 10px 2rem 2rem 0;
    border-radius: 4px;
    background: #072655;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 500;
    padding: 1rem;
}


/* active plan page design */
.active-plan-heading{
    color: #072655;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Fira Sans;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.active-plans-container{
    border-radius: 30px;
    background: rgba(255, 242, 192, 0.50);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 1rem 5rem;
}
.active-plan-card{
    margin: 1rem;
    padding: 1rem;
    border-radius: 5px;
    background: rgba(0, 133, 242, 0.50);
    backdrop-filter: blur(10px);
}
.active-plan-card .plan-title{
    color: #FFF;
    font-family: Fira Sans;
    font-size: 26px;
    font-weight: 700;
}
.active-plan-card-header{
    display: flex;
    align-items: center;
}
.active-plan-card img{
    width: auto;
    filter: drop-shadow(0 10px );
    filter: drop-shadow(0 10px .5rem grey);
}
.active-plan-card-body{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.active-plan-card-body .active-on-card, .active-plan-card-body .expiry-on-card{
    border-radius: 5px;
    background: #FFF;
    /* margin: 10px; */
    width: 48%;
    padding: 10px;
    width: 48%;
    text-align: center;
}
.active-plan-card-body .active-on-card h3, .active-plan-card-body .expiry-on-card h3{
    color: #767676;
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 700;
}
.active-plan-card-body .active-on-card h4, .active-plan-card-body .expiry-on-card h4{
    color: #002147;
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 700;
}

.recent-expired-container{
    border-radius: 30px;
    padding: 1rem 5rem;
    border: 1px solid #979797;
}
.expired-plan-card{
    text-align: center;
    margin: 1rem;
    padding: 1rem;
    border-radius: 5px;
    background: #D0D0D0;
}
.expired-plan-card .plan-title{
    color: #4F4F4F;
    font-family: Fira Sans;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 2px;
}
.expired-plan-card .expire-date{
    color: #4F4F4F;
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}


/* subscription page design */
.subscription-card{
    border-radius: 20px;
    background: #FFD910;
    padding: 1.5rem 1rem;
    margin: 0.5rem;
}

.subscription-card .subs-plan-title{
    color: #072655;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
}
.subscription-card .subs-plan-price{
    color: #4D4D4D;
    text-align: center;
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 500;
}
.subscription-card .plan-features-list{
    list-style-type: none;
}
.subscription-card .plan-features-list li{
    color: #575757;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
}
.subscription-plan-vl{
    border: 1px solid #D4D4D4;
    opacity: 1;
}
.subscription-card button{
    border-radius: 15px;
    background: #FFF;
    border: none;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 10px;
}