﻿/*
Theme Name: MOP
Theme URI:
Author: Nerdpilots
Author URI: https://www.convertlabs.io
Description: Theme for CLeaning company.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: maid, agency, cleaning, clean
Text Domain: mop
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,
body {
    overflow-x: hidden;
}

.content {
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
}

.responsive-nav {
    /*    visibility: hidden;*/
    display: none;
}

.section-padding {
    padding: 50px 0px;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner.bg.home-banner .banner-content {
    max-width: 850px;
    margin: 0 auto;
}

.site-btn {
    width: 100%;
    background: #00D9FF;
    border-radius: 50px;
    padding: 13px 0px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #00D9FF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.site-btn:hover {
    background: #ffffff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #354B59;
}

.about .section-title h2 {
    text-transform: unset;
}

.section-title {
    margin-bottom: 80px;
    position: relative;
}

a.bttn {
    right: 0;
    display: inline-block;
    margin: 0 auto;
    margin-top: 70px;
    border: 1px solid #00DAFF;
    border-radius: 60px;
    padding: 16px 53px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #00DAFF;
}

.pre-section-title {
    font-size: 22px;
    line-height: 30px;
    color: #8CA2A0;
    letter-spacing: 5px;
}

.why-us-inner.content {
    position: relative;
}

.why-us-inner.content:after {
    background: #595959;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -21%;
    left: 0;
    height: 1px;
    opacity: 0.1;
}

.about .why-us-inner.content:after {
    display: none;
}

.form-control:focus {
    border-color: #00D9FF;
}

/*--------------------------------------------------------------
=========================             ============================
----------------------------------------------------------------*/
/*Header Area*/
/*
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
*/

.header-area .header-area-inner {
    /*    padding: 20px 0px;*/
    position: relative;
}

.primary-nav,
.primary-nav div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.primary-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 7px;
    list-style: none;
}

.primary-nav li a {
    font-size: 16px;
    padding: 5px 5px;
    text-transform: uppercase;
    line-height: 24px;
    color: #ffffff;
}

.primary-nav li a:hover {
    color: #00D9FF;
}

/*
.primary-nav .logo img {
    max-width: 150px;
    width: 120px;
}
*/

/*Banner area*/
.icon-left img {
    position: absolute;
    left: 0;
    top: 50%;
}

.features .icon-left img {
    top: 0%;
}

.Phone-icon {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 17px;
}

.icon-left {
    position: relative;
    padding-left: 22px;
}

.features .icon-left {
    padding-left: 35px;
}

.banner {
    /*    min-height: 768px;*/
    width: 100%;
    position: relative;
    padding-top: 105px;
    text-align: center;
    overflow: hidden;
}

section.banner.bg.-bg.blog-banner {
    padding-top: 0;
    max-height: 550px;
    position: relative;
    overflow: hidden;
}

.banner-blog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

p.blog-sub-heading {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 40px;
}

.blog-inner-content {
    max-width: 900px;
    margin: 0 auto;
}

.blog-inner-content>h1 {
    margin-bottom: 15px;
}

.booking-page.banner {
    padding-top: 0;
}


.get-price-form input {
    width: 48%;
}

.select-box select {
    width: 47%;
}

.select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.get-price-form input {
    border: 1px solid #BABBBC;
    border-radius: 5px;
    background: #ffffff;
}

.select-box select {
    border: 1px solid #BABBBD;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 52%;
    padding-left: 10px;
}

.half-box {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rating p {
    font-size: 18px;
    color: #ffffff;
}

.rating {
    text-align: center;
}

.get-price-form form {
    border-radius: 6px;
}

input:focus,
textarea:focus,
select:focus {
    outline-offset: 0px;
    outline: 0px;
}

.select-box select:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 0px;
}

.get-price-form {
    margin-top: 30px;
    margin-bottom: 60px;
    min-height: 140px;
}

.banner-content .get-price-form {
    margin-bottom: 0;
}

.get-price-form form {
    background: #ffffff;
    padding: 50px;
}

.get-price-form .select-box {
    width: 48%;
}

.get-price-form form {
    max-width: 700px;
    margin: auto;
}

.get-price-form form .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 28px;
    font-size: 18px;
}

.features-single-box {
    padding: 0px 16px;
}

/*Why us css*/
.why-us {
    font-size: 22px;
    line-height: 30px;
    color: #5A5A5C;
}

.why-us .icon {
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 36px;
    min-height: 150px;
}

p.why-us {
    padding: 0px 25px;
    margin-top: 10px;
}

/*Pricing css*/
.pricing {
    /*    background-image: url("../images/bule_bg.jpg");*/
    background-repeat: repeat;
}

.pricing h2 {
    color: #ffffff;
}

.pricing .section-title {
    margin-bottom: 10px;
}

.btn-secondary {
    background: #F9C531;
}

/*Estimate and get a price css*/
.estimate {
    position: relative;
    padding-bottom: 0px;
}

.estimate>img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

/*.estimate-inner {
    position: relative;
    z-index: 111;
}*/
.estimate-inner h1 {
    color: #354B59;
    line-height: 57px;
    margin-bottom: 40px;
    font-weight: bold;
}

.estimate-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.estimate-inner p {
    font-size: 22px;
    color: #5A5A5C;
    line-height: 32px;
    margin-bottom: 50px;
}

.get-price-btn {
    display: inline-block;
    width: auto;
    padding: 20px 121px;
}

.order,
.order-n-pay {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}

.order-n-pay {
    max-width: 500px;
}

.order h4 {
    color: #59595A;
    line-height: 35px;
}

.order-n-pay-box {
    position: relative;
    min-height: 275px;
    margin-top: 60px;
}

.order-n-pay {
    position: absolute;
    max-width: 500px;
    width: 115%;
    left: -30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}

.order {
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
}

.mark-inner img {
    width: 40px;
}

.mark-inner {
    background: #29DFAE;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mark {
    background: #CDF2E8;
    display: inline-block;
    padding: 18px;
    border-radius: 100%;
    position: absolute;
    left: -16%;
    top: 6%;
}

.order {
    position: relative;
}

.order h4 {
    padding-left: 100px;
    padding-right: 30px;
    padding-top: 60px;
}

.order h4>span {
    display: block;
    color: #00D9FF;
}

.pay-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
}

p.bigger {
    font-size: 18px;
    color: #354B59;
}

.table-wrapper {
    display: none !important;
}

.pricing .get-price-form {
    max-width: 743px;
    margin: 0 auto;
}

.pricing .section-title h2 {
    margin-bottom: 40px;
}

.btn-box .btn {
    background: #F5FAFC;
    margin: 0px 6px;
    color: #354B59;
    font-size: 18px;
    padding: 10px 31px;
}

button.btn.primary-btn {
    background: #26A9E1;
    color: #ffffff;
}

.bordered {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
}

.review-btn {
    display: inline-block;
    width: auto;
    padding: 7px 58px;
    border: 2px solid #F9C531;
}

.btn-secondary {
    border: 2px solid #F9C531;
}

.review-btn:hover,
.btn-secondary:hover {
    border: 2px solid #F9C531;
}

/*Compare sectio*/
table,
td,
th {
    table-layout: auto;
    text-align: center;
}

td,
th {
    padding: 30px;
    border: 0px;
}

td {
    background: #F7F7F7;
    border-bottom: 1px solid #DDE1E0;
}

tr td:nth-child(2),
tr th:nth-child(2) {
    background: #00CAED;
    border-bottom: 0px;
    max-width: 130px;
}

