body {
    font-family: "lato", "proxima-nova";
    font-size:14px;
    background:#fff;
    color: #565f73;
}

* {
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

h1 {
    font-size:4.2em
}

div#intro-header h1 {
    color: #FFF;
    font-family: 'lato';
}

h2 {
    font-size:3.2em
}

h3 {
    font-size:2.6em
}

h4 {
    font-size:2.2em
}

h5 {
    font-size:1.8em
}

h6 {
    font-size:1.6em
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
}

p {
    font-size:16px;
    font-weight:300;
}

.light {
    font-weight:300
}

a {
    color: #FEB427;}

a:hover,
a:focus,
a:active {
    color: #F47721;
    text-decoration: none;
}

/*** Header ***/

#intro-header  {
    background:url(../images/home.jpg) no-repeat;
    background-size:cover;
    background-position:center 60%;
    padding:23.4em 0;
    color:#fff
}

.intro-heading {
    font-size:5em;
    font-weight:100
}

#intro-header.sub-page {
    padding:168px 0
}

#intro-header.sub-page.alternative {
    padding: 140px 0;}

.sub-page h1 {
    font-size:56px;
    font-weight:700
}

.lead {
    font-weight:600;
    margin-bottom: 15px;
}

.navbar {
    min-height:0;
    padding: 20px 0;
    background: none;
    border: 0;
}

.navbar-nav li a {
    color:#fff;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    background-color:transparent;
    color: #FEB427;
}

.navbar-brand img {
    width:240px
}

.navbar-brand {
    margin-top:-10px
}

.top-nav-collapse {
    background: #565F73;
}

/*** Header End ***/

/*** Buttons ***/

.head-btn {
    padding: 12px 6em;
}

.btn-default {
    background-color: #feb427;
    border-radius: 3px;
    border-width: 2px;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-default:hover,
.btn-default:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline:0
}

.btn-secondary {
    background-color: transparent;
    border-radius: 3px;
    border-width: 2px;
    border-color: rgb(86, 95, 115);
    color: #565F73;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: rgb(86, 95, 115);
    border-color: #565F73;
    color: #FFFFFF;
    outline:0
}

