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

.play-anim-ico {
    background-image: url(play-video-12.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;
}
p {
    margin: 0 0 10px;
    line-height: 23px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::after,*::before{
    box-sizing: border-box;
}
ul,li{
    list-style: none;
}
.btn {
    background-color: #60b89d;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px 13px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

h1,h2,h3,h4,h5,h6 {
    line-height: normal;
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
.mainWrapper > *{
    padding: 45px 0;
}

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

.heading-area{
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}
.heading-area.center{
    text-align: center;
}
.heading-area.center > *{
    text-align: center;
    display: block;
    width: 100%;
}
.heading-area.white > *{
    color: #fff;
}
.heading-area > p{
    margin: 5px 0 0 0;
}
.heading-area.center > img{
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.main-title{
    font-size: 40px;
    line-height: 1em;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-top: -6px;
}
.sub-title{
    font-size: 24px;
    line-height: 1em;
    display: block;
    width: 100%;
    color: #60b89d;
    text-transform: uppercase;
    margin-top: 5px;
}
.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 15px;
}

.common-btn {
    background-color: #60b89d;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 15px 13px 15px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.common-btn:hover {
    background-color: #4d9e86;
    color: #fff;
}
.common-btn img {
    width: 20px;
    height: 20px;
}
/************************************/
.banner {
    background-color: #60b89d;
    background-image: url(../index-49.html), url(../index-49.html);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}
.banner p {
    text-align: justify;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-left {
    width: 54%;
}
.banner-right {
    width: 44%;
}
.banner h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    line-height: 40px;
    text-transform: uppercase;
}
.banner h1 span {
    font-size: 28px;
    display: block;
}
.banner p {
    color: #fff;
}
.banner .common-btn {
    background: #fff;
    color: #60b89d;
}
.banner .common-btn:hover, .banner .common-btn:focus {
    background: #000;
    color: #fff;
}

/****************************************/
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap .image{
    position: relative;
}
.flowmap .image::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 50.94%;
}

.flowmap img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
/****************************************/
.demo-vodeo {
    background-color: #f7f7f7;
}
.demo-video-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.demo-video-left {
    width: 54.5%;
}
.demo-video-right {
    width: 42%;
}
.demo-vodeo  p {
    line-height: 37.4px;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #4f4f4f;
}
.demo-video-right .heading-area {
    margin-bottom: 14px;
}
.video-block {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #ddd;
}
.video-block img {
    vertical-align: top;
}
.video-block iframe {
    height: 33.3vw;
}
/****************************************/
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.features ul li .fet-caption{
    background-color: #fff;
    box-shadow: 0 0 5px rgba(121,121,121,.2);
    padding: 18px 15px 15px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 0.5px solid #60b89d;
}
.features ul li strong {
    display: block;
    line-height: 1em;
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-weight: 600;
}
.features ul li p {
    text-align: center;
}
.features ul li i {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: #f8f8f8;
    border: 8px solid #fff;
    box-shadow: 0 0px 5px rgba(121,121,121,.2);
}
.features ul li .icon{
    position: relative;
    width: 107px;
    height: 107px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 0 15px 0;
}
.features ul li .icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: gradient(linear, left top, left bottom, from(#60b89d), to(#155844));
    background: -webkit-gradient(linear, left top, left bottom, from(#60b89d), to(#155844));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    top: -3px;
}
.features ul li i img{
    width: 45px;
    height: 45px;
    display: inline-block;
    font-size: 0;
}
/**************************************/
.provide {
    background: rgba(96,184,157,0.9);
}
.provide .heading-area h3 {
    color: #fff;
    margin-bottom: 0;
}
.provide .heading-area h3:before {
    display: none;
}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.provide-right {
    width: 44.2%;
}
.provide-left {
    width: 52%;
}
.provide-left p{
    color: #fff;
}
.provide-right img {
    max-width: 100%;
}
/**************************************/
.order{
    background-color: #f8f8f8;
}
.order ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin-top: 60px;
}
.order .heading-area strong {
    display: block;
    font-weight: 600;
}

.order .heading-area h3 span {
    display: block;
    font-size: 28px;
    margin: 0px 0 -5px 0;
}
.order .heading-area h3::before {
    display: none;
}
.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;
    margin-bottom: 15px;
}
.order ul li:hover i {
    background-color: #60b89d;
}
.order ul li i img {
    height: 45px;
    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: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}
.order ul li p{
    margin-bottom: 10px;
}
.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 a {
    font-size: 17px;
    background-color: #60b89d;
    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: #34725f;
}
.order ul li:hover {
    box-shadow: 0 0 0 1px #60b89d inset, 0 0 13px 0 rgba(0,0,0,0.20);
}
/**************************************/
.business{
    background-color: #f8f7f8;
}
.business-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.business ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.business ul  .fet-caption{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #60b89d;
    background: #f8f8f8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 15px;
    min-height: 100%;
    background-color: #fff;
}
.business ul  .fet-caption i {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #60b89d;
    padding: 5px;
}
.business ul  .fet-caption i img{
    height: 60px;
    width: 60px;
    display: inline-block;
    font-size: 0;
}
.business ul  .fet-caption div{
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -o-calc(100% - 100px);
}
.business ul  .fet-caption strong{
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1em;
    margin: 0 0 10px 0;
    display: block;
}
/**************************************/
.money{
    background-color: #f8f8f8;
}
.money-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.money ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 20px;
    margin-top: 60px;
}
.money ul li{
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 60px 8px 8px 8px;
    -webkit-border-radius: 60px 8px 8px 8px;
    -khtml-border-radius: 60px 8px 8px 8px;
    -moz-border-radius: 60px 8px 8px 8px;
    -ms-border-radius: 60px 8px 8px 8px;
    -o-border-radius: 60px 8px 8px 8px;
    box-shadow: 0 0 10px rgba(1,25,59,6%);
    -webkit-box-shadow: 0 0 10px rgba(1,25,59,6%);
    -khtml-box-shadow: 0 0 10px rgba(1,25,59,6%);
    -moz-box-shadow: 0 0 10px rgba(1,25,59,6%);
    -ms-box-shadow: 0 0 10px rgba(1,25,59,6%);
    -o-box-shadow: 0 0 10px rgba(1,25,59,6%);
}
.money ul li i {
    width: 90px;
    height: 90px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: -50px 0 20px 0;

}
.money ul li i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: gradient(linear, left top, left bottom, from(#60b89d), to(#60b89d));
    background: -webkit-gradient(linear, left top, left bottom, from(#60b89d), to(#60b89d));
    background: -moz-gradient(linear, left top, left bottom, from(#60b89d), to(#60b89d));
    background: -ms-gradient(linear, left top, left bottom, from(#60b89d), to(#60b89d));
    background: -o-gradient(linear, left top, left bottom, from(#60b89d), to(#60b89d));
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: 0 6px 6px rgba(96,184,157,.3);
    -webkit-box-shadow: 0 6px 6px rgba(96,184,157,.3);
    -khtml-box-shadow: 0 6px 6px rgba(96,184,157,.3);
    -moz-box-shadow: 0 6px 6px rgba(96,184,157,.3);
    -ms-box-shadow: 0 6px 6px rgba(96,184,157,.3);
    -o-box-shadow: 0 6px 6px rgba(96,184,157,.3);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.money ul li i img{
    width: 55px;
    height: 55px;
    display: inline-block;
    font-size: 0;
}
.money ul li strong {
    font-size: 20px;
    color: #101130;
    padding-bottom: 14px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    width: 100%;
    text-transform: capitalize;
}
.money ul li strong:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 88px;
    background: gradient(linear, left top, left bottom, from(#60b89d), to(#60b89d));
    background: -webkit-gradient(linear, left top, left bottom, from(#60b89d), to(#60b89d));
    position: absolute;
}
/**************************************/
    .screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 15px 0;
    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;
}
.TABROW .TAB.active {
    background-color: #60b89d;
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    row-gap: 20px;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    max-width: 100%;
    vertical-align: top;
    outline: 1px solid #ddd;
}
.flow-btn-block{
    margin-top: 20px;
    text-align: center;
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: #60b89d;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 30px;
    line-height: normal;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.screens .view-app-flow:hover {
    background-color: #34725f;
}
/**************************************/
/**************************************/
.app-links-sections {
    background: #d1f1e8;
}
.app-links-sections .app-links-sections-inner {
    position: relative;
    max-width: 1356px;
    margin: 0 auto;
    padding: 0 0 0 0;
    z-index: 1;
    background-image: none;
}
.app-links-sections .app-links-sections-inner:before {
    display: none;
}
.app-links-sections .alc-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.app-links-sections .app-links-sections-left {
    width: 65.3%;
    margin: 0 auto;
}
.app-links-sections .demo-weblinks-hold a {
    display: block;
    padding: 18px 53px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    outline: 3px solid #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.app-links-sections .demo-weblinks-hold a:hover,
.app-links-sections .demo-weblinks-hold a:focus {
    background-color: #fff;
    color: #000;
}
.app-links-sections .demo-weblinks-hold {
    display: inline-block;
}
.app-links-sections .demo-weblinks-hold a:last-child {
    margin-bottom: 0;
}
.app-links-sections .live-demo {
    font-size: 102px;
    text-transform: uppercase;
    color: #fff;
    width: 324px;
    font-weight: 600;
    padding-left: 40px;
    line-height: 90px;
    margin-top: -16px;
    text-align: right;
    margin-right: -5px;
    position: relative;
    margin-left: 65px;
    text-align: center;
}
.app-links-sections .live-demo:after {
    content: '';
    position: absolute;
    width: 5px;
    height: calc(100% - 16px);
    height: -o-calc(100% - 16px);
    height: -ms-calc(100% - 16px);
    height: -moz-calc(100% - 16px);
    height: -webkit-calc(100% - 16px);
    background-color: #fff;
    left: 0;
    top: 16px;
}
.app-links-sections .demo-weblinks {
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-links-sections .app-links-main {
    max-width: 100%;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.app-links-sections .links-col a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    bottom: 0px;
    margin-bottom: 15px;
}
.app-links-sections .links-col a img {
    max-width: 100%;
}
.app-links-sections .links-col a:hover {
    bottom: 3px;
}
.app-links-sections .links-col a:nth-child(2) {
    margin-bottom: 16px;
}
.app-links-sections .app-links-main strong {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}
.app-links-sections .links-col {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.note {
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    padding-left: 122px;
}
.note label {
    font-weight: 600;
    margin-right: 10px;
}
.app-links-sections a.viewFlow {
    display: inline-block;
    background-color: #df5e00;
    color: #fff;
    text-decoration: none;
    padding: 15px 24px 17px 24px;
    width: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    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-top: 20px;
    text-align: left;
}
.app-links-sections span a.viewFlow {
    display: inline-block;
    background-color: #df5e00;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px 12px 14px;
    width: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    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;
}
.app-links-sections a.viewFlow {
    display: inline-block;
    background-color: #df5e00;
    color: #fff;
    text-decoration: none;
    padding: 10px 44px 12px 44px;
    width: auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    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-left: -50px;
}
.app-links-sections .viewFlow:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) !important;
    background-color: #bb5105 !important;
}
.app-links-sections .clickText {
    font-weight: 500;
    font-size: 26px;
    display: block;
    float: none;
}
.app-links-sections .flowText {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    float: none;
}
/**************************************/
.pricing {
    position: relative;
    z-index: 1;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: #60b89d;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 14px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    margin-top: 5.5%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing .get-quote:hover {
    background-color: #34725f;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    padding-top: 44.57%;
    content: '';
    display: block;
    width: 100%;
}
.torn-pricing img {
    position: absolute;
    left: 0;
    top: 0;
}
.torn-pricing:after {
    content: '';
    position: absolute;
    top: 100%;
    width: auto;
    height: 60px;
    background-image: url(torn-paper-3.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -7px;
    pointer-events: none;
}
/**************************************/
/**************************************/
.reviews {
    background-color: #f8f8f8;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.reviews ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 20px 15px;
}

.reviews ul li img {
    width: 100%;
    border-radius: 18px
}

.reviews ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.2);
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 8px solid #fff;
    background-color: #fff;
    width: 100%
}

.reviews ul li a::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
    background-image: url(play-video-blue-2.svg);
    background-repeat: no-repeat;
    background-size: 39px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center
}

.reviews ul li:not(:last-child) a:before {
    content: '';
    padding-top: 71%;
    width: 100%;
    display: block
}

.reviews ul li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.reviews ul li.morereview a {
    height: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #60b89d;
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-direction: column
}

.masonry-block_ a.view-more:hover,.reviews li.morereview a:hover {
    background-color: #34725f;
}

.reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none
}
.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;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px;
}
/**************************************/
.delivery-types-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.delivery-types ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.delivery-types ul li a {
    display: block;
    background-color: #222;;
    position: relative;
}
.delivery-types .card-box  img {
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 0;
}
.card-box {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
  background: #fff;
  padding: 15px 10px;
  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.1));
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.1));
}
.card-box img {
  max-width: 100%;
}
.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 {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    color: #525252;
}
.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: #60b89d;
    border-color: #60b89d;
    padding: 5px 15px 8px;
    font-size: 20px;
    display: table;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.card-box:hover .btn-default {
  color: #fff;
  background-color: #34725f;
  border-color: #34725f;
}
/**************************************/
.curlang {
    padding: 50px 0;
}
.curlang-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.curlang table {
    text-align: left;
    width: 100%;
    margin-top: 35px;
}
.curlang table tr td {
    margin: 0;
    padding: 10px;
    font-size: 15px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e7e7e7;
    color: #5b5b5b;
    font-weight: 500;
    text-align: left;
}
.curlang table tr td b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 27px;
}
.curlang table tr td b img {
    max-width: 43px;
}
.curlang table tr th {
    margin: 0;
    padding: 14px 10px;
    text-align: left;
    font-size: 20px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e7e7e7;
    color: #414141;
    font-weight: 500;
}
/**************************************/
.webscreens-inner {
    max-width: 1310px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.webscreens-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    width: 50%;
    padding: 0 10px;
}
.webscreens img {
    max-width: 100%;
    border: 3px solid #ccc;
    margin-bottom: 15px;
    vertical-align: top;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.webscreens-item strong{
    display: block;
    width: 100%;
    color: #000;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
}
.webscreens .btn-button-sec {
    display: block;
}
.webscreens .btn-button-sec a {
    background-color: #60b89d;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 12px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.webscreens .btn-button-sec a:hover {
    background: #34725f;
}
/**************************************/
.demolinks{
    background-color:#60b89d;
}
.demolinks .demolinks-inner {
    position: relative;
    max-width: 1356px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
}
.demolinks-list{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
    max-width: 1230px;
    margin: 0 auto;
}
.demolinks-list li a {
    position: relative;
    display: block;
}
.demolinks-list li a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 32.5%;
}
.demolinks-list li a img{
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
}
/**************************************/
.about-section-of {
    padding-top: 50px
}

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

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

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

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

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

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

.box-rows ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #f76a00;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.box-rows h6 {
    font-size: 21px;
	margin-bottom: 15px;
	position: relative;
}
.sub-boxess {
    padding-left: 40px;
}
.sub-boxess strong {
    font-size: 17px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
    display: block;
}
.sub-boxess strong:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #d65800;
    border-radius: 50%;
    left: -22px;
    top: 10px;
}
.sub-boxess h6:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f76a00;
    border-radius: 50%;
    left: -22px;
    top: 10px;
}
/**************************************/
.medicine-delivery {
    background-color: #f8f8f8;
}
.medicine-delivery p {
    text-align: justify;
}
.medicine-delivery-right a {
    width: 25px;
    display: inline-block;
}
.medicine-delivery-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.medicine-delivery-left {
    width: 42%;
}
.medicine-delivery-right {
    width: 56%;
}
.medicine-delivery-right ._VIDEO_ img{
    vertical-align: top;
}
/**************************************/
.prescription ~ .prescription {
    background-color: #f8f8f8;
}
.prescription p {
    text-align: justify;
}
.prescription-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.prescription-left {
   width: 46%;
}
.prescription-right {
    width: 52%;
}
.prescription-right ._VIDEO_ img{
    vertical-align: top;
}
.prescription.prescribe .prescription-left {
    width: 39%;
}
.prescription.prescribe .prescription-right {
    width: 45%;
}
@media screen and (max-width:1024px) {
    .banner h1 {
        font-size: 35px;
    }
    .main-title {
        font-size: 35px;
    }
    /**********************************************/
    .provide ul li {
        width: calc(100%/3 - 18px);
        width: -o-calc(100%/3 - 18px);
        width: -ms-calc(100%/3 - 18px);
        width: -moz-calc(100%/3 - 18px);
        width: -webkit-calc(100%/3 - 18px);
    }
    /*********************************************/
    .reviews ul li.morereview a{
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}
@media screen and (max-width:991px) {
    .main-title {
        font-size: 32px;
    }
    .banner-left {
        width: 100%;
        display: block;

    }
    .banner-inner {
        flex-direction: column-reverse;
    }
    .banner-right{
        width: 100%;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .banner-right img{
        width: auto;
        max-width: 100%;
    }
    /**********************************************/
    /**********************************************/
    .prescription-left {
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }
    .prescription-right {
        width: 100%;
    }

    .medicine-delivery-inner{
        flex-direction: column-reverse;
    }
    .medicine-delivery-right{
        width: 100%;
    }
    .medicine-delivery-left{
        text-align: center;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .prescription ~ .prescription .prescription-inner {
        flex-direction: column-reverse;
    }

    /**********************************************/
    .webscreens-inner{
        grid-template-columns: 1fr;
    }
    /**********************************************/
    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .business ul{
        grid-template-columns:repeat(1, 1fr)
    }
    .provide-left {
        width: 100%;
        order: 3;
    }
    .provide-right {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        order: 2;
    }
    /**************************************/
    .money ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .order ul{
        row-gap: 70px;
    }
    .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);
    }
    .demo-video-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .demo-video-right {
        width: 100%;
    }
    .video-block img {
        width: 100%;
    }
    .video-block iframe {
        height: 60.6vw;
    }
    /**************************************/
    .screens ul li {
        width: 50%;
    }
    /**************************************/
    .reviews ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .delivery-types ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .prescription.prescribe .prescription-left {
        width: 100%;
    }
    .prescription.prescribe .prescription-right {
        width: 100%;
    }
}
@media (max-width:767px) {
    .webscreens-item{
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0;
    }
    .webscreens-item:last-child{
        margin-bottom: 0;
    }
    .webscreens-item strong{
        font-size: 20px;
    }
}
@media screen and (max-width:630px) {
    .mainWrapper > *{
        padding: 40px 0;
    }
    .banner h1 {
        font-size: 30px;
        line-height: 1em;
    }
    .main-title {
        font-size: 28px;
        margin-top: -4px;
    }

    .heading-area h5 {
        font-size: 28px;
    }
    .heading-area strong {
        font-size: 16px;
    }
    /**************************************/
    .money ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .features ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .order ul li {
        width: 100%;
    }
    /**************************************/
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    /**************************************/
    .demolinks-list{
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
    /*****************************************/
    .delivery-types ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .webscreens .btn-button-sec a {
        padding: 10px 12px;
        font-size: 16px;
    }
    .pricing .get-quote {
        font-size: 18px;
        padding: 12px 15px;
        min-width: inherit;
    }
    .delivery-types ul li.last .delivery-caption strong {
        font-size: 15px;
    }
    .reviews ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .reviews ul li a{
        border: 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
}
.reviews ul li a img{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
    .reviews ul li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    .reviews ul li.morereview a {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
    .reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0;
        -webkit-border-radius: 10px 0 0;
        -moz-border-radius: 10px 0 0;
        -ms-border-radius: 10px 0 0;
        -o-border-radius: 10px 0 0;
    }
    .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;
    }
    .get-quote {
        font-size: 16px;
        padding: 14px 15px 17px 15px;
    }
    .card-box .title-text {
        font-size: 18px;
        line-height: 1em;
    }
}
@media screen and (max-width:480px) {
    .screens ul li {
        width: 100%;
        padding: 0;
    }
    /******************************/
    .demo-links-row .links-column {
        margin-bottom: 10px;
    }
    .demo-links-row .links-column ul li {
        margin-bottom: 10px;
    }
    /*******************************************/
    .curlang table tr:first-child {
        display: none;
    }
    .curlang table tr td {
        display: block;
    }
    .curlang table tr td:before {
        content: attr(data-name);
        font-weight: 600;
    }
    .curlang table tr td {
        display: flex;
        justify-content: space-between;
    }
    /*******************************************/
    .provide ul li {
        width: 100%;
    }
    /***********************************************/
    .app-links-sections .links-col {
        width: 100%;
    }
    .app-links-sections .links-col:last-child {
        margin-bottom: 0;
    }
}
@media (max-width:375px) {
    .main-title {
        font-size: 26px;
        margin-top: -4px;
    }
}