.hide {
  display: none; }

.show {
  display: block; }

.form-error {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  position: absolute;
  bottom: -13px;
  right: 4px;
  color: red; }

.form-line {
  position: relative; }

input {
  width: 100%; }

.selectric-styler.error .selectric, input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, textarea.error {
  border: 1px solid red; }

.arrow-right {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 13px;
  color: #ff7d19;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.arrow-left {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 13px;
  color: #ff7d19;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

*::-webkit-input-placeholder {
  color: black; }

*:-moz-placeholder {
  color: black; }

*::-moz-placeholder {
  color: black; }

*:-ms-input-placeholder {
  color: black; }

[dir='rtl'] .slick-slide {
  float: right; }

div.clear:after {
  content: "";
  display: table;
  clear: both; }


@media (min-width: 1025px) {
  header .wrap .header-links {
    display: block; } }

section.service ul.crumbs {
  font-size: 0.8125em;
  margin: 0;
  margin-top: 10px;
  padding: 0; }
  section.service ul.crumbs li {
    display: inline; }
    section.service ul.crumbs li.active {
      color: #ff7d19;
      margin-right: 5px; }

section.service ul.crumbs li.active a{
  color: #ff7d19;
}
  @media (min-width: 768px) {
    section.service ul.crumbs {
      font-size: 15px; } }

.footer-top-section {
  /*display: none; */
}
  @media (min-width: 1025px) {
    .footer-top-section {
      display: block; } }

.form-error {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  position: absolute;
  bottom: -13px;
  right: 0;
  color: red; }

.form-line {
  position: relative; }
  .form-line:after {
    content: "";
    display: table;
    clear: both; }

.selectric-styler.error .selectric, input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, textarea.error {
  border: 1px solid red !important; }

section.bars {
  position: relative; }
  section.bars:after {
    content: "";
    display: table;
    clear: both; }

form.form:after {
  content: "";
  display: table;
  clear: both; }

form.form input {
  padding: 0;
  width: 100%;
  height: 44px;
  background-color: white;
  /*border: 1px solid black;*/
    border: 1px solid #8c8a8a;
  /*padding: 0 5px;*/
        padding: 0 11px;
  margin-top: 10px;
  font-size: 1.25em;
  margin-top: 1em;
  outline: none; }

.btn {
  color: white;
  text-decoration: none;
  padding: 10px 10px;
  /*border-radius: 3px;*/
  font-size: 1.1875em;
  text-align: center;
  color: white;
  font-weight: 700; }

.btn-green {
  background: #10a831; }
  .btn-green:hover {
    background: #0c8326;
    transition: all 0.3s ease; }
  .btn-green:active {
    background: #05340f; }

.submit-btn-wrapper {
  margin-top: 20px;
  border: none;
  padding: 0; }

.custom-checkbox input[type=checkbox] {
  display: none; }

.custom-checkbox label:before {
  background: url("/_media/images/new_front/icons/checkbox-border.png") right center no-repeat;
  margin-top: 2px;
  background-size: 20px; }

.custom-checkbox input[type=checkbox]:checked + label:before {
  background: url("/_media/images/new_front/icons/checkbox-v.png") right center no-repeat;
  background-size: 20px; }

.custom-checkbox label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  line-height: 2.2; }

.custom-checkbox label:before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0; }

@media (min-width: 768px) {
  .custom-checkbox label:before {
    background-size: auto; }
  .custom-checkbox input[type=checkbox]:checked + label:before {
    background-size: auto; }
  .custom-checkbox label {
    padding-left: 34px;
    padding-right: 5px;
  }
}

section.service {
  margin-bottom: 30px; }

/*Ofir change 21/6*/
section.service .service-title h1{
  margin:0px;
  padding:0px;
}
/*End change*/
  section.service .service-title, section.service .service-title h1 /*Ofir change 21/6*/ {
    font-size: 19px;
    color: #ff7d19;
    font-weight: 700; }
  section.service .service-text {
    font-size: 17px;
    margin: 0; }
  section.service .service-form {
    margin-top: 15px; }
@media (min-width: 1025px) {
    section.service .service-title , section.service .service-title h1 /*Ofir change 21/6*/  {
        font-size: 30px;
    }
    section.service .service-text {
        font-size: 18px;
        color: #585757;
        font-weight: 700;
    }

}
.form.form-service:after {
  content: "";
  display: table;
  clear: both; }

.form.form-service .service-title {
  font-size: 19px;
  color: #ff7d19;
  font-weight: 700; }

.form.form-service .form-line-subject {
  margin-top: 1em;
  color: #989898;
  font-size: 16px;
  display: inline-block; }

.form.form-service .form-line.custom-checkbox {
  padding-left: 15px;
  color: #989898;
  font-size: 17px; }

.form.form-service textarea {
  padding: 0;
  width: 100%;
  height: 80px;
  background-color: white;
  /*border: 1px solid black;*/
  font-family: 'Open Sans Hebrew', serif;
    border: 1px solid #8c8a8a;
  padding: 0 5px;
  margin-top: 10px;
  font-size: 1.25em;
  margin-top: 1em;
  outline: none; }

.form.form-service .form-line-response .form-line-title {
  float: left;
  line-height: 2;
  color: #989898;
  font-size: 17px; }

.form.form-service .form-line-response .form-line.custom-checkbox {
  overflow: hidden; }

.left {
  float: left; }

.float {
  float: left; }

@media (min-width: 768px) {
  form.form-service .form-line-name, form.form-service .form-line-phone, form.form-service .form-line-subject {
    width: 48.27586%;
    float: left;
    margin-right: 3.44828%; }
  form.form-service .form-line-family, form.form-service .form-line-email, form.form-service .wrapper-textarea-checkboxes {
    width: 48.27586%;
    float: left;
    margin-left: 0; }
  form.form-service .wrapper-textarea-checkboxes {
    margin-top: 1em; }
  form.form-service .form-line-content textarea {
    height: 180px; }
  form.form-service .form-line-response {
    margin-top: 1em; } }

@media (min-width: 1025px) {
  section.service-form {
    width: 82.75862%;
    float: right;
    margin-left: 3.44828%;
    margin-right: 8.62069%; }
  section.service:after {
    content: "";
    display: table;
    clear: both; }
  form.form .submit-btn-wrapper {
    width: 48.27586%;
    float: left;
    margin-left: 0; } }

@media (min-width: 768px) {
  .crumbs {
    display: none; } }
@media (min-width: 1024px) {
    .crumbs {
        display: block;
    }
}
.atleast-one-checkbox {
  position: relative; }
  .atleast-one-checkbox.error {
    border: 1px solid red; }

.custom-checkbox {
  /*padding-right: 10px;*/
}

.form-line-content span.form-error {
  bottom: -6px; }

.form-line-response {
  margin-top: 20px; }


@media (min-width: 1025px) {
    .wrapper {
        max-width: 1270px;
    margin: 0 auto;
    padding-right: 170px;
    }

    .response-second {
        margin-right: 50px;
    }

    .form-service .btn {
            padding: 9px;
        font-size: 30px;
    }

    .form.form-service textarea {
            padding: 3px 9px;
    }
}

@media(max-width: 768px){
  .right.response-second {
    padding-right: 15px;
  }
}

.middle-alert.i-relative.align-center{
  text-align: center;
  vertical-align: middle;
  padding: 38px 0px;
}

.service-form .green.thankyou{
  min-height: 255px;
  font-size: 18px;
  color: green;
}
/* specific css only for internet Explorer*/
/* IE9, IE10 */
@media screen and (min-width:0\0) {
  @media (min-width: 768px) {
    .custom-checkbox label:before {
      background-size: auto; }
    .custom-checkbox input[type=checkbox]:checked + label:before {
      background-size: auto; }
    .custom-checkbox label {
      padding-right: 5px !important; } }
}
/*IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  @media (min-width: 768px) {
    .custom-checkbox label:before {
      background-size: auto; }
    .custom-checkbox input[type=checkbox]:checked + label:before {
      background-size: auto; }
    .custom-checkbox label {
      padding-right: 5px!important; } }
}

/*---- Iphone 5 only ----*/
@media screen and (device-aspect-ratio: 40/71) {
  .custom-checkbox label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 32px;
    line-height: 2.2;
  }
}


.custom-checkbox input[type=checkbox] {
  display: none; }

.custom-checkbox.adv label:before {
  background: url("/_media/images/new_front/icons/checkbox-border.png") left center no-repeat;
  margin-top: -2px;
  background-size: 20px; }

.custom-checkbox input[type=checkbox]:checked + label:before {
  background: url("/_media/images/new_front/icons/checkbox-v.png") left center no-repeat;
  background-size: 20px; }

.custom-checkbox label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 41px;
  line-height: 2.2; }

.custom-checkbox label:before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0; }

@media (min-width: 768px) {
  .custom-checkbox label:before {
    background-size: auto; }
  .custom-checkbox input[type=checkbox]:checked + label:before {
    background-size: auto; }
  .custom-checkbox label {
    padding-left: 41px; } }


.form-service .btn{
  width:100%;
}


*::-webkit-input-placeholder {
  color: #adadad; }

*:-moz-placeholder {
  color: #adadad; }

*::-moz-placeholder {
  color: #adadad; }

*:-ms-input-placeholder {
  color: #adadad;
}