/*-----FONTS-----*/
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.eot');
  src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
    url('../fonts/BebasNeue-Regular.woff') format('woff'),
    url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
    url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueBold.eot');
  src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold.woff2') format('woff2'),
    url('../fonts/BebasNeueBold.woff') format('woff'),
    url('../fonts/BebasNeueBold.ttf') format('truetype'),
    url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold.eot');
  src: url('../fonts/Figtree-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Figtree-SemiBold.woff2') format('woff2'),
    url('../fonts/Figtree-SemiBold.woff') format('woff'),
    url('../fonts/Figtree-SemiBold.ttf') format('truetype'),
    url('../fonts/Figtree-SemiBold.svg#Figtree-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.eot');
  src: url('../fonts/Figtree-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Figtree-Bold.woff2') format('woff2'),
    url('../fonts/Figtree-Bold.woff') format('woff'),
    url('../fonts/Figtree-Bold.ttf') format('truetype'),
    url('../fonts/Figtree-Bold.svg#Figtree-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.eot');
  src: url('../fonts/Figtree-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Figtree-Regular.woff2') format('woff2'),
    url('../fonts/Figtree-Regular.woff') format('woff'),
    url('../fonts/Figtree-Regular.ttf') format('truetype'),
    url('../fonts/Figtree-Regular.svg#Figtree-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.eot');
  src: url('../fonts/Figtree-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Figtree-Medium.woff2') format('woff2'),
    url('../fonts/Figtree-Medium.woff') format('woff'),
    url('../fonts/Figtree-Medium.ttf') format('truetype'),
    url('../fonts/igtree-Medium.svg#Figtree-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-Bold.eot');
  src: url('../fonts/Caveat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Caveat-Bold.woff2') format('woff2'),
    url('../fonts/Caveat-Bold.woff') format('woff'),
    url('../fonts/Caveat-Bold.ttf') format('truetype'),
    url('../fonts/Caveat-Bold.svg#Caveat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/* ********** */
/* Color and font variable */
/* ********** */
:root {
  --white: #fff;
  --primary: #000000;
  --secondary: #231F20;
  --blue: #37C6F4;
  --orange: #F47321;
  --border: #D1D1D1;
  /* --heading: 'Bebas Neue';
  --sitetext: 'Figtree'; */
  --heading: 'Bebas Neue', sans-serif;
  --sitetext: 'Figtree', sans-serif;
}

/* ********** */
/* GENREAL */
/* ********** */
html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Figtree', sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  line-height: 28px;
  color: var(--secondary);
}

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 .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  cursor: pointer
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

hr {
  height: 0;
  color: inherit;
  border-top: 1px solid #D8DBDC;
  margin: 80px 0;
  border-bottom: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: 'Figtree';
  font-size: 1.125rem;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin-bottom: 25px;
}

html {
  scroll-behavior: smooth;
}

/*-----FORM CONTROL-----*/
.form-group50 {
  width: 48%;
}

.form-group33 {
  width: 32%;
}

.form-group100 {
  width: 100%;
}

/*::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #231F20 !important;
  font-family: 'Figtree';
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
}*/


::placeholder {
  color: #231F20;
  font-family: 'Figtree';
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #231F20;
  font-family: 'Figtree';
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
}

::-moz-placeholder {
  color: #231F20;
  font-family: 'Figtree';
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #231F20;
  font-family: 'Figtree';
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #231F20;
  font-family: 'Figtree';
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
}

::-moz-selection {
  color: #fff;
  background: #1b1c23;
}

::selection {
  color: #fff;
  background: #1b1c23;
}

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;
  height: auto !important;
  min-height: 100px;
  overflow: hidden;
  margin: 0;
}

.form-group {
  margin-bottom: 15px;
}

.message_area {
  line-height: 100%;
}

.form-control {
  width: 100%;
  padding: 6px 20px;
  border: 2px solid var(--white);
  border-radius: 10px;
  background: var(--white);
  color: var(--secondary);
  font-family: 'Figtree';
  font-weight: 600;
  font-size: 14px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  height: 60px;
}

.input-container {
  position: relative;
  display: block;
}

.form-icon {
  white-space: nowrap;
  text-align: center;
  vertical-align: bottom;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 15px;
}

.form-icon [title="email"] {
  position: relative;
  top: 5px;
}

.submitbtn input[type=submit] {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: 100%;
  width: 100%
}

.submit_btn {
  position: relative;
  min-width: 125px;
  margin-top: 45px;
  width: 125px;
}

.submit_btn:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  background: url(../images/submit.png) no-repeat;
  width: 125px;
  height: 55px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

.submit_btn .submitbtn,
input[type="button"] .submitbtn {
  background: var(--orange-color);
  color: var(--white-color);
  border: 0;
  font-family: 'Figtree';
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  padding: 10px 29px;
  cursor: pointer;
  text-align: center;
  min-width: 240px;
  min-height: 55px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

.submit_btn .submitbtn:hover {
  background: var(--persian-green-color);
}

.submit_btn:hover:before {
  background: url(../images/submit-on-hover.png) no-repeat;
}

.form-control:focus {
  border-color: red !important;
}

select.form-control {
  background: url(../images/select-arrow.svg)no-repeat center right 15px var(--white);
  color: #231F20;
  font-family: 'Figtree';
  font-weight: 600;
  padding-right: 35px;
}

/*input[type="submit"]:hover {
  background: var(--darkblue);
  border-color: var(--darkblue);
  color: var(--white);
}*/


/* header styles */
header {
  position: relative;
  z-index: 11;
}

body.fixed-header header {
  position: fixed;
  z-index: 11;
  width: 100%;
  background: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.topheader {
  background: var(--secondary);
}

.topheader .container:before,
.topheader .container:after,
.primeheader .container:before,
.primeheader .container:after {
  display: none !important;
}

.topheader .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: var(--heading);
}

.googlereview_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 34px;
  width: 300px;
  color: var(--white);
  letter-spacing: 0.48px;
  font-size: 18px;
}

.googlereview_head img.g-review-logo {
  margin: -3px 8px 0 0;
}

.googlereview_head img.ratingstar {
  /* filter: invert(71%) sepia(58%) saturate(5633%) hue-rotate(346deg) brightness(97%) contrast(96%); */
  filter: invert(59%) sepia(70%) saturate(587%) hue-rotate(4deg) brightness(102%) contrast(97%);
  margin: -3px 8px 0 8px;
}

.startTime {
  text-align: center;
  display: flex;
  align-items: center;
  color: var(--secondary);
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.48px;
  background: var(--white);
  height: 34px;
  padding: 0 30px;
}

#clock {
  font-family: var(--heading);
  line-height: 1;
}

img.greendot {
  margin: 0 10px 0 0;
}

.primeheader .container {
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.headlogo {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -76px;
}

a.calllink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  color: var(--secondary);
  font-family: var(--heading);
  font-weight: 500;
}

a.calllink p {
  font-family: var(--heading);
  font-weight: 500;
  line-height: 1;
}

a.calllink img.callicon {
  margin: 0 15px 0 0;
  max-width: 70px;
}

a.calllink span {
  display: block;
  font-size: 14px;
  color: var(--orange);
  text-transform: uppercase;
  font-family: var(--sitetext);
  font-weight: bold;
  min-width: 280px;
}

.primeheader .quotelink img {
  margin: -4px 10px 0 0;
  filter: brightness(0) invert(1);
}

body.fixed-header .primeheader a.button.btn-theme {
  min-width: auto;
  padding: 7px 10px 5px 10px;
}

.headlogo img {
  width: 153px;
  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;
}

body.fixed-header .headlogo img {
  width: 90px;
  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;
}

body.fixed-header a.calllink img.callicon {
  max-width: 40px;
}

body.fixed-header a.calllink {
  font-size: 28px;
}

body.fixed-header .primeheader .container {
  min-height: 60px;
}

/* for button styles  */

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.button-group li {
  padding: 0;
}

.button-group li:before {
  display: none
}

/*[class*="btn-"]*/
button,
.button,
button[type="submit"],
input[type="submit"] {
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.4px;
  color: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  line-height: 1;
  z-index: 0;
  padding: 18px 20px 14px 20px;
  overflow: hidden;
  height: 60px;
  border: 1px solid var(--orange);
  background: var(--orange);
  font-family: var(--heading);
  /* text-transform: uppercase; */
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;

}

.btn-white {
  background-color: var(--white);
  color: var(--secondary);
  border-color: var(--white);
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.btn-dark {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

.btn-theme img,
.btn-primary img,
.btn-dark img {
  filter: brightness(0) invert(1);
}

.button-width li [class*="btn-"] {
  min-width: 210px;
}

[class*="btn-"] img {
  margin-right: 5px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.btn-width {
  min-width: 370px;
}

.btn-theme:hover {
  background: var(--blue);
  border: 1px solid var(--blue);
}

.button.btn-theme.btn-white.btn-width img {
  filter: none;
}

.btn-white>img {
  filter: brightness(0);
}


/*-----STRUCTURE-----*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* FLEX  */
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
  top: 80px;
  align-self: flex-start;
}


/*-----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;
}

/*----------------------------------------COMMON------------------------------------*/
/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 0;
  bottom: 85px;
  border-radius: 10px 0 0 10px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 22px;
  z-index: 10;
  color: var(--white);
  background: var(--orange);
  text-align: center;
  font-size: 22px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.scrollTop>img {
  transform: rotate(-90deg);
}

/*-----BREADCRUMBS-----*/
/*-----CONTENT-----*/
h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="heading-"] {
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 30px;
  /*color: var(--darkblue);*/
  font-family: 'Bebas Neue';
  position: relative;
  line-height: 1;
}

.heading-80,
h1 {
  /* font-size: 80px; */
  font-size: clamp(1.875rem, 1.25rem + 3.125vw, 5rem);
}

.heading-70,
h2 {
  /* font-size: 70px; */
  font-size: clamp(1.75rem, 1.225rem + 2.625vw, 4.375rem);
}

.heading-64 {
  /* font-size: 64px; */
  font-size: clamp(1.6875rem, 1.225rem + 2.3125vw, 4rem);
}

.heading-62,
h3 {
  font-size: clamp(1.75rem, -3.35rem + 8.5vw, 3.875rem);
}

.heading-60,
h4 {
  /* font-size: 60px; */
  font-size: clamp(1.625rem, 1.2rem + 2.125vw, 3.75rem);
}

.heading-55 {
  /* font-size: 55px;   */
  font-size: clamp(1.5rem, 1.1125rem + 1.9375vw, 3.4375rem);
}

.heading-52 {
  /* font-size: 52px; */
  font-size: clamp(1.375rem, 1rem + 1.875vw, 3.25rem);
}

.heading-48 {
  /* font-size: 48px; */
  font-size: clamp(1.25rem, 0.9rem + 1.75vw, 3rem);
}

.heading-42 {
  font-size: clamp(1.5rem, -1.2rem + 4.5vw, 2.625rem);
}

.heading-40 {
  font-size: clamp(1.75rem, -0.05rem + 3vw, 2.5rem);
}

.heading-36 {
  /* font-size: 36px; */
  font-size: clamp(1.125rem, 0.9rem + 1.125vw, 2.25rem);
}

.heading-30 {
  /* font-size: 30px; */
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);

}

.heading-28 {
  /* font-size: 28px; */
  font-size: clamp(1rem, 0.85rem + 0.75vw, 1.75rem);
}

.heading-26 {
  font-size: clamp(1.25rem, 0.35rem + 1.5vw, 1.625rem);
}

.heading-25 {
  /* font-size: 25px; */
  font-size: clamp(1.125rem, 0.075rem + 1.75vw, 1.5625rem);
}

.heading-22 {
  font-size: clamp(1.125rem, 0.525rem + 1vw, 1.375rem);
}

.row-reverse {
  flex-direction: row-reverse;
}


