:root {
    --theme:#ff3044;
    --theme-light:#ffecee;
    --theme-dark:#da192c;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
a{
    color: #000;
}
img {
    max-width: 100%;
}
.heading-area {
    text-align: center;
    margin-bottom: 15px;
}
.heading-area.left {
    text-align: left;
}
.heading-area .heading-style {
    font-size: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    margin-top: -8px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area>* {
    text-align: center;
}
.heading-area.left>* {
    text-align: left;
}
.mainWrapper {
    margin: 80px 0 0 0;
}
.mainWrapper>* {
    padding: 40px 0;
}
.banner{
    background-color: #f8f8f8;
}
.banner h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: var(--theme);
    margin-top: 0;
    font-weight: 800;
    line-height: 49px;
    margin-bottom: 0;
}
.banner h1 span {
    color: #000;
    font-weight: 600;
    display: inline;
}
.banner b {
    font-size: 19px;
    line-height: normal;
    font-weight: 600;
    display: block;
    margin: 5px 0 15px 0;
    color: #000;
    line-height: 1em;
}
.banner h1 strong {
    color: #000;
    font-size: 62px;
    display: block;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner img {
    max-width: initial;
}
.banner-left {
    width: 41.4%;
    position: relative;
}
.banner-right {
    width: 54.4%;
}
.banner-right p:last-child {
    margin-bottom: 0;
}
.banner.gradient {
    background: #ff6e00;
    background: -moz-linear-gradient(-45deg, #ff6e00 0%, #f3aa00 100%);
    background: -webkit-linear-gradient(-45deg, #ff6e00 0%, #f3aa00 100%);
    background: linear-gradient(135deg, #ff6e00 0%, #f3aa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e00', endColorstr='#f3aa00', GradientType=1);
}
.banner.gradient h1,
.banner.gradient p {
    color: #fff;
}
.common-button img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.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;
    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;
}
.common-button:hover {
    background-color: var(--theme-dark);
    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 {
    background-color: #f8f8f8;
}
.revenue ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.revenue-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.revenue ul li {
    padding: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background-color: #fff;
}
.revenue ul li i {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 10px;
}
.revenue ul li strong {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
/************************************/
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap ._IMAGE_ {
    position: relative;
    text-align: center;
    display: block;
}

/* ------------------------------------- */
.features {
    background: #f8f8f8;
}
.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;
    row-gap: 20px;
}
.features ul li {
    width: 33.33%;
    position: relative;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.features ul li .fet-heading {
    margin-bottom: 15px;
}
.features ul li .fet-heading i img {
    height: 60px;
    width: 60px;
    display: inline-block;
    margin: auto;
}
.features ul li .fet-heading i {
    margin: 0 auto 10px auto;
    display: flex;
    flex-direction: column;
}
.features ul li .fet-heading strong {
    font-weight: 600;
    font-size: 24px;
    color: var(--theme);
    line-height: 30.4px;
    display: block;
}
.features ul li p {
    font-size: 16px;
    line-height: 25px;
    color: #525252;
    margin-bottom: 0;
}
.fet-inner-block {
    padding: 25px 15px;
    background-color: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
    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;
}
/* ------------------------------------- */
.pricing {
    position: relative;
    z-index: 1;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 41%;
}
.pricing img {
    position: absolute;
    left: 0;
    top: 0;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: transparent;
    font-weight: 600;
    color: #fff;
    background: var(--theme);
    padding: 17px 40px 19px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing a {
    margin: 0 10px 0 10px;
}
.pricing .get-quote:hover {
    background-color: var(--theme-dark);
    color: #fff;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.pricing [data-toggle="popup"] {
    padding: 14px 40px 17px 40px;
    font-size: 22px;
}
.support-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.support ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -10px;
    row-gap: 25px;
}
.support ul li {
    padding: 0 15px;
    width: 33.33%;
    text-align: center;
}
.support ul li strong {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: var(--theme);
    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;
    margin: 10px 0px;
}
.support ul li p {
    color: #3a3a3a;
    margin: auto;
    text-align: center;
}
.support ul li p:last-child {
    margin-bottom: 0;
}
.support-caption {
    padding: 30px 7.5%;
    background-color: #fff;
    min-height: 100%;
    border-radius: 20PX;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.support ul li:last-child .support-caption {
    border-right: none;
}
.support ul li .support-caption .image {
    position: relative;
    margin: 0 auto 20px auto;
    max-width: 200px;
    width: 100%;
}
.support ul li .support-caption .image::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 79.4%;
}
.support-caption .image img {
    position: absolute;
    left: 0;
    top: 0;
}
.demolinks {
    padding: 40px 0px 44px 0;
    background: var(--theme);
}
.demolinks-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks .heading .heading-style {
    color: #fff;
}
.demolinks .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;
}
.demolinks .links-col a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 33%;
}
.demolinks .links-col img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    left: 0;
    top: 0;
}
.demolinks .links-col a:hover {
    bottom: 3px;
}
.demolinks ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    margin: 0 auto;
    max-width: 1200px;
}
/* =============== */
.launch {
    background-color: #f8f8f8;
}
.launch-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.launch-left {
    width: 61%;
}
.launch-left img {
    margin: 0 0 10px 0;
}
.launch-right {
    width: 37%;
    position: relative;
}
.talabat-block {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.talabat-block::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 77%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.51) 49%, rgba(125, 185, 232, 0) 100%);
    z-index: 1;
    position: relative;
}
.talabat-block-caption {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    z-index: 1;
    font-size: 30px;
    display: block;
    font-weight: bold;
}
.talabat-block-caption a {
    border-radius: 10px;
    background-color: #fff;
    padding: 11px 20px 14px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}
