
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Exo 2';
}

p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #000;
    line-height: 23px;
}

p:last-child {
    margin-bottom: 0;
}
.prl-15{
    padding: 0 15px;
}
h1,
h2,
h3,
h4,
h5,
ul,ol,li{
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.page_content{
    max-width: 1920px;
    margin:80px auto 0 auto;
}
.page_content >*{
    padding: 45px 0 50px 0;
}
.heading-style {
    margin: 0 0 15px;
    font-size: 36px;
    color: #e69c24;
    font-family: 'Exo 2';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
}

.heading-style.left {
    text-align: left;
}

.heading-style:after {
    content: "";
    background-color: #e69c24;
    width: 25px;
    height: 3px;
    margin: 15px auto 0;
    display: block;
}

.heading-style.white:after {
    background-color: #fff;
}

.heading-style.left:after {
    margin: 14px 0 0 0;
}

.heading-style.white {
    color: #ffffff;
}

li {
    display: block;
}

h4.inner-heading {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.demo-video {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 15px;
}

.demo-video a,
.common-btn {
    background: #ef9817;
    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,
.common-btn:hover {
    background: #be770b;
    color: #fff;
}

.demo-video a span {
    vertical-align: top;
    display: inline-block;
}

.demo-video a img {
    width: 21px;
    vertical-align: middle;
}

.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite
}

@keyframes blink {
    30% {
        opacity: 0
    }
}

/*************************************************/
.banner {
    background-color: #ffeed5;
}

.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.banner h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.banner img {
    max-width: 100%;
}

.banner-left {
    width: 50%;
}

.banner-right {
    width: 47%;
}
.banner-right strong{margin-bottom: 15px;display: block;}
/************premium-features**********/
.premium-features-part-inner {
    margin: 0 auto;
    padding: 0px 15PX;
    max-width: 1310px;
}
.premium-features-part-inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.premium-features-part-inner ul li {
    padding: 0px 10px;
    width: 33.33%;
    text-align: center;
}

.premium-features-part-inner ul li span {
    margin: 0 auto 10px;
    padding: 0px;
    width: 60px;
    display: inline-table;
}

.premium-features-part-inner ul li span b {
    border: none;
    border-radius: 50%;
    display: flex;
    height: 68px;
    line-height: 62px;
    margin: 0;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 68px;
    border: 1px solid #d8d8d8;
}

.premium-features-part-inner ul li span b img {
    vertical-align: middle;
    border-radius: 50%;
}

.premium-features-part-inner ul li strong {
    margin: 0 0 6px;
    font-size: 20px;
    color: #ff6e00;
    font-weight: bold;
    text-transform: none;display: block;
}

.premium-features-part-inner ul li strong:last-child {
    margin-bottom: 0;
}

.premium-features-part-inner ul li strong img {
    vertical-align: top;
    margin: 0 0 0 10px;
}

.premium-features-part-inner ul li strong a {
    color: #ff6e00;
}

.premium-features-part-inner ul li strong a:hover {
    color: #222;
}
/******************/
.perfect-script {
    background-color: #f8f8f8;
}
.perfect-script-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.perfect-script-left {
    width: 48%;
}

.perfect-script-left ul {
    margin: 0;
    padding: 0px;
}

.perfect-script-left ul li {
    margin: 0px 0 7px 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #000;
    line-height: normal;
    position: relative;
}

.perfect-script-left ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #e69c24;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.perfect-script-right {
    width: 48%;
    text-align: center;
}

.perfect-script-right {
    position: relative;
}
/******************/
.iphone-content-here-inner {
    margin: 0 auto;
    max-width: 1310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 35px;
    padding: 0 15px;
}
.iphone-content-here-inner-left {
    width: calc(100% - 295px);
}
.iphone-content-here-inner-rght {
    margin-right: auto;
    max-width: 265px;
}
/******************/


.core-features-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1120px;

}
.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);
    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;
}
.core-features-inner ul li strong{
    display: block;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 10px 0;
}
/*********************/

.steps-your-product {
    background: #f5f5f5;
}

.steps-your-product-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
}

.steps-your-product-inner strong {
    color: #777777;
    font-weight: 300;
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    display: block;
    line-height: 25px;
    margin-bottom: 15px;
}

.steps-your-product-inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.steps-your-product-inner ul li {
    padding: 0px 10px;
    width: 25%;
}

.steps-your-product-inner ul li span {
    margin: 0 0 20px;
    display: block;
}

.steps-your-product-inner ul li label {
    margin: 20px 0 15px;
    width: 100%;
    display: block;
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Exo 2';
    font-weight: bold;
}
.steps-your-product ul li::before {
    content: attr(data-num);
    width: 60px;
    position: relative;
    height: 60px;
    border: 3px solid #8796d0;
    color: #8796d0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.steps-your-product ul li:nth-child(2)::before {
    color: #32b093;
    border-color: #32b093;
}

