/*!
Theme Name: Maid This
Theme URI: https://seooneclick.com
Author: One Click Marketing
Author URI: https://seooneclick.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maid-this
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  color: #1f2944;
}
hr {
  border-color: #ff931e;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #1f2944;
}
a:hover,
a:focus {
  color: #90db26;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
h1,
.h1 {
  font-size: 48px;
  color: #1f2944;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
h2,
.h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
}

.h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  font-size: 18px;
  color: #1f2944;
  line-height: 1.5;
  margin-bottom: 0px;
}
p + p {
  margin-top: 10px;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.bg-primary {
  background-color: #f05f40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.text-centered {
  text-align: center;
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.relative {
  position: relative;
}
.no-padding {
  padding: 0;
}
.admin-bar #mainNav.navbar {
  top: 32px;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #f05f40;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #f05f40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #f05f40 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #1f2944;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #000;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #f05f40;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #1f2944;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #000;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  /*background-image: url('../img/header.jpg');*/
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}

.navbar-nav > li > a {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav li + li {
  margin-left: 50px;
}
.navbar-nav .dropdown-menu li + li {
  margin-left: 0;
}
/*.header-number-wrap {
	display: none;
}*/

#menu-main-menu li:hover ul.dropdown-menu li a {
  font-weight: 500;
}
.dropdown-menu > li > a {
  padding: 6px 22px;
  font-size: 18px;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  /*color:#73c48b;*/
  color: #000;
  background-color: #f8f8f8;
}
#menu-main-menu > .menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 4px;
  font-size: 10px;
  vertical-align: bottom;
}
#menu-main-menu
  .menu-item-has-children
  > ul
  li.menu-item-has-children
  > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 4px;
  font-size: 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
/* HEADER */
#mainNav {
  padding-top: 50px;
}
#mainNav .logo {
  font-size: 36px;
  font-family: "VAG Rounded";
  color: #1f2944;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -40px;
}
.navbar-nav > li > a {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav li + li {
  margin-left: 15px;
}
.header-number-wrap {
  position: absolute;
  top: -29px;
  right: 15px;
  font-size: 18px;
  font-weight: 600;
}
.header-number-wrap a {
  display: inline-block;
}
.header-number-wrap a::before {
  content: url("img/phone-icon.png");
  position: absolute;
  left: -35px;
  top: -3px;
}
.header-number-wrap a:hover,
.header-number-wrap a:focus {
  color: #000;
  text-decoration: none;
}
.click-menu {
  float: right;
  width: 20px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: 4px;
}
.click-menu::before {
  position: absolute;
  left: 3px;
  top: 50%;
  font: 16px FontAwesome;
  color: #333;
  content: "\f078";
}
.click-menu.clicked-menu-item::before {
  transform: rotate(180deg);
  top: 60%;
}
/* HEADER END */
/* HOMEPAGE HERO BANNER */
.homepage-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/hp-top-hero-background.png");
  text-align: center;
  padding-bottom: 70px;
}
.first-section-padding-top {
  padding-top: 175px;
}
.container-general-hero-banner-content {
  margin-bottom: 60px;
}
.container-general-hero-banner-content h1 {
  /*margin-top: 75px;*/
  margin-bottom: 25px;
}
.container-general-hero-banner-content p {
  font-weight: 600;
}
.homepage-hero-banner-panels {
}
.homepage-hero-banner-panels h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.homepage-hero-banner-panels ul {
  text-align: left;
  margin-bottom: 50px;
  list-style: none;
  padding-left: 25px;
}

/* Homepage v2 - based on original HP - START */

.page-template-page-home-v2 .first-section-padding-top {
  padding-top: 140px;
}

.page-template-page-home-v2 .homepage-hero-banner-panels ul {
  padding-left: 0px;
}

.page-template-page-home-v2 .homepage-hero-banner-panel-left-star {
  z-index: 10;
  top: -110px;
  left: -40px;
}

.page-template-page-home-v2 .homepage-hero-banner-panels li + li {
  margin-top: 0px;
}

.page-template-page-home-v2 .trust-and-security-section {
  padding-bottom: 80px;
}

.page-template-page-home-v2 .two-forms-container {
  margin-top: -20px;
}

@media (max-width: 1279px) and (min-width: 992px) {
  .page-template-page-home-v2 .homepage-hero-banner-panel-left-star {
    left: -35px;
    top: -70px;
  }
}

@media (max-width: 991px) {
  .page-template-page-home-v2 .two-forms-container {
    margin-top: 70px;
  }

  .page-template-page-home-v2 .homepage-hero-banner-panel-left-star {
    left: 50%;
  }
}

/* Homepage v2 - based on original HP - END */

.homepage-hero-banner-panels li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.333;
  position: relative;
}
.homepage-hero-banner-panels li + li {
  margin-top: 30px;
}
.homepage-hero-banner-panel-left,
.homepage-hero-banner-panel-right {
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #fff;
  padding: 50px 55px 45px;
  max-width: 525px;
}
.homepage-hero-banner-panel-left {
  float: right;
  margin-right: 8px;
}
.homepage-hero-banner-panel-right {
  float: left;
  margin-left: 8px;
}
.homepage-hero-banner-panel-left h2 {
  border-bottom: 2px solid #ff931e;
}
.homepage-hero-banner-panel-left ul li::before {
  content: url("img/orange-star.png");
  position: absolute;
  left: -25px;
  top: 1px;
}
.homepage-hero-banner-panel-right h2 {
  border-bottom: 2px solid #90db26;
}
.homepage-hero-banner-panel-right ul li::before {
  content: url("img/green-star.png");
  position: absolute;
  left: 0;
  left: -25px;
  top: 1px;
}

.homepage-hero-banner-panel-right-star,
.homepage-hero-banner-panel-left-star {
  width: 171px;
  height: 171px;
  background-image: url("img/big-golden-star.png");
  background-position: center;
}
.homepage-hero-banner-panel-left-star {
  position: absolute;
  top: -88px;
  left: -75px;
}
.homepage-hero-banner-panel-right-star {
  position: absolute;
  top: -88px;
  right: -75px;
}
.homepage-hero-banner-panel-left-star p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92px;
  height: 103px;
  display: block;
}
.homepage-hero-banner-panel-right-star p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92px;
  height: 103px;
  display: block;
}
.homepage-hero-banner-panel-right-star p .rs-span1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.homepage-hero-banner-panel-right-star p .rs-span2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}
.homepage-hero-banner-panel-left-star p .ls-span1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.homepage-hero-banner-panel-left-star p .ls-span2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}

.homepage-hero-banner-panel-left .btn-wrapper a::after {
  content: url("img/arrow-hp-hero-button-left.png");
  position: absolute;
  left: -65px;
}
.homepage-hero-banner-panel-right .btn-wrapper a::after {
  content: url("img/arrow-hp-hero-button-right.png");
  position: absolute;
  right: -60px;
}
.homepage-hero-banner-numbers-and-counter {
}
.homepage-hero-banner-numbers-and-counter span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.homepage-hero-banner-numbers-and-counter p {
  display: block;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 600;
}
.homepage-hero-banner-numbers-and-counter .cn-ct-1 {
  float: right;
  margin-top: 60px;
}
.homepage-hero-banner-numbers-and-counter .cn-ct-2 {
  /*float: center;*/
  margin-top: 60px;
}
.homepage-hero-banner-numbers-and-counter .cn-ct-3 {
  float: left;
  margin-top: 60px;
}
.homepage-hero-banner-numbers-and-counter .hp-banner-house-left img {
  position: absolute;
  top: -75px;
  left: -75px;
}
.homepage-hero-banner-numbers-and-counter .hp-banner-house-right img {
  position: absolute;
  top: -108px;
  right: -68px;
}
/* HOMEPAGE HERO BANNER END */

/* HP GRAY SECTION  */
.homepage-gray-section {
  background-color: #f8f8f8;
  min-height: 120px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.home .homepage-gray-section {
  background-color: #fff;
}
.homepage-gray-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  height: auto;
}
.homepage-gray-wrapper > div {
  display: inline-block;
  float: left;
}
.homepage-gray-wrapper .hg-wrap-1 {
  text-align: center;
  margin-left: 25px;
}
.homepage-gray-wrapper .hg-wrap-1 span {
  display: inline-block;
}
.homepage-gray-wrapper .hg-wrap-1 p {
  text-align: center;
}
.homepage-gray-wrapper .hg-wrap-1 p em {
  font-weight: 600;
  font-style: normal;
}

.homepage-gray-wrapper .hg-wrap-2 {
  margin-left: 40px;
  width: 163px;
  height: 63px;
}
.homepage-gray-wrapper .hg-wrap-3 {
  margin-left: 66px;
  width: 73px;
  height: 50px;
}
.homepage-gray-wrapper .hg-wrap-4 {
  margin-left: 50px;
  width: 120px;
  height: 50px;
}
.homepage-gray-wrapper .hg-wrap-5 {
  margin-left: 55px;
  width: 120px;
  height: 50px;
}
.homepage-gray-wrapper .hg-wrap-6 {
  margin-left: 56px;
  width: 89px;
  height: 50px;
}
.homepage-gray-wrapper > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* HP GRAY SECTION END */

