@media only screen and (max-width: 767px) {
  .loader {
    margin: -30px auto 0;
  }
  .ptb-80 {
    padding: 50px 0;
  }
  .btn {
    padding: 10px 26px;
    font-size: 13px;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 36px;
  }
  .main-banner {
    height: 160px;
  }
  .main-banner h3 {
    font-size: 18px;
  }
  .main-banner p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .home-slides.owl-theme .owl-nav [class*="owl-"] {
    top: 85%;
    margin-top: 0;
  }
  .home-slides.owl-theme .owl-nav .owl-next {
    left: auto;
  }
  .blog-area {
    padding-bottom: 10px;
  }
  .single-blog-post .post-content {
    padding: 20px;
  }
  .single-blog-post .post-content h3 a {
    font-size: 17px;
  }
  .blog-area .side-bar {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-area {
    padding-bottom: 0;
  }
  .footer-area .widgets {
    margin-bottom: 25px;
  }
  .footer-area .widgets .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .footer-area .widgets h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer-area .widgets .usefull-links li {
    margin-top: 9px;
  }
  .go-top {
    bottom: 15px;
    right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area .side-bar {
    margin-top: 0;
  }
  .blog-area .side-bar {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .widgets {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
