/* Max width 767px */
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .ptb-70 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt-70 {
    padding-top: 35px;
  }
  .pb-70 {
    padding-bottom: 35px;
  }
  .ptb-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-40 {
    padding-top: 30px;
  }
  .pb-40 {
    padding-bottom: 30px;
  }
  .ptb-20 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pt-20 {
    padding-top: 15px;
  }
  .pb-20 {
    padding-bottom: 15px;
  }
  .default-btn.extra-btn {
    margin: 15px auto;
  }
  .section-title {
    max-width: 100%;
    margin: 15px auto 50px;
  }
  .container-block-fluid .section-title {
    padding: 0 15px;
  }
  .footer-area .footer-top .footer-title {
    font-size: 16px;
  }
  .footer-area .footer-bottom .footer-social li {
    margin: 0;
  }
  .footer-area .footer-bottom .footer-social li a {
    padding-top: 0px;
    padding-bottom: 0px; 
  }
  .footer-area .footer-bottom .footer-social li a i {
    margin-bottom: 8px;
  }
  .page-title-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-title-content h2 {
    font-size: 24px;
  }
  .page-title-content ul li {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .go-top.active {
    top: 87%;
  }
  .preview .preview-banner-area .inner-title {
    max-width: 280px;
  }
  .preview .preview-banner-area .inner h2 {
    font-size: 20px;
    line-height: 35px;
  }
  .preview .preview-banner-area .inner h2 span {
    font-size: 20px;
    line-height: 35px;
  }
  .preview .preview-banner-area .inner p {
    font-size: 16px;
  }
  .preview-demos-area .section-title p {
    font-size: 16px;
  }
  .preview-demos-area .single-demo-box {
    margin: 15px 0;
  }
  .preview-demos-area h3 {
    font-size: 18px;
  } 
  .preview-features-area .shape-1, 
  .preview-features-area .shape-2 {
    display: none;
  }
  .preview-features-area .single-feature-box {
    margin: 20px 0;
  }
  .preview-features-area .single-feature-box h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .preview-features-area .section-title p {
    font-size: 16px;
  }
  .preview .header-logo h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .preview .mobile-nav-logo h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .preview-demos-area .image-bg {
    height: 300px;
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .preview-demos-area .image-bg .image-demo-scroll {
    height: 300px;
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .ptb-70 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt-70 {
    padding-top: 35px;
  }
  .pb-70 {
    padding-bottom: 35px;
  }
  .default-btn.icon {
    padding: 14px 20px 14px 50px;
  }
  .default-btn.icon i {
    left: 20px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .footer-area .footer-top .footer-title {
    font-size: 18px;
  }
  .footer-area .footer-bottom .footer-social li a {
    padding-top: 0px;
  }
  .page-title-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-title-content h2 {
    font-size: 35px;
  }
  .page-title-content ul li {
    font-size: 15px;
  }
  .go-top.active {
    top: 81.3%;
  }
  .preview .preview-banner-area .inner-title {
    max-width: 700px;
  }
  .preview .preview-banner-area .inner h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .preview .preview-banner-area .inner h2 span {
    font-size: 30px;
    line-height: 45px;
  }
  .preview .preview-banner-area .inner p {
    font-size: 15px;
  }
  .preview-demos-area .single-demo-box {
    margin: 20px 10px;
  }
  .preview-demos-area .section-title p {
    font-size: 15px;
  }
  .preview-features-area .single-feature-box {
    margin: 25px 15px;
  }
  .preview-features-area .single-feature-box h3 {
    font-size: 18px;
  }
  .preview .header-logo h2 {
    font-size: 22px;
  }
  .preview .mobile-nav-logo h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .preview-demos-area .image-bg {
    height: 350px;
  }
  .preview-demos-area .image-bg .image-demo-scroll {
    height: 350px;
  }
}

/* Max width 991px */
@media only screen and (max-width: 991px) {
  .pt-30 {
    padding-top: 30px;
  }
  .pt-30:first-child {
    padding-top: 0;
  }
  .footer-bottom .copyright {
    padding-bottom: 30px;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .preview .header-logo h2, .preview .mobile-nav-logo h2 {
    font-size: 25px;
  }
  .section-title h2 {
    font-size: 35px;
  }
  .default-btn.icon {
    padding: 16px 20px 16px 50px;
  }
  .default-btn.icon i {
    left: 20px;
  }
  .mainmenu > li > a {
    font-size: 15px;
  }
  .mainmenu > .menu-item-has-children > a {
    margin-right: 18px;
  }
  .footer-area .footer-top .footer-title {
    font-size: 19px;
  }
  .footer-area .footer-top .address-widget li {
    padding: 0px 0px 20px 35px;
  }
  .footer-area .footer-top .desc.time {
    font-size: 14.5px;
  }
  .go-top.active {
    top: 71.4%;
  }
  .preview .preview-banner-area .inner-title {
    max-width: 900px;
  }
  .preview .preview-banner-area .inner h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .preview .preview-banner-area .inner h2 span {
    font-size: 40px;
    line-height: 60px;
  }
  .preview-demos-area .image-bg {
    height: 320px;
  }
  .preview-demos-area .image-bg .image-demo-scroll {
    height: 320px;
  }
  .preview-features-area .single-feature-box {
    padding: 20px;
    margin: 20px 10px;
  }
  .preview-features-area .single-feature-box h3 {
    font-size: 18px;
  }
}

/* Min width 1200px to Max width 1280px */
@media only screen and (min-width: 1200px) and (max-width: 1320px) {
  .mainmenu > li {
    margin: 0 15px;
  }
  .go-top.active {
    top: 84%;
  }
  .preview .preview-banner-area .inner-title {
    max-width: 1100px;
  }
}
