* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

.heading-area {
    text-align: center;
    margin-bottom: 15px;
}

.heading-area.left {
    text-align: left;
}

.heading-area .heading-style {
    font-size: 45px;
    line-height: 45px;
    display: block;
    width: 100%;
    margin-top: -8px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.heading-area.white>* {
    color: #fff;
}

.heading-area>* {
    text-align: center;
}

.heading-area.left>* {
    text-align: left;
}

.mainWrapper {
    margin: 80px 0 0 0;
}

.mainWrapper>* {
    padding: 45px 0;
}

.banner h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #ff6c6c;
    margin-top: 0;
    font-weight: 800;
    line-height: 49px;
    margin-bottom: 0;
}

.banner h1 span {
    color: #000;
    font-weight: 600;
    display: inline;
}

.banner b {
    font-size: 26px;
    line-height: normal;
    font-weight: 600;
    display: block;
    margin: 0 0 15px 0;
}

.banner h1 strong {
    color: #000;
    font-size: 62px;
    display: block;
}

.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.banner img {
    max-width: initial;
}

.banner-left {
    width: 41.4%;
    position: relative;
}

.banner-right {
    width: 54.4%;
}

.banner-right p:last-child {
    margin-bottom: 0;
}

.banner.gradient {
    background: #ff6e00;
    background: -moz-linear-gradient(-45deg, #ff6e00 0%, #f3aa00 100%);
    background: -webkit-linear-gradient(-45deg, #ff6e00 0%, #f3aa00 100%);
    background: linear-gradient(135deg, #ff6e00 0%, #f3aa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e00', endColorstr='#f3aa00', GradientType=1);
}

.banner.gradient h1,
.banner.gradient p {
    color: #fff;
}
.common-button img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.common-button {
    background-color: #ff6c6c;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 13px 10px;
    color: #fff;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 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;
}
.common-button:hover {
    background-color: #b83838;
    color: #fff;
}
.common-button.btn-color1 {
    background-color: #0c8ee4;
}
.common-button.btn-color1:hover,
.common-button.btn-color1:focus {
    background-color: #0976be;
}
.common-button.btn-color2 {
    background-color: #FE9B00;
}
.common-button.btn-color2:hover,
.common-button.btn-color2:focus {
    background-color: #c07a24;
}
.common-button.btn-color3 {
    background-color: #0fb158;
}
.common-button.btn-color3:hover,
.common-button.btn-color3:focus {
    background-color: #0a8d45;
}
/************************************/
/************************************/
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.flowmap ._IMAGE_ {
    position: relative;
}

.flowmap ._IMAGE_::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 50.6%;
}

.flowmap ._IMAGE_ img {
    position: absolute;
    left: 0;
    top: 0;
}

/* ------------------------------------- */
.features {
    background: #ffeeee;
}

.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;
    justify-content: center;
    row-gap: 20px;
}

.features ul li {
    width: 33.33%;
    position: relative;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.features ul li .fet-heading {
    margin-bottom: 15px;
}

.features ul li .fet-heading i img {
    height: 70px;
    width: 70px;
    display: inline-block;
    margin: auto;
}

.features ul li .fet-heading i {
    margin: 0 auto 10px auto;
    display: flex;
    flex-direction: column;
}

.features ul li .fet-heading strong {
    font-weight: 600;
    font-size: 24px;
    color: #ff6c6c;
    line-height: 30.4px;
    display: block;
}

.features ul li p {
    font-size: 16px;
    line-height: 25px;
    color: #525252;
    margin-bottom: 0;
}

.fet-inner-block {
    padding: 25px 15px;
    background-color: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
    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;
}

/* ------------------------------------- */
.pricing {
    position: relative;
    z-index: 1;
}

.torn-pricing {
    position: relative;
}

.torn-pricing::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 41.57%;
}

.pricing img {
    position: absolute;
    left: 0;
    top: 0;
}

.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.pricing .get-quote {
    font-size: 22px;
    background-color: transparent;
    font-weight: 600;
    color: #fff;
    background: #ff6c6c;
    padding: 17px 40px 19px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 5.5%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pricing a {
    margin: 0 10px 10px 10px;
}

.pricing .get-quote:hover {
    background-color: #b83838;
    color: #fff;
}

.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(torn-paper-32.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 1;
    margin-top: -1px;
    pointer-events: none;
}

.pricing [data-toggle="popup"] {
    padding: 14px 40px 17px 40px;
    font-size: 22px;
}

.support {
    background: #ffeeee;
}

.support-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.support ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -10px;
    row-gap: 25px;
}

.support ul li {
    padding: 0 15px;
    width: 33.33%;
    text-align: center;
}

.support ul li strong {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #ff6c6c;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 10px 0px;
}

.support ul li p {
    color: #3a3a3a;
    margin: auto;
    text-align: center;
}

.support ul li p:last-child {
    margin-bottom: 0;
}

.support-caption {
    padding: 30px 7.5%;
    background-color: #fff;
    min-height: 100%;
    border-radius: 20PX;
}

.support ul li:last-child .support-caption {
    border-right: none;
}

.support ul li .support-caption .image {
    position: relative;
    margin: 0 auto 20px auto;
    max-width: 341px;
    width: 100%;
}

.support ul li .support-caption .image::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 79.4%;
}

