* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Exo 2';
}
*::before,
*::after{
    box-sizing: border-box;
}
ul,
ol {
    list-style: none;
    display: block;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
}
.center {
    text-align: center;
}
.main-title {
    font-size: 40px;
    color: #0072BB;
    font-weight: bold;
    line-height: 1em;
    margin-top: -6px;
    text-transform: capitalize;
}
p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    margin: 0 0 10px 0;
    text-align: justify;
}
p:last-child{
    margin-bottom: 0;
}
.mb-15 {
    margin-bottom: 15px;
}
section{
    padding: 40px 0;
}
#midd-part1{
    padding: 0;
    float: none;
}
.common-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 10px 20px;
    transition: all 0.5s ease 0s;
    background-color: #0072BB;
    min-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.common-btn:hover {
    color: #fff;
}
.common-btn:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #014e89;
    z-index: -1;
    border-radius: 0;
    transition: all 0.5s ease 0s;
}
.common-btn:hover::after {
    background-color: #014e89;
    width: 100%
}
.heading-area {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}
.sub-title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    margin: 5px 0 15px 0;
}
.heading-area.center>* {
    text-align: center;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area.white .main-title>* {
    color: #fff;
}
.heading-area > .m-color{
    color: #0072BB;
}
.heading-area>p {
    margin-top: 5px;
    margin-bottom: 0;
}
.heading-area > .sub-title{
    margin-bottom: 0;
}
.banner {
    background-color: #e8f5ff;
    position: relative;
    z-index: 1;
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner .works-btn img {
    width: 50px;
    margin-right: 10px;
}
.banner-left {
    width: 47%;
}
.banner-right {
    width: 51%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width:1920px) {
    .banner-right img{
        max-width: 44vw;
    }
}
.banner .works-btn {
    color: #FFF;
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 500;
}
.banner h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #0072BB;
}
.banner b {
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: #000;
    text-transform: capitalize;
}
.banner strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    margin-top: 8px;
}
.banner-caption .get-app-btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    padding: 15px 34px 15px 38px;
    background-color: #fff;
}
.banner .gomain {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0072BB;
    display: inline-flex;
    padding: 10px 20px;
    transition: all 0.5s ease 0s;
    background-color: #fff;
    min-height: 55px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn__div{
    display: flex;
    width: 100%;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.banner .gomain:hover:after {
    width: 100%;
}
.banner .gomain:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    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;
}
/****************************************/
.script-package-section {
    padding: 35px 0 45px;
    background-color: #f8f8f8;
}
.script-package-section .button-btn {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.script-package-section .script-package-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    transform: translateY(50%);
}
.script-package-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.script-package-row-flow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}
.script-package-row-flow ul.colum-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.script-package-row-flow ul.colum-1 li {
    padding: 0 15px 0 15px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 23px;
}
.script-package-row-flow ul.colum-1 li:last-child {
    margin-bottom: 0;
}
.script-package-row-flow .catrow ul.colum-1 li.fullwidth {
    width: 100%;
}
.catrow {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    justify-content: space-between;
    align-items: flex-start;
    width: calc(20% - 12px);
    width: -o-calc(20% - 12px);
    width: -moz-calc(20% - 12px);
    width: -webkit-calc(20% - 12px);
    margin: 0 6px;
    border-radius: 15px;
}
.catrow:last-child {
    margin-bottom: 0;
}
.caticonbox {
    width: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 15px;
}
.caticonbox i {
    display: block;
    height: 60px;
}
.caticonbox i img {
    height: 60px;
    width: 60px;
    display: inline-block;
    font-size: 0;
}
.caticonbox strong {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    min-height: 50px;
}
.script-package-row-flow ul.colum-1 li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0072BB;
    position: absolute;
    left: 0;
    top: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/****************************************/
