@font-face {
  font-family: 'OpenSansHebrew-Regular';
  src: url('/site/fonts/OpenSansHebrew-Regular.ttf');
}
@font-face {
  font-family: 'GveretLevinAlefAlefAlef-Regular';
  src: url('/site/fonts/GveretLevinAlefAlefAlef-Regular.otf');
}
@font-face {
  font-family: 'OpenSansHebrew-ExtraBold';
  src: url('/site/fonts/OpenSansHebrew-ExtraBold.ttf');
}
@font-face {
  font-family: 'JennaSue';
  src: url('/site/fonts/JennaSue.ttf');
}
.new-home *,
.new-header *,
.new-footer * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

a {
  color: inherit;
  text-decoration: none;
}

body,
p,
h1,
h2,
h3,
li {
  margin: 0;
}

.new-internal-wrapper {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.flex-wrapper {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.bg-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.new-home,
.new-header,
.new-footer {
  font-family: 'Open Sans', sans-serif;
}

.new-header {
  background-color: #05a9e4;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 0;
}

.new-header-logo {
  float: left;
}

.new-header-info {
  float: right;
}
.new-header-info .top-info {
  direction: rtl;
  position: relative;
}
.new-header-info .top-info span {
  cursor: pointer;
}
.new-header-info .top-info-block,
.new-header-info .header-like {
  display: inline-block;
}
.new-header-info .top-info-block {
  padding: 0 18px;
  border-left: 1px solid #ffffff;
}
.new-header-info .lang-block {
  padding-right: 0;
}
.new-header-info .lang-block span {
  margin: 0 5px;
}
.new-header-info .header-like {
  padding-right: 18px;
}

.new-menu {
  margin-top: 27px;
  text-align: right;
  text-transform: uppercase;
}
.new-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.new-menu li {
  display: inline-block;
  margin-left: 40px;
}

.new-menu li.active a {
  border-bottom: 1px solid #fff;
}
.new-menu a {
  font-size: 18px;
}

.new-banner-block {
  background-image: url('img/banner-img.png');
  padding: 65px 0 145px 0;
  background: rgb(245,245,245);
  background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(221,222,217,1) 100%);
}

.new-banner-block {
  max-height: 650px;
  overflow: hidden;
}
.new-banner-block .text-block-wrapper {
  max-width: 570px;
  position: relative;
}
.new-banner-block .text-block {
  font-size: 32px;
}
.new-banner-block .blue-text {
  color: #05a9e4;
  margin-bottom: 15px;
}
.new-banner-block .banner-img {
  position: absolute;
  right: -820px;
  top: -60px;
}
.new-banner-block .home-banners-slider-eng {
  display: block;
}
.new-banner-block .home-banners-slider-heb {
  display: none;
}

.start-now-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 40px;
}
.start-now-wrapper .start-now-button a {
  display: inline-block;
  padding: 15px 40px;
  font-size: 25px;
  background-color: #f9a02d;
  transition: all 0.2s;
}
.start-now-wrapper .start-now-button a:hover {
  background-color: #e08b1d;
  transition: all 0.2s;
}
.start-now-wrapper .start-now-arrow-wrapper {
  position: absolute;
  top: 61px;
  right: -210px;
}
.start-now-wrapper .start-now-text {
  font-family: 'JennaSue', sans-serif;
  color: #05a9e4;
  font-size: 46px;
  opacity: 0;
}

.start-now-arrow {
  opacity: 0;
}

.arrow-img-eng {
  display: block;
}

.arrow-img-he {
  display: none;
}

.new-block-title {
  text-align: center;
  padding: 25px 0;
}
.new-block-title h2 {
  font-weight: 400;
  font-size: 35px;
}

.about-steps-wrapper {
  width: 47%;
  float: left;
  padding-right: 30px;
}
.about-steps-wrapper .about-step {
  margin-bottom: 10px;
}
.about-steps-wrapper .about-step img,
.about-steps-wrapper .about-step p,
.about-steps-wrapper .about-step span {
  display: inline-block;
  width: 113px;
}
.about-steps-wrapper .about-step p {
  font-family: 'OpenSansHebrew-ExtraBold', sans-serif;
  font-size: 52px;
  color: #05a9e4;
  text-align: center;
  width: 60px;
  vertical-align: 35px;
}
.about-steps-wrapper .about-step span {
  font-size: 18px;
  width: calc(100% - 185px);
  vertical-align: 35px;
}

.about-video-wrapper {
  opacity: 0;
  float: right;
  width: 50%;
  position: relative;
}
.about-video-wrapper .about-video-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.about-video-wrapper .about-video-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-video-wrapper iframe {
  width: 600px;
  height: 337px;
}

