

@media (max-width: 991px) {
  body {
    line-height: 1.375;
  }

  body.nav-open {
    overflow: hidden;
  }

  h1, .h1 {
    font-size: 30px;
    line-height: 1.266667;
  }

  .header .nav-collapse {
    background-color: #3D7299;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 998;
  }
  
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
  }
  
  .header .nav-collapse.in {
    height: calc((var(--vh, 1vh) * 100) - 64px) !important;
    padding: 28px 20px 20px;
  }

  .header .wrap-quote {
    justify-content: center;
    margin-top: 12px;
    width: 100%;
  }

  .header .btn-freequotes {
    width: 100%;
  }

  .header .btn-freequotes > .btn-phone {
    line-height: 36px;
    margin-top: 10px;
    width: 100%;
  }

  .header .btn-freequotes .icon {
    display: none;
  }

  .row-fluid > [class*="span"] {
    margin-left: 0;
    width: 100%;
  }

  .wrap-service-list,
  .footer-location {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .group-services,
  .group-locations {
    grid-template-columns: 1fr 1fr;
  }

  .group-locations-services {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-top {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .footer-top .logo {
    display: none;
  }
   
  .footer-nav {
    border-bottom: 1px solid #4C6E94;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 32px;
  }
  ul.footer-nav {
    padding-bottom: 24px;
    margin: 0 0 32px;
  }

  .footer-nav a {
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .copyright {
    font-size: 11px;
    height: 32px;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  div.service-list div a img, div.service-list div a {
    font-size: 14px !important;
  }
  
  #services-list .grid-item {
    width: 50%;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .wrap-phone-mobile {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    padding: 6px 0px;
    background: #7EA5C3;
  }
  body.homepage .wrap-phone-mobile {
    border-bottom: 1px solid #333;
  }
  .wrap-phone-mobile span {
    margin-right: 7px;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-shadow: 1px 1px 2px #374A57;
  }
  .wrap-phone-mobile a span {
    font-weight: 600;
    font-size: 18px;
    color: #F1B000;
    text-shadow: 1px 1px 2px #374A57;
  }

  div.service-list div a img, div.service-list div a {
    font-size: 14px !important;
  }
  
  div.service-list div {
    width: 46%;
  }

  .list-4 li {
    width: 50%;
  }
  
  .cost-data p.min , .cost-data p.max {
    bottom: 32px;
  }
  
  .or-separator {
    text-align: center;
    margin: 20px 0px;
  }

  #services-list .grid-item {
    width: 100%;
  }
  
  .box-bullets .bullet { font-size: 13px; }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .cost-data p.min , .cost-data p.max {
    bottom: 18px;
  }
  .cost-data p.min {
    left: 0px;
  }
  .cost-data p.max {
    right: 0px;
  }
}

@media (min-width: 992px) {
  .header {
    height: 104px;
  }
  
  .header .btn-navbar {
    display: none;
  }
  
  .header .logo > img {
    height: 56px;
    width: 205px;
  }
  
  .header .nav-collapse {
    display: flex;
  }
  
  .header .nav {
    flex-direction: row;
  }

  .header .nav-link {
    font-size: 18px;
    line-height: 24px;
    width: auto;
  }

  .header .wrap-quote {
    margin-left: auto;
  }

  .header .btn-freequotes > .btn-phone {
    background: none;
    color: #FFBA00;
    padding: 0;
  }

  .header .btn-freequotes > .btn-phone::after,
  .header .btn-freequotes > .btn-phone::before {
    display: none;
  }
}