/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face { font-family: Lato; src: url('../fonts/Lato-Regular.ttf'); } 

html {
  overflow-x: hidden;
}

body {
  font-family: Lato; src: url('../fonts/Lato-Regular.ttf');
  color: #191818;
  line-height: 1.5;
}

a {
  color: #777;
  text-decoration: none;
  transition: .3s all ease;
}

a:hover {
  color: #000;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: Lato; src: url('../fonts/Lato-Regular.ttf');
  color: #000;
}

h2 {
  font-weight: 900;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #0b877e !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem;
}

textarea.form-control {
  height: 100%;
}

section {
  overflow: hidden;
}

.section {
  padding-top: 4rem;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #0b877e, #33aa9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-justify {
  text-align: justify;
  opacity: 90%;
}

.banner-text {
  width: 75%;
  border-left: 1px dotted rgb(80, 80, 80);
  padding-left: 1.5rem;
}

#contact-section a.btn-primary {
  width: 100%;
}

p.about {
  padding-right: 30px;
}

.x-icon {
  font-size: 24px !important;
  color: #D67940 !important;
}

.check-icon {
  font-size: 24px !important;
  color: #FFD032 !important;
}

.bullet-desc {
  padding-left: 1rem;
}

.bullet-point {
  display: flex;
  align-items: baseline;
  margin-top: -7px !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2c82c5;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2c82c5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 10px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #0b877e;
}

.btn.btn-outline-blue {
  background: linear-gradient(to right, #44cbec, #2c76e3);
  color: #fff;
  border-radius: 30px;
}

a.btn img {
	padding-right: 10px;
}

.btn.btn-primary {
  background: #ffd13f;
  color: #000;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: .2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0b877e;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b877e;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #0b877e;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #0b877e;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #0b877e;
}


.footer-section {
  background-color: #eff6fa;
  position: relative;
  color: #173963;
  font-size: 0.8rem;
}

.footer-section a {
  color: #173963;
}

.footer-section h6 {
  color: #173963;
  font-family: LatoBold;
}

.img-footer {
  max-width: 90%;
  padding-right: 3rem;
  height: auto;
}

.copyright-reserved a {
  color: #a2b0b9;
}

.footer-section .copyright-reserved {
	border-top: 1px solid #a2b0b9;
  padding: 20px;
  color: #a2b0b9;
  font-size: 0.8rem;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
  
  .banner-text {
    width: 100%;
  }
  
  p.about {
    padding-right: 0;
  }
}

.cta-section h4 {
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .cta-section h4 {
    font-size: 15px;
  }  
}



.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #0b877e;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #0b877e;
}

.post-entry .post-text .readmore {
  color: #0b877e;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a, .sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a, .sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  background: rgba(37,37,37,0.80);
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo a {
	color: #fff;
	weight: 700;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header-no-hero {
  background: rgba(2,73,66,0.80);
  height: 60px;	
}

#header-no-hero .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header-no-hero .logo h1 a, #header-no-hero .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header-no-hero .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #fff;;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #0b877e;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #404040;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #0b877e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #0b877e;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

@font-face {
  font-family: LatoBold;
  src: url('../fonts/Lato-Bold.ttf');
}

.container h3, .container h4 {
  color: #fff;
  font-family: LatoBold;
}

.unbanked-border {
  position: relative;
  border: 1px solid #d9e3e9;
  border-radius: 30px;
  padding-top: -7rem;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  width: 50%;
  background-color: #fff;
}

.unbanked-border-digital {
  position: relative;
  border: 1px solid #d9e3e9;
  border-radius: 30px;
  padding: 50px 30px 50px 50px;
  width: 50%;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .unbanked-border, .unbanked-border-digital {
    width: 100%;
  }
}

.icon-unbanked {
  position: relative;
  z-index: 100;
  top: -4rem;
  left: -2rem;
}

.icon-digital {
  position: relative;
  z-index: 100;
  top: -7rem;
  right: -1rem;
  float: right;
}

/* .unbanked-border h3 {
  padding-top: -7rem !important;
} */

/* .icon-digital {
  position: relative;
  z-index: 100;
  top: 5rem;
  left: 20rem;
} */

.left {
  float: left;
}

.unbanked-border div.border-heading {
  border-left: 5px solid #f0940c;
  padding-left: 1rem;
}

.left h4, .digital h4 {
  color: #1582c4;
  font-family: LatoBold;
  margin-bottom: 1.5rem;
}

.digital {
  margin-top: 8%;
  float: right;
  z-index: 1000;
  position:relative;
  right: 2%;
  margin-bottom: 5rem;
}

.unbanked-border-digital div.border-heading {
  border-left: 5px solid #f00cbe;
  padding-left: 1rem;
}

#platforms-in-tandem {
  background-image: url('../images/tandem.jpg');
  background-size: cover;
  position: relative;
  color: #fff;
}

#expected-benefits {
  background-color: #eff6fa;
}

