@media (min-width: 1200px) {
  .container {
    max-width: 1214px;
  }
}

@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small img {
    width: 120px;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    background: #58209D;
    background: linear-gradient(90deg, rgba(88, 32, 157, 1) 0%, rgba(188, 159, 245, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .menu-2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    background: #38D0E9;
    background: linear-gradient(90deg, rgba(56, 208, 233, 1) 5%, rgba(4, 252, 239, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--theme-color-second);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    left: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 80px !important;
    overflow-y: scroll;
    height: 80vh;
  }

  .small nav .sidebar>ul>li {
    padding: 10px 22px;
  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #ffffff;
    padding: 4px;
    font-size: 18px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {

    font-size: 14px;
  }

  .small {
    display: block;
  }

  p br {
    display: none;
  }

  header#main_header {
    display: none;
  }

  section {
    padding: 50px 0;
  }

  .sub-menu-1,
  .sub-menu-2 {
    display: none;
    padding-left: 15px;
  }

  li.open>.sub-menu-1,
  li.open>.sub-menu-2 {
    display: block;
  }

  .sidebar ul li {
    padding: 10px 0;
    position: relative;
  }

  .sidebar ul li i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
  }

  .sidebar ul li a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: calc(100% - 24px);
  }

  h1 {
    font-size: 38px;
  }

  .banner_sec .hd_info {
    justify-content: center;
  }

  .banner_sec {
    padding: 80px 0px 300px;
    background: url(../image/banner_sec_mb.jpg) no-repeat bottom / cover !important;
    text-align: center;
  }

  .home_sec1 ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 18px;
  }

  .home_sec1 ul li img {
    width: 120px;
  }

  .home_sec2 {
    text-align: center;
  }

  .home_sec2 .hd_info {
    justify-content: center;
  }

  .home_sec1 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 27px;
  }

  h2 br {
    display: none;
  }

  h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
  }

  .home_sec7 .heading {
    text-align: center;
  }

  .home_sec7 .hd_info {
    justify-content: center;
  }

  .home_sec7 .heading h2 {
    margin-bottom: 15px !important;
  }

  .home_sec_8 tbody, .home_sec_8 tfoot, .home_sec_8 td, .home_sec_8 tfoot, .home_sec_8 th, .home_sec_8 thead, .home_sec_8 tr {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
  }

  .home_sec_8 .faq-table .table td {
    color: #000;
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
  }

  .home_sec_9 .heading {
    justify-content: center;
    align-items: center;
  }

  .footer a img {
    width: 160px;
  }

  .footer h4 {
    font-size: 24px;
    font-weight: 600;
  }

  .footer h4 br {
    display: none;
  }

  .footer .copy_right p {
    margin-bottom: 8px !important;
  }

  .inner_banner_sec {
    padding: 50px 0px 0px !important;
    background: #571f9c !important;
    color: #fff;
  }

  .elearning_sec .grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .elearning_sec p {
    line-height: 34px;
  }

  .elearning_sec h4 {
    font-size: 23px;
    line-height: 1.5;
  }

  .elearning_sec .grid-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .manager-team-development-sec2 {
    padding-top: 0;
  }

  .manager-team-development-sec1 h4 {
    text-align: start !important;
  }

  .manager-performance-review-sec2 iframe {
    height: 270px !important;
  }

  .manager-performance-review-sec1 .content {
    text-align: center;
    height: 100%;
  }

  .manager-performance-review-sec2 {
    text-align: center;
  }

  .manager-performance-review-sec2 .hd_info {
    justify-content: center;
  }
}

/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


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


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



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

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




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

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

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

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

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

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

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

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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



















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

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




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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