@media screen and (min-width: 768px) {
  .site-header {
    top: 40px !important;
  }
}
.contact-us-banner-container {
  color: white !important;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #0793FC;
}
.contact-us-banner-container a, .contact-us-banner-container span {
  color: white !important;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #0793FC;
  height: 16px;
  text-decoration: none;
}
.contact-us-banner-container a:hover, .contact-us-banner-container a:visited, .contact-us-banner-container a:active, .contact-us-banner-container span:hover, .contact-us-banner-container span:visited, .contact-us-banner-container span:active {
  color: white !important;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #0793FC;
}
.contact-us-banner-container .contact-us-content {
  max-width: 1400px;
  height: 40px;
  padding: 8px 116px;
  margin: 0 auto;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-us-banner-container .contact-us-content .contact-us-block {
  display: flex;
  height: 16px;
  padding: 5px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-right: 1px solid #FFF;
}
.contact-us-banner-container .contact-us-content .contact-us-block #contact_us_target {
  cursor: pointer;
}
.contact-us-banner-container .contact-us-content .contact-us-block.phone-number a {
  text-decoration: none;
}
.contact-us-banner-container .contact-us-content .contact-us-block:last-of-type {
  border-right: none;
  padding-right: 6px;
}
@media screen and (max-width: 992px) {
  .contact-us-banner-container .contact-us-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .contact-us-banner-container .contact-us-content .contact-us-block:last-of-type {
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact-us-banner-container .contact-us-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .contact-us-banner-container .contact-us-content .contact-us-block.phone-number {
    border-right: none;
    padding-right: 12px;
  }
}
@media screen and (max-width: 392px) {
  .contact-us-banner-container .contact-us-content {
    padding: 8px 0;
    justify-content: center;
  }
  .contact-us-banner-container .contact-us-content .contact-us-block:first-of-type {
    padding-left: 0;
  }
  .contact-us-banner-container .contact-us-content .contact-us-block.phone-number {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-us-banner-container {
    position: sticky !important;
    top: 0 !important;
    z-index: 101;
  }
}

.contact-us-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: opacity 0.3s ease;
}

.contact-us-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(500px, 90vw);
  padding: 28px 25px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  max-height: 100vh;
  overflow: auto;
}
.contact-us-modal #contact-us-form {
  display: flex;
  flex-direction: column;
}
.contact-us-modal #contact-us-form label {
  margin: 10px 0 5px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #6F7482;
}
.contact-us-modal #contact-us-form label span.required {
  color: #FF0000 !important;
  background-color: transparent !important;
}
.contact-us-modal #contact-us-form input,
.contact-us-modal #contact-us-form textarea {
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  border: none;
  background-color: #F8FAFC;
}
.contact-us-modal #contact-us-form textarea {
  height: 100px;
  resize: vertical;
}
.contact-us-modal .contact-us-submit-wrapper, .contact-us-modal .contact-us-result-wrapper {
  text-align: right;
  margin-top: 20px;
}
.contact-us-modal .contact-us-submit-wrapper button, .contact-us-modal .contact-us-result-wrapper button {
  border: none;
  width: 150px;
  height: 32px;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000;
  background-color: #FEC72F;
  cursor: pointer;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .contact-us-modal .contact-us-submit-wrapper button, .contact-us-modal .contact-us-result-wrapper button {
    width: 100%;
  }
}
.contact-us-modal .contact-us-result-wrapper {
  display: none;
}
.contact-us-modal .contact-us-result {
  margin: 10px 0 5px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #6F7482;
}

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