@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: LiveSmart
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');

body, html {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 14px;
    color: #1f1f1f;
}

/* HEADER WRAPPER */
header {
    position: relative;
    width: 100%;
    z-index: 99;
}

/* TOP LINE */
.top-line {
    display: block;
    background: #004aad;
}
.top-line ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.top-line ul li {
    margin: 5px;
    padding: 8px 10px;
    border-radius: 5px;
    transition: all .2s ease;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.85rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    position: relative;
    color: #fff;
}
.top-line ul li:not(:first-child):before {
    position: absolute;
    top: 0;
    left: -4.5px;
    width: 1px;
    height: 50%;
    bottom: 0;
    margin: auto;
    content: ' ';
    background: #fff;
    opacity: 0.2;
}
.top-line ul li a {
    color: #fff;
    font-weight: 600;
}
.top-line ul li i {
    margin-right: 5px;
}
.top-line ul li:first-child {
    margin-left: -10px;
}
.top-line ul li:last-child {
    border-right: none;
}
.top-line .pull-right ul li:first-child {
    margin-left: 0;
    margin-right: 0;
}
.top-line .pull-right ul li {
    margin-right: 0;
}
.top-line .pull-right ul li i {
    margin-right: 0;
}

/* NAVIGATION */
.navbar-light {
    padding: 30px 0px;
    background: #fff !important;
    border: none;
}
.navbar .navbar-brand img {
    height: 30px;
}
.navbar .nav-item {
    position: relative;
}
.navbar .navbar-nav {
    align-items: center;
}
.navbar .nav-item > .nav-link {
    display: block;
    text-align: center;
    position: relative;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: rgb(45, 44, 84);
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item > .nav-link:focus,
.navbar .nav-item.active > .nav-link {
    color: #004aad;
}
.navbar .nav-item > .nav-link.btn {
    background: #004aad;
    color: #fff;
    padding: 10px 20px;
    margin: 5px 0;
    border-radius: 30px;
    margin-left: 15px;
}
.navbar .nav-item > .nav-link.btn:hover,
.navbar .nav-item > .nav-link.btn:focus {
    color: #fff;
    background: #ff8200;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 15px;
}
.navbar .nav-item.dropdown.show > .nav-link.dropdown-toggle {
    color: #ff8200;
}
.navbar .navbar-nav {
    align-items: center;
}
.navbar .dropdown-menu {
    box-shadow: rgba(0,0,0,0.15) 0 25px 40px;
    border: none;
    padding: 10px;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 5px;
}
.navbar .dropdown-menu .dropdown-item:hover {
    background: #f9f9f9;
    color: #333;
}
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item:active {
    background: #f2f3f4 !important;
    color: #004aad !important;
}

/* MAIN */
.main {
    width: 100%;
    height: auto;
    position: relative;
    padding: 200px 0 250px 0;
    background: url('../img/bg-1.jpg') center top no-repeat;
    background-size: cover;
}
.main .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main .container {
    position: relative;
    z-index: 2;
}
.main h2 {
    font-weight: 200;
    line-height: 3.75rem;
    font-size: 4rem;
    letter-spacing: -2px;
    margin: 0;
}
.main h2 strong {
    font-weight: 700;
    display: block;
}
.main p {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 1.5rem 0;
}
.main.contact-bg {
    background: url('../img/bg-2.jpg') center no-repeat;
    background-size: cover;
}
.main.installations {
    background: url('../img/installations-bg.jpg') center no-repeat;
    padding: 140px 0 190px 0;
}
.main.installations h2 {
    line-height: 1.15;
}
.main.about-main {
    padding: 150px 0;
    background: url('../img/bg-3.jpg') center no-repeat;
    background-size: cover;
}
.main.about-main h2 {
    font-size: 3.15rem;
    line-height: 3.25rem;
}
.main.about-main h2 strong {
    margin: 5px 0;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.45rem;
}
.main.maintenance {
    background: url('../img/maintenance-bg.jpg') center no-repeat;
    padding: 140px 0 190px 0;
}
.main.maintenance h2 {
    font-size: 3.55rem;
    line-height: 3.5rem;
}
.main.maintenance h2 strong {
    display: block;
    margin-top: 10px;
}
.main.smart-products {
    background: url('../img/smart-products-bg.jpg') center no-repeat;
    padding: 250px 0;
    color: #fff;
}
.main.smart-products:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: ' ';
    z-index: 0;
    opacity: 0.25;
}
.main.smart-products .container {
    position: relative;
    z-index: 1;
}
.main.smart-products h2 {
    font-size: 3.55rem;
    line-height: 3.5rem;
}
.main.smart-products h2 strong {
    display: block;
    margin-top: 10px;
}
.main.heating-products {
    background: url('../img/heating-products-bg.jpg') center no-repeat;
    padding: 150px 0;
}
.main.water-heating {
    background: url('../img/water-heating-bg.jpg') center no-repeat;
    padding: 150px 0;
}
.main.air-filtering {
    background: url('../img/air-filtering-bg.jpg') center no-repeat;
    padding: 150px 0;
}
.main.cooling-products {
    background: url('../img/cooling-products-bg.jpg') center no-repeat;
    padding: 150px 0;
}
.main.water-treatment {
    background: url('../img/water-treatment-bg.jpg') center no-repeat;
    padding: 150px 0;
}

