@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }

    50% {
        opacity: .5
    }

    70% {
        opacity: .09
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
.play-anim-ico {
    background-image: url(../svg/play-video-46.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;
}
img {
  /*  image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;*/
    max-width: 100%;
}
p {
    line-height: 25px;
    font-size: 15px;
    margin: 0 0 20px 0;
    color: #666;
    text-align: justify;
    font-weight: 400;
}
.company-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
/************************************/
.banner {
    padding: 50px 0px 0;
    position: relative;
    z-index: 1;
    z-index: 0;
}
.banner:after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../svg/banner-bg-2.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: auto 100%;
    z-index: -1;
    width: 692px;
    height: 100%;
}
@media screen and (min-width:1900px) {
    width: 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: 620px;

}
.banner-left {
    width: calc(100% - 650px);
    width: -o-calc(100% - 650px);
    width: -ms-calc(100% - 650px);
    width: -moz-calc(100% - 650px);
    width: -webkit-calc(100% - 650px);
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-end;
}
.banner-left img {
    max-width: inherit;
    width: 40vw;
}
.banner h1 {
    font-size: 46px;
    font-weight: bold;
    color: #42d0f1;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1em;
}
.banner .strong {
    font-size: 24px;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 15px;
}
.button-part {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 15px;
}
.button-part.center{
    text-align: center;
}
.button-part a {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 30px 15px;
    border-radius: 5px;
    width: auto;
    min-height: auto;
    line-height: 24px;
    margin: 0 10px 0px 0px;
    background-color: #41d0f2;
    color: #fff;
    display: inline-block;
}
.button-part a:hover {
    background-color: #00a0c6;
    color: #fff;
}

/************************************/
/************************************/
.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;
    align-items: center;
}
.covid-left {
    width: 28.5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    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 h4 strong,
.covid h3 strong,
.covid h2 strong {
    display: block;
    font-weight: 800;
    color: #03acef;
    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;
    max-width: 100%;
    min-height: 100%;
}
.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;
}
.banner ~ .covid.invert {
    background-color: #f8f8f8;
}
.banner + .covid.invert {
    background-color: #fff;
}

.covid.invert .covid-inner {
    flex-direction: row-reverse;
}

.covid.invert .covid-right {
    padding: 0 60px 0 0;
    width: calc(100% - 540px);
    width: -o-calc(100% - 540px);
    width: -ms-calc(100% - 540px);
    width: -moz-calc(100% - 540px);
    width: -webkit-calc(100% - 540px);
}
.covid.invert .covid-left {
    width: 537px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 0;
    border: 5px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.10);
}
.covid.invert {
    background-image: none;
    overflow: hidden;
}
.covid.invert h1, .covid.invert h2, .covid.invert h3, .covid.invert h4 {
    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: 52px;
    font-weight: bold;
}
.covid.invert {
    padding: 40px 0;
    margin-top: 45px;
}
.covid.invert .covid-left .play-anim-ico {
    bottom: 30px;
    left: 30px;
    margin: 0;
    top: auto;
    right: auto;
}
/************************************/
.covid.invert.reverse .covid-left:after {
    right: 27%;
    left: auto;
}
.covid.invert.reverse .covid-right {
    padding: 0 0 0 60px;
}
.covid a.covid-block-img {
    padding: 0;
    position: relative;
    background-color: transparent;
    display: inline-block;
}
.covid.invert.reverse .covid-left img {
    margin: 0;
}
/************************************/
/****************************************/
.deliveryvideos {
    padding: 40px 0 20px 0;
    background-color: #42d0f1;
}
.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-8.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: #42d0f1;
    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;
}
/****************************************/
/************************************************/
.client-section-middle .heading-area h3 {
    margin-bottom: 0;
    line-height: normal;
}
.client-section img {
    max-width: 100%;
}
.client-section-middle .heading-area {
    margin-bottom: 20px;
}
.client-section-inner {
    width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
}
.client-section-left,
.client-section-right {
    width: 31.2%;
    position: relative;
}
.client-img-hold {
    position: relative;
    display: block;
}
.client-section-middle {
    width: 37%;
    padding: 0 35px;
    text-align: justify;
    box-sizing: border-box;
}
.client-section-left .client-img-hold:before {
    width: 111px;
    height: 262px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 21px #42d0f1;
    z-index: -1;
}
.client-section-right .client-img-hold:after {
    width: 111px;
    height: 262px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 21px #42d0f1;
    z-index: -1;
}
.client-section p {
    line-height: 23.2px;
    color: #373737;
    font-weight: 400;
}
.client-section {
    padding: 80px 0 50px 0;
}
.client-section-left .play-anim-ico,
.client-section-right .play-anim-ico {
    bottom: 30px;
    left: 30px;
    margin: 0;
    top: auto;
    right: auto;
}
/*****************************************/
/************************************/
.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;
}
.heading-area {
    text-align: center;
}
.heading-area strong {
    text-transform: uppercase;
    font-size: 20px;
    color: #42d0f1;
    font-weight: 600;    display: block;
}
.heading-area .header-sep {
    width: 38px;
    display: block;
    margin: 15px auto 0 auto;
}

