
:root {
    --theme:#ff623a;
    --theme-dark:#cc3c17;
    --theme-light:#ffece7;
}
@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)
    }
}
img {
    vertical-align: top;
    max-width: 100%;
}
p {
    line-height: 23px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Exo 2';
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
.play-anim-ico {
    background-image: url(../svg/play-video-34.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;
}
.company-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
/************************************/
.banner {
  background-color: var(--theme-light);
    padding: 40px 0px 50px;
    position: relative;
    z-index: 1;
  background-image: -moz-linear-gradient( 60deg, var(--theme-light) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 60deg, var(--theme-light) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 60deg, var(--theme-light) 0%, rgb(255,255,255) 100%);
}
.banner p {
    text-align: justify;
}
.banner .banner-des {
    line-height: 27px;
    color: #565c67;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-align: justify;
    margin-bottom: 8px;
}
.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: 54%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.banner-right img {
    width: auto;
    max-width: 100%;
}
.banner-left {
    width: 45%;
}
.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: 24px;
    color: var(--theme-dark);
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
}
/************************************/
/************************************/
.covid {
    padding: 50px 0 0 0;
    background-color: #fff;
    margin-bottom: 30px;
}
.covid-inner {
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.covid-left {
    width: 28.5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    /*padding-right: 20px;*/
    box-sizing: border-box;
}
.covid-right {
    width: 39%;
    box-sizing: border-box;
}
.covid-right-last {
    width: 32.4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: -25px;
}
.covid h1, .covid h2, .covid h3, .covid h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    color: #eda502;
}
.covid h1 strong,
.covid h2 strong,
.covid h3 strong,
.covid h4 strong {
    display: block;
    font-weight: 800;
    color: var(--theme);
    font-size: 56px;
    margin-bottom: -5px;
}
.covid-right p {
    text-align: left;
    line-height: 29px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.covid a {
    background-color: #eda502;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 40px 17px 40px;
    color: #2b441e;
    border-radius: 5px;
    display: inline-block;
}
.covid a:hover {
	background: #fff;
}
.covid-left img {
    padding-top: 0;
    width: auto;
    margin: 0;
}
.covid-right b {
    line-height: 31.4px;
    color: #1a1a1a;
    font-size: 20px;
    display: block;
    margin-bottom: 35px;
    font-weight: 600;
}
.covid-right p {
    line-height: 29px;
    color: #616161;
    font-size: 15px;
}
/*****************************************/
.covid.invert {
    margin-bottom: 0;
}
.covid.invert .covid-inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.covid.invert .covid-right {
    width: calc(100% - 500px);
    width: -o-calc(100% - 500px);
    width: -ms-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: -webkit-calc(100% - 500px);
}
.covid.invert .covid-left {
    width: 457px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 0;
    border: 5px solid #fff;
    outline: 1px solid #ddd;
    overflow: hidden;
}
.covid.invert .covid-right p {
    color: #4f4f4f;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}
.covid.invert {
    background-image: none;
    overflow: hidden;
}
.covid.invert h2,
.covid.invert h3,
.covid.invert h4,
.covid.invert h1 {
    font-size: 29px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.covid.invert h1 strong,
.covid.invert h2 strong,
.covid.invert h3 strong,
.covid.invert h4 strong {
    display: block;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
}
.covid.invert {
    padding: 40px 0;
}
.pink-bg{
    background: var(--theme-light);
}
/************************************/
.covid.invert.reverse .covid-left:after {
    right: 27%;
    left: auto;
}
.covid a.covid-block-img {
    padding: 0;
    position: relative;
    background-color: transparent;
    display: inline-block;
}
.covid.invert.reverse .covid-left img {
    margin: 0;
    max-width: 100%;
}
.covid.invert .covid-left .play-anim-ico {
    bottom: 30px;
    left: 30px;
    margin: 0;
    top: auto;
    right: auto;
}
/************************************/
/****************************************/
.deliveryvideos {
    padding: 40px 0 20px 0;
    background-color: var(--theme);
}
.deliveryvideos .heading-area h3 {
    color: #fff;
}
.deliveryvideos-inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.deliveryvideos ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}
.deliveryvideos ul li {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 20%;
}
.deliveryvideos ul li a {
    display: block;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    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;
}
.deliveryvideos ul li a img {
    max-width: 100%;
}
.deliveryvideos .heading-area {
    margin-bottom: 25px;
}
.deliveryvideos ul li a:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../svg/play-black-6.svg);
    background-size: 100%;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    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;
}
.deliveryvideos ul li a.view-more {
    background-color: #fff;
    display: block;
    position: relative;
}
.deliveryvideos ul li a.view-more span {
    position: absolute;
    color: var(--theme);
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.deliveryvideos ul li a.view-more:after {
    display: none;
}
.deliveryvideos ul li a:hover {
    background-color: #cdffdb;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2),0 0 0 1px #333 inset;
}
/****************************************/
/************************************/
.flowmap {
    padding: 50px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap img {
    max-width: 100%;
}
/************************************/
.mainWrapper {
    margin: 80px auto 0 auto;
/*    max-width: 1920px;
    overflow: hidden;*/
}
.heading-area {
    text-align: center;
    margin-bottom: 10px;
}
.heading-area strong {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--theme);
    font-weight: 600;
    display: block;
}
.heading-area .header-sep {
    width: 38px;
    display: block;
    margin: 15px auto 0 auto;
}
.heading-area h2,
.heading-area h3,
.heading-area h4,
.heading-area h5 {
    font-size: 35px;
    font-weight: bold;
    margin: -8px 0 6px 0;
    color: #191919;
    text-transform: uppercase;
    line-height: 1em;
}
/****************************************/
/****************************************/
.features {
    padding: 40px 0;
    position: relative;
}

.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.features ul  li{
    width: calc(33.33% - 15px);
    width: -webkit-calc(33.33% - 15px);
    width: -moz-calc(33.33% - 15px);
    width: -ms-calc(33.33% - 15px);
    width: -o-calc(33.33% - 15px);
    flex-grow: 1;
}

.fet-caption {
    padding: 0 0 20px 0;
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.fet-caption:hover::after {
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: var(--theme);
    height: 3px;
    width: 100%;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}
.features ul li .fet-caption img {
    max-width: 100%;
}
.features ul li i {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    font-size: 56px;
    color: var(--theme);
    display: block;
    margin-bottom: 15px;
}
.features ul li strong {
    display: block;
    text-transform: capitalize;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all 0.5s;
}


/**************************************/
.provide {
    padding: 40px 0px 40px;
    position: relative;
    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: 51%;
}
.provide-right {
  width: 44.2%;
}
.provide-right img {
    max-width: 100%;
}
.provide-left .heading-area {
    text-align: left;
}
.provide-left .heading-area .header-sep {
    margin-left: 0;
}
.provide p {
    font-weight: 400;
    text-align: justify;
}
.provide ul li {
    font-size: 16px;
    list-style: none;
    padding-left: 21px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
}
.provide ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--theme);
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.provide ul li:last-child{
    margin-bottom: 0;
}
/**************************************/
.howitworks {
    padding: 50px 0;
    position: relative;
    width: 100%;
}
.howitworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.howitworks p {
    margin-bottom: 18px;
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.howitworks ul li {
    line-height: normal;
    color: #000;
    margin: 0;
    font-weight: 500;
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 16px;
}
.howitworks ul li:last-child {
    margin-bottom: 0;
}
.howitworks ul {
    list-style: none;
}
.howitworks ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--theme);
    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-94.html);
    left: 80%;
    top: 62px;
}
.work-process ul li:first-child:after,
.work-process ul li:last-child:after {
    display: none;
}
/**************************************/
/**************************************/
.screens {
    padding: 40px 0;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 0 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 1px #d8d8d8 inset;
    margin: 0 10px 20px 10px;
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-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;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    padding: 0 7px 20px 7px;
}
.screens ul li img {
    max-width: 100%;
}
.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.screens .view-app-flow {
    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: #a11d66;
}
/**************************************/
.flowbanner {
    background-color: #c9e6b7;
    position: relative;
    padding: 60px 0px;
/*    background-image: url(../images/maid-services-app/flowbanner-top.png),url(../images/maid-services-app/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: #a11d66;
}
.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 {
   padding: 40px 0px 40px;
   position: relative;
   background: var(--theme);
}
.demolinks .heading-area h3 {
  color: #fff;
}
.demolinks .heading-area p {
    color: #fff;
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demo-links-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 20px auto 0px;
    max-width: 1200px;
}
.demo-links-row strong {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}
.demo-links-row .links-column {
    margin-bottom: 0;
    width: 25%;
    max-width: 100%;
}
.demo-links-row .links-column ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}
.demo-links-row .links-column ul li {
    margin: 0 0 5px 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    bottom: 0;
    width: 100%;
}
.demo-links-row .links-column ul li:last-child {
    margin-bottom: 0;
}
.demo-links-row .links-column ul li a {
    display: block;
    position: relative;
    width: 100%;
}
.demo-links-row .links-column ul li a img {
    position: absolute;
    left: 0;
    top: 0;
}
.demo-links-row .links-column ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 34.34%
}
.demo-links-row .links-column ul li:hover {
    bottom: 5px;
}
.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;
}
ul.weblinks li {
    list-style: none;
    position: relative;
    margin: 0 30px;
    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;
    bottom: 0;
}
ul.weblinks li:hover {
    bottom: 5px;
}
ul.weblinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/**************************************/

/*****************************************/
.front-end {
  width: 100%;
  padding: 40px 0 40px 0;
}
.front-end .heading-area {
    text-align: left;
}
.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: calc(100% - 600px);
  width: -o-calc(100% - 600px);
  width: -ms-calc(100% - 600px);
  width: -moz-calc(100% - 600px);
  width: -webkit-calc(100% - 600px);
}
.front-end-left img {
    width: 100%;
}
.front-end-right {
  width: 575px;
}
.front-end-right p {
    margin-top: 10px;
    text-align: justify;
    display: block;
}
.front-end-right p:last-child {
  margin-bottom: 0;
}

