html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "GraphikRegular", "Graphik" !important;
  background-color: #f9f9f9;
  overflow-y: unset !important;
}

#main,
#wrapper {
  background-color: #fff;
  position: relative;
}

html body,
html header ul.nav>li>a,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .heading-font,
html .off-canvas-center .nav-sidebar.nav-vertical>li>a {
  font-family: "GraphikRegular", "Graphik" !important;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 700;
  src: url("/wp-content/themes/child-f/assets/font/Montserrat-Bold.ttf") format('OpenType');
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 800;
  src: url("/wp-content/themes/child-f/assets/font/Montserrat-ExtraBold.ttf") format('OpenType');
}

#footer .section.bottom-version,
#footer .absolute-footer,
#footer .col-inner #text-2519128814.text,
#footer #wpcf7-f10540-o5 {
  display: none;
}

#footer .section.navigation-resources {
  background: #150b00;
}

.homePage {
  background: var(--branding-primary-20, #fff);
  margin: auto;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.banner {
  background-color: #fff;
  position: relative;
}

.banner>img {
  width: 100%;
}

.banner .bannerTxt {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-right: 240px;
  height: 100%;
  text-align: left;
  max-width: 35%;
}

.banner .bannerTxt .bannerTxtTitle {
  color: var(--Branding-Primary1-White, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background: var(--branding-primary-2100, #B5946C);
  padding: 7px 5px 5px;
}

.banner .bannerTxt h1 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  margin: 0 0 30px;
}

.banner .bannerTxt h1 span {
  color: var(--branding-primary-2100, #B5946C);
}

.banner .bannerTxt .scope {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.banner .bannerTxt p {
  color: var(--branding-primary-1100, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 10px 0 50px;
}

.banner .bannerTxt a.submitBtn {
  display: flex;
  width: 270px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  color: var(--Branding-Primary1-White, #FFF);
  background: var(--branding-primary-1100, #000);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.banner .bannerTxt a.submitBtn:hover {
  background: #B5946C;
}

.homePage {
  max-width: 1200px;
  margin: auto;
}

.homePage .title {
  color: var(--branding-primary-1100, #000);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  margin-top: 100px;
}

.await .des {
  color: var(--branding-primary-1100, #000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  max-width: 810px;
  margin: 20px auto 0;
}

.await .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-top: 50px;
}

.await .items .item {
  background: var(--branding-primary-220, #F0EAE2);
}

.await .items .item:nth-child(2) {
  background: var(--branding-primary-240, #E1D4C4);
}

.await .items .item:nth-child(3) {
  background: var(--branding-primary-260, #D3BFA7);
}

.await .items .item .txt {
  padding: 20px;
}

.await .items .item img {
  width: 100%;
}

.await .items .item:nth-child(2) img,
.await .items .item:nth-child(3) img {
  cursor: pointer;
}

.await .items .item .txt .price {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  margin-bottom: 50px;
}

.await .items .item .txt p {
  margin: 0;
  color: var(--branding-primary-180, #333);
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

/* Modal */
.video-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.video-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal .video-inner {
  width: 90%;
  max-width: 1100px;
  aspect-ratio: 16/9;
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.video-modal .video-close {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  line-height: 18px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.video-modal .video-wrap {
  width: 100%;
  height: 100%;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Responsive: small screens use full viewport */
@media screen and (max-width: 767px) {
  .video-modal .video-inner {
    width: 98%;
    height: 56vh;
    max-width: none;
    aspect-ratio: auto;
  }
}

.Submission .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.Submission .items .item {
  background: var(--branding-primary-210, #F8F5F1);
  padding: 20px;
}

.Submission .items .item .itemTitle {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 20px;
}

.Submission .items .item:nth-child(2) .itemTitle {
  margin-bottom: 0;
}

.Submission .items .item p {
  margin: 5px 0 10px;
  color: var(--branding-primary-180, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.Submission .items .item ul {
  list-style: none;
  margin-bottom: 0;
}

.Submission .items .item ul li {
  color: var(--branding-primary-1100, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}

.Submission .items .item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../landingpage/2025/Feedback/Circle.svg") no-repeat center;
  background-size: contain;
}

.Submission .items .item ul li:last-child {
  margin-bottom: 0;
}

.Submission .items .item:nth-child(1) ul li:last-child::before {
  top: 22%;
}

.submit {
  margin-bottom: 100px;
}

.submit .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.submit .items .item:nth-child(1) {
  background: var(--branding-primary-210, #F8F5F1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.submit .items .item .itemTitle {
  color: var(--branding-primary-1100, #000);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 30px;
}

.submit .items .item:nth-child(2) .itemTitle {
  margin-bottom: 10px;
  text-align: left;
}

.submit .items .item .imgBox {
  text-align: center;
  margin-bottom: 30px;
}

.submit .items .item .imgBox img {
  cursor: pointer;
  object-fit: cover;
}

.submit .items .item .imgBox p {
  color: var(--branding-primary-1100, #000);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}

.submit .items .item .imgBox p span {
  color: var(--branding-primary-160, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.submit .items .item button {
  opacity: 1;
  background: var(--branding-primary-1100, #000);
  color: var(--Branding-Primary1-White, #FFF);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: 270px;
  padding: 10px;
  margin: 0;
  cursor: pointer;
}

.submit .items .item button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.submit .items .item button:hover {
  background: #B5946C;
}

.submit .items .item .txt {
  background: var(--branding-primary-210, #F8F5F1);
  padding: 20px;
  margin-bottom: 20px;
}

.submit .items .item p {
  color: var(--branding-primary-1100, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.submit .items .item p a {
  color: var(--branding-primary-2100, #B5946C);
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.upload-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.upload-list.two-row {
  width: 72%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.upload-list.empty {
  justify-content: center;
}

.upload-list .upload-item {
  position: relative;
  width: 180px;
  height: 180px;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-list.two-row .upload-item {
  width: 98px;
  height: 98px;
}

.upload-list .upload-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.upload-list .upload-item .img-del {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#upload-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.submit .Introduction {
  color: var(--branding-primary-140, #999);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  max-width: 920px;
  margin: 20px auto 0;
}

.submit .verify {
  position: fixed;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(12.75px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}

.submit .verify .content {
  width: 100%;
  padding-left: 20px;
}

.submit .verify .content .contentBox {
  width: 425px;
  height: calc(100vh - 40px);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.submit .verify .content .contentBox .form .closeTitle {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding: 20px;
  border-bottom: 1px solid #999;
  display: flex;
  gap: 10px;
  align-items: center;
}

.submit .verify .content .contentBox .form .closeTitle img {
  cursor: pointer;
}

.submit .verify .content .contentBox .form .inputBox {
  padding: 20px;
}

.submit .verify .content .contentBox .form .inputBox p {
  color: var(--branding-primary-1100, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.submit .verify .content .contentBox .form .inputBox input {
  background-color: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid #999;
  padding-left: 0;
  box-shadow: none;
  margin-bottom: 2px;
}

.submit .verify .content .contentBox .form .inputBox input.is-invalid {
  border-bottom: 1px solid #D73737;
}

.submit .verify .content .contentBox .form .inputBox .small-note {
  color: var(--Statuses-Error, #D73737);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: none;
}

.submit .verify .content .contentBox .form .inputBox .small-note.is-visible {
  display: block;
}

.submit .verify .content .contentBox button {
  opacity: 1;
  background: var(--branding-primary-1100, #000);
  color: var(--Branding-Primary1-White, #FFF);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: calc(100% - 40px);
  padding: 10px;
  margin: 0 20px 20px;
  cursor: pointer;
}

.submit .verify .content .contentBox button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.submit .verify .content .contentBox button:hover {
  background: #B5946C;
}

.submit .uploadSuccessful {
  position: fixed;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(12.75px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}

.submit .uploadSuccessful .content {
  width: 100%;
  padding-left: 20px;
}

.submit .uploadSuccessful .content .contentBox {
  width: 425px;
  height: calc(100vh - 40px);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.submit .uploadSuccessful .content .contentBox .form .closeTitle {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-left: 10px;
  padding: 20px;
  border-bottom: 1px solid #999;
  display: flex;
  gap: 10px;
  align-items: center;
}

.submit .uploadSuccessful .content .contentBox .form .closeTitle img {
  cursor: pointer;
}

.submit .uploadSuccessful .content .contentBox .form .inputBox {
  padding: 10px 20px;
  color: var(--branding-primary-1100, #000);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.submit .uploadSuccessful .content .contentBox button {
  background: var(--branding-primary-1100, #000);
  color: var(--Branding-Primary1-White, #FFF);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: calc(100% - 40px);
  padding: 10px;
  margin: 0 20px 20px;
  cursor: pointer;
}

.submit .uploadSuccessful .content .contentBox button:hover {
  background: #B5946C;
}

.about {
  background-color: #150b00;
  position: relative;
}

.about .content .aboutTitle {
  color: var(--branding-primary-20, #E5E0DB);
  font-family: Montserrat !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}

.about .content .horizontal {
  z-index: 1;
  margin: initial;
  margin-bottom: 40px;
  width: 268px;
  height: 5px;
  background-color: #7F664D;
  position: relative;
}

.about .content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 100px 0 50px;
  border-bottom: 1px solid #fff;
}

.about .content>p {
  font-size: 14px;
  color: #fff;
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}

.about .icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about form.wpcf7-form {
  position: relative;
  z-index: 3;
}

.about form.wpcf7-form label {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.about form.wpcf7-form label textarea,
.about form.wpcf7-form label input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first {
  color: #fff;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first option {
  color: #8B8D90;
}

.about form.wpcf7-form label input::-webkit-input-placeholder,
.about form.wpcf7-form label textarea::-webkit-input-placeholder {
  color: #8B8D90;
}

.about form.wpcf7-form label textarea {
  min-height: 50px;
  overflow-y: hidden;
}

.about form.wpcf7-form .subcls017 {
  text-align: center !important;
  margin-top: 20px;
}

.about form.wpcf7-form .subcls017 .subcls017 {
  background-color: #7F664D;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  margin: 0;
  width: 20%;
}

.about .countyfieldcls .country-name {
  color: #000;
}

#woosq-popup .view-details-btn {
  display: none !important;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1420px) {
  .banner>img {
    height: auto;
  }

  .banner .bannerTxt {
    margin-right: 120px;
    top: 0;
    max-width: 43%;
  }
}

@media screen and (max-width: 1335px) {}

@media screen and (min-width: 1280px) {
  .contactUs .login:hover {
    background-color: #998571;
  }

  .contactUs .connection:hover {
    background-color: #736D66;
  }
}

@media screen and (max-height: 780px) {}

@media screen and (max-height: 650px) {}

@media screen and (min-width: 1201px) {}

@media screen and (max-width: 1240px) {
  .about .content {
    padding: 100px 15px 50px;
  }

  .about .icon2 {
    width: 20%;
  }

  .banner>img {
    height: auto;
  }

  .banner .bannerTxt {
    margin-right: 5vw;
    max-width: 45vw;
  }

  .banner .bannerTxt h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .banner .bannerTxt .scope {
    font-size: 16px;
    line-height: 24px;
  }

  .banner .bannerIcon {
    bottom: 30px;
    left: 60px;
  }

  .banner .bannerTxt p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 30px;
  }

  .banner .bannerIcon .moreIcon,
  .banner .bannerIcon img {
    width: 100px;
    height: 100px;
  }

  .banner .bannerTxt .bannerTitle {
    font-size: 58px;
    line-height: 64px;
  }

  .homePage {
    padding: 0 15px;
  }

  .submit .verify .content,
  .submit .uploadSuccessful .content {
    width: calc(100% - 30px);
  }

  .submit .uploadSuccessful .content .contentBox,
  .submit .verify .content .contentBox {
    height: 80vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 910px) {}

@media screen and (min-width: 768px) and (max-width: 1025px) {}

@media screen and (max-width: 1060px) {
  .banner .bannerTxt h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .banner .bannerTxt p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 20px;
  }

  .homePage .title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 50px;
  }

  .await .des {
    font-size: 16px;
    line-height: 24px;
    max-width: none;
  }

  .await .items {
    gap: 15px;
    margin-top: 30px;
  }

  .await .items .item .txt .price {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .Submission .items {
    margin-top: 30px;
  }

  .submit {
    margin-bottom: 50px;
  }

  .submit .items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }

  .banner .bannerTxt a.submitBtn {
    font-size: 16px;
    line-height: 22px;
  }

  .await .items .item .txt {
    padding: 10px;
  }

  .await .items .item .txt p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {}

@media screen and (min-width: 767px) {}

@media screen and (max-width: 767px) {
  .displayPh {
    display: block;
  }

  .displayPc {
    display: none !important;
  }

  .banner>img {
    height: auto;
  }

  .about .content {
    padding: 50px 15px 1px;
  }

  .about .content>p {
    line-height: 18px;
    letter-spacing: 0.2px;
  }

  .about .icon2 {
    width: 30%;
  }

  .about .subcls017 .subcls017 {
    width: 100%;
  }

  .pum-container.popmake.theme-13498.pum-responsive.pum-responsive-medium.responsive.size-medium.custom-position.active {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .request-a-quote-button5.popmake-13507 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .banner {
    display: flex;
    flex-direction: column-reverse;
    background: var(--branding-primary-220, #F0EAE2);
  }

  .banner .bannerTxt {
    position: unset;
    max-width: 100%;
    padding: 30px 15px 0;
    margin-right: 0;
  }

  .banner .bannerIcon {
    display: none;
  }

  .banner .bannerTxt .bannerTitle {
    font-size: 32px;
    line-height: 36px;
  }

  .banner .bannerTxt h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .banner .bannerTxt .bannerTxtTitle {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 5px;
  }

  .banner .bannerTxt p {
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0 30px;
    letter-spacing: 0.2px;
  }

  .banner .bannerTxt a.submitBtn {
    width: 100%;
  }

  .banner .shield {
    position: absolute;
    width: 67px;
    bottom: -15px;
    left: 137px;
  }

  .homePage .title {
    font-size: 20px;
    line-height: 25px;
  }

  .await .des {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
  }

  .await .items {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .await .items .item .txt .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
  }

  .await .items .item .txt p {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }

  .Submission .items {
    grid-template-columns: repeat(1, 1fr);
  }

  .Submission .items .item ul li {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
  }

  .submit .items .item:nth-child(1) {
    padding: 10px;
  }

  .submit .items .item .itemTitle {
    margin-bottom: 20px;
  }

  .submit .items .item .imgBox p {
    font-size: 14px;
    line-height: 22px;
  }

  .submit .items .item .imgBox p span {
    font-size: 12px;
    line-height: 18px;
  }

  .submit .items .item .imgBox {
    margin-bottom: 20px;
  }

  .submit .items .item button {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }

  .submit .items .item .txt {
    padding: 10px;
    margin-bottom: 0;
  }

  .submit .items .item:nth-child(2) img {
    display: none;
  }

  .submit .Introduction {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.2px;
  }

  .submit .uploadSuccessful .content .contentBox,
  .submit .verify .content .contentBox {
    width: 100%;
  }

  .submit .items .item p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
    text-align: center;
  }

  .submit .items .item p a {
    font-size: 13px;
    line-height: 19px;
  }

  .submit .verify .content,
  .submit .uploadSuccessful .content {
    padding-left: 0;
  }

  .upload-list {
    flex-direction: column;
    align-items: center;
  }

  .upload-list.two-row {
    width: auto;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

  .upload-list.two-row .upload-item {
    width: 180px;
    height: 180px;
  }

  .upload-list.two-row .upload-item .img-del {
    width: 20px;
    height: 20px;
    top: -8px;
    right: -8px;
  }

  .submit .items .item:nth-child(2) .itemTitle {
    text-align: center;
  }

  .Submission .items .item {
    padding: 10px;
  }

  .submit .uploadSuccessful .content .contentBox .form .closeTitle {
    font-size: 18px;
    line-height: 27px;
    margin-left: 0;
  }

  .about .content .aboutTitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }

  .footer-wrapper .row {
    flex-direction: column;
  }

  .footer-wrapper .row div .col-inner {
    padding: 0 !important;
  }

  footer#footer {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 560px) {
  .about form.wpcf7-form .subcls017 .subcls017 {
    width: 98%;
    font-size: 14px;
    padding: 5px 0;
  }
}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 390px) {}