/*Theme Name: Bond CleaningTheme URI: https://bondcleanexpertsydney.com.au */


/** * Table of Contents * * 1.0 - Normalize * 2.0 - Genericons * 3.0 - Typography * 4.0 - Elements * 5.0 - Forms * 6.0 - Navigation *   6.1 - Links *   6.2 - Menus * 7.0 - Accessibility * 8.0 - Alignments * 9.0 - Clearings * 10.0 - Widgets * 11.0 - Content *    11.1 - Header *    11.2 - Posts and pages *    11.3 - Post Formats *    11.4 - Comments *    11.5 - Sidebar *    11.6 - Footer * 12.0 - Media *    12.1 - Captions *    12.2 - Galleries * 13.0 - Multisite * 14.0 - Media Queries *    14.1 - >= 710px *    14.2 - >= 783px *    14.3 - >= 910px *    14.4 - >= 985px *    14.5 - >= 1200px * 15.0 - Print */


/** * 1.0 - Normalize * * Normalizing styles have been helped along thanks to the fine work of * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset> :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/** * 2.0 - Genericons */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: never;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/** * 3.0 - Typography */

body,
button,
input,
select,
textarea {
	color: #7b7b7b;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 15px;
	color: #7b7b7b;
	font-size: 16px;
	line-height: 23px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote> :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/** * 4.0 - Elements */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #686868;
}

:-moz-placeholder {
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}


/** * 5.0 - Forms */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #188ddc;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 42px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #686868;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form> :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 0;
	background-color: #f4f7fc;
	border: none;
	padding: 0 19px;
	color: #082680;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 50px;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}


/** * 6.0 - Navigation */


/** * 6.1 - Links */

a {
	color: #007de7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #007de7;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}


/** * 6.2 - Menus */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0px;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: 'Heebo', sans-serif;
	width: auto;
	float: left;
}

.site-header-menu .widget {
	width: auto;
	float: right;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #fff;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
	color: #33d9ff;
}

.main-navigation .hireus>a {
	color: #fff;
}

.main-navigation .hireus>a:hover {
	color: #33d9ff;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.suburblist ul.sub-menu {
	min-width: 300px;
	background: #fff;
}

.suburblist ul.sub-menu li {
	width: 50%;
	float: left;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation ul ul {
	border: none !important;
}

.main-navigation ul ul a {
	font-size: 15px;
	font-weight: 400;
	border: none;
	color: #484848;
}

.main-navigation ul ul li {
	border: none !important;
	border-top: 1px solid rgb(24 141 220 / 10%) !important;
}

.main-navigation ul ul li.current-menu-item a {
	color: #1d6397;
}

.main-navigation ul ul li a:hover {
	color: #1d6397;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children>a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #fff;
	content: "";
	height: 34px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: none;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation+.social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	margin: 0 7.6923% 3.5em;
	display: none;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div+div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}


/* reset screen-reader-text */

.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title+.comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/** * 7.0 - Accessibility */


/* Text meant only for screen readers */

.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}


/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/** * 8.0 - Alignments */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/** * 9.0 - Clearings */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main>article:before,
.site-main>article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main>article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/** * 10.0 - Widgets */


/** * 11.0 - Content */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
	padding: 0 15px;
}

.site-content {
	word-wrap: break-word;
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 0px;
}

.site-main> :last-child {
	margin-bottom: 0;
}


/** * 11.1 - Header */

.site-header {
	padding: 0px;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
	left: 0;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	margin: 0px;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #fff;
	font-size: 20px;
	margin: 10px 0;
	padding: 5px 10px;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: none;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}


/** * 11.2 - Posts and pages */

.site-main>article {
	margin-bottom: 40px;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 0%;
	margin-left: 0%;
}

.entry-title {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 20px;
	color: #06538c;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0px;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 48px;
	line-height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.2173913043;
	font-size: 39px;
	color: #06538c;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 20px;
	color: #484848;
	line-height: 1.1052631579;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header+.entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li>ul,
body:not(.search-results) .entry-summary li>ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote> :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content> :last-child,
.entry-summary> :last-child,
body:not(.search-results) .entry-summary> :last-child,
.page-content> :last-child,
.comment-content> :last-child,
.textwidget> :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description> :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	font-size: 14px;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer>span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}


/** * IE8 and earlier will drop any block with CSS3 selectors. * Do not combine these styles with the next block. */

.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	margin: 0 0 40px 0;
	padding-top: 0;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	line-height: 1.2173913043;
	color: #06538c;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description> :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links>span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links>.page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption> :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/** * 11.3 - Post Formats */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/** * 11.4 - Comments */