.talabat-block-caption a:hover {
    color: #fff;
    background-color: var(--theme);
}
.talabat-block img {
    position: absolute;
    left: 0;
    top: 0;
}
.launch-left p:last-child {
    margin-bottom: 0
}
.webscreens-section{
    background-color: var(--theme-light);
}
.webscreens-section.admin {
    background-color:#fff;
}
.webscreens-section {
    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: 50%;
}
.webscreens-section-right {
    width: 48%;
}
.admin-panel-section{
    background-color: #fff;
    padding: 40px 0px 40px;
    position: relative;
}
.webscreens-section .heading-area,
.webscreens-section .heading-area > *
 {
    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;
}
.website_btn{
    font-size: 22px;
    padding: 15px 30px 18px 30px;
}
.purpose {
    background-color: #fff;
}
.purpose-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.purpose-right {
    width: 48%;
}
.purpose ul {
    display: block;
}
.feature-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.feature {
    padding: 35px 0 40px 0;
}
.feature ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature ul li {
    padding: 0 15px;
    text-align: center;
    width: 25%;
}
.feature ul li i {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    display: inline-flex;
    background-color: var(--theme);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.feature ul li strong {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 0 40px;
    line-height: 32.4px;
    margin: 20px 0 0 0;
}
.delivery-types {
    background-color: #f2f2f2;
}
.delivery-types .heading-area {
    margin-bottom: 15px;
}
.delivery-types-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.delivery-types ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    row-gap: 20px;
}
.delivery-types ul li {
    width: 25%;
    padding: 0 10px;
}
.delivery-types-box {
    background-color: #fff;
    box-shadow: 0 0 0 1px var(--theme) inset, 0 0 13px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.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: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0px 0;
    line-height: normal;
    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;
}
.delivery-types ul li:hover .delivery-types-box {
    position: relative;
    box-shadow: 0 0 0 1px var(--theme) inset, 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
.delivery-types ul li:hover strong {
    color: var(--theme);
}
/********************/
.calltoaction-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.calltoaction-banner {
    padding: 30px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-align: center;
}
.calltoaction-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: -1;
}
.calltoaction-banner .heading-area .heading-style {
    margin-bottom: 15px;
}
.calltoaction-banner .heading-area .heading-style,
.calltoaction-banner p {
    color: #fff;
    text-align: center;
}
.calltoaction-banner a {
    border-radius: 10px;
    background-color: #fff;
    padding: 11px 20px 14px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}
