/* FONTS  */

@font-face {
  font-family: "Palatino";
  src:  url('../fonts/pala.woff') format('woff'),
        url("../fonts/pala.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Palatino";
  src:  url('../fonts/palab.woff') format('woff')
        url("../fonts/palab.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BrandleyHand";
  src:  url('../fonts/BrandleyHand.woff') format('woff'),
        url("../fonts/BrandleyHand.ttf") format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura-Condensed";
  src:  url('../fonts/Futura-Condensed.woff') format('woff'),
        url("../fonts/Futura-Condensed.ttf") format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SignPainter";
  src:  url('../fonts/SignPainter.woff') format('woff'),
        url("../fonts/SignPainter.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SignPainter";
  src:  url('../fonts/SignPainter-Semibold.woff') format('woff'),
        url("../fonts/SignPainter-Semibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


.container { max-width: 1478px; padding: 0 20px; }
.row--5 { margin-left: -5px; margin-right: -5px; }
.row--5 .col { padding-left: 5px; padding-right: 5px; }
img { max-width: 100%; height: auto; }

.with-background-image { background-position: center; background-repeat: no-repeat; background-size: cover; }
.parallax { background-attachment: fixed; }
.has-lightblue-bg { background-color: #2094a8; }
.text-center { text-align: center; }
.simple-padding { padding: 60px 0; }

a { color: inherit; }
a:hover { text-decoration: none; }

.btn { display: inline-block; padding: 6px 14px; text-transform: uppercase; border-radius: 0; box-shadow: 1.5px 3.71px 7px rgba(1,1,1,.35);}
.btn-primary { transition: background-color .2s ease; background-color: #0073c2; color: #fff; font-size: 19px; border: none; padding: 8px 65px; outline: none; text-transform: uppercase; font-size: 18px; font-weight: 100; }
.btn-primary:hover { background-color: #0074c2da; }

body { font-family: 'Palatino'; color: #363636; font-size: 23px; line-height: 1.5; }
.text-blue { color: #0076BA; }
.text-green { color: #1DB101; }
.section { position: relative; padding: 40px 0;}

/* HEADER */

.header-logo {
  position: relative;
  display: inline-block;
  padding: 20px 0;
}

.header-logo span {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 268px;
  display: inline-block;
  font-family: "Palatino";
  font-size: 20px;
  font-weight: 400;
  background-color: #fff;
  color: #0073C2;
  transform: translateX(-50%);
}

.header-actions {
  font-family: 'Futura-Condensed';
  padding: 68px 0 38px;
}

.header-actions-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.header-actions-btn a {
  text-transform: uppercase;
}

.myaccount-btn, .signup-btn {
  margin-right: 8px;
  font-size: 22.16px;
  color: #0073C2;
}

.quote-btn {
  font-size: 23.37px;
  background-color: #D04443;
  color: #fff;
  transition: all 0.3s ease;
}

.quote-btn:hover {
  color: #FFF568;
}

.header-actions-info {
  display: flex;
  align-items: center;
}

.header-actions-info a {
  display: inline-flex;
  align-items: center;
  font-family: 'Palatino';
  font-size: 22.16px;
  font-weight: 700;
  color: #425C6E;
}

.header-actions-info a img {
  margin-right: 8px;
}

.header-actions-info a:not(:last-of-type) {
  margin-right: 22px;

}

.header-bottom {
  background-repeat: no-repeat;
  background-position: right;
  background: rgb(0,115,194);
  background: -moz-linear-gradient(45deg, rgba(0,115,194,1) 75%, rgb(255, 245, 104) 75%);
  background: -webkit-linear-gradient(45deg, rgba(0,115,194,1) 75%, rgb(255, 245, 104) 75%);
  background: linear-gradient(45deg, rgba(0,115,194,1) 75%, rgb(255, 245, 104) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0073c2",endColorstr="#FFF568",GradientType=1);
}

.header-bottom-wrapper {
  display: flex;
  font-family: 'Futura-Condensed';
  width: 100%;
  height: 90px;
}

.header-menu-left {
  flex: 1;
  color: #fff;
  background-color: #0073C2;
  border-right: 80px solid #fff568;
  border-bottom: 90px solid transparent;
}

.header-menu-right {
  flex: 0 0 250px;
  max-width: calc( 250px - 40px) ;
  background-color: #FFF568;
  color: #0073C2;
  position: relative;
}

.header ul {
  margin: 0;
  padding: 0;
}

.header-nav li {
  display: inline;
  text-transform: uppercase;
  line-height: 90px;
}


.header-nav--left li:last-of-type {
  margin-right: 5px;
}

.header-nav--left {
  display: flex;
  justify-content: space-between;
  font-size: 27px;
}

.header-nav--left li a, .header-nav--right li a {
  transition: all 0.3s ease;
}

.header-nav--left li a:hover {
  color: #FFF568;
}

.header-nav--right {
  display: flex;
  font-size: 27px;
  justify-content: space-between;
}

.humburger {
  position: relative;
  z-index: 1;
}

.humburger .bar {
  background: #0073C2;
  height: 4px;
  margin: 6px auto;
  display: block;
  width: 30px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

/* .humburger.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 8px);
  -ms-transform: rotate(-45deg) translate(-7px, 8px);
  transform: rotate(-45deg) translate(-7px, 8px);
}

.humburger.open .bar2 {
  opacity: 0;
}

.humburger.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
  -ms-transform: rotate(45deg) translate(-6px, -7px);
  transform: rotate(45deg) translate(-6px, -7px);
} */





/**** Page Hero ****/

.page-hero {
  position: relative;
}

.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1,1,1,0.1);
  z-index: -1;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-hero-main {
  padding: 94px 0 98px;
}
.page-hero-main.short { padding: 74px 0 48px; }
.page-hero-main.short h1.hero-title { margin-bottom: 0; }

.hero-background img {
  object-fit: cover;
  height: 100%!important;
  display: block;
  width: 100%;
}

.hero-col-img > img {
  height: auto;
}

.hero-title {
  margin-bottom: 38px;
  font-family: 'SignPainter';
  font-size: 104px;
  font-weight: 400;
  line-height: 90px;
  color: #007236;
}

.hero-text {
  margin-bottom: 44px;
  max-width: 700px;
  font-family: 'Palatino';
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.hero-btn {
  font-family: 'Futura-Condensed';
  font-size: 34px;
  line-height: 43px;
  color: #fff;
  text-transform: uppercase;
}

/***** Home Hero *****/

.home-hero {
  position: relative;
  overflow: hidden;
}

.hero-main {
  padding: 78px 0 120px;
}

.hero-title--big {
  font-size: 120px;
  line-height: 90px;
  color: #0073C2;
}

.hero-text--home {
  font-size: 25px;
  line-height: 40px;
}

.home-hero-img {
  position: absolute;
  width: 56%;
  max-width: 1130px;
  height: auto;
  right: -4em;
  bottom: 3em;
}


/******* HOME PAGE *******/

.text-area {
  font-family: 'Palatino';
}

.text-area p {
  margin-bottom: 25px;
  font-size: 23px;
  line-height: 38px;
}

.text-area ul {
  margin: 25px 0;
  font-size: 23px;
}

.home-main-content {
  padding: 32px 0 66px;
}

.home-maintenance-ads {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

p.home-maintenace-ads-text {
  flex: 0 0 150px;
  font-family: 'SignPainter';
  font-size: 58px;
  line-height: 53px;
  color: #425C6E;
  margin-bottom: 0;
}

.home-maintenance-ads img {
  flex: 1;
  max-width: 100%;
  height: auto;
}

.home-maintenance-subtitle ,
.home-maintenance-title,
.repair-title,
.repair-subtitle{
  font-family: 'SignPainter';
  line-height: 60px;
  font-weight: 400;
}

.home-maintenance-subtitle {
  font-size: 55px;
  color: #007236;
  margin: 0;
}

.home-maintenance-title {
  font-size: 66px;
  color: #0073C2;
  margin-bottom: 38px;
}


.home-board {
  padding: 143px 0 143px;
  background: url(../images/home/board-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.home-board-wrapper {
  margin-left: -37.5px;
  margin-right: -37.5px;
}

.home-board-wrapper > .col {
  padding-left: 37.5px;
  padding-right: 37.5px;
}

.home-packages--home {
  padding: 0!important;
  margin-bottom: -219px;
  position: relative;
  z-index: 1;
}

.home-repair {
  position: relative;
}


.home-repair-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-repair-background img {
  object-fit: cover;
  height: 100%!important;
  display: block;
  width: 100%;
}

.home-repair-main {
  padding: 97px 0 190px;
}

.sticky-note-wrapper {
  position: relative;
}

.note-box {
  background-color: #FFF568;
  width: 304px;
  height: 304px;
  transform: rotate(-18deg);
  margin: auto;
  position: relative;
  box-shadow: 3.5px 9.2px 10px rgba(1,1,1,.35);
}

.note-box-text {
  font-family: 'BrandleyHand';
  font-size: 55px;
  line-height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-wrapper {
  position: relative;
  width: 58%;
  height: 100px;
}

.arrow-wrapper > img {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 63px;
  transform: rotate(30deg);
}

.repair-title {
  font-size: 66px;
  color: #fff;
  margin: 0;
}

.repair-subtitle {
  font-size: 55px;
  color: #007236;
  margin-bottom: 38px;
}

.servicing-location img {
  max-width: 48%;
  height: auto;
}

.servicing-location p {
  font-family: 'Palatino';
  font-size: 39px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: .025em;
  width: 52%;
  max-width: 350px;
  padding-left: 10px;
}

.home-location {
  border-bottom: none!important;

}

.testimonials {
  background-color: #425C6E;
  padding: 96px 0 130px;
}

.testimonials-title {
  font-family: 'SignPainter';
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  color: #fff;
  margin-bottom: 48px;
}

.testimonials-text {
  font-size: 21px;
  font-style: italic;
  line-height: 48px;
  color: #fff;
  max-width: 1264px;
}

.testimonials-wrapper {
  position: relative;
}

.testimonials-sign {
  position: absolute;
  top: 40px;
  color: #fff;
  opacity: 0.3;
}

.testimonials-sign--left {
  left: 15px;
}

.testimonials-sign--right {
  right: 15px;
  transform: rotate(45deg);
}

.home-blog {
  position: relative;
  padding: 58px 0 120px;
}

.home-blog-wrapper .col-with-text {
  padding-left: 5%;
}


.blog-image-wrapper {
  display: inline-block;
  box-shadow: 1.5px 3.71px 10px rgba(1,1,1,.35);
}

.home-blog-title {
  color: #0073C2;
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: .025em;
}

.section:last-of-type{
  border-bottom: 18px solid #FFF568;
}


/******* INTERNAL PAGE *******/

.section-main-content {
  padding: 40px 0 20px;
}

.text-area--page p {
  font-size: 31px;
  line-height: 48px;
  margin-bottom: 25px;
  max-width: 83%;
}

.text-area--page ul {
  margin: 25px 0;
  font-size: 25px;
  max-width: 1086px;
  text-align: left!important;
}

.img-overflow {
  position: relative;
  max-width: 80%;
  height: auto;
}

.img-overflow-left{
  left: -30%;
}

.img-overflow-top {
  margin-top: -110px;
  position: relative;
}

.img-overflow-top:nth-child(2) {
  margin-top: -13%;
}

.arrow-down {
  position: absolute;
  top: 71%;
  left: 48%;
}

.home-packages {
  padding: 15px 0 80px;
}

.packages-wrapper {
  padding: 40px 65px 22px 65px;
  background-color: #FFF568;
  box-shadow: 3px 7.42px 10px rgba(1,1,1,.25);
}

.packages-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  color: #0073C2;
}

.packages-wrapper  .col:nth-of-type(2){
  padding-left: 25px;
}

.packages-list ul {
  padding: 0;
}

.packages-list ul li {
  padding: 8px 0 8px 42px;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  list-style-type: none;
  position: relative;
}

.packages-list ul li::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  top: 8px;
  left: 0;
  background-image: url(../images/checkbox.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.packages-list.alt ul li::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  top: 8px;
  left: 0;
  background-image: url(../images/checkbox-alt.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.pricing-subscriptions {
  position: relative;
}

.subscriptions-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.subscriptions-main {
  padding: 89px 0 126px;
}

.subscriptions-background img {
  object-fit: cover;
  object-position: 40% 50%;
  height: 100%!important;
  display: block;
  width: 100%;
}

.subscription-image {
  height: auto;
}

.text-yellow {
  color: #FFF568;
}

.subscriptions-title {
  font-family: 'SignPainter';
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  color: #fff;
}

.services-text p, .text-below-img{
  font-size: 23px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
}

.services-text p {
  max-width: 923px;
}

.btn--white {
  background-color: #fff;
  color: #0073C2;
  transition: background-color 0.3s ease;
}

.btn--white:hover {
  color: #0073c2;
  background-color: #fff568;
}

.subscriptions-btn {
  font-family: 'Futura-Condensed';
  font-size: 33px;
  line-height: 53px;
}

.before-footer {
  padding: 5px 0 15px;
}

.before-footer-phrase {
  margin-bottom: 10px;
  font-family: 'SignPainter';
  font-size: 55px;
  line-height: 53px;
  font-weight: 400;
  color: #0073C2;
}

.before-footer-cta {
  padding-left: 12px;
  font-family: 'Futura-Condensed';
  font-size: 47px;
  line-height: 53px;
}

.before-footer-cta span {
  margin-right: 42px;
  display: inline-block;
  color: #636363;
}

.before-footer-cta a {
  color: #D04443;
}

.bg-cloud {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.bg-cloud img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}



/******** Footer  *******/


.footer {
  padding: 98px 0 75px;
  background-color: #0073C2;
  border-top: 4px solid #fff;
}

.footer-top {
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.footer-logo {
  flex: 0 0 160px;
}

.footer-menu-actions, .footer-bottom-content {
  flex: 1;
  padding-left: 52px;
}

.footer-main-menu ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer ul li a,
.footer-actions > a,
.footer-contact-phone,
.footer-socials > a {
  transition: all 0.3s ease;
}

.footer ul li a:hover,
.footer-actions > a:hover {
  text-decoration: underline;
}

.footer-contact-phone:hover {
  color: #fff568;
}

.footer-socials > a:hover {
  transform: scale(1.05);
}

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

.footer-actions > a.text-yellow:hover {
  color: #fff568;
}

.footer-actions > a.text-light-blue:hover {
  color: #cbe4f1;
}

.footer-main-menu ul li {
  color: #fff;
  list-style-type: none;
  font-family: 'Futura-Condensed';
  font-size: 29px;
  line-height: 45px;
  text-transform: uppercase;
}

.footer-main-menu ul li:not(:last-child) {
  margin-right: 30px;
}

.footer-offset {
  flex: 0 0 160px;
}

.footer-bottom-content {
  font-family: "Palatino";
  color: #fff;
}

.footer-actions a {
  font-family: 'Futura-Condensed';
  font-size: 29px;
  line-height: 45px;
  text-transform: uppercase;
}

.footer-actions a:not(:last-child) {
  margin-right: 30px;
}

.text-light-blue {
  color: #B7DAED;
}

.designed-by {
  display: inline-block;
  margin-right: 39px;
}

.copyright-text {
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: .025em;
}

.footer-contact-phone span {
  font-size: 48px;
  line-height: 43px;
  font-weight: 700;
}

.footer-contact-phone img {
  margin-right: 23px;
}

.social-btn {
  display: inline-block;
}

.social-btn:not(:last-child) {
  margin-right: 14px;
}



/****** Off Canvas Menu *******/


.offcanvas-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  background-color: #0073C2;
  color: #fff;
  z-index: 99;
  transition: all 0.4s ease;
}

.offcanvas-menu.is_open {
  left: 0;
}

.offcanvas-wrapper {
  font-family: 'Futura-Condensed';
  font-size: 24px;
}

.offcanvas-menu__close {
  display: block;
  font-size: 45px;
  text-align: right;
  transition: all 0.3s ease;
}

.offcanvas-menu__close:hover {
  color: #FFF568;
}

.mobile-nav {
  padding: 0;
}

.mobile-nav li {
  list-style-type: none;
  padding: 8px 0;
}

.mobile-nav li a, .mobile-action-buttons a {
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.mobile-nav li a:hover, .mobile-action-buttons a:hover {
  color: #FFF568;
}

.mobile-action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  border-top: 1px solid #FFF568;
  padding-top: 20px;
}

.mobile-action-buttons .quote-btn {
  font-family: 'Futura-Condensed';
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-size: 25px;
}

/******** Media Queries ******/

@media only screen and (min-width: 2099px){
  .home-hero-img {
    width: 1100px;
    left: 50%;
  }

  .header-bottom {
    background-repeat: no-repeat;
    background-position: right;
    background: rgb(0,115,194);
    background: -moz-linear-gradient(45deg, rgba(0,115,194,1) 65%, rgb(255, 245, 104) 65%);
    background: -webkit-linear-gradient(45deg, rgba(0,115,194,1) 65%, rgb(255, 245, 104) 65%);
    background: linear-gradient(45deg, rgba(0,115,194,1) 65%, rgb(255, 245, 104) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0073c2",endColorstr="#FFF568",GradientType=1);
  }
}

@media only screen and (min-width: 768px){
  .home-location {
    padding: 20px 0!important;
  }
}

@media only screen and (min-width: 814px) and (max-width:1290px) {
  .arrow-wrapper > img {
    top: 49px;
  }
}

@media only screen and (min-width: 768px) and (max-width:814px) {
  .note-box {
    height: 50%!important;
  }

  .arrow-wrapper {
    width: 70%;
  }

  .arrow-wrapper > img {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 10px;
    transform: rotate(45deg);
  }
}

@media only screen and (min-width: 1099px) and (max-width:1560px) {
  .arrow-down {
    top: 86%;
  }

  .packages-list ul li {
    font-size: 19px;
    line-height: 30px;
    padding-left: 36px;
  }

  .packages-list ul li::before {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (min-width: 1221px) and (max-width:1346px) {
  .arrow-down {
    top: 83%;
  }
}


@media only screen and (min-width: 889px) and (max-width:1098px) {
  .arrow-down {
    top: 84%;
  }
}

@media only screen and (max-width: 1670px) {
  .home-hero-img {
    top: 50%;
    transform: translateY(-50%);
  }

  .servicing-location p {
    font-size: 32px;
    line-height: 35px;
  }

  .arrow-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 1560px) {
  .header-nav--left {
    font-size: 26px;
  }

  .header-menu-right {
    flex: 0 0 200px;
    max-width: calc( 200px - 40px) ;
  }

  .header-nav--right {
    font-size: 22px;
  }

  .text-area--page p {
    font-size: 26px;
    line-height: 34px;
  }

  .text-area--page ul {
    font-size: 22px;
    line-height: 28px;
  }

  .arrow-down {
    max-height: 170px;
  }

  .footer-main-menu ul li, .footer-actions a {
    font-size: 26px;
  }

  .copyright-text {
    font-size: 19px;
  }

  .footer-contact-phone span {
    font-size: 38px;
    line-height: 1;
  }
}

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

  .home-maintenance-subtitle, .repair-subtitle {
      font-size: 48px;
      line-height: 48px;
  }

  .home-maintenance-title,
  .repair-title,
  .testimonials-title {
    font-size: 56px;
    line-height: 54px;
  }

  .testimonials-title {
    margin-bottom: 30px;
  }

  .home-maintenance-title {
    margin-bottom: 26px;
  }

  .repair-subtitle {
    margin-bottom: 26px;
  }

  .home-repair-main {
    padding: 77px 0 134px;
  }

  .home-repair-background img {
    object-position: left;
  }

  .hero-title {
    font-size: 88px;
    line-height: 76px;
    margin-bottom: 26px;
  }

  .hero-title--big {
    font-size: 96px;
    line-height: 88px;
  }

  .hero-text {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px;
  }

  .hero-btn, .subscriptions-btn {
    font-size: 27px;
    line-height: 34px;
  }

  .testimonials-sign {
    top: 16px;
  }

  .home-blog {
    padding: 58px 0 68px;
  }

  .footer-actions a:not(:last-child), .footer-main-menu ul li:not(:last-child) {
    margin-right: 25px;
  }

}

@media only screen and (max-width: 1290px) {
  .header-nav--left {
    font-size: 24px;
  }

  .header-nav--right {
    font-size: 20px;
  }

  .header-menu-right {
    flex: 0 0 170px;
    max-width: calc( 170px - 40px) ;
  }

  .hero-main {
    padding: 58px 0 68px;
  }

  .note-box {
    width: 77%;
    height: 77%;
  }

  .note-box-text {
    font-size: 28px;
    line-height: 42px
  }

  .footer-top {
    margin-bottom: 45px;
  }

  .footer-main-menu ul li, .footer-actions a {
    font-size: 22px;
    line-height: 30px;
  }

  .designed-by {
    margin-right: 25px;
  }

  .copyright-text {
    font-size: 16px;
  }

  .footer-contact-phone span {
    font-size: 26px;
    line-height: 1;
  }

  .footer-contact-phone img {
    height: 30px;
    margin-right: 12px;
  }

  .social-btn {
    width: 30px;
    height: 30px;
  }

  .servicing-location p {
    font-size: 26px;
    line-height: 30px;
  }
}

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



  .hero-col-img img {
    max-width: 170px;
  }

  .hero-title {
    font-size: 82px;
    line-height: 74px;
    margin-bottom: 24px;
  }

  .hero-title--big {
    font-size: 88px;
    line-height: 82px;
  }

  .hero-text {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-btn, .subscriptions-btn {
    font-size: 24px;
    line-height: 30px;
  }

  .text-area--page p {
    font-size: 22px;
    line-height: 28px;
  }

  .text-area--page ul {
    font-size: 18px;
    line-height: 24px;
  }

  .text-area p,
  .text-area ul,
  .testimonials-text {
    font-size: 20px;
    line-height: 26px;
  }

  .testimonials-text {
    line-height: 38px;
  }

  p.home-maintenace-ads-text {
    font-size: 48px;
    line-height: 44px;
  }

  .packages-list ul li {
    font-size: 17px;
    line-height: 27px;
    padding-left: 32px;
  }

  .packages-list ul li::before {
    width: 26px;
    height: 26px;
  }

  .subscriptions-title, .before-footer-phrase {
    font-size: 48px;
    line-height: 48px;
  }

  .testimonials {
    padding: 78px 0 88px;
  }

  .home-blog-title {
    font-size: 30px;
    line-height: 50px;
  }

  .before-footer {
    padding-top: 20px;
  }

  .before-footer-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .services-text p, .text-below-img{
    font-size: 22px;
    line-height: 28px;
  }
}

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

  .page-hero-main{
    padding: 76px 0 78px;
  }

  .hero-title {
    font-size: 70px;
    line-height: 64px;
    margin-bottom: 22px;
  }

  .hero-text {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
  }

  .hero-btn, .subscriptions-btn {
    font-size: 22px;
    line-height: 28px;
  }

  .header-nav--left {
    font-size: 22px;
  }

  .testimonials-sign {
    top: 10px;

  }

  .testimonials-sign > img {
    width: 70%;
  }


  .footer-main-menu ul li, .footer-actions a {
    font-size: 18px;
    line-height: 28px;
  }

}

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

  .header-logo img {
    max-width: 220px;
    height: auto;
  }

  .header-logo span {
    width: 185px;
    font-size: 13px;
    text-align: center;
  }

  .header-actions {
    padding: 0;
  }

  .header-actions-btn {
    margin-bottom: 15px;
  }

  .myaccount-btn, .signup-btn {
    margin-right: 8px;
    font-size: 18px;
  }

  .header-actions-info a {
    font-size: 18px;
  }

  .quote-btn {
    font-size: 18px;
    color: #fff;
  }


  .page-hero-main {
    padding: 66px 0 78px;
  }

  .hero-title {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 15px;
  }

  .hero-title--big {
    font-size: 66px;
    line-height: 56px;
  }

  .hero-text {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 28px;
  }


  .img-overflow:nth-child(1) {
    max-width: 100%;
  }

  .text-area--page p {
    font-size: 20px;
    line-height: 26px;
  }

  .text-area--page ul {
    font-size: 16px;
    line-height: 22px;
  }

  .services-text p, .text-below-img{
    font-size: 18px;
    line-height: 28px;
  }

  .subscriptions-btn {
    font-size: 22px;
    line-height: 28px;
  }

  .home-repair-main {
    padding: 77px 0 94px;
  }

  .home-repair-background img {
    object-position: center;
  }

  .testimonials-sign {
    top: 0;
  }

  .before-footer-phrase {
    font-size: 44px;
    line-height: 44px;
  }

  .before-footer-cta {
    font-size: 32px;
    line-height: 34px;
  }

  .footer {
    padding: 68px 0 36px;
  }

  .footer-offset {
    flex-basis: 0%;
  }

  .footer-bottom-content {
    padding-left: 0;
  }

  .home-maintenance-title,
  .repair-title,
  .testimonials-title {
    font-size: 50px;
    line-height: 46px;
  }

  .home-maintenance-subtitle, .repair-subtitle {
    font-size: 44px;
    line-height: 42px;
  }

  .text-area p, .text-area ul {
    font-size: 18px;
    line-height: 26px;
  }

  .testimonials {
    padding: 48px 0 56px;
  }

  .testimonials-text {
    font-size: 18px;
    line-height: 32px;
  }

  p.home-maintenace-ads-text {
    font-size: 42px;
    line-height: 38px;
  }
}


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

  .header-menu-right {
    flex: 0 0 100px;
    max-width: calc( 100px - 40px) ;
  }

  .header-bottom-wrapper {
    height: 60px;
  }

  .header-menu-left {
    border-bottom-width: 60px;
  }

  .home-main-content {
    padding: 28px 0 38px;
  }

  .humburger {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
  }

  .img-overflow-left {
    left: -25%;
  }

  .img-overflow-top {
    margin-top: -50px;
    position: relative;
  }

  .packages-list ul li {
    font-size: 16px;
    line-height: 27px;
    padding-left: 26px;
  }

  .packages-list ul li::before, .packages-list.alt ul li::before {
    width: 20px;
    height: 20px;
    top: 11px;
  }

  .page-hero-main {
    padding: 66px 0;
  }

  .servicing-location {
    flex-wrap: wrap;
    text-align: center;
  }
  .servicing-location img {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }
  .servicing-location p{
    width: 100%;
    margin: 10px auto;font-size: 20px;
    line-height: 28px;
  }

  .sticky-note-wrapper {
    display: flex;
    flex-direction: column;
  }

  .home-board {
    padding: 75px 0 75px;
  }

}

@media only screen and (max-width: 888px) {
  .arrow-down {
    top: 74%;
    max-height: 200px;
  }
}

@media only screen and (max-width: 888px) {
  .img-overflow {
    max-width: 85%;
  }
}

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

  .page-hero-main {
    padding: 30px 0 40px;
  }

  .hero-col-img {
    margin-bottom: 30px;
  }

  .hero-col-img img {
    max-width: 40%;
  }

  .hero-background img {
    object-position: left;
  }

  .hero-main {
    padding: 48px 0 58px;
  }

  .hero-title {
    font-size: 50px;
    line-height: 40px;
  }

  .hero-title--big {
    font-size: 58px;
    line-height: 50px;
  }

  .hero-text {
    max-width: 100%;
    font-size: 20px;
  }

  .text-area p, .text-area ul {
    font-size: 16px;
    line-height: 26px;
  }

  p.home-maintenace-ads-text {
    font-size: 38px;
    line-height: 36px;
  }

  .section-main-content {
    padding: 40px 0;
  }

  .home-main-content-wrapper > .col:not(:last-child){
    margin-bottom: 26px;
  }

  .main-content-wrapper .col:nth-child(1) {
    margin-bottom: 30px;
  }

  .text-area--page ul, .text-area ul {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-area--page p {
    max-width: 100%;
  }

  .text-area--page ul {
    font-size: 16px;
    line-height: 22px;
  }

  .text-area--page ul, .services-text p, .text-below-img{
    font-size: 16px;
    line-height: 24px;
  }

  .home-maintenance-ads img {
    width: 70%;
  }

  .img-maintenance-worker {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .img-overflow {
    max-width: 100%;
  }

  .img-overflow:nth-child(2) {
    max-width: 95%;
  }

  .img-overflow-left {
    left: 0;
  }

  .img-overflow-top {
    margin-top: 0;
  }

  .img-overflow-top:nth-child(2) {
    margin-top: -40px;
  }

  .arrow-down {
    top: 93%;
    left: 50%;
    max-height: 150px;
  }

  .home-packages {
    padding: 15px 0 60px;
  }

  .home-packages--home {
    margin-bottom: -360px;
  }

  .packages-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .packages-list ul {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .packages-wrapper {
    padding: 40px 0 20px;
  }

  .packages-wrapper  .col:nth-of-type(2){
    padding-left: 5px;
  }

  .subscriptions-main {
    padding: 40px 0 78px;
  }

  .subscriptions-wrapper > .col:not(:last-child) {
    margin-bottom: 40px;
  }

  .subscriptions-background img {
    object-position: center;
  }

  .subscription-image{
    max-width: 50%;
  }

  .subscriptions-title{
    font-size: 44px;
    line-height: 40px;
  }

  .home-repair-main {
    padding: 65px 0 50px;
  }

  .sticky-note-wrapper {
    margin-bottom: 60px;
  }

  .note-box {
    width: 280px;
    height: 280px;
  }

  .testimonials {
    padding: 40px 0;
}

  .testimonials-sign > img {
    width: 50%;
  }

  .testimonials-text {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-image-wrapper {
    max-width: 80%;
  }

  .home-blog-wrapper .col-with-text {
    margin-top: 30px;
  }

  .before-footer-phrase {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1;
  }

  .before-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .before-footer-wrapper > .col:not(:last-child) {
    margin-bottom: 30px;
  }

  .before-footer-cta {
    font-size: 27px;
    line-height: 30px;
  }

  .before-footer-wrapper .cta-img {
    max-width: 70%;
  }

  .footer {
    padding: 40px 0 20px;
  }

  .footer-logo {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .footer-top {
    margin-bottom: 30px;
  }

  .footer-bottom-content {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .footer-main-menu ul {
    justify-content: center;
  }

  .footer-menu-actions {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .footer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-socials {
    order: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }

  .footer-contact-phone {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }

  .footer-contact-phone img {
    margin-left: auto;
    margin-right: auto;
    height: 28px;
  }

  .social-btn {
    width: 25px;
    height: 25px;
  }

  .footer-copyright {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .copyright-text {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-actions a, .footer-main-menu ul li {
    margin: 0 8px!important;
  }

  .home-board-wrapper .col:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .home-board {
    padding: 430px 0 60px;
  }

  .home-board-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .home-board-wrapper > .col {
    padding-left: 0;
    padding-right: 0;
  }

  .servicing-location img {
    max-width: 50%;
  }

  .home-blog {
    padding: 40px 0;
  }

}

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

  .hero-btn, .subscriptions-btn {
    font-size: 20px;
  }

  .home-maintenance-ads img, .img-maintenance-worker {
    width: 100%;
  }

  .home-maintenance-title,
  .repair-title,
  .testimonials-title {
    font-size: 46px;
    line-height: 42px;
  }

  .img-overflow:nth-child(2) {
    max-width: 75%;
  }

  .packages-title {
    font-size: 26px;
    line-height: 30px;
  }

  .packages-list ul {
    width: 90%;
  }

  .subscriptions-wrapper > .col:not(:last-child) {
    margin-bottom: 30px;
  }

  .subscription-image {
    max-width: 65%;
  }

  .before-footer-phrase {
    font-size: 36px;
  }

  .before-footer-cta span {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .arrow-down {
    max-height: 120px;
  }

  .hero-title {
    font-size: 46px;
    line-height: 40px;
  }

  .hero-title--big {
    font-size: 52px;
    line-height: 48px;
  }

  .home-maintenance-subtitle, .repair-subtitle {
    font-size: 40px;
    line-height: 38px;
  }

  .before-footer-cta a {
    display: block;
    margin-top: 5px;
  }

  .servicing-location img{
    max-width: 90%;
  }

  .note-box {
    width: 200px;
    height: 200px;
  }

  .blog-image-wrapper {
    max-width: 100%;
  }

}


@media only screen and (max-width: 360px) {
  .offcanvas-wrapper, .mobile-action-buttons .quote-btn {
    font-size: 20px;
  }
}

h5 { color: #0073c2; font-weight: bold; }
#wpforms-320, #wpforms-176 { max-width: 800px; }
#um_account_submit_tab1, #um_account_submit_tab2 { display:none; }
.um-account-meta { display: none; }
