:root {
    --theme: #ff3044;
    --theme-light: #fff7f7;
    --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;
    width: 100%;
    margin-bottom: 15px;
}

.heading-area.left {
    text-align: left;
}

.heading-area .heading-style {
    font-size: 38px;
    line-height: 1em;
    display: block;
    width: 100%;
    margin-top: -8px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.heading-area.white>* {
    color: #fff;
}

.heading-area>* {
    text-align: center;
}

.heading-area.left>* {
    text-align: left;
}

.heading-area>p {
    margin: 5px 0 0 0;
}

.mainWrapper {
    margin: 80px 0 0 0;
}

.mainWrapper>* {
    padding: 40px 0;
}

.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;
}

.btn__div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.btn__div.center {
    justify-content: center;
}

/* ------------------------------------------- */
.banner {
    position: relative;
    z-index: 1;
}

.banner::after {
    /* background:#ffecee; */
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    opacity: 0.2;
}

.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-right img {
    border-bottom: 1px solid #ccc;
}

.banner-left {
    width: 48%;
    position: relative;
}

.banner-right {
    width: 50%;
}

.banner-right p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------- */
.purpose {
    background-color: var(--theme-light);
}

.purpose-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns:1fr 1.33fr;
    gap: 30px;
    align-items: center;
}

.purpose ul {
    display: block;
}

/* --------------------------------------------- */
.revenue ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.revenue-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.revenue ul li {
    box-shadow: 0 2px 15px 0 rgba(33, 31, 84, .06);
    border-radius: 0;
    display: grid;
    gap: 20px;
    align-items: flex-start;
    background-color: #fff;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 72px 1fr;
    grid-auto-columns: 1fr;
    padding: 30px 25px;
    display: grid;
    border-radius: 32px;
}

.revenue ul li i {
    width: 70;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fff;
}

.revenue ul li strong {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #000;

}

/************************************/
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.flowmap ._IMAGE_ {
    position: relative;
    text-align: center;
    display: block;
}

.flowmap {
    background-color: #f8f8f8;
}

/* ------------------------------------- */
.filter1 img {
    filter: invert(100%) sepia(24%) saturate(1336%) hue-rotate(317deg) brightness(101%) contrast(98%);
}

.filter2 img {
    filter: invert(87%) sepia(9%) saturate(248%) hue-rotate(307deg) brightness(109%) contrast(105%);
}

.filter3 img {
    filter: invert(100%) sepia(27%) saturate(5228%) hue-rotate(178deg) brightness(106%) contrast(102%);
}

.filter4 img {
    filter: invert(92%) sepia(15%) saturate(167%) hue-rotate(87deg) brightness(109%) contrast(97%);
}

.service-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}

.service ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    margin-top: 20px;
}

.service ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    margin: 0 auto 25px auto;
    position: relative;
    color: #000;
    z-index: 1;
    width: 100px;
    height: 100px;
    background-color: var(--theme-light);
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.service ul li strong {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    color: #000;
    display: block;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.service ul li p {
    text-align: center;
}

.set-inner-block {
    text-align: center;
}

/* ------------------------------------- */
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}

.features ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.features ul li {
    display: flex;
    align-items: center;
    border-radius: 16px;
}

.features ul li:first-child {
    border: 0;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.features ul li img {
    max-width: 100%;
}

.features ul li .fet-caption {
    padding: 25px;
    min-height: 100%;
    background-color: #ffffff;
    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;
    min-height: 100%;
    border-radius: 12px;
}

.features ul li i {
    margin-bottom: 15px;
    font-size: 55px;
    color: #000;
    display: block;
}

.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;
    font-size: 0;
}

.features ul li strong {
    display: block;
    line-height: normal;
    text-transform: capitalize;
    font-size: 24px;
    color: #000;
    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;
    margin-bottom: 10px;
}

.fet_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.features ul li p {
    color: #000;
}

/* ------------------------------------- */
.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 20px 19px 20px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 15px;
    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 .get-quote:hover {
    background-color: var(--theme-dark);
    color: #fff;
}

.torn-pricing {
    position: relative;
}

.pricing [data-toggle="popup"] {
    padding: 14px 40px 17px 40px;
    font-size: 22px;
}

/* -------------------------------------------- */
.support {
    background: #f8f8f8;
}

.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;
}

.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: 341px;
    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 {
    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-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.admin {
    background-color: #fff;
}

.webscreens-section {
    padding: 40px 0px 40px;
    position: relative;
    background-color: #f8f8f8;
}

.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: 18px;
    padding: 12px;
}

