/* Core styles/functionality */
.tab {
  position: relative;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.35s;
  height: 100%;
}
.tab input:checked ~ .tab__content {
  max-height: 21rem;
  padding-top: 1%;
}

/* Visual styles */
.accordion {
  color: #7dc144;
  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1%;
  margin: 1em 0 2em 0;
}
.tab__label,
.tab__close {
  display: flex;
  color: #000000;
  background: #7dc144;
  cursor: pointer;
  font-size: 2em;
  text-align: center;
  font-weight: 600;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}




.float-btn {
    opacity: 1;
    top: 4%; /* 50 */
    transition: all .5s ease-in-out;
}

.float-btn {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    max-width: 900px;
    /* height: 100%; */
    /* max-height: 500px; */
    transition: all .5s ease-in-out;
    background: #000000cf;
    border-radius:20px;
    border: 0.2em solid #000000;
    /* box-shadow: 0em 0em 1em black; */
    font-size: .8em;
    padding: 1%;
    color: #fff;
}
.float-btn h2{
   background: #7dc144;
}
/* .float-btn:after {
    content: "We will be closed Wednesday 10.9";
    font-size: 1.15em;
    position: absolute;
    z-index: 1;
    top: 10%;
    right: 0.95em;
    width: 70%;
    height: 2.3em;
    color: #000000;
    border-radius: 60px;
    line-height: 2;
    letter-spacing: .06em;
    white-space: nowrap;
    overflow: hidden;
    background: #f7db1b;
    border: 0px solid #111111;
    transition: all .7s ease 0s;
    -webkit-animation: zip-load3 3.7s ease backwards;
    animation: zip-load3 3.7s ease backwards;
    text-align: left;
    opacity: 0;
    padding: 0.1em 1.4em 0em 1.3em;
    font-weight: 900;
}

.float-btn:hover {
    background: #f7db1b;
    border: 0.2em solid #000000;
} */

.float-btn img{
  width: 3.3em;
  display: block;
  margin: auto;
}

.float-btn:hover:after {
    width: 11em;
    opacity: 1;
}



div#spu-1402 {
    background-color: rgb(255 255 255 / 0%)!important;
}
.spu-close-top_right {
    top: 42px!important;
}
#spu-1402 .spu-close {
    color: #fff!important;
}
html {
     font-size: 14px!important;
     position: inherit;
}


body {
    background: #ffffff!important;
}


.satisfaction{
    font-size: 1.6em;
    color: #7ac144;
}

.site{
  max-width: 1700px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0em 0em 2em #e0e5ff;
}

.apply-form .form-label{
color:white;
}


.apply-form .form-label .with_frm_style .frm_primary_label {
    max-width: 100%;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-family: var(--font);
    font-size: 14px;
    font-size: var(--font-size);
    color: #444444;
    color: #ffffff;
    font-weight: bold;
    font-weight: var(--weight);
    text-align: left;
    text-align: var(--align);
    padding: 0 0 3px 0;
    padding: var(--label-padding);
    margin: 0;
    width: auto;
    display: block;
}

.form-label {
    margin-bottom: -0.5rem;
    text-align: center;
    font-size: 2.4em;
    color: #000000;
}



.show-for-small-only{
  display: none!important;
}

a {
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    -o-transition: color .4s ease 0s;
    transition: color .4s ease 0s;
}


.ttshowcase_hascontrols .bx-controls-direction a {
    opacity: 1!important;
}

.ttshowcase_slider .bx-wrapper .bx-prev {
    left: -35px;
    bottom: -25px;
    display: block;
    color: white;
}


.ttshowcase_slider .bx-wrapper .bx-next {
    right: -35px;
    bottom: -25px;
    display: block;
    color: white;
}

.hide{
  display: none;
}


.modal-dialog {
    /* max-width: 660px; */
    /* margin: 12.75rem auto!important; */
    /* z-index: 99999999999999999999999; */
}

.modal-backdrop{
  z-index: 1!important;
}

.schema a{
  text-decoration: none;
}

body .btn-primary, body .btn-secondary{
  background-color: #7dc144;
  border: 0;
  text-transform: uppercase;
  padding: 0.72em 0.8em;
  border-radius: 0em;
  margin: 1em 0 0 0;
  letter-spacing: .08em;
  margin: auto;
  display: block;
  position: relative;
  color: black;
  font-weight: 900;
  z-index: 0;
}


.section-3 .btn-primary, body .btn-secondary {
    background-color: #000000;
    border: 0;
    text-transform: uppercase;
    padding: 0.72em 2.8em;
    border-radius: 0em;
    letter-spacing: .08em;
    margin: auto;
    display: block;
    position: relative;
    color: white;
    font-weight: 900;
    width: 61%;
}

.btn-primary.content-btn{
  max-width: 500px;
  margin-left: 0;
}

.btn-primary:hover {
    color: #fff!important;
    background-color: #c90f0e!important;
    border-color: #c90f0e!important;
}
body .btn-secondary{
  background-color: #fa4f41;
  color: white!important;
}

body .btn-secondary:hover{
  background-color: #03a8e2!important;
}

.post-thumbnail img{
  position: relative;
  top: calc(-5% - 1.7em);
}

.post-thumbnail{
    overflow: hidden;
    height: 17em;
    margin-top: 1em;
}


h1, h2, h3, h4, h5, h6, strong {
  font-family: 'poppinsbold'!important;
 }

body .button:focus, body .button:hover {
    background-color: #df0000;
    color: #ffffff;
}

body{
  font-family: 'poppinsregular';
  }

  
.camp-form iframe{
  height: 30.5em!important;
}

.modal-dialog iframe{
  height: 29em!important;
}

.single-blog img{
  padding: 3%;
}

 a[href^="tel"]{
    color:inherit;
    text-decoration:none;
    margin-bottom: 3%;
    display: block;
    /* border-bottom: 1px solid; */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ededd!important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ededd!important;
}  
  

