:root {
  --theme:#fda612;
  --theme-hover:#fbaf3dd7;
  --theme-light:#fda61240;
  --black:#000;
  --grid-gap:20px;
  --white: #ffffff;
  --f20: 20px;
  --f22: 22px;
  --f16: 16px;
  --gap10: 10px;
  --gap20: 20px;
  --button-padding: 11px 25px 13px 25px;
  --button-padding-big: 15px 25px 18px 25px;
  --button-radius: 5px;
  --common-gradient:url(https://hidriver.co.il/images/events-life/event-banner-patern.png) no-repeat bottom center, linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
}
a, a:hover, a:active, a:focus {
  color: var(--theme);
}
* {
  font-family: 'Exo 2';
  box-sizing: border-box;
}
.hidden {
  visibility: hidden !important;
}
p {
  font-size: 15px;
  color: #000;
  line-height: 23px;
  margin: 0 0 10px 0;
}
p:last-child {
  margin-bottom: 0;
}
.opposite-single-row .opposite-single-middle ul .one-step-indent {
  padding-left:20px;
}
img {
  border: none;
  outline: 0;
  max-width: 100%;
}
.flow-img-block.mob-frame-gif {
  position: relative;
  padding: 0 25px 20px 25px;
  box-sizing: border-box;
}
.home-anding-screen-gif{
  border-radius: 40px;
  max-width: 100%;
  margin-top: 24px;
  filter: none;
  -webkit-filter: none;
}
.video-block {
  max-width: 800px;
  margin: 20px auto 0 auto;
  cursor: pointer;
  position: relative;
  border: 1px solid #ddd;
}
.video-block:before {
  content: '';
  padding-top: 56.25%;
  width: 100%;
  display: block;
}
.video-block img,
.video-block iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.play-anim-ico {
  background-image: url(https://hidriver.co.il/images/kingxpro-app-flow/play-button.svg);
  background-position: center;
  background-size: cover;
  width: 50px;
  position: absolute;
  height: 50px;
  left: 50%;
  top: 50%;
  z-index: 11;
  margin-top: -25px;
  margin-left: -25px;
  pointer-events: none;
}

.play-anim-ico:after {
  position: absolute;
  width: 24px;
  height: 24px;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: -12px 0 0 -12px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 13px #45aeac;
  transform: scale(.9);
  transform-origin: center center;
  animation: pulse-me 1s linear infinite;
  -webkit-animation: pulse-me 1s linear infinite;
}
#main {
  max-width: 1920px;
  margin: 0 auto;
  width: auto;
  float: none;
}
.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));
}

@keyframes pulse-me {
  0% {
    transform: scale(.9);
    opacity: .2;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}
  50% {
    opacity: .5
  }
  70% {
    opacity: .09
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -ms-transform: scale(2.1);
    -o-transform: scale(2.1);
}
}
.gojek-graphocal-flow-banner-part .banner-button {
  position: absolute;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50% );
  top: 70%;
  left: 40%;
  -webkit-transform: translate(-50%, -50% );
  -moz-transform: translate(-50%, -50% );
  -ms-transform: translate(-50%, -50% );
  -o-transform: translate(-50%, -50% );
}
a, a:hover, a:active, a:focus{
  color: #00a9b8;
}
.fancybox-opened {
  z-index: 999999 !important;
}
/* ************* */
.boxcolor1 {
  background-color: #fff1f1;
}
.boxcolor2 {
  background-color: #fff8e8;
}
.boxcolor3 {
  background-color: #f4ffeb;
}
.boxcolor4 {
  background-color: #e9fff4;
}
.boxcolor5 {
  background-color: #e8fcff;
}
.boxcolor6 {
  background-color: #e9f3ff;
}
.boxcolor7 {
  background-color: #eeebff;
}
.component-title {
  font-size:50px !important;
  margin: 0 auto 20px !important;
  text-transform: uppercase;
}
.clearfix {
  float: left;
  width: 100%;
}

