@font-face{
  font-family: 'OpenSansHebrew';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:local('OpenSansHebrew'), url('fonts/OpenSansHebrew-Bold.ttf') format('truetype');
}
@font-face{
  font-family: 'OpenSansHebrew';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src:local('OpenSansHebrew'), url('fonts/OpenSansHebrew-ExtraBold.ttf') format('truetype');
}
@font-face{
  font-family: 'OpenSansHebrew';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src:local('OpenSansHebrew'), url('fonts/OpenSansHebrew-Regular.ttf') format('truetype');
}

 body{
    font-family: 'OpenSansHebrew',  sans-serif;
    font-weight: normal;
      margin: auto;
      
  }
  p{
    margin: auto;
  }
  header{
    /* top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 10; */
    background-color: #ffffff;
  }
  .insideheader{
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header img{
    display: block;
    margin: unset;
    width: 137px;
    margin-left: 40px;
    height: 88px;
    /* padding-top: 1.8vh;
    padding-bottom: 1.9vh; */
  }
  .c2cblock{
    color: #59A5D6;
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    margin-left: 70px;
  }
  .c2cblock a{
    color: #59A5D6;
    font-size: 25px;
    text-decoration: none;
  }
  .c2cblock p{
    font-weight: bold;
  }
  .mainimg{
    /* padding-top: 10vh; */
    width: 100%;
  }
  main{
    position: relative;
  }
  main .metaplim{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #59A5D6;
    font-weight: 700;
    line-height: 0.96;
    font-size: 3.8625vw;
    text-align: center;
  }
  .whatincludeflex{
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-evenly;
    -ms-flex-line-pack: center;
    align-content: center;
    /* width: 51vw; */
    max-width: 1140px;
    margin: auto;
  }
    .include, .whytitle{
      color: #59A5D6;
        font-weight: 900;
    /* font-size: 2.29vw; */
    font-size: 50px;
    padding-top: 3vh;
    display: block;
    text-align: center;
    }
    .includediv{
      /* padding-top: 4vh; */
      width: 25%;
      padding-top: 20px;
    }
    .includetxt{
      color: #161616;
      /* font-size: 1.3vw; */
      font-size: 25px;
      text-align: center;
      line-height: 1.17;
      /* padding-top: 1vh; */
      padding-top: 20px;
    }
    .includediv img{
      display: block;
      margin: auto;
      /* width: 5.7vw; */
    }
    .vidsec{
      background-color: #59A5D6;
      margin-top: 50px;
    }
    .withyour{
      color: #FFFFFF;
      font-size: 50px;
      font-weight: bold;
      text-align: center;
      line-height: 1.5;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .vidblock{
      max-width: 1140px;
      margin: auto;
    }
    .elementor-video {
      max-width: 100%;
      width: 100%;
      margin: 0;
      height: 640px;
      line-height: 1;
      border: none;
      margin-bottom: 50px;
  }
  
  #form_holder{
    text-align: center;
    /* margin-bottom: 2.3479188900747063vh; */
  }
  .theform {
    background-color: #59A5D6;
    bottom: 0.5vh;
    top: 0.5vh;
    /* right: 0; */
    left: 12.6vw;
    position: absolute;
    z-index: 10;
    width: 22%;
    height: 96.7%;
}

form{
  /* position: relative; */
  flex-wrap: wrap;
  display: flex;
  align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin: auto;
}
.fordets{
  line-height: 0.94;
  letter-spacing: 0.18px;
  text-align: center;
  color: #000;
  font-size: 1.5vw;
  margin-top: 1.3vh;
  font-weight: 700;
  margin-bottom: 1.8vh;
}
.fordets .mob{
  display: none;
}

.check-label{
  color: #ffffff;
  display: block;
  font-size: 0.78125vw;
  position: relative;
  left: 0.7vw;
}
input[type=checkbox] {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  width: 1vw;
  position: relative;
	       cursor: pointer;
}

/* input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid #555555;
  border-radius: 3px;
  background-color: #000;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid black;
  background-color: #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
} */

.allinputStyle{
  font-family: 'OpenSansHebrew';
  font-weight: normal;
  font-size: 1.04vw;
  /* font-size: 15px; */
  width: 100%;
  /* padding-right: 0.6vw; */
  /* margin-left: 1vh; */
  height: 3.4vh;
  margin-top: 1.3vh;
  border: solid 0.05vw #ffffff;
  color: #5f5f5f;
}
#essenceTXB{
  width: 101.6%;
  -webkit-appearance: none;
}
.allinputStyle::placeholder{
  color: #5f5f5f;
}
.fileToUpload::-webkit-file-upload-button {
  visibility: hidden;
}
.fileToUpload::before {
  content: 'הוסף קו״ח';
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-family: 'OpenSansHebrew';
  font-weight: normal;
  font-size: 1.04vw;
  color: #5f5f5f;
  background-color: #ffffff;
  padding-top: 0.8vh;
  padding-bottom: 1vh;
  padding-right: 0.6vw;
  padding-left: 5.8vw;
}
input[type="file" i] {
  width: 12vw;
}
.submitBtn{
  font-family: 'OpenSansHebrew';
  font-weight: bold;
  font-size: 1.5vw;
  /* font-size: 27px; */
  /* background-color: #ff0000; */
  /* background-image: linear-gradient(to right, #993b45 0%, #4f6693 100%); */
  color: #ffff;
  width: 101%;
  background-color: unset;
  border: unset;
  margin-top: 3vh;
  background-color: #EA7E23;
}

