/************************************/
:root {
	--theme:#03b864;
	--theme-dark:#008145;
	--theme-light:#e9fff4;
}
@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)
    }
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    margin: 0 0 10px 0;
    text-align: justify;
}

p:last-child {
    margin: 0 0 0 0;
}
img{
    max-width: 100%;
}
.play-anim-ico {
    background-image: url(play-video-5.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 111;
}

.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #fff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.theme {
	background-image: url(play-theme-3.svg);
}
.play-anim-ico.theme::after {
	box-shadow: 0 0 0 13px var(--theme);
}
.common-button {
    background-color: var(--theme);
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    color: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    align-items: center;
}
.common-button img {
    width: 20px;
    height: 20px;
}
.common-button:hover,
.common-button:focus {
    background-color: var(--theme-dark);
    color: #fff;
}
.btn-button-sec,
.btn__div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}
.common-button.btn-color2 {
    background-color: #ff6e00;
}
.common-button.btn-color2:hover, .common-button.btn-color2:focus {
    background-color: #dd6000;
}
.common-button.btn-color1 {
    background-color: #FE9B00;
}
.common-button.btn-color1:hover, .common-button.btn-color1:focus {
    background-color: #c07a24;
}
/************2021 Version Features section stylesheet end**********/
.flowmap-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.flowmap img {
    max-width: 100%;
}

.flow_map_image{
    position: relative;
}
.flow_map_image::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 50.94%;
}
.flow_map_image img{
    position: absolute;
    left: 0;
    top: 0;
}
/************************************/
.banner {
    background-color: var(--theme-light);
}
.banner_inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner h1 {
    font-size: 44px;
    line-height: 1em;
    font-weight: bold;
    color: var(--theme);
    text-transform: uppercase;
}
.banner h1 span {
    color: #eda502;
    display: block;
}
.banner_left {
    width: 48%;
}
.banner_right {
    width: 50%;
}
.banner_right .heading_2 {
    font-size: 23px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    font-weight: bold;
    color: #000;
    display: block;
}
.banner_right span {
    color: #111;
    font-size: 20px;
    line-height: 1em;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}
.banner .common-button {
    font-size: 18px;
}
/************************************************/
.client-section img {
    max-width: 100%;
}

.client-section-inner {
    width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
}

.client-section-left,
.client-section-right {
    width: 31.2%;
    position: relative;
}

.client-img-hold {
    position: relative;
    display: block;
}

.client-section-middle {
    width: 37%;
    padding: 0 34px;
    text-align: justify;
    box-sizing: border-box;
}

.client-section-left .client-img-hold:before {
    width: 111px;
    height: 262px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 21px var(--theme);
    z-index: -1;
}

.client-section-right .client-img-hold:after {
    width: 111px;
    height: 262px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 21px var(--theme);
    z-index: -1;
}

.client-section p {
    line-height: 23.2px;
    color: #373737;
    font-weight: 400;
}

.client-section {
    padding: 80px 0 50px 0;
}

.client-section-left .play-anim-ico,
.client-section-right .play-anim-ico {
    bottom: 30px;
    left: 30px;
    margin: 0;
    top: auto;
    right: auto;
}

/*****************************************/
/************************************/
.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

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

.heading-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 15px 0;
    width: 100%;
}

.heading-area .sub-title {
    text-transform: initial;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    width: 100%;
    line-height: 1em;
    margin: 0 0 10px 0;
    display: block;
}

.heading-style {
    font-size: 35px;
    line-height: 1em;
    font-weight: bold;
    margin: -6px 0 0 0;
    color: #191919;
    position: relative;
    text-transform: uppercase;
}

.heading-area.center>* {
    display: block;
    width: 100%;
    text-align: center;
}

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

.heading-area>p {
    margin: 5px 0 0 0;
}
.heading-area.center>img{
    max-width: 100%;
    width: auto;
}
/****************************************/
.demo-vodeo .play-anim-ico {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.demo-vodeo{
    background-color: var(--theme-light);
}
.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%;
}
.video-block {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #ddd;
    margin: 0 auto 0 auto;
    max-width: 800px;
    width: 100%;
    cursor: pointer;
}
.video-block::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.video-block img {
    vertical-align: top;
    max-width: 100%;
}

.video-block iframe,
.video-block img
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/****************************************/
/****************************************/
.features {
    position: relative;
}


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

.features-inner>p {
    width: 100%;
    text-align: center;
}

