@charset "utf-8";
/* CSS Document */

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

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

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

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

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

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

@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: swap;
}

/* 
    font-family: 'Inter'; font-weight: 300;
    font-family: 'Inter'; font-weight: normal;
    font-family: 'Inter'; font-weight: 500;
    font-family: 'Inter'; font-weight: 600;
    font-family: 'Inter'; font-weight: bold;
    font-family: 'Inter'; font-weight: bold; 
    font-family: 'Bebas Neue'; font-weight: bold;
*/

/*-----RESET-----*/
html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  position: relative;
  font-family: var(--site-font-family);
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1;
  overflow-x: hidden;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --liteblue: #00a7e1;
  --darkblue: #082538;
  --litebg: #f2f5f6;
  --sitetxtcolor: #323436;
  --site-font-family: "Inter", sans-serif;
  --titleweight: bold;
}

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

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

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

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

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

a img {
  border: none;
}

:focus {
  outline: 0;
}

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

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

ul {
  list-style: none;
}

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

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

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

/* ********** */
/* P tags */
/* ********** */
p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 26px;
  color: var(--sitetxtcolor);
}

/* p:last-of-type {
    margin-bottom: 0;
} */

p a,
p span a,
ul li a,
ol li a {
  color: var(--liteblue);
  text-decoration: underline;
  display: inline-block;
}

p a:hover {
  color: var(--darkblue);
  text-decoration: underline;
}

/* common ul li */
ul {
  margin-left: 0;
  margin-bottom: 45px;
}

main ul[class]>li {
  list-style-type: none;
  padding-left: 0px;
}

main ul[class] li::before {
  display: none;
}

main ul>li,
main ul.ul-line li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.16px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 24px;
  color: var(--sitetxtcolor);
}

ul>li:before,
main ul.ul-line li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  border-radius: 100px;
  background: var(--liteblue);
}

ul[class] {
  margin-bottom: 0;
}

main ul>li strong,
main ul.ul-line li strong {
  font-weight: 600;
}

main .checked-ul li strong {
  font-size: 20px;
  color: var(--darkblue);
  line-height: 30px;
  font-weight: 500;
  letter-spacing: normal;
}

main ul.checked-ul,
main ul.ul-line {
  margin-bottom: 45px;
}

main ul.ul-line li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #edeae5;
}

p span {
  color: initial;
}

.row-reverse {
  flex-direction: row-reverse;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*  select option */
::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select-arrow.png) no-repeat right 10px center;
  border-radius: 0;
  padding-right: 2em;
}

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

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #00004a;
  text-transform: capitalize;
  font-size: 14px;
  font-family: var(--site-font-family);
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: #00004a;
  text-transform: capitalize;
  font-size: 14px;
  font-family: var(--site-font-family);
}

:-ms-input-placeholder,
textarea::placeholder {
  color: #00004a;
  text-transform: capitalize;
  font-size: 14px;
  font-family: var(--site-font-family);
}

/*  select option  */

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--site-font-family);
}

textarea {
  resize: none;
  min-height: 100px;
  overflow-y: auto;
  margin: 0;
  vertical-align: bottom;
  font-size: 18px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control,
input[type="text"],
input[type="email"],
textarea,
input[type="number"],
input[type="tel"],
input[type="file"] {
  width: 100%;
  padding: 12px 20px;
  background: var(--white);
  border: 1px solid #bcc5cb;
  color: var(--sitetxtcolor);
  font-size: 14px;
  line-height: 1.1;
  height: 50px;
  font-family: var(--site-font-family);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

select.form-control {
  background: url(../../assets/images/caret-down.png) no-repeat top 22px right 20px #fff;
  color: #b1b8bf;
}

textarea.form-control {
  height: auto;
  min-height: 129px;
}

.form-wrapper .form-control:focus {}

.form-group.width50 {
  width: calc(50% - 10px);
}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}

input[type="submit"] {
  border: 0;
  background: transparent;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-body-family);
  font-weight: bold;
  padding: 17px 20px;
  z-index: 1;
  cursor: pointer;
}

/* input type file style  */
.fileinputs {
  position: relative;
  height: 50px;
}

span.filename {
  position: absolute;
  left: 0;
  padding: 18px 15px 18px 20px;
  top: 0;
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.fakebtn {
  position: absolute;
  right: 0;
  font-size: 16px;
  height: 100%;
  top: 0;
  margin: auto;
  bottom: 0;
  line-height: 53px;
  background: url(../images/paper-pin.svg) no-repeat right 10px center;
  color: #fff;
  border-radius: 2px;
  font-weight: 500;
  padding: 0 26px;
}

.fakefile {
  height: 50px;
  border: 1px solid #bcc5cb;
  padding: 0 0 0 20px;
  background: var(--white);
}

[type="file"] {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1;
}

.uploadFile {
  position: relative;
  width: 100%;
  height: 50px;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: -6px;
  top: -25px;
}

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

.form-group {
  width: 100%;
  position: relative;
  float: left;
}

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

form .form-group label {
  color: var(--sitetxtcolor);
  display: block;
  margin-bottom: 10px;
  line-height: 100%;
  letter-spacing: 0.16px;
}

/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  background-color: var(--theme);
  padding: 0;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  width: 20px;
  opacity: 1;
}

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

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--white);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
  color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
  filter: none;
}

/*-----BUTTONS-----*/
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