/* WHAT OUR CLIENTS SAY SECTION  */
.homepage-what-our-clients-say-section {
}
.homepage-what-our-clients-say-section h2 {
  margin-bottom: 65px;
}
.what-our-clients-say-items-slick {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
}
.wocsi-video-wrap {
  width: 610px;
  float: left;
  min-height: 387px;
  position: relative;
}
.wocsi-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wocsi-copy-wrap {
  width: 424px;
  float: left;
}
.wocsi-copy-wrap em {
  padding-left: 30px;
  display: inline-block;
  font-size: 18px;
}
.wocsi-copy-wrap span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hours-saved-wrap {
  width: 215px;
  border: 1px solid #1f2944;
  border-left: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.hours-saved-wrap .hours-w {
  margin-left: 25px;
  padding-right: 5px;
  font-size: 48px;
  font-weight: 600;
  width: 110px;
  float: left;
  line-height: 1.4;
  text-align: right;
}

.hours-saved-wrap .hours-text-w {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 9px;
  display: inline-block;
}

.slick-dots li button:before {
  font-size: 15px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
.slick-prev:before {
  content: url("img/arrow-left.png");
}
.slick-next:before {
  content: url("img/arrow-right.png");
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-dots {
  bottom: -35px;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.wocsi-button-wrap {
  margin-top: 50px;
}
/* WHAT OUR CLIENTS SAY SECTION END  */

/* HOMEPAGE STAIRS */
.homepage-stairs {
  min-height: 2000px;
  position: relative;
  width: 100%;
  /*min-height: auto;*/
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url(img/homepage-gray-waves.png);
  padding-bottom: 70px;
}
.homepage-stairs-bckgrnd-image {
  position: absolute;
  top: 0px;
}
.homepage-stairs-top-wrap {
  width: 42%;
  float: right;
}
.homepage-stairs-top-wrap h2 {
}
.homepage-stairs-top-wrap p {
}
.homepage-stairs-top-wrap-list {
}
.homepage-stairs-top-wrap-list-1 {
}
.homepage-stairs-top-wrap-list-1 .homepage-stairs-top-wrap-list-img {
  position: absolute;
  top: 0;
  left: 3px;
}
.homepage-stairs-top-wrap-list-1 h3 {
  color: #90db26;
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-1 p {
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-2 .homepage-stairs-top-wrap-list-img {
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-stairs-top-wrap-list-2 h3 {
  color: #45d4db;
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-2 p {
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-3 .homepage-stairs-top-wrap-list-img {
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-stairs-top-wrap-list-3 h3 {
  color: #327f90;
  padding-left: 70px;
}
.homepage-stairs-top-wrap-list-3 p {
  padding-left: 70px;
}
.homepage-stairs-top-button-wrap {
  margin-top: 30px;
}
.homepage-stairs-top-button-wrap .btn-orange {
  width: 200px;
}
.homepage-stairs-top-button-wrap .btn-green {
  /*width: 240px;*/
}

.homepage-stairs-middle-wrap {
  position: absolute;
  top: 966px;
}
.homepage-stairs-middle-wrap .homepage-stairs-middle-wrap-title-area {
  max-width: 543px;
  padding-left: 48px;
}
.homepage-stairs-middle-wrap .homepage-stairs-middle-wrap-title-area h2 {
  line-height: 1.1;
  margin-bottom: 10px;
}
.homepage-stairs-middle-wrap .homepage-stairs-text-in-square {
  font-size: 23px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  width: 516px;
  position: absolute;
  /*top: 222px;
  left: 124px;*/
  top: 177px;
  left: 118px;
}

.homepage-stairs-middle-wrap .phase-1 span,
.homepage-stairs-middle-wrap .phase-2 span,
.homepage-stairs-middle-wrap .phase-3 span,
.homepage-stairs-middle-wrap .phase-4 span,
.homepage-stairs-middle-wrap .phase-5 span {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.homepage-stairs-middle-wrap .phase-1 b,
.homepage-stairs-middle-wrap .phase-2 b,
.homepage-stairs-middle-wrap .phase-3 b,
.homepage-stairs-middle-wrap .phase-4 b,
.homepage-stairs-middle-wrap .phase-5 b {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
}
.homepage-stairs-middle-wrap .phase-1 p,
.homepage-stairs-middle-wrap .phase-2 p,
.homepage-stairs-middle-wrap .phase-3 p,
.homepage-stairs-middle-wrap .phase-4 p,
.homepage-stairs-middle-wrap .phase-5 p {
  font-size: 15px;
  line-height: 1.35;
}
/*1*/
.homepage-stairs-middle-wrap .phase-1 {
  background-image: url(img/phase-one.png);
  height: 343px;
  width: 278px;
  position: absolute;
  top: 428px;
  left: 64px;
}
.homepage-stairs-middle-wrap .phase-1 span {
  color: #95c93d;
  margin-left: 20px;
  margin-top: -10px;
}
.homepage-stairs-middle-wrap .phase-1 b {
  margin-left: 20px;
}
.homepage-stairs-middle-wrap .phase-1 p {
  margin-left: 20px;
}
/*2*/
.homepage-stairs-middle-wrap .phase-2 {
  background-image: url(img/phase-two.png);
  height: 367px;
  width: 250px;
  position: absolute;
  background-repeat: no-repeat;
  top: 314px;
  left: 259px;
}
.homepage-stairs-middle-wrap .phase-2 span {
  color: #73c48a;
  margin-left: 20px;
  margin-top: -10px;
}
.homepage-stairs-middle-wrap .phase-2 b {
  margin-left: 20px;
}
.homepage-stairs-middle-wrap .phase-2 p {
  margin-left: 20px;
}
/*3*/
.homepage-stairs-middle-wrap .phase-3 {
  background-image: url(img/phase-three.png);
  height: 367px;
  width: 300px;
  position: absolute;
  background-repeat: no-repeat;
  top: 485px;
  left: 540px;
}
.homepage-stairs-middle-wrap .phase-3 span {
  color: #5bc6d1;
  display: block;
  margin-top: 249px;
  margin-left: 50px;
}
.homepage-stairs-middle-wrap .phase-3 b {
  margin-left: 50px;
}
.homepage-stairs-middle-wrap .phase-3 p {
  margin-left: 50px;
}
/*4*/
.homepage-stairs-middle-wrap .phase-4 {
  background-image: url(img/phase-four.png);
  height: 367px;
  width: 340px;
  position: absolute;
  background-repeat: no-repeat;
  top: 375px;
  left: 677px;
}
.homepage-stairs-middle-wrap .phase-4 span {
  color: #338090;
  display: block;
  margin-top: 192px;
  margin-left: 121px;
}
.homepage-stairs-middle-wrap .phase-4 b {
  margin-left: 121px;
}
.homepage-stairs-middle-wrap .phase-4 p {
  margin-left: 121px;
}
/*5*/
.homepage-stairs-middle-wrap .phase-5 {
  background-image: url(img/phase-five.png);
  height: 367px;
  width: 434px;
  position: absolute;
  background-repeat: no-repeat;
  top: 266px;
  left: 804px;
}
.homepage-stairs-middle-wrap .phase-5 span {
  display: block;
  margin-top: 151px;
  margin-left: 179px;
}
.homepage-stairs-middle-wrap .phase-5 b {
  margin-left: 179px;
}
.homepage-stairs-middle-wrap .phase-5 p {
  margin-left: 179px;
}
/* HOMEPAGE STAIRS END */

/* TRUST AND SECURITY SECTION */
.trust-and-security-section {
  background-color: #f8f8f8;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
}
/*.trust-and-security-section-waves {
background-image: url('img/gray-waves.png');
	background-size: cover;
	background-position: bottom center;
	padding-top: 150px;
}
.trust-and-security-section-waves img {

}*/
.trust-and-security-section h2 {
  line-height: 1;
  margin-bottom: 10px;
}
.hp-trust-and-security-wrap {
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.hp-trust-and-security-wrap h3 {
  margin-top: 40px;
  font-weight: 600;
}
.hp-trust-and-security-wrap p {
  line-height: 1.5;
}
.hp-trust-and-security-img {
  position: absolute;
  left: 0;
}
.cleaning-lady-background {
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 590px;
  height: auto;
}
.green-arrow-section {
  padding: 0;
  background: #f8f8f8;
  height: 100px;
  position: relative;
}
.green-arrow-section img {
  position: absolute;
  bottom: -190px;
  left: 37%;
  width: 50px;
}
/* TRUST AND SECURITY SECTION END */
/*  HOMEPAGE BOOKING SECTION */
.homepage-booking-section {
  background-image: url("img/blue-waves-background-big.png");
  background-size: cover;
  width: 100%;
  padding-top: 215px;
  min-height: 500px;
}
.homepage-booking-wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.homepage-booking-wrapper h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}
.homepage-booking-wrapper p {
  font-weight: 600;
}
/* HOMEPAGE BOOKING SECTION */
/* PRE FOOTER */
.footer-placeholder-above {
  background-color: #1f2944;
  padding: 40px 0;
}
.footer-placeholder-above h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.667;
  margin: 0;
}
.footer-placeholder-above p {
  color: #fff;
  line-height: 1.333;
}
.pre-footer-email-wrapper {
  padding: 23px 0;
}
.pre-footer-email-wrapper input {
  padding: 20px 30px;
  width: 60%;
  margin-right: 3%;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  height: auto;
}
.pre-footer-copy-wrapper {
  position: relative;
}
.pre-footer-copy-wrapper::before {
  content: url("img/arrow-book-hp.png");
  position: absolute;
  right: -27px;
  bottom: -7px;
}
/* PRE FOOTER END */
/* FOOTER */
#footer {
}
#footer a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

#footer a:hover,
#footer a:focus {
  text-decoration: none;
  /*font-weight: 400;*/
  color: #45d4db;
  /*color:#000;*/
}
.la-page-info .la-page-info-add {
}
.la-page-info .la-page-info-add span {
  display: inline-block;
  position: relative;
  padding-left: 85px;
}
.la-page-info .la-page-info-add span:before {
  content: "Address:";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.la-page-info .la-page-info-phone {
}
.la-page-info .la-page-info-phone span {
  display: inline-block;
  position: relative;
  padding-left: 70px;
}
.la-page-info .la-page-info-phone span::before {
  content: "Phone:";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-top {
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer-top .footer-logo {
  font-size: 44px;
  font-family: "VAG Rounded";
  color: #1f2944;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  margin-bottom: 20px;
}
.footer-top .footer-logo:hover {
  text-decoration: none;
  color: #1f2944;
}
.footer-top .footer-phone {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding-left: 23px;
}
.footer-top .footer-phone::before {
  content: url(img/footer-phone-icon.png);
  position: absolute;
  left: 0px;
  top: 2px;
}
.footer-top ul {
  list-style: none;
  padding-left: 0;
}
.footer-top ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
}
.footer-top ul li + li {
  margin-top: 22px;
}
.footer-top .footer-social i {
  width: 20px;
  text-align: center;
  color: #45d4db;
}
.footer-bottom {
  background-color: #eff2f4;
  padding-top: 22px;
  padding-bottom: 22px;
}
.footer-bottom p {
  font-weight: 300;
  font-size: 12px;
  float: left;
  color: #1f2944;
}
.footer-bottom p + p {
  margin: 0;
  margin-left: 25px;
}
.footer-bottom .footer-b-4 {
  float: right;
}
/* FOOTER END */

/* ABOUT US - WHY CHOOSE US */

/* ABOUT - HERO */
.about-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/about-us-waves.png");
}

.about-hero-banner-section h1 {
  font-size: 48px;
  color: rgb(31, 41, 68);
  font-weight: 600;
  /*margin-top: 75px;*/
  margin-bottom: 25px;
}

.about-hero-banner-content p {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 95px;
}
.about-hero-banner-numbers-and-counter {
  text-align: center;
  margin-bottom: 140px;
}
.about-hero-banner-numbers-and-counter span {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.about-hero-banner-numbers-and-counter p {
  font-size: 24px;
  font-weight: 500;
}
.about-hero-banner-panel-left,
.about-hero-banner-panel-right {
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #fff;
  padding: 115px 55px 45px;
}
.about-hero-banner-panel-left-image-house,
.about-hero-banner-panel-right-image-house {
  max-width: 235px;
  height: auto;
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
}
.about-hero-banner-panel-left-image-arrow {
  position: absolute;
  left: 55px;
  top: -75px;
}
.about-hero-banner-panel-right-image-arrow {
  position: absolute;
  right: 55px;
  top: -75px;
}
.about-panel-pre-h {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  text-decoration: underline;
}
.about-panel-content {
  margin-bottom: 30px;
}
.about-panel-content p {
  line-height: 1.5;
}
.about-panel-content p + p {
  margin-top: 25px;
}
.about-panel-content h3 {
  font-weight: 500;
  margin-top: 30px;
}
.about-panel-content ul {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-panel-content ul li {
  position: relative;
  font-size: 18px;
}
.about-panel-content ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #0087bc;
  position: absolute;
  left: -30px;
}
.about-panel-content ul li + li {
  margin-top: 25px;
}
/* ABOUT - HERO END */
/* ABOUT MIDDLE COPY */
.about-middle-copy {
  padding-top: 75px;
}
.about-middle-copy h2 {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 55px;
}
.about-middle-copy p {
  line-height: 1.667;
}
.about-middle-copy p + p {
  margin-top: 40px;
}
/* ABOUT MIDDLE COPY END */
/* ABOUT TABLE */
.about-table {
  padding-top: 25px;
}
.about-table h2 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.about-table-heading-wrap {
  width: 100%;
  float: left;
}
.about-table-heading-wrap .at-head-invisible {
  width: 50%;
  min-height: 1px;
  float: left;
}
.about-table-heading-wrap .at-head-1 {
  width: 25%;
  float: left;
  text-align: center;
  background-color: #1f4872;
  color: #fff;
  border-top-left-radius: 30px;
  /*padding: 37px 0;*/
  position: relative;
  min-height: 100px;
}
.about-table-heading-wrap .at-head-1 h3 {
  margin: 0;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-table-heading-wrap .at-head-2 {
  width: 25%;
  float: left;
  text-align: center;
  background-color: #1f2944;
  color: #fff;
  border-top-right-radius: 30px;
  /*padding: 37px 0;*/
  position: relative;
  min-height: 100px;
}
.about-table-heading-wrap .at-head-2 h3 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.about-table-rows-wrap {
  float: left;
  width: 100%;
  box-shadow: 5px 3px 16px 6px #e2e2e2;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.about-table-rows-wrap .about-table-row:first-child {
  border-top-left-radius: 30px;
}
.about-table-rows-wrap .about-table-row:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.about-table-row {
  /*float: left;*/
  display: table;
  width: 100%;
}
.about-table-row.stripped-row {
  background-color: #f4f4f4;
}
.about-table-row .first-col-text {
  width: 50%;
  /*float: left;*/
  display: table-cell;
  font-size: 18px;
  font-weight: 500;
  padding: 45px;
}
.about-table-row .second-col-option {
  width: 25%;
  /*float: left;*/
  display: table-cell;
  position: relative;
}
.about-table-row .second-col-option::before {
  box-shadow: -10px 0px 15px -15px inset #9c9c9c;
  content: " ";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}
.about-table-row .second-col-option::after {
  box-shadow: 11px 0px 15px -15px inset #9c9c9c;
  content: " ";
  height: 100%;
  right: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}
.about-table-row .second-col-option p,
.about-table-row .second-col-option img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}
.about-table-row .third-col-option {
  width: 25%;
  /*float: left;*/
  display: table-cell;
  position: relative;
}
.about-table-row .third-col-option p,
.about-table-row .third-col-option img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}
/* ABOUT TABLE END */
/* TWO COLUMNS TEXT WITH ICONS */
.about-two-c-with-i {
  padding: 60px 0;
}
.about-two-c-with-i-heading-area h2 {
}
.about-two-c-with-i-heading-area p {
  margin-bottom: 40px;
}
.about-two-c-with-i-main-wrap {
  position: relative;
}
.about-two-c-with-i-main-wrap img {
  position: absolute;
  top: 0;
  left: 15px;
}
.about-two-columns-row-wrap {
  margin-bottom: 30px;
}
.about-two-c-with-i-wrapper {
  padding-left: 95px;
}
.about-two-c-with-i-wrapper h3 {
  font-weight: 600;
  margin-top: 0;
}
.about-two-c-with-i-wrapper p {
  line-height: 1.667;
}
.about-two-c-with-i-h-l-1 {
  color: #90db26;
}
.about-two-c-with-i-h-l-2 {
  color: #327f90;
}
.about-two-c-with-i-h-l-3 {
  color: #64d78f;
}
.about-two-c-with-i-h-r-1 {
  color: #45d4db;
}
.about-two-c-with-i-h-r-2 {
  color: #1f4872;
}

/* TWO COLUMNS TEXT WITH ICONS END */
/* GUARANTEE SECTION */
.guarantee-section {
}
.guarantee-section h2 {
  margin-bottom: 30px;
}
.guarantee-wrap {
  display: flex;
  align-items: center;
}
.guarantee-wrap .guarantee-star {
  width: 369px;
  height: 369px;
  min-width: 369px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.guarantee-wrap .guarantee-star p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 185px;
  height: 213px;
  display: block;
  text-align: center;
}
.guarantee-wrap .guarantee-star p .ls-span1 {
  text-transform: uppercase;
}
.guarantee-wrap .guarantee-star p .ls-span2 {
  font-size: 24px;
}
.guarantee-wrap .guarantee-copy {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
}
.guarantee-wrap .guarantee-copy p {
  line-height: 1.667;
}
.guarantee-wrap .guarantee-copy p + p {
  margin-top: 45px;
}
/* GUARANTEE SECTION END */
/* OPERATIONS TEAM */
.operations-team {
  padding-top: 0;
}
.operations-team h2 {
  margin-bottom: 40px;
}
.operations-team-img-wrap img {
  margin: 0 auto;
  max-width: 100%;
}
.operations-team-copy-wrap {
}
.operations-team-copy-wrap p {
  font-weight: 700;
  margin: 30px 0 15px;
}
.operations-team-copy-wrap span {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  max-width: 260px;
}
/* OPERATIONS TEAM END */
/* ACCORDION ABOUT */
.accordion-about {
  background-color: #f8f8f8;
}
.accordion-about ul {
  padding-left: 30px;
}
.accordion-about ul li {
  list-style: disc;
}
.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  font-weight: 300;
  background-color: #1f2944;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 8px;
  padding-left: 1px;
  font-size: 15px;
  margin-top: -2px;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
  font-weight: 300;
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
  color: #1f2944;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: transparent;
  border-radius: 30px;
  border-top: 1px solid transparent;
  padding: 30px 20px 30px 50px;
}
.panel {
  -webkit-box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
}
.panel-title {
  font-size: 24px;
  color: rgb(31, 41, 68);
  font-weight: 700;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
  font-size: 18px;
}
.panel-group .panel {
  border-radius: 30px;
  border-color: transparent;
  margin-bottom: 20px;
}
.panel-body {
  padding-bottom: 30px;
}
/* ACCORDION ABOUT END */
/* ABOUT LAST  */
.about-last-section {
  background-image: url(img/blue-waves-background-big.png);
  background-size: cover;
  width: 100%;
}
.about-last-section .lady-with-vacuum {
  position: absolute;
  top: -50px;
  right: 25px;
}
.about-last-section .about-last-arrow {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
.about-last-section .about-last-h {
  padding-top: 125px;
  padding-bottom: 75px;
}
.about-last-section .about-last-left {
  float: right;
  margin-right: 25px;
  text-align: center;
}
.about-last-section .about-last-left img {
  width: 250px;
  margin: 0 auto 20px;
}
.about-last-section .about-last-right {
  float: left;
  margin-left: 25px;
  text-align: center;
}
.about-last-section .about-last-right img {
  width: 250px;
  margin: 0 auto 20px;
}
/* ABOUT LAST END */

/* ABOUT US - WHY CHOOSE US END */
/* APPLY TO BE A CLEANER */
.apply-c-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/apply-c-waves.png");
  min-height: 818px;
}

.apply-c-hero-banner-section p {
  font-weight: 600;
  font-size: 24px;
}
.apply-c-hero-banner-form-wrapper {
  height: 277px;
  margin: 0 auto 78px;
  background-color: transparent;
  position: relative;
  text-align: center;
}
.apply-c-hero-banner-form-wrapper .btn-orange {
  margin: 117px auto 0;
}
.apply-c-hero-banner-section .apply-cleaner-banner-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -210px;
}
.apply-c-hero-banner-section .apply-cleaner-lady-cleaning {
  position: absolute;
  bottom: -150px;
  right: 50px;
}

.apply-c-why-work-with-us {
  padding-top: 150px;
}
.apply-c-why-work-with-us-row-wrap {
  position: relative;
}
.apply-c-why-work-with-us-row-wrap img {
  position: absolute;
  left: 0;
  top: 0;
}
.apply-c-why-work-with-us-row-wrap .apply-c-why-work-with-us-wrapper {
  padding-left: 100px;
}
.apply-c-why-work-with-us-row-wrap .apply-c-why-work-with-us-wrapper p {
  line-height: 1.5;
}
.apply-c-why-work-with-us-row-wrap + .apply-c-why-work-with-us-row-wrap {
  margin-top: 50px;
}

.apply-c-testimonial {
  padding-top: 0;
}
.apply-c-testimonial h2 {
  margin-bottom: 50px;
}
.apply-c-featured-testimonial-wrapper {
  max-width: 1120px;
  margin: 50px auto 50px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #fff;
  padding: 50px 30px;
}
.apply-c-testimonial .apply-c-featured-testimonial-video {
  width: 60%;
  float: left;
  height: auto;
  text-align: center;
}
.apply-c-testimonial .apply-c-featured-testimonial-video img {
  margin: 0 auto;
}
.apply-c-testimonial .apply-c-featured-testimonial-copy {
  width: 40%;
  float: left;
  height: auto;
  padding: 0 10px;
}
.apply-c-testimonial .apply-c-featured-testimonial-copy p {
  font-style: italic;
  line-height: 1.5;
  margin: 20px 0;
}
.apply-c-testimonial .apply-c-featured-testimonial-copy b {
  font-weight: 600;
  font-size: 18px;
}
.apply-c-testimonial-slick {
  max-width: 1120px;
  margin: 0 auto;
}
.apply-c-testimonial-slick .apply-c-testimonial-item {
  /*overflow: hidden;*/
  border-radius: 20px;
  box-shadow: 0px 2px 11px 5px rgba(46, 46, 46, 0.3);
  background-color: #fff;
  /*margin: 0 20px;*/
  padding: 60px 40px 10px;
}
/* the slides */
.apply-c-testimonial-slick .slick-slide {
  margin: 0 15px;
}
/* the parent */
.apply-c-testimonial-slick .slick-list {
  margin: 0 -15px;
}
.apply-c-testimonial-slick .slick-track {
  padding: 20px 0;
}
.apply-c-testimonial-item > img {
  position: absolute;
  top: 0;
}
.apply-c-testimonial-copy-wrap p {
  line-height: 1.5;
  margin-bottom: 20px;
  min-height: 189px;
}
.apply-c-testimonial-img-wrap img {
  float: left;
  width: 98px;
  height: auto;
}
.apply-c-testimonial-img-wrap {
  float: left;
  margin-bottom: 20px;
}

.apply-c-testimonial-img-wrap-content {
  padding-left: 15px;
  padding-top: 10px;
  float: left;
  width: 175px;
}
.apply-c-testimonial-img-wrap-content b {
  font-weight: 700;
  font-size: 18px;
}
.apply-c-testimonial-img-wrap-content span {
  font-size: 18px;
  font-weight: 400;
}
.apply-c-testimonial-wrap {
  margin-bottom: 40px;
}
.apply-c-requirements-top {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fbfbfb;
  padding-bottom: 50px;
}
.apply-c-requirements-bottom {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/requirements-wave.jpg");
  min-height: 442px;
  padding-top: 200px;
  padding-bottom: 0;
}
.apply-c-requirements-top h2 {
  margin-bottom: 40px;
}
.apply-c-requirements-wrap {
  text-align: center;
}
.apply-c-requirements-wrap p {
  width: 155px;
  margin: 25px auto 0;
}
.apply-c-requirements-wrap img {
  margin: 0 auto;
}
.apply-c-requirements-bottom p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.how-it-works-stairs-heading {
  padding: 100px 0;
  background-color: #f8f8f8;
}
.how-it-works-stairs {
  background-color: #f8f8f8;
  background-image: url(img/stairs.png);
  background-repeat: no-repeat;
  background-size: 1055px;
  background-position: top center;
  padding-top: 0;
}
.how-it-works-stairs p {
  line-height: 1.5;
}
.how-it-works-stairs .container {
  /*background-image:url('img/stairs.png');
	background-repeat: no-repeat;
	background-size: cover;*/
}
.how-it-works-stairs .stairs-wrapper-1 {
  position: relative;
  width: 768px;
  float: left;
  height: 395px;
}
.how-it-works-stairs .stairs-wrapper-1 img {
  position: absolute;
  top: 0;
  left: 0;
}
.how-it-works-stairs .stairs-wrapper-1 .stairs-copy-1 {
  padding-left: 70px;
  max-width: 672px;
}
.how-it-works-stairs .stairs-wrapper-1 .stairs-copy-1 h3 {
  font-size: 46px;
  margin-top: 10px;
}

.how-it-works-stairs .stairs-wrapper-2 {
  float: right;
  width: 50%;
  margin-top: 244px;
}
.how-it-works-stairs .stairs-wrapper-2 img {
  float: left;
}
.how-it-works-stairs .stairs-wrapper-2 h3 {
  float: left;
  font-size: 46px;
  margin-top: 10px;
  padding-left: 20px;
}
.how-it-works-stairs .stairs-wrapper-2 .stairs-copy-2 {
  float: left;
}

.how-it-works-stairs .stairs-wrapper-3 {
  position: relative;
  max-width: 560px;
  float: left;
  margin-top: 250px;
  height: 445px;
  margin-bottom: 0px;
}
.how-it-works-stairs .stairs-wrapper-3 img {
  position: absolute;
  top: 0;
  left: 0;
}
.how-it-works-stairs .stairs-wrapper-3 .stairs-copy-3 {
  padding-left: 70px;
}
.how-it-works-stairs .stairs-wrapper-3 .stairs-copy-3 h3 {
  font-size: 46px;
  margin-top: 10px;
}
/* APPLY TO BE A CLEANER END */

/* Booking - Vacation Rental */
.book-vr-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/book-vr-waves.png");
  min-height: 878px;
}
.book-vr-hero-banner-section .book-vr-hero-banner-content p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 810px;
}
.book-vr-hero-banner-content .book-vr-hero-banner-content-img-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 195px;
  height: auto;
}
.book-vr-hero-banner-content .book-vr-star {
  width: 171px;
  height: 171px;
  background-image: url("img/big-golden-star.png");
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
.book-vr-hero-banner-content .book-vr-star p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92px;
  height: 103px;
  display: block;
}
.book-vr-hero-banner-content .book-vr-star p .rs-span1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.book-vr-hero-banner-content .book-vr-star p .rs-span2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}

.book-vr-hero-banner-content .book-vr-star p .ls-span1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.book-vr-hero-banner-content .book-vr-star p .ls-span2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}
.book-vr-hero-banner-content .book-res-hero-wrap p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92px;
  height: 103px;
  display: block;
}
.page-template-page-book-now-residential .container-general-hero-banner h1 {
  max-width: 850px;
  margin: 0 auto 20px;
}
#booking-widget-iframe.book-now-resume-form-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.book-vr-hero-banner-form-wrapper {
  width: 1170px;
  /*height: 540px;*/
  margin: 45px auto 0;
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #fff;
}
.book-vr-hero-banner-form-wrapper > .mt-form__section-wrapper {
  padding: 24px;
}
.book-vr-banner-numbers-and-counter {
  text-align: center;
  padding-top: 0;
  padding-bottom: 25px;
}
.book-vr-banner-numbers-and-counter span {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.book-vr-banner-numbers-and-counter p {
  font-size: 24px;
  font-weight: 500;
}

.book-vr-testimonial-slick {
  max-width: 1120px;
  margin: 0 auto;
}
.book-vr-testimonial-slick .book-vr-testimonial-item {
  /*overflow: hidden;*/
  border-radius: 25px;
  border: 1px solid #eeeeef;
  background-color: #fff;
  /*margin: 0 20px;*/
  /*padding: 50px 30px 10px;*/
}
/* the slides */
.book-vr-testimonial-slick .slick-slide {
  margin: 0 10px;
}
/* the parent */
.book-vr-testimonial-slick .slick-list {
  margin: 0 -10px;
}
.book-vr-testimonial-slick .slick-track {
  padding: 20px 0;
}
.book-vr-testimonial-slick .book-vr-testimonial-copy-wrap {
  padding: 40px 30px 20px;
}
.book-vr-testimonial-slick .book-vr-testimonial-copy-wrap p {
  font-style: italic;
  color: #1f2944;
  line-height: 1.5;
}
.book-vr-testimonial-slick .book-vr-testimonial-bottom-wrap {
  background-color: #e5e5e5;
  padding: 15px 30px 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
.book-vr-testimonial-slick .book-vr-testimonial-bottom-wrap b {
  font-size: 18px;
  font-weight: 600;
}
.book-vr-testimonial-slick .book-vr-testimonial-hour-wrap-content-left {
  float: left;
  width: 50%;
}
.book-vr-testimonial-slick .book-vr-testimonial-hour-wrap-content-right {
  float: left;
  width: 50%;
}
.book-vr-testimonial-slick .book-vr-testimonial-hour-wrap-content-right span {
  float: left;
  font-size: 44px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  padding-right: 5px;
}
.book-vr-testimonial-slick .book-vr-testimonial-hour-wrap-content-right p {
  float: left;
  font-weight: 600;
  line-height: 1.2;
}
/* Booking - Vacation Rental END */

/* CASE STUDIES PAGE */
.case-studies-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/book-vr-waves.png");
  min-height: 876px;
}
.case-studies-hero-banner-section .case-studies-hero-banner-content p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 810px;
}
.case-studies-hero-banner-section .case-studies-logos-img {
  position: relative;
  height: 150px;
}
.case-studies-hero-banner-section .case-studies-logos-img > img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  max-width: 215px;
}
.case-studies-hero-banner-section .case-studies-arrow {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.case-studies-list-of {
  padding: 75px 0;
}
.case-studies-list-of .case-studies-list-left-img-wrap {
  height: 135px;
}
.case-studies-list-of .case-studies-list-left-img-wrap img {
  max-height: 100px;
}
.case-studies-list-of .case-studies-list-left p {
  line-height: 1.667;
}
.case-studies-list-of .cs-bl-wrap {
  max-width: 550px;
  margin: 0 auto;
  height: 142px;
}
.case-studies-list-of .cs-bl-wrap > div {
  float: left;
  width: 33%;
  text-align: center;
}
.case-studies-list-of .cs-bl-wrap > div p {
  font-size: 24px;
  font-weight: 600;
}
.case-studies-list-of .cs-bl-wrap > div h3 {
  font-weight: 600;
  margin-top: 5px;
  font-size: 18px;
}
.case-studies-list-of .cs-bl-wrap .cs-bl-3 span {
  vertical-align: middle;
}
.case-studies-list-of .cs-video-wrap > img {
  margin: 0 auto;
}
.case-studies-list-of .cs-review-area-wrap {
  max-width: 615px;
  margin: 50px auto 0;
}
.case-studies-list-of .cs-review-area-wrap em {
  font-size: 18px;
  display: inline-block;
}
.case-studies-list-of .cs-review-area-wrap b {
  font-size: 18px;
  display: inline-block;
  margin-top: 20px;
}
.case-studies-list-of .cs-bottom-btn-wrap {
  margin-top: 70px;
}
.case-studies-list-of.grayish-background {
  background-color: #efefef;
}
.case-studies-bottom-form {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-image: url(img/airbnb-home-bottom.png);
}
.case-studies-bottom-form::after {
  content: "";
  background-image: url("img/big-green-arrow-bottom.png");
  width: 26px;
  height: 116px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cs-video-wrap {
  height: 400px;
}
iframe {
  border: none;
}
.case-studies-list-left h2 {
  font-size: 36px;
}
.case-studies-list-left h3 {
  line-height: 1.333;
  margin-bottom: 13px;
}
.case-studies-list-left ul {
  text-align: left;

  list-style: none;
  padding-left: 25px;
}
.case-studies-list-left ul li {
  font-weight: 400;
  line-height: 1.333;
  position: relative;
  font-size: 17px;
}
.case-studies-list-left ul li::before {
  content: url(img/green-star.png);
  position: absolute;
  left: 0;
  left: -25px;
  top: 2px;
}
.case-studies-list-left ul li + li {
  margin-top: 10px;
}
/* CASE STUDIES PAGE END */

/* HOW IT WORKS PAGE AIRBNB */
.how-it-works-airbnb-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/how-waves.png");
  min-height: 787px;
}
.how-it-works-airbnb-hero-banner-section .how-it-works-airbnb-hero-banner-copy {
  display: inline-block;
  vertical-align: middle;
  padding-right: 50px;
}
.how-it-works-airbnb-hero-banner-wrap {
  display: flex;
  align-items: center;
}
.how-it-works-airbnb-hero-banner-section
  .how-it-works-airbnb-hero-banner-copy
  p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
.how-it-works-airbnb-hero-banner-section .how-it-works-airbnb-hero-banner-star {
  width: 240px;
  height: 240px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.how-it-works-airbnb-hero-banner-section
  .how-it-works-airbnb-hero-banner-star
  img {
  width: inherit;
}
.how-it-works-airbnb-hero-banner-section
  .how-it-works-airbnb-hero-banner-star
  p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 126px;
  height: 126px;
  display: block;
  text-align: center;
}

.how-it-works-airbnb-hero-banner-section
  .how-it-works-airbnb-hero-banner-star
  .rs-span2 {
  font-weight: 400;
}
.how-it-works-airbnb-hero-banner-section .how-it-works-banner-arrow {
  position: absolute;
  left: 33%;
  bottom: 15%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how-it-works-stairs-page {
  position: relative;
  padding: 0;
}
.how-it-works-stairs-page .how-it-works-stairs-page-img-of-stairs {
  position: absolute;
  left: 50%;
  top: -293px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.how-it-works-stairs-page span {
  font-size: 24px;
  text-transform: uppercase;
  color: #95c93d;
  font-weight: 600;
}
.how-it-works-stairs-page p {
  line-height: 1.5;
}
.how-it-works-stairs-page .stairs-wrapper-1 {
  position: relative;
  width: 475px;
  float: left;
  margin-top: -100px;
  margin-left: 50px;
}
.how-it-works-stairs-page .stairs-wrapper-1 img {
  position: absolute;
  top: 39px;
  left: 0;
}
.how-it-works-stairs-page .stairs-wrapper-1 .stairs-copy-1 {
  padding-left: 80px;
}
.how-it-works-stairs-page .stairs-wrapper-1 .stairs-copy-1 h3 {
  font-size: 46px;
  margin-top: 0px;
}

.how-it-works-stairs-page .stairs-wrapper-2 {
  float: right;
  width: 50%;
  margin-top: 296px;
  position: relative;
  padding-left: 70px;
}
.how-it-works-stairs-page .stairs-wrapper-2 img {
  position: absolute;
  top: 42px;
  left: 0;
}
.how-it-works-stairs-page .stairs-wrapper-2 h3 {
  float: left;
  font-size: 46px;
  margin-top: 0px;
}
.how-it-works-stairs-page .stairs-wrapper-2 .stairs-copy-2 {
  float: left;
}

.how-it-works-stairs-page .stairs-wrapper-3 {
  position: relative;
  width: 571px;
  float: left;
  margin-top: 342px;
  margin-bottom: 150px;
  margin-left: 50px;
}
.how-it-works-stairs-page .stairs-wrapper-3 img {
  position: absolute;
  top: 42px;
  left: 0;
}
.how-it-works-stairs-page .stairs-wrapper-3 .stairs-copy-3 {
  padding-left: 70px;
}
.how-it-works-stairs-page .stairs-wrapper-3 .stairs-copy-3 h3 {
  font-size: 46px;
  margin-top: 0px;
}
.accordion-how-it-works-airbnb {
}
.accordion-how-it-works-airbnb h2 {
  font-weight: 500;
  margin-bottom: 75px;
}

.airbnb-hiw-bottom-form {
  background-image: url("img/bottom-form-hc-how-it-works-waves.png");
  background-size: cover;
  width: 100%;
  padding-top: 215px;
  min-height: 500px;
  position: relative;
}
.airbnb-hiw-bottom-form::after {
  content: "";
  background-image: url(img/big-green-arrow-bottom.png);
  width: 48px;
  height: 214px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.airbnb-hiw-bottom-form-wrapper {
  margin-bottom: 50px;
}
.airbnb-hiw-bottom-form-heading {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}
.airbnb-hiw-bottom-form-subheading {
  font-weight: 600;
}
.airbnb-hiw-bottom-form-container {
  float: left;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: -1px 1px 15px 5px rgba(46, 46, 46, 0.3);
  margin-top: 50px;
  width: 100%;
  padding: 50px 24px 25px;
}

/* HOW IT WORKS PAGE AIRBNB  END */

/* HOW IT WORKS PAGE HOME CLEANING */
.how-it-works-home-cleaning-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/how-waves.png");
  min-height: 787px;
}
.how-it-works-home-cleaning-hero-banner-section
  .how-it-works-home-cleaning-hero-banner-copy {
  display: inline-block;
  vertical-align: middle;
  padding-right: 50px;
}
.how-it-works-home-cleaning-hero-banner-wrap {
  display: flex;
  align-items: center;
}
.how-it-works-home-cleaning-hero-banner-section
  .how-it-works-home-cleaning-hero-banner-copy
  p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
.how-it-works-home-cleaning-hero-banner-section
  .how-it-works-home-cleaning-hero-banner-star {
  width: 240px;
  height: 240px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.how-it-works-home-cleaning-hero-banner-section
  .how-it-works-home-cleaning-hero-banner-star
  img {
  width: inherit;
}
.how-it-works-home-cleaning-hero-banner-section
  .how-it-works-home-cleaning-hero-banner-star
  p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 126px;
  height: 86px;
  display: block;
  text-align: center;
}

.how-it-works-home-cleaning-hero-banner-section
  .how-it-works-home-cleaning-hero-banner-star
  .rs-span2 {
  font-weight: 400;
}
.how-it-works-home-cleaning-hero-banner-section .how-it-works-banner-arrow {
  position: absolute;
  left: 33%;
  bottom: 15%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how-it-works-stairs-page-home-cleaning {
  position: relative;
  padding: 0;
}
.how-it-works-stairs-page-home-cleaning
  .how-it-works-stairs-page-home-cleaning-img-of-stairs {
  position: absolute;
  left: 50%;
  top: -293px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.how-it-works-stairs-page-home-cleaning span {
  font-size: 24px;
  text-transform: uppercase;
  color: #95c93d;
  font-weight: 600;
}
.how-it-works-stairs-page-home-cleaning p {
  line-height: 1.5;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-1 {
  position: relative;
  width: 531px;
  float: left;
  margin-top: -100px;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-1 img {
  position: absolute;
  top: 28px;
  left: 0;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-1 .stairs-copy-1 {
  padding-left: 70px;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-1 .stairs-copy-1 h3 {
  font-size: 46px;
  margin-top: 0px;
}

.how-it-works-stairs-page-home-cleaning .stairs-wrapper-2 {
  float: right;
  width: 50%;
  margin-top: 296px;
  position: relative;
  padding-left: 70px;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-2 img {
  position: absolute;
  top: 33px;
  left: 70px;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-2 h3 {
  float: left;
  font-size: 46px;
  margin-top: 0px;
  width: 100%;
  padding-left: 80px;
  margin-bottom: 30px;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-2 span {
  padding-left: 80px;
  margin-top: -19px;
  display: inline-block;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-2 .stairs-copy-2 {
  float: left;
}

.how-it-works-stairs-page-home-cleaning .stairs-wrapper-3 {
  position: relative;
  width: 542px;
  float: left;
  margin-top: 342px;
  margin-bottom: 150px;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-3 img {
  position: absolute;
  top: 42px;
  left: 0;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-3 .stairs-copy-3 {
  padding-left: 70px;
}
.how-it-works-stairs-page-home-cleaning .stairs-wrapper-3 .stairs-copy-3 h3 {
  font-size: 46px;
  margin-top: 0px;
}
.accordion-how-it-works-home-cleaning {
}
.accordion-how-it-works-home-cleaning h2 {
  font-weight: 500;
  margin-bottom: 75px;
}

.hiw-2-booking-section {
  background-image: url("img/bottom-form-hc-how-it-works-waves.png");
  background-size: cover;
  width: 100%;
  padding-top: 215px;
  min-height: 500px;
  position: relative;
}
.hiw-2-booking-section::after {
  content: "";
  background-image: url(img/big-green-arrow-bottom.png);
  width: 48px;
  height: 214px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hiw-2-booking-wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.hiw-2-booking-wrapper h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}
.hiw-2-booking-wrapper p {
  font-weight: 600;
}
/* HOW IT WORKS PAGE HOME CLEANING END */

/* PRICING HOME CLEANING PAGE */
.pricing-home-cleaning-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/pricing-home-cleaning-waves.png");
  min-height: 777px;
  padding-bottom: 30px;
}
.pricing-home-cleaning-hero-banner-copy h1 {
  max-width: 900px;
  margin: 0 auto 20px;
}
.pricing-home-cleaning-hero-banner-copy p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
}
.pricing-home-cleaning-hero-banner-star {
  position: absolute;
  right: 0;
  top: -30px;
}
.pricing-home-cleaning-hero-banner-star img {
  width: 171px;
  height: 171px;
}
.pricing-home-cleaning-hero-banner-star p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92px;
  height: 103px;
  display: block;
  text-align: center;
}
.pricing-home-cleaning-hero-banner-star p .ls-span1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.pricing-home-cleaning-hero-banner-star p .ls-span2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}

.pricing-home-cleaning-table {
  margin-top: 55px;
}
.pricing-home-cleaning-table h2 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-home-cleaning-table .most-popular {
  position: absolute;
  top: -57px;
  width: 190px;
  height: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pricing-home-cleaning-table .most-popular p {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
}
.pricing-home-cleaning-table-heading-wrap {
  width: 100%;
  float: left;
}
.pricing-home-cleaning-table-heading-wrap .at-head-1 {
  width: 20%;
  float: left;
  text-align: center;
  background-color: #1f2944;
  color: #fff;
  border-top-left-radius: 30px;
  /*padding: 37px 0;*/
  position: relative;
  min-height: 110px;
}
.pricing-home-cleaning-table-heading-wrap .at-head-1 h3 {
  margin: 0;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.pricing-home-cleaning-table-heading-wrap .at-head-1 img {
  width: 70px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}

.pricing-home-cleaning-table-heading-wrap .at-head-2 {
  width: 20%;
  float: left;
  text-align: center;
  background-color: #00979b;
  color: #fff;
  position: relative;
  min-height: 110px;
}
.pricing-home-cleaning-table-heading-wrap .at-head-2 h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.pricing-home-cleaning-table-heading-wrap .at-head-2 h3 span {
  font-weight: 500;
}

.pricing-home-cleaning-table-heading-wrap .at-head-3 {
  width: 20%;
  float: left;
  text-align: center;
  background-color: #90db26;
  color: #1f2944;
  position: relative;
  min-height: 110px;
  z-index: 1;
}
.pricing-home-cleaning-table-heading-wrap .at-head-3::before {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  background-color: #90db26;
  top: -25px;
  left: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pricing-home-cleaning-table-heading-wrap .at-head-3 h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.pricing-home-cleaning-table-heading-wrap .at-head-3 h3 span {
  font-weight: 500;
}

.pricing-home-cleaning-table-heading-wrap .at-head-4 {
  width: 20%;
  float: left;
  text-align: center;
  background-color: #00979b;
  color: #fff;
  position: relative;
  min-height: 110px;
}
.pricing-home-cleaning-table-heading-wrap .at-head-4 h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.pricing-home-cleaning-table-heading-wrap .at-head-4 h3 span {
  font-weight: 500;
}
.pricing-home-cleaning-table-heading-wrap .at-head-5::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -0.2px;
  background-color: #cecece;
  top: 0;
}

.pricing-home-cleaning-table-heading-wrap .at-head-5 {
  width: 20%;
  float: left;
  text-align: center;
  background-color: #00979b;
  color: #fff;
  border-top-right-radius: 30px;
  /*padding: 37px 0;*/
  position: relative;
  min-height: 110px;
}
.pricing-home-cleaning-table-heading-wrap .at-head-5 h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.pricing-home-cleaning-table-heading-wrap .at-head-5 h3 span {
  font-weight: 500;
}
.pricing-home-cleaning-table-rows-wrap {
  float: left;
  width: 100%;
  box-shadow: 5px 3px 16px 6px #9c9c9c;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pricing-home-cleaning-table-rows-wrap
  .pricing-home-cleaning-table-row:first-child {
  /*border-top-left-radius: 30px;*/
}
.pricing-home-cleaning-table-rows-wrap
  .pricing-home-cleaning-table-row:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pricing-home-cleaning-table-row {
  /*float: left;*/
  display: table;
  width: 100%;
}
.pricing-home-cleaning-table-row {
  background-color: #fff;
}
.pricing-home-cleaning-table-row.stripped-row {
  background-color: #f4f4f4;
}
.pricing-home-cleaning-table-row .first-col-text {
  width: 20%;
  /*float: left;*/
  display: table-cell;
  font-size: 24px;
  font-weight: 500;
  padding: 28px 27px;
  position: relative;
  vertical-align: middle;
}
.pricing-home-cleaning-table-row .first-col-text::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.2px;
  background-color: #cecece;
  top: 0;
}
.pricing-home-cleaning-table-row .second-col-price {
  width: 20%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.pricing-home-cleaning-table-row .third-col-price {
  width: 20%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.pricing-home-cleaning-table-row .fourth-col-price {
  width: 20%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.pricing-home-cleaning-table-row .fourth-col-price::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.2px;
  background-color: #cecece;
  top: 0;
}
.pricing-home-cleaning-table-row .fifth-col-price {
  width: 20%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.pricing-home-cleaning-table-row .third-col-price::before {
  box-shadow: -10px 0px 15px -15px inset #2d2d2d;
  content: " ";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}
.pricing-home-cleaning-table-row .third-col-price::after {
  box-shadow: 11px 0px 15px -15px inset #2d2d2d;
  content: " ";
  height: 100%;
  right: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}
.pricing-home-cleaning-table-below-text {
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pricing-home-cleaning-table-below-text em {
  font-style: normal;
}
.pricing-home-cleaning-table-button-bottom a {
  padding: 22px 5px;
}
.pricing-home-cleaning-gray-section {
  padding: 0px 0 20px;
}

.pricing-home-cleaning-package {
  background-color: #f8f8f8;
  padding-top: 75px;
}
.pricing-home-cleaning-package .pricing-home-cleaning-package-wrap {
  -webkit-box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  border-radius: 50px;
  padding: 45px 60px 45px;
  position: relative;
  margin-top: 30px;
}
.pricing-home-cleaning-package .pricing-home-cleaning-package-wrap img {
  position: absolute;
  top: -20px;
  left: 40px;
}
.pricing-home-cleaning-package
  .pricing-home-cleaning-package-wrap
  img.graphite-img {
  position: initial;
  max-width: 300px;
  height: auto;
  margin: 0 auto 40px;
}
.pricing-home-cleaning-package .pricing-home-cleaning-package-wrap h3 {
  width: 270px;
  margin: 0 auto 40px;
  padding-left: 15px;
  font-weight: 600;
  text-align: center;
  min-height: 53px;
}
.pricing-home-cleaning-package .pricing-home-cleaning-package-wrap p {
  line-height: 1.6;
  min-height: 170px;
}
.pricing-home-cleaning-package .pricing-home-cleaning-package-wrap a {
  background-color: #1f2944;
  border-radius: 50px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  padding: 22px 0;
  width: 400px;
  font-size: 19.2px;
  font-weight: 600;
  cursor: pointer;
}
.pricing-home-cleaning-package .pricing-home-cleaning-package-wrap a span {
  display: inline-block;
}
.pricing-home-cleaning-package
  .pricing-home-cleaning-package-wrap
  a
  span::before {
  content: url(img/white-play.png);
  vertical-align: middle;
  margin-right: 10px;
}
.pricing-home-cleaning-package-btn-wrap {
  margin-top: 70px;
}
.pricing-home-cleaning-package-btn-wrap
  .pricing-home-cleaning-package-btn-left
  a {
  float: right;
}

.pricing-home-cleaning-section {
  background-color: #f8f8f8;
  min-height: 120px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.pricing-home-cleaning-wrapper {
  max-width: 1070px;
  margin: 0 auto;
  height: auto;
}
.pricing-home-cleaning-wrapper > div {
  display: inline-block;
  float: left;
}
.pricing-home-cleaning-wrapper .hg-wrap-1 {
  text-align: center;
  margin-left: 25px;
}
.pricing-home-cleaning-wrapper .hg-wrap-1 span {
  display: inline-block;
}
.pricing-home-cleaning-wrapper .hg-wrap-1 p {
  text-align: center;
}
.pricing-home-cleaning-wrapper .hg-wrap-1 p em {
  font-weight: 600;
  font-style: normal;
}

.pricing-home-cleaning-wrapper .hg-wrap-2 {
  margin-left: 40px;
  width: 163px;
  height: 63px;
}
.pricing-home-cleaning-wrapper .hg-wrap-3 {
  margin-left: 66px;
  width: 73px;
  height: 50px;
}
.pricing-home-cleaning-wrapper .hg-wrap-4 {
  margin-left: 50px;
  width: 120px;
  height: 50px;
}
.pricing-home-cleaning-wrapper .hg-wrap-5 {
  margin-left: 55px;
  width: 120px;
  height: 50px;
}
.pricing-home-cleaning-wrapper .hg-wrap-6 {
  margin-left: 56px;
  width: 89px;
  height: 50px;
}
.pricing-home-cleaning-wrapper > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pricing-home-cleaning-testimonial-slick {
  max-width: 1120px;
  margin: 0 auto;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-item {
  /*overflow: hidden;*/
  border-radius: 25px;
  border: 1px solid #eeeeef;
  background-color: #fff;
  /*margin: 0 20px;*/
  /*padding: 50px 30px 10px;*/
}
/* the slides */
.pricing-home-cleaning-testimonial-slick .slick-slide {
  margin: 0 10px;
}
/* the parent */
.pricing-home-cleaning-testimonial-slick .slick-list {
  margin: 0 -10px;
}
.pricing-home-cleaning-testimonial-slick .slick-track {
  padding: 50px 0 20px;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-copy-wrap {
  padding: 60px 30px 20px;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-copy-wrap
  p {
  font-style: italic;
  color: #1f2944;
  line-height: 1.5;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-bottom-wrap {
  background-color: #e5e5e5;
  padding: 15px 30px 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-bottom-wrap
  b {
  font-size: 18px;
  font-weight: 600;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-hour-wrap-content-left {
  float: left;
  width: 50%;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-hour-wrap-content-right {
  float: left;
  width: 50%;
  color: #45d4db;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-hour-wrap-content-right
  span {
  float: left;
  font-size: 38px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 5px;
  color: #45d4db;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-hour-wrap-content-right
  p {
  float: left;
  font-weight: 600;
  line-height: 1.2;
}
.pricing-home-cleaning-testimonial-slick
  .pricing-home-cleaning-testimonial-item {
  position: relative;
}
.pricing-home-cleaning-testimonial-slick img {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pricing-home-cleaning-choose-us {
}
.pricing-home-cleaning-choose-us h2 {
  margin-top: -20px;
}
.pricing-home-cleaning-choose-us p {
  line-height: 1.5;
}
.pricing-home-cleaning-choose-us .pricing-home-cleaning-choose-us-p {
  margin-bottom: 20px;
}
.pricing-home-cleaning-choose-us-wrap {
  position: relative;
}
.pricing-home-cleaning-choose-us-wrap + .pricing-home-cleaning-choose-us-wrap {
  margin-top: 40px;
}
.pricing-home-cleaning-choose-us-wrap-image {
  position: absolute;
  width: 70px;
  height: 70px;
}
.pricing-home-cleaning-choose-us-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pricing-home-cleaning-choose-us-wrap p {
  padding-left: 90px;
}
.pricing-home-cleaning-choose-us-ul {
  list-style: none;
  padding: 0;
  width: 510px;
  margin: 40px auto 0;
  text-align: center;
}
.pricing-home-cleaning-choose-us-ul li {
  display: inline-block;
  text-align: center;
}
.pricing-home-cleaning-choose-us-ul li b {
  font-weight: 600;
  font-size: 24px;
}
.pricing-home-cleaning-choose-us-ul li p {
  font-weight: 600;
  font-size: 18px;
}
.pricing-home-cleaning-choose-us-ul li + li {
  padding-left: 50px;
}
.phc_choose_us_video_wrap {
  margin-bottom: 40px;
}
.phc_choose_us_video_wrap iframe {
  min-height: 375px;
}

.pricing-home-cleaning-wet-floor {
  position: relative;
  width: 100%;
  min-height: 900px;
  -webkit-background-size: 45%;
  -moz-background-size: 45%;
  background-size: 45%;
  -o-background-size: 45%;
  background-repeat: no-repeat;
  background-position: 5% center;
  background-color: #fff;
  background-image: url("img/wet-floor-man.png");
  padding-bottom: 75px;
  padding-top: 40px;
  max-width: 1926px;
  margin: 0 auto;
}
.pricing-home-cleaning-wet-floor b {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 24px;
  display: inline-block;
}
.pricing-home-cleaning-wet-floor-wrap {
  position: relative;
}
.pricing-home-cleaning-wet-floor-wrap + .pricing-home-cleaning-wet-floor-wrap {
  margin-top: 40px;
}
.pricing-home-cleaning-wet-floor-wrap-image {
  position: absolute;
  width: 70px;
  height: 70px;
}
.pricing-home-cleaning-wet-floor-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pricing-home-cleaning-wet-floor-wrap p {
  padding-left: 90px;
}

.phc-bottom-form {
  background-image: url("img/bottom-form-hc-how-it-works-waves.png");
  background-size: cover;
  width: 100%;
  padding-top: 215px;
  min-height: 500px;
  position: relative;
}
.phc-bottom-form::after {
  content: "";
  background-image: url(img/big-green-arrow-bottom.png);
  width: 48px;
  height: 214px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.phc-bottom-form-wrapper {
  margin-bottom: 50px;
}
.phc-bottom-form-heading {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}
.phc-bottom-form-subheading {
  font-weight: 600;
}
.phc-bottom-form-container {
  float: left;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: -1px 1px 15px 5px rgba(46, 46, 46, 0.3);
  margin-top: 50px;
  width: 100%;
  padding: 50px 24px 25px;
}
.phc-bottom-form-house {
  position: absolute;
  top: -66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 128px;
}

.pvr-bottom-form::after {
  content: "";
  background-image: url(img/big-green-arrow-bottom.png);
  width: 33px;
  height: 139px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pvr-bottom-form .airbnb-home-bottom-form-heading {
  margin-bottom: 38px;
}

.pricing-home-cleaning-modal.modal.in .modal-dialog {
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%);
}
.pricing-home-cleaning-modal .modal-body {
  height: 400px;
}
/* PRICING HOME CLEANING PAGE END*/

/* SPREAD THE LOVE */
.spread-the-love-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/spread-the-love-wave.png");
}
.spread-the-love-hero-banner-copy p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
  width: 760px;
}
.spread-the-love-wrap {
  -webkit-box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  border-radius: 50px;
  padding: 45px 50px 45px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
  background-color: #fff;
}
.spread-the-love-wrap img {
  position: absolute;
  top: -15px;
  right: 35px;
}
.spread-the-love-wrap h3 {
  margin-top: 10px; /*was 0*/
  margin-right: 35px; /*was 0*/
  font-size: 36px;
  color: rgb(69, 212, 219);
  text-transform: uppercase;
  font-weight: 600;
}

/*.spread-the-love-wrap.stl-0::after {
	content: url('img/refer-arrow.png');
	position: absolute;

}*/

.spread-the-love-wrap.stl-1 h3 {
  color: #64d78f;
}
.spread-the-love-wrap.stl-1::after {
}
.spread-the-love-wrap.stl-2 h3 {
  color: #90db26;
}

.spread-the-love-hero-banner-star {
  width: 171px;
  height: 171px;
  background-image: url("img/big-golden-star.png");
  background-position: center;
}

.spread-the-love-hero-banner-star {
  position: absolute;
  top: 0;
  left: 40px;
}
.spread-the-love-hero-banner-section .btn-orange {
  width: 386px;
  padding: 33px 0;
  font-size: 26px;
}

.spread-the-love-hero-banner-star p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 71px;
  display: block;
  text-align: center;
}
.spread-the-love-hero-banner-star p .rs-span1 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.spread-the-love-hero-banner-star p .rs-span2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.spread-the-love-hero-banner-star b {
  display: block;
  font-size: 12px;
}
.spread-the-love-second-section-inner-container {
  width: 913px;
  margin: 0 auto 30px;
}
.spread-the-love-second-section-inner-container img {
  margin: 0 auto;
}
.spread-the-love-second-section {
  padding-top: 0;
}
.spread-the-love-second-section h2 {
  margin-bottom: 50px;
}
/* SPREAD THE LOVE END */

/* PREFERRED VENDOR */
.preferred-vendor-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/spread-the-love-wave.png");
}
.preferred-vendor-hero-banner-copy p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 900px;
}
.preferred-vendor-content-wrap {
  -webkit-box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  border-radius: 50px;
  padding: 45px 50px 45px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #fff;
}
.preferred-vendor-content-wrap-img {
  max-width: 150px;
    margin: 0 auto;
}
.preferred-vendor-content-wrap img {

}
.preferred-vendor-content-wrap h3 {

}
.preferred-vendor-content-wrap p {

}
.preferred-vendor-content-wrap-phone {
  position: relative;
  padding-left: 27px;
  margin-bottom: 15px;
  font-weight: 600;
}
.preferred-vendor-content-wrap-phone::before {
  content: url("img/phone-icon.png");
  position: absolute;
  left: -5px;
  top: -3px;
}
.preferred-vendor-content-wrap .btn-orange {
  width:100%;
}
/* PREFERRED VENDOR END */

/* THANK YOU */
.thank-you-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/thank-you-waves.png");
}
.thank-you-hero-banner-copy p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
  width: 740px;
}
.thank-you-hero-banner-copy p + p {
  margin-top: 15px;
}
.thank-you-booking-button-margin {
  margin-top: 20px;
}
.thank-you-second-section-inner-container {
  width: 913px;
  margin: 0 auto 30px;
}
.thank-you-second-section-inner-container img {
  margin: 0 auto;
}
.thank-you-bottom-buttons {
}
.thank-you-bottom-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0px auto 0;
  text-align: center;
}
.thank-you-bottom-buttons ul li {
  display: inline-block;
  text-align: center;
}
.thank-you-bottom-buttons ul li + li {
  padding-left: 30px;
}
.thank-you-bottom-buttons ul li a {
  min-width: 290px;
}

.thank-you-booking-wrap-p {
  margin-bottom: 70px;
}
.thank-you-booking-wrap-p p a {
  text-decoration: underline;
}
.thank-you-booking-wrap-p p a:hover {
  color: initial;
}
.thank-you-booking-wrap-p p + p {
  margin-top: 15px;
}
.page-template-page-thank-you-booking .thank-you-bottom-buttons {
  margin-bottom: 120px;
}
/* THANK YOU END */

/* CONTACT US */
.contact-us-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/contact-us-wave.png");
}
.contact-us-hero-banner-content p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
}
.contact-us-hero-banner-form-wrapper {
  width: 1025px;
  height: 425px;
  margin: 45px auto 0;
  border-radius: 50px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #fff;
}
.contact-us-service-row-wrap img {
  -webkit-box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  border-radius: 56px;
}
.contact-us-service-row-wrap h3 {
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}
.contact-us-service-p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}
.contact-us-service {
  padding-top: 0;
}
.contact-us-email-form {
  padding-top: 0;
}
.contact-us-email-form p {
  font-size: 24px;
  font-weight: 600;
}
.contact-us-email-form .col-md-12 p:last-child {
  margin-bottom: 30px;
}
.contact-us-email-form-wrapper {
  text-align: center;
  max-width: 1015px;
  margin: 0 auto;
}
.contact-us-email-form-wrapper .c-zipcode {
  padding: 20px 30px;
  width: 335px;
  margin-right: 15px;
  border-radius: 5px;
}
.contact-us-email-form-wrapper .c-email {
  padding: 20px 30px;
  width: 490px;
  margin-right: 15px;
  border-radius: 5px;
}

.contact-areas {
  padding-top: 0;
  padding-bottom: 70px;
}
.contact-areas h3 {
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0;
}
.contact-areas ul {
  list-style: none;
  padding: 0;
}
.contact-areas ul li {
  font-size: 18px;
  font-weight: 400;
}
.contact-areas ul li + li {
  margin-top: 10px;
}
.contact-areas ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #0087bc;
  position: absolute;
  left: -10px;
}
.contact-areas-row-wrap {
  max-width: 1090px;
  margin: 0 auto;
}
.area-adresses-wrap {
  margin-top: 70px;
}
/* CONTACT US END */

/* BLOG */
.entry-content.end-section-small {
  padding: 50px 0 0;
}
#primary-blog {
  padding: 100px 0;
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/blog-waves.png");
}
#primary-blog main {
  padding-top: 75px;
}
.blog-heading-area p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 50px;
  max-width: 1040px;
}
/*left category*/
#primary-blog .category-left-wrap.activated {
  width: 50%;
  float: left;
  background-color: #f8f8f8;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

#primary-blog .category-left-wrap.activated a {
  background-color: #1f2944;
  display: block;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
}
#primary-blog .category-left-wrap a:hover,
#primary-blog .category-left-wrap a:focus {
  text-decoration: none;
}
#primary-blog .category-left-wrap .after-arrow {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#primary-blog .category-left-wrap.activated .after-arrow {
  content: url("img/blog-arrow-bottom.png");
  position: absolute;
  bottom: -20px;
  left: 50%;
  opacity: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

#primary-blog .category-left-wrap {
  width: 50%;
  float: left;
  background-color: #1f2944;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#primary-blog .category-left-wrap a span {
  opacity: 0;
  display: none;
}
#primary-blog .category-left-wrap a {
  background-color: #f8f8f8;
  display: block;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  color: #1f2944;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
}
#primary-blog .category-left-wrap a img {
  margin-right: 10px;
}

/*left category end*/
/*Right category*/
#primary-blog .category-right-wrap {
  width: 50%;
  float: left;
  background-color: #1f2944;
  border-top-right-radius: 50px;
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#primary-blog .category-right-wrap a span {
  opacity: 0;
  display: none;
}
#primary-blog .category-right-wrap a {
  background-color: #f8f8f8;
  display: block;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  color: #1f2944;
  font-size: 24px;
  font-weight: 700;
  padding: 13px 0 15px;
}
#primary-blog .category-right-wrap a img {
  margin-right: 10px;
}
#primary-blog .category-right-wrap a:hover,
#primary-blog .category-right-wrap a:focus {
  text-decoration: none;
}

#primary-blog .category-right-wrap.activated {
  width: 50%;
  float: left;
  background-color: #f8f8f8;
  border-top-right-radius: 50px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#primary-blog .category-right-wrap.activated a {
  background-color: #1f2944;
  display: block;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 13px 0 15px;
}
#primary-blog .category-right-wrap .after-arrow {
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  bottom: -20px;
  left: 50%;
}
#primary-blog .category-right-wrap.activated .after-arrow {
  content: url("img/blog-arrow-bottom.png");
  position: absolute;
  bottom: -20px;
  left: 50%;
  opacity: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
/*right category end*/
.hidden {
  display: none;
}

.first-blog-content {
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #f6f7f7;
  padding: 35px;
  overflow: hidden;
}
.first-blog-img-wrap {
  width: 384px;
  height: 272px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.rbl-blog-text {
  float: left;
  padding-left: 40px;
  max-width: 750px;
}
.rbl-blog-text h2 {
  color: #1f2944;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 25px;
}
.rbl-blog-text a.read-more-blog {
  width: 200px;
  height: 56px;
  padding: 20px 0px;
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-block;
}

#primary-blog .single-blog {
  margin-top: 30px;
}
#primary-blog .single-blog-wrap {
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #f6f7f7;
  padding: 35px;
  overflow: hidden;
}
#primary-blog .single-blog-img-wrap {
  width: 316px;
  height: 238px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
#primary-blog .single-blog-content-text {
  float: left;
}
#primary-blog .single-blog-content-text h2 {
  color: #1f2944;
  font-size: 22px;
  font-weight: 700;
  margin: 35px 0 17px;
  min-height: 81px;
}
#primary-blog .single-blog-content-text a.read-more-blog {
  width: 200px;
  height: 56px;
  padding: 20px 0px;
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-block;
}
#primary-blog .single-blog-content-text p {
  min-height: 81px;
}

