.petcare-search h1 {
  font-size: 2.6041666666666665vw;
  color: #0000a0;
  position: absolute;
  font-family: "mars_centrabold";
  left: 12%;
  max-width: 62%;
}

.appointment {
  color: #0000a0;
  position: absolute;
  left: 12%;
}

.petcare-search {
  width: 100%;
  height: 190px;
  background-color: #f5ece3;
  display: flex;
  align-items: center;
  background-image: url(../images/bg-default.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagetitle-pet .petcare-search {
  background-image: url(../images/bg-pet.png);
}

.pagetitle-appointment .petcare-search {
  background-image: unset;
}

.pagetitle-appointment h1 {
  font-size: 1.875rem;
}

.pagetitle-appointment .appoint-image,
.pagetitle-default .search {
  text-align: center;
  margin-bottom: 1rem;
}

.shelter-address {
  font-size: 1rem;
}

.shelter-address a {
  color: #0000a0;
  font-family: "mars_centrabold";
}

.shelter-name p {
  color: #0000a0;
  font-family: "mars_centrabold";
  font-size: 1.5rem;
}

.shelter-name p::before {
  content: "";
  display: block;
  background: url(../images/paw.png) no-repeat;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 6px 0 0;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .petcare-search h1 {
    font-size: 2rem;
    left: 15px;
    padding-top: 20px;
    position: relative;
    max-width: 100%;
  }

  .appointment {
    left: 15px;
    position: relative;
  }

  .petcare-search,
  .pagetitle-pet .petcare-search {
    background-image: none;
    height: auto;
    min-height: 10vh;
  }

  .shelter-name,
  .shelter-address {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .petcare-search {
    height: 110px;
    background-position: revert;
  }

  .pagetitle-appointment h1 {
    left: 12% !important;
    max-width: 100%;
  }
}

@media only screen and (device-width: 768px) {
  .petcare-search h1 {
    left: 18%;
  }
}
