:root {
    --body-font: "Jost", sans-serif;
    --body-color: #F7F9FD;
    --primary-color: #4743c9;
    --secondary-color: #00FE83;
    --head-color: #0c266c;
    --section-primary-color: #f2f3f9;
    --section-color: #f5f6fc;
    --para-color: #0c266c;
    --border-color: #868ea5;
    --hover-alt-color: #291b6b;
  }
  
.navbar-light .navbar-brand {
    font-size: 2em;
    font-weight: bold;
    color: var(--para-color);
}

.navbar-light .navbar-brand img {
    width: 1.4em;
    height: 1.4em;
    margin-top: -5px;
}

.faqs-section {
  overflow-x: visible;
  background: #f2f3f9;
}

.testimonials {
  display: none;
}

.footer-contacts {
  padding-bottom: 2em;
  color: #f2f3f9;
}

.footer-contacts a {
  color: #f2f3f9;
}

.footer-contacts a:hover {
  color: #ffffff;
}

#toCurrency {
  -webkit-appearance: none;
}

#fromCurrency {
  -webkit-appearance: none;
}

.countries {
  padding-top: 70px;
  padding-bottom: 70px;
}

.country-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* rounder country flags */
.countries img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.how-it-works {
  padding-top: 5em;
  background: #f2f3f9;
}

.about-us p {
  color: #0c266c;
  display: block;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.global-payment2 .single-item span {
  font-size: 3em;
  font-weight: 400;
  color: #4743c9;
  display: block;
  padding-bottom: 0.6em;
  padding-top: 0.4em;
}

.more-features .single-item span {
  font-size: 5em;
  font-weight: 400;
  color: #f5f6fc;
  display: block;
}

.our-solutions .single-item span {
  font-size: 4em;
  font-weight: 400;
  color: #4743c9;
  display: block;
}

p>a {
  color: #0c266c;
  border-bottom: #868ea5 solid 2px;
}

.flags {
  margin-left: 0 !important;
}

.flags div {
  font-size: 1rem;
  text-align: center;
}

.flags span {
  display: block;
}

.footer-section {
  background: #0c266c;
  margin-top: 50px;
}

.social-link i {
  color: #f2f3f9;
}

.navbar-toggler {
  margin-right: 10px;
}

.title-h1 {
  font-size: 3.5em;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.title-h1-aboutus {
  font-size: 3.5em;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.cus-mar {
  padding-top: 100px;
}