:root {
    --theme:#ff3044;
    --theme-light:#ffecee;
    --theme-dark:#da192c;
}
@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)
    }
}
img {
    max-width: 100%;
}
.play-anim-ico {
    background-image: url(../svg/play-video-11.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 111;
    pointer-events: none;
}
.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;
}
.play-anim-ico.theme {
    background-image: url(../svg/play-black.svg);
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px var(--theme);
}
p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 23px;
    color: #000;
    font-size: 15px;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
a{
    color: #000;
}
[data-toggle="popup"] {
    background-color: var(--theme);
    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 {
    background-color: #b83838;
    color: #fff;
}
.flowmap {
    padding: 50px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap img {
    max-width: 100%;
    vertical-align: top;
}
a {
    text-decoration: none;
}
.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
/************************************/
.mainWrapper {
    margin: 83px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.heading-area {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.heading-area strong {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}
.heading-area.center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.heading-area.center p {
    text-align: center;
}
.heading-area.center .heading-style1 {
    text-align: center;
    text-transform: uppercase;
}
.heading-area .heading-style1 {
    font-size: 35px;
    font-weight: bold;
    color: var(--theme);
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: -8px;
}
.heading-area .heading-style1:after {
    content: '';
    height: 17px;
    display: block;
    width: 208px;
    background-image: url(../png/sep-2.png);
    margin: 8px 0 0 0;
}
.heading-area .heading-style1.white_sap:after {
    background-image: url(../png/sep_w.png);
}
.heading-area.center .heading-style1::after {
    margin: 6px auto;
}
/****************************************/
/**************banner**********************/
.banner {
    padding: 40px 0 40px 0;
    background-color: #FFF8F8;
}
.banner .banner-heading img.new-tag {
    position: relative;
    top: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 5px;
}
.banner h1 {
    font-size: 55px;
    text-transform: uppercase;
    color: var(--theme);
    margin-top: 0;
    font-weight: bold;
    line-height: 49px;
    margin-bottom: 8px;
    display: inline-block;
}
.banner h1 ~ strong {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}
.banner h1 span {
    font-size: 26px;
    display: block;
    color: #333;
}
.banner-heading strong {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 1em;
}
.banner b {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.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: 42%;
    position: relative;
}
.banner-right {
    width: 56%;
}
.banner-right p:last-child {
    margin-bottom: 0;
}
.banner.gradient h1,
.banner.gradient p {
    color: #fff;
}
.button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.common-button img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.common-button {
    background-color: var(--theme);
    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 i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 2px;
}
.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;
}
/************************************/
/**************************************/
.revenue-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.revenue {
    padding: 40px 0 30px 0;
}
.revenue .heading-area p {
    margin-bottom: 10px;
    text-align: justify;
}
.revenue ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.revenue-inner-block strong {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}
.revenue-inner-block {
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 55px auto;
    gap: 10px;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.revenue-caption p {
    margin: 0;
}
.revenue-inner-block i {
    display: inline-flex;
    align-items: flex-start;
}
.revenue-inner-block i img {
    width: 55px;
    height: 55px;
    display: inline-block;
}
/*******************************************/
.inside-cat {
    padding: 38px 0;
    position: relative;
    z-index: 1;
}
.inside-cat-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.inside-cat ul li {
    position: relative;
}
.inside-cat ul li img {
    max-width: 100%;
}
.inside-cat ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.inside-cat ul li .cat-caption {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(72, 72, 72, 0.15);
}
.inside-cat ul li .cat-caption i {
    font-size: 45px;
    width: 75px;
    height: 75px;
    background-color: var(--theme-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--theme);
}
.inside-cat ul li .cat-caption.gray {
    background-color: #eee;
}
.inside-cat ul li .cat-caption strong {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 6px;
    text-align: center;
    display: block;
}
.inside-cat ul li .cat-caption p {
    text-align: center;
}
.inside-cat ul li .cat-caption .btn-default {
    color: #fff;
    background-color: #004691;
    border-color: #004691;
    padding: 5px 15px 8px;
    border-radius: 6px;
    font-size: 20px;
    display: table;
    margin: 0 auto;
}
.inside-cat ul li .cat-caption:hover .btn-default {
  color: #fff;
  background-color: #006de1;
  border-color: #006de1;
}


/************************************/
.covid {
    padding: 50px 0 0 0;
    background-color: #fff;
    margin-bottom: 30px;
}
.covid-inner {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.covid-left {
    width: 28.5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-right: 20px;
    box-sizing: border-box;
}
.covid-right {
    width: 39%;
    box-sizing: border-box;
}
.covid-right-last {
    width: 32.4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: -25px;
}
.covid h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--theme);
}
.covid-left img {
    padding-top: 0;
    width: 100%;
    margin: 0;
}
.covid-right b {
    line-height: 31.4px;
    color: #1a1a1a;
    font-size: 20px;
    display: block;
    margin-bottom: 35px;
    font-weight: 600;
}
/*****************************************/
.covid.invert {
    margin-bottom: 0;
    padding: 50px 0;
    background-color: #ffeeee;
}
.covid.invert .covid-inner {
    flex-direction: row-reverse;
}
.covid.invert.reverse {
    padding: 40px 0 40px;
    background-color: #fff;
}
.covid.invert .covid-inner {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.covid.invert .covid-right {
    padding: 0 0 0 0;
    width: 67%;
}
.covid.invert .covid-left {
    width: 30.58%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 0;
    padding: 0;
}
.covid.invert .covid-left ._VIDEO_{
    position: relative;
}
.covid.invert .covid-left ._VIDEO_::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 102.39%;
}
.covid.invert .covid-left ._VIDEO_ > img{
    position: absolute;
    left: 0;
    top: 0;
}
.covid.invert {
    background-image: none;
    overflow: hidden;
}
.covid.invert.reverse .play-anim-ico.theme {
    transform: scale(0.7);
    background-color: transparent;
    left: auto;
    right: 20px;
    bottom: 30px;
    top: auto;
}
/************************************/
.covid.invert.reverse .covid-left::after {
    right: 35px;
    left: auto;
}
.covid.invert.reverse .covid-right {
    padding: 0;
}
.covid a.covid-block-img {
    padding: 0;
    margin: 0;
    position: relative;
    background-color: transparent;
    display: inline-block;
    width: 100%;
}
.videosection {
    padding: 35px 0 40px 0;
}
.video-holder {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.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%);
}
.videosection-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.video-holder img {
    width: 100%;
    cursor: pointer;
}
.video-holder:before {
    content: '';
    padding-top: 56.25%;
    display: block;
}
.video-holder > img,
.video-holder > iframe {
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 1px #ddd;
}
/****************************************/
/********************offer section stylesheet start**********************/
.offer-section {
    padding: 40px 0;
    background: #F5F5F5;
}
.offer-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 15px;
}
.offer-section-inner-right {
    width: 58%;
}
.offer-section-inner-left {
    width: 40%;
    text-align: center;
}
.offer-section-inner-left img {
    max-width: 100%;
}
.section-desc-data p {
    color: #000;
    font-size: 15px;
}
.small-title {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.listing-block {
    padding-left: 0;
    margin-top: 15px;
    display: flex;
}
ul.listing {
    list-style: none;
    padding: 0;
}
ul.listing li {
    padding-left: 21px;
    margin-bottom: 8px;
    position: relative;
    color: #000;
    font-size: 15px;
}
ul.listing li:last-child {
    margin-bottom: 0;
}
ul.listing li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--theme);
    left: 0;
    border-radius: 50%;
    top: 7px;
}
.listing-block .listing-col {
    width: 50%;
}
/********************offer section stylesheet end**********************/
/***********************app-links-sections stylesheet*******************/
.app-links-sections {
    background-color: var(--theme);
    padding: 40px 0 20px 0;
}
.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;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.app-links-sections .links-col 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;
    margin-bottom: 15px;
}
.app-links-sections .links-col a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 32.95%;
}
.app-links-sections .links-col img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    left: 0;
    top: 0;
}
.app-links-sections .links-col a:hover {
    bottom: 3px;
}
.live-demo-row-flow {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 10px;
}
/**************************************/
.demo-vodeo {
    padding: 50px 0;
    background-color: #f7f7f7;
}
.demo-video-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.demo-video-left {
    width: 54.5%;
}
.demo-video-right {
    width: 42%;
}
.demo-vodeo  p {
    line-height: 37.4px;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #4f4f4f;
}
.video-block {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.video-block iframe {
    height: 33.3vw;
}
/****************************************/
.features {
    padding: 40px 0;
    position: relative;
    background-color: #FFF8F8;
}
.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: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.fet-caption {
    padding: 22px 15px 22px 15px;
    box-sizing: border-box;
    min-height: 100%;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 0px 0 1px rgba(72, 72, 72, 0.15);
    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 i {
    width: 70px;
    height: 70px;
    display: inline-flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.features ul li i img {
    height: 40px;
    width: 40px;
    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:hover strong {
    color: var(--theme);
}
.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 20px;
    color: #373737;
    margin: 8px 0;
    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;
}

/**************************************/

/**************************************/
.order ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin-top: 20px;
    gap: 20px;
}
.order .heading-area strong {
    display: block;
    font-weight: 600;
}
.order.has_three .heading-area strong {
    display: block;
    font-weight: 400;
}
.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: #fff;
    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: 45px;
    height: 45px;
    font-size: 45px;
    color: var(--theme);
}
.order.has_three ul li strong {
    margin: 0 0 0 0;
    font-size: 25px;
    text-transform: uppercase;
}
.order.has_three ul li i {
    margin: 0 0 18px 0;
    border: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
}
.order ul li:hover i img {
    opacity: 1;
}
.order ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 8px 0 8px 0;
}
.order ul li {
    padding: 22px 15px 22px 15px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 13px 0 rgba(0,0,0,0.20);
    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;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.order ul li .order_cap > img {
    margin: 10px 0 10px 0;
    max-width: 100%;
}
.order ul li .video_btn {
    font-size: 17px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 9px 25px 12px 25px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 0;
    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 .video_btn:hover {
    background-color: #b83a3a;
}
.order ul li:hover {
    box-shadow: 0 0 0 1px var(--theme) inset, 0 0 13px 0 rgba(0,0,0,0.20);
}
.order ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.order .heading-area img {
    max-width: 100%;
}
.order {
    padding: 40px 0 60px 0;
    position: relative;
    z-index: 1;
}
.order:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    top: 220px;
    bottom:0;
    background-color: #F3F3F3;
    position: absolute;
    z-index: -1;
}
/**************************************/
.order.has_three {
    background-color: transparent;
    padding: 50px 0;
}
.order.has_three .heading-area h3 {
    color: var(--theme);
}
.order.has_three:after {
    display: none;
}
.order.has_three ul li p {
    text-align: justify;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 25px;
    margin-bottom: 0;
    padding: 20px 20px 22px 20px;
}
.order.has_three ul li .label-area {
    padding: 30px 0;
    background-color: rgba(245, 136, 31, 0.07);
    border-bottom: 1px solid #eee;
}
.order.has_three ul li i img {
    opacity: 1;
    height: 50px;
}
.order.has_three ul li:hover i img {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}
.order.has_three ul li {
    width: calc(33.33% - 20px);
    width: -o-calc(33.33% - 20px);
    width: -ms-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    width: -webkit-calc(33.33% - 20px);
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 5px 0 rgba(0,0,0,0.13);
    margin-bottom: 30px;
}
.order.has_three ul li:hover {
    box-shadow: 0 0 0 1px var(--theme) inset, 0 0 5px 0 rgba(0,0,0,0.13);
}
/**************************************/
.screens {
    padding: 40px 0 50px 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;
}
.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 1px #d8d8d8 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;
    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;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.screens ul.active {
    display: grid;
    margin-bottom: 20px;
}
.screens ul li {
    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);
    vertical-align: top;
}
.screens .view-app-flow {
    background-color: var(--theme);
    font-size: 31px;
    color: #fff;
    padding: 14px 45px 20px 45px;
    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:0 0 0 0;
    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: #b83838;
}
/**************************************/
/**************************************/
.advanced {
    padding: 40px 0 50px 0;
    background-color: #ffeeee;
}
.advanced-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.advanced-row {
    display: none;
    flex-wrap: wrap;
}
.advanced-row.active {
    display: block;
}
.advanced ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.advanced ul li {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 45px auto;
    gap: 20px;
    padding: 10px;
    background-color: #ffff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    align-items: center;
}
.advanced ul li:nth-last-child(1),
.advanced ul li:nth-last-child(2) {
  margin-bottom: 0px;
}
.advanced ul li i {
    display: inline-block;
}
.advanced ul li i img {
    width: 45px;
    height: 45px;
}
.advanced ul li strong {
    display: block;
    font-weight: 300;
}
.advanced b {
    display: block;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.advanced .TABROW .TAB {
    box-shadow: none;
    border-radius: 0;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    width: calc(20% - 20px);
    width: -o-calc(20% - 20px);
    width: -ms-calc(20% - 20px);
    width: -moz-calc(20% - 20px);
    width: -webkit-calc(20% - 20px);
    margin: 0;
}
.advanced .TABROW .TAB.active {
    background-color: transparent;
    font-weight: 600;
    color: #1f1f1f;
}
.advanced .TABROW {
    border-bottom: 1px solid #dbdbdb;
    justify-content: space-between;
    margin-top: 0;
}
.advanced .TABROW .TAB.active:after {
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    background-color: var(--theme);
    position: absolute;
}
/**************************************/
.pricing {
    padding: 40px 0 50px 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 p {
    font-size: 15px;
    color: #1f1f1f;
    line-height: 28px;
    text-align: justify;
}
.pricing .get-quote {
    background-color: var(--theme);
    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: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing .get-quote:hover {
    background-color: #b83a3a;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 41%;
}
.torn-pricing img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/**************************************/
.helpvideos {
    padding: 40px 0;
    width: 100%;
    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: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.helpvideos ul li .videohold {
    padding: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    min-height: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
.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;
    overflow: hidden;
}
.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(../svg/play-button-4.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 {
    padding: 40px 0 40px;
    background-color: #f8f8f8;
}
.delivery-types-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.delivery-types .flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.delivery-types-block {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    flex-grow: 1;
}
.delivery-types .card-box picture img {
    height: 60px;
}
.card-box {
  background: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 100%;
}
.card-box:hover{
    bottom: 5px;
    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);
}
.card-box img {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.card-box .title-text {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0;
  line-height: 24px;
  display: block;
}
.card-box p {
    margin: 0 0 22px 0;
    padding: 0px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    min-height: 75px;
}
.card-box .btn-default {
    color: #fff;
    background-color: var(--theme);
    border: none;
    padding: 5px 15px 8px;
    border-radius: 6px;
    font-size: 20px;
    display: table;
    margin: 0 auto;
}
.card-box:hover .btn-default {
  color: #fff;
  background-color: #b83a3a;
}
/**************************************/
/**************************************/
.curlang {
    padding: 50px 0;
}
.curlang-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.curlang table {
    text-align: left;
    width: 100%;
    margin-top: 35px;
}
.curlang table tr td {
    margin: 0;
    padding: 10px;
    font-size: 15px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e7e7e7;
    color: #5b5b5b;
    font-weight: 500;
    text-align: left;
}
.curlang table tr td b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 27px;
}
.curlang table tr td b img {
    max-width: 43px;
}
.curlang table tr th {
    margin: 0;
    padding: 14px 10px;
    text-align: left;
    font-size: 20px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e7e7e7;
    color: #414141;
    font-weight: 500;
}
/**************************************/
.webscreens-section.admin {
    background-color: #fff;
}
.webscreens-section {
    background-color: #ffeeee;
    padding: 40px 0px 40px;
    position: relative;
}
.webscreens-section-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
}
.webscreens-section-left {
    width: 48%;
}
.webscreens-section-right {
    width: 48%;
}
.admin-panel-section{
    background-color: #fff;
    padding: 40px 0px 40px;
    position: relative;
}
.webscreens-section .heading-area h3, .admin-panel-section .heading-area h3 {
    text-transform: uppercase;
    text-align: left;
}
.webscreens-section .row, .admin-panel-section .row  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.webscreens-section img, .admin-panel-section img {
    max-width: 100%;
}
.webscreens-section .card-box-images, .admin-panel-section .card-box-images {
    position: relative;
    z-index: 0;
}
.webscreens-section .card-box-images {
    position: relative;
    border: 3px solid #aaa;
}
.webscreens-section .card-box-images::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 53%;
}
.webscreens-section .card-box-images img{
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
}
.admin-panel-section .card-box-images img {
    border: 3px solid #aaa;
}

.webscreens-btn {
    background-color: var(--theme);
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px 15px 30px;
    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: table;
    margin: 5px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.webscreens-btn:hover {
    background-color: #b83838;
    color: #fff;
}
/**************************************/
.about-section-of {
    padding-top: 50px
}

.about-section-of-inner {
    max-width: 1350px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.about-section-of h5 {
    margin: 0;
    padding: 20px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #f76a00;
    display: inline-block;
	border-radius: 25px 25px 0 0;
    cursor: pointer;
    font-weight: 600;
}

.about-section-of-data {
	text-align: initial;
    padding-top: 20px;
    padding-bottom: 20px;
	background-color: #f8f8f8;
	display: none;
}
.about-section-of-data .about-section-of-inner {
	text-align: unset;
}
.about-section-of-data p {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

.about-section-of h6 {
    font-size: 23px;
    text-transform: unset;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.box-rows ul {
    list-style: none;
    padding-left: 15px;
}

.box-rows ul li {
    margin-bottom: 14px;
    font-size: 15px;
    color: #666;
    padding: 0 0 0 18px;
    font-weight: 500;
    position: relative;
}

.box-rows ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #f76a00;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.box-rows h6 {
    font-size: 21px;
	margin-bottom: 15px;
	position: relative;
}
.sub-boxess {
    padding-left: 40px;
}
.sub-boxess strong {
    font-size: 17px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
    display: block;
}
.sub-boxess strong:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #d65800;
    border-radius: 50%;
    left: -22px;
    top: 10px;
}
.sub-boxess h6:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f76a00;
    border-radius: 50%;
    left: -22px;
    top: 10px;
}
/**************************************/
/************************************************/
.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 {
    padding: 40px 0 35px 0;
    position: relative;
    background-color: #f3f3f3;
}
.reviews .reviews-inner > a:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--theme);
    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;
}
ul.reviews-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
ul.reviews-list li {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
}
ul.reviews-list li a {
    display: block;
    background-color: #fff;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 10px 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: 3px solid #fff;
}
ul.reviews-list li:not(:last-child) a:before {
    content: '';
    display: block;
    padding-top: 71%;
}
ul.reviews-list li a img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
ul.reviews-list li a::after {
    content: '';
    background-image: url(../svg/play-video-12.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: var(--theme);
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
ul.reviews-list 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;
}
ul.reviews-list li.morereview a:hover {
    background-color: #b83a3a;
}
ul.reviews-list 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;
}
ul.reviews-list 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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
/************************************************/
.ubereats-new-version {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
    position: relative;
    background-color: #F9F9F9;
}
.ubereats-new-version .heading, .heading.center {
    text-align: center;
}
.ubereats-new-version .enq-popup-button-block a {
    background-color: var(--theme);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #fff;
    display: inline-block;
    margin: 0 5px 10px 5px;
    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 {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: left;
    position: relative;
    bottom: 0px;
}
.ubereats-new-version .flexrow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}
.feature-box-title {
    display: flex;
}
.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-title h3,
.ubereats-feature-box .feature-box-title .heading-style {
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 0px 0 8px;
    position: relative;
    display: block;
    align-items: center;
    justify-content: left;
    text-transform: uppercase;
}
.ubereats-feature-box .feature-box-title h4 a.clientvideos {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
}
.ubereats-feature-box .feature-box-title h4 a.clientvideos img {
    max-width: 100%;
}
.ubereats-feature-box .feature-box-title h3 span,
.ubereats-feature-box .feature-box-title h4 span {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    display: inline-block;
}
.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: 15px;
    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;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.feature-box-content i img {
    width: 60px;
}
.feature-box-content i {
    margin-bottom: 15px;
    display: block;
}
.feature-box-content img {
    max-width: 100%;
}
.feature-box-content:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
    bottom: 5px;
}
.ubereats-feature-box .feature-box-desc p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
}
.ubereats-feature-box .feature-box-desc li {
  position: relative;
  padding-left: 15px;
}
.ubereats-feature-box .feature-box-desc ul {
  width: 100%;
}
.ubereats-feature-box .feature-box-desc li:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 9px;
}
.mb-30 {
    margin-bottom: 30px;
}
.flowmap {
    padding: 40px 0;
    background-color: #FFF8F8;
}
.flowmap-inner {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap ._IMAGE_ {
    position: relative;
    max-width: 1251px;
    margin: 0 auto;
    text-align: center;
}
.enq-popup-button-block {
    text-align: center;
}
/****************************************/
/*******************************************/
.inq_form {
    width: 100%;
    display: block;
    position: relative;
    padding: 40px 0 40px;
    z-index: 0;
    float: left;
}
.inq_form form input[type=submit] {
    background: var(--theme);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 40px;
    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: #b83a3a;
}
.inq_form .head-style {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 0px 0;
    color: var(--theme);
    position: relative;
    line-height: normal;
    width: 100%;
    display: block;

}
.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: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
}
.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: #003a57;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: #ff6e00;
}
.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: repeat(2, 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;
}
.faq_list li strong {
    font-size: 18px;
    line-height: 1em;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 0 0;
    background: var(--theme-light);
    -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;
    color: #000;
    font-weight: 600;
}
.faq_list li p {
    padding: 0 20px;
}

