/*
CTC Separate Stylesheet
Updated: 2020-10-06 09:39:28
Theme Name: HWHC Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks,accessibility-ready
Version: 1.5.1601977168
*/

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
}

p,
li {
    color: #6c6c6c;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

p {
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: normal;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 50px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
}

.color-accent,
 :root .has-accent-color,
.has-drop-cap:not(:focus)::first-letter,
.wp-block-button.is-style-outline,
a {
    color: #000;
}

.color-accent-hover:hover,
.color-accent-hover:focus,
a:hover {
    color: #3074d4 !important;
}

a {
    color: #000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-decoration: none;
}

a:hover {
    color: #3074d4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.clearfix::before,
.clearfix::after {
    visibility: hidden;
    display: table;
    content: " ";
    clear: both;
}


/* Services Location */

.service-location-content ul {
    padding-left: 0px;
}

.service-location-content li {
    list-style-type: none;
    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
}

.service-location-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3074d4;
}

.feature-right p a,
.service-location-content p a,
.service-location-content li a {
    color: #3074d4 !important;color:#d43030 !important;
}

.feature-right p a:hover,
.service-location-content p a:hover,
.service-location-content li a:hover {
    color: #000 !important;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1384px;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px;
    z-index: 99;
    display: flex;
}

.main-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 36px 76px 0;
}

.contact * {
    display: block;
    color: #fff;
    font-family: 'Prompt', sans-serif;
}

.contact small {
    font-size: 20px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
}

.contact a {
    font-size: 35px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 700;
}

.contact {
    position: relative;
}

.contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    background-image: url('images/call-icon.png');
    width: 58px;
    height: 58px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu-button {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 40px;
}

.menu-button .line {
    position: relative;
    height: 1px;
    width: 21px;
    background: #000;
    transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.32s;
    right: 0;
    margin-top: 9px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: .5s cubic-bezier(1, .6, 0, .39);
}

.menu-button .line:nth-child(2) {
    width: 31px;
}

.menu-button .line:nth-child(1) {
    margin-top: 0;
}

.menu-button:not(.menu-active):hover .line {
    width: 31px;
}

body .menu li.current-menu-item a {
    color: #3074d4;
}

.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background: #131313;
    -webkit-transition: top .5s;
    transition: top .5s;
    padding-bottom: 0px;
    padding: 12px 0 !important;
}

.fixed-header.nav-top,
.fixed-header.nav-down {
    top: 0px !important;
}

.fixed-header .main-header {
    padding-top: 0 !important;
}

.fixed-header .logo img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.logo img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* Home */

.hero-section {
    position: relative;
    overflow: hidden;
}

.header-wrapper {
    padding: 0 76px;
}

.hero-banner-container>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    z-index: -1;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.hero-banner-container h1 {
    /*font-size: 94px;line-height: 64px;*/
    font-size: 4.896vw;
    line-height: 4.833vw;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Prompt', sans-serif;
}

.hero-banner-container h2 {
    /*font-size: 86px;line-height: 85px;*/
    font-size: 4.479vw;
    line-height: 4.427vw;
    color: #ffffff;
    font-weight: 900;
    margin-top: 1.667vw;
    font-family: 'Prompt', sans-serif;
}

.hero-banner-container h1 small {
    font-size: 2.813vw;
    line-height: 3.333vw;
    display: block;
}

.home-banner h2 {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url('images/canada-img.jpg');
    text-transform: uppercase;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-banner-container {
    /*padding:18.6% 0;*/
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.banner-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    flex-wrap: wrap;
    position: relative;
}

.full-banner .banner-content {
    flex-direction: column;
}

.banner-left {
    width: 53%;
}

.banner-right {
    width: 47%;
}

.hero-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    mix-blend-mode: luminosity;
    z-index: 0;
}

.hero-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('images/banner-bottom-shape.png');
    width: 100%;
    height: 388px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 9;
    height: 298px;
    background-size: 100% 100%;
}

.home-banner .banner-right img {
    margin-top: 5vw;
    min-width: 51vw;
    display: block;
    margin-left: -3.6vw;
    margin-bottom: 5vw;
}

.text-blue {
    color: #3074d4;
}

.common-title {
    font-size: 52px;
    line-height: 61px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.common-title span {
    color: #3074d4;color:#d43030;
}

.about-block .common-title {
    margin-top: 13px;
}

.title-content-block small {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
}

.title-content-block .common-title {
    padding-bottom: 54px;
    position: relative;
}

.title-content-block .common-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -43px;
    height: 1px;
    width: 130px;
    background-color: #000;
}

.about-left-content,
.customer-left-content {
    margin-top: 46px;
}

.about-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-block-left {
    width: 46%;
    padding-right: 18%;
}

.about-block-right {
    width: 54%;
}

.service-left-block {
    width: 50%;
    position: relative;
}

.service-right-block {
    width: 50%;
    padding: 0 46px;
    margin-top: 15%;
}

.service-left-block img {
    position: absolute;
    /*left: 0;*/
}

