
/* Start header Area */

.header-top{
    background: #005596;
    padding: 10px 0;
}


.header-top .col-xxl-8{
    display: flex;
    align-items: center;
}

.header-top-left ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.header-top-left ul li{
    list-style: none;
    padding-right: 40px;
}

.header-top-left ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}


.header-top-left ul li a svg {
    width: 16px;
    fill: #c6181e;
    transform: translate(-5px, -1px);
}

.header-top-left ul li a svg.icon-bell{
    width: 14px;
    fill: #FFD960;
}

.header-top-left ul li a svg.icon-stars{
    width: 22px;
}

.header-top-right{
    display: flex;
    justify-content: flex-end;
}

.header-top-right a {
    background-color: #c6181e;
    /* font-size: 16px; */
    fill: #FFF;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 20px;
}
/* End header Area */



/* Start header Area */


.header-wrapper {
    display: flex;
    justify-content: space-between;
}

.logo img {
    width: 350px;
}

.header-left {
    margin-top: 20px;
}

.hours24-area svg.icon-24h{
    width: 60px;
}

.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.header-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.header-menu ul li a {
    text-decoration: none;
    color: #005596;
    font-weight: 700;
}

.header-menu ul li {
    padding-right: 20px;
}

.header-menu-btn a {
    text-decoration: none;
    font-family: "Oswald", Sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    background: #FFB400;
    padding: 8px 15px;
    border-radius: 5px;
}

.header-center {
    align-items: center;
    display: flex;
}

.hours24-link a {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration: none;
    color: #005596;
    margin-bottom: 0;
}

.hours24-link a:first-child{
    letter-spacing: 6.7px;
    text-decoration: underline;
}

.hours24-area {
    display: flex;
    border: 2px solid #005596;
    border-radius: 5px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    width: 320px;
}

.nj-logo img {
    width: 80px;
}

.header-right{
    display: flex;
    align-items: center;
}

.hours24-link {
    padding-left: 30px;
}

.nj-logo {
    padding-right: 25px;
}


/* Start Main Menu Area */

.mainmenu {
    background: #C6181E;
    margin-top: 10px;
}

.call-now {
    text-align: center;
    padding-bottom: 10px;
}

.call-now svg {
    width: 30px;
    transform: translate(-10px, -10px);
}

.call-now a {
    color: #fff;
    text-decoration: none;
    font-size: 34px;
    font-weight: 700;
}

.call-now a span {
    padding-right: 20px;
}


.wrapper-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.wrapper-menu {
    padding-top: 10px;
    padding-bottom: 20px;
}

.wrapper-menu ul li {
    padding: 8px 20px;
    position: relative;
}

.wrapper-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 90px;
}


.wrapper-menu ul li ul.sub-menu {
    display: block;
    position: absolute;
    left: 20px;
    top: 63px;
    width: 305px;
    background-color: #007CC0;
    padding: 10px 0;
    border-top: 2px solid #00324F;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 11;
}


/* Dropdown Menu */

.nav-menu{
    position: relative;
}

.nav-menu ul li ul.sub-menu {
    display: block;
    position: absolute;
    left: 20px;
    top: 63px;
    width: 305px;
    background-color: #FCFBFD;
    padding: 10px 0;
    border-top: none;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 11;
}

.nav-menu ul li ul.sub-menu.menu-city{
    width: 220px;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-menu ul li ul.sub-menu.menu-city .sub-menu-right {
    top: -2px;
    transform: translate(200px, 0px);
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 290px;
}


.nav-menu ul li ul.sub-menu li {
    display: block;
    margin: 0;
    padding: 8px 0;
    margin-left: 20px;
    text-align: left;
    padding-left: 0;
    margin-right: 20px;
}


.nav-menu ul li ul.sub-menu li a {
    text-align: left;
    padding: 5px 0px;
    margin: 0;
    color: #005596;
    letter-spacing: 1.1px;
    line-height: 1.4;
    font-size: 16px;
    padding-right: 25px;
}

.nav-menu ul li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 110px;
    pointer-events: auto;
    margin-top: 17px;
}

.header-right #mobile-menu{
    display: none!important;
}


.humberger_sign {
    width: 35px;
    display: none;
    height: 26px;
    overflow: hidden;
    cursor: pointer;
}

.humberger_sign span {
    height: 4px;
    background-color: #8A0F0F;
    display: block;
    margin-bottom: 7px;
    transition: 0.3s;
}

.wrapper-menu.nav-menu ul li a .fa-angle-down {
    transform: translate(3px, 1px);
}