.features ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.features ul li {
    margin: 0 0 20px 0px;
    width: 25%;
    position: relative;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

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

.features ul li .fet-caption {
    padding: 20px;
    background-color: #fff;
    height: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.fet-caption {
    padding: 0 0 0 0;
}

.features ul li i {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
}

.features ul li i img {
    height: 56px;
    width: auto;
    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 i img {
    filter: invert(47%) sepia(73%) saturate(3992%) hue-rotate(329deg) brightness(105%) contrast(98%);
    -webkit-filter: invert(47%) sepia(73%) saturate(3992%) hue-rotate(329deg) brightness(105%) contrast(98%);
}

.features ul li:hover strong {
    color: var(--theme);
}

.features ul li .sep {
    position: absolute;
    right: -18px;
    bottom: -70px;
}

.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 20px;
    color: #373737;
    margin-bottom: 13px;
    font-weight: 600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.features ul li p {
    line-height: 23.2px;
    color: #525252;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

/***********************Web section***********************/
.appsol-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.appsol ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
}
.appsol ul li{
    width: 25%;
    padding: 0 7.5px;
}
.web-section{
    background-color: #f8f8f8;
}
.web-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    column-gap: 20px;
}

.web-inner-item img {
    border: 2px solid #ccc;
    max-width: 100%;
    display: block;
}
.web-section strong{
    display: block;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}
.web-inner-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.web-inner-item > div:not(:last-child){
    margin: 0 0 15px 0;
}
.web-inner-item .img_inner {
    position: relative;
    margin-bottom: 10px;
}
.web-inner-item .img_inner:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 59%;
}
.web-inner-item .img_inner img {
    position: absolute;
    top: 0;
    left: 0;
}
/**************************************/
.features.appsol ul li .fet-caption {
    background: #fff;
    padding: 15px;
    min-height: 100%;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.features.appsol ul li .fet-caption img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.features.appsol ul li {
    margin: 20px 0px 0px;
}

/**************************************/
.provide img {
    max-width: 100%;
}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.provide-right {
    width: 48%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.provide-left {
    width: 48%;
}

.provide-right img {
    max-width: 100%;
}

.provide-left .image{
    margin: 0 0 15px 0;
}

.provide ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 10px;
}

.provide ul li {
    width: auto;
    box-sizing: border-box;
    font-size: 16px;
    line-height: normal;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 0 0 0 20px;
    position: relative;
    color: #000;
}

.provide ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--theme);
    border-radius: 50%;
    left: 0;
    top: 7px;
}

/**************************************/
/**************************************/
.order{
    background-color: #f8f8f8;
}
.order ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin-top: 60px;
}

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

.order ul li i {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 13px 0 rgba(0, 0, 0, 0.20);
    margin-top: -44px;
    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;
    font-size: 45px;
}

.order ul li:hover i {
    background-color: var(--theme);
    color: #fff;
}

.order ul li i img {
    height: 45px;
    width: 45px;
    display: inline-block;
    font-size: 0;
    opacity: 0.4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.order ul li:hover i img {
    opacity: 1;
    filter: invert(1);
    -webkit-filter: invert(1);
}

.order ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 10px 0 8px 0;
    text-transform: capitalize;
}

