body {
	font-family: var(--common-font);
}
p {
	font-family: var(--common-font);
}
@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)
    }
}
.play-anim-ico {
    width: 60px;
    position: absolute;
    height: 60px;
    bottom: 25px;
    z-index: 111;
    margin-left: -25px;
	pointer-events: none;
	font-size: 60px;
	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 #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.heading-style {
    font-weight: 800;
    color: #1ca3ff;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-size: 39px;
    text-transform: uppercase;
    margin-top: -8px;
    line-height: 1em;
	font-family: var(--common-font);
}
.enq-popup-button-block {
    margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.common-button {
    background-color: #ffffff;
    font-size: 18px;
    text-transform: initial;
    font-weight: 700;
    padding: 10px 15px 12px 15px;
    color: #1ca3ff;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	font-family: var(--common-font);
}
.common-button:hover {
    background-color: #eee;
    color: #1ca3ff;
}
.common-button:visited {
	background-color: #ffffff;
	color: #1ca3ff;
}
p {
	font-weight: 500;
    line-height: 23px;
    font-size: 15px;
    color: #000;
    text-rendering: optimizeSpeed;
}
body {
	font-family: 'Exo 2';
}
* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	box-sizing: border-box;
}
.step-by-step {
	margin: 40px 0 20px 0;
	padding: 0 0 20px;
	font-size: 40px;
	color: #1ca3ff;
	text-transform: uppercase;
	background: url("../images/hd-divider.png") no-repeat scroll center bottom;
	text-align: center;
	font-family: var(--common-font);
	font-weight: 800;
	line-height: 1em;
}
/****************************************/
.opposite-single-row .opposite-single-left img,
.opposite-single-row .opposite-single-right img,
.mobile-other-screen-part1-left img,
.mobile-other-screen-part1-right img,
.mobile-other-screen-part2-left img,
.mobile-other-screen-part2-right img,
.mobile-other-screen-part3-left img,
.mobile-other-screen-part3-right img,
.mobile-other-screen-part4-right img,
.mobile-other-screen-part4-left img,
.mobile-other-screen-part5-right img,
.mobile-other-screen-part5-left img,
.mobile-other-screen-part9-right img,
.mobile-other-screen-part9-left img,
.mobile-other-screen-part10-right img,
.mobile-other-screen-part10-left img,
.mobile-other-screen-part11-right img,
.mobile-other-screen-part11-left img,
.mobile-other-screen-part12-right img,
.mobile-other-screen-part12-left img,
.mobile-other-screen-part13-right img,
.mobile-other-screen-part13-left img,
.mobile-screen-part5-left img,
.mobile-screen-part5-right img,
.mobile-screen-part6-right img,
.mobile-screen-part6-right img,
.mobile-screen-part7-left img,
.mobile-screen-part7-right img,
.mobile-screen-part8-left img,
.mobile-screen-part8-right img,
.mobile-screen-part9-left img,
.mobile-screen-part9-right img,
.mobile-screen-part10-left img,
.mobile-screen-part10-right img,
.mobile-screen-part11-left img,
.mobile-screen-part11-right img,
.mobile-screen-part12-left img,
.mobile-screen-part12-right img,
.mobile-screen-part12-left img,
.mobile-screen-part12-right img,
.mobile-screen-part13-left img,
.mobile-screen-part13-right img,
.mobile-other-screen-part6 img,
.mobile-other-screen-part6 img,
.loading-screen-left img,
.loading-screen-right 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));
}
.heading-2 {
	margin: -11px 0 10px 0;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 55px;
	color: #222;
	text-align: center;
	font-family: var(--common-font);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1em;
}
li {
	display: block;
}
.banner {
	background-color: #1ca3ff;
	padding: 40px 0;
}
.banner-inner {
	max-width: 1310px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 15px;
	align-items: center;
}
.banner-left {
	width: 55%;
	text-align: center;
}
.banner-right {
	width: 42%;
}
.banner h1 {
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    font-size: 50px;
    margin-top: 0;
    text-transform: uppercase;
	line-height: 1em;
	font-family: var(--common-font);
}
.banner p {
	line-height: 24px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--common-font);
}
.banner b {
	line-height: 24px;
	color: #fff;
	font-size: 17px;
    font-weight: 700;
	margin-bottom: 10px;
	display: block;
	font-family: var(--common-font);
}
.banner-left img,
.banner-right img {
	max-width: 100%;
}
#uber-for-x-product-main-content {
	margin: 80px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
	min-height: 800px;
	font-weight: normal;
}
/******top part*********/
.opposite-single-row h3,
.opposite-single-row h4 {
  padding: 0px;
  font-size: 34px;
  color: #1ca3ff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: -8px auto 10px;
  font-family: var(--common-font);
}
.opposite-single-row h4 small {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	display: block;
}
.opposite-single-row {
  text-align: center;
  padding: 40px 0;
  float: left;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.opposite-single-row.single-right-section .opposite-single-middle {
  width: 975px;
}
.delivery-department .light-blue-bg {
  border-bottom: 1px solid #dfdfff;
}
.light-blue-bg {
  	background-color: #ededfb;
}
.light-gray-bg {
  	background-color: #f8f8f8;
}
.light-green-bg {
  	background-color: #f0f4fd;
}
.light-purple-bg {
  	background-color: #f0e4ff;
}
.opposite-single-inner {
    text-align: left;
    display: flex;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.opposite-single-middle.oldapp-screen ul {
  margin: 0 0 80px 0;
  padding: 0 175px 0 175px;
  width: calc(100% - 0px);
  width: -o-calc(100% - 15px);
  width: -ms-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: -webkit-calc(100% - 15px);
  position: relative;
  z-index: 1;
}
.opposite-single-middle.oldapp-screen ul .guide-arrows-right {
  position: absolute;
  left: auto;
  right: -4px;
  z-index: -1;
  top: 0px;
}
.opposite-single-middle ul {
  margin: 0 0 80px 0;
  padding: 0 0 0 175px;
  width: calc(100% - 15px);
  width: -o-calc(100% - 15px);
  width: -ms-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: -webkit-calc(100% - 15px);
  position: relative;
  z-index: 1;
}
.opposite-single-middle ul .sub-points {
  padding-left: 30px;
  margin-bottom: 0;
}
.opposite-single-row.single-left-section .opposite-single-middle {
  width: 970px;
}
.opposite-single-middle ul b {
    margin: 0px 0 10px 0;
    padding: 0px;
    font-size: 18px;
    color: #020202;
    font-weight: 600;
    display: block;
}
.opposite-single-middle ul.right-side-list {
  padding: 0 180px 0 0;
}
.opposite-single-middle ul:last-child {
  margin-bottom: 0;
}
.opposite-single-middle ul li {
	margin: 0px;
    padding: 0 0 6px 20px;
    background: url(../images/xdelivery-app-flow/point.png) no-repeat scroll left 4px;
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 23px;
    font-weight: 500;
	font-family: var(--common-font);
}
.opposite-single-middle ul.right-side-list li {
  margin: 0px;
  padding: 0 20px 6px 0;
  background: url(../images/xdelivery-app-flow/point.png) no-repeat scroll right 4px;
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 23px;
  font-weight: 500
}
.opposite-single-left .guide-arrows {
  position: absolute;
  right: -169px;
  top: 50%;
}
.opposite-single-left,
.opposite-single-right {
  position: relative;
  z-index: 2;
}
.opposite-single-middle ul.right-side-list li {
  text-align: right;
}
.opposite-single-middle {
  width: 672px;
}
.opposite-single-row.dual-overlap-left .opposite-single-middle {
  width: 775px;
}
.opposite-single-middle ul.right-side-list {
  float: right;
}
.opposite-single-middle ul .guide-arrows {
  position: absolute;
  left: -4px;
  top: 0;
  z-index: -1;
}
.opposite-single-middle ul .guide-arrows.right-align {
  left: auto;
  right: -2px;
}
.opposite-single-middle ul.right-side-list .guide-arrows {
  position: absolute;
  left: auto;
  right: -4px;
  z-index: -1;
}
/**/

.opposite-single-row.dual-screens .opposite-single-middle ul {
  padding: 40px 10px 0 10px;
  width: auto;
  margin-bottom: 20px;
}
.opposite-single-row.dual-screens .opposite-single-inner {
  max-width: 1340px;
}
.opposite-single-row.dual-screens .opposite-single-middle {
  width: 312px;
}
/**********************/

.opposite-single-row.dual-left .opposite-single-middle {
  width: 580px;
}
.opposite-single-row.dual-left .opposite-single-middle ul {
  width: auto;
}
.opposite-single-row.dual-left img:first-child ~ img {
  margin-left: 20px;
}


.opposite-single-row.dual-screens img:first-child ~ img {
  margin-left: 20px;
}

/***********************/

.opposite-single-row.revert-sigle .opposite-single-inner {
  flex-direction: row-reverse;
}
.opposite-single-row.revert-sigle .opposite-single-middle ul {
  width: 100%;
  padding: 0 175px 0 0;
  position: relative;
  text-align: right;
  z-index: 1;
}
.opposite-single-row.revert-sigle .opposite-single-middle ul .guide-arrows {
  left: auto;
  right: -3px;
  z-index: -1;
}
.opposite-single-row.revert-sigle .opposite-single-middle ul li {
  padding: 0 20px 10px 0;
  background-position: right top;
  background-position: right top 6px;
}
/* .opposite-single-row.tripple .opposite-single-left,
.opposite-single-row.tripple .opposite-single-middle,
.opposite-single-row.tripple .opposite-single-right {
  width: 33.33%;
  text-align: center;
} */

.opposite-single-row.tripple .opposite-single-left,
.opposite-single-row.tripple .opposite-single-middle,
.opposite-single-row.tripple .opposite-single-right {
  width: auto;
}
.opposite-single-row.tripple .opposite-single-inner {
  justify-content: space-between;
}
.flow-capt {
  padding-top: 30px;
}
.flow-capt p {
  text-align: center;
  padding: 0 15px;
}
.guide-image {
  position: absolute;
  left: -149px;
  top: 88px;
}
.opposite-single-left strong,
.opposite-single-middle strong,
.opposite-single-right strong {
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
}
.opposite-single-row.dual-left .opposite-single-middle ul.inner-point {
  padding-left: 30px;
}
.opposite-single-row.dual-left-right .opposite-single-left img:last-child {
  margin-left: -114px;
  position: relative;
  z-index: -1;
}
.opposite-single-row.dual-left-right .opposite-single-right img:last-child {
  margin-left: -114px;
}
.opposite-single-row.dual-screens .opposite-single-middle {
  width: 293px;
}
/* ///////////////////////////// */

.loading-screen-mid label img {
  width: 250px;
}
.opposite-single-inner.ul-list-screen ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.opposite-single-inner.ul-list-screen ul li {
  width: 33.33%;
  padding: 15px;
  text-align: center;
}
.opposite-single-inner.registration.ul-list-screen ul li {
  width: 25%;
  padding: 8px;
}
.opposite-single-inner.ul-list-screen ul li .screen-img {
  position: relative;
  display: block;
  width: 100%;
}
.opposite-single-inner.ul-list-screen ul li .screen-text {
  margin-top: 15px;
  display: block;
}
.opposite-single-inner.ul-list-screen ul li .screen-img 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));
}

