@media screen and (max-width: 1399px) and (min-width: 1250px) {
  .home .home-mid-col {
    width: 300px;
  }
  .home .home-right-col,
  .home #arch-right-col {
    width: 250px;
  }
  .home .home-wrap-in1 {
    margin-right: 270px;
  }
  .home .home-wrap-in2 {
    margin-left: 320px;
  }
  .home .sidebar-newsletter-header {
    width: 240px;
  }
  .home .sidebar-newsletter-header:after {
    border-width: 18px 120px 0 120px;
  }
  .home .sidebar-newsletter-subscribe-form:before {
    border-width: 18px 120px 0 120px;
  }
  .home .sidebar-newsletter-subscribe-form .tnp-widget input[type=submit] {
    font-size: 10px;
  }
}

@media screen and (max-width: 1249px) and (min-width: 1100px) {
  .home .home-mid-col {
    width: 300px;
  }
  .home .home-right-col,
  .home #arch-right-col {
    width: 250px;
  }
  .home .home-wrap-in1 {
    margin-right: 270px;
  }
  .home .home-wrap-in2 {
    margin-left: 320px;
  }
  .home .sidebar-newsletter-header {
    width: 240px;
  }
  .home .sidebar-newsletter-header:after {
    border-width: 18px 120px 0 120px;
  }
  .home .sidebar-newsletter-subscribe-form:before {
    border-width: 18px 120px 0 120px;
  }
  .home .sidebar-newsletter-subscribe-form .tnp-widget input[type=submit] {
    font-size: 10px;
  }
}