/* medically reviewed  */
.medical-review {
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
}

.md-hr,
.medical-review,
.service-card {
    background-color: #fdf5f2;
}

.main-tab-box h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.md-rev {
    position: relative;
}

.md-rev::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f16232;
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 0;
}

dr-list li,
.medical-review span {
    font-weight: 500;
}

.md-hr {
    padding: 5px;
    border: 1px solid #f16232;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.md-hr,
.medical-review,
.service-card {
    background-color: #fdf5f2;
}

/* medically reviewed  */

/* Login popup issue  */
.consultation_form_section_inner .contentBox ul {
    border-left: none !important;
    background-color: transparent !important;
    padding: 0px !important;
}

.login-modal h4 {
    font-family: robotoregular, sans-serif !important;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

@media (min-width: 1200px) {

    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
/* Login popup issue  */


/* Faq and table design from blog */
.faq-box .h3,
.faq-box h3 {
    font-size: 1.75rem !important;
}
table {
    width: 100%;
    border: 1px solid #E8EBEA;
    margin-bottom: 20px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

table tr th {
    font-weight: 500;
    color: #002845;
    background-color: #E8EBEA;
}

table tr th,
table tr:last-child td {
    border-bottom: 1px solid #E8EBEA;
}

table tr th,
table tr td {
    text-align: center;
    padding: 20px;
}

table tr td {
    color: #18415F;
}

table tr th,
table tr td {
    text-align: center;
    padding: 20px;
}

table tr:nth-child(even) {
    background-color: #F9F9F9;
}
/* Faq and table design from blog */