@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: 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;
  }

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

  p br {
    display: none;
  }

  .banner_sec {
    padding: 55px 0 55px !important;
  }

  .banner_sec .hd_info {
    flex-wrap: wrap;
  }

  h1 {
    font-size: 46px;
    font-weight: 700;
  }

  h2 {
    font-size: 34px;
    font-weight: 600;
  }

  section {
    padding: 60px 0px;
  }

  .home_section2 h2 {
    color: #23385a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
    line-height: 0.9;
  }

  .home_section2 h2 span {
    font-size: 98px;
    color: #8f251c;
  }

  .home_section2 h3 {
    font-family: "my-font1";
    font-size: 58px;
    color: #23385a;
    margin-bottom: -20px;
  }

  .home_section2 .hd_info {
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 767px) {
  .home_section1 .heading {
    text-align: start !important;
  }

  .home_section1 .heading img {
    width: 105px;
    margin-bottom: 11px;
  }

  .why_choose_sec .content.content2 {
    border-right: none;
    padding-right: 0;
  }

  .why_choose_sec .content ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 19px;
    flex-wrap: wrap;
    text-align: center;
  }

  .why_choose_sec .content ul li img {
    width: 80px;
    margin: 0 auto;
  }

  .home_sec4 .rigth_content .btom_content {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .home_sec5 .content2 {
    padding-right: 0;
    border-right: none;
  }

  .home_sec5 .content3 {
    padding-left: 0;
  }
  .home_sec6 {
    padding-bottom: 200px;
    background-position: 10% 0% !important;
  }
}

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

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