@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/cabinet-grotesk');

:root {
    --text-primary: #7a4dfc;
    --text-dark: black;
}

html,
body {
    background-color: #f8f9fa !important;
}

.page-wrapper .page-body-wrapper {
    background-color: #f8f9fa;
    letter-spacing: 0px !important;
    font-family: "Cabinet Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 0px !important;
}

.Stu-profile {
    font-size: 12pt !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-top: 0px !important;
}

.page-body {
    margin: 0px !important;
}

.text-weight-400 {
    font-weight: 400 !important;
}

.text-weight-500 {
    font-weight: 500 !important;
}

.text-weight-600 {
    font-weight: 600 !important;
}

.text-weight-700 {
    font-weight: 700 !important;
}

.text-weight-800 {
    font-weight: 800 !important;
}

.text-primary {
    color: var(--text-primary) !important;
}

.text-dark {
    color: var(--text-dark) !important;
}

.btn-outline-dark {
    border-color: var(--text-dark);
}

.btn-dark {
    background-color: var(--text-dark) !important;
}

.btn-primary {
    background-color: var(--text-primary) !important;
}

.cursor-pointer {
    cursor: pointer;
}

h1 {
    color: var(--text-dark);
}

.page-wrapper .page-header {
    position: sticky;
}

.hero-mockup-1 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 375px;
    min-height: 25vh;
    border-radius: 2vw 2vw 0vw 0;
}

.hero-mockup-cont {
    border-radius: 2vw 2vw 2vw 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
    overflow: hidden;
    background-color: #bdb2f7;
    width: 100%;
}

.text-black {
    color: black !important;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff28;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgb(215, 215, 215);
    border: 3px solid white;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(186, 186, 186);
}

.page-body {
    margin: 0px !important;
    width: 100% !important;
}

.myAlert {
    position: fixed;
    top: 30px;
    right: 30px;
    background-color: white !important;
    z-index: 999;
    width: 350px;
}

#mySlider .owl-next {
    font-size: 20pt;
    background-color: #0000008e;
    line-height: normal;
    color: white;
    padding: 0px 14px 7px 15px !important;
    position: absolute;
    top: 50%;
    right: 12px;
    border-radius: 50%;
}

#mySlider .owl-prev {
    font-size: 20pt;
    background-color: #0000006e;
    line-height: normal;
    color: white;
    padding: 0px 14px 7px 15px !important;
    position: absolute;
    top: 48%;
    left: 12px;
    border-radius: 50%;
}

#courseSlider .owl-next {
    font-size: 20pt;
    background-color: #0000008e;
    line-height: normal;
    color: white;
    padding: 0px 14px 7px 15px !important;
    position: absolute;
    top: 40%;
    right: 12px;
    border-radius: 50%;
}

#courseSlider .owl-prev {
    font-size: 20pt;
    background-color: #0000006e;
    line-height: normal;
    color: white;
    padding: 0px 14px 7px 15px !important;
    position: absolute;
    top: 40%;
    left: 12px;
    border-radius: 50%;
}


.course-slider-link {
    color: black !important;
}

.course-slider-link .customBanners {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.course-slider-link p {
    font-weight: 600;
    line-height: 1.3em;
}

.course-loader,
.courseType-loader {
    font-size: 13pt;
    font-weight: 700;
    color: black;
}

#mySlider .item:hover .course-slider-link {
    color: var(--text-primary) !important;
}

.no-data-box {
    background-color: white;
    padding: 15px;
    border: 2px dashed rgba(0, 0, 0, 0.199);
    border-radius: 5px;
    font-weight: 600;
    font-size: 12pt;
}

.type-col {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
}

.type-col:hover {
    transition: ease-in-out;
    transform: scale(1.04);
}

.type-col:hover .type-text-box h4 {
    color: blue;
}

.type-img-box {
    flex: 0 0 40%;
}

.type-img-box img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100px;
    object-fit: cover;
}

.type-text-box {
    padding: 15px;
}

.type-text-box h4 {
    font-size: 13pt;
}

.course-ratings {
    color: rgb(237, 138, 0);
}

.text-box .buy-Btn {
    margin-top: -28px;
    margin-bottom: 0px;
    float: right;
    border: 0px;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: newCourses 15s ease infinite;
    color: white;
    border-radius: 3px;
    padding: 4px 10px;
    font-size: 9pt;
    font-weight: 700;
}

.striked-price {
    font-size: 10pt;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.422);
    font-weight: 500;
    margin-right: 5px;
}

@keyframes newCourses {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#data-loader-my {
    position: fixed;
    top: 67px;
    left: 0px;
    z-index: 8;
}

.Load-bar {
    background-color: #fff3f4;
    min-width: 300px;
    min-height: 6px;
    position: relative;
    overflow: hidden;
}

.Load-bar::after {
    content: "";
    min-height: 6px;
    position: absolute;
    background: #c40014;
    transform: translateX(-100%);
    animation: animate 3s infinite;
}

.Load-bar::before {
    content: "";
    min-height: 6px;
    position: absolute;
    background: #c40014;
    transform: translateX(-100%);
    animation: animate 3s ease-out infinite;
    animation-delay: 1s;
    z-index: 5;
}

@keyframes animate {
    0% {
        transform: translateX(-100%);
        min-width: 10px;
    }

    100% {
        transform: translateX(300%);
        min-width: 400px;
    }
}

.course-box {
    cursor: pointer;
}

