@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)
    }
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a:hover,
a:focus,
a:visited,
a {
    text-decoration: none;
}
p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #000;
}
p:last-child {
    margin-bottom: 0;
}
ul {
    list-style: none;
    margin: 0;
}
.mb-0 {
    margin-bottom: 0 !important;
}
p:last-child {
    margin-bottom: 0
}
img {
    max-width: 100%;
}
.play-anim-ico {
    background-image: url(play-video-7.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 111;
}
.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 #fff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.flowmap {
    padding: 50px 0;
    background-repeat: no-repeat;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
a {
    text-decoration: none;
}
body {
    margin: 0;
}
.mainWrapper {
    max-width: 1920px;
    margin: 80px auto 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.mainWrapper>* {
    padding: 40px 0;
}
.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.heading-area {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
/* .heading-area p {max-width: 1150px;} */
.heading-area .header-sep {
    width: 38px;
    display: block;
    margin: 15px auto 0 auto;
}
.heading-area h3,
.heading-area h5,
.heading-area h4,
.heading-area h2 {
    font-size: 40px;
    font-weight: 600;
    color: #ff6c6c;
    position: relative;
    line-height: normal;
    margin: -8px 0 10px 0px;
    font-weight: bold;
}
.tag-style {
    background-color: #ff6c6c;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 12px 30px 14px 30px;
    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;
}
.banner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,#FFE8E8 100%);
}
.banner p {
    text-align: justify;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner_left {
    width: 40%;
}
.banner_left h1 {
    font-size: 50px;
    line-height: 50px;
    color: #ff6c6c;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner_right {
    width: 55%;
}
.common-button img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.common-button {
    background-color: #ff6c6c;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 13px 10px;
    color: #fff;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.common-button:hover {
    background-color: #b83838;
    color: #fff;
}
.common-button.btn-color1 {
    background-color: #0c8ee4;
}
.common-button.btn-color1:hover,
.common-button.btn-color1:focus {
    background-color: #0976be;
}
.common-button.btn-color2 {
    background-color: #FE9B00;
}
.common-button.btn-color2:hover,
.common-button.btn-color2:focus {
    background-color: #c07a24;
}
.common-button.btn-color3 {
    background-color: #0fb158;
}
.common-button.btn-color3:hover,
.common-button.btn-color3:focus {
    background-color: #0a8d45;
}
.common-button.white {
    background-color: #fff;
    color: #000;
}
.common-button.white:hover {
    background-color: #ddd;
    color: #000;
}
/*******************************************/
.inside-cat {
    background: #f8f8f8;
}
.inside-cat-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.inside-cat ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}
.inside-cat ul li {
    width: 12.5%;
    padding: 0 5px;
}
.inside-cat ul li .cat-inner {
    text-align: center;
    position: relative;
    background: #f4d6d4;
    padding: 20px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 100%;
}
.inside-cat ul li:nth-child(2) .cat-inner {
    background: #e2f9dc;
}
.inside-cat ul li:nth-child(3) .cat-inner {
    background: #d9f1fc;
}
.inside-cat ul li:nth-child(4) .cat-inner {
    background: #fcefd7;
}
.inside-cat ul li:nth-child(5) .cat-inner {
    background: #dbecfd;
}
.inside-cat ul li:nth-child(6) .cat-inner {
    background: #d6ddfc;
}
.inside-cat ul li:nth-child(7) .cat-inner {
    background: #f4d6fc;
}
.inside-cat ul li:nth-child(8) .cat-inner {
    background: #fefeda;
}
.inside-cat ul li .cat-inner img {
    height: 60px;
    width: 60px;
    display: inline-block;
}
.inside-cat ul li strong {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.videosection-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.video-holder {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    cursor: pointer;
}
.video-holder::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.video-holder>img,
.video-holder>iframe {
    position: absolute;
    left: 0;
    top: 0;
}
.video-holder .play-anim-ico {
    left: 50%;
    right: auto;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.app-links-sections {
    background-color: #ff6c6c;
    padding: 40px 0 40px 0;
}
.app-links-sections p {
    text-align: center;
    color: #fff;
}
.app-links-sections .heading-area.center {
    margin-bottom: 0;
}
.app-links-sections .app-links-sections-inner {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
.app-links-sections .heading-style1 {
    color: #fff;
    text-align: center;
    width: 100%;
}
.app-links-sections a {
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    bottom: 0px;
}
.app-links-sections a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 33%;
}
.app-links-sections img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    left: 0;
    top: 0;
}
.app-links-sections a:hover {
    bottom: 3px;
}
.live-demo-row-flow {
    margin: 0 auto 0 auto;
    max-width: 1100px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
}
.app-links-sections .clickText {
    font-weight: 500;
    font-size: 26px;
    display: block;
    float: none;
}
.app-links-sections .flowText {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    float: none;
}
.app-links-sections .demolinksbtn {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.offer-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    flex-direction: row-reverse;
}
.offer-section-inner-right .heading-area {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
}
.offer-section-inner-right {
    width: 50%;
}
.offer-section-inner-left {
    width: 48.95%;
}
.section-desc-data {
    padding-left: 0;
}
.small-title {
    font-size: 24px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: block;
}
.listing-block {
    padding-left: 0;
    margin-top: 35px;
    display: flex;
}
.listing-block img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
ul.listing {
    list-style: none;
    padding: 0;
}
ul.listing li {
    padding-left: 21px;
    margin-bottom: 15px;
    position: relative;
    color: #6e6e6e;
    font-size: 14px;
}
ul.listing li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #4d4d4d;
    left: 0;
    border-radius: 50%;
    top: 7px;
}
.listing-block .listing-col {
    width: 50%;
}
.features {
    position: relative;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -18px;
    row-gap: 20px;
}
.features ul li {
    width: 25%;
    position: relative;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.fet-caption {
    padding: 23px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    min-height: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.features ul li i {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: left;
}
.features ul li i img {
    height: 56px;
    width: 56px;
    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;
}
.features ul li .sep {
    position: absolute;
    right: -18px;
    bottom: -70px;
}
.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 20px;
    color: #303030;
    margin-bottom: 13px;
    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 {
    padding-bottom: 0;
}
/**********************************/
.business-solution-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.business-solution p {
    text-align: center;
}
.business-solution .heading-area {
    margin-bottom: 0;
}
/**********************************/
.order ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
}
.order .heading-area strong {
    display: block;
    font-weight: 500;
}
.order .heading-area h3 span {
    display: block;
    font-size: 28px;
    margin: 10px 0 10px 0;
}
.order .heading-area h3::before {
    display: none;
}
.order-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.order ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff6c6c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.order ul li:nth-child(odd) i {
    background-color: #ff6c6c;
}
.order ul li i img {
    height: 55px;
    width: 55px;
    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;
}
.order ul li:hover i img {
    opacity: 1;
}
.order ul li strong {
    display: block;
    font-size: 23px;
    font-weight: 600;
    color: #303030;
    margin: 10px 0 8px 0;
}
.order ul li {
    width: calc(25% - 15px);
    width: -o-calc(25% - 15px);
    width: -ms-calc(25% - 15px);
    width: -moz-calc(25% - 15px);
    width: -webkit-calc(25% - 15px);
    box-sizing: border-box;
    border-radius: 12px;
    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: 1px solid #ddd;
    text-align: center;
    padding: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.order {
    background: #f8f8f8;
}

.order ul li a {
    font-size: 17px;
    background-color: #ff6c6c;
    font-weight: 600;
    color: #ffffff;
    padding: 9px 25px 12px 25px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 10px;
    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;
}
.order ul li a:hover {
    background-color: #b83a3a;
}

/* ------------------------------------------ */
.screens{
    background: #f8f8f8;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 15px 0;
    grid-gap: 15px;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 14px 15px 16px 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 1px #d8d8d8 inset;
    border-radius: 5px;
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
}
.TABROW .TAB.active {
    background-color: #ff6c6c;
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    outline: 1px solid #ddd;
}
.screens .view-app-flow {
    background-color: #ff6c6c;
    font-size: 31px;
    color: #fff;
    padding: 13px 45px 20px 45px;
    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;
    margin-top: 25px;
    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: #b83a3a;
}
.pricing {
    position: relative;
    z-index: 1;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing .get-quote {
    background-color: #ff6c6c;
    font-size: 31px;
    color: #fff;
    padding: 13px 45px 13px 45px;
    border-radius: 5px;
    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;
    margin-top: 5.5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing .get-quote:hover {
    background-color: #b83838;
    text-decoration: none;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 41.566%;
}
.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-12.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -1px;
}
.helpvideos {
    background-color: #f4f4f4;
}
.helpvideos .heading-area {
    text-align: center;
}
.helpvideos-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.helpvideos ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
}
.helpvideos ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.helpvideos ul li .videohold {
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    min-height: 100%;
    box-sizing: border-box;
}
.helpvideos ul li strong {
    font-weight: 500;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    color: #000;
}
.helpvideos ul li a {
    display: block;
    background-color: #222;;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.helpvideos ul li a:before {
    content: '';
    display: block;
    padding-top: 56%;
}
.helpvideos ul li img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.helpvideos ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(play-button-12.svg);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 42px;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.3);
}
.delivery-types{
    background: #f8f8f8;
}
.delivery-types-inner {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
.delivery-types ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.delivery-types ul li {
    width: 20%;
    padding: 0 10px;
}
.delivery-types-box {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 15px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: 0;
    height: 100%;
}
.delivery-types ul li a {
    display: block;
}
.delivery-types ul li img {
   width: 60px;
   height: 60px;
   display: inline-block;
}
.delivery-types ul li strong {
    display: block;
    color: #222;
    font-size: 20px;
    margin: 10px 0px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.delivery-types ul li:hover .delivery-types-box {
    position: relative;
    bottom: 5px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
}
.delivery-types ul li:hover strong {
    color: #309500;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.reviews .reviews-inner>a:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ff6c6c;
    z-index: -1;
    border-radius: 0;
    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;
}
.reviews .client-left-shape {
    position: absolute;
    top: -158px;
    left: -10px;
    pointer-events: none;
}
.reviews .client-right-shape {
    position: absolute;
    bottom: -183px;
    right: -10px;
    pointer-events: none;
}
.reviews ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
}
.reviews ul li {
    width: 25%;
    padding: 0 10px;
}
.reviews ul li a {
    display: block;
    background-color: #fff;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    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;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.reviews ul li:not(:last-child) a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
.reviews ul li a img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.reviews ul li a::after {
    content: '';
    background-image: url(play-video-7.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #ff6c6c;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
.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: #ff6c6c;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.reviews ul li.morereview a:hover {
    background-color: #b83a3a;
}
.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: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
}
.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 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}
.listing-img {
    flex: 1;
}
.ubereats-new-version {
    background-color: #f8f8f8;
}
.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.ubereats-new-version .heading,
.heading.center {
    text-align: center;
}
.ubereats-new-version .enq-popup-button-block a {
    background-color: #ff6c6c;
    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;
}
.ubereats-new-version .enq-popup-button-block a:hover {
    background-color: #b83a3a;
}
.ubereats-feature-box {
    padding: 8px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.20);
    background-color: #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;
    outline: 1px solid #ddd;
    width: calc(33.33% - 10px);
    -webkit-width: calc(33.33% - 10px);
    -moz-width: calc(33.33% - 10px);
    -ms-width: calc(33.33% - 10px);
    -o-width: calc(33.33% - 10px);
    margin: 0 5px;
}
.ubereats-new-version .flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    margin: 0 0 15px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap-inner ._IMAGE_ {
    position: relative;
}
.flowmap-inner ._IMAGE_::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 50.16%;
}
.flowmap-inner ._IMAGE_ img{
    position: absolute;
    left: 0;
    top: 0;
}
.enq-popup-button-block {
    text-align: center;
}
/********************/
.small-banner {
    padding: 0 0 40px 0;
}
.small-banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.small-banner-row {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    background-color: #ff6c6c;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: linear-gradient(to right,  rgba(255,108,108,1) 0%,rgba(255,135,135,1) 51%,rgba(255,108,108,1) 100%);
}
.small-banner .heading-area h4 {
    color: #fff;
}
.small-banner p {color: #fff;}
.small-banner .heading-area {
    margin: 0;
    display: block;
    text-align: left;
}
/********************/

@media screen and (max-width:1279px) {
.pricing,
.inside-cat {
    background-image: none;
}
.videosection::after,
.order .order-shape {
    display: none;
}
}
@media screen and (max-width:1024px) {
    .delivery-types ul li {
        width: 33.33%;
    }
    .provide ul li {
        width: calc(100%/3 - 18px);
        width: -o-calc(100%/3 - 18px);
        width: -ms-calc(100%/3 - 18px);
        width: -moz-calc(100%/3 - 18px);
        width: -webkit-calc(100%/3 - 18px);
    }
    .screens .view-app-flow {
        font-size: 18px;
        padding: 13px 15px 13px 15px;
    }
}
@media screen and (max-width:991px) {
    .heading-area h3,
    .heading-area h5,
    .heading-area h4,
    .heading-area h2 {
        font-size: 32px;
    }
    .banner_right{
        width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
    }
    .banner_left {
        width: 100%;
        justify-content: center;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .offer-section-inner-right {
        width: 100%;
        margin-bottom: 40px;
    }
    .offer-section-inner {
        flex-wrap: wrap;
        padding: 30px 15px 0 15px;
    }
    .offer-section-inner-left {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .section-desc-data {
        padding-left: 0;
        box-shadow: none;
    }
    .section-desc-data {
        padding-left: 0;
        box-shadow: none;
    }
    .listing-block {
        padding: 0;
    }

    .ubereats-feature-box {
        width: calc(50% - 10px);
        -webkit-width: calc(50% - 10px);
        -moz-width: calc(50% - 10px);
        -ms-width: calc(50% - 10px);
        -o-width: calc(50% - 10px);
        margin: 0 5px;
    }

    .app-links-sections .app-links-sections-inner {
        text-align: center;
        min-height: initial;
    }
    .app-links-sections .app-links-sections-left {
        width: auto;
    }
    .app-links-sections .live-demo {
        display: inline-block;
    }
    .app-links-sections .demo-weblinks-hold a {
        margin: 0 15px 20px 15px;
    }
    .app-links-sections .live-demo {
        font-size: 60px;
        line-height: normal;
    }
    .features ul li {
        width: 50%;
    }
    .features ul li .sep {
        display: none;
    }
    .heading-area h5 {
        font-size: 30px;
    }
    .heading-area p {
        font-size: 18px;
    }
    .features ul {
        margin-top: 36px;
    }
    .heading-area h5:before {
        display: none;
    }
    .features.appsol {
        margin-top: 30px;
        padding-bottom: 10px;
    }
    .order 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);
    }
    .flowbanner-inner img {
        margin: 0;
        display: block;
    }
    .flowbanner a {
        position: relative;
        margin: 30px 0 0 0;
        bottom: auto;
        display: inline-block;
        padding: 17px 40px;
        font-size: 18px;
        left: auto;
    }
    .flowbanner {
        padding: 50px 0 40px 0;
    }
    .flow-banner-caption {
        width: auto;
        max-width: initial;
        position: relative;
    }
    .flow-banner-caption h3 span {
        font-size: 30px;
    }
    .flow-banner-caption h3 {
        font-size: 42px;
    }
    .flow-banner-caption p {
        font-size: 15px;
        line-height: 29px;
    }
    .demo-video-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .demo-video-right {
        width: 100%;
    }
    .screens ul li {
        width: 50%;
    }
    .pricing .clipart {
        display: none;
    }
    ul.weblinks li a,
    .pricing .get-quote {
        min-width: initial;
        height: auto;
        line-height: normal;
        box-sizing: border-box;
        padding: 14px 30px 17px 30px;
        font-size: 18px;
    }
    .helpvideos ul li {
        width: calc(33.33% - 10px);
        width: -o-calc(33.33% - 10px);
        width: -ms-calc(33.33% - 10px);
        width: -moz-calc(33.33% - 10px);
        width: -webkit-calc(33.33% - 10px);
    }
    .helpvideos ul li a img {
        width: 100%;
    }
    .helpvideos {
        padding: 50px 0 30px 0;
    }
    .delivery-types ul li {
        width: 33.33%;
    }
    .reviews ul li {
        width: 33.33%;
    }
    .small-banner-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        gap: 20px;
    }
    .small-banner .heading-area {
        text-align: center;
    }
}
@media screen and (max-width:767px) {
    .inside-cat ul li {
        width: 49%;
    }
    .inside-cat ul li img {
        width: 100%;
    }
    .inside-cat ul li strong {
        font-size: 18px;
    }
    .app-links-sections .flowText {
        font-size: 20px;
    }
    .app-links-sections .clickText {
        font-size: 17px;
    }
    .app-links-sections .live-demo {
        font-size: 30px;
        line-height: normal;
        width: auto;
    }
    .app-links-sections .demo-weblinks-hold a {
        padding: 14px 30px;
        font-size: 16px;
    }
    .offer-section-inner-right {
        margin-bottom: 0;
    }
    .reviews ul li {
        width: 50%;
    }
}
@media screen and (max-width:630px) {
    .heading-area h3, .heading-area h5, .heading-area h4, .heading-area h2{
        font-size: 28px;
    }
    .ubereats-feature-box{
        width: 100%;
    }
    .features ul li {
        width: 100%;
        padding: 0;
    }
    .heading-area h5 {
        font-size: 28px;
    }
    .heading-area p {
        font-size: 16px;
    }
    .section-desc-data {
        padding-left: 0;
        box-shadow: none;
    }
    .listing-block {
        padding: 0;
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: 30px;
    }
    .listing-block .listing-col {
        width: 100%;
        margin-bottom: 20px;
    }
    .order ul li {
        width: 100%;
    }
    .order ul li:last-child {
        margin-bottom: 0;
    }
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    .TABROW .TAB:last-child {
        margin-bottom: 0;
    }
    .helpvideos ul{
        justify-content: space-between;
        row-gap: 20px;
    }
    .helpvideos ul li {
        width: calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        padding: 0 5px;
    }
    .helpvideos ul li:last-child {
        width: 100%;
    }
    .delivery-types ul li {
        width: 50%;
    }
    .delivery-types ul li:last-child{
        width: 100%;
    }
    .reviews ul li {
        width: 50%;
    }
    .reviews ul li.morereview a {
        font-size: 13px;
        line-height: 17px;
    }
    .reviews ul li {
        width: 50%;
        padding: 0 7px;
    }
    .reviews ul li.morereview a {
        font-size: 13px;
        line-height: 17px;
    }
    .reviews ul li a::after {
        width: 36px;
        height: 36px;
        background-size: 30px;
    }
    .reviews ul li a {
        padding: 0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .reviews ul li a img{
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
        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;
    }
    .reviews ul li.morereview a:after {
        width: 40px;
        height: 40px;
        border-width: 0 1px 1px 0;
        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;
    }
    .live-demo-row-flow {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
}
@media screen and (max-width:480px) {
    .banner_left h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .screens ul li {
        width: 100%;
        padding: 0;
    }
    .delivery-types ul li strong {
        font-size: 18px;
    }
}