.btn-third {
    background-color: transparent;
    border-radius: 3px;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    color: #FEFEFE;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-third:hover,
.btn-third:focus {
    background-color: rgb(254, 180, 39);
    border-color: #FEB427;
    color: #FFFFFF;
    outline:0
}

/*** Buttons End ***/

/*** Page Content ***/

.page-content {
    padding:4em 0
}

.alt {
    background: #f6f4f6;
}

.upper {
    text-transform:uppercase;
}

.divider {
    margin: 32px auto 42px auto;
    /*margin: 3em auto;*/
    width:20%;
    border-bottom: 1px solid #E0E0E0;
}

.how-box {
    
}

.clean {
    padding: 10em 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: url(../images/box-clean.jpg) no-repeat;
    background-size:cover;
    background-position: 50% 100%;
    -webkit-box-shadow: inset 0px -200px 92px -153px rgba(0,0,0,0.85);
    -moz-box-shadow: inset 0px -200px 92px -153px rgba(0,0,0,0.85);
    box-shadow: inset 0px -200px 92px -153px rgba(0,0,0,0.85);
}

.book {
    padding: 8em 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: url(../images/box-book.jpg) no-repeat;
    background-size:cover;
    background-position: 50% 100%;
    -webkit-box-shadow: inset 0px -200px 92px -153px rgba(0,0,0,0.85);
    -moz-box-shadow: inset 0px -200px 92px -153px rgba(0,0,0,0.85);
    box-shadow: inset 0px -200px 92px -153px rgba(0,0,0,0.85);
}

.relax {
    padding: 10em 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: url(../images/box-relax.jpg) no-repeat;
    background-size:cover;
    background-position: 50% 100%;
    -webkit-box-shadow: inset 0px -200px 92px -153px rgba(0,0,0,0.85);
    -moz-box-shadow: inset 0px -200px 92px -153px rgba(0,0,0,0.85);
    box-shadow: inset 0px -200px 92px -153px rgba(0,0,0,0.85);
}

.how-box-content {
    background: #f6f4f6;
    color: #565f73;
    padding: 6em 3.2em 2em;
    text-align: center;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom: 2px solid #DFDFDF;
}

.how-icon {
    position:absolute;
    background: #FFFFFF;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    margin-top: 5.4em;
    border-bottom: 1px solid #DFDFDF;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    -webkit-box-shadow: 0px 26px 27px -27px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 26px 27px -27px rgba(0,0,0,0.15);
    box-shadow: 0px 26px 27px -27px rgba(0,0,0,0.15);
}

.how-icon img {
    width: 60px;
    margin: 1.8em auto;
    display:table
}

.features .col-md-4 {
    padding:2em 2em;
    text-align:center;
    height:240px
}

.features .col-md-4 i {
    font-size:4em;
    color: #FEB427;
}

.features .col-md-4 h6 {
    margin-top:20px;
    margin-bottom:20px
}

.features .col-md-4:not(:nth-child(3)) {
    border-right:1px solid rgba(86, 95, 115, 0.12);
}

.features .col-md-4:nth-child(6) {
    border-right:0
}

.features .col-md-4:nth-child(-n+3) {
    border-bottom: 1px solid rgba(86, 95, 115, 0.12);
}

.features .col-md-3 {
    padding:2em 2em;
    text-align:center;}

.features .col-md-3 i {
    font-size:4em;
    color: #565F73;
}

.features .col-md-3 h6 {
    margin-top:20px;
    margin-bottom:20px
}

.mobile-cta {
    background: #fff6e5;
    color: #fff;
}

.mobile-cta img {
    width: 100%;
}

.text-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonials {
    background:url(../images/testimonials.jpg) no-repeat;
    background-size:cover;
    background-position: center center;
    color:#fff
}

.avatar {
    display:inline-block;
}

.author {
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
    margin-top:10px;
    margin-left:15px
}

.testimonials-text {
    margin-top:15px
}

.testimonials-block {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    padding: 25px;
    margin-bottom:10px
}

.partners {
    background: #1B1B1B;
	display:none !important;
}

.partners img {
    max-width:100%;
    margin-bottom:10px;
    margin-top:10px
}

/*** Page Content End ***/

/*** FAQ ***/

.panel-default>.panel-heading {
    background: transparent;
    
    border-color: transparent;
}

.panel-default {
    border-color:transparent
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color:transparent
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top:0
}

.panel {
    box-shadow:none
}

.panel-heading span {
    margin-right:10px;
    color: #FEB427;
}

.panel-body {
    padding-left: 42px;
}

.panel-body a {
    color: #FEB427;}

.panel-body a:hover,
.panel-body a:focus {
    color: #282828;
    
}

/*** FAQ END ***/

/*** Footer ***/

.footer-area {
    padding:1.4em 0;
    color:#fff;
    background: #3b3b42;
}

.social {
    margin-top:-10px;
    margin-bottom:0;
    font-size:3em;
}

.social a {
    color:#fff;
    padding-left: 23px;
    padding-right: 0px;
}

.quick-links {
    margin:0;
    padding:0;
    list-style-type:none;
}

.quick-links li a {
    color: #9C9CA0;
    text-transform:uppercase
}

.quick-links li a:hover,
.quick-links li a:focus {
    color: #fff;
}

.quick-links li {
    margin-bottom:4px
}

.footer-links {
    margin-top:2em
}

.footer-links .title {
    text-transform:uppercase;
    font-size:18px;
    margin-bottom:14px;
    font-weight:bold;
}

.newsletter .form-control {
    border-color: transparent;
    border-radius: 2px;
    width: 200px;
    color: #fff;
    background: #5A5A62;
    height: 46px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.newsletter {
    margin-top: 38px;}

.newsletter .btn-primary {
    border-radius: 2px;
    border-width: 1px;
    padding: 12px 12px;}

.newsletter .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
    text-transform:uppercase;
}

.newsletter .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    text-transform:uppercase;
    opacity:  1;
}

.newsletter .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    text-transform:uppercase;
    opacity:  1;
}

.newsletter .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
    text-transform:uppercase;
}

.partners img {
    vertical-align:middle;
    display:inline-block;
    width:200px;
    opacity:0.4
}

.partners img:hover {
    opacity:1
}

.copyright p {
    padding:0;
    margin:0;
    color: #A1A1A1;
}

.copyright {
    background: #1B1B1B;
    padding: 1em 0;
    text-align: center;
}

/*** Footer End ***/

/*** Misc ***/

.about-list {
    list-style-type: none;
    padding:0;
    margin:0
}

.about-list li {
    background-repeat:no-repeat;
    background-position: left;
    background-size: 25px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
}

.guaranteed {
    text-align:center;
    position: absolute;
    font-size: 6px;
    left: 0;
    right: 0;
    width: 65%;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    color: #565F88;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(86, 95, 115, 0.19);
    padding: 20px;
    -webkit-box-shadow: 0px 10px 16px -13px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 16px -13px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 16px -13px rgba(0,0,0,0.15);
}

