@media (min-width:900px) {
    .breadcrumbs {
        margin: 0 auto;
        max-width: 870px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-color: #fff;
        width: 100%;
        padding: 5px 10px;
    }
}

.title_container {
    width: 100%;
    max-width: 870px;
    background-color: #ffffff;
    border-bottom: 3px solid #e57b05;
    padding-top: 10px;
    all:inherit;
}

@media (min-width:900px) {
    .title_container {
        background-color: #f4f4f4;
        position: relative;
        padding: 18px 0
    }

}

.main {
    display: block;
    padding-top: 80px;
    direction: rtl;
    background-color: #f4f4f4
}

@media (min-width:900px) {
    .main {
        margin: 0;
        padding: 0;
        background-color: #ffffff
    }
}

.title-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f4f4f4
}

li.section {
    font-size: 14px;
}

@media (min-width:900px) {
    .title-breadcrumbs {
        background-color: #fff
    }
}

.main-title-div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;

}


h1.main_title {
    color: #d7540d;
    font-weight: 500;
    font-size: 28px;
    margin: 0 5px 15px;
    font-weight: 600;
    font-family: Heebo, Arial, sans-serif;
}

.title_container span {
    font-size: 20px;
    display: block;
    color: #686767;
    position: relative;
}

@media (min-width:600px) {
    .title_container span {
        font-size: 24px;
        color: #686767;

    }
}

@media (min-width:900px) {
    h1.main_title {
        font-size: 26px;
        margin: 30px 0 !important;
        display: inline;
        padding-right: 2rem
    }

    .title_container span {
        font-size: 24px;
        position: absolute;
        right: 15px
    }
}

@media (min-width:600px) {
    h1.main_title {
        margin: 0 auto 10px;
        max-width: 1000px;
        display: inline;
    }
}

@media (min-width:1200px) {
    h1.main_title {
        max-width: 870px;
        margin: 0 auto;
        font-family: Heebo, Arial, sans-serif;
        display: inline;
    }
}

.lastminutetext {
    font-size: 16px;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    padding: 1rem
}

@media (min-width:900px) {
    .lastminutetext {
        background-color: #fff;
        font-size: 16px;

    }
}

.main_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem;
    direction: rtl;

}



@media (min-width:1200px) {
    .main_wrapper {
        width: 100%;
        max-width: 870px;
        margin: 0 auto;
        padding: 3rem 4rem;
        background-color: #f4f4f4;
    }
}

.formCont {
    width: 100%;
       margin: auto;
}
@media (min-width:900px) {
    .formCont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
    }
}
.telephone {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.telephone label {
    width: 100%;
}

.telephone input {
    width: 75%;
}

.telephone select {
    width: 23%;
}

.sendCont {
    margin: 2rem 0;
    text-align: center;
}

@media (min-width:900px) {
    .sendCont {
        margin: 2rem 0;
        text-align: left;
        margin: 0 2rem;
    }
}

.sendBut {
    color: #fff !important;
    background-color: #0093DF !important;
    padding: 0.4375rem 1.25rem;
    text-shadow: none;
    font-size: 16px;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    transition: .2s ease-out;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.2);
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border: 1px solid #1b55e2;
    border-radius: 4px;
}

.sendBut:hover,
.sendBut:focus {


    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 #e0e6ed, 0 2px 10px 0 #e0e6ed;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer {
    margin-top: 1rem;
}

.capchaCont {
    margin-top: 2rem;
}

.capchaCont img {
    margin: 15px 0;
}

/*form*/

.form-control {
    display: block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);*/
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width:900px) {
    .form-group {
        display: block;
        width: 45%;}
        .form-group:nth-child(6), .form-group:nth-child(8){
          margin: 0 25%;
           
        }
        .form-group:nth-child(3), .form-group:nth-child(4), .form-group:nth-child(5){
            width: 30%;
        }
     
    }
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}



.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    /*line-height: 2.5;*/
}
.form-group { margin-bottom: 1.5rem; }
@media (min-width: 870px) {

  .form-group { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; } 
    .form-group label{
        width: 100%;
    }
    .form-control{
      width: 100%;
    }
  
  .telephone label{
      width: 30%;
  }
  .telephone select{
    width: 18%;
    margin-right: 2%;
  }
  .telephone input{
      width: 50%;
  }
  
  .telephone.form-control{
    width: 50%;
  }
  
 
  
 
  textarea.form-control {
    height: auto;
  }
  

  
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  
}
  
  .form-check {
    position: relative;
    display: block;
    padding-right: 1.25rem;
  }
  
  input[type='checkbox'] {
    position: absolute;
  }
  
  input[type='checkbox'] + label {
    display: inline-block;
    position: relative;
    padding: 0 ;
   
   
  }
 
    input[type='checkbox'] + label {
      display: flex;
      position: relative;
      padding: 0 ;
      align-items: center;
     
    }
  
  input[type='checkbox'] + label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: .25rem
  }
  input[type='checkbox']:checked + label::before {
    background: #0093DF;
    border-color: #007bff;
  } 
  input[type='checkbox']:checked + label::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid  #fff;
    height: 5px;
    width: 9px;
    transform: rotate(-45deg);
  }
  input[type='checkbox']:focus + label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
  }
  input[type='checkbox'] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
  input[type='checkbox']:disabled + label {
    color: #575757;
  }
  
  input[type='checkbox']:disabled + label::before {
    background: #ddd;
    width: 1rem;
    height: 1rem;
  }
  input[type='checkbox']:disabled + label::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 4px;
    border-left: 2px solid #666;
    border-bottom: 2px solid  #666;
    height: 5px;
    width: 9px;
    transform: rotate(-45deg);
    display: none;
  }
  
  input[type='checkbox']:disabled:checked + label::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 4px;
    border-left: 2px solid #666;
    border-bottom: 2px solid  #666;
    height: 5px;
    width: 9px;
    transform: rotate(-45deg);
    display: inline-block;
  }
  @media (min-width: 900px) {
    input[type='checkbox']:disabled:checked + label::after {
          top: 8px;
        } 
  }

  .terms-checkbox input[type='checkbox'] + label {
    align-items: flex-start;
    margin-top: 10px;
  }


  .terms-checkbox input[type='checkbox'] + label a {
    text-decoration: underline;
    color: black;
  }

  .terms-checkbox input[type='checkbox'] + label::before {
    flex-shrink: 0;
  }

  .newsletter-checkbox{
      width:100%;
  }

  .capchaCont .form-control{
    width:200px
  }
  @media (min-width: 900px) {
    .capchaCont{
        width: 30%;
        margin: 30px 35%;
    }
  }
  .lastminutetext a{
      text-decoration: underline;
  }

.form-group span { width: 70%; display: block; }

#cphMain_lblError { position: absolute; right: calc( 50% - 89px ); top: 300px; display: flex; padding: 10px !important; background-color: #fff; color: #d7540d !important; border: 1px solid #d7540d; border-radius: 4px; line-height: 0; align-items: center; -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.40); box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.40); }
.header_menu-item__tL6IH > h3 {
  font-size: 16px !important;
}

.header_menu-links__LYrre > li > a {
  font-size: 18px !important;
}