/* BUTTONS */
.btn {
    padding: 0.8rem 2rem;
    border-radius: 5rem;
    font-weight: 500;
    font-size: 1rem;
}
.btn-primary {
    background: #004aad;
    border-color: #004aad;
}
.btn-primary:hover {
    background: #0058cc;
    border-color: #0058cc;
}
.btn-primary:focus,
.btn-primary:active {
    background: #006eff !important;
    border-color: #006eff !important;
    box-shadow: rgba(0,0,0,0.15) 0 10px 30px !important;
}
.btn-secondary {
    background: #ff8200;
    border-color: #ff8200;
}
.btn-secondary:hover {
    background: #ff9c33;
    border-color: #ff9c33;
}
.btn-secondary:focus,
.btn-secondary:active {
    background: #ffb566 !important;
    border-color: #ffb566 !important;
    box-shadow: rgba(0,0,0,0.15) 0 10px 30px !important;
}

/* CUSTOM TABS */
.custom-tabs {
    display: block;
    position: relative;
    padding: 1px 0 50px 0;
}
.custom-tabs .box {
    margin-top: -90px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0,0,0,0.1) 0 15px 40px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.custom-tabs .tabs-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-tabs .tabs-menu li {
    flex-grow: 1;
    flex: 100%;
}
.custom-tabs .tabs-menu li a {
    display: block;
    position: relative;
    padding: 2rem 1rem 2rem 72px;
    color: #fff;
    font-size: 1.15rem;
    background: #004aad;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
    transition: 0.2s ease all;
}
.custom-tabs .tabs-menu li:first-child a {
    border-left: none;
}
.custom-tabs .tabs-menu li a:hover {
    background: #0058cc;
}
.custom-tabs .tabs-menu li a:focus {
    background: #006eff;
}
.custom-tabs .tabs-menu li.active a {
    background: #fff;
    color: #ff8200;
    border-bottom: 1px solid #fff;
}
.custom-tabs .tabs-menu li.active a img {
    filter: none;
}
.custom-tabs .tabs-menu li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    width: 32px;
    height: 32px;
    filter: brightness(0%) invert(1);
}
.custom-tabs .tabs {
    display: block;
    padding: 3rem 3rem;
}
.custom-tabs .tabs .tab {
    display: none;
}
.custom-tabs .tabs .tab.active {
    display: block;
}
.custom-tabs .tabs h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #004aad;
}
.custom-tabs .tabs ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-tabs .tabs ul li {
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-size: 1rem;
    padding-left: 15px;
}
.custom-tabs .tabs ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ff8200;
    content: ' ';
    border-radius: 50%;
    margin: auto;
}
.custom-tabs .tabs .inline-feature {
    display: block;
    position: relative;
    margin-top: 15px;
}
.custom-tabs .tabs .inline-feature h4 {
    font-weight: 600;
    font-size: 1rem;
}
.custom-tabs .tabs .inline-feature p {
    font-size: 0.85rem;
    color: #444;
}

/* ABOUT */
img.img-fluid {
    user-select: none;
    pointer-events: none;
}
.about h3 {
    font-weight: 400;
    font-size: 2.65rem;
    padding-right: 15%;
    line-height: 2.5rem;
}
.about p {
    margin: 15px 0 25px 0;
}
.about.v2 {
    padding-top: 15px;
}
.about.v2 h3 {
    padding-right: 5%;
    padding-left: 5%;
}
.about.v3 {
    padding: 80px 0;
}
.about.v3 .item-box {
    display: block;
    padding: 35px;
    background: #f2f3f4;
    margin-top: 30px;
    height: calc(100% - 30px);
}
.about.v3 .item-box img {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 64px;
}
.about.v3 .item-box .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 69px);
    padding-left: 15px;
}
.about.v3 .item-box .info h4 {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    position: relative;
}
.about.v3 .item-box .info h4:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #004aad;
    content: ' ';
}
.about.v3 .item-box .info p {
    margin-bottom: 0;
}
.about.v3 p:last-child {
    margin-bottom: 0;
}
.about.v3 .logo {
    filter: grayscale(100%);
    margin: auto;
    display: block;
    height: 40px;
    opacity: 0.5;
    pointer-events: all;
    transition: 0.15s ease all;
}
.about.v3 .logo:hover {
    filter: none;
    opacity: 1;
}
.about.v3.about-new h3 {
    color: #004aad;
} 
.about.v4 .box {
    display: block;
    padding: 55px;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.1) 0 15px 35px;
    background: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.about.v4 .box.v2 {
    margin-bottom: -50px;
}
.about.v4 h3 {
    padding-right: 0;
    padding-left: 0;
    line-height: 1.25;
    font-size: 2rem;
}
.about.v4 h3 strong {
    display: block;
}
.about.v4 p {
    margin-bottom: 0;
}
.about.v5 {
    padding: 70px 0;
    position: relative;
}
.about.v5 h3 {
    padding-left: 5%;
    padding-right: 5%;
}
.about.v5 h3 strong {
}
.about.v6 {
    background: #f9f9f9;
    padding-bottom: 50px;
}
.about.v6 .canada-flag {
    width: 60px;
    height: 45px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.about.v6 .small-info {
    text-align: left;
    background: #f2f3f4;
    padding: 20px;
    border-radius: 5px;
}
.about.v6 .small-info h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #004aad;
}
.about.v6 .small-info p {
    font-size: 0.8rem;
    margin: 0;
}
.about.v6 .small-info + .small-info {
    margin-top: 10px;
}

