/* font family  */
@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-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-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: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.eot");
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Black.woff2") format("woff2"),
    url("../fonts/Inter-Black.woff") format("woff"),
    url("../fonts/Inter-Black.ttf") format("truetype"),
    url("../fonts/Inter-Black.svg#Inter-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.eot");
  src: url("../fonts/Inter-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-ExtraLight.woff2") format("woff2"),
    url("../fonts/Inter-ExtraLight.woff") format("woff"),
    url("../fonts/Inter-ExtraLight.ttf") format("truetype"),
    url("../fonts/Inter-ExtraLight.svg#Inter-ExtraLight") format("svg");
  font-weight: 200;
  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: 800;
  font-style: normal;
  font-display: swap;
}

/*-----RESET-----*/

html,
body {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  font-family: "Inter";
  font-weight: normal;
  color: #2b2b2b;
  padding: 0px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  line-height: normal;
  letter-spacing: 0;
}

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;
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  color: #fff;
  background: var(--theme-color);
}

::selection {
  color: #fff;
  background: var(--theme-color);
}

.ptag p a,
.ptag ul:not([class]) li a {
  color: #ba3634;
  text-decoration: none;
}

address {
  max-width: 205px;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  font-family: "Inter";
}

:root {
  --white-color: #fff;
  --primary: #363636;
  --secondary: #2b2b2b;
  --radius: 20px;
  --btn-radius: 24px;
  --section-bg-color: #e3ecf6;
  --theme-color: #41bb88;
  --light-bg: #fef6f6;
}

.btn_border:hover {
  --tw-ring-offset-width: 2px;
}

.theme_dark_bg {
  background-color: var(--theme-color);
}

section.customer_section {
  background-color: var(--section-bg-color);
}

/*-----FORM CONTROL-----*/

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  font-family: "Inter";
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  font-family: "Inter";
}

:-ms-input-placeholder,
textarea::placeholder {
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  font-family: "Inter";
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Inter";
}

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;
  font-family: "Inter";
}