.icon-content-item h4 {
    font-size: 26px;
    line-height: 33px;
    color: #000000;
}

.icon-content-item small {
    font-size: 26px;
    line-height: 33px;
    color: #000000;
    font-weight: 700;
    font-weight: 200;
    display: block;
}

.icon-content-item {
    align-items: center;
    justify-content: flex-start;
    margin: 60px 0;
}

.item-icon {
    width: 55px;
    text-align: center;
}

.item-content {
    margin-left: 44px;
}

.service-section {
    margin-top: 66px;
    position: relative;
}

.service-right-block .common-title {
    margin-bottom: 75px;
}

.systems-section {
    background-color: #000;
    position: relative;
    clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 94%);
}

.single-system {
    position: relative;
    width: 33.33%;
    height: 969px;
}

.single-system .system-content {
    position: absolute;
    height: auto;
    width: auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    justify-content: center;
    padding: 0 87px;
}

.system-content p {
    color: #fff;
}

.single-system img {
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: 0.24;
}

.system-content {
    color: #ffffff;
}

.system-content h3 {
    font-size: 62px;
    font-weight: 700;
    line-height: 62px;
    color: #ffffff;
    margin: 0 0 37px 0
}

.system-content p {
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 58px;
}

.system-content a {
    width: 54px;
    height: 54px;
    background: #ffffff url('images/arrow.png') center center / 21px no-repeat;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.system-content a:hover {
    background-image: url('images/arrow-white.png');
    background-color: #3074d4;
    background-position-x: 55px;
}

.single-system:first-child .system-content {
    padding-top: 30% !important
}

.single-system:last-child .system-content {
    padding-bottom: 30% !important
}

.system-content a:before {
    background: url('images/arrow-white.png') center center / 21px no-repeat;
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: left .4s;
    width: 21px;
    height: 16px;
}

.system-content a:hover:before {
    left: 50%;
}

.pr-0 {
    padding-right: 0
}

.customer-review-info * {
    font-family: "Poppins", sans-serif;
}

.customer-review-info p {
    font-size: 31px;
    line-height: 45px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
}

.customer-review-info {
    padding: 190px 24px 0 34px;
    position: relative;
}

.customer-review-info h4 {
    font-size: 22px;
    line-height: 34px;
    color: #3074d4;
    font-weight: 700;
    margin-top: 30px;color:#d43030;
}

.customer-review-info h6 {
    font-size: 17px;
    color: #8f8f8f;
    font-weight: 500;
}

.customer-review-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    background-image: url('images/quote.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    height: 121px;
}

.customer-block {
    padding: 80px 0 20px;
}

.customer-block-left {
    width: 50%;
}

.customer-block-right {
    width: 50%;
    /*margin-top: -58px;*/
   /* display:none;*/
   text-align:center;
}
.customer-block-right img{width:70%;margin: 0 auto;}

.customer-block-left {
    width: 48%;
}

.custom-owl-arrow .owl-nav button .slider-arrow {
    width: 25px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-owl-arrow .owl-nav button .prev-btn {
    background-image: url('images/left-arrow.png') !important;
    font-size: 0 !important;
    cursor: pointer;
    right: 0;
}

.custom-owl-arrow .owl-nav button.owl-prev {
    margin-right: 6px;
    padding-right: 9px !important;
    position: relative;
}

.custom-owl-arrow .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
}

.custom-owl-arrow .owl-nav button.owl-next .next-btn {
    right: 0;
    background-image: url('images/right-arrow.png') !important;
}

.custom-owl-arrow .owl-nav button .slider-arrow {
    position: relative;
    transition: right .3s, left .3s;
}

.custom-owl-arrow .owl-nav {
    text-align: left;
    padding-left: 35px;
    margin-top: 40px;
}

.custom-owl-arrow .owl-nav button:hover {
    background: transparent !important;
}

.customer-left-content {
    padding-right: 18%;
}

.customer-left-content p {
    color: #000;
}


/* Footer */

footer {
    background-color: #000;
}

.footer-col-title {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 43px;
    color: #fff6f0;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 113px 0;
}

.footer-col {
    width: 20%;
}

.footer-col p,
.footer-col a {
    font-size: 14px;
    line-height: 25px;
    color: #fff6f0 !important;
    font-weight: 400;
}

.footer-col a {
    display: block;
    margin-bottom: 12px;
}

.footer-left {
    width: 50%;
    justify-content: flex-start;
}

.footer-right {
    width: 50%;
}

.fc-1 {
    width: 50%;
    margin-right: 8%;
}

.fc-2 {
    width: 35%;
}

.footer-right .footer-col {
    width: 33.33%;
}

.footer-col p {
    margin-bottom: 2px;
}

.emerg-service {
    margin: 30px 0;
}

.timing small {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #5da1ff;color:#d43030;
}

.footer-col .mail {
    color: #fff !important;
}

.footer-col .mail:hover {
    color: #5da1ff !important;
}

.footer-col .footer-menu a:hover {
    color: #3074d4 !important;
}