.support-caption .image img {
    position: absolute;
    left: 0;
    top: 0;
}

.demolinks {
    padding: 40px 0px 44px 0;
    background: rgb(255, 108, 108);
}

.demolinks-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.demolinks .heading .heading-style {
    color: #fff;
}

.demolinks .links-col a {
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
    bottom: 0px;
}

.demolinks .links-col a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 33%;
}

.demolinks .links-col img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    left: 0;
    top: 0;
}

.demolinks .links-col a:hover {
    bottom: 3px;
}

.live-demo-row-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0 auto;
}

.demolinks .links-col {
    width: 25%;
    display: inline-flex;
    flex-direction: column;
    row-gap: 15px;
    text-align: center;
    padding: 0 10px;
}

.demolinks .clickText {
    font-weight: 500;
    font-size: 26px;
    display: block;
    float: none;
}

.demolinks .flowText {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    float: none;
}

.demolinks .demolinksbtn {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.launch-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.launch-left {
    width: 63.2%;
}

.launch-left img {
    margin: 0 0 10px 0;
}

.launch-right {
    width: 35.4%;
    position: relative;
}

.launch-right::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 90%;
}

.launch-right img {
    position: absolute;
    left: 0;
    top: 0;
}

.launch-left .heading-area .heading-style {
    font-size: 39px;
}

.launch-left p:last-child {
    margin-bottom: 0
}

.purpose {
    background-color: #f5f5f5;
}

.purpose-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.purpose-right {
    width: 48%;
}

.purpose ul {
    display: block;
}

.feature-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.feature {
    padding: 35px 0 40px 0;
}

.feature ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature ul li {
    padding: 0 15px;
    text-align: center;
    width: 25%;
}

.feature ul li i {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    display: inline-flex;
    background-color: #ff6c6c;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.feature ul li strong {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 0 40px;
    line-height: 32.4px;
    margin: 20px 0 0 0;
}

.delivery-types {
    background-color: #f2f2f2;
}

.delivery-types .heading-area {
    margin-bottom: 15px;
}

.delivery-types-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.delivery-types ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    row-gap: 20px;
}

.delivery-types ul li {
    width: 25%;
    padding: 0 10px;
}

.delivery-types-box {
    background-color: #fff;
    box-shadow: 0 0 0 1px #ff6c6c inset, 0 0 13px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.delivery-types ul li a {
    display: block;
}

.delivery-types ul li img {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.delivery-types ul li strong {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0px 0;
    line-height: normal;
    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;
}

.delivery-types ul li:hover .delivery-types-box {
    position: relative;
    box-shadow: 0 0 0 1px #ff6c6c inset, 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

.delivery-types ul li:hover strong {
    color: #ff6c6c;
}

.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;
    justify-content: center;
    row-gap: 20px;
}

.client-reviews ul li {
    width: 25%;
    padding: 0 10px;
}

.client-reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
}

.client-reviews ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.2);
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 8px solid #fff;
    vertical-align: top;
    width: 100%;
}

.client-reviews ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}

.client-reviews ul li a img {
    position: absolute;
    left: 0;
    top: 0;
}

.client-reviews ul li a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(play-video-50.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #ff6c6c;
    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: 40px;
    padding: 20px 50px 25px;
    border-radius: 101px;
}

.client-reviews .button-part {
    padding-top: 0;
    text-align: center;
}

.client-reviews ul li.morereview a {
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background: #ff6c6c;
    color: #fff;
    padding: 15px;
    text-align: center;
    flex-direction: column;
    border: 0;
}

.client-reviews ul li.morereview a:hover {
    background-color: #b83838;
    color: #ffffff;
}

.client-reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.client-reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

.client-reviews ul li.morereview a:hover:before,
.client-reviews ul li.morereview a:hover:after {
    border-color: #ffffff;
}

.screens .heading-area p {
    max-width: 800px;
    margin: 0 auto;
}

.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px 0;
    grid-gap: 15px;
}

.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px #d8d8d8 inset;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.TABROW .TAB.active {
    background-color: #ff6c6c;
    color: #fff;
    box-shadow: none;
}

.screens ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.screens ul.active {
    display: flex;
}

.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

.screens ul li img {
    max-width: 100%;
}

