/*--***********************************************************************************
clinical-trials-locations
*********************************************************************************** --*/
.locations { background-image: url("/wp-content/themes/celcuity/assets-2025/img/map.webp"); background-repeat: no-repeat;}
@media (max-width:767.98px) {
  .locations { padding-bottom: calc(52vw + 10px); background-position: center bottom 10px; background-size: 95vw auto;}
}
@media (min-width:768px) {
  .locations { padding-top: 9.8rem; padding-bottom: 8.9rem; background-position:  50vw center; background-size: auto 376px;}
  .locations .row { min-height: 37.6rem; align-items: center;}
}
@media (min-width: 768px) and (min-resolution: 1.5dppx) {
  .locations { background-image: url("/wp-content/themes/celcuity/assets-2025/img/map@2x.webp");}
}