.guaranteed h2 {
    font-weight: 400;
}

.test-author {
    display: block;
    margin: 20px auto 60px;
    font-size: 12px;
}

.test-author p {
    margin-top:-15px
}

.test-author:before {
    content:"";
    width: 50px;
    height: 15px;
    background: url(../images/rib-left.png) no-repeat;
    background-size: cover;
    position:absolute;
    left:0;
    right: 300px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 15px;
}

.test-author:after {
    content:"";
    width: 50px;
    height: 15px;
    background: url(../images/rib-right.png) no-repeat;
    background-size: cover;
    position:absolute;
    left: 300px;
    right:0;
    margin-left:auto;
    margin-right:auto;
    margin-top: -45px;
}

blockquote {
    border-left:0;
    text-align:center
}

blockquote:before {
    content:"\f10d";
    font-family:FontAwesome;
    font-size:40px;
    position:absolute;
    top:-20px;
    left:-10px;
    width:50px;
    height:50px;
    opacity:0.1
}

blockquote:after {
    content:"\f10e";
    font-family:FontAwesome;
    font-size:40px;
    position:absolute;
    bottom:10px;
    right:0;
    width:50px;
    height:50px;
    opacity:0.1
}

/*** Misc END ***/

/*** Forms ***/

.form-wrapper {
    background:#fff;
    padding: 2em 1.6em 0 1.6em;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}

.form-steps {
    display: inline-block;
    background: #565F73;
    color:#fff;
    padding-top:7px;
    font-weight:bold;
    font-size:16px;
    text-align: center;
    width:35px;
    height:35px;
    border-radius:100%
}

.form-step-info {
    display:inline-block;
    vertical-align:middle;
    padding-left: 10px;
    position: relative;
    top: 4px;
}

.step {
    padding: 12px 0;
    border-bottom: 1px solid #EEE;
    display: block;
}

.step:last-child {
    border:0
;
    padding-top: 0;
}

.booking-step p {
    font-size: 16px;
    color:#FFF;
}

.form-wrapper .form-wrapper label {
    font-size:18px;
    font-weight:400
}

.form-wrapper .form-control {
    border-radius: 2px;
    border-color: rgba(86, 95, 115, 0.4);
    box-shadow: none;
    height: auto;
    color:#565f73;
    padding: 10px 15px;
}

.form-wrapper .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #FEB427;
}

