*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h5,
h4,
h6{margin: 0;padding: 0;}

p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #000;
    line-height: 23px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

.heading-style {
    margin: 0 0 15px;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 36px;
    color: #f76a00;
    font-family: 'Exo 2';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.heading-style.left {
    text-align: left;
}

.heading-style:after {
    content: "";
    background-color: #f76a00;
    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;
}

.demo-video a,
.common-btn {
    background: #ef9817;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    width: auto;
    text-transform: uppercase;
    margin: 0 15px 15px 0;
    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;
}

.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 {
    width: 100%;
    padding: 40px 0;
    background-color: #e6eefa;
}

.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: 20px;
    color: #000;
}

.banner img {
    max-width: 100%;
}

.banner-left {
    width: 50%;
}

.banner-right {
    width: 47%;
}

/*************************************************/

#uber-for-x-product-main-content {
    margin: 80px 0 30px;
    padding: 0px;
    width: 100%;
    font-weight: normal;
}

/******top part*********/
#uber-for-x-product-body {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

/************premium-features**********/

.premium-features-part {
    padding: 0px;
    width: 100%;
    padding: 40px 0px;
}

.premium-features-part-inner {
    margin: 0 auto;
    padding: 0px 15PX;
    max-width: 1310px;
}


.premium-features-part-inner ul {
    float: left;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
}

.premium-features-part-inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
}

.premium-features-part-inner ul li {
    margin: 0 0;
    padding: 0px 15px;
    width: 25%;
    text-align: center;
    background: none;
    display: block;
}

.premium-features-part-inner ul li:last-child {
    margin-left: auto;
}

.premium-features-part-inner ul li:nth-child(3n) {
    margin-right: 0px;
}

.premium-features-part-inner ul li span {
    margin: 0 auto 10px;
    padding: 0px;
    float: none;
    width: 60px;
    display: inline-table;
}

.premium-features-part-inner ul li span b {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 100px;
    border: 1px solid #d8d8d8;
}

.premium-features-part-inner ul li span b img {
    vertical-align: middle;
    height: 60px;
}



.premium-features-part-inner ul li strong {
    margin: 0 0 6px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 20px;
    color: #ff6e00;
    font-weight: bold;
    text-transform:capitalize;

}

.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;
}

.premium-features-part-inner ul li p {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #515a69;
    text-align: center;
    line-height: 21px;
}

/*.premium-features-part-inner .premium-features-button{ margin:0 0 20px; padding:0px; float:left; width:100%; text-align:center;}
.premium-features-part-inner .premium-features-button a{ margin:0px; padding:12px 0; background:#8bc145; color:#FFFFFF; font-size:16px; font-family:'exo_2bold'; text-transform:uppercase; display:inline-block; border-radius:20px; width:147px; text-align:center;}
.premium-features-part-inner .premium-features-button a:hover{ background:#6fb11a;}*/

/******************/

.perfect-script {
    margin: 0;
    padding: 40px 0;
    float: left;
    width: 100%;
    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: flex-end;
    flex-direction: row-reverse;
}

.perfect-script .heading-style {
    text-align: right;
}

.perfect-script .heading-style.left:after {
    margin-left: auto;
}

.perfect-script-left {
    width: 48%;
    text-align: right;
}

.perfect-script-left ul {
    margin: 0;
    padding: 0px;
}

.perfect-script-left ul li {
    margin: 0px 0 7px 0;
    padding: 0 20px 0px 0;
    font-size: 14px;
    color: #000;
    line-height: normal;
    position: relative;
    width: 49%;
    display: inline-block;
}

.perfect-script-left ul li:last-child {
    margin-bottom: 0;
}

.perfect-script-left ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #f76a00;
    position: absolute;
    right: 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;
}

.perfect-script-right img {
    max-width: 100%;
}

/******************/

.green-part {
    margin: 0;
    padding: 40px 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.green-part-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
}

