@import "reset.css";
@import "grid2.css";
@import "fonts.css";

@media screen and (min-width: 960px) {
  .content .s6:first-child {
    width: 45%;
  }

  .content .s6:last-child {
    width: 55%;
  }

  .he .content .s6:first-child {
    width: 55%;
  }
  .he .content .s6:last-child {
    width: 45%;
  }

  .home_page_he .content .s6:first-child {
    width: 50%;
  }

  .home_page_he .content .s6:last-child {
    width: 50%;
  }

  .home_page_eng .content .s6:first-child {
    width: 50%;
  }

  .home_page_eng .content .s6:last-child {
    width: 50%;
  }
}

body {
  font-size: 14px;
  font-family: "NextExitRound";
}

header {
  height: 96px;
  text-align: left;
  padding: 9px 0px;
  padding-bottom: 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.mobile_bar_nav {
  display: none;
}

header .container {
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 90px;
}

header ul {
  padding: 0px;
}

header ul li {
  display: inline-block;
}

.logo img {
  width: 115px;
  min-width: 108px;
}

/* NEW UPDATED */

.logo img {
  width: 123px !important;
}

.he .logo img {
  width: 180px;
}
.he .contentHeaderInfo ul {
  padding-left: 0px;
  text-align: right;
  /* float: left; */
}

.he p {
  direction: rtl;
}

.he .contentHeaderInfo ul a,
.he .contentHeaderInfo h2 {
  text-align: left;
}
.he .contentHeaderInfo ul a:after {
  left: 0px;
  right: auto;
}

.logo,
nav,
.nav2 {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.nav2 {
  min-width: 201px;
}

.nav2 img {
  width: 28px;
}

.nochach {
  width: 44px !important;
}

nav {
  vertical-align: middle;
  font-family: "NextExitRound";
  text-align: center;
}
nav a {
  font-family: "NextExitRound";
  font-weight: 300;
  color: #939597;
  font-size: 1.8em;
  padding: 0px 12px;
  position: relative;
  transition: 0.3s;
}

header a:hover {
  color: #00519c !important;
}

nav li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background: #939597;
  border-radius: 1px;
  right: -3px;
  top: 5px;
}

nav li:last-child a:after {
  display: none;
}

.nav2 a,
.nav2 img {
  vertical-align: middle;
}

.nav2 a {
  font-family: "NextExitRound";
  font-weight: 300;
  color: #939597;
  font-size: 1.5em;
  /* padding: 0px 12px; */
  position: relative;
  transition: 0.3s;
}

.content {
  font-family: "NextExitRound";
  font-weight: 300;
}

.contentHeader {
  background: #00519c;
  height: 104px;
}

.contentHeaderShort {
  height: 15px;
}

.contentHeaderInfo {
  background: #eeeeee;
  min-height: 100px;
  padding: 8px 19px;
  /* padding-bottom: 25px; */
  padding-bottom: 5px;
}

.contentHeaderInfo ul {
  text-align: right;
  list-style-type: none;
}

.contentHeaderInfo ul a {
  color: #403d3e;
  font-size: 1.5em;
  margin: 10px 0px;
  margin-bottom: 9px;
  display: block;
  position: relative;
}

.contentHeaderInfo ul a:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #8c8c8c;
  right: 0px;
  bottom: -4px;
}

.contentHeaderInfo ul a:hover {
  color: #00519c;
}

.contentHeaderInfo h2 {
  margin: 0;
  text-align: right;
  font-size: 2.3em;
  font-weight: 100;
  color: #00519c;
}

.contentHeaderInfo .activeLink {
  font-weight: 500;
}

.contentHeaderLong {
  padding: 1px 19px;
  position: relative;
}