.footer-col a[href^="tel:"] {
    font-size: 29px;
    line-height: 25px;
    color: #fff6f0;
    font-weight: 600;
    position: relative;
    margin-top: 47px;
    padding-left: 55px;
}

.footer-col a[href^="tel:"]:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    background-image: url('images/call-blue-icon.png');
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.footer-col a[href^="tel:"]:hover {
    color: #3074d4 !important;
}

.copy-block {
    background-color: #fff;
    padding: 26px 0;
    position: relative;
}

.copy-block p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    color: #6f6f6f;
    font-weight: 400;
}

.copy-block:before {
    content: '';
    position: absolute;
    top: -15%;
    left: 65%;
    transform: translate(-50%, -50%);
    background-image: url('images/footer-logo-center.png');
    width: 150px;
    height: 118px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-menu {
    column-count: 2;
}

.footer-col.fc-4 {
    width: 60%;
}

.footer-col.fc-3 {
    width: 30%;
}

.privacy-section {
    padding: 120px 0 70px;
}

.common-content a,
.common-content p a,
.common-content li a {
    color: #172dff;
    text-decoration: underline;color:#d43030;
}

.common-content p {
    margin: 0 0 40px 0;
    font-size: 20px;
    line-height: 37px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.common-content ul {
    margin: 0 0 40px 0;
    padding: 0 0 0 34px;
}

.common-content ul li {
    margin: 0 0 8px 0;
    list-style-type: none;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.privacy-bg-mid {
    background-color: #f6f6f6;
}

.privacy-part {
    width: 50%;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    padding: 0 68px 0 0;
}

.privacy-part:nth-child(2) {
    padding: 0 0 0 68px;
}

.common-content h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 42px 0;
    line-height: 44px;
    padding: 10px 0 0 0;
    font-family: 'Poppins', sans-serif;
}

.common-content h3:first-child {
    padding-top: 0;
}

.common-content ul li::after {
    position: absolute;
    top: 9px;
    left: -34px;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    content: "";
}

.full-banner .hero-banner-container {
    justify-content: center;
}

.custom-owl-arrow .owl-nav button.owl-next:hover .next-btn {
    right: -5px;
}

.custom-owl-arrow .owl-nav button.owl-prev:hover .prev-btn {
    right: 5px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    list-style-type: none;
}

.footer-col .footer-menu .current-menu-item a {
    color: #3074d4 !important;color:#d43030 !important;
}


/* Menu */

.custom-menu {
    width: 49%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: rgba(255, 255, 255, .95);
    z-index: 9;
    display: flex;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 146px 0px 0px 140px;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    z-index: -99999;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    background-blend-mode: luminosity;
}

.custom-menu-active {
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    opacity: 1;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    z-index: 99999;
}

.custom-menu-right-block {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
    flex-direction: column;
}

.custom-menu::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0%, 0%);
    background-image: url('images/footer-logo.png');
    width: 330px;
    height: 278px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.08;
}

.menu-visible .overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 757;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
}

.overlay {
    opacity: 0;
    transition: opacity .2s ease;
}

.scroll-off {
    overflow: hidden;
    width: 100%;
    top: 0px;
    left: 0px;
}

.menu-active {
    z-index: 9999999;
    position: relative;
}

.custom-menu .menu {
    padding-left: 0;
}

.custom-menu .menu li {
    list-style-type: none;
    display: block;
    display: block;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.custom-menu .menu li a {
    font-size: 52px;
    line-height: 100px;
    color: #000;
    display: block;
    position: relative;
}

.custom-menu .menu li.small-text a {
    font-size: 41px;
    line-height: 71px;
    margin-bottom: 11px;line-height: 1.3 !important;
}

.menu-contact-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 35px;
    display: block;
    letter-spacing: 7px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu-contact a {
    display: block;
    color: #3074d4;
    font-weight: 600;
}

.menu-contact a:hover {
    color: #000 !important;
}

.menu-contact a.phone {
    font-size: 39px;
    line-height: 35px;
    font-weight: 700;
}

.menu-contact a.mail {
    font-size: 20px;
    line-height: 30px;
}

.menu-contact {
    margin-top: 40px;
}

.menu-active .line:nth-child(1) {
    transform: rotate(45deg) translate(0px, 7.0px);
    -webkit-transform: rotate(45deg) translate(0px, 7.0px);
    -moz-transform: rotate(45deg) translate(0px, 7.0px);
    width: 15px;
}

.menu-active .line:nth-child(2) {
    transform: rotate(-45deg);
    width: 30px;
}

.menu-active .line:nth-child(3) {
    transform: rotate(45deg) translate(1px, -7px);
    width: 15px;
}

.menu-active .line {
    background: #3074d4;
}

.custom-menu .menu li .sub-menu li a {
    font-size: 36px;
}


/* .custom-menu .menu li a:after{content: '';
position: absolute;
left: -100%;
height: 5px;
width: 0;
background-color: #3074d4;
display: block;
top: 50%;
transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transition: .4s ease;}
.custom-menu .menu li:hover a:after{width: 75%;} */


/* Contact */

.contact-banner:after {
    background-image: url('images/banner-bottom-shape-grey.png');
}

.get-quote-section {
    background-color: #efefef;
}

.contact-banner .banner-content {
    align-items: flex-start;
    position: relative;
    width: 47%;
}

.contact-banner .banner-content p {
    font-size: 26px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 400;
    padding-right: 2%;
}

.contact-banner .banner-content h1 {
    margin-bottom: 2vw;
}

.get-quote-block .common-title {
    line-height: 2.813vw;
    padding-bottom: 26px;
}

.get-quote-left {
    width: 50%;
}

.get-quote-right {
    width: 50%;
    margin-top: -54vh;
}

.get-quote-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 11;
    position: relative;
    flex-wrap: wrap;
}

