/*      GENERAL STYLE     */
/*optimize by Ericson*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #333;
  line-height: 1.5;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

.text-center {
  text-align: center;
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

/*Added by Ericson*/

.evcbackground {
  background-color: yellow;
  color: black;
}

p {
  margin: 0;
}

.clearfix {
  display: block;
  clear: both;
}

/*      BASE STYLE    */

/*=== BANNER SLIDER ===*/

/**** slider ****/

#slider,
ul {
  height: 200px;
}

#slider {
  margin: auto;
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  width: 800px;
  height: 500px;
}

#slider li {
  float: left;
  position: relative;
  width: 800px;
  display: inline-block;
  height: 200px;
  margin-top: 80px;
}

#slider ul {
  list-style: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9000px;
  transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  -webkit-transition: left 0.3s linear;
  margin-left: -25px;
  color: #666;
}

/*** Content ***/

.slider-container {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-container h1 {
  color: #fff;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.5);
  font-size: 86px;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.slider-container p {
  margin: 10px 25px;
  font-weight: 700;
  text-align: center;
  color: #5fbb4f;
  font-size: 34px;
  text-align: center;
  line-height: 1;
}

.slider-container span {
  color: #fff;
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 1;
  }
  22.5% {
    opacity: 0.6;
  }
  25% {
    left: -800px;
    opacity: 1;
  }
  45% {
    left: -800px;
    opacity: 1;
  }
  47.5% {
    opacity: 0.6;
  }
  50% {
    left: -1600px;
    opacity: 1;
  }
  70% {
    left: -1600px;
    opacity: 1;
  }
  72.5% {
    opacity: 0.6;
  }
  75% {
    left: -2400px;
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  98% {
    left: -2400px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 0;
  }
}

#slider ul {
  -webkit-animation: slide-animation 25s infinite;
}

/* use to paused the content on mouse over */

#slider ul:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.rating-star {
  font-size: 35px;
  color: orange;
}

.contact-text .highlight {
  color: #f5fc2a;
}

.contact-text img {
  max-width: 300px;
}

.contact-text a {
  color: #fff;
}

i.fas {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #f5fc2a;
  padding: 0.5em 0.6em;
  margin-right: 0.5em;
}

/*=== MAIN HEADING ===*/
.heading-section {
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  width: 100%;
  height: auto;
}

.logo {
  max-width: 200px;
}

.logoPages {
  max-width: 200px;
}

.services-banner h1 {
  text-align: center;
  font-size: 60px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  margin: 15px 0;
}

.mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tel-num {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}

.tertiary-content-heading .tel-num:hover {
  color: rgba(36, 65, 75, 0.8);
}

.tertiary-content-heading p {
  color: #ffffff;
}

.secondary-content-heading:before {
  width: 2px;
  height: 10px;
  position: absolute;
  content: "|";
  font-weight: 700;
}

.home:after {
  width: 2px;
  height: 10px;
  position: absolute;
  content: "|";
  font-weight: 700;
}

.home a {
  padding-right: 10px;
  color: #333;
  font-weight: 600;
}

.content-services1 img,
.content-services2 img {
  width: 290px;
  border-radius: 10%;
  padding: 5px;
  height: 175px;
  background-color: #5fbb4f;
}

.secondary-content-heading a {
  color: #333;
  font-weight: 600;
  padding: 0 15px;
}

.secondary-content-heading a:hover,
.home a:hover {
  color: #5fbb4f;
}

.tertiary-content-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #5fbb4f;
  padding: 20px 10px;
  border-radius: 10px;
}

/* Dropdown Button */
.dropbtn {
  color: #333;
  font-weight: 600;
  cursor: pointer;
}

.dropbtn a {
  color: #333;
}

.dropbtn a:hover {
  color: #5fbb4f;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 30;
  padding: 0 15px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 30;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: #fff;
  background-color: #5fbb4f;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: #5fbb4f;
}

/*!*=== SECONDARY HEADER ===*!*/
.clean-green {
  position: absolute;
  bottom: -72px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background: linear-gradient(
    to bottom,
    #5fbb4f 0%,
    #5fbb4f 50%,
    #5fbb4f 50%,
    white 50%,
    white 100%
  );
  width: 25%;
  border-radius: 20px;
}

.clean-green h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  color: rgba(36, 65, 75, 1);
  margin: 0;
}

/*=== BANNER ===*/
.banner-section {
  position: relative;
}

.banner {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/1.webp") no-repeat center;
  background-size: cover;
  position: relative;
}

