.petcare-search h1 {
  font-size: 30px;
  color: #000;
  position: relative;
  font-family: 'Pedigree-Unleashed';
  max-width: 100%;
  left: 79px;
  bottom: -8px;
}

.petcare-search h1 em {
  font-style: normal;
}

.appointment {
  color: #000;
  position: relative;
  left: 10.7%;
  top: 37px !important;
  width: 90%;
}

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

.page-node-type-caring-for-pets .petcare-search {
  background-image: none !important;
}
.page-node-type-caring-for-pets .petcare-search h1 {
  position: relative !important;
  top: 6px !important;
}

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

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

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

.shelter-address a {
  color: #000;
  font-family: 'Pedigree-Unleashed';
  display: flex;
}

.shelter-name p {
  color: #000;
  font-family: "Pedigree-Light";
  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;
}
.view-header h3 {
  font-family: 'Pedigree-Unleashed';
}
.path-find-pet .search img, .path-webform .assessment img, .pagetitle-appointment .appoint-image img {
  display: none;
}

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

  .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;
  }
  .pagetitle-appointment #block-appointment {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .petcare-search h1 {
    left: 12.5%;
    top: 16%;
  }
  .pagetitle-appointment #block-appointment {
    margin-top: 1rem;
    width: 130% !important;
  }
  .path-webform .petcare-search h1 {
    width: 125%;
    max-width: initial;
  }
  .petcare-search {
    height: 110px;
    background-position: revert;
  }

  .pagetitle-appointment h1 {
    left: 12% !important;
    max-width: 100%;
    top: 27px !important;
  }
  .page-node-type-shelter .petcare-search .shelter-address {
    line-height: 15px;
  }
  .page-node-type-shelter .petcare-search h1 {
    font-size: 20px;
  }
  .page-node-type-shelter .petcare-search .shelter-address a {
    font-size: 9px;
  }
  .page-node-type-shelter .petcare-search .address p::before {
    height: 14px;
    width: 14px;
  }
  .address p {
    margin-bottom: 5px !important;
  }
  .page-node-type-caring-for-pets .petcare-search h1 {
    width: 125%;
    max-width: initial;
  }
}

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