.contact {
  padding-top: 200px;
  padding-bottom: 100px;
}
.contact__desc {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1600.98px) {
  .contact__desc {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .contact__desc {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .contact__desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .contact__desc {
    font-size: 1.375rem;
  }
}
.contact__form {
  padding-left: 8.3333333338%;
}
.contact__form .form-label {
  font-weight: 500;
}
.contact__form .form-control {
  height: 62px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
.contact__form .form-control:focus {
  box-shadow: none;
}
.contact__form .form-control::-moz-placeholder {
  color: #707070;
}
.contact__form .form-control::placeholder {
  color: #707070;
}
.contact__form .form-control.wpcf7-textarea {
  height: auto;
}
.contact__form .btn-holder {
  text-align: right;
  margin-top: 30px;
  position: relative;
  margin-bottom: 50px;
}
.contact__form .btn-holder .btn-standard {
  font-size: 1.125rem;
  font-size: 18px;
  border: none;
  padding-right: 30px;
  display: inline-block;
}
@media screen and (max-width: 1600.98px) {
  .contact__form .btn-holder .btn-standard {
    font-size: 1rem;
  }
}
.contact__form .btn-holder .wpcf7-spinner {
  position: absolute;
  bottom: 25px;
  right: 55px;
}
@media (max-width: 1199.98px) {
  .contact {
    padding-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .contact__desc {
    margin-bottom: 90px;
  }
  .contact__form {
    padding-left: 12px;
  }
}

.wpcf7-response-output {
  display: none;
}

.gmaps {
  position: relative;
}
.gmaps .mapouter,
.gmaps .gmap_canvas,
.gmaps #gmap_canvas {
  width: 100%;
  height: 850px;
}
.gmaps__text {
  background-color: #F38308;
  padding: 40px 30px;
  width: 550px;
  position: absolute;
  top: 150px;
  left: 10px;
}
.gmaps__holder {
  margin-bottom: 30px;
}
.gmaps__holder:last-child {
  margin-bottom: 0;
}
.gmaps__title {
  font-size: 1.125rem;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600.98px) {
  .gmaps__title {
    font-size: 1rem;
  }
}
.gmaps__desc {
  font-size: 1.125rem;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1600.98px) {
  .gmaps__desc {
    font-size: 1rem;
  }
}
.gmaps__desc a {
  color: #fff;
  text-decoration: none;
}
.gmaps__desc a:hover {
  opacity: 0.8;
}
@media (max-width: 1349.98px) {
  .gmaps .mapouter,
  .gmaps .gmap_canvas,
  .gmaps #gmap_canvas {
    height: 700px;
  }
  .gmaps__text {
    width: 400px;
  }
}
@media (max-width: 1199.98px) {
  .gmaps .mapouter,
  .gmaps .gmap_canvas,
  .gmaps #gmap_canvas {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .gmaps .mapouter,
  .gmaps .gmap_canvas,
  .gmaps #gmap_canvas {
    height: 1000px;
  }
  .gmaps__text {
    width: 335px;
    top: auto;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .gmaps__text {
    width: 100%;
    bottom: 0;
  }
}

#contactModal {
  --bs-modal-width: 600px;
}
#contactModal .modal-content {
  border-radius: 0;
  border: none;
  width: 600px;
}
#contactModal .modal-header {
  border-bottom: none;
}
#contactModal .modal-header .btn-close:focus {
  box-shadow: none;
}
#contactModal .modal-body {
  text-align: center;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
#contactModal .modal-body img {
  height: 160px;
  margin-bottom: 20px;
}
#contactModal .modal-title {
  font-size: 3rem;
  font-weight: 500;
  color: #0D1C25;
  margin-bottom: 15px;
}
@media screen and (max-width: 1600.98px) {
  #contactModal .modal-title {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  #contactModal .modal-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  #contactModal .modal-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  #contactModal .modal-title {
    font-size: 1.875rem;
  }
}
#contactModal .modal-desc {
  font-size: 1.25rem;
  color: #707070;
  margin-bottom: 30px;
}
@media screen and (max-width: 1349.98px) {
  #contactModal .modal-desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199.98px) {
  #contactModal .modal-desc {
    font-size: 1rem;
  }
}
#contactModal .btn-standard {
  font-size: 1.125rem;
  padding-right: 30px;
}
@media screen and (max-width: 1600.98px) {
  #contactModal .btn-standard {
    font-size: 1rem;
  }
}
#contactModal .btn-standard::after {
  content: none;
}
@media (max-width: 991.98px) {
  #contactModal {
    --bs-modal-width: 400px;
  }
  #contactModal .modal-content {
    width: 400px;
  }
  #contactModal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
  }
  #contactModal .modal-body img {
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  #contactModal .modal-content {
    width: 100%;
  }
}

/*# sourceMappingURL=contact-us.css.map*/