html, body {
  font-family: 'Merriweather Sans', sans-serif;
  height: 100%;
}

/* //////// */
/*  HEADER */
/* //////// */

.header {
height: 165px;
transition: .3s all;
}

.shrink {
background-color: white;
margin-top:0;
  padding-top: 10px;
  box-shadow: 1px 2px 6px 1px #b7b7b769;
}

.shrink .logo {
width: 110px;
min-width: unset;
}

.shrink .menu-container {
position: absolute;
width: auto;
transform: translate(-50%, -50%);
top: 46px;
white-space: nowrap;
left: 50%;
}

.cta-button {
width: 226px;
transition: 0.3s all;
max-height: 44px;
white-space: nowrap;
}

.shrink {
height: 60px;
}


.shrink .cta-button {
width: 35px;
display: inline-block;
height: 35px;
margin-bottom: 0;
vertical-align: text-top;
padding: 5px;
}

.shrink .cta-button.button-1 i {
margin-top: 3px;
margin-left: 3px;
}

.shrink .cta-button.button-2 i {
margin-top: 4px;
margin-left: 5px;
}


.shrink .cta-button i {

font-size: 20px;
}


.logo {
transition: 0.3s all;
width: 240px;
}

/* Menu Open */

.menu-open .top-row {
height: 70px;
}
header.menu-open {
height: 400px;
transition: 0.3s all;
background-color: white;
margin-top: 0;
}
.menu-container.menu-open {
display: block;
position: relative;
text-align: center;
width: 132px;
margin: 0 auto;
transform: none;
top: unset;
white-space: nowrap;
left: unset;
}

.menu-container.menu-open ul {
position: relative;
}

.menu-container.menu-open li {
position: relative;
display: block;
padding: 10px 0px;
border-bottom: 1px solid;
}

/* END Menu Open */

/* Hamburger Menu */
/* checkbox */

.colllapse-menu-btn {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

/* bars */
.bar__element {
  margin: 0.5em 0;
  width: 45px;
  height: 4px;
  background-color: #267264;
  transition: all 0.4s ease;
  border-radius: 45px;
  box-shadow: 1px 0px 10px hsla(0, 0%, 20%, 0.2);
}

[type='checkbox']:hover + label .bar__element {
  filter: brightness(1.05);
}

[type='checkbox']:checked + label .one {
  transform: translateY(10px) rotate(50deg);
}

[type='checkbox']:checked + label .three {
  transform: translateY(-13px) rotate(-50deg);
}

[type='checkbox']:checked + label .two {
  transform: scale(0);
  transition: all 150ms ease;
}

.collapse-menu-container {
display: none;
}
@media screen and (max-width: 992px) {
  .collapse-menu-container {
    display: block;
    position: absolute;
    top: -26px;
    right: 17px;
   }

} 
/* END Hamburger Menu */
/* ////////////// */
/*  HEADER SECTION */
/* ////////////// */

.bg-1 {
background-color: #7fc31c;
}

header {
padding-top: 20px;
height: 95px;
border-bottom: 4px solid white;
}
.header-left-section {
background-color: white;
position: relative;

}

.header-left-section::before {
content: "";
position: absolute;
top: 99px;
right: -119px;
z-index:0;
height: 220px;
width: 120px;
background-color: #ffffff;
transform: skewY(59deg);
}

.header-logo {
max-width: 261px;
}

.header-middle-section {
position: absolute;
bottom: 16px;
left: 50%;
transform: translateX(-35%);
display: inline-block;
}

.header-middle-section .header-number-one i{
font-size: 16px;
}

.header-middle-section .header-number-one {
margin-bottom: 4px;
}
.header-middle-section .header-city {
white-space: nowrap;
}
.header-middle-section i, .header-middle-section .header-city {
display: inline-flex;
font-size: 19px;
margin-right: 1px;
margin-top: 0px;
}

.headphones-img {
width: 60px;
float: left;
max-width: 60px;
margin-right: 10px;
}

.header-right-section h4, .header-right-section h2 {
margin-bottom: 0;

}

.header-right-section {
position: absolute;
width: 100%;
bottom: 15px;
left:  50%;
transform: translateX(-20%);
}

.menu-section {
text-align: center;
z-index: 999;
position: relative;
margin-top: -5px;
}
.nav-item, .navbar-nav {
display: inline-block;
}

.nav-item {
padding: 0px 20px 15px 20px;
font-size: 17px;
}

/* ////////////// */
/*  COVER SECTION */
/* ////////////// */

.cover-section {

height: 55vh;
min-height: 610px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 0;
}

.webp .cover-section {background-image: url("/assets/img/bg/bg-1.webp");}

.no-webp .cover-section {background-image: url("/assets/img/bg/bg-1.jpg");}

.cover-section:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: radial-gradient(#ff000000, #ff000000, #ffffffeb, #ffffff);
}

.cover-form-container {
z-index:99;
float: left;
position: absolute;
padding-top: 100px;
max-width: 360px;
}

.service-container {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 50vh;
max-height: 530px;
width: 100%;
position: relative;
}

.service-container:before {
content: "";
position: absolute;
width: 100%;
display: block;
height: 100%;
background: radial-gradient(#000000ab, #0000008f, #00000082, #000000b0);
}
.webp .service-1 {
  background-image: url("/assets/img/services/dryer-vent.webp");   
}

.no-webp .service-1 {
  background-image: url("/assets/img/services/dryer-vent.jpg");   
}

.webp .service-2 {
  background-image: url("/assets/img/services/air-duct.webp");   
}

.no-webp .service-2 {
  background-image: url("/assets/img/services/air-duct.jpg");   
}

.service-title {
position: absolute;
width: auto;
transform: translate(-50%, -50%);
top: 50%;
text-transform: uppercase;
left: 50%;
font-size: 36px;
color: white;
text-shadow: 0px 1px 17px #5a5a5a;
text-align: center;
font-weight: 100;
white-space: nowrap;
}

.service-benefits-list {
display: none;
width: 100%;
}

.service-benefit-phone{
position: absolute;
}

.service-benefit-phone p {
font-size: 28px !important;
}

.service-benefit-item i {
margin-right: 10px;
}
.service-benefit-item {
color: white;
list-style: none;
font-size: 19px;
padding-bottom: 30px;
font-weight: 100;
}

/* Underline effect */

.underline-effect {
  position: relative;
}

.underline-effect svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 0.95em);
    height: calc(100% + 0.95em);
    transform: translate(-50%,-50%);
    overflow: visible;
}