.course-box {
    color: black !important;
}

.course-box:hover {
    cursor: pointer;
    transform: scale(1.02)
}

.courseName {
    font-size: 13pt;
    font-weight: 800;
}

.courseIdText {
    font-size: 8pt;
}

.course-box:hover .courseName {
    color: blue;
}

#pagination li {
    cursor: pointer;
}

.my-form {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.21) !important;
    border-radius: 5px;
    padding: 7px;
    text-indent: 10px;
}

#putCount {
    font-weight: 700;
}

.no-data-img {
    width: 30%;
    margin: auto;
    display: block;
}

@media only screen and (max-width: 600px) {
    #data-loader-my {
        position: relative !important;
    }

    .Load-bar {
        top: 60px;
    }
}

.course-text-container {
    margin-left: 25px;
}

.course-text-container h1 {
    font-size: 18pt;
    font-weight: 700;
}

.rating i {
    color: rgb(237, 138, 0);
}

.description-box {
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.course-mrp {
    margin-left: 10px;
    font-weight: 600;
    font-size: 12pt;
    text-decoration: line-through;
    color: rgb(152, 152, 152);
}

.courseType a {
    font-weight: 600;
    letter-spacing: 0;
    color: black;
}

.courseType a:hover {
    color: blue !important;
}

.course-img img {
    width: 100%;
    object-fit: cover;
}

.read-more {
    font-weight: 700;
    letter-spacing: 0;
}

.live-img-box img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.category-text {
    display: flex;
    align-items: center;
}

.cat-thumb-box {
    flex: 0 0 30%;
}

.cat-thumb-box img {
    width: 100%;
    border-radius: 3px;
}

.cat-heading {
    flex: 0 0 70%;
    margin: 0px;
    margin-left: 10px;
}

.category-pills .nav-link {
    background-color: white !important;
    padding: 10px !important;
    color: black !important;
    margin-bottom: 10px;
}

.category-pills #category-tab {
    /* height: 405px;
    overflow-y: auto; */
    display: block;
}

.category-pills #category-tab::-webkit-scrollbar {
    width: 13px;
}

/* Track */
.category-pills #category-tab::-webkit-scrollbar-track {
    background: #F6F8FC;
}

/* Handle */
.category-pills #category-tab::-webkit-scrollbar-thumb {
    background-image: linear-gradient(139deg, #b300ff6a, #00adb973);
    border: 3px solid #F6F8FC;
    border-radius: 50px;
}

/* Handle on hover */
.category-pills #category-tab::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(139deg, #b400ff, #00adb9);
}

.category-pills #v-pills-tabContent {
    height: 405px;
    overflow-y: auto;
    border: 2px dashed rgba(0, 0, 0, 0.136);
}

.subCat-img-box img {
    height: 80px;
    object-fit: cover;
}

.login-eye {
    font-size: 20pt;
    text-align: end;
    float: right;
    margin-top: -42px;
    margin-right: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.46);
}

.btns-buy-now {
    display: flex;
    gap: 5px;
}

.play-list {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0px;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    cursor: pointer;
}

.play-list-thumb {
    flex: 0 0 25%;
}

.play-list-text {
    flex: 0 0 75%;
}

.video-Date {
    font-size: 8pt;
}

.video-rating {
    font-size: 8pt;
    font-weight: 600;
}

.video-thumb-box {
    background-color: #000000b0;
    color: white;
    height: 70px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    font-size: 18pt;
}

.video-thumb-box i {
    visibility: hidden;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.947);
}

.play-list:hover {
    background-color: rgba(0, 0, 0, 0.041);
}

.play-list:hover i {
    visibility: visible;
}

/* .play-list-container {
    height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
} */

.video-thumb-box {
    background-repeat: no-repeat;
    background-size: cover;
}

.play-list-text h5 {
    font-size: 9pt;
    font-weight: 700;
}

.play-list:hover h5 {
    color: blue;
}

#append-video-playList .active {
    background-color: #0044ff19;
}

#append-video-playList .active h5 {
    color: blue;
}

.teacher-box {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.teacher-sub {
    font-size: 9pt;
    line-height: 1.2em;
}

.teacher-box h5 {
    font-weight: 900;
    font-size: 12pt;
}

#teacherImg {
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.cat-main-text {
    cursor: pointer;
}

.cat-text {
    font-weight: 800;
}

.cat-main-text:hover {
    background-color: #0000c407 !important;
    color: blue;
}

#category-tab .active {
    color: white;
    background-image: linear-gradient(139deg, #b400ff, #00adb9);
}

.sub-text {
    border: 1px solid rgba(0, 0, 0, 0.079);
    color: black !important;
}

.sub-text:hover {
    border: 1px solid rgba(0, 34, 255, 0.326);
    cursor: pointer;
    transform: scale(1.05);
}

.sub-text:hover h6 {
    color: blue;
}

.chatArea {
    padding: 0px;
}

.no-live-class {
    background-color: #FDF2F0;
    padding: 20px 15px;
    border-radius: 5px;
    border: 2px dashed #ffbfb4;
}

.page-wrapper .page-header {
    z-index: 999;
}

.toogle-bg {
    background-color: rgba(0, 0, 0, 0.518);
    height: 100vh;
    width: 100%;
    position: fixed;
    right: 0px;
    z-index: 10;
    top: 0px;
    display: none;
}

.sideBar-Menu {
    height: 97.5vh;
    width: 400px;
    position: fixed;
    right: 10px;
    z-index: 11;
    top: 10px;
    background-color: white;
    border-radius: 10px;
    overflow-y: auto;
}

.sideBar-Menu a {
    color: black;
}

#close-sideBar {
    background-color: black;
    color: white;
    padding: 7px 13px;
    border-radius: 50%;
    float: right;
    font-size: 12pt;
    cursor: pointer;
}