.comments-area {
	margin: 0px;
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #f1f1f1;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.3125;
	padding-top: 1.217391304em;
	font-family: 'Poppins', sans-serif;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children>li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor>article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li>ul,
.comment-content li>ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	display: block;
	font-size: 13px;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-form-comment textarea {
	max-height: 100px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 14px;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation+.no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	letter-spacing: 0;
	text-transform: none;
}

.comments-area .form-submit input[type="submit"] {
	background: linear-gradient(-89deg, #007de7 0%, #06538b 100%);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	margin-top: 20px;
	border-radius: 30px;
	font-family:'Heebo', sans-serif;
}

.comments-area .form-submit input[type="submit"]:hover {
	background: linear-gradient(-89deg, #06538b 0%, #007de7 100%);
}


/** * 11.5 - Sidebar */


/** My css start **/

.site-header-inner {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	padding: 0 15px;
}

.header-right .textwidget {
	display: flex;
	align-items: center;
}

.callussec {
	text-align: right;
	line-height: 26px;
	margin-right: 20px;
}

.callussec.mailadd {
	text-align: left;
	margin-right: 0px;
}

.callussec label {
	font-size: 16px;
	color: #fff;
	width: 100%;
	float: right;
}

.callussec a {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}

.mailadd a {
	font-size: 17px;
}

.yellow-btn {
	width: 100%;
	max-width: 167px;
	line-height: 48px;
	border-radius: 36px;
	background: url(images/bellicon.png) no-repeat, #ffe52c;
	padding: 0 27px;
	text-align: right;
	background-position: left 28px center;
	background-size: 17px;
	font-weight: 500;
	font-size: 16px;
	color: #222222;
}

.yellow-btn:hover {
	color: #222;
	background: url(images/bellicon.png) no-repeat, #ffca02;
	background-position: left 28px center;
	background-size: 17px;
}

.topsection {
	padding-top: 250px;
	background-position: bottom center !important;
}

.headermenu-inner {
	width: 100%;
	max-width: 1170px;
	padding: 0 15px;
	margin: auto;
}

.headermenu {
	border-top: 1px solid rgb(255 255 255 / 40%);
	width:100%;
	float:left;
	padding:10px 0 5px 0;
}

ul.check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.check-list li {
	position: relative;
	padding-left: 25px;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 14px 0;
	line-height: 20px;
}

ul.check-list li:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/check.png) no-repeat;
	width: 22px;
	height: 20px;
	background-size: 15px;
}

.homeheadleft .white-btn {
	font-weight: 500;
}

.home-banner ul.check-list {
	padding: 20px;
	background: linear-gradient(90deg, rgb(64 76 94 / 41%) 0%, rgb(0 0 0 / 0%) 100%);
	margin: 25px 0;
	float: left;
	width: 100%;
	max-width: 400px;
}

.homeheadleft .wpb_content_element {
	width: 100%;
	float: left;
}

.homeheadleft p {
	width: auto;
	float: left;
	margin: 40px 0 0 -110px;
}

.homeheadleft img {
	width: 100%;
	max-width: 200px;
}

.btn {
	width: 142px;
	line-height: 48px;
	border-radius: 40px;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.5px;
	min-width: 142px;
}

.white-btn {
	background: #fff;
	color: #007de7;
	font-weight: 500;
}

.homeheadleft .wpb_raw_html .wpb_wrapper {
	display: flex;
	align-items: center;
}

a.phn-volume {
	color: #fff;
	font-size: 24px;
	line-height: 25px;
	margin-left: 20px;
	background: url(images/phone-volume.png) no-repeat;
	padding-left: 37px;
	background-size: 28px;
	background-position: left center;
	font-weight: 500;
}

a.phn-volume label {
	width: 100%;
	float: left;
	font-size: 12.3px;
	font-weight: normal;
	cursor:pointer;
}

.requestquote .wpb_wrapper {
	width: 100%;
	max-width: 500px;
	float: right;
}

.requestquote .vc_custom_heading {
	line-height: 80px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
	background-color: #007de7;
	font-size: 28px;
	position: relative;
}

.requestquote .vc_custom_heading:before {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0px;
	border-left: 14px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #00375f;
	transform: rotate(45deg);
}

.requestquote .vc_custom_heading:after {
	content: '';
	position: absolute;
	bottom: -13px;
	right: 0px;
	border-left: 14px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #00375f;
	transform: rotate(315deg);
}

.requestquote .vc_custom_heading label {
	font-weight: 700;
}

.requestquote .wpcf7 {
	margin: 0 20px;
	padding: 20px 30px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	filter: drop-shadow(0 0 36.5px rgba(0, 0, 0, 0.19));
}

.requestquote .wpcf7 p {
	margin: 0 0 15px 0;
}

.requestquote .wpcf7 span input,
.requestquote .wpcf7 span select {
	border-radius: 7px;
	background-color: #fff !important;
	border: 2px solid rgba(131, 134, 140, 72%);
	font-size: 15px;
	padding: 10px 10px 10px 40px;
	color: #111;
	width: 100%;
}

.requestquote .wpcf7 span input.walcf7-datepicker {
	padding-left: 15px !important;
}

.requestquote .wpcf7 span select {
	padding: 9px 15px 9px 15px;
	-webkit-appearance: none;
	background: url(images/arrdown.png) no-repeat right 10px center;
	background-size: 10px;
	width: 100%;
}

.requestquote .wpcf7 span textarea {
	border-radius: 7px;
	background-color: #fff;
	border: 2px solid rgba(131, 134, 140, 72%);
	font-size: 15px;
	padding: 10px 15px 10px 15px;
	color: #83868c;
	width: 100%;
	max-height: 70px;
}

.requestquote .wpcf7 .step2sec span select {
	padding: 9px 15px 9px 15px;
}

select:focus-visible {
	outline: none;
}

.requestquote .wpcf7 span input::placeholder {
	color: #83868c;
}

.requestquote .wpcf7 span input.name {
	background: url(images/usericon.png) no-repeat;
	background-position: left 10px center;
	background-size: 16px;
}

.requestquote .wpcf7 span input.mail {
	background: url(images/mailicon.png) no-repeat;
	background-position: left 10px center;
	background-size: 20px;
}

.requestquote .wpcf7 span input.number {
	background: url(images/phnicon.png) no-repeat;
	background-position: left 12px center;
	background-size: 15px;
}

.requestquote .wpcf7 span input.address {
	background: url(images/addressicon.png) no-repeat;
	background-position: left 9px center;
	background-size: 21px;
}

.requestquote .wpcf7 span input.suburb {
	background: url(images/location.png) no-repeat;
	background-position: left 11px center;
	background-size: 17px;
}

.requestquote .wpcf7 span input.pincode {
	background: url(images/pin.png) no-repeat;
	background-position: left 12px center;
	background-size: 12px;
}

.requestquote .wpcf7 p label {
	color: #83868c;
	font-weight: 500;
	margin: 20px 0 7px 0;
	width: 100%;
	display: inline-block;
}

.requestquote .wpcf7 input[type="submit"] {
	width: 100%;
	border-radius: 42px !important;
	line-height: 52px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700 !important;
	background-image: linear-gradient(-80deg, #33c7ff 0%, #0168e7 100%);
	padding: 0 !important;
	margin-top: 20px !important;
	letter-spacing: 0px;
	font-family: 'Heebo', sans-serif;
	margin-bottom: 25px !important;
}

.requestquote .wpcf7 fieldset.fieldset-cf7mls.cf7mls_current_fs input[type="submit"]{
	margin-top:5px !important;
	margin-bottom:15px !important;
}

.requestquote .wpcf7 input[type="submit"]:hover {
	background-image: linear-gradient(-80deg, #0168e7 0%, #33c7ff 100%);
}

.requestquote span.wpcf7-spinner {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0;
}

.requestquote .wpcf7 .step1sec span input{
	padding:13px 10px 13px 40px;
}

.requestquote .wpcf7 .step2sec p{
	margin:0 0 10px 0;
}

.officedet {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.officedethalf {
	width: 45%;
}

.officedethalf:last-child {
	padding-left: 7%;
	border-left: 1px solid #ddd;
}

.officedethalf p {
	margin: 0 !important;
	font-size: 15px;
}

.officedethalf a {
	font-size: 21px;
	font-weight: 500;
	margin-top: 5px;
	display: inline-block;
}

.requestquote .wpcf7 p.officedethead {
	margin: 0 0 5px 0 !important;
	font-weight: 500;
	color: #111;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

fieldset.fieldset-cf7mls.cf7mls_current_fs {
	margin: 0;
	padding: 0;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
	min-height: inherit;
	flex-direction: column-reverse;
	display: flex;
}

.cf7mls-btns .cf7mls_next.action-button {
	margin: 0px;
	width: 100%;
	border-radius: 42px;
	line-height: 52px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	background-image: linear-gradient(-80deg, #33c7ff 0%, #0168e7 100%);
	padding: 0;
	margin-top: 10px;
	letter-spacing: 0px;
	font-family: 'Heebo', sans-serif;
}

.cf7mls-btns .cf7mls_next.action-button:hover {
	opacity: 1;
	background-image: linear-gradient(-80deg, #0168e7 0%, #33c7ff 100%);
}

.cf7mls_back.action-button {
	background: none;
	padding: 0px !important;
	color: #111;
	font-size: 14px;
	text-decoration: underline;
	float: none;
	margin: 20px auto auto auto !important;
	display: inherit;
	min-width: inherit;
	font-weight: normal;
	font-family: 'Heebo', sans-serif;
}

p.subpin {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px !important;
}

.requestquote .wpcf7 .step2sec p.subpin{
	margin-bottom:15px !important;
}

p.subpin span {
	width: 48%;
}

p.cleaningser {
	font-size: 18px;
	font-weight: 500;
	color: #06538c;
	font-family: 'Poppins', sans-serif;
}

.requestquote .wpcf7 .step2sec p.cleaningser{
	margin:0 0 15px 0;
}

.requestquote .wpcf7 span input.wpcf7-not-valid,
.requestquote .wpcf7 span select.wpcf7-not-valid {
	border: 2px solid #ff2e2e;
}

.requestquote .wpcf7 span textarea.wpcf7-not-valid {
	border: 2px solid #ff2e2e;
}

.requestquote .wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}

.requestquote .wpcf7 form .wpcf7-response-output {
	float: left;
	border: 2px solid #ff2e2e;
	padding: 5px;
	width: 100%;
}

.requestquote .wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid #46b450;
	color: #46b450;
}

.requestquote .extrasec span.wpcf7-list-item-label {
	color: #111;
}

.requestquote .extrasec .wpcf7-list-item input {
	width: 16px !important;
}

.requestquote .wpcf7 span input[type="date"] {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.serreq {
	display: flex;
	justify-content: space-between;
}

p.serreq span {
	width: 31%;
}

.step2sec span.wpcf7-radio label {
	margin: 0 !important;
	display: flex;
	align-items: center;
}

.step2sec span.wpcf7-radio input[type="radio"] {
	width: auto;
}

.step2sec span.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label {
	color: #111;
}

.step2sec span.wpcf7-radio .wpcf7-list-item {
	margin: 0 15px 0 0;
}

.requestquote .wpcf7 p.extrasec label {
	width: auto;
	margin: 0;
}

.serveformsec.requestquote .wpcf7 span input {
	padding: 10px 10px 10px 40px;
}

.serveformsec.requestquote .wpcf7 span select {
	padding: 8px 15px 8px 15px;
	background: url(images/arrdown.png) no-repeat right 5px center;
	background-size: 10px;
}

.serveformsec.requestquote .wpcf7 .step2sec p.extrasec {
    margin: 0 0 10px 0 !important;
}

.serveformsec.requestquote .wpcf7 fieldset.fieldset-cf7mls.cf7mls_current_fs input[type="submit"]{
	margin-top:15px !important;
}

.progressbar {
	counter-reset: step;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 1;
}

.progressbar li {
	list-style: none;
	display: inline-block;
	width: 49%;
	position: relative;
	text-align: center;
}

.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 100%;
	display: block;
	text-align: center;
	margin: 0 auto 0px auto;
	background-color: #fff;
}

.progressbar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: #007be4;
}

.progressbar li.active:before {
	border-color: #007be4;
	background: #007be4;
	color: #fff;
}


/* .progressbar li.active + li:after {  background-color: #007be4;} */

.progressbar li.active:after {
	background-color: #007be4;
}

.xdsoft_datetimepicker {
	z-index: 9999999;
}

.serveformsec .cf7mls-btns .cf7mls_next.action-button {
	margin-top: 20px;
}

h2.vc_custom_heading label {
	color: #484848;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 14px;
	display: inline-block;
}

.cerifiedsec h2.vc_custom_heading {
	background: url(images/bondpack.png) no-repeat top 20px left;
	background-size: 86px;
	padding-left: 110px;
	line-height: 42px;
	padding-bottom: 20px;
}

.cerifiedsec h2.vc_custom_heading label {
	width: 100%;
	line-height: 20px;
}

.cerifiedsec h2.vc_custom_heading br {
	display: none;
}

.cerifiedsec .label {
	color: #484848;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
	width: 100%;
	display: inline-block;
}

.cerifiedsec .wpb_raw_html p {
	text-align: justify;
}

.sec-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

.cleaningfeel p {
	width: 45%;
	float: left;
	line-height: 24px;
}

.cleaningfeel ul {
	width: 45%;
	float: right;
}

.cleaningfeel ul li {
	color: #7b7b7b;
	margin: 0 0 10px 0;
	font-size: 16px;
}

.cerifiedsec .wpb_raw_html {
	width: 100%;
	float: left;
}

.acheivesec {
	width: 45%;
	float: left;
	margin-top: 20px;
	display: flex;
}

.acheivesec span {
	color: #007de7;
	font-weight: 500;
	font-size: 32px;
	width: 50%;
	line-height: 38px;
}

.acheivesec span label {
	width: 100%;
	float: left;
	font-size: 28px;
	color: #484848;
	font-weight: normal;
}

.grd-btn {
	background-image: linear-gradient(-89deg, #007de7 0%, #06538b 100%);
	color: #fff;
}

.grd-btn:hover {
	background-image: linear-gradient(-89deg, #06538b 0%, #007de7 100%);
	color: #fff;
}

.cerifiedsec .wpb_raw_html .wpb_wrapper {
	display: flex;
	align-items: center;
}

.cerifiedsec .wpb_raw_html .wpb_wrapper .btn {
	margin-left: 80px;
}


/* .cerifiedsec {	background:url(images/cleaningpic.jpg) no-repeat;	background-position:top right;} */

.cerifiedsec .vc_col-sm-4 {
	position: relative;
	padding-bottom: 40px;
}

.cerifiedsec .vc_col-sm-4:before {
	position: absolute;
	content: '';
	background: url(images/cleaningpic-1.jpg) no-repeat;
	top: 0px;
	left: 60px;
	width: 100%;
	background-size: cover;
	bottom: 0;
}

.pricequotesec {
	background: url(images/patch-design.jpg) no-repeat;
	padding: 35px 40px;
	margin-top: 200px;
	background-size: cover;
}

.pricequotesec span {
	font-size: 25px;
	color: #fff;
	margin: 0 0 15px 0;
	font-weight: 500;
	width: 100%;
	display: inherit;
	line-height: 25px;
}

.pricequotesec p {
	font-size: 17px;
	color: #fff;
	margin: 0 0 20px 0;
	text-align: left !important;
	line-height: 24px;
	font-weight: 500;
}

.pricequotesec a.phn-volume {
	font-size: 26px;
	line-height: 28px;
	margin-left: 0;
	padding-left: 26px;
	background-size: 21px;
	font-weight: 500;
	display: flex;
    flex-direction: column;
}

.pricequotesec a.phn-volume label{
	font-size: 14px;
    line-height: 28px;
}

.vc_separator {
	padding: 75px 0;
	position: relative;
	justify-content: space-between;
}

.vc_separator:before {
	background: url(images/dividerlogo.png) no-repeat;
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 150px;
	z-index: 9999;
	background-size: contain;
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
	width: 45% !important;
	flex: inherit;
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
	display: block !important;
	width: 45%;
	flex: inherit;
}

.serviceprovide a {
	text-decoration: underline;
	position: relative;
	padding-right: 20px;
	transition: 0.5s;
}

.serviceprovide a:after {
	content: '';
	position: absolute;
	right: 0px;
	background: url(images/arr-right.png) no-repeat;
	width: 8px;
	height: 13px;
	top: 6px;
	transition: 0.5s;
}

.serviceprovide a:hover:after {
	right: -3px;
	transition: 0.5s;
}

.serviceprovide h3 a{
	padding-right:0px;
}

.serviceprovide h3 a:after{
	display:none;
}

.serviceprovidesecond {
	position: relative;
	z-index: 11;
}

.serviceprovidelast {
	min-height: 500px;
	margin-top: -260px;
	position: relative;
	margin-bottom: 80px;
}

.serviceprovidelast .vc_col-sm-12 {
	position: absolute;
	top: -240px;
	z-index: 0;
}

.serviceprovidelast .vc_col-sm-12>.vc_column-inner {
	padding-left: 0px;
}

.serviceprovidelast .pricequotesec {
	background: url(images/patch-design2.jpg) no-repeat;
	width: 100%;
	max-width: 400px;
	margin-top: 0;
	background-size: cover;
}

.serviceprovidelast .pricequotesec span {
	line-height: 35px;
	margin: 0 0 25px 0;
}

.serviceprovidelast .pricequotesec p {
	margin: 0 0 5px 0;
}

.serviceprovidelast .pricequotesec a.phn-volume {
	text-decoration: none;
	font-size: 26px;
    background-size: 21px;
    padding-left: 26px;
}

.serviceprovide a.reqbtn {
	padding: 0 30px;
	line-height: 48px;
	border-radius: 40px;
	color: #007de7;
	text-decoration: none;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 30px 0 0 0;
	font-weight: 500;
}

.serviceprovide a.reqbtn:hover {
	background: #111;
	color: #fff;
}

.serviceprovide a.reqbtn:after {
	display: none;
}

.serviceprovide .vc_col-sm-4.vc_col-has-fill {
	position: relative;
	z-index: 999;
}

.ctasection {
	margin: 80px 0 0 0;
	padding: 50px 0;
}

.ctasection p {
	color: #fff;
	font-size: 30px;
	margin: 0px;
	line-height: 42px;
	font-family: 'Poppins', sans-serif;
}

.ctasection .vc_col-sm-8{
	width: 60%;
}

.ctasection .vc_col-sm-4{
	width: 40%;
}

.ctasection .vc_col-sm-4 .wpb_raw_html .wpb_wrapper {
	display: flex;
}

.ctasection .yellow-btn {
	max-width: 210px;
	display: inline-block;
	min-width: 210px;
	padding: 0 20px;
	background-position: left 23px center;
}

.ctasection .white-btn {
	background: url(images/phone-volume-solid.png) no-repeat, #fff;
	background-position: left 20px center;
	text-align: right;
	padding: 0 20px;
	background-size: 20px;
	min-width: 216px;
	margin-left: 10px;
}

a.btn.white-btn.reqcallback {
    min-width: inherit;
}

.sercleaningsec {
	text-align: center;
}

.sercleaningsec h3 {
	margin: 20px 0;
	color: #06538c;
	font-size: 33px;
	font-weight: 500;
	line-height: 40px;
}

.sercleaningsec h3 label {
	font-weight: 300;
}

.sercleaningsec p {
	margin-bottom: 25px;
}

.sercleaningsec ul.check-list li {
	color: #7b7b7b;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.cleaninglists {
	display: flex;
	text-align: left;
	justify-content: space-between;
}

.sercleaningsec .btn {
	min-width: 200px;
	margin: 40px 0 0 0;
}

.sercleaningsec:first-child.vc_col-sm-6 {
	padding-right: 40px;
}

.sercleaningsec:last-child.vc_col-sm-6 {
	padding-left: 40px;
}

.workstep {
	padding-bottom: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.workstep h2 {
	color: #fff;
}

.workstep h2 label {
	color: #1995ff;
}

.stepsin {
	text-align: center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	margin: 60px 0;
}

.stepsin .num {
	width: 90px;
	line-height: 90px;
	background: url(images/bubble.png) no-repeat;
	color: #fefefe;
	font-size: 38px;
	display: inline-block;
	font-weight: 500;
	background-size: cover;
}

.stepsin h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 30px 0 6px 0;
	line-height: 22px;
}

.stepsin label {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.stepsin label a{
	color:#fff;
}

.serveguarantee {
	background: #fff;
	filter: drop-shadow(0 0 36.5px rgba(0, 0, 0, 0.19));
	border-radius: 10px;
}

.serveguarantee .vc_col-sm-8 {
	padding-left: 100px;
	padding-right: 150px;
}

.serveguarantee p {
	color: #484848;
	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	line-height: 41px;
}

.serveguarantee .yellow-btn {
	max-width: 210px;
	display: inline-block;
	min-width: 210px;
	padding: 0 20px;
	background-position: left 23px center;
	margin-right: 20px;
}

.serveguarantee .btn {
	text-align: right;
	padding: 0 20px;
	/* min-width: 216px; */
	position: relative;
	font-weight: 500;
}

.serveguarantee .btn:before {
	content: '';
	position: absolute;
	background: url(images/phone-volume.png) no-repeat;
	background-size: 16px;
	width: 16px;
	height: 25px;
	left: 27px;
	top: 10px;
}

.serviceprovide .wpb_single_image img {
	margin-bottom: 15px;
	max-width: 80%;
}

.servegoldcoast .btn {
	text-align: right;
	padding: 0 20px;
	/* min-width: 216px; */
	position: relative;
	font-weight: 500;
}

.servegoldcoast .btn:before {
	content: '';
	position: absolute;
	background: url(images/phone-volume.png) no-repeat;
	background-size: 16px;
	width: 16px;
	height: 25px;
	left: 27px;
	top: 10px;
}

.benefitsec {
	padding-bottom: 0px;
}

.benefitsec .vc_col-sm-8>.vc_column-inner {
	padding-left: 70px;
}

.benefitsec h2 {
	margin-bottom: 20px;
}

.benefitsec h2 label {
	width: 100%;
	float: left;
}

.benefitsec h2 br {
	display: none;
}

.benefitsec a {
	text-decoration: underline;
	position: relative;
	padding-right: 20px;
}

.benefitsec a:after {
	content: '';
	position: absolute;
	right: 0px;
	background: url(images/arr-right.png) no-repeat;
	width: 8px;
	height: 13px;
	top: 6px;
}

.choosepoints {
	margin-top: 40px;
}

.choosepoints .vc_col-sm-6>.vc_column-inner>.wpb_wrapper {
	display: flex;
}

.choosepoints .vc_col-sm-6 .vc_single_image-wrapper {
	width: 63px;
	height: 63px;
	border-radius: 32px;
	background-color: #007de7;
	text-align: center;
	display: flex;
	align-items: center;
	margin-right: 20px;
	justify-content: center;
}

.choosepoints .vc_col-sm-6 h3 {
	margin-bottom: 15px;
	font-size: 19px;
}

.clientsec h2 label {
	font-weight: 300;
	font-size: 39px;
	color: #06538c;
	text-transform: initial;
}

.custsatisfy {
	font-weight: 700;
	color: #007de7;
	font-size: 60px;
	font-family: 'Poppins', sans-serif;
	line-height: 32px;
	margin-top: 30px;
}

.custsatisfy label {
	color: #484848;
	font-size: 16px;
	font-weight: 500;
}

.clientsec .vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
	background: url(images/quote.png) no-repeat top left;
	padding: 35px 0 0 90px;
}

.sp-testimonial-free-section .sp-testimonial-free-item {
	text-align: left;
}

.sp-testimonial-free-section .tfree-client-testimonial p,
.sp-testimonial-free-section .tfree-client-testimonial {
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: normal;
	font-weight: 300;
	color: #424242 !important;
	margin: 0px 0px 30px 0px;
}

.sp-testimonial-free-section .tfree-client-name {
	width: auto;
	float: left;
	color: #424242 !important;
	font-weight: 500;
	padding-right: 10px;
	position:relative;
}

.sp-testimonial-free-section .tfree-client-name:before{
	content:'';
	position:absolute;
	background:url(images/googlerev.png) no-repeat;
	width: 115px;
    height: 51px;
    top: 0px;
    right: -130px;
    left: auto;
    background-position: right center;
    padding-left: 10px;
    background-size: 100px;
    border-left: 1px solid #ccc;
}

.sp-testimonial-free-section .tfree-client-rating {
	width: auto;
	float: left;
}

.sp-testimonial-free-section .sp-tfree-client-image {
	margin: 0px 0px 30px 0px;
	display:none;
}

.sp-testimonial-free-section .slick-dots {
	text-align: left;
}

.sp-testimonial-free-section .slick-dots li {
	margin: 3px !important;
}

#sp-testimonial-free-wrapper-132 .sp-testimonial-free-section .tfree-client-rating{
	clear:left;
}

.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top {
	position: inherit !important;
	left: inherit!important;
	top: inherit!important;
	right: inherit!important;
}

.vc-gitem-zone-height-mode-auto:before {
	padding: 0px !important;
}

.vc_gitem-zone-a .vc_gitem-row-position-middle,
.vc_gitem-zone-b .vc_gitem-row-position-middle {
	position: inherit !important;
	left: inherit!important;
	top: inherit!important;
	right: inherit!important;
	transform: none !important;
}

.blogsec {
	padding-bottom: 30px !important;
}

.blogsec .vc_btn3-container {
	margin-bottom: 0px;
}

.blogsec .wpb_single_image.vc_align_center {
	margin-bottom: 0px !important;
}

.blogsec .vc_gitem_row .vc_gitem-col {
	padding: 0px;
}

.blogsec .vc_gitem-zone-a .vc_gitem-row-position-middle {
	border-radius: 10px;
	filter: drop-shadow(0 0 10.5px rgba(0, 0, 0, 0.19));
	background-color: #ffffff;
	width: 90%;
	margin: -50px 5% 30px 5%;
	display: inline-block;
	padding: 20px;
	transition: 0.5s;
}

.blogsec .vc_gitem-zone-a .vc_gitem-zone-mini:hover .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
	margin-top: -70px;
}

.blogsec .vc_gitem-row-position-middle .vc_custom_heading a {
	color: #484848;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
}

.blogsec .vc_btn3-container a {
	text-decoration: underline;
	position: relative;
	padding: 0 20px 0 0;
	background: none;
	color: #007de7;
	font-size: 16px;
}

.blogsec .vc_btn3-container a:hover {
	background: none;
	color: #007de7;
}

.blogsec .vc_btn3-container a:after {
	content: '';
	position: absolute;
	right: 0px;
	background: url(images/arr-right.png) no-repeat;
	width: 8px;
	height: 13px;
	top: 6px;
}

.blogsec .wpb_single_image figure,
.blogsec .wpb_single_image figure a {
	width: 100%;
}

.blogsec .wpb_single_image img {
	border-radius: 10px;
	width: 100%;
}


/* .blogsec a{	pointer-events:none;} */

ul.socmedia {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
}

ul.socmedia li {
	width: 35px;
	height: 35px;
	background: #7a7e86;
	border-radius: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 3px;
}

ul.socmedia li:hover {
	background: #007de7;
}

ul.socmedia li a {
	display: flex;
	color: #fff;
	font-size: 17px;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0 0 0;
}

.goldcoast .vc_custom_heading.label {
	color: #484848;
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0 5px 0;
	width: 100%;
	display: inline-block;
}

.goldcoast .vc_col-sm-6:first-child .vc_column-inner {
	padding-right: 50px;
}

.goldcoast h2.vc_custom_heading label {
	width: 100%;
}

.goldcoast h2.vc_custom_heading br {
	display: none;
}

.goldcoast .vc_single_image-wrapper img {
	max-width: 90%;
}

.inner-banner {
	padding-bottom: 60px;
	padding-top: 60px;
}


/* .inner-banner:after{	width:100%;	content:'';	position:absolute;	bottom:0px;	left:0px;	background:url(images/element-wave-bottom-Slider.png) no-repeat;	height: 100px;    background-size: cover;} */

.text-white,
.text-white * {
	color: #fff !important;
}

.sec-padding.abt-sec {
	padding: 80px 0;
}

.abt-sec h2 br {
	display: none;
}

.abt-sec h2.vc_custom_heading label {
	width: 100%;
	float: left;
	margin: 0 0 7px 0;
}

.blockquote {
	padding: 0 0 0 75px;
	background: url(images/blockquote-marker.png) no-repeat top left;
}

.blockquote p {
	font-size: 18px;
	line-height: 27px;
	color: #323232;
	font-weight: 500;
	margin-top: 0;
}

.abt-parts .vc_custom_heading.label {
	color: #323232;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
	width: 100%;
	display: inline-block;
}

.abt-parts ul.check-list li {
	font-size: 16px;
	color: #7b7b7b;
	font-weight: 400;
	margin: 0 0 9px 0;
	line-height: 20px;
}

.ourachievement .vc_col-sm-3>.vc_column-inner>.wpb_wrapper {
	display: flex;
	align-items: center;
}

.ourachievement .wpb_raw_html {
	margin-left: 25px;
}

.ourachievement .wpb_raw_html span {
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	width: auto;
	display: inline-block;
	font-weight: 700;
}

.ourachievement .wpb_raw_html label {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	display: inline-block;
	width: 100%;
}

.ourachievement img {
	max-width: 70px !important;
}

.whychoose {
	padding-bottom: 80px;
}

.ourclients {
	padding-top: 40px;
	padding-bottom: 30px;
}

.ourclients .vc_carousel-slideline-inner .vc_item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mission-sec,
.values-sec {
	padding-top: 70px;
	padding-bottom: 70px;
}

.mission-sec .vc_col-sm-6:first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.mission-sec .vc_col-sm-6 .vc_column-inner {
	height: 100%;
}

.mission-sec .vc_col-sm-6:last-child {
	float: right;
}

.mission-sec .vc_col-sm-6:last-child .vc_column-inner {
	padding-left: 80px;
}

.mission-sec h2,
.values-sec h2 {
	margin-bottom: 30px;
}


/* .mission-sec p, .values-sec p{	color:#111;	font-size:17px;	line-height:30px;} */

.mission-sec .btn,
.values-sec .btn {
	min-width: 200px;
	margin-top: 30px;
}

.values-sec .vc_col-sm-6:first-child .vc_column-inner {
	padding-right: 80px;
}

.values-sec .vc_col-sm-6:last-child {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.values-sec .vc_col-sm-6:last-child .vc_column-inner {
	height: 100%;
}

.values-sec .vc_tta-panel-heading {
	background: none !important;
}

.values-sec .vc_tta-panel-heading h4 a {
	padding: 14px 42px 14px 0 !important;
	border-bottom: 1px solid #ccc !important;
	background: none !important;
	font-weight: 400;
	font-size: 17px;
	color: #484848 !important;
	font-family: 'Poppins', sans-serif;
}

.values-sec .vc_tta-panel-body {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
	border-color: #017de7 !important;
}

.vc_row.values-sec {
	overflow: visible !important;
}

a.circ-call {
	position: relative;
	width: 130px;
	height: 130px;
	left: -80px;
	top: -80px;
	z-index: 111;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px 0;
	-webkit-box-shadow: 0 0 58px rgb(4 49 184 / 22%);
	-khtml-box-shadow: 0 0 58px rgba(4, 49, 184, .22);
	-moz-box-shadow: 0 0 58px rgba(4, 49, 184, .22);
	-ms-box-shadow: 0 0 58px rgba(4, 49, 184, .22);
	-o-box-shadow: 0 0 58px rgba(4, 49, 184, .22);
	box-shadow: 0 0 58px rgb(4 49 184 / 22%);
}

a.circ-call:before {
	content: '';
	position: absolute;
	width: 140px;
	height: 140px;
	top: -5px;
	left: -5px;
	background: #ffffff;
	z-index: 0;
	border-radius: 100%;
}

a.circ-call:after {
	content: '';
	position: absolute;
	width: 160px;
	height: 160px;
	top: -15px;
	left: -15px;
	background: rgb(46 189 252 / 63%);
	z-index: -1;
	border-radius: 100%;
}

a.circ-call .fa {
	font-size: 30px;
	color: #007de7;
	margin-bottom: 9px;
}

a.circ-call label {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	line-height: 24px;
	position: relative;
}

a.circ-call span {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	color: #8c8c8c;
	position: relative;
}

a.circ-call img {
	width: 100%;
	max-width: 30px;
	transform: rotate(-25deg);
	margin: 0 0 10px 0;
}

.teamsec .vc_col-sm-3 {
	text-align: center;
}

.teamsec .vc_col-sm-3 .vc_single_image-wrapper {
	border: 2px solid #31c3fe;
	border-radius: 50%;
}

.teamsec .vc_col-sm-3 img {
	max-height: 150px;
	max-width: 150px;
	border-radius: 50%;
	border: 3px solid #fff;
}

.teamsec .vc_col-sm-3 .wpb_raw_html {
	margin: 30px 0 0 0;
}

.teamsec span {
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
	width: 100%;
	float: left;
	color: #111;
}

.teamsec label {
	font-size: 13px;
	line-height: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.teamsec ul {
	margin: 10px 0 0 0;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
}

.teamsec ul li {
	margin: 0 10px;
}

.teamsec ul li a {
	font-size: 20px;
}

.request-sec {
	padding: 60px 0 50px 0;
	background: #f7f7f7;
}

.request-sec .btn {
	min-width: 200px;
	margin-top: 30px;
}

.request-sec .wpcf7-form p {
	width: 32%;
	float: left;
	position: relative;
}

.request-sec .wpcf7-form .wpcf7-not-valid-tip {
	position: absolute;
	top: -40px;
}

.request-sec .wpcf7-form p:nth-child(3) {
	margin: 0 2%;
}

.request-sec .wpcf7-form p:nth-child(5) {
	width: 66%;
	margin-right: 2%;
}

.request-sec .wpcf7-form span input,
.request-sec .wpcf7-form span select {
	border-radius: 42px;
	background-color: #fff;
	border: 2px solid rgba(131, 134, 140, 0.5);
	font-size: 15px;
	padding: 15px 10px 15px 50px;
	color: #83868c;
	width: 100%;
}

.request-sec .wpcf7 span input.name {
	background: url(images/usericon.png) no-repeat, #fff;
	background-position: left 15px center;
	background-size: 18px;
}

.request-sec .wpcf7 span input.mail {
	background: url(images/mailicon.png) no-repeat, #fff;
	background-position: left 15px center;
	background-size: 22px;
}

.request-sec .wpcf7 span input.number {
	background: url(images/phnicon.png) no-repeat, #fff;
	background-position: left 15px center;
	background-size: 18px;
}

.request-sec .wpcf7-form p label {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}

.request-sec .wpcf7-form input[type="submit"] {
	width: 100%;
	border-radius: 42px;
	line-height: 52px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	background-image: linear-gradient(-80deg, #33c7ff 0%, #0168e7 100%);
	padding: 0;
	margin-top: 33px;
	font-family: 'Heebo', sans-serif;
}

.request-sec .wpcf7 span select {
	padding: 13px 15px 13px 15px;
	-webkit-appearance: none;
	background: url(images/arrdown.png) no-repeat right 15px center, #fff;
	background-size: 12px;
}

.request-sec .wpcf7 .wpcf7-spinner {
	position: absolute;
}

.request-sec .wpcf7 form .wpcf7-response-output {
	width: 100%;
	clear: both;
}

body:not(.home) .headermenu {
	float: left;
	padding: 10px 0 5px 0;
	background: #188ddc;
	width: 100%;
}

body:not(.home) .site-header {
	position: inherit;
}

body:not(.home) .site-inner {
	clear: both;
}

body:not(.home) header ul.socmedia {
	margin-top: 1px;
}

body:not(.home) header ul.socmedia li {
	background: #fff;
}

body:not(.home) header ul.socmedia li:hover {
	background: #111;
}

body:not(.home) header ul.socmedia li a {
	color: #007de7;
}

body:not(.home) header ul.socmedia li:hover a {
	color: #fff;
}

body:not(.home) .callussec label {
	color: #83868c;
}

body:not(.home) .callussec a {
	color: #484848;
}

body:not(.home) .custom-logo-link {
	background: url(images/dark-logo.png) no-repeat;
	background-size: contain;
	height: 80px;
	width: 100%;
	max-width: 240px;
}

body:not(.home) .custom-logo-link img {
	display: none;
}

.inner-banner h1 {
	font-weight: 500;
}

.action-colm {
	background: #ffffff;
	padding: 24px;
	width: 100%;
	max-width: 300px;
	float: right;
	text-align: center;
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 21%);
	border-radius: 5px;
}

.inner-banner .action-colm label {
	font-size: 17px;
	background: #fff;
	color: #484848;
	line-height: 24px;
	display: block;
	margin: 0 0 12px 0;
	font-weight: 500;
}

.inner-banner .action-colm a {
	width: 100%;
}


/* .inner-banner .wpb_raw_html a{	width: 100%;    max-width: 270px;    float: right;    text-align: center;    padding: 15px 0 0 0;    background: #188ddc;    color: #fff;    font-size: 19px;    font-weight: 500;    font-family: 'Poppins', sans-serif;}.inner-banner .wpb_raw_html a label{	width: 100%;    float: left;    font-size: 14px;    font-weight: normal;    padding: 15px 20px;    background: #fff;    color: #484848;    line-height: 20px;    margin-top: 15px;	cursor:pointer;} */

.contact-top-sec {
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-top-sec .vc_col-sm-6:first-child {
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	width: 40%;
}

.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner {
	height: 100%;
	position: relative;
	padding: 0px;
	overflow: hidden;
}

.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner:before {
	position: absolute;
    content: '';
    width: 200px;
    height: 140%;
    background: #1a3c69;
    top: -210px;
    right: -200px;
    transform: rotate(-28deg);
    z-index: 1;
}

.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner:after {
	position: absolute;
    content: '';
    width: 200px;
    height: 140%;
    background: #1a3c69;
    bottom: -210px;
    right: -200px;
    transform: rotate(28deg);
}

.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner>.wpb_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner>.wpb_wrapper:before {
	position: absolute;
    content: '';
    width: 72px;
    height: 144%;
    background: #2ebdfc;
    top: -146px;
    right: -110px;
    transform: rotate(-35deg);
}

.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner>.wpb_wrapper:after {
	position: absolute;
    content: '';
    width: 72px;
    height: 140%;
    background: #2ebdfc;
    bottom: -146px;
    right: -102px;
    transform: rotate(35deg);
}

.contact-top-sec .vc_col-sm-6:last-child {
	float: right;
	position: relative;
	width: 60%;
}

.contact-top-sec {
	justify-content: flex-end;
}

.contact-top-sec a.circ-call {
	position: absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
}

.contact-top-sec .vc_col-sm-6:last-child .vc_column-inner {
	padding-left: 150px;
}

.contact-top-sec span input,
.contact-top-sec span select,
.contact-top-sec span textarea {
	border: none;
	border-radius: 30px;
	padding: 13px 20px;
	width: 100%;
	background: #fff;
}

.contact-top-sec span select {
	-webkit-appearance: none;
	background: url(images/arrdown.png) no-repeat right 15px center, #fff;
	background-size: 12px;
	padding:10px 20px;
}

.contact-top-sec span textarea {
	max-height: 80px;
	border-radius: 80px;
}

.contact-top-sec p label {
	/* width: 100%;    float: left;    margin: 0 0 10px 0; */
	color: #fff;
	font-size: 18px;
}

.contact-top-sec input[type="submit"] {
	width: 100%;
    border-radius: 42px !important;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700 !important;
    background-image: linear-gradient(-80deg, #33c7ff 0%, #0168e7 100%);
    padding: 0 !important;
    margin-top: 0px !important;
    font-family: 'Heebo', sans-serif;
}

.contact-top-sec input[type="submit"]:hover {
	background-image: linear-gradient(-80deg, #0168e7 0%, #33c7ff 100%);
}

.contact-top-sec .wpcf7-spinner {
	position: absolute;
}

.contact-top-sec .wpcf7-response-output {
	color: #fff;
	font-size: 14px !important;
	line-height: 18px !important;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	border: none !important;
}

p.formfields {
	width: 49%;
	float: left;
}

p.formfields:nth-child(odd) {
	float: right;
}

p.extrasec {
	display: flex;
	width: 100%;
	align-items: center;
}

.extrasec span.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
}

.extrasec .wpcf7-list-item {
	display: flex;
	align-items: center;
	color: #fff;
}

.extrasec .wpcf7-list-item input {
	width: 16px;
	height: 16px;
}

.extrasec span.wpcf7-list-item-label {
	font-size: 15px;
}

.contact-top-sec h2.vc_custom_heading {
	margin-bottom: 30px;
}

.contact-top-sec .wpcf7-not-valid-tip {
	font-size: 13px;
	position: absolute;
	top: 17px;
	right: 17px;
}

.addressdet .wpb_wrapper a {
	align-items: center;
	border: 1px solid #e9eaf6;
	padding: 30px 20px 30px 20px;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	-webkit-transition: all 240ms linear 0ms;
	-khtml-transition: all 240ms linear 0ms;
	-moz-transition: all 240ms linear 0ms;
	-ms-transition: all 240ms linear 0ms;
	-o-transition: all 240ms linear 0ms;
	transition: all 240ms linear 0ms;
	background-color: #fff;
	align-items: flex-start;
}

.addressdet .wpb_wrapper a:hover {
	-webkit-box-shadow: 0 13px 29px rgb(2 21 78 / 17%);
	-khtml-box-shadow: 0 13px 29px rgba(2, 21, 78, .17);
	-moz-box-shadow: 0 13px 29px rgba(2, 21, 78, .17);
	-ms-box-shadow: 0 13px 29px rgba(2, 21, 78, .17);
	-o-box-shadow: 0 13px 29px rgba(2, 21, 78, .17);
	box-shadow: 0 13px 29px rgb(2 21 78 / 17%);
}

.addressdet .wpb_wrapper a img {
	width: 100%;
	max-width: 35px;
	margin-right: 15px;
}

.addressdet .wpb_wrapper label {
	font-weight: bold;
	color: #111;
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 18px;
}

.addressdet .itemholder {
	font-size: 14px;
	color: #484848;
}

.addressdet.sec-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}

.sidebar {
	width: 100%;
	float: right;
	max-width: 300px;
	margin-bottom: 0px !important;
}

.sidebar .widget {
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	padding: 30px;
}

.sidebar .widget h2 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 15px 0;
	color: #06538c;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
}

.sidebar .widget nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar .widget nav ul li a {
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	display: inline-block;
	line-height: 21px;
	color: #7b7b7b;
}

.sidebar .widget nav ul li:last-child a {
	border: none;
}

.sidebar .widget .rpwwt-widget img {
	border-radius: 100%;
}

.sidebar .widget .rpwwt-widget a {
	font-weight: 500;
	line-height: 21px;
	display: inline-block;
	color: #007de7;
	font-family: 'Poppins', sans-serif;
}

span.rpwwt-post-title {
	width: 60%;
	float: right;
}

.rpwwt-post-date {
	font-size: 15px;
	color: #3a4268;
	font-family: 'Poppins', sans-serif;
	width: 60%;
	float: right;
}

.latest-post .vc_gitem_row .vc_gitem-col {
	position: relative;
}

.latest-post .wpb_single_image {
	margin: 0px !important;
}

.latest-post .wpb_single_image figure,
.latest-post .wpb_single_image figure a{
	width:100%;
}

.latest-post .wpb_single_image img {
	/* height: 500px; */
	object-fit: cover;
	width:100%;
}

.latest-post .vc_gitem-post-data-source-post_date {
	position: absolute;
	top: 40px;
	left: 40px;
	margin: 0;
	background: #fff;
	padding: 5px 8px;
	color: #111;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
}

.latest-post .vc_gitem-post-data-source-post_title {
	/* position: absolute;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	left: 40px; */
	width: 100%;
	margin:20px 0 0 0;
}

.latest-post .vc_gitem-post-data-source-post_title a {
	font-size: 30px;
	font-weight: 700;
	color: #484848 !important;
	line-height: 60px;
}

.latest-post .vc_gitem-post-data-source-post_author {
	bottom: 110px;
	position: absolute;
	left: 40px;
	margin: 0px;
}

.latest-post .vc_gitem-post-data-source-post_author div {
	color: #fff;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
}

.latest-post .vc_gitem-post-data-source-post_author div:before {
	content: 'by';
	position: absolute;
	left: 0px;
	top: 0px;
}

.latest-post .vc_btn3-container {
	margin: 0px;
	position: absolute;
	bottom: 90px;
	right: 10px;
}

.latest-post .vc_btn3-container a {
	background: #fff;
	border-radius: 0px;
	padding: 20px 30px;
	font-size: 15px;
	text-transform: uppercase;
	color: #007de7;
	position: relative;
}

.latest-post .vc_btn3-container a:hover {
	background: #007de7;
	color: #fff;
}

.latest-post .vc_btn3-container a:after {
	content: '';
	position: absolute;
	right: 10px;
	background: url(images/arr-right.png) no-repeat;
	width: 8px;
	height: 13px;
	top: 38%;
}

.toparticles .vc_gitem_row .vc_gitem-col {
	background: #fff;
	padding: 30px 30px 10px 30px;
	position: relative;
}

.toparticles .vc_gitem_row .vc_gitem-col .wpb_single_image {
	margin: -30px -30px 30px -30px !important;
}

.toparticles .vc_gitem-post-data-source-post_title a {
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	color: #484848 !important;
}

.toparticles .vc_gitem-post-data-source-post_excerpt p {
	font-size: 15px;
	line-height: 22px;
}

.toparticles .vc_gitem-post-data-source-post_date,
.toparticles .vc_gitem-post-data-source-post_author {
	margin-bottom: 0px;
}

.toparticles .vc_gitem-post-data-source-post_date {
	color: #484848;
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	margin-top: 30px;
}

.toparticles .vc_gitem-post-data-source-post_author div {
	color: #484848;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
}

.toparticles .vc_gitem-post-data-source-post_author div:before {
	content: 'by';
	position: absolute;
	left: 0px;
	top: 0px;
}

.toparticles .vc_btn3-container {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0px;
}

.toparticles .vc_btn3-container a {
	background: #111;
	border-radius: 0;
	color: #fff;
	padding: 15px 40px;
	text-transform: uppercase;
	display: none;
}

.toparticles .vc_gitem_row .vc_gitem-col:hover .vc_btn3-container a {
	display: block;
}

.toparticles .vc_btn3-container a:hover {
	background: #111;
	color: #fff;
}

.prevarticle>.vc_col-sm-6:first-child {
	width: 60%;
}

.prevarticle>.vc_col-sm-6:last-child {
	width: 40%;
}

.prevarticle .vc_gitem-post-data-source-post_title a {
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	color: #484848 !important;
}

.prevarticle p {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

.prevarticle .vc_gitem-post-data {
	margin-bottom: 5px;
}

.prevarticle .wpb_single_image img {
	height: 200px;
	object-fit: cover;
}

.prevarticle .vc_gitem-post-data-source-post_date {
	margin: 0;
}

.prevarticle .vc_gitem-post-data-source-post_date div {
	font-size: 14px;
	font-weight: 600;
	color: #484848;
	line-height: 18px;
}

.prevarticle .vc_gitem-post-data-source-post_author div {
	color: #484848;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
}

.prevarticle .vc_gitem-post-data-source-post_author div:before {
	content: 'by';
	position: absolute;
	left: 0px;
	top: 0px;
}


/* .prevarticle .vc_grid .vc_pageable-load-more-btn{	text-align:left;} */

.prevarticle .vc_btn3-container.vc_btn3-inline {
	margin: 0px;
}

.prevarticle .vc_btn3-container.vc_btn3-inline a {
	width: 142px;
	line-height: 48px;
	border-radius: 40px;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.5px;
	min-width: 142px;
	padding: 0;
	background: linear-gradient(-89deg, #007de7 0%, #06538b 100%);
}

.prevarticle .vc_btn3-container.vc_btn3-inline a:hover {
	background: linear-gradient(-89deg, #06538b 0%, #007de7 100%);
}

.tagcloud ul.wp-tag-cloud {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.tagcloud ul.wp-tag-cloud li {
	margin: 0 3px 10px 0;
	display: inline-block;
}

.tagcloud ul.wp-tag-cloud li a {
	padding: 0 21px;
	color: #111;
	display: inline-block;
	font-size: 12px !important;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 30px;
	position: relative;
	z-index: 1;
	border: 1px solid #ebebeb;
}

.tagcloud ul.wp-tag-cloud li a:hover {
	background: #188ddc;
	color: #fff;
}

.sidebar .widget.widget_custom_html,
.sidebar .widget.widget_media_image {
	padding: 0px;
	border: none;
}

.ct-wg-fancybox-inner {
	padding: 70px 30px 70px;
	position: relative;
	z-index: 1;
	background: url("images/portfolio-04.jpg") no-repeat;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.ct-wg-fancybox-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 0, 20, .7);
}

.ct-wg-fancybox-inner label {
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #007cfb;
	margin-bottom: 12px;
}

.ct-wg-fancybox-inner h3 {
	color: #fff;
	font-size: 38px;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}

.ct-wg-fancybox-inner p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}

.ct-wg-fancybox-inner a.yellow-btn {
	display: inline-block;
	max-width: 155px;
}

.sidebar .widget:last-child {
	margin-bottom: 0px;
}

.single .content-area,
.search .content-area {
	padding: 80px 0;
	width: 100%;
	float: left;
}

.single .post-thumbnail img {
	max-height: 450px;
	object-fit: cover;
	width: 100%;
}

.single footer.entry-footer {
	display: none;
}

.single .site-main,
.search .site-main {
	width: 100%;
	max-width: 68%;
	float: left;
}

.single .post-thumbnail {
	margin-bottom: 30px;
}

.search article .post-thumbnail {
	width: 100%;
	max-width: 35%;
	float: left;
	margin-right: 30px;
}


/* .search-content{	width:60%;	float:right;} */

.search-content h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.search-content h2 a {
	color: #06538c;
}

.search .site-main>article {
	display: flex;
}

.search .page-content .search-form {
	width: 100%;
	max-width: 420px;
}

.service-banner:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: block !important;
	background: rgb(0 0 0 / 41%);
}

.service-banner .vc_col-sm-6:first-child {
	width: 60%;
}

.service-banner .vc_col-sm-6:last-child {
	width: 40%;
}

.vc_row.servestats {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.vc_row.servestats .vc_col-sm-4 {
	width: 24%;
}

.vc_row.servestats .wpb_single_image img {
	max-width: 60px;
}

.servestats .wpb_raw_html span {
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	width: auto;
	float: left;
	font-weight: 500;
}

.servestats .wpb_raw_html label {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.homeheadleft .servestats .wpb_raw_html .wpb_wrapper {
	display: inline-block;
}

.serveformsec .wpb_text_column>.wpb_wrapper {
	padding: 40px 30px 30px 30px;
	background: #fff;
	width: 100%;
	max-width: 420px;
	float: right;
	border-radius: 10px;
	position: relative;
}

.serveformsec .wpb_text_column>.wpb_wrapper h2 {
	font-size: 24px;
	font-weight: 500;
	color: #484848;
	margin: 0 0 25px;
}

.serveformsec .wpb_text_column>.wpb_wrapper h2 label {
	font-weight: 700;
}

.serveformsec.requestquote .wpcf7 {
	padding: 0;
	margin: 0;
	background: none;
	filter: none;
}

.serveformsec.requestquote .wpcf7 p label {
	margin-top: 0px;
}

.serveformsec.requestquote .wpcf7 input[type="submit"] {
	margin-top: 0px;
}

.serveformsec .badge {
	position: absolute;
	top: -29px;
	right: 30px;
	width: 75px;
	text-align: center;
}

.serveformsec .badgestar {
	width: 100%;
	line-height: 29px;
	background: #ff830c;
}

.serveformsec .badgecontent {
	background-color: #ffbe2e;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 6px 5px 16px 5px;
	position: relative;
	overflow: hidden;
}

.serveformsec .badgecontent>div {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}

.serveformsec .badgecontent p {
	color: #fff;
	line-height: 14px;
	font-weight: 500;
	font-size: 11px;
}

.serveformsec .badgecontent::after {
	content: '';
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	height: 22px;
	top: calc(100% - 10px);
	border-radius: 50% 50% 0 0;
}

.howorks h2.vc_custom_heading {
	margin-bottom: 50px;
}

.howorks h2.vc_custom_heading label {
	width: 100%;
	float: left;
	color: rgb(255 255 255 / 55%);
}

.howorks h2.vc_custom_heading br {
	display: none;
}

.howorks .wpb_raw_html {
	border: 2px solid #17b7fa;
	width: 186px;
	height: 186px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: auto;
	position: relative;
	background: rgb(23 183 250 / 17%);
}

.howorks .wpb_raw_html .fa,
.howorks .wpb_raw_html .fas {
	font-size: 50px;
	color: #fff;
}

.howorks .wpb_raw_html:before {
	background-color: #17b7fa;
	content: '1';
	color: #1a3c69;
	height: 55px;
	width: 55px;
	font-size: 24px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	font-weight: 700;
	top: 5px;
	right: -15px;
	z-index: 99;
}

.howorks .vc_col-sm-3:nth-child(2) .wpb_raw_html:before {
	content: '2'
}

.howorks .vc_col-sm-3:nth-child(3) .wpb_raw_html:before {
	content: '3'
}

.howorks .vc_col-sm-3:nth-child(4) .wpb_raw_html:before {
	content: '4'
}

.howorks h3.vc_custom_heading {
	margin: 30px 0 12px 0;
	color: #fff;
}

.howorks p {
	color: rgb(255 255 255 / 70%);
}

.text-big * {
	font-size: 20px;
	line-height: 29px;
}

.choose-sec .vc_col-sm-6:first-child {
	padding-right: 20px;
}

.choose-sec .vc_col-sm-6:last-child {
	padding-left: 20px;
}

.choose-sec h2.vc_custom_heading {
	margin: 0 0 20px 0;
}

.choose-sec .btn {
	width: auto;
	padding: 0 20px;
}

.choose-sec ul.check-list {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.choose-sec ul.check-list li {
	width: 50%;
	float: left;
	font-size: 16px;
}

.choose-sec .wpb_raw_html>.wpb_wrapper {
	display: flex;
	align-items: center;
}

.choose-sec .wpb_raw_html>.wpb_wrapper a.phn-volume {
	color: #06538c;
	background: url(images/phone-volume-dark.png) no-repeat;
	background-size: 26px;
	background-position: left center;
	padding-left: 38px;
	font-size: 24px;
}

.choose-sec .wpb_raw_html>.wpb_wrapper a.phn-volume label{
	font-size:14px;
}

.choose-sec h2.vc_custom_heading br,
.servegoldcoast h2.vc_custom_heading br {
	display: none;
}

.simplesteps {
	margin-top: 0px;
	margin-bottom: 60px;
}

.simplesteps .vc_col-sm-3>.vc_column-inner>.wpb_wrapper {
	background: rgb(18 45 84);
	border-radius: 5px;
	padding: 30px 25px;
}

.simplesteps h3 {
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-size: 19px;
	position: relative;
}

.simplesteps h3:after {
	width: 35px;
	height: 3px;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #32c5ff;
}

.simplesteps p {
	color: rgb(255 255 255 / 90%);
	line-height: 20px;
	font-size: 14.5px;
}

.faq-section h2.vc_custom_heading label {
	float: none;
}

.faq-section h2.vc_custom_heading br {
	display: block;
}

.faq-section .vc_tta-panels {
	padding: 30px;
	background: #f1f3f5;
}

.faq-section .vc_tta-panel {
	margin: 0 0 10px 0 !important;
}

.faq-section .vc_tta-panel-title>a {
	background: #fff !important;
	color: #484848 !important;
	font-weight: 400;
	padding: 10px 30px 10px 14px !important;
	line-height: 20px;
}

.faq-section .vc_tta-panel-title>a .vc_tta-controls-icon {
	right: 10px !important;
}

.faq-section .vc_tta-panels .vc_tta-panel-body {
	background-color: #fff !important;
}

.servegoldcoast .vc_single_image-wrapper img {
	max-width: 110% !important;
	margin-left: -10%;
}

.servegoldcoast ul.check-list {
	margin: 5px 0 25px 0 !important;
	width: 100%;
	float: left;
}

.servegoldcoast ul.check-list li {
	width: 50%;
	float: left;
	font-size: 16px;
}

.servegoldcoast .yellow-btn {
	max-width: 210px;
	display: inline-block;
	min-width: 210px;
	padding: 0 20px;
	background-position: left 23px center;
	margin-right: 20px;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preloader img {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}

.service-content-area h2 {
	font-size: 32px;
}

.service-content-area h3 {
	font-family: 'Poppins', sans-serif;
}


body.modal-open{
	overflow:hidden;
}

.modal.fade {
	display: none;
}

.modal.fade.in {
	display: block !important;
	z-index: 999999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: rgb(0 0 0 / 47%);
	overflow-y: scroll;
}

.modal-dialog {
	width: 100%;
	max-width: 800px;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	background: #1a3c69;
	border-radius: 5px;
	/* min-height: 645px; */
}

.modal-dialog .step2sec span.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label {
	color: #fff;
}

.modal-dialog span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -9px;
	right: 10px;
	font-size: 12px;
}

.modal-image {
	width: 100%;
	position: relative;
	overflow: hidden;
}


/* .modal-image img{	height: 100%;    object-fit: cover;	border-radius:5px 0 0 5px;} */

.modal-content {
	padding: 35px 35px;
	position: relative;
	min-width: 55%;
	display: flex;
	align-items: center;
	width: 100%;
}

.modal-content .modal-body {
	width: 100%;
}

.modal-content .wpcf7 p.officedethead {
	margin: 0 0 5px 0 !important;
	font-weight: 500;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.modal-content .close {
	position: absolute;
	right: -20px;
	top: -20px;
	background: #fff;
	color: #1a3c69;
	font-size: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 100%;
	font-weight: normal;
}

.modal-content h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 1.2173913043;
	font-size: 25px;
	color: #fff;
	margin: 0 0 25px 0;
	text-align: center;
}

.modal-content p {
	color: #fff;
	position: relative;
}

/* .modal-image:before {
	position: absolute;
	content: '';
	width: 130px;
	height: 140%;
	background: #1a3c69;
	top: -272px;
	right: -78px;
	transform: rotate(-23deg);
	z-index: 1;
}

.modal-image:after {
	position: absolute;
	content: '';
	width: 132px;
	height: 140%;
	background: #1a3c69;
	bottom: -260px;
	right: -84px;
	transform: rotate(22deg);
} */

.modal-image-inner {
	height: 100%;
	position: relative;
	background: url(images/call-center.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	border-radius:5px 0 0 5px;
}

/* .modal-image-inner:before {
	position: absolute;
	content: '';
	width: 65px;
	height: 90%;
	background: #2ebdfc;
	top: -112px;
	right: 21px;
	transform: rotate(326deg);
}

.modal-image-inner:after {
	position: absolute;
	content: '';
	width: 65px;
	height: 140%;
	background: #2ebdfc;
	bottom: -137px;
	right: -64px;
	transform: rotate(33deg);
} */

.modal-body span input,
.modal-body span select {
	padding: 10px 15px;
	width: 100%;
	border-radius: 7px;
	border: none;
	font-size: 15px;
}

.modal-body span input.wpcf7-not-valid,
.modal-body span select.wpcf7-not-valid,
.modal-body span textarea.wpcf7-not-valid {
	border: 1px solid #dc3232
}

.modal-body .wpcf7-not-valid-tip {
	display: none;
}

.modal-body span select {
	padding: 9px 15px 9px 15px;
	-webkit-appearance: none;
	background: url(images/arrdown.png) no-repeat right 5px center, #fff;
	background-size: 10px;
}

.modal-body p label {
	margin: 0 0 7px 0;
	display: inline-block;
	width: auto;
}

.modal-body span textarea {
	padding: 15px;
	border-radius: 7px;
	border: none;
	max-height: 100px;
}

#callModal .modal-body span textarea{
	max-height:90px;
}

.modal-body input[type="submit"] {
	width: 100%;
	border-radius: 42px !important;
	line-height: 48px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700 !important;
	background-image: linear-gradient(-80deg, #33c7ff 0%, #0168e7 100%);
	padding: 0 !important;
	margin-top: 0px !important;
}

.modal-body input[type="submit"]:hover {
	background-image: linear-gradient(-80deg, #0168e7 0%, #33c7ff 100%);
}

.modal-body .officedethalf a {
	color: #2ebdfc;
}

.modal-dialog .wpcf7-response-output {
	color: #fff;
	/* position: absolute;    bottom: -50px; */
	border: none !important;
	padding: 0 !important;
}

.modal-dialog .wpcf7 {
	position: relative;
}

.modal-dialog span.wpcf7-spinner {
	position: absolute;
	margin: 10px;
}

.modal-body .cf7mls_back.action-button {
	color: #fff;
}

.modal-body .progressbar{
	display:none;
}

.modal-body .wpcf7 span input.name {
    background: url(images/usericon.png) no-repeat, #fff;
    background-position: left 10px center;
    background-size: 16px;
	padding-left: 38px;
}

.modal-body .wpcf7 span input.mail {
    background: url(images/mailicon.png) no-repeat, #fff;
    background-position: left 10px center;
    background-size: 20px;
	padding-left: 38px;
} 

.modal-body .wpcf7 span input.number {
    background: url(images/phnicon.png) no-repeat, #fff;
    background-position: left 12px center;
    background-size: 15px;
	padding-left: 38px;
}

.modal-body .wpcf7 span input.address {
    background: url(images/addressicon.png) no-repeat, #fff;
    background-position: left 9px center;
    background-size: 21px;
	padding-left: 38px;
}

a.grd-btn.btn:focus {
    color: #fff;
}

.yellow-btn:focus{
	color:#222222;
}

.pac-container{
	z-index:999999999 !important;
}

.service-banner a.btn.white-btn {
	background: #ffe52c;
	color: #222;
}

h2.expertisehead.vc_custom_heading {
	margin-bottom: 60px;
}

h2.expertisehead br {
	display: none;
}

.sub-serviceprovide .vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
	padding: 35px;
	-webkit-box-shadow: -1px 0 20px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: -1px 0 20px 1px rgba(0, 0, 0, .16);
	box-shadow: -1px 0 20px 1px rgb(0 0 0 / 16%);
}

.sub-serviceprovide.sub-serviceprovide-first .vc_col-sm-4:nth-child(2)>.vc_column-inner>.wpb_wrapper {
	padding: 10px;
}

.sub-serviceprovide.sub-serviceprovide-first .vc_col-sm-4:nth-child(2)>.vc_column-inner>.wpb_wrapper img {
	margin: 0px;
	max-width: 100%;
	height: 263px;
	object-fit: cover;
	object-position: top center;
}

.suburb-banner {
	padding-bottom: 100px !important;
	padding-top: 100px !important;
}

.suburb-banner.inner-banner h1 {
	font-size: 38px !important;
	line-height: 40px !important;
}


/* .sub-serviceprovide-second .vc_col-sm-4:first-child,.sub-serviceprovide-second .vc_col-sm-4:last-child{	margin-top:-230px;} */


/* .sub-serviceprovide .vc_col-sm-4:nth-child(2){	margin-top:-150px;}.sub-serviceprovide-second .vc_col-sm-4:nth-child(2)>.vc_column-inner>.wpb_wrapper{	background:none;	padding:0px;}.sub-serviceprovide-second .vc_col-sm-4:nth-child(2)>.vc_column-inner>.wpb_wrapper img{	margin:-22px 0 0 0;	max-width:100%;}.sub-serviceprovide-second .vc_col-sm-4:first-child>.vc_column-inner>.wpb_wrapper{	margin-left: 190px;    width: 100%;}.sub-serviceprovide-second .vc_col-sm-4:last-child>.vc_column-inner>.wpb_wrapper{	margin-left: 190px;    width: 100%;} */

.suburb-form-sec {
	overflow: visible !important;
}

.suburb-form-sec h2 label {
	float: none;
}

.suburb-form-sec .pricequotesec {
	margin-top: 50px;
	width: 100%;
	max-width: 420px;
	float: right;
}

.suburb-form-sec a.reqbtn {
	padding: 0 30px;
	line-height: 48px;
	border-radius: 40px;
	color: #007de7;
	text-decoration: none;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 30px 0 0 0;
	font-weight: 500;
}

.suburb-form-sec .pricequotesec span {
	line-height: 35px;
	margin: 0 0 25px 0;
}

.suburb-form-sec .pricequotesec p {
	margin: 0 0 5px 0;
}

.suburb-form-sec ul.check-list {
	width: 100%;
	float: left;
	margin: 0 0 20px 0 !important;
}

.suburb-form-sec ul.check-list li {
	width: 50%;
	float: left;
}

.servicesmainrow .vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
	padding: 30px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-bottom: 5px solid #007de7;
	border-radius: 5px;
}

.servicesmainrow h3 {
	font-size: 23px;
	margin: 0 0 25px 0;
}

.servicesmainrow p {
	margin: 0 0 30px 0 !important;
}

.servicesmainrow .wpb_single_image {
	margin: 0 -30px 30px -30px;
	height: 130px;
	overflow: hidden;
}

.servicesmainrow .wpb_single_image .vc_figure {
	width: 100%;
}

.servicesmainrow .wpb_single_image .vc_figure .vc_single_image-wrapper {
	width: 100%;
}

.servicesmainrow .wpb_raw_html {
	position: absolute;
	bottom: -50px;
	transition: 0.5s;
}

.servicesmainrow .vc_col-sm-4>.vc_column-inner>.wpb_wrapper img {
	transition: 0.5s;
	width: 100%;
}

.servicesmainrow .vc_col-sm-4>.vc_column-inner>.wpb_wrapper:hover {
	border-bottom: 5px solid #007de7;
}

.servicesmainrow .vc_col-sm-4>.vc_column-inner>.wpb_wrapper:hover img {
	transform: scale(1.5);
	transition: 0.5s;
}

.servicesmainrow .vc_col-sm-4>.vc_column-inner>.wpb_wrapper:hover .wpb_raw_html {
	bottom: 0px;
	transition: 0.5s;
}

.servicesmainrow .btn {
	border-radius: 0px;
}

.gencont-sec .wpb_single_image {
	width: 65px;
	margin-right: 25px;
	float: left;
}

.gencont-sec h3 {
	width: 75%;
	float: left;
	clear: none;
	margin: 0 !important;
}

.gencont-sec .wpb_text_column {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}

.gencont-sec h3 label {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: normal;
	margin-top: 6px;
	line-height: 20px;
	color: #7b7b7b;
}

.error404 .site-content {
	padding: 70px 0;
}

.error404 .sidebar {
	display: none;
}

section.error-404.not-found {
	text-align: center;
}

section.error-404.not-found .search-form {
	width: 100%;
	max-width: 400px;
	margin: auto;
}


/* .suburb-sec:after{	content: '';    position: absolute;    width: 100%;    height: 100%;    top: 0px;    left: 0px;    display: block !important;    background: rgb(0 0 0 / 57%);} */

.suburb-sec .wpb_column.vc_column_container {
	position: relative;
	z-index: 1;
	text-align: center;
}

.suburb-sec h2 {
	margin-bottom: 13px;
}


/* .suburb-sec .vc_col-sm-4{	width:40%;}.suburb-sec .vc_col-sm-8{	width:60%;} */

.suburb-sec .vc_single_image-wrapper img {
	margin-top: 70px;
}

.area-button-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.area-button-list li {
	margin: 9px 9px;
	padding: 0;
	display: inline-block;
	width: 14.7%;
}

.area-button-list li a {
	margin: 0 0;
	padding: 5px 5px;
	border: #007de7 1px solid;
	border-radius: 40px;
	font-size: 15px;
	font-weight: 500;
	display: block;
	text-align: center;
	color: #fff;
	background: #007de7;
}

.area-button-list li a:hover {
	background: #fff;
	color: #007de7;
}

.modal-content .progressbar li.active {
	color: #2ebdfc;
}

.modal-content .progressbar li.active:before {
	border-color: #2ebdfc;
	background: #2ebdfc;
}

.modal-content .progressbar li {
	color: #fff;
}

.modal-content .progressbar li:before {
	color: #111;
}

.xdsoft_datetimepicker {
	font-family: 'Poppins', sans-serif !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	background: #1a3c69 !important;
}

.thanksmessage {
	text-align: center;
}

.thanksmessage i {
	color: #fff;
	font-size: 27px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0px;
	position: relative;
	z-index: 1;
	background: #6dd062;
	line-height: 50px;
}

.thanksmessage label {
	color: #06538c;
	font-size: 36px;
	width: 100%;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

select option {
	background-color: #fff;
	color: #111;
}

.postdatecode {
    font-size: 15px;
    margin: 0 0 6px 0;
}

.contact-top-sec .progressbar li{
	color:#fff;
}

.contact-top-sec .progressbar li:before{
	color:#111;
}

.contact-top-sec .progressbar li.active {
    color: #188ddc;
}

.contact-top-sec .progressbar li.active:before{
	border-color: #188ddc;
    background: #188ddc;
    color: #fff;
}

.contact-top-sec .step2sec span.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label{
	color:#188ddc;
}

.contact-top-sec p.cleaningser{
	color:#fff;
}

.contact-top-sec .cf7mls_back.action-button{
	color:#fff;
}

.googlerevsec {
    width: 100%;
    max-width: 200px;
    position: fixed;
    right: 10px;
    bottom: 10px;
	z-index:1111;
	box-shadow: 0 0 4px #0000002e;
}

.reqcallbtn {
    background: url(images/phone-volume-solid.png) no-repeat, #fff;
    background-position: left 20px center;
    text-align: right;
    padding: 0 20px 0 40px;
    background-size: 20px;
    min-width: 172px;
    margin-right: 10px;
    display: inline-block;
    color: #007de7;
    line-height: 48px;
    border-radius: 36px;
	font-weight:500;
}

body:not(.home) .reqcallbtn{
	background:linear-gradient(-89deg, #007de7 0%, #06538b 100%);
	color:#fff;
	position:relative;
}

body:not(.home) .reqcallbtn:before {
    content: '';
    position: absolute;
    background: url(images/phone-volume.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 25px;
    left: 22px;
    top: 10px;
}

#callModal .modal-image{
	display:none;
}

#callModal .modal-dialog{
	max-width:450px;
	width: 90%;
}

/* #callModal .modal-image-inner{
	background:url(images/call-center-new.jpg) no-repeat;
	background-size: cover;
    background-position: center;
} */

.site-header.fixed-header{
	position:fixed !important;
	background: #fff;
    z-index: 11111;
}

.site-header.fixed-header .headermenu{
	background:#188ddc;
}

.home .site-header.fixed-header .reqcallbtn{
	background:linear-gradient(-89deg, #007de7 0%, #06538b 100%);
	color: #fff;
	position:relative;
}

.home .site-header.fixed-header .reqcallbtn:before{
	content: '';
    position: absolute;
    background: url(images/phone-volume.png) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 25px;
    left: 22px;
    top: 10px;
}

.home .site-header.fixed-header .callussec label {
    color: #83868c;
}

.home .site-header.fixed-header .callussec a {
    color: #484848;
}

.home .site-header.fixed-header ul.socmedia li{
	background:#fff;
}

.home .site-header.fixed-header ul.socmedia li a{
	color:#188ddc
}

.home .site-header.fixed-header ul.socmedia li:hover {
    background: #111;
}

.home .site-header.fixed-header ul.socmedia li:hover a{
    color: #fff;
}

.home .site-header.fixed-header .custom-logo-link,
body:not(.home) .site-header.fixed-header .custom-logo-link{
	background:url(/wp-content/uploads/2022/02/new-logo.png) no-repeat;
	background-size:contain;
	height: 70px;
    width: 180px;
}

.home .site-header.fixed-header .custom-logo-link img{
	display:none;
}

.site-header.fixed-header .site-branding{
	padding:7px 0;
}


/** My css end **/


/** * 11.6 - Footer */

.site-footer {
	padding: 30px 0 30px 0;
	background: #222222;
	width: 100%;
	float: left;
}

.site-info {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
	padding: 0 15px;
}

.site-info a {
	color: rgb(255 255 255 / 57%);
}

.site-info a:hover,
.site-info a:focus {
	color: #17b7fa;
}

.site-info .widget {
	width: 25%;
	float: left;
}

.site-info .widget:first-child p {
	color: #ffffff;
	font-size: 24px;
	margin: 20px 0 0 0;
	line-height: 34px;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}

.site-info .widget h2 {
	color: #ffffff;
	font-size: 21px;
	font-weight: 500;
	margin: 0 0 30px 0;
	line-height: 25px;
}

.site-info .widget ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.site-info .widget ul.sub-menu {
	display: none;
}

.site-info .widget ul.menu li {
	margin: 0 0 5px 0;
}

.site-info .widget ul.menu li.menu-item-19 {
	display: none;
}

.site-info .widget ul li a {
	color: rgb(255 255 255 / 57%);
}

.site-info .widget ul li a:hover {
	color: #17b7fa;
}

.site-info .widget p {
	color: rgb(255 255 255 / 57%);
}

.site-info .widget#custom_html-6 {
	padding-left: 30px;
}

.site-info a.getdirection {
	color: #17b7fa;
	font-weight: 500;
	text-decoration: underline;
	display: inline-block;
	margin: 0 0 20px 0;
}

.callusec {
	padding: 10px 20px;
	background: #007de7;
	margin: 10px 0 20px 0;
	width: 100%;
	display: inline-block;
	border-radius: 5px;
}

.callusec a {
	display: inline-block;
	margin: 0px;
	font-weight: 500;
	color: #fff;
}

.callusec a:hover {
	color: #fff;
}

.callusec a.phn-volume label {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}

.site-info ul.socmedia li {
	background: #3e3e3f;
}

.site-info ul.socmedia li:hover {
	background: #007de7;
}

.site-info ul.socmedia li:hover a {
	color: #fff;
}

.site-info .widget img {
	width: 90px;
}

.foot-top-inner {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.foot-top-inner .widget {
	width: auto;
}

.foot-top-inner ul {
	display: flex;
}

.foot-top-inner ul.menu li {
	margin: 0 15px 0 0 !important;
}

.copyright {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	padding: 0 15px;
	clear: both;
}

.copyright .widget {
	width: 100%;
	float: left;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgb(255 255 255 / 18%);
}

.copyright .widget .textwidget {
	display: flex;
	justify-content: space-between;
}

.copyright p {
	font-size: 15px;
	margin: 0px;
	color: rgb(255 255 255 / 57%);
}

.copyright p:last-child {
	margin-left: auto;
}

.copyright p a {
	color: rgb(255 255 255 / 57%);
}

.copyright p a:hover {
	color: #17b7fa;
}

.subarbanwidget {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	padding: 0 15px;
	clear: both;
}

.subarbanwidget .widget {
	width: 100%;
	float: left;
	padding-top: 30px;
	margin-top: 40px;
	border-top: 1px solid rgb(255 255 255 / 18%);
}

.subarbanwidget ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.subarbanwidget ul li{
	width:auto;
	display:inline-block;
	margin:0 10px 0 0;
}

.subarbanwidget ul li a{
	color:rgb(255 255 255 / 57%);
}

.subarbanwidget ul li a:hover {
    color: #17b7fa;
}


/** * 12.0 - Media */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/** * 12.1 - Captions */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/** * 12.2 - Galleries */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/** * 13.0 - Multisites */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p+h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register> :last-child,
.widecolumn form> :last-child {
	margin-bottom: 0;
}


/** * 14.0 - Media Queries */


/** * Does the same thing as <meta name="viewport" content="width=device-width">, * but in the future W3C standard way. -ms- prefix is required for IE10+ to * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor * the meta tag. See https://core.trac.wordpress.org/ticket/25888. */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


.mobile-view-call-action{ display: none; }



/** * 14.1 - >= 710px */

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}
	body:not(.custom-background-image):before {
		top: 0;
		display: none;
	}
	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}
	body:not(.custom-background-image):after {
		bottom: 0;
		display: none;
	}
	.site {
		margin: 0px;
	}
	.custom-logo {
		max-width: 210px;
	}
	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}
	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}
	.site-description {
		display: block;
	}
	/* .menu-toggle {		font-size: 16px;		font-size: 1.0rem;		margin: 1.3125em 0;		padding: 0.8125em 0.875em 0.6875em;	} */
	.site-header-menu {
		margin: 0px;
	}
	.site-header .main-navigation+.social-navigation {
		margin-top: 2.625em;
	}
	.header-image {
		margin: 1.3125em 0;
	}
	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}
	.post-navigation {
		margin-bottom: 5.25em;
	}
	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}
	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	.pagination .page-numbers {
		display: inline-block;
	}
	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0%;
	}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}
	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}
	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}
	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}
	.entry-content li>ul,
	.entry-summary li>ul,
	.comment-content li>ul,
	.entry-content blockquote>ul,
	.entry-summary blockquote>ul,
	.comment-content blockquote>ul {
		margin-left: 1.25em;
	}
	.entry-content li>ol,
	.entry-summary li>ol,
	.comment-content li>ol,
	.entry-content blockquote>ol,
	.entry-summary blockquote>ol,
	.comment-content blockquote>ol {
		margin-left: 1.5em;
	}
	.comment-author {
		margin-bottom: 0;
	}
	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}
	.comment-list .children>li {
		padding-left: 1.75em;
	}
	body:not(.search-results) .entry-summary li>ul,
	body:not(.search-results) .entry-summary blockquote>ul {
		margin-left: 1.157894737em;
	}
	body:not(.search-results) .entry-summary li>ol,
	body:not(.search-results) .entry-summary blockquote>ol {
		margin-left: 1.473684211em;
	}
}


