/* 
col-md-   768

*/

/*For Tab Size */
@media (max-width: 768px) {
  .first_top {
    display: none;
  }
  .seond_top .hide {
    display: none;
  }
  .header_bar .logo {
    width: 140px !important;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile img {
    border-radius: 5px;
  }
  .section {
    padding: 35px 0;
  }
  .title-color {
    font-size: 25px !important;
  }
  .counter-stat span {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
  }
  h2 {
    line-height: 1.2 !important;
  }
  .section-title h2 {
    color: #222;
    font-size: 40px;
    font-family: "Great Vibes" !important;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .service .service-item {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
  }
  .counter-stat p {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
  }
}

/*Desktop slide */
@media (min-width: 769px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}

/*Desktop Size */
@media (max-width: 991px) {
  .features {
    margin-top: 35px;
  }
  .features .feature-item {
    margin-bottom: 0px !important;
    text-align: center;
    padding: 20px 5px !important;
  }
}
