body {
  font-family: "Lucida Console", "Courier New", monospace;;
  background-color: #fff;
  line-height: 1.9;
  color: #666666; /* #8c8c8c; */ /* control the normal text color */
  position: relative; 
   direction:rtl; 
  overflow: hidden;
}
/* html[lang="ar"] body {
  direction:rtl
} */
/* the same for any other elements */
html[lang="he"] .class-name {
  padding-left:0;
  padding-right:20px
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lucida Console", "Courier New", monospace;;
  color: #000; 
  display: flex;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.text-black {
  color: #000; }

.content {
  padding: 7rem 0; }

.heading {
  font-size: 2.5rem;
  font-weight: 900; }

.form-control {
  border: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  max-width: 260px;
  background: none; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #000;
  font-size: 13px; }

.btn, .form-control, .custom-select {
  height: 45px;
  border-radius: 0; }

.custom-select {
  border: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0; }
  .custom-select:active, .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.btn {
  border: none;
  border-radius: 0;
/*  font-size: 11px;*/
  font-size: 100%;
  letter-spacing: .2rem;
  text-transform: uppercase;
  border-radius: 30px !important; }
  /* .btn.btn-primary {
    border-radius: 30px;
    background: #ef4339;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2);
    box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2); } */
  .btn:hover {
    color: #fff; 
    background-color: #98B78D;} /* set text and background color on hovering */
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* .contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef; } */
  .contact-wrap .col-form-label {
    font-size: 14px;
    color: #000;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0; 
    display: flex;
  }
  /* .contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px; } */
  .contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5); }
    .contact-wrap .contact-info ul li {
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.5); }
      .contact-wrap .contact-info ul li .wrap-icon {
        font-size: 20px;
        color: #fff;
        margin-top: 5px; }
  .contact-wrap .form {
    background: #fff; }
    .contact-wrap .form h3 {
      color: #000;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 30px; }
  .contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .contact-wrap .contact-info a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    @media (max-width: 1199.98px) {
      .contact-wrap .contact-info {
        height: 400px !important; } }
    .contact-wrap .contact-info h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 30px; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }
.container{
  max-width: 1640px;
}
.formBtnsDiv{
  display: flex;
  gap: 10px;
  justify-content: end;
}

/* Form buttons background color */
.formBtns{
  background-color: #5F7358;
}

.radioBtn,.checkboxBtn{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form-group{
  display: table;
  max-width: 600px;
}
label{
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 0rem;
  justify-content: start;
}
.grid{
  display: grid;
}
.gridCol2{
  background-color: #DFF2D8; /* set the right column's background color */
  grid-template-columns: 40% 60%; /* repeat(2,1fr); */ /* 40% 60% */
}
.gridCol2_form{
  grid-template-columns: 40% 60%; /* repeat(2,1fr); */ /* 40% 60% */
}
.gap-10{
  gap: 10px;
}
/* Left column styling */ 
.formCol12{
  background: #F9FCF7; /* #F2FAEF; */ /* #dae4fe; */
  display: grid;
  /* justify-content: center; */
  padding: 100px;
  padding-bottom: 30px;
  height: 101vh;
  overflow: scroll;
  overflow-x: hidden;
}

/* custom radio btns */
form label {
  cursor: pointer;
}
form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: 20px;
  width: 20px;
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 2px solid #000;
  background: transparent;
  border-radius: 50%;
  display: grid;
  justify-self: end;
  justify-items: center;
  align-items: center;
  overflow: hidden;
  transition: border 0.5s ease;
}
form input[type="radio"]::before, form input[type="radio"]::after {
  content: "";
  display: flex;
  justify-self: center;
  border-radius: 50%;
}
form input[type="radio"]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: var(--opacity, 1);
}
form input[type="radio"]::after {
  position: relative;
  width: calc(100% /2);
  height: calc(100% /2);
  background: #000;
  top: var(--y, 100%);
  transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}
form input[type="radio"]:checked {
  --radio: #000;
}
form input[type="radio"]:checked::after {
  --y: 0%;
  animation: stretch-animate 0.3s ease-out 0.17s;
}
form input[type="radio"]:checked::before {
  --opacity: 0;
}
form input[type="radio"]:checked ~ input[type="radio"]::after {
  --y: -100%;
}
form input[type="radio"]:not(:checked)::before {
  --opacity: 1;
  transition: opacity 0s linear 0.5s;
}
@keyframes stretch-animate {
  0% {
    transform: scale(1, 1);
 }
  28% {
    transform: scale(1.15, 0.85);
 }
  50% {
    transform: scale(0.9, 1.1);
 }
  100% {
    transform: scale(1, 1);
 }
}
/* custom checkbox */
.checkbox {
  --background: #fff;
  --border: #d1d6ee;
  --border-hover: #bbc1e1;
  --border-active: #1e2235;
  --tick: #fff;
  position: relative;
}
.checkbox input, .checkbox svg {
  width: 21px;
  height: 21px;
  display: block;
}
.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}
.checkbox input:hover {
  --s: 2px;
  --b: var(--border-hover);
}
.checkbox input:checked {
  --b: var(--border-active);
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-active));
  position: absolute;
  top: 5px;
  right: 0;
  width: 21px;
  height: 21px;
  transform: scale(var(--scale, 1)) translateZ(0);
}
.checkbox.path input:checked {
  --s: 2px;
  transition-delay: 0.4s;
}
.checkbox.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}
.checkbox.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.checkbox.bounce {
  --stroke: var(--tick);
}
.checkbox.bounce input:checked {
  --s: 11px;
}
.checkbox.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.checkbox.bounce svg {
  --scale: 0;
}
@keyframes bounce {
  50% {
    transform: scale(1.2);
 }
  75% {
    transform: scale(0.9);
 }
  100% {
    transform: scale(1);
 }
}
.svgImgDiv{
    justify-content: center;display: flex;align-items: center;
}
.svgImg{
    /* width: 467px;height: 654px; */
    max-width: 75%;
    max-height: 100%;
}
.bottomLinkDiv{
  padding-top: 50px;
}
.bottomLink,.bottomLink:hover{
  color: #000;
  text-decoration: underline !important;
}
@media(max-width: 992px){
    body{
        overflow: auto;
    }
  .content{
    padding: 1rem 0;
  }
  .contact-wrap .form h3{
    font-size: 22px;
  }
  .formCol12{
    margin-top: 0px;
    padding: 30px;
  }
  .gridCol2{
    grid-template-columns: 100%; /* repeat(1,1fr); */ /* 40% 60% */
  }
  .gridCol2_form{
    grid-template-columns: 100%; /* repeat(1,1fr); */ /* 40% 60% */
  }
  /* .svgImg{
    width: 100%;
    height: 392px;
  } */
}
#recaptchaDiv{
    margin: 20px 0px;
}