/* #contactUsPage *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */
#contactUsPage {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.contact_content {
  flex-grow: 1;
}
.margin-top {
  margin-top: 20px;
}

#contactUsPage form .form-input {
  padding: 10px;
  outline: none;
  /* margin-bottom: 20px; */
}
#contactUsPage form .form-input:focus {
  border: 2px solid #c7c7c7;
}
#contactUsPage form .form-input::placeholder {
  color: #a1a1a1;
}

#contactUsPage form .form-label {
  font-weight: 600;
  color: #444;
  margin: 10px 5px;
}

.accent_bg {
  background: #ffe7d1;
}
.links button span,
.links a span,
.links a i,
.links #location {
  color: #444;
  font-weight: 600;
  font-size: 16px;
  /* margin-left: 10px !important; */
  transition: 0.3s ease;
  text-wrap: wrap;
  height: auto;
  text-decoration: none;
}

.links button:hover span,
.links a:hover span,
.links #location:hover {
  color: var(--primary-orange) !important;
}

.bg-img {
  mix-blend-mode: multiply;
  height: 100%;
  transform: translateY(-50px);
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .links button span,
  .links a span,
  .links a i,
  .links #location {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .links button span,
  .links a span,
  .links a i,
  .links #location {
    font-size: 13px;
  }
  :where(.css-dev-only-do-not-override-mzwlov).ant-btn:not(.ant-btn-icon-only)
    > .ant-btn-icon:not(:last-child) {
    margin-inline-end: 0px;
  }
}
.icon-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
}
.hover {
  pointer-events: none !important;
}
.hover:hover {
  pointer-events: none !important;
}