.heading-area h1,
.heading-area h2,
.heading-area h3,
.heading-area h4,
.heading-area h5 {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 6px 0;
    color: #191919;
}
/****************************************/
/****************************************/
.features {
    padding: 30px 0 50px 0;
    position: relative;
    background-color: #e3faff;
}
.features .light-shape {
    position: absolute;
    left: -10px;
    bottom: 50px;
    z-index: -1;
}
.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;
    margin: 0 -18px;
}
.features ul li {
    margin: 36px 0 0px 0px;
    width: 33.333%;
    position: relative;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.fet-caption {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.fet-caption:hover{
    border-radius: 0px;
}
.fet-caption::after {
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: #41d0f2;
    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%);
    opacity: 0;
}
.fet-caption:hover::after {
    opacity: 1;
}
.features ul li .fet-caption img {
    max-width: 100%;
}

/**************************************/
.provide {
    padding: 50px 0px;
    position: relative;
    background: #e4faff;
}
.provide-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.provide-left {
  width:49%;
}
.provide-right {
  width: 44.2%;
  text-align: center;
}
.provide-right img {
    max-width: 450px;
    margin: 0 auto;
}
.provide-left .heading-area {
  text-align: left;
  margin-bottom: 22px;
}
.provide-left .heading-area .header-sep {
  margin-left: 0;
}
.provide p {
    margin-bottom: 18px;
    max-width: 846px;
    display: block;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}
.provide ul li {
    font-size: 14px;
    list-style: none;
    padding-left: 21px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 500;
}
.provide ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #42d0f1;
    border-radius: 50%;
    left: 0;
    top: 6px;
}
.provide .heading-area strong {
    color: #fff;
}
/**************************************/
.howitworks {
    padding: 50px 0;
    position: relative;
    float: left;
    width: 100%;
}
.howitworks .heading-area {
    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: 20px auto;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
}
.howitworks ul li {
    line-height: 23.2px;
    color: #373737;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding-left: 21px;
    margin-bottom: 14px;
    text-align: justify;
}
.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: #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(../png/wave-2.png);
    left: 80%;
    top: 62px;
}
.work-process ul li:first-child:after,
.work-process ul li:last-child:after {
    display: none;
}
/**************************************/
/**************************************/
.screens {
    padding: 45px 0;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 35px 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;
    border-radius: 5px;
    margin: 0 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;
}
.TABROW .TAB.active {
    background-color: #42d0f1;
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 30px;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    max-width: 100%;
}
.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: #42d0f1;
    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: #1b91ac;
}
/**************************************/
.flowbanner {
    background-color: #e4faff;
    position: relative;
    background-image: url(../png/flowbanner-top.png),url(../index-94.html);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
}
.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: #42d0f1;
    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: #1b91ac;
}
.flow-banner-caption {
    position: absolute;
    top: 8%;
    max-width: 620px;
}
.flow-banner-caption h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}
.flow-banner-caption h3 span {
    font-size: 24px;
    display: block;
    text-transform: capitalize;
}
.flow-banner-caption p {
    font-size: 18px;
    line-height: 25px;
}
/**************************************/
.demolinks {
    padding:50px 0px;
    background:#41d0f2;
    position: relative;
    background-image: -moz-linear-gradient( 45deg, rgb(0,123,152) 0%, rgb(65,208,242) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(0,123,152) 0%, rgb(65,208,242) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(0,123,152) 0%, rgb(65,208,242) 100%);
}

