*{
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
}
p {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
    font-weight: 400;
}
ul,
ol {
    margin: 0;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
}
.page__content >*{
    padding: 30px 0 40px 0;
}
.play-anim-ico {
    background-image: url(play-video-45.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
    cursor: pointer;
}
.play-anim-ico {
    left: 54%;
    bottom: auto;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #e69c24;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
a:hover,a:visited,a:focus{
    text-decoration: none;
}
.demo-video {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.demo-video a,
.common-btn {
    background: #e69c24;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    width: auto;
    text-transform: uppercase;
    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;
    cursor: pointer;
    display: inline-block;
}
.demo-video a:hover,
.demo-video a:focus,
.common-btn:hover,
.common-btn:focus {
    background: #be770b;
    color: #fff;
}
.demo-video a .blink {
    vertical-align: top;
    display: inline-block;
}
.demo-video a img {
    width: 21px;
    vertical-align: middle;
    margin-left: 7px;
}
.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite
}
@keyframes blink {
    30% {
        opacity: 0
    }
}
.page-title {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #e69c24;
    font-size: 35px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.white-title{
    color: #fff;
}
.page__content{
    max-width: 1920px;
    margin: 80px auto 0 auto;
}
.plr {
    padding: 0 15px;
}
/******top part*******/
.ride-app-top-part {
    width: 100%;
    height: 613px;
    padding: 0;
}
.ride-app-top-part-inner {
    margin: 0 auto;
    padding: 0px 15px;
    background: url(banner-20.jpg) no-repeat top center;
    max-width: 1310px;
    height: 595px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-bottom {
    margin: 0 auto;
    padding: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 997;
    max-width: 100%;
}
.ride-app-top-part-left {
    max-width: 530px;
    width: 100%;
}
.ride-app-top-text h1 {
    margin: 0 0 15px;
    color: #fff;
    display: block;
    font-size: 41px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 11px #333;
    letter-spacing: 1px;
}
.ride-app-top-text span {
    padding: 15px;
    background: #e69c24;
    color: #FFFFFF;
    display: block;
    margin: 0 0 15px 0;
}
.ride-app-top-text p {
    color: #fff;
}
.ride-app-top-part-right {
    margin: 29px -30px 0 auto;
    max-width: 300px;
    width: 100%;
    position: relative;
    z-index: 998;
}
/*********/
.gojek-clone-mobile-app-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
}
.gojek-clone-mobile-app-inner p {
    text-align: center;
}
.gojek-clone-mobile-app-inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 30px;
}
.gojek-clone-mobile-app-inner ul li {
    width: 33.33%;
    padding: 0 10px;
}
.gojek-clone-mobile-app-inner ul li strong {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: url(icon-bg.png) no-repeat scroll top center;
    height: 72px;
}
.gojek-clone-mobile-app-inner ul li strong img {
    margin: 20px 0 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/*******/
.perfect-script{
    background: #f8f8f8;
}
.perfect-script-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.perfect-script-left {
    width: 50%;
}
.perfect-script-left .page-title {
    text-align: left;
}
.perfect-script-right {
    width: 50%;
}
/*******/
.demo-video-laptop-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1000px;
    text-align: center;
}
.uberclone-vidoe-img {
    margin: 0 auto;
    padding: 0px;
    max-width: 800px;
    width: 100%;
    float: none;
    position: relative;
}
.uberclone-vidoe-img::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.uberclone-vidoe-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.uberclone-vidoe-img iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.uberclone-vidoe-img img:hover {
    cursor: pointer;
}
.demo-video-laptop b {
    margin: 0 0 20px;
    display: block;
    color: #3b3b3b;
    font-size: 15px;
    text-align: center;
    text-transform: none;
}
.uberclone-vidoe-img .delivery-img {
    margin: 0 auto;
    padding: 0px;
    position: absolute;
    bottom: 45%;
    right: 0;
    left: 0;
    width: 58px;
    height: auto;
}
/******/
.green-part {
    background: #fffae2;
}
.green-part-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
}
.green-part-inner .video {
    max-width: 100%;
}
.work-efficiency-top {
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.Delivery-work-bottom {
    position: absolute;
    bottom: 0;
    right: 40px;
}
.green-part-inner ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.green-part-inner ul li {
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #000;
    line-height: 23px;
    display: block;
    position: relative;
    margin-bottom: 7px;
}
.green-part-inner ul li:last-child {
    margin-bottom: 0;
}
.green-part-inner ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.green-part-inner ul li ul {
    margin-top: 10px;
}
.green-part-inner ul li ul li {
    margin-bottom: 8px;
}
/******/
.app_inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.work-efficiency-bottom {
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.app_inner .blue-img-right {
    position: absolute;
    top: -35px;
    right: -40px;
}
.app-content-left strong {
    margin: 20px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
}
.app-content-left b {
    margin: 5px 0 25px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
}
.app-content-left {
    width: calc(94% - 567px);
    width: -webkit-calc(94% - 567px);
    width: -moz-calc(94% - 567px);
    width: -ms-calc(94% - 567px);
    width: -o-calc(94% - 567px);
}
.app-content-left .page-title {
    text-align: left;
}
.app-content-right {
    display: flex;
    justify-content: space-between;
    max-width: 567px;
    width: 100%;
}
.app-content-right span {
    display: block;
    margin: auto;
}
.app-content-right b {
    margin: 0;
    padding: 0px;
    float: right;
    position: relative;
    top: -30px;
}
/****/
.steps-your-product {
    margin: 0 0 40px;
    padding: 0px;
    float: left;
    width: 100%;
}
.steps-your-product-inner {
    margin: 0 auto;
    padding: 0px;
    width: 1240px;
}
.steps-your-product-inner h4 {
    margin: 0 0 25px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 35px;
    color: #e69c24;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.steps-your-product-inner h4:after {
    background: #7acd19;
    top: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    right: 0;
    margin: -18px auto;
    position: absolute;
    width: 33px;
    border-radius: 5px;
}
.steps-your-product-inner b {
    margin: 0px;
    padding: 0 0 30px;
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #393939;
    font-weight: normal;
}
.steps-your-product-inner ul {
    margin: 25px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}
.steps-your-product-inner ul li {
    margin: 0 0 70px;
    padding: 0px;
    float: left;
    width: 50%;
    display: block;
}
.steps-your-product-inner ul li b {
    margin: 10px 0 15px;
    padding: 0px;
    float: left;
    width: 102px;
}
.steps-your-product-inner ul li span {
    margin: 0 0 0 20px;
    padding: 0px;
    float: left;
    width: 75%;
}
.steps-your-product-inner ul li label {
    margin: 0 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 21px;
    color: #000;
    text-transform: none;
    font-family: 'robotobold'
}
.steps-your-product-inner ul li p {
    margin: 0 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #525252;
    line-height: 24px;
}
.steps-your-product-inner ul li:last-child {
    margin-right: 0px;
}
/*******/
.banner-body-mid {
    margin: 0 0 50px;
    padding: 0px;
    float: left;
    width: 100%;
    background: url(../index-2.html) no-repeat scroll top center;
    height: 513px;
}
.front-end-top-img {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
}
.front-end-bottom-img {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
}
/*****/
.core-features{
    background: #f8f8f8;
}
.core-features-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    position: relative;
}
.core-features-inner ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    width: 100%;
}
.core-features-inner ul li {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    box-shadow:0 0 0 1px #e4e4e4 inset,0 0 13px 0 rgb(0 0 0 / 20%);
    width: calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    padding: 20px;
}
.core-features-inner ul li span{
    margin-bottom: 15px;
    display: block;
    margin: 0 auto 15px auto;
    width: 60px;
    height: 60px;
}
.core-features-inner ul li span img{
    width: 60px;
    height: 60px;
    display: inline-block;
}
/* ========================================== */
.front-end {
    background: #f8f8f8;
}
.front-end-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.front-end-right {
    width: 49%;
}
.front-end-right .page-title {
    text-align: left;
}
.front-end-left {
    width: 51%;
}
.front-end-right strong {
    margin: 0 0 20px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
    line-height: 27px;
}
.front-end-right p {
    margin: 0 0 13px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #3b3b3b;
    line-height: 25px;
}
.uber-application-bg {
    display: none;
}
.front-end-right ul {
    margin: 0px 0 15px 0;
    width: 100%;
}
.front-end-right ul li {
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    margin: 0px 0 5px 0;
    display: block;
    position: relative;
}
.front-end-right ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #e69c24;
}
.front-end-right ul li:last-child {
    margin-bottom: 0;
}
/*=================================================*/
.price-inner {
    padding: 0 15px;
    margin: auto;
    max-width: 1310px;
}
.price-inner strong {
    margin: 0 0 10px 0;
    display: block;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-inner span a {
    display: inline-table;
    color: #fff;
    border: 2px solid #fff;
    font-size: 17px;
    width: 180px;
    height: 50px;
    border-radius: 5px;
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: normal;
    text-align: center;
}
.price-inner span a:hover {
    color: #e69c24;
    border: 2px solid #e69c24;
}
/**************************************/
.demolinks {
    background-color: #e69c24;
}
.demolinks h2.white-hd {
    margin: 0 0 15px;
    padding: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.demolinks h2.white-hd span {
    font-size: 14px;
    color: #ff6e01;
    display: block;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
    font-family: 'Exo 2';
    text-transform: none;
}
.demolinks a.morelink {
    margin: 0px;
    padding: 13px 20px;
    color: #f76a00;
    border: 1px solid #f76a00;
    display: inline-block;
    font-family: 'Exo 2';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
    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;
}
.demolinks a.morelink:hover {
    background-color: #fff;
    border-color: #fff;
}
.demolinks .heading-area h3 {
    color: #fff;
}
.demolinks .heading-area strong {
    color: #fff;
}
.demolinks-inner {
    max-width: 1245px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks .heading-area h5 {
    color: #fff;
}
.demo-links-row strong {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.demo-links-row .links-column ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.demo-links-row .links-column ul li {
    position: relative;
    transition: all 0.5s;
    bottom: 0;
    width: 25%;
    padding: 0 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.demo-links-row .links-column ul li a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 32.7%;
}
.demo-links-row .links-column ul li img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
.demo-links-row .links-column ul li:last-child {
    margin-bottom: 0;
}
.demo-links-row .links-column ul li a {
    display: block;
}
.demo-links-row .links-column ul li a img {
    max-width: 100%;
}
.demo-links-row .links-column ul li:hover {
    bottom: 5px;
}
@media (max-width:1350px) {
    .ride-app-top-part-right {
        margin-right: -15px;
    }
}
@media (max-width:1279px) {
    #midd-part {
        margin-top: 0;
    }
}
@media (max-width:1199px) {
    .banner-bottom {
        display: none;
    }
    .demo-links-row .links-column ul li {
        padding: 0 7px;
    }
    .app_inner{
        flex-direction: column-reverse;
    }
    .app-content-left,
    .app-content-right
    {
        width: 100%;
    }
    .app-content-right {
        margin-bottom: 30px;
    }
}
@media (max-width:991px) {
    .ride-app-top-part-right {
        display: none;
    }
    .gojek-clone-mobile-app-inner ul li {
        width: 50%;
    }
    .perfect-script-inner,
    .front-end-inner {
        flex-direction: column-reverse;
    }
    .perfect-script-left,
    .perfect-script-right,
    .core-features-mid,
    .front-end-right,
    .front-end-left {
        width: 100%;
    }
    .perfect-script-left {
        margin-top: 30px;
    }
    .perfect-script-right {
        text-align: center;
    }
    .front-end-left {
        text-align: center;
    }
    .app-section {
        padding: 30px 0px 30px 0px;
    }
    .ride-app-top-part-inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ride-app-top-part-left {
        margin: 0;
    }
    .perfect-script {
        padding-top: 0;
    }
    .core-features-inner ul li{
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
    }
}
@media (max-width:630px) {
    .page__content > * {
        padding: 35px 0 40px 0;
    }
    .ride-app-top-part{
        padding: 0;
    }
    .ride-app-top-text h1 {
        font-size: 35px;
    }
    .page-title {
        font-size: 28px;
        line-height: normal;
    }
    .price-inner strong {
        font-size: 20px;
    }
    .gojek-clone-mobile-app-inner ul li {
        width: 100%;text-align: center;
    }
    .app_inner {
        row-gap: 0;
    }
    .demolinks-inner {
        padding: 0 10px;
    }
    .demo-links-row .links-column ul li {
        width: 50%;
        padding: 0 5px;
    }
    .play-anim-ico {
        width: 40px;
        height: 40px;
    }
    .core-features-inner ul li{
        width: 100%;
    }
}
@media (max-width:350px) {
    .page-title {
        font-size: 22px;
        line-height: normal;
    }
    .ride-app-top-text h1 {
        font-size: 25px;
    }
}