@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,500&family=Poppins:wght@100;200;300;400;500;700;800;900&display=swap");

* {
  box-sizing: border-box;
  transition: 0.4s all;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
}

header {
  background-color: #fff;
  min-height: 85px;
}

header .navbar,
header .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

header .content-wrapper {
  box-shadow: 1px 3px 5px #e6e6e6;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 10000;
}

header .container nav.navbar-light .navbar-brand {
  width: 12%;
}

header .container nav.navbar-light {
  background-color: #fff !important;
}

header .container nav .navbar-image {
  width: 55%;
}

img {
  width: 100%;
}

header .container nav .nav-item {
  margin-right: 20px;
}

header .container nav .nav-link {
  color: #000000bf !important;
  font-weight: 500;
  padding: 10px;
  background-size: cover;
  font-size: 14px;

  text-align: center;
}

header .container nav .nav-link.active {
  color: green !important;
}

header .container nav .dropdown-menu {
  border: none !important;
}

header .container nav .dropdown-menu .dropdown-item {
  font-weight: 300;
  font-size: 13px;
}

header .container nav form {
  gap: 20px;
}

header .container nav form button {
  border-radius: 20px;
  color: rgb(28, 121, 28);
  font-size: 12px;
  font-weight: bold;
  padding: 10px 45px !important;
}

section.section-4 {
  margin: 0px 0px;
  margin-bottom: 0px;
}

section.section-1 .container {
  max-width: 1240px;
  padding-top: 60px;
}

section.section-1 {
  padding: 40px 0px;
  background-image: url("../images/Vector-b6517aa7b7d4c9b81bb18e77ac6d8665-ffcee7.png.png");
  background-size: cover;
  min-height: 500px;
  background-position: center;
  /* padding-top: 20px; */
}

section.section-1 .content-wrapper {
  width: 100%;
  max-width: 500px;
  padding-top: 40px;
}

section.section-1 .content-wrapper h1 {
  line-height: 60px;
  font-size: 48px;
}

section.section-4 .container {
  padding: 30px 0px;
  gap: 30px;
  display: flex;
  align-items: center;
}

section.section-1.coverage,
section.section-1.support,
section.section-1.rate {
  background-color: #e9f9ee;
  margin: 0px;
  min-height: 150px;
}

section.section-1.coverage .container .content-wrapper h1 {
  font-size: 45px;
  margin-top: 20px;
}

section.section-4 .container .content-wrapper h1,
section.section-1 .container .content-wrapper h1 {
  font-weight: 700;
  color: #000;
  font-size: 50px;
}

section.section-about.about .container .content-wrapper h4 span.africa-span,
section.section-4 .container .content-wrapper h4 span.africa-span,
section.section-1 .container .content-wrapper h1 span.africa-span {
  color: green;
}

section.section-about.about .container .content-wrapper h4 span.africa-span {
  font-weight: 800;
  font-size: 20px;
}

section.section-4 .container .content-wrapper h4 span.africa-span {
  font-weight: bold;
  font-size: 20px;
}

section.section-1 .container .content-wrapper p {
  font-weight: 300;
  font-size: 14px;
  padding: 20px 0px;
}

section.section-4 .container .content-wrapper p {
  font-weight: 300;
  font-size: 14px;
  padding: 20px 0px;
}

section.section-1 .container .content-wrapper .button-wrapper a {
  margin-right: 10px !important;
}

section.section-1 .container .content-wrapper button.btn {
  font-size: 12px;
  background-color: green;
  border-radius: 19px;
  padding: 8px 25px;
  color: #000;
}

section.section-1 .container .content-wrapper button.btn:hover {
  color: #fff;
  background-color: green;
}

section.section-1 .container .content-wrapper button.btn-outline-success {
  background-color: #fff;
  color: green;
}

section.section-2.about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 370px;
}

section.section-2.rate .container {
  min-height: 400px;
}

section.section-2.documentaion {
  margin: 50px 0px;
}

section.section-2.about .left-content {
  width: 44%;
  position: relative;
}

section.section-2.about .left-content .image-wrapper {
  width: 35%;
}

