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

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

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

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

li.nocursor a {
  cursor: unset;
}

/*-----RESET-----*/
:root {
  --white-color: #fff;
  --primary-color: #000000;
  --secondary-color: #101010;
  --gray-color: #f6f6f6;
  --blue-color: #007bb6;
  --yellow-color: #ffcc00;
}

html,
body {
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: var(--secondary-color);
  line-height: 100%;
  letter-spacing: 0.4px;
}

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;
}

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-width: 1px;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: "Montserrat";
  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-----*/
::-webkit-input-placeholder {
  color: #52575b;
  font-family: "Montserrat";
  font-weight: 500;
}

::-moz-placeholder {
  color: #52575b;
  font-family: "Montserrat";
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #52575b;
  font-family: "Montserrat";
  font-weight: 500;
}

::-moz-selection {
  color: #fff;
  background: #1a1818;
}

::selection {
  color: #fff;
  background: #1a1818;
}

select {
  -webkit-appearance: none;
  -moz-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: 80px;
  overflow: hidden;
  margin: 0;
}

.message_area textarea {
  min-height: 120px;
}

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

.message_area {
  line-height: 100%;
}

.form-control {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  height: 52px;
  background: var(--white-color);
  color: #52575b;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0.4px;
}

.submitbtn input[type="submit"] {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: 100%;
}

.submit_btn .submitbtn {
  width: 100%;
  background: transparent;
  color: var(--secondary-color);
  text-transform: uppercase;
  border: 0;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 100%;
  padding: 6px 29px;
  cursor: pointer;
  text-align: left;
  background: url(../../assets/images/svg/submit-arrow.svg) no-repeat right 20px top 16px;
}

.submit_btn {
  background: var(--yellow-color);
  border: 1px solid var(--yellow-color);
  border-radius: 6px;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  width: 222px;
  min-height: 52px;
}

.submit_btn:hover {
  border-color: var(--blue-color);
}

.submit_btn:hover .submitbtn {
  color: var(--white-color);
  background: url(../../assets/images/svg/submit-arrow-white.svg) no-repeat right 20px top 16px;
}

.submit_btn:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: var(--blue-color);
  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;
}

.submit_btn:hover:after {
  height: 100%;
}

.form-control:focus {
  border-color: #fff !important;
}

select.form-control {
  background: url(../../assets/images/svg/caret-black.svg) no-repeat top 20px right 15px #fff;
  padding: 12px 35px 12px 20px;
}

/*-----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;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}

.border_radius {
  border-radius: 6px;
  overflow: hidden;
  display: block;
}

.border_top_radius {
  border-radius: 6px 6px 0 0;
}

.image_div {
  overflow: hidden;
  position: relative;
}

/*-----HELPER-----*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none;
}

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

.mCSB_inside>.mCSB_container {
  margin-right: 35px;
}

.mCustomScrollbar .mCSB_scrollTools {
  opacity: 0;
}

.mCustomScrollbar:hover .mCSB_scrollTools {
  opacity: 1;
}

.cborder {
  border-radius: 5px;
}

/*----------------------------------------COMMON------------------------------------*/
/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 0;
  bottom: 85px;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  z-index: 10;
  color: var(--secondary-color);
  background: var(--gray-color);
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 30%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrollTop>i {
  font-weight: bold;
}

.scrollTop:hover {
  -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes uparrow {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-0.4em);
  }
}

/*-----BREADCRUMBS-----*/
main {
  position: relative;
}

.breadcrumb {
  position: relative;
  border-bottom: 1px solid #dedfe1;
}

.breadcrumb_full .container {
  max-width: 1840px;
}

.breadcrumb_wrapper {
  position: relative;
  min-height: 250px;
  background: rgb(0 0 0 / 40%);
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb_wrapper .container {
  width: 100%;
}

.breadcrumb .incontainer {
  width: 100%;
}

ul.woo_breadcums {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
}

ul.woo_breadcums li {
  list-style: none;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

ul.woo_breadcums li span {
  padding: 0;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 12px 0 0;
  display: inline-block;
}

ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "-";
  top: 0;
  right: -20px;
  width: 15px;
  height: 15px;
}

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

.breadcrumb.areas-breadcrumb {
  border-top: 1px solid rgb(193 193 193 / 30%);
  border-bottom: 0;
}

/*-----CONTENT-----*/
h1,
h2,
h3,
h4,
h5,
h5,
h6,
.title_xlg,
.title_lg,
.title_md,
.title_sm,
.title_xs,
[class*="title_"] {
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 20px;
}

h1,
.title_xlg {
  font-size: 50px;
  line-height: 60px;
}

h2,
.title_lg {
  font-size: 40px;
  line-height: 46px;
}

h3,
.title_md {
  font-size: 30px;
  line-height: 36px;
}

h4,
.title_sm {
  font-size: 22px;
  line-height: 32px;
}

h5,
.title_xs {
  font-size: 18px;
  line-height: 30px;
}

h6,
.title_xxs {
  font-size: 16px;
  line-height: 20px;
}

/* INTRO */
.center_block {
  margin-bottom: 50px;
}

.head_xs {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

/* +++++++++++++++ TEXT CASE +++++++++++++++ */
.uppercase {
  text-transform: uppercase;
}

.text_white {
  color: #fff;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

/* +++++++++++++++ SPACE +++++++++++++++*/
.my_100 {
  margin: 100px 0;
}

.my_80 {
  margin: 80px 0;
}

.my_50 {
  margin: 50px 0;
}

.mt_35 {
  margin-top: 35px;
}

.mt_30 {
  margin-top: 30px;
}

.my_40 {
  margin: 40px 0;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_0 {
  margin-bottom: 0;
}

.py_100 {
  padding: 100px 0;
}

.py_80 {
  padding: 80px 0;
}

/* +++++++++++++++ COLUMN +++++++++++++++ */
.col6 {
  width: 50%;
}

/* +++++++++++++++ BACKGROUND +++++++++++++++ */
.bluebg {
  background: var(--blue-color);
}

.graybg {
  background: var(--gray-color);
}

.blue_clr {
  color: var(--blue-color);
}

.yellow_clr {
  color: var(--yellow-color);
}

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

/* +++++++++++++++ FONT WEIGHT +++++++++++++++ */
.font_semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

/*+++++++++++++++ P tags +++++++++++++++*/
p {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 32px;
}

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

p a {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}

p a:hover {
  color: var(--blue-color);
}

.page_wrapper p:last-of-type~div,
.page_wrapper p:last-of-type+ul {
  margin-top: 30px;
}

/*+++++++++++++++Default List+++++++++++++++*/
.dlist {
  display: flex;
  flex-wrap: wrap;
}

.dlist li,
ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
  position: relative;
  padding-left: 20px;
  flex: 0 0 100%;
  color: #101010;
}

.half li {
  flex: 0 0 50%;
}

.thrice li {
  flex: 0 0 33.33%;
}

.dlist li:before {
  content: "";
  background: url(../../assets/images/svg/black-caret.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
}

.dlist li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 12px;
}

ol {
  margin-top: 30px;
  padding-left: 20px;
}

ol li {
  padding-left: 12px;
}

.dlist li a {
  text-decoration: underline;
  font-weight: bold;
}

.dlist li a:hover {
  color: var(--blue-color);
}

/*+++++++++++++++ Inner Content +++++++++++++++*/
.semi_title {
  font-size: 20px;
  color: #007bb6;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: normal;
}

.title_line {
  position: relative;
  display: inline-block;
  padding-right: 75px;
}

.title_line::after,
.side_line:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #007bb6;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

.side_line:before {
  left: 0;
}

.side_line {
  padding-left: 75px;
}

.intro [class*="title_"] {
  margin-bottom: 12px;
}

.inpage {
  margin: 80px 0;
}

.yellow_box {
  border: 1px solid var(--yellow-color);
  border-radius: 6px;
  padding: 10px;
  position: relative;
  box-shadow: -4px 4px 0px var(--yellow-color);
}

/* +++++++++++++++ COLUMN +++++++++++++++ */
.block_ctent {
  width: calc(100% - 600px);
  padding-right: 100px;
}

.block_img {
  width: 600px;
}

.flex-row-reverse .block_ctent {
  padding-left: 100px;
  padding-right: 0;
}

.block_ctent [class*="btn_"] {
  margin-top: 30px;
}

.block_ctent_left {
  width: calc(100% - 312px);
  padding-right: 240px;
}

.small_block_img {
  width: 312px;
}

hr {
  margin: 45px 0;
  border-top: 1px solid rgb(163 167 170 / 20%);
  border-bottom: 0;
}

/* +++++++++++++++ BUTTONS +++++++++++++++*/

.btnlist {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 0 -8px;
}

.btnlist li {
  padding: 0px 8px;
}

[class*="btn_"] {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.2px;
  color: #101010;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  position: relative;
  z-index: 0;
  padding: 15px 29px;
  overflow: hidden;
  border: 1px solid #ffcc00;
  background: #ffcc00;
  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;
}

[class*="btn_"] span {
  width: 20px;
  height: 20px;
  background: #101010;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid #101010;
  padding: 1px 2px 1px 0px;
}

.btn_border {
  border-color: #c4c4c4;
  background: #fff;
  color: #52575b;
}

.btn_border span {
  background: #52575b;
  border-color: #52575b;
}

.btn_border span img {
  filter: brightness(0) invert(1);
}

[class*="btn_"]:hover {
  color: var(--white-color);
  border-color: var(--blue-color);
}

[class*="btn_"]:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: var(--blue-color);
  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;
}

[class*="btn_"]:hover:after {
  height: 100%;
}

[class*="btn_"]:hover span>img {
  filter: brightness(0) invert(1);
}

[class*="btn_"]:hover span {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn_border:hover {
  border-color: var(--yellow-color);
  color: var(--secondary-color);
}

.btn_border:after {
  background: var(--yellow-color);
}

/* *********** SLICK SLIDER ************* */
.slick-arrow .slick-prev,
.slick-arrow .slick-next {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #dedfe1;
  border-radius: 100%;
  z-index: 1;
}

.slick-arrow .slick-prev {
  left: 0;
}

.slick-arrow .slick-next {
  right: 0;
}

.slick-arrow .slick-prev:hover,
.slick-arrow .slick-next:hover {
  background: #ffcc00;
  border-color: #ffcc00;
}

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

.slick-arrow .slick-prev:after,
.slick-arrow .slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  bottom: 0;
}

.slick-arrow .slick-prev:after {
  background: url(../../assets/images/svg/angle-left.svg) no-repeat;
}

.slick-arrow .slick-next:after {
  background: url(../../assets/images/svg/angle-right.svg) no-repeat;
}

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

.slick-dots li button {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 100%;
}

.slick-dots li button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: rgb(82 87 91 / 40%);
  border-radius: 100%;
  margin: auto;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  border-color: #007bb6;
}

.slick-dots li.slick-active button::after,
.slick-dots li button:hover::after {
  background: #007bb6;
  width: 8px;
  height: 8px;
}

/*-----HEADER-----*/
/* #header_sticky{position: sticky;z-index: 11;width: 100%;top:0;} */
.wrap {
  display: flex;
  flex-wrap: wrap;
}

.mainheader {
  position: relative;
  z-index: 11;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  background: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 15%);
}

