.gwm-btn {
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
  border-width: 2px 0px 2px 0px;
  border-color: #d7000f solid !important;
  border-radius: 0;
  font-family: Arial Narrow, Arial, sans-serif;
  letter-spacing: .1em;
  color: #d71921 !important;
  font-weight: 700 !important;
  font-size: 1rem;
  background-color: transparent;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gwm-btn:hover {
  background-color: #d7000f;
  color: #fff !important;
}

.footer-item {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #ffffff;
  display: inline-block;
}

.footer-item:last-child {
  border-right: none;
}

.legal .copyright {
  text-transform: uppercase;
  padding: 21px !important;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
  background: #c5c5c5;
  border-color: #ffffff;
}

.box-bordered-variant-2:hover .box-minimal-divider {
  background: #d7000f;
}
.pricing-box-3.active {
  border-top: 2px solid #d7000f;
}