/********************/
.client-reviews {
    background-color: var(--theme-light);
}
.client-reviews .text-center {
    text-align: center;
}
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.client-reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
}
.client-reviews ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.2);
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    vertical-align: top;
    width: 100%;
}
.client-reviews ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
.client-reviews ul li a img {
    position: absolute;
    left: 0;
    top: 0;
}
.client-reviews ul li a::after {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    top: 10px;
    right: 10px;
    background-image: url(../svg/play-video-3.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    z-index: 1;
    background-color: var(--theme);
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgb(0,0,0,0.20);
    -webkit-box-shadow: 0 0 20px 0 rgb(0,0,0,0.20);
}
.heading-area .heading2 {
    font-size: 18px;
    font-weight: 500;
}
.client-reviews .button-part a,
.screens-inner .button-part a {
    font-size: 40px;
    padding: 20px 50px 25px;
    border-radius: 101px;
}
.client-reviews .button-part {
    padding-top: 0;
    text-align: center;
}
.client-reviews ul li.morereview a {
    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: transparent;
    background: var(--theme);
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-direction: column;
    border: 0;
}
.client-reviews ul li.morereview a:hover {
    background-color: var(--theme-dark);
    color: #ffffff;
}
.client-reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    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;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.client-reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 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;
}
.client-reviews ul li.morereview a:hover:before,
.client-reviews ul li.morereview a:hover:after {
    border-color: #ffffff;
}
.screens .heading-area p {
    max-width: 800px;
    margin: 0 auto;
}
.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 20px 0;
    grid-gap: 15px;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px #d8d8d8 inset;
    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;
    background-color: #fff;
}
.TABROW .TAB.active {
    background-color: var(--theme);
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.screens ul.active {
    display: grid;
}
.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);
}
.screens .view-app-flow {
    background-color: var(--theme);
    font-size: 26px;
    color: #fff;
    padding: 14px 25px 20px 25px;
    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: 20px 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: var(--theme-dark);
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.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: 20px;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 0 0;
    background: #fff8f8;
    -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;
}
.faq_list li p {
    padding: 0 20px;
}
@media screen and (max-width:1920px) {
    .banner img {
        max-width: 44vw;
    }
}
@media (max-width:1300px) {
    .banner p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (max-width:1199px) {
    .delivery-types ul li strong {
        font-size: 2.5vw;
        line-height: 120%;
    }
}
@media screen and (max-width:1024px) {
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
        margin: 0 0 20px;
    }
    .banner img {
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .features ul li {
        width: 50%;
    }
    .client-reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    .launch-inner {
        align-items: flex-start;
    }

}
@media screen and (max-width:991px) {
    .banner h1 {
        font-size: 45px;
    }
    .heading-area .heading-style {
        font-size: 35px;
    }
    .support ul li strong {
        font-size: 25px;
    }
    .launch-left {
        width: 100%;
    }
    .launch-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .feature ul li {
        width: 50%;
        margin: 0 0 30px 0;
    }
    .delivery-types ul li {
        width: 33.33%;
    }
    .client-reviews ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .support ul li {
        padding: 0 10px;
    }
    .webscreens-section-left {
        width: 100%;
    }
        .webscreens-section-right {
        margin-bottom: 20px;
        max-width: 608px;
        width: 100%;
    }
    .webscreens-section-inner {
        flex-direction: column-reverse;
    }
    .webscreens-section.admin .webscreens-section-inner {
        flex-direction: column;
    }
    .revenue ul {
        grid-template-columns: 1fr 1fr;
    }
    .talabat-block {
        max-width: 475px;
    }
    .talabat-block-caption {
        text-align: left;
    }
}
@media screen and (max-width:767px) {
    .banner h1 {
        font-size: 40px;
        line-height: normal;
    }
    .launch-left .heading-area .heading-style {
        font-size: 27px;
        line-height: 1em;
    }
    .heading-area .heading-style {
      font-size: 27px;
        line-height: 1em;
    }

    .features ul li .fet-heading strong {
        font-size: 22px;
        line-height: normal;
    }
    .client-reviews ul {
        grid-template-columns: 1fr 1fr;
    }
    .client-reviews ul li.morereview {
        grid-column: span 2;
    }
    .client-reviews {
        background-color: #fff;
    }
    .support ul li {
        width: 50%;
    }
    .support ul {
        row-gap: 30px;
    }
    .pricing .get-quote,
    .screens.major a {
        font-size: 18px;
        padding: 10px;
        min-width: auto;
    }
    .delivery-types ul li strong {
        font-size: 4.5vw;
    }
    .revenue ul {
        grid-template-columns: 100%;
    }
    .revenue ul li {
        padding: 20px;
    }
    .talabat-block-caption {
        font-size: 22px;
    }
}
@media screen and (max-width:630px) {
    .mainWrapper {
    margin: 70px 0 0 0;
}
    .mainWrapper>* {
    padding: 40px 0;
}
    .banner h1 {
        font-size: 35px;
    }
    .banner b {
        font-size: 22px;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        grid-auto-flow:row;
    }
    .feature ul li {
        width: 100%;
        padding: 0;
    }
    .delivery-types ul li {
        width: 50%;
    }
    .client-reviews ul li.morereview a {
        font-size: 13px;
        line-height: 17px;
    }
    .client-reviews ul li.morereview a {
        font-size: 4.4vw;
        line-height: 5.4vw;
    }
    .client-reviews ul li a::after {
        width: 36px;
        height: 36px;
        background-size: 30px;
    }
    .demo-links-row .links-column ul {
        margin: 0;
    }
    .features ul li {
        width: 100%;
        margin: 0;
        padding: 0 0px;
    }
    .fet-inner-block {
        height: auto;
    }
    .features ul {
        margin-top: 10px;
    }
    .features {
        padding: 35px 0 37px 0px;
    }
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    .banner a {
        font-size: 16px;
        padding: 13px 20px 13px 20px;
    }
    .client-reviews ul li a {
        box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.2);
        border: 0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .client-reviews ul li a img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .client-reviews ul li a::after {
        width: 34px;
        height: 34px;
        background-size: 30px;
        right: 10px;
        top: 10px;
    }
    .client-reviews-inner {
        padding: 0 10px;
    }
    .client-reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
        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;
}
    .client-reviews ul li.morereview a:after {
        width: 40px;
        height: 40px;
        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;
    }

    .website_btn {
        font-size: 18px;
        padding: 10px 10px 13px 10px;
    }
    .screens ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .TABROW .TAB {
        padding: 12px;
        height: auto;
        min-width: initial;
        font-size: 14px;
    }
    .faq_list {
        grid-template-columns: 1fr;
    }
}
@media (max-width:580px) {
    .support ul li {
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .features ul li p {
        text-align: center;
    }
    .delivery-types-box {
        padding: 20px;
    }
    .delivery-types ul li:last-child {
        width: 100%;
    }

}
@media (max-width:370px) {
    .screens.major a {
        font-size: 16px;
        padding: 17px 10px 19px 10px;
    }
    .heading-area .heading-style {
        font-size: 27px;
        line-height: 1.2em;
    }
    .banner h1 {
        font-size: 30px;
    }
    .screens ul {
        grid-template-columns: 100%;
    }
}