/* ********************COMMON CONTENT SECTION START****************  */
.content-wrapper .flex-container:not(:last-child) {
  margin-bottom: 100px;
}

.mrgb80 {
  margin-bottom: 80px;
}

.hm-item {
  width: 700px;
  position: sticky !important;
  align-content: flex-start;
  top: 140px;
}

.hm-item img:first-child {
  border-radius: 30px;
  overflow: hidden;
}

.hm-content {
  width: calc(100% - 700px);
  padding-right: 145px;
  margin: auto;
}

.hm-content .heading-40 {
  color: #1A1A1A;
  font-weight: normal;
}

.hm-content .heading-20 {
  font-family: var(--body-font-family);
  font-weight: bold;
  line-height: 26px;
}

.row-reverse .hm-content {
  padding-left: 145px;
  padding-right: 80px;
}

.hm-content p {
  line-height: 26px;
}

.hm-content .blueborderbtn {
  margin-top: 30px;
}

.aligncenter {
  text-align: center;
}

.hm-content .button-group,
.ctent-column .button-group {
  margin-top: 30px;
}

.hm-content .button-group li {
  margin: 0;
}

/* .common-content-sec.background-common {
  background: #F0F0F0;
  padding: 98px 0 80px;
} */

.hm-content .heading-40:not(:first-of-type) {
  margin-top: 50px;
}

main ul>li,
main ul.ul-line li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: var(--secondary);
}

ul>li:before,
main ul.ul-line li:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 4px;
  border-radius: 100px;
  background: url(../images/content-text-bullet.svg) no-repeat 0 0;
}

ul.suburblist {
  width: 550px;
  column-count: 2;
}

ul.suburblist li:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 18px;
  left: 0;
  top: 3px;
  border-radius: 100px;
  background: url(../images/location-pin.svg) no-repeat 0 0;
}

ul.suburblist li.active:before {
  filter: invert(53%) sepia(46%) saturate(1607%) hue-rotate(344deg) brightness(95%) contrast(101%);
}

ul.suburblist li a {
  text-decoration: none;
}

ul.suburblist li a:hover,
ul.suburblist li.active {
  color: var(--orange);
  text-decoration: underline;
}

.hm-item.mapdiv {
  border-radius: 30px;
  overflow: hidden;
}

/* reliable plumber text section */
.reliablepluber_txtsec {}

.reliablepluber_txtsec .container {
  height: 8px;
  text-align: center;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}

.reliablepluber_txtsec .container span {
  background: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  color: var(--primary);
  letter-spacing: 2.56px;
  margin: 0 auto;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  top: -10px;
  font-weight: bold;
}

.common-content-sec.darkbg {
  padding: 80px 0 0;
  background-color: var(--secondary);
  border-radius: 100px 0 100px 0;
  position: relative;
}

.common-content-sec.darkbg .heading-60,
.common-content-sec.darkbg .heading-30,
.common-content-sec.darkbg p,
.common-content-sec.darkbg ul li {
  color: var(--white);
}

.common-content-sec.darkbg .heading-60 {
  margin-bottom: 10px;
}

.common-content-sec.darkbg .button.btn-theme.btn-primary {
  background: var(--white);
  color: var(--primary);
}

.common-content-sec.darkbg .button.btn-theme.btn-primary:hover {
  background: var(--blue);
  color: var(--white);
}

.common-content-sec.darkbg .button.btn-theme.btn-primary:hover img {
  filter: brightness(0) invert(1);
}

.common-content-sec.darkbg .button.btn-theme.btn-primary img {
  filter: brightness(0);
}

.common-content-sec.darkbg .sectiontitle {
  text-align: center;
  color: var(--blue);
  margin: 0;
}

.common-content-sec.darkbg .sectionsmalltxt {
  text-align: center;
  color: var(--white);
  font-size: 18px;
  margin-bottom: 50px;
}

.common-content-sec.darkbg .flex-container.wrap {
  position: relative;
}

.common-content-sec.darkbg .flex-container.wrap:before {
  content: '';
  position: absolute;
  background: url(../images/fast-direct-plumbing-logo-white.svg) no-repeat 0 0;
  width: 652px;
  height: 686px;
  opacity: 0.05;
  top: 30px;
  left: -450px;
  background-size: 80%;
}

.common-content-sec.darkbg .flex-container.wrap.row-reverse:before {
  left: inherit;
  right: -450px;
}

/* ********************COMMON CONTENT SECTION END****************  */
.fastdirect_txtsec {
  text-align: center;
}

.fastdirect_txtsec img {
  margin: 0 auto;
}

/* all badge section style   */
.allbadge_sec ul.badgecontainer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.allbadge_sec ul.badgecontainer li {
  padding: 0;
  margin: 0;
}

.allbadge_sec ul.badgecontainer li img {
  margin: 0 auto;
}

.allbadge_sec ul.badgecontainer li:before {
  display: none;
}

.center-intro {

  & [class*="heading-"] {
    margin-bottom: 5px;
  }


  & p {
    font-size: 18px;
  }
}

/*-------------------------------------
          text align
------------------------------------ */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify
}

/* ********** text transform ********** */
.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

/* ********** SPACE ********** */
.py-100 {
  padding: 100px 0;
}

.my-100 {
  margin: 100px 0;
}

.organe-bg {
  background: var(--orange);
}


/* ********** */
/* P tags */
/* ********** */
p {
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Figtree';
}

p:last-of-type {
  margin-bottom: 0;
}

p a {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

p a:hover {
  color: var(--blue-color);
}





/* ******************
banner section styles 
********************* */
#banner {
  background: var(--blue);
  position: relative;
  z-index: 0;
}

.homebannerslider {
  max-width: 1920px;
  margin: 0 auto;
}

.homebannerslider .slidediv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bnrcontent {
  position: relative;
  /* width: calc(100% - 990px); */
  width: 50%;
  padding: 70px 0 0 11%;
}

.bnrcontent:before {
  content: '';
  position: absolute;
  background: url(../images/banner-shape.svg) no-repeat 0 0;
  width: 77px;
  height: 615px;
  right: -70px;
  top: 0;
  z-index: 1;
}

.bnrcontent:after {
  content: 'Fast direct plumbing';
  z-index: 0;
  font-size: clamp(1.25rem, 0.625rem + 3.125vw, 4.375rem);
  color: var(--secondary);
  opacity: 0.1;
  position: absolute;
  text-transform: uppercase;
  font-family: var(--heading);
  transform: rotate(-90deg);
  top: 48%;
  left: -20%;
  letter-spacing: 3.5px;
}

.bannertxt {
  color: var(--white);
  font-size: 55px !important;
  line-height: 1;
  text-transform: uppercase;
  /* font-family: var(--heading); */
  margin-bottom: 15px;
  padding-right: 90px;
}

main.mainlandingpg .bannertxt,
main.blockeddrainpg .bannertxt {
  font-size: 60px !important;
}

/* .sublandingpg .bannertxt {
  font-size: clamp(1.375rem, 0.775rem + 3vw, 4.375rem);
} */

