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

  #main_header {
    display: none;
  }

  .small nav {
    padding: 10px 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: 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;
  }

  p br {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .banner_sec h3 span {
    font-size: 46px;
    font-family: var(--span-font);
    color: var(--theme-color);
    margin-left: 0;
    margin-bottom: 0;
    display: block;
  }

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

  .banner_sec {
    padding: 130px 0 220px;
    text-align: center;
    background: url(../image/banner_mb.jpg) no-repeat bottom/ cover !important;
  }

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

  section {
    padding: 60px 0px;
  }

  .home_sec2 h3 span {
    font-size: 36px;
    font-family: var(--span-font);
    color: var(--theme-color);
    margin-left: 0;
    margin-top: 0;
    display: block;
    margin-bottom: 21px;
  }

  .home_sec2 .btom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .home_sec2 {
    padding: 70px 0 290px;
    text-align: center;
    background: url(../image/home_sec2_mb.jpg) no-repeat bottom/ cover !important;
  }

  .home_sec3 {
    text-align: center;
  }

  .review_sec .btom_content .left_content img {
    position: relative;
    bottom: -36px;
    width: 50px;
    right: -20px;
  }

  .review_sec .btom_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .review_sec .btom_content .hd_info {
    margin: 0 auto !important;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .footer .menu_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: -9px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .blog-section h1 {
    font-size: 32px;
    text-transform: capitalize;
    line-height: 1.3;
  }

  .inner-banner h1 {
    font-size: 48px;
    text-transform: uppercase;
  }

  .copy_heading {
    text-align: start !important;
  }

  .inner-banner {
    padding: 145px 0 35px;
    color: var(--theme-color-third);
    background: #e9e9e9 !important;
    text-align: center;
  }

  .footer .menu_items ul {
    display: flex;
    gap: 15px 26px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

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

  .footer .logo-img img {
    width: 264px;
    margin-bottom: 24px;
  }

  .footer {
    background: url(../image/ft_bg.jpg) no-repeat center / cover;
    padding: 80px 0 25px;
    color: #000;
    text-align: start !important;
  }

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

}

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

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