body{
	margin:0;
	padding:0;
	font-family: 'Lato';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Utopia Std';
	src: url('../fonts/UtopiaStd-Bold.eot');
	src: url('../fonts/UtopiaStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UtopiaStd-Bold.woff2') format('woff2'),
		url('../fonts/UtopiaStd-Bold.woff') format('woff'),
		url('../fonts/UtopiaStd-Bold.ttf') format('truetype'),
		url('../fonts/UtopiaStd-Bold.svg#UtopiaStd-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Bold.eot');
	src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato-Bold.woff2') format('woff2'),
		url('../fonts/Lato-Bold.woff') format('woff'),
		url('../fonts/Lato-Bold.ttf') format('truetype'),
		url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Semibold.eot');
	src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato-Semibold.woff2') format('woff2'),
		url('../fonts/Lato-Semibold.woff') format('woff'),
		url('../fonts/Lato-Semibold.ttf') format('truetype'),
		url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.eot');
	src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato-Regular.woff2') format('woff2'),
		url('../fonts/Lato-Regular.woff') format('woff'),
		url('../fonts/Lato-Regular.ttf') format('truetype'),
		url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f2f0eb;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header {    
	background: #fff;
	box-shadow: 0 0 7px #acacac;
	animation: smoothScroll 1s;
	z-index: 999;
}

.fixed-header .logo img{
	width:200px;
}
.fixed-header .menu ul li a{
	padding: 38px 0;
}
.logo img{
	width:220px;
	transition: ease 0.5s all 0s;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	display: inline-block;
	margin-right: 25px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-transform: none;
	padding: 48px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #39af94;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	background: #4bbfa7;
	color: #fff;
	padding: 7px 35px 9px;
	border-radius: 5px;
	margin-left: 30px;
	transition: ease 0.5s all 0s;
}
.call-btn:hover, .banner-btn a:hover, .view-btn:hover{
	background:#39af94;
	color: #fff;
}
.get-btn{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	background:#7baae0;
	color: #fff;
	padding:7px 20px 9px;
	border-radius:5px;
	margin-left: 4px;
	transition:ease 0.5s all 0s;
}
.get-btn:hover{
	background: #4374ab;
	color: #fff;
}
.banner{
	background: #f2f0eb;
	padding:15px 0px;
	border-radius: 0 0 45px 45px;
	margin-top: 119px;
}
.banner-left{
	border-radius: 200px 0 200px 0;
	margin-bottom: -50px;
	overflow: hidden;
}
.banner-left img{
	width:100%;
}

.banner-small-heading{
font-size:16px;	
font-weight:700;	
}

.banner-title{
	font-family: 'Utopia Std';
	font-size: 46px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	line-height: 50px;
}
.banner-list ul{
	margin: 20px 0 0;
	padding: 0;
}
.banner-list ul li{
	background: url(../images/tick.png) no-repeat;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	list-style:none;
	background-size: 22px;
	padding-left: 30px;
	background-position:0 2px;
	margin-top: 10px;
}
.banner-btn a{
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	background:#4bbfa7;
	color: #fff;
	padding:8px 25px;
	border-radius:5px;
	margin-top: 26px;
	transition:ease 0.5s all 0s;
}
.mobile-banner{
	display:none;
}
.mobile-banner img{
	border-radius: 100px 0 100px 0;
}
.feature-sec{
	padding: 48px 0 30px;
}
.feature-title{
	font-size: 20px;
	font-weight: bold;
	color: #a3a097;
	text-transform: uppercase;
}
.feature-part{
	margin-top:20px;
}
/* .feature-list ul{
margin: 15px 0 0;
padding: 0;
}
.feature-list ul li{
list-style: none;
display: inline-block;
vertical-align: middle;
margin-right: 25px;
}
.feature-list ul li:last-child{
margin-right: 0;
}
.feature-list ul li img{
max-width: 130px;
} */

.choose-us-sec{
	padding:10px 0 100px;
	position: relative;
}
.choose-us-sec:after{
	background: url(../images/dots.png);
	width: 299px;
	height: 157px;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 57px;
	right: 0;
	content: "";
	z-index: -1;
}
.choose-left{
	padding-right: 15px;
}
.small-title{
	font-weight: bold;
	color: #39af94;
	text-transform: uppercase;
}
.c-title{
	font-family: 'Utopia Std';
	font-size: 38px;
	font-weight: bold;
	color: #333333;
	line-height: 38px;
	margin-top: 7px;
}
.box1-top{
	margin-top: 30px;
}
.box1{
	min-height: 100%;
}

.box1 img{
mix-blend-mode: luminosity;
}

.page-id-7 .box1 img{
mix-blend-mode: inherit;
width:70px;	
}

.box1-title {
	font-size: 18px;
	font-weight: bold;
	color: #232323;
	margin-top: 5px;
	line-height: 1.2;
}
.box1-text{
	font-size: 14px;
	font-weight: 600;
	color: #232323;
	margin-top: 5px;
}
.read{
	display: inline-block;
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #175a75;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid;
	transition: ease 0.5s all 0s;
}
.read:hover{
	color: #dc9f0d;
	letter-spacing: 2px;
}
.choose-right{
	background: #4bbfa7;
	padding: 48px 22px;
	border-radius: 10px;
	min-height: 100%;
	text-align: center;
}
.choose-right .c-title{
	font-size: 19px;
	color: #fff;
	line-height: 24px;
	margin-top: 0;
	text-transform: uppercase;
}
.book-btn{
	display: block;
	background:#fff;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	padding:6px 20px;
	transition: ease 0.5s all 0s;
}
.book-btn:hover{
	background: #000;
	color:#fff;
}
.call{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	animation: bounce 1.1s infinite;
	animation-direction: alternate;
	animation-timing-function: ease-out;
	animation-delay: 1.1s;
}
@keyframes bounce {
	0%   {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
.call:hover{
	transform: scale(1.1);
}
.call img{
	margin: -5px 2px 0 0;
}
.testimonial-sec{
	background:#cee5ff;
	padding: 30px 0 30px;
	margin-left: 48px;
	border-top-left-radius: 160px;
}

.sp-testimonial-free{
background:#fff !important;
padding:25px !important;
border-radius:10px !important;	
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
padding:0px !important;
font-size: 14px !important; 
font-weight: 600 !important;
 color: #232323 !important;	
}

.sp-testimonial-free-section .testimonial-nav-arrow{
transform:inherit !important;
}

.sp-testimonial-client-name{
font-size:18px !important;
color:#39af94 !important;	
}

.quote{
	display: none;
	top: -35px;
	position: relative;
}
.test-part{
	margin-top:30px;
}
.ti-header-write-btn-container .ti-header-write-btn{
	background: #001070 !important;
	padding: 12px 20px !important;
	margin-top: 10px;
	border: none !important;
	text-transform: capitalize;
}
.service-sec{
	padding: 50px 0 85px;
	background: #f9f8f6;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.service-sec:before{
	background:url(../images/dots.png);
	width: 299px;
	height: 70px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 100px;
	content: "";
	z-index: -1;
}
.new-service-list{
	position: relative;
	width: 100%;
	margin-top: 50px;
	z-index: 1;
	justify-content: center;
}
.new-service-list .new-service-img{
	max-width: 607px;
	overflow: hidden;
}

.service-img{
min-width:607px;	
}

.new-service-list .new-service-body {
	min-width: 480px;
	max-width: 480px;
	padding: 40px;
	position: relative;
	background-color: #ffffff;
	left:-100px;
}

/* .service-img{
min-width:500px !important;	
max-height:450px !important;
width:100%;
object-fit:cover;
} */

.service-sec .banner-list{
margin-bottom:20px;	
}

/* .new-service-list .new-service-body::after {
content: '';
position: absolute;
top: -81px;
right: -80px;
width: 100%;
max-width: 160px;
height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-image: url(../images/dots.png);
z-index: -1;
} */
.s-title {
	font-family: 'Utopia Std';
	color: #333333;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.s-text {
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 25px;
	font-weight: bold;
}
.link-text{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
.link-text a{
	color: #000;
	transition: ease 0.5s all 0s;
}
.link-text a:hover {
	color:#4bbfa7;
}
.link-text img{
	border-radius: 100%;
	background-color: #4bbfa7;
}
.read-btn{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background: #4bbfa7;
	color: #fff;
	padding: 9px 23px 10px;
	border-radius: 5px;
	transition: ease 0.5s all 0s;
	margin-top: 5px;
}
.new-service-list:nth-of-type(2n){
	flex-direction: row-reverse;
}
.new-service-list:nth-of-type(2n) .new-service-body::after{
	display: none;
}
.new-service-list:nth-of-type(2n) .new-service-body {
	left:100px;
}
.new-service-list:nth-of-type(2n) .new-service-img{
	max-width: 747px;
}
.view-btn{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background:#4bbfa7;
	color: #fff;
	padding:10px 25px;
	border-radius:5px;
	margin-top: 37px;
	transition:ease 0.5s all 0s;
}
.call-btn2{
	font-size: 17px;
	font-weight: bold;
	color: #000;
	display: inline-block;
	margin-top: 14px;
/* 	animation:bounce 1.3s infinite;
	animation-direction: alternate;
	animation-timing-function: ease-out;
	animation-delay: 2s; */
}
.call-btn2 img{
	margin: -3px 2px 0 0;
}
.cleaning-service{
	padding: 40px 0 50px;
}
.cleaning-left {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 14%;
}
.cleaning-left .c-title{
	font-size: 34px;
	line-height: 36px;
}
.cleaning-right {
	position: relative;
}
.team-sec{
	background: #4bbfa7;
	padding:40px 0;
}
.rl-gallery-item{
	border-radius:3px !important;
	overflow:hidden
}
#team-slider{
	margin-top: 22px;
}
#team-slider .item{   
	margin: 8px; 
}
.team-img{
	border-radius: 20px 0 20px 0;
	overflow: hidden;
}
.team-img img{
	width: 100%;
}
.team-content{
	padding-top: 10px;
}
.team-name{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.team-description{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
	margin-top: 4px;
}
#team-slider  .owl-stage{
	display: flex;
}
#team-slider  .owl-stage-outer{
/* 	padding-bottom: 30px;   */
	margin: 0 3px;
}
#team-slider  .owl-prev, #team-slider  .owl-next{
	border: none;
	background: transparent; 
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	padding: 0;
	font-weight: normal;
}
#team-slider .owl-prev{
	background: url(../images/prev.png) #7dd6c4 no-repeat;
	left:-54px;
	border-radius: 50%;
	background-position: center;
}
#team-slider .owl-next{
	background: url(../images/next.png) #7dd6c4 no-repeat;
	right:-54px;
	border-radius: 50%;
	background-position: center;
}
#team-slider .owl-prev span, #team-slider .owl-next span{
	font-size: 0;
	width: 50px;
	height: 50px;
	display: block;
	padding: 0px;    
}
#team-slider  .owl-dots{
	display: none;
}
.next-part{
	padding: 50px 0 20px;
}
.r-box{
	text-align: center;
}
.r-box span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #010101;
	margin-top: 4px;
	text-transform: uppercase;
}
.location-sec{
	padding: 30px 0 50px;
}
.c-title.two{
	font-size: 30px;
	line-height: 32px;
}
.location-left{
	border-radius: 15px;
	overflow: hidden;
}
.location-left iframe{
	margin-bottom:0;
}
.location-right{
	text-align:center;
}
.loc{
	margin:25px 0 0;
	padding: 0;
}
.loc li{
	background:url(../images/loc4.png) no-repeat;
	display: inline-block;
	list-style: none;
	font-size: 19px;
	font-weight: 600;
	color: #175a75;
	padding-left: 23px;
	background-size: 17px;
	background-position: 0 3px;
	margin: 0 22px;
}
.loc li a{
	color:#4bbfa7;
	transition: ease 0.5s all 0s;
}
.loc li a:hover {
	color: #4374ab;
}
.book-cleaning-sec{
	background: #f9f8f6;
	padding: 50px 0;
}
.cleaning-left2 .s-text{
	padding-right: 11%;
}
.footer{
	background:#39af94;
	padding: 30px 0 15px;
}
.foot_logo{
	text-align: center;
	margin-bottom: 34px;
}
.foot_logo img{
	width:200px;
	filter:brightness(0) invert(1);
}
.foot_title{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}
.foot_small-title{
	font-size: 17px;
	font-weight: bold;
	color: #cbcbcc;
	margin-bottom: 12px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style:none;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
}