button,
.button,
button[type="submit"],
input[type="submit"] {
  font-size: 14px;
  padding: 16px 24px;
  position: relative;
  /* overflow: hidden; */
  display: inline-flex;
  align-items: center;
  margin: 0;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 0px solid transparent;
  font-family: var(--site-font-family);
  background: var(--liteblue);
  color: var(--white);
  min-width: auto;
  min-height: auto;
  box-shadow: none;
  transition: none;
  --border-offset: none;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  font-weight: bold;
  /* clip-path: polygon(0% 0%, 85% 0, 100% 20px, 100% 100%, 0% 100%); */
}

button:hover,
.button:hover,
input[type="submit"]:hover,
.btn-theme:hover,
.submit-button input[type="submit"]:hover {
  background-color: var(--darkblue);
  color: var(--white);
  --border-offset: 0;
  --border-opacity: none;
}

.btn-theme {
  background: var(--liteblue);
  color: var(--white);
  position: relative;
}

.btn-theme img {
  filter: brightness(0) invert(1);
  margin: 0 5px 0 0;
}

.btn-theme img.imgleft {
  margin-right: 5px;
}

.btn-theme img.imgleft {
  margin-left: 5px;
}

.btn-theme:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: var(--white);
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  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;
}

.btn-theme:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--liteblue);
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  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;
}

.btn-theme:hover:before,
.btn-theme:hover:after {
  right: -2px;
  top: -2px;
  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;
}

.btn-theme:hover:after {
  background: var(--darkblue);
}

.btn-theme.darkbtn {
  background: var(--darkblue);
  color: var(--white);
  position: relative;
}

.btn-theme.darkbtn:after {
  background: var(--darkblue);
}

.btn-theme.darkbtn:hover,
.btn-theme.darkbtn:hover:after {
  background: var(--liteblue);
}

.btn-theme.whitebtn {
  background: var(--white);
  color: var(--darkblue);
  position: relative;
}

.btn-theme.whitebtn:after {
  background: var(--white);
}

.btn-theme.whitebtn:hover:after {
  background: var(--liteblue);
}

.btn-theme.whitebtn:before {
  background: var(--darkblue);
}

.btn-theme.whitebtn:hover:before {
  background: var(--white);
}

.btn-theme.whitebtn:hover {
  background: var(--liteblue);
  color: var(--white);
}

.btn-theme.whitebtn img {
  filter: invert(11%) sepia(48%) saturate(1213%) hue-rotate(166deg) brightness(89%) contrast(96%);
}

.btn-theme.whitebtn:hover img {
  filter: brightness(0) invert();
}

header {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 99;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  /* background: orange; */
}

.fulwidthfixed {
  display: none;
}

header .headcontainer {
  padding: 0 50px;
}

.topheader {
  background: var(--darkblue);
}

.topheader .headcontainer {
  max-width: 1903px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
}

.headtimediv,
.emergencyrepair_link,
.heademaildiv {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}

.headtimediv a,
.headtimediv a,
.heademaildiv a {
  color: var(--white);
}

.headtimediv a:hover,
.headtimediv a:hover,
.heademaildiv a:hover {
  color: var(--liteblue);
  text-decoration: underline;
}

.topheader .headcontainer img {
  margin-right: 5px;
  filter: invert(46%) sepia(40%) saturate(1694%) hue-rotate(160deg) brightness(100%) contrast(101%);
}

.mainheader .headcontainer {
  max-width: 1903px;
  margin: 0 auto;
  background: var(--white);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 95px;
}

.mainheader .headcontainer a.sitelogo {
  margin-right: 160px;
}

body.fixed-header .mainheader .headcontainer {
  min-height: 60px;
}

body.fixed-header .mainheader .headcontainer a.sitelogo {
  max-width: 150px;
}

.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: 0;
  overflow: hidden;
}

[class*="heading-"] {
  color: var(--darkblue);
  line-height: 1;
  margin-bottom: 20px;
  font-weight: var(--titleweight);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--darkbluer);
  line-height: 1.12;
  margin-bottom: 15px;
  font-weight: var(--titleweight);
}

[class*="heading-"]~p {
  /* text-wrap: balance; */
  text-align: center;
  /* margin-bottom: 30px; */
}

.uppercase {
  text-transform: uppercase;
}

.whitetxt {
  color: var(--white);
}

.semititle {
  text-align: center;
}

.leftside {
  text-align: left;
}

.leftside span:after {
  display: none;
}

.sitecontentsec {
  padding-top: 100px;
}

.sitecontentsec .hm-content p {
  text-align: left;
}

.semititle span {
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: var(--liteblue);
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 3.2px;
}

.semititle span:before {
  content: "";
  position: absolute;
  width: 115px;
  background: var(--liteblue);
  height: 2px;
  left: calc(100% + 15px);
  top: 7px;
}

.semititle span:after {
  content: "";
  position: absolute;
  width: 115px;
  background: var(--liteblue);
  height: 2px;
  right: calc(100% + 15px);
  top: 7px;
}

.semititle.nolines {
  text-align: left;
}

.semititle.nolines span:before,
.semititle.nolines span:after {
  display: none;
}

.heading-44 {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.75rem);
}

.heading-34 {
  font-size: clamp(1.375rem, 1.225rem + 0.75vw, 2.125rem);
}

.heading-30 {
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
}

.heading-24 {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}

.ptagbig {
  font-size: 18px;
  font-weight: 600;
}

