/*start join us banner*/
.banner-section {
    margin-bottom: 35px;
}

.join-us-banner {
    /*height: 257px;*/
    position: relative;
    background-size: cover;
    padding: 40px;
    color: white;
}

.join-us-banner .join-us-banner-content h2 {
    /*padding-top: 30px;*/
    font-weight: bold;
}

.join-us-banner .join-us-banner-content p {
    width: 500px;
}

.join-us-banner {
    background-image: url(../images/banner_2.png) !important ;
    position: relative;
    
}
.join-us-banner::before {
    content: '';
    width: 70px;
    height: 70px;
    background-image: url(../images/icon.png) !important;
    background-size: contain;
    position: absolute;
    inset-inline-end: 15px;
    background-repeat: no-repeat;
    bottom: 15px;
}

.join-us-banner .join-us-banner-content .join-us-btn {
    width: 300px;
    height: 53px;
}

.join-us-banner-content .hvr-txt-trans .txt::after {
    top: 20%;
}

/*end join us banner*/

.resend-code-btn {
    background-color: transparent;
    border: none;
    font-size: 18px;
}

.teacher-banner {
    display: block !important;
}

.read-only,
.read-only:focus {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.courses_pg .grad_tabs_content .sem_box .sem_tabs .tab.disabled_butn {
    pointer-events: none;
}

.course-price-wrapper {
    display: inline-block !important;
    height: 74px;
}

.subscribed-card-footer {
    height: 90px;
}

.text-description {
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
}

.related-courses .fa-star {
    color: var(--grey-text);
}

.video-wrapper {
    height: 512px;
}

.video-wrapper .fa-spinner {
    font-size: 50px;
    color: var(--mainColor);
}

.tests_pg .exam-title {
    height: 67px;
}

/*start pagination*/
.pagination-wrapper .pagination .page-link {
    border-radius: 5px !important;
    background-color: transparent;
    color: #999;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 45px;
    height: 40px;
    transition: all 0.3s ease;
}

.pagination-wrapper .pagination .page-link:hover,
.pagination-wrapper .pagination .page-link.active {
    background-color: var(--mainColor) !important;
    border-color: 1px solid var(--mainColor) !important;
}

.pagination-wrapper .pagination .page-item.active {
    background-color: var(--mainColor) !important;
    border-color: 1px solid var(--mainColor) !important;
}

.pagination-wrapper .pagination .page-item.active .page-link,
.pagination-wrapper .pagination .page-link:hover {
    color: #fff !important;
    border-color: var(--mainColor) !important;
}

/*end pagination*/

/***Start Notification Page***/
.profile_pg .tab_wrapper.noti_tab .noti_card {
    border-radius: 15px;
    padding: 35px 20px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    position: relative;
}

.profile_pg .tab_wrapper.noti_tab .noti_card .date {
    position: absolute;
    inset-inline-end: 20px;
    top: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #aaa;
}

.profile_pg .tab_wrapper.noti_tab .noti_card .date i {
    color: var(--primary);
}

.profile_pg .tab_wrapper.noti_tab .noti_card .icon_box {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--mainColor);
    margin-inline-end: 25px;
    color: #fff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_pg .tab_wrapper.noti_tab .noti_card .content {
    width: calc(100% - 80px);
}

.profile_pg .tab_wrapper.noti_tab .noti_card .content .title {
    font-weight: bold;
    color: #666;
    transition: all 0.3s linear;
    font-size: 20px;
    margin-bottom: 0px !important;
}

.profile_pg .tab_wrapper.noti_tab .noti_card .content .p {
    margin-top: 5px;
    font-size: 15px;
    color: #888;
}

.profile_pg .tab_wrapper.noti_tab .noti_card:hover .title {
    color: var(--primary);
}

/***End Notification Page***/

.notification-link {
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: transparent;
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 12px;
    border-radius: 25px;
    font-weight: bold;
}

.notification-link:hover {
    background-color: var(--mainColor);
    border: 1px solid var(--mainColor);
    color: #fff !important;
}

.notification-link .fa-bell {
    position: absolute;
    right: 15px;
}

.question-image-wrapper img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}