header .container-fluid {
  padding: 0 0 0 40px;
}

.logo-left {
  width: 338px;
  padding-top: 8px;
}

.head-right {
  width: calc(100% - 338px);
}

.menu_link ul {
  margin-bottom: 0;
}

.hidden,
.menulogo,
.menu_link nav>ul>li.hidden,
.togglebtn {
  display: none;
}

.menu_link>nav>ul {
  font-size: 0;
  text-align: center;
  line-height: 100%;
  margin-bottom: 0;
}

.top_head .menu_link nav>ul>li {
  padding: 0 43px;
  margin: 0;
}

.top_head .menu_link nav>ul>li:first-child {
  padding-left: 0;
}

.menu_link nav>ul>li {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 24px;
}

.menu_link nav>ul>li.has-sub {
  position: static;
}

.menu_link nav>ul>li>a,
.submenu li a {
  font-family: "Montserrat";
  font-weight: bold;
  color: var(--secondary-color);
  font-size: 14px;
  padding: 20px 0 32px;
  display: block;
  position: relative;
  line-height: 100%;
  letter-spacing: 0.6px;
  z-index: 1;
  text-transform: uppercase;
}

.menu_link nav>ul>li:first-child,
.bottom_head .menu_link nav>ul>li:first-child {
  padding-left: 0;
}

.menu_link nav>ul>li:last-child,
.bottom_head .menu_link nav>ul>li:last-child {
  padding-right: 0;
}

.menu_link .fa-angle-down.menudrop {
  font-size: 16px;
  padding-left: 8px;
  top: 0;
  position: relative;
  line-height: 0;
  font-weight: bold;
}

.top_head ul li {
  position: relative;
}

.top_head ul>li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 15px;
  color: rgb(255 255 255 / 20%);
  right: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 100%;
  font-size: 17px;
}

.top_head ul.social_list>li:not(:last-child):after {
  color: var(--white-color);
}

.top_head {
  background: var(--blue-color);
  padding: 0 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top_head .menu_link nav>ul>li>a {
  padding: 14px 0;
  font-weight: 600;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
}

.top_head .menu_link nav>ul>li>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--yellow-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.top_head .menu_link nav>ul>li>a:hover:after {
  width: 100%;
}

.top_head .menu_link nav>ul>li>a:hover,
.top_head .menu_link nav>ul>li.active>a {
  color: var(--yellow-color);
}

.top_head .menu_link nav>ul>li>a:hover img,
.top_head .menu_link nav>ul>li.active>a img {
  filter: brightness(1);
}

.top_head .menu_link nav>ul>li>a img {
  margin-right: 6px;
  filter: brightness(0) invert(1);
}

.top_head .social_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top_head .social_list {
  margin: 0 -30px;
}

.top_head .social_list li {
  padding: 0 26px;
  line-height: 100%;
}

.top_head .social_list li a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--white-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 0;
}

.top_head .social_list li a span {
  margin-left: 6px;
}

.top_head .menu_link .submenu {
  padding: 40px;
  min-width: 395px;
  left: 0;
  border-bottom-color: var(--yellow-color);
  background: var(--white-color);
}

.bottom_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px 40px 0 0;
  position: relative;
}

.menu_link .sub_menulink.location_nav li {
  border-bottom: 0;
}

.sub_menulink.location_nav li:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.sub_menulink.location_nav li a {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  padding: 0 0 0 30px;
  line-height: 20px;
}

.sub_menulink.location_nav li a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
  background: url(../../assets/images/svg/location-blue.svg) no-repeat;
  filter: brightness(0);
  width: 16px;
  height: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.sub_menulink.location_nav li:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #dedfe1;
}

.sub_menulink.location_nav li.hidden {
  display: none;
}

.top_head .show_location_mobile {
  display: none;
}

/* TOP HEAD DROPDOWN */
.fixed-header .mainheader {
  position: fixed;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.23);
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: headfadeIn;
  animation-name: headfadeIn;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  top: 0;
  width: 100%;
  z-index: 111;
  background: #fff;
}

@-webkit-keyframes headfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.menu_link .submenu.dropdown {
  width: 350px;
}

.menu_link .submenu {
  left: 0;
  padding: 20px 30px;
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 1190px;
  text-align: left;
  border-radius: 0;
  z-index: 10;
  background-color: var(--white-color);
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 23%);
  border-bottom: 3px solid #007bb6;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0;
}

.menu_link li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  display: block;
}

.menu_link .submenu.service_dropdown {
  padding: 0;
}

.menu_link .submenu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid var(--white-color);
}

.menu_wrap {
  display: flex;
  flex-wrap: wrap;
  background: var(--gray-color);
}

.menu_col {
  width: 420px;
  padding: 30px 25px;
}

.menu_right {
  width: calc(100% - 420px);
  display: flex;
  flex-wrap: wrap;
}

.menu_col .sub_menulink li a img[title="specifications list"] {
  width: 20px;
}

.menu_indust {
  width: 305px;
  padding: 40px 50px;
  background: var(--white-color);
  border-radius: 6px 0 6px 6px;
}

.menu_col .sub_menulink li a {
  display: flex;
  align-items: center;
}

.menu_col .sub_menulink li a span {
  width: 35px;
  display: block;
  padding-right: 10px;
}

.menu_img {
  width: calc(100% - 305px);
}

.sub_menulink li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  padding: 12px 0 12px 20px;
}

.service_dropdown .sub_menulink li:not(:last-child),
.sub_menulink li>.menu-level1>li:not(:last-child) {
  border-bottom: 1px solid #dedfe1;
}

.head-right .nav_link li a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: url(../../assets/images/svg/angle-right.svg) no-repeat;
  width: 11px;
  height: 11px;
  bottom: 0;
  margin: auto 0;
}

.menu_indust_list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.4px;
  position: relative;
  padding: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.menu_indust_list li a span {
  width: 38px;
  padding-right: 10px;
}

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

.areas_dropdown .submenu {
  max-width: 750px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.areas_dropdown .submenu .nav_link {
  display: flex;
  flex-wrap: wrap;
}

.areas_dropdown .submenu .nav_link li {
  width: 33.33%;
}

.menu_link nav>ul>li>a:hover,
.menu_link nav>ul>li.active>a,
.submenu>li:hover>a,
.submenu>li.active>a,
.sub_menulink li>a:hover,
.sub_menulink li.active>a,
.menu_indust_list li:hover a,
.menu_indust_list li.active a {
  color: var(--blue-color);
}

.service_dropdown .menu_right .menu_indust_list li a {
  cursor: default;
}

/* *********************************** */
/* SERVICE AREAS */
/* *********************************** */
.menu_link .submenu.megamenu {
  left: 0;
  position: absolute;
  top: 100%;
  width: 1450px;
  max-width: 1044px;
  padding: 0;
  text-align: left;
  z-index: 10;
  background: #fff;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: auto;
  align-items: center;
}

.megamenu li a:hover {
  background: #fff;
}

.menu_link li .menu-level1 {
  width: 335px;
  background: var(--gray-color);
  padding: 20px 0 30px;
  border-bottom: 0;
  min-height: 650px;
}

.sub_menulink li>.menu-level1>li>a {
  padding: 25px 0 25px 20px;
}

.sub_menulink li>.menu-level1>li>a .fa-angle-down:before {
  content: "\f105";
}

.areas_dropdown .megamenu li ul li a i.menudrop {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  line-height: 100%;
  width: 18px;
  height: 18px;
}

.menu_link .menu-level1 li.has-sub {
  position: static;
}

.menu_link .menu-level1 li .menu-level2 {
  left: 335px;
  top: 0;
  width: calc(100% - 335px);
  background: #ffffff;
  z-index: 0;
  height: 100%;
  padding: 20px 20px 20px 70px;
  border-bottom: 0;
}

.menu_link .menu-level1 li .menu-level2 li {
  border: 0 !important;
  width: 32%;
  display: inline-flex;
  float: none;
  background: transparent;
}

.menu_link .menu-level1 li .menu-level2 li a,
.menu_link li.areas-widt li a {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  padding: 5px 0;
  display: block;
  width: 100%;
  line-height: 20px;
}

.menu_link .menu-level1 li .menu-level2,
.menu_link .menu-level1 li .menu-level2 li .childmenu {
  display: none;
}

.menu_link li:hover .menu-level1,
.menu_link .menu-level1 li:hover .menu-level2,
.menu_link li:hover .megamenu,
.menu_link .menu-level1 li.has-sub.active-submenu .menu-level2,
.menu_link .menu-level1 li .menu-level2 li:hover .childmenu {
  display: block;
}

/* AREAS 2 COLUMN*/
.menu_link li.areas-widt .submenu.megamenu {
  max-width: 700px;
}

.menu_link li.areas-widt ul.menu-level2 {
  padding: 20px 20px 20px 70px;
  display: flex;
  flex-wrap: wrap;
}

.menu_link li.areas-widt ul.menu-level2 li {
  width: 33.33%;
}

/* *********************************** */
/* OUR PRODUCT */
/* *********************************** */
.hm_brands {
  margin: 60px 0 0;
  padding-bottom: 60px;
}

.location_melbourne .hm_brands,
.locationpg .hm_brands {
  border-bottom: 1px solid #dedfe1;
}

.brand_left {
  width: 225px;
  padding-right: 55px;
}

.brand_right {
  width: calc(100% - 225px);
}

.brand_js {
  border: 1px solid #dedfe1;
  border-left: 0;
  margin-bottom: 0;
}

.brand_js li .box,
.brand_list li .box {
  padding: 8px;
  min-height: 111px;
  align-items: center;
  border-radius: 0;
  border-left: 1px solid #dedfe1;
}

.brand_js.slick-arrow .slick-prev {
  left: -16px;
}

.brand_js.slick-arrow .slick-next {
  right: -16px;
}

.brand_left .title_md {
  margin-bottom: 0;
}

/* *********************************** */
/* OUR PRODUCT */
/* *********************************** */
#our-product-tab {
  margin-top: 40px !important;
}

