/* Overrides */

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Poppins", "Avant Garde", Avantgarde,
    "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  text-rendering: optimizeLegibility;
  color: #000;
  text-shadow: none;
  line-height: 1.25;
}

.navbar {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 10px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 10px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 10px;
}

#index.nigeria {
  /*background:#fff;*/
  background: #e7e5e4 url(../images/service_icons/bg3.jpg) top left no-repeat
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 30vh;
  padding: 0;
}
#index.ivory-coast {
  /*background:#fff;*/
  background: #e7e5e4 url(../images/service_icons/bg4.png) top left no-repeat
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 30vh;
  padding: 0;
}

#index.zambia {
  /* background:#fff; */
  background: #e7e5e4 url(../images/service_icons/zambia-banner.jpg) top left
    no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 30vh;
  padding: 0;
}

#index.ghana {
  /* background:#fff; */
  background: #e7e5e4 url(../images/service_icons/ghana-banner.jpg) top left
    no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 30vh;
  padding: 0;
}

.ld-shadow {
  /* box-shadow: none; */
  position: relative;
  background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0.92),
    rgba(0, 0, 0, 0.82),
    rgba(0, 0, 0, 0)
  );
  padding: 40px 0 60px;
}

.ld-shadow span,
.ld-shadow small {
  color: #fff;
  font-size: 20px;
}

/* .q-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 10px 0;
}

.q-flex>div {
    width: 24%;
    padding: 0 15px;
    border-right: 1px solid rgba(33, 33, 33, 0.2196078431372549);
    text-align: center;
} */

.q-flex {
  padding: 10px 0;
}

.q-flex > div {
  padding: 0 15px;
  border-right: 1px solid rgba(33, 33, 33, 0.2196078431372549);
  text-align: center;
}

.q-flex > div:last-child {
  border: none;
}

#guaranteed {
  display: inline-block;
}

#serviceHeader1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.8em;
  text-align: left;
}

h2#win {
  font-size: 3.5em;
}
.btn small {
  font-size: smaller;
}
/* cachToken color */
.ct-color {
  color: #ffc108 !important;
}
.win-m-large {
  color: #ffc108;
  font-weight: 600;
  /* font-size: 65%; */
  font-size: 60%;
  text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.671);
  background: rgba(0, 0, 0, 0.589);
  display: block;
  padding: 10px 23px;
  border-radius: 12px;
  animation: winm 0.8s linear infinite;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
  text-align: left;
}
.win-m-small {
  color: #ffc107;
  font-weight: 600;
  font-size: 0.7em;
  text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.671);
  background: rgba(0, 0, 0, 0.589);
  display: block;
  padding: 10px 15px;
  border-radius: 12px;
  animation: winm 0.8s linear infinite;
  margin-bottom: 20px;
}

.switch-tabs {
  background-color: #e6e6e6;
  padding: 40px 0;
}

.tab-headers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table; /*  inline-block; */
  width: 100%;
}

.switch-tabs .tab-headers li {
  display: inline-block;
  padding: 30px 10px;
  text-align: center;
  cursor: pointer;
}

.tab-headers li h3 {
  margin: 0;
  font-weight: 100;
  line-height: 30px;
}

.tab-headers li.active h3 {
  color: #ffc107;
}

.tab-headers li:hover h3 {
  color: #ff9800;
}

.section-con {
  margin-bottom: 60px !important;
  position: relative !important;
}

.tab-contents {
  background-color: #ffffff;
}

.quick-actions {
  margin-top: -75px;
  /* margin-top: -35px; */
  position: relative;
  z-index: 50;
  margin-bottom: 60px;
}

.quick-box {
  background-color: white;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.32941176470588235);
  padding: 15px;
  border-radius: 6px;
}

.tab-contents .content-pane {
  opacity: 0;
  display: none;
  transition: all 0.3s ease-in;
  padding: 20px;
  position: relative;
}
.quick-box .btn {
  padding: 10% 12px;
  margin-bottom: 10px;
  width: 100%;
}
.content-pane::before {
  content: " ";
  position: absolute;
  top: -15px;
  left: 15%;
  width: 0;
  height: 16px;
  line-height: 0;
  font-size: 0;
  border-style: solid;
  border-width: 16px;
  border-color: transparent;
  border-top-width: 0;
  z-index: 3;
  border-bottom: 16px solid #fff;
}

.content-pane.one::before {
  left: 48.5%;
}

.content-pane.two::before {
  left: 81%;
}

.tab-contents .content-pane.active {
  opacity: 1;
  display: block;
}

.profile-faq {
  background-color: #fff;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    rgba(206, 206, 206, 0.2) 35px,
    rgba(206, 206, 206, 0.2) 70px
  );
  padding: 40px 0;
}

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #ffc107;
  color: black;
  text-shadow: none;
}

.btn-warning {
  color: #000 !important;
  background-color: #ffc107;
  border-color: none;
}

.btn-warning:hover {
  color: #000 !important;
}

#footer {
  background: #000;
  padding: 40px;
  color: #fff;
}

.text-white {
  color: #fff !important;
}

@keyframes winm {
  0% {
    /* background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%; */
  }
  100% {
    color: #947002;
    /* text-shadow: 0px 1px 8px #FF5722; */
  }
}

@media screen and (max-width: 767px) {
  .switch-tabs .tab-headers li {
    width: 100%;
    padding: 10px;
  }
  .content-pane::before {
    display: none;
  }
  .tab-headers {
    margin-bottom: 10px;
  }

  .ld-shadow {
    box-shadow: none;
    background: linear-gradient(
      -90deg,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0)
    );
    padding: 40px 0 60px;
    text-align: left;
    max-width: 1000px;
    margin-left: 0;
    float: right;
  }
}
#merchant,
#customers,
#agents {
  padding-top: 70px;
}
#apps {
  max-width: 400px;
}
#powered_by {
  border-top: 1px solid #323232;
  padding-top: 15px;
}
hr {
  border-top: 1px solid #323232;
}
.navbar-brand {
  padding: 5px 15px;
}
.jumbotron {
  margin-bottom: 0px;
}
.auth-form {
  border: 1px solid gold;
  padding: 1em;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
}

.spacer-page {
  padding: 20px 0;
}

.grey-bg {
  background: #eee !important;
}

@media screen and (min-width: 767px) {
  .spacer-page {
    padding: 80px 0;
  }
}
.aside.minimize .aside-body {
  width: 69px !important;
}