/* ===================================================== */
.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 {
    padding-top: 0;
}

.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;
    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;
    background-color: #F6F6F6;
}

.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 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

/********************/
.calltoaction {
    padding: 0;
}

.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;
}

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

/* ---------------------------------- */
.offer-section {
    padding: 40px 0 0 0;
    background-color: var(--theme-light);
}

.offer-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 15px;
    flex-wrap: wrap;
}

.offer-section-inner-right {
    width: 52%;
    padding-bottom: 40px;
}

.offer-section-inner-left {
    width: 46%;
    text-align: center;
}

.offer-section-inner-left img {
    max-width: 100%;
    vertical-align: top;
}

.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: 16px;
}

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%;
}

/* ---------------------------------- */
.screens {
    background-color: #F6F6F6;

}

.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);
}

/* -------------------------------------------------- */
.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;
    color: #000;
    font-size: 16px;
}

.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;
    margin: 0;
    background-color: transparent;
    white-space: nowrap;
}

.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;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.advanced .TABROW .TAB.active:after {
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    background-color: var(--theme);
    position: absolute;
}

.inq_form {
    width: 100%;
    display: block;
    position: relative;
    padding: 40px 0 40px;
    background-color: #f8f8f8;
}

.inq_form form input[type=submit] {
    background: var(--theme);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    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: #000;
    position: relative;
    line-height: 1em;
    width: 100%;
    display: block;
    text-align: left;
}

.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 {
    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__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;
    color: #000;
    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 > div {
    padding: 0 20px;
}
.__list {
    padding-left: 10px;
}
.__list span {
    display: block;
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: normal;
    position: relative;
    margin: 0 0 6px 0;
}
.__list span::before {
    content: '';
    width: 100%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}
  

/* ------------------------------------------------ */
.client-reviews {
    background-color: var(--theme-light);
}

.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.client-reviews ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.client-reviews ul li img {
    width: 100%;
    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-6.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;
}

/* ------------------------------------------------ */
@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: 2vw;
        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;
    }

    .client-reviews ul li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}

@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;
    }

    .purpose-inner {
        grid-template-columns: 1fr;
    }

    .purpose_right {
        text-align: center;
    }

    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .service ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .offer-section-inner-left {
        width: 100%;
    }

    .offer-section-inner-right {
        width: 100%;
    }

    .revenue ul {
        grid-template-columns: 1fr;
    }

    .advanced ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .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;
    }

    .screens ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .heading-area .heading-style {
        font-size: 35px;
        line-height: 1em;
    }

    .delivery-types ul li {
        width: 33.33%;
    }

    .faq_list {
        grid-template-columns: 1fr;
    }

    .inq_form .box-shadow ul li {
        width: 100%;
    }

    .inq_form .box-shadow ul li:first-child {
        display: none;
    }
}

@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;
    }

    .service ul li strong {
        font-size: 22px;
        line-height: normal;
    }

    .client-reviews ul {
        grid-template-columns: 1fr 1fr;
    }

    .client-reviews {
        background-color: var(--theme-light);
    }

    .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: 17px;
    }
}

@media screen and (max-width:630px) {
    .mainWrapper {
        margin: 70px 0 0 0;
    }

    .mainWrapper>* {
        padding: 40px 0;
    }

    .banner h1 {
        font-size: 30px;
    }

    .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;
    }

    .features ul {
        grid-template-columns: 1fr;
    }

    .service ul li {
        width: 100%;
        margin: 0;
        padding: 0 0px;
    }

    .set-inner-block {
        height: auto;
    }

    .revenue ul li strong {
        font-size: 18px;
        line-height: 1em;
    }

    .service ul {
        grid-template-columns: 1fr;
    }

    .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;
        gap: 10px;
    }

    .TABROW .TAB {
        padding: 12px;
        height: auto;
        min-width: initial;
        font-size: 14px;
    }

    .faq_list {
        grid-template-columns: 1fr;
    }

    .screens .view-app-flow {
        font-size: 20px;
        padding: 10px 15px 12px 15px;
    }

    .advanced ul li {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }
    .offer-section-inner-right{
        padding-bottom: 0;
    }
    .inq_form{
        display: none;
    }
}

@media (max-width:580px) {
    .support ul li {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .service ul li p {
        text-align: center;
    }

    .delivery-types-box {
        padding: 20px;
    }
}

@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%;
    }
}