/*
Theme Name: DentaMedi Child
Theme URI: https://dentamedi.qodeinteractive.com
Description: A child theme of DentaMedi
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: dentamedi
Template: dentamedi
*/
ul.tab-links.faq-links {
    margin-bottom: 60px;
}
ul.tab-links.faq-links {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    column-gap: 10px;
}
ul.tab-links.faq-links li.term-heading.active a.term-heading, ul.tab-links.faq-links li.term-heading a.term-heading:hover {
    background: #B1E3F9;
}

ul.tab-links.faq-links li.term-heading a.term-heading {
    background: #F6F8FA;
    border: 2px solid #D1EEF0;
}
ul.tab-links.faq-links li.term-heading a.term-heading {
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
}
ul.tab-links.faq-links li.term-heading a.term-heading {
    background: #F6F8FA;
}
.tab-content .tab.active {
    display: flex;
    justify-content: center;
}
ul.tab-links.faq-links li.term-heading {
    display: block;
}
.tab-content .tab {
    display: none;
}
.tab-content>.active {
    display: block;
}
.vl-service-icon-bo2x {
    border-radius: 30px;
    border: 1px solid rgba(12, 50, 38, 0.05);
    background: #fff;
    transition: 0.3s;
    padding: 32px;
    position: relative;
    box-shadow: 0px 5px 15px 0px #79BCF512;
    z-index: 1;
}
.qodef-qi-highlight {
  margin: 0 !important;
  padding-right: 20px;
}
.home #qodef-page-outer {
    position: relative;
    background: #F6F8FA;
}
.mb-30 {
    margin-bottom: 30px;
}
#coach-list .row {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
column-gap:20px;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.qodef-page-title-team
 {
    text-align: center;
    background-size: cover ! IMPORTANT;
    padding: 100px 0;
    background-position: center center ! IMPORTANT;
}
.qodef-page-title-team h2.qodef-m-title {
    color: #fff;
}
.qodef-page-title-team p{
    color: #fff;
}
.single-team .teampage-header {
    display: none;
}
body.single-team #qodef-page-inner {
    padding: 70px 0 90px;
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 32%;
    }
}
