#mapArea {
  display: none;
}

.new-location-card {
  background-color: #ffffff;
  border-radius: 25px;
  margin-top: -10%;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
  padding: 15px;
  position:relative;
  z-index:1;
}

.shop-title {
  font-size: 24px;
  color: #7eb542;
  font-weight: 900;
}

.addresses-holder {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}

.address-holder {
  font-size: 14px;
  line-height: 29px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1c3c4;
}

.view-directions {
  background: #034e9b;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #034e9b;
  text-decoration: none;
}

.view-directions:hover {
  border: 1px solid #034e9b;
  color: #034e9b;
  background: #ffffff;
  text-decoration: none;
}

.page-template-template-stores-locator .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #f1f2f2;
  color: #6d6e71;
  font-size: 20px;
}

.page-template-template-stores-locator .nav-tabs .nav-item.show .nav-link,
.page-template-template-stores-locator .nav-tabs .nav-link.active {
  color: #034e99;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.page-template-template-stores-locator .nav-tabs {
  border-bottom: none;
}

.page-template-template-stores-locator .nav-tabs .nav-item {
  margin-bottom: 0;
  flex-basis: 50%;
}

.page-template-template-stores-locator .nav-tabs .nav-item:first-child {
  text-align: right;
}

.page-template-template-stores-locator
  .nav-tabs
  .nav-item:first-child
  .nav-link {
  border-top-left-radius: 25px;
}

.page-template-template-stores-locator
  .nav-tabs
  .nav-item:last-child
  .nav-link {
  border-top-right-radius: 25px;
}

.page-template-template-stores-locator .tab-content {
  padding: 0 30px;
}

.banner {
  position: relative;
}

.banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.banner-caption .banner-title {
  font-size: 30px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}

.banner-desc {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.border-left-sl {
  border-left: 1px solid #dee2e6;
}

.page-template-template-stores-locator [class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 950px) {
  .page-template-template-stores-locator .nav-tabs .nav-link {
    color: #6d6e71;
    font-size: 16px;
  }
  .border-left-sl {
    border-left: none;
    border-top: 1px solid #dee2e6;
    margin-top: 15px;
  }
  .page-template-template-stores-locator .form-control {
    margin-bottom: 15px;
  }
}
.latestslider {
    max-width:350px;
    margin:0;
}
.covidslider {
    max-width:445px;
    margin:0;
}
.list-circle li {
    list-style-type: circle;
}
.custom-page-title{
    margin-top:40px;
    font-weight:300!important;
}