.new-slider-wrapper {
  background-color: #f4f4f4;
  padding-bottom: 90px;
}

.new-slider {
  padding-top: 30px;
  padding-left: 170px;
  padding-right: 170px;
}
.new-slider .owl-nav .owl-prev,
.new-slider .owl-nav .owl-next {
  margin-top: -29px;
  top: 50%;
  width: 35px;
  height: 58px;
  position: absolute;
  background: url('/site/images/home/slider-arrow.png') no-repeat center !important;
  background-size: cover !important;
}
.new-slider .owl-nav .owl-prev {
  right: 30px;
}
.new-slider .owl-nav .owl-next {
  left: 30px;
  transform: rotate(-180deg);
}
.new-slider .slider-item {
  display: table-cell;
  vertical-align: middle;
  height: 116px;
}

.new-list > div {
  width: 50%;
  padding-right: 30px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 46px;
}

.new-list {
  padding-bottom: 20px;
}
.new-list img {
  margin-left: 0;
  position: absolute;
  left: 10px;
  top: -12px;
}
.new-list span {
  display: block;
}

.new-list-wrapper .new-internal-wrapper {
  max-width: 1090px;
}

.new-reviews-wrapper {
  background-color: #05a9e4;
  padding-bottom: 50px;
}
.new-reviews-wrapper h2 {
  color: #ffffff;
}

.new-review-flex {
  padding-top: 65px;
  justify-content: space-between;
}

.new-review-item {
  width: 28%;
}

.new-review-white-bg {
  position: relative;
  background: url('/site/images/home/review-bg.png') no-repeat center;
  background-size: cover;
  padding: 60px 40px 20px 40px;
  min-height: 286px;
  text-align: center;
}

.review-logo {
  position: absolute;
  left: 50%;
  margin-left: -49px;
  top: -49px;
}

.review-quote-icon {
  position: absolute;
  top: 35px;
  right: 12px;
}

.review-author {
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}

.review-text {
  position: relative;
  z-index: 1;
}

.new-form-wrapper {
  padding-bottom: 40px;
}

.form-internal-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

.contact-page-content {
  max-width: 730px;
    margin: 0 auto;
}

.new-form .input-text input {
  border: 0;
  padding: 15px 10px;
  font-size: 18px;
  display: block;
  width: 100%;
  background-color: #ededed;
  font-family: 'OpenSansHebrew-Regular', sans-serif;
}
.new-form .input-text textarea {
  border: 0;
  padding: 15px 10px;
  font-size: 18px;
  display: block;
  width: 100%;
  background-color: #ededed;
  font-family: 'OpenSansHebrew-Regular', sans-serif;
  height: 125px;
  resize: none;
}
.new-form .first-row {
  margin-bottom: 10px;
  justify-content: space-between;
}
.new-form .first-row .input-text {
  width: 240px;
}
.new-form .second-row {
  margin-bottom: 10px;
}
.new-form .submit-row {
  text-align: right;
}
.new-form .submit-row input {
  width: 240px;
  display: inline-block;
  padding: 13px;
  background-color: #f9a02d;
  color: #000000;
  font-size: 18px;
  border: 0;
  font-family: 'OpenSansHebrew-Regular', sans-serif;
  cursor: pointer;
}