@font-face {
    font-family: 'poppinsbold';
    src: url('/wp-content/themes/plumberseo-bootstrap/fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/plumberseo-bootstrap/fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsregular';
    src: url('/wp-content/themes/plumberseo-bootstrap/fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/plumberseo-bootstrap/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.eot?d0tr0l');
  src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.eot?d0tr0l#iefix') format('embedded-opentype'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.woff2?d0tr0l') format('woff2'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.ttf?d0tr0l') format('truetype'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.woff?d0tr0l') format('woff'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.svg?d0tr0l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-nate-logo-cstm:before {
  content: "\e99e";
}
.icon-americanstandard:before {
  content: "\e9ba";
}

.icon-ac-rep-maint:before {
  content: "\e910";
}
.icon-acca-black:before {
  content: "\e9bb";
}

.icon-license-jh1:before {
  content: "\e991";
  font-size: 0.8em;
  position: relative;
  top: -12px;
}


.top-bar .icon-flat-rate-allserv:before {
  content: "\e914";
  font-size: 1.5em;
  position: relative;
  top: 5px;
}

.icon-flat-rate-allserv:before {
  content: "\e914";
}

.icon-employ-opp-proserv:before {
  content: "\e985";
}

.icon-thumbs-shield2:before {
  content: "\e9ab";
}

.icon-blaze-gauranteed:before {
  content: "\e93e";
}

.section-3 .icon-receipt1:before {
  content: "\e96f";
  font-size:0.79em;
}
.icon-licensed-insuredd1:before {
  content: "\e92a";
}

.icon-tools-allen1:before {
  content: "\e947";
}

.icon-custom-Lighting-icon:before {
  content: "\e9cb";
}
.icon-panel-box-text:before {
  content: "\e9c1";
}

.icon-surge-protection:before {
  content: "\e9bd";
}


.icon-cost-effective-icon:before {
  content: "\e926";
}

.icon-csr-icon1:before {
  content: "\e961";
}

.icon-blaze-proffessionals1:before {
  content: "\e999";
}

.icon-generator-maig:before {
  content: "\e9bf";
}

.icon-receipt1:before {
  content: "\e96f";
  font-size: 0.64em;
  position: relative;
  top: -7px;
}
.icon-emerg-cflo-con:before {
  content: "\e95e";
}

.icon-home-electrical-final:before {
  content: "\e917";
}

.icon-licensed-insuredd1:before {
  content: "\e92a";
}

.icon-clipboard-custom:before {
  content: "\e933";
}

.icon-sat-titan:before {
  content: "\e97c";
}

.icon-apartment1:before {
  content: "\e9a7";
}

.icon-air-qaulity:before {
  content: "\e955";
}

.icon-check2:before {
  content: "\ed3d";
}

.icon-call-wave-icon:before {
  content: "\e9a9";
}

.icon-check-circle1:before {
  content: "\ed3c";
}

.icon-custom-paper-m:before {
  content: "\e9b3";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-twitter-square:before {
  content: "\f081";
}

.schedule-block .icon-smartphone:before {
  content: "\e7a6";
  font-size:0.68em;
  position:relative;
  top:-14px;
}

.icon-smartphone:before {
  content: "\e7a6";
}

.icon-pers-options:before {
  content: "\e932";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-woods-ac-new:before {
  content: "\ec9d";
}

.icon-no-fee-pn:before {
  content: "\e982";
}

.section-7 .icon-mp-shield1:before {
  content: "\e93a";
  font-size:0.6em;
}

.inner-bottom .icon-mp-shield1:before {
  content: "\e93a";
  font-size:0.7em;
  display:block;
}


.inner-bottom .icon-sat-titan:before {
    content: "\e97c";
    font-size:1.5em;
    display:block;
    position:relative;
    margin-bottom:-10px;
    margin-top: -39px;
}


.section-1 .icon-sat-titan:before {
    content: "\e97c";
    font-size: 1.1em;
   position: relative;
  top: -10px;
}


.section-1 .icon-mp-shield1:before {
  content: "\e93a";
  font-size: 0.67em;
  position: relative;
  top: -13px;
}

.icon-mp-shield1:before {
  content: "\e93a";
  font-size: 0.74em;
  position: relative;
  top: -7px;
}

.icon-personal-attent-sketckn:before {
  content: "\e98c";
}


.section-7 .icon-personal-attent-sketckn:before {
  content: "\e98c";
  font-size:1.6em;
  display:block;
  
}


.icon-magic-schedule:before {
  content: "\e90b";
}

.icon-res-com-proserv:before {
  content: "\e9b0";
}

.icon-clock-br:before {
  content: "\e956";
}
.icon-tech-vp:before {
  content: "\e9b1";
}

.icon-member-magic:before {
  content: "\e97a";
}

/* -------------------------------------------------------------------- */


.coupon-disclaimer{
    color: #000;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: -18px;
    margin-top: 24px;
}

.wrap1 {
    padding: 0 2%;
}

.section-4 .wrap1{
  padding: 0 0%;
}

.row {
    max-width:100%!important;
    margin: auto;
}

.clear{
    clear:both;
}
  

ul {
    margin-left: 0em!important;
}



 /* -------------------------------------------------------Header Section CSS---------------------------------  */



/* Search Bar & Page */


 /* Top Bar Section CSS  */


 /* ---------------------------------------------------------------------------------------- */

.desk-nav{
  display: none;
  width: 100%;
  max-width: none;
  padding: 0;
}  


.navigation-full{
  margin-top: 0.5em;
  background-color: #f7f7f7;
  border-top-style: solid;
  border-top-color: #e7e4e4;
}

.desk-nav .row>* , .mobile-nav .row>* {
   padding: 0;
}

.mobile-nav{
  padding: 0;
  width: 100%;
  max-width: none;
  padding: 1% 0 2% 0;
  z-index: 3;
  position: relative;
}

.main-bar{
  padding: 0.4% 0;
}

.logo-image{
  position: relative;
}


.logo-image img{
  position: relative;
  width: 28em;
  display: block;
  margin: auto;
  transition: all .3s ease-in-out;
  top: -13px;
}

.logo-image a{
  position: relative;
  display: block;
  margin-bottom: -2.5em;
} 

.smallbar .logo-image img{
  width: 23em;
}

.contact-info {
    font-size: 1.7em;
    font-weight: 900;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 1;
    letter-spacing: .04em;
    text-align: -webkit-center;
    margin-top: 0%;
    padding-right: 1%;
}

.contact-info strong{
  position: relative;
  font-size: 0.9em;
  font-weight: 400;
  color: #0a05e4;
  letter-spacing: .04em;
  top: .1em;
  display: block;
}

.contact-info span{
  position: relative;
  top: 0.1em;
}

.contact-info a:hover{
  color: #137bbe;
}
 

.contact-info a{
    font-size: 1.3em;
    display: block;
    background-color: #fd2121;
    width: 1.5em;
    border-radius: 23em;
    border: .1em solid #c51111;
    height: 1.5em;
    line-height: 1.4;
    color: #ffffff;
    margin: auto;
    transition: all .3s ease-in-out;
    text-align: center;
    text-decoration: none;
}
 
.contact-info .button{
  display: block;
  text-transform: uppercase;
  letter-spacing: .08em;
  background-color: #e7090c;
  padding: 0.75em 1em;
  margin: 0 0 0.5rem;
}

.call-button{
  position: relative;
  display: block;
  letter-spacing: .08em;
  transition: all .3s ease-in-out;
  font-size: 1.8em;
  line-height: 1.1;
  border-bottom: 1px solid;
  margin: auto;
}

.call-button .row>* {
  padding: 0;
}

.call-button span{
  display: block;
  text-align: center;
  font-size: 1.7em;
  height: 1.1em;
  width: 1.1em;
  line-height: 1.1;
  border: 1px solid;
  border-top-right-radius: 0.3em;
  border-bottom: 0;
  margin-top: -0.1em;
  transition: all .3s ease-in-out;
}

.call-button strong{
  display: block;
  font-size: .45em;
  font-weight: 400;
}

.mobile-nav .btn-primary {
    color: #000;
    border: 0;
    border-radius: 0;
    padding: 0.8em 1.6em;
    background: #7bc144;
    margin-left: 0;
}

.mobile-nav .btn-primary span{
  display: block;
}

.call-button:hover, .section-3 .call-button:hover span{
  background-color: #e7090c;
  color: white!important;
}

.call-button:hover strong{
  color: white!important;
}

.shift-menu{
  background: rgb(42,42,42);
  background: -moz-radial-gradient(circle, rgba(42,42,42,1) 0%, rgba(42,42,42,1) 62%, rgba(22,22,22,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(42,42,42,1) 0%, rgba(42,42,42,1) 62%, rgba(22,22,22,1) 100%);
  background: radial-gradient(circle, rgba(42,42,42,1) 0%, rgba(42,42,42,1) 62%, rgba(22,22,22,1) 100%);
  padding: 10.2em 0 0 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2a2a",endColorstr="#161616",GradientType=1);
}

.shift-item{
  position: relative;
}

.shift-item a{
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .85em 0em .85em 1em;
  background: #ff000000;
  color: white;
  margin: 0em 0;
  border-bottom: 1px solid #ffffff1a;
  border-left: 0em solid #003046;
  transition: all .3s ease-in-out;
}

.shift-item .btn-secondary{
  display: none;
  position: absolute;
  right: 0em;
  top: 0em;
  background: #ff000000;
  border: 0;
  font-size: 1em;
  padding: 0.46em 0.7em;
  width: 2.5em;
}

.shift-item .btn-secondary:hover{
  background: #58bf06!important;
}

.shift-item a:hover{
  color: #000000;
  background-color: #58bf05;
  border-left: 0.5em solid #2e6204;
}

.dropdown.shift-item .btn-secondary{
  display: block;
}

.shift-item a.sub-item{
  background: #0000005c;
}

.shift-item a.sub-item:hover{
    background-color: #58bf06;
}

 /* ---------------------- */


/* NAV CSS  */ 

 .modal {
    /* z-index: 999999999999999999999999999999; */
}

.modal-header {
    padding: 0;
    border: 0;
}

.frm_style_formidable-style.with_frm_style .frm_submit button{
  width: 100%!important;
  font-family: 'Raleway'!important;
  display: block;
}

.pop-label{
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.6em;
  letter-spacing: .05em;
}

.modal-content {
    background-color: #ffffff;
    box-shadow: 0em 0em 1em #0000004f;
}

.modal-header .btn-close{
  position: relative;
  left: -.9em;
}

.modal-title {
    display: block;
    text-align: center!important;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 1.3em;
    padding-top: 1em;
    margin-bottom: -0.5em;
}

header#masthead {
    margin-bottom: 0;
    box-shadow: none!important;
    padding: 0rem 0rem!important;
    width: 100%;
    transition: all .3s ease-in-out;
    top: 0em;
    display: block;
    position: fixed;
    max-width: 1700px;
    background-color: #ffffff!important;
    height: 152px;
    z-index: 2;
}




.inner-pattern{
  padding-left: 0em;
  padding-right: 0em;
}


.logosection{
  position:relative;
}

.open-hours{
  display: block;
  letter-spacing: .05em;
  font-size: 2.2em;
  line-height: 1;
  color: #000000;
  text-decoration: none;
  border-bottom: 0;
  transition: all .3s ease-in-out;
  padding: 0.1em 0em 0.1em 0em;
  margin: 0;
  font-weight: 900;
  font-family: 'poppinsbold'!important;
  text-align: center;
}


.open-hours span{
  color:#7bc144;
}

.top-bar{
  position: relative;
  text-align: center;
  width: 100%;
  margin-right: 0;
  font-size: 1.2em;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #0000001f;
  color: #ffffff;
  margin-bottom: 23px;
}

.top-bar #menu-top-menu{
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.smallbar .top-bar{
  font-size: 1em;
}


.top-bar a span{
  color: #003644;
  position: relative;
  font-size: 1.2em;
  line-height: 0.1;
  top: 0.13em;
  left: -0.2em;
}

.top-bar input::-webkit-input-placeholder,.top-bar textarea::-webkit-input-placeholder {
  color: #fff!important;
}
.top-bar input:-moz-placeholder,.top-bar textarea:-moz-placeholder {
  color: #fff!important;
}  

.top-bar .btn-primary{
  display: block;
  letter-spacing: .08em;
  font-size: .9em;
  color: black;
  border: 0;
  border-radius: 0;
}

.main-nav{
  position: relative;
}

.search-bar input{
  background-color: #ffffff00;
  border: 0;
  color: white;
  border-bottom: 1px solid white;
}

.contact-desk{
  position: relative;
  padding: 0% 0 0% 0!important;
  margin-top: 0%;
 }

.contact-desk a{
  display: block;
  letter-spacing: .05em;
  font-size: 2.2em;
  line-height: 1;
  color: #000000;
  text-decoration: none;
  border-bottom: 0;
  transition: all .3s ease-in-out;
  padding: 0.1em 0em 0.1em 0em;
  margin: 0;
  font-weight: 900;
  font-family: 'poppinsbold'!important;
}

.contact-desk a:hover{
  color: #fa4f41;
}

.contact-desk a em{
  color: black;
  font-style: normal;
}

.contact-desk span{
  font-size: 1em;
  line-height: 1.4;
  position: relative;
  top: 0em;
  height: 1.4em;
  width: 1.4em;
  display: block;
  border-radius: 900em;
  color: #7bc144;
  text-align: center;
  transform: scale(1.5);
  right: -50px;
}



.contact-desk a strong{
  display: block;
  font-size: .8em;
}
 


 .smallbar .desk-nav .btn-primary{
   font-size: 0.9em;
 }

 .desk-nav .btn-primary span{
    position: absolute;
    top: 0em;
    width: 1.2em;
    display: block;
    height: 1.15em;
    background: #66a333;
    font-size: 2em;
    color: #fff;
    left: 0em;
    line-height: 1.3;
    text-align: center;
 }

.desk-nav .top-bar .btn-primary{
  color: black;
  font-size: 0.9em!important;
  width: 100%;
  margin-left: auto;
  transition: all .3s ease-in-out;
  padding-left: 2em;
  animation: pulse 2s infinite;
}

.menu{
  position: relative;
  list-style: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu>li a{
  padding: 0.7em 1em;
  text-decoration: none;
  color: black!important;
  font-size: 1.0em;
  display: block;
  transition: all .3s ease-in-out;
  position: relative;
  font-weight: 900;
}



 .menu>li.menu-item-has-children> a:before {
    content: "\f107";
    font-family: 'icomoon' !important;
    color: #ffffff;
    display: block;
    position: absolute;
    font-size: 0.8em;
    top: 37%;
    right: 0.5%;
}
 
.sub-menu li a{
  color: #030303!important;
}
 

.top-bar .menu>li:nth-child(3) a{
  border: 0;
}

.menu>li a:hover{
  background-color: #7dc144!important;
  color: white!important;
}

.menu-top-menu-container .menu>li a:hover {
    color: #ffffff!important;
    background: #fd6b21!important;
}

.menu-top-menu-container .menu>li a:hover span{
  color: #ffffff!important;
}

.menu>li a:hover span{
  color: #fff!important;
}

.menu-main-menu-container .menu>li a span{
  display: block;
  text-align: center;
  color: #fa4f41;
  font-size: 4.5em;
}

.license-number{
  color: #000;
  font-family: 'poppinsbold'!important;
}


.license-number span{
color:#7dc144;
}

.menu-top-menu-container .menu>li a{
  font-size: 0.69em;
  padding: 0.4em 1.1em;
  position: relative;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0em;
  color: #fff!important;
}

.menu-top-menu-container .menu>li a span{
  color: #ffffff;
}

.menu-top-menu-container .menu>li a em{
  position: absolute;
  width: 6em;
  top: -1em;
  text-align: center;
  font-style: normal;
  font-size: 0.6em;
  left: -0.5em;
  letter-spacing: .02em;
  background: #03a8e2;
  border-radius: 900em;
  padding: 0.4em .3em 0.4em .3em;
  color: white;
  z-index: 1;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.menu-top-menu-container .menu>li a em:after{
  content: '';
  position: absolute;
  background-color: #03a8e2;
  width: 1em;
  height: 1em;
  left: 2.5em;
  bottom: -0.3em;
  transform: rotate(45deg);
  z-index: -1;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: .9em;
}

.menu-top-menu-container .menu>li.sched-link a{
  border: 1px solid #0000001a;
  padding: 0.7em 1.5em;  
}

.menu-top-menu-container .menu>li.sched-link a span{
  color: #ee3338;
}

.menu-top-menu-container{
  position: relative;
  /* top: .5em; */
}


.menu-top-menu-container .menu>li.current-menu-item  a{
  background-color: #fd6b1f;
  color: #ffffff!important;
}

.menu-top-menu-container .menu>li.current-menu-item  a span{
  color: #03a8e2;
}

.menu-top-menu-container .menu>li.sched-link a:hover{
  background-color: #b00c03!important;
  color: white;
}

.menu-top-menu-container .menu>li a:hover em{
  opacity: 1;
  top: -2em;  
}

.menu-top-menu-container .menu>li.current-menu-item a em{
  opacity: 1;
  top: -1.8em;
}

.menu-top-menu-container .menu>li.sched-link a:hover span{
  color: white;
}

.top-menu{
  padding: 2%;
}

.top-menu .btn{
  width: 90%;
  text-transform: none;
  letter-spacing: inherit;
  transition: all .3s ease-in-out;
  background: #ff000000;
  border: .2em solid #0099bb;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 900;
}

.top-menu .btn:hover{
  background-color: #0090b5;
}

.top-menu .btn span{
  color: #003644;
}

.mid-bar{
  padding: 2% 0% 2% 0%;
}

.mainnav{
  text-align: right;
  padding: 0.7% 0;
  position: relative;
}
.nav-border{
  padding-left: 0em!important;
  padding-right: 0em!important;
}

.mainnav .menu {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mainnav .menu .active>a {
    color: #ffffff;
    background: #f78d1f;
}

.mainnav .menu .active>a:before{
  color: black!important;
}

.mainnav .menu .current-menu-item.active>a {
    color: #ffffff;
    background: #faa61a;
}

.mainnav .menu .sub-menu .current-menu-item.active>a {
    color: #fefefe!important;
    background: #f78d1f!important;
}



.mainnav .menu>li>a {
    display: block;
    padding: 0.7rem 0.6rem;
    line-height: 1;
    font-weight: 400;
    font-size: 0.78em;
    color: black;
    letter-spacing: .02em;
}



.mainnav .menu>li>a:hover{
    color: #ffffff;
    background: #f78d1f;
}

.mainnav .menu>li>a:hover:before{
  color: white;
}

.menu-item-has-children{
  position: relative;
  transition: all .3s ease-in-out;
  }


.menu>li .sub-menu  a{
  text-transform: none;
  letter-spacing: inherit;
  padding: 0.6em 1em;
}


.mainnav .menu>li.menu-item-has-children >a:before {
    content: "\f107";
    font-family: 'icomoon' !important;
    color: #ffffff;
    display: block;
    position: absolute;
    font-size: 0.8em;
    top: 37%;
    right: 0.5%;
}

.main-nav .menu-item-has-children > .sub-menu{
    top: 100%;
    right: auto;
    left: 0;
}

.main-nav .menu-item-has-children .sub-menu{
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  background: #ebebec;
  list-style: none;
  margin-left: 0.0rem;
  width: 17em;
  height: 0;
  display: none;
  z-index: 99;
}

.main-nav .menu-item-has-children:hover .sub-menu{
  opacity: 1;
  height: auto;
  top: 100%;
  left: 0;
  display: block;
  animation: fadeIn .2s;
  font-size: .88em;
  text-align: left;
  padding-left: 0;
}

.main-nav .last-column.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    right: 0%;
    display: block;
    animation: fadeIn .2s;
    font-size: .88em;
    text-align: left;
    left: auto;
}

.main-nav .slim.menu-item-has-children .sub-menu{

    color: #9ad25d;
    background: #33204d;;
  width: 165%;
  text-align: left;
  padding-left: 0%;
}

.main-nav .slim.menu-item-has-children:hover .sub-menu {
    left: 0%;
}


.main-nav .menu-item-has-children .sub-menu>li{
  padding: 0%;
} 

.sub-menu a{
  padding: 5% 4% 5% 4%;
  display: block;
  color: #1d1d1d;
  font-size: .9em;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #00000014;
}

.sub-menu a:hover{
    color: #ffffff;
    background: #e62318;
    padding: 5% 4% 5% 7%;
}


/* Heating Tab 2 columns Sub menu */

.main-nav .double-column.menu-item-has-children .sub-menu{
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  background: #e1e1e1;
  list-style: none;
  margin-left: 0.0rem;
  width: 36em;
  height: 0;
  display: none;
  text-align: left;
  z-index: 99;
} 




.main-nav .double-column.menu-item-has-children:hover .sub-menu{
  opacity: 1;
  height: auto;
  top: 100%;
  left: 0%;
  display: block;
  animation: fadeIn .2s;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li{
  width: 50%;
  float: left;
  padding: 0%;
} 

.main-nav .double-column.menu-item-has-children .sub-menu>li.full-sub{
  width: 100%;
  float: left;
  padding: 0%;
} 

.double-column .sub-menu .full-sub a {
    padding: 0.3em 0.6em 0.7em 0.6em;
    border-right: 1px solid #00000014;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
}

.double-column .sub-menu .full-sub a span{
   font-size: 1.8em;
   position: relative;
   top: 0.2em;
}

.last-cool{
  float: right!important;
}

.double-column .sub-menu a{
  padding: 0.9em 0.6em 0.9em 0.7em;
  border-right: 1px solid #00000014;
}


.main-nav .double-column-l.menu-item-has-children .sub-menu{
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  background: #006ee3;
  list-style: none;
  margin-left: 0.0rem;
  width: 410%;
  height: 0;
  display: none;
  text-align: left;
  z-index: 99;
} 

.main-nav .double-column-l.menu-item-has-children:hover .sub-menu{
  opacity: 1;
  height: auto;
  top: 100%;
  right: 0%;
  display: block;
  left: auto;
  animation: fadeIn .2s;
}

.main-nav .double-column-l.menu-item-has-children .sub-menu>li{
  width: 50%;
  float: left;
  padding: 0%;
} 

/* Fly out menu */


.main-nav .double-column .fly-out.menu-item-has-children .sub-menu{
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  background: #1a6887;
  list-style: none;
  margin-left: 0.0rem;
  width: 18.8em;
  height: 0;
  display: none;
  text-align: left;
  z-index: 99;
} 

.main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover{
  background-color: #f2a525;
}


.main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover .sub-menu{
   opacity: 1;
   position: absolute;
   background: #dcdcdc;
   height: auto;
   top: 0%;
   right: -18.8em;
   display: block;
   animation: fadeInUp .2s;
   left: auto;
}

.main-nav .double-column .fly-out.menu-item-has-children .sub-menu>li {
    width: 100%;
    float: left;
    padding: 0%;
}

.quick-nav{
  position: fixed;
  top: -3em;
  width: 100%;
  background-color: #000000;
  padding: 2% 2% 5.5% 2%;
  opacity: 0;
  transition: all .3s ease-in-out;
  overflow: hidden;
  border-bottom: .2em solid #7ac144;
}

.quick-nav.adjust{
  padding: 1% 0% 0% 0%;
  opacity: 1;
  top: 5em;
}

.quick-nav .col-3 {
    flex: 0 0 auto;
    padding: 0;
}

.quick-nav a{
  color: #ffffff;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 9% 1% 1% 1%;
  font-size: 1.13em;
  transition: all .3s ease-in-out;
  border-right: 1px solid #ffffff30;
}

.quick-nav a:hover{
  color: #7bc144;
}

.smallbar .quick-nav{
}

.quick-nav a span{
  display: block;
  position: relative;
  top: 0em;
  transition: all .3s ease-in-out;
  font-size: 1em;
}

.quick-nav a em{
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  display: block;
  margin: 1.5em auto -2.6em auto;
  color: white;
  bottom: 0em;
  font-size: 0.7em;
  position: relative;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.quick-nav a em:after{
  content: '';
  position: absolute;
  height: 11.5em;
  width: 100%;
  background-color: #b00c03;
  border-radius: 900em;
  z-index: -1;
  left: 0%;
  bottom: -9.6em;
}

.quick-nav a:hover em{
  bottom: 1.2em;
  opacity: 1;
}

.quick-nav a:hover span{
  top: -0.6em;
  font-size: .9em;
}

.sched-global{
  width: 50%;
}

.sched-global .btn-primary, .sched-global .btn-secondary{
    display: block;
    width: 100%;
    padding: 1.1em;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .06em;
    color: black;
    background-color: #ff000000;
    border: 0;
    line-height: .9
}

.sched-global .btn-primary span, .sched-global .btn-secondary span{
  font-size: 4.6em;
  color: white;
    border: 0;
    top: -.1em;
    position: relative;
    border-radius: 900em;
    width: 1.1em;
    height: 1.1em;
    padding: 0;
    line-height: 1;
    display: block;
    text-align: center;
    margin: auto;
    text-shadow: -0.04em 0.08em black;  
}

.sched-global .btn-primary span{
  background-color: #199ad6;
}

.sched-global .btn-secondary span{
  background-color: #91ca64;
}
 
.sched-global .btn-primary:hover, .sched-global .btn-secondary:hover{
  background-color: #ff000000!important;
  color: black!important;
}

.sched-global .btn-primary:hover span, .sched-global .btn-secondary:hover span{
  background-color: #e73c30;  
}
.rll-youtube-player {
    height: 33em !important;
    width: 24em !important;   
    margin: auto;
    display: block;
}    
/* ------------------------------------------------------------------------------------- */

#site-wrap {
    max-width: 1700px;
    margin: auto;
    box-shadow: 0px 0px 2em rgba(181,193,199,.46);
}


 /* Slider Section CSS  */

.sliderfull {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 5% 2% 13% 2%;
    position: relative;
    margin-top: 10%;
  }

  .sliderfull:before {
      background-repeat: no-repeat;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0%;
      left:0;
      background-size:cover;
      background-image: url(/wp-content/uploads/2022/03/southwest-slider.jpg);
      background-color: #ffffff;
      background-position: center;
      z-index: -1;
}




  .slider-usps-block{
    color:#fff;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .slider-icon{
    text-align:center;
    display:block;
    width:100%;
    font-size:5em;
    line-height: 0;
    color: #7bc144;
  }



 .slider-label:after {
    content: "";
    position: absolute;
   bottom: -0.5em;
    background-color: black;
    z-index: 0;
    z-index: -1;
    height: 0.2em;
    width: 3.6em;
    transition: all .3s ease-in-out;
    left: 0%;
    opacity: 1;
}

  .slider-label{
    font-size: 1.4em;
    line-height: 26px;
    color: #020202;
    position:relative;
  }

.sliderbox{
  position:relative;
  text-align: right;
}




.slider-header{
  line-height: .9;
  font-size: 6.5em;
  position: relative;
  color: #ffffff;
  text-shadow: -0.1em 0.1em 0.1em #0000002b;
  font-weight: 900;
  font-family: 'poppinsbold';
  padding-left: 0;
}


.slider-header span{color: #1773ba;}

.slider-subline{
  font-size:1.8em;
  line-height:43px;
  margin-bottom: 17px;
  margin-top: 17px;
  padding-left: 27px;
  color: #7cc144;
  text-shadow: -2px 2px 0px black;
}

.sliderbox .btn-primary{
    background-color: #fd6b21;
    border: 0;
    text-transform: uppercase;
    padding: 0.72em 2.8em;
    border-radius: 0em;
    letter-spacing: .08em;
    color: white;
    width: 37%;
    font-weight: 900;
    margin-left: 0;
}


.slider-sub{
  font-weight: 900;
  letter-spacing: .06em;
  margin-bottom: .3em;
  font-size: 1.1em;
  line-height: 1.1;
  color: white;
  text-shadow: -0.1em 0.1em 0.1em #00000063;
  padding-left: 3em;
}

 /* ---------------------- */

 /* Section-1 CSS  */
.section-1 {   
    position: relative;
    z-index: 0; 
    padding: 0% 3% 14% 3%;  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} 
 
.sec1-left{
  padding-left: 3em;
  padding-right: 2em;
}

.row.schedule-block {
    margin-top: 5%;
} 
 
.section-1 h1{
  font-size: 3.7em;
  position: relative;
  color: #000000;
  line-height: 50px;
}

.section-1 h1 span{color: #7bc144;display: block;font-size: 2.1em;line-height: 156px;}


.tech-img{
  margin-top:-175px
}

.topservice-icon{
  font-size:7em;
  line-height: 0;
}


.topservices-btn:hover .topservice-icon{
    -webkit-animation: tada 1s;
    animation: tada 1s;
}


.topservice-label{
  font-size:2em;
  line-height:35px;
  color: #000;
  margin-bottom: 24px;
  margin-top: 14px;
  position:relative;
  padding-bottom: 11px;
}



.topservice-label:not(.no-line):after {
    content: " ";
    display: block;
    width: 102%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 108%;
    left: 25px;
}



.topservice-label:not(.no-line):before {
    content: " ";
    display: block;
    width: 22px;
    height: 22px;
    background-color: #000000;
    position: absolute;
    top: 94%;
    left: 4px;
    border-radius: 21em;
}




.topservice-content{
  color:black;
  margin-bottom: 40px;
}

.topservice-label span{color:#1773ba;font-family: 'poppinsbold'!important;}



.topservices-btn:hover .topservice-label{

  color: #fff;

}

.topservices-btn:hover .topservice-label span{color:#ffffff;font-family: 'poppinsbold'!important;}


.topservices-btn{
  color: #7abe43;
  text-decoration: none;
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 16%), inset 0 -1px 0 rgb(0 0 0 / 10%);
  padding: 1.5em;
  display:block;
  transition: all .43s ease-in-out;
  height: 100%;
}


.topservices-btn:hover{
  color:#ffffff;
    background-color: #7abe43;
}


.top-services{
  position: relative;
  z-index: 2;
}

.top-services a{
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: 900;
  font-size: 1.3em;
}


.top-services a span{
  display: block;
  line-height: 0.5;
  font-size: 7em;
  position: relative;
  top: -0.3em;
}

.top-services a .servi-label{
  font-size: 1.2em;
  font-family: 'poppinsbold'!important;
}

.top-services a:hover{
    -webkit-animation: tada 1.6s;  
    animation: tada 1.6s;  
}
 


/* ----------------- END DESKTOP TOP SERVICES -------------------------  */


 /* ---------------------- */



/* Section-2 CSS  */ 
.section-2{
 padding: 15% 0% 6% 0%;
 position: relative;
 z-index: 0;
 background-repeat: no-repeat;
 background-color: #000;
   background-image: url(/wp-content/uploads/2022/03/sec3-bg.jpg);
 background-position: right bottom;
 margin-top: -141px;

} 


.section-2:before {
    content: '';
 #c1c1c1ht: 100%;
    width: 100%;
    background-image: url(/wp-content/uploads/2022/03/divider-1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    z-index: -1;
}


.schedule-but{
  font-size:1.1em;
  text-align:center;
  display:block;
  text-decoration: none;
  color: #000000;
  line-height: 20px;
  font-weight: bold;
}

.schedule-but:hover{
  font-size:1.1em;
  text-align:center;
  display:block;
  text-decoration: none;
  color: #7abe43;
}

.schedule-but span{font-size:5em;margin-bottom: -32px;display: block;color: #7dc144;}

.call-but span{
  font-size:5em;
  margin-bottom: -32px;
  display: block;
  color: #7dc144;
}


.call-but{
    font-size:1.1em;
    text-align:center;
    display:block;
    color: #000000!important;
    line-height: 20px;
    font-weight: bold;
}

.call-but:hover{
    font-size:1.1em;
    text-align:center;
    display:block;
    color: #7abe43!important;
}


.home-form{
  position: relative;
  padding: 4% 4% 2% 5%;
  background-color: #ffffff!important;
  margin: 0 0em 0 0em;
  -webkit-transform: translate(0em,-37%);
  -ms-transform: translate(0em,-37%);
  transform: translate(0em,-32%);
  margin-left: 5em;
  text-shadow: -0.1em 0.1em 0.1em #0000002b;
  box-shadow: 0 0.5em 2em rgb(0 0 0 / 30%);
  border-radius: 3em;
}


.home-form iframe {
    height: 29em!important;
}

.home-form:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0em;
    background-image: url(/wp-content/uploads/2022/01/Mr-air-icon.png);
    width: 24em;
    height: 28em;
    -webkit-transform: translate(-18.25em,43%);
    -ms-transform: translate(-18.25em,43%);
    transform: translate(-18.25em,43%);
    transition: transform .4s ease 0s;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}


.home-label{
  text-align: center;
  font-size: 1.9em;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #ffffff;
  margin-bottom: 0.1em;
  font-weight: 900;
  position: relative;
  padding-left: 1.4em;
}


 /* ---------------------- */








 /* Section-3 CSS  */ 

.section-3{
 padding: 2% 0% 0% 1%;
 position: relative;
 z-index: 0;
 background-image: url(/wp-content/uploads/2022/03/whitebg.jpg);
 background-color: #ffffff;
 background-position: top right;
 background-repeat: no-repeat;
} 

.sec3-usps{
  position:relative;
  margin-top: 5em;
  padding-top: 1em;
}

.sec3-usps:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,#00000040 44.99%,#FFFFFF 45%,#FFFFFF 54.99%,#00000040 55%);
}


.sec3-usps:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6em;
    background-size: 17em;
    background-repeat: no-repeat;
    background-position: 50% -7%;
    left: 0em;
    top: -2.15em;
    background-image: url(/wp-content/uploads/2022/03/southwestelectric.jpg);
}



.section-3 h2{
    font-size: 2.4em;
    font-family: 'poppinsregular'!important;
    color: #000;
    text-transform: uppercase;
}


.section-3 h2 span{
  font-family: 'poppinsbold'!important;
  font-size: 1.43em;
  color: #7dc144;
}

.section-4 h2{
  font-size: 2.9em;
  font-family: 'poppinsregular'!important;
}


.section-4 h2 span{
  display:block;
  font-size: 1.37em;
  font-family: 'poppinsbold'!important;
  color: #007181;
}



.sec3-left{
  padding-right:6em;
}


.sec3-right{
  padding-left: 0em;
  color: #fff;
  padding-top: 3em;
  z-index: 99;
  padding-bottom: 3em;
}






.sec3-usps-block{
  margin-bottom: 2em;
  color: #fff;
  height: 100%;
  transition: all .3s ease-in-out;
  padding-top: 2em;
  padding-bottom: 2em;
}


.sec3-label{
      font-family: 'poppinsbold'!important;
      font-size: 1.2em;
      margin-bottom: 16px;
      color: black;
}

.sec3-usps-block:hover{
}



.sec7-usps-block{
  margin-bottom: 0;
  border-style: solid;
  border-width: thin;
  border-color: #0000002e;
  text-align: left;
  padding-bottom: 4em;
  background-image: url(/wp-content/uploads/2022/03/icon-small-white.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}


  .sec3-icon{
    text-align:center;
    display:block;
    width:100%;
    font-size: 5.6em;
    color: #7dc144;
    line-height: 0;
  }



  .sec3-usps-block:hover .sec3-icon{
    -webkit-animation: tada 1s;
    animation: tada 1s;
  }



.bullet-maintenance {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 13px;
}

.bullet-maintenance li{
  position: relative;
  padding: 0 0 0.3em;
  padding-left: 2em;
  font-size: 1.2em;
  font-weight: 500;
  color: #ffffff;
}

.bullet-maintenance li{
    width: 100%;
}

.bullet-maintenance li:before {
    content: '';
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    left: 2px;
    top: 2px;
    border-radius: 50%;
}

.bullet-maintenance li:after{content: '';position: absolute;left: 0.6em;width: 1.3em;height: 1.3em;top: 0em;background-image: url(/wp-content/uploads/2022/02/iconcheckmark.png);background-size: contain;background-repeat: no-repeat;background-position: 50% 50%;}



/* ---------------------- */


 /* Section-4 CSS  */ 
.section-4{
 padding: 6% 1% 10em 1%;
 position:relative;
 z-index: 0;
 background-image: url(/wp-content/uploads/2022/03/testimonial.jpg);
 background-color: #ffffff;
 background-position: right;
 background-repeat: no-repeat;
}


#ttshowcase_0{border-style:solid;border-color:#fff;border-width:0.6em;padding:1em;z-index: 9;position: relative;margin-bottom: 16px;}


.sec4-label{
  color:#fff;
  font-size: 2.4em;
  line-height: 65px;
  z-index: 1;
  position: relative;
}


.sec4-label strong{font-size: 1.7em;}

.section-4:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    background-image: url(/wp-content/uploads/2022/03/testimonial-bg.png);
    background-size: cover;
    background-position: bottom right;
    height: 100%;
    width: 65%;
    transition: all .3s ease-in-out;
    z-index: -1;
    background-repeat: no-repeat;
}


.section-4:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url(/wp-content/uploads/2022/03/green-icon.png);
    background-size: contain;
    background-position: bottom right;
    height: 79%;
    width: 26%;
    transition: all .3s ease-in-out;
    z-index: 0;
    background-repeat: no-repeat;
    -webkit-transform: translate(-11em,0%);
    -ms-transform: translate(-11em,0%);
    transform: translate(-11em,0%);
}




.section-4 .col-md-4{
margin-bottom:3em;
}


.sec4-left{
  padding-top:2em;
}


.add-box{
  position: relative;
  background-color: #0090b5;
  top: -2.5em;
}


.add-box:after {
    content: '';
    position: absolute;
    height: 115%;
    width: 125%;
    top: -4%;
    left: -22%;
    background-color: #0090b5;
    z-index: -1;
 }


.add-header{
  position: relative;
  font-size: 1.3em;
  color: #000000;
  font-weight: 900;
  border-bottom: 1px solid #ffffff40;
  padding-bottom: 1%;
  font-family: 'poppinsbold';
  text-transform: uppercase;
  letter-spacing: .07em;
}


.service-list{
   overflow-y: scroll;
   height: 15.7em;
   margin-top: 3%;
   margin-left: 0rem;
   width: 99%;
   background: #f9f9f900;
   padding: 1% 0% 1% 2%;
   overflow-x: hidden;
   text-align: left;
}

.service-list li {
    font-size: 1em;
    list-style-type: none!important;
    position: relative;
}

.service-list li a span{
  color: #059dcf;
  position: relative;
  left: 0.2em;
  top: 0.14em;
  font-size: 1.2em;
}

.service-list li a{
  display: block;
  padding: 0.4em 0.2em 0.3em 0.5em;
  position: relative;
  transition: all .3s ease-in-out;
  color: black;
  border-left: .0em solid #199ad6;
  text-decoration: none;
}

.service-list li a:after{
    content: '';
    position: absolute;
    bottom: 0.1em;
    left: -2.4em;
    height: 1.8em;
    width: 1.8em;
    background-size: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
}
 
.service-list li a:hover{
   background-color: #7abf43;
   color: #000000;
   padding: 0.4em 0.2em 0.3em 2.4em;
   border-left: 0.3em solid #000000;
}

 

.service-list li a:hover:after{
  left: 0.4em;
}

/*
 *  STYLE 1
 */

.service-list::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 49%);
  border-radius: 15px;
  background-color: #00000029;
}

.service-list::-webkit-scrollbar
{
  width: 5px;
  /* background-color: #F5F5F4; */
}

.service-list::-webkit-scrollbar-thumb
{
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 36%);
  background-color: #000000;
}

/* ---------------------- */


/* Section-5 CSS  */ 


.section-5{
 padding: 0% 0% 0% 0%;
 position:relative;
 z-index: 0;
 margin-top: -7em;
}


.section-5:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0%;
    z-index:-1;
    background-color: #7ac144;
}


/* ---------------------- */


/* Section-6 CSS  */ 
.section-6{
 position: relative;
 /* padding: 3% 0% 6% 0%; */
 background-size: cover;
 background-position: 50% 50%;
 background-image: none;
 z-index: 0;
 background-color: #fff;
}



.sec6-left{
  position:relative;
  z-index:999;
}

.sec6-right{
  padding-left: 2em;
  background-color: #1773ba;
  color: #fff;
  padding-top: 5em;
  z-index: 9;
  padding-bottom: 5em;
  position:relative;
}


.sec6-label-b{
  text-align:center;

}

.sec6-label-b strong{
  text-align:center;
  display:block;
  font-size:3em;
}


.sec6-right:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 99.9%;
    top: 0%;
    left:0%;
    background-color: #1773ba;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    transform: skewX(-10deg);
    z-index: -1;
}


.sec6-right:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0em;
    background-image: url(/wp-content/uploads/2022/02/360air.png);
    width: 15em;
    height: 42.389em;
    -webkit-transform: translate(0em,46%);
    -ms-transform: translate(0em,46%);
    transform: translate(0em,46%);
    transition: transform .4s ease 0s;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}



.section-6:after {
    content: "";
    position: absolute;
    width: 109%;
    height: 109%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}







.sec6-label{
  text-align:center;
  font-size:4em;
  font-family: 'poppinsbold'!important;
  color: black;
  position: relative;
  z-index: 2;
}

.section-6 .home-coup{
 background-color: #ffffff;
   outline: .3em dashed #000000;
}


.home-coup{
  width: 99%;
  margin: auto;
  background-color: #7bc144;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 2% 8% 12% 10%;
  outline: .3em dashed #000000;
  outline-offset: -1em;
  border-radius: 2em;
  background-image: url(/wp-content/uploads/2022/03/coupongbg.png);
  background-size: cover;
}


.home-coup img{
  width: 14em;
  display: block;
  margin: 2em auto 1em auto;
  z-index: 3;
  position: relative;
}


.home-price{
  position: relative;
  font-weight: 900;
  font-size: 8.55em;
  text-align: center;
  color: #000000;
  font-family: 'poppinsbold';
  margin-bottom: -25px;
}

.home-price span:last-child {
    top: initial;
}
.home-price span {
    font-size: .5em;
    text-transform: uppercase;
    position: relative;
    top: -0.4em;
    color: #003d4f;
}
 

.home-offer{
  position: relative;
  font-weight: 900;
  font-size: 2.9em;
  margin-bottom: .3em;
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.1;
  font-family: 'poppinsbold';
  color: #000;
}

.home-coup p{
  position: relative;
  text-align: center;
  font-size: .8em;
  margin-top: 2em;
}

/* Section 7 */

.section-7{
  padding: 11% 0% 0% 0%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2022/03/whitebg.jpg);
  background-color: #ffffff;
  background-position: 1354px top;
  margin-top: -118px;
}