/* Place Holder CSS */
::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {  
  color: #000;
  opacity: 1;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:hover::-webkit-input-placeholder {
  opacity: 0.75;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {  
  opacity: 0.75;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {  
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.booking-step {
    width:19%;
    display:inline-block;
    text-align:center
}

.booking-step i {
    margin-bottom:15px
}

.booking-step:after {
    content:"";
    position: relative;
    display: block;
    margin-left: 143px;
    top: -97px;
    width: 70%;
    border-bottom:1px dashed #fff
}

.booking-step:last-child:after {
    display:none
}

.form-sidebar {
    background:#fff;
    padding:10px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}

.form-wrapper input[type=checkbox] {
    display:none
}

.form-wrapper input[type=checkbox]+label {
    background: url(../images/checkbox.png) 0 -18px;
    background-repeat: no-repeat;
    height:18px;
    padding:0 0 0 32px;
    line-height:20px;
    font-size:13px;
    display:inline-block;
    color: #565F73;
}

.form-wrapper input[type=checkbox]:checked+label {
    background-position:0 0;
    color: #FBAD15;
}

#extras {
    margin-left:65px
}

.price {
    color: #FEB427;
    display: inline;
    position: relative;
}

.form-sidebar {
    background: #FFFFFF;
    padding:2em;
    text-align:center;
}

.form-sidebar h2 {
    font-weight:bold;
    font-size: 22px;
    margin-top: 1em;
    margin-bottom: .4em;
    text-transform:uppercase;
}

.form-sidebar .side-form-item {
    border-bottom: 1px solid #EEE;
    margin-top: 1em;
    padding-bottom: 1em;
}

.form-sidebar .side-form-item:last-child {
    border:0
}

.form-sidebar .side-form-item .satisfaction:after {
    content:'100%';
    font-size: 20px;
    font-family: "proxima-nova";
    color: #FFF;
    right: 0;
    left: 0;
    margin-top: 28px;
    font-weight: 800;
    position:absolute
}

.form-sidebar .side-form-item i {
    color: #FCB52C;
    font-size: 6em;
}

.half-left {
    background: url(../images/cleaning-bg.jpg) no-repeat;
    background-position: center;
    position:relative;
    float:left;
    width:50%;
    padding:10em 0;
    text-align:center;
    height: 400px;
    background-size: cover;
    margin-bottom:4em
}

.half-right {
    float:right;
    background:url(../images/group.jpg) no-repeat;
    position:relative;
    width:50%;
    height: 400px;
    background-size: cover;
    margin-bottom:4em
}

#intro-header.sub-page.alternative.refer {
    padding:0
}

.radios {
    margin-top:15px
}

.charity {
    padding: 8em 0;
    background:url(../images/charity.jpg) no-repeat;
    background-size:cover;
    background-position: 50% 50%;
    border: none;
    color: #fff;
}

.charity h1 {
    color:#fff;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.counter {
  display: table;
  font-size:50px;
  margin: 0 auto;
  background-color: rgba(252, 179, 38, 0.7);
  color: #fff;
  line-height: 4;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
}

.confirmation {
    padding:14em 0;
    color:#fff;
    background:url(../images/clean-bg.jpg) no-repeat;
    background-size:cover;
    background-position: center;
}

.fa-bolt:before {
    font-size: 26px;
    position: relative;
    top: -10px;
    left: 7px;
}

.fa-bolt:after {
    content:"\f0e5";
    position:absolute;
    left: -15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.fa-file-o:after {
    content:"\f00d";
    position: absolute;
    left: -15px;
    top: -20px;
    font-size: 45px;
    color: #828A9D;
}

.navbar-nav>li>.dropdown-menu a {
    color: #000;
    font-size: 15px;
    text-align: center;
}

li.dropdown:hover {
    cursor:pointer
}

.navbar-nav>li>.dropdown-menu a:hover,
.navbar-nav>li>.dropdown-menu a:focus {
    background-color: #F0F0F0;
}

.pricing .table thead th {
    width:33%;
    font-size: 18px;
    background: #FEB427;
    text-align:center;
    color: #fff;
    border-color: #BA7D0A;
}

.pricing .table {
    text-align:center
}

.pricing .table>tbody>tr {
    font-size: 22px;
    
    background: #7C8494;
    color: #fff;
    border-bottom: 2px solid #565F73;
}

.pricing .table-hover>tbody>tr:hover {
    background-color: #565F73;
    
}

.pricing .table thead tr th:first-child {
    border-top-left-radius: 4px;
}

.pricing .table thead tr th:last-child {
    border-top-right-radius: 4px;
}

.additional {
    list-style-type: none;
    margin: 10px 0 0 10px;
    padding:0
}

.additional li {
    padding-left:20px
}

.additional li:before {
    content:"\f00c";
    position: absolute;
    margin-left: -20px;
    font-family:FontAwesome;
    color: #76B387;
}

.additional.addons li:before {
    content:"\f055";
    position: absolute;
    margin-left: -20px;
    font-family:FontAwesome;
    color: #565F73;
}

.feature-box {
    background: #F7F7F7;
    padding: 0 0 2em;
    height: 325px;
    border-bottom: 1px solid #D4D5D7;
    margin-bottom:20px;
    -webkit-box-shadow:0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow:0 0 2px rgba(0,0,0,.1);
    box-shadow:0 0 2px rgba(0,0,0,.1);
}

.feature-box .head {
    background: #FEB427;
    color: #fff;
    padding:10px 15px 10px 15px;
    border-top-right-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 3px;
}

.feature-box .body {
    padding: 10px 10px 0;
}

.feature-box .additional li {
    font-size: 15px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.charges {
    font-size: 14px;
    font-weight: 400;
}

/*.feature-info .feature-box {
    min-height:210px;
    height:100%;
}*/

.step .final {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.step .total {
    margin-top:15px;
    margin-bottom:15px
}

.iframe {
    height: 750px;
    overflow: hidden;
}

.iframe.body.landing {
    overflow-x:hidden
}



.container {
  padding: 20px;
}
.interactive-sec{
	background-color:#feb427;
}
.interactive-section {
  background-color: #feb427;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.interactive-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  flex: 1;
  margin-right: 20px;
  text-align: center;
}

.interactive-card:last-child {
  margin-right: 0;
}

.interactive-number {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  animation: countup 2s ease-in-out;
}

.interactive-label {
  font-size: 20px;
  color: #666;
}

@keyframes countup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