/****************************/
.advanced {
    padding: 40px 0 40px 0;
}
.advanced-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.advanced-row {
    display: none;
    flex-wrap: wrap;
    margin-top: 10px;
}
.advanced-row.active {
    display: flex;
}
.advanced-left {
    width: 49%;
    padding-right:15px;
    box-sizing: border-box;
    text-align: center;
}
.advanced-left img {
    max-width: 540px;
    max-height: 437px;
    width: 100%;
}
.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: 500;
    margin-top: 10px;
}
.advanced p {
    text-align: center;
}
.advanced .TABROW .TAB {
    box-shadow: none;
    border-radius: 0;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    width: calc(20% - 20px);
    width: -o-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 {
    padding: 40px 0 40px 0;
    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 17px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    margin-top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    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;
}

/**************************************/
/********************************clients stylesheet start***********************************/
.client-reviews {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}
.client-reviews .text-center {
  text-align: center;
}
.client-reviews-inner {
  max-width: 1310px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.client-reviews ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 20px -10px 0 -10px;
}
.client-reviews ul li {
    width: 25%;
    margin: 0 0 20px 0;
    padding: 0 10px;
}
.client-reviews ul li img {
  width: 100%;
  border-radius: 18px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
.client-reviews ul li a {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  border: 5px solid #fff;
  vertical-align: top;
  width: 100%;
}
.client-reviews ul li:not(:last-child) a:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71.08%
}
.client-reviews ul li a::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  background-image: url(../svg/play-video-theme.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%);
}
.heading-area .heading2{
    font-size: 18px;
    font-weight: 500;
}
.client-reviews .button-part a,
.screens-inner .button-part a {
    font-size: 25px;
    padding: 20px 50px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}
