
  
  .email-phone {
    display: none;
  }
  
  .form-info {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .single-input:nth-child(2n + 1),
  .single-input:nth-child(2n) {
    padding-bottom: 1rem;
  }
  
  .input-style input[type="submit"] {
    width: 100%;
  }
  
  .boxes-container {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
  
  .service-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  
  #all-services {
    min-height: 100px;
  }
  
  .about-text ul {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .footer-links {
    align-items: flex-start;
  }
  
  .footer-box ul {
    text-align: left;
  }
  
  .map {
    justify-content: flex-start;
    text-align: left;
  }
  
  .contact-page .form {
    width: 100%;
  }
  
  .service-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  
  #contact-nav .prenav {
    display: none;
  }
  .contactus .image1 img {
    width: 54px;
  }
  .contactmodal {
    height: 22px;
    margin-right: 33px;
  }
  .listening {
    display: flex;
    flex-direction: column;
    height: 600px;
    margin-top: -70px;
  }
  .listen {
    width: 100%;
  }
  .call {
    width: 100%;
  }
  .listen-desc {
    width: 100%;
  }
  .listen-desc1 {
    padding-right: 0px;
  }
  .call-img {
    margin-left: 3px;
  }
  .call-desc .call-headd a {
    font-size: 26px;
  
    color: white;
  }
  .pdfbutton {
    font-size: 15px;
  }
  