.banner {
	padding: 10px 0;
	position: relative;
	margin-top: 80px;
}
.banner-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.banner-inner::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  background: #f1fcff;
  z-index: -1;
  left: -100px;
  top: 0;
  border-radius: 50% 50% 0;
}
.banner-right {
  width: 630px;
  position: relative;
}
.banner-left {
  width: calc(100% - 640px);
  width: -o-calc(100% - 640px);
  width: -ms-calc(100% - 640px);
  width: -moz-calc(100% - 640px);
  width: -webkit-calc(100% - 640px);
}
.banner .heading-area h1 {
  font-size: 60px;
  color: #1b2735;
  font-weight: bold;
  line-height: 46px;
}
.banner .heading-area h1 span{
  color: #00a9b8;
}
.banner .heading-area h1 strong {
  font-size: 42px;
  color: #1b2735;
  font-weight: 600;
  line-height: 40px;
  display: block;
  margin-top: 17px;
  margin-bottom: 15px;
}
.banner-left .banner-caption P {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 16px;
  color: #000;
}

.banner-right img {
  max-width: 100%;
  margin-bottom: -42px;
}
.row-flow-small-devices {
  border-bottom: 1px solid #ddd;
}
.row-flow-small-devices img {
  vertical-align: top;
}
.common-btn {
  background-color: var(--theme);
  color: var(--white);
  padding: var(--button-padding-big);
  gap: var(--gap20);
  font-size: var(--f22);
  border-radius: var(--button-radius);
  -webkit-border-radius: var(--button-radius);
  -moz-border-radius: var(--button-radius);
  -ms-border-radius: var(--button-radius);
  -o-border-radius: var(--button-radius);
  line-height: 1em;
  display: inline-flex;
  align-items: center;
  gap: var(--gap10);
  font-weight: 600;
  font-family: 'Exo 2';
  border: none;
  outline: none;
  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;
  z-index: 0;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
}
.common-btn.nagative {
  background-color: transparent;
  border: 1px solid var(--theme);
  color: var(--theme);
}
.common-btn::before {
  background: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
  pointer-events: none;
}
.common-btn.black-btn {
  background-color: var(--black);
  color: #fff;
}
.common-btn.black-btn::before {
  background-color: var(--orange);
}
.common-btn:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.common-btn img {
  width: 16px;
  height: 21px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.common-btn small {
  font-size: 12px;
  display: block;
}
.common-btn:hover {
  color: var(--white);
}
.common-btn:visited {
  color: var(--white);
}
/* **********Banner and******************* */
.application-flow-part{
  width: 100%;
  position: relative;
  display: block;
  padding: 0px 0px 40px 0px;
  margin-top: 80px;
}
.application-flow-part::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 750px;
  background: var(--common-gradient);
  z-index: -1;
}
.application-flow-part img {
  vertical-align: top;
}
.application-flow-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application-flow-inner h2 {
  margin: 0 0 20px;
  padding: 0px;
  width: 100%;
  font-size: 32px;
  color: #000;
  font-family: 'Exo 2';
  text-transform: uppercase;
  position: relative;
  line-height: 60px;
  font-weight: bold;
}
.application-flow-inner h2:after {
  background: #000;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 29px;
}
.application-flow-part .heading-area h1 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--black);
  line-height: 1em;
}
.application-flow-part .heading-area h1 span {
  color: var(--theme);
}
.application-flow-part .heading-area h1 strong {
  font-size: 32px;
  display: block;
  color: #000;
}
.application-flow-part .heading-area h1 span {
  color: var(--theme);
}
.application-flow-left {
  width: 325px;
  position: relative;
}
.shape-img {
  position: absolute;
  bottom: 0px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.gif-img-part {
  width: 315px;
  margin: 0;
  position: relative;
  display: block;
}
.application-flow-left .gif-img-part .home-anding-screen-gif {
  border-radius: 30px;
  max-width: 92%;
  margin: 16px 0 0 10px;
  filter: none;
  -webkit-filter: none;
}
.application-flow-left .gif-img-part img {
  max-width: 100%;
}
.application-flow-left .gif-img-part .mob-frame {
  position: absolute;
  left: 0;
  top: 0;
}

.application-flow-right {
  width: calc(100% - 350px);
  width: -o-calc(100% - 350px);
  width: -webkit-calc(100% - 350px);
  width: -ms-calc(100% - 350px);
  box-sizing: border-box;
}
.application-flow-right ul li h3 {
  margin: 0;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
}
.application-flow-inner > p {
  text-align: justify;
}
.application-flow-part ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.application-flow-part ul li {
  position: relative;
  padding: 15px;
  z-index: 1;
}
.application-flow-part ul li .component-caption > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: calc(100% - 34px);
  width: -o-calc(100% - 34px);
  width: -moz-calc(100% - 34px);
  width: -webkit-calc(100% - 34px);
}
.application-flow-part ul li .component-caption i img {
  width: 33px;
  height: 33px;
  display: inline-block;
}
.application-flow-part ul li .component-caption i img {
  width: 33px;
  height: 33px;
  font-size: 0;
}
.application-flow-part ul li .component-caption {
  display: flex;
  background-color: #fff;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.07);
  padding: 15px;
  min-height: 100%;
  flex-wrap: wrap;
}
.application-flow-part ul li .component-caption:before{
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 55%;
  background-color: var(--theme-light);
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: block;
}
.application-flow-part ul li p {
  text-align: justify;
  line-height: 20px;
}
.application-flow-part ul li h3 ._VIDEO_ {
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  height: 20px;
}
.application-flow-part ul li h3 ._VIDEO_ img {
  vertical-align: top;
  height: 20px;
}
.application-flow-part ul li > div > a {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.application-flow-right h3 img {
  width: 88px;
}
.application-flow-right h3 b {
  margin: 0 0px 0px 15px;
}
.all-flow-part2 {
  padding: 0;
  width: 100%;
  position: relative;
  background: transparent;
  display: block;
}
.all-flow-part2-inner {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1343px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(https://hidriver.co.il/images/kingxpro-app-flow/app-flow-right.png) no-repeat scroll top right;
  min-height: 1085px;
}
.all-flow-part2-left {
  width: calc(100% - 650px);
  width: -o-calc(100% - 650px);
  width: -ms-calc(100% - 650px);
  width: -moz-calc(100% - 650px);
  width: -webkit-calc(100% - 650px);
}
.all-flow-part2-left ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.all-flow-part2-left ul li {
  margin: 0 0 30px;
  padding: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.all-flow-part2-left ul li b {
  margin: 0;
  padding: 0px;
  width: 90px;
  height: 90px;
}
.all-flow-part2-left ul li b img {
  max-width: 100%;
}
.all-flow-part2-left ul li span {
  margin: 0;
  padding: 0px;
  text-align: right;
  width: calc(100% - 105px);
  width: -o-calc(100% - 105px);
  width: -ms-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: -webkit-calc(100% - 105px);
}
.all-flow-part2-left ul li span h3 {
  margin: 0 0 7px;
  padding: 0px;
  font-size: 25px;
  font-weight: 600;
}
.all-flow-part2-left ul li span p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #727272;
  line-height: 25px;
}
.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 {
  padding: 0px;
  width: 315px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.all-flow-part2-right img {
  max-width: 100%;
}
.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;
}
/*******/

.opposite-single-inner.ul-list-screen ul {
  list-style: none;
  padding: 0;
  margin: 0px -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));
}

