@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: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
  }


  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    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: 150px;
  }

  h1 {
    font-size: 42px;
  }

  .banner_sec {
    padding: 130px 0 240px;
    text-align: center !important;
  }

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

  h2 {
    font-size: 36px;
  }

  h2 br {
    display: none;
  }

  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.8rem 0.95rem;
    font-size: 18px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    font-weight: 500;
    border: none;
    box-shadow: none;
    text-transform: lowercase;
  }

  .home_sec2 .btom_content h5 {
    font-size: 31px;
  }

  .blog-sec .blog-box .btom_content p {
    color: #000 !important;
  }

  .blog-sec .blog-box .btom_content h5 {
    color: #000 !important;
  }


  .blog-sec .blog-box .btom_content {
    position: initial;
    bottom: 20px;
    padding: 0 30px;
  }

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

  .footer .heading .ft-list li a {
    color: #fff;
    font-size: 19px;
  }

  .copy_heading {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 19px;
  }

  .add_btn {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .home_sec4 .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 13px;
  }

  #home_sec1 .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer .dummoy_info .content {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-direction: column;
  }

  #bg-blue {
    text-align: center;
  }

  .inner-banner {
    padding: 100px 0 35px;
    color: var(--theme-color-third);
    background: var(--theme-color-second) !important;
  }
	.wc-tabs {
    flex-direction: column;
}
	.wc-tabs li a{
		margin-right: 0px !important;
		margin-bottom: 15px;
		display: block !important;
		border-radius: 10px 10px 10px 10px !important;
	}
    .wc-tabs li {
    margin-right: 0px;
}
	
}

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

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

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