.contentBody iframe {
  /* height: 329px; */
  height: 301px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.contentBody h2 {
  font-family: "NextExitRound";
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  font-size: 1.6em;
  max-width: 440px;
  color: #403d3e;
}

.donate_box h2 {
  font-size: 2.2em;
}

.donate_box h1 {
  font-size: 2.7em;
  font-weight: 500;
}

.donate_box_inner {
  background: #00519c;
  min-height: 100px;
  color: #fff;
  padding: 30px 0px;
}

.h3donate {
  font-size: 2em;
  color: #00519c;
  font-weight: 500;
}

.donate_small_box {
  margin: 20px 60px;
  height: 221px;
  border: 2px solid #eee;
}

.donate_small_box button {
  cursor: pointer;
}

.donate_small_box_1 {
  background: #ededed;
  color: #00509b;
  padding: 10px;
}
.donate_small_box_1 h3,
.donate_small_box_1 p {
  margin: 0.4em;
  font-size: 2em;
  text-align: left;
}
.donate_small_box_1 h3 {
  text-align: center;
}

.donate_small_box_2 {
  padding: 10px 0px;
}

.cards {
  padding: 30px 10px;
  margin: 55px auto;
}

.form_btn_box {
  min-height: 45px;
  padding: 0px 10px;
}
.cards img {
  width: 60%;
}

.donate_page .bigbutton2,
.donate_page .bigbutton {
  display: none;
}
.home_page .bigbutton2,
.home_page .bigbutton {
  /* display: none; */
}

.donate_small_box_2 button {
  color: #fff;
  background: #00509b;
  border: 0px;
  font-size: 1.8em;
  padding: 5px 15px;
}

.donate_small_box_2 h3 {
  margin: 0.4em;
  color: #00509b;
  font-size: 2em;
  text-align: center;
}

.contentHeaderLong h1 {
  vertical-align: bottom;
  margin: 10px 0px;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 19px;
  color: #eeeeee;
  font-size: 1.7em;
}

.contentBodyLong {
  padding: 0px 19px;
  min-height: 600px;
}

.contentBodyLongMinHeight {
  min-height: auto;
}

.contentBodyLongMap {
  padding: 0px 0px;
}

.contentBody p {
  font-family: "NextExitRound";
  font-weight: 300;
  text-align: left;
  line-height: 1.4em;
  font-size: 1.5em;
  max-width: 440px;
  color: #403d3e;
}

.mobile_bar {
  display: none;
}

.he .contentBody p {
  text-align: right;
  float: right;
  clear: both;
}

.thanksPage p {
  margin: 8px 0px;
}

.he .contentHeaderLong h1 {
  text-align: right;
  float: right;
  right: 19px;
  left: auto;
}

.contentBodyShort {
  background: #eee;
}

.footer_inner {
  /* min-height: 240px; */
  padding-top: 30px;
}

.footer_container_1 {
  display: block !important;
  height: auto !important;
}

.footer {
  background: rgb(238, 238, 238);
}

footer .logo {
  display: block;
  text-align: center;
  margin: auto;
}

footer .logo img {
  margin-top: 50px;
  margin: 30px auto;
}

footer .container {
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 90px;
}

footer ul {
  padding: 0px;
}

footer ul li {
  display: inline-block;
}

footer .logo,
footer nav,
footer .nav2 {
  align-items: inherit;
}

.round-up {
  width: 70px !important;
  margin: 0px 4px;
}

.bigbutton {
  background: rgb(0, 58, 112);
  width: 98%;
  margin: 20px auto;
  font-size: 35px;
  color: #fff;
  border: 0px;
  display: block;
  min-height: 110px;
  line-height: 110px;
  vertical-align: middle;
  float: left;
  cursor: pointer;
}

.bigbutton2 {
  background: rgb(3, 123, 234);
  float: right;
}

.person {
  margin: 19px 0px;
}

.select_year_box {
  text-align: right;
  margin: 20px 0px;
}

.he .select_year_box {
  text-align: left;
}

.dropdown {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #eeeeee;
  color: black;
  width: 5em;
  cursor: pointer;
  text-align: left;
  font-family: "NextExitRound-Regular", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
}

.docsList {
  text-align: left;
  margin: 56px 0px;
}

.docsList ul {
  list-style-type: none;
  padding-left: 40px;
}

.docsList a {
  font-family: "NextExitRound-Light", sans-serif;
  color: #939597;
  font-size: 1.4em;
  font-weight: 300;
  padding: 5px 0px;
  display: block;
  position: relative;
}

.docsList a::before {
  font-family: "Material Icons";
  content: "\e5c8";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -31px;
  top: 5px;
}

.docsList a:hover {
  color: #00519c;
}

.he .docsList ul {
  text-align: right;
  list-style-type: none;
  padding-right: 40px;
}

.he .docsList a::before {
  font-family: "Material Icons";
  content: "0";
}

.he .docsList a::after {
  font-family: "Material Icons";
  content: "\e5c4";
  position: absolute;
  width: 40px;
  height: 40px;
  right: -31px;
  top: 5px;
}

.bold {
  /* font-weight: bold; */
}

.person img {
  width: 100%;
  max-width: inherit;
}

.person p {
  max-width: inherit !important;
}

.person .contentBody h2,
.person .contentBody p {
  margin: 5px 0px;
}

.he .person .contentBody h2 {
  text-align: right;
  max-width: 100%;
}

.he .contentBody h2 {
  text-align: right;
  max-width: 100%;
  clear: both;
}

.person .contentBody p {
  line-height: 1.28em;
}

.person .contentBodyShort {
  background: none;
}

.recommendations {
  color: #77787a;
  position: relative;
  margin: 50px 0px;
  max-width: 90%;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: left;
  min-height: 120px;
}

.he .recommendations {
  text-align: right;
  max-width: 100%;
  padding-left: 10%;
}

.recommendations:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 30px;
  background: url("/en/images/quoteR.png");
  background-size: cover;
  left: 0px;
  top: -40px;
  transform: scale(1, -1) rotate(180deg);
}

.recommendations:after {
  content: "";
  position: absolute;
  width: 41px;
  height: 30px;
  background: url("/en/images/quoteL.png");
  background-size: cover;
  right: 0px;
  bottom: -40px;
  transform: scale(1, -1) rotate(180deg);
}

.recommendations_names {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #00519c;
  font-style: italic;
  text-align: left;
  max-width: 90%;
}

.he .recommendations_names {
  text-align: right;
  max-width: 100%;
  padding-left: 10%;
}

.he .recommendations:after {
  right: inherit;
  left: 0px;
  transform: inherit;
  bottom: 0px;
}

.he .recommendations:before {
  left: inherit;
  right: 0px;
  transform: inherit;
}

donate_small_box_1_he p {
  text-align: right;
}

.donate_page_en .donate_small_box {
  margin: 20px 30px;
  height: 243px;
  /* font-size: 1.5em; */
}

.donate_page_en .cards {
  padding: 38px 10px;
}

.donate_page_en .donate_small_box_1 h3,
.donate_page_en .donate_small_box_1 p {
  font-size: 1.6em;
}

.contact-form input {
  width: 40%;
  display: inline-block;
  margin: 10px 2%;
  height: 21px;
  background: #fff;
  border: 0px;
  font-size: 1em;
  text-align: right;
  /* color: #9e9e9e; */
  padding: 5px 10px;
}
.contact-form input::placeholder {
  color: #9e9e9e;
}

.contect_form_social {
  background-color: #eeeeee;
  color: #00519c;
  background-color: #eeeeee;
  color: #00519c;
  /* height: 200px; */
  font-size: 65px;
  padding: 70px 0px;
}

.contect_form_social_fisrt {
  margin-right: 10px;
}
.contect_form_social_last {
  margin-left: 10px;
}

.contect_form_social p {
  margin: 5px auto;
  text-align: center;
  font-size: 24px;
}

.form_icon {
  float: right;
  color: #fff;
  margin-top: -49px;
  margin-right: 20px;
}