/********/
.mobile-screen-desktop > .mobile-screen {
  margin: 0px;
  padding: 0px 0 50px 0px;
  float: left;
  width: 100%;
  position: relative;
  top: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-screen {
  margin: 0px;
  padding: 50px 0 50px 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;
}

.top-text-part {
  width: 100%;
  margin: 0px;
  padding-top: 40px;
}



.mobile-screen-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1340px;
  box-sizing: border-box;
}
.mobile-screen-inner h3 {
  margin: 0 0 40px;
  padding: 0px;
  width: 100%;
  font-size: 35px;
  color: #00a9b8;
  text-align: center;
  font-family: 'Exo 2';
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}
.mobile-screen-inner h3 ~ strong {
  display: block;
  font-size: 18px;
  text-align: center;
  margin: -16px 0 10px 0;
}
.mobile-screen-inner p {
  text-align: center;
  margin: 0 0 15px;
  padding: 0px;
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 300;
  text-align: center;
}
.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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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;
}
/**********/

/**********************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: 10px 0 5px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 34px;
  color: #00a9b8;
  text-align: center;
  font-family: 'Exo 2';
  font-weight: bold;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: 1225px;
  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: 325px;
  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: 0;
}
.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: 325px;
}
.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;
}
/*********/
.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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: 13px;
  color: #7b7b7b;
  line-height: 20px;
  background: url("https://hidriver.co.il/images/kingxpro-app-flow/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: 13px;
  color: #7b7b7b;
  line-height: 20px;
  background: url("https://hidriver.co.il/images/kingxpro-app-flow/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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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 5px 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: #00a9b8;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 21px;
  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: #00a9b8;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  font-size: 40px;
}
h2 ~ p {
  margin-bottom: 10px;
}
.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;
}
/*****************************/

