.contact-page .top-banner {
  background-image: url("../../images/banner/banner-listing.jpg");
}
.contact-page .page {
  padding: 110px 0px 40px 0px;
}
.contact-page .container {
  width: 100%;
  padding: 0px 70px;
}
.contact-page .content-holder {
  width: 100%;
}
.contact-page .contact-wrapper {
  display: flex;
  gap: 10px;
}
.contact-page .contact-wrapper .contact-item {
  width: 33%;
  padding: 40px 50px 30px;
  margin: 0px 10px;
  border: 1px solid #F5F5F5;
  background-color: var(--color-white);
  border-radius: 12px;
  text-align: center;
}
.contact-page .contact-wrapper .contact-item img {
  width: 50px;
  height: 50px;
}
.contact-page .contact-wrapper .contact-item .title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-heading);
  margin: 10px 0px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.contact-page .contact-wrapper .contact-item p {
  text-align: center;
}
.contact-page .contact-bottom {
  display: flex;
  gap: 20px;
  margin-top: 100px;
}
.contact-page .contact-bottom img {
  max-width: none;
}
.contact-page .contact-bottom .form-container {
  margin: 0px;
  padding: 36px;
  width: 100%;
  border-radius: 12px;
}
.contact-page .contact-bottom .form-container .widget-title {
  color: var(--color-heading);
}
.contact-page .contact-bottom .form-container .form-group {
  margin-bottom: 20px;
}
.contact-page .contact-bottom .form-container .form-control {
  border: none;
}
.contact-page .contact-bottom .form-container textarea {
  padding: 10px;
}
.contact-page .contact-bottom .form-container .btn {
  border-radius: 100px;
}
.contact-page #contact-form {
  margin-top: 20px;
}
.contact-page #contact-form .form-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0px;
  margin-bottom: 15px;
}
.contact-page #contact-form .form-heading i {
  margin-right: 10px;
}
.contact-page #contact-form .form-group {
  margin-bottom: 10px;
}
.contact-page #contact-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.contact-page #contact-form .hint {
  font-size: 12px;
}
.contact-page #contact-form .document-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  border: 1px solid #EFF1F3;
  padding: 22px;
  margin-bottom: 15px;
}
.contact-page #contact-form .document-box .btn-remove {
  content: "x";
  background-color: var(--color-primary);
  color: white;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 14px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 500;
}/*# sourceMappingURL=contact.css.map */