@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*{margin: 0;padding: 0;}
a,a:hover{text-decoration: none; -webkit-transition: .3s all ease;-o-transition: .3s all ease;transition: .3s all ease;} 
li{list-style: none;}
body{font-family: 'Montserrat';}
.container{max-width: 1312px;}
.text-dkblue{color:#06588B;}
ul.fa-ul>li {padding-left:15px;}
ul.fa-ul>li .fa-li{width:auto !important;}
.top-news{background: #E9F7FF;padding: 10px 0;}
.top-news-text p{text-align: center;margin-bottom: 0;font-size: inherit;color: #06588B;line-height: 24px;font-weight: 500;}
.top-news-text p a{font-weight: bold;color: #069AF3;}
.sticky-top.sticky{box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);}
.main-menu-area{padding: 4px 0;background-color:#ffffff;}
.nav-container{padding-right: 16px; padding-left: 16px;}

.call-button{width: 43px;}

.main-logo{width: 200px;}
.main-logo h1 {margin-bottom: 0px;}
.main-logo a img{width: 100%;height: 100%;object-fit: contain;}
.main-menu{height: 100%;}
.main-menu ul{display: flex;justify-content:flex-end;margin-bottom: 0;height: 100%;align-items: center;}
.main-menu ul li{padding: 0px 20px;}
.main-menu ul li.price-btn{padding-right: 0;}
.main-menu ul li a{font-size: 18px;line-height: 21px;font-weight: 700;color: #06588B;border-bottom: 3px solid transparent;transition: all 0.5s ease-in-out;padding: 6px 0;}
.main-menu ul li a:hover{border-bottom: 3px solid #06588B;}
.main-menu ul li.current-active a, .main-menu ul li a:active{border-bottom: 3px solid #06588B;}
.main-menu-area li.price-btn a{ background: #06588B;border-radius: 8px;color: #fff;width: 128px;height: 40px;text-align: center;line-height: 24px;border: 2px solid #06588B;display:inline-block;white-space:nowrap; }
.main-menu-area li.price-btn a:hover{background: #fff;color: #06588B;}
.main-menu:not(.menu-open) ul li.price-btn {display: none;}
.current-active{border-bottom: 3px solid #06588B !important;}

/* buttons */
.blue-btn a{background: #06588B;border-radius: 8px;padding: 16px 25px;font-size: inherit;line-height: 16px;color: #fff;font-weight: bold;display: inline-block;margin-bottom: 15px;border: 2px solid #06588B;transition: all 0.4s ease-in-out;}
.blue-btn a:hover{color: #06588B;background: #fff;}
.white-btn a{background: #fff;border-radius: 8px;padding: 16px 25px;font-size: inherit;line-height: 16px;color: #069AF3;font-weight: bold;display: inline-block;margin-bottom: 0px;border: 2px solid #069AF3;transition: all 0.4s ease-in-out;}
.white-btn a:hover{color: #fff;background: #069AF3;}
.quote-button{background-color: #06588B;border-color:#06588B;font-size: 20px; margin-left: 15px !important;}
.quote-button:hover{color:#06588B;background-color: #fff;border-color:#06588B;}
.quote-button:focus{background-color: #06588B !important;border-color: #06588B !important;}

/* template elements */
.menu-toogler{display: none;cursor: pointer;float: right;}
.bar1{width: 28px;height: 3px;border-radius: 10px;background: #06588B;margin: 6px 0;transition: all 0.4s ease-in-out;}
.bar2{width: 28px;height: 3px;border-radius: 10px;background: #06588B;margin: 6px 0;transition: all 0.4s ease-in-out;}
.bar3{width: 16px;height: 3px;border-radius: 10px;background: #06588B;margin: 6px 0;transition: all 0.4s ease-in-out;}
.change .bar1 {-webkit-transform: rotate(-45deg) translate(-9px, 6px);transform: rotate(-45deg) translate(-9px, -1px);}
.change .bar3 {opacity: 0;}
.change .bar2 {-webkit-transform: rotate(45deg) translate(-8px, -8px);transform: rotate(45deg) translate(-7px, 3px);}
.p-sm-0{padding-left: 0;padding-right: 0;}
.mob-visible{display: none;}
.rounded-xl{border-radius:16px;}
.pl-55{padding-left: 55px !important;}
.pl-65{padding-left: 65px !important;}
.pr-55{padding-right: 55px !important;}

.close-btn{color: #06588B;border: 4px solid #06588B;padding: 2px;border-radius: 50px;width: 30px;height: 30px;display: inline-block;text-align: center;line-height: 16px;position: absolute;right: 15px;top: 15px;}
.main-menu .close-btn{display: none;}
.fancybox-close-small{display: none;}

/* heros & banners */
.banner-main-area{padding: 80px 0 184px 0;}
.banner-left h2{font-size: 40px;line-height: 48px;font-weight: 700;color: #06588B;margin-bottom: 15px;}
.banner-left p{font-size: inherit;line-height: 27px;font-weight: 500;color: #06588B;margin-bottom: 48px;}
.banner-left a{background-color: #06588B;border-color: #06588B;}
.banner-left a:hover{border-color: #06588B;}
.banner-left a:focus{border-color: #06588B; background: #fff !important; color: #06588B !important;}
.banner-left a:not(.btn-outline-primary):hover{background: #fff;color: #06588B;}
.banner-left{margin-top: 60px;}
.banner-right{padding-bottom: 20px;}
.banner-right1{position: relative;bottom: 28px;}

.blue-bg{background: #E9F7FF;}
.inner-banner-right img, .inner-banner-right lottie-player{width: 100%;height: 100%;object-fit: cover;}
.inner-banner-left h1, .inner-banner-left h2{margin-bottom: 25px;}
.inner-banner-left p{margin-bottom: 12px;font-size:105%;}
.inner-banner-left p b{color: #06588B;}
.inner-banner-left p b i{font-size: 23px;font-weight: bold;line-height: 1;}
.inner-banner-left p:last-child{margin-bottom: 0;}

.no-hero-banner{padding: 72px 100px 200px;text-align: center;}
.no-hero-banner h2{font-size: 46px;line-height: 60px;font-weight: bold;color: #06588B;margin-bottom: 16px;}
.no-hero-banner p{font-size: inherit;line-height: 27px;color: #06588B;font-weight: 500;}
.no-hero-banner p a{font-weight: bold;color: #06588B;border-bottom: 2px solid #069AF3;}

/* reusable content areas */
.no-hero-main-area{margin-top: -170px;}
.no-hero-content{background: #fff;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);border-radius: 16px;padding: 50px 30px;margin-bottom: 60px;}
.subpage-main-area{padding: 80px 0 80px 0;}

/*modal*/
.mh-modal{
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
	border-radius: 15px;
	padding-top:25px;
}
.mh-modal .fancybox-close-small {
	display:flex;
	justify-content: center;
	align-items: center;
	color: #069AF3;
	font-size: 26px;
	padding: 0;top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
}
.mh-modal .title{
    box-sizing: border-box;
    font-weight: bold;
    font-size: 22px;
    color: #06588B;
}
.mh-modal p .text-primary{
	font-weight: 700;
}

/*footer*/
footer{background: #ffffff;padding: 70px 0 30px 0;}
.footer-logo{width: 100px;}
.footer-logo img{width: 120%;height: 120%;object-fit: contain;}
.footer-1 h4{font-size: 14px;line-height: 21px;font-weight: 700;color: #06588B;}
.footer-1 ul{margin-bottom: 0;}
.footer-1 ul li a{font-size: 12px;line-height: 16px;color: #06588B;padding: 8px 0;display: inline-block;font-weight: 500;}
.footer-1 ul li, .footer-1 p, .footer-1 .phone-item{font-size: 12px;line-height: 16px;color: #06588B;font-weight: 500;}

#gladlyChat_container button#gladlyChatDragHandle {color:white !important;}

/* bottom white card block */
.white-card{display: flex;justify-content: space-between;align-items: center;background: #fff;border-radius: 16px;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);padding: 30px 40px;margin: 40px 0 128px 0;}
.white-card-left h3{font-size: 28px;line-height: 36px;font-weight: bold;margin-bottom: 0;color: #06588B;}
.white-card-left h4{font-size: inherit;line-height: 27px;font-weight: bold;margin-bottom: 0;color: #06588B;}
.white-card-left p{font-size: inherit;line-height: 24px;font-weight: 500;margin-bottom: 0;color: #06588B;}
.white-card-right .form-group{margin-bottom: 0;}
.white-card-right .form-control{background: #fff;border: 2px solid #ddd;border-radius: 4px;padding: 12px 16px;margin-right: 16px;height: 48px;width: 95%;font-size: inherit;line-height: 24px;color: #8c8c8c;}
.white-card-right .form-control::placeholder{color: #8c8c8c;}
.white-card-right .blue-btn{background: #069AF3;border-radius: 8px;color: #fff;font-weight: bold;font-size: inherit;line-height: 16px;border: 0;padding: 16px 24px;display: inline-block;width: 100%;}

/* landing page */
#landingPageBody img.callImage{width: 64px;}
#landingPageBody img.mapImage, #landingPageBody img.ownerImage {width:100%; max-width: 100%;}
#landingPageBody .banner-main-area{padding:0px 0px 65px;}
#landingPageBody .testimonial-area {margin:60px 0px;}
#landingPageBody .locationInfo-item, #landingPageBody .locationNameHolder{margin-bottom: 0px !important;height:auto;}
#landingPageBody .landing-locationInfoDiv .contactLink, #landingPageBody .landing-locationInfoDiv .directionsLink{padding-left:20px;padding-right:20px;} 
/* landing page mobile area */
.mobile-area{padding: 80px 0;position: relative;margin-top: -2px;}
.mobile-area:before{position: absolute;content: '';height: 350px;background: #E9F7FF;border-radius: 16px;left: 0;right: 0;margin: 0 auto;top: 0;}
.mobile-app-area{background: #06588B;padding-top: 225px;margin-top:-250px;}

/* how it works block */
.work-area{padding: 80px 0;position: relative;margin-top: -2px;}
.work-area:before{position: absolute;content: '';height: 424px;background: #E9F7FF;left: 0;right: 0;margin: 0 auto;top: 0;}
.work-title{text-align: center;margin-bottom: 48px;}
.work-title h2{font-size: 32px;line-height: 42px;color: #06588B;font-weight: bold;}
.work-title p{font-size: inherit;line-height: 27px;font-weight: 500;color: #06588B;}
.work-card1{background: #fff;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);border-radius: 16px;padding: 30px 25px;text-align: center;}
.work-card-icon{width: 72px;height: 72px;margin:0 auto;margin-bottom: 30px;}
.work-card-icon img{width: 100%;height: 100%;object-fit: contain;}
.work-card-title h3{font-size: inherit;line-height: 27px;color: #06588B;font-weight: bold;margin-bottom: 5px;}
.work-card-title p{font-size: inherit;line-height: 27px;color: #06588B;font-weight: 500;margin-bottom: 5px;}
.center-card{position: relative;}
.center-card:before{position: absolute;content: '';width: 25px;height: 25px;background: url(../images/icons/Arrow-icon.svg) no-repeat;background-size: 24px 24px;left: -85px;top: 50%;transform: translateY(-50%);}
.center-card:after{position: absolute;content: '';width: 25px;height: 25px;background: url(../images/icons/Arrow-icon.svg) no-repeat;background-size: 24px 24px;right:-85px;top: 50%;transform: translateY(-50%);}
.work-btn{margin-top: 80px;text-align: center;}
.work-btn a{font-size: inherit;line-height: 16px;font-weight: 700;color: #06588B;border: 1px solid #06588B;border-radius: 8px;padding: 16px 24px;display: inline-block;transition: all 0.4s ease-in-out;}
.work-btn a:not(.btn-outline-primary):hover{background: #06588B;color: #fff;}

/* why swiftmaid block */
.why-area{padding: 80px 0 95px 0;}
.why1{background: #fff;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);border-radius: 16px;padding: 30px 20px;min-height: 270px;margin-bottom: 30px;text-align: center;}
.why-icon{width: 72px;height: 72px;margin-bottom: 30px; display: inline;}
.why-icon img{width: 75px; object-fit: contain;margin-bottom: 15px;}
.why-top-area{position: relative;z-index: 1;}
.why-text h3{font-size: 22px;line-height: 28px;font-weight: 700;color: #06588B;margin-bottom: 5px;}
.why-text p{font-size: inherit;line-height: 24px;color: #06588B;font-weight: 500;margin-bottom: 0;}
.why-bottom-head img{width: 72px;height: 72px;object-fit: contain;margin-bottom:12px;/*margin-right: 10px;*/}
.why-bottom-head{justify-content: center;margin-bottom: 17px;align-items: center;text-align:center;/*display: flex;*/}
.why-bottom-area{background: #E9F7FF;padding-top: 190px;margin-top:-177px;}
.why-bottom-text{text-align: center;margin-bottom: 10px;}
.why-bottom-text p{font-size: inherit;line-height: 27px;font-weight: 500;color: #fff;margin-bottom: 0;}
.mobile-shot-area{text-align: center;}
.custom-gutter{margin-left: 0px; margin-right: 0px;}
.no-pad{padding-left: 0px; padding-right: 0px;}

/*  Committed to Caring block */
.commit-area{position: relative;z-index: 1;}
.commit-text h2{font-size: 32px;line-height: 42px;font-weight: 700;color: #06588B;}
.commit-text p{font-size: inherit;line-height: 27px;font-weight: 500;margin-bottom: 35px;color: #06588B;}
.commit-text a{font-size: inherit;line-height: 16px;font-weight: bold;padding: 16px 25px;border-radius: 8px;background: #06588B;color: #fff;border: 2px solid #06588B;transition: all 0.4s ease-in-out;}
.commit-text a:not(.btn-outline-primary):hover{background: #fff;color: #06588B;}
.commit-img img{width: 100%;border-radius: 16px;}
.care-bg{background: #fff;border-radius: 16px;padding: 30px;display: flex;justify-content: space-between;align-items: center;}
.care-left h4{font-size: 24px;line-height: 31px;color: #06588B;font-weight: bold;margin-bottom: 0;}
.landing-left p, .care-left p{font-size: inherit;line-height: 27px;font-weight: 500;margin-bottom: 0;}
.care-left p{color: #06588B;}
.care-right a{font-size: inherit;line-height: 16px;background: #06588B;border-radius: 8px;padding: 20px 30px;font-weight: bold;color: #fff;display: inline-block;white-space: nowrap;border: 2px solid #06588B;transition: all 0.4s ease-in-out;}
.care-right a:not(.btn-outline-primary):hover{background: #fff;color: #06588B;}
.care-bg-area{background: #E9F7FF;padding: 150px 0 104px 0;margin-top: -75px;}
.care-area{}

/*service block */
.maid-service-area{padding: 70px 0 50px 0;}
.maid-service1{padding-bottom: 40px;}
.maid-service-left h2{font-size: 40px;line-height: 52px;font-weight: 700;color: #06588B;margin-bottom: 2px;}
.maid-service-left h4{font-size: inherit;line-height: 27px;font-weight: bold;color: #069AF3;margin-bottom: 20px;}
.maid-service-left p{font-size: inherit;line-height: 27px;color: #06588B;font-weight: 500;margin-bottom: 30px;}
.maid-service-left a{background: #069AF3;border-radius: 8px;padding: 16px 32px;color: #fff;font-size: inherit;line-height: 16px;font-weight: bold;display: inline-block;border: 2px solid #069AF3;transition: all 0.4s ease-in-out;}
.maid-service-left a:not(.btn-outline-primary):hover{background: #fff;color: #069AF3;}
.maid-service-right a{background: none;padding: 0;border: 0;}
.maid-service-right img{width: 100%;height: 100%;object-fit: contain;border-radius: 16px;}
.maid-faq-area > ul > li{background: #fff;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);border-radius: 16px;padding: 25px 25px 25px 85px;margin-bottom:25px;}

/* faq block */
.faq-head{position: relative;cursor: pointer;}
.faq-head:before{position: absolute;content: '';width: 24px;height: 24px;background: url(../images/icons/plus-sign.svg) no-repeat;background-position: left center;left: -48px;}
.faq-head h4{font-size: inherit;line-height: 27px;font-weight: bold;color: #06588B;margin-bottom: 0;}
.faq-visible{display: none;padding: 25px 0 35px 0;}
.faq-visible-list h4{font-size: inherit;line-height: 24px;font-weight: 700;color: #06588B;margin-bottom: 10px;}
.faq-visible-list ul{margin-bottom: 0;}
.faq-visible-list ul li{font-size: 14px;line-height: 21px;color: #06588B;}
.maid-faq-area ul{margin-bottom: 40px;}
.faq-open .faq-head:before{background: url(../images/icons/minus.svg) no-repeat;top: 50%;transform: translateY(-50%);height: 26px;}
.faq-visible p{font-size: inherit;line-height: 27px;color: #06588B;font-weight: 500;margin-bottom: 30px;}
.faq-visible p b{font-weight: bold;color: #069AF3;}
.faq-visible p:last-child{margin-bottom: 0;}
.faq-warning{display: flex;align-items: center;justify-content: center;background: #E9F7FF;border-radius: 8px;padding: 17px 20px;width: 80%;margin: 0 auto;}
.faq-warning p{font-size: 14px;line-height: 21px;font-weight: 500;color: #06588B;margin-bottom: 0;}
.faq-warning p b{font-weight: bold;}
.faq-warning img{margin-right: 10px;}
.maid-faq-area{padding: 20px 0;}

/* add-on services block */
.maid-clean h2{font-size: 28px;line-height: 36px;margin-bottom: 16px;}
.maid-service-clean{padding:0;position: relative;z-index: 1;}
.cleaner-block1{background: #fff;padding: 16px 16px 25px;border-radius: 8px;}
.cleaner-block1 img{width: 24px;height: 24px;object-fit: contain;margin-bottom: 10px;}
.cleaner-block1 p{font-size: inherit;line-height: 24px;color: #069AF3;margin-bottom: 10px;}
.cleaner-block1 h3{font-size: inherit;color: #06588B;line-height: 27px;font-weight: 500;margin-bottom: 10px;}
.cleaner-block-list ul{display: flex;flex-wrap: wrap;}
.cleaner-block-list ul li{width: 17.6%;margin: 12px 15px;}
.cleaner-block-list ul li:first-child{margin-left: 0;}
.cleaner-block-list ul li:nth-child(6){margin-left: 0;}
.cleaner-block-list ul li:last-child{margin-right: 0;}
.cleaner-block-list ul li:nth-child(5){margin-right: 0;}
.cleaner-block-list{padding: 85px 0;}
.cleaner-note p{font-size: inherit;line-height: 27px;font-weight: 500;color: #06588B;text-align: center;margin-bottom: 0;}
.deep-cleaner-block{margin-top: -50px;}
.landing-cta, .cleaner-price{display: flex;justify-content: space-between;background: #069AF3;padding: 30px;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.16);border-radius: 16px;width: 90%;margin: 0 auto;align-items: center;}
.cleaner-price {margin-top: -60px;}
.cleaner-price-text h3{font-weight: normal;}
.cleaner-price-btn a{background: #fff;border-radius: 8px;color: #069AF3;padding: 16px 25px;display: inline-block;font-weight: bold;border: solid 1px white;}
.landing-cta > .care-right.cleaner-price-btn a:hover{background: #069AF3;color: #fff;}
.services-item a{
	border-bottom: solid 2px #069AF3 !important;
	color:#06588B;
	padding-bottom:5px;
}

/* errands block */
.errand-service{padding: 130px 0 65px 0;}
.errand-service .maid-service-left{padding-top: 50px;padding-right: 20px;}
.errand-price{margin-top: -75px !important;}
.errand-video-area{position: relative;z-index: 1;}
.errand-price-text{width: 60%;padding: 128px 0 110px 0;}
.errand-price-text h2{font-size: 32px;line-height: 42px;font-weight: bold;color: #06588B;margin-bottom: 15px;}
.errand-price-text p{font-size: inherit;line-height: 27px;font-weight: 500;color: #06588B;margin-bottom: 0;}
.errand-service .cleaner-block-list{padding: 0;margin-top: -60px;}
.errand-service .cleaner-block-list ul{justify-content: center;margin-bottom: 0;}
.errand-service .cleaner-block-list ul li{width: 22%;}
.errand-service .cleaner-block1{box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);padding: 16px;}
.errand-service .cleaner-block1 p{margin-bottom: 0;}
.anywhere-area{padding: 65px 0;}
.anywhere-head{text-align: center;margin-bottom: 50px;}
.anywhere-head h3{font-size: 32px;line-height: 42px;font-weight: 700;color: #06588B;margin-bottom: 15px;}
.anywhere-head p{font-size: inherit;line-height: 27px;color: #06588B;font-weight: 500;}
.anywhere-1{display: flex;background: #fff;border-radius: 8px;align-items: center;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);padding: 20px 10px;}
.anywhere-icon{width: 43px;height: 38px;margin-right: 12px;}
.anywhere-icon img{width: 100%;height: 100%;object-fit: contain;}
.anywhere-text p{font-size: 14px;line-height: 20px;font-weight: 600;color: #06588B;margin-bottom: 0;}
.need-area{padding: 60px 0 80px 0;}
.need-img{border-radius: 0 0 16px 16px;}
.need-img img{width: 100%;height: auto;object-fit: contain;border-radius: 16px;}
.need-area .white-card{margin: 0;margin-top: -60px;}
.need-area .white-card-left h3{font-size: 24px;line-height: 31px;}

/* about us page */
.about-who-area{padding: 80px 0 80px 0;}
.client-area{background: #fff;border-radius: 16px;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);padding: 30px;display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 30px;}
.client-left{width: 25%;}
.client-left h3{font-size: 24px;line-height: 31px;color: #06588B;font-weight: bold;margin-bottom: 8px;}
.client-left p{font-size: inherit;line-height: 27px;color: #06588B;font-weight: 500;margin-bottom: 0px;}
.client-right{width: 75%;margin-left: auto;}
.client-right ul{display: flex;align-items: center;margin-bottom: 0px;flex-wrap: wrap;}
.client-right ul:last-child{margin-bottom: 0;}
.client-right ul li img{width: 50px;height: 50px;object-fit: contain;margin: 0 15px;margin-bottom: 20px;border-radius: 50%;}
.about-video-area{padding: 20px 0 60px 0;}
.about-video-left{padding-top: 20px;}
.about-video-left h2{font-size: 28px;line-height: 36px;font-weight: 700;color: #06588B;}
.about-video-left p{font-size: inherit;line-height: 27px;font-weight: 500;color: #06588B;}
.about-video-right img{width: 100%;border-radius: 15px;}
.about-video-right::before{padding: 22px !important;}
.about-family{padding: 70px 0 80px 0;}
.about-family-text h2{font-size: 32px;line-height: 42px;font-weight: bold;color: #06588B;margin-bottom: 45px;text-align: center;}
.about-family-text img{width: 100%;height: 100%;object-fit: contain;margin-bottom: 30px;border-radius: 15px;}
.about-family-text p{font-size: inherit;line-height: 27px;font-weight: 500;color: #06588B;}
.about-client-area{padding-top: 80px;}
.guarantee-area{padding: 100px 0 80px 0;}
.guarentee-head h2{font-size: 32px;line-height: 42px;font-weight: bold;color: #06588B;text-align: center;margin-bottom: 45px;}
.guarantee1{background: #fff;border-radius: 16px;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);padding: 30px 25px;text-align: center;margin-bottom: 30px;min-height: 265px;}
.guarantee-img{width: 71px;height: 72px;margin: auto;margin-bottom: 25px;}
.guarantee-img img{width: 100%;height: 100%;object-fit: contain;}
.guarantee-text h3{font-size: inherit;line-height: 27px;font-weight: bold;color: #06588B;margin-bottom: 8px;}
.guarantee-text p{font-size: inherit;line-height: 24px;font-weight: 500;color: #06588B;margin-bottom: 0;}
.team-area{padding: 75px 0 0 0;}
.team-area-text{padding: 55px 110px;text-align: center;}
.team-area-text h2{font-size: 28px;line-height: 36px;color: #06588B;font-weight: bold;margin-bottom: 16px;}
.team-area-text p{font-size: inherit;line-height: 27px;font-weight: 500;color: #06588B;margin-bottom: 40px;}
.team-area-width{width:100%;}

/* keep in touch block*/
.in-touch-area{padding: 40px 0 100px 0;}
.in-touch-area .white-card{margin: 0;}
.thankyou-text p{font-size: inherit;line-height: 24px;font-weight: 700;float: right;color: #3DDC97;margin-bottom: 0;}
.thankyou-text p img{width: 16px;height: 11px;object-fit: contain;margin-left: 5px;}

/* contact page */
.contact-page-main{margin-top: -150px; background: #E9F7FF;}
.contact-form-area{color: #06588B;background: #fff;box-shadow: 0px 10px 36px rgba(18, 78, 120, 0.08);border-radius: 16px;padding: 50px 30px;margin-bottom: 60px;}
.contact-form-area a{color: #0677BC; border-color: #069AF3;}
.contact-form-area a:hover{background-color: #069AF3; border-color: #069AF3;}
#saveForm{background-color: #069AF3;border-color: #069AF3;}
#saveForm:hover{background-color: #05507E;border-color: #05507E;}

/* faq page */
.faq-page-1 h3{font-size: 24px;line-height: 31px;color: #069AF3;font-weight: bold;margin-bottom: 5px;}
.faq-main-area{margin-top: -170px; height: 100vh; background: #E9F7FF;}

/* get a price */
.get-price-work:before{background: transparent;}
.faq-price h3{font-size: 32px;line-height: 42px;font-weight: bold;color: #06588B;margin-bottom: 40px;}
.faq-price-area{padding-top: 90px;}
.faq-price-area .faq-main-area{margin-top: 0;}
.faq-price-area .maid-faq-area{padding-bottom: 0;}
.faq-price-area .maid-faq-area ul{margin-bottom: 0;}

/* large (max 1024) */
@media only screen and (max-width: 1024px){
    .banner-left h2{font-size: 38px;line-height: 43px;}
    .banner-main-area{padding-bottom: 70px;}
    .work-card1{height: 100%;min-height: 330px;}
    .work-card-title p{font-size: inherit;}
    .why1{padding: 30px 15px;min-height: 325px;}
    .commit-text h2{font-size: 26px;}
    .commit-text p{font-size: inherit;}
    .commit-text a{display: inline-block;}
    .inner-banner-left h1{font-size: 26px;line-height: 32px;margin-bottom: 8px;}
    .inner-banner-left p{font-size: inherit;line-height: 25px;}
    .maid-service-left{padding-top: 0;}
    .maid-service-left h2{font-size: 36px;line-height: 46px;}
    .faq-warning{width: 95%;}
    .cleaner-block-list ul li{margin: 12px;}
    .cleaner-price-btn a{font-size: 15px;white-space: nowrap;}
    .errand-service .maid-service-left{padding-top: 10px;}
    .anywhere-text p{font-size: 12px;line-height: 16px;}
    .anywhere-icon{width: 35px;height: 35px;margin-right: 5px;}
    .anywhere-1{padding: 20px 5px;}
    .white-card-left{margin-right: 20px;}
    .guarantee1{padding: 30px 15px;min-height: 315px;}
    .team-area-text{padding: 55px 75px;}
    .location-1 h2{font-size: 26px;line-height: 34px;margin-bottom: 28px;}
}

/* medium (max 992) */
@media only screen and (max-width: 992px){
    .main-menu ul li{padding: 0 12px;}
    .main-menu ul li.price-btn a{width: 120px;}
    .banner-main-area{padding-top: 30px;padding-bottom: 24px;}
    .banner-left{margin-top: 20px;}
    .banner-left h2{font-size: 30px;line-height: 37px;}
    .banner-left p{margin-bottom: 25px;}
    .banner-left a{padding: 16px 25px;}
    .banner-right{height: 100%;}
    .work-area{padding-top: 30px;}
    .work-area:before{height: 75%;}
    .work-card1{height: auto;min-height: auto;margin-bottom: 70px;}
    .work-btn{margin-top: 10px;}
    .center-card:before{left: 50%;top: -45px;transform: translateX(-50%) rotate(90deg);}
    .center-card:after{right: 46%;top: 112%;transform: translateX(-50%) rotate(90deg);}
    .testimonial-1{padding: 56px 75px 120px;}
    .testimonial-text p{font-size: 22px;}
    .commit-text h2{font-size: 22px;line-height: 30px;}
    .commit-img{height: 100%;}
    .commit-img img{height: 100%;object-fit: cover;border-radius: 12px;}
    .care-bg-area{padding: 150px 0 80px 0;}
    .care-left h4{font-size: 20px;line-height: 28px;margin-bottom: 5px;}
    .care-left p{font-size: inherit;}
    .inner-banner-left{padding-left: 0px;padding-top: 20px;padding-bottom: 20px;}
    .inner-banner-left h1{font-size: 26px;line-height: 30px;margin-bottom: 10px;}
    .inner-banner-left p{font-size: 14px;line-height: 20px;margin-bottom: 8px;}
    .maid-service-left h2{font-size: 30px;line-height: 40px;}
    .maid-service-left h4{font-size: inherit;line-height: 23px;margin-bottom: 12px;}
    .maid-service-left p{font-size: 15px;line-height: 24px;margin-bottom: 20px;}
    .inner-banner-right{padding: 20px 0;height: 100%;}
    .maid-service-right{height: 100%;}
    .maid-service-right img{object-fit: cover;border-radius: 15px;}
    .cleaner-block-list ul li{width: 21.6%;}
    .cleaner-block-list ul li:nth-child(5){margin-right: 12px;margin-left: 0;}
    .cleaner-block-list ul li:nth-child(9){margin-left: 0;}
    .cleaner-block-list ul li:nth-child(4){margin-right: 0px;}
    .cleaner-block-list ul li:nth-child(6){margin-left: 12px;}
    .errand-price-text{width: 90%;}
    .cleaner-block1 h3{font-size: 15px;line-height: 23px;}
    .errand-service .cleaner-block1{min-height: 145px;}
    .anywhere-1{display: block;text-align: center;}
    .anywhere-icon{margin: auto;margin-bottom: 10px;}
    .anywhere-1{min-height: 139px;}
    .anywhere-head h3{font-size: 25px;line-height: 35px;}
    .white-card{padding: 30px 25px;}
    .need-area .white-card-left h3{font-size: 21px;line-height: 28px;}
    .anywhere-head p br{display: none;}
    .client-area{display: block;text-align: center;}
    .client-left{margin-bottom: 40px;}
    .client-left p br{display: none;}
    .about-video-left{padding-top: 0;}
    .about-video-left h2{font-size: 24px;line-height: 30px;margin-bottom: 12px;}
    .about-video-left p{font-size: 15px;line-height: 25px;}
    .about-family{padding: 20px 0 30px 0;}
    .guarentee-head h2{font-size: 28px;line-height: 32px;}
    .team-area{padding-top: 30px;}
    .team-area-text h2{font-size: 25px;line-height: 31px;}
    .team-area-text p{font-size: 17px;}
    .in-touch-area .white-card{display: block;text-align: center;}
    .in-touch-area .white-card-left{margin-bottom: 20px;}
    .get-price-work{padding-bottom: 10px;}
    .why-text h3{font-size: 21px;line-height: 26px;margin-bottom: 10px;}
    .why-text p{font-size: 14px;}
    .why1{min-height: 340px;}
    .faq-price h3{font-size: 30px;line-height: 42px;margin-bottom: 30px;text-align: center;}
    .faq-page-1 h3{font-size: 22px;line-height: 28px;margin-bottom: 10px;text-align: center;}
    .footer-logo{width: 90px;}
    .career-detail{padding: 70px;}
    .career-main-area{padding: 55px 0;}
    .no-hero-banner h2{font-size: 28px;line-height: 50px;}
    .covid-main-2 h2{width: 95%;font-size: 21px;}
    .white-card-left h3{font-size: 25px;}
}

/* small (max 767) */
@media only screen and (max-width:767px){
    .menu-toogler{display: inline-block;}
    .main-menu-area {padding: 15px 0;}
    .main-menu{position: fixed;content: '';width: 0;height:100%;left: auto;right: 0;background: #fff;z-index: 999;top: 0;bottom: 0;text-align: center;transition: all 0.4s ease-in-out;padding: 50px 0 0 0;}
    .menu-open{width: 100%;padding:50px 15px 15px 15px;}
    .main-menu .close-btn{display: none;}
    .menu-open .close-btn{display: block;}
    .main-menu ul{display: block;justify-content: center;}
    body.overflow-none{overflow: hidden;}
    .main-menu ul li{padding: 10px 0;}
    .main-menu ul li a{padding: 5px 0; font-size: 16px;}
    .top-news-text p{line-height: 22px;font-size: 15px;}
    .banner-left{text-align: center;margin-top: 0;}
    .banner-main-area{padding-top: 20px;}
    .banner-left p{margin-bottom: 45px;}
    .banner-left a.btn-outline-primary{background-color: white;}
    .banner-right1{width: 100%;height: 350px; bottom: 0px;}
    .banner-right1 img{width: 100%;height: 100%;object-fit: cover;object-position: right;}
    

    .banner-right{z-index: -1;height: auto;}
    .work-area{margin-top: -80px;padding-top: 70px;padding-bottom: 60px;}
    .work-title p br{display: none;}
    .get-price-work p br{display: none;}
    .work-area:before{border-radius: 0px;}
    .why1{min-height: auto;}
    .why-bottom-area{margin-top: 50px;padding-top: 70px;border-radius: 0;}
    .why-bottom-head{display: block;text-align: center;padding: 0 15px;}
    .why-bottom-head img{margin-right: 0;margin-bottom: 20px;}
    .why-bottom-text{padding: 0 15px;}
    .why-bottom-text p br{display: none;}
    .mobile-shot-area{width: 100%;height: 260px;}
    .mobile-shot-area img{width: 75%;height: 75%;object-fit: contain;}
    .work-title h2{font-size: 28px;line-height: 32px;margin-bottom: 20px;}
    .mob-hidden{display: none;}
    .mob-visible{display: block;}
    .commit-text{text-align: center;}
    .commit-text h2{margin-bottom: 20px;}
    .commit-img{margin-bottom: 20px;}
    .care-bg-area{margin-top: 0px;padding: 60px 0 60px 0;}
    .care-area{background: #E9F7FF;margin-top: 60px;margin-bottom: 0;}
    .care-bg{display: block;text-align: center;border-radius: 0px;}
    .care-right{margin-top: 30px;}
    .footer-1 ul{display: none;}
    .copyright ul{display: block;margin-top: 20px;}
    .footer-logo{width:110px;margin: auto;height: 80px;margin-bottom: 30px;}
    .footer-1{text-align: center;margin: 10px 0;}
    .main-logo{width: 175px;height: 65px;}
    .inner-banner-left{padding-right: 20px;padding-top: 50px;text-align: center;padding-left: 19px;}
    .inner-banner-right{padding-top: 50px;padding-bottom: 0;}
    .inner-banner-left p b i{font-size: 20px;}
    .maid-service-area{padding: 30px 0 50px 0;}
    .maid-service-left h2{margin-bottom: 10px;line-height: 25px;}
    .maid-service-left h4{margin-bottom: 30px;}
    .maid-service-right{margin-bottom: 30px;}
    .faq-head:before{top: 50%;transform: translateY(-50%);}
    .faq-warning{width: 100%;}
    .maid-faq-area{padding-bottom: 0;}
    .deep-cleaner-block{border-radius: 0;}
    .cleaner-block-list ul li {width: 43.7%;}
    .cleaner-block-list ul li:first-child{margin-left: 12px;}
    .cleaner-block-list ul li:nth-child(4){margin-right: 12px;}
    .cleaner-block-list ul li:nth-child(5){margin-left: 12px;}
    .cleaner-block-list ul li:nth-child(9){margin-left: 12px;}
    .cleaner-block-list ul li:last-child{margin-right: 12px;}
    .landing-cta, .cleaner-price{display: block;text-align: center;padding: 55px 30px 25px;margin-top: 40px;}
    .cleaner-price-text h3{font-size: inherit;line-height: 26px;margin-bottom: 30px;}
    .errand-price{margin-top: 20px !important;border-radius: 0;}
    .errand-price-text{padding: 50px 0 110px 0;}
    .errand-service .cleaner-block-list ul li{width: 43.7%;}
    .errand-service{padding: 40px 0 15px 0;}
    .anywhere-area{padding: 15px 0;}
    .anywhere-head p br{display: none;}
    .anywhere-1{min-height: auto;display: flex;margin-bottom: 25px;padding: 20px 25px;}
    .anywhere-icon{margin: 0;margin-right: 15px;}
    .need-area{padding: 25px 0 50px 0;}
    .anywhere-head{padding: 0 15px;}
    .need-img{height: 230px;border-radius: 0;padding-bottom: 40px;}
    .need-img img{height: 100%;border-radius: 0;object-fit: cover;}
    .need-area .white-card{display: block;margin-top: -40px;text-align: center;padding: 30px 15px;}
    .need-area .white-card-left{margin-right: 0;}
    .need-area .white-card-left h3{font-size: inherit;line-height: 25px;}
    .deep-cleaner-block .row{background: #E9F7FF;}
    .errand-service .blue-bg{border-radius: 0;}
    .subpage-main-area, .about-who-area{padding: 40px 0;}
    .client-left,.client-right{width:auto;}
    .client-right ul{flex-wrap: wrap;margin-bottom: 0;}
    .client-area{padding: 30px 15px;}
    .client-right ul li img{margin-bottom: 20px;margin: 0 9px;}
    .client-right{display: flex;}
    .about-video-area{padding: 20px 0;}
    .about-family-text h2{font-size: 28px;line-height: 36px;text-align: left;margin-bottom: 30px;}
    .guarantee-area{padding: 30px 0 30px 0;}
    .guarantee1{min-height: auto;}
    .team-area-text{padding: 45px 15px;}
    .team-area-text h2{font-size: 19px;line-height: 24px;}
    .team-area-text p{font-size: 15px;}
    .team-area-text p br{display: none;}
    .white-card-right .blue-btn{width: auto;}
    .white-card-right .form-control{margin-right: 0;margin-bottom: 25px;}
    .covid-main-img{margin-bottom: 20px;}
    .covid-main-text h2{font-size: 25px;line-height: 30px;}
    .bullet-circle-li h4{font-size: 21px;line-height: 1;}
    .bullet-circle-li{font-size: 15px;}
    .covid-main-1{padding: 25px 0;}
    .covid-main-2{padding: 20px 0;}
    .covid-main-2 h2{width: 100%;font-size: 17px;line-height: 27px;}
    .white-card{margin: 40px 0 60px 0;display: block;text-align: center;}
    .white-card-left h3{font-size: 24px;line-height: 32px;}
    .no-hero-banner{padding: 72px 15px;}
    .no-hero-holder{background: #E9F7FF;}
    .no-hero-banner h2{font-size: 35px;line-height: 40px;}
    .no-hero-banner p{font-size: inherit;}
    .location-head h3{font-size: 30px;line-height: 35px;margin-bottom: 40px;}
    .location-1 h2{font-size: 23px;line-height: 28px;}
    .location-area{padding-bottom: 45px;}
    
	/*faq custom*/
    .no-hero-main-area, .faq-main-area{margin-top: 35px;margin-bottom: 20px;}
    .no-hero-holder.no-hero-faq .no-hero-banner{padding: 72px 15px;}
    .no-hero-holder-faq .no-hero-banner h2{font-size: 26px;line-height: 36px;}
    /*end faq custom*/
    
	.career-main-area{padding: 25px 0 20px 0;}
    .career-detail{padding: 40px 15px;}
    .career-detail h3{font-size: 20px;line-height: 26px;}
    .career-detail ul li{font-size: 14px;line-height: 20px;}
    .get-price-work{margin-top: 0;padding-bottom: 0;}
    .why-area{padding: 40px 0 45px 0;}
    .faq-price-area{padding-top: 40px;}
    .faq-price{text-align: center;}
    .faq-price h3{font-size: 22px;line-height: 30px;margin-bottom: 20px;}
    .faq-page-1 h3{font-size: 16px;line-height: 22px;text-align: center;}
    .cleaning-area{padding: 40px 0;}
    .cleaning-head h2{font-size: 26px;line-height: 33px;text-align: center;margin-bottom: 20px;}
    .cleaning-head p{font-size: 16px;line-height: 24px;text-align: center;}
    .cleaning-head{margin-bottom: 30px;}
    .cleaning-right{display: none;}
    .confirmation-screen .why-bottom-area{margin-top: 60px;}
    .why-bottom-btns{display: none;}
    .confirmation-bottom h2{font-size: 26px;line-height: 35px;margin-bottom: 35px;}
    .confirmation-bottom a{margin-bottom: 30px;padding: 16px 30px;}
    .booking-total{display: block;}
    .about-video-right{margin-bottom: 25px;}
    .pad-lr-0{padding-left: 0;padding-right: 0;}
    
    .footer-logo img{position: relative;left: -6px;}
}

/* xsmall (max 375) */
@media only screen and (max-width: 375px){
    .cleaner-block-list ul li,.errand-service .cleaner-block-list ul li{width:43%;}
    .confirmation-bottom h2{padding: 0 15px;font-size: 23px;line-height: 30px;}   
    .bullet-circle-li h4{font-size: 16px;}
    .why-bottom-head h3 br{display: none;}
	
	.care-left h4{font-size: 25px;margin-bottom: 15px;line-height: 30px;}
    .care-right a{padding: 15px 30px;}
    .mobile-shot-area{width: 100%;height: 235px;}
    .why-bottom-head{padding: 0 20px;}
    .why-bottom-head h3{font-size: 23px;}
    .work-title h2{font-size: 22px;line-height: 25px;}
    .maid-service-left h2{margin-bottom: 13px;}
    .faq-warning img{margin-right: 20px;}
    .errand-price-text h2{font-size: 24px;}
    .errand-price-text{padding: 50px 0 95px 0;}
    .cleaner-block1 img{width: 27px;height: 27px;}
    .errand-service .cleaner-block1{padding: 13px 13px;}
    .anywhere-head h3{font-size: 23px;}
    .anywhere-head{padding: 0;}
    .errand-service .cleaner-block1{min-height: auto;}
    .anywhere-1{padding: 15px 30px;text-align: left;margin-bottom: 20px;}
    .anywhere-icon{width: 40px;height: 40px;}
    .anywhere-text p{font-size: 14px;}
    .inner-banner-left p{font-size: 16px;line-height: 24px;margin-bottom: 10px;}
    .inner-banner-right{padding-top: 10px;}
    .inner-banner-left h1{line-height: 32px;margin-bottom: 12px;}
    .inner-banner-right{height: 220px;}
    .client-right ul li img{width: 38px;height: 38px;margin: 0 7px; margin-bottom: 14px;}
    .guarentee-head h2{font-size: 23px;line-height: 31px;margin-bottom: 35px;}
    .guarantee-img{width: 80px;height: 70px;}
	
	/*faq custom*/
    .no-hero-holder.no-hero-faq .faq-text h2{margin-bottom: 0;}
    .no-hero-holder.no-hero-faq .faq-text{padding: 60px 15px;}
    .no-hero-holder.no-hero-faq{margin-top: 20px;}
    .faq-page h3{text-align: left;}
    .faq-head h4{font-size: 15px;line-height: 23px;}
    .maid-faq-area > ul > li{padding: 20px 25px 20px 85px;}
	/*end faq custom*/
	
    .location-1 h2{font-size: 19px;line-height: 22px;}
    .white-btn a{padding: 13px 30px;font-size: 15px;}
    .blue-btn a{padding: 13px 30px;font-size: 15px;}
    .career-banner .inner-banner-right{height: 270px;}
    .career-main-area{padding-top: 0;}
    .career-detail h3{font-size: 19px;line-height: 24px;}
    .career-detail ul{margin-left: 18px;}
    .get-price-work .work-title p{padding: 0 15px;}
    .why-text h3{font-size: 18px;line-height: 21px;margin-bottom: 6px;}
    .why-text p{line-height: 24px;font-size: 15px;}
    .why-icon{margin-bottom: 25px;}
    .faq-price h3{font-size: 24px;line-height: 33px;margin-bottom: 25px;}
    .faq-visible p{font-size: 15px;}
    .faq-head:before{width: 22px;height: 22px;background-size: contain;}
    .deep-cleaner-block{margin-top: -70px;}
    .about-banner .inner-banner-left h1{font-size: 27px;}
}

/* xxsmall (max 320) */
@media only screen and (max-width: 320px){
    .banner-left h2{font-size: 26px;line-height: 34px;}
    .banner-left p{font-size: 16px;margin-bottom: 35px;}
    .work-btn a{font-size: 14px;}
    .work-title h2{font-size: 25px;}
    .work-title p{font-size: 14px;line-height: 21px;}
    .why-text h3{font-size: 20px;line-height: 26px;margin-bottom: 8px;}
    .why-text p{font-size: 14px;line-height: 22px;}
    .why-bottom-head h3{font-size: 16px;line-height: 26px;}
    .why-bottom-text p{font-size: 15px;line-height: 22px;}
    .faq-head h4{font-size: 15px;line-height: 20px;}
    .cleaner-block-list ul li, .errand-service .cleaner-block-list ul li{margin: 8px !important;width: 44.4%;}
    .errand-price-text{width: 100%;}
    .anywhere-head h3{font-size: 19px;line-height: 28px;}
    .anywhere-head p{font-size: 13px;line-height: 22px;}
    .need-area .white-card-left h3{font-size: 16px;}
    .cleaning-head h2{font-size: 23px;line-height: 28px;}
    .cleaning-head p{font-size: 13px;line-height: 16px;}
    .confirmation-bottom h2{font-size: 19px;line-height: 25px;}
    .confirmation-bottom a{font-size: 14px;padding: 15px 30px;}
    .career-detail h3{font-size: 17px;line-height: 24px;}
    .career-detail ul li{padding-left: 24px;}
    .white-card-left h3{font-size: 21px;line-height: 28px;}
}