.uber-for-x-product-main-content-top-part {	margin: 0px; padding:0px; float:left; width:100%; background:url(../images/xdelivery-app-flow/delivery-banner.jpg) no-repeat scroll top center; height:698px;}
.uber-for-x-product-main-content-top-part-inner {
	margin: 0 auto;
	padding: 0px;
	width: 1360px;
	position: relative;
	height: 698px;
}
.uber-for-x-product-main-content-top-part-left {
	margin: 0;
	padding: 0px;
	float: right;
	width: 288px;
	position: absolute;
	bottom: 0;
	right: 103px;
}
.main-content-top-left-part {
	margin: 123px 0 0;
	padding: 0;
	float: left;
	width: 895px;
}
.uber-for-x-product-main-content-top-part-right {
	margin: 0;
	padding: 43px 0 0 28px;
	float: left;
	width: 451px;
	height: 396px;
	background: url(../images/xdelivery-app-flow/banner-text-bg.png) no-repeat scroll left top;
}
.uber-for-x-product-main-content-top-part-right h1 {
	margin: 0 0 28px;
	padding: 0px;
	float: right;
	width: 100%;
	font-size: 30px;
	font-family: 'Exo 2';
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.uber-for-x-product-main-content-top-part-right h1 em {
	margin: 5px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-style: normal;
}
.uber-for-x-product-main-content-top-part-right b {
	margin: 0 0 15px;
	padding: 0px;
	float: left;
	width: 89%;
	font-size: 18px;
	color: #ffee00;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
}
.uber-for-x-product-main-content-top-part-right p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 87%;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 25px;
}
.main-content-top-left-part-bottom-img {
	margin: 77px 0 0 31px;
	padding: 0px;
	float: left;
	width: 100%;
}
.main-content-top-left-part-bottom-img ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.main-content-top-left-part-bottom-img ul li {
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
	width: 119px;
	height: 115px;
	background: #161616;
	border: 4px solid #fff;
	text-align: center;
}
.main-content-top-left-part-bottom-img ul li b {
	margin: 30px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.main-content-top-left-part-bottom-img ul li:last-child {
	margin-right: 0px;
}
.main-content-top-left-part-bottom-img ul li.first b {
	margin: 20px 0 0;
}
#uber-for-x-product-body {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.gray-top-img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.gray-top-img img {
	width: 100%;
}

