* {
    margin: 0;
    padding: 0;
    font-family: 'Satoshi'
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: url('../fonts/Syne-Medium.woff2') format('woff2'), url('Syne-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




:root {
    --bs-blue-top-bar: #067ac5;
    --bs-footer: #394a46;
    --bs-heading-color-text: #df6c4f;
    --bs-button-primary: #df6c4f;
    --bs-button-secondary: #fff;
    --bs-button-secondary-btn: #394a46;
}


.container-fluid.custom-width {
    max-width: 1920px;
    width: 100%;
    padding: 0 60px;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.wrapper a.dropdown-toggle::after {
    display: none;
}

.nav-links {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    align-items: center;
    gap: 10px;
}

.nav-links a:hover {
    color: #f2be1a;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    color: #414042;
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: 'Syne';
    letter-spacing: 1px;
}

.drop-menu {
    position: absolute;
    top: 81px;
    left: 0;
    background: #fff;
    display: none;
    width: 350px;
    z-index: 9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 12px 12px;
    z-index: 3;
}

.drop-menu li {
    width: 100%;
}

.drop-menu a:hover {
    background: transparent;
    color: #f2be1a;
}

i.bx.bx-shopping-bag {
    font-size: 25px;
    font-weight: 500;
}

.drop-menu a {
    padding: 7px;
    display: block;
    font-size: 15px;
    line-height: 30px;
}

.menu-btn,
.close-btn {
    display: none;
    font-size: 22px;
    color: #333;
    cursor: pointer;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-toggle i {
    margin-left: 8px;
}

.nav-links li a i {
    font-size: 8px;
}

/* .menu-has-item.active .dropdown-toggle i {transform: rotate(180deg);} */
/* .header-sticky.fixed {position: sticky;top: 0;left: 0;width: 100%;background-color: #fff;z-index: 1000;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);} */
ul.drop-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*.hero-section {position: absolute;top: 105px;background: #f0bf23e8;width: 34%;height: 850px;padding-top: 80px;padding-left: 40px;padding-right: 40px;}*/
/* .hero-section .box-hero {background: rgba(240, 191, 35, 0.91);height: 850px;padding-top: 80px;padding-left: 40px;padding-right: 40px;} */
.hero-section {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0px;
}

.video-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 950px;
    object-fit: cover;
    z-index: -1;
}

.circle-rotate {
    top: 70%;
}

.circle-rotate {
    float: right;
    position: relative;
}

.circle-relative {
    position: relative;
}

.circle-round {
    background: #f2be1a;
    width: 70px;
    height: 70px;
    line-height: 50px;
    margin-top: 25px;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 137px;
    left: 44px;
}

.circle-relative .circle-round {
    left: 40px;
}

.circle-round i {
    transform: rotate(270deg);
    transition: 0.6s;
    font-size: 35px;
}

.circle-round i:hover {
    transform: rotate(235deg);
    transition: 0.6s;
}

.circle-rotate img {
    animation: rotate 30s linear infinite;
    display: block;
    margin: auto;
    max-width: 100%;
    outline: 1px;
    border: 4px solid #e6bc2d;
    border-radius: 100%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

h1.fw {
    font-family: 'Syne';
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 60px;
}

p.hero-text {
    font-family: 'Satoshi';
    font-size: 24px;
    color: #1B1B1B;
    word-spacing: -3px;
}

hr:not([size]) {
    height: 1px;
    background: #000;
    opacity: 0.9;
}

p.hvac-text {
    font-family: 'Satoshi';
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 0px !important;
    font-weight: 600;
}

.row.service-icons {
    font-size: 15px;
    font-family: 'Satoshi';
}

.row.service-icons a {
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Satoshi' !important;
}

.row.service-icons img {
    padding-top: 11px;
    margin-right: 11px;
    margin-bottom: 11px;
}

.custom-space-top {
    margin-top: 100px;
}

.headingh2 h2 {
    font-size: 60px;
    font-family: 'Syne';
    margin-bottom: 0px;
}

.headingh2 hr:not([size]) {
    height: 5px;
    background: #F2BE1A;
}

.verified-icon img {
    margin-right: 15px;
}

.verified-icon {
    font-size: 30px;
    font-family: 'Satoshi';
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.verified p {
    font-size: 18px;
    font-family: 'Satoshi';
    line-height: 28px;
    margin-bottom: 20px;
}

ul.done-arrow li {
    font-size: 18px;
    font-family: 'Satoshi';
    line-height: 36px;
}

ul.done-arrow {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 80px;
}

ul.done-arrow li img {
    padding-right: 10px;
}

.form-left {
    color: white;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-position: center;
    background-size: cover;
}

.form-left h1 {
    font-family: 'Syne';
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-left: 30px;
}

.form-left p {
    font-size: 24px;
    margin-top: 1rem;
    margin-left: 30px;
    font-family: 'Satoshi';
}

.form-right {
    /* background-color: #f2c125; */
    background-color: rgba(255, 255, 255, 1);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

form.bg-color-form .form-control {
    border-radius: 10px;
    border: none;
    padding: 12px;
}

form.bg-color-form .submit-btn {
    border: none;
    padding: 14px 55px;
    background-color: #414042;
    color: white;
    border-radius: 25px;
    font-weight: normal;
    letter-spacing: 1px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
}

.submit-btn:hover {
    background-color: #000;
}

form.bg-color-form input.form-control::placeholder {
    color: #000;
    font-size: 20px;
    font-family: 'Satoshi';
    font-weight: 300;
}

form.bg-color-form input.form-control {
    /* background: #f8e092; */
    background: #F0F0F0;
    padding: 10px;
    border: none;
    border-radius: 0px;
    color: #333;
}

.form-right label {
    font-size: 18px;
    font-family: 'Satoshi';
    font-weight: 500;
    margin-bottom: 5px;
}

form.bg-color-form {
    padding: 50px;
}

form.bg-color-form select.form-select {
    background-color: #f8e092;
    background-image: url(../images/Path.png);
    background-size: 10px 8px;
    border: none;
    border-radius: 0px;
    padding: 10px;
    font-size: 20px;
    font-family: 'Satoshi';
    font-weight: 300;
    color: #000;
}

/* form.bg-color-form textarea.form-control {min-height: 250px;background: #f8e092;border: none;border-radius: 0px;} */
form.bg-color-form .form-select:focus {
    box-shadow: none !important;
}

form.bg-color-form .form-control:focus {
    box-shadow: none;
}

iframe {
    border-radius: 20px;
}

ul.week-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 50px;
}

ul.week-list li {
    line-height: 38px;
    font-size: 20px;
    font-family: 'Satoshi';
}

span.time {
    padding-left: 50px;
}

h3.call-us {
    margin-bottom: 20px;
}

.address-info h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.address-info p {
    font-size: 18px;
    font-family: 'Satoshi';
    margin-bottom: 20px;
}

a.call {
    color: #1B1B1B;
    font-size: 20px;
    margin-bottom: 50px;
    display: block;
}

a.call:hover {
    color: #f2c125;
}

ul.social-icon {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 30px;
    margin-top: 25px;
}

.line hr:not([size]) {
    height: 5px;
    background: #F2BE1A;
    margin-top: 100px;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.lef-text p {
    font-size: 15px;
    margin-bottom: 0px;
}

.oval-pic {
    text-align: center;
}

.oval-pic p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Satoshi';
}

p.founder {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 40px;
}

.oval-pic {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 70px;
}

.oval-pic h1 {
    font-family: 'Syne';
    font-size: 60px;
}

.oval-pic img {
    margin-bottom: 50px;
}

.bg-color-column {
    background-color: #F2BE1A;
    padding: 30px;
}

.about-bg-color h2 {
    font-size: 60px;
    font-family: 'Syne';
    margin-bottom: 20px;
}

/*.about-bg-color { padding: 92px;}*/
.about-bg-color {
    padding: 72px;
}

.icon-heading {
    font-size: 30px;
    font-family: 'Satoshi';
    font-weight: bold;
    margin-bottom: 10px;
}

.icon-heading img {
    margin-right: 15px;
}

.about-bg-color p {
    margin-bottom: 60px;
    font-size: 18px;
    font-family: 'Satoshi';
}

.bg-black-bg {
    background: #373a35;
    padding: 130px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.star-rating h3 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: 'Satoshi';
    font-weight: 500;
    margin-bottom: 20px;
}

/* section.custom-space-tops .row {align-items: center;} */
.client-name {
    margin-bottom: 15px;
    font-size: 20px;
    color: #fff;
    font-family: 'Syne';
}

.star-rating-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}

.star-rating-list li i {
    font-size: 25px;
    color: #f3c226;
}

.row.star-slider p {
    font-size: 18px;
    color: #fff;
    font-family: 'Satoshi';
    margin-bottom: 70px;
}

a.review-lik {
    font-size: 15px;
    text-decoration: blink;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Syne';
    position: absolute;
    bottom: 0px;
}

a.review-lik:hover {
    color: #f2c125;
}

a.review-lik i {
    padding-left: 6px;
    color: #f2c125;
    font-size: 23px;
}

.star-rating a {
    color: #fff;
}

.row.star-slider {
    margin: 0px;
    padding: 0px;
}

.row.star-slider .slick-slide {
    margin: 9px;
    height: 100%;
    display: flex;
    flex-direction: column;
}



.faq hr:not([size]) {
    height: 5px;
    background: #F2BE1A;
    margin-top: 23px;
}

.faq hr:not([size]) {
    height: 5px;
    background: #F2BE1A;
    margin-top: 23px;
    width: 100%;
    max-width: 550px;
}

.faq p {
    font-size: 18px;
    font-family: 'Satoshi';
    margin-bottom: 30px;
}

.faq h1 {
    font-size: 60px;
    margin-bottom: 30px;
    font-family: 'Syne';
}

.faq-custom .accordion-button::after {
    background-image: url(../images/download-plus.svg);
    transition: all 0.5s;
    background-size: 31px;
    background-position: center;
}

.faq-custom .accordion-button:not(.collapsed)::after {
    background-image: url(../images/download-minus.svg);
}

.faq-custom .accordion-button::after {
    transition: all 0.5s;
}

.faq-custom button.accordion-button.collapsed {
    font-size: 24px;
    font-family: 'Satoshi';
    font-weight: 600;
    color: #1B1B1B;
    box-shadow: none !important;
    border-top: 1px solid #ccc;
    line-height: 40px;
}

.faq-custom .accordion-button:not(.collapsed) {
    font-size: 24px;
    font-family: 'Satoshi';
    font-weight: 600;
    color: #1B1B1B;
    box-shadow: none !important;
    background-color: transparent;
    border-top: 1px solid #ccc;
}

.faq-custom .accordion-body p {
    font-size: 18px;
    font-family: 'Satoshi';
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 28px;
}

.faq-custom {
    margin-bottom: 100px;
}

.faq-custom .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
}

div#accordionExample {
    border: 1px solid #ccc;
    border-radius: 15px;
}

.faq-custom .accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.faq-custom .accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .125);
}

.faq-custom .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 0px !important;
}

