/*
Theme Name: generatepress-child
Description: Child theme for the generatepress-child theme
Version: 1.0.0
Author: Allon Sacks
Author URI: http://www.digitalcontact.co.il/
Text Domain: DC
Template: generatepress
*/

body .blank-page.container.grid-container {
  max-width: 100%;
}
.blank-page .grid-75 {
  width: 100%;
}
.one-container .blank-page .site-content {
  padding: 0;
}
.one-container .blank-page .site-main {
  margin-right: 0;
}
.blank-page .entry-content {
  margin: 0;
}

form,
form span,
form label,
form p,
body,
button,
input,
select,
textarea {
  font-family: Alef, SansSerif;
}

section#reg-form:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/2020/05/Sold-Out-Transparent.png) no-repeat;
  height: 150px;
  width: 500px;
  background-size: contain;
}

/*body.front-p22*/

/*rec-email-form*/
.rec-email-form .recipe-button {
  background-color: #77ad43;
  border-radius: 4px;
  color: #ffffff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  padding: 16px 26px;
  max-height: 56px;
  transition: all 250ms ease-in-out;
}
.rec-email-form .recipe-button:hover {
  color: #000;
}

.rec-email-form .elementor-field-type-submit {
  display: none;
}

.rec-email-form .email-error {
  color: #ca658d;
}

/*recipes-pop*/
section#recipes-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  z-index: 9999;
  /*background: #f1f1f4;*/
}

section#recipes-pop section .elementor-container {
  max-width: 50%;
}

section#recipes-pop .rec-form input[type="email"] {
  display: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
section#recipes-pop #form-exit button {
  padding: 0;
  background: none;
  color: black;
  font-size: 45px;
  margin-right: 20px;
  color: #9b9b9b;
}
section#recipes-pop .form-pre-text p {
  font-size: 30px;
}
section#recipes-pop .form-pre-text p b {
  /*font-size: 45px*/
}

section#recipes-pop .rec-form .elementor-message {
  display: none;
}
section#recipes-pop #check-vegan {
  display: flex;
  justify-content: space-evenly;
  max-width: 50%;
  text-align: center;
  margin: auto;
}
section#recipes-pop .rec-form button.elementor-button {
  font-family: "Heebo", Sans-serif;
  fill: #ffffff;
  color: #ffffff;
  background-color: #79ac4d;
  border-radius: 3px 3px 3px 3px;
  padding: 24px 24px;
  font-size: 20px;
}
@media (max-width: 1025px) {
  section#recipes-pop #check-vegan {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  section#recipes-pop section .elementor-container {
    max-width: 100%;
  }

  section#recipes-pop #form-exit button {
    font-size: 27px;
    margin-right: 5px;
  }
  /*#challenge-22 .section-challenge__col-image {
    order: 0;
  }


  #challenge-22 .section-challenge__col-text {
    order: 1;
  }*/
}

/* Start 10ml */

.ml10 div,
.ml10 span,
.ml10 form,
.ml10 label,
.ml10 p,
.ml10 button,
.ml10 input,
.ml10 select,
.ml10 textarea,
.ml10 h1 {
  font-family: "Heebo", Alef, sans-serif;
}

.ml10 h1 .not-bold {
  font-weight: 300;
  letter-spacing: -2px;
}
.ml10 h1 {
  font-weight: 900;
  letter-spacing: -1.5px;
}

/* 
menu sections id
  #kim_tries_veganism
  #what_to_eating 
*/

body.ml10 .site-header,
body.ml10 .entry-header,
body.ml10 .site-footer {
  display: none;
}

/* 
.ml10-header .inner-header */

.ml10-header {
  background: #fff;
  transition: all transform 0.3s ease-out;
}
.ml10-header.menuSlide {
  position: fixed;
  z-index: 99;
  width: 100%;
}
.ml10-header .inner-header {
  padding: 0;
}
.ml10-header .inner-header div.elementor-column-wrap > .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ml10-header
  .inner-header
  div.elementor-column-wrap
  > .elementor-widget-wrap
  > div {
  width: auto;
}

.ml10-header
  .inner-header
  div.elementor-column-wrap
  > .elementor-widget-wrap
  > div:not(:last-child) {
  margin-bottom: 0;
}

.ml10-header
  .inner-header
  div.elementor-column-wrap
  > .elementor-widget-wrap
  > div.logo
  img {
  width: 35px;
  height: auto;
  transition: width 0.5s;
}

.ml10-header
  .inner-header
  div.elementor-column-wrap
  > .elementor-widget-wrap
  > div.h-m10-logo
  img {
  width: 26px;
  height: auto;
  transition: width 0.5s;
}

.ml10-header
  .inner-header
  div.elementor-column-wrap
  > .elementor-widget-wrap
  > div.share
  > div
  > div.elementor-button-wrapper
  > a {
  background-color: #79ac4d00;
}

.ml10-header
  .inner-header
  div.elementor-column-wrap
  > .elementor-widget-wrap
  > div.share
  > div
  > div.elementor-button-wrapper
  > a:after {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url("./assets/ml10/Group 4145.png") no-repeat;
  background-size: cover;
}

.ml10-header
  .inner-header
  div.elementor-column-wrap
  > .elementor-widget-wrap
  > div.share
  > div
  > div.elementor-button-wrapper
  > a
  span {
  display: none;
}

/* START header menuSlide */
.ml10-header
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  transition: all 0.5s ease;
}
.ml10-header.menuSlide
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

/*
 NOTING I THINK 
*/

/* Share icon */

.share-cont .elementor-share-btn_whatsapp {
  content: "";
  background: url(./assets/ml10/WHATSAPP.png) no-repeat;
  background-size: cover;
}

.share-cont .elementor-share-btn_twitter {
  content: "";
  background: url(./assets/ml10/TWITTER.png) no-repeat;
  background-size: cover;
}

.share-cont .elementor-share-btn_facebook {
  content: "";
  background: url(./assets/ml10/FACEBBOK.png) no-repeat;
  background-size: cover;
}

.share-cont .elementor-share-btn {
  background-color: #ffffff00 !important;
}
.share-cont .elementor-share-btn__icon {
  background-image: none !important;
}

.share-cont .elementor-share-btn__icon i:before {
  content: "";
}
.share-cont .elementor-share-btn {
  width: 29px;
  height: 29px;
}
.share-cont_he.share-cont .elementor-share-btn {
  width: 29px;
  height: 29px;
  /* margin-left: 5px;
  margin-right: 5px; */
}

.share-cont_he.share-cont.desktop.elementor-widget-html
  .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.share-cont_he.share-cont.desktop.elementor-widget-html
  .elementor-widget-container
  a {
  width: 29px;
  height: 29px;
}

