.store-vet-locator {
    padding: 84px 0px 124px 0px;
}

.store-vet-locator .tab{
  text-align: center;
  display: table;
  margin:  0 auto;
}

.store-vet-locator .tab-content-item{
  visibility: hidden;
  height: 0px;
}
.store-vet-locator .tab-content-item:first-child{
  visibility: visible;
  height: auto;
}

.store-vet-locator .tab-link{
  font-family: "Gilroy";
  font-size: 16px;
  line-height: 18px;
  color: var(--primary);
  font-weight: 500;
  border: 1px solid var(--primary);
  background: transparent;
  padding: 12px 21px;
  float: left;
}
.store-vet-locator .tab-link:first-child{
  border-right: none;
}
.store-vet-locator .tab-link:last-child{
  border-left: none;
}
.store-vet-locator .tab-link.active{
  background: var(--primary);
  color: var(--white);
}
.store-vet-locator .tab-content{
  clear: both;
  margin-top: 48px;
}
.store-vet-locator .tab-link:first-child{
  border-radius: 5px 0px 0px 5px;
}
.store-vet-locator .tab-link:last-child{
  border-radius: 0px 5px 5px 0px;
}
.store-vet-locator .tab-link-hidden{
  display: none;
}

.pac-container {
  box-sizing: content-box;
  padding-right: 4px;
}