.bannersmalltxt {
  color: var(--white);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.bannerpoints {
  width: 100%;
  clear: both;
}

.bannerpoints dl {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.bannerpoints dl dt {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--secondary);
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
  position: relative;
  top: -4px;
}

.bannerpoints dl dd {
  width: calc(100% - 80px);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.bannerpoints dl dd span {
  display: block;
  font-size: clamp(1.375rem, 1.225rem + 0.75vw, 2.125rem);
  font-family: var(--heading);
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.bannerpoints dl dd sub {
  font-size: 20px;
  margin: 0;
  position: relative;
  top: -5px;
}

.bnrimg {
  background: var(--primary);
  width: 50%;
  min-height: 615px;
  position: relative;
}

.bnrimg img {
  opacity: 0.9;
  z-index: 0;
}


/* first time customer - form section styles  */
.firsttime_customer_sec {
  background-color: #F4F4F4;
}

.firsttime_customer_container {
  background: var(--orange);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 60px 40px;
  margin: -125px auto 0;
  justify-content: space-between;
}

.firsttime_customer_sec .firsttime_cust_left {
  padding-top: 0;
}

.firsttime_customer_sec .firsttime_cust_left img {
  margin: -20px 0 0 -20px;
}


.firsttime_customer_container .firsttime_cust_right {
  position: relative;
}

.firsttime_customer_container .firsttime_cust_form {
  width: calc(100% - 530px);
  padding: 0 65px 0 10px;
}

.firsttime_cust_left {
  width: 320px;
  padding-top: 56px;
}

.firsttime_cust_left p {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--white);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.firsttime_cust_left p span {
  margin: -2px 10px 0 0;
}

.formsec_title {
  color: var(--white);
  font-size: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--heading);
  margin-bottom: 30px;
}

.firsttime_cust_right {
  position: absolute;
  right: 12px;
  bottom: 0;
}

.firsttime_cust_form {
  width: calc(100% - 685px);
  padding: 60px 65px 25px 10px;
}


form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn-theme.submitbtn {
  width: 100%;
  background: url(../images/quote-icon-white.svg) no-repeat center left 40% var(--secondary);
  cursor: pointer;
  padding: 14px 30px 10px 65px;
  border: 1px solid var(--secondary);
  font-family: var(--heading);
  color: var(--white);
  font-size: 26px;
  border-radius: 10px;
  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;
}

#suburb-missing-popup .btn-theme.submitbtn:hover,
.btn-theme.submitbtn:hover {
  background: url(../images/quote-icon-white.svg) no-repeat center left 39% var(--blue);
  border-radius: 30px;
  padding: 14px 30px 10px 75px;
  border: 1px solid var(--blue);
  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;
}

.firsttime_cust_form p {
  display: flex;
  margin: 15px 0 0 0;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

.firsttime_cust_form p img {
  margin: 0 10px 0 0;
}

/* ********** */
/* Home OWNERS AND BUSINESSES  */
/* ********** */
.homeowners-sec {
  background-color: #F4F4F4;
  padding: 100px 0 295px;
  border-radius: 0 0 0 100px;
}

.whytrust_sliderdiv {
  margin: -50px -30px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: calc(100% + 60px);
}

.whytrust_sliderdiv .trustdivbx {
  background: var(--white);
  width: calc(25% - 30px);
  height: 340px;
  border-radius: 50%;
  border: 6px solid rgba(244, 115, 33, 0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 20px 30px 0;
  min-width: 340px;
  margin: 0 24px;
  position: relative;
  max-width: 340px;
}

.whytrust_sliderdiv .trustdivbx.blue {
  background: var(--blue);
  border: 6px solid #87DDF9;
}

.whytrust_sliderdiv .trustdivbx.blue .trusttitletxt.heading-30,
.whytrust_sliderdiv .trustdivbx.blue p {
  color: var(--white);
}

.whytrust_sliderdiv .trustdivbx.blue .trusttitletxt.heading-30 {
  max-width: 150px;
}

.whytrust_sliderdiv .trustdivbx .trustimg {
  position: absolute;
  top: -110px;
  min-width: 390px;
  left: 50%;
  margin: 0 0 0 -195px;
}

.trusttitletxt.heading-30 {
  margin: 0 auto 10px;
  letter-spacing: 0.32px;
  max-width: 195px;
}

.homeowners-sec p {
  text-align: center;
  font-size: 18px;
}

main.brustpipespg .homeowners-sec .whytrust_sliderdiv~p,
main.blockeddrainpg .homeowners-sec .whytrust_sliderdiv~p {
  color: var(--white);
}


.whytrust_sliderdiv,
.whytrust_sliderdiv .slick-track {
  padding: 100px 0 0 0;
}

.whytrust_sliderdiv:not(.slick-initialized) .trustdivbx:not(:nth-child(-n+4)) {
  display: none !important;
}


.whytrust_sliderdiv:not(.slick-initialized) .trustdivbx {
  margin: 0;
}

.whytrust_sliderdiv:not(.slick-initialized) {
  margin: 40px 0 60px
}



/* slider arrow styles */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 70%;
  display: block;
  width: 33px;
  height: 39px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: url(../images/slider-arrow-left.svg) no-repeat 0 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slick-next {
  background: url(../images/slider-arrow-right.svg) no-repeat 0 0;
  left: inherit;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:hover,
.slick-prev:focus {
  filter: invert(53%) sepia(46%) saturate(1607%) hue-rotate(344deg) brightness(95%) contrast(101%);
  background: url(../images/slider-arrow-left.svg) no-repeat 0 0;
}

.slick-next:hover,
.slick-next:focus,
.slick-next:hover,
.slick-next:focus {
  filter: invert(53%) sepia(46%) saturate(1607%) hue-rotate(344deg) brightness(95%) contrast(101%);
  background: url(../images/slider-arrow-right.svg) no-repeat 0 0;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}





/* ********** */
/* SIMPLE STEP  */
/* ********** */
.step-process {
  background-color: var(--orange);
  border-radius: 30px;
  margin: -200px 0 0;

  & .step-left {
    width: 600px;
    padding: 60px;
    border-right: 1px solid hsl(0deg 0% 100% / 20%);
    position: relative;

    & .heading-55 {
      color: var(--white);
    }

    & .button-group {
      margin-bottom: 0;
    }

  }

  & .step-right {
    width: calc(100% - 600px);
    padding: 40px 60px 40px 80px;


    ul.step-list {
      margin-bottom: 0;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -32px;

      & li {
        width: 33.33%;
        padding: 0 30px;
        text-align: center;

        & span.step-icon {
          width: 75px;
          display: block;
          margin: 0 auto 15px;
        }

        & .heading-28 {
          color: var(--white);
          margin-bottom: 10px;
        }

        & p {
          color: var(--white);
          font-weight: 600;
          font-size: 18px;
          line-height: 24px;
        }
      }
    }



    & .emergency-wrap {
      border-top: 1px solid hsl(0deg 0% 100% / 20%);
      padding-top: 35px;
      margin-top: 25px;
      text-align: center;

      p {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        color: var(--white);
      }
    }
  }
}

.step-process .step-left .button-group li {
  margin: 0;
}

ul.step-list li:before {
  display: none;
}

.step-left:after {
  content: "";
  position: absolute;
  right: -11px;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid hsl(0deg 0% 100% / 20%);
  top: 0;
  bottom: 0;
  margin: auto;
}

.blockeddrainpg .step-process,
.brustpipespg .step-process {
  margin: -300px 0 0;
}

.blockeddrainpg .homeowners-sec,
.brustpipespg .homeowners-sec {
  background: var(--secondary);
  position: relative;
  overflow: hidden;
}

.blockeddrainpg .homeowners-sec .heading-60,
.brustpipespg .homeowners-sec .heading-60,
.blockeddrainpg .homeowners-sec~p,
.brustpipespg .homeowners-sec~p {
  color: var(--white);
}

.blockeddrainpg .homeowners-sec .bgimg,
.brustpipespg .homeowners-sec .bgimg {
  z-index: 0;
  opacity: 0.1;
}

.blockeddrainpg .whytrust_sliderdiv .slick-prev,
.brustpipespg .whytrust_sliderdiv .slick-prev,
.blockeddrainpg .whytrust_sliderdiv .slick-next,
.brustpipespg .whytrust_sliderdiv .slick-next {
  filter: brightness(0) invert(1);
  opacity: 0.5;
}

.blockeddrainpg .whytrust_sliderdiv .slick-prev:hover,
.brustpipespg .whytrust_sliderdiv .slick-prev:hover {
  filter: invert(53%) sepia(46%) saturate(1607%) hue-rotate(344deg) brightness(95%) contrast(101%);
  background: url(../images/slider-arrow-left.svg) no-repeat 0 0;
  opacity: 1;
}

.blockeddrainpg .whytrust_sliderdiv .slick-next:hover,
.brustpipespg .whytrust_sliderdiv .slick-next:hover {
  filter: invert(53%) sepia(46%) saturate(1607%) hue-rotate(344deg) brightness(95%) contrast(101%);
  background: url(../images/slider-arrow-right.svg) no-repeat 0 0;
  opacity: 1;
}

/* ****************** 
emergency services style 
****************** */
.emergencyservices_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 80px 0 80px;
  margin: 30px 0 0 0;
  position: relative;
}

.emergencyservices_container:before {
  content: '';
  position: absolute;
  background: url(../images/fast-direct-plumbing-logo-white.svg) no-repeat 0 0;
  width: 652px;
  height: 686px;
  opacity: 0.05;
  top: -20px;
  left: -450px;
  background-size: 80%;
}

.emergencyservices_container a {
  position: relative;
  z-index: 0;
  background: #373334;
  border-radius: 30px;
  max-width: 345px;
  width: 25%;
  padding: 60px 30px 0;
  min-height: 360px;
  overflow: hidden;
}

.serviceicondiv {
  width: 142px;
  height: 142px;
  border: 1px solid #707070;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
}

.emergencyservices_container a:hover .serviceicondiv {
  margin: 0 auto 40px;
  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;
}

.serviceicondiv img {
  max-width: 70px;
}

.servicename.heading-30 {
  padding: 0 30px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

.emergencyservices_container a .serviceimgdiv {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
  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;
}

.emergencyservices_container a:hover .serviceimgdiv {
  opacity: 1;
  transform: scale(1.05);
  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;
}

.emergencyservices_container a .serviceimgdiv:before {
  content: '';
  position: absolute;
  z-index: 0;
  background: rgb(55, 198, 244);
  background: linear-gradient(0deg, rgba(55, 198, 244, 1) 0%, rgba(55, 198, 244, 0) 100%);
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
}

.emergencyservices_container~p {
  text-align: center;
  font-size: 18px;
  margin: 0 0 60px;
}

/* ********** */
/* CUSTOMER REVIEW  */
/* ********** */
.cust-left {
  width: 720px;

  & .heading-80 span {
    color: var(--orange);
    text-decoration: underline;
  }

  p {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    max-width: 460px;
  }

  ul.rating-list {
    margin-top: 35px;
  }

}

/* .cust-left .heading-80 {
  margin-bottom: 5px;
} */

ul.rating-list li {
  padding: 0;
}

ul.rating-list li:before {
  display: none;
}

.cust-right {
  width: calc(100% - 720px);
  position: relative;

  .happy-cust {
    max-width: 605px;
    margin: 0 40px 0 auto;
    position: relative;
  }

  img.happy-customer {
    position: relative;
    top: 115px;
  }

  img.happy-fast-direct-bg {
    position: absolute;
    top: 75px;
    z-index: -1;
    right: 48px;
  }

  img.badge-qualified {
    position: absolute;
    top: 174px;
    left: -108px;
  }
}

.cust-right:after {
  content: "";
  position: absolute;
  bottom: -116px;
  background-image: linear-gradient(transparent 83%, #fff);
  width: 100%;
  height: 100%;
  max-width: 605px;
  right: 0;
}

.customer-say {
  margin-bottom: 150px;
}

.light-gray {
  background-color: #E6E6E6;
}

.light-orange {
  background-color: #FFEEE3;
}

.light-blue {
  background-color: #D6EDF5;
}

.light-green {
  background-color: #CDEDCC;
}

.light-purple {
  background-color: #D0E6FF;
}

.customer-js.slick-initialized .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.customer-js.slick-initialized li.slick-slide {
  height: auto;
}

.customer-js.slick-initialized li.slick-slide>div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.customer-grid {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 22px; */

  & li {
    padding: 0 22px;

    .review-box {
      border-radius: 30px;

      & .name-wrap {
        padding: 40px 65px;

        .review-name {
          display: flex;
          column-gap: 12px;

          .google-icon {
            width: 52px;
            height: 52px;
            background: var(--white);
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
          }

          .name {
            font-size: 20px;
            font-weight: bold;
            color: var(--secondary);

            & span.ratting {
              display: block;
            }
          }
        }
      }

      & .review-detail {
        padding: 55px 65px;
        min-height: 250px;
      }

    }

  }
}


.review-detail {
  border-top: 1px solid var(--white);

  & p {
    font-size: 18px;
    line-height: 27px;
    font-style: italic;
    font-weight: 600;
    color: var(--secondary);
  }
}


/* ********** */
/* PLUMBING PROBLEM  */
/* ********** */
.plumbing-problem-get {
  background-color: var(--secondary);
  border-radius: 100px 0 0 0;
  position: relative;

  & .get-left {
    width: calc(100% - 650px);
    padding-right: 250px;
    color: var(--white);

    p {
      max-width: 470px;
      font-size: 18px;
      font-weight: 500;
      line-height: 26px;
    }

    .button-group {
      margin-top: 35px;
    }

  }

  & .get-right {
    width: 650px;

    & img {
      max-width: inherit;
    }
  }

  & .get-center {
    position: absolute;
    right: 0;
    left: 179px;
    width: 380px;
    margin: 0 auto;
    bottom: 0;


    .badge {
      position: absolute;
      top: 110px;
      left: -52px;
    }

  }
}

.get-left .heading-70 {
  margin-bottom: 20px;
}

.hm-faq .hm-right p {
  font-weight: 600;
}

/* ********** */
/* BRAND LIST */
/* ********** */
.brands-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1245px;
  margin: 0 auto;
  justify-content: center;
  row-gap: 35px;

  & li {
    width: 20%;
    padding: 0 18px;

    & .brandbox {
      border: 1px solid #D1D1D1;
      border-radius: 20px;
      min-height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

  }
}

.brands-list li:before {
  display: none;
}

.homepg .content-wrapper .ctent-column h2 {
  font-size: clamp(1.875rem, 1.25rem + 3.125vw, 5rem);
}


/* ********** */
/* PLUMBING CTA */
/* ********** */
.contact-plumbing-footer {
  background-color: var(--orange);
  border-radius: 100px 0 0 0;
  margin-top: 195px;
  position: relative;

  & .heading-64 {
    position: absolute;
    bottom: 98%;
    letter-spacing: 6px;
    margin-bottom: 0;
    line-height: 1;
    color: var(--orange);
  }
}

.contact-plumbing-footer form textarea {
  min-height: 100px;
  height: 100px !important;
}

.contact-plumbing-footer .flex-container {
  align-items: flex-start;
}

#free_quote ::-webkit-input-placeholder,
#free_quote::-moz-placeholder,
#free_quote:-ms-input-placeholder {
  color: #231F20 !important;
  opacity: 1;
}

.contact-plumbing-footer.fast-plumbing-web .firsttime_cust_left img {
  margin: -15px 0 0 -20px;
}



/* ********** Services page  ********** */
.servicespg .hm-sort-out-plumbing:before {
  content: none;
}

.servicespg .inner-servies-list {
  row-gap: 36px;
}

.servicespg .inner-servies-list .servicename.heading-30 {
  color: var(--white);
}

.servicespg .emergencyservices_container {
  margin-top: 0;
}

.hm-sort-out-plumbing .flex-container {
  align-items: flex-start;
}

.hm-sort-out-plumbing .plumbing-right {
  padding-top: 8px;
}

/* ********** FAQ  ********** */
.faqpg .faq-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.page-wrapper .innerpage-plumbing-problem {
  margin-bottom: 100px;
}

.innerpage-plumbing-problem .get-left {
  padding-right: 350px;
}


.lightgray-bottom {
  position: relative;
}

.lightgray-bottom:before {
  content: "";
  position: absolute;
  bottom: -92px;
  width: 100%;
  height: 200px;
  background-color: var(--lightgray);
}


/* ********** */
/* FOOTER */
/* ********** */

footer {}

#footer .footer-wrapper {
  background: var(--secondary);
  border-radius: 0 0 100px 0;
}

#footer .ft-top {
  padding: 35px 0;
  min-height: 215px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .ft-top .ft-center {
  position: absolute;
  left: 50%;
  top: 32px;
  margin: 0 0 0 -76px;
}

#footer .ft-left .nav-link li {
  padding: 0;
  margin-bottom: 0;
}

#footer ul li:before {
  display: none;
}

#footer .nav-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  column-gap: 40px;

  & li {
    margin-bottom: 0;

    & a {
      font-size: 26px;
      color: var(--white);
      letter-spacing: .32px;
      text-transform: uppercase;
      font-family: 'Bebas Neue';
      font-weight: bold;

      &:hover {
        color: var(--orange);
      }
    }

    &.active {
      & a {
        color: var(--orange);
      }
    }
  }

}

#footer .ft-right {
  text-align: right;
}