tr th:nth-child(2) {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.compare .section-title {
    margin-bottom: 10px;
}

table tr:last-child td {
    background: #ffffff;
    border-bottom: 0px;
    padding: 0px 0px;
}

table tr:last-child td>img {
    visibility: hidden;
}

table tr:last-child td:nth-child(2) {
    background: #00CAED;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

table {
    padding: 50px;
    border: 0px;
    padding-top: 0px;
}

td.left {
    text-align: left;
}

/* meet your cleaners area css */
/*
section.meetcleaners-area {
    background: #F5FAFC;
}
*/

.meetcleaners-content {
    margin: 45px 0;
    padding: 152px 74px;
    /* height: auto; */
    background: #fff;
}

.meetcleaners-content h2 {
    font-size: 40px;
    color: #58595a;
    text-transform: capitalize;
    padding-bottom: 45px;
}

.meetcleaners-content p {
    font-size: 22px;
    color: #5a5a5c;
    line-height: 1.48;
}

.meetcleaners-img {
    position: relative;
}

.meetcleaners-overlay {
    position: absolute;
    top: 16%;
    right: 0;
}

.meetcleaners-big-img img {
    margin-left: -70px;
}

.meetcleaners-overlay img {
    max-width: 420px;
    display: block;
}

/* relax area css */
section.relax-area {
    padding: 120px 0 0;
    margin-top: 90px;
}

.relax-bg {
    background-position: bottom;
}

.relax-content h2 {
    font-size: 48px;
    color: #354b59;
    margin-bottom: 50px;
    text-transform: inherit;
    max-width: 587px;
    width: 100%;
    margin: 0 auto 50px;
}

.relax-content p {
    font-size: 22px;
    color: #5a5a5c;
    line-height: 1.48;
    margin-bottom: 60px;
    max-width: 675px;
    width: 100%;
    margin: 0 auto 50px;
}

.relax-content .getstart-btn {
    max-width: 350px;
}

.relax-content {
    padding-bottom: 700px;
}

/* testimonial css */
section.testimonial-area {
    margin: 60px 0 0 0;
    padding-bottom: 250px;
}

.about .testimonial-wrapper {
    padding-top: 140px;
}

section.clients img {
    width: 100%;
}

.tst-arrow img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

/*
.testimonial-bg {
    background-image: url(../images/homepage-image/testimonial-bg.png);
     background-image: url(../images/homepage-image/testimonial-bg2.png);
}
*/

.about .testimonial-bg {
    background-position: center bottom;
}

.testimonial-title h2 {
    font-size: 48px;
    text-transform: inherit;
    color: #354b59;
    margin-bottom: 95px;
}

.testimonial .carousel-item p {
    font-size: 32px;
    color: #818183;
    line-height: 1.4;
    font-weight: inherit;
    max-width: 775px;
    margin: 0 auto 105px;
}

.testimonial .item-inner:after {
    display: none;
}

.testimonial .rating h6 {
    font-size: 23px;
    color: #354b59;
    margin-bottom: 50%;
}

.testimonial .tst-arrow {
    top: -80%;
}

.testimonial .tst-arrow img {
    width: 32px;
    height: 64px;
}

.testimonial .tst-left-arrow {
    left: -10%;
}

.testimonial .tst-right-arrow {
    right: auto;
    left: 95%;
}

/* Footer Area Css*/
.footer-logo img {
    max-width: 150px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-area {
    background: #393B40;
    padding-bottom: 40px;
}

.footer-top {
    /*display:  flex;
    flex-wrap:  wrap;
    justify-content:  space-between;*/
    padding-bottom: 65px;
}

.social-icon a {
    display: inline-block;
    padding-left: 35px;
}

.social-icon a img {
    width: 35px;
    height: 35px;
}

.footer-mid {
    padding-bottom: 20px;
}

.footer-mid-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-mid-left .footer-single-box {
    -ms-flex-preferred-size: 235px;
    flex-basis: 235px;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .footer-mid-left .footer-single-box {
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
    }

    .ftr-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .footer-mid-right {
        width: 44%;
        margin: 0 auto;
    }

    .footer-mid-right h3 {
        text-align: center;
    }

    .ftr-email-form input[type="submit"] {
        right: -74% !important;
    }

    .phone-no,
    .envelope {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }
}

.footer-single-box h6 {
    padding-bottom: 25px;
}

.footer-single-box a {
    display: block;
    margin-bottom: 20px;
    color: #dadbdd;
}

.footer-single-box a p {
    color: #dadbdd;
}

.footer-mid-right h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 20px;
}


.ftr-email-form input[type="submit"] {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #00D9FF;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 11px;
}

.ftr-email-form {
    position: relative;
    margin-bottom: 20px;
}

.ftr-email-form input[type="email"] {
    border-radius: 50px;
    font-size: 16px;
    display: inline-block;
    padding: 15px 10px;
}

div#subscribe-result p {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    margin: 9px 0px 0px 0px;
    padding-left: 13px;
}

.phone-no,
.envelope {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
}

.phone-no img,
.envelope img {
    padding-right: 10px;
}

.phone-no p,
.envelope p {
    color: #fff;
}

/*.footer-bottom {
    display:  flex;
    flex-wrap:  wrap;
    justify-content:  space-between;
    align-items: flex-end;
}*/
.footer-bottom .copyright {
    color: #dadbdd;
}

.footer-bottom .ftr-btns {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
}

.footer-bottom .ftr-btns a {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 15px 25px;
    font-size: 12px;
    margin-right: 15px;
}

/* ================= FAQ page css for happy slider ================ */
section.faq-banner {
    padding-top: 0;
}

.faq .primary-nav li a {
    color: #000;
}

.faq .primary-nav li a:hover {
    color: #00D9FF;
}

.faq-header {
    width: 100%;
    padding-bottom: 30px;
}

.faq-header h2 {
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.faq-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-single-box {
    width: 50%;
    padding-bottom: 60px;
}

.faq-box-header h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.faq-card {
    border: none;
}

.faq-card .card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.Bold {
    font-weight: bold;
}

.faq-card .card-body {
    padding-top: 0;
    padding-left: 35px;
    font-size: 14px;
}

.faq-card button.collapsed {
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.faq-card .btn-link:hover {
    text-decoration: none;
    color: #333333;
}

.faq-card .btn-link {
    color: #333333;
}

.faq-card button.faq-btn {
    position: relative;
    padding-left: 35px;
}

.faq-card button.faq-btn {
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
}

.faq-card button.faq-btn:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #00DAFF;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-card button.faq-btn:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #00DAFF;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

form.faq-banner-from {
    text-align: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
}

form.blog-banner-from {
    position: relative;
    max-width: 484px;
    margin: 0 auto;
}

input[type="email"] {}

.faq-banner-from button[type="submit"],
.blog-banner-from button[type="submit"] {
    position: absolute;
    top: 3px;
    right: 1%;
    border: none;
    background: #00DAFF;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 35px;
    padding: 16px 45px;
    font-size: 18px;
}

.blog-banner-from button[type="submit"] {
    padding: 14px 45px;
}

.faq-banner-from input[type="search"] {
    padding: 24px 30px;
    background: #FFFFFF;
    border-radius: 35px;
}

.blog-banner-from input {
    padding: 22px 30px;
    background: #FFFFFF;
    border-radius: 35px;
}

.banner-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq .content>p {
    font-size: 56px;
    color: #ffffff;
    line-height: 80px;
    margin-bottom: 40px;
    font-weight: 700;
}

.faq .header-area {
    position: static;
}

.faq .banner {
    min-height: auto;
}

.faq .section-padding {
    padding: 60px 0px;
}

/* ================ giftcard page css for happy slider ==================  */
section.gift-banner {
    padding-top: 0;
}

.gift .primary-nav li a {
    color: #000;
}

.gift .primary-nav li a:hover {
    color: #00D9FF;
}

.content.extraclass {
    max-width: 980px;
    width: 100%;
}

.gift-banner .banner-inner {
    top: 42%;
}

.gift-banner .content>p {
    line-height: 60px;
    margin-bottom: 8px;
}

.gift-banner h4 {
    font-size: 21px;
}

.gift-banner h6 {
    font-size: 14px;
}

.giftcard-inner {
    width: 80%;
    margin: 0 auto;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 16px 9px rgba(218, 218, 218, 0.2);
    box-shadow: 0px 0px 16px 9px rgba(218, 218, 218, 0.2);
    position: relative;
    top: -65px;
    background: #fff;
}

.giftcard-ash {
    background: #EBEBEB;
    padding: 55px 25px;
}

.giftcard-header,
.checkout-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 45px;
}

.giftcard-header h5,
.checkout-header h5 {
    width: 13%;
    font-size: 18px;
    font-weight: bold;
}

.giftcard-header .bar,
.checkout-header .bar {
    background: #000;
    width: 87%;
    height: 2px;
    border-bottom: 1px solid #fff;
}

.checkout-header .bar {
    height: 1px;
}

.gift-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gift-form {
    width: 50%;
}

.gift-data label {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.gift-data .input-group-text {
    border: 1px solid #ccc;
    border-right: navajowhite;
    height: 100%;
    text-align: center;
    top: 5px;
    padding: 6px;
    background: #EEEEEE;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gift-data input,
.gift-data textarea {
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
}

input.amount {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.gift-card {
    max-width: 45%;
}

.gift-card .gift-code {
    background: #fff;
    padding: 35px 35px 25px;
    text-align: center;
}

.code-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.code-header p {
    font-size: 22px;
    font-weight: 700 !important;
    color: #0b283d;
    padding-bottom: 0 !important;
}

.gift-card .gift-code p {
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 500;
}

/*.code-header p {
    padding:  0 !important;
    font-weight: 700 !important;
}*/
.code-logo {
    width: 80px;
}

.shadow-img {
    margin-top: 25px;
}

.check-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.check-img-holder {
    padding-right: 10px;
}

.check-img-holder.lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.check-img-holder.lock p {
    padding-left: 5px;
}

button.purchase {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #00DAFF;
    border: 0;
    padding: 18px 32px;
    border-radius: 35px;
    margin-top: 50px;
}

button.purchase:hover {
    background: #00A89B;
    -webkit-transition: .5s;
    transition: .5s;
}

button:focus {
    outline: none;
}

.gift .header-area {
    position: static;
}

.gift .banner {
    min-height: 400px;
}

.gift-banner p {
    font-size: 56px;
    color: #ffffff;
    line-height: 80px;
    margin-bottom: 40px;
    font-weight: 700;
}

.purchas-btn {
    display: inline-block;
    width: auto;
    padding: 15px 46px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}

.lock img {
    height: 32px;
    margin-right: 5px;
}

.lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*booking page css*/
.booking-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.booking-main-area,
.booking-sidebar-inner {
    background: #F6F6F6;
}

.booking-inner form {
    width: 65%;
    /*    padding: 40px;*/
}

.booking-sidebar {
    width: 32.8%;
}

.booking-sidebar-inner {
    padding: 40px;
    margin-bottom: 20px;
}

.booking-page h2 {
    font-size: 44px;
    line-height: 50px;
}

.booking-page .section-title.text-center:after {
    display: none;
}

.booking-main-title p {
    font-size: 18px;
    color: #333333;
}

.booking-main-title h2 {
    font-size: 36px;
}

.booking-main-area.text-center>div {
    border-bottom: 1px solid #DEDEDE;
    padding: 40px;
}

.step-title p:first-child {
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 5px;
}

.step-title p:last-child {
    color: #ABABAB;
}

.step-title {
    margin-bottom: 25px;
}

.step-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-form input,
.step-form input {
    width: 48%;
    margin-bottom: 20px;
    border-radius: 6px;
    background: #ffffff;
}

.step-form select {
    height: 48px;
    border-radius: 6px;
    border-color: #C6C6C7;
    padding-left: 15px;
    color: #333333;
}

booking-step-3 select {
    width: 50%;
}

.booking-step-3 .step-form select {
    width: 48.5%;
}

.booking-page.banner .content div p {
    color: #ffffff;
    font-size: 21px;
    /*        text-transform: uppercase;*/
    margin-bottom: 40px;
}

.booking-page .banner .content>p {
    line-height: 61px;
    margin-bottom: 30px;
}

/* style for custom box*/
.ui-slider-horizontal .ui-state-default:focus {
    outline: none;
}

input.check-img[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    top: -8%;
    right: -8%;
    width: 25px;
    height: 25px;
    border: 3px solid #00DAFF;
    border-radius: 100%;
    display: none;
    /*    display: block;*/
}

/*styel for checked condition*/
input.check-img[type="checkbox"]:checked+label:before {
    content: '\2713';
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #00DAFF;
    vertical-align: middle;
    background: #ffffff;
    display: block;
}

/*style for hhide default checkbox*/
input.check-img[type="checkbox"] {
    display: none;
}

.single-img:hover input.check-img[type="checkbox"]+label:before {
    display: block;
}

.booking-step-4 img {
    max-height: 65px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.single-img label {
    text-align: center;
    position: relative;
}

.img-box {
    height: 65px;
    width: 102px;
}

.button-div.text-center button {
    margin-bottom: 0px;
    font-size: 26px;
    background: #00DAFF;
    border-radius: 29px;
    padding: 12px 79px;
    color: #ffffff;
}

.price-btn {
    display: inline-block;
    width: auto;
    padding: 10px 110px;
    margin-bottom: 150px;
}

.sendit-btn {
    display: inline-block;
    width: auto;
    padding: 10px 80px;
    margin-bottom: 0px;
}

.hover-img {
    display: none;
}

.single-img:hover .img-box .hover-img {
    display: block;
}

.single-img:hover .img-box>img {
    display: none;
}

.active-img {
    display: none;
}

label.checked .img-box .default-img,
label.checked .img-box .hover-img {
    display: none;
}

.img-box p {
    margin-top: 18px;
    font-size: 14px;
    color: #3A3C41;
}

a.activate-btn.btn {
    display: inline-block;
    padding: 0px 0px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    border: 2px solid #3ACCCC;
    width: 48%;
    height: 48px;
    border-radius: 26px;
    line-height: 47px;
    background: #ffffff;
}

.booking-step-sc.text-left button {
    position: relative;
    width: 23%;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid #d1d1d1;
    height: 48px;
    line-height: 48px;
    padding: 0;
}

.booking-step-sc input[type="radio"],
.booking-step-5 input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
}

.step-form button.btn.active {
    background: #00DAFF;
    color: #ffffff;
    border-color: #00DAFF;
}

.booking-step-5 .btn {
    position: relative;
}

.booking-step-5.text-left .btn {
    width: 48%;
    height: 48px;
    border-radius: 26px;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    margin-bottom: 20px;
}

.card-no {
    width: 100%;
    margin: 0;
    position: relative;
}

.card-no input {
    width: 100%;
    padding: 12px 60px;
    padding-right: 145px;
}

.card-no img,
.c-format {
    position: absolute;
    top: 36%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card-img {
    width: 25px;
}

img.card-img {
    left: 20px;
}

span.c-format {
    right: 20px;
}

.card-info span {
    font-size: 12px;
    color: #ABABAB;
    width: 140px;
    line-height: 16px;
}

.card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-info>* {
    margin-right: 9px;
}

button.book-now {
    background: #00DAFF;
    width: 100%;
    outline: none;
    border: 1px solid #00DAFF;
    height: 70px;
    border-radius: 41px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}

.adv-single-box .icon {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.adv-single-box .icon .img {
    /* height: 100%; */
}

.adv-single-box {
    text-align: center;
    margin-bottom: 40px;
}

.adv-single-box p {
    font-size: 14px;
    line-height: 20px;
}

.adv-single-box p:first-child {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.summary-heading p {
    text-align: center;
    font-size: 22px;
    padding: 20px 16px;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px solid #DEDEDE;
}

.inner2 {
    padding: 0px;
}

.summary {
    padding: 30px;
    padding-bottom: 10px;
}

.summary img {
    width: 25px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.summary p {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    margin-bottom: 20px;
}

.summary {
    border-bottom: 1px solid #d1d1d1;
}

.summary-total {
    padding: 30px;
}

.summary-total p {
    font-size: 16px;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

p.total {
    margin-bottom: 0px;
    margin-top: 30px;
    font-weight: bold;
}

.search section#primary {
    padding-top: 100px;
}

p.total span:last-child {
    color: #00DAFF;
    font-size: 32px;
}

.search .page-header h1 {
    color: #5A5A5C;
}

.faq-banner>img {
    width: 100%;
}

.innerpage-footer .footer-area {
    margin-top: 0px;
    padding-top: 100px;
}

.booking-page .header-area,
.contact .header-area {
    position: static;
}

.booking-page .banner,
.contact .banner,
.about .banner {
    min-height: auto;
    padding-top: 0px;
}

.booking-page .primary-nav li a,
.about .primary-nav li a,
.contact .primary-nav li a {
    color: #333333;
}

.booking-page .primary-nav li a:hover,
.about .primary-nav li a:hover,
.contact .primary-nav li a:hover {
    color: #13DBFE;
}

.video-section img {
    width: 70px;
    margin-bottom: 25px;
}

.video-bg {
    background-image: url(images/video_banner.jpg);
}

.video-section h2,
.video-section p {
    color: #ffffff;
}

.video-section p {
    text-transform: uppercase;
}

.booking-page .content>p {
    font-size: 56px;
    color: #ffffff;
    line-height: 80px;
    margin-bottom: 40px;
    font-weight: 700;
}

a.activate-btn:hover {
    background: #3ACCCC;
    color: #ffffff;
}

/*About page css*/
/*
.banner > img {
    width: 100%;
}
*/

.about-bg .elementor-widget-container>img {
    width: 100%;
}

.header-area {
    background: #fff;
}

.about .content {
    padding: 0px 20px;
}

.banner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.faq-card button.faq-btn:focus {
    text-decoration: none;
}

.faq-content {
    overflow: hidden;
}

.about .header-area {
    position: static;
}

.about-list p img {
    width: 34px;
    padding-right: 7px;
}

.about-bg {
    padding-top: 0;
}

.banner-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content>p {
    font-size: 48px;
    color: #ffffff;
    line-height: 80px;
    margin-bottom: 40px;
    font-weight: 700;
}

.about .banner {
    min-height: auto;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-list p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}
 

.inner-div h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px;
}

.inner-div p {
    color: #85878C;
    font-size: 18px;
    line-height: 26px;
}

.about .featured-single-box .icon img {
    width: 150px;
}

/*Fearured section
 background-image: url(images/grey_background_shape.png);
*/
.featured-bg {

}

.featured-single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.featured-single-box .icon {
    margin-right: 80px;
}

.featured-text {
    max-width: 520px;
}

.featured-text h2 {
    font-size: 52px;
    color: #333333;
}

.featured-text p {
    color: #333333;
    font-size: 28px;
    line-height: 34px;
}

.featured-text h2 {
    line-height: 50px;
    margin-bottom: 30px;
}

.featured-single-box {
    margin-bottom: 150px;
}

.featured-single-box.alter .icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 130px;
}

.featured-single-box .icon img {
    width: 150px;
}

.feature .section-title.text-center {
    max-width: 640px;
    margin: auto;
    margin-bottom: 100px;
}

.feature .section-title.text-center:after {
    display: none;
}

.about h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    color: #333333;
}

/*Contact-page css*/
.contactpage.banner .content div p {
    font-size: 20px;
    color: #ffffff;
    max-width: 619px;
    margin: auto;
}

.contact .banner .content>p {
    margin-bottom: 10px;
}

section.contact {
    max-width: 90%;
    width: 100%;
    padding: 10px;
    margin: auto;
    -webkit-box-shadow: -1px 3px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
/*    background-image: url(../images/back-grey.jpg);*/
.inner-bg {

    background-size: cover;
    background-position: top;
}

.content-inner.inner-bg {
    padding: 25px;
}

.contact-box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-count {
    display: inline-block;
    background: #1BAFB7;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    margin-right: 10px;
}

.giftcard-innerbox {
    box-shadow: 0px 0px 16px 9px rgba(218, 218, 218, 0.2);
    padding-top: 25px;
    margin-top: -100px;
    background: #ffffff;
    border-radius: 10px;
}

.gift-card-inner {
    max-width: 600px;
}

.gift-card-inner>p {
    line-height: 63px;
    margin-bottom: 13px;
}

.subtext p {
    line-height: 28px;
}

.contactpage .content>p {
    line-height: 60px;
}

.contactpage.banner {
    padding-top: 0;
}

.pricing h2 {
    color: #ffffff;
}

p.head {
    font-size: 22px;
    color: #262626;
    line-height: 29px;
}

p.head+p {
    color: #919191;
    font-size: 14px;
}

p.content-heading {
    font-size: 22px;
    margin-bottom: 10px;
}

p.content-heading+p {
    margin-bottom: 20px;
}

.contact-box-content select {
    padding: 7px 0px 7px 20px;
    font-size: 18px;
    border-radius: 6px;
    border-color: #d1d1d1;
    margin-bottom: 40px;
}

.contact-box-content textarea {
    background: #ffffff;
    border-color: #d1d1d1;
    border-radius: 6px;
    margin-bottom: 40px;
}

.contact-box-content input {
    border-color: #d1d1d1;
    background: #ffffff;
    border-radius: 6px;
    padding: 8px 26px;
    width: 46%;
    margin-bottom: 40px;
}

.send-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.send-it p {
    font-size: 22px;
    color: #3A3C41;
}

.content-inner.inner-bg {
    border: 1px solid #D1D1D2;
}

p.head span {
    color: #85878C;
    -webkit-text-decoration-color: #d1d1d1;
    text-decoration-color: #d1d1d1;
}

.title-text {
    width: 90%;
}

.contact-box-title {
    margin: 0;
    padding: 20px 0px;
    border-top: 1px solid #d1d1d1;
    /* border-bottom: 1px solid #d1d1d1; */
}

.contact-box-title {
    padding: 25px;
}

.content-inner.inner-bg form {
    padding: 25px;
}

.contact-box-title {
    padding: 25px;
}

.content-inner.inner-bg form {
    padding: 25px;
}

.content-inner.inner-bg {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

section.contact {
    margin-top: -125px;
    z-index: 0;
    position: relative;
    background: #ffffff;
    margin-bottom: 70px;
}

.contact .banner-inner {
    top: 37%;
}

.contact .banner .content>p {
    line-height: 61px;
}

select {
    outline-color: #1BAFB7;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #00DAFF;
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background: inherit;
    border-color: #ffffff;
    color: #333333;
}

.get-price-form .rating {
    margin-top: 50px;
    text-align: center;
}

.get-price-form .rating p {
    color: #2F3632;
    padding-top: 7px;
}

button {
    cursor: pointer;
}

.pricing h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 40px;
}

.adv-single-box .icon+p {
    font-weight: bold;
    text-transform: uppercase;
}

/* ========== home page version 3 css ======== */
.why-us-inner.content:after {
    display: none;
}

.estimate-v3-bg {
    /*    background-image: url(../images/estimate-v3.png);*/
    background-position: bottom right;
    padding-top: 260px;
}

.estimate-inner {
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px);
}

section.estimate-v3 {
    position: relative;
    padding: 210px 0;
    /*clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);*/
}

.estimate-v3 img {
    position: absolute;
    bottom: -200px;
    right: 0;
    /*    width: 37%;*/
    z-index: 99;
    overflow: visible;
}

.meetcleaners-area {
    background: #fff;
}

.meetcleaners-shape {
    -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 81%, 0% 88%);
    clip-path: polygon(0% 0%, 100% 8%, 100% 81%, 0% 88%);
    padding-top: 165px;
    background: #fff;
}

.meetcleaners-content {
    max-width: 432px;
    float: right;
    /*margin: 130px 0;*/
    padding: 0;
    background: transparent;
}

.meetcleaners-content p {
    line-height: 35px;
}

section.pay {
    position: relative;
}

.pay-shape {
    -webkit-clip-path: polygon(0% 9%, 100% 1%, 100% 100%, 0% 91%);
    clip-path: polygon(0% 9%, 100% 1%, 100% 100%, 0% 91%);
    position: absolute;
    top: -12%;
    left: 0;
    width: 100%;
    height: 124%;
    background: #FAFAFA;
}

.mark {
    background: #95E6F4;
    left: 84%;
}

.mark-inner {
    background: #00CAED;
}

.order h4 {
    padding-left: 30px;
    padding-right: 100px;
}

a.review-btn {
    background: #29DFAE;
    border-color: #29DFAE;
}

a.review-btn:hover {
    background: #29DFAE;
    border-color: #29DFAE;
    color: #fff;
}

.trust-security-area {
    padding: 95px 0;
    background: #FAFAFA;
}

.trust-security-shape {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 0% 100%);
}

.section-title {
    max-width: 800px;
    margin: 0 auto;
}

.section-title h2 {
}

.service-container {
    color: #000;
    display: block;
    margin-bottom: 20px;
    min-height: 263px;
    text-align: center;
}

.service-icon {
    display: table;
    font-size: 70px;
    /* height: 112px; */
    width: 100%;
}

.service-icon-tablecell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 146px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-container h3 {
    font-size: 25px;
    margin: 0 0 25px 0;
}

.service-container p {
    font-size: 18px;
    color: #5a5a5c;
    margin-bottom: 70px;
    line-height: 25px;
}

.service-container {
    max-width: 80%;
    margin: 0 auto;
}

.service-icon img {
    margin-bottom: 35px !important;
}

.testimonial-area {
    margin: 0;
    padding: 0;
}

.carousel-inner {
    max-width: 775px;
    margin: 0 auto;
}

.kindlymaid .testimonial .carousel-item p {
    max-width: 100%;
    margin: 0;
    margin-bottom: 75px;
}

.testimonial-wrapper {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 91%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 91%);
}

.pricing {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 91%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 91%, 0% 100%);
    position: relative;
    z-index: 1;
}

.footer-single-box ul li a {
    font-size: 14px;
    line-height: 20px;
}

div#mainnav ul li a {
    transition: all .3s ease;
}

footer {
    position: relative;
    z-index: 0;
    margin-top: -100px;
    padding-top: 170px;
}

.about-page-testimonial .testimonial-bg {
    min-height: 1213px;
}

.about-page-testimonial .testimonial-wrapper {
    clip-path: none;
}

.testimonial-area {
    background-position: bottom;
    min-height: 1100px;
}

.kindlymaid {
    position: relative;
    z-index: -3;
}

.kindlymaid .logo img {
    width: 180px;
}

.footer-top .content .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social_section {
    max-width: 335px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

p.copyright {
    line-height: 1.4;
}

/*# sourceMappingURL=style.css.map */
.pos-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
}

.logo_section img {
    max-width: 130px;
}

.logo {
    max-width: 130px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.header-area-inner {
    padding: 27px 15px;
}

div#mainnav ul {
    margin: 0;
    width: 43%;
    display: flex;
}

img.menu-icon {
    visibility: hidden;
}


.about-banner-image>img {
    width: 100%;
}

.close-icon {
    visibility: hidden;
    max-width: 27px !important;
    transition: all .6s ease-in-out;
}

.responsive-icon {
    max-width: 40px;
    top: 15px;
    z-index: -9;
    position: absolute;
    transform: none;
    right: 20px;
    cursor: pointer;
    max-height: 20px;
    overflow: hidden;
}

div#mainnav {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.left-nav {
    margin-left: 0 !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

ul.right-nav {
    justify-content: flex-end;
    align-items: center;
}

.pos-absolute div#mainnav ul li a {
    color: #fff;
}