h3.blue-heading, h2.accordion-header button {
  color: #1582c4;
  font-family: LatoBold;
}

h3.black-heading {
  color: #000;
}

ul.krego-ul {
  list-style: none;
}

li.krego-li {
  margin-bottom: 1.5rem;
  margin-left: -1em;
}

li.krego-li::before {
  content: "\2022";
  color: #1382c5;
  display: inline-block;
  width: 1em;
  margin-left: -1.2em;
}

#microcredit-process {
  border: 1px solid #439ad0;
  border-radius: 40px;
  padding: 35px 45px;
}

.microcredit-process {
  padding: 25px;
}

.full-process {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .full-process {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .full-process {
    margin-bottom: 0rem;
  }

  .process-5 {
    margin-bottom: 1.5rem;
  }
}

label.microcredit-subheading {
  background-color: #173963;
  color: #fff;
  border-radius: 25px;
  padding: 5px 15px;
  font-weight: bolder;
}

li.microcredit-li {
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-left: -0.5em;
}

li.microcredit-li::before {
  content: "\2022";
  color: #1382c5;
  display: inline-block;
  width: 1em;
  margin-left: -1.2em;
}

#ecosystem {
  background-image: url('../images/ecosystem.jpg');
  position: relative;
  color: #fff;
}

#ecosystem {
  color: #fff;
}

@font-face {
  font-family: LatoLight;
  src: url('../fonts/Lato-Light.ttf');
}

#ecosystem p {
  font-family: LatoLight;
}

.img-ecosystem {
  max-width: 90%;
  height: auto;
}

#download {
  background-image: url('../images/bg/download.jpg');
  background-size: cover;
  position: relative;
  color: #fff;
}

#download-border {
  border: 1px solid #4794cb;
  border-radius: 30px;
  padding: 50px;
}

label.download-subheading {
  background-color: #fff;
  color: #000;
  border-radius: 25px;
  padding: 5px 15px;
}

.img-qr {
  width: 40%;
  margin-left: 10px;
}

.disclaimer {
  font-family: LatoLight;
  color:#cbebff;
}

#upcoming {
  background-color: #cbebff;
  color: #173963;
}

#upcoming h3 {
  color: #173963;
}

#upcoming p {
  color: #44668a;
}

#faq {
  margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background-image: url('../images/hero_header_bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section .hero-desc {
	margin: 50%;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section, .hero-section > .container > .row {
  height: 680px; 
  min-height: 300px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    margin-top: 40px;
  }
}

.hero-section h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
  }
}




@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;  
  color: #E8E8E8;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -10%;
  overflow: visible;
  right: 2%;
  border-radius: 30px;
  z-index: 1000;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
    display: none;
  }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  width: 600px;
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 2.5rem 0 0.5rem 0;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright, .footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: .3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #0b877e;
}

.social a i {
  line-height: 0;
}


/*added*/