.share-cont .elementor-grid {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
/* 
INSTAGRAM.png
 */

/* 
.ml10-header
  .inner-header
  div.elementor-column-wrap
  > .elementor-widget-wrap
  > div.share{
    
  } */

/* SEC 2 - VIDEO */

/* .elementor-section.ml10-video, .elementor-section.ml10-video iframe {
    height: -webkit-fill-available;
} */

/* SEC 3 - social */
.ml10-sec3 {
  background: linear-gradient(
    180deg,
    rgb(211 211 211) 0%,
    rgb(246 246 246) 100%
  );
}
.ml10-sec3 .title .elementor-heading-title {
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.7px;
}

.ml10-sec3 .title .elementor-heading-title span {
  font-weight: bold;
}

.ml10-sec3 .share-cont {
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .ml10-header
    .inner-header
    div.elementor-column-wrap
    > .elementor-widget-wrap
    > div.logo
    img {
    width: 65px;
    height: auto;
  }

  .ml10-header
    .inner-header
    div.elementor-column-wrap
    > .elementor-widget-wrap
    > div.h-m10-logo
    img {
    width: 70px;
    height: auto;
    /* transition: height 0.3s ease; */
  }

  .ml10-header
    .inner-header
    div.elementor-column-wrap
    > .elementor-widget-wrap
    > div.share
    > div
    > div.elementor-button-wrapper
    > a {
    font-size: 17px;
    background-color: #fff;
    border: 1px solid #749f3f;
    border-radius: 25px;
    color: #749f3f;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 10px;
  }

  .ml10-header .inner-header div.elementor-column-wrap > .elementor-widget-wrap > div.share > div > div.elementor-button-wrapper > a:hover {
    /*color: black;*/
    color: var( --e-global-color-text );
  }

  .ml10-header
    .inner-header
    div.elementor-column-wrap
    > .elementor-widget-wrap
    > div.share
    > div
    > div.elementor-button-wrapper
    > a
    span {
    display: inline-block;
    padding-left: 10px;
  }
  .ml10-header
    .inner-header
    div.elementor-column-wrap
    > .elementor-widget-wrap
    > div.share
    > div
    > div.elementor-button-wrapper
    > a:after {
    content: "";
    width: 32px;
    height: 32px;
  }
  /* Share icon */
  .share-cont .elementor-share-btn {
    width: 45px;
    height: 45px;
  }

  .share-cont_he.share-cont .elementor-share-btn {
    width: 29px;
    height: 29px;
  }

  /* START header menuSlide */
  .ml10-header.menuSlide
    .inner-header
    div.elementor-column-wrap
    > .elementor-widget-wrap
    > div.h-m10-logo
    img {
    width: 38px;
  }

  /* SEC 2 - VIDEO */
  .elementor-section.ml10-video,
  .elementor-section.ml10-video iframe {
    /*height: 800px;*/
    box-shadow: 0px 23px 49px #0000003b;
  }
  #header-video-wrap,
  #header-video-wrap iframe {
    max-height: 670px;
  }

  /* SEC 3 - social */
  .ml10-sec3 {
    background: linear-gradient(
      180deg,
      rgb(211 211 211) 0%,
      rgb(255 255 255) 35%,
      rgb(255 255 255) 100%
    );
  }

  .ml10-sec3 .title .elementor-heading-title {
    font-size: 28px;
    letter-spacing: -1.3px;
  }
}

.ml10_slider_section-cont .slick-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ml10_slider_section-cont .slick-slider .slick-list {
  width: 100%;
  order: 1;
  margin: 0 auto;
}
.ml10_slider_section-cont .slick-slider .slick-next {
  order: 4;
  width: auto;
  height: auto;
}
.ml10_slider_section-cont .slick-slider .slick-dots {
  width: auto;
  order: 3;
  position: static;
}
.ml10_slider_section-cont .slick-slider .slick-prev {
  order: 2;
}
.ml10_slider_section-cont .slick-slider .slick-prev,
.ml10_slider_section-cont .slick-slider .slick-next {
  position: static;
  width: auto;
  height: auto;
  transform: translateY(30%);
}
.ml10_slider_section-cont .slick-slider .slick-prev:before {
  content: url("./assets/ml10/r-arr.svg");
  display: inline-block;
  opacity: 1;
}
.ml10_slider_section-cont .slick-slider .slick-next:before {
  content: url("./assets/ml10/l-arr.svg");
  display: inline-block;
  opacity: 1;
}
.ml10_slider_section-cont .slick-slider .slick-dots li button:before {
  font-size: 7px;
}
.ml10_slider_section-cont .slick-dots li.slick-active button:before {
  color: #ce172f;
}

