:root {
  --theme:#00A9AA;
}
@font-face {
  font-family: 'exo_2regular';
  src: url('font/exo2-regular.woff2') format('woff2'),
    url('font/exo2-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 
@font-face {
  font-family: 'exo_2light';
  src: url('font/exo2-light.woff2') format('woff2'),
    url('font/exo2-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'exo_2bold';
  src: url('font/exo2-bold.woff2') format('woff2'),
    url('font/exo2-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} 
.cattitle {
  display: block;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.button-block {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.button-block-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1310px;
  margin: 0 auto;
  padding: 20px;
  background-color: #eafffb;
  border: 1px solid #ddd;
  align-items: center;
}
.button-block p {
  max-width: calc(100% - 200px);
  max-width: -o-calc(100% - 200px);
  max-width: -moz-calc(100% - 200px);
  max-width: -webkit-calc(100% - 200px);
  margin-bottom: 0;
}
.gen-button {
  font-size: 18px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 12px 40px 14px 40px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  margin-top: 75px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 0;
  line-height: 30px;
  text-transform: capitalize;
  min-height: 54px;
  cursor: pointer;
}
.gen-button:hover {
  background-color: #008a6c;
  color: #fff;
}

#main {
  max-width: 1920px;
  margin:80px auto 0 auto;
  width: auto;
  float: none;
}


/* ============================== */
@keyframes pulse-me1 {
  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;
  height: 60px;
  font-size: 60px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 11;
}
.play-anim-ico:after {
  position: absolute;
  width: 34px;
  height: 34px;
  content: '';
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: -17px 0 0 -17px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 13px #fff;
  transform: scale(0.9);
  transform-origin: center center;
  animation: pulse-me1 1s linear infinite;
  -webkit-animation: pulse-me1 1s linear infinite;
}


.demo-video-laptop .play-anim-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.demo-video-laptop {
  padding: 40px 0 0 0;
}
.demo-video-laptop-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  text-align: center;
}
.section-heading {
  margin: 0 0 15px;
  font-size: 40px;
  line-height: 40px;
  color: var(--theme);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.uberclone-vidoe-img {
  display: inline-block;
  max-width: 800px;
  width: 100%;
  position: relative;
}
.uberclone-vidoe-img::before{
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.uberclone-vidoe-img img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.uberclone-vidoe-img iframe {
  outline: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
}

.uberclone-vidoe-img img:hover {
  cursor: pointer;
}


/* =================== */
.offWhite {
  background-color: #f8f8f8;
}

.purple_bg {
  background-color: #f2ecf7 !important;
}

.LightYellow_bg {
  background-color: #FFFFE0 !important;
}

.Moccasin_bg {
  background-color: #FFE4B5 !important;
}

.AliceBlue_bg {
  background-color: #F0F8FF !important;
}

.orange_bg {
  background-color: #f2edeb !important;
}

.new-features img {
  max-width: 100%;
}

.mobile-screen.new-adjusment .mobile-screen-part16 {
  margin: 0;
}

.mobile-screen.new-adjusment {
  padding: 50px 0;
}

.mobile-screen-part4-left img,
.mobile-screen-part4-right img,
.mobile-screen-part1-left img,
.mobile-screen-part1-right img,
.mobile-screen-part3-left img,
.mobile-screen-part3-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));
}

.gojek-graphocal-flow-banner-part {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
  background: url(../images/xsp-app-flow/banner.jpg) no-repeat scroll top center;
  height: 838px;
}

.gojek-graphocal-flow-banner-part-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1063px;
}

.banner-res {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  display: none;
}

.banner-res img {
  max-width: 100%;
}

.gojek-graphocal-flow-banner-part-left {
  margin: 470px 0 0;
  padding: 0px;
  float: left;
  width: 407px;
}

.gojek-graphocal-flow-banner-part-left h1 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 38px;
  color: #000000;
  line-height: 48px;
}

.gojek-graphocal-flow-banner-part-left p {
  margin: 30px 0;
  padding: 0 0 0 15px;
  float: left;
  width: 100%;
  font-size: 15px;
  border-left: 3px solid #e4e4e4;
  line-height: 25px;
}

.gojek-graphocal-flow-banner-part-left span {
  margin: 10px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.gojek-graphocal-flow-banner-part-left span a {
  margin: 0px;
  padding: 12px 20px;
  float: left;
  background: #45dbd8;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
}

.gojek-graphocal-flow-banner-part-left span a:hover {
  background: #009c99;
  color: #FFFFFF;
}

.all-flow-part {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
  top: -65px;
}

.all-flow-part-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1343px;
  background: url(../images/xsp-app-flow/app-flow-left.png) no-repeat scroll top left;
  height: 1142px;
}

.all-flow-part-inner h2 {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 35px;
  color: #ff6e00;
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
  position: relative;
}

.all-flow-part-inner h2:after {
  background: #000;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50px;
  width: 29px;
}

.all-flow-part-left {
  margin: 100px 0 0 255px;
  padding: 0px;
  float: left;
  width: 398px;
  position: relative;
}

.mary-login {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 14px;
  left: 13px;
  right: 0;
  width: 372px;
  border-radius: 43px;
}

.screen-t {
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  z-index: 999;
}

.all-flow-part-right {
  margin: 100px 35px 0 0;
  padding: 0px;
  float: right;
  width: 430px;
}

.all-flow-part-right h3 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
}

.all-flow-part-right h3 img {
  margin: 0px;
  padding: 0px;
  float: left;
}

.all-flow-part-right h3 b {
  margin: 0 0 0 25px;
  padding: 0px;
  float: left;
  font-weight: 600;
  color: #000000;
  width: 70%;
}

.all-flow-part-right p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 15px;
  color: #727272;
  line-height: 25px;
}

.all-flow-part2 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
  top: -260px;
}

.all-flow-part2-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1343px;
  background: url(../images/xsp-app-flow/app-flow-right.png) no-repeat scroll top right;
  height: 1082px;
}

.all-flow-part2-left {
  margin: 290px 0 0 30px;
  padding: 0px;
  float: left;
  width: 580px;
}

.all-flow-part2-left ul {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.all-flow-part2-left ul li {
  margin: 0 0 30px;
  padding: 0px;
  float: left;
  width: 100%;
  display: block;
}

.all-flow-part2-left ul li b {
  margin: 5px 0 0;
  padding: 0px;
  float: right;
  width: 73px;
}

.all-flow-part2-left ul li span {
  margin: 0 25px 0 0;
  padding: 0px;
  float: right;
  width: 80%;
  text-align: right;
}

.all-flow-part2-left ul li span h3 {
  margin: 0 0 10px;
  padding: 0px;
  float: right;
  width: 100%;
  font-size: 29px;
  font-weight: 600;
}

.all-flow-part2-left ul li span p {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 95%;
  font-size: 14px;
  color: #727272;
  line-height: 25px;
}

.all-flow-part2-left ul li.first {
  margin: 13px 0 0;
  width: 90%;
}

.all-flow-part2-left ul li.second {
  margin: 35px 0 0;
}

.all-flow-part2-left ul li.third {
  margin: 30px 0 0;
  width: 90%;
}

.all-flow-part2-left ul li.fourth {
  margin: 30px 0 0;
}

.all-flow-part2-right {
  margin: 315px 140px 0 0;
  padding: 0px;
  float: right;
  width: 398px;
  position: relative;
}

.all-flow-part2-right .mary-login {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 41px;
  left: 13px;
  right: 0;
  width: 372px;
  border-radius: 12px 12px 43px 43px;
}

.all-flow-part2-right .screen-t {
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}

.all-flow-part2-right img {
  max-width: 100%;
}

/*******/

.taxi-delivery-services-part {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
  top: -200px;
  height: 807px;
}

.taxi-delivery-services-part-inner {
  margin: 0 auto;
  padding: 50px 0 30px;
  width: 1344px;
  background: #f2f2f2;
}

.taxi-part {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 438px;
  position: relative;
}

.taxi-part img {
  max-width: 100%;
}

.taxi-part-gif {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 121px;
  left: 0;
  width: 306px;
  border-radius: 24px 0 0;
}

.taxi-part span {
  margin: 0;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
}

.delivery-part {
  margin: 100px 0 0;
  padding: 0px;
  float: left;
  width: 450px;
  position: relative;
}

.delivery-part img {
  max-width: 100%;
}

.delivery-part span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
}