.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks .heading-area h3 {
    color: #fff;
}
.demolinks .heading-area strong {
    color: #fff;
}
.demo-links-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 15px 0 0 0;
}
.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 {
    width: 25%;
}
.demo-links-row .links-column ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 8px;
    justify-content: center;
}
.demo-links-row .links-column ul li {
    margin: 0 5px 18px 5px;
    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;
}
.demo-links-row .links-column ul li:last-child {
    margin-bottom: 0;
}
.demo-links-row .links-column ul li a {
    display: block;
}
.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;
}
/**************************************/
.advanced {
    padding: 45px 0 50px 0;
}
.advanced p {
    text-align: center;
}
.advanced-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.advanced-row {
    display: none;
    flex-wrap: wrap;
}
.advanced-row.active {
    display: flex;
}
.advanced-left {
    width: 49%;
    padding-right:15px;
    box-sizing: border-box;
    text-align: center;
}
.advanced-left.userside {
    display: flex;
    align-items: center;
    justify-content: center;
}
.advanced-left.userside img {
    width: 100%;
}
.advanced-left img {
    max-width: 540px;
    max-height: 437px;
}
.advanced-right {
    width: 50%;
}
.advanced-right img {
    max-width: 100%;
}
.advanced ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.advanced ul li {
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 54px;
}
.advanced ul li i img {
    height: 35px;
}
.advanced ul li i {
    display: inline-block;
}
.advanced ul li strong {
    display: block;
    font-weight: 300;
    margin-top: 10px;
}
.advanced b {
    display: block;
    font-weight: 400;
    margin: 20px 0 30px 0;
    text-align: center;
    font-size: 16px;
    color: #1f1f1f;
    line-height: 28px;
}
.advanced .TABROW .TAB {
    box-shadow: none;
    border-radius: 0;
    color: #4a4a4a;
    font-weight: 500;
    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: #42d0f1;
    position: absolute;
}
/**************************************/
.pricing {
    padding: 60px 0 60px 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 {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 28px;
}
.pricing .heading-area {
    margin-bottom: 35px;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: #42d0f1;
    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: 75px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.pricing .get-quote:hover {
    background-color: #1b91ac;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.torn-pricing:after {
    content: '';
    position: absolute;
    top: 100%;
    width: auto;
    height: 60px;
    background-image: url(../png/torn-paper-7.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -1px;
    pointer-events: none;
}

/**************************************/
/********************************clients stylesheet start***********************************/
.client-reviews {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e4faff;
  position: relative;
}
.client-reviews .text-center {
  text-align: center;
}
.client-reviews .heading-area {
  margin-bottom: 30px;
}
.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: #db4a9c;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}
.client-reviews a.client-reviews-btn:hover {
  background-color: #8f2260;
}
.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: 0;
}
.client-reviews ul li {
  width: 25%;
  margin: 0 0 30px 0;
  padding: 0 15px;
}
.client-reviews ul li img {
  width: 100%;
  border-radius: 18px;
  vertical-align: top;
}
.client-reviews ul li a {
  position: relative;
  display: inline-block;
  /* padding: 8px; */
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  vertical-align: top;
  border: 0;
}
.client-reviews ul li a::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  background-image: url(../svg/play-black-8.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  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 {
    min-height: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #41d0f2;
    color: #fff;
    padding: 15px;
    text-align: center;
    border: 0;
}
.client-reviews ul li.morereview a:hover{
    background-color:#00a0c6;

}
.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;
    box-shadow:none;
    background: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;
}

.heading-area .heading2{
    font-size: 18px;
    font-weight: 500;
}
.client-reviews .button-part a, .screens-inner .button-part a {
    font-size: 40px;
    padding: 20px 50px 25px;
    border-radius: 5px;
}
.client-reviews .button-part {
    padding-top: 0;
    text-align: center;
}
/*********************************/
.webscreens {
    padding:50px 0 120px 0;
}
.webscreens .slick-slide img {
    max-width: 100%;
    display: inline-block
}
.webscreens.admin-panel {
    background-color: #e8e8e8;
    padding: 40px 0 130px 0;
    position: relative;
}
.webscreens-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.webscreens ul {
    list-style: none;
    margin-top: 35px;
}
.web-caption strong {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px;
    text-align: center;
    margin-top: 30px;
}
.webscreens ul li .image-holder {
    width: 1225px;
    background-color: #ddd;
    border-radius: 15px;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.31);
}
.webscreens ul .slick-arrow {
    position: absolute;
    bottom: -70px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0  0 0 1px #42d0f1 inset;
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.webscreens ul .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url(../index-94.html);
}
.webscreens ul .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background-image: url(../index-94.html);
}
.webscreens .slick-list {
    overflow: visible;
}
.webscreens .slick-slide {
    margin: 0 15px;
}
/**************************************/

  .play-anim-ico {
    background-image: url(../svg/play-video-46.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 {
    color: #fff;
}
.package-banner h3 {
    font-size: 99px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.cost-block span {
    font-size: 49px;
    color: #dddddd;
    font-weight: 600;
    display: inline-block;
    position: relative;
    min-width: 175px;
}
.cost-block span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../index-94.html);
    background-position: center center;
    background-repeat: no-repeat;
}
.cost-block strong {
    color: #ff9e06;
    font-size: 73px;
    font-weight: 700;
    display: block;
    margin-top: -10px;
}
.package-banner h3 strong {
    font-weight: 500;
    font-size: 31px;
    display: block;
}
.subtitle {
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px;
}
.subtitle span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25.4px;
    display: block;
    margin-top: 6px;
}
.package-banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.package-banner p {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 25.4px;
}
.banner-bottom-part {
    position: relative;
    padding: 45px 0 48px 0;
}
.banner-bottom-part:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: #323232;
    left:0;
    top:0;
    pointer-events: none;
}
.banner-bottom-part:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: #1c1c1c;
    right:0;
    top:0;
    pointer-events: none;
}
.banner-bottom-part .package-banner-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.package-banner-left:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 100%;
    background-image: url(../index-94.html);
    right: -50px;
    top: 0;
    pointer-events: none;
}
.package-banner-left {
    width: 407px;
    position: relative;
    background-image: url(../index-94.html);
    text-align: center;
    padding: 0 72px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:0px 30px 20px 30px;
}
.package-banner-right {
    width: calc(100% - 420px);
    width: -o-calc(100% - 420px);
    width: -ms-calc(100% - 420px);
    width: -moz-calc(100% - 420px);
    width: -webkit-calc(100% - 420px);
    background-image: url(../index-94.html);
    padding:20px 40px 25px 88px;
    display: flex;
    flex-wrap: wrap;
}
.package-banner-left ul {
    padding-right: 55px;
}
.package-banner-right ul {
    width: 50%;
}
.package-banner ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    color: #e4e4e4;
    padding-left: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 20px;
}
.package-banner ul li:last-child {
    margin-bottom: 0;
}
.package-banner ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ff9e06;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 6px;
}
.cost-block {
    position: relative;
}
.package-banner-right a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 32px;
    background-color: #ff9e06;
    border-radius: 5px;
    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;
}
.text-center.full {
    margin-top: 25px;
    font-size: 0;
}
.text-center.full a {
    margin: 0 8px 10px 8px;
}
.package-banner-right a:hover {
    background-color: #e99a1b;
}
.package-banner-left b {
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: capitalize;
}
.full {
    width: 100%;
}
.package-banner-main {
    background-color: #e4faff;
    padding: 40px 0 50px 0;
}
.package-banner-main img {
    max-width: 100%;
}
.package-banner-main .heading-area {
    margin-bottom: 20px;
}
.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;
}
.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;
  }
