@media only screen and (max-width: 600px) {
  body, html {
    height: unset;
  }
  .box-layer{
    left: -10px;
    height: calc(100% + 35px);
    width: calc(100% + 20px);
  }
  .teacher-register-bg, .student-register-bg{
    background-position: right;
  }
  .px-90{
    padding: 20px 8px !important;
  }
  .w-auto{
    width: auto !important;
  }
  .w-30 {
    width: 100%;
  }
  .login-bg{
    background: #a3ecd8;
  }
  .single-bg-content{
    font-size: 60px !important;
  }
  .intro-section {
    font-size: 3rem !important
  }
  .single-bg.teacher-information-bg{
    min-height: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .teachers-filters-reset{
    position: absolute !important;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .px-90{
    padding: 0px 30px;
  }
  .position-relative.show .dropdown-menu {
    min-width: 16rem;
  }
}
/* md media */
@media only screen and (min-width: 992px) {
  .px-90{
    padding: 0px 90px !important;
  }
  .px-90.pt-4{
    padding-top: 1.5rem!important;
  }
}
@media only screen and (max-width: 900px) {
  .container-box-shadow{
    margin: 0 auto;
  }
  .single-bg.teacher-information-bg{
    min-height: 340px;
  }
}
/* md to lg media */
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .w-lg-100{
    width: 100% !important
  }
}
/* lg media */
@media only screen and (min-width:1024px) {
  .teachers-list-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .modal-sm {
    max-width: 400px;
  }
}
/* from ipad to xl screens */
@media only screen and (min-width: 1023px) and (max-width:1200px) {
  .fix-ipad-screen{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}
@media only screen and (min-width: 1201px) and (max-width:1400px) {
  .fix-ipad-screen{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80.666667%;
    flex: 0 0 80.666667%;
    max-width: 80.666667%;
  }
}
/* for ipad pro */
@media only screen and (min-width: 1023px) and (max-width:1025px) {
  .teachers-list-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
