@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;
}
.align-self-center {
  align-self: center;
}
.heading-area {
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
}
.heading-area strong {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1em;
  margin-top: 6px;
  display: block;
  text-transform: capitalize;
}

.main-title,
.head-style {
  font-size: 35px;
  font-weight: bold;
  margin: -5px 0 0 0;
  color: #191919;
  text-transform: uppercase;
  line-height: 1em;
}

.heading-area.white > *{
  color: #fff;
}
.heading-area.center > *{
  text-align: center;
  display: block;
}
.heading-area p{
  margin: 5px 0 0 0;
}
.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 i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.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 {
  width: 60px;
  position: absolute;
  height: 60px;
  font-size: 61px;
  right: 50px;
  bottom: 50px;
  z-index: 111;
  color: #fff;
}

.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;
}
body {
  font-family: 'Exo 2';
}
main{
  max-width: 1920px;
  margin: 82px auto 0 auto;
}
main > *{
  padding: 45px 0;
}
/************************************/
/************************************/
.h-100 {
  height: 100%;
}

.banner {
  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: 45px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 800;
  color: #1ca3ff;
  font-size: 45px;
  margin-bottom: 10px;
}
.banner .heading3 {
  font-size: 22px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.banner p {
  margin: 0px 0px;
  text-align: justify;
}

.banner-left {
  width: 49%;
}

.banner-right {
  width: 48.5%;
}

/**************************************/
.pricing {
  position: relative;
  z-index: 1;
}
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.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;
  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: 20px;
}
.torn-pricing::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 46.7%;
}
.torn-pricing img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.btn__div{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
}
.btn__div.center {
  justify-content: center;
}
/**************************************/
.demo-video-laptop{
  background-color: #e3f4ff;
}
.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 strong {
  margin: 0px;
  padding: 0px;
  color: #ffb400;
  font-weight: 600;
}

.uberclone-vidoe-img .play-anim-ico {
  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;
}

ul.reviews-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}

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(../svg/play-video-10.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 {
  background-color: #e3f4ff;
}
.screens-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.TABROW {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0 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;
  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;
  list-style: none;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}

.screens ul.active {
  display: grid;
}

.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;
}

.features-part-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
}

.features-part .enq-popup-button-block {
  text-align: center;
  margin-top: 0;
}

.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;
}

.-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;
}

.-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;
}
.features-part-inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.features-part-inner ul li{
  text-align: center;
}
.features-part-inner ul li i {
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #1ca3ff;
  display: block;
  text-align: center;
  margin: 0 auto ;
}

.features-part-inner ul li strong {
  margin: 7px 0 7px;
  padding: 0px;
  font-size: 19px;
  color: #18191a;
  font-weight: 600;
  text-transform: none;
  display: block;
}

.features-part-inner ul li strong img {
  vertical-align: top;
  margin: 0 0 0 10px;
}

.features-part-inner ul li strong a {
  color: #ffb400;
}

.features-part-inner ul li strong a:hover {
  color: #222;
}

.features-part-inner ul li p {
  text-align: center;
}

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

.perfect-script {
  background-color: #e3f4ff;
}

.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-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 p a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

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

/******************/
.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 {
  width: 49%;
}
.other-services-right {
  width: 48%;
  display: flex;
  justify-content: flex-end;
}
.green-part-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}

.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:last-child{
  margin-bottom: 0;
}
.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%;
}

/*********************/
.front-end {
  background: #f4fbff;
}
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.front-end-right {
  width: 40%;
}
.front-end-left {
  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 {
  background: #006ab3;
}

.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.demolinks ul {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  gap: 10px;
  max-width: 900px;
  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;
  position: relative;
  padding: 20px 0 30px;
}

.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-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: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  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%;
  font-family: 'Exo 2';
}

.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;
}

/************************************/
/********************************/
.faq{
  padding: 45px 0;
  background-color: #f8f8f8;
}
.faq__inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.faq_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.faq_list li {
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 0 0 10px 0;
  background: #fff;
}
.faq_list li:last-child {
  grid-column: span 2;
}
.faq_list li strong {
  font-size: 20px;
  line-height: normal;
  display: block;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  border-radius: 12px 12px 0 0;
  background: #f4fbff;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
}
.faq_list li p {
  padding: 0 20px;
}
/************************************/
@media screen and (max-width:1199px) {
  .main-title {
    font-size: 33px;
    }
    .banner-left {
      width: 100%;
    }
  .banner .heading2 {
    line-height: 40px;
    font-size: 40px;
  }
  .banner .heading3 {
    font-size: 20px;
    line-height: 1em;
  }
  .banner-right{
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0;
  }
  .banner-inner{
    flex-direction: column-reverse;
  }
  ul.reviews-list {
    gap: 15px;
}
  ul.reviews-list li.morereview a {
    font-size: 2.5vw;
    line-height: 3.3vw;
  }
}

@media screen and (max-width:991px) {
  .main-title {
      font-size: 32px;
  }
  .banner .heading2 {
    font-size: 40px;
    line-height: 40px;
  }
  .perfect-script-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .perfect-script-right {
    width: 100%;
  }
  .features-part-inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .inq_form .box-shadow ul li {
    width: 100%;
  }
  .other-services-left {
    width: 100%;
  }
  .other-services-right {
    width: 100%;
    margin-bottom: 30px;
  }
  .other-services-inner {
    flex-direction: column-reverse;
  }
  .front-end-inner {
    flex-direction: column-reverse;
  }
  .front-end-right {
    width: 100%;
  }
  .front-end-left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  ul.weblinks li {
    margin: 0 10px 20px 10px;
  }
  .screens ul {
    grid-template-columns: repeat(2, 1fr);
  }
  ul.reviews-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .inq_form .box-shadow ul{
    row-gap: 25px;
  }
}
@media screen and (max-width:630px) {
  main > * {
    padding: 40px 0;
}
  .main-title {
    font-size: 25px;
  }
  .heading-area strong {
    font-size: 16px;
  }

  .banner .heading1 {
    font-size: 22px;
    line-height: 1em;
  }
  .banner .heading2 {
    font-size: 30px;
    line-height: 1em;
}
  .banner .heading3 {
  font-size: 18px;
  }
  .features-part-inner ul {
    grid-template-columns: 1fr;
}
  .perfect-script-left {
    margin-bottom: 15px;
  }
  .uberclone-vidoe-img .play-anim-ico {
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
}
.screens a {
    font-size: 16px;
    padding: 12px 15px;
  }

  .common-button {
    font-size: 18px;
    padding: 15px;
  }
  .pricing .get-quote {
    font-size: 16px;
    padding: 11px 15px;
  }
  .screens ul {
    grid-template-columns: 1fr;
  }

  ul.reviews-list {
    grid-template-columns: 1fr 1fr;
}
  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;
  }
  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;
  }
  .faq_list {
    display: flex;
    flex-wrap: wrap;
  }
}