.green-part-inner ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.green-part-inner ul li {
    margin: 0 0 10px;
    padding: 0 25px 0 0;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 23px;
    position: relative;
}

.green-part-inner ul li:last-child {
    margin-bottom: 0px;
}

.green-part-inner ul li::before {
    content: '';
    position: absolute;
    right:  0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #000;

}

/******************/

.iphone-content-here {
    margin: 0px;
    background: #f5f5ff;
}

.iphone-content-here-inner {
    margin: 0 auto;
    padding: 50px 15px;
    max-width: 1310px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 35px;
}


.iphone-content-here-inner-left {
    padding: 0px;
    width: calc(100% - 295px);
    text-align: right;
}

.iphone-content-here-inner-left span {
    margin: 20px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}

.iphone-content-here-inner-left .heading-style {
    text-align: right;
}
.iphone-content-here-inner-left .heading-style:after{
    margin: 15px 0 0 0;
}
.iphone-content-here-inner-left a{color: #e06100;}
.iphone-content-here-inner-left span img {
    margin: 0 15px 0 0;
    padding: 0px;
}

.iphone-content-here-inner-rght {
    margin-left: auto;
    max-width: 265px;
}

.iphone-content-here-inner-rght span {
    margin: 75px 0 0;
    padding: 0px;
    float: left;
}

.iphone-content-here-inner-rght b {
    display: block;
    margin-left: auto;
}

/******************/

.core-features {
    margin: 0;
    padding: 35px 0 40px 0;
    float: left;
    width: 100%;
    position: relative;
}

.core-features-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1120px;
}

.core-features-left {
    margin: 65px 0 0;
    padding: 0px;
    float: left;
    width: 340px;
}

.core-features-left ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.core-features-left ul li {
    margin: 0 0 25px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: right;
}

.core-features-left ul li span {
    margin: 0 0 8px;
    padding: 0px;
    float: left;
    width: 100%;
}

.core-features-left ul li strong {
    margin: 0 0 8px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    text-transform: none;
}

.core-features-mid {
    margin: 0 50px;
    padding: 0px;
    float: left;
    background: url(core-features-mobile-slider-2.png) no-repeat;
    width: 306px;
    height: 617px;
}

.core-features-right {
    margin: 65px 0 0;
    padding: 0px;
    float: left;
    width: 340px;
}

.core-features-right ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.core-features-right ul li {
    margin: 0 0 25px;
    padding: 0px;
    float: left;
    width: 100%;
}

.core-features-right ul li span {
    margin: 0 0 8px;
    padding: 0px;
    float: left;
    width: 100%;
}

.core-features-right ul li h4 {
    margin: 0 0 8px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    text-transform: none;
}

/*********************/

.steps-your-product {
    margin: 0;
    padding: 40px 0 40px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

.steps-your-product-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
}

.steps-your-product-inner strong {
    color: #777777;
    display: table;
    float: none;
    font-family: "Exo 2";
    font-weight: 300;
    font-size: 17px;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 50%;
    line-height: 25px;
    margin-bottom: 15px;
}

.steps-your-product-inner span {
    margin: 0 0 15px;
    padding: 0px;
    float: left;
    width: 100%;
    font-family: 'exo_2light';
    font-size: 49px;
    text-align: center;
    text-transform: uppercase;
}

.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;
    padding: 0px;
    float: left;
    width: 100%;
}

.steps-your-product-inner ul li label {
    margin: 20px 0 15px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Exo 2';
    font-weight: bold;
}


.steps-your-product-inner ul li:last-child {
    margin-right: 0px;
}

.steps-your-product ul li {
    position: relative;
}
/*
.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 {
    margin: 0px;
    padding: 35px 0 40px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
}

.front-end-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.front-end-left {
    margin: 0px;
    padding: 0px;
    width: 48%;
}

.front-end-left img {
    max-width: 100%;
}

.front-end-right {
    margin: 0;
    padding: 0px;
    width: 48%;
}

.front-end-right strong {
    margin: 0 0 20px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 28px;
    font-family: 'Exo 2';
    font-weight: 300;
    font-weight: normal;
    text-transform: none;
}

/*************************/