.get-quote-info a {
    color: #010101;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    line-height: 27px;
}

.get-quote-info a.phone {
    font-size: 42px;
    line-height: 55px;
    color: #010101;
}

.get-quote-info p {
    font-size: 19px;
    line-height: 30px;
    color: #6c6c6c;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.get-quote-info .timing p {
    color: #000;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}

.get-quote-info {
    margin-top: 40px;
}

.get-quote-info a[href^="tel:"] {
    position: relative;
}

.get-quote-info a,
.get-quote-info .location,
.get-quote-info .timing {
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.get-quote-info a[href^="tel:"]:before,
.get-quote-info .location:before,
.get-quote-info .timing:before,
.get-quote-info a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.get-quote-info a.mail:before {
    top: -6px;
}

.get-quote-info a[href^="tel:"]:before {
    background-image: url('images/call-blue-icon.png');
}

.get-quote-info a:before {
    background-image: url('images/mail-icon.png');
}

.get-quote-info .location:before {
    background-image: url('images/location-icon.png');
}

.get-quote-info .timing:before {
    background-image: url('images/timing-icon.png');
}

.get-quote-block .title-content-block .common-title::before {
    background-color: rgba(0, 0, 0, .1);
}

.no-label .gform_wrapper label.gfield_label {
    display: none;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
textarea {
    border: 2px solid #fff;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 21px !important;
    background-color: transparent;
}

.contact-form {
    background: #3074d4 url('images/curv-lines.png');
    padding: 73px 90px;
}

.contact-form .gform_wrapper ul {
    padding-left: 0;
}

.contact-form .gform_wrapper li {
    list-style-type: none;
    margin-bottom: 23px;
}

.contact-form .gform_wrapper textarea {
    height: 257px;
    border-color: #fff;
}

.contact-form input[type="submit"] {
    width: 100%;
    background-color: #fff !important;
    border-radius: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 61px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    padding: 17px 0;
    cursor: pointer;
    border: 2px solid #fff;
    transition: .3s;
    background-image: url('images/arrow-black.png');
    background-repeat: no-repeat;
    background-size: 30px 23px;
    background-position: right 45px center;
}

.contact-form input::placeholder,
textarea::placeholder {
    opacity: 1;
}

.contact-form input[type="submit"]:hover {
    background-color: transparent !important;
    color: #fff;
    background-image: url('images/arrow-white.png');
    background-position: right 40px center;
}

.contact-form .common-title {
    line-height: 2.969vw;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.979vw;
    padding-bottom: 0;
}

.contact-banner .banner-content:after {
    position: absolute;
    content: '';
    right: -22%;
    top: -60%;
    background-image: url('images/arrow-shape.png');
    width: 260px;
    height: 154px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.page-id-97 .banner-content:after {
    display: block;
}

.map-area {
    height: 680px;
    width: 100%;
}

.map-block {
    text-align: center;
}

.map-block .common-title::before,
.area-serve .common-title:before {
    display: none;
}

.map-block .common-title {
    margin-bottom: 16px;
}

.map-section {
    padding: 122px 0
}

.area-serve ul {
    padding-left: 0;
}

.area-serve ul li {
    font-size: 19px;
    line-height: 54px;
    color: #000000;
    font-weight: 500;
    list-style-type: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-weight: 500;
}

.area-serve ul li:first-of-type {
    border-top: none;
}

.area-serve .common-title {
    font-size: 39px;
    line-height: 38px;
    color: #000000;
    font-weight: 700;
}

.area-serve .common-title span {
    display: block;
}

.area-serve {
    padding: 42px 42px 6px;
    width: 388px;
    position: absolute;
    top: -26px;
    left: 20px;
    background-color: #fff;
}

.area-serve:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('images/logo-dark.png');
    width: 263px;
    height: 207px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.03;
    z-index: 0;
}

.map-content {
    position: relative;
    filter: drop-shadow(11.535px -3.308px 45px rgba(0, 0, 0, 0.29));
}

.contact-banner .banner-content p:last-child {
    margin-bottom: 0;
}

.validation_error {
    display: none;
}

.validation_message {
    font-size: 16px;
    color: #ec4040;
    text-shadow: navajowhite;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: inherit;
    line-height: inherit;
    opacity: 1;
    color: #ffffff;
    font-weight: inherit;
    font-family: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: inherit;
    line-height: inherit;
    opacity: 1;
    color: #ffffff;
    font-weight: inherit;
    font-family: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: inherit;
    line-height: inherit;
    opacity: 1;
    color: #ffffff;
    font-weight: inherit;
    font-family: inherit;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: inherit;
    line-height: inherit;
    opacity: 1;
    color: #ffffff;
    font-weight: inherit;
    font-family: inherit;
}

.d-none {
    display: none !important;
}


/* Thank you */

.thank-you-page .banner-content {
    width: 70%;
}


/* 404 */

.error404 header {
    background-color: #000;
    position: relative;
}

.error404 .main-header {
    padding: 20px 76px;
}

.error-page {
    padding: 10vw 0;
}

.error-page h1 span {
    color: #3074d4;
    margin: 0 0.5vw;
}

body a.common-btn {
    padding: 20px 45px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none !important;
    color: #3074d4 !important;
}

.error-page h1 {
    font-size: 8vw;
    line-height: 7.6vw;
}

.common-btn:hover {
    color: #fff !important;
    background-color: #3074d4 !important;
    border-color: #3074d4;
}

.error-page h1 img {
    width: 7.813vw;
}

.copy-block .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-block a {
    color: #6f6f6f;
}

.copy-block a:hover {
    color: #3074d4;
}


/* About */

.raise-left-block {
    width: 41%;
}

.raise-right-block {
    width: 61%;
    margin-right: -8%;
}

.raise-industry {
    padding: 184px 0 0;
}

.raise-left-block h2 {
    margin-bottom: 50px;
}

.raise-left-block p {
    margin-bottom: 45px;
}

.heating-cooling-left {
    width: 84%;
    margin-right: -227px;
    margin-left: -18%;
}

.heating-cooling-right {
    width: 50%;
    padding: 13% 5.4%;
}

.heating-cooling-left img {
    display: block;
}

.heating-cooling-right h3 {
    font-size: 41px;
    line-height: 50px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 46px;
}

.heating-cooling-right p {
    font-size: 20px;
    line-height: 37px;
    color: #000000;
    font-weight: 400;
}

.heating-cooling-section {
    padding: 25px 0 0;
    margin-bottom: -8.5%;
}

.known-for {
    background-color: #3074d4;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
    text-align: center;
}

.known-for .common-title {
    color: #fff;
    padding: 0;
}

.known-for-type {
    display: flex;
    justify-content: space-between;
    padding: 112px 0 148px;
}

.known-feature-icon {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.known-for-block {
    padding: 196px 0 0;
    position: relative;
}

.known-for-block::after {
    background-image: url('images/rings-bg.png');
    background-position: top 52px center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 96px);
    height: 100%;
    z-index: -1;
    margin: 0 auto;
    bottom: 0;
    right: 0;
}

.known-for-type>div {
    width: 33.33%;
    text-align: center;
    margin: 0 auto;
}

.known-feature {
    width: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.known-for-left .known-feature:last-child {
    top: 9.5%;
    left: -2.7%;
}

.known-for-left .known-feature:first-child {
    top: -19.7%;
    left: 20%;
}

.known-for-right .known-feature:first-child {
    top: -19.6%;
    left: -20%;
}

.known-for-right .known-feature:last-child {
    top: 9.6%;
    left: 5.6%;
}

.known-feature p {
    font-size: 21px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 21px;
}

.customer-block.about-testimonial {
    padding: 187px 0 100px;
}

.customer-block.about-testimonial .tetstimonial-block h6 {
    display: none;
}


/* Services-Maintenance */

.services-banner .banner-content {
    width: 80%;
    margin: 0 auto;
}

.services-banner .hero-banner-container h1 {
    line-height: 4.633vw;
    text-align: center;
}

.hero-section.services-banner::before {
    background-color: rgba(0, 0, 0, .85);
}

.quality-section {
    text-align: center;
    padding: 112px 0 160px;
}

.quality-block .common-title {
    margin-bottom: 55px;
}

.quality-block {
    padding: 0px 9.5%;
}

.quality-block p {
    font-size: 20px;
    line-height: 38px;
    color: #000000;
    font-weight: 400;
}


/* Heating */

.heating-banner.hero-section::before {
    background-color: rgba(0, 0, 0, .85);
}

.servicem-section {
    text-align: center;
    padding-top: 142px;
}

.service-block.quality-block {
    padding: 0 9%;
}

.services-feature {
    margin: 127px 0 182px;
}

.feature-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 56px;
    overflow: hidden;
}

.feature-left {
    width: 50%;
    z-index: 1;
    overflow: hidden;
}

.feature-right {
    width: 50%;
    padding: 0 109px 0 110px;
    overflow: hidden;
}

.feature-info h4 {
    /*font-size: 36px;line-height: 63px;color: #000000;font-weight: 700;*/
    padding-bottom: 35px;
    margin-bottom: 38px;
    position: relative;
}

.feature-info p,
.fireplace-block p,
.furnace-block p,
.furnace-block li {
    font-size: 20px;
    line-height: 38px;
    color: #000000;
    font-weight: 400;
}

.feature-info h4:before {
    width: 238px;
    height: 1px;
    background-color: #3074d4;
    content: '';
    position: absolute;
    left: -110px;
    bottom: 0%;
}

.feature-info:nth-child(2n) {
    flex-direction: row-reverse;
}

.feature-info img {
    display: block;
}

.fireplace-left {
    width: 50%;
}

.fireplace-right {
    width: 50%;
    padding: 0 107px 0px 123px;
}

.fireplace-block .common-title {
    margin-bottom: 42px;
}

.fireplace-block {
    align-items: center;
    margin: 96px 0 88px;
}


/* .fireplace-block p{font-size: 20px;line-height: 38px;color: #000000;font-weight: 400;} */

.furnace-left {
    width: 38%;
}

.furnace-right {
    width: 62%;
}

.furnace-block h4 {
    /*font-size: 36px;line-height: 47px;*/
    color: #000000;
    font-weight: 700;
}


/* .furnace-block p,.furnace-block li{font-size: 20px;line-height: 38px;color: #000000;font-weight: 400;} */

.furnace-block .common-title {
    margin-bottom: 42px;
}

.furnace-block h4 {
    margin-bottom: 24px;
}

.furnace-block li {
    list-style-type: none;
    position: relative;
    padding-left: 56px;
    margin-bottom: 12px;
}

.furnace-block ul {
    padding-left: 0;
    margin-top: 53px;
}

.furnace-block li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3074d4;
}

.furnace-section {
    clip-path: polygon(0 26.2%, 100% 0%, 100% 73.8%, 0% 100%);
    -webkit-clip-path: polygon(0 26.2%, 100% 0%, 100% 73.8%, 0% 100%);
    background-color: #f7f7f7;
    position: relative;
    margin-top: -15%;
}

.furnace-block {
    padding: 396px 0 230px;
}

.furnace-right img {
    position: absolute;
    right: 0;
    bottom: 8.8%;
    right: 0;
    bottom: 0;
    width: 73%;
    top: -7%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.heating-mplans .maintenance-plans-box {
    clip-path: polygon(0 1%, 100% 16%, 100% 100%, 0px 83.6%);
    -webkit-clip-path: polygon(0 1%, 100% 16%, 100% 100%, 0px 83.6%);
}

.heating-mplans .maintenance-plans-box:nth-child(2) {
    clip-path: polygon(0 16%, 100% 0%, 100% 83.6%, 0% 98.5%);
    -webkit-clip-path: polygon(0 16%, 100% 0%, 100% 83.6%, 0% 98.5%);
}

.partners-block {
    justify-content: center;
    align-items: center;
}

.partners-block img {
    margin: 0 7%;
}

.partner-section {
    background-color: #f7f7f7;
    padding: 25px 0;
    padding: 65px 0;
}

.system-outdoor-main .d-flex div {
    width: 31.5%;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.system-outdoor-main {
    margin-bottom: 150px;
}

.home-page-center-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    width: auto;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 100%);
}


.home-page-center-logo img {
    max-width: 180px;
}

.home-page-center-logo h2 {
    font-size: 28px;
    width: 400px;
    line-height: 1.2;
    margin: 18px 0 0 20px;
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;
}

.modern-freestanding {
    padding: 30px 0 100px 0;
}

.modern-freestanding-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modern-freestanding-box {
    width: 48%;
    margin: 20px 0;
}

.modern-freestanding-box img {
    display: block;
}

.modern-freestanding .service-maintenanve-content h2 {
    padding-right: 0;
}


/* Heat Pump Services Section Css Start */

.heat-pump-left {
    width: 100%;
}


/* .furnace-block p,.furnace-block li{font-size: 20px;line-height: 38px;color: #000000;font-weight: 400;} */

.heat-pump-block .common-title {
    margin-bottom: 42px;
}

.heat-pump-block li {
    list-style-type: none;
    position: relative;
    padding-left: 56px;
    margin-bottom: 12px;
}

.heat-pump-block ul {
    padding-left: 0;
    margin: 53px 0px;
}

.heat-pump-block li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3074d4;
}

.servicem-section .service-block.quality-block p a,
.heat-pump-services-section .heat-pump-left p a {
    color: #3074d4 !important;color:#d43030 !important;
}

.heat-pump-banner .banner-content {
    width: 70%;
    margin: 0 auto;
}

.heat-pump-banner .hero-banner-container h1 {
    line-height: 4.633vw;
    text-align: center;
}

.heat-pump-block {
    padding: 100px 0 100px;
}


/* Heat Pump Services Section Css End */


/* Heat Pump MalFunction Section css Start */

.heat-pump-malfunction-section {
    padding-bottom: 50px;
}

.heat-malfunction-block .common-title {
    margin-bottom: 42px;
}

.heat-malfunction-detail li {
    list-style-type: none;
    position: relative;
    padding-left: 56px;
    margin-bottom: 12px;
}

.heat-malfunction-detail ul {
    padding-left: 0;
    margin: 53px 0px;
}

.heat-malfunction-detail li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3074d4;
}