section.section-2.about .left-content .image-wrapper.bank {
  position: absolute;
  bottom: 25px;
  right: 39%;
}

section.section-2.about .left-content .image-wrapper.mobile {
  position: absolute;
  top: 74%;
  left: 54%;
}

section.section-2.about .left-content .image-wrapper.cash {
  position: absolute;
  top: 74%;
  left: 7%;
}

section.section-2.about .content-wrapper {
  width: 52%;
}

section.section-2.about .content-wrapper p {
  font-size: 15px;
}

section.section-2.about .content-wrapper button {
  margin-top: 20px;
  border-radius: 20px;
  font-size: 12px;
  background-color: rgb(9, 68, 9);
  border: none;
  padding: 10px 20px;
}

section.section-2.support,
section.section-2.sign-in {
  margin: 50px 0px;
}

section.section-2.coverage {
  margin: 0px 0px;
}

section.section-2.coverage .container {
  justify-content: center;
  align-items: center;
}

section.section-2.coverage table {
  width: 75%;
  margin: auto;
}

section.section-2.coverage table thead th {
  background-color: #158639;
  border-right: 2px solid #fff;
  min-height: 45px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

section.section-2.coverage table tbody td {
  font-size: 15px;
  background-color: #e9f9ee;
  padding: 5px 10px 5px 15px;
  border: 1px solid #fff;
  min-height: 45px;
  color: #3e4345;
}

section.section-2.sign-in .form-content,
section.section-2.support .form-content {
  margin: 0px auto 90px;
  width: 50%;
  padding: 20px;
}

section.section-2.sign-in .form-content h1,
section.section-2.support .form-content h1 {
  font-weight: 500;
  font-size: 30px;
  color: rgb(87, 87, 87);
  margin-bottom: 30px;
}

section.section-2.sign-in .form-content h1 {
  text-align: start;
  font-size: 20px;
  color: rgb(94, 92, 92);
  padding-left: 20px;
  padding-top: 20px;
}

section.section-2.sign-in .form-content form,
section.section-2.support .form-content form {
  width: 60%;
  margin: 0px auto;
  font-size: 13px;
  font-weight: 500;
}

section.section-2.sign-in .form-content form .input-div,
section.section-2.sign-in .form-content form input,
section.section-2.support .form-content form textarea,
section.section-2.support .form-content form input {
  width: 100%;
  margin-bottom: 20px;
  min-height: 40px;
  border: 1px solid rgb(177, 177, 177);
  border-radius: 3px;
  padding: 0 10px;
}

section.section-2.sign-in .form-content form .input-div {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0px 5px;
}

section.section-2.sign-in .form-content form .input-div span {
  color: green;
}

section.section-2.sign-in .form-content form span.green {
  color: green;
  font-weight: 400;
}

section.section-2.sign-in .form-content form span.green:hover {
  color: #000;
  text-decoration: underline;
}

section.section-2.sign-in .form-content form .input-div input {
  border: none;
  min-height: 35px;
  margin-bottom: 3px;
}

section.section-2.support .form-content form input:focus,
section.section-2.support .form-content form textarea:focus,
section.section-2.sign-in .form-content form input:focus {
  border-color: green !important;
  outline: green !important;
}

section.section-2.sign-in .form-content form .input-div input:focus {
  outline: transparent;
}

section.section-2.sign-in .form-content form .input-div:hover {
  border-color: green;
}

section.section-2.support .form-content form textarea {
  min-height: 70px;
}

section.section-2.sign-in .form-content form button,
section.section-2.support .form-content form button {
  border-radius: 20px;
  font-size: 12px;
  padding: 10px 20px;
  width: 100%;
  background-color: #125a29;
  border: none;
}

section.section-2.sign-in .form-content {
  box-shadow: 2px 2px 6px 3px #efefef;
  border-radius: 20px;
  width: 35%;
}

section.section-2.sign-in .form-content form {
  width: 90%;
}

section.section-2.sign-in .form-content form div label.d-flex {
  justify-content: space-between;
}

section.section-2.sign-in .form-content form button {
  margin-bottom: 70px;
  margin-top: 20px;
  padding: 13px 30px;
  font-size: 15px;
  border-radius: 25px;
  background-color: rgb(0, 111, 0);
}

section.section-2.sign-in .image-wrapper {
  width: 8%;
  margin: 30px auto;
}

section.section-2.coverage table tbody tr:nth-child(2) td,
section.section-2.coverage table tbody tr:nth-child(4) td,
section.section-2.coverage table tbody tr:nth-child(6) td,
section.section-2.coverage table tbody tr:nth-child(8) td,
section.section-2.coverage table tbody tr:nth-child(10) td,
section.section-2.coverage table tbody tr:nth-child(12) td,
section.section-2.coverage table tbody tr:nth-child(14) td,
section.section-2.coverage table tbody tr:nth-child(16) td,
section.section-2.coverage table tbody tr:nth-child(18) td,
section.section-2.coverage table tbody tr:nth-child(20) td,
section.section-2.coverage table tbody tr:nth-child(22) td {
  background-color: #fffcf2 !important;
  color: #3e4345;
}

section.section-3,
section.section-2 {
  margin: 140px 0px;
}

section.section-3 {
  width: 95%;
  margin: 70px auto;
  background-color: rgb(240, 252, 240);
  border: 2px solid green;
  border-bottom: 10px solid green;
  border-radius: 25px;
}

section.section-3 .container {
  padding: 30px 0px 5px;
}

section.section-3 .container h1,
section.section-2 .container h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
}

