@charset "utf-8";
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

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

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
}

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

@media only screen and (max-width: 1199px) {
  .director-box{
    height: auto;
  }
  .committee-box{
    height: auto;
  }
  .knowledge-box {
    height: 260px;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .committee-box{
    height: 400px;
  }
  .grey-right-line{
    border-right: 0;
    border-bottom: 1px solid var(--font-color3);
  }
  .news-wrap{
    padding-left: 0;
  }
  .knowledge-box {
    height: 180px;
  }
  .membership-type-bg {
    min-height: 100vh;
  }
  .nav-sidebar{
    margin-top: 0;
  }
  .standard-block{
    padding: 10px 30px;
    margin-bottom: .5rem;
  }
  .standard-block.mb-4{
    margin-bottom: 0.5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  /* Footer */
  .m-mt-4 {
    margin-top: 1.5rem;
  }

  /* Image Height */
  #home-newsroom .top-block-item.image-height{
    height: 200px;
  }
  #home-newsroom .bottom-block-item.image-height{
    height: 300px;
  }
  .bottom-block-item .w-75 {
    width: 100% !important;
  }

  .director-box{
    height: auto;
  }
  .committee-box{
    height: auto;
  }
  .knowledge-box {
    height: 220px;
  }
  .membership-type-bg {
    min-height: 120vh;
  }
  .caption-background{
    background-color: rgba(100, 165, 204, 0.8);
    min-height:100%;
    position: unset;
  }
  .nav-sidebar{
    margin-top: 0;
  }
  .standard-block{
    padding: 10px 30px;
    margin-bottom: .5rem;
  }

  .standard-block.mb-4{
    margin-bottom: .5rem !important;
  }
}

@media only screen and (max-width: 575px) {
  .m-mt-3 {
    margin-top: 1rem;
  }
  .director-box{
    height: auto;
  }
  .committee-box{
    height: auto;
  }
  .knowledge-box {
    height: 210px;
  }
  .membership-type-bg {
    min-height: 140vh;
  }
  .login-box{
    padding: 30px;
  }
  .registration-nav .nav-link:not(:last-child){
    border-bottom: 1px solid #676767;
    border-right: transparent;
  }
  .caption-background{
    background-color: rgba(100, 165, 204, 0.8);
    min-height:100%;
    position: unset;
  }
  .nav-sidebar{
    margin-top: 0;
  }

  .standard-block{
    padding: 10px 30px;
    margin-bottom: .5rem;
  }

  .standard-block.mb-4{
    margin-bottom: .5rem !important;
  }
}
