@media screen and (min-width:1366px) {}

@media screen and (max-width:1365px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1050px) {}

@media screen and (max-width:992px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .left_pannel {
    margin-left: -240px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    bottom: 0;
  }

  .right_pannel {
    width: 100%;
  }

  .left_pannel.active {
    margin-left: 0;
  }

  .right_top_header {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }

  .right_top_header .menu {
    margin-left: 10px;
  }

  .right_pannel.active2 {
    overflow-y: hidden;
    height: 100vh;
  }

  .right_pannel.active2 .body {
    pointer-events: none;
    opacity: 0.4;
  }

  .right_pannel.active2 .notification_section {
    pointer-events: none;
    opacity: 0.4;
  }

  .right_pannel.active2 .top_header_profile {
    pointer-events: none;
    opacity: 0.4;
  }

  .login_body .form_area .inside {
    padding: 30px 30px;
  }

  .right_top_header .headername {
    display: none;
  }

  .right_pannel.active2 .top_header_logout {
    pointer-events: none;
    opacity: 0.4;
  }
}

@media screen and (max-width:850px) {}

@media screen and (max-width:768px) {

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 15px;
  }


  .table_area .table_body .mobile_heading {
    display: block;
  }

  .table_area .table_header {
    display: none;
  }

  .table_area .table_body>div {
    width: 100% !important;
    float: left;
    margin: 5px 0;
    display: flex;
    align-items: flex-start;
  }

  .table_area .table_body {
    flex-wrap: wrap;
    display: block;
    text-align: left;
  }

  .table_area .table_body .mobile_heading {
    display: block;
  }

  .dashboard_top_box1 {
    width: calc(100% / 3 - 20px);

  }

  .techer_details_top_pannel {
    flex-wrap: wrap;
  }

  .techer_details_top_pannel .text_area {
    width: 100%;
    padding-left: 0;
    margin-top: 12px;
  }
}

.techer_details_top_pannel {
  flex-wrap: wrap;
}

.techer_details_top_pannel .text_area {
  width: 100%;
  padding-left: 0;
  margin-top: 12px;
}


@media screen and (max-width:600px) {}

@media screen and (max-width:576px) {}


@media screen and (max-width:480px) {
  .dashboard_top_box1 {
    width: calc(100% / 1);
    margin: 10px 0;
  }
}

@media screen and (max-width:400px) {
  .right_top_header .headername {
    font-size: 18px;
  }
}