<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'exo_2regular';
    src: url('exo2-regular.woff2') format('woff2'),
         url('exo2-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exo_2light';
    src: url('exo2-light.woff2') format('woff2'),
         url('exo2-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exo_2bold';
    src: url('exo2-bold.woff2') format('woff2'),
         url('exo2-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@keyframes broadcast {
  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)
  }
}
p {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 22px;
  text-align: justify;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.align-self-center {
  align-self: center;
}
.heading-area {
  text-align: center;
  margin-bottom: 15px;
}
.heading-area strong {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  display: block;
  line-height: 25px;
  margin-top: 6px;
}
.heading-area .header-sep {
  width: 38px;
  display: block;
  margin: 15px auto 0 auto;
}
.heading-area h3,
.heading-area h4,
.section-title {
  font-size: 35px;
  font-weight: bold;
  margin: -10px 0 0 0;
  color: #191919;
  text-transform: uppercase;
}
.common-button {
  background-color: #1ca3ff;
  font-size: 20px;
  text-transform: initial;
  font-weight: 600;
  padding: 10px 15px 12px 15px;
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  gap: 10px;
  align-items: center;
}
.common-button img {
  width: 20px;
  height: 20px;
  font-size: 0;
}
.common-button:hover {
  background-color: #035c97;
  color: #fff;
}
.common-button.btn-color1,
.common-button.btn-color1:visited {
  background-color: #FE9B00;
}
.common-button.btn-color1:hover {
  background-color: #c07a24;
}
.common-button.btn-color2,
.common-button.btn-color2:visited {
  background-color: #0fb158;
}
.common-button.btn-color2:hover {
  background-color: #0a8d45;
}
.enq-popup-button-block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.play-anim-ico {
  background-image: url(play-video-4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  position: absolute;
  height: 60px;
  right: 50px;
  bottom: 50px;
  z-index: 111;
}
.play-anim-ico:after {
  position: absolute;
  width: 34px;
  height: 34px;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: -17px 0 0 -17px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 13px #fff;
  transform: scale(0.9);
  transform-origin: center center;
  animation: broadcast 1s linear infinite;
  -webkit-animation: broadcast 1s linear infinite;
}

img {
  max-width: 100%;
}
li{ display:block;}

#uber-for-x-product-main-content{ margin:80px 0 0; padding:0px; min-height:800px; font-weight:normal;}

/************************************/
/************************************/
.h-100{
    height: 100%;
}

.banner {
  padding: 40px 0;
  position: relative;
  background-color: #e3f4ff;
}
.banner-inner {
  max-width: 1310px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
}
.banner .heading1 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 36px;
}
.banner .heading2 {
  line-height: 48px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 800;
  color: #1ca3ff;
  font-size: 48px;
  margin-bottom: 10px;
}
.banner .heading3 {
  font-size: 22px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
}
.banner p {
  margin: 0px 0px;
  text-align: justify;
}
.banner-left {
  width: 49%;
}
.banner-right {
  width: 48.5%;
}
/**************************************/
.pricing {
  padding: 40px 0 50px 0;
  position: relative;
  z-index: 1;
}
.pricing img {
  max-width: 100%;
}
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pricing-inner p{
  text-align: center;
}
.pricing .heading-area {
  margin-bottom: 15px;
}
.pricing .get-quote {
  font-size: 22px;
  background-color: #1ca3ff;
  font-weight: 600;
  color: #ffffff;
  padding: 14px 40px 17px 40px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pricing .get-quote:hover {
  background-color: #035c97;
}
.torn-pricing {
  position: relative;
  margin-bottom: 6%;
}
.torn-pricing:after {
  content: '';
  position: absolute;
  top: 100%;
  width: auto;
  height: 60px;
  background-image: url(torn-paper-3.png);
  left: 14px;
  right: 0;
  background-size: 39%;
  background-repeat: repeat-x;
  z-index: 1;
  margin-top: -1px;
  pointer-events: none;
}
.pricing [data-toggle="popup"] {
  padding: 14px 40px 17px 40px;
  font-size: 22px;
}
.pricing a {
  margin: 0 10px;
}
/**************************************/
.demo-video-laptop {
    margin: 30px 0;
    padding: 0;
}
.demo-video-laptop .heading-area {
    margin-bottom: 20px;
}
.demo-video-laptop-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1310px;
    text-align: center;
}
.uberclone-vidoe-img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border: 3px solid #aaa;
    vertical-align: top;
}
.uberclone-vidoe-img::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.uberclone-vidoe-img img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;

}
.uberclone-vidoe-img iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.uberclone-vidoe-img img:hover {
    cursor: pointer;
}
.demo-video-laptop p {
    text-align: center;
}
.demo-video-laptop p img {
    max-width: 100%;
}
.demo-video-laptop p strong {
    margin: 0px;
    padding: 0px;
    color: #ffb400;
    font-weight: 600;
}
.uberclone-vidoe-img .play-anim-ico {
    background-image: url(play-video-theme.svg);
    padding: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    pointer-events: none;
}
.uberclone-vidoe-img .play-anim-ico:after {
  box-shadow: 0 0 0 13px #1ca3ff;
}
/********************************clients stylesheet start***********************************/
.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-inner p{
  text-align: center;
}
.reviews {
  padding: 45px 0 30px 0 !important;
  position: relative;
}
.reviews .client-left-shape {
  position: absolute;
  top: -158px;
  left: -10px;
  pointer-events: none;
}
.reviews .client-right-shape {
  position: absolute;
  bottom: -183px;
  right: -10px;
  pointer-events: none;
}
ul.reviews-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
ul.reviews-list li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
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: '';
  width: 100%;
  display: block;
  padding-top: 71%;
}

