/*--------------------------------------------------------------
# Top Header Slider css start- Desktop
--------------------------------------------------------------*/

.top-slider-bg {
  width: 100%;
}

.top-slider-bg img {
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------------------
# Job Details css start- Desktop
--------------------------------------------------------------*/

.main-job-details {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.job-details {
  width: 46%;
  height: auto;
}

.job-title h1 {
  color: #2E3E59;
  font-weight: 700;
  font-size: 34px;
  padding: 0 0 10px 0;
  margin: 0px;
}

.job-title h1 span {
  color: #F78F12;
}

.job-title p {
  padding: 10px 0 4px 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #2E3E59;
}

p.address {
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}

.job-description h2 {
  padding: 10px 0 0px 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #2E3E59;
  margin: 0;
}

.job-description {
  margin-top: 12px;
}

.job-description p {
  color: #646565;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}

.job-description h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #2E3E59;
}

.job-description h3 span {
  color: #646565;
  line-height: 28px;
  margin: 0px;
  padding: 0 0 0 9px;
  font-weight: 400;
  font-size: 14px;
}

.recommended-bx {
  width: 75%;
  margin: auto;
}

.recomd-bx {
  width: 78%;
  height: auto;
  background: #fff;
  border: 1px solid #D6D8DA;
  border-radius: 5px;
  padding: 24px 22px;
  margin: 20px 14px 30px 0px;
}

.recomd-bx ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.recomd-bx ul li {
  line-height: 24px;
}

.recomd-bx ul li:nth-child(2) {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.recommended-title {
  margin-top: 12px;
  color: #16171A;
}

.rating-img {
  width: 80px;
  height: 80px;
  background: #f9dfe1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  margin-right: 18px;
}

.rating-img img {
  width: 72px;
  height: 72px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
}

.recommended-title span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #797979;
  line-height: 23px;
}

.recomd-bx ul li p {
  font-weight: 300;
  color: #434343;
  font-size: 12px;
  margin: 0px;
}

.star-1 {
  margin-top: 10px;
}

.star-1 a {
  color: #E9677E;
  text-decoration: none;
  padding: 0 0px;
}

.business-btn {
  border-radius: 4px;
  font-weight: 300;
  padding: 12px 48px;
  margin-top: 6px;
}


/*--------------------------------------------------------------
# Job from css start- Desktop
--------------------------------------------------------------*/

.job-from {
  width: 48%;
  /* border-left: 1px solid #dddada; */
  margin-bottom: 60px;
  padding-bottom: 34px;
  background: #ebebeb;
  padding: 36px 0 36px 0;
}

.jobapply-title {
  color: #2e3e59;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
}

.job-from-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px 36px 0 36px;
}

.job-from-ul li {
  width: 48%;
  min-height: 86px;
}

span.icon-calendar {
  position: absolute;
  right: 10px;
  top: 40px;
}

ul.job-from-ul li input.input-box::placeholder {
  color: #b1b3b9;
  font-weight: 300;
  font-family: Roboto;
}

ul.job-from-ul li textarea.input-box::placeholder {
  color: #b1b3b9;
  font-weight: 300;
  font-family: Roboto;
}


/* file uploader */

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 42px;
  background: #dddddd;
  margin: 0px 0 0 0;
  border-radius: 8px;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #dddddd;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 42px;
  line-height: 20px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 42px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.submit-profile {
  margin: auto;
  display: block;
  padding: 18px 60px !important;
  border-radius: 5px;
  width: 50%;
  margin-top: 30px;
}

.file-upload-wrapper span {
  fill: #6c6c6c;
  position: absolute;
  right: 29px;
  z-index: 999;
  top: 11px;
}

@media (max-width:1192px){
    .job-details, .job-from{
        width: 50%
    }
  
}


@media (max-width:680px){
    .main-job-details{
        flex-wrap: wrap;
    }
    .job-details, .recomd-bx{
        width: 100%
    }
    .job-from{
         width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 18px 0;
    }
    .star-1{
        margin-top: 4px;
    }    
    .job-from-ul {
        padding: 20px 14px 0 14px;
    }
    .from-group.input-file {
        margin-top: 16px !important;
    }
    
    .submit-profile {         
        padding: 13px 0 !important;
        width: 55%;
        margin-top: 30px;
    }
    
}