.usp-group{
  padding-left: 11em!important;
  padding-right: 11em!important;
}

.sec7-icon {
    display: block;
    width: 100%;
    font-size: 5.6em;
    color: #7dc144;
    line-height: 0;
}



.sec7-usps-block:hover .sec7-icon {
    color: #000000;
    -webkit-animation: tada 1s;
    animation: tada 1s;
}

.sec7-usps-block:hover{
    color: #000000;
    background-color: #7dc144;
}

  .sec7-usps-block:hover .sec7-label{
    color: #000000;
  }


  .sec7-label{
    font-size: 1.5em;
    line-height:34px;
    color: #000000;
    margin-bottom: 14px;
    font-family: 'poppinsbold'!important;
  }

.section-7 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}



.section-7 h2{
  font-size:3em;
  line-height: 61px;
  margin-top: -40px;
  color: #000;
}

.member-left{
  padding:20px;
}


.financing-label{
  font-size: 3.6em;
  margin-bottom: 12px;
  line-height: 55px;
  margin-top: 1em;
}


.financing-label span{
  color: #000000;
  font-family: 'poppinsbold'!important;
}


.financing-block{
  padding: 0em 0 0em 0;
  margin-top: 0em;
}


.icon-financing{
  text-align:center;
  font-size: 9.9em;
  display: block;
  line-height: 0;
}



.close-cta {
     font-size: 1.45em;
     padding: 2em 0.5em 1.7em 0.5em;
     position: relative;
     text-align: center;
     margin: 4.5rem 0 1.5rem;
     color: #000000;
     font-weight: 900;
     font-family: 'poppinsbold';
     border-bottom-style: solid;
     border-bottom-width: thin;
     border-bottom-color: #bbbaba;
     background-color: #f5f5f5;
}

.close-cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,#00000040 100%,#ffffff00 100%,#ffffff00 54.99%,#0000002b 55%);
}


.close-cta:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4em;
    background-size: 9em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 0em;
    top: -1.95em;
    background-image: url(/wp-content/uploads/2022/02/footer-logo.png);
}

.close-cta a{
   display: unset;
   color: #b00c03;
   transition: all .3s ease-in-out;
   transform: scale(1);
   position: relative;
   bottom: 0em;
 }

.close-cta a:hover{
    font-size: 1.04em;
    bottom: 0.12em;

 }


/* Section 8 */

.section-8{
 position: relative;
 z-index: 4;
 background: #fff;
}



/* Section 9 */


.section-9{
 padding: 6% 0% 6% 0%;
 position:relative;
 background-image: none;
 background-size: 100%;
 background-repeat: no-repeat;
 background-position: bottom;
 background-color: #003d4f;
 color: white;
}


/* --------------------------- */

.sched-row {
position: relative;
    padding: 0;
    max-width: 1700px!important;
    margin: auto;
    box-shadow: 0em 0em 2em #e0e5ff;
}

.sched-row.row>*{
  padding: 0;
}


.sched-row a {
    color: white;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    padding: 2% 2% 3% 2%;
    transition: all .3s ease-in-out;
    border-radius: .7em;
    letter-spacing: .06em;
    text-decoration: none;
    font-size: 1em;
    background: #fd6b21;
    margin: 0;
    border-radius: 0em;
    position: relative;
    z-index: 1;
}

.sched-row a:before{
  content: '';
  position: absolute;
  background-image: url(/wp-content/uploads/2021/10/triang-bottom.png);
  background-position: center;
  background-size: 100%;
  top: 0em;
  left: 0em;
  height: 100%;
  width: 100%;
  transform: scale(-1);
  background-repeat: no-repeat;
  z-index: -2;
}

.sched-row a.pop-button:before{
  transform: scale(1);
  
}

.sched-row a.pop-button{
  position: relative;
  color: white;
  background-color: #1773ba;
  background-blend-mode: multiply;
  }

.sched-row a.pop-button:after {
    content: " ";
    position: absolute;
    bottom: 0em;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: all .3s ease-in-out;
    right: 0%;
} 

.sched-row a .column,.sched-row a .columns {
    padding-left: 0rem;
    padding-right: 0rem;
}

.sched-row a strong {
    letter-spacing: 0.03em;
    font-size: 2.2em;
    font-weight: 900;
    display: block;
 }

.sched-row a span {
    display: block;
    text-align: center;
    font-size: 9em;
    position: relative;
    /* top: -.1em; */
    opacity: 1;
    line-height: 0.6;
    left: -0.1em;
}

.sched-row a:hover span{
      -webkit-animation: tada 1s;
    animation: tada 1s;
}

.sched-row a:hover{
  background-color: #e01416;
  color: #ffffff;
  cursor: pointer;
}

/* Footer Section CSS  */ 

/* Footer CTA */

.site-footer{
  background-color: #ffffff!important;
  color: black!important;
  max-width: 1700px!important;
  margin: auto;
  padding-bottom: 0em;
  padding-top: 20px;
}


.site-footer .bullet-list li:after{
  display: none;
}

.site-footer .bullet-list li{
  padding: 0.2em 0;
}

.site-footer .bullet-list li{
  width: 50%;
}

footer .col-lg-3{
  border-left: 1px solid #00000029;
}

.logo-foot{
  text-align: center;
  padding: 2%;
}

.logo-foot a{
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: black!important;
}

.schema{
  text-align: center;
}

.schema a{
  display: block;
  font-weight: 900;
}

.schema a:hover{
  color: #7bc143!important;
}
 

.footer-txt{
  text-align: center;
  color: #000000;
  letter-spacing: .03em;
  font-size: 1.2em;
  margin-top: 1em;
  font-weight: 900;
  font-family: 'poppinsbold';
}

.foot-links{
  text-align: center;
  font-size: .9em;
}

.help-links a{
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #0000001c;
  padding: .5em;
}

.help-links a:hover{
  color: #03a8e2!important;
}

.copyright{
  color: black;
  text-transform: uppercase;
  font-size: 0.7em!important;
  letter-spacing: .08em;
  padding: 1.1em 0em 0.8em 0em!important;
  max-width: none;
  width: 90%;
  margin-top: 2%;
  border-top: 1px solid #00000029;
}

.lic-numbner{
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: .08em;
}

.socialmedia{
  position: relative;
}

.socialmedia .navbar{
  position: relative;
  padding-left: 0rem;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.socialmedia .navbar a{
  color: #7dc144!important;
  font-size: 2em;
  text-decoration: none;
  padding: 0em 0.2em 0em 0.2em;
  margin: 0em 0em;
  display: block;
  text-align: center;
}

.socialmedia .navbar a span{
  line-height: 1.7;
}

.socialmedia .navbar a:hover{
  background-color: #b5201d00;
}

.socialmedia .navbar a:hover{
  color: #000000!important;
}

.schema-title{
  margin: 0.7em 0 0em 0!important;
}

footer a{
  text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------Inner Pages Css ------------------------------------------------------------------ */ 


.section-genseca{
  position: relative;
  padding: 5em 3em 2em 3em;
  background-image: url(/wp-content/uploads/2025/04/gen-seca-bg.jpg);
  background-position: right center;
  margin-top: 6em;
  border-bottom: 0.4em solid #000000;
}



.section-genseca:after{
  content: '';
  position: absolute;
  bottom: 0%;
  left: -5%;
  width: 60%;
  height: 100%;
  background-color: #7dc144;
  box-shadow: 1em 0em #020202;
  z-index: 0;
  transform: skew(-20deg, 0deg);
}

.section-genseca .row{
  position: relative;
  z-index: 3;
}

.section-genseca .text-highlight{
  font-size: 1em;
}

.section-genseca .text-highlight:not(.no-line):after{
  top: -1em;
  background: black;
}

.section-gensecb{
  position: relative;
  padding: 4em 5em 3em 5em;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2022/03/whitebg.jpg);
  background-color: #ffffff;
  background-position: 150% -10%;
}

.section-gensecc{
  padding: 3em 5em;
  background: black;
  color: white;
  text-align: center;
}

.section-gensecc h2{
  color: #7dc144;
}

.pc-default .usp-box{
  position: relative;
  padding: 1em;
  border: 1px solid #ffffff4d;
  border-radius: 1em;
  margin: 1em 0;
  height: 17em;
}

.pc-default .usp-box.box-4, .pc-default .usp-box.box-5{
  left: 52.5%;
}

.pc-default .usp-box img{
  margin: 1em auto;
  width: 5em;
}

.section-gensecd{
  position: relative;
  padding: 3em 5em;
}

.section-gensecd .carousel-control-next,.section-gensecd .carousel-control-prev{
  background: #0000003d;
  width: 2em;
}

.section-gensecd h2{
  font-size: 2em;
  position: relative;
}

.section-gensecd h2:after{
  content:'';
  position: absolute;
  left: 0;
  bottom: 0em;
  background: #7dc144;
  width: 3em;
  height: .2em;
}

.section-gensece{
  position: relative;
  padding: 1.5em 5em 3em 5em;
}


.section-gensece:after{
  content:'';
  position: absolute;
  left: 5%;
  top: -1em;
  width: 90%;
  height: 1px;
  background: #0000001a;
}

/* Global Inner CSS  */ 

.full-inner-max{
  padding-top: 0em;
  position: relative;
  z-index: 0;
}

.insideimage{
  position: relative;
  padding: 7% 0% 14% 0%;
  background-position: center right;
  background-size: 60%;
  margin-top: 12.5%;
  background-image: url(/wp-content/uploads/2022/03/innerpage.jpg);
  background-repeat: no-repeat;
  z-index: 0;
}

.insideimage:after{
  content: '';
  position: absolute;
  bottom: 0%;
  left: -5%;
  width: 55%;
  height: 100%;
  background-color: #7dc144;
  box-shadow: 1em 0em #020202;
  z-index: 0;
  transform: skew(-20deg, 0deg);
}
.insideimage .slider-usp{
  bottom: 0em;
  position: absolute;
  z-index: 999999;
  width: 50%;
  margin-left: auto;
  margin-right: 1%;
  /* right: 0em; */
  bottom: 1.5em;
}

.insideimage .slider-usp.row>*{
  padding: 0 .4em;
}


.sidebar-form{
  position: relative;
  padding: 4% 4% 2% 5%;
  background-color: #ffffff!important;
  margin: 0 0em 0 0em;
  text-shadow: -0.1em 0.1em 0.1em #0000002b;
  box-shadow: 0 0.5em 2em rgb(0 0 0 / 30%);
  border-radius: 3em;
}


.sidebar-reviews {
    background-color: #000000;
    margin-top: 5%;
  padding:3em
}
.sidebar-reviews-title {
    text-align: center;
    padding: 5%;
    font-size: 1.7em;
    color: white;
}


.sidebar-form .form-label{
  color: #000000;
}

.sidebar-form iframe {
    height: 38em!important;
    margin-top: -2em;
}
 
.insideimage .slider-usp .usp-box{
  height: 8.3em;
  font-size: 1.2em;
  background: #000000;
  width: 100%;
  border: 1px solid #ffffff26;
  color: white;
  text-align: center;
  padding: 13px;
  border-radius: 15px;
} 

.insideimage .slider-usp .usp-box span{
  font-size: 5em;
  line-height: 0.7;
  color: #7dc144;
  text-align: center;
  display: block;
  margin-bottom: 9px;
}

.banner-head{
  position: relative;
  color: #000000;
  letter-spacing: .12em;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-left: 0.6em;
  z-index: 2;
  border-left: 0.4em solid #010101;
  margin-left: 0.4em;
  width: 70%;
}

.extra-pad{
  padding: 0 5%;
}

.wp-video{
  margin: auto;
}



 

#breadcrumbs a {
    color: #63a22f;
    font-weight: 900;
    text-decoration: none;
}

#breadcrumbs .icon-home {
    font-size: 1.2em;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: rgba(0, 0, 0, 0.2);
    padding: 1em;
    margin-right: 12px;
    color: #e01416;
}

.emp-form{
  position: relative;
  background-color: #ffffff;
  padding: 3% 3%;
}

.emp-form .with_frm_style .vertical_radio .frm_checkbox label, .emp-form .with_frm_style .vertical_radio .frm_radio label{
  color: #fff;
}

.emp-form .frm_style_formidable-style-2.with_frm_style input[type=submit]{
  display: block;
  width: 100%;
  padding: 1em 0em;
  text-transform: uppercase;
  font-family: 'poppinsbold';
  letter-spacing: .07em;
  font-size: 1.1em;
  background-color: #03a8e2;
  color: white;
  border: 0;
  box-shadow: none;
}

.emp-label{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #383838;
  font-size: 1.5em;
  margin-bottom: .8em;
}

.emp-form .with_frm_style .frm_primary_label{
  color: black;
}

.emp-form .frm_style_formidable-style.with_frm_style input[type=submit]{
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-family: 'arvobold';
  background-color: #00169d;
}

.emp-form .frm_style_formidable-style.with_frm_style input[type=submit]:hover{
  background-color: black;
  color: white;
}

.emp-form .frm_forms.frm_style_formidable-style-2.with_frm_style{
  width: 100%!important;
  max-width: none!important;
}

.embed-video .wp-video{
  width: 100%!important;
  display: block;
  height: 100%;
}

.embed-video .wp-video-shortcode{
  width: 100%!important;
  height: 25em!important;
}

.insideimage .not-active{
  display: none;
}

.insideimage .activate{
  position: relative;
  display: block!important;
  z-index: 9;
}