ul.reviews-list li a::after {
  content: '';
  background-image: url(play-video-4.svg);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: #1ca3ff;
  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: #1ca3ff;
  color: #fff;
  padding: 15px;
  text-align: center;
}
ul.reviews-list li.morereview a:hover {
  background-color: #035c97;
}
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;
}
/*********************************/
/**************************************/
.screens {
  padding: 40px 0 50px 0;
  background-color: #e3f4ff;
}
.screens p {
  text-align: center;
}
.screens-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.TABROW {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 15px 0;
}
.TABROW .TAB {
  min-width: 197px;
  height: 50px;
  padding: 15px 15px;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: uppercase;
  color: #606060;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 0 0 1px #d8d8d8 inset;
  margin: 0 10px 10px 10px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}
.TABROW .TAB.active {
  background-color: #1ca3ff;
  color: #fff;
  box-shadow: none;
}
.screens ul {
  display: none;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.screens ul.active {
  display: flex;
}
.screens ul li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;

}
.screens ul li img {
  max-width: 100%;
}
.screens ul li img {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.screens .view-app-flow {
  font-size: 22px;
  background-color: #1ca3ff;
  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: #249e44;
}
.screens a {
  background-color: #1ca3ff;
  font-size: 25px;
  color: #fff;
  padding: 20px 30px;
  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;
  display: inline-block;
}
.screens a:hover {
  background-color: #035c97;
}
/**************************************/
/*********************************/
/************premium-features**********/
.premium-features-part {
  padding: 40px 0 20px 0;
}
.premium-features-part-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}
.premium-features-part .enq-popup-button-block {
  text-align: center;
  margin-top: 0;
}
.premium-features-part-inner h2.inner-heading1 {
  color: #f2ab00;
  float: left;
  font-size: 40px;
  font-weight: bold;
  margin: 0px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}