textarea {
  resize: none;
  min-height: 100px;
  overflow: hidden;
  margin: 0;
  vertical-align: bottom;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  width: 100%;
  padding: 15px 20px;
  height: 52px;
  background: #ffffff;
  color: #001a35;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 100%;
  border-radius: 4px;
  border: 1px solid transparent;
  font-family: "Inter";
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

select.form-control {
  background: #e3ecf6 url(../images/contact-form-icon.svg) no-repeat right 20px top 22px;
}

/*-----STRUCTURE-----*/

.wrapper {
  max-width: 1430px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.row::after,
.container::after,
.clearfix::after {
  clear: both;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-md {
  max-width: 930px;
  margin: 0 auto;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.center,
.text-center,
.inner_banner .logo-wrappper .circle-logo span {
  text-align: center;
}

.text-left {
  text-align: left;
}

.flex-container,
.call-links {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.wrap,
.call-links {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.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-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-center,
.call-links,
.panel-list .panel-list-item {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.width33,
.form-row .col-3 {
  width: 33.33%;
}

.width25,
.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.w-full,
.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
}

.form-row {
  width: 100%;
}

.form-row [class*="col-"] {
  margin-bottom: 15px;
  padding: 0 10px;
}

.form-row .row {
  margin: 0 -10px;
}

.ptag p,
ol li,
p {
  font-size: 16px;
  font-weight: normal;
  color: var(--primary);
  letter-spacing: 0.32px;
  line-height: 24px;
  margin-bottom: 27px;
}

ol,
.num_list {
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li,
.num_list li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #585858;
  font-weight: 600;
}

ol li:before,
.num_list li:before {
  content: counter(my-awesome-counter) ".";
  padding: 0px;
  margin-right: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333333;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  left: 0;
  position: absolute;
  top: 5px;
}

.img-item>img,
.border-radius40 {
  border-radius: 30px;
}

#goUpButton {
  position: fixed;
  bottom: 50px;
  right: 10px;
  background-color: var(--green);
  outline: none;
  color: var(--white-color);
  font-size: 20px;
  border: 0;
  width: 45px;
  height: 45px;
}

.offer-box {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 55px;
}

.form-control,
input {
  border: 1px solid #b7b7b7;
  padding: 13px 31px;
  min-height: auto;
  height: 45px;
  border-radius: 10px;
  background-color: #e3ecf6;
  font-size: 14px;
  color: #363636;
  font-weight: normal;
}

textarea.form-control {
  height: auto;
  min-height: 150px;
}

.form-wrapper .form-control:focus {
  border-color: var(--green) !important;
  box-shadow: inset 0px 0px 2px 2px var(--green);
}

textarea.form-control {
  border-radius: 10px;
  height: 135px;
  background: #fff;
}

.submit_button {
  text-align: center;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.submit_button p {
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  text-align: left;
}

.submit_button .btn_dark.input[type="submit"] {
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  outline: none;
  border-radius: 2px;
  text-transform: uppercase;
  border-radius: 0px;
  font-weight: normal;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.submit_button input[type="submit"].btn_dark {
  background-color: var(--theme-color);
  padding: 0;
  min-width: 170px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.btnsubmit {
  width: 100%;
  padding: 0;
}

.form-group.width50 {
  width: calc(50% - 10px);
}

.application-form .submit_block {
  text-align: left;
  justify-content: flex-start;
}

.btn_submit.btn_dark input[type="submit"] {
  border: 0;
  height: auto;
  padding: 0;
  background: transparent;
  font-size: 18px;
  color: #ffffff;
  font-family: "Inter";
  font-weight: bold;
  padding: 17px 20px;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.submit_block .btn_dark input[type="submit"] i {
  margin-left: 15px;
}

.mrgb40 .submit_block .btn_dark input[type="submit"] {
  height: 100%;
  background-color: transparent;
  width: 100%;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

.form-wrapper .heading-40 {
  margin-bottom: 40px;
}

.heading-64 {
  font-size: 64px;
  font-size: clamp(24px,
      24px + (62 - 24) * ((100vw - 320px) / (1920 - 320)),
      62px);
}

.heading-20 {
  font-size: 20px;
}

.relative {
  position: relative;
}

.left-section {
  margin-right: auto;
}

.right-section {
  margin-right: auto;
}

/*-----HELPER-----*/
.absolute {
  position: absolute;
}

.bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: inherit;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

/*-----BUTTONS-----*/
[class*="btn_"] {
  font-size: 14px;
  padding: 13px 20px;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  z-index: 1;
  line-height: 1;
  font-family: "Inter";
  text-decoration: none;
  min-width: 198px;
  height: 44px;
  justify-content: center;
  text-align: center;
  border: 0px solid transparent;
  border-radius: var(--btn-radius);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.3s;
  transition-property: all;
  border-radius: 0px;
  border: 1px solid transparent;
}

.uppercase {
  text-transform: uppercase;
}

.btn_theme {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50px;
}

.btn_theme:hover {
  border-color: #b10954;
  color: var(--light-bg);
  background: #b10954;
}

.btn_theme.whitebtn {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.btn_theme.whitebtn:hover {
  color: var(--white-color);
  background-color: #b10954;
}

.btncall img {
  margin-right: 10px;
}

.btn-row {
  display: flex;
  flex-direction: row;
}

.btn-row a i,
.btn_outline i,
[class*="btn_"] i {
  margin-left: 10px;
  font-size: 18px;
}

.btn-row a:not(:last-child) {
  margin-right: 15px;
}

.btnlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
}

.btnlist a {
  margin: 0px 8px;
}

.dlist,
.default-content-pg ul,
.acc_content ul,
.acc_content ol {
  margin: 0 0 30px 0;
  padding: 0;
}

.dlist li,
ul:not([class]) li,
ol:not([class]) li,
.default-content-pg ul:not([class]) li,
.acc_content ul:not([class]) li,
.acc_content ol:not([class]) li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.3px;
}

.dlist li:before,
ul:not([class]) li:before,
.default-content-pg ul:not([class]) li:before,
.acc_content ul:not([class]) li:before {
  position: absolute;
  content: "";
  background: url(../images/check-solid.svg) no-repeat left top;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
}

.dlist li strong {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
  margin-bottom: 15px;
  line-height: 1;
  display: block;
}

.dlist li strong+p {
  margin-left: -35px;
}

p a,
.call a span {
  position: relative;
  display: inline-block;
}

a {
  text-decoration: none;
}

.ptag p a,
ul:not([class]) li a,
ol:not([class]) li a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  color: #ba3634;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.ptag p a.btn_theme:hover {
  box-shadow: none;
  transform: none;
}

.btn_border {
  border: 1px solid #000000;
  color: #000000;
  text-transform: capitalize;
}

.btn_border:hover {
  box-shadow: inset 10em 0 0 0 var(--theme-color),
    inset -10em 0 0 0 var(--theme-color);
  border-color: var(--theme-color);
  color: var(--light-bg);
}

.btn_border img {
  filter: invert(1);
}

[class*="btn_"] img {
  margin-right: 10px;
}

/* slick arrow */
/* .slick-next,
.slick-prev {
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 100%;
} */
.slick-next img,
.slick-prev img {
  opacity: 1;
}

.slick-next:before,
.slick-prev:before {
  content: none;
}

.slick-prev {
  left: 0px;
  z-index: 1;
}

.slick-next {
  right: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--theme-color);
}

@media (hover: hover) {}

.sec-padding {
  padding: 80px 0;
}

.inpg {
  padding: 90px 0 0 0;
}

p a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--green);
  transition: 0.5s;
  opacity: 0;
}

p a:hover:after {
  opacity: 1;
  width: 100%;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 27px;
  font-family: "Inter";
  font-weight: 300;
}

.heading-40,
h1,
h2,
h3 {
  font-weight: 900;
  color: #363636;
}

.heading-40,
.h1 {
  font-size: clamp(20px,
      20px + (40 - 20) * ((100vw - 600px) / (1920 - 600)),
      40px);
}

.heading-34,
h1 {
  font-size: clamp(20px,
      20px + (40 - 20) * ((100vw - 600px) / (1920 - 600)),
      40px);
}

.heading-32,
h2 {
  /* font-size: 32px; */
  font-size: clamp(22px,
      22px + (32 - 22) * ((100vw - 320px) / (1920 - 320)),
      32px);
}

.heading-30,
h3 {
  /* font-size: 30px; */
  font-size: clamp(20px,
      20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)),
      30px);
}

.heading-26,
h4 {
  font-size: 26px;
}

.heading-24 {
  font-size: 24px;
}

.capital-case {
  text-transform: capitalize;
}

.no-case {
  text-transform: none;
}

[class*="heading-"] span {
  font-size: inherit;
  text-transform: uppercase;
}

.white,
.footer-top-panel .heading-24 {
  color: #ffffff;
}

.column-two {
  column-count: 2;
}

.ft-20,
.cta-section p.ft-20 {
  font-size: 20px !important;
}

.mrgb0 {
  margin-bottom: 0 !important;
}

.mrgb10 {
  margin-bottom: 10px !important;
}

.mrgb20 {
  margin-bottom: 20px !important;
}

.mrgb40 {
  margin-bottom: 40px;
}

.mrgb60 {
  margin-bottom: 60px;
}

.ft-18,
.work-step span {
  font-size: 18px;
}

.bold {
  font-weight: bold !important;
}

.black {
  font-weight: 900;
}

.divider {
  border-bottom: 1px solid rgba(57, 79, 142, 0.2);
  padding: 94px 0 0 0;
}

.mrgb50 {
  margin-bottom: 50px;
}

.mrgb70 {
  margin-bottom: 70px;
}

.mrgb80 {
  margin-bottom: 80px;
}

.mrgb100 {
  margin-bottom: 100px;
}

/* INNER BANNER SECTION CSS */
.sec_innerbanner {
  line-height: 0;
  position: relative;
  z-index: 1;
  min-height: 450px;
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.sec_innerbanner .heading-40 {
  margin-bottom: 0;
}

.sec_innerbanner .container {
  width: 100%;
}

.banner-item-right {
  margin: 0 0 0 auto;
}

.banne-in-left {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
}

/* INNER BANNER SECTION CSS END */

/* BREADCRUM FOR INNER PAGES */
.breadcurmb-wrapper {
  width: calc(100% - 70px);
  margin-bottom: 0px;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
  margin-left: auto;
}

ul.woo_breadcums {
  padding: 15px 0;
  margin: 0;
}

ul.woo_breadcums li {
  list-style: none;
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

ul.woo_breadcums li span {
  padding: 0;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 20px 0 0;
  color: #363636;
  display: inline-block;
}

ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "/";
  top: 0px;
  right: -15px;
}

ul.woo_breadcums li a:hover {
  text-decoration: underline;
  color: var(--themecolor);
}

/* BREADCRUM FOR INNER PAGES END*/

/* KEY FEATURE CSS*/
.key-feature-grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 37px 0;
}

.img-radius .icon-top {
  right: -51px;
  top: 18%;
}

.img-radius .icon-bottom {
  left: -40px;
  bottom: 5%;
}

.key-feature-grid-list .key-box-item {
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 5px 15px #dedede5c;
}

.key-box-item img {
  margin-bottom: 8px;
}

.left-content {
  width: calc(100% - 605px);
  padding-right: 80px;
}

.content-right-item {
  width: 605px;
  text-align: right;
}

.content-right-item .item {
  border-radius: 20px;
}

.content-right-item img {
  margin: auto;
}

.content-right-item .img-radius :is([class*="icon-"]) {
  position: absolute;
  z-index: -1;
}

.about-img-content {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 25px;
  background: #fff;
  padding: 24px 50px;
  border-radius: 14px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 563px;
}

.about-img-content li {
  margin-right: 50px;
}

.about-img-content li:last-of-type {
  margin-right: 0px;
}

.about-img-desc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img-desc img {
  margin-right: 8px;
}

.abt-residential {
  font-size: 20px;
  font-weight: 900;
}

.about-img-content::before {
  position: absolute;
  content: "";
  background: url(../images/abt-cntnt-before.svg);
  background-repeat: no-repeat;
  width: 68px;
  height: 87px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* KEY FEATURE CSS END */

/* LEFT BLOCK AREA CSS */
.left-block-area {
  position: relative;
}

.left-block-head,
.right-block-area-wrapper h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 22px;
}

.left-block-area-content-left {
  width: 605px;
  text-align: center;
}

.left-block-area-content-left>img {
  position: relative;
  border-radius: 20px;
}

.left-block-area-content-left.heading-40 {
  margin-bottom: 5px;
}

.left-block-area-content-left>p {
  font-size: 20px;
  font-weight: bold;
  color: #acacac;
  margin-bottom: 64px;
}

.left-block-area-content-right {
  width: calc(100% - 605px);
  padding-left: 95px;
}

.left-block-area-content-right .heading_40 {
  line-height: 45px;
  margin-bottom: 30px;
}

.left-block-area-content-right p {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}

.left-block-area-content-right p>span {
  font-size: 16px;
  font-weight: bolder;
  color: #1a1a1a;
}

.right-block-area-wrapper.row-reverse .right-block-area-content-right {
  padding-left: 95px;
  padding-right: 0;
}

/* LEFT BLOCK AREA CSS END*/

/* RIGHT BLOCK AREA CSS */
.right-block-area {
  position: relative;
}

.right-block-head {
  font-size: 26px;
  font-weight: bolder;
  margin-bottom: 22px;
}

.right-block-area-content-left {
  width: 605px;
  text-align: center;
}

.right-block-area-content-left .right-block-area-img {
  border-radius: 20px;
}

.right-block-waves {
  position: absolute;
  left: -49px;
  bottom: 10%;
}

.right-block-area-content-left.heading-40 {
  margin-bottom: 5px;
}

.right-block-area-content-left>p {
  font-size: 20px;
  font-weight: bold;
  color: #acacac;
  margin-bottom: 64px;
}

.right-block-area-content-right {
  width: calc(100% - 605px);
  padding-right: 95px;
}

.right-block-area-content-right .heading_40 {
  line-height: 45px;
  margin-bottom: 30px;
}

.right-block-area-content-right p {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}

.right-block-area-content-right p>span {
  font-size: 16px;
  font-weight: bolder;
  color: #1a1a1a;
}

.left-block-area-wrapper.row-reverse .left-block-area-content-right {
  padding-left: 0;
  padding-right: 95px;
}

/* RIGHT BLOCK AREA CSS END*/

/* WHY CHOOSE LIST SECTION CSS */
.why-choose-head {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 24px;
}

.why-choose-list {
  position: relative;
}

.why-choose-list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.why-choose-list li:before {
  position: absolute;
  content: "";
  background: url(../images/list-check.svg) no-repeat left top;
  left: 0;
  top: 8px;
  width: 16px;
  height: 13px;
}

/* WHY CHOOSE LIST SECTION CSS */

/* AREA WE SERVE SECTION STAR */
.area-we-serve.suburb-area {
  padding-top: 0px;
}

.area-we-serve-content ul.areas-sec-list {
  column-count: 2;
}

.area-we-serve-content {
  width: calc(100% - 700px);
  padding-left: 75px;
}

.area-we-serve-content.area-right-map {
  padding-right: 85px;
  padding-left: 0;
}

.area-we-serve-head {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 28px;
}

.area-we-serve-head-two {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 28px;
  margin-top: 22px;
}

.area-we-serve-content ul.areas-sec-list li {
  font-size: 16px;
  color: #363636;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
  padding-left: 24px;
}

.area-we-serve-content ul.areas-sec-list li a {
  color: #132728;
  text-decoration: none;
}

.area-we-serve-content ul.areas-sec-list li.active,
.area-we-serve-content ul.areas-sec-list li:hover>a {
  color: var(--theme-color);
}

.area-we-serve-content ul.areas-sec-list li:before {
  position: absolute;
  content: "";
  background: url(../images/areas-location-img.svg) left top no-repeat;
  width: 10px;
  height: 14px;
  left: 0;
  top: 3px;
}

.area-item.areas-sec-img {
  width: 700px;
}

.area-serve-img {
  position: absolute;
  left: -34px;
  bottom: -18px;
}

.areas-sec-map {
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 0 0;
  height: 450px;
}

.area-aquare-des {
  position: absolute;
  bottom: -20px;
  left: -30px;
  z-index: -1;
}

/* AREA WE SERVE SECTION END */

/* WHY CHOOSE SECTION START */
.why-chosse-section.sub-choose {
  padding-top: 30px;
}

.why-chosse-section {
  position: relative;
}

.why-chosse-left-block {
  width: 605px;
  text-align: center;
}

.why-chosse-left-block .why-chosse-section-img {
  border-radius: 20px;
}

.why-chosse-left-block img {
  border-radius: 20px;
}

.right-block-waves {
  position: absolute;
  left: -49px;
  bottom: 10%;
}

.service2-wave {
  position: absolute;
  z-index: -1;
  left: -35px;
  bottom: 30px;
}

.why-chosse-left-block.heading-40 {
  margin-bottom: 5px;
}

.why-chosse-left-block>p {
  font-size: 20px;
  font-weight: bold;
  color: #acacac;
  margin-bottom: 64px;
}

.why-chosse-right-block {
  width: calc(100% - 605px);
  padding-right: 95px;
}

.why-chosse-right-block .heading_40 {
  line-height: 45px;
  margin-bottom: 30px;
}

.why-chosse-right-block p {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}

.why-chosse-right-block p>span {
  font-size: 16px;
  font-weight: bolder;
  color: #1a1a1a;
}

/* WHY CHOOSE SCETION END */

/* FOOTER STYLE CSSS*/
footer {
  background: transparent linear-gradient(78deg, #ffe9dc 0%, #dcfcec 50%, #ddfefe 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  overflow: hidden;
}

.footer-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.ft_ndis_title {
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}

.ft_ndis_title a {
  font-weight: 600 !important;
  margin: 30px 0 15px !important;
  display: block
}

.footer-bg .container {
  border-bottom: 1px solid rgb(62 78 72 / 10%);
}

.footer-bg {
  padding: 153px 0 0 0;
  color: #363636;
  z-index: 1;
  position: relative;
}

.ft-bottom p {
  font-size: 14px;
  letter-spacing: 0.56px;
  font-weight: 400;
  color: #4d4d4d;
}

[class*="footer-col-"] {
  margin-bottom: 30px;
}

.footer-col-quick {
  width: calc(100% - 520px);
}

.footer-acr-logo {
  width: 21.33%;
}

.footer-acr-logo .logo-range {
  margin: 0 -10px;
}

.footer-col-service {
  width: 12%;
}

.footer-links li a {
  font-size: 14px;
  font-weight: 400;
  color: #363636;
}

.footer-links li.active a,
.footer-links li a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.footer-desc-list li label {
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

.footer-desc-list li:not(:last-child) {
  margin-bottom: 30px;
}

.ft-bottom p {
  margin-bottom: 0;
  padding: 36px 0;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.7);
}

.mrgb30 {
  margin-bottom: 30px;
}

.footer-links li {
  position: relative;
}

.footer-links li:not(:last-of-type) {
  margin-bottom: 10px;
}

.service-sec-bg .btn_border {
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
}

.footer-col-contact {
  width: 18%;
}

.footer-desc-list {
  display: flex;
  flex-wrap: wrap;
}

.footer-desc-list li {
  width: 100%;
  font-size: 14px;
  display: flex;
  font-weight: 600;
}

.footer-desc-list li a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.footer-desc-list li span.icon-36 {
  width: 30px;
}

.footer-desc-list li .cn-text {
  width: calc(100% - 30px);
}

.none-case {
  text-transform: none;
}

.capital-heading {
  text-transform: capitalize;
}

.footer-logo a {
  display: inline-block;
}

.footer-top-panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

.footer-desc-list li.ft-social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: -10px 0 0 0;
}

.footer-desc-list li.ft-social-links a:hover {
  background: var(--theme-color);
}

.footer-desc-list li.ft-social-links a img {
  margin: 0 auto;
}

.footer-desc-list li.ft-social-links a:hover img {
  filter: brightness(0) invert(1);
}

.ft-about-text {
  max-width: 45%;
  margin: 0 0 0 auto;
  padding-right: 100px;
}

.ft-about-text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 40px;
}

.footer-bg .btn-row a.btn_border {
  border-color: var(--white-color);
  color: var(--white-color);
}

.footer-bottom {
  padding: 15px 0;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 26px;
}

.footer-top-panel .heading-24 {
  display: inline-flex;
  width: 54%;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.footer-top-panel .heading-24 a {
  display: inline-block;
  padding-right: 10px;
}

.footer-top-border {
  display: flex;
  flex-wrap: wrap;
}

.footer-logo {
  max-width: 152px;
}

.footer-col-contact {
  width: 260px;
}

.ftlinkdiv {
  width: calc(100% - 500px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 0;
  z-index: 10;
  text-align: center;
  font-size: 26px;
  color: #fff;
  background: var(--theme-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--white);
  border-radius: 10px;
}

.scrollTop:hover {
  background: #b10954;
}

.scrolldown {
  cursor: pointer;
}

.call-text span {
  font-size: 14px;
  font-weight: 500;
}

.call-text a {
  font-size: 24px;
  font-weight: bold;
}

.btn-listwrap {
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-listwrap .btncall {
  margin-right: 30px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 6px 8px;
}

.wpcf7-not-valid-tip {
  line-height: 1;
  vertical-align: top;
  margin-left: 3px;
  position: relative;
}

/* .footer-logo a img {
  filter: invert(1) brightness(100);
} */

.icon-36 img {
  margin-right: 12px;
}

.ft-social-links img {
  margin-right: 9px;
}

.footer-title.ndis {
  margin-top: 24px;
  margin-bottom: 19px;
}

.footer-title.tac {
  margin-bottom: 0;
}

/* FOOTER SECTION CSS END*/

/* FOOTER TOP CONTENT CSS*/
.footer-top-parent {
  margin-bottom: -55px;
  z-index: 2;
  position: relative;
}

.ft-top-content {
  height: 110px;
  justify-content: space-between;
  align-items: center;
  padding: 38px 65px;
  background: #fff;
  border: 2px solid #41bb88;
  border-radius: 6px;
}

.tp-content-heading {
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  font-weight: 600;
  color: #363636;
}

/* FOOTER TOP CONTENT CSS END */

/* FORM ERROR MASSSAGE */
.wpcf7-form.invalid .wpcf7-response-output {
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 15px 15px 15px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  font-family: "Inter";
  font-weight: normal;
  color: #585858;
  font-size: 16px;
  position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../images/material-error-outline.png) no-repeat left top;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 14px;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #ffdfdf;
  border-color: #f54812;
}

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/failed-validation.svg) no-repeat 15px center #ffdfdf;
  font-size: 14px;
  color: #ff0000;
  padding: 10px 20px 10px 30px;
  margin: 0 0 10px 0;
  width: 100%;
  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;
  color: #498e36;
  width: 100%;
  max-width: 826px;
  padding: 15px 15px 15px 45px;
  font-family: "Inter";
  font-weight: normal;
}

/*slider arrows common styles */
.slick-next,
.slick-prev {
  background: 0 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #363636;
  border-radius: 100%;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--theme-color);
  border: 1px solid #41bb88;
}

.slick-next:hover img,
.slick-prev:hover img {
  filter: brightness(0) invert(1);
}

.customer_list .slick-next:hover img,
.customer_list .slick-prev:hover img {
  filter: none;
}

.wpcf7-not-valid-tip {
  line-height: 1;
  vertical-align: top;
  margin-left: 3px;
  position: relative;
  position: absolute;
  left: 0;
  bottom: -36px;
}

body.page-template-page-services-detail-1 .sticky,
body.page-template-page-services-detail-2 .sticky {
  top: 110px;
}



/* RESPONSIVE AREA START */
@media (min-width: 992px) {
  .sticky {
    position: sticky !important;
    top: 133px;
    align-self: flex-start;
  }

  .row-reverse {
    flex-direction: row-reverse;
  }

  .show-in-sm,
  .hidden {
    display: none;
  }

  .hidden {
    display: none !important;
  }
}

/* @media (max-width: 1760px) {
  ul.woo_breadcums {
    padding-left: 100px;
  }
}

@media (max-width: 1640px) {
  .sec_innerbanner .icon-down {
    left: 85px;
  }
} */
.right-block-area-wrapper .right-block-area-content-right,
.right-block-area-wrapper .right-block-area-content-left {
  margin-bottom: 80px;
}

@media (max-width: 1440px) {

  /* key feature section */
  .left-content {
    padding-right: 40px;
  }

  .img-radius .icon-top {
    display: none;
  }

  /* right block section */
  .right-block-area-content-right {
    padding-right: 40px;
  }

  /* left block section */
  .left-block-area-content-right,
  .right-block-area-wrapper.row-reverse .right-block-area-content-right {
    padding-left: 40px;
  }

  .left-block-area-wrapper.row-reverse .left-block-area-content-right {
    padding-right: 40px;
  }

  /* why choose section */
  .why-chosse-right-block {
    padding-right: 40px;
  }

  .why-chosse-section {
    padding: 0 0 40px 0;
  }

  .why-chosse-section.sub-choose {
    padding-top: 0;
  }

  /* area we serve section */
  .area-we-serve-content {
    padding-left: 40px;
  }

  /* area we serve right map */
  .area-we-serve-content.area-right-map {
    padding-right: 40px;
  }

  /* .footer-col-contact,
  .footer-col-quick {
    width: 25%;
  } */

  /* footer section */
  .footer-col-contact {
    width: 200px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .footer-col-service {
    width: 18%;
  }

  .ftlinkdiv {
    width: calc(100% - 360px);
  }
}

@media (max-width: 1200px) {

  /* key feature section */
  .left-content {
    width: calc(100% - 500px);
  }

  .content-right-item {
    width: 500px;
  }

  .about-img-content {
    padding: 24px;
    max-width: 450px;
  }

  .abt-residential {
    font-size: 16px;
  }

  /* right block section */
  .right-block-area-content-right {
    width: calc(100% - 500px);
  }

  .right-block-area-content-left {
    width: 500px;
  }

  /* left block sectionn */
  .left-block-area-content-left {
    width: 500px;
  }

  .left-block-area-content-right {
    width: calc(100% - 500px);
  }

  /* why choose section */
  .why-chosse-right-block {
    width: calc(100% - 500px);
  }

  .why-chosse-left-block {
    width: 500px;
  }

  /* area we serve section */
  .area-item.areas-sec-img {
    width: 500px;
  }

  .area-we-serve-content {
    width: calc(100% - 500px);
  }

  .area-we-serve-content .heading-40 {
    margin-bottom: 13px;
  }

  .right-block-area-wrapper .right-block-area-content-right,
  .right-block-area-wrapper .right-block-area-content-left {
    margin-bottom: 60px;
  }

  /* area we serve right map */
  .area-we-serve-content.area-right-map {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .area-serve-img {
    display: none;
  }

  /* footer section */
  .ft-about-text {
    max-width: 48%;
    padding-right: 30px;
    padding-left: 30px;
    flex: 1;
  }

  [class*="footer-col-"],
  .mrgb80 {
    margin-bottom: 50px;
  }

  footer {
    width: 100%;
  }

  .ftlinkdiv {
    width: calc(100% - 360px);
  }

  .footer-bg {
    padding: 100px 0 0 0;
  }

  .ftlinkdiv {
    width: 100%;
  }

  .footer-col-contact {
    width: calc(100% - 150px);
    margin-bottom: 25px;
  }

  .footer-desc-list li {
    width: 50%;
    padding-right: 70px;
  }

  .ftlinkdiv {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }

  .footer-top-parent .ft-top-content {
    padding: 30px;
  }

  .footer-top-parent .tp-content-heading {
    width: calc(100% - 330px);
  }

  .footer-top-parent .header-right {
    margin-right: 0;
  }

  .key-feature-grid-list .key-box-item {
    padding: 20px;
  }
}

@media (max-width: 992px) {

  /* inner page */
  .inpg {
    padding: 50px 0 0 0;
  }

  /* key feature section */
  .icon-top,
  .icon-bottom {
    display: none;
  }

  .left-content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .content-right-item {
    width: 100%;
    text-align: center;
  }

  .right-block-area-wrapper h2 {
    font-size: 24px;
  }

  /* right block section */
  .right-block-area-content-right {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .right-block-area-content-left {
    width: 100%;
  }

  .service2-wave {
    display: none;
  }

  /* left block section */
  .left-block-area-content-left {
    width: 100%;
  }

  .left-block-area-content-right,
  .right-block-area-wrapper.row-reverse .right-block-area-content-right {
    width: 100%;
    padding-left: 0;
    padding-top: 0px;
  }

  .right-block-area-wrapper .right-block-area-content-right,
  .right-block-area-wrapper .right-block-area-content-left {
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .right-block-area-content-right p:last-of-type {
    margin-bottom: 0;
  }

  .left-block-area-wrapper.row-reverse .left-block-area-content-right {
    padding-right: 0;
  }

  /* why choose section */
  .why-chosse-left-block {
    width: 100%;
  }

  .why-chosse-right-block {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0px;
  }

  .service-detail2 .left-block-area {
    padding: 30px 0;
  }

  /* area we serve section */
  .area-item.areas-sec-img {
    width: 100%;
  }

  .area-we-serve-content {
    width: 100%;
    padding-left: 0;
  }

  .area-aquare-des {
    display: none;
  }

  .area-we-serve-head-two {
    margin-top: 10px;
  }

  /* footer section */
  .footer-col-quick {
    width: calc(100% - 425px);
  }

  .divider {
    padding: 60px 0 0 0;
  }

  main.service-detail2 ul.why-choose-list {
    margin-top: 30px;
  }


}

@media (max-width: 768px) {
  .heading-40 {
    font-size: 25px;
  }

  .right-block-area-wrapper h2 {
    font-size: 22px;
  }

  /* inner banner */
  .sec_innerbanner .container {
    display: block;
    text-align: center;
  }

  .banner-item-right {
    text-align: center;
  }

  .banne-in-left {
    justify-content: center;
    margin-bottom: 35px;
  }

  .divider {
    padding: 40px 0 0 0;
  }

  /* key feature section */
  .key-feature-grid-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin: 30px 0;
  }

  .sec_innerbanner {
    padding-top: 180px;
  }

  /* footer section */
  .footer-col-contact {
    width: calc(100% - 90px);
  }

  .footer-logo {
    max-width: 80px;
  }

  .footer-col-quick {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer-col-residential,
  .footer-col-commercial {
    width: 50%;
  }

  .ftlinkdiv {
    padding-top: 20px;
  }

  .footer-col-contact {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-logo {
    max-width: 80px;
    margin: 0 0 30px 0;
  }

  .footer-top-parent .tp-content-heading {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-top-parent .ft-top-content {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 96%;
  }

  .ptag p,
  ol li,
  p,
  .dlist li,
  ul:not([class]) li,
  ol:not([class]) li,
  .default-content-pg ul:not([class]) li,
  .acc_content ul:not([class]) li,
  .acc_content ol:not([class]) li {
    font-size: 14px;
    line-height: 24px;
  }

  /* key feature section */
  .about-img-content {
    max-width: 300px;
    padding: 8px 20px;
    align-items: center;
  }

  .about-img-desc {
    display: block;
  }

  .about-img-desc img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .about-img-content li {
    margin-right: 0;
  }

  /* .about-img-content::before {
    left: -13px;
    width: 46px;
    height: 84px;
  } */
  .about-img-content::before {
    left: -13px;
    width: 2px;
    height: 84px;
    background: #e5e5e5;
  }

  .key-fetc-sec .divider {
    padding: 40px 0 0 0;
  }

  .service-detail2 .left-block-area {
    padding: 30px 0 0 0;
  }

  /* why choose section */
  .why-choose-list li {
    margin-bottom: 15px;
  }

  .service-detail2 .why-chosse-section {
    padding: 20px 0 40px 0;
  }

  /* wnquiry form section */
  .form-group.width50 {
    width: 100%;
    margin-bottom: 10px;
  }

  /* area we serve secton */
  .area-we-serve-content ul.areas-sec-list {
    column-count: 1;
  }

  /* footer section */
  .footer-logo {
    width: 100%;
    text-align: center;
  }

  .ft-top-panel {
    justify-content: center !important;
  }

  .ft-top-panel .btn-row,
  .ft-about-text p {
    margin-bottom: 30px;
  }

  /* [class*="footer-col-"],
  .footer-acr-logo {
    margin-bottom: 30px;
    width: 100%;
  } */

  ul.footer-links {
    display: none;
    margin: 0 0 20px;
  }

  .footer-col-quick {
    padding-bottom: 0;
  }

  .footer-col-residential {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .footer-col-commercial {
    width: 100%;
    margin: 0;
  }

  .footer-title {
    background: url(../images/ft-plus-icon.png) no-repeat top 0px right 0;
  }

  .footer-title.linkopen {
    background: url("../images/ft-minus-icon.png") no-repeat top 0px right 0;
  }

  .footer-top-parent .header-right {
    margin-right: 0;
    position: relative;
    z-index: 0;
    top: inherit;
  }

  .footer-top-parent .ft-top-content {
    padding: 15px;
  }

  .form-group span.wpcf7-not-valid-tip {
    position: relative;
    left: 10px;
    bottom: 0;
  }

  .left-block-area-content-left {
    margin-bottom: 10px;
  }

  .footer-desc-list li a {
    word-break: break-all;
  }

  ol li:before,
  .num_list li:before {
    top: 3px;
  }


}

@media (max-width: 480px) {

  /* footer section */
  .footer-desc-list li {
    width: 100%;
    padding-right: 10px;
    margin: 0 0 20px 0 !important;
  }

  ul.footer-links.column-two {
    column-count: 1;
  }
}

/* responsive area end */
main.inpg p a {
  text-decoration: underline;
}

main.inpg p a:hover {
  color: #b10954;
}

.inpg ul:not([class]) {
  margin-bottom: 30px;
}

.divider.pdt-0 {
  padding-top: 0 !important;
}