
:root {
    --theme:#FF5200;
    --theme-dark :#993200;
    --theme-light:#ffeee6;
  }
.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
body {
    font-family: 'Exo 2';
}
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}
p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    font-family: 'Exo 2';
    color: #000;
    font-weight: 400;
    text-align: justify;
}
.heading-area.center p {
    text-align: center;
}
img {
    max-width: 100%;
}
a {
    color: #000;
}
ul.genlist li {
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    text-align: justify;
}
ul.genlist li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--theme);
    border-radius: 50%;
    left: 0;
    top: 8px;
}
li {
    display: block;
}
[data-toggle="popup"] {
    background-color: var(--theme);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 15px 40px 16px 40px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
[data-toggle="popup"]:hover {
    background-color: var(--theme-dark);
    color: #fff;
}
#uber-for-x-product-main-content {
    margin: 80px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    min-height: 800px;
    font-weight: normal;
}
.heading-area {
    margin-bottom: 15px;
    width: 100%;
    display: block;
}
.heading-area.center {
    text-align: center;
}
.heading-style {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.heading-area small {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--theme);
    font-weight: 600;
    display: block;
}
.heading-style:last-child {
    margin-bottom: 0;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area.white small {
    color: #fff;
}
.heading-area>p {
    margin-top: 10px;
}
.btn__div{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.btn__div.center{
    justify-content: center;
}
/**************banner**********************/
.banner {
    padding: 40px 0 40px 0;
    background-color: var(--theme-light);
}
.banner h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: var(--theme);
    margin-top: 0;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
}
.banner h1 small {
    font-size: 25px;
    display: block;
    color: #000;
    line-height: 1em;
}
.banner h1 span {
    font-size: 26px;
    display: block;
    color: #333;
}
.banner strong {
    font-size: 23px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
    color: #000;
}
.banner b {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.banner h1 strong {
    color: #333;
    font-size: 62px;
    display: block;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner img {
    max-width: 100%;
}
.banner-left {
    width: 50%;
    position: relative;
}
.banner-right {
    width: 48%;
}
.banner-right p:last-child {
    margin-bottom: 0;
}
.banner.gradient h1,
.banner.gradient p {
    color: #fff;
}
.banner a {
    background-color: var(--theme);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 13px 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.banner a:hover {
    background-color: var(--theme-dark);
}
.banner a.btn-color1 {
    background-color: #0c8ee4;
}
.banner a.btn-color1:hover,
.banner a.btn-color1:focus {
    background-color: #0976be;
}
.banner a.btn-color2 {
    background-color: #0fb158;
}
.banner a.btn-color2:hover,
.banner a.btn-color2:focus {
    background-color: #0a8d45;
}
/****************************************/
.features {
    padding: 40px 0;
    position: relative;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.fet-caption {
    padding: 0 0 20px 0;
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    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;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.fet-caption:hover::after {
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: var(--theme);
    height: 3px;
    width: 100%;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.features ul li .fet-caption img {
    max-width: 100%;
}
.features ul li i {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 50px;
    color: var(--theme);
}
.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-transform: capitalize;
}
/************************************/
.perfect-script {
    padding: 35px 0 40px 0;
    background-color: var(--theme-light);
}
.perfect-script-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.perfect-script-left {
    width: 48%;
    order: 3;
}
.perfect-script-right {
    width: 48%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    order: 2;
    margin: 0 0 15px 0;
}
/******************/
/****************************************/
.ubereats-new-version {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px 0px 40px 0px;
    position: relative;
}
.ubereats-new-version .heading,
.heading.center {
    text-align: center;
}
.ubereats-feature-box {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: left;
    position: relative;
    bottom: 0px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    width: 33.33%;
}
.ubereats-new-version .flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.ubereats-feature-box.pl-pr-12 {
    padding-left: 12px;
    padding-right: 12px;
}
.ubereats-feature-box .feature-box-icon {
    display: block;
    position: relative;
    text-align: left;
    top: 0;
    background: #f7f9ff;
    padding: 5px 10px;
}
.ubereats-feature-box .feature-box-icon h3 span a {
    display: flex;
}
.ubereats-feature-box .feature-box-desc {
    margin-bottom: 0;
    transition: .5s;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.ubereats-feature-box.half {
    width: 50%;
}
.ubereats-feature-box.oneforth {
    width: 25%;
}
.ubereats-feature-box.onethird {
    width: 75%;
}
.feature-box-content {
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    min-height: 100%;
    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;
}
.feature-box-content:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    bottom: 5px;
}
.ubereats-feature-box .feature-box-desc p {
    margin-top: 0;
    margin-bottom: 0.55rem;
    text-align: justify;
}
.feature-box-content img {
    image-rendering: -webkit-optimize-contrast;
}
.mb-30 {
    margin-bottom: 30px;
}
.flowmap {
    padding: 50px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap img {
    max-width: 100%;
}
.enq-popup-button-block {
    text-align: center;
}
/****************************************/
.green-part {
    padding: 35px 0 40px 0;
    background: #f8f8f8;
}
.green-part-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
/*************************/
.demolinks {
    padding: 30px 0 40px 0;
    position: relative;
    background-color: var(--theme);
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    margin: 0 auto;
}
.demolinks ul li a {
    display: block;
    position: relative;
}
.demolinks ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 34.34%;
}
.demolinks ul li a img {
    position: absolute;
    left: 0;
    top: 0;
}
/**************************************/
/**************************************/
.screens {
    padding: 40px 0;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 20px 0;
    row-gap: 15px;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 2px var(--theme) inset;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.TABROW .TAB.active {
    background-color: var(--theme);
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    row-gap: 15px;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    max-width: 100%;
}
.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 20px 17px 20px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    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;
}
.screens .view-app-flow:hover {
    background-color: var(--theme-dark);
}
/**************************************/
.appcost {
    padding: 40px 0 40px 0;
}
.appcost p:last-child {
    margin-bottom: 0;
}
.appcost-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.appcost-inner-left {
    width: 57%;
}
.appcost-inner-rght {
    width: 37%;
}
/**************************************/
.front-end {
    padding: 35px 0 30px 0;
    background-color: #f8f8f8;
}
.front-end .heading-area {
    width: 100%;
}
.front-end-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.front-end-left {
    width: 50%;
}
.front-end-right {
    width: 49%;
}
.front-end-left img {
    border: 3px solid #aaa;
    image-rendering: -webkit-optimize-contrast;
}
.front-end a.btn-button {
    background-color: var(--theme);
    font-size: 18px;
    color: #ffffff;
    padding: 12px 15px 13px 15px;
    text-align: center;
    font-weight: 600;
    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;
    display: inline-block;
    border: solid 2px var(--theme);
    margin: 0 10px 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.front-end a.btn-button:hover {
    background-color: var(--theme-dark);
    color: #ffffff;
    border: solid 2px var(--theme-dark);
}
/*******************************************/
/**************************************/
.pricing {
    padding: 35px 0px 30px 0;
    position: relative;
    z-index: 1;
}
.pricing img {
    max-width: 100%;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 11px 30px 15px 30px;
    box-sizing: border-box;
    display: inline-block;
    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;
}

.pricing [data-toggle="popup"] {
    padding: 11px 30px 15px 30px;
    font-size: 22px;
}
.pricing .get-quote:hover {
    background-color: var(--theme-dark);
}
.pricing .clipart {
    position: absolute;
    left: 0;
}
.torn-pricing {
    position: relative;
    margin-bottom: 15px;
}
.torn-pricing::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 40%;
}
.torn-pricing img {
    position: absolute;
    left: 0;
    top: 0;
}
/**************************************/
/******************************************/
.client-reviews {
    padding: 40px 0 40px 0;
    background-color: var(--theme-light);
}
.client-reviews .text-center {
    text-align: center;
}
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.client-reviews ul li img {
    width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.client-reviews ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 3px solid #fff;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.client-reviews ul li a:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(../svg/play-black-7.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.client-reviews ul li:not(:last-child) a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 70.71%
}
.client-reviews ul li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--theme);
    color: #fff;
    padding: 15px;
    text-align: center;
}
.client-reviews ul li.morereview a:hover {
    background-color: var(--theme-dark);
}
.client-reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
}
.client-reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
}
/***************************************/
/**************************************/
.inq_form {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 0 30px;
    z-index: 0;
    float: left;
    background-color: #f8f8f8;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    background-color: var(--theme);
    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;
    cursor: pointer;
    font-family: 'Exo 2';
}
.inq_form form input:hover[type=submit] {
    background-color: var(--theme-dark);
}
.inq_form .head-style {
    font-size: 36px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.inq_form .head-style::after {
    background-color: var(--theme);
    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;
    appearance: none;
    -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;
}
/**************************************/
.faq {
    padding: 40px 0;
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}
.faq_list li {
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 0 10px 0;
    background: #fff;
    margin: 0;
}
.faq_list li strong {
    font-size: 18px;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 10px 15px;
    border-radius: 12px 12px 0 0;
    background: #fff7f7;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    font-weight: 600;
    color: #000;
}
.faq_list li div {
    padding: 0 15px;
    color: #000;
}
.faq_list li ul li {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #000;
    line-height: normal;
    display: block;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}
.faq_list li ul li:last-child {
    margin-bottom: 0;
}
.faq_list li ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #4d55f6;
    left: 0;
    top: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/**************************************/
@media screen and (max-width:1279px) {
    /***************************************/
    .demolinks:before {
        border-top: 4vw solid #FFF;
    }
    .demolinks:after {
        border-bottom: 4vw solid #FFF;
    }
    /***************************************/
}
@media screen and (max-width:1024px) {
    .banner h1 {
        font-size: 40px;
    }
    .banner p {
        font-size: 16px;
    }
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .client-reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}
@media screen and (max-width:991px) {
    .demolinks ul {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-flow: row;
        max-width: 910px;
    }
    /*****************************************/
    .banner-bottom {
        display: none;
    }
    .banner-left {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .banner-right {
        width: 100%;
        margin-bottom: 0;
    }
    .banner-inner {
        flex-direction: reverse;
    }
    .banner h1 {
        line-height: normal;
        font-size: 35px;
    }
    .banner h1 span {
        line-height: normal;
        font-size: 20px;
    }
    /**************************************/
    .appcost-inner {
        flex-direction: column-reverse;
    }
    .appcost-inner-left {
        width: 100%;
    }
    .appcost-inner-rght {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    /**************************************/
    .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: var(--theme);
        left: 50%;
    }
    /**************************************/
    .screens ul li {
        width: 50%;
    }
    /**************************************/
    .ubereats-feature-box,
    .ubereats-feature-box.half,
    .ubereats-feature-box.onethird,
    .ubereats-feature-box.oneforth,
    .ubereats-feature-box.pl-pr-12 {
        width: 100%;
        padding: 0;
    }
    .ubereats-feature-box:last-child {
        margin-bottom: 0;
    }
    /**************************************/
    ul.weblinks li {
        margin: 0 10px 20px 10px;
    }
    ul.weblinks li a {
        min-width: initial;
        height: auto;
        line-height: normal;
        box-sizing: border-box;
        padding: 14px 30px 17px 30px;
        font-size: 18px;
    }
    /**************************************/
    /**************************************/
    .perfect-script-left {
        width: 100%;
    }
    .perfect-script-right {
        width: 100%;
        margin-bottom: 30px;
    }
    .perfect-script-right img {
        width: 100%;
    }
    /**************************************/
    .front-end-left {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .front-end-right {
        width: 100%;
    }
    /**************************************/
    .client-reviews ul {
        grid-template-columns: repeat(3, 1fr);
    }
    /**************************************/
    .heading-style,
    .inq_form .head-style {
        font-size: 26px;
        line-height: 1em;
    }
    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .faq_list {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width:630px) {
    .banner h1 {
        font-size: 30px;
    }
    .banner h1 small {
        font-size: 20px;
    }
    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .screens ul li:last-child {
        margin-bottom: 0;
    }
    .screens ul li {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .banner strong {
        font-size: 20px;
    }
    .pricing .get-quote {
        font-size: 16px;
        padding: 10px 15px;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    }
    .inq_form .head-style {
        text-align: left;
    }
    .inq_form form input[type=submit] {
        font-size: 17px;
        padding: 13px 20px 13px 20px;
        min-height: 35px;
        line-height: 20px;
    }
    /************************/
    .client-reviews ul li a:after {
        width: 30px;
        height: 30px;
        background-size: 24px;
        right: 8px;
        top: 8px;
    }
    .client-reviews ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .client-reviews ul li.morereview a {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
    .client-reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
    }
    .client-reviews ul li.morereview a::after {
        width: 40px;
        height: 40px;
    }
    /************************/
    .features ul {
        grid-template-columns: 1fr;
    }
    .screens .view-app-flow {
        font-size: 18px;
        padding: 14px 20px 17px 20px;
        min-width: inherit;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    ul.reviews-list li.morereview a {
        font-size: 4.5vw;
        line-height: 5.2vw;
    }
    .client-reviews ul li a {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }
}