.new-footer {
  background-color: #ebeaea;
  padding: 23px 0;
}
.new-footer .footer-menu-wrapper {
  float: right;
  padding-top: 10px;
}
.new-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.new-footer li {
  display: inline-block;
  margin-left: 13px;
}
.new-footer a {
  font-size: 14px;
}
.new-footer .footer-copyright {
  font-size: 13px;
  text-align: right;
}
.new-footer .footer-socials {
  float: left;
}
.new-footer .footer-socials div {
  display: inline-block;
  margin-right: 10px;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.rtl .new-header-info .top-info-block {
  letter-spacing: 2px;
}
.rtl .new-menu li {
  margin-left: 109px;
}
.rtl .new-banner-block .banner-img {
  /* left: -820px; */
}
.rtl .new-banner-block .text-block {
  font-size: 35px;
}
.rtl .about-steps-wrapper {
  float: right;
  padding-left: 80px;
}
.rtl .about-video-wrapper {
  float: left;
}
.rtl .new-list > div {
  width: 50%;
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative;
  padding-right: 46px;
}
.rtl .new-list img {
  margin-left: 15px;
  left: auto;
  right: 0;
}
.rtl .new-form .submit-row {
  text-align: left;
}
.rtl .banner-img-eng {
  display: none;
}
.rtl .home-banners-slider-heb {
  display: block;
}
.rtl .arrow-img-eng {
  display: none;
}
.rtl .arrow-img-he {
  display: block;
}
.rtl .start-now-arrow-wrapper {
  position: absolute;
  top: 61px;
  right: auto;
  left: -166px;
}
.rtl .start-now-text {
  font-family: 'GveretLevinAlefAlefAlef-Regular', sans-serif;
  font-size: 20px;
}
.rtl .new-home,
.rtl .new-header,
.rtl .new-footer {
  font-family: 'OpenSansHebrew-Regular', sans-serif;
}
.new-login-form {
  display: none;
}
#main.rtl .new-login-form-wrapper {
  direction: rtl;
}
.new-login-form-wrapper {
  display: none;
  direction: ltr;
  position: absolute;
  z-index: 100;
  top: 38px;
  left: 150px;
  background-color: #05a9e4;
  width: 480px;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.43);
  border-radius: 10px;
}
.new-login-form-wrapper .login-form-title {
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border: 0px solid #000000;
  padding: 7px 10px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: #2c2c2c;
}
.new-login-form-wrapper .login-form-title p {
  float: left;
}
.rtl .new-login-form-wrapper .login-form-title p {
  float: right;
}
.new-login-form-wrapper .login-form-title img {
  float: right;
  cursor: pointer;
  padding-top: 3px;
}
.rtl .new-login-form-wrapper .login-form-title img {
  float: left;
}
.new-login-form-wrapper .login-form {
  padding: 10px;
}
.new-login-form-wrapper .form-row {
  font-size: 14px;
  margin-bottom: 7px;
}
.new-login-form-wrapper .form-row input {
  background-color: #ffffff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 3px 10px;
  border: 1px solid #ababab;
  width: 160px;
}
.new-login-form-wrapper .form-row span {
  width: 140px;
  font-size: 14px;
  padding-top: 3px;
}
.new-login-form-wrapper .form-row .forgot-password {
  padding-left: 8px;
  padding-top: 3px;
}
.rtl .new-login-form-wrapper .form-row .forgot-password {
  padding-left: 0;
  padding-right: 8px;
}
.new-login-form-wrapper .submit-row {
  padding-left: 242px;
}
.rtl .new-login-form-wrapper .submit-row {
  padding-left: 0;
  padding-right: 242px;
}
.new-login-form-wrapper .submit-row input {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  padding: 5px 10px;
  background-color: #f9a02d;
  font-family: 'Open Sans', sans-serif;
  border: 0;
  cursor: pointer;
}
.new-login-form-wrapper .checkbox-row input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.new-login-form-wrapper .checkbox-row .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #f9a02d;
}
.rtl .new-login-form-wrapper .checkbox-row .checkmark {
  left: auto;
  right: 0;
}
.new-login-form-wrapper .checkbox-row .label-container {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rtl .new-login-form-wrapper .checkbox-row .label-container {
  padding-right: 22px;
  padding-left: 0;
}
.new-login-form-wrapper .checkbox-row .label-container input:checked ~ .checkmark {
  background: url('/site/images/home/checked-bg.jpg') no-repeat center;
  background-size: cover;
}
.new-login-form-wrapper .login-facebook {
  background-color: #ffffff;
  padding: 10px;
}
.new-login-form-wrapper .login-facebook span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  vertical-align: 10px;
}
.new-login-form-wrapper .login-facebook img {
  width: 34px;
}
.new-login-form-wrapper .secure-connection {
  padding: 6px 10px;
}
.new-login-form-wrapper .secure-connection img {
  margin-right: 7px;
}
.new-login-form-wrapper .secure-connection span {
  font-size: 12px;
  color: #ffffff;
  vertical-align: 5px;
}
.new-login-form-wrapper .login-form-error {
  display: none;
  width: 580px;
  position: absolute;
  bottom: -178px;
  left: 0;
}
.new-login-form-wrapper .login-form-error .arrow {
  text-align: right;
}
.new-login-form-wrapper .login-form-error .arrow img {
  margin-right: 112px;
}
.new-login-form-wrapper .login-form-error p {
  font-size: 25px;
  color: #05a9e4;
}
.new-login-form-wrapper .login-form-error span {
  font-size: 21px;
  color: #000000;
}

/*# sourceMappingURL=style.css.map */

.page-wrapper {
  padding-top: 60px;
}

.page-wrapper .new-internal-wrapper {
  position: relative;
}

.page-abs-img {
  position: absolute;
  top: 0;
  right: 20px;
}

.page-text-block {
  margin-bottom: 30px;
  max-width: 850px;
}
.page-text-block .title h2 {
  font-size: 35px;
  color: #05a9e4;
  font-weight: normal;
  margin-bottom: 25px;
}

