/*! .left-menu-md START */
@media (max-width: 768px) {
  .col-sm-3.left-menu-md {
    position: fixed;
    display: block !important;
    top: 0;
    right: 50px;
    bottom: 0;
    left: 0;
    padding: 0;
    transform: translateX(-100%);
    transition: 0.3s transform linear;
    z-index: 100;
  }
  .col-sm-3.left-menu-md.left-menu-md--active {
    transform: translateX(0);
  }
  .col-sm-3.left-menu-md::before {
    content: "";
    width: 40px;
    height: 46px;
    position: absolute;
    top: 20%;
    right: 0;
    cursor: pointer;
    transform: translateX(100%);
    background-color: #0e699d;
    border-radius: 0 10px 10px 0;
    opacity: 0.6;
  }
  .col-sm-3.left-menu-md::after {
    content: url('data:image/svg+xml,<svg width="21" height="11" viewBox="0 0 21 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.13965 1.33984L10.1396 8.83984L19.1396 1.33984" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    position: absolute;
    top: calc(20% + 13px);
    right: -30px;
    cursor: pointer;
    transform: rotate(-90deg);
  }
  .col-sm-3.left-menu-md--active::after {
    transform: rotate(90deg);
  }
  .left-menu-md .side-menu {
    padding: 70px 0 20px 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    scrollbar-width: 0;
    background-color: #fff;
  }
  .left-menu-md .side-menu::-webkit-scrollbar {
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}
/*! .left-menu-md END */
footer {
  z-index:1;
}