@media (max-width: 999px) {
  .top-header {
    flex-direction: column;
    gap: 10px;
  }
  .our-service .services,
  .why-choose .services {
    justify-content: center;
    flex-wrap: wrap;
  }

  .our-service .services .service-details {
    width: 30%;
  }

  .our-service .services .service-details {
    width: 31%;
  }

  .gallery .items {
    width: 30%;
  }

  .gallery .items embed {
    height: 300px;
  }
  .contact-us-contact-form {
    padding: 52px 10px !important;
    flex-direction: column;
  }

  .contact-us-contact-form .info {
    width: 100%;
  }
}

@media (max-width: 777px) {
  .our-service .services .service-details {
    width: 47% !important;
  }

  .gallery .items {
    width: 48%;
  }

  .blog-service {
    width: 100%;
    position: relative !important;
  }

  .mobile-img-section {
    display: block;
    width: 100%;
  }
  .why-choose .info-section {
    flex-wrap: wrap;
    gap: 10px;
  }

  .info-section .info {
    width: 100%;
  }
  .info-section .info img {
    width: 100%;
  }
  .banners .img-section img {
    display: none;
  }
  .faq {
    width: 100%;
  }

  .gallery .items embed {
    height: 300px;
  }

  .our-service .services,
  .why-choose .services {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .list-service .service-details {
    width: 48% !important;
  }

  .banner-section .banners {
    flex-direction: column;
  }

  .banner-section .banners .content-section,
  .banner-section .banners .img-section {
    width: 100% !important;
  }

  .footer-section {
    padding: 100px 25px !important;
  }
}

@media (min-width: 555px) and (max-width: 705px) {
  .buisness-info ul li:nth-child(1),
  .buisness-info ul li:nth-child(4) {
    border-left: none;
  }

  .buisness-info ul {
    gap: 30px !important;
  }
}
@media (max-width: 577px) {
  .blogs {
    padding: 0px 10px !important;
  }

  .list-service .service-details {
    width: 48% !important;
  }

  .buisness-info ul li {
    width: 48% !important;
  }

  .blogs .services .service-details .service-info h2 {
    font-size: 11px !important;
  }

  .section-banner .banner-info-section {
    padding: 25px 10px !important;
  }
  .section-banner .title h1 {
    font-size: 20px !important;
  }
  .section-banner .breadcrumb {
    font-size: 11px;
  }

  .blog-details .content .media img {
    height: 190px !important;
  }

  .blog-details {
    padding: 30px 10px !important;
  }
  .blog-details {
    flex-direction: column;
  }

  .blog-details .content,
  .blog-details .info {
    width: 100% !important;
  }
  .blog-details .info {
    margin-top: 35px;
  }
  .sidebar-menu .menu {
    width: 50%;
  }
  .header {
    padding: 10px 20px;
  }

  .our-service .services {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }

  .banner-section .banners .content-section {
    padding: 30px 0px;
  }

  .our-service .services .service-details {
    width: 48%;
  }
  .our-service .services .service-details .service-info h2 {
    font-size: 15px;
  }
  .our-service .services .service-details .service-info span {
    font-size: 11px;
  }
  .our-service .services .service-details .service-info .tag li {
    font-size: 7px;
  }

  footer .connect-section .buttons {
    flex-direction: column;
  }

  .contact-form {
    flex-direction: column;
  }
  .contact-form .info {
    width: 100%;
  }
  .why-choose .services {
    flex-wrap: wrap;
    gap: 15px !important;
  }
  .why-choose .services .service-details {
    width: 48%;
  }

  .banner-section .banners .content-section .title {
    font-size: 15px;
  }

  .banner-section .banners .content-section .heading {
    font-size: 35px;
  }
  .banner-section .banners .info {
    font-size: 15px;
  }
  .banner-section .banners .content-section .tag ul li {
    font-size: 10px;
  }
  .banner-section .banners .buttons a {
    font-size: 10px;
    padding: 10px;
  }
  .banner-section .banners .buttons a i {
    font-size: 13px;
  }

  .gallery .items {
    width: 47%;
  }

  .gallery .items embed {
    height: 200px;
  }
}

@media (max-width: 499px) {
  .our-service .services .service-details .service-img img,
  .blog-service .services .service-details .service-img img {
    height: 160px !important;
  }

  .blog-service {
    padding: 100px 5px !important;
  }

      .banner-section .banners .content-section .title {
        font-size: 12px !important;
    }

  .our-service .services .service-details .service-info,
  .why-choose .services .service-details .service-info {
    padding: 10px !important;
  }

  .blog-service .services .service-details .service-info {
    padding: 10px !important;
  }

  .blog-service .services .service-details .service-info h2 {
    font-size: 14px !important;
  }

  .blog-service .services .service-details .service-info span {
    font-size: 12px !important;
  }

  .buisness-info ul {
    gap: 30px !important;
  }
  .our-service .services .service-details .service-info h2 {
    margin-bottom: 5px !important;
  }

  .buisness-info ul li:nth-child(3) {
    border-left: none;
  }

  .process ul {
    gap: 5px !important;
  }

  .our-service .services .service-details {
    width: 48% !important;
  }
  .our-service .services,
  .why-choose .services {
    gap: 10px !important;
  }
  .banner-section .banners .content-section .heading {
    font-size: 25px !important;
  }

  .our-service .services .service-details .service-info h2 {
    font-size: 15px !important;
  }

  .our-service .services .service-details .service-info {
    padding: 15px !important;
  }

  footer .connect-section {
    padding: 70px !important;
  }
  .process ul li {
    padding: 20px;
  }
  .process ul li h2 {
    font-size: 23px;
  }
  .process ul li span {
    font-size: 35px !important;
  }
  .process ul li p {
    font-size: 15px !important;
  }

  .blogs .services .service-details .service-info h2 {
    font-size: 11px !important;
  }
}

@media (max-width: 417px) {
  .our-service .services .service-details .service-img img,
  .blog-service .services .service-details .service-img img {
    height: 160px !important;
  }
  .our-service .services .service-details .service-info,
  .why-choose .services .service-details .service-info {
    padding: 10px !important;
  }

  footer .connect-section {
    padding: 35px !important;
  }
      .banner-section .banners .content-section .title {
        font-size: 11px !important;
    }

  .buisness-info ul li {
    width: 100% !important;
  }
  .buisness-info ul {
    flex-direction: column;
    gap: 10px !important;
  }

  .process ul {
    gap: 55px !important;
  }
  .our-service .services .service-details .service-info h2 {
    margin-bottom: 5px !important;
  }

  .buisness-info ul li {
    flex: 1;
    padding: 20px 0px;
    border-left: 0px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
  }

  .buisness-info ul li:first-child {
    border-left: none;
    border-top: none;
  }

  .our-service .services .service-details {
    width: 48% !important;
  }
  .our-service .services,
  .why-choose .services {
    gap: 10px !important;
  }

  .our-service .services .service-details .service-info h2 {
    font-size: 15px !important;
  }

  .our-service .services .service-details .service-info {
    padding: 15px !important;
  }

  .blogs .services .service-details .service-info h2 {
    font-size: 11px !important;
  }
}

@media (min-width: 777px) and (max-width: 1050px) {
  .our-service .services .service-details {
    width: 30% !important;
    justify-content: space-around;
  }
}

@media (min-width: 1050px) {
  .our-service .services .service-details {
    width: 23% !important;
  }
}