.iPhone-visual {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    min-height: 500px;
}

.iPhone-visual-inner {
    margin: 0 auto;
    padding: 0;
    width: 1280px;
}

.iPhone-visual h3 {
    margin: 0 0 45px;
    padding: 0px;
    float: left;
    width: 100%;
    font-family: 'exo_2light';
    font-size: 49px;
    text-align: center;
    text-transform: none;
}

.iPhone-visual h3 b {
    margin: 0px;
    padding: 0px;
    color: #ff7308;
}

.iphone-screen {
    margin: 0px;
    padding: 0 0 40px;
    float: left;
    width: 100%;
    background: url(iphone-visual-img-bg-2.jpg) repeat-x scroll top;
}


/******************************/

.frequently-asked-question {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    background: #ececec;
}

.frequently-asked-question-inner {
    margin: 0 auto;
    padding: 30px 0;
    width: 1280px;
}

.frequently-asked-question-inner h3 {
    margin: 0 0 15px;
    padding: 0px;
    float: left;
    width: 100%;
    font-family: 'exo_2light';
    font-size: 49px;
    text-align: center;
}

.frequently-asked-question-inner h3 b {
    margin: 0px;
    padding: 0px;
    color: #ff7308;
}

.accordion {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 49%;
    overflow: hidden;
}

.accordion.last {
    float: right;
}

.accordion .faq-ques {
    margin: 0px;
    padding: 0 0 14px;
    float: left;
    width: 100%;
}

.accordion .faq-ques p {
    margin: 0 0 0 40px;
    float: left;
    width: 92%;
    line-height: 27px;
    color: #515a69;
    font-size: 16px;
}

.accordion-section-title {
    width: 100%;
    padding: 22px 0;
    display: inline-block;
    color: #444444;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    border-bottom: 1px dashed #999;
    line-height: 25px;
    text-decoration: none;
}

.accordion-section-title .faq-ans {
    display: none;
}

.accordion-section .active {
    border: none;
    color: #ff7308;
    padding-bottom: 9px;
}

.accordion-section-title.active,
.accordion-section-title:hover {
    text-decoration: none;
    color: #ff7308;
}

.accordion-section .accordion-section-title.active strong {
    margin: 0 15px 0 0;
    padding: 0px;
    font-weight: 600;
    color: #FFFFFF;
    float: left;
    width: 25px;
    text-align: center;
}

.accordion-section .accordion-section-title strong {
    margin: 3px 15px 0 0;
    padding: 0px;
    font-weight: 600;
    color: #000;
    float: left;
    width: 25px;
    text-align: center;
}

.accordion-section .active .faq-que {
    display: none;
}