.steps-your-product ul li:nth-child(3)::before {
    color: #d373e0;
    border-color: #d373e0;
}

.steps-your-product ul li:nth-child(4)::before {
    color: #93b936;
    border-color: #93b936;
}

/***********************/

.front-end {
    background: #f5f5f5;
}

.front-end-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.front-end-left {
    width: 48%;
}
.front-end-right {
    width: 48%;
}
.front-end-right strong {
    margin: 0 0 20px;
    font-size: 28px;
    display: block;
    font-weight: 300;
    font-weight: normal;
    text-transform: none;
}
/*************************/

.uber-for-x-price {
    background: url(uber-for-x-price-bg-2.jpg) no-repeat scroll top center;
    background-size: 100%;
}

.uber-for-x-price-inner {
    margin: 0 auto;
    max-width: 860px;
    padding: 0 15px;
    text-align: center;
}

.uber-for-x-price-inner strong {
    margin: 0 0 15px;
    color: #FFFFFF;
    font-size: 33px;
    display: block;
    font-weight: 300;
}

.uber-for-x-price-inner p {
    color: #fff;
}

.uber-for-x-price-inner span {
    display: flex;
    width: 100%;
    justify-content: center;
    grid-gap: 15px;
    flex-wrap: wrap;
}

/*************************/

.newmobile-app-screen .container {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.newmobile-app-screen span.inner-heading {
    margin: 0 0 25px;
    padding: 0 0 20px;
    font-size: 37px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background: url(line-2.jpg) no-repeat scroll bottom center;
    float: left;
    width: 100%;
}

.newmobile-app-screen span.inner-heading b {
    color: #ff6f02;
}
.newmobile-app-screen-passenger{margin-bottom: 30px;}
.newmobile-app-screen-passenger ul {
    margin: 10px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.newmobile-app-screen-passenger ul li {
    width: 20%;
    padding: 0 8px;
    text-align: center;
}

.newmobile-app-screen-passenger ul li img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    border: 1px solid #ddd;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}
.newmobile-app-screen-driver ul {
    margin: 10px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 25px;
}

.newmobile-app-screen-driver ul li {
    width: 20%;
    padding: 0 8px;
    text-align: center;
}

.newmobile-app-screen-driver ul li img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    border: 1px solid #ddd;
}

.newmobile-app-screen-driver span {
    margin: 20px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}

.newmobile-app-screen-driver span a {
    margin: 0px;
    padding: 20px 30px;
    display: inline-block;
    background: #ff7308;
    color: #FFFFFF;
    font-size: 21px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
}

.newmobile-app-screen-driver span a:hover {
    background: #e06100;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/**************************************/
.demolinks {
    background-color: #b78000;
}
.demolinks h3.page-heading:after {
    display: none;
}
.demolinks h2.white-hd,
.demolinks h3.white-hd {
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.demolinks h2.white-hd span,
.demolinks h3.white-hd span {
    font-size: 14px;
    color: #e69c24;
    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: #e69c24;
    border: 1px solid #e69c24;
    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: 1310px;
    margin: 0 auto;
    padding: 0 10px;
    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: 10px;
    margin: 0;
}

.demo-links-row .links-column ul li {
    transition: all 0.5s;
    bottom: 0;
    width: 25%;
    padding: 0 13px;
}
.demo-links-row .links-column ul li a {
    display: block;
}
.demo-links-row .links-column ul li:hover {
    bottom: 5px;
}

.web-heading {
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    background-color: #e2a213;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    padding: 0 15px 5px 15px;
}

ul.weblinks li {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0 13px;
    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;
    width: 25%;
}

ul.weblinks li a {
    display: inline-block;
}

ul.weblinks li a img {
    max-width: 100%;
}

ul.weblinks li:hover {
    bottom: 5px;
}

ul.weblinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/**************************************/

/*Currency Section*/

[align="center"] {
    text-align: center;
}

.currentcy-section {
    background-color: #eee;
}

.currentcy-section-inner {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1360px;
}

.currentcy-section-inner [align="center"] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

._TABLE_ {
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0 0 1px;
    display: table;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

._TR_ {
    display: table-row;
}

._TH_,
._TD_ {
    display: table-cell;
    padding: 15px 20px;
    text-align: center;
    background-color: #fff;
}

._TH_:first-child,
._TD_:first-child {
    text-align: left;
}

._TH_ {
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #ddd;
    font-weight: 600;
    font-size: 18px;
}

._TD_ {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #ddd;
    font-size: 14px;
    color: #666;
}

._TD_ img {
    width: 30px;
    margin-right: 15px;
}

/********************************************************/

/*******************************************/
.inq_form {
    background-color: #ffffff;
}

.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 30px 13px 30px;
    background-color: #e69c24;
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    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] {
    transform: translateY(-0.15rem);
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    color: #fff;
    background-color: #e69c24;
    border-color: #e69c24;
    cursor: pointer;
}

.inq_form .head-style {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #e69c24;
    text-transform: uppercase;
    text-align: left;
}

.inq_form .head-style::after {
    background-color: #e69c24;
    left: 16px;
}
.inq_form .heading-area {
    margin-bottom: 15px;
    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% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}

.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}

.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: #fd585c;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}

.custom-input-button:hover {
    background-color: #bf0000;
}

.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;
}

/********************************************************/

@media screen and (max-width:1330px) {
    ._TH_ {
        font-size: 1.35vw;
    }

    ._TH_,
    ._TD_ {
        padding: 1.2vw 1.5vw;
    }

    ._TD_ {
        font-size: 1.05vw;
    }

    ._TD_ img {
        width: 2.26vw;
    }

    ._TABLE_ {
        width: calc(100vw - 30px);
        width: -o-calc(100vw - 30px);
        width: -ms-calc(100vw - 30px);
        width: -moz-calc(100vw - 30px);
        width: -webkit-calc(100vw - 30px);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    #midd-part {
        margin-top: 0px;
    }
}

@media (max-width:1199px) {
    #midd-part {
        margin-top: 0px;
    }

    .banner h1 {
        font-size: 40px;
    }

    .core-features-left,
    .core-features-right {
        width: 100%;
    }

    ._TH_,
    ._TD_ {
        font-size: 3vw;
    }
}

