:root {
    --theme:#f0379c;
    --theme-light:#fff1f8;
    --theme-medium:#ffddee;
    --theme-hover:#a11d66;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
@keyframes buttonanim {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@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 {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
    color: #fff;
}
.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 {
    color: var(--theme);
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px var(--theme);
}
.company-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
p {
    margin: 0 0 10px;
    padding: 0;
    line-height: 23px;
    color: #000;
    font-size: 16px;
}
p:last-child{
    margin-bottom: 0;
}
/************************************/

.heading-area {
    width: 100%;
    margin-bottom: 15px;
}
.sub-title {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--theme);
    font-weight: 600;
    display: block;
    line-height: 1em;
    margin-top: 4px;
}
.main-title {
    font-size: 40px;
    line-height: 1em;
    font-weight: bold;
    margin: -6px 0 0 0;
    color: #000;
    text-transform: uppercase;
}
.heading-area.white > *{
    color: #fff;
}
.heading-area  > p{
    margin: 5px 0 0 0;
}

.pink-bg {
    background: var(--theme-light);
}
.heading-area.center > * {
    display: block;width: 100%;
    text-align: center;
}
main {
    margin: 80px auto 0 auto;
    max-width: 1920px;
}
main > *{
    padding: 40px 0;
}
/****************************************/

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

.banner {
    background-color: var(--theme-light);
    padding: 40px 0px 50px;
    position: relative;
    z-index: 1;
    background-image: -moz-linear-gradient(60deg, rgb(242, 208, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(60deg, rgb(242, 208, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(60deg, rgb(242, 208, 227) 0%, rgb(255, 255, 255) 100%);
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-right {
    width: 51%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.banner-left {
    width: 47%;
}
.banner .h1 {
    font-size: 40px;
    font-weight: bold;
    color: var(--theme);
    margin-top: 0;
    margin-bottom: 9px;
    display: block;
    line-height: 1em;
    text-transform: uppercase;
}
.banner .strong {
    font-size: 27px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
    display: block;
}
/************************************/
/***********************************/
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.features ul li img {
    max-width: 100%;
}
.features ul li {
    width: calc(33.33% - 13.3333333px);
    width: -webkit-calc(33.33% - 13.3333333px);
    width: -moz-calc(33.33% - 13.3333333px);
    width: -ms-calc(33.33% - 13.3333333px);
    width: -o-calc(33.33% - 13.3333333px);
    flex-grow: 1;
    background: #fff;
    padding: 20px;
    z-index: 2;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
    transition: transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);
    -webkit-transition: transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);
    -moz-transition: transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);
    -ms-transition: transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);
    -o-transition: transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.features ul li:hover {
    box-shadow: 0 2px 70px 0 rgba(253,71,102,.05);
    transform: translateY(-5px);
}
.features ul li i {
    width: 80px;
    height: 80px;
    background-color: #f8f8f8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    font-size: 50px;
}
.features ul li strong{
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #000;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}
/**************************************/
.process-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.process ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
}
.process ul li strong {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.process ul li {
    padding: 20px;
    border-radius: 20px;
    background: rgb(0, 81, 112);
    background-image: -moz-linear-gradient(90deg, rgb(179, 0, 101) 0%, rgb(192, 40, 126) 50%, rgb(246, 86, 173) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(179, 0, 101) 0%, rgb(192, 40, 126) 50%, rgb(246, 86, 173) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(179, 0, 101) 0%, rgb(192, 40, 126) 50%, rgb(246, 86, 173) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b30165', endColorstr='#f656ad', GradientType=1);
    color: #fff;
    min-height: 100%;
    text-align: center;
}
.process ul li p {
    color: #fff;
    text-align: center;
}
.process ul li > div {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -20px 0 -20px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.process ul li > div span {
    width: 100px;
    height: 50px;
    background-color: #fff;
    color: #790044;
    font-size: 30px;
    border-radius: 0 0 50px 50px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%) inset;
}
/************************************/
.provide {
    background: var(--theme-light);
}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.provide-left {
    width: 53%;
}
.provide-right {
   width: 45%;
}
.provide-right img {
    max-width: 100%;
    filter: drop-shadow(0 15px 30px rgba(30,34,40,0.15));
    -webkit-filter: drop-shadow(0 15px 30px rgba(30,34,40,0.15));
}

img {
    border: none;
    outline: 0;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.provide p {
    text-align: justify;
}
.provide ul li {
    font-size: 14px;
    color: #eee;
    list-style: none;
    padding-left: 21px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 400;
}
.provide ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 6px;
}
/**************************************/
.howitworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.howitworks ul li {
    line-height: normal;
    color: #373737;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding-left: 21px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
}
.howitworks ul li:last-child {
    margin-bottom: 0;
}
.howitworks ul li strong{
    text-transform: capitalize;
    color: #000;
    text-transform: capitalize;
}
.howitworks ul {
    list-style: none;
}
.howitworks ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ff3e37;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
/**************************************/

.work-process {
    padding: 15px 0 116px 0;
    position: relative;
    background-color: #e9f7da;
}
.work-process-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.work-process:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 92px solid #fff;
    border-right: 100vw solid transparent;
}
.work-process b {
    max-width: 846px;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    line-height: 28px;
}
.work-process ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.work-process ul li {
    padding: 0 10px;
    width: 19%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.work-process ul li i {
    height: 145px;
    width: 145px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #a4ad99;
    border-radius: 50%;
    position: relative;
}
.work-process ul li i img {
    height: 65px;
}
.work-process ul li strong {
    display: block;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 600;
    margin: 8px 0 5px 0;
}
.work-process ul li p {
    margin-bottom: 0;
    font-size: 14px;
    color: #363636;
    font-weight: 400;
}
.work-process ul li i:after {
    content: '';
    position: absolute;
    width: 117px;
    height: 117px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #a4ad99;
}
.work-process ul li img.launch-system {
    margin-top: 12px;
}
.work-process ul li:after {
    content: '';
    position: absolute;
    width: 98px;
    height: 21px;
    background-image: url(../index-49.html);
    left: 80%;
    top: 62px;
}
.work-process ul li:first-child:after,
.work-process ul li:last-child:after {
    display: none;
}
/**************************************/
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 20px 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;
    background-color: #ffffff;
    border-radius: 5px;
}
.TABROW .TAB.active {
    background-color: var(--theme);
    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: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.screens ul li img {
    max-width: 100%;
}
.screens ul li img {
    outline: 1px solid #ddd;
    image-rendering: -webkit-optimize-contrast;
}
.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: var(--theme-hover);
}
/**************************************/

.flowbanner {
    background-color: #ffe3f2;
    position: relative;
    padding: 60px 0px;
    /*    background-image: url(../images/beautician/flowbanner-top.png),url(../images/beautician/flowbanner-bottom.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat;*/
    background-image: -moz-linear-gradient(-90deg, rgb(242, 208, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(242, 208, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(242, 208, 227) 0%, rgb(255, 255, 255) 100%);
}
.flowbanner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.flowbanner-inner img {
    max-width: 100%;
}
.flowbanner a {
    position: absolute;
    bottom: 17%;
    left: -1.4%;
    background-color: var(--theme);
    font-size: 31px;
    color: #fff;
    padding: 20px 45px;
    border-radius: 45px;
    min-width: 31.2%;
    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;
}
.flowbanner a:hover {
    background-color: var(--theme-hover);
}
.flow-banner-caption {
    position: absolute;
    top: 8%;
    max-width: 620px;
}
.flow-banner-caption h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 20px;
}
.flow-banner-caption h3 span {
    font-size: 35px;
    display: block;
}
.flow-banner-caption p {
    font-size: 18px;
    line-height: 25px;
}
/**************************************/
.demolinks {
    background: var(--theme);
}

.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks ul {
    display: grid;
	grid-template-rows: 1fr 1fr;
	grid-auto-flow: column;
	gap: 15px;
    max-width: 920px;
    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;
}
/****************************************/
.front-end-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.front-end-left {
    width: 42%;
}
.front-end-left img {
    width: 100%;
}
.front-end-right {
    width: 56%;
}
.front-end-right p:last-child {
    margin-bottom: 0;
}
.front-end-left.finances-continually {
    text-align: center;
}
.front-end-left.finances-continually img {
    max-width: 500px;
    margin: 0 auto;
}
.front-end-right  ul li {
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 21px;
    margin-bottom: 6px;
    text-align: justify;
    font-size: 16px;
    list-style: none;
    line-height: 23px;
}
.front-end-right  ul li:last-child{
    margin-bottom: 0;
}
.front-end-right  ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--theme);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    top: 10px;
}
/**************************************/
.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 {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 28px;
    text-align: justify;
}
.pricing .get-quote {
    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: 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-hover);
}

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

/********************************clients stylesheet start***********************************/
.client-reviews {
    background-color: #ffe3f2;
    margin-bottom: 50px;
}
.client-reviews .text-center {
    text-align: center;
}
.client-reviews a.client-reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 11px 90px;
    transition: all 0.5s ease 0s;
    background-color: var(--theme);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}
.client-reviews a.client-reviews-btn:hover {
    background-color: var(--theme-hover);
}
.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.client-reviews ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.client-reviews ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    border: 4px solid #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.client-reviews ul li:not(:last-child) a::before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 71%;
}
.client-reviews ul li a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 12px;
    vertical-align: top;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.client-reviews ul li a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(play-video-pink.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}

.client-reviews ul li.morereview a {
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--theme);
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-direction: column;
}
.client-reviews ul li.morereview a:hover{
    background-color: var(--theme-hover);
}

