* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
:root {
  --clr-navbar-text: hsl(200, 9%, 7%);
  --clr-white-text: #f9f9f9;
  --clr-text: #01020b;
  --clr-black: #0b0608;
  --clr-black2: #1e1c1c;
  --clr-black-light: #606161;
  --clr-black-very-light: #bfbfbf;
  --clr-primary: hsl(198, 100%, 23%);
  --clr-primary-light: hsl(198, 100%, 35%);
  /* --clr-primary-hover-black-bg: hsl(204, 59%, 44%); */
  --clr-primary-hover-black-bg: hsl(198, 100%, 44%);
  --clr-secondary: hsl(43, 66%, 43%);
  --clr-secondary-hover: hsl(43, 66%, 60%);
  --clr-secondary-section-bg: hsl(43, 80%, 52%);
  --clr-nav-hamburger: var(--clr-secondary);
  --clr-nav-hamburger-hover: #fff;
  --clr-navbar-btn-text: #fff;
  --bg-navbar-btn-hover: var(--clr-primary);
  --clr-btn-primary-bg: hsl(43, 80%, 52%);
  --clr-btn-primary-bg-hover: var(--clr-primary);
  --clr-btn-primary-left-border: hsl(42, 81%, 41%);
  --clr-btn-primary-left-border-hover: var(--clr-primary-light);
  --clr-btn-primary-text: hsl(200, 9%, 7%);
  --clr-btn-primary-text-hover: #fff;

  --navbar-position: 50px;
}
body {
  /* font-family: "DM Sans", sans-serif !important; */
  overflow-x: hidden;
}
p {
  font-size: 16px;
  line-height: 29px;
  color: #170c1e;
}
section p {
  font-weight: 500 !important;
}
.section-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* alert css */
.alert-danger li {
  list-style: none;
  margin-bottom: 12px;
  padding-left: 10px;
}
.alert-danger li::marker {
  content: "\f410";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 2em !important;
  margin-left: 1.3em;
  width: 1.3em;
}
.toast {
  position: relative;
  z-index: 2000;
  background-color: transparent;
}
.toast-container {
  z-index: 2000;
}
.toast-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.toast-body {
  padding-right: 40px;
  background-color: hsl(43, 80%, 52%);
  border-radius: 6px;
  overflow: hidden;
}
.toast-body p {
  margin: 0;
  color: #000;
}
.toast-body ul {
  padding-left: 1rem !important;
  margin: 0;
  /* list-style: "*"; */
}
.toast-body li {
  color: #000 !important;
  font-size: 18px;
}
.btn-close.toast-close {
  color: hsl(198, 100%, 35%);
  background-color: #fff;
  border-radius: 100%;
  padding: 7px;
  font-size: 8px;
}
/* new nav*/
/* .header {
  padding: 0 6rem;
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: -1px;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
} */
.header {
  /* padding: 0 6rem; */
  /* height: 6rem; */

  position: fixed;
  top: 50px;
  top: var(--navbar-position);
  z-index: 999;
  width: 100%;
  /* background: #ffffff; */
  /* box-shadow: 0 2px 4px rgb(0 0 0 / 25%); */
  transition: all 0.2s ease;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  /* height: 4rem; */
}
.header .navbar-brand {
  width: 200px;
  /* padding: 0.5125rem; */
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.header-nav-home {
  --clr-navbar-text: #fff;
  /* --clr-navbar-text: hsl(200, 9%, 7%); */
}
.nav-drop-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.bottom-nav-scrolled-home {
  /* background: rgba(255, 255, 255, 0.81) !important; */
  background: #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  --logo-height: 100%;
  /* color: #1e1c1c !important; */
  --clr-navbar-text: var(--clr-black2);
  --clr-phone-bg: rgba(0, 0, 0, 0);
  --clr-nav-hamburger-bg: rgba(0, 0, 0, 0);
  --clr-nav-hamburger: var(--clr-primary);
  /* --clr-nav-phone: var(--clr-black2); */
  /* --clr-nav-phone: var(--clr-primary); */
  --clr-nav-link-hover: #000;
  --clr-nav-phone: var(--clr-secondary);
  --clr-nav-hamburger-hover: var(--clr-primary);
  --clr-navbar-btn-text: #000;
  --clr-navbar-btn-text-hover: var(--clr-primary);
  --bg-navbar-btn: var(--clr-primary);
  --bg-navbar-btn-hover: #000;
  --navbar-logo-wrap-height: 70px;
  --navbar-position: 0px;

  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  --clr-nav-hamburger: var(--clr-secondary);
}
.bottom-nav-scrolled {
  /* background: rgba(255, 255, 255, 0.81) !important; */
  background: #fff;
  text-shadow: none;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  --logo-height: 100%;
  /* color: #1e1c1c !important; */
  --clr-navbar-text: var(--clr-black2);
  --clr-phone-bg: rgba(0, 0, 0, 0);
  --clr-nav-hamburger-bg: rgba(0, 0, 0, 0);
  --clr-nav-hamburger: var(--clr-primary);
  /* --clr-nav-phone: var(--clr-black2); */
  /* --clr-nav-phone: var(--clr-primary); */
  --clr-nav-link-hover: #000;
  --clr-nav-phone: var(--clr-secondary);
  --clr-nav-hamburger-hover: var(--clr-primary);
  --clr-navbar-btn-text: #000;
  --clr-navbar-btn-text-hover: var(--clr-primary);
  --bg-navbar-btn: var(--clr-primary);
  --bg-navbar-btn-hover: #000;
  --navbar-logo-wrap-height: 70px;
  --navbar-position: 0px;

  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  --clr-nav-hamburger: var(--clr-secondary);
}
.navbar-list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* gap: 1rem; */
  text-decoration: none;
  /* padding: 0 0.8rem !important; */
  list-style: none;
}
.nav-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--clr-navbar-text) !important;
}

.nav-link:hover,
.nav-link:active {
  color: #e6ad21 !important;
}

.mobile-navbar-btn {
  display: none;
  background: transparent;
  cursor: pointer;
}

.mobile-nav-icon {
  width: 3rem;
  height: 2rem;
  color: #212529;
}

