@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: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--theme-color-third);
    cursor: pointer;
    border-radius: 5px;
  }


  .small nav .menu2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--theme-color-third);
    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;
  }
}

@media screen and (max-width: 767px) {
  .inner_banner {
    background: #000;
    padding: 160px 0 30px;
    color: #fff;
  }

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

  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .banner_sec {
    padding: 125px 0 225px;
    text-align: center;
    background: url(../image/banner-mb.jpg) no-repeat bottom / cover !important;
  }

  h2 br {
    display: none;
  }

  h2 {
    font-size: 26px;
    line-height: 1.1;
  }

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

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

  .home_sec3 .content p br {
    display: block;
  }

  .home_sec3 .content {
    padding: 21px 19px;
    border-radius: 10px;
  }

  .home_sec3 {
    background-position: bottom !important;
    padding-bottom: 210px;
    background: url(../image/home_sec1_mb3.jpg) no-repeat bottom / cover !important;
  }

  #home_sec1 {
    padding-bottom: 210px;
    background: url(../image/home_sec1_mb4.jpg) no-repeat bottom / cover !important;
  }

  .home_sec4 {
    padding-top: 55px !important;
  }

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

  .why_choose .feature {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .why_choose .feature img {
    width: 50px;
    height: 50px;
  }

  .why_choose h4 {
    margin-bottom: 2px;
    font-size: 19px;
  }

  .why_choose {
    text-align: center;
  }

  #home_sec1 {
    padding: 55px 0 220px;
  }

  .contact_us .contact_form {
    /* background: #fff; */
    /* border-radius: 10px; */
    padding: 0 0;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  }

  .contact_us .contact_form h3 {
    font-size: 32px;
  }

  .blog_page .service_content h6 br {

    display: none;
  }

  .ftr_contact2 ul li {
    display: flex;
    align-items: center;
    display: inline-block;
    padding-right: 36px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .copyright {
    margin-top: 0;
  }

  .footer_bg .lgo_ftr img {
    width: 200px;
  }

  .footer_bg {
    background: #000000;
    color: #cecece;
    padding: 60px 0 40px;
  }

  section {
    padding: 60px 0px;
  }

  .inner_banner h1 {
    margin-bottom: 3px;
    font-size: 42px;
  }

  #home_sec3 .heading p {
    font-size: 21px;
  }

  #home_sec3 {
    background: #f1f1f1 !important;
    padding-bottom: 55px;
  }

}

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

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