@font-face {
    font-family: OpenSansHebrew;
    src: url("../fonts/OpenSansHebrew.ttf");
    font-weight: normal;
}

@font-face {
    font-family: OpenSansHebrew;
    src: url("../fonts/OpenSansHebrew-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: OpenSansHebrew;
    src: url("../fonts/OpenSansHebrew-ExtraBold.ttf");
    font-weight: 800;
}

body {
    font-family: OpenSansHebrew;
    direction: rtl;
    line-height: 1.2;
    text-align: right;
}

.container {
    /* border: solid rgb(177, 177, 177) 1px; */
}

.all-section .section{
      padding: 0 10%;
  
    margin: 0 auto;
}

.desktop {
    display: block ;
}

.mobile {
    display: none !important;
}
.purple{
color: #641c57
}

.orange{

   color: #f47a20; 
}

.pink{

       color: #f04f6f; 
 }

.blue{
           color: #22c1f2; 
 }

 .turquoise{
    color: #20bdbe; 
}

.green{
    color: #70c056; 
}
.color-white
  
{
    color: #ffffff;
}
.w-10 {
    width: 10%!important;
}
.w-15 {
    width: 15%!important;
}
.w-35 {
    width: 35%!important;
}

.w-40 {
    width: 40%!important;
}


@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}



/* section1 */

.all-section{
    padding: 0;
}
.section0 .img_top {
width: 100%;
}
 .section1 .img_title {width: 100%;max-width: 884px;margin: 0 auto;}
.section1 h1 {
    margin-top: 25px
}

.section1 h1,
.section1 h2 {
    font-size: 50px;
    width: 100%;

    font-weight: 800;
    color: #ffffff;
}

.section1 h1 {
    color: #f99e31;
    margin-bottom: 0;
    margin-top: -45px;
}

.section1 h4 {
   font-size: 44px;
    color: #ffffff;
    width: 100%;
    margin-top: 15px;
}

.section1 h3 {
   font-size: 38px;
    width: 100%;
    margin-top: 5px;
    color: #792768;
    max-width: 920px;
    margin: 0 auto;
}
.section1
{
     text-align: center; 
      

}
/* section2 */

.section2 {
   
position: relative;  
border-top: 1px solid #000000;
border-bottom: 1px solid #000000; 
padding: 15px 0;
display: flex;
justify-content: space-between;
margin-top: 25px;
width: 100%;
max-width: 920px;  
margin-left: auto;   
margin-right: auto;
}

.section2 p { 
width: 100%;
font-size: 22px;
font-weight: bold;
margin: 0;
line-height: 19px;
}

.section2 .gender {
    font-size: 17px;
    font-weight: 100;
}
.section2 .new {
  position: absolute;
  width: auto;
  background-color: #641c57;
  color: #ffffff;
  top: -17px;
  padding: 0 6px;
  transform: rotate(6deg);
  right: 40px;
  font-weight: bold;
  font-size: 25px;
}
.section2 .m_r_5
{
        margin-right: -5px;
}
/* section3 */

.section3 {
    width: 80%;
    margin: 4% auto;
}

.section3 .borders {
    width: 32%;
    color: #ffffff;
    border: solid #ffffff 1px;
}

.section3 p {
    width: 26%;
    color: #ffffff;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
}

.section3 .mdall-border {
    border: solid #ffffff 1px;
    height: 18px;
}


/* section4 */

