/* * {
  border: 1px hotpink solid !important;
} */

.page-title img {
  object-fit: cover;
  object-position: 0 10%;
}

.page-title p {
  color: #fdfdfd;
  text-align: right;
  font-family: Ubuntu;
  font-size: 7.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contactus {
  position: relative;
  /* background-image: url("/servicemanagement/img/homepage/contactus-bg-2.png"); */
  background-size: cover;
}

.contactus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.contactus .form-title,
.contact-info {
  background: #fdfdfd;
}

.form-title {
  color: #252323;
  font-family: Ubuntu;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn {
  background-color: #023f53 !important;
  color: #fff !important;
  text-align: center;
  font-family: Ubuntu !important;
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}

.btn:hover {
  filter: brightness(150%);
}

.center-placeholder::placeholder {
  /* Recent browsers */
  text-align: center !important;
  color: #979797;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.contact-info,
.contact-info a {
  color: #252323;
  font-family: Ubuntu;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.followus {
  color: #023f53;
  text-align: center;
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.toast-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1050;
}

.green {
  color: #138800;
}

.red {
  color: #750202;
}

.alert img {
  width: 15px;
}


@media (max-width: 576px) {

  .page-title img {
    object-position: 50% 0 !important;
  }

  .page-title p {
    font-size: 4rem !important;
  }

  .contact-info {
    text-align: left !important;
  }
}