#close-sideBar:hover {
    background-color: blue;
    transform: scale(1.06);
}

.toggleMenu {
    width: fit-content;
    border: 2px dashed rgba(0, 0, 0, 0.236);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12pt;
    font-weight: 700;
    background-color: #0000000c;
    cursor: pointer;
}

.toggleMenu:hover {
    background-color: #001eff;
    color: white;
    border: 2px dashed #001eff;
    transform: scale(1.06);
}

.profile-box h5 {
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10pt !important;
}

.profile-box h5 .mobile-number {
    font-weight: 400;
    font-size: 8pt !important;
}

.menu-container {
    background-color: rgba(0, 0, 188, 0.047);
}

.menu-item {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.menu-item:hover {
    transform: scale(1.05);
}

.menu-item h6 {
    font-size: 10pt !important;
    color: black;
}

.menu-item h4 {
    color: black;
    font-size: 12pt !important;
}

.menu-item:hover h6 {
    color: blue !important;
}

.menu-item:hover h4 {
    color: blue !important;
}

.menu-all-items {
    overflow-y: auto;
    overflow-x: hidden;
}

.menu-container .active {
    background-image: linear-gradient(139deg, #b400ff, #00adb9);
    color: white !important;
}

.menu-container .active h6 {
    color: white !important;
}

.menu-container .active h4 {
    color: white !important;
}

.menu-all-items::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.menu-all-items::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
.menu-all-items::-webkit-scrollbar-thumb {
    background-image: linear-gradient(139deg, #b300ff6a, #00adb973);
    border: 3px solid white;
    border-radius: 50px;
}

/* Handle on hover */
.menu-all-items::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(139deg, #b400ff, #00adb9);
}

.play-list .play-btn {
    font-size: 8pt;
    font-weight: 700;
    border: 1px solid red;
    margin-right: 10px;
    padding: 3px 8px;
    border-radius: 3px;
    color: red;
}

.play-list .play-btn:hover {
    color: white;
    background-color: red;
}

.showVideos {
    font-size: 9pt !important;
    padding: 2px 11px;
}

.btns-group {
    display: flex;
    gap: 5px;
}

.subNotes-cont {
    display: flex;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    align-items: center;
    background-color: white;
    cursor: pointer;
    justify-content: space-between;
}

.subNotes-cont h6 {
    color: black;
    letter-spacing: normal;
}

.subNotes-cont:hover h6 {
    color: blue;
}

.cat-btns-box {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

#category-tab .active .cat-btns-box .showVideos {
    color: white;
    border: 1px solid white;
}

#category-tab .active .cat-btns-box .showVideos:hover {
    color: black;
    border: 1px solid white !important;
    background-color: white !important;
}

#category-tab .active .cat-btns-box .showVideos:focus {
    color: black;
    border: 1px solid white !important;
    background-color: white !important;
}

/* component */

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 3em;
    padding: 0 .2em;
    text-align: center;
    width: 100%;
    justify-content: center;
    line-height: 0.7;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating :checked~label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #f90;
}

.closeReview,
.saveReview {
    padding: 2px 15px;
}

#watch-pills .nav-link {
    border: 2px dashed #0000003b;
    padding: 2px 15px;
    color: black;
    font-size: 10pt;
    font-weight: 700;
    border-radius: 100px;
    letter-spacing: unset;
    margin-right: 5px;
    background-color: white;
}

#watch-pills .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-image: linear-gradient(139deg, #b400ff, #00adb9) !important;
    color: white;
    border: 0px;
    padding: 4px 15px;
}

.info-circle-player {
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.87);
    color: black;
    border-radius: 50%;
    padding: 2px 10.2px;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 2;
    border: 1px solid #00000029;
    cursor: pointer;
}

.info-data-player {
    background-color: rgba(255, 255, 255, 0.936);
    width: fit-content;
    position: absolute;
    top: 11px;
    border: 1px solid #00000029;
    right: 25px;
    padding: 9px 38px 3px 15px;
    z-index: 1;
    border-radius: 103px;
}

.info-data-player p {
    letter-spacing: normal;
}

.video_details h6 {
    font-size: 15pt;
}

.video_details {
    font-size: 10pt;
    font-weight: 500;
}

.rateCurrent-video {
    cursor: pointer;
}

.rateCurrent-video:hover {
    background-color: #00000017;
    padding: 5px;
    border-radius: 5px;
}

.coupon-input {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid rgba(0, 0, 0, 0.11);
    outline: none;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    padding-right: 80px;
}

.course-coupon-box {
    padding: 10px 40px;
}

.course-coupon-box .item {
    border: 1px solid rgba(0, 0, 0, 0.152);
    padding: 8px 15px;
    border-radius: 5px;
    background-color: white;
}

#couponSlider .owl-nav {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 11px;
}

#couponSlider button.owl-prev {
    margin-left: -30px;
    font-size: 16pt;
    padding: 0px 8px 3px 9px !important;
    background-color: black;
    color: white;
    line-height: 1em;
    border-radius: 50%;
}

