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


  p br {
    display: none;
  }
.home_sec3 .btom_text .heading{
	width:100%;
}
	.home_sec3 .btom_text {
    display: flex;
    align-items: center;
    justify-content: center;
		flex-wrap:wrap;
    gap: 10px;
}
}

@media screen and (max-width: 767px) {
  h1 br {
    display: none;
  }

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

  h1 {
    font-size: 52px;
    line-height: 0.9;
  }
  h3 {
    font-size: 35px;
}
  .banner_section .banner_heading h3 {
    font-family: "span-font";
    font-size: 32px;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    color: #ff7e00;
  }

  .banner_section .banner_heading {
    text-align: center;
  }

  .banner_section .banner_heading .hd_info {
    justify-content: center;
  }

  .banner_section {
    padding: 70px 0 220px;
    background: url(../image/banner-mb.png) no-repeat bottom !important;
    background-size: cover !important;
  }

  h2 {
    font-size: 38px;
  }

  .home_sec1 {
    text-align: center;
  }

  section {
    padding: 55px 0px;
  }

  .home_sec2::after {
    content: "";
    background: url(../image/Shape-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 110%;
    height: 100%;
    position: absolute;
    right: -180px;
    /* left: 0; */
    top: -40px;
    display: none;
  }

  .home_sec3 .btom_text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
  }

  .home_sec4 .right_img .top_content {
    background: #fff;
    width: 163px;
    padding: 25px 16px;
    position: inherit;
    left: 0;
    top: 0;
    margin-bottom: 10px;
  }

  .why_choose_us_sec .btom_text {

    flex-wrap: wrap;
    gap: 10px;
  }

  .contact_section .top_img img {
    width: 190px;
  }

  .contact_section .heading {
    padding: 80px 20px 20px 30px;
    background: #fff;
    display: inline-block;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .contact_section .right_content::before {
    content: "";
    background: url(../image/contact_section_bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 170%;
    top: -167px;
    display: none;
  }

  .contact_section .form_contact {
    text-align: center;
    background: linear-gradient(45deg, rgba(255, 126, 0, 1) 33%, rgba(255, 60, 0, 1) 100%);
    padding: 55px 24px;
    color: #fff;
    /* padding-left: 25px; */
  }

  footer .ft_logo img {
    width: 150px;
    margin-bottom: -10px;
  }

  footer .rigth_content_ft {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-direction: column;
  }

  footer .ft_links li {
    margin-bottom: 12px;
    display: inline-block;
    padding-right: 10px;
  }

  footer .ft_content h4 {
    /* font-family: 'Rubik', sans-serif; */
    font-size: 21px;
    /* font-weight: 400; */
    text-transform: capitalize;
    color: #ff7e00;
    line-height: -8.6;
    margin-bottom: 14px;
  }

  footer .copy_txt {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
  }

  footer {
    background: url(../image/ft-mb.jpg) no-repeat bottom !important;
    background-size: cover !important;
    padding: 60px 0 240px;
    color: #fff;

  }
  .get-in-touch-2 .new-max {
    border: 2px solid var(--theme-color);
    padding: 28px!important;
}

.map iframe{
  height: 255px;
}
}

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

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