.form_icon img {
  width: 50%;
  margin-top: 1px;
}

.icon_size {
  width: 35px;
  margin-top: 40px;
}

.partners {
  margin: 25px 0px;
}

.partner {
  border: 1px solid #eee;
  min-height: 70px;
  max-height: 100%;
  max-width: 185px;
  margin: 3px;
  width: 22vw;
  height: 150px;
  line-height: 150px;
  vertical-align: middle;
  /* padding-top:10px; */
  width: 98%;
  box-sizing: border-box;
}

.partner img {
  vertical-align: middle;
  max-height: 150px;
}

.contentBodyLongMaxWidth p {
  max-width: inherit;
}

.contact_page .contentBodyLong {
  padding: 0px;
}

.subscribe_contact {
  height: 163px;
}

.contact_info {
  font-size: 22px;
  padding: 40px 0px;
  color: #00519c;
}

.contact_info a {
  color: #00519c;
}

.contact_info p {
  /* padding-left: 24%; */
  padding-left: 21%;
  text-align: right;
}

.sub_icon {
  padding: 25px 0px;
}

.subscribe_contact input {
  width: 98%;
  display: inline-block;
  margin: 10px 2%;
  height: 21px;
  background: #eee;
  border: 0px;
  font-size: 1em;
  text-align: right;
  /* color: #9e9e9e; */
  padding: 5px 10px;
  margin-left: 0px;
}
.subscribe_contact input::placeholder {
  color: #9e9e9e;
}

.form_btn {
  background-color: #00519c;
  padding: 10px 70px;
  color: #fff;
  display: block;
  margin: 5px 10px;
  border: 0px;
}

.contact_page_en .form_btn {
  float: right;
}
.contact_page_en .form_icon {
  float: left;
  margin-left: 20px;
}

.contact_page_en .contact_info p {
  text-align: left;
}

.form_btn_margin_left_0 {
  margin-left: 0px;
}

.homeheader {
  height: 510px;
  /* background: url(/img/fon2.jpg); */
  /* background-size: 100%; */
  /* background-position: 60% 86%; */
  /* background-size: 100% auto; */
  margin-top: -42px;
  /* background-size: cover; */
}

.homepageh1 {
  text-align: center;
  color: #fff;
  padding: 30px;
  font-size: 3em;
  font-family: "NextExitRound";
  font-weight: 300;
}

.homepagevideobox img,
.homepage_box2-2 img {
  display: block;
}

.homepagevideobox_text {
  clear: both;
  margin: 42px 20px;
  margin-bottom: 0px;
}

.homepagevideobox_text p {
  text-align: right;
  font-size: 1.5em;
  min-height: 74px;
}

.homepagevideobox_text_eng {
  margin: 42px 5px;
}

.homepagevideobox_text_eng p {
  text-align: left;
  font-size: 1.5em;
  padding: 0px 10px;
}

.homepage_box {
  background: #1b5799;
  color: #fff;
  padding: 20px 20px;
  width: 91%;
  margin: 20px auto;
  font-size: 1.6em;
}

.homepage_box2 {
  float: right;
  height: 149px;
}

.homepage_box2-2 {
  margin-top: 5px;
}

.padding0 {
  padding: 0px;
  float: left;
  width: 98%;
}

.homepagespan {
  display: block;
  text-align: left;
  text-decoration: underline;
}

.homepagespan_float {
  float: none;
  padding-top: 25px;
  text-align: left;
  display: block;
  font-size: 1.6em;
}

.homepagespan_eng {
  text-align: right;
}

.homepagespan_float_eng {
  padding-top: 5px;
  padding-right: 5px;
}

.dota_p {
  font-size: 1.4em;
  color: #00509b;
  margin-bottom: 80px;
}

.home_page_box_3 h4 {
  font-size: 2.5em;
}

.homepahebox3_btn {
  font-size: 1.3em;
  padding: 20px 40px;
  color: #fff;
  border: 0px;
  padding: 20px 0px;
  width: 90%;

  margin: 10px auto;
}

.home_page_box_inner_2 {
  padding: 20px;
  font-size: 1.6em;
}

.home_page_box_inner_2_eng {
  text-align: justify;
}

.home_page_box {
  background: #17529e;
  min-height: 207px;
  color: #fff;
  margin: 20px 10px;
  margin-bottom: 0px;
}

.home_page_box_4 {
  position: relative;
}

.home_page_box_4 img {
  display: block;
}

.home_page_box_3 {
  background: #00044a;
  padding: 20px;
  /* padding-bottom: 40px;
    padding-top:12px; */
}

.home_page_link {
  color: #fff;
}

.video_gallery_box {
  padding: 6px;
}
.video_gallery_box iframe {
  width: 100%;
  height: 230px;
}

.homepahebox3_btn1 {
  cursor: pointer;
  box-shadow: inset 14px 14px 16px rgba(255, 255, 255, 0.09),
    inset -14px -14px 16px rgba(0, 0, 0, 0.25),
    1.7px 1.1px 8.5px 0.5px rgba(0, 0, 0, 0.45);
  background-color: #0a539a;
}
.homepahebox3_btn2 {
  cursor: pointer;
  box-shadow: inset 14px 14px 16px rgba(255, 255, 255, 0.09),
    inset -14px -14px 16px rgba(0, 0, 0, 0.25),
    1.7px 1.1px 8.5px 0.5px rgba(0, 0, 0, 0.45);
  background-color: #1799ff;
}

.homepahebox3 h4 {
  font-size: 1.9em;
}

.homepage_box4 {
  float: right;
  position: relative;
}

.homepage_box4_inner {
  position: absolute;
  background: rgba(0, 4, 74, 0.85);
  padding: 20px;
  right: 0;
  left: 0;
  display: block;
  width: 170px;
  font-size: 2em;
  top: 30%;
  margin: auto;
}