/* ********************COMMON CONTENT SECTION START****************  */
.hm-item {
  width: calc(100% - 665px);
  position: sticky !important;
  align-self: flex-start;
  top: 140px;
}

.hm-item img:first-child {
  overflow: hidden;
}

.hm-content {
  width: 665px;
  padding-right: 100px;
  margin: auto;
}

.hm-content .button-group {
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 25px;
}

.hm-content .heading-44 {
  color: var(--darkblue);
  line-height: 1.14;
}

.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: 0;
}

.hm-content p {
  line-height: 26px;
}

.hm-content .blueborderbtn {
  margin-top: 30px;
}

.aligncenter {
  text-align: center;
}

.hm-content ul {
  margin-bottom: 20px !important;
}

.hm-content ol {
  margin: 20px !important;
}

.hm-content ol li {
  position: relative;
  padding-left: 10px;
  letter-spacing: 0.16px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 24px;
  color: var(--sitetxtcolor);
}

.hm-content h1 {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.75rem);
}

.hm-content h2 {
  font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
}

.hm_faqsec.service_faqs_sec .faq_btm_content {
  margin: 40px 0 0;
}

.hm_faqsec.service_faqs_sec .faq_btm_content p {
  text-align: center;
}

/* arrows on section style */
.arrowright:before {
  content: "";
  position: absolute;
  background: url(../images/section-arrow.svg) no-repeat 0 0;
  width: 192px;
  height: 302px;
  right: -300px;
  top: -98px;
}

.arrowleft:before {
  content: "";
  position: absolute;
  background: url(../images/section-arrow.svg) no-repeat 0 0;
  background-size: 100%;
  transform: rotate(180deg);
  width: 104px;
  height: 164px;
  left: -300px;
  top: -160px;
}

.logobg:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/section-logo.svg) no-repeat 0 0;
  background-size: 100%;
  transform: rotate(180deg);
  width: 474px;
  height: 467px;
  right: -300px;
  top: 50%;
  opacity: 0.03;
  margin: -200px 0 0 0;
}

/* article section style --- can be in common style  */
.hm_article_sec {}

.articlecontainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  column-count: 3;
  gap: 20px;
  margin: 30px 0;
}

.articlecontainer a {
  width: calc(33.33% - 30px);
}

.articleimg {
  overflow: hidden;
}

.articleimg img {
  transform: scale(1);
  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;
}

.suburbpg .articlebx .articleimg img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.articlecontainer a:hover .articleimg img {
  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;
}

.articleinfo {
  background: var(--litebg);
  padding: 35px 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;
}

.articlecontainer a:hover .articleinfo {
  background: var(--darkblue);
  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;
}

.articlename {
  font-size: 18px;
  font-weight: bold;
  color: var(--darkblue);
  line-height: 1.2;
  margin-bottom: 15px;
  height: 66px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

a.articlebx p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
  height: 48px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  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;
}

.articlecontainer a.articlebx:hover .articlename,
.articlecontainer a.articlebx:hover p {
  color: var(--white);
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

a.articlebx span {
  font-size: 14px;
  color: var(--darkblue);
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: bold;
  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;
}

.articlecontainer a.articlebx:hover span {
  color: var(--liteblue);
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

a.articlebx span img {
  max-width: 6px;
  margin-left: 5px;
  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;
}

.articlecontainer a.articlebx:hover span img {
  margin-left: 10px;
  filter: invert(70%) sepia(64%) saturate(5825%) hue-rotate(161deg) brightness(94%) contrast(101%);
  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;
}

.hm_article_sec .btnbar {
  text-align: center;
}

.hm_article_sec .button-group,
.blogpg .button-group.blogpg {
  justify-content: center;
  text-align: center;
}

/* .articlecontainer:not(.slick-initialized) .articlebx:not(:nth-child(-n+3)) {
    display: none !important
} */

.articlecontainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.articlecontainer .slick-track {
  width: calc(100% + 26px);
  margin: 0 -13px;
}

.articlecontainer .articlebx {
  width: calc(33.33% - 26px);
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  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;
  width: 415px !important;
  margin: 0 26px 40px;
  padding: 0;
}

main.blogpg .articlecontainer .articlebx {
  margin: 0 0px 40px;
  padding: 0;
}

main.blogpg .pagination_wrp .nav-links {
  display: flex;
  background: var(--litebg);
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

main.blogpg .pagination_wrp .nav-links .page-numbers,
main.blogpg .pagination_wrp .nav-links a.page-numbers {
  font-size: 14px;
  font-weight: 600;
  min-width: 32px;
  background: var(--darkblue);
  display: inline-block;
  padding: 10px 12px !important;
  margin: 0 5px;
  color: var(--white);
}

main.blogpg .pagination_wrp .nav-links .page-numbers:hover {
  background: var(--liteblue);
}

main.blogpg .pagination_wrp .nav-links .page-numbers.current {
  background: var(--white);
  color: var(--darkblue);
  outline: 1px solid var(--darkblue);
  max-width: 32px;
}

main.blogpg .articlecontainer {
  column-gap: 47px;
  justify-content: flex-start;
}

.areaslising_sec .logo-center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 500px;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 40px;
}

.areaslising_sec .center-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
}

.areaslising_sec .hm-item.sticky {
  position: sticky;
  top: 100px;
}

/* trusted partner cta styles  */
.trustedpartner_cta {
  position: relative;
  min-height: 400px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.trustedpartner_cta:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(8, 37, 56);
  background: linear-gradient(90deg,
      rgba(8, 37, 56, 0.7) 0%,
      rgba(3, 32, 51, 0.4) 100%);
}

.ctatxtcontainer {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 0 0 100px;
  text-align: left;
}

.ctatxtcontainer .button-group {
  justify-content: flex-start;
}

.ctatxtcontainer p {
  text-align: left;
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
}

/* slick slider arrows styles */
.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev {
  width: 32px !important;
  height: 32px !important;
  left: -30px !important;
}

.slick-next {
  width: 32px !important;
  height: 32px !important;
  right: -30px !important;
}

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

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

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

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

/* instagram section styles */
.instasection {}

.instatitlesec .btnbar a.btn-theme {
  padding: 5px 24px;
}

#sb_instagram a.sbi_photo {
  position: relative;
}

