.show-on-991 {
  display: none! important;
}

.hide-on-991 {
  display: block! important;
}

.show-on-767 {
  display: none! important;
}

.hide-on-767 {
  display: block! important;
}

.show-on-640 {
  display: none! important;
}

.hide-on-640 {
  display: block! important;
}

.show-on-575 {
  display: none! important;
}

.hide-on-575 {
  display: block! important;
}

.show-on-425 {
  display: none! important;
}

.hide-on-425 {
  display: block! important;
}


@media (max-width: 1600px) {
  .contact-label {
    font-size: 30px;
  }
}

@media (max-width: 1480px) {
  .lead-heading,
  .about-heading {
    font-size: 40px;
  }
}

@media (max-width: 1280px) {
  
}

@media (max-width: 1180px) {
  
}

@media (max-width: 1024px) {
  
}
@media (max-width: 991px) {
  
  .show-on-991 {
    display: block! important;
  }

  .hide-on-991 {
    display: none! important;
  }

  .lead-heading,
  .about-heading {
    font-size: 40px;
    line-height: 1.5;
  }

  .contact-info-box .contact-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    padding: 1rem 0;
  }

  .contact-info-box .row .col:last-child .contact-card {
    border-right: 0;
    border-bottom: 0;
  } 
}

@media (max-width: 767px) {

    .show-on-767 {
        display: block !important;
    }

    .hide-on-767 {
        display: none !important;
    }

  .lead-heading,
  .about-heading {
    font-size: 32px;
  }


}

@media (max-width: 640px) {
  
  .show-on-640 {
    display: block! important;
  }

  .hide-on-640 {
    display: none! important;
  }

  .contact-icon-wrap {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 1;
  }
  
  .contact-label {
    font-size:24px;
    line-height: 1.5;
  }
  
  
}

@media (max-width: 575px) {
  
  .show-on-575 {
    display: block! important;
  }

  .hide-on-575 {
    display: none! important;
  }

  .lead-heading,
  .about-heading {
    font-size: 24px;
  }

  .about-body {
    font-size: 1rem;
    line-height: 1.5;
  }

  .header-section .site-logo,
  .footer-logo {
    max-width: 300px;
  }

}

@media (max-width: 480px) {
  
  .show-on-480 {
    display: block! important;
  }

  .hide-on-480 {
    display: none! important;
  }


}
@media (max-width: 425px) {
  
  .show-on-425 {
    display: block! important;
  }

  .hide-on-425 {
    display: none! important;
  }

}

@media (max-width: 380px) {

}

@media (max-width: 340px) {


}



/* =====================
   desktop
   min-width: 768px;
   max-width: 1024px;

===================== */


@media (min-width: 768px) and (max-width: 1024px) {
  
}



/* =====================

   Tablets
   min-width: 640px;
   max-width: 767px;

===================== */

@media (min-width: 640px) and (max-width: 767px) {
  
}



/* =====================

   Small Devices
   min-width: 320px;
   max-width: 479px;

===================== */


@media (min-width: 320px) and (max-width: 479px) {
  

}