.page-list {
  list-style: none;
  padding-left: 20px;
}
.page-list li {
  position: relative;
}
.page-list li:before {
  content: '\2022';
  color: #05a9e4;
  font-weight: bold;
  display: inline-block;
  width: 7px;
  position: absolute;
  left: -20px;
  top: -1px;
}

.page-text-block.image-block {
  max-width: 1040px;
}

.about-view-item {
  margin-bottom: 35px;
  margin-top: 35px;
}

.about-view-text-block {
  float: left;
  width: calc(100% - 200px);
  padding-left: 30px;
}
.about-view-text-block h3 {
  margin-bottom: 5px;
}

.about-view-image-block {
  width: 200px;
  float: left;
}
.about-view-image-block img {
  width: 100%;
  display: block;
}
.about-view-image-block span {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.page-start-now {
  padding-top: 20px;
  margin-bottom: 130px;
}

.page-start-now .start-now-arrow-wrapper {
  top: 39px;
  right: -235px;
}
.page-start-now .start-now-text {
  padding-left: 32px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 40, 37, 0.9);
  display: none;
  z-index: 20;
}

.about-img-popup-wrapper {
  display: none;
  position: fixed;
  width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f4d147;
  padding-right: 280px;
  z-index: 150;
}
.about-img-popup-wrapper img {
  width: 100%;
  display: block;
}
.invalid-field {
  border-bottom: 2px solid red !important;
}

/*MODAL*/
#dialog {
  display: none;

}
#dialog p, .ui-dialog-titlebar {
  padding: 10px;
  font-family: 'OpenSansHebrew-Regular', sans-serif;
}
.ui-dialog {
  position: fixed !important;
  z-index: 999;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}
.ui-dialog-titlebar {
  font-size: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  background-color: #0a4e68;
  color: #ffffff;
  padding: 5px;
  position: relative;
}
.ui-dialog-content {
  background: #fff;
  padding: 5px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  font-size: 0;
  border: none;
  outline: none;
  background: none;
}
.ui-dialog-titlebar-close:after {
  display: inline-block;
  content: ' \00D7';
  color: #fff;
  font-size: 20px;
  margin-top: -2px;
}

/*******table-prices******/
#table-prices {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#table-prices th {
  text-align: center;
  background-color: #e0e5ff;
  color: black;
  padding: 25px 0;
  font-size: 16px;
}

#table-prices a {
  font-size: 15px;
}

#table-prices tr {
  background-color: #efedeb;
}

.table-name {
  text-align: left;
  padding-left: 10px;
}

.table-text {
  text-align: center;
  padding: 10px 5px;
}

#table-prices tr:nth-child(even) {
  background-color: #ffffff;
}

.pb-20 {
  padding-bottom: 20px;
}

.rtl {
  direction: rtl;
}
.rtl .new-header-info .top-info-block {
  letter-spacing: 2px;
}
.rtl .new-menu li {
  margin-left: 109px;
}
.rtl .new-banner-block .text-block {
  float: right;
}
.rtl .new-banner-block .banner-img {
  /* left: -820px; */
  right: 100%;
}
.banner-img>div {
  position: relative;
}
.banner-img img {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.banner-img img.active {
  display: block;
}
.rtl .new-banner-block .text-block {
  font-size: 35px;
}
.rtl .about-steps-wrapper {
  float: right;
  padding-left: 80px;
}
.rtl .about-video-wrapper {
  float: left;
}
.rtl .new-list > div {
  width: 50%;
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative;
  padding-right: 46px;
}
.rtl .new-list img {
  margin-left: 15px;
  left: auto;
  right: 0;
}
.rtl .new-form .submit-row {
  text-align: left;
}
.rtl .home-banners-slider-eng {
  display: none;
}
.rtl .home-banners-slider-he {
  display: block;
}

.rtl .arrow-img-eng {
  display: none;
}
.rtl .arrow-img-he {
  display: block;
}
.rtl .start-now-arrow-wrapper {
  position: absolute;
  top: 61px;
  right: 112%;
}
.rtl .start-now-text {
  font-family: 'GveretLevinAlefAlefAlef-Regular', sans-serif;
  font-size: 20px;
}
.rtl .new-home,
.rtl .new-header,
.rtl .new-footer {
  font-family: 'OpenSansHebrew-Regular', sans-serif;
}
.rtl .page-abs-img {
  right: auto;
  left: 20px;
}
.rtl .page-list {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .page-list li:before {
  left: auto;
  right: -20px;
}
.rtl .about-view-image-block {
  float: right;
}
.rtl .about-view-text-block {
  float: right;
  padding-left: 0;
  padding-right: 30px;
}
.rtl .page-start-now .start-now-arrow-wrapper {
  left: -380px;
  top: 40px;
}