.delivery-part-gif {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 55px;
  left: 8px;
  width: 371px;
  border-radius: 35px 35px 0 0;
}

.other-services-part {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 436px;
  position: relative;
}

.other-services-part img {
  max-width: 100%;
}

.other-services-part span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
}

.other-services-gif {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 121px;
  left: 0;
  width: 306px;
  border-radius: 0 24px 0 0;
}

/*******/

.web-flow {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  background: url(../images/xsp-app-flow/web-flow-screen.jpg) no-repeat scroll top center;
  height: 1112px;
  position: relative;
  top: -224px;
}

.web-flow-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1275px;
}

.web-flow-left {
  margin: 110px 0 0;
  padding: 0px;
  float: left;
  width: 350px;
  text-align: right;
}

.web-flow-left b {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.web-flow-left h3 {
  margin: 5px 0;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 2px;
}

.web-flow-left p {
  margin: 10px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.web-flow-left-res {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  display: none;
}

.web-flow-left-res img {
  max-width: 100%;
}

.admin-flow {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  background: url(../images/xsp-app-flow/admin-flow-screen.jpg) no-repeat scroll top center;
  height: 642px;
  position: relative;
  top: -224px;
}

.admin-flow-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1275px;
}

.admin-flow-left {
  margin: 10px 0 0 530px;
  padding: 0px;
  float: left;
  width: 470px;
  text-align: left;
}

.admin-flow-left b {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.admin-flow-left h3 {
  margin: 5px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 46px;
  text-transform: uppercase;
  color: #2c83ca;
  font-weight: 600;
  letter-spacing: 2px;
}

.admin-flow-left p {
  margin: 10px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 18px;
  color: #3e3e3e;
  line-height: 27px;
}

.admin-flow-left-res {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  display: none;
}

.admin-flow-left-res img {
  max-width: 100%;
}

/********/

.mobile-screen {
  margin: 0px;
  padding: 50px 0 25px 0px;
  float: left;
  width: 100%;
  position: relative;
  top: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.taxi-part-bg {
  background: #e0f7fd;
  padding: 0 0;
  float: left;
  width: 100%;
}

.taxi-part-bg:after {
  content: '';
  clear: both;
  display: block;
}

.mobile-screen-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  box-sizing: border-box;
}

.mobile-screen-inner h1 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 35px;
  color: var(--theme);
  text-align: center;
  font-family: 'Exo 2';
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

.mobile-screen-inner h1:after {
  background: #000;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 29px;
}

.mobile-screen-inner p {
  text-align: center;
  margin: 0 0 50px;
  padding: 0px;
}

.mobile-screen-part1 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part1-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part1-left h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part1-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part1-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part1-mid h4 {
  margin: 50px 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part1-mid-text-left {
  margin: 110px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part1-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part1-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-screen-part1-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part1-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part1-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part1-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part1-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part1-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-screen-part1-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part1-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

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

.mobile-screen-part2 {
  margin: 50px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part2-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1120px;
}

.mobile-screen-part2 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part2 span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
}

.mobile-screen-part2 b {
  float: right;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50px;
  width: 44%;
}

.mobile-screen-part2 b .line1 {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  left: -254px;
}

.mobile-screen-part2 ul {
  margin: 0 0 0 42px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part2 ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

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

.mobile-screen-part3 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part3 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part3-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part3-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part3-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part3-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part3-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part3-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part3-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-screen-part3-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part3-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part3-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part3-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part3-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part3-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-screen-part3-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part3-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

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

.mobile-screen-part4 {
  margin: 80px 0 40px 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part4 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part4-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part4-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part4-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part4-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part4-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part4-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part4-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-screen-part4-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part4-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part4-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part4-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part4-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part4-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-screen-part4-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part4-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}


/********/
.mobile-screen-services-part {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
  background: #f2f2f2;
  position: relative;
  top: -80px;
}

.mobile-screen-services-part-inner {
  margin: 0 auto;
  padding: 50px 0 50px 0;
  width: 1344px;
}

.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: var(--theme);
  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;
}

/* .arrow-right{margin:0 auto; padding:0; position:absolute; left:0; top:-183px; transform:rotate(-20deg);} */
.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;
}

/**********/
p:last-child {
  margin-bottom: 0;
}

/**********************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;
}

.flex-row>div strong {
  margin: 0 0 25px;
  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: 350px;
}

.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-left: 50%;
  margin-top: -25px;
  margin-bottom: 8px;
  width: auto;
  left: -18px;
  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: 400px !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: 0px;
}

.flex-row .arrow-left.extra-left {
  left: -125px;
}

.mobile-screen-part5 {
  margin: 0px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part5 h4 {
  margin: 0 0 50px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part5-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mobile-screen-part5-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: auto;
  text-align: center;
}

.mobile-screen-part5-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part5-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part5-mid-text-left {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part5-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part5-mid-text-left ul {
  margin: 0 auto;
  padding: 0px;
  float: none;
  width: auto;
}

.mobile-screen-part5-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

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

.mobile-screen-part6 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part6 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part6-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 774px;
}

.mobile-screen-part6-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part6-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part6-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 500px;
  text-align: right;
}

.mobile-screen-part6-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-screen-part6-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part6-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 500px;
}

.mobile-screen-part6-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part6-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}


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

.mobile-screen-part7 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part7 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part7-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
  position: relative;
}

.mobile-screen-part7-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part7-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part7-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part7-mid-text-left-ac {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part7-mid-text-left-ac img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part7-mid-text-left-ac ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 400px;
}

.mobile-screen-part7-mid-text-left-ac ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part7-mid-text-right-ab {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part7-mid-text-right-ab img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part7-mid-text-right-ab ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part7-mid-text-right-ab ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part7-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part7-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part7-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-screen-part7-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part7-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part7-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part7-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part7-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part7-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-screen-part7-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part7-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.comunication-section {
  float: left;
  width: 100%;
  /* background-color:#f2f2f2; */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

/*********/
#loading-screen {
  padding: 130px 0 50px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
}

.loading-screen-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1175px;
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}

.loading-screen-inner:after {
  content: '';
  clear: both;
  display: block;
}

.loading-screen-left {
  margin: 0px 0 0;
  padding: 0px;
  float: left;
  width: 300px;
  position: relative;
}

.loading-screen-left img {
  max-width: 100%;
}

.loading-screen-mid {
  margin: 90px 0 0;
  padding: 0px;
  float: left;
  width: 529px;
  text-align: center;
}

.loading-screen-mid label {
  margin: 40px 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.loading-screen-mid .mob-box3 {
  margin: 45px 0 0;
  padding: 0px;
  float: left;
}

.loading-screen-mid .mob-box3 span {
  margin: 5px 0 0;
  padding: 0px;
  float: left;
  position: relative;
  right: 0px;
}

.loading-screen-mid .mob-box3 .loading-screen-mid-text {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  text-align: left;
  width: 354px;
}

.loading-screen-mid .mob-box3 .loading-screen-mid-text b {
  margin: 0 0 10px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 24px;
  color: #020202;
  font-weight: 500;
}

.loading-screen-mid .mob-box3 .loading-screen-mid-text p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 93%;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 25px;
}

.loading-screen-mid .mob-box4 {
  margin: 0;
  padding: 0px;
  float: right;
  text-align: right;
}

.loading-screen-mid .mob-box4 span {
  margin: 5px 0 0;
  padding: 0px;
  float: left;
  position: relative;
  right: 0px;
  z-index: 9999;
}

.loading-screen-mid .mob-box4 .loading-screen-mid-text {
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  text-align: right;
  width: 354px;
}

.loading-screen-mid .mob-box4 .loading-screen-mid-text b {
  margin: 0 0 10px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 24px;
  color: #020202;
  font-weight: 500;
}

.loading-screen-mid .mob-box4 .loading-screen-mid-text p {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 100%;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 25px;
}

.loading-screen-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.loading-screen-right img {
  max-width: 100%;
}

.loading-screen-right span {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: -90px;
  right: 150px;
  z-index: 0;
}

.loading-screen-right span img {
  position: relative;
  z-index: 0;
  width: 250px;
}

.loading-screen-right img {
  position: relative;
  z-index: 999;
}

.pulse-container {
  margin: 0 auto;
  width: 300px;
  position: absolute;
  top: 0;
}