/*.product_wrap .resp-tabs-container .title_md{display: none;}*/
/*.hm_product #our-product-tab {margin-bottom: 36px !important;}*/
.resp-tabs-container div.resp-tab-content .title_md {
  display: none;
}

.resp-tabs-container div .title_md {
  display: block;
  text-align: center;
}

/* *********************************** */
/* special offer */
/* *********************************** */
.hm_discount {
  background: rgb(16 16 16 / 80%);
  position: relative;
  padding-bottom: 142px;
  padding-top: 95px;
}

.disc_left {
  padding-right: 40px;
}

.disc_left p {
  color: var(--white-color);
  padding-right: 40px;
  font-weight: 500;
}

.disc_left .title_xlg {
  margin-bottom: 5px;
}

.badge_box {
  padding: 12px 30px 12px 20px;
  color: var(--yellow-color);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.badge_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../../assets/images/trangle-shape.png) no-repeat;
  width: 170px;
  height: 40px;
}

.disc_right {
  padding-left: 115px;
}

.disc_right .image_div {
  max-width: 545px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.disc_right .image_div:before,
.disc_right .image_div:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 358px;
  height: 358px;
  border: 3px solid rgb(255 255 255 / 10%);
  margin: 0 auto;
  border-radius: 100%;
  z-index: -1;
}

.disc_right .image_div:before {
  width: 418px;
  height: 418px;
  top: -30px;
}

.emergency_cta {
  background: #fff;
  border-radius: 6px;
  padding: 24px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cta_information {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cta_information .chat_icon {
  width: 50px;
}

.cta_information .cta_detail {
  width: calc(100% - 50px);
  padding-left: 35px;
}

.emergency_locksmit .emergency_wrap {
  position: absolute;
  top: -60px;
  width: 98%;
  padding: 8px;
  margin: 0 auto;
}

.cta_detail p {
  font-size: 16px;
  letter-spacing: 0;
}

.cta_detail .title_sm {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
}

/* *********************************** */
/* WE SERVE RANGE OF INDUSTRIES */
/* *********************************** */
.serve_industries {
  border-top: 1px solid #fff;
}

.indust_top_space.serve_industries {
  padding-top: 145px;
}

.box {
  background: #fff;
  border-radius: 6px;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

.industries_list li .box .title_xs {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.industries_list li .box {
  text-align: center;
}

.industries_list li .box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background: #ffcc00;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.industries_list li .box {
  overflow: hidden;
}

.industries_list li .box:hover:before {
  width: 100%;
}

.industries_list {
  margin: 46px -17px 0;
}

.industries_list li {
  padding: 0 17px;
}

.indust_icon {
  min-height: 65px;
  margin: 0 auto 15px;
  text-align: center;
  width: 100%;
}

.indust_icon>img {
  margin: 0 auto;
}

.industries_js .slick-arrow {
  opacity: 0.3;
}

.industries_js .slick-arrow:hover {
  opacity: 1;
}

.industries_js.slick-arrow .slick-prev {
  left: -30px;
}

.industries_js.slick-arrow .slick-next {
  right: -40px;
}

/* *********************************** */
/* WHY CHOOSE */
/* *********************************** */
.choose_left {
  padding-left: 50px;
}

.choose_right {
  padding: 10px 60px 0 132px;
}

.ch_box {
  display: flex;
  align-items: center;
}

.ch_icon {
  width: 90px;
}

.ch_icon>img {
  margin: 0 auto;
}

.ch_box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  width: calc(100% - 153px);
}

.choose_list li:not(:last-child) {
  border-bottom: 1px solid #dedfe1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cta_box {
  border: 2px dashed #ffcc00;
  padding: 14px 15px;
  margin-top: 28px;
  border-radius: 6px;
}

.choose_list {
  margin-top: 35px;
}

.cta_box .btnlist {
  margin: 0;
  justify-content: space-between;
  width: 100%;
}

.cta_box .btnlist li {
  padding: 0;
}

.choose_right .cta_box {
  margin-top: 45px;
}

/* *********************************** */
/* FAQ */
/* *********************************** */
.hm_faq {
  padding: 70px 0 105px;
  background: rgb(16 16 16 / 80%);
}

.faq_left {
  width: 505px;
  padding-right: 30px;
  padding-top: 24px;
}

.faq_right {
  width: calc(100% - 505px);
}

.faq_left .badge {
  margin-top: 80px;
}

/* *********************************** */
/* CONTENT */
/* *********************************** */
.hm_content {}

.img_block {
  width: 600px;
}

.ctent_block {
  width: calc(100% - 600px);
  padding-right: 100px;
}

.ctent_inner {
  padding-right: 125px;
}

.ctent_block .intro .title_xs {
  padding-right: 60px;
}

/* .content_sec {margin-bottom: 160px;} */
.flex-row-reverse .ctent_block {
  padding-left: 100px;
  padding-right: 0;
}

/* CTA */
.cta_wrapper {
  padding-bottom: 55px;
}

.cta_inner {
  background: #007bb6;
  padding: 23px 30px;
  border-radius: 6px;
}

.title_img img.chat_icon {
  margin-right: 25px;
}

.cta_right {
  width: 455px;
  text-align: right;
}

.cta_left {
  width: calc(100% - 455px);
}

.call_btn {
  display: flex;
  align-items: center;
  text-align: left;
}

.call_btn p {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.6px;
  padding-left: 12px;
  text-transform: uppercase;
}

.call_white.call_btn p {
  color: #fff;
}

.call_btn p span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
}

.cta_right .btnlist {
  margin: 0 -15px;
}

.cta_right .btnlist li {
  padding: 0 15px;
}

.cta_wrap {
  border: 2px dashed var(--yellow-color);
  padding: 8px;
  border-radius: 6px;
  position: absolute;
  top: -5px;
  width: 98%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cta_left .ctatitle_wrap {
  margin-bottom: 0;
}

.cta_left .ctatitle_wrap img.chat_icon {
  margin-right: 15px;
}

.call_btn:hover p span {
  color: var(--blue-color);
}

.cta_inner .btn_theme:hover {
  border-color: var(--white-color);
}

.cta_inner .call_btn:hover p span {
  color: var(--yellow-color);
}

/* *********************************** */
/* BRAND */
/* *********************************** */
.brand_list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.brand_list .box {
  padding: 8px;
  border: 1px solid #dedfe1;
  align-items: center;
  min-height: 111px;
  border-radius: 0;
  margin-bottom: -1px;
  margin-right: -1px;
}

/* *********************************** */
/* FOOTER */
/* *********************************** */
footer {
  background: #101010;
  padding-top: 105px;
}

.ft_block {
  width: 415px;
}

.ft_block2 {
  width: calc(100% - 415px);
}

.ft_ctent p {
  color: #a3a7aa;
  font-size: 16px;
  line-height: 24px;
}

.ft_bottom {
  margin: 45px 0 35px;
}

footer .title_xs {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
  line-height: 100%;
  position: relative;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.2px;
}

.membox {
  background: #fff;
  margin-top: 30px;
  padding: 10px;
  display: inline-block;
}

.police_lic {
  margin-top: 18px;
  padding-top: 20px;
  position: relative;
  max-width: 158px;
}

.police_lic a.facebook {
  display: none;
}

.police_lic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background: #707070;
}

.police_lic p,
.reg_number p {
  font-size: 14px;
  line-height: 20px;
  color: #a3a7aa;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}

.police_lic p span,
.reg_number p span {
  display: block;
}

.member_inner {
  max-width: 160px;
  text-align: center;
  margin-left: 30px;
}

.member_logo span img {
  margin: 0 auto;
}

.quick_link li a {
  font-size: 14px;
  color: #a3a7aa;
  letter-spacing: 0.6px;
  line-height: 100%;
}

.ft_services {
  width: 315px;
}

.ft_quick {
  width: 320px;
}

.ft_regions {
  width: 250px;
}

.ft_social {
  margin-top: 58px;
  text-align: center;
}

.ft_social a {
  display: inline-block;
}

.reg_number p {
  text-align: left;
  line-height: 22px;
  margin-bottom: 20px;
}

.ft_regions .reg_number {
  margin-top: 35px;
}

footer ul {
  margin-bottom: 0;
}

.quick_link li {
  line-height: 100%;
  margin-bottom: 20px;
}

.copyright {
  background: #fff;
  padding: 10px 0;
}

.copyright p {
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.6px;
}

.quick_link li:hover a,
.quick_link li.active a {
  color: var(--yellow-color);
}

.ft_regions .ft_social a {
  display: inline-block;
  border-radius: 100%;
}

.ft_regions .ft_social a:hover {
  box-shadow: 0px 0px 8px #ffcc00;
}

.ctatitle_wrap .mobilefooter {
  display: none;
}

/* *********************************** */
/* Woocommerce */
/* *********************************** */
#our-product-tab .woocommerce ul.products {
  margin: 0 -15px;
  padding-bottom: 60px;
}

#our-product-tab .woocommerce ul.products li.product {
  margin: 0 15px;
}

