.gwm-btn,
.ssy-btn,
.btn-primary {
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
  border-width: 2px 0px 2px 0px;
  border-color: transparent !important;
  border-radius: 0;
  font-family: Arial Narrow, Arial, sans-serif;
  letter-spacing: .1em;
  color: #0091DA !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,
.ssy-btn:hover,
.btn-primary:hover {
  background-color: transparent;
  color: #0091DA !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: #0091da;
}

.pricing-box-3.active {
  border-top: 2px solid #0091da;
}

.box-minimal-divider {
  background: #0091da !important;
}