

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt130 {
  padding-top: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pt180 {
  padding-top: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1170px;
}

.ugf-wraper {
  background: url(../images/bg/job-1-bg.jpg) no-repeat center bottom;
  /* background-size: cover; */
  background-attachment: fixed;
}

.ugf-nav-wrap {
  padding: 20px 0;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: url(../images/bg/for-heading.jpg)center no-repeat ;
  background-size: cover;

}

.ugf-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 5px 0;
  padding-left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ugf-nav .logo-wrap {
  /* position: absolute; */
  top: 5px;
  left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ugf-nav .logo-wrap .logo,
.ugf-nav .logo-wrap .logo-half {
  /* position: absolute; */
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

 .job-wrap h3 {
  padding-top: 15px;
  padding-left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 28px;
  color: #00c998;
}

.ugf-nav .job-wrap h3 {
  font-size: 1.8rem;
  color: #1c2437;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
}

.ugf-nav .job-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ugf-nav .job-wrap ul li {
  margin-right: 20px;
  font-size: 1.4rem;
  color: #546274;
}

.ugf-nav .job-wrap ul li:last-child {
  margin-right: 0;
}

.ugf-nav .job-wrap ul li img {
  margin-right: 10px;
}

.ugf-nav-wrap.fixed .ugf-nav {
  padding: 0;
  /* padding-left: 60px; */
}

.ugf-nav-wrap.fixed .ugf-nav .logo-wrap {
  top: 0;
}

.ugf-nav-wrap.fixed .ugf-nav .logo-wrap .logo {
  /* visibility: hidden;
  opacity: 0; */
}

.ugf-nav-wrap.fixed .ugf-nav .job-wrap {
  padding-top: 0;
}

.ugf-nav-wrap.fixed .ugf-nav .job-wrap h3 {
  padding-bottom: 0;
}

.ufg-job-application-wrapper {
  padding: 200px 0 50px;
}

.ufg-job-application-wrapper .job-application-form .input-type-block + .input-type-block {
  margin-top: 50px;
}

.ufg-job-application-wrapper .job-application-form .input-type-block.check-field .form-group, .ufg-job-application-wrapper .job-application-form .input-type-block.radio-field .form-group {
  margin-bottom: 0px;
}

.ufg-job-application-wrapper .job-application-form .input-type-block.check-field .form-group:last-child, .ufg-job-application-wrapper .job-application-form .input-type-block.radio-field .form-group:last-child {
  margin-bottom: 0;
}

.ufg-job-application-wrapper .job-application-form h4 {
  font-size: 25px;
  font-weight: 500;
  color: #1c2437;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 7px;
}

.ufg-job-application-wrapper .job-application-form h4 span {
  font-weight: 400;
  color: #546274;
}

.ufg-job-application-wrapper .job-application-form h4 .required {
  color: #ff3e58;
}

.ufg-job-application-wrapper .job-application-form .form-group {
  margin-bottom: 12px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 25px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .lebel-text {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1c2437;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .lebel-text span {
  color: #ff3e58;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
  height: 60px;
  margin-right: 20px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-input {
  display: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label {
  border-color: #1e85ff;
  color: #1e85ff;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #1e85ff;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  content: url(../images/check-white.svg);
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-label {
  cursor: pointer;
  background: #ffffff;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #b2becc;
  padding-left: 58px;
  text-transform: capitalize;
  position: relative;
  top: 0;
  left: 0;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-label:before {
  height: 18px;
  width: 18px;
  border-radius: 5px;
  background: #e1e7ee;
  border: none;
  top: 12px;
  left: 20px;
}

.ufg-job-application-wrapper .job-application-form .form-group.check-gender .custom-radio .custom-control-label:after {
  height: 18px;
  width: 18px;
  top: 12px;
  left: 20px;
  border-radius: 5px;
}

.ufg-job-application-wrapper .job-application-form .form-group .input-label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1c2437;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
}

.ufg-job-application-wrapper .job-application-form .form-group .input-label span {
  color: #ff3e58;
  margin-right: 3px;
}

.ufg-job-application-wrapper .job-application-form .form-group .input-label .text {
  font-size: 1.2rem;
  color: #546274;
  font-weight: 400;
}

.ufg-job-application-wrapper .job-application-form .form-group .form-control {
  height: 48px;
  background: transparent;
  border: 1px solid #989898c7;
  border-radius: 5px;
  padding: 0 6px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.4rem;
  /* cursor: pointer; */
}

.ufg-job-application-wrapper .job-application-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2becc;
}

.ufg-job-application-wrapper .job-application-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2becc;
}

.ufg-job-application-wrapper .job-application-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2becc;
}

.ufg-job-application-wrapper .job-application-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b2becc;
}

.ufg-job-application-wrapper .job-application-form .form-group textarea.form-control {
  height: 110px;
  padding-top: 15px;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-checkbox .custom-control-input {
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #1888f5;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-checkbox .custom-control-label {
  width: auto;
  text-align: left;
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-left: 30px;
  cursor: default;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 400;
  color: #546274;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-checkbox .custom-control-label:before {
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-checkbox .custom-control-label:after {
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-checkbox .custom-control-label a {
  color: #1e85ff;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-radio .custom-control-input {
  display: none;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-width: 2px;
  border-color: #1e85ff;
  background: #ffffff;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-radio .custom-control-label {
  width: auto;
  text-align: left;
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-left: 30px;
  cursor: default;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 400;
  color: #546274;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-radio .custom-control-label:before {
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-radio .custom-control-label:after {
  top: 7px;
  left: 5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #1e85ff;
  opacity: 0;
  content: '';
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file {
  height: auto;
  height: 80px;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file .form-control {
  outline: none;
  display: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file .custom-file-label {
  top: 28px;
  overflow: hidden;
  margin-bottom: 0;
  height: 60px;
  border-radius: 5px;
  padding: 0;
  color: #b2becc;
  border: 1px dashed #bfbfbf;
  padding-left: 140px;
  line-height: 60px;
}

.ufg-job-application-wrapper .job-application-form .form-group .custom-file .custom-file-label:after {
  content: '+ CHOOSE FILE';
  top: 16px;
  left: 25px;
  right: auto;
  font-size: 1.2rem;
  color: #546274;
  background: #eceff2;
  border-radius: 5px;
  border: 0;
}

.ufg-job-application-wrapper .job-application-form .btn {
  height: 60px;
  width: 100%;
  border-radius: 30px;
  background: #1e85ff;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.final-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 120px 0;
  text-align: center;
}

.final-content .icon {
  margin-bottom: 20px;
}

.final-content h2 {
  font-size: 3.6rem;
  font-weight: 500;
  color: #1c2437;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 10px;
}

.final-content p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #546274;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.form-group{
  position: relative;
}
.input-group span.error{
  top: 20px !important;
}
.select-input span.error{
  top: 20px !important;
  right: 33px !important;
}
span.error#experiance-error{
  top: 0px !important;
}
span.error#checkbox-error{
  top: 3px !important;
}
span.error{
	color: #ff0000 !important;
	position: absolute;
	right: 20px !important;
	top: 45px !important;
	left: auto !important;
	text-transform: none !important;
	min-width: max-content;
  }
  input.error{
	border-color: rgba(255, 0, 0, 0.50) !important;
  }
  input.error:focus{
	background: transparent !important;
	border: 1px solid rgba(255, 0, 0, 0.50) !important;
  }

@media all and (max-width: 991px) {
  .ugf-nav {
    display: block;
  }
  .ugf-nav .salary {
    margin-top: 10px;
  }
  .ufg-job-application-wrapper {
    padding-top: 260px;
  }
}
