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);
}
ul.quickacc li:before {
  display: none;
}

ul.quickacc > li > a {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 24px;
  color: #333;
  border-radius: 0px;
  text-decoration: none;
  /* border-top: 1px solid #ec0345; */
  background-color: #fff;
  font-weight: 500;
  outline: 0px;
  padding-right: 30px;
  padding: 20px 30px;
}
.careersbxxxx ul.quickacc > li > a {
  background-color: #fff;
}
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 {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #000;
  /* border: 1px solid #ccc; */
  width: 30px;
  height: 85px;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
/* 
.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 {
  background-image: url("../images/arrowright.png");
}
.careersbxxxx .accordion-trigger.expanded:after {
  background-image: url("../images/arrowdown.png");
  width: 30px;
  height: 42px;
}

ul.quickacc > li > a.expanded {
  border-bottom: 0;
  background-color: #003459;
  color: #fff;
}

.careersbxxxx ul.quickacc > li > a.expanded {
  background-color: #003459;
}
.careersbxxxx ul.quickacc > li > a.expanded span {
  color: #fff;
}
.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); */
}

/* .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: #000;
  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: 50px;
}
.jobtop span {
  float: left;
  display: inline-block;
  margin-right: 25px;
  color: #4a4a4a;
  font-size: 16px;
}
.jobtop span img {
  width: 17px;
  margin-right: 20px;
}
.accordion-content .jobdescripp p {
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  color: #4a4a4a;
  line-height: 32px;
  margin-bottom: 15px;
  clear: both;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.jobdescripp h3 {
  color: #199bf1;
  text-align: left;
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 600;
}
.jobdescripp ul {
  list-style: none;
  margin-bottom: 20px;
}
.accordion-content .jobdescripp ul li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 0px;
  background-image: url("../images/check1.png");
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 13px;
  color: #4a4a4a;
  margin-bottom: 7px;
}
.jobdescripp a {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 30px;
  margin-top: 20px;
  color: #172f2d;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  transition: all 0.3s;
  display: inline-block;
  border: 1px solid #172f2d;
}
.jobdescripp a:hover {
  color: #fff;
  border-color: #03abe7;
  background-color: #03abe7;
}

.jobtop span img {
  width: 20px;
  margin-right: 10px;
  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: #000;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 42px;
  font-family: var(--ff-sg);
}
.careersmainpg h1 span {
  font-weight: 600;
}
.careersmainpg h1:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  height: 2px;
  background-color: #199bf1;
  content: "";
  bottom: 0px;
  margin: auto;
  display: table;
}

h5.modal-title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #113062;
  font-weight: 700;
  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;
}

h5.modal-title {
  font-size: 30px;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #03abe7;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  color: #fff;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #000;
}
.close span {
  font-size: 21px;
  color: #fff;
}
button.close:hover span {
  color: #fff;
}

.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999 !important;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  ul.quickacc > li > a {
    font-size: 16px;
    padding-right: 55px;
  }
  .accordion-content p {
    font-size: 14px;
    line-height: 21px;
  }
}