.pulse-box {
  float: left;
  width: 65px;
  height: 65px;
  display: block;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 250px;
  left: 119px;
}

.pulse-box em {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 14px;
}

/* pulse in SVG */
svg.pulse-svg {
  overflow: visible;
}

svg.pulse-svg .first-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .third-circle {
  fill: var(--theme);
  transform: scale(0.9);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}

svg.pulse-svg .second-circle {
  animation-delay: 1s;
}

svg.pulse-svg .third-circle {
  animation-delay: 2s;
}

/* pulse in CSS */
.pulse-css {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: tomato;
  position: relative;
}

.pulse-css:before,
.pulse-css:after {
  content: '';
  width: 65px;
  height: 65px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: tomato;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.9);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}

.pulse-css:after {
  animation-delay: 2s;
}

@keyframes pulse-me {
  0% {
    transform: scale(0.9);
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
}

/*********/
.chat-img {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  top: 0px;
  background: url(../images/xsp-app-flow/clone/20-21-chat-left.png) no-repeat scroll top center;
  height: 687px;
  border-bottom: 1px solid #e0e0e0;
}

.chat-img img {
  max-width: 100%;
}

/*********/
.call-img {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  top: 0px;
  background: url(../images/xsp-app-flow/clone/20-21-call-left.png) no-repeat scroll top center;
  height: 860px;
}

.call-img img {
  max-width: 100%;
}

/********/

.mobile-screen-part8 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part8 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part8-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part8-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part8-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part8-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part8-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part8-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part8-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-screen-part8-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part8-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part8-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part8-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part8-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part8-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-screen-part8-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part8-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

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

.mobile-screen-part9 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part9 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part9-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part9-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part9-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part9-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part9-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part9-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part9-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-screen-part9-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part9-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part9-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part9-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part9-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part9-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-screen-part9-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part9-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

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

.mobile-screen-part10 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part10 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part10-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part10-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part10-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part10-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part10-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part10-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part10-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-screen-part10-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part10-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part10-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part10-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part10-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part10-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-screen-part10-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part10-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/*********/

.mobile-screen-part11 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part11 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part11-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part11-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part11-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part11-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part11-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part11-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part11-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-screen-part11-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/*********/

.mobile-screen-part12 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part12 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part12-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part12-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part12-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part12-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part12-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part12-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part12-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-screen-part12-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part12-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part12-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part12-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part12-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part12-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-screen-part12-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part12-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

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

.mobile-screen-part13 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part13 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part13-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 450px;
}

.mobile-screen-part13-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part13-left span img {
  max-width: 100%;
}

.mobile-screen-part13-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 374px;
}

.mobile-screen-part13-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part13-mid-text-left {
  margin: 30px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part13-mid-text-left img {
  float: left;
  left: -1px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part13-mid-text-left ul {
  margin: 20px 0 0 20px;
  padding: 0px;
  float: left;
  width: 350px;
}

.mobile-screen-part13-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part13-mid-text-right {
  margin: 0px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part13-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part13-mid-text-right ul {
  margin: 20px 20px 0 0;
  padding: 0px;
  float: right;
  width: 350px;
  text-align: right;
}

.mobile-screen-part13-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part13-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 450px;
}

.mobile-screen-part13-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part13-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part13-right span img {
  max-width: 100%;
}

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

.mobile-screen-part14 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part14 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part14-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 774px;
}

.mobile-screen-part14-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part14-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part14-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 500px;
  text-align: right;
}

.mobile-screen-part14-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-screen-part14-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part14-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 500px;
}

.mobile-screen-part14-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part14-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/***********/
.mobile-screen-part15 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part15 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part15-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 500px;
}

.mobile-screen-part15-left h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part15-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part15-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 774px;
}

.mobile-screen-part15-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part15-mid-text-right img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part15-mid-text-right ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 500px;
}

.mobile-screen-part15-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-screen-part15-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/*********/

.mobile-screen-part16 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part16 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part16-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part16-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part16-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 750px;
}

.mobile-screen-part16-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part16-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part16-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part16-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 560px;
}

.mobile-screen-part16-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/*********/

.mobile-screen-part17 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part17 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part17-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part17-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part17-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-screen-part17-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part17-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part17-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part17-mid-text-left ul {
  margin: 90px 0 0 40px;
  padding: 0px;
  float: left;
  width: 550px;
}

.mobile-screen-part17-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 25px;
  width: 100%;
}

.mobile-screen-part17-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part17-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part17-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-screen-part17-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part17-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-screen-part17-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part17-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

#visual-iphone-app-part07 {
  margin: 30px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.visual-iphone-app-part07-inner {
  margin: 0 auto;
  padding: 0 0 15px;
  width: 710px;
}

.visual-iphone-app-part07-inner h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.visual-iphone-app-part07-inner span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
  text-align: left;
}

.visual-iphone-app-part07-inner span .screen12 {
  height: 760px;
}

.visual-iphone-app-part07-inner b.iphone-app-part07-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 51%;
  position: absolute;
  top: 370px;
  left: -242px;
  font-weight: normal;
}

.visual-iphone-app-part07-inner b.iphone-app-part07-left img {
  margin: 4px 0 0;
  padding: 0px;
  float: right;
  width: 135px;
}

.visual-iphone-app-part07-inner b.iphone-app-part07-left ul {
  margin: 20px 0 0;
  padding: 0px;
  float: right;
  width: 400px;
  text-align: left;
}

.visual-iphone-app-part07-inner b.iphone-app-part07-left ul li {
  margin: 0px;
  padding: 0 0 0 20px;
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
}

.visual-iphone-app-part07-inner b.iphone-app-part07-right {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 36%;
  position: absolute;
  bottom: 205px;
  right: -126px;
  font-weight: normal;
}

.visual-iphone-app-part07-inner b.iphone-app-part07-right img {
  margin: 4px 0 0;
  padding: 0px;
  float: left;
  width: 169px;
}

.visual-iphone-app-part07-inner b.iphone-app-part07-right ul {
  margin: 20px 0 0 20px;
  padding: 0px;
  float: left;
  width: 410px;
  text-align: left;
}

.visual-iphone-app-part07-inner b.iphone-app-part07-right ul li {
  margin: 0px;
  padding: 0 0 0 20px;
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
}

/***********/
.mobile-screen-part18 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part18 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part18-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 775px;
}

.mobile-screen-part18-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part18-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part18-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 500px;
  text-align: right;
}

.mobile-screen-part18-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-screen-part18-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-screen-part18-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 500px;
}

.mobile-screen-part18-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part18-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/*********/

.mobile-screen-part19 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part19 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part19-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part19-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part19-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 710px;
}

.mobile-screen-part19-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part19-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part19-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part19-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 500px;
}

.mobile-screen-part19-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/**********************************/
.app-flow-part {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
}

.app-flow-part .app-flow-part-inner {
  width: 1360px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
}

.app-flow-part .app-flow-part-inner h3 {
  font-weight: 600;
  color: #7eb510;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 25px;
  font-size: 30px;
}

.app-flow-part .app-flow-part-inner h3~p {
  margin-bottom: 45px;
}

.app-flow-part .app-flow-part-inner h3:after {
  content: '';
  width: 34px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}