.order ul li {
    width: calc(25% - 20px);
    width: -o-calc(25% - 20px);
    width: -ms-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    padding: 0 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{
    margin: 0 0 15px 0;
}
.order ul li a {
    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 a:hover {
    background-color: var(--theme-dark);
}

.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 .order_cap>img {
    margin-top: 20px;
    margin-bottom: 22px;
    max-width: 100%;
    display: block;
}

/**************************************/
.order.has_three {
    background-color: #fff;
}

.heading-area img {
    max-width: 100%;
}

.order.has_three ul li p {
    text-align: justify;
}

.order.has_three ul li i {
    margin-bottom: 15px;
    background-color: var(--theme);
    width: 134px;
    height: 134px;
}

.order.has_three ul li i img {
    opacity: 1;
    height: 66px;
    width: 66px;
    display: inline-block;
    font-size: 0;
}

.order.has_three ul li:hover i img {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}

.order.has_three ul li {
    width: calc(33.33% - 15px);
    width: -o-calc(33.33% - 15px);
    width: -ms-calc(33.33% - 15px);
    width: -moz-calc(33.33% - 15px);
    width: -webkit-calc(33.33% - 15px);
    padding: 0 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 5px 0 rgba(0, 0, 0, 0.13);
    display: block;
}

.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{
    background-color: var(--theme-light);
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.TABROW {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    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 2px #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;
    flex-wrap: wrap;
    justify-content: space-between;
}

.screens ul.active {
    display: flex;
}

.screens ul li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.screens ul li img {
    max-width: 100%;
    outline: 1px solid #ddd;
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    margin-top: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.screens .view-app-flow:hover {
    background-color: #366405;
}

/**************************************/
a.flowbanner {
    background-color: var(--theme);
    font-size: 25px;
    color: #fff;
    padding: 15px 45px 18px 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;
    width: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

a.flowbanner:hover {
    background-color: var(--theme-dark);
}

/**************************************/
.demolinks {
    background: var(--theme);
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.demolinks img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.demolinks ul {
	display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
    max-width: 1210px;
    margin: 0 auto;
}
.demolinks ul li a {
    display: block;
    position: relative;
}
.demolinks ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 34.34%;
}
.demolinks ul li a img {
    position: absolute;
    left: 0;
    top: 0;
	max-width: 100%;
}
.web-heading {
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    background-color: #e2a213;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    padding: 0 15px 5px 15px;
}

/**************************************/
.advanced {
    padding: 45px 0 50px 0;
}

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

.advanced-row {
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
}

.advanced-row.active {
    display: flex;
}

.advanced-left {
    width: 49%;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: center;
}

.advanced-right {
    width: 50%;
}

.advanced-right img {
    max-width: 100%;
}

.advanced ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.advanced ul li {
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 54px;
}

.advanced ul li i img {
    height: 35px;
}

.advanced ul li i {
    display: inline-block;
}

.advanced ul li strong {
    display: block;
    font-weight: 300;
    margin-top: 10px;
}

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

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

/**************************************/
.pricing {
    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 {
    text-align: justify;
}

.pricing .get-quote {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 14px 40px;
    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;
    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);
}

.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 47.9%;
}
.torn-pricing img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

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

.pricing a {
    margin: 0 10px;
}

/**************************************/
.helpvideos {
    background: #d1ffe9;
}

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

.helpvideos ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    row-gap: 20px;
}

.helpvideos ul li {
    width: calc(25% - 15px);
    width: -o-calc(25% - 15px);
    width: -ms-calc(25% - 15px);
    width: -moz-calc(25% - 15px);
    width: -webkit-calc(25% - 15px);
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.helpvideos ul li strong {
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.helpvideos ul li a {
    display: block;
    background-color: #222;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.helpvideos ul li a::before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.helpvideos ul li a > img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.helpvideos ul li img {
    max-width: 100%;
}

.helpvideos ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(play-button-4.svg);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.3);
}

/**************************************/
.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 {
    position: relative;
    background-color: #f8f8f8;
}

.reviews .reviews-inner>a {
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px var(--theme) inset;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 0 90px;
    transition: all 0.5s ease 0s;
    background-color: var(--theme);
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.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 .reviews-inner>a:hover:after {
    width: 100%;
}

.reviews .reviews-inner>a:hover {
    background-color: var(--theme-dark);
    box-shadow: 0 0 0 2px var(--theme-dark) inset;
}

ul.reviews-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
}

ul.reviews-list li {
    width: 25%;
    padding: 0 10px;
}

ul.reviews-list li a {
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    min-height: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
ul.reviews-list li:not(:last-child) a::before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 71%;
}
ul.reviews-list li a::after {
    content: '';
    background-image: url(play-video-11.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 a img {
    max-width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    vertical-align: top;
    position: absolute;
    left: 0;top: 0;
}

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: var(--theme-dark);
}

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

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

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

.delivery-types ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    row-gap: 20px;
}

.delivery-types ul li {
    width: calc(25% - 16px);
    width: -o-calc(25% - 16px);
    width: -ms-calc(25% - 16px);
    width: -moz-calc(25% - 16px);
    width: -webkit-calc(25% - 16px);
}

.delivery-types ul li:first-child {
    width: calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
}

.delivery-types ul li a {
    display: block;
    background-color: #222;
    position: relative
}

.delivery-types .card-box picture img {
    width: 60px;
}

.card-box {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    background: #fff;
    padding: 30px 15px;
    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;
    min-height: 100%;
}

.card-box:hover {
    bottom: 5px;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.3));
}

.card-box img {
    width: 75px;
    height: 75px;
    display: inline-block;
    font-size: 0;
}

.card-box .title-text {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0;
    line-height: 30px;
}

.card-box .title-text span,
.card-box span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
}

