@media only screen and (min-width: 800px) and (max-width: 1992px) {
  .modal-dialog {
    max-width: 70%
  }
}

/* X-Small */
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .resource-item-btn {
    display: block;
    margin-right: auto;
    margin: 8px 0 8px 32px;
    padding: 2px 16px;
    margin: 8px 0;
  }

  .article-content {
    margin: 0;
  }

  .all-bg,
  .footer-bg,
  .all-bg-nm {
    padding: 24px;
  }

  .tab-content {
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: none;
    border-radius: 0 6px 6px 6px;
    padding: 0 !important;
  }

  .article-wrap h1 {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .article-wrap img {
    width: 100%;
    border-radius: 8px;
    margin: 0 0 32px;
  }

  .main-content {
    max-width: 1364px;
    margin: 0 auto;
    padding: 92px 12px 0;
    flex: 1;
    width: 100%;
  }

  .fav-image img {
    border: 5px solid #18b588;
    border-radius: 50%;
    object-fit: cover;
    width: 150px;
    height: 150px;
    box-shadow: 2px 2px 4px #e4e4e4;
    padding: 2px;
  }

  ul.dropdown-menu.dropdown-menu-end.show {
    max-width: 300px;
    margin: 6px;
    padding: 0 22px;
  }

  .sidebar {
    display: none;
  }

  .sidebar.close {
    display: none;
  }

  .sidebar.close~.main-wrap {
    margin-left: 30px;
  }

  .main-wrap {
    margin-left: 30px;
  }

  .error-bg h1 {
    font-size: 4rem;
    color: #18b588;
    margin: 3rem auto 0;
    text-shadow: 2px 2px #e4e4e4;
  }

  .tree-number {
    font-size: 3rem;
    text-align: center;
  }

  .edu-bg {
    padding: 8px;
    border: none;
    box-shadow: none;
  }

  .edu-card,
  .ed-flex-wrap {
    height: calc(100% - 32px)
  }



  .card.login-card {
    overflow: visible;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    height: 100vh;
  }

  .login-card-footer-nav {
    margin: 16px 0;
  }

  .login-wrap {
    background: #fff;
    margin: 0;
    padding: 0;
  }

  .log-mob {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block;
  }

  .login-card-img {
    max-height: 200px;
  }
}

/* Small & Medium */
@media only screen and (min-width: 577px) and (max-width: 992px) {
  .edu-bg {
    border: 2px dashed #e4e4e4;
    box-shadow: 2px 2px 4px #e4e4e4;
    padding: 32px;
    height: max-content;
    margin-bottom: 32px;
  }

  .sidebar.close {
    display: block;
  }

  .sidebar {
    display: none;
  }

  .main-wrap {
    margin-left: 110px;
  }


}

/* Login */
@media only screen and (min-width: 50px) and (max-width: 767px) {

  .brand-wrapper {
    text-align: center;
  }

  .login-card-description {
    text-align: center;
  }
}

/* All responsive sizes */
@media only screen and (min-width: 50px) and (max-width: 1400px) {

  .title-badge {
    width: fit-content;
    display: block;
    margin-bottom: 16px;
  }

  .news-post-image img {
    max-width: auto;
  }

  .login-btn {
    width: 100%;
  }

  .tcen {
    text-align: center;
  }

}

/* All responsive sizes */
@media only screen and (min-width: 50px) and (max-width: 140000px) {

  .footer-logo {
    max-height: 80px;
    margin: 16px auto 32px;
    display: flex;
    justify-content: center;
  }

  .footer-icons {
    display: flex;
    justify-content: center;
    margin-top: 26px;
  }
}

.fa-bars:before {
  content: "\f323";
}

.fa-times:before {
  content: "\f324";
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .fa-bars:before {
    content: "\f0c9";
  }

  .fa-times:before {
    content: "\58";

  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {

  .fa-bars:before {
    content: "\f324";
  }

  .fa-times:before {
    content: "\f323";
  }


}

@media only screen and (min-width: 1400px) and (max-width: 1580px) {
  /* canvas {
    width: 150px !important;
    height: 150px !important;
  } */

  .score-circle strong {
    margin-top: -130px;
    margin-left: 10px;
    font-size: 3rem;

  }
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .footer-logo-container {
    height: 100%;
    display: flex;
    padding-left: 24px;
    width: 100%;
    justify-content: center;
    margin-bottom: 32px;
  }

  .footer-sub {
    text-align: left;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
  .login_banner{ display:none}
  .login_right{float:center; width:100%; padding-left:50px; padding-right:20px;}
  .login_container{width:100%;}
}