.app-types-part {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.app-types-part.first {
  margin-top: 0;
  padding-top: 50px;
}

.app-types-part-inner {
  width: 1360px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.app-types-part ul {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: normal;
}

.app-types-part ul li {
  text-align: center;
  display: inline-block;
  width: 433.5px;
  position: relative;
}

.app-types-part ul li strong {
  font-size: 20px;
  display: block;
  color: #151515;
  margin: 20px 0 10px 0;
  font-weight: 600;
}

.app-types-part ul li p {
  padding: 0 60px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.app-types-part .left-arrow-shape {
  margin-bottom: -50px;
}

.app-types-part .right-arrow-shape {
  margin-top: 50px;
  float: right;
}

.app-types-part h3 {
  font-weight: 600;
  color: #7eb510;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 45px;
  text-align: center;
  font-size: 40px;
}

.app-types-part h3:after {
  content: '';
  width: 34px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}

.app-types-part.first h2 {
  font-weight: 600;
  color: #7eb510;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  font-size: 40px;
}

h2~p {
  margin-bottom: 45px;
}

.app-types-part.first h2:after {
  content: '';
  width: 34px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}

.app-types-part h3:after {
  content: '';
  width: 34px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}

.mb0 {
  margin-bottom: 0;
}

.overview-section.mb0 {
  margin-bottom: 0;
}

.app-types-part ul.listing {
  display: block;
  list-style: disc;
  padding: 20px 40px 0 60px;
}

.app-types-part ul.listing li {
  text-align: left;
  width: auto;
  margin-bottom: 15px;
  display: list-item;
}

/*****************************/
.overview-section {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.overview-section-inner-part {
  width: 1360px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overview-section h3 {
  font-weight: 600;
  color: #7eb510;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
}

.overview-section p {
  font-size: 15px;
  color: #747474;
  line-height: 21.4px;
  font-weight: normal;
}

.overview-section .overview-section-left-part {
  width: 520px;
  background-image: none
    /*url(../images/food-apps-graphical-flow/big-triangle.png)*/
  ;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 663px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.overview-section .overview-section-right-part {
  width: 780px;
  text-align: left;
}

.overview-section .overview-section-left-part img {
  margin-right: 30px;
  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));
}

.overview-section.style2 .overview-section-left-part {
  background-image: none;
}

.overview-section.style2 .overview-section-inner-part {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*******mobile-rental-screen***********/
.mobile-rental-screen {
  margin: 0px;
  padding: 40px 0;
  float: left;
  width: 100%;
  min-height: 500px;
  position: relative;
  top: 0;
  background: #e0f7fd;
}

.mobile-rental-screen-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1275px;
}

.mobile-rental-screen-inner h3 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 35px;
  color: #222;
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

/********/
.mobile-rental-screen-part1 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part1 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-rental-screen-part1-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 620px;
}

.mobile-rental-screen-part1-left span {
  margin: 0 10px 0 0;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-rental-screen-part1-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 650px;
}

.mobile-rental-screen-part1-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part1-mid-text-right img {
  float: left;
  left: -10px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-rental-screen-part1-mid-text-right ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 460px;
}

.mobile-rental-screen-part1-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-rental-screen-part1-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/*********/

.mobile-rental-screen-part2 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part2 h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-rental-screen-part2-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
  position: relative;
}

.mobile-rental-screen-part2-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part2-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
}

.mobile-rental-screen-part2-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-rental-screen-part2-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part2-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-rental-screen-part2-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-rental-screen-part2-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-rental-screen-part2-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part2-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-rental-screen-part2-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-rental-screen-part2-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-rental-screen-part2-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-rental-screen-part2-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-rental-screen-part2-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/*****/
.mobile-rental-screen-part3 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part3 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}


.mobile-rental-screen-part3-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 450px;
}

.mobile-rental-screen-part3-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part3-left span img {
  max-width: 100%;
}

.mobile-rental-screen-part3-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 374px;
}

.mobile-rental-screen-part3-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-rental-screen-part3-mid-text-left {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part3-mid-text-left img {
  float: left;
  left: -1px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-rental-screen-part3-mid-text-left ul {
  margin: 20px 0 0 20px;
  padding: 0px;
  float: left;
  width: 350px;
}

.mobile-rental-screen-part3-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-rental-screen-part3-mid-text-right {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part3-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-rental-screen-part3-mid-text-right ul {
  margin: 130px 20px 0 0;
  padding: 0px;
  float: right;
  width: 350px;
  text-align: right;
}

.mobile-rental-screen-part3-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-rental-screen-part3-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-rental-screen-part3-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 450px;
}

.mobile-rental-screen-part3-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-rental-screen-part3-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part3-right span img {
  max-width: 100%;
}

/******/

.mobile-rental-screen-part4 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part4 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-rental-screen-part4-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 500px;
}

.mobile-rental-screen-part4-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part4-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 774px;
}

.mobile-rental-screen-part4-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-rental-screen-part4-mid-text-right img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-rental-screen-part4-mid-text-right ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 500px;
}

.mobile-rental-screen-part4-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-rental-screen-part4-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/*******mobile-delivery-part-screen***********/
.mobile-delivery-part-screen {
  margin: 0px;
  padding: 40px 0;
  float: left;
  width: 100%;
  min-height: 500px;
  position: relative;
  top: 0px;
  background: #ecfddb;
}

.mobile-delivery-part-screen-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1275px;
}

.mobile-delivery-part-screen-inner h3 {
  margin: 0 0 8px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 35px;
  color: #222;
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part-screen-inner p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
}

/**********/
.mobile-delivery-part1 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part1 h4 {
  margin: 0 0 50px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part1-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part1.has-center-screens .mobile-delivery-part1-left span {
  width: auto;
}

.mobile-delivery-part1.has-center-screens .mobile-delivery-part1-left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mobile-delivery-part1-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 33%;
  text-align: center;
}

.mobile-delivery-part1-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part1-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part1-mid-text-left {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part1-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part1-mid-text-left ul {
  margin: 0 auto;
  padding: 0px;
  float: none;
  width: 90%;
}

.mobile-delivery-part1-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-delivery-part1.has-center-screens .mobile-delivery-part1-mid-text-left ul {
  width: auto;
}

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

.mobile-delivery-part2 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part2 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part2-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 774px;
  /*display:none;*/
}

.mobile-delivery-part2-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part2-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part2-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 500px;
  text-align: right;
}

.mobile-delivery-part2-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-delivery-part2-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-delivery-part2-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 500px;
}

.mobile-delivery-part2-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part2-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/********/

.mobile-delivery-part3 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part3 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part3.part131 {
  margin: 30px 0 0;
}

.mobile-delivery-part3-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
  position: relative;
}

.mobile-delivery-part3-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part3-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
  /*display:none;*/
}

.mobile-delivery-part3-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part3-mid-text-left-a {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part3-mid-text-left-a img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part3-mid-text-left-a ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-delivery-part3-mid-text-left-a ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-delivery-part3-mid-text-right-b {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part3-mid-text-right-b img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part3-mid-text-right-b ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-delivery-part3-mid-text-right-b ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-delivery-part3-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part3-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part3-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-delivery-part3-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-delivery-part3-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part3-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part3-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-delivery-part3-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-delivery-part3-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-delivery-part3-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part3-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/********/

.mobile-delivery-part4 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part4 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part4-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-delivery-part4-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part4-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 473px;
  /*display:none;*/
}

.mobile-delivery-part4-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part4-mid-text-left-new {
  margin: 76px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part4-mid-text-left-new img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part4-mid-text-left-new ul {
  margin: 15px 0 0 20px;
  padding: 0px;
  float: left;
  width: 430px;
}

.mobile-delivery-part4-mid-text-left-new ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-delivery-part4-mid-text-right-new {
  margin: 50px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part4-mid-text-right-new img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part4-mid-text-right-new ul {
  margin: 15px 20px 0 0;
  padding: 0px;
  float: right;
  width: 430px;
  text-align: right;
}

.mobile-delivery-part4-mid-text-right-new ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-delivery-part4-mid-text-left {
  margin: 100px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part4-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part4-mid-text-left ul {
  margin: 15px 0 0 20px;
  padding: 0px;
  float: left;
  width: 430px;
}

.mobile-delivery-part4-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-delivery-part4-mid-text-right {
  margin: 100px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part4-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part4-mid-text-right ul {
  margin: 15px 20px 0 0;
  padding: 0px;
  float: right;
  width: 430px;
  text-align: right;
}

.mobile-delivery-part4-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-delivery-part4-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 500px;
}

.mobile-delivery-part4-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part4-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.chat-img-delivery-part {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  top: -60px;
}

.chat-img-delivery-part img {
  max-width: 100%;
}

/********/

.mobile-delivery-part5 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part5 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part5-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 450px;
}

.mobile-delivery-part5-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part5-left span img {
  max-width: 100%;
}

.mobile-delivery-part5-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 374px;
  /*display:none;*/
}

.mobile-delivery-part5-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part5-mid-text-left {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part5-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part5-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-delivery-part5-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-delivery-part5-mid-text-right {
  margin: 50px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part5-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part5-mid-text-right ul {
  margin: 20px 20px 0 0;
  padding: 0px;
  float: right;
  width: 350px;
  text-align: right;
}

.mobile-delivery-part5-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-delivery-part5-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 450px;
}

.mobile-delivery-part5-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part5-right span img {
  max-width: 100%;
}

/********/

.mobile-delivery-part6 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part6 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part6-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 774px;
}

.mobile-delivery-part6-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part6-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part6-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-delivery-part6-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-delivery-part6-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-delivery-part6-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 500px;
}

.mobile-delivery-part6-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-delivery-part6-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}


