@media (max-width: 768px) {
  body {
    padding-top: 60px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  }
  .progress-container-mini {
    transform: scale(.6);
  }
	.navbar-dark {
		height: 60px !important;
	}
  .navbar-brand img {
    height: 40px;
    width: 40px;
  }
  .fs-16 {
    font-size: 8px;
  }
  .fs-18 {
    font-size: 9px;
  }
  .fs-24 {
    font-size: 12px;
  }
  .fs-28 {
    font-size: 14px;
  }
  .fs-36 {
    font-size: 18px;
  }
  .nav-link,
  .nav-link:focus,
  .nav-link:hover {
    color: #000 !important;
    padding-left: 10px;
  }
  .navbar-nav {
    background: #fff;
    border-radius: 16px;
  }
  .dropdown-menu-self {
    top: 64px !important;
    left: 0% !important;
    transform: translateX(0%);
    text-align: left;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    padding: 0 10px;
  }
  .progress-container {
    z-index: 999;
  }
  .began-wrap div {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }
  .began-wrap img {
    width: 15px;
    height: 15px;
  }
  .began-wrap div img {
    width: 10px;
    height: 10px;
    margin-left: 4px;
  }
  .parkinson-img {
    width: 20px;
  }
  .home-icon-1, .home-icon-2, .home-icon-3 {
    width: 80px;
  }
  .home-icon-3 {
    width: 50px;
  }
  .parkinson-item {
    height: 55px;
  }
  .swiper-slide-home {
    height: auto;
  }
  #feature1 .pb-5 {
    padding-bottom: 0 !important;
  }
   #feature1 .pt-5 {
    padding-top: 0 !important;
   }
  .flex-column-m {
    flex-direction: column;
  }
  .column-item-m {
    width: 95% !important;
  }
  .advantages-info {
    padding: 0 10px !important;
  }
  .team-item {
    width: 48%;
  }
  .team-title {
    font-size: 36px;
  }
  .px-5-m {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mySwiper {
    overflow: hidden;
  }
  .my-bullet {    
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
  .swiper-pagination-team {
    bottom: 15px !important;
  }
  .progress-container {
    top: 60px;
  }
  .team-lab {
    width: 100px;
    height: 36px;
    border-radius: 0 16px 16px 0;
    line-height: 36px;
    padding-left: 10px;
  }
  .col-lg-3-m {
    display: none;
  }
  .info-item-title {
    width: 100px;
    height: 35px;
    padding-left: 5px;
    border-top-right-radius: 15px;
  }
  .header-lead-font {
    font-size: 36px;
    bottom: 40px;
  }
}
