
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'Cairo', sans-serif;
    background-color: #eaeaea;
    font-size:12px;
    font-weight:400;
	direction: rtl;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100vh;
}
.headerMenu a {
    margin-right: 15px;
}
.section_contact{
  padding:80px 0 30px;
}
.logoProject h3 {
	margin-top: 15px
}
.section_contact .sec_head {
	text-align: center;
	margin-bottom: 40px
}
.section_contact .sec_head > p{
    color: #000;
	font-size: 14px;
	margin-bottom: 10px
}
.section_contact .form_contact .form-group{
    position: relative;
 	width: 300px;
	margin:0 auto 30px !important
}
.form-group {
	margin-bottom: 30px
}
.sectionIndex .form_contact .form-control{
    border: 1px solid #76892f;
    height: 50px;
    border-radius: 5px;
    background-color: transparent;
    color: var(--main-color);
    padding: 20px;
    text-align: right;
	box-shadow: none
}
.form_contact .form-group > label {
    position: absolute;
    top: 12px;
    right:26px;
    z-index: 3;
    transition: .3s;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
	background: #fff
}
.workPlace .form-group > label {
    position: absolute;
    top: 12px;
    right: 11px;
    z-index: 3;
    transition: .3s;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    background: #fff;
}
.workPlace1 .form-group > label {
    position: absolute;
    top: 12px;
    right: 11px;
    z-index: 3;
    transition: .3s;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    background: #fff;
}
.form_contact .form-group.hasValue > label{
  	top: -15px;
	background: #fff;
	padding: 0 10px;
	color: #999
}
.form_contact .form-group > label span {
	color: #76892f;
	float: left;
    margin-right: 10px;
    font-size: 21px;
}
.btnNext {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    background: #76892f;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.btnNext a, .btnNextLogin a {
	color: #fff;
	display: block;
    height: 100%;
    line-height: 50px;
}
.btnNextLogin {
    height: 50px;
    width: 100%;
    background: #76892f;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.logoProject {
	margin: 10px 0;
	text-align: center;
	display: flex;
}
.logoProject p {
    font-size:15px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}


#footer{
    padding: 25px 0;
    bottom: 0;
    background: #76892f;
    width: 100%;
    color: #fff;
}
.copyright{
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom:15px;
}
#footer p {
    text-align:center;
}
#footer p img {
    width:100px;
}

#header{
    width: 100%;
    padding: 10px 0;
	background: #76892f;
}

.btnComplainant {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    cursor: pointer;
}
.btnSendComplaint {
    background: #76892f;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
}
#ComplainantModal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    margin-top: -30px;
}
#TextComplaint {
    height: 120px !important;
}
.textSorry{
    text-align: center;
    font-size: 23px;
    margin: auto;
}
.IdNumber {
	position: relative;
	padding:30px 0;
	min-height: 78vh;
}
.logoProject h3 {
	margin-top: 45px
}
.IdNumber .sec_head {
	text-align: center;
	margin-bottom: 40px
}
.IdNumber .sec_head > p{
    color: #000;
	font-size: 14px;
	margin-bottom: 10px
}
.IdNumber .form_contact .form-group{
    position: relative;
 	width: 300px;
	margin:0 auto 30px !important
}
.form-group {
	margin-bottom: 30px;
    position: relative;
}
.IdNumber .form_contact .form-control{
    border: 1px solid #76892f;
    height: 50px;
    border-radius: 5px;
    background-color: transparent;
    color: var(--main-color);
    padding: 10px;
    text-align: right;
	box-shadow: none
}
.IdNumber .form_contact .form-group > label {
    position: absolute;
    top: 12px;
    right:26px;
    z-index: 3;
    transition: .3s;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
	background: #eaeaea
}
.IdNumber .form_contact .form-group.hasValue > label{
  	top: -15px;
	background: #eaeaea;
	padding: 0 10px;
	color: #999
}
.IdNumber .form_contact .form-group > label span {
	color: #76892f;
	float: left;
    margin-right: 10px;
    font-size: 21px;
}