#primary-blog .pagination {
  font-size: 18px;
  font-weight: 500;
  margin-top: 60px;
  display: block;
  box-shadow: none;
}
#primary-blog .pagination .page-numbers.current {
  color: #93c83d;
}
#primary-blog .pagination .page-numbers {
  padding: 0 5px;
}
/* BLOG END */

/* SINGLE BLOG POST */
.single-blog-post-background-top {
  position: absolute;
  top: 0;
  height: 848px;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-image: url("img/single-blog-wave-top.png");
}
.single-post article {
  position: relative;
}
.single-blog-post-background-bottom {
  position: absolute;
  bottom: 0;
  height: 600px;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  /*background-position: center bottom;*/
  background-color: #fff;
  background-image: url("img/single-blog-wave-bottom.png");
  z-index: -1;
}
.single-blog-post-inner-s {
}
.single-blog-post-inner-s p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 50px;
  max-width: 1040px;
}
.single-blog-post-content-s {
}
.single-blog-post-content-s .single-blog-post-content-category-left {
  width: 50%;
  float: left;
  background-color: #f8f8f8;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  margin-bottom: 30px;
}
.single-blog-post-content-s .single-blog-post-content-category-left p {
  background-color: #1f2944;
  display: block;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
}
.single-blog-post-content-s .single-blog-post-content-category-left p img {
  margin-right: 10px;
  max-height: 77px;
}
.single-blog-post-content-s
  .single-blog-post-content-category-left
  .after-arrow {
  content: url("img/blog-arrow-bottom.png");
  position: absolute;
  bottom: -20px;
  left: 50%;
  opacity: 1;
}

