/* Large Screen  */

@media only screen and (min-width: 1400px) {


  .hero-section {
    padding: 300px 0 250px;
    height: 100vh;
  }
  /*.intro-text{*/
    /*display: none;*/
  /*}*/

}


/* Laptop Screen  */

@media only screen and (min-width: 1171px) and (max-width: 1400px) {






}


/* desktop :992px. */

@media only screen and (min-width: 992px) and (max-width: 1169px) {
.single-feature .content p {
  font-size: 14px;
}


}


/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

.demo-item .image i {
  height: 50px;
  line-height: 46px;
  width: 50px;
}
.single-feature .content p {
  font-size: 14px;
}
.footer-section h1 {
  font-size: 24px;
}

}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
.container {
    width: 450px;
}
.hero-section {
  padding: 150px 0 100px;
}

.section-title h1 {
  font-size: 30px;
}
.footer-section .buy-btn {
  float: left;
}

}


/* small mobile :320px. */

@media only screen and (max-width: 479px) {
.container {
    width: 360px;
}
.logo a {
  width: 116px;
}
.pt-sm-10{
  padding-top: 10px;
}
.buy-btn {
  font-size: 11px;
  height: 34px;
  padding: 3px 10px;
    margin-top: 0;
}

.hero-section {
  padding: 150px 0 100px;
  background-size: contain;
  height: 55vh;
}


  .screen-shot{
    display: none;
  }
  .intro-text{
    top: 35% !important;
  }
  .overlay{
    background-image: none;
  }




}
@media (min-width: 480px){

}
