.blink {
 animation:blink 2s infinite;
 -webkit-animation:blink 2s infinite
}
img {
    max-width: 100%;
}
@keyframes blink {
 30% {
  opacity:0
 }
}
#midd-part {
    display: block;
    float: none;
    width: 100%;
}
#uber-for-x-product-main-content {
    margin-top: 80px;
    font-family: 'Exo 2',sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
    position: relative;
}
p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
/***********************Banner css***********************/
.top-2021-banner {
  width: 100%;
  display: block;
  background-color: #fff;
  position: relative;
  padding: 40px 0px 50px;  
}
.top-2021-banner .demo-video {
    margin-top: 30px;
}
.top-2021-banner-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: relative
}
.heading-1 {
    font-size: 35px;
    color: #01ad01;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.heading-2 {
    display: block;
    color: #333;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: bold;
}
.top-2021-banner-left p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 24px;
}
.top-2021-banner-left {
  width: 600px
}
.top-2021-banner-right {
  width: calc(100% - 570px);
  width: -o-calc(100% - 570px);
  width: -ms-calc(100% - 570px);
  width: -moz-calc(100% - 570px);
  width: -webkit-calc(100% - 570px);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  position: relative
}
.top-2021-banner-right img {
  max-width: 100%;
}
.top-2021-banner-right img.top-new-benner-mob {
  position: absolute;
  top: 37px;
  left: -10px;
  z-index: 1;
  max-height: 100%
}
.top-2021-banner-right img.top-2021-banner-img-right {
  max-width: inherit;
  width: 53.335vw;
  position: relative;
  left: 0;
  z-index: 0
}
.demo-video a {
    background: #01ad01;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    width: auto;
    text-transform: uppercase;
    margin-right: 15px;
    min-height: 45px;
    line-height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
}
.demo-video a:hover {
  background: #007000;
  color: #fff;
}

