@media screen and (min-width: 1366px) {
  /* Add styles for screens 1366px and wider */
}

@media screen and (max-width: 1365px) {
  /* Add styles for screens narrower than 1366px */
}

@media screen and (max-width: 1200px) {
  /* Add styles for screens narrower than 1200px */
}

@media screen and (max-width: 1100px) {
  /* Add styles for screens narrower than 1100px */
}

@media screen and (max-width: 1050px) {
  /* Add styles for screens narrower than 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,
  .right_pannel.active2 .notification_section,
  .right_pannel.active2 .top_header_profile {
    pointer-events: none;
    opacity: 0.4;
  }
}

@media screen and (max-width: 850px) {
  /* Add styles for screens narrower than 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; }

  .login_right_area .form_section {
    padding: 20px;
  }

  .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: center;
  }
  .table_area .table_body {
    flex-wrap: wrap;
    display: block;
    text-align: left;
  }
  .user_details_modal_body,
  .user_del_modal_body {
    flex-wrap: wrap;
    justify-content: center;
  }
  .user_details_modal_body .right,
  .user_del_modal_body .right {
    padding-left: 0;
    margin-top: 15px;
  }
  .user_del_modal_body .left {
    width: 100%;
  }
  .user_del_modal_body .right {
    text-align: center;
    width: 100%;
  }
  .statistic_graph_box1_heading {
    flex-wrap: wrap;
    width: 100%;
  }
  .statistic_graph_box1_heading .right {
    margin-top: 12px;
  }
  .profile_page_card .profile_right_area,
  .plan_settings,
  .profession_category,
  .service_order,
  .table_dropdown_div {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .plan_box1 .top {
    flex-wrap: wrap;
  }
  .plan_box1 .top .left,
  .plan_box1 .top .right {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .login_body {
    min-height: auto;
    position: relative;
  }
  .login_left_area {
    width: 100%;
    min-height: auto;
    position: relative;
    padding: 15px;
  }
  .login_left_area img {
    width: 100%;
    max-width: 150px;
  }
  .login_right_area {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .login_copy_text {
    width: 100%;
    text-align: center;
    color: #000;
  }
}

@media screen and (max-width: 480px) {
  .provider_details_top_section {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .provider_details_top_section .right {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 400px) {
  /* Add styles for screens narrower than 400px */
}