#sb_instagram a.sbi_photo:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("../images/insta-icon.svg") no-repeat 0 0 transparent;
  z-index: 1;
  filter: brightness(0) invert(1);
  right: 10px;
  top: 5px;
}

.instasection .container {
  padding-top: 100px;
  border-top: 1px solid #cbd6de;
  position: relative;
}

.instasection .container:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 15px;
  height: 3px;
  top: -2px;
  left: 0;
}

.instasection .container:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 15px;
  height: 3px;
  top: -2px;
  right: 0;
}

.instatitlesec {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.instacontainer {
  width: 100%;
}

/* footer style */
footer {
  background: #032033;
  position: relative;
  z-index: 0;
  min-height: 600px;
}

footer.container {
  position: relative;
  z-index: 0;
}

footer img.bgimg {
  opacity: 0.1;
}

footer .arrowright:before {
  top: -190px;
}

.ftupper.ftcta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 164px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ftcta_left {
  font-weight: bold;
  color: var(--white);
  font-size: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}

.ftmiddle {
  padding: 55px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  align-items: stretch;
}

.ftmiddle_left {
  width: 385px;
  padding: 30px 50px 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.ftopeninghrs {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0 10px;
}

.ftopeninghrs p {
  color: #abc3d2;
}

.ftopeninghrs span {
  display: block;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: 0.32px;
  position: relative;
}

.ftmiddle img.ftlogo {
  filter: brightness(0) invert(1);
  min-width: 260px;
}

.ftmiddle_right {
  width: calc(100% - 385px);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 135px;
}

.ftmiddle_right ul {
  margin-bottom: 0;
}

.fttitle {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  margin-bottom: 15px;
  letter-spacing: 0.32px;
  position: relative;
}

.getintouch_div p {
  margin: 0 0 10px 0;
  color: #abc3d2;
  font-weight: 500;
  font-size: 14px;
}

.getintouch_div p a {
  color: #abc3d2;
  text-decoration: none;
}

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

.getintouch_div p span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--liteblue);
  text-transform: uppercase;
}

.ftmiddle_right ul li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.ftmiddle_right ul li:before {
  display: none;
}

.ftmiddle_right ul li a {
  color: #abc3d2;
  text-decoration: none;
}

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

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
  min-height: 72px;
  color: #abc3d2;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.copyright p span {
  color: #abc3d2;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 80px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 0;
  padding: 0;
  z-index: 10;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background: var(--liteblue);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--white);
  border-radius: 10px;
}

.scrollTop:hover {
  background: var(--darkblue);
}

.scrolldown {
  cursor: pointer;
}

/* inner page banner styles  */
.inner_banner_sec {
  position: relative;
  z-index: 0;
  min-height: 348px;
  background: var(--black);
}

.inner_banner_sec img.bgimg {
  opacity: 0.5;
}

.inner_banner_sec.bigbanner {
  min-height: 442px;
}

/* inner page banner styles  */
.suburb_inner_banner_sec {
  position: relative;
  z-index: 0;
  min-height: 348px;
  background: var(--black);
}

.suburb_inner_banner_sec img.bgimg {
  opacity: 0.7;
}

.suburb_inner_banner_sec.bigbanner {
  min-height: unset;
}

#custom-quick-quote-form {
  scroll-margin-top: 400px;
}

.breadcrumb_wrap {
  display: flex;
  min-height: 348px;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.breadcrumb_wrap h1,
.breadcrumb_wrap .pagetitle {
  color: var(--white);
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.75rem);
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  font-weight: var(--titleweight);
}

/*-----BREADCRUMBS-----*/
.inpage {
  width: 100%;
  padding: 100px 0;
  position: relative;
  display: flex;
  width: 100%;
}