div#mainnav ul li a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #354B59;
}

div#mainnav ul li a {
    font-weight: 400;
}

.pos-absolute div#mainnav ul li a {
    font-weight: 700;
}

div#mainnav ul li {
    margin: 0px 20px;
}

div#mainnav ul li:first-child {
    margin-left: 0;
}

div#mainnav ul li:last-child {
    margin-right: 0;
}

.footer-bottom .ftr-btns a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.banner>img {
    width: 100%;
}

/*Client SLider*/
/*=================================*/
.clients {
    background-color: #F7F7F7;
    padding: 50px 0px;
}

.client_slider .image img {
    max-height: 55px;
    width: auto;
}

.client_slider {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.alter .estimate-inner {
    transform: translateY(4%);
    padding-left: 25px;
}

.alter .mark {
    left: -17%;
}

.alter .order h4 {
    padding-left: 110px;
    padding-right: 40px;
}

.clients .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients .slick-track .image {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

footer.footer-area.home2-footer {
    z-index: 9;
    margin-top: -81px;
}

.home2-bottom {
    z-index: 9;
}

.alter .row.estimate-content>div:first-child {
    order: 4;
}

.zindex2 {
    z-index: 2;
}

.home2-testimonial section.testimonial-area {
    margin-top: 0px;
}

.testimonial-wrapper.home2-testimonial {
    clip-path: unset;
}

img.menu-icon.hide {
    display: none;
}

img.close-icon.show {
    display: block;
}

div#mainnav ul.sub-menu {
    display: flex;
    flex-direction: column;
    width: auto;
    background: rgba(0, 0, 0, .3);
    padding: 7px 36px 7px 17px;
    border-radius: 5px;
    transform: translateY(50px);
    transition: all .3s ease;
    visibility: hidden;
    z-index: -9;
    overflow: hidden;
    opacity: 0;
}

div#mainnav ul.sub-menu li a {
    opacity: 0;
}

