/* Large Screen  */

@media only screen and (min-width: 1199px) {


.pb-70 {
  padding-bottom: 60px;
}
.pt-120 {
  padding-top: 60px;
}






}


/* Laptop Screen  */

@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-120 {
    padding-top: 40px;
  }
  .footer-section.section.pt-65.pb-50 {
    padding: 40px 0;
  }







}


/* 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) {
.hero-content h1 {
  font-size: 30px;
}
.demo-content h1 {
  font-size: 30px;
}
.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: 552px;
}
/* .hero-section {
  padding: 150px 0 100px;
} */
.hero-content h1 {
  font-size: 24px;
}
.hero-content h1 strong {
  font-size: 40px;
  margin-bottom: 15px;
}
.hero-content a {
  margin-top: 20px;
}
.demo-content h1 {
  font-size: 30px;
}
.section-title h1 {
  font-size: 30px;
}
.footer-section .buy-btn {
  float: left;
}





}


/* small mobile :320px. */

@media only screen and (max-width: 480px) {
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 15px;
  margin-left: 15px;
  width: auto;
}
.logo a {
  width: 116px;
}
.buy-btn {
  font-size: 11px;
  height: 34px;
  padding: 7px 25px;
  margin-top: 0;
}
/* 
.hero-section {
  padding: 150px 0 100px;
} */
.hero-content h1 {
  font-size: 14px;
  line-height: 20px;
}
.hero-content h1 strong {
  font-size: 30px;
}
.hero-content p {
  font-size: 13px;
  line-height: 19px;
}
/*.hero-content a {
  margin-top: 20px;
}*/
    .pt-120 {
  padding-top: 0px;
} 
 .pb-70 {
  padding-bottom: 20px;
} 
   .hero-section.section.overlay {
  margin: 0 0 20px 0;
}
.section-title h1 {
  font-size: 26px;
  line-height: 30px;
}
.hero-content a {
  margin-top: 0;
}
.mb-50 {
  margin-bottom: 20px;
}
.header-section.section.sticker {
	margin: 0 0 20px 0;
}
}
@media only screen and (max-width: 480px){

}