@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
    background: #000000;
}
  #main_header{
    display: none;
  }
  .inner-banner{
    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: #169d5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}


.small nav .menu-2{
  width: 40px;
        height: 40px;
        background: #169d5a;
        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: 76%;
    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;
    position: relative;
    z-index: 99999999;
}

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

  h1 {
  font-size: 55px;
  /* text-transform: uppercase;
  font-weight: 400; */
  } 
  h2 {
    font-size: 37px;
    font-weight: 400;
  }

  p br{
  display: none;
  }

  #about-1 {
    margin-top: 0px;
  }
  .about-sec1 {
    background-color: #f2eceb;
    text-align: center;
  }
  .about-sec1 .about-box img {
    width: 60px;
    text-align: end;
    margin-left: auto;
    margin-bottom: 14px;
    display: block;
    margin-right: auto;
  }

  .about-section-3 {
    background-color: #1c1c1c;
    color: #fff;
    background-position: bottom !important;
    padding-bottom: 330px;
    background-position-x: 80% !important;
  }

  .about-section {
    background-position: top !important;
    color: #ffffff;
    padding-bottom: 0;
    padding-top: 60px;
  }
  .about-section .head-info {
    border-left: 0;
    padding: 0 25px;
}
}

@media screen and (max-width: 767px) {
  /* .banner{
    background: url(../image/mobile-banner.png)!important;
  } */

  .banner h1 {
    font-size: 43px;
    /* text-transform: uppercase;
    font-weight: 400; */
  }
  section{
    padding: 50px 0;
  }
  .about-section{
    text-align: center;
  }

  .service_detail {
    text-align: center;
  }
  .appointment-btn {
    display: flex;
    justify-content: center;
    color: #c1c0bd;
    align-items: center;
    gap: 15px;
    margin-top: 19px;
  }

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

  .prices_sec .prices_list {
  
    margin-bottom: 25px;
  }

  .project_sec .project_content::before {
    content: '';
    background: url(../image/step-line.png) no-repeat center;
    width: 100%;
    display: block;
    height: 140px;
    position: absolute;
    z-index: -1;
    bottom: 129px;
    display: none;
  }

  h3 {
    font-size: 28px;
  }

  .portfolio_sec .button-slider {
    position: relative;
    top: -7px;
    margin: 0 auto;
    width: 200px;
  }
  .portfolio_sec .button-slider {
    position: relative;
    top: -7px;
    margin: 0 auto;
    width: 200px;
    display: none;
  }


  /* footer */
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .lets-talk {
    text-align: center;
  }

  #footer .credits {
    padding-top: 4px;
  }
  .prices_sec .prices_list ul li i {
    margin-right: 8px;
    font-size: 10px;
    color: #1fd581;
    position: relative;
    top: 7px;
  }
  .prices_sec .prices_list ul li {
    margin-bottom: 8px;
    font-size: 16px;
    display: flex;
    align-items: start;
  }

  .portfolio_sec h3 {
    font-size: 25px;
  }
  .banner {
    background-color: #2c2c6f;
    position: relative;
    background: url(../image/banner-bg.jpg);
    padding: 0 0 50px;
    text-align: center;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
  .banner .heading {
    margin-top: 0px;
  }
  .testimonial_sec {
    padding: 57px 0 20px;
    background-position: bottom !important;
  }
  .banner .heading {
    margin: 0px;
    margin-top: 0px;
}
.banner h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.banner .banner-position {
  position: inherit;
  top: 140px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
}


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

    
  canvas.draw {
    height: 208px;
    width: 100%;
}
}

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