.contact-us-wrapper {
  background: #fafafa;
  padding: 3.958vw 5.556vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-us-container .page-banner {
  margin-bottom: 7.639vw;
}

.map-section .header-header {
  text-align: center !important;
  line-height: 1.2 !important;
}

.map-section h2 {
  margin-bottom: 16px;
  font-size: calc(35px + 5 * ((100vw - 992px) / 448));
}

.map-wrapper iframe {
  width: 100%;
  display: block;
}

.contact-us-wrapper .section-left,
.contact-us-wrapper .section-right {
  width: 50%;
}

.contact-us-wrapper .section-left {
  margin-right: 45px;
}

.contact-us-wrapper .section-left h2,
.contact-us-wrapper .section-left .page-desc {
  text-align: left !important;
}

.contact-us-container .services-section .card-desc {
  margin-bottom: auto !important;
}

.wpforms-field-label {
  display: inline-block;
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 3 * ((100vw - 992px) / 448)) !important;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6 !important;
  letter-spacing: normal;
  text-align: left;
  color: #4d4d4d;
}

div.wpforms-container-full input[type="text"],
.wpforms-container input[type="email"],
div.wpforms-container-full textarea {
  padding: 12px !important;
  border-radius: 4px !important;
  border: solid 1px #dbdbdb !important;
  background-color: #fff !important;
  color: #4d4d4d !important;
}

.custom-input-wp input {
  font-family: "Urbanist-Medium";
  font-size: calc(13px + 3 * ((100vw - 992px) / 448));
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
}

.contact-us-container .form-control input:focus {
  border: solid 1px #7066e1;
}

.contact-us-container .form-control textarea::placeholder,
.contact-us-container .form-control input::placeholder {
  color: #a6a6a6;
}

.contact-us-container .form-input {
  width: 100%;
}

.contact-us-container .form-btn-wrapper {
  display: flex;
  justify-content: end;
}

.apply-now-cards-wrap .apply-btn {
  margin-top: auto;
}

.services-section .cards:hover .card-header {
  font-size: calc(16px + 8 * ((100vw - 992px) / 448));
}

.apply-now-cards-wrap .cards {
  border: solid 1px #ededed;
}

.apply-now-cards-wrap.services-section .cards:hover {
  border-radius: 16px;
  box-shadow: none;
}

.apply-now-cards-wrap.services-section .cards:nth-child(1):hover {
  background-color: #e7f8f0;
}
.apply-now-cards-wrap.services-section .cards:nth-child(2):hover {
  background-color: #ffecee;
}
.apply-now-cards-wrap.services-section .cards:nth-child(3):hover {
  background-color: #e7dbff;
}
.apply-now-cards-wrap.services-section .cards:nth-child(4):hover {
  background-color: #fef5e5;
}

@media screen and (max-width: 768px) {
  .contact-us-wrapper {
    flex-direction: column;
    padding: 40px 20px 0;
  }

  .contact-us-container .page-banner {
    margin-bottom: 40px;
  }

  .contact-us-wrapper .section-left {
    margin-right: 0;
  }

  .contact-us-wrapper .section-left h2,
  .contact-us-wrapper .section-left .page-desc {
    text-align: center !important;
  }

  .contact-us-wrapper .section-left,
  .contact-us-wrapper .section-right {
    width: 100%;
  }

  .contact-us-container .form-btn-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contact-us-container .form-btn-wrapper .btn-primary,
  .contact-us-container .form-btn-wrapper .btn-secondary {
    margin: 0 10px !important;
  }

  .apply-now-cards-wrap .card-desc {
    margin: 8px 0 14px;
  }
}

@media screen and (max-width: 500px) {
  .line-1,
  .line-2 {
    flex-direction: column;
  }

  .contact-us-container .form-control {
    width: 100%;
  }

  .apply-now-cards-wrap .cards {
    width: 100%;
  }
}
