@media (max-width: 480px) {
  .navbar .request-callback {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
}
@media (min-width: 641px) and (max-width: 767px) {
}
@media (max-width: 767px) {
  .menu-box .top-action {
    display: none !important;
  }
  /* .menu-box .top-action .feature {
    font-size: 16px; 
    padding-right: 15px;
    margin-right: 15px;
  }
  .menu-box .top-action .phone a { 
    font-size: 16px;
  } */
  p {
    font-size: 14px;
  }
  h4 {
    font-size: 15px;
  }
  .header .navbar-brand img {
    width: 120px;
  }
  .header .nav-item .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
  }
  .menu-box {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 85px;
    z-index: 9;
    left: 0;
    right: 0;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  div.get-a-quote {
    display: none;
  }
  .number-front {
    text-align: center;
  }
  .number-front span.lead {
    display: block;
  }
  .banner-img {
    height: 250px;
  }
  .type-a {
    animation: none;
  }
  .four-options .title {
    font-size: 20px;
    margin: 0;
  }
  .default-page h2 {
    font-size: 16px;
  }
  .breadcumb {
    font-size: 12px;
  }
  .work-item h4 {
    font-size: 15px;
    margin-bottom: 5px !important;
    font-weight: 300;
  }
  .work-item .icons {
    width: 100px;
    height: 100px;
    margin: 8px auto;
  }
  .work-item {
    margin: 0;
    padding: 5px 10px;
  }
  h2.fa-2x {
    font-size: 18px;
  }
  .service-one img {
    margin-bottom: 25px;
  }
  .service-two img {
    display: none;
  }
  .service-three .p-4 {
    padding: 1.5rem 1rem !important;
  }
  .service-three .lead {
    font-size: 13px;
    font-weight: 500;
  }
  .service-four img {
    margin-top: 20px;
  }
  .cta-section h2 {
    font-size: 18px;
  }
  .cta-section a {
    font-size: 16px;
  }
  .iconBtn {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 40px;
  }
  .iconBtn i {
    width: 32px;
    line-height: 32px;
  }
  .social-links {
    display: flex;
  }
  .default-page {
    padding: 25px 0;
  }
  .wpb_button,
  .wpb_content_element,
  ul.wpb_thumbnails-fluid > li {
    margin-bottom: 20px !important;
  }
  .footer {
    padding-top: 40px;
  }
  .footer div.mb-5 {
    margin-bottom: 1.5rem !important;
  }
  footer h2.mb-4 {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
  .footer .address-list li {
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .footer .row div.col-sm-4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
