body {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.jc-sb {
    justify-content: flex-end;
}

ul.navbar-nav {
    color: #fff;
    align-items: center;
}

a.nav-link {
    color: #fff;
}

.orange-bg {
    background: #F31717;
}

.orange-clr {
    color: #F31717;
}

.weight-400, h1 span {
    font-weight: 600 !important;
}

nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-dark {
    background: #000000cf !important;
}

.banner-section {
    background: url(../images/CoupleImageSection.png) no-repeat;
    height: 550px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-section h5 {
    font-size: 20px;
}

section.hvac-section {
    position: absolute;
    right: 50px;
    top: 80px;
}


.hvac-heading {
    display: flex;
    height: 427px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background: #000000c7;
    max-width: 350px;
    margin: 6% 0 0 auto;
    color: #fff;
    padding: 25px;
}

.hvac-heading span {
    display: flex;
}

h1 {
    position: relative;
    text-transform: uppercase;
    font-size: calc(.7rem + 1.5vw);
}

.divider {
    position: relative;
    background: url(../images/divider.png) no-repeat;
    width: 211px;
    height: 3px;
    margin: 30px auto 15px;
}

.divider-black {
    position: relative;
    background: url(../images/divider-black.png) no-repeat;
    width: 176px;
    height: 3px;
    margin: 30px auto 15px;
}

.hvac-heading h5 {
    margin-top: 30px;
}

.btn {
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    min-width: 160px;
    height: 45px;
    border: none;
    outline: none;
}

.btn-orange {
    background: #F31717;
    color: #fff;
    transition: all ease .2s;
    margin-top: 30px;
}

.btn-orange:hover {
    background: #cd1313;
    color: #fff;
}

.btn-blue {
    background: #00A1CA;
    color: #fff;
    transition: all ease .2s;
    margin-top: 30px;
    padding-top:10px;
}

.btn-blue:hover {
    background: #008db1;
    color: #fff;
}






.furnance-section {
    background: url(../images/ReplaceFurnace.png) no-repeat;
    height: 448px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -4px;
    text-align: center;
    color: #fff;
}

.furnance-heading {
    margin-top: 50px;
}

.ml {
    margin-left: 0;
}

.furnance-heading h5 {
    font-size: 30px;
}

section.furnance-section .divider {
    display: none;
}

.safety-section {
    margin: 66px 0;
    color: #757575;
}

.safety-heading {
    max-width: 350px;
}

.safe-section h1 span {
    font-size: 24px;
    color: #000;
}

img.dog-img {
    margin: 20px 0 10px;
}

.safe-section {
    display: flex;
}

.safety-list {
    display: flex;
}

.safety-list li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    line-height: 36px;
    font-size: 16px;
}

.safety-list li::before {
    position: absolute;
    content: '';
    background: url(../images/checkbox.png) no-repeat;
    left: 0;
    top: 12px;
    width: 13px;
    height: 13px;
}

section.get-in-touch {
    background: #F4F4F4;
    padding: 66px 0;
    text-align: center;
}

section.get-in-touch h5 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}


section.get-in-touch .form {
    max-width: 395px;
    margin: 0 auto;
    text-align: left;
}

section.get-in-touch .form input {
    border-radius: 0;
    background: transparent;
}

.form-section textarea {
    height: 130px;
    overflow: auto;
    border-radius: 0;
    background: transparent;
}

.form-section .btn {
    margin-top: 10px;
    background: #F31717 !important;
}

.form-section .btn:hover {
    background: #cd1313;
    color: #fff;
}

footer {
    background: #00A1CA;
    padding: 66px 0;
    height: auto;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}


.block-section {
    display: flex;
    justify-content: space-between;
}

.blocks h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blocks {
    max-width: 270px;
}

.blocks p {
    font-size: 16px;
}

footer .divider {
    height: 1px;
    width: 100%;
    background: #fff;
}

.social-section {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.social-icons ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    width: 100px;
    justify-content: space-between;
}

a.phonelink {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.phonelink {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
    text-align: center;
    /* margin: 0 auto; */
    display: block;
}

a.phonelink i {
    background: #00A1CA;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 5px;
}

a.phonelink.m-show {
    display: none;
}

a.phonelink.mob-show {
    display: none;
}

a.phonelink.mob-hide {
    display: block;
}



@media screen and (max-width: 1240px) {
    .safety-list li {
        line-height: 30px;
    }
}


@media screen and (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 950px;
    }

    .safety-heading {
        max-width: 270px;
    }

    .safety-list ul {
        padding-left: 10px;
    }

    .safety-list li {

        line-height: 30px;
    }

    .blocks {
        max-width: 270px;
        margin: 0 10px;
    }

    .safety-list li {
        line-height: 30px;
        font-size: 16px;
    }

    .safety-list li::before {
        top: 8px;
    }
}