.underline-effect path {
    stroke: #ffffff;
    stroke-width: 7px;
    fill: none;
    stroke-dasharray: 1500;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: underline-effect 10s;
}

@keyframes underline-effect {
  0% {
  stroke-dasharray: 0 1500;
  opacity: 1;
}
15% {
  stroke-dasharray: 1500 1500;
}
85% {
  opacity: 1;
}
90% {
  stroke-dasharray: 1500 1500;
  opacity: 1;
}
100% {
  stroke-dasharray: 1500 1500;
  opacity: 1;
}
}

/* END Underline Effect */ 

/* Triangle Effect */
.bottom-triangle:after {
  z-index: 17;
  position: absolute;
  top: 98.1%;
  left: calc(50% - 30px);
  content: '';
  width: 0;
  height: 0;
  border-top: solid 20px #7fc31c;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
}
/* END Triangle Effect */

/* //////////// */
/*  WHY SECTION */
/* //////////// */

.why-blurb {
text-align: center;
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
font-size: 50px;
margin:  0 auto;
display: block;
color: white;
}

.why-title {
margin-bottom: 5px;
margin-top: 10px;
font-weight: 600;
}

.about-gallery-img {
object-fit: cover;
border-radius: 3px;
  max-height: 180px !important;
}
.about-img-1 {
max-height:250px;
width: 100%;
margin-bottom: 2px;
}


.about-img-2, .about-img-3 {
max-height: 232px;
  width: 100%;	

}

.about-img-2 {
width: 99%;
}

/* /////////////// */
/*  COUPON SECTION */
/* /////////////// */


.coupon-top-section {
height: 300px;
margin-bottom: -130px;
}
.coupon-corner {
  height: 250px;
width: 400px;


position: absolute;
top: 0;
left: 0;
overflow: hidden;
margin: 30px auto;
display: block;
}
.coupon-corner:after {
 content: "";
 position: absolute;
 top: -467px;
 left: -237px;
 height: 600px;
 width: 600px;
 background: #c9212e;
 transform: rotate(54deg);
}

