@charset "utf-8";

/* CSS Document */

/*-----FONTS-----*/

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

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

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

/*
    font-family: 'Roboto'; font-weight: normal;
    font-family: 'Roboto'; font-weight: 500;
    font-family: 'Roboto'; font-weight: bold;
*/

/*-----RESET-----*/

html {
	scroll-behavior: smooth;
}

html,
body {
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	/*overflow-x: hidden;*/
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	line-height: 1;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a img {
	border: none;
}

:focus {
	outline: 0;
}

::-moz-focus-inner {
	border: 0;
}

a,
button {
	text-decoration: none;
	color: inherit;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	cursor: pointer;
}

ul {
	list-style: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

::-moz-selection {
	color: #fff;
	background-color: var(--bluebg);
}

::selection {
	color: #fff;
	background-color: var(--bluebg);
}

/* header styles */

/*body.fixed-header #section_header {position: fixed; z-index: 1; box-shadow: 0 0 10px rgba(0,0,0,0.15); -webkit-animation: fromTop .5s; animation: fromTop .5s;}*/

header {
	width: 100%;
	padding: 0;
	position: fixed;
	z-index: 3;
}

body.fixed-header header {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.topheader {
	background: #333333;
}

.topheader .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-left: 325px;
	position: relative;
}

.topheader .wrapper:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 3px;
	background-color: var(--theme-color);
	top: 0;
	left: 327px;
}

.stieinterlinkdiv {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	min-height: 46px;
}

.stieinterlinkdiv a {
	font-size: 14px;
	min-width: 130px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 17px 0 15px 0;
	letter-spacing: 0.32px;
	border-left: 1px solid #1d1d1d;
}

.stieinterlinkdiv a:hover,
.stieinterlinkdiv a.activesite {
	color: #fff;
	text-decoration: none;
}

.stieinterlinkdiv a:first-child:hover,
.stieinterlinkdiv a.plumbsite.activesite {
	color: #000000;
}

.stieinterlinkdiv a:last-child {
	border-right: 1px solid #1d1d1d;
}

.stieinterlinkdiv a.plumbsite:hover,
.stieinterlinkdiv a.plumbsite.activesite {
	background-color: var(--plumbtheme);
}

.stieinterlinkdiv a.electsite:hover,
.stieinterlinkdiv a.electsite.activesite {
	background-color: var(--electtheme);
}

.stieinterlinkdiv a.airconsite:hover,
.stieinterlinkdiv a.airconsite.activesite {
	background-color: var(--aircontheme);
}

.maillink a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.32px;
}

.maillink a i {
	margin-right: 5px;
}

.maillink a:hover {
	color: var(--theme-color);
}

.primeheader {
	position: relative;
	background-color: var(--white);
}

.primeheader .wrapper {
	display: flex;
	flex-wrap: nowrap;
	padding-left: 326px;
	min-height: 103px;
	justify-content: space-between;
	align-items: center;
}

.primeheader .logo {
	position: absolute;
	left: 0;
	top: -46px;
	z-index: 0;
	width: 146px;
	height: 146px;
	background-color: var(--white);
	border-radius: 50% 50% 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.primeheader .logo a img {
	max-width: 100%;
}

.ratinginfo {
	display: flex;
	flex-wrap: nowrap;
	min-width: 462px;
	align-items: center;
	justify-content: space-between;
}

.emergencyinfo {
	display: flex;
	flex-wrap: nowrap;
}

.emergencyinfo p {
	font-size: 14px;
	color: #1f1f1f;
	font-weight: 500;
	letter-spacing: 0.32px;
	line-height: 18px;
	margin-left: 8px;
}

.g_rating {
	display: flex;
	flex-wrap: nowrap;
}

.g_rating p {
	font-size: 14px;
	color: #1f1f1f;
	font-weight: 500;
	letter-spacing: 0.32px;
	line-height: 18px;
}

.g_rating p img {
	display: block;
	margin-bottom: 5px;
}

.g_rating img {
	margin-right: 5px;
}

.headbtndiv {
	width: 370px;
	display: flex;
	flex-wrap: nowrap;
}

.headbtndiv dl {
	display: flex;
	flex-wrap: nowrap;
	text-transform: none;
	align-items: center;
	justify-content: flex-start;
}

.headbtndiv dl dt {
	width: 28px;
	margin-right: 5px;
}

.headbtndiv dl dt:after {
	display: none;
}

.headbtndiv dl dd {
	font-size: 14px !important;
	color: #1f1f1f;
	font-weight: 500;
	width: calc(100% - 30px);
}

.headbtndiv dl dd a {
	margin-top: 3px;
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.headbtndiv dl dd a:hover {
	color: var(--themebtncolor);
	text-decoration: underline;
}

navigation {
	background-color: var(--theme-color);
	flex: 1;
	justify-content: flex-start;
	display: flex;
	margin: 0;
}

/*-----FORM CONTROL-----*/

::-webkit-input-placeholder {
	color: #787c80;
	text-transform: inherit;
	font-size: 14px;
	letter-spacing: 0.42px;
}

::-moz-placeholder {
	color: #787c80;
	text-transform: inherit;
	font-size: 14px;
	letter-spacing: 0.42px;
}

:-ms-input-placeholder {
	color: #787c80;
	text-transform: inherit;
	font-size: 14px;
	letter-spacing: 0.42px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input:invalid {
	box-shadow: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: none;
	min-height: 80px;
	overflow: hidden;
}

.formgroup {
	margin-bottom: 20px;
	width: 100%;
}

.formcontrol {
	width: 100%;
	padding: 14px 19px 15px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	height: 56px;
	background: #ffffff;
	color: #51565b;
	font-size: 14px;
	letter-spacing: 0.42px;
	line-height: 1;
}

.formcontrol:focus {
	border-color: #84bd00 !important;
}

textarea.formcontrol {
	border-radius: 4px;
	height: 120px;
	color: #51565b;
	font-size: 14px;
	letter-spacing: 0.42px;
}

.submit_block {
	text-align: center;
	margin: 30px 0 0;
}

input[type="submit"] {
	background: transparent;
	outline: 0;
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	cursor: pointer;
	padding: 5px 25px;
	border: 0;
	border-radius: 4px;
	width: 100%;
}

.submit_block [class*="btn_"] {
	padding: 0;
	border: 0;
	height: 46px;
}

.formgroup50 {
	width: 48%;
}

/*-----STRUCTURE-----*/

.wrapper {
	max-width: 1350px;
	width: 96%;
	margin: 0 auto;
	position: relative;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
	display: table;
	content: " ";
}

.row::after,
.container::after,
.clearfix::after {
	clear: both;
}

.width50 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
}

.row {
	width: calc(100% + 30px);
	margin: 0 0 0 -15px;
	float: left;
}

/*.width50 {width: 50%;padding-left: 15px;padding-right: 15px;position: relative;float: left;}*/

.width100 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	text-align: center;
	margin: 0;
}

.wid33 {
	width: 33.33%;
	position: relative;
	margin: 0;
}

/*-----HELPER-----*/

.hidden {
	display: none;
}

.bgimg {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 100%;
	max-width: inherit;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.sec_padd {
	padding: 90px 0 !important;
}

/*-----SCROLL TOP-----*/

.scrollTop {
	position: fixed;
	right: 15px;
	bottom: 45px;
	opacity: 0;
	height: 40px;
	width: 40px;
	line-height: 35px;
	z-index: 10;
	text-align: center;
	font-size: 26px;
	color: var(--black);
	background: var(--theme-color);
	border: 2px solid var(--white);
}

.scrollTop:hover {
	color: var(--white);
	background: var(--black);
}

.scrolldown {
	cursor: pointer;
}

/*-----P TAG-----*/

.ptag p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #4c5053;
	letter-spacing: 0.32px;
}

.ptag p a {
	display: initial;
	text-decoration: underline;
	color: #4c5053;
	font-weight: 600;
	white-space: nowrap;
}

.ptag p a:hover {
	color: var(--bluebg);
	text-decoration: underline;
}

.ptag p:last-of-type {
	margin-bottom: 0;
}

/*-----LISTING-----*/

.ptag ul {
	display: flex;
	flex-wrap: wrap;
	margin: 27px 0;
}

.ptag ul li {
	padding-left: 26px;
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #33322e;
}

.ptag ul li:hover {
	color: #233136;
}

.ptag ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	background: var(--bluebg);
	background-size: 100%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.ptag ul li:not(:last-child) {
	margin-bottom: 20px;
}

.ptag ul li ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	background: #000;
	filter: none;
	width: 10px;
	height: 1px;
}