/* PRODUCTS */
.products {
    display: block;
    position: relative;
    padding: 10px 0 30px 0;
    background: #004aad;
}
.products .product-box {
    display: block;
    position: relative;
    padding: 3rem 2rem;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
    transition: 0.15s ease all;
}
.products .product-box:hover {
    background: rgba(255,255,255,0.1);
}
.products .product-box img {
    width: 64px;
    height: 64px;
}
.products .product-box h3 {
    font-weight: 600;
    font-size: 1.15rem;
    margin: 15px 0 5px 0;
}
.products .product-box p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.75);
    font-weight: 200;
    font-size: 0.9rem;
    padding-left: 5%;
    padding-right: 5%;
}

/* FEATURES */
.features {
    display: block;
    position: relative;
    padding-bottom: 40px;
    color: #fff;
}
.features .box {
    display: block;
    position: relative;
    padding: 35px;
    background: #131B23;
    border-radius: 5px;
}
.features .box .stamp {
    margin-top: -100px;
}
.features .box hr {
    opacity: 0.5;
    margin: 35px 0 5px 0;
    filter: invert(1);
}
.features .box h3 {
    font-weight: 400;
    font-size: 2rem;
    padding-right: 15%;
    line-height: 2.5rem;
    margin: 0;
}
.features .box p {
    margin: 0;
    color: rgba(255,255,255,0.5);
}
.features .feature {
    display: block;
    margin-top: 30px;
}
.features .feature img {
    width: 64px;
    height: 64px;
    filter: brightness(0) invert(1);
}
.features .feature h4 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 15px 0 10px 0;
}
.features .feature p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
}

/* PARTNERS */
.partners {
    display: block;
    padding-bottom: 40px;
}
.partners img {
    filter: grayscale(100%);
    transition: 0.15s ease all;
}
.partners img:hover {
    filter: none;
}

/* FOOTER */
footer {
    display: block;
    position: relative;
    background: #f9f9f9;
    padding: 50px 0;
}
footer .logo img {
    height: 30px;
}
footer h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    color: #004aad;
}
footer ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul.socials {
    margin-top: 25px;
}
footer ul.socials li {
    display: inline-block;
    margin-right: 4px;
}
footer ul.socials li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: rgba(0,0,0,0.1);
    transition: 0.15s ease all;
    color: #1f1f1f;
}
footer ul.socials li a:hover {
    background: #004aad;
    color: #fff;
}
footer ul.menu li {
    display: block;
    position: relative;
    margin-bottom: 5px;
}
footer ul.menu li a {
    display: block;
    position: relative;
    font-size: 0.9rem;
    color: #1f1f1f;
}
footer p.small {
    margin: 25px 0 0 0;
    color: #999;
}
footer .map {
    background: #eee;
    width: 100%;
    height: 100px;
    object-position: top;
    object-fit: cover;
    margin-top: 15px;
    border: 1px solid #ddd;
}

/* COPYRIGHTS */
.copyright {
    display: block;
    background: #eee;
    padding: 25px 0;
    text-align: center;
    font-size: 0.9rem;
}
.copyright a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    color: inherit;
}


/* CTA 1 */
.call-to-action {
    display: block;
    font-size: 2rem;
    color: #fff;
    margin-top: -102px;
    position: relative;
}
.call-to-action:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #ff8200;
    content: ' ';
    z-index: 0;
}
.call-to-action .box {
    padding: 60px 10rem 60px 0;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    background: #ff8200;
    position: relative;
    z-index: 1;
}

/* QUOTE FORM */
.quote-form {
    padding-top: 50px;
}
.quote-form .form-group {
    max-width: 70%;
}
.quote-form .form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.8rem;
    margin: 0 0 3px 0;
}
.quote-form .form-group .form-control {
    padding: 10px;
    height: auto;
    background: #f2f3f4;
    border-color: transparent;
}
.quote-form .form-group .form-control:focus {
    background: #eee;
    box-shadow: none;
    border-color: transparent;
}
.quote-form .checkbox {
    margin-bottom: 20px;
}
.quote-form .checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
}
.quote-form .checkbox label input {
    display: none;
}
.quote-form .checkbox label input + div {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #eee;
    z-index: 0;
}
.quote-form .checkbox label:hover input + div {
    background: #ccc;
}
.quote-form .checkbox label input:checked + div:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    line-height: 18px;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 12px;
    z-index: 1;
    color: #333;
    text-align: center;
}
.quote-form .checkbox label span {
    display: block;
    font-size: 0.85rem;
}

