ul.quickacc {
  list-style: none;
  padding: 0;
  margin: auto;
  display: table;
  max-width: 100%;
  width: 100%;
}

ul.quickacc > li {
  margin: 0 0 20px;
  padding-left: 0;
  border: 1px solid #d6e4ff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.071);
}
ul.quickacc li:before {
  display: none;
}

ul.quickacc > li > a {
  text-transform: capitalize;
  font-size: 36px;
  color: #000;
  border-radius: 0;
  text-decoration: none;
  background-color: #fff;
  font-weight: 300;
  outline: 0px;
  padding: 30px 50px;
}
.careersbxxxx ul.quickacc > li > a {
  background-color: #fff;
}
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: #4d01b5;
}
ul.quickacc > li > a span.nob {
  padding-left: 0;
}
.careersbxxxx ul.quickacc > li > a span.nob::before {
  display: none;
}

.acc-address {
  position: absolute;
  right: 170px;
  top: 30px;
}
.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;
  width: 30px;
  height: 85px;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}

.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;
}
.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;
}

.accordion-content p {
  padding: 15px 30px 30px;
  font-size: 20px;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #000;
  margin-bottom: 0;
  border-radius: 0px;
}
.jobdescripp {
  background-color: #fff;
  padding: 0px 50px 50px;
  font-size: 16px;
  line-height: 2;
  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: #1a232e;
  font-size: 16px;
}

.jobtop span img {
  width: 18px;
  margin-right: 20px;
}

.accordion-content .jobdescripp p {
  font-size: 18px;
  line-height: 1.8;
  color: #1a232e;
  margin-bottom: 0;
  font-weight: 400;
  padding: 0;
  margin-bottom: 30px;
}

.jobdescripp h3 {
  color: #4d01b5;
  text-align: left;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 600;
}

.jobdescripp ul {
  list-style: none;
  margin-bottom: 20px;
}

.accordion-content .jobdescripp ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  background-image: url("../images/poly2.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  font-size: 18px;
  line-height: 1.8;
  color: #1a232e;
  margin-bottom: 0.7rem;
  font-weight: 400;
}

.jobdescripp a {
  background-color: #4d01b5;
  border-radius: 30px;
  padding: 10px 30px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2;
  font-size: 14px;
  transition: all 0.3s;
  display: inline-block;
}

.jobdescripp a:hover {
  color: #fff;
  background-color: #1f1f1f;
}

.jobtop span img {
  width: 20px;
  margin-right: 1rem;
  float: left;
  display: inline-block;
  margin-top: 5px;
}

.careersmainpg h1 {
  color: #000;
  font-weight: 900;
  font-size: 55px;
  width: 100%;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}
h5.modal-title {
  font-size: 30px;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #4d01b5;
  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: 2.1rem;
  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: #000;
  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: #4d01b5;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #4d01b5;
  padding: 12px 60px;
  border-radius: 60px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  margin: 20px auto;
  display: table;
  border: 0px;
}
form input.btn-1:hover {
  background-color: #000;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  html {
    font-size: 40%;
  }
  ul.quickacc > li > a {
    padding: 20px;
  }
  .accordion-content p {
  }
  .acc-address {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
  .careersmainpg h1 {
    font-size: 32px;
  }
  ul.quickacc > li > a {
    font-size: 24px;
  }
  .jobdescripp {
    padding: 0 20px;
  }
  .jobtop {
    display: table;
  }
  .jobdescripp h3 {
    font-size: 21px;
  }
}