.hvac img {
    width: 100%;
}

.col-lg-5.col-sm-5.hvac-column {
    padding: 0px;
    margin: 0px;
}

.hvac-text {
    padding: 0 50px !important;
}

.custom-space-topp .row {
    align-items: center;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-item img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    padding: 15px;
    opacity: 1;
}

.overlay h4 {
    margin: 0;
    font-size: 18px;
    color: #ff7043;
}

.overlay p {
    margin: 5px 0 0;
    font-size: 14px;
}

.gallery-custom .gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.gallery-custom .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
    gap: 30px;
}

.gallery-custom .gallery img {
    width: 100%;
    height: 350px;
    cursor: pointer;
    transition: transform 0.3s;
    object-fit: cover;
    border-radius: 15px;
}

.gallery-custom .gallery img:hover {
    transform: scale(1.05);
}

.gallery-custom .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

.gallery-custom .lightbox.active {
    display: flex;
}

.gallery-custom .lightbox .swiper {
    width: 80%;
    height: 80%;
}

.gallery-custom .lightbox img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.gallery-custom .close-btns {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    border-radius: 50%;
}

.gallery-custom .gallery-item p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    position: absolute;
    top: 93%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    padding: 10px;
}

.gallery-custom .lightbox img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.gallery-custom .lightbox .swiper {
    width: 80%;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff !important;
}

.gallery-custom {
    margin-bottom: 100px;
}



.ac-heating {
    background: #F2BE1A;
    padding: 80px;
}

.ac-heading p.ac-inner {
    font-family: 'Satoshi';
    font-size: 24px;
    color: #1B1B1B;
}

.ac-heading h1 {
    font-family: 'Syne';
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 70px;
}

.ac-heading {
    padding: 0 50px;
    padding-top: 50px;
}

.ac-heading p {
    font-family: 'Satoshi';
    font-size: 18px;
    color: #1B1B1B;
}

.ac-heating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ac-heating-image {
    height: 720px;
}