/*----- thank you 0r error -----*/
.thank_you_content {
  text-align: center;
}

.thank_you_content p {
  font-size: 18px;
}

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

/* .thank_you_content p a:hover{color: var(--secondary-color);} */
.thank_you_content>img {
  margin: 0 auto;
}

.fancybox-slide>* {
  position: relative;
  padding: 0;
  border-radius: 10px;
  margin: 0;
}

.pop-up-left {
  background: #E3EFFF;
}

/*----- FORM COMMON  -----*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #eb3b16;
  color: #eb3b16;
  text-align: center;
  border-width: 1px;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 10px;
  text-align: left;
  color: #585858;
}

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

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

.wpcf7-spinner,
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* WITHOUT JS */
.brand_js,
.industries_js,
.kayfactor_js,
.woocommerce.product_js ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brand_js li {
  width: 16.66%;
  display: none;
}

.brand_js li:nth-child(-n + 6) {
  display: block;
}

.brand_js.slick-initialized li,
.brand_js.slick-initialized,
.industries_js.slick-initialized,
.kayfactor_js.slick-initialized,
.kayfactor_js.slick-initialized .kaybox,
.woocommerce.product_js ul.products.slick-initialized {
  display: block;
}

.industries_js li:nth-child(-n + 6) {
  display: block;
  margin-bottom: 34px;
}

.industries_js li {
  width: 16.66%;
}

.industries_js.slick-initialized li:nth-child(-n + 6) {
  margin-bottom: 0;
}

.kayfactor_js .kaybox {
  display: block;
  width: 12.5%;
}

.kayfactor_js .kaybox:nth-child(n + 9) {
  display: none;
}

.kayfactor_js.slick-initialized .kaybox {
  display: block;
}

#our-product-tab .woocommerce ul.products li.product {
  width: 25%;
  display: inline-block;
  position: relative;
}

#our-product-tab .woocommerce ul.products li.product:nth-child(n + 5) {
  display: none;
}

.woocommerce .product_js ul.slick-dots li:nth-child(-n + 5),
#our-product-tab .woocommerce ul.products.slick-initialized li.product {
  display: inline-block;
}

.ser_img {
  position: relative;
  overflow: hidden;
}

/* AREAS WE SERVE */

.areas_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.areas_list li {
  position: relative;
  margin-bottom: 12px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
  width: 50%;
  display: inline-flex;
  padding-left: 28px;
}

.areas_list li a {}

.areas_list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/images/svg/location-blue.svg) no-repeat;
  filter: brightness(0);
  width: 16px;
  height: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.areas_list li:hover,
.areas_list li.active {
  color: var(--blue-color);
}

.areas_list li:hover:before,
.areas_list li.active:before {
  filter: brightness(1);
}

.areas_list li:nth-child(odd) {
  padding-right: 15px;
}

.woocommerce ul.products li.product .price {
  text-align: center !important;
  font-size: 14px !important;
  line-height: 18px;
  margin-bottom: 12px !important;
  display: block !important;
  color: #000000 !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
}

.woocommerce ul.products li.product .price small.woocommerce-price-suffix {
  font-size: 12px;
}

.woocommerce.product_js ul.products .slick-dots {
  bottom: 20px;
  margin-bottom: 0;
}

#our-product-tab .woocommerce ul.products {
  margin-bottom: 0;
}

.product-categories .current-cat-parent.expand>ul {
  display: block !important;
}

.product-categories>li.current-cat>a {
  color: var(--blue-color);
}

/*======= START HOVER EFFECT ===========*/

body.page-melbourne .js_hmbanner .slideingdiv,
body.page-perth .js_hmbanner .slideingdiv {
  background: var(--primary-color);
}

body.page-melbourne .js_hmbanner .slideingdiv img,
body.page-perth .js_hmbanner .slideingdiv img {
  opacity: 0.5;
}

.top_head ul>li:not(:last-child):after {
  display: none;
}

/* form validation styles  */
/* 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
}

.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
}

.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
}

.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: relative;
  top: -15px;
  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
}




@media (hover: hover) and (pointer: fine) {}

/*===== No Hover =====*/

@media (any-hover: none) {}

/*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: 960px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }

  /*  header on scroll */
  .fixed-header .bottom_head .menu_link nav>ul>li>a {
    padding: 20px 0 24px;
  }

  .fixed-header .logo-left a.disblock {
    width: 185px;
    display: block;
  }

  .fixed-header .top_head .menu_link nav>ul>li>a {
    padding: 8px 0;
  }

  .fixed-header .bottom_head {
    padding: 5px 40px 0px 0;
  }

  /* industries Hover */
  .industries_list li a:hover .indust_icon>img {
    -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
  }

  .ser_row .ser_img .image_div>img {
    transition: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
  }

  .ser_row:hover .ser_img .image_div>img {
    transform: rotate(3deg) scale(1.1);
  }

  .ser_row:hover .ser_ctent {
    border-color: var(--blue-color);
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1330px;
  }
}

@media (min-width: 1920.99px) {
  header .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
  }

  .bottom_head {
    padding: 14px 0 0 0;
  }
}

/* START MEDIA QUERY  */

@media screen and (max-width: 1750px) {

  /* HEADER */
  .menu_link nav>ul>li {
    padding: 0 12px;
  }

  /* WITHOUT JS CSS */
  .kayfactor_js .kaybox {
    width: 16.66%;
  }

  .kayfactor_js .kaybox:nth-child(n + 7) {
    display: none;
  }

  .kayfactor_js.slick-initialized .kaybox {
    display: block;
  }
}

@media screen and (max-width: 1650px) {

  /* HEADER */
  .logo-left {
    width: 250px;
    padding-right: 30px;
  }

  .head-right {
    width: calc(100% - 250px);
  }

  header .container-fluid {
    padding: 0 0 0 15px;
  }

  .top_head {
    padding: 0 15px 0 40px;
  }

  .bottom_head {
    padding: 14px 15px 0 0;
  }
}

@media screen and (max-width: 1439.99px) {

  /* HEADER */
  .logo-left {
    width: 200px;
    padding-right: 30px;
  }

  .head-right {
    width: calc(100% - 200px);
  }

  .bottom_head {
    padding: 8px 15px 0 0;
  }

  .menu_link nav>ul>li {
    padding: 0 8px;
  }

  .menu_link nav>ul>li>a,
  .submenu li a {
    letter-spacing: normal;
  }

  .hdbtm_right [class*="btn_"] {
    padding: 15px;
  }

  .hdbtm_right .call_btn p span {
    font-size: 18px;
  }

  /* WE SERVE RANGE OF INDUSTRIES */
  .industries_js .slick-arrow {
    opacity: 1;
  }

  .industries_js.slick-arrow .slick-prev {
    left: 0;
  }

  .industries_js.slick-arrow .slick-next {
    right: -6px;
  }
}

