
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Kumbh+Sans:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.header-subtitle {
    font-size: 18px;
    margin: 0 15px;
    color: #F5272D;
    font-style: italic;
    font-weight: bold;
}
.content-wrapper {
    background: #ffffff;
    position: relative;
}.content-wrapper.blue-bg {
    background: #074877;
}
#york {
     max-width: 15em;

}

.three-bears {
    padding: 10px;
    max-width: 15em;
    margin: 0 15px;

}
.company-name {
   margin-top: 0;
    font-weight: bolder;
    font-size: 2.3em;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-style: initial;
    margin-bottom: 0;
    float: left;
    font-family: 'Poppins', sans-serif;;
}

.top-header {
    background-color: #fff;
}
.home-logos img {
max-width: 5.5em;
    margin: 1em 5px;
}

.spacer {
    clear: both;
    display: block;
    height: 650px;
}.small-spacer {
    clear: both;
    display: block;
    height: 400px;
}
/* Header Elements */
.header-wrapper {
    position: relative;
}.top-bar-wrapper {
    background: #074877;
    width: 100%;
    display: block;
    clear: both;
    position: relative;
}.top-bar p {
    font-family: 'Poppins', sans-serif;;
    font-size: 14px;
    font-weight: lighter;
    color: #FFFFFF;
    line-height: 35px;
    margin: 0;
}.social-icons p.contact-phone, 
 .breadcrumb-wrapper .social-icons .fa {
    color: #ffffff;
    display: inline;
    line-height: 35px;
    margin: 0 5px;
    font-weight: lighter;
}.company-name-wrapper {
    background: #fff none repeat scroll 0 0;
    padding: 5px;
    width: 85%;
    position: relative;
}.company-name-wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1920px;
    left: -1920px;
    top: 0;
    z-index: -1;
    background-color: inherit;
}.company-name-wrapper::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom:0;
    right: -75px;
    z-index: -1;
    border-top: 195px solid #FFFFFF;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 0 solid transparent;
}.header-company-serviceorder {
    color: #454545;
    font-family: 'Poppins', sans-serif;;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 5px 0 0 0;
    position: relative;
    z-index: 1;
}
/* Clear Default Navigation Styles */
.top-bar,
.top-bar-section ul li,
.top-bar-section ul li.active > a,
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: none; 
}.top-bar-section ul {
    float: right;
}
/* Start Our Navigation styles */
.navigation-wrapper .top-bar {
    background: #FFFFFF;
    position: relative;
}.navigation-wrapper .top-bar::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1920px;
    left: -1920px;
    top: 0;
    background: #FFFFFF;
    z-index: -1;
}.navigation-wrapper .top-bar::after {
        display: none;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom:0;
    right: -75px;
    z-index: -1;
    border-top: 75px solid #FFFFFF;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 0 solid transparent;
}.top-bar-section ul li > a,
 .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;;
    color: #000000;
    padding: 0 20px;
}.top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 10px;    
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section ul li:hover:not(.has-form) > a {
    color: #053782;
}.top-bar-section .has-dropdown > a {
    padding-right: 15px !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: #FFFFFF;
    color: #000000;
}.top-bar-section .dropdown {
   background: #FFFFFF;
}.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button) {
    color: #053782;
    background: #FFFFFF;
}.top-bar-section .has-dropdown > a::after {
    margin-right: 0;
    border-color: rgba(0, 0, 0, 0.4) transparent transparent;
}.footer-wrapper .top-bar-section ul {
    float: left;
}.footer-wrapper .top-bar-section ul li {
    float: none;
}.footer-wrapper .top-bar-section ul li > a,
 .footer-wrapper .top-bar-section li:not(.has-form) a:not(.button) {
    color: #FFFFFF;
    font-size: 16px;
}.footer-wrapper .top-bar-section li.active:not(.has-form) a:not(.button),
 .footer-wrapper .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .footer-wrapper .top-bar-section ul li:hover:not(.has-form) > a {
    color: #ffffff;
}.footer-wrapper .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 30px;  
}.footer-wrapper .top-bar-section .dropdown, 
 .footer-wrapper .top-bar-section .has-dropdown > a::after {
    display: none !important;
}.slick-slider {
    margin: 0 0 0 0 !important;
}
.slick-slide:hover article {
    opacity: 1;
}.slick-slide article {
    opacity: 0;
    background: #FFFFFF;
    bottom: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}.slick-slide article p {
    margin: 0;
}.slick-slide article p a {
    font-family: 'Poppins', sans-serif;;
    font-size: 30px;
    font-weight: lighter;
    line-height: 75px;
}.service-slide-show .slick-slide img {
    display: block;
    padding: 5px;
}.white-background {
    background-color: #FFFFFF;
}.cta-one {
    background: url("https://worldofcomfort.ca/wp-content/themes/hvac4/images/cta-bg.png");
    padding: 170px 0 130px;
}.cta-one h1,
 .cta-one h2,
 .cta-one h3,
 .cta-one h4,
 .cta-one h5,
 .cta-one h6,
 .cta-one p,
 .cta-one li {
    color: #FFFFFF;
    font-weight: lighter;
}
/* Default CSS */
#wpadminbar {display: none !important;}
body {
    font-family: 'Poppins', sans-serif;;
}h1, h1 a {
    color: #074877;
    font-family: 'Kumbh Sans', sans-serif;;
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin: 25px 0;
}h2 {
    color: #074877;
    font-family: 'Kumbh Sans', sans-serif;;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin: 25px 0;
}h3 {
    color: #074877;
    font-family: 'Kumbh Sans', sans-serif;;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin: 25px 0;
}h4 {
    font-family: 'Kumbh Sans', sans-serif;;
    color: #074877;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin: 25px 0;
}p {
    color: #252525;
    font-family: 'Poppins', sans-serif;;
    font-size: 18px;
    margin: 15px 0 30px;
}ul {
    list-style-type: none;
}ul.columns {
    margin-left: 0;
}ul li {
    font-family: 'Poppins', sans-serif;;
    font-size: 18px;
    margin: 0;
    line-height: 28px;
}a.read-more {
    color: #053782;
}.vertical-padding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}.strip-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}.subnav {
    background: none repeat scroll 0 0 #e0e0e0;
    display: block;
    float: left;
    height: 80px;
    margin: 0 3px;
    padding: 20px 40px;
}.about-right > span {
    clear: both;
    display: block;
    font-size: 65px;
    line-height: 1.5;
}.about-right {
    font-family: 'Poppins', sans-serif;;
    font-size: 40px;
    font-weight: lighter;
    line-height: 1;
}.row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
}.contain-to-grid {
    background: none !important;
}.contain-to-grid .top-bar {
    max-width: 75em;
}.page-wrapper {
    max-width: 75rem;
    clear: both;
}.footer-inner-wrapper {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    padding: 5vw 5vh;
    background: #074877;
}.footer-wrapper h1,
 .footer-wrapper h2, 
 .footer-wrapper h3,
 .footer-wrapper h4,
 .footer-wrapper h5,
 .footer-wrapper h6,
 .footer-wrapper p,
 .footer-wrapper li {
    color: #FFFFFF;
}.footer-wrapper .social-icons p {
    margin: 0;
    line-height: 30px;
    font-size: 17px;
}.footer-wrapper .social-icons .fa {
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    border: 1px solid transparent;
}.footer-wrapper .social-icons .fa:hover {
    border: 1px solid #ffffff;
}.disclaimer {
    background: #252525;
    width: 100%;
    clear: both;
}.disclaimer p {
    font-size: 13px;
    color: #FFFFFF;
    margin: 15px 0;
}.disclaimer .lnm-image > img {
    margin: 5px 0;
}#gmap2,
 #gmap3 {
    border: 5px solid #252525;
}p[class*="contact-"] {
    margin: 15px 0;
}.contactForm  {
    margin-top: 20px;
}.contactForm  label{
    font-weight: bold;
    display: block;
}.contactForm input {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
}.contactForm textarea {
    width: 100%;
}.contactForm .captchaWrapper {
    margin-top: 10px;
}.contactForm .captchaRefresh {
    vertical-align: top;
}.contactForm .submitWrapper {
    text-align: center;
    margin-top: 30px;
}.contactForm .submitWrapper span.submit {
    background-color: #053782;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;;
    font-size: inherit;
    font-weight: normal;
    line-height: 50px;
    padding: 0 15px;
}.contactForm .submitWrapper span.submit:hover {
    background-color: #606092;
}.emailConfirmation {
    margin: 0 auto;
}.emailConfirmation h1 {
    color: #00CC00;
}.slick-background-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    z-index: -3;
    width: 100% !important;
    overflow: hidden;
}.top-bar-wrapper p {
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin: 0;
}.header-inner-wrapper {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 5vh;
}.banner-cta p {
    color: white;
    font-size: 4em;
    font-weight: bold;
    max-width: 900px;
    line-height: 1;
    text-align: center;
}