.subMailp {
  color: #00519c !important;
  font-size: 1.9em !important;
  margin-top: 0;
}

.video_img {
  height: 100%;
  display: block;
  min-height: 207px;
  background: url(http://www.sahi-israel.org/img/faces/0he.jpg);
  background-size: cover;
}

.hope_page_box4_img {
  height: 100%;
  display: block;
  min-height: 247px;
  /* background: url(/img/box_4.jpg); */
  background-size: 100% 100%;
}

.contact_page_en input {
  text-align: left;
}

.contact_page_en .subMailp {
  padding-left: 10px;
}

.subscribeInput_en {
  box-sizing: border-box;
  height: 30px !important;
  width: 100% !important;
}

.thanks {
  text-align: left;
}

.thanks a {
  color: #00519c;
}

.thanks p {
  margin: 3px;
  display: inline-block;
  width: 48%;
  font-size: 16px;
  text-align: left;
}

.he .thanks {
  text-align: right;
}

.he .thanks p {
  float: inherit !important;
}

.he .home_page_box_inner_2 p {
  text-align: right;
  min-height: 74px;
}

.he .homepagespan_float {
  padding-top: 3px;
}

.home_page iframe {
  /* height: 207px; */
  display: block;
  width: 100%;
}

.donate_page_he .donate_small_box_1 p {
  text-align: right;
}

@media screen and (max-width: 1132px) and (min-width: 866px) {
  .contact-form input {
    width: 39%;
  }

  .he .homepagespan_float {
    padding-top: 2px;
  }
}

@media screen and (max-width: 960px) {
  .contect_form_social {
    margin: 10px;
    padding: 40px 0px;
  }
}

@media screen and (max-width: 866px) {
  .contact-form input {
    width: 80%;
  }

  .form_icon img {
    display: none;
  }
}

@media screen and (max-width: 710px) {
  .homeheader {
    height: 190px;
  }
}

@media screen and (max-width: 640px) {
  .he .homepagevideobox_text {
    padding-bottom: 20px;
  }

  .he .homepagespan {
    /* text-align: right; */
  }

  .donate_small_box_en_box_1 {
    border: 0px;
  }

  .he .person .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .he .person .row .s6 {
    display: flex;
  }

  .he .subscribe_contact > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .he .subscribe_contact > .row .sp12 {
    display: flex;
  }

  .he .subscribe_contact {
    height: auto;
  }

  .he .sub_icon {
    width: 82%;
  }

  .he .contentHeaderInfo ul::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
  }

  .he .form_btn {
    margin: 5px auto;
  }

  .he .contact-form {
    padding-bottom: 10px;
  }

  .he .contentHeaderInfo li {
    float: right;
    border-right: 0px;
    border-left: 1px solid #fff;
    padding-right: 0px;
    padding-left: 8px;
  }

  .he .contentHeaderInfo ul a {
    display: initial;
  }

  .he .contentHeaderInfo li:last-child {
    border-left: 0px;
  }

  .contentHeaderInfo li {
    border-right: 1px solid #fff;
    padding-right: 8px;
  }
  .contentHeaderInfo li:last-child {
    border-right: 0px;
  }

  .activeLink {
    font-weight: 300 !important;
    border-bottom: 1px solid #fff;
  }

  .he .form_icon2 {
    /* display: none; */
  }

  .donate_small_box {
    margin: 10px;
  }

  .contact_page_en .form_btn {
    float: inherit;
    margin: 0px auto;
  }
  .form_btn_box {
    padding: 0px 17px;
  }

  .contact_page_en .contact-form .form_btn {
    /* margin-right: 10px; */
  }

  .subscribe_contact input {
    width: auto !important;
  }

  .contact_page_en .subscribe_contact {
    height: auto;
  }

  .dropdown {
    width: 96%;
    margin: 0px auto;
    display: block;
  }

  .mobile_bar_nav {
    display: block;
    min-height: 50px;
  }

  .partner {
    height: 100px;
    line-height: 100px;
  }

  .recommendations,
  .recommendations_names {
    max-width: 100%;
    padding: 10px;
    min-height: inherit;
  }

  .bigbutton {
    font-size: 20px;
    min-height: 90px;
    line-height: 90px;
  }

  .footer nav {
    display: none;
  }

  .footer .nav2 {
    width: 100%;
  }

  .footer_inner {
    min-height: 70px;
  }

  .footer .nav2 ul {
    margin: auto;
  }

  .contentBodyLong {
    padding: 0px 19px;
    min-height: auto;
  }

  .he .content > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .mobile_bar {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
  }

  .mobileOpen {
    display: block;
    position: absolute;
    left: 0px;
    background: #ffffff;
    width: 200px;
    height: 100%;
    z-index: 10;
  }

  .mobileOpen .container {
    display: block;
  }

  .mobileOpen .logo,
  .mobileOpen nav,
  .mobileOpen .nav2 {
    display: block;
  }
  .mobileOpen .logo {
    text-align: center;
    margin: auto;
  }

  .mobileOpen .logo {
    margin: 0px auto;
    margin-top: 5px;
  }
  .mobileOpen .logo div {
    position: absolute;
    top: 15px;
    right: 14px;
  }

  .mobileOpen .logo div span {
    font-size: 30px;
    color: #02044b;
  }

  .mobileOpen .nav2 img {
    display: none;
  }
  .mobileOpen nav li {
    display: block;
    text-align: left;
    padding-bottom: 10px;
  }

  .mobileOpen > .container {
    justify-content: flex-end;
  }

  .mobileOpen nav a,
  .nav2 a {
    margin: 10px 0px;
    display: block;
    color: #000;
  }

  .mobileOpen nav a:after {
    display: none;
  }

  .mobile_bar i {
    font-size: 2.5em;
  }

  header {
    display: none;
  }

  .content {
    width: 100%;
  }

  .contentHeaderInfo {
    width: 100%;
    padding: 0px;
  }

  .contentHeaderInfo ul {
    padding: 0px;
    text-align: center;
    background: #0f4ba1;
  }
  .contentHeaderInfo ul a {
    color: #fff;
  }

  .contentHeaderShort {
    display: none;
  }

  .contentHeaderInfo h2 {
    text-align: center;
    font-size: 2.3em;
    padding: 10px 0px;
  }

  .contentHeaderInfo li {
    display: inline-block;
    /* margin: 10px 10px; */
    margin: 5px;
  }

  .contentHeaderLong h1 {
    position: relative;
    text-align: center;
    margin: 0px;
    width: auto;
    left: 0px;
  }

  .contentHeaderLong {
    height: auto;
    padding: 15px 0px;
    display: none !important;
  }

  iframe {
    height: 230px !important;
  }

  .contentHeaderInfo ul a:after {
    display: none;
  }

  .contentHeaderInfo ul a {
    font-size: 1.6em;
  }

  .he .contentHeaderInfo ul {
    text-align: center;
    float: none;
  }

  .he .mobile_bar {
    right: 10px;
    left: auto;
  }

  .he .contentHeaderInfo h2 {
    text-align: center;
  }

  .he .contentHeaderLong h1 {
    float: none;
  }

  .he .mobileOpen {
    right: 0px;
    left: auto;
  }

  .he .mobileOpen nav li {
    text-align: right;
  }

  .he .mobileOpen ul {
    text-align: right;
  }

  .he .mobileOpen .container,
  .he .mobileOpen nav ul {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }

  .he .logo img {
    width: 120px;
  }

  .contentHeaderInfo ul a:hover {
    color: #fff;
  }

  .contentHeaderInfo ul a {
    margin: 5px;
  }

  .bigbutton {
    width: auto;
  }

  .big_buttons_en .bigbutton {
    float: right;
    width: 80%;
    line-height: initial;
    margin: 10px;
  }

  .big_buttons_en .bigbutton2 {
    float: left;
  }
}