/* CONTACT BOXES */
.contact-boxes {
    display: block;
    position: relative;
    padding: 80px 0;
    background: #ecf0f9;
    color: #1f1f1f;
}
.contact-boxes h3 {
    font-weight: 400;
    line-height: 2.5rem;
    margin: 0 0 10px 0;
    font-size: 2.65rem;
    text-align: center;
}
.contact-boxes p {
    margin: 0;
    color: #333;
    text-align: center;
}
.contact-boxes .contact-item {
    display: block;
    margin-top: 40px;
    height: calc(100% - 40px);
    background: #fff;
    padding: 45px 25px;
    box-shadow: rgba(0,0,0,0.05) 0 20px 35px;
    text-align: center;
    border-radius: 5px;
    min-height: 150px;
    color: #1f1f1f;
    transition: 0.15s ease all;
}
.contact-boxes .contact-item:hover {
    transform: scale(1.025);
    box-shadow: rgba(0,0,0,0.1) 0 25px 45px;
}
.contact-boxes .contact-item i {
    font-size: 3rem;
    width: 90px;
    height: 90px;
    background: #004aad;
    margin: auto;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 90px;
    color: #fff;
}
.contact-boxes .contact-item span {
    display: block;
    margin: 15px 0 10px 0;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.contact-boxes .contact-item h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

/* MAP */
#map {
    display: block;
    width: 100%;
    height: 300px;
}

/* SOLUTIONS */
.solutions {
    display: block;
    position: relative;
    padding: 80px 0;
    color: #fff;
    background: #004aad;
}
.solutions.v2 {
    padding-top: 150px;
}
.solutions:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: url('../img/technician-2.jpg') center no-repeat;
    background-size: cover;
    z-index: 0;
    content: ' ';
}
.solutions h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0;
}
.solutions p {
    margin: 5px 0 15px 0;
    color: rgba(255,255,255,0.75);
}
.solutions ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
}
.solutions ul li {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
.solutions ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    font-size: 0.8rem;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-weight: 300;
}

/* MISSION */
.mission {
    display: block;
    position: relative;
    padding: 100px 0;
}
.mission.light-color {
    color: #fff;
}
.mission h4 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0;
}
.mission.about-new h4 {
    color: #004aad;
}
.mission p {
    margin: 5px 0 15px 0;
}
.mission .item-box + .item-box {
    margin-top: 25px;
}
.mission .container {
    position: relative;
    z-index: 2;
}
.mission:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: ' ';
    background: -moz-linear-gradient(left, rgba(255,130,0,1) 0%, rgba(255,130,0,1) 50%, rgba(229,141,46,1) 60%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,130,0,1) 0%,rgba(255,130,0,1) 50%,rgba(229,141,46,1) 60%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(255,130,0,1) 0%,rgba(255,130,0,1) 50%,rgba(229,141,46,1) 60%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8200', endColorstr='#007db9e8',GradientType=1 );
}
.mission.v2:before {
    display: none;
}
.mission .mission-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.mission .mission-image.right {
    left: auto;
    right: 0;
}

/* APPOINTMENT */
.appointment {
    display: block;
    position: relative;
    padding: 100px 0;
    color: #fff;
    background: url('../img/appointment.jpg') center no-repeat;
    background-size: cover;
}
.appointment:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f1f1f;
    content: ' ';
    z-index: 0;
    opacity: 0.75;
}
.appointment .container {
    position: relative;
    z-index: 1;
}
.appointment .row {
    margin-left: -5px;
    margin-right: -5px;
}
.appointment .row div[class^='col'] {
    padding-left: 5px;
    padding-right: 5px;
}
.appointment .form-group {
    margin-bottom: 10px;
}
.appointment .form-group .form-control {
    height: auto !important;
    padding: 10px;
}
.appointment p.disclaimer {
    margin: 10px 0 0 0;
    color: rgba(255,255,255,0.75);
    font-size: 0.7rem;
}
.appointment p.disclaimer a {
    color: inherit;
}
.appointment .checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
}
.appointment .checkbox label input {
    display: none;
}
.appointment .checkbox label input + div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff;
    z-index: 0;
}
.appointment .checkbox label:hover input + div {
    background: #f2f3f4;
}
.appointment .checkbox label input:checked + div:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    line-height: 18px;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 12px;
    z-index: 1;
    color: #004aad;
    text-align: center;
}
.appointment .checkbox label span {
    display: block;
}
.appointment h3 {
    font-weight: 600;
    font-size: 3.65rem;
    line-height: 3.65rem;
    margin: 0 0 10px 0;
}
.appointment p {
    margin: 5px 0 15px 0;
    color: rgba(255,255,255,0.75);
}
.appointment ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.appointment ul li {
    color: rgba(255,255,255,0.75);
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
}
.appointment ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 0.6rem;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-weight: 300;
}