.breadcrumb_wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.breadcrumb {
  padding: 12px 0;
  position: relative;
  z-index: 1;
  background: var(--white);
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

ul.woo_breadcums {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.woo_breadcums li {
  list-style: none;
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

ul.woo_breadcums li span {
  padding: 0;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 40px 0 0;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
}

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

ul.woo_breadcums li a:after,
ul.woo_breadcums li a:hover:after {
  position: absolute;
  z-index: 0;
  color: var(--white);
  content: "";
  width: 11px;
  height: 12px;
  font-size: 14px;
  top: 1px;
  right: -25px;
  bottom: 0;
  background: url(../images/breadcrumb-arrow.svg) no-repeat 0 0;
}

ul.woo_breadcums li a:hover {
  text-decoration: underline;
}

ul.ticklist li {
  padding-left: 35px !important;
}

ul.ticklist li span {
  display: block;
  font-weight: 600;
}

ul.ticklist li:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 1px;
  border-radius: 0;
  background: url(../images/blue-tick.svg) no-repeat 0 0;
}

/* main.suburbpg .uspslider_container,
main.servicepg .uspslider_container {
    margin-top: 0;
    margin-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 80px;
} */

main.suburbpg .uspslider_container,
main.servicepg .uspslider_container {
  margin-top: -50px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}

.hm_service_sec.servicetab_sec.mrgb100 {
  margin-bottom: 100px !important;
}

.hm_service_sec.servicetab_sec.mrgb100 .container {
  padding-top: 80px;
}

.offersec .container {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* common structure classes */
.mrgb100 {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

main {
  position: relative;
  z-index: 0;
}

.areaslising_sec ul {
  display: flex;
  flex-wrap: wrap;
}

.areaslising_sec ul li {
  width: 16.66%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.areaslising_sec ul li a {
  text-decoration: none;
  color: var(--sitetxt);
}

.areaslising_sec ul li.active {
  color: var(--liteblue);
  text-decoration: none;
}

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

.areaslising_sec ul li span {
  display: block;
  font-weight: 600;
}

.areaslising_sec ul li:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/location-icon.svg) no-repeat 0 0;
  width: 40px;
  height: 40px;
  top: -7px;
  left: -15px;
}

.areaslising_sec ul li:hover:before,
.areaslising_sec ul li.active:before {
  filter: invert(56%) sepia(72%) saturate(2778%) hue-rotate(159deg) brightness(91%) contrast(101%);
}

main.suburbpg .areaslising_sec ul li,
main.servicepg .areaslising_sec ul li {
  width: 33.33%;
}

/* ********| thank you and error page style| ******** */
.thank_you_content {
  margin: 0 auto;
  align-items: center;
  padding-bottom: 60px;
}

.thank_you_content p {
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.thank_you_content p strong {
  margin: 15px 0 0 0;
  display: block;
}

.thank_you_content p a {
  font-weight: bold;
}

main .thank_you_content ul {
  margin-top: 30px;
  margin-bottom: 0;
}

main .thank_you_content ul li:not(:last-child) {
  margin-bottom: 15px;
}

main .thank_you_content ul li {
  padding-left: 18px;
}

main .thank_you_content ul li:before {
  content: "\f105 " !important;
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  font-family: "FontAwesome";
  opacity: 1;
  z-index: 0;
  background: none;
  width: auto;
  height: auto;
}

.error-left {
  width: 60%;
  padding-right: 100px;
}

.error-right {
  width: 40%;
}

main .thank_you_content ul li a {
  text-decoration: underline;
}

main .thank_you_content ul li a:hover {
  color: var(--pink);
}

#sb_instagram.sbi_fixed_height {
  height: auto !important;
}

/* input type file styles  */
/*  input css for file upload  */
.fileinputs input.file {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: relative;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1;
}

div.fileinputs {
  position: relative;
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #bcc5cb;
  height: 50px;
  z-index: 1;
}

.inputFileHolder span.wpcf7-form-control-wrap {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  margin-bottom: 0;
}

input.file {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: relative;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1;
}

div.fakefile {
  background: transparent;
  border-radius: 0px;
  position: absolute;
  top: 12px;
  width: 100%;
}

#filevalue {
  position: absolute;
  left: 0;
  padding: 18px 20px 0;
  top: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  margin: 0;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  white-space: nowrap;
}

#filevalue small {
  line-height: 1;
}

.fileinputs::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  /* background: url(../images/material-attach-file.svg) no-repeat center center; */
  background: url(../images/paper-pin.svg) no-repeat right 10px center;
  width: 50px;
  text-align: center;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fileinputs span.wpcf7-form-control-wrap {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  margin-bottom: 0;
}

form.formdiv {
  position: relative;
}

/* form validation styles */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f5c812;
  background: url(../images/icon-validation.svg) no-repeat 15px center #fff9df;
  font-size: 14px;
  padding-left: 45px;
  position: absolute;
  top: -55px;
}

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/validation-cross.svg) no-repeat 15px center #ffdfdf;
  font-size: 14px;
  padding-left: 45px;
  position: absolute;
  top: -55px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: url(../images/validation-tick.svg) no-repeat 15px center #e1ffd9;
  border-color: #498e36;
  font-size: 14px;
  padding-left: 45px;
  position: absolute;
  top: -55px;
}

.wpcf7-not-valid {
  background-color: #ffdfdf !important;
  border: 1px solid #fe0000 !important;
}

.wpcf7-not-valid-tip {
  font-weight: 400;
  background: #fe0000;
  display: inline-block;
  position: absolute;
  bottom: -38px;
  left: 0;
  padding: 5px;
  color: #fff;
  font-size: 12px;
}

.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 #fe0000;
}

form.wpcf7-form .btnbox.width100 .btn_theme:disabled,
form.wpcf7-form .btnbox.width100 .btn_theme:disabled:hover {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  background: #f8a73f;
  color: #000;
  border: 1px solid #f8a73f;
}

/* trusted partner cta styles  */
/* .trustedpartner_cta {
    margin: -200px 0 0 0;
} */

.trustedpartner_cta .button-group {
  justify-content: flex-start;
}

.formcontainer .wpcf7.js,
.formcontainer .wpcf7.no-js {
  width: calc(100% - 255px);
}