.br_mobile {
  display: none;
}

@media screen and (max-width: 430px) {
  .br_mobile {
    display: inherit;
  }
}

@media screen and (max-width: 430px) {
  .homeheader {
    height: 210px;
  }
}

@media screen and (max-width: 1091px) and (min-width: 640px) {
  .logo img {
    width: 103px;
    min-width: 78px;
  }
  nav a {
    font-size: 1.6em;
    padding: 0px 5px;
  }

  /* .partner img {
        width: 95%;
    } */

  nav a:after {
    height: 19px;
    top: 4px;
  }
}

.popUp {
  display: none;
  box-shadow: 0px 0px 10px #403d3e;
  border-radius: 5px;
  background: green;
  color: #fff;
  right: 15px;
  top: 15px;
  width: 250px;
  height: 30px;
  position: fixed;
  padding: 15px 15px;
  font-size: 18px;
}
.popUp p {
  margin: 5px 0px;
}

.showPopUp {
  display: block;
}

.link_arrow {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}

.home_page_logo img {
  position: absolute;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}

.home_page_logo_eng img {
  height: 50px;
  width: auto;
  min-width: auto;
}

.video-gallery-row-he {
  flex-direction: column !important;
}

/* NEW UPDATES */

nav a {
  color: #6d6e71 !important;
  font-family: NextExitRound;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.02px;
}

nav li:after {
  width: 1px;
  top: 2px;
}
nav a span:first-child {
  font-weight: 400 !important;
}

@media screen and (min-width: 710px) {
  .nav2 > ul li {
    padding-right: 5px;
  }
  .he > ul li:first-child {
    padding-right: 23px;
    padding-left: 0 !important;
  }
  .he > ul li:nth-child(3) {
    padding-right: 23px;
  }
  /* Styling every image/logo in header */
  .nav2 > ul li:first-child a img,
  .he > ul li:nth-child(6) a img {
    width: 36px !important;
    height: 36px !important;
  }
  .he > ul li:nth-child(6) {
    vertical-align: middle;
    padding-left: 0 !important;
  }
  .nav2 > ul li:nth-child(2) a img {
    width: 73px !important;
    height: 40px !important;
  }
  .he > ul li:nth-child(5) a img {
    width: 73px !important;
    height: 40px !important;
  }
  .nav2 > ul li:nth-child(3) a img,
  .he > ul li:nth-child(4) a img {
    width: 47px !important;
    height: 48px;
  }
  .he > ul li:nth-child(4) a img {
    height: 48px !important;
  }

  .nav2 > ul li:nth-child(3) {
    padding-right: 30px;
  }
  .nav2 > ul li:nth-child(4) a img {
    width: 24px;
    height: 24px;
  }
  .nav2 > ul li:nth-child(4),
  .he > ul li:nth-child(2) {
    padding-right: 4px !important;
  }
  .he > ul li:nth-child(2) {
    padding-right: 15px !important;
  }

  .he > ul li:nth-child(3) a img {
    width: 24px !important;
  }
  .nav2 > ul li:nth-child(5) a img {
    width: 35px;
    height: 24px;
  }
  .he > ul li:nth-child(2) a img {
    width: 35px !important;
    height: 24px !important;
  }

  /*  */
  .nav2 > ul li:nth-child(4) a::after,
  .he > ul li:nth-child(2) a::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -13px;
    width: 1px;
    height: 35px;
    background: #979797;
  }
  .he > ul li:nth-child(4) a::after {
    display: none;
  }
  .nav2 > ul li:nth-child(5) a::before,
  .he > ul li:nth-child(3) a::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -13px;
    width: 1px;
    height: 35px;
    background: #979797;
  }
  .he > ul li:nth-child(5) a::before {
    display: none;
  }
}
.nav2 > ul li:nth-child(6) a,
.he > ul li:nth-child(1) a {
  display: flex;
}
.nav2 > ul li:nth-child(6) {
  padding-left: 15px;
}
.nav2 > ul li:nth-child(6) a div,
.he > ul li:nth-child(1) a div {
  width: 24px;
  height: 24px;
  border: solid 1px #6d6e71;
  text-align: center;
}

