@media (min-width: 1700px) {
    .explainer-video-wrapper>* {
        width: 20%;
    }
}

@media (min-width: 1400px) {
    .daily-reward-text p {
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .profile-edit-wrapper .login-credentials {
        width: calc(100% - 185px);
    }

    .completed-course.completed-test {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .level-score {
        width: 55%;
    }

    .completed-course.completed-test .btn.tooltip-btn {
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
    }

    .content-wrapper-student.bg-image {
        background-position-x: calc(100% - 90px);  
    }

    .content-wrapper-student:not(.new-course-wrapper .content-wrapper-student):not(.change-password-student) {
        width: calc(100% - 250px);
    }

    .course-search-flter-wrapper,
    .course-search-flter:not(.course-search-flter-wrapper .course-search-flter) {
        width: 310px;
    }

    .completed-test .test-name {
        width: 45%;
        flex-grow: unset;
    }

    .student-username {
        min-width: 150px;
    }

    .category-info {
        padding-left: 100px;
    }

    .tooltip-completed-date-wrapper {
        width: 40%;
    }

    .test-tooltip-completed-wrapper {
        width: 70%;
    }

    .cart-item-info {
        padding-left: 24px;
    }

    .cart-summary-head {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .sidebar.offcanvas {
        transform: unset;
        visibility: visible;
        position: sticky;
        top: 55px;
        height: calc(100vh - 55px);
    }

    .input-field.first-column label {
        min-width: 152px;
    }
    
    .input-field.second-column label {
        min-width: 110px;
    }

    .sidebar-navigation .navbar-nav .nav-link:not(.profile-menu),
    .sidebar-navigation .navbar-nav .nav-link:not(.profile-menu):not(.active)::after {
        border-radius: 26px 0 0 26px;
    }
    
    .sidebar-navigation .navbar-nav .nav-link.profile-menu,
    .sidebar-navigation .navbar-nav .nav-link.profile-menu:not(.active)::after {
        border-radius: 73px 0 0 73px;
    }

    .content-wrapper-student.profile-active::before {
        content: '';
        width: 27px;
        height: 28px;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .content-wrapper-student.profile-active {
        position: relative;
    }

    .student-profile p.name-number span:first-child {
        min-width: 148px;
    }

    .student-profile .student-info-column-1 span:first-child {
        min-width: 127px;
    }

    .sidebar-navigation .navbar-nav {
        overflow-y: overlay;
        overflow-x: hidden;
        scrollbar-color: #767676 transparent;
    }

    .sidebar-navigation .navbar-nav::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar-navigation .navbar-nav::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar-navigation .navbar-nav::-webkit-scrollbar-thumb {
        background: #767676;
        border-radius: 6px;
    }

    .sidebar-navigation.institutions .navbar-nav .nav-link {
        margin-bottom: 10px;
    }

    .add-new-student-table .login-input:not(.class-section-field) input,
    .add-new-teachers-table .login-input input {
        min-width: 185px;
    }

    .add-new-student-table .login-input input.email,
    .add-new-student-table .login-input input.name {
        min-width: 250px;
    }

    .add-student-btn-wrapper:not(.add-new-teachers-table .add-student-btn-wrapper),
    .add-row {
        border: 1px solid #9D9D9D;
        padding: 16px 20px;
    }

    .banner-carousel .carousel-item img {
        height: calc(100vh - 78px);
    }

    .welcome-screen .key-points h6::after {
        content: '';
        position: absolute;
        background: url(../images/arrow_line.svg) center/contain no-repeat;
        width: 150px;
        height: 74px;
        left: calc(100% + 12px);
        bottom: -6px;
    }

    .contactus-section h2 {
        border-right: 1px solid #93B0D4;
    }

    .banner-carousel .carousel-item .carousel-caption {
        min-height: 58vh;
    }

    .course-name-wrapper.rewrad-coins-details h6:not(.reward-coins-day h6) {
        width: 60%;
    }

    .course-name-wrapper.rewrad-coins-details.test-reward h6:not(.reward-coins-day h6) {
        width: 50%;
    }

    .course-name-wrapper.rewrad-coins-details.test-reward .date-score-info {
        min-width: 30%;
    }

    .cart-items-wrapper {
        height: calc(100vh - 310px);
        overflow-y: auto;
    }

    .cart-item-info {
        margin-left: 16px;
    }

    .cart-summary-wrapper {
        border-left: 1px solid #D2D2D2;
    }
}

@media (min-width: 768px) {
    .profile-img:not(.admin-profile-wrapper .profile-img) {
        margin-top: -51px;
    }

    /* .completed-course:not(.completed-test):not(.rewrad-coins-details) .btn.tooltip-btn {
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
    } */

    .tab-navigation.class-details-tabs .nav-pills .nav-item .nav-link {
        min-width: 210px;
        padding-inline: 6px;
    }

    .select-dropdown.select-group .dropdown-menu .dropdown-item {
        padding-left: 26px;
    }

    .select-user-btn {
        position: absolute;
        bottom: 0;
        left: calc(100% + 15px);
    }
}

@media (min-width: 576px) {
    .profile-details-wrapper:not(.admin-profile-wrapper),
    .change-password-wrapper {
        background: #FFFFFF;
        box-shadow: 0px 1px 11px -1px #00000026;
        border-radius: 5px; 
    }

    .profile-details-wrapper {
        padding: 35px 0;   
    }

    .personal-details-hd {
        padding-left: 35px;
    }

    .profile-img:not(.admin-profile-wrapper .profile-img) {
        background: #FFFFFF;
        border: 0.5px solid #2E2D2D;
        border-radius: 5px;
        padding: 10px 18px;
        flex-shrink: 0;
    }

    .change-password-wrapper {
        padding: 35px;
    }

    .course-search-flter {
        box-shadow: 0px 1px 7px #00000026;
        border-radius: 30px;
        padding: 30px 16px;
        flex-shrink: 0;
    }

    .confirmation-popup .offcanvas-body .btn-wrapper .btn {
        width: 140px;
        height: 50px;
    }

    .complete-alert-modal .modal-body .orange-bg-btn {
        padding: 12px 16px;
    }

    .content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link.active {
        font-family: 'Futura-Hv-Bt';
    }

    .btn.orange-bg-btn,
    .btn.border-btn {
        min-width: 140px;
    }

    .purchase-badge {
        position: absolute;
        top: 6px;
        right: 12px;
    }

    .course-name-wrapper:not(.completed-course) {
        min-height: 100px;
        justify-content: center;
    }

    .course-name-wrapper:not(.completed-course) h6 {
        flex-grow: unset;
    }

    .answer-selection-wrapper .answer-column {
        max-width: calc(50% - 14px);
    }

    .related-test-modal .modal-content {
        min-width: 450px;
    }

    .modal-section.progress-modal .modal-header .modal-title span {
        font-size: 20px;
        line-height: 30px;
    }

    .course-cart-section .btn.orange-bg-btn {
        min-width: 120px;
    }

    .tooltip-btn.completed-courses-tooltip {
        position: static;
        transform: unset !important;
    }

    .gallery-controls button:hover {
        background-color: #00000033;
        border-color: #ffffffcc;
    }

    .checkout-btn-wrapper {
        box-shadow: 0px -3px 8px 1px #0000001a;
        padding: 14px 25px; 
        margin-right: -25px;
        border-bottom-right-radius: 30px;
        background: #ffffff;
    }
    
    .cart-summary-wrapper {
        margin-bottom: -25px;
    }

    .cart-items-wrapper .cart-items .cart-item-info:first-child {
        padding-top: 0;
    }
}

@media (1200px <= width <= 1499.98px) {
    .banner-carousel .carousel-control-prev {
        left: 28px;
    }
    
    .banner-carousel .carousel-control-next {
        right: 28px;
    }
}

@media (992px <= width <= 1499.98px) {
    .banner-carousel .carousel-control-prev,
    .banner-carousel .carousel-control-next {
        width: 32px;
        height: 32px;
    }
}

@media (992px <= width <= 1199.98px) {
    .sidebar.offcanvas,
    .top-menu .navbar .navbar-brand,
    .sidebar-navigation {
        width: 190px;
    }

    .sidebar .navbar {
        padding: 18px 24px 0 12px;
    }

    .top-menu .navbar .navbar-brand {
        padding-left: 24px;
    }

    .tab-navigation .nav-pills .nav-item .nav-link {
        min-width: 200px;
    }

    .sidebar-navigation .navbar-nav .nav-link {
        padding: 14px 4px 14px 8px;
    }

    .sidebar-navigation .navbar-nav .nav-link.profile-menu {
        border-radius: 65px 0 0 65px;
    }

    .sidebar-navigation .profile-menu img {
        width: 70px;
        height: 70px;
    }

    .question-footer-wrapper {
        padding-top: 50px;
    }

    .content-wrapper-student:not(.new-course-wrapper .content-wrapper-student):not(.change-password-student) {
        width: calc(100% - 190px);
    }
    
    .details-wrapper.no-courses {
        padding: 40px 20px 72px;
    }

    .course-search-flter-wrapper,
    .course-search-flter:not(.course-search-flter-wrapper .course-search-flter) {
        width: 270px;
    }

    .question-footer-wrapper {
        min-height: 120px;
    }

    .collected-coins:not(.coins-empty) {
        background-size: 350px;
    }

    .banner-carousel .carousel-item  .carousel-caption h1,
    .banner-carousel .carousel-item  .carousel-caption h6,
    .custom-carousel-item .carousel-caption pre {
        max-width: 500px;
    }

    .cart-summary-head {
        padding-left: 16px;
    }
}

@media (768px <= width <= 1199.98px) {
    .profile-edit-wrapper .login-credentials {
        width: calc(100% - 169px);
    }

    .course-name-wrapper.completed-course.completed-test {
        padding-right: 25px;
    }

    .banner-carousel .carousel-item .carousel-caption {
        padding-left: 24px;
    }

    .test-tooltip-completed-wrapper {
        width: 65%;
    }
}

@media (576px <= width <= 1199.98px) {
    .content-wrapper-student.bg-image {
        background-position-x: 90%;
    }

    .coins-info img {
        max-width: 130px;
    }
}


@media (576px <= width <= 991.98px) {
    .content-wrapper-student.practice-test-wrapper h5,
    .answer-selection-wrapper .answer-column,
    .collected-coins h2 span,
    .practice-test-wrapper.course-completion-wrapper h3 span {
        font-size: 22px;
        line-height: 28px;
    }

    .content-wrapper-student .progress-wrapper h4,
    .content-wrapper-student.practice-test-wrapper .question-footer-wrapper h4,
    .cart-item h6,
    .content-wrapper-student h5,
    .content-wrapper-student h4,
    .modal-section .modal-header .modal-title,
    .score-txt span:last-child,
    .daily-reward-text p span,
    .welcome-screen .overview-item h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .progress-wrapper .link-orange-txt,
    .reset-pswd,
    .add-group h6,
    .courses-head span,
    .reward-coins-day h6,
    .modal-wrapper.student-institution-explainer-modal .modal-title,
    .content-wrapper-student h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .answer-right-txt .check-mark,
    .practice-test-wrapper.wrong-answer .question-footer-wrapper .check-mark {
        background-size: 20px;
    }

    .check-mark {
        width: 38px;
        height: 38px;
    }

    .video-modal.video-modal-student .modal-dialog .btn-close {
        width: 40px;
        height: 40px;
        right: 20px;
        top: 20px;
        background-size: 20px;
    }

    .course-completion-hd {
        font-size: 26px;
        line-height: 36px;
    }

    .practice-test-wrapper.course-completion-wrapper h3,
    .collected-coins h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .complete-alert-modal .modal-body {
        padding: 25px 30px 35px;
    }

    .popular-courses-list .course-name h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .sample-question-modal .modal-body h4 {
        font-size: 20px;
        line-height: 32px;
    }

    .sample-question-modal .modal-body h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .student-profile p,
    .validation-txt,
    .course-head span,
    .rank-list th,
    .rank-list td,
    .course-name-wrapper p.day-info,
    .contact-support-wrapper p, 
    .contact-support-wrapper a {
        font-size: 16px;
        line-height: 20px;
    }

    .sidebar-navigation .navbar-nav .nav-link .menu-icon {
        height: 36px !important;
    }
    .content-wrapper-student h5,
    .about-section h2,
    .content-wrapper-student h6 {
        margin-bottom: 20px;
    }

    .success-txt,
    .coins-info h4 span {
        font-size: 17px;
        line-height: 21px;
    }

    .no-courses img {
        max-width: 230px;
    }

    .no-courses h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .sample-question-modal.related-test-modal .modal-header .modal-title,
    .sample-question-modal.report-issue-modal .modal-header .modal-title {
        font-size: 20px;
        line-height: 26px;
    }

    .question-footer-wrapper {
        padding: 45px 25px 25px;
        min-height: 115px;
    }

    .practice-test-wrapper.wrong-answer.normal-question .question-footer-wrapper p {
        font-size: 16px;
        line-height: 20px;
    }

    .country-code-dropdown .dropdown-menu .country-list::-webkit-scrollbar,
    .student-list::-webkit-scrollbar,
    .scrollbar-custom::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .welcome-screen h1 {
        font-size: 36px;
        line-height: 52px;
    }

    .welcome-screen h6,
    .custom-carousel-item .carousel-caption pre {
        font-size: 24px;
        line-height: 35px;
    }

    .banner-carousel .carousel-item .carousel-caption {
        min-height: 80%
    }

    .introduction-section,
    .key-points,
    .contactus-section,
    .footer-links,
    .about-section {
        padding: 48px 0;
    }

    .welcome-screen .key-points p, 
    .category-info p {
        font-size: 16px;
        line-height: 26px;
    }

    .welcome-screen .category-info h6 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .welcome-screen .key-points h1 {
        line-height: 46px;
        margin-bottom: 20px;
    }

    .welcome-screen .key-points h6 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .contactus-section h2,
    .about-section h2,
    .overview-item h2,
    .explainer-video-section h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .footer-wrapper {
        padding-top: 48px;
    }

    .footer-wrapper h3 {
        font-size: 28px;
        line-height: 38px;
        margin-right: 25px;
    }

    .footer-links ul li a {
        font-size: 15px;
        line-height: 18px;
    }

    .footer-wrapper h6 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
        white-space: nowrap;
    }

    .copyright-section {
        padding: 24px 0;
    }

    .course-name-wrapper h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .reward-wrapper {
        padding: 16px;
    }

    .collected-coins img {
        max-width: 200px;
    }

    .collected-coins h2 {
        margin-top: -16px;
    }

    .collected-coins:not(.coins-empty) {
        background-size: 300px;
    }

    .about-section p {
        font-size: 16px;
        line-height: 30px;
    }

    .daily-reward-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .daily-reward-text img {
        width: 26px;
    }

    .overview-item img {
        margin-block: 24px;
        height: 32px;
    } 

    .explainer-video-section {
        padding-block: 48px;
    }

    .explainer-video-section h2 {
        margin-bottom: 28px;
    }

    .overview-section {
        padding-block: 48px;
    }

    .category-section {
        padding: 40px 0;
    }

    .category-section h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 28px;
    }

    .mail-icon::before, .whatsapp-icon::before {
        width: 24px;
        height: 24px;
    }

    .video-modal .modal-dialog .btn-close {
        width: 34px;
        height: 34px;
        background-size: 15px;
    }

    .modal-wrapper .modal-title {
        font-size: 16px;
        line-height: 25px;
    }
    
    .alert.alert-wrapper {
        margin-bottom: 20px;
    }

    .alert-wrapper h6 {
        font-size: 16px;
        line-height: 27px;
    }

    .alert-wrapper p {
        font-size: 14px;
        line-height: 22px;
    }

    .checkout-btn-wrapper {
        margin-left: -25px;
        border-bottom-left-radius: 30px;
    }

    .cart-summary-wrapper {
        min-height: calc(100vh - 594px);
        display: flex;
        flex-direction: column;
    }

    .cart-items-wrapper {
        flex-grow: 1;
    }
}

@media (768px <= width <= 991.98px) {
    .sidebar-navigation .profile-menu img {
        width: 45px;
        height: 45px;
    }

    .sidebar-navigation .navbar-nav .nav-link {
        padding: 12px;
    }

    .sidebar-navigation .navbar-nav .nav-link span {
        font-size: 16px;
        line-height: 20px;
    }

    .details-wrapper.no-courses {
        min-height: calc(100vh - 315px);
    }

    .student-profile p.name-number span:first-child {
        min-width: 133px;
    }

    .student-profile .student-info-column-1 span:first-child {
        min-width: 114px;
    }

    .banner-carousel .carousel-item .carousel-caption h1, 
    .banner-carousel .carousel-item .carousel-caption h6,
    .custom-carousel-item .carousel-caption pre  {
        max-width: 400px;
    }

    .category-info img {
        margin-right: 24px;
        max-width: 190px;
    }

    .banner-carousel .carousel-item .carousel-caption p {
        font-size: 20px;
        line-height: 32px
    }
}

@media (576px <= width <= 767.98px) {
    .login-menu .navbar-nav .btn.orange-bg-btn,  
    .login-menu .navbar-nav .btn.border-btn {
        min-width: 120px;
    }

    .login-menu .navbar-nav p {
        margin-right: 16px;
    }

    .practice-test-list .course-name .course-cart-section {
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .content-wrapper-student .tab-navigation .nav-pills {
        column-gap: 14px;
    }

    .student-profile p:not(.section-label) span:first-child {
        min-width: 135px;
    }

    .reset-pswd {
        margin-left: 135px;
    }

    .sidebar-navigation .profile-menu img {
        width: 36px;
        height: 36px;
    }

    .sidebar-navigation .navbar-nav .nav-link {
        padding: 8px 10px;
    }

    .sidebar-navigation .navbar-nav .nav-link span {
        font-size: 15px;
        line-height: 15px;
    }

    .main-wrapper-student:not(.new-course-wrapper) {
        padding-bottom: 95px !important;
    }

    .details-wrapper.no-courses {
        min-height: calc(100vh - 290px);
    }

    .category-info img {
        margin-right: 16px;
        max-width: 140px;
    }

    .banner-carousel .carousel-item .carousel-caption {
        padding: 16px 0 52px;
    }

    .content-wrapper-student .tab-navigation.class-details-tabs .nav-pills .nav-item .nav-link {
        min-width: 130px;
        padding-inline: 8px;
    }

    .rank-list tbody tr td:nth-child(2) span {
        font-size: 14px;
        line-height: 16px;
    }

    .welcome-screen .banner-carousel .carousel-item .carousel-caption h1 {
        font-size: 30px;
        line-height: 46px;
    }

    .welcome-screen .banner-carousel .carousel-item .carousel-caption h6,
    .custom-carousel-item .carousel-caption pre  {
        font-size: 22px;
        line-height: 30px;
    }

    .banner-carousel .carousel-item .carousel-caption p {
        font-size: 18px;
        line-height: 26px
    }

    .banner-carousel .carousel-item .carousel-caption {
        text-align: center;
    }

    .web-site-get-started-as-button {
        justify-content: center;
    }

    .banner-carousel .carousel-inner .carousel-item {
        padding-top: 24px;
        min-height: 520px;
    }
}

@media (max-width: 1199.98px) {
    .sidebar-navigation .profile-menu img {
        border-width: 2px;
    } 
    
    .personal-details-wrapper {
        column-gap: 32px;
    }

    .top-menu .navbar .navbar-nav {
        padding-right: 25px;
    }

    .content-wrapper {
        padding: 25px 25px 30px;
    }

    .banner-carousel .carousel-control-prev {
        left: 24px;
    }
    
    .banner-carousel .carousel-control-next {
        right: 24px;
    }
}

@media (max-width: 991.98px) {
    .top-menu {
        background: #FFECDE;
    }

    .sidebar .navbar {
        padding-top: 0;
    }

    .tab-navigation .nav-pills .nav-item .nav-link {
        min-width: 185px;
    }

    .sidebar-navigation {
        width: 100%;
        position: fixed;
        height: unset;
        bottom: 0;
        top: unset;
        background: linear-gradient(91.13deg, #FE8D4E 1.31%, #F0B81F 99.16%);
        box-shadow: 0px 0px 9px 2px #2278e133;
        padding: 0;
        left: 0;
        z-index: 99;
    }

    .sidebar-navigation .navbar-nav {
        flex-direction: row;
    }

    .sidebar-navigation .navbar-nav .nav-link {
        margin-bottom: 0;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .sidebar-navigation .navbar-nav .nav-link.profile-menu {
        display: flex;
        align-items: center;
    }

    .sidebar-navigation .navbar-nav .nav-item {
        flex: 1;
    }

    .sidebar-navigation .navbar-nav .nav-link:not(.profile-menu) span:not(.menu-icon) {
        margin-left: 0;
    }

    .course-info .progress-wrapper,
    .sidebar-navigation .navbar-nav .nav-link:not(.profile-menu) span:not(.menu-icon) {
        margin-top: 6px;
    }

    .logout-btn {
        display: none;
    }

    .main-wrapper-student {
        padding: 20px 16px 120px;
    }

    /* .course-name-wrapper.completed-course {
       padding-right: 48px;
    } */

    .course-list-wrapper {
        flex-direction: column;
    }

    .course-search-flter-wrapper,
    .course-search-flter,
    .test-status {
        width: 100%;
    }

    .confirmation-popup .offcanvas-body {
        padding: 12px 32px;
    }

    .course-name-wrapper.completed-course {
        background: url(../images/completed_bg.png) center/cover no-repeat;
    }

    .top-menu .navbar .navbar-brand {
        padding-left: 25px;
    }

    .sidebar-navigation .navbar-nav .nav-link span {
        text-align: center;
        white-space: nowrap;
    }

    .details-wrapper.no-courses {
        padding: 30px 20px;
    }

    .quantity-input-wrapper {
        border-bottom: 1px dashed #D2D2D2;
    }

    .quantity-input-wrapper .quantity-input,
    .quantity-input-wrapper {
        margin-bottom: 12px;
    }

    .institution-cart .cart-item .total {
        border-top: 1px dashed #D2D2D2;
        margin-top: 12px;
    }

    .student-filter,
    .student-filter.add-group {
        padding: 16px;
    }

    .course-details-wrapper .course-info .checkbox-input label {
        height: 16px;
    }

    .answer-selection-wrapper {
        gap: 20px;
    }

    .practice-test-wrapper.test-section::-webkit-scrollbar {
        width: 6px;
    }

    .country-code-dropdown .dropdown-menu .country-list::-webkit-scrollbar-track,
    .student-list::-webkit-scrollbar-track,
    .scrollbar-custom::-webkit-scrollbar-track {
        border-width: 0 1px;
    }

    .get-started-btns .orange-bg-btn, 
    .welcome-screen .orange-bg-btn {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 12px;
    }

    .cart-img {
        max-width: 200px;
    }

    .content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link {
        font-size: 16px;
        line-height: 20px;
    }

    .coins-info img {
        max-width: 90px;
    }

    .content-wrapper-student .coins-info h4 {
        font-size: 24px;
        line-height: 30px;
        margin-block: 0;
    }

    .course-name-wrapper.rewrad-coins-details {
        display: block;
    }

    .banner-carousel .carousel-control-prev,
    .banner-carousel .carousel-control-next {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767.98px) {
    .logo {
        max-width: 70px;
    }

    .student-login h4 {
        font-size: 34px;
        line-height: 42px;
        margin: 6px 0 28px;
    }

    .personal-details-wrapper {
        flex-direction: column-reverse;
    }

    .profile-img {
        margin: 0 auto 20px;
    }

    .course-name-wrapper.completed-course {
        display: block;
        /* padding-right: 25px; */
    }

    .practice-name {
        justify-content: space-between;
        width: 100%;
    }

    .toast.toast-wrapper {
        max-width: 320px;
        width: calc(100% - 32px);
    }

    .course-completion-wrapper .btn-wrapper:not(.day-complete-btn-wrapper .btn-wrapper),
    .day-complete-btn-wrapper {
        position: sticky;
        bottom: 28px;
        background: #ffffff;
    }

    .banner-carousel .carousel-inner .carousel-item:nth-child(odd) {
        background: linear-gradient(111deg, #FFFFFF 28.57%, #FEF1EB 76.8%);
    }

    .banner-carousel .carousel-inner .carousel-item:nth-child(even) {
        background: #F9F9FF;
    }

    .banner-carousel .carousel-item .carousel-caption {
        position: static;
        transform: unset !important;
    }

    .course-progress .username-column {
        display: none;
    }

    .progress-modal .student-list table.course-progress:not(.test-progress) tr td:last-child {
        width: 55%;
    }

    .progress-modal .student-list table.course-progress tr td {
        vertical-align: top;
    }

    /* .rank-list thead, */
    .rank-list .school-name-column {
        display: none;
    }

    .select-user-btn {
        margin-top: 16px;
        margin-left: auto;
        display: block;
        width: fit-content;
    }

    .banner-carousel .carousel-item .carousel-caption h1, 
    .banner-carousel .carousel-item .carousel-caption h6,
    .custom-carousel-item .carousel-caption pre {
        max-width: 100%;
    }

    .mobile-view-first-carousel-image {
        max-width: 450px;
        height: auto;
    }

    .banner-carousel .carousel-control-prev, 
    .banner-carousel .carousel-control-next {
        top: 120px;
        transform: unset
    }

    .banner-carousel .carousel-control-prev {
        transform: scale(-1);
    }
}

@media (max-width: 575.98px) {
    .login-menu .navbar-nav p {
        margin: 0 0 20px;
    }
    
    .login-menu .navbar,
    .modal-wrapper .modal-dialog {
        padding: 0 4px;
    }

    .navigation-menu .navbar {
        padding: 4px;
    }

    .login-menu {
        position: fixed;
        width: 100%;
    }

    .login-menu .navbar-collapse {
        border-top: 1px solid #E6E6E6;
        margin: 0 -16px;
        padding: 16px;
    }

    .student-login {
        margin-top: 50px;
        min-height: calc(100vh - 50px);
    }

    .get-started-btns .orange-bg-btn {
        padding: 8px;
        min-width: 120px !important;
    }

    .logo {
        max-width: 40px;
    }

    .student-login h4 {
        font-family: 'Lato-Semibold';
        font-size: 24px;
        line-height: 33px;
        margin: 6px 0 16px;
    }

    .student-login {
        padding: 30px 4px 24px;
    }

    .login-form {
        padding: 25px 16px;
    }

    .login-input label,
    .checkbox-input label,
    .content-wrapper-student .breadcrumb-btn,
    .score-txt span:last-child,
    .country-code-dropdown .dropdown-menu .search-input h6,
    .course-head span,
    .profile-name,
    .practice-test-list .course-name .sample-question-link {
        font-size: 14px;
        line-height: 17px;
    }

    .login-input input,
    .login-input textarea,
    .login-input select,
    .login-input.input-40 input,
    .login-input.input-40 textarea,
    .login-input.input-40 select,
    .hide-txt,
    .forgot-txt,
    .signup-txt,
    .resend-otp-txt,
    .profile-info p:not(.error-msg):not(.note-text), 
    .login-credentials p:not(.error-msg),
    .change-pswd-txt,
    .content-wrapper-student .login-input label,
    .content-wrapper-student h5,
    .content-wrapper-student .course-search-flter h6,
    .content-wrapper-student.course-completion-wrapper.course-completion-wrapper h4:not(.practice-name h4),
    .content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link,
    .country-code-dropdown .dropdown-toggle,
    .student-profile p,
    .reset-pswd,
    .input-40.login-input label,
    .course-details-wrapper .checkbox-input label {
        font-size: 15px;
        line-height: 18px; 
    }

    .login-input input:not([type=checkbox]),
    .login-input textarea {
        padding: 10px 12px;
    }

    .hide-txt {
        padding: 10px 8px;
        width: 60px;
    }

    .login-form .orange-bg-btn {
        width: 100%;
        padding: 8px 12px;
        margin: 25px 0 !important;
    }

    .login-form .orange-bg-btn {
        font-size: 18px;
        line-height: 22px;
    }

    .student-login.signup-wrapper h4,
    .signup-selection,
    .student-login.otp-verification-wrapper h4,
    .content-wrapper-student .breadcrumb-btn,
    .content-wrapper-student .popular-courses-list h5,
    .practice-test-list .popular-courses-list .course-name h6,
    .complete-alert-modal .modal-body p,
    .content-wrapper-student.practice-test-wrapper.test-case-2 h5,
    .practice-test-wrapper.test-case-2 .progress-wrapper,
    .image-wrapper {
        margin-bottom: 20px;
    }

    .signup-wrapper .login-form h6,
    .btn.blue-border-btn,
    .related-test-modal .modal-body h6,
    .welcome-screen .overview-item h6,
    .content-wrapper-student .cart-item-info h6,
    .content-wrapper-student .cart-item-info h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .btn.blue-border-btn {
        padding: 10px 4px;
    }

    .login-input select {
        padding: 10px 22px 10px 12px !important;
    }

    .signup-wrapper .login-form h6,
    .content-wrapper-student .course-name-wrapper h6,
    .popular-courses-list .course-name h6,
    .popular-courses-list .course-name p {
        margin-bottom: 12px;
    }

    .signup-wrapper .login-form hr {
        margin: 25px -16px;
    }

    .otp-verification-wrapper .login-form {
        padding: 25px 16px;
    }

    .otp-verification-wrapper .login-form p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 6px;
    }

    .custom-radio-btn label {
        font-size: 16px;
        line-height: 26px;
        padding-left: 22px;
    }

    .custom-radio-btn label::before,
    .content-wrapper-student .checkbox-input label::before {
        width: 14px;
        height: 14px;
    }

    .login-form .orange-bg-btn.continue-btn {
        margin: 40px 0 15px !important;
        padding: 8px 16px;
    }

    .otp-input-wrapper .login-input input {
        height: 58px;
        font-size: 20px;
        line-height: 24px;
    }

    .otp-input-wrapper {
        margin: 40px auto;
    }

    .notfication-btn,
    .cart-btn {
        width: 20px;
        height: 20px;
    }

    .notfications-count {
        width: 10px;
        height: 10px;
        font-size: 6px;
        line-height: 8px;
    }

    .cart-count {
        width: 10px;
        height: 10px;
        font-size: 6px;
        line-height: 8px;
    }

    .sidebar-navigation .navbar-nav .nav-link span,
    .add-student-btn-wrapper p,
    .course-list .progress-wrapper p,
    .progress-modal .student-list table .progress-wrapper p,
    .rank-list tbody tr td:nth-child(2) span,
    .course-name-wrapper p.day-info {
        font-size: 12px;
        line-height: 14px;
    }

    .level-status h6 {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .sidebar-navigation .profile-menu img {
        width: 20px;
        height: 20px;
        border-width: 1px;
        margin: 0 auto 4px;
    }

    .sidebar-navigation .navbar-nav .nav-link {
        padding: 8px 4px;
    }

    .content-wrapper-student h4,
    .content-wrapper-student h6,
    .content-wrapper-student .login-input input,
    .content-wrapper-student .login-input select,
    .content-wrapper-student .popular-courses-list h5,
    .confirmation-popup .offcanvas-body p {
        font-size: 16px;
        line-height: 18px;
    }

    .content-wrapper-student .orange-bg-btn,
    .content-wrapper-student .border-btn {
        min-width: 75px;
    }

    .content-wrapper-student {
        border-radius: 10px;
    }

    .content-wrapper-student,
    .content-wrapper-student.course-completion-wrapper .course-completion-content {
        padding: 20px 12px;
    }

    .header-wrapper,
    .student-menu .profile-img-wrapper img {
        margin-bottom: 0;
    }

    .content-wrapper-student h6,
    .content-wrapper-student h5,
    .completed-courses-header,
    .completed-course-wrapper .completed-course:not(:last-child),
    .related-test-modal .modal-body ul li:not(:last-child) {
        margin-bottom: 16px;
    }

    .profile-img img {
        width: 60px;
        height: 60px;
        border-width: 2px;
        margin: 0 auto;
    }

    .change-photo-btn {
        background: url(../images/edit_icon.svg) no-repeat center #ffffff; 
        width: 23px;
        height: 23px;
        border-radius: 50%; 
        box-shadow: 0px 4px 9px #094fa31a;
        position: absolute;
        bottom: -2px;
        right: 0;
    }

    .profile-img {
        position: relative;
    }

    .personal-details-wrapper {
        padding: 0 12px 10px;
        margin: 0 -12px;
    }

    .profile-info p:not(.error-msg), 
    .login-credentials p:not(.error-msg),
    .content-wrapper-student .course-search-flter h6,
    .update-class-modal h6 {
        margin-bottom: 15px;
    }

    .profile-info p:not(.error-msg) span:first-child, 
    .login-credentials p:not(.error-msg) span:first-child {
        min-width: 118px;
    }

    .login-credentials {
        padding: 25px 0 0;
    }

    .change-pswd-txt {
        margin-left: 118px;
        display: block;
    }

    .main-wrapper-student:not(.new-course-wrapper) {
        padding-bottom: 78px;
    }

    .courses-header.header-wrapper .orange-bg-btn,
    .question-footer-wrapper .orange-bg-btn,
    .question-footer-wrapper .video-btn,
    .video-btn-wrapper,
    .confirmation-popup .offcanvas-body .btn-wrapper,
    .course-completion-wrapper .btn-wrapper button,
    .cart-wrapper .btn-wrapper button.orange-bg-btn,
    .complete-alert-modal .modal-body .orange-bg-btn,
    .confirmation-popup .offcanvas-body .btn-wrapper a .btn,
    .orange-bg-btn.course-btn,
    .select-dropdown .btn.select-btn,
    .student-info .border-btn,
    .student-header .custom-dropdown,
    .student-header .orange-bg-btn {
        width: 100%;
    }

    .profile-edit-wrapper .personal-details-hd,
    .change-password-wrapper {
        margin-top: 15px;
    }

    .content-wrapper-student .breadcrumb-btn::before {
        width: 8px;
        height: 10px;
    }

    .error-msg,
    .practice-test-wrapper.wrong-answer.normal-question .question-footer-wrapper p {
        font-size: 11px;
        line-height: 13px;
    }

    .courses-header.header-wrapper {
        align-items: flex-start;
        row-gap: 20px;
    }

    .course-name-wrapper,
    .course-name-wrapper.completed-course {
        padding: 17px 10px;
        border-radius: 15px;
    }

    .course-name-wrapper h6 {
        font-size: 14px;
        line-height: 21px;
    }

    .courses-inprogress:not(.practice-test-list-wrapper .courses-inprogress) .course-name-wrapper h6 {
        margin-bottom: 30px;
    }

    .progress-bar-wrapper .progress .progress-bar span, 
    .progress-bar-wrapper .total-days span, 
    .course-name-wrapper p,
    .practice-test-wrapper .answer-right-txt p,
    .content-wrapper-student .login-input label span,
    .purchase-badge {
        font-size: 10px;
        line-height: 12px;
    }

    .progress-bar-wrapper .progress,
    .progress-wrapper .progress {
        height: 10px;
    }

    .progress-bar-wrapper .progress .progress-bar span {
        top: -15px;
    }

    .courses-inprogress {
        margin-bottom: 25px;
    }

    .answer-right-txt {
        margin-bottom: 12px;
    }

    .completed-courses-link,
    .coins-info p {
        font-size: 13px;
        line-height: 16px;
    }

    .btn.tooltip-btn {
        width: 18px;
        height: 18px;
        background-size: 12px;
        top: 4px;
        right: 4px;
    }

    .completed-course-wrapper {
        margin-top: 16px;
    }

    .course-name {
        padding: 10px 8px 12px;
        border-radius: 5px;
    }

    .popular-courses-list .course-name h6,
    .popular-courses-list .course-name p,
    .sample-question-modal .modal-body h4,
    .course-name pre,
    .view-more-btn,
    .alert-wrapper p {
        font-size: 13px;
        line-height: 20px;
    }

    .course-cart-section {
        padding-top: 12px;
    }

    .course-cart-section h6:not(.level-status h6)::before,
    .institution-course-amount::before{
        width: 6px;
        height: 9px;
        margin-right: 4px;
    }

    .popular-courses-list .course-name .course-cart-section p,
    .progress-wrapper .link-orange-txt,
    .related-test-modal .modal-body ul li {
        font-size: 14px;
        line-height: 19px;  
    }

    .order-confirmation-wrapper p {
        font-size: 15px;
        line-height: 25px;
    }
    
    .main-wrapper-student {
        min-height: calc(100vh - 49px);
    }

    .order-confirmation-wrapper .btn-wrapper {
        margin-top: 40px;
    }

    .order-confirmation-wrapper .btn-wrapper button,
    .confirmation-popup .offcanvas-body .btn-wrapper .btn,
    .login-menu .navbar .btn-wrapper .w-145-btn,
    .profile-edit-wrapper .login-credentials .btn-wrapper .btn,
    .change-password-wrapper .btn-wrapper .btn {
        width: 50%;
    }

    .close-btn-round {
        width: 20px;
        height: 20px;
        background-size: 10px;
    }

    .content-wrapper-student.practice-test-wrapper h4 {
        font-size: 13px;
        line-height: 20px;
    }

    .practice-name .day {
        font-size: 10px;
        line-height: 15px;
        padding: 2px 4px;
        min-width: 44px;
    }

    .progress-wrapper .progress, 
    .progress-wrapper .progress .progress-bar {
        border-radius: 8px;
    }

    .progress-wrapper {
        margin-bottom: 12px;
    }

    .content-wrapper-student.practice-test-wrapper h5,
    .complete-alert-modal .modal-body h6,
    .complete-alert-modal .modal-body p,
    .sample-question-modal .modal-body h3,
    .modal-section .modal-header .modal-title,
    .success-txt,
    .answer-selection-wrapper .answer-column,
    .modal-section.progress-modal .modal-header .modal-title {
        font-size: 16px;
        line-height: 22px;
    }

    .content-wrapper-student.practice-test-wrapper h5 {
        margin-bottom: 20px;
    }

    .answer-selection-wrapper {
        max-width: 345px;
        margin: 0 auto;
        width: 100%;
    }

    .answer-selection-wrapper .answer-column {
        min-width: calc(50% - 10px);
        min-height: 90px;
        padding-inline: 8px;
    }

    .question-footer-wrapper {
        border-radius: 0 0 10px 10px;
        margin: 16px -12px -12px;
        padding: 10px 12px;
        background: linear-gradient(96.25deg, #FFEFBE 44.16%, #FFC5A8 98.59%, #FFCFB7 98.59%);
        bottom: -12px;
        min-height: unset;
    }

    .video-btn::before {
        width: 18px;
        height: 18px;
    }

    .video-btn,
    .completed-test .level-status {
        margin-bottom: 10px;
    }

    .content-wrapper-student.practice-test-wrapper {
        background: url(../images/practice_test_moblie_bg.png) center/cover no-repeat #ffffff;
    }

    .practice-test-wrapper.right-answer .question-footer-wrapper {
        background: #D7FFB8;
    }

    .practice-test-wrapper.wrong-answer .question-footer-wrapper {
        background: #FFDFE0;
    }

    .check-mark {
        width: 22px;
        height: 22px;
    }

    .answer-right-txt .check-mark {
        background-size: 12px;
        margin-right: 4px;
    }

    .practice-test-wrapper .answer-right-txt p {
        font-family: 'Futura-Bk-Bt';
    }

    .practice-test-wrapper .question-footer-wrapper h4 {
        line-height: 16px;
    }

    .practice-test-wrapper .question-footer-wrapper h4,
    .practice-test-wrapper.wrong-answer.normal-question .question-footer-wrapper p {
        font-family: 'Futura-Md-Bt' !important;
    }

    .practice-test-wrapper .answer-right-txt h4 {
        margin-bottom: 2px;
    }

    .practice-test-wrapper.wrong-answer:not(.normal-question) .question-footer-wrapper .check-mark {
        margin: -2px 0 14px;
    }

    .practice-test-wrapper.wrong-answer .question-footer-wrapper .check-mark {
        background-size: 10px;
    }

    .practice-test-wrapper.wrong-answer .question-footer-wrapper h4 {
        margin-left: 26px;
        /* margin-bottom: 14px !important; */
    }

    .video-modal.video-modal-student .modal-dialog .btn-close {
        width: 25px;
        height: 25px;
        right: 12px;
        top: 12px;
        background-size: 9px;
    }

    .modal-wrapper.video-modal.video-modal-student .modal-dialog,
    .modal.view-more-modal .modal-dialog {
        padding: 0 8px;
    }

    .course-completion-hd {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .practice-test-wrapper.course-completion-wrapper h3,
    .complete-alert-modal .modal-body h4,
    .overview-item h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .practice-test-wrapper.course-completion-wrapper h3,
    .about-section h2,
    .content-wrapper-student.course-completion-wrapper h4,
    .contact-support-wrapper h4 {
        margin-bottom: 12px;
    }

    .course-cart-section {
        min-height: 48px;
    }

    .view-more-modal .close-btn {
        width: 12px;
        height: 12px;
        right: 12px;
        top: 12px;
    }

    .modal.view-more-modal .modal-content {
        border-radius: 5px;
    }

    .modal.view-more-modal .popular-courses-list .course-name h6:not(.course-cart-section h6) {
        padding: 20px 0 0;
    }

    .practice-test-list .course-name .course-cart-section {
        padding-top: 12px;
    }

    .practice-test-list .course-name .course-cart-section {
        margin-top: 12px;
    }

    .cart-wrapper .btn-wrapper button,
    .cart-wrapper .btn-wrapper a.border-btn {
        width: calc(50% - 8px);
        padding: 8px 3px;
        font-size: 15px;
        line-height: 22px;
    }

    .complete-alert-modal .modal-body {
        padding: 15px 12px 30px;
    }

    .complete-alert-modal .modal-body img,
    .welcome-screen,
    .about-section {
        margin-top: 50px;
    }

    .view-more-modal.complete-alert-modal .close-btn {
        right: 15px;
        top: 15px;
    }

    .login-menu .navbar .btn-wrapper {
        padding: 0 8px;
    }

    .logout-btn-wrapper .logout-icon,
    .logout-btn-wrapper .report-icon,
    .add-group .checkbox-input label,
    .progress-modal .student-list table td,
    .coins-info h4 span,
    .select-dropdown.select-group .btn.select-btn, 
    .select-dropdown.select-group .dropdown-menu .dropdown-item,
    .content-wrapper-student .reward-coins-day h6,
    .modal-wrapper.student-institution-explainer-modal .modal-title {
        font-size: 15px;
        line-height: 18px;
    }
    
    .logout-btn-wrapper .logout-icon::before,
    .logout-btn-wrapper .report-icon::before {
        width: 13px;
    }

    .logout-btn-wrapper .logout-icon::before {
        height: 14px;
    }

    .logout-btn-wrapper .report-icon::before {
        height: 12px;
    }

    .logout-btn-wrapper {
        padding: 25px 12px 4px;
        margin: 25px -12px 0;
    }

    .modal.sample-question-modal .modal-content {
        padding: 12px;
    }

    .sample-question-modal .modal-header .modal-title,
    .test-label,
    .explainer-video-title,
    .transcript-btn {
        font-size: 12px;
        line-height: 18px;
    }

    .sample-question-modal .modal-header {
        padding-bottom: 10px;
    }

    .sample-question-modal .modal-body {
       padding-bottom: 8px;
    }

    .test-label {
        padding: 2px 14px;
    }

    .practice-test-wrapper.normal-question.wrong-answer .question-footer-wrapper .check-mark {
        margin-right: 4px;
        margin-top: -4px;
    }

    .confirmation-popup .offcanvas-body .btn-wrapper a {
        width: 50%;
    }
    
    .sidebar-navigation .navbar-nav .nav-link .menu-icon {
        height: 20px !important;
    }

    .sidebar-navigation .navbar-nav .nav-link .rewards-icon {
        background-size: contain !important;
        width: 15px;
    }

    .content-wrapper-student.bg-image {
        background: url(../images/bg_image_mobile.png) top right no-repeat #ffffff; 
    }

    .no-courses h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .rank-search-filter {
        padding: 10px 8px;
        margin-bottom: 16px;
    }

    .rank-search-filter .login-input input {
        padding: 10px 12px;
        width: 100%;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link,
    .content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link.active {
        background: #ffffff !important;
    }

    .content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link {
        box-shadow: none;
        min-width: unset;
        padding: 0 5px 9px;
        color: #9A9A9A;
        position: relative;
        width: 100%;
    }

    .content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link.active {
        color: #FF8B51;
    }

    .content-wrapper-student .tab-navigation .nav-pills {
        column-gap: 4px;
    }

    .content-wrapper-student .tab-navigation .tab-content {
        padding: 25px 10px 10px;
        border-radius: 0px 0px 5px 5px;
        border-top: 1px solid #DEDEDE;
    }

    .content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link::after {
        content: '';
        width: 100%;
        height: 5px;
        border-radius: 5px 5px 0 0;
        position: absolute;
        left: 0;
        bottom: -1px;
        transition: 0.4s all;
        background: transparent;
        z-index: 9;
    }

    .content-wrapper-student .tab-navigation .nav-pills .nav-item .nav-link.active::after {
        background: #FF8B51;
    }

    .validation-txt {
        font-size: 15px;
        line-height: 22px;
    }

    .content-wrapper-student.course-completion-wrapper h4:not(.practice-name h4) span {
        font-size: 20px;
        line-height: 32px;
    }

    .change-password-student{
        min-height: calc(100vh - 50px);
    }

    .alert-wrong-text{
        margin-top: -32px;
        margin-bottom: 20px !important;
    }

    .no-result-wrapper .btn-wrapper a{
        width: calc(50% - 8px);
        padding: 8px 3px;
    }

    .course-search-flter h6 {
        text-transform: uppercase;
    }

    .toast.toast-wrapper {
        padding: 8px 10px;
        z-index: 9;
    }

    .toast-wrapper img {
        max-width: 20px;
    }

    .toast-wrapper h6,
    .delete-alert-modal p,
    .contact-support-wrapper p {
        font-size: 14px;
        line-height: 22px;
    }

    .toast-wrapper p,
    .daily-reward-text p {
        font-size: 12px;
        line-height: 20px;
    }

    .country-code-dropdown .dropdown-toggle {
        width: 84px !important;
    }

    .search-input,
    .sidebar-navigation.institutions .navbar-nav .more-menu .dropdown-menu .nav-link {
        padding: 12px 10px;
    }

    .country-code-dropdown .dropdown-menu::before {
        left: 60px;
    }

    .student-filter {
        margin: 16px 0;
        padding: 16px 8px;
    }

    .student-profile p:not(.section-label) span:first-child {
        min-width: 118px;
    }

    .reset-pswd {
        margin-left: 118px;
    }

    .student-profile p span:first-child::after {
        margin: 0 4px;
    }

    .w-mb-100,
    .related-test-modal .modal-content {
        width: 100% !important;
    }

    .modal.modal-section .modal-content {
        padding: 15px 10px 25px;
    }

    .modal.modal-section .modal-header {
        padding-bottom: 15px;
    }

    .modal-section .modal-body {
        margin-top: 20px;
    }

    .order-6 {
        order: 6 !important;
    }

    .menu-link-wrapper {
        width: 100px;
    }

    .profile-img-wrapper {
        width: 25px;
        height: 20px;
    }

    .student-menu .profile-img-wrapper {
        width: 20px;
    }

    .student-menu  .menu-link-wrapper {
        gap: 6px;
    }

    .sidebar-navigation.institutions .navbar-nav .more-menu .dropdown-menu .nav-link span:not(.menu-icon) {
        margin-left: 2px;
    }

    .no-courses img {
        max-width: 165px;
    }

    .details-wrapper.no-courses {
        min-height: calc(100vh - 221px);
        padding: 20px 10px;
    }

    .course-item p span:first-child {
        width: 135px;
    }

    .content-wrapper-student .checkbox-input label {
        padding-left: 20px;
    }
    
    .no-result-wrapper img {
        max-width: 170px;
    }
    
    .navigation-menu .navbar-nav {
        column-gap: 16px;
    }
    
    .navigation-menu .navbar .navbar-brand img {
        max-width: 75px;
    }

    .profile-name {
        max-width: 115px;
    }

    .practice-test-wrapper.test-section {
        height: calc(100vh - 89px);
        height: calc((var(--vh, 1vh) * 100) - 89px);
    }

    .image-wrapper img {
        max-height: 170px
    }

    .no-result-wrapper h4 {
        padding-bottom: 16px;
    }

    .custom-course-wrapper {
        margin-top: 20px;
    }

    .custom-course-wrapper,
    .daily-reward-text p span,
    .alert-wrapper h6 {
        font-size: 14px;
        line-height: 23px;
    }

    .sample-question-modal.related-test-modal .modal-header .modal-title {
        font-size: 16px;
        line-height: 24px;
    }

    .sample-question-modal.report-issue-modal .modal-header .modal-title {
        font-size: 17px;
        line-height: 20px;
    }

    .modal.sample-question-modal.report-issue-modal .modal-content {
        padding: 16px 12px 24px;
    }

    .practice-test-wrapper.wrong-answer .question-footer-wrapper .wrong-answer-alert-video h4 {
        margin-left: 8px;
        margin-bottom: 0 !important;
    }

    .wrong-answer .wrong-answer-alert-video + .flex-btw .video-btn-wrapper .check-mark {
        display: none;
    }

    .sample-question-modal .image-wrapper img {
        max-height: 120px;
    }

    .country-code-dropdown .dropdown-menu .country-list::-webkit-scrollbar,
    .student-list::-webkit-scrollbar,
    .scrollbar-custom::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .welcome-screen .banner-carousel h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .welcome-screen .banner-carousel h6,
    .collected-coins h2 span,
    .custom-carousel-item .carousel-caption pre {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-carousel .carousel-item .carousel-caption p {
        font-size: 16px;
        line-height: 22px; 
        margin-bottom: 10px; 
    }

    .banner-carousel .carousel-item .carousel-caption {
        padding: 8px 4px 40px;
    }

    .banner-carousel .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }

    .banner-carousel .carousel-indicators {
        margin-bottom: 10px;
    }
    
    .introduction-section,
    .category-section,
    .key-points,
    .contactus-section,
    .about-section {
        padding: 24px 4px;
    }

    .welcome-screen h1,
    .contactus-section h2,
    .about-section h2,
    .explainer-video-section h2,
    .category-section h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .welcome-screen h6,
    .welcome-screen .category-info h6,
    .update-class-modal h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .category-info img {
        max-width: 130px;
        margin: 8px auto 0;
    }

    .category-info p {
        font-size: 15px;
        line-height: 24px;
    }

    .welcome-screen .category-info h6 {
        margin-bottom: 8px;
    }

    .footer-wrapper h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .category-info.students {
        margin-bottom: 24px;
    }

    .welcome-screen .key-points h6 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .welcome-screen .key-points h1 {
        line-height: 32px;
        margin-bottom: 12px;
    }

    .welcome-screen .key-points h6 span::after, 
    .welcome-screen .key-points h6 span::before {
        height: 1.5px;
        bottom: -2px;
    }

    .gallery-controls button {
        width: 25px;
        height: 25px;
        background-size: 8px;
        border-width: 1px;
        background-color: #00000099;
    }

    .gallery-controls {
        position: absolute;
        top: calc(50% + 60px);
        transform: translateY(-50%);
        z-index: 4;
        justify-content: space-between;
        width: calc(100% - 32px);
        left: 16px;
    }

    .key-points {
        padding-bottom: 30px !important;
    }

    .contact-form .login-input input, 
    .contact-form .login-input textarea {
        padding: 9px 14px;
        font-size: 16px;
        line-height: 20px;
    }

    .footer-wrapper {
        padding-top: 20px;
    }

    .footer-links {
        padding: 20px 4px;
    }

    .welcome-screen .footer-wrapper h6 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .footer-links ul li a,
    .copyright-section p,
    .courses-head span,
    .rank-list td,
    .content-wrapper-student .reward-coins-day h6,
    .contact-support-wrapper a,
    .cart-item-info p {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-links ul li:not(:last-child) {
        margin-bottom: 4px;
    }

    .copyright-section p::before {
        width: 14px;
        height: 14px;
    }

    .copyright-section {
        padding: 16px 4px;
    }

    .student-filter.add-group {
        padding: 8px;
        margin-bottom: 25px;
    }

    .modal-section.add-student-modal .modal-body {
        padding: 15px 0 30px;
    }

    .edit-delete-btn-wrapper div {
        width: 40px;
        height: 32px;
    }

    .login-input.input-40 input,
    .login-input.input-40 select {
        line-height: 20px !important;
    }

    .profile-details-wrapper:not(.profile-edit-wrapper) .personal-details-hd {
        margin-top: -10px;
    }

    .delete-alert-modal .warning-icon::before {
        width: 18px;
        height: 16px;
    }

    .course-cart-section .orange-bg-btn {
        font-size: 14px;
    }

    .reward-wrapper {
        padding: 10px 8px;
        margin-bottom: 25px;
    }

    .rank-list td {
        padding: 16px 5px;
    }

    .rank-list tbody tr td:first-child {
        padding-left: 10px;
    }

    .rank-list tbody tr td:last-child {
        padding-right: 10px;
    }

    .course-name-wrapper.completed-course.rewrad-coins-details {
        padding: 16px 10px 10px;
    }

    .rewrad-coins-details .reward-coins-day img {
        width: 28px;
    }

    .content-wrapper-student .tab-navigation.total-coins-wrapper .tab-content {
        padding-top: 10px;
    }

    .content-wrapper-student .coins-info h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .collected-coins img {
        max-width: 160px;
    }

    .collected-coins h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: -12px;
    }

    .reward-coins-wrapper {
        padding: 6px;
        gap: 6px;
    }

    .reward-coins-day p,
    .content-wrapper-student .reward-coins-wrapper .reward-coins-day h6 {
        font-size: 12px;
        line-height: 16px;
    }

    .reward-coins-wrapper .reward-coins-day img {
        width: 26px;
    }

    .reward-coins-wrapper .reward-coins-day {
        padding: 8px;
        min-width: 80px;
    }

    .reward-coins-wrapper .reward-coins-day.disabled::after {
        width: 16px;
        height: 20px;
    }

    .reward-coins-wrapper::-webkit-scrollbar {
        height: 4px;
    }
    
    .test-completion-wrapper .collected-coins h2,
    .category-section h2 {
        margin-bottom: 20px;
    }

    .rewrad-coins-details-wrapper .no-result-wrapper {
        min-height: calc(100vh - 312px);
    }

    .course-completion-wrapper .btn-wrapper:not(.day-complete-btn-wrapper .btn-wrapper),
    .day-complete-btn-wrapper {
        bottom: 20px;
    }

    .close-btn-sticky {
        top: 12px;
    }

    .collected-coins:not(.coins-empty) {
       background-size: 250px;
    }

    .about-section p,
    .welcome-screen .transcript-modal h6,
    .modal-wrapper.student-institution-explainer-modal .modal-body h6 {
        font-size: 14px;
        line-height: 26px;
    }

    .about-section {
        background: #ffffff
    }

    .daily-reward-text img {
        width: 19px;
    }

    .daily-reward-text p {
        margin-left: 5px;
    }

    .tooltip-btn.reward-tootip {
        width: 20px;
        height: 20px;
        right: 0;
    }
    
    .practice-test-wrapper.course-completion-wrapper h3 span {
        font-size: 18px;
        line-height: 28px;
    }

    .overview-item img {
        margin-block: 14px;
        height: 18px;
    }

    .overview-item {
        padding: 15px 4px;
    }

    .explainer-video-section {
        padding: 30px 4px;
    }

    .explainer-video-section h2 {
        margin-bottom: 25px;
    }

    .banner-carousel .carousel-inner .carousel-item {
        padding-top: 16px;
        min-height: 470px;
    }

    .category-section {
        padding: 24px 4px;
    }

    .overview-section {
        background: url(../images/overview-mobile-bg.png) center/cover no-repeat;
        padding: 24px 4px;
    }


    .rank-list th {
        font-size: 13px;
        line-height: 17px;
        padding: 4px 10px;
    }

    .reward-heder-description {
        line-height: 22px;
    }

    .video-modal .modal-dialog .btn-close {
        width: 28px;
        height: 28px;
        bottom: calc(100% + 4px);
        background-size: 13px;
    }

    .mobile-view-first-carousel-image {
        max-width: 85%;
    }

    .sidebar-navigation .navbar-nav .nav-link .customer-help-icon {
        width: 20px;
    }

    .banner-carousel .carousel-item img {
        max-height: 185px;
    }

    .course-cart-section h6:not(.level-status h6).dollar-icon::before,
    .institution-course-amount.dollar-icon::before {
        width: 7px;
        height: 11px;
    }
    
    .mail-icon::before, 
    .whatsapp-icon::before {
        width: 16px;
        height: 16px;
    }

    .banner-carousel .carousel-control-prev, 
    .banner-carousel .carousel-control-next {
        width: 24px;
        height: 24px;
    }

    .banner-carousel .carousel-control-prev {
        left: 16px;
    }

    .banner-carousel .carousel-control-next {
        right: 16px;
    }

    .transcript-btn::before {
        width: 20px;
        height: 11px;
    }

    .transcript-btn {
        padding: 10px 8px;
    }

    .transcript-btn::after, 
    .explainer-video .explainer-video-btn::after {
        border-width: 2px;
    }

    .explainer-video .explainer-video-btn::after {
        background-size: 32px;
    }

    .transcript-modal .modal-body {
        background: url(../images/transcript_modal_mobile_bg.jpg) left center/cover no-repeat #ffffff;
        padding-inline: 12px;
    }

    .modal-wrapper .modal-title {
        font-size: 15px;
        line-height: 22px;
    }

    .alert-wrapper img {
        width: 20px;
        margin-right: 5px;
    }

    .alert.alert-wrapper {
        padding-inline: 10px;
        margin-bottom: 16px;
    }

    .transcript-modal .modal-body h6 {
        margin-bottom: 6px;
    }

    .explainer-transcript-wrapper p:not(:last-child) {
        margin-bottom: 10px;
    }

    .practice-test-wrapper.test-section,
    .content-wrapper-student.course-completion-wrapper .course-completion-content {
        padding-block: 12px;
    }

    .test-status-wrapper {
        margin-top: -18px;
    }

    .test-status-wrapper .practice-name h4 {
        padding-right: 24px;
    }

    .normal-question .close-btn-round,
    .close-btn-sticky.close-btn-round{
        margin-bottom: 0;
    }

    .profile-edit-wrapper .login-input input {
        height: 40px;
    }

    .welcome-screen .key-points p {
        margin-bottom: 8px;
    }

    .carousel-description-wrapper {
        min-height: 85px;
    }
    
    .link-label-wrapper {
        width: 100%;
    }

    .link-label-wrapper .practice-name {
        width: fit-content;
    }

    .cart-items .cart-item-info {
        padding-block: 12px;
    }

    .cart-items {
        border: 1px solid #9D9D9D;
        padding-inline: 12px;
    }

    .cart-items .cart-item-info:last-child {
        border-bottom: 0;
    }

    .checkout-total .cart-item-info:nth-child(2) {
        padding-top: 0;
    }

    .note-text {
        font-size: 12px;
        line-height: 18px;
    }

    .modal-wrapper.explainer-video-modal:not(.transcript-modal) .modal-body>.ratio {
        height: calc(100svh - 125px);
    }
}

@media (max-width: 334.98px) {
    .assign-teacher-link {
        margin-left: 0;
        text-align: right;
    }
}

@media (max-width: 319.98px) {
    .course-cart-section .orange-bg-btn {
        padding-inline: 8px;
    }

    .course-cart-section .login-input input {
        width: 64px;
    }
}

@media (max-width: 299.98px) {
    .signup-selection {
        gap: 8px;
    }

    .btn.blue-border-btn {
        font-size: 14px;
        line-height: 18px;
    }

    .content-wrapper-student .tab-navigation.class-details-tabs .nav-pills .nav-item .nav-link {
        padding-inline: 3px;
        font-size: 14px;
    }
}