#couponSlider .owl-stage-outer {
    z-index: 2;
}

#couponSlider button.owl-next {
    margin-right: -30px;
    font-size: 16pt;
    padding: 0px 8px 3px 9px !important;
    background-color: black;
    color: white;
    line-height: 1em;
    border-radius: 50%;
}

.seeAllCoupons {
    color: black;
    padding: 0px;
    border: 0px;
    font-weight: 700;
    background-color: white;
    float: right;
}

.seeAllCoupons:hover {
    color: blue;
}

.coupon-btn {
    float: right;
    margin-top: -35px;
    position: relative;
    z-index: 9;
    margin-right: 10px;
}

.coupon-btn button {
    border: 0px;
    background-color: white;
    font-weight: 700;
    padding: 0px;
    font-size: 14pt;
    color: blue;
}

.coupon-btn a {
    border: 0px;
    background-color: white;
    font-weight: 700;
    padding: 0px;
    font-size: 14pt;
    color: blue !important;
    cursor: pointer;
}

.free-notes-box {
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
}

.pdf-opener {
    height: 85vh;
}

.pdf-box-conatiner {
    height: 85vh;
}

.freeNotes-course .sub-head {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    flex: 0 0 10%;
    background-image: linear-gradient(139deg, #b400ff, #00adb9) !important;
    color: white;
    font-size: 20pt !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.freeNotes-course .subject-cont {
    display: flex;
}

.freeNotes-course .subject-box {
    background-color: white;
    flex: 0 0 90%;
    display: flex;
    white-space: nowrap;
    overflow: auto;
    gap: 5px;
}

.freeNotes-course .subject-box .subpill {
    background-color: #0000000a;
    width: fit-content;
    padding: 4px 13px;
    border-radius: 50px;
    border: 1px solid #00000014;
    font-weight: 600;
    color: black;
    cursor: pointer;
}

.freeNotes-course .subject-box .subpill:hover {
    color: white;
    background-color: black;
}

.freeNotes-course .subject-box .active {
    color: white;
    background-color: black;
}

#subject-topics-box .sub-Col {
    border: 1px solid #00000012;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    transition: 0.3s;
}

#subject-topics-box .sub-Col:hover {
    transform: scale(1.05);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.085);
}

#subject-notes-box .sub-Col-notes {
    border: 1px solid #00000012;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    transition: 0.3s;
    word-break: break-all;
}

#subject-notes-box .sub-Col-notes:hover {
    transform: scale(1.05);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.085);
}

.courseView-Notes {
    width: 100%;
    background-color: rgb(0, 13, 255);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    border: 0px;
}

.freeNotes-switch {
    border: 2px dashed #cdcdcd;
    font-size: 12pt;
    font-weight: 600;
    padding: 2px 16px;
    border-radius: 100px;
    background-color: white;
    margin-right: 5px;
}

.freeNotes-switch:hover {
    background-image: linear-gradient(139deg, #b400ff, #00adb9) !important;
    color: white;
    padding: 3px 16px;
    border: 0px;
}

#freeNotes-pills .active {
    background-image: linear-gradient(139deg, #b400ff, #00adb9) !important;
    color: white;
    padding: 3px 16px;
    border: 0px;
}

.word-break {
    word-break: break-all;
}

.layout-carousel .item {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgb(231, 231, 231);
}

.layout-carousel .owl-stage {
    display: flex;
}

.layout-carousel .owl-stage-outer {
    position: relative;
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.layout-carousel .owl-stage-outer::-webkit-scrollbar {
    display: none;
}

.layout-carousel .owl-nav {
    display: flex;
    justify-items: flex-end;
    position: absolute;
    top: -55px;
    margin: 0px;
    width: 100%;
    justify-content: flex-end;
}

.layout-carousel .owl-next {
    font-size: 20pt !important;
    background-color: #0000008e !important;
    line-height: normal !important;
    color: white !important;
    padding: 0px 14px 7px 15px !important;
    border-radius: 50% !important;
    border: 0px !important;
}

.layout-carousel {
    position: relative;
}

.layout-carousel .owl-prev {
    font-size: 20pt !important;
    background-color: #0000006e !important;
    line-height: normal !important;
    color: white !important;
    padding: 0px 14px 7px 15px !important;
    border-radius: 50% !important;
    border: 0px !important;
}

.form-now input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.141);
}

.form-now select {
    border-radius: 5px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.141);
    padding: 8px 10px;
}

.main-container {
    display: flex;
    height: 100vh;
    align-items: center;
}

.form-container {
    flex: 0 0 50%;
    padding: 0px 150px;
}

.image-container {
    flex: 0 0 50%;
    background-image: url('../images/singup-bg.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 50px;
}

.my-form-button {
    border: 0px;
    width: 100%;
    padding: 10px;
    background-color: black;
    border-radius: 5px;
    color: white;
    font-weight: 600;
}

#course-b-price {
    font-size: 20pt;
    font-weight: 700;
}

