ul.quickacc {
  list-style: none;
  padding: 0px;
  margin: auto;
  display: table;
  max-width: 100%;
  width: 100%;
}

ul.quickacc > li {
  margin: 0 0 20px;
  padding-left: 0px;
  /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06); */
  /* box-shadow: 0px 5px 10px rgba(1, 52, 89, 0.09); */
  background-color: #f3f3f3;
  border-radius: 20px;
}
ul.quickacc li:before {
  display: none;
}

ul.quickacc > li > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 60px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 21px;
  color: #111111;
  font-weight: 600;
  background-color: #f3f3f3;
  border-radius: 15px;
  text-decoration: none;
}
ul.quickacc > li > a .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
ul.quickacc > li > a .flex i {
  font-style: normal;
}
.careersbxxxx ul.quickacc > li > a {
}
ul.quickacc > li > a span {
  position: absolute;
  left: 15px;
  top: 30px;
  font-size: 80px;
  opacity: 0.2;
}
.careersbxxxx ul.quickacc > li > a span {
  color: #727272;
}
/* ul.quickacc > li:last-child > a {border-bottom: 1px solid #ec0345;} */

.accordion-trigger {
  background-color: #fff;
  display: block;
  padding: 10px 24px;
  position: relative;
}

.careersbxxxx .accordion-trigger:after {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/aright.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  transition: all 0.3s;
  backface-visibility: hidden;
}
/* 
.accordion-trigger:before {
  width: 0;
  height: 0;
  border-bottom: 59px solid #fa8928;
  border-left: 59px solid transparent;
  position: absolute;
  right: 0px;
  content: "";
  top: 0px;
} */

.careersbxxxx .accordion-trigger:after {
}
.careersbxxxx .accordion-trigger.expanded:after {
  background-image: url(../images/adown.svg);
  background-size: 40px;
}

ul.quickacc > li > a.expanded {
  border-bottom: 0;
  background-color: rgb(2, 21, 47);
  color: #fff;
}

.careersbxxxx ul.quickacc > li > a.expanded {
  background-color: #3c1d5c;
  color: #fff;
}
.careersbxxxx ul.quickacc > li > a.expanded span {
  color: #111;
}
.accordion-content {
  overflow: hidden;
  -webkit-transition: height1s;
  -moz-transition: height 0.25s;
  transition: height 0.25s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  -webkit-box-sizing: border-box;
  /* box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15); */
}
.main_btns {
  display: flex;
}
label {
  font-size: 16px;
}
/* .accordion-content.expanded { height: auto; }

.accordion-content.collapsed { height: 0; } */

.accordion-content p {
  padding: 15px 30px 30px;
  font-size: 19px;
  line-height: 32px;
  background-color: #f9f9f9;
  color: #111;
  margin-bottom: 0;
  border-radius: 0px;
}

.jobdescripp {
  /* background-color: #fff; */
  padding: 50px 70px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0px;
}
.jobtop {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.jobtop span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 25px;
  color: var(--color-text);
  font-size: 1.8rem;
}
.jobtop span img {
  width: 17px;
  margin-right: 20px;
}
.accordion-content .jobdescripp p {
  font-weight: 400;
  font-size: 1.8;
  margin: 0px;
  color: var(--color-text);
  line-height: 32px;
  margin-bottom: 15px;
  clear: both;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.jobdescripp h3 {
  color: var(--color-text);
  text-align: left;
  font-size: 2.1rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.jobdescripp ul {
  list-style: none;
  margin-bottom: 20px;
}
.accordion-content .jobdescripp ul li {
  padding-left: 3rem;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: 1.4rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  background-position: left 5px;
  color: var(--color-text);
}

.jobtop span img {
  width: 18px;
  margin-right: 0;
  float: left;
  display: inline-block;
  /* margin-top: 5px; */
}
/* .careersmainpg h1{
	text-align: center;
	color: #0B2E4F;
  font-size: 34px;
  line-height: 42px;
	font-weight: 400;
	margin-bottom: 20px;
  }
  .careersmainpg h1 span{font-weight: 600;} */

.careersmainpg h1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #111;
  font-weight: 900;
  margin-top: 0;
  /* padding-bottom: 20px; */
  margin-bottom: 50px;
  font-size: 46px;
  font-family: var(--body-headings);
}
/* .careersmainpg h1:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 300px;
  height: 1px;
  background-color: var(--color-secondary);
  content: "";
  bottom: 0px;
  margin: auto;
  display: table;
} */

h5.modal-title {
  font-size: 3.21rem;
  line-height: 1.3;
  position: relative;
  text-align: center;
  color: var(--color-dark);
  font-weight: 900;
  font-family: var(--body-headings);
  letter-spacing: -2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ef4924;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #1070b9;
}
.close span {
  font-size: 21px;
  color: #fff;
}

.bpmpgbx h2 {
  font-size: 36px;
  margin-bottom: 0;
}
.bpmpgbx h2 span {
  font-weight: 600;
}
.bpmpgbx h2:before {
  display: none;
}
.bpmbxx {
  width: 100%;
  display: table;
  padding: 40px;
  background-color: #eeeeee;
  border-left: 6px solid #76cdd8;
  transition: all 0.3s;
  cursor: pointer;
  color: #333;
  min-height: 205px;
}
.bpmbxx:hover {
  color: #fff;
  background-color: #76cdd8;
}
.bpmpgbx .col-sm-6 {
  padding: 5px;
}
.bpmcol2 {
  border-color: #b1d084;
}
.bpmcol3 {
  border-color: #ddbd77;
}
.bpmcol4 {
  border-color: #d082ca;
}
.bpmcol5 {
  border-color: #77aecc;
}
.bpmcol6 {
  border-color: #f7c3b2;
}

.bpmbxx.bpmcol2:hover {
  color: #fff;
  background-color: #b1d084;
}
.bpmbxx.bpmcol3:hover {
  color: #fff;
  background-color: #ddbd77;
}
.bpmbxx.bpmcol4:hover {
  color: #fff;
  background-color: #d082ca;
}
.bpmbxx.bpmcol5:hover {
  color: #fff;
  background-color: #77aecc;
}
.bpmbxx.bpmcol6:hover {
  color: #fff;
  background-color: #f7c3b2;
}

.bpmpgbx33 p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}
.bpmpgbx33 ul li {
  color: #333;
}

.bpmbxx h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.bpmbxx p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
/*app_process*/
.app_process {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-color: #fff;
}

button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color-secondary);
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: var(--color-primary);
  color: #fff;
}
.close span {
  font-size: 21px;
  color: #fff;
}
button.close:hover span {
  color: #fff;
}

.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999 !important;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: var(--color-secondary);
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #111;
  box-shadow: none;
  border-radius: 0px;
  height: 6rem;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: var(--color-primary);
  padding: 12px 30px;
  border-radius: 5px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  ul.quickacc > li > a {
    font-size: 14px;
    padding-right: 55px;
    padding: 20px;
  }
  .accordion-content p,
  .jobtop span,
  .accordion-content .jobdescripp p {
    font-size: 14px;
    line-height: 21px;
  }
  .jobdescripp {
    padding: 20px;
  }
  h5.modal-title {
    font-size: 24px;
  }
  .careersbxxxx .accordion-trigger::after {
    right: 10px;
  }
  .careers_bx1,
  .careersmainpg {
    padding: 30px 15px !important;
  }
  .careersmainpg h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  ul.quickacc > li > a .flex {
    flex-direction: column;
    justify-content: start;
    text-align: left;
    align-items: baseline;
  }
}
