@media screen and (max-width: 992px) {
	
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 4px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 15px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .small {
    display: block;
  }

  .small .logo img {
    width: 90px;
  }

  p br {
    display: none;
  }

  .banner_sec h1 span {
    font-size: 70px;
    font-weight: 800;
  }

  h1 {
    font-size: 33px;
    text-transform: uppercase;
  }

  .banner_sec h3 {
    font-family: var(--span-font);
    font-size: 33px;
    margin-bottom: 0;
  }

  .banner_sec.bg-cover {
    padding: 140px 0 210px;
    text-align: center;
  }

  .hd_info {
    flex-wrap: wrap;
  }

  .banner_sec .hd_info {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
  }

  h2 {
    font-size: 33px;
    text-transform: uppercase;
  }

  .home_sec1 {
    text-align: center;
  }

  .home_sec1 .hd_info {
    justify-content: center;
  }

  section {
    padding: 10px 0px;
  }

  .home_sec2 .heading {
    text-align: center !important;
  }

  .home_sec2 .heading .hd_info {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .home_sec2 h2 span {
    font-size: 47px;
    font-weight: 800;
  }

  #home_sec2 {
    padding-bottom: 200px !important;
    background-position: 60% 0% !important;
  }

  .footer img {
    width: 120px !important;
    margin: 0 auto;
  }

  .footer .btom_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    text-align: center;
    gap: 12px 20px;
  }

  .footer .btom_content {
    margin-top: 0;
  }

  .home_sec2 {
    padding-bottom: 220px;
  }
	
  .home_sec2 {
    padding-bottom: 220px;
    background: url(https://gentlephysicaltherapy.com/wp-content/uploads/2025/09/mobile-image.png)!important;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
  }
  
  .home_sec2 ul{
    padding-left:20px!important;
  }	
	
	#video_sec iframe {
    border: 0;
    height: 663px !important;
}
}

@media screen and (max-width: 767px) {
  .inner-banner h1 {
    font-size: 48px;
  }

  .inner-banner {
    padding: 185px 0 35px;
  }

  #Terms_and_Conditions_sec {
    text-align: center;
  }

  #Terms_and_Conditions_sec .hd_info {
    justify-content: center;
  }

  .video-sec1 .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-0%);
  }

  .video-sec1 .owl-prev {
    position: absolute;
    left: 0%;
    top: 0;
    transform: translateY(-0%);
  }
}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 320px) {}