.single-blog-post-content-s .single-blog-post-content-category-right {
  width: 50%;
  float: left;
  background-color: #1f2944;
  border-top-right-radius: 50px;
  position: relative;
  margin-bottom: 30px;
}
.single-blog-post-content-s .single-blog-post-content-category-right p {
  background-color: #f8f8f8;
  display: block;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  color: #1f2944;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0 10px;
}
.single-blog-post-content-s .single-blog-post-content-category-right p img {
  margin-right: 10px;
  max-height: 77px;
}

.single-blog-post-entry-content {
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #f6f7f7;
  padding: 50px 35px 70px;
  overflow: hidden;
}
.single-blog-post-entry-content-main-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 0;
}
.single-blog-post-entry-content h2 {
  font-size: 24px;
  margin-top: 10px;
}
.single-blog-post-entry-content img {
  margin-bottom: 35px;
  max-width: 100%;
}
.single-blog-post-entry-content ol {
  padding-left: 0;
  font-size: 18px;
}
.single-blog-sidebar-vacation-rental-wrap {
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #f6f7f7;
  padding: 40px 35px;
  overflow: hidden;
  position: relative;
}
.single-blog-sidebar-vacation-rental-wrap h3 {
  font-weight: 700;
  margin-top: 0;
}
.single-blog-sidebar-vacation-rental-wrap hr {
  border-color: #8ed014;
  max-width: 100%;
  margin: 15px 0 25px;
}
.single-blog-sidebar-vacation-rental-wrap img {
  position: absolute;
  top: 20px;
  right: 15px;
}
.single-blog-sidebar-vacation-rental-wrap ul {
  text-align: left;
  margin-bottom: 25px;
  list-style: none;
  padding-left: 25px;
}
.single-blog-sidebar-vacation-rental-wrap ul li {
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.single-blog-sidebar-vacation-rental-wrap ul li + li {
  margin-top: 25px;
}
.single-blog-sidebar-vacation-rental-wrap ul li::before {
  content: url(img/green-star.png);
  position: absolute;
  left: -25px;
  top: 1px;
}

.single-blog-post-testimonial-bottom-wrap {
  background-color: #f8f8f8;
  padding: 15px 30px 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
.single-blog-post-testimonial-bottom-wrap b {
  font-size: 18px;
  font-weight: 600;
}
.single-blog-post-testimonial-hour-wrap-content-left {
  float: left;
  width: 50%;
}
.single-blog-post-testimonial-hour-wrap-content-right {
  float: left;
  width: 50%;
}
.single-blog-post-testimonial-hour-wrap-content-right span {
  float: left;
  font-size: 48px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  padding-right: 5px;
}
.single-blog-post-testimonial-hour-wrap-content-right p {
  float: left;
  font-weight: 600;
  line-height: 1.2;
}

.related-blog-container .related-blog {
  margin-top: 30px;
}
.related-blog-container .related-blog-wrap {
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #f6f7f7;
  padding: 35px;
  overflow: hidden;
}
.related-blog-container .related-blog-img-wrap {
  width: 100%;
  height: 238px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.related-blog-container .related-blog-content-text {
  float: left;
}
.related-blog-container .related-blog-content-text h2 {
  color: #1f2944;
  font-size: 22px;
  font-weight: 700;
  margin: 35px 0 17px;
}
.related-blog-container .related-blog-content-text a.read-more-blog {
  width: 200px;
  height: 56px;
  padding: 20px 0px;
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-block;
}
.related-blog-container .yarpp-related {
  margin-bottom: 75px;
}
.related-blog-container .yarpp-related > h2 {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 85px;
}
.single-blog-post-testimonial-container {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-blog-post-testimonial-container h3 {
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 35px;
}
.single-blog-post-testimonial-container em {
  display: inline-block;
  font-size: 18px;
  max-width: 310px;
  margin: 20px auto 20px;
}
.single-blog-post-testimonial-copy-wrap {
  background-color: #fff;
}

.single-blog-featured-articles {
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #fff;
  padding: 20px 35px 40px;
  overflow: hidden;
  position: relative;
}
.single-blog-featured-articles h3 {
  font-weight: 700;
}
.single-blog-featured-articles h4 a:hover {
  text-decoration: none;
  color: #1f2944;
}
.featured-articles-wrapper {
  overflow: hidden;
  padding-top: 15px;
  border-top: 3px solid #f4f4f4;
  margin-top: 15px;
}
.single-blog-featured-articles .featured-articles-image {
  width: 118px;
  height: 118px;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}
.single-blog-featured-articles h4 {
  font-weight: 500;
  padding-left: 20px;
  float: left;
}

/* SINGLE BLOG POST END */

/* FIVE STEP CLEANER SECTION */
.five-step-cleaner-hero-banner-section {
}
.five-step-cleaner-hero-banner-section-background-image {
  position: absolute;
  top: 0;
  height: 618px;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-image: url("img/five-step-cleaner-wave.png");
}
.five-step-cleaner-hero-banner-content p {
  font-weight: 600;
  font-size: 22px;
}
.five-step-cleaner-stairs {
  min-height: 1150px;
}
.five-step-cleaner-stairs-bckgrnd-image {
  position: absolute;
  top: -160px;
}
.five-step-cleaner-text-in-square {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  width: 630px;
  position: absolute;
  top: 137px;
  left: 91px;
}

.five-step-cleaner-stairs .phase-1 span,
.five-step-cleaner-stairs .phase-2 span,
.five-step-cleaner-stairs .phase-3 span,
.five-step-cleaner-stairs .phase-4 span,
.five-step-cleaner-stairs .phase-5 span {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.five-step-cleaner-stairs .phase-1 b,
.five-step-cleaner-stairs .phase-2 b,
.five-step-cleaner-stairs .phase-3 b,
.five-step-cleaner-stairs .phase-4 b,
.five-step-cleaner-stairs .phase-5 b {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
}
.five-step-cleaner-stairs .phase-1 p,
.five-step-cleaner-stairs .phase-2 p,
.five-step-cleaner-stairs .phase-3 p,
.five-step-cleaner-stairs .phase-4 p,
.five-step-cleaner-stairs .phase-5 p {
  font-size: 15px;
  line-height: 1.35;
}
/*1*/
.five-step-cleaner-stairs .phase-1 {
  background-image: url(img/phase-one.png);
  height: 343px;
  width: 278px;
  position: absolute;
  top: 500px;
}
.five-step-cleaner-stairs .phase-1 span {
  color: #95c93d;
  margin-left: 20px;
  margin-top: -10px;
}
.five-step-cleaner-stairs .phase-1 b {
  margin-left: 20px;
}
.five-step-cleaner-stairs .phase-1 p {
  margin-left: 20px;
}
/*2*/
.five-step-cleaner-stairs .phase-2 {
  background-image: url(img/phase-two.png);
  height: 367px;
  width: 250px;
  position: absolute;
  background-repeat: no-repeat;
  top: 346px;
  left: 215px;
}
.five-step-cleaner-stairs .phase-2 span {
  color: #73c48a;
  margin-left: 20px;
  margin-top: -10px;
}
.five-step-cleaner-stairs .phase-2 b {
  margin-left: 20px;
}
.five-step-cleaner-stairs .phase-2 p {
  margin-left: 20px;
}
/*3*/
.five-step-cleaner-stairs .phase-3 {
  background-image: url(img/phase-three.png);
  height: 367px;
  width: 300px;
  position: absolute;
  background-repeat: no-repeat;
  top: 531px;
  left: 502px;
}
.five-step-cleaner-stairs .phase-3 span {
  color: #5bc6d1;
  display: block;
  margin-top: 249px;
  margin-left: 50px;
}
.five-step-cleaner-stairs .phase-3 b {
  margin-left: 50px;
}
.five-step-cleaner-stairs .phase-3 p {
  margin-left: 50px;
}
/*4*/
.five-step-cleaner-stairs .phase-4 {
  background-image: url(img/phase-four.png);
  height: 367px;
  width: 340px;
  position: absolute;
  background-repeat: no-repeat;
  top: 387px;
  left: 665px;
}
.five-step-cleaner-stairs .phase-4 span {
  color: #338090;
  display: block;
  margin-top: 192px;
  margin-left: 121px;
}
.five-step-cleaner-stairs .phase-4 b {
  margin-left: 121px;
}
.five-step-cleaner-stairs .phase-4 p {
  margin-left: 121px;
}
/*5*/
.five-step-cleaner-stairs .phase-5 {
  background-image: url(img/phase-five.png);
  height: 367px;
  width: 434px;
  position: absolute;
  background-repeat: no-repeat;
  top: 300px;
  left: 804px;
}
.five-step-cleaner-stairs .phase-5 span {
  display: block;
  margin-top: 151px;
  margin-left: 179px;
}
.five-step-cleaner-stairs .phase-5 b {
  margin-left: 179px;
}
.five-step-cleaner-stairs .phase-5 p {
  margin-left: 179px;
}

.five-st-button-wrap {
  padding-top: 0;
  padding-bottom: 75px;
}
/* FIVE STEP CLEANER SECTION END */
/* AIRBNB HOME */
.airbnb-home-hero-banner-section {
  position: relative;
  min-height: 756px;
  width: 100%;
  /*min-height: auto;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  background-image: url("img/airbnb-home-waves.png");
}
.airbnb-home-hero-banner-content hr {
  border-color: #fff;
  max-width: 741px;
}
.airbnb-home-hero-banner-content p {
  font-weight: 600;
}
.airbnb-home-hero-banner-form-wrapper > .mt-form__section-wrapper {
  width: 96%;
  /*height: 425px;*/
  margin: 45px auto 0;
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #fff;
  padding: 40px;
  margin-top: 45px !important;
}
.airbnb-home-big-house {
  position: absolute;
  bottom: -135px;
  right: 0px;
  width: 260px;
}
.airbnb-home-hero-banner-panel-left-star {
  width: 171px;
  height: 171px;
  background-image: url(img/big-golden-star.png);
  background-position: center;
  position: absolute;
  top: -51px;
  left: 39px;
}
.airbnb-home-hero-banner-panel-left-star p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92px;
  height: 103px;
  display: block;
}
.airbnb-home-hero-banner-panel-left-star p .rs-span1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.airbnb-home-hero-banner-panel-left-star p .rs-span2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}
.airbnb-home-logos {
  padding: 0;
}
.airbnb-home-logo-wrapper > div > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.airbnb-home-logo-wrapper > div {
  display: inline-block;
  float: left;
  /*margin-left: 15px*/
}

.airbnb-home-logo-1 {
  position: relative;
  width: 250px;
  height: 150px;
  float: left;
}
.airbnb-home-logo-2 {
  position: relative;
  width: 250px;
  height: 150px;
  float: left;
}
.airbnb-home-logo-3 {
  position: relative;
  width: 250px;
  height: 150px;
  float: left;
}
.airbnb-home-logo-4 {
  position: relative;
  width: 250px;
  height: 150px;
  float: left;
}
.airbnb-home-steps {
  padding-top: 75px;
  padding-bottom: 125px;
}
.airbnb-home-steps h2 {
  margin-bottom: 50px;
}
.airbnb-home-steps-image {
  background-image: url("img/cube-process.png");
  background-size: contain;
  width: 100%;
  height: 562px;
  background-repeat: no-repeat;
  background-position: center;
}

.airbnb-home-steps-wrapper span {
  font-size: 18px;
  color: #1f2944;
  font-weight: 700;
}
.airbnb-home-steps-wrapper h3 {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}
.airbnb-home-steps-wrapper .airbnb-home-step-wrap-1 h3 {
  color: #95c93d;
}
.airbnb-home-steps-wrapper .airbnb-home-step-wrap-2 h3 {
  color: #5bc6d1;
}
.airbnb-home-steps-wrapper .airbnb-home-step-wrap-3 h3 {
  color: #338090;
}
.airbnb-home-step-1 {
  padding-left: 58px;
  margin-bottom: 20px;
  max-width: 480px;
}
.airbnb-home-step-2 {
  padding-left: 58px;
  margin-bottom: 20px;
  max-width: 480px;
}
.airbnb-home-step-3 {
  padding-left: 58px;
  margin-bottom: 30px;
  max-width: 480px;
}
.airbnb-home-step-1::before {
  content: url("img/airbnb-step-1.png");
  position: absolute;
  top: 0;
  left: 0;
}
.airbnb-home-step-2::before {
  content: url("img/airbnb-step-2.png");
  position: absolute;
  top: 0;
  left: 0;
}
.airbnb-home-step-3::before {
  content: url("img/airbnb-step-3.png");
  position: absolute;
  top: 0;
  left: 0;
}
.airbnb-home-steps-wrapper-button-wrap {
  max-width: 530px;
}
.airbnb-home-steps-wrapper-button-wrap .btn-orange {
  width: 380px;
}
.airbnb-home-steps-wrapper-button-wrap .btn-orange::before {
  content: url(img/arrow-hp-hero-button-left.png);
  position: absolute;
  left: -85px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.air-bnb-home-gray h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
}
.air-bnb-home-gray-star {
  width: 171px;
  height: 171px;
  background-image: url(img/big-golden-star.png);
  background-position: center;
  position: absolute;
  text-align: center;
  margin: auto 25px;
}
.air-bnb-home-gray-star p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 128px;
  height: 78px;
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #2b3849;
  line-height: 1.3;
}
.air-bnb-home-gray-logo-r {
  position: relative;
  width: 216px;
  height: 171px;
  float: left;
}
.air-bnb-home-gray-logo-r > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.air-bnb-home-gray-logo-1 {
}
.air-bnb-home-gray-logo-2 {
  height: 168px;
}
.air-bnb-home-gray-logo-3 {
  height: 135px;
}
.air-bnb-home-gray-logo-4 {
  height: 115px;
}
.air-bnb-home-gray {
  background-color: #f0efef;
  padding-top: 75px;
  height: 893px;
}
.air-bnb-home-included {
  padding: 0;
}
.air-bnb-home-included-wrapper {
  margin: 0px auto 0;
  border-radius: 20px;
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  background-color: #fff;
  position: absolute;
  top: -563px;
  z-index: 1;
  text-align: center;
  padding: 75px 90px 50px;
  width: 100%;
  left: 0;
}
.air-bnb-home-included-wrapper > p {
  margin-bottom: 60px;
}
.air-bnb-home-included-list-wrap {
  min-height: 215px;
}
.air-bnb-home-included-list-img {
  width: 73px;
  height: 78px;
  margin: 0 auto 15px;
}
.air-bnb-home-included-list-img img {
  max-height: 100%;
  margin: 0 auto;
}
.air-bnb-home-what-you-get {
  padding-top: 280px;
  background: linear-gradient(to right, #b2d679 50%, #90d5dd 50%);
  min-height: 1092px;
}
.air-bnb-home-what-you-get > .container-fluid {
  max-width: 1926px;
}
.air-bnb-home-what-you-get-image-left {
  background-image: url("img/what-you-get.png");
  width: 435px;
  height: 671px;
  position: absolute;
  left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.air-bnb-home-what-you-get-image-right {
  background-image: url("img/what-you-do-not-get.png");
  width: 298px;
  height: 671px;
  position: absolute;
  right: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.air-bnb-home-what-you-get-content-left {
  max-width: 500px;
}
.air-bnb-home-what-you-get-content-left p + p {
  margin-top: 40px;
}
.air-bnb-home-what-you-get-content-right {
  padding-left: 45px;
  max-width: 500px;
}
.air-bnb-home-what-you-get-margin-bottom {
  margin-bottom: 100px;
}
.air-bnb-home-what-you-get-button a {
  width: 360px;
}
.air-bnb-home-what-you-get-button a::before {
  content: url(img/arrow-hp-hero-button-left.png);
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.air-bnb-home-case-studies .btn-orange {
  margin-top: 30px;
  margin-bottom: 20px;
}
.air-bnb-home-case-studies-slick .cs-bl-3 img {
  display: inline-block;
}
.air-bnb-home-numbers-and-counter {
  background-color: #f0efef;
}
.air-bnb-home-numbers-and-counter span {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.air-bnb-home-numbers-and-counter p {
  font-size: 24px;
  font-weight: 500;
}

.airbnb-home-bottom-form {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-image: url("img/airbnb-home-bottom.png");
}
.airbnb-home-bottom-form .airbnb-home-hero-banner-form-wrapper {
}
.airbnb-home-bottom-form-house {
  position: absolute;
  top: -66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110px;
}
.airbnb-home-bottom-form-heading {
  max-width: 820px;
  margin: 0 auto 50px;
}
.airbnb-home-bottom-form .lady-with-vacuum {
  position: absolute;
  top: -100px;
  right: 25px;
  width: 300px;
}

.airbnb-new-locations {
}
.airbnb-new-locations h2 {
  margin-bottom: 80px;
}
.airbnb-new-locations .airbnb-new-locations-image-wrap {
  -webkit-box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  box-shadow: 0px 2px 15px 7px rgba(46, 46, 46, 0.3);
  border-radius: 62px;
  height: 254px;
  width: 370px;
  margin: 0 auto 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.airbnb-new-locations .airbnb-new-locations-image-wrap h4 {
  font-size: 40px;
  color: rgb(31, 41, 68);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
}

.airbnb-new-locations .airbnb-new-locations-read-more-visible p,
.airbnb-new-locations .airbnb-new-locations-read-more-hidden p {
  font-size: 15px;
}
.airbnb-new-locations .airbnb-new-locations-read-more-hidden h3,
.airbnb-new-locations .airbnb-new-locations-read-more-hidden h2 {
  font-size: 22px;
  margin: 20px 0;
}
.airbnb-new-locations .airbnb-new-locations-read-more-show {
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #90db26;
  font-weight: 600;
  border-bottom: 1px solid #90db26;
  margin-top: 20px;
  cursor: pointer;
}
/* AIRBNB HOME END */

/* VACATION RENTAL PRICING */
.vacation-rental-pricing-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url("img/vacation-rental-pricing-wave.png");
  padding-bottom: 35px;
}
/*.vacation-rental-pricing-hero-banner-section .vacation-rental-pricing-hero-banner-content h1 {
  max-width: 800px;
  margin: 0 auto 20px;
}*/
.vacation-rental-pricing-hero-banner-copy p {
  font-weight: 600;
}
.vacation-rental-pricing-hero-banner-star {
  width: 171px;
  height: 171px;
  background-image: url(img/big-golden-star.png);
  background-position: center;
  position: absolute;
  top: -25px;
  right: 25px;
  text-align: center;
}
.vacation-rental-pricing-hero-banner-star p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92px;
  height: 103px;
  display: block;
}
.vacation-rental-pricing-hero-banner-star p .rs-span1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.vacation-rental-pricing-hero-banner-star p .rs-span2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}
.vacation-rental-pricing-hero-banner-star p .ls-span1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.vacation-rental-pricing-hero-banner-star p .ls-span2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}

.vacation-rental-pricing-table-rows-wrap {
  box-shadow: 5px 3px 16px 6px #9c9c9c;
  border-radius: 30px;
  float: left;
  width: 100%;
}
.vacation-rental-pricing-table {
  margin-top: 55px;
}
.vacation-rental-pricing-table h2 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.vacation-rental-pricing-table-heading-wrap {
  width: 100%;
  float: left;
}
.vacation-rental-pricing-table-heading-wrap .at-head-1 {
  width: 26%;
  float: left;
  text-align: center;
  background-color: #90db26;
  color: #fff;
  border-top-left-radius: 30px;
  /*padding: 37px 0;*/
  position: relative;
  min-height: 110px;
}
.vacation-rental-pricing-table-heading-wrap .at-head-1 h3 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vacation-rental-pricing-table-heading-wrap .at-head-1 img {
  width: 85px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}

.vacation-rental-pricing-table-heading-wrap .at-head-2 {
  width: 37%;
  float: left;
  text-align: center;
  background-color: #1f4872;
  color: #fff;
  position: relative;
  min-height: 110px;
}
.vacation-rental-pricing-table-heading-wrap .at-head-2 h3 {
  margin: 0;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
}
.vacation-rental-pricing-table-heading-wrap .at-head-2 h3 span {
  font-weight: 500;
}

.vacation-rental-pricing-table-heading-wrap .at-head-4 {
  width: 37%;
  float: left;
  text-align: center;
  background-color: #1f2944;
  color: #fff;
  position: relative;
  min-height: 110px;
  border-top-right-radius: 30px;
}
.vacation-rental-pricing-table-heading-wrap .at-head-4 h3 {
  margin: 0;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
}
.vacation-rental-pricing-table-heading-wrap .at-head-4 h3 span {
  font-weight: 500;
}

.vacation-rental-pricing-table-rows-wrap
  .vacation-rental-pricing-table-row:first-child {
  /*border-top-left-radius: 30px;*/
}
.vacation-rental-pricing-table-rows-wrap
  .vacation-rental-pricing-table-row:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.vacation-rental-pricing-table-row {
  /*float: left;*/
  display: table;
  width: 100%;
}
.vacation-rental-pricing-table-row {
  background-color: #fff;
}
.vacation-rental-pricing-table-row.stripped-row {
  background-color: #f4f4f4;
}
.vacation-rental-pricing-table-row .first-col-text {
  width: 26%;
  /*float: left;*/
  display: table-cell;
  font-size: 18px;
  font-weight: 500;
  padding: 28px 27px;
  position: relative;
}
.vacation-rental-pricing-table-row .first-col-text::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.2px;
  background-color: #cecece;
  top: 0;
}
.vacation-rental-pricing-table-row .second-col-price {
  width: 37%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.vacation-rental-pricing-table-row .second-col-price::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.2px;
  background-color: #cecece;
  top: 0;
}
.vacation-rental-pricing-table-row .third-col-price {
  width: 37%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.vacation-rental-pricing-table-row .fourth-col-price {
  width: 20%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.vacation-rental-pricing-table-row .fourth-col-price::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.2px;
  background-color: #cecece;
  top: 0;
}
.vacation-rental-pricing-table-row .fifth-col-price {
  width: 20%;
  /*float: left;*/
  display: table-cell;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.vacation-rental-pricing-table-below-text {
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}
.vacation-rental-pricing-table-below-text p {
  font-style: normal;
  color: #81c13e;
  font-weight: 300;
}
.vacation-rental-pricing-table-button-bottom {
  margin-top: 0px;
}

.pricing-vacation-rental-what-you-get
  .pricing-vacation-rental-what-you-get-button {
  margin-top: 35px;
}

.vacation-rental-pricing-gray-section {
  padding-top: 0;
}
.vacation-rental-pricing-gray-section .hg-wrap-1,
.vacation-rental-pricing-gray-section .hg-wrap-2,
.vacation-rental-pricing-gray-section .hg-wrap-3,
.vacation-rental-pricing-gray-section .hg-wrap-4,
.vacation-rental-pricing-gray-section .hg-wrap-5 {
  text-align: center;
  height: 74px;
}
.vacation-rental-pricing-gray-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.air-bnb-home-included.pricing-home-cleaning-included {
  height: 550px;
}

.air-bnb-home-included.pricing-home-cleaning-included
  .air-bnb-home-included-wrapper {
  top: 0;
  width: 100%;
  left: 0;
}

.vacation-rental-pricing-steps {
  padding-top: 75px;
  padding-bottom: 125px;
}
.vacation-rental-pricing-steps h2 {
  margin-bottom: 50px;
}
.vacation-rental-pricing-steps-image {
  text-align: center;
  overflow: hidden;
}
.vacation-rental-pricing-steps-image .wocsi-video-wrap {
  width: 100%;
}

.vacation-rental-pricing-steps-image .vacation-rental-pricing-choose-us-ul {
  display: inline-block;
  margin-bottom: 40px;
}

.vacation-rental-pricing-steps-wrapper span {
  font-size: 18px;
  color: #1f2944;
  font-weight: 700;
}
.vacation-rental-pricing-steps-wrapper h3 {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}
.vacation-rental-pricing-steps-wrapper .vacation-rental-pricing-step-wrap-1 h3 {
  color: #95c93d;
}
.vacation-rental-pricing-steps-wrapper .vacation-rental-pricing-step-wrap-2 h3 {
  color: #5bc6d1;
}
.vacation-rental-pricing-steps-wrapper .vacation-rental-pricing-step-wrap-3 h3 {
  color: #338090;
}
.vacation-rental-pricing-step-1 {
  padding-left: 58px;
  margin-bottom: 20px;
  max-width: 480px;
}
.vacation-rental-pricing-step-2 {
  padding-left: 58px;
  margin-bottom: 20px;
  max-width: 480px;
}
.vacation-rental-pricing-step-3 {
  padding-left: 58px;
  margin-bottom: 30px;
  max-width: 480px;
}
.vacation-rental-pricing-step-1::before {
  content: url("img/airbnb-step-1.png");
  position: absolute;
  top: 0;
  left: 0;
}
.vacation-rental-pricing-step-2::before {
  content: url("img/airbnb-step-2.png");
  position: absolute;
  top: 0;
  left: 0;
}
.vacation-rental-pricing-step-3::before {
  content: url("img/airbnb-step-3.png");
  position: absolute;
  top: 0;
  left: 0;
}
.vacation-rental-pricing-steps-wrapper-button-wrap {
  max-width: 530px;
}
.vacation-rental-pricing-steps-wrapper-button-wrap .btn-orange {
  width: 350px;
}

.vacation-rental-pricing-choose-us-ul {
  list-style: none;
  padding: 0;
  width: 510px;
  margin: 40px auto 0;
  text-align: center;
}
.vacation-rental-pricing-choose-us-ul li {
  display: inline-block;
  text-align: center;
}
.vacation-rental-pricing-choose-us-ul li b {
  font-weight: 600;
  font-size: 24px;
}
.vacation-rental-pricing-choose-us-ul li p {
  font-weight: 600;
  font-size: 18px;
}
.vacation-rental-pricing-choose-us-ul li + li {
  padding-left: 50px;
}
.air-bnb-home-gray.vacation-rental-pricing-gray {
  height: auto;
  padding-bottom: 50px;
}
/* VACATION RENTAL PRICING END */

/* FAQ/HELP */
.faq-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("img/faq-background.png");
  text-align: center;
}
.faq-hero-banner-section input[type="text"] {
  padding: 25px 30px 25px 50px;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  max-width: 650px;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  border: 0;
  background-color: #fff;
  border: none;
  height: auto;
}
.faq-hero-banner-section input[type="text"]:focus {
  outline: none;
}
.faq-hero-banner-section input[type="text"]::placeholder {
  color: #000;
  font-weight: 600;
  font-size: 25px;
}
.faq-hero-banner-section input[type="submit"] {
  background-color: #ff931e;
  border: none;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 25px 30px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  margin-left: -4px;
  max-width: 236px;
  width: 100%;
}
.faq-hero-banner-section input[type="submit"]:focus {
  outline: none;
}

.faq-accordion-area {
  padding-top: 35px;
}
#faq-accordion-area-choose-wrapper {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
#faq-accordion-area-choose-wrapper .faq-option-common-q {
  width: 50%;
  float: left;
  background-color: #1f2944;
  display: inline-block;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  padding: 20px 0;
  cursor: pointer;
}
#faq-accordion-area-choose-wrapper .faq-option-common-q.activ-faq {
  background-color: #f2f2f2;
  color: #1f2944;
}
#faq-accordion-area-choose-wrapper .faq-option-common-q.activ-faq::after {
  content: url("img/gray-triangle.png");
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}
#faq-accordion-area-choose-wrapper .faq-option-vrp {
  width: 50%;
  float: left;
  background-color: #1f2944;
  display: inline-block;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  padding: 20px 0;
  cursor: pointer;
}
#faq-accordion-area-choose-wrapper .faq-option-vrp.activ-faq {
  background-color: #f2f2f2;
  color: #1f2944;
}
#faq-accordion-area-choose-wrapper .faq-option-vrp.activ-faq::after {
  content: url("img/gray-triangle.png");
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}
#faq-accordion-area-choose-wrapper .faq-option-common-q br,
#faq-accordion-area-choose-wrapper .faq-option-vrp br {
  display: none;
}