.card-box span {
    margin-bottom: 10px;
}

.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: var(--theme-dark);
}

/**************************************/
.about-section-of {
    padding-top: 20px;
    width: 100%;
}

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

.about-section-of h2,
.about-section-of .button {
    margin: 0;
    padding: 20px 50px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: var(--theme);
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
    font-weight: 600;
}
.about-section-of h2::after,
.about-section-of .button::after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    display: inline-block;
    margin: 0 0 0 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;
}
.about-section-of h2.active:after,
.about-section-of .button.active:after {
    transform: rotatex(-180deg);
    -webkit-transform: rotatex(-180deg);
    -moz-transform: rotatex(-180deg);
    -ms-transform: rotatex(-180deg);
    -o-transform: rotatex(-180deg);
}
.about-section-of-data {
    text-align: initial;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--theme-light);
    display: none;
}

.about-section-of-data .about-section-of-inner {
    text-align: unset;
}

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

.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:not(:last-child){
    margin: 0 0 20px 0;
}

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

/**************************************/
/**************************************/
.revenue{
    background-color: var(--theme-light);
}
.revenue-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.revenue ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
}

.revenue-inner-block strong {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}

.revenue ul li {
    padding: 0 10px;
    width: 50%;
}

.revenue-inner-block {
    padding: 18px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.revenue-caption {
    width: calc(100% - 115px);
    width: -o-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
}

.revenue-caption p {
    margin: 0;
}

.revenue-inner-block i {
    margin-right: 15px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

.revenue-inner-block i img {
    width: 80px;
    height: 80px;
    display: inline-block;
    font-size: 0;
}
/*******************************************/
.new-version-delivery-features .version-2021 {
    bottom: -7px;
    position: absolute;
    left: 0;
}
.new-version-delivery-features{
    background-color: var(--theme-light);
}
.new-version-delivery-features-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1356px;
    text-align: center;
}

.new-version-delivery-features-hedaing {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 50px;
}
.new-version-delivery-features .new-version-delivery-features-content {
    width: 100%;
    display: flex;
}

.new-version-delivery-features .new-version-delivery-features-content > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0;
    row-gap: 20px;
}

