@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: 12px 15px;
    /* border: 1px solid #000; */
    border-bottom: 1px solid #d7d7d7;
  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 15px;
    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: 130px;
  }

  p br {
    display: none;
  }

  .banner_sec .left_content_heading h5 {
    text-transform: uppercase;
    font-size: 19px;
    font-family: "my-font-Bold";
    letter-spacing: 1px;
    margin-bottom: 5px;
  }

  h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
.banner_sec {
	padding: 60px 0 280px;
	background: url(../image/banner_sec_mb.png) no-repeat bottom !important; 
  background-size: cover !important;
}

  .home_sec1 .hd_info {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home_sec1 P {
    padding-right: 0;
  }

  .hd_info {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 8px;
    flex-wrap: wrap;
  }

  h2 {
    font-size: 34px;
    font-family: "my-font-Bold";
  }

  .home_sec1 .heading {
    padding: 55px 16px;
    text-align: center;
  }

  section {
    padding: 60px 0px;
  }

  .home_sec2 .btom_content ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    font-size: 13px;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    width: 100%;
    color: #4a4a4a;
  }

  .home_sec2 .content a.comon-btn2 {
    background: #0078ff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 12px 0;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: inherit;
    bottom: -21px;
    margin-top: -20px;
  }

.top_botton.bg-cover {
	display: inline-block;
	/* padding: 0 0; */
	text-transform: uppercase;
	font-size: 15px;
	padding: 21px 49px;
	position: initial;
	top: -30px;
	margin-bottom: 12px;
	width: 100%;
	margin-bottom: 32px;
}

  h3 {
    font-size: 28px;
  }

  .banner_sec .rigth_content_form {
    background: #54ae46;
    color: #fff;
    padding: 32px 19px 44px;
    border-radius: 15px;
  }

  .home_sec3 .section-heading .left {
    flex: inherit;
  }

  .home_sec3 h2 {
    font-size: 48px;
  }

  .home_sec3 .section-heading h4 {
    color: #333;
    font-weight: normal;
    margin-bottom: -3px;
    font-size: 21px;
    letter-spacing: 2px;
  }

  .home_sec3 {
    text-align: center;
  }

  .home_sec3 .bottom-row p {
    margin-bottom: 18px !important;
  }

  .home_sec3 .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
  }

  a.comon-btn4 {
    background: #690000;
    color: #fff;
    margin: 0 auto;
  }

  .home_sec4 a.comon-btn {
    width: 210px;
  }

  .faq-contact .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 19px;
    font-size: 15px;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #f6f2ee;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
  }

  .footer .top_ft_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -20px;
    flex-wrap: wrap;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(39%, 1fr));
    gap: 0;
    margin-bottom: 30px;
  }

  .footer-grid .contact-info {
    width: 200% !important;
  }

  .footer .bottom-bar a {
    color: #888;
    margin-left: 0;
    text-decoration: none;
  }

  .footer-logo img {
    width: 180px;
  }

  .inner_banner h1 {
    margin-bottom: 10px;
    /* font-family: "my-font-bold"; */
    /* text-transform: uppercase; */
    font-size: 42px;
    line-height: 1;
  }

  .inner_banner .inner_banner_heading {
    background: #ffffffdb;
    color: #202020;
    padding: 22px 21px;
    border-radius: 19px;
    /* display: inline-block; */
  }

  .inner_banner .inner_banner_heading p {
    margin-bottom: 0;
  }

.inner_banner {
	background: #54ae46;
	padding: 180px 0 30px;
}

  .residential_sec2 .heading {
    text-align: center;
  }

  .residential_sec2 .heading .hd_info {
    justify-content: center;
  }
}

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

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