.search-faq-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("img/faq-background.png");
}
.search-faq-results {
  padding-top: 50px;
}
.search-faq-results h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.search-faq-results-wrap {
  margin-bottom: 30px;
}
/* FAQ/HELP END */

/* TESTIMONIALS PAGE */
.testimonials-page-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("img/testimonials-wave.png");
  min-height: 676px;
}
.testimonials-page-hero-banner-content p {
  font-size: 24px;
  font-weight: 600;
  max-width: 870px;
  margin: 0 auto 35px;
}
.testimonials-page-hero-banner-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -35px;
}
.testimonials-page-hc-videos {
}
.testimonials-page-hc-videos h2 {
  margin-bottom: 50px;
}
.testimonials-page-hc-videos-featured-content {
}
.testimonials-page-hc-videos-featured-content em {
  font-size: 18px;
  margin-bottom: 30px;
  display: inline-block;
}
.testimonials-page-hc-videos-featured-content b {
  font-size: 18px;
}
.testimonials-page-hc-videos-featured-content-2 b br {
  display: none;
}
.testimonials-page-hc-videos-featured-content-hours-wrap {
  margin-top: 50px;
}
.testimonials-page-hc-videos-featured-content-hours-wrap p {
  font-size: 48px;
  font-weight: 600;
  float: left;
  line-height: 1;
}
.testimonials-page-hc-videos-featured-content-hours-wrap span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
  display: inline-block;
}
.testimonials-page-hc-videos-featured-video {
  min-height: 365px;
  position: relative;
}
.testimonials-page-hc-videos-featured-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonials-page-hc-videos-featured-video-vertical {
  /*min-height: 240px;*/
  position: relative;
  min-height: 300px;
}
.testimonials-page-hc-videos-featured-video-vertical iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonials-page-hc-videos-row-1 {
  margin-bottom: 30px;
}
.testimonials-page-hc-videos-row-2 {
  margin-bottom: 30px;
}
.testimonials-page-hc-videos-featured-content-vertical {
  padding: 30px 40px;
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-vertical {
  background-color: #f8f8f8;
  padding: 15px 30px 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
.testimonials-vr-section
  .testimonials-page-hc-videos-featured-content-hours-wrap-vertical {
  background-color: #f8f8f8;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-vertical-left {
  float: left;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-vertical-left b {
  font-size: 18px;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-vertical-left p {
  font-size: 13px;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-vertical-right {
  float: right;
  width: 120px;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-vertical-right p {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  float: left;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-vertical-right span {
  display: inline-block;
  float: left;
  font-weight: 600;
  padding-left: 5px;
}
.testimonials-page-button-wrap {
  margin: 70px 0 40px;
}
.testimonials-page-button-wrap .btn-orange {
  padding: 22px 10px;
}

.testimonials-page-hc-videos-featured-no-video-left-big-wrap {
  border: 2px solid #f0f0f0;
  border-radius: 25px;
  overflow: hidden;
  float: left;
  background: linear-gradient(to right, #fff 70%, #f8f8f8 30%);
  min-height: 254px;
}
.testimonials-page-hc-videos-featured-no-video-left-big-wrap
  + .testimonials-page-hc-videos-featured-no-video-left-big-wrap {
  margin-top: 15px;
}

.testimonials-page-hc-videos-featured-no-video-left {
  float: left;
  width: 70%;
}
.testimonials-page-hc-videos-featured-no-video-left em {
  font-size: 18px;
  display: inline-block;
  padding: 40px 50px 40px 40px;
}
.testimonials-page-hc-videos-featured-no-video-right {
  float: left;
  width: 30%;
  position: relative;
  min-height: 250px;
}
.testimonials-page-hc-videos-featured-no-video-right-name-and-loc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: 42px;
  left: 55px;
}
.testimonials-page-hc-videos-featured-no-video-right img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -49px;
}
.testimonials-page-hc-videos-featured-no-video-right .testi-stars-page {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}

.testimonials-page-hc-videos-featured-no-video-right-name-and-loc b {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 0;
}
.testimonials-page-hc-videos-featured-no-video-right-name-and-loc span {
  display: block;
  float: left;
  width: 100%;
}

.testimonials-page-hc-videos-featured-content-hours-wrap-small {
  position: absolute;
  bottom: 40px;
  left: 55px;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-small p {
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  float: left;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-small span {
  display: inline-block;
  float: left;
  font-weight: 600;
  padding-left: 5px;
}

.testimonials-page-hc-videos-featured-bigger-wrapp {
  border: 2px solid #f0f0f0;
  border-radius: 25px;
  position: relative;
  min-height: 523px;
  background-color: #fff;
}
.testimonials-page-hc-videos-featured-no-video-left-big {
}
.testimonials-page-hc-videos-featured-no-video-left-big b {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}
.testimonials-page-hc-videos-featured-no-video-left-big em {
  display: inline-block;
  padding: 45px;
  font-size: 18px;
}
.testimonials-page-hc-videos-featured-no-video-right-big {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: #f8f8f8;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 25px 45px 5px;
}
.testimonials-vr-section
  .testimonials-page-hc-videos-featured-no-video-right-big {
  background-color: #f8f8f8;
}
.testimonials-page-hc-videos-featured-content-location-wrap-big {
  float: left;
}
.testimonials-page-hc-videos-featured-content-location-wrap-big b {
  float: left;
  display: inline-block;
}
.testimonials-page-hc-videos-featured-content-location-wrap-big span {
  float: left;
  display: inline-block;
}

.testimonials-page-hc-videos-featured-content-hours-wrap-big {
  float: right;
  width: 106px;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-big p {
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  float: left;
}
.testimonials-page-hc-videos-featured-content-hours-wrap-big span {
  display: inline-block;
  float: left;
  font-weight: 600;
  padding-left: 5px;
}
.testimonials-page-hc-videos-featured-no-video-right-big img {
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-vr-section {
  background-color: #45d4db;
  position: relative;
}
.testimonials-hc-section {
  position: relative;
  padding-bottom: 234px;
}
.testimonials-hc-section::after {
  content: "";
  background-color: #fff;
  background-image: url("img/testimonial-blue-wave.png");
  height: 234px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

.wpgoogle-slider-review-wrap {
  margin-top: 50px;
}
.wpgoogle-slider-review-wrap .wprs_unslider-nav {
  box-shadow: none;
}
.wpgoogle-slider-review-wrap .wprevpro_t1_P_3 {
  font-family: "Poppins", sans-serif;
  color: #1f2944;
  font-size: 18px;
}
.wpgoogle-slider-review-wrap .wprevpro_t1_SPAN_5 {
  font-family: "Poppins", sans-serif;
  color: #1f2944;
  font-size: 18px;
  text-transform: capitalize;
}
.wpgoogle-slider-review-wrap .wprs_unslider-arrow {
  background: rgba(0, 0, 0, 0) no-repeat 50% 50%;
  background-image: url(img/arrow-right.png);
}

.bottom-vrc-testimonials-wrap {
  margin-top: 40px;
}
/* TESTIMONIALS PAGE END */

/* FORMS */
.booking-new__wrapper .card-content h2 {
  font-size: 40px;
  font-weight: 500;
  color: #1f2944;
}
.booking-form.ng-scope .login a {
  text-decoration: underline;
}
.booking-btn {
  background-color: #ff931e;
  font-size: 16px;
  font-weight: 600;
  border-radius: 35px;
  box-shadow: none;
  padding: 0px 24px;
}
.booking-btn:hover {
  background-color: #90db26;
  box-shadow: none;
}
.booking-btn-flat {
  border-radius: 35px;
}
.booking-frequency button.booking-btn {
  /*background-color: #ff931e!important*/
}
.orange {
  background-color: #ff931e !important;
}
.very-normal-text-color {
  color: #1f2944;
}
.very-normal-text-color-darker {
  color: #327f90;
}
.very-normal-text-color-lighter-blue {
  color: #5ac6d1;
}
#oneTimeModal.booking-modal {
  top: 30% !important;
}
.pricing-step-7-seooneclick-wrap {
}
.pricing-step-7-seooneclick-wrap i {
  font-size: 30px;
  margin-right: 10px;
  display: inline-block;
}
.pricing-step-7-seooneclick-wrap .icons-heading-pricing-seooneclick {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.pricing-step-7-seooneclick-wrap h4.icons-heading-pricing-seooneclick {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.pricing-step-7-seooneclick-wrap .bkinfo-extras-heading-seo {
  font-size: 32px;
  text-align: center;
}
.pricing-step-7-seooneclick-wrap .extras-info-seo-fix {
  /*display: block;
  width: 45px;*/
  text-align: center;
}
.mt-progress {
  text-align: center;
  background: #eeeded;
  border-radius: 15px;
  margin: 0rem auto 1rem auto;
  width: 50%;
  height: 18px;
}
.seo-step11-newTT {
  font-size: 18px;
}
.booking-form.i-understand-checkboxes .newTooltip {
  font-size: 18px;
}
.booking-card .card-content p.h3.very-normal-text-color {
  font-size: 28px;
  font-weight: 500;
}
.booking-form.ng-scope label {
  font-size: 14px;
  font-weight: 400;
}
.seooneclick-newformstep13nopadding {
  padding-left: none !important;
  padding-right: none !important;
}
/* FORMS END */

/*  AIRBNB FORM CSS */
.mt-form__section {
  /*background: url('https://www.maidthis.com/wp-content/themes/maid-this/img/booking_top.jpg') no-repeat center !important;*/
  background-size: cover !important;
  padding: 50px 0 !important;
  margin-bottom: -50px;
}

.mt-form__section-wrapper {
  margin: 0 auto !important;
  /*max-width: 800px !important;*/
  clear: both;
  position: relative;
}

.mt-form__section-wrapper--bg,
.mt-form__section-wrapper--bg .mt-form__wrapper {
  background: #e6e6e6 !important;
  padding-top: 10px;
}

.mt-form__section-wrapper--bg .mt-form__title {
  color: #000 !important;
}

.mt-form__title {
  color: #fff !important;
  font-size: 24px !important;
  text-align: center !important;
  margin-bottom: 40px !important;
}

.mt-form__title--green {
  color: #21d336 !important;
}

.mt-form__counter {
  text-align: center !important;
  width: 500px !important;
  background: #fff !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  padding: 0px 0 !important;
  margin-bottom: 40px !important;
}

.mt-form__counter--20 {
  background: linear-gradient(
    to right,
    #90db26 0%,
    #90db26 20%,
    #eeeded 20%,
    #eeeded 20%,
    #eeeded 100%
  ) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.mt-form__counter--40 {
  background: linear-gradient(
    to right,
    #90db26 0%,
    #90db26 40%,
    #eeeded 40%,
    #eeeded 40%,
    #eeeded 100%
  ) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.mt-form__counter--60 {
  background: linear-gradient(
    to right,
    #90db26 0%,
    #90db26 60%,
    #eeeded 60%,
    #eeeded 60%,
    #eeeded 100%
  ) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.mt-form__counter--80 {
  background: linear-gradient(
    to right,
    #90db26 0%,
    #90db26 80%,
    #eeeded 80%,
    #eeeded 80%,
    #eeeded 100%
  ) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.mt-form__counter--100 {
  background: #90db26 !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.mt-form__wrapper {
  /*background: #F7F7F7 !important;
    padding: 50px 50px !important;
    min-height: 455px !important;*/
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.mt-form__form {
  min-height: 300px !important;
}

.mt-form__form-slide {
  padding: 10px 0 !important;
  display: none !important;
}

.mt-form__form-slide--active {
  display: block !important;
}

.mt-form__form-slide-title {
  font-size: 28px !important;
  margin-bottom: 30px !important;
  line-height: 30px !important;
  text-align: center;
}

.mt-form__form-slide-title span {
  display: block !important;
  font-size: 18px !important;
  margin-top: 10px !important;
}

.mt-form__form-slide-controls {
  display: flex !important;
  flex-wrap: wrap !important;
}

.mt-form__form-slide-controls--big {
  justify-content: space-between !important;
}

.mt-form__control-container {
  box-sizing: border-box !important;
  display: block !important;
  width: 24% !important;
  text-align: center !important;
  cursor: pointer !important;
  margin-bottom: 10px !important;
}

.mt-form__control-container--50 {
  width: 49% !important;
}

.mt-form__control-container + .mt-form__control-container {
  margin-left: 1% !important;
}
#secondInput.mt-form__control-input {
  margin-right: 5px !important;
}

.mt-form__form-radio {
  display: none !important;
}

.mt-form__form-radio ~ span {
  font-size: 23px !important;
  display: block !important;
  padding: 15px 20px !important;
  border: 1px solid rgb(133, 133, 133) !important;
  border-radius: 35px !important;
  transition: 0.2s linear;
  font-weight: normal;
  background: #fff;
}

.mt-form__form-radio ~ span:hover {
  background: #5ac6d1 !important;
  color: #fff !important;
  transform: scale(1.03) !important;
  border: 1px solid rgb(90, 198, 209) !important;
}

.mt-form__form-radio:checked ~ span {
  background: #5ac6d1 !important;
  color: #fff !important;
  transform: scale(1.03) !important;
  border: 1px solid rgb(90, 198, 209) !important;
}

.mt-form__control-input {
  text-align: center !important;
  width: 24% !important;
  padding: 20px !important;
  font-size: 22px !important;
  border: 1px solid rgb(133, 133, 133) !important;
  box-sizing: border-box !important;
  border-radius: 35px !important;
  background: #f7f7f7 !important;
  height: 3em !important;
}

.mt-form__control-input:focus {
  outline: none !important;
  box-shadow: 0 1px 0 0 #5ecf7f !important;
}

.mt-form__buttons-wrapper {
  display: flex !important;
  justify-content: center !important;
}

.mt-form__buttons-wrapper--active {
  display: flex !important;
}

.mt-form__button-back,
.mt-form__button-next {
  background: #aaa !important;
  padding: 10px 20px !important;
  width: 80px !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 35px !important;
  cursor: pointer !important;
  width: 160px !important;
  font-size: 16px;
}

.mt-form__button-back {
  display: none;
}

.mt-form__button-next {
  background: #ff931e !important;
  background-size: 20px !important;
  margin-left: 10px !important;
  padding-right: 20px !important;
  width: 200px !important;
  display: none !important;
}

.mt-form__button-next--active {
  display: block !important;
}

.mt-form__control-input-url {
  color: #5ecf7f !important;
  background: #f7f7f7 !important;
  width: 90% !important;
  margin: 0 auto !important;
  border: none !important;
  border-bottom: 1px solid !important;
  font-size: 24px !important;
  margin-bottom: 20px !important;
}

.mt-form__control-input-url:focus {
  outline: none !important;
}

.mt-form__control-input--big {
  width: 49% !important;
  margin-bottom: 15px !important;
}

.mt-form__response {
  display: none;
}

.mt-form__response--active {
  display: block;
}

.mt-form__respons-title {
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .mt-form__counter {
    width: 90% !important;
  }
  .mt-form__control-container,
  .mt-form__control-input {
    width: 49% !important;
  }
  .mt-form__form-slide-controls {
    justify-content: space-between !important;
  }
  .mt-form__control-container + .mt-form__control-container {
    margin-left: 0 !important;
  }
  .mt-form__control-container--50 {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .mt-form__wrapper {
    padding: 50px 20px !important;
  }
  .mt-form__control-input-url {
    font-size: 18px !important;
  }
  .mt-form__control-input--big {
    font-size: 18px !important;
  }
  .mt-form__form-slide-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .mt-form__control-input,
  .mt-form__form-radio ~ span {
    font-size: 20px !important;
  }
}

.mt-form__title--airbnb {
  font-weight: bold;
  position: relative;
}
/* AIRBNB FORM CSS END */
/* TWO FORMS */
.mt-bottom-img-wrapper {
  display: none !important;
}
#two-forms-choose-wrapper {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
#two-forms-choose-wrapper .two-forms-choose-1 {
  width: 50%;
  float: left;
  background-color: #fff;
  border-top-left-radius: 50px;
  /*border-bottom-left-radius: 50px;*/
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
#two-forms-choose-wrapper .two-forms-choose-1 a {
  background-color: #90db26;
  display: block;
  border-top-left-radius: 50px;
  /*border-bottom-left-radius: 50px;*/
  border-top-right-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  /*padding: 10px 0;*/
  min-height: 100px;
  padding-top: 37px;
}
#two-forms-choose-wrapper .two-forms-choose-1 a:hover,
#two-forms-choose-wrapper .two-forms-choose-1 a:focus {
  text-decoration: none;
}
#two-forms-choose-wrapper .two-forms-choose-1.activ-two-f {
  background-color: #90db26;
}
#two-forms-choose-wrapper .two-forms-choose-1.activ-two-f a {
  background-color: #fff;
  color: #1f2944;
}

#two-forms-choose-wrapper .two-forms-choose-2 {
  width: 50%;
  float: left;
  background-color: #fff;
  border-top-right-radius: 50px;
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
#two-forms-choose-wrapper .two-forms-choose-2 a {
  background-color: #90db26;
  display: block;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  /*padding: 13px 0 15px;*/
  min-height: 100px;
  padding-top: 37px;
}
#two-forms-choose-wrapper .two-forms-choose-2 a:hover,
#two-forms-choose-wrapper .two-forms-choose-2 a:focus {
  text-decoration: none;
}
#two-forms-choose-wrapper .two-forms-choose-2.activ-two-f {
  background-color: #90db26;
}
#two-forms-choose-wrapper .two-forms-choose-2.activ-two-f a {
  background-color: #fff;
  color: #1f2944;
}

.two-forms-container {
  float: left;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: -1px 1px 15px 5px rgba(46, 46, 46, 0.3);
  margin-top: 50px;
  width: 100%;
}
.two-forms-heading,
.two-forms-forms {
  float: left;
  width: 100%;
}
.switch-form-2 > .mt-form__section-wrapper {
  padding: 24px;
}
/* TWO FORMS END */
.typeform-widget .css-1ig7ubs {
  border-radius: 50px;
}
.formstepfivelist {
  position: relative;
  padding-left: 25px;
}
.formstepfivelist li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.333;
  position: relative;
}
.formstepfivelist li + li {
  margin-top: 10px;
}
.formstepfivelist li:before {
  content: url(img/green-star.png);
  position: absolute;
  left: 0;
  left: -25px;
  top: 3px;
}
/* Video Embed*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*WP STYLES*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*WP STYLES*/

/*ZIP FORM STYLES*/
#contact-us-email-form-wrapper ._form_1169 form {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

#contact-us-email-form-wrapper ._form_1169 form input[type="text"] {
  padding: 16px 30px;
  width: 335px;
  /*margin-right: 15px;*/
  border-radius: 5px;
  border-color: #afafaf;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
#contact-us-email-form-wrapper ._form_1169 form input[type="text"]:focus {
  box-shadow: 0 1px 0 0 #90db26;
}
#contact-us-email-form-wrapper ._form_1169 button._submit {
  width: 290px;
  padding: 22px 0 !important;
  font-size: 18px;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #90db26 !important;
  border-radius: 35px !important;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  font-family: "Poppins", sans-serif;
}
#contact-us-email-form-wrapper ._form_1169 form {
  display: block;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}

/****/
#pre-footer-email-wrapper .ac-footer-mail-form form {
  background: transparent !important;
  padding: 0;
  margin: 0;
  width: 100%;
}
#pre-footer-email-wrapper .ac-footer-mail-form form input[type="text"] {
  padding: 20px 30px;
  width: 475px;
  margin-right: 3%;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  height: auto;
  font-family: "Poppins", sans-serif;
}
#pre-footer-email-wrapper .ac-footer-mail-form form input[type="text"]:focus {
  box-shadow: 0 1px 0 0 #90db26;
}
#pre-footer-email-wrapper .ac-footer-mail-form form label {
  display: none !important;
}
#pre-footer-email-wrapper .ac-footer-mail-form button._submit {
  width: 290px;
  padding: 22px 0 !important;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #90db26 !important;
  border-radius: 35px !important;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
}
#pre-footer-email-wrapper .ac-footer-mail-form form ._button-wrapper {
  margin-top: 0;
  margin-right: 0;
}
/*ZIP FORM STYLES END*/
/* 404 */
.error-404 {
}
.error-404 img {
  margin: 150px auto 0px;
}
.error-404 h1 {
  margin-top: 30px;
}
/* 404  END */
/*default page*/
.plain-page-content {
}
.plain-page-content h2 {
  font-size: 42px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.plain-page-content h3 {
  margin-top: 0;
}
.plain-page-content .h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 35px;
}
.plain-page-content a {
  text-decoration: underline;
}
.plain-page-content ul {
  text-align: left;
  margin: 20px 0;
  list-style: none;
  padding-left: 25px;
}
.plain-page-content ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.plain-page-content ul li::before {
  content: url(img/orange-star.png);
  position: absolute;
  left: -25px;
  top: 1px;
}