/* TEXT CONTENT */
.privacy-content {
    display: block;
    padding: 60px 0;
}
.privacy-content h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 30px 0;
}
.privacy-content a {
    color: #004aad;
}

/* PRODUCTS WRAPPER */
.products-wrapper {
    display: block;
    padding-bottom: 50px;
}
.products-wrapper .product {
    display: block;
    position: relative;
    background: #fff;
    padding: 35px 25px 65px 25px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.05) 0 15px 35px;
    height: 100%;
    text-align: center;
    z-index: 2;
}
.products-wrapper .product h3 {
    display: block;
    position: relative;
    font-size: 1.05rem;
    font-weight: 600;
    color: #004aad;
}
.products-wrapper .product img.product-thumb {
    display: block;
    width: 100%;
    height: 260px;
    margin: 15px 0;
    object-fit: contain;
}
.products-wrapper .product .btn {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 50px);
    right: 25px;
    display: block;
    transition: 0.15s ease all;
}
.products-wrapper.v2 {
    margin-top: -50px;
}
.products-wrapper.v2 .product {
    margin-bottom: 30px;
    padding-bottom: 35px;
    height: calc(100% - 30px);
    text-align: left;
}
.products-wrapper.v2 .product p {
    margin: 0;
    font-size: 0.9rem;
}
.products-wrapper.v2 .product img {
    display: block;
    width: 64px;
    opacity: 0.15;
    margin-bottom: 15px;
}
.grey {
    background: #f2f3f4;
}
.blue-bg {
    background: #004aad;
    color: #fff;
}
.blue-bg.products-wrapper .product p {
    color: #1f1f1f;
}

/* CTA 2 */
.cta-2 {
    display: block;
    position: relative;
    background: #004aad;
    color: #fff;
    padding: 30px 0 80px 0;
    z-index: 0;
}
.cta-2:before {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #004aad;
    content: ' ';
    z-index: 0;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
}
.cta-2 h3 {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 10px 0;
}
.cta-2 p {
    margin: 5px 0 15px 0;
    color: rgba(255,255,255,0.75);
}

/* SMALL APPOINTMENT */
.small-appointment {
    display: block;
    padding: 80px 0;
    position: relative;
    background: url('../img/appointment.jpg') center no-repeat;
    background-size: cover;
    color: #fff;
}
.small-appointment .container {
    position: relative;
    z-index: 1;
}
.small-appointment:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #131B23;
    content: ' ';
    opacity: 0.67;
    z-index: 0;
}
.small-appointment h3 {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 10px 0;
    text-align: center;
}
.small-appointment p {
    margin: 5px 0 35px 0;
    color: rgba(255,255,255,0.75);
    text-align: center;
}
.small-appointment .form-group label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.9rem;
    color: #fff;
    opacity: 0.75;
}
.small-appointment .form-group .form-control {
    padding: 10px;
    height: auto;
    border-color: transparent;
    background: rgba(255,255,255,1);
    color: #1f1f1f;
    transition: 0.15s ease all;
}
.small-appointment .form-group .form-control:focus {
    box-shadow: none;
}
.small-appointment .checkbox {
    margin-bottom: 20px;
}
.small-appointment .checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
}
.small-appointment .checkbox label input {
    display: none;
}
.small-appointment .checkbox label input + div {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: rgba(255,255,255,1);
    z-index: 0;
}
.small-appointment .checkbox label:hover input + div {
}
.small-appointment .checkbox label input:checked + div:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    line-height: 18px;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 12px;
    z-index: 1;
    color: #004aad;
    text-align: center;
}
.small-appointment .checkbox label span {
    display: block;
    font-size: 0.85rem;
}

