/* Accordion */
.accordion .card-body {
     padding: 0;
}
.container.job-career {
  padding: 20px;
}

.accordion__content li {
    margin-bottom: 15px;
}
.accordion__content li::marker {
    color: #f5821f;
}
.accordion__content ul li, .accordion__content ol li {
   list-style-type: disclosure-closed;
    margin-left: 30px;
}
.accordion {
    margin: 20px 0px;
    padding: 0;
}
/* Accordion title and content */

.accordion__summary {
  cursor: pointer;
  list-style-type: none;
}

.accordion__summary,
.accordion__content {
  padding: 15px 20px;
}

.accordion__summary::-webkit-details-marker,
.accordion--plus .accordion__summary:before{
  display: none;
}

.card--dark .accordion__summary,
.card--dark .accordion__content,
.card--light .accordion__summary,
.card--light .accordion__content {
  padding: 2.1rem;
}

/* Accordion icons */

.fa-chevron-right:before  {
  margin-right: 1.4rem;
}

.accordion__summary:-webkit-details-marker {
  display: none;
}

/* Accordion icons - closed icon */

.fas.fa-chevron-right:before {
  content: '\25BC';
  font-size: 30px;
  color: #f5821f;
}

.fas.fa-chevron-right:before {
  content: '\002B';
  font-size: 30px;
  color:#f5821f;
}

/* Accordion icons - opened icons */

.accordion--caret[open] .fas.fa-chevron-right:before {
  content: '\25B2';
  font-size: 30px;
  color:#f5821f;
}

.accordion--plus[open] .fas.fa-chevron-right:before {
  content: '\2212';
  font-size: 30px;
  color:#f5821f;
}


.shadow-sm,
.shadow-sm--on-hover:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(132, 138, 163, 0.1) !important
}
.color--heading {
    color: #101f41 !important
}

.color--text {
    color: #4f5464 !important
}


.badge-circle {
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0
}

.text-white { color: #fff!important; }


.background--white,
.bg-white { background-color: #fff !important; }

.background--brand,
.background--primary,
.bg-brand,
.bg-primary { background-color: #4d5bed !important; color: #fff; }

.background--dark,
.bg-dark { background: #0c2050 !important; color: #939eb8; }

.background--secondary,
.bg-secondary {background-color: #939eb8 !important; }

.background--tertiary,
.bg-tertiary { background-color: #9779e3 !important; }
}

.background--success,
.bg-success { background-color: #66df7c !important; }

.background--warning,
.bg-warning { background-color: #f6c460 !important;}
}

.background--warning2,
.bg-warning2 { background-color: #f89c59 !important; }

.background--info,
.bg-info { background-color: #52bbd3 !important;}

.background--light,
.bg-light { background-color: #f6f8fb !important; }

a{ text-decoration: none !important; }

.why-choose h2{ padding-bottom: 0;}
/* .col.why-choose-contain{ padding-top: 25px; } */
.why-choose-contain ul{ padding: 10px 0 20px; }
.job-type-location { padding-bottom: 10px; }

@media only screen and (max-width:767px){
.why-choose .row { display: block; }
 .why-choose .col { padding-left: 0; padding-right: 0;}
}

.col.why-choose-contain .apply-btn {
    margin-top: 20px;
}
