


ul.quickacc { list-style: none; padding: 0px; max-width: 100%; width: 90%}

ul.quickacc li {
  margin: 0 ;
  padding-left: 0px;
  border: 1px solid #dadada;
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.161);
  /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06); */
}
ul.quickacc li:before{display: none;}

ul.quickacc > li > a {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 21px;
  color: #282828;
  border-radius: 0px;
  text-decoration: none;
  /* border: 1px solid #ec0345; */
  background-color: #fff;
  font-weight: 600;
  outline: 0px;
  position: relative;
  padding: 15px 15px 15px 50px;
  /* border-left: 4px solid #13cdde; */

  
}
ul.quickacc > li > a.expanded:before{
  position: absolute;
  left: -60px;
  top: 50px;
  width: 70px;
  height: 2px;
  content: "";
  background-color: #162372;
}
ul.quickacc > li > a img{margin-right: 20px; width: 35px;}
.careersbxxxx ul.quickacc > li > a {background-color: #fff; color: #13cdde;}
ul.quickacc > li > a span{
  position: absolute;
  left: 30px;
  top: -5px;
  font-size: 80px;
  font-weight: 300;
}
ul.quickacc > li > a span img{width: 38px; margin-top: 18px;}
.careersbxxxx ul.quickacc > li > a span{color: #fff;}
/* ul.quickacc > li:last-child > a {border-bottom: 1px solid #ec0345;} */
.accocontt a{
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  left: 0;
}
.accocontt a:hover{
  left: 10px;
}

.accordion-trigger {
  background-color: #fff;
  display: block;
  padding: 10px 24px;
  position: relative;
}

.careersbxxxx .accordion-trigger:after {
  display: block;
  position: absolute;
  right: 25px;
  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{color: #000;}


.careersbxxxx ul.quickacc > li > a.expanded{background-color: #fff;}
.careersbxxxx ul.quickacc > li > a.expanded span{color: #000;}
.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;} */


/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  ul.quickacc > li > a{font-size: 16px; padding-right: 55px; padding-left: 70px}
  
  ul.quickacc > li > a span{left: 15px;}
  .careersbxxxx .accordion-trigger.expanded::after{background-size: 30px;}
  .jobdescripp a{font-size: 10px;}
  .faqbx  .col-sm-6{padding: 0 15px !important}
}