@media screen and (max-width:991px) {
    .perfect-script-right::before {
        display: none;
    }


    /*****************************/
    .banner-left {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .banner-right {
        width: 100%;
        margin-top: 20px;
    }
    .banner-right img {
        max-width: 100%;
        height: auto;
    }
    .banner h1 {
        font-size: 38px;
    }

    /*****************************/
    .inq_form .box-shadow ul li {
        width: 100%;
    }

    .inq_form .heading-area {
        margin-bottom: 15px;
        align-items: center;
    }

    .inq_form .head-style {
        text-align: center;
    }

    .inq_form .head-style::after {
        background-color: #e69c24;
        left: 50%;
    }

    /*****************************/

    .perfect-script-inner {
        flex-direction: column-reverse;
    }

    .perfect-script-left {
        width: 100%;
    }

    .perfect-script-left img {
        max-width: 100%;
    }

    .perfect-script-right {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .steps-your-product-inner ul {
        row-gap: 30px;
    }

    .steps-your-product-inner strong {
        width: 100%;
    }

    .premium-features-part-inner ul li,
    .steps-your-product-inner ul li {
        width: 50%;
    }


    .iphone-content-here-inner-rght {
        margin: auto;
    }

    .iphone-content-here-inner-left {
        width: 100%;
    }

    .demo-links-row .links-column ul li,
    ul.weblinks li {
        padding: 0 5px;
    }

    .front-end-inner {
        flex-direction: row-reverse;
        row-gap: 30pxs;
    }

    .front-end-left {
        text-align: center;
    }

    .front-end-left,
    .front-end-right {
        width: 100%;
    }

    .newmobile-app-screen-passenger ul {
        row-gap: 30px;
    }

    .newmobile-app-screen-passenger {
        margin-bottom: 30px;
    }

    .newmobile-app-screen-passenger {
        padding: 0px 15px;
        float: none;
    }

    .newmobile-app-screen-driver ul {
        padding: 0 15px;
    }

    .newmobile-app-screen-passenger ul li,
    .newmobile-app-screen-driver ul li {
        width: 33%;
    }

    .uber-for-x-price {
        position: relative;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        padding: 0;
        height: auto;
    }
    .uber-for-x-price-inner strong {
        margin: 0px 0 15px 0px;
    }

    .banner-right {
        padding-left: 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 screen and (max-width:767px) {

    .newmobile-app-screen-passenger ul li,
    .newmobile-app-screen-driver ul li {
        width: 50%;
    }

    .banner h1 {
        font-size: 30px;
    }

    .heading-style {
        font-size: 26px;
    }

    .newmobile-app-screen {
        padding: 40px 0 40px 0;

    }

    .newmobile-app-screen-driver span {
        padding: 0 15px;
    }
}

@media screen and (max-width:630px) {
    .page_content >*{
        padding: 40px 0;
    }
    .steps-your-product-inner ul li {
        width: 100%;
    }

    .demo-links-row .links-column ul li {
        width: 50%;
    }


    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }

    .inq_form .input-row-flow {
        width: 100%;
    }

    .newmobile-app-screen-driver span a {
        padding: 10px 10px;
        font-size: 14px;

    }
    .core-features-inner ul li {
        width: 100%;
    }
    .uber-for-x-price-inner strong{
        font-size: 22px;
    }
    .inq_form .head-style {
        font-size: 25px;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 20px 20px 20px 20px;
    }
}

@media screen and (max-width:530px) {

    .newmobile-app-screen-passenger ul li,
    .newmobile-app-screen-driver ul li {
        width: 100%;
        padding: 0;
    }

    .premium-features-part-inner ul li {
        width: 100%;
    }
}