/**************************************************/
@media screen and (max-width:1400px) {
    .banner h1 {
        font-size: 46px;
    }
    .banner h1 span {
        margin-top: -20px;
    }
}
@media screen and (max-width:1366px) {
    .banner h1 {
        font-size: 50px;
    }
    .banner h1 span {
        margin-top: -20px;
    }
    .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: 40px;
    }
    .banner h1 span {
        margin-top: 0px;
    }
    /************************************/
    .package-banner-left,.package-banner-right {
        background-size: cover;
    }
    /************************************/
    .flowbanner a {
        position: absolute;
        bottom: 17%;
        left: 5.6%;
        background-color: #353535;
        font-size: 1.8vw;
        color: #f7b41b;
        padding: 1.5% 2%;
        border-radius: 33px;
        min-width: 31.2%;
        text-align: center;
    }
    /***************************************/
    .demolinks {
        padding: 6vw;
    }
    .demolinks:before {
        border-top: 4vw solid  #FFF;
    }
    .demolinks:after {
        border-bottom: 4vw solid  #FFF;
    }
    /***************************************/
    .work-process ul li:after {
        display: none;
    }
    /***************************************/
    .flow-banner-caption h3 {
        font-size: 3.1vw;
        margin-bottom: 1.5vw;
    }
    .flow-banner-caption {
        max-width: 48vw;
    }
    .flow-banner-caption h3 span {
        font-size: 2vw;
    }
    .flow-banner-caption p {
        font-size: 1.3vw;
        line-height: 2vw;
    }
}
@media screen and (max-width:1120px){

    .client-reviews .button-part a, .screens-inner .button-part a {
        font-size: 24px;
        padding: 12px 50px 15px;
    }
    .demo-links-row .links-column {
        margin-bottom: 35px;
        width: 33.333%;
    }
}
@media screen and (max-width:1024px) {
    .banner-left,
    .banner-right {
        width: 100%;
        margin: 0;
    }
    .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:1024px) {
    .banner {
        padding: 50px 0 30px 0;
        background-image: -moz-linear-gradient( 90deg, rgb(227,250,255) 0%, rgb(255,255,255) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(227,250,255) 0%, rgb(255,255,255) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(227,250,255) 0%, rgb(255,255,255) 100%);
    }
    .banner-right {
        margin-top: 30px;
    }
    .banner-left img {
        max-width: 100%;
        width: auto;
    }
    .banner p {
        font-size: 16px;
        line-height: 26px;
    }
    .banner::after {
        display: none;
    }
    /**********************************************/
    /**************************************/
    .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: 30px 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 h2 strong {
        font-size: 45px;
    }
    .covid.invert h2 {
        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;
    }
    /*****************************************************/
    .client-section-left, .client-section-right,.client-section-middle {
        width: 100%;
    }
    .client-img-hold {
        display: inline-block;
    }
    .client-section-middle {
        text-align: center;
        margin: 30px 0;
        padding: 0;
    }
    /*****************************************************/
    .features ul li {
        width: 50%;
        margin: 0 0 35px 0;
    }
    .features ul li .sep {
        display: none;
    }
    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 30px;
    }
    .heading-area strong {
        font-size: 18px;
    }
    .features ul {
        margin-top: 36px;
    }
    /**************************************/
    .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 {
        padding: 40px 0 45px 0;
    }
    .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;
    }
    /**************************************/
    .pricing .clipart {
        display: none;
    }
    .pricing .get-quote {
        margin-top: 50px;
    }
    /**************************************/
    .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;
    }
    /**************************************/
    /**************************************/

    /**************************************/
    .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;
    }
    /**************************************/
    /****************************************/
     .deliveryvideos ul li {
        width: 33.33%;
    }
    /****************************************/
    .package-banner-main > h3{
        font-size: 32px;
    }
    .banner-bottom-part .package-banner-inner {
        display: block;
    }
    .package-banner-left {
        width: 100%;
        padding:30px 40px 40px 40px;
    }
    .cost-block {
        top: auto;
        margin: 25px 0;
    }
    .package-banner-right {
        width: auto;
        margin-top: 20px;
        padding: 60px 20px 20px 20px;
    }
    .package-banner-right ul {
        padding-left: 0;
    }
    .banner-bottom-part:before {
        width: 100%;
    }
    .banner-bottom-part:after {
        display: none;
    }
    .package-banner-left:after {
        background-image: url(../index-94.html);
        width: 100%;
        height: 90px;
        background-repeat: repeat-x;
        left: 0;
        bottom: -51px;
        top: auto;
    }
    .package-banner-left ul {
        padding-right: 0;
    }
    .subtitle {
        padding: 0;
    }
    .package-banner-left b {
        margin-top: 30px;
    }
    /****************************************/
      .client-reviews ul li {
        width: 33.33%;
    }
}
@media screen and (max-width:630px) {
    .banner h1 {
        font-size: 30px;
    }
    .banner .strong {
        font-size: 18px;
        line-height: 24px;

    }
    .features ul li {
        width: 100%;
        padding: 0;
    }
    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 28px;
    }
    .heading-area strong {
        font-size: 16px;
    }
    .covid.invert h2 {
        font-size: 18px;
    }
    .covid.invert h2 strong {
        font-size: 35px;
    }
    /**************************************/
    .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;
    }
    /**************************************/
    /****************************************/
    .work-process ul li {
        width: 100%;
    }
    /*****************************************/
    .deliveryvideos ul li {
        width: 50%;
    }
    /*****************************************/
    .package-banner-main > 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: 33.333%;
    }
    .demo-links-row .links-column ul li a img {
        max-width: 100%;
    }
    .demo-links-row strong {
        font-size: 16px;
    }
    .demo-links-row .links-column ul {
        margin: 0 0 20px 0;
    }
    /*****************************************/
}
@media screen and (max-width:480px) {
    .screens ul li {
        width: 100%;
        padding: 0;
    }
    .advanced ul li {
        width: 100%;
        padding: 0;
    }
    /******************************/
    .demo-links-row .links-column {
        margin-bottom: 10px;
    }
    .demo-links-row .links-column ul li {
        margin-bottom: 10px;
    }
    /*******************************************/
      .client-reviews ul li {
          width: 50%;
          padding: 0 8px;
      }
}

/*******************************************/
.inq_form {
    width: 100%;
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 20px 0 30px;
    z-index: 0;
    float: left;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 30px 13px 30px;
    background-color: #42d0f1;
    border-radius: 5px;
    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;
}
.inq_form form input:hover[type=submit] {
    background-color: #1b91ac;
}
.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: #fd585c;
    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: #bf0000;
}
.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;
}

@media screen and (max-width:991px) {
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        text-align: left;
        align-items:center;
    }
    .client-reviews ul li.morereview a {
        font-size: 19px;
        line-height: 26px;
    }
}

@media screen and (max-width:630px) {
    .inq_form-left, .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }


}

@media screen and (max-width:480px) {
    .client-reviews ul li.morereview a {
        font-size: 14px;
        line-height: 20px;
    }
    .client-reviews ul li a {
        padding: 0px;
        border-radius: 8px;
        border: 0;
    }
    .client-reviews ul li a img{
        border-radius: 8px;
    }

    .client-reviews ul li a::before {
       width: 40px;
       height: 40px;
       background-size: 30px;
    }
}
