ul.quickacc > li,
ul.quickacc > li > a span.nob {
  padding-left: 0;
}
.accordion-trigger,
.careersbxxxx ul.quickacc > li > a,
.jobdescripp,
ul.quickacc > li > a {
  background-color: #fff;
}
.accordion-content .jobdescripp p,
.accordion-content .jobdescripp ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
}
.jobdescripp a,
form input.btn-1 {
  text-transform: uppercase;
  font-size: 14px;
}
.jobdescripp a:hover,
button.close:hover,
form input.btn-1:hover {
  background-color: #000;
}
ul.quickacc {
  list-style: none;
  padding: 0;
  margin: auto;
  display: table;
  max-width: 100%;
  width: 100%;
}
ul.quickacc > li {
  margin: 0 0 20px;
  border: 1px solid #d6e4ff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.071);
}
.careersbxxxx ul.quickacc > li > a span.nob::before,
ul.quickacc li:before {
  display: none;
}
ul.quickacc > li > a {
  text-transform: capitalize;
  font-size: 32px;
  color: #000;
  border-radius: 0;
  text-decoration: none;
  font-weight: 300;
  outline: 0;
  padding: 30px 50px;
}
ul.quickacc > li > a span {
  position: relative;
  padding-left: 140px;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.careersbxxxx ul.quickacc > li > a span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 120px;
  height: 1px;
  content: "";
  background-color: #ed7346;
}
.acc-address {
  position: absolute;
  right: 170px;
  top: 30px;
}
.accordion-trigger {
  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;
  width: 30px;
  height: 85px;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/arrowright.png");
}
.careersbxxxx .accordion-trigger.expanded:after {
  background-image: url("../images/arrowdown.png");
  width: 30px;
  height: 42px;
}
.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;
}
.jobdescripp a,
button.close,
form input.btn-1 {
  background-color: var(--color-secondary);
  transition: 0.3s;
}
.accordion-content p {
  padding: 15px 30px 30px;
  font-size: 20px;
  line-height: 1.6;
  color: 000;
  margin-bottom: 0;
  border-radius: 0;
}
.jobdescripp,
.jobtop span {
  font-size: 15px;
  display: inline-block;
}
.jobdescripp {
  padding: 0 50px 50px;
  line-height: 2;
  color: fff;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0;
}
.jobtop {
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}
.jobtop span {
  float: left;
  margin-right: 25px;
  color: #000;
}
.accordion-content .jobdescripp p {
  padding: 0;
  margin-bottom: 3rem;
}
.jobdescripp h3 {
  color: #000;
  text-align: left;
  font-size: 21px;
  margin-bottom: 25px;
  font-weight: 600;
}
.jobdescripp ul {
  list-style: none;
  margin-bottom: 20px;
}
.accordion-content .jobdescripp ul li {
  position: relative;
  padding-left: 30px;
  background-image: url("../images/tic3.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  margin-bottom: 7px;
}
.jobdescripp a {
  border-radius: 30px;
  padding: 10px 30px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  display: inline-block;
}
.careersmainpg h1,
h5.modal-title {
  color: #000;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.jobdescripp a:hover {
  color: #fff;
}
.jobtop span img {
  width: 20px;
  margin-right: 10px;
  float: left;
  display: inline-block;
  margin-top: 5px;
}
.careersmainpg h1 {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}
h5.modal-title {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.close span,
button.close,
button.close:hover span,
form input.btn-1 {
  color: #fff;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  opacity: 1;
  padding: 0;
  margin: 0 !important;
  background-color: #ed7346;
}
button.close:hover {
  opacity: 1;
}
.close span {
  font-size: 21px;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 99999999999 !important;
}
.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form input.form-control:focus,
.modal-body form textarea.form-control:focus {
  border-color: #000;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0;
}
form input.btn-1 {
  width: auto;
  height: auto;
  padding: 12px 60px;
  border-radius: 60px;
  font-weight: 600;
  cursor: pointer;
  margin: 20px auto;
  display: table;
  border: 0;
  background-color: #ed7346;
}
@media only screen and (min-width: 240px) and (max-width: 960px) {
  ul.quickacc > li > a {
    padding-right: 55px;
  }
  .acc-address {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
  ul.quickacc > li > a {
    font-size: 24px;
  }
  .careersmainpg h1 {
    font-size: 32px;
  }
}