.LiveMenu {
    width: fit-content;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12pt;
    font-weight: 700;
    /* background-color: #0000000c; */
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.LiveMenu:hover {
    background-color: #0000000c;
}

.live-video-colBox {
    border: 1px solid #0000001a;
    border-radius: 5px;
}

.live-videoBox-btn {
    background-image: linear-gradient(139deg, #b400ff, #00adb9) !important;
    color: white;
    border: 0px;
    border-radius: 100px;
    font-weight: 700;
    width: 100%;
    font-size: 8pt;
}

.live-videos-contBox {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.689);
    z-index: 1050;
    padding: 10px;
    display: none;
}

.live-videos-rowBox {
    background-color: white;
    position: relative;
    height: 100%;
    width: 28%;
    float: right;
    overflow-y: auto;
    border-radius: 10px;
    padding: 20px;
}

.live-video-imgBox img {
    object-fit: cover;
}

.live-video-DetailsBox a {
    color: white;
}

.live-video-DetailsBox h6 {
    font-size: 9pt;
}

.live-video-DetailsBox p {
    font-size: 7pt;
}

.live-videos-loaderBox {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.testSeries-container {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.074);
}

.testSeries-container .img-box {
    flex: 0 0 30%;
}

.testSeries-container:hover .text-box {
    color: blue;
}

.testSeries-container:hover {
    border: 1px solid rgba(0, 0, 255, 0.184);
}

#testType-fill .active {
    background-color: blue !important;
}

#testType-fill .active .text-box {
    color: white !important;
}

.testLayout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.testMeta:not(:first-of-type) {
    margin-left: 6px;
}

span.testMeta {
    background-color: #000bff17;
    color: #000bff;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 9pt;
    font-weight: 700;
}

.testSeries-layout {
    background-image: linear-gradient(180deg, #f4dfff, #ffffff) !important;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgb(217, 217, 217);
}

.testSeries-layout .img-box img {
    width: 60px;
    height: 60px;
    background-color: white;
    padding: 5px;
    border-radius: 50%;
    object-fit: contain;
}

.testSeries-layout .language p {
    font-size: 9pt;
    margin: 0px;
    width: 100%;
    color: rgb(0, 21, 211);
    font-weight: 600;
    border-top: 1px solid rgb(232, 232, 232);
    border-bottom: 1px solid rgb(232, 232, 232);
    padding: 5px 0px;
}

.testSeries-btn {
    width: 100%;
    border: 0px;
    background-color: black;
    color: white;
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
}

#fill-testSeries {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}

#testSeries-fill {
    height: 400px;
    overflow-y: auto;
}

#testType-fill {
    height: 480px;
    overflow-y: auto;
}

.testSeries-layout .details-box h5 {
    height: 37px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notificationBtn {
    font-size: 18pt;
    color: black;
    cursor: pointer;
}

.notificationBtn:hover {
    color: blue;
}

.testSeriesTitle-testList {
    display: flex;
    gap: 10px;
    align-items: center;
}

#testSeries-Details .testListMeta:not(:first-of-type) {
    margin-left: 10px;
}

#testSeries-Details .totalTest {
    font-weight: 700;
    color: black;
}

#testSeries-Details .freeTest {
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(139deg, #b400ff, #00adb9) !important;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 9pt;
}

.testSeries-Details-cont {
    background-image: linear-gradient(139deg, #f4d7ff, #dafdff) !important;
}

#testSeries-Details {
    padding: 30px 0px;
    width: 1200px;
}

.purchaseTestSeries {
    width: 100%;
    padding: 8px;
    border: 0px;
    border-radius: 5px;
    background-image: linear-gradient(139deg, #b400ff, #00adb9) !important;
    color: white;
    font-weight: 700;
}

.testLayout-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: linear-gradient(139deg, #f8e5ff, #e8feff) !important;
    padding: 8px 15px;
}

.testLayout-footer h5 {
    font-size: 9pt;
}

.startTest-btn {
    width: 100%;
    padding: 8px 20px;
    border: 0px;
    border-radius: 5px;
    background-image: linear-gradient(139deg, #b400ff, #00adb9);
    color: white;
    font-weight: 600;
}

.showResult-btn {
    width: 100%;
    padding: 8px 20px;
    border: 0px;
    border-radius: 5px;
    background-image: linear-gradient(139deg, #3ace00, #8eae00);
    color: white;
    font-weight: 600;
}

.testStart-btn button#not-live {
    background-image: none;
    background-color: rgba(255, 166, 0, 0.03);
    color: orange !important;
    pointer-events: none;
}

.testStart-btn button#expired-btn {
    background-image: none;
    background-color: rgba(255, 0, 0, 0.033);
    color: rgb(198, 0, 0) !important;
    pointer-events: none;
}

.testStart-btn button#unlock-btn {
    background-image: linear-gradient(139deg, #a000c8, #ff5900) !important;
    color: rgb(255, 255, 255) !important;
}

.summaryCol {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.summaryCol .icon {
    line-height: 1.2em;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16pt;
    display: flex;
    align-items: center;
    justify-content: center;
}

:root {
    --rankColor: red;
    --scoreColor: rgb(122, 0, 183);
    --attemptColor: rgb(0, 172, 235);
    --accuracyColor: rgb(59, 178, 0);
    --percentColor: rgb(0, 33, 178);
}

.rankBox .icon {
    background-color: var(--rankColor);
    color: white;
}

.scoreBox .icon {
    background-color: var(--scoreColor);
    color: white;
}

.attemptedBox .icon {
    background-color: var(--attemptColor);
    color: white;
}

.accuracyBox .icon {
    background-color: var(--accuracyColor);
    color: white;
}

.percentileBox .icon {
    background-color: var(--percentColor);
    color: white;
}

.moduleSummary-text {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.moduleSummary-box .scoreBar {
    width: 100%;
    height: 10px;
    background-color: rgb(232, 232, 232);
    margin-top: 20px;
    border-radius: 100px;
}

.moduleSummary-text .icon h5 i {
    color: white;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    margin-right: 5px;
}

.moduleSummary-box .scoreBar .scoreProgress {
    width: 0%;
    height: 10px;
    border-radius: 100px;
}

#scoreBox .icon h5 i,
#scoreBar .scoreProgress {
    background-color: var(--scoreColor);
}

#attemptBox .icon h5 i,
#attemptBar .scoreProgress {
    background-color: var(--attemptColor);
}

#accuracyBox .icon h5 i,
#accuracyBar .scoreProgress {
    background-color: var(--accuracyColor);
}