/** * 14.2 - >= 783px */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/** * 14.3 - >= 910px */

@media screen and (min-width: 56.875em) {
	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.main-navigation {
		margin: 0 -0.875em;
	}
	.main-navigation .primary-menu,
	.main-navigation .primary-menu>li {
		border: 0;
	}
	.main-navigation .primary-menu>li {
		float: left;
	}
	.main-navigation a {
		white-space: nowrap;
	}
	.main-navigation li:hover>a,
	.main-navigation li.focus>a {
		color: #33d9ff;
	}
	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: -1px;
	}
	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}
	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}
	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}
	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}
	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
		display: none;
	}
	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
		display: none;
	}
	.main-navigation li:hover>ul,
	.main-navigation li.focus>ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover>ul,
	.main-navigation ul ul li.focus>ul {
		left: auto;
		right: 100%;
	}
	.main-navigation .menu-item-has-children>a {
		margin: 0;
		padding-right: 2.25em;
	}
	.main-navigation .menu-item-has-children>a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}
	.main-navigation ul ul .menu-item-has-children>a {
		padding-right: 2.0625em;
	}
	.main-navigation ul ul .menu-item-has-children>a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
	.site-content {
		padding: 0%;
	}
	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}
	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/** * 14.4 - >= 985px */

@media screen and (min-width: 61.5625em) {
	.custom-logo {
		max-width: 240px;
	}
	.image-navigation {
		margin-bottom: 3.230769231em;
	}
	.post-navigation {
		margin-bottom: 7.0em;
	}
	.pagination {
		margin-bottom: 5.894736842em;
	}
	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}
	.post-thumbnail {
		margin-bottom: 0px;
	}
	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}
	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}
	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 0px;
	}
	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}
	body:not(.search-results) .entry-header+.entry-summary {
		margin-top: -1.105263158em;
	}
	body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}
	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
		display: none;
	}
	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
		margin-bottom: 0;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/** * 14.5 - >= 1200px */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}
	body:not(.search-results) .entry-header+.entry-summary {
		margin-top: -0.913043478em;
	}
	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}
	body:not(.search-results) .entry-summary li>ul,
	body:not(.search-results) .entry-summary blockquote>ul {
		margin-left: 0.956521739em;
	}
	body:not(.search-results) .entry-summary li>ol,
	body:not(.search-results) .entry-summary blockquote>ol {
		margin-left: 1.52173913em;
	}
	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}
	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}
	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}
	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}
	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}
	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}
	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}
	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}
	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}
	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}
	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}
	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}
	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}
	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}
	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/** * 15.0 - Print */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}
	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}
	blockquote {
		font-size: 14.25pt;
	}
	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}
	.site-description {
		display: block;
	}
	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}
	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}
	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}
	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}
	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}
	body,
	.site {
		background: none !important;
		/* Brute force since user agents all print differently. */
	}
	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important;
		/* Make sure color schemes don't affect to print */
	}
	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important;
		/* Make sure color schemes don't affect to print */
	}
	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important;
		/* Make sure color schemes don't affect to print */
	}
	code,
	hr {
		background-color: #d1d1d1 !important;
		/* Make sure color schemes don't affect to print */
	}
	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important;
		/* Make sure color schemes don't affect to print */
	}
	a {
		color: #007acc !important;
		/* Make sure color schemes don't affect to print */
	}
	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body>a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important;
		/* Make sure color schemes don't affect to print */
	}
	.site {
		margin: 5%;
	}
	.site-inner {
		max-width: none;
	}
	.site-header {
		padding: 0 0 1.75em;
	}
	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}
	.site-main {
		margin-bottom: 3.5em;
	}
	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}
	.post-thumbnail,
	.site-main>article {
		margin-bottom: 3.5em;
	}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}
	body:not(.search-results) .entry-header+.entry-summary {
		margin-top: -1.473684211em;
	}
	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