@media screen and (max-width: 1365.99px) {

  /* SPACE */
  .my_100,
  .inpage {
    margin: 80px 0;
  }

  .py_100 {
    padding: 80px 0;
  }

  /* SERVICES */
  .ser_info p {
    display: -webkit-box;
    max-height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* SPECIAL OFFER */
  .hm_discount {
    padding-bottom: 130px;
  }

  .disc_left {
    width: 60%;
  }

  .disc_right {
    padding-left: 80px;
    width: 40%;
  }

  .disc_right .image_div:before,
  .disc_right .image_div:after {
    width: 300px;
    height: 300px;
  }

  .disc_right .image_div:before {
    width: 350px;
    height: 350px;
  }

  .badge_box {
    margin-bottom: 20px;
  }

  /* EMERGENCY GET IN TOUCH */
  .cta_information {
    width: calc(100% - 200px);
    padding-right: 50px;
  }

  .cta_information .cta_detail {
    padding-left: 15px;
  }

  /* WHY CHOOSE */
  .choose_left {
    padding-left: 0;
  }

  .choose_right {
    padding: 0 0 0 80px;
  }

  /* WE SERVE RANGE OF INDUSTRIES */
  .indust_top_space.serve_industries {
    padding-top: 120px;
  }

  .industries_js,
  .industries_list {
    margin: 40px -10px 0;
  }

  .industries_js li,
  .industries_list li {
    padding: 0 10px;
  }

  /* HOME FAQ */
  .hm_faq {
    padding: 80px 0;
  }

  /* FOOTER CTA */
  .title_img img.chat_icon {
    margin-right: 15px;
  }

  .title_img .jam_ring_text {
    max-width: 450px;
  }

  /* CONTENT WRAPPER */
  .ctent_block {
    width: calc(100% - 500px);
    padding-right: 50px;
  }

  .img_block {
    width: 500px;
  }

  .content_sec {
    margin-bottom: 120px;
  }

  .ctent_block .intro .title_xs,
  .ctent_inner {
    padding-right: 0;
  }

  .flex-row-reverse .ctent_block {
    padding-left: 50px;
  }

  /* ABOUT */
  .block_ctent_left {
    padding-right: 50px;
  }

  .block_ctent {
    width: calc(100% - 500px);
    padding-right: 50px;
  }

  .flex-row-reverse .block_ctent {
    padding-left: 50px;
    padding-right: 0;
  }

  .block_img {
    width: 500px;
  }

  /* FOOTER */
  .ft_block {
    width: 275px;
  }

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

  .ft_quick,
  .ft_services {
    width: 33.33%;
  }

  .ft_regions {
    width: 33.33%;
  }

  /* WITH OUT JS CSS */
  .industries_js li:nth-child(-n + 6) {
    display: block;
    margin-bottom: 20px;
  }

  .industries_js li {
    width: 25%;
  }
}

@media screen and (max-width: 1250px) {

  /* HEADER */
  .logo-left {
    width: 160px;
    padding-right: 20px;
  }

  .head-right {
    width: calc(100% - 160px);
  }

  .top_head {
    padding: 0 15px;
  }

  .top_head .menu_link nav>ul>li,
  .top_head .social_list li {
    padding: 0 22px;
  }

  .menu_link .submenu.megamenu {
    width: 930px;
    max-width: 930px;
  }

  /* WITHOUT JS CSS */
  .kayfactor_js .kaybox {
    width: 25%;
  }

  .kayfactor_js .kaybox:nth-child(n + 5) {
    display: none;
  }

  .kayfactor_js.slick-initialized .kaybox {
    display: block;
  }
}

@media screen and (max-width: 1199.99px) {
  [class*="btn_"] {
    padding: 10px 12px;
  }

  .call_btn p span {
    font-size: 18px;
  }

  /* SPACE */
  .my_100,
  .inpage {
    margin: 40px 0;
  }

  .mt_35 {
    margin-top: 20px;
  }

  .my_80 {
    margin: 40px 0;
  }

  .mt_50 {
    margin-top: 25px;
  }

  .my_40 {
    margin: 30px 0;
  }

  .my_50 {
    margin: 30px 0;
  }

  .mb_50 {
    margin-bottom: 25px;
  }

  .py_100,
  .py_80 {
    padding: 40px 0;
  }

  hr {
    margin: 35px 0;
  }

  /* CNETER TITLE */
  .center_block {
    margin-bottom: 20px;
  }

  /* TITLE */
  .intro [class*="title_"] {
    margin-bottom: 6px;
  }

  .semi_title {
    font-size: 18px;
  }

  h1,
  .title_xlg {
    font-size: 34px;
    line-height: 44px;
  }

  h2,
  .title_lg {
    font-size: 32px;
    line-height: 36px;
  }

  h3,
  .title_md {
    font-size: 22px;
    line-height: 30px;
  }

  h5,
  .title_xs {
    font-size: 16px;
    line-height: 20px;
  }

  /* TITLE LINE */
  .title_line::after,
  .side_line:before {
    width: 40px;
  }

  .page_wrapper .cta_wrapper {
    margin-top: 50px;
  }

  /* CTA WRAPPER */
  .cta_wrapper {
    padding-bottom: 15px;
  }

  .cta_detail .title_sm {
    line-height: 24px;
    margin-bottom: 10px;
  }

  .call_white.call_btn .call_icon {
    width: 27px;
  }

  .call_white.call_btn p {
    line-height: 16px;
  }

  /* CTA  */
  .call_btn p {
    font-size: 10px;
    line-height: 16px;
  }

  .call_btn p span {
    font-size: 14px;
  }

  .cta_box .btn_theme {
    font-size: 10px;
  }

  .cta_box [class*="btn_"] span {
    width: 12px;
    height: 12px;
  }

  /* INDUSTRIES */
  .indust_top_space.serve_industries {
    padding-top: 90px;
  }

  .industries_js,
  .industries_list {
    margin: 30px -10px 0;
  }

  /* BRAND WE TRUST */
  .hm_brands {
    margin: 40px 0 0;
    padding-bottom: 40px;
  }

  /* OUR PRODUCT */
  #our-product-tab {
    margin-top: 20px !important;
  }

  #our-product-tab .woocommerce ul.products {
    margin: 0 -6px;
    padding-bottom: 80px;
  }

  #our-product-tab .woocommerce ul.products li.product {
    margin: 0 6px;
  }

  .hm_product #our-product-tab {
    margin-bottom: 0px !important;
  }

  /* SPECIAL OFFER */
  .hm_discount .flex {
    align-items: center;
  }

  .hm_discount {
    padding-bottom: 110px;
    padding-top: 40px;
  }

  .disc_left {
    padding-right: 30px;
  }

  .disc_right .image_div:before,
  .disc_right .image_div:after {
    width: 200px;
    height: 200px;
  }

  .disc_right .image_div:before {
    width: 250px;
    height: 250px;
  }

  .disc_left p {
    padding-right: 0;
  }

  .woocommerce.product_js ul.products .slick-dots {
    bottom: 38px;
  }

  /* EMERGENCY GET IN TOUCH */
  .emergency_cta {
    padding: 15px;
  }

  .emergency_locksmit .emergency_wrap,
  .cta_wrapper .cta_wrap {
    width: 96%;
    margin: 0 auto;
  }

  /* WHY CHOOSE */
  .choose_right {
    padding: 0 0 0 30px;
    width: calc(100% - 350px);
  }

  .col6.choose_left {
    width: 350px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }

  .choose_list li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .cta_box {
    margin-top: 40px;
  }

  /* HOME FAQ */
  .hm_faq {
    padding: 40px 0;
  }

  .faq_left {
    width: 350px;
  }

  .faq_right {
    width: calc(100% - 350px);
  }

  /* CONTENT WRAPPER */
  .ctent_block {
    width: calc(100% - 350px);
    padding-right: 30px;
  }

  .img_block {
    width: 350px;
  }

  .content_sec {
    margin-bottom: 95px;
  }

  .flex-row-reverse .ctent_block {
    padding-left: 30px;
  }

  /* ABOUT */
  .block_ctent_left {
    padding-right: 30px;
  }

  .block_ctent {
    width: calc(100% - 350px);
    padding-right: 30px;
  }

  .block_img {
    width: 350px;
  }

  .flex-row-reverse .block_ctent {
    padding-left: 30px;
  }

  /* BRAND */
  .page_bottom_space .inpage {
    margin-bottom: 100px;
  }

  /* BREADCRUMB */
  .breadcrumb_badge>img[title="badge"] {
    width: 100px;
  }

  .breadcrumb_wrapper {
    min-height: 175px;
  }

  .breadcrumb_badge img[alt="badge"] {
    max-width: 120px;
  }

  /* =============================== */
  /* HEADER */
  /* =============================== */
  /* ++++++	toggle ++++++ */
  .overlay {
    position: fixed;
    top: 108px;
    right: 0;
    z-index: 11;
    width: 100%;
    height: calc(100% - 108px);
    display: none;
    background-color: rgb(0 0 0 / 75%);
    cursor: pointer;
  }

  html.menuhidden {
    position: fixed;
    overflow-y: hidden;
  }

  .togglebtn span {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    vertical-align: top;
    left: 0;
  }

  .togglebtn span::before {
    top: -8px;
  }

  .togglebtn span::after {
    top: 8px;
  }

  .togglebtn span::before,
  .togglebtn span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .togglebtn span,
  .togglebtn span::before,
  .togglebtn span::after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: 25px;
    height: 2px;
    border-radius: 3px;
  }

  .togglebtn span {
    width: 25px;
  }

  .togglebtn {
    position: fixed;
    right: 15px;
    top: 56px;
    display: block;
    width: 32px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    padding: 9px 0px;
    text-align: center;
    background: transparent;
  }

  .togglebtn.active span::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    top: 0;
  }

  .togglebtn.active span::after {
    -webkit-transition-delay: 0.09s;
    top: 0;
    -moz-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    -ms-transition-delay: 0.09s;
    transition-delay: 0.09s;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }

  .togglebtn.active span {
    background: transparent;
    width: 20px;
  }

  .togglebtn.active {
    border: 1px solid transparent;
    margin-right: 0;
  }

  .togglebtn.active span::before,
  .togglebtn.active span::after {
    background: var(--blue-color);
  }

  .togglebtn.active:before {
    content: none;
  }

  .togglebtn span,
  .togglebtn span::before,
  .togglebtn span::after {
    background-color: var(--blue-color);
  }

  .togglebtn.active span,
  .togglebtn.active span::before,
  .togglebtn.active span::after {
    width: 30px;
  }

  .bottom_head .menu_link .fa-angle-down.menudrop,
  .menu_link .submenu .menudrop {
    display: block;
    top: 0;
    font-size: 14px;
    height: 38px;
    width: 35px;
    border-radius: 0;
    line-height: 40px;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: transparent;
    text-align: center;
  }

  .menu_link ul>li:hover>a>i.fa-angle-down.closemenu {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .menu_link ul>li.hidden {
    display: block;
  }

  .menulogo {
    display: block;
    width: 100%;
    padding: 10px 20px;
  }

  .bottom_head {
    justify-content: flex-end;
    padding: 8px 15px 8px 0;
  }

  .hdbtm_right {
    padding-right: 50px;
  }

  .menu_link .submenu {
    width: 100%;
  }

  .menu_link .submenu .menudrop {
    color: var(--white-color);
  }

  .bottom_head .nav_navigation {
    float: none;
    padding: 0;
    position: fixed;
    top: 100px;
    height: calc(100% - 100px);
    width: 375px;
    background: var(--white-color);
    margin: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    overflow-y: auto;
    right: 0;
    z-index: 1000;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    border-top: 1px solid #dedfe1;
  }

  .menu_link .megamenu .submenu {
    padding: 0;
  }

  .bottom_head .menu_link nav>ul>li.has-sub>a:before {
    content: none;
  }

  .nav_navigation.active {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .bottom_head .nav_navigation .submenu {
    -webkit-transform: none;
    transform: none;
    display: none;
    visibility: unset;
    background: var(--gray-color);
    opacity: unset;
    width: 100%;
    position: relative;
    padding-bottom: 0;
    left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: inherit;
    border: 0;
    padding: 15px 15px 10px;
    max-width: 100%;
    text-align: center;
  }

  .bottom_head .menu_link nav>ul>li {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .menu_link li:hover .submenu {
    transform: none;
    visibility: inherit;
    opacity: unset;
    pointer-events: inherit;
    display: none;
  }

  .menudrop.openedmenu::before {
    content: "\f105 ";
  }

  .bottom_head .menu_link ul>li:hover>a>i.fa.fa-caret-down {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    transform: none;
  }

  .bottom_head .menu_link>nav>ul {
    padding-right: 0;
    width: 100%;
  }

  .bottom_head .menu_link nav {
    width: 100%;
    padding: 50px 15px 30px;
    max-width: 350px;
    margin: 0 auto;
  }

  .bottom_head .menu_link nav>ul>li {
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
  }

  .bottom_head .menu_link nav>ul>li>a {
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 16px 0;
    text-align: left;
  }

  .menu_link nav>ul>li:last-child>a {
    border-bottom: 0;
  }

  .menulogo a.disblock {
    max-width: 100px;
    display: block;
  }

  .fixed-header .mainheader {
    animation-name: inherit;
    animation-duration: inherit;
    animation-fill-mode: inherit;
  }

  /* TOP HEADER */
  .logo-left {
    display: flex;
    align-items: center;
    padding: 8px 20px 8px 0;
  }

  .top_head .menu_link nav>ul>li>a,
  .top_head .social_list li a {
    padding: 10px 0;
  }

  .top_head ul>li:not(:last-child):after {
    top: 12px;
  }

  /* HEADER */
  .hdbtm_right .call_btn p {
    font-size: 0;
    line-height: 100%;
  }

  .hdbtm_right .call_btn p span {
    font-size: 16px;
  }

  .hdbtm_right [class*="btn_"] {
    padding: 12px 15px;
  }

  .sub_menulink li a {
    font-size: 14px;
    padding: 8px 0 8px 20px;
    text-align: left;
    line-height: 100%;
    font-style: normal;
    display: block;
  }

  .menu_cta_wrap.hidden {
    display: block;
    position: relative;
    top: 0;
    border: 0;
    padding: 0;
    width: 100%;
  }

  .menu_cta_wrap .cta_inner {
    border-radius: 0;
    padding: 30px 25px;
  }

  .menu_cta_wrap .cta_left {
    margin-bottom: 15px;
  }

  .menu_cta_wrap .cta_left,
  .menu_cta_wrap .cta_right {
    width: 100%;
    margin-bottom: 0;
  }

  .menu_cta_wrap .ctatitle_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .bottom_head .menu_link nav>ul>li .fa-angle-down:before {
    content: "\f067 ";
    color: var(--secondary-color);
  }

  /* .bottom_head .menu_link ul > li:hover > a > i.fa-angle-down:before, */
  .bottom_head .menu_link ul>li.isopen>a>i.fa-angle-down:before {
    content: "\f068 ";
  }

  .menu_col .sub_menulink li a span,
  .menu_indust_list li a span {
    display: none;
  }

  .menu_col,
  .menu_right {
    width: 100%;
  }

  .menu_indust {
    background: transparent;
  }

  .menu_indust,
  .menu_col {
    padding: 0;
    width: 100%;
  }

  .menu_right {
    display: block;
    margin-top: 30px;
  }

  .menu_indust_list li a {
    font-weight: bold;
    padding: 8px 0 8px 20px;
  }

  .service_dropdown .sub_menulink li:not(:last-child),
  .sub_menulink li>.menu-level1>li:not(:last-child) {
    border-bottom: 0;
  }

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

  .sub_menulink li a:before,
  .menu_indust_list li a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../../assets/images/svg/angle-right.svg) no-repeat;
    width: 11px;
    height: 11px;
    bottom: 0;
    margin: auto 0;
  }

  .menu_indust .title_xs {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
  }

  /* THRID LEVEL MENU */
  .menu_link .menu-level1 li .menu-level2,
  .menu_link li .menu-level1 {
    width: 100%;
    margin: 0;
    left: 0;
  }

  .menu_link li .menu-level1 {
    padding: 5px 0;
    min-height: 100%;
  }

  .menu_link .menu-level1 li.menu-item-hover .menu-level2,
  .menu_link .menu-level1 li.has-sub.active-submenu .menu-level2 {
    display: none !important;
  }

  .menu_link .menu-level1>li.haschild.isopen>.submenu.menu-level2 {
    display: block !important;
  }

  .menu_link .menu-level1 li .menu-level2 li:hover .childmenu {
    display: none !important;
  }

  .megamenu li a:hover,
  .menu_link .menu-level1 li .menu-level2 {
    background: transparent;
  }

  .menu_link .submenu:before {
    content: none;
  }

  .menu_link .menu-level1 li .menu-level2 {
    padding: 0 18px 5px;
  }

  .menu_link .menu-level1 li .menu-level2 li {
    width: 100%;
    display: flex;
  }

  .menu_link .menu-level1 li .menu-level2 li .childmenu {
    display: none !important;
    position: relative;
    left: 0;
    padding: 3px 15px;
    background: transparent;
  }

  .menu_link .menu-level1 li .menu-level2 li.isopen .childmenu {
    display: block !important;
  }

  .menu_link .menu-level1 li .menu-level2 li a,
  .menu_link li.areas-widt li a {
    padding: 8px 0 8px 20px;
    display: block;
    width: 100%;
  }

  .sub_menulink li>.menu-level1>li>a {
    padding: 8px 0 8px 20px;
  }

  /* AREAS 2 COLUMN DROPDOWN*/
  .menu_link li.areas-widt .submenu.megamenu {
    padding: 15px 15px 10px;
  }

  .menu_link li.areas-widt ul.menu-level2 {
    padding: 0;
  }

  .menu_link li.areas-widt ul.menu-level2 li {
    width: 100%;
  }

  /* FOOTER CTA*/
  .cta_wrap {
    top: -32px;
  }

  .cta_inner {
    padding: 15px;
  }

  .title_img .jam_ring_text {
    max-width: 350px;
  }

  .cta_right .btnlist {
    margin: 0 -8px;
  }

  .cta_right .btnlist li {
    padding: 0 8px;
  }

  /* FOOTER */
  footer {
    padding-top: 85px;
  }

  .ft_block {
    width: 250px;
  }

  .ft_block2 {
    width: calc(100% - 250px);
    justify-content: space-between;
  }

  .ft_block2>div {
    width: auto;
    margin-bottom: 30px;
  }

  .ft_regions {
    width: 100%;
    column-count: 2;
    margin-bottom: 0px;
  }

  .quick_link li {
    margin-bottom: 15px;
  }

  .membox {
    margin-top: 20px;
  }

  .police_lic {
    margin-top: 15px;
    padding-top: 15px;
  }

  /*AREAS WE SERVE*/
  .areas_list li {
    margin-bottom: 15px;
  }

  .areas_list li:before {
    width: 12px;
    background-size: 12px;
    top: 3px;
  }

  .areas_list li a {
    letter-spacing: normal;
  }
}

