.job_feild input  {
	width: 100%;
	float: right;
	font-size: 18px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	overflow: visible;
	direction: rtl;
	line-height: 1em;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	border: 0;
	border: 1.5px solid #464950;
	color: #464950;
	font-family: "Heebo", sans-serif;
	font-weight: 300;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
}
.job_feild input:focus {
	width: 100%;
	float: right;
	font-size: 18px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	overflow: visible;
	direction: rtl;
	line-height: 1em;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	border: 0;
	border: 1.5px solid #464950;
	color: #464950;
	font-family: "Heebo", sans-serif;
	font-weight: 300;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
}
.job_feild textarea  {
	width: 100%;
	float: right;
	font-size: 18px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	overflow: visible;
	direction: rtl;
	line-height: 1em;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	border: 0;
	border: 1.5px solid #464950;
	color: #464950;
	font-family: "Heebo", sans-serif;
	font-weight: 300;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
}
#comments1   {
	height:125px;
	
}
.career_send_button {
    float: left;
    height:50px!important;
    font-size: 18px !important;
    font-weight: 400;
    width: 100%;
    text-align: center !important;
    cursor: pointer;
    border: 0 !important;
    padding: 10px 10px 10px 50px;
    color: #fff !important;
    background-color: #b75f31 !important;
    border: 0px solid #010101 !important;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
	background-image: url('../../../images/System/galnor_arrow_left.png')!important;
    background-position:15px;
    background-repeat:no-repeat;
    background-size:25px;
}
.career_send_button:hover {
	color: #fff !important;
	background-color: #45484f !important;
	border: 0px solid #45484f !important;
}
.career_send_button:focus {
    float: left;
    height:50px!important;
    font-size: 18px !important;
    font-weight: 400;
    width: 100%;
    text-align: center !important;
    cursor: pointer;
    border: 0 !important;
    padding: 10px 10px 10px 50px;
    color: #fff !important;
    background-color: #45484f !important;
    border: 0px solid #010101 !important;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
	background-image: url('../../../images/System/galnor_arrow_left.png')!important;
    background-position:15px;
    background-repeat:no-repeat;
    background-size:25px;
}
.career_upload_container {
	float: right;
	width: 180px;
    border: 1px solid #010101 !important;
    padding-bottom: 5px;
	-webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
	background-color: #464950;
	color:#fff!important
}
.career_upload_btn {
    float: right;
    width: 100%;
    font-size:0!important;
    border:0!important;
    cursor:pointer;   
    opacity:0;
	
}
.career_upload_btn_text {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	float: right;
	width: 100%;
	line-height: 1em;
	direction: rtl;
    padding: 10px;
    box-sizing: border-box;
}
.career_upload_btn_text:hover {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	float: right;
	width: 100%;
	line-height: 1em;
	direction: rtl;
	color:#fff;
	margin-top:0px;
}
.career_upload_container:hover {
	color: #fff !important;
	background-color: #010101 !important;
}
.career_form_field_title {
	margin-bottom: 10px;
}
.job_id_wapper {
	width: 100%;
	float: right;
}
.job_id_section {
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
}
.back_to_container {
	float: right;
	width:100%;
	display:inline-block;
	text-align:center;
	margin-top:150px;
}
.back_to_btn {
	float: right;
	margin:auto;
	width:100px;
	display:table;
	text-align:center;
	height:40px;
	border: 0px solid #45484f;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
	background-color:#464950;
	color:#fff!important;
}
.back_to_btn:hover {
	background-color:#b75f31;
	color:#fff;
}
.back_to_btn_text {
	font-size:19px;
}
.jobs_item_name {
	width: 100%;
	float: right;
	position:relative;
	box-sizing:border-box;
	margin-bottom:30px;
	display:flex;
	background-color:#464950;
	color:#fff;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 7px 10px;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
}