.banner-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5vw;
    flex-direction: column;
}.home-form-wrapper {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
}
/*CUSTOM CSS START*/
.slider-background.interior {
    background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/innerbg.jpg);
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.slider-background.interior::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #000000c9;
    width: 100%;
    height: 100%;
}

.slider-title {
    position: absolute;
    z-index: 9;
    text-align: center;
}.slider-title p{
   color: #ffffff;
}
.slider-background.interior h1 {
    color: #fed34a;
}
hr {
    border-color: #fed34a;
    width: 200px;
    margin: 0 auto;
    border-width: 2px;
}hr.left-accent {
    margin: 0;
}
.flex-adjust {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
}

.padding-left {
    padding-left: 5%;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.footer-social a {
    background: white;
    padding: 20px 25px;
    margin: 5px;
    font-size: 1.2em;
    color: #074877;
}
.footer-details h2 {
    margin-top: 0;
}.footer-contact .btn-1 {
    width: 400px;
}
.footer-social {
    margin: 35px;
}
.footer-details {
    text-align: center;
}

.footer-details p, .footer-details a {
    line-height: 1.2;
    margin: 10px;
    color: #ffffff;
}
.scroll-text {
  text-align: right;
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
  display: flex;
  overflow: hidden;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.content-wrapper.red-bg {
    background: #6d0001;
}

.service-slider-wrapper p {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
    font-weight: 200;
    margin: 10px;
}
.service-slider-wrapper {
   overflow: hidden;
}
.logo-wrapper {
    flex-grow: 1;
}.slider-wrapper {
    height: 30vw;
    overflow: hidden;
    border: #000000;
}
a.cta-btn {
    background: #074877;
    padding: 15px;
    color: #ffffff;
    transition: all 500ms ease;
}a.cta-btn:hover {
    background: #0f598f!important;
}.social-icons a {
    border: 1px solid black;
    padding: 10px 15px;
    margin: 10px;
    font-size: 16px;
    transition: all 500ms ease;
}.social-icons a:hover {
   background: #074877;
    color: #ffffff;
}.logo-wrapper img {
    margin: 10px;
} .slick-background-wrapper .slick-slide img {
        min-width:100%;
        animation: kenBurns-object-position 20s linear infinite;
       filter: brightness(0.5);
}
@-webkit-keyframes kenBurns-object-position {
    0% {
        transform: scale(1.2);
        object-position: left top;
    }
    100% {
        transform: scale(1.0);
        object-position: center;
    }
}
@-webkit-keyframes kenBurns-tranform {
    0% {
        transform: scale(1.2) translate(-50px,0px);
    }
    100% {
        transform: scale(1.0) translate(0px,0px);
    }
}.btn-1,.btn-2, .btn-3, .submit-button {
    background:#6d0001;
    padding: 20px;
    max-width: 250px;
    color: white;
    width: 100%;
    margin: 10px;
    text-align: center;
    transition: all 500ms ease;
}.btn-1:hover,.btn-2:hover, .btn-3:hover, .submit-button:hover {
   box-shadow: 2px 2px 12px #8787874d;
   color: #ffffff;
}.slider-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}.btn-2 {
    background: #074877;
}.btn-3 {
    background: #ffffff;
}p.small-text {
    font-size: 20px;
    font-weight: 300;
}.service-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}.service-box h3 {
    text-align: left;
    font-weight: normal;
    font-size: 1em;
}.service-box {
    width: 23%;
}
.blue-bg * {
    color: #ffffff;
}.srv-img {
   height: 400px;
   background-position: center!important;
   border-radius: 25px;
   background-size: cover!important;
}.srv-1 {
   background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/srv-1.jpg);
}.srv-2 {
   background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/srv-2.jpg);
}.srv-3 {
   background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/srv-3.jpg);
}.srv-4 {
   background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/srv-4.jpg);
}.srv-5 {
   background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/srv-5.jpg);
}.srv-6 {
   background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/srv-6.jpg);
}.srv-7 {
   background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/srv7.jpg);
}.srv-8 {
   background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/srv8.jpg);
}.srv-9 {
   background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/srv-9.jpg);
}p.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 2.6em;
    color: #074877;
    font-family: 'Abril Fatface', serif;;
    margin-top: 0;
    margin-bottom: 0;
}
.logo-box {
    display: flex;
    align-items: center;
    margin: 20px;
}

