.contact-module-1 {
  background: url(../../img/contact/module-1-bg.png) no-repeat top center / cover;
}
.contact-module-1 .module-tit {
  text-align: center;
}
.contact-module-1 .module-tit h2 {
  width: 100%;
}
.contact-module-1 .box {
  border-radius: 5px;
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .contact-module-1 .box {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-module-1 .box {
    padding: 15px;
  }
}
.contact-module-1 .box .row {
  --bs-gutter-x: 90px;
}
.contact-module-1 .box h5 {
  margin-bottom: 18px;
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .contact-module-1 .box h5 {
    font-size: 20px;
  }
}
.contact-module-1 .box form {
  padding-top: 10px;
}
.contact-module-1 .box form .row {
  --bs-gutter-x: 18px;
}
.contact-module-1 .box form .inp-box {
  margin-top: 28px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .contact-module-1 .box form .inp-box {
    margin-top: 20px;
  }
}
.contact-module-1 .box form .inp-box label {
  margin-bottom: 16px;
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 1.22;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .contact-module-1 .box form .inp-box label {
    font-size: 16px;
  }
}
.contact-module-1 .box form .inp-box input,
.contact-module-1 .box form .inp-box textarea {
  all: unset;
  border-radius: 5px;
  padding: 0 15px;
  background-color: #eeeeee;
  font-size: 18px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .contact-module-1 .box form .inp-box input,
  .contact-module-1 .box form .inp-box textarea {
    font-size: 16px;
  }
}
.contact-module-1 .box form .inp-box textarea {
  padding: 10px 15px;
}
.contact-module-1 .box form .inp-box input {
  line-height: 50px;
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .contact-module-1 .box form .inp-box input {
    line-height: 40px;
    height: 40px;
  }
}
.contact-module-1 .box form .btn-list {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.contact-module-1 .box form .btn-list button {
  all: unset;
  border-radius: 10px;
  padding: 0 100px;
  line-height: 75px;
  height: 75px;
  color: #fff;
  background-color: #10519d;
  font-size: 18px;
  transition: all 0.35s ease-in-out;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .contact-module-1 .box form .btn-list button {
    font-size: 16px;
    line-height: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .contact-module-1 .box form .btn-list button {
    line-height: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 576px) {
  .contact-module-1 .box form .btn-list button {
    padding: 0;
    width: 100%;
  }
}
.contact-module-1 .box form .btn-list button:hover {
  background-color: #1B499A;
  color: #fff;
}