/* UL STYLES */
ul.style-1 {
    display: block;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.style-1 li {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
ul.style-1 li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    border: 1px solid #004aad;
    color: #004aad;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 0.8rem;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-weight: 300;
}
.benefits {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.benefits .row {
    margin-left: -5px;
    margin-right: -5px;
}
.benefits .row div[class^='col'] {
    padding-left: 5px;
    padding-right: 5px;
}
.benefits .benefit {
    background: #ff8200;
    color: #fff;
    margin-top: 10px;
    padding: 20px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* SMALL PRODUCTS */
.small-products {
    display: block;
    position: relative;
    padding: 80px 0;
}
.small-products h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0;
}
.small-products p {
    margin: 5px 0 15px 0;
}
.small-products .product {
    display: block;
    position: relative;
    margin-top: 50px;
    text-align: center;
}
.small-products .product img {
    width: 100%;
    height: 161px;
    object-fit: cover;
}
.small-products .product h4 {
    font-size: 1.2rem;
    margin: 15px 0 0 0;
}

/* PRODUCTS SLIDER */
.products-slider {
    display: block;
    position: relative;
    padding: 80px 0;
}
.products-slider h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0;
    color: #004aad;
}
.products-slider p {
    margin: 5px 0 15px 0;
}
.products-slider .slider-wrapper {
    position: relative;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.products-slider .slider-wrapper img {
    max-width: 100%;
}
.products-slider .slider-wrapper .control {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    z-index: 1;
    left: 0;
    font-size: 1.85rem;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 50%;
    transition: 0.15s ease all;
}
.products-slider .slider-wrapper .control:hover {
    background: #f2f3f4;
}
.products-slider .slider-wrapper .control:active {
    background: #ddd;
}
.products-slider .slider-wrapper .control.right {
    left: auto;
    right: 0;
}
.products-slider .inline-cta {
    display: block;
    text-align: center;
    padding-top: 50px;
}
.products-slider .inline-cta h4 {
    font-size: 1.35rem;
    font-weight: normal;
}
.products-slider .inline-cta h4 a {
    color: #ff8200;
    font-weight: 600;
}

/* PRODUCT DETAILS */
.product-details {
    display: block;
    position: relative;
    padding: 40px 0 40px 0;
    background: #f9f9f9;
}
.product-details.v2 {
    padding-bottom: 80px;
}
.product-details h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0;
}
.product-details ul.style-1 {
    margin: 15px 0 25px 0;
}

/* NEW FEATURES */
.new-features {
    display: block;
    background: #f2f3f4;
    padding: 50px 0 80px 0;
}
.new-features .feature {
    display: block;
    position: relative;
    padding: 35px;
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
    height: calc(100% - 30px);
    box-shadow: rgba(0,0,0,0.05) 0 15px 35px;
}
.new-features .feature img {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
}
.new-features .feature .info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 53px);
    padding-left: 10px;
}
.new-features .feature .info strong {
    display: block;
    color: #004aad;
}
.new-features .feature .info p {
    margin: 5px 0 0 0;
    font-size: 0.9rem;
    color: #7a7a7a;
}

/* BRAND COLORS */
.brand-blue {
    color: #004aad;
}

/* ABOUT TABS */
.about-tabs {
    display: block;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0 15px 35px;
    margin-top: 25px;
}
.about-tabs .tabs-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-tabs .tabs-menu li {
    flex-grow: 1;
    flex: 100%;
}
.about-tabs .tabs-menu li a {
    display: block;
    position: relative;
    padding: 1.5rem 1rem;
    color: #1f1f1f;
    font-size: 0.9rem;
    font-weight: 600;
    background: #f2f3f4;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
    transition: 0.2s ease all;
    text-align: center;
}
.about-tabs .tabs-menu li:first-child a {
    border-left: none;
}
.about-tabs .tabs-menu li a:hover {
    background: #eee;
}
.about-tabs .tabs-menu li a:focus {
    background: #ddd;
}
.about-tabs .tabs-menu li.active a {
    background: #fff;
    color: #ff8200;
    border-bottom: 1px solid #fff;
}
.about-tabs .tabs-menu li.active a img {
    filter: none;
    opacity: 1;
}
.about-tabs .tabs-menu li a img {
    width: 32px;
    height: 32px;
    filter: grayscale(100%);
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.about-tabs .tabs-menu li a span {
    display: inline-block;
    vertical-align: middle;
}
.about-tabs .tabs {
    display: block;
    padding: 3rem 3rem;
}
.about-tabs .tabs .tab {
    display: none;
}
.about-tabs .tabs .tab.active {
    display: block;
}
.about-tabs .tabs h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #004aad;
}
.about-tabs .tabs p {
    margin-top: 0;
    color: #1f1f1f;
}
.about-tabs .tabs ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-tabs .tabs ul li {
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-size: 1rem;
    padding-left: 15px;
}
.about-tabs .tabs ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ff8200;
    content: ' ';
    border-radius: 50%;
    margin: auto;
}
.about-tabs .tabs .inline-feature {
    display: block;
    position: relative;
    margin-top: 15px;
}
.about-tabs .tabs .inline-feature h4 {
    font-weight: 600;
    font-size: 1rem;
}
.about-tabs .tabs .inline-feature p {
    font-size: 0.85rem;
    color: #444;
}
.about-tabs .tabs .tab img.icon {
    width: 64px;
    height: 64px;
    opacity: 0.15;
}
.about-tabs .tabs .tab h3 {
    font-size: 1.5rem;
    margin: 25px 0 0 0;
}

/* REBATES */
.rebates {
    display: block;
    padding: 80px 0 40px 0;
}
.rebates h3 {
    font-weight: 400;
    font-size: 2.65rem;
    line-height: 2.5rem;
    text-align: center;
}
.rebates h3 strong {
    display: block;
}
.rebates .rebate {
    display: block;
    text-align: center;
    margin-top: 50px;
}
.rebates .rebate h4 {
    font-weight: 700;
    font-style: italic;
    color: #004aad;
    font-size: 2rem;
}
.rebates .rebate p {
    font-weight: 400;
    color: #1f1f1f;
    padding: 0 5%;
}
.rebates .rebate a.btn-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: #ff8200;
}