span.logo-tagline {
    color: #ed2225;
    font-style: italic;
    font-size: 0.6em;
    text-align: center;
}.footer-logo .logo-tagline {
}.white-text {
    color: #ffffff!important;
}.white-bg {
  background-color: #fff;
}.parallax-background {
  background: url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/homeparallax-bg.jpg);
}.parallax-background::before {
    content: "";
    background: #000000d6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.parallax-background *{
    color: #ffffff;
}.parallax-background .btn-3 {
   color: #000000!important;
}.area{
    background: rgb(1,52,89);
    background: linear-gradient(0deg, rgba(1,52,89,1) 0%, rgba(7,72,119,1) 100%);
    width: 100%;
    height:40vw;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}.map-responsive {
    overflow: hidden;
    padding-bottom: 22%;
    position: relative;
    height: 18vw;
    filter: grayscale(1);
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.top-bar-section .has-dropdown {
    margin-left: 10px;
}.mobile-sticky-cta {
    display: none;
}.fa {
   transition: ease all 0.5s;
}.fa:hover {
    color: #494949;
}
/* SLIDE OUT FORM */
.custom-slide-out-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    width: 800px;
    background: #2980b9;
    padding: 40px 70px;
    z-index: 9999;
    border-radius: 10px 0px 0px 15px;
    -moz-transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.custom-slide-out-wrapper.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}span.slide-out-title {
    display: block;
    margin: 0 0 25px;
    color: #ffffff;
    font-weight:700;
    font-size: 1.47em;
}.custom-slide-out-form form {
    margin: 0;
}.custom-slide-out-wrapper span.custom-form-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    color:#ffffff;
    font-size: 24px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background:#2980B9;
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateX(-70%) translateY(-50%);
    -webkit-transform: translateX(-70%) translateY(-50%);
    -o-transform: translateX(-70%) translateY(-50%);
    -ms-transform: translateX(-70%) translateY(-50%);
    transform: translateX(-70%) translateY(-50%);
    cursor: pointer;
}input.slideOutInput[type="text"] {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    padding: 10px 25px;
    margin-bottom: 10px;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
}.custom-slide-out-form input[type="text"]::placeholder, .custom-slide-out-form .contactForm textarea::placeholder {
    color: #000000;
}.custom-slide-out-form .contactForm textarea {
    width: 100%;
    border-radius: 15px;
    line-height: 1.4;
    border: none;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    padding: 10px 25px;
    font-size: 15px;
    height: 100px;
    margin-bottom: 10px;
}.custom-slide-out-form .contactForm .captchaWrapper {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    box-shadow: none !important;
    color: #000000;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px 15px;
    min-height: 0;
    float:left;
}.custom-slide-out-form .contactForm .captchaWrapper input {
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 15px;
    padding: 0 15px;
    margin: 0 0 0 30px;
    color: #000000;
}.custom-slide-out-form .contactForm .captchaWrapper img {
    max-width: 25%;
}.custom-slide-out-form .contactForm .captchaRefresh {
    vertical-align: top;
}.custom-slide-out-form .contactForm .submitWrapper {
    text-align: center;
    margin-top: 20px;
}.custom-slide-out-form .contactForm .submitWrapper button.submit {
    color: #ffffff;
    font-weight: normal;
    background: #2980B9;
    border: none;
    text-align: center;
    cursor: pointer;
    min-width: 200px;
    padding: 15px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.custom-slide-out-form .contactForm .submitWrapper button.submit:hover {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
/* END SLIDE OUT FORM */            
/*CUSTOM CSS END*/
@media only screen and (max-width: 1680px) {
.area {
    min-height: 45vw;
}
}
@media only screen and (max-width: 1440px) {
.header-inner-wrapper {
 padding: 0;
}.banner-cta p {
    font-size: 3em;
}p.small-text {
    font-size: 18px;
}.area {
    min-height: 55vw;
}p.logo-text {
    margin-left: 10px;
    font-size: 1.5em;
}
}
@media only screen and (max-width: 1280px) {
.top-bar-section ul li > a, .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 14px;
    padding: 0 10px;
}.area {
        min-height: 65vw;
}.banner-cta p {
        font-size: 2em;
}p.small-text {
        font-size: 16px;
    }
} 
@media only screen and (max-width: 1138px) {
.social-icons a {
    margin: 8px;
}
}
@media only screen and (max-width: 1024px) {

.three-bears {
    max-width: 100%;
}

.header-logo {
    max-width: 25%;
    margin: 0;
    padding: 0;
}

.company-name {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0;
    text-align: center;
}
    .company-name-wrapper {
        width: 100%;
    }.company-name-wrapper::before,
     .company-name-wrapper::after {
        display: none;
    }.header-wrapper .columns {
        padding: 0 !important;
    }.navigation-wrapper {
        padding: 0 !important;
        width: 100%;
    }.top-bar .title-area {
        background: #074877;
    }.small-spacer,
     .spacer {
        height: 250px;
    }h1, 
     h1 a,
     h2,
     h3,
     h4,
     h5,
     h6 {
        font-size: 21px;
    }p {
        font-size: 15px;
    }.mobile-phone-button {
        background: #053782;
        display: block;
        line-height: 45px;
        padding: 0 15px;
    }.top-trapezoid::before,
     .top-trapezoid::after,
     .bottom-trapezoid::before,
     .bottom-trapezoid::after {
        display: none;
    }.cta-one li {
        text-align: center !important;
    }.slick-slide article {
        display: none !important;
    }.inner-content.top-trapezoid {
        padding: 0 !important;
    }.top-bar-section ul li > a {
        text-align: center !important;
        line-height: 45px !important;
    }.top-bar-section .has-dropdown > a::after{
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
    }.top-bar .top-bar-section ul.dropdown li.back h5 a {
        background: #454545 none repeat scroll 0 0;
        color: #ffffff;
        line-height: 45px;
        text-align: center;
    }header.header-wrapper .social-icons {
        display: none;
    }.breadcrumb-wrapper h1 {
        font-size: 10px;
        line-height: 20px;
        text-align: center;
    }.header-company-serviceorder,
     .header-company-title > a {
        text-align: center;
    }.disclaimer p {
        font-size: 10px;
        margin: 10px 0 0;
        text-align: center;
        color: #ffffff;
    }.disclaimer .lnm-image > img {
        display: block;
        margin: 5px auto;
    }.slick-mobile {
        width: 100%;
        max-width: 100%;
    }.service-box {
    width: 48%;
}.area {
    height: 80vw;
}.footer-inner-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: end;
}.banner-cta p {
    font-size: 2.5em;
    margin: 10px;
}p.small-text {
    font-size: 20px;
}.header-inner-wrapper {
    flex-direction: column;
}.medium-margin-0{
    margin: 0 auto;
    width: 100%;
    padding: 10vw;
    padding-top: 0 !important;
}.service-section-wrapper {
    padding: 0 40px;
}.medium-strip-padding {
    padding: 0 !important;
}.flex-adjust {
    align-items: center;
    justify-content: center;
}.padding-left {
    padding-left: inherit;
}.top-bar.expanded .title-area {
    background: #074877;
}.top-bar-section {
    text-align: center;
}.ajax-events {
    text-align: center;
}.slick-background-wrapper {
   display: none;
}.slider-wrapper {
   background: center / cover url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/slider-mobile.jpg);
   height: 40vw;
   display: flex;
   align-items: center;
   justify-content: center;
}.scroll-text {
    display: flex;
    overflow: hidden;
    animation: none;
    flex-direction: column;
    transform: none;
    text-align: center;
}.map-responsive {
    height: 60vw;
}.logo-box {
    flex-direction: column;
    margin: 0;
}#ae_launcher {
  bottom:80px !important;
  left: 10px !important;
  right: initial !important;
}
}
@media only screen and (max-width: 768px) {
    .banner-cta p {
        font-size: 1.3em;
}.area {
    height: 90vw;
}
}
@media only screen and (max-width: 767px) {
    .banner-cta p {
        font-size: 1em;
}.slider-buttons {
    display: none;
}.vertical-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}.service-box {
        width: 100%;
}.area {
        height: 120vh;
}.map-responsive {
    height: 100vw;
}.slider-background.interior {
    height: 50vw;
}.top-bar-wrapper {
    display: none;
}.logo-box {
        margin: 20px;
}.slider-wrapper {
   background: center / cover url(https://worldofcomfort.ca/wp-content/uploads/sites/5129/2024/06/slide-small.jpg);
   height: 70vw;
}.mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}a.sticky-btn {
    display: inline-block;    
    width: 50%;
    float: left;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background: #074877;
    padding: 20px 5px;
    border-right: solid .5px #000000;
}a.sticky-btn.alt {
    background: %COLOR3%;
    color: #ffffff;
    border-left:.5px solid #000000;
}.disclaimer {
    padding-bottom: 50px;
}
}
@media only screen and (max-width: 400px) {
    .area {
        height: 150vh;
    }.footer-inner-wrapper {
    padding: 1vw 1vh;
}.slider-background.interior {
        height: 100vw;
    }
}