.foot1-half li{
display:inline-block;
width:49%;	
}

.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #2c6a5d;
}
.foot1.second li{
	display: flex;
	margin-bottom:12px;
	align-items: center;
	gap: 7px;
	padding-left: 0;
	line-height: 1.2;
}
.foot1.second  li::before{
	display: none;
}
.foot1.second li:first-child{
	font-size: 18px;
	font-weight: 600;
}

.foot1.second li span{
background:#fff;
width:32px;	
height:32px;
border-radius:50%;	
display:flex;
align-items:center;
justify-items:center;	
}

.foot1.second li img{
	margin: auto;
	filter:brightness(1) invert(1);
	width:16px;
}
.foot1.three li{
	padding-left: 20px;
	position: relative;
}
.foot1.three li::before{
	width: 10px;
	height: 10px;
	background:#fff;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	border-radius:50%;
}
.foor_left{
	padding-left: 40px;
}
.pay-card{
	margin-top: 36px;
	border-top: 1px solid #ffffff94;
	padding-top: 20px;
}
.pay-card ul{
	margin:0;
	padding:0;
}
.pay-card ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 16px;
}
.pay-card ul li img{
	max-width: 70px;
}
.flag img{
	width: 150px;
}
.copyright{
	padding:15px 0 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border-top:1px solid #ffffff94;
	margin-top: 15px;
}
.copyright a{
	color: #000;
	display:inline-block;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: 1%;
	color: #fff;
	background: #000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header {
	display:none;
}
.blog_page_header{
	background:url(../images/suburbs-banner.jpg) no-repeat center top;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 100px 0 !important;
	margin: 119px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
/* .page .entry-header:before, .blog_page_header:before {
background: rgba(255, 255, 255, 0.5);
position: absolute;
content: "";
top:0;
bottom: 0;
left: 0;
right: 0;
} */
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	font-family: 'Utopia Std';
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}