.section4 {
    border-bottom: 1px solid #000000;
   margin-bottom: 25px;
    display: flex; 
    margin-right: 0;
    flex-direction: column;
    color: #221f1f;
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.section4 .boxs
{
    display: contents;
}

.section4 .box {
    margin: 0 10px;
    text-align: center;
     margin: 6px 10px;
}

.section4 .box img {
    width: 40px;
    margin-left: 5px;
    margin-top: 10px;
}

.section4 .col-md-8 img {
    padding: 7px 15px;
}

.section4 p {
    font-size: 15px;
    margin: 1px 0;
}

.section4 h3 {
    width: 100%;
    color: #06223d;
    font-size: 18px;
    text-align: center;
    padding: 2% 1%;
}

.section4 h4 {
    font-size: 37px;
    font-weight: bold;
}

.div_tel
{
    border-left: 1px solid #ffffff;
    padding-left: 15px;
}
.div_tel h2
{
   font-weight: bold;
    font-size: 47px;
}
.div_tel h2 a
{
   color: #ffffff;
}

.section4 .div_tel p {
    font-size: 26px;
}
/* section5 */

.section5 p {
    color: #ffffff;
    background-color: #1e6a9e;
    text-align: center;
    padding: 2% 0%;
}

.section5 h4,.title2 {
    text-align: center;
      line-height: 1;
    color: #000000;
    font-size: 28px;
    letter-spacing: 2px;
    /* padding: 2% 0%; */
    width: 100%;
}

.section5 h4 p {
    text-align: center;
    font-weight: bold;
    color: #f68b1e;
    font-size: 18px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 8% 0%;
}
.logo {
    margin: 50px auto;
    margin-bottom: 60px;
}
form {
    width: 98%;
    margin: 0 auto;
}

form div {
    margin-top: 6%;
}

form div h6 {
    width: 24%;
    margin: 0;
    font-size: 15px;
    text-align: right;
    font-weight: bold;
    color: #641d57;
    display: none;
}

form .d-flex input, form .d-flex select {
    border: none;
    width: 100%;
    border-bottom: solid #641d57 1px;
    height: 60px;
    color: #641d57;
    font-weight: bold;
font-size: 22px;
}
::placeholder {
    color: #641d57;
    font-weight: bold;
  }
label {
    width: 100%;
    text-align: right;
    font-size: 19px;
    color: #000000;
    margin-top: 9px;
}

input[type="checkbox"] {
    margin: 2%;
}

form img {
    width: 100%;
}

form button {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 28px;
    background-color: #641d57;
    color: #ffffff;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 33px;
}

.logo-feedback img {
    width: 70px;
}

.kemach-logo {
    margin-bottom: 35px;
}



.borderG {
    
    padding: 8px 0;
    color: #641d57;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #641d57;
    border-bottom: 1px solid #641d57;
    font-size: 30px;
}

.borderG a{
    
    color: #641d57;
}
.title2 {
    text-align: center;
    color: #000000;

}


.title {
    background-color: #1e4492;
    padding: 6px;
    text-align: center;
    color: #fff;
}
 .section6
{
    min-height: 100vh;
    box-shadow: 0px 1px 20px 0px #00000073;
}

.section5 h3 , .section6 h3
{
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 29px;
  margin-bottom: 4px;
}


.logo-feedback{
    position: absolute;
       bottom: 15px;
}

.toda 
{
    min-height: 50vh;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .toda p {
    text-align: center;
    font-weight: bold;
    font-size: 23px !important;
    margin: 0 auto;
    padding: 8% 0%;
    width: 100% !important;
}
.div_tel
{
 padding: 23px 0 23px 15px;
line-height: 2.5;
    padding-left: 25px;
    border-left: 1px solid #000000;
    height: stretch;
}
@media screen and (max-width: 1660px) {
    .section4,
    .section3,
    .section2 {
        width: 100%;
        max-width: 100%;
    }
    .all-section .section {
    padding: 0 100px;
    }

}

@media screen and (max-width: 1500px) {

.div_tel h2 {

    font-size: 40px;
}
    .all-section .section {
        padding: 0 5vw;
    }
    .section1 h3 {
font-size: 2.6vw;
}
.section5 h4, .title2 {
font-size: 21px;
        letter-spacing: 1px;
}
.section2 p {
    font-size: 20px;
}
.borderG {
    font-size: 26px;
}
label {

    font-size: 17px;
}
.section4 .div_tel p {
    font-size: 22px;
}

}
@media screen and (max-width: 1200px) {
    .all-section .section {
        padding: 0 1vw;
    }
      .section2 p {
        font-size: 17px;
    }
    .section4 .div_tel p {
    font-size: 18px;
}
.section4 p {
    font-size: 13px;
}
.div_tel {
    padding: 23px 0 23px 5px;
    padding-left: 8px;
}
.section4 .box {
    margin: 6px 5px;
}

    .section5 h4 {
        font-size: 14px;
    }
    .section4 h3 {
        font-size: 14px;
    }
   
    /* .section2 p {
        font-size: 20px;
    } */
    .section3 p {
        width: 35%;
    }
    .borderG {
        font-size: 1.7vw;
    }
    .col-md-3 .w-75,
    form {
        width: 100%!important;
    }
    .section4 .box img {
    width: 35px;
    }
}

@media (max-width: 991.98px) {
    .section5 h4 {
        font-size: 10px;
    }
    form div h6 {
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block  !important; 
    }

    .row {
    margin-right: 0;
    margin-left: 0;
}
[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.container-fluid {

    padding-right: 0;
    padding-left: 0;
}

.all-section .section {
    padding: 0;
}
.section6
{
    min-height: auto;
        box-shadow: none;
}

.section6 .div-form{
    background-color: #641c57;
    border-radius: 20px;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-bottom: 20px;

}

.borderG , .borderG a {
    color: #ffffff;
}
    .section2 .mobile {
        display: inline-block !important; 
    }
    .logo {
 
    margin-bottom: 35px;
  width: 55%;
}
    /* section1 */
    .section1 {
    height: auto;
    padding-bottom: 30px;
}
    .section1 h1 {
        margin-top: 3%;
    }
    .section1 h1,
    .section1 h2 {
        font-size: 13vw;
    }
    .section1 h3 {
               text-align: center;
        font-size: 6.2vw;
    }
    .section1 h4 {
        font-size: 6.1vw;
        margin-top: 15px;
    }
    /* section2 */
    .section2 {
   
    }
    .section2 ,.section4{
        width: 90%;
        margin: 0 auto;
    }
    .div_tel p {
    font-size: 17px;
   
    }
    .section2 p {
      font-size: 4vw;
    
    }
    .section2 div {
    width: 38%;
    margin-bottom: 20px;
    }
    .section2 div.orange {
            width: 44% !important;
        margin-right: 6%;
    }
   
      .section2 div.blue  {
     width: 40% !important;

    }
    .section2 div.green  {
     width: 24% !important;

    }
     
.all-section .col-md-9 {

    padding-bottom: 20px;
}
    /* section3 */
    .section3 {
        width: 100%;
        margin: 25px auto;
    }
    .section3 .borders {
        width: 20%;
    }
    .section3 p {
        width: 60%;
        font-size: 5vw;
    }
    /* section4 */
    .section4 {
        border-bottom: none;
        width: 100%;
        margin: 0 auto;
    }
    .section4 .div_tel p
 {
    font-size: 4.3vw;
}
.section4 .boxs {
    display: flex;
    width: 100%;
}
    .section4 .box {
        width: 25% !important;
        margin-top: 4%;
    }
    .section4 .box img {
       
        margin: 0 auto;
        display: block;
    }
    .section4 .col-md-8 {
        padding: 0;
    }
    .section4 .col-md-4 {
        margin-top: 5%;
        padding: 0;
    }
    .section4 .col-md-8 img {
        padding: 0% 22%;
        width: 100% !important;
        display: inline-block;
    }
    .section4 p {
         margin: 4px 0;
        font-size: 3.6vw;
    }
    .section4 h3 {
        margin-top: 1.5%;
        padding: 1% 1%;
        width: 100%;
    }
    .section2 {
 flex-wrap: wrap;
         justify-content: center;
}
    form div h6 {
        font-size: 18px;
    }
    .section2 .gender {
    font-size: 13px;
}
    /* section5 */
    /* .mobile .section5 {
        margin-top: 30px;
    } */
    .section5 p {
        font-size: 13px;
        width: 80% ;
    }
    .title2{
             font-size: 6vw;
        padding: 0;
        margin-bottom: 20px;
        color: #ffffff;
        font-weight: bold;
    }
    label {
          font-size: 4vw;
    color: #ffffff;
    }
     .section5 h4 {
        font-size: 7vw;
        padding:  0;
        margin-bottom: 20px;
    }
    .img_top {
     
        width: 100%;
    }

    .img_title {
        display: block;
        margin: 30px auto 30px auto;
        width: 90%;
    }

    .plus30_m{
        width: 100%;
    }
    .div_tel {
        border-left: none;
        padding-left: 0;
        margin: 15px auto;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        width: 100%;
        text-align: center;
        padding: 6px;
        line-height: 1;
    }
.feedback {
        display: block;
        width: 90px; 
        margin: 0 auto;
}
    
    .section5 {
        padding: 0 !important;
    }
   
    .section5 .logo-michlala {
        margin-top: 15px;
  width: 70%;
    }
    .kemach-logo {
        width: 20%;
        margin-top: 10px;
       
    }
    .borderG {
        font-size: 6.7vw;
                width: 90%;
        margin: 15px auto;
            border-top: 1px solid #f7c77b;
    border-bottom: 1px solid #f7c77b;
    }
    .col-md-3 .w-75,
    form {
        width: 85%!important;
    }
    form button {
          background-color: #f7c77b;
        color: #631c57;
    margin-bottom: 22px;
    font-size: 25px;
}

form .d-flex input, form .d-flex select {

    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
            font-size: 16px;
        height: 55px;
}
form ::placeholder{
    color: #ffffff;
}
 .section6 h3 {
   font-size: 23px;
    color: #f7c77b;
}
.toda {
    color: #ffffff;
}
.toda p {
  
    color: #f9d090;
}
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}