.nav2 > ul li:nth-child(6) a div span,
.he > ul li:nth-child(1) a div span {
  font-size: 16px;
  font-weight: normal;
}
.nav2 > ul li:nth-child(6) a div:first-child,
.he > ul li:nth-child(1) a div:first-child {
  background-color: #6d6e71;
  border-right: unset !important;
  color: #ffffff;
  border-top-left-radius: 15%;
  border-bottom-left-radius: 15%;
}
.nav2 > ul li:nth-child(6) a div:last-child,
.he > ul li:nth-child(1) a div:last-child {
  color: #6d6e71;
  border-top-right-radius: 15%;
  border-bottom-right-radius: 15%;
}

@media screen and (max-width: 425px) {
  .nav2 > ul li:nth-child(6),
  .he > ul li:nth-child(1) {
    padding-left: 0;
  }
}
/* Styling for Hebrew language */

.he > ul li:nth-child(1) a div:first-child {
  color: #6d6e71;
  background-color: transparent;
  border-right: unset !important;
  border-top-left-radius: 15%;
  border-bottom-left-radius: 15%;
}
.he > ul li:nth-child(1) a div:last-child {
  background-color: #6d6e71;
  color: #ffffff;
  border-top-right-radius: 15%;
  border-bottom-right-radius: 15%;
}

.homeheader-slider {
  margin-top: 0;
  height: auto !important;
  xbackground-color: #e5edf5;
  background-color: #f0f0f0;
}
.slick-slide {
  display: flex !important;
  justify-content: center;
}
.slick-slide > .homeheader-slider-target > a {
  position: absolute;
  width: 81px;
  height: 120px;
  top: 2%;
}

.homeheader-slider-he .slick-slide > a {
  left: 23%;
}
.slick-slide > img {
  width: 1680px;
  height: 600px;
  max-width: unset;
}

.slick-slide > .homeheader-slider-target > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 180px;
  bottom: 0px;
  width: 640px !important;
  height: 80px;
  background-color: rgba(0, 82, 156, 0);
  border-radius: 4px;
}

.slick-slide > div span {
  font-family: NextExitRound;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.04px;
  color: #ffffff;
  padding-right: 21px;
  padding-top: 4px;
}

.slick-slide > div a > button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: NextExitRound;
  font-size: 37px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.05px;
  text-align: center;
  color: #ffffff;
  width: 200px;
  height: 47px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #9cb734;
  border-radius: 4px;
  border: none;
  padding-top: 6px;
}

.slick-slide > a:focus {
  outline: none !important;
}
.slick-slide > img:last-child {
  width: 100% !important;
}
.slick-slide:focus {
  outline: none !important;
}

.homeheader-slider-he > .slick-slide > a {
  margin-left: 2.94%;
}
.homeheader-slider-he .slick-slide > .homeheader-slider-target > div {
  flex-direction: row-reverse;
}
.homeheader-slider-he .slick-slide > div span {
  padding-right: 0;
}
.homeheader-slider-he .slick-slide > .homeheader-slider-target > div a {
  margin-right: 21px;
}

@media screen and (max-width: 768px) {
  .homeheader-slider {
    margin-top: 0;
  }

  .homeheader-slider-he .slick-slide > a {
    top: 2%;
    right: 10%;
  }
}

@media screen and (max-width: 590px) {
  .slick-slide > .homeheader-slider-target > div {
    flex-direction: column;
    height: 25%;
  }

  .slick-slide > .homeheader-slider-target > div span {
    text-align: center;
  }
  .homeheader-slider-he .slick-slide > .homeheader-slider-target > div {
    flex-direction: column;
  }
}

.homeheader-slider-he .slick-slide > .homeheader-slider-target > div > span {
  font-size: 40px;
}

@media screen and (max-width: 640px) {
  .logo {
    width: 100%;
    top: 5px;
  }
  #home_page {
    margin-top: 0 !important;
  }
  .mobile_bar {
    top: 15px;
  }
  .mobile_bar_nav {
    min-height: 70px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}

.home_page_logo_eng img {
  height: unset;
}
@media screen and (max-width: 320px) {
  .slick-slide > div {
    width: 97%;
  }
}

.home_page_box {
  min-height: unset;
  height: 200px;
  width: 480px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 425px) {
  .home_page_box_2 {
    min-height: 270px;
    height: auto;
  }
}

.home_page_box_inner_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: unset;
}
.home_page_box_inner_2 p {
  font-family: NextExitRound;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.91;
  color: #ffffff;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 40px;
}
.home_page_box_inner_2 a {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: normal;
}

.home_page_box_mashmaut p {
  font-family: NextExitRound;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.91;
  color: #ffffff;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 40px;
  text-align: right;

}

.home_page_box_mashmaut_en p {
  font-family: NextExitRound;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.91;
  color: #ffffff;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 40px;
  text-align: left;

}

.home_page_box_mashmaut a {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: normal;
}

.home_page_box_inner_2_he a {
  font-family: NextExitRound;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  color: #ffffff;
}

.home_page_box_inner_2_he p {
  margin-right: 20px;
  margin-left: 80px;
}

.home_page_box_mashmaut_he a {
  font-family: NextExitRound;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  color: #ffffff;
}

.home_page_box_mashmaut_he p {
  margin-right: 20px;
  margin-left: 80px;
}

.homepagespan_eng {
  padding-right: 20px;
}