@media screen and (min-width:1025px) and (max-width:1199px) {
	.callussec.mailadd {
		margin-left: 30px;
	}
	.main-navigation a {
		padding: 10px 10px;
		font-size: 15px;
	}
	.homeheadleft h1 {
		font-size: 40px;
		line-height: 55px;
	}
	.homeheadleft img {
		max-width: 190px;
	}
	.acheivesec span label {
		font-size: 25px;
	}
	.pricequotesec {
		padding: 25px;
	}
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.textwidget h2 {
		font-size: 34px;
	}
	.serviceprovidelast .pricequotesec {
		max-width: 350px;
	}
	.ctasection .vc_col-sm-8 {
		width: 60%;
	}
	.ctasection .vc_col-sm-4 {
		width: 40%;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 0px !important;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
		margin-right: 0px !important;
	}
	.blogsec .vc_gitem_row .vc_gitem-col {
		padding: 10px;
	}
	.site-info a.phn-volume {
		font-size: 22px
	}
	.clientsec .vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
		padding: 50px 0 0 50px;
	}
	.toparticles .vc_grid-item-mini.vc_clearfix {
		padding: 0 10px;
	}
}

@media only screen and (max-width:991px) {
	/* .modal-dialog {    width: 86%;} */
	.modal-image-inner:after {
		bottom: -149px;
	}
	.modal-image-inner:before {
		top: -104px;
		right: 27px;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.topsection {
		padding-top: 160px;
	}
	.main-navigation a {
		padding: 10px 10px;
		font-size:15px;
	}
	.site-header-menu .widget {
		display: none;
	}
	.entry-content h1,
	.entry-summary h1,
	.comment-content h1,
	.textwidget h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.home-banner ul.check-list {
		padding: 10px;
	}
	ul.check-list li {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.requestquote .vc_custom_heading {
		line-height: 70px;
		font-size: 24px;
	}
	.requestquote .wpcf7 {
		padding: 30px;
	}
	.homeheadleft img {
		max-width: 110px;
	}
	a.phn-volume {
		font-size: 21px;
	}
	a.phn-volume label {
		font-size: 11.3px;
	}
	.sec-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.textwidget h2 {
		font-size: 35px;
	}
	.cleaningfeel p,
	.cleaningfeel ul {
		width: 100%;
	}
	.cerifiedsec .wpb_raw_html .wpb_wrapper .btn {
		margin-left: 20px;
	}
	.acheivesec {
		width: 75%;
	}
	.acheivesec span label {
		font-size: 22px;
	}
	.pricequotesec {
		padding: 20px;
	}
	.serviceprovidelast .pricequotesec {
		max-width: 280px;
	}
	.ctasection .vc_col-sm-4 .wpb_raw_html .wpb_wrapper {
		display: inline-block;
	}
	.ctasection .white-btn {
		margin: 10px 0 0 0;
	}
	.sercleaningsec:first-child.vc_col-sm-6 {
		padding-right: 0;
	}
	.sercleaningsec:last-child.vc_col-sm-6 {
		padding-left: 0;
	}
	.serveguarantee .vc_col-sm-8 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.serveguarantee p {
		font-size: 28px;
		line-height: 35px;
	}
	.serveguarantee .vc_col-sm-8 .wpb_content_element {
		margin-bottom: 15px !important;
	}
	.benefitsec .vc_col-sm-8>.vc_column-inner {
		padding-left: 30px;
	}
	.goldcoast .vc_col-sm-6:first-child .vc_column-inner {
		padding-right: 0;
	}
	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	.textwidget h3 {
		font-size: 18px;
	}
	.serviceprovidelast .pricequotesec span {
		line-height: 30px;
	}
	.pricequotesec span {
		font-size: 21px;
	}
	.clientsec .vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
		padding: 35px 0 0 10px;
	}
	.sp-testimonial-free-section .tfree-client-testimonial p,
	.sp-testimonial-free-section .tfree-client-testimonial {
		font-size: 16px;
		line-height: 25px;
	}
	.sp-testimonial-free-section .slick-dots {
		margin-top: 0px;
	}
	.foot-top-inner {
		flex-wrap: wrap;
	}
	.site-info .widget ul {
		margin: 15px 0 0 0;
	}
	.site-info .widget:first-child p {
		font-size: 24px;
		line-height: 33px;
	}
	.site-info .widget h2 {
		font-size: 18px;
		font-weight: 500;
	}
	.callusec {
		padding: 5px;
	}
	.site-info a.phn-volume {
		font-size: 16px;
	}
	.site-info a.phn-volume label {
		font-size: 14px;
	}
	.site-info .widget a {
		word-break: break-all;
	}
	.foot-top-inner ul.menu li {
		margin: 0 5px !important;
	}
	.site-info .widget ul li a {
		font-size: 15px;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 0px !important;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
		margin-right: 0px !important;
	}
	.benefitsec.sec-padding {
		padding-bottom: 0px;
	}
	.ctasection {
		margin-top: 60px;
	}
	.blogsec .vc_gitem_row .vc_gitem-col {
		padding: 10px;
	}
	.blogsec .vc_gitem-zone-a .vc_gitem-row-position-middle {
		width: 80%;
		margin: -50px 10% 30px 10%;
	}
	.blogsec .vc_gitem-row-position-middle .vc_custom_heading a {
		font-size: 18px;
		line-height: 22px;
		display: inline-block;
	}
	.inner-banner {
		padding-bottom: 60px;
		padding-top: 60px !important;
	}
	.blockquote {
		padding: 0 0 0 35px;
	}
	.ourachievement .wpb_raw_html {
		margin-left: 15px;
	}
	.ourachievement .wpb_raw_html span {
		font-size: 30px;
		line-height: 30px;
	}
	.ourachievement .wpb_raw_html label {
		font-size: 14px;
		line-height: 20px;
	}
	.benefitsec.sec-padding.whychoose {
		padding-bottom: 60px;
	}
	.contact-top-sec .vc_col-sm-6:first-child {
		width: 40%;
	}
	.contact-top-sec .vc_col-sm-6:last-child {
		width: 60%;
	}
	.contact-top-sec .vc_col-sm-6:last-child .vc_column-inner {
		padding-left: 90px;
	}
	.addressdet .wpb_wrapper a {
		padding: 15px;
	}
	.addressdet .itemholder {
		font-size: 15px;
		line-height: 22px;
		word-break: break-word;
	}
	.addressdet .wpb_wrapper label {
		font-size: 15px;
	}
	.addressdet .wpb_wrapper a img {
		margin-right: 10px;
	}
	.latest-post .vc_gitem-post-data-source-post_title {
		width: 90%;
	}
	.toparticles .vc_grid-item-mini.vc_clearfix {
		padding: 0 7px;
	}
	.toparticles .vc_gitem_row .vc_gitem-col {
		padding: 30px 15px 10px 15px;
	}
	.toparticles .vc_gitem-post-data-source-post_title a {
		font-size: 22px;
		line-height: 25px;
	}
	.prevarticle .vc_gitem-post-data-source-post_title a {
		font-size: 20px;
	}
	.toparticles .vc_btn3-container a {
		padding: 10px 10px;
		font-size: 13px;
	}
	.single .content-area,
	.search .content-area {
		padding: 0 0 60px 0;
	}
	.single .site-main {
		max-width: 60%;
	}
	.sidebar {
		max-width: 35%;
	}
	.sidebar .widget {
		padding: 20px;
	}
	.search .site-main {
		max-width: 60%;
	}
	.search article .post-thumbnail {
		min-width: 45%;
	}
	.service-banner h1 {
		font-size: 40px !important;
		line-height: 50px !important;
	}
	.serveformsec .wpb_text_column>.wpb_wrapper h2 {
		font-size: 22px;
	}
	.serveformsec .wpb_text_column>.wpb_wrapper {
		padding: 30px 20px 20px 20px;
	}
	.serveformsec .badge {
		right: 10px;
	}
	.servegoldcoast .yellow-btn {
		max-width: 200px;
		min-width: 200px;
		margin-right: 10px;
		font-size: 14.5px;
	}
	.servegoldcoast .btn {
		width: auto;
		min-width: 112px;
	}
	.howorks .wpb_raw_html {
		width: 160px;
		height: 160px;
	}
	.simplesteps .vc_col-sm-3>.vc_column-inner>.wpb_wrapper {
		padding: 15px;
	}
	.simplesteps h3 {
		font-size: 17px !important;
	}
	.service-content-area h2 {
		font-size: 28px !important;
	}
	.pricequotesec a.phn-volume {
		font-size: 23px;
	}
	.area-button-list li {
		width: 22%;
	}
	.area-button-list li a {
		font-size: 14px;
	}
	.modal-image {
		display: none;
	}
	.modal-dialog {
		max-width: 600px;
	}
	.modal-content h2 {
		text-align: center;
	}
	.contact-top-sec span input, .contact-top-sec span select, .contact-top-sec span textarea{
		padding:10px 14px;
		font-size: 14px;
	}
	.contact-top-sec span select {
		-webkit-appearance: none;
		background: url(images/arrdown.png) no-repeat right 9px center, #fff;
		background-size: 9px;
	}
}

@media screen and (min-width:910px) and (max-width:1024px) {
	.callussec.mailadd {
		margin-left: 20px;
	}
	.callussec a {
		font-size: 22px;
	}
	.mailadd a {
		font-size: 16px;
	}
	.single .content-area,
	.search .content-area {
		padding-top: 60px;
	}
	.topsection {
		padding-top: 250px;
	}
}

@media screen and (max-width:909px) {
	.header-right {
		display: none;
	}
	.headermenu ul.socmedia {
		display: none;
	}
	.main-navigation {
		width: 100%;
		background: #1a3a66;
	}
	.main-navigation li:first-child {
		border-top: none;
	}
	.headermenu {
		padding-top: 0px;
	}
	.headermenu-inner {
		padding: 0px;
	}
	body:not(.home) .menu-toggle {
		color: #188ddc;
	}
	body:not(.home) .headermenu {
		padding: 0px;
		background: none;
	}
	.main-navigation ul ul a {
		color: #fff;
		font-size: 14px;
	}
	.site-branding {
		padding: 10px 0;
	}
	.main-navigation ul ul li.current-menu-item a,
	.main-navigation ul ul li a:focus	{
		color: #33d9ff;
	}
	.main-navigation li {
		width: 100%;
		float: left;
	}
	.site-header.fixed-header{
		position:absolute !important;
	}
}
  
@media screen and (max-width:767px) {
.mobile-view-call-action{ display: block; }
.mobile-view-call-action {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #188ddc;
    width: 100%;
    z-index: 1024;
    text-align: center;
}
.phone-info {
    width: 50%;
    float: left;
    border-right: 1px solid #fff;
    padding: 10px 0px 5px;
}
.phone-info a, .mob-quote a {
    color: #fff;
    font-size: 12px;
    line-height: normal;
}
.phone-info .fa, .mob-quote .fa {
    display: block;
    margin-bottom: 1px;
    font-size: 20px;
}
.mob-quote {
    width: 50%;
    float: left;
    padding: 10px 0px 5px;
}
.site-footer {
    padding: 30px 0 90px 0;
}
div#ht-ctc-chat {
    bottom: 111px !important;
}


	.main-navigation a{
		font-size:15px;
	}
	.modal-image {
		display: none;
	}
	.modal-content .close {
		right: -8px;
		top: -18px;
		font-size: 32px;
		width: 30px;
		height: 30px;
		font-weight: normal;
		line-height: 30px;
	}
	.modal-content {
		padding: 20px;
		width: 100%;
	}
	.modal-dialog {
		max-width: 90%;
		min-height: inherit;
		top: 40px;
		transform: translate(-50%,0);
		margin-bottom: 70px;
	}
	.modal-content p {
		margin-bottom: 10px;
	}
	.site-branding {
		padding: 5px 0;
	}
	.topsection {
		padding-top: 120px;
		background:url(images/banner-neww-min-mobile.jpg) no-repeat !important;
		background-size:cover;
		padding-bottom:50px;
	}
	.entry-content h1,
	.entry-summary h1,
	.comment-content h1,
	.textwidget h1 {
		font-size: 33px;
		line-height: 42px;
	}
	.homeheadleft h1 br {
		display: none;
	}
	.site-info .widget {
		width: 100%;
	}
	.site-info .widget:first-child p br {
		display: none;
	}
	.site-info .widget h2 {
		margin: 30px 0 10px 0;
	}
	.site-info .widget ul.menu li {
		margin: 0 0 5px 0;
	}
	.home-banner ul.check-list {
		padding: 10px;
		margin: 20px 0;
		max-width: 100%;
		text-align: center;
	}
	.homeheadleft ul.check-list li {
		width: auto;
		display: inline-block;
		margin: 7px;
		font-size: 15px;
	}
	.homeheadleft h1 {
		text-align: center !important;
		margin-bottom: 0px;
	}
	.homeheadleft p {
		display: none;
	}
	.homeheadleft .wpb_raw_html .wpb_wrapper {
		display: inherit;
		width: 100%;
		text-align: center;
		max-width: 210px;
		margin: auto;
	}
	.homeheadleft a.phn-volume {
		display: inline-block;
		margin-top: 20px;
		max-width: 230px;
		text-align: left;
		margin-left: 0;
	}
	.homeheadleft .white-btn {
		width: 100%;
		max-width: 180px;
	}
	.requestquote .wpb_wrapper {
		max-width: 100%;
	}
	.requestquote .vc_custom_heading {
		font-size: 20px;
		line-height: 60px;
	}
	.requestquote .wpcf7 {
		padding: 20px;
	}
	.cerifiedsec h2.vc_custom_heading {
		padding-left: 0px;
		padding-top: 110px;
		padding-bottom: 0px;
	}
	.cerifiedsec h2.vc_custom_heading+.vc_row {
		padding-top: 10px !important;
	}
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.textwidget h2 {
		font-size: 30px;
	}
	h2.vc_custom_heading label {
		font-size: 14px;
	}
	.cleaningfeel p,
	.cleaningfeel ul {
		width: 100%;
	}
	.cleaningfeel ul li {
		width: 100%;
	}
	.cerifiedsec .wpb_raw_html .wpb_wrapper {
		width: 100%;
		display: inline-block;
	}
	.acheivesec {
		width: 100%;
		margin-top: 30px;
	}
	.acheivesec span {
		font-size: 25px;
		line-height: 30px;
	}
	.acheivesec span label {
		font-size: 22px;
	}
	.cerifiedsec .wpb_raw_html .wpb_wrapper .btn {
		margin: 20px 0 30px 0;
	}
	.pricequotesec {
		padding: 25px;
	}
	.pricequotesec span {
		font-size: 21px;
	}
	.sec-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.serviceprovide .vc_col-sm-4>.vc_column-inner {
		padding-right: 15px !important;
		padding-left: 15px !important;
		padding-top: 0px !important;
	}
	.serviceprovidesecond {
		padding-top: 0px !important;
	}
	.serviceprovidelast {
		margin-top: 0px;
		min-height: inherit;
	}
	.serviceprovidelast .vc_col-sm-12 {
		position: inherit;
		top: inherit;
		z-index: inherit;
	}
	.serviceprovidelast .vc_col-sm-12>.vc_column-inner {
		padding-left: 15px;
	}
	.serviceprovidelast .pricequotesec span {
		line-height: 30px;
	}
	.ctasection p {
		font-size: 27px;
		line-height: 36px;
	}
	.sercleaningsec:first-child.vc_col-sm-6 {
		padding-right: 0px;
		margin-bottom: 50px;
	}
	.sercleaningsec:last-child.vc_col-sm-6 {
		padding-left: 0px;
	}
	.serveguarantee {
		margin: 0px !important;
		text-align: center;
	}
	.serveguarantee .wpb_single_image.vc_align_left {
		text-align: center;
		padding-top: 20px;
	}
	.serveguarantee .vc_col-sm-8 {
		padding-left: 15px;
		padding-right: 15px;
		margin: 40px 0;
	}
	.serveguarantee p {
		font-size: 27px;
		line-height: 38px;
	}
	.serveguarantee .yellow-btn {
		margin: 0 10px 15px 0;
	}
	.benefitsec .vc_col-sm-8>.vc_column-inner {
		padding-left: 15px;
	}
	.choosepoints {
		margin-top: 0;
	}
	.choosepoints .vc_col-sm-6 {
		margin-top: 30px;
	}
	.ctasection {
		margin: 0px 0 0 0;
		text-align:center;
	}
	.ctasection .vc_col-sm-8{
		width: 100%;
	}

	.ctasection .vc_col-sm-4{
		width: 100%;
	}
	.clientsec .vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
		padding: 25px 0 0 0px;
	}
	.clientsec .vc_col-sm-8>.vc_column-inner {
		padding-left: 15px !important;
	}
	.ctasection .vc_col-sm-4 .wpb_raw_html .wpb_wrapper {
		margin-top: 20px;
		display: inline-block;
	}
	.ctasection .yellow-btn {
		background: #ffe52c;
		text-align: center;
		max-width: 180px;
		min-width: 180px;
		font-size: 15px;
	}
	.ctasection .white-btn {
		background: #fff;
		margin-left: 10px;
		font-size: 15px;
		min-width: 186px;
		text-align: center;
		margin-top: 10px;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
		margin-right: 0px !important;
	}
	.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
		padding-right: 0px !important;
	}
	.blogsec {
		padding-bottom: 0px;
	}
	.site-footer {
		text-align: center;
	}
	.callusec a.phn-volume label {
		text-align: left;
	}
	.site-info .widget ul {
		justify-content: center;
	}
	.site-info .widget img {
		width: 90px;
	}
	.vc_separator {
		padding: 50px 0;
	}
	.vc_separator:before {
		width: 110px;
		height: 100px;
	}
	.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l,
	.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
		width: 34% !important;
	}
	.serviceprovide .vc_col-sm-4 {
		margin-bottom: 30px;
	}
	.serviceprovide.vc_custom_1634290059444 {
		padding-top: 0px !important;
	}
	.serviceprovide.vc_custom_1634290059444 .vc_col-sm-4:first-child,
	.serviceprovide.vc_custom_1634290059444 .vc_col-sm-4:nth-child(2),
	.serviceprovidesecond .vc_col-sm-4:first-child {
		display: none;
	}
	.clientsec h2 br {
		display: none;
	}
	.clientsec h2 label {
		width: 100%;
		float: left;
	}
	.custsatisfy {
		margin-bottom: 30px;
	}
	.serviceprovide,
	.serviceprovide h2,
	.serviceprovide h3,
	.serviceprovide .wpb_single_image.vc_align_left {
		text-align: center !important;
	}
	.goldcoast .vc_col-sm-6:first-child .vc_column-inner {
		padding-right: 15px;
	}
	.sec-padding.goldcoast {
		padding-bottom: 50px !important;
	}
	.serviceprovidelast .pricequotesec p {
		display: none;
	}
	.foot-top-inner {
		display: inline-block;
	}
	.foot-top-inner ul {
		display: inline-block;
	}
	.foot-top-inner ul.menu li {
		margin: 0 5px !important;
		width: auto;
		display: inline-block;
	}
	.foot-top-inner ul.socmedia {
		display: flex;
		margin: 20px 0 0 0;
	}
	.site-info .widget#custom_html-6 {
		padding-left: 0;
	}
	.inner-banner {
		padding-bottom: 60px !important;
		padding-top: 60px !important;
	}
	.action-colm {
		display: none;
	}
	.sec-padding.abt-sec {
		padding: 50px 0;
	}
	.abt-parts .vc_col-sm-4 {
		margin-bottom: 30px;
	}
	.ourachievement .vc_col-sm-3 {
		margin-bottom: 30px;
	}
	.abt-parts .vc_col-sm-4:last-child,
	.ourachievement .vc_col-sm-3:last-child {
		margin-bottom: 0px;
	}
	.whychoose .vc_col-sm-4 {
		margin-bottom: 35px;
	}
	.ourachievement .vc_col-sm-3>.vc_column-inner>.wpb_wrapper {
		justify-content: center;
		flex-wrap: wrap;
	}
	.ourachievement .wpb_raw_html {
		width: 100%;
		text-align: center;
		margin: 15px 0 0 0;
	}
	.ourclients {
		display: none;
	}
	.mission-sec {
		padding-top: 0px;
	}
	.mission-sec .vc_col-sm-6:first-child {
		position: inherit;
	}
	.mission-sec .vc_col-sm-6 .vc_column-inner {
		height: 300px;
	}
	.mission-sec .vc_col-sm-6:last-child .vc_column-inner {
		padding-left: 15px;
		margin-top: 30px;
	}
	.values-sec .vc_col-sm-6:last-child {
		position: inherit;
	}
	.values-sec .vc_col-sm-6:last-child .vc_column-inner {
		height: 300px;
	}
	.vc_row.values-sec {
		flex-direction: column-reverse;
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 0px;
		padding-top: 80px;
	}
	.values-sec .vc_col-sm-6:first-child .vc_column-inner {
		padding-right: 15px;
		margin-top: 30px;
	}
	a.circ-call {
		left: 50%;
		transform: translateX(-50%);
		top: -60px;
	}
	.mission-sec h2,
	.values-sec h2 {
		margin-bottom: 20px;
	}
	.teamsec .vc_col-sm-3 {
		margin-bottom: 30px;
	}
	.teamsec .vc_col-sm-3:last-child {
		margin-bottom: 0px;
	}
	.request-sec h2 {
		margin-bottom: 30px;
	}
	.request-sec .wpcf7-form p {
		width: 100%;
		float: left;
	}
	.request-sec .wpcf7-form .wpcf7-not-valid-tip {
		position: inherit;
		top: inherit;
	}
	.request-sec .wpcf7-form p:nth-child(3) {
		margin: 0 0 15px 0;
	}
	.request-sec .wpcf7-form p:nth-child(5) {
		width: 100%;
		margin-right: 0;
	}
	.request-sec .wpcf7-form input[type="submit"] {
		margin-top: 10px;
	}
	body:not(.home) .custom-logo-link {
		max-width: 180px;
		height: 60px;
	}
	p.formfields {
		width: 100%;
	}
	.contact-top-sec .vc_col-sm-6:first-child {
		position: inherit;
		width: 100%;
	}
	.contact-top-sec {
		padding-top: 0px;
	}
	.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner {
		height: 270px;
	}
	.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner:before,
	.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner:after,
	.contact-top-sec .vc_col-sm-6:first-child .vc_column-inner>.wpb_wrapper {
		display: none;
	}
	.contact-top-sec .vc_col-sm-6:first-child>.vc_column-inner {
		background-position: top center !important;
	}
	.contact-top-sec .vc_col-sm-6:last-child .vc_column-inner {
		padding-left: 15px;
	}
	.contact-top-sec .vc_col-sm-6:last-child {
		padding-top: 100px;
		width: 100%;
	}
	.contact-top-sec a.circ-call {
		left: 50%;
		top: -70px;
		transform: translateX(-50%);
	}
	.addressdet .vc_col-sm-4 {
		margin-bottom: 30px;
	}
	.addressdet .vc_col-sm-4:last-child {
		margin-bottom: 0px;
	}
	.addressdet .wpb_wrapper a {
		padding: 20px;
	}
	.addressdet .wpb_wrapper a img {
		margin-right: 10px;
	}
	.addressdet .itemholder {
		line-height: 20px;
		word-break: break-word;
		font-size: 15px;
	}
	.addressdet .wpb_wrapper label {
		margin-bottom: 5px;
	}
	.latest-post .vc_gitem-post-data-source-post_date{
		top:20px;
		left:20px;
	}
	.latest-post .vc_gitem-post-data-source-post_title {
		width: 100%;
	}
	.latest-post .vc_gitem-post-data-source-post_title a {
		/* font-size: 40px; */
		line-height: 45px;
	}
	.latest-post .vc_btn3-container{
		position:static;
	}
	.latest-post .vc_btn3-container a {
		padding: 10px;
		background: #007de7;
		color: #fff;
		margin: 15px 0 0 0;
		font-size:14px;
	}
	.latest-post .vc_btn3-container a:after {
		display: none;
	}
	.latest-post .vc_gitem-post-data-source-post_author {
		bottom: 20px;
		display:none;
	}
	.toparticles .vc_gitem_row .vc_gitem-col .wpb_single_image .vc_figure,
	.toparticles .vc_gitem_row .vc_gitem-col .wpb_single_image .vc_figure a,
	.toparticles .vc_gitem_row .vc_gitem-col .wpb_single_image .vc_figure a img {
		width: 100%;
	}
	.toparticles .vc_gitem_row .vc_gitem-col .vc_btn3-container a {
		display: block;
		padding: 15px 20px;
	}
	.prevarticle>.vc_col-sm-6:first-child {
		width: 100%;
	}
	.prevarticle>.vc_col-sm-6:last-child {
		width: 100%;
	}
	.prevarticle .wpb_single_image img {
		height: auto;
	}
	.sidebar {
		max-width: 100% !important;
		margin-top: 50px;
	}
	.single .content-area {
		padding: 0 0 50px 0;
	}
	.single .site-main {
		max-width: 100%;
	}
	.search .site-main {
		max-width: 100%;
	}
	.search .content-area {
		padding: 40px 0 50px 0;
	}
	.page-title {
		font-size: 30px;
	}
	.copyright .widget .textwidget {
		justify-content: center;
		flex-wrap: wrap;
	}
	.copyright p:last-child {
		margin-left: initial;
	}
	.copyright .widget {
		padding-top: 20px;
		margin-top: 30px;
	}
	.service-banner .vc_col-sm-6:first-child,
	.service-banner .vc_col-sm-6:last-child {
		width: 100%;
	}
	.vc_row.servestats {
		display: flex;
		justify-content: center;
		margin: 0px 0 0 0;
	}
	.vc_row.servestats .vc_col-sm-4 {
		width: auto;
	}
	.service-banner h1 {
		font-size: 39px !important;
		line-height: 45px !important;
	}
	.serveformsec .wpb_text_column>.wpb_wrapper {
		padding: 30px 20px 20px 20px;
		margin-top: 40px;
		max-width: 100%;
	}
	.serveformsec .badge {
		right: 10px;
	}
	.serveformsec .wpb_text_column>.wpb_wrapper h2 {
		max-width: 75%;
	}
	.servegoldcoast .vc_single_image-wrapper img {
		max-width: 100% !important;
		margin-left: 0;
	}
	.servegoldcoast .vc_custom_1635167501586 {
		padding-right: 15px !important;
	}
	.servegoldcoast .vc_custom_1635167876563 {
		padding-left: 15px !important;
	}
	.servegoldcoast .vc_col-sm-6:last-child {
		margin-top: 40px;
	}
	.servegoldcoast .yellow-btn {
		/* background: #ffe52c;
		text-align: center; */
		max-width: 200px;
		min-width: 200px;
		font-size: 15px;
		margin-right: 5px;
	}
	.servegoldcoast .btn {
		/* min-width: 101px; */
		width: auto;
	}
	.servegoldcoast .btn.grd-btn {
		margin-top: 10px;
	}
	.servegoldcoast ul.check-list li {
		width: 100%;
	}
	.howorks .vc_col-sm-3 {
		margin-bottom: 30px;
	}
	.howorks .vc_col-sm-3:last-child {
		margin-bottom: 0px;
	}
	.choose-sec .vc_col-sm-6:first-child {
		padding-right: 0;
	}
	.choose-sec .vc_col-sm-6:last-child {
		padding-left: 0;
		margin-top: 30px;
	}
	.choose-sec .btn {
		width: auto;
		padding: 0 0px;
		min-width: 110px;
		font-size: 15px;
	}
	.choose-sec .wpb_raw_html>.wpb_wrapper a.phn-volume {
		background-size: 16px;
		padding-left: 23px;
		font-size: 21px;
		margin-left:10px;
	}
	.choose-sec ul.check-list li {
		width: 100%;
	}
	.workstep h2.vc_custom_heading {
		margin-bottom: 30px !important;
	}
	.simplesteps .vc_col-sm-3 {
		margin-bottom: 30px;
	}
	.simplesteps .vc_col-sm-3:last-child {
		margin-bottom: 0px;
	}
	.service-content-area .vc_row .vc_col-sm-6:first-child {
		margin-bottom: 30px;
	}
	.service-content-area h3 {
		font-size: 20px !important;
	}
	.faq-section.vc_custom_1635231455810 {
		padding-top: 40px !important;
	}
	.faq-section .vc_custom_1635164677929 {
		margin-bottom: 30px !important;
	}
	.faq-section.vc_custom_1635231468711 {
		padding-bottom: 40px !important;
	}
	.service-content-area h2 {
		font-size: 28px !important;
	}
	.suburb-banner .homeheadleft h1 {
		margin-bottom: 0px;
		font-size:30px !important;
	}
	.suburb-form-sec ul.check-list li {
		width: 100%;
	}
	.suburb-form-sec .pricequotesec {
		max-width: 100%;
	}
	.suburb-form-sec .pricequotesec a.phn-volume {
		margin-right: 15px;
		margin-bottom: 20px;
		display: inline-block;
		line-height: 35px;
	}
	.suburb-form-sec a.reqbtn {
		margin-top: 0px;
	}
	.sub-serviceprovide-first .vc_col-sm-4:nth-child(2) {
		display: none;
	}
	.sub-serviceprovide.sub-serviceprovide-second {
		margin-top: 0px !important;
	}
	.suburb-goldcoast.goldcoast .vc_single_image-wrapper img {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.suburb-benefits .vc_col-sm-4 img {
		margin-bottom: 40px;
	}
	.gencont-sec h3 {
		width: 100%;
	}
	.servicesmainrow.vc_custom_1635767689766 {
		margin-top: 30px !important;
	}
	.servicesmainrow .vc_col-sm-4 {
		margin-bottom: 30px;
	}
	.servicesmainrow .vc_col-sm-4:last-child {
		margin-bottom: 0px;
	}
	.servicesmainrow .wpb_raw_html {
		bottom: 0px;
	}
	.servicesmainrow p {
		margin: 0 0 40px 0 !important;
	}
	.area-button-list li {
		width: 28%;
	}
	.modal-content h2 {
		text-align: center;
	}
	.officedet {
		flex-wrap: wrap;
		text-align: center;
	}
	.officedethalf {
		width: 100%;
	}
	.officedethalf:last-child {
		padding: 20px 0 0 0;
		border-left: none;
		border-top: 1px solid #ddd;
		margin-top: 20px;
	}
	.requestquote .wpcf7 p {
		margin: 0 0 10px 0;
	}
	.requestquote .wpcf7 span input,
	.requestquote .wpcf7 span select {
		padding: 8px 8px 8px 35px;
	}
	span.wpcf7-list-item-label {
		font-weight: 400;
		font-size: 15px;
	}
	.requestquote .wpcf7 span input,
	.requestquote .wpcf7 span select {
		font-size: 14px;
	}
	.requestquote .wpcf7 span input.walcf7-datepicker {
		padding-left: 7px;
	}
	.requestquote .wpcf7 .step2sec span select {
		padding: 7px 7px 7px 7px;
	}
	.requestquote .wpcf7 span input[type="date"] {
		padding-left: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.requestquote .wpcf7 span select {
		background: url(images/arrdown.png) no-repeat right 5px center;
		background-size: 8px;
	}
	.single .entry-title {
		font-size: 30px;
	}
	.ht_ctc_style.ht_ctc_chat_style svg{
		width:35px !important;
		height:35px !important;
	}
	.contact-top-sec span input, .contact-top-sec span select, .contact-top-sec span textarea{
		padding:9px 10px;
		font-size:14px;
	}
	.contact-top-sec span select {
		-webkit-appearance: none;
		background: url(images/arrdown.png) no-repeat right 5px center, #fff;
		background-size: 9px;
		padding:7.5px 10px;
	}
	
	.workstep{
		background:#193a67;
		background-image: none !important;
	}
	.googlerevsec{
		max-width:140px;
	}
	.faq-section .vc_tta-panels{
		padding:20px;
	}
	.modal-content h2{
		font-size:22px;
		margin:0 0 15px 0;
	}
	
	/** for mobile speed **/
	/* .pricequotesec {
		background:#0168e7;
		margin-top:0px;
	}
	.serviceprovidelast .pricequotesec{
		background:#0168e7;
	}
	.ctasection{
		background:#0168e7 !important;
	}
	.cerifiedsec .vc_col-sm-4:before{
		display:none;
	}
	.serviceprovide .wpb_single_image.vc_align_left{
		display:none;
	}
	#whyhireus .vc_col-sm-4{
		display:none;
	} */
}

@media screen and (max-width:590px) {
	.search article .post-thumbnail {
		max-width: 100%;
	}
	.search-content {
		width: 100%;
		margin-top: 30px;
	}
	.search .post-thumbnail img {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.search .site-main>article {
		display: inline-block;
	}
	/* p.serreq{		flex-wrap:wrap;		margin:0px;	}	p.serreq span{		width:100%;		margin-bottom:12px;	} */
	.modal-body span input,
	.modal-body span select {
		padding: 10px 7px;
		font-size: 14px;
	}
	.modal-body span select {
		padding: 9px 7px 9px 7px;
		background: url(images/arrdown.png) no-repeat right 3px center, #fff;
		background-size: 8px;
		font-size: 14px;
	}
	p.extrasec label {
		margin: 0px;
		font-size: 14px;
	}
	.modal-body span textarea {
		padding: 10px;
		font-size: 14px;
	}
	.cf7mls-btns .cf7mls_next.action-button,
	.modal-body input[type="submit"]{
		line-height:46px;
	}
}

@media screen and (max-width:572px) {
	.area-button-list li {
		width: 43%;
	}
}

@media screen and (max-width:425px) {
	.area-button-list li a {
		font-size: 12px;
	}
}

@media screen and (min-width:1501px) {
	.contact-top-sec .vc_col-sm-6:first-child {
		width: 42.5%;
	}
}

.goldcoast2 {
	padding-bottom: 0;
}