@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }

    70% {
        opacity: .09
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
ul {
    list-style: none;
}
ul.genlist {
    margin: 0px;
}
ul.genlist li {
    font-size: 15px;
    color: #000;
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: normal;
}
ul.genlist li strong {
    display: block;
    text-transform: capitalize;
    margin-bottom: 2px;
}
ul.genlist li:last-child {
    margin-bottom: 0;
}
ul.genlist li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #FE9B00;
    left: 0;
    top: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
* {
    box-sizing: border-box;
    font-family: 'Exo 2';
}
.bgcolor1 {
    background-color: #C1E4F7;
}
.bgcolor2 {
    background-color: #D4EBD7;
}
.bgcolor3 {
    background-color: #E0D6FC;
}
.bgcolor4 {
    background-color: #F4DAFD;
}
.bgcolor5 {
    background-color: #FFE5D7;
}
.bgcolor6 {
    background-color: #FFF4D8;
}
.bgcolor7 {
    background-color: #FFDCDC;
}
.bgcolor8 {
    background-color: #D7F8FF;
}
.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
[data-toggle="popup"],
.common-button {
    background-color: #FE9B00;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    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,
.common-button:hover {
    background-color: #c07a24;
    color: #fff;
}
.enq-popup-button-block {
    text-align: center;
}
.play-anim-ico {
    background-image: url(play-video-21.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}

* {
    box-sizing: border-box;
}
html, body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2';
}
 section {
    display: block;
}
.align-self-center {
    align-self: center;
}
.align-self-end {
    align-self: flex-end;
}
.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
img {
    border: none;
    outline: 0;
    max-width: 100%;
}
.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 0 30px 0;
    position: relative;
    overflow: hidden;
}
.main-banner a {
    background-color: #FE9B00;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-block;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.main-banner a:hover {
    background-color: #c07a24;
}
.main-banner a.btn-color1 { background-color: #0c8ee4; }
.main-banner a.btn-color1:hover, .main-banner a.btn-color1:focus { background-color: #0976be; }
.main-banner a.btn-color2 { background-color: #0fb158; }
.main-banner a.btn-color2:hover, .main-banner a.btn-color2:focus { background-color: #0a8d45; }
.main-banner .left-content h2 img.new-tag {
    position: relative;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -12px;
}
.main-banner .left-content h1 {
    font-size: 45px;
    font-weight: 700;
    color: #FE9B00;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
}
.main-banner .left-content h1  b {
    font-size: 26PX;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    line-height: 26PX;
    color: #000;
}
.main-banner .left-content h2 em {
    color: #2a2a2a;
    /*color: #44ac00;*/
    font-style: normal;
}

.main-banner .left-content h2 span {
  color: #FE9B00;
}
.main-banner .container-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.main-banner-left {
    width: 37%;
}
.main-banner-right {
    width: 60%;
}

.kiosk-solution .container-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.main-banner .left-content p {
  margin: 0 0 15px 0;
}

.main-banner .left-content .main-button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}
.main-banner .right-image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    min-height: 100%;
}
.main-banner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
    z-index: 0;
    max-width: 100%;
    width: auto;
}
.main-banner .right-image .food-map-pin {
    position: absolute;
    top: -56px;
    right: 67px;
    width: 93px;
    animation: moveleftbounce 2.1s linear infinite;
    -webkit-animation: moveleftbounce 2.1s linear infinite;
}
p strong {
    font-size: 20px;
    color: #424242;
}


.right-image .img_inner {
    display: block;
    position: relative;
    z-index: 1;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.heading-area .heading-style {
    font-size: 40px;
    font-weight: 700;
    color: #FE9B00;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: -8px;
}
.heading-area.center .heading-style {
    text-align: center;
}
.heading-area.center p {
    text-align: center;
}
.heading-area strong {
    text-transform: uppercase;
    font-size: 30px;
    color: #FE9B00;
    display: block;
    line-height: 20px;
    margin-bottom: 7px;
    font-weight: 600;
}
p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
    font-family: 'Exo 2';
    color: #000;
    font-weight: 400;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
.heading-area.white .heading-style{
    color: #fff;
}
.heading-area.white p{
    color: #fff;
}
.left-part::before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: 15px;
    width: 50vw;
    background-color: #e6e5ec;
    z-index: -1;
    pointer-events: none;
    top: -50px;
}
.right-part::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 15px;
    width: 50vw;
    background-color: #ffecec;
    z-index: -1;
    pointer-events: none;
    top: -50px;
}
.left-image .img_inner {
    display: block;
    position: relative;
    z-index: 1;
}
.left-image .img_inner img {
    -webkit-box-shadow: 0px 30px 40px 0px rgba(2, 12, 79, 0.14);
    box-shadow: 0px 30px 40px 0px rgba(2, 12, 79, 0.14);
    border-radius: 6px;
}
.left-image .img_inner img.food-clone-img {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.common-btn,
.more-reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 10px 20px;
    transition: all 0.5s ease 0s;
    background-color: #FE9B00;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.common-btn:hover,
.common-btn:focus,
.common-btn:link,
.common-btn:active {
    background-color: #c07a24;
    color: #fff;
}
/**************************************/
/**************************************/
.flowmap {
    padding: 40px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap_image{
    position: relative;
}
.flowmap_image::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 51%;
}

.flowmap_image img{
    position: absolute;
    left: 0;
    top: 0;
}
/****************************************/
.features {
    padding: 40px 0;
}
.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(4, 1fr);
    gap: 15px;
    width: 100%;
}

.fet-caption {
    padding: 10px;
    background-color: #fff;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.12);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
}
.features ul li i {
    width: 75px;
    height: 75px;
    display: inline-flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.features ul li i img {
    width: 40px;
    height: 40px;
    transition: all 0.5s ;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.features ul li .sep {
    position: absolute;
    right: -18px;
    bottom: -70px;
}
.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 18px;
    color: #373737;
    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;
}
.features.appsol {
    background-color: #fff5e7;
}
/**************************************/
/**************************************/
.kiosk-solution {
    padding: 40px 0;
    background-color: #fff5e7;
}
.kiosk-solution .right-image {
  align-self: center;
}

.kiosk-solution p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.kiosk-solution ul li img {
  display: inline;
  float: left;
}

.kiosk-solution .right-image a {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
.kiosk-solution .right-part::before {
    background-color: #fffaf5;
}
.kiosk-solution-left {
    width: 68%;
}
.kiosk-solution-right {
    width: 27%;
}
/**************************************/
.success-part {
    padding: 35px 0 40px 0;
    background-color: #fff5e7;
}
.success-part-inner {
    margin:0 auto;
    padding:0px 28px;
    max-width:1140px;
    text-align:center;
}
ul.success-row {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-top: 20px;
}
ul.success-row li.sign {
    content: '+';
    font-weight: 600;
    font-size: 25px;
    justify-content: center;
}
ul.success-row li {
    position: relative;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
}
ul.success-row li strong{ font-size:15px;}

ul.success-row li:first-child:before {
    display: none;
}
ul.success-row li img {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin-bottom: 20px;
}
.success-part .secTitle {
    margin-bottom: 20px;
}
.success-part p {
    font-size: 15px;
    margin-bottom: 50px;
    color: #666;
}
/**************************************/
.demolinks {
    padding: 40px 0 40px 0;
    background-color: #FE9B00;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.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: 15px;
    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;
}



/*****************************************************/
.become {
    padding: 40px 0;
}
.become-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.become-left {
    width: 33%;
}
.become-right {
    width: 62%;
}
/*****************************************************/
/***********************Web section***********************/
.web-section {
    padding: 40px 0;
    display: block;
    width: 100%;
}
.block-title {
    font-size: 25px;
    text-transform: uppercase;
}
.web-section .heading .heading-style {
    margin-bottom: 8px;
}
.web-section .heading.center {
    width: 100%;
}
.web-section .container-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.web-section-left {
    width: 49%;
}
.web-section-right {
    width: 49%;
}
.web-section .right-text {
  align-self: center;
}
.web-section .img_inner {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.web-section .img_inner .shape_1 {
    border-radius: 6px;
    background-color: #04a400;
    position: absolute;
    right: 0;
    top: -30px;
    width: 200px;
    height: 200px;
    z-index: -1;
}
.web-section .img_inner .shape_2 {
    border-radius: 6px;
    background-color: #ff6e00;
    position: absolute;
    left: -30px;
    top: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(0%);
    width: 200px;
    height: 200px;
    z-index: -1;
    bottom: -100px;
}
.web-section .img_inner img {
    border-radius: 6px;
    border: solid 3px #aaa;
    image-rendering: -webkit-optimize-contrast;
}
.web-section p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.web-section .left-part{
    position: relative;
}
.web-section .btn-button-sec {
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: center;
}
.web-section .btn-button-sec a.btn-button {
    background-color: #FE9B00;
    font-size: 18px;
    color: #ffffff;
    padding: 13px 30px 14px 30px;
    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 #FE9B00;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.web-section .btn-button-sec a.btn-button:hover {
    background-color: #c07a24;
    color: #ffffff;
    border: solid 2px #c07a24;
}
/********************************/
/********************************/
.pizza-booking-part {
    padding: 40px 0 40px;
}
.pizza-booking-part-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pizza-booking-part-left {
    width: 48%;
}
.pizza-booking-part-right {
    width: 48%;
}
/********************************/
.pizza-delivery-part {
    padding: 40px 0 40px 0;
}
.pizza-delivery-part-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pizza-delivery-part-left {
    width: 57%;
}
.pizza-delivery-part-right {
    width: 38%;
}
/********************************/
/**************************************/
.pricing {
    padding: 40px 0px 40px 0;
    position: relative;
    z-index: 1;
}
.pricing p {
    text-align: center;
}
.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: #FE9B00;
    font-weight: 600;
    color: #ffffff;
    padding: 11px 20px 15px 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 75px;
    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 a {
    margin: 0 5px 10px 5px;
}
.pricing [data-toggle="popup"] {
    padding: 11px 30px 15px 30px;
    font-size: 22px;
}
.pricing .get-quote:hover {
    background-color: #c07a24;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 44.5%;
}
.torn-pricing img{
    position: absolute;
    left: 0;
    top: 0;
}
.torn-pricing:after {
    content: '';
    position: absolute;
    top: 100%;
    width: auto;
    height: 60px;
    background-image: url(torn-paper-14.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 0;
    margin-top: -1px;
    pointer-events: none;
}


/**************************************/
/**************************************/
.revenue-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.revenue {
    padding: 40px 0 30px 0;
    background-color: #fff5e7;
}
.revenue .heading p {margin-bottom: 20px;}
.revenue ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.revenue-inner-block strong {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}
.revenue ul li {
    padding: 0 10px;
    margin: 0 0 20px 0;
    width: 50%;
}
.revenue-inner-block {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.revenue-caption {
    width: calc(100% - 115px);
    width: -o-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
}
.revenue-caption p {
    margin: 0;
}
.revenue-inner-block i {
    margin-right: 15px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.revenue-inner-block i img {
    width: 80px;
    height: 80px;
    display: inline-block;
}
/*******************************************/
.appflow {
    padding: 40px 0 40px 0;
    background-color: #fff5e7;
}
.appflow-innner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
/*******************************************/
.inq_form {
    width: 100%;
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 20px 0 30px;
    z-index: 0;
    float: left;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 30px 13px 30px;
    background-color: #FE9B00;
    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] {
    background-color: #c07a24;
}
.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: #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;
    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;
}
/**************************************/
@media screen and (max-width: 1699px) {
    .main-banner:after {
        width: 95px;
        height: 300px;
        background-size: 100%;
    }

    .main-banner:before {
      top: 0px;
      width: 95px;
      height: 155px;
      background-size: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .inq_form .box-shadow ul li {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .main-banner .left-content {
        margin-right: 0px;
        text-align: center;
    }
    .main-banner .left-content h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .main-banner .left-content h1  b {
        font-size: 25px;
        line-height: 25px;
    }
    .main-banner .left-content p {
        margin: 15px 0px;
    }
    .main-banner .container-inner {
        flex-direction: column-reverse;
    }
    .main-banner-left {
        width: 100%;
        margin-bottom: 0;
    }
    .main-banner-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .main-banner-img {
        margin: 0;
    }
    .left-part::before, .right-part::before {
        right: 0;
        width: 100%;
        top: 0;
        bottom: 0;
    }
    .heading-area .heading-style {
        font-size: 35px;
        line-height: 38px;
        letter-spacing: 0;
    }
    .heading-area strong {
        font-size: 30px;
        font-weight: 500;
    }
    .deliveryvideos ul li {
        padding: 0 10px;
        margin-bottom: 30px;
        width: 50%;
    }
    .mobile-top-fix {
        margin-top: 30px;
    }
    /*****************************************************/
    .food-kiosk-left {
        width: 100%;
    }
    .food-kiosk-right {
        width: 100%;
    }
    .pizza-delivery-part-left {
        width: 100%;
    }
    .pizza-delivery-part-right {
        width: 100%;
    }
    .pizza-booking-part-left {
        width: 100%;
    }
    .pizza-booking-part-right {
        width: 100%;
    }
    /*****************************************************/
    .video-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .video-block:last-child {
        margin-bottom: 0;
    }
    /*****************************************************/
    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    /**************************************/
    /**************************************/
    .TABROW .TAB {
        margin: 0 5px 10px 5px;
    }
    /**************************************/
    .pricing .clipart {
        display: none;
    }
    .pricing .get-quote {
        margin-top: 50px;
    }
    /**************************************/
    ul.success-row li img {
        width: 60px;
        height: 60px;
    }
    /**************************************/
    .become-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .become-right {
        width: 100%;
    }
    /**************************************/
    .work-process ul {
        justify-content: center;
    }
    .work-process ul li {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .work-process {
        padding: 50px 0 20px 0;
    }
    .work-process:after {
        display: none;
    }
    /**************************************/
    /**************************************/
    .web-section .right-text {
        margin-top: 125px;
    }
    .main-banner .col-md-7 {
        width: 100%;
    }
    .main-banner .right-image {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
    }
    .revenue ul li {
        width: 50%;
    }
    .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%;
    }
    .web-section-left {
       width: 100%;
       margin-bottom: 30px;
   }
   .web-section-right {
       width: 100%;
   }
   /***********************************/
    .kiosk-solution-left {
        width: 100%;
    }
    .kiosk-solution-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .kiosk-solution .container-inner {
        flex-direction: column-reverse;
    }
    ul.weblinks li {
        width: 37%;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-flow: row;
        max-width: 910px;
    }
    .success-part-inner{
        padding: 0 15px;
    }
}


@media screen and (max-width: 767px) {
    .mobile-top-fix {
        margin-top: 50px;
    }
    .main-banner .left-content h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .main-banner .left-content h1  b {
        font-size: 23px;
        line-height: 23px;
    }
    .main-banner .left-content p {
        margin: 10px 0px;
    }
    .heading-area .heading-style {
        font-size: 30px;
        line-height: 1em;
        letter-spacing: 0;
    }
    .heading-area strong {
        font-size: 25px;
        font-weight: 500;
        line-height: 28px;
    }
    .features ul {
        grid-template-columns: 1fr;
    }
     .web-section .btn-button-sec a.btn-button {
        font-size: 18px;
        padding: 6px 30px 8px;

     }

    .pricing .get-quote,
    .pricing [data-toggle="popup"] {
        font-size: 18px;
        padding: 6px 30px 8px 30px;
    }
    .web-section {
        padding: 50px 0 35px;
    }
    .flow-button-btn {
        font-size: 22px;
        line-height: normal;
        padding: 10px 16px;
    }
    .revenue ul li {
        width: 100%;
    }
    .pricing .get-quote {
        margin-top: 40px;
    }
    .pricing .get-quote:last-child {
        margin-top: 10px;
    }
    .web-section .btn-button-sec {
        margin-top: 20px;
    }
    .web-section p {
        margin-bottom: 0;
    }
    /***********************************/
    .ubereats-feature-box {
        width: 50%;
    }
    /***********************************/
}

@media screen and (max-width:630px) {
    .demo-links-row .links-column {
        width: 50%;
    }
    ul.weblinks li {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }
    .revenue ul li,
    .revenue-caption p {
        text-align: center;
    }
    .revenue-caption {
        width: 100%;
    }
    .revenue-inner-block i {
        margin: 0 auto 15px auto;
        padding: 0;
        border: none;
    }
    /**************************************/
    .inq_form-left, .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .become {
        padding: 40px 0;
    }
    /****************************************/
    ul.success-row {
        display: block;
    }
    /****************************************/
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

}
@media screen and (max-width:480px) {
    .main-banner .left-content p {
        margin: 10px 0px;
    }
    /******************************/
    /******************************/
    .demo-links-row .links-column {
        margin-bottom: 10px;
    }
    .demo-links-row .links-column ul li {
        margin-bottom: 10px;
    }
    /*******************************************/
    .flow-button-btn {
        font-size: 14px;
        line-height: normal;
        padding: 10px 16px;
    }
    /*******************************************************/
    .ubereats-feature-box {
        width: 100%;
        padding: 0;
    }
    /*******************************************************/
}

@media (max-width:375px) {
    .heading-area .heading-style {
        font-size: 25px;
    }
}