/* mapify */

.mpfy-mll-location .mpfy-mll-l-title {
	color: #0d7370 !important;
	display: flex;
	align-items: center;
}

.mpfy-mll-location .mpfy-mll-l-title .mp-title {
    flex: 0 0 40%;
    max-width: 40%;
}

.mpfy-mll-location .mpfy-mll-l-title .mp-phone {
	margin-left: auto;
}

.mpfy-mll-location .mpfy-mll-l-title .mp-title {
	font-size: 18px;
}
.mpfy-mll-location .mpfy-mll-l-title .mp-phone {
	font-weight: bold;
}
.mp-sidebar-title {
	text-transform: uppercase;
}
a.mpfy-tl-item {
	display: block;
}
a.mpfy-tl-item img {
	padding: 10px;
  max-width: 175px;
	margin-right: 0;
}

a.mpfy-tl-item.tag-selected img {
    border: 2px solid #007370;
}
.astm-search-menu a {
    top: -2px !important;
}
header.header__container .container {
    max-width: 1300px;
    padding: 0 1em 0 2em !important;
}
.top__container .container {
    max-width: 1300px;
    padding: 0 2em !important;
}
@media (min-width: 1800px) {
    header.header__container .container {
      max-width: unset !important;
      padding: 0 10% 0 10% !important;
  }
  .top__container .container {
    max-width: unset !important;
    padding: 0 10% 0 8% !important;
  }
}
.hero-box p {
    color: #fff;
    text-align: center;
}
@media (min-width: 2000px) {
  .hero-box .vc_column-inner {
    margin-left: 30% !important;
    margin-right: 15% !important;
}
}

.down100{left: calc(50% - 50px);    position: absolute;
    top: -50px;}
.z100{z-index: 100;}
.tst-quote{color: #fff;}


.testimonial-slider {
  position: relative;
  overflow: visible; /* allow content overflow */
  padding-top: 40px; /* or however much vertical space you need */
  margin-left: 20px; /* leave space so side slides aren’t cut */
  margin-right: 20px;
}

.testimonial-slider .slick-slide {
  padding: 0 10px; /* gap between slides */
  box-sizing: border-box;
}

.testimonial-slider .slick-list {
  margin: 0 -10px; /* negative margin matches padding */
  overflow: visible;
}

.testimonial {
  position: relative; /* for ::before positioning */
  background-color: #203655;
  color: #ffffff;
  border-radius: 25px;
  padding: 30px !important;
  overflow: visible; /* allow overflow for quote circle */
}

.testimonial.testimonial-cat-5-star::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 30px; /* half size */
  background-image: url('/wp-content/uploads/2025/06/mag-stars-300x60.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  pointer-events: none;
  z-index: 0;
}

.testimonial.testimonial-cat-quote::before {
  content: "";
  position: absolute;
  top: -25px; /* half outside */
  left: 50%;
  transform: translateX(-50%);
  height: 50px;  /* half size */
  width: 50px;
  background-image: url('/wp-content/uploads/2025/06/mag-circle-blue-100x100.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.testimonial blockquote,
.testimonial footer {
  position: relative; /* above ::before */
  z-index: 2;
  margin-top: 40px; /* space below images */
  margin-bottom: 0;
  font-style: italic;
}

.testimonial footer {
  margin-top: 15px;
  font-weight: bold;
}
.slick-arrow{display: none !important;}