/*default page end*/

/* LANDING PAGE */
.landing-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  background-image: url(img/landing-waves-2.png);
  min-height: 841px;
  padding-bottom: 30px;
}
.landing-hero-banner-section h1 {
  max-width: 900px;
  margin: 0 auto 40px;
}
.landing-hero-banner-section p {
  margin-bottom: 45px;
  font-weight: 500;
}

.landing-guarantee h2 {
  margin-bottom: 30px;
}
.landing-guarantee-wrap {
  display: flex;
  align-items: center;
}
.landing-guarantee-wrap .landing-guarantee-star {
  width: 369px;
  height: 369px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.landing-guarantee-wrap .landing-guarantee-star p {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 176px;
  height: 180px;
  display: block;
  text-align: center;
}
.landing-guarantee-wrap .landing-guarantee-star p .ls-span2 {
  font-weight: 400;
}
.landing-guarantee-wrap .landing-guarantee-copy {
  display: inline-block;
  vertical-align: middle;
  padding-left: 50px;
  width: 70%;
}
.landing-guarantee-wrap .landing-guarantee-copy p {
  /*line-height: 1.667;*/
}
.landing-guarantee-wrap .landing-guarantee-copy p + p {
  margin-top: 10px;
}
.landing-zip-code {
  padding: 90px 0;
}
.landing-zip-code h2 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 500;
}
.landing-zip-code p {
  font-size: 32px;
  color: #ff931e;
  font-weight: 500;
  margin: 0 auto 40px;
  max-width: 800px;
  line-height: 1.2;
}
.landing-pricing {
  background-color: #f8f8f8;
  padding-top: 45px;
}
.landing-testimonial {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  /*background-color: #fff;*/
  background-image: url(img/landing-testimonial-gray-wave.png);
  padding-top: 240px;
}
.page-template-page-landing .green-arrow-section img {
  z-index: 1;
}
.landing-pricing .pricing-home-cleaning-table h2 {
  margin-bottom: 65px;
}
.landing-faq {
  padding-top: 75px;
}
.landing-faq h2 {
  margin-bottom: 40px;
}
.landing-hero-banner-numbers-and-counter {
  margin-top: 40px;
}
.landing-hero-banner-numbers-and-counter span {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.landing-hero-banner-numbers-and-counter p {
  font-size: 16px;
  font-weight: 500;
}
.landing-hero-banner-star {
  width: 171px;
  height: 171px;
  background-image: url(img/big-golden-star.png);
  background-position: center;
  position: absolute;
  top: -61px;
  left: 0;
}
.landing-hero-banner-star p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92px;
  height: 103px;
  display: block;
}
.landing-hero-banner-star p .ls-span1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  display: inline-block;
}
.landing-hero-banner-star p .ls-span2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}
/* LANDING PAGE END*/