.client-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 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.client-reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

.client-reviews .button-part a,
.screens-inner .button-part a {
    font-size: 30px;
    padding: 20px 50px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.client-reviews .button-part {
    padding-top: 0;
    text-align: center;
}
/**************************************/

.button-part {
    display: flex;
    width: 100%;
    gap: 10px;
    text-align: left;
    padding-top: 10px;
    flex-wrap: wrap;
}
.button-part.center {
    text-align: center;
    justify-content: center;
}
.button-part a {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 12px 13px;
    width: auto;
    min-height: auto;
    line-height: 24px;
    background-color: var(--theme);
    color: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.button-part a:hover {
    background-color: var(--theme-hover);
    color: #fff;
}
.button-part a.view-demo {
    background: transparent;
    color: #000;
    border: solid 2px var(--theme);
    padding: 10px 15px;
    display: inline-flex;
    gap: 8px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
}
.button-part a.view-demo: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;
    animation: buttonanim 1.5s infinite;
    -webkit-animation: buttonanim 1.5s infinite;
}
.button-part a.view-demo span small {
    display: block;
    line-height: normal;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-top: 1px;
    text-transform: uppercase;
}
.button-part a.view-demo span {
    font-size: 16px;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 0;
    text-align: left;
}
.button-part a.view-demo:hover {
    background-color: transparent;
    color: #000;
}
.button-part a i {
    width: 35px;
    height: 35px;
    font-size: 35px;
    position: relative;
    top: 1px;
}
/**************************************************/
.fronend-section._PT50_ {
    padding-top: 100px;
}
.video-section .demo-video {
    display: inline-flex;
    max-width: 800px;
    height: auto;
    position: relative;
    border: 5px solid var(--theme);
    align-items: center;
    justify-content: center;
    background-color: #5a5a5a;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    width: 100%;
}
.video-section .demo-video::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 56.25%;
}
.video-section .demo-video iframe {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.video-section .demo-video img {
    position: absolute;
    left: 0;
    top: 0;
}
.video-section p {
    margin: 0 auto 15px auto;
    max-width: 1000px;
}
.video-section-inner {
    text-align: center;
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 15px;
}
.video-section h3 strong {
    font-weight: 600;
    color: #ff6e00;
}
.video-section .video-data {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/*******************/
.package-banner {
    text-align: center;
}
.package-banner-inner {
    padding: 0 15px;
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
}
.package-banner img {
    max-width: 100%;
}
.package-banner a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 33px;
    background-color: #ff9e06;
    border-radius: 5px;
    margin-top: 38px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    outline: none;
    position: absolute;
    bottom: 5%;
    left: 66.2%;
}
.package-banner a.price-btn {
    left: 53%;
}
.package-banner a:hover {
    background-color: #e99a1b;
}

.package-banner-main {
    padding: 35px 0 50px 0;
}
.package-banner-main > h3 {
    margin: 0 0 20px;
    padding: 0px;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.package-banner-main > h3 strong {
    color: #ff6e00;
    font-weight: 600;
}
.package-banner-main > h3 span {
    text-transform: initial;
    font-size: 15px;
    display: block;
    color: #333;
}
/**************************************************/
.about-section-of {
    float: left;
    width: 100%;
}
.about-section-of-inner {
    max-width: 1274px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.about-section-of h4 {
    margin: 0;
    padding: 20px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #f16122;
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
}
.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;
}
.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: #f16122;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.box-rows h5 {
    font-size: 21px;
    margin-bottom: 15px;
    position: relative;
    font-weight: bold;
}
.sub-boxess strong {
    font-size: 19px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
    display: block;
}
.sub-boxess {
    padding-left: 20px;
    margin: 0 0 15px 0;
}
.sub-boxess:last-child{
    margin-bottom: 0;
}
.sub-boxess strong:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f16122;
    border-radius: 50%;
    left: -22px;
    top: 10px;
}
.about-section-of {
    float: left;
    width: 100%;
}
.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;
    font-family: 'Exo 2';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: var(--theme);
    display: inline-block;
    border-radius: 25px 25px 0 0;
    cursor: pointer;
    position: relative;
}
.about-section-of h5: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 h5.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: 40px 0;
    background-color: #f8f8f8;
    display: none;
}
.about-section-of-data .about-section-of-inner {
    text-align: unset;
}
.footer-about-top-hading {
    display: block;
    padding: 0 0 15px;
    text-align: center;
}
.footer-about-top-hading strong {
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-about-top-hading strong span {
    color: var(--theme)
}
.box-rows ul {
    list-style: none;
    padding: 0;
}
.box-rows ul li {
    margin-bottom: 6px;
    font-size: 16px;
    color: #000;
    padding: 0 0 0 18px;
    font-weight: 500;
    position: relative;
    line-height: 23px;
}
.box-rows ul li:last-child{
    margin-bottom: 0;
}
.box-rows ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-color: var(--theme);
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.box-rows h6 {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    background: var(--theme);
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}
.box-rows .sub-boxess h6 {
    font-size: 18px;
    margin-bottom: 10px;
    background: no-repeat;
    padding: 0px;
    position: relative;
    color: #000;
}
.sub-boxess h6::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: var(--theme);
    left: -18px;
    top: 5px;
}
/**************************************************/

