@media (max-width: 786px) {
  html {
    font-size: 8px;
  }
  .sec-gap {
    margin-top: 5rem;
  }
  .card-wrap .box {
    flex-basis: 100%;
  }
  .home-hero .home-hero-wrap .home-hero-content {
    max-width: 100%;
  }
  .home-hero .home-hero-wrap .home-hero-content h1 {
    line-height: 4rem;
    font-size: 3rem;
  }
  .home-hero .home-hero-wrap .home-hero-content p {
    width: 100%;
    margin: 2rem 0;
  }
  .home-hero .home-hero-wrap .home-hero-content .btn {
    margin: 4rem 0;
  }
  .home-about .home-about-wrap .home-about-content {
    flex-direction: column;
  }
  .home-about .home-about-wrap .home-about-content .home-about-left {
    width: 100% !important;
  }
  .home-about .home-about-wrap .home-about-content .home-about-right {
    width: 100% !important;
  }
  .form-body .form-wrap .form-container {
    flex-direction: column;
  }
  .form-body .form-wrap .form-container .form-img {
    display: none;
  }
  .form-body .form-wrap .form-container .form-feild {
    width: 100%;
  }
  .form-body .form-wrap .form-container .form-feild .form-heading h3 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .form-body .form-wrap .form-container .form-feild .form-box {
    flex-direction: column;
    gap: 0;
  }
  .form-body .form-wrap .form-container .form-feild .form-box .input-body input, .form-body .form-wrap .form-container .form-feild .form-box .input-body select {
    height: 5rem;
    padding: 0 2rem;
  }
  .form-body .form-wrap .form-container .form-btn .btn {
    margin-top: 2rem;
  }
    .popup-form{
    left: 0;
    transform: translate(0%, -50%);
    padding: 2rem;
  }
  .blog .blog-wrap .blog-container .blog-card-wrap .blog-card, .blog .blog-wrap .blog-container .blog_slide .blog-card {
    flex-basis: 100%;
  }
  .content {
    margin-top: 3rem;
  }

    .blog-view-side-bar{
    display: none;
  }
  .blog-main-content {
    max-width: 100%;
  }
  .whats-floting-btn, .mail-floting-btn, .enquiry{display: none;}
  .mobile-bottom-sticky-footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    width: 100%;
    padding: 1rem 3rem;
    box-shadow: 0 -2px 10px #717171;
    z-index: 1;
}
.phone-no {
    display: flex;
    gap: 3rem;
}
.phone-no a i{
  font-size: 2.2rem;
}
.phone-no a:nth-of-type(1){
  color: #003673;
}

.phone-no a:nth-of-type(2){
  color: #c78800;
}

.phone-no a:nth-of-type(3){
  color: #038a20;
}

.footer-wrap {
    margin-bottom: 5rem;
}

}/*# sourceMappingURL=responsive.css.map */