.post strong{
display:block;	
}

.content-sidebar .widget a, .entry-title a, .entry-meta a{
transition: all 500ms ease-in-out;   
}

.content-sidebar .widget a:hover, .entry-title a:hover, .entry-meta a:hover {
color: #4bbfa7 !important;
transition: all 500ms ease-in-out;	
}

.inner-banner-sec{
	background: #f2f0eb;
	padding: 15px 0px;
	margin-top: 119px;
}
.inner-banner-left{
	border-radius: 200px 0 200px 0;
	text-align: right;
	overflow: hidden;
}
.inner-banner-left img{
	width:100%;
}
.inner-banner-right {
	padding-right: 5%;
}
.inner-banner-title{
	font-family: 'Utopia Std';
	font-size: 38px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	line-height: 42px;
}
.inner-banner-title strong{
	font-family: 'Lato';
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 26px;
	text-transform: none;
	margin-top: 10px;
}
.inner-banner-list ul{
	margin: 20px 0 0;
	padding: 0;
}
.inner-banner-list ul li{
	background: url(../images/tick.png) no-repeat;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	list-style:none;
	background-size: 22px;
	padding-left: 30px;
	background-position:0 2px;
	margin-top: 10px;
}
.inr-get-btn{
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	background: #4bbfa7;
	color: #fff;
	padding: 8px 25px;
	border-radius: 5px;
	margin-top: 26px;
	transition: ease 0.5s all 0s;
}
.inr-get-btn:hover{
	background: #39af94;
	color: #fff;
}
.inr-form-sec {
	background: #4374ab;
	margin-top: 50px;
	padding: 35px 26px 0;
	border-radius: 0 70px 0 70px;
}
.frm_fld input {
	width: 100%;
	padding: 12px 15px;
	border: none !important;
	margin-top: 14px;
	border-radius: 5px;
	color: #000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border: none !important;
	margin-top:14px;
	border-radius:5px;
	font-size:15px;
	color:#777;
	padding:11px 30px 9px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
	background:#fff;
}
.frm_fld textarea {
	width: 100%;
	height: 122px;
	padding: 18px 15px;
	background: #fff;
	color: #000;
	margin-top: 14px;
	border-radius: 5px;
	border: none !important;
	resize: none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 5px !important;
	color: #fff !important;
	padding: 10px 30px !important;
	background: #4bbfa7 !important;
	font-size: 17px !important;
	font-weight: bold !important;
	margin: 22px auto 0;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.frm_fld strong {
	color: #fff;
	margin-right: 13px;
	font-weight: 500;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius:50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #fff;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #ed0402;
	border-color: #ed0402;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display:none;	
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display:block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.abt-title {
	font-family: 'Utopia Std';
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 32px;
	margin-bottom: 10px;
}
.ab-inner-text {
	color: #000;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner .second{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.ab-inner ul li {
	background: url(../images/tick.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 29px;
	margin-bottom: 6px;
	color: #000;
	background-size: 20px;
}
.ab-iner-img{
	border-radius: 70px 0 70px 0;
	overflow: hidden;
}
.ab-iner-img.left-radius{
	border-radius: 0 70px 0 70px;
}
.include-sec {
	padding-top: 45px;
}
.faq-part{
	margin-top:18px;
}
.faq-part .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	transition: all 0.5s;
}
.faq-part .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(112deg) brightness(101%) contrast(103%);
}
.faq-part .accordion-button:hover:after{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(112deg) brightness(101%) contrast(103%);
}
.faq-part .accordion-button::after {
	transition: all 0.5s;
}
.faq-part .accordion-item{
	margin-top: 10px;
	border-radius: 0;
	border: none;
	background: #e9e9e9;
}
.faq-part .accordion-button{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	padding: 15px 15px;
	box-shadow: none !important;
	border-radius: 0 !important;
	text-transform: none;
	background: #e9e9e9;
	color: #000;
	transition: ease 0.5s all 0s;
}
.accordion-button:not(.collapsed), .faq-part .accordion-button:hover{
	background-color: #39af94 !important;
	color: #fff !important;
}
.faq-part .accordion-body{
	color: #000;
}
.faq-part .accordion-body ul{
	margin:0;
	margin-left: 14px;
	padding:0;
}
.faq-part .accordion-body ul li{
	list-style:disclosure-closed;
	margin-bottom:2px;
}
.stress-free-sec{
	padding: 18px 0 40px;
	background: #cee5ff;
	margin-top: 50px;
}
.stress-free-sec.two{
	padding:40px 0;
}

.inner-cta{
background:#4374ab;	
padding:30px;
border-radius:15px;
text-align:center;
color:#fff;	
}

.abt-text {
	font-size: 16px;
	color: #000;
}
.bottom-sec {
	background: #001070;
	margin-top: 40px;
	padding: 35px 0;
	border-radius: 10px;
}
.stress-free-sec .box1 p{
	margin-bottom: 0;
}

.page-id-1048 .stress-free-sec .box1 p{
	margin-bottom:10px;	
}

.stress-free-sec .box1-title{
	margin-top: 12px;
	margin-bottom: 8px;
}
.stress-free-sec .box1-text{
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.stress-free-sec .choose-right p{
	margin-bottom:0
}
.inr-left {
	background: #4bbfa7;
	padding: 34px 30px 10px;
	min-height: 100%;
	border-radius: 5px;
}
.inr-right {
	background: #4374ab;
	padding: 34px 30px 10px;
	min-height: 100%;
	border-radius: 5px;
}
.list-name{
	margin:20px 0 0;
	padding:0;
}
.list-name li{
	list-style: none;
	background: url(../images/tick3.png) no-repeat;
	color: #fff;
	margin-top: 8px;
	padding-left: 30px;
}
.faq-sec{
	background:#4bbfa7;
	padding: 30px 25px 20px;
	border-radius: 7px;
}
.sp-ea-single .ea-header a{
	font-size: 17px !important;
	font-weight: bold !important;
	padding: 10px 10px !important;
	color: #000 !important;
	background: #e3e3e3;
}
.ea-expand-icon{
	color: #000 !important;
}
.ea-body{
	color: #000 !important;
}
.inner-sec {
	background:#e8fffa;
	padding: 50px 0;
	margin-top: 50px;
}
.inr-box2-top{
	margin-top:72px;
}
.inr-box2{
	background: #fff;
	min-height: 100%;
	padding: 0 17px 25px;
	border-radius: 10px;
	text-align: center;
}
.inr-box2 p{
	margin-bottom:0;
}
.inr-box2 img{
	background: #4bbfa7;
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
	margin-top: -45px;
}
.inr-box2-title{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-top: 17px;
	line-height: 1.2;
}
.inr-box2-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inr-box1-top{
	margin-bottom:25px;
}
.inr-box1-top p{
	margin-bottom:0 !important;
}
.inr-box1{
	border-radius: 5px;
	overflow: hidden;
	min-height:100%;
	position:relative;
}
.inr-box1:before{
	width:100%;
	height:100%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.77) 8%, rgba(0, 0, 0, 0.71) 32%, rgba(0, 0, 0, 0.18) 67%, rgba(255, 255, 255, 0) 100%);
	position:absolute;
	top:0;
	left:0;
	content:"";
	transition: ease 0.5s all 0s;
}
.loc-map{
	overflow:hidden;
}
.loc-map img{
	width:100%;
	transition: ease 0.5s all 0s;
}
.inr-box1:hover:before{
	background:#4bbfa78f;
}
.loc-title{
	font-family: 'Utopia Std';
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	padding: 14px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
}
.our-work-sec .rl-basicgrid-gallery{
	justify-content: center !important;
}