#percentBox .icon h5 i,
#percentBar .scoreProgress {
    background-color: var(--percentColor);
}

.module-Name:hover {
    cursor: pointer;
    color: blue;
}

#moduleData-fill .active {
    background-color: blue !important;
    color: white;
}

.menuInfo-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 13px;
    border-radius: 5px;
    cursor: pointer;
}

.menuInfo-item h5 {
    font-size: 10pt !important;
}

.menuInfo-item:hover h5 {
    color: blue;
}

.menuInfo-item:hover {
    background-color: rgb(240, 238, 255);
}

.freeTest-flag {
    background-image: linear-gradient(90deg, #41e600, #07d000);
    width: fit-content;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 8pt;
    color: white;
    border: 1px solid #00bb1f95;
}

.notification-container {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.689);
    z-index: 1050;
    padding: 10px;
    display: none;
}

.notifications-rowBox {
    background-color: white;
    position: relative;
    height: 100%;
    width: 25%;
    float: right;
    overflow-y: auto;
    border-radius: 10px;
    padding: 20px;
    display: none;
}

.notification-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.notification-content:hover {
    background-color: rgba(232, 234, 240, 0.468);
}

.notification-content:hover .notification-text h6 {
    color: blue;
}

.notification-content .notification-thumb {
    flex: 0 0 20%;
}

.notification-content .notification-thumb img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    background-color: rgb(237, 237, 237);
    border-radius: 3px;
}

.notification-content .notification-text {
    flex: 0 0 76%;
}

.notification-content .notification-text p {
    line-height: 1.2em;
    font-size: 8pt;
}

.notification-loader {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification-loader .spinner-border {
    border: 5px solid blue;
    border-right-color: transparent;
}

.load-more-button {
    width: 100%;
    padding: 10px;
    border: 0px;
    border-radius: 5px;
    background-image: linear-gradient(139deg, #b400ff, #00adb9);
    color: white;
    font-weight: 600;
    position: sticky;
    bottom: 0px;
}

.notes-box {
    position: relative;
    height: 550px;
}

.notes-box .block-iframe {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#app-popup {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 250px;
    z-index: 99999;
    background-color: white;
    padding: 20px;
    display: none;
}

#app-popup h4 {
    font-size: 12pt;
    color: black;
    text-align: center;
}

#close-App-Popup {
    color: rgb(255, 255, 255);
    position: absolute;
    background-color: black;
    line-height: 1em;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    top: -5px;
    right: -5px;
    border: 2px solid white;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.473);
}

#app-popup button {
    padding: 5px;
    background-color: black;
    border: 0px;
    color: white;
    border-radius: 5px;
    font-size: 10pt;
}

.whatsApp-mainIcon {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 10;
}

.whatsApp-mainIcon i {
    background-color: green;
    color: white;
    font-size: 20pt;
    padding: 14px 15px;
    border-radius: 50%;
    cursor: pointer;
}

#helpLinks .active {
    background-image: linear-gradient(139deg, #b400ff, #00adb9);
    color: white;
}

#helpLinks .active:hover h5 {
    color: white !important;
}

#assignmentListFill .assignBox {
    text-align: center;
    position: relative;
}

#assignmentListFill .assignBox .assignmentTitle {
    font-size: 13pt;
}

#assignmentListFill .assignBox .assignmentDesc {
    font-size: 10pt;
    margin-bottom: 10px;
    line-height: 1.3em;
}

#assignmentListFill .assignBox .assignmentData {
    font-size: 10pt;
    margin-top: 10px;
}

.assignment-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.assignment-btns .assign-btn {
    width: 100%;
    border: 0px;
    font-size: 8pt;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid black;
    font-weight: 700;
    background-color: white;
}

.assignment-btns .assign-btn:hover {
    background-color: black;
    border: 1px solid black;
    color: white;
}

#assignmentListFill .assignBox .upload-assign-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0px;
    background-color: black;
    color: white;
    padding: 5px 8px;
    border-top-right-radius: 5px;
}

#assignmentListFill .assignBox .upload-assign-btn:hover {
    background-color: blue;
}

#assignmentListFill .assignBox .checkedCopyBtn {
    border: 1px solid rgb(0, 104, 232);
    color: rgb(0, 104, 232);
}

#assignmentListFill .assignBox .checkedCopyBtn:hover {
    background-color: rgb(0, 104, 232);
    color: rgb(255, 255, 255);
}

#assignmentListFill .assignBox .assign-logins {
    border: 1px solid rgb(232, 0, 0);
    color: rgb(232, 0, 0);
}

#assignmentListFill .assignBox .assign-logins:hover {
    background-color: rgb(232, 0, 0);
    color: rgb(255, 255, 255);
}