.col-lg-6.ac-heating-column {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.circle-rotate-ac {
    position: absolute;
    top: 68%;
    bottom: 0px;
    left: 72%;
}

.circle-rotate-ac img {
    animation: rotate 30s linear infinite;
    display: block;
    margin: auto;
    max-width: 100%;
    outline: 1px;
    border: 4px solid #e6bc2d;
    border-radius: 100%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ac-inner {
    position: relative;
}




@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

[data-animate] {
    animation-delay: 0.4s;
    /* adjust as needed */
}

.fw700 {
    font-weight: 700 !important;
}

.address-section h3,
.tabTitleBlock .heading {
    font-family: 'Satoshi';
    font-weight: 600;
    font-size: 30px;
}

button.sub-menu-toggle {
    display: none;
}

.banner-section {
    position: relative;
}

.inner__pages {
    margin-bottom: 100px;
}

.error--page p.lost {
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

.error--page .lost-btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.error--page .lost-btn {
    padding: 11px;
    background: #333;
    text-align: center;
    border-radius: 10px;
    display: block;
    margin-top: 50px;
}

.star-slider-slide {
    height: auto;
}

.header-sticky .wrapper .logo img {
    max-width: 250px;
    width: 100%;
}




.hero-sections {
    padding-top: 70px;
    height: 100%;
}

h1.fw {
    font-family: 'Syne';
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 70px;
    color: #1b1b1b;
}

.hero-section .box-hero {
    background: #f2be1af2;
    height: 100% !important;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    /* width: 37%;
    max-width: 653px; */
}

.row.service-icons img {
    padding-top: 5px;
    margin-right: 11px;
    margin-bottom: 5px;
}

.row.hero-space {
    height: 99.5%;
}

form.bg-color-form input.form-control {
    /* background: #f8e092; */
    background: #F0F0F0;    
    padding: 6px;
    border: none;
    border-radius: 9px;
    color: #333;
}

.form-right label {
    font-size: 18px;
    font-family: 'Satoshi';
    font-weight: 400;
    margin-bottom: 5px;
}

form.bg-color-form textarea.form-control {
    height: 100px;
    /* background: #f8e092; */
    background: #F0F0F0;
    border: none;
    border-radius: 9px;
}




ul.social-icon svg :hover {
    fill: #f5cb48 !important;
}

ul.social-icon svg {
    fill: #414042 !important;
}

.row.custom-space-hero {
    height: 99.3%;
}

.space-hero-space {
    height: 100%;
}

.time--field span[data-name="time_preference"],
.date--field span[data-name="date_preference"] {
    display: block;
}

.time--field span[data-name="time_preference"]:after,
.date--field span[data-name="date_preference"]:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 65%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 1;
    width: 25px;
    height: 25px;
}

.date--field span[data-name="date_preference"]:after {
    background: url(../images/date-bg.svg) no-repeat;
}

.time--field span[data-name="time_preference"]:after {
    background: url(../images/clock.svg) no-repeat;
}

.form-right input.datepicker-input.form-control::placeholder {
    font-size: 15px !important;
    color: #4140424d !important;
    padding-left: 5px;
}

.form-right input.timepicker-input.form-control::placeholder {
    font-size: 15px !important;
    color: #4140424d !important;
    padding-left: 5px;
}

.hero-sections hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-sticky nav {
    padding: 0px;
}

.headingh2 {
    margin-bottom: 50px;
}

.right-text {
    /* display: flex;
    align-items: center;
    gap: 10px; */
    font-size: 15px;
}

.right-text.footer--info a {
    color: #212529;
    text-decoration: none;
}

.right-text.footer--info {
    display: flex;
    align-items: center;
}

.right-text.footer--info p {
    margin: 0;
}


/*-------------*/
/*-------------*/
section.serviceBannerNew,
section.aboutBannerNew {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 10rem 0;
    position: relative;
}

section.serviceBannerNew::after,
section.aboutBannerNew::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1B1B1B 0%, rgba(27, 27, 27, 0.0001) 75.02%, rgba(0, 0, 0, 0.0001) 75.02%);
    content: "";
    z-index: 1;
}

section.serviceBannerNew .container-fluid.custom-width,
section.aboutBannerNew .container-fluid.custom-width {
    position: relative;
    z-index: 2;
}

section.serviceBannerNew .textBlock,
section.aboutBannerNew .textBlock,
section.serviceBannerNew .textBlock .headingBlock,
section.aboutBannerNew .textBlock .headingBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    color: #fff;
}

section.serviceBannerNew .textBlock .headingBlock .subHeading,
section.aboutBannerNew .textBlock .headingBlock .subHeading,
section.serviceBannerNew .textBlock .headingBlock .heading,
section.aboutBannerNew .textBlock .headingBlock .heading {
    margin: 0;
    text-align: left;
}

section.serviceBannerNew .textBlock .headingBlock .subHeading,
section.aboutBannerNew .textBlock .headingBlock .subHeading {
    margin: 0;
    font-family: 'Syne';
    font-weight: 500;
    font-size: 17px;
    line-height: 110%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

section.serviceBannerNew .textBlock .headingBlock .heading,
section.aboutBannerNew .textBlock .headingBlock .heading {
    font-family: 'Syne';
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: 0px;
}

section.serviceBannerNew .textBlock .description,
section.aboutBannerNew .textBlock .description {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

section.serviceBannerNew .textBlock .description p,
section.aboutBannerNew .textBlock .description p {
    margin: 0;
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
}

section.serviceBannerNew .textBlock .btnBlock,
section.aboutBannerNew .textBlock .btnBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 550px;
}

section.serviceBannerNew .textBlock .btnBlock .quote-button,
section.aboutBannerNew .textBlock .btnBlock .quote-button {
    margin: 0;
    width: 100%;
    text-align: center;
}

section.serviceBannerNew .textBlock .btnBlock .callUSNow,
section.aboutBannerNew .textBlock .btnBlock .callUSNow {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    font-size: 20px;
    column-gap: 10px;
}

.servicesTabSection .custom-width {
    display: flex;
    flex-direction: column;
    row-gap: 90px;
}

.service-temp.servicesTabSection .headingInit {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
}

.servicesTabSection .headingInit .fw,
.accordionSection .headingInit .fw {
    max-width: 100%;
    font-family: 'Syne';
    font-weight: 500;
    font-size: 50px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(27, 27, 27, 1);
}

.servicesTabSection .headingInit p,
.serviceDataTabs .serviceTabsOptions ul li .tabOption,
.serviceDataInit .serviceData,
.serviceDataInit .serviceData p,
.serviceDataInit .serviceData ul,
.processBlock ul,
.processBlock .processInit .textBlock p,
.accordionSection .accordion .accordion-item .accordion-panel {
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(27, 27, 27, 1);
}

.servicesTabSection .headingInit p:last-child,
.processBlock .processInit .textBlock p:last-child {
    margin-bottom: 0;
}

.servicesTabSection .titleBlock {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 0 0 26px 0;
}

.processBlock .processInit .textBlock .heading,
.servicesTabSection .titleBlock .heading {
    font-family: 'Satoshi';
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0px;
    margin: 0;
}

.serviceDataTabs {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: flex-start;
}

.serviceDataTabs .serviceTabsOptions,
.serviceDataTabs .serviceTabsOptions ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.serviceDataTabs .serviceTabsOptions ul {
    flex-direction: row;
    gap: 22px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.serviceDataTabs .serviceTabsOptions ul li,
.serviceDataTabs .serviceTabsOptions ul li .tabOption {
    width: auto;
    display: flex;
    align-items: flex-start;
    text-align: left;
    transition: all 0.2s;
    position: relative;
}

.serviceDataTabs .serviceTabsOptions ul li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: -12px;
    background: rgba(242, 190, 26, 1);
    z-index: 1;
}

.serviceDataTabs .serviceTabsOptions ul li:last-child:after {
    content: none;
}

.serviceDataTabs .serviceTabsOptions ul li .tabOption:hover,
.serviceDataTabs .serviceTabsOptions ul li .tabOption.active {
    text-shadow: 0.5px 0px 1px rgba(0, 0, 0, 1);
    transition: all .2s;
}

.serviceDataInit {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.serviceDataInit .serviceData {
    row-gap: 34px;
}

.serviceDataInit .serviceData,
.serviceDataInit .serviceData ul,
.processBlock ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    text-align: left;
}

.serviceDataInit .serviceData p {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.serviceDataInit .serviceData ul,
.processBlock ul {
    list-style: none;
    row-gap: 20px;
}

.serviceDataInit .serviceData ul li,
.processBlock ul li {
    position: relative;
    padding: 0 0 0 30px;
}

.serviceDataInit .serviceData ul li::after,
.processBlock ul li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    margin-top: -5px;
    left: 10px;
    background: rgba(242, 190, 26, 1);
}

.processBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 60px;
}