.menu-item-has-children:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 13px;
    padding-left: 5px;
    display: inline-block;
    transform: translatey(-3px);
    cursor: pointer;
}

.menu-item-has-children {
    cursor: pointer;
}

.menu-item-has-children:after {
    color: #354B59;
}

.pos-absolute .menu-item-has-children:after {
    color: #fff;
}

.show-dropdown ul.sub-menu li a {
    opacity: 1 !important;
}

.show-dropdown ul.sub-menu {
    transform: translateY(0%) !important;
    /*    transition: all .2s ease !important;*/
    visibility: visible !important;
    z-index: 9 !important;
    opacity: 1 !important;
}

ul.sub-menu div#mainnav ul li:first-child,
ul.sub-menu div#mainnav ul li:last-child {
    margin: 0 !important;
}


.sub-menu>li {
    margin: 0px !important;
}


.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>.sub-menu {
    position: absolute;
    top: 35px;
}

.banner-wrapper {
    padding: 110px 0px;
}

.banner-wrapper.bg h1 {
    font-size: 48px;
    color: #ffffff;
    line-height: 80px;
    margin-bottom: 40px;
    font-weight: 700;
}

.icon-stat {
    display: block;
}

.icon-abs {
    display: none;
}

.pos-absolute .icon-stat {
    display: none;
}