section.section-2 .container .row {
  margin: 40px 0px;
  gap: 70px;
}

section.section-2 .container .row .col-12.col-lg-3 {
  flex: 1 0 25%;
  max-width: 33%;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 2px 2px 7px rgba(122, 122, 122, 0.3);
}

section.section-3 .container .row .image-wrapper,
section.section-2 .container .row .image-wrapper {
  width: 55%;
  margin: 20px auto;
}

section.section-3 .container .row h3,
section.section-2 .container .row h3 {
  min-height: 28px;
  font-size: 20px;
  color: #3d3b3b;
  text-align: center;
  font-weight: 700;
  text-decoration: none solid rgb(14, 14, 14);
}

section.section-3 .container .row p,
section.section-2 .container .row p {
  font-size: 12px;
  color: #504d4d;
  text-decoration: none solid rgb(14, 14, 14);
}

section.section-3 .container .row .image-wrapper {
  width: 20%;
  margin: 20px auto;
}

section.section-4 .container {
  gap: 60px;
}

section.section-4 .container .row .numbers {
  position: relative;
  min-height: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.section-4 .container .row .numbers .content-wrapper {
  /* position: absolute; */
  width: 800px;
  display: flex;
  justify-content: space-between;
}

section.section-4 .container .content-wrapper ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
}

section.section-4 .container .content-wrapper ul {
  padding-left: 0px;
}

section.section-4 .container .content-wrapper ul li .image-wrapper {
  width: 11%;
  background-color: rgb(250, 253, 234);
  border-radius: 7px;
  padding: 15px 20px;
}

section.section-4 .container li .image-wrapper {
  width: 40%;
  position: relative;
  min-height: 50px;
}

.section-4 .container .faded-dollar-image-1 {
  width: 4px;
  position: absolute;
  top: 4px;
  right: 15px;
}

.section-4 .container .faded-dollar-image-2 {
  width: 4px;
  position: absolute;
  bottom: 5px;
  left: 15px;
}

.section-4 .container .location-image {
  z-index: 1000;
  width: 14px;
  position: absolute;
  bottom: 10px;
  right: 18px;
}

.section-4 .container .faded-location-image-1 {
  width: 10px;
  position: absolute;
  bottom: 8px;
  right: 14px;
}

.section-4 .container .faded-location-image-2 {
  width: 10px;
  position: absolute;
  bottom: 8px;
  left: 12px;
}

footer {
  background-color: #3e4345;
  padding: 30px 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  /* border-top-right-radius: 20px;
  border-top-left-radius: 20px; */
  padding-bottom: 0;
}

footer .container.first_div {
  padding-bottom: 50px;
  /* background-color: red; */
}

