@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media (max-width: 767px) {
  .logo img {
    margin-left: 0px;
  }
  .openbtn {
    position: fixed;
    top: 20px;
    right: 10px;
    font-size: 10px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 10px;
    z-index: 100;
    border: none;
  }
  .navigation-section img {
    width: 80%;
  }
  .enterprises {
    display: none;
  }

  .getAQuote {
    padding: 5px;
    line-height: 10px;
    white-space: nowrap;
    min-height: 80px;
    min-width: 90px;
    max-height: 80px;
    max-width: 90px;
    top: 27%;
    right: 0%;
    z-index: 10;
  }

  .getAQuote h5 {
    font-size: 12px !important;
  }
  .getAQuote a {
    font-size: 12px;
  }

  .step-four img {
    height: 200px;
    width: 100%;
  }
  .about-banner,
  .the-process-banner {
    padding: 20px 0px;
  }
  .about-banner,
  .the-process-banner h3 {
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    text-align: center;
    font-weight: 600;
  }
  .landscape h2 {
    font-size: 20px;
  }
  .landscape h5 {
    font-size: 15px;
  }
  .footer img {
    width: 100%;
  }
}