.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.rtl .overview-section-inner-part {
  flex-direction: row-reverse;
}
.overview-section.rtl .overview-section-left-part {
  justify-content: flex-start;
}
.overview-section.rtl .overview-section-left-part img {
  margin-right: 0;
  margin-left: 30px;
}
.overview-section.rtl .overview-section-right-part {
  text-align: right;
}
.overview-section h3 {
  font-weight: 600;
  color: #00a9b8;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
}
.overview-section p {
  font-size: 15px;
  color: #000;
  line-height: 21.4px;
  font-weight: normal;
  margin-bottom: 10px;
}
.overview-section .overview-section-left-part {
  width: 520px;
  background-image: none
  /*url(https://hidriver.co.il/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;
  max-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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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;
  max-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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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;
  max-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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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;
  max-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;
}
.opposite-single-row .component-title {
    margin: 0 0 40px;
    padding: 0px;
    width: 100%;
    font-size: 35px;
    color: #00a9b8;
    text-align: center;
    font-family: 'Exo 2';
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
}
.opposite-single-row .component-title ~ strong {
  display: block;
  font-size: 18px;
  text-align: center;
  margin: -16px 0 10px 0;
}
.opposite-single-row .component-title + strong + h4 {
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 20px;
}
/********/

.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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll right 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 10px 20px;
  width: 100%;
}
/*********/
.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 #00a9b8;
}
.chat-rider-driver-inner h3 b {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 38px;
  color: #00a9b8;
  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(https://hidriver.co.il/images/kingxpro-app-flow/taxi-ride/12-13.png) no-repeat scroll center top;
  height: 831px;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.call-rider-driver.vcall {
  background: url(https://hidriver.co.il/images/kingxpro-app-flow/taxi-ride/vcall.png) no-repeat scroll center top;
}
.call-rider-driver.vconsult {
  background: url(https://hidriver.co.il/images/kingxpro-app-flow/video-consulting-main/vconsult.png) no-repeat scroll center top;
}
.call-rider-driver.doctorvconsult {
  background: url(https://hidriver.co.il/images/kingxpro-app-flow/video-consult/vconsult.png) no-repeat scroll center top;
}
.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;
  font-size: 32px;
  color: #00a9b8;
  font-family: 'Exo 2';
  display: block;
  font-weight: bold;
}
.call-rider-driver-inner p {
  margin: 0px;
  padding: 0px;
  width: auto;
  color: #222222;
  font-size: 17px;
  text-align: left;
}
.call-rider-driver-inner-arrow {
  margin: 0 auto;
  padding: 0px;
  width: 527px;
}
.call-rider-driver-inner-arrow .updown_arrow {
  margin: 50px 0 0 30px;
  padding: 0px;
  float: left;
  width: 100%;
}
.call-rider-driver-inner-arrow .new004,
.call-rider-driver-inner-arrow .new008,
.call-rider-driver-inner-arrow .new0010,
.call-rider-driver-inner-arrow .new0012 {
  margin: 70px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}
.call-rider-driver-inner-arrow .new004 img {
  position: relative;
  left: 50px;
}
.call-rider-driver-inner-arrow .new008 img,
.call-rider-driver-inner-arrow .new0010 img,
.call-rider-driver-inner-arrow .new0012 img {
  position: relative;
  left: 50px;
  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 {
  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 {
  position: relative;
  right: 0px;
}
.call-rider-driver-inner-arrow b img {
  position: relative;
  right: 0px;
}
.unhide001,
.unhide005 {
  display: block;
}
.hide001,
.hide002,
.hide005 {
  display: none;
}
.unhide001,
.unhide005 {
  display: block;
}
.hide001,
.hide002,
.hide005 {
  display: none;
}
.call-rider-driver.chat_img {
  background: url(https://hidriver.co.il/images/kingxpro-app-flow/taxi-ride/chat-new.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: 50px;
  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 {
  margin: 30px 0 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}
.mobile-screen-resposive {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
}
.mobile-screen-resposive p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}
.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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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("https://hidriver.co.il/images/kingxpro-app-flow/point.png") no-repeat scroll left 4px;
  color: #7b7b7b;
  display: block;
  float: left;
  font-size: 13px;
  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: #00a9b8;
  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: #00a9b8;
  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: #00a9b8;
  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;
}
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: 0px;
}

ul.listing li{
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  display: block;
  padding: 0 0 0 15px;
  margin-top: 10px;
  position: relative;
}
ul.listing li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 100%;
  top: 9px;
  left: 0px;
}
footer ul.listing li::after {
  display: none;
}
.flow-guide-section p {
  max-width: 375px;
  padding-bottom: 40px;
  margin-bottom: 0;
  text-align: center;
}
.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,
.overview-section.first h3.component-title
{
  font-weight: 600;
  color: #00a9b8;
  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: #00a9b8;
  position: relative;
  margin-bottom: 25px;
  font-size: 40px;
}

.introduction-screen-section {
  background: #F4FEFF;
  width: 100%;
  display: block;
  float: left;
}

.taxi-screen-section {
  width: 100%;
  display: block;
  float: left;
}

.genie-delivery-screen-section {
  width: 100%;
  display: block;
  float: left;
}
.delivery-runner-screen-section {
  width: 100%;
  display: block;
  float: left;
}
.parcel-delivery-screen-section{
    width: 100%;
    display: block;
    float: left;
}
.food-delivery-screen-section{
    width: 100%;
    display: block;
    float: left;
}

.sp-other-services-screen-section {
  width: 100%;
  display: block;
  float: left;
}
.fly-screen-section{
  background: #fffff3;
  width: 100%;
  display: block;
  float: left;
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}

.other-features-screen-section {
  background-color: #F8F8F8;
  width: 100%;
  display: block;
  float: left;
}

.add-new-sep-2021-features-screen-section {
  background-color: #EFF5FF;
  width: 100%;
  display: block;
  float: left;
}

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

.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));
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.flow-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow h3 {
  font-size: 45px;
  color: #00a9b8;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.flow {
  padding: 40px 0 0 0;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.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;
}
.flow-row ul li.middle {
  width: 360px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.flow-row ul:first-child,
.flow-row ul:last-child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.flow-row ul li p {
  line-height: 21px;
  color: #000;
  font-size: 15px;
  display: block;
  margin-top: 8px;
  padding: 0 10px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.flow-row ul li {
  position: relative;
  width: 325px;
}
.flow-row ul li b {
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 20px;
}
.flow-row ul li:nth-child(2) {
  margin: 80px 0 40px 0;
}
.flow-img-block {
  position: relative;
}
.flow-img-block .arrow {
  position: absolute;
}
.flow-img-block .center-up.arrow {
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.flow-img-block .center-up.arrow.extra {
  top: -78px;
}
.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: -97px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.flow-img-block .center-up-right.arrow {
  right: -50px;
  top: -59px;
  transform-origin: bottom left;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.flow-row ul li .center-bottom-right.arrow {
  right: -50px;
  bottom: -79px;
  transform-origin: bottom left;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.flow-row ul li .center-bottom-left.arrow {
  left: -50px;
  bottom: -79px;
  transform-origin: bottom right;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.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**************************/

/*  */
.video-consult-section {
  background-color: #fdf2ff;
  float: left;
  width: 100%;
}
.service-bid-section {
  float: left;
  width: 100%;
}
.gray-bg {
  background-color: #F8F8F8;
}
.white-bg {
  background-color: #ffffff;
}
.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(https://hidriver.co.il/images/hd-divider.png) no-repeat scroll center bottom;
  text-align: center;
  font-weight: 600;
}
.opposite-single-row h4 {
  padding: 0px;
  font-size: 34px;
  color: #00a9b8;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: -8px auto 20px;
}
.opposite-single-row h4 > strong {
  font-size: 20px;
  display: block;
  color: #000;
  margin-top: 5px;
}
.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.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: #f0f4fd;
}
.light-purple-bg {
  background-color: #f0e4ff;
}
.opposite-single-inner {
  text-align: left;
  display: flex;
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.opposite-single-middle.oldapp-screen ul {
  margin: 0 0 80px 0;
  padding: 0 175px 0 175px;
  width: calc(100% - 0px);
  width: -o-calc(100% - 15px);
  width: -ms-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: -webkit-calc(100% - 15px);
  position: relative;
  z-index: 1;
}
.opposite-single-middle.oldapp-screen ul .guide-arrows-right {
  position: absolute;
  left: auto;
  right: -4px;
  z-index: -1;
  top: 0px;
}
.opposite-single-middle ul {
  margin: 0 0 80px 0;
  padding: 0 0 0 175px;
  width: calc(100% - 15px);
  width: -o-calc(100% - 15px);
  width: -ms-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: -webkit-calc(100% - 15px);
  position: relative;
  z-index: 1;
}
.opposite-single-middle ul .sub-points {
  padding-left: 30px;
  margin-bottom: 0;
}
.opposite-single-row.single-left-section .opposite-single-middle {
  width: 970px;
}
.opposite-single-middle ul b {
  margin: 0px 0 15px 0;
  padding: 0px;
  font-size: 21px;
  color: #020202;
  font-weight: 500;
  display: block;
}
.opposite-single-middle ul li b {
  font-size: inherit;
  display: inline;
  font-weight: bold;
}
.opposite-single-middle ul.right-side-list {
  padding: 0 180px 0 0;
}
.opposite-single-middle ul:last-child {
  margin-bottom: 0;
}
.opposite-single-middle ul li {
  margin: 0px;
  padding: 0 0 6px 20px;
  background: url(https://hidriver.co.il/images/kingxpro-app-flow/point.png) no-repeat scroll left 4px;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.opposite-single-middle ul.right-side-list li {
  margin: 0px;
  padding: 0 20px 6px 0;
  background: url(https://hidriver.co.il/images/kingxpro-app-flow/point.png) no-repeat scroll right 4px;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.opposite-single-left .guide-arrows {
  position: absolute;
  right: -169px;
  top: 50%;
}
.opposite-single-left,
.opposite-single-right {
  position: relative;
  z-index: 2;
}
.opposite-single-middle ul.right-side-list li {
  text-align: right;
}
.opposite-single-middle {
  width: 672px;
}
.opposite-single-row.dual-overlap-left .opposite-single-middle {
  width: 775px;
}
.opposite-single-middle ul.right-side-list {
  float: right;
}
.opposite-single-middle ul .guide-arrows {
  position: absolute;
  left: -4px;
  top: 0;
  z-index: -1;
}
.opposite-single-middle ul .guide-arrows.right-align {
  left: auto;
  right: -2px;
}
.opposite-single-middle ul.right-side-list .guide-arrows {
  position: absolute;
  left: auto;
  right: -4px;
  z-index: -1;
}
/**/

.opposite-single-row.dual-screens .opposite-single-middle ul {
  padding: 40px 10px 0 10px;
  width: auto;
  margin-bottom: 20px;
}
.opposite-single-row.dual-screens .opposite-single-inner {
  max-width: 1340px;
}
.opposite-single-row.dual-screens .opposite-single-middle {
  width: 312px;
}
/**********************/

.opposite-single-row.dual-left .opposite-single-middle {
  width: 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.dual-screens img:first-child ~ img {
  margin-left: 20px;
}

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

.opposite-single-row.revert-sigle .opposite-single-inner {
  flex-direction: row-reverse;
}
.opposite-single-row.revert-sigle .opposite-single-middle ul {
  width: 100%;
  padding: 0 175px 0 0;
  position: relative;
  text-align: right;
  z-index: 1;
}
.opposite-single-row.revert-sigle .opposite-single-middle ul .guide-arrows {
  left: auto;
  right: -3px;
  z-index: -1;
}
.opposite-single-row.revert-sigle .opposite-single-middle ul li {
  padding: 0 20px 10px 0;
  background-position: right top;
  background-position: right top 6px;
}
/* .opposite-single-row.tripple .opposite-single-left,
.opposite-single-row.tripple .opposite-single-middle,
.opposite-single-row.tripple .opposite-single-right {
  width: 33.33%;
  text-align: center;
} */

.opposite-single-row.tripple .opposite-single-left,
.opposite-single-row.tripple .opposite-single-middle,
.opposite-single-row.tripple .opposite-single-right {
  width: auto;
}
.opposite-single-row.tripple .opposite-single-inner {
  justify-content: space-between;
}
.flow-capt {
  padding-top: 30px;
}
.flow-capt p {
  text-align: center;
  padding: 0 15px;
}
.guide-image {
  position: absolute;
  left: -149px;
  top: 88px;
}
.opposite-single-left strong,
.opposite-single-middle strong,
.opposite-single-right strong {
  margin-bottom: 15px;
  font-size: 18px;
  display: block;
}
.opposite-single-row.dual-left .opposite-single-middle ul.inner-point {
  padding-left: 30px;
}
.opposite-single-row.dual-left-right .opposite-single-left img:last-child {
  margin-left: -114px;
  position: relative;
  z-index: -1;
}
.opposite-single-row.dual-left-right .opposite-single-right img:last-child {
  margin-left: -114px;
}
.opposite-single-row.dual-screens .opposite-single-middle {
  width: 293px;
}
/* ///////////////////////////// */

.loading-screen-mid label img {
  width: 250px;
}
/*****************************************************/

.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);
}
.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: 30px 0px 20px 0px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.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: #00a9b8;
  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: #00a9b8;
  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;
  justify-content: space-between;
}
.notification-left {
  width: 330px;
}
.notification-left img {
  max-width: 100%;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
.notification-right {
  width: calc(100% - 330px);
  width: -o-calc(100% - 330px);
  width: -ms-calc(100% - 330px);
  width: -moz-calc(100% - 330px);
  width: -webkit-calc(100% - 330px);
  padding-top: 60px;
}
.notification {
  padding: 50px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.notification h3 {
  margin: 0px 0 40px 0;
  padding: 0px;
  font-size: 34px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.notification p {
  font-size: 18px;
  line-height: 33px;
  color: #000;
}
/*****************************************************/

.notification.KOT h3 {
  color: #00a9b8;
}
.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% - 360px);
  width: -o-calc(100% - 360px);
  width: -ms-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notification.KOT .notification-left .printer_ico {
  margin-right: 50px;
}
/*****************************************************/

/*****************************************************/
.genie-delivery {
  width: 100%;
  float: left;
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.genie-delivery h4 {
  padding: 0px;
  font-size: 34px;
  color: #00a9b8;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: -8px auto 20px;
}
.genie-delivery-inner {
  max-width: 1310px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.genie-delivery h3 {
  margin: 0px 0 40px 0;
  padding: 0px;
  font-size: 34px;
  color: #00a9b8;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.genie-delivery ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.genie-delivery ul li {
  position: relative;
  width: 26%;
}
.genie-delivery ul li img {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
.genie-delivery ul li .screenblock {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.genie-delivery ul li .screenblock:last-child {
  margin-bottom: 0;
}
.genie-delivery ul li .screenblock strong {
  display: block;
  font-size: 19px;
  margin: 20px 0 11px 0;
  font-weight: bold;
}
.genie-delivery ul li .rightarw {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 110px;
  filter: none;
  transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
}
.genie-delivery ul li .rightarw.cust {
  transform: translate(100%, -62%);
  -webkit-transform: translate(100%, -62%);
  -moz-transform: translate(100%, -62%);
  -ms-transform: translate(100%, -62%);
  -o-transform: translate(100%, -62%);
}
.genie-delivery ul li .screenblock .rightarw {
  position: absolute;
  top: 40%;
}
.genie-delivery ul li .rightarw.top-left {
  top: 23%;
  transform-origin: bottom left;
  transform: translate(100%, -50%) rotate(-30deg);
  -webkit-transform: translate(100%, -50%) rotate(-30deg);
  -moz-transform: translate(100%, -50%) rotate(-30deg);
  -ms-transform: translate(100%, -50%) rotate(-30deg);
  -o-transform: translate(100%, -50%) rotate(-30deg);
}
.genie-delivery ul li .rightarw.bottom-left {
  top: 53%;
  transform-origin: bottom left;
  transform: translate(100%, -50%) rotate(30deg);
  -webkit-transform: translate(100%, -50%) rotate(30deg);
  -moz-transform: translate(100%, -50%) rotate(30deg);
  -ms-transform: translate(100%, -50%) rotate(30deg);
  -o-transform: translate(100%, -50%) rotate(30deg);
}

.webadmin-section {
  padding: 50px 0;
  background: var(--common-gradient);
}
.section-heading {
  margin: -10px 0 0 0;
  padding: 0px;
  width: 100%;
  font-size: 44px;
  color: #000;
  font-family: 'Exo 2';
  position: relative;
  line-height: 1em;
  font-weight: bold;
}
.section-heading span {
  color: var(--theme);
}
.webadmin-section-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.webadmin-section .button-btn {
  margin-top: 10px;
}
.webadmin-section-left {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.webadmin-section-right {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.heading-style {
  margin: 0 0 10px;
  padding: 0px;
  font-size: 30px;
  color: #000;
  font-family: 'Exo 2';
  position: relative;
  font-weight: bold;
}
.heading-style span {
  color: var(--theme);
}
.webadmin-section-row .webadmin-image {
  border: 10px solid #000;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 12px;
}
.webadmin-section-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
.webadmin-section-row > div {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.webadmin-section-row > img {
  border-radius: 10px;
  border: 5px solid #DEDEDE;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}
.demo-video {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.demo-video-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.demo-video .section-heading {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .banner [class*="element"] {
    display: none;
  }
  .banner-left {
    padding-top: 0;
  }
  .banner-right {
    width: 50%;
  }
  .banner-left {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    padding: 30px 0;
    position: relative;
  }
  .banner-left {
    width: 100%;
    margin-top: 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  .banner [class*="element"] {
    display: none;
  }
  .banner-right {
    width: 100%;
    text-align: center;
    margin-top: 0;
    position: relative;
    display: block;
  }
  .banner-right img {
    width: auto;
    max-width: 100%;
  }
  .banner-caption p:last-child {
    margin-bottom: 0;
  }

  .banner-caption p {
    color: #333;
  }
  .banner-inner {
    flex-direction: column-reverse;
  }
  .webadmin-section-left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .webadmin-section-right {
    width: 100%;
    text-align: center;
  }
  .application-flow-part .heading-area h1 {
    font-size: 35px;
  }
  .application-flow-part .heading-area h1 strong,
  .application-flow-inner h2 {
    font-size: 26px;
    line-height: normal;
  }
  .section-heading {
    line-height: normal;
    font-size: 30px;
  }
  .webadmin-section .heading-style {
    font-size: 28px;
  }
  .common-btn {
    font-size: 16px;
    min-height: initial;
    padding: 12px 25px;
  }
  .webadmin-section-row,
  .webadmin-section-row:last-child {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .webadmin-section-row:last-child > div {
    order: 2;
  }
  .webadmin-section .button-btn {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
.banner-left {
    margin-top: 0;
    padding: 40px 0 0;
  }
  .application-flow-part ul {
    width: 100%;
    padding: 0;
    grid-template-columns: 1fr;
  }
}



#wrapper header.fixed .header-right ul li.login a:hover,
#wrapper header .menu-ico span,
#wrapper header .menu-ico span:before,
#wrapper header .menu-ico span:after {
  background-color: #fbaf3d;
}