@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;
    background-color: #00354c;
    line-height: 1.2;
    text-align: right;
}

.container {
    /* border: solid rgb(177, 177, 177) 1px; */
}

.all-section .col-md-9 {
    /* background-image: radial-gradient(circle, #115272, #0e4463, #0b3755, #082a46, #051e38); */
    height: 100%;
}

.desktop {
    display: block ;
}

.mobile {
    display: none !important;
}

.green{

   color: #bad875; 
}


.color-white
  
{
    color: #ffffff;
}
.w-10 {
    width: 10%!important;
}
.w-15 {
    width: 15%!important;
}
.w-35 {
    width: 35%!important;
}

.w-40 {
    width: 40%!important;
}
.font-s {
    font-size: 16px !important;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}


.down-arrow {
  animation: jumpInfinite 2s infinite;
      width: 60px;
}

.arrow {
    height: 55px;
    position: relative;
}
.line
{
border-top: 1px solid #bad875;
width: 80%;
margin: 28px auto;
}
.box.last .line
{
    margin: 0 auto;
}
/* section1 */
.section1 {
 padding: 20px;
 padding-top: 0;
}

.img_top {
    width: 75%;
    margin: 45px auto;
    margin-right:0 ;
}
.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: 28px;
    color: #ffffff;
    width: 100%;
    font-weight: bold;
    
}

.section1 h3 {
    font-size: 28px;
    width: 100%;
    margin-top: 5px;
    font-weight: bold;
    color: #bad775;
}


/* section2 */

.section2 {
    margin:15px auto;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin-right: 0;
    margin-top: 50px;
}

.section2 p {
 
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.section2 .gender {
    font-size: 12px;
}


   /* section3 */
    .section3 {
        background-size: cover;
       background-image: url(../img/img_main.png);
       background-repeat: no-repeat;
       border-radius: 60px ;
       border: 20px solid #00354c;
    }


/* section4 */

.section4 {
   
    padding: 15px 0;
    display: flex;
    margin-right: 0;
    flex-direction: column;
}

.section4 .box {
    margin: 0 auto;
    text-align: center;
    border-left: 1px solid #bad775;
    width: 25%;
}

.section4 .box.last {
   
    border-left: none;
}

.section4 p {
    font-size: 20px;
    margin: 4px 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;
}

/* section5 */

.section5 p {
    color: #ffffff;
    background-color: #1e6a9e;
    text-align: center;
    padding: 2% 0%;
}

.section5 h4,.title2 {
    text-align: center;
    color: #000000;
    font-size: 25px;
  
}

.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: 26px auto;
    margin-bottom: 11vh;
}
form {
    width: 85%;
    margin: 40px auto;
}

form div {
    margin-top: 6%;
}

form div h6 {
    width: 24%;
    margin: 0;
    font-size: 15px;
    text-align: right;
    font-weight: bold;
    color: #00354c;
    display: none;
}

form .d-flex input, form .d-flex select {
    border: none;
    width: 100%;
    border-bottom: solid #00354c 1px;
    height: 38px;
    color: #00354c;
    font-weight: bold;

}
::placeholder {
    color: #00354c;
    font-weight: bold;
  }
label {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #000000;
    margin-top: 9px;
}

input[type="checkbox"] {
    margin: 2%;
}

form img {
    width: 100%;
}

form button {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 20px;
    background-color: #bad775;
    color: #00354c;
    
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 48px;
}

.logo-feedback img {
    width: 70px;
}




.borderG {
    
    padding: 8px 0;
    color: #00354c;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #00354c;
    border-bottom: 1px solid #00354c;
    font-size: 26px;
}

.borderG a{
    
    color: #00354c;
}
.title2 {
    text-align: center;
    color: #00364d;

}


.title {
    background-color: #1e4492;
    padding: 6px;
    text-align: center;
    color: #fff;
}
 .section6
{
    min-height: 100vh;
}
.section5 h3 , .section6 h3
{
    text-align: center;
    font-weight: bold;
    color: #00364d;
    font-size: 23px;
    margin-bottom: 0;
}


