.default-logo {
  width: 200px !important;
}
.background-position-bottom {
  background-position: bottom !important;
}

.contact-section {
    min-height: calc(100vh - 300px);
}
.map-section {
    min-height: calc(100vh - 500px);
}

@media (max-width: 1199px) {
  .hero-title {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .slider-vertical > .swiper-pagination-bullets {
    right: 30px;
  }
  .interactive-banners-sub {
    min-height: 230px;
  }

  .interactive-banners-style-03 .icon-medium {
    position: absolute;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .slider-vertical > .swiper-pagination-bullets {
    right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .slider-vertical > .swiper-pagination-bullets {
    display: none !important;
  }
  .contact-section {
    min-height: calc(100vh - 180px);
}
}

@media screen and (max-width: 480px) {
}

.stone-brandmark:after {
  content: url(../img/brandmark.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 20px;
  opacity: 0.8;
}

.banner-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.tab-style-06 .nav-tabs > li.nav-item > .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tier-icon {
  width: 28px;
  padding-right: 12px;
  margin-top: -4px;
}