.mobile-nav-icon[name="close-outline"] {
  display: none;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu a {
  font-weight: 600;
  font-size: 16px;
}

.dropdown-item {
  padding: 8px 16px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  /* color: #fff !important; */
  background-color: #e6ad21 !important;
  transition: all 300ms ease-in-out;
}

.section-hero,
.section-services {
  padding: 9.6rem 0;
  background-color: #a5d8ff;
  height: 60vh;

  display: flex;
  justify-content: center;
  align-items: center;
}

.section-services {
  background: #f3f0ff;
}

.section-hero p,
.section-services p {
  font-size: 3.2rem;
}
.page-breadcrumb {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  row-gap: 5px;
  padding-left: 0;
}

ul.page-breadcrumb li + li::before {
  content: "";
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.4em;
  margin-top: 2px;
  background: url("../icons/Expand_right_double.svg") no-repeat 0 0;
  vertical-align: middle;
}

ul.page-breadcrumb li a:hover {
  text-decoration: underline;
  color: #fff;
}
ul.page-breadcrumb li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

ul.page-breadcrumb li {
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  color: #fff;
}
.custom-gutter-form {
  --bs-gutter-y: 24px;
  --bs-gutter-x: 150px;
}
/* ===========================================
Responsive Codes
======================================= */

/* 980px  */
@media (max-width: 62em) {
  html {
    overflow-x: hidden;
  }
  .header-nav-home {
    /* --clr-navbar-text: #fff; */
    --clr-navbar-text: hsl(200, 9%, 7%);
  }
  .mobile-navbar-btn {
    display: block;
    z-index: 999;
  }

  /* .header .logo {
    width: 40%;
  } */

  .navbar-list {
    /* display: none; */
    width: 100%;
    height: 100vh;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    gap: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .nav-inner {
    background: #ffffff;
  }

  .navbar-list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5rem;
  }

  .active .navbar-list {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="close-outline"] {
    display: block;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="menu-outline"] {
    display: none;
  }
}

/* Below 560px  */
@media (max-width: 35em) {
  .header {
    /* padding: 0 0.8rem; */
    position: sticky;
    background: #ffffff;
  }

  .header .logo {
    width: 55%;
  }
}

/* new nav */
/* bootstrap modal */
.modal-header {
  background-color: #fcb82d;
}
#exampleModal label {
  color: #212529;
  font-size: 16px;
}
.modal-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 0.001em;
  color: #212529;
}
.modal-detail .form-control .form-select {
  width: 100%;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #7a7777;
  margin-top: 12px;
}
.modal-detail .form-control:focus,
.modal-detail .form-select:focus {
  outline: none !important;
  box-shadow: none;
  border: 2px solid var(--clr-secondary-section-bg);
}
.modal-detail {
  background: #ffffff;
}
.footer-content {
  background: none !important;
}
.modal-footer button {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;

  /* margin: 1rem -0.25rem; */
  padding: 8px 25px;
  text-decoration: none;
  transition: color 600ms ease-in-out, box-shadow 600ms ease-in-out;
}
.modal-submit-btn {
  background: #e6ad21;
  border: 2px solid #e6ad21;
  border-radius: 4px;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.modal-close-btn {
  background: #d82a2a;
  border: 2px solid #d82a2a;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 25px;
  color: #ffffff;
}
.modal-close-btn:hover {
  color: #d82a2a;
  background: #ffffff;
  border: 2px solid #d82a2a;
}
.submit-close-btn {
  text-decoration: none;
  background: hsl(198, 100%, 23%);
  border: 2px solid hsl(198, 100%, 23%);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 25px;
  color: #ffffff;
}
.submit-close-btn:hover {
  color: hsl(198, 100%, 35%);
  background: #ffffff;
  border: 2px solid hsl(198, 100%, 35%);
}
.modal-submit-btn:hover {
  /* color: #E6AD21;
  background: #ffffff;
  border: 2px solid #E6AD21; */
  box-shadow: inset 280px 0 0 0 #10a80a;
  color: #ffffff;
  background: #10a80a;
  border: 2px solid #10a80a;
}
/* top bar */
#topbar {
  background: #005073;
  /* height: 50px; */
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  overflow: hidden;
  /* padding: 0 6rem; */
}
.top-phone {
  font-weight: 800;
  font-size: 18px;
}
.contact-info {
  gap: 20px;
}
.social-links {
  /* gap: 20px; */
}
.contact-info,
.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
#topbar a:not(.quick-enq-btn):hover {
  color: var(--clr-secondary-hover) !important;
}
#topbar a:hover i {
  color: var(--clr-secondary-hover) !important;
}
.social-links > * {
  border-left: 1px solid var(--clr-secondary);
}
.contact-info a i {
  margin-right: 12px;
}
.social-links .fa-brands {
  color: #ffffff;
  margin-bottom: 16px;
  margin: 0;
  padding: 14px 15px;
  font-size: 20px;
}
.quick-enq-btn {
  /* border-radius: 20px; */
  background: var(--clr-secondary);
  color: #170c1e;
  font-weight: 600;
  padding: 15px 20px;
  height: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quick-enq-btn:hover {
  color: #170c1e;
  background: var(--clr-secondary-hover);
  transition: all 300ms ease;
}
/* Header css */

/* Slider section css */
.slider-section {
  position: relative;
}
.slider-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.slider-text {
  max-width: 700px;
}
/* .slider-content {
  position: absolute;
  padding: 12px;
  width: 45%;
  left: 7%;
  top: 20%;
} */
.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
}
.carousel-indicators [data-bs-target]:hover {
  background: rgb(100%, 100%, 100%);
}
.carousel-indicators [data-bs-target] {
  position: relative;
  width: 10px !important;
  height: 10px !important;
  background: none !important;
  border-radius: 100% !important;
  border: 2px solid #e6a41b !important;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
  overflow: hidden;
}
.carousel-indicators [data-bs-target].active {
  background: #e6a41b !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  opacity: 0;
  filter: alpha(opacity=0); /* IE support */
}
/* .slider-content h2 {
  color: #015073;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.slider-content h1 {
  color: #e7af23;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.59px;
  margin-bottom: 1.5rem;
}
.slider-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0rem;
  
  color: #ffffff;
  margin-bottom: 50px;
} */
.slider-content h2 {
  color: #015073;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.slider-content h1 {
  color: #e7af23;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.59px;
  margin-bottom: 1.5rem;
}
.slider-content p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0rem;
  color: #ffffff;
}
.main-btn {
  font-weight: 700;
  font-size: 16px;
  /* line-height: 29px; */
  border: 2px solid var(--clr-btn-primary-bg);
  border-radius: 8px;
  background: var(--clr-btn-primary-bg);
  box-shadow: inset 0 0 0 0 var(--clr-btn-primary-bg);
  color: var(--clr-btn-primary-text);
  /* margin: 0 -0.25rem; */
  /* padding: 10px 20px; */
  display: inline-flex;
  align-items: center;
  justify-content: start;

  text-decoration: none;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.main-btn span {
  padding: 10px 10px 10px 15px;
}
.main-btn i {
  font-size: 28px;
  margin: 0;
  margin-left: 10px;
  padding: 10px 15px 10px 15px;
  border-left: 1px solid var(--clr-btn-primary-left-border);
  transition: all 0.3s ease;
}
.btn-no-icon span {
  padding: 10px 15px 10px 15px;
}
.btn-no-icon i {
  display: none;
}
.main-btn:hover,
.inslide-btn:hover,
.border-slide-btn:hover {
  box-shadow: inset 280px 0 0 0 var(--clr-btn-primary-bg-hover);
  color: var(--clr-btn-primary-text-hover);
  background: var(--clr-btn-primary-bg-hover);
  border: 2px solid var(--clr-btn-primary-bg-hover);
}
.main-btn:hover i {
  border-left: 1px solid var(--clr-btn-primary-left-border-hover);
}
.secondary-btn {
  --clr-btn-primary-bg: var(--clr-primary);
  --clr-btn-primary-bg-hover: hsl(43, 80%, 52%);
  --clr-btn-primary-left-border: var(--clr-primary-light);
  --clr-btn-primary-left-border-hover: hsl(42, 81%, 41%);
  --clr-btn-primary-text: #fff;
  --clr-btn-primary-text-hover: hsl(200, 9%, 7%);
}
.third-btn {
  --clr-btn-primary-bg: hsl(43, 80%, 52%);
  --clr-btn-primary-bg-hover: hsl(43, 80%, 35%);
  --clr-btn-primary-left-border: hsl(48, 70%, 45%);
  --clr-btn-primary-left-border-hover: hsl(43, 80%, 45%);
  --clr-btn-primary-text: hsl(200, 9%, 7%);
  --clr-btn-primary-text-hover: #fff;
}
.inslide-btn,
.border-slide-btn,
.border-slide-btn {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  border: 2px solid #e6ad21;
  border-radius: 6px;
  box-shadow: inset 0 0 0 0 #e6ad21;
  color: #ffffff;
  margin-top: 20px;
  padding: 6px 14px;
  text-decoration: none;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.inslide-btn {
  background: #e6ad21;
  color: #170c1e;
}

/* Slider section css */

/* About us section */
/* padding-container-old */
/* .service-sec,
.about-ndis-sec,
.ndis-price-sec,
.blog-sec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  
} */

/* .ndis-price-sec{
  padding-left: 6.5rem;
  padding-right: 6.5rem;
} */
.service-sec {
  background: var(--clr-primary);
}

.about-ndis-row {
  display: flex;
  align-items: center;
}

.about-section h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: 0.001em;
  color: #2b2a29;
}
.about-section h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 173.5%;
  color: #2b2a29;
}
.about-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2b2a29;
}
/* .view-more-btn{
    border: 2px solid #DD6227;
    border-radius: 25px;
    background: #DD6227;
    box-shadow: inset 0 0 0 0 #DD6227;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
} */
.view-more-btn,
.view-more-primary {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px;
  margin: 1rem -0.25rem;
  padding: 8px 25px;
  text-decoration: none;
  transition: color 400ms ease-in-out, box-shadow 400ms ease-in-out;
}
.view-more-btn {
  border: 2px solid #005073;
  background: #005073;
  box-shadow: inset 0 0 0 0 #62158f;
  color: #ffffff;
}
.view-more-btn:hover,
.view-more-primary:hover {
  box-shadow: inset 280px 0 0 0 var(--clr-primary);
  color: #ffffff;
  background: var(--clr-primary);
  border: 2px solid var(--clr-primary);
}
.view-more-primary {
  border: 2px solid var(--clr-btn-primary-bg);
  background: var(--clr-btn-primary-bg);
  box-shadow: inset 0 0 0 0 var(--clr-btn-primary-bg);
  color: var(--clr-btn-primary-text);
}
.arrow-more {
  color: #e6ad21;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.arrow-typography {
  text-align: center;
  /* color: hsl(40, 100%, 86%); */
  color: var(--clr-secondary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.arrow-more i {
  font-size: 20px;
}
.arrow-more:hover {
  /* color: hsl(40, 100%, 66%); */
  color: var(--clr-primary);
  transform: translateX(5%);
  -webkit-transform: translateX(5%);
}
.arrow-more i {
  margin-left: 8px;
}
/* .view-more-btn:hover {
    box-shadow: inset 250px 0 0 0 #ffffff;
    color: #DD6227;
    border: 2px solid #DD6227;
} */
.ndis-image {
  margin-left: 50px;
}
/* About us section */

/* Service section css */
/* .service-section {
  padding: 6rem 6rem 0 6rem;
} */
.service-desc h1 {
  color: #fff;
  text-align: center;

  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.042px;
  margin-bottom: 20px;
}
.about-ndis-sec {
  background-color: hsl(43, 66%, 43%);
}
.ndis-img-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ndis-intro h1 {
  color: #fff;
  text-wrap: balance;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.038px;
  margin-bottom: 20px;
}
.ndis-intro p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.5%; /* 26.025px */
  margin-bottom: 30px;
}
.ndis-intro h5 {
  margin-bottom: 22px;
}

.service-desc p {
  color: #fff;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.5%; /* 27.76px */
  max-width: 800px;
  margin: 0 auto;
}
.ndis-intro h5 {
  font-weight: 700;
}

.ndis-intro h5 {
  font-size: 17px;
  line-height: 28px;
  color: #170c1e;
}
.service-card-wrap {
  display: flex;
  flex-direction: column;

  /* background-color: hsl(43, 66%, 43%); */
  background-color: #fff;

  border-radius: 10px;
  height: 100%;
  position: relative;
  text-align: center;
}
.service-card-wrap > :not(:first-child) {
  padding-inline: 20px;
}
.service-card-wrap > :last-child {
  padding-bottom: 20px;
}
/* .services {
  display: flex;
  flex-direction: column;
  
  background-color: hsl(43, 66%, 43%);
  padding: 20px;

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  position: relative;
  text-align: center;
} */
.service-card-header {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.service-img {
  position: absolute;
  top: -50px;
  left: 5%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(41, 93%, 63%);
  border-radius: 10px;
}
.service-content {
  flex-grow: 1;
}
.service-card-img-wrap {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.service-card-img-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.service-content-top .col-md-6 {
  padding: 0;
}
.custom-gutter-homepage-services {
  --bs-gutter-y: 85px;
  --bs-gutter-x: 30px;
}
.service-card-header h3 {
  margin-top: 1rem;
  color: var(--clr-primary);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.024px;
  margin-inline: auto;
}
.support-desc h1 {
  margin-bottom: 20px;
}
.support-desc p {
  font-weight: normal;
  color: #fff;
}
.service-content p {
  color: #2b2a29;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%; /* 24.9px */
}
.ndis-section,
.budget-section,
.budget-card-section,
.ndis-service-section {
  padding: 6rem;
}
.budget-card-section,
.budget-section.second {
  background: #fffbf9;
}
.ndis-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 10%;
}
.budget-card-header {
  margin-bottom: 40px;
  text-align: center;
  padding: 0 10%;
}
.budget-card-header {
  margin-bottom: 40px;
}
.ndis-header h1,
.ndis-service-header h1 {
  font-weight: bold;
  font-size: 38px;
  line-height: 3.4rem;
  text-align: center;
  color: #dd6227;
  margin-bottom: 20px;
}
.budget-header h1,
.budget-card-header h1 {
  font-weight: bold;
  font-size: 38px;
  line-height: 3.4rem;
  color: #dd6227;
  margin-bottom: 20px;
}
.budget-header p,
.ndis-service-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2rem;
}
.ndis-header h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 2rem;
  padding: 0 10%;
}
.budget-lists h5 {
  margin-bottom: 20px;
}
.budget-lists li {
  line-height: 1.8rem;
}
.budget-cards h5 {
  color: #dd6227;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.third-scheme,
.fourth-scheme,
.fifth-scheme,
.sixth-scheme {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  margin-top: 6rem !important;
}
.fist-scheme,
.third-scheme,
.fourth-scheme,
.fifth-scheme,
.sixth-scheme {
  display: flex;
  align-items: center;
  position: relative;
}
.second-scheme {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 6rem !important;
}
.second-scheme .ndis-contents {
  padding-right: 40px;
}
.budget-card {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
  text-align: center;
  min-height: 30ch;
}
.budget-card h3 {
  font-weight: 600;
  font-size: 26px;
  color: #dd6227;
  line-height: 2rem;
  margin: 20px 0;
}
.budget-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6rem;
}
.ndis-service-card {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
  min-height: 30ch;
  text-align: center;
}
.ndis-service-card p {
  margin-top: 20px;
}
.ndis-contents h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 2.6rem;
}
.fist-scheme .ndis-contents,
.third-scheme .ndis-contents {
  content: "";
  position: absolute;
  top: 15%;
  left: 46%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
  background: #ffffff;
  padding: 2rem;
}
.fifth-scheme .ndis-contents {
  content: "";
  position: absolute;
  top: 8%;
  left: 46%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
  background: #ffffff;
  padding: 2rem;
}
.fourth-scheme .ndis-contents {
  content: "";
  position: absolute;
  top: 3%;
  right: 46%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
  background: #ffffff;
  padding: 2rem;
}

