@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  
  .small nav {
    padding: 8px 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;
    left: -100%;
    width: 260px;
    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 {
    left: 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: 17px;
    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;
  }
  .banner_section {
    background: url(../image/banner-img.jpg) no-repeat center;
    color: #fff;
    text-align: center;
    padding: 170px 0px 50px;
    position: relative;
}
.banner_item h1 {
  color: #fff;
  margin-bottom: 13px;
  text-shadow: 0px 12px 10px rgb(0 0 0 / 50%);
}

h1 {
  font-size: 55px;
  text-transform: capitalize;
  font-weight: 400;
} 
h2 {
  font-size: 45px;
  font-weight: 400;
} 
.banner_item p br{
  display: none;
  text-shadow: 0px 12px 10px rgb(0 0 0 / 50%);
}
.service_item {
  margin-bottom: 40px;
}
.content.text-center.p-5.pb-0 {
  padding: 20px !IMPORTANT;
}
p br{
  display: none;
}
section.about_section {
  text-align: center;
}
section.about_section img{
  margin-top: 20px;
}
.inner_service h1 {
  font-size: 44px;
  margin-bottom: 10px;
}
.inner_service {
  padding: 210px 0px 0;
}
header#main_header {
  color: #fff;
  background: transparent;
  padding: 16px 0px;
  position: absolute;
  left: 0;
  z-index: 999;
  right: 0;
  display: none;
}
section.about_section2 img {
  margin-top: 27px;
}
.header{
  display: none;
}
.logo img{
  width: 120px;
}
.banner-heading p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.banner-heading{
  text-align: center;
}
.banner-btn {
  display: block;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-top: 60px;
  text-align: center;
}
h2 {
  font-size: 35px;
}
.service-sec .heading p {
  padding: 0px;
}
.service-sec.pb-0 {
  padding: 70px 0px;
}
.bnr-btn .btn-1 {
  background-color: #fff;
  color: #000;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.about-sec {
  padding: 50px 0px;
}
.about-sec .heading h2 {
  color: #000;
  font-weight: 200;
  font-size: 48px;
  margin-bottom: 12px;
}
.know_sec {
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/home-bg1-sm.jpg') no-repeat center;
  background-size: cover;
  padding: 55px 0;
}
.know_sec .heading h2{
  color: #fff;
}
.know_sec .heading p{
  color: #fff;
}
section {
	padding: 55px 0px;
}
footer .ft-logo img {
	width: 160px;
}
footer {
	background: #000000;
	padding: 55px 0;
}
.inner-page {
  padding: 130px 0 63px;
}
.inner-page h1 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-family: "Rubik",sans-serif;
}
.hypnotherapy-sec1 .heading{
  text-align: center;
}
.hypnotherapy_sec {
	background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../image/hypnotherapy-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 42px 0;
}

	 a.comon-btn.ntn-2 {
    width: 100% !important;
}

}

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

@media screen and (max-width: 567px) {
  .banner {
    background-image: url(../image/mobile-banner.jpg);
    padding-top: 193px;
  }
  .banner-2nd {
    background: url(../image/mobile-2nd-banner.jpg) left no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    padding: 65px 0px 50px;
  }
  .banner-2nd .hedaing {
    text-align: center;
  }
  .bnr-btn .btn-1 {
    background-color: #fff;
    color: #000;
    padding: 15px 0px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
  }
  .banner-btn {
    display: block;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-top: 25px;
    text-align: center;
  }
  .banner-btn h6 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
  }
  #contact-bg {
    background: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)), url('../image/contact-banner-sm.jpg') no-repeat top;
    background-size: cover;
  }
  .bnr-btn .btn-2{
    width: 100%;
    padding: 15px 0px;
    text-align: center;
  }
 
	a.comon-btn.ntn-2 {
    width: 100% !important;
}
}

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