.insideimage .activate a{
  color: white;
  position: relative;
  z-index: 3;
  transition: all .3s ease-in-out;
  display: block;
  padding-left: 0em;
  border-radius: 900em;
  letter-spacing: .09em;
  font-size: 1.2em;
  margin-bottom: -1em;
  width: 16.5em;
  font-family: 'poppinsbold';
  text-align: center;
  margin-left: 3.8em;
}

.insideimage .activate a:hover{
  background-color: #5b6363;
}


/* Contact Us Page */

.contact-page{
  text-align: center;
}


.contact-page h1{
  padding-top: 1em;
}

.contact-page .text-highlight{
  padding-bottom: 2.5em;
  margin-bottom: 3em;
  text-align: center;
}

.contact-page .text-highlight:not(.no-line):after{
  right: 0%;
  width: 100%;
}

.contact-page .text-highlight:not(.no-line):before{
    content: '';
    position: absolute;
    bottom: -2.3em;
    left: 0em;
    width: 100%;
    height: 5em;
    background-image: url(/wp-content/uploads/2021/10/pristine-badge.png);
    background-size: 4em;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.contact-page-2{
  position: relative;
  padding: 2% 5%;
}

.contact-page .btn{
  max-width: 400px!important;
  color: white;
}

.contact-page-2.row>*{
  padding: 0;
}

.hours-box{
  padding: 4% 5% 5% 5%;
  position: relative;
  background-color: #03a8e2;
  color: white;  
}

.hours-head{
  font-size: 1.3em;
  font-weight: 900;
  font-family: 'poppinsbold';
  letter-spacing: .04em;
  border-bottom: 1px solid #ffffff6e;
  padding-bottom: 1%;
  margin-bottom: 4%!important;
  background-color: #ff000000!important;
}

.hours-box div{
  background-color: #0000000f;
  padding: 2%;
  margin: .1em 0;
}

.contact-box{
  position: relative;
  background-color: #ebebeb;
  padding: 2em;
  outline: 1px solid #0000004d;
  outline-offset: -1em;
}

.contact-box b{
  font-family: 'poppinsbold';
  text-transform: uppercase;
  font-size: 1.1em;
  color: #03a8e2;
}

.contact-box a{
  text-decoration: none;
  color: #03a8e2;
}

.map-box iframe{
  height: 35.4em;
  position: relative;
  top: 0.2em;
}

.contact-page-2 .side-form{
  margin-bottom: 0;
}

.contact-page-2 .side-form iframe{
  height: 30.7em!important;
}

.botcont{
  position: relative;
  padding: 0% 5%;
}


/* Opening CTA Inner CSS  */ 


blockquote {
    font-size: 1.22em!important;
    margin-top: 35px!important;
    width: 95%;
    border-left: #087181;
    position: relative;
    padding: 1em 4em 1em 2.5em!important;
    margin: 4% 1% 6% 1%!important;
    color: #000000!important;
    z-index: 3;
}

blockquote, blockquote p {
    line-height: 1.6;
    margin-bottom: 0em;
    color: #000000!important;
}

 

blockquote:after {
    content: '';
    position: absolute;
    bottom: 0.2em;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    height: 3em;
    width: 1.5em;
    transition: all .3s ease-in-out;
    background-position: center;
    right: 0.6em;
    background-image: url(/wp-content/uploads/2022/03/icon-white.png);
}


blockquote:before {
    content: '';
    position: absolute;
    bottom: 0em;
    left: 0em;
    height: 100%;
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: -01;
    background-color: #7bc144;
    box-shadow: -0.5em 0em #000000;
    transform: skew(0deg, 0deg);
}
 

blockquote a{
color: #ffffff!important;
text-decoration: none;
}

blockquote a:hover{
color:#070707!important;
}



#breadcrumbs {
    border-bottom: solid 0px rgba(0, 0, 0, 0.18);
    color: black;
    z-index: 0;
    margin-bottom: 50px;
    margin-right: auto;
    margin-top: 73px;
}


.apply-form{
  background-color: #7bc143;
  padding:5em;
}


.apply-form .with_frm_style .frm_primary_label {
    max-width: 100%;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-family: var(--font);
    font-size: 14px;
    font-size: var(--font-size);
    color: #444444;
    color: #ffffff!important;
    font-weight: bold;
    font-weight: var(--weight);
    text-align: left;
    text-align: var(--align);
    padding: 0 0 3px 0;
    padding: var(--label-padding);
    margin: 0;
    width: auto;
    display: block;
}

.inside-content h1 {
    margin-bottom: -1px;
    color: #5eae1f;
    font-weight: 900;
    font-size: 2.5em;
}

.inside-content h1 strong{
    color: #3f6fa6;
}

.inside-content h1 span{
  display: block;
  font-size: .6em;
  font-family: 'Poppins';
  font-weight: normal;
}

.inside-content h2 em{
  font-size: .8em;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal

}


.inside-content h2 {
    color: #000000;
    font-weight: 900;
    font-size: 2em;
}

.inside-content h3 {
    color: #596161;
    font-weight: 900;
    font-size: 1.4em;
}

.inside-content h5{
  font-size:  1.3em;
}

.deal-price{
  position: relative;
  font-weight: 900;
  font-size: 4em;
  line-height: 1.2;
  text-shadow: -0.08em 0.09em 0.2em #00000005;
  color: #000000;
  font-family: 'poppinsbold'!important;
}

.deal-price span{
  display: block;
  font-size: 0.5em;
  padding: 1% 7%;
}

.deal-offer{
  position: relative;
  font-size: 1.4em;
  line-height: 1.4;
  display: block;
  margin: 2% 0 2% 0;
  font-family: 'poppinsbold'!important;
  color: #000;
}

.deal-offer span{
  display: block;
  font-size: .7em;
}

.coup-page{
  position: relative;
}

.coup-page .text-highlight{
  margin-bottom: 3em;
}


.coup-page .home-coup img{
  width: 11em;
  left: 0;
  margin-bottom: 0.8em;
}

.coup-page .col-lg-6{
  margin: 1.5em  0 3.5em 0!important;
}

.coup-page .home-coup{
  text-align: center;
  width: 90%;
  padding: 9% 10% 5% 10%;
}

.coup-page .home-coup .btn{
  margin: 0.4em auto 1em auto;
  background-color: #000000;
  border: 0;
  color: white;
  margin: 1em auto;
  display: block;
  width: 90%;
}

.coup-page .home-coup p{
  font-size: .8em;
  color: #000;
}
 

.employ-acc .accordion-header{
  margin: 0;
  text-align: center;
} 

.employ-acc  .accordion-button{
   text-transform: uppercase;
   letter-spacing: .03em;
   font-size: 1.3em;
   text-align: center!important; 
}

.employ-acc .accordion-button:not(.collapsed) {
    color: #fbf6a5;
    background-color: #b5201d;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

/* List Style 1 Inner CSS  */ 

.bullet-list{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 10px;
}

.bullet-list li {
    position: relative;
    padding: 0 0 0.1em;
    padding-left: 2em;
    font-size: 1.2em;
    font-weight: 500;
    width: 48%;
    z-index: 0;
}

.bullet-list li:after {
     content: "\ed3c";
     font-family: 'icomoon' !important;
     position: absolute;
     top: 0;
     left: 0;
     color: #7bc144;
     font-size: 1.333em;
     border-radius: 50%;
     line-height: 1;
}

.bullet-list li a{
  color: #e01416;
  text-decoration: none;
  cursor: pointer;
}

.bullet-list li a:hover{
  color: #000;
}

/* ---------------------- */

/* List Style 2 Inner CSS  */ 

.check-list li{
    display: block!important;
    padding: .8em 1em .8em 4em!important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14)!important;
    position: relative!important;
    line-height: 1.5em!important;
    text-align: left!important;
    width:100%!important;
}

.check-list  {
    display: block!important;
    margin: 1em 0!important;
    padding: 0!important;
    border: solid 1px rgba(0, 0, 0, 0.08)!important;
    position: relative;
/*     z-index: -1; */
}

.check-list li:before {
    content: "\ed3c";
    font-family: 'icomoon' !important;
    color: #000000;
    display: block;
    position: absolute;
    font-size: 1.2em;
    top: 0.8em;
    left: 1.06em;
    z-index: 2;
}

.check-list li:after{
  content: '';
  position: absolute;
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  top: 0.4em;
  left: 0.3em;
  background-repeat: no-repeat;
}

.check-list li strong {
    text-transform: uppercase;
    font-size: 1.025em;
    color: #7dc144;
}

.check-list li a{
  color: #199ad6!important;
}

.check-list li a:hover{
  color: #ffdd17;
}

/* ------------------------------------------ */

/* Membership Template  */

.insideimage.member-banner{
  background-image: url(/wp-content/uploads/2021/12/memberplan-bg.jpg);
  background-size: 70%;
  padding: 12% 0% 15% 0%;
  background-position: 105% 2.2em;
}

.insideimage.member-banner:after{
  transform: rotate(45deg);
  width: 43em;
  height: 43em;
  left: -20%;
  top: -50%;
  background-image: none;
}

.member-banner .banner-head{
  line-height: 1.1;
  font-size: 1.8em;
}

.member-banner .banner-head span{
  display: block;
  font-weight: 900;
  font-size: 1.8em;
  color: #f28c39;
}

.member-s1{
  text-align: center;
  padding-bottom: 8em;
}


.member-s1 .text-highlight{
  padding-bottom: 2.5em;
  margin-bottom: 3em;
}

.member-s1 .text-highlight:not(.no-line):after{
  right: 0%;
  width: 100%;
}

.member-s1 .text-highlight:not(.no-line):before{
    content: '';
    position: absolute;
    bottom: -2.3em;
    left: 0em;
    width: 100%;
    height: 5em;
    background-image: url(/wp-content/uploads/2021/12/bluebg-bee-2.png);
    background-size: 4em;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.member-s2{
  position: relative;
  background-color: #003644;
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
  background-size: cover;
  color: white;
}

.member-price{
  position: relative;
  width: 3em;
  font-size: 7em;
  font-weight: 900;
  margin: -1em auto .3em auto;
  display: block;
  text-align: center;
  background-color: #f28c39;
  line-height: 1.1;
  padding: .1em .2em .2em .2em;
 }

.member-price span{
  display: block;
  font-size: .4em;
}

.member-s2 .check-list li{
  background-color: #003644;
  transition: all .3s ease-in-out;
}

.member-s2 .check-list li:hover{
  background-color: #012731;
}

.member-s3{
  padding-top: 5%;
}

.member-s3 .btn{
  max-width: 550px;
}


/* Opening CTA Inner CSS  */ 

.text-highlight {
    font-size: 1.36em;
    font-style: italic;
    color: #000000;
    position: relative;
    font-weight: 500!important;
    margin-top: 8px;
    padding-bottom: 3%;
    margin-bottom: 39px;
    line-height: 1.4!important;
    z-index: -1;
}

.text-highlight:not(.no-line):after {
    content: ' ';
    display: block;
    width: 159%;
    height: 4px;
    background-color: #7dc144;
    position: absolute;
    top: 99%;
    right: 20px;
}

.text-highlight p{
  margin-bottom: 0;
}

.side-coup{
  position: relative;
  width: 95%;
  margin: 2em auto 2em auto;
  background-color: #ffffff;
  background-size: 18em;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 3% 10% 8% 10%;
  outline: .3em dashed #003d4f;
  outline-offset: -1em;
  text-align: center;
}

.side-coup:before{
  content: '';
  position: absolute;
  background-color: #7dc143;
  width: 53%;
  height: 110%;
  top:-5%;
  left: -2.4%;
  z-index: -1;
}

.side-coup:after{
  content: '';
  position: absolute;
  background-color: #000000;
  width: 52%;
  height: 110%;
  top:-5%;
  right: -2.4%;
  z-index: -1;
}

.side-coup img{
  width: 11em;
  display: block;
  margin: -4em auto -0.7em auto;
  z-index: 3;
  position: relative;
}


.side-price{
  font-size: 4em;
  color: #000000;
  position: relative;
  margin-top: 2%;
  font-weight: 900;
  font-family: 'poppinsbold';
}

.side-offer{
    font-size: 1.3em;
    position: relative;
    margin-bottom: 3%;
    letter-spacing: .02em;
    color: #003644;
    font-family: 'poppinsbold';
}

.side-offer span{
  display: block;
  font-size: .7em;
}

.side-coup .btn-primary{
  display: block;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #000000!important;
  letter-spacing: .08em;
  padding: 0.9em 1em;
  font-size: 1em;
  width: 90%;
  margin: auto;
  background: #7dc143;
}

.side-label{
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: .05em;
  margin-bottom: 0%;
  color: #ffffff;
}

.side-form{
  position: relative;
  background-color: #f54d40;
  padding: 5% 9%;
  margin-bottom: 5%;
  box-shadow: 0px 0px 2em rgb(2 2 2 / 15%);
  border: 1px solid #e4e4e4;
}

.side-form iframe{
  height: 29em!important;
}


 .text-highlight2 {
    font-size: 1.25em;
    padding: 1.5em 3% 1.1em;
    position: relative;
    border-bottom: solid 1px #00000054;
    text-align: center;
    margin: 4.5rem 0 1.5rem;
    color: #000000;
    font-weight: 900;
    z-index: -1;
}

.text-highlight2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,#00000040 44.99%,#FFFFFF 45%,#FFFFFF 54.99%,#00000040 55%);
}


.text-highlight2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4em;
    background-size: 9em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 0em;
    top: -2.15em;
    background-image: url(/wp-content/uploads/2022/03/southwestelectric.jpg);
}

 .text-highlight2 a{
   display: unset;
   color: #b00c03;
   transition: all .3s ease-in-out;
   transform: scale(1);
   position: relative;
   bottom: 0em;
 }

  .text-highlight2 a:hover{
    font-size: 1.04em;
    bottom: 0.12em;

 }


.inner-bottom:before {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(/wp-content/uploads/2022/03/divider-1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    z-index: -1;
}

.inner-bottom{
  position:relative;
  margin-top: 4%;
  color: #000!important;
  padding: 12% 1% 5% 1%;
  z-index: 0;
  background-color: #000000;
} 


.usp-blk span {
    text-align: center;
    font-size: 4em;
    display: block;
    color: #7abe43;
}


.usp-blk {
    background-color: #ffffff;
    box-shadow: 0px 0px 13px rgb(4 49 97 / 19%);
    position: relative;
    padding: 16% 10% 11% 10%;
    transition: all .3s ease-in-out;
    z-index: 9;
    top: 0em;
    overflow: hidden;
    border-bottom-color: #7abe43;
    border-bottom-width: 9px;
    border-bottom-style: solid;
    margin-top: 3em;
    height: 460px;
    color: black;
    text-align: center;
}

.usp-blk:hover {
    top: -1em;
    background-color: #7abe43;
    border-bottom-color: #ffffff;
    border-bottom-width: 13px;
    border-bottom-style: solid;
    color: #000;
}


.bot-con {
    position: absolute;
    bottom: -1.9em;
    right: -1.6em;
    transition: all .3s ease-in-out;
    font-size: 1.48em;
    opacity: 0;
    line-height: 0;
}


.usp-blk:hover .bot-con {
    opacity: .3;
    bottom: 0;
    right: 0;
}


.usp-blk:hover.usp-blk span {
    text-align: center;
    font-size: 4em;
    display: block;
    color: #000000;
}


.usp-blk:hover.usp-blk .usp-label {
    position: relative;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .08em;
    transition: all .3s ease-in-out;
    top: 4px;
    color: #000000;
}

.usps-icon span{
  text-align:center;
  font-size:4em;
  display:block

  }

 .usp-blk .usp-label {
    position: relative;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .08em;
    transition: all .3s ease-in-out;
    top: 0;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}


.inner-bottom .usp-box{
  width:100%;
}

.inner-bottom.section-5 .usp-blk span {
  left: 0em;
}

.inner-bottom .row>*{
  padding: 0 .8%;
}

.inner-bottom .usp-row{
  margin-top: -25%;
}

.inner-bottom:after{
  display: none;
}

.inner-bottom .usp-wrap{
  position: relative;
  margin-top: 0em;
  z-index: 0;
}

.inner-bottom .usp-wrap.row>* {
    padding: 1%;
}

.side-reviews{
  position: relative;
  text-align: center;
  line-height: 1.8;
  padding: 8% 5%;
  background: #03a8e2;
  color: white;
}

.side-reviews .ttshowcase_rl_subtitle{
  display: none;
}

.side-reviews .rev-author:after{
  display: none;
}

.side-rev-box{
  padding: 5% 6%;
  font-size: .9em;
}

.side-reviews .carousel-control-next, .side-reviews .carousel-control-prev {
    color: #fff;
    opacity:1;
}

.side-reviews .btn-primary{
  display: block;
  border-radius: 0em;
  border: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 6%;
  color: white;
  background: #000000;
  padding: .72em 1em;
}

.side-reviews .side-label{
  color: white;
}

.formsidebar{
  position: relative;
  padding: 1em;
  background-color: #feca58;
  margin-top: 1em;
}

.form-inner-label{
  text-align: center;
  font-size: 1.3em;
  margin-bottom: .4em;
  font-weight: 900;
}

.side-rev{
  position: relative;
  padding: 1em 3em;
  background-color: #f2f2f2;
  color: black;
}

.side-rev .side-label{
  color: black;
}

.side-rev .btn{
  display: block;
  color: black;
}

/* ---------------------- */


/* Closing CTA Inner CSS  */ 


/* ------------------------------------------------------------------------------------- */


.faq-page .accordion-button{
  background-color: #66bee3;
  color: white;
}

.faq-page .accordion-button[aria-expanded=true], .faq-page .accordion-button:hover{
  background-color: #fa4f41;
  color: white;
}

.faq-page .accordion-button::after{
   -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);  
}

/* 404 Page */



.error-page {
    padding: 11% 4% 6% 4%;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: black;
    margin-top: 9%;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);    
}

.error-page .inside-content {
    position: relative;
    padding-top: 0px;
    background-color: #00000000;
    padding: 7% 1% 4% 1%;
}

.error-page .error{
  font-size: 14em;
  font-weight: 700;
  color: #7bc144;
  position: relative;
  display: block;
  line-height: 0.8;
  letter-spacing: .03em;
  z-index: 0;
  margin-top: -2%;
  text-shadow: -4px 4px #373535;
  margin-bottom: 1%;
  font-family: 'poppinsbold'!important;
}


.error-page .inside-content h1{
  font-size: 4.2em;
  color: #ffffff;
  position: relative;
  z-index: 0;
  margin-top: -0.2em;
}

.error-page .entry-content{
  font-size: 1.4em;
  padding: 0% 13%;
  position: relative;
  color: white;
}


.reroute-btns{
  padding: 0%;
  position: relative;
}

.reroute-btns .column,.reroute-btns .columns {
    padding-left: .3375rem;
    padding-right: .3375rem;
}

.reroute-btns .btn{
  width: 100%;
  font-size: 1.1em;
  box-shadow: 1px 1px 16px 8px #0000000f;
  text-transform: uppercase;
  /* font-weight: 900; */
  letter-spacing: .03em;
  border: 0;
  display: block;
  border-radius: 0;
  margin: .7em 0;
  color: black;
}

.reroute-btns .btn:hover {
    background-color: #ffffff!important;
    color: #000000!important;
    text-shadow: none;
}

.reroute-btns span{
  position: relative;
  top: 0.15em;
  font-size: 1.3em;
}




.single-blog ul{
  margin-left: 2em!important;
}

/* Default Template CSS  */ 

.main-blog{
  position: relative;
}

.main-blog a{
  text-decoration: none;
  color: #7bc144!important;
}

.main-blog .page-nav{
  position: relative;
  background-color: #efefef;
  padding: 1.5em;
  margin-bottom: 1em;
}

.main-blog .post-thumbnail img{
  width: 100%;
  display: block;
}

/* Meet the team */

.team-page{
  position: relative;
}

.team-page h1{
  padding-top: 1em;
}

.team-page h1, .team-page .text-highlight{
  text-align: center;
}

.team-page .text-highlight{
  padding-bottom: 2.5em;
  margin-bottom: 3em;
}

.team-page .text-highlight:not(.no-line):after{
  right: 0%;
  width: 100%;
}

