@media (min-width: 1440px) and (max-width: 1921px) {
  .md-video-wrappper {
    height: calc(100vh - 197px);
  }
  .touch {
    display: none;
  }
} /*---- @media (min-width: 1440px) and (max-width: 1921px) ----*/
@media (min-width: 1440px) and (max-width: 1660px) {
  .touch {
    display: none;
  }
}
@media (min-width: 999px) and (max-width: 1439.98px) {
  .touch {
    display: none;
  }
} /*----- @media (min-width: 999px) and (max-width: 1439.98px) end -----*/
@media (min-width: 1200px) and (max-width: 1366.99px) {
  .touch {
    display: none;
  }
}
@media (min-width: 999px) and (max-width: 1199.99px) {
  .touch {
    display: none;
  }
} /*--- @media (min-width: 999px) and (max-width: 1199.99px) end ---*/
@media (min-width: 992px) and (max-width: 1199.99px) {
  body {
    overflow-y: auto;
  }
  .touch {
    display: none;
  }
  .md-wrapper {
    flex-direction: column;
    height: auto;
  }
  .md-wrapper .md-sidebar {
    flex: auto;
  }
  .md-wrapper .md-sidebar .md-logo {
    margin: 10px;
    text-align: center;
  }
  .md-wrapper .md-sidebar .md-logo svg {
    width: 200px;
  }
  .md-wrapper .md-sidebar .md-categories {
    padding: 10px;
    height: auto;
  }
  .md-wrapper .md-sidebar .md-categories h1 {
    font-size: 1.8rem;
  }
  .md-wrapper .md-sidebar .md-categories h6 {
    margin: 15px 0;
  }
  .md-wrapper .md-sidebar .md-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .md-wrapper .md-sidebar .md-categories ul li {
    margin-bottom: 0;
  }
  .md-wrapper .md-sidebar .md-categories ul li a {
    font-size: 1.4rem;
    padding: 1.5rem;
    border-radius: 0.4rem;
  }
  .md-wrapper .md-right-wrapper {
    width: calc(100% - 0px);
    height: auto;
  }
  .md-video-wrappper video {
    height: auto;
  }
  .grid-gallery .grid-item .imagesContainer {
    height: 240px;
  }
  .md-header h1 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .modal-xxl {
    max-width: 100%;
  }
  .modal-content .modal-body {
    height: auto;
  }
  .carousel-inner .carousel-item {
    height: auto;
    margin-bottom: 15px;
  }
  .carousel-inner .carousel-item img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 998.99px) {
  .touch {
    display: none;
  }
} /*---- @media (min-width: 768px) and (max-width: 998.99px) end ---*/
@media (min-width: 768px) and (max-width: 991.99px) {
  body {
    overflow-y: auto;
  }
  .touch {
    display: none;
  }
  .md-wrapper {
    flex-direction: column;
    height: auto;
  }
  .md-wrapper .md-sidebar {
    flex: unset;
  }
  .md-wrapper .md-sidebar .md-logo {
    margin: 10px;
    text-align: center;
  }
  .md-wrapper .md-sidebar .md-logo svg {
    width: 200px;
  }
  .md-wrapper .md-sidebar .md-categories {
    padding: 10px;
    height: auto;
  }
  .md-wrapper .md-sidebar .md-categories h1 {
    font-size: 1.8rem;
  }
  .md-wrapper .md-sidebar .md-categories h6 {
    margin: 15px 0;
  }
  .md-wrapper .md-sidebar .md-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .md-wrapper .md-sidebar .md-categories ul li {
    margin-bottom: 0;
  }
  .md-wrapper .md-sidebar .md-categories ul li a {
    font-size: 1.4rem;
    padding: 1.5rem;
    border-radius: 0.4rem;
  }
  .md-wrapper .md-right-wrapper {
    width: calc(100% - 0px);
    height: auto;
  }
  .grid-gallery {
    margin: 0;
    padding: 0.5rem;
  }
  .md-video-wrappper video {
    height: auto;
  }
  .grid-gallery .grid-item .imagesContainer {
    height: 240px;
  }
  .md-header h1 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .modal-xxl {
    max-width: 100%;
  }
  .modal-content .modal-body {
    height: auto;
  }
  .carousel-inner .carousel-item {
    height: auto;
    margin-bottom: 15px;
  }
  .carousel-inner .carousel-item img {
    height: auto;
  }
  .carousel-indicators .thumbnail {
    width: 100px;
    height: 100px;
  }
} /*----@media (min-width: 640px) and (max-width: 768.98px) end---*/
@media (max-width: 767.98px) {
  body {
    overflow-y: auto;
  }
  .touch {
    display: none;
  }
  .md-wrapper {
    flex-direction: column;
  }
  .md-wrapper .md-sidebar {
    flex: unset;
  }
  .md-wrapper .md-sidebar .md-logo {
    margin: 10px;
    text-align: center;
  }
  .md-wrapper .md-sidebar .md-logo svg {
    width: 200px;
  }
  .md-wrapper .md-sidebar .md-categories {
    padding: 10px;
    height: auto;
  }
  .md-wrapper .md-sidebar .md-categories h1 {
    font-size: 1.8rem;
  }
  .md-wrapper .md-sidebar .md-categories h6 {
    margin: 15px 0;
  }
  .md-wrapper .md-sidebar .md-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .md-wrapper .md-sidebar .md-categories ul li {
    margin-bottom: 0;
    flex: auto;
  }
  .md-wrapper .md-sidebar .md-categories ul li a {
    font-size: 1.4rem;
    padding: 1.5rem;
    border-radius: 0.4rem;
  }
  .md-wrapper .md-right-wrapper {
    width: calc(100% - 0px);
    height: auto;
  }
  .grid-gallery {
    margin: 0;
    padding: 0.5rem;
  }
  .md-video-wrappper video {
    height: auto;
  }
  .grid-gallery .grid-item .imagesContainer {
    height: 240px;
  }
  .md-header h1 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .modal-xxl {
    max-width: 100%;
  }
  .modal-content .modal-body {
    height: auto;
  }
  .carousel-inner .carousel-item {
    height: auto;
    margin-bottom: 15px;
  }
  .carousel-inner .carousel-item img {
    height: auto;
  }
  .carousel-indicators .thumbnail {
    width: 100px;
    height: 100px;
  }
} /*----@media (max-width: 767.98px) end---*/
@media (max-width: 639.99px) {
  .grid-gallery .grid-item .imagesContainer {
    height: 230px;
  }
  .md-wrapper .md-sidebar .md-categories ul li {
    flex: 0 0 48.5%;
  }
} /*----@media (max-width: 639.99px) end---*/
@media (max-width: 480.99px) {
  .grid-gallery .grid-item .imagesContainer {
    height: 200px;
  }
} /*----@media (max-width: 480.98px) end---*/
@media (max-width: 400.99px) {
  .md-wrapper .md-sidebar .md-categories ul li {
    flex: auto;
  }
  .grid-gallery .grid-item .imagesContainer {
    height: 200px;
  }
} /*----@media (max-width: 480.98px) end---*//*# sourceMappingURL=responsive.css.map */