/* Service section css */
/* about us section css */
.about-us-section {
  /* padding: 5rem 6rem; */
  /* background: radial-gradient(
    48.4% 342.6% at 45.87% 43.09%,
    #fcf8ef 0%,
    #ffffff 100%
  ); */
  background-color: #fff;
}
.why-choose-list-wrap {
  margin-block: 35px;
}
.why-choose-list {
  display: flex;
  gap: 18px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.why-choose-desc h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.why-choose-desc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
}

.about-block ul {
  padding: 0;
}
.about-block ul li {
  list-style: none;
  position: relative;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  padding: 12px 0px;
}
.about-block ul li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #e6ad21;
  background: var(--clr-secondary);
  height: 3px;
  width: 53%;
}
.about-block ul li::before {
  position: absolute;
  bottom: 0;
  content: "";
  background: var(--clr-primary);
  height: 3px;
  width: 67%;
}
/* .about-us-img {
  width: 100%;
  
} */
.about-us-section h2,
.blog-title h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: 0.001em;
  margin-bottom: 0.8rem;
}
.about-us-section h2 {
  color: #2b2a29;
}
.about-us-section h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6rem;
  color: #2b2a29;
  margin-bottom: 20px;
}
.about-us-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2b2a29;
}
.service-inner-section {
  padding: 6rem;
}
.ndis-price-sec {
  background: #ffffff;
}
.ndis-price-sec h2 {
  color: #005073;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.038px;
}
.pricing-section {
  display: flex;
  align-items: center;
}
.pricing-desc h5 {
  color: #b78d25;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 173.5%; /* 29.495px */
  margin-bottom: 30px;
}
.pricing-desc p {
  margin-top: 1rem;
  color: #170c1e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.5%; /* 24.29px */
}
.pricing-desc a.main-btn {
  margin-top: 25px;
}
.ndis-price-sec {
  position: relative;
  overflow: hidden;
}
.pricing-img {
  position: absolute;

  top: 0;
  bottom: 0;
  right: 0;

  width: auto;
}
@media screen and (min-width: 1600px) {
  .pricing-img {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .pricing-img {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 55%;
  }
}
@media screen and (max-width: 768px) {
  .pricing-img {
    position: unset;
    padding-bottom: 60px;
  }
}
.pricing-img {
  /* margin-right: -50%; */
}
.pricing-img img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

/* about us section css */
/* Blog Section */
.blog-sec {
  background: var(--clr-primary);
}
.blog-title {
  /* text-align: center; */
  position: relative;
}
.blog-title h2 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.042px;
  margin-bottom: 20px;
}
.blog-title p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.5%; /* 27.76px */
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.view-all-block {
  position: absolute;
  right: 10px;
  bottom: -8px;
}
.view-all-block a {
  position: relative;
  font-weight: 600;
  color: #fff;
}
.view-all-block a:hover {
  color: var(--clr-secondary-hover);
  transition: all 0.3s linear;
}
.view-all-block a:after,
.view-all-block a:before {
  position: absolute;
  height: 3px;
  width: 0%;
  bottom: -5px;
  left: 0;
  background: #e6ad21;
  content: "";
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-all-block a:before {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  left: auto;
  right: 0;
}

.view-all-block a:hover:before {
  left: 50%;
  width: 50%;
}
.view-all-block a:hover:after {
  left: auto;
  right: 50%;
  width: 50%;
}
.right-blog {
  background: #fff;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.04);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-short-content {
  padding: 20px;
  /* min-height: 194px; */
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-short-content .arrow-more {
  color: #e6ad21;
  text-decoration: none;
  display: inline-block;
}
.bright-img img {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.blog-short-content h3 {
  font-weight: 700;
  color: #170c1e;
  font-size: 20px;
  margin-bottom: 25px;
  flex-grow: 1;
}
/* News & update css */
.news-section {
  padding: 6rem;
  background: #ffffff;
}
.news-updates {
  display: flex;
  align-items: center;
}
.news-title h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0.001em;
  color: #58a644;
}
.news-title h1::after {
  content: "";
  margin-top: 8px;
  border-bottom: 5px solid #58a644;
  width: 30%;
  display: block;
}
.news-title a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.001em;
  color: #58a644;
}
.news-title a::after {
  content: "";
  margin-top: 8px;
  border-bottom: 5px solid #58a644;
  width: 100%;
  display: block;
}
.news-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.news-card {
  background: #f3fdf4;
  display: flex;
  align-items: center;
  gap: 10%;
}
.news-text {
  padding: 0 20px;
}
.news-text h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.001em;
  color: #000000;
}
.news-text p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 178%;
  /* or 28px */
  color: #58a644;
}
.occupation-image {
  position: relative;
}
.occupation-image .occupation-content {
  position: absolute;
  padding: 12px;
  width: 80%;
  margin: 10px 6px;
  top: 54%;
}
.occupation-content h1,
.blog-short-content h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 178%;
  /* or 28px */
  color: #c0bec2;
}
.occupation-content p {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 158%;
  /* or 41px */
  color: #ffffff;
}
.learnmore-news-btn {
  text-decoration: none;
  border: none;
  background: none;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 178%;
}
.learnmore-news-btn:hover {
  color: #dd6227;
}
/* News & update css */