.heat-malfunction-detail h4 {
    padding-bottom: 30px;
}


/* Heat pump Malfunction Section Css Start */


/* Boiler Services Section Css Start */

.boiler-block .common-title {
    margin-bottom: 42px;
}

.boiler-block li {
    list-style-type: none;
    position: relative;
    padding-left: 56px;
    margin-bottom: 12px;
}

.boiler-block ul {
    padding-left: 0;
    margin: 53px 0px;
}

.boiler-block li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3074d4;
}

.boiler-services-section .boiler-left p a {
    color: #3074d4 !important;
}

.boiler-repair-banner .banner-content {
    width: 70%;
    margin: 0 auto;
}

.boiler-repair-banner .hero-banner-container h1 {
    line-height: 4.633vw;
    text-align: center;
}

.boiler-block {
    padding: 100px 0 100px;
}


/* Boiler Services Section Css End */


/* Boiler Repair Section css Start */

.boiler-repair-section {
    padding-bottom: 82px;
}

.boiler-repair-block .common-title {
    margin-bottom: 42px;
}


/* Boiler Repair Section css End */


/* Heat Pump Repair Section Css Start */

.heat-pump-repair-section {
    padding-bottom: 82px;
}

.heat-repair-block .common-title {
    margin-bottom: 42px;
}