/* SANITIZATION LANDING PAGE */
.page-template-page-sanitization-promo #mainNav,
.page-template-page-sanitization-promo #footer,
.page-template-page-sanitization-promo .footer-placeholder-above {
  display: none;
}
.sanitization-cleaning-promo-hero-banner-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-image: url(img/sanitizing-background-hero.jpg);
}
.sanitization-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
.sanitization-wrapper h1 {
  font-size: 56px;
  margin-bottom: 10px;
}
.sanitization-wrapper p {
  font-size: 32px;
}
.sanitization-wrapper .sanitazion-small-text {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 500;
}
#sanitization-form._form_1183 {
}
#sanitization-form._form_1183 form {
  margin-top: 0;
  width: 332px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
#sanitization-form._form_1183 input[type="text"] {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  width: 350px;
  max-width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #fff;
  text-align: center;
  color: #000;
  height: 50px;
}
#sanitization-form._form_1183 ._submit {
  border-radius: 3px;
  font-weight: 700;
  margin: 5px;
  /* max-width: 95%; */
  background-color: #e45b5b;
  color: #fff;
  width: 100%;
  height: 55px;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
}

#sanitization-form._form_1183 input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6f6f6f;
}
#sanitization-form._form_1183 input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #6f6f6f;
}
#sanitization-form._form_1183 input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #6f6f6f;
}
#sanitization-form._form_1183 input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #6f6f6f;
}