/* acknowledgement section css */
.flagblock {
  margin: 25px 0px;
}
.flagblock img {
  width: 164px;
}
/* .acknowledgement-section {
  background: #005073;
  position: relative;
} */
/* .acknowledgement-section::before {
  position: absolute;
  content: "";
  background-color: #E6AD21;
  width: 50%;
  height: 100%;
} */
.acknowledgement-section {
  background-color: var(--clr-secondary);
}
.ack-country {
  background-color: #e6ad21 !important;
  min-height: 100%;
  padding: 6rem 5rem;
}

/* .acknowledgement-desc {
  position: relative;
} */
.ack-row {
  display: flex;
  align-items: center;
  position: relative;
}
/* .ack-equal-column{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
} */
.ack-wrap {
  padding: 5rem 5rem;
}
.testi-wrap {
  padding: 5rem 3rem;
}
.acknowledgement-desc h1 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 62.372px */
  letter-spacing: 0.04px;
  margin-bottom: 20px;
}
.acknowledgement-desc p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.5%; /* 27.76px */
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
/* acknowledgement section css */
/* Testimonials section css */
.testimonial-section {
  background-color: #fff;
}
.testimonial-section > .container header {
  margin-bottom: 40px;
}
.testimonial-section header h2 {
  color: var(--clr-primary);
  text-align: center;

  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 62.372px */
  letter-spacing: 0.04px;
}
.slider-testimonial-cards {
  margin-top: 30px;
}
.testimonial-section header p {
  color: var(--clr-primary);
  color: #005073;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.5%; /* 31.23px */
}
.testimonial-card-wrap {
  height: 100% !important;
}
.testimonial-card {
  background-color: var(--clr-primary);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  flex-grow: 1;
  height: 100% !important;
}
/* .slick-track > div {
  height: 100% !important;
} */
.testimonial-card p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 173.5%; /* 27.76px */
  flex-grow: 1;
}
.quote-icon {
  padding-bottom: 15px;
}
.stars-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}
.read-more {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.5%; /* 24.29px */
  text-decoration-line: underline;
}
.read-more:hover {
  color: var(--clr-secondary-hover);
}
/* .testimonials-section {
  padding: 6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.testimonials-feedback-content {
  margin-top: 70px;
}
.testimonials-title h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 155.93%;
  text-align: center;
  letter-spacing: 0.001em;
  color: #e6ad21;
} */
.client-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}
.client-name-wrap {
}
.client-img {
  border-radius: 50%;

  width: 54px;
  height: 54px;
  border: 1px solid rgba(59, 8, 90, 24%);
}
.client-profile h4 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 173.5%; /* 31.23px */
}
.client-profile h5 {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 173.5%; /* 27.76px */
  margin: 0;
}
.slider-testimonial-cards .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: -65px;
}

