.career-banner {
  background: url("../images/career-banner-bg.png");
  margin-top: 95px;
  min-height: 305px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.career-banner h2 {
  font-weight: 700;
  font-size: 48px;
  color: #1f419b;
}
.career-bottom-wave {
  position: absolute;
  bottom: -110px;
  left: 0%;
  width: 100%;
}

.career_intro-section {
  background: #faf9f7;
  padding: 73px 0 0;
  position: relative;
  z-index: 1;
}
.career_intro-section h3 {
  color: #1f419b;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 41px;
}

.career_intro-section p {
  color: #222222;
  font-size: 16px;
  font-weight: 300;
}

.career-intro_art {
  position: absolute;
  bottom: -90px;
  right: 0;
  filter: brightness(1.05);
}

.career_yellow-bar {
  position: absolute;
  bottom: -60px;
  left: -40px;
  max-width: 100%;
}

.benefits_section {
  background: url("../images/benefit-bg.png");
  padding-top: 194px;
  padding-bottom: 140px;
  position: relative;
  background-size: cover;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.benefits_section h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 67px;
}

.benefit-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.benefit-inner .benefit-item {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  border-left: 0;
  height: 204px;
  width: 273px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.benefit-inner .benefit-item p {
  color: #fff;
  margin-top: 17px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}

.benefit-inner .benefit-item:nth-child(3) p{
  margin-bottom: 0;
}

.benefit-inner .benefit-item:nth-child(7) p{
  margin-bottom: 0;
}
.benefit_pink_curve {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

.job_vacancy_section {
  padding-top: 60px;
  padding-bottom: 170px;
}

.job_vacancy_section h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1f419b;
  text-align: center;
  margin-bottom: 24px;
}
.job-row {
  margin-top: 66px;
}
.job-row h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1f419b;
  margin-bottom: 19px;
}
.job-row p {
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}

.job-row ul,.job-row ol{
  padding-left: 20px;
  margin-bottom: 20px;
}

.job-row ul li{
  font-size: 14px;
}

.careers-apply {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 150px;
  height: 35px;
  background: #f072ab;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all ease 0.2s;
}

.job-row .careers-apply:hover {
  background: #1f419b;
  text-decoration: none;
  color: #fff;
}

.career-intro-leaves {
  position: absolute;
  right: 0;
  top: -23%;
}

@media (max-width: 1199px) {
  .benefit-inner .benefit-item {
    border: none;
  }
  .benefits_section {
    background-position: center;
  }
  .benefit-inner {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .career-intro-leaves {
    display: none;
  }
}

@media (max-width: 767px) {
  .career_intro-section h3 {
    margin-top: 100px;
  }
  .benefit-inner .benefit-item {
    width: 50%;
    justify-content: flex-start;
  }
}

@media (max-width: 580px) {
  .benefit_pink_curve {
    bottom: -2%;
  }
}

/*Sales-executive*/
.career-h1 {
  font-size: 24px;
  color: #1f419b;
  font-weight: 400;
}
.sales-executive-banner {
  background: url(../images/career-banner-bg.png);
  margin-top: 95px;
  min-height: 305px;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.indecater {
  width: 100%;
  background: #fff;
}
.indecater-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 86px;
  margin-bottom: 90px;
}
.indecater-inner h1 {
  font-size: 16px;
  color: #222222;
  padding-right: 31px;
  font-weight: 400;
  position: relative;
}

.indecater-inner h1:last-child {
  padding-right: 0;
}
.indecater-inner img {
  margin-left: 28px;
}

.sales-executive-forms-inner {
  width: 100%;
  display: flex;
}
.sales-executive-forms-inner label {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  padding-bottom: 11px;
}
.fristnameinput {
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  max-width: 340px;
  width: 100%;
  height: 34px;
  padding-left: 10px;
}
.lastnameinput {
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  max-width: 340px;
  width: 100%;
  height: 34px;
  padding-left: 10px;
}
.sales-executive-label {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  padding-top: 31px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 11px;
}
.all-pages {
  padding-bottom: 400px;
}
.sales-executive-radio-inner {
  padding-top: 36px;
}
.sales-executive-radio-inner h1 {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sales-radio {
  padding-top: 23px;
  display: flex;
}
.Female-input {
  margin-left: 31px;
}
.sales-label {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  padding-top: 28px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 11px;
  text-transform: uppercase;
}
.Nationality {
  margin-bottom: 45px;
}
.sales-labell {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 11px;
}
.long-input {
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  max-width: 718px;
  width: 100%;
  height: 34px;
  padding-left: 10px;
}
.section-dropdown {
  width: 340px;
}
.section-dropdown select {
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  max-width: 340px;
  height: 34px;
  width: 100%;
  z-index: 91;
}
.inner {
  padding-top: 31px;
}
@media (max-width: 993px) {
  .sales-executive-banner {
    background-position: bottom;
  }
}
@media (max-width: 767px) {
  .sales-executive-forms-inner {
    flex-direction: column;
  }
  .sales-executive-forms-inner label {
    padding-top: 31px;
  }
}
@media (max-width: 454px) {
  .Female-input {
    margin-left: 5px;
  }
  .career-banner h2 {
    font-size: 30px;
  }
  #divorced {
    margin-left: 0;
  }
  .brand_selection {
    max-width: none;
  }
  .sales-executive-forms-inner {
    padding-top: 0;
  }
  .next-backbtnwork-experbtnnext,
  .next-backbtnwork-experbtnback {
    width: 140px !important;
  }
}
.sales-executive-next-btn {
  width: 100%;
  display: flex;
  padding-top: 95px;
}
.sales-executive-next-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 400px;
}
.sales-executive-next-btn-inner button {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-width: 400;
}
.PAST-EXPERIENCE-input {
  width: 100%;
  display: flex;
  padding-top: 20px;
}
.PAST-EXPERIENCE-input h2 {
  font-size: 25px;
  color: #1f419b;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 30px;
}
.PAST-EXPERIENCE-inner label {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.PAST-EXPERIENCE-inner input {
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  width: 140px;
  height: 34px;
}
.addmorebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.addmorebtn button {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: none;
}
.next-backbtnwork-exper {
  border-top: 1px solid rgb(238, 238, 238);
  padding-top: 40px;
  margin-top: 40px;
}
.next-backbtnwork-experbtnnext {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  float: right;
}

.next-backbtnwork-experbtnnext:hover,.next-backbtnwork-experbtnnext:focus{
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  color: #ffffff;
  font-size: 18px;
}
.next-backbtnwork-experbtnback {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  float: left;
}
.next-backbtnwork-experbtnback:hover,.next-backbtnwork-experbtnback:focus{
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  color: #ffffff;
  font-size: 18px;
}
.education-form {
  padding-top: 13px;
}
.addmorebtnn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.addmorebtnn button {
  border-radius: 3px;
  background-color: rgb(240, 114, 171);
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: none;
}

.form_link_active::before {
  content: url("../images/indicater-downimg.png");
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-100%);
}
.indecater-inner h1:last-child.form_link_active::before {
  content: url("../images/indicater-downimg.png");
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.additional-info h2 {
  font-size: 25px;
  color: #1f419b;
  font-weight: 700;
}
.additional-info h3 {
  font-size: 25px;
  color: #1f419b;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 0;
}
.acknowledgement h2 {
  font-size: 25px;
  color: #1f419b;
  font-weight: 700;
}
.acknowledgement p {
  color: #222222;
  font-size: 16px;
  font-weight: 300;
}
.small-input {
  max-width: 340px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.select_inputnationality {
  max-width: 340px;
  width: 100%;
  height: 34px;
}
.nationalityimg {
  background: none !important;
}
.nationalityimg img {
  width: 100%;
  height: 34px;
}

@media (max-width: 1199px) {
  .indecater-inner h1 {
    margin-bottom: 25px;
  }
}

.all-pages input {
  padding-left: 10px;
}
.all-pages label {
  text-transform: uppercase;
}

.injuryDetails {
  width: 100%;
  height: 150px;
  resize: none;
  border-width: 3px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  padding: 10px;
}

.refernce_label {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.Juice_leaf {
  bottom: -110px !important;
  right: -200px !important;
}

.tampico_section {
  padding-top: 140px;
}


/* module existing CSS */
.jobListWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.job-list {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}
.actions-toolbar {
    margin-bottom: 25px;
}
.jobTitlePart {
    flex: 4;
}
.jobTitlePart h1 {
    font-size: 3.4em;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px dashed #6e7e81;
    margin: 0;
    text-align: left;
    padding-bottom: 10px;
}
.jobTitlePart ul {
    display: flex;
    margin: 0;
    padding: 15px 0 0 0;
}
.jobTitlePart ul li {
    list-style: none;
    padding-right: 50px;
}
.apply-share {
    flex: 1.5;
    background: url('../images/background.jpg') repeat-x;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 35px;
}
.load-more-no-ajax {
    margin: 0 auto;
    text-align: center;
    display: block;
    background: #149619;
    font-size: 0.9em;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    padding: 10px 32px;
    font-weight: normal;
}
.job-list table thead tr {
    font-weight: bold;
    font-size: larger;
    text-transform: uppercase;
    color: #1c1c1c;
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
}
.job-list table tbody tr:first-child {
    font-weight: bold;
    border-bottom: 1px dashed #6e7e81;
    padding: 0 0 13px 0;
    min-height: 45px;
}

.marginTop10 {
    margin-top: 10px;
}
.marginBottom10 {
    margin-bottom: 10px;
}
.marginRight10 {
    margin-right: 10px !important;
}


.job-index-thanks{
  background-color: #faf9f7;
}

.job-index-thanks .page-wrapper .checkout-success{
  text-align: center;
}

.job-index-thanks .page-wrapper .checkout-success p{
  font-size: 24px;
  margin-bottom: 0;
}

.job-index-thanks .page-wrapper .checkout-success .primary.continue{
  margin: 0 auto;
    float: none;
    width: 115px;
    display: block;
}
.job-index-thanks .page-wrapper .checkout-success .primary{
    width: 100%;
    display: block;
    margin-top: 15px;
}

body .page-main{
  max-width: none;
  padding: 0;
  margin: 0 !important;
}