.pos-absolute .icon-abs {
    display: block;
}

.contact-page-banner .content>p,
.faq-page-banner .content>p,
.booking-page-banner .content>p,
.giftcard-page-banner .content>p {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.contact-page-banner {
    padding: 150px 20px 250px 20px;
}

.faq-page-banner {
    padding: 200px 20px 200px 20px;
}

.booking-page-banner {
    padding: 150px 20px 150px 20px;
}

.giftcard-page-banner {
    padding: 90px 20px 237px 20px;
}

.faq-page-banner .content>p {
    margin-bottom: 40px;
}

.contact-page-banner .subtext p,
.faq-page-banner .subtext p,
.booking-page-banner .subtext p,
.giftcard-page-banner .subtext p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

.giftcard-page-banner h4 {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 15px;
}

.giftcard-page-banner h2 {
    font-size: 48px;
    line-height: 60px;
}

.giftcard-page-banner h6 {
    font-size: 14px;
}

footer.inner-footer {
    margin-top: 0;
    padding-top: 70px;
}

.angled footer.inner-footer {
    margin-top: -75px;
    padding-top: 140px;
}

.booking-page-banner .subtext {
    margin-bottom: 40px;
}

.c27_w_area {
    text-align: center;
    margin-bottom: 20px;
}

.c27_w_area img {
    cursor: pointer;
}

.error404 footer {
    margin: 0px;
}

main.notfound-box {
    padding: 100px 0px;
}

.phone-no i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 7px;
    line-height: 1.3;
}

.envelope i {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.3;
}

.post-content {
    padding: 20px 0px;
}

.comment-area {
    padding: 20px 0px;
}

div#mainnav ul li.active a {
    color: #00DAFF;
}


footer.footer-area.home2-footer {
    padding-top: 100px;
}

div#mainnav ul li.active a,
.responsive-nav.show div#mainnav ul li.active a {
    color: #5BDAFA;
}

@media (max-width: 1400px) {
    .footer-top {
        padding: 0px 15px 65px;
    }

    .footer-mid {
        padding: 0px 15px 20px;
    }

    .ftr-email-form button {
        right: -66%;
    }

    section.estimate-v3 img {
        position: absolute;
        bottom: -160px;
        right: 0;
        width: 37%;
        z-index: 99;
        overflow: visible;
    }

    .kindlymaid .service-container h3 {
        font-size: 23px;
        margin: 0 0 18px 0;
    }
}

