@font-face {
  font-family: 'ProductSans';
  src: url('../fonts/ProductSans-Bold.eot');
  src: url('../fonts/ProductSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProductSans-Bold.svg#ProductSans-Bold') format('svg'),
    url('../fonts/ProductSans-Bold.ttf') format('truetype'),
    url('../fonts/ProductSans-Bold.woff') format('woff'),
    url('../fonts/ProductSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ProductSans';
  src: url('../fonts/ProductSans-Light.eot');
  src: url('../fonts/ProductSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProductSans-Light.svg#ProductSans-Light') format('svg'),
    url('../fonts/ProductSans-Light.ttf') format('truetype'),
    url('../fonts/ProductSans-Light.woff') format('woff'),
    url('../fonts/ProductSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ProductSans';
  src: url('../fonts/ProductSans-Medium.eot');
  src: url('../fonts/ProductSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProductSans-Medium.svg#ProductSans-Medium') format('svg'),
    url('../fonts/ProductSans-Medium.ttf') format('truetype'),
    url('../fonts/ProductSans-Medium.woff') format('woff'),
    url('../fonts/ProductSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ProductSans';
  src: url('../fonts/ProductSans-Regular.eot');
  src: url('../fonts/ProductSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProductSans-Regular.svg#ProductSans-Regular') format('svg'),
    url('../fonts/ProductSans-Regular.ttf') format('truetype'),
    url('../fonts/ProductSans-Regular.woff') format('woff'),
    url('../fonts/ProductSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'ProductSans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.Margin-bottom--20 {
  margin-bottom: 20px;
}

.Margin-top--20 {
  margin-top: 20px;
}

.Margin-left--40 {
  margin-left: 40px;
}

.Padding-top--20 {
  padding-top: 20px;
}

.Padding-bottom--20 {
  padding-top: 20px;
}

.Merchant h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.Text-underline {
  text-decoration: underline;
}

.Text-bold {
  font-weight: bold;
}

a {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.text-align-justified {
  text-align: justify;
}

.text-size-18 {
  font-size: 1.125em;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

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

.no-margin {
  margin: 0 !important;
}

header {
  padding: 0;
  background: url("../images/illustration-01.png") no-repeat bottom center;
  background-size: cover;
  width: 100%;
  float: left;
  height: 100vh;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.logo {
  display: inline-block;
  margin-top: 30px;
  margin-right: 21px;
  width: 400px;
  height: 200px;
  background-image: url('../images/logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.topOuter {
  padding: 0;
  margin-top: 37px;
}

.menuitems {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: right;
}

.menuitems li {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
}

.menuitems li a,
.menuitems li span {
  color: #323232 !important;
  display: inline-block;
  font-size: 18px;
  margin-right: 40px;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
  margin-top: 5px;
  position: relative;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
}

.menuitems li.active a:after,
.menuitems li:hover a:after {
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: -10px;
  background: #00b03f;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  bottom: -12px;
}

.arrow-right {
  margin-left: 5px;
}

.marginTop100 {
  margin-top: 100px;
}

.coming_soon {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 37px;
  color: #000;
  margin: 60px 0 0px;
  text-align: center;
}

.marginTop95 {
  margin-top: 95px;
}

.marginTop20 {
  margin-top: 20px;
}

.marginTop27 {
  margin-top: 27px;
}

.marginTop55 {
  margin-top: 55px;
}

.margin-btm-70 {
  margin-bottom: 70px;
}

.no-border {
  border: none !important;
}

.banner-heading {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 57px;
  color: #00b13f;
  margin: 100px 0 30px;
  line-height: 75px;
}

.banner-subheading {
  float: left;
  max-width: 90%;
  ;
  font-weight: 700;
  font-size: 30px;
  color: #575757;
  margin: 0 0 20px;
  line-height: 45px;
}

.banner-content {
  float: left;
  max-width: 95%;
  font-weight: 500;
  font-size: 20px;
  color: #4b4b4b;
  margin: 0 0 33px 0;
  line-height: 35px;
}

.banner-content--text {
  float: left;
  max-width: 95%;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 33px 0;
  line-height: 35px;
}

.app-icons {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.app-icons a {
  display: inline-block;
  margin-right: 20px;
}

.app-icons a img {
  display: inline-block;
}

.see-the-video a {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

.see-the-video {
  float: left;
  width: 100%;
  margin-top: 33px;
}

.see-the-video a img {
  margin-right: 12px;
}

.section-wrapper {
  margin-top: 78px;
}

.relative {
  position: relative;
}

.section-heading {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  color: #4b4b4b;
  margin: 0;
}

.section-heading:after {
  background-color: #fc4600;
  content: "";
  height: 3px;
  left: calc(50% - 18px);
  top: 50px;
  position: absolute;
  width: 36px;
  text-align: center;
}

.section-heading-section {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  color: #4b4b4b;
  margin: 0;
}

.section-heading-section:after {
  background-color: #fc4600;
  content: "";
  height: 3px;
  left: calc(50% - 18px);
  top: 50px;
  position: absolute;
  width: 36px;
  text-align: center;
}

.poppay-logo-font {
  display: inline-block;
  font-size: 30px;
  color: #000000;
}

.domore-content {
  max-width: 81%;
  font-weight: 400;
  font-size: 24px;
  color: #646464;
  margin: 28px 0 45px 0;
  display: inline-block;
  line-height: 40px;
}

.domore-content span {
  color: #000;
}

.outer-tab-head {
  float: left;
  width: 100%;
  text-align: center;
}

.tab-menu-page {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tab-menu-page li {
  display: inline-block;
}

.tab-menu-page li a {
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
  color: #838383;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 30px 27px;
  text-decoration: none;
}

.tab-menu-page li a.active {
  font-size: 16px;
  font-weight: 500;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.tab-menu-page li a.active.tab-1-color {
  border-bottom-color: #fc4600;
  color: #fc4600;
}

.tab-menu-page li a.active.tab-2-color {
  border-bottom-color: #00af64;
  color: #00af64;
}

.tab-menu-page li a.active.tab-3-color {
  border-bottom-color: #0096fa;
  color: #0096fa;
}

.tab-menu-page li a.active.tab-4-color {
  border-bottom-color: #ff1964;
  color: #ff1964;
}

.tab-menu-page li a.active.tab-5-color {
  border-bottom-color: #fc8e00;
  color: #fc8e00;
}

.tab-menu-page li a .tabicon {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  border-radius: 50%;
}

.tab-menu-page li a.tab-1-color .tabicon {
  background: #fc4600 url('../images/money-transfer.png') no-repeat center center;
}

.tab-menu-page li a.tab-2-color .tabicon {
  background: #00af64 url('../images/mobile-wallet.png') no-repeat center center;
}

.tab-menu-page li a.tab-3-color .tabicon {
  background: #0096fa url('../images/popcoins.png') no-repeat center center;
}

.tab-menu-page li a.tab-4-color .tabicon {
  background: #ff1964 url('../images/entertainment.png') no-repeat center center;
}

.tab-menu-page li a.tab-5-color .tabicon {
  background: #fc8e00 url('../images/payment-gateway.png') no-repeat center center;
}

.tab-2-color:hover {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 16px;
  font-weight: 500;
  border-bottom-color: #00af64;
  color: #00af64;
}

.tab-3-color:hover {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 16px;
  font-weight: 500;
  border-bottom-color: #0096fa;
  color: #0096fa;
}

.tab-4-color:hover {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 16px;
  font-weight: 500;
  border-bottom-color: #ff1964;
  color: #ff1964;
}

.tab-5-color:hover {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 16px;
  font-weight: 500;
  border-bottom-color: #fc8e00;
  color: #fc8e00;
}

.business-text {
  float: left;
  width: auto;
  margin: 0 0 35px 96px;
}

.head-details-main {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #e5563c;
  margin-bottom: 12px;
}

.buy-seller {
  float: left;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.digital-currency {
  float: left;
  width: auto;
  font-size: 20px;
  font-weight: 500;
  color: #4b4b4b;
}

.signup-content {
  float: left;
  width: 100%;
  padding-bottom: 27px;
  padding-left: 48px;
}

.poppay-text {
  background: url(../images/signup.png) no-repeat;
  height: 46px;
}

.poppay-text h2 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #e13d21;
  margin: 0 0 8px 0;
  padding-left: 70px;
}

.text-line-new {
  font-size: 12px;
  font-weight: 400;
  color: #646464;
  margin: 0 0 9px 0;
  padding-left: 70px;
}

.next-section {
  margin-bottom: 70px;
  float: left;
  width: 100%;
}

.border {
  border: 1px solid #ebebeb;
}

.signu-up-btn {
  float: left;
  width: 100%;
  margin-left: 115px;
  margin-top: 50px;
}

.signu-up-btn a {
  display: inline-block;
}

.learn-more-link {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #0096ff;
  text-decoration: underline;
}

.outer-border {
  float: left;
  width: 100%;
  position: relative;
}

.signup-content::after {
  border-bottom: 1px solid #ebebeb;
  content: "";
  left: 117px;
  padding-top: 27px;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 1;
}

.happy-csection {
  position: relative;
  z-index: 4;
  padding-top: 100px;
}

/*.others-testimonials{background:url(../images/testmonials-bg.png) no-repeat; height: 493px;}*/
.others-testimonials {
  background-color: rgb(255, 255, 255);
  float: left;
  width: 100%;
  padding: 0 10px;
}

.important-info {
  float: left;
  width: 100%;
  position: relative;
}

.important-info p {
  font-size: 14px;
  font-weight: 300;
  color: #4b4b4b;
  line-height: 22px;
}

.important-info p:before {
  background: url(../images/testimonials.png) no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 30px;
  position: absolute;
  left: -38px;
  top: 0;
  width: 30px;
}

.single-line-text {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #e13c1e;
  margin: 20px 0 10px 0;
}

.poppay-customer {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
}

.footer-section {
  background-color: #ffeddc;
  padding: 20px 0 10px 0;
}

.get-app {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #4b4b4b;
}

.sin-text {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #797674;
  margin-bottom: 25px;
}

.newsletter-input {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 50px;
  font-size: 14px;
  color: #323232;
}

.subscb-btn {
  background-color: #00b13f;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 30px 14px;
  text-decoration: none !important;
}

.app-icons p {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #4b4b4b;
  text-align: center;
  margin-bottom: 20px;
}

.foothead h1 {
  color: #000000;
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: 500;
}

.footer-bottom {
  float: left;
  width: 100%;
  padding-top: 70px;
  background-color: #fafafa;
}

.ul-footer {
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

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

.ul-footer li a {
  font-size: 14px;
  font-weight: 500;
  color: #646464;
}

.ul-footer li a img {
  margin-right: 10px;
}

.ul-footer li a img:hover {
  opacity: 0.6;
}

.right-border-footer {
  border-right: 1px solid #d5ccc4;
}

.left-border-footer {
  border-left: 1px solid #d5ccc4;
  margin-left: -1px;
}

.top-margin117 {
  margin-top: 117px;
}

.marginTop50 {
  margin-top: 50px;
}

.margin-Btm-75 {
  margin-bottom: 75px;
}

.left-content {
  font-weight: 600;
  font-size: 24px;
  color: #4b4b4b;
}

.left-content-paragraph {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #646464;
  margin: 15px 0 25px 0;
}

.learn-more {
  background-color: #e13c1e;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 12px 30px 14px 30px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}

.learn-more:hover {
  color: #fff;
}

.section-heading-two {
  display: inline-block;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  margin: 0 0 30px;
}

.domore-content-two {
  max-width: 31%;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 40px 0 70px 0;
  display: inline-block;
}

.features-img {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.features-content {
  float: left;
  width: 100%;
}

.features-content h4 {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 30px 0 15px 0;
}

.features-content p {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0 60px;
}

.features-img-developer {
  float: left;
  width: 100%;
  text-align: center;
}

.features-content-developer {
  float: left;
  width: 100%;
}

.features-content-developer h4 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin: 20px 0 22px 0;
}

.features-content-developer p {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.head-details {
  float: left;
  width: 100%;
}

.outside-box {
  box-shadow: 1px 0.66px 5px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
  padding-top: 50px;
}

.marginRightZero {
  margin-right: 0;
}

.seller-topbtn {
  width: 100%;
  float: left;
}

.margin-Top-30 {
  margin-top: 33px !important;
}

footer {
  margin: -300px 0 0;
  position: relative;
  z-index: 1;
}

footer:after {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-color: #fdf4eb;
  z-index: -1;
}

.footer-section {
  background-color: #fdf4eb;
}

.footer-section .skew-inner {
  margin: 0;
  padding: 20px 0 0;
}

.orange-bg {
  background: #00b13f;
  padding: 100px 0;
  width: 100%;
  float: left;
}

.white-light-bg {
  background: #fff;
}

.blue-bg {
  background-image: -moz-linear-gradient(180deg, #00b795 0%, #00b795 100%);
}

.merchant-blue-bgm {
  background-image: -moz-linear-gradient(180deg, #0c99de 0%, #0c99de 100%) !important;
  background-image: linear-gradient(180deg, #0c99de 0%, #0c99de 100%) !important;
  background-image: -webkit-linear-gradient(180deg, #0c99de 0%, #0c99de 100%) !important;
  background-image: -ms-linear-gradient(180deg, #0c99de 0%, #0c99de 100%) !important;
}

.white-bg {
  background: #fff;
  color: #333;
  padding: 100px 0;
  width: 100%;
  float: left;
}

.white-bg-new {
  background: #fff;
  color: #333;
}

.yellow-bg {
  background: #ffeddc;
  color: #333;
  overflow: hidden;
  position: relative;
}

.skew-wrapper {
  transform: skew(0, -11.27deg);
  -webkit-transform: skew(0, -11.27deg);
  -moz-transform: skew(0, -11.27deg);
  -ms-transform: skew(0, -11.27deg);
}

.skew-inner {
  transform: skew(0, 11.27deg);
  -webkit-transform: skew(0, 11.27deg);
  -moz-transform: skew(0, 11.27deg);
  -ms-transform: skew(0, 11.27deg);
  margin: 160px 0;
  padding: 160px 0;
}

.white-bg .skew-inner {
  padding: 70px 0;
  margin: 0;
}

.white-bg-new .skew-inner {
  padding: 120px 0;
  margin: -390px 0 0;
}

.banner-content--one {
  font-size: 18px;
  font-size: 18px;
  color: #fff;
  padding: 10px 0 10px 0;
}

.banner-content--one a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
}

.banner-content--one a:hovert {
  color: #028030;
}


@media(min-width:320px) and (max-width:767px) {
  header {
    background: url("../images/illustrator-phone.png") no-repeat bottom center;
    background-size: 100%;
    height: 100vh;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }

  .logo {
    margin-top: 25px;
    width: 220px;
    height: 70px;
  }

  .header-mobile {
    height: 70px;
  }

  .xs-p-0 {
    padding: 0;
  }

  .common_heading:before {
    bottom: 0 !important;
  }

  .topOuter {
    margin-top: 10px;
  }

  .banner-heading {
    margin: 15px 0 20px !important;
    font-size: 32px;
    line-height: 50px;
  }

  .menuitems,
  .menuitems li {
    display: block !important;
  }

  .menuitems li a {
    margin: 10px 0;
  }

  .marginTopxsZero {
    margin-top: 0 !important;
  }

  .middle-developer-content {
    font-size: 13px !important;
  }

  .app-icons a {
    margin-bottom: 10px;
  }

  .section-heading:after {
    top: 86px;
  }

  .section-heading-section:after {
    top: 117px;
  }

  .business-text {
    margin-left: 0;
  }

  .signup-content {
    padding-left: 0;
  }

  .no-border-xs {
    border: none;
  }

  .get-app {
    margin-top: 70px;
  }

  .section-heading {
    font-size: 24px;
    line-height: 40px;
  }

  .subscb-btn {
    padding: 14px 12px 14px;
  }

  .marginTop10 {
    margin-top: 10px;
  }

  .center-logo::after {
    right: 0 !important;
  }

  .center-logo::before {
    left: 0 !important;
  }

  .marchant-white-left h5 {
    font-size: 22px !important;
  }

  .column:not(.columns) {
    font-size: 0;
    padding: 15px 0px !important;
  }

  #products .nav-icon {
    margin: -2px 3px 0 10px !important;
  }

  .marginTop-xs-30 {
    margin-top: 30px;
  }

  .signu-up-btn {
    margin-left: 0;
  }

  .signup-content::after {
    left: 70px;
  }

  .middle-developer-content::after {
    top: 140px !important;
  }

  .merchant-blue-right {
    margin: 50px 0 0 !important;
  }

  .marchant-white-left {
    padding: 0 15px !important;
  }

  .seller-outside-box {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .seller-outside-left {
    background: url("../images/poppcoins.png") no-repeat scroll top left !important;
    padding: 155px 50px 0 0 !important;
    height: 309px !important;
  }

  .seller-outside-left h4,
  .seller-outside-left p {
    padding-left: 10px;
  }

  .seller-outside-right {
    background: url("../images/developer-ui.png") no-repeat scroll top left !important;
    padding: 155px 50px 0 0 !important;
    height: 309px !important;
  }

  .seller-outside-right h4,
  .seller-outside-right p {
    padding-left: 10px;
  }

  .seller-outside-right h4,
  .seller-outside-left h4 {
    font-size: 15px;
  }

  .app-icons a img {
    width: 100px;
  }

  .poppay-text h2 {
    font-size: 14px;
  }

  .text-line-new {
    font-size: 11px;
  }

  .white-bg-new .marginTop55 {
    margin-top: 55px !important;
  }

  .white-bg-new .skew-inner {
    margin: -280px 0 0 !important;
  }

  .newsletter-input {
    font-size: 11px !important;
  }

  .app-icons .google {
    background-size: 100% !important;
    width: 100px !important;
  }

  .app-icons .ios {
    background-size: 100% !important;
    width: 100px !important;
  }

  .app-icons a {
    margin-right: 10px !important;
  }

  .developer-content {
    width: 100% !important;
  }

  .developer-heading {
    font-size: 24px !important;
  }

  .developer-heading::after {
    top: 55px !important;
  }

  .developer-heading {
    margin-top: 0 !important;
  }

  .developer-white-inner {
    padding: 0 !important;
  }

  .marginBtm-xs-30 {
    margin-bottom: 30px !important;
  }

  .seller-outside-left p,
  .seller-outside-right p {
    font-size: 12px !important;
  }

  .digital-currency {
    font-size: 14px !important;
  }

  .features-content {
    margin-bottom: 10px;
  }

  .no-bg .logo {
    margin-top: 5px !important;
  }

  .no-bg .navSlideMenu {
    margin: 8px 0 0 10px;
  }

  .subscb-btn {
    border-radius: 4px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

  .getStarted {
    padding: 50px 0;
  }

  .getStarted-app a {
    margin: 10px 25px 0 0 !important;
  }

  .xs-br br {
    display: none;
  }

  .Padding-all {
    padding: 10px;
  }
}

@media(min-width:768px) and (max-width:991px) {
  header {
    background: url("../images/illustration-02.png") no-repeat bottom center;
    background-size: cover;
  }

  .logo {
    width: 400px;
  }

  .topOuter {
    margin-top: 25px;
  }

  .menuitems li a {
    font-size: 13px;
  }

  .business-text {
    margin-left: 10px;
  }

  .signup-content {
    padding-left: 10px;
  }

  .no-border-xs {
    border: none;
  }

  .marginTopxsZero {
    margin-top: 0;
  }

  .center-logo::after {
    right: 0 !important;
  }

  .center-logo::before {
    left: 0 !important;
  }

  .banner-heading {
    font-size: 40px;
    margin: 20px 0 !important;
    line-height: 50px;
  }

  .banner-content {
    font-size: 18px;
    margin: 0 0 15px 0;
  }

  .column:not(.columns) {
    font-size: 0;
    padding: 15px 0px !important;
  }

  #products .nav-icon {
    margin: -2px 3px 0 10px !important;
  }

  .ul-footer li a {
    font-size: 11px;
  }

  .get-app,
  .sin-text {
    text-align: center;
  }

  .signup-content::after {
    left: 80px;
  }

  .merchant-blue-right {
    margin: 0 0 50px 0 !important;
  }

  .merchant-skew-inner {
    margin-top: 75px !important;
  }

  .marchant-white-left h5 {
    font-size: 25px !important;
  }

  .marchant-white-left {
    padding: 0 !important;
  }

  .seller-outside-box {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .seller-header {
    padding: 0 0 239px !important;
  }

  .first-drop-menu {
    min-width: 618px !important;
  }

  .digital-currency {
    font-size: 15px;
  }

  .features-content h4 {
    font-size: 14px !important;
  }

  .white-bg-new .skew-inner {
    margin: -180px 0 0 !important;
  }

  .white-bg-new .marginTop55 {
    margin-top: 170px !important;
  }

  .white-bg-new .skew-inner {
    margin: -220px 0 0 !important;
  }

  .middle-developer-content {
    max-width: 70% !important;
  }

  .mobile-image-header {
    width: 325px;
  }

  footer {
    margin: -50px 0 0 !important;
  }

  header .marginTop95 {
    margin-top: 70px !important;
  }

  .see-the-video {
    margin-top: 20px !important;
  }

  .app-icons .google {
    background-size: 100% !important;
    width: 120px !important;
  }

  .app-icons .ios {
    background-size: 100% !important;
    width: 120px !important;
  }

  .developer-content {
    width: 51% !important;
  }

  .developer-heading {
    margin-top: 0 !important;
  }

  .seller-footer-section-right a {
    padding: 15px 12px !important;
    font-size: 12px !important;
  }

  .developer-header {
    padding-bottom: 175px !important;
  }

  .developer-white-inner {
    padding: 0 !important;
  }

  .domore-content {
    max-width: 100%;
  }

  .domore-content-two {
    max-width: 50%;
  }

  .domore-content-ver {
    max-width: 56%;
  }

  .features-contnew {
    max-width: 100% !important;
  }

  .domore-content-footer {
    max-width: 55% !important;
  }

  .signu-up-btn {
    margin-left: 80px !important;
  }

  .customer-header .mobile-image-header {
    margin-left: 0;
    max-width: 100%;
  }

  .business-signup:before {
    width: 35% !important;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .marginTop100 {
    margin-top: 50px !important;
  }

  .merchant-blue-right {
    margin: 30px 0 60px 30px !important;
  }

  .marchant-white-left {
    padding: 0 15px !important;
  }

  .seller-outside-left,
  .seller-outside-right {
    padding: 13px 25px 0 140px !important;
  }

  .seller-header {
    padding: 0 0 270px !important;
  }

  .app-icons .google {
    background-size: 100% !important;
    width: 140px !important;
  }

  .app-icons .ios {
    background-size: 100% !important;
    width: 140px !important;
  }

  .seller-footer-section-right a {
    padding: 15px 16px !important;
    font-size: 12px !important;
  }

  .developer-header {
    padding-bottom: 260px !important;
  }

  .developer-white-inner {
    padding: 0 !important;
  }

  .domore-content {
    max-width: 80%;
  }

  .domore-content-two {
    max-width: 38%;
  }

  .domore-content-ver {
    max-width: 44%;
  }

  .features-contnew {
    max-width: 75%;
  }

  .business-signup:before {
    width: 35% !important;
  }

}


/*-- Tab Contents starts --*/
.columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tabs.horizontal {
  float: left;
  width: 100%;
}

.tab-content {
  float: left;
  width: 100%;
}

.tabs-content {
  float: left;
  width: 100%;
  height: 570px;
}

.tabs.horizontal .tabs-head {
  border-bottom: 1px solid #ebebeb;
}

.tabs-head {
  position: relative;
}

#products .tab-title.active {
  color: #528ff0;
}

#products .tab-title {
  font-weight: bold;
  text-align: center;
}

.column:not(.columns) {
  padding: 15px 12px;
}

.tab-title {
  cursor: pointer;
  position: relative;
}

.column {
  -moz-box-flex: 1;
  display: block;
  flex: 1 1 0;
  max-width: 100%;
}

#products .nav-icon {
  display: inline-block;
  float: none;
  margin: -2px 6px 0 0;
  vertical-align: middle;
}

#products .tabs-content {
  display: block;
  transform: translateY(2px) scale(0.99);
  -webkit-transform: translateY(2px) scale(0.99);
  -moz-transform: translateY(2px) scale(0.99);
  -ms-transform: translateY(2px) scale(0.99);
}

.tab-content {
  display: none;
  width: 100%;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.tab-content.active {
  display: block;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition-delay: .18s;
  transition-delay: .18s;
  opacity: 1;
  pointer-events: auto
}

.tab-racer {
  background: #528ff0;
  bottom: 0;
  height: 3px;
  position: absolute;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}

.nav-icon {
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.nav-icon.money {
  background-image: url("../images/money-transfer.png");
  background-color: #fc4600;
}

.nav-icon.wallet {
  background-image: url("../images/mobile-wallet.png");
  background-color: #00af64;
}

.nav-icon.popcoins {
  background-image: url("../images/popcoins.png");
  background-color: #0096fa;
}

.nav-icon.entertainment {
  background-image: url("../images/entertainment.png");
  background-color: #ff1964;
}

.nav-icon.payments {
  background-image: url("../images/payment-gateway.png");
  background-color: #fc8e00;
}

#products .lights .light.active {
  background: #528ff0;
}

#products .lights .light {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin: 100px 6px 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  width: 8px;
}

#products .lights {
  text-align: center;
}

#products .tab-content img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

/*-- Tab Contents ends --*/
.seller-header {
  background: url("../images/seller-home-page.png") no-repeat top center/cover !important;
  padding: 0 0 120px;
}

.seller-topbtn a {
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
  margin-top: 10px;
}

.seller-topbtn a:hover,
.seller-topbtn a.active {
  background: #fff;
  color: #10a68b;
  font-weight: 600;
}

.seller-banner-content {
  line-height: 28px;
}

.seller-marginTop120 {
  margin-top: 120px;
}

.seller-section-heading:after {
  background-color: #11aa8e;
}

.seller-features-content h4 {
  color: #323232 !important;
}

.seller-features-content p {
  color: #646464 !important;
}

.seller-domore-content {
  margin-bottom: 48px !important;
}

.seller-marginTop85 {
  margin-top: 85px !important;
}

.seller-skew-wrapper {
  background-image: -webkit-linear-gradient(180deg, #00cda4 0%, #00b393 100%) !important;
}

.seller-footer {
  margin: -97px 0 0 0 !important;
}

.seller-footer:after {
  background: #f2faf8 !important;
}

.seller-footer-section {
  background: #f2faf8 !important;
}

.seller-footer-bottom {
  background: #f2faf8 !important;
  border-top: 1px solid #eee !important;
}

.seller-footer-new:after {
  background: #fff3f6 !important;
}

.seller-footer-section-new {
  background: #fff3f6 !important;
}

.seller-footer-bottom-new {
  background: #fff3f6 !important;
  border-top: 1px solid #eee !important;
}

.seller-outside-box {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 0.66px 5px 1px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  width: 47%;
  margin-right: 3%;
  float: left;
}

.seller-outside-left {
  background: url("../images/poppcoins.png") no-repeat left center;
  height: 240px;
  padding: 13px 37px 0 155px;
}

.seller-outside-left h4 {
  color: #d6ae00;
  font-weight: 600;
  margin-top: 0;
}

.seller-outside-left img,
.seller-outside-right img {
  margin-left: 8px;
}

.seller-outside-left p,
.seller-outside-right p {
  font-weight: 400;
  font-size: 13px;
  color: #646464;
  line-height: 28px;
}

.seller-outside-right h4 {
  color: #f44e71;
  margin-top: 0;
}

.seller-outside-right {
  background: url("../images/developer-ui.png") no-repeat left center;
  height: 240px;
  padding: 13px 50px 0 155px;
}

.seller-footer-section-left h5 {
  font-weight: 500;
  font-size: 24px;
  color: #00af90;
}

.new-head-develop h5 {
  font-weight: 500;
  font-size: 24px;
  color: #e32b52;
}

.seller-footer-section-left p {
  font-weight: 400;
  font-size: 18px;
}

.new-head-develop p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.seller-footer-section-right a {
  font-weight: 500;
  font-size: 14px;
  color: #00af90;
  border: 2px solid #ebebeb;
  padding: 15px 22px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 4px 3px 12px #eee;
  margin: 15px 15px 0 0;
  display: inline-block;
  background-color: #fff;
}

.seller-footer-section-right a:hover,
.seller-footer-section-right a.active {
  background: #00af90;
  color: #fff;
}


.developer-footer-section-right a {
  font-weight: 500;
  font-size: 14px;
  color: #e32b52;
  border: none;
  background-color: #fff;
  padding: 15px 22px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 4px 3px 12px #eee;
  margin: 15px 15px 0 0;
  display: inline-block;
}

.developer-footer-section-right a:hover,
.developer-footer-section-right a.active {
  background: #e32b52 !important;
  color: #fff;
}

.seller-skew-inner {
  margin: 90px 0 0 0 !important;
}

.seller-tab2 {
  margin-top: -140px;
}

.seller-happy-section {
  padding-top: 170px !important;
}

.merchant-header {
  background: #00b03f;
  padding: 0 0 100px;
}

.merchant-section-heading:after {
  background: #0c96de !important;
}

.merchant-skew-inner {
  margin-top: 100px !important;
}

.merchant-blue-bg {
  background-image: -webkit-linear-gradient(180deg, #06c1e1 0%, #0b9cde 100%);
}

.merchant-skew-inner {
  padding: 0 !important;
}

.merchant-blue-left img {
  margin-top: -83px;
}

.merchant-blue-right {
  margin: 50px 0 0 50px;
}

.merchant-blue-right h4 {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  line-height: 36px;
}

.merchant-blue-right h4 span {
  font-weight: 400;
  font-size: 24px;
}

.merchant-blue-right p {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.merchant-blue-right a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 12px 22px;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
}

.marchant-white-left {
  padding: 0 26px 0 0;
}

.marchant-white-left h5 {
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 20px;
}

.marchant-white-left p {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #646464;
}

.merchant-footer-bottom {
  background: #f2f6fa !important;
  border-top: 1px solid #ebebeb;
}

.marchant-bottom::after {
  background: #f2f6fa !important;
}

.marchant-footer-bottom {
  background: #f2f6fa !important;
}

.marchant-bottom {
  margin: -97px 0 0 0;
}

.merchant-footer-section-left h5 {
  color: #0c96de;
}

.merchant-footer-section-right a {
  color: #0c96de !important;
}

.merchant-footer-section-right a:hover,
.merchant-footer-section-right a.active {
  background: #0c96de !important;
  color: #fff !important;
  border: 2px solid transparent !important;
}

.nav-item {
  display: inline-block;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-item span {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 400;
}

.nav-item.active::after {
  -webkit-transform: scaleY(1) !important;
  -ms-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  background: #f4f4f4;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: .3s transform;
  transition: .3s transform;
}

.second-drop-menu {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 30px 20px;
  border-radius: 0;
  width: 250px;
  opacity: 0;
  pointer-events: none;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.second-drop-menu li {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  margin: 0 !important;
  padding: 10px;
}

.second-drop-menu li a:hover {
  text-decoration: underline;
  border-bottom: none;
}

.second-drop-menu li a {
  color: #000 !important;
  margin-left: 5px;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0;
}

.second-drop-menu li p {
  font-size: 13px !important;
  float: left;
  width: 100%;
  margin: 3px 0 3px 5px;
}

.menuitems li:hover .second-drop-menu {
  opacity: 1;
  pointer-events: all;
  margin-top: 0;
}

.menuitems li:hover .first-drop-menu {
  opacity: 1;
  pointer-events: all;
  margin-top: 0;
}

.first-drop-menu {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 30px 20px;
  border-radius: 0;
  min-width: 800px;
  opacity: 0;
  pointer-events: none;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.first-drop-menu li {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  margin: 0 !important;
  padding: 10px;
}

.first-drop-menu li a:hover {
  text-decoration: underline;
  border-bottom: none;
}

.first-drop-menu li a {
  color: #000 !important;
  margin-left: 5px;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.first-drop-menu li p {
  font-size: 13px !important;
  float: left;
  width: 100%;
  margin: 0px 0 3px 5px;
}

.ul-inner {
  float: left;
  width: 100%;
  padding: 0;
}

.ul-inner li {
  float: left;
  width: 100%;
  text-align: left;
}

.right-border-top {
  border-right: 1px solid #eaeaea;
}

.left-border-top {
  border-left: 1px solid #eaeaea;
  margin-left: -1px;
}

.money-tranfer-list {
  background: url(../images/money-transfer1.png) no-repeat;
  height: 36px;
}

.mobile-wallet-list {
  background: url(../images/mobile-wallet1.png) no-repeat;
  height: 36px;
}

.pop-coins-list {
  background: url(../images/oyo-coins1.png) no-repeat;
  height: 36px;
}

.entertainement-list {
  background: url(../images/entertainement1.png) no-repeat;
  height: 36px;
}

.payment-gateway-list {
  background: url(../images/payment-gateway1.png) no-repeat;
  height: 36px;
}

.line-text-content {
  float: left !important;
  ;
  width: 100% !important;
  font-weight: 400 !important;
  ;
  font-size: 14px !important;
  ;
  padding-left: 40px !important;
}

.line-second-content {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  padding-left: 40px;
}

.navSlideMenu {
  border-radius: 3px;
  float: right;
  margin: 22px 0 0 10px;
  padding: 4px;
  cursor: pointer;
}

.cbp-spmenu {
  background: #f2f2f2;
  position: fixed;
}

.cbp-spmenu h3 {
  color: #fff;
  font-size: 20px;
  padding: 20px 0 20px 16px;
  margin: 0;
  font-weight: 500;
  background: #00b03f;
  text-transform: uppercase;
  border-bottom: 1px solid #00b13f;
}

.cbp-spmenu a {
  display: block;
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.cbp-spmenu a:hover {
  background: #00b03f;
  color: #000 !important;
  text-decoration: none;
}

.cbp-spmenu li:active {
  background: #00b03f;
  color: #fff !important;
}

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical span {
  color: #fff !important;
  font-size: 25px !important;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #00b13f;
  padding: 14px !important;
}

.cbp-spmenu-vertical li {
  width: 100%;
  float: left;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #FF410C;
}

.cbp-spmenu-left {
  left: -240px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Example media queries */
.navSlideMenuClose {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100000;
}

/*.pop-ul{list-style-type:none;padding:0;}
.pop-ul li{font-weight:400;}
.pop-ul li a{text-decoration:none;}
.margin-top-5{margin-top:5px!important;}
.pop-ul-ul{width:100%;overflow-y: auto;overflow-x: hidden;height:400px;}
.pop-ul-ul li{margin-left:10px;}
.pop-ul-ul li a{padding:0 0 5px;border:0!important;}
.pop-ul-ul li a:hover{background:#fff;color:#000!important;}
*/
.outerul {
  padding: 0;
  list-style-type: none;
  overflow-y: scroll;
  overflow-x: hidden;
}

.vertical-track {
  width: 0px;
  background-color: #eee;
  right: 0px;
}

.vertical-handle {
  width: 5px;
  background-color: #00b13f;
  border: 1px solid #00b13f;
  border-radius: 20px;
  right: 0px;
  padding: 0 !important;
}

.rotate {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #646464;
  float: left;
  margin-top: -2px;
  font-size: 20px !important;
}

.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropmenu {
  padding: 10px;
  list-style-type: none;
  border-bottom: 1px solid #00b13f;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  background: #F5F5F5;
}

.dropmenu li {
  float: left;
  width: 100%;
}

.dropmenu li a {
  display: inline-block !important;
  border-bottom: none;
  padding: 5px !important;
}

.dropmenu li p {
  margin-top: -5px !important;
  padding-left: 44px !important
}

.outerul li a:hover {
  background: none !important;
}

.money-xs {
  background: url("../images/money-transfer1.png") no-repeat top left;
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}

.mobile-xs {
  background: url("../images/mobile-wallet1.png") no-repeat top left;
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}

.coins-xs {
  background: rgba(0, 0, 0, 0) url("../images/oyo-coins1.png") no-repeat top left;
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}

.entertainment-xs {
  background: url("../images/entertainement1.png") no-repeat top left;
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}

.payment-xs {
  background: url("../images/payment-gateway1.png") no-repeat top left;
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}

.money-xs p,
.mobile-xs p,
.coins-xs p,
.entertainment-xs p,
.payment-xs p {
  font-size: 11px;
  margin-bottom: 20px;
}

.main-wrapper {
  float: left;
  width: 100%;
}

.app-icons .google {
  background: url('../images/google-play.png') no-repeat center center;
  height: 60px;
  width: 180px;
}

.app-icons .ios {
  background: url('../images/apple-play.png') no-repeat center center;
  height: 60px;
  width: 180px;
}

.app-icons .google:hover {
  background: url('../images/google-play_hover.png') no-repeat center center;
  height: 60px;
  width: 180px;
}

.app-icons .ios:hover {
  background: url('../images/apple-play_hover.png') no-repeat center center;
  height: 60px;
  width: 180px;
}

.aboutus-section {
  float: left;
  width: 100%;
  padding: 70px 0;
  background-color: #fff;
}

.Insidebanner {
  float: left;
  width: 100%;
}

.common_heading {
  color: #000;
  font-weight: 600;
  float: left;
  width: 100%;
  font-size: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.common_heading:before {
  top: 50px;
  background-color: #00b03f;
  content: "";
  height: 3px;
  left: calc(50% - 20px);
  position: absolute;
  text-align: center;
  bottom: 0px;
  width: 40px;
  z-index: 1;
}

.aboutus-content {
  float: left;
  width: 100%;
}

.outer-aboutus-para {
  float: left;
  width: 100%;
}

.outer-aboutus-para p {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding: 20px 0;
  margin: 0;
  text-align: justify;
}

.head-left {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.inner-header {
  background-color: #FF4D0E;
  background-image: none;
  min-height: 0;
  padding: 15px 0;
}

.inner-header .navbar {
  margin: 0;
}

.inner-header .logo {
  margin: 8px 0 0 0;
}

.inner-header .topOuter {
  margin: 15px 0 0 0;
}

.head-left-line {
  float: left;
  width: 100%;
  margin: 20px 0;
  font-size: 20px;
}

.these-include {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
}

.inline-content {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding: 0 !important;
  margin: 0;
}

.loin-from .form-control {
  border-radius: 0 !important;
}

.loin-from .btn-primary {
  border-radius: 0 !important;
}

.btn-block {
  float: left;
  width: 100%;
  background-color: #FF4D0E;
  border-radius: 0;
  color: #fff;
}

.contact-mobile-number {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-size: 20px;
}

.contact-mobile-number img {
  margin-right: 10px;
}

.developer-header {
  background: #00b03f !important;
  padding-bottom: 100px;
}

.developer-header a {
  text-decoration: none;
}

.developer-bannerBtn {
  background: #0a7a31;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  box-shadow: 4px 5px 4px #202840;
  -webkit-box-shadow: 4px 5px 4px #202840;
  -moz-box-shadow: 4px 5px 4px #202840;
}

.developer-bannerBtn:hover {
  background: #0da342;
  color: #ffffff;
}

.developer-getBtn {
  margin-top: 50px;
  background: #e32b52;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.developer-bannerBtnbotton {
  background: #fff;
  color: #dc234a;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.developer-heading {
  font-size: 30px;
  font-weight: 500;
  position: relative;
}

.developer-heading:after {
  background: #df274e;
  height: 3px;
  width: 36px;
  content: "";
  position: absolute;
  left: calc(50% - 18px);
  top: 50px;
}

.developer-content {
  width: 36%;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  margin-top: 30px;
  line-height: 25px;
}

.developer-feaContent h4 {
  color: #323232;
  float: left;
  width: 100%;
}

.developer-feaContent p {
  color: #646464;
  float: left;
  width: 100%;
}

.margin-top-50 {
  margin-top: 50px;
}

.developer-skew-wrapper {
  background: #FF4069;
  width: 100%;
  float: left;
  margin-top: 140px;
  text-align: center;
}

.developer-skew-inner {
  padding: 50px 0;
  margin: 50px 0;
}

.developer-happy-section {
  padding-top: 0 !important;
}

.domore-content-footer {
  color: #646464;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 40px 0 43px;
  max-width: 50%;
}

.develop-extra-cont {
  float: left;
  width: 100%;
  padding: 0px 0 30px 0;
  text-align: center;
  position: relative;
}

.center-logo {
  display: inline-block;
  text-align: center;
}

.center-logo:before {
  background: url(../images/text-1.png) no-repeat;
  content: "";
  height: 39px;
  left: 350px;
  top: 50px;
  position: absolute;
  width: 48px;
  text-align: center;
}

.center-logo:after {
  background: url(../images/text-2.png) no-repeat;
  content: "";
  height: 39px;
  right: 350px;
  top: 50px;
  position: absolute;
  width: 48px;
  text-align: center;
}

.middle-developer-content {
  color: #838383;
  display: inline-block;
  max-width: 47%;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  text-align: center;
  position: relative;
}

.middle-developer-content:after {
  background-color: #df274e;
  content: "";
  height: 2px;
  left: calc(50% - 50px);
  top: 80px;
  position: absolute;
  width: 100px;
  text-align: center;
}

.developre-name-one {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0;
  float: left;
  width: 100%;
}

.red-round img {
  border-radius: 50%;
}

.desigination {
  color: #797979;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.desigination-two {
  color: #797979;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.outer-round {
  float: left;
  width: 100%;
  padding: 50px 0 80px 0;
}

.red-round {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.red-round img {
  display: inline-block;
  width: 100%;
}

.red-round-text {
  display: inline-block;
  text-align: left;
  padding-left: 15px;
}

.bg-back-color-new:after {
  background: #fff3f6 !important;
}

.bg-back-color {
  background: #fff3f6 !important;
}

.bg-back-color-all {
  background: #fff3f6 !important;
  border-top: 1px solid #eee !important;
}

.bg-back-color-new {
  margin: -97px 0 0 !important;
}

.leader-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
  float: left;
  color: #4b4b4b;
}

.leader-designation {
  font-size: 15px;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  color: #4b4b4b;
  font-weight: 500;
}

.leader-information {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  line-height: 27px;
  color: #646464;
}

.margin-top-100 {
  margin-top: 100px;
}

.teamname {
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
}

.teamdes {
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}

.team-bg {
  background: #fbfbfb;
  padding-bottom: 100px !important;
}

.margin-top-80 {
  margin-top: 80px;
}

.team-more1,
.team-more2,
.team-more3 {
  color: #66CCFF;
  cursor: pointer;
  font-weight: 500;
  margin-left: 5px;
}

.about-us-cont p {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding: 20px 0 10px;
  margin: 0;
  text-align: justify;
}

.about-us-cont ul li {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding: 5px 0;
  margin: 0;
  text-align: justify;
}

.about-us-cont p strong em {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 20px;
}

.about-us-cont p strong {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 20px;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.error {
  color: #ff0000;
  font-size: 14px !important;
  font-weight: normal;
}

.no-bg {
  min-height: auto !important;
  padding: 20px 0 !important;
  background: #f7f7f7;
  height: auto;
}

.no-bg .navbar {
  min-height: auto !important;
  margin-bottom: 0 !important;
}

.no-bg .logo {
  margin-top: 0;
}

.no-bg .topOuter {
  margin-top: 10px !important;
}

.foothead a {
  display: inline-block;
}

.white-light-bg .skew-inner {
  margin: 0 !important;
  padding: 100px 0 136px 0 !important;
}

.int-img img {
  border: 1px solid #ddd;
}

#products:focus {
  outline: none;
}

.further-left-padd {
  padding-right: 50px;
}

.hed_soc_i {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hed_soc_i li {
  display: inline-block;
  margin-left: 6px;
  margin-top: 2px;
}

.hed_soc_i li a {
  display: inline-block;
}

.marginTop30 {
  margin-top: 30px;
}

.payment_steps {
  margin-top: 20px;
}

.payment_steps h3 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin: 30px 0 15px;
}

.payment_steps p {
  font-size: 16px;
  font-weight: 500;
  color: #646464;
  line-height: 32px;
}

.chap_user {
  width: 100%;
  float: left;
  position: relative;
  height: 500px;
}

.chap_user:before {
  width: 50%;
  background: url("../images/user.png") no-repeat center/cover;
  height: 500px;
  float: left;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.chap_user:after {
  width: 50%;
  background: url("../images/merchant.jpg") no-repeat center/cover;
  height: 500px;
  float: left;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
}

.chap_user_inner {
  width: 100%;
  float: left;
  position: relative;
}

.chap_user1,
.chap_user2 {
  padding: 390px 0 0 40px;
  z-index: 1;
}

.chap_user1 h4,
.chap_user2 h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 5px;
}

.chap_user1 h1,
.chap_user2 h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.chap_userCont {
  width: 100%;
  float: left;
}

.chap_userCont1 {
  border-right: 1px solid #ebebeb;
}

.chap_userCont1,
.chap_userCont2 {
  padding: 0 0 0 40px;
}

.chap_userCont1 h3,
.chap_userCont2 h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin: 40px 0 20px;
}

.chap_userCont1 p,
.chap_userCont2 p {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 25px;
  padding-right: 25px;
}

.chap_userCont1 ul,
.chap_userCont2 ul {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.chap_userCont1 ul li,
.chap_userCont2 ul li {
  display: inline-block;
  width: 92%;
  padding: 25px 0 25px 60px;
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  font-weight: 500;
}

.chap_userCont1 ul li {
  color: #4b4b4b;
}

.chap_userCont2 ul li {
  color: #4b4b4b;
}

.chap_userCont1 ul li:last-child,
.chap_userCont2 ul li:last-child {
  border: 0;
}

.signup1 {
  background: url("../images/user-signup.png") no-repeat left center;
}

.scan1 {
  background: url("../images/user-scan.png") no-repeat left center;
}

.recharge1 {
  background: url("../images/user-recharge.png") no-repeat left center;
}

.signup2 {
  background: url("../images/signup-merchant.png") no-repeat left center;
}

.accept2 {
  background: url("../images/accept-payment.png") no-repeat left center;
}

.offers1 {
  background: url("../images/promote-merchant.png") no-repeat left center;
}

.chap_userCont1 a {
  background: #00b13f;
}

.chap_userCont2 a {
  background: #00b13f;
}

.chap_userCont1 a,
.chap_userCont2 a {
  padding: 12px 45px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  border-radius: 4px;
  margin: 28px 0 70px;
}

.chap_userCont1 a:hover {
  background: #059234;
}

.chap_userCont2 a:hover {
  background: #059234;
}

.develop_api {
  width: 100%;
  float: left;
  padding: 70px 0;
}

.develop_api h1 {
  width: 100%;
  float: left;
  font-size: 36px;
  font-weight: 700;
  color: #010101;
  margin: 0 0 22px;
}

.develop_api p {
  max-width: 70%;
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  margin: 0 0 30px;
}

.develop_api h5 {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #646464;
  margin: 0 0 30px;
}

.develop_api_box {
  width: 100%;
  float: left;
  border: 1px solid #e6ebf3;
  border-radius: 3px;
  padding: 25px;
  margin-top: 20px;
}

.develop_api_box h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  margin: 25px 0 12px
}

.develop_api_box .develop_api_boxCont {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #646464;
  margin: 0 0 35px;
  max-width: 88%;
  min-height: 37px;
}

.develop_api_box a {
  display: inline-block;
  background: #00b13f;
  color: #fff;
  padding: 12px 18px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.develop_api_box a:hover {
  background: #0a7a31;
}

.ul-social-footer li {
  display: inline-block;
  width: auto;
}

.footer-bottom2 {
  width: 100%;
  float: left;
  border-top: 1px solid #ececec;
  padding: 25px 0;
}

.copyrights {
  line-height: 40px;
  font-weight: 700;
  font-size: 12px;
  color: #969696;
  margin-left: 15px;
}

.footer-bottom2-link {
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  color: #646464;
  text-align: right;
  float: right;
}

.footer-bottom2-link a {
  text-decoration: none;
  border-bottom: 1px solid #646464;
  color: #646464;
}

.merchant-header .logo,
.merchant-header .hed_soc_i li a img {
  filter: brightness(0) invert(1);
}

.merchant-header .menuitems li a,
.merchant-header .menuitems li span {
  color: #fff !important;
}

.merchant-header .banner-heading {
  color: #fff;
  margin: 50px 0 30px;
}

.merchant-header .banner-content1 {
  color: #fff;
}

.merchant-header .merchant_btn {
  display: inline-block;
  background: #028030;
  padding: 20px 30px;
  color: #ffffff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 4px 5px 4px #342062;
  -webkit-box-shadow: 4px 5px 4px #342062;
  -moz-box-shadow: 4px 5px 4px #342062;
  margin: 0 10px 10px 0;
}

.merchant-header .merchant_btn:hover {
  background: #02a53e;
  color: #ffffff;
}

.merchant-header a {
  text-decoration: none;
}

.merchant-header .mobile-image-header {
  margin-top: 70px;
  margin-left: -60px;
  max-width: 100%;

}

.business_head {
  width: 100%;
  float: left;
  font-size: 60px;
  font-weight: 700;
  color: #323232;
  margin: 0 0 10px;
}

.pay_color {
  color: #492d8b;
}

.chap_color {
  color: #00b03f;
}

.merchant-content {
  max-width: 74% !important;
}

.mer_a a {
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-top: 60px;
  margin-left: 20px;
}

.mer_signup {
  background: #00b03f;
  border: 2px solid #00b03f;
  color: #fff;
  padding: 20px 40px;
}

.mer_app {
  background: #fff;
  border: 2px solid #492d8b;
  color: #492d8b;
  padding: 20px;
}

.mer_app img {
  margin-right: 10px;
}

.mer_signup:hover {
  background: #038b21;
  color: #fff;
  border: 2px solid #038b21;
}

.mer_app:hover {
  color: #fff;
  background: #492d8b;
}

.mer_app:hover img {
  filter: brightness(0) invert(1);
}

.gray-bg {
  width: 100%;
  float: left;
  background: #fafafa;
  padding: 100px 0;
}

.business_head2 {
  font-size: 48px;
}

.merchant-content2 {
  max-width: 60% !important;
}

.mer_payment_steps {
  text-align: left;
  padding: 0;
}

.mer_payment_steps h3 {
  font-size: 36px;
  margin: 25px 0 15px;
}

.mer_payment_steps p {
  font-size: 18px;
  font-weight: 400;
  max-width: 85%;
}

.m-t-80 {
  margin-top: 80px;
}

.marchant-white-left h2 {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px;
}

.marchant-white-left ul {
  list-style-type: none;
  padding: 0;
  margin-top: 35px;
}

.marchant-white-left ul li {
  display: inline-block;
  width: 100%;
  background: url("../images/develop_tick.png") no-repeat left center;
  background-size: 24px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  margin-bottom: 25px;
}

.getStarted {
  width: 100%;
  float: left;
  background: url("../images/get_banner.png") no-repeat left center/cover;
  padding-top: 50px;
}

.getStarted-right {
  padding: 30px 0 0 0;
}

.getStarted-right h2 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin: 0 0 40px;
  text-align: center;
}

.getStarted-steps {
  padding: 0 10px;
}

.getStarted-steps h3 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0 0 15px;
  float: left;
  width: 100%;
}

.getStarted-steps p {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin: 0 0 15px;
  line-height: 22px;
  float: left;
  width: 100%;
}

.getStarted-right h5 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 15px 0;
  float: left;
  width: 100%;
}

.getStarted-app a {
  display: inline-block;
  margin: 10px 0 0 25px;
}

.business_head3 {
  font-size: 38px;
}

.merchant-content3 {
  margin: 20px 0 45px 0;
  color: #323232;
  font-weight: 500;
}

.ecosystem {
  text-align: left;
  margin-top: 15px;
}

.ecosystem h5 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px;
  color: #00b03f;
}

.ecosystem ul {
  list-style-type: none;
  padding: 0;
}

.ecosystem ul li {
  font-weight: 500;
  font-size: 15px;
  color: #646464;
  margin-bottom: 14px;
}

.ecosystem ul li img {
  margin-right: 13px;
}

.ul-down-footer li {
  width: auto;
  display: inline-block;
}

.customer-header {
  background: #00b03f;
  padding: 0 0 100px;
}

.customer-header .logo,
.customer-header .hed_soc_i li a img {
  filter: brightness(0) invert(1);
}

.customer-header .menuitems li a,
.customer-header .menuitems li span {
  color: #fff !important;
}

.customer-header .menuitems li.active a::after,
.customer-header .menuitems li:hover a::after {
  background: #fff;
}

.customer-header .banner-heading {
  color: #fff;
  margin: 50px 0 30px;
}

.customer-header .banner-content {
  color: #fff;
}

.customer-header .mobile-image-header {
  /* margin-top: 60px; */
  padding-left: 60px;
  /* margin-left: -180px; */
  width: 100%;
}

.custom-secure-img {
  width: 102px;
}

.customer-header .customer-bannerBtn {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  padding: 16px 28px 16px 60px;
  box-shadow: 4px 5px 4px #63eb93;
  -webkit-box-shadow: 4px 5px 4px #63eb93;
  -ms-box-shadow: 4px 5px 4px #63eb93;
  border-radius: 4px;
  margin-right: 20px;
  margin-top: 10px;
}

.customer-header .android_down {
  background: #4a2e8c url("../images/customer-android.png") no-repeat left center;
  background-position: 27px;
}

.customer-header .ios_down {
  background: #4a2e8c url("../images/customer-apple.png") no-repeat left center;
  background-position: 27px;
}

.customer-header .ios_down:hover,
.customer-header .android_down:hover {
  background-color: #210563 !important;
}

.customer-header a {
  text-decoration: none;
}

.customer-header .customer-bannerBtn img {
  margin-right: 12px;
}

.cus_uses {
  width: 100%;
  float: left;
  text-align: left;
}

.cus_uses h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 15px 0 10px;
}

.cus_uses p {
  font-size: 18px;
  font-weight: 400;
  color: #969696;
  line-height: 32px;
  padding-right: 50px;
  margin-bottom: 25px;
}

.cus_uses_right {
  text-align: right;
}

.cus_uses_right p {
  padding-left: 50px !important;
  padding-right: 0 !important;
}

.m-t-30 {
  margin-top: 30px;
}

.cus_use_steps {
  margin-top: 0;
}

.cus_use_steps h3 {
  font-size: 24px;
  padding: 0 30px;
  min-height: 54px;
}

.cus_use_steps p {
  font-size: 18px;
  font-weight: 400;
}

.how_do_work {
  background: #f6f6f9;
  border: 0;
  height: 250px;
}

.how_do_work h3 {
  font-size: 20px;
  margin: 40px 0 10px;
}

.how_do_work .develop_api_boxCont {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 400;
  max-width: 100%;
}

.how_do_work_padd {
  padding: 0 4px;
}

.startPaying {
  width: 100%;
  float: left;
  background: #00b03f;
  position: relative;
  padding: 20px 0;
}

.startPaying:before {
  position: absolute;
  content: "";
  top: 0;
  background: #fff;
  height: 70px;
  left: 0;
  width: 100%;
}

.startPaying:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
}

.startPaying-left {
  z-index: 10;
}

.startPaying-right {
  margin-top: 150px;
}

.startPaying-right h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  margin: 0 0 40px;
}

.startPaying-right ul {
  list-style-type: none;
  padding: 0;
}

.startPaying-right ul li {
  font-size: 18px;
  font-weight: 700;
  color: #15e252;
  margin: 0 0 25px;
  cursor: pointer;
}

.startPaying-right ul li.active {
  color: #fff;
}

.merchant-header .menuitems li.active a::after,
.merchant-header .menuitems li:hover a::after {
  background: #fff;
}

.developer-header .logo {
  filter: brightness(0) invert(1);
}

.developer-header .menuitems li a,
.developer-header .menuitems li span {
  filter: brightness(0) invert(1);
}

.developer-header .hed_soc_i li a img {
  filter: brightness(0) invert(1);
}

.developer-header .banner-heading {
  color: #fff;
  margin: 50px 0 30px;
}

.developer-header .banner-content {
  color: #fff;
}

.developer-header .mobile-image-header {
  margin-top: 65px;
  /* margin-left: -240px; */
  width: 100%;
}

.develope_love {
  background: #f0f4fa;
  padding: 30px 40px 20px;
  margin-top: 40px;
  width: 100%;
  float: left;
}

.develope_love_head {
  font-size: 18px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 600;
}

.develope_love ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.develope_love ul li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #8b8299;
  background: url("../images/develop_tick.png") no-repeat left center;
  background-size: contain;
  height: 24px;
  padding-left: 40px;
  line-height: 24px;
}

.getting_started_head {
  width: 100%;
  float: left;
  font-size: 26px;
  color: #000;
  font-weight: 700;
  margin: 40px 0 20px;
}

.getting_started_left {
  float: left;
  width: 3%;
}

.getting_started_left i {
  color: #536e92;
  font-size: 12px;
}

.getting_started_right {
  float: left;
  width: 67%;
}

.getting_started_div {
  float: left;
  width: 100%;
}

.getting_started_right h5 {
  color: #536e92;
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}

.getting_started_right p {
  color: #182223;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10px;
}

.getting_started_right a {
  border: 1px solid #e6ebf3;
  color: #536e92;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.getting_started_right a:hover {
  background: #1a459a;
  color: #fff;
  border: 1px solid #1a459a;
}

.getting_started_right a img {
  width: 24px;
}

.getting_started_right_bor {
  border-bottom: 1px solid #e6ebf3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.m-b-10 {
  margin-bottom: 10px;
}

.getting_started_right_box {
  padding: 10px !important;
  width: 150px;
  text-align: center;
  margin-top: 15px;
}

.getting_started_right_box:hover {
  background: none !important;
  color: #536e92 !important;
  border: 1px solid #e6ebf3 !important;
}

.no-border {
  border: 0 !important;
}

.populars_payments {
  width: 100%;
  float: left;
  border-top: 1px solid #f7f7f7;
  padding-top: 40px;
}

.populars_payments p {
  width: 100%;
  float: left;
  color: #646464;
  font-weight: 500;
  text-align: center;
  max-width: 100%;
  margin-top: 20px;
}

.populars_payments p i {
  margin-right: 10px;
}

.ingrate_payments_btn {
  border: 1px solid #e6ebf3;
  color: #8b8299;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 2px;
}

.developer-getBtn {
  background: #00b03f;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.developer-getBtn:hover {
  background: #00b03f;
  color: #ffffff;
  opacity: 0.7;
}

.startPaying .tab-content {
  display: none;
}

.startPaying .tab-content.active {
  display: block;
}

a:hover {
  text-decoration: none;
}

.develop_api_box2 a {
  background: #00b03f;
  color: #ffffff;
}

.develop_api_box2 a:hover {
  background: #00b03f;
  color: #ffffff;
  opacity: 0.8
}

.startPaying-left-moc {
  float: left;
  width: 100%;
}

.mer_signup_bor .merchant_btn {
  display: inline-block;
  background: #00b03f;
  padding: 20px 30px;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
  font-size: 18px;
}

.mer_signup_bor .merchant_btn:hover {
  background: #018b1f;
  color: #fff;
}

.mer_signup_bor {
  border-top: 1px solid #eee;
  margin-top: 70px;
  padding-top: 50px;
}

.business-signup {
  width: 100%;
  float: left;
  position: relative;
}

.business-signup::before {
  position: absolute;
  background: url("../images/sign-up-bg.png") no-repeat top center/cover;
  left: 0;
  width: 48%;
  content: "";
  height: 100%;
}

.business-signup-bgLogo {
  position: absolute;
  left: 15px;
  top: 30px;
}

.business-signup-bgLogo img {
  filter: brightness(0) invert(1);
  width: 125px;
}

.business-signup-form {
  padding-top: 30px;
}

.business-signup-form-inner {
  display: table;
  width: 100%;
  height: calc(100vh - 48px);
  padding: 0 80px;
}

.business-signup-form-inner1 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.business-signup-form h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  float: left;
  width: 100%;
  margin: 10px 0 10px;
}

.business-signup-form p {
  font-size: 16px;
  color: #646464;
  font-weight: 400;
  margin: 10px 0 20px;
  float: left;
  width: 100%;
}

.business-signup-form .form-group {
  margin-bottom: 30px;
}

.business-signup-form .form-control {
  border: 0;
  border-bottom: 1px solid #dde2ff;
  box-shadow: none;
  background: none;
  border-radius: 0;
  padding: 10px 0;
  padding: 10px 0 0;
  height: auto;
  position: relative;
  height: 50px;
  font-size: 14px;
  color: #323232;
  font-weight: 500;
}

.business-signup-form .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 20px;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  color: #8a8cac;
}

.business-signup-form .form-control:focus {
  border-bottom: 1px solid #4a2e8c;
}

.business-signup-form input:focus~.floating-label {
  top: 0;
  left: 15px;
  font-size: 11px;
  opacity: 1;
  color: #4a2e8c;
}

.business-signup-form input:not(:focus):valid~.floating-label {
  position: absolute;
  font-size: 14px;
  left: 15px;
  top: 5px;
}

.agree_term_in {
  display: none;
}

.agree_term_la {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin: 5px 0;
  cursor: pointer;
}

.agree_term_la::before {
  border: 1px solid #dadada;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  z-index: 1000;
  border-radius: 3px;
}

.agree_term_in:checked+.agree_term_la::after {
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 100000;
  content: "\f00c";
  font-family: FontAwesome;
  color: #4a2e8c;
}

.business-signup-btn {
  background-color: #4a2e8c;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 14px 30px 14px 30px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none !important;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  text-transform: uppercase;
  border: 0;
  width: 100%;
}

.business-signup-btn:hover {
  background: #210563;
}

.onb-back-home {
  line-height: 18px;
  float: right;
  width: auto;
  margin: 0 15px 0 0;
  font-size: 13px;
  color: #596377;
  font-weight: 400;
  background: #fff;
}

.onb-back-home i {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}


.demo-next-add {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.bold.nxt-line {
  font-weight: bold;
  font-size: 18px;
}

.nxt-line {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.demo-next-add {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.nxt-line i {
  margin: 0 10px;
}

.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #ddd;
  color: #323232;
  cursor: pointer;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.back-to-top:hover {
  background: #00b03f;
  color: #fff;
}

.back-to-top i {
  font-size: 13px;
}

.mobile-image-header--0 {
  margin-top: 30px;
  background: url("../images/merchant_img.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 45%;
  height: 500px;
}




@media screen and (max-width:767px) {
  header {
    background: url("../images/illustrator-phone.png") no-repeat bottom center;
    background-size: cover;
    height: 100vh;
  }

  header .row {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-subheading {
    font-size: 23px;
    line-height: 40px;
    margin: 0 0 20px;
    max-width: 100%;
  }

  .banner-content {
    font-size: 16px;
    margin: 0 0 10px 0;
  }

  .paychap_plus {
    width: 250px;
  }

  .white-bg {
    padding: 60px 0;
  }

  .startPaying-left-moc {
    padding-top: 90px;
  }

  .banner-content,
  .domore-content,
  .middle-developer-content,
  .domore-content-two,
  .domore-content-ver,
  .features-contnew,
  .sin-text,
  .domore-content-footer {
    max-width: 100% !important;
    line-height: 30px;
    font-size: 18px;
    margin: 10px 0 30px 0;
  }

  .payment_steps h3 {
    margin: 10px 0 10px;
    font-size: 35px;
  }

  .payment_steps {
    margin-top: 30px;
  }

  .chap_user {
    display: none;
  }

  .chap_userCont1,
  .chap_userCont2 {
    padding: 0;
    border: 0;
  }

  .chap_userCont1 h4 {
    color: #00b03f;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
  }

  .chap_userCont2 h4 {
    color: #00b03f;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
  }

  .chap_userCont1 h1 {
    color: #00b03f;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
  }

  .chap_userCont2 h1 {
    color: #00b03f;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
  }

  .chap_userCont {
    border-top: 1px solid #ddd;
    padding: 40px 0;
  }

  .white-bg {
    padding: 60px 0 40px;
  }

  .chap_userCont1 h3,
  .chap_userCont2 h3 {
    font-size: 22px;
    margin: 25px 0 20px;
  }

  .chap_userCont1 ul li,
  .chap_userCont2 ul li {
    padding: 15px 0 15px 50px;
    font-size: 17px;
    width: 100%;
  }

  .chap_userCont1 a,
  .chap_userCont2 a {
    font-size: 17px;
    padding: 12px 20px;
    margin: 28px 0 30px;
  }

  .chap_userCont1 p,
  .chap_userCont2 p {
    font-size: 18px;
  }

  .orange-bg {
    padding: 50px 0;
  }

  .section-heading-two {
    font-size: 30px;
    line-height: 40px;
  }

  .features-content p {
    padding: 0;
  }

  .develop_api {
    padding: 50px 0;
  }

  .develop_api h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .develop_api p {
    font-size: 16px;
    max-width: 100%;
  }

  .develop_api h5 {
    font-size: 18px;
    line-height: 30px;
  }

  .foot_logo {
    width: 200px;
  }

  .mobile-image-header {
    margin-top: 30px;
  }

  .merchant-header .navSlideMenu img {
    filter: brightness(0) invert(1);
  }

  .merchant-header .merchant_btn {
    padding: 20px 16px;
    margin: 10px 0 0;
  }

  .merchant-header .mobile-image-header {
    max-width: 100%;
    margin-left: 0;
  }

  .merchant-header {
    padding: 0 0 50px;
    height: 100%;
  }

  .business_head {
    font-size: 32px;
  }

  .mer_a {
    margin-top: 30px;
  }

  .mer_a a {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  .gray-bg {
    padding: 50px 0;
  }

  .business_head2 {
    font-size: 29px;
  }

  .payment_steps {
    margin-top: 20px;
  }

  .payment_steps h3 {
    font-size: 28px;
    margin-top: 25px;
  }

  .mer_payment_steps p {
    max-width: 100%;
  }

  .marchant-white-left ul li {
    background: url("../images/develop_tick.png") no-repeat top left;
    background-size: 24px;
    line-height: 20px;
  }

  .mer_payment_steps {
    padding: 0 15px;
  }

  .develop_api_box .develop_api_boxCont {
    max-width: 100%;
  }

  .footer-bottom2-link {
    text-align: left;
  }

  .customer-header .navSlideMenu {
    filter: brightness(0) invert(1);
  }

  .customer-bannerBtn {
    width: 100%;
    padding: 16px 28px 16px 45px !important;
  }

  .customer-header .mobile-image-header {
    max-width: 100%;
    margin-left: 0;
  }

  .customer-header {
    padding: 0 0 50px;
  }

  .padd-xs {
    padding: 0 15px;
  }

  .cus_uses_right {
    text-align: left;
  }

  .cus_uses_right p {
    padding-left: 0 !important;
  }

  .cus_uses p {
    padding-right: 0;
  }

  .cus_mob_cen {
    margin: 20px 0 50px;
  }

  .how_do_work_padd {
    padding: 0 15px;
  }

  .startPaying-right {
    margin-top: 50px;
  }

  .startPaying-right h2 {
    font-size: 26px;
    line-height: 50px;
  }

  .startPaying::after {
    content: none;
  }

  .customer-header .android_down,
  .customer-header .ios_down {
    background-position: 12px;
  }

  .cus_use_steps h3 {
    padding: 0;
  }

  .cus_uses h3 {
    font-size: 26px;
    margin-top: 35px;
  }

  .cus_use_steps {
    margin-top: 40px;
  }

  .developer-header .navSlideMenu {
    filter: brightness(0) invert(1);
  }

  .developer-header .mobile-image-header {
    margin-top: 50px;
    max-width: 100%;
    margin-left: 0;
  }

  .develop_api .row {
    margin-left: 0;
    margin-right: 0;
  }

  .develope_love {
    padding: 30px 20px 20px;
  }

  .develope_love ul li {
    height: auto;
    background-size: 24px;
  }

  .getting_started_left {
    width: 8%;
  }

  .getting_started_right {
    width: 92%;
  }

  .getting_started_right p {
    max-width: 100%;
  }

  .developer-bannerBtn {
    font-size: 20px;
    width: 100%;
  }

  .developer-header {
    padding-bottom: 50px;
    height: 100%;
  }

  .develop_api_img {
    margin: 20px 0;
  }

  .business-signup:before {
    content: none;
  }

  .business-signup-form {
    padding-left: 0 !important;
  }

  .business-signup-bgLogo-mob {
    display: inline-block;
    margin: 20px;
  }

  .startPaying-left-moc img {
    left: 0;
  }

  header .mobile-image-header {
    margin-left: 0 !important;
  }

  .business-signup-form-inner {
    padding: 0;
  }

  .get_in_touch {
    font-size: 28px !important;
  }

  .contact_description {
    font-size: 16px !important;
  }

  .contact_number {
    font-size: 18px !important;
  }

  .gopay_icons {
    text-align: center;
  }

  .xs-mt-15 {
    margin-top: 15px;
  }

  .xs-mt-50 {
    margin-top: 50px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .banner-subheading {
    max-width: 100%;
    line-height: 34px;
    font-size: 24px !important;
    margin: 0 0 18px;
  }

  .payment_steps h3 {
    font-size: 36px;
  }

  .chap_user1 h1,
  .chap_user2 h1 {
    font-size: 32px;
  }

  .chap_userCont1 h3,
  .chap_userCont2 h3 {
    font-size: 22px;
  }

  .chap_userCont1 p,
  .chap_userCont2 p {
    font-size: 19px;
  }

  .chap_userCont1 p,
  .chap_userCont2 p {
    min-height: 105px;
  }

  .chap_userCont1 ul li,
  .chap_userCont2 ul li {
    font-size: 18px;
  }

  .chap_userCont1 a,
  .chap_userCont2 a {
    padding: 12px 30px;
    font-size: 18px;
  }

  .features-content p {
    padding: 0 20px;
  }

  .develop_api_box {
    padding: 15px;
  }

  .develop_api_box .develop_api_boxCont {
    font-size: 11px;
    min-height: 50px;
    margin: 0 0 15px;
  }

  .ul-down-footer li a img {
    width: 90px;
  }

  .ul-down-footer li {
    width: auto;
    display: inline-block;
  }

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

  .foothead h1 {
    font-size: 12px;
  }

  .getStarted-right {
    padding: 0;
  }

  .getStarted-right h2 {
    font-size: 28px;
  }

  .getStarted-steps h3 {
    font-size: 14px;
  }

  .getStarted-steps p {
    font-size: 11px;
    line-height: 20px;
  }

  .getStarted-right h5 {
    margin: 0;
    font-size: 14px;
  }

  .customer-header .mobile-image-header {
    max-width: 100%;
    margin-left: 0;
  }

  .cus_uses h3 {
    font-size: 30px;
  }

  .cus_uses p {
    padding-right: 0;
  }

  .cus_uses_right p {
    padding-left: 0 !important;
  }

  .cus_use_steps h3 {
    font-size: 16px;
    padding: 0;
  }

  .cus_use_steps p {
    font-size: 14px;
    line-height: 26px;
  }

  .how_do_work {
    padding: 10px;
  }

  .how_do_work h3 {
    font-size: 14px;
  }

  .startPaying-right h2 {
    font-size: 40px;
  }

  .startPaying-right {
    margin-top: 120px;
  }

  .mer_payment_steps h3 {
    font-size: 25px !important;
  }

  .ecosystem {
    padding: 0 10px;
  }

  .ecosystem h5 {
    font-size: 15px;
  }

  .develop_api p {
    max-width: 100%;
  }

  .developer-header {
    padding-bottom: 80px !important;
  }

  .developer-header .mobile-image-header {
    margin-top: 50px;
    max-width: 100%;
    margin-left: 0;
  }

  header .mobile-image-header {
    margin-left: 100;
  }
}

@media (min-width:992px) and (max-width:1199px) {

  .chap_userCont1 p,
  .chap_userCont2 p {
    min-height: 136px;
  }

  .chap_userCont1 a,
  .chap_userCont2 a {
    padding: 12px 40px;
  }

  .merchant-header .mobile-image-header {
    max-width: 100%;
    margin-left: 0;
  }

  .how_do_work {
    min-height: 280px;
  }

  .how_do_work h3 {
    font-size: 17px;
  }

  .customer-header .mobile-image-header {
    max-width: 100%;
    margin-left: 0;
  }

  .customer-header .customer-bannerBtn {
    font-size: 20px;
  }

  .mer_payment_steps h3 {
    font-size: 30px;
  }

  .developer-header .mobile-image-header {
    margin-top: 50px;
    max-width: 100%;
    margin-left: 0;
  }

  .developer-header {
    padding-bottom: 80px !important;
  }

  .container {
    height: 100px;
  }
}

header .mobile-image-header {
  margin-left: 20px;
}

.header_go {
  float: left;
  width: 100%;
  text-align: center;
}

.header_go img {
  height: 50px;
  width: auto;
}

.get_in_touch {
  float: left;
  width: 100%;
  color: #000;
  font-size: 35px;
  font-weight: 700;
}

.contact_description {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0 25px;
}

.contact_number {
  float: left;
  width: 100%;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  margin: 0px 0 40px;
}

.gopay_icons {
  float: left;
  width: 100%;
}

.livechat_wrap {
  float: left;
  width: 100%;
}

.livechat_content {
  float: left;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin: 7px 0 0;
}

.contact_us_sec {
  float: left;
  width: 100%;
  margin: 70px 0 0;
}

.contact_us {
  float: left;
  width: 100%;
  color: #000;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}

.contact_us_sec .form-control {
  border: 1px solid #eee;
  box-shadow: none;
}

.contact_us_sec .form-control:focus {
  border: 1px solid #00b140;
  transition: all 0.3s ease;
  box-shadow: none;
}

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

.pad-left-70 {
  padding-left: 70px;
}

.contact_gopay {
  float: left;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.contact_address {
  float: left;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.m-t-8 {
  margin-top: 8px;
}

.send_wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.send_btn {
  display: inline-block;
  text-align: center;
  padding: 14px 28px;
  background: #146bdc;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

.send_btn:hover {
  color: #fff;
  background: #0b3975;
  transition: all 0.3s ease;
}

.livechat_img {
  display: inline-block;
}

.user_header {
  float: 100px;
}