/* End Dropdown Menu*/




/* End Main Menu Area */



/* Start breadcrumbs Area  */

.breadcrumbs-title {
    text-align: center;
}

.breadcrumbs {
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 23%;
    background: #333;
}

.hvac-call {
    display: flex;
    margin-top: 35px;
    justify-content: center;
}


.breadcrumbs{
    padding: 135px 0;
    background-image: url("../img/247hvac-bg.png");
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 23%;
}

.breadcrumbs.page-inner{
    background-image: none;
    padding: 100px 0;
}

.breadcrumbs::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    height: 100%;
    content: "";
    opacity: 0.5;
}

.breadcrumbs .container{
    position: relative;
    z-index: 2;
}


.breadcrumbs-title h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.breadcrumbs-title h3 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 4px;
}


.breadcrumbs-title h3::before {
    position: absolute;
    top: 0;
    width: 70px;
    height: 3px;
    background: #C6181E;
    content: "";
    transform: translate(-85px, 17px);
}

.breadcrumbs-title h2 {
    color: #fff;
    text-transform: uppercase;
    color: #FFB400;
    letter-spacing: 2px;
}

.breadcrumbs-title h3{
    color: #fff;
    
}

.breadcrumbs.page-inner p {
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 910px;
    text-align: center;
}

.breadcrumbs-title p {
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}


.home.breadcrumbs-list h4 {
    color: #000;
}

.breadcrumbs-list h4{
    margin-top: 25px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
}

.breadcrumbs .hvac-call a:last-child{
    /* margin-left: 40px; */
    text-transform: uppercase;
}


.home.breadcrumbs-list ul li {
    font-weight: 700;
}

.home.breadcrumbs-list ul li i{
    color: #8A0F0F;
}


/* End breadcrumbs Area  */



.book-btn .hvac-btn {
    border: 1px solid #fff;
}




