/* Defaults */
*, ::after, ::before {
    box-sizing: border-box;
}
div#primary {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: normal;
}
.container{
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.align-items-center{
    align-items: center;
}
.align-self-center{
    align-self: center;
}
.justify-content-space-between{
    justify-content: space-between;
}
.col-lg-4 {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-lg-5 {
    flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-lg-6 {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-lg-7 {
    flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-lg-8 {
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}

div#primary h2 {
    font-size: 35px!important;
}
div#primary h2, 
div#primary h3, 
div#primary h4,
div#primary p{
    margin-bottom: 20px !important;
    line-height: normal;
}
div#primary h3{
    font-size: 25px !important;
}
.mb-2{
    margin-bottom: 20px;
}
.lp-content {
    padding-top: 3%;
}
.img-fluid {
    max-width: 100%
}
.main-content {
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
    padding-right: 15px;
}
.side-bar {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
    padding-right: 15px;
}
/* End of Defaults */

/* Reusables */
.banner-mobile {
    display: none;
}
.banner-mobile img {
    width: 100%;
}
.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.banner .row {
    min-height: 360px;
    position: relative;
}
.banner .row:before {
    content: '';
    height: 100%;
    width: calc(55% + 10px);
    position: absolute;
    top: 0;
    left: -10px;
    background-color: rgba(255, 255, 255, 0.8);
}
.banner .col-lg-6 {
    z-index: 1;
}
.banner h1 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
a.btn.btn-cta {
    background-color: #009F1B;
    line-height: normal !important;
    padding: 10px 5px;
    width: 300px;
    margin: 20px 0px 0px;
}
a.btn.btn-cta:hover {
    background-color: #016c13;
}
a.btn.btn-cta strong {
    font-weight: bold;
    font-family: inherit;
}
ul.column-2-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
ul.column-2-list li {
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 20px;
}
ul.column-2-list li strong {
    font-size: 22px;
    font-weight: bold;
    font-family: inherit;
    padding-left: 60px;
    min-height: 45px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    line-height: normal;
}
ul.column-2-list li strong:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 33px;
    width: 33px;
}
ul.column-2-list.list-vent li strong:before {
    background-image: url(/wp-content/uploads/2024/06/duct-icon.png); 
}
ul.column-2-list.list-pipe li strong:before {
    background-image: url(/wp-content/uploads/2024/06/pipe-blue.png); 
}
ul.column-2-list.list-vaccum li strong:before {
    background-image: url(/wp-content/uploads/2024/06/vaccum.png); 
}
ul.column-2-list.list-carpet li strong:before {
    background-image: url(/wp-content/uploads/2024/06/list-carpet.png); 
}
.check-list li strong {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    padding-left: 30px;
    position: relative;
}
.check-list li strong:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2024/06/check-icon.png);
    background-size: contain;
}
.check-list.list-alternate li {
    padding: 20px 20px 1px;
}
.check-list.list-alternate li:nth-child(odd){
    background-color: #F1F1F1;
}
ul.list-check {
    font-size: 18px;
}
ul.list-check li{
    position:relative;
    padding-left: 30px;
    margin-bottom: 20px;
    line-height: normal;
}
ul.list-check li:before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2024/06/check-icon.png);
    background-size: contain;
}
ul.icon-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0px;
}
ul.icon-list li {
    flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
ul.icon-list li img {
    height: 65px;
    margin-bottom: 15px;
}
/* Testimonials */
.client-testimonials {
    padding: 20px;
    position: relative;
    background-color: #F1F1F1;
    overflow: hidden;
    margin: 40px 0px;
}
.client-testimonials h4 {
    font-size: 25px;
    margin-bottom: 30px;
    max-width: calc(100% - 75px);
}
.client-testimonials .owl-stage-outer {
    overflow: visible !important;
}
.client-testimonials .owl-item {
    background-color: #fff;
    padding: 25px 15px 15px;
    text-align: left!important;
    position: relative;
}
.client-testimonials .owl-item p.client-name {
    font-weight: bold;
}
.client-testimonials .owl-item p.client-testimonial {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* Number of lines to show */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* Adjust line-height to control space between lines */
    width: 300px;
    max-height: calc(1.5em * 6);
    box-sizing: border-box; /* To include padding and border in the width and height */
    position: relative;
}
.see-more {
    display: none;
    color: #007eec;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.more-text {
    display: none;
}
.client-testimonials .testimonial-buttons {
    position: absolute;
    top: 30px;
    right: 20px;
}
.client-testimonials .testimonial-buttons br{
    display: none!important;
}
.client-testimonials .testimonial-buttons img {
    width: 27px!important;
    height: 27px;
    margin-left: 5px;
    margin-right: 5px;
}
.client-testimonials .testimonial-buttons.mobile-btn {
    display: none;
}
.client-testimonials .owl-item:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 40px;
    background-image: url(/wp-content/uploads/2024/06/quote-icon.png);
    background-repeat: no-repeat;
    top: -15px;
    left: 15px;
}
.client-testimonials .owl-stage-outer {
    overflow: visible!important;
}