main.blogpg .instasection .container {
  border-top: 0px solid #cbd6de;
}

.inner_banner_sec.arrowleft:before {
  left: 0;
  top: inherit;
  z-index: 1;
  bottom: -105px;
}

.suburb_inner_banner_sec.arrowleft:before {
  left: 0;
  top: inherit;
  z-index: 1;
  bottom: -105px;
}

main.areaslistingpg .areaslising_sec ul:first-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}

/* pop up css */

div#offer {
  max-width: 1100px;
  padding: 40px;
  background: #082538;
}

#offer .form-container p {
  color: white;
  text-align: center;
  font-size: 14px;
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}

#offer .form-container .heading-40 {
  color: white;
  font-size: clamp(2.5rem, 2.725rem + -1.125vw, 1.375rem);
  line-height: 1;
  margin-bottom: 10px;
  font-weight: var(--titleweight);
  text-align: center;
}

#offer .form-group.form-group50 {
  width: 48% !important;
  justify-content: space-between;
}

#offer form.wpcf7-form.init {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#offer .fancybox-close-small {
  margin: 10px;
}

#offer .form-container p a:hover {
  color: white;
}

#offer .wpcf7-submit:hover {
  background-color: white;
  color: #00a7e1;
}

#offer form.wpcf7-form.invalid {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p.left_text {
  text-align: left;
}

.fancybox-slide .test_popup {
  width: 90%;
  max-width: 1000px;
}

.fancybox-slide .test_popup .reviewbox {
  width: 90%;
  margin: 0 auto !important;
}

/* blog search page styles  */
body.search.search-no-results .articlecontainer .heading-44 {
  width: 100%;
  margin-bottom: 0;
}

body.search.search-no-results .searchcontrol {
  position: relative;
}

body.search.search-no-results .searchcontrol .form-control {
  background: var(--litebg);
  border: 0px solid transparent;
  padding: 15px;
  min-width: 300px;
}

body.search.search-no-results .articlecontainer .searchcontrol .submit {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  right: 0;
  top: 0;
  background: url(../images/search-icon-black.svg) no-repeat center var(--liteblue) !important;
  border: 5px solid var(--litebg);
}

.copyright p a {
  margin: -3px 0 0 0;
}

h3.left_text {
  font-weight: 600;
}

/* simple gallery slider = styles */
.simple_gallery-slider {
  margin: 30px 0 0;
  padding: 0 0 30px 0;
}

.simple_gallery-slider a img {
  border: 2px solid var(--white);
}

.simple_gallery-slider .slick-prev,
.before-after-slider .slick-prev {
  left: 20px !important;
  background: url(../images/slider-left-arrow.svg) no-repeat center center var(--darkblue) !important;
  border-radius: 50%;
  top: 48%;
}

.simple_gallery-slider .slick-next,
.before-after-slider .slick-next {
  right: 20px !important;
  background: url(../images/slider-right-arrow.svg) no-repeat center center var(--darkblue) !important;
  border-radius: 50%;
  top: 48%;
}

.simple_gallery-slider .slick-prev:hover,
.before-after-slider .slick-prev:hover {
  left: 20px !important;
  background: url(../images/slider-left-arrow.svg) no-repeat center center var(--liteblue) !important;
}

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

/*.grecaptcha-badge {
    visibility: hidden;
}*/

.acc_content ul li {
  color: var(--white);

  &:before {
    background: var(--white);
  }
}

body.privacy-policy main.thnak_you-page .container:before,
body.privacy-policy main.thnak_you-page .container:after {
  display: none;
}

.page-template-page-services section.hm_faqsec.service_faqs_sec {
  background: none;
}


.accordion_in.acc_active .acc_content p a {
  color: var(--white) !important;
  text-decoration: underline;
}


/*------- with min width - for container ----------- */
@media (min-width: 576.98px) {
  .hmformsec {
    margin-top: 25px;
  }
}

@media (min-width: 768.98px) {
  .container {
    padding: 0 20px;
    /* background: salmon; */
  }

  .thank_you_content {
    margin: 40px auto;
    padding-bottom: 0;
  }
}

@media (min-width: 992.98px) {
  .container {
    max-width: 960px;
    /* background: olive; */
  }
}

@media (min-width: 1200.98px) {
  .container {
    max-width: 1140px;
    /* background: greenyellow; */
  }
}

@media (min-width: 1440.98px) {
  .container {
    max-width: 1380px;
    /* background: goldenrod; */
  }
}

@media (min-width: 1600.98px) {}

/* ------- with max width ----------- */
@media (max-width: 1600px) {
  .mainheader .headcontainer a.sitelogo {
    margin-right: 0;
  }

  header .headcontainer {
    padding: 0 10px;
  }
}

@media (max-width: 1440px) {
  .ftmiddle_left {
    width: 300px;
    padding: 30px 10px 30px 0;
  }

  .ftmiddle_right {
    width: calc(100% - 300px);
    padding-left: 30px;
  }

  .articlecontainer {
    gap: 10px;
  }

  .articlecontainer a {
    width: calc(33.33% - 10px);
  }

  .mainheader .headcontainer a.sitelogo,
  body.fixed-header .mainheader .headcontainer a.sitelogo {
    max-width: 150px;
  }

  .row-reverse .hm-content {
    padding-left: 50px;
  }

  .articlecontainer .articlebx {
    width: 352px !important;
  }

  main.blogpg .articlecontainer {
    column-gap: 20px;
  }

  main.blogpg .articlecontainer .articlebx {
    margin: 0 0px 20px;
  }

  /* .wpcf7-not-valid-tip {
        position: relative;
        bottom: 0;
    } */

  section.hmformsec .formcontainer .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -36px;
  }
}