.socialLinks-company i {
    background-color: rgb(242, 242, 255);
    color: blue;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2.2em;
}

.socialLinks-company i:hover {
    background-color: blue;
    color: white;
}

.companyAddress {
    word-break: break-all;
}


.cat-pills {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: max-content;
}

.cat-pills-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    gap: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    flex-shrink: 0;
}

.cat-pills-item-active {
    background-color: rgb(239, 249, 255);
    border: 2px solid rgb(180, 213, 255);
}

.cat-pills-item:hover {
    box-shadow: 0px 0px 10px 1px rgb(210, 229, 255);
    color: rgb(0, 106, 255);
    border: 2px solid rgb(180, 213, 255);
}

.category-scroll-wrapper {
    overflow-x: hidden;
    white-space: nowrap;
    padding: 10px 0;
    position: relative;
}

.scroll-btn {
    background: #000000;
    border: 0px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 7pt;
    border-radius: 50%;
    flex-shrink: 0;
}

.cat-carousel-box {
    display: flex;
    gap: 20px;
}

.carousel-item {
    flex-shrink: 0;
    border-radius: 15px;
    margin-right: 20px;
}

.carousel-arrows {
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
}

.carousel-arrows:hover {
    border: 2px solid var(--text-primary);
}

#course-container .course-col .course-title {
    -webkit-line-clamp: 2;
    min-height: 70px;
}

.text-truncate-verticle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#course-container .course-col:hover .course-title {
    color: var(--text-primary);
    cursor: pointer;
}

#course-container .course-thumbnail {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    position: relative;
    overflow: clip;
}

#course-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-in-out;
}

#course-container img:hover {
    transform: scale(1.1);
}

#course-container .course-thumbnail .course-review {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white;
    padding: 5px 8px;
    border-radius: 100px;
    line-height: 0;
}

.text-initial {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: black;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 20pt;
    font-weight: 700;
}

/* Accordian */
#faq .accordion-button {
    border-radius: 10px;
    border: 0px;
    background-color: #f2f2f2;
    padding: 20px 25px;
    font-size: 15pt;
    color: black;
    font-weight: 700;
}

#faq .accordion-button:focus {
    box-shadow: none !important;
}

#faq .accordion-collapse {
    background-color: var(--text-primary);
    border: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
}

#faq .accordion-button:not(.collapsed) {
    background-color: var(--text-primary);
    color: white;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.252);
}

#faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: white;
}

