body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}
a.td-none {
    color: inherit;
}
a.td-none:hover {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.cr {
    font-weight: 400;
}
.csb {
    font-weight: 600;
}
.cb {
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
.td-none {
    text-decoration: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.bg-yellow {
    background-color: #f3e185;
}
.bg-light-brown {
    background-color: #FAF8E8;
}
.bg-grey {
    background-color: #e2e1e1;
}
.green-btn a {
    background-color: #b2cf77;
    padding: 10px 35px;
    border-radius: 25px;
    text-decoration: none;
    color: #000;
    box-shadow: 1px 5px 2px rgba(0,0,0,.25);
    transition: 1s ease all;
    
}
.green-btn a:hover {
    box-shadow: none;
}
.custom-bullet {
    list-style: none;
}
/*.custom-bullet li:before {
    content: "|";
    display: inline-block;
    float: left;
    color: #b2cf77;
    font-weight: 700;
    font-size: 20px;
}*/
.custom-bullet li {
    border-left: 2px solid #b2cf77;
}
.custom-bullet li p {
    padding-inline-start: 20px;
}
.home #hero {
    background-image: url(../images/Alcohol-Rehab-Center-Knoxville.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
}
.home h1 {
    font-size: 60px;
    padding-top: 100px;
    text-shadow: -3px  4px 4px rgba(0,0,0,.25);
}
.sec-title {
    font-size: 50px;
    line-height: 60px;
}
#footer {
    background-image: url(../images/Midway-Rehab-Center-Knoxville-Tennessee.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-nav {
    padding-inline-start: 100px;
}
.footer-nav li {
    list-style: none;
    padding-bottom: 10px;
}
.footer-nav li a {
    color: #000;
    text-underline-offset: 5px;
}
.footer-nav li a:hover {
    color: #fff;
}
#footer a {
    color: #000;
}
#footer a:hover {
    color: #fff;
}
#footer .address, #footer .phone, #footer .hours {
    border-left: 1px solid #000;
    padding-inline-start: 10px;
}
#copyright {
    background-color: #b8bfa5;
}
#breadcrumbs-area {
    display: flex;
    height: 300px;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#breadcrumbs-area h1 {
    text-shadow: -3px  4px 4px rgba(0,0,0,.25);
}
#prea-5 a.td-none {
    color: inherit;
}
#prea-5 a.td-none:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}
#abt-3 .underline {
    border-bottom: 1px solid #000;
}
#contact-1 .green-btn {
    padding-inline-start: 50px;
}
.accordion-container {
    margin: 0 auto;
}
.accordion-item {
    border-top: 1px solid #b2cf77;
    border-bottom: 1px solid #b2cf77;
}
.accordion-header {
    padding: 15px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: transparent;
    width: 100%;
}
.accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    background-color: #f4f4f4;
}
.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}
.accordion-content .breath-test {
    background-color: #fff;
    border: 1px solid #328284;
    border-radius: 25px;
    padding: 25px;
}
.accordion-content .breath-test p {
    min-height: 190px;
}