#v-pills-tab a{color:var(--dark-gray-color);border:2px solid var(--light-gray-color);font-weight:600;padding:1rem}#v-pills-tab a.active{color:var(--primary-color);background-color:#fff;border-bottom-color:var(--primary-color)}#v-pills-tabContent .card{border-color:var(--light-gray-color);border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.02);color:#6b6f75}#v-pills-tabContent .card .card-body .card-title{font-size:21px;color:var(--dark-gray-color)}#v-pills-tabContent .card .card-body .card-text{font-size:14px;color:var(--gray-color);line-height:1.2;padding-bottom:1.2rem}#v-pills-tabContent .card .card-body .card-text:last-child{padding-bottom:0}
.course_pills_tabs a {
    border:none !important
}
#faq .container .row #v-pills-tab a {
    color: var(--dark-gray-color);
    border-radius: 0;
    border:0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 600;
    padding: 1rem;
}
#faq .container .row #v-pills-tab a.active {
  color: var(--primary-color) !important;
  background-color: #fff;
  border-right-color: var(--primary-color) !important;
  border-right:12px solid var(--primary-color) !important;
}
@media screen and (max-width:992px){
    #faq .container .row #v-pills-tab a.active {
        border-bottom: 12px solid var(--primary-color) !important;
        border-right: 0 !important;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
}