#midd-part {
    padding-top: 82px;
}
a {
    color: #00a9b7;
    text-decoration: none;
    outline: 0;
    transition: .5s;
}
img {
    max-width: 100%;
}
.inner-banner {
    margin-top: 82px;
    height: auto;
    padding: 22px 15px 28px 15px;
    background-color: #000;
}
h1.page-heading {
    font-size: 41px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
a{
    color: #000;
}
@media screen and (max-width: 991px) {
    /**********************************/
    h1.page-heading {
        font-size: 35px;
    }
}
@media screen and (max-width: 767px) {
    h1.page-heading {
        font-size: 28px;
    }
}


* {
    box-sizing: border-box;
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}
@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)
    }
}
.mainWrapper>*.inner-banner {
    margin-top: 0;
    padding: 30px 15px;
}
.bgcolor1 {
    background-color: #2F9CF9;
}
.bgcolor2 {
    background-color: #41CAA5;
}
.bgcolor3 {
    background-color: #F1A818;
}
.bgcolor4 {
    background-color: #5AC7DF;
}
.bgcolor5 {
    background-color: #F26C34;
}
.bgcolor6 {
    background-color: #2EB162;
}
.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.mainWrapper>* {
    padding: 40px 0;
}
[data-toggle="popup"],
.common-button {
    background-color: #2367b1;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
[data-toggle="popup"]:hover,
.common-button:hover {
    background-color: #004997;
    color: #fff;
}
a:hover,
a:focus,
a:active,
a:valid,
a {
    text-decoration: none;
}
.enq-popup-button-block {
    text-align: center;
}
.play-anim-ico {
    background-image: url(../svg/play-video-20.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
}
.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 #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
* {
    box-sizing: border-box;
}
html,
body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo 2';
    margin: 0;
    padding: 0;
}
ul,
li,
ol {
    list-style: none;
    margin: 0;
}
section {
    display: block;
}
.align-self-center {
    align-self: center;
}
.align-self-end {
    align-self: flex-end;
}
.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
img {
    border: none;
    outline: 0;
    max-width: 100%;
}
.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin: 5px 0 0 0;
}
.common-btn {
    background-color: #2367b1;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 44px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.common-btn:visited {
    background: #2367b1;
    color: #fff;
}
.common-btn:hover {
    background: #004997;
    color: #fff;
}
p strong {
    font-size: 20px;
    color: #424242;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.heading .heading-style {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin: -8px 0 8px 0;
    text-transform: capitalize;
}
.heading .heading-style span {
    color: #2367b1;
}
.heading strong {
    text-transform: uppercase;
    font-size: 25px;
    color: #000;
    line-height: 25px;
    margin-top: -4px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    min-height: 25px;
}
.heading strong::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -10px;
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.heading strong::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -10px;
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    font-family: 'Exo 2';
    color: #000;
    font-weight: 400;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 15px;
    width: 100%;
}
.heading.center {
    text-align: center;
}
.heading.center p {
    text-align: center;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
/* ---------------------------------------------------
    MAIN CSS START
--------------------------------------------------- */
.main-banner .container-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.main-banner a {
    background-color: #2367b1;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.main-banner a:hover {
    background-color: #004997;
}
.main-banner a.btn-color1 {
    background-color: #FE9B00;
}
.main-banner a.btn-color1:hover,
.main-banner a.btn-color1:focus {
    background-color: #c07a24;
}
.main-banner a.btn-color2 {
    background-color: #0fb158;
}
.main-banner a.btn-color2:hover,
.main-banner a.btn-color2:focus {
    background-color: #0a8d45;
}
.main-banner .main-banner-right h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.main-banner .main-banner-right h1 span {
    color: #2367b1;
}
.main-banner .main-banner-right b{
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    padding: 6px 0;
    position: relative;
    z-index: 1;
    margin: 0 0 15px 0;
    display: block;
}
.main-banner .main-banner-right b::before{
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: #2367B1;;
    z-index: -1;
    width: 120%;
}
.main-banner .main-banner-right b::after{
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: #2367B1;;
    z-index: -1;
    width: 150%;
}
.main-banner-right {
    width: calc(100% - 500px);
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: -ms-calc(100% - 500px);
    width: -o-calc(100% - 500px);
}
.main-banner-right b{
    font-size: 22px;
}
.main-banner .main-banner-right .main-button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #fe3f40;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
}
.main-banner-right .btn__div {
    margin-top: 15px;
}
.main-banner-left {
    position: relative;
    z-index: 5;
}
/* --------------------------------------------------------- */
.buyproduct-support-section {
    background-color: #EFF7FF;
}
.buyproduct-support-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.buyproduct-support-section-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    row-gap: 20px;column-gap: 20px;
    width: 100%;
}
.buyproduct-support-cnt {
    width: calc(33.33% - 20px);
    -webkit-width: calc(33.33% - 20px);
    -moz-width: calc(33.33% - 20px);
    -ms-width: calc(33.33% - 20px);
    -o-width: calc(33.33% - 20px);
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(72, 72, 72, 0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(72, 72, 72, 0.25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
 .buyproduct-support-cnt h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 5px 0;
}
.buyproduct-support-cnt p {
    text-align: center;
}
 .buyproduct-support-icon img {
    width: 161px;
    height: 161px;
    display: inline-block;
}
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
.features{
    background: #f8f8f8;
}
.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;
    row-gap: 20px;
}
.features ul li {
    width: calc(25% - 20px);
    margin: 0 10px;
    position: relative;
    box-sizing: border-box;
}
.fet-caption {
    padding: 20px;
    background-color: #fff;
    height: 100%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
    text-align: center;
}
.fet-caption p {
    text-align: center;
}
i.numeric {
    position: absolute;
    width: 113px;
    height: 47px;
    background-image: url(../png/shape-4.png);
    background-repeat: no-repeat;
    background-size: 113px 47px;
    top: 11px;
    left: -6px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    background-repeat: no-repeat;
    display: inline-flex;
    justify-content: center;
    font-style: normal;
    z-index: -1;
    line-height: 35px;
}
.features ul li .sep {
    position: absolute;
    right: -18px;
    bottom: -70px;
}
.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 18px;
    color: #000;
    margin: 37px 0 6px 0;
    font-weight: 600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.features.appsol {
    background: #fff;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.provide {
    background-color: #fff;
}
.provide .heading {
    margin-bottom: 20px;
}
.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: 43%;
}
.provide-right {
    width: 53%;
}
.provide ul li {
    font-size: 16px;
    color: #000;
    list-style: none;
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}
.provide ul li:last-child {
    margin-bottom: 0;
}
.provide ul {
    margin: 0px;
}
.provide ul li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../png/check-4.png);
    left: 0;
    top: 0;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.screens {
    z-index: 1;
    position: relative;
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px 0;
}
.TABROW .TAB {
    min-width: 225px;
    min-height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-flex;
    text-align: center;
    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;
    justify-content: center;
    border-bottom: 2px solid #E3E3E3;
}
.TABROW .TAB.active {
    border-color: #2367b1;
    color: #2367b1;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li.fullwidth {
    width: 100%;
}
.screens ul li img {
    max-width: 100%;
}
.screens ul li img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: #2367b1;
    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: #004997;
}
.flow-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
}
.flow-button-btn {
    background-color: #2367b1;
    font-size: 31px;
    color: #fff;
    padding: 20px 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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    row-gap: 10px;
}
.flow-button-btn:hover {
    background-color: #004997;
    color: #fff;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.demolinks {
    background: #F6F6F6;
}
.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: 0 auto;
    row-gap: 20px;
    max-width: 1000px;
}
.demo-links-row:not(:last-child) {
    margin-bottom: 10px;
}
.demo-links-row .links-column {
    width: calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: -o-calc(25% - 10px);
    margin: 0 5px;
    max-width: 100%;
}
.demo-links-row .links-column a {
    display: block;
    position: relative;
}
.demo-links-row .links-column a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 35.5%;
}
.demo-links-row .links-column a img{
    position: absolute;
    left: 0;
    top: 0;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.become{
    background-color: #EFF7FF;
}
.become-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.become-left {
    width: 35%;
}
.become-right {
    width: 64%;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.pricing {
    padding: 40px 0px 40px 0;
    position: relative;
    z-index: 1;
}
.pricing small {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.pricing img {
    max-width: 100%;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing-inner .btn__div {
    justify-content: center;
    margin-top: 5.5%;
}
.pricing-inner .btn__div .common-button {
    font-size: 22px;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: #2367b1;
    font-weight: 600;
    color: #ffffff;
    padding: 11px 30px 15px 30px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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 [data-toggle="popup"] {
    padding: 11px 30px 15px 30px;
    font-size: 22px;
}
.pricing .get-quote:hover,
.pricing .get-quote:focus {
    background-color: #004997;
}
.pricing .clipart {
    position: absolute;
    left: 0;
    margin-top: 60px;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 30.6%;
}
.torn-pricing img{
    position: absolute;
    left: 0;
    top: 0;
}
.torn-pricing:after {
    content: '';
    position: absolute;
    top: 100%;
    width: auto;
    height: 60px;
    background-image: url(../png/torn-paper-3.png);
    left: 14px;
    right: 0;
    background-size: 39%;
    background-repeat: repeat-x;
    z-index: 0;
    margin-top: -1px;
    pointer-events: none;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.latest-features {
    background-color: #EFF7FF;
}
.latest-features-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.latest-features .heading-area {
    width: 100%;
    margin-bottom: 0;
}
.latest-features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.latest-features ul li {
    width: calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.latest-features ul li i {
    width: 51px;
    height: 51px;
    display: inline-block;
}
.latest-features ul li .latest-features-caption {
    width: calc(100% - 65px);
    width: -o-calc(100% - 65px);
    width: -ms-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
}
.latest-features ul li strong {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.latest-features i img {
    width: 51px;
    height: 51px;
    display: inline-block;
    image-rendering: -webkit-optimize-contrast;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.kiosk-banner{
    background-color: #EFF7FF;
}
.kiosk-banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.kiosk-banner-left {
    width: 49%;
}
.kiosk-banner-right {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
.benefits-inner {
    padding: 0px 15px;
    max-width: 1310px;
    margin: 0 auto;
}
.benefits ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 0 0;
    row-gap: 35px;
}
.benefits 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);
    margin: 0 7.5px;
    padding: 30px 12px;
    position: relative;
    background-color: #f7f7f7;
    z-index: 1;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 1px solid #ddd;
}
.benefits ul li::before {
    content: attr(data-number);
    position: absolute;
    left: 10px;
    top: -40px;
    font-size: 40px;
    line-height: 70px;
    font-weight: bold;
    font-family: 'Exo 2';
    color: white;
    text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
    text-transform: uppercase;
}
.benefits b {
    margin: 0 0 5px;
    display: block;
    color: #2367b1;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.faq_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    align-items: center;
}
.faq_left {
    width: 54%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.faq_right {
    width: 44%;
}
.accordion-panel {
    border-radius: 5px;
    border: 1px solid #C5C5C5;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.accordion-panel .accordion {
    cursor: pointer;
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: auto;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    position: relative;
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    background: transparent;
    text-transform: capitalize;
}
.accordion-panel .accordion:after {
    content: "";
    position: absolute;
    text-align: center;
    right: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url(../svg/up.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px 19.994px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.accordion-panel .accordion.active {
    border-bottom: 1px solid #C5C5C5;
}
.accordion-panel .accordion.active:after {
    background-image: url(../svg/down.svg);
}
.accordion_panel {
    padding: 15px;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.reviews{
    background-color: #EFF7FF;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.reviews .reviews-inner>a {
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px #2367b1 inset;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 0 90px;
    transition: all 0.5s ease 0s;
    background-color: #2367b1;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.reviews .reviews-inner>a:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #004997;
    z-index: -1;
    border-radius: 0;
    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;
}
.reviews .reviews-inner>a:hover:after {
    width: 100%;
}
.reviews .reviews-inner>a:hover {
    background-color: #004997;
    box-shadow: 0 0 0 2px #004997 inset;
}
ul.reviews-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
}
ul.reviews-list li {
    width: 25%;
    padding: 0 10px;
}
ul.reviews-list li a {
    display: block;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    min-height: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
ul.reviews-list li:not(:last-child) a:before {
    content: '';
    display: block;
    padding-top: 71%;
}
ul.reviews-list li a::after {
    content: '';
    background-image: url(../svg/play-video-20.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #2367b1;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
ul.reviews-list li a img {
    max-width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
ul.reviews-list 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: #2367b1;
    color: #fff;
    padding: 15px;
    text-align: center;
}
ul.reviews-list li.morereview a:hover {
    background-color: #004997;
}
ul.reviews-list 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;
}
ul.reviews-list 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;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.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: 13px 30px 13px 30px;
    background-color: #2367b1;
    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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.inq_form form input:hover[type=submit] {
    background-color: #004997;
}
.inq_form .head-style {
    font-size: 36px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.inq_form .head-style::after {
    background-color: #f76a00;
    left: 16px;
}
.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);
    -webkit-box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-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-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    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 (max-width:1400px) {
    .main-banner .main-banner-right h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .main-banner::before {
        width: 41%;
    }
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

@media (max-width: 1199px) {
    .main-banner .container-inner{
        flex-direction: column-reverse;
    }
    .main-banner-right {
        width: 100%;
    }
    .main-banner-left{
        width: 100%;
        margin: 0 0 30px 0;
        text-align: center;
    }
    ul.reviews-list li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}
@media (max-width: 1024px) {
    .inq_form .box-shadow ul li {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 30px;
    }
    .heading-area strong {
        font-size: 18px;
    }
    .heading .heading-style {
        font-size: 35px;
        line-height: 38px;
    }
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
    .main-banner .main-banner-right h1 {
        font-size: 40px;
    }
    .main-banner .main-banner-right b{
        font-size: 28px;
    }
    .main-banner .main-banner-right p {
        text-align: center;
    }
    .main-banner .container-inner {
        flex-direction: column-reverse;
    }
    .main-banner-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .main-banner-right {
        width: 100%;
        text-align: center;
    }
    .main-banner-right .btn__div {
        justify-content: center;
    }
    .main-banner .right-image {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
    }
/* ---------------------------------------------------------- */
    .buyproduct-support-cnt {
        width: calc(50% - 20px);
        -webkit-width: calc(50% - 20px);
        -moz-width: calc(50% - 20px);
        -ms-width: calc(50% - 20px);
        -o-width: calc(50% - 20px);
    }
/* ------------------------------------------------------------- */
    .deliveryvideos ul li {
        padding: 0 10px;
        margin-bottom: 30px;
        width: 50%;
    }
    .mobile-top-fix {
        margin-top: 30px;
    }
    .features ul li {
        width: 50%;
    }
    .features ul li .sep {
        display: none;
    }
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
    .provide-left {
        width: 100%;
        order: 3;
    }
    .provide-right {
        width: 100%;
        order: 2;
        text-align: center;
        margin-bottom: 30px;
    }
    .screens ul li {
        width: 50%;
    }
    .become-left {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .become-right {
        width: 100%;
    }
    .kiosk-banner-inner {
        flex-direction: column-reverse;
    }
    .kiosk-banner-left {
        width: 100%;
    }
    .kiosk-banner-right {
        width: 100%;
        margin: 0 0 25px 0;
    }
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
    .benefits 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);
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
    .faq_left {
        width: 100%;
        order: 3;
    }
    .faq_right {
        width: 100%;
        text-align: center;
        order: 2;
        margin: 0 0 30px 0;
    }
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
    .reviews .reviews-inner>a {
        font-size: 24px;
        padding: 0 50px;
    }
    ul.reviews-list li {
        width: calc(33.33% - 10px);
        width: -o-calc(33.33% - 10px);
        width: -ms-calc(33.33% - 10px);
        width: -moz-calc(33.33% - 10px);
        width: -webkit-calc(33.33% - 10px);
    }
    .reviews .reviews-inner>a {
        font-size: 18px;
        padding: 0 10px;
    }
    .main-banner .col-md-7 {
        width: 100%;
    }
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        align-items: center;
    }
    .inq_form .head-style {
        text-align: center;
    }
    .inq_form .head-style::after {
        background-color: #f76a00;
        left: 50%;
    }
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
    .latest-features ul li{
        width: 100%;
    }
}
@media (max-width: 767px) {
    p {
        font-size: 15px;
    }
    .heading .heading-style {
        font-size: 30px;
        line-height: 1.2em;
    }
    .heading strong {
        font-size: 21px;
    }
    .features ul li {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .heading-area h3,
    .heading-area h4,
    .heading-area h5 {
        font-size: 28px;
    }
    .heading-area strong {
        font-size: 16px;
    }
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
    .buyproduct-support-cnt {
        width: 100%;
    }
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
    .TABROW .TAB {
        padding: 0 25px;
        height: auto;
        min-width: initial;
    }
    .demo-links-row .links-column {
        width: calc(50% - 8px);
        width: -webkit-calc(50% - 8px);
        width: -moz-calc(50% - 8px);
        width: -ms-calc(50% - 8px);
        width: -o-calc(50% - 8px);
        margin: 0 4px;
        flex-direction: unset;
        justify-content: space-between;
    }
    .become-right img {
        margin-bottom: 20px;
    }
    .latest-features ul li {
        width: 100%;
    }
    .latest-features ul li i {
        width: 30px;
        height: 30px;
    }
    .latest-features ul li i img {
        width: 29px;
        height: 29px;
    }
    .latest-features ul li .latest-features-caption {
        width: calc(100% - 35px);
        width: -o-calc(100% - 35px);
        width: -ms-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
    }
    .latest-features ul li {
        padding: 12px;
    }
    .kiosk-banner-left img {
        margin-bottom: 20px;
    }
    .benefits ul li {
        width: 100%;
        margin: 0;
    }
    .pricing .get-quote,
    .pricing [data-toggle="popup"],
    .pricing-inner .btn__div .common-button {
        font-size: 18px;
    }
    .pricing-inner .btn__div {
        margin-top: 15px;
    }
    .accordion-panel .accordion {
        padding-right: 45px;
    }
    ul.reviews-list li {
        width: calc(50% - 7px);
        width: -o-calc(50% - 7px);
        width: -ms-calc(50% - 7px);
        width: -moz-calc(50% - 7px);
        width: -webkit-calc(50% - 7px);
    }
    .reviews .reviews-inner>a {
        font-size: 18px;
        padding: 0 10px;
    }
    .flow-button-btn {
        font-size: 22px;
        line-height: normal;
        padding: 10px 16px;
    }
}
@media (max-width:630px) {
    .mainWrapper>* {
        padding: 40px 0;
    }
    .main-banner .main-banner-right h1 {
        font-size: 35px;
        line-height: 1em;
    }
    .main-banner .main-banner-right b {
        font-size: 22px;
    }
    .main-banner-right b {
        font-size: 20px;
    }
    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .become {
        padding: 40px 0;
    }
    ul.reviews-list li a img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}
@media (max-width:480px) {
    .heading .heading-style {
        font-size: 26px;
        line-height: 1.2em;
    }
    .screens ul li {
        width: 100%;
        padding: 0;
    }
    ul.reviews-list li {
        padding: 0 5px;
        width: 50%;
    }
    ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    ul.reviews-list li.morereview a {
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
    .flow-button-btn {
        font-size: 14px;
        line-height: normal;
        padding: 10px 16px;
    }
    ul.reviews-list li a {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    ul.reviews-list 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;
    }
    ul.reviews-list 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;
    }
}