.homepagevideobox_text {
  margin: 0;
  height: 200px;
  width: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepagevideobox_text p {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  min-height: unset;
}
.homepagevideobox_text a {
  margin-bottom: 18px;
}

.home_page_link .homepagespan_eng {
  padding-left: 18px;
  padding-right: 5px;
}
.homepagevideobox_text a span {
  font-size: 20px;
  font-weight: normal;
  text-align: left !important;
}
.homepagevideobox_text_he a span {
  font-family: NextExitRound;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  color: #ffffff;
}

.homepagevideobox_text p {
  margin: 0;
  font-family: NextExitRound;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: 0.02px;
  color: #ffffff;
  margin-right: 9px;
}

@media screen and (max-width: 960px) {
  .homepagevideobox_text {
    height: 100px !important;
  }
  .home_page_box {
    width: 100% !important;
  }

  .home_page_box_1 {
    height: auto;
    min-height: 207px;
    margin-left: 0 !important;
  }
  .home_page_box_3 {
    height: auto;
    min-height: 207px;
    margin-left: 0 !important;
  }
}

.review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.review span:first-child {
  font-family: NextExitRound;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.04px;
  color: #ffffff;
}
.review span:last-child {
  font-family: NextExitRound;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-bottom: 15px;
}

.home_page_box_3 {
  padding: unset;
}

.home_page_box_3_he h4 {
  font-family: NextExitRound;
  font-size: 40px !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.05px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px !important;
}

.home_page_box_3_he button {
  width: 200px;
  height: 40px;
}

.home_page_box_3 h4 {
  margin: unset;
  padding-top: 38px;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 20px;
}

.homepahebox3_btn {
  font-family: NextExitRound;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.04px;
  text-align: center;
  color: #9cb734;
  background-color: #ffffff;
  box-shadow: none;
  width: 220px;
  height: 32px;
  padding: unset;
  display: block;
  padding-top: 8px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .homepahebox3_btn2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.home_page_box_1 .home_page_link {
  margin-left: auto;
  margin-right: auto;
}

.home_page_box_1 {
  margin-left: 10px;
}
.home_page_box_3 {
  margin-left: 10px;
  margin-top: 20px;
}
.home_page_box_4 {
  margin-top: 20px;
}

.homepagespan {
  padding-left: 10px;
}

.footer {
  background-color: #d8d8d8;
  height: 160px;
  margin-top: 40px;
}

.footer_container_1 {
  height: 36px !important;
}
.additional_information {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 425px) {
  .additional_information span {
    text-align: center;
  }
}
.additional_information span {
  font-size: 16px;
  font-weight: normal;
  color: #0a539a;
  margin-bottom: 20px;
}
.additional_information a {
  font-size: 16px;
  font-weight: normal;
  color: #0a539a;
}
.additional_information img {
  width: 28%;
}

.additional_information img {
  fill: red;
}
.footer .container {
  justify-content: center;
}

.contentHeaderInfo__overview h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.33;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.04px;
  color: #0a539a;
}

.contentHeaderInfo__overview {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #eeeeee !important;
}

.contentHeaderInfo__overview a {
  font-size: 22px;
  font-weight: 300;
  color: #403d3e;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.09px;
  padding-left: 5%;
  display: block;
  position: relative;
}

.contentHeaderInfo__overview a::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #8c8c8c;
  margin-top: 24px;
  /* left: 150px; */
}

.contentHeaderInfo__overview ul {
  width: 60%;
}

.overview__bold {
  font-family: NextExitRound;
  font-weight: normal !important;
  letter-spacing: -0.01px;
  margin-top: 5px;
}

.contentHeader__overview {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 120px;
}

.contentHeader__overview a {
  width: 110px;
  height: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  color: #9cb734;
  font-family: NextExitRound;
  margin-top: 13px;
  border-radius: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentHeader__overview h1 {
  font-family: NextExitRound;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.01px;
  color: #ffffff;
}

.contentButtons__overview {
  display: flex;
  justify-content: space-evenly;
}

.contentButtons__overview button {
  width: 220px;
  height: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #9cb734;
  border: none;
  border-radius: 5%;
  font-family: NextExitRound;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.04px;
  padding-top: 5px;
  margin-top: 19px;
}

.contentButtons__overview button a {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .contentButtons__overview button {
    width: 45%;
    font-size: 3vw;
  }
}

@media screen and (max-width: 425px) {
  .contentButtons__overview button {
    width: 45%;
    font-size: 5vw;
  }

  .contentHeaderInfo__overview h2 {
    margin-top: 35px;
  }
}

.docsList__overview {
  margin-top: 25px;
}

.docsList__overview h2 {
  font-family: NextExitRound;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: -0.01px;
  color: #403d3e;
  margin-bottom: 0;
}

.docsList__overview p {
  font-family: NextExitRound;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: -0.01px;
  color: #403d3e;
  margin-top: 0;
}

.contentBody__overview p {
  max-width: unset;
}

header .container {
  height: 70px;
  /* max-width: 980px; */
}

header .container__he {
  /* max-width: 1000px; */
}

header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding-top: 0;
  height: 70px;
  z-index: 500;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff;
}

/* @media screen and (max-width: 783px) {
  header {
    height: 80px !important;
  }
} */

@media screen and (max-width: 768px) {
  header {
    height: 90px;
  }

  .container__he {
    height: 100% !important;
  }
  .home_page {
    margin-top: 90px !important;
  }
}

.container {
  max-width: 980px;
}

.homepagevideobox iframe {
  height: 200px;
}

.home_page_box_1_he,
.home_page_box_3_he {
  margin-left: 0;
}

.home_page_box_2_he,
.home_page_box_4_he {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .home_page_box_2_he,
  .home_page_box_4_he {
    margin-left: 0;
  }

  .hope_page_box4_img {
    height: auto;
  }

  .hope_page_box4_img img {
    width: 100%;
  }

  .home_page_box_4_he {
    height: auto;
  }
}

.he ul li a {
  font-weight: unset;
}

.routes__he a {
  font-family: NextExitRound;
  font-size: 20px;
  font-weight: 300 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  color: #6d6e71;
}
.nav2 a {
  font-weight: unset;
}