@media (max-width: 1200px) {
  .mrgb100 {
    margin-bottom: 70px;
  }

  .sitecontentsec,
  .instasection .container,
  .hm_testimonialsec,
  .colorchart_sec,
  .beforeafter_sec {
    padding-top: 70px;
  }

  .howwework_sec {
    padding: 100px 0 350px;
  }

  .hm-content {
    width: 550px;
    padding-right: 50px;
  }

  .hm-item {
    width: calc(100% - 550px);
  }

  .articleinfo {
    padding: 20px 20px;
  }

  .articlecontainer {
    gap: 6px;
  }

  .articlecontainer a {
    width: calc(33.33% - 6px);
  }

  .mainheader .headcontainer,
  body.fixed-header .mainheader .headcontainer {
    min-height: 60px;
  }

  .mainheader .headcontainer a.sitelogo,
  body.fixed-header .mainheader .headcontainer a.sitelogo {
    max-width: 150px;
  }

  .headcontainer .btnbar {
    margin-right: 50px;
  }

  .headcontainer .button-group {
    margin-right: 60px;
  }

  .arrowleft:before {
    display: none;
  }

  .thank_you_content {
    margin: 40px auto;
  }

  .articlecontainer .articlebx {
    width: 290px !important;
  }

  .trustedpartner_cta {
    min-height: 300px;
  }

  .ctatxtcontainer {
    max-width: 60%;
    margin: 0 0 0 60px;
  }

  div#offer {
    max-width: 90%;
  }
}

@media (max-width: 992px) {
  .topheader .headtimediv {
    display: none;
  }

  .hm-content {
    width: 400px;
    padding-right: 30px;
  }

  .hm-item {
    width: calc(100% - 400px);
  }

  .ftupper.ftcta {
    min-height: auto;
    justify-content: center;
    padding: 20px 0 5px;
  }

  .ftmiddle {
    flex-wrap: wrap;
    padding: 0 0 10px 0;
  }

  .ftcta_left {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
  }

  .ftmiddle_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 0;
  }

  .ftopeninghrs {
    border-top: 0px solid rgba(255, 255, 255, 0.1);
  }

  .ftmiddle_right {
    width: 100%;
    padding-left: 0;
    border-left: 0px solid transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0 0;
  }

  footer {
    min-height: auto;
  }

  main.suburbpg .areaslising_sec ul li,
  main.servicepg .areaslising_sec ul li {
    width: 50%;
  }

  .ftupper.ftcta {
    padding: 20px 0 20px;
  }

  .formcontainer .wpcf7.js,
  .formcontainer .wpcf7.no-js {
    width: calc(100% - 225px);
  }

  .articlecontainer .slick-slide {
    text-align: center;
  }

  .articlecontainer .slick-slide a.articlebx {
    margin: 0;
    width: 94% !important;
  }

  .articlecontainer .slick-track {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .articlename,
  a.articlebx p {
    text-align: left;
  }

  #offer .form-group.form-group50 {
    width: 47% !important;
  }

  section.hmformsec .formcontainer .wpcf7-not-valid-tip {
    bottom: -36px;
  }

  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    display: none;
  }


  main.servicepg .requestquotecta:before {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hm-content {
    width: 100%;
    padding-right: 0;
  }

  .hm-item {
    width: 100%;
    max-width: 500px;
  }

  .getintouch_div {
    width: 250px;
  }

  .articlecontainer {
    gap: 10px;
  }

  .articlecontainer a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f2f5f6;
  }

  .articleimg {
    overflow: hidden;
    max-width: 180px;
    min-width: 196px;
  }

  .articlename {
    font-size: 16px;
    margin-bottom: 8px;
    height: 40px;
    -webkit-line-clamp: 2;
  }

  a.articlebx p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    height: 40px;
    -webkit-line-clamp: 2;
  }

  .row-reverse .hm-content {
    padding-left: 0;
  }

  .row-reverse {
    flex-direction: row;
  }

  .mrgb100 {
    margin-bottom: 40px;
  }

  main.suburbpg .areaslising_sec ul li,
  main.servicepg .areaslising_sec ul li {
    width: 33.33%;
  }

  .inner_banner_sec.bigbanner {
    min-height: 250px;
  }

  .suburb_inner_banner_sec.bigbanner {
    min-height: unset;
  }

  .breadcrumb_wrap {
    min-height: 200px;
  }

  .error-left {
    padding-right: 0;
  }

  .error-left,
  .error-right {
    width: 100%;
  }

  .inner_banner_sec {
    min-height: 200px;
  }

  .suburb_inner_banner_sec {
    min-height: 200px;
  }

  .articlecontainer .articlebx,
  main.blogpg .articlecontainer .articlebx {
    width: 100% !important;
    margin: 0 0px 10px;
  }

  main.suburbpg .uspslider_container,
  main.servicepg .uspslider_container {
    margin-bottom: 20px;
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 20px;
  }

  .container {
    padding: 0 25px;
  }

  .ctatxtcontainer {
    max-width: 100%;
    width: calc(100% - 60px);
    margin: 0 30px;
  }

  .hmformsec form.formdiv {
    padding: 0 !important;
  }

  .formcontainer .wpcf7.js,
  .formcontainer .wpcf7.no-js {
    width: calc(100% - 160px);
  }

  footer .arrowright:before {
    display: none;
  }

  .logobg:before,
  .logobg:after {
    display: none;
  }

  .thank_you_content {
    margin: 40px auto;
    padding-bottom: 0;
  }

  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    position: relative;
    top: 0;
  }

  #offer .form-group.form-group50 {
    width: 100% !important;
  }

  .fancybox-slide .test_popup .reviewbox {
    width: 100%;
  }

  section.hmformsec .formcontainer .wpcf7-not-valid-tip {
    position: relative;
    bottom: 0;
  }

  section.hmformsec .formcontainer .wpcf7 form .wpcf7-response-output {
    margin: 0 0 10px;
  }

  .serviceslide_container.slick-initialized .serviceslidebx .serviceinfobx:after {
    display: none;
  }
}