.new-version-delivery-features .new-version-delivery-features-content ul li {
    padding: 0px 10px;
    width: 50%;
    text-align: center;
    background: none;
    display: block;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-version-delivery-features .new-version-delivery-features-content ul li:last-child{
    width: 100%;
}
.new-version-delivery-features .new-version-delivery-features-content .feature-caption {
    text-align: left;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.new-version-delivery-features .new-version-delivery-features-content .feature-caption p {
    margin-bottom: 0;
}

.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption ul {
    padding-left: 10px;
    margin-top: 5px;
    box-sizing: border-box;
    width: 100%;
}

.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption ul li {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 3px;
}

.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    font-size: 68px;
    width: 7px;
    height: 7px;
    background-color: var(--theme);
    border-radius: 50%;
}

.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 {
    font-size: 18px;
    display: inline-block;
    margin: 0 0 5px 0;
    position: relative;
    font-weight: 600;
    padding-right: 30px;
}

.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 span {
    background: #fff;
    color: var(--theme);
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 a {
    display: inline-block;
    vertical-align: middle;
}

.new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 a img {
    width: 21px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    height: 21px;
}

.new-version-delivery-features [data-toggle="popup"] {
    background-color: var(--theme);
    color: #fff;
    padding: 15px 40px 18px 40px;
}

.new-version-delivery-features [data-toggle="popup"]:hover {
    background-color: var(--theme-dark);
}

/***********************************************/
@media screen and (max-width:1279px) {
    /************************************/
    .flowbanner a {
        position: absolute;
        bottom: 2%;
        left: 5.6%;
        background-color: #353535;
        font-size: 1.8vw;
        color: #f7b41b;
        padding: 1.5% 2%;
        border-radius: 33px;
        min-width: 31.2%;
        text-align: center;
    }

    .flowbanner-inner img {
        margin-bottom: 0;
    }

    .flowbanner {
        padding: 50px 0;
    }

    .flowbanner a {
        position: relative;
    }

    /***************************************/
    /******************************************/
    .flow-banner-caption h3 {
        font-size: 4vw;
    }

    .flow-banner-caption {
        max-width: 48vw;
    }

    .flow-banner-caption h3 span {
        font-size: 2.6vw;
    }

    .flow-banner-caption p {
        font-size: 1.3vw;
        line-height: 2vw;
    }
}

@media screen and (max-width:1024px) {
    .banner_left{
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }
    .banner_right{
        width: 100%;
    }
    .banner h1 {
        font-size: 40px;
    }
    .banner_right .heading_2 {
        font-size: 25px;
    }
    .delivery-types ul li {
        width: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -ms-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
    }

    /**********************************************/
    .advanced .TABROW .TAB {
        font-size: 13px;
    }
    ul.reviews-list li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    /*********************************************/
}

@media screen and (max-width:991px) {
    .heading-style {
        font-size: 32px;
    }
    /**********************************************/
    .revenue ul li {
        width: 100%;
    }
    /**********************************************/
    .features ul li {
        width: 50%;
        margin: 0 0 35px 0;
    }

    .features ul li .sep {
        display: none;
    }
    /**************************************/
    .provide-left {
        width: 100%;
        order: 3;
    }

    .provide-right {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        order: 2;
    }

    /**************************************/
    .appsol ul{
        justify-content: center;
    }
    .appsol ul li {
        width: 33.33%;
    }
    /**************************************/
    .web-section-inner{
        grid-template-columns: auto;
    }
    /**************************************/
    .order ul li {
        width: calc(50% - 15px);
        width: -o-calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        margin-bottom: 80px;
    }

    /**************************************/
    .demo-video-left {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .demo-video-right {
        width: 100%;
    }

    .video-block img {
        width: 100%;
    }

/**************************************/
    .screens ul li {
        width: 50%;
    }
    /**************************************/
    .advanced-left {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 35px;
    }

    .advanced-right {
        width: 100%;
    }

    .advanced ul li {
        width: 33.33%;
    }

    .advanced .TABROW {
        width: auto;
        display: block;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        overflow-y: hidden;
    }
    /**************************************/
    /**************************************/
    .pricing .get-quote,
    .pricing [data-toggle="popup"] {
        min-width: initial;
        height: auto;
        line-height: normal;
        box-sizing: border-box;
        padding: 10px 15px;
        font-size: 18px;
    }

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

    .helpvideos ul li a img {
        width: 100%;
    }

    /**************************************/
    .happy-clients-section-inner .flex-row {
        flex-direction: column-reverse;
        align-items: center;
    }

    .happy-clients-section-left {
        width: auto;
        max-width: 100%;
        padding-right: 0;
    }

    .happy-clients-section-right {
        width: auto;
        padding: 0;
        width: 100%;
    }

    .happy-clients-section-left {
        margin-top: 35px;
    }

    /**************************************/
    .delivery-types ul li:first-child:first-child {
        width: 100%;
    }

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

    .order ul li i {
        display: flex;
        margin: -44px auto 0 auto;
    }

    .order.has_three ul li i {
        display: flex;
        margin: -67px auto 0 auto;
    }

    /****************************************/
       .addmin-section .img_inner {
        margin-top: 50px;
    }

    .addmin-section .btn-button-sec a.btn-button {
        background-color: var(--theme);
        font-size: 18px;
        color: #ffffff;
        padding: 6px 30px 8px;
    }

    /***********************/
    .reviews .reviews-inner>a {
        font-size: 24px;
        padding: 0 50px;
    }

    ul.reviews-list li {
        width: 33.33%;
    }

    .reviews .reviews-inner>a {
        font-size: 18px;
        padding: 0 10px;
    }
}

@media screen and (max-width:767px) {
    .provide ul li {
        width: calc(100%/2 - 18px);
        width: -o-calc(100%/2 - 18px);
        width: -ms-calc(100%/2 - 18px);
        width: -moz-calc(100%/2 - 18px);
        width: -webkit-calc(100%/2 - 18px);
    }

    .new-version-delivery-features .new-version-delivery-features-content .feature-caption img {
        max-width: 100%;
    }

    .new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 {
        padding-right: 20px;
    }

    .new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 a {
        right: 0;
    }

    .new-version-delivery-features .new-version-delivery-features-content ul li .feature-caption h4 a img {
        width: 15px;
        height: 15px;
    }

    .new-version-delivery-features .shape-right-bottom {
        width: 75px;
    }

    .new-version-delivery-features .version-2021 {
        width: 50%;
    }

    .heading-style
     {
        font-size: 24px;
    }

    .flowbanner-inner img {
        display: none;
    }

    .flow-banner-caption {
        max-width: 100%;
        position: relative;
    }

    .flow-banner-caption h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .flow-banner-caption h3 span {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .flow-banner-caption p {
        font-size: 16px;
        line-height: 24px;
    }

    .flowbanner a {
        position: relative;
        font-size: 16px;
        padding: 8px 15px 10px;
    }

    .features.appsol {
        margin-top: 0;
    }

    ul.reviews-list li {
        width: 50%;
    }

    .new-version-delivery-features .new-version-delivery-features-content ul li {
        width: 100%;
        padding: 0;
    }
    .order ul{
        margin: 0;
        row-gap: 30px;
    }
    .order.has_three ul li{
        padding: 15px;
        margin: 0;
    }
    .order.has_three ul li i{
        width: 100px;
        height: 100px;
        margin: 0 auto 15px auto;
    }
    .order.has_three ul li i img {
        opacity: 1;
        height: 56px;
    }
    /**************************************/
    .demo-vodeo .play-anim-ico {
        transform: translate(-70%, -70%) scale(0.6);
        -webkit-transform: translate(-70%, -70%) scale(0.6);
        -moz-transform: translate(-70%, -70%) scale(0.6);
        -ms-transform: translate(-70%, -70%) scale(0.6);
        -o-transform: translate(-70%, -70%) scale(0.6);
}

    .demo-vodeo .play-anim-ico:after {
        display: none;
    }

    /**************************************/
    .order ul li{
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    .revenue ul li {
        width: 100%;
    }
    .order ul li i{
        margin: 0 auto;
    }
    .appsol ul li{
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width:630px) {
    .mainWrapper>*{
        padding: 40px 0;
    }
    .banner h1 {
        font-size: 35px;
    }
    .banner_right .heading_2 {
        font-size: 22px;
    }
    .banner_right span {
        font-size: 17px;
    }
    .features ul li {
        width: 100%;
        padding: 0;
    }

    /**************************************/
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }

    /**************************************/
    .advanced ul li {
        width: 50%;
        text-align: center;
        padding: 0 15px;
    }

    .advanced .TABROW .TAB {
        width: auto;
        padding: 15px;
    }

    .advanced .TABROW .TAB {
        font-size: 14px;
    }

    /**************************************/
    .helpvideos ul li {
        width: calc(50% - 7px);
        width: -webkit-calc(50% - 7px);
        width: -moz-calc(50% - 7px);
        width: -ms-calc(50% - 7px);
        width: -o-calc(50% - 7px);
    }

    .helpvideos ul li:last-child {
        display: none;
    }
    .helpvideos ul li a:after {
        background-size: 40px;
    }
    /*****************************************/
    .delivery-types ul li,
    .delivery-types ul li:nth-last-of-type(2),
    .delivery-types ul li:nth-last-of-type(1) {
        width: 100%;
    }

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

    /****************************************/
    .curlang table tr td b {
        display: none;
    }

    /*****************************************/
    .revenue ul li {
        text-align: center;
    }
    .revenue-caption {
        width: 100%;
    }
    .revenue-inner-block i {
        margin: 0 auto 15px auto;
        padding: 0;
        border: none;
    }
    /*****************************************/
    a.flowbanner {
        font-size: 18px;
        padding: 10px 20px;
    }

    ul.reviews-list li {
        width: 50%;
      }
      ul.reviews-list li a{
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border: 0;
      }
      ul.reviews-list li a img{
        border-radius: 8px;
      }
      ul.reviews-list li.morereview a {
        font-size: 4.1vw;
        line-height: 5.2vw;
      }

      ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
      }
      ul.reviews-list 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;
      }
      ul.reviews-list 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;
      }
      .about-section-of h2, .about-section-of .button {
        padding: 15px;
        font-size: 18px;
        border-radius: 15px 15px 0 0;
        line-height: normal;
    }
    /**********************************/
	.demolinks ul {
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: row;
		gap: 10px;
	}
	/**********************************/
}

@media screen and (max-width:480px) {
    .common-button {
        font-size: 18px;
    }
    .screens ul li {
        width: 100%;
        padding: 0;
    }

    .advanced ul li {
        width: 100%;
        padding: 0;
    }

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

    /*******************************************/
    .provide ul li {
        width: 100%;
    }

    .delivery-types ul li.last .delivery-caption strong {
        font-size: 14px;
    }

    .delivery-types ul li.last .delivery-caption strong span {
        display: none;
    }
}