/*Head section start*/
.job-container {
  position: relative;
  padding-bottom: 84px;
  height: 400px;
  background: linear-gradient(64deg, rgb(0, 0, 0) 0%, rgb(51, 51, 51) 100%);
  border-radius: 0 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
}

.job-heading {
  margin: unset;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  max-width: 90%;
  color: #ffffff !important;
}

.job-list-ctn {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}

.job-list-view {
  font-size: 24px;
  font-weight: 300;
  color: rgb(255, 255, 255)
}

/*Head section End*/

/*Job About role section*/
.job-about-role {
  padding: 24px 0 60px;
  border-radius: 8px;
  background-color: #3333330A;
  width: 94%;
  margin: 0 auto;
}

.job-role-title {
  text-align: center;
  line-height: 2.4em;
  font-size: 40px;
  padding: 84px 0 10px 0;
}

.job-about-role-ctn {
  padding: 0 32px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3333331A;
}

.job-heading-role {
  align-self: flex-start;
}

.job-heading-text-role {
  color: #03004D;
  font-size: 24px;
  font-weight: 600;
}

.job-sub-heading-role {
  padding-top: 8px;
  display: flex;
  align-items: center;
}

.job-heading-role-smry {
  padding: 0 0 32px;
  padding-top: 28px;
  align-items: flex-start;
  justify-content: unset;
  border-bottom: 1px solid #3333331A;
}

.job-role-smry-ctn {
  margin-left: 32px;
}

.job-role-smry-heading {
  position: relative;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}

.job-role-smry-heading:before {
  content: "";
  position: absolute;
  width: 4px;
  top: 2px;
  height: 26px;
  border-radius: 2px;
  left: -12px;
  background-color: var(--selection-background);
}

.job-role-smry-text {
  padding-top: 16px;
  color: #707070;
  line-height: 30px;
  word-wrap: break-word;
}

.job-role-smry-text ol {
  list-style: none;
}

.job-role-smry-text ul {
  list-style: none;
}

p {
  margin: 0;
}

ol {
  margin: 0;
  padding-left: 15px;
}

ul {
  margin: 0;
  padding-left: 15px;
  list-style-type: disc;
}

.job-role-smry-text br {
  list-style: none;
}

.job-role-fields {
  padding: 28px 32px 0;
}

.job-role-fields-ctn {
  margin-top: 6px;
}

.job-role-fields-sub-ctn:not(:last-child) {
  margin-bottom: 40px;
}

.job-role-fields-sub-ctn {
  display: flex;
  align-items: center;
}

.job-role-location {
  margin-right: 20px;
  min-width: 220px;
  font-size: 16px;
  font-weight: 600;
}

.job-role-div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.job-title-info-text {
  line-height: 1.4;
  color: #53535C;
  font-size: 16px;
  font-weight: 300;
}

.job-role-specs {
  margin: 0 16px 6px 0;
  padding: 6px 12px;
  border-radius: 4px;
  color: #333333;
  background-color: #3333331A;
  box-shadow: inset 0 0 0 0.4px #333333;
}

/*Job About role section End*/

/*About Company Start*/
.job-container-about {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-container-about-video {
  position: relative;
  width: 65%;
  padding: 36px 60px 54px 40px;
}

.job-video {
  position: relative;
  z-index: 4;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 20px 0 rgba(41, 49, 73, 0.15);
}

.job-container-desc {
  width: 94%;
  margin: 0 auto;
}

.job-desc {
  padding: 28px 32px;
  word-wrap: break-word;
}

.job-about-desc {
  width: 100%;
  font-size: 16px;
  color: #707070;
  line-height: 1.75;
}

/*About Company Start*/

@media screen and (max-width: 720px) {

  .job-container {
    padding-bottom: 60px;
    height: unset;
    min-height: 300px;
    border-radius: 0 0 0 48px;
  }

  .job-heading {
    font-size: 20px;
  }

  .job-list-view {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.8;
  }
}


@media screen and (max-width: 720px) {
  .job-about-role {
    width: 100%;
    padding-bottom: 32px;
    border-radius: 12px;
  }

  .job-about-role-ctn {
    padding: 0 12px 16px 16px;
  }

  .job-heading-text-role {
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700;
  }

  .job-sub-heading-role {
    padding-top: 6px;
    flex-wrap: wrap;
  }

  .job-title-info-text {
    font-size: 12px;
    font-weight: unset
  }

  .job-heading-role-smry {
    padding: 14px 12px 16px 16px;
  }

  .job-role-smry-ctn {
    margin-left: unset;
    font-size: 12px;
  }

  .job-role-smry-heading {
    font-size: 14px;
    font-weight: 700;
  }

  .job-role-smry-heading:before {
    top: 2px;
    height: 18px;
    left: -10px;
  }

  .job-role-smry-text {
    padding-top: 12px;
    font-size: 12px;
  }

  .job-role-fields {
    padding: 14px 12px 0 16px;
  }

  .job-role-fields-sub-ctn {
    flex-direction: column;
    align-items: start;
  }

  .job-role-fields-sub-ctn:not(:last-child) {
    margin-bottom: 14px;
  }

  .job-role-location {
    margin: 0 0 10px 0;
    min-width: unset;
    font-size: 14px;
  }

  .job-role-specs {
    margin: 0 12px 6px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 720px) {
  .job-container-about {
    flex-direction: column;
  }

  .job-container-about-video {
    padding: 12px;
    width: unset;
  }

  .job-video {
    border-radius: 6px;
  }

  .job-about-desc {
    padding-top: 16px;
    width: unset;
    line-height: 1.5;
    font-size: 12px;
  }
}

.job-fixed-hero-button {
  font-size: 14px !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  border-radius: 0 !important;
  padding: 16px 24px !important;
  opacity: 1 !important;
  z-index: 1;
}