@media (max-width: 576px) {

  body,
  .hm_service_sec.mrgb100,
  .beforeafter_sec.mrgb100,
  .scrollingtxt_sec.mrgb100,
  .hm_article_sec.mrgb100 {
    overflow-x: hidden;
  }

  .fulwidthfixed {
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: var(--white);
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
  }

  .headcontainer .btnbar {
    display: none;
  }

  .heademaildiv a {
    font-size: 0;
  }

  .scrollTop {
    display: none;
  }

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

  .ftopeninghrs {
    margin-top: 15px;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
  }

  .getintouch_div {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }

  .ftmiddle {
    padding: 0;
  }

  .quicklinks_div {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    margin: 0 0 20px 0;
  }

  .ourservices_div {
    width: 100%;
  }

  .ftmiddle_right ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .ftmiddle_right ul li {
    width: 50%;
  }

  .getintouch_div .fttitle {
    background: transparent;
  }

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

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

  .ftmiddle_right ul {
    display: none;
  }

  /* .copyright p span {
        display: block;
        width: 100%;
    } */
  .copyright p span {
    display: inline-block;
    width: auto;
  }

  .copyright p {
    min-height: 50px;
    line-height: 1;
    padding: 5px 0;
  }

  .articleimg {
    overflow: hidden;
    max-width: 150px;
    min-width: 150px;
  }

  button,
  .button,
  button[type="submit"],
  input[type="submit"] {
    font-size: 12px;
    padding: 10px 15px;
  }

  .mrgb100 {
    margin-bottom: 30px;
  }

  .copyright {
    padding-bottom: 70px;
  }

  .headcontainer .button-group {
    display: none;
  }

  .instatitlesec {
    flex-wrap: wrap;
    justify-content: center;
  }

  .instatitlesec .heading-34 {
    width: 100%;
    text-align: center;
  }

  .instatitlesec .btn-theme img.imgleft {
    max-width: 30px;
  }

  main.suburbpg .areaslising_sec ul li,
  main.servicepg .areaslising_sec ul li {
    width: 50%;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .copyright p {
    line-height: 1.5;
  }

  .trustedpartner_cta {
    min-height: 350px;
  }

  .trustedpartner_cta .button-group {
    justify-content: center;
  }

  .formcontainer .wpcf7.js,
  .formcontainer .wpcf7.no-js {
    width: 100%;
  }

  .ctatxtcontainer .heading-44.whitetxt,
  .ctatxtcontainer p {
    text-align: center;
  }

  .ctatxtcontainer .btnbar {
    width: 100%;
    text-align: center;
  }

  a.articlebx span {
    font-size: 12px;
  }

  #offer .form-container .heading-40 {
    margin-bottom: 10px;
  }

  .sitecontentsec.bannerform {
    padding-top: 70px;
  }

  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    display: block;
  }

  .simple_gallery-slider {
    margin: 10px 0 0;
    padding: 0 0 10px 0;
  }

  .rpi .rpi-badge {
    bottom: 30px;
  }
}

@media (max-width: 480px) {
  a.articlebx p {
    display: none;
  }

  .articleimg {
    overflow: hidden;
    max-width: 120px;
    min-width: 120px;
  }

  .articlename {
    font-size: 14px;
    /* height: 52px; */
    height: auto;
    -webkit-line-clamp: 2;
  }

  .articlecontainer .articlebx,
  main.blogpg .articlecontainer .articlebx {
    background: #f2f5f6;
  }

  .articlecontainer a:hover .articleinfo {
    background: transparent;
  }

  .articlecontainer a.articlebx:hover .articlename,
  .articlecontainer a.articlebx:hover p {
    color: var(--darkblue);
  }

  .articleinfo span {
    font-size: 14px;
  }

  .articleinfo {
    padding: 15px;
  }

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

  #offer .button,
  button[type="submit"],
  input[type="submit"] {
    padding: 15px 15px;
    width: 100%;
  }

  #offer .form-container .heading-40 {
    font-size: 26px;
  }

  div#offer {
    padding: 40px 20px;
  }
}

@media (max-width: 375px) {

  .breadcrumb_wrap h1,
  .breadcrumb_wrap .pagetitle {
    font-size: 20px;
  }
}

@media (max-width: 360px) {

  main.suburbpg .areaslising_sec ul li,
  main.servicepg .areaslising_sec ul li {
    width: 100%;
  }
}

.service_content p {
  text-align: left;
}