.contact_top_number{
/* background:#e0e0e0; */
padding:10px 15px 15px 30px;
margin-bottom:10px;	
}


.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	font-family: 'Utopia Std';
	color: #0f0f0f;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 22px;
}
.foot_small-title2 {
	font-size: 16px;
	font-weight: bold;
	color: #4374ab;
}
.contact_top_number {
	font-size: 17px;
	position: relative;
	padding-left: 25px;
	margin-top: 7px;
	font-weight: 600;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top:12px;
	left:0px;
}
.contact_top_number a {
	color: #000;
	}

.contact_top_number p{
margin-bottom:0px;	
}

.contact-gap{
margin-left:8px;	
}

.iner-page-title{
display:none;	
}

.contact-right{
	background:#4374ab;
	padding: 35px 25px 0;
}
.info-text.second{
	color: #fff;
}
.contact-right .send_btn input{
	margin: 22px 0 0;
	text-transform: capitalize !important;
	padding: 10px 25px !important;
}
.suburbs-banner{
	background:url(../images/suburbs-banner.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 119px;
	padding:122px 0;
	margin-bottom: 50px;
}
.iner-page-title{
	font-family: 'Utopia Std';
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 34px;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.loc2{
	margin:15px 0 0;
	padding:0;
}
.loc2 li {
	background:url(../images/loc3.png) no-repeat;
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-top: 7px;
	padding-left: 24px;
	background-size: 20px;
	background-position: 0 3px;
	display: inline-block;
	width:19%;	
}
.get-sec{
	background:#4374ab;
	padding: 35px 25px 0;
	border-radius: 5px;
}

.mobmenu-right-panel{
	background:#1d1212 !important;
}
.mob-menu-logo-holder{
	display:none;
}
.mob-menu-header-holder{
	height: 0 !important;
}
.mobmenur-container{
	top: 23px !important;
	right: 5px !important;
	margin-top: 0 !important;
}
.mobmenur-container i {
	line-height: 26px !important;
	font-size: 31px !important;
	color: #001070 !important;
}
.mobmenu-right-bt .mob-cancel-button{
	color: #fff !important;
}
.mobmenu-right-panel li{
	padding:0 !important;
}
.mobmenu-content li a{
	color: #fff !important;
	font-size: 15px !important;
	padding: 7px 20px !important;
	font-weight: 600 !important;
}
.mobmenu-right-panel li li a{
	padding: 7px 34px !important;
}
.mobmenu-content #mobmenuright .sub-menu{
	background-color: transparent !important;
}
.mobmenu-content #mobmenuright li:hover, .mobmenu-content #mobmenuright > li > a:hover {
	background-color: transparent !important;
}
.show-nav-right .mob-expand-submenu i{
	color: #fff !important;
	font-size: 16px !important;
}
.download-btn{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background: #4bbfa7;
	color: #fff;
	padding: 12px 20px 9px;
	border-radius: 7px;
	text-transform: uppercase;
}

.download-btn br{
display:none;	
}

