@media (min-width: 992px) {
    .videobanner-a__title {
        font-size: 2rem;
        line-height: 2.5rem;
        font-size: 3.5rem;
        text-shadow: 1px 1px black;
        font-weight: 500;
    }
}

.flexwrap {
    display: flex;
}
.flex1 {
    flex:49%;
}
@media (max-width: 991px) {
.flexwrap {
    flex-direction: column !important;
}
}

.bannercontent .section--dark .component__title::before {
    content: "Accepting New Patients\A";
    color: #d80000;
    font-size: 1.5rem;
    font-weight: 500;
    Line-height: 3.5rem;
    white-space: pre-wrap; 
    margin-bottom:25px;
}
/*
.map-a .map-search__location-phone::After {
    content:'\AEMAIL: U+0003C;a ref="mailto:noblepethospital@gmail.com"U+0003E NoblePetHospital@gmail.comU+0003C/aU+0003E ;';
   white-space: pre-wrap; 

}
*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.popup-content {
  position: relative;
  max-width: 400px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.popup-image {
  width: 100%;
  height: auto;
  display: block;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 24px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