/* #footer .ft-bottom {

} */


#footer .ft-bottom {
  border-top: 1px solid hsl(0deg 0% 100% / 20%);
  padding: 40px 0;

  & ul.rating-list {
    justify-content: center;

    & li {
      margin-bottom: 0;

      .ratting-box {
        padding: 11px 20px;
        min-width: 280px;
        border: 2px solid var(--white);
      }
    }

  }

  .ft-head {
    color: var(--blue);
    margin-bottom: 18px;
  }

}

.ft-contact {
  width: 375px;
}

.contect-info {}

.contect-info li a {
  display: flex;
  text-align: left;

  align-items: center;
}

.contect-info li a .call-icon {
  width: 50px;
}

.contect-info li a .call-info {
  font-size: 34px;
  font-weight: bold;
  color: #ACAAAB;
  font-family: 'Bebas Neue';
  letter-spacing: 0.32px;
  line-height: 1.2;

  &:hover {
    color: var(--orange);
  }
}

.contect-info li a .call-info span {
  font-size: 16px;
  font-weight: 600;
  color: var(--orange);
  font-family: 'Figtree';
  display: block;
}

.contect-info li a.ft-mall .call-info {
  font-size: 18px;
  font-weight: 600;
  text-transform: inherit;
  letter-spacing: 1.5px;
  font-family: 'Figtree';
}

.ft-navigation {
  width: calc(100% - 750px);
  border-left: 1px solid hsl(0deg 0% 100% / 10%);
  border-right: 1px solid hsl(0deg 0% 100% / 10%);
  padding: 0 130px;

  & ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;

    & li {
      color: #ACAAAB;
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 13px;

      &:last-child {
        margin-bottom: 0;
      }

      &:hover,
      &.active {
        color: var(--orange);
      }

    }
  }
}

.ft-rating {
  width: 375px;
  padding-left: 125px;
}

ul.rating-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 0;

  & .ratting-box.organe-bg {
    background-color: var(--orange);
  }

  & .ratting-box {
    display: flex;
    column-gap: 10px;
    background-color: #111;
    border-radius: 30px;
    min-width: 250px;
    justify-content: center;
    padding: 25px 20px;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

    & .rating-num {
      font-size: 50px;
      color: var(--white);
      font-weight: bold;
      font-family: 'Bebas Neue';
    }

    & .rating-info {

      & img {
        filter: brightness(0) invert(59%) sepia(70%) saturate(587%) hue-rotate(4deg) brightness(102%) contrast(97%)
      }

      & p {
        color: var(--white);
        font-weight: bold;
        line-height: 1.1;
        margin-top: 5px;
      }
    }
  }
}

/* .ft-rating a.ft_insta {
  margin: 20px 0 0 -15px;
  background: linear-gradient(45deg, rgba(250, 196, 108, 1) 0%, rgba(225, 66, 89, 1) 28%, rgba(181, 51, 142, 1) 54%, rgba(129, 82, 164, 1) 77%, rgba(91, 108, 178, 1) 100%);
  border: 0px solid transparent;
  animation: gradient 15s ease infinite;
} */

.ft-rating a.ft_insta {
  margin: 20px 0 0 -15px;
  border: 0px solid transparent;
  /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
  background: linear-gradient(45deg, rgba(250, 196, 108, 1) 0%, rgba(225, 66, 89, 1) 28%, rgba(181, 51, 142, 1) 54%, rgba(129, 82, 164, 1) 77%, rgba(91, 108, 178, 1) 100%);
  background-size: 800% 800%;
  animation: gradient 15s ease infinite;
  height: auto;
  padding: 10px;
  width: 280px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.ft-rating a.ft_insta span {
  font-size: 22px;
  width: auto;
  display: inline-block;
  margin: 4px 0 0 0;
}

.ft-rating a.ft_insta i.fa {
  margin: 0 10px 0 0;
  font-size: 32px
}

#footer .copyright {
  background: var(--white);
  text-align: center;
  padding: 14px 0;

  & p {
    font-family: 'Figtree';
    font-weight: 500;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.whitetxt {
  color: var(--white);
}


/* thank you / 404 page style  */
.inpage.thank_you_content {
  padding: 90px 0;
}

.inpage.thank_you_content .container:before,
.inpage.thank_you_content .container:after {
  display: none;
}

.inpage.thank_you_content .container .thank_you_content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.ctent-column ul {
  margin-top: 30px;
}

.content-bg-sec .button.btn-white>img {
  filter: brightness(0);
}

/* ***********  WHY CHOOSE US *********** */
.common_why_choose_us .center_intro {
  text-align: center;
  margin-bottom: 50px;

  .heading-62 {
    margin-bottom: 10px;
  }
}

.common_why_choose_us .ctent-factor-grid .ctent-box {
  width: calc(25% - 30px);
}

.common_why_choose_us .ctent-factor-grid {
  margin-bottom: 50px;
  justify-content: center;
}

.common_why_choose_us .button-group {
  justify-content: center;
  margin-top: 30px;
}

.common_why_choose_us .ctent-factor-grid .ctent-box {
  padding: 35px;
}

.common_why_choose_us .ctent-factor-grid .ctent-box .heading-28 {
  color: var(--blue);
}

.common_why_choose_us .ctent-factor-grid.why-choose-js.slick-initialized .slick-track .slick-slide {
  padding: 0 15px;
}

.common_why_choose_us .ctent-factor-grid.why-choose-js.slick-initialized {
  display: block;
}

.common_why_choose_us .ctent-factor-grid.why-choose-js.slick-initialized .slick-track {
  display: flex;
}

.common_why_choose_us .ctent-factor-grid.why-choose-js.slick-initialized .slick-track .slick-slide {
  height: auto;
  display: flex;
}

.common_why_choose_us .ctent-factor-grid.why-choose-js.slick-initialized .slick-track .slick-slide .ctent-box {
  display: flex !important;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}

.dark-bg [class*="heading-"],
.dark-bg h2 {
  color: var(--blue);
}

.common_why_choose_us .ctent-factor-grid.why-choose-js.slick-initialized .slick-track .slick-slide>div {
  width: 100%;
}

.common_why_choose_us .ctent-factor-grid .ctent-info p a {
  display: inline;
}

.common_why_choose_us .ctent-factor-grid .ctent-box .heading-28 a {
  display: inline-block;
}

/* ********* || FORM || ********* */
.btnbox.form-group100 {
  position: relative;
}

/* ************* || FORM COMMON || ************* */
.wpcf7 .ajax-loader {
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #fff;
  color: #eb3b16;
  text-align: center;
  border-width: 1px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin: 5px 0 0;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 20px;
  padding: 10px 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0;
  position: relative;
  background: #fe0000;
  display: inline-block;
  color: var(--white);
  letter-spacing: 0.2px;
  padding: 7px 10px;
  line-height: 100%;
  top: -5px;
}

/*FORM ERROR MASSSAGE*/
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #f5c812;
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 14px 15px 14px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  font-family: 'Figtree';
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  position: relative;
}

.wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/material-error-outline.svg) no-repeat left top;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 12px;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #ffdfdf;
  border-color: #f54812;
}

.plumbing-gird-list .plumbing-column {
  & p {
    max-width: 260px;
  }
}

.plumbing-gird-list .plumbing-column a.button {
  z-index: 1;
}

.plumbing-gird-list .plumbing-column:not(.secondary-bg) a.btn-theme:hover {
  background: var(--primary);
  border-color: var(--primary)
}

.darkbg.services-sec .intro-column-wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.darkbg.services-sec .intro-column-wrap p {
  max-width: 540px;
  margin: 0 0 0 auto;
}

.areas-servicespg .common-content-sec.hm-conection-sec {
  padding: 120px 0 90px;
}

.areas-servicespg .common-content-sec.hm-conection-sec .flex-container {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 90px;
}

.areas-servicespg h2 {
  font-size: clamp(1.75rem, -3.35rem + 8.5vw, 3.875rem);
}

.dark-bg .ctent-column ul li {
  color: var(--white);
}


/* ******* || Gallery || ******* */

#wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn {
  background: var(--orange) !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 26px !important;
  font-weight: bold !important;
  text-shadow: none !important;
  color: var(--white) !important;
  font-family: 'Bebas Neue' !important;
  padding: 8px 24px !important;
  margin: 0 !important;
  transition: all 0.5s linear !important;
  -webkit-transition: all 0.5s linear !important;
  -o-transition: all 0.5s linear !important;
  -moz-transition: all 0.5s linear !important;
}

#wonderplugingridgallery-1 .wonderplugin-gridgallery-loadmore-btn:hover {
  background: var(--blue) !important;
  border-radius: 50px !important;
}

.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container {
  border-radius: 30px;
  position: relative;
}

.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a {
  position: relative;
}

.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:before,
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:before {
  width: 100%;
  height: 100%;
  background: hsl(345deg 6% 13% / 60%);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:after {
  background: url(../../assets/images/zoom.png) no-repeat;
  width: 75px;
  height: 75px;
  transform: scale(0);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:hover:before {
  opacity: 1;
}

.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container a:hover:after {
  transform: scale(1);
}

.areas-servicespg .sublandingpg.homebannerslider .bannerpoints {
  margin-top: 25px;
}

#free-quote-popup,
#suburb-missing-popup {
  background: var(--orange) !important;
  max-width: 90%;
  width: 900px;
  padding: 40px;
  border-radius: 10px;
}

#free-quote-popup p,
#suburb-missing-popup p {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;

  display: flex;
  margin: 15px 0 0 0;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);

  & img {
    margin: 0 10px 0 0;
  }
}


.fancybox-close-small {
  border-radius: 50% !important;
}

#free-quote-popup .heading-34,
#suburb-missing-popup .heading-34 {
  color: var(--white);
  font-size: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--heading);
  margin-bottom: 30px;
  text-align: center;
}

.topheader .offerbx,
.primeheader .mobilecallicon {
  display: none;
}


/* mobile phone link */
.mobilephonelink {
  background: #53d34d;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 80px;
  display: none;
  align-items: center;
  justify-content: center;
}

.mobilephonelink a.calllink p {
  color: var(--white);
  letter-spacing: 1.32px;
}

.mobilephonelink a.calllink p {
  color: var(--white);
  letter-spacing: 1.32px;
}

.mobilephonelink a.calllink p {
  letter-spacing: 2px;
  font-size: 26px;
}

.mobilephonelink a.calllink span {
  display: block !important;
  letter-spacing: 1.1px;
  line-height: 1.5;
}

p#clock {
  margin-left: 2px;
  font-size: 18px;
}


/* banner badges styles */
.b_badges {
  position: absolute;
  display: flex;
  bottom: 150px;
  right: 10%;
  z-index: 2;
}

.badge_img img {
  max-width: 170px;
  margin-left: 25px;
}

.inner-banner .badge_img img {
  margin-left: 25px;
}



.b_badges.gen_badg {
  bottom: 30px;
  right: 0%;
}

/* green button styles */
a.button.green_phone {
  background: #44cf3e;
  border: 1px solid #44cf3e;
  color: var(--white);
}

a.button.green_phone:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
}