.thankyoutitle{
  display: table;
  background-image: linear-gradient(to left, #466b9d, #9a3a44);
  -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 900;
font-size: 6.97vw;
}
.thankyoutxt{
  letter-spacing: normal;
  text-align: center;
  color: #ffff;
  font-weight: 700;
  font-size: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.creditsblock{
  background-color: #cdcdcd;
}
.creditspic{
  width: 10.9vw;
  display: block;
  margin-left: 4.89vw;
  margin-right: auto;
  padding-top: 0.7vh;
  padding-bottom: 0.3vh;
}
      .iconsmob{
        display: none;
      }

      .sumomob{
        display: none;
      }
      .forcon{
        display: none;
      }

      .brdesk{
        display: block;
      }
      .brmob{
        display: none;
      }
      .bsp {
        margin-right: 1.6vw;
    }
   .call-me{
     display: none;
   }
   .tfnnmob{
     display: none;
   }
   .twofortyninemob{
     display: none;
   }
   .credits{
     display: none;
   }
   .arrow{
     display: none;
   }
   #mobiledetsline{
     display: none;
   }
   .x{
     display: none;
   }
   .thanksbtn {
    font-size: 20px;
    background-color: #EA7E23;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: #EA7E23;
    border-radius: 14px 14px 14px 14px;
    font-family: 'OpenSansHebrew';
    font-weight: normal;
    color: #ffff;
    display: block;
    margin: auto;
    width: 311px;
    height: 55px;
    margin-top: 40px;
}
.thankyoudiv{
  background-color: #59A5D6;
  max-width: 1140px;
  margin: auto;
}
.athank{
  text-decoration: unset;
}
.c2cmob{
  display: none;
}
    @media only screen and (max-width: 650px) {
      .brmob{
        display: block;
      }
      .c2cblock{
        display: none;
      }
      .c2cmob{
        display: block;
      }
      .c2cmob img{
        width: 100px;
        height: 32px;
        padding-top: 20px;
      }
      .firstlogo{
        width: 72px;
        height: 46px;
        margin: unset;
      }
      .logo{
        width: 125px;
      }
      .insideheader {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: center;
    }
      header {

        position: unset;
    }
      header img {
     
        width: 150px;
        padding-top: 9px;
        padding-bottom: 12px;
    }
    .metaplim{
      display: none;
    }
    .mainimg {
      padding-top: 0;
  }
    /* main p {
      position: absolute;
      bottom: 27px;
      right: 0;
      left: 0;
      color: #ffffff;
      font-weight: 700;
      line-height: 1.16;
      font-size: 26px;
      text-align: center;
  } */
  .include, .whytitle {
    font-size: 26px;
    padding-top: 25px;
}
.whatincludeflex {
  width: 95%;
}
.includediv img {
  width: 80px;
}

.includetxt {
  font-size: 15px;
  padding-top: 21px;
}
.includediv {
  padding-top: 20px;
  width: 50%;
  position: relative;
}
.bigwhy {
  display: block;
  width: 100%;
  padding-top: 0;
}
.titledivwhy {
  font-size: 26px;
}
.whyrunning {
  font-size: 18px;
  width: 90%;
  line-height: 1.4;
}
.whyrunning br{
  display: none;
}
.withyour{
  font-size: 30px;
}
.socomeon br{
  display: none;
}
#mobileform{
  display: none;
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#mobiledetsline{
  display: block;
  background-color: #3f3f3f !important;
}
.thankyoutitle {
  
  font-size: 80px;
}
.thankyoutxt {
  
  font-size: 26px;
}  
      .brdesk{
        display: none;
      }
      .creditspic{
        width: 211px;
        margin-left: auto;
        padding-top: 5px;
        padding-bottom: 1px;
      }
    
      
      .fordets .mob{
        display: inline-block;
      }
      .fordets{
        font-size: 18px;
        padding-top: 26px;
        margin-bottom: 1px;
        margin-top: unset;
      }
      .call-me{
        display: block;
        
      }
      .c2cimg{
        width: 50px;
      }   

      .flexdets{
        display: flex;
        justify-content: space-evenly;
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .toopenform{
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        margin: 0;
      }
      form {
        display: flex;
        flex-direction: column;
        width: 80%;
    }
    .hamhasha{
      display: none;
    }
    .submitBtn {
      padding-left: unset;
      padding-right: unset;
      /* position: absolute; */
      left: 23px;
      /* padding-top: 6.5vw; */
      /* padding-bottom: 7.5vw; */
      margin-top: 18px;
      height: 68px;
      font-size: 20px;
      -webkit-appearance: none;
      width: 103%;
      margin-right: unset;
      height: 45px;
      margin-bottom: 31px;
      margin-left: unset;
  }
  #essenceTXB {
    width: 102%;
    background-color: #fff;
    height: 35px;
}
  .allinputStyle {
    width: 100%;
    /* margin-right: auto; */
    /* margin-left: 92px; */
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.61;
    letter-spacing: 0.32px;
    padding-left: 0;
    padding-right: 2%;
    margin-left: unset;
    /* width: 73%; */
    height: 30px;
    border: solid 1px #ffffff;
}
input[type="file" i] {
  width: 75%;
}
.fileToUpload::before {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  padding-left: 0;
  width: 100%;
  margin-top: 18px;
}
.x{
  display: block;
  position: absolute;
  top: 18px;
  right: 14px;
}
input[type=checkbox] {
  -ms-transform: scale(unset);
  -moz-transform: scale(unset);
  -webkit-transform: scale(unset);
  -o-transform: scale(unset);
  transform: scale(unset);
  width: unset;
  display: block;
  position: absolute;
  right: 30px;
}
.check-label {
  color: #ffffff;
  display: block;
  font-size: 15px;
  position: unset;
  margin-bottom: 16px;
  margin-top: 18px;
  text-align: right;
  margin-left: 48px;
}
.theform{
  position: unset;
  width: 95%;
  margin: auto;
  margin-top: 10px;
}

#form_holder {
  margin-bottom: unset;
}
.thankyoudiv{
  max-width: 90%;
}
.elementor-video {
  max-width: 100%;
  width: 95%;
  /* margin: 0; */
  height: 220px;
  border: none;
  padding-bottom: 50px;
  margin-bottom: unset;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    main{
      position: static;
    }
    .theform{
      top: 14.5vh;
      height: 46.7%;
    }
    main .metaplim{
      top: 30%;
    }
 }  