.ml10_slider_section-cont.celebs_slider {
  width: 70%;
  margin: 0 auto;
}
.ml10_slider_section-cont.celebs_slider
  .elementor-container
  .elementor-row
  .slick-slide
  .elementor-image-box-wrapper {
  margin: 15px;
}
.ml10_slider_section-cont.celebs_slider
  .elementor-container
  .elementor-row
  .slick-slide
  .elementor-image-box-wrapper
  .elementor-image-box-img {
  margin-bottom: 0;
  width: 53px;
  height: 53px;
  display: block;
  margin: 0 auto;
  margin-bottom: -40px;
}
.ml10_slider_section-cont.celebs_slider
  .elementor-container
  .elementor-row
  .slick-slide
  .elementor-image-box-wrapper
  .elementor-image-box-content {
  background: #f6f6f6;
  padding: 48px 43px 35px;
  border-radius: 2px;
  box-shadow: 5px 2px 14px 4px #00000017;
}
.ml10_slider_section-cont.celebs_slider
  .elementor-container
  .elementor-row
  .slick-slide
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-title {
  /* margin-bottom: 0; */
  color: #ce172f;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}
.ml10_slider_section-cont.celebs_slider
  .elementor-container
  .elementor-row
  .slick-slide
  .elementor-image-box-wrapper
  .elementor-image-box-content
  .elementor-image-box-description {
  font-size: 12px;

  color: #636363;
  font-weight: 300;
}
.ml10_slider_section-cont .slick-slider .slick-list .slick-track {
  display: flex;
  align-items: baseline;
}
@media (min-width: 767px) {
  /* @media (min-width: 999px) { */
  .ml10_slider_section-cont .slick-slider .slick-dots li button:before {
    font-size: 9px;
  }
  .ml10_slider_section-cont.celebs_slider
    .elementor-container
    .elementor-row
    .slick-slide
    .elementor-image-box-wrapper
    .elementor-image-box-img {
    width: 154px;
    height: 154px;

    margin-bottom: -115px;
  }
  .ml10_slider_section-cont.celebs_slider
    .elementor-container
    .elementor-row
    .slick-slide
    .elementor-image-box-wrapper
    .elementor-image-box-content
    .elementor-image-box-title {
    font-size: 31px;
    letter-spacing: -0.9px;
    margin-bottom: 40px;
  }
  .ml10_slider_section-cont.celebs_slider
    .elementor-container
    .elementor-row
    .slick-slide
    .elementor-image-box-wrapper
    .elementor-image-box-content
    .elementor-image-box-description {
    font-size: 22px;
    color: #707070;
  }
  .ml10_slider_section-cont.celebs_slider
    .elementor-container
    .elementor-row
    .slick-slide
    .elementor-image-box-wrapper
    .elementor-image-box-content {
    width: 85%;
    margin: 0 auto;
    letter-spacing: -0.13px;
    padding: 125px 43px 75px;
    box-shadow: 0px 24px 41px #00000017;
  }

  .ml10_slider_section-cont.celebs_slider {
    width: 90%;
  }
  .ml10_slider_section-cont .slick-slider .slick-list .slick-track {
    padding-bottom: 30px;
  }

  .ml10_slider_section-cont .slick-slider .slick-dots {
    position: inherit;
  }

  .ml10_slider_section.celebs {
    background: url("./assets/ml10/celebs_bg.png") no-repeat;
    background-size: auto;
  }
}
/* @media (min-width: 767px) {
  .ml10_slider_section-cont.celebs_slider
    .elementor-container
    .elementor-row
    .slick-slide
    .elementor-image-box-wrapper
    .elementor-image-box-content
    .elementor-image-box-title {
    font-size: 31px;
  }
  .ml10_slider_section-cont.celebs_slider
    .elementor-container
    .elementor-row
    .slick-slide
    .elementor-image-box-wrapper
    .elementor-image-box-content
    .elementor-image-box-description {
    font-size: 22px;
  }
} */

/* 
@media (min-width: 767px) {
  .ml10_slider_section-cont .slick-slider .slick-list {
    width: 90%;
  }
} */
/* .slider-main-section  >>>> ml10_slider_section   >>>לא קראתי עיצוב במקור */
/* .ml10_slider  */
/* celebs_slider */

/* header v2 */
.ml10-header .inner-header .elementor-row {
  flex-wrap: nowrap;
  /* justify-content: space-between; */
  align-items: center;
}
.ml10-header .inner-header .elementor-column {
  width: auto;
}

.ml10-header .inner-header .elementor-row .elementor-column.logo_continuer {
  margin-left: 0;
  flex-grow: 1;
}

.ml10-header
  .inner-header
  .elementor-row
  .elementor-column.main-menu_continuer {
  margin-left: 15px;
  flex-grow: 2;
}
.ml10-header
  .inner-header
  .elementor-row
  .elementor-column.main-menu_continuer
  ul
  li
  a {
  color: #749f3f;
}
.ml10-header
  .inner-header
  .elementor-row
  .elementor-column.main-menu_continuer
  ul
  li.join_challenge_22 {
  background: #749f3f;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  margin-right: 15px;
}
.ml10-header
  .inner-header
  .elementor-row
  .elementor-column.main-menu_continuer
  ul
  li.join_challenge_22
  a {
  color: #fff;
}
.ml10-header .inner-header .elementor-row .elementor-column.share_continuer {
  position: relative;
}
.ml10-header
  .inner-header
  .elementor-row
  .elementor-column.share_continuer
  > .elementor-column-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
/* .ml10-header
  .inner-header
  .elementor-row
  .elementor-column.share_continuer
  .elementor-button {
  padding-top: 5px;
  padding-bottom: 5px;
} */

.ml10-header .share-cont_he.mobile {
  position: absolute;
  background: #f6f6f6;
  box-shadow: 0px 24px 41px #00000021;
  top: 100%;
  padding: 25px;
  z-index: 100;
  left: -10px;
  width: 100vw;
}

.ml10-header
  .inner-header
  .elementor-row
  .elementor-column.share_continuer
  .share-cont_he {
  position: absolute;
  background: #f6f6f6;
  box-shadow: 0px 24px 41px #00000021;
  top: 100%;
  padding: 25px;
  z-index: 100;
  left: 5px;
  /* opacity: 1; */
  width: 100%;

}

.ml10-header
  .inner-header
  .elementor-row
  .elementor-column.h-m10-logo_continuer {
  margin-left: 0;
}

@media (min-width: 767px) {
  .ml10-header
    .inner-header
    .elementor-row
    .elementor-column.share_continuer
    .share-cont_he {
    top: 100%;
    left: 10px;
    width: 275px;
  }
}

.ml10-header .inner-header .elementor-row .elementor-column.share_continuer .share-cont_he {
  border-radius: 80px;
  padding: 12px 20px;
  background: white;
  /*transition: all 250ms ease-in-out;*/
  display: none;
}

@media (min-width: 1000px) {
    .ml10-header .inner-header .elementor-row .elementor-column.logo_continuer {
      flex-grow: 0;
    }
  }

  /*.share-cont_he.desktop,*/
  /*.share-cont_he.mobile {*/
  /*  display: none;*/
  /*  visibility: hidden;*/
  /*}*/

  /*.share-cont_he.desktop.show,*/
  /*.share-cont_he.mobile.show {*/
  /*  display: block;*/
  /*  visibility: visible;*/
  /*}*/
/* 
counter */

.ml10-sec4,
.ml10-sec4 .elementor-inner-section > .elementor-container {
  position: relative;
  min-height: 100vh;
}
.ml10-sec4 .incremental-counter {
  display: flex;
  justify-content: center;
  margin: 0 -4px 0;
  direction: ltr;
}
.ml10-sec4 .incremental-counter .num {
  background: #ffffff none repeat scroll 0 0;
  color: #79ac4d;
  display: inline-block;
  width: 117px;
  height: 209px;
  font-weight: 100;
  line-height: 235px;
  margin: 0 4px;
  position: relative;
  text-align: center;
  top: -1px;

  font-size: 137px;
  font-family: "Heebo", Sans-serif;
}
.ml10-sec4 .incremental-counter .num:nth-child(1) {
  /*display: none;*/
}
.ml10-sec4 .incremental-counter .num:nth-child(3) {
  margin-right: 15px;
}
.ml10-sec4 .incremental-counter .num:nth-child(3):after {
  display: inline-block;
  content: ",";
  position: absolute;
  left: 98%;
  bottom: -30%;
}

.ml10-sec4 .counter-section__subtitle .elementor-heading-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
}

.ml10-sec4 .counter-section__subtitle .counter-title {
  padding: 0 35px 0;
  margin: 0;
  font-size: 30px;
}

.ml10-sec4 .counter-section__subtitle .title-line {
  display: flex;
  content: "";
  flex-grow: 2;
  height: 1px;
  background-color: #79ac4d;
}
.ml10-sec4
  .elementor-column-wrap
  .elementor-widget-wrap
  > .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.ml10-sec4 .d-inline {
  display: inline-block;
  width: auto;
}

.ml10-sec4 .counter-col > .elementor-column-wrap > .elementor-widget-wrap {
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  padding-top: 190px;
  padding-bottom: 218px;
}
.ml10-sec4
  .elementor-column-wrap
  .elementor-widget-wrap
  > .elementor-widget.counter-section__title:not(:last-child) {
  margin-bottom: 20px;
}
.ml10-sec4
  .elementor-column-wrap
  .elementor-widget-wrap
  > .elementor-widget.counter-section__title
  .elementor-heading-title {
  font-weight: 400;
}
.ml10-sec4 .counter-section__subtitle2 .elementor-heading-title {
  letter-spacing: -1.9px;
  color: #749f3f;
  font-size: 63px;
  font-weight: bold;
  padding-left: 15px;
}