.download-btn img{
	width: 26px;
	margin-right: 5px;
	margin-top: -4px;
}
.serv-top{
	margin-bottom:25px;
}
.serv-top p{
	margin-bottom:0;
}
.serv{
	text-align: center;
	box-shadow: 0 0 4px #9a9898;
	border-radius: 5px;
	overflow: hidden;
	min-height: 100%;
}
.serv img{
	width:100%;
}
.serv-content {
	padding: 10px 4px;
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.terms .abt-title{
	font-size: 25px;
	line-height: 28px;
	margin-top: 15px;
}
.foot_social a{
	margin-left: 3px;
	display: inline-block;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#4bbfa7;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform: uppercase;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #4374ab;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform: uppercase;
}
.back-btn a {
	background: #4bbfa7;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border-radius: 5px;
	padding: 8px 24px;
	display: inline-block;
	margin-top: 20px;
	text-transform: capitalize;
}
.error_container {
	align-items: center;
	padding: 0 0 50px;
	text-align: center;
}

/* Landing */

.landing-header.fixed-header{
top:-57px;	
}

.landing-top{
	background:#4bbfa7;
	padding:10px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.landing-menu-part{
	background:#fff;
	padding: 15px 0;
}
.landing-logo img {
	width:220px;
	transition: ease 0.5s all 0s;
}
.call-right {
	text-align: right;
}
.call-btn3{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	background: #4bbfa7;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	transition: ease 0.5s all 0s;
}
.call-btn3 img{
	margin-top: -6px;
	margin-right: 3px;
	filter:brightness(0) invert(1);
}
.lan-call{
	margin-top: 5px;
	font-size: 17px;
	font-weight: 500;
	color: #000;
}
.lan-call a{
	color: #000;
}
.lan-card{
	margin-top:5px;
}
.lan-card img{
	width: 140px;
}
.landing-banner{
	background:#2c92f2;
	padding: 50px 0;
	position: relative;
	margin-bottom: 3%;
}
.landing-banner:after{
	background: url(../images/landing-sp.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 205px;
	position: absolute;
	bottom: -24px;
	left: 0;
	content: "";
}
.landing-banner-title{
	font-family: 'Utopia Std';
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
}
.landing-banner-list ul{
	margin: 20px 0 0;
	padding: 0;
}
.landing-banner-list ul li{
	background: url(../images/tick.png) no-repeat;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	list-style: none;
	background-size: 22px;
	padding-left: 32px;
	background-position: 0 5px;
	margin-top: 10px;
}
.landing-banner-right{
	background: #a4d0fa;
	padding: 23px 22px 84px;
	border-radius: 5px;
}
.landing-form-title{
	font-size: 24px;
	font-weight: 900;
	color: #001070;
	margin-bottom: 5px;
}
.landing-banner-right .send_btn input, .landing-money-back .send_btn input{
	margin: 22px 0 0;
	background:#001070 !important;
	color: #fff !important;
}
.what-include-sec{
	background:#001070;
	padding: 50px 0;
}
.landing-title{
	font-size: 20px;
	font-weight: bold;
	color: #FFD500;
	margin-top: 20px;
}
.what-include-sec .list-name{
	margin: 14px 0 0;
}
.landing-gallery{
	padding: 30px 0;
}
.landing-review{
	padding: 50px 0;
	background: #93b6bc;
}
.landing-choose-us {
	padding: 50px 0;
}
.lan-choose-left {
	padding-right: 8%;
}
.landing-choose-us .inner-banner-list ul li{
	color:#05688f;
}
.lan-choose-right{
	position: relative;
}
.exp{
	position: absolute;
	left: -50px;
	bottom: 0px;
	width: 237px;
	height: 237px;
	background: #001070;
	border-radius: 50%;
	text-align: center;
	padding: 40px 35px;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
	line-height: 1.3;
}
.exp img{
	margin-bottom: 10px;
	width: 64px !important;
}
.landing-result{
	padding:10px 0 40px;
}
.lan-box1-top{
	margin-top: 25px;
}
.lan-box1 {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 6%;
}
.lan-box1 img{
	max-width: 54px;
}
.number {
	font-size: 32px;
	font-weight: 900;
	color:#001070;
	line-height: 32px;
}
.number sub{
	top: 0px;
	font-size: 100%;
}
.number-title {
	font-weight: 600;
	color: #0f0f0f;
	font-size: 18px;
	margin-top: 3px;
}
.landing-money-back{
	background: url(../images/form-bg.jpg) no-repeat center top;
	padding: 70px 0;
	background-size: cover;
}
.landing-money-back .frm_fld input, .landing-money-back .frm_fld textarea{
	border: 1px solid #d5d5d5 !important;
}
.landing-faq {
	padding: 40px 0;
}
.landing-footer{
	padding: 0 0 15px;	
}
.foot_logo-landing{
	border-top: 1px solid #001070;
	padding-top: 30px;
}
.landing-copyright{
	font-size: 16px;
	color: #242424;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}

.rmp-menu-title-image{
filter:brightness(0) invert(1) !important;
}

/*Responsive*/

@media(min-width:1024px){
.rmp_menu_trigger{display:none !important;}	
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.call-btn{
		position: fixed;
		top: 15px;
		right: 70px;
		font-size: 15px;
		padding: 8px 15px;
	}
	.banner-left{
		display:none;
	}
	.mobile-banner{
		display: block;
		margin-top:24px;
	}
	.mobile-banner img{
		width:100%;
	}
	.banner-right{
		text-align: center;
	}
	.banner-list {
		text-align: left;
		padding: 0 8%;
	}
	.c-title strong{
		display:block;
	}
	.feature-title {
		text-align: center;
	}
	.choose-left {
		text-align: center;
	}
	.box1-top.two, .box1-top.three{
		width:100%;
	}
	.box1-top {
		text-align: center;
		width:50%;
	}
	.new-service-list{
		text-align: center;
	}
	.link-text{
		justify-content: center;
	}
	.cleaning-left {
		text-align: center;
		padding: 30px 10px 0;
	}
	.inner-banner-right {
		text-align: center;
	}
	.inner-banner-list {
		text-align: left;
		padding: 0 5%;
	}
	.ab-inner ul{
		text-align: left;
		padding: 0 5%;
	}
	.inner-page .bl {
		padding: 0 12px;
	}
	.inner-banner-left {
		border-radius: 100px 0 100px 0;
	}
	.ab-inner{
		text-align:center;
		padding: 30px 0 0;
	}
	.inr-left{
		text-align:center;
	}
	.inr-right{
		text-align:center;
	}
	.list-name {
		text-align: left;
	}
	.box1-text{
		display:none;
	}
	.inner-sec{
		padding-top:0 !important;
	}
	.inner-page .box1-top.three{
		width: 80%;
		margin: 0 auto;
	}
	.new-service-list {
		margin-top: 10px !important;
	}
	.new-service-list{
		border: 2px solid #4bbfa7;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.service-sec .banner-list{
	display:none;	
	}
	
	.new-service-img img {
		height:140px;
		object-fit: cover;
/* 		object-position:bottom;
		max-height: inherit !important;
        min-width: inherit !important; */
	}
	.new-service-list .new-service-body{
		padding:12px 10px;
	}
	.new-service-list .s-text{
		display:none;
	}
	.r-box span {
		font-size: 11px;
		margin-top: 8px;
		line-height: 1.2;
	}
	.r-box img{
		max-width:110px;
	}
	.location-right {
		padding: 0 25px;
	}
	.loc li {
		margin:0 0 3px;
		width: 49%;
		text-align: left;
	}
	.book-cleaning-sec {
		text-align: center;
	}
	#team-slider .bafg-twentytwenty-container img {
		height: 300px;
		object-fit: cover;
	}
	.foot_social {
		display: none;
	}
	.foot_social.mob{
		display:block;
		text-align:center;
		margin-top: 20px;
	}
	.flag {
		margin-top: 10px;
	}
	.link-text {
		display: none;
	}
	.service-sec .call-btn2{
		display:none;
	}
	.loc-map img{
		height: 190px !important;
		object-fit:cover;
	}
	.copyright {
		text-align: center;
	}
	.copyright span{
		display:block;
	}
		.landing-top marquee{
    text-align:center;			
	}

}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		background: #fff;
		padding:15px 0;
	}
	.menu, .get-btn{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width:160px;
	}
	.banner {
		padding: 0 0 30px;
		border-radius: 0;
		margin-top: 66px;
	}
	.bl{
		padding:0;
	}
	.banner-left {
		border-radius: 0;
		margin-bottom: 0;
	}
	.banner-left img{
		width:100%;
	}
	.banner-right {
		margin-top: 30px;
	}
	.banner-title {
		font-size: 30px;
		line-height: 32px;
	}
	.banner-list{
		text-align: left;
	}
	.banner-list ul {
		margin: 12px 0 0;
	}
	.banner-list ul li{
		font-size: 16px;
	}
	.banner-btn a {
		font-size: 16px;
		margin-top: 20px;
	}
	.feature-sec {
		padding: 30px 0 10px;
	}
	.feature-title {
		font-size: 18px;
	}
	.feature-part {
		margin-top: 15px;
	}
	.choose-us-sec {
		padding: 10px 0 60px;
	}
	.choose-left {
		padding-right: 0;
	}
	.box1-top {
		margin-top: 15px;
	}	
	.small-title {
		font-size: 15px;
	}
	.c-title {
		font-size: 28px;
		line-height: 30px;
	}
	.box1 img{
		width:75px;
	}
	.box1-title{
		margin-top: 10px;
	}
	.choose-right {
		padding: 30px 25px;
		margin-top: 15px;
	}
	.book-btn{
		margin-top: 14px;
	}
	.testimonial-sec {
		padding: 44px 0 25px;
		margin-left: 0;
		border-top-left-radius: 160px;
	}
	.quote{
		top: -15px;
	}
	.test-part {
		margin-top: 25px;
	}
	.ti-col-1 .ti-reviews-container, .ti-widget-container{
		margin-bottom: 0 !important;
	}
	.service-sec::before{
		display:none;
	}
	.service-sec {
		padding: 30px 0;
	}
	.new-service-list{
		margin-top: 20px;
		display: block !important;
	}
	.new-service-list .new-service-img{
		max-width: 100%;
	}
	.new-service-img img{
		width:100%
	}
	.new-service-list .new-service-body {
		min-width: 100%;
		max-width: 100%;
		left: 0;
	}
	.new-service-list:nth-of-type(2n) .new-service-body {
		left: 0;
	}
	.s-title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.cleaning-service {
		padding: 35px 0;
	}
	.cleaning-left .c-title {
		font-size: 26px;
		line-height: 28px;
	}
	.cleaning-right {
		margin-top: 0;
	}
	.cleaning-right img{
		width:100%;
	}
	.team-sec {
		padding: 35px 0 25px;
	}
	#team-slider {
		margin-top: 20px;
	}
	.team-content {
		padding-top: 14px;
	}
	.team-name {
		font-size: 22px;
	}
	#team-slider .owl-stage-outer {
		padding-bottom: 5px;
	}
	.next-part {
		padding: 25px 0 0;
	}
	.r-box {
		padding-bottom: 16px;
	}
	.location-sec {
		padding: 20px 0 30px;
	}
	.location-left{
		margin-top:25px;
	}
	.book-cleaning-sec {
		padding: 30px 0;
	}
	.c-title.two {
		font-size: 25px;
		line-height: 28px;
	}
	.cleaning-left2 .s-text {
		padding-right: 0;
	}
	.cleaning-left2{
		margin-top:25px;
	}
	.cleaning-right2 img{
		width:100%;
	}
	#team-slider .owl-prev, #team-slider .owl-next{
		display:none;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo {
		margin-bottom: 15px;
	}
	.foot_logo img {
		width: 120px;
	}
	.foot_title {
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.foot1 li, .foot1.second li:first-child{
		font-size: 15px;
	}
	.foor_left {
		padding-left: 12px;
	}
	.pay-card {
		margin-top: 15px;
	}
	.pay-card ul li{
		margin: 0 5px 10px;
	}
	.pay-card ul li img {
		max-width: 54px;
	}
	.flag img{
		width: 115px;
	}
	.foot_social{
		margin-top:5px;
	}
	.inner-banner-sec{
		margin-top: 66px;
		padding:20px 0px;
	}
	.inner-banner-right {
		padding-right: 0;
		margin-top: 25px;
	}
	.inner-banner-title {
		font-size: 28px;
		line-height: 30px;
	}
	.inr-get-btn {
		padding: 8px 18px;
		margin-top: 20px;
	}
	.abt-title{
		font-size: 26px;
		line-height: 27px;
	}
	.ab-inner .second{
		grid-template-columns: repeat(1, 1fr);
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.stress-free-sec{
		margin-top: 35px;
	}
	.stress-free-sec.two {
		padding: 35px 0;
	}
	.inr-box2-top {
		margin-top: 60px;
	}
	.inr-box2 img {
		width: 77px;
		border: 3px solid #fffefe;
		padding: 7px;
		margin-top: -40px;
	}
	.inner-sec {
		padding: 35px 0;
		margin-top: 35px;
	}
	.inr-form-sec {
		margin-top: 30px;
		padding: 25px 20px 0;
		border-radius: 0 30px 0 30px;
	}
	.frm_fld strong {
		margin-right: 13px;
		display: block;
		margin-top: 12px;
	}
	.send_btn input{
		font-size: 15px !important;
	}
	.include-sec {
		padding-top: 35px;
	}
	.stress-free-sec .box1 img {
		width: 60px;
	}
	.inr-left{
		padding: 25px 20px 10px;
	}
	.inr-right{
		padding: 25px 20px 10px;
		margin-top:25px;
	}
	.faq-sec {
		padding: 25px 20px 20px;
		margin-top: 25px;
	}
	.sp-ea-single .ea-header a {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.loc2 li{
		font-size: 15px;
		padding-left: 22px;
		background-size: 20px;
		background-position: 0 1px;
		width: 49%;			
	}
	.suburbs-banner, .blog_page_header{
		margin-top: 66px !important;
		padding: 65px 0 !important;
		margin-bottom: 30px !important;
	}
	.iner-page-title {
		font-size: 28px;
		line-height: 28px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 20px;
	}
	.contact_top_number{
		font-size: 17px;
	}
	.contact_top_number img{
		top: 0;
	}
	.contact-right {
		padding: 20px 15px 0;
	}

	/*Landing */
	
	.page-template-landing .rmp_menu_trigger, .page-template-landing2 .rmp_menu_trigger, .page-template-landing3 .rmp_menu_trigger, .page-template-landing4 .rmp_menu_trigger, .page-template-landing5 .rmp_menu_trigger, .page-template-landing6 .rmp_menu_trigger{
	display:none !important;	
	}
	
	.landing-top{
		padding: 7px 0;
		font-size: 16px;
	}
	

	
	.page-id-792.mob-menu-slideout-over, .page-id-881.mob-menu-slideout-over, .page-id-883.mob-menu-slideout-over{
		padding-top: 0;
	}
	.page-id-792 .mob-menu-header-holder, .lan-call, .lan-card, .page-id-881 .mob-menu-header-holder, .page-id-883 .mob-menu-header-holder{
		display:none;
	}
	.landing-menu-part{
		padding:15px 0;
	}
	.landing-logo img{
		width:160px;
	}
	.call-btn3{
		position: absolute;
		top: 56px;
		right: 12px;
		font-size: 14px;
		padding: 10px 14px;
	}
	
	.landing-menu-part .call-btn3{
	position:inherit;	
	}
	
	.call-btn3 img{
		width:18px;
	}
	.landing-banner {
		padding: 30px 0;
		margin-bottom: 0;
	}
	.landing-banner-title {
		font-size: 28px;
		line-height: 30px;
	}
	.landing-banner-list ul {
		margin: 12px 0 0;
	}
	.landing-banner-list ul li {
		font-size: 17px;
		background-size: 20px;
		padding-left: 30px;
		background-position: 0 3px;
		margin-top: 10px;
	}
	.landing-banner-right{
		margin-top:20px;
		padding: 22px 15px 0;
	}
	.landing-banner::after{
		display:none;
	}
	.landing-form-title{
		font-size: 22px;
	}
	.what-include-sec {
		padding: 30px 0;
	}
	.landing-title{
		font-size: 18px;
		margin-top: 15px;
	}
	.landing-right{
		margin-top:20px;
	}
	.landing-banner-right .send_btn input{
		padding: 10px 22px !important;
	}
	.landing-gallery {
		padding: 20px 0;
	}
	.landing-review, .landing-choose-us{
		padding: 30px 0;
	}
	.landing-choose-us .inner-banner-list ul li{
		font-size: 16px;
	}
	.lan-choose-left {
		padding-right: 0;
	}
	.lan-choose-right{
		margin-top:25px;
	}
	.lan-choose-right img{
		width:100%;
	}
	.exp {
		position: relative;
		left: 0;
		bottom: 0;
		width: 180px;
		height: 180px;
		padding: 37px 10px;
		font-size: 15px;
		margin: -50px auto 0;
	}
	.landing-result {
		padding: 0 0 30px;
	}
	.lan-box1-top {
		margin-top: 20px;
	}
	.lan-box1 {
		padding: 0;
	}
	.number {
		font-size: 24px;
		line-height: 22px;
	}
	.lan-box1 img {
		max-width: 48px;
	}
	.landing-money-back{
		padding: 30px 0 0;
	}
	.landing-faq {
		padding: 30px 0 15px;
	}
	.landing-faq .c-title{
		font-size: 25px;
	}
	.foot_logo-landing {
		padding-top: 20px;
	}
	.foot_logo-landing img{
		width: 120px;
	}
	.landing-copyright{
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-list {
		padding: 0 8px !important;
	}
	.banner-list ul li {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	.banner-left {
		border-radius: 0 !important;
		margin-bottom: 0 !important;
	}
	.box1-top, .inr-box2-top, .inr-box1-top, .serv-top{
		width: 50%;
	}
	.service-sec .new-service-list {
		display: block !important;
	}
	.new-service-list .new-service-body {
		min-width: 100% !important;
		max-width: 100% !important;
		padding: 24px 0 !important;
		left: 0 !important;
	}
	.new-service-list:nth-of-type(2n) .new-service-img {
		max-width: 100% !important;
	}
	.inner-banner-left {
		border-radius: 0 !important;
	}
	.ab-inner .second {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.loc2 li {
		width: 32% !important;
	}

	.exp {
		position: relative !important;
		left: 0 !important;
		bottom: 0 !important;
		margin: -50px auto 0 !important;
	}
	.lan-box1-top{
		width:50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 15px;
		right: 90px;
		font-size: 15px;
		padding: 8px 20px;
	}
	.call-btn{
		display: inline-block;
		position: fixed;
		top: 15px;
		right: 280px;
		font-size: 15px;
		padding: 8px 30px;
	}
	.banner-left {
		border-radius: 100px 0 100px 0;
		margin-bottom: -50px;
	}
	.new-service-list {
		display: flex !important;
		justify-content: start;
	}
	.new-service-list .new-service-body {
		min-width: 440px;
		max-width: 440px;
		padding: 24px 22px;
		left: -330px;
	}
	.new-service-list:nth-of-type(2n){
		justify-content: end;
	}
	.new-service-list:nth-of-type(2n) .new-service-img {
		max-width: 580px;
	}
	.new-service-list:nth-of-type(2n) .new-service-body {
		left: 325px;
	}
	.new-service-list .new-service-img {
		max-width: 587px;
	}
	.location-left {
		margin-top: 0;
	}
	.inner-banner-left {
		border-radius: 100px 0 100px 0;
	}
	.inr-right{
		margin-top: 0;
	}
	.loc2 li{
		width: 33%;
	}

	/*Landing */
	.landing-right {
		margin-top: 0;
	}
	.exp {
		position: absolute;
		left: -29px;
		bottom: -25px;
		margin: auto;
	}
	.lan-box1{
		gap: 6px;
	}
	.number{
		font-size: 20px;
	}
	.number-title{
		font-size: 12px;
	}
	.lan-box1 img {
		max-width: 40px;
	}
	.landing-money-back {
		background-position: center right;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.call-btn{
		margin-left: 20px;
		padding: 8px 15px;
		font-size: 15px;
		right:280px;
	}
	.get-btn {
		padding: 8px 15px;
		font-size: 15px;
	}
	.menu ul li{
		margin-right: 12px;
	}
	.service-sec{
		padding: 50px 0 46px;
	}
	.new-service-list .new-service-body{
		left: -118px;
	}
	.new-service-list:nth-of-type(2n) .new-service-body {
		left: 280px;
	}
	.cleaning-left {
		padding-left: 0;
		padding-right: 0;
	}
	#team-slider .owl-prev span, #team-slider .owl-next span{
		width: 42px;
		height: 42px;
	}
	#team-slider .owl-prev{
		background-size: 38px;
		left: -40px;
	}
	#team-slider .owl-next{
		background-size: 38px;
		right: -40px;
	}
	.pay-card{
		margin-top: -32px;
	}
	.inner-banner-title{
		font-size: 34px;
		line-height: 35px;
	}

	/*Landing */
	.call-btn3{
		font-size: 18px;
	}
	.landing-banner-title {
		font-size: 42px;
		line-height: 42px;
	}
	.lan-box1{
		padding: 0;
	}
	.number {
		font-size: 28px;
		line-height: 26px;
	}
	.number-title{
		font-size: 16px;
	}
	.landing-money-back{
		padding: 40px 0;
		background-position:center right;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 19px;
		right: 62px;
		font-size: 15px;
		padding: 8px 20px;
	}
	.call-btn{
		display: inline-block;
		position: fixed;
		top: 19px;
		right: 192px;
		font-size: 15px;
		padding: 8px 30px;
	}
	.banner-left {
		border-radius: 100px 0 100px 0;
		margin-bottom: -50px;
	}	
	.new-service-list {
		display: flex !important;
		justify-content: start;
	}
	.new-service-list .new-service-body {
		min-width: 440px;
		max-width: 440px;
		padding: 24px 22px;
		left: -330px;
	}
	.new-service-list:nth-of-type(2n){
		justify-content: end;
	}
	.new-service-list:nth-of-type(2n) .new-service-img {
		max-width: 580px;
	}
	.new-service-list:nth-of-type(2n) .new-service-body {
		left: 325px;
	}
	.new-service-list .new-service-img {
		max-width: 587px;
	}
	.pay-card {
		margin-top: 15px;
	}
	.location-left {
		margin-top: 0;
	}
	.inner-banner-title {
		font-size: 27px;
		line-height: 28px;
	}
	.inner-banner-left {
		border-radius: 100px 0 100px 0;
	}
	.inr-right{
		margin-top: 0;
	}
	.loc2 li{
		width: 33%;
	}

	/*Landing */
	.call-btn3 {
		font-size: 14px;
	}
	.landing-banner-title {
		font-size: 32px;
		line-height: 32px;
	}
	.landing-right {
		margin-top: 0;
	}
	.exp {
		position: absolute;
		left: -29px;
		bottom: -25px;
		margin: auto;
	}
	.lan-box1{
		gap: 6px;
	}
	.number{
		font-size: 20px;
	}
	.number-title{
		font-size: 13px;
	}
	.lan-box1 img {
		max-width: 40px;
	}
	.landing-money-back {
		background-position: center right;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.call-btn{
		margin-left: 20px;
		padding: 8px 15px;
		font-size: 15px;
	}
	.get-btn {
		padding: 8px 15px;
		font-size: 15px;
	}
	.menu ul li{
		margin-right: 12px;
	}
	.service-sec{
		padding: 50px 0 46px;
	}
	.new-service-list .new-service-body{
		left: -118px;
	}
	.new-service-list:nth-of-type(2n) .new-service-body {
		left: 254px;
	}
	.new-service-list:nth-of-type(2n) .new-service-img {
		max-width: 747px;
	}
	.cleaning-left {
		padding-left: 0;
		padding-right: 0;
	}
	#team-slider .owl-prev span, #team-slider .owl-next span{
		width: 42px;
		height: 42px;
	}
	#team-slider .owl-prev{
		background-size: 38px;
		left: -40px;
	}
	#team-slider .owl-next{
		background-size: 38px;
		right: -40px;
	}
	.inner-banner-title{
		font-size: 34px;
		line-height: 35px;
	}
	
	/*Landing */
	.call-btn3{
		font-size: 18px;
	}
	.landing-banner-title {
		font-size: 42px;
		line-height: 42px;
	}
	.lan-box1{
		padding: 0 6%;
	}
	.number {
		font-size: 28px;
		line-height: 26px;
	}
	.number-title{
		font-size: 16px;
	}
	.landing-money-back{
		padding: 40px 0;
		background-position:center right;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.call-btn{
		position: relative;
		top: 0;
		right: 0;
		margin-left: 20px;
		padding: 8px 15px;
		font-size: 15px;
	}
	.get-btn {
		position: relative;
		top: 0;
		right: 0;
		padding: 8px 15px;
		font-size: 15px;
	}
	.menu ul li{
		margin-right: 12px;
	}
	.service-sec{
		padding: 50px 0 46px;
	}
	.new-service-list .new-service-body{
		left: -118px;
	}
	.new-service-list:nth-of-type(2n) .new-service-body {
		left: 254px;
	}
	.new-service-list:nth-of-type(2n) .new-service-img {
		max-width: 747px;
	}
	.cleaning-left {
		padding-left: 0;
		padding-right: 0;
	}
	#team-slider .owl-prev span, #team-slider .owl-next span{
		width: 42px;
		height: 42px;
	}
	#team-slider .owl-prev{
		background-size: 38px;
		left: -40px;
	}
	#team-slider .owl-next{
		background-size: 38px;
		right: -40px;
	}
	.inner-banner-title{
		font-size: 34px;
		line-height: 35px;
	}

	/*Landing */
	.call-btn3{
		font-size: 18px;
	}
	.landing-banner-title {
		font-size: 42px;
		line-height: 42px;
	}
	.lan-box1{
		padding: 0 6%;
	}
	.number {
		font-size: 28px;
		line-height: 26px;
	}
	.number-title{
		font-size: 16px;
	}
	.landing-money-back{
		padding: 40px 0;
		background-position:center right;
	}
}

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

}

@media screen and (min-width: 1624px) {
	.banner-right {
		padding-right: 22%;
	}
	.choose-left {
		padding-right: 15%;
	}
	.suburbs-banner{
		padding: 156px 0;
	}
}

@media screen and (min-width: 1920px) {
	.suburbs-banner{
		padding:180px 0;
	}
}

@media screen and (min-width: 2048px) {
	.suburbs-banner{
		padding:190px 0;
	}
}

@media screen and (min-width: 2550px) {
	.suburbs-banner{
		padding:230px 0;
	}
}