.carousel-prev,
.carousel-next {
    background-color: rgb(0, 0, 0);
    font-size: 8pt;
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.course-grid {
    background: linear-gradient(0deg, #fff, #fff, #4c68ca);
    padding: 1px;
    border-radius: 10px;
    margin: 5px 0px;
}

.course-grid-2 {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.course-grid .course-thumbnail {
    border-radius: 10px;
}

.text-10 {
    font-size: 10pt !important;
}

.discount-badge {
    display: flex;
    align-items: center;
}

.discount-badge .discount-svg {
    margin-right: -3px;
}

.discount-badge .discount-text {
    font-size: 12px;
    --tw-bg-opacity: 1;
    background-color: rgb(223 241 228/var(--tw-bg-opacity));
    border-radius: .25rem;
    padding: 6px 10px;
    line-height: 14px;
    color: rgb(27, 121, 56);
}

.course-categories-box .active {
    background-color: rgb(238 243 255) !important;
    border: 1px solid rgb(192 211 255) !important;
    color: rgb(0 65 220);
}

.video-category .active {
    background-color: rgb(238 243 255) !important;
    border: 1px solid rgb(192 211 255) !important;
    color: rgb(0 65 220);
}

.course-categories-box .course-category-item:hover {
    background-color: rgb(238 243 255) !important;
    border: 1px solid rgb(192 211 255) !important;
    color: rgb(0 65 220);
}

.bg-light-shimmer {
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite linear;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Slick Carousel */
.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed !important;
}

.page-wrapper .page-header {
    padding: 10px;
    background-color: transparent !important;
    box-shadow: none !important;
}

.page-wrapper .page-header .header-container {
    border-radius: 10px;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: white !important;
}

/* Bottom Pop */
/* .bottom-pop {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 98%;
    background-color: white;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    height: calc(100vh - 80px);
    transition: bottom 0.4s ease-in-out;
}

.bottom-pop.show {
    bottom: 0;
}

.bottom-pop.hide {
    bottom: -100%;
} */

@media only screen and (max-width: 480px) {
    .left-header .row {
        display: block;
    }

    .form-container {
        flex: 0 0 100% !important;
        padding: 30px !important;
    }

    .image-container {
        display: none !important;
    }

    .left-header .row .main-logo {
        width: 100% !important;
    }

    .LiveMenu .live {
        font-size: 10pt;
    }

    .toggleMenu .menu {
        display: none;
    }

    .profile-text {
        display: none;
    }

    .profile-box {
        padding: 0px !important;
    }

    .profile-box::after {
        display: none !important;
    }

    .main-logo .logo {
        width: 100%;
        height: 80px;
        object-fit: contain;
    }

    .page-wrapper .page-header #header-wrapper {
        padding: 0px 0px !important;
    }

    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
        margin-top: 0px !important;
    }

    /* .footer .row {
        display: block;
    } */

    .footer .row .col-3 {
        width: 100%;
    }

    .socialLinks-company {
        margin-bottom: 20px;
    }

    #course-details .course-details-box-append {
        display: block !important;
        margin-bottom: 30px;
    }

    #course-details .course-details-box-append .col-7,
    .col-5 {
        width: 100%;
    }

    .course-text-container {
        margin: 0px;
    }

    #course-details .course-details-box-append .course-img {
        margin-bottom: 10px;
    }

    #course-details .course-details-box-append .btns-buy-now {
        background-color: white;
        padding: 5px;
        border-radius: 3px;
        position: sticky;
        bottom: 10px;
    }

    #course-details .course-details-box-append .btns-buy-now a,
    button {
        font-size: 8pt !important;
    }

    #found-videos-box {
        display: block !important;
    }

    #found-videos-box .col-8 #player {
        height: 250px !important;
        margin-bottom: 20px;
    }

    #teacher-details {
        display: block;
    }

    #teacher-details .col-3 {
        width: 50%;
    }

    #fill-testSeries .row {
        display: block;
    }

    #fill-testSeries .row #testType-fill {
        width: 100%;
        height: auto;
        display: flex;
        gap: 10px;
    }

    #fill-testSeries .row .col-10 {
        width: 100%;
    }

    #fill-testSeries .testSeries-container {
        flex: none;
        padding: 10px !important;
        margin: 0px !important;
    }

    #fill-testSeries .testSeries-container .text-box h5 {
        font-size: 9pt;
    }

    #testSeries-fill {
        height: auto;
    }

    #testSeries-fill .col-3 {
        width: 100%;
    }

    #course-details .col-7 {
        width: 100%;
    }

    #course-details .col-7 #player {
        height: 250px !important;
    }

    .info-data-player {
        width: 300px;
    }

    #course-details #pills-tab {
        display: inline-flex;
        width: 100%;
        overflow: auto;
        margin-top: 10px;
    }

    #course-details #pills-tab li {
        width: auto !important;
    }

    #pills-tabContent .play-list-container {
        height: auto;
    }

    .rateCurrent-video {
        white-space: nowrap;
    }

    .toogle-bg {
        padding: 10px;
    }

    .toogle-bg .sideBar-Menu {
        position: relative;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .sideBar-Menu .row {
        display: flex;
    }

    .menu-container .menu-item {
        padding: 10px;
    }

    .menuInfo-item h5 {
        font-size: 8pt !important;
    }

    .notifications-rowBox {
        width: 100% !important;
    }

    .live-videos-rowBox {
        width: 100% !important;
    }

    #data-loader-my {
        top: -76px;
    }

    .testSeries-Details-cont {
        margin-top: -20px;
    }

    .testSeries-Details-cont #testSeries-Details {
        width: 100%;
    }

    #testList-Series-thumb {
        width: 100% !important;
        margin: auto;
    }

    #testListFill .col-6 {
        width: 100%;
    }

    #testSeries-page-container {
        width: 95% !important;
    }

    span.testMeta {
        white-space: nowrap;
        line-height: 2.6em;
    }

    .testLayout {
        display: block;
    }

    .testLayout .testStart-btn {
        margin-top: 10px;
    }

    .no-data-img {
        width: 100%;
    }

    #pdf-box-conatiner #fill-freeNotes .col-3 {
        width: 100%;
    }
}

.login-main {
    height: 100vh;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .left-header .row .main-logo {
        width: 100%;
    }

    .live-videos-rowBox,
    .notifications-rowBox {
        width: 50%;
    }

    .course-details-box-append {
        display: block !important;
    }

    .course-details-box-append div {
        width: 100% !important;
        margin: 0px;
        margin-bottom: 10px;
    }

    .course-details-box-append div .course-img {
        margin-bottom: 20px;
    }

    .btns-buy-now {
        position: sticky;
        bottom: 10px;
        background-color: white;
        padding: 10px;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.096);
        border-radius: 5px;
    }

    #free-videos-modal .modal-dialog {
        max-width: 90%;
    }

    #found-videos-box div {
        width: 100%;
    }

    #found-videos-box div #player {
        height: 330px;
        margin-bottom: 20px;
    }

    .purchase-box .row .col-8,
    .purchase-box .row .col-4 {
        width: 100% !important;
    }

    #fill-course-layout .col-4 {
        width: 50%;
    }

    .category-pills .row .col-sm-3 {
        width: 50%;
    }

    .category-pills .row .col-sm-9 {
        width: 50%;
    }

    #subcategory-tab .col-4 {
        width: 100%;
    }

    #course-details .col-7 {
        padding-top: 20px;
    }

    #course-details .col-7 .info-circle-player {
        top: 32px;
    }

    #course-details .col-7 .info-data-player {
        top: 27px;
    }

    #course-details .col-7,
    #course-details .col-5 {
        width: 100%;
    }

    #course-details .video_details {
        margin-bottom: 30px;
    }

    #fill-testSeries .col-2 {
        width: 40%;
    }

    #fill-testSeries .col-10 {
        width: 60%;
    }

    #testSeries-fill .col-3 {
        width: 100%;
    }

    #testSeries-Details .col-4 {
        width: 60%;
    }

    #testSeries-Details .col-8 {
        width: 40%;
    }

    #testSeries-Details .col-8 img {
        width: 100% !important;
    }

    #testListFill .col-6 {
        width: 100%;
    }

    #assignmentListFill .col-4 {
        width: 50%;
    }

    /* #main-body {
        margin-top: -20px;
    } */
}