.processBlock .processInit {
    width: 100%;
    display: flex;
    align-items: flex-start;
    column-gap: 45px;
    position: relative;
}

.processBlock .processInit .iconBlock {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.processBlock .processInit:nth-child(odd) .iconBlock {
    background: rgba(46, 61, 76, 1);
}

.processBlock .processInit:nth-child(even) .iconBlock {
    background: rgba(242, 190, 26, 1);
}

.processBlock .processInit:after {
    position: absolute;
    top: 0;
    left: 34px;
    width: 2px;
    height: calc(100% - -70px);
    content: "";
    border-left: 3px dashed;
    margin: 0 auto;
    z-index: 1;
}

.processBlock .processInit:nth-child(odd)::after {
    border-color: rgba(46, 61, 76, 1);
}

.processBlock .processInit:nth-child(even)::after {
    border-color: rgba(242, 190, 26, 1);
}

.processBlock .processInit:last-child::after {
    content: none;
}

.processBlock .processInit .iconBlock img {
    width: auto;
    max-width: 35px;
    margin: 0 auto;
    filter: invert(100%);
}

.processBlock .processInit .textBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 11px;
}

.processBlock .processInit .textBlock .heading {
    margin: 0;
}

.processBlock .processInit .textBlock p,
.accordionSection .accordion .accordion-item .accordion-panel {
    text-align: left;
}

.serviceDataInit .serviceData {
    display: none;
}

.serviceDataInit .serviceData.active {
    display: flex;
}

.servicesTabSection .row.tabRow {
    margin: 0 -50px;
}

.servicesTabSection .row.tabRow>div {
    padding: 0 50px;
}

.servicesTabSection .row.tabRow>div:first-child {
    border-right: 3px solid rgba(242, 190, 26, 1);
}