/**********************css for new flow design*********************/
.top0 {
	top: 0 !important;
}
.flex-row p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-height: 110px;
	font-size: 16px;
	line-height: 23px;
	color: #666;
}
.flex-row > div.big {
	width: 433px;
}
.flex-row > div {
	width: 350px;
	position: relative;
	text-align: center;
	padding: 20px 0;
}
.flex-row > div strong {
	margin: 0 0 15px;
	padding: 0px;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	display: block;
}
.flex-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex-row:nth-child(2) {
	align-items: center;
}
.flex-row img {
	max-width: 100%;
	width: 300px;
	margin-bottom: 25px;
}
.flex-row .arrow-left {
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top: -19px;
	width: auto;
}
.flex-row .arrow-right {
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -19px;
	width: auto;
}
.flex-row .arrow-top {
	margin-left: 216px;
	width: auto;
}
.flex-row .arrow-down {
	margin-top: -25px;
	margin-bottom: 8px;
	width: auto;
	position: relative;
}
.flex-row .arrow-top.small {
	margin-left: 167px;
}
.flex-row .arrow-down.small {
	margin-left: 167px;
	margin-top: -15px;
}
.flex-row .arrow-bottom {
	margin-left: 216px;
}
.bigImage {
	width: 350px !important;
}
.innerBlock {
	position: relative;
	display: inline-block;
	text-align: center;
}
.flex-row p.large-col {
	margin: 0 -33px;
}
.flex-row > div.big .arrow-left,
.flex-row > div.big .arrow-right {
	margin-top: 19px;
}
.flex-row .innerBlock .arrow-top {
	margin-left: auto;
	display: block;
	margin-right: auto;
}
.flex-row .arrow-left.extra-left {
	left: -125px;
}
/********/
.main-parent-block strong {
	margin: 0 0 10px;
	padding: 0px;
	font-size: 27px;
	font-weight: 700;
	display: block;
	font-family: var(--common-font);
}
.main-parent-block img {
	margin-bottom: 20px;
	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));
}
.app-flow-left-part {
	max-width: 350px;
	margin-right: 140px;
}
.flow-child-block {
	display: inline-block;
	align-items: center;
	margin: 30px 0;
	text-align: center;
	max-width: 400px;
	padding: 0 30px;
}
.flow-child-block 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));
}
.flow-child-caption strong {
	margin: 20px 0 10px;
	padding: 0px;
	font-size: 27px;
	font-weight: 700;
	display: block;
	font-family: var(--common-font);
}
.flow-child-caption {
	padding-left: 30px;
}
.main-parent-block .arrow-right {
	position: absolute;
	right: -120px;
	top: 35%;
}
.main-parent-block {
	position: relative;
}
.mobile-screen-services-part {
	margin: 0px;
	padding: 20px 0px;
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	position: relative;
	top: -80px;
}
.mobile-screen-services-part-inner {
    margin: 0 auto;
    padding: 0;
    width: 1203px;
    display: flex;
    align-items: center;
}
.mobile-screen-top {
	margin: 0 0 20px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.mobile-screen-top-left {
	margin: 150px 0 0;
	padding: 0px;
	float: left;
	width: 350px;
	position: relative;
}
.mobile-screen-top-left p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	min-height: 110px;
}
.mobile-screen-top-left .arrow-left {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: -100px;
	top: 10px;
	transform: rotate(20deg);
}
.mobile-screen-top-left img {
	max-width: 100%;
}
.mobile-screen-top-left span {
	margin: 0 0 5px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
}
.mobile-screen-top-mid {
	margin: 0 0 0 100px;
	padding: 0px;
	float: left;
	width: 438px;
	text-align: center;
}
.mobile-screen-top-mid span {
	margin: 0 0 20px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 29px;
	color: #24a707;
	font-weight: 600;
	text-transform: uppercase;
}
.mobile-screen-top-mid p {
	margin: 0 0 20px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.mobile-screen-top-mid b {
	margin: 0 0 20px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.mobile-screen-top-right {
	margin: 150px 0 0;
	padding: 0px;
	float: right;
	width: 350px;
	position: relative;
}
.mobile-screen-top-right p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	min-height: 110px;
}
.mobile-screen-top-right .arrow-left {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: -450px;
	top: 10px;
	transform: rotate(-25deg);
}
.mobile-screen-top-right img {
	max-width: 100%;
}
.mobile-screen-top-right span {
	margin: 0 0 5px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
}
.mobile-screen-taxi-part {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 438px;
	position: relative;
}
.mobile-screen-taxi-part p {
	margin: 0px;
	padding: 0 10px;
	float: left;
	width: 100%;
	text-align: center;
	min-height: 103px;
}
/* .arrow-left{margin:0 auto; padding:0; position:absolute; right:0; top:-183px; transform:rotate(20deg);} */
.mobile-screen-taxi-part img {
	max-width: 100%;
}
.mobile-screen-taxi-part span {
	margin: 0 0 5px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
}
.mobile-screen-delivery-part {
	margin: 0;
	padding: 0px;
	float: left;
	width: 450px;
	position: relative;
}
.mobile-screen-delivery-part p {
	margin: 0px;
	padding: 0 10px;
	float: left;
	width: 100%;
	text-align: center;
	min-height: 103px;
}
.mobile-screen-delivery-part img {
	max-width: 100%;
}
.mobile-screen-delivery-part span {
	margin: 0 0 5px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
}
.mobile-screen-other-services-part {
	margin: 0;
	padding: 0px;
	float: left;
	width: 436px;
	position: relative;
}
.mobile-screen-other-services-part p {
	margin: 0px;
	padding: 0 10px;
	float: left;
	width: 100%;
	text-align: center;
	min-height: 103px;
}
.mobile-screen-other-services-part img {
	max-width: 100%;
}
.mobile-screen-other-services-part span {
	margin: 0 0 5px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
}
.gray-top-img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.gray-top-img img {
	width: 100%;
}

.chat-rider-driver {
	margin: 0px;
	padding: 0px 0 40px 0;
	float: left;
	width: 100%;
	background: url(../images/xdelivery-app-flow/chat.png) no-repeat scroll center top;
	height: 731px;
}
.chat-rider-driver.vcall {
	background: url(../images/xdelivery-app-flow/vcall.png) no-repeat scroll center top;
}
.chat-rider-driver-resposive {
	display: none;
}
.chat-rider-driver-resposive img {
	width: 100%;
}
.chat-rider-driver-inner {
	margin: 0 auto;
	padding: 0px;
	width: 1250px;
}
.chat-rider-driver-inner span {
	margin: 50px auto;
	padding: 0px;
	width: 480px;
	display: block;
}
.chat-rider-driver-inner h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #000000;
	font-size: 28px;
	text-transform: uppercase;
	font-family: var(--common-font);
	font-weight: 600;
    line-height: 1em;
}
.chat-rider-driver-inner h3 b {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #1ca3ff;
	font-family: var(--common-font);
	font-weight: 800;
	display: flex;
	line-height: 1em;
}
.chat-rider-driver-inner-arrow {
	margin: 0 auto;
	padding: 0px;
	width: 547px;
}
.chat-rider-driver-inner-arrow .new002,
.chat-rider-driver-inner-arrow .new004,
.chat-rider-driver-inner-arrow .new006 {
	margin: 0 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.chat-rider-driver-inner-arrow .new002 img,
.chat-rider-driver-inner-arrow .new004 img,
.chat-rider-driver-inner-arrow .new006 img {
	position: relative;
	left: 0px;
	top: 0;
}
.chat-rider-driver-inner-arrow .new003,
.chat-rider-driver-inner-arrow .new005,
.chat-rider-driver-inner-arrow .new007 {
	margin: 100px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.chat-rider-driver-inner-arrow .new003 img,
.chat-rider-driver-inner-arrow .new005 img,
.chat-rider-driver-inner-arrow .new007 img {
	position: relative;
	right: 0px;
}
.chat-rider-driver-inner-arrow b img {
	position: relative;
	right: 0px;
}
.unhide001,
.unhide002,
.unhide003 {
	display: block;
}
.hide001,
.hide002,
.hide003 {
	display: none;
}
.chat-rider-driver.call-module {
	background: url(../images/xdelivery-app-flow/call-img.png) no-repeat scroll center top;
}


.notification-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.notification-left {
	width: 330px;
}
.notification-left 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));
}
.notification-right {
	width: calc(100% - 330px);
	width: -o-calc(100% - 330px);
	width: -ms-calc(100% - 330px);
	width: -moz-calc(100% - 330px);
	width: -webkit-calc(100% - 330px);
	padding-top: 60px;
}
.notification {
	padding: 50px 0;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.notification h3 {
	margin: 0px 0 40px 0;
	padding: 0px;
	font-size: 34px;
	color: #1ca3ff;
	text-transform: uppercase;
	font-weight: 600;
}
.notification p {
	font-size: 17px;
	line-height: 28px;
	color: #000;
}
.mobile-step2-inner.invert {
	flex-direction: row-reverse;
}
.mobile-step2-inner.invert .mobile-step2-inner-right .mob-box1 span {
	left: auto;
	right: 0;
}
.mobile-step2-inner.invert .mobile-step2-inner-right .mob-box1 .mobile-step2-inner-right-text {
	margin: 0 180px 0 0;
	width: auto;
	text-align: right;
	padding-right: 0;
}
.mobile-step2-inner.invert .mobile-step2-inner-right .mob-box1 .mobile-step2-inner-right-text p {
	background: url(../images/xdelivery-app-flow/point.png) no-repeat scroll right 8px;
	padding: 0 30px 0 0;
}
.mobile-screen-part .features-part-bg{
	border-top: 1px solid #e0e0e0;
}
.mobile-screen-part .features-part-bg img {
	max-width: 100%;
}
.gray-bg {
	background-color: #f8f8f8;
}
._GREEN_ {
	background-color: #f0fbf8 !important;
}
/****************************************/
.demovideo {
    padding: 40px 0 40px 0;
    background-color: #f8f8f8;
}
.demovideo-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.demovideo-block {
    max-width: 800px;
    margin: 0 auto;
    outline: 1px solid #ddd;
    position: relative;
}
.demovideo-block::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.demovideo-block img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.demovideo .play-anim-ico {
    left: 55%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.demovideo iframe {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}
/****************************************/
@media screen and (max-width:991px) {
	.banner-left {
		width: 100%;
	}
	.banner-right {
		width: 100%;
	}
	.heading-style,
	.step-by-step {
		font-size: 35px;
	}
	.banner h1 {
		font-size: 40px;
	}
}
@media screen and (max-width:767px) {
	.heading-style,
	.step-by-step {
		font-size: 30px;
	}
	.demovideo .play-anim-ico {
		transform: translateY(-50%) scale(0.8);
		-webkit-transform: translateY(-50%) scale(0.8);
		-moz-transform: translateY(-50%) scale(0.8);
		-ms-transform: translateY(-50%) scale(0.8);
		-o-transform: translateY(-50%) scale(0.8);
	}
	.heading-style, .step-by-step {
		font-size: 25px;
		margin: 15px 15px;
	}
	.banner h1 {
		font-size: 30px;
	}
}