/* AREAS SERVING */
footer p.disclaimer {
    font-size: 10px;
    line-height: 18px;
    color: #8d939d;
    padding-top: 40px;
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    body, html {
        font-size: 12px;
    }
    .top-line .pull-left ul li:last-child {
        display: none;
    }
    .main {
        padding: 150px 0 200px 0;
    }
    .main.about-main {
        padding: 100px 0;
    }
    .main.heating-products {
        background-position: center right -200px;
        color: #fff;
    }
    .main.heating-products:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: #1f1f1f;
        opacity: 0.2;
        z-index: 0;
    }
    .main.heating-products .container {
        position: relative;
        z-index: 1;
    }
    .main.cooling-products {
        background-position: center right -200px;
    }
    .main.water-treatment {
        background-position: center right -200px;
    }
    .main.air-filtering {
        background-position: center right -300px;
    }
    .small-products .product img {
        max-width: 80%;
        object-fit: contain;
        display: block;
        margin: auto;
    }
    .new-features {
        padding: 10px 0 40px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body, html {
        font-size: 12px;
    }
    .top-line .pull-left ul li:last-child {
        display: none;
    }
    .top-line .pull-right ul li:nth-child(1),
    .top-line .pull-right ul li:nth-child(2) {
        display: none;
    }
    .navbar-light {
        padding: 20px 0;
    }
    .navbar .navbar-brand img {
        height: 20px;
    }
    .navbar .nav-item > .nav-link {
        padding: 0.75rem 0.5rem;
        margin-left: 5px;
    }
    .main {
        padding: 100px 0 150px 0;
    }
    .main.about-main,
    .main.heating-products,
    .main.cooling-products,
    .main.water-treatment,
    .main.air-filtering,
    .main.water-heating,
    .main.maintenance {
        padding: 100px 0;
        background-position: center right -300px;
    }
    .main.smart-products {
        padding: 140px 0;
    }
    .main h2 {
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 0;
    }
    .main.about-main h2,
    .main.maintenance h2 {
        font-size: 2.5rem;
        line-height: 1;
    }
    .main.about-main h2 strong {
        font-size: 2rem;
        line-height: 1;
        margin-top: 10px;
    }
    .main.heating-products,
    .main.maintenance {
        color: #fff;
    }
    .main.heating-products:before,
    .main.maintenance:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: #1f1f1f;
        opacity: 0.2;
        z-index: 0;
    }
    .custom-tabs .tabs-menu li a,
    .about-tabs .tabs-menu li a {
        padding: 1.25rem 0.5rem 1.25rem 55px;
        font-size: 0.9rem;
        line-height: 1.25;
        font-weight: 500;
    }
    .custom-tabs .tabs-menu li a img,
    .about-tabs .tabs-menu li a img {
        width: 24px;
        height: 24px;
        left: 19px;
    }
    .custom-tabs img.img-fluid {
        margin-bottom: 30px;
    }
    .about h3 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .about p {
        margin: 10px 0;
    }
    .features .feature h4 {
        font-size: 1rem;
    }
    footer .logo img {
        height: 25px;
    }
    .small-products .product img {
        object-fit: contain;
    }
    .new-features .feature {
        margin-top: 10px;
        height: auto;
    }
    .about.v6 .small-info {
        margin-top: 15px;
    }
    .quote-form {
        padding-bottom: 50px;
    }
    .quote-form img.img-fluid {
        margin-bottom: -140px;
    }
}