/* ======================================== */
/* Updated: Start*/
/* ======================================== */
@media (max-width: 1025px) {
    .contact-page-banner.bg {
        padding: 53px 0px 191px 0px;
    }

    .faq-page-banner.bg {
        padding: 100px 0px 100px 0px;
    }

    .contact-page-banner .content>p,
    .faq-page-banner .content>p,
    .booking-page-banner .content>p,
    .giftcard-page-banner .content>p {
        font-size: 36px !important;
    }

    .contact-page-banner .subtext p,
    .faq-page-banner .subtext p,
    .booking-page-banner .subtext p,
    .giftcard-page-banner .subtext p {
        max-width: 500px;
    }

    h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner-wrapper.bg {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    h2 {
        font-size: 30px;
    }

    p {
        font-size: 18px !important;
    }

    .btn-div {
        text-align: center;
        margin-top: 40px;
    }

    .compare h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 57px;
    }



    section.compare.section-padding {
        padding-bottom: 30px;
    }

    .alter .order {
        margin-bottom: 50px;
    }

    .section-padding {}

    .section-padding.alter {
        padding-bottom: 60px;
    }

    /*
    section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }*/

    .no-padding {
        padding: 0px !important;
    }

    .estimate-inner h1 {
        font-size: 38px;
        line-height: 43px;
    }

    .estimate-inner p {
        margin-bottom: 15px;
    }


    .kindlymaid .estimate-v3-bg {
        padding-top: 257px;
        padding-bottom: 40px;
    }

    .row.estimate-content {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .estimate-inner h1,
    .estimate-inner p {
        text-align: center !important;
    }

    .kindlymaid section.pay {
        padding-top: 200px;
    }

    .kindlymaid .pay-shape {
        top: -10%;
    }

    .kindlymaid .ftr-email-form button {
        top: -45.5px;
        right: -55%;
    }

    footer.footer-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .social_section {
        justify-content: flex-end;
    }

    .about h2 {
        font-size: 40px;
    }

    .about .featured-text h2 {
        font-size: 30px;
    }

    .banner-inner .content>p {
        font-size: 40px !important;
    }

    .footer-mid .content .row>div:last-child {
        max-width: 25%;
        /* width: 100%; */
        /* flex-direction: row; */
        margin-top: -12px;
        padding: 0;
    }

    .footer-mid .content .row>div:first-child {
        max-width: 75%;
    }

    .col-lg-3.col-md-12 {}

    .footer-mid-left {
        display: flex;
        justify-content: space-between;
    }

    .footer-single-box {
        max-width: 25%;
    }

    .ftr-email-form button {
        right: -59.5%;
    }
}

/* ======================================== */
/* Updated: End*/
/* ======================================== */

@media (max-width: 992px) {
    .about-page-testimonial .testimonial-bg {
        min-height: 900px;
    }

    .responsive-icon {
        z-index: 4;
    }

    .responsive-nav.show {}

    div#mainnav ul.sub-menu {
        position: static;
        height: 0px;
    }

    .show-dropdown ul.sub-menu {
        height: auto !important;
    }

    .responsive-nav.show div#mainnav ul.sub-menu {
        padding: 0px;
        box-shadow: none;
        margin-left: 13px;
        min-height: auto;

    }

    .menu-item-has-children:after {
        position: absolute;
        color: #000 !important;
        right: -20px;
        top: 10px;

    }



    .contact-box-content input {
        width: 80%;
    }

    .desktop-nav {
        display: none;
    }

    /*    Homepage*/
    .banner {
        padding-top: 134px;
    }

    .header-area-inner {
        min-height: 90px;
    }


    .responsive-nav {
        display: block;
        visibility: hidden;
    }


    section.banner.bg.banner-bg {}

    h1 {
        font-size: 41px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 22px;
        line-height: 28px;
    }

    section.estimate-v3 img {
        display: none;
    }

    .site-btn {
        padding: 2px 0px;
    }

    .get-price-form form {
        margin: 0px auto;
        padding: 30px;
    }

    .get-price-form {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .get-price-form {}

    .features {
        margin-top: 30px;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        align-items: center;
    }

    .features-single-box {}

    .features-single-box {}

    .banner {
        min-height: 700px;
    }

    .estimate-inner h2 {
        font-size: 41px;
        line-height: 51px;
    }

    .section-title.text-center {
        margin-bottom: 30px;
    }

    h3 {
        font-size: 25px;
    }

    .why-us .icon {
        margin-bottom: 25px;
    }

    p.why-us {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .estimate-inner h1 {
        text-align: center !important;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .estimate-inner p {
        text-align: center !important;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .estimate-inner {
        text-align: center;
    }

    .get-price-btn {
        padding: 5px 21px;
        font-size: 18px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .primary-nav {
        flex-direction: column;
        text-align: center;
    }

    .get-price-form {
        padding: 0px 5px;
    }

    .logo {
        order: -1;
        width: 100%;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 20px;
        top: 15px;

        transform: none;
    }

    .responsive-nav.show {
        display: block;
        transition: all .3s ease-in-out;
        right: 0;
        z-index: 3;
        visibility: visible;
    }

    .responsive-nav ul {
        display: none;
    }

    .responsive-nav.show ul {
        display: inline-block;
    }

    .responsive-nav {
        position: fixed;
        top: 0;
        right: -100%;
        transition: all .3s ease-in-out;
    }


    .responsive-nav div#mainnav ul {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: #ffffff;
        max-width: 323px;
        padding: 83px 100px 30px 20px;
        min-height: 100vh;
        box-shadow: 0px 0px 41px 32px rgba(0, 0, 0, .1);
    }

    .close-icon.show {
        max-width: 27px !important;
        visibility: visible;
        transition: all .6s ease;
    }

    div#mainnav ul li:first-child,
    div#mainnav ul li:last-child {
        margin: 0px 20px;
    }

    .responsive-nav.show div#mainnav ul li a {
        color: #354b59;
    }

    img.menu-icon {
        visibility: visible;
    }

    .meetcleaners-content {}

    .meetcleaners-content {
        padding: 25px;
    }

    .meetcleaners-content h2 {
        padding-bottom: 25px;
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 0;
    }

    .meetcleaners-content p {
        font-size: 20px;
        line-height: 26px;
    }

    .meetcleaners-big-img img {
        margin: 0 auto;
    }

    .meetcleaners-overlay {
        position: static;
        margin: 0 auto;
    }

    .meetcleaners-overlay {}

    .meetcleaners-overlay img {
        width: 100%;
        margin: 0 auto;
    }

    .site-btn {
        padding: 4px 24px;
    }

    .meetcleaners-overlay {
        position: static;
        margin: 0 auto;
    }

    .meetcleaners-overlay {}

    .meetcleaners-overlay img {
        width: 100%;
        margin: 0 auto;
    }

    .site-btn {
        padding: 11px 29px;
    }

    .testimonial-wrapper {
        padding-top: 100px;
    }

    .testimonial-title h2 {
        margin-bottom: 22px;
        font-size: 47px;
        line-height: 49px;
    }

    .testimonial .carousel-item p {
        font-size: 25px;
        line-height: 35px;
    }

    section.testimonial-area {
        margin: 0;
    }

    .testimonial-bg {
        background-position: left;
    }

    .order-n-pay {
        left: 0;
        width: 100%;
    }

    .order-n-pay-box {
        min-height: 323px;
    }

    .btn-box .btn {
        padding: 3px 9px;
        margin-top: 10px;
    }

    .btn-box {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .btn-box {}

    .pay-box-inner {
        flex-direction: column;
    }

    .pay-box p {
        font-size: 19px;
    }

    .estimate-inner {
        margin-top: 37px;
    }

    .order-n-pay {
        left: 0;
    }

    .order-n-pay-box {
        min-height: 323px;
    }

    .btn-box .btn {
        padding: 3px 9px;
        margin-top: 10px;
    }

    .btn-box {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .btn-box {}

    .pay-box-inner {
        flex-direction: column;
    }

    .pay-box p {
        font-size: 19px;
    }

    .estimate-inner {
        margin-top: 60px;
    }

    table {
        padding: 0px;
        /* table-layout: fixed; */
    }

    td,
    th {
        font-size: 14px;
        padding: 5px;
    }

    .row {
        overflow-x: auto;
    }

    td.left {
        width: 43%;
        line-height: 21px;
        padding-left: 10px;
    }

    td img {
        width: 18px;
    }

    .mark {
        position: static;
        margin: 0 auto;
    }

    .order {
        text-align: center;
    }

    .order h4 {
        padding: 0px;
    }

    .subscription form {
        padding: 0px 15px;
    }

    .subscription form div:first-child {
        padding-right: 0;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .social-icon a:first-child {
        padding-left: 0;
    }

    .footer-mid-right {
        width: 80%;
    }

    .footer-mid-left .footer-single-box {
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
    }

    .ftr-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        padding: 0px 15px 15px;
    }

    .half-box {
        width: 100%;
    }

    .banner h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .kindlymaid .section-title h2 {
        margin-bottom: 30px;
    }

    section.estimate-v3 {
        padding-top: 50px;
    }

    .kindlymaid .meetcleaners-shape {
        padding-top: 100px;
    }

    .estimate-inner {
        margin-bottom: 50px;
    }
}

@media (max-width: 769px) {
    .search section#primary {
        padding-top: 50px;
    }

    .search .page-header h1 {
        margin-bottom: 40px;
    }

    .ftr-email-form input[type="submit"] {
        right: 1% !important;
    }

    .contact-page-banner.bg {
        padding: 60px 0px;
    }

    .giftcard-innerbox {
        margin-top: 0px;
    }

    .giftcard-page-banner h4 {
        font-size: 21px;
        line-height: 33px;
        margin-bottom: 15px;
    }

    .logo {
        top: 25px;
    }

    .responsive-icon {
        top: 50%;
        transform: translateY(-40%);
    }

    .footer-logo.pb-2 {
        display: flex;
        justify-content: flex-start;
    }

    .social-icon.text-sm-right.text-center.pb-2 {
        display: flex;
        justify-content: flex-end;
    }

    .row.estimate-content div {
        max-width: 100%;
    }

    .order {
        max-width: 420px !important;
        width: 100%;
    }

    .kindlymaid .testimonial-area {
        min-height: auto;
    }

    /*    Homepage ends*/
    .row.align-items-end p {
        margin-bottom: 20px;
        text-align: center;
    }

    p.ftr-btns {}

    .social-icon.text-sm-right.text-center.pb-2 {
        text-align: center !important;
        /* align-items:  center; */
    }

    .footer-logo.pb-2 {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .footer-top {
        padding-bottom: 30px;
    }

    .footer-mid {
        padding-bottom: 20px;
    }

    img.indicator {
        display: none;
    }

    .section-padding {
        padding: 50px 0px;
    }

    .row {
        margin: 0;
    }

    .item-inner.text-center h4 {
        padding: 0px 57px;
        line-height: 28px;
    }

    .subscription form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .subscription form div {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    }

    .subscription form div:first-child {
        padding-right: 20px;
    }

    .footer-top {
        padding: 0px 15px 65px;
    }

    .footer-mid-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-mid-left .footer-single-box {
        text-align: center;
        max-width: 33%;
        margin-bottom: 50px;
    }

    .ftr-email-form button {
        right: -67.5% !important;
    }

    .footer-mid-right {
        width: 44%;
        margin: 0 auto;
    }

    .footer-mid-right h3 {
        text-align: center;
    }

    .phone-no,
    .envelope {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }

    footer .row.align-items-end {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    one-no img {
        width: 25px;
        height: 25px;
    }

    .kindlymaid section.pricing {
        padding-bottom: 80px;
    }

    .testimonial-area .content .row div {
        overflow: hidden;
    }

    .about section.banner {
        position: relative;
        background-position: 78%;
    }

    .about section.banner:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        top: 0;
        left: 0;
        content: '';
    }

    .about .banner-inner {
        z-index: 9;
    }

    .footer-mid .content .row>div:first-child {
        max-width: 100%;
    }

    .footer-mid .content .row>div:last-child {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .search .page-header h1 {
        font-size: 35px;
    }

    .search section#primary {
        padding-top: 20px;
    }

    a .faq-box-header h5 {
        font-size: 20px;
    }

    .send-it button {
        font-size: 16px;
        padding: 10px 0px;
        width: 220px;
    }

    .content-inner.inner-bg {
        padding: 0px;
    }

    .title-count {
        margin-bottom: 15px;
    }

    section.contact {
        margin-bottom: 0px;
    }

    .about-page-testimonial .testimonial-bg {
        min-height: 700px;
    }

    .about-feature .featured-text h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .about-feature .featured-single-box {
        margin-bottom: 50px !important;
    }

    .about-feature .section-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 62px;
    }

    .responsive-nav div#mainnav ul {
        max-width: 100%;
    }

    .section-padding.alter {
        margin-top: 90px;
    }

    .responsive-nav.show {
        width: 100%;
        z-index: 1;
    }

    footer.footer-area.home2-footer {
        margin-top: -100px;
        padding-top: 60px;
    }

    .pricing .get-price-form {
        padding-bottom: 40px;
    }

    section.relax-area {
        padding-top: 43px;
    }

    .testimonial-area {
        min-height: auto;
    }

    .responsive-icon.closeshow {
        z-index: 2;
        top: 23px;
    }

    ul.sub-menu {
        width: 0px !important;
    }

    .show-dropdown ul.sub-menu {
        width: 100% !important;
    }

    .pricing {
        margin-top: -70px;
        padding-top: 100px;
    }

    section.testimonial-area {
        padding-bottom: 200px;
    }

    .section-title h2 {
        margin-bottom: 50px;
    }

    .pay-shape {
        top: -8%;
    }

    .meetcleaners-shape {
        clip-path: unset;
    }

    .rating {
        margin-top: -20px;
    }

    .close-icon.show {
        max-width: 20px !important;
    }

    img.menu-icon {
        max-width: 25px !important;
    }

    .booking-page .banner .content>p {
        font-size: 45px;
        line-height: 55px;
    }

    .about .content>p {
        font-size: 40px;
        line-height: 57px;
        margin-bottom: 15px;
    }

    .kindlymaid section.pricing {
        padding-bottom: 100px;
    }

    .order {
        padding-top: 30px;
    }

    .footer .row {}

    /*    Homepage*/
    .banner {
        padding-top: 134px;
    }

    section.banner.bg.banner-bg {}

    h1 {
        font-size: 41px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .get-price-form form .input-box {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .get-price-form input {
        width: 100%;
        margin-bottom: 10px;
        padding: 5px 15px;
    }

    input[type="text"] {}

    .get-price-form .select-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .select-box select {
        padding: 5px 13px;
        font-size: 16px;
    }

    .site-btn {
        padding: 2px 0px;
    }

    .get-price-form form {
        margin: 0px 15px;
        padding: 30px;
    }

    .get-price-form {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .get-price-form {}

    .features {
        margin-top: 30px;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }

    .features-single-box {}

    .features-single-box {}

    .banner {
        min-height: 700px;
    }

    .estimate-inner h2 {
        font-size: 41px;
        line-height: 51px;
    }

    .section-title.text-center {
        margin-bottom: 30px;
    }

    h3 {
        font-size: 25px;
    }

    .why-us .icon {
        margin-bottom: 25px;
    }

    p.why-us {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .estimate-inner h1 {
        text-align: center !important;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .estimate-inner p {
        text-align: center !important;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .estimate-inner {
        text-align: center;
    }

    .get-price-btn {
        padding: 5px 21px;
        font-size: 18px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .primary-nav {
        flex-direction: column;
        text-align: center;
    }

    .logo {
        order: -1;
        width: 100%;
        padding-bottom: 10px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .meetcleaners-content {}

    .meetcleaners-content {
        padding: 25px;
    }

    .meetcleaners-content h2 {
        padding-bottom: 25px;
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 0;
    }

    .meetcleaners-content p {
        font-size: 20px;
        line-height: 26px;
    }

    .meetcleaners-big-img img {
        margin: 0 auto;
    }

    .meetcleaners-overlay {
        position: static;
        margin: 0 auto;
    }

    .meetcleaners-overlay {}

    .meetcleaners-overlay img {
        width: 100%;
        margin: 0 auto;
    }

    .site-btn {
        padding: 12px 38px;
    }

    .meetcleaners-overlay {
        position: static;
        margin: 0 auto;
    }


    .meetcleaners-overlay {}

    .meetcleaners-overlay img {
        width: 100%;
        margin: 0 auto;
    }

    .site-btn {
        padding: 4px 24px;
    }

    .content {
        padding: 0px 20px;
    }

    .testimonial-title h2 {
        margin-bottom: 22px;
        font-size: 34px;
        line-height: 49px;
    }

    .about h2 {
        font-size: 38px;
    }

    .testimonial .carousel-item p {
        font-size: 25px;
        line-height: 35px;
    }

    section.testimonial-area {
        margin: 0;
    }

    .testimonial-bg {
        background-position: left;
    }

    .order-n-pay {
        left: 0;
    }

    .order-n-pay-box {
        min-height: 323px;
    }

    .btn-box .btn {
        padding: 3px 9px;
        margin-top: 10px;
    }

    .btn-box {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .btn-box {}

    .pay-box-inner {
        flex-direction: column;
    }

    .pay-box p {
        font-size: 19px;
    }

    .estimate-inner {
        margin-top: 37px;
    }

    .order-n-pay {
        left: 0;
    }

    .order-n-pay-box {
        min-height: 323px;
    }

    .btn-box .btn {
        padding: 3px 9px;
        margin-top: 10px;
    }

    .btn-box {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .btn-box {}

    .pay-box-inner {
        flex-direction: column;
    }

    .pay-box p {
        font-size: 19px;
    }

    .estimate-inner {
        margin-top: 37px;
    }

    table {
        padding: 0px;
        /* table-layout: fixed; */
    }

    td,
    th {
        font-size: 14px;
        padding: 5px;
    }

    .row {
        overflow-x: auto;
    }

    td.left {
        width: 43%;
        line-height: 21px;
        padding-left: 10px;
    }

    td img {
        width: 18px;
    }

    .mark {
        position: static;
        margin: 0 auto;
    }

    .order {
        text-align: center;
    }

    .order h4 {
        padding: 0px;
    }

    .subscription form {
        padding: 0px 15px;
    }

    .subscription form div:first-child {
        padding-right: 0;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .social-icon a:first-child {
        padding-left: 0;
    }

    .footer-mid-right {
        width: 80%;
    }

    .footer-mid-left .footer-single-box {
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
    }

    .ftr-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        padding: 0px 15px 15px;
    }

    .half-box {
        width: 100%;
    }

    input#datepicker,
    input#datepicker2 {
        width: 50%;
        margin: 0px;
    }

    .pricing h2 {
        font-size: 34px;
        line-height: 50px;
    }
}

@media (max-width: 500px) {
    .ftr-email-form button {
        right: -70% !important;
    }

    .footer-top .content .row {
        justify-content: center;
        align-items: center;
    }

    .social_section {
        justify-content: center;
    }

    .footer-mid .content .row div {
        max-width: 100%;
        width: 100%;
    }

    .footer-newsltr {}

    .footer-mid-right {
        padding: 0 !important;
        margin: 0 !important;
    }

    .kindlymaid .ftr-email-form button {
        right: -65% !important;
    }

    .footer-bottom .content div {
        flex-direction: column;
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .get-price-form form {
        margin: 0;
        padding: 16px;
    }

    .row.estimate-v3-content {
        overflow: visible;
    }

    section.estimate-v3.bg.estimate-v3-bg {
        padding: 25px;
    }

    section.estimate-v3.bg.estimate-v3-bg {
        position: relative;
    }

    section.estimate-v3.bg.estimate-v3-bg:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .5);
        top: 0;
        left: 0;
    }

    section.estimate-v3.bg.estimate-v3-bg .content {
        position: relative;
        z-index: 9;
    }

    .estimate-inner h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .row.estimate-v3-content>div {
        padding: 0;
    }

    section.meetcleaners-area .row>div {
        padding: 0;
    }

    section.meetcleaners-area .container {
        padding: 0;
    }

    .meetcleaners-content h2 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }

    .kindlymaid .meetcleaners-content p {
        text-align: center;
    }

    .row.estimate-content {
        overflow: visible;
    }

    .kindlymaid section.pay {
        padding-top: 100px;
    }

    .estimate-inner {
        margin: 0;
        padding: 0;
        margin-top: 50px;
    }

    .row.estimate-content>div {
        padding: 0;
    }

    .relax-content h2 {
        font-size: 25px;
        line-height: 30px;
    }

    section.relax-area {
        padding: 0;
        margin-top: 40px;
    }

    .kindlymaid .section-title h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .estimate-inner p {
        margin-bottom: 10px;
    }

    h3 {
        font-size: 20px;
    }

    .trust-security-area .row>div {
        padding: 0;
    }

    .kindlymaid .testimonial-area {
        padding: 30px 0px !important;
    }

    .ftr-email-form .btn {
        position: unset !important;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 25px;
        height: 40px;
        border-radius: 5px !important;
    }

    .ftr-email-form input[type="email"],
    .ftr-email-form btn {
        height: 40px;
        border-radius: 5px;
        padding-left: 10px;
    }

    .footer-top {
        margin: 0;
        padding-bottom: 30px;
    }

    .footer-single-box {
        margin-bottom: 25px !important;
    }

    .about .banner-inner .content>p {
        font-size: 25px !important;
    }

    .about-list p {
        font-size: 16px !important;
    }

    .about .content {
        padding: 0px;
    }

    .about h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .about .featured-text h2 {
        font-size: 20px;
    }

    .feature .section-title.text-center {
        margin-bottom: 50px;
    }

    .about .featured-single-box .icon img {
        width: 70px;
    }

    .about .price-btn {
        padding: 2px 63px;
        margin-bottom: 80px;
    }

    .about .testimonial-wrapper {
        padding-top: 60px;
    }

    .featured-single-box:last-child {
        margin-bottom: 0;
    }

    .testimonial .carousel-item p {
        font-size: 16px !important;
        margin-bottom: 10px;
    }

    .why-us .icon {
        max-width: 90px;
        min-height: unset;
    }

    .featured-single-box {
        margin-bottom: 10px !important;
    }

    .about .featured-text h2 {
        margin-bottom: 10px;
    }

    .about .testimonial-bg {
        background-position: 87%;
        padding-bottom: 100px;
    }
}

@media (max-width: 375px) {
    .ftr-email-form button {
        right: -66% !important;
    }
}

@media (max-width: 320px) {
    .ftr-email-form button {
        right: -62% !important;
    }
}


/* =================== start  faq page for happy slider =========================*/

@media (min-width: 769px) and (max-width: 1024px) {
    .faq-header h2 {
        padding-left: 30px;
    }

    .faq-single-box {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {

    /* faq banner area

       background-image: url(../images/about/About_banner.png);

        background-image: url(../images/homepage-image/faqbanner.jpg);*/
    .about .banner-inner {
        padding: 0px 20px;
    }

    .about .banner {
        min-height: 500px;
        background-size: cover;
        background-color: #ffffff;
        background-repeat: no-repeat;

    }

    .about.faq .banner {

    }

    .contact .banner>img,
    .booking-page .banner>img,
    .about.faq .banner>img,
    .about.gift .banner>img {
        display: none;
    }

    .about.faq .banner,
    .about.gift .banner {
        min-height: 500px;
        background-size: cover;
        background-color: #ffffff;
        background-repeat: no-repeat;
    }

    /* faq accordion row*/
    .faq-area .row {
        padding: 0 15px;
    }

    .contact .banner,
    .booking-page .banner,
    .about .banner
    {
        min-height: 500px;
        background-size: cover;
        background-color: #ffffff;
        background-repeat: no-repeat;
    }

    section.contact {
        margin-top: 0px;
    }

    /*
    .contact-bg,
    .faq-banner,
    .gift-banner {
        background-image: url(../images/contact/banner.png);
        min-height: 300px !important;
    }*/

    .banner-inner {
        padding: 0px 20px;
    }

    .featured-div {
        padding: 0px 20px;
    }



    .about-banner-image {
        visibility: hidden;
    }
/* background-image: url(../images/about/booking-banner.png);*/
    .booking-bg {
        min-height: 500px !important;
    }

    .booking-page section.banner>img {
        display: none;
    }

    .about section.banner>img {
        display: none;
    }

    .faq section.banner>img {
        display: none;
    }

    .gift section.banner>img {
        display: none;
    }



    .contact .banner .content>p {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 576px) {
    .featured-single-box {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
    }

    .featured-single-box .icon,
    .featured-single-box.alter .icon {
        margin: 0;
        margin-bottom: 20px;
        order: -1;
    }

    .icon {}

    .featured-text {
        text-align: center;
        margin-bottom: 30px;
    }

    /*faq banner*/
    .faq .content>p {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    p.text-center {}

    form.faq-banner-from {
        width: 90%;
    }

    form.faq-banner-from {}

    .faq-banner-from input[type="search"] {
        padding: 10px 27px;
    }

    .faq-banner-from button[type="submit"] {
        padding: 2px 30px;
    }

    form.faq-banner-from {
        width: 85%;
    }

    .about .banner-inner {
        text-align: center;
    }

    .about .content>p {
        font-size: 40px;
        margin-bottom: 0px;
    }

    /* faq accordion single box*/
    .faq-single-box {
        width: 100%;
        padding-bottom: 30px;
    }
}


/* =================== end  faq page for happy slider =========================*/


/* =================== start  gift page for happy slider =========================*/

@media (min-width: 769px) and (max-width: 1024px) {
    .about.gift .banner {
        min-height: 400px;
    }

    .content.extraclass {
        width: 80%;
    }
}

@media (max-width: 768px) {
    /*  background-image: url(../images/homepage-image/giftcardbanner.jpg);*/
    .about.gift .banner {

    }

    .content.extraclass {
        text-align: center;
        padding: 0 13px;
    }

    .giftcard-header,
    .checkout-header {
        flex-direction: column;
    }

    .giftcard-header h5,
    .checkout-header h5 {
        width: 100%;
        margin-bottom: 15px;
    }

    .giftcard-header .bar,
    .checkout-header .bar {
        width: 100%;
    }

    .gift-info {
        flex-direction: column;
    }

    .gift-form {
        width: 100%;
    }

    .gift-form .form-group {
        padding-bottom: 15px;
    }

    .gift-card {
        max-width: 80%;
        margin: 50px auto 0;
    }

    .check-img {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .gift-data label {
        text-align: left;
    }

    .gift-card {
        max-width: 97%;
    }

    select.first-select {
        margin-bottom: 15px;
    }

    .gift-banner p {
        font-size: 30px;
        line-height: 40px !important;
    }

    .gift .banner {
        min-height: auto;
        text-align: center !important;
    }

    .giftcard-inner {
        top: 0;
    }

    .giftcard-inner {
        width: 90%;
    }

    .lock p {
        display: none;
    }

    .gift-banner .banner-inner {
        top: 50%;
    }

    .booking-inner form {}

    .booking-inner form {
        width: 100%;
    }

    .booking-sidebar {
        width: 100%;
    }

    .booking-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .booking-step-sc.text-left button {
        width: 31%;
        text-align: center !important;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .kindlymaid .pay-shape {
        display: none;
        background: #FAFAFA;
    }

    .kindlymaid .pay {
        background: #FAFAFA;
    }

    .kindlymaid .meetcleaners-shape {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .kindlymaid .order h4 {
        padding: 0 60px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    section.relax-area {
        padding-top: 50px;
    }

    .alter .order h4 {
        padding: 0px 15px;
        margin-top: 15px;
    }

    .faq-banner-from button[type="submit"] {
        position: static;
        padding: 5px 47px;
        display: inline-block;
        margin-top: 10px;
    }

    form.faq-banner-from {
        width: 100%;
    }
}


.page-template-page-service .home-banner {
    padding-top: 200px !important;
    padding-bottom: 150px !important;
    min-height: 350px !important;
    margin-bottom: 50px;
}

.page-template-default .article-content__main{
    margin:100px 0px
}

.subheader_default_content{
    padding: 200px 0px 150px;
}

@media (max-width:500px){
    header .navbar-logo img{
        max-height:45px !important;
    }
    .banner-inner.top {
        margin-top: 40px !important;
    }
    .subheader_default_content{
        padding:90px 0px
    }
}


.slcr-sidebar h3.title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 38px;
    padding-left: 60px;
}

.slcr-sidebar .widget {
    margin-bottom: 50px;
    padding: 38px 30px 0px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.slcr-sidebar h3.title::after {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    left: 0;
    position: absolute;
    background: #001837;
    opacity: .6;
}

.wpcf7 label {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

.wpcf7 label {
    margin-right: 15px;
    margin-left: 0 !important;
    color: #001837;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.wpcf7 input, .wpcf7 select {
    outline: none;
    margin-bottom: 15px !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 textarea, .wpcf7 select {
    background-color: #f7f7f7;
    color: #001837;
    width: 100%;
    font-weight: normal;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.sod_select, .sod_select * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sod_label {
    font-size: 1.125rem;
    color: #3a3c41;
    text-transform: none;
    padding: 0 35px 0 15px !important;
    font-weight: 300;
    position: relative;
    height: 43px;
    line-height: 43px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    overflow: visible !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.btn-submit {
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.page-template-page-service .section-title h2{
    margin-bottom: 0px;
    color:#666666;
}

.services_container h4{
    color:#666666;
}


.flow-icon {
    max-width: 90px;
    margin-bottom: 15px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.flow-icon > img {
    max-height: 60px;
    width: auto;
}

.flow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flow-box-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 23px;
    width: 190px;
    /* position: relative; */
}

.flow-text p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 21px;
}

.flow-box-single:last-child {
    margin-right: 0;
}

.flow-box-icon:after {
    position: absolute;
    top: 26px;
    right: 0;
    width: 30px;
    height: 5px;
    content: "";
    border-top: 2px dashed #fff;
}

.flow-box-single:nth-child(2) .flow-icon:after {
    content: "";
    position: absolute;
    top: 29px;
    left: 133%;
    width: 120px;
    height: 1px;
    border-top: 1px dashed #fff;
}

.flow-box-single:nth-child(2) .flow-icon:before {
    content: "";
    position: absolute;
    top: 29px;
    right: 133%;
    width: 120px;
    height: 1px;
    border-top: 1px dashed #fff;
}


@media only screen and (max-width: 640px) {
    .booking_banner {
        padding: 50px 0px;
    }
    .flow-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flow-box-single {
        margin: 0;
        margin-bottom: 20px;
    }
    .flow-text > p {
        font-size: 16px !important;
    }
    .flow-icon {
        max-width: 50px;
    }
    .flow-icon > img {
        max-height: 48px;
    }
    .flow-box-single:nth-child(2) .flow-icon:before,
    .flow-box-single:nth-child(2) .flow-icon:after {
        display: none;
    }
    .flow-box-single{
        margin: auto;
    }

    .flow-box-single:last-child {
        margin-right: auto;
    }
}

.pt0 {
    padding-top: 0 !important;
}

img {
    max-width: 100%;
}