.ptag ul li span {
	display: block;
	font-size: 17px;
	color: #84bd00;
	margin: -2px 0 5px 0;
}

.ptag ol {
	display: flex;
	flex-wrap: wrap;
	margin: 27px 0 0 15px;
}

.ptag ol li {
	padding-left: 10px;
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #363636;
}

.ptag ol li:hover {
	color: #233136;
}

.ptag ol li:not(:last-child) {
	margin-bottom: 10px;
}

.ptag ol li span {
	display: block;
	font-size: 17px;
	color: #84bd00;
	margin: -2px 0 5px 0;
}

.btnbar {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

/*-----BUTTONS-----*/

[class*="btn_"] {
	font-family: "Roboto";
	font-weight: bold;
	font-size: 15px !important;
	line-height: 50px;
	text-transform: uppercase;
	z-index: 0;
	text-align: center;
	color: var(--white);
	position: relative;
	padding: 0 26px 0 26px;
	overflow: hidden;
	margin: 0;
	max-height: 54px;
	border-radius: 30px;
	min-width: 170px;
	border: 2px solid var(--themebtncolor);
	cursor: pointer;
}

.btn_theme {
	background-color: var(--themebtncolor);
}

.btn_theme:hover {
	color: var(--white);
	background: #000;
	border-color: var(--black);
}

.borderbtn {
	/*padding: 16px 26px 16px 26px;*/
	background-color: transparent;
	border: 2px solid var(--black);
	color: var(--black);
}

.borderbtn:hover {
	color: var(--white);
	background: #000;
}

.whiteborderbtn {
	background-color: transparent;
	border: 2px solid var(--white);
	color: var(--white);
}

.whiteborderbtn:hover {
	color: var(--white);
	border: 2px solid #000;
	background: #000;
}

.headtitle1 {
	font-size: clamp(1.375rem, 1.15rem + 1.125vw, 2.5rem);
	color: var(--darkgrey);
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.32px;
	text-align: center;
	width: 100%;
}

.headtitle2 {
	font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
	color: var(--darkgrey);
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.32px;
	width: 100%;
	display: block;
	margin-bottom: 15px !important;
	color: #000;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.headtitle2a {
	font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
	color: var(--darkgrey);
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.32px;
	width: 100%;
	display: block;
	margin-bottom: 15px !important;
	color: #000;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.headtitle3 {
	font-size: 16px;
	color: var(--darkgrey);
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.32px;
	text-align: center;
	width: 100%;
}

/*Default List*/

/*ul{}*/

ul li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 0;
	color: #404442;
	list-style: none;
}

/*ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background: orangered;
    width: 17px;
    height: 17px;
}*/

main {
	padding: 203px 0 0 0;
}

/*-----FOOTER-----*/

footer {
	width: 100%;
	clear: both;
	position: relative;
	padding: 0;
	overflow: hidden;
	background: #1f1f1f;
}

.mainfooter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ftleft {
	width: 335px;
}

.ftleft p,
.serving-areas,
.serving-areas a {
	display: flex;
	font-size: 14px;
	color: #bcbcbc;
	line-height: 22px;
	letter-spacing: 0.32px;
	margin-bottom: 25px;
	align-items: flex-start;
}
.serving-areas a {
	padding: 0 6px;
}
.ftleft p:nth-last-child(2) {
	margin-bottom: 0px;
}
.ftleft p:last-child {
	margin-bottom: 0;
}