@media screen and (max-width: 767px) {
    a.phonelink.m-hide {
        display: none;
    }

    .safety-list {
        flex-direction: column;
        text-align: left;
        margin-top: -20px;
    }

    .safe-section h1 span {
        font-size: 18px;
    }

    img.dog-img {
        margin: 0px 0 10px;
        width: 150px;
    }

    .safety-section .divider-black {
        margin-top: 10px;
        margin-left: 0;
    }


    a.phonelink.mob-show {
        display: block !important;
        text-align: left;
        padding: 15px 0 50px;
    }
 
    
    a.phonelink.mob-hide {
        display: none !important;
    }


    section.hvac-section {
        position: relative;
        right: 0;
        top: 0;
    }

    .m-hide {
        display: none;
    }

    .jc-sb {
        justify-content: flex-end;
        width: auto;
        flex-basis: auto !important;
    }

    ul.navbar-nav {
        justify-content: flex-end;
        display: flex;
        flex-direction: row;
    }

    ul.navbar-nav li {
        margin: 0 6px;
    }

    .hvac-heading {
        height: auto;
        padding: 50px 30px;
        margin: 0;
        max-width: 100%;
        height: 100vh;
        height: auto;
        background: #000000ed;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hvac-heading h5 {
        margin-top: 10px;
    }

    h1 {
        position: relative;
        text-transform: uppercase;
        font-size: 18px;
    }

    .furnance-section {
        background-position: center;
    }

    .safe-section {
        flex-direction: column;
        text-align: center;
    }

    .safety-heading {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
        font-size: 15px;
        line-height: normal;
        text-align: left;

    }

    .ml {
        margin-left: auto;
    }

    .safety-list {
        flex-direction: row;
        text-align: left;
    }

    .safety-list li::before {
        top: 4px;
    }

    .safety-list li {
        position: relative;
        list-style: none;
        padding-left: 25px;
        line-height: normal;
        padding-bottom: 12px;
    }

    .safety-section {
        margin: 30px 0 20PX;
    }

    .fixed-top {
        position: relative;
        background: #000000cf !important;
        height: 70px;
        padding: 0;
        margin: 0;
    }

    header {
        height: 70px;
        background: #000000cf !important;
    }

    section.banner-section .container {
        width: 100%;
        max-width: 100%;
    }

    section.banner-section .ml {
        margin-left: 0;
    }

    section.furnance-section h5 {
        font-size: 16px;
        margin-top: 20px;
    }

    section.get-in-touch .form {
        max-width: 340px;
    }

    footer {
        height: auto;
    }

    .block-section {
        flex-direction: column;
    }

    .blocks {
        max-width: 320px;
        margin-bottom: 20px;
    }

    .social-section {
        flex-direction: column;
        text-align: center;
        padding-top: 15px;
    }

    .social-icons ul {
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
    }

    .social-icons ul li {
        width: 60px;
    }

    footer .social-icons a {
        color: #fff;
        text-decoration: none;
        font-size: 22px;
    }

    .banner-section {
        height: 320px;
    }

    .divider {
        display: none;
    }

    .hvac-heading h1 {
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .hvac-heading span {
        margin-bottom: 0;
        margin-right: 6px;
    }

    .furnance-section {
        height: auto;
        padding: 10px 0 30px;
    }

    .safety-list ul {
        margin-bottom: 0px;
    }
    section.get-in-touch {
         padding: 30px 0;
     }
     .hvac-heading h1 {
        
        align-items: flex-start;
        justify-content: flex-start;
    }
    .hvac-heading span {
        margin-bottom: 0;
        margin-right: 6px;
    }
    footer .divider {
        
        display: block !important;
    }


}

@media screen and (max-width: 640px) {
 
    .social-section p {
        font-size: 16px;
    }

    .safety-list {
        flex-direction: column;
        text-align: left;
        margin-top: 0px;
    }
    
    .hvac-heading h1 {
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .hvac-heading span {
        margin-bottom: 6px;
        margin-right: 6px;
    }
    section.furnance-section h5 {
        font-size: 16px;
        margin-top: 15px;
    }
    .hvac-heading h5 {
        margin-top: 10px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
    }
    a.phonelink.mob-show {
        display: block !important;
        text-align: left;
        padding: 15px 0 15px;
        font-size: 20px;
    }
}



@media screen and (max-width: 480px) {
  
    .safety-list {
        flex-direction: column;
        text-align: left;
        margin-top: 0px;
    } 
    footer {
         padding: 30px 0;
 
    }
    .blocks p {
        font-size: 14px;
    }
    .social-section p {
        font-size: 14px;
    }

}