.health-dt{
    margin-bottom: 20px;
}
.content-main .price-table th:last-child, .content-main .price-table td:last-child{
    min-width: 198px;
    text-align: center;
}
.content-main .price-table td:first-child{
    font-weight: 600 !important;
    line-height: 20px;
}
.content-main .price-table td:first-child p{
    color: #8b8787;
}
.content-main .price-table td:first-child span{
    color: #00aeef;
}
.content-main .price-table td:first-child svg{
    margin-bottom: -4px;
    margin-left: 3px;
}
.content-main .price-table tbody tr:nth-child(odd){
    background-color: transparent;
}
.content-main .price-table{
    margin-bottom: 1px;
}
.content-main .show-all-btn{
    margin-bottom: 20px;
}
.health-bts{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.health-bts a{
    border-radius: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    flex: 1;
    background: #00AEEF;
    color: white;
    padding: 18px;
    text-align: center;
}
.health-bts a.health-bts-b{
    background: #E0F1FF;
    color: #00AEEF;
}
.health-srvs{
    background: #E0F1FF;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 20px;
}
#desc .health-srvs ul{
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 104px;
}
#desc .health-srvs li{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 6px 0;
}
#desc .accordeon p{
  margin-bottom: 12px;
}
#desc .accordeon li{
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 12px 0;
    padding-left: 12px;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}
body .accordeon ul:not([class]) li:before{
  content: '↳';
  border: 0;
  background: none;
  margin-left: -12px;
}
#desc .accordeon{
    margin-top: 0;
}
body .disease-section__recording .btn--wired, body .disease-section__recording .btn--wired:hover{
    color: #fff;
    border-color: #00AEEF;
    background-color: #00AEEF;
    letter-spacing: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
}
body .disease-section__recording{
    padding: 20px;
}
body .health-sources{
    margin-bottom: 20px;
}
body .disease-section__recording{
    margin-bottom: 20px;
    gap: 20px;
    background: #EEF7FF;
    margin: 20px 0;
}
body .disease-section__recording::after{
    display: none;
}
body .disease-section__recording .action-meta{
    flex: 1;
    max-width: 100%;
    margin-left: 0;
}
.a-item__header{
    border-radius: 16px;
    background-color: var(--Main-Secondary_bg, #FFFFFF);
    border: 0.5px solid var(--borders-dividers-stroke-main, #DFE4EB);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 20px;
    color: var(--Slate-Slate-600, #64748B);
}
.a-item__header > div{
    width: 100%;
}
.a-item__header-text{
    font-size: 12px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.a-item__header-text span{
    color: #ADBACC;
}
.health-ques{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
}
.health-ques a{
    background: #00AEEF;
    color: white;
    border-radius: 16px;
    padding: 12px;
    text-transform: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    width: 240px;
}
@media screen and (min-width: 575px) {
    .content-main .health-mob{
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .health-ques{
        flex-direction: column;
        align-items: start;
    }
    .health-ques a{
        width: 100%;
    }
    body .disease-section__recording .action-meta{
        margin-bottom: 0;
    }
    .health-dt, .health-bts, .health-srvs{
        margin-bottom: 40px;
    }
    .content-main .health-desc{
        display: none;
    }
    .content-main .price-table tbody, .content-main .price-table tr{
        display: flex;
        flex-direction: column;
    }
    .content-main table:not(.search-title-custom) tr{
        border-width: 0;
    }
    .content-main .text-cnt table td{
        border-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content-main .price-table td:last-child{
        text-align: left;
    }
    .content-main .price-table thead{
        display: none;
    }
    .health-bts{
        flex-direction: column;
    }
    #desc .health-srvs ul{
        max-height: 100%;
    }
}