.client-reviews .button-part {
    padding-top: 0;
    text-align: center;
}
.client-reviews ul 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;
}
.client-reviews ul li.morereview a:hover {
    background-color: var(--theme-dark);
}
.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;
}
.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;
    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;
}
/**************************************/
.button-part {
    display: flex;
    grid-gap:10px;
    width: 100%;
    text-align: left;
    flex-wrap: wrap;
}
.button-part.center{
    justify-content: center;
}
.button-part a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px 13px 16px;
    width: auto;
    min-height: auto;
    line-height: 24px;
    background-color: var(--theme);
    color: #fff;
    display: inline-block;
    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-dark);
    color: #fff;
}

/**************************************************/
.video-section {
    padding: 40px 0 40px 0;
}
.fronend-section._PT50_ {
    padding-top: 100px;
}
.video-section .demo-video {
    display: inline-flex;
    width: 800px;
    height: auto;
    position: relative;
    border: 15px solid var(--theme);
    align-items: center;
    justify-content: center;
    background-color: #5a5a5a;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    max-width: 100%;
}
.video-section .demo-video:before {
    content: '';
    display: block;
    padding-top: 56.25%;
    width: 100%;
}
.video-section .demo-video iframe {
    position: absolute;
    width: 100%;
}
.video-section .demo-video img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.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: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.play-anim-ico {
    background-image: url(../svg/play-video-34.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 25vw;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
}
/*******************/
.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 .heading-area {
    margin-bottom: 20px;
}
.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;
}
/*******************************************/
.inq_form {
    width: 100%;
    display: block;
    background-color: #f8f8f8;
    position: relative;
    padding: 20px 0 30px;
    z-index: 0;
    margin-bottom: 30px;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
    background-color: var(--theme);
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: 'Exo 2';
}
.inq_form form input:hover[type=submit] {
    background-color: var(--theme-dark);
}
.inq_form .head-style {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 6px 0;
    color: #191919;
}