a.green_phone>img {
  filter: brightness(0) invert(1) !important;
}

.step-process a.button.green_phone:hover {
  color: var(--white);
}

.step-process a.button.green_phone:hover img,
.plumbing-problem-get.innerpage-plumbing-problem a.green_phone:hover img {
  filter: brightness(0) invert(1);
}

.plumbing-problem-get.innerpage-plumbing-problem a.green_phone:hover {
  color: var(--white);
}



/* for green dots animation  start*/
.greendot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background-color: #44cf3e;
  border-radius: 50%;
  position: relative;
  top: -1px;
  left: -10px;
}

.greendot:before {
  content: "";
  width: inherit;
  height: inherit;
  border: 6px solid #44cf3e;
  border-radius: inherit;
  position: absolute;
  z-index: 1;
  opacity: 0;
  animation: 2s expand cubic-bezier(0.29, 0, 0, 1) infinite;
  animation-delay: 1s;
}

@keyframes expand {

  /* Starting at 1 to prevent IOS flicker */
  1% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    width: 300%;
    height: 300%;
    opacity: 0.5;
    border-color: #fff;
    background-color: none;
    border-width: 2px;
  }
}

/* for green dots animation end*/

.review-name span.ratting img {
  margin: 5px 0 0 0;
  filter: brightness(0) invert(59%) sepia(70%) saturate(587%) hue-rotate(4deg) brightness(102%) contrast(97%);
}

/* new service list styles start */
/* .services-sec .emergencyservices_container {
  row-gap: 40px;
  margin: 30px -18px 0;
  padding-bottom: 0;
  margin: 30px 0 0;
} */


.servicelistcontainer_nw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1530px;
  /* background: greenyellow; */
}

.servicebx_nw {
  width: calc(25% - 30px);
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  /* height: 360px; */
}

.servicebx_nw:nth-child(n+5) {
  width: calc(20% - 36px);
}


body.page-template-page-service-list .servicebx_nw:nth-child(n+5) {
  width: calc(25% - 36px);
}

body.page-template-page-service-list .servicebx_nw {
  margin-bottom: 0;
  width: calc(25% - 30px);
}


.servicebx_nw:before {
  content: '';
  position: absolute;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.servicebx_nw:hover:before {
  height: 130%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.servicebx_nw:hover:before {
  height: 300px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.servicenamebx {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: end;
  bottom: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* .servicebx_nw:hover .servicenamebx {
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
} */

.servicenamebx .servicenamelink {
  width: 100% !important;
  display: block !important;
  min-height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: inherit !important;
  text-align: center;
  background: transparent !important;
  margin: 0 auto 40px !important;
}

.servicenamebx .servicenamelink a {
  width: 100% !important;
  min-height: auto !important;
  padding: 0 !important;
  background: transparent;
  color: #fff !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 10px !important;
}

.servicenamebx span {
  margin-bottom: 30px;
  color: var(--white);
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.servicebx_nw:hover .servicenamebx {
  bottom: 30px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.servicenamebx a.button.btn-theme.readmorebtn,
.servicenamebx a.button.btn-theme {
  width: auto;
  padding: 12px 25px 8px;
  min-height: inherit;
  text-align: center;
  display: flex;
  background: var(--orange);
  border-radius: 15px;
  min-width: auto;
  height: auto;
  font-size: 22px;
  margin: 0 20px 10px;
  line-height: 1;
}

.servicenamebx a.readmorebtn {
  background: var(--blue) !important;
  margin-bottom: 25px !important;
  border: 1px solid var(--blue) !important;
}

.servicenamebx a.button.btn-theme:hover {
  border: 1px solid var(--blue);
  background: var(--blue);
}

.servicenamebx a.readmorebtn:hover {
  background: var(--orange) !important;
  border: 1px solid var(--orange) !important;
}

.servicebx_nw .button_wrp_dv {
  display: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}


.servicebx_nw:hover .button_wrp_dv {
  display: block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* .servicebx_nw:hover .button_wrp_dv {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
} */

/* .services-sec .emergencyservices_container a:nth-child(n+5) {
    width: calc(20% - 36px);
    min-height: auto;
    padding: 32px 30px;
} */


/* new service list styles end */

body.page-id-209.page-child .bnrcontent h1,
body.page-id-208.page-child .bnrcontent h1 {
  font-size: 44px !important;
}


















/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }

  .img-block {
    position: sticky;
    top: 135px;
    align-self: flex-start;
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1120px;
  }
}

@media(min-width:1440px) {
  .container {
    max-width: 1400px;
  }

  .allbadge_sec ul.badgecontainer {
    margin: 0 -28px 25px;
  }
}

@media(min-width:1600px) {
  .container {
    max-width: 1530px;
  }
}

/*=========== START MEIDA QUERY =================*/
@media (max-width: 1900px) {

  .bnrcontent {
    padding: 40px 0 0 7%;
  }

  .bnrcontent:after {
    font-size: 44px;
    top: 35%;
    left: -12%;
    letter-spacing: 3.5px;
  }

  .whytrust_sliderdiv.slick-initialized .slick-prev {
    left: -10px;
    z-index: 0;
  }

  .whytrust_sliderdiv.slick-initialized .slick-next {
    right: 0;
    z-index: 0;
  }

  .b_badges {
    right: 6%;
  }

}

@media (max-width: 1599.98px) {

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  /*  *********  FOOTER  ********* */

  #footer .ft-left {
    width: auto;
  }

  .ft-contact,
  .ft-rating {
    width: 320px;
  }

  .ft-rating {
    padding-left: 80px;
  }

  .ft-navigation {
    width: calc(100% - 648px);
    padding: 0 80px;
  }

  .brands-list li {
    width: 25%;
    padding: 0 5px;
  }

  .brands-list {
    row-gap: 10px;
  }

  .step-process .step-left {
    width: 100%;
    padding: 30px;
    border-right: 0px solid hsl(0deg 0% 100% / 20%);
    border-bottom: 1px solid hsl(0deg 0% 100% / 20%);
  }

  .step-left:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid hsl(0deg 0% 100% / 20%);
    top: inherit;
    bottom: -16px;
    margin: auto;
    left: 50%;
    transform: rotate(90deg);
    margin: 0 0 0 -5px;
  }

  .step-process .step-left .heading-55 {
    color: var(--white);
    text-align: center;
    font-size: 50px;
  }

  .step-process .step-left .button-group {
    justify-content: center;
  }

  .step-process .step-right {
    width: 100%;
    padding: 30px;
  }

  .step-process .step-right .emergency-wrap {
    padding-top: 25px;
    margin-top: 15px;
  }

  .allbadge_sec ul.badgecontainer li {
    width: calc(20% - 20px);
  }

  .bnrcontent:after {
    left: -20%;
  }

  main.mainlandingpg .bannertxt,
  main.blockeddrainpg .bannertxt {
    font-size: 56px !important;
  }

  .contact-plumbing-footer .firsttime_cust_form {
    width: calc(100% - 570px);
    padding: 60px 65px 25px 30px;
  }

  .customer-grid li .review-box .review-detail {
    padding: 30px 30px;
  }

  .customer-grid li .review-box .name-wrap {
    padding: 20px 30px;
  }

  .customer-grid li {
    padding: 0 10px;
  }

  .cust-right img.badge-qualified {
    position: absolute;
    top: 27%;
    left: -170px;
  }

  .whytrust_sliderdiv .trustdivbx {
    margin: 0 13% !important;
  }

  .whytrust_sliderdiv {
    margin: -50px 0 60px;
    width: 100%;
  }

  .whytrust_sliderdiv.slick-initialized .slick-prev {
    left: 0;
    z-index: 1;
  }

  .whytrust_sliderdiv.slick-initialized .slick-next {
    right: -10px;
    z-index: 1;
  }

  .emergencyservices_container a {
    overflow: hidden;
  }

  .emergencyservices_container a {
    width: calc(25% - 20px);
  }

  .servicename.heading-30 {
    padding: 0 10px;
    margin: 0 0 30px 0;
  }

  .plumbing-problem-get .get-left {
    width: calc(100% - 485px);
    /* padding-right: 100px; */
  }

  .plumbing-problem-get .get-right {
    width: 480px;
  }

  .plumbing-problem-get .get-center .badge {
    top: 310px;
  }

  .plumbing-problem-get .get-center {
    right: 0;
    left: 50%;
    width: 380px;
    margin: 0;
    bottom: 0;
  }

  .btn-theme.submitbtn {
    background: url(../images/quote-icon-white.svg) no-repeat center left 38% var(--secondary);
  }

  .b_badges {
    right: 3%;
  }


  body.page-id-209.page-child .bnrcontent h1,
  body.page-id-208.page-child .bnrcontent h1 {
    font-size: 40px !important;
    padding-right: 150px;
  }


}

@media (max-width: 1439.99px) {
  .container {
    padding: 0 15px;
  }


  .bnrcontent {
    padding: 30px 0 0 11%;
  }

  .hm-item {
    width: 600px;
  }

  .bnrcontent:after {
    left: -27%;
  }

  .bannertxt {
    font-size: 40px !important;
    padding-right: 0;
  }

  .bnrcontent {
    padding: 20px 0 0 5%;
  }

  .hm-content {
    padding-left: 0;
    width: 640px;
    padding-right: 40px;
  }

  .row-reverse .hm-content {
    padding-right: 0;
  }

  .hm-item {
    width: calc(100% - 640px);
  }

  .row-reverse .hm-content {
    padding-left: 30px;
    padding-right: 10px;
  }

  .firsttime_customer_container {
    padding: 30px 30px 20px;
  }

  .firsttime_cust_left {
    width: 250px;
  }

  .firsttime_customer_container .firsttime_cust_right {
    position: relative;
    width: 180px;
  }

  .firsttime_customer_container .firsttime_cust_form {
    width: calc(100% - 460px);
    padding: 0 20px 0 10px;
  }

  .btn-theme.submitbtn {
    background:
      /*url(../images/quote-icon-white.svg) no-repeat center left 37%*/
      var(--secondary) !important;
    padding: 14px 30px 10px !important;
  }

  .btn-theme.submitbtn:hover {
    background:
      /*url(../images/quote-icon-white.svg) no-repeat center left 37%*/
      var(--blue) !important;
    padding: 14px 30px 10px !important;
  }

  .contact-plumbing-footer .firsttime_cust_form {
    width: calc(100% - 500px);
    padding: 60px 65px 25px 30px;
  }

  .whytrust_sliderdiv .trustdivbx {
    margin: 0 24px;
    height: 310px;
    min-width: 310px;
    max-width: 310px;
  }

  .servicename.heading-30 {
    font-size: 26px;
  }

  .emergencyservices_container a {
    padding: 20px 30px 0;
  }

  .serviceicondiv {
    width: 110px;
    height: 110px;
  }

  .emergencyservices_container a .serviceicondiv img {
    width: 60px;
  }


  .customer-say {
    margin-bottom: 60px;
  }

  .page-wrapper .innerpage-plumbing-problem {
    margin-bottom: 60px;
  }

  hr {
    margin: 60px 0;
  }

  /* ********* FOOTER CTA ********* */

  .contact-plumbing-footer {
    margin-top: 100px;

    & .heading-64 {
      letter-spacing: 5px;
      margin-bottom: 4px;
      font-size: 40px;
    }
  }

  .fast-plumbing-web .form-group33 {
    width: 49%;
  }

  .fast-plumbing-web form .form-group {
    margin-bottom: 10px;
  }

  .contact-plumbing-footer .firsttime_cust_form {
    padding: 41px 65px 25px 30px;
  }

  .faqpg .innerpage-plumbing-problem {
    margin-bottom: 60px;
  }

  /* ********  Plumbing Services cta ******** */
  .innerpage-plumbing-problem .get-left {
    padding-right: 120px;
  }

  /* ********  FOOTER ******** */
  .ft-contact {
    width: 280px;
  }

  .ft-navigation {
    padding: 0 30px;
    width: calc(100% - 545px);
  }

  .ft-rating a.ft_insta {
    margin: 20px 0 20px 0;
  }

  .ft-rating {
    padding-left: 30px;
    width: 265px;
  }

  #footer .ft-bottom {
    & ul.rating-list {
      & li {
        .ratting-box {
          padding: 10px 15px;
          min-width: 202px;

          .rating-num {
            font-size: 32px;
            width: 65px;
          }

          .rating-info {

            & p {
              margin-top: 2px;
            }

          }
        }
      }
    }
  }

  .contect-info li a.ft-mall .call-info {
    letter-spacing: 0.32px;
  }

  #footer .contect-info {
    margin-bottom: 0;
  }

  .common_why_choose_us .ctent-factor-grid .ctent-box {
    width: calc(33.33% - 30px);
  }

  .content-wrapper .flex-container:not(:last-child) {
    margin-bottom: 60px;
  }

  .areas-servicespg .common-content-sec.hm-conection-sec {
    padding: 60px 0;
  }

  .areas-servicespg .common-content-sec.hm-conection-sec .flex-container {
    padding-bottom: 60px;
  }

  .b_badges {
    bottom: 90px;
    right: 3%;
  }

  #banner.areas-banner .google-badge {
    bottom: 350px !important;
  }

  .servicebx_nw,
  .servicebx_nw:nth-child(n+5) {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
  }

  .servicenamebx {
    /* bottom: -110px; */
  }


  .servicenamebx a.button.btn-theme.readmorebtn,
  .servicenamebx a.button.btn-theme {
    padding: 8px 17px 6px;
    font-size: 20px;
  }

  .badge_img img {
    margin-left: 0;
  }

  .firsttime_customer_sec .firsttime_cust_left img {
    margin: 0;
  }

  .bannerpoints dl dd {
    font-size: 16px;
  }


}