.team-page .text-highlight:not(.no-line):before{
    content: '';
    position: absolute;
    bottom: -2.3em;
    left: 0em;
    width: 100%;
    height: 5em;
    background-image: url(/wp-content/uploads/2021/12/bluebg-bee-2.png);
    background-size: 4em;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.team-page .nav-tabs{position: relative;border: 0;}

.team-page .nav-tabs li{
  width: 14.24%;
}

.team-page .nav-tabs .nav-link{
  padding: 0;
}

.team-page .nav-tabs li img{
  position: relative;
  width: 100%;
}

.emp-info{
  background-color: #003c4e;
  text-transform: uppercase;
  color: white;
  border-top: .2em solid #003645;
  font-size: .8em;
  font-weight: 900;
  padding: 0em 0em 0.4em 0em;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
}

.emp-info em{
  display: table-cell;
  font-weight: 400;
  font-size: 0.7em;
  height: 3em;
  vertical-align: middle;
  width: 26em;
  background: #003645;
}

.team-page .tab-content{
  position: relative;
  background-color: #003644;
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
  color: white;
  border-top: .2em solid #003644;
}

.team-page .tab-content h2{
  color: #fec857;
}

.team-page .tab-content .col-md-4{
   padding: 0 3em;
   /* background-color: #0090b5; */
}

.team-page .tab-content .emp-info{
  width: 100%;
  padding: 0em 0em 0.3em 0em;
  font-size: 1em;
  background-color: #f28c39;
}

.team-page .tab-content .emp-info em{
  width: 45em;
  background-color: #feca58;
  color: black;  
}

.team-page .nav-tabs .nav-item.show .nav-link .emp-info, .team-page  .nav-tabs .nav-link.active .emp-info{
  background-color: #f28c39;
}

.team-page .nav-tabs .nav-item.show .nav-link .emp-info em, .team-page  .nav-tabs .nav-link.active .emp-info em{
  background-color: #feca58;
  color: black;
}

.team-page  .nav-tabs .nav-link:hover .emp-info{
    background-color: #f28c39;
}

.team-page  .nav-tabs .nav-link:hover .emp-info em{
    background-color: #feca58;
  color: black;
}

.team-page .emp-cont{
  position: relative;
  padding: 0.3em;
  height: 32em;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 1em 0 1em 0;
}

.team-page .emp-cont h2{
  margin-top: 0;
}


.team-page .emp-cont::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 49%);
  border-radius: 15px;
  background-color: #00000029;
}

.team-page .emp-cont::-webkit-scrollbar
{
  width: 5px;
  /* background-color: #F5F5F4; */
}

.team-page .emp-cont::-webkit-scrollbar-thumb
{
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 36%);
  background-color: #000000;
}

.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
  bottom: -0.5em;
}


/* ------------------------------------------------------------------------------------- */

.inside-content a{
  display: unset;
  color: #000000;
}

.inside-content .btn-primary{
  color: #000000;
}

/* Thank You Template CSS  */ 

.thank-you {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    padding: 9% 1% 5% 1%;
    margin-top: 10%;
    z-index: 99;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);
    position: relative;
}
.thank-you .button:hover {
    background-color: #fff;
    color: #000;
}

.thank-you .bg-inner {
    text-align: center;
    background-color: rgb(0 0 0 / 0%);
    border: solid 1px #00000000;
    position: relative;
    padding: 4.063rem 0 3.363rem 0;
    color: white;
}

.thank-you .bg-inner {
    width: 100%;
    max-width: 1100px!important;
    margin: 0 auto;
    position: relative;
}

.thank-you .bg-inner p {
    font-size: 1.5rem;
    line-height: 1.5em;
}

.thank-you .bg-inner  h1{
    margin: 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 3.3rem;
    line-height: 1;
    margin-bottom: 33px;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-shadow: -6px -1px .8em #2b2b2b;
}


.thank-you .bg-inner h1 strong {
    display: block;
    font-size: 1.847em;
    color: #7dc144;
}


.thank-you .button{
  display: block;
  background-color: #7dc144;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: .08em;
  color: #000000;
  text-decoration: none;
  padding: 0.65em 0em;
  margin: 0.7em 0;
}

/* ------------------------------------------------------------------------------------- */


/* Client Response Template CSS  */ 

 

.client-resp-wrap{
  padding: 0% 5%;
}


.client-response .entry-content{
  padding: 0% 5%;
}

.client-response .frm_style_formidable-style.with_frm_style input[type=submit]{
  display: block;
  width: 100%;
  font-family: 'arvobold';
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .08em;
  background-color: #e62318;
}

.client-response .frm_style_formidable-style.with_frm_style input[type=submit]:hover{
  background-color: black;
  color: white;
}

.client-response .frm_style_formidable-style-2.with_frm_style .frm_primary_label{
  color: white;
}

.client-response .frm_style_formidable-style-2.with_frm_style input[type=submit]{
  display: block;
  background-color: #199ad6;
  color: white;
  width: 100%;
  padding: .85em 0em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1em;
  font-family: 'Exo 2', sans-serif!important;
  text-shadow: -0.03em 0.08em black;
}

.client-response .frm_forms.frm_style_formidable-style-2.with_frm_style{
  margin: auto;
}

.client-response .bg-inner {
    text-align: center;
    background-color: rgb(0 0 0 / 0%);
    border: solid 1px #00000000;
    position: relative;
    padding: 3.063rem 0 1.363rem 0;
    color: white;
}

.client-response .bg-inner {
    width: 100%;
    max-width: 1100px!important;
    margin: 0 auto;
    position: relative;
}

.client-response .bg-inner p {
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 0% 5%;
}
.page-id-681 .bg-inner  h1{
    color: #7bc144!important;
}
.page-id-681 .client-response  {
  padding-top: 5%!important;
}

.client-response .bg-inner  h1{
    margin: 0;
    color: #ffffff;
    font-size: 4.5rem;
    line-height: 0.9;
    margin-bottom: 3%;
    text-shadow: 4px 4px 0.7em #00000075;
    text-transform: uppercase;
}


.client-response .bg-inner h1 strong {
    display: block;
    font-size: 1.647em;
    color: #7dc144;
    position: relative;
}

.client-response .bg-inner  h1 span strong{
  font-size: 1.3em;
}

.client-response .bg-inner  h1 span{
  font-size: 0.7em;
  display: block;
  font-weight: normal;
}

.client-response .with_frm_style .frm_primary_label{
  color: white;
}

.client-response .frm_button_submit {
  position: relative;
  display: block;
  width: 100%;
  background-color: #e7090c;
  padding: .85em 0em;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-family: 'Ubuntu', sans-serif!important;
}

/* ------------------------------------------------------------------------------------- */


/* Client Feedback Review Template CSS  */ 


.client-response {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 13% 1% 7% 1%;
    background-color: #4e4e4e;
    margin-top: 9%;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);
}

.client-review {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    padding: 11% 4% 5% 4%;
    position: relative;
    z-index: 9;
    margin-top: 8%;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/feedback-bg.jpg);
    text-align: center;
}
 

.client-review  p {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 0% 0%;
    color: black;
}

.client-review  h1{
    margin: 0;
    color: #000000;
    font-weight: normal;
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: -0.1em;
    /* text-shadow: 4px 4px 0.4em #00000057; */
    text-transform: uppercase;
    position: relative;
}


.client-review h1 strong {
    display: block;
    font-size: 1.47em;
    color: #7dc144;
}


.resp-box{
  border-top: 1px solid #00304624;
  FONT-WEIGHT: 100;
  position: relative;
  margin-top: 2%;
  border-bottom: 1px solid #00304624;
}

.resp-txt{
  font-weight: 900;
  font-size: 1.7em;
  letter-spacing: 0.03em;
  margin-bottom: 2%;
  line-height: 1.7;
  padding: 1% 5% 0% 5%;
}

.resp-box .btn{
  display: block;
  width: 80%;
  max-width: 440px;
  border-radius: 0em;
  border: 0;
  margin: auto;
}

.client-review img{
  display: block;
  width: 90%;
  margin: auto;
}

.client-review .col-12 img{
  max-width: 450px;
}

.client-review .row-cols-5{
  padding: 0% 15%;
  margin-top: 2%;
}


/* ------------------------------------------------------Media Queries CSS ---------------------------------------- */ 

 
 @media screen and (min-width: 5.001em) and (max-width: 25em) {
.section-2 .col {
    margin-bottom: 3%;
}         
   .tab input:checked ~ .tab__content {
    max-height: 16rem;
    overflow-y: scroll;
}
.float-btn {
    top: 60%;
}
.tab__label{
  font-size:1.3em;
}
   .usp-group {
    padding-left: 1em!important;
    padding-right: 1em!important;
}

   .section-7 {
    padding: 11% 0% 0% 0%;
    margin-top: 62px;
}


   .section-5:before {
    width: 100%;
    height: 100%;
}

   .section-5 .col-6{
     width:100%;
   }

   .section-4 {
    padding: 19% 1% 10em 1%;

}

.section-4:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #00000075;
    z-index: 0;
    -webkit-transform: translate(0em,0%);
    -ms-transform: translate(0em,0%);
    transform: translate(0em,0%);
    background-image: none;
}

   .sec4-label {
    color: #fff;
    font-size: 1.2em;
    line-height: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
}

   .section-4:after {
   
     display:none;
}

   .home-price {
   margin-top:50px;
    font-size: 3.45em;
    margin-bottom: 5px;
}

.wp-image-425{
  display:none!important;
}
   

.home-form{
        padding: 4% 0% 2% 0%;    
        margin-top: 5%;
  margin-left: 0em;
  -webkit-transform: translate(0em,0%);
  -ms-transform: translate(0em,0%);
  transform: translate(0em,0%);
}

.form-label {
    margin-bottom: -0.5rem;
    text-align: center;
    font-size: 1.3em;
    color: #000000;
    padding-top: 6%;
}

   

   .section-1 h1 span {
    line-height: 1.5;
}

 .section-1 h1 {
    font-size: 1.7em;
    position: relative;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    margin: 1.4em 0 0.2em 0;
}  
   
.slider-label {
    font-size: 0.68em;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
}

.row.schedule-block .col-sm-6.col-md-6.col-lg-6 {
    width: 50%;
}
.sliderbox {
    padding-left: 0em;
    position: relative;
    z-index: 0;
    text-align: center;
}
   .section-1{
     margin-top:-167px;
        margin-bottom: 10em;
   }

.sec1-left {
    padding-left: 0em;
    padding-right: 0em;
}


.sliderfull:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #00000075;
    z-index: -1;
}
   

.sliderfull:before {
    background-image: url(/wp-content/uploads/2022/03/mobile-banner.jpg);

}

   


   header#masthead:before {
    height: 1%;

}
header#masthead {
 
    height: 90px;

}

 .thank-you {
    padding: 9% 1% 5% 1%;
    margin-top: 10%;
}  


/* NEW QUERIES */

.sec7-usps-block {
    text-align: center;

}

.section-7 h2 {
    font-size: 2em;
    text-align:center;
    line-height: 41px;
}

.sec5-header span {
    font-size: 1.03em;
    margin-bottom:20px;
    font-weight: 900;
    font-family: 'poppinsbold'!important;
    text-align: center;
}

.sec3-left {
    padding-right: 0em;
}

.quick-nav a {
    font-size: 0.9em;
}

.membership-label {
    font-size: 2em;
    margin-bottom: 12px;
    line-height: 35px;
    text-align:center;
    margin-top:18px;
}


.but-full{
  width:100%;
  margin-bottom:10px;
}

.sec6-label-b {
    text-align: center;
    font-size:0.8em;
}

.sec6-right {
    padding-left: 0em;
  
}


.financing-label{
  font-size:1.99em;
  text-align:center;
  display:block;
  line-height: 49px;
}

.sliderbox .btn-primary {
    width: 87%;
}

.sliderfull {
    padding: 15% 0% 49% 0%;
    margin-top: 25%;
    background-position: top center;
    background-image: url(/wp-content/uploads/2022/01/mobile-slider.jpg);
    background-size:100%;
}





.inner-pattern {
    padding-left: 1em;
    padding-right: 1em;
}

.section-6:after {
    height: 93%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}

.sec6-label {
 color:#fff;
    font-size: 2.7em;
   
}





.section-4 h2 {
    font-size: 1.94em;
    text-align: center;
}

.sec3-right {
    padding-left: 0em;
}

.home-form iframe {
        height: 61em !important;
        margin-top: -2em;
}

.home-form:after {
display:none;
}


.section-3 .btn-primary, body .btn-secondary {
    width: 100%;
}

.section-3 h2 {
    font-size: 1.6em;

    text-align:center;
}

.section-3:after {
display:none;
}

.section-2 h1{
  font-size: 1.7em;
  text-align:center;
  line-height: 30px;
}

.sec3-usps-block {
    margin-bottom: 2em;
    text-align:center;
}



.slider-usps-block {
    text-align:center;
}


header#masthead.smallbar {
    background-color: #ffffff!important;
    height: 57px;
}

.slider-header {
    line-height: .9;
    font-size: 2.6em;
    padding-left: 0px;
}

.slider-subline {
    font-size: 1.4em;
    line-height: 20px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 0px;
}


/* END NEW QUERIES */

      #breadcrumbs{
     font-size: .6em;
   }

   blockquote {
    padding: 2% 3% 1% 3%!important;
}

   blockquote:after{
     display: none;
   }   

   .error-page .inside-content h1{
     font-size: 1.5em;
     margin-bottom: 0em;
   }


   .error-page .error{
     font-size: 8.1em;
   }   

.error-page .entry-content {
    font-size: 1em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   
   

.client-review{
  text-align: center;
  margin-top: 24%;
  padding: 20% 4% 5% 4%;
}


.client-review .row-cols-5 {
    padding: 0% 1%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}


.client-review img, .client-review .btn{
  margin: auto;
  width: 100%;
}

.client-review h1{
  font-size: 2em;
}   

 
.client-response .bg-inner p {
    font-size: 1.1rem;
    padding: 0% 0%;
}

.client-response .bg-inner h1 {
    font-size: 1.9rem;
}

.thank-you .bg-inner h1 {
    font-size: 1.4rem;
}

.thank-you .button{
  margin: .5em 0;
}

.thank-you .bg-inner p {
    font-size: 1rem;
}


   .bullet-list li{
     width: 100%;
   }

.insideimage, .insideimage.member-banner {
    margin-top: 20%;
    padding: 19% 3% 10% 3%;
}
.member-price{
  font-size: 5em;
}


.insideimage:after, .insideimage.member-banner:after{
  width: 100%;
  left: 0;
  transform: rotate(0);
  height: 100%;
  top: 0;
}
.member-banner .banner-head{
  font-size: 1.2em;
}
.insideimage .slider-usp .usp-box {
    height: 7.8em;
    font-size: .7em;
    padding: 5% 15%;
}

.thank-you {
    padding: 15% 1% 5% 1%;
    margin-top: 17%;
}


.banner-head{
   font-size: 1.1em;
}


.insideimage .col-lg-6{
  padding-right: 35%;
}

.banner-head{
  font-size: 0.83em;
  width: 100%;
}

.insideimage .activate a{
  font-size: 0.68em;
}


.sec2-form-button {
    width: 100%;
}

.sec2_button_title {
    color: white;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.8em;
}

.logo-image img{
  width: 31em;
  top: -16px;
}

.financing-block {
    padding: 0em 0 4em 0;
    margin-top: 0em;
}

   .home-offer {
    position: relative;
    font-weight: 900;
    font-size: 2.0em;
    margin-bottom: 0.3em;
    letter-spacing: .04em;
    text-align: center;
    line-height: 1.1;
    font-family: 'poppinsbold';
    color: #000;
}

.smallbar .logo-image img{
  width: 10em;
}


   .section-genseca:after{
  left: -5%;
  width: 110%;
  transform: skew(-0deg, 0deg);
}

.pc-default .usp-box.box-4, .pc-default .usp-box.box-5{
  left: 0%;
}   

.section-gensecb{
  padding: 4em 2em 3em 2em;
}

.section-gensecc{
  padding: 3em 2em;
}   

.section-gensecd {
    padding: 3em 2em;
}   

   .section-gensece{
  position: relative;
  padding: 1.5em 2em 3em 2em;
}
   

      .sidebar-form iframe {
    height: 45em!important;
    margin-top: -2em;
}
  

.side-rev .btn{
  font-size: .9em;
}

.side-price{
  font-size: 3em;
}

.logo-foot img{
  width: 19em;
}

.quick-nav.adjust {
    font-size: .9em;
    top: 4.2em;
}

section.section-1 img {
    padding: 5% 2%;
}
.close-cta{
  font-size: 0.8em;
  padding: 6% 2% 3% 2%;
}
 
.sched-row a {
    padding: 3% 0% 3% 0%;
    font-size: 0.6em;
}

 
.resp-txt{
  font-size: 1em;
}

.client-response {
    padding: 17% 1% 7% 1%;
    margin-top: 14%;
}


.hide-for-small-only{
  display: none!important;
}

.error-page {
    padding: 13% 4% 6% 4%;
    margin-top: 18%;
}

.help-links a{
  text-align: center;
}

.side-form iframe {
    height: 39em!important;
}


.insideimage .slider-usp{
  width: 95%;
  margin-right: auto;
  right: 0;
  font-size: 0.7em;
  bottom: 0;
  position: relative;
  margin-top: 1em;
}

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}

.show-for-small-only{
  display: block!important;
}


.team-page .tab-content .col-md-4{
  padding: .5em 3em;
}

.team-page .nav-tabs li{
  width: 100%;
}

.team-page .nav-tabs li img{
  display: none;
}

.team-page .nav-tabs .nav-link{
  width: 100%;
}

.emp-info em{
  width: 90em;
}

}



 @media screen and (max-width: 35em) and (min-width: 25.001em) {
.row.schedule-block .col-sm-6.col-md-6.col-lg-6 {
    width: 50%;
}     
section.section-1 img {
    padding: 5% 2%;
}     
.section-2 .col {
    margin-bottom: 3%;
}     
      .tab input:checked ~ .tab__content {
    max-height: 22rem;
    overflow-y: scroll;
}
.float-btn {
    top: 74%;
}
.tab__label{
  font-size:1.3em;
}
.section-7 h2 {
    font-size: 2em;
    text-align:center;
    line-height: 41px;
}


   .usp-group {
    padding-left: 1em!important;
    padding-right: 1em!important;
}

   .section-7 {
    padding: 11% 0% 0% 0%;
    margin-top: 42px;
}


   .section-5:before {
    width: 100%;
    height: 100%;
}

   .section-5 .col-6{
     width:100%;
   }

   .section-4 {
    padding: 19% 1% 10em 1%;

}

.section-4:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #00000075;
    z-index: 0;
    -webkit-transform: translate(0em,0%);
    -ms-transform: translate(0em,0%);
    transform: translate(0em,0%);
    background-image: none;
}

   .sec4-label {
    color: #fff;
    font-size: 1.2em;
    line-height: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
}

   .section-4:after {
   
     display:none;
}

   .home-price {
   margin-top:50px;
    font-size: 3.45em;
    margin-bottom: 5px;
}

.wp-image-425{
  display:none!important;
}
   

.home-form{
  margin-top: 0em;
  margin-left: 0em;
  -webkit-transform: translate(0em,0%);
  -ms-transform: translate(0em,0%);
  transform: translate(0em,0%);
}



   

   .section-1 h1 span {
    line-height: 116px;
}

 .section-1 h1 {
    font-size: 1.7em;
    position: relative;
    color: #000000;
    line-height: 1;
    text-align: center;
}  
   
.slider-label {
    font-size: 0.68em;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
}


.sliderbox {
    padding-left: 0em;
    position: relative;
    z-index: 0;
    text-align: center;
}
   .section-1{
     margin-top:-167px;
        margin-bottom: 9em;
   }

.sec1-left {
    padding-left: 0em;
    padding-right: 0em;
}


.sliderfull:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #00000075;
    z-index: -1;
}
   

.sliderfull:before {
    background-image: url(/wp-content/uploads/2022/03/mobile-banner.jpg);

}

   

   

   

header#masthead:before {
    height: 0%;
}



 .thank-you {
    padding: 9% 1% 5% 1%;
    margin-top: 10%;
}  

/* NEW QUERIES */

.section-6:after {
    height: 94%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}

.sec6-label {
 font-size: 2.7em;
}

.sec6-right {
    padding-left: 0em;

}
.but-full{
  width:100%;
  margin-bottom:10px;
}


.section-4 h2 {
    font-size: 2.4em;
    text-align: center;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
  text-align:center;
}

.financing-label{
  font-size:2em;
  margin-bottom:12px;
  text-align:center;
  line-height: 48px;
}

.sec3-right {
    padding-left: 0em;
}

.home-form iframe {
        height: 59em !important;
        margin-top: -3em;
}

.home-form:after {
display:none;
}

.home-form {
        position: relative;
        padding: 6% 2% 3% 2%; 
        margin-top: 5%
}
.form-label {
    font-size: 1.8em;
}
.section-3 h2 { 
text-align:center;
}

.section-3:after {
 display:none;
}

.sec5-header {
    font-size: 2.62em;
    text-align:center;
}