.home_page_box_inner_2_eng span {
  padding-right: 20px !important;
}

.homeheader-slider-target {
  width: 980px !important;
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.header_navigation-en ul li a {
  padding: 0px 10px;
}

.nav-3__mobile {
  display: none;
}

.home_page_box_5_container {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .home_page_box_5_container {
    display: block !important;
  }

  .home_page_box_5 {
    min-height: unset !important;
    height: 159px;
  }

  .home_page_box_5 > div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: unset;
    bottom: 90px;
    width: 640px !important;
    height: 80px;
    background-color: rgba(0, 82, 156, 0.7);
    border-radius: 4px;
    flex-direction: column;
  }
  .home_page_box_5 > div span {
    font-size: 40px;
    font-family: NextExitRound;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.04px;
    color: #ffffff;
    padding-right: 0;
    padding-top: 4px;
  }

  .home_page_box_5 > div a button {
    font-size: 40px;
    font-family: NextExitRound;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.04px;
    color: #ffffff;
    padding-right: 0;
    padding-top: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #9cb734;
    border-radius: 4px;
    border: none;
    width: 250px;
    height: 56px;
    padding-left: unset;
    text-align: center;
  }
  .homeheader-slider-target > #target__box {
    display: none;
  }
  .mobileOpen {
    width: 238px;
  }
  .he .mobile_bar {
    right: unset;
    left: 10px;
  }
  .he .mobileOpen {
    right: unset;
    left: auto;
  }
  .nav-3__mobile {
    display: block;
  }
  .nav-3__mobile {
    margin-top: 20px;
  }
  .nav-3__mobile a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .nav-3__mobile > a > img {
    width: 81px;
    height: 120px;
  }
  .nav2 > ul li:last-child {
    padding-left: unset;
  }
  .slick-slide > .homeheader-slider-target > a {
    display: none;
  }
  .routes__he {
    padding-right: 6px;
  }
  #mobileBarButtonClose {
    visibility: visible !important;
  }
  #target__box {
    bottom: 0;
    background-color: #3375b0;
  }
  .slick-slide > .homeheader-slider-target > div {
    justify-content: space-evenly;
  }
  .slick-slide > .homeheader-slider-target > div {
    border-radius: unset;
  }
  .home_page_box_2_he,
  .home_page_box_2,
  .home_page_box_5 {
    margin: 0 auto;
  }
  .home_page_box_1_he,
  .home_page_box_4_he,
  .home_page_box_3_he,
  .home_page_box_1,
  .home_page_box_4,
  .home_page_box_3 {
    margin-top: 10px;
  }
  .home_page_box_1_he {
    margin-top: 10px;
  }
  .home_page_box_3_he h4 {
    margin-bottom: unset !important;
    padding-top: unset;
  }
  .home_page_box_3_he {
    height: 260px;
  }

  .home_page_box_3_he {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .footer {
    margin-top: unset;
  }
  .footer .additional_information span {
    padding: 0 10px;
    text-align: center;
  }
  .home_page_box_1 .home_page_link {
    margin-left: unset;
    margin-right: unset;
  }
  .homepagevideobox_text {
    padding-bottom: unset !important;
    height: 130px !important;
  }
  .homepagevideobox_text_he p {
    margin-right: unset;
    text-align: right !important;
    padding-left: 25px !important;
    padding-right: 23px !important;
  }

  .slick-slide > img {
    width: 840px;
    height: 300px;
  }

  .home_page_link .homepagespan_eng {
    text-align: right !important;
    padding-right: 23px;
  }
  .homepagevideobox_text_eng p {
    padding-left: 20px !important;
    text-align: left !important;
  }
}

#mobileBarButtonClose {
  visibility: hidden;
}

@media screen and (max-width: 955px) {
  .homepagevideobox_text {
    width: 100% !important;
  }
  .homepagevideobox_text p {
    padding-left: unset;
    text-align: unset;
    font-size: 22px;
  }
  .home_page_box {
    min-height: 200px;
  }

  .home_page_box_4_he {
    min-height: unset;
    height: auto;
  }
  .hope_page_box4_img {
    min-height: unset;
  }
}

.hide {
  display: none;
}

.contentHeaderInfo {
  background-color: #ffffff;
}
.mobile-overview-navigation {
  display: none;
}
@media screen and (max-width: 704px) {
  .mobile-overview-navigation {
    display: block;
  }
  .overview-navigation {
    display: none;
  }
  .mobile-overview-navigation > .title {
    height: 98px;
    background-color: #eeeeee;
  }

  .mobile-overview-navigation > .title h2 {
    margin: 0;
    width: 252px;
    height: 86px;
    font-family: NextExitRound;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.04px;
    color: #0a539a;
    text-align: left;
    padding-left: 41px;
  }

  .mobile-overview-navigation > .navigation {
    height: 140px;
    background-color: #0a539a;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .mobile-overview-navigation > .navigation a {
    height: 26px;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #ffffff;
    padding-left: 41px;
  }

  .mobile-overview-navigation > .navigation a:nth-child(1) {
    font-weight: normal;
    margin-top: 9px;
  }
  .mobile-overview-navigation > .navigation a:nth-child(4) {
    margin-bottom: 9px;
  }
  .mobile-overview-navigation > .buttons {
    flex-direction: column;
    align-items: center;
  }
  .mobile-overview-navigation > .buttons button {
    width: 260px;
    font-size: 25px;
  }
  .contentBody__overview {
    padding: 0px 41px;
  }
}

.big_buttons_en {
  display: flex;
}
.footer_container_1 {
  margin-bottom: 115px;
}

.donate_page .footer_container_1,
.overview_page .footer_container_1 {
  margin-bottom: unset;
}

.overview_page .bigbutton2,
.overview_page .bigbutton {
  display: none;
}