.row-gov-logos {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

.powered-logo {
 width: 100%;	
	
}

.logo-last {
	width: 140%;
}

.col-xs-5th-1,.col-xs-5th-2,.col-xs-5th-3,.col-xs-5th-4{float:left}.col-xs-5th-5{float:left;width:100%}.col-xs-5th-4{width:80%}.col-xs-5th-3{width:60%}.col-xs-5th-2{width:40%}.col-xs-5th-1{width:20%}.col-xs-5th-pull-5{right:100%}.col-xs-5th-pull-4{right:80%}.col-xs-5th-pull-3{right:60%}.col-xs-5th-pull-2{right:40%}.col-xs-5th-pull-1{right:20%}.col-xs-5th-pull-0{right:auto}.col-xs-5th-push-5{left:100%}.col-xs-5th-push-4{left:80%}.col-xs-5th-push-3{left:60%}.col-xs-5th-push-2{left:40%}.col-xs-5th-push-1{left:20%}.col-xs-5th-push-0{left:auto}.col-xs-5th-offset-5{margin-left:100%}.col-xs-5th-offset-4{margin-left:80%}.col-xs-5th-offset-3{margin-left:60%}.col-xs-5th-offset-2{margin-left:40%}.col-xs-5th-offset-1{margin-left:20%}.col-xs-5th-offset-0{margin-left:0}@media (min-width:768px){.col-sm-5th-1,.col-sm-5th-2,.col-sm-5th-3,.col-sm-5th-4{float:left}.col-sm-5th-5{float:left;width:100%}.col-sm-5th-4{width:80%}.col-sm-5th-3{width:60%}.col-sm-5th-2{width:40%}.col-sm-5th-1{width:20%}.col-sm-5th-pull-5{right:100%}.col-sm-5th-pull-4{right:80%}.col-sm-5th-pull-3{right:60%}.col-sm-5th-pull-2{right:40%}.col-sm-5th-pull-1{right:20%}.col-sm-5th-pull-0{right:auto}.col-sm-5th-push-5{left:100%}.col-sm-5th-push-4{left:80%}.col-sm-5th-push-3{left:60%}.col-sm-5th-push-2{left:40%}.col-sm-5th-push-1{left:20%}.col-sm-5th-push-0{left:auto}.col-sm-5th-offset-5{margin-left:100%}.col-sm-5th-offset-4{margin-left:80%}.col-sm-5th-offset-3{margin-left:60%}.col-sm-5th-offset-2{margin-left:40%}.col-sm-5th-offset-1{margin-left:20%}.col-sm-5th-offset-0{margin-left:0}}@media (min-width:992px){.col-md-5th-1,.col-md-5th-2,.col-md-5th-3,.col-md-5th-4{float:left}.col-md-5th-5{float:left;width:100%}.col-md-5th-4{width:80%}.col-md-5th-3{width:60%}.col-md-5th-2{width:40%}.col-md-5th-1{width:20%}.col-md-5th-pull-5{right:100%}.col-md-5th-pull-4{right:80%}.col-md-5th-pull-3{right:60%}.col-md-5th-pull-2{right:40%}.col-md-5th-pull-1{right:20%}.col-md-5th-pull-0{right:auto}.col-md-5th-push-5{left:100%}.col-md-5th-push-4{left:80%}.col-md-5th-push-3{left:60%}.col-md-5th-push-2{left:40%}.col-md-5th-push-1{left:20%}.col-md-5th-push-0{left:auto}.col-md-5th-offset-5{margin-left:100%}.col-md-5th-offset-4{margin-left:80%}.col-md-5th-offset-3{margin-left:60%}.col-md-5th-offset-2{margin-left:40%}.col-md-5th-offset-1{margin-left:20%}.col-md-5th-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-5th-1,.col-lg-5th-2,.col-lg-5th-3,.col-lg-5th-4{float:left}.col-lg-5th-5{float:left;width:100%}.col-lg-5th-4{width:80%}.col-lg-5th-3{width:60%}.col-lg-5th-2{width:40%}.col-lg-5th-1{width:20%}.col-lg-5th-pull-5{right:100%}.col-lg-5th-pull-4{right:80%}.col-lg-5th-pull-3{right:60%}.col-lg-5th-pull-2{right:40%}.col-lg-5th-pull-1{right:20%}.col-lg-5th-pull-0{right:auto}.col-lg-5th-push-5{left:100%}.col-lg-5th-push-4{left:80%}.col-lg-5th-push-3{left:60%}.col-lg-5th-push-2{left:40%}.col-lg-5th-push-1{left:20%}.col-lg-5th-push-0{left:auto}.col-lg-5th-offset-5{margin-left:100%}.col-lg-5th-offset-4{margin-left:80%}.col-lg-5th-offset-3{margin-left:60%}.col-lg-5th-offset-2{margin-left:40%}.col-lg-5th-offset-1{margin-left:20%}.col-lg-5th-offset-0{margin-left:0}}

	div [class*="col-md-5th"] {
		text-align: center;
		padding: 20px;		
		background: linear-gradient(-153deg, #cbefe8, #71d3c5);
		border: 3px solid #fff;
		color: #000;
		box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0);
	}

#lower-footer {
  border-top: 1px solid rgba(151, 151, 151, 0.5);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#lower-footer a:link,
#lower-footer a:visited {
  color: #9fa9b6;
}

