
body{
    font-family: 'RDModern', sans-serif;
}
.faq-heading {
    border-bottom: #212121;
    padding: 20px 60px;
    text-align: center;
    font-size: 40px;
    color: #212121;

}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;

}
.hr-line{
  width: 100%;
  margin: auto;
}
/* Style the buttons that are used to open and close the faq-page body */

.faq-page {
    /* background-color: #eee; */
    color: #212121;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    padding: 30px 20px;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
    text-align: left;
    line-height: 140%;
    padding: 30px 20px;

}
.faq-body{
    margin: 20px;
    text-align: left;
    font-size: 16px;
   color: #212121;
   
}

.owl-stage .active:after {
    display: none;

}

.owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-item {
    background-color: transparent !important;
    height: 100%;
}

.specialist-card {
    height: 100%;
}

.item {
    height: 100%;
}

.li {
    color: #212121;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    background-color: #F9F9F9;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 8px;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    color: #4CA15D;
    content: "\02795";
    /* Unicode character for "plus" sign (+) */
    font-size: 12px;
    float: right;
    margin-left: 5px;
}

.panel-active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}
}