.sec7-usps-block {
    text-align: center;
}

.section-2 h1{
  font-size: 2.42em;
  position: relative;
  color: #000000;
  text-align:center;
}

.sec3-left {
    padding-right: 0em;
}

.sec3-usps-block {
    margin-bottom: 2em;
    text-align:center;
}

.section-1 .row .col{
    flex: 0 0 auto;
    width: 50%;
  }

.slider-label {
    font-size: 0.7em;
    line-height: 14px;
}


.slider-usps-block {
    text-align:center;
}


header#masthead.smallbar {
    height: 68px;
}

.slider-header {
    line-height: .9;
    font-size: 4.0em;
    padding-left: 0px;
}

.slider-subline {
    /* font-size: 1.4em; */
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 0px;
}

header#masthead {
    height: 115px;
}

.sliderfull {
    padding: 40% 0% 34% 0%;
    margin-top: 0;
    background-position: top center;
    background-size:100%;
}


.topservices-btn {
 font-size:0.8em;
    padding: 0.7em;
    display: block;
    transition: all .43s ease-in-out;
}

.inner-pattern {
    padding-left: 1em;
    padding-right: 1em;
}



/* END NEW QUERIES */

.logo-foot img{
  width: 19em;
}
   .side-form iframe {
    height: 39em!important;
}

   .home-form .camp-form iframe {
    height: 32em!important;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32em!important;
}




.home-price{
  font-size: 4em;
}

.sched-row a{
  font-size: .8em;
}
  

.close-cta{
  font-size: 0.8em;
}
 .insideimage .slider-usp .usp-box {
    font-size: 0.8em;
}
 
.insideimage , .insideimage.member-banner{
    margin-top: 21%;
    padding: 19% 4% 11% 4%;
}


   #breadcrumbs{
     font-size: .7em;
   }


.client-review .row-cols-5 {
    padding: 0% 1%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}

      blockquote {
    padding: 2% 3% 1% 3%!important;
}

   blockquote:after{
     display: none;
   }

      .bullet-list li{
     width: 100%;
   }

   .error-page .error{
     font-size: 8.9em;
   }

   .error-page .inside-content h1{
     font-size: 1.8em;
     margin-bottom: 0em;
   }

.error-page .entry-content {
    font-size: 1em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   

.client-review{
  text-align: center;
  padding: 22% 4% 5% 4%;
  margin-top: 21%;
}

.client-review img, .client-review .btn{
  margin: auto;
}

.client-review h1{
  font-size: 2.3em;
}    

.client-response .bg-inner p {
    font-size: 1.4rem;
}

.client-response .bg-inner h1 {
    font-size: 2.4rem;
}

.thank-you .bg-inner h1 {
    font-size: 1.8rem;
}

.thank-you .button{
  margin: .5em 0;
}

.thank-you .bg-inner p {
    font-size: 1rem;
}

.thank-you {
    padding: 15% 1% 5% 1%;
    margin-top: 17%;
}
 

.client-response {
    padding: 16% 1% 7% 1%;
    margin-top: 16%;
}


.hide-for-small-only{
  display: none!important;
}

.error-page {
    padding: 16% 4% 14% 4%;
    margin-top: 18%;
}

   .section-genseca:after{
  left: -5%;
  width: 110%;
  transform: skew(-0deg, 0deg);
}

.pc-default .usp-box.box-4, .pc-default .usp-box.box-5{
  left: 0%;
}   

.section-gensecb{
  padding: 4em 2em 3em 2em;
}

.section-gensecc{
  padding: 3em 2em;
}   

.section-gensecd {
    padding: 3em 2em;
}   

   .section-gensece{
  position: relative;
  padding: 1.5em 2em 3em 2em;
}
   
.sec2-form-button {
    width: 98%;
    padding: 5% 0% 2% 0%;
}

.financing-block {
    padding: 0em 0 4em 0;
    margin-top: 0em;
}


  .logo-image img {
    width: 14.8em;
    top: -15px;
}

.quick-nav.adjust {
    font-size: .9em;
    top: 5.2em;
}

.smallbar .logo-image img {
    width: 13em;
}

.help-links a{
  text-align: center;
}

      .sidebar-form iframe {
    height: 45em!important;
    margin-top: -2em;
}
  



.insideimage .slider-usp{
  width: 100%;
  margin-right: auto;
  right: 0;
  position: relative;
  bottom: -3em;
  margin-top: 1em;
}

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}



.insideimage:after, .insideimage.member-banner:after{
  width: 100%;
  left: 0;
  transform: rotate(0);
  height: 100%;
  top: 0;
}
.member-banner .banner-head{
  font-size: 1.4em;
}

.insideimage .col-lg-6{
  padding-right: 35%;
}

.banner-head{
  font-size: 1.1em;
  width: 100%;
}

.insideimage .activate a{
  font-size: .88em;
}

.team-box {
    height: 22em;
    width: 22em;
}

.team-box p{
  height: 16em;
}

.show-for-small-only{
  display: block!important;
}


.team-page .tab-content .col-md-4{
  padding: .5em 5em;
}

.team-page .nav-tabs li{
  width: 100%;
}

.team-page .nav-tabs li img{
  display: none;
}

.team-page .nav-tabs .nav-link{
  width: 100%;
}

.emp-info em{
  width: 90em;
}

}




 @media screen and (max-width: 39.938em) and (min-width: 35.001em) {
     
      
.row.schedule-block .col-sm-6.col-md-6.col-lg-6 {
    width: 50%;
}     
section.section-1 img {
    padding: 5% 2%;
}     
        .tab input:checked ~ .tab__content {
    max-height: 22rem;
    overflow-y: scroll;
} 
.float-btn {
    top: 60%;
}
.tab__label{
  font-size:1.7em;
}

   .usp-group {
    padding-left: 1em!important;
    padding-right: 1em!important;
}

   .section-7 {
    padding: 11% 0% 0% 0%;
    margin-top: -18px;
}


   .section-5:before {
    width: 100%;
    height: 100%;
}

   .section-5 .col-6{
     width:100%;
   }

   .section-4 {
    padding: 19% 1% 10em 1%;

}



.section-4:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #0000005e;
    z-index: 0;
    -webkit-transform: translate(0em,0%);
    -ms-transform: translate(0em,0%);
    transform: translate(0em,0%);
    background-image:none!important;
}

   .sec4-label {
    color: #fff;
    font-size: 1.8em;
    line-height: 40px;
    z-index: 1;
    position: relative;
    text-align: center;
}



   .home-price {
   margin-top:50px;
   font-size: 5.45em;
   margin-bottom: 5px;
}

.wp-image-425{
  display:none!important;
}
   

.home-form{
        margin-top: 6%;
  margin-left: 0em;
  -webkit-transform: translate(0em,0%);
  -ms-transform: translate(0em,0%);
  transform: translate(0em,0%);
}



   

   .section-1 h1 span {
    line-height: 116px;
}

 .section-1 h1 {
    font-size: 2.7em;
    position: relative;
    color: #000000;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 0.2em;
}  
   
.slider-label {
    font-size: 0.68em;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
}

   .section-2 .row .col {
    margin-bottom: 15px;
}


.sliderbox {
    padding-left: 0em;
    position: relative;
    z-index: 0;
    text-align: center;
}
   .section-1{
     margin-top:-167px;
        margin-bottom: 9em;
   }

.sec1-left {
    padding-left: 0em;
    padding-right: 0em;
}


.sliderfull:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #00000075;
    z-index: -1;
}
   

.sliderfull:before {
    background-image: url(/wp-content/uploads/2022/03/mobile-banner.jpg);

}

   


   

 .thank-you {
 
    padding: 9% 1% 5% 1%;
    margin-top: 10%;
}  

/* NEW QUERIES */


.section-4:before {
   display:none;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}

.sec6-label {
 color:#fff;
    font-size: 2.7em;
   
}

.sec6-right {
    padding-left: 0em;
 
}


.sec7-usps-block {
  text-align:center;
}

.section-7 h2 {
    font-size: 3em;
    text-align:center;
}

.section-4 h2 {
    font-size: 2.4em;
    text-align: center;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
  text-align:center;
}

.financing-label{
  font-size:2em;
  margin-bottom:12px;
  text-align:center;
}

.sec3-right {
    padding-left: 0em;
}

.home-form iframe {
        height: 57em !important;
        margin-top: -3em;
}

.home-form:after {
display:none;
}


.section-2 h1{
  font-size: 3.0em;
  position: relative;
  color: #000000;
  text-align:center;
}

.sec3-left {
    padding-right: 0em;
}

.sec3-usps-block {
    margin-bottom: 2em;
    text-align:center;
}

.section-1 .row>*{
}


.slider-usps-block {
    text-align:center;
}


header#masthead.smallbar {
    background-color: #ffffff!important;
    height: 80px;
}

.slider-header {
    line-height: .9;
    font-size: 4.0em;
    padding-left: 0px;
}

.slider-subline {
    /* font-size: 1.4em; */
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 0px;
}

header#masthead {
  
    height: 11px;
    z-index: 1;
}

.sliderfull {
    padding: 8% 0% 28% 0%;
    margin-top: 23%;
    background-position: top center;
    background-image: url(/wp-content/uploads/2022/01/mobile-slider.jpg);
    background-size:100%;
}

.inner-pattern {
    padding-left: 1em;
    padding-right: 1em;
}


.slider-label {
    font-size: 0.8em;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}





/* END NEW QUERIES */

.logo-foot img{
  width: 22em;
}

   .side-form iframe {
    height: 40em!important;
}

.financing-block {
    padding: 0em 0 4em 0;
    margin-top: 0em;
}

  .logo-image img {
    width: 12.8em;
    top: -10px;
}

.section-genseca:after{
  left: -5%;
  width: 110%;
  transform: skew(-0deg, 0deg);
}

.pc-default .usp-box.box-4, .pc-default .usp-box.box-5{
  left: 0%;
}      

header#masthead:before {
    width: 100%;
    height: 2%;
    top: 0%;
}

.sec2-form-button {
    width: 79%;
    padding: 4% 0% 2% 0%;
}

.section-3 h2 {
text-align:center;
}

  .smallbar .logo-image img {
    width: 13.6em;
} 

      .sidebar-form iframe {
    height: 45em!important;
    margin-top: -2em;
}
  

.error-page {
    padding: 13% 4% 11% 4%;
    margin-top: 17%;
}


.client-review{
  text-align: center;
  padding: 22% 4% 5% 4%;
  margin-top: 17%;
}

.client-review img, .client-review .btn{
  margin: auto;
}


.client-review .row-cols-5 {
    padding: 0% 1%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}

.client-review h1{
  font-size: 3.4em;
}   

.resp-txt {
    font-size: 1.5em;
}    

.insideimage .slider-usp .usp-box {
    font-size: 0.9em;
}

     .insideimage , .insideimage.member-banner{
    margin-top: 17%;
    padding: 20% 3% 8% 3%;
}


.insideimage .slider-usp{
  width: 100%;
  margin-right: auto;
  right: 0;
  bottom: -2em;
  position: relative;
  margin-top: 0.5em;
}

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}


.insideimage:after, .insideimage.member-banner:after{
  width: 100%;
  left: 0;
  transform: rotate(0);
  height: 100%;
  top: 0;
}
.banner-head{
   font-size: 1.2em;
}

   #breadcrumbs{
     font-size: .79em;
   }


   .bullet-list li{
     width: 100%;
   }

   blockquote {
    padding: 2% 3% 1% 3%!important;
}

   blockquote:after{
     display: none;
   }

      .error-page .inside-content h1{
     font-size: 2.7em;
     margin-bottom: 0em;
   }

   .error-page .error{
     font-size: 10em;
   }

.error-page .entry-content {
    font-size: 1.2em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   




.close-cta{
  font-size: 1em;
}


.client-response .bg-inner p {
    font-size: 1.5rem;
    padding: 0% 0%;
}

.client-response .bg-inner h1 {
    font-size: 3.1rem;
}

.thank-you .bg-inner h1 {
    font-size: 2.3rem;
}

.thank-you .button{
  margin: .5em 0;
}
 
.thank-you {
    padding: 13% 1% 5% 1%;
    margin-top: 15%;
} 

.client-response {
    padding: 15% 1% 7% 1%;
    margin-top: 16%;
}
 

.hide-for-small-only{
  display: none!important;
}

.help-links a{
  text-align: center;
} 
 
.show-for-small-only{
  display: block!important;
}


.team-page .tab-content .col-md-4{
  padding: .5em 9em;
}

.team-page .nav-tabs li{
  width: 100%;
}

.team-page .nav-tabs li img{
  display: none;
}

.team-page .nav-tabs .nav-link{
  width: 100%;
}

.emp-info em{
  width: 90em;
}

 }



 @media screen and (max-width: 55em) and (min-width: 39.939em) {
section.section-1 img {
    padding: 5% 2%;
}     
.float-btn {
    top: 66%;
}
.tab__label{
  font-size:1.7em;
}

   .usp-group {
    padding-left: 1em!important;
    padding-right: 1em!important;
}

   .section-7 {
    padding: 11% 0% 0% 0%;
    margin-top: -18px;
}


   .section-5:before {
    width: 100%;
    height: 100%;
}

   .section-5 .col-6{
     width: 50%;
   }

   .section-4 {
    padding: 6% 1% 10em 1%;
}



.section-4:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #0000005e;
    z-index: 0;
    -webkit-transform: translate(0em,0%);
    -ms-transform: translate(0em,0%);
    transform: translate(0em,0%);
    background-image:none!important;
}

   .sec4-label {
    color: #fff;
    font-size: 1.8em;
    line-height: 40px;
    z-index: 1;
    position: relative;
    text-align: center;
}



   .home-price {
   margin-top:50px;
   font-size: 5.45em;
   margin-bottom: 5px;
}

.wp-image-425{
  display:none!important;
}
   

.home-form{
        margin-top: 5%;
  margin-left: 0em;
  -webkit-transform: translate(0em,0%);
  -ms-transform: translate(0em,0%);
  transform: translate(0em,0%);
}



   .section-2 .row .col {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 15px;
}


   .section-1 h1 span {
    line-height: 116px;
}

 .section-1 h1 {
    font-size: 2.7em;
    position: relative;
    color: #000000;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 0.2em;
}  
   
.slider-label {
    font-size: 0.68em;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
}


.sliderbox {
    padding-left: 0em;
    position: relative;
    z-index: 0;
    text-align: center;
}
   .section-1{
     margin-top:-167px;
        margin-bottom: 8em;
   }

.sec1-left {
    padding-left: 0em;
    padding-right: 0em;
}


.sliderfull:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #00000075;
    z-index: -1;
}
   

.sliderfull:before {
    background-image: url(/wp-content/uploads/2022/03/mobile-banner.jpg);

}

   

   

   .sec7-usps-block {
    text-align: center;
}

   .section-7 h2 {
    font-size: 3em;
text-align:center;
}

.section-3 h2 {
text-align:center;
}

.sec5-header {
    font-size: 2.62em;
    text-align:center;
}

.financing-block {
    padding: 0em 0 4em 0;
    margin-top: 0em;
}


.section-1 .row .col{
    flex: 0 0 auto;
    width: 50%;
  }

  .sec6-right {
    padding-left: 0em;
}




   .slider-label {
    font-size: 0.9em;
    line-height: 21px;
   
}

header#masthead:before {
 
    width: 100%;
    height: 2%;
  
}

header#masthead {
    height: 131px;

}



 .thank-you {
 
    padding: 9% 1% 5% 1%;
    margin-top: 10%;
}  
/* NEW QUERIES */


.section-4:before {
   display:none;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}

.sec6-label {
 font-size: 2.7em;
}





.section-4 h2 {
    font-size: 2.4em;
    text-align: center;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
  text-align:center;
}

.financing-label{
  font-size:2em;
  margin-bottom:12px;
  text-align:center;
}

.sec3-right {
    padding-left: 0em;
}

.home-form iframe {
        height: 56em !important;
        margin-top: -3em;
}

.home-form:after {
display:none;
}


.section-2 h1{
  font-size: 3.0em;
  position: relative;
  color: #000000;
  text-align:center;
}

.sec3-left {
    padding-right: 0em;
}

.sec3-usps-block {
    margin-bottom: 2em;
    text-align:center;
}

.section-1 .row>*{
  padding-right:0!important;
  
}


.slider-usps-block {
    text-align:center;
}


header#masthead.smallbar {
    background-color: #ffffff!important;
    height: 80px;
}

.slider-header {
    line-height: .9;
    font-size: 4.66em;
    padding-right: 0em;
    padding-left: 0px;
}

.slider-subline {
    /* font-size: 1.4em; */
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 0;
}


.sliderfull {
    padding: 10% 0% 22% 0%;
    margin-top: 16%;
    background-position: top center;
    background-size: 96%;
}

.inner-pattern {
    padding-left: 1em;
    padding-right: 1em;
}





/* END NEW QUERIES */

.logo-foot img{
  width: 24em;
}
 
.banner-head{
  font-size: 1.3em;
}
 
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}

   .side-form iframe {
    height: 41em!important;
}

   .quick-nav.adjust{
     top: 4.7em;
   }

   .client-response {
    margin-top: 12%;
}

    .logo-image img {
    width: 11.8em;
    top: -12px;
}



.section-genseca:after{
  left: -5%;
  width: 110%;
  transform: skew(-0deg, 0deg);
}

.pc-default .usp-box.box-4, .pc-default .usp-box.box-5{
  left: 0%;
}   
   

   .smallbar .logo-image img {
    width: 13em;
}

      .sidebar-form iframe {
    height: 45em!important;
    margin-top: -2em;
}
  

.error-page {
    padding: 15% 4% 12% 4%;
    margin-top: 10%;
}

.sliderfull .col-sm-12, .section-1 .col-sm-12, .section-2 .col-sm-12, .section-3 .col-sm-12, .section-4 .col-sm-12, .section-6 .col-sm-12{
    width: 100%;
}




.sliderfull .col-md-7{
  width: 100%;
}


.section-1 .btn.se-widget-button{
  font-size: .8em;
  margin-bottom: 2em;
}

.show-for-small-only{
  display: block!important;
} 

.insideimage .slider-usp .usp-box{
  font-size: .73em;
}

.insideimage:after, .insideimage.member-banner:after{
  width: 100%;
  left: 0;
  transform: rotate(0);
  height: 100%;
  top: 0;
}

.insideimage, .insideimage.member-banner {
    margin-top: 16.5%;
    padding: 12% 3% 11% 3%;
} 
.side-price{
  font-size: 7em;
}

.side-offer{
  font-size: 2em;
}

.side-coup, .side-form, .side-reviews{
  width: 90%;
  margin: 2em auto 3em auto;
}

.side-label{
  font-size: 2em;  
} 

.insideimage .slider-usp{
  width: 90%;
  margin-right: auto;
  position: relative;
  bottom: -3.5em;
}

.insideimage .col-lg-6{
  padding-right: 39%;
}

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}

.error-page .error{
  font-size: 11em;
}

.close-cta{
  font-size: 1.1em;
}

.hide-for-small-only{
  display: none!important;
}
 
.help-links a{
  text-align: center;
}
 

   .error-page .inside-content h1{
     font-size: 2.9em;
     margin-bottom: 0em;
   }

.error-page .entry-content {
    font-size: 1.3em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   

 
.insideimage .col-md-4{
  width: 33.33%!important;
}


.home-label{
  font-size: 1.9em;
}

.client-review{
  text-align: center;
  padding: 18% 4% 5% 4%;
}

.client-review img, .client-review .btn{
  margin: auto;
}


.client-review .row-cols-5 {
    padding: 0% 8%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}

.client-review h1{
  font-size: 3.9em;
}   

.resp-txt {
    font-size: 1.5em;
}

.copyright{
  font-size: .9em!important;
}

.client-response .bg-inner p {
    font-size: 1.5rem;
}

.thank-you .bg-inner h1 {
    font-size: 2.6rem;
}

.thank-you {
    padding: 9% 1% 5% 1%;
    margin-top: 10%;
}

.thank-you .button{
  margin: .5em 0;
}


.inside-content .col-md-8, .inside-content .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
} 

.inside-content .emp-rows .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
    padding: 0.1%;
}

.inside-content .emp-rows .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0.1%;
}

.team-page .tab-content .col-md-4{
  padding: .5em 10em;
}
 

.team-page .nav-tabs li{
  width: 100%;
}

.team-page .nav-tabs li img{
  display: none;
}

.team-page .nav-tabs .nav-link{
  width: 100%;
}