.premium-features-part-inner b.other-charg {
  color: #18191a;
  margin: 0 0 30px;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-size: 26px;
  position: relative;
}
.premium-features-part-inner b.other-charg:after {
  background: #f2ab00;
  top: 42px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 28px;
}
.premium-features-part-inner ul {
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.premium-features-part-inner ul li {
  margin: 0 0 20px 0;
  padding: 0 10px;
  width: 33.33%;
  text-align: center;
}
.premium-features-part-inner ul li span {
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #1ca3ff;;
}
.premium-features-part-inner ul li h3 {
  margin: 7px 0 7px;
  padding: 0px;
  font-size: 19px;
  color: #18191a;
  font-weight: 600;
  text-transform: none;
}
.premium-features-part-inner ul li h3 img {
  vertical-align: top;
  margin: 0 0 0 10px;
}
.premium-features-part-inner ul li h3 a {
  color: #ffb400;
}
.premium-features-part-inner ul li h3 a:hover {
  color: #222;
}
.premium-features-part-inner ul li p{
  text-align: center;
}
/******************/

.perfect-script{
    background-color: #e3f4ff;
    background-repeat: no-repeat;
    padding: 40px 0 50px 0;
}
.perfect-script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.perfect-script-inner .heading-area {
  text-align: center;
  width: 100%;
}
.perfect-script-left {
  padding: 0px;
  float: left;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.perfect-script-left img {
  max-width: 100%;
}
.perfect-script-right{
  padding: 0;
  float: right;
  width: 48%;
}
.perfect-script-right h3{
  text-align: left;
  color: #000;
}
.perfect-script-right ul { 
  margin:0; 
  padding:0px; 
  float:right; width:100%;
}
.perfect-script-right ul li {
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  height: auto;
  line-height: normal;
  font-weight: 500;
  text-align: justify;
  position: relative;
}
.perfect-script-right ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #1ca3ff;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.script-bottom{ margin:0 auto; padding:0px; position:absolute; bottom:0; left:0; right:0; max-width:100%;}
.perfect-script-right .heading-area {
  margin-bottom: 20px;
}
.perfect-script-right p a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.perfect-script-right p a:hover {
  color: #38ff00;
  font-weight: bold;
}
/******************/

.other-services{
    margin: 0px;
    padding: 50px 0;
    background-color: #f8f8f8;
}
.other-services .heading-area strong {
  margin-bottom: 10px;
}
.other-services-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-services-left {
  margin: 0px;
  padding: 0px;
  width: 48%;
  position: relative;
}
.other-services-left .heading-area {
  text-align: left;
}
.other-services-left p {
  text-align: justify;
}
.other-services-left ul{ margin:0px; padding:0px; float:left; width:100%;}
.other-services-left ul li{ margin:0px; padding:0 0 0 20px; float:left; width:100%; font-size:15px; color:#fff; line-height:33px;}

.other-services-right {
  width: 48%;
  display: flex;
  justify-content: flex-end;
}
.other-services-right img {
  max-width: 100%;
}
/******************/

.green-part{ margin:0; padding:40px 0; background-color: #f8f8f8;}
.green-part-inner{ margin:0 auto; padding:0 15px; max-width:1310px;}
.green-part-inner h3:after{background:#f2ab00; top:55px; content:""; display:block; height:3px; left:0; right:0; margin:0 auto; position:absolute;
width:28px;}
.green-part-inner ul {
  display: block;
}
.green-part-inner ul li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  height: auto;
  line-height: 23px;
  font-weight: 500;
  text-align: justify;
  position: relative;
}
.green-part-inner ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #1ca3ff;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.green-part .heading-area {
  margin-bottom: 15px;
}
/******************/
.our-products-bottom-button .container {
  margin: 0 auto;
  text-align: center;
  max-width: 1310px;
}
.our-products-bottom-button .container .row {
  display: block;
}
/******************/
/*********************/
.front-end {
  margin: 0;
  padding: 50px 0px;
  background: #f4fbff;
}
.front-end .heading-area h3 {
  text-align: left;
}
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.front-end-right {
  margin:0;
  padding:0px;
  float:left;
  width:40%;
}
.front-end-right h4{margin:10px 0 15px;
    padding:0px;
    float:left;
    width:100%;
    font-size:49px;
    color:#fcc048;
    text-transform:uppercase;
    font-weight:600;
}
.front-end-right b{
    margin: 0 0 15px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #3c3c3c;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
}
.front-end-left{
    margin:0px;
    padding:0px;
    float:right;
    width: 60%;
}
/*************************/

.iPhone-visual{ margin:0px; padding:0px; float:left; width:100%; min-height:500px;}
.iPhone-visual-inner{ margin:0 auto; padding:0; width:1280px;}
.iPhone-visual h3{ margin:0 0 45px; padding:0px; float:left; width:100%; font-family:'exo_2light'; font-size:49px; text-align:center; text-transform:none;}
.iPhone-visual h3 b{ margin:0px; padding:0px; color:#ff7308;}
.iphone-screen{ margin:0px; padding:0px; float:left; width:100%; }

/******************************/

.frequently-asked-question{ margin:0px; padding:0px; float:left; width:100%; background:#ececec;}
.frequently-asked-question-inner{ margin:0 auto; padding:30px 0; width:1280px;}
.frequently-asked-question-inner h3{ margin:0 0 45px; padding:0px; float:left; width:100%; font-family: 'exo_2light'; font-size:49px; text-align:center;}
.frequently-asked-question-inner h3 b{ margin:0px; padding:0px; color:#ff7308;}

.accordion { margin:0px; padding:0px; float:left; width:49%; overflow:hidden;}
.accordion.last { float:right;}
.accordion .faq-ques{margin:0px; padding:0 0 14px; float:left; width:100%;}
.accordion .faq-ques p{margin:0 0 0 40px; padding:0px; float:left; width:92%; line-height:27px; color:#515a69; font-size:16px;}
.accordion-section-title {width:100%; padding:22px 0; display:inline-block; color:#444444; font-size:16px; text-transform:none; font-weight:normal; border-bottom:1px dashed #999;
line-height:25px; text-decoration:none;}
.accordion-section-title .faq-ans{ display:none;}
.accordion-section .active{ border:none; color:#ff7308; padding-bottom:9px;}
.accordion-section-title.active, .accordion-section-title:hover {text-decoration:none; color:#ff7308;}
.accordion-section .accordion-section-title.active strong{ margin:0 15px 0 0; padding:0px; font-weight:600; color:#FFFFFF; float:left; width:25px; text-align:center;}
.accordion-section .accordion-section-title strong{ margin:3px 15px 0 0; padding:0px; font-weight:600; color:#000; float:left; width:25px; text-align:center;}
.accordion-section .active .faq-que{ display:none;}
.accordion-section .active .faq-ans{ display:block;}
.accordion-section:last-child .accordion-section-title {border-bottom:none;}
.accordion-section-content {padding:0px; display:none; float:left; width:100%;}

/*************************/
/*new*/

/*******************/

.uber-for-x-product-bottom-part{ margin:0 0 25px; padding:0px; float:left; width:100%; position:relative; top:0px;}
.uber-for-x-product-bottom-part-inner{ margin:0 auto; padding:0px; width:1280px; border-bottom:1px solid #d5d5d5;}
.uber-for-x-product-bottom-part-left{ margin:30px 0 0; padding:0px; float:left; width:49.9%; border-right:1px solid #d5d5d5;}
.uber-for-x-product-bottom-part-right{ margin:0px; padding:0px; float:left; width:50%;}
.ready-to-get-started{ margin:0px; padding:30px 0 20px; float:left; width:100%; background:#0084f4; text-align:center;}
.ready-to-get-started p{ margin:0 auto; padding:0px; float:none; width:90%;  color:#fff; font-size:15px; font-family: 'exo_2light'; line-height:26px; display:table;}
.ready-to-get-started span{ margin:18px 0 0; padding:0px; float:left; width:100%;}
.ready-to-get-started span a{ margin:0px; padding:0px; display:inline-table; color:#0084f4; font-size:17px; background:#fff; width:180px; height:43px; border-radius:30px;
text-transform:uppercase; text-transform:uppercase; line-height:43px; font-weight:600;}
.ready-to-get-started span a:hover{ background:#0b64af; color:#FFFFFF;}

.looking-for-more{ margin:25px 0 0; padding:0px; float:left; width:100%; text-align:center;}
.looking-for-more p{ margin:0 auto; padding:12px 0 0; float:none; width:90%;  color:#7a7a7a; font-size:15px; font-family: 'exo_2light'; line-height:26px; display:table;}
.looking-for-more span{ margin:15px 0 0; padding:0px; float:left; width:100%;}
.looking-for-more span a{ margin:0px; padding:0px; display:inline-table; color:#fff; font-size:17px; background:#0084f4; width:180px; height:43px; border-radius:30px;
text-transform:uppercase; text-transform:uppercase; line-height:43px; font-weight:600;}
.looking-for-more span a:hover{ background:#3c9df0;}

/*new*/
.uber-for-x-product-bottom-part{ margin:0px; padding:0px; float:left; width:100%;}
.uber-for-x-product-bottom-part-inner{ margin:0 auto; padding:0px; width:1280px; border-bottom:1px solid #d5d5d5;}
.uber-for-x-product-bottom-part-left{ margin:30px 0 0; padding:0px; float:left; width:49.9%; border-right:1px solid #d5d5d5;}
.uber-for-x-product-bottom-part-left strong{ margin:0 0 20px; padding:0px; float:left; width:100%; font-size:27px; color:#494949; text-transform:uppercase; font-family: 'exo_2bold';}
.uber-for-x-product-bottom-part-left ul{ margin:0px; padding:0px; float:left; width:100%;}
.uber-for-x-product-bottom-part-left ul li{ margin:0 0 25px; padding:0px; float:left; width:100%;}
.uber-for-x-product-bottom-part-left ul li label{ margin:0px; padding:0px; float:left; width:65px;}
.uber-for-x-product-bottom-part-left ul li span{ margin:0px; padding:0px; float:left; width:85%; font-size:15px; color:#7a7a7a;}
.uber-for-x-product-bottom-part-left ul li span b{ margin:0 0 5px; padding:0px; float:left; width:100%; font-size:17px; color:#656565; text-transform:uppercase;
font-weight:normal; font-family:'exo_2bold';}

.uber-for-x-product-bottom-part-right{ margin:0px; padding:0px; float:left; width:50%;}
.ready-to-get-started{ margin:0px; padding:0 0 20px; float:left; width:100%; background:#0084f4; text-align:center;}
.ready-to-get-started strong{ margin:30px 0 12px; padding:0px; float:left; width:100%; color:#FFFFFF; font-size:25px; text-transform:uppercase;  position:relative; text-transform:uppercase; font-family: 'exo_2bold';}
.ready-to-get-started p{ margin:0 auto; padding:0px; float:none; width:90%;  color:#fff; font-size:15px; font-family: 'exo_2light'; line-height:26px; display:table;}
.ready-to-get-started span{ margin:18px 0 0; padding:0px; float:left; width:100%;}
.ready-to-get-started span a{ margin:0px; padding:0px; display:inline-table; color:#0084f4; font-size:17px; background:#fff; width:180px; height:43px; border-radius:30px;
text-transform:uppercase; text-transform:uppercase; line-height:43px; font-weight:600;}
.ready-to-get-started span a:hover{ background:#0b64af; color:#FFFFFF;}

.looking-for-more{ margin:0px; padding:0px; float:left; width:100%; text-align:center;}
.looking-for-more strong{ margin:30px 0 12px; padding:0px; float:left; width:100%; color:#0084f4; font-size:25px; text-transform:uppercase;  position:relative; font-family: 'exo_2bold';}
.looking-for-more p{ margin:0 auto; padding:0px; float:none; width:90%;  color:#7a7a7a; font-size:15px; font-family: 'exo_2light'; line-height:26px; display:table;}
.looking-for-more span{ margin:15px 0 0; padding:0px; float:left; width:100%;}
.looking-for-more span a{ margin:0px; padding:0px; display:inline-table; color:#fff; font-size:17px; background:#0084f4; width:180px; height:43px; border-radius:30px;
text-transform:uppercase; text-transform:uppercase; line-height:43px; font-weight:600;}
.looking-for-more span a:hover{ background:#3c9df0;}


/*******/
.iphone-app{ margin:0px; padding:30px 0 0; float:left; width:100%; background:#f0f0f0; position:relative; top:-25px;}
.iphone-app .iphone-app-inner{ margin:0 auto; padding:0px; width:1280px;}
.iphone-app .iphone-app-inner h4{float:left; font-size:27px; margin:0 0 35px; padding:0; text-align:center; text-transform:uppercase; width:100%; font-weight:600;}
.iphone-app .iphone-app-inner h4 b{ color:#ff7308;}
.iphone-app .iphone-app-inner ul{ margin:0px; padding:0; float:left; width:100%;}
.iphone-app .iphone-app-inner ul li{ margin:0 13px 60px; padding:0; float:left; width:290px; display:block;}

/******************/
/**************************************/
.demolinks {
  padding: 40px 0 35px 0;
  background: #006ab3;
  position: relative;
}
.demolinks .heading-area strong {
  color: #fff;
  max-width: 900px;
  display: inline-block;
}
.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.demolinks .heading-area h3 {
  color: #fff;
}
.demolinks ul {
	display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
    max-width: 910px;
    margin: 0 auto;
}
.demolinks ul li a {
    display: block;
    position: relative;
}
.demolinks ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 34.34%;
}
.demolinks ul li a img {
    position: absolute;
    left: 0;
    top: 0;
	max-width: 100%;
}
/**************************************/
.fancybox-overlay-fixed {
  z-index: 999 !important;
}
.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: #1ca3ff;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 40px 14px 40px;
  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;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.inq_form form input:hover[type=submit] {
  background-color: #035c97;
}
.inq_form .heading-area {
  margin-bottom: 15px;
  text-align: left;
  align-items: flex-start;
}
.inq_form-inner {
  max-width: 1340px;
  padding: 0 15px;
  margin: 0 auto;
}
.inq_form .box-shadow {
  margin-top: 15px;
  width: 100%;
}
.inq_form .box-shadow ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.inq_form .box-shadow ul li {
  width: calc(50% - 15px);
  width: -o-calc(50% - 15px);
  width: -ms-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
  padding: 20px 30px 30px 30px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  background-color: #fff;
}
.enquire_form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
  width: calc(100% - 0px);
  width: -o-calc(100% - 0px);
  width: -ms-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inq_form .input-row-flow {
  margin-bottom: 16px;
  width: calc(50% - 15px);
  width: -o-calc(50% - 15px);
  width: -ms-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child {
  width: calc(100% - 0px);
  width: -o-calc(100% - 0px);
  width: -ms-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: -webkit-calc(100% - 0px);
}
.inq_form .input-row-flow .g-recaptcha {
  margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
  margin: 0px;
  border: 1px solid #ddd;
  background: #FFF;
  font-size: 16px;
  color: #292929;
  padding: 9px 10px;
  border-radius: 4px;
  -webkit-appearance: none;
  width: 100%;
}
.inq_form .text-center {
  text-align: center;
}
.custom-input-button {
  background-color: #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 (max-width:1279px){
  ul.reviews-list li.morereview a {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width:991px) {
  /******************************************/
  .banner .heading2 {
      font-size: 40px;
      line-height: 40px;
  }
  .banner .heading1 {
      font-size: 30px;
  }
  .banner-left {
      width: 100%;
  }
  .banner-right {
      width: 100%;
      margin-bottom: 30px;
      text-align: center;
  }
  .banner-inner {
      flex-direction: column-reverse;
  }
  /******************************************/
  .perfect-script-left {
      width: 100%;
      margin-bottom: 30px;
  }
  .perfect-script-right {
      width: 100%;
  }
  /******************************************/
  .premium-features-part-inner ul li {
      width: 50%;
  }
  .premium-features-part-inner ul li:last-child {
    width: 100%;
  }
  /******************************************/
  .inq_form .box-shadow ul li {
    width: 100%;
  }
  .inq_form .heading-area {
    margin-bottom: 15px;
    text-align: left;
    align-items:center;
  }
  .left-content {
    padding: 0;
  }
  .top-banner-part .left-content .heading2 {
    line-height: normal;
  }
  /******************************************/
  .other-services-left {
    width: 100%;
  }
  .other-services-right {
    width: 100%;
    margin-bottom: 30px;
  }
  .other-services-inner {
    flex-direction: column-reverse;
  }
  /******************************************/
  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);
      margin-bottom: 25px;
  }
  /**************************************/
  .front-end-inner {
      flex-direction: column-reverse;
  }
  .front-end-right {
      width: 100%;
  }
  .front-end-left {
      width: 100%;
  }
  /**************************************/
  ul.weblinks li {
      margin: 0 10px 20px 10px;
  }
  .heading-area h3,
  .heading-area h4,
  .section-title {
    font-size: 32px;
  }
  .screens ul li {
    width: 50%;
  }
}
@media screen and (max-width:767px) {
  .heading-area h3,
  .heading-area h4,
  .section-title {
    font-size: 28px;
  }
  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);
    margin-bottom: 25px;
  }
}
@media screen and (max-width:630px) {
  .heading-area h3, .heading-area h4,.section-title {
    font-size: 25px;
}
  .banner .heading2 {
    font-size: 30px;
    line-height: 30px;
  }
  .banner .heading3 {
    line-height: 25px;
  }
  .banner {
    padding: 40px 0;
  }

  .heading-area strong {
      font-size: 16px;
  }
  .inq_form-left, .inq_form-right {
      flex-direction: column;
  }
  .inq_form .input-row-flow {
      width: 100%;
  }
  .premium-features-part-inner ul li {
      width: 100%;
      padding: 0;
  }
    .screens a {
      font-size: 16px;
      padding: 12px 15px;
    }
    .common-button {
      font-size: 18px;
      padding: 15px;
    }
    .pricing {
      padding: 40px 0 40px 0;
    }
    .pricing .get-quote{
      font-size: 16px;
      padding: 11px 15px;
    }
    ul.reviews-list li a{
      border-radius: 8px;
    }
    ul.reviews-list li a img{
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
    }
    ul.reviews-list li.morereview a:before {
      width: 40px;
      height: 40px;
      border-radius: 10px 0 0 0;
    }
    ul.reviews-list li.morereview a:after {
      width: 40px;
      height: 40px;
      border-radius: 0 0 10px 0;
    }
    .screens ul li {
      width: 100%;
    }
    ul.reviews-list li {
      width: 50%;
      padding: 0 10px;
      margin-bottom: 20px;
    }
    ul.reviews-list li.morereview a {
      font-size: 4.2vw;
        line-height: 5.2vw;
    }
    ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    .inq_form form input[type=submit] {
      font-size: 18px;
      padding: 10px 15px;
    }
    .demolinks ul {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
}</pre></body></html>