.banner-about {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/about-img.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.banner-coupon {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/coupon-img.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.banner-carpet {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/dryerventcleaning2.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.banner-carpet1 {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/carpet-cleaning-img2.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.mattress-banner {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/mattress-cleaning.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.upholstery-cleaning {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/upholstery-cleaning2.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.rug-cleaning {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/rug-cleaning2.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}

.airduct-cleaning {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/air-duct-cleaning-in-phoenix.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.tile-grout-banner {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/tile-grout-banner.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.attic-insulation {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/attic-insulation-contractors.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.dryer-vent-cleaning {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/dryerventcleaning.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.dryer-vent-cleaningNewevc {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/dryerventcleaning.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.chimney-cleaning {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    /* url('../img/chimney-cleaning-3.jpg')*/
      url("../img/chimney-cleaning-in-your-local-area.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.contact-banner {
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/carpetcleaning2.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.services-banner {
  height: auto;
  background: url("../img/carpetcleaning2.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.services-banner {
  height: auto;
  background-size: cover;
  position: relative;
}

.contact-bannerEVC {
  height: auto;
  background: url("../img/carpetcleaning2.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.banner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-top: 50px;
}

.price {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.price-img {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.price-img img {
  padding: 5px 0;
}

.price-cont h3 {
  font-size: 50px;
  margin: 20px 0 0 15px;
  font-size: 60px;
  font-weight: 700;
}

.banner-tagline {
  margin-top: 40px;
  padding: 15px 10px;
  font-size: 35px;
  color: #5fbb4f;
  font-weight: 600;
  background-color: rgba(36, 65, 75, 0.81);
  border-radius: 5px;
}

.button-free {
  color: #fff;
  padding: 22px 17px;
  background-color: #5fbb4f;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}

.button-free:hover {
  background-color: #179002;
}

.cost-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(36, 65, 75, 0.8);
  padding: 15px 0;
}

.cost-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(36, 65, 75, 0.8);
  padding: 15px 0;
}

.logos-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #044519;
  padding: 15px 0;
}

.logos-banner .logos {
  flex: 1;
  max-width: 150px;
  max-height: 150px;
  margin-left: 50px;
}

.cost-content p,
.cost-banner p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.cost-content span,
.cost-banner span {
  font-weight: 600;
  color: #5fbb4f;
}

.cost-content .cost-content-num,
.cost-banner .cost-content-num {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  margin: 0 50px;
}

.cost-content .cost-content-quote,
.cost-banner .cost-content-quote {
  margin: 0 50px;
}

.cost-content .tel-num,
.cost-banner .tel-num {
  color: #fff;
  text-decoration: none;
  font-size: 56px;
  letter-spacing: 2px;
}

.cost-content .tel-num:hover,
.cost-banner .tel-num:hover {
  color: #5fbb4f;
}

/*=== ABOUT ===*/

.about-title {
  text-align: center;
  padding-bottom: 20px;
}

.about-title h1 {
  font-size: 45px;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 1px;
}

.about-title p {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.about-title span,
.about-content span,
.attic-insulation-section span {
  color: #5fbb4f;
  font-weight: 600;
}

.about-content p {
  padding-bottom: 20px;
}

.contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #5fbb4f;
}

.services-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #5fbb4f;
}

.contact-banner h1 {
  font-size: 70px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.contact-text h1 {
  font-size: 45px;
}

.contact-banner h2 {
  font-size: 22px;
  color: #5fbb4f;
  padding: 0;
  margin: 0;
  width: 50%;
  text-align: center;
}

.contact-form-container .contact {
  margin: 0 auto;
  padding: 30px 0;
}

.contact-form-container .contact-form {
  margin: 0;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  background-color: #5fbb4f;
  height: 100%;
}

.contact-main h1 {
  font-size: 70px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.contact-main h2 {
  font-size: 22px;
  color: #5fbb4f;
  padding: 0;
  margin: 0;
}

.contact-services {
  width: 50%;
  padding: 30px 0;
  margin: 0 auto;
}

.contact-services-content {
  margin: 0;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  background-color: rgba(36, 65, 75, 0.9);
  padding: 20px 50px;
  height: 100%;
}

.contact2-container {
  display: block;
  margin: 50px auto;
  max-width: 700px;
}

.field {
  position: relative;
  display: inline-block;
  float: left;
}
.field .helptext {
  font-size: 14px;
  color: #888;
  font-style: italic;
  margin: 0;
  padding: 10px;
}
.field--quarter {
  width: 25%;
}
.field--half {
  width: 50%;
}
.field--half.form-action {
  border-top-color: transparent;
  padding-top: 10px;
}
.field--three-quarter {
  width: 75%;
}
.field--block {
  width: 100%;
}
.field--block.form-action {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #9cd3a3;
}
.field__label {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: #888;
}
.field__input {
  padding: 25px 10px 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.field .btn,
.g-recaptcha {
  float: right;
}

.g-recaptcha > div:first-of-type {
  margin: 0 auto;
}

.input {
  outline: 0;
  border: 1px solid #ccc;
}
.input:focus {
  background-color: white;
  border-color: #4caf58;
}
.input:focus ~ label {
  color: #4caf58;
}
.input--textarea {
  max-width: 100%;
  height: 100px;
  max-height: 100px;
}
.input--select {
  padding-right: 20px;
}

.label--required:after {
  content: "*";
  color: tomato;
  margin-left: 5px;
}

.contact-services-content h1 {
  color: #fff;
  letter-spacing: 2px;
  margin: 10px 0;
}

.contact-services-content p {
  margin-bottom: 20px;
  color: #fff;
}

.contact-services-content span {
  color: #5fbb4f;
  font-weight: 700;
}

.contact-services-content ul {
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
}

.contact-services-content li {
  font-size: 18px;
  list-style: disc;
  color: #fff;
}

.contact-services-content a {
  color: #fff;
  font-weight: 700;
}

.contact-services-content a:hover {
  color: #5fbb4f;
}

.services-contact-row {
  display: flex;
  margin: 0;
  height: auto;
  padding-bottom: 25px;
}

.services-contact-row .col {
  margin-right: 35px;
}

.services-contact {
  margin: 26px 0 0;
}

.services-contact-row li {
  list-style: disc;
}

/*=== CONTENT ===*/
.content-section {
  margin-bottom: 30px;
}

.change-bg {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, #f7ff70 0%, #f4ff32 40%, #f7ef0c 100%) repeat
    scroll 0 0;
}

.change-bg-2 {
  background-color: #5fbb4f;
  border: dashed #424242 !important;
}

.change-bg-orange {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, #ffb75e 0%, #ffb75e 40%, #ffb75e 100%) repeat
    scroll 0 0;
}

.change-bg-teal {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, #2d434b 0%, #2d434b 40%, #2d434b 100%) repeat
    scroll 0 0;
}

.change-bg-pink {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, #ffb7b7 0%, #ffb7b7 40%, #ffb7b7 100%) repeat
    scroll 0 0;
}

.content-section .change-bg-2 h2 {
  font-size: 16px;
  line-height: 1.2;
}

.content-section .change-bg-2 h3 {
  font-size: 15px;
}

.content-section .change-bg-2 p {
  color: #fff;
}

.content-section .change-bg-teal a h3 {
  color: #fff;
}

.content-section h1,
.review-section h1 {
  text-align: center;
  font-size: 40px;
}

.content-section h2 {
  margin: 0;
  font-size: 20px;
}

.content-section h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.content-primary,
.content-secondary,
.content-tri {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}

.content-service {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content-1,
.content-2 {
  text-align: center;
  border: dashed #5fbb2d;
  padding: 20px;
  width: 50%;
}

.content-services1,
.content-services2 {
  text-align: center;
  width: 50%;
  margin-bottom: 25px;
}

.content-1 {
  margin-right: 20px;
}
.content-services1 {
  margin-right: 20px;
}

.content-1 p,
.content-2 p {
  color: #5fbb2d;
  font-size: 13px;
  font-weight: 600;
}

.content-img {
  border-radius: 100%;
  width: 100%;
  max-width: 150px;
}

.process {
  font-size: 20px;
}

.content-num {
  color: #5fbb4f;
  text-decoration: underline;
  font-weight: 700;
}

.content-num:hover {
  color: #1aacff;
}

.about-content .upholstery-num {
  text-align: center;
  font-weight: 300;
  color: #5fbb4f;
  font-size: 20px;
  padding-top: 20px;
}

.inner-content {
  padding: 0 30px;
}

.repair-img {
  height: 250px;
  width: 250px;
  background: url("../img/rug-repair.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.repair-tagline {
  width: 70%;
}

.rug-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*=== CONTACT ===*/
.contact-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/44444.jpg") no-repeat center fixed;
  background-size: cover;
  color: #fff;
}
.contact-sectionNewEVC {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  color: #fff;
}

.main-contact-review {
  height: auto !important;
}

.contact-review {
  display: flex;
  justify-content: flex-end;
  height: 1170px;
}

.contact-home {
  display: flex;
  justify-content: flex-end;
  height: 780px;
}

.review {
  width: 50%;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}

.review h1 {
  padding-top: 15px;
}

.review-2 {
  margin-top: 20px;
}

.review-1 img,
.review-2 img {
  border-radius: 100%;
  margin-top: 10px;
}

.contact {
  width: 50%;
}

.contact-form {
  background-color: rgba(95, 187, 45, 0.7);
  margin: 0 0 0 50px;
  padding: 20px 50px;
}

.contact-form h1 {
  letter-spacing: 2px;
}

.contact-tagline {
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, #f7ff70 0%, #f4ff32 40%, #f7ef0c 100%) repeat
    scroll 0 0;
  color: #333;
  border-radius: 25px;
  padding: 10px 20px;
}

.contact-tagline span {
  font-weight: 900;
}

.form-wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}

.form-title {
  display: inline-block;
  width: 40%;
}

.input-form {
  border-radius: 5px;
  padding: 10px 60px 10px 10px;
  width: 100%;
  font-weight: 600;
}

.button {
  text-align: right;
  margin: 20px 0;
}

.submit-button {
  color: #5fbb2d;
  padding: 12px 14px;
  background-color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #5fbb2d;
  color: #fff;
}

.security {
  text-align: justify;
  padding-bottom: 5px;
}

.contact-section-content {
  display: flex;
  height: auto;
}

.main-review {
  width: 100%;
}

.main-review .img-left {
  margin-bottom: 70px;
}

.main-review .img-left h3 {
  text-align: right;
}

.main-review .img-left p a,
.main-review .img-right p a {
  color: #fff;
  font-weight: 700;
}

.main-review .img-left p a:hover,
.main-review .img-right p a:hover {
  color: #5fbb2d;
}

.main-contact {
  width: 100%;
  flex: 0 0 50%;
}

/*=== LANDMARK ===*/

.landmark {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
}

.landmark img {
  max-width: 100%;
  height: 500px;
}

.location-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/CarpetClean.jpg) no-repeat center top;
}

.location-section h2 {
  text-align: center;
  margin: 0;
  padding: 16px 0;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(36, 65, 75, 0.8);
}

.location-section h2:hover {
  color: #5fbb4f;
}

#map {
  height: 500px;
  width: 100%;
}

/*=== FOOTER ===*/
.footer-slider-section {
  background-color: #333;
}

.footer-slider-container {
  padding: 30px 0;
}

.contact-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.2;
}

.contact-footer .call-us {
  color: #fff;
  margin: 0;
  font-size: 30px;
}

.contact-footer .tel-num {
  color: #5fbb2d;
  font-size: 50px;
}

.contact-footer .tel-num:hover {
  color: #fff;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.footer-slider {
  color: #cecece;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.slidingVertical {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slidingVertical span {
  animation: topToBottom 12.5s linear infinite 0s;
  -ms-animation: topToBottom 12.5s linear infinite 0s;
  -webkit-animation: topToBottom 12.5s linear infinite 0s;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.slidingVertical span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.slidingVertical span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.slidingVertical span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

.slidingVertical span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

div.slides {
  position: relative;
  top: -32px;
  left: 0;
  width: 150px;
  height: auto;
}

div.slides-sentence {
  padding-left: 20px;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -ms-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -ms-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.footer-slider p,
.footer-slider h2 {
  color: #fff;
}

.footer-slider h2 {
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  /*padding-left: 160px;*/
}

.footer-slider .footer-tagline {
  color: #5fbb2d;
  font-size: 19px;
}

.main-footer {
  background-color: #5fbb2d;
  color: #fff;
}

.dallas-website {
  color: #fff;
  padding-left: 5px;
}

/*FORM STYLES*/
#response {
  display: none;
}

#response.show {
  display: block;
}

#not-response {
  display: none;
}

#not-response.show {
  display: block;
}

.startPosition_1 {
  color: red;
  text-align: center;
  border: 2px solid #333;
  margin-bottom: 20px;
  font-weight: 700;
  padding: 15px 10px;
}

/*REVIEW SECTION*/

.review-banner h2 {
  font-size: 28px;
  color: #5fbb4f;
  padding: 0;
  margin: 0;
  width: 50%;
  text-align: center;
}

.review-banner h1 {
  font-size: 60px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.review-section {
  margin: 50px 0;
}

.row {
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  position: relative;
  padding: 30px;
}

.row-1 {
  background-color: #5fbb4f;
}

.row-2 {
  background-color: rgba(36, 65, 75, 0.9);
}

.row img {
  max-width: 150px;
  border-radius: 100%;
  border: 2px solid #e0e0e0;
  padding: 7px;
  background-color: #fff;
  position: absolute;
  left: -70px;
  top: 30px;
}

.row-1 p,
.row-1 h3 {
  padding-left: 70px;
  color: #333;
  text-align: justify;
}

.row-2 p,
.row-2 h3 {
  padding-left: 70px;
  color: #fff;
  text-align: justify;
}

.review-contact {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
}

.img-left {
  margin: 0 0 30px 30px;
}

.img-right {
  margin: 0 30px 30px 0;
}

.review-contact img {
  max-width: 150px;
  border-radius: 100%;
  border: 2px solid #e0e0e0;
  padding: 7px;
  background-color: #fff;
}

.img-left img {
  position: absolute;
  left: -70px;
  top: 10px;
}

.img-right img {
  position: absolute;
  right: -70px;
  top: 10px;
}

.img-left p,
.img-left h3 {
  padding-left: 70px;
  color: #fff;
  text-align: justify;
  margin: 0 0 5px;
}

.img-right p,
.img-right h3 {
  padding-right: 70px;
  color: #fff;
  text-align: justify;
  margin: 0 0 5px;
}

.img-center {
  margin-top: 100px;
}

.img-center img {
  max-width: 125px;
  border: 1px solid #ffffff;
  padding: 4px;
  position: absolute;
  top: -50px;
  left: 180px;
}

.img-center p,
.img-center h3 {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 5px;
}

.img-center p {
  margin-top: 55px;
}

/*VIDEO SECTION MATRESS CLEANING*/

.matress-video {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 850px;
  height: 550px;
}

/*RECAPTCHA*/

.g-recaptcha > div {
  margin: 0 0 0 150px;
}

.g-recaptcha2 > div {
  margin: 0 0 0 180px;
}

.g-recaptchaDesign2 > div {
  margin: 0 0 0 130px;
}

/*      RESPONSIVE STYLE     */

@media only screen and (max-width: 1300px) and (min-width: 1001px) {
  .container {
    max-width: 900px;
  }

  /*MAIN HEADER*/
  .container-heading {
    max-width: none;
    padding: 0 16px;
  }

  .secondary-content-heading,
  .home {
    font-size: 14px;
  }

  .secondary-content-heading a {
    padding: 0 10px 0 15px;
  }

  .tertiary-content-heading .tel-num {
    font-size: 28px;
  }

  .cost-content {
    justify-content: space-around;
  }

  .main-nav {
    padding-left: 0;
  }

  .dropdown {
    padding-right: 10px;
    font-size: 14px;
  }

  /* BANNER*/
  .banner {
    background-size: 120%;
  }

  .banner-tagline {
    text-align: center;
    font-size: 30px;
  }

  .clean-green {
    bottom: -42px;
    width: 30%;
  }

  .clean-green h1 {
    font-size: 35px;
  }

  /* CONTENT*/
  .price-img img {
    margin: 5px 0;
  }

  .content-section h2 {
    font-size: 14px;
  }

  .content-section h3 {
    font-size: 15px;
  }

  .content-section .change-bg-2 h2 {
    font-size: 12px;
  }

  .content-section .change-bg-2 h3 {
    font-size: 12px;
  }

  .content-section .change-bg-2 p {
    font-size: 11px;
  }

  /*CONTACT*/
  .contact-section {
    background-attachment: scroll;
    background-size: cover;
  }

  .contact-form {
    padding: 20px 50px 40px;
  }

  .contact-form h1,
  .review h1 {
    font-size: 20px;
  }

  .contact-tagline {
    text-align: left;
    font-size: 15px;
  }

  .form-title {
    font-size: 15px;
    width: 50%;
  }

  .security {
    font-size: 14px;
    text-align: left;
  }

  /*FOOTER*/
  .footer-slider h2 {
    font-size: 28px;
  }

  /*CONTAACT PAGE*/
  .main-contact-review {
    height: auto !important;
  }

  .contact-review {
    height: 1300px;
  }

  .contact-banner h1 {
    font-size: 60px;
  }

  .contact-banner h2 {
    width: 75%;
  }

  .services-banner h1 {
    text-align: center;
    font-size: 60px;
  }

  .services-banner h2 {
    width: 75%;
  }

  .contact-services-content h1 {
    font-size: 20px;
  }

  .contact-services-content li {
    font-size: 18px;
  }

  .contact-services-content .about-contact {
    padding-bottom: 15px;
  }

  .contact-services-content p {
    margin-top: 20px;
  }

  .contact-services-content p:nth-child(3) {
    display: none;
  }

  .contact-services-content .img-right {
    margin: 60px 0 0;
  }

  .contact-services-content p {
    margin-top: 40px;
    text-align: left;
    padding: 0;
  }

  .contact-services-content h3 {
    text-align: center;
    padding-left: 0;
    margin-top: 17px;
  }

  .contact-services-content .img-right img {
    max-width: 100px;
    left: 120px;
    top: -50px;
    border: none;
    padding: 5px;
  }

  .contact-services-content {
    padding: 20px 50px 135px;
  }

  .contact-services-content ul {
    display: block;
  }

  .cp-contact-form {
    padding: 20px 50px;
  }

  .cp-contact-form h1 {
    font-size: 20px;
  }

  .cp-tagline {
    text-align: left;
    font-size: 18px;
    margin: 40px 0 55px;
  }

  .cp-form-title {
    font-size: 16px;
    width: 50%;
  }

  .cp-security {
    font-size: 20px;
    text-align: left;
    padding: 20px 0;
  }

  .cp-button {
    margin: 40px 0;
  }

  .cp-submit {
    font-size: 16px;
  }

  .main-review .img-right {
    margin-bottom: 50px;
  }

  .main-review .img-right p,
  .main-review .img-right h3,
  .main-review .img-left p,
  .main-review .img-left h3 {
    text-align: center;
  }

  /*REVIEW SECTION*/
  .contact-content h1 {
    font-size: 55px;
  }

  .contact-content h2 {
    width: 100%;
    font-size: 25px;
  }

  .services-content h1 {
    font-size: 55px;
  }

  .services-content h2 {
    width: 100%;
    font-size: 25px;
  }

  .row {
    margin-left: 50px;
  }

  .img-center img {
    max-width: 100px;
    left: 120px;
    top: -40px;
  }

  .img-center p,
  .img-center h3 {
    text-align: center;
    margin-top: 50px;
  }

  .services-contact-row {
    display: block;
  }

  /*VIDEO SECTION*/
  .matress-video {
    width: 700px;
    height: 450px;
  }

  /*RECAPTCHA*/

  .g-recaptcha > div {
    margin: 0 auto;
  }

  .g-recaptcha2 > div {
    margin: 0 0 0 50px;
  }

  .button {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 700px) {
  body {
    padding-top: 0;
  }

  .heading-section {
    height: auto;
  }

  .container {
    max-width: 700px;
  }

  /*MAIN HEADER*/
  .heading-section {
    position: relative;
  }

  .main-nav {
    flex-direction: column;
    margin: 0;
    padding: 15px 15px 40px 15px;
  }

  .button-free {
    font-size: 14px;
  }

  /*SLIDER*/
  #slider,
  #slider li,
  .slider-container {
    width: 600px;
  }

  .slider-container span {
    font-size: 24px;
  }

  .slider-container h1 {
    font-size: 64px;
  }

  .slider-container p {
    font-size: 22px;
  }

  @-webkit-keyframes slide-animation {
    0% {
      opacity: 0;
    }
    2% {
      opacity: 1;
    }
    20% {
      left: 0px;
      opacity: 1;
    }
    22.5% {
      opacity: 0.6;
    }
    25% {
      left: -600px;
      opacity: 1;
    }
    45% {
      left: -600px;
      opacity: 1;
    }
    47.5% {
      opacity: 0.6;
    }
    50% {
      left: -1200px;
      opacity: 1;
    }
    70% {
      left: -1200px;
      opacity: 1;
    }
    72.5% {
      opacity: 0.6;
    }
    75% {
      left: -1800px;
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    98% {
      left: -1800px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 0;
    }
  }

  /* BANNER*/
  .banner-section {
    padding: 0;
  }

  .banner {
    background-size: cover;
  }

  .airduct-cleaning {
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../img/air-duct-cleaning-in-phoenix.jpg") no-repeat center right;
    background-size: cover;
    position: relative;
  }

  .contact-section {
    height: auto;
    background-size: 130%;
    padding: 40px 0;
  }

  .banner-tagline {
    text-align: center;
    font-size: 25px;
  }

  .cost-content .tel-num,
  .cost-banner .tel-num {
    font-size: 36px;
  }

  .cost-content p,
  .cost-banner p {
    font-size: 13px;
  }

  .clean-green {
    bottom: -30px;
    width: 50%;
  }

  .clean-green h1 {
    font-size: 38px;
  }

  /* ABOUT*/
  .about-title h1 {
    font-size: 38px;
  }

  /* LANDMARK*/
  .landmark {
    height: 400px;
    background-size: 120%;
    background-position: center;
  }

  /* CONTENT*/
  .price-img img {
    margin: 5px 0;
  }

  .content-primary,
  .content-secondary,
  .content-tri,
  .content-service {
    flex-wrap: wrap;
    margin: 0;
  }

  .content-1,
  .content-2 {
    margin: 25px 0;
    width: 45%;
  }

  .content-services {
    margin: 25px 0;
    width: 45%;
  }

  .content-section h1,
  .review-section h1 {
    font-size: 35px;
  }

  .content-section h2,
  .review-section h2 {
    font-size: 25px;
  }

  .content-section h3 {
    font-size: 20px;
  }

  .content-section p {
    font-size: 12px;
  }

  .content-section .change-bg-2 h2 {
    font-size: 18px;
  }

  .content-section .change-bg-2 h3 {
    font-size: 16px;
  }

  /* CONTACT */
  .contact-section {
    background-attachment: scroll;
    background-size: cover;
  }

  .contact-review {
    display: block;
  }

  .review,
  .contact {
    width: 100%;
  }

  .contact-form {
    margin: 50px;
    padding: 40px;
  }

  .contact-tagline {
    margin-bottom: 30px;
  }

  .button {
    margin: 20px 0;
  }

  .security {
    padding-bottom: 20px;
  }

  .contact-section-content {
    display: block;
  }

  .main-contact-review {
    margin: 40px;
  }

  .main-review .img-left {
    margin-bottom: 40px;
  }

  /* LANDMARK*/
  .landmark {
    height: 400px;
    background-size: 120%;
    background-position: center;
  }

  .slidingVertical span {
    font-size: 26px;
    top: -5px;
    left: 15px;
  }

  div.slides {
    top: -17px;
    left: 20px;
  }

  .footer-slider h2 {
    font-size: 20px;
  }

  div.slides-sentence {
    padding-left: 0;
  }

  .footer-slider .footer-tagline {
    font-size: 15px;
  }

  /*CONTACT PAGE*/
  .contact-services {
    width: 100%;
  }

  .contact-banner h1 {
    font-size: 50px;
  }

  .contact-banner h2 {
    font-size: 18px;
    width: 100%;
    padding: 0 20px;
  }

  .services-banner h1 {
    text-align: center;
    font-size: 60px;
  }

  .services-banner h2 {
    font-size: 18px;
    width: 100%;
    padding: 0 20px;
  }

  .contact-services-content .img-left img,
  .contact-services-content .img-right img {
    top: 0;
  }

  .services-contact-row .col {
    margin-right: 70px;
  }

  /*REVIEW SECTION*/
  .contact-content h1 {
    font-size: 45px;
  }

  .contact-content h2 {
    font-size: 22px;
  }

  .services-content h1 {
    font-size: 45px;
  }

  .services-content h2 {
    font-size: 22px;
  }

  .row {
    margin-left: 50px;
  }

  .row img {
    top: 50px;
  }

  .img-center img {
    left: 240px;
    top: -55px;
  }

  .location-section h2 {
    font-size: 20px;
  }

  /*VIDEO SECTION*/
  .matress-video {
    width: 600px;
    height: 350px;
  }
}

@media only screen and (max-width: 550px) and (min-width: 320px) {
  body {
    padding-top: 0;
  }

  .g-recaptcha {
    float: left;
  }

  .contact-text img {
    max-width: 200px;
  }
  .heading-section {
    height: auto;
  }

  /*SLIDER*/
  #slider {
    height: 300px;
  }

  #slider,
  #slider li,
  .slider-container {
    width: 300px;
  }

  @-webkit-keyframes slide-animation {
    0% {
      opacity: 0;
    }
    2% {
      opacity: 1;
    }
    20% {
      left: 0px;
      opacity: 1;
    }
    22.5% {
      opacity: 0.6;
    }
    25% {
      left: -300px;
      opacity: 1;
    }
    45% {
      left: -300px;
      opacity: 1;
    }
    47.5% {
      opacity: 0.6;
    }
    50% {
      left: -600px;
      opacity: 1;
    }
    70% {
      left: -600px;
      opacity: 1;
    }
    72.5% {
      opacity: 0.6;
    }
    75% {
      left: -900px;
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    98% {
      left: -900px;
      opacity: 0;
    }
    100% {
      left: 0px;
      opacity: 0;
    }
  }

  #slider ul {
    margin-left: -35px;
  }

  .slider-container h1 {
    color: #fff;
    text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.5);
    font-size: 34px;
    margin: 0;
    text-align: center;
    line-height: 1;
  }

  .slider-container p {
    margin: 5px 25px;
    font-weight: 700;
    text-align: center;
    color: #5fbb4f;
    font-size: 12px;
    text-align: center;
    line-height: 1;
  }

  .slider-container span {
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 1;
  }

  /*  MAIN HEADER   */
  .heading-section {
    position: relative;
  }

  .container {
    max-width: none;
    width: 100%;
    padding: 0 22px;
  }

  .main-nav {
    display: block;
    text-align: center;
    padding: 10px 0 40px;
    margin: 0;
  }

  .main-nav .secondary-content-heading,
  .home {
    font-size: 16px;
  }

  .main-nav .tertiary-content-heading {
    font-size: 16px;
  }

  /*  BANNER   */
  .banner-section {
    padding-top: 0;
  }

  .banner {
    background-position: center;
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
  }

  .airduct-cleaning {
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../img/airduct.jpg") no-repeat center right;
    background-size: cover;
    position: relative;
  }

  .banner-content .tel-num {
    font-size: 40px;
  }

  .button-free {
    font-size: 11px;
    font-weight: 800;
    padding: 10px;
  }

  .price {
    text-align: left;
  }

  .price-cont h3 {
    font-size: 35px;
    margin: 0;
    text-align: center;
    font-weight: 700;
  }

  .price-img {
    padding: 0;
    margin: 0;
  }

  .price-img img {
    margin: 10px 0;
  }

  .banner-tagline {
    font-size: 23px;
    text-align: center;
  }

  .cost-content,
  .cost-banner {
    display: block;
    position: relative;
    margin-top: 25px;
    border-radius: 5px;
  }

  .cost-content .tel-num,
  .cost-banner .tel-num {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .cost-content p,
  .cost-banner p {
    font-size: 14px;
  }

  .cost-content .cost-content-quote,
  .cost-banner .cost-content-quote {
    margin: 0 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .clean-green {
    bottom: -25px;
    width: 77%;
  }

  .clean-green h1 {
    font-size: 30px;
  }

  /* ABOUT*/
  .about-title h1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .about-title p {
    font-size: 16px;
  }

  /*  CONTENT  */
  .content-section h1,
  .review-section h1 {
    font-size: 30px;
  }

  .content-section h2,
  .review-section h2 {
    font-size: 25px;
  }

  .content-section h3 {
    font-size: 20px;
  }

  .content-section p {
    font-size: 12px;
  }

  .coupon-section p {
    font-size: 16px;
  }

  .content-section .change-bg-2 h2 {
    font-size: 18px;
    line-height: 1.8;
  }

  .content-section .change-bg-2 h3 {
    font-size: 18px;
  }

  .content-primary,
  .content-secondary,
  .content-tri,
  .content-service {
    flex-flow: column;
  }

  .content-services1,
  .content-services2 {
    width: 100%;
  }

  .content-services1 {
    margin: 0 0 30px;
  }

  .content-1,
  .content-2 {
    width: 100%;
  }

  .content-1 {
    margin: 0 0 30px;
  }

  .repair-tagline {
    width: 100%;
  }

  .repair-img {
    margin-top: 30px;
  }

  .rug-col {
    display: block;
  }

  /*  CONTACT DETAILS */
  .contact-section {
    height: auto;
    background-size: cover;
    background-attachment: scroll;
    padding: 40px 0;
  }

  .contact-review {
    display: block;
    height: auto;
  }

  .contact-home {
    display: block;
    height: auto;
  }

  .review {
    width: 100%;
  }

  .review-2 {
    display: none;
  }

  .contact {
    width: 100%;
  }

  .contact-form {
    margin: 10px 0;
    padding: 20px 30px;
  }

  .contact-main h1 {
    font-size: 28px;
  }

  .contact-form h1,
  .review h1 {
    font-size: 16px;
  }

  .contact-tagline {
    font-size: 13px;
    text-align: left;
  }

  .security {
    font-size: 14px;
    text-align: left;
  }

  .form-wrapper {
    display: block;
  }

  .contact-section-content {
    display: block;
  }

  .main-contact-review .img-left img {
    left: 125px;
  }

  /*  LANDMARK */
  .landmark {
    height: 300px;
    background-size: 200%;
    background-position: center;
  }

  /*  FOOTER  */
  .contact-footer {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }

  .contact-footer .tel-num {
    font-size: 24px;
  }

  .contact-number {
    margin: 40px 0;
  }

  .contact-number .call-us {
    margin-top: 60px;
  }

  .footer-content {
    display: block;
    text-align: center;
  }

  .main-footer {
    font-size: 12px;
  }

  .slidingVertical {
    display: block;
  }

  div .slides {
    top: 0;
    left: 105px;
  }

  div .slides-sentence {
    padding-left: 0;
  }

  .slidingVertical span {
    left: 0;
    top: 0;
    right: 0;
    font-size: 34px;
  }

  .slidingVertical h2 {
    padding: 45px 0 0;
    font-size: 26px;
  }

  .footer-tagline {
    font-size: 16px;
  }

  /*CONTACT PAGE*/
  .contact-services {
    width: 100%;
  }

  .contact-banner h1 {
    font-size: 50px;
  }

  .contact-banner h2 {
    font-size: 14px;
    width: 100%;
  }

  .services-banner h1 {
    font-size: 50px;
  }

  .services-banner h2 {
    font-size: 14px;
    width: 100%;
  }

  .contact-services-content {
    padding: 10px 30px;
  }

  .contact-services-content p:nth-child(3) {
    display: none;
  }

  .contact-page-section .slidingVertical span {
    left: 0;
  }

  .img-right {
    display: none;
  }

  .img-left {
    margin: 60px 0 0;
  }

  .img-left img {
    max-width: 100px;
    left: 90px;
    top: -50px;
  }

  .img-left p,
  .img-left h3 {
    text-align: left;
    padding: 30px 0 0;
  }

  .img-center img {
    left: 80px;
  }

  .services-contact-row {
    display: block;
  }

  .services-contact {
    margin: 20px 0;
  }

  /*REVIEW SECTION*/
  .contact-content h1 {
    text-align: center;
    font-size: 40px;
  }

  .contact-content h2 {
    font-size: 16px;
    padding: 0 10px;
  }

  .services-content h1 {
    text-align: center;
    font-size: 40px;
  }

  .services-content h2 {
    font-size: 16px;
    padding: 0 10px;
  }

  .row {
    margin: 75px 0;
  }

  .row img {
    max-width: 100px;
    border: none;
    padding: 5px;
    left: 130px;
    top: -50px;
  }

  .row p {
    padding: 25px 0 0;
    text-align: left;
  }

  .row h3 {
    padding: 0;
    text-align: right;
  }

  .location-section h2 {
    font-size: 12px;
  }

  .matress-video {
    width: 300px;
    height: 200px;
  }

  .mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .mobile .secondary-content-heading,
  .mobile .dropdown {
    flex-basis: 30%;
  }

  .mobile .dropdown {
    padding-right: 0;
  }

  .secondary-content-heading:before,
  .home:after {
    content: none;
  }

  .secondary-content-heading a,
  .home a {
    padding: 0;
  }

  .g-recaptcha > div {
    transform: scale(0.9);
    transform-origin: 0 0;
    margin: 0;
  }

  .button {
    margin: 10px 0 20px;
  }
}

@media only screen and (max-width: 400px) and (min-width: 320px) {
  div .slides {
    top: 0;
    left: 88px;
  }
  #mybutton {
  right: 40px !important;;
}
}



/* Attic Insulation Style */

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.img-container img {
  max-width: 300px;
  border-radius: 10%;
  margin: 20px;
  padding: 5px;
  background-color: #5fbb4f;
}

.attic-insulation-section {
  background: #314850;
  color: #fff;
  padding: 10px 0 30px;
}

.attic-insulation-two-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.attic-insulation-inner-content {
  margin: 0 30px;
}

.attic-insulation-two-column img {
  margin: 20px 30px;
  max-width: 400px;
}

.blown-attic-img {
  display: block;
  margin: 20px auto;
}

.ipad-view :nth-child(1) {
  order: 2;
}

.chimney-last-sentence {
  padding-top: 40px;
}

@media only screen and (max-width: 1300px) and (min-width: 1001px) {
  .blown-attic-img {
    max-width: 700px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 700px) {
  .img-container img {
    max-width: 350px;
  }

  .ipad-view :nth-child(1) {
    order: 2;
  }

  .blown-attic-img {
    max-width: 550px;
  }
}

@media only screen and (max-width: 550px) and (min-width: 320px) {
  .logos-banner {
    display: inline-block;
  }
  .logos-banner .logos {
    width: 100%;
    margin-left: 100px !important;
  }

  .mobile-view img {
    max-width: 300px;
  }

  .ipad-view :nth-child(1) {
    order: 2;
  }
  .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
}

.mySlides,
.mSlides {
  display: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

/* Position the image container (needed to position the left and right arrows) */
.imgSlider-container {
  position: relative;
}

/* Hide the images by default */
.mySlides,
.mSlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.img-row:after {
  content: "";
  display: table;
  clear: both;
}

.img-row img {
  height: 200px;
}
/* Six columns side by side */
.column {
  float: left;
  width: 25%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.feedback {
  height: 75px;
  width: 75px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%; /* may require vendor prefixes */
  background: yellow;
  font-size: 32px;
}

#mybutton {
  position: fixed;
  bottom: 40px;
  right: 10px;
}

.testimonials {
  flex-basis: calc(50% - 10px);
  margin: 0 0px;
  min-width: calc(100% * (1 / 2) - 1px);
}
.testimonials:nth-child(3n + 2),
.item:nth-child(2n + 2) {
  /*  every 3rd element, start at 2nd and 3rd  */
  margin-left: 15px; /*  10px per item, divide with 2 gaps  */
}
.testimonials {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.testimonials * {
  box-sizing: border-box;
}

.testimonials blockquote {
  margin: 15px;
  padding: 30px;
  width: 550px;
  border: 1px solid #999;
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: background-color 0.6s linear;
}

.testimonials .quotes {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 5em;
}
.testimonials .leftq {
  top: -25px;
  left: 5px;
}
.testimonials .rightq {
  bottom: -10px;
  right: 5px;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
  background: plum;
  vertical-align: middle;
  margin-right: 1em;
  color: white;
}

.green:before {
  background: green !important;
}

.blue:before {
  background: blue !important;
}

.orange:before {
  background: orange !important;
}

.red:before {
  background: red !important;
}
