@media screen and (max-width: 767px) {
  main::before {
    content: none;
  }
  .primary::after {
    content: none;
  }
}
/*==========================================================================
section.scroll-section
========================================================================== */
.scroll-section .navber {
  display: none;
}

/*==========================================================================
section#contact01
========================================================================== */
@media screen and (max-width: 767px) {
  section#contact01 .inner {
    padding-top: 0;
  }
}
/*# sourceMappingURL=contact-confirm.css.map */