/* Responsve Styling */
@media only screen and (min-width: 320px) and (max-width: 519px) {
  /*------------------------------------------Main Web Site------------------------------------------*/
.department-card {
    width: 100%;
}
  .header-main__nav,
  .header-main__btns {
    display: none;
  }
  .header-main__menu {
    display: block;
  }
  .header-main__logo {
    flex: 0.2;
  }
  .banner-content__subHeading {
    font-size: 12px;
  }
  .banner-content__heading {
    font-size: 40px;
  }
  .banner-content > p,
  .department-card__content p,
  .section-content p,
  .footer__copyright > p,
  .footer-info > p {
    font-size: 14px;
  }
  .themeBtn {
    font-size: 13px;
    padding: 0.5rem 1.5rem;
  }

  .section-content .heading {
    font-size: 30px;
  }
  .department-card__content > .title {
    font-size: 1.15rem;
    margin: 0.5rem 0 0.25rem;
    line-height: 1.35;
  }

  .department-card__content p {
    margin: 0.25rem 0;
  }
  .about__content {
    padding: 2rem;
    left: 0;
  }
  .section-content .heading--line {
    padding-bottom: 1.25rem;
  }
  .reviews {
    padding: 5rem 0;
  }
  .user-details .name {
    font-size: 15px;
  }
  .user-details .designation {
    font-size: 9px;
    font-weight: 500;
  }
  .reviews-card__content .desc {
    font-size: 13px;
    line-height: 1.5;
    margin: 0.75rem 0;
  }
  .footer__quickLinks {
    margin: 1.5rem 0;
  }

  .reviews-card__content {
    height: 200px;
  }
  .user-img {
    width: 350px;
    height: 200px;
  }
  .custom-tabs {
    gap: 1rem;
  }
  .custom-tabs__item > :is(a, button) {
    width: auto;
    font-size: 14px;
  }
  .heading-line::before {
    display: none;
  }
  .course-detail__subHeading {
    font-size: 16px;
  }
  .sideBar__close {
    display: flex;
  }
  /*------------------------------------------Main Web Site------------------------------------------*/

  /*------------------------------------------librarian------------------------------------------*/
  .dashboard-2 .dashboard-sidebar {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding: 0rem 0 10rem;
    z-index: 111;
    background: #fff;
    transform: translateX(-100%);
    transition: all 300ms;
  }

  .dashboard-2 .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem 0;
  }
  .dashboard-2.dashboard {
    padding: 1.25rem;
  }
  .dashboard-2 .dashboard-body {
    margin: 0;
    padding: 1.25rem;
  }
  .dashboard-2 .header-content {
    flex: 1;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 0.5rem;
  }
  .dashboard-2 .header-content .title {
    font-size: 19px;
  }
  .dashboard-2 .profile {
    position: relative;
    width: 100%;
  }
  .dashboard-2 .header-main__menu {
    position: absolute;
    top: 50%;
    left: 94%;
    transform: translate(-50%, -50%);
  }
  .dashboard-2 .header-main__menu i {
    font-size: 1.75rem;
  }
  .dashboard-2 .dashboard-sidebar__nav li a:where(:hover, .active) {
    background: var(--color-primary-light);
  }
  :is(.dashboard-1, .dashboard-2) .course-box {
    margin: 1rem 0;
  }
  :is(.dashboard-1, .dashboard-2) .course-title {
    font-size: 16px;
  }
  :is(.dashboard-1, .dashboard-2) .course-activity__list .title {
    font-size: 13px;
  }
  :is(.dashboard-1, .dashboard-2) .course-activity__list .date {
    font-size: 12px;
  }
  :is(.dashboard-1, .dashboard-2) .course-details__content .learner {
    font-size: 13px;
  }
  .dashboard-2 .course-details__content .users {
    font-size: 13px;
  }
  .dashboard-2 .section-content .heading {
    font-size: 23px;
  }
  .dashboard-2 .fancy-link {
    font-size: 13px;
  }
  .dashboard-2 .classes-card__header .class-details .title {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
  .dashboard-2 .classes-card__header {
    padding: 0.75rem;
  }
  .dashboard-2
    :is(.classes-card__header, .classes-card__body, .classes-card__footer) {
    padding-inline: 0.75rem !important;
  }
  .dashboard-2 .classes-card__footer .view-class {
    font-size: 13px;
    padding: 0.5rem 0;
  }
  .dashboard-2 .classes-card__header .class-details .name {
    font-size: 13px;
  }
  .dashboard-2 .classes-card__header .courseWrapper {
    gap: 0.75rem;
  }
  .section-content.mb-4.d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
    gap: 1rem 0;
    margin-bottom: 1.5rem !important;
  }
  .courses {
    --main-boxes-height: 290px;
  }
  .dashboard-2 .courses-list__single {
    height: calc(var(--main-boxes-height) / 4 - 0.73rem);
  }
  .dashboard-2 .profile-user__name {
    font-size: 16px;
  }

  .dashboard-2 .profile-user__level {
    font-size: 13px;
  }
  .dashboard-2 .course-detail__heading {
    font-size: 1.5rem;
  }
  ul.info.info-wrapper {
    gap: 0.5rem 2rem;
    flex-wrap: wrap;
  }

  .dashboard-2 .course-detail__heading {
    font-size: 1.75rem;
    margin: 0.5rem 0;
  }
  .editor-content * {
    font-size: 14px;
  }
  .course-detail__img {
    width: 100% !important;
    height: 100% !important;
  }
  .dashboard.dashboard-2 .section-content.mb-4.d-flex.align-items-center {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .dashboard.dashboard-2 .section-content.mb-4.d-flex.align-items-center .ml-4 {
    margin: 0 !important;
  }
  .d-flex.align-items-center.justify-content-between {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .dashboard.dashboard-2 .reply {
    width: 100%;
    padding: 0.75rem 1rem;
  }
  .replies-wrapper .title {
    font-size: 28px;
    line-height: 1.25;
  }

  /*------------------------------------------librarian------------------------------------------*/

  /* ------------------------------------------student / teacher------------------------------------------ */

  .dashboard-1 .dashboard-body {
    padding-inline: 1rem;
  }
  .dashboard-1 .dashboard-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: var(--color-primary-light);
    padding: 1rem 0 7rem;
    width: 100%;
    z-index: 111;
    transform: translateX(-100%);
    transition: all 300ms;
  }
  .dashboard-1 .dashboard-sidebar.show {
    transform: translateX(0);
  }
  .dashboard-1 .header-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem 0;
    justify-content: flex-start;
    width: 100%;
  }
  .dashboard-1 .header-title {
    font-size: 20px;
    line-height: 1.25;
    width: 100%;
    text-align: center;
  }

  .dashboard-1 .header-actions .search-wrapper {
    width: 70%;
  }

  .dashboard-1 .header-actions {
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
  }
  .tasks.mar-y {
    margin: 3rem 0 !important;
  }

  .section-content.mb-4.d-flex.align-items-center {
    margin: 0 0 2rem !important;
  }
  .course-content p {
    font-size: 14px;
  }
  .dashboard-1 .course-detail__heading {
    font-size: 1.75rem;
  }
  .dashboard-1 .course-content {
    padding: 1rem 0;
  }
  .reply {
    width: 95%;
    padding: 1rem 0.75rem;
  }
  .replies-wrapper {
    padding: 2rem 1.5rem;
  }
  .tasks.mar-y .section-content.mb-4.d-flex.align-items-center {
    margin-bottom: 0 !important;
  }
  .course-videos {
    margin: 2rem auto;
    max-width: 100%;
  }
  .course-videos li a video {
    width: 70px;
  }
  .course-videos li a {
    font-size: 14px;
  }
  .file-preview {
    margin-bottom: 0;
  }
  .resp-pb-s {
    padding-bottom: 2rem;
  }
  .dashboard-1 .pub-details {
    padding: 4rem 0;
  }
  /* ------------------------------------------student / teacher------------------------------------------ */
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
      /*------------------------------------------Main Web Site------------------------------------------*/
