/* ------------------banner(service request)---------------------- */
.contact-banner {
  background-image: url("../images/service-request/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 176px;
  display: grid;
  place-items: center start;
  margin-bottom: 24px;
}
.banner-heading {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .contact-banner {
    height: 88px;
  }
  .banner-heading {
    font-size: 22px;
  }
}
/* ------------------------------------map section------------------------------ */
.place-card {
  display: none;
}

/* <!------------------------ contact and information  --------------------------> */
.card {
  background-color: rgba(243, 243, 243, 0.4);
  border: none;
  border-radius: 0;
  padding: 80px 40px;
}

form input,
form textarea {
  border-radius: 0 !important;
  resize: none !important;
}
.card-title {
  font-size: 500;
  font-size: 24px;
  color: #2b2d37;
  margin-bottom: 15px;
}
.card-subtitle,
form label {
  font-weight: 400;
  font-size: 14px;
  color: #6b748c;
}
.contact-submit-button {
  padding: 11px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 600;
  border-radius: 0;
}
.card-subtitle {
  padding: 0 50px;
  margin-bottom: 48px;
}
input.form-control {
  height: 45px;
}
input.mail-control {
  text-transform: lowercase;
}
.card-location-map {
  margin: 0 100px 48px;
}
.card-location-map {
  margin-bottom: 48px;
  max-width: 100%;
  height: auto;
}

.location-wrapper {
  padding: 0px 16px;
}
.underline-1 {
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(43, 45, 55, 0),
    rgba(43, 45, 55, 0.2),
    rgba(43, 45, 55, 0)
  );
}

.location-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 4px;
}

.location-subheader {
  font-weight: 500;
  font-size: 16px;
  color: #2b2d37;
  margin-bottom: 8px;
}

.location-text {
  font-weight: 400;
  font-size: 14px;
  color: #6b748c;
  margin: 0;
}
.contact-text p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #6b748c;
}
.contact-inactive {
  text-transform: lowercase;
  text-decoration: none;
  color: #6b748c;
  font-weight: 600;
  font-size: 14px;
}
.contact-inactive:hover {
  color: #dd1f4d;
}
@media (max-width: 767px) {
  .contact-mobile {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    gap: 40px;
  }
  .card {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .card-subtitle {
    padding: 0 24px !important;
  }
  .input-control {
    height: 47px !important;
    line-height: 1.5;
  }

}
