@media only screen and (max-width: 425px) {
  .map {
    height: 180px !important;
    width: 180px !important;
  }
}

@media only screen and (max-width: 384px) {

  /* .testimonial-box {
      height: 40vh;
      width: 40vw;
      background-color: #00688e;
      transform: translate(300px, -250px);
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 3.2rem;
    } */
  .grid-5-cols {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 7.8rem;
  }

  .hero-img {
    width: 100%;
    /* height: 80vh; */
  }

  .testimonial-info {
    background-color: #00688e !important;
  }

  .testimonial-section {
    display: none;
  }

  .testimonial-res {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 455px;
  }

  

  .feature-icon-back {
    padding: 1.6rem 0;
    margin-top: 0.5rem !important;
  }

  .feature-box-item {
    background-color: #243d65;
  }

  .feature-box-item:nth-child(2) {
    background-color: #243d65;
  }

  .feature-icon {
    height: 18px;
    width: 18px;
  }

  .features-text {
    font-size: 2rem;
  }

  .feature-heading-box h2 {
    font-size: 3.8rem;
  }

  .logo-img {
    height: 7rem !important;
    width: 7rem !important;
  }

  .cta-heading {
    padding: 0px !important;
  }

  .illus-display {
    display: block !important;
  }

  .img-box {
    display: none !important;
  }

  .hero-text {
    top: 29%;
    right: 36%;
    font-size: 2.4rem;
  }

  .map {
    height: 180px !important;
    width: 180px !important;
  }
}

@media only screen and (max-width: 425px) {
  .footer-desktop {
    display: none;
  }

  .cover-section {
    height: 150px !important;
  }

  .about-us-hero-text h2 {
    font-size: 4rem;
    color: #fff;
    font-weight: 600;
    margin-left: 1.6rem;
  }

  .contact-us-map {
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 426px) {
  .footer-mobile {
    display: none;
  }

  .cover-section {
    height: 300px !important;
  }
}

@media only screen and (max-width: 311px) {
  .testimonial-res {
    padding-top: 7.3rem;
  }
}

@media only screen and (max-width: 323px) {
  .testimonial-res {
    padding-top: 2.3rem;
  }
}

@media only screen and (max-width: 315px) {
  .testimonial-res {
    padding-top: 2.3rem;
  }
}

@media only screen and (max-width: 314px) {
  .testimonial-res {
    padding-top: 2.3rem;
  }
}

@media only screen and (max-width: 425px) {
  .demo-one{
    margin-top: 150px;
    }
}