.department-card {
    margin: 1rem auto;
    width: 100%;
}
  .header-main__nav,
  .header-main__btns {
    display: none;
  }
  .header-main__menu {
    display: block;
  }
  .header-main__logo {
    flex: 0.2;
  }
  .banner-content__subHeading {
    font-size: 12px;
  }
  .banner-content__heading {
    font-size: 40px;
  }
  .banner-content > p,
  .department-card__content p,
  .section-content p,
  .footer__copyright > p,
  .footer-info > p {
    font-size: 14px;
  }
  .themeBtn {
    font-size: 13px;
    padding: 0.5rem 1.5rem;
  }

  .section-content .heading {
    font-size: 30px;
  }
  .department-card__content > .title {
    font-size: 1.15rem;
    margin: 0.5rem 0 0.25rem;
    line-height: 1.35;
  }

  .department-card__content p {
    margin: 0.25rem 0;
  }
  .about__content {
    padding: 2rem;
    left: 0;
  }
  .section-content .heading--line {
    padding-bottom: 1.25rem;
  }
  .reviews {
    padding: 5rem 0;
  }
  .user-details .name {
    font-size: 15px;
  }
  .user-details .designation {
    font-size: 9px;
    font-weight: 500;
  }
  .reviews-card__content .desc {
    font-size: 13px;
    line-height: 1.5;
    margin: 0.75rem 0;
  }
  .footer__quickLinks {
    margin: 1.5rem 0;
  }

  .reviews-card__content {
    height: 200px;
  }
  .user-img {
    width: 350px;
    height: 200px;
  }
  .custom-tabs {
    gap: 1rem;
  }
  .custom-tabs__item > :is(a, button) {
    width: auto;
    font-size: 14px;
  }
  .heading-line::before {
    display: none;
  }
  .course-detail__subHeading {
    font-size: 16px;
  }
  .sideBar__close {
    display: flex;
  }
  /*------------------------------------------Main Web Site------------------------------------------*/

  /*------------------------------------------librarian------------------------------------------*/
  .dashboard-2 .dashboard-sidebar {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding: 0rem 0 10rem;
    z-index: 111;
    background: #fff;
    transform: translateX(-100%);
    transition: all 300ms;
  }

  .dashboard-2 .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem 0;
  }
  .dashboard-2.dashboard {
    padding: 1.25rem;
  }
  .dashboard-2 .dashboard-body {
    margin: 0;
    padding: 1.25rem;
  }
  .dashboard-2 .header-content {
    flex: 1;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 0.5rem;
  }
  .dashboard-2 .header-content .title {
    font-size: 19px;
  }
  .dashboard-2 .profile {
    position: relative;
    width: 100%;
  }
  .dashboard-2 .header-main__menu {
    position: absolute;
    top: 50%;
    left: 94%;
    transform: translate(-50%, -50%);
  }
  .dashboard-2 .header-main__menu i {
    font-size: 1.75rem;
  }
  .dashboard-2 .dashboard-sidebar__nav li a:where(:hover, .active) {
    background: var(--color-primary-light);
  }
  :is(.dashboard-1, .dashboard-2) .course-box {
    margin: 1rem 0;
  }
  :is(.dashboard-1, .dashboard-2) .course-title {
    font-size: 17px;
  }
  :is(.dashboard-1, .dashboard-2) .course-activity__list .title {
    font-size: 14px;
  }
  :is(.dashboard-1, .dashboard-2) .course-activity__list .date {
    font-size: 12px;
  }
  :is(.dashboard-1, .dashboard-2) .course-details__content .learner {
    font-size: 14px;
  }
  .dashboard-2 .course-details__content .users {
    font-size: 15px;
  }
  .dashboard-2 .section-content .heading {
    font-size: 23px;
  }
  .dashboard-2 .fancy-link {
    font-size: 13px;
  }
  .dashboard-2 .classes-card__header .class-details .title {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
  .dashboard-2 .classes-card__header {
    padding: 0.75rem;
  }
  .dashboard-2
    :is(.classes-card__header, .classes-card__body, .classes-card__footer) {
    padding-inline: 0.75rem !important;
  }
  .dashboard-2 .classes-card__footer .view-class {
    font-size: 13px;
    padding: 0.5rem 0;
  }
  .dashboard-2 .classes-card__header .class-details .name {
    font-size: 13px;
  }
  .dashboard-2 .classes-card__header .courseWrapper {
    gap: 0.75rem;
  }
  .section-content.mb-4.d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
    gap: 1rem 0;
    margin-bottom: 1.5rem !important;
  }
  .courses {
    --main-boxes-height: 290px;
  }
  .dashboard-2 .courses-list__single {
    height: calc(var(--main-boxes-height) / 3.75);
  }
  .dashboard-2 .profile-user__name {
    font-size: 16px;
  }

  .dashboard-2 .profile-user__level {
    font-size: 13px;
  }
  .dashboard-2 .course-detail__heading {
    font-size: 1.5rem;
  }
  ul.info.info-wrapper {
    gap: 0.5rem 2rem;
    flex-wrap: wrap;
  }

  .dashboard-2 .course-detail__heading {
    font-size: 1.75rem;
    margin: 0.5rem 0;
  }
  .editor-content * {
    font-size: 14px;
  }
  .course-detail__img {
    width: 100% !important;
    height: 100% !important;
  }
  .dashboard.dashboard-2 .section-content.mb-4.d-flex.align-items-center {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .dashboard.dashboard-2 .section-content.mb-4.d-flex.align-items-center .ml-4 {
    margin: 0 !important;
  }
  .d-flex.align-items-center.justify-content-between {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .dashboard.dashboard-2 .reply {
    width: 100%;
    padding: 0.75rem 1rem;
  }
  .replies-wrapper .title {
    font-size: 28px;
    line-height: 1.25;
  }

  /*------------------------------------------librarian------------------------------------------*/

  /* ------------------------------------------student / teacher------------------------------------------ */

  .dashboard-1 .dashboard-body {
    padding-inline: 1rem;
  }
  .dashboard-1 .dashboard-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: var(--color-primary-light);
    padding: 1rem 0 7rem;
    width: 100%;
    z-index: 111;
    transform: translateX(-100%);
    transition: all 300ms;
  }
  .dashboard-1 .dashboard-sidebar.show {
    transform: translateX(0);
  }
  .dashboard-1 .header-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem 0;
    justify-content: flex-start;
    width: 100%;
  }
  .dashboard-1 .header-title {
    font-size: 20px;
    line-height: 1.25;
    width: 100%;
    text-align: center;
  }

  .dashboard-1 .header-actions .search-wrapper {
    width: 70%;
  }

  .dashboard-1 .header-actions {
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
  }
  .tasks.mar-y {
    margin: 3rem 0 !important;
  }

  .section-content.mb-4.d-flex.align-items-center {
    margin: 0 0 2rem !important;
  }
  .course-content p {
    font-size: 14px;
  }
  .dashboard-1 .course-detail__heading {
    font-size: 1.75rem;
  }
  .dashboard-1 .course-content {
    padding: 1rem 0;
  }
  .reply {
    width: 95%;
    padding: 1rem 0.75rem;
  }
  .replies-wrapper {
    padding: 2rem 1.5rem;
  }
  .tasks.mar-y .section-content.mb-4.d-flex.align-items-center {
    margin-bottom: 0 !important;
  }
  .course-videos {
    margin: 2rem auto;
    max-width: 100%;
  }
  .course-videos li a video {
    width: 70px;
  }
  .course-videos li a {
    font-size: 14px;
  }
  .file-preview {
    margin-bottom: 0;
  }
  .resp-pb-s {
    padding-bottom: 2rem;
  }
  .dashboard-1 .pub-details {
    padding: 4rem 0;
  }
  /* ------------------------------------------student / teacher------------------------------------------ */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*------------------------------------------Main Web Site------------------------------------------*/

  .header-main__nav,
  .header-main__btns {
    display: none;
  }
  .header-main__menu {
    display: block;
  }
  .header-main__logo {
    flex: 0.11;
  }
  .banner-content__subHeading {
    font-size: 12px;
  }
  .banner-content__heading {
    font-size: 40px;
  }
  .banner-content > p,
  .department-card__content p,
  .section-content p,
  .footer__copyright > p,
  .footer-info > p {
    font-size: 14px;
  }
  .themeBtn {
    font-size: 13px;
    padding: 0.75rem 1.75rem;
  }

  .section-content .heading {
    font-size: 40px;
  }
  .department-card__content > .title {
    font-size: 1.15rem;
    margin: 0.5rem 0 0.25rem;
    line-height: 1.35;
  }

  .department-card__content p {
    margin: 0.25rem 0;
  }
  .about__content {
    padding: 2rem;
    left: 0;
  }
  .section-content .heading--line {
    padding-bottom: 1.25rem;
  }
  .reviews {
    padding: 5rem 0;
  }
  .user-details .name {
    font-size: 15px;
  }
  .user-details .designation {
    font-size: 9px;
    font-weight: 500;
  }
  .reviews-card__content .desc {
    font-size: 13px;
    line-height: 1.5;
    margin: 0.75rem 0;
  }
  .footer__quickLinks {
    margin: 1.5rem 0;
  }

  .reviews-card__content {
    height: 200px;
  }
  .user-img {
    width: 350px;
    height: 200px;
  }
  .custom-tabs {
    gap: 1rem;
  }
  .custom-tabs__item > :is(a, button) {
    width: auto;
    font-size: 14px;
  }
  .heading-line::before {
    display: none;
  }
  .course-detail__subHeading {
    font-size: 16px;
  }
  .sideBar__close {
    display: flex;
  }
  .banner {
    min-height: 40vh;
  }
  .overlay {
    min-height: 40vh;
  }
  /*------------------------------------------Main Web Site------------------------------------------*/

  /*------------------------------------------librarian------------------------------------------*/
  .dashboard-2 .dashboard-sidebar {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0rem 0 10rem;
    z-index: 111;
    background: #fff;
    transform: translateX(-100%);
    transition: all 300ms;
    box-shadow: 0 0 15px 5px #00000020;
  }

  .dashboard-2 .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem 0;
  }
  .dashboard-2.dashboard {
    padding: 1.25rem;
  }
  .dashboard-2 .dashboard-body {
    margin: 0;
    padding: 1.25rem;
  }
  .dashboard-2 .header-content {
    flex: 1;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 0.5rem;
  }
  .dashboard-2 .header-content .title {
    font-size: 19px;
  }
  .dashboard-2 .profile {
    position: relative;
    width: 100%;
  }
  .dashboard-2 .header-main__menu {
    position: absolute;
    top: 50%;
    left: 94%;
    transform: translate(-50%, -50%);
  }
  .dashboard-2 .header-main__menu i {
    font-size: 1.75rem;
  }
  .dashboard-2 .dashboard-sidebar__nav li a {
    font-size: 13px;
    padding-left: 1.25rem;
}
  .dashboard-2 .dashboard-sidebar__nav li a:where(:hover, .active) {
    background: var(--color-primary-light);
  }
  :is(.dashboard-1, .dashboard-2) .course-box {
    margin: 0;
  }
  :is(.dashboard-1, .dashboard-2) .course-title {
    font-size: 16px;
  }
  :is(.dashboard-1, .dashboard-2) .course-activity__list .title {
    font-size: 13px;
  }
  :is(.dashboard-1, .dashboard-2) .course-activity__list .date {
    font-size: 12px;
  }
  :is(.dashboard-1, .dashboard-2) .course-details__content .learner {
    font-size: 13px;
  }
  .dashboard-2 .course-details__content .users {
    font-size: 13px;
  }
  .dashboard-2 .section-content .heading {
    font-size: 30px;
  }
  .dashboard-2 .fancy-link {
    font-size: 13px;
  }
  .dashboard-2 .classes-card__header .class-details .title {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
  .dashboard-2 .classes-card__header {
    padding: 0.75rem;
  }
  .dashboard-2
    :is(.classes-card__header, .classes-card__body, .classes-card__footer) {
    padding-inline: 0.75rem !important;
  }
  .dashboard-2 .classes-card__footer .view-class {
    font-size: 13px;
    padding: 0.5rem 0;
  }
  .dashboard-2 .classes-card__header .class-details .name {
    font-size: 13px;
  }
  .dashboard-2 .classes-card__header .courseWrapper {
    gap: 0.75rem;
  }
  .section-content.mb-4.d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
    gap: 1rem 0;
    margin-bottom: 1.5rem !important;
  }
  .courses {
    --main-boxes-height: 400px;
  }
  .dashboard-2 .courses-list__single {
    height: calc(var(--main-boxes-height) / 3 - 0.73rem);
    width: 48%;
  }
  .dashboard-2 .courses-list {
    flex-direction: inherit;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .dashboard-2 .courses-list__single {
    height: calc(var(--main-boxes-height) / 2.75 - 0.6rem);
    width: 174px;
  }
  .dashboard-2 .courses-list__single .course-details {
    justify-content: flex-start;
    gap: 0.75rem;
    line-height: 1.45;
    flex: 1;
    flex-direction: column;
    text-align: center;
  }
  .dashboard-2 .profile-user__name {
    font-size: 16px;
  }

  .dashboard-2 .profile-user__level {
    font-size: 13px;
  }
  .dashboard-2 .course-detail__heading {
    font-size: 1.5rem;
  }
  ul.info.info-wrapper {
    gap: 0.5rem 2rem;
    flex-wrap: wrap;
  }

  .dashboard-2 .course-detail__heading {
    font-size: 2.25rem;
    margin: 0.5rem 0;
  }
  .editor-content * {
    font-size: 14px;
  }
  .course-detail__img {
    /* width: 100% !important; */
    /* height: 100% !important; */
  }
  .dashboard.dashboard-2 .section-content.mb-4.d-flex.align-items-center {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .dashboard.dashboard-2 .section-content.mb-4.d-flex.align-items-center .ml-4 {
    margin: 0 !important;
  }
  .d-flex.align-items-center.justify-content-between {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .dashboard.dashboard-2 .reply {
    width: 50%;
    padding: 0.75rem 1rem;
  }
  .replies-wrapper .title {
    font-size: 28px;
    line-height: 1.25;
  }
  .dashboard-2 .course-details__icon {
    width: 45px;
    font-size: 1.5rem;
}
.tasks.mar-y {
    margin: 3rem 0 !important;
}

  /*------------------------------------------librarian------------------------------------------*/
  /* ------------------------------------------student / teacher------------------------------------------ */

  .dashboard-1 .dashboard-body {
    padding-inline: 1rem;
  }
  .dashboard-1 .dashboard-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: var(--color-primary-light);
    padding: 1rem 0 7rem;
    width: 310px;
    z-index: 111;
    transform: translateX(-100%);
    transition: all 300ms;
  }
  .dashboard-1 .dashboard-sidebar.show {
    transform: translateX(0);
  }
  .dashboard-1 .header-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem 0;
    justify-content: flex-start;
    width: 100%;
  }
  .dashboard-1 .header-title {
    font-size: 20px;
    line-height: 1.25;
    width: 100%;
    text-align: center;
  }

  .dashboard-1 .header-actions .search-wrapper {
    width: 70%;
  }

  .dashboard-1 .header-actions {
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
  }
  .tasks.mar-y {
    margin: 3rem 0 !important;
  }

  .section-content.mb-4.d-flex.align-items-center {
    margin: 0 0 2rem !important;
  }
  .course-content p {
    font-size: 14px;
  }
  .dashboard-1 .course-detail__heading {
    font-size: 2.25rem;
  }
  .dashboard-1 .course-content {
    padding: 1rem 0;
  }
  .reply {
    width: 50%;
    padding: 1rem 0.75rem;
  }
  .replies-wrapper {
    padding: 2rem 1.5rem;
  }
  .tasks.mar-y .section-content.mb-4.d-flex.align-items-center {
    margin-bottom: 0 !important;
  }
  .course-videos {
    margin: 2rem auto;
    max-width: 100%;
  }
  .course-videos li a video {
    width: 70px;
  }
  .course-videos li a {
    font-size: 14px;
  }
  .file-preview {
    margin-bottom: 0;
  }
  .resp-pb-s {
    padding-bottom: 2rem;
  }
  .dashboard-1 .pub-details {
    padding: 4rem 0;
  }
  .dashboard.dashboard-1 .profile {
    padding-right: 1.25rem;
}
  /* ------------------------------------------student / teacher------------------------------------------ */
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
}
