:root {
    --cyan: #339DFF;
}

/* font families */
* {
    font-family: "AvenirLTStd-lite";
}

@font-face {
    font-family: "AvenirLTStd-Black";
    src: url(../font-families/FontsFree-Net-AvenirLTStd-Black.ttf);
}

@font-face {
    font-family: "AvenirLTStd-lite";
    src: url(../font-families/AvenirLTStd-Light.otf);
}

/* nav- styling */
.nav-padding {
    flex-flow: row-reverse;
    padding-right: 48px;
    padding-right: 0px;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.repare-sec-main-h {
    padding: 0 !important;
}

p.financing-offer {
    font-size: 18px;
}

.built {
    width: 100%;
    max-width: 97%;
    margin: auto;
    text-align: justify;
}

.nav-item a {
    color: #000 !important;
    margin: 0px 15px;
    font-size: 14px;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
    font-family: "AvenirLTStd-Black";
}

h1.pop-up.aos-init.aos-animate {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 0px;
}

.excel {
    font-weight: bold;
    color: #26496b;
    font-size: 25px;
}

.nav-item .nav-call {
    color: #339DFF;
}

.nav-image img {
    width: 130px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav li .nav-call {
    background: #ef2e33;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 50px;
    padding: 8px 25px 6px 25px !important;
    margin-right: 0px;
}

.nav-t-breadcrumb {
    background-color: #50ace4;
}

.navbar-nav .nav-item a .fas {
    margin-left: 5px;
}

.nav-item .dropdown-item {
    margin-left: 0px;
}

.nav-item .dropdown-item:active,
.nav-item .dropdown-item:hover {
    color: #50ace4 !important;
    text-decoration: none;
}

.nav-item .dropdown-item:active {
    background-color: transparent !important;
}

/* hover dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 4px;
}

.dropdown-content a:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
    border: 1px solid #254665;
    border-radius: 4px;
}

/* hover dropdown end */



.ac-top-icon {
    padding: 6px 0px;
    text-align: end;
}

.ac-top-icon a {
    color: #fff;
    margin: 0px 5px;
    font-size: 18px;
}

.mail-id {
    text-decoration: none;
    margin-right: 30px;
}

/* home page bg */
.home-page-bg .carousel-item {
    background-image: url(../images/hv-ac-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-bg-main.home-bg-main {
    color: #fff;
    height: 90vh;
    display: flex;
    align-items: center;
}

.home-page-bg .carousel-indicators {
    bottom: 80px;
}

.home-bg-content h2 {
    font-size: 50px;
    line-height: 1.1;
}

.home-bg-content p {
    font-size: 20px;
    width: 60%;
}

/* residentials-offers */

.residen-box h2 {
    font-size: 26px;
    margin-top: 30px;
}

.residen-box p {
    color: #333333;
    font-size: 16px;
    margin: 20px 0px;
}

.residen-box a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.resident-img img {
    width: 80px;
    height: 70px;
}

.residen-box {
    background: #fff;
    box-shadow: 0px 5px 7px 0px #dadada;
    padding: 40px 40px;
    border-radius: 30px;
    margin: 20px 0px;
}

.residentials-row {
    margin-top: -90px;
}

/* .about-img img{
    width: 470px;
    height: 450px;
    margin: 40px 0px 0px 30px;
}
.about-img{
    width: 470px;
    border: 2px solid #C4C4C4;
    border-radius: 24px;
    height: 450px;
} */
.about-img img {
    width: 100%;
}

.about-content p {
    font-size: 18px;
    margin: 40px 0px;
    width: 90%;
}

.about-content h2 {
    font-size: 36px;
}

.about-content button {
    background: var(--cyan);
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    border: 2px solid var(--cyan);
    padding: 5px 40px;
    transition: 0.7s;
}

.about-content button:hover {
    background: transparent;
    color: var(--cyan);
    border: 2px solid var(--cyan);
}

.about-content button:focus,
.about-content button:active:focus,
.our-work-btn button:focus,
.our-work-btn button:active:focus {
    outline: none;
}

.about-flex {
    display: flex;
    align-items: center;
}

.about-us {
    padding: 100px 0px;
}

/* section what we do */
.our-work {
    background: #254665;
    color: #fff;
    text-align: center;
    padding: 80px 0px;
}

p.fade-up {
    margin: 0;
    font-size: 32px;
}

h1.repair-2-h.level {
    font-weight: 900;
    margin-bottom: 30px;
}

h2.duration {
    margin: 0;
    font-weight: 600;
}

.units-expert {
    margin-top: 0;
}

h1.dependable {
    font-weight: 800;
}

.our-work h2 {
    font-size: 36px;
}

.our-work-btn {
    margin-top: 30px;
}

.our-work-btn button {
    background: transparent;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 5px 40px;
    transition: 0.7s;
}

a.pittsbyrgh {
    color: white;
    text-decoration: none;
}

a.pittsbyrgh:hover {
    color: #007bff;
}

.glad:hover a.pittsbyrgh {
    color: #007bff;
}

.energy:hover a.summer {
    color: black;
}

a.summer {
    color: white;
}

a.summer:hover {
    color: black;
    text-decoration: none;
}

.glad:hover {
    color: #007bff;
}

.our-work-btn button:hover {
    background: white;
    color: #254665;
}

.task-category img {
    width: 70px;
    height: 70px;
}

.task-category h3 {
    font-size: 22px;
    margin: 25px 0px 10px 0px;
}

a.efficient {
    font-size: 15px;
    color: black;
    font-weight: 700;
}

.task-category p {
    color: #afafaf;
    font-size: 16px;
}

.task-category {
    margin: 40px 0px;
}

.category-row {
    margin: 50px 0px;
}

/* contact form */
.appointments {
    background: var(--cyan) !important;
    padding: 40px 0px !important;
}

.contact-form {
    margin: 70px auto 20px auto;
}

.appointments .our-work-btn {
    margin-top: 40px;
}

.contact-form {
    width: 72%;
}

.contact-form input,
.contact-form textarea {
    background: #197edc;
    color: #fff !important;
    border: none;
    padding: 22px 20px;
}

.contact-form input:focus,
.contact-form input:active:focus,
.contact-form textarea:focus,
.contact-form textarea:active:focus {
    background: #197edc;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #fff;
}

/* footer */
.footer-divs {
    display: flex;
}

.footer-box {
    width: 20%;
}

footer {
    background: #50ace4;
    padding: 40px 0px;
    color: #fff;
}

.footer-box ul {
    padding-left: 0px;
    list-style-type: none;
    font-size: 16px;
}

.footer-box ul li {
    padding: 3px 0px;
}

.footer-box ul li a {
    color: #fff;
}

.footer-box img {
    width: 140px;
    margin-bottom: 30px;
}

.footer-icons a {
    color: #fff;
    font-size: 20px;
    margin: 0px 5px;
}

.contact-h {
    font-weight: 900;
}

.footer-bottom {
    background: #50ace4;
    color: #fff;
    padding: 13px 0px;
    border-top: 1px solid;
}

/* slider */

.gtco-testimonials {
    position: relative;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: var(--cyan);
    border: 2px solid var(--cyan);
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: var(--cyan);
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
    padding-bottom: 30px;
}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.gtco-testimonials .card h5 {
    color: #fff;
    font-size: 21px;
    line-height: 1.3;
}

.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.gtco-testimonials .card p {
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 22px;
}

.gtco-testimonials .center h5 span {
    font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 90px;
    width: 90px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: 0;
}

.testimonial-slider .quote-icon {
    width: 35px !important;
    margin: 20px auto 20px auto;
}

.testimonial-slider {
    padding: 70px 0px 10px 0px;
}

.client-name-img img {
    margin-top: -20px !important;
}

.testimonial-slider .owl-carousel .owl-dots.disabled {
    display: block;
}

/* =========== sub pages ============= */

/* about us page */
.about-page-h {
    /* background: linear-gradient(to right, #f5f5f5 0%, #eeeeee 100%);
    padding: 50px 0;
    margin-bottom: 30px; */
    color: #fff;
    background-image: linear-gradient(to right, #50ace4 50%, #ef2e33 )!important;
    padding: 50px 0;
    margin-bottom: 30px;
}

.about-page-h h2 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 0px;
}

.about-us-text p a,
.about-service p a {
    color: var(--cyan);
    text-decoration: none;
}

.about-us-text p {
    font-size: 18px;
}

.about-call-sec {
    padding: 40px;
    border-radius: 30px;
    color: var(--cyan);
    box-shadow: 0px 0px 7px 0px #25466575;
}

.about-call-sec h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0px;
}

.about-service {
    margin-top: 33px;
}

.about-page-img img,
.service-img img {
    width: 100%;
}

.about-main-div {
    padding-bottom: 60px;
}

.about-us-text {
    padding: 30px 0px;
}

.about-service h2 {
    margin-bottom: 20px;
}

/* service page */
.service-contact-sec h3 {
    font-size: 25px;
    font-weight: 700;
}

.service-contact-sec h2 {
    margin-bottom: 10px;
}

.service-location-1 h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.service-areas {
    padding: 40px 0px;
}

.service-location-1 p,
.ac-repair-content p {
    color: #212529;
    font-size: 18px;
    width: 90%;
}

.service-location-1 ul {
    list-style-type: none;
    padding-left: 0px;
}

.service-location-1 ul li a {
    color: #212529;
    font-size: 18px;
    text-decoration: underline;
}

.service-contact-sec {
    margin-bottom: 60px;
}

.service-map {
    width: 90%;
}

/* air conditioning page */

.ac-repair-sec {
    padding: 40px 0px 20px 0px;
}

.ac-repair-sec .about-page-img p a {
    color: #4ab9cf;
    text-decoration: none;
}

.repare-sec-main-h {
    padding-left: 20px;
}

.cycle {
    font-size: 18px;
    color: black;
}

/*.repare-sec-main-h h2 {
    font-size: 36px;
    margin-bottom: 0px;
}*/
p.bothersome {
    font-size: 18px;
    color: black;
}

.provide {
    padding: 0;
}

.repair-ac {
    margin-top: 50px;
}

.ac-repair-content p {
    margin-top: 20px;
}

.repair-sec-row {
    padding: 20px 0px 30px 0px;

}

.repair-sec-row p a,
.about-content p a,
.employeement-content p a {
    color: var(--cyan);
}

.repair-sec-row .about-content p {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
}

.repair-sec-row .r-content {
    padding-left: 10%;
}

.repair-sec-row .l-content {
    padding-right: 10%;
}

.bs-example {
    width: 100%;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.tips-h {
    font-size: 30px;
}

.repair-accordion .btn-link {
    color: #212529;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    padding-left: 0px;
}

.repair-accordion .btn-link:hover {
    color: #212529 !important;
    text-decoration: none;
}

.repair-accordion .btn-link .fa {
    font-weight: 300;
    margin-right: 16px !important;
}

.repair-accordion .card-body p {
    color: #212529;
    font-size: 18px;
    width: 90%;
}

.repair-accordion .card-body {
    background: #f7f7f7;
}

.repair-tips {
    padding: 50px 0px;
}

.bs-example .card {
    border: 1px solid #e2e2e2;
}

.card-header {
    border: none;
}

/* furnace page */
.furnace-h h2 {
    font-size: 36px;
}

.furnace-div .line {
    height: 1px;
    width: 35%;
    background: #d2d2d2;
}

/* .furnace-last-sec .furnace-div .line {
    width: 35%;
} */

.furnace-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}

.furnace-div a {
    color: var(--cyan);
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
    margin: 0px 15px;
}

.furnace-h p {
    color: #212529;
    font-size: 18px;
    width: 90%;
}

.furnace-h .furnace-sub-h {
    font-size: 30px;
    margin-top: 15px;
}

.furnace-last-sec .furnace-div a {
    color: #444444;
    font-weight: 900;
    letter-spacing: -.05em;
}

.furnace-box {
    padding: 40px;
    border-radius: 30px;
    color: #254665;
    box-shadow: 0px 0px 7px 0px #25466575;
}

.furnace-box p {
    width: 100%;
    margin-bottom: 0px;
    color: #254665;
}

.furnace-img img {
    margin-top: 40px;
}

.furnace-main-div .about-us-text {
    padding: 30px 0px 70px 0px;
}

.furnace-left-img .about-page-img {
    width: 80% !important;
}

.furnace-left-img .furnace-h p {
    width: 100%;
}

/* heat pump page */
.heat-pump-img img {
    width: 100%;
}

.heat-pump-img {
    width: 90%;
    margin: 40px auto 0px auto;
}

.heat-pump-sec h2 {
    font-size: 36px;
}

.heat-pump-sec p {
    width: 100%
}

.heat-pump-sec .sub-heading {
    font-size: 23px;
    font-weight: 600;
}

.heat-pump-sec {
    padding: 0px 0px 40px 0px;
}

.heat-pump-sec .choosing-ac-system p a {
    color: #4ab9cf;
    text-decoration: none;
}

.choosing-ac-system .q-product-h {
    margin-top: 60px;
}

.heatpump-main-div .ac-repair-sec {
    padding: 40px 0px 0px 0px;
}

.heatpump-main-div .repair-sec-row {
    margin: 25px 0px 0px 0px;
}

.service-number a {
    text-decoration: underline !important;
}

.service-sec-main {
    padding-top: 35px;
}

/* indoor air quality page */
.air-quality-list,
.employeement-content ul {
    color: #212529;
    font-size: 18px;
}

.air-quality-main {
    display: flex;
    align-items: center;
}

.air-quality-product .q-product-h {
    margin-top: 50px;
}

.air-quality-product .q-product-h,
.ac-repair-content .q-product-h {
    font-size: 26px;
}

.quality-ac-link h2 {
    font-size: 26px;
}

.quality-ac-link ul a,
.quality-ac-link ul {
    color: var(--cyan);
    font-size: 18px;
}

/* career opportunity page */
.career-section p,
.career-section ul,
.employeement-content p {
    font-size: 18px;
}

.career-section ul,
.employeement-content ul,
.financing-section ul {
    padding-left: 20px;
}

.career-section {
    padding: 40px 0px;
}

.opportunity-row {
    border-bottom: 1px solid var(--cyan);
    padding-bottom: 20px;
}

.opportunity-row h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.employeement-content h2 {
    font-size: 28px;
}

.employeement-content h3 {
    color: #254665;
    font-size: 24px;
}

.employeement-opportunity {
    margin-bottom: 60px;
}

/* finaning page */
.financing-section p,
.financing-section ul {
    font-size: 18px;
    width: 95%;
}

.financing-section h2 {
    font-size: 33px;
}

.financing-section h3 {
    color: var(--cyan);
    font-size: 26px;
    margin-top: 30px;
}

.financing-section {
    padding: 40px 0px;
}

/* finanicing-slider */
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.finaicing-logo-slider {
    padding: 10px 0px 60px 0px;
}

.smart-img img {
    width: 160px;
}

.smart-finaincing-imgs {
    display: flex;
    align-items: center;
}

/* financing-slider end */

/* contact page */
.contact-main-div .about-page-h {
    margin-bottom: 0px;
}

.contact-div-main h2 {
    color: var(--cyan);
    font-weight: 700;
    font-size: 30px;
}

.contact-div-main .address-h,
.contact-div-form label {
    color: var(--cyan);
    font-weight: 700;
    font-size: 25px;
}

.contact-div-main .address-p,
.contact-div-content p {
    font-size: 18px;
    color: #212529;
}

.address-location {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 10px 0px;
}

.address-wrap {
    margin-left: 20px;
}

.address-location .address-fa {
    font-size: 33px;
    color: var(--cyan);
}

.contact-div-form label span {
    color: #bb1313;
}

.contact-div-form label {
    margin-bottom: 2px;
}

.contact-div-main {
    padding: 100px 0px;
}

.name-form-div {
    display: flex;
}

p.combustion {
    padding-top: 20px;
    font-size: 18px;
}

.contact-div-form button {
    background: var(--cyan);
    color: #fff;
    width: 100%;
    padding: 10px 0px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
}

/* updated css */
.contact-div-form button:hover {
    color: #fff;
}

.contact-div-form textarea {
    resize: none;
}

.flex-left-content {
    align-items: baseline;
}

.repair-sec-row ul {
    padding-left: 20px;
    font-size: 18px;
}

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

.icon-a {
    opacity: 1;
    width: fit-content;
    height: fit-content;
    color: #fff;
    font-size: 30px;
    top: 44%;
    margin: 0px 60px;
}











/* responsive */

@media only screen and (max-width: 1200px) {
    /* home-page responsive */

    .navbar-nav li .nav-call {
        font-size: 14px !important;
    }
.home-bg-content{
    padding-left: 50px;
}
    .home-bg-content h2 {
        font-size: 46px;
    }

    .home-bg-content p {
        font-size: 18px;
    }

    .about-content p {
        margin: 30px 0px;
    }

    .task-category h3 {
        font-size: 20px;
    }

    /* air conditioning page */
    .repare-sec-main-h h2 {
        font-size: 29px;
    }

    .repair-accordion .card-body p {
        width: 100%;
    }

    /* furnace page */
    .furnace-h h2 {
        font-size: 32px;
    }

    .furnace-div .line {
        width: 34%;
    }

    /* financing*/
    .financing-section h2 {
        font-size: 28px;
    }

    .financing-section h3 {
        font-size: 23px;
    }

    /* contact page */
    .contact-div-main h2 {
        font-size: 26px;
    }

    .contact-div-main .address-h,
    .contact-div-form label {
        font-size: 21px;
    }

    .heatpump-main-div .repair-sec-row {
        padding: 20px 0px 0px 0px;
    }

    .heatpump-main-div .heat-pump-sec {
        padding: 0px 16px;
        margin: -20px 0px 40px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        align-items: flex-start;
        margin: 30px 0px;
    }
}

@media only screen and (max-width: 1023px) {

    /* home-page responsive */
    .home-bg-main.home-bg-main {
        height: 70vh;
    }

    .home-bg-content h2 {
        font-size: 38px;
    }

    .home-bg-content p {
        font-size: 18px;
        width: 70%;
    }

    .residen-box {
        padding: 30px 20px;
    }

    .residen-box h2 {
        font-size: 22px;
    }

    .residen-box a {
        font-size: 16px;
    }

    .about-content p {
        width: 100%;
        font-size: 16px;
    }

    .task-category h3 {
        font-size: 19px;
    }

    .task-category p {
        font-size: 14px;
    }

    .task-category {
        margin: 20px 0px;
    }

    .contact-form {
        width: 100%;
    }

    .footer-box img {
        width: 100px;
    }

    .footer-box ul {
        font-size: 14px;
    }

    .about-page-h {
        margin-bottom: 30px;
    }

    /* service page */
    .about-page-h h2 {
        font-size: 30px;
    }

    .service-location-1 h2,
    .service-contact-sec h2 {
        font-size: 30px;
    }

    .service-contact-sec h3 {
        font-size: 20px;
    }

    /* air conditioning page */
    .tips-h {
        font-size: 24px;
    }

    .repair-accordion .card-body p {
        font-weight: 100;
    }

    .repair-accordion .btn-link {
        font-size: 18px;
        text-align: left;
    }

    .repair-sec-row .r-content {
        padding-left: 0%;
    }

    .repair-sec-row .l-content {
        padding-left: 0%;
        padding-right: 0%;
    }

    /* furnace page */
    .furnace-h h2 {
        font-size: 30px;
    }

    .furnace-h .furnace-sub-h {
        font-size: 26px;
    }

    .furnace-box {
        padding: 20px 27px;
    }

    .furnace-div .line {
        width: 33%;
    }

    .furnace-left-img .about-page-img {
        width: 100% !important;
    }

    .furnace-last-sec .furnace-div a {
        font-size: 17px;
    }

    /* heat-pump page */
    .heat-pump-sec h2 {
        font-size: 32px;
    }

    .heat-pump-sec .sub-heading {
        font-size: 20px;
    }

    .heat-pump-sec {
        padding: 20px 0px 40px 0px;
    }

    .heat-pump-img {
        width: 100%;
    }

    /* indoor air quality */
    .air-quality-product .q-product-h,
    .ac-repair-content .q-product-h,
    .heat-pump-sec h2 {
        font-size: 22px;
    }

    /* contact page */
    .contact-div-main {
        padding: 70px 0px;
    }

    /* career opportunity */
    .opportunity-row h2 {
        font-size: 30px;
    }

    .career-section p,
    .career-section ul,
    .employeement-content p {
        font-size: 16px;
    }

    .career-section {
        padding: 20px 0px;
    }
    h1.pop-up.aos-init.aos-animate {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav li:last-child {
        margin: 30px auto !important;
    }
}

@media only screen and (max-width: 767px) {
    
    /* home page */
    .icon-a{
        display:none;
    }
    .home-bg-content{
        padding-left: 0px;
    }
    .residen-box {
        width: 80%;
        margin: 20px auto;
    }
    
    .home-bg-content p {
        width: 100%;
    }
    /* repair */
    .furnace-main-div .repair-ac {
        margin-top: 10px;
    }
    .furnace-main-div .repair-sec-left{
        margin: 0px;
        padding-bottom: 0px;
    }
    /* repair */
    .home-page-bg .carousel-indicators {
        bottom: 30px;
    }
    h1.pop-up.aos-init.aos-animate {
        font-size: 28px;
    }
.mob-btn-c{
    text-align: center;
}
    .residentials-row {
        margin-top: -40px;
    }

    .about-content,
    .about-img {
        padding: 0px 20px;
        margin: 20px 0px;
    }

    .about-us {
        padding: 30px 0px;
    }

    .task-category h3 {
        font-size: 21px;
    }

    .task-category p {
        font-size: 16px;
        padding: 0px 20px;
    }

    .testimonial-slider {
        padding: 20px 0px 10px 0px;
    }

    .contact-form textarea {
        padding: 10px 18px;
    }

    .footer-divs {
        display: block;
    }

    .footer-box {
        width: 100%;
        padding: 0px 20px;
    }

    .footer-box {
        width: 100%;
        padding: 0px 20px;
        margin: 20px 0px;
    }

    .footer-box ul {
        font-size: 18px;
    }

    .footer-bottom {
        padding: 13px 20px;
    }

    /* about-page */
    .about-page-h h2 {
        font-size: 26px;
    }

    .about-page-h {
        padding: 40px 0;
    }

    .about-call-sec h2 {
        font-size: 25px;
    }

    .about-call-sec {
        padding: 30px;
    }

    .about-page-h {
        margin-bottom: 0px;
    }

    /* service page */
    .service-location-1 {
        margin: 20px 0px;
    }

    /* air conditionaing page */
    .repare-sec-main-h h2 {
        font-size: 27px;
    }

    .ac-repair-content p {
        width: 100%;
    }

    .bs-example {
        width: 100%;
        margin-top: 20px;
    }

    .repair-accordion .btn-link {
        font-size: 18px;
    }

    .repair-sec-row {
        margin: 0px 0px 25px 0px;
    }

    .repair-sec-left {
        flex-direction: column-reverse;
    }

    /* furnace-page */
    .furnace-h {
        margin-top: 20px;
    }

    .furnace-h p {
        font-size: 16px;
        width: 100%;
    }

    .furnace-div a {
        font-size: 17px;
    }

    .furnace-left-img .about-page-img {
        width: 80% !important;
        margin: 0 auto;
    }

    /* heat pump page */
    .heat-pump-sec h2 {
        font-size: 27px;
    }

    /* indoor quality */
    .heat-pump-sec h2 {
        font-size: 22px;
    }

    .air-quality-main {
        margin: 20px 0px;
    }

    .img-window {
        text-align: center;
    }

    .quality-ac-link ul {
        margin-top: 30px;
    }

    /* contact page */
    .contact-div-form {
        margin-top: 30px;
    }

    .contact-div-main h2 {
        font-size: 24px;
    }

    .contact-div-main .address-h,
    .contact-div-form label {
        font-size: 19px;
    }

    .contact-div-main .address-p,
    .contact-div-content p {
        font-size: 16px;
    }

    .contact-div-main {
        padding: 50px 0px;
    }

    /* opportunity page */
    .opportunity-row h2 {
        font-size: 25px;
    }

    .about-content,
    .about-img {
        padding: 0px;
    }

    .repair-ac {
        margin-top: 10px;
    }

}

@media only screen and (max-width: 424px) {
    .home-bg-content h2 {
        font-size: 31px;
    }
    .residen-box {
        width: 100%;
        margin: 20px auto;
    }
    .footer-box ul {
        font-size: 16px;
    }

    .our-work h2 {
        font-size: 28px;
    }

    .our-work {
        padding: 50px 0px;
    }

    .testimonial-slider .card-body {
        padding: 20px 0px;
    }

    /* service page */
    .service-main-div .about-page-h h2 {
        font-size: 23px;
    }

    /* air conditionaing page */
    .about-page-h h2 {
        font-size: 25px;
    }

    .repare-sec-main-h h2 {
        font-size: 21px;
    }

    .bs-example .card .card-header {
        padding: 3px 12px;
    }

    .repair-accordion .btn-link {
        font-size: 15px;
    }

    .repair-accordion .card-body p {
        font-size: 16px;
        width: 100%;
    }

    .tips-h {
        font-size: 22px;
    }

    /* furnace page */
    .furnace-div .line {
        width: 26%;
    }

    .furnace-h h2,
    .furnace-h .furnace-sub-h {
        font-size: 24px;
    }

    /* heat pump */
    .heat-pump-sec h2 {
        font-size: 24px;
    }

    .heat-pump-sec .sub-heading {
        font-size: 18px;
    }

    /* contact form */
    .form-main {
        padding: 0px 0px;
        box-shadow: none;
    }

}