.emp-info em{
  width: 90em;
}

 }


 @media screen and (max-width: 59.999em) and (min-width: 55.001em) {
.float-btn {
    top: 66%;
}
section.section-1 img {
    padding: 5% 2%;
}
.sliderfull .col-sm-12, .section-1 .col-sm-12, .section-2 .col-sm-12, .section-4 .col-sm-12, .section-6 .col-sm-12{
    width: 100%;
}
.sec3-left {
    padding-right: 0em!important;
}
   
   .usp-group {
    padding-left: 1em!important;
    padding-right: 1em!important;
}

   .section-7 {
    padding: 11% 0% 0% 0%;
    margin-top: -18px;
}


   .section-5:before {
    width: 100%;
    height: 100%;
}

   .section-5 .col-6{
     width: 50%;
   }

   .section-4 {
    padding: 6% 1% 10em 1%;
}





   .sec4-label {
    color: #fff;
    font-size: 1.8em;
    line-height: 40px;
    z-index: 1;
    position: relative;
    text-align: center;
}



   .home-price {
   margin-top:50px;
   font-size: 5.45em;
   margin-bottom: 5px;
}

.wp-image-425{
  display:none!important;
}
   

.home-form{
        margin-top: 5%;
  margin-left: 0em;
  -webkit-transform: translate(0em,0%);
  -ms-transform: translate(0em,0%);
  transform: translate(0em,0%);
}



   

   .section-1 h1 span {
    line-height: 116px;
}

 .section-1 h1 {
    font-size: 2.7em;
    position: relative;
    color: #000000;
    line-height: 0px;
    text-align: center;
    margin-bottom: 32px;
}  
   
.slider-label {
    font-size: 0.68em;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
}


.sliderbox {
    padding-left: 0em;
    position: relative;
    z-index: 0;
    text-align: center;
}
   .section-1{
     margin-top:-167px;
     margin-bottom: 16em;
   }

.sec1-left {
    padding-left: 0em;
    padding-right: 0em;
}


.sliderfull:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #00000075;
    z-index: -1;
}
   

.sliderfull:before {
    background-image: url(/wp-content/uploads/2022/03/mobile-banner.jpg);

}

   
   


   .usp-group {
    padding-left: 1em!important;
    padding-right: 1em!important;
}

   .section-7 {
    padding: 11% 0% 0% 0%;
    margin-top: -18px;
}


   .section-5:before {
    width: 100%;
    height: 100%;
}

  
 


.section-4:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #0000005e;
    -webkit-transform: translate(0em,0%);
    -ms-transform: translate(0em,0%);
    transform: translate(0em,0%);
    background-image:none!important;
}

   .sec4-label {
    color: #fff;
    font-size: 1.8em;
    line-height: 40px;
    z-index: 1;
    position: relative;
    text-align: center;
}



   .home-price {
   margin-top:50px;
   font-size: 5.45em;
   margin-bottom: 5px;
}

.wp-image-425{
  display:none!important;
}

   

   .section-1 h1 span {
    line-height: 116px;
}

 .section-1 h1 {
    font-size: 2.7em;
    position: relative;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.1em;
}  
   
.slider-label {
    font-size: 0.68em;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
}

   .section-2 .row .col {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 15px;
}


.sliderbox {
    padding-left: 0em;
    position: relative;
    z-index: 0;
    text-align: center;
}
   .section-1{
     margin-top:-167px;
     margin-bottom: 16em;
   }

.sec1-left {
    padding-left: 0em;
    padding-right: 0em;
}


.sliderfull:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: #00000075;
    z-index: -1;
}
   

.sliderfull:before {
    background-image: url(/wp-content/uploads/2022/03/mobile-banner.jpg);

}

   

   


   .financing-full{
    width: 100%;
     
   }

.sec2-form-button {
    width: 95%;
    padding: 4% 0% 2% 0%;
  
}
   

.section-3:after {
display:none;
}

   .sec7-usps-block {
}

   .section-7 h2 {
    font-size: 2.5em;
    text-align: left;
}

.section-3 h2 {
text-align:center;
}

.sec5-header {
    font-size: 2.062em;
    text-align: left;
}

.financing-block {
    padding: 4em 0 4em 0;
    margin-top: 0em;
}


.section-1 .row .col{
    flex: 0 0 auto;
    width: 50%;
  }

  .sec6-right {
    padding-left: 0em;
}





   .slider-label {
    font-size: 0.9em;
    line-height: 21px;
   
}

header#masthead:before {
 
    width: 100%;
    height: 2%;
  
}

header#masthead {
    height: 131px;

}

   

    .thank-you {
 
    padding: 9% 1% 5% 1%;
    margin-top: 10%;
}  


/* NEW QUERIES */

.sec6-right, .sec6-left{
  width:100%;
}

.section-4:before {
   display:none;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}


.sec6-label {
 font-size: 2.7em;
}



.section-4 h2 {
    font-size: 2.4em;
    text-align: center;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
}

.financing-label{
  font-size: 2.7em;
  margin-bottom:12px;
}

.sec3-right, .sec3-left {
    padding-left: 0em;
    width: 100%;
}

.home-form iframe {
        height: 57em !important;
        margin-top: -2em;
}

.home-form:after {
display:none;
}


.section-2 h1{
  font-size: 2.0em;
  position: relative;
  color: #000000;
  line-height: 34px;
}


.sec3-usps-block {
    margin-bottom: 2em;
}

.section-1 .row>*{
  padding-right:0!important;
  
}


.slider-usps-block {
    text-align: left;
}


header#masthead.smallbar {
    background-color: #ffffff!important;
    height: 88px;
}

.slider-header {
    line-height: .9;
    font-size: 4.86em;
    padding-left: 0px;
}

.slider-subline {
    /* font-size: 1.4em; */
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 0px;
    font-weight: 600;
}


.sliderfull {
    padding: 8% 0% 19% 0%;
    margin-top: 16%;
    background-position: top center;
    background-size:100%;
}

.inner-pattern {
    padding-left: 1em;
    padding-right: 1em;
}


.slider-label {
    font-size: 0.7em;
    line-height: 14px;
}




/* END NEW QUERIES */

.side-form iframe {
    height: 38em!important;
}

.smallbar .logo-image img {
    width: 17em;
    top: -7px;
}

   .sidebar-form iframe {
    height: 45em!important;
    margin-top: -2em;
}
  
 .quick-nav.adjust {
    top: 6.2em;
} 
 


.sliderfull .col-lg-6{
  /* width: 100%; */
}

.top-services a{
  font-size: 1.1em;
}

.logo-image img{
  width: 17em;
  top: -6px;
}

.sliderfull .col-md-7{
  width: 100%;
}

.section-2 .hide-for-small-only{
  display: block;
}

 
.inside-content .col-md-8, .inside-content .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}

.insideimage .slider-usp .usp-box{
  font-size: .8em;
}

.insideimage {
    margin-top: 15.5%;
    padding: 12% 0% 16% 0%;
}
 
.banner-head{
  font-size: 1.3em;
}

.insideimage .activate a{
  font-size: 1em;
}

 
.side-price{
  font-size: 7em;
}

.side-offer{
  font-size: 2em;
}

.side-coup, .side-form, .side-reviews{
  width: 90%;
  margin: 2em auto 3em auto;
}

.side-label{
  font-size: 2em;  
}


.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
  bottom: -1.5em;
}

.close-cta{
  font-size: 1.1em;
} 

.site-footer .bullet-list li{
  font-size: .9em;
}

.sched-row a{
  font-size: 0.9em;
}   

.error-page {
    padding: 11% 4% 6% 4%;
    margin-top: 10%;
}


.resp-txt {
    font-size: 1.5em;
}

.client-review h1{
  font-size: 2.8em;
}

.sched-row:after {
    content: " ";
    position: absolute;
    bottom: 35%;
    height: 2.4em;
    width: .4em;
    left: 50.8%;
}

.sliderfull .btn{
  font-size: 1em;
}

.copyright{
  font-size: .9em!important;
}   

.hide-for-small-only{
  display: none;
}


.show-for-small-only{
  display: none;
}


.inside-content.team-page .col-md-4 {
    flex: 0 0 auto;
    width: 33.33%;
}
 
 .team-page .tab-content .col-md-4{
   padding:0 1em;
 }

 
.team-page .nav-tabs li{
  width: 100%;
}

.team-page .nav-tabs li img{
  display: none;
}

.team-page .nav-tabs .nav-link{
  width: 100%;
}

.emp-info em{
  width: 90em;
}

 }


 @media screen and (min-width: 60em) and (max-width: 63.938em) {
section.section-1 img {
    padding: 5% 2%;
}     
.float-btn {
    top: 8%;
}
.section-1 { 
    padding: 0% 1% 22% 1%;
}
      .top-bar a {
    display: block;
    color: #ffffff;
    padding: 0.4em 0.6em;
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 0.6em!important;
}

   .open-hours {
    font-size: 1.2em;
}
   


   .financing-full{
    width: 100%;
     
   }

.sec2-form-button {
    width: 95%;
    padding: 4% 0% 2% 0%;
  
}
   

.section-3:after {
display:none;
}

   .sec7-usps-block {
}

   .section-7 h2 {
    font-size: 2.5em;
    text-align: left;
}



.sec5-header {
    font-size: 2.062em;
    text-align: left;
}

.financing-block {
    padding: 2em 0 3em 0;
    margin-top: 0em;
}


.section-1 .row .col{
    flex: 0 0 auto;
    width: 50%;
  }

  .sec6-right {
    padding-left: 0em;
}



.sliderfull:after {
    width: 40em;
    height: 39.389em;
    -webkit-transform: translate(-3em,15%);
    -ms-transform: translate(-3em,15%);
    transform: translate(8em,21%);
}

   .slider-label {
    font-size: 0.89em;
    line-height: 13px;
}

header#masthead:before {
 width: 100%;
}

header#masthead {
    height: 117px;
}

   

    .thank-you {
 padding: 9% 1% 5% 1%;
 margin-top: 13%;
}  
 

.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
  bottom: -1.5em;
}

/* NEW QUERIES */


.sec6-right, .sec6-left{
  width:100%;
}

.section-4:before {
   display:block;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}


.sec6-label {
 font-size: 2.7em;
}

.section-5:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0%;
    z-index: -1;
    background-color: #7ac144;
}

.section-7 {
    padding: 11% 0% 0% 0%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/03/whitebg.jpg);
    background-color: #ffffff;
    background-position: 1354px top;
    margin-top: -18px;
}


.section-4 h2 {
    font-size: 2.04em;
    text-align: left;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
}

.financing-label{
  font-size:2em;
  margin-bottom:12px;
  text-align: left;
}



.home-form iframe {
        height: 55em !important;
        margin-top: -3em;
}

.home-form:after {
display:none;
}

.section-2 .row .col {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 15px;
}

   .sec4-label {
    color: #fff;
    font-size: 1.4em;
    line-height: 38px;
    z-index: 1;
    position: relative;
}

   .home-price {
    position: relative;
    font-weight: 900;
    font-size: 4.55em;
    text-align: center;
    color: #000000;
    font-family: 'poppinsbold';
    margin-bottom: -25px;
    margin-top: 1em;
}
   
.home-form {
        position: relative;
        padding: 6% 4% 3% 4%;
        margin-left: 1em;
        margin-top: 15%;
}

.section-2 h1{
  font-size: 2.6em;
  position: relative;
  color: #000000;
  line-height: 44px;
}
 

.sec3-left {
    padding-right: 0em;
}

.sec3-usps-block {
    margin-bottom: 2em;
}

.section-1 .row>*{
  padding-right:0!important;
  padding-left: 1em;
}

.slider-icon {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 3em;
    line-height: 0;
    color: #7bc144;
}
   
.section-1 h1 {
    font-size: 2.5em;
    margin-bottom:1em;
    line-height: 35px;
}

   .section-1 h1 span {
    color: #7bc144;
    display: block;
    font-size: 2.1em;
    line-height: 96px;
}

header#masthead.smallbar {
    height: 104px;
}

.sliderbox .btn-primary {
    width: 77%;
}

.slider-header {
    line-height: .9;
    font-size: 4.16em;
}

   .form-label {
    margin-bottom: -0.5rem;
    text-align: center;
    font-size: 1.5em;
    color: #000000;
}

.slider-subline {
    /* font-size: 1.24em; */
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 27px;
}


.sliderfull {
    padding: 4% 0% 26% 0%;
    margin-top: 12%;
    background-position: top center;
}








/* END NEW QUERIES */


.side-rev .btn{
  font-size: 1.2em;
}
 
.inside-content .col-md-8, .inside-content .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}

.inside-content.team-page .col-md-4 {
    flex: 0 0 auto;
    width: 33.33%;
} 

.inside-content.team-page .emp-rows>.col-md-4, .inside-content.team-page .emp-rows>.col-md-8 {
    flex: 0 0 auto;
    width: 100%;
} 


.inside-content.team-page .col-md-8{
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32.2em!important;
}

   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }




   .menu>li a {
    font-size: 1em;
    padding: 0.5em .8em;
}

.desk-nav .top-bar .btn-primary {
    color: black;
    font-size: 0.7em!important;
    width: 100%;
    margin-left: auto;
    transition: all .3s ease-in-out;
    padding-left: 2em;
}



.menu-top-menu-container .menu>li a{
  font-size: 0.55em;
  padding: .4em .4em;
}

.contact-desk span {
    right: -2px;
}

.top-menu .btn{
  font-size: .8em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: .68em;
}



.smallbar .desk-nav .top-bar .btn-primary{
  font-size: 0.7em;
}


.side-price{
  font-size: 7em;
}

.side-offer{
    font-size: 3.1em;
}

.side-label{
  font-size: 2em;
}


.side-coup{
  width: 85%;
  margin: 2em auto 3em auto;
  background-size: cover;
}

.insideimage .slider-usp .usp-box {
    font-size: 0.9em;
}

.insideimage {
    padding: 10% 0% 16% 0%;
    margin-top: 12.5%;
}

  .logo-image img {
    width: 19.8em;
}

   .client-response {
    margin-top: 12%;
}

  
  
.banner-head{
  font-size: 1.3em;
}

.insideimage .activate a{
  font-size: 1em;
}


.smallbar .logo-image img {
    width: 14em;
}

.smallbar .desk-nav .btn-primary{
  font-size: 0.7em;
}




.contact-desk a{
  font-size: 1.46em;
}

.copyright{
  font-size: .9em!important;
}   

.sched-row a {
    padding: 3% 0% 3% 0%;
    font-size: .9em;
}


.close-cta{
  font-size: 1.1em;
}

.home-form .row {
    font-size: 1.3em;
}



html {
    font-size: 15px!important;
}
 

.show-for-small-only{
  display: none;
}


 }


 @media screen and (max-width: 75em) and (min-width: 63.939em) {
     
.section-1 {
    padding: 0% 1% 20% 1%;
}      
.float-btn {
    top: 8%;
}
   
      .top-bar a {
    display: block;
    color: #ffffff;
    padding: 0.4em 0.6em;
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 0.56em!important;
}

   .open-hours {
    font-size: 1.2em;
}
   


   .financing-full{
    width: 100%;
     
   }

.sec2-form-button {
    width: 95%;
    padding: 4% 0% 2% 0%;
  
}
   

.section-3:after {
display:none;
}

   .sec7-usps-block {
}

   .section-7 h2 {
    font-size: 2.5em;
    text-align: left;
}



.sec5-header {
    font-size: 2.062em;
    text-align: left;
}

.financing-block {
    padding: 2em 0 3em 0;
    margin-top: 0em;
}


.section-1 .row .col{
    flex: 0 0 auto;
    width: 50%;
  }

  .sec6-right {
    padding-left: 0em;
}



.sliderfull:after {
    width: 40em;
    height: 39.389em;
    -webkit-transform: translate(-3em,15%);
    -ms-transform: translate(-3em,15%);
    transform: translate(8em,21%);
}

   .slider-label {
    font-size: 0.89em;
    line-height: 13px;
}

header#masthead:before {
 width: 100%;
}

header#masthead {
    height: 117px;
}

   

    .thank-you {
 padding: 9% 1% 5% 1%;
 margin-top: 13%;
}  
 

.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
  bottom: -3.5em;
}

/* NEW QUERIES */


.sec6-right, .sec6-left{
  width:100%;
}

.section-4:before {
   display:block;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}


.sec6-label {
 font-size: 2.7em;
}

.section-5:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0%;
    z-index: -1;
    background-color: #7ac144;
}

.section-7 {
    padding: 11% 0% 0% 0%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/03/whitebg.jpg);
    background-color: #ffffff;
    background-position: 1354px top;
    margin-top: -18px;
}


.section-4 h2 {
    font-size: 2.04em;
    text-align: left;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
}

.financing-label{
  font-size:2em;
  margin-bottom:12px;
  text-align: left;
}



.home-form iframe {
    height: 35em!important;
}

.home-form:after {
display:none;
}

.section-2 .row .col {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 15px;
}

   .sec4-label {
    color: #fff;
    font-size: 1.4em;
    line-height: 38px;
    z-index: 1;
    position: relative;
}

   .home-price {
    position: relative;
    font-weight: 900;
    font-size: 4.55em;
    text-align: center;
    color: #000000;
    font-family: 'poppinsbold';
    margin-bottom: -25px;
    margin-top: 1em;
}
   
.home-form {
        position: relative;
        padding: 6% 4% 3% 4%;
        margin-left: 1em;
        margin-top: 26%;
}

.section-2 h1{
  font-size: 2.6em;
  position: relative;
  color: #000000;
  line-height: 44px;
}

.sec3-left {
    padding-right: 0em;
}

.sec3-usps-block {
    margin-bottom: 2em;
}

.section-1 .row>*{
  padding-right:0!important;
  padding-left: 1em;
}

.slider-icon {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 3em;
    line-height: 0;
    color: #7bc144;
}
   
.section-1 h1 {
    font-size: 2.5em;
    margin-bottom:1em;
    line-height: 42px;
}

   .section-1 h1 span {
    color: #7bc144;
    display: block;
    font-size: 2.1em;
    line-height: 96px;
}

header#masthead.smallbar {
    height: 134px;
}

.sliderbox .btn-primary {
    width: 77%;
}

.slider-header {
    line-height: .9;
    font-size: 4.16em;
    margin-bottom: 2%;
}

   .form-label {
    margin-bottom: -0.5rem;
    text-align: center;
    font-size: 1.5em;
    color: #000000;
}

.slider-subline {
    /* font-size: 1.24em; */
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 27px;
}


.sliderfull {
    padding: 4% 0% 19% 0%;
    margin-top: 12%;
    background-position: top center;
}










/* END NEW QUERIES */


.side-form iframe {
    height: 31em!important;
}
  
   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }


.license-number {
    font-size: 0.97em;
}

.menu-top-menu-container .menu>li a {
    font-size: 0.50em;
    padding: 0.4em .59em;
}

.desk-nav .top-bar .btn-primary {
    color: black;
    font-size: 0.7em!important;
    width: 100%;
    margin-left: auto;
    transition: all .3s ease-in-out;
    padding-left: 2em;
}


.side-rev .btn{
  font-size: .9em;
}

.side-price{
  font-size: 3.3em;
}

.side-offer{
  font-size: 1.2em;
}

.top-menu .btn{
  font-size: .8em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: 0.7em;
}
 

.smallbar .desk-nav .btn-primary{
  font-size: 0.8em;
}


.smallbar .desk-nav .top-bar .btn-primary{
  font-size: 0.7em;
}
 
.usp-group {
    padding-left: 5em!important;
    padding-right: 5em!important;
}
.contact-desk span {
    right: -30px;
}
   
.contact-desk a{
  font-size: 1.5em;
}

.client-review {
    padding: 11% 4% 5% 4%;
    position: relative;
    z-index: 9;
    margin-top: 13%;
}

.logo-image img {
    width: 22.4em;
}
 

.banner-head{
  font-size: 1.3em;
}

.insideimage .activate a{
  font-size: 1em;
}


.smallbar .logo-image img {
    width: 14em;
}
 
html {
    font-size: 16px!important;
}



.rev-slider .tt_2cl{
  height: 26em;
}

.rev-slider .ttshowcase_slider .bx-wrapper .bx-viewport{
  height: 26em!important;
}
 

.home-form iframe{
        height: 52em !important;
        margin-top: -4em;
}
 
.copyright{
  font-size: .9em!important;
}   

.close-cta{
  font-size: 1.2em;
}

.sched-row a{ 
  font-size: .9em; 
}