.slider-testimonial-cards .slick-dots li {
  margin: 0 0.25rem;
}

.slider-testimonial-cards .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid var(--clr-primary);
  border-radius: 100%;
  /* background-color: rgba(255, 201, 40, 0.5); */
  text-indent: -9999px;
}
.slider-testimonial-cards .slick-dots li.slick-active button {
  background-color: var(--clr-primary);
}
.testimonials-profile {
  display: flex;
  align-items: center;
}
.testimonials-feedback {
  position: relative;
}
.review-icon {
  position: absolute;
  top: 0%;
  left: 0%;
}
.testimonials-review p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.testimonials-indicators {
  bottom: -16% !important;
}
.testimonials-indicators [data-bs-target] {
  position: relative;
  width: 10px !important;
  height: 10px !important;
  background: none !important;
  border-radius: 100% !important;
  border: 2px solid #e6ad21 !important;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
  overflow: hidden;
}
.testimonials-indicators [data-bs-target].active {
  background: #e6ad21 !important;
}
/* Testimonials section css */

/* Footer Css */
.footer {
  background: var(--clr-primary);
}
.footer-top {
  /* padding: 5rem 6rem 2rem 6rem; */
}
.footer-logo {
  width: 140px;
}
.footer-contact {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 500;
}
.affable-description {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
  margin-right: 20%;
  line-height: 28px;
}
.company-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2rem;
  color: #e6ad21;
  margin-bottom: 24px;
  margin-top: 15px;
}
.contact-information {
  display: flex;
  gap: 10px;
}
.contact-information p {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.5%; /* 24.29px */
}
.contact-img img {
  width: auto;
  height: 24px;
}
/* subscribe css */
.custom-search {
  position: relative;
  width: 320px;
}
.custom-search-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  background-color: hsl(0, 0%, 85%);
}
.custom-search-botton {
  border: 0;
  width: 100%;
  background-color: hsl(43, 80%, 52%);
  color: var(--clr-primary);
  font-weight: bold;
  outline: none;
  margin: 0;
  margin-top: 25px;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 2;
  transition: background-color 0.3s ease;
}
.custom-search-botton:hover {
  background-color: hsl(43, 80%, 40%);
}
/* subscribe css */
.socials-icons {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.bottom-footer {
  font-size: 12px;
}
.policy a {
  color: #e6ad21;
  text-decoration: none;
}
.policy a:hover {
  color: #a5d8ff;
}
.cds-icons {
  display: flex;
  flex-direction: column;
}
.cds-link {
  font-size: 14px;
  text-decoration: none;
}
.cds-link {
  color: #e1e8ec;
}
.cds-link:hover {
  color: #e6ad21;
}
.fa-solid {
  margin-right: 10px;
}
.affable-details p {
  color: #ffffff;
  /* font-size: 14px;
  padding-right: 20px; */
}
.lists-links {
  display: flex;
  gap: 30px;
}
.header-modal h5 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
}
.footer-modal {
  justify-content: center !important;
  background: #2b2a29;
}
.submit-footer-modal {
  justify-content: center !important;
  background: #ffffff;
  border-top: none !important;
}
.submit-modal {
  border-top: none !important;
  justify-content: center !important;
  background: #ffffff;
}
.header-modal {
  justify-content: center !important;
  background: #e6ad21;
}
.submit-header-modal {
  justify-content: center !important;
  border-bottom: none !important;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.footer a {
  display: block;
  color: #fff;
  transition: all 0.3s ease;
}
.footer a:hover {
  color: var(--clr-secondary-hover) !important;
}
.contact-information {
  margin-bottom: 10px;
}
.contact-information i {
  margin: 0 !important;
}
.contact-information a {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 10px;
}
.footer-links {
  margin-top: 80px;
}
.link-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: hsl(40, 82%, 51%);
}
.footer-link:hover {
  color: var(--clr-secondary-hover);
}
/* .fa-brands {
  margin-top: 18px;
}
.fa-facebook:hover {
  color: #4267b2;
}
.fa-twitter:hover {
  color: #1da1f2;
}
.fa-linkedin:hover {
  color: #0077b5;
}
.fa-instagram:hover {
  color: #d6249f;
  
}
.fa-linkedin-in:hover {
  color: #0e76a8;
} */
.box {
  width: 50px;
  margin-top: 15px;
  border-bottom: 2px solid #e6ad21;
}

.footer-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding: 5px 0;
  display: block;
}
.feedback-btn {
  width: 260px;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  border: 2px solid #e6ad21;
  border-radius: 25px;
  background: #e6ad21;
  box-shadow: inset 0 0 0 0 #e6ad21;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 6px 20px;
  text-decoration: none;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: inline-block;
}
.feedback-btn:hover {
  box-shadow: inset 300px 0 0 0 #5da249;
  color: #ffffff;
  background: #e6ad21;
  border: 2px solid #5da249;
}
.footer-links h1 {
  position: relative;
  margin-bottom: 22px;
}
.footer-links h1::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 50px;
  height: 2px;
  background: #e6ad21;
}
.footer-socials {
  margin: 40px 0;
}

.bottom-footer {
  border-top: 1px solid var(--clr-secondary);
  background: var(--clr-primary);
  padding-block: 19px;
}
.footer-text {
  color: #e9a61b;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 5px;
}
.footer-text p {
  font-size: 12px;
  color: #e9a61b;
}
.footer-text a {
  color: #e9a61b;
  text-decoration: none;
}
.footer-text > * {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

#ClickdeskofflineForm input.cdw-chat-contact-form-text {
  padding: 10px !important;
}
.support-chat input {
  padding: 10px !important;
}

.whatsapp_widget_header_icon img {
  width: 32px;
}
/* Footer Css */

/* enquiry form page css */
.enquery-form-section {
  /* padding-top: 6rem; */
  /* padding-bottom: 6rem; */
}
.enquery-form-section .container {
  /* padding-top: 6rem;
  padding-bottom: 6rem; */
}
.anything-share-wrap {
  background-color: #f5f4f4;
}
.contact-detail-wrap {
  background-color: #fff;
}
.hideandshow {
  display: none !important;
}

