
.career_banner {
  display: flex;
  justify-content: center;
  background-color: #FFF7E6;
  column-gap: 75px;
}

.career_banner .imageDiv {
  width: auto;
  object-fit: cover;
}

.career_banner .textDiv {
  padding-top: 75px;
}

.career_banner .textDiv h3 {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #FFBB26;
}

.career_banner .textDiv h1 {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  color: #666563;
}

.career_banner .textDiv h1 span {
  color: #FFBB26;
}

.career_banner .textDiv h2 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #666563;
}

.carrer_job_Head {
  position: relative;
}

.carrer_job_Head .job-list-figure {
  height: 61em;
}

.carrer_job_Head .job-list-figure img {
  height: 100%;
  object-fit: cover;
}

.carrer_job_Head .job-list-figure_img {
  height: 55em;
}

.carrer_job_Head .job-list-figure_img img {
  height: 100%;
  object-fit: cover;
}

.career_job_parent {
  position: absolute;
  top: 5%;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.career_job_parent .pagination {
  justify-content: center;
  margin-top: 12px;
  text-align: center;
 
}

.career_job_parent .pagination .page-item {
  width: 47px;
}

.career_job_parent .pagination .active>.page-link,
.page-link.active {
  background-color: #2162B8;
}


.career_job_detail {
  position: relative; 
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 2rem; 
}

.searchbar_contain {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.searchbar_contain .form-group select {
  border-radius: 5px;
  background-color: #FFBB26;
  border: none;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 600;
  line-height: 25.5px;
  padding: 8px 60px;
}

.searchbar_contain .form-group select option {
  background-color: white !important;
}

.downButton button {
  border-radius: 5px;
  background-color: #FFBB26;
  border: none;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 600;
  line-height: 25.5px;
  padding: 8px 60px;
}

.searchinput_containeR {
  display: flex;
  position: relative;
}

.searchinput_containeR input {
  width: 500px;
  border: 1px solid #003566;
  border-radius: 8px;
  padding: 8px 31px;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  color: black;

}

.searchinput_containeR input:focus {
  outline: none;
}

.searchinput_containeR img {
  width: 24px;
  position: relative;
  left: 30px;
}

.logos-slider-section {
  position: relative;
}

.logos-slider-section span {
  position: absolute;
  top: 5%;
  left: 42%;
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  line-height: 24px;
  color: #DA700A;
 
}

.searchinput_containeR button {
  background-color: #FFBB26;
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  border: none;
  padding: 8px 16px;
  color: #FFFFFF;
  position: absolute;
  right: 1.1%;
  top: 3px;
}

.Carrer_card_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 42px;
}

.Carrer_cards {
  background-color: #EBF4FD;
  box-shadow: 0px 8px 16px 0px #00000014;
  padding: 24px 16px;
}

.Carrer_cards h3 {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.Carrer_cards ul li,
.job-detail-child ul li {
  list-style: none;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  color: #424240;
}

.Carrer_cards ul {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.Carrer_cards ul li span,
.job-detail-child ul li span {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.job-detail-title {
  display: flex;
  justify-content: space-between;
}

.job-detail-child .job-apply {
  background: #FFBB26;
  border: none;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  padding: 8px 10px;
  border-radius: 8px;
  width: 135px;
}

.job-detail-child .job-save {
  background: #FFFFFF;
  border: none;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 500;
  line-height: 25.5px;
  padding: 8px 10px;
  border: 1px solid #003566;
  border-radius: 8px;
  width: 135px;
  margin-left: 10px;
}

.job-descP p {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
}

.job-descP .jobDescpspan {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  color: #003566;
}

.job-descP .job-desculStyle li {
  list-style: disc;
}

.job-descP .job-desculStyle {
  padding-left: 20px;
}

.job-desculStyle span {
  color: #FFBB26;
}

.job-descP {
  margin-top: 24px;
}


.product_slider h4 {
  margin-top: 59px !important;
}

.client_slider h4,
.product_slider h4 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #0A74DA;
  margin-top: 36px;
}

.client_slider .slick-dots {
  bottom: -7%;
}

.client_slider p,
.product_slider p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 23.12px;
  color: #666666;
  content:justify
}

.job-detail {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px 0px #00000029;
  padding: 16px;
  border-radius: 8px;
}

.product_slider .slick-dots {
  bottom: -12%;
}

.team_slider .slick-dots {
  position: absolute;
  bottom: -10%;
}

/* apply */
.career_documents {
  border-radius: 16px;
}

.career_documents.modal {
  --bs-modal-width: 70%;
}

.career_documents .modal-content {
  background-color: #F2F7FD;
  padding: 30px 0;
}



.form_div {
  width: 58%;
  margin: auto;
}

.file-input-container {
  text-align: center;
  margin-bottom: 14px;
}

.custom-file-label {
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--E77A11, #FFBB26);
  background: #FFF;
  color: var(--E77A11, #FFBB26);
  text-align: center;
  font-variant-numeric: slashed-zero;
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-file-input {
  display: none;
}

.form_div h4 {
  color: #424240;
  font-variant-numeric: slashed-zero;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
}

.form-group label {
  color: #424240;
  font-variant-numeric: slashed-zero;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-group label span {
  color: red;
}

.form-group input {
  border-radius: 10px;
  border: 1px solid #ADACA8;
  background: #FFF;
  padding: 11px 24px;
  outline-color: #E77A11;
  width: 100%;
}

.custom-file-label2 {
  border-radius: 10px;
  border: 1px solid var(--E77A11, #FFBB26);
  background: #FFF;
  color: #fff;
  padding: 4px 20px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: initial;
  padding-left: 9%;
}

#country_code {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 29%;
  padding-left: 3%;
  outline-color: #E77A11;
  color: #ADACA8;
}



::placeholder {
  color: #ADACA8;
}

.input1 {
  color: var(--E77A11, #FFBB26);
  font-variant-numeric: slashed-zero;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.input2 {
  color: #ADACA8;
  font-variant-numeric: slashed-zero;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.phone-input {
  display: flex;
  align-items: center;


}

.phone-input select,
.phone-input input[type="tel"] {
  height: 47.5px;
  width: 100%;
  -webkit-appearance: none;

}

.button_form {
  width: 100%;
  border-radius: 10px;
  background: var(--E77A11, #FFBB26);
  padding: 10px 24px;

  color: #FFF;
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}

.add_docx {
  height: 0;
  position: relative;
  top: 1%;
  left: 3%;
  font-size: 24px;
  color: #ADACA8;
  pointer-events: none;
}

.drop_down {
  position: relative;
  top: 11px;
  left: 14%;
  height: 0;
  color: #ADACA8;
  font-size: 17px;
  pointer-events: none;
}

.career_success {
  background: #FFF;
  padding: 80px;
}

.success_child1 {
  border-radius: 16px;
  border: 1px solid var(--E77A11, #2162B8);
  background: #FFF;
  padding: 24px;
}

.success_child2 {
  border-radius: 16px;
  background: var(--background, #F2F7FD);
  text-align: center;
}

.success_child3 {
  padding: 156px 100px;
  width: 63%;
  margin: auto;
}

.success_child3 figure {
  width: 100%;
  margin-bottom: 25px;
}

.success_child3 figure img {
  width: 112px;
}

.success_child3 h2 {
  color: #254669;
  text-align: center;
  font-variant-numeric: slashed-zero;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.success_child3 p {
  color: #666563;
  text-align: center;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.success_child3 h3 {
  color: var(--E77A11, #FFBB26);
  text-align: center;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