.logoProject .imgLogoJobs {
    width:35%;
}
.logoProject .imgLogoJobs img {
    max-height: 200px;
    max-width: 300px;
}
.logoProject .secHead {
    width:50%;
}
.wrapper {
    width: 900px;
    padding: 60px;
    background: #fff;
    margin: 50px auto;
    direction: rtl;
    min-height: 538px;
    border-radius: 10px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.wizard {
    position: relative; 
}

.steps .current-info, .steps .number {
    display: none;
}

.steps ul {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.steps ul li {
    margin-left: 10.8%;
    position: relative;
}
.steps ul li:last-child {
    margin-left: 0;
}
.steps ul li .step-arrow {
    position: absolute;
    top: 33%;
    left: 113%;
    max-width: 57%;
}
.steps ul li .step-order {
    display: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #666;
    margin-top: 14px;
}
h3 {
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 900; 
}


.form-control {
    height: 50px;
    border: 1px solid #e6e6e6;
    width: 100%;
    background: none;
    padding:0 10px;;
    color: #555;
	border-radius: 0
}
.form-control:focus {
    border-color: #8eb852;
}
.form-control::-webkit-input-placeholder {
    color: #555;
}
.form-control::-moz-placeholder {
    color: #555; 
}
.form-control:-ms-input-placeholder {
    color: #555; 
}
.form-control:-moz-placeholder {
    color: #555; 
}

.actions {
    margin-top: 20px;
}
.actions ul {
    display: flex;
    justify-content: space-between; 
}
.actions ul.step-4 {
    justify-content: center;
}
.actions ul.step-4 li:first-child {
    display: none; 
}
.actions li a {
    border: none;
    display: inline-flex;
    height: 42px;
    width: 132px;
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: #8eb852;
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 3px;
}
.actions li a:hover {
    background: #a1d15e;
}
.actions li:first-child a {
    width: 132px;
}
.actions li:last-child a {
    width: 234px;
}


.maritalStatus{
	padding-right: 15px;
}
.maritalStatus p {
	font-size: 15px;
	
}
.radio {
  margin: 6px 0;
  display: inline-block;
  cursor: pointer;
}
.radio input {
  opacity:0;
}
.radio input + span {
  line-height: 22px;
  height: 22px;
  padding-right:30px;
  display: block;
  position: relative;
  font-size: 14px;
      margin-top: -30px;
}
.radio input + span:not(:empty) {
  padding-left: 30px;
}
.radio input + span:before, .radio input + span:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  right: 0;
  top: 0;
  position: absolute;
}
.radio input + span:before {
  background: #d1d7e3;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
  transform: scale(1.04);
  background: #8eb852;
}
.radio input:checked + span:after {
  transform: scale(0.4);
  transition: transform 0.3s ease;
}
.radio:hover input + span:before {
  transform: scale(0.92);
}
.radio:hover input + span:after {
  transform: scale(0.74);
}
.radio:hover input:checked + span:after {
  transform: scale(0.4);
}

#dataWife, #dataOther {
	display: none;
	margin-top: 10px;
	margin-right: -15px;
}
#dataWife .form-group, #dataOther .form-group {
	display: inline-block;
	width: 40%
}
.boxDataChildren {
	margin-right: -15px
}
.maritalStatus {
	padding-right: 0
}


#dataChildren {
	display: none
}
#dataChildren .form-group {;
	display: inline-block;
	width: 31%
}
#dataChildren  .ti-close {
    font-size: 23px;
    background: red;
    color: #fff;
    padding: 5px;
    height: 50px;
    width: 47px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
#dataChildren p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#dataChildren .countChildren {
	border: 2px solid #eaeaea;
	padding: 5px;
	width: 60px
}

#addBoxDataChildren {
	background: #76892f;
	color: #fff;
	padding: 2px 15px;
	border-radius: 30px;
	margin-right: 15px;
	margin-bottom: 30px
}
#dataDisability {
	display: none
}

#Disability {
	display: none
}
.disability {
	margin: 20px 0
}
.disability p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.disability .form-group {;
	width: 33.1%;
	display: inline-block;
	margin-top: 10px
}