@media (max-width: 1366px) {
  .whytrust_sliderdiv .trustdivbx {
    margin: 0 8.4% !important;
  }

  #banner.areas-banner .google-badge {
    bottom: 300px !important;
    right: 172px;
  }
}

@media (max-width: 1280px) {

  body.page-id-209.page-child .bnrcontent h1,
  body.page-id-208.page-child .bnrcontent h1 {
    padding-right: 20px;
  }


}

@media (max-width: 1199.99px) {

  hr {
    margin: 40px 0;
  }

  .page-wrapper .innerpage-plumbing-problem {
    margin-bottom: 40px;
  }

  .bnrcontent:after {
    left: -33%;
  }

  .mrgb80 {
    margin-bottom: 60px;
  }

  .bannertxt,
  main.mainlandingpg .bannertxt,
  main.blockeddrainpg .bannertxt {
    font-size: 40px !important;
    margin-bottom: 10px;
  }

  .form-group33 {
    width: 48%;
  }

  .btn-theme.submitbtn {
    background: url(../images/quote-icon-white.svg) no-repeat center left 29% var(--secondary);
  }

  .btn-theme.submitbtn {
    background: url(../images/quote-icon-white.svg) no-repeat center left 25% var(--secondary);
  }

  .form-control {
    height: 40px;
  }

  .contact-plumbing-footer .firsttime_cust_right {
    width: 220px;
  }

  .contact-plumbing-footer .heading-64 {
    bottom: 99%;
    left: 50%;
    width: 100%;
    margin: 0 0 0 -50%;
    text-align: center;
  }

  .contact-plumbing-footer .firsttime_cust_form {
    width: calc(100% - 500px);
    padding: 60px 20px 25px 30px;
  }

  .customer-say {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .cust-right img.happy-customer {
    top: 30px;
  }

  .cust-right img.badge-qualified {
    top: 20%;
  }

  .whytrust_sliderdiv .trustdivbx {
    margin: 0 18% !important;
  }

  .homeowners-sec {
    padding: 60px 0 260px;
  }

  .common-content-sec.darkbg {
    padding: 60px 0 0;
  }

  .emergencyservices_container {
    padding: 40px 0 40px;
    margin: 10px 0 0 0;
  }

  .servicename.heading-30 {
    font-size: 22px;
    height: 50px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .plumbing-problem-get .get-left {
    padding-right: 150px;
  }

  .plumbing-problem-get .get-right {
    width: 360px;
  }

  .plumbing-problem-get .get-left {
    width: calc(100% - 360px);
  }

  .contect-info li a .call-info {
    font-size: 22px;
  }

  .faqpg .innerpage-plumbing-problem {
    margin-bottom: 40px;
  }

  /*  ********** FOOTER  ********** */
  .ft-rating {
    padding: 30px 0 0 0;
    width: 100%;
    border-top: 1px solid hsl(0deg 0% 100% / 10%);
    margin-top: 30px;
  }

  .ft-navigation {
    padding: 0 0 0 60px;
    width: calc(100% - 290px);
    border-right: 0;
  }

  #footer .ft-top {
    min-height: 165px;
  }

  #footer .ft-top .ft-center {
    margin: 0 0 0 -40px;
    max-width: 100px;
  }

  .bannerpoints dl {
    margin-bottom: 12px;
  }

  .emergencyservices_container a:hover .serviceimgdiv img {
    height: 100%;
    object-fit: cover;
  }

  .content-bg-sec.common_why_choose_us {
    padding: 60px 0 155px;
  }

  .common_why_choose_us .center_intro {
    margin-bottom: 30px;
  }

  .content-wrapper .flex-container:not(:last-child) {
    margin-bottom: 40px;
  }

  .darkbg.services-sec .intro-column-wrap p {
    max-width: 100%;
  }

  .whytrust_sliderdiv .trustdivbx.blue .trusttitletxt.heading-30,
  .trusttitletxt.heading-30 {
    max-width: 100%;
  }

  .areas-servicespg .common-content-sec.hm-conection-sec {
    padding: 40px 0;
  }

  .areas-servicespg .common-content-sec.hm-conection-sec .flex-container {
    padding-bottom: 40px;
  }

  .bannerpoints dl dd sub {
    display: block;
    margin: 0 0 22px 0;
    top: 10px;
  }

  .servicenamebx a.button.btn-theme.readmorebtn,
  .servicenamebx a.button.btn-theme {
    font-size: 18px;
  }

  body.page-template-page-service-list .servicebx_nw,
  body.page-template-page-service-list .servicebx_nw:nth-child(n+5) {
    width: calc(33.33% - 10px);
  }

  .ft-rating {
    text-align: center;
  }

  #footer .ft-bottom {
    padding: 40px 0 5px;
  }

}

@media (max-width: 991.98px) {


  .bannertxt br,
  main.mainlandingpg .bannertxt br,
  main.blockeddrainpg .bannertxt br {
    display: none;
  }

  .bannerpoints {
    width: 100%;
    clear: both;
    display: flex;
    flex-wrap: wrap;
  }

  .bannerpoints dl {
    width: 50%;
  }

  .primeheader a.button.btn-theme {
    padding: 7px 10px 5px 10px;
    min-width: auto;
    font-size: 22px;
  }

  .primeheader a.button.btn-theme img {
    display: none;
  }

  .bnrcontent {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .homebannerslider .slidediv {
    min-height: 600px;
  }

  .bnrimg {
    background: var(--primary);
    width: 100%;
    min-height: 615px;
    position: absolute;
    z-index: -1;
  }

  .bnrimg img {
    opacity: 0.1;
    z-index: 0;
  }

  .bnrcontent {
    padding: 30px 20px 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }

  .bnrimg {
    background: var(--blue);
  }

  .bnrcontent:after {
    display: none;
  }

  .bnrcontent:before {
    display: none;
  }


  .heading-52 {
    font-size: 40px;
  }

  .brands-list li {
    width: 33.33%;
  }

  .brands-list li .brandbox img {
    max-width: 80%;
  }

  .brands-list li .brandbox {
    min-height: 100px;
  }

  .brands-list {
    row-gap: 10px;
  }

  .step-process .step-right ul.step-list li p {
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
  }

  .step-process .step-right ul.step-list li .heading-28 {
    font-size: 24px;
  }

  .step-process .step-right ul.step-list li {
    padding: 0 10px;
  }

  .step-process .step-right ul.step-list li span {
    text-align: center;
  }

  .step-process .step-right ul.step-list li img {
    width: 40px;
    margin: 0 auto;
  }

  .step-process .step-left .heading-55 {
    font-size: 40px;
  }

  .hm-content {
    width: 100%;
  }

  .hm-item {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

  ul.suburblist {
    width: 100%;
    column-count: 3;
  }

  .firsttime_cust_left p {
    font-size: 14px;
  }

  .firsttime_cust_left p span {
    position: relative;
    /* top: -2px; */
  }

  .firsttime_cust_left {
    width: 190px;
    padding-top: 32px;
  }

  .firsttime_customer_container .firsttime_cust_form {
    width: calc(100% - 380px);
    padding: 0 20px 0 10px;
  }

  .firsttime_customer_container .firsttime_cust_right {
    width: 150px;
  }

  .contact-plumbing-footer .firsttime_cust_form {
    width: calc(100% - 370px);
    padding: 30px 10px 20px 10px;
  }

  .contact-plumbing-footer .firsttime_cust_right {
    width: 180px;
  }

  .fast-plumbing-web.contact-plumbing-footer .firsttime_cust_right {
    display: none;
  }

  .fast-plumbing-web.contact-plumbing-footer .firsttime_cust_form {
    width: calc(100% - 190px);
  }

  .contact-plumbing-footer .heading-64 {
    letter-spacing: 3px;
    font-size: 32px;
  }


  .btn-theme.submitbtn {
    background: var(--secondary);
  }

  .btn-theme.submitbtn:hover {
    background: var(--blue);
  }

  .btn-theme.submitbtn,
  .btn-theme.submitbtn:hover {
    padding: 14px 10px 10px 10px;
  }

  .contact-plumbing-footer {
    margin-top: 60px;
  }

  .row-reverse .hm-content {
    padding-left: 0;
  }

  .cust-right img.happy-customer,
  .cust-right img.happy-fast-direct-bg {
    display: none;
  }

  .cust-right img.badge-qualified {
    top: 0;
    position: relative;
    left: 0;
  }

  .cust-left {
    width: calc(100% - 190px);
  }

  .cust-right {
    width: 190px;
    position: relative;
  }

  .cust-right .happy-cust {
    max-width: 605px;
    margin: 0;
    position: relative;
  }

  .customer-say .happy-customer {
    align-items: flex-start;
  }

  .whytrust_sliderdiv .trustdivbx {
    margin: 0 !important;
  }

  .emergencyservices_container a {
    width: calc(50% - 30px);
    min-height: auto;
    margin: 15px;
  }

  .plumbing-problem-get .get-right {
    display: none;
  }

  .plumbing-problem-get .get-center {
    right: 0;
    left: inherit;
    width: 300px;
  }

  .plumbing-problem-get .get-center .badge {
    top: 100px;
  }

  .plumbing-problem-get .get-center img {
    width: 180px;
  }

  .plumbing-problem-get .get-center {
    right: 0;
    left: inherit;
    width: 200px;
  }

  .plumbing-problem-get .get-left {
    width: calc(100% - 235px);
    padding: 40px 30px 40px 0;
  }

  .hm-item.mapdiv {
    max-width: 100%;
  }

  .common-content-sec.darkbg .sectiontitle,
  .common-content-sec.darkbg .sectionsmalltxt {
    text-align: left;
  }

  .inpage.thank_you_content {
    padding: 40px 0;
  }

  main.page_wrapper.thank-error #banner {
    overflow: hidden;
  }

  main.page_wrapper.thank-error #banner .homebannerslider .slidediv {
    min-height: 200px;
    overflow: hidden;
  }

  main.page_wrapper.thank-error #banner .homebannerslider .bnrcontent {
    padding: 30px 20px 20px;
  }

  /* *********** FOOTER *********** */
  #footer .ft-top {
    min-height: auto;
    justify-content: center;
  }

  #footer .nav-link {
    justify-content: center;
    row-gap: 15px;
  }

  #footer .ft-top .ft-center {
    margin: 0 0 15px;
    max-width: 100%;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    order: 1;
  }

  #footer .ft-top .ft-center>a {
    max-width: 100px;
    display: block;
    margin: 0 auto;
  }

  #footer .ft-left,
  .ft-contact {
    width: 100%;
  }

  #footer .ft-left {
    order: 2;
  }

  #footer .ft-right {
    display: none;
  }

  #footer .ft-left .nav-link li.hidden {
    display: block;
  }

  .ft-navigation {
    padding: 30px 0 0 0;
    width: 100%;
    border-right: 0;
    border-top: 1px solid hsl(0deg 0% 100% / 10%);
    border-left: 0;
  }

  #footer .ft-bottom {
    .ft-head {
      text-align: center;
      font-size: 24px;
    }
  }

  #footer .contect-info {
    max-width: 250px;
    margin: 0 auto;
  }

  .ft-navigation {
    & ul {
      text-align: center;
    }
  }

  .sticky {
    position: relative;
    top: 0;
  }

  .common_why_choose_us .ctent-factor-grid {
    margin: 0 -5px 30px;
  }

  .common_why_choose_us .ctent-factor-grid .ctent-box {
    width: calc(50% - 10px);
    margin: 0 5px;
  }

  .common_why_choose_us .ctent-factor-grid .ctent-box {
    padding: 20px;
  }

  .ctent-column .button-group {
    margin-bottom: 0;
  }

  .common_why_choose_us .ctent-factor-grid.why-choose-js.slick-initialized .slick-track .slick-slide {
    padding: 0 6px;
  }

  ul.rating-list li {
    margin-bottom: 0;
  }

  .plumbing-gird-list .plumbing-column {
    & p {
      max-width: 100%;
    }

    .hm-sort-out-plumbing .plumbing-right {
      padding-top: 0;
    }
  }


  .wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container {
    border-radius: 10px;
  }

  .bannerpoints dl dd {
    font-size: 16px;
    line-height: 20px
  }

  .bannerpoints dl dd span {
    font-size: 20px;
  }

  .customer-js.slick-initialized li {
    margin-bottom: 0;
  }

  .customer-grid li .review-box .review-detail,
  .customer-grid li .review-box .name-wrap {
    padding: 20px;
  }

  #footer .nav-link {
    & li {
      & a {
        font-size: 22px;
      }
    }
  }

  .get-left .heading-70 {
    padding: 0 25px;
  }

  .b_badges {
    position: relative;
    display: flex;
    bottom: 90px;
    right: 0;
    z-index: 2;
    margin: 0 auto;
  }

  body.page-template-page-service-detail .homebannerslider .slidediv {
    min-height: 590px;
  }

  body.page-template-page-service-detail .b_badges {
    bottom: 55px;
  }

  body.page-template-page-service-list .b_badges {
    bottom: -10px;
    right: 0%;
  }


  .b_badges.sub_badg {
    bottom: 10px;
    right: 0;
  }

  body.page-template-page-suburb .firsttime_customer_container {
    margin-top: 10px;
  }

  body.page-template-page-contact-us .b_badges.gen_badg {
    bottom: 00px;
  }

  body.page-template-page-testimonial .b_badges.gen_badg {
    bottom: 00px;
    right: 0%;
  }

  #banner.areas-banner .bnrimg {
    display: none;
  }

  .bannerpoints dl dd sub {
    display: inline-block;
    margin: 0 0 12px 0;
    top: 0;
    font-size: 16px;
  }

  .servicelistcontainer_nw .servicebx_nw,
  .servicelistcontainer_nw .servicebx_nw:nth-child(n+5) {
    width: calc(50% - 10px);
  }

  .servicenamebx a.readmorebtn {
    margin-bottom: 10px !important;
  }

  .servicenamebx a.button.btn-theme.readmorebtn,
  .servicenamebx a.button.btn-theme {
    font-size: 20px;
    margin-bottom: 30px !important;
  }

  .servicenamebx {
    bottom: 0;
  }

  .servicebx_nw .button_wrp_dv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .servicenamebx span {
    margin-bottom: 15px;
  }

  .servicenamebx a.button.btn-theme.readmorebtn,
  .servicenamebx a.button.btn-theme {
    margin: 0 5px 10px;
  }

  body.page-template-page-service-list .servicebx_nw,
  body.page-template-page-service-list .servicebx_nw:nth-child(n+5) {
    width: calc(50% - 10px);
  }


  .b_badges .badge_img img,
  .b_badges .badge_img img,
  .b_badges .badge_img img,
  .b_badges .badge_img img {
    margin: 0 20px !important
  }

  .ft-rating a.ft_insta {
    margin: 20px auto;
    height: auto;
  }

  .servicenamebx .servicenamelink {
    margin: 0 auto 20px !important;
  }

}