/* Did You Know */
.did-you-know {
    padding: 25px;
    background-image: url(/wp-content/uploads/2024/06/dyk-section.png);
    background-size: cover;
    position: relative;
    margin: 40px 0px;
}
.did-you-know .content-wrap {
    width: 50%;
}
.did-you-know:before {
    content: '';
    position: absolute;
    top: -10%;
    right: 0;
    width: 50%;
    height: 110%;
    background-image: url(/wp-content/uploads/2024/06/content-image-cta.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* FaQ */
.accordion-faq {
    margin-bottom: 30px;
}
.accordion-item {
    background-color: #F1F1F1;
    padding: 15px 25px;
    margin-bottom: 10px;
}
.accordion-item .accordion-title {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    width: calc(100% - 40px);
    min-height: 30px;
    line-height: normal;
}
.accordion-item .accordion-content p {
    padding-top: 10px;
}
.accordion-item .accordion-title button.toggle-accordion {
    position: absolute;
    right: -40px;
    top: 0;
    height: 30px;
    width: 30px;
    border: 0px;
    background-image: url(/wp-content/uploads/2024/06/acc-closed.png);
    background-size: cover;
}
.accordion-item.active .accordion-title button.toggle-accordion {
    background-image: url(/wp-content/uploads/2024/06/acc-open.png);
}
/* Sidebar */
.side-bar .sidebar-section {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #F8F8F8;
}
.side-bar .sidebar-section h4 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.side-bar .quick-contact>div p {
    margin-bottom: 0px;
}
.side-bar .quick-contact>div {
    background-color: #ffff;
    border: 1px solid #707070;
    position: relative;
}
.side-bar input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
.side-bar  span.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
}
.side-bar .menu-item a {
    padding: 15px 15px 15px 55px;
    display: block;
    text-decoration: none;
    color: #707070;
    margin-bottom: 10px;
    position: relative;
}
.side-bar .menu-item a:before {
    content: '';
    height: 35px;
    width: 35px;
    position: absolute;
    top: 12px;
    left: 12px;
    display: block;
    background-size: cover;
}
.side-bar .menu-item a:hover, 
.side-bar .menu-item.current_page_item a {
    color: #fff;
    background-color: #007EEC;
    border-radius: 5px;
}
.side-bar .air-duct.menu-item a:before {
    background-image: url(/wp-content/uploads/2024/06/air-duct.png);
}
.side-bar .air-duct.menu-item a:hover:before,
.side-bar .air-duct.menu-item.current_page_item a:before {
    background-image: url(/wp-content/uploads/2024/06/air-duct-hover.png);
}
.side-bar .water-cleanup.menu-item a:before {
    background-image: url(/wp-content/uploads/2024/06/pipe.png);
}
.side-bar .water-cleanup.menu-item a:hover:before,
.side-bar .water-cleanup.menu-item.current_page_item a:before {
    background-image: url(/wp-content/uploads/2024/06/pipe-hover.png);
}
.side-bar .carpet-cleaning.menu-item a:before {
    background-image: url(/wp-content/uploads/2024/06/carpet.png);
}
.side-bar .carpet-cleaning.menu-item a:hover:before,
.side-bar .carpet-cleaning.menu-item.current_page_item a:before {
    background-image: url(/wp-content/uploads/2024/06/carpet-hover.png);
}
.sidebar-section.newsletter-section {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.newsletter-section p.green-text {
    padding: 15px;
    background-color: #2aae4052;
    margin-bottom: 11px!important;
}
.newsletter-section form table{
    margin: 10px auto 0px;
}
.newsletter-section input.email {
    background-color: #007EEC!important;
    color: #fff;
    text-transform: uppercase;
    background-image: none;
    border: 0px;
    border-radius: 0px 5px 5px 0px;
    padding: 8px 15px;
}
.newsletter-section p {
    padding-left: 15px;
    padding-right: 15px;
}
.certification-section img {
    max-width: 100%;
    height: auto;
}
.certification-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.certification-section ul li {
    flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    max-width: 45%;
}
ul.list-timeline:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #707070;
    position: absolute;
    left: 23px;
    z-index: 1;
}
ul.list-timeline {
    position: relative;
    margin-bottom: 40px;
}
ul.list-timeline > li {
    position: relative;
    padding: 15px 30px 1px 70px;
    margin-bottom: 10px;
}
ul.list-timeline > li span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-weight: bold;
    padding: 10px 5px;
    color: #007EEC;
    background-color: #fff;
    z-index: 2;
}
ul.list-timeline > li:nth-child(even) span {
    background-color: #F1F1F1;
}
ul.list-timeline > li strong {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
ul.list-timeline > li:nth-child(odd) {
    background-color: #F1F1F1;
}
/* End of Reusables */

/* Air Duct Cleaning */

/* Responsive */
@media screen and (max-width: 1024px){
    ul.column-2-list li strong {
        font-size: 20px;
    }
    .form-subscribe input[type="text" ] {
        width: 150px;
    }
}
@media screen and (max-width:900px){
    .did-you-know p {
        font-size: 13px;
    }
}
@media screen and (max-width:800px) {
    .main-content, .side-bar {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    
}
@media screen and (max-width:640px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .main-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-fluid {
        width: 100%;
    }
    div#primary {
        font-size: 16px;
    }
    div#primary h2 {
        font-size: 25px !important;
    }

    .landing-page a.btn.btn-cta {
        width: 100%;
    }
    .row .image-column {
        order: 0;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .row .content-column {
        order: 1;
        margin-bottom: 10px;
    }
    .col-lg-6,
    ul.column-2-list li {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    ul.column-2-list br {
        display: none;
    }
    ul.column-2-list li strong {
        min-height: 30px;
    }
    .banner {
        text-align: center;
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-bottom: 4px solid #007EEC;
        background-image: none !important;
    }
    .banner h1 {
        font-size: 28px;
    }
    .banner-mobile {
        display: block;
    }
    .banner .col-lg-6 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .banner .row:before {
        background-color: #fff;
        width: 100%;
        left: 0;
    }

    .section-1 h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .client-testimonials .testimonial-buttons {
        display: none;
    }
    .client-testimonials .testimonial-buttons.mobile-btn {
        display: block;
        position: static;
        text-align: center;
    }
    .client-testimonials h4 {
        text-align: center;
        display: block;
        max-width: 100%;
    }
    .accordion-item .accordion-title {
        font-size: 18px;
    }
    .did-you-know .content-wrap {
        width: 100%;
        text-align: center;
    }
    .did-you-know a.btn.btn-cta {
        margin: 20px auto 0px;
    }
    .did-you-know {
        margin-top: 80vw;
    }
    .did-you-know:before {
        top: unset;
        bottom: 100%;
        width: 100vw;
        height: 80vw;
    }
    .did-you-know p {
        font-size: 16px;
    }
}
@media screen and (max-width:480px) {
    ul.icon-list li {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Global Fixes */
.footer-widgets li {
    margin-bottom: 10px;
}
.footer-widgets li:before {
    padding-right: 0px;
}
.footer-widgets li {
    padding-left: 10px;
}