.ml10-sec4 .counter-section__subtitle3 .elementor-heading-title {
  letter-spacing: -1.9px;
  color: #749f3f;
  font-size: 42px;
  margin-top: 10px;
}
.ml10-sec4 .counter-section__btn {
  text-align: center;
}
.ml10-sec4 .counter-section__btn a {
  font-size: 20px;
  padding: 20px 45px;
  background: #749f3f;
  margin-top: 45px;
}
.ml10-sec4 .ethar22-img img {
  width: 161px;
  height: auto;
}

.ml10-sec4 .counter-col {
  width: 60%;
}

.ml10-sec4 .counter-col2 {
  width: 40%;
}
.ml10-sec4 .counter-col2:before {
  content: "";
  display: block;
  position: absolute;
  top: -0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("./assets/ml10/etage_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1900px) {
  .ml10-sec4 .incremental-counter .num {
    width: 100px;
  }
  .ml10-sec4 .counter-section__subtitle3 .elementor-heading-title {
    font-size: 32px;
    margin-top: 20px;
  }

  .ml10-sec4 .counter-col > .elementor-column-wrap > .elementor-widget-wrap {
    padding-top: 150px;
    padding-bottom: 180px;
  }
}

@media (max-width: 1320px) {
  .ml10-sec4 .incremental-counter .num {
    width: 90px;
    font-size: 90px;
    height: 135px;
    line-height: 150px;
  }
  .ml10-sec4
    .elementor-column-wrap
    .elementor-widget-wrap
    > .elementor-widget.counter-section__title:not(:last-child) {
    margin-bottom: 15px;
  }
  .ml10-sec4 .counter-section__subtitle2 .elementor-heading-title {
    letter-spacing: -1.3px;
    padding-left: 10px;
    font-size: 26px;
  }
  .ml10-sec4 .ethar22-img img {
    width: 122px;
  }
  .ml10-sec4 .counter-section__subtitle3 .elementor-heading-title {
    font-size: 22px;
    letter-spacing: -1px;
    margin-top: 10px;
  }
  .ml10-sec4 .counter-section__btn a {
    font-size: 16px;
    padding: 15px 45px;
    margin-top: 30px;
  }
  .ml10-sec4 .counter-col > .elementor-column-wrap > .elementor-widget-wrap {
    padding-top: 110px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1000px) {
  .ml10-sec4 .incremental-counter .num {
    width: 90px;
    font-size: 90px;
    height: 135px;
    line-height: 150px;
  }
  .ml10-sec4
    .elementor-column-wrap
    .elementor-widget-wrap
    > .elementor-widget.counter-section__title:not(:last-child) {
    margin-bottom: 15px;
  }
  .ml10-sec4 .counter-section__subtitle2 .elementor-heading-title {
    letter-spacing: -1.3px;
    padding-left: 5px;
    font-size: 26px;
  }
  .ml10-sec4 .ethar22-img img {
    width: 122px;
  }
  .ml10-sec4 .counter-section__subtitle3 .elementor-heading-title {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .ml10-sec4 .counter-section__btn a {
    font-size: 16px;
    padding: 15px 45px;
    margin-top: 30px;
  }
  .ml10-sec4 .counter-col > .elementor-column-wrap > .elementor-widget-wrap {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}

@media (max-width: 768px) {
  .ml10-sec4 .incremental-counter {
    margin: 0 -4px;
  }

  .ml10-sec4 .incremental-counter .num {
    width: 42px;
    height: 72px;
    line-height: 72px;
    font-size: 48px;
    margin: 0 4px;
  }
  .ml10-sec4,
  .ml10-sec4 .elementor-inner-section > .elementor-container {
    min-height: auto;
  }
  .ml10-sec4 .counter-section__subtitle .counter-title {
    font-size: 12px;
    padding: 0 20px 0;
  }
  .ml10-sec4 .counter-col2 {
    order: 0;
    height: 302px;
  }
  .ml10-sec4 .counter-col {
    order: 1;
  }
  .ml10-sec4 .counter-col,
  .ml10-sec4 .counter-col2 {
    width: 100%;
  }
  .ml10-sec4
    .elementor-column-wrap
    .elementor-widget-wrap
    > .elementor-widget.counter-section__title:not(:last-child) {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .ml10-sec4 .incremental-counter .num:nth-child(3) {
    margin-right: 5px;
  }
  .ml10-sec4 .incremental-counter .num:nth-child(3):after {
    left: 100%;
    bottom: -17%;
  }
  .ml10-sec4 .counter-col > .elementor-column-wrap > .elementor-widget-wrap {
    padding: 0 15px;
  }
  .ml10-sec4 .counter-section__subtitle2 .elementor-heading-title {
    letter-spacing: -1.3px;

    font-size: 26px;
  }

  .ml10-sec4 .ethar22-img img {
    width: 102px;
  }

  .ml10-sec4 .counter-section__subtitle .elementor-heading-title {
    margin: 5px 0px;
  }
  .ml10-sec4 .counter-section__subtitle3 .elementor-heading-title {
    /* font-size: 16px;
    letter-spacing: -1px; */
    color: #636363;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .ml10-sec4 .counter-section__btn a {
    margin-bottom: 15px;
  }
  .ml10-header
  .inner-header
  .elementor-row
  .elementor-column.share_continuer
  .share-cont_he {
    width: 70vw;
  }
}
/* ml10-sec5 */

.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}
.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column.text {
  text-align: center;
}

.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column.mobile-text {
  background: linear-gradient(
    180deg,
    rgba(201, 201, 201, 1) 0%,
    rgba(246, 246, 246, 1) 100%
  );
}

.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  .title
  .elementor-heading-title {
  color: #ce172f;
  font-weight: bold;
  font-size: 43px;
  letter-spacing: -1.9px;
  padding-top: 30px;
}
.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  .sub_title
  .elementor-heading-title {
  font-size: 14px;
}

.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  .sub_title
  .elementor-heading-title
  span {
  color: #3e3e3e;
  font-weight: bold;
}

.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  .title
  .elementor-heading-title
  span {
  display: block;
  font-weight: 300;
  font-size: 32px;
}
.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  .run_text
  .elementor-heading-title {
  color: #636363;
  font-size: 14px;
  padding: 25px 45px 15px;
  margin: 0 auto;
  line-height: normal;
}
.ml10-sec5 .elementor-column-gap-default > .elementor-row .join a {
  font-size: 16px;
  padding: 15px 45px;
  background: #ce172f;
  margin-top: 5px;
}
.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column.video
  .elementor-column-wrap {
  align-items: center;
}

/* video
.mobile-text */

@media (min-width: 768px) {
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.mobile-text {
    display: none;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.text {
    display: block;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.video {
    width: 60%;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.text {
    width: 40%;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title {
    font-size: 43px;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title
    span {
    font-size: 28px;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .sub_title
    .elementor-heading-title {
    font-size: 20px;
    font-weight: bold;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .sub_title
    .elementor-heading-title
    span {
    font-weight: normal;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .run_text
    .elementor-heading-title {
    color: #707070;
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .sub_title
    .elementor-heading-title,
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .run_text
    .elementor-heading-title,
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title {
    text-align: right;
    padding-right: 45px;
    padding-left: 45px;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title
    span {
    padding-right: 20px;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .sub_title
    .elementor-heading-title {
    padding-right: 65px;
  }
}

@media (min-width: 1001px) {
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.video {
    width: 55%;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.text {
    width: 38%;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title {
    font-size: 43px;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title
    span {
    font-size: 28px;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .sub_title
    .elementor-heading-title {
    font-size: 20px;
    letter-spacing: -1.3px;
    padding-top: 25px;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .run_text
    .elementor-heading-title {
    font-size: 20px;
    padding-top: 0;
  }
}
.ml10-sec5
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column.video
  .elementor-column-wrap {
  /*background: black;*/
}
@media (min-width: 1300px) {
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.video,
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.text {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title {
    font-size: 60px;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title
    span {
    font-size: 44px;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .run_text
    .elementor-heading-title {
    font-size: 28px;
    padding-top: 20px;
  }

  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .sub_title
    .elementor-heading-title {
    font-size: 32px;
    letter-spacing: -1.9px;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .sub_title
    .elementor-heading-title,
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .run_text
    .elementor-heading-title,
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .sub_title
    .elementor-heading-title {
    padding-right: 7vw;
  }
  .ml10-sec5 .title .elementor-heading-title span {
    padding-right: 2vw;
  }
  .ml10-sec5 .elementor-column-gap-default > .elementor-row .join a {
    margin-top: 45px;
    padding: 18px 80px;
  }
  .ml10-sec5 .elementor-column-gap-default > .elementor-row .join a {
    font-size: 20px;
  }
}

.ml10_slider_section-cont.products_slider {
  width: 90%;
  margin: 0 auto;
}
.ml10-sec6 .title .elementor-heading-title {
  color: #79ac4d;
  font-weight: 100;
  font-size: 30px;
  padding-top: 30px;
  letter-spacing: -1.9px;
  overflow: hidden;
}
.ml10-sec6 .title .elementor-heading-title .title-line {
  display: flex;
  content: "";
  flex-grow: 2;
  height: 1px;
  background-color: #79ac4d;
  width: 90%;
  min-width: auto;

  margin: 0 auto;
  margin-top: 15px;
}
.ml10-sec6 .sub_title .elementor-heading-title,
.ml10-sec7 .sub_title .elementor-heading-title {
  color: #79ac4d;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -2.2px;
}
.ml10-sec6 .sub_title_2 .elementor-heading-title,
.ml10-sec7 .sub_title_2 .elementor-heading-title {
  color: #636363;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}
.ml10-sec7 .sub_title {
}

.ml10-sec7 .logo_img .img {
  padding-bottom: 25px;
}
.ml10-sec7 .logo_img .logo {
  position: absolute;
  right: 50%;
  width: auto;
  transform: translate(50%);
  bottom: 5px;
}
.ml10-sec7 .logo_img .logo img {
  width: 65px;
}
.ml10-sec6 .slick-slide img,
.ml10-sec7 .slick-slide img {
  margin: 0 auto;
}

.ml10-sec7 .slick-dotted.slick-slider {
  margin-bottom: 15px;
}
.download_the_app {
  text-align: center;
}
.download_the_app a {
  font-size: 16px;
  padding: 15px 65px;
  background: #749f3f;
  margin-top: 0px;
  margin-bottom: 5px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
}
.ml10-sec7 .sub_title .elementor-heading-title {
  padding-top: 30px;
}
.video-block
  .elementor-inner-section
  .elementor-column
  .elementor-element.run_text {
  text-align: right;
  padding-top: 15px;
}

@media (min-width: 767px) {
  .ml10_slider_section-cont.products_slider {
    width: 90%;
  }
  .ml10-sec6,
  .ml10-sec7 {
    background-color: #f6f6f6 !important;
  }
  .ml10-sec7
    .elementor-container
    > .elementor-row
    > .elementor-column
    .elementor-widget-wrap {
    background: #f9f9f9;
    width: 97%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ml10-sec7
    .elementor-container
    > .elementor-row
    > .elementor-column
    > .elementor-column-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .ml10-sec6 .title .elementor-heading-title {
    font-size: 60px;
    font-weight: bold;
    padding-top: 45px;
  }
  .ml10-sec6 .title .elementor-heading-title .title-line {
    width: 50%;
    min-width: 900px;
  }
  .ml10-sec6 .sub_title .elementor-heading-title,
  .ml10-sec7 .sub_title .elementor-heading-title {
    font-weight: 300;
    font-size: 50px;
  }
  .ml10-sec7 .sub_title .elementor-heading-title {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .ml10-sec6 .slick-slide img,
  .ml10-sec7 .slick-slide img {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ml10-sec6 .ml10_slider_section-cont .slick-slider .slick-list .slick-track {
    padding-bottom: 45px;
  }
  .ml10-sec6 .sub_title_2 .elementor-heading-title,
  .ml10-sec7 .sub_title_2 .elementor-heading-title {
    font-size: 28px;
    width: auto;
    padding-top: 30px;
    font-weight: 300;
    padding-bottom: 30px;
  }

  .ml10-sec7 .logo_img .img {
    padding-bottom: 25px;
  }
  .ml10-sec7 .logo_img .logo {
    transform: translate(50%);
    bottom: 5px;
  }
  .ml10-sec7 .logo_img .logo img {
    width: 148px;
  }
  .ml10-sec7 .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .download_the_app a {
    font-size: 20px;
    padding: 20px 80px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .video-block
    .elementor-inner-section
    .elementor-column
    .elementor-element.run_text {
    width: 90%;
    padding-top: 0px;
  }
  .video-block .run_text p {
    line-height: 1.7;
    font-size: 17px !important;
  }

  /* .ml10_slider_section-cont.products_slider {
    width: 90%;
  } */
}
@media (min-width: 1250px) {
  .video-block .run_text p {
    font-size: 28px !important;
  }
}
@media (max-width: 1250px) {
  .elementor-9056 .elementor-element.elementor-element-5a6d37fb {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
  .elementor-9056
    .elementor-element.elementor-element-24e4f1eb
    > .elementor-element-populated {
    padding-left: 45px !important;
  }
  .elementor-9056
    .elementor-element.elementor-element-661060a9
    > .elementor-element-populated {
    padding-right: 45px !important;
  }
}
@media (max-width: 767px) {
  .elementor-9056 .elementor-element.elementor-element-5a6d37fb {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .elementor-9056
    .elementor-element.elementor-element-24e4f1eb
    > .elementor-element-populated {
    padding-left: 0 !important;
  }
  .elementor-9056
    .elementor-element.elementor-element-661060a9
    > .elementor-element-populated {
    padding-right: 0 !important;
  }
  .video-block .run_text p {
    line-height: normal;
  }
}

.no-b.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

@media (min-width: 1000px) {
  .ml10-sec8.web .col_1 {
    width: 15%;
    margin-right: 15px;
    margin-left: 3%;
  }
  .ml10-sec8.web .col_2 {
    width: 650px;
    margin-left: 3%;
  }

  .ml10-sec8.web .col_2 img {
    display: block;
  }
  .ml10-sec8.web .col_2 .img_full img {
    box-shadow: 0px 23px 49px #0000003b;
    margin-left: 3%;
  }
  .ml10-sec8.web .col_2 .img_logo {
    width: auto;
    position: absolute;
    left: -24px;
    bottom: -70px;
  }
  .ml10-sec8.web .col_3 {
    width: 52%;
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .ml10-sec8.web .col_2 {
    width: 560px;
  }
}

@media (min-width: 1700px) {
  .ml10-sec8.web .col_1 {
    width: 10%;
    margin-right: 15px;
  }
  .ml10-sec8.web .col_2 {
    width: auto;
  }
  .ml10-sec8.web .col_3 {
    width: 30%;
    padding-top: 30px;
  }
}

@media (min-width: 860px) and (max-width: 1022px) {
  .elementor-9056
    .elementor-element.elementor-element-4d8b02d1
    .elementor-heading-title,
  .elementor-9056
    .elementor-element.elementor-element-5e44c50c
    .elementor-heading-title {
    font-size: 53px;
  }
}

@media (max-width: 1200px) {
  .elementor-9056
    .elementor-element.elementor-element-7020c71
    .elementor-heading-title {
    font-size: 22px;
  }
}

.learn-about-us a {
  font-size: 16px;
  padding: 15px 65px;
  background: #62942400;
  border: 1px solid #749f3f;
  color: #749f3f !important;
  margin-top: 0px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-weight: 500;
}
@media (min-width: 767px) {
  .learn-about-us a {
    font-size: 20px;
    padding: 20px 80px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ml10-sec8.video-block {
    background-color: #f6f6f6 !important;
  }
}

/* openEtgarPopUp */
section.etgar22PopUp {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 101;

  background: rgb(121 121 121 / 60%);
  top: -105vh;
  transition: all 0.3s ease-in-out;
  overflow: auto;
}
section.etgar22PopUp.slide {
  top: 0;
  height: 100%;
}
section.etgar22PopUp > .elementor-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

.inner-etgar22PopUp {
  background: white;
  border-radius: 14px;
  max-height: 90vh;
  overflow: scroll;
  /* overflow: scroll; */
}
.inner-etgar22PopUp #challenge22-form .wForm div.challenge-next-button {
  font-size: 16px;
  padding: 15px 45px;
  background: #ce172f;
  margin-top: 35px;
}

@media (min-width: 767px) {
  .inner-etgar22PopUp #challenge22-form .wForm div.challenge-next-button {
    font-size: 20px;
  }
}

.inner-etgar22PopUp .inner_col {
}

.inner-etgar22PopUp .inner_col .title,
.inner-etgar22PopUp .inner_col .sub_title {
  max-width: 770px;
  margin: auto;
  padding: 0 15px;
}
.inner-etgar22PopUp .inner_col .title.elementor-widget:not(:last-child) {
  margin-bottom: 5px;
}
.close-popup.elementor-widget:not(:last-child),
.close-popup.elementor-widget {
  margin-bottom: 0;
  cursor: pointer;
  margin: 20px;
}

/* .ml10-sec11 */

.ml10-sec11 .elementor-inner-section {
  box-shadow: 2px -8px 41px #00000021;
  max-width: 1231px;
  margin: 0 auto;
  width: 90%;
}
.ml10-sec11 {
  background: url("./assets/ml10/footer.png") no-repeat;
  background-size: auto;
  background-position: center 215%;
}
.ml10-sec11
  .elementor-inner-section
  .elementor-column.more-projects__col-image {
  min-width: 344px;
}
.ml10-sec11
  .elementor-inner-section
  .elementor-column.more-projects__col-image
  .more-projects__logo {
  width: 138px;
  height: 138px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #00000000;
  display: flex;
  align-items: center;
  -webkit-box-shadow: -1px 0px 23px 0px rgb(0 0 0 / 57%);
  -moz-box-shadow: -1px 0px 23px 0px rgba(0, 0, 0, 0.57);
  box-shadow: -1px 0px 23px 0px rgb(0 0 0 / 57%);
  left: -20%;
  top: 25%;
  right: auto;
}

@media (max-width: 999px) {
  .ml10-sec11 {
    background: url("./assets/ml10/contact_mobile.jpg") no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .ml10-sec11 .more-projects__logo-center img {
    display: block;
    width: auto !important ;
    margin: 0 auto;
    margin-top: -60px;
  }
  .ml10-footer .col_3 a.privacy_policy,
  .ml10-footer .col_3 a.terms_of_service {
    display: block;
  }
}

@media (min-width: 1000px) {
  .ml10-footer .col_1 {
    min-width: 542px;
  }
  .ml10-footer .col_1 > .elementor-column-wrap > .elementor-widget-wrap > div {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }
}
.ml10-footer .col_1 > .elementor-column-wrap > .elementor-widget-wrap > div {
  cursor: pointer;
}

@media (min-width: 767px) {
  .ml10-footer .col_2 {
    width: auto !important;
    margin: 0 auto !important;
  }
}
.ml10-footer .col_2 .share-cont .elementor-share-btn {
  width: 29px;
  height: 29px;
}
.ml10-footer .col_2 .share-cont .elementor-grid-item {
  margin: 0 15px;
}
.ml10-footer .col_3 a.privacy_policy,
.ml10-footer .col_3 a.terms_of_service {
  color: #8f8f8f;
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 5px;
}

@media (min-width: 1000px) and (max-width: 1170px) {
  .ml10-header
    .inner-header
    .elementor-row
    .elementor-column.main-menu_continuer
    ul
    li
    a {
    font-size: 16px;
  }
}

/* lecture_sources */

/* source_name */

/* lecture_sources_popup */
.lecture_sources_popup {
  max-height: 90vh;
  max-width: 90vw;
}
.lecture_sources_popup .source_name.elementor-widget {
  margin-bottom: 5px;
}
.lecture_sources_popup .source_link.elementor-widget {
  overflow-wrap: break-word;
  padding-bottom: 25px;
}
.lecture_sources_popup .source_link.elementor-widget {
  font-size: 17px;
}
body.ml10 .elementor-popup-modal .dialog-close-button {
  right: 20px;
  left: auto;
  color: #acacac;
}
body.ml10 .elementor-popup-modal .dialog-close-button i {
  font-size: 33px;
}

@media (min-width: 767px) {
  .lecture_sources_popup .elementor-inner-section {
    width: 90%;
    margin: 0 auto;
  }
}

body.ml10 #elementor-popup-modal-9848 .dialog-message {
  width: 881px;
}

@media (max-width: 1000px) {
  body.ml10 #elementor-popup-modal-9848 .dialog-message {
    width: 90%;
    max-width: 95vw;
    margin: 0 auto;
    max-height: 95vh;
  }
}

@media (max-width: 767px) {
  .ml10-footer .col_3 a.privacy_policy,
  .ml10-footer .col_3 a.terms_of_service {
    font-size: 14px;
  }

  .download_the_app a {
    margin-bottom: 25px;
  }
}

/* .ml10-sec6 .elementor-skin-carousel {
  width: 90%;
  margin: 0 auto;
}
.ml10-sec6 .elementor-skin-carousel .swiper-slide {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .ml10-sec6 .elementor-skin-carousel {
    width: 100%;
    margin: 0 auto;
  }
} */
/* .ml10-sec6 .elementor-skin-carousel .elementor-carousel-image {
  -webkit-background-size: contain;
  background-size: contain;

  background-position: bottom center;
} */

.ml10-sec6
  .elementor-image-carousel-wrapper
  .elementor-swiper-button.elementor-swiper-button-prev
  i:before {
  content: url("./assets/ml10/l-arr.svg");
  display: inline-block;
  opacity: 1;
}

.ml10-sec6
  .elementor-image-carousel-wrapper
  .elementor-swiper-button.elementor-swiper-button-next
  i:before {
  content: url("./assets/ml10/r-arr.svg");

  display: inline-block;
  opacity: 1;
}
.ml10-sec6 .elementor-image-carousel-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.ml10-sec6 .elementor-image-carousel-wrapper .elementor-image-carousel {
  width: 100%;
  order: 1;
  margin: 0px auto;
}

.ml10-sec6 .elementor-image-carousel-wrapper .swiper-pagination {
  order: 3;
  position: static;
  bottom: -30px;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.ml10-sec6
  .elementor-image-carousel-wrapper
  .elementor-swiper-button.elementor-swiper-button-prev {
  position: static;
  width: auto;
  height: auto;
  transform: translateY(30%);
  order: 2;
  display: none;
}

.ml10-sec6
  .elementor-image-carousel-wrapper
  .elementor-swiper-button.elementor-swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  transform: translateY(30%);
  order: 4;
  display: none;
}
.ml10-sec6
  .elementor-image-carousel-wrapper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #e30d0d;
}

@media (min-width: 767px) {
  .ml10-sec6 .elementor-image-carousel-wrapper .swiper-pagination {
    position: relative;
  }

  .ml10-sec6
    .elementor-image-carousel-wrapper
    .elementor-swiper-button.elementor-swiper-button-prev,
  .ml10-sec6
    .elementor-image-carousel-wrapper
    .elementor-swiper-button.elementor-swiper-button-next {
    display: block;
  }
  .ml10-sec6 .elementor-image-carousel-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .ml10-sec6 .elementor-image-carousel-wrapper .elementor-image-carousel {
    padding-bottom: 45px;
  }
  .ml10-sec6
    .elementor-image-carousel-wrapper
    .elementor-image-carousel
    .swiper-slide-image {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1001px) {
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .ml10-header
    .inner-header
    .elementor-row
    .elementor-column.main-menu_continuer
    ul
    li:not(.join_challenge_22)
    a {
    padding-right: 15px;
    padding-left: 45px;
  }
  .ml10-sec5
    .elementor-column-gap-default
    > .elementor-row
    .title
    .elementor-heading-title
    span {
    margin-top: 5px;
  }
}

.ml10-footer .col_2.share_col .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.ml10-footer .col_2.share_col .elementor-widget-wrap > div {
  margin: 0 5px;
}
@media (min-width: 767px) {
  .ml10-footer .col_2.share_col .elementor-widget-wrap > div {
    margin: 0 15px;
  }
}

.leave_banner * {
  font-family: "Almoni", Alef, sans-serif;
}
.leave_banner {
  max-height: 90vh;
  max-width: 90vw;
  margin: 0 auto;
}
.leave_banner .help-us p {
  margin-bottom: 0px;
}
.leave_banner .help-us img {
  height: 25px;
  position: absolute;
  border: 46%;
  bottom: 2px;
  left: 5pxz;
  margin-right: 6px;
}
.leave_banner .s-img.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

@media (max-height: 767px) {
  .elementor-10720
    .leave_banner
    .elementor-element.elementor-element-45e8055
    .elementor-heading-title {
    font-size: 55px;
  }
  .leave_banner .s-img img {
    height: 290px;
  }
  .elementor-10720 .leave_banner .elementor-element.elementor-element-99402bd {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .elementor-10720
    .leave_banner
    .elementor-element.elementor-element-45e8055
    .elementor-heading-title {
    font-size: 29px;
  }
  .leave_banner .help-us img {
    height: 15px;
  }
}

@media (min-width: 767px) {
  .ch22para-form-10ml
    .elementor-field-group-monthly_meat
    > label.elementor-field-label {
    display: block;
    flex-basis: 100%;
  }

  .ch22para-form-10ml .elementor-field-group-monthly_meat .elementor-field,
  .ch22para-form-10ml .elementor-field-group-s_way .elementor-field {
    width: auto;
    max-width: none !important;
    flex-basis: unset !important;
    display: block !important;
  }

  .ch22para-form-10ml form .elementor-form-fields-wrapper {
    display: flex !important;
  }

  .ch22para-form-10ml form .elementor-field-group-first_name,
  .ch22para-form-10ml form .elementor-field-group-last_name,
  .ch22para-form-10ml form .elementor-field-group-phone,
  .ch22para-form-10ml form .elementor-field-group-email,
  .ch22para-form-10ml form .elementor-field-group-field_how_heard,
  .ch22para-form-10ml form .elementor-field-group-field_b77175b {
    flex-basis: 50%;
    padding-left: 25px !important;
  }

  .ch22para-form-10ml form .elementor-field-group-first_name,
  .ch22para-form-10ml form .elementor-field-group-last_name {
    flex-basis: 25%;
    order: 1;
  }

  .ch22para-form-10ml form .elementor-field-group-medical_problem {
    order: 2;
  }

  .ch22para-form-10ml form .elementor-field-group-phone {
    order: 3;
  }

  .ch22para-form-10ml form .elementor-field-group-monthly_meat {
    order: 4;
  }

  .ch22para-form-10ml form .elementor-field-group-email {
    order: 5;
  }

  .ch22para-form-10ml form .elementor-field-group-s_way {
    order: 6;
  }

  .ch22para-form-10ml form .elementor-field-group-field_how_heard {
    order: 7;
  }

  .ch22para-form-10ml form .elementor-field-group-isTeen {
    order: 8;
  }

  .ch22para-form-10ml form .elementor-field-group-field_b77175b {
    order: 9;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .ch22para-form-10ml form .elementor-field-group-phone_parents {
    order: 10;
  }

  .ch22para-form-10ml form .e-form__buttons {
    order: 11;
  }

  .ch22para-form-10ml form .elementor-field-group-last_name {
    margin-right: auto;
  }

  .ch22para-form-10ml form .elementor-field-group-isTeen,
  .ch22para-form-10ml form .elementor-field-group-medical_problem,
  .ch22para-form-10ml form .elementor-field-group-monthly_meat,
  .ch22para-form-10ml form .elementor-field-group-s_way,
  .ch22para-form-10ml form .elementor-field-group-phone_parents {
    flex-basis: 50%;

    border-right: 1px solid #749f3f;
    padding-right: 50px !important;
    margin-bottom: 0 !important;
    padding: 7px 0;
  }
  .ch22para-form-10ml form .elementor-field-group-medical_problem {
    transform: translateY(20px);
  }
  .ch22para-form-10ml form .elementor-field-group-isTeen {
    /* margin-bottom: -60px !important; */
    transform: translateY(-20px);
  }
  .ch22para-form-10ml form .elementor-field-group-phone_parents {
    transform: translateY(-50px);
  }
  /*
  .ch22para-form-10ml form .elementor-field-group-monthly_meat {
    transform: translateY(-15px);
  }
  .ch22para-form-10ml form .elementor-field-group-s_way {
    transform: translateY(-25px);
  } */
}
.ch22para-form-10ml form .elementor-field-group-phone_parents {
  display: none;
}
.ch22para-form-10ml form .e-form__buttons {
  margin-top: 15px;
}
.ch22para-form-10ml form .e-form__buttons button {
  background: #79ac4d !important;
  color: #fff !important;
  font-size: 20px;
}
.ch22para-form-10ml
  form
  .elementor-field-group-field_b77175b
  .use-terms-text-link-confirm {
  display: inherit;
}
.ch22para-form-10ml {
  max-width: 770px;
  margin: auto;
  padding: 25px 15px;
}
.ch22para-form-10ml .elementor-field-group-isTeen > label.elementor-field-label,
.ch22para-form-10ml
  .elementor-field-group-medical_problem
  > label.elementor-field-label {
  display: none;
}

.ch22para-form-10ml .elementor-field-label {
  font-size: 20px;
  color: #9f9f9f;
}
.ch22para-form-10ml .elementor-field {
  background: #eeeeee !important;
  border: 0px !important;
}

.ch22para-form-10ml
  form
  .elementor-field-group-monthly_meat
  > label.elementor-field-label,
.ch22para-form-10ml
  form
  .elementor-field-group-isTeen
  .elementor-field-subgroup
  label,
.ch22para-form-10ml
  form
  .elementor-field-group-medical_problem
  .elementor-field-subgroup
  label {
  color: #3e3e3e;
  font-size: 20px;
}

.ch22para-form-10ml
  form
  .elementor-field-group-monthly_meat
  #form-field-monthly_meat,
.ch22para-form-10ml form .elementor-field-group-s_way #form-field-s_way {
  background: #eeeeee !important;
  border: 0;
  border-radius: 4px;
  color: #717171;
}

@media (max-width: 767px) {
  .ch22para-form-10ml form .elementor-field-group-first_name {
    order: 1;
  }
  .ch22para-form-10ml form .elementor-field-group-last_name {
    order: 2;
  }
  .ch22para-form-10ml form .elementor-field-group-phone {
    order: 3;
  }
  .ch22para-form-10ml form .elementor-field-group-email {
    order: 4;
  }
  .ch22para-form-10ml form .elementor-field-group-field_how_heard {
    order: 5;
  }

  .ch22para-form-10ml form .elementor-field-group-monthly_meat {
    order: 6;
  }
  .ch22para-form-10ml form .elementor-field-group-s_way {
    order: 7;
  }
  .ch22para-form-10ml form .elementor-field-group-isTeen {
    order: 8;
  }
  .ch22para-form-10ml form .elementor-field-group-phone_parents {
    order: 9;
  }
  .ch22para-form-10ml form .elementor-field-group-medical_problem {
    order: 10;
  }

  .ch22para-form-10ml form .elementor-field-group-field_b77175b {
    order: 11;
  }

  .ch22para-form-10ml form .e-form__buttons {
    order: 12;
  }
  .ch22para-form-10ml
    form
    .elementor-field-group-monthly_meat
    > label.elementor-field-label,
  .ch22para-form-10ml
    form
    .elementor-field-group-isTeen
    .elementor-field-subgroup
    label,
  .ch22para-form-10ml
    form
    .elementor-field-group-medical_problem
    .elementor-field-subgroup
    label {
    color: #9f9f9f;
  }
}

.tnk_for_join {
  margin-bottom: 100px;
  display: none;
}



.elementor-testimonial__content {
  display: flex;
  flex-direction: column-reverse;
}

body .elementor-widget-testimonial-carousel .elementor-testimonial__text {
  font-style: unset;
}

body .elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,
body .elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,
body .elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite {
  margin: 0 0 10px 0;
  font-style: unset;
  font-size: 1.6em;
}



form .elementor-field-group-utm ,
form .elementor-field-group-utms ,
form .elementor-field-group-utm_source ,
form .elementor-field-group-utm_medium ,
form .elementor-field-group-utm_campaign ,
form .elementor-field-group-utm_term {
  display: none;
}

/* 
.ml10-sec3 section .elementor-widget-wrap{
 transition: all .2s ease-in-out; 
}.ml10-sec3 section .elementor-widget-wrap.goToShare{
 
    animation: leaves 1s ease-in-out infinite alternate;
}


@keyframes leaves {
  0%, 100% {
    transform: translate(0, 0);
  }
  
  50% {
    transform: translate(5%, 0);
  }
  
  80% {
    transform: translate(-5%, 0);
  }
} */

/*@media (max-width: 767px) {*/
/*  .round-lp .entry-content.form-sent:after {*/
/*    content: "אנא המתינו...";*/
/*    position: absolute;*/
/*    height: 100vh;*/
/*    width: 100vw;*/
/*    display: block;*/
/*    top: 0;*/
/*    left: 0;*/
/*    !*opacity: 0.7;*!*/
/*    text-align: center;*/
/*    font-size: 60px;*/
/*    z-index: 9999;*/
/*    color: white;*/
/*  }*/

/*  .round-lp .entry-content.form-sent:after {*/
/*    content: '';*/
/*    background: black;*/
/*    position: absolute;*/
/*    height: 100vh;*/
/*    width: 100vw;*/
/*    display: block;*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 0.7;*/
/*    z-index: 99;*/
/*  }*/
/*}*/