.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.screens .view-app-flow {
    background-color: #ff6c6c;
    font-size: 26px;
    color: #fff;
    padding: 14px 25px 20px 25px;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 20px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.screens .view-app-flow:hover {
    background-color: #b83838;
}
.faq{
    background-color: #f8f8f8;
}
.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: #fff8f8;
    -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:1920px) {
    .banner img {
        max-width: 44vw;
    }
}

@media (max-width:1300px) {
    .banner p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:1199px) {
    .delivery-types ul li strong {
        font-size: 2.5vw;
        line-height: 120%;
    }
}

@media screen and (max-width:1024px) {
    .banner-left {
        width: 100%;
    }

    .banner-right {
        width: 100%;
    }

    .banner img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .banner-inner {
        flex-direction: column-reverse;
    }

    .features ul li {
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .banner h1 {
        font-size: 45px;
    }

    .heading-area .heading-style {
        font-size: 42px;
    }

    .support ul li strong {
        font-size: 25px;
    }

    .launch-left {
        width: 100%;
    }

    .launch-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .feature ul li {
        width: 50%;
        margin: 0 0 30px 0;
    }

    .delivery-types ul li {
        width: 33.33%;
    }

    .client-reviews ul li {
        width: 33.33%;
    }
    .screens ul li {
        width: 50%;
    }

    .support ul li {
        padding: 0 10px;
    }
}

@media screen and (max-width:767px) {
    .banner h1 {
        font-size: 40px;
        line-height: normal;
    }

    .launch-left .heading-area .heading-style {
        font-size: 30px;
        line-height: normal;
    }

    .heading-area .heading-style {
        font-size: 37px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .features ul li .fet-heading strong {
        font-size: 22px;
        line-height: normal;
    }

    .pricing .get-quote {
        margin-top: 40px;
    }

    .client-reviews ul li {
        width: 50%;
    }

    .client-reviews {
        background-color: #fff;
    }

    .support ul li {
        width: 50%;
    }

    .support ul {
        row-gap: 30px;
    }

    .pricing .get-quote,
    .screens.major a {
        font-size: 18px;
        padding: 17px 15px 19px 15px;
        min-width: auto;
    }

    .delivery-types ul li strong {
        font-size: 4.5vw;
    }
}

@media screen and (max-width:630px) {
    .banner h1 {
        font-size: 35px;
    }

    .banner b {
        font-size: 22px;
    }

    .heading-area .heading-style {
        font-size: 32px;
    }

    .demo-links-row .links-column {
        width: 50%;
    }

    ul.weblinks li {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        padding: 0 10px;
    }

    .feature ul li {
        width: 100%;
        padding: 0;
    }

    .delivery-types ul li {
        width: 50%;
    }

    .client-reviews ul li {
        width: 50%;
    }

    .client-reviews ul li.morereview a {
        font-size: 13px;
        line-height: 17px;
    }

    .client-reviews ul li {
        width: 50%;
        padding: 0 10px;
    }

    .client-reviews ul li.morereview a {
        font-size: 4.4vw;
        line-height: 5.4vw;
    }

    .client-reviews ul li a::after {
        width: 36px;
        height: 36px;
        background-size: 30px;
    }

    .demo-links-row .links-column ul {
        margin: 0;
    }

    .features ul li {
        width: 100%;
        margin: 0;
        padding: 0 0px;
    }

    .fet-inner-block {
        height: auto;
    }

    .features ul {
        margin-top: 10px;
    }

    .features {
        padding: 35px 0 37px 0px;
    }

    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }

    .banner a {
        font-size: 16px;
        padding: 13px 20px 13px 20px;
    }

    .client-reviews ul li a {
        border: 0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .client-reviews ul li a img {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .client-reviews ul li a::after {
        width: 34px;
        height: 34px;
        background-size: 30px;
        right: 10px;
        top: 10px;
    }

    .client-reviews-inner {
        padding: 0 10px;
    }
    .client-reviews ul li.morereview a:before {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -ms-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
}
    .client-reviews ul li.morereview a:after {
        width: 40px;
        height: 40px;
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }
    .demolinks .links-col{
        width: 50%;
        row-gap: 10px;
        margin-bottom: 10px;
        padding: 0 5px;
    }
}

@media (max-width:580px) {
    .support ul li {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .features ul li p {
        text-align: center;
    }

    .delivery-types-box {
        padding: 20px;
    }

    .delivery-types ul li:last-child {
        width: 100%;
    }

    .screens ul li {
        width: 100%;
        padding: 0;
    }
}

@media (max-width:370px) {
    .screens.major a {
        font-size: 16px;
        padding: 17px 10px 19px 10px;
    }

    .heading-area .heading-style {
        font-size: 27px;
        line-height: 1.2em;
    }

    .banner h1 {
        font-size: 30px;
    }
}