.logo-feedback{
    position: absolute;
    bottom: 0;
}


    .toda p {
    text-align: center;
    font-weight: bold;
    color: #00354c;
    font-size: 23px !important;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 8% 0%;
    width: 100% !important;
}
.div_tel
{
       font-size: 19px;
    line-height: 1.5;
    padding-left: 25px;
}

.footer{
   margin: 10px 20px;
    border-bottom: 1px solid #bad875;
    border-top: 1px solid #bad875;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    line-height: 2;
    margin-bottom: 35px;
}

.feedback {
        width: 90px;
      
}
 @media screen and (max-width: 1500px) {
 
.section4 p {
   font-size: 1.2vw;
   
}
 .section1 h3,.section1 h4 {
   font-size: 2vw;
}
/*.section4 h4 {
    font-size: 2.7vw;
} */
.font-s {
    font-size: 1.1vw !important;
}
.line {
    margin: 24px auto;
}
} 
@media screen and (max-width: 1200px) {
    .section5 h4 {
        font-size: 14px;
    }
    .section4 h3 {
        font-size: 14px;
    }
   
    .section2 p {
        font-size: 20px;
    }

    .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;
}
.section6
{
    min-height: auto;
    padding: 25px 15px;
    padding-bottom: 0;
}
    .section2 .mobile {
        display: inline-block !important; 
    }
    .logo {
width: 75%;
        background-color: #ffffff;
        padding: 10px 35px;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0 0 20px 20px;
}
    /* section1 */
   
    .section1 h1 {
        margin-top: 3%;
    }
    .section1 h1,
    .section1 h2 {
        font-size: 13vw;
    }
    .section1 h3 {
       margin-top: 25px;
        font-size: 5vw;
    }
    .section1 h4 {
       font-size: 5vw;
    }
    /* section2 */
    .section2 {
        
        border-top: none;
    }
    .section2 ,.section4{
        width: 90%;
        margin: 0 auto;
    }
    .div_tel p {
    font-size: 17px;
   
    }
    .section2 p {
        font-size: 4.2vw;
        margin: 8px 0;
    
    }
    .section2 div {
        width: 49%;
        padding: 1px 8px;
    }
    .section2 div.w-auto {
        width: auto !important;
    }
   
.all-section .col-md-9 {

    padding-bottom: 20px;
}
 

    /* section4 */
    .section4 {
        /* padding-bottom: 8%; */
        width: 100%;
        padding: 15px;
    }
    .section4 .box {
       width: 50%;
    }
    .section4 .box img {
             width: 90% !important;
    }
  /*  .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 {
      font-size: 4.5vw;
    }
    .section4 h3 {
        margin-top: 1.5%;
        padding: 1% 1%;
        width: 100%;
    }
    .font-s {
    font-size: 4vw !important;
}
    .line {
        margin: 27px auto;
    }

   .section4 .box:nth-child(2) {

    border-left: none;
   }
    form div h6 {
        font-size: 18px;
    }
    .section2 .gender {
    font-size: 10px;
}
    /* section5 */
    /* .mobile .section5 {
        margin-top: 30px;
    } */
    .section5 p {
        font-size: 13px;
        width: 80% ;
    }
    .title2{
        font-size: 6vw;
      
    }

    .section6 h3 {
  
    font-size: 6vw;
}
     .section5 h4 {
        font-size: 7vw;
        padding:  0;
        margin-bottom: 20px;
    }
    .img_top {
          margin: 20px 0 30px 0;
        width: 100%;
    }

  
    .div_tel {
    border-left: none;
    padding-left: 0;
    margin-top: 25px;
        border-top: 1px solid #ffffff;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
.feedback {
        width: 85px;
        margin-top: 30px;
}
   
    .section5 {
        padding: 0 !important;
    }
   
    
    .borderG {
        font-size: 6.7vw;
                width: 90%;
        margin: 15px auto;
    }
    .col-md-3 .w-75,
    form {
        width: 85%!important;
    }
    form button {
  
    margin-bottom: 22px;
}
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}