/* Start Our Service Area  */

    .our-service {
        padding-top: 44px;
        /* background: #F6F6F9; */
        padding-bottom: 20px;
    }

    .service-title h2 {
        font-size: 45px;
        font-weight: 700;
    }

    .service-title h2 span{
        color:#ef3537;
    }

    .icon-check i.fa-solid.fa-circle-check {
        font-size: 20px;
        transform: translate(0px, 0px);
    }

    .icon-check {
        border: 2px dashed #ef3537;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .service-wrapper {
        margin-top: 40px;
    }

    .service-single {
        width: 330px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

.service-link a {
    color: #003564;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.ac-repair-area .col-xxl-5{
    display: flex;
    align-items: center;  
}

.common-area-right img{
    width: 100%;
}


.service-column{
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-bottom: 45px;
}

.service-link {
    text-align: center;
}

/* End Our Service Area  */



/* Start furnace left Area  */

.heating-service {
    padding-bottom: 70px;
    background: #f2f2f2;
    padding-top: 50px;
}

.furnace-left img {
    border-radius: 10px;
    margin-top: 5px;
}


.furnace-right {
    padding-left: 20px;
}



.Boiler-top{
    margin: 0 auto;
    text-align: center;
}


.Boiler-top h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Start furnace left Area  */



/* Start Maintenance Area */

.maintenance-area{
    padding: 50px;
    position: relative;
}
.maintenance-area .container{
    z-index: 1;
    position: relative;
}

.maintenance-area::before {
position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../img/maintence-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.maintenance-title h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.maintenance-title {
    width: 40%;
    margin: 0 auto;
}

.maintenance-title h2:after {
    content: "";
    background: #C6181E;
    position: absolute;
    width: 175px;
    height: 3px;
    bottom: -20px;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    transform: translate(-50%, -50%);
}

.maintenance-excerpt h4 {
    margin-bottom: 25px;
    font-weight: 700;
}

.maintenance-single img{
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.maintenance-single {
    margin-top: 45px;
    height: 100%;
}


.maintenance-excerpt {
    background: #005596;
    padding: 25px;
    padding-bottom: 45px;
    color: #fff;
    border-radius: 0 0 5px 5px;
    height: 55%;
}

.maintenance-excerpt .hvac-btn{
    border: none;
    font-size: 16px;
    padding: 12px 30px;
}

.maintenance-excerpt .hvac-btn i{
    transform: translate(-5px, 1px);    
}

.maintenance-excerpt .book-btn {
    margin-top: 35px;
}


/* End Maintenance Area */



/*  Start Customer Testimonials */


.testimonials{
    margin-top: 15px;
    margin-bottom: 60px;
    background: #EAEAEE;
    padding: 20px;
}

.testimonials-title{
    margin-top: 60px;
}

.testimonials-title .choose-us-title{
    margin-bottom: 15px;
}

.review-section-wrapper{
    padding: 15px;
}

.client-text{
    width: 800px;
    margin: 0 auto;
}

.quote{
    margin-bottom: 20px;
}

.client-stars p{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
}

.fa-star{
    color: #C6171E;
    font-size: 14px;
}

.fa-quote-left{
    color: #C6171E;
    font-size: 35px;
}

.client-text p{
    font-style: italic;
    position: relative;
    z-index: 2;
}

.carousel-menu{
    position: absolute;
    top: 35%;
    display: flex;
    width: 100%;
    left: 0;
    z-index: 1;
    justify-content: space-between;
}

.carousel-left,.carousel-right{
    font-size: 40px;
} 

.carousel-left{
    padding-left: 20px;
}

.carousel-right{
    padding-right: 20px;
}

.carousel-left i,.carousel-right i{
    cursor: pointer;
    padding: 0px 10px;
}

.client-stars{
    margin-top: 20px;
    margin-bottom: 15px;
}

/*  End Customer Testimonials */




/* Start Inner page Css */

.inner-top-right img{
    width: 100%;
}

.hvac-inner-thubms img{
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.inner-list-item{
    padding: 20px 0;
}

.inner-list-item.list-item ul li{
    padding: 5px 0;
}

.inner-list-item ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
}

.inner-list-item ul li{
    padding: 8px 0;
    position: relative;
}

.inner-list-item.list-page-ac ul li{
    padding: 0;
}

.inner-list-item ul li i{
    transform: translate(-30px, 5px);
    position: absolute;
    left: 0;
}


.inner-list-item.list2 ul li{
    padding: 5px 0;
}

.hvac-inner{
    padding: 50px 0;
    background: #F6F6F9;
}

.inner-page .testimonials{
    background: #fff;
    margin-bottom: 0;
}

.inner-page .footer-top {
    margin-top: 20px;
}

.service-plan {
    margin-bottom: 30px;
    background: #003564;
    color: #fff;
    padding: 30px 0;
    border-radius: 5px;
}

.inner-top-left h2 {
    color: #003564;
    font-size: 37px;
}

.inner-list-item h2 {
    color: #003564;
    text-align: center;
}

.service-plan p{
    width: 800px;
    margin: 0 auto;
}

.service-include-right img{
    width: 100%;
}

.maintenance-logo img{
    width: 452px;
}

.inner-list-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}


.inner-list-item.call-us p {
    text-align: center;
    margin-top: 20px;
    width: 650px;
    margin: 0 auto;
}

.inner-list-item.contact p {
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

.inner-list-item ul li ol{
    list-style-type: circle;
}

.inner-list-item.item-half p{
    width: 100%;
    margin: 0;
}

/* End Inner page css */


/*  */
.s-blue {
    background-color: #00afe8;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    color: #fff;
}

.s-blue h2 {
    font-size: 32px;
    line-height: 1.24211;
    color: #000;
}

.ac-repair-area {
    padding: 60px 0;
    background: #064c8f;
    color: #fff;
    position: relative;
    padding-bottom: 90px;
}

.ac-repair-area::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-image: url("../img/grey-abstract-geometric.jpg");
    opacity: 0.25;
}

.ac-repair-area .container{
    z-index: 1;
    position: relative;
}

.s-blue h3 {
    font-size: 41px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 16px;
    line-height: 1.24211;
}

.inner-list-item.item-half h3 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.inner-list-item.item-half {
    margin-bottom: 20px;
}

.work-counter-widget a {
    transform: translate(0px, 10px);
    display: inline-block;
    background: #ff5100;
    width: 110px;
    padding: 8px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
}


/* Start  */


.section-padding {
    padding: 60px 0;
    padding-top: 40px;
    padding-bottom: 0;
}


.featured-bg.services.section-padding h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.paddd {
    padding: 20px;
}


.development img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.product_pricing-1, .product_title-1 {
    font-weight: 600;
    font-size: 28px;
    color: #005596;
    letter-spacing: 2px;
    padding: 10px 0 10px;
    line-height: 20px;
}

.inner-list-item ul li {
    padding: 10px 0;
    position: relative;
}



/* Start  Inner Last service */

 .service-txt p{
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.furnace-list p{
    margin: 0;
}

/* End Inner Last service */



/* Start Map Area */

.hvac-btn {
    border: none;
    background: #C6181E;
    color: #fff;
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    width: 220px;
    font-weight: 700;
    transition: .3s ease;
}

.hvac-call .hvac-btn {
    background: #C6181E;
}

.map-section .hvac-btn {
    margin-top: 30px;
    display: inline-block;
    width: 230px;
    font-size: 18px;
    background: #C6181E;
}


.service-replacement .col-r-5{
    display: flex;
    align-items: center;
}


.map-section iframe{
    width: 100%;
    height: 350px;
    margin-top: 30px;
}

.map-title p{
    margin: 0 auto;
    width: 800px;
}
.map-title.choose-us-title{
    margin-bottom: 0;
}

.map-title.choose-us-title.text-center h2 {
    font-size: 42px;
    margin-bottom: 20px;
}


/* End Map Area */


/* Start CTA Section */


    .cta-section {
      display: flex;
      width: 100%;
      min-height: 90px;
    }

    .cta-left {
        display: flex;
        flex: 2;
        background-color: #0788d8;
        color: white;
        align-items: center;
        padding: 0 30px;
        justify-content: space-around;
        position: relative;
    }

    .cta-left .text {
        font-size: 22px;
        font-weight: 600;
    }

    .cta-left .phone {
        text-align: right;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
    }

    .cta-right {
        flex: 1;
        background-color: #f2431c;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cta-button {
        color: white;
        border: 3px solid white;
        padding: 10px 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        transition: background-color 0.3s, color 0.3s;
    }

    .cta-button:hover {
        background-color: white;
        color: #f2431c;
    }

    .phone span{
        position: relative;
        right: 25px;
    }


    .text br{
        display: none;
    }
    

    .page-cities .breadcrumbs{
        background-image: inherit;
        background: #333;
        padding: 80px 0;
    }

    .page-cities .breadcrumbs:before{
        background-image: inherit;
    }

    .services-page.breadcrumbs{
        background-image: inherit;
        background: #333;
        padding: 80px 0;
    }

    .services-page.breadcrumbs:before{
        background-image: inherit;
    }


.quick-link ul li.pt25 {
    padding-top: 30px;
}

.quick-link ul li.pt40{
    padding-bottom: 40px;
}

.last-link{

}

.quick-link.last-link ul li {
    padding-bottom: 20px;
}


.county.county-menu-list{
    margin-bottom: 40px;
}

.chimney-title h3{
    margin-bottom: 20px;
}

.chimney-service span i.fa-circle-check{
    margin-right: 2px;
}

/* End CTA Section */






/* Start Footer Top */

.footer-top{
    background: #00304C;
    padding: 50px 0;
}

.f-title h2{
    font-size: 24px;
    font-weight: bold;
    color: #0d3573;
}

.f-title p{
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
}

.footer-top .f-title .hvac-btn{
    display: inline-block;
    width: 230px;
    font-size: 18px;
}


.footer {
    /* background: #005596; */
    padding: 50px 0;
    padding-top: 20px;
}

.footer-logo img {
    width: 200px;
}

.footer-social{
    margin-top: 60px;
}

.footer-social h4{
    color: #000;
    font-size: 20px;
}

.footer-social ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    padding-top: 15px;
}

.footer-social ul li{
    padding-right: 15px;
}

.footer-social ul li i{
    color: #0d3573;
    font-size: 30px;
}

.quick-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick-link h4 {
    position: relative;
    margin-bottom: 35px;
    color: #000;
}

.quick-link h4::after {
    content: "";
    background: #C6171E;
    position: absolute;
    width: 75px;
    height: 3px;
    left: 0;
    bottom: -10px;
}

.quick-link .footer-menu li {
    margin-right: 30px;
}

.quick-link ul li {
    padding-top: 15px;
}

.quick-link ul li a {
    color: #0d3573;
    text-decoration: none;
    font-weight: 700;
}

.quick-link ul li span {
    color: #0d3573;
    font-weight: 700;
}
.quick-link ul li .fa-map-location-dot{
    color: #0d3573;
}

.quick-link ul li a:hover{
    text-decoration: underline;
}

/* End Footer Top */




/* Start Footer Bottom */

.footer-bottom{
    background: #00324F;;
}

.copy-right{
    padding: 5px;
}

.copy-right p {
    margin-bottom: 0;
    color: #fff;
}



/* End Footer Bottom */



/* Start Inner Pages */

.product_pricing-1.cleaning{
    line-height: 45px;
}

/* End Inner Pages */