@font-face {
  font-family: Gotham-Book;
  src: url("../fonts/Gotham_Book.otf");
}
@font-face {
  font-family: CormorantGaramond-Regular;
  src: url("../fonts/CormorantGaramond-Regular.ttf");
}
@font-face {
  font-family: CheddarJack;
  src: url("../fonts/cheddar-jack.ttf");
}
@font-face {
  font-family: Gotham-Bold;
  src: url("../fonts/Gotham-Bold.ttf");
}
.trust-us-container .title-trust-us {
  font-family: CormorantGaramond-Regular;
  font-size: 38px;
  color: #baa58d;
}
.trust-us-container .thanks-text {
  font-family: Gotham-Book;
  font-size: 16px;
  line-height: 26px;
  color: #404040;
}
.trust-us-container .image-container {
  height: 250px;
}
.trust-us-container .image-container .image-title {
  line-height: 45px;
  font-size: 45px;
  font-family: CheddarJack;
  color: #f6f7f9;
}
.trust-us-container .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust-us-container .image-container .image-inside-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.trust-us-container .image-container .image-inside-container.darkened {
  background-color: rgba(0,0,0,0.3);
}
.trust-us-container .image-container .image-inside-container .btn-primary {
  white-space: break-spaces;
  border: #f6f7f9 2px solid;
  line-height: 2;
  background-color: transparent;
  color: #f6f7f9;
  font-family: Gotham-Book;
  font-size: 13px;
}
.trust-us-container .image-container .image-inside-container .btn-primary:hover {
  color: #f6f7f9 !important;
}
.trust-us-container .image-container .image-inside-container .btn-primary:focus {
  box-shadow: 0 0 0 3px #fff;
  color: #f6f7f9 !important;
}
.trust-us-container .form-control {
  background-color: #b19f8d;
  color: #f6f7f9 !important;
}
.trust-us-container .form-control option {
  color: #f6f7f9;
}
.trust-us-container .form-control::placeholder {
  color: #f6f7f9;
}
.trust-us-container .form-control:focus {
  background-color: #b19f8d;
  color: #f6f7f9;
}
.trust-us-container .question {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0px;
}
.trust-us-container .question.questionvisible {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.trust-us-container .btn-primary.submit {
  white-space: break-spaces;
  border: #b19f8d 2px solid;
  line-height: 2;
  background-color: transparent;
  color: #b19f8d;
  font-family: Gotham-Book;
  font-size: 13px;
}
.trust-us-container .submit.btn-primary:hover {
  color: #b19f8d !important;
}
.trust-us-container .submit.btn-primary:focus {
  color: #b19f8d !important;
}
.property_main p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.07px;
  color: #6e6865;
}