@media (max-width: 767.98px) {

  .googlereview_head {
    display: none;
  }

  /* .primeheader .container,
  body.fixed-header .primeheader .container {
    min-height: 70px;
  } */

  .headlogo img {
    width: 90px;
  }

  .headlogo,
  body.fixed-header.headlogo {
    position: absolute;
    left: 20px;
    margin: -28px 0 0 0;
  }

  .primeheader .container,
  body.fixed-header .primeheader .container {
    min-height: 70px;
    justify-content: flex-end;
    padding-left: 120px;
  }

  .primeheader a.button.btn-theme,
  body.fixed-header .primeheader a.button.btn-theme {
    margin-left: 15px;
    font-size: 20px;
  }

  body.fixed-header a.calllink,
  a.calllink {
    font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  }

  a.calllink img.callicon,
  body.fixed-header a.calllink img.callicon {
    margin: 0;
    max-width: 40px;
  }

  .topheader .container {
    justify-content: flex-end;
  }

  .common-content-sec.darkbg {
    border-radius: 50px 0 50px 0;
  }

  .plumbing-problem-get,
  .contact-plumbing-footer {
    border-radius: 50px 0 0 0;
  }

  .landingft .ft-top {
    padding: 20px 0;
  }

  .landingft .ft-bottom {
    padding: 20px 0;
  }

  .landingft .ft-top .ft-center {
    order: 1;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .landingft .ft-top .ft-center a {
    display: inline-block;
    max-width: 80px;
    margin: 0 0 20px 0;
  }

  .landingft .ft-left {
    order: 2;
  }

  .landingft .ft-right {
    order: 3;
  }

  .landingft .ft-right {
    width: 100%;
  }

  .landingft .ft-left {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }

  .landingft .nav-link li {
    width: 100%;
    text-align: center;
  }

  .landingft .ft-right .ft-call {
    display: flex;
    text-align: left;
    max-width: 200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .customer-say .happy-customer .ratting-box,
  .landingft ul.rating-list .ratting-box {
    border-radius: 20px;
    min-width: 252px;
    padding: 10px 20px;
  }

  .reliablepluber_txtsec.mrgb80 {
    margin: 40px 0;
  }

  .step-process .step-right ul.step-list {
    flex-wrap: wrap;
  }

  .step-process .step-right ul.step-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .step-process .step-right ul.step-list li img {
    width: 30px;
  }

  button,
  .button,
  button[type="submit"],
  input[type="submit"] {
    padding: 10px 10px 8px 10px;
    font-size: 20px;
  }

  .allbadge_sec ul.badgecontainer {
    justify-content: center;
  }

  .allbadge_sec ul.badgecontainer li {
    margin: 0 10px 20px;
    width: calc(33.33% - 20px);
  }

  .allbadge_sec ul.badgecontainer {
    margin: 0;
  }

  .mrgb80 {
    margin-bottom: 40px;
  }

  ul.suburblist {
    column-count: 2;
  }

  .firsttime_cust_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .fast-plumbing-web.contact-plumbing-footer .firsttime_cust_form {
    width: 100%;
  }

  .firsttime_cust_left p {
    font-size: 14px;
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .formsec_title {
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    padding: 0 0 0 10px;
  }

  .firsttime_customer_container .firsttime_cust_form {
    width: 100%;
    padding: 0;
  }

  .contact-plumbing-footer .heading-64 {
    padding: 0;
    font-size: 26px;
    letter-spacing: 1px;
  }

  .firsttime_customer_container .firsttime_cust_right {
    position: relative;
    width: 150px;
    margin: 20px auto 0;
    left: 0;
  }

  .contact-plumbing-footer .container {
    padding: 30px 20px;
  }

  .contact-plumbing-footer .firsttime_cust_form {
    width: calc(100% - 200px);
    padding: 30px 10px 20px 10px;
  }

  .firsttime_cust_left p {
    width: 100%;
    justify-content: flex-start;
    padding: 0 0 0 5px;
  }

  .cust-left {
    width: 100%;
  }

  .customer-say .happy-customer ul.rating-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    row-gap: 0;
  }

  .whytrust_sliderdiv .trustdivbx {
    min-width: inherit;
    margin: 0;
    max-width: inherit;
    border-radius: 30px;
  }

  .whytrust_sliderdiv.slick-initialized .slick-next {
    right: 0;
    z-index: 1;
  }

  .whytrust_sliderdiv {
    margin: 20px 0 30px;
    width: 100%;
    padding: 0;
  }

  .whytrust_sliderdiv.slick-initialized .slick-slide {
    padding: 0 10px;
  }

  .hm-plumbing-experts .whytrust_sliderdiv .trustdivbx {
    padding: 15px 30px !important;
  }

  .ctent-box .heading-28 {
    font-size: 22px;
  }

  .customer-say .happy-customer .heading-80,
  .customer-say .happy-customer p {
    text-align: center;
  }

  .customer-say .happy-customer ul.rating-list {
    justify-content: center;
  }

  .cust-right {
    margin: 0 auto;
  }

  .whytrust_sliderdiv .trustdivbx .trustimg {
    position: relative;
    top: 0;
    min-width: 100%;
    left: 0;
    margin: 0 auto;
    min-height: 100px;
  }

  .whytrust_sliderdiv .trustdivbx .trustimg img {
    margin: 0 auto;
    max-width: 150px;
  }

  .whytrust_sliderdiv .trustdivbx {
    padding: 20px 30px;
    height: auto;
  }

  .homeowners-sec .trustdivbx p {
    text-align: center;
    font-size: 18px;
    height: 44px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .trusttitletxt.heading-30 {
    font-size: 22px;
    min-height: 45px;
  }

  .whytrust_sliderdiv .slick-track {
    padding: 10px 0 0 0;
  }

  .whytrust_sliderdiv .slick-prev,
  .whytrust_sliderdiv .slick-next {
    top: 50%;
  }

  .serviceicondiv {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
  }

  .emergencyservices_container a .serviceicondiv img {
    width: 45px;
  }

  .emergencyservices_container a:hover .serviceicondiv {
    margin: 0 auto 10px;
  }

  .emergencyservices_container a .serviceimgdiv {
    display: none;
  }

  .emergencyservices_container {
    padding: 20px 0 40px;
  }

  .plumbing-problem-get .get-left {
    width: 100%;
    padding: 40px 30px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .plumbing-problem-get.innerpage-plumbing-problem .get-left {
    padding: 40px 0;
    text-align: center;
  }

  .plumbing-problem-get .get-left .button-group {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .plumbing-problem-get .get-center {
    right: 0;
    left: inherit;
    width: 300px;
    position: relative;
    margin: 0 auto;
  }

  .plumbing-problem-get .get-left .heading-48 {
    margin: 0;
    text-align: center;
  }

  .plumbing-problem-get .get-center img {
    width: 220px;
  }

  .plumbing-problem-get .get-center img {
    width: 220px;
    margin: 0 auto;
  }

  .bannertxt,
  main.mainlandingpg .bannertxt,
  main.blockeddrainpg .bannertxt {
    font-size: 44px !important;
  }

  .inpage.thank_you_content .container .thank_you_content {
    flex-wrap: wrap;
  }

  .customer-grid li .review-box .review-detail {
    min-height: 150px;
  }

  ul>li:before,
  main ul.ul-line li:after {
    top: 4px;
    background-size: 80%;
  }

  #footer .footer-wrapper {
    border-radius: 0 0 50px 0;
  }

  #footer .copyright p span {
    display: block;
  }

  a.calllink img.callicon,
  body.fixed-header a.calllink img.callicon {
    margin: 0;
    max-width: 50px;
    border-radius: 30px;
    margin-right: 15px;
  }


  #suburb-missing-popup .btn-theme.submitbtn:hover,
  .btn-theme.submitbtn:hover {
    background: var(--blue);
    padding: 14px 30px 10px;
    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;
  }

  .servicelistcontainer_nw .servicebx_nw,
  .servicelistcontainer_nw .servicebx_nw:nth-child(n+5) {
    width: calc(50% - 10px);
  }

  .servicenamebx a.readmorebtn {
    margin-bottom: 10px !important;
  }

  .servicenamebx a.button.btn-theme.readmorebtn,
  .servicenamebx a.button.btn-theme {
    margin-bottom: 10px !important;
  }

  .servicebx_nw {
    border-radius: 10px;
  }

  .firsttime_customer_sec .firsttime_cust_left img {
    margin: -20px auto 20px;
  }

  .plumbing-column:after {
    display: none;
  }

  .contact-plumbing-footer.fast-plumbing-web .firsttime_cust_left {
    justify-content: center;
  }

  .b_badges .badge_img img,
  .b_badges .badge_img img,
  .b_badges .badge_img img,
  .b_badges .badge_img img {
    margin: 0 !important
  }



}

@media (max-width: 575.98px) {

  .topheader .container,
  body.fixed-header .topheader .container {
    min-height: 80px;
  }

  .bannerpoints dl {
    width: 100%;
  }

  .bannertxt,
  main.mainlandingpg .bannertxt,
  main.blockeddrainpg .bannertxt {
    font-size: 30px !important;
    margin-bottom: 20px;
  }

  .bannerpoints dl dt {
    top: 0;
  }

  .headlogo,
  body.fixed-header .headlogo {
    margin: -174px 0 0 0;
  }

  .bannersmalltxt {
    font-size: 18px;
  }

  .headlogo img,
  body.fixed-header .headlogo img {
    width: 70px;
  }

  /* .headlogo,
  body.fixed-header .headlogo {
    position: absolute;
    left: 20px;
    margin: -127px 0 0 0;
  } */
  /* .headlogo,
  body.fixed-header .headlogo {
    position: relative;
    left: 20px;
    margin: 0;
  } */

  .startTime {
    font-size: 16px;
    height: auto;
    padding: 5px 10px;
  }

  .primeheader .container,
  body.fixed-header .primeheader .container {
    min-height: 54px;
    justify-content: space-between;
    padding-left: 30px;
  }

  .primeheader a.button.btn-theme,
  body.fixed-header .primeheader a.button.btn-theme {
    margin-left: 0;
  }


  .heading-52 {
    font-size: 32px;
  }

  .landingft .ft-bottom ul.rating-list {
    justify-content: center;
    flex-wrap: wrap;
  }

  ul.rating-list li {
    margin: 5px 0;
  }

  .reliablepluber_txtsec .container span {
    font-size: 16px;
    line-height: 1;
  }

  .landingft .nav-link li a {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .landingft .ft-right .ft-call .call-info {
    font-size: 26px;
  }

  .landingft .copyright p span {
    width: 100%;
    display: block;
  }

  .brands-list li {
    width: 50%;
    margin: 0;
  }

  .brands-list li .brandbox img {
    max-width: 70%;
  }

  .step-process .step-left .heading-55 {
    font-size: 26px;
  }

  .step-process .step-right ul.step-list li {
    padding: 0 20px;
  }

  .mrgb80 {
    margin-bottom: 20px;
  }

  .btn-width {
    min-width: auto;
  }

  .contact-plumbing-footer .firsttime_cust_form {
    width: 100%;
    padding: 30px 10px 20px 10px;
  }

  .contact-plumbing-footer .firsttime_cust_right {
    width: 180px;
    position: relative;
    margin: 0 auto;
  }

  .contact-plumbing-footer .container {
    padding: 30px 20px 0;
  }

  .common-content-sec.darkbg {
    padding: 40px 0 0;
  }

  .form-group33 {
    width: 100%;
  }

  .emergencyservices_container a {
    padding: 20px 10px 0;
  }

  .emergencyservices_container a {
    width: calc(50% - 10px);
    min-height: auto;
    margin: 5px;
  }

  .homeowners-sec .trustdivbx p {
    font-size: 16px;
    line-height: 1.1;
    height: 50px;
    -webkit-line-clamp: 3;
  }

  .whytrust_sliderdiv .trustdivbx {
    padding: 20px 10px;
  }

  .customer-say {
    margin-bottom: 40px;
  }

  .customer-grid li .review-box .review-detail {
    min-height: 200px;
  }

  .brustpipespg .step-process {
    margin: -250px 0 0;
  }


  /*  ********* FOOTER  ********* */
  .ft-navigation {
    & ul {
      grid-template-columns: repeat(1, 1fr);
    }
  }


  .mobilephonelink {
    display: flex;
  }

  .head-button a.calllink,
  .head-button a.button.fancybox.offerbx {
    display: none;
  }

  .topheader .offerbx,
  .primeheader .mobilecallicon {
    display: block;
  }

  .topheader a.offerbx {
    display: block;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 36px;
    font-size: 20px;
    color: var(--white);
    letter-spacing: 1px;
  }

  .topheader a.offerbx img {
    margin: -2px 0 0 5px;
  }

  .mainheader .topheader {
    padding: 0 15px;
    background: var(--orange);
  }

  .headlogo,
  body.fixed-header .headlogo {
    position: relative;
    left: 20px;
    margin: 0;
  }

  .mainheader .topheader .container-fluid {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  .mainheader .topheader {
    padding: 0;
    background: var(--orange);
  }

  header .primeheader {
    padding: 21px 0;
    background: var(--primary);

    .container-fluid {
      padding: 0 15px;
    }
  }

  .headlogo,
  body.fixed-header .headlogo {
    position: absolute;
    left: 20px;
    margin: 0;
    top: -14px;
    z-index: 100;
  }

  header .headlogo img {
    min-width: 106px;
  }

  .blob {
    background: black;
    border-radius: 50%;
    margin: 0 65px 0 0;
    transform: scale(1.35);
    animation: pulse1 1.3s infinite;
  }

  @keyframes pulse1 {
    0% {
      transform: scale(1.1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
      transform: scale(1.35);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
      transform: scale(1.1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }

  .bannerpoints dl dd span {
    font-size: 24px;
    letter-spacing: 0.64px;
  }

  header .topheader .startTime {
    min-width: auto;
    background: var(--white);
    width: 50%;
    padding: 7px 5px;
    display: flex;
    justify-content: center;
  }

  header .topheader .startTime span {
    display: none;
  }

  /* .bnrcontent {
    padding: 14px 0 155px !important;
  } */

  #footer .copyright {
    padding: 14px 0 90px;
  }

  .mobilephonelink a.calllink p {
    letter-spacing: 2px;
    font-size: 32px;
    max-width: 166px;
    justify-content: flex-start;
    text-align: left;
  }

  .mobilephonelink a.calllink p span {
    color: var(--white);
    letter-spacing: 3.12px;
  }

  .bannerpoints dl dd {
    line-height: 1.3;
  }

  .homebannerslider .slidediv {
    min-height: 650px;
  }

  main.contactpg .inner-banner .container,
  main.gallerypg .inner-banner .container,
  main.faqpg .inner-banner .container,
  main.testimonialpg .inner-banner .container,
  main.servicespg .inner-banner .container {
    padding: 30px 15px 0;
    min-height: 350px;
  }

  .b_badges {
    right: 0;
    margin: 20px auto 0;
  }

  .badge_img img {
    max-width: 130px;
  }

  .b_badges.gen_badg {
    bottom: 10px;
    right: 0;
  }


  body.page-template-page-suburb .firsttime_customer_container {
    margin-top: -15px;
  }

  .b_badges.sub_badg {
    bottom: 40px;
  }

  body.page-template-page-service-detail .b_badges {
    bottom: 80px;
  }

  body.page-template-page-templatespage-areas-php .firsttime_customer_container {
    margin-top: -150px;
  }

  .bannerpoints dl dd sub {
    display: block;
    font-size: 16px;
    vertical-align: middle;
    margin: 5px 0 12px 0;
  }

  .servicelistcontainer_nw .servicebx_nw a.button.btn-theme {
    font-size: 16px;
  }

  /* .servicebx_nw .servicenamebx,
  .servicebx_nw:hover .servicenamebx {
    bottom: 10px;
  } */

  .b_badges .badge_img img,
  .b_badges .badge_img img,
  .b_badges .badge_img img,
  .b_badges .badge_img img {
    margin: 0 5px !important
  }



}

@media (max-width: 480px) {
  ul.suburblist {
    column-count: 1;
  }

  .primeheader a.button.btn-theme,
  body.fixed-header .primeheader a.button.btn-theme {
    font-size: 16px;
    max-width: 140px;
    text-align: center;
  }

  .topheader .container,
  .primeheader .container {
    padding: 0 15px !important;
  }

  .contact-plumbing-footer .heading-64 {
    bottom: 100%;
    left: 50%;
    width: 100%;
    margin: 0 0 0 -50%;
    text-align: center;
    font-size: 22px;
    letter-spacing: normal;
  }

  .servicename.heading-30 {
    font-size: 20px;
    height: 70px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .plumbing-problem-get .get-center .badge {
    top: 150px;
    left: 40px;
  }

  a.calllink span {
    display: none;
  }

  .common-content-sec.darkbg .sectiontitle {
    text-align: center;
  }

  .servicename.heading-30 {
    height: auto;
    -webkit-line-clamp: inherit;
    margin-bottom: 15px;
  }

  .emergencyservices_container a {
    width: 100%;
    min-height: auto;
    margin: 5px;
  }

  .emergencyservices_container {
    padding: 20px 0 40px;
    justify-content: center;
  }

  .button-group .btn-width {
    font-size: 18px;
  }

  .plumbing-problem-get .get-left {
    padding: 40px 10px 40px;
  }

  .review-detail p {
    font-size: 16px;
    line-height: 1.4;
  }

  .customer-grid li .review-box .name-wrap .review-name .name {
    font-size: 16px;
  }

  .customer-grid li .review-box .review-detail {
    min-height: 240px;
  }

  .common_why_choose_us .ctent-factor-grid .ctent-box {
    width: 100%;
  }

  .badge_img img {
    max-width: 100px;
  }

  .servicelistcontainer_nw .servicebx_nw,
  .servicelistcontainer_nw .servicebx_nw:nth-child(n+5) {
    width: auto;
    margin: 0 auto 15px;
  }

  .servicelistcontainer_nw .servicebx_nw a.button.btn-theme {
    margin-bottom: 20px !important;
  }

  .servicenamebx span {
    font-size: 26px;
  }

  body.page-template-page-service-list .servicebx_nw,
  body.page-template-page-service-list .servicebx_nw:nth-child(n+5) {
    width: auto;
  }

  .b_badges .badge_img img,
  .b_badges .badge_img img,
  .b_badges .badge_img img,
  .b_badges .badge_img img {
    margin: 0 5px !important
  }

  .servicenamebx .servicenamelink a {
    font-size: 26px;
  }

}