/* ==========================================
   BREAKPOINT VARIABLES (VERY IMPORTANT)
========================================== */
/* ==========================================
   SMALL DESKTOPS (992px - 1199px)
========================================== */
/* ==========================================
   TABLETS (<= 991px)
========================================== */
/* ==========================================
   ONLY SMALL TABLETS (768px - 991px)
========================================== */
@media (min-width: 768px) and (max-width: 991px) {
  #hero-area .contents h1 {
    font-size: 28px;
  }
  .item-boxes h4 {
    font-size: 18px;
  }
  #features .show-box img {
    display: none;
  }
  .pricing-table .pricing-details ul li {
    font-size: 12px;
  }
  .counters .facts-item .fact-count h4 {
    font-size: 14px;
  }
  .single-team {
    margin-bottom: 30px;
  }
  .meta-tags span {
    margin-right: 3px;
  }
  .meta-tags span i {
    margin-right: 0;
  }
  #blog .blog-item-text h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
/* ==========================================
   MOBILE (<= 767px)
========================================== */
@media (max-width: 767px) {
  .section-header .section-title {
    font-size: 20px;
  }
  #hero-area .contents {
    padding: 40px 0 0px;
  }
  #hero-area .contents h1 {
    font-size: 22px;
    line-height: 30px;
  }
  #hero-area .contents p {
    font-size: 18px;
  }
  #hero-area img {
    max-width: 100%;
  }
  .btn-common {
    margin-bottom: 10px;
  }
  #features .show-box img {
    display: none;
  }
  #features .box-item .text h4 {
    font-size: 14px;
  }
  .controls {
    margin: 0;
  }
  .controls .btn {
    font-size: 13px;
    padding: 7px;
  }
  .video-promo .video-promo-content h2 {
    font-size: 22px;
  }
  .pricing-table {
    margin-bottom: 15px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  .single-team {
    margin-bottom: 15px;
  }
  .contact-us {
    margin-bottom: 30px;
  }
  .contact-us h3 {
    font-size: 28px;
  }
  .footer-links li a {
    margin-right: 10px;
  }
  .copyright {
    text-align: center;
  }
  .feature-box {
    margin-bottom: 20px;
  }
  .feature-tile {
    margin: 20px 0;
  }
  .mid-business-section h4 {
    font-size: 18px;
  }
  .pricing-card h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=responsive.css.map */