/*---- Accordion Section ----*/
.accordionSection .accordion {
    margin: 62px 0 0;
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    flex-direction: row;
    column-gap: 29px;
    row-gap: 22px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.accordionSection .accordion .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(215, 216, 215, 1);
    border-radius: 10px;
    padding: 20px 60px 20px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* .accordionSection .accordion .accordion-item.is-active {
    row-gap: 24px;
} */
.accordionSection .accordion .accordion-item .accordion-thumb {
    margin: 0;
    font-family: 'Satoshi';
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0px;
    color: rgba(27, 27, 27, 1);
}

.accordion-panel {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

section.custom-space-top.address-section {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    animation: none !important;
    opacity: 1 !important;
}

section.address-section>.container-fluid {
    margin-bottom: 12em;
}

section.address-section .bottom-footer {
    margin-top: 0;
    position: fixed;
    top: auto;
    bottom: -100%;
    width: 100%;
    z-index: 999;
    transition: bottom 0.5s ease-in-out;
    animation: none !important;
}

section.address-section .bottom-footer.visible {
    bottom: 0;
}

/*Animated text style*/
.animatedUnderline {
    position: relative;
}

.animatedUnderline:after {
    position: absolute;
    content: "";
    width: 0;
    height: 7px;
    bottom: -5px;
    left: 0;
    /* background: url(/wp-content/uploads/2025/08/animatedUnderline.svg); */
    background: url(/wp-content/uploads/2025/08/under-bar.png);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: cover;
    background-position: center;
    transition: width 1.5s ease;
}

.animatedUnderline.active::after {
    width: 100%;
}

/*Top bar infinity loop scrolling*/
.scroller {
    max-width: 100%;
    overflow: hidden;
}

.scroller__inner {
    /* padding-block: 1rem; */
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.top-bar.scroller .scroller__inner .container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

body .header-sticky.fixed {
    z-index: 10;
    top: 0;
}

.single-service .servicesTabSection,
.single-service .accordionSection,
.page-template-template-about section.servicesTabSection,
.page-template-template-about section.accordionSection {
    margin: 0;
    padding: 6rem 0;
}

.page-template-template-about section.servicesTabSection,
.single-service .servicesTabSection {
    padding-bottom: 0;
}

.custom-space-top.accordionSection+section,
.page-template-template-about section.servicesTabSection,
.page-template-template-about section.accordionSection {
    margin: 0;
}

.page-template-template-blog .header-sticky+section,
.page-template-template-faq .header-sticky+section {
    margin-top: 0;
    padding-top: 6rem;
}

section.serviceBannerNew .textBlock .btnBlock .callUSNow .callIcon,
section.aboutBannerNew .textBlock .btnBlock .callUSNow .callIcon {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
}

.callUSBtn {
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    font-family: 'Syne';
}

.callUSBtn,
.callUSBtn span {
    transition: all .3s;
    color: #fff;
    text-transform: lowercase;
    font-family: 'Syne';
}

.callUSBtn:hover,
.callUSBtn:hover span {
    color: #F2BE1A;
    transition: all 0.3s;
}

p.blog-description,
.blog-detail-inner p {
    font-size: 18px;
    line-height: 150%;
    font-family: 'Satoshi';
}

.single-post .custom-space-top .wp-block-heading {
    font-size: 30px;
    font-family: 'Satoshi';
    font-weight: 700;
}

.single-post .custom-space-top ul {
    padding: 0;
    font-family: 'Satoshi';
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
}

.single-post .custom-space-top ul li {
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: rgba(27, 27, 27, 1);
}

.single-post .custom-space-top ul li::marker {
  content: none;
}

.single-post .custom-space-top ul li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    background: rgba(242,190,26,1);
}

.callUSBtn .callIcon {
    min-width: 16px;
    max-width: 16px;
    max-height: 16px;
    min-height: 16px;
    filter: brightness(0) invert(1);
}

.new-banner .hero-sections p,
.new-banner .hero-sections .fw {
    margin-bottom: 20px;
}

.header-sticky {
    position: relative;
    z-index: 9;
}

body .header-sticky.fixed .drop-menu {
    top: 63px;
}

.hero-new-sec .warranty-image {
    bottom: 180px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.servicesTabSection .titleBlock img.icon {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
}

/*-------------*/
/*-------------*/

@media (max-width: 1720px) {
    .hero-new-sec .warranty-image {
        bottom: 150px;
    }
}

@media (max-width: 1670px) {
    .hero-new-sec .warranty-image {
        bottom: 132px;
    }
}

@media screen and (max-width: 1200px) {
    .menu-btn i {
        color: #333;
        font-size: 30px;
    }

    .menu-btn,
    .close-btn {
        display: flex;
    }

    .nav-links {
        position: fixed;
        right: -100%;
        top: 0;
        width: 300px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        padding-top: 60px;
        transition: all 0.3s ease;
        z-index: 9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .nav-links.show {
        right: 0;
    }

    .close-btn {
        position: absolute !important;
        top: 15px;
        right: 13px;
        text-align: right;
        font-size: 24px;
    }

    .nav-links li {
        width: 100%;
    }

    .nav-links a {
        width: 100%;
        text-align: left;
        padding: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-left: 10px;
        padding-right: 0px;
        line-height: 35px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 15px;
        display: block;
    }

    .dropdown-toggle i {
        float: right;
        transition: transform 0.3s ease;
        margin-right: 16px;
    }

    .drop-menu {
        position: static;
        display: none;
        width: 100%;
    }

    .menu-has-item.active .drop-menu {
        display: block;
    }

    ul.nav-links.show {
        padding-left: 24px;
    }

    .nav-links li.close-btn img {
        width: 100%;
        max-width: 152px;
        float: left;
        margin-left: 27px;
    }

    .oval-pic {
        text-align: center;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .hero-new-sec .warranty-image {
        bottom: 118px;
    }
}

@media screen and (max-width:992px) {
    .hero-new-sec .warranty-image {
        position: static;
    }

    .servicesTabSection .row.tabRow {
        margin: 0 -12px;
    }

    .servicesTabSection .row.tabRow>div {
        padding: 0 12px;
    }

    .hero-sections {
        padding-top: 25px;
        height: 100%;
        padding-bottom: 25px;
    }

    .hero-section .box-hero {
        width: 100%;
        max-width: fit-content;
    }

    .circle-relative {
        position: absolute;
        right: 60px;
    }

    .header-sticky nav {
        padding: 0px 12px;
    }

    ul.nav-links.show {
        padding-left: 11px;
    }

    ul#menu-header-menu a.dropdown-toggle {
        display: flex;
    }

    ul.done-arrow {
        margin-bottom: 40px;
    }

    .servicesTabSection .custom-width {
        row-gap: 60px;
    }

    .warrenty-banner img {
        height: 122px;
        position: absolute;
        right: 41px;
        bottom: 63px;
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .hero-section .box-hero {
        padding-top: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }

    h1.fw,
    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        font-size: 60px;
        margin-bottom: 13px;
        line-height: 57px;
    }

    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        margin: 0;
    }

    p.hero-text {
        font-size: 20px;
        color: #1B1B1B;
    }

    /*.custom-space-top { margin-top: 30px;}*/
    .verified-icon img {
        margin-right: 0px;
    }

    .verified p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    ul.done-arrow li {
        font-size: 20x;
        line-height: 36px;
    }

    .verified-icon {
        font-size: 30px;
    }

    .headingh2 h2,
    .servicesTabSection .headingInit .fw,
    .accordionSection .headingInit .fw {
        font-size: 40px;
    }

    .form-left p br {
        display: none;
    }

    form.bg-color-form {
        padding: 15px;
    }

    .form-right label {
        font-size: 18px;
    }

    form.bg-color-form select.form-select {
        font-size: 16px;
    }

    .address-info p {
        font-size: 20px;
    }

    ul.week-list li {
        font-size: 20px;
    }

    /*.line hr:not([size]) { margin-top: 30px;}*/


    .faq p {
        font-size: 18px;
    }

    .faq-custom .accordion-body p br {
        display: none;
    }

    .faq-custom .accordion-body p {
        font-size: 20px;
    }

    .faq-custom button.accordion-button.collapsed {
        font-size: 21px;
    }

    .faq-custom .accordion-button:not(.collapsed) {
        font-size: 21px;
    }

    .faq h1 {
        font-size: 60px;
        margin-bottom: 15px;
    }

    .about-bg-color p br {
        display: none;
    }

    .ac-heating {
        padding: 20px;
    }

    .ac-heading {
        padding: 0 20px;
        padding-top: 20px;
    }

    .ac-heading h1 {
        font-size: 60px;
        margin-bottom: 30px;
        line-height: 60px;
    }

    .ac-heading p.ac-inner {
        font-size: 24px;
    }

    .ac-heading p {
        font-size: 20px;
    }

    .ac-heading p br {
        display: none;
    }

    .ac-heating-image {
        height: 100%;
    }

    /* .verified p br {display: none;} */
    .ac-heating-image {
        height: 100%;
    }

    .ac-heading {
        padding: 0 25px;
        padding-top: 50px;
    }

    .gallery-custom .gallery img {
        width: 100%;
        height: auto;
    }

    .gallery-custom .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
        gap: 17px;
    }

    .form-left h1 {
        font-family: 'Syne';
        font-size: 54px;
        font-weight: 500;
        margin-bottom: 0px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .row.service-icons a {
        text-decoration: none;
        color: #1b1b1b;
        font-weight: 400;
        font-size: 15px;
        font-family: 'Satoshi' !important;
    }

    .row.service-icons img {
        padding-top: 5px;
        margin-right: 6px;
        margin-bottom: 5px;
    }

    .verified {
        padding-right: 50px;
    }

    .verified p br {
        display: none;
    }

    .row.service-icons .col-lg-6 {
        margin: 0px;
        padding: 0px;
    }

    .hero-sections {
        padding-top: 0px;
        height: 100%;
    }

    .circle-rotate {
        top: 64%;
        left: 10%;
    }

    .video-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 750px;
        object-fit: cover;
        z-index: -1;
    }

    .row.custom-space-hero {
        height: 99%;
    }

    .circle-relative {
        position: absolute;
        bottom: -50px;
        right: 107px;
    }

    /* .custombg-form-bg .col-md-6.mb-3 {
    width: 100%;
} */

}

@media (max-width: 1366px) {
    .accordionSection .accordion .accordion-item {
        padding: 20px 40px 20px 20px;
    }

    .accordionSection .accordion .accordion-item .accordion-thumb {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {

    section.serviceBannerNew,
    section.aboutBannerNew {
        padding: 8rem 0;
    }

    .processBlock .processInit .textBlock .heading,
    .servicesTabSection .titleBlock .heading {
        font-size: 24px;
    }

    .servicesTabSection .headingInit p,
    .serviceDataTabs .serviceTabsOptions ul li .tabOption,
    .serviceDataInit .serviceData,
    .serviceDataInit .serviceData p,
    .serviceDataInit .serviceData ul,
    .processBlock ul,
    .processBlock .processInit .textBlock p,
    .accordionSection .accordion .accordion-item .accordion-panel {
        font-size: 18px;
    }

    .processBlock .processInit .iconBlock {
        min-width: 60px;
        max-width: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    .processBlock .processInit .iconBlock img {
        max-width: 30px;
    }

    .processBlock .processInit:after {
        left: 30px;
    }

    .processBlock {
        row-gap: 40px;
    }
}


@media (min-width: 1025px) and (max-width: 1200px) {
    .hero-section .box-hero {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    h1.fw,
    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        font-size: 44px;
        margin-bottom: 13px;
        line-height: 57px;
    }

    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        margin: 0;
    }

    p.hero-text {
        font-size: 17px;
        color: #1B1B1B;
    }

    .custom-space-top {
        margin-top: 30px;
    }

    .verified-icon img {
        margin-right: 0px;
    }

    .verified p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    ul.done-arrow li {
        font-size: 18px;
        line-height: 36px;
    }

    .verified-icon {
        font-size: 24px;
    }

    .headingh2 h2,
    .servicesTabSection .headingInit .fw,
    .accordionSection .headingInit .fw {
        font-size: 40px;
    }

    .form-left p br {
        display: none;
    }

    form.bg-color-form {
        padding: 15px;
    }

    .form-right label {
        font-size: 16px;
    }

    form.bg-color-form select.form-select {
        font-size: 16px;
    }

    .address-info p {
        font-size: 16px;
    }

    ul.week-list li {
        font-size: 16px;
    }

    .line hr:not([size]) {
        margin-top: 30px;
    }

    .oval-pic p br {
        display: none;
    }

    /*.circle-rotate { top: -40%;}*/
    .oval-pic p {
        font-size: 17px;
    }

    .about-bg-color {
        padding: 160px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-bg-color h2 {
        font-size: 35px;
    }

    .oval-pic {
        margin-top: 50px;
    }

    .icon-heading img {
        margin-right: 0px;
    }

    .icon-heading {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .about-bg-color p {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .bg-black-bg {
        padding: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .star-rating h3 {
        font-size: 25px;
    }

    .row.star-slider p {
        font-size: 17px;
    }

    .row.star-slider p br {
        display: none;
    }

    .about-bg-color p br {
        display: none;
    }

    .faq p {
        font-size: 18px;
    }

    .faq p br {
        display: none;
    }

    .faq-custom .accordion-body p br {
        display: none;
    }

    .faq-custom .accordion-body p {
        font-size: 19px;
    }

    .faq-custom button.accordion-button.collapsed {
        font-size: 19px;
    }

    .faq-custom .accordion-button:not(.collapsed) {
        font-size: 19px;
    }

    .faq h1 {
        font-size: 37px;
        margin-bottom: 15px;
    }


    .ac-heating {
        padding: 20px;
    }

    .ac-heading {
        padding: 0 20px;
        padding-top: 20px;
    }

    .ac-heading h1 {
        font-size: 34px;
        margin-bottom: 30px;
        line-height: 39px;
    }

    .ac-heading p.ac-inner {
        font-size: 17px;
    }

    .ac-heading p {
        font-size: 16px;
    }

    .ac-heading p br {
        display: none;
    }

    .ac-heating-image {
        height: 100%;
    }

    .circle-rotate-ac {
        right: 0px;
        position: relative;
        left: 0px;
        top: 0px;
        margin-top: -200px;
    }

    .circle-rotate-ac .circle-round {
        bottom: 113px;
        left: auto;
        right: auto;
        margin: auto;
    }

    .verified p br {
        display: none;
    }

    .ac-heating-image {
        height: 100%;
    }

    .ac-heading {
        padding: 0 25px;
        padding-top: 11px;
    }

    .row.service-icons .col-lg-6 {
        width: 100%;
    }

    .hero-sections {
        padding-top: 60px;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .servicesTabSection .row.tabRow>div:first-child {
        border-right: none;
    }

    .servicesTabSection .row.tabRow {
        row-gap: 5rem;
    }

    .single-service .accordionSection .row,
    .page-template-template-about section.accordionSection .row {
        row-gap: 24px;
    }

    .single-service .accordionSection .row .accordion,
    .page-template-template-about section.accordionSection .row .accordion {
        margin: 0;
    }

    .servicesTabSection .custom-width {
        row-gap: 40px;
    }

    .single-service .accordionSection .headingInit,
    .page-template-template-about section.accordionSection .headingInit {
        margin-bottom: 40px;
    }

    .single-service .servicesTabSection,
    .single-service .accordionSection,
    .page-template-template-about section.servicesTabSection,
    .page-template-template-about section.accordionSection {
        padding: 3rem 0;
    }

    .page-template-template-blog .header-sticky+section,
    .page-template-template-faq .header-sticky+section {
        padding-top: 3rem;
    }

    .processBlock .processInit {
        column-gap: 25px;
    }

    .processBlock .processInit .iconBlock img {
        max-width: 30px;
    }

    .processBlock .processInit .iconBlock {
        min-width: 60px;
        max-width: 60px;
        min-height: 60px;
        max-height: 60px;
    }

    .processBlock .processInit:after {
        left: 30px;
    }

    .processBlock {
        row-gap: 30px;
    }

    .servicesTabSection .titleBlock {
        gap: 20px;
    }

    .accordionSection .accordion .accordion-item .accordion-thumb {
        font-size: 20px;
    }

    .page-template-template-about section.servicesTabSection,
    .single-service .servicesTabSection {
        padding-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .hero-section .box-hero {
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    h1.fw,
    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        font-size: 44px;
        margin-bottom: 13px;
        line-height: 57px;
    }

    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        margin: 0;
    }

    .form-left h1 br {
        display: none;
    }

    p.hero-text {
        font-size: 17px;
        color: #1B1B1B;
    }

    .custom-space-top {
        margin-top: 30px;
    }

    .verified-icon img {
        margin-right: 0px;
    }

    .verified p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    ul.done-arrow li {
        font-size: 18px;
        line-height: 36px;
    }

    .verified-icon {
        font-size: 24px;
    }

    .headingh2 h2,
    .servicesTabSection .headingInit .fw,
    .accordionSection .headingInit .fw {
        font-size: 40px;
    }

    .form-left p br {
        display: none;
    }

    form.bg-color-form {
        padding: 15px;
    }

    .form-right label {
        font-size: 13px;
        white-space: nowrap;
    }

    form.bg-color-form input.form-control::placeholder {
        color: #000;
        font-size: 13px;
        font-family: 'Satoshi';
        font-weight: 300;
    }

    form.bg-color-form select.form-select {
        font-size: 13px;
    }

    .address-info p {
        font-size: 16px;
    }

    ul.week-list li {
        font-size: 16px;
    }

    .line hr:not([size]) {
        margin-top: 30px;
    }

    .oval-pic p br {
        display: none;
    }

    /* .circle-relative {position: absolute;bottom: 0px;left: auto;right: 120px;} */

    .oval-pic p {
        font-size: 17px;
    }

    .about-bg-color {
        padding: 140px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-bg-color h2 {
        font-size: 35px;
    }

    .oval-pic {
        margin-top: 50px;
    }

    .icon-heading img {
        margin-right: 0px;
    }

    .icon-heading {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .about-bg-color p {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .bg-black-bg {
        padding: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .star-rating h3 {
        font-size: 25px;
    }

    .row.star-slider p {
        font-size: 17px;
    }

    .row.star-slider p br {
        display: none;
    }

    .about-bg-color p br {
        display: none;
    }

    .faq p {
        font-size: 18px;
    }

    .faq p br {
        display: none;
    }

    .faq-custom .accordion-body p br {
        display: none;
    }

    .faq-custom .accordion-body p {
        font-size: 19px;
    }

    .faq-custom button.accordion-button.collapsed {
        font-size: 19px;
    }

    .faq-custom .accordion-button:not(.collapsed) {
        font-size: 19px;
    }

    .faq h1 {
        font-size: 37px;
        margin-bottom: 15px;
    }

    .hvac-text {
        padding: 0 50px !important;
    }

    .faq h1 br {
        display: none;
    }

    .hvac-text h1 {
        font-size: 26px;
        margin-top: 17px;
    }

    .gallery-custom {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .gallery-custom .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(334px, 1fr));
        gap: 30px;
    }

    .ac-heating {
        padding: 20px;
    }

    .ac-heading {
        padding: 0 20px;
        padding-top: 20px;
    }

    .ac-heading h1 {
        font-size: 34px;
        margin-bottom: 30px;
        line-height: 39px;
    }

    .ac-heading p.ac-inner {
        font-size: 17px;
    }

    .ac-heading p {
        font-size: 16px;
    }

    .ac-heading p br {
        display: none;
    }

    .ac-heating-image {
        height: 100%;
    }

    .circle-rotate-ac {
        right: 0px;
        position: relative;
        left: 0px;
        top: 0px;
        margin-top: -200px;
    }

    .circle-rotate-ac .circle-round {
        bottom: 113px;
        left: auto;
        right: auto;
        margin: auto;
    }

    .verified p br {
        display: none;
    }

    .ac-heating-image {
        height: 100%;
    }

    .ac-heading {
        padding: 0 25px;
        padding-top: 11px;
    }

    .circle-rotate {
        margin-right: 55px;
    }

    .row.service-icons .col-lg-6 {
        width: 100%;
    }

    .hero-sections {
        padding-top: 60px;
        height: 100%;
    }
}




@media (min-width: 768px) and (max-width: 971px) {
    .container-fluid.custom-width {
        max-width: 1920px;
        width: 100%;
        padding: 0 12px;
    }

    .menu-btn i {
        color: #333;
        font-size: 40px;
    }

    .video-bg {
        height: auto;
        object-fit: cover;
        z-index: -1;
    }

    .hero-section {
        position: relative;
        top: -6px;
    }

    .hero-section .box-hero {
        height: auto;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    h1.fw,
    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        font-size: 34px;
        margin-bottom: 10px;
        line-height: 38px;
        margin-top: 10px;
    }

    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        margin: 0;
    }

    h1.fw br {
        display: none;
    }

    p.hero-text {
        font-size: 17px;
        color: #1B1B1B;
    }

    .circle-relative {
        position: absolute;
        right: 60px;
    }

    .circle-rotate {
        float: right;
        position: relative;
    }

    .circle-rotate {
        top: 0px;
        margin-top: -100px;
    }

    .circle-rotate img {
        margin-top: -100px;
    }

    .circle-round {
        bottom: 142px;
    }

    .custom-space-top {
        margin-top: 20px;
    }

    .headingh2 h2,
    .servicesTabSection .headingInit .fw,
    .accordionSection .headingInit .fw {
        font-size: 35px;
    }

    .verified-icon img {
        margin-right: 0px;
    }

    .verified-icon {
        font-size: 20px;
        font-family: 'Satoshi';
        font-weight: bold;
        margin-bottom: 5px;
    }

    .verified p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    ul.done-arrow li {
        font-size: 15px;
        line-height: 24px;
    }

    .verified p br {
        display: none;
    }

    ul.done-arrow li img {
        padding-right: 0px;
    }

    .form-left p br {
        display: none;
    }

    .form-left {
        padding: 100px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .form-left h1 {
        font-size: 29px;
        font-weight: 500;
        margin-bottom: 0px;
        margin-left: 10px;
        line-height: 25px;
    }

    .form-left h1 br {
        display: none;
    }

    .form-left p {
        font-size: 16px;
        margin-top: 1rem;
        margin-left: 10px;
    }

    form.bg-color-form {
        padding: 10px;
    }

    .address-info h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .address-info p {
        font-size: 17px;
        font-family: 'Satoshi';
        margin-bottom: 15px;
    }

    ul.week-list li {
        line-height: 28px;
        font-size: 16px;
        font-family: 'Satoshi';
    }

    ul.social-icon {
        gap: 18px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .copy-right {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .line hr:not([size]) {
        margin-top: 30px;
    }

    /*.circle-rotate img  { animation:none !important; }*/
    .row.service-icons {
        margin: 0px !important;
        padding: 0px !important;
    }


    .oval-pic p {
        font-size: 17px;
    }

    .about-bg-color {
        padding: 30px;
    }

    .about-bg-color h2 {
        font-size: 35px;
    }

    .oval-pic {
        margin-top: 50px;
    }

    .icon-heading img {
        margin-right: 0px;
    }

    .icon-heading {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .about-bg-color p {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .bg-black-bg {
        padding: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .star-rating h3 {
        font-size: 25px;
    }

    .row.star-slider p {
        font-size: 17px;
    }

    .row.star-slider p br {
        display: none;
    }

    .faq p {
        font-size: 18px;
    }

    .faq p br {
        display: none;
    }

    .faq-custom .accordion-body p br {
        display: none;
    }

    .faq-custom .accordion-body p {
        font-size: 19px;
    }

    .faq-custom button.accordion-button.collapsed {
        font-size: 19px;
    }

    .faq-custom .accordion-button:not(.collapsed) {
        font-size: 19px;
    }

    .faq h1 {
        font-size: 37px;
        margin-bottom: 15px;
    }

    .hvac-text {
        padding: 0 11px !important;
    }

    .faq h1 br {
        display: none;
    }

    .hvac-text h1 {
        font-size: 26px;
        margin-top: 17px;
    }

    .gallery-custom {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .ac-heating {
        padding: 20px;
    }

    .ac-heading {
        padding: 0 20px;
        padding-top: 20px;
    }

    .ac-heading h1 {
        font-size: 34px;
        margin-bottom: 30px;
        line-height: 39px;
    }

    .ac-heading p.ac-inner {
        font-size: 17px;
    }

    .ac-heading p {
        font-size: 16px;
    }

    .ac-heading p br {
        display: none;
    }

    .ac-heating-image {
        height: 100%;
    }

    .circle-rotate-ac {
        right: 0px;
        position: relative;
        left: 0px;
        top: 0px;
        margin-top: -200px;
    }

    .circle-rotate-ac .circle-round {
        bottom: 113px;
        left: auto;
        right: auto;
        margin: auto;
    }

}

@media (max-width: 768px) {
    .new-service-section {
        display: none;
    }
}

@media(max-width:767px) {
    
    .single-post .blog-detail-page-title {
        font-size: 34px;
        line-height: 38px;
    }

    .single-post .custom-space-top .wp-block-heading {
        font-size: 24px;
    }

    .servicesTabSection .row.tabRow {
        row-gap: 3rem;
    }

    section.serviceBannerNew,
    section.aboutBannerNew {
        padding: 6rem 0;
    }

    .menu-btn i {
        color: #333;
        font-size: 40px;
    }

    .container-fluid.custom-width {
        padding: 0 12px;
    }

    .logo {
        width: 100%;
        max-width: 150px;
    }

    ul.drop-menu {
        margin: 0px;
        padding: 10px;
        list-style: none;
    }

    .button-container {
        display: grid;
        gap: 6px;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
    }

    .btn.btn-outline {
        padding: 8px 12px;
        font-size: 10px;
        ;
    }

    .btn.btn-primary {
        padding: 11px 9px;
        font-size: 10px;
    }

    .custom-slider h5 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .wrapper {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .video-bg {
        height: auto;
        object-fit: cover;
        z-index: -1;
    }

    .hero-section {
        position: relative;
        top: -6px;
    }

    .hero-section .box-hero {
        height: auto;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    h1.fw,
    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        font-size: 34px;
        margin-bottom: 30px;
        line-height: 38px;
    }

    section.serviceBannerNew .textBlock .headingBlock .heading,
    section.aboutBannerNew .textBlock .headingBlock .heading {
        margin: 0;
    }

    p.hero-text {
        font-size: 17px;
        color: #1B1B1B;
    }

    .circle-relative {
        position: absolute;
    }

    .circle-rotate {
        float: right;
        position: relative;
    }

    .circle-rotate {
        top: 0px;
        left: 35px;
    }

    .circle-rotate img {
        margin-top: -75px;
    }

    .circle-round {
        bottom: 122px;
        left: 25px;
    }

    .custom-space-top {
        margin-top: 20px;
    }

    .headingh2 h2,
    .servicesTabSection .headingInit .fw,
    .accordionSection .headingInit .fw {
        font-size: 35px;
    }

    .verified-icon img {
        margin-right: 0px;
    }

    .verified-icon {
        font-size: 20px;
        font-family: 'Satoshi';
        font-weight: bold;
        margin-bottom: 5px;
    }

    .verified p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    ul.done-arrow li {
        font-size: 15px;
        line-height: 24px;
    }

    .verified p br {
        display: none;
    }

    ul.done-arrow li img {
        padding-right: 0px;
    }

    .form-left p br {
        display: none;
    }

    .form-left {
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .form-left h1 {
        font-size: 29px;
        font-weight: 500;
        margin-bottom: 0px;
        margin-left: 10px;
    }

    .form-left p {
        font-size: 16px;
        margin-top: 1rem;
        margin-left: 10px;
    }

    form.bg-color-form {
        padding: 10px;
    }

    .address-info h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .address-info p {
        font-size: 17px;
        font-family: 'Satoshi';
        margin-bottom: 15px;
    }

    ul.week-list li {
        line-height: 28px;
        font-size: 16px;
        font-family: 'Satoshi';
    }

    ul.social-icon {
        gap: 18px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .copy-right {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .line hr:not([size]) {
        margin-top: 30px;
    }

    .circle-rotate img {
        width: 100%;
        max-width: 120px;
    }

    .row.service-icons {
        margin: 0px !important;
        padding: 0px !important;
    }

    .oval-pic p br {
        display: none;
    }

    .oval-pic p {
        font-size: 17px;
    }

    .about-bg-color {
        padding: 30px;
    }

    .about-bg-color h2 {
        font-size: 30px;
    }

    .oval-pic {
        margin-top: 50px;
    }

    .icon-heading img {
        margin-right: 0px;
    }

    .icon-heading {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .about-bg-color p {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .bg-black-bg {
        padding: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .star-rating h3 {
        font-size: 25px;
    }

    .row.star-slider p {
        font-size: 17px;
    }

    .row.star-slider p br {
        display: none;
    }

    .faq p {
        font-size: 18px;
    }

    .faq p br {
        display: none;
    }

    .faq-custom .accordion-body p br {
        display: none;
    }

    .faq-custom .accordion-body p {
        font-size: 19px;
    }

    .faq-custom button.accordion-button.collapsed {
        font-size: 19px;
    }

    .faq-custom .accordion-button:not(.collapsed) {
        font-size: 19px;
    }

    .faq h1 {
        font-size: 37px;
        margin-bottom: 15px;
    }


    .hvac-text {
        padding: 0 11px !important;
    }

    .faq h1 br {
        display: none;
    }

    .hvac-text h1 {
        font-size: 26px;
        margin-top: 17px;
    }

    .ac-heating {
        padding: 20px;
    }

    .ac-heading {
        padding: 0 20px;
        padding-top: 20px;
    }

    .ac-heading h1 {
        font-size: 34px;
        margin-bottom: 30px;
        line-height: 39px;
    }

    .ac-heading p.ac-inner {
        font-size: 17px;
    }

    .ac-heading p {
        font-size: 16px;
    }

    .ac-heading p br {
        display: none;
    }

    .ac-heating-image {
        height: 100%;
    }

    .circle-rotate-ac {
        right: 0px;
        position: relative;
        left: 0px;
        top: 0px;
        margin-top: -200px;
    }

    .circle-rotate-ac .circle-round {
        bottom: 113px;
        left: auto;
        right: auto;
        margin: auto;
    }

    .row.service-column-service {
        flex-direction: column-reverse;
    }

    .row.service-column-service>div {
        width: 100%;
    }

    .row.service-column-service .circle-rotate-ac {
        left: unset;
        position: absolute;
        top: unset;
        margin-top: 0;
        bottom: -120px;
        right: 30px;
    }

    .row.service-column-service .circle-rotate-ac img {
        width: 100%;
        max-width: 120px;
    }

    .row.service-column-service .circle-rotate-ac .circle-round {
        right: auto;
        margin: auto;
        bottom: 96px;
        left: 0px;
    }
}

@media (max-width: 600px) {
    .new-banner .box-hero-new {
        padding-bottom: 50px;
    }
}