.show-for-small-only{
  display: none;
}



 }


 @media screen and (max-width: 85em) and (min-width: 75.001em) {
     
.section-1 {
    padding: 0% 1% 17% 1%;
}       
.float-btn {
    top: 8%;
}

      .top-bar a {
    display: block;
    color: #ffffff;
    padding: 0.4em 0.6em;
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 0.6em!important;
}

   .open-hours {
    font-size: 1.2em;
}
   


   .financing-full{
    width: 100%;
     
   }

.sec2-form-button {
    width: 95%;
    padding: 4% 0% 2% 0%;
  
}
   

.section-3:after {
display:none;
}

   .sec7-usps-block {
}

   .section-7 h2 {
    font-size: 2.5em;
    text-align: left;
}



.sec5-header {
    font-size: 2.062em;
    text-align: left;
}

.financing-block {
    padding: 2em 0 3em 0;
    margin-top: 0em;
}


.section-1 .row .col{
    flex: 0 0 auto;
    width: 50%;
  }

  .sec6-right {
    padding-left: 0em;
}



.sliderfull:after {
    width: 40em;
    height: 39.389em;
    -webkit-transform: translate(-3em,15%);
    -ms-transform: translate(-3em,15%);
    transform: translate(8em,21%);
}

   .slider-label {
    font-size: 0.59em;
    line-height: 13px;
}

header#masthead:before {
 width: 100%;
}

header#masthead {
    height: 117px;
}

   

    .thank-you {
 padding: 9% 1% 5% 1%;
 margin-top: 13%;
}  
 

.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
  bottom: -1.5em;
}

/* NEW QUERIES */


.sec6-right, .sec6-left{
  width:100%;
}

.section-4:before {
   display:block;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}


.sec6-label {
 font-size: 2.7em;
}

.section-5:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0%;
    z-index: -1;
    background-color: #7ac144;
}

.section-7 {
    padding: 11% 0% 0% 0%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/03/whitebg.jpg);
    background-color: #ffffff;
    background-position: 1354px top;
    margin-top: -18px;
}


.section-4 h2 {
    font-size: 2.04em;
    text-align: left;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
}

.financing-label{
  font-size:2em;
  margin-bottom:12px;
  text-align: left;
}



.home-form iframe {
    height: 35em!important;
}

.home-form:after {
display:none;
}

.section-2 .row .col {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 15px;
}

   .sec4-label {
    color: #fff;
    font-size: 1.4em;
    line-height: 38px;
    z-index: 1;
    position: relative;
}

   .home-price {
    position: relative;
    font-weight: 900;
    font-size: 4.55em;
    text-align: center;
    color: #000000;
    font-family: 'poppinsbold';
    margin-bottom: -25px;
    margin-top: 1em;
}
   
.home-form {
    position: relative;
    padding: 6% 4% 3% 4%;
    margin-left: 1em;
        margin-top: 18%;    
}

.section-2 h1{
  font-size: 2.6em;
  position: relative;
  color: #000000; 
  line-height: 44px;
}

.sec3-left {
    padding-right: 0em;
}

.sec3-usps-block {
    margin-bottom: 2em;
}

.section-1 .row>*{
  padding-right:0!important;
  padding-left: 1em;
}

.slider-icon {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 3em;
    line-height: 0;
    color: #7bc144;
}
   
.section-1 h1 {
    font-size: 2.5em;
    margin-bottom:1em;
    line-height: 45px;
}

   .section-1 h1 span {
    color: #7bc144;
    display: block;
    font-size: 2.1em;
    line-height: 96px;
}

header#masthead.smallbar {
    height: 104px;
}

.sliderbox .btn-primary {
    width: 77%;
}

.slider-header {
    line-height: .9;
    font-size: 4.9em;
}

   .form-label {
    margin-bottom: -0.5rem;
    text-align: center;
    font-size: 1.9em;
    color: #000000;
}

.slider-subline {
    /* font-size: 1.24em; */
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 27px;
}


.sliderfull {
    padding: 4% 0% 17% 0%;
    margin-top: 12%;
    background-position: top center;
}









/* NEW QUERIES */


.section-4:before {
   display:block;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}





.sec6-label {
    font-size: 2.7em;
   
}





.section-4 h2 {
    font-size: 2.04em;
    text-align: left;
}

.membership-label{
  font-size: 1.6em;
  margin-bottom:12px;
  line-height: 28px;
}

.financing-label{
  font-size:2em;
  margin-bottom:12px;
}

.sec3-right {
    padding-left: 2em;
}

.home-form iframe {
    height: 35em!important;
}


.home-form {
    position: relative;
    background-color: #087181;
}



.section-3 h2 {
    font-size: 1.67em;
}

.sec2-form-button {
    width: 85%;

}

.financing-full{
    width: 100%;
     
   }

.sec5-header {
    font-size: 2.02em;
}

.section-2 h1{
  font-size: 2.6em;
  position: relative;
  color: #000000;
}

.sec3-left {
    padding-right: 9em;
}

.sec3-usps-block {
    margin-bottom: 2em;
}

.section-1 .row>*{
  padding-right:0!important;
  
}



header#masthead.smallbar {
    background-color: #ffffff!important;
    height: 132px;
}

.sliderbox .btn-primary {
    width: 77%;
}

.desk-nav .top-bar .btn-primary {
    color: black;
    font-size: 0.7em!important;
    width: 100%;
    margin-left: auto;
    transition: all .3s ease-in-out;
    padding-left: 2em;
}



.slider-subline {
    /* font-size: 1.24em; */
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 27px;
}





.slider-label {
    font-size: 0.89em;
    line-height: 15px;
}




/* END NEW QUERIES */


   html {
    font-size: 17px!important;
}

.home-form iframe{
        height: 48em !important;
        margin-top: -3em;
}
  
   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

 

.menu-top-menu-container .menu>li a{
  font-size: 0.57em;
  padding: 0.4em 0.7em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: .79em;
}

.top-menu .btn{
  font-size: .9em;
}


.contact-desk span {
    right: -40px;
}
   

.contact-desk a{
  font-size: 1.5em;
}

.logo-image img {
    width: 24em;
}

.side-rev .btn{
  font-size: 1em;
}

.side-price{
  font-size: 3.3em;
}


.insideimage:after{
  width: 60%;
}

.smallbar .logo-image img {
    width: 23em;
}

.copyright{
  font-size: .9em!important;
}   

.close-cta{
  font-size: 1.3em;
}

.sched-row a {
    padding: 1% 2% 2% 2%;
}

.show-for-small-only{
  display: none;
}


 } 



 @media screen and (max-width: 95.001em) and (min-width: 85.001em) {
     
.section-1 {
    padding: 0% 1% 15% 1%;
}     
.float-btn {
    top: 8%;
}

      .top-bar a {
    display: block;
    color: #ffffff;
    padding: 0.4em 0.6em;
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 0.6em!important;
}

   .open-hours {
    font-size: 1.6em;
}
   


   .financing-full{
    width: 100%;
     
   }

.sec2-form-button {
    width: 95%;
    padding: 4% 0% 2% 0%;
  
}
   

.section-3:after {
display:none;
}

   .sec7-usps-block {
}

   .section-7 h2 {
    font-size: 2.5em;
    text-align: left;
}



.sec5-header {
    font-size: 2.062em;
    text-align: left;
}

.financing-block {
    padding: 2em 0 3em 0;
    margin-top: 0em;
}


.section-1 .row .col{
    flex: 0 0 auto;
    width: 50%;
  }

  .sec6-right {
    padding-left: 0em;
}



.sliderfull:after {
    width: 40em;
    height: 39.389em;
    -webkit-transform: translate(-3em,15%);
    -ms-transform: translate(-3em,15%);
    transform: translate(8em,21%);
}

   .slider-label {
    font-size: 1.0em;
    line-height: 21px;
}

header#masthead:before {
 width: 100%;
}

header#masthead {
    height: 156px;
}

   

    .thank-you {
 padding: 9% 1% 5% 1%;
 margin-top: 13%;
}  
 

.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
  bottom: -1.5em;
}

/* NEW QUERIES */


.sec6-right, .sec6-left{
  width:100%;
}

.section-4:before {
   display:block;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}


.sec6-label {
 font-size: 2.7em;
}

.section-5:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0%;
    z-index: -1;
    background-color: #7ac144;
}

.section-7 {
    padding: 11% 0% 0% 0%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/03/whitebg.jpg);
    background-color: #ffffff;
    background-position: 1354px top;
    margin-top: -18px;
}


.section-4 h2 {
    font-size: 2.04em;
    text-align: left;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
}

.financing-label{
  margin-bottom:12px;
  text-align: left;
}



.home-form iframe {
    height: 35em!important;
}

.home-form:after {
display:none;
}


   .topservice-label {
    font-size: 1.47em;
}

.section-2 .row .col {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 15px;
}

   .sec4-label {
    color: #fff;
    font-size: 2.24em;
    line-height: 68px;
    z-index: 1;
    position: relative;
}

   .home-price {
    position: relative;
    font-weight: 900;
    font-size: 6.55em;
    text-align: center;
    color: #000000;
    font-family: 'poppinsbold';
    margin-bottom: -25px;
    margin-top: 0.3em;
}
   
.home-form {
        position: relative;
        padding: 6% 4% 3% 4%;
        margin-top: 15%;
}

.section-2 h1{
  font-size: 2.6em;
  position: relative;
  color: #000000;
  line-height: 44px;
}

.sec3-left {
    padding-right: 0em;
}

.sec3-usps-block {
    margin-bottom: 2em;
}

.section-1 .row>*{
}

.slider-icon {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 4em;
    line-height: 0;
    color: #7bc144;
}
   
.section-1 h1 {
    font-size: 3.0em;
    margin-bottom: 0.4em;
    line-height: 68px;
}

   .section-1 h1 span {
    color: #7bc144;
    display: block;
    font-size: 2.1em;
    line-height: 104px;
}

header#masthead.smallbar {
    height: 144px;
}

.sliderbox .btn-primary {
    width: 77%;
}

.slider-header {
    line-height: .9;
    font-size: 5.16em;
}

   .form-label {
    margin-bottom: -0.5rem;
    text-align: center;
    font-size: 1.9em;
    color: #000000;
}

.slider-subline {
    /* font-size: 1.24em; */
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 27px;
}


.sliderfull {
    padding: 4% 0% 17% 0%;
    margin-top: 11%;
    background-position: top center;
}











/* END NEW QUERIES */

   html {
    font-size: 17px!important;
}

.home-form iframe{
        height: 48em !important;
        margin-top: -3em;
}


   .home-form .camp-form iframe {
    height: 32em!important;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32.2em!important;
}

   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .contact-desk a {
    display: block;
    letter-spacing: .05em;
    font-size: 1.6em;
    line-height: 1;
    text-decoration: none;
    border-bottom: 0;
    transition: all .3s ease-in-out;
    padding: 0.1em 0em 0.1em 0em;
    margin: 0;
    font-weight: 900;
}

   .menu>li a {
    font-size: 1em;
}

.menu-top-menu-container .menu>li a{
  font-size: .58em;
}


.smallbar .menu-top-menu-container .menu>li a{
  font-size: 0.69em;
}
 

.smallbar .desk-nav .top-bar .btn-primary{
  font-size: 0.7em;
}

.client-review {
    padding: 11% 4% 5% 4%;
    position: relative;
    z-index: 9;
    margin-top: 10%;
}

  .logo-image img {
    width: 21em;
}

.smallbar .logo-image img {
    width: 21em;
}
 

.sched-row:after {
    content: " ";
    position: absolute;
    bottom: 35%;
    height: 2.4em;
    width: .4em;
    left: 50.8%;
}

.sliderfull .btn{
  font-size: 1em;
}

.copyright{
  font-size: .9em!important;
}   


.close-cta{
}

.show-for-small-only{
  display: none;
}


 }


 @media screen and (max-width: 125em) and (min-width: 95.001em) {
.float-btn {
    top: 8%;
}

      .top-bar a {
    display: block;
    color: #ffffff;
    padding: 0.4em 0.6em;
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 0.6em!important;
}

   .open-hours {
    font-size: 1.9em;
}


   .contact-desk a {
    display: block;
    letter-spacing: .05em;
    font-size: 2.0em;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    border-bottom: 0;
    transition: all .3s ease-in-out;
    padding: 0.1em 0em 0.1em 0em;
    margin: 0;
    font-weight: 900;
    font-family: 'poppinsbold'!important;
}


   .financing-full{
    width: 100%;
     
   }

.sec2-form-button {
    width: 95%;
    padding: 4% 0% 2% 0%;
  
}
   

.section-3:after {
display:none;
}

   .sec7-usps-block {
}




.sec5-header {
    font-size: 2.062em;
    text-align: left;
}

.financing-block {
    padding: 2em 0 3em 0;
    margin-top: 0em;
}


.section-1 .row .col{
    flex: 0 0 auto;
    width: 50%;
  }

  .sec6-right {
    padding-left: 0em;
}



.sliderfull:after {
    width: 40em;
    height: 39.389em;
    -webkit-transform: translate(-3em,15%);
    -ms-transform: translate(-3em,15%);
    transform: translate(8em,21%);
}

   .slider-label {
    font-size: 1.19em;
    line-height: 22px;
}

header#masthead:before {
 width: 100%;
}

header#masthead {
    height: 117px;
}

   

    .thank-you {
 padding: 9% 1% 5% 1%;
 margin-top: 13%;
}  
 

.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
  bottom: -1.5em;
}

/* NEW QUERIES */


.sec6-right, .sec6-left{
  width:100%;
}

.section-4:before {
   display:block;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}


.sec6-label {
 font-size: 2.7em;
}

.section-5:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0%;
    z-index: -1;
    background-color: #7ac144;
}

.section-7 {
    padding: 11% 0% 0% 0%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/03/whitebg.jpg);
    background-color: #ffffff;
    background-position: 1354px top;
    margin-top: -18px;
}


.section-4 h2 {
    font-size: 2.04em;
    text-align: left;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
}

.financing-label{
  margin-bottom:12px;
  text-align: left;
}



.home-form iframe {
        height: 47em !important;
        margin-top: -2em;
}

.home-form:after {
display:none;
}

.section-2 .row .col {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 15px;
}

   .sec4-label {
    color: #fff;
    font-size: 2.4em;
    line-height: 69px;
    z-index: 1;
    position: relative;
}

   .home-price {
    position: relative;
    font-weight: 900;
    font-size: 6.55em;
    text-align: center;
    color: #000000;
    font-family: 'poppinsbold';
    margin-bottom: -25px;
    margin-top: 33px;
}
   
.home-form {
        position: relative;
        padding: 6% 4% 3% 4%; 
        margin-left: 3em;
        margin-top: 13%;
}

.section-2 h1{
  font-size: 2.6em;
  position: relative;
  color: #000000;
  line-height: 44px;
}

.sec3-left {
    padding-right: 0em;
}

.sec3-usps-block {
    margin-bottom: 2em;
}

.slider-icon {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 5em;
    line-height: 0;
    color: #7bc144;
}
   
.section-1 h1 {
    font-size: 3.47em;
    margin-bottom: 0;
    line-height: 74px;
}

   .section-1 h1 span {
    color: #7bc144;
    display: block;
    font-size: 2.1em;
    line-height: 96px;
}

header#masthead.smallbar {
    height: 177px;
}

.sliderbox .btn-primary {
    width: 77%;
}

.slider-header {
    line-height: .9;
    font-size: 6.16em;
}

   .form-label {
    margin-bottom: -0.5rem;
    text-align: center;
    font-size: 1.9em;
    color: #000000;
}

.slider-subline {
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 27px;
}


.sliderfull {
    padding: 4% 0% 15% 0%;
    margin-top: 11%;
    background-position: top center;
}










/* END NEW QUERIES */

   html {
    font-size: 17px!important;
}
  
   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

 
 


.copyright{
  font-size: .9em!important;
}   

.close-cta{
  font-size: 1.6em;
}

.sched-row a {
    padding: 3% 0% 3% 0%;
}


.show-for-small-only{
  display: none;
}

 .team-box {
    height: 26em;
    width: 95%;
 }


 } 
  
  
 @media screen and (min-width: 125.001em) and (max-width: 999.9em) {
 

/* NEW QUERIES */


      .top-bar a {
    display: block;
    color: #ffffff;
    padding: 0.4em 0.6em;
    margin-bottom: 0em;
    font-weight: 900;
    font-size: 0.6em!important;
}

   .open-hours {
    font-size: 1.9em;
}


   .contact-desk a {
    display: block;
    letter-spacing: .05em;
    font-size: 2.0em;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    border-bottom: 0;
    transition: all .3s ease-in-out;
    padding: 0.1em 0em 0.1em 0em;
    margin: 0;
    font-weight: 900;
    font-family: 'poppinsbold'!important;
}


   .financing-full{
    width: 100%;
     
   }

.sec2-form-button {
    width: 95%;
    padding: 4% 0% 2% 0%;
  
}
   

.section-3:after {
display:none;
}

   .sec7-usps-block {
}

   .section-7 h2 {
    font-size: 2.5em;
    text-align: left;
}



.sec5-header {
    font-size: 2.062em;
    text-align: left;
}

.financing-block {
    padding: 2em 0 3em 0;
    margin-top: 0em;
}


.section-1 .row .col{
    flex: 0 0 auto;
    width: 50%;
  }

  .sec6-right {
    padding-left: 0em;
}



.sliderfull:after {
    width: 40em;
    height: 39.389em;
    -webkit-transform: translate(-3em,15%);
    -ms-transform: translate(-3em,15%);
    transform: translate(8em,21%);
}

   .slider-label {
    font-size: 1.19em;
    line-height: 22px;
}

header#masthead:before {
 width: 100%;
}

header#masthead {
    height: 117px;
}

   

    .thank-you {
 padding: 9% 1% 5% 1%;
 margin-top: 13%;
}  
 

.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
  bottom: -1.5em;
}

/* NEW QUERIES */


.sec6-right, .sec6-left{
  width:100%;
}

.section-4:before {
   display:block;
}

.section-6:after {
    height: 100%;
    top: 6%;
    background-color: #ffffff;
    left: -36px;
    z-index: 0;
}


.section-6:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0px;
}


.sec6-label {
 font-size: 2.7em;
}

.section-5:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0%;
    z-index: -1;
    background-color: #7ac144;
}

.section-7 {
    padding: 11% 0% 0% 0%;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/03/whitebg.jpg);
    background-color: #ffffff;
    background-position: 1354px top;
    margin-top: -18px;
}


.section-4 h2 {
    font-size: 2.04em;
    text-align: left;
}

.membership-label{
  font-size:2em;
  margin-bottom:12px;
  line-height: 35px;
}

.financing-label{
  margin-bottom:12px;
  text-align: left;
}



.home-form iframe {
    height: 30em!important;
}

.home-form:after {
display:none;
}

.section-2 .row .col {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 15px;
}

   .sec4-label {
    color: #fff;
    font-size: 2.4em;
    line-height: 69px;
    z-index: 1;
    position: relative;
}

   .home-price {
    position: relative;
    font-weight: 900;
    font-size: 6.55em;
    text-align: center;
    color: #000000;
    font-family: 'poppinsbold';
    margin-bottom: -25px;
    margin-top: 33px;
}
   
.home-form {
    position: relative;
    padding: 6% 4% 3% 4%;
    margin-left: 3em;
}

.section-2 h1{
  font-size: 2.6em;
  position: relative;
  color: #000000;
  line-height: 44px;
}

.sec3-left {
    padding-right: 0em;
}

.sec3-usps-block {
    margin-bottom: 2em;
}

.slider-icon {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 5em;
    line-height: 0;
    color: #7bc144;
}
   
.section-1 h1 {
    font-size: 3.47em;
    margin-bottom: 0;
    line-height: 74px;
}

   .section-1 h1 span {
    color: #7bc144;
    display: block;
    font-size: 2.1em;
    line-height: 96px;
}

header#masthead.smallbar {
    height: 177px;
}

.sliderbox .btn-primary {
    width: 77%;
}

.slider-header {
    line-height: .9;
    font-size: 6.16em;
}

   .form-label {
    margin-bottom: -0.5rem;
    text-align: center;
    font-size: 1.9em;
    color: #000000;
}

.slider-subline {
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-left: 27px;
}


.sliderfull {
    padding: 4% 0% 14% 0%;
    margin-top: 11%;
    background-position: top center;
}



   


/* END NEW QUERIES */



 
html {
    font-size: 17px!important;
}


   .home-form .camp-form iframe {
    height: 32em!important;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32.2em!important;
}

   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .menu>li a {
    font-size: 1.1em;
}
.smallbar .desk-nav .btn-primary{
  font-size: .9em;
}


.copyright{
  font-size: .9em!important;
}   

.sched-row a {
    padding: 3% 0% 3% 0%;
    font-size: 1.1em;
}

.show-for-small-only{
  display: none;
}

 }




.ttshowcase_rl_box {
    color: #fff;
    padding: 2em;
}

/*******
*****   Animate CSS 
*******/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
 
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);tra