@media screen and (max-width: 1024px) {
  /* LoCATION TOGGLE */
  /* .top_head .menu_link nav ul li:not(:last-child){display: none;}
  .top_head .menu_link nav > ul > li.hidden{display: block;padding: 0;} */
  /* .location_toggle > a.toggle_bar{display: flex;color:var(--white-color);align-items: center;}
    .location_toggle > span{margin-left: 10px;} */

  /* ++++++	toggle ++++++ */
  .location_overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0 0 0 / 75%);
    cursor: pointer;
  }

  html.menuhidden {
    position: fixed;
    overflow-y: hidden;
  }

  .location_toggle .toggle_bar span {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    vertical-align: top;
    left: 0;
  }

  .location_toggle .toggle_bar span::before {
    top: -8px;
  }

  .location_toggle .toggle_bar span::after {
    top: 8px;
  }

  .location_toggle .toggle_bar span::before,
  .toggle_bar span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .location_toggle .toggle_bar span,
  .location_toggle .toggle_bar span::before,
  .location_toggle .toggle_bar span::after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: 25px;
    height: 2px;
    border-radius: 3px;
  }

  .location_toggle .toggle_bar span {
    width: 25px;
  }

  .location_toggle .toggle_bar {
    right: 12px;
    top: 50px;
    display: block;
    width: 32px;
    height: 38px;
    cursor: pointer;
    z-index: 1001;
    padding: 10px 0px;
    text-align: center;
    background: transparent;
  }

  .location_toggle.active .toggle_bar span::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    top: 0;
  }

  .location_toggle.active .toggle_bar span::after {
    -webkit-transition-delay: 0.09s;
    top: 0;
    -moz-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    -ms-transition-delay: 0.09s;
    transition-delay: 0.09s;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }

  .location_toggle.active .toggle_bar span {
    background: transparent;
    width: 20px;
  }

  .location_toggle.active .toggle_bar {
    position: fixed;
    border: 1px solid transparent;
    left: 330px;
    top: 10px;
    padding: 10px 0px;
    margin-right: 0;
  }

  .location_toggle.active .toggle_bar span::before,
  .location_toggle.active .toggle_bar span::after {
    background: var(--blue-color);
  }

  .location_toggle .active .toggle_bar:before {
    content: none;
  }

  .location_toggle .toggle_bar span,
  .location_toggle .toggle_bar span::before,
  .location_toggle .toggle_bar span::after {
    background-color: var(--white-color);
  }

  .location_toggle.active .toggle_bar span,
  .location_toggle.active .toggle_bar span::before,
  .location_toggle.active .toggle_bar span::after {
    width: 30px;
  }

  .location_toggle {
    display: flex;
    position: relative;
    width: 32px;
    height: 38px;
    cursor: pointer;
    z-index: 1001;
    text-align: center;
    background: transparent;
    color: var(--white-color);
    align-items: center;
  }

  .menu_link .submenu .menudrop {
    display: block;
    top: 0;
    font-size: 20px;
    height: 38px;
    width: 35px;
    border-radius: 0;
    line-height: 40px;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: transparent;
    text-align: center;
  }

  .top_head .menu_link .submenu {
    padding: 20px 30px;
  }

  .top_head .menu_link nav>ul>li:not(:first-child) {
    display: none;
  }

  .sub_menulink.location_nav li.hidden {
    display: block;
  }

  .top_head .menu_link nav>ul>li>a:after,
  .top_head ul>li:not(:last-child):after {
    content: none;
  }

  .top_head .show_location_mobile {
    display: block;
  }

  .top_head .show_location_desk {
    display: none;
  }
}

