@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

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

  .contact_page .contact_details h5 {
    margin-bottom: 24px;
    margin-top: 20px;
    font-size: 17px;
    color: #505050;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 11px;
  }

  .contact_page .contact_details h5 {
    margin-bottom: 24px;
    margin-top: 20px;
    font-size: 16px;
    color: #505050;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 11px;
  }

  .contact_page .contact_details h5 span br {
    display: none;
  }

  .contact_page .contact_details {
    background-color: #fff;
    padding: 30px;
    padding-top: 50px;
    text-align: center;
  }

  .contact_page .contact_details h5 i {
    margin-right: 9px;
    color: #fff;
    font-size: 26px;
    width: 55px !important;
    height: 55px !important;
    background: var(--theme-color-third);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
  }

  .contact_page .contact_details h5 span {
    line-height: 1.5;
  }

  .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 img {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .banner_sec .hd_info {
    justify-content: center;
    flex-wrap: wrap;
  }

  .banner_sec .hd_info a.comon-btn2 {
    width: 274px;
  }

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

  .home_sec1 .content img {
    width: 62px;
    margin-bottom: 12px;
  }

  footer h5 {
    font-size: 23px;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 600;
  }

  footer .ft_content a img {
    width: 255px;
  }

  h1 {
    font-size: 33px;
  }

  .inner_banner_sec h1 {
    font-size: 33px;
  }

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

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

  h6 br {
    display: none;
  }

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

  section {
    padding: 60px 0px;
  }

  /* .home_sec2 .content h6 {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    border-bottom: 1px solid #fff;
    margin: 0 20px;
    padding-bottom: 10px;
    font-size: 23px;
  } */
  .home_sec2 .content h6 {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    border-bottom: 1px solid #fff;
    margin: 0 5px;
    padding-bottom: 3px;
    font-size: 9px;
  }

  footer .btom_content {
    margin-bottom: 0;
  }

  footer {
    padding: 60px 0 170px;
    background: url(../image/footer_mb.jpg) no-repeat bottom /cover !important;
  }

  .home_sec2 .content img {
    width: 60%;
    margin: 0 auto;
  }

  .home_sec2 {
    text-align: center;
  }

  #our-product2 .card img {
    height: 225px;
    object-fit: cover;
  }
}

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

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