.flow-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
}
.flow {
    padding: 40px 0 20px 0;
    position: relative;
    z-index: 0;
}
.flow .flow-btn {
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px #0072BB inset;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 10px 40px;
    transition: all 0.5s ease 0s;
    background-color: #0072BB;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 20px 0 30px 0;
}
.flow .flow-btn:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #014e89;
    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;
}
.flow .flow-btn:hover:after {
    width: 100%;
}
.flow-row ul {
    list-style: none;
    width: 318px;
}
.flow-row ul:first-child,
.flow-row ul:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 400px;
}
.flow-row ul:first-child li:first-child,
.flow-row ul:last-child li:first-child {
    margin-bottom: 69px;
}
.flow-row ul li {
    position: relative;
}
.flow-row ul.middle li:nth-child(2) {
    margin: 92px 0 100px 0;
}
.flow-img-block {
    position: relative;
}
.flow-img-block .arrow {
    position: absolute;
}
.flow-img-block .center-up.arrow {
    left: 50%;
    top: -79px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.flow-img-block .center-down.arrow {
    left: 50%;
    top: auto;
    bottom: -79px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.flow-row ul li .center-down.arrow {
    left: 50%;
    position: absolute;
    top: auto;
    bottom: -77px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.flow-row ul li .arrow {
    position: absolute;
}
.flow-row ul li .center-left.arrow {
    left: -120px;
    right: auto;
    top: 528px;
}
.flow-row ul li .center-right.arrow {
    right: -120px;
    left: auto;
    top: 528px;
}
.flow-row ul li .flow-img-block .center-left.arrow {
    left: -120px;
    right: auto;
    top: 70px;
}
.flow-row ul li .flow-img-block .center-right.arrow {
    right: -120px;
    left: auto;
    top: 70px;
}
.flow-row p{
    text-align: center;
}
.flow-row p b{
    color: #0072BB;
    text-transform: capitalize;
}
.whatfor-inner {
    display: flex;
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
}
.whatfor-left {
    width: 46%;
}
.whatfor-right {
    width: 50%;
}
/****************************************/
.clone-package-section.inverse {
    background-color: #fff;
}
.clone-package-section {
    background-color: #e8f5ff;
    padding: 50px 0 50px 0;
}
.clone-package-section-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.clone-package-left {
    width: 50%;
    padding-left: 50px;
}
.clone-package-section.inverse .clone-package-left {
    padding: 0 50px 0 0;
}
.clone-package-left p small {
    font-size: 15px;
}
.clone-package-right {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.cubex-review {
    height: 423px;
    width: 100%;
    cursor: pointer;
}
.clone-package-section .more-reviews-btn,
.general-button {
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px #0072BB inset;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 10px 40px;
    transition: all 0.5s ease 0s;
    background-color: #0072BB;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.clone-package-section .more-reviews-btn:after,
.general-button:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #014e89;
    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;
}
.clone-package-section .more-reviews-btn:hover::after,
.general-button:hover::after {
    background-color: #014e89;
    width: 100%;
}
.clone-package-right img {
    max-width: 100%;
}
.clone-package-section.inverse .clone-package-right img {
    max-width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.general-button:hover,
.general-button:visited {
    color: #fff;
}
/* .clone-package-right:after {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
} */
.play-anim-ico {
    background-image: url(play-button-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #fff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.theme {
    background-image: url(play-theme-2.svg);
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px #0072BB;
}
.clone-package-section ul {
    padding: 0;
}
.clone-package-section ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 28px;
    position: relative;
    color: #2b2b2b;
    font-weight: 300;
}
.clone-package-section ul li:before {
    content: '';
    width: 11px;
    height: 3px;
    background-color: #0072BB;
    position: absolute;
    left: 0;
    top: 10px;
}
.clone-package-section.inverse .clone-package-section-inner {
    flex-direction: row;
}
.clone-package-section.inverse .clone-package-right {
    justify-content: flex-start;
}
.clone-package-section.inverse .clone-package-right:after {
    right: auto;
    left: 0;
}
.clone-package-section.inverse .play-anim-ico {
    left: 43%;
    right: auto;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    top: 28%;
    margin: 0;
}
/***********/
.statistics {
    padding: 40px 0 50px 0;
}
.statistics-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.statistics ul {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 15px;
    border-style: solid;
    border-color: #dfdfdf;
    border-width: 1px 0 0 0;
    justify-content: center;
}
.statistics ul:last-child {
    border-width: 1px 0 1px 0;
}
.statistics ul li {
    width: 25%;
    text-align: center;
    font-size: 38px;
    color: #0072BB;
    font-weight: bold;
    position: relative;
    padding: 0 15px;
}
.statistics ul li small {
    line-height: normal;
    color: #373737;
    font-size: 20px;
    display: block;
    font-weight: 500;
    margin-top: 2px;
}
.statistics ul li:after {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: auto;
    top: 14px;
    bottom: 1px;
    background-color: #dfdfdf;
}
.statistics ul li:last-child:after {
    display: none;
}
.statistics ul li sub {
    font-size: 44px;
    display: inline-block;
    position: relative;
    top: 0px;
}
/****************************************/
.features {
    background-color: #f8f8f8;
    margin-bottom: -4px;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
}
.features ul li i {
    width: 79px;
    height: 79px;
    background-color: #0072BB;
    display: inline-flex;
    border-radius: 50%;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.features ul li i img {
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 0;
}
.features ul li strong {
    display: block;
    line-height: 1em;
    font-size: 20px;
    color: #000;
    margin-bottom: 13px;
    font-weight: 600;
}
.features ul li p {
    text-align: center;
}
/**************************************/
.appcost {
    position: relative;
    padding: 50px 0 40px 0;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}
.appcost h3 small {
    font-size: 45px;
    color: #0072BB;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}
.appcost-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.appcost-right {
    width: 48%;
}
.appcost-left {
    width: 48%;
}
/**************************************/
.application-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
}
.application-right {
    width: 727px;
}
.application-left {
    width: calc(100% - 727px);
    width: -o-calc(100% - 727px);
    width: -ms-calc(100% - 727px);
    width: -moz-calc(100% - 727px);
    width: -webkit-calc(100% - 727px);
    padding-right: 40px;
}
.driver-section .application-left {
    padding-right: 0;
    padding-left: 40px;
}
.application-left p {
    line-height: 28px;
}
.application ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.application ul li {
    margin-right: 40px;
}
.application ul li img {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    max-width: inherit;
}
.app-screens ul.tab-screens li {
    width: 50%;
}
.application {
    padding: 40px 0 40px 0;
    background-image: url(app-shape-new.png);
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
}
.application-left i {
    width: 88px;
    height: 88px;
    display: inline-block;
    background-color: #0072BB;
    border-radius: 50%;
    margin-bottom: 20px;
}
.application-left small {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #373737;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    margin-bottom: 5px;
}
.kiosk-section {
    padding: 40px 0 40px 0;
    background: #f8f8f8;
}
.kiosk-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
}
.kiosk-left {
    width: 50%;
}
.kiosk-right {
    width: 47%;
}
/**************************************/
.food-kiosk-section {
    padding: 40px 0;
}
.food-kiosk-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
}
.food-kiosk-left {
    width: 50%;
}
.food-kiosk-left img {
    max-width: 100%;
}
.food-kiosk-right {
    width: 47%;
}
/**************************************/
.app-screens-inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.app-screens ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.app-screens ul li {
    width: 25%;
    padding: 0 10px;
}
.app-screens ul li img {
    max-width: 100%;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
.individual-fet {
    padding-top: 0;
}
/**************************************/
.individual-fet-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.individual-fet ul {
    display: grid;
    row-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.individual-fet ul li img {
    height: 45px;
    width: 45px;
    display: inline-block;
    font-size: 0;
}
.individual-fet ul li strong {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 1em;
    margin-top: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
/**************************************/
.application.inverse .application-inner {
    flex-direction: row-reverse;
}
.application.inverse {
    background-position: left center;
    background-image: url(app-shape-left-new.png);
}
.application.inverse ul {
    flex-direction: row-reverse;
}
.application.inverse ul li {
    margin-right: 0;
    margin-left: 40px;
}
/**************************************/
.download {
    background-image: url(download-bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
}
.download>img {
    display: none;
}
.download-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    min-height: 1170px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.download-caption h3 {
    font-size: 62px;
    color: #0072BB;
    line-height: 73.2px;
    font-weight: bold;
    margin: 75px 0 10px 0;
}
.download-caption {
    max-width: 650px;
    margin-top: -112px;
}
.download-caption i {
    width: 88px;
    height: 88px;
    display: inline-block;
    border-radius: 50%;
    background-color: #0072BB;
}
.download-caption ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.download-caption ul li {
    margin-right: 20px;
}
.download p {
    font-size: 18px;
    color: #373737;
    font-weight: 500;
    display: block;
    line-height: 34px;
    margin-bottom: 39px;
}
.download-caption a {
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px #0072BB inset;
    border-radius: 5px;
    margin-bottom: 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: #0072BB;
    min-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.download-caption a:after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #005287;
    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;
}
.download-caption a:hover::after {
    width: 100%;
}
/**************************************/
.landing{
    background-color: #e8f5ff;
}
.landing p{
    font-size: 16px;
    text-align: justify;
    color: #000;
    line-height: 23px;
}
.landing-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.landing__list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}
.landing__list .landing__box{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: #F0E7E7;
    padding: 27px 28px 28px 27px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    position: relative;
    z-index: 1;
}
.landing__list .landing__box::before{
    content: '';
    left: 15px;
    top: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px dashed #BCBCBC;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    z-index: -1;
    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;
}
.landing__list .landing__box:hover::before {
    left: 8px;
    top: 8px;
}
.landing__list li:first-child .landing__box,
.landing__list li:last-child .landing__box {
    background-color: #EBF2F1;
}
.landing__list .landing__box i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px 0;
}
.landing__list .landing__box strong{
    color: var(--main-color);
    font-size: 22px;
    line-height: 1.2em;
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.landing__list li > img{
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}
.alg__image{
    text-align: center;
}
/**************************************/
.work-process {
    padding: 50px 0;
}
.work-process h3 {
    font-size: 45px;
    font-weight: bold;
    color: #0072BB;
}
.work-process-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.work-process ul {
    display: flex;
    list-style: none;
    margin-top: 61px;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;
    width: 100%;
}
.work-process ul li {
    text-align: center;
}
.work-process ul li i {
    width: 57px;
    height: 57px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-style: initial;
    font-size: 26px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #0072BB;
    color: #fff;
    position: relative;
}
.work-process ul li:first-child i:after {
    content: '';
    background-image: url("process-line.png");
    position: absolute;
    left: 10px;
    top: -53px;
    width: 994px;
    height: 92px;
    z-index: -1;
}
.work-process ul li strong {
    display: block;
    font-size: 20px;
    color: #0072BB;
    margin: 15px 0 20px 0;
}
.work-process ul li:nth-child(odd) {
    margin-top: 78px;
}
.work-process ul li p {
    color: #373737;
    font-size: 15px;
}
.work-process ul li:nth-child(even) p {
    margin-bottom: 54px;
}
/**************************************/
.flow-video {
    position: relative;
    background: #e8f5ff;
}
.flow-video .play-anim-ico {
    right: auto;
    bottom: auto;
    left: 57%;
    position: absolute;
    top: 51%;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.flow-video-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
}
.flow-video-inner .video-block {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    cursor: pointer;
    width: 100%;
    position: relative;
}
.flow-video-inner .video-block::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.flow-video-inner .video-block .demo-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.flow-video-inner .video-block iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.flow-video .app-small-circle {
    position: absolute;
    left: -10px;
    top: 0px;
    width: 4.8%;
}
/**************************************/
.notice {
    padding: 20px 0 20px 0;
}
.notice-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    justify-content: space-between;
    row-gap: 20px;
}
.notice-left {
    width: calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
}
.notice-right {
    width: calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
}
.notice-caption {
    min-height: -webkit-calc(100% - 0px);
    min-height: -o-calc(100% - 0px);
    min-height: -moz-calc(100% - 0px);
    min-height: calc(100% - 0px);
    border-radius: 10px;
    position: relative;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.notice-caption:before {
    content: '';
    width: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 10px 0 0 10px;
}
.notice-left .notice-caption {
    background-color: #0072bb;
}
.notice-left .notice-caption:before {
    background-color: #4ab8ff;
}
.notice-right .notice-caption {
    background-color: #4ab8ff;
}
.notice-right .notice-caption:before {
    background-color: #0072bb;
}
.notice-caption span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: center;
}
.notice-caption b {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.notice-caption strong {
    font-size: 18px;
    color: #2fedff;
    display: block;
    font-weight: 500;
    margin-top: 18px;
    width: 100%;
}
.notice-right .notice-caption span {
    line-height: 28px;
}
/**************************************/
/**************************************/
.pricing-table .general-button {
    margin: 0 5px 10px 5px;
}
.pricng-table-inner {
    max-width: 1327px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
/**************************************/
.faq {
    background-color: #e8f5ff;
    padding: 114px 0 78px 0;
    position: relative;
}
.faq:before {
    content: '';
    position: absolute;
    border-top: 84px solid #fff;
    border-right: 100vw solid transparent;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.faq:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 59px solid #fff;
    border-right: 100vw solid transparent;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.faq-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq h3 {
    font-size: 45px;
    color: #0072BB;
    font-weight: bold;
    margin-bottom: 68px;
    text-align: center;
}
.faq ul.tabs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 53px;
}
.faq ul.tabs li {
    color: #373737;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 29px;
    padding-bottom: 17px;
    position: relative;
    cursor: pointer;
    height: auto;
}
.faq ul.tabs li.active {
    color: #0072BB;
}
.faq ul.tabs li.active:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0072BB;
}
.faq ul.accordian {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    width: 100%;
    height: auto;
}
.faq ul.accordian.active {
    display: block;
}
.faq ul.accordian li {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 23px 41px 30px 31px;
    margin-bottom: 34px;
    cursor: pointer;
    position: relative;
    height: auto;
}
.faq ul.accordian li:after {
    content: '';
    width: 17px;
    height: 10px;
    background-image: url(nav-arrow.png);
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    margin: 31px 18px 0 0;
}
.faq ul.accordian li.active:after {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    filter: invert(60%) sepia(69%) saturate(4406%) hue-rotate(208deg) brightness(92%) contrast(94%);
    -webkit-filter: invert(60%) sepia(69%) saturate(4406%) hue-rotate(208deg) brightness(92%) contrast(94%);
}
.faq ul.accordian li strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: #373737;
    display: block;
}
.faq ul.accordian li.active strong {
    margin-bottom: 19px;
    color: #0072BB;
}
.slide-data p {
    margin-bottom: 0;
    color: #373737;
    font-size: 16px;
    line-height: 29.2px;
}
.slide-data {
    display: none;
}
/**************************************/
.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 {
    position: relative;
    background-color: #e8f5ff;
}
.reviews .reviews-inner>a {
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px #0072BB inset;
    border-radius: 5px;
    margin-bottom: 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: #0072BB;
    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: #3754c3;
    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: #17858f;
    box-shadow: 0 0 0 2px #17858f inset;
} */
.reviews .client-left-shape {
    position: absolute;
    top: -158px;
    left: -10px;
    pointer-events: none;
}
.reviews strong {
    display: block;
    font-size: 18px;
    color: #373737;
    line-height: 27.2px;
    font-weight: 500;
    max-width: 1100px;
    text-align: center;
    margin: 15px 0 20px 0;
}
ul.reviews-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 25px;
}
ul.reviews-list li {
    width: 25%;
    padding: 0 15px;
}
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: #0072BB;
    color: #fff;
    padding: 15px;
    text-align: center;
}
ul.reviews-list li.morereview a:hover {
    background-color: #024874;
}
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: 8px 0 8px 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: 8px 0 8px 0;
}
ul.reviews-list li a {
    display: block;
    background-color: #7b7b7b;
    min-height: 100%;
    position: relative;
   box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
   border-radius: 12px;
   overflow: hidden;
}
ul.reviews-list li:not(:last-child) a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
ul.reviews-list li a img {
    max-width: 100%;
    border-radius: 8px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
ul.reviews-list li a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-image: url(play-button-2.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #0072BB;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
/******************************************/
.client-album {
    padding: 45px 0 50px 0;
    background-color: #e8f5ff;
}
.client-album .show-more {
    display: none;
}
.client-album-inner {
    width: 1340px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    text-align: center;
}
.client-album .masonry {
    font-size: 0;
}
.client-album .masonry li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.masonry-block_ img {
    width: 100%;
}
.masonry-block_ {
    margin: 0 5px;
}
.masonry-block_ img {
    margin-bottom: 10px;
}
.masonry-block_.col-33 {
    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);
}
.masonry-block_.col-7 {
    width: calc(60.7% - 10px);
    width: -o-calc(60.7% - 10px);
    width: -ms-calc(60.7% - 10px);
    width: -moz-calc(60.7% - 10px);
    width: -webkit-calc(60.7% - 10px);
}
.masonry-block_.col-5 {
    width: calc(39.3% - 10px);
    width: -o-calc(39.3% - 10px);
    width: -ms-calc(39.3% - 10px);
    width: -moz-calc(39.3% - 10px);
    width: -webkit-calc(39.3% - 10px);
}
.masonry-block_.col-6 {
    width: calc(52.4% - 10px);
    width: -o-calc(52.4% - 10px);
    width: -ms-calc(52.4% - 10px);
    width: -moz-calc(52.4% - 10px);
    width: -webkit-calc(52.4% - 10px);
}
.masonry-block_.col-3 {
    width: calc(24.32% - 10px);
    width: -o-calc(24.32% - 10px);
    width: -ms-calc(24.32% - 10px);
    width: -moz-calc(24.32% - 10px);
    width: -webkit-calc(24.32% - 10px);
}
.masonry-block_.col-3_1 {
    width: calc(23.2% - 10px);
    width: -o-calc(23.2% - 10px);
    width: -ms-calc(23.2% - 10px);
    width: -moz-calc(23.2% - 10px);
    width: -webkit-calc(23.2% - 10px);
}
.masonry-block_.col-6_1 {
    width: calc(52% - 10px);
    width: -o-calc(52% - 10px);
    width: -ms-calc(52% - 10px);
    width: -moz-calc(52% - 10px);
    width: -webkit-calc(52% - 10px);
}
.masonry-block_.col-6_2 {
    width: calc(48% - 10px);
    width: -o-calc(48% - 10px);
    width: -ms-calc(48% - 10px);
    width: -moz-calc(48% - 10px);
    width: -webkit-calc(48% - 10px);
}
.masonry-block_.col-5_1 {
    width: calc(46.3% - 10px);
    width: -o-calc(46.3% - 10px);
    width: -ms-calc(46.3% - 10px);
    width: -moz-calc(46.3% - 10px);
    width: -webkit-calc(46.3% - 10px);
}
.masonry-block_.col-3_2 {
    width: calc(26.6% - 10px);
    width: -o-calc(26.6% - 10px);
    width: -ms-calc(26.6% - 10px);
    width: -moz-calc(26.6% - 10px);
    width: -webkit-calc(26.6% - 10px);
}
.masonry-block_.col-3_3 {
    width: calc(27% - 10px);
    width: -o-calc(27% - 10px);
    width: -ms-calc(27% - 10px);
    width: -moz-calc(27% - 10px);
    width: -webkit-calc(27% - 10px);
}
.masonry ._row_ {
    display: none;
    flex-wrap: wrap;
}
.masonry.open ._row_ {
    display: flex;
}
.masonry-block_ a.view-more {
    display: block;
    cursor: pointer;
    background-color: #0072BB;
    position: relative;
    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;
}
.masonry-block_ a.view-more:hover {
    background-color: #014e89;
}
.masonry-block_ a.view-more img {
    margin-bottom: 0;
}
.masonry-block_ a.view-more>span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-weight: bold;
    font-size: 28px;
}
.masonry-block_ a.view-more: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;
}
.masonry-block_ a.view-more: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;
}
.masonry ._row_.have_more .masonry-block_:last-child {
	display: none;
}
.masonry.open ._row_.have_more .masonry-block_:last-child {
    display: block;
}
.masonry ._row_:nth-child(-n+3) {
    display: flex;
}
.themes {
    background-color: #e8f5ff;
    padding: 30px 0 50px 0;
    position: relative;
    background-image: url(../index-49.html);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-top: -25px;
}
.themes:before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    border-top: 88px solid #fff;
    border-right: 100vw solid transparent;
    top: 0;
    pointer-events: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/* .themes:after {
    content: '';
    position: absolute;
    left: 50%;
    border-bottom: 55px solid #fff;
    border-right: 100vw solid transparent;
    bottom: 0;
    pointer-events: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */
.themes h3 {
    color: #0072BB;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 11px;
    text-align: center;
}
.themes strong {
    font-size: 18px;
    color: #373737;
    line-height: 27.2px;
    font-weight: 500;
    max-width: 1081px;
    text-align: center;
    margin-bottom: 20px;
}
.themes-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px
}
.themes ul {
    list-style: none;
    width: 100%;
    text-align: center;
}
.themes ul li img:nth-child(2) {
    margin-left: -137px;
    position: relative;
    z-index: -1;
    display: inline-block;
}
.themes ul li img {
    display: inline-block;
}
.themes ul.slick-dots li {
    margin: 0 8px;
}
.themes ul.slick-dots li button {
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #4c7edd;
}
.themes ul.slick-dots li.slick-active button {
    background-color: #4c7edd;
}
.themes ul.slick-initialized li.slick-slide {
    display: inline-block;
}
.themes ul li {
    position: relative;
    z-index: 1;
    margin: 0 19px;
    display: inline-block;
}
.themes ul li strong {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 16px 0 30px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #afafaf;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 9px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0072BB;
}
/******************************************/
.services {
    background-color: #EFEFEF;
    padding: 40px 0 40px 0;
}
.services-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
/**************<!--  Apple Watch App part -->**************/
.blinker {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.apple-watch-banner {
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
    padding: 50px 0 50px;
}
.apple-watch-banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 1;
    position: relative
}
.apple-watch-banner-left {
    width: 760px;
}
.apple-watch-banner-left .heading-style1 {
    margin: 0px 0 15px;
    font-size: 45px;
    color: #0072BB;
    font-weight: 700;
}
.apple-watch-banner-left p {
    font-size: 16px;
    color: #373737;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: justify;
}
.apple-watch-banner-left p b {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: 400
}
.apple-watch-banner-left p b i {
    color: #214db2;
    font-size: 24px;
    font-weight: 600
}
.apple-watch-banner-right {
    width: calc(100% - 800px);
    width: -o-calc(100% - 800px);
    width: -ms-calc(100% - 800px);
    width: -moz-calc(100% - 800px);
    width: -webkit-calc(100% - 800px);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    position: relative
}
.apple-watch-banner-right .top-new-benner-mob {
    max-width: 100%;
}
.apple-watch-banner .apple-demo-video {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.apple-watch-banner .apple-demo-video a {
    background: #609afe;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.apple-watch-banner .apple-demo-video a::after {
    content: '';
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0e48ac;
    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;
}
.apple-watch-banner .apple-demo-video a:hover::after {
    background-color: #0e48ac;
    width: 100%;
}
/**************<!--  Apple Watch App part -->**************/
/******************************************/
.web-screens-inner {
    max-width: 1325px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.web-screens {
    padding: 40px 0 120px 0;
    position: relative;
}
.web-screens:nth-child(odd) {
    background-color: #e8f5ff;
}
.web-screens-inner>strong {
    font-size: 18px;
    color: #373737;
    line-height: 27.2px;
    margin-bottom: 36px;
    text-align: center;
    font-weight: 500;
    width: 100%;
}
.web-screens ul {
    width: 1255px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.web-screens ul li .image-holder {
    background-color: #7b7b7b;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.31);
    overflow: hidden;
}
.web-screens ul li .image-holder img {
    max-width: 100%;
}
.web-caption {
    padding-top: 29px;
    text-align: center;
}
.web-caption strong {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px;
    text-align: center;display: flex;
    justify-content: center;
}
.web-caption p {
    text-align: center;
}
.web-screens ul .slick-arrow {
    position: absolute;
    bottom: -30px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 0 1px #4c7edd inset;
    background-repeat: no-repeat;
    background-position: center center;
}
.web-screens 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 #4c7edd inset;
    padding: 0;
    margin: 0;
}
.web-screens 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(left.png);
}
.web-screens ul .slick-arrow.slick-prev.slick-disabled {
    background-image: url(left-dis.png);
}
.web-screens 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(right.png);
}
.web-screens ul .slick-arrow.slick-next.slick-disabled {
    background-image: url(right-dis.png);
}
.web-screens ul .slick-arrow.slick-disabled {
    background-color: #f1f1f1;
    box-shadow: 0 0 0 1px #a7a7a7 inset;
}
.web-screens .slick-list {
    overflow: visible;
}
.web-screens .slick-slide {
    margin: 0 15px;
}
/******************************************/
.our-crew-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.our-crew-left {
    width: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.our-crew-right {
    width: calc(100% - 450px);
    width: -o-calc(100% - 450px);
    width: -ms-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
}
/******************************************/
/************************************************/
.play-anim-ico {
    background-image: url(play-button-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
}
.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;
}
@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)
    }
}
.client-reviews {
    position: relative;
  }
  .client-reviews-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .client-reviews-left {
    width: 52%;
  }
  .client-reviews-right {
    width: 45%;
  }
  .client-reviews ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
  }
  .client-reviews ul li {
    width: calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
  }
  .client-reviews ul li:first-child{
    width: 100%;
    margin: auto;
  }
  .client-reviews ul li a {
    display: block;
    position: relative;
    border: 8px solid #FDFDFD;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    width: 100%;
  }
  .client-reviews ul li:first-child a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 38.57%;
  }
  .client-reviews ul li:not(:first-child) a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
  }
  .client-reviews ul li a::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 34px;
    height: 34px;
    background-image: url(play-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .client-reviews ul li a img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
  }