.coupon-corner-title {
position: absolute;
z-index:1;
color: black;
top: 2px;
left: 12px;
font-size: 65px;
font-weight: 700;
color: white;
}

.dollar-save {
font-size: 90px;
float: left;
}
.coupon-corner-line {
border-bottom: 2px dashed white;
z-index:4;
position: absolute;
top: 118px;
left:-34px;
width: 102%;
transform: rotate(144deg);
}

.coupon-corner-scissors {
position: absolute;
transform: rotate(228deg);
width: 61px;
z-index: 4;
top: -2px;
left: 243px;
}

.coupon-title-container {
position: absolute;	
  right: 15%;
top: 14%;
}
.coupon-title {
text-align: center;
font-weight: 600;

}

.promo-blurb {
  text-align: center;
border-radius: 50%;
width: 75px;
height: 75px;
line-height: 82px;
font-size: 41px;
margin:  0 auto;
display: block;
color: #c9212e;
border: 1px solid #c9212e;
}

.promo-item-container.dashed-border {
border-right: 2px dashed #6c757d;
}
.promo-item-title {
text-align: center;
font-size: 80px;
font-weight: 900;
line-height: 1;
margin-top: 20px;
}

.promo-item-subtitle {
text-align: center;
font-size: 20px;
margin-bottom: 15px;
}

.promo-item-disclaimer {
color: rgb(35 40 47 / 50%);
text-align: center;
}

/* //////////////// */
/*  REVIEWS SECTION */
/* //////////////// */

.reviews-section {
margin-top: 0;
padding: 25px 25px;
border-radius: 10px 0px 0 0px;
background-color: #7fc31c;
height: auto;
text-align: center;
}



.review-stars {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}



.services-item span {
  font-weight: 700;
  margin-bottom: 16px;
}

.review-stars span {
  display: block;
  width: 22px;
  height: 22px;
  background: url(/assets/img/reviews/stars/yellow-star.svg) center center / 19px no-repeat;
  margin-right: 4px;
  margin:  0 auto;
  filter: hue-rotate(69deg);
}

#es-grid .es-box {
  text-align: center;
}

.es-box {
  background-color: white;
  padding: 25px;
  width: 390px;
  min-height: 400px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #ffffff;
  overflow: hidden;
  position: relative;
}

#es-grid .es-box {
  text-align: center;
}

.es-stars {
  margin-bottom: 15px;
}

.es-text {
  max-height: 170px;
  overflow-y: auto;
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  padding-right: 10px;
  margin-bottom: 20px;
  color: #515252;
  scrollbar-width: thin;
}

.es-text::-webkit-scrollbar {
  width: 4px!important;
}

.es-text::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px!important;
  border-radius: 10px!important;
  background: #ccc!important;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5)!important;
}

.es-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)!important;
  -webkit-border-radius: 4px!important;
  border-radius: 4px!important;
}
.es-logo {
display: inline;
}

.es-date {
  font-size: 12px;
  color: #9CA0AC;
  display: inline-block;
  margin-top: 5px;
  margin-left: 8px;
}

.es-username {
  color: #515252;
  font-size: 18px;
  line-height: 25px;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 600;
  margin-bottom: 2px;
}

#es-grid .es-avatar {
  position: relative;
  margin-left: calc(50% - 37.5px);
  border: 5px solid #ffffff;
}

.avatar-75 {
  width: 55px;
  height: 55px;
}

.es-avatar {
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
  background-position: 50%;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 4px;
}

.es-meta {position: absolute;bottom: 20px;width:  100%;left:  50%;transform: translateX(-50%);}

.reviews-section .section-title {
padding-bottom :40px;
padding-top: 25px;
font-size: 35px;
}

.es-stars svg path {
fill: #7fc31c !important;
}

/* ///////////////////// */
/*  SERVICE AREA SECTION */
/* ///////////////////// */

.service-area-section {
height: 700px;
}
.map-frame {
  width: 100%;
  height: 100%;
  position: relative;
}