#lower-footer a:hover {text-decoration: underline;}

/* ol li */
.terms-container ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms-container ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.terms-container ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

.terms-container li ol > li {
  margin: 0;
}

.terms-container li ol > li:before {
  content: counters(item, ".") " ";
}

.terms-container,
.privacy-container {
  margin-top: 50px;
}

.terms-container p,
.terms-container li,
.privacy-container p,
.privacy-container li {
  text-align: justify;
}

ol.upper-roman {
  list-style-type: upper-roman;
}

ol.dotted {
  list-style-type: disc;
}

ol.circle {
  list-style-type: circle;
}

.hi-light-yellow {
  background-color: #ffd032;
}

.privacy-container h2.title {
  text-align: center;
}

.privacy-container li.mb-4 {
  font-weight: bold;
}

.business {
  width:50%;
  margin:auto;
  opacity:90%;
  padding-bottom: 3rem;
}

.footer-bullets {
  display: flex;
  align-items: baseline;
}

.text-center {
  text-align: center;
}

.heading {
  text-align: left;
}

.footer-section .contacts {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;  
  }
  
  .business {
    width: 100%;
    padding-bottom: 3rem;
  }
  
  .platform {
    padding-top: 3rem;
  }
  
  .token div#image:nth-child(2) {
    order: 1;
    margin-bottom: 3rem;
  }
  
  .token div#payment:nth-child(1) {
    order: 2;
  }
  
  .download-apps {
    text-align: center;
  }
  
  .qr-div {
    padding-left: 1.5rem !important;
  }
  
  .footer-section {
    text-align: center;
  }
  
  .footer-section .contacts {
    align-items: center;
  }
  
  .footer-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .copyright-reserved div {
    flex-direction: column;
  }
  
  .img-footer {
    max-width: 60%;
    padding-right: 0;
    text-align: center;
    align-self: center;
  }
  
  .download-apps {
    display: flex;
    flex-direction: column !important;
  }
}

.terms-container h4, .terms-container h5 {
  color: #000;
}

.terms-overview {
  text-decoration: underline;
  font-weight: bold;
}

.terms-overview:hover {
  color: #1582C5;
}

.terms-services-content ol, .terms-overview-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms-services-content ol > li, .terms-overview-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.terms-services-content ol > li:before, .terms-overview-content ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  font-weight: bold;
  font-size: calc(1.275rem + .3vw);  
}

.terms-services-content li ol > li, .terms-overview-content li ol > li {
  margin: 0;
}

.terms-services-content li ol > li:before, .terms-overview-content li ol > li:before {
  content: counters(item, ".") " ";
  font-weight: bold;
  font-size: 1.25rem;
}

.terms-container .content{ 
  text-align: justify;
}
.terms-container .content h1{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: unset;
}

.terms-container .content h3{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: unset;
}

.terms-container .content h4{
  font-weight: 700;
}

.terms-container .content h5{
  font-weight: 700;
}

.terms-container .content ul{
  list-style: disc;
  margin-left: 3em;
}

.privacy-title{
  /* font-weight: bold; */
  color: rgb(68, 68, 68) !important;
}

.mykrego-site , .mykrego-email {
  text-decoration: underline;
}

.privacy-policy ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.privacy-policy ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.privacy-policy ol > li::before {
  font-weight: bold;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  font-size: calc(1.275rem + .3vw);
}

.privacy-policy li ol > li {
  margin: 0;
}

.privacy-policy li ol > li::before {
  font-weight: bold;
  content: counters(item, ".") " ";
  font-size: 1.25rem;
}

.content-terms {
  padding: 5rem 0rem 0rem 0rem;
}

.content-headings {
  padding-top: 3rem;
}


@media (max-width: 2560px) {
  .terms-container {
    margin-top: 4em;
  }
}

@media (max-width: 1440px) {
  .terms-container {
    margin-top: 3em;
  }
}

@media (max-width: 768px) {
  .terms-container {
    margin-top: 5em;
  }
}

@media screen and (max-width: 767px) {
  /* .heading {
    text-align: center;  
  }
  
  .business {
    width: 100%;
    padding-bottom: 3rem;
  }
  
  .platform {
    padding-top: 3rem;
  } */
  
  .invert-order div#image:nth-child(1) {
    order: 2;
  }
  
  .invert-order div#text:nth-child(2) {
    order: 1;
  }
}