footer ul {
  padding-left: 0px;
  margin-top: 20px;
}

footer .row .col-12:first-child ul li span:first-child {
  font-weight: bold;
  line-height: 20px;
}

footer .row .col-12:first-child ul li span:last-child {
  font-size: 10px;
}

footer ul li {
  line-height: 34px;
  list-style: none;
}

footer .row .col:first-child ul li {
  line-height: 20px;
  margin-bottom: 10px;
}

footer .footer-image {
  width: 130px;
  height: 130px;
  max-width: 100%;
  margin-bottom: 20px;
}

footer .contact-links {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

footer .contact-links img {
  width: 30px;
  height: 30px;
}

footer div.footer-content-link {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 10px 0;
}
footer a.footer-content-link,
footer div.footer-content-link {
  color: #d5d2d2;
}

footer .footer-grid {
  margin-top: 40px;
}

footer .footer-grid ul li img {
  height: 20px;
  width: 20px;
}

footer .social_media {
  padding-left: 260px;
}

footer .container button {
  background-color: #125a29;
  height: fit-content;
  padding: 20px 20px;
  border-radius: 8px;
  border: none;
  color: #ffffff;
}

footer .contact-links li {
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .contact-links .twitter-image:hover {
  background-color: #000;
  transform: rotate(360deg);
}

footer .contact-links .facebook-image:hover {
  background-color: #0548bf;
  transform: rotate(360deg);
}

footer .contact-links .instagram-image:hover {
  background-color: #ff4fa1;
  transform: rotate(360deg);
}

footer .contact-links .twitter-image img {
  height: 50%;
}

div.footer-last-line {
  background-color: #026224;
  padding: 20px;
}

section.footer-last-line .container h5 {
  padding: 10px 0px;
  color: #fff;
  font-size: 17px;
}

section.fixed-item {
  background-color: #fff0b3;
  font-size: 13px;
  width: 100%;
  padding: 20px 0px;
  position: fixed;
  bottom: 0;
  z-index: 1200;
}

section.fixed-item .container {
  display: flex;
  justify-content: space-between;
}

section.fixed-item .container .left-content {
  width: 45%;
}

section.fixed-item .container .left-content ul {
  display: flex;
  justify-content: space-around;
  padding-left: 0px;
}

section.fixed-item .container .left-content ul li {
  list-style: none;
  font-size: 12px;
}

section.fixed-item .container .right-content {
  margin-top: 40px;
}

section.fixed-item .container .right-content .btn {
  border-radius: 25px;
  font-size: 11px;
  padding: 9px 15px;
  margin-right: 10px;
}

section.fixed-item .container .right-content .btn.btn-outline-success {
  color: #000;
}

/* Payment Section  */
section.payment {
  background-color: #272a2b;
  padding-block: 200px;
}

section.payment .container {
  max-width: 100%;
  padding: 10px 10px;
  color: #ffffff;
}

section.payment .container .content-wrapper {
  width: 100%;
  padding-left: clamp(15px, 4vw, 50px);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}

section.payment .container .content-wrapper h4 {
  font-size: 32px;
}

section.payment .container .content-wrapper ul li {
  list-style: none; /* Remove default bullets */
  padding-left: 50px;
  background: url("/images/check-circle-svgrepo-com.png") no-repeat left center;
  background-size: 40px 40px; /* Adjust size */
  margin-bottom: 20px;
  color: rgb(167, 163, 163);
}

section.payment .container .content-wrapper button.btn {
  background-color: #1f833f;
  width: 250px;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

section.payment .container .content-wrapper ul li strong {
  color: white;
}

section.payment .container .content-wrapper .row {
  margin-top: 30px;
  padding-left: 25px;
}

section.payment .container .row .image {
  /* width: 712px; */
  max-width: 100%;
  margin-bottom: 50px;
}

/* Why Nairagram */
section.why_nairgram {
  padding-block: 100px;
}

section.why_nairgram .container {
  max-width: 1240px;
}

section.why_nairgram .container h1 {
  color: #0e0e0e;
  text-align: center;
  font-weight: 700;
  padding-bottom: 60px;
}

section.why_nairgram .container .row div {
  margin: 10px 5px;
}

section.why_nairgram .container .row div img {
  width: 60px;
  height: 75px;
}

section.why_nairgram .container .row div h3 {
  font-size: 20px;
  color: #272a2b;
}

section.why_nairgram .container .row div p {
  font-size: 12px;
  color: #3e4345;
}

/* trusted  */

section.trusted {
  padding: 0 20px;
}

section.trusted div {
  height: 500px;
  background-image: url("../images/OneAPI.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* About Us */

section.who_we_are .container {
  background-color: #e9f9ee;
  max-width: 100%;
  padding: 100px 100px;
}

section.who_we_are .container .row h4 {
  color: #026224;
  font-weight: 600;
}

section.who_we_are .container .row h1 {
  font-weight: 600;
  line-height: 70px;
  padding-block: 10px;
}

section.who_we_are .container .row p {
  font-size: 14px;
  line-height: 27px;
}

section.who_we_are .container .row div:first-child {
  padding-top: 70px;
  max-width: 500px;
}

section.who_we_are .container .row div:nth-child(2) img {
  width: 100%;
  max-width: 513px;
  /* height: 463px; */
}

section.section-5.bg-light-theme {
  background-color: #e9f9ee;
  padding: 130px 0;
}

section.join_our_network {
  height: 507px;
  width: 100%;
  padding: 150px 100px;
  background-image: url("../images/Hero_Section_option_6-58708044a859284fe6d2952a00f94ef9-444827.png.png");
  background-repeat: no-repeat;
  background-size: cover;
}

section.join_our_network .row {
  font-size: 14px;
  color: #ffffff;
}

section.join_our_network .row button {
  border: none;
  background-color: #026224;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
}

section.join_our_network .row button:hover {
  padding-bottom: 12px;
}

/* Contact Us */

section.top_header .heading {
  background-color: #e9f9ee;
  padding: 50px 150px;
  max-width: 100%;
}

section.top_header .heading h1 {
  font-weight: 600;
  font-size: 48px;
}

section.section-1.contact_form {
  padding-block: 100px;
}

section.section-1.contact_form p {
  font-size: 20px;
  font-weight: 500;
}
section.section-1.contact_form p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none solid rgb(39, 42, 43);
}

section.section-1.contact_form .row form .col {
  padding: 20px 0 !important;
}

section.section-1.contact_form .row form .col label {
  display: flex;
  flex-direction: column;
}

section.section-1.contact_form .row form .col label span {
  font-size: 13px;
  padding: 10px 0;
}

section.section-1.contact_form .row form .col label input,
textarea {
  height: 45px;
  padding: 0px 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #ffffff;
  background-size: cover;
  font-size: 14px;
  color: #272a2b;
  outline: none;
}

section.section-1.contact_form .row form .col label textarea {
  height: 150px;
}

section.section-1.contact_form .row form .col button {
  background-color: #026224;
  border: none;
  color: white;
  padding: 10px;
  width: 100%;
  border-radius: 30px;
}

.display-none {
  display: none;
}

.extra-bold {
  font-size: 48px;
  color: #0e0e0e;
  text-decoration: none solid rgb(14, 14, 14);
  line-height: 60px;
  font-weight: 600;
  font-family: poppins;
}

#service-row {
  opacity: 0;
}

#service-row.animate__animated {
  opacity: 1;
}

/* Mobile */

@media screen and (min-width: 190px) and (max-width: 580px) {
  header .navbar {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #mapsvg_home {
    width: 90vw !important;
    height: 600px !important;
  }

  .box-left-content {
    padding: 20px;
  }

  ul.navbar-nav.mr-auto,
  nav form.form-inline.my-2.my-lg-0 {
    align-items: flex-end;
    justify-content: flex-end;
  }

  header .container nav.navbar-light .navbar-brand {
    width: 17%;
  }

  header .container nav .navbar-image {
    width: 95%;
  }

  section.section-1 .container {
    flex-direction: column;
    padding-top: 0px;
  }

  section.section-1.index .image-wrapper {
    margin-top: 50px;
  }

  section.section-1 .container .content-wrapper {
    padding: 5px 30px 15px;
  }

  section.section-1 {
    margin: 5px 0px;
  }

  section.section-1.index .container .content-wrapper {
    padding: 5px 6px 15px;
  }

  section.section-1 .container .content-wrapper h1 {
    font-size: 37px;
  }

  section.section-about.about .container .content-wrapper {
    width: 100%;
  }

  section.section-about.about .container {
    gap: 15px;
  }

  section.section-about.about .container .image-wrapper {
    width: 100%;
  }

  section.section-1.coverage .container .content-wrapper h1 {
    font-size: 30px;
  }

  section.section-2.about {
    margin: 170px 0px 80px;
  }

  section.section-2.about .container {
    flex-direction: column;
  }

  section.section-2.about .left-content {
    width: 100%;
  }

  section.section-2.about .content-wrapper {
    width: 100%;
  }

  section.section-2 .container .row {
    gap: 25px;
  }

  section.section-2.sign-in .image-wrapper {
    width: 25%;
  }

  section.section-2.sign-in .form-content {
    width: 95%;
  }

  section.section-2.support .form-content form {
    width: 95%;
  }

  section.section-2.support .form-content {
    width: 100%;
  }

  section.section-3 .container .row .col-12.col-lg-3,
  section.section-2 .container .row .col-12.col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.section-3 .container .row {
    gap: 5px;
  }

  section.section-4 .container {
    padding: 30px;
    flex-direction: column;
  }

  section.section-4 .container .content-wrapper {
    width: 100%;
  }

  section.section-4 .container .content-wrapper h1 {
    font-size: 30px;
  }

  section.section-4 .container .content-wrapper ul li .image-wrapper {
    width: 20%;
  }

  .section-4 .container .location-image {
    left: 25px;
    width: 15px;
    bottom: 14px;
  }

  .section-4 .container .faded-location-image-1 {
    width: 10px;
    right: 17px;
    bottom: 13px;
  }

  .section-4 .container .faded-location-image-2 {
    width: 10px;
    left: 19px;
    bottom: 13px;
  }

  .section-4 .container .dollar-image {
    width: 10px;
    position: absolute;
    left: 26px;
  }

  section.section-4 .container .row .numbers {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  section.section-4 .container .row .numbers .content-wrapper {
    flex-direction: column;
    width: 100%;
  }

  section.payment .container .content-wrapper h4 {
    font-size: 20px;
    line-height: 29px;
  }
  section.section-4 .container .row .numbers .content-wrapper div {
    margin-top: 20px;
  }

  .section-4 .container .faded-dollar-image-1 {
    top: 4px;
    right: 15px;
  }

  .section-4 .container .faded-dollar-image-2 {
    bottom: 11px;
    left: 19px;
  }

  .section-4 .container .faded-dollar-image-1 {
    top: 6px;
    right: 21px;
  }
  /* payment */
  section.payment .container {
    padding: 10px 0px;
  }
  section.payment {
    padding: 0 10px;
    padding-block: 20px;
  }

  section.payment .container .content-wrapper .row {
    padding-left: 0px;
  }

  section.payment .container .row .image {
    width: 712px;
    max-width: 100%;
  }

  /* why_nairagram */
  section.why_nairgram {
    padding: 20px 10px;
  }

  section.why_nairgram .container .row div {
    margin: 10px 0;
  }
  section.why_nairgram .container h1 {
    font-size: 28px;
    padding-bottom: 30px;
  }

  /* trusted */

  section.trusted div {
    height: 200px;
    background-image: url("../images/OneAPI.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  /* About Us */
  section.who_we_are .container {
    padding: 10px 20px;
  }

  section.who_we_are .container .row h1 {
    font-size: 30px;
    line-height: 50px;
  }

  /* join our network */
  section.join_our_network {
    padding: 100px 50px;
  }

  /* contact us */
  section.top_header .heading {
    padding: 50px 10px;
  }
  section.top_header .heading h1 {
    font-size: 32px;
  }

  footer .row {
    margin-left: 0px;
  }

  footer .social_media {
    padding-left: 0px;
  }

  footer .footer-image {
    width: 30%;
    margin-bottom: 25px;
  }

  footer .contact-links {
    width: 50%;
  }

  footer .contact-links li {
    padding: 5px;
  }

  .footer-last-line .container h5 {
    font-size: 13px;
  }

  section.fixed-item .container {
    flex-direction: column;
  }

  section.fixed-item .container .left-content {
    width: 95%;
  }

  section.fixed-item .container .left-content ul {
    flex-direction: column;
  }
}

/* Tablet */

@media screen and (min-width: 600px) and (max-width: 992px) {
  header .container nav .navbar-image {
    width: 65%;
  }

  section.section-1 .container .content-wrapper {
    padding: 5px 0px 15px;
  }

  section.section-1.support .container .content-wrapper h1 {
    margin-top: 45px;
  }

  section.section-2 {
    margin: 80px 0px;
  }

  section.section-2.about {
    margin: 200px 0px 80px;
  }

  section.section-2.about .left-content {
    width: 65%;
  }

  section.section-2.coverage table {
    width: 100%;
  }

  section.section-2.support .form-content {
    width: 70%;
  }

  section.section-2.sign-in .image-wrapper {
    width: 20%;
  }

  section.section-2.sign-in .form-content {
    width: 65%;
  }

  section.section-3 .container .row .col-12.col-lg-3,
  section.section-2 .container .row .col-12.col-lg-3 {
    flex: 1 0 45%;
    max-width: 50%;
  }

  section.section-4 .container .content-wrapper ul li .image-wrapper {
    width: 10%;
  }

  section.section-4 .container .row .numbers .content-wrapper {
    width: 100%;
  }

  /* Payments */
  section.payment {
    padding-block: 50px;
  }

  section.payment .container .content-wrapper h4 {
    font-size: 20px;
  }
  /* Naira_gram */

  section.why_nairgram .container .row div {
    margin: 10px 0;
  }

  section.why_nairgram {
    padding: 20px 10px;
  }

  section.payment .container .content-wrapper .child_box img {
    width: 34px;
    height: 49px;
  }

  /* About Us */
  section.who_we_are .container {
    padding: 50px 50px;
  }

  footer .footer-image {
    width: 16%;
  }

  footer .social_media {
    padding-left: 0px;
  }

  footer .contact-links {
    width: 35%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  section.section-4 .container .row .numbers .content-wrapper {
    width: 700px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  section.payment .container .content-wrapper h4 {
    font-size: 25px;
  }
}

.key {
  display: flex;
}

.key_ii {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-bottom: 20px;
}

.key_ii p {
  font-weight: 900 !important;
  font-size: 30px !important;
}

.key_ii:last-child {
  margin-bottom: unset;
}

.color {
  width: 50px;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 30px;
}

.color__green {
  color: #125a29 !important;
  font-size: 30px;
  font-weight: 600;
}

.key__text {
  font-size: 13px;
  font-weight: 600;
}

.key__text img {
  margin-right: 30px;
  max-width: 16px;
}
.overflow-services {
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
}
.overflow-services .country,
.overflow-services .service {
  display: none;
  background-color: #ccc;
  color: #fff;
  width: 200px;
  border-radius: 5px;
  padding: 10px 25px;
  box-shadow: 1px 29px 110px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 29px 110px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 29px 110px 0px rgba(0, 0, 0, 0.75);
}
.overflow-services .service {
  background-color: #fff;
  color: #333;
  margin-top: 20px;
  position: relative;
}

.box-left-content h3 {
  text-align: left !important;
}

.box-left-content .box-icon {
  width: 60px;
  height: 75px;
}

footer .contact-links li {
  padding: 5px;
}

.box-left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 1200px) {
  section.payment .container {
    padding: 10px 100px;
  }
}

div#mapsvg_home {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #a7d9a6;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

div#legend {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div#legend > .service {
  padding: 5px 25px;
  background-color: dimgray;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  font-size: larger;
}
div#legend > .service.unavailable {
  background-color: #cccccc !important;
}
div#legend > .service.coming-soon {
  background-color: #f0ca04;
}
div#legend > .service.listed {
  background-color: #00a650;
}