/*********************** Free text section  css***********************/
.heading-area {
    width: 100%;
    margin-bottom: 30px;
}
.heading-area .head-style {
    font-size: 30px;
    color: #0e0e0e;
    font-weight: bold;
    line-height: 1em;
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0;
}
.head-style::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #01ad01;
    bottom: -15px;
    left: 0;
    z-index: 1;
}
.heading-area span {
    font-size: 24px;
    font-weight: 400;
    display: block;
    color: #01ad01;
    line-height: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
}
.heading-area.white .head-style span {
    color: #fff;
}
.heading-area.white .head-style::after {
    background-color: #fff;
}
.heading-area.white .head-style {
    color: #fff;
}
.heading-area.center {
    text-align: center;
}
.heading-area.center .head-style::after {
    left: 50%;
    margin-left: -50px;
}
.heading-area strong {
    display: block;
    font-weight: 500;
    margin-top: 30px;
    font-size: 18px;
}
.em-bar {
 background:#fde3b8 none repeat scroll 0 0;
 height:2px;
 margin:0 auto 5px;
 width:62px
}
.em-bar.em-bar-big {
    height: 5px;
    width: 100px;
    background: #9ac941;
    margin: 10px 0;
    position: relative;
    border-radius: 30px;
}
.heading-area.center .em-bar.em-bar-big {
    margin: 10px auto 10px;
}
.em-bar.em-bar-big:before {
 content:'';
 position:absolute;
 left:0;
 top:-2.7px;
 height:10px;
 width:10px;
 border-radius:50%;
 background:#658b3c;
 -webkit-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 animation-name:MOVE-BG;
 -webkit-animation-name:MOVE-BG;
 /*! animation-name:MOVE-BG */
}
@-webkit-keyframes MOVE-BG {
 from {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
 to {
  -webkit-transform:translateX(98px);
  transform:translateX(98px)
 }
}
@keyframes MOVE-BG {
 from {
  -webkit-transform:translateX(0);
  transform:translateX(0) ;
  -moz-transform:translateX(0);
  -ms-transform:translateX(0);
  -o-transform:translateX(0);
}
 to {
  -webkit-transform:translateX(98px);
  transform:translateX(98px) ;
  -moz-transform:translateX(98px);
  -ms-transform:translateX(98px);
  -o-transform:translateX(98px);
}
}

.free-text-section {
    padding: 40px 0;
    background-color: #f6f9eb;
}
.free-text-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.free-text-section .left-part, .free-text-section .right-part {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.free-text-section .right-part .right-part-img{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
}

.free-text-section .left-part .left-part-img{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.free-text-section .left-part .left-part-img img, 
.free-text-section .right-part .right-part-img img {
    width: 38vw;
}
.free-text-section .left-part .left-part-img img.cost {
    width: auto;
}
.free-text-section .right-part .right-part-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative;
}

.free-text-section .left-part .left-part-content{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.free-text-section p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.free-text-section p b {
    font-weight: 600;
    font-size: 17px;
}
.free-text-section ul {
    margin-top: 15px;
}
.free-text-section ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: normal;
  color: #000;
}
.free-text-section ul li:after {
  position: absolute;
  top: 6px;
  left: 3px;
  background: #01ad01;
  content: "";
  width: 9px;
  height: 9px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.white-bg{
    background: #fff;
}
/*****************************************/
.earnmoney {
    padding: 35px 0 40px 0;
    background-color: #f6f9eb;
}
.earnmoney-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.earnmoney .left-part {
    width: 37%;
}
.earnmoney  .right-part {
    width: 60%;
}
/*****************************************/
/******************screenshots of the App *************/
.app-screenshots {
    padding: 40px 0 50px;
    background-color: #f6f9eb;
}
.app-screenshots-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.TABROW {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 18px 0 40px 0;
    box-shadow: 0 0 0 1px #01ad01;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.TABROW .TAB {
    min-width: 170px;
    padding: 13px 34px 15px 34px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #808080;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    margin: 0;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.TABROW .TAB:nth-child(2) {
    border-style: solid;
    border-color: #01ad01;
    border-width: 0 1px;
}
.TABROW .TAB:first-child {
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}
.TABROW .TAB:last-child {
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}
.TABROW .TAB.active {
    color: #fff;
    box-shadow: none;
    background: #01ad01;
    position: relative;
}
.TABROW .TAB.active::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    border: 20px solid transparent;
    border-top-color: #01ad01;
    transition: .5s;
    margin-left: -20px;
}
.app-screenshots ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}
.app-screenshots ul.active {
    display: flex;
}
.app-screenshots ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.app-screenshots ul li img {
    max-width: 100%;
}
.app-screenshots ul li img {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.button-part {
    display: block;
    width: 100%;
    padding-top: 30px;
    text-align: center;
}
.button-part a {
    font-size: 24px;
    font-weight: 600;
    padding: 12px 30px 15px 30px;
    width: auto;
    min-height: 45px;
    line-height: 30px;
    margin: 0 auto;
    background-color: #01ad01;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.button-part a:hover {
    background-color: #007000;
    color: #fff;
}
/***********************/

/**************************Business Models*********************/

.business-models-sec {
    padding: 35px 0 20px 0;
    background-color: #fff;
    position: relative;
}
.business-models-sec.benefits-sec {
    text-align: center;
}
.business-models-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.business-models-sec ul {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-top: 40px;
}
.business-models-sec ul li {
    width: calc(33.33% - 30px);
    width: -o-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    background: #cbffcb;
    padding: 40px;
    box-shadow: -30px 30px 80px rgba(47, 52, 75, 0.05);
    border-radius: 25px;
    margin: 0 15px 30px 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.business-models-sec ul li .inner .icon {
    background: #FFFFFF;
    box-shadow: -20px 30px 60px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #59C88D;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    flex-direction: column;
}
.business-models-sec ul li .inner .icon img {
    height: auto;
    max-height: 100%;
}
.business-models-sec ul li .inner .title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 10px;
    display: block;
}

.business-models-sec ul li.bg-color-2 {
    background: #ffeeb6;
}
.business-models-sec ul li.bg-color-3 {
    background: #e0d5ff;
}
.business-models-sec ul li.bg-color-4 {
    background: #9cbb4e;
}
.business-models-sec ul li.bg-color-2 .inner .icon {
    color: #F7CD46;
    /*box-shadow: -20px 30px 60px #f7cd46;*/
}
.business-models-sec ul li.bg-color-3 .inner .icon {
    color: #6F41F6;
    /*box-shadow: -20px 30px 60px rgba(64, 28, 171, 0.7);*/
}
.business-models-sec ul li .inner .icon i img{
    max-width: 100%;
}

/******************************************/


/*************features-section***********************/
::after, ::before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.free-features-sec {
    padding: 40px 0 30px 0;
    background-color: #f7f4fb;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.free-features-sec-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    position: relative;
    z-index: 2;
}
.free-features-container {
    width: 100%;
    display: block;
    position: relative;
}
.free-features-sec .free-features-container ul {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.free-features-sec ul li {
    width: 33.333%;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.free-features-sec ul li .box-inner {
    padding: 30px 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 25px;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
}
.box-inner i {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
}
.box-inner i img {
  max-width: 100%;
}
.free-features-container .box-inner .cb-heading {
    font-size: 20px;
    color: #1e266d;
    letter-spacing: -.01em;
    line-height: 1.3;
    margin: 0;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.free-features-container .box-inner .cb-text-area p {
    transition: .25s;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
}
/*************************************/

/*****************Demo links**********************/
.demo-links-sec {
    background-color: #F6CC45;
    padding: 35px 0 20px 0;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("../jpg/hero-bg.jpg");
}
.demo-links-sec::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear,right top, left top,from(#F6CC45), to(#01ad01));
    background: -o-linear-gradient(right,#F6CC45, #01ad01);
    background: linear-gradient(to left,#F6CC45, #01ad01);
    opacity: 95%;
    z-index: -1;
}
.demo-links-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.demo-links-sec {
    width: 100%;
}
.demo-links-sec ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}
.demo-links-sec ul li {
    margin-bottom: 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    bottom: 0;
    position: relative;
    width: 25%;
    padding: 0 10px;
}
.demo-links-sec ul li:hover{
    bottom: 5px;
}
.demo-links-sec ul li:last-child {
    margin-bottom: 0px;
}
.demo-links-sec ul li a{
    display: block;
}
.demo-links-sec .live-link {
    position: relative;
}
.demo-links-sec .live-link::after {
    position: absolute;
    width: 50vw;
    content: "";
    top: -8%;
    left: 0;
    height: 110%;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

/***************************/

/*Pricing features Section*/
.pricing-features {
    padding: 35px 0px 40px 0px;
    position: relative;
    z-index: 2;
}
.pricing-features-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.pricing-features p {
    text-align: center;
}
.pricing-features img{
    max-width: 100%;
}
/**********************/
.faq {
    padding: 35px 0 20px 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear,right top, left top,from(#F6CC45), to(#01ad01));
    background: -o-linear-gradient(right,#F6CC45, #01ad01);
    background: linear-gradient(to left,#F6CC45, #01ad01);

}
.faq .heading-area {
    margin-bottom: 30px;
}
.faq-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.faq-inner ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.faq ul li {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.faq ul li span {
    background-color: #f2f2f2;
    color: #3d3d3d;
    display: block;
    font-weight: 500;
    padding: 20px 60px 20px 30px;
    position: relative;
    line-height: 24px;
    font-size: 18px;
}
.faq ul li span.active-menu::after {
    transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
    -o-transform: rotatex(180deg)
}
.faq ul li span::after {
    background-color: #4fa947;
    color: #fff;
    content: "";
    height: 100%;
    right: 0;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 46px;
    background-image: url(../svg/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
.faq-inner .faq-left,
.faq-inner .faq-right {
    width: calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px)
}
.faq ul li .answer {
    padding: 20px 30px;
    display: none;
}
.faq ul li .answer p:last-child {
    margin: 0
}

/*************************************/
.business-models-sec.benefits-sec ul li {
    width: calc(50% - 30px);
    width: -o-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.10);
    border-radius: 25px;
    transition: all 0.5s ease 0s;
}
.business-models-sec.benefits-sec ul li .inner .title {
    color: #000;
}
.business-models-sec.benefits-sec ul li:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.10), 0 0 0 1px #01ad01 inset;
}

/***************************************************/
.simularapps {
    padding: 35px 0 20px 0;
    background-color: #f6f9eb;
}
.simularapps-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.simularapps ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.simularapps ul li {
    width: 33.33%;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.simularapps ul li .simularapps-block {
    background-color: #fff;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.10);
    border-radius: 25px;
    height: 100%;
}
.simularapps ul li .simularapps-block strong {
    display: block;
    font-size: 25px;
    margin: 20px 0 13px 0;
}
.simularapps ul li .simularapps-block img {
    border-radius: 30px;
    border: 1px solid #ddd;
    width: 130px;
}
.simularapps ul li .simularapps-block p {
    margin-bottom: 0;
}
/***************************************************/
/*****************************************/
.front-end {
    padding: 40px 0 50px 0;
    background-color: #f6f9eb;
}
.front-end-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.front-end-left {
    width: 35%;
}
.front-end-right {
    width: 58%;
}
.front-end-right p:last-child {
    margin-bottom: 0;
}
.front-end a.gen-button {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #01ad01;
    padding: 15px 40px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.front-end a.gen-button:hover {
    background-color: #007000;
}
/**************************************************/
/********************************clients stylesheet start***********************************/
.client-reviews {
    padding: 35px 0 20px 0;
}
.client-reviews .text-center {
    text-align: center;
}
.client-reviews .heading-area {
    margin-bottom: 30px;
}
.client-reviews a.client-reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 11px 90px;
    transition: all 0.5s ease 0s;
    background-color: #01ad01;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}
.client-reviews a.client-reviews-btn:hover {
    background-color: #007000;
}
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.client-reviews ul li {
    width: 25%;
    margin: 0 0 20px 0;
    padding: 0 10px;
}
.client-reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
}
.client-reviews ul li a {
    position: relative;
    display: inline-block;
    padding: 8px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    vertical-align: top;
}
.client-reviews ul li a::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(../svg/play-video-38.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.client-reviews ul li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #4cbb17;
    color: #fff;
    padding: 15px;
    text-align: center;
  }
  .client-reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
  }
  .client-reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
  }
/*********************************/
/**************************************************/
.video-section {
    padding: 35px 0 40px 0;
    background-color: #f7f4fb;
}
.fronend-section._PT50_ {
    padding-top: 100px;
}
.video-section .demo-video {
    position: relative;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    max-width: 100%;
    display: inline-block;
    width: 945px;
}
.video-section .demo-video iframe {
    width: 945px;
    height: 526px;
}
.video-section-inner {
    text-align: center;
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 15px;
}
.video-section .video-data {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
/********************************************/
/*******************************************/
.inq_form {
  display: block;
  position: relative;
  padding: 30px 0 40px;
  z-index: 0;
  background-color: #f6f9eb;
}
.inq_form form input[type=submit] {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 11px 30px 13px 30px;
  background-color: #4cbb17;
  width: auto;
  text-transform: uppercase;
  min-height: 45px;
  outline: none;
  border: none;
  line-height: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.inq_form form input:hover[type=submit] {
  background-color: #309500;
}
.inq_form .head-style {
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 6px 0;
  color: #191919
}
.inq_form .heading-area {
  margin-bottom: 25px;
  text-align: left;
  align-items: flex-start;
}

.inq_form-inner {
  max-width: 1340px;
  padding: 0 15px;
  margin: 0 auto;
}
.inq_form .box-shadow {
  margin-top: 15px;
  width: 100%;
}
.inq_form .box-shadow ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.inq_form .box-shadow ul li {
  width: calc(50% - 15px);
  width: -o-calc(50% - 15px);
  width: -ms-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
  padding: 20px 30px 30px 30px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  background-color: #fff;
}
.enquire_form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
  width: calc(100% - 0px);
  width: -o-calc(100% - 0px);
  width: -ms-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inq_form .input-row-flow {
  margin-bottom: 16px;
  width: calc(50% - 8px);
  width: -o-calc(50% - 8px);
  width: -ms-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: -webkit-calc(50% - 8px);
}
.inq_form .input-row-flow:last-child {
  width: 100%;
}
.inq_form .input-row-flow .g-recaptcha {
  margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
  margin: 0px;
  border: 1px solid #ddd;
  background: #FFF;
  font-size: 16px;
  color: #292929;
  padding: 9px 10px;
  border-radius: 4px;
  -webkit-appearance: none;
  width: 100%;
}
.inq_form .text-center {
  text-align: center;
}
.custom-input-button {
  background-color: #003a57;
  position: relative;
  margin: 0 auto;
  padding: 8px 20px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  border: none;
}
.custom-input-button:hover {
  background-color: #ff6e00;
}
.inq_form .video-block {
  max-width: 100%;
  position: relative;
  width: 100%;
  box-shadow: none;
  min-height: 100%;
  text-align: center;
}
.inq_form .button-btn {
  margin-top: 0;
  justify-content: flex-start;
}
/************************************************/
.flowdata {
    padding: 35px 0 40px 0;
}
.flowdata-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.flowdata ul {
    margin-top: 15px;
}
.flowdata ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: normal;
  color: #000;
}
.flowdata ul li:after {
  position: absolute;
  top: 6px;
  left: 3px;
  background: #01ad01;
  content: "";
  width: 9px;
  height: 9px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
/************************************************/
@media screen and (max-width:1320px){
    /***********************Banner css***********************/
    .top-2021-banner-left {
      width: 500px
    }
    .top-2021-banner-right {
      width: calc(100% - 500px);
      width: -o-calc(100% - 500px);
      width: -ms-calc(100% - 500px);
      width: -moz-calc(100% - 500px);
      width: -webkit-calc(100% - 500px);
    }
    .top-2021-banner-left p {
        font-size: 18px;
        line-height: 27px;
    }

}

@media screen and (max-width:1024px) {
    .business-models-sec ul li {
        width: calc(50% - 30px);
        width: -o-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        width: -webkit-calc(50% - 30px);
    }
    .business-models-sec ul li:last-child {
        width: calc(100% - 30px);
        width: -o-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        margin: 0 15px 30px 15px;
    }
}
@media screen and (max-width:991px) {
    /***********************Banner css***********************/
    .top-2021-banner-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .top-2021-banner .heading-1 {
        font-size: 42px;
        line-height: 42px;
    }
    .top-2021-banner heading-2 {
        font-size: 20px;
        line-height: 24px;
    }
    .top-2021-banner-left p {
        font-size: 16px;
        line-height: 25px;
    }
    .top-2021-banner-left {
      width: 100%
    }
    .top-2021-banner-right {
      width: 100%;
      margin-bottom: 30px;
    }

    .left-part,
    .right-part,
    .free-text-section .left-part,
    .free-text-section .right-part {
        width: 100%;
    }
    .free-text-section .left-part .left-part-img img {
        width: auto;
        max-width: 100%;
    }
    .free-text-section .left-part {
        margin-bottom: 30px;
    }
    /********************************************/
    .inq_form .box-shadow ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        text-align: left;
        align-items:center;
    }
    /********************************************/
    .business-models-sec ul li,
    .business-models-sec ul li:last-child {
        width: auto;
        margin: 0 0 30px 0;
    }
    .business-models-sec ul {
        margin: 0;
    }
    .business-models-sec.benefits-sec ul li {
        width: calc(50% - 30px);
        width: -o-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        width: -webkit-calc(50% - 30px);
        margin: 0 10px 20px 10px;
    }
    /*************************************************/
    .app-screenshots ul li {
        width: 50%;
        margin: 0 0 20px 0;
    }
    /*************************************************/
    .free-features-sec ul li {
        width: 50%;
    }
    .free-features-sec ul li:last-child {
        width: 100%;
    }
    /*************************************************/
    .video-section .demo-video iframe {
        width: 100%;
        height: 54vw;
        vertical-align: top;
    }
    /*************************************************/
    .simularapps ul li {
        width: 50%;
    }
    /*************************************************/
    .business-models-sec.benefits-sec ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .business-models-sec ul li .inner .title {
        font-size: 25px;
    }
    /*************************************************/
    .front-end-left {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        display: block;
    }
    .front-end-right {
        width: 100%;
    }
    /*************************************************/
    .faq ul li span {
        padding: 10px 50px 10px 20px;
    }
    /*************************************************/
    .client-reviews ul li {
        width: 33.33%;
    }
    .client-reviews ul li.morereview a {
        font-size: 25px;
        line-height: 27px;
    }
    /*************************************************/
    .earnmoney .left-part {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .earnmoney .right-part {
        width: 100%;
    }
    /*************************************************/
}
@media screen and (max-width:767px) {
    .top-2021-banner .heading-1 {
        font-size: 32px;
        line-height: 32px;
    }
    .heading-2 {
        font-size: 17px;
        line-height: 24px;
    }
    /*****************************/
    .button-part a {
        font-size: 20px;
        line-height: normal;
    }
    /*****************************/
    .client-reviews ul li.morereview a {
        font-size: 20px;
        line-height: 21px;
    }
    .heading-area .head-style {
        font-size: 25px;
        line-height: 28px;
    }
    .heading-area span {
        font-size: 20px;
        line-height: 25px;
    }
    /*****************************/
    .earnmoney-inner {
        text-align: center;
    }
    .earnmoney .head-style::after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}
    /*****************************/
}
@media screen and (max-width:630px) {
    .inq_form-left, .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 20px 20px 20px 20px;
    }
    .business-models-sec ul li {
        text-align: center;
    }
    .business-models-sec ul li .inner .icon {
        display: inline-flex;
    }
    /***************************************/
    .app-screenshots ul li {
        width: 100%;
        padding: 0;
    }
    /***************************************/
    .TABROW .TAB {
        margin: 0 5px 10px 5px;
        background-color: #fff;
        border: 1px solid #01ad01 !important;
        border-radius: 10px !important;
    }
    .TABROW {
        box-shadow: none;
        background-color: transparent;
    }
    .TABROW .TAB.active::after {
        display: none;
    }
    /***************************************/
    .free-features-sec ul li {
        padding: 0;
        width: 100%;
    }
    /***************************************/
    .demo-links-sec ul li {
        width: 50%;
        padding: 0 8px;
    }
    /***************************************/
    .simularapps ul li {
        width: 100%;
        padding: 0;
    }
    .simularapps ul li .simularapps-block {
        padding: 20px;
    }
    .simularapps ul li .simularapps-block img {
        width: 75px;
    }
    /***************************************/
    .client-reviews ul li {
        width: 50%;
    }
    .client-reviews ul li a::before {
        width: 35px;
        height: 35px;
        background-size: 31px;
    }
    .client-reviews ul li.morereview a {
        font-size: 16px;
        line-height: 18px;
    }
    /***************************************/
}