/* only small desktops */
/* tablets */
/* only small tablets */
@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: 0px;
  }
  #blog .blog-item-text h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* mobile or only mobile */
@media (max-width: 767px) {
  .section-header .section-title {
    font-size: 20px;
  }
  #hero-area .contents {
    padding: 100px 0 80px;
  }
  #hero-area .contents h1 {
    font-size: 18px;
    line-height: 30px;
  }
  #features .show-box img {
    display: none;
  }
  #features .box-item .text h4 {
    font-size: 14px;
  }
  .controls {
    margin: 0px;
  }
  .controls .btn {
    font-size: 13px;
    padding: 7px 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: 2%;
    font-size: .9em;
  }
  .copyright {
    float: left;
  }
  .centerAlign .innerCenterAlign .col-md-5, .centerAlign .innerCenterAlign {width: 100%!important;}
  #services {padding: 120px 0;}
  .paymentBtn img {width: 75%!important;}
  .leadContent {display: none;}
  .nav.navbar {height: 10%; padding: 15px 15px 0 0;}
  #hero-area {top: 10%; background-size: contain;}
  p.section-subtitle {text-align: left;}
  nav.navbar {opacity: 1;}
  .section-subtitle:first-of-type {display: none;}
  .innerCenterAlign:first-of-type .col-md-5:first-of-type {margin-bottom: 2em;}
  .vidRow {width: auto;}
  .vidRow li {float: none; display: inline-block;}
  #guarantee h2.section-title, #guarantee hr.lines {display: none;}
  #guarantee .section-header img {width: 55%; float: none;}
  .testimonial-text {width: 90%; left: 4%;}
  .back-to-top {bottom: 118px;}
  section#services .col-md-3 {float: none; margin: 4em 0;}
