body {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
  margin-bottom: 0;
}
.site-header {
  padding: 11.5px 0;
  background-color: #fff;
  font-family: "Red Hat Display", sans-serif;
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
}
.site-content {
  padding: 100px 0 0;
}
.header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.logo a {
  display: block;
}
.site-navigation > ul > li {
  display: inline-block;
}
.site-navigation > ul > li:not(:last-child) {
  /* margin-right: 35px; */
  margin-right: 16px;
}
.site-navigation > ul > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #222729;
  transition: 0.4s;
}
.site-navigation > ul > li > a.active,
.site-navigation > ul > li > a:hover {
  color: #009971;
}
.site-link,
.site-navigation > ul > li > a.site-link {
  font-weight: 700;
  color: #fff;
  background: #009971;
  border-radius: 22.5px;
  padding: 11px 29px;
  border: 1px solid #009971;
  transition: 0.4s;
  display: inline-block;
  font-size: 16px;
}
.site-link:hover,
.site-navigation > ul > li > a.site-link:hover {
  color: #009971;
  background: 0 0;
}
.banner-slider .banner-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/13213\ 1.png");
  background-size: cover;
}
.banner-slider .banner-overlay {
  padding: 138px 0 163px 0;
  background-color: rgba(0, 0, 0, 0.14);
}
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner-content > h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 56px;
  color: #fff;
  font-family: Vollkorn, serif;
  margin-bottom: 16px;
}
.banner-content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 30px;
  max-width: 500px;
}
/* .banner-content .site-link {
  margin-bottom: 24px;
} */
.banner-content span {
  display: inline-block;
  max-width: 90px;
}
.site-link.white {
  color: #009971;
  background: #fff;
  border: 1px solid #fff;
}
.site-link.white:hover {
  color: #fff;
  background: #009971;
  border: 1px solid #009971;
}
.banner .slick-prev {
  transform: rotate(180deg) translate(0, 0);
  left: auto;
  right: 22.5%;
  z-index: 1;
}
.banner .slick-next {
  right: 20.5%;
  transform: translate(0, 0);
}
.banner .slick-next,
.banner .slick-prev {
  width: 24px;
  height: 24px;
  top: auto;
  bottom: 30px;
}
.banner .slick-next:before,
.banner .slick-prev:before {
  content: "";
}
.banner .slick-next:before,
.banner .slick-prev:before {
  opacity: 0.34;
  height: 24px;
  width: 24px;
  background-image: url(../images/next-arrow-white.svg);
  display: block;
}
.banner .slick-next:hover:before,
.banner .slick-prev:hover:before {
  opacity: 1;
}
.about-us {
  background: linear-gradient(180deg, rgba(226, 251, 247, 0) 0, #e2fbf7 100%);
  padding: 50px 0 65px 0;
}
.about-img {
  position: relative;
}
.about-img > img {
  width: 485px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
}
.about-img-bg {
  width: 485px;
  height: 100%;
  background: rgba(0, 153, 113, 0.3);
  border-radius: 16px;
  z-index: 1;
  height: 326px;
  transform: translate(15px, 15px);
}
.about-content {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #ef598a;
  font-family: Vollkorn, serif;
}
.about-us h4 {
  margin-bottom: 6px;
}
h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #222729;
  font-family: Vollkorn, serif;
}
.about-us h2 {
  margin-bottom: 10px;
}
.about-content > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #222729;
  opacity: 0.64;
  margin-bottom: 30px;
}
.page_not_found,
.services,
.thankyou-row {
  padding: 50px 0;
  text-align: center;
}
.page_not_found {
  min-height: 629px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.thankyou-row p a {
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  color: #222729;
  transition: 0.4s;
  text-decoration: underline;
}
.thankyou-row p a:hover {
  color: #000;
}
.thankyou-row {
  min-height: 429px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.page_not_found h1 {
  color: #222729;
}
.back_to_home {
  font-weight: 700;
  color: #fff;
  background: #009971;
  border-radius: 22.5px;
  padding: 11px 29px;
  border: 1px solid #009971;
  transition: 0.4s;
  display: inline-block;
  font-size: 16px;
  margin: 25px 0 0;
}
.back_to_home:hover {
  color: #009971;
  background: 0 0;
}
.page_not_found p,
.thankyou-row p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #222729;
  opacity: 0.64;
}
.thank_you_icon {
  width: 90px;
}
.not_found_head,
.thank_you_head {
  margin: 20px 0 8px;
}
.services-box {
  border-radius: 14px;
  padding: 50px 10px 30px;
  height: 100%;
  display: block;
}
.services-box1 {
  background: linear-gradient(135.97deg, #efe5fe 0.66%, #f8f3ff 98.8%);
}
.services-box2 {
  background: linear-gradient(135.97deg, #fee2e9 0.66%, #f8f2f4 98.8%);
}
.services-box3 {
  background: linear-gradient(135.97deg, #ddf9f4 0.66%, #f0fefb 98.8%);
}
.services-box4 {
  background: linear-gradient(135.97deg, #d2f2ff 0.66%, #edfaff 98.8%);
}
.services-box > img,
.services-box > i {
  margin: 0 auto 16px;
}
.services-box > h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
.services-box1 > h6 {
  color: #9f72dd;
}
.services-box2 > h6 {
  color: #e07590;
}
.services-box3 > h6 {
  color: #3dbfa9;
}
.services-box4 > h6 {
  color: #49add7;
}
.services-box > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #222729;
  opacity: 0.64;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-slide {
  margin: 0 12px;
}
.services-slider {
  margin: 0 -12px;
}
.services h2 {
  margin-bottom: 40px;
}
.services h4 {
  margin-bottom: 6px;
}
.services .slick-prev {
  left: -40px;
}
.services .slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.services .slick-next {
  right: -40px;
}
.services .slick-next,
.services .slick-prev {
  width: 24px;
  height: 24px;
}
.services .slick-next:before,
.services .slick-prev:before {
  content: "";
}
.services .slick-next:before,
.services .slick-prev:before {
  opacity: 0.34;
  height: 24px;
  width: 24px;
  background-image: url(../images/icon_arrow_right_green.svg);
  display: block;
}
.services .slick-next:hover:before,
.services .slick-prev:hover:before {
  opacity: 1;
}
.referal {
  background: url(../images/refaral_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-position: center bottom;
}
.referral_page .referal {
  background: 0 0;
}
.referal-form {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 60px 40px 37px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  position: relative;
}
.referal-form .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
}
.referal-form input[type="date"],
.referal-form input[type="email"],
.referal-form input[type="tel"],
.referal-form input[type="text"],
.referal-form input[type="number"],
.referal-form select,
.referal-form textarea {
  border: 1px solid rgba(34, 39, 41, 0.24);
  box-sizing: border-box;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.24);
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 39, 41, 0.84);
  padding: 8.5px 19px;
  outline: 0;
}
input::-webkit-inner-spin-button {
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.referal-form textarea,
.referal-form .form-row textarea.error {
  padding: 11px 19px;
  width: 100%;
  height: 80px;
}
.referal-form .rdio {
  border: 1px solid rgba(34, 39, 41, 0.24);
  box-sizing: border-box;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.24);
  padding: 8.5px 16px;
  width: 48.5%;
  display: flex;
  justify-content: space-between;
}
.referal-form select {
  border-radius: 6px 0 0 6px;
  padding-right: 36px;
  background-image: url(../images/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  appearance: none;
  color: #009971;
  flex-shrink: 0;
  -webkit-appearance: none;
}
.referal-form .mobile-input {
  display: flex;
  align-items: center;
  width: 48.5%;
  position: relative;
}
.referal-page .referal-form .mobile-input {
  width: 100%;
}
.referal-form input[type="tel"] {
  border-radius: 0 6px 6px 0;
  width: 100%;
}
.referal-form input[type="email"],
.referal-form input[type="number"] {
  width: 100%;
}
.referal-form input[type="date"] {
  width: 48.5%;
}
.referal-form input[type="date"]::placeholder,
.referal-form input[type="email"]::placeholder,
.referal-form input[type="tel"]::placeholder,
.referal-form input[type="text"]::placeholder,
.referal-form textarea::placeholder {
  color: rgba(34, 39, 41, 0.54);
  font-weight: 500;
}
.referal-form .radiobuttons {
  display: flex;
  justify-content: space-between;
  width: 66.5%;
  position: relative;
}
.referal-form .radiobuttons label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 39, 41, 0.84);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
}
.referal-form p.gender,
.referal-form p.interpretaion {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 39, 41, 0.54);
}
.referal-form h2 {
  margin-bottom: 24px;
}
.form-row .input-group.date {
  width: 48.5%;
  position: relative;
}
.form-row .input-group.date input {
  width: 100%;
  background-image: url(../images/icon_calendar.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 50px;
  border-radius: 6px !important;
}
/* input[type="date" i]::-webkit-calendar-picker-indicator {
    background-image: url(../images/icon_calendar.svg);
} */
.form-row .input-group.date input:focus {
  box-shadow: none;
}
.form-row-interpreter {
  flex-wrap: wrap;
  gap: 14px;
}
.interpreter-block {
  display: none;
  width: 100%;
}
.interpreter-block .form-row {
  margin-bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
  box-shadow: none;
}
.form-row-funding {
  flex-wrap: wrap;
  gap: 14px;
}
.form-row-funding p {
  width: 100%;
}
.form-block-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.check-group {
  display: inline-flex;
  align-items: center;
}
.check-group label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 39, 41, 0.84);
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
}
.form-check-input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(34, 39, 41, 0.24);
  background-color: #ffffff;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: none;
}
.form-check-input[type="checkbox"]:checked {
  background-color: #009971;
  border: 1px solid #009971;
  background-image: url("../images/icon_check_box_right.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  transition: none;
}
.form-check-input[type="checkbox"]:disabled {
  opacity: 1;
  background-color: #e1e3eb;
  border-color: #e1e3eb;
}
.multi-field-wrapper {
  width: 100%;
}
.multi-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  margin-bottom: 14px;
}
.multi-field {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  width: 100%;
}
.multi-field textarea {
  width: 80%;
}
.remove-field,
.add-field {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #222729;
  transition: 0.4s;
  background: transparent;
  border: none;
  padding: 0;
}
.remove-field:hover {
  color: #009971;
  transition: 0.4s;
}
.add-field {
  color: #009971;
  transition: 0.4s;
}
.add-field:hover {
  color: #222729;
  transition: 0.4s;
}
.input-group.referer {
  width: 31.73%;
}
.site-footer {
  background: #10765b;
  padding: 50px 0 17px 0;
}
.footer-logo {
  margin-bottom: 18px;
}
.footer-logo > a {
  display: inline-block;
}
.social > a {
  display: flex;
  align-items: center;
  transition: 0.4s;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
}
.social > a:hover {
  background-color: #fff;
}
.social > a:hover path {
  fill: #10765b;
}
.social > a:hover p {
  color: #10765b;
  border-left: 1px solid #10765b;
}
.social {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.social > a > svg > path {
  transition: 0.4s;
}
.social > a > svg {
  margin: 0 8px 0 0;
}
.footer-menu {
  margin-bottom: 18px;
}
.footer-menu > ul > li {
  display: inline-block;
}
.footer-menu > ul > li:not(:last-child) {
  margin-right: 35px;
}
.footer-menu > ul > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  transition: 0.4s;
}
.footer-menu > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer-menu > ul > li > a.active {
  color: rgba(255, 255, 255, 0.5);
}
.country {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(6, 100, 75, 0.05);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 22px 16px 20px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 23px;
}
.country_list {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
}
.country_list:last-child {
  margin: 0;
}
.flag {
  display: flex;
  align-items: flex-start;
  margin-right: 16px;
  flex-shrink: 0;
  min-width: 64px;
}
.flag > .flag-img {
  height: 23px;
}
.flag > .flag-img > img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.flag > .flag-img:not(:last-child) {
  margin-right: 8px;
}
.country_list p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.copyright {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu-toggle {
  transform: rotate(270deg);
  display: none;
  cursor: pointer;
}
.contact-banner {
  background-color: #10765b;
}
h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 56px;
  color: #fff;
  font-family: Vollkorn, serif;
  margin-bottom: 0;
}
.title-area {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact_us .referal-form {
  max-width: 750px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
}
.about_us .about-img > img {
  width: 100%;
  position: static;
}
.about_us .about-img {
  width: 95%;
}
.about_us .about-content > p {
  margin-bottom: 10px;
}
ul.about-con-list {
  list-style: disc;
  padding-left: 16px;
}
ul.about-con-list > li {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #222729;
  opacity: 0.64;
}
.about_us .about-content {
  justify-content: flex-start;
}
.about-services {
  padding: 50px 0;
}
.about-services-cont h2 {
  margin-bottom: 10px;
}
.about-services-cont > p,
.service-content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #222729;
  opacity: 0.64;
}
.about-services-cont > p:not(:last-child) {
  margin-bottom: 10px;
}
.service-content > p:not(:last-of-type) {
  margin-bottom: 10px;
}
.services-wraper {
  padding: 50px 0;
}
.services-wraper.pink-dark-bg {
  background: linear-gradient(180deg, rgba(226, 251, 247, 0) 0, #efe5fe 100%);
}
.services-wraper.green-grad-bg {
  background: linear-gradient(180deg, rgba(226, 251, 247, 0) 0, #ddf9f4 100%);
}
.service-img {
  border-radius: 14px;
  overflow: hidden;
}
.service-img > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.service-content {
  padding: 0 30px;
}
.service-content h2 {
  margin-bottom: 10px;
}
h2.color-pink {
  color: #9f72dd;
}
h2.color-red {
  color: #e07590;
}
h2.color-green {
  color: #3dbfa9;
}
h2.color-blue {
  color: #49add7;
}
.contactForService {
  background: #ddf9f4;
  padding: 50px 0;
}
.contactForService-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactForService-content h2 {
  margin-bottom: 10px;
}
.contactForService-content > div:first-child {
  max-width: 40%;
}
.contactForService-content > div:first-child > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #222729;
  opacity: 0.64;
}
.about-content.about-content1 {
  margin-bottom: 44px;
  display: block;
}
.terms-condition {
  padding: 50px 0;
}
.terms-condition-content > h2 {
  margin-bottom: 24px;
}
.terms-condition-content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222729;
  opacity: 0.64;
  margin-bottom: 10px;
}
.terms-condition-content > ul > li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222729;
  opacity: 0.64;
}
.terms-condition-content > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.terms-condition-content > ul {
  padding-left: 1rem;
  list-style: disc;
}
.privacy_policy_page h4 {
  margin-bottom: 15px;
}
.privacy_policy_page .terms-condition-content > p {
  margin-bottom: 24px;
}
#scrollToTop {
  display: flex;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 50px;
  background-color: #009971;
  align-items: center;
  justify-content: center;
}
#scrollToTop > img {
  width: 20px;
  height: 20px;
}
.contact-area {
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.contact_us.contact_us_page .referal-form {
  max-width: 100%;
  margin: 0;
}
.contact_us_page .referal-form {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.contact_us_page .referal-form .mobile-input {
  width: 100%;
}
.contact-area h2 {
  margin-bottom: 15px;
}
div.address,
div.email,
div.phone {
  font-size: 16px;
  line-height: normal;
  color: rgba(34, 39, 41, 0.84);
}
div.email > a,
div.phone > a {
  color: rgba(34, 39, 41, 0.84);
  transition: 0.4s;
  display: inline-block;
}
div.email > a:hover,
div.phone > a:hover {
  color: #009971;
}
div.address > strong,
div.email > strong,
div.phone > strong {
  margin-bottom: 5px;
  display: block;
}
.getInTouch-area > div:not(:last-of-type) {
  margin-bottom: 12px;
}
.contact_us_page .referal {
  background: 0 0;
}
input:focus {
  outline: 0;
}
#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909c;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546e7a;
  font-size: 0.875rem;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: #e0f2f1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: #fff;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #eceff1;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a > span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
  color: #78909c;
  font-weight: 400;
  font-size: 0.75rem;
}
.rdio {
  position: relative;
}
.rdio input[type="radio"] {
  opacity: 0;
}
.rdio label {
  padding-left: 8px;
  cursor: pointer;
}
.rdio label:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 16px;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid rgba(34, 39, 41, 0.54);
  background: 0 0;
}
.rdio label:hover::before {
  border: 1px solid #009971;
}
.rdio input[type="radio"] {
  margin: 0;
}
.rdio input[type="radio"]:disabled + label {
  color: #999;
}
.rdio input[type="radio"]:disabled + label:before {
  background-color: #fbc52d;
}
.rdio input[type="radio"]:checked + label,
.referal-form .radiobuttons label:hover {
  color: #009971;
}
.rdio input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 21px;
  display: inline-block;
  font-size: 11px;
  width: 6px;
  height: 6px;
  background-color: #009971;
  -moz-border-radius: 100%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 0.84;
}
.rdio-default input[type="radio"]:checked + label:before {
  border-color: #fbc52d;
}
.rdio-primary input[type="radio"]:checked + label:before {
  border-color: #009971;
}
.rdio-primary input[type="radio"]:checked + label::after {
  background-color: #009971;
}
.custom-checkbox label,
.custom-checkbox > [type="checkbox"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox > [type="checkbox"]:checked,
.custom-checkbox > [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type="checkbox"]:checked + label,
.custom-checkbox > [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:checked + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  border: 1px solid #fbc52d;
  background: #fff;
  border-radius: 2px;
}
.custom-checkbox > [type="checkbox"]:checked + label:after,
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  font: normal normal normal 12px/1 "Glyphicons Halflings";
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 2px;
  color: #fbc52d;
  xtransition: all 0.2s;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  background-color: #eee;
  border-color: #eee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eee;
  border-color: #eee;
  cursor: not-allowed;
  opacity: 1;
  color: #fbc52d;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #fbc52d;
  cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #fbc52d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-checkbox label:hover:before {
  border: 1px solid #fbc52d !important;
}
.custom-checkbox [type="checkbox"]:disabled:checked + label:hover:before,
.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:hover:before {
  border: 1px solid #fbc52d !important;
}
.services .slick-disabled:focus:before,
.services .slick-disabled:hover:before {
  opacity: 0.34;
}
.copyright a {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.4s;
}
.copyright a:hover {
  text-decoration: underline;
  color: #fff;
}
.mobile-main {
  display: none;
}
.submited {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #009971;
  position: absolute;
  right: 60px;
}
.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_bottom img {
  width: 110px;
}
.footer-left .social p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0.02em;
  border-left: 1px solid #fff;
  padding: 0 0 0 12px;
  transition: 0.4s;
}
.form_name {
  width: 48.5%;
  position: relative;
}
.referal-form input[type="text"] {
  width: 100%;
}
.referal-form .form-row .error {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: red;
  position: absolute;
  left: 5px;
  bottom: -18px;
  display: none;
  width: 100%;
}
.referal-form .form-row input.error,
.referal-form .form-row textarea.error {
  position: static;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 39, 41, 0.84);
}
.datepicker-days table tr td:hover,
.datepicker-days table tr td:focus,
.datepicker-days table tr th:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span:hover,
.datepicker table tr td span:focus,
.datepicker-days table tr th:focus,
.datepicker-days table tr td.active.day:hover,
.datepicker-days table tr td.active.day:focus,
.datepicker-days table tr td.active.day {
  background-color: #009971 !important;
  background-image: -webkit-linear-gradient(top, #009971, #009971) !important;
  color: #fff !important;
}
.datepicker.dropdown-menu {
  z-index: 9;
  border: none;
  font-family: "Red Hat Display", sans-serif;
  box-shadow: 0 5px 14px 4px rgb(0 0 0 / 14%);
}

/* CSS - 13/02/2025 */
h3,
.heading-three {
  font-family: Vollkorn, serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #222729;
  margin-bottom: 10px;
}
.what-we-offer ul {
  list-style: disc;
  padding-left: 16px;
}
.what-we-offer ul > li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(34, 39, 41, 0.64);
  /* opacity: 0.64; */
}
.service-list-numeric {
  counter-reset: ol-counter;
  list-style: none;
}
.service-list-numeric li {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(34, 39, 41, 0.64);
  padding-left: 40px;
  position: relative;
  counter-increment: ol-counter;
  margin-bottom: 8px;
}
.service-list-numeric li::before {
  content: counter(ol-counter);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  background: #009971;
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-listing-row {
  margin-bottom: -24px;
}
.services-listing-col {
  margin-bottom: 24px;
}
/* CSS - 13/02/2025 - End */

/* 28/5/2025 */
.about-services .contact-area {
  padding: 24px;
  background: #ddf9f4;
  box-shadow: none;
}
.about-services div.address,
.about-services div.email,
.about-services div.phone {
  color: #222729;
}
.site-navigation > ul > li.site-link-container {
  margin-right: 16px;
}
.ndis-logo {
  height: 40px;
  width: 40px;
}
i {
  display: block;
}
.icon-ndis {
  -webkit-mask-image: url(../images/icon-ndis.svg);
  mask-image: url(../images/icon-ndis.svg);
  width: 50px;
  height: 50px;
  background: #e07590;
}
.icon-ndis-fill {
  -webkit-mask-image: url(../images/icon-ndis-fill.svg);
  mask-image: url(../images/icon-ndis-fill.svg);
  width: 22px;
  height: 22px;
  background: #fff;
  mask-size: 22px;
}
/* 28/5/2025 */