.map-content {
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 450px;
  height: auto;
  background-color: #f7f7f7;
  border: 3px solid white;
  color: #505050;
  padding: 10px 10px 14px 10px;
  box-shadow: 3px 5px 8px 0px #5d5d5d54;
}

.map-logo {
max-width: 100px;
margin-right: 10px;

}

.map-text-container {
margin-top: 10px;

}
.map-title {
font-size: 23px;
font-weight: 700;
margin-bottom: -5px;

}

.map-subtitle {
font-size: 20px;
margin-bottom: -2px;
}

.map-phone {
font-size: 22px;

}

/* /////////////// */
/*  FOOTER SECTION */
/* /////////////// */

footer {
  padding-top: 0 !important;
}
.footer-logo {
max-width: 260px;
}

.footer-top {
height: 60px;
}

.footer-bottom {
height: 86px;
padding: 20px 0;
}

.footer-logo-container {
background-color: white;
position: absolute;
bottom: -120px;
}

.footer-logo-container:after {
  content: "";
  position: absolute;
  top: -69px;
  right: -124px;
  z-index:0;
  height: 100px;
  width: 126px;
  background-color: white;
  transform: skewY(320deg);
}

.footer-right {
display: inline;
}

.footer-right .headphones-img {
filter: brightness(0.5);
max-width: 50px;
}

.footer-bottom .footer-phone {
font-size: 26px;
margin-top: 20px;
}

.footer-cta {
height: 290px;

background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
margin-bottom: -33px;
padding-top: 70px;
z-index: 3;
padding-left:  20px;
padding-right: 20px;
}

.webp .footer-cta {background-image: url("/assets/img/bg/bg-2.webp");}
.no-webp .footer-cta {background-image: url("/assets/img/bg/bg-2.jpg");}

.footer-cta:after {
 content: '';
 position: absolute;
 background-image: linear-gradient(to bottom, #ffffffbf, #ffffffbf, #ffffffbf, #ffffffbf, white);
 opacity: 2.5;
 height:100%;
 width:100%;
 top:0;
 z-index: -1;
 left: 0;
}

.footer-phone-container {
 display: inline;
}

.bg-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 1;
}

.bg-video #player {
position: absolute;
top: -140px;
left: 0;
width: 100%;
height: 140%;
z-index: -2;
}

.bg-video .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background: linear-gradient(to right, white, #ffffffba,transparent, transparent, transparent);
}

.video-tesimonials-container iframe {
margin-bottom: 19px
}

#callnowbutton {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA2NzAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) center/50px 50px no-repeat #669e14 !important;
border-top: 1px solid green !important;
border-right: 1px solid green !important;
}


select {
  background-color: #ecececc2 !important;
  border: 1px solid #9e9e9e !important;
  padding: 10px 14px;
  color: #7d7d7d !important;
  border-radius: 5px;
  width: 100%;
  height: 50px !important;
  text-align: center !important;
  font-size: 15px !important;
  margin-bottom: 20px;
}

.thank-you {
    position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}

.thank-you-cover:before {

background: #ffffffd6 !important;
}

.van-img {
  max-width: 574px;
  width: 100%;
}

/* FAQ */

.faq-section {
  border-left: 1px solid #9e9e9e47;
  border-right: 1px solid #9e9e9e47;
  padding-top: 40px;
  padding-bottom: 15px;
}

.faq-section .section-title {
  color: #7fc31c;
  font-size: 30px;
  margin-bottom: 40px;
}
.acc {
  /* margin: 90px 0; */
  overflow: hidden;
  padding: 0;
}

.acc li {
  list-style-type: none;
  padding: 0;
}

.acc_ctrl {
  margin-top:  5px;
  background: #FFFFFF;
  border: none;
  border-bottom: solid 1px #F2F2F2;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 2em;
  position: relative;
  text-align: center;
  width: 100%;
  border-left: 3px solid #7fc31c;
}

.acc_ctrl:before {
  background: #44596B;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}

.acc_ctrl:after {
  background: #44596B;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}

.acc_ctrl.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
  position: relative;
}

.acc_panel {
  background: #f3f3f3;
  display: none;
  overflow: hidden;
  padding: 30px;
}

.acc_ctrl h2 {
  margin-bottom: 0;
  font-size: 18px;
  color: #656565;
}
/* END FAQ */