@media screen and (max-width: 1400px) {
    .banner .h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 1366px) {
    .banner .h1 {
        font-size: 50px;
    }
    .covid-left img,
    .covid-right-last img {
        max-width: 100%;
    }
    .covid h1 strong {
        font-size: 77px;
    }
    .covid h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1310px) {
    .package-banner a {
        padding: 1vw 2.6vw;
        font-size: 1.85vw;
        left: 63vw;
        bottom: 1.95vw;
        border-radius: 0.35vw;
    }
    .package-banner a.price-btn {
        left: 49.5%;
    }
}
@media screen and (max-width: 1279px) {
    /************************************/
    .banner .h1 {
        font-size: 45px;
    }
    .banner .strong {
        font-size: 24px;
    }
    .banner .banner-des {
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
    }
/************************************/
    .flowbanner a {
        bottom: 17%;
        left: 5.6%;
        padding: 1.5% 2%;
        border-radius: 33px;
        min-width: 31.2%;
        text-align: center;
        font-size: 24px;
    }
/***************************************/
    .work-process ul li:after {
        display: none;
    }
/***************************************/
    .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) {
    .covid-left {
        width: 100%;
    }
    .covid-left img {
        width: auto;
        max-width: 100%;
    }
    .covid-right {
        width: 100%;
    }
    .covid h3 {
        font-size: 50px;
    }
/*********************************************/
    .client-reviews ul li.morereview a{
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}
@media screen and (max-width: 991px) {
    .banner-inner{
        flex-direction: column-reverse;
    }
    .banner-left,
    .banner-right {
        width: 100%;
        margin: 0;
    }
    .banner-right {
        margin-bottom: 30px;
    }
    .banner-right img {
        width: auto;
        max-width: 100%;
    }
/**********************************************/
    .process ul {
        grid-template-columns: 1fr 1fr;
    }
/*************************************/
    .main-title {
        font-size: 30px;
    }
    .sub-title {
        font-size: 18px;
    }
    /**************************************/
    .provide ul {
        margin-left: 0;
    }
    .provide p {
        max-width: 100%;
    }
    .provide-left {
        width: 100%;
    }
    .provide-right {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .provide:after {
        display: none;
    }
    .provide-inner {
        position: relative;
        flex-direction: column-reverse;
    }
    .green-part-inner ul li {
        padding: 0;
    }
    /**************************************/
    .screens ul.active {
        grid-template-columns: 1fr 1fr;
    }
    /**************************************/
    .advanced-left {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 35px;
    }
    .advanced-right {
        width: 100%;
    }
    /**************************************/
    .pricing .clipart {
        display: none;
    }

    /**************************************/
    ul.weblinks li {
        margin: 0 10px 20px 10px;
    }
    ul.weblinks li a,
    .pricing .get-quote {
        min-width: initial;
        height: auto;
        line-height: normal;
        box-sizing: border-box;
        padding: 14px 30px 17px 30px;
        font-size: 18px;
    }
    .demo-links-row .links-column {
        width: 33.33%;
    }
    /**************************************/
    /***************************************/
    .front-end-left {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }
    .front-end-right {
        width: 100%;
        margin-bottom: 0px;
    }
    /**************************************/
    .work-process ul {
        justify-content: center;
    }
    .work-process ul li {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .work-process {
        padding: 50px 0 20px 0;
    }
    .work-process:after {
        display: none;
    }
    /****************************************/
    .package-banner-main > h3,
    .video-section h3 {
        font-size: 32px;
    }
    .banner-bottom-part .package-banner-inner {
        display: block;
    }
    .client-reviews ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .features ul li{
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
    }
    .video-section .play-anim-ico {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
}
/****************************************/
@media screen and (max-width: 630px) {
    main > *{
        padding: 40px 0;
    }
    .banner{
        padding: 40px 0;
    }
    .banner .h1 {
        font-size: 35px;
    }
    .banner .strong {
        font-size: 21px;
        line-height: 1em;
    }
    .main-title {
        font-size: 27px;
    }
    .sub-title {
        font-size: 16px;
    }
    /**************************************/
    .order ul li {
        width: 100%;
        margin-bottom: 80px;
    }
    /**************************************/
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }

    /*****************************************/
    /*****************************************/
    .package-banner-main > h3,
    .video-section h3 {
        font-size: 25px;
    }
    .package-banner p {
        font-size: 22px;
    }
    .package-banner-right ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .package-banner-right a {
        margin-top: 0;
    }
    .package-banner h3 {
        font-size: 68px;
    }
    .package-banner h3 strong {
        font-size: 21px;
    }
    /*****************************************/
    .demo-links-row .links-column{
        width: 50%;
      }
      .demo-links-row .links-column ul {
        margin: 0;
      }
      .demo-links-row .links-column ul li{
        margin: 0 5px;
      }
      .demo-links-row .links-column:last-child {
        width: 100%;
      }
      .demo-links-row .links-column:last-child ul li{
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
      }
    /*****************************************/
    .client-reviews .button-part a, .screens-inner .button-part a {
        font-size: 19px;
        padding: 12px 15px;
    }
    /*****************************************/
    .client-reviews ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .client-reviews ul li.morereview a{
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
    .demolinks ul {
        grid-auto-flow: row;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .features ul li{
        width: 100%;
        padding: 15px;
    }
    .provide-right {
        margin-bottom: 15px;
    }
    ul.weblinks li a, .pricing .get-quote {
        padding: 14px 20px 14px 20px;
        font-size: 18px;
    }
    .video-section .video-data {
        grid-template-columns: 100%;
    }
    .video-section .play-anim-ico {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
    }
}
@media screen and (max-width: 480px) {
    .process ul {
        grid-template-columns: 1fr;
    }
    .screens ul.active {
        grid-template-columns: 1fr;
    }
    /******************************/
    .client-reviews ul li a{
        border: 0;
        padding: 0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
.client-reviews ul li a img{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.client-reviews ul li a::after {
    width: 35px;
    height: 35px;
    background-size: 29px;
}
.client-reviews ul li.morereview a:before {
    border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
    width: 40px;
    height: 40px;
}
.client-reviews ul li.morereview a:after {
    border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    -ms-border-radius: 0 0 8px 0;
    -o-border-radius: 0 0 8px 0;
    width: 40px;
    height: 40px;
}
.about-section-of h5 {
   font-size: 18px;
   border-radius: 12px 12px 0 0;
   -webkit-border-radius: 12px 12px 0 0;
   -moz-border-radius: 12px 12px 0 0;
   -ms-border-radius: 12px 12px 0 0;
   -o-border-radius: 12px 12px 0 0;
   padding: 15px;
}
.video-section .demo-video {
    border: 5px solid var(--theme);
}
.heading-area h3, .heading-area h4, .heading-area h5 {
    font-size: 26px;
    line-height: 1em;
}
.features ul li strong {
    font-size: 18px;
}
}
@media (max-width:335px) {
    .heading-area h3, .heading-area h4, .heading-area h5 {
        font-size: 23px;
        line-height: 1em;
    }
}