@media only screen and (max-width: 1000px) {
  .browse-service-div,
  .google-review-div {
    margin-top: 1rem !important;
  }

  .hero-section-description {
    bottom: 47px;
    left: 10px;
  }

  .intro-title {
    font-size: 14px;
  }

  #hero-img {
    height: 355px;
  }

  /* ABOUT US RESPONSIVE CSS */
  .team-details,
  .team-box {
    width: auto;
  }

  /* ABOUT US RESPONSIVE CSS */

  /* project css */
  .cls-project-box {
    /* width: auto; */
    margin-bottom: 3%;
  }

  /* project css */

  .nav-item {
    padding: 1%;
  }

  .cls-inprogress-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .google-map {
    padding-bottom: 50%;
  }

  .google-map iframe {
    height: 100%;
  }
}

@media only screen and (max-width: 700px) {
  /* Projects css */

  .btn-toolbar {
    display: inline-flex !important;
  }

  .inprogressProject {
    margin-right: 0 !important;
    margin-bottom: 4%;
  }

  /* Projects css */

  .cls-getintouch-btn {
    margin-top: 8%;
  }

  .offer-box {
    height: auto;
  }
}

@media only screen and (max-width: 991.98px) {
  .cls-getIntouchdiv {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .service-description {
    font-size: 16px;
    line-height: normal;
  }
  .service-box::after {
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 30, 76, 0%) 0%, rgba(0, 30, 76, 90%) 58%);
  }
}

@media only screen and (max-width: 767.98px) {
  .hero {
    min-height: 40vh;
    padding: 70px 0 60px 0;
  }
  .hero h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575.98px) {
  .service-box::after {
    background-image: linear-gradient(to bottom, rgba(0, 30, 76, 0%) 0%, rgba(0, 30, 76, 80%) 28%);
    height: 100%;
  }
  .mission-description h2 {
    font-size: 18px;
  }
  .mission-statment-image {
    width: 55px;
    height: 55px;
  }
  section {
    padding: 40px 0;
  }
  .services-description,
  .service-detail-list li h6,
  .vision-description {
    font-size: 18px;
  }
  .service-box h2 {
    font-size: 30px;
  }
  .getIntouch-desc1 {
    font-size: 34px;
    line-height: 1.2;
  }
}