.socialAffairs {
	margin: 20px 0
}
.socialAffairs p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#dataAffairs {
	display: none
}
#dataAffairs .form-group ,#fatherIDNumberBox .form-group {
	width: 33%;
	display: inline-block;
	margin-top: 10px
}

.reliefAgency p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#dataReliefAgency {
	display: none
}
#dataReliefAgency .form-group {
	width: 33%;
	display: inline-block;
	margin-top: 10px
}


.clearFix {
	clear: both
}
.btnHome {
    text-align:center;
    margin-top: 100px;
}
.btnHome a {
    background: #76892f;
    color: #fff;
    width: 300px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 18px;
    margin:10px;
}
.EducationalQualifications p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#dataEducational {
	margin-top: 10px;
	display: none
}
#dataEducational .form-group {
	display: inline-block;
	width: 33%
}
#dataEducational .col-md-3 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
.PracticalExperience > p {
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0
}
.CurrentlyWorking > .col-md-4 {
    padding-right:0;
}
.CurrentlyWorking p{
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#dateWork, #YearsExperience {
	margin-top: 10px;
	display: none
}

.PracticalPxperience p{
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}


#addOperator {
	background: #76892f;
	color: #fff;
	padding: 2px 15px;
	border-radius: 30px;
	margin-bottom: 30px
}
.boxOperatorData .form-group > label {
	font-size: 13px
}
#OperatorData {
	display: none
}
#OperatorData p {
	margin-bottom: 20px
}

.Benefited {
	margin: 30px 0 20px
}
.Benefited  p {
	font-size: 15px;
}


.allDescrptionJobs {
	padding: 50px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
}
.boxJobs{
	border: 1px solid #76892f;
	padding: 20px 0 0;
	margin-bottom: 30px;
	overflow: auto;
}
.boxJobs1{
	border: 1px solid #76892f;
	padding: 20px 0 0;
	margin-bottom: 30px;
	overflow: auto;
	background: #e0ecba;
}
.boxJobs h5, .boxJobs1 h5 {
	color: #76892f;
	margin-bottom: 40px;
	font-weight: bold;
}
.boxJobs .Disciplines, .boxJobs1 .Disciplines {
	padding: 20px;
	height: 100px;
	position: relative;
	margin-bottom: 20px;
}
.boxJobs .Disciplines lable, .boxJobs1 .Disciplines lable{
    position: absolute;
    top: -10px;
    font-size: 15px;
    font-weight: bold;
}
.boxJobs .Disciplines span, .boxJobs1 .Disciplines span {
	background: #76892f;
	color: #fff;
	padding: 3px 10px;
	border-radius: 10px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px
}
.boxJobs .descrptionJobs, .boxJobs1 .descrptionJobs {
	margin-bottom: 20px;
	padding:0 20px;
}
.boxJobs1 .descrptionJobs .dateJob{
	position: relative;
	margin-bottom: 20px;
}
.boxJobs .descrptionJobs .dateJob{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 40px;
}
.boxJobs .descrptionJobs .dateJob i, .boxJobs1 .descrptionJobs .dateJob i {
    color:#000;
}
.boxJobs .descrptionJobs small, .boxJobs1 .descrptionJobs small {
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    display: block;
    position: relative;
    color: #787878;
    width: 40%;
    text-align: center;
}
.remainingTime {
    text-align:center;
}
.remainingTime p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: -25px;
}
.remainingTime h2 {
    color:#f00;
    font-size: 28px;
    font-weight: bold;
}
.remainingTime h2 span {
    color: #000;
    font-size: 13px;
    margin-top: 8px;
}
.descrptionJobs .dateJob lable {
    position: absolute;
    top: -25px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:10px;
}
.ConditionsProgressText {
    padding-right: 10px;
}
.boxJobsDetails .descrptionJobs time{
	width: 27.3334%;
}
.descrptionJobs time{
	font-weight: bold;
    display: block;
    position: relative;
    font-size:14px;
    color: #787878;
}
.descrptionJobs time i {
    font-style:normal;
    font-size: 13px;
}
.locationJobs {
    margin-top: 40px;
    display: flex;
    position: relative;
}
.locationJobs lable {
    position: absolute;
    top: -25px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:10px;
}

