@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 img {
    width: 65px;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
.m-backtotop.active {
    bottom: 75px;
    opacity: 1;
}
  .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 .menu2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    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: 70px !important;
    overflow-y: scroll;
    height: 69vh;
}

  .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: 14px;
    text-transform: uppercase;
}



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

  h3 {
    font-size: 30px;
  }

  h2 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pricing-section .faqs details {
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 6px 7px;
    font-size: 15px;
    background: transparent;
  }

  .home_sec2 .accordion-item {
    color: #fff;
    background-color: #000;
    border: var(--bs-accordion-border-width) solid #2f3593;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
  }

  .pricing-section .card h5 {
    font-family: var(--paragraph-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    min-height: 0;
  }

  .home_sec1 {
    padding: 65px 0;
    background: #2f3593 !important;
  }

  .home_sec3 {
    padding: 65px 0;
    background: #2f3593 !important;
  }

  .home_sec4 .accordion-item {
    color: #fff;
    background-color: #000;
    border: var(--bs-accordion-border-width) solid #2f3593;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
  }

  .home_sec1 .accordion-button {
    color: #fff;
    background-color: #000;
    font-size: 17px;
    box-shadow: none;
    padding: 11px 14px;
  }

  .home_sec2 {
    text-align: center;
  }

  .home_sec1 {
    padding: 65px 0;
  }

  .home_sec1 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 21px;
  }

  .banner_sec {
    padding: 145px 0px 190px;
    background: url(../image/banner-mb.jpg) no-repeat bottom /cover !important;
  }
h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 0.9;
}
  h2 {
    font-size: 44px;
  }

  section {
    padding: 60px 0px;
  }

  .services_sec .accordion-button {
    color: #fff;
    background-color: #2f3593;
    font-size: 17px;
    /* font-weight: 600; */
    box-shadow: none;
    padding: 8px 13px;
    line-height: 1.4;
  }

  .services_sec .accordion-item {
    color: #fff;
    background-color: #000;
    border: var(--bs-accordion-border-width) solid #2f3593;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
  }

  footer {
    padding: 70px 0 40px;
  }

  footer .ft_menu {
    margin-top: 50px;
  }

  footer .ft_menu .ft_logo img {
    width: 105px;
    margin-bottom: 55px;
    background: #ffff;
    padding: 14px;
    border-radius: 70px;
  }

  footer .copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1px;
  }
	.home_sec4 .accordion-item {
    margin-bottom: 15px !important;
}
	.inner_product_sec_1 h1 {
      line-height: 40px !important;
      font-size:30px !important;
}
}

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

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