.heat-pump-contact-detail p a {
    color: #3074d4 !important;color:#d43030 !important;
}


/* Heat Pump Repair Section Css End */

.inner-page-award-logo {
    position: absolute;
    top: 0;
    max-width: 160px;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
}

body #housecall-bar {
    position: fixed;
    bottom: 14px;
    right: 14px;
    top: unset;
    width: auto;
    background: transparent;
}

body #housecall-spacer {
    height: 0 !important;
}

body #housecall-button {
    background: #3074d4;
    color: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.23);
    display: inline-block;
    border-radius: 8px;
    padding: 15px 20px;
}

body #housecall-button:hover {
    background-color: #fff;
}
.gfield.gform_validation_container {
	display: none;
}

.social-media {
  display: flex;
  margin: 50px 0 35px;
}
.social-media ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}
.social-media ul li a {
  padding: 0 15px;
  font-size: 24px;
  margin: 0;
}
.social-media ul li:first-child a{padding-left:0;}
.social-media ul li a:hover {
  color: #3074d4 !important;
}

/*Google Review*/


.logo-part{padding: 50px 0 100px;}
.logo-part .logo-list{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;width:720px;margin:0 auto;}
.logo-part .logo-list .col{width:calc(100% / 2 - 20px);}
.logo-part .logo-list .col:first-child{text-align:right;}
.logo-part .logo-list .col img{width: 80%;}
.logo-part .logo-list .col ul{padding-left:0;}
.logo-part .logo-list .col ul li{font-size: 23px;line-height:34px;list-style: none;color: #000;font-weight: 600;margin-bottom: 10px;}

.page-template-template-financing .banner-content img{margin-bottom: 30px;}
.page-template-template-financing .btn,.btn{text-align: center;margin-top: 50px;}
.page-template-template-financing .btn a,.btn a{background-color: #3074d4 ;color:#fff;padding: 10px 20px;font-size: 20px;border-radius: 5px;border:1px solid #3074d4;display:inline-block;}
.page-template-template-financing .btn a:hover,.btn a:hover{background-color:transparent;color:#3074d4;}
.btn.text-left{text-align:left;}

/*Fireplaces*/
    .fireplaces{padding-bottom:50px;}
    .fireplaces .common-title{text-align: center;margin-bottom: 50px;}
    .fireplaces .fire-place-list{display: flex;flex-wrap: wrap;justify-content: space-between;justify-content: flex-start;}
    .fireplaces .fire-place-list .col{width: 33.33%;padding:10px;}
    .fireplaces .fire-place-list{margin:-10px;}
    .fireplaces .fire-place-list .col-wrap{border: 1px solid #ccc;padding: 20px;border-radius: 10px;height: 100%;}
    .fireplaces .fire-place-list .col .image-sec{width: 100%;}
    .fireplaces .fire-place-list .col .image-sec img{width: 100%;}
    .fireplaces .fire-place-list .col .h5{margin: 20px 0;font-size: 22px;}
    .fireplaces .fire-place-list .col p{margin-bottom: 0;font-size: 16px;}
.fireplaces + .fireplaces {
  margin-top: 50px;
}
.fireplace-banner h1 {
	line-height: 1.1;
	text-align: center;
}
.home .fireplace-section .finance-logo{background-color: #000;padding: 10px;margin-bottom:10px;width:260px;}

@media screen and (min-width: 1600px) {
    .home .service-location{padding-top:0;}
}

@media screen and (max-width: 1600px) {
    .home-page-center-logo {
        transform: translate(-50%, 50%);
    }
    .home-page-center-logo h2 {
        font-size: 26px;
    }
    .home-page-center-logo img {
        max-width: 160px;
        font-size: 24px;
        width: 330px;
    }
}

@media screen and (min-width: 1361px) {
    .fixed-header .logo img {
        max-width: 160px;
    }
    .fixed-header .contact a {
        font-size: 24px;
        line-height: 36px;
    }
    .fixed-header .contact small {
        font-size: 14px;
        line-height: 13px;
    }
    .fixed-header .contact::before {
        left: -66px;
        width: 48px;
        height: 48px;
    }
    .fixed-header .main-header {
        padding-top: 0 !important;
    }
    .modern-freestanding {
        padding: 20px 0 90px 0;
    }
    .modern-freestanding-box {
        width: 48.5%;
    }
}

@media screen and (max-width: 1360px) {
    .fixed-header .logo img {
        max-width: 140px;
    }
    .system-outdoor-main {
        margin-bottom: 130px;
    }
    .home-page-center-logo img {
        max-width: 140px;
    }
    .home-page-center-logo h2 {
        font-size: 20px;
        width: 270px;
    }
    .home-page-center-logo {
        transform: translate(-50%, 30%);
    }
    .modern-freestanding {
        padding: 20px 0 70px 0;
    }
    .inner-page-award-logo {
        max-width: 130px;
    }
    .social-media ul li a {
        padding: 0 12px;
        font-size: 20px;
    }
    .social-media {
      margin: 40px 0 25px;
    }
     .fireplaces .fire-place-list .col .h5{font-size: 18px;}
}

@media screen and (max-width: 1024px) {
    .fixed-header .logo img {
        max-width: 130px;
    }
    .system-outdoor-main {
        margin-bottom: 100px;
    }
    .home-page-center-logo img {
        max-width: 100px;
    }
    .home-page-center-logo h2 {
        font-size: 18px;
        width: 200px;
    }
    .home-page-center-logo {
        transform: translate(-57%, 30%);
    }
    .home-banner-only {
        margin-top: 80px;
    }
    .modern-freestanding {
        padding: 10px 0 60px 0;
    }
    .inner-page-award-logo {
        max-width: 110px;
    }
    .fireplaces .fire-place-list .col{width:50%;}
    .fireplaces .fire-place-list .col p{font-size: 14px;line-height: 1.5;}
    .fireplaces .common-title {margin-bottom: 30px;}
    .fireplaces + .fireplaces {margin-top: 20px;}
}

@media screen and (max-width: 767px) {
    .fixed-header .logo img {
        max-width: 120px;
    }
    .system-outdoor-main {
        margin-bottom: 80px;
    }
    .home-page-center-logo {
        transform: translate(-56%, 0%);
        left: 40%;
        top: 20%;
    }
    .home-page-center-logo h2 {
        font-size: 15px;
        margin: 8px 0 0 15px;
    }
    .home-banner-only {
        margin-top: 100px;
    }
    .banner-left.home-banner-only {
        width: 54%;
    }
    .modern-freestanding {
        padding: 0px 0 40px 0;
    }
    .modern-freestanding-box {
        width: 100%;
        margin: 15px 0;
    }
    .gasfurnacephoto_9 {
        margin: 0 auto;
        float: none !important;
        display: inherit;
    }
    .inner-page-award-logo {
        max-width: 110px;
        transform: translate(-30%, 50%);
        -webkit-transform: translate(-30%, 50%);
    }
    body #housecall-button {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .fireplaces .fire-place-list .col-wrap {padding: 12px;}
    .fireplaces .fire-place-list .col {padding: 5px;}
    .fireplaces .fire-place-list .col .h5 {margin: 8px 0;}
}

@media screen and (max-width: 640px) {
    .fixed-header .logo img {
        max-width: 100px;
    }
    .system-outdoor-main {
        margin-bottom: 40px;
    }
    .system-outdoor-main .d-flex div {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .home-page-center-logo h2 {
        font-size: 15px !important;
        line-height: normal !important;
    }
    .home-banner-only {
        margin-top: 190px;
        margin-bottom: -140px;
    }
    .home-page-center-logo {
        transform: translate(-0%, 0%);
        left: 15%;
        top: 20%;
        margin: 0 auto;
    }
    .inner-page-award-logo {
        transform: translate(0%, 100%);
        -webkit-transform: translate(0%, 100%);
        max-width: 100px;
    }
    .modern-freestanding-box {
        margin: 10px 0;
    }
    .fireplaces .fire-place-list .col{width:100%;}
    .fireplaces .fire-place-list .col .h5{margin:10px 0;}
}

@media screen and (max-width: 480px) {
    .home-page-center-logo {
        left: 0;
    }
    .home-banner-only {
        margin-top: 180px;
        margin-bottom: -40px;
        width: 100% !important;
    }
    .modern-freestanding {
        padding: 0px 0 30px 0;
    }
    body #housecall-button {
        border-radius: 6px;
        padding: 10px 12px;
        font-size: 12px;
    }
    body #housecall-bar {
        bottom: 4px;
        right: 10px;
        height: auto;
    }
}