.section.single-locations-1 .locations-a .list .location__direction-link {
    width: 50%;
    display: flex;
    justify-content: left;
}

.mobileHeader-location a.locIconLink.icon.icon-map-marker {
    display: block !important;
}

@media (max-width: 768px) {
    .alias-locations p, .alias-phone p{
        text-align: center !important;
        margin: 0 !important;
    }
     .alias-locations{
        padding: 10px 0 0 0 !important;
    }
    .alias-phone{
        padding: 0 0 10px 0 !important;
    }
}

img.logo__img {
    max-width: 160px !important;
    max-height: 160px !important;
}

.mobileHeader-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileHeader-logoImg {
    width: 90px;
    height: 90px;
    background: center / contain no-repeat;
    flex-shrink: 0;
}

.styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgb(242, 99, 33);
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

/* ------------------------FAQ page accordion------------------------ */
.accordion {
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #dcdeec;
  border-radius: 10px;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  border: 2px solid #0384D7;
  margin: 15px 0;
  display: flex;
}
.active, .accordion:hover {
  background-color:rgba(0,0,0,0.1);
}
.accordion button {
    background: none;
    border: none;
    margin-left: 10px;
}
.accordion_button {
    margin-left: auto;
    background: #0384D7;
    border-radius: 5px;
    color: white;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
}
.accordion_button:hover {
    opacity: 0.5;
}
.panel {
  padding: 10px 18px 30px;
  display: none;
  background-color: white;
  overflow: hidden;
}
/* ------------------------FAQ page accordion------------------------ */


/* .mobileHeader-logo::after {
    content: "Animal Medical Center of Orange";
    margin-left: 10px;
    font: bold 16px sans-serif;
    color: #000;
} */

.blade-a .blade__text {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ple-column-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
    .container-fluid .banner-a .banner__text-wrapper {
        max-width: 1110px;
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .banner-a .banner__subtitle {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}