/* GENERAL CSS */
body {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 29px;
    color: #000;
}
.td-none {
    text-decoration: none;
}
.bcl {
    font-weight: 300;
}
.bcr {
    font-weight: 400;
}
.bcm {
    font-weight: 500;
}
.bcsb {
    font-weight: 600;
}
.bcb {
    font-weight: 700;
}
.bceb {
    font-weight: 800;
}
.uppercase {
    text-transform: uppercase !important;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-blue {
    color: #328284;
}
.bg-grey {
    background-color: #f7f7f9;
}
.blue-cta a {
    background-color: #328284;
    font-size: 20px;
    color: #fff;
    border: 1px solid #328284;
    transition: 1s ease all;
    padding: 10px 25px;
}
.blue-cta a:hover {
    background-color: #fff;
    color: #328284;
}
.white-cta a {
    background-color: #fff;
    font-size: 20px;
    color: #328284;
    border: 1px solid #fff;
    transition: 1s ease all;
    padding: 10px 25px;
}
.white-cta a:hover {
    background-color: transparent;
    color: #fff;
}
.bg-blue {
    background-color: #328284;
}
/* GENERAL CSS END */
#home-hero {
    background-image: url(../images/Company-Drug-Test-Knoxville-TN.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*#home-hero {
    position: relative;
}
#home-hero .container {
    position: absolute;
    top: 0;
    left: 7%;
}*/
#home-hero .row {
    padding: 250px 0;
}
#home-hero h1 {
    font-size: 60px;
    line-height: 70px;
    color: #328284;
}
#home-hero h2 {
    font-size: 60px;
    line-height: 70px;
    color: #328284;
}
.sec-title {
    font-size: 40px;
    line-height: 50px;
}
.expertise {
    padding: 25px;
    background-color: #d9f2f2;
    border-radius: 5px;
    min-height: 487px;
}
.expertise .title h4 {
    font-size: 30px;
    line-height: 40px;
    color: #328284;
}
#home-2 {
    background-image: url(../images/schedule-testing-today-MTS.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#home-4 {
    border-top: 10px solid #82d3d4;
    border-bottom: 10px solid #82d3d4;
}
.accordion-container {
    width: 80%;
    margin: 0 auto;
}
.accordion-item {
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Softer shadow */
    background-color: #328284;
}
.accordion-header {
    padding: 15px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: transparent;
    width: 100%;
    color: #fff;
}
.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;
}
#home-6 {
    background-image: url(../images/Testimonials-Midway-Testing-Services.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#home-6 .col-md-10 .row {
    background-image: url(../images/Midway-Testing-Services-Testimonials.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 125px;
}
#home-6 .col-md-10 .testi-item {
    display: flex;
}
#home-6 .testi-item .col-md-7 {
    padding-inline-start: 50px
}
.amp-carousel-button {
    bottom: 0;
    top: auto;
}
.amp-carousel-button-prev {
    left: 45%;
}
.amp-carousel-button-next {
    right: 45%;
}
#home-8 {
    background-color: #dddddb;
}
#footer {
    background-color: #328284;
}
#footer .contact-details {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-inline-start: 0;
}
#footer .contact-details li {
    padding-bottom: 15px;
}
#footer .contact-details img {
    display: inline-block;
    float: left;
}   
#footer  .contact-details a {
    padding-inline-start: 20px;
}
#footer  .contact-details p {
    padding-inline-start: 65px;
}
#footer .quick-links {
    padding-inline-start: 0;
    list-style: none;
}
#footer .quick-links li {
    padding-bottom: 15px;
}
#footer .white-cta a {
    width: 100%;
    min-width: 190px;
    display: block;
    text-align: center;
}
#copy-right {
    background-color: #000;
}
ul.breadcrumbs {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    justify-content: center;
}
ul.breadcrumbs li {
    display: inline-block;
    float: left;
}
#breadcrumbs-area h1, .breadcrumbs li, .breadcrumbs li a {
    color: #fff;
}
#breadcrumbs-area h1 {
    font-size: 50px;
    line-height: 60px;
}
.breadcrumbs li, .breadcrumbs li a {
    font-size: 30px;
    line-height: 40px;
}
#inner-pg h2.sec-title {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}
#testimonials .testi-item {
    background-color: #9bdcdd;
    padding: 50px 25px;
    border-radius: 25px;
    min-height: 364px;
}
#testimonials .testi-img {
    display: inline-block;
    float: left;
}
#testimonials .testi-content {
    padding-inline-start: 200px;
}
#employers-1 h3 {
    font-size: 26px;
    line-height: 36px;
}
#employers-1 .col-md-6 .row {
    min-height: 170px;
}
#employers-1 .col-md-6 .row .col-md-2 img {
    padding-top: 10px;
}
.drug-testing-details h4 {
    font-size: 22px;
    line-height: 32px;
    color: #328284;
}
ul.individuals {
    list-style: none;
    padding-inline-start: 0;
}
ul.individuals li .icon {
    display: inline-block;
    float: left;
    padding-top: 10px;
}
ul.individuals li .details {
    padding-inline-start: 60px;
}
.dtc-points li, #bodt-1 ul li, #inner-pg ul li:not(.no-marker) {
    list-style-type: square;
}
.dtc-points li::marker, #bodt-1 ul li::marker, li::marker {
    color: #328284;
}
#dtc-1 .one .col-md-6 .dtc-points {
    min-height: 490px;
    border-radius: 10px;
}
#dtc-1 .two .col-md-6 .dtc-points {
    min-height: 410px;
    border-radius: 10px;
}
#contact-1 .contact-details li {
    list-style: none;
    padding-inline-start: 0;
}
#contact-1 .contact-details li {
    padding-bottom: 24px;
}
#contact-1 .contact-details .icon {
    display: block;
    float: left;
}
#contact-1 .contact-details a {
    padding-inline-start: 25px;
    color: #000;
    text-decoration: none;
}
#contact-1 .contact-details a:hover, #contact-1 .contact-details .blue-cta a:hover {
    color: #328284;
}
#contact-1 .contact-details .blue-cta a {
    color: #fff;
}
#contact-1 .blue-cta, #contact-1 .contact-details p {
    padding-inline-start: 60px
}
#bodt-1 ul {
    padding-inline-start: 20px;
}
#faq-1 .accordion-container, #faq-2 .accordion-container {
    width: 100%;
}
#faq-1 .accordion-item, #faq-2 .accordion-item {
    border-radius: inherit;
}
#faq-2 .accordion-item {
    background-color: #82d3d4;
}
#faq-1 .icon, #faq-2 .icon {
    font-weight: 200;
    font-size: 60px;
}
#online-testing .blue-cta.one, #online-testing .blue-cta.two {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
#online-testing .blue-cta.one a, #online-testing .blue-cta.two a {
    width: 225px;
    display: block;
    text-align: center;
    max-width: 100%;
}
#tfi-1 .part-1, #tfi-1 .part-2, #tfi-1 .part-3, #tfi-1 .part-4, #tfi-1 .part-5, #dtfe-1 .part-1,#dtfe-1 .part-2, #dtfe-1 .part-3, #dtfe-1 .part-4, #dtfe-1 .part-5 {
    border-left: 3px solid #328284;
    padding-left: 15px;
}
#tfi-1 .part-1 ul, #tfi-1 .part-2 ul, #tfi-1 .part-3 ul, #tfi-1 .part-4 ul, #tfi-1 .part-5 ul, #dtfe-1 .part-1 ul, #dtfe-1 .part-2 ul, #dtfe-1 .part-3 ul, #dtfe-1 .part-4 ul, #dtfe-1 .part-5 ul {
    padding-inline-start: 0;
}
#tfi-1 .part-1 ul li, #tfi-1 .part-2 ul li, #tfi-1 .part-3 ul li, #tfi-1 .part-4 ul li, #tfi-1 .part-5 ul li, #dtfe-1 .part-1 ul li, #dtfe-1 .part-2 ul li, #dtfe-1 .part-3 ul li, #dtfe-1 .part-4 ul li, #dtfe-1 .part-5 ul li {
    list-style: none;
}