.accordion-section .active .faq-ans {
    display: block;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion-section-content {
    padding: 0px;
    display: none;
    float: left;
    width: 100%;
}

/*************************/
.car-wash-flow-screens {
    margin: 20px 0;
    padding: 0px;
    float: left;
    width: 100%;
}

.car-wash-flow-screens-inner {
    margin: 0 auto;
    padding: 0px;
    width: 1280px;
}

.car-wash-flow-screens-inner strong.inner-heading {
    color: #fa6903;
    margin: 0 0 30px;
    padding: 0;
    float: left;
    width: 100%;
    font-family: 'exo_2bold';
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.car-wash-flow-screens-inner strong.inner-heading label {
    color: #000000;
}

.car-wash-flow-screens-inner ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}

.car-wash-flow-screens-inner ul li {
    margin: 0 12px 50px;
    padding: 0px;
    float: left;
    width: 23%;
    display: block;
}

.car-wash-flow-screens-inner ul li span {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.car-wash-flow-screens-inner ul li span b {
    background: #ff6f02;
    border-radius: 50%;
    color: #ffffff;
    display: inline-table;
    font-size: 23px;
    height: 50px;
    line-height: 49px;
    margin: 0;
    padding: 0;
    width: 50px;
}

.car-wash-flow-screens-inner ul li p {
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 80px;
    margin: 0 0 10px;
    min-height: 80px;
    overflow: hidden;
    padding: 0;
    text-align: justify;
    width: 100%;
    line-height: 20px;
}

.car-wash-flow-screens-inner ul li img {
    max-width: 100%;
}

/*************************/

.uber-for-x-price {
    margin: 0px;
    padding: 40px 0;
    float: left;
    width: 100%;
    background: url(uber-for-x-price-bg-3.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: 20px 0 15px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 33px;
    font-weight: normal;
    font-family: 'Exo 2';
    font-weight: 300;
}

.uber-for-x-price-inner p {
    margin: 0 0 25px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #c6c6c6;
    font-size: 19px;
    font-family: 'Exo 2';
    font-weight: 300;
    line-height: 30px;
}

.uber-for-x-price-inner span {
    margin: 20px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}

.uber-for-x-price-inner span a {
    margin: 0px;
    padding: 0px;
    display: inline-table;
    color: #FFFFFF;
    font-size: 17px;
    background: #ff7308;
    width: 215px;
    height: 50px;
    border-radius: 5px;
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.uber-for-x-price-inner span a:hover {
    background: #cd5d07;
}

/*******************/

.uber-for-x-product-bottom-part {
    margin: 0 0 50px;
    padding: 0px;
    float: left;
    width: 100%;
}

.uber-for-x-product-bottom-part-inner {
    margin: 0 auto;
    padding: 0px;
    width: 1280px;
    border-bottom: 1px solid #d5d5d5;
}

.uber-for-x-product-bottom-part-left {
    margin: 30px 0 0;
    padding: 0px;
    float: left;
    width: 49.9%;
    border-right: 1px solid #d5d5d5;
}

.uber-for-x-product-bottom-part-left strong {
    margin: 0 0 20px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 27px;
    color: #494949;
    text-transform: uppercase;
    font-family: 'exo_2bold';
}

.uber-for-x-product-bottom-part-left ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.uber-for-x-product-bottom-part-left ul li {
    margin: 0 0 25px;
    padding: 0px;
    float: left;
    width: 100%;
}

.uber-for-x-product-bottom-part-left ul li label {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 65px;
}

.uber-for-x-product-bottom-part-left ul li span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 85%;
    font-size: 15px;
    color: #7a7a7a;
}

.uber-for-x-product-bottom-part-left ul li span b {
    margin: 0 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 17px;
    color: #656565;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'exo_2bold';
}

.uber-for-x-product-bottom-part-right {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 50%;
}

.ready-to-get-started {
    margin: 0px;
    padding: 0 0 20px;
    float: left;
    width: 100%;
    background: #0084f4;
    text-align: center;
}

.ready-to-get-started strong {
    margin: 30px 0 12px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
    text-transform: uppercase;
    font-family: 'exo_2bold';
}

.ready-to-get-started p {
    margin: 0 auto;
    padding: 0px;
    float: none;
    width: 90%;
    color: #fff;
    font-size: 15px;
    font-family: 'exo_2light';
    line-height: 26px;
    display: table;
}

.ready-to-get-started span {
    margin: 18px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}

.ready-to-get-started span a {
    margin: 0px;
    padding: 0px;
    display: inline-table;
    color: #0084f4;
    font-size: 17px;
    background: #fff;
    width: 180px;
    height: 43px;
    border-radius: 30px;
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 43px;
    font-weight: 600;
}

.ready-to-get-started span a:hover {
    background: #0b64af;
    color: #FFFFFF;
}

.looking-for-more {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}

.looking-for-more strong {
    margin: 30px 0 12px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #0084f4;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
    font-family: 'exo_2bold';
}

.looking-for-more p {
    margin: 0 auto;
    padding: 0px;
    float: none;
    width: 90%;
    color: #7a7a7a;
    font-size: 15px;
    font-family: 'exo_2light';
    line-height: 26px;
    display: table;
}

.looking-for-more span {
    margin: 15px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}

.looking-for-more span a {
    margin: 0px;
    padding: 0px;
    display: inline-table;
    color: #fff;
    font-size: 17px;
    background: #0084f4;
    width: 180px;
    height: 43px;
    border-radius: 30px;
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 43px;
    font-weight: 600;
}

.looking-for-more span a:hover {
    background: #3c9df0;
}

/*****************/

/*.car-wash-flow{ margin:0px; padding:0px; float:left; width:100%;}
.car-wash-flow-inner{ margin:0 auto; padding:0px; width:1000px;}
.car-wash-flow-inner h3{ margin:0 0 45px; padding:0px; float:left; width:100%; font-family: 'exo_2light'; font-size:49px; text-align:center; text-transform:uppercase;}
.car-wash-flow-inner h3 b{ margin:0px; padding:0px; color:#ff7308;}
.car-wash-flow-inner .car-wash-flow-left{ margin:0px; padding:0px; float:left; width:300px; text-align:center;}
.car-wash-flow-inner .car-wash-flow-left h4{ margin:0 0 25px; padding:0px; float:left; width:100%; font-family: 'exo_2bold'; font-size:25px; text-transform:uppercase;}
.car-wash-flow-inner .car-wash-flow-left ul{ margin:0px; padding:0px; float:left; width:100%;}
.car-wash-flow-inner .car-wash-flow-left ul li{ margin:0 0 30px; padding:0px; float:left; width:100%; display:block;}
.car-wash-flow-inner .car-wash-flow-left ul li img{ max-width:100%;}

.car-wash-flow-inner .car-wash-flow-right{ margin:0px; padding:0px; float:right; width:300px; text-align:center;}
.car-wash-flow-inner .car-wash-flow-right h4{ margin:0 0 25px; padding:0px; float:left; width:100%; font-family: 'exo_2bold'; font-size:25px; text-transform:uppercase;}
.car-wash-flow-inner .car-wash-flow-right ul{ margin:0px; padding:0px; float:left; width:100%;}
.car-wash-flow-inner .car-wash-flow-right ul li{ margin:0 0 30px; padding:0px; float:left; width:100%; display:block;}
.car-wash-flow-inner .car-wash-flow-right ul li img{ max-width:100%;}*/

/***********/

.banner-body-mid {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    background: url(spanish-banner-midd.jpg) no-repeat scroll top center;
    height: auto;
    background-size: cover;
}

.banner-body-mid-inner {
    margin: 0 auto;
    padding: 0p;
    width: 1280px;
    position: relative;
}

.banner-body-mid-left-part {
    margin: 0px;
    padding: 0px;
    float: left;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.banner-body-mid-right-part {
    margin: 170px 0 0;
    padding: 0 0 30px 0;
    float: right;
    width: 780px;
}

.banner-body-mid-right-part-web-panels {
    margin: 20px 0 0;
    padding: 0px;
    width: 227px;
    float: left;
}

.banner-body-mid-right-part-web-panels label {
    margin: 0 0 15px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Exo 2';
    font-weight: bold;
}

.banner-body-mid-right-part-web-panels span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.banner-body-mid-right-part-web-panels span a {
    margin: 0 0 15px;
    padding: 0px;
    float: left;
    width: 100%;
}

.banner-heading {
    margin: 0 0 55px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 36px;
    color: #fff;
    font-family: 'Exo 2';
    font-weight: 300;
    text-transform: uppercase;
    font-weight: 600;

}

.banner-body-mid-right-part-car-app {
    margin: 0px;
    padding: 0 0 0 50px;
    width: 520px;
    float: right;
    border-left: 1px solid #a1a0a0;
}

.banner-body-mid-right-part-car-app label {
    margin: 0 0 15px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Exo 2';
    font-weight: bold;
}

.banner-body-mid-right-part-car-app>div {
    margin: 0 0 20px;
    padding: 0px;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.banner-body-mid-right-part-car-app>div:last-child {
    margin: 0px;
}

.banner-body-mid-right-part-car-app .last {
    margin: 0px;
}

.banner-body-mid-right-part-car-app>div a {
    margin: 0 10px 0 0;
    padding: 0px;
    float: left;
}

.banner-body-mid-right-part-car-app>div a img {
    margin: 0px;
    padding: 0px;
    float: left;
}

.banner-body-mid-right-part-car-app>div img {
    margin: 0px;
    padding: 0px;
    float: right;
}

/*.banner-body-mid-right-part-web-panels span a{ margin:0 0 20px; padding:10px 0 10px 50px; font-size:23px; color:#000000; background:#ff7814 url(../images/spanish-language/midd-screen.png) no-repeat scroll left 10px top 9px; width:100%; float:left; border-radius:3px; border:1px solid #ff7814;}
.banner-body-mid-right-part-web-panels span a:hover{background:#454545 url(../images/spanish-language/midd-screen-hover.png) no-repeat scroll left 10px top 9px; color:#FFFFFF; border:1px solid #ff7814;}
.banner-body-mid-right-part-web-panels span.admin-panel a{ background:#454545 url(../images/spanish-language/mid-admin-panel.png) no-repeat scroll left 10px top 9px; border:1px solid #ff7814; color:#FFFFFF;}
.banner-body-mid-right-part-web-panels span.admin-panel a:hover{background:#ff7814 url(../images/spanish-language/mid-admin-panel-hover.png) no-repeat scroll left 10px top 9px; border:1px solid #ff7814; color:#000000;}*/


/*************************/

.spanish-language-screens {
    margin: 25px 0;
    padding: 0px;
    float: left;
    width: 100%;
}

.spanish-language-screens-inner {
    margin: 0 auto;
    padding: 0px;
    width: 1280px;
}

.spanish-language-screens-inner strong.inner-heading {
    color: #fa6903;
    margin: 0 0 50px;
    padding: 0;
    float: left;
    width: 100%;
    font-family: 'exo_2bold';
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.spanish-language-screens-inner strong.inner-heading label {
    color: #000000;
}

.spanish-language-screens-inner ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}

.spanish-language-screens-inner ul li {
    margin: 0 12px 50px;
    padding: 0px;
    float: left;
    width: 23%;
    display: block;
}

.spanish-language-screens-inner ul li span {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.spanish-language-screens-inner ul li span b {
    background: #ff6f02;
    border-radius: 50%;
    color: #ffffff;
    display: inline-table;
    font-size: 23px;
    height: 50px;
    line-height: 49px;
    margin: 0;
    padding: 0;
    width: 50px;
}

.spanish-language-screens-inner ul li p {
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 70px;
    margin: 0 0 10px;
    min-height: 70px;
    overflow: hidden;
    padding: 0;
    text-align: justify;
    width: 100%;
    line-height: 20px;
}

.spanish-language-screens-inner ul li img {
    max-width: 100%;
}

.driver-screens {
    margin: 0 0 25px;
}

/*************************/

.spanish-language-screens-inner .spanish-language-box1 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.spanish-language-screens-inner .spanish-language-box2 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.spanish-language-screens-inner .spanish-language-box3 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.spanish-language-screens-inner .spanish-language-box4 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.spanish-language-screens-inner .spanish-language-box5 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.spanish-language-screens-inner .spanish-language-box6 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.spanish-language-screens-inner .spanish-language-box7 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.spanish-language-screens-inner .spanish-language-box8 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.spanish-language-screens-inner .spanish-language-box9 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

/****************/
.newmobile-app-screen {
    margin: 0;
    padding: 35px 0 0 0;
    float: left;
    width: 100%;
    background: #f5f5f5;
}
.newmobile-app-screen strong {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
}

.newmobile-app-screen .container {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.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: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.newmobile-app-screen-passenger ul {
    margin: 10px 0 0;
    padding: 0px;
    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 {
    margin: 20px 0 40px;
    padding: 0px;
    float: left;
    width: 100%;
}

.newmobile-app-screen-driver ul {
    margin: 10px 0 0;
    padding: 0px;
    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 {
    padding: 45px 0 45px 0;
    position: relative;
    float: left;
    width: 100%;
    background-color: #b78000;
}

.demolinks  .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  .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: 1310px;
    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;
    list-style: none;
    justify-content: center;
    padding: 0;
    row-gap: 20px;
    margin: 0;
    direction: ltr;
}

.demo-links-row .links-column ul li {
    position: relative;
    transition: all 0.5s;
    bottom: 0;
    width: 25%;
    padding: 0 13px;
}

.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;
}

.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 {
    width: 100%;
    float: left;
    padding: 50px 0 65px 0;
    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 {
    width: 100%;
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 30px 0 40px;
    z-index: 0;
    float: left;
}

.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 30px 13px 30px;
    background-color: #fa6903;
    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: #fa6903;
    border-color: #fa6903;
    cursor: pointer;
}

.inq_form .head-style {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #fa6903;
    text-transform: uppercase;
    text-align: left;
}

.inq_form .head-style::after {
    background-color: #f76a00;
    left: 16px;
}

/*.inq_form .head-style:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 3px;
    background-color: #f76a00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}*/
.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 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: #f76a00;
        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;
    }

    .core-features-left {
        float: none;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .core-features-left ul li {
        float: none;
        text-align: left;
    }

    .core-features-right {
        margin-top: 30px;
    }

    .core-features-inner {
        display: flex;
        flex-direction: column;
    }

    .core-features-mid {
        margin: 0 50px;
        padding: 0px;
        float: none;
        width: 100%;
        max-height: 617px;
        margin: auto;
        background-position: center center;
    }

    .core-features-right ul li:last-child {
        margin-bottom: 0;
    }

    .front-end-inner {
        flex-direction: row-reverse;
        row-gap: 40px;
    }

    .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;
        position: relative;
        overflow: hidden;
        transform: translateZ(0) scale(1.0, 1.0);
        backface-visibility: hidden;
        background-position: center center;
        background-size: cover;
        padding: 0;
        height: auto;
    }

    .uber-for-x-price-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .uber-for-x-price-inner strong {
        margin: 0px 0 15px 0px;
    }

    .banner-right {
        padding-left: 0;
    }
}

@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;
    }

    .uber-for-x-price-inner strong{font-size: 20px;}
    .newmobile-app-screen {
        padding: 40px 0 40px 0;

    }

    .newmobile-app-screen-driver span {
        padding: 0 15px;
    }
}

@media screen and (max-width:630px) {
    .premium-features-part-inner {
        display: flex;
        flex-direction: column;
    }
    .premium-features-part-inner ul{margin-left: auto;margin-right: auto;}
    .front-end-right strong {
        font-size: 22px;
    }

    .perfect-script-left ul li{width: 100%;}
    .steps-your-product-inner ul li {
        width: 100%;text-align: center;
    }

    .demolinks  .white-hd {
        font-size: 5vw;
    }

    .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;


    }
    .demo-video a, .common-btn {
        padding: 5px 10px;
        margin: 0px 8px 10px 0;
    }

}

@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%;
        padding: 0;
    }
    .inq_form .head-style {
        font-size: 27px;
    }
}