.descrptionJobs small lable{
    position: absolute;
    top: -35px !important;
    color:#000;
}
.descrptionJobs b{
	font-weight: bold;
	text-align: right;
	margin-left: 15px;
    display: block;
    position: relative;
    color: #787878;
}


.descrptionJobs i {
	margin-left: 5px;
	    font-size: 18px;
}
.descrptionJobs b i {
    
}
.boxJobs a {
	width: 100%;
	display: block;
	background: #76892f;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px
}
.boxJobsDetails a{
    background: #76892f;
    color: #fff;
    font-size: 15px;
    padding: 10px 40px;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    margin-top: -20px;
    cursor: pointer !important;
    position: relative;
    z-index: 999;
    width:100%;
    text-align:center;
}
.boxJobs1 a{
    background: #76892f;
    color: #fff;
    font-size: 15px;
    padding: 10px 40px;
    margin-top: -20px;
    cursor: pointer !important;
    text-align: center;
    display: block;
}
.boxJobsDetails {
	padding: 20px 0 0;
	margin-bottom: 30px;
	position: relative;
}
.boxJobsDetails h5 {
	color: #76892f;
	margin-bottom: 20px
}
.boxJobsDetails .Disciplines {
	padding: 20px;
	min-height: 100px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 30px;
}
.boxJobsDetails .Disciplines lable{
    position: absolute;
    top: -10px;
    font-size: 15px;
    font-weight: bold;
}
.boxJobsDetails .Disciplines span {
	background: #76892f;
	color: #fff;
	padding: 3px 10px;
	border-radius: 10px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px
}
.boxJobsDetails .descrptionJobs {
	margin-bottom: 50px;
	padding:0 20px;
}
.boxJobsDetails .dateJob{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 50px;
}

.CategoryJobs {
    margin-bottom:50px;
}
.CategoryJobs small{
	font-weight: bold;	
	margin-top: 10px;
	font-size: 14px;
    display: block;
    position: relative;
    color: #787878;
}
.ConditionsProgress  {
    margin-bottom:50px;
    padding: 0 20px;

}
.ConditionsProgress h6{
    margin-bottom:10px;
    font-weight:bold;
}
.ConditionsProgress p{
    font-size:15px;
    margin-bottom:50px;
}
.ConditionsProgressText p {
    margin-bottom:10px;
}
.RemainingTime {
    position:absolute;
    left:50px;
    top:50px;
    text-align:center
}
.RemainingTime p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: -25px;
}
.RemainingTime h2 {
    color:#f00;
    font-size: 28px;
    font-weight: bold;
}
.RemainingTime h2 span {
    color: #000;
    font-size: 13px;
    margin-top: 8px;
}


.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error label,.has-error label span,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #ff0000 !important;
    background: #ffe1e1 !important;
}

.has-error .form-control {
    background: #ffe1e1;
    border-color: #ff0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #ff0000;
     background: none;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ff7b7b;*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ff7b7b*/
}

.has-error .input-group-addon {
    color: #ff0000;
    background-color: #f2dede;
    border-color: #ff0000
}

.has-error .form-control-feedback {
    color: #ff0000
}


.has-error-radio{
    color: #ff0000
}


.workPlace1 .col-md-3, .workPlace .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 23%;
    padding-left: 5px;
    padding-right: 5px;
}
.removeElement{
    background: red;
    color: white;
    height: 50px;
    width: 47px;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
}

.logOut {
    color:#fff !important;
}
.checkOrder, .checkOrder:hover {
    margin-bottom: 50px;
    display: block;
    font-size: 20px;
    background: #76892f;
    color: #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    max-width: 500px;
    border-radius: 5px;
    margin: 50px auto;
}
.previousRequests {
    font-size: 20px;
    margin: 10px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    background:#fff;
}
.table .headTable{
    background: #76892f;
    color: #fff;
    
}
.table .headTable th {
    font-size: 15px !important;
}
tr {
    border: 1px solid #ddd;
    padding: 28px !important;
}
tr i {
    font-size:20px;
}
.ti-na {
    color:#f00;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 22px;
    line-height: 1.42857143;
    vertical-align: text-top;
    border: 0;
    font-size:13px;
}
/*# sourceMappingURL=style.css.map */