/******************************************/
.deliverytypes {
    background: #f8f8f8;
}
.deliverytypes-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.deliverytypes strong {
    font-size: 18px;
    line-height: 27.2px;
    color: #373737;
    font-weight: 500;
    display: block;
    margin: 15px auto 20px auto;
    max-width: 1100px;
    text-align: center;
}
.deliverytypes ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}
.deliverytypes ul li {
    width: 20%;
    padding: 0 10px;
}
.deliverytypes ul li img {
    max-width: 100%;
    margin-bottom: 20px;
    vertical-align: top;
    border: 1px solid #ccc;
}
.deliverytypes ul li .deltype-block {
    display: block;
}
.deliverytypes ul li b {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
}
/****************************************/
.blocks {
    padding: 50px 0;
}
.blocks b {
    font-size: 20px;
    line-height: 29.2px;
    color: #373737;
    font-weight: 500;
    display: block;
    margin: 0px 0 34px 0;
    max-width: 1100px;
    text-align: center;
}
.blocks-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}
.blocks h3 {
    font-size: 50px;
    color: #2EAA0C;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    margin-bottom: 16px;
}
.blocks ul {
    list-style: none;
    width: 100%;
}
.blocks-caption {
    padding: 20px 100px;
    color: #fff;
    font-size: 18px;
    position: relative;
    background-image: url(../index-49.html);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.blocks-caption.map-intigrate:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    z-index: -1;
    background-image: url(../index-49.html);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.blocks-caption.manual-booking:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    z-index: -1;
    background-image: url(../index-49.html);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.blocks-caption.map-intigrate .before-shape,
.blocks-caption.manual-booking .before-shape {
    display: none;
}
.blocks-caption.map-intigrate p,
.blocks-caption.map-intigrate strong,
.blocks-caption.manual-booking p,
.blocks-caption.manual-booking strong {
    width: 60%;
    text-align: left;
}
.blocks-caption.map-intigrate,
.blocks-caption.manual-booking {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
}
.blocks ul li {
    margin-bottom: 25px;
}
.blocks ul li:last-child {
    margin-bottom: 0;
}
.before-shape {
    width: 8px;
    height: auto;
    background-color: #fff;
    position: absolute;
    left: 30px;
    top: 25px;
    bottom: 25px;
}
.blocks-caption p {
    line-height: 34px;
    font-weight: 500;
    font-size: 16px;
}
.before-shape:before {
    content: '';
    width: 50px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}
.before-shape:after {
    content: '';
    width: 50px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.after-shape {
    width: 8px;
    height: auto;
    background-color: #fff;
    position: absolute;
    right: 30px;
    top: 25px;
    bottom: 25px;
}
.after-shape:before {
    content: '';
    width: 50px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}
.after-shape:after {
    content: '';
    width: 50px;
    height: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.blocks-caption strong {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    width: 100%;
}
.umbrella-ico {
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: 0;
    height: 85%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.blocks-caption p.dec {
    width: calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
}
/****************************************/
/****************************************/
.custom_function-left {
    width: 42.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.custom_function-right {
    width: 53.12%;
}
.custom_function_row .blocks-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.custom_function_row.booking_ser .blocks-inner {
    flex-direction: row;
}
.custom_function_row h4 {
    font-size: 22px;
    color: #474747;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.custom_function_row h4 span {
    font-size: 40px;
    display: block;
    font-weight: bold;
    padding-bottom: 8px;
}
.custom_function_row.map-inti h4 span {
    color: #75a550;
}
.custom_function_row.booking_ser h4 span {
    color: #e64c4a;
}
.custom_function_row.all_ser h4 span {
    color: #014e89;
}
.custom_function_row p {
    color: #373737;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0px;
    font-weight: 500;
}
.custom_function_row p b {
    font-weight: bold;
    font-size: inherit;
    display: inline;
}
.custom_function_row.booking_ser {
    padding: 0 0 60px 0;
}
/****************************************/
.custom_function_row {
    position: relative;
}
.custom_function_row .backshape {
    position: absolute;
    top: 50%;
    z-index: -1;
    pointer-events: none;
}
.custom_function_row.booking_ser .backshape {
    left: auto;
    right: 0;
}
.custom_function_row.map-inti .backshape {
    transform: translateY(-67%);
    -webkit-transform: translateY(-67%);
    -moz-transform: translateY(-67%);
    -ms-transform: translateY(-67%);
    -o-transform: translateY(-67%);
    width: 22.8%;
}
.custom_function_row.booking_ser .backshape {
    transform: translateY(-39%);
    -webkit-transform: translateY(-39%);
    -moz-transform: translateY(-39%);
    -ms-transform: translateY(-39%);
    -o-transform: translateY(-39%);
    width: 22.25%;
}
.custom_function_row.booking_ser .custom_function-left img {
    margin-right: -64px;
    max-width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
.custom_function_row.all_ser .backshape {
    transform: translateY(-31%);
    -webkit-transform: translateY(-31%);
    -moz-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
    -o-transform: translateY(-31%);
    width: 21.40%;
}
.custom_function_row.booking_ser.safety img {
    width: auto;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
    border: navajowhite;
}
.custom_function_row.booking_ser.safety .custom_function-left {
    width: 25%;
}
.custom_function_row.booking_ser.safety .custom_function-right {
    width: 75%;
    padding-left: 40px;
}
/******************************************/
.mainWrapper {
    max-width: 1920px;
    margin:80px auto 0 auto;
    overflow: hidden;
}
/*****************************************************/
.inq_form {
    width: 100%;
    display: block;
    background-color: #f8f8f8;
    position: relative;
    padding: 20px 0 30px;
    z-index: 0;
    float: left;
}
.inq_form form input[type=submit] {
    background: #ffa00a;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 4px;
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
}
.inq_form .head-style {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    font-size: 32px;
    color: #f76a00;
    position: relative;
    font-family: 'Exo 2';
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.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-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: #003a57;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: #ff6e00;
}
.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 (min-width:1921px) {
    .mainWrapper {
        margin: 0 auto;
        max-width: 1920px;
        overflow: hidden;
    }
    .application {
        background-size: auto;
        background-position: top 0px right;
    }
    .application.inverse {
        background-size: auto;
        background-position: top 0px left 0;
    }
}
@media screen and (max-width:1920px) {
    .our-crew-right img {
        min-width: 60vw;
        width: 60vw;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width:1920px) {
    .banner-right img {
        max-width: 48vw;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.50) and (max-width:1920px) {
    .banner h1 {
        font-size: 40px;
    }
    .banner b {
        font-size: 21px;
    }
    p {
        font-size: 15px;
        line-height: 23px;
    }
}
@media (max-width:1400px) {
    .application {
        background-size: 59%;
    }
    .banner-right img {
        max-width: 49vw;
    }
}
@media screen and (max-width:1279px) {
    .deliverytypes .app-small-circle,
    .deliverytypes .delityple-placehold {
        display: none;
    }
    /*********************************/
    .flow-row ul li .flow-img-block .center-left.arrow,
    .flow-row ul li .center-left.arrow {
        left: -40px;
        width: 30px;
    }
    .flow-row ul li .flow-img-block .center-right.arrow,
    .flow-row ul li .center-right.arrow {
        right: -40px;
        width: 30px;
    }
    .flow-img-block .center-up.arrow,
    .flow-row ul li .center-down.arrow {
        height: 30px;
    }
    .flow-img-block .center-up.arrow {
        top: -40px;
    }
    .flow-row ul li .center-down.arrow {
        bottom: -40px;
    }
    /************************************************/
    ul.reviews-list li.morereview a {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    .banner-image-hold:after {
        top: 50%;
    }
    .banner-right img {
        max-width: 100%;
    }
}
@media screen and (max-width:1195px) {
    .flow-video {
        background-image: none;
    }
    .banner h1 {
        font-size: 40PX;
    }
    .banner b {
        font-size: 21px;
    }
    /***************************************/
    .work-process ul {
        margin-top: 30px;
    }
    .work-process ul li {
        width: 50%;
        margin-bottom: 50px;
    }
    .work-process ul li:nth-child(2n+1) {
        margin-top: 0;
    }
    .work-process ul li:first-child i:after {
        display: none;
    }
    /***************************************/
    .web-screens ul li .image-holder {
        min-height: unset;
    }
    .apple-watch-banner-inner {
        max-width: 1310px;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        z-index: 1;
        position: relative;
        align-items: center;
    }
    .apple-watch-banner-left {
        width: 478px;
        padding-top: 50px;
    }
    .apple-watch-banner-right {
        width: calc(100% - 300px);
        width: -o-calc(100% - 300px);
        width: -ms-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: -webkit-calc(100% - 300px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .apple-watch-banner-right .top-new-benner-mob {
        position: relative;
        bottom: auto;
        left: auto;
        z-index: 1;
        max-height: 100%;
        margin: 0;
    }
    .apple-watch-banner-left .heading-style1 {
        font-size: 24px;
    }
    .apple-watch-banner-left p {
        font-size: 15px;
        line-height: 21px;
    }
    .apple-watch-banner .apple-demo-video a {
        font-size: 18px;
        font-weight: 500;
        padding: 14px 18px;
    }
    .appcost-inner {
        flex-direction: column-reverse;
    }
    .appcost-left {
        width: 100%;
    }
    .appcost-right {
        width: 100%;
        display: block;
    }
    .appcost-right img {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width:1024px) {
    .main-title {
        font-size: 40px;
    }
    ul.reviews-list li {
        width: 33.33%;
    }
    body,
    html {
        overflow-x: hidden;
    }
    .client-section-left,
    .client-section-right {
        width: auto;
    }
    .client-section-middle {
        width: 100%;
        padding: 0;
    }
    .client-section-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .client-section-middle p:last-child {
        margin-bottom: 0;
    }
    .client-section-left img,
    .client-section-right img {
        max-width: 100%;
    }
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .catrow {
        width: calc(33.33% - 12px);
        width: -o-calc(33.33% - 12px);
        width: -moz-calc(33.33% - 12px);
        width: -webkit-calc(33.33% - 12px);
    }
    .banner-inner{
        flex-direction: column-reverse;
    }
    .banner-left {
        width: 100%;
        text-align: center;
    }
    .banner-right {
        width: 100%;
        align-items: center;
        margin: 0 0 25px 0;
    }
    .banner-left .btn__div{
        justify-content: center;
    }
}
@media screen and (max-width:991px) {
    .client-reviews ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
        max-width: 680px;
        margin: 0 auto 10px auto;
    }
    .client-reviews-inner{
        flex-direction: column-reverse;
      }
      .client-reviews-left{
        width: 100%;
      }
      .client-reviews-right{
        width: 100%;
        margin: 0 0 25px 0;
      }
    .banner h1 {
        font-size: 40px;
    }
    .individual-fet ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .landing__list{
        grid-template-columns: 1fr 1fr;
        align-items: normal;
    }
    .landing__list .landing__box {
        min-height: 100%;
    }
    .our-crew{
        padding-bottom: 40px;
    }
    /*******************************************/
    /**********************************************/
    .whatfor-left,
    .whatfor-right {
        width: 100%;
        justify-content: center;
    }
    .main-title {
        font-size: 40px;
    }
    .masonry-block_ a.view-more>span {
        font-size: 20px;
    }
    /**********************************************/
    .flow-row {
        flex-direction: column;
        align-items: center;
    }
    .flow-row ul:first-child,
    .flow-row ul:last-child {
        margin-top: 0;
    }
    .flow-row ul:first-child li,
    .flow-row ul:last-child li,
    .flow-row ul:first-child li:first-child,
    .flow-row ul:last-child li:first-child,
    .flow-row ul.middle li:nth-child(2) {
        margin-bottom: 50px;
    }
    .flow-row ul li.pad-mb-0{
    margin-bottom: 0;
}
    .center-left,
    .center-right {
        display: none;
    }
    .flow strong,
    .flow-video strong {
        font-size: 16px;
        line-height: 25.2px;
    }
    /********************************************/
    .statistics ul li {
        width: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        padding: 10px;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #ddd;
        margin: 10px 10px;
        background-color: #fff;
    }
    .statistics ul {
        padding: 0;
        border-width: 0 0 0 0;
    }
    .statistics ul li:after {
        display: none;
    }
    .statistics ul:last-child {
        border-width: 0;
    }
    /*****************************************/
    .fet-caption {
        padding: 0 0 15px 0;
    }
    .features ul {
        grid-template-columns: repeat(2, 1fr);
    }
    /****************************************/
    .app-screens ul.tab-screens li {
        width: 100%;
        text-align: center;
    }
    .appcost {
        margin-bottom: 0;
    }
    /****************************************/
    .application-left,
    .driver-section .application-left {
        width: 100%;
        padding-top: 0;
        text-align: center;
        padding: 0;
    }
    .application-right {
        width: 100%;
        display: block;
    }
    .application.kiosk-section .application-right {
        min-height: auto;
    }
    .application,
    .application.inverse,
    .application.kiosk-section,
    .application.inverse.food-kiosk-section {
        background-image: none;
        padding: 50px 0;
    }
    .application.inverse {
        background-color: #f8f8f8;
        padding: 50px 0 0 0;
    }
    .driver-section,
    .application.kiosk-section {
        background-color: #f8f8f8;
    }
    .kiosk-section {
        background-color: #f8f8f8;
    }
    .application.kiosk-section {
        margin-top: 20px;
    }
    .application.food-kiosk-section {
        background-color: #fff;
    }
    .application {
        padding: 50px 0 0 0;
    }
    .application ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    .application ul li {
        margin-bottom: 30px;
        width: 33.33%;
        padding: 0 10px;
    }
    .application.kiosk-section ul li,
    .application.food-kiosk-section ul li {
        width: 100%;
    }
    .application.inverse.food-kiosk-section .application-right ul li img {
        margin: 0;
        height: auto;
    }
    .application ul li,
    .application.inverse ul li {
        margin: 0 0 20px 0;
    }
    .application ul li img {
        max-width: 100%;
    }
    .application.kiosk-section .application-right ul li img {
        margin-top: 0;
        height: auto;
    }
    .app-screens ul {
        justify-content: center;
    }
    .download {
        background-image: none;
        margin: 20px 0 0 0;
    }
    .download>img {
        display: block;
        max-width: 100%;
    }
    .download-inner {
        min-height: unset;
    }
    .download:before {
        display: none;
    }
    .download:after {
        display: none;
    }
    .download-caption i {
        display: none;
    }
    .download-caption h3 {
        margin: 0;
    }
    .download-caption {
        margin-top: 0;
        padding-bottom: 50px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .download-caption a {
        font-size: 18px;
        min-height: 55px;
    }
    /*********************************/
    .clone-package-section.inverse .clone-package-section-inner {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    .clone-package-left {
        width: 100%;
        padding: 0 0 50px 0;
    }
    .clone-package-section.inverse .clone-package-left {
        padding: 0;
    }
    .cubex-review {
        height: 63vw;
        width: 100%;
        display: block;
    }
    .cubex-review img {
        width: 100%;
    }
    .clone-package-right {
        width: 100%;
        text-align: center;
        display: block;
    }
    .clone-package-right img {
        max-width: 100%;
    }
    .clone-package-right:after {
        width: 100%;
        max-width: 100%;
    }
    .play-anim-ico {
        left: 50%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .clone-package-section.inverse .clone-package-right img {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    /*********************************/
    .tech-right {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    .tech-left {
        width: 100%;
        justify-content: center;
    }
    .tech-left img {
        max-width: 100%;
    }
    .reviews .client-left-shape {
        display: none;
    }
    /**************************************/
    .reviews .reviews-inner>a {
        min-height: 56px;
        font-size: 18px;
        padding: 0 25px;
    }
    /********************************/
    /***************************************/
    .our-crew-inner{
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .our-crew-left {
        width: 100%;
    }
    .our-crew-right {
        width: 100%;
    }
    .our-crew-right img {
        min-width: initial;
        width: auto;
        max-width: 100%;
    }
    /************************************/
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child,
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
        font-size: 15px;
    }
    /************************************************************/
    .deliverytypes ul li {
        width: 50%;
    }
    /*******************************************/
    .custom_function_row h4 span {
        font-size: 30px;
    }
    .custom_function-left {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .custom_function-right {
        width: 100%;
    }
    .custom_function_row .backshape {
        display: none;
    }
    .custom_function_row.map-inti {
        margin-top: 30px;
    }
    .custom_function_row img {
        max-width: 100%;
    }
    .custom_function_row.booking_ser.safety .custom_function-right {
        width: 100%;
    }
    .custom_function_row.booking_ser.safety .custom_function-left {
        width: 100%;
    }
    .custom_function_row.booking_ser .blocks-inner {
        flex-direction: column-reverse;
    }
    .custom_function_row.booking_ser.safety img {
        margin-bottom: 25px;
        max-width: 100%;
    }
    .custom_function_row.booking_ser.safety .custom_function-left img {
        width: 300px;
    }
    .blocks {
        padding: 50px 0 0 0;
    }
    .custom_function_row.booking_ser {
        padding: 60px 0 0 0;
    }
    /*************/
    .apple-watch-banner-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .apple-watch-banner-left {
        width: 100%;
        padding-top: 0;
    }
    .apple-watch-banner-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-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .apple-watch-banner-right img {
        max-width: 100%;
    }
    .catrow {
        width: calc(50% - 12px);
        width: -o-calc(50% - 12px);
        width: -moz-calc(50% - 12px);
        width: -webkit-calc(50% - 12px);
    }
    .catrow:last-child {
        width: 100%;
    }
    .kiosk-inner {
        flex-direction: column-reverse;
    }
    .kiosk-left {
        width: 100%;
    }
    .kiosk-right {
        width: 100%;
    }
    .food-kiosk-left {
        width: 100%;
    }
    .food-kiosk-right {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .banner h1 {
        font-size: 38px;
        line-height: 1.2em;
    }
    .banner strong {
        font-size: 18px;
    }
    .banner b {
        font-size: 20px;
        line-height: 26px;
    }
    .banner .gomain {
        margin-bottom: 0;
    }
    [class*="round-anim"] {
        display: none;
    }
    /************************************/
    .main-title {
        font-size: 28px;
    }
    .main-title  br{
        display: none;
    }
    /****************************************/
    .features ul {
            grid-template-columns: 1fr;
    }
    .features ul li {
        width: 100%;
        margin: 0;padding: 0;
    }
    .fet-caption{
        padding: 0;
    }
    .fet-caption:hover {
        border: none;
    }
    .features ul li i {
        margin-top: 0;
    }
    .landing__list {
        grid-template-columns: 1fr;
    }
    .landing__list .landing__box {
        padding: 15px;
    }
    .landing__list .landing__box::before{
        display: none;
    }
    .app-screens ul li {
        width: 50%;
        text-align: center;
    }
    /*************************************************************/
    .notice-left,
    .notice-right {
        width: 100%;
    }
    /*******************************************/
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:first-child,
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2) {
        font-size: 2.6vw;
    }
    .PRICE_TABLE ._TD_ {
        padding: 2vw;
        font-size: 2vw;
    }
    .PRICE_TABLE ._TD_ a.buy-package {
        font-size: 2.5vw;
    }
    .PRICE_TABLE ._TD_ strong.head_title {
        font-size: 2vw;
    }
    .PRICE_TABLE ._TD_ ._VIDEO_ img {
        width: 3.6vw;
    }
    .PRICE_TABLE ._TD_ ._VIDEO_ {
        width: 4vw;
    }
    .PRICE_TABLE ._TD_ ._VIDEO_ img {
        max-width: 100%;
    }
    .PRICE_TABLE ._TD_ strong.head_title {
        font-size: 2vw;
    }
    .PRICE_TABLE ._TD_.pachage-column {
        max-width: 26vw;
        padding: 0 2vw;
        width: 26vw;
    }
    .PRICE_TABLE ._TD_.pachage-column>div {
        font-size: 4vw;
        padding-bottom: 15px;
        padding: 0 0;
    }
    .PRICE_TABLE ._TD_ .shape {
        font-size: 2.5vw;
    }
    .PRICE_TABLE ._TD_.pachage-column>div:before,
    .PRICE_TABLE ._TD_.pachage-column>div:after,
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2):before,
    .PRICE_TABLE ._TR_._HEAD_ ._TD_:nth-child(2):after {
        display: none
    }
    .PRICE_TABLE h2 {
        font-size: 25px;
    }
    .pricing-table strong {
        font-size: 16px;
    }
    .PRICE_TABLE ._TD_ img {
        width: 2.9vw;
    }
    .PRICE_TABLE ._TD_ a.buy-package {
        line-height: normal;
        font-size: 15px;
        padding: 10px 20px;
    }
    /****************************************/
    ul.reviews-list li {
        width: 50%;
        padding: 0 8px;
    }
    ul.reviews-list li a {
        border-radius: 8px;
    }
    ul.reviews-list li a img {
        width: 100%;
    }
    .banner-image-hold img {
        max-width: 100%;
    }
    [class*="round-anim"] {
        display: none;
    }
    .banner-image-hold::after {
        display: none;
    }
    .custom_function_row h4 span {
        font-size: 25px;
    }
    .application ul li {
        width: 50%;
        text-align: center;
    }
}
@media screen and (max-width:630px) {
    .individual-fet ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .more-features-btn {
        padding: 12px 30px;
        font-size: 18px;
    }
    .common-btn {
        font-size: 18px;
    }
    p {
        font-size: 15px;
        line-height: 23px;
    }
    .application-left p {
        line-height: 23px;
    }
    .banner{
        padding:40px 0;
    }
    .banner .gomain {
        font-size: 18px;
        min-height: 50px;
    }
    .statistics ul li {
        margin: 10px;
        line-height: normal;
        font-size: 35px;
    }
    .statistics ul li small {
        font-size: 15px;
    }
    .app-screens ul li,
    .application ul li {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .application ul {
        justify-content: center;
    }
    /*********************************/
    .work-process ul li {
        width: 100%;
    }
    /************************************/
    .faq ul.tabs li {
        width: 50%;
    }
    .faq ul.tabs li {
        width: 100%;
        margin: 0 0 30px 0;
        font-size: 20px;
        text-align: center;
    }
    .masonry-block_[class*="col-"] {
        width: 100%;
    }
    /***************************************************/
    .deliverytypes ul li {
        width: 100%;
        padding: 0 0;
    }
    .deliverytypes ul li .deltype-block {
        text-align: center;
    }
    ul.reviews-list li.morereview a {
        font-size: 18px;
        line-height: 21px;
    }
    ul.reviews-list li a:after {
        width: 36px;
        height: 36px;
        background-size: 32px;
    }
        .catrow {
        width: 100%;
        margin: 0;
    }
    .services {
        padding: 20px 0 20px 0;
    }
    .flow .flow-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
    .flow-video {
        padding-bottom: 40px;
    }
    .web-caption strong {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .web-caption p {
        font-size: 15px;
        line-height: 21.2px;
    }
    .download-caption h3 {
        font-size: 35px;
        line-height: 1.5em;
    }
    .download p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .kiosk-section {
        padding-bottom: 0;
    }
    .clone-package-section .more-reviews-btn, .general-button {
        box-shadow: none;
        font-size: 16px;
        padding: 10px 20px;
        min-height: 50px;
}
.pricing-table {
    padding: 40px 0;
}
.mb-15{
    margin-bottom: 20px;
}
.clone-package-section
.statistics{
    padding: 40px 0;
}
.application.inverse {
    padding: 40px 0 0 0;
}
.web-screens ul li .image-holder {
    border-radius: 12px;
}
.landing strong {
    margin: 0 0 10px 0;
}
.landing h3 {
    margin-bottom: 15px;
}
.download-caption {
    padding-bottom: 30px;
}
.client-section{
    padding: 40px 0;
}
}
@media screen and (max-width:530px) {
    .inq_form .input-row-flow {
        width: 100%;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 20px;
    }
    .client-reviews ul li{
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: -o-calc(50% - 10px);
      }
}
@media screen and (max-width:480px) {
    .themes ul li img:nth-child(2) {
        display: none;
    }
    ul.reviews-list li.morereview a {
        font-size: 12px;
        line-height: 17px;
    }
    .flow-img-block img {
        max-width: 100%;
    }
    .flow-row ul {
        width: auto;
        max-width: 100%;
        text-align: center;
    }
    .flow-video .play-anim-ico {
        width: 40px;
        height: 40px;
    }
    .banner h1 {
        font-size: 30px;
    }
    .banner b {
        font-size: 18px;
        line-height: 24px;
    }
    .banner strong {
       font-size: 18px;
        line-height: 1.5em;
    }
}