@media screen and (max-width: 991.99px) {
  hr {
    margin: 30px 0;
  }

  h1,
  .title_xlg {
    font-size: 24px;
    line-height: 28px;
  }

  h3,
  .title_md {
    font-size: 20px;
    line-height: 26px;
  }

  h5,
  .title_xs {
    line-height: 26px;
  }

  .title_line {
    padding-right: 30px;
  }

  .side_line {
    padding-left: 30px;
  }

  p {
    line-height: 26px;
    font-size: 15px;
  }

  .head_xs {
    font-size: 16px;
    line-height: 20px;
  }

  .dlist li,
  ol li {
    font-size: 15px;
  }

  .sticky {
    position: relative;
    top: 0;
  }

  .col6 {
    width: 100%;
  }

  /* FORM */
  .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .width50 {
    padding-left: 6px;
    padding-right: 6px;
  }

  select.form-control {
    padding-right: 50px;
  }

  /* .location_toggle{display: block;position: relative;} */
  /* .top_head .menu_link{display: none;} */
  /* DROPDOWN */
  /* .dropdown_location{position:relative; z-index: 1;}
  .location_toggle ul {position: absolute;left: -15px;top: 0;display: none;list-style: none;width: 200px;background: var(--gray-color);border-radius: 0 0 5px 5px;padding:8px 15px;border-bottom: 2px solid var(--yellow-color);}
  .location_toggle .selected span{display: flex;cursor: pointer;width: 200px;color: var(--yellow-color);font-size: 12px;line-height: 100%;font-weight: 600;text-transform: uppercase;align-items: center;padding: 12px 0 12px 20px;}
  .location_toggle .selected span img{margin-right: 6px;}
  .dropdown_location ul li a{display:flex;position: relative; padding:12px 0 12px 20px;font-size: 12px;font-weight: 600;text-transform: uppercase; text-decoration:none;color:var(--secondary-color);}
  .top_head .menu_link ul > li:not(:last-child):after{content: none;}
  .dropdown_location ul li a:before, .location_toggle .selected span:before{content: "";position:absolute;top:11px;left:0;background: url(../../assets/images/location.png)no-repeat ;width: 12px;height: 15px;filter: brightness(0);}
  .location_toggle .selected span:before {filter: brightness(1);}
  .location_toggle .selected span:after{content: "\f107 ";position: absolute;top: 11px;right: 0;font-family: "FontAwesome";font-size: 16px;} */
  /* CTA WRAPPER */
  .cta_wrapper {
    padding-bottom: 0;
  }

  .cta_left .ctatitle_wrap {
    justify-content: center;
  }

  .cta_box {
    padding: 14px 10px;
  }

  .cta_box [class*="btn_"] span {
    margin-left: 4px;
  }

  /* BRAND WE TRUST */
  .brand_left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .brand_right {
    width: 100%;
    padding: 0 15px;
  }

  .brand_js li .box,
  .brand_list li .box {
    padding: 8px 15px;
    min-height: 95px;
  }

  .brand_left .title_md {
    margin-bottom: 20px;
  }

  /* OUR PRODUCT */
  #our-product-tab ul.resp-tabs-list {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    justify-content: space-between;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  #our-product-tab .resp-tabs-list li {
    min-width: 120px;
    flex-basis: auto;
    display: inline-flex;
    flex-grow: 1;
    flex-shrink: 0;
  }

  #our-product-tab .resp-tabs-list li:before {
    content: none;
  }

  .hm_discount {
    padding-bottom: 170px;
  }

  .emergency_locksmit .emergency_wrap,
  .cta_wrapper .cta_wrap {
    width: 95%;
  }

  .emergency_locksmit .emergency_wrap {
    top: -125px;
  }

  .woocommerce.product_js ul.products .slick-dots {
    bottom: 110px;
  }

  #our-product-tab .woocommerce ul.products {
    padding-bottom: 50px;
  }

  #our-product-tab.product_wrap .woocommerce.product_js ul.products .slick-dots {
    bottom: 10px;
  }

  /* INDUSTRIES */
  .industries_js {
    margin: 25px -5px 0;
    padding-bottom: 40px;
  }

  .industries_js li {
    padding: 0 5px;
  }

  .industries_js .slick-arrow {
    top: inherit;
    bottom: -15px;
  }

  .industries_js.slick-arrow .slick-prev {
    left: calc(50% - 38px);
  }

  .industries_js.slick-arrow .slick-next {
    right: calc(50% - 38px);
  }

  .indust_icon {
    min-height: 60px;
    margin: 0 auto 12px;
  }

  .industries_list li .box {
    padding: 30px 20px;
  }

  /* SPECIAL OFFER */
  .disc_left {
    width: 100%;
    padding-right: 0;
    order: 2;
    margin-top: 30px;
    text-align: center;
  }

  .disc_right {
    width: 100%;
    padding-left: 0;
    order: 1;
  }

  .disc_right .image_div:before,
  .disc_right .image_div:after {
    content: none;
  }

  .badge_box:before {
    background: url(../../assets/images/trangle-both-side.png) no-repeat;
  }

  /* EMERGENCY GET IN TOUCH */
  .indust_top_space.serve_industries {
    padding-top: 215px;
  }

  .emergency_cta {
    justify-content: center;
    padding: 35px 15px;
  }

  .cta_information .chat_icon {
    width: 50px;
    margin: 0 auto 15px;
  }

  .cta_information .cta_detail {
    padding-left: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .cta_information {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  /* WHY CHOOSE */
  .choose_right {
    padding: 0;
    width: 100%;
  }

  .col6.choose_left {
    display: none;
  }

  .ch_icon {
    width: 50px;
  }

  .ch_icon>img {
    width: 38px;
  }

  .ch_box p {
    padding-left: 0;
    width: calc(100% - 50px);
    font-size: 15px;
  }

  .ch_icon>img {
    margin: 0;
  }

  /* HOME FAQ */
  .faq_left {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }

  .faq_right {
    width: 100%;
    margin-top: 30px;
  }

  .faq_left .intro {
    padding-right: 0;
  }

  .faq_left .badge {
    margin-top: 0;
    width: 130px;
  }

  /* CONTENT WRAPPER */
  .ctent_block,
  .block_ctent {
    width: 100%;
    padding-right: 0;
  }

  .img_block,
  .block_img {
    margin-top: 30px;
  }

  .flex-row-reverse .ctent_block {
    padding-left: 0;
  }

  /* ABOUT  */
  .brand_list {
    grid-template-columns: repeat(5, 1fr);
  }

  .brand_list .box {
    padding: 8px 10px;
    min-height: 90px;
  }

  /* ABOUT */
  .block_ctent_left {
    width: 100%;
    padding-right: 0;
  }

  .small_block_img {
    margin-top: 30px;
  }

  /* FOOTER CTA */
  .cta_left {
    width: 100%;
  }

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

  .title_img {
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
  }

  .title_img .jam_ring_text {
    max-width: 350px;
    margin: 0 auto;
  }

  .choose_right .cta_box {
    margin-top: 20px;
  }

  /* FOOTER */
  footer {
    padding-top: 135px;
  }

  .ft_block2,
  .ft_block {
    width: 100%;
  }

  .ft_top .ft_ctent {
    text-align: center;
  }

  .ft_bottom {
    margin: 40px 0px;
  }

  .ft_top .ft_block a img {
    margin: 0 auto 20px;
  }

  .ft_bottom .ft_block {
    border-bottom: 1px solid rgb(163 167 170 / 20%);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .member_inner {
    max-width: 300px;
    margin: 0 auto;
  }

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

  .police_lic {
    margin: 15px auto 0;
  }

  footer .title_xs {
    margin-bottom: 15px;
  }

  .ft_ctent p {
    font-size: 15px;
  }

  /* WITHOUT JS CSS */
  .brand_js {
    border: 0;
  }

  .brand_js li {
    width: 33.33%;
  }

  .brand_js li .box {
    border: 1px solid #dedfe1;
    min-height: 110px;
  }

  .brand_js li:nth-child(n + 7) {
    display: block;
  }

  .brand_js.slick-initialized {
    border: 1px solid #dedfe1;
  }

  .brand_js.slick-initialized li .box {
    border: 0;
    border-right: 1px solid #dedfe1;
  }

  .industries_js li:nth-child(-n + 7) {
    display: block;
    margin-bottom: 10px;
  }

  .industries_js li {
    width: 50%;
  }

  #our-product-tab .woocommerce ul.products li.product {
    width: 33.33%;
    display: inline-block;
  }

  #our-product-tab .woocommerce ul.products li.product:nth-child(n + 4) {
    display: none;
  }

  #our-product-tab .woocommerce ul.products.slick-initialized li.product {
    display: block;
  }

  .membox {
    margin-top: 0;
  }

  /*HEADER*/
  .sub_menulink.location_nav li.location_melbourn a:before {
    content: none;
  }

  .sub_menulink.location_nav li a:before {
    background: url(../../assets/images/location.png);
    width: 12px;
    height: 15px;
  }

  /*  .sub_menulink.location_nav li.location_melbourn {
    padding-bottom: 12px;
    margin-bottom: 12px;
}*/

  .areas_list li {
    font-size: 14px;
    width: 33.33%;
    padding-left: 20px;
  }

  .areas_list li:nth-child(odd) {
    padding-right: 0;
  }

  .togglebtn {
    top: 50px;
  }

}