/* ------------------------------------------------------ */
@media screen and (max-width:1366px) {
    .covid-left img,
    .covid-right-last img {
        max-width: 100%;
    }
    .covid h1 strong {
        font-size: 77px;
    }
    .covid h1 {
        font-size: 40px;
    }
}
@media screen and (max-width:1310px) {
    .video-block iframe {
        height: 33.3vw;
    }
}
@media screen and (max-width:1279px) {
    /************************************/
    .element-3,
    .element-1,
    .element-4 {
        display: none;
    }
    /************************************/
    .banner h1 {
        font-size: 40px;
    }
    .banner p {
        font-size: 16px;
    }
}
@media screen and (max-width:1200px) {
    .inside-cat ul li .cat-caption:before {
        display: none;
    }
    .inside-cat ul li .cat-caption {
        padding: 20px;
    }
}
@media screen and (max-width:1024px) {
    /**********************************************/
    .delivery-types ul li {
        width: calc(33.33% - 20px);
        width: -o-calc(33.33% - 20px);
        width: -ms-calc(33.33% - 20px);
        width: -moz-calc(33.33% - 20px);
        width: -webkit-calc(33.33% - 20px);
        margin-bottom: 20px;
    }

    /**********************************************/
    .covid-left {
        width: 100%;
    }
    .covid-left img {
        width: auto;
        max-width: 100%;
    }
    .covid-right {
        width: 100%;
    }

    /*********************************************/
}
@media screen and (max-width:991px) {
    /*****************************************/
    .banner-bottom {
        display: none;
    }
    .banner-left {
        width: 100%;
        text-align: center;
    }
    .banner-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .banner h1 {
        line-height: normal;
        font-size: 35px;
    }
    .banner h1 span {
        line-height: normal;
        font-size: 20px;
    }
    .heading-area .heading-style1 {
        font-size: 30px;
    }
    /**********************************************/
    .webscreens-section .card-box-images {
        max-width: 608px;
    }
    /**********************************************/
    .offer-section-inner-right {
        width: 100%;
    }
    .offer-section-inner {
        flex-wrap: wrap;
    }
    .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;
    }
    /**********************************************/
    .inside-cat ul {
        grid-template-columns: 1fr 1fr;
    }
    /**********************************************/
    .features ul {
        grid-template-columns: 1fr 1fr;
    }
    .features.appsol {
        margin-top: 30px;
        padding-bottom: 10px;
    }
    /**************************************/
    .app-links-sections .alc-image {
        display: none;
    }

    /**************************************/
    .order {
        padding: 40px 0;
    }
    .order ul {
        grid-template-columns: 1fr 1fr;
    }
    /**************************************/
    .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 p {
        font-size: 15px;
        line-height: 29px;
    }
    /**************************************/
    .demo-video-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .demo-video-right {
        width: 100%;
    }
    .video-block img {
        width: 100%;
    }
    .video-block iframe {
        height: 60.6vw;
    }
    /**************************************/
    .TABROW .TAB {
        margin-bottom: 20px;
    }
    .app-links-sections a.viewFlow {
        font-size: 18px;
        padding: 15px 20px;
    }
    /**************************************/
    .advanced ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .advanced .TABROW {
        width: auto;
        display: block;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }
    /**************************************/
    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 {
        grid-template-columns: repeat(2, 1fr);
    }
    .helpvideos ul li a img {
        width: 100%;
    }
    /**************************************/
    .live-demo-row-flow {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-flow: row;
        max-width: 910px;
    }
    /**************************************/
    .delivery-types ul li {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
    }
    /**************************************/
    /**************************************/
    .order.has_three ul li {
        width: 100%;
    }
    /**************************************/
    .covid-right-last {
        width: 100%;
        text-align: center;
        display: block;
        padding: 0;
    }
    .covid-right {
        padding: 40px 0 20px 0;
    }
    .covid-left {
        display: block;
        text-align: center;
    }
    .covid.invert {
        padding: 40px 0 0 0;
    }
    .covid.invert.reverse .heading-area {
        text-align: center;
    }
    .covid.invert.reverse .heading-area .heading-style1:after {
        margin: 8px auto 0 auto;
    }
    .covid.invert .covid-right {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .covid.invert .covid-left {
        max-width: 398px;
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }
    .covid.invert .covid-left:after {
        width: 100%;
    }
    .covid.invert .covid-left:after,
    .covid.invert.reverse .covid-left:after {
        left: -15px;
        right: -15px;
        width: auto;
        bottom: -40px;
    }
    .covid.invert .covid-left img {
        margin: 0;
        max-width: 100%;
    }
    .covid.invert.reverse .covid-inner {
        flex-direction: column-reverse;
    }
    .covid.invert.reverse .covid-right {
        padding: 0;
    }
    .covid a.covid-block-img {
        margin: 0;
        display: inline-block;
        position: relative;
        width: auto;
    }
    .covid.invert .covid-left ._VIDEO_{
        display: block;
    }
    /****************************************/
    .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;
    }
    .app-links-sections {
        margin-bottom: 50px;
    }
    /****************************************/
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        text-align: left;
        align-items:center;
    }
    .webscreens-section-left {
        width: 100%;
    }
    .webscreens-section-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .webscreens-section-inner {
        flex-direction: column-reverse;
    }
    .webscreens-section.admin .webscreens-section-inner {
        flex-direction: column;
    }
    .delivery-types-block {
        width: 33.33%;
    }
    .delivery-types-block:last-child {
        width: 100%;
    }
    ul.reviews-list li {
        width: 33.33%;
    }
    ul.reviews-list li.morereview a {
        font-size: 23px;
        line-height: 27px;
    }
    .ubereats-new-version .flexrow {
        grid-template-columns: 1fr 1fr;
    }
    .faq_list {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:767px) {
    /******************************/
    .inside-cat ul li img {
        width: 100%;
    }
    .heading-area .heading-style1 {
        font-size: 28px;
        line-height: 28px;
    }
    .small-title {
        font-size: 20px;
        line-height: normal;
    }
    /*******************************/
    .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;
    }
    /*******************************/
    .ubereats-feature-box {
        text-align: center;
    }
    .delivery-types-block {
        width: 50%;
    }
    ul.reviews-list li.morereview a {
        font-size: 19px;
        line-height: 22px;
    }
    /*******************************/
    .screens ul {
        grid-template-columns: 1fr 1fr;
    }
    .advanced ul {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:630px) {
    .features ul {
        grid-template-columns: 100%;
    }
    .ubereats-new-version .flexrow {
        grid-template-columns: 100%;
    }
    .ubereats-feature-box {
        text-align: center;
    }
    /**************************************/
    .app-links-sections .links-col {
        width: 50%;
        padding: 0 4px;
    }
    .app-links-sections .links-col a {
        margin-bottom: 8px;
    }
    /**************************************/
    .section-desc-data {
        padding-left: 0;
        box-shadow: none;
    }
    .listing-block {
        padding: 0;
        flex-wrap: wrap;
    }
    .listing-block .listing-col {
        width: 100%;
        margin-bottom: 20px;
    }
    .listing-block .listing-col:last-child {
        margin: 0;
    }
    /**************************************/
    .order:after {
        top: 50%;
    }
    .order ul {
        grid-template-columns: 100%;
    }
    .order ul li a {
        margin: 0;
    }
    /**************************************/
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
        margin-bottom: 10px;
    }
    .TABROW .TAB:last-child {
        margin-bottom: 0;
    }
    /**************************************/
    .advanced ul {
        grid-template-columns: 100%;
    }
    .advanced .TABROW .TAB {
        width: auto;
        padding: 15px;
    }
    .advanced .TABROW .TAB {
        font-size: 14px;
    }
    /**************************************/
    .helpvideos ul li {
        width: 100%;
        padding: 0;
    }
    .helpvideos ul li:last-child {
        display: none;
    }
    /*****************************************/
    .delivery-types ul li {
        width: 100%;
    }
    .delivery-types ul li img {
        width: 100%;
    }
    /*************************************/
    .curlang table tr td b {
        display: none;
    }
    /*****************************************/
    .revenue ul {
        grid-template-columns: 100%;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 10px 20px 20px 20px;
    }
    .inq_form-left, .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .revenue ul li {
        text-align: center;
    }
    .revenue-inner-block {
        grid-template-columns: 100%;
    }
    .revenue-inner-block i {
        margin: 0 auto 15px auto;
        padding: 0;
        border: none;
    }
    .delivery-types-block {
        width: 100%;
        padding: 0;
    }
    ul.reviews-list li {
        width: 50%;
    }
    ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
        padding: 0;
    }
    .screens .view-app-flow {
        font-size: 20px;
        padding: 10px 20px 10px 20px;
    }
    .live-demo-row-flow {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .inside-cat ul {
        grid-template-columns: 100%;
    }
     .screens .view-app-flow {
        font-size: 18px;
    }
    .inside-cat ul li .cat-caption strong {
    font-size: 18px;
        color: #000;
    }
    .inq_form form input[type=submit] {
        font-size: 16px;
        padding: 10px;
    }
    .inq_form .head-style {
        font-size: 25px;
    }
    .delivery-types {
        padding: 40px 0 20px;
    }
}
@media screen and (max-width:480px) {
    .heading-area .heading-style1 {
        font-size: 25px;
        line-height: 26px;
    }
    /******************************/
    .demo-links-row .links-column {
        margin-bottom: 10px;
    }
    .demo-links-row .links-column ul li {
        margin-bottom: 10px;
    }
    /*******************************************/
    .curlang table tr:first-child {
        display: none;
    }
    .curlang table tr td {
        display: block;
    }
    .curlang table tr td:before {
        content: attr(data-name);
        font-weight: 600;
    }
    .curlang table tr td {
        display: flex;
        justify-content: space-between;
    }
    /*********************************************/
    ul.reviews-list li.morereview a {
        font-size: 11px;
        line-height: 14px;
    }
    .pricing p{
        line-height: 23px;
    }
    .flowmap ._IMAGE_ {
        border: 7px solid #fff;
    }
    .webscreens-btn {
        font-size: 18px;
        padding: 10px 15px 13px 15px;
    }
    .pricing {
        padding: 30px 0;
    }
    ul.weblinks li a, .pricing .get-quote {
        padding: 11px 15px 13px 15px;
    }
    .reviews {
        padding: 40px 0 15px 0;
    }
    .screens ul {
        grid-template-columns: 1fr;
    }

}
