@media only screen and (max-width: 1860px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1690px) {
  html {
    font-size: 12px;
  }
  .home-second .content li {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 1340px) {
  html {
    font-size: 10px;
  }

  .home-first h4 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-second .content li {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 12px;
  }

  .content-row {
    margin: 0;
  }

  .d-n {
    display: none;
  }

  .bg-menu {
    display: block;
  }

  .nav {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    transform: translateY(-100%);
    z-index: 999;
  }

  .nav.open {
    display: flex;
    transform: translateY(0);
  }

  .image-row > img:nth-child(2) {
    display: none;
  }
  .image-row > img:nth-child(5) {
    display: none;
  }

  .image-row > img:nth-child(1) {
    order: 2;
  }

  .image-row img {
    max-width: 30%;
    height: auto;
  }

  .main-logo {
    max-width: 300px;
  }

  .mob-contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff !important;
    font-size: 2rem;
    padding-bottom: 20px;
  }

  .insured {
    display: none;
  }

  .city {
    display: block;
    margin: 0 auto;
    font-family: 'Proxima Nova Condensed';
    font-weight: 400;
  }

  .banner-content h2 {
    font-size: 2.5rem;
  }

  .contact-container {
    display: none;
  }

  .mail-icon {
    font-size: 2rem;
  }

  .phone-icon {
    font-size: 3.2rem;
    font-family: 'Proxima Nova';
    font-weight: 800;
  }

  .main-logo {
    padding-bottom: 10px;
  }
  .mob-insured h5 {
    display: block;
    font-size: 2.45rem;
    font-family: 'Proxima Nova';
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mob-insured span {
    display: block;
    text-transform: uppercase;
  }

  .serv-img {
    display: none;
  }
  .home-first {
    background-image: none !important;
  }

  .home-first h3 {
    font-size: 2.5rem;
  }

  .home-first h5 {
    font-size: 1.5rem;
  }

  .home-first span {
    display: block;
  }

  .home-first p {
    padding-bottom: 20px;
  }

  .mob-img {
    display: flex;
    width: 100%;
    height: auto;
  }

  .services-img {
    display: none;
  }

  .home-second .content h4 {
    font-size: 2.65rem;
    margin-top: 10px;
    text-align: center;
  }

  .home-second .content li {
    font-size: 2.1rem;
    text-align: center;
    line-height: 1.1;
  }

  .home-second .content ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .home-second .content {
    margin-left: 0px;
  }

  .two-colums {
    flex-direction: column;
  }

  .home-third {
    background-image: none !important;
  }
  .keep-block {
    padding: 0;
  }

  .keep-block span {
    display: block;
  }
  .keep-block h4 {
    text-align: center;
    margin-bottom: 20px;
  }

  .two-colums {
    gap: 0;
  }

  .home-third {
    padding: 20px;
  }

  .phone-footer {
    display: none;
  }

  .content-footer .contact-info {
    gap: 20px;
  }

  .content-footer .contact-info .phone-icon {
    display: inline-block;
  }

  .content-footer .contact-info .mail-icon {
    display: inline-block;
  }

  .contact-info p {
    display: inline-block;
    font-size: 2.2rem;
  }

  .content-footer {
    flex-direction: column;
    gap: 10px;
  }

  .content-footer .phone-icon {
    font-size: 2.2rem;
    font-weight: 400;
  }

  .content-footer .mail-icon {
    font-size: 1.7rem;
  }

  .copyright b {
    display: none;
  }

  .main-logo::before {
    content: '';
  }

  .home-fourth {
    padding-bottom: 100px;
  }

  .home-fourth {
    background-position: center 110px;
  }
}

@media only screen and (max-width: 410px) {
}

@media only screen and (min-width: 1000px) {
  .mobile-main-menu {
    display: none;
  }

  .bg-menu {
    display: none;
  }

  .contact-email {
    display: none;
  }

  .navbar {
    display: none;
  }
}
