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

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 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: 100%;
    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 img {
    width: 155px;
  }

  p br {
    display: none;
  }

  h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
  }

  h3 {
    font-size: 28px;
  }

  section {
    padding: 60px 0px;
  }

}

@media screen and (max-width: 767px) {
  .awakening_sec1 .content {
    background: #fdfad0;
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%;
  }
  
  .contact-info .box h4 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 2px;
  }

  .contact-info .box-2 a {
    font-size: 19px;
    color: #000;
    font-weight: 400;
  }

  .home_sec4 {
    background: url(../image/home_sec4_bg.jpg) no-repeat top;
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    text-align: center;
    padding-bottom: 240px;
  }

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

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

  .home_sec4 .hd_info {
    justify-content: center !important;
  }

  .home_sec2.pt-0 .hd_info {
    flex-wrap: wrap;
  }

  .faq-contact .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 19px 20px;
    font-size: 16px;
    color: #000;
    text-align: left;
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-family: "Urbanist", sans-serif;
  }

  .faq-contact .accordion-item p {
    color: #d2d2d2;
    padding-left: 20px;
    border-left: 2px solid #e3e3e3;
    margin-left: 0;
  }

  .home_sec3 {
    padding: 70px 0 280px;
    text-align: center !important;
    background: url(../image/home_sec3_mb.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: 0 0 !important;
  }

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

  .contact_form_sec form {
    padding-left: 0;
  }

  .blog_sec .blog-box .ober-lay h5 {
    /* font-weight: 300; */
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
  }

  .blog_sec .heading {
    align-items: start !important;

  }

  .blog_sec .blog-box .ober-lay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 18px;
    width: 100%;
  }

  footer .ft_logo img {
    margin-bottom: 20px;
    width: 255px;
  }

  footer .ft_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 48px;
    flex-direction: column;
    gap: 24px;
  }

  footer {
    padding: 70px 0 45px;
  }

  .contact-info .box-1 img {
    width: 40px;
    margin-bottom: 17px;
  }

  footer .ft_menu .ft_munu_bar {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog_sec .hd_info {
    flex-wrap: wrap;
    flex-direction: column !important;

  }

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

  .banner_sec {
    text-align: center;
  }

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

  .banner_sec .right_content {
    padding-left: 0;
    text-align: center !important;
  }

  .banner_sec {
    padding: 110px 0 350px;
    background: url(../image/banner-mb.png) no-repeat bottom !important;
    background-size: cover !important;
  }

  .banner_sec a.comon-btn2 {
    margin-bottom: 8px;
  }

  h2 {
    font-size: 34px;
  }

  .home_sec2 .btom_content ul {
    width: 100%;
    margin-bottom: 0;
  }

  .home_sec2 .btom_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .home_sec2 .rigth_img .btom_img img {
    position: absolute;
    bottom: -10px;
    width: 120px;
    left: -10px;
    transform: translate(0);
  }
  .inner-banner h1 {
    /* text-transform: uppercase; */
    font-size: 48px;
    line-height: 1;
    /* font-weight: 800; */
  }
  .inner-banner {
    background: #cee1f2;
    color: #000;
    padding: 140px 0 60px;
     text-align: center;
  }
  .contact .contact-form {
    background: #fff;
    padding: 25px 15px;
    box-shadow: 0px 10px 40px rgb(235, 235, 235);
  }

}

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

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