.ftleft p img {
	filter: invert(79%) sepia(4%) saturate(22%) hue-rotate(314deg) brightness(96%) contrast(90%);
	margin: 5px 10px 0 0;
}

.ftleft p span {
	display: inline-block;
}

.ftleft p span a {
	display: block;
	color: #bcbcbc;
}

.ftleft p span a:hover {
	color: var(--theme-color);
	text-decoration: underline;
}

.ftright {
	width: calc(100% - 335px);
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #343434;
}

.ft_r_upper {
	width: 100%;
	border-bottom: 1px solid #343434;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0 50px 105px;
}

.ft_r_upper .emergencyinfo p,
.ft_r_upper .g_rating p,
.ft_r_upper .headbtndiv dl dd a {
	color: var(--white);
}

.fttitle {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
}

.ftlogo {
	margin-bottom: 55px;
}

.ft_r_lower {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0 50px 105px;
}

footer .headbtndiv dl dd {
	color: var(--white);
}

footer ul li {
	font-size: 14px;
	margin-bottom: 5px;
}

footer ul li a {
	color: #bcbcbc;
	text-decoration: none;
}

footer ul li a:hover,
footer ul li.active a {
	color: var(--theme-color);
	text-decoration: underline;
}

.copyright {
	padding: 15px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #343434;
}

.copyright p {
	margin: 0 auto;
	font-size: 14px;
	color: #bcbcbc;
	line-height: 22px;
	text-align: center;
}

.copyright p br {
	display: none;
}

/*----- THANK YOU | ERROR  -----*/

.thank_404_content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.thank_404_content img {
	display: block;
	margin: 0 auto 50px;
	max-width: 300px;
	width: 100%;
}

/*----- WP COMMON  -----*/

.wpcf7 .ajax-loader {
	position: absolute;
}

/*.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #0DB1E8;
}*/

.wpcf7 form .wpcf7-response-output {
	margin: 0 0 20px;
	padding: 10px 15px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 5px 0 0;
}