/* inner pages header */
.page-hero-section {
  background-color: var(--clr-primary);
  position: relative;
}
.hero-service-header {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.hero-service-header h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.43px;
  position: relative;

  width: fit-content;
  margin-bottom: 3rem;
}
.hero-service-header h2::before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url("../images/curved-underline.svg");
  background-repeat: no-repeat;
  width: 232px;
  height: 25px;
}
.curved-underline {
  position: relative;
  width: fit-content;
  margin-bottom: 2rem;
}
.curved-underline::before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url("../images/curved-underline.svg");
  background-repeat: no-repeat;
  width: 232px;
  height: 25px;
}
.hero-service-header p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%; /* 26.56px */
}

.page-hero-section-img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 60%;
  z-index: 1;
  width: auto;
}
@media screen and (min-width: 1600px) {
  .page-hero-section-img-wrap {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .page-hero-section-img-wrap {
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 55%;
  }
}
@media screen and (max-width: 768px) {
  .page-hero-section-img-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -15px;
  }
  .page-hero-section::after {
    background: rgba(72, 24, 122, 0.6);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.page-hero-section-img-wrap img {
  height: 100%;
  width: 110%;
  object-position: center;
  object-fit: cover;
}
.form-page-head {
  /* text-align: center; */
  color: #212121;
  margin-bottom: 30px;
}
.form-page-head h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.5%; /* 55.52px */
}

/*
.form-page-head h5 {
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
 
  letter-spacing: 0.001em;
  color: rgb(233, 166, 27);
  display: inline-block;
  
}
 .form-page-head h5::after {
  content: "";
  border-bottom: 5px solid rgb(233, 166, 27);
  width: 80%;
  margin: 4% 10%;
  justify-content: center;
  display: block;
} */
.form-page-head p {
  font-weight: 700;
  font-size: 17px;
  line-height: 173.5%;
  /* text-align: center; */
  color: #2b2a29;
}
.enquiry-input label {
  margin-bottom: 10px;
  /* font-weight: 600; */
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 173.5%; /* 31.23px */
}
.enquiry-input .form-control {
  width: 100%;
  border-radius: 4px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #535353;
}
.enquiry-input .form-control:focus {
  outline: none !important;
  box-shadow: none;
  border: 2px solid #e6ad21;
}
.four-columns {
  margin-bottom: 40px;
}
.service-type-enquiry-section {
  background-color: hsl(0, 0%, 93%);
}
.enquiry-section {
  margin-bottom: 30px;
}
.enquiry-top {
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.5%; /* 55.52px */
}
.lab {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6rem;
  color: #2b2a29;
}

.upload-btn {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.6rem;
  word-spacing: 2px;
  margin-top: 25px;
  color: #2b2a29;
}
.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.service-list li label {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 173.5%; /* 31.23px */
}
.service-list input {
  margin-right: 15px;
  height: 18px;
  width: 18px;
}
.send-now-btn {
  border: 2px solid #e6ad21;
  border-radius: 0;
  background: #e6ad21;
  box-shadow: inset 0 0 0 0 #e6ad21;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 14px 40px;
  transition: all 0.3s ease;
}
.send-now-btn:hover {
  box-shadow: inset 250px 0 0 0 #ffffff;
  color: #e6ad21;
  border: 2px solid #e6ad21;
}
/* .view-more-btn{
    border: 2px solid #005073;
    border-radius: 25px;
    background: #005073;
    box-shadow: inset 0 0 0 0 #005073;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 30px;
} */
.service-desc {
  margin-bottom: 70px;
  text-align: center;
}
.listen {
  width: 100px;
  height: 50px;
  background: #005073;
  border-radius: 0 6px 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.listen-img {
  background: #e6ad21;
  width: 36%;
  height: 100%;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
.listen-img .fa-solid {
  color: #170c1e;
}
.listen-img i {
  font-size: 22px;
}
.listen-icon {
  display: none;
  position: fixed;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.listen-text {
  padding: 0 8px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}

/* new coordination form page */
.wrapper {
  border: 1px solid #d8622a;
}
canvas#signature-pad {
  background: #fff;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}
button#clear,
button#save {
  height: 100%;
  background: #d8622a;
  border: 1px solid transparent;
  color: #fff;
  padding: 5px 30px;
  font-weight: 600;
  cursor: pointer;
}
button#clear span {
  display: block;
}
.trueblue-section,
.participation-section {
  word-wrap: break-word;
  padding: 6rem 2rem;
  background: radial-gradient(
    48.4% 342.6% at 45.87% 43.09%,
    #fdf8ff 0%,
    #f8f1ff 100%
  );
}
.coordination-table {
  display: flex;
  gap: 20px;
}
.funding-section {
  word-wrap: break-word;
  padding: 6rem 2rem;
  background: radial-gradient(
    48.4% 342.6% at 45.87% 43.09%,
    #ece1f5 40%,
    #e5d8f3 100%
  );
}
.trueblue-value-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trueblue-value-section .title-sec,
.participation-section h3 {
  color: #d8622a;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 20px;
  font-weight: 600;
}
.trueblue-value-section a,
.funding-section a,
.participation-section a,
.two-column a {
  color: #0a0e14;
}
.trueblue-value-section a:hover,
.funding-section a:hover,
.participation-section a:hover,
.two-column a:hover {
  color: #0c84ff;
}
/*.trueblue-section li, .participation-section li, .funding-section li{*/
/*    list-style: none;*/
/*    margin-bottom: 12px;*/
/*}*/
/*.trueblue-section li::marker, .participation-section li::marker, .funding-section li::marker {*/
/*    content: "\f0a9";*/
/*    font-family: FontAwesome;*/
/*    display: inline-block;*/
/*    margin-right: 0.5em;*/
/*    margin-left: -1.3em;*/
/*    width: 1.3em;*/
/*}*/
.trueblue-value-section span {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}
.trueblue-value-section a,
.funding-section a,
.participation-section a,
.two-column a {
  color: #0a0e14;
}
.trueblue-value-section a:hover,
.funding-section a:hover,
.participation-section a:hover,
.two-column a:hover {
  color: #0c84ff;
}
.trueblue-section li,
.participation-section li,
.funding-section li {
  list-style: none;
  margin-bottom: 12px;
  padding-left: 10px;
}
.trueblue-section li::marker,
.participation-section li::marker,
.funding-section li::marker {
  content: "\f0a9";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0em;
  margin-left: 1.3em;
  width: 1.3em;
}
.trueblue-value-section span {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}
.agreement-section h4 {
  font-size: 28px;
  font-weight: 600;
}
.agreement-section h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6rem;
  padding-right: 20%;
}
.funding-section h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6rem;
  margin-bottom: 20px;
}
.two-column h5 {
  font-size: 40px;
  font-weight: 600;
  color: #d8622a;
}
.two-columns h5,
.coordination-page-head h5 {
  font-size: 40px;
  font-weight: 600;
  color: #d8622a;
  text-align: center;
}
.coordination-page-head p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.concern-line {
  padding: 20px 23%;
}
/* media query */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .ndis-section,
  .budget-section,
  .budget-card-section,
  .ndis-service-section {
    padding: 2rem;
  }
  /* padding-container-old */
  /* .service-sec,
.about-ndis-sec,
.ndis-price-sec,
.blog-sec,.about-us-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  
} */

  .blog-title p {
    width: 100%;
  }
  .ndis-price-sec {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .service-sec {
    text-align: center;
  }

  .service-desc h1,
  .ndis-intro h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    letter-spacing: 0.001em;
    display: inline-block;
  }
  .ack-country {
    padding: 3rem 2.5rem;
  }
  .about-ndis-sec p,
  .service-sec p,
  .ndis-section p,
  .budget-section p,
  .budget-card-section p,
  .ndis-service-section p {
    font-size: 15px;
  }
  .fist-scheme,
  .second-scheme,
  .third-scheme,
  .fourth-scheme,
  .fifth-scheme,
  .sixth-scheme {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 2rem !important;
  }
  .fist-scheme .ndis-contents,
  .third-scheme .ndis-contents,
  .fifth-scheme .ndis-contents,
  .second-scheme .ndis-contents,
  .fourth-scheme .ndis-contents,
  .sixth-scheme .ndis-contents {
    content: "";
    position: relative;
    left: 0;
  }
  .ndis-contents {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
    background: #ffffff;
    padding: 2rem;
  }
  .ndis-content {
    margin-top: 20px;
  }
  .ndis-header h1,
  .budget-header h1,
  .budget-card-header h1,
  .budget-cards h5,
  .ndis-service-header h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 2rem;
    color: #dd6227;
  }
  .ndis-header h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6rem;
    padding: 10px 0%;
  }
  .ndis-contents h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 2rem;
  }
  .trueblue-section,
  .participation-section,
  .funding-section {
    padding: 3rem 0.4rem;
  }
  .concern-line {
    padding: 0;
    margin-bottom: 70px;
  }
  .participation-section h3 {
    color: #d8622a;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
  }
  .two-column h5 {
    font-size: 25px;
    font-weight: 600;
    color: #d8622a;
  }
  .funding-section h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 2.3rem;
    margin-bottom: 20px;
  }
  .coordination-table {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .participation-section span {
    display: flex;
    flex-direction: column;
  }
  .two-columns h5,
  .coordination-page-head h5 {
    font-size: 26px;
    font-weight: 600;
    color: #d8622a;
    text-align: center;
  }

  .feedback-btn {
    width: 320px;
    font-size: 16px;
  }

  /* liste icon */
  #topbar {
    background: #005073;
    padding: 0;
  }
  .top-phone {
    font-weight: 800;
    font-size: 11px;
  }
  .slider-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }
  /* .slider-content h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .slider-content h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 25px;
    
    letter-spacing: 0.01em;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .slider-content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
  } */
  /* .border-slide-btn,
  .border-slide-btn {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    border: 2px solid #005073;
    border-radius: 6px;
    box-shadow: inset 0 0 0 0 #005073;
    color: #ffffff;
    margin: 0 -0.25rem;
    padding: 6px 14px;
  }
  .inslide-btn {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    border: 2px solid #e6ad21;
    border-radius: 6px;
    box-shadow: inset 0 0 0 0 #e6ad21;
    color: #ffffff;
    margin: 0 -0.25rem;
    padding: 6px 14px;
  }
  .border-slide-btn {
    background: #005073;
  } */
  /* .main-btn {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    border: 2px solid var(--clr-btn-primary-bg);
    border-radius: 25px;
    background: var(--clr-btn-primary-bg);
    box-shadow: inset 0 0 0 0 var(--clr-btn-primary-bg);
    color: #ffffff;
    margin: 0 -0.25rem;
    padding: 6px 14px;
  } */
  .banner-image {
    /* height: 300px; */
    /* object-fit: cover; */
    /* height: auto; */
    min-height: 30vh;
    /* min-height: fit-content; */
  }

  .header .logo {
    width: 100%;
  }
  /* banner section css ends */
  .testi-wrap {
    padding: 5rem 2rem;
  }
  /* about section css */

  .ndis-image {
    margin-top: 50px;
  }
  /* service section css */
  .service-container {
    padding: 0;
  }

  /* about-us-section css */

  /* .about-us-img {
    width: 100%;
    margin-left: 0;
  } */

  /* news and update css */
  .news-section {
    padding: 20px;
  }
  .news-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.001em;
    color: #13a64f;
  }
  .news-title h1::after {
    content: "";
    margin-top: 8px;
    border-bottom: 5px solid #13a64f;
    width: 40%;
    display: block;
  }
  .news-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 38px;
    letter-spacing: 0.001em;
    color: #13a64f;
  }
  .news-card {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10%;
  }
  .news-image img {
    padding: 0 10px;
    width: 100%;
  }
  .news-text {
    padding: 10px;
  }
  .news-text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.001em;
    color: #000000;
    margin-bottom: 4px;
  }

  .occupation-image img {
    margin-top: 20px;
  }
  .occupation-image .occupation-content {
    position: absolute;
    padding: 12px;
    width: 100%;
    top: 10%;
  }
  .occupation-content p {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 158%;
    color: #ffffff;
  }
  /* news and update css */
  /* acknowledgement-section */
  .acknowledgement-section {
    /* padding: 2rem; */
    background-color: var(--clr-secondary);
  }

  /* testimonials section */
  .testimonials-section {
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .testimonials-title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.6rem;
  }
  .testimonials-review p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 0;
    margin-top: 10px;
  }
  .testimonials-title img {
    height: 26px;
  }
  .testimonials-indicators {
    bottom: -8% !important;
  }
  .review-icon {
    position: absolute;
    top: 3%;
    left: 0%;
  }
  /* footer css */
  .footer-top {
    padding: 1.5rem;
  }

  .lists-links {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  .list-unstyled {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  /* enquiry form page css */
  /* .enquery-form-section {
    padding: 2rem;
  } */
  .form-page-head h5,
  .enquiry-top {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
  }
  .form-page-head p {
    font-weight: 700;
    font-size: 16px;
    line-height: 173.5%;
    color: #2b2a29;
  }
  .lab {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6rem;
    color: #2b2a29;
  }
  .about-sec,
  .service-section {
    padding: 20px;
  }

  .services {
    display: flex;
    flex-direction: column;
  }
  .service-content {
    text-align: center;
  }

  .footer-links {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .contact-info {
    row-gap: 5px;
    column-gap: 70px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .top-phone {
    font-weight: 800;
    font-size: 15px;
  }
  #topbar {
    padding: 0rem;
  }
  .banner-image {
    /* height: 300px; */
    object-fit: cover;
    /* min-height: 40vh; */
    /* min-height: fit-content; */
    /* max-height: 45vh; */
  }
  .slider-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }

  /* .main-btn {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    border: 2px solid #e6ad21;
    border-radius: 25px;
    background: #e6ad21;
    box-shadow: inset 0 0 0 0 #e6ad21;
    color: #ffffff;
    margin: 0 -0.25rem;
    padding: 6px 14px;
  } */
  .blog-title p {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-phone {
    font-weight: 800;
    font-size: 15px;
  }

  .ack-country {
    padding: 3rem 2.2rem;
  }
  /* .about-us-section,
  .service-sec,
  .news-section,
  .acknowledgement-section,
  .footer-top {
    padding: 2rem;
  } */
  /* padding-container-old */
  /* .about-us-section,.about-ndis-sec,
  .service-sec,.ndis-price-sec,
  .news-section,.blog-sec,
  .footer-top {
    padding: 2.5rem;
  } */

  .review-icon {
    position: absolute;
    top: 0%;
    left: 0%;
  }
  .acknowledgement-desc h1 {
    font-weight: 700;
    font-size: 32px;
  }
  .acknowledgement-desc p {
    font-weight: 400;
    font-size: 14px;
  }
  /* .about-us-row {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 130ch;
  } */

  .news-text {
    padding: 0 10px;
  }
  .news-card {
    background: #f3fdf4;
    display: flex;
    align-items: center;
    gap: 0;
  }
  .news-text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.001em;
    color: #000000;
  }
  .news-text p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 178%;
    color: #58a644;
  }
  #topbar {
    background: #005073;
    padding: 0;
    font-size: 10px;
  }
  .header {
    /* padding: 0 4rem; */
  }
  .header .logo {
    width: 80%;
  }
  .banner-image {
    object-fit: cover;
    min-height: 45vh !important    ;
  }

  .slider-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }

  .service-container {
    padding: 0;
  }
  .services {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .acknowledgement-desc p {
    margin: 0;
  }
  /* .enquery-form-section {
    padding: 3rem;
  } */
  /* .about-us-img,
  .ndis-image {
    width: 100%;
    
  } */
  .testimonials-section {
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
  }
  .testimonials-review p {
    padding: 0;
    margin-top: 20px;
  }
  .client-img {
    border-radius: 50%;
    margin-bottom: 14px;
  }
  .testimonials-indicators {
    bottom: -10% !important;
  }
  .blog-title p {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
  .contact-info {
    row-gap: 0px;
    column-gap: 10px;
    padding: 0.7rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1233px) {
  .contact-info {
    row-gap: 0px;
    column-gap: 10px;
    /* padding: 1rem; */
  }
}
@media only screen and (min-width: 991px) and (max-width: 1197px) {
  .nav-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* color: #170c1e !important; */
    padding: 0.5rem 0.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1144px) {
  .slider-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }
}

/* @media only screen and (min-width: 1144px) and (max-width: 1366px) {
  .slider-content {
    position: absolute;
    padding: 10px;
    width: 47%;
    transform: translate(0, -2%);
  }
} */

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /* html {
    overflow-x: hidden;
  } */
  #topbar {
    background: #005073;
    padding: 0;
    font-size: 10px;
  }

  /* .mobile-navbar-btn {
    display: block;
    z-index: 999;
  }

  .header .logo {
    width: 80%;
  }
  .navbar-list {
    
    width: 100%;
    height: 100vh;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .nav-inner {
    background: #ffffff;
  }

  .navbar-list {
    flex-direction: column;
    align-items: center;
  }

  .active .navbar-list {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="close-outline"] {
    display: block;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="menu-outline"] {
    display: none;
  } */
  /* .about-us-row,
  .about-ndis-row {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 150ch;
  }*/
  .about-us-img,
  .ndis-image {
    width: 90%;
  }
}