.jobs_item_right_side {
	width: 45%;
	float: right;
	margin-left:5%
}
.jobs_item_left_side {
	width: 45%;
	float: right;
}
.jobs_item_title {
	width: 100%;
	float: right;
	margin-bottom:7px;
}
.job_id_form_fields {
	width: 100%;
	float: right;
}

.job_id_form_right {
	width: 50%;
	float: right;
}
.job_id_form_left {
	width: 50%;
	float: right;
}

/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.job_id_wapper {
	padding: 180px 0px 50px 0px;
}
.job_id_section {
	width: 100%;
	float: right;
	padding: 50px;
	box-sizing:border-box;
}
.job_id_item_number {
	margin-bottom: 10px
}
.job_id_name {
	margin-bottom:5px;
}
.job_id_name_container {
	width: 100%;
	float: right;
	position:relative;
	box-sizing:border-box;
	margin-bottom:30px;
	display:flex;
	background-color:#fff;
	color:#464950;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 7px 10px;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
}
.job_id_text {
	margin-bottom:25px;
}
.job_id_form {
	width: 100%;
	float: right;
	padding: 0px;
	box-sizing:border-box;
	position:relative;
	margin-top:50px
}
.job_id_feild_long {
	width: 100%;
	float: right;
	position:relative;
}
.job_id_feild {
	width: 32%;
	float: right;
	position:relative;
	margin-left:2%;
	margin-bottom:50px;
}
.job_id_feild:nth-of-type(3n) {
	margin-left:0;
}
.job_id_long_feild {
	width: 100%;
	float: right;
	position:relative;
}
.job_id_buttons_con {
	width: 100%;
	float: right;
	margin-top:80px;
}
.fileUpload1 {
	width: auto;
	float: left;
	margin-bottom: 0px
}
.career_btn_container {
	width: 120px;
	float: left;
	margin-right:20px
}
.career_checkbox_container {
	width: auto;
	float: right;
	margin-top: 20px;
	margin-right:10px;
	direction: rtl;
}
#career_progress_gif {
	float: none;
	height: 100%;
	width: 100%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0%;
	left: 0%;
	position: absolute;
}
#career_progress_gif img {
	height: 70px;
	width: 70px;
	margin-top: 110px;
	margin-left: 0px;
}

}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.job_id_section {
	width: 100%;
	float: right;
	padding: 50px;
	box-sizing:border-box;
}
.job_id_item_number {
	margin-bottom: 10px
}
.job_id_name {
	margin-bottom:15px;
}
.job_id_text {
	margin-bottom:15px;
}
.job_id_form {
	width: 100%;
	float: right;
	padding: 0px;
	box-sizing:border-box;
	position:relative;
}
.job_id_feild {
	width: 47.5%;
	float: right;
	position:relative;
	margin-left:5%;
	margin-bottom:40px;
}
.job_id_feild:nth-of-type(2n) {
	margin-left:0;
}
.job_id_long_feild {
	width: 100%;
	float: right;
	position:relative;
}
.job_id_buttons_con {
	width: 100%;
	float: right;
	margin-top:20px;
}
.fileUpload1 {
	width: auto;
	float: right;
	margin-bottom: 0px
}
.career_btn_container {
	width: 140px;
	float: right;
	margin-right:30px
}
.career_checkbox_container {
	width: auto;
	float: right;
	margin-top: 20px;
	margin-right:10px;
	direction: rtl;
}
#career_progress_gif {
	float: none;
	height: 100%;
	width: 100%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0%;
	left: 0%;
	position: absolute;
}
#career_progress_gif img {
	height: 70px;
	width: 70px;
	margin-top: 110px;
	margin-left: 0px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.job_id_section {
	width: 100%;
	float: right;
	padding: 20px;
	box-sizing:border-box;
}
.job_id_item_number {
	margin-bottom: 10px
}
.job_id_name {
	margin-bottom:15px;
}
.job_id_form {
	width: 100%;
	float: right;
	padding: 0px;
	box-sizing:border-box;
	position:relative;
}
.job_id_feild {
	width: 47.5%;
	float: right;
	position:relative;
	margin-left:5%;
	margin-bottom:40px;
}
.job_id_feild:nth-of-type(2n) {
	margin-left:0;
}
.job_id_long_feild {
	width: 100%;
	float: right;
	position:relative;
}
.job_id_buttons_con {
	width: 100%;
	float: right;
	margin-top: 0px;
}
.fileUpload1 {
	width: auto;
	float: right;
	margin-bottom: 0px
}
.career_btn_container {
	width: 140px;
	float: right;
	margin-right:30px
}
.career_checkbox_container {
	width: auto;
	float: right;
	margin-top: 20px;
	margin-right:10px;
	direction: rtl;
}
#career_progress_gif {
	float: none;
	height: 100%;
	width: 100%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0%;
	left: 0%;
	position: absolute;
}
#career_progress_gif img {
	height: 70px;
	width: 70px;
	margin-top: 110px;
	margin-left: 0px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.job_id_section {
	width: 100%;
	float: right;
	padding: 20px;
	box-sizing:border-box;
}
.job_id_item_number {
	margin-bottom: 10px
}
.job_id_name {
	margin-bottom:15px;
}
.job_id_form {
	width: 100%;
	float: right;
	padding: 0px;
	box-sizing:border-box;
	position:relative;
}
.job_id_feild {
	width: 100%;
	float: right;
	position:relative;
	margin-left:0;
	margin-bottom:20px;
}
.job_id_feild:nth-of-type(2n) {
	margin-left:0;
}
.job_id_long_feild {
	width: 100%;
	float: right;
	position:relative;
}
.job_id_buttons_con {
	width: 100%;
	float: right;
	margin-top: 0px;
}
.fileUpload1 {
	width: auto;
	float: right;
	margin-bottom: 0px
}
.career_btn_container {
	width: 140px;
	float: right;
	margin-right:30px
}
.career_checkbox_container {
	width: auto;
	float: right;
	margin-top: 20px;
	margin-right:10px;
	direction: rtl;
}
#career_progress_gif {
	float: none;
	height: 100%;
	width: 100%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0%;
	left: 0%;
	position: absolute;
}
#career_progress_gif img {
	height: 70px;
	width: 70px;
	margin-top: 110px;
	margin-left: 0px;
}
.career_upload_container {
	float: right;
	width: 140px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #1b4475 !important;
    padding-bottom: 5px;
}
.career_btn_container {
	width: 130px;
	float: right;
	margin-right:10px
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.job_id_section {
	width: 100%;
	float: right;
	padding: 20px;
	box-sizing:border-box;
}
.job_id_item_number {
	margin-bottom: 10px
}
.job_id_name {
	margin-bottom:15px;
}
.job_id_form {
	width: 100%;
	float: right;
	padding: 0px;
	box-sizing:border-box;
	position:relative;
}
.job_id_feild {
	width: 100%;
	float: right;
	position:relative;
	margin-left:0;
	margin-bottom:20px;
}
.job_id_feild:nth-of-type(2n) {
	margin-left:0;
}
.job_id_long_feild {
	width: 100%;
	float: right;
	position:relative;
}
.job_id_buttons_con {
	width: 100%;
	float: right;
	margin-top: 0px;
}
.fileUpload1 {
	width: auto;
	float: right;
	margin-bottom: 0px
}
.career_btn_container {
	width: 140px;
	float: right;
	margin-right:30px
}
.career_checkbox_container {
	width: auto;
	float: right;
	margin-top: 20px;
	margin-right:10px;
	direction: rtl;
}
#career_progress_gif {
	float: none;
	height: 100%;
	width: 100%;
	padding-top: 0%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0%;
	left: 0%;
	position: absolute;
}
#career_progress_gif img {
	height: 70px;
	width: 70px;
	margin-top: 110px;
	margin-left: 0px;
}
.career_upload_container {
	float: right;
	width: 140px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #1b4475 !important;
    padding-bottom: 5px;
}
.career_btn_container {
	width: 130px;
	float: right;
	margin-right:10px
}
}