.flex-container {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.justify_content_between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify_content_end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify_content_around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align_tems_center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

a,
a:hover {
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

pre {
	box-sizing: border-box;
	white-space: inherit;
	font-size: 14px;
	line-height: 20px;
	background: #e3e7e9;
	border: 1px solid #e1e1e1;
	padding: 10px 20px;
	text-align: left;
	color: #606060;
	margin: 0 0 20px 0;
	word-break: break-word;
	font-family: "Courier New";
}

pre a {
	color: #606060;
	text-decoration: none;
}

/*-----BREADCRUMBS-----*/

.sec_brd_bg {
	border-bottom: 1px solid #e5e5e5;
	font-family: "Poppins";
	font-weight: normal;
}

ul.woo_breadcums {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0px;
}

ul.woo_breadcums li {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
}

ul.woo_breadcums li a {
	color: #ffffff;
}

ul.woo_breadcums li span.breadcrumb_last {
	color: #fff;
	display: inline-block;
	letter-spacing: 0.42px;
}

ul.woo_breadcums li a {
	padding: 0 31px 0 0;
	position: relative;
	line-height: 26px;
}

ul.woo_breadcums li a img {
	margin-top: -4px;
}

ul.woo_breadcums li a:after {
	content: ">";
	margin: 0;
	position: absolute;
	top: -2px;
	font-size: 18px;
	color: #fff;
	font-family: "FontAwesome";
	right: 10px;
	font-weight: bold;
}

ul.woo_breadcums li a:hover {
	color: var(--theme-color);
	text-decoration: underline;
}

.breadcrumb_bar {
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0;
}

.breadcrumb_bar ul.woo_breadcums li a,
.breadcrumb_bar ul.woo_breadcums li span.breadcrumb_last,
.breadcrumb_bar ul.woo_breadcums li a:after {
	color: #000;
}

/* search popup */

form.searchform {
	display: flex;
	background: #fff;
	padding: 4px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}

form.searchform input[type="email"] {
	width: calc(100% - 120px);
	border: 2px solid #fff;
	color: #40474e;
	padding: 15px 35px 14px 15px;
	margin: 0;
	background: #fff;
	border-radius: 5px 0 0 5px;
	/* height: 34px; */
	font-family: "Poppins";
	font-weight: normal;
	border: 0px solid red !important;
}

form.searchform input[type="submit"] {
	width: 120px;
	font-size: 14px;
	text-transform: uppercase;
	background: #f8a73f;
	padding: 16px 20px 17px 20px;
	line-height: 1;
	margin: 0;
	border: 0px solid transparent;
	border-radius: 5px;
	color: #000;
	font-family: "Poppins";
	font-weight: 600;
}

/* faq section styles */

.faq_seec {
	width: 100%;
	clear: both;
	padding: 70px 0;
	background: url("../images/site-wave-bg.svg") repeat 0 0 var(--bluebg);
}

.faq_seec .headtitle1 {
	color: var(--white);
}

/* stripe cta section styles*/

.stripcta_sec {
	width: 100%;
	clear: both;
	background-color: var(--stripectacolor);
	padding: 30px 0;
}

.stripcta_sec .ctadiv {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.stripcta_sec .ctadiv .ctatxt {
	font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
	font-weight: bold;
	color: var(--darkgrey);
}

.stripcta_sec .ctadiv .ctabtn.btnbar {
	min-width: 390px;
}

.stripcta_sec .ctadiv .btnbar a {
	margin: 0 10px 0 10px;
}

/* big cta section styles */

.bigcta_sec {
	width: 100%;
	clear: both;
}

.bigcta_sec .wrapper {
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.bigcta_txtdiv {
	max-width: 400px;
	text-align: left;
}

.bigcta_txtdiv .headtitle1 {
	text-align: left;
}

.bigcta_txtdiv .ctasmall_txt {
	text-align: left;
	font-size: 18px;
	margin-top: 10px;
}

.bigcta_txtdiv .ctasmall_txt a {
	color: var(--bluebg);
	text-decoration: underline;
}

.bigcta_img {
	position: relative;
	top: 0;
	width: 542px;
	height: 300px;
	left: -65px;
}

.bigcta_img img {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
	top: -80px;
}

.bigcta_btnbar {
	max-width: 250px;
	background: var(--stripectacolor);
	padding: 30px 0;
	border-radius: 30px;
}

.bigcta_btnbar a {
	margin-bottom: 10px;
}

/* site content common section styles*/

.contentsec {
	width: 100%;
	clear: both;
}
.page-about .contenttxtdiv > h2 {
	margin-top: 40px;
}
.page-about .contenttxtdiv > h2:first-child {
	margin-top: 0;
}

.contentsec .wrapper {
	align-items: center;
	justify-content: space-between;
}

.img_rightside .contentimgdiv {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}

.contentimgdiv img {
	border-radius: 30px;
}

.contenttxtdiv.width50 .btnbar {
	justify-content: flex-start;
}

.contentimg_div.width50 {
	position: sticky;
	top: 220px;
	padding: 0;
	align-self: flex-start;
	padding-left: 90px;
}

.contenttxtdiv.width50 {
	padding-left: 90px;
}

.contenttxtdiv.width50 .headtitle1 {
	text-align: left;
	margin-bottom: 15px;
}

.contenttxtdiv.width50 .headtitle3 {
	color: var(--bluebg);
	text-align: left;
	margin-bottom: 10px;
}

.contenttxtdiv .f40,
.contenttxtdiv .f28,
.contenttxtdiv .f18 {
	text-align: left;
}

.contenttxtdiv ul {
	margin-bottom: 0;
}

.contenttxtdiv ul li {
	margin-bottom: 0;
}

.contenttxtdiv .f16 {
	margin: 30px 0 0 0;
}

.contenttxtdiv .btnbar {
	margin: 30px 0 0 0;
}

.contentsec.img_rightside .contenttxtdiv {
	order: 1;
	padding-left: 0;
	padding-right: 65px;
}

.contentsec.img_rightside .contentimg_div {
	order: 2;
	display: inline-flex;
	justify-content: flex-end;
}

/*.contenttxtdiv .btn_theme {
    padding: 20px 35px 19px 35px;
}*/

/* service list container and service list box styles */

.hm_service_container {
	width: calc(100% + 36px);
	clear: both;
	margin: 40px 0 0 -18px;
	display: flex;
	flex-wrap: wrap;
}

a.servicelistbx,
.servicelistbx {
	width: calc(25% - 36px);
	margin: 0 18px 36px;
	background-color: var(--white);
	border-radius: 30px;
	text-align: center;
	/*padding: 60px 40px 73px 40px;*/
	padding: 60px 40px 30px 40px;
	border: 1px solid #e4e9ec;
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
}

a.servicelistbx:hover,
.servicelistbx:hover {
	background: var(--white);
	background: linear-gradient(330deg, var(--white) 3%, var(--stripectacolor) 97%);
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	border: 1px solid var(--theme-color);
}

.serviceicon {
	width: 70px;
	height: 70px;
	margin: 0 auto 40px;
	position: relative;
	background: var(--theme-color);
	border-radius: 10px;
}

.serviceicon img {
	position: relative;
	z-index: 1;
}

.serviceicon:after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100px;
	height: 100px;
	background-color: var(--white);
	border: 1px solid #e4e9ec;
	border-radius: 10px;
	top: -15px;
	left: -15px;
}

.servicename {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

a.servicelistbx p,
.servicelistbx p {
	line-height: 22px;
	height: 46px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.hm_service_sec .btnbar a.whiteborderbtn img {
	margin: -3px 8px 0 0;
	filter: brightness(0) invert(1);
}

/*inner page styles*/

/*-----INNER BANNER-----*/

.inrbanner {
	background: var(--darkgrey);
	width: 100%;
	clear: both;
	position: relative;
	z-index: 0;
	min-height: 350px;
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: 0;
	margin-bottom: 90px;
}

.inrbanner:before {
	content: "";
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 50%;
}

.inrbanner .wrapper {
	width: 96%;
	max-width: 1350px;
}

img.inrbnr.qimg {
	width: 230px;
	right: 0;
	transform: inherit;
	left: inherit;
	top: inherit;
	bottom: 0;
	filter: invert(1);
	opacity: 0.2;
}

.inrbanner_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 36px 16px 0;
}

/* .inrbanner img {height: 100%;object-position: 0;object-fit: cover;position: absolute;} */

.inrbanner img {
	object-position: 0;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1920px;
	/*mix-blend-mode: luminosity;*/
	opacity: 0.15;
}

.pgtitle {
	line-height: 1;
	color: #fff;
	width: 100%;
	text-align: left;
	letter-spacing: 2.14px;
	font-size: clamp(1.5rem, 1.225rem + 1.375vw, 2.875rem);
	font-weight: bold;
	margin-bottom: 10px;
}

section.inrpgcontainer {
	padding: 70px 0 !important;
}

/* slider arrows styles */

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-prev,
.slick-next {
	width: 30px;
	height: 30px;
}

.slick-prev {
	background: url(../images/slider-left-arrow.svg) no-repeat center center !important;
	right: 0 !important;
	z-index: 1;
}

.slick-prev:hover {
	background: url(../images/slider-left-arrow-hover.svg) no-repeat center center !important;
}

.slick-next {
	background: url(../images/slider-right-arrow.svg) no-repeat center center !important;
	z-index: 1;
}

.slick-next:hover {
	background: url(../images/slider-right-arrow-hover.svg) no-repeat center center !important;
}

.gallerypg .wonderplugin-gridgallery-loadmore-btn {
	font-family: "Roboto" !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 50px;
	text-transform: uppercase !important;
	z-index: 0;
	text-align: center !important;
	color: var(--white) !important;
	position: relative;
	padding: 0 26px 0 26px !important;
	overflow: hidden;
	margin: 0 !important;
	border-radius: 30px !important;
	min-width: 170px;
	border: 2px solid var(--themebtncolor) !important;
	cursor: pointer !important;
	background: var(--themebtncolor) !important;
	text-shadow: none !important;
}

.gallerypg .wonderplugin-gridgallery-loadmore-btn:hover {
	background: var(--black) !important;
	border: 2px solid var(--black) !important;
}

.contentsec.sv_topsec {
	padding-bottom: 0 !important;
}

* {
	-webkit-appearance: none;
}

/*
    font-family: 'Roboto'; font-weight: normal;
    font-family: 'Roboto'; font-weight: 500;
    font-family: 'Roboto'; font-weight: bold;
*/

.f40 {
	font-size: clamp(1.375rem, 1.15rem + 1.125vw, 2.5rem);
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

.bold {
	font-weight: 700;
}

.align_center {
	text-align: center !important;
}

.align_right {
	text-align: right !important;
}

.align_left {
	text-align: left !important;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
	clear: both;
	width: 100%;
}

.servicedtlpg .hm_service_container {
	justify-content: center;
}

.emergencyinfo.mobileshow {
	display: none;
}

/* for header button update styles */

.headbtndiv {
}

.headbtndiv dl {
	justify-content: flex-start;
	border-radius: 30px;
	border: 2px solid var(--themebtncolor);
	padding: 0 20px;
	margin: 0 15px 0 0;
	background: var(--themebtncolor);
}

.headbtndiv dl:hover {
	border: 2px solid var(--themebtncolor);
	background: var(--white);
}

.headbtndiv dl dt img {
	filter: brightness(0) invert(1);
}

.headbtndiv dl:hover dt img {
	filter: brightness(1);
}

.headbtndiv dl dd a {
	font-size: 16px;
	/* color: var(--white) */
}

.headbtndiv dl:hover dd a {
	text-decoration: none;
}

.headbtndiv dl dd {
	font-size: 12px !important;
	color: var(--white);
}

.headbtndiv dl:hover dd {
	color: var(--themebtncolor);
}

.headbtndiv a.btn_theme,
.headbtndiv .get_a_quote_button {
	color: var(--white);
	border: 2px solid #333333;
	background-color: #333333;
	padding: 0 15px 0 15px;
}

.headbtndiv a.btn_theme:hover,
.headbtndiv .get_a_quote_button:hover {
	background-color: var(--themebtncolor);
	border-color: var(--themebtncolor);
}

footer .ft_r_upper .headbtndiv dl:hover dd a {
	color: var(--themebtncolor) !important;
}

/*  */

.page-template-service-detail .svdetail_form .svdetail_ctabox {
	background-color: #9cecfe;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-template-service-detail .svdetail_form .svdetail_ctabox .ctatxt {
	font-size: clamp(1.375rem, 1.15rem + 1.125vw, 2.5rem);
	color: black;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.32px;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.page-template-service-detail .svdetail_form .svdetail_ctabox .ctabtn a {
	margin-right: 10px;
}

.html5-elem-wrap,
.html5-elem-box {
	background: transparent !important;
}

.html5-image {
	background: var(--white);
	border-radius: 10px;
}

.html5-image form {
	max-width: 900px;
	margin: 0 auto;
	display: inline-block;
}

.html5-image form .radiobtndiv {
	display: flex;
}

.html5-image .btnbox.width100 {
	padding: 0 !important;
	width: 100%;
	margin: 20px auto 50px;
}

/* header .primeheader .headbtndiv button.get_a_quote_button.btn_theme,
footer .ftright .headbtndiv button.get_a_quote_button.btn_theme {
	font-size: 15px !important;
} */

.usp_dv {
	display: flex;
	flex-wrap: wrap;
	width: 100%;

	.usp {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		align-items: center;
		color: #fff;
		font-size: 20px;
		font-weight: 800;

		& span {
			margin-right: 10px;

			& img.callout {
				filter: brightness(0) invert(1);
				width: 50px;
				height: 50px;
				position: relative;
				top: 0;
				left: 0;
				transform: none;
				opacity: 1;
			}
		}
	}
}

.inrbanner .wrapper {
	position: relative;
}

/* .inrbanner .wrapper:before {
	content: '';
	position: absolute;
	background: url(../images/$0-Callout-Fee-badge.svg)no-repeat center right;
	right: 0;
	width: 170px;
	height: 170px;
	top: 50%;
	margin: -85px 0 0 0;
} */

.page-template-area-detail .bannerslider .banner50 .headtitle3 {
	color: #000 !important;
}

/*----- MEDIA QUERIES  -----*/

@media (max-width: 1900px) {
}

@media (max-width: 1440px) {
	.bigcta_img {
		left: -20px;
	}

	.bigcta_img img {
		top: -20px;
	}

	.ftleft {
		width: 275px;
	}

	.ftright {
		width: calc(100% - 275px);
	}

	.ratinginfo {
		min-width: 430px;
	}

	.ft_r_upper {
		padding: 50px 0 50px 30px;
	}

	.ft_r_lower {
		padding: 60px 0 50px 30px;
	}

	a.servicelistbx,
	.servicelistbx {
		padding: 60px 20px;
	}
}

@media (max-width: 1200px) {
	.bigcta_img img {
		top: 40px;
	}

	.contenttxtdiv.width50 {
		padding-left: 40px;
	}

	.inrbanner {
		min-height: 250px;
	}

	.mainfooter {
		flex-wrap: wrap;
	}

	.ftleft {
		width: 100%;
		padding: 30px 0;
		border-bottom: 1px solid #343434;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.ftlogo {
		margin-bottom: 0;
	}

	.ftleft .fttitle {
		display: none;
	}

	.ftright {
		width: 100%;
		border-left: 0px solid transparent;
	}

	.ft_r_upper {
		padding: 20px 0 20px 0;
	}

	.ftleft p {
		margin-bottom: 0;
	}

	.ft_r_lower {
		padding: 60px 0 50px 0;
	}

	.ftcontactinfobx {
		width: calc(100% - 160px);
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	a.servicelistbx,
	.servicelistbx {
		width: calc(25% - 10px);
		margin: 0 5px 10px;
		padding: 50px 20px 30px 20px;
	}

	.contentsec.sec_padd {
		padding: 60px 0 !important;
	}

	.primeheader .ratinginfo {
		max-width: 220px;
		flex-wrap: wrap;
		min-width: auto;
	}

	.primeheader .ratinginfo .emergencyinfo {
		width: 215px;
	}

	.primeheader .ratinginfo .emergencyinfo img {
		max-width: 24px;
	}

	.primeheader .ratinginfo .g_rating img {
		max-width: 30px;
	}

	.primeheader .ratinginfo .g_rating p img {
		max-width: 80px;
	}

	.primeheader .ratinginfo .g_rating {
		width: 215px;
		margin: 10px 0 0 0;
	}
	.home_whychoose_section {
		width: calc(100% + 20px);
		margin: 40px 0 0 -10px;
		& .servicelistbx {
			width: calc(50% - 10px);
		}
	}
}

@media (max-width: 992px) {
	.topheader .wrapper:before {
		width: calc(100% + 50%);
	}

	main {
		padding: 136px 0 0 0;
	}

	.bigcta_sec .wrapper {
		flex-wrap: wrap;
		padding: 40px 0 0;
	}

	.bigcta_txtdiv {
		max-width: 100%;
		text-align: center;
		width: 100%;
	}

	.bigcta_txtdiv .headtitle1 {
		text-align: center;
	}

	.bigcta_txtdiv .ctasmall_txt {
		text-align: center;
	}

	.bigcta_img {
		left: 0;
		margin: 0 auto;
		max-width: 350px;
		width: 100%;
	}

	.ratinginfo {
		min-width: 410px;
	}

	/* footer .headbtndiv dl dd a {
        font-size: 18px;
    } */
	footer [class*="btn_"] {
		padding: 0 10px 0 10px;
		min-width: 140px;
		line-height: 30px;
		max-height: 34px;
	}

	a.servicelistbx,
	.servicelistbx {
		width: calc(33.33% - 10px);
		margin: 0 5px 10px;
	}

	.bookquote_sec .width50.halfpart {
		width: 100% !important;
	}

	/*.primeheader .headbtndiv {
        width: 180px;
        display: flex;
        flex-wrap: wrap;
    }*/
	/* .primeheader .headbtndiv dl dd a {
        font-size: 20px;
    } */
	.primeheader .headbtndiv a.btn_theme {
		line-height: 33px;
		margin: 0;
	}

	.primeheader .headbtndiv {
		margin-right: 50px;
	}

	.primeheader .logo {
		left: 0;
		top: 2px;
		z-index: 0;
		width: 90px;
		height: 90px;
	}

	.topheader .wrapper {
		padding-left: 0;
	}

	.stieinterlinkdiv a {
		min-width: auto;
		padding: 13px 10px 8px;
		font-size: 12px;
		letter-spacing: 0.82px;
	}

	.topheader .wrapper:before {
		left: 2px;
	}

	.primeheader .wrapper {
		padding-left: 110px;
	}

	.inrbanner {
		margin-bottom: 60px;
	}

	footer ul li.active {
		background: transparent;
	}

	.headbtndiv dl {
		margin: 0 5px 0 0;
		width: 185px;
	}

	.page-template-service-detail .svdetail_form .svdetail_ctabox {
		padding: 50px 20px;
	}

	.page-template-service-detail .svdetail_form .svdetail_ctabox .ctatxt {
		margin-bottom: 15px;
	}

	ul.woo_breadcums li {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.inrbanner .wrapper {
		width: 90%;
	}

	.primeheader .headbtndiv {
		width: 180px;
		display: flex;
		flex-wrap: wrap;
		margin-right: 10px;
	}

	.primeheader .headbtndiv a.btn_theme {
		line-height: 30px;
		margin: 5px 0 0;
	}

	.bigcta_img {
		max-width: 280px;
		height: 250px;
	}

	.bigcta_btnbar {
		max-width: 200px;
		padding: 15px 0 5px;
	}

	.contentimg_div.width50,
	.contenttxtdiv.width50 {
		width: 100%;
	}

	.contentsec .wrapper {
		flex-wrap: wrap;
	}

	.contentimg_div.width50 {
		position: relative;
		top: 0;
		padding: 0;
		align-self: flex-start;
		width: 100%;
		margin: 0 0 30px 0;
	}

	.contenttxtdiv.width50 {
		padding-left: 0;
		width: 100%;
		padding-right: 0;
	}

	.inrbanner {
		min-height: 250px;
	}

	.wrapper {
		width: 90%;
	}

	.ft_r_upper {
		padding: 20px 0 20px 0;
		flex-wrap: wrap;
		justify-content: center;
	}

	footer .headbtndiv {
		margin-top: 25px;
		align-items: center;
	}

	.ftlogo {
		margin-bottom: 20px;
		display: block;
		width: 100%;
		max-width: 120px;
	}

	.ftleft {
		justify-content: center;
		align-items: center;
	}

	.ftleft p {
		margin: 10px 0;
		width: 100%;
	}

	.ft_r_lower {
		padding: 30px 0 20px 0;
	}

	.ftcontactinfobx {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	a.servicelistbx,
	.servicelistbx {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}

	.stripcta_sec .ctadiv {
		flex-wrap: wrap;
		justify-content: center;
	}

	.stripcta_sec .ctadiv .ctabtn.btnbar {
		margin-top: 10px;
	}

	.stripcta_sec .ctadiv .ctatxt {
		text-align: center;
	}

	ul.woo_breadcums {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		margin-bottom: 15px;
		width: 100%;
	}

	.primeheader .ratinginfo {
		max-width: 190px;
		flex-wrap: wrap;
		min-width: auto;
	}

	.emergencyinfo p {
		font-size: 12px;
	}

	.contentsec.sec_padd.sv_topsec {
		padding: 60px 0 20px !important;
	}

	.contentsec.sec_padd {
		padding: 20px 0 !important;
	}

	.contentsec.img_rightside .contentimg_div {
		order: 1;
	}

	.contentsec.img_rightside .contentimgdiv {
		position: relative;
		padding-left: 0;
	}

	.scrollTop {
		display: none;
	}

	.contentsec.img_rightside .contenttxtdiv {
		padding-right: 0;
	}

	.maillink a {
		font-size: 0;
	}

	.maillink a i {
		font-size: 16px;
		margin: 0;
	}

	.headbtndiv dl dd a {
		font-size: 15px;
	}

	.headbtndiv dl dd {
		font-size: 11px !important;
	}

	.headbtndiv dl {
		margin: 0 5px 0 0;
		width: 185px;
		padding: 5px 20px;
	}

	.inrbanner .wrapper:before {
		background-size: 70%;
	}

	.headbtndiv .get_a_quote_button {
		padding: 0 15px 0 15px;
		height: 26px;
		line-height: 25px;
		margin-top: 10px;
	}
}

@media (max-width: 576px) {
	ul.woo_breadcums li a {
		padding: 0 22px 0 0;
	}

	ul.woo_breadcums li a:after {
		top: -6px;
		font-size: 16px;
		right: 6px;
	}

	.primeheader .headbtndiv a.btn_theme {
		margin: 5px 0 0 10px;
	}

	/* .primeheader .headbtndiv dl dd a {
        font-size: 18px;
    } */
	.headbtndiv dl {
		margin: 0 5px 0 0;
		width: 155px;
		padding: 5px 12px;
	}

	.headbtndiv dl dt {
		width: 20px;
	}

	.maillink a {
		font-size: 0;
		position: relative;
		right: -9px;
	}

	.maillink a i {
		font-size: 16px;
		margin: 0;
	}

	.contentsec.sec_padd {
		padding: 30px 0 !important;
	}

	.primeheader .ratinginfo {
		display: none;
	}

	.primeheader .wrapper {
		justify-content: flex-end;
	}

	.bigcta_sec .wrapper {
		padding: 40px 0;
		justify-content: center;
	}

	.fwid25 {
		width: 50%;
		margin-bottom: 20px;
	}

	.bigcta_img img {
		top: 0;
	}

	.bigcta_img {
		max-width: 280px;
		height: 160px;
		margin: 20px 0;
	}

	.copyright p br {
		display: block;
	}

	.ftcontactinfobx {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 0 20px;
	}

	.ftleft {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
	}

	.serviceicon:after {
		width: 60px;
		height: 60px;
		top: -5px;
		left: -5px;
	}

	a.servicelistbx,
	.servicelistbx {
		padding: 20px 10px;
	}

	.serviceicon {
		margin: 0 auto 20px;
	}

	.serviceicon {
		width: 50px;
		height: 50px;
	}

	.servicename {
		font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
	}

	.hm_service_container {
		width: 100%;
		margin: 40px 0 0 0;
	}

	[class*="btn_"] {
		font-size: 14px !important;
		line-height: 34px;
		padding: 0 16px 0 15px;
		border-radius: 30px;
		min-width: 130px;
		max-height: 54px;
		height: 34px;
	}

	.inrbanner {
		margin-bottom: 30px;
	}

	.contentsec.sec_padd.sv_topsec {
		padding: 20px 0 20px !important;
	}

	.emergencyinfo.mobileshow {
		display: block;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}

	.emergencyinfo.mobileshow .wrapper:before {
		display: none;
	}

	.emergencyinfo.mobileshow .wrapper {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 5px 0;
	}

	.emergencyinfo.mobileshow .wrapper p br {
		display: none;
	}

	.js-nav-toggle {
		top: 110px;
	}

	.mainheader navigation {
		top: 177px;
		height: calc(100% - 177px);
	}

	main {
		padding: 177px 0 0 0;
	}

	.inrbanner .wrapper:before {
		background-size: 60%;
	}
	.home_whychoose_section {
		& .servicelistbx {
			width: 100%;
		}
	}
}

@media (max-width: 480px) {
	.mainheader navigation {
		width: 100% !important;
	}

	footer .ratinginfo {
		margin: 0 0 10px 0;
		min-width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}

	footer .headbtndiv {
		margin: 0;
		max-width: 160px;
		flex-wrap: wrap;
		justify-content: center;
	}

	footer .ratinginfo div {
		margin: 10px 0;
	}

	footer .headbtndiv dl {
		margin-bottom: 15px;
	}

	.fwid25 {
		width: 100%;
	}

	.fwid25:last-child {
		margin-bottom: 0;
	}

	.fwid25 ul {
		display: none;
	}

	.ft_r_lower {
		padding: 20px 0 20px 0;
	}

	.fttitle {
		width: 100%;
		margin-bottom: 0;
		position: relative;
	}

	.fttitle:after {
		content: "";
		position: absolute;
		background: url(../images/ft-plus-icon.png) no-repeat center right 0;
		width: 20px;
		height: 20px;
		filter: brightness(0) invert(1);
		right: 0;
		top: -3px;
	}

	.fttitle.linkopen:after {
		background: url(../images/ft-minus-icon.png) no-repeat center right 0;
	}

	.fwid25 ul {
		display: none;
		margin: 10px 0 0;
	}

	.ftleft {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.ftcontactinfobx {
		padding: 0;
	}

	.ftleft {
		justify-content: center;
		padding: 10px 0;
	}

	.ftleft p {
		margin: 10px 0;
		width: 100%;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.ftleft p img {
		display: block;
		text-align: center;
		margin-right: 0;
	}

	.ftleft p span {
		display: block;
		width: 100%;
	}

	.ftleft p span br {
		display: block;
	}

	.ftleft p span a {
		display: inline-block;
		margin: 0 0 0 8px;
	}

	.ptag p {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 10px;
		color: #4c5053;
		letter-spacing: 0.32px;
	}

	.bigcta_txtdiv .ctasmall_txt {
		text-align: center;
		font-size: 16px;
	}

	.ptag ul li:not(:last-child) {
		margin-bottom: 0;
	}

	.ptag ul li {
		font-size: 14px;
	}
}

@media (max-width: 360px) {
	a.servicelistbx,
	.servicelistbx {
		width: 100%;
		margin: 0 0 10px;
	}

	.stieinterlinkdiv a {
		padding: 13px 5px 8px;
	}

	.page-template-service-detail .svdetail_form .svdetail_ctabox .ctabtn a {
		margin-right: 0;
	}

	.page-template-service-detail .svdetail_form .svdetail_ctabox .ctabtn {
		row-gap: 10px;
	}
}

/*google review wideget styles*/

.rplg-badge2 .rplg-badge2-border {
	display: none;
}

.rplg-badge_left-fixed .rplg-badge2 {
	margin: 0 !important;
	border-radius: 50px !important;
	padding: 0 10px;
	background: #fff;
	animation: mymove 3s infinite;
}

.rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable {
	cursor: pointer !important;
	border-radius: 50px !important;
	padding: 10px 14px !important;
	background: transparent !important;
}

.rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable:hover {
	background: #fff !important;
}

.rplg-badge2-score div {
	font-size: 18px !important;
	font-weight: 600 !important;
}

.rplg .rplg-biz-rating.rplg-trim {
	overflow: visible !important;
	margin: 0;
}

.rplg .rplg-biz-based {
	display: block !important;
	color: #4d4d4d !important;
	font-size: 14px !important;
	text-align: left !important;
	text-shadow: 1px 1px 0 #fff !important;
	font-weight: normal !important;
}

.rplg .rplg-biz-rating.rplg-biz-google .rplg-biz-score {
	color: #3e4571 !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.rplg-badge-logo {
	position: relative;
	z-index: 0;
	margin-right: 14px !important;
}

.rplg-badge-logo:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 56px;
	height: 56px;
	border: 3px solid #57d6ed;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin: -28px;
}

.rplg-badge2 .rplg-badge2-btn .rplg-badge-logo > svg {
	width: 34px !important;
}

.rplg .rplg-biz-based .rplg-biz-based-text {
	vertical-align: middle !important;
	color: #373737;
}

.rplg-badge2-score {
	font-family: "Rubik" !important;
	font-weight: normal !important;
}

.rplg .rplg-badge_left-fixed {
	left: 10px !important;
	bottom: 15px !important;
	transform: scale(0.8) translateX(-30px);
}

.rplg-badge_left-fixed .rplg-badge2 {
	background: linear-gradient(-45deg, #fff, #caf7ff, #fff, #caf7ff);
	background-size: 400% 400%;
	animation: mymove 6s ease infinite;
}

@keyframes mymove {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable:hover {
	background: transparent !important;
}

.rplg-form .rplg-form-content {
	padding-right: 15px !important;
}

@media (max-width: 576px) {
	.rplg .rplg-badge_left-fixed {
		width: 100%;
		left: 0 !important;
		bottom: 0 !important;
		transform: scale(1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

	.rplg .rplg-badge-fixed {
		width: 100%;
		right: 0 !important;
		bottom: 0 !important;
	}

	.rplg-badge_left-fixed .rplg-badge2 {
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	.rplg-badge-logo {
		width: 40px;
		text-align: center;
	}

	.rplg-badge-logo:before {
		width: 46px;
		height: 46px;
		margin: -23px;
		border: 2px solid #57d6ed;
	}

	.rplg .rplg-biz-based {
		font-size: 12px !important;
		line-height: 12px !important;
	}

	.rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable {
		padding: 5px 14px !important;
		background: url(https://www.stringmusicians.com.au/wp-content/uploads/2023/09/ft-plus-icon.png) no-repeat right 10px top 22px #f1e7e8 !important;
		border-top: 3px solid #6c0919 !important;
		border-radius: 0 !important;
	}

	.rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable {
		background: url(https://www.stringmusicians.com.au/wp-content/uploads/2023/09/ft-plus-icon.png) no-repeat right 10px top 22px !important;
		border: 0px solid transparent !important;
	}

	footer {
		padding: 0 0 70px 0;
	}

	.rplg .rplg-biz-rating.rplg-trim {
		line-height: 6px !important;
	}

	.rplg-badge2-score div {
		font-size: 16px !important;
	}

	.rplg .rplg-badge-fixed {
		width: 100%;
		right: 0 !important;
		bottom: 0 !important;
	}

	.rplg-badge-fixed .rplg-badge2 {
		margin: 0 !important;
		padding: 0 !important;
		border-radius: 0 !important;
	}

	.rplg-badge2 .rplg-badge2-border {
		display: none;
	}

	#tidio-chat-iframe {
		bottom: 70px !important;
	}

	.rplg .rplg-biz-rating.rplg-trim {
		margin-top: 3px;
	}

	.rplg .rplg-biz-based {
		margin-top: 7px;
	}

	.elementor-location-footer {
		padding-bottom: 73px;
	}

	.rplg-badge2 .rplg-badge2-close {
		display: block !important;
		top: -9px !important;
		right: 12px !important;
	}
}

.areas_block ul li {
	width: 100% !important;
}

.op_blocks {
	max-width: 800px;
	padding-top: 40px;
}

.right_img {
	float: right;
	display: inline-block;
	padding-top: 38px;
}

.op_hr_tit {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 15px;
	color: #444;
	display: block;
}

.op_blocks p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 30px !important;
	color: #444;
}

.op_blocks .title {
	font-size: 30px;
	color: #3e3e3e;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 13px;
	text-align: left;
	font-weight: 900;
}

.op_blocks ul li {
	width: 100% !important;
}
.home_whychoose_section {
	& .servicelistbx {
		& p {
			height: auto;
			overflow: inherit;
			-webkit-line-clamp: inherit;
		}
	}
}