/*.inq_form .head-style:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 3px;
    background-color: #f76a00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}*/
.inq_form .heading-area {
    margin-bottom: 15px;
    text-align: left;
    align-items: flex-start;
}
.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}
.inq_form .box-shadow {
    margin-top: 15px;
    width: 100%;
}
.inq_form .box-shadow ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.inq_form .box-shadow ul li {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
    padding: 20px 30px 30px 30px;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    background-color: #fff;
}
.enquire_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form .input-row-flow {
    margin-bottom: 16px;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
.inq_form .input-row-flow .g-recaptcha {
    margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
    margin: 0px;
    border: 1px solid #ddd;
    background: #FFF;
    font-size: 16px;
    color: #292929;
    padding: 9px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: var(--theme);
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: #0aa571;
}
.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
    text-align: center;
}
.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}
.about-section-of {
  float: left;
  /* margin-top: -67px; */
  width: 100%;
}

.about-section-of-inner {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}
.about-section-of .about-section-of-inner .footer-toggle-btn {
  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;
  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;
}
.about-section-of .about-section-of-inner .footer-toggle-btn:hover {
    background-color: var(--theme-dark);
}
.about-section-of .about-section-of-inner .footer-toggle-btn: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 .about-section-of-inner .footer-toggle-btn.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: justify;
    padding: 40px 0;
    background-color: #f8f8f8;
    display: none;
}
.about-section-of-data .about-section-of-inner {
text-align: unset;
}
.about-section-of-data p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.box-rows h5, .box-rows h3 {
    font-size: 21px;
    margin-bottom: 5px;
    position: relative;
    font-weight: bold;
}
.about-section-of h6 {
  font-size: 23px;
  text-transform: unset;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.box-rows ul {
  list-style: none;
  padding-left: 0;
}

.box-rows ul li {
  margin-bottom: 14px;
  font-size: 15px;
  color: #666;
  padding: 0 0 0 18px;
  font-weight: 500;
  position: relative;
}
.box-rows {
    margin-bottom: 25px;
}
.box-rows ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: var(--theme);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.box-rows h6 {
    font-size: 21px;
    margin-bottom: 5px;
    position: relative;
}
.sub-boxess strong {
    font-size: 19px;
    margin-bottom: 3px;
    position: relative;
    font-weight: 600;
    display: block
}
.sub-boxess {
    padding-left: 20px;
    margin-bottom: 15px;
}
.sub-boxess strong:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--theme);
    border-radius: 50%;
    left: -22px;
    top: 10px
}
.sub-boxess:last-child{
    margin-bottom: 0;
}
.box-rows{
    margin: 0;
}
/**************************************************/
.faq {
    background-color: #f8f8f8;
    padding: 40px 0;
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.faq_list li {
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 0 10px 0;
    background: #fff;
}
.faq_list li strong {
    font-size: 20px;
    line-height: normal;
    display: block;
    margin: 0  0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    border-radius:12px 12px 0 0;
    background: var(--theme-light);
    -webkit-border-radius:12px 12px 0 0;
    -moz-border-radius:12px 12px 0 0;
    -ms-border-radius:12px 12px 0 0;
    -o-border-radius:12px 12px 0 0;
}
.faq_list li p{
    padding: 0 20px ;
}
/**************************************************/
@media screen and (max-width:1366px) {
    .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 .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;
}
    /***************************************/
    .demolinks {
        padding: 6vw;
    }
    .demo-links-row .links-column {
        width: 33.333%;
    }
    /***************************************/
    .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:1120px){
    .covid.invert h2, .covid.invert h4, .covid.invert h3, .covid.invert h1, .provide .heading-area strong {
        font-size: 20px;
    }
    .covid.invert h2 strong,
    .covid.invert h3 strong,
    .covid.invert h4 strong,
    .provide .heading-area h3,
    .provide .heading-area h4,
    .provide .heading-area h2,
    .provide .heading-area h1 {
        display: block;
        font-size: 30px;
        font-weight: 600;
    }
    .client-reviews .button-part a, .screens-inner .button-part a {
        font-size: 22px;
        padding: 12px 20px 15px;
    }
    .demo-links-row .links-column ul li a img {
        max-width: 100%;
    }
}
@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;
    }
    /*********************************************/
    /*********************************************/
    .deliveryvideos ul li {
        width: 25%;
    }
    /*********************************************/
}
@media screen and (max-width:991px) {
    .banner-left,
    .banner-right {
        width: 100%;
        margin: 0;
    }
    .banner-right {
        margin-top: 30px;
    }
    .banner-right img {
        width: auto;
        max-width: 100%;
    }
    .banner .h1 {
        font-size: 35px;
    }
    /**********************************************/
    /**************************************/
    .covid h1 {
        font-size: 30px;
    }
    .covid h1 strong {
        font-size: 46px;
        margin-bottom: 15px;
    }
    .covid h3 {
        font-size: 40px;
    }
    .covid-right-last {
        width: 100%;
        text-align: center;
        display: block;
        padding: 0;
    }
    .covid-right {
        padding: 40px 0 20px 0;
    }
    .covid-left {
        display: block;
        text-align: center;
    }
    .covid.invert {
        padding: 40px 0 0 0;
    }
    .covid.invert .covid-right {
        width: 100%;
        margin: 35px 0 0 0;
        padding: 0;
    }
    .covid.invert .covid-left {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }
    .covid.invert .covid-left:after {
        width: 100%;
    }
    .covid.invert .covid-left:after,
    .covid.invert.reverse .covid-left:after {
        left: -15px;
        right: -15px;
        width: auto;
        bottom: -40px;
    }
    .covid.invert h3 strong, .covid.invert h4 strong, .covid.invert h1 strong, .covid.invert h2 strong {
        font-size: 45px;
    }
    .covid.invert h2, .covid.invert h3, .covid.invert h4, .covid.invert h1 {
        font-size: 20px;
    }
    .covid.invert .covid-left img {
        margin: 0;
    }
    .covid.invert.reverse .covid-inner {
        flex-direction: column-reverse;
    }
    .covid.invert.reverse {
        margin-top: 50px;
    }
    .covid.invert.reverse .covid-right {
        padding: 0;
    }
    .covid a.covid-block-img {
        margin: 0;
    }
    /*****************************************************/
    /*****************************************************/
    .features ul li {
        width: calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -o-calc(50% - 15px);
    }
    .features ul li .sep {
        display: none;
    }
    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 30px;
    }
    .heading-area strong {
        font-size: 18px;
    }
    /**************************************/
    .provide {
        margin-bottom: 0;
        position: relative;
        zoom: 0;
        background-size: cover;
    }
    .provide ul {
        margin-left: 0;
    }
    .provide p {
        max-width: 100%;
    }
    .provide-left {
        width: 100%;
    }
    .provide-right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .provide-left .heading-area {
        text-align: center;
    }
    .provide-left .heading-area .header-sep {
        margin-left: auto;
    }
    .provide:after {
        display: none;
    }
    .provide-inner {
        position: relative;
    }
    .green-part-inner ul li {
        padding: 0;
    }
    /**************************************/
    .TABROW .TAB {
        margin-bottom: 20px;
    }
    .screens ul li {
        width: 50%;
    }
    .screens ul li {
        margin-bottom: 20px;
    }
    /**************************************/
    .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;
    }
    /**************************************/

    .flowbanner a {
        bottom: -30px;
        left: 5.6%;
        padding:10px 17px;
        font-size: 20px;
        position: relative;
    }
    /**************************************/
    .demolinks {
        padding: 50px 0;
    }
    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;
    }
    /**************************************/
    /***************************************/
    .front-end-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .front-end-right {
        width: 100%;
    }
    /**************************************/
    .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;
    }
    /****************************************/
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        text-align: left;
        align-items:center;
    }
    /****************************************/
     .deliveryvideos ul li {
        width: 33.33%;
    }
    /****************************************/
    .package-banner-main > h3,
    .video-section h3 {
        font-size: 32px;
    }
    .banner-bottom-part .package-banner-inner {
        display: block;
    }
    .client-reviews ul li {
        width: 33.33%;
    }
    .client-reviews ul li.morereview a {
        font-size: 23px;
        line-height: 28px;
    }
    .client-reviews ul li a::after {
        width: 37px;
        height: 37px;
        background-size: 33px;
    }
    /****************************************/
}
@media screen and (max-width:767px) {
    .client-reviews ul li.morereview a {
        font-size: 18px;
        line-height: 22px;
    }
    .heading-area h2, .heading-area h3, .heading-area h4, .heading-area h5 {
        font-size: 28px;
    }
    .banner .h1 {
        font-size: 30px;
    }
}
@media screen and (max-width:630px) {
    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 28px;
    }
    .heading-area strong {
        font-size: 16px;
    }
    .covid.invert h2 strong, .covid.invert h3 strong, .covid.invert h4 strong, .covid.invert h5 strong, .covid.invert h1 strong {
        font-size: 35px;
    }
    .covid.invert h2, .covid.invert h3, .covid.invert h4, .covid.invert h1, .covid.invert h5 {
        font-size: 18px;
    }
    /**************************************/
    .order ul li {
        width: 100%;
        margin-bottom: 80px;
    }
    /**************************************/
    .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;
    }
    /**************************************/
    .client-reviews ul li.morereview a {
        font-size: 15px;
        line-height: 19px;
    }
    .client-reviews ul li.morereview a {
        font-size: 13px;
        line-height: 15px;
    }
    .client-reviews ul li {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 18px;
    }
    .client-reviews ul li a {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .client-reviews ul li img {
        border-radius: 6px;
    }
    .client-reviews ul li.morereview a:before {
        border-radius: 5px 0 0 0 ;
        -webkit-border-radius: 5px 0 0 0 ;
        -moz-border-radius: 5px 0 0 0 ;
        -ms-border-radius: 5px 0 0 0 ;
        -o-border-radius: 5px 0 0 0 ;
    }
    .client-reviews ul li.morereview a:after {
        border-radius: 0 0 5px 0 ;
        -webkit-border-radius: 0 0 5px 0 ;
        -moz-border-radius: 0 0 5px 0 ;
        -ms-border-radius: 0 0 5px 0 ;
        -o-border-radius: 0 0 5px 0 ;
}
    /****************************************/
    .work-process ul li {
        width: 100%;
    }
    /*****************************************/
    .deliveryvideos ul li {
        width: 50%;
    }

    /*****************************************/
    .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;
    }
    .cost-block span {
        font-size: 40px;
    }
    .cost-block strong {
        font-size: 62px;
    }
    /*****************************************/
    .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);
    }
    /*****************************************/
    .inq_form .box-shadow ul li:last-child {
        padding: 10px 20px 20px 20px;
        box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
        border-radius: 20px;
        background-color: #fff;
    }
    .inq_form-left, .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .screens ul li {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .advanced ul li {
        width: 100%;
        padding: 0;
    }
    /******************************/
    /*******************************/
    .features ul li {
        width: 100%;
        padding: 0;
    }
    .about-section-of .about-section-of-inner .footer-toggle-btn {
        padding: 15px;
        font-size: 18px;
        border-radius: 12px 12px 0 0;
    }
    .client-reviews .button-part a, .screens-inner .button-part a {
        font-size: 18px;
        padding: 12px 15px 15px;
    }
    .demolinks {
        padding: 40px 0 30px 0;
    }
    .heading-area h3, .heading-area h4, .heading-area h5 {
        font-size: 25px;
    }
    .about-section-of {
        border-bottom: 1px solid #ccc;
    }
}