@media screen and (min-width: 1600px) {
  .fist-scheme .ndis-contents,
  .fifth-scheme .ndis-contents {
    content: "";
    position: absolute;
    top: 25%;
    left: 46%;
    right: 10%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
    background: #ffffff;
    padding: 2rem;
  }
  .third-scheme .ndis-contents {
    content: "";
    position: absolute;
    top: 30%;
    left: 46%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.22);
    background: #ffffff;
    padding: 2rem;
  }
  .fourth-scheme .ndis-contents {
    content: "";
    position: absolute;
    top: 25%;
    right: 46%;
    box-shadow: 0 4px 30px rgb(0 0 0 / 22%);
    background: #ffffff;
    padding: 2rem;
  }
  .lists-links {
    display: flex;
    gap: 80px;
  }
  /* .slider-content {
    position: absolute;
    padding: 12px;
    width: 50%;
    left: 5%;
    top: 20%;
  }
  .slider-content h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 80px;
    letter-spacing: -0.01em;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .slider-content h1 {
   
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 100px;
    
    letter-spacing: 0.01em;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .slider-content p {
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    
    color: #ffffff;
    margin-bottom: 60px;
  } */
  /* .main-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    border: 2px solid #e6ad21;
    border-radius: 25px;
    background: #e6ad21;
    box-shadow: inset 0 0 0 0 #e6ad21;
    color: #ffffff;
    margin: 0 -0.25rem;
    padding: 10px 20px;
    text-decoration: none;
    transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  } */
}
.error-wrap > :first-child {
  padding-bottom: 25px;
}
.error {
  background-color: #dc1125;
}
.error-formatting {
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
}
.buttonload {
  display: none;
}
.displayBtn {
  display: block;
}
#buttonloader {
  display: none;
}
.loading-btn {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 600px) {
  section:not(#listen-icon) {
    padding-left: 35px;
    padding-right: 10px;
  }
  section:not(#listen-icon) > div {
    padding-inline: 0;
  }
  .service-type-enquiry-section {
    position: relative;
  }
  .service-type-enquiry-section::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300%;
    left: -100%;
    content: "";
    background-color: hsl(0, 0%, 93%);
    z-index: -1;
  }
  .anything-share-wrap {
    position: relative;
  }
  .anything-share-wrap::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 300%;
    left: -100%;
    content: "";
    background-color: #f5f4f4;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .contact-info {
    display: flex;
    font-size: 11px;
  }
  .quick-enq-btn {
    padding: 8px 14px;
  }
}
@media screen and (max-width: 1500px) {
  .listen {
    width: 32px;
    height: 100px;
    background: #e6ad21;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    flex-direction: column;
  }
  .listen-img {
    background: none;
    width: 100%;
    height: 70%;
  }
  .listen-text {
    font-size: 10px;
    color: #2b2a29;
  }
}
@media screen and (min-width: 576px) and (max-width: 1100px) {
  .header .logo {
    width: 60%;
    padding-block: 10px;
  }
  .contact-info {
    row-gap: 0px;
    column-gap: 10px;
    padding: 0.3rem;
  }
  .banner-image {
    min-height: 45vh;
  }
}
@media screen and (max-width: 576px) {
  #topbar {
    padding-block: 8px;
  }
  .header > .container {
    padding-left: 35px;
  }
  .section-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-image {
    /* height: 300px; */
    object-fit: cover;
    object-position: center;
    /* height: auto; */
    min-height: 30vh;
    /* min-height: fit-content; */
  }

  .slider-content h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.59px;
    margin-bottom: 1.5rem;
  }
  .slider-content h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .slider-content p {
    display: none;
  }
  .slider-content .main-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 29px;
  }
  .slider-content .main-btn span {
    padding: 3px 3px 3px 8px;
  }
  .slider-content .main-btn i {
    font-size: 22px;
    margin: 0;
    margin-left: 0px;
    margin-left: 7px;
    padding: 3px 8px 3px 8px;
  }

  .service-desc p {
    font-size: 16px;
    line-height: 1.6rem;
    /* margin: 0; */
  }
  .service-card-header h3 {
    font-size: 22px;
  }
  .about-us-section h2,
  .service-sec h1,
  .ndis-intro h1,
  .ndis-price-sec h2,
  .blog-title h2,
  .acknowledgement-desc h1,
  .testimonial-section header h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .view-all-block {
    position: absolute;
    right: 10px;
    bottom: -15px;
  }
  .page-hero-section h2 {
    font-size: 32px;
  }
  .hero-service-header h2::before {
    transform: scale(0.6) translate(-80%);
  }
}