.sanitazion-ratings-wrap {
  width: 332px;
  margin: 0 auto;
}
.sanitazion-ratings-wrap .srw-1,
.sanitazion-ratings-wrap .srw-2 {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.sanitazion-ratings-wrap .srw-3 {
  width: 100%;
  float: left;
}
.sanitazion-ratings-wrap p {
  font-weight: 600;
}
.sanitazion-ratings-wrap span {
  font-weight: 500;
}
.sanitazion-ratings-wrap .srw-3 p {
  font-size: 27px;
}
.logo-sanitization {
  display: block;
  width: 175px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
/* SANITIZATION LANDING PAGE END*/

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category,
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  font-family: "Poppins", sans-serif;
  padding: 0 15px;
}
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
.modal-backdrop {
  display: none;
}
/*ebook popup*/
form._form_1161 {
  font-family: "Poppins" !important;
}
form._form_1161 ._form-title {
  line-height: 30px !important;
}
form._form_1161 #_form_1161_submit {
  padding: 16px 0 !important;
  font-size: 18px;
  color: #fff !important;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #ff931e !important;
  border-radius: 35px !important;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  border: none !important;
}
/*ebook popup end*/

@media (min-width: 768px) {
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-category {
    font-size: 16px;
  }
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #f05f40;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #f05f40;
  border-color: #f05f40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f05f40;
  border-color: #f05f40;
}
.btn-primary .badge {
  color: #f05f40;
  background-color: white;
}
.btn {
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
/* BUTTONS */
.btn-orange {
  width: 290px;
  padding: 22px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #ff931e;
  border-radius: 35px;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.btn-orange:hover,
.btn-orange:focus {
  color: #fff;
  text-decoration: none;
  transform: scale(1.03);
}
.btn-green {
  width: 290px;
  padding: 22px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #90db26;
  border-radius: 35px;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  text-decoration: none;
  transform: scale(1.03);
}
.btn-purple {
  padding: 22px 60px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #1f2944;
  border-radius: 35px;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.btn-purple:hover,
.btn-purple:focus {
  color: #fff;
  text-decoration: none;
  transform: scale(1.03);
}
/* BUTTONS END */

/*BLOG TABLE CSS*/
.single-post .tg {
  border-collapse: collapse;
  border-spacing: 0;
}
.single-post .tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}
.single-post .tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}
.single-post .tg .tg-c3ow {
  border-color: inherit;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
}
.single-post .tg .tg-0pky {
  border-color: inherit;
  text-align: left;
  vertical-align: top;
}
.single-post .tg .tg-7btt {
  font-weight: bold;
  border-color: inherit;
  text-align: center;
  vertical-align: top;
}
.single-post .tg .tg-fymr {
  font-weight: bold;
  border-color: inherit;
  text-align: left;
  vertical-align: top;
}
/*BLOG TABLE CSS END*/

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
/* Five columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 991px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1280px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* Seven Columns */
@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**** TRIGGERING NAVBAR EARLY*****/
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 2px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: right;
    text-align: right;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav > li.menu-item-has-children > a {
    margin-right: 27px;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
  }
  .navbar-nav
    > li.menu-item-has-children
    > .dropdown-menu
    > .menu-item-has-children
    > a {
    margin-right: 27px;
  }
  .navbar-nav > li.menu-item-has-children > .dropdown-menu > li > a {
    font-size: 14px;
  }
  .navbar-nav
    > li.menu-item-has-children
    > .dropdown-menu
    > li
    > .click-menu::before {
    top: 43%;
    font: 15px FontAwesome;
  }
  .navbar-nav
    > li.menu-item-has-children
    > .dropdown-menu
    > li
    > .click-menu.clicked-menu-item::before {
    top: 53%;
  }
  .navbar-nav
    > li.menu-item-has-children
    > .dropdown-menu
    > li
    > .dropdown-menu
    > li
    > a {
    font-size: 13px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
    margin-top: 40px;
  }
}

/*COOKIE*/
.cli-plugin-button {
  border-radius: 50px;
  margin-left: 15px;
  background-color: #91bd09 !important;
  transform: translateZ(0);
  backface-visibility: hidden;
  display: block;
  width: 86px;
  margin: 5px auto 0;
}
.cli-plugin-button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.03);
}
.cli-plugin-button:focus {
  color: #fff;
  text-decoration: none;
}
#cookie-law-info-bar span {
  font-size: 14px;
}

/* TIPS LANDING */
.tips-landing-hero-banner {
  background-image: url("img/landing-waves.png");
  min-height: 775px;
}
.tips-landing-hero-banner h1 {
  max-width: initial;
}
.tips-landing-hero-banner .landing-hero-banner-star {
  display: none;
}
.tips-landing-hero-banner-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  width: 40px;
}
.tips-landing-content {
  padding-top: 15px;
}
.tips-landing-content img {
  margin-bottom: 25px;
}
.tips-landing-content h2 {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 400;
}
/*TIPS LANDING END*/

/* Gift Card Template - START */
.gift-wrapper {
  text-align: center;
  padding-top: 80px;
}

.gift-title {
  font-size: 34px;
  max-width: 60%;
  margin: 0px auto 20px;
}

@media (max-width: 1280px) {
  .gift-wrapper #booking-widget-iframe {
    min-height: 1790px !important;
  }
  .book-vr-hero-banner-form-wrapper.gift-wrapper {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .gift-wrapper #booking-widget-iframe {
    min-height: 1697px !important;
  }
}

@media (max-width: 767px) {
  .gift-title {
    max-width: 100%;
  }
}

/* Gift Card Template - END */
.page-template-page-landing section.text_section {
  text-align: center;
  background-color: #f8f8f8;
}
.page-template-page-landing section.text_section ul {
  font-size: 18px;
  margin: 25px 15px 25px 40px;
  text-align: left;
}
.page-template-page-landing section.text_section ul li,
.page-template-page-landing #accordion ul li {
  list-style-type: circle;
  margin-bottom: 10px;
}
.page-template-page-landing section.text_section a.btn-green {
  margin-top: 50px;
}
.page-template-page-landing section.text_section .read_more_text h2 {
  font-size: 28px;
  margin: 20px 0 10px;
}
.page-template-page-landing #accordion ul {
  font-size: 18px;
  margin: 25px 15px 25px 40px;
  text-align: left;
}

/*Covid explanation template part - START */

.covid-section {
  background-color: #f0efef;
  padding: 30px 0px 50px;
}

.covid-more-main-wrapper {
  margin: 0px auto;
}

.covid-more-main-wrapper h2 {
  text-align: center;
  padding: 80px 0px 10px;
}

.covid-more-main-wrapper p {
  margin: 20px auto 30px;
  text-align: center;
}

.btn-covid {
  padding: 20px 25px;
  background-color: #ff931e;
  margin-bottom: 30px;
}

.covid-more-main-wrapper .air-bnb-home-included-list-wrap {
  padding: 20px 0px;
}

.covid-more-main-wrapper .btn-orange {
  margin: 0px auto;
  display: block;
  border: 0px;
  padding: 15px 30px;
  width: auto;
}

/*Covid explanation template part - END */

/*Covid LP - START */

.page-template-page-landing-covid .pricing-home-cleaning-package {
  margin-top: -400px;
  background-color: #fff;
}

.page-template-page-landing-covid .pricing-home-cleaning-package-wrap {
  background-color: #fff;
}

.page-template-page-landing-covid
  .pricing-home-cleaning-package
  .pricing-home-cleaning-package-wrap
  h3 {
  min-height: 80px;
}

@media (max-width: 991px) {
  .page-template-page-landing-covid .pricing-home-cleaning-package {
    margin-top: 20px;
  }

  .page-template-page-landing-covid .covid-hero-image {
    padding: 40px 0px;
  }

  .page-template-page-landing-covid .covid-hero-content {
    text-align: center;
  }
}

/*Covid LP - END */

/* Homepage Silo - START */
#homepage-silo {
  padding: 18px 0;
}
.homepage-silo-btn {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 7px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.homepage-silo-btn:hover {
  background-color: #90db26;
  color: #fff;
  cursor: pointer;
}
#menu-homepage-silo {
  margin-top: 16px;
}
#menu-homepage-silo li {
  width: 19%;
  float: left;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
  margin: 0.5%;
}
#menu-homepage-silo li a {
  display: inline-block;
  padding: 16px;
  width: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#menu-homepage-silo li a:hover {
  color: #fff;
  background-color: #90db26;
  text-decoration: none;
}
@media (max-width: 768px) {
  #menu-homepage-silo li {
    width: 49%;
  }
}
/* Homepage Silo - END */

.youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/*KIVA PAGE*/
@media (min-width: 992px) {
  .page-template-page-kiva .navbar-default.affix-top {
    background-image: url(img/header-blue-gradient.png);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    -webkit-transition: background-image .2s ease-in-out;
    transition: background-image .2s ease-in-out;
  }
  .page-template-page-kiva  .navbar-default.affix {
    background-image: url(img/white.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
  }
}
.kiva-hero-banner-section {
  background-image: url('img/kiva-hero-banner.jpg');
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 580px;
  padding-top: 74px;
  margin-top: 101px;
}
.kiva-hero-banner-section h1 {
  max-width: 777px;
  margin-left: auto;
  margin-right: auto;
}
.kiva-hero-banner-content p {
  font-size: 24px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}
.green-arrow-kiva img {
  margin: 25px auto 75px;
    display: block;
}
.kiva-middle-content img {
  margin-bottom: 25px;
}
.kiva-bottom-content {
  margin-top: 50px
}
.kiva-bottom-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 35px;
}
.kiva-bottom-content .btn-orange {
  text-transform: uppercase;
}
.kiva-bottom-content .btn-orange:before {
    content: url(img/arrow-hp-hero-button-left.png);
    position: absolute;
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
  .kiva-middle-content iframe {
    margin-top: 20px;
  }
}
/*Page Hiring Landing*/
.hiring-landing-hero-banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: inherit;
  -moz-background-size: inherit;
  background-size: inherit;
  -o-background-size: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #f0efef;
  background-image: url("img/testimonials-wave.png");
  min-height: 676px;
}

.hiring-landing-hero-banner-section h1 {
  font-size: 48px;
  color: rgb(31, 41, 68);
  font-weight: 600;
  /*margin-top: 75px;*/
  margin-bottom: 25px;
}

.hiring-landing-hero-banner-content p {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 95px;
}
.hiring-landing-middle-section {
  background-color: #f0efef;
  padding-top: 50px;
}
.hiring-landing-middle-section .hiring-landing-middle-green-outline {
  border-radius: 105px;
  background-color: rgba(255,255,255,.7);
  border: 4px solid #90db26;
  padding: 41px;
}
.hiring-landing-middle-section .hiring-landing-middle-green-outline h2 {
  font-size: 36px;
}
.hiring-landing-middle-section .hiring-landing-middle-green-outline p {
  font-size: 18px;
}
.hiring-landing-middle-section .hiring-landing-middle-green-outline ul {
  list-style: none;
  margin-bottom: 0
}
.hiring-landing-middle-section .hiring-landing-middle-green-outline ul li {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
}
.hiring-landing-middle-section .hiring-landing-middle-green-outline ul li + li {
  margin-top: 3px;
}
.hiring-landing-middle-section .hiring-landing-middle-green-outline ul li:before {
  content: "\f00c";
    font-family: "FontAwesome";
    color: #0087bc;
    position: absolute;
    left: 0px;
}
.hiring-landing-middle-section .hiring-landing-middle-dark-blue-bckgrnd {
  max-width: 810px;
  margin: 85px auto 0;
  text-align: center;
  background-color: #1f2944;
  padding: 27px 35px;
  position: relative;
  margin-bottom: -50px;
}
.hiring-landing-middle-section .hiring-landing-middle-dark-blue-bckgrnd p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.hiring-landing-middle-section .hiring-landing-middle-dark-blue-bckgrnd::after {
  content:url(https://maidthis.com/wp-content/uploads/2022/06/green-arrow-bottom.png);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -98px;
}
.hiring-landing-testimonials {
  padding-bottom: 50px;
}
.hiring-landing-testimonials .slick-dots {
  display: none;
}
.hiring-landing-testimonials .pricing-home-cleaning-testimonial-slick .pricing-home-cleaning-testimonial-hour-wrap-content-left {
  width:100%;
}
.hiring-landing-testimonials .pricing-home-cleaning-testimonial-slick img {
  border-radius: 100%;
}
.hiring-landing-testimonials .pricing-home-cleaning-testimonial-slick .pricing-home-cleaning-testimonial-copy-wrap {
    padding: 30px 30px 20px;
}
.hiring-requirements-section {
  background-image: url(img/blue-waves-background-big.png);
  background-size: cover;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  background-position: center top;
}
.hiring-requirements-section h2 {
  margin-bottom: 45px;
}
.hiring-requirements-section i {
  font-size: 100px;
}
.hiring-requirements-section p {
  margin-top: 15px;
}

.hiring-last-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hiring-last-section h2 {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .hiring-landing-hero-banner-section {
    padding-bottom: 20px;
  }
  .hiring-landing-hero-banner-content p {
    margin-bottom: 35px;
  }
  .hiring-landing-hero-banner-section .mt-5 {
    text-align: center;
    margin-top: 25px;
  }
  .hiring-landing-middle-section .mt-5 {
    margin-top: 20px
  }
  .hiring-requirements-section .mt-5 {
    margin-top: 45px
  }
}
/*Page Hiring Landing End*/

section#hero{
  position: relative;
  text-align: center;
  background-position: top center;
  background-size: cover;
  min-height: 700px;
}
section#hero .heading{
  padding: 100px 0 0;
}
section#hero .heading p{
  font-size: 24px;
  font-weight: 600;
}
section#hero .green-arrow{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-page-supplies section#main-content .text_above{
  text-align: center;
}
.page-template-page-supplies section#main-content .text_above p{
  max-width: 820px;
  margin: 0 auto 30px;
}
.page-template-page-supplies section#main-content .list_box{
  margin: 50px 0 0;
}
.page-template-page-supplies section#main-content .list_box .item_box{
  padding: 70px 0;
  border-bottom: 2px dashed #44D2DA;
}
.page-template-page-supplies section#main-content .list_box .item_box h3{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 25px 0;
}
.page-template-page-supplies section#main-content .list_box .item_box a.btn-green{
  margin: 30px 0 0;
  width: 170px;
  padding: 20px 0;
}
.page-template-page-supplies section#main-content .image-box{
  text-align: center;
}
.page-template-page-supplies section#main-content .image-box img{
  display: inline-block;
}
.page-template-page-supplies section#main-content .content-box{
  padding: 0 50px;
}
.page-template-page-supplies section#main-content .content-box .desc{
  font-weight: 300;
}
.page-template-page-supplies section#main-content .bottom-link-box{
  text-align: center;
  margin: 100px 0 0;
}

/*AUSTIN PAGE*/
.page-id-7014 .container-general-hero-banner-content h1, .page-id-7014 .container-general-hero-banner-content p {
  color:#fff;
}
.page-id-7014 .navbar-default {
  background-color:#fff;
}
/*AUSTIN PAGE END*/

/*  Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  section#hero{
    min-height: 570px;
  }
  section#hero .heading{
    padding: 50px 0 0;
  }
}

/*  Large devices (desktops, 992px and up)  */
@media (max-width: 992px) {
  .page-template-page-supplies section#main-content .image-box{
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .page-template-page-supplies section#main-content .list_box .item_box{
    padding: 50px 0;
  }
}

/*  Medium devices (tablets, 768px and up)  */
@media (max-width: 768px) {
  .page-template-page-supplies section#main-content{
    padding: 70px 0;
  }
  .page-template-page-supplies section#main-content .bottom-link-box{
    margin: 70px 0 0;
  }
  .page-template-page-supplies section#main-content .image-box{
    max-width: 350px;
  }
}

/*  Small devices (landscape phones, 576px and up)  */
@media (max-width: 576px) {
  .page-template-page-supplies section#main-content .image-box{
    max-width: 300px;
  }
  .page-template-page-supplies .heading h1{
    font-size: 36px;
  }
  .page-template-page-supplies section#main-content .list_box .item_box h3{
    font-size: 26px;
  }
  .page-template-page-supplies section#main-content .content-box .link-box{
    text-align: center;
  }
}

@media (max-width: 480px) {
  .page-template-page-supplies .heading h1{
    font-size: 32px;
  }
  .page-template-page-supplies section#main-content .list_box .item_box h3{
    font-size: 24px;
  }
  .page-template-page-supplies section#main-content .content-box{
    padding: 0 25px;
  }
}

@media (max-width: 400px) {

}

@media (max-width: 360px) {

}

@media (min-width: 1200px) {

}

@media screen and (min-width: 768px) {

}