@media screen and (max-width: 860px) {}

@media screen and (max-width: 767.99px) {
  ul.woo_breadcums li span {
    padding: 0 0 5px;
    display: inline-block;
  }

  /* CONTENT WRAPPER */
  .cta_left .ctatitle_wrap {
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .cta_left .ctatitle_wrap img.chat_icon {
    margin: 0 auto 7px;
  }

  /* FOROM */
  .form-group {
    margin-bottom: 15px;
  }

  .width50 {
    width: 100%;
  }

  /* HEADER */
  .logo-left {
    width: 140px;
  }

  .head-right {
    width: calc(100% - 140px);
  }

  .hdbtm_right .btnlist {
    align-items: center;
  }

  .hdbtm_right .btnlist li .call_icon {
    width: 35px;
  }

  .hdbtm_right .call_btn p,
  .hdbtm_right [class*="btn_"] {
    letter-spacing: normal;
  }

  .top_head .social_list {
    margin: 0 -8px;
  }

  .top_head .social_list li {
    padding: 0 8px;
  }

  /* SLIDER */
  .slick-arrow .slick-prev,
  .slick-arrow .slick-next {
    width: 26px;
    height: 26px;
  }

  .slick-arrow .slick-prev:after,
  .slick-arrow .slick-next:after {
    background-size: 12px;
    width: 10px;
  }

  .slick-arrow .slick-next:after {
    background: url(../../assets/images/svg/angle-right.svg) no-repeat left -2px top 0;
  }

  .cta_wrap {
    top: -54px;
  }

  /* FOOTER */
  footer {
    padding-top: 285px;
  }

  .ft_block2 .quick_link {
    display: none;
    border-bottom: 1px solid rgb(163 167 170 / 20%);
    padding: 25px 0 10px;
  }

  .ft_block2>div {
    width: 100%;
  }

  .ft_bottom .ft_block {
    margin-bottom: 0;
  }

  .ft_social {
    display: none;
  }

  .ft_regions {
    column-count: 1;
  }

  .ft_block2>div {
    margin-bottom: 0;
  }

  .ft_block2 .title_xs {
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgb(163 167 170 / 20%);
  }

  .ft_regions .reg_number {
    margin-top: 0;
  }

  .num_wrap {
    padding: 20px 0;
  }

  .ft_block2 .title_xs:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background: url(../../assets/images/svg/carret-down.svg) no-repeat top 4px left 5px;
    width: 20px;
    height: 20px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    border: 1px solid #cccccc;
    border-radius: 100%;
  }

  .ft_block2 .title_xs.showhide:after {
    transform: rotate(-90deg);
  }

  .police_lic a.facebook {
    display: block;
    margin: 10px auto 0;
  }

  .police_lic {
    display: flex;
    flex-wrap: wrap;
    max-width: 175px;
    align-items: center;
    justify-content: space-between;
  }

  .ft_bottom {
    margin: 40px 0px 0;
  }

  .copyright p {
    line-height: 20px;
  }

  .cta_inner {
    padding: 30px 15px;
  }

  .ctatitle_wrap .deskfooter {
    display: none;
  }

  .ctatitle_wrap .mobilefooter {
    display: block;
  }

  .cta_wrapper .cta_wrap .call_btn {
    justify-content: center;
  }

  .cta_wrapper .cta_right .btnlist li:first-child {
    margin-bottom: 15px;
  }

  .cta_wrapper .cta_right .btnlist li {
    width: 100%;
  }

  /* WITHOUT JS CSS */
  .kayfactor_js .kaybox {
    width: 50%;
  }

  .kayfactor_js .kaybox:nth-child(n + 3) {
    display: none;
  }

  .kayfactor_js.slick-initialized .kaybox {
    display: block;
  }

  #our-product-tab .woocommerce ul.products li.product {
    width: 50%;
    display: inline-block;
  }

  #our-product-tab .woocommerce ul.products li.product:nth-child(n + 3) {
    display: none;
  }

  #our-product-tab .woocommerce ul.products.slick-initialized li.product {
    display: block;
  }

  /*AREAS WE SERVE*/
  .areas_list li {
    width: 33.33%;
  }

  .title_line::after,
  .side_line:before {
    content: none;
  }

  .togglebtn {
    top: 44px;
  }
}

@media screen and (max-width: 575.99px) {
  .rpi-badge {
    scale: 75%;
    bottom: 25px;
    left: -45px;
  }

  /* TITLE */
  /* CONTENT WRAPPER */
  .img_block {
    width: 100%;
  }

  /* ABOUT  */
  .brand_list {
    grid-template-columns: repeat(3, 1fr);
  }

  .brand_list .box {
    min-height: 80px;
  }

  /* HOME FAQ */
  .faq_left .badge {
    display: none;
  }

  .faq_right {
    margin-top: 0;
  }

  /* HEADER */
  .togglebtn {
    top: 54px;
  }

  header .container-fluid {
    padding: 0;
  }

  .show_in_mobile.hidden {
    display: block;
    width: 100%;
  }

  .show_in_mobile .btn_theme {
    width: 100%;
    border-radius: 0;
  }

  .hdbtm_right .btnlist li:last-child,
  .logo-left {
    display: none;
  }

  .mobile_logo.hidden {
    display: block;
    max-width: 125px;
  }

  .bottom_head {
    justify-content: space-between;
    /* padding: 8px 10px; */
    padding: 3px 10px;
    align-items: center;
  }

  .head-right {
    width: 100%;
  }

  .scrollTop {
    height: 32px;
    width: 32px;
    line-height: 30px;
    bottom: 45px;
  }

  .top_head .show_location_mobile .submenu {
    left: 0;
  }

  /*AREAS WE SERVE*/
  .areas_list li {
    width: 50%;
    padding-left: 16px;
  }

  .areas_list li:before {
    background-size: 10px;
    top: 3px;
  }

  .areas_list li a {
    display: block;
    font-size: 13px;
    line-height: 16px;
  }

  .areas_location .areas_list li {
    width: 50%;
    padding-left: 16px;
  }

  .woocommerce ul.products li.product .price {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .thrice li {
    flex: 0 0 100%;
  }

  .cta_right .btnlist li {
    padding: 0 8px 8px;
  }

  .hm_discount {
    padding-bottom: 200px;
  }

  .emergency_locksmit .emergency_wrap {
    top: -155px;
  }

  /* CTA WRAPPER */
  .call_btn p {
    padding-left: 6px;
  }

  .ctent_img .cta_box .btnlist li {
    padding: 0 4px 4px;
  }

  .title_line::after,
  .side_line:before {
    width: 20px;
  }

  .title_line {
    padding-right: 25px;
  }

  /* HEADER */
  .menu_cta_wrap .cta_left .ctatitle_wrap .jam_ring_text {
    max-width: 300px;
    margin: 0 auto;
  }

  .bottom_head .nav_navigation {
    width: 100%;
  }

  /* WITHOUT  JS CSS */
  .brand_js li .box {
    min-height: 90px;
  }

  /* HEAD TOP LOCATION */
  .top_head .menu_link .submenu {
    min-width: 290px;
  }

  .sub_menulink.location_nav li a {
    font-size: 13px;
    padding: 0 0 0 25px;
    line-height: 18px;
  }

  .top_head .menu_link .submenu {
    padding: 20px;
  }

  .sub_menulink.location_nav li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .sub_menulink.location_nav li:not(:last-child):before {
    width: calc(100% - 20px);
  }

  .sub_menulink.location_nav li a::before {
    background-size: 12px;
  }

  footer {
    padding-top: 302px;
  }
}

@media screen and (max-width: 370px) {

  h1,
  .title_xlg {
    font-size: 24px;
    line-height: 30px;
  }

  h3,
  .title_md {
    font-size: 20px;
    line-height: 26px;
  }

  .cta_box .btnlist li .call_icon {
    width: 26px;
  }

  .cta_detail .title_sm {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .emergency_cta {
    padding: 25px 15px;
  }

  /* HEADER */
  .togglebtn {
    top: 50px;
  }

  .hdbtm_right .btnlist li .call_icon {
    width: 26px;
  }

  .hdbtm_right .call_btn p span {
    font-size: 14px;
  }

  .mobile_logo.hidden {
    max-width: 110px;
  }

  .top_head .social_list li a>img {
    width: 14px;
  }

  .top_head ul>li:not(:last-child):after {
    font-size: 12px;
  }

  .location_toggle ul,
  .location_toggle .selected span {
    width: 135px;
  }

  .location_toggle .selected span,
  .dropdown_location ul li a {
    padding: 12px 0 12px 15px;
  }

  .bottom_head .nav_navigation,
  .overlay {
    top: 100px;
    height: calc(100% - 100px);
  }

  /* INDUSTRRIES */
  .industries_list li .box .title_xs {
    font-size: 14px;
  }

  /* WITHOUT JS CSS */
  #our-product-tab .woocommerce ul.products li.product {
    width: 100%;
    display: inline-block;
  }

  #our-product-tab .woocommerce ul.products li.product:nth-child(n + 2) {
    display: none;
  }

  #our-product-tab .woocommerce ul.products.slick-initialized li.product {
    display: block;
  }

  /* FOOTER */
  .ft_ctent p {
    font-size: 14px;
    letter-spacing: normal;
  }

  p {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: normal;
  }

  .dlist li,
  ol li {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 24px;
  }
}

.perth_location {
  display: none;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0 !important;
}

.product_js .products.slick-slider .slick-track {
  display: flex;
  flex-wrap: nowrap;
}

.product_js .products.slick-slider .slick-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

/* .product_js .products.slick-slider .slick-slide {
  height: auto;
}
.product_js .products.slick-slider .slick-slide {
  
} */
.product_js .products.slick-slider li.product {
  display: flex !important;
  flex-wrap: wrap;
  flex: 1;
  float: none !important;
  flex-direction: column;
}