@media (max-width: 991px) {
.steps ul li .step-arrow {
    top: 45%;
    left: 102%; 
    display: none;
}
.cart_totals {
    width: 74%; 
} 

.boxJobs .Disciplines {
    padding: 20px;
    height: auto
}
.boxJobsDetails .Disciplines {
    padding: 20px;
    height: auto;
    margin-left: 120px;
}
.RemainingTime {
    position: absolute;
    left: 20px;
    top: 85px;
    text-align: center;
}
.descrptionJobs small {
    
    width: 50%;
}
.descrptionJobs b {
    width: 100%;
}
.descrptionJobs time {
    width: 50%;
}
.descrptionJobs small {
    width: 50%;
}
.actions li:first-child a {
    width:132px;
    position: absolute;
    right: 20px;
    bottom: 40px;
}
.boxJobs1 a {
    margin-top: -20px;
}
.logoProject {
    display: block;
}
.logoProject .imgLogoJobs {
    width: 100%;
}
.logoProject .secHead {
    width: 100%;
}
.descrptionJobs small {
    width: 100%; 
    }
#dataAffairs .form-group, #fatherIDNumberBox .form-group {
    width: 100%;
}
#dataWife .form-group, #dataOther .form-group {
    display: inline-block;
    width: 100%;
}
#dataChildren .form-group {
    display: inline-block;
    width: 100%;
}
#dataReliefAgency .form-group {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
#dataChildren .form-group {
    display: inline-block;
    width: 100%;
}
#dataChildren .ti-close {
    width: 92%;
    margin-right: 15px;
    margin-bottom: 30px;
}
#dataEducational .form-group {
    display: inline-block;
    width: 100%;
}
.workPlace1 .col-md-3, .workPlace .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.removeElement {
    width: 97%;
    margin-bottom: 30px;
    margin-right: 5px;
}
#dataEducational .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (max-width: 767px) {

.steps ul li .step-arrow {
    top: 35%; 
    display: none;
}
.wrapper {
    width: auto;
    padding: 0;
    height: auto; 
}
.wizard {
    height: auto;
    padding: 40px 20px 20px;
}
.form-row {
    display: block; 
}
.form-row .form-holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
}
.form-row .form-group {
    width: 100%;
    display: block; 
}
.actions ul {
    flex-direction: column;
    align-items: flex-end; 
}
.actions ul li {
    margin-bottom: 20px; 
}
.boxJobs .Disciplines {
    padding: 20px;
    height: auto
}
.descrptionJobs b {
    width: 100%;
}
.descrptionJobs time {
    width: 50%;
}
.boxJobs .descrptionJobs small {
    width: 50%;
    text-align: right;
    margin-top:50px;
}
.actions li:first-child a {
    width: 132px;
    position: absolute;
    right: 20px;
    bottom: 40px;
}
.descrptionJobs .dateJob lable {
        width: 150px;
}
.boxJobs1 a {
    margin-top: -20px;
}
.logoProject {
    display: block;
}
.logoProject .imgLogoJobs {
    width: 100%;
}
.logoProject .secHead {
    width: 100%;
}
.allDescrptionJobs {
	    padding:30px 0;
	}
.descrptionJobs small {
    width: 100%; 
    }
.RemainingTime {
    position: absolute;
    left: 20px;
    top: 85px;
    text-align: center;
}
#dataAffairs .form-group, #fatherIDNumberBox .form-group {
    width: 100%;
}
#dataWife .form-group, #dataOther .form-group {
    display: inline-block;
    width: 100%;
}
#dataChildren .form-group {
    display: inline-block;
    width: 100%;
}
#dataReliefAgency .form-group {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
#dataChildren .form-group {
    display: inline-block;
    width: 100%;
}
#dataChildren .ti-close {
    width: 92%;
    margin-right: 15px;
    margin-bottom: 30px;
}
#dataEducational .form-group {
    display: inline-block;
    width: 100%;
}
.workPlace1 .col-md-3, .workPlace .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.removeElement {
    width: 97%;
    margin-bottom: 30px;
    margin-right: 5px;
}
#dataEducational .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}