@media (max-width: 767px) {
    body, html {
        font-size: 12px;
    }
    .top-line .pull-left {
        display: none;
    }
    .top-line .pull-right {
        float: none !important;
        text-align: center;
    }
    .top-line .pull-right ul li {
        display: none;
        margin: 0;
    }
    .top-line .pull-right ul li:nth-child(1) {
        display: block;
    }
    .navbar-light {
        padding: 20px 15px;
    }
    .navbar .navbar-brand img {
        height: 25px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
    }
    .navbar-light .navbar-toggler:hover {
        background: #f9f9f9;
    }
    .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    .navbar-light .navbar-toggler:active {
        background: #eee;
        outline: none;
    }
    .navbar .nav-item {
        display: block;
        width: 100%;
    }
    .navbar .dropdown-menu {
        width: 100%;
        box-shadow: none;
        background: #f9f9f9;
        text-align: center;
    }
    .navbar-collapse {
        padding-top: 25px;
    }
    .main {
        padding: 100px 0 150px 0;
        color: #fff;
        text-align: center;
        background-position: center right -200px;
    }
    .main:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        content: ' ';
        background: #1f1f1f;
        opacity: 0.25;
    }
    .main.water-heating:before {
        opacity: 0.4;
        background-position: center right !important;
    }
    .main.air-filtering:before {
        opacity: 0.75;
    }
    .main .container {
        position: relative;
        z-index: 1;
    }
    .main.about-main {
        background-position: center;
        padding: 80px 0;
        text-align: left;
    }
    .main.heating-products,
    .main.cooling-products,
    .main.water-treatment,
    .main.air-filtering,
    .main.water-heating,
    .main.maintenance {
        padding: 80px 0;
        background-position: center right -300px;
    }
    .main.smart-products {
        padding: 140px 0;
    }
    .main h2 {
        font-size: 2.2rem;
        line-height: 2.2rem;
        letter-spacing: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .main h2 strong {
        font-weight: 600;
    }
    .main.air-filtering h2,
    .main.water-heating h2 {
        font-size: 1.75rem;
    }
    .main.about-main h2,
    .main.maintenance h2 {
        font-size: 2.5rem;
        line-height: 1;
    }
    .main.about-main h2 strong {
        font-size: 2rem;
        line-height: 1;
        margin-top: 10px;
    }
    .main.heating-products,
    .main.maintenance {
        color: #fff;
    }
    .main.heating-products:before,
    .main.maintenance:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: #1f1f1f;
        opacity: 0.2;
        z-index: 0;
    }
    .custom-tabs .tabs-menu li,
    .about-tabs .tabs-menu li {
        display: block;
    }
    .custom-tabs .tabs-menu li a,
    .about-tabs .tabs-menu li a {
        padding: 15px 10px;
    }
    .custom-tabs .tabs-menu li a img,
    .about-tabs .tabs-menu li a img {
        position: relative;
        display: block;
        width: 24px;
        height: 24px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .custom-tabs .tabs-menu li a span,
    .about-tabs .tabs-menu li a span {
        display: none;
    }
    .custom-tabs .tabs,
    .about-tabs .tabs {
        padding: 2rem;
    }
    .custom-tabs .tabs img.img-fluid,
    .about-tabs .tabs img.img-fluid {
        margin-bottom: 10px;
    }
    .custom-tabs .tabs h3 {
        margin-top: 20px;
    }
    .custom-tabs .tabs .pt-5 {
        padding-top: 1.5rem !important;
    }
    .custom-tabs .tabs .inline-feature p {
        margin-bottom: 0;
    }
    .about,
    .about .text-left {
        text-align: center !important;
    }
    .about img.img-fluid {
        margin-top: 25px;
    }
    .about h3 {
        font-size: 2rem !important;
        line-height: 1.9rem !important;
        letter-spacing: 0;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    .about.v4 h3 {
        font-size: 1.5rem !important;
        line-height: 1 !important;
    }
    .about h3 strong {
        font-weight: 700;
        margin-top: 5px;
        display: block;
    }
    .about.v3 .logo {
        margin-bottom: 30px;
    }
    .main.maintenance + .about {
        padding-top: 60px;
    }
    .about.v4 .box ul.style-1 {
        margin-bottom: 30px;
    }
    ul.style-1 li {
        text-align: left;
    }
    .products {
        padding-top: 1px;
        padding-bottom: 15px;
    }
    .products .product-box {
        margin-top: 15px;
    }
    .about.v2 {
        padding-top: 60px;
    }
    .features .box .stamp {
        margin: 30px 0 0 0;
    }
    .features .box h3 {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    .features .box p {
        text-align: center;
    }
    .features .feature {
        text-align: center;
    }
    footer a.logo {
        display: inline-block;
    }
    footer ul.socials {
        margin: 20px 0 10px 0;
    }
    footer h3 {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .mission {
        padding: 200px 0 50px 0;
    }
    .mission .mission-image {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 150px;
    }
    .mission:not(.v2) {
        background: rgba(255,130,0,1);
    }
    .mission:before {
        display: none;
    }
    .solutions,
    .solutions.v2 {
        padding-top: 300px;
        padding-bottom: 50px;
    }
    .solutions:after {
        width: 100%;
        height: 250px;
        background-position: center top;
    }
    .small-products .product img {
        height: auto;
    }
    .product-details img.img-fluid {
        margin-bottom: 30px;
    }
    .new-features {
        padding: 25px 0 40px 0;
    }
    .new-features .feature {
        margin-top: 15px;
        height: auto;
    }
    .products-wrapper.v2 .product {
        margin-bottom: 15px;
        height: auto;
    }
    .about.v4 .box {
        padding: 25px;
    }
    .about.v6 .small-info {
        margin-top: 15px;
    }
    .products-wrapper:not(.v2) {
        margin-top: -40px;
    }
    .products-wrapper .product {
        margin-top: 15px;
        height: auto;
    }
    .call-to-action {
        font-size: 1.5rem;
    }
    .call-to-action .box {
        padding-right: 5rem;
    }
    .quote-form .form-group {
        text-align: left;
        max-width: 100%;
    }
    .quote-form .checkbox label {
        text-align: left;
    }
    .rebates {
        padding-bottom: 0;
    }
    .rebates .rebate {
        margin-top: 30px;
    }
    .rebates h3 {
        font-size: 2rem !important;
        line-height: 1.9rem !important;
        letter-spacing: 0;
    }
}