/*******mobile-sp-part-screen***********/
.mobile-sp-part-screen {
  margin: 0px;
  padding: 40px 0;
  float: left;
  width: 100%;
  min-height: 500px;
  position: relative;
  top: 0px;
  background: #feefec;
}

.mobile-sp-part-screen-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1275px;
}

.mobile-sp-part-screen-inner h3 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 35px;
  color: #222;
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

/********/

.mobile-sp-part1 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part1 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part1-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 577px;
}

.mobile-sp-part1-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part1-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 574px;
  /*display:none;*/
}

.mobile-sp-part1-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part1-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part1-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part1-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-sp-part1-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/****/

.mobile-sp-part2 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part2 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part2-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-sp-part2-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part2-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 774px;
}

.mobile-sp-part2-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part2-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
  /*display:none;*/
}

.mobile-sp-part2-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part2-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-sp-part2-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/********/

.mobile-sp-part3 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part3 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part3-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 698px;
  /*display:none;*/
}

.mobile-sp-part3-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part3-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part3-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part3-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-sp-part3-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part3-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 577px;
}

.mobile-sp-part3-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part3-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/********/

.mobile-sp-part4 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part4 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part4-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 577px;
}

.mobile-sp-part4-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part4-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 574px;
  /*display:none;*/
}

.mobile-sp-part4-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part4-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part4-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part4-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-sp-part4-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/****/

.mobile-sp-part5 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part5-inner {
  margin: 0 auto;
  padding: 0px;
  width: 70%;
  position: relative;
}

.mobile-sp-part5 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part5-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 600px;
}

.mobile-sp-part5-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part5-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 500px;
  position: absolute;
  top: 0;
  right: 0;
  /*display:none;*/
}

.mobile-sp-part5-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part5-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part5-mid-text-left img {
  float: left;
  left: -23px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part5-mid-text-left ul {
  margin: 20px 0 0 100px;
  padding: 0px;
  float: left;
  width: 490px;
}

.mobile-sp-part5-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/******/

.mobile-sp-part6 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part6 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part6-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
  position: relative;
}

.mobile-sp-part6-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part6-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
  /*display:none;*/
}

.mobile-sp-part6-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part6-mid-text-left-c {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part6-mid-text-left-c img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part6-mid-text-left-c ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-sp-part6-mid-text-left-c ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-sp-part6-mid-text-right-d {
  margin: 75px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part6-mid-text-right-d img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part6-mid-text-right-d ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-sp-part6-mid-text-right-d ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part6-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part6-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part6-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-sp-part6-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-sp-part6-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part6-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part6-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-sp-part6-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part6-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-sp-part6-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part6-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}


/********/

.mobile-sp-part7 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part7 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part7-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 698px;
  /*display:none;*/
}

.mobile-sp-part7-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part7-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part7-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part7-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-sp-part7-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part7-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 577px;
}

.mobile-sp-part7-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part7-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.chat-img-sp-part {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  top: -60px;
}

.chat-img-sp-part img {
  max-width: 100%;
}

/*******/

.mobile-sp-part8 {
  margin: 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part8-inner {
  margin: 0 auto;
  padding: 0px;
  width: 70%;
  position: relative;
}

.mobile-sp-part8 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part8-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 600px;
}

.mobile-sp-part8-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part8-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 500px;
  position: absolute;
  top: 0;
  right: 0;
  /*display:none;*/
}

.mobile-sp-part8-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part8-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part8-mid-text-left img {
  float: left;
  left: -23px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part8-mid-text-left ul {
  margin: 20px 0 0 100px;
  padding: 0px;
  float: left;
  width: 490px;
}

.mobile-sp-part8-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}


/******/

.mobile-sp-part9 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part9 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part9-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 450px;
}

.mobile-sp-part9-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part9-left span img {
  max-width: 100%;
}

.mobile-sp-part9-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 374px;
  /*display:none;*/
}

.mobile-sp-part9-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part9-mid-text-left {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part9-mid-text-left img {
  float: left;
  left: -1px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part9-mid-text-left ul {
  margin: 20px 0 0 20px;
  padding: 0px;
  float: left;
  width: 350px;
}

.mobile-sp-part9-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-sp-part9-mid-text-right {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part9-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part9-mid-text-right ul {
  margin: 20px 20px 0 0;
  padding: 0px;
  float: right;
  width: 350px;
  text-align: right;
}

.mobile-sp-part9-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part9-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 450px;
}

.mobile-sp-part9-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part9-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part9-right span img {
  max-width: 100%;
}

/*******/

.mobile-sp-part10 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part10 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part10-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-sp-part10-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part10-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 774px;
}

.mobile-sp-part10-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part10-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part10-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part10-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-sp-part10-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/******/

.mobile-sp-part11 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part11 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part11-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 450px;
}

.mobile-sp-part11-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part11-left span img {
  max-width: 100%;
}

.mobile-sp-part11-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 374px;
  /*display:none;*/
}

.mobile-sp-part11-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part11-mid-text-left {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part11-mid-text-left img {
  float: left;
  left: -1px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part11-mid-text-left ul {
  margin: 20px 0 0 20px;
  padding: 0px;
  float: left;
  width: 350px;
}

.mobile-sp-part11-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-sp-part11-mid-text-right {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part11-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part11-mid-text-right ul {
  margin: 20px 20px 0 0;
  padding: 0px;
  float: right;
  width: 350px;
  text-align: right;
}

.mobile-sp-part11-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part11-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 450px;
}

.mobile-sp-part11-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part11-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part11-right span img {
  max-width: 100%;
}


/********/

.mobile-sp-part12 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part12 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part12-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 698px;
}

.mobile-sp-part12-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part12-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part12-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part12-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-sp-part12-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part12-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 577px;
}

.mobile-sp-part12-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part12-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/********/


.mobile-sp-part13 {
  margin: 80px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part13 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part13-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-sp-part13-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part13-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 473px;
  /*display:none;*/
}

.mobile-sp-part13-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part13-mid-text-left {
  margin: 110px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part13-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part13-mid-text-left ul {
  margin: 20px 0 0 20px;
  padding: 0px;
  float: left;
  width: 420px;
}

.mobile-sp-part13-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-sp-part13-mid-text-right {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part13-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part13-mid-text-right ul {
  margin: 20px 20px 0 0;
  padding: 0px;
  float: right;
  width: 430px;
  text-align: right;
}

.mobile-sp-part13-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part13-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 500px;
}

.mobile-sp-part13-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part13-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/******/

.mobile-sp-part14 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part14 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part14-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 450px;
}

.mobile-sp-part14-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part14-left span img {
  max-width: 100%;
}

.mobile-sp-part14-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 373px;
  /*display:none;*/
}

.mobile-sp-part14-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part14-mid-text-left {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part14-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part14-mid-text-left ul {
  margin: 0 0 0 7px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-sp-part14-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-sp-part14-mid-text-right {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part14-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part14-mid-text-right ul {
  margin: 20px 7px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-sp-part14-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part14-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 450px;
}

.mobile-sp-part14-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part14-right span img {
  max-width: 100%;
}

/********/

.mobile-sp-part15 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part15 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part15-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 698px;
}

.mobile-sp-part15-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part15-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-sp-part15-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-sp-part15-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-sp-part15-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-sp-part15-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 577px;
}

.mobile-sp-part15-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-sp-part15-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/*******mobile-sp-part-screen***********/
.mobile-other-screen-part {
  margin: 0px;
  padding: 0 0 30px;
  float: left;
  width: 100%;
  min-height: 500px;
  position: relative;
  top: 0px;
}

.mobile-other-screen-part-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1275px;
}

.opposite-single-row h3.other-fet-title {
  margin: 0px 0 20px 0;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 55px;
  color: #222;
  text-align: center;
  font-family: 'Exo 2';
  font-weight: bold;
  text-transform: uppercase;
}

/********/

.mobile-other-screen-part1 {
  margin: 30px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part1 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part1-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-other-screen-part1-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part1-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 674px;
  /*display:none;*/
}

.mobile-other-screen-part1-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part1-mid-text-left {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part1-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part1-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-other-screen-part1-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-other-screen-part1-mid-text-right {
  margin: 160px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part1-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part1-mid-text-right ul {
  margin: 20px 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-other-screen-part1-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-other-screen-part1-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-other-screen-part1-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part1-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/******/

.mobile-other-screen-part2 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part2 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part2-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 500px;
}

.mobile-other-screen-part2-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part2-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 574px;
  /*display:none;*/
}

.mobile-other-screen-part2-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part2-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part2-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part2-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-other-screen-part2-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/********/

.mobile-other-screen-part3 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part3 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part3-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 698px;
  /*display:none;*/
}

.mobile-other-screen-part3-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part3.dial-overlap-right .mobile-other-screen-part3-right {
  width: auto;
}

.mobile-other-screen-part3.dial-overlap-right .mobile-other-screen-part3-mid {
  width: 775px;
}

.mobile-other-screen-part3-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part3-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part3-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-other-screen-part3-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-other-screen-part3-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 577px;
}

.mobile-other-screen-part3-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part3-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/******/

.mobile-other-screen-part4 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part4 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part4-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 500px;
}

.mobile-other-screen-part4-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part4-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 574px;
  /*display:none;*/
}

.mobile-other-screen-part4-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part4-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part4-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part4-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-other-screen-part4-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}


/********/

.mobile-other-screen-part5 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part5 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part5.dual-single-right .mobile-other-screen-part5-right {
  width: auto;
}

.mobile-other-screen-part5.dual-single-right .mobile-other-screen-part5-mid {
  width: 972px;
}

.mobile-other-screen-part5-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 698px;
  /*display:none;*/
}

.mobile-other-screen-part5-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part5-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part5-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part5-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-other-screen-part5-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-other-screen-part5-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 577px;
}

.mobile-other-screen-part5-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part5-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/******/

.mobile-other-screen-part6 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part6 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part6-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 577px;
}

.mobile-other-screen-part6-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part6-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 560px;
  /*display:none;*/
}

.mobile-other-screen-part6-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part6-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part6-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part6-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-other-screen-part6-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/********/

.mobile-other-screen-part7 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part7 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part7-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 698px;
  /*display:none;*/
}

.mobile-other-screen-part7-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part7-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part7-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part7-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-other-screen-part7-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-other-screen-part7-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 577px;
}

.mobile-other-screen-part7-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part7-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}


/******/

.mobile-other-screen-part8 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part8 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part8-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 577px;
}

.mobile-other-screen-part8-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part8-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 560px;
  /*display:none;*/
}

.mobile-other-screen-part8-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part8-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part8-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part8-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-other-screen-part8-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}


/********/
.mobile-other-screen-part9.dual-right-section .mobile-other-screen-part9-right {
  width: auto;
}

.mobile-other-screen-part9.dual-right-section .mobile-other-screen-part9-mid {
  width: 775px;
}

.mobile-other-screen-part9 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part9 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part9-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 698px;
  /*display:none;*/
}

.mobile-other-screen-part9-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part9-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part9-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part9-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 360px;
  text-align: right;
}

.mobile-other-screen-part9-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-other-screen-part9-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 577px;
}

.mobile-other-screen-part9-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part9-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/******/
.mobile-other-screen-part10 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part10 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part10-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 500px;
}

.mobile-other-screen-part10-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part10-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 574px;
  /*display:none;*/
}

.mobile-other-screen-part10-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part10-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part10-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part10-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 360px;
}

.mobile-other-screen-part10-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/********/

.mobile-other-screen-part11 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part11 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part11-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 971px;
  /*display:none;*/
}

.mobile-other-screen-part11-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part11-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part11-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part11-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 430px;
  text-align: right;
}

.mobile-other-screen-part11-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-other-screen-part11-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-other-screen-part11-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part11-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/******/
.mobile-other-screen-part12 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part12 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part12-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-other-screen-part12-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part12-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 971px;
  /*display:none;*/
}

.mobile-other-screen-part12-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part12-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part12-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part12-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 430px;
}

.mobile-other-screen-part12-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/********/

.mobile-other-screen-part13 {
  margin: 40px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part13 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part13-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 971px;
  /*display:none;*/
}

.mobile-other-screen-part13-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part13-mid-text-right {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part13-mid-text-right img {
  float: right;
  right: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part13-mid-text-right ul {
  margin: 0 20px 0 0;
  padding: 0px;
  float: right;
  width: 430px;
  text-align: right;
}

.mobile-other-screen-part13-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll right 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 20px 10px 0;
  width: 100%;
}

.mobile-other-screen-part13-right {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 300px;
}

.mobile-other-screen-part13-right h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part13-right span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

/******/
.mobile-other-screen-part14 {
  margin: 60px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part14 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part14-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-other-screen-part14-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part14-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 971px;
  /*display:none;*/
}

.mobile-other-screen-part14-mid h4 {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-other-screen-part14-mid-text-left {
  margin: 200px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-other-screen-part14-mid-text-left img {
  float: left;
  left: -3px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-other-screen-part14-mid-text-left ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 430px;
}

.mobile-other-screen-part14-mid-text-left ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

/*********/
.pulse-container {
  margin: 0 auto;
  width: 300px;
  position: absolute;
  top: 0;
}

.pulse-box {
  float: left;
  width: 65px;
  height: 65px;
  display: block;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 250px;
  left: 119px;
}

.pulse-box em {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 18px;
  top: 14px;
}

svg.pulse-svg {
  overflow: visible;
}

svg.pulse-svg .first-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .third-circle {
  fill: var(--theme);
  transform: scale(0.9);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}

svg.pulse-svg .second-circle {
  animation-delay: 1s;
}

svg.pulse-svg .third-circle {
  animation-delay: 2s;
}

/* pulse in CSS */
.pulse-css {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: tomato;
  position: relative;
}

.pulse-css:before,
.pulse-css:after {
  content: '';
  width: 65px;
  height: 65px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: tomato;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.9);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}

.pulse-css:after {
  animation-delay: 2s;
}

@keyframes pulse-me {
  0% {
    transform: scale(0.9);
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
}

.chat-rider-driver-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1250px;
}

.chat-rider-driver-inner span {
  margin: 50px 0 0;
  padding: 0px;
  float: right;
  width: 65%;
  text-align: left;
}

.chat-rider-driver-inner h3 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 46%;
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
  border-right: 1px solid var(--theme);
}

.chat-rider-driver-inner h3 b {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 38px;
  color: var(--theme);
  font-family: 'exo_2bold';
}

.chat-rider-driver-inner p {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 49%;
  color: #222222;
  font-size: 17px;
  display: block;
}

.chat-rider-driver-inner-arrow {
  margin: 0 auto;
  padding: 0px;
  width: 527px;
}

.chat-rider-driver-inner-arrow .new002 {
  margin: 50px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.chat-rider-driver-inner-arrow .new002 img {
  position: relative;
  left: 0px;
}

.chat-rider-driver-inner-arrow .new003 {
  margin: 190px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.chat-rider-driver-inner-arrow .new003 img {
  position: relative;
  right: 0px;
}

.chat-rider-driver-inner-arrow b img {
  position: relative;
  right: 0px;
}

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

.call-rider-driver {
  margin: 0 0 0 0px;
  padding: 0px;
  background: url(../images/xsp-app-flow/call.png);
  height: 717px;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background-position: top center;
}

.call-rider-driver.vconsult {
  background-image: url(../images/xsp-app-flow/vconsult.png);
}

.call-rider-driver-inner {
  margin: 0 auto;
  padding: 0px;
  width: 1250px;
}

.call-rider-driver-inner span {
  margin: 0px auto 0 auto;
  padding: 85px 0 0 0px;
  max-width: 564px;
  display: block;
  position: relative;
  right: -38px;
  text-align: left;
}

.call-rider-driver-inner h3 {
  margin: 0px;
  padding: 0px;
  width: auto;
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
}

.call-rider-driver-inner h3 b {
  margin: 0px;
  padding: 0px;
  display: block;
  font-size: 32px;
  color: var(--theme);
  font-family: 'Exo 2', sans-serif;
}

.call-rider-driver-inner p {
  margin: 0px;
  padding: 0px;
  width: auto;
  color: #000;
  font-size: 17px;
  text-align: left;
}

.call-rider-driver-inner-arrow {
  margin: 0 auto;
  padding: 0px;
  width: 527px;
}

.call-rider-driver-inner-arrow .new004,
.call-rider-driver-inner-arrow .new008,
.call-rider-driver-inner-arrow .new0010,
.call-rider-driver-inner-arrow .new0012,
.call-rider-driver-inner-arrow .new0018 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.call-rider-driver-inner-arrow .new004 img {
  position: relative;
  left: 30px;
}

.call-rider-driver-inner-arrow .new008 img,
.call-rider-driver-inner-arrow .new0010 img,
.call-rider-driver-inner-arrow .new0012 img,
.call-rider-driver-inner-arrow .new0018 img {
  position: relative;
  left: 30px;
  bottom: 20px;
}

.call-rider-driver-inner-arrow .new005,
.call-rider-driver-inner-arrow .new009,
.call-rider-driver-inner-arrow .new0011,
.call-rider-driver-inner-arrow .new0013,
.call-rider-driver-inner-arrow .new0019 {
  margin: 150px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.call-rider-driver-inner-arrow .new005 img,
.call-rider-driver-inner-arrow .new009 img,
.call-rider-driver-inner-arrow .new0011 img,
.call-rider-driver-inner-arrow .new0013 img,
.call-rider-driver-inner-arrow .new0019 img {
  position: relative;
  right: 0px;
}

.call-rider-driver-inner-arrow b img {
  position: relative;
  right: 0px;
}

.unhide001,
.unhide002,
.unhide005 {
  display: block;
}

.hide001,
.hide002,
.hide003,
.hide005 {
  display: none;
}

.unhide001,
.unhide005 {
  display: block;
}

.hide001,
.hide005 {
  display: none;
}

.call-rider-driver.chat_img {
  background: url(../images/xsp-app-flow/chat.png) no-repeat scroll center top;
}

.call-rider-driver-inner-arrow .new0010 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.call-rider-driver-inner-arrow .new0010 img {
  position: relative;
  left: 30px;
  bottom: 20px;
}

.call-rider-driver-inner-arrow .new0011 {
  margin: 150px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.call-rider-driver-inner-arrow .new0011 img {
  position: relative;
  right: 0px;
}

/*********/
.overview-section .overview-section-right-part.align-strate {
  width: 1280px;
}

.mobile-screen-desktop {
  padding: 0 0 0 0;
  float: left;
  width: 100%;
}

.mobile-screen-resposive {
  margin: 0 0 0 0;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
}

.mobile-screen-resposive p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.mobile-screen-resposive p img {
  max-width: 100%;
}

.mobile-delivery-part1d {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-delivery-part1d .mobile-delivery-part1-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 330px;
}

.mobile-delivery-part1d .mobile-delivery-part1-left span {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: left;
}

.mobile-delivery-part1d .mobile-delivery-part1-right {
  margin: 150px 0 0;
  padding: 0px;
  float: left;
  width: 50%;
}

.mobile-delivery-part1d .mobile-delivery-part1-right ul {
  margin: 0 0 30px 20px;
  padding: 0px;
  float: left;
  width: 90%;
}

.mobile-delivery-part1d .mobile-delivery-part1-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-delivery-part1d .mobile-delivery-part1-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobie-new {
  margin: 55px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobie-new h3 {
  font-size: 30px;
}

/*****/

.mobile-screen-part-last1 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last1 h4 {
  margin: 0 0 10px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 30px;
  color: #222222;
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part-last1 p {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last1-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 620px;
}

.mobile-screen-part-last1-left span {
  margin: 0 10px 0 0;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part-last1-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 650px;
}

.mobile-screen-part-last1-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last1-mid-text-right img {
  float: left;
  left: -10px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part-last1-mid-text-right ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 460px;
}

.mobile-screen-part-last1-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-screen-part-last1-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part-last2 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last2 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part-last2-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 620px;
}

.mobile-screen-part-last2-left span {
  margin: 0 10px 0 0;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part-last2-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 650px;
}

.mobile-screen-part-last2-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last2-mid-text-right img {
  float: left;
  left: -10px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part-last2-mid-text-right ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 460px;
}

.mobile-screen-part-last2-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-screen-part-last2-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part-last3 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last3 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part-last3-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 320px;
}

.mobile-screen-part-last3-left span {
  margin: 0 10px 0 0;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part-last3-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 650px;
}

.mobile-screen-part-last3-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last3-mid-text-right img {
  float: left;
  left: -21px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part-last3-mid-text-right ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 460px;
}

.mobile-screen-part-last3-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-screen-part-last3-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part-last4 {
  margin: 10px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last4 h4 {
  margin: 0 0 40px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 29px;
  color: var(--theme);
  text-align: center;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}

.mobile-screen-part-last4-left {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 320px;
}

.mobile-screen-part-last4-left span {
  margin: 0 10px 0 0;
  padding: 0px;
  float: left;
  width: 300px;
}

.mobile-screen-part-last4-mid {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 650px;
}

.mobile-screen-part-last4-mid-text-right {
  margin: 210px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last4-mid-text-right img {
  float: left;
  left: -21px;
  margin: 5px 0 0;
  padding: 0;
  position: relative;
}

.mobile-screen-part-last4-mid-text-right ul {
  margin: 0 0 0 20px;
  padding: 0px;
  float: left;
  width: 460px;
}

.mobile-screen-part-last4-mid-text-right ul b {
  margin: 0;
  padding: 0 0 10px;
  color: #333;
  display: block;
  float: left;
  font-size: 17px;
  line-height: 21px;
  width: 100%;
}

.mobile-screen-part-last4-mid-text-right ul li {
  background: url("../images/xsp-app-flow/clone/point.png") no-repeat scroll left 4px;
  color: #000;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}

.mobile-screen-part-last4-mid-text-right strong {
  margin: 20px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.mobile-screen-part-last4-mid-text-right strong a {
  margin: 0px;
  padding: 12px 20px;
  background: var(--theme);
  color: #FFFFFF;
  font-size: 19px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
}

.mobile-screen-part-last4-mid-text-right strong a:hover {
  background: #29c705;
}

.flow-restaurant {
  margin: 0px;
  padding: 0px 0 0px 0;
  text-align: center;
  border: 1px solid #e0e0e0;
  float: left;
}

.flow-restaurant span img {
  max-width: 100%;
}

.flow-restaurant b {
  margin: 0px;
  padding: 0px;
}

.flow-restaurant b a {
  margin: 0px;
  padding: 20px 35px;
  background: var(--theme);
  color: #FFFFFF;
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
}

.flow-restaurant b a:hover {
  background: #29c705;
}

/* ///////////////////////////// */
/**************************flow guide section stylesheet*************************/
.flow-guide-section {
  width: 100%;
  float: left;
}

.flow-guide-section h3 {
  color: #7eb510;
  font-weight: 600;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
}

.app-types-part img,
.flow-guide-section img,
.flow-restaurant 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-restaurant img.guide-arrows,
.flow-guide-section img.guide-arrows,
.app-types-part img.guide-arrows,
.loading-screen-mid label img.loading_img {
  filter: none;
  filter: none;
  -webkit-filter: none;
}


h3~p {
  max-width: unset !important;
}

.flow-guide-section h3:after {
  content: '';
  width: 34px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}

.flow-guide-section-inner {
  width: 1360px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.flow-guide-section ul li {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.flow-guide-section ul {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

p {
  position: relative;
}

.flow-guide-section ul {
  margin-bottom: 30px;
}

.flow-guide-section .screen-name {
  font-size: 20px;
  display: block;
  color: #151515;
  margin: 20px 0 10px 0;
  font-weight: 600;
}

ul.listing {
  padding-left: 20px;
}

.flow-guide-section p {
  max-width: 375px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.row-before:after {
  width: 100%;
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.overview-section.first {
  padding-bottom: 0;
}

.overview-section.first h2 {
  font-weight: 600;
  color: var(--theme);
  position: relative;
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}

.gray-color-bg {
  margin: 0px;
  padding: 40px 0 40px 0px;
  background: #F0F0F0;
  border-bottom: 1px solid #ddd;
}

.blue-color-bg {
  background-color: #EDEDFB;
}

.red-color-bg {
  background-color: #F7E7E7;
}

.hidden_ {
  opacity: 0;
  pointer-events: none;
}

.overview-section.first h3 {
  font-weight: 600;
  color: #7eb510;
  position: relative;
  margin-bottom: 25px;
  font-size: 40px;
}

/****************************************/
.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));
}

/****************************************/
.flow-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.flow .flow-row 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-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.flow h3 {
  font-size: 50px;
  color: #2EAA0C;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  margin-bottom: 16px;
}

.flow {
  padding: 50px 0 100px 0;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}

.flow .flow-shape {
  position: absolute;
  left: 0;
  top: -120px;
}

.flow strong {
  font-size: 20px;
  line-height: 29.2px;
  color: #373737;
  font-weight: 500;
  display: block;
  margin: 0px 0 30px 0;
  max-width: 1100px;
  text-align: center;
}

.flow-row ul {
  list-style: none;
  width: 318px;
  max-width: 100%;
}

.flow-row ul.middle {
  width: 430px;
  text-align: center;
}

.flow-row ul:first-child,
.flow-row ul:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flow-row ul li p {
  line-height: 27.2px;
  color: #373737;
  font-size: 16px;
  display: block;
  margin-top: 16px;
  padding: 0 11px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.flow-row ul li {
  position: relative;
}

.flow-row ul li b {
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
}

.flow-row ul li:nth-child(2) {
  margin: 92px 0 100px 0;
}

.flow-img-block {
  position: relative;
}

.flow-img-block .arrow {
  position: absolute;
}

.flow-img-block .center-up.arrow {
  left: 50%;
  top: -79px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.flow-img-block .center-down.arrow {
  left: 50%;
  top: auto;
  bottom: -79px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.flow-row ul li .center-down.arrow {
  left: 50%;
  position: absolute;
  top: auto;
  bottom: -77px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.flow-row ul li .arrow {
  position: absolute;
}

.flow-row ul li .center-left.arrow {
  left: -80px;
  right: auto;
  top: 35%;
}

.flow-row ul li .center-right.arrow {
  right: -80px;
  left: auto;
  top: 35%;
}

.flow-row ul li .flow-img-block .center-left.arrow {
  left: -120px;
  right: auto;
  top: 70px;
}

.flow-row ul li .flow-img-block .center-right.arrow {
  right: -120px;
  left: auto;
  top: 70px;
}

.flow .view-flow-btn {
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 2px #2EAA0C inset;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  padding: 10px 40px;
  transition: all 0.5s ease 0s;
  background-color: #2EAA0C;
  min-height: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.flow .view-flow-btn:after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #21700b;
  z-index: -1;
  border-radius: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.flow .view-flow-btn:hover:after {
  width: 100%;
}
/****************************************/
/************************right align overview stylesheet**************************/
/*  */
.gray-bg {
  background-color: #F8F8F8;
}

.light-green-bg {
  background-color: #e6fff9;
}

.video-consult-section {
  background-color: #fdf2ff;
  float: left;
  width: 100%;
}

.service-bid-section {
  background-color: #fff8fa;
  float: left;
  width: 100%;
}

.flow-structure-main {
  float: left;
  width: 100%;
}

.flow-structure-main>h3 {
  margin: 0px 0 30px 0;
  padding: 30px 0 20px;
  font-size: 40px;
  color: #df4128;
  text-transform: uppercase;
  background: #FFFFFF url(../images/hd-divider.png) no-repeat scroll center bottom;
  text-align: center;
  font-weight: 600;
}

.opposite-single-row.tripple-left .opposite-single-middle {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.opposite-single-row.tripple-left {
  text-align: center;
}

.opposite-single-row.tripple-left .opposite-single-left img {
  margin: 0 10px;
}

.opposite-single-row.tripple-left .opposite-single-middle b {
  font-weight: 600;
  margin: 20px 0 5px 0;
  font-size: 20px;
  display: block;
}

.opposite-single-row h4,
.opposite-single-row h2 {
  margin: -8px 0 10px 0;
  padding: 0px;
  font-size: 34px;
  color: var(--theme);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.opposite-single-left h4,
.opposite-single-right h4 {
  font-size: 25px;
  margin-bottom: 20px;
}

.opposite-single-row {
  text-align: center;
  padding: 40px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.opposite-single-row h3.other-fet-title {
  margin: -13px 0 10px 0;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 55px;
  color: #222;
  text-align: center;
  font-family: 'Exo 2';
  font-weight: bold;
  text-transform: uppercase;
}

.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-green-bg {
  background-color: #deffdb;
} */
.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 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.sublist {
  padding: 0 0 0 40px;
}

.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 15px 0;
  padding: 0px;
  font-size: 21px;
  color: #020202;
  font-weight: 500;
  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 8px 20px;
  background: url(../images/xsp-app-flow/point.png) no-repeat scroll left 4px;
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 21px;
}

.opposite-single-middle ul.right-side-list li {
  margin: 0px;
  padding: 0 20px 10px 0;
  background: url(../images/xsp-app-flow/point.png) no-repeat scroll right 4px;
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 21px;
}

.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: 1311px;
}

.opposite-single-row.dual-screens .opposite-single-middle {
  width: 312px;
}

/**********************/
.opposite-single-row.dual-left .opposite-single-middle {
  width: 650px;
}

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

/*****************************************************/
.main-parent-block strong {
  margin: 0 0 10px;
  padding: 0px;
  font-size: 27px;
  font-weight: 600;
  display: block;
}

.main-parent-block img {
  margin-bottom: 20px;
}

.app-flow-left-part {
  max-width: 350px;
  margin-right: 140px;
}

.app-flow-right-part {
  width: calc(100% - 490px);
  width: -o-calc(100% - 490px);
  width: -moz-calc(100% - 490px);
  width: -webkit-calc(100% - 490px);
}

.flow-child-block {
  display: inline-block;
  align-items: center;
  margin: 30px 0;
  text-align: center;
  max-width: 400px;
  padding: 0 30px;
}

.flow-child-caption strong {
  margin: 20px 0 10px;
  padding: 0px;
  font-size: 27px;
  font-weight: 600;
  display: block;
}

.flow-child-caption {
  padding-left: 30px;
}

.main-parent-block .arrow-right {
  position: absolute;
  right: -140px;
  bottom: 200px;
  transform-origin: bottom left;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.main-parent-block .arrow-right-top {
  position: absolute;
  right: -140px;
  top: 200px;
}

.main-parent-block {
  position: relative;
}

.main-parent-block .arrow-right-top {
  position: absolute;
  right: -170px;
  top: 110px;
  transform-origin: bottom left;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mobile-screen-services-part {
  margin: 0px;
  padding: 20px 0px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  background-color: #ededfb;
}

.mobile-screen-services-part-inner 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));
}

.mobile-screen-services-part-inner {
  margin: 0 auto;
  padding: 0;
  width: 1344px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.mobile-screen-services-part h4 {
  margin: 0px 0 0px 0;
  padding: 0px;
  font-size: 34px;
  color: #7eb510;
  text-transform: uppercase;
  font-weight: 600;
  text-align: 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: var(--theme);
  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;
}

/* .arrow-right{margin:0 auto; padding:0; position:absolute; left:0; top:-183px; transform:rotate(-20deg);} */
.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;
}

/*****************************/
/*****************************************************/
.notification-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

.notification {
  padding: 50px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.notification h3 {
  margin: 0px 0 10px 0;
  padding: 0px;
  font-size: 34px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.notification p {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 10px;
}
.notification strong {
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
}
.common-listing {
  margin-bottom: 10px;
}
ul.common-listing li {
  position: relative;
  padding: 0 0 0 18px;
}
ul.common-listing li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
/*****************************************************/
.notification.KOT h3 {
  color: var(--theme);
}

.notification.KOT p {
  color: #000;
}

.notification.KOT .notification-left {
  width: 330px;
  display: flex;
}

.notification.KOT .notification-left img {
  width: 330px;
}

.notification.KOT .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);
}

.notification.KOT .notification-left .printer_ico {
  margin-right: 50px;
}

/*****************************************************/
@media screen and (max-width:991px) {
  .button-block-inner {
    justify-content: center;
  }

  .button-block p {
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
 
}
@media screen and (max-width:767px) {
  .mobile-screen-inner h1 {
    font-size: 30px;
  }
  .section-heading {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width:630px) {
  .mobile-screen-inner h1 {
    font-size: 28px;
  }
  .section-heading {
    font-size: 28px;
    line-height: 28px;
  }
}