/*!
Theme Name: IndependenceHC
Theme URI: independencehc.com.au
Author: Akseer Khan
Author URI: https://powermarketing.online/
Description: A custom theme for Independence Home Care
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: independencehc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

IndependenceHC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --xoomcare-base: #66416a;
  --xoomcare-base-rgb: 102, 65, 106;
  --xoomcare-secondary: #8c72b3;
  --xoomcare-letter-space: 0.1em;
  --xoomcare-letter-space-xl: 0.2em;
  --xoomcare-border-radius: 5px;
  --xoomcare-box-shadow: 0px 0px 60px 0px rgba(30, 22, 22, 0.06);
  --xoomcare-secondary-rgb: 222, 52, 127;
  --xoomcare-text: #5e5f63;
  --xoomcare-text-rgb: 94, 95, 99;
  --xoomcare-text-gray: #89868d;
  --xoomcare-text-gray-rgb: 137, 134, 141;
  --xoomcare-grey: #f3f3f4;
  --xoomcare-grey-rgb: 243, 243, 244;
  --xoomcare-grey-2: #eaeaea;
  --xoomcare-grey-2-rgb: 234, 234, 234;
  --xoomcare-white: #fff;
  --xoomcare-white-rgb: 255, 255, 255;
  --xoomcare-black: #292929;
  --xoomcare-black-rgb: 41, 41, 41;
  --xoomcare-border: #5e5f63;
  --xoomcare-border-rgb: 94, 95, 99;
}
p {
  margin: 0 0 30px;
}
p:last-child {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Lora', serif;
  margin: 0 0 20px;
  line-height: 100%;
  color: var(--xoomcare-black);
}
.tagline {
  font-size: 20px;
  font-weight: 500;
  line-height: 118%;
  margin-bottom: 10px;
  font-family: 'Lora', serif;
}
h1 {
  font-size: 52px;
  line-height: 112%;
}
h2 {
  font-size: 48px;
  line-height: 112.821%;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
body,
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--xoomcare-text);
  font-size: 16px;
  line-height: 150%;
  font-family: 'Inter', sans-serif;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* html {
  box-sizing: border-box;
} */
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid var(--xoomcare-base);
  padding: 10px 10px 10px 30px;
  margin: 0 0 30px;
  box-shadow: 0 0px 2px var(--xoomcare-base);
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* ul:not(
    .ab-top-menu,
    .menu,
    .footer-menu,
    .sub-menu,
    .slick-dots,
    .select2-results__options,
    .ab-submenu,
    .iti__country-list,
    .frm_page_bar
  ) {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}
ul:not(
    .ab-top-menu,
    .menu,
    .footer-menu,
    .sub-menu,
    .slick-dots,
    .select2-results__options,
    .ab-submenu,
    .menu ul,
    .iti__country-list,
    .frm_page_bar
  )
  li {
  padding-left: 53px;
  position: relative;
}
ul:not(
    .ab-top-menu,
    .menu,
    .footer-menu,
    .sub-menu,
    .slick-dots,
    .select2-results__options,
    .ab-submenu,
    .menu ul,
    .iti__country-list,
    .frm_page_bar
  )
  li::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: var(--xoomcare-base);
  left: 0;
  top: 20px;
}
ul:not(
    .ab-top-menu,
    .menu,
    .footer-menu,
    .sub-menu,
    .slick-dots,
    .select2-results__options .iti__country-list,
    .frm_page_bar
  )
  ul {
  margin-top: 20px;
  margin-bottom: 0;
}
ol {
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  gap: 20px;
}
ol li {
  counter-increment: item;
  position: relative;
  padding-left: 25px;
  list-style: none;
}
ol li::before {
  content: counter(item) '. ';
  color: var(--xoomcare-base);
  position: absolute;
  left: 0;
  top: 0px;
} */
/* ol ol {
  counter-reset: item;
  margin: 20px 0 0;
} */
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: var(--xoomcare-base);
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--xoomcare-secondary);
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.default-contents *:last-child {
  margin-bottom: 0;
}
.container {
  width: 100%;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}
.button {
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
  padding: 22px 30px;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--xoomcare-font);
  transition: 0.3s;
  border-radius: var(--xoomcare-border-radius);
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
  border-radius: 12px;
  letter-spacing: -0.051px;
  transition: 0.3s;
  gap: 10px;
}
.button:hover {
  background-color: var(--xoomcare-secondary);
  color: var(--xoomcare-white);
}
section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.w-1\/2 {
  width: 50%;
}
img {
  border-radius: 16px;
}
.buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.buttons .phone {
  color: var(--xoomcare-black);
  font-weight: 500;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
.buttons .phone .icon {
  font-size: 20px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background-color: rgba(var(--xoomcare-base-rgb), 0.1);
  color: var(--xoomcare-base);
  border-radius: 50%;
  transition: 0.3s;
}
.buttons .phone:hover .icon {
  background-color: var(--xoomcare-secondary);
  color: var(--xoomcare-white);
}
.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
/* ===================== Header ===================== */
header.site-header {
  display: inline;
}
header.site-header .top-header {
  background-color: var(--xoomcare-black);
  padding: 10px 0;
  color: #fff;
}
header.site-header .top-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header .top-header .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
header.site-header .top-header .left {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
header.site-header .top-header .left a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
header.site-header .top-header .left a span {
  position: relative;
  display: inline-block;
}
header.site-header .top-header .left a span::before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in;
}
header.site-header .top-header .left a:hover span::before {
  width: 100%;
}
header.site-header .main-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 3px 18px rgba(var(--xoomcare-black-rgb, 28, 26, 29), 0.07);
}
.logged-in header.site-header .main-header {
  top: 32px;
}
header.site-header .main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header .main-header .custom-logo-link {
  display: flex;
}
header.site-header .main-header .custom-logo-link img.custom-logo {
  width: 100%;
  max-width: 194px;
}
header.site-header .main-header .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.site-header .main-header .right .menu-wrap ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 30px;
}
header.site-header .main-header .right .menu-wrap ul a {
  font-size: 18px;
  display: inline-block;
  color: var(--xoomcare-black);
  padding: 35px 0;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -0.058px;
  transition: 0.3s;
}
header.site-header .main-header .right .menu-wrap ul li.menu-item-has-children {
  position: relative;
  padding-right: 16px;
}
header.site-header
  .main-header
  .right
  .menu-wrap
  ul
  li.menu-item-has-children
  span.icon {
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  display: flex;
  transform: rotate(90deg);
}

header.site-header
  .main-header
  .right
  .menu-wrap
  ul
  li.menu-item-has-children
  ul.sub-menu {
  padding: 20px 0;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 120%;
  left: 0;
  width: 280px;
  background-color: var(--xoomcare-white);
  z-index: 99;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 4px 60px rgba(69, 105, 231, 0.15);
  border-radius: 0px 0px 5px 5px;
  border: 0px solid transparent;
  transition: 0.4s;
  border-top: 2px solid var(--xoomcare-base);
  pointer-events: none;
}
header.site-header
  .main-header
  .right
  .menu-wrap
  ul
  li.menu-item-has-children:hover
  > ul.sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
header.site-header
  .main-header
  .right
  .menu-wrap
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  a {
  padding: 8px 30px;
  position: relative;
  z-index: 1;
  color: var(--xoomcare-black);
  width: 100%;
  transition: 0.3s;
}
header.site-header
  .main-header
  .right
  .menu-wrap
  ul
  li.menu-item-has-children
  ul.sub-menu
  li
  a::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 30px;
  width: 0px;
  height: 2px;
  background-color: var(--xoomcare-base);
  z-index: -1;
  transition: 0.3s;
}
header.site-header
  .main-header
  .right
  .menu-wrap
  ul
  li.menu-item-has-children
  ul.sub-menu
  li:hover
  a::before {
  width: 15px;
  left: 30px;
}
header.site-header
  .main-header
  .right
  .menu-wrap
  ul
  li.menu-item-has-children
  ul.sub-menu
  li:hover
  a {
  color: var(--xoomcare-base);
  padding-left: 50px;
}
header.site-header .main-header .right .menu-wrap ul li:hover > a,
header.site-header .main-header .right .menu-wrap ul li.current-menu-item > a {
  color: var(--xoomcare-base);
}
header.site-header .main-header .right .search {
  margin-left: 40px;
  padding: 10px;
  display: flex;
  cursor: pointer;
}
/* ===================== Header ===================== */
/* ===================== Footer ===================== */
footer.site-footer {
  background-color: var(--xoomcare-black);
  color: #fff;
  padding: 120px 0 30px;
}
footer.site-footer .top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
footer.site-footer .main-footer {
  display: flex;
  gap: 30px;
  padding-bottom: 80px;
}
footer.site-footer .main-footer .column-1 {
  width: 33.33%;
}
footer.site-footer .main-footer .column-2 {
  width: 25%;
}
footer.site-footer .main-footer .column-3 {
  width: 16.66666667%;
}
footer.site-footer .main-footer .column-4 {
  width: 25%;
}
footer.site-footer .main-footer h3.title {
  color: var(--xoomcare-white);
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.3;
}
footer.site-footer .main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
footer.site-footer .main-footer ul a {
  font-size: 16px;
  color: var(--xoomcare-white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
footer.site-footer .main-footer ul a:hover {
  color: var(--xoomcare-secondary);
}
footer.site-footer .main-footer .footer-logo {
  display: flex;
  margin-bottom: 20px;
}
footer.site-footer .main-footer .footer-logo img {
  width: 100%;
  max-width: 180px;
}
footer.site-footer .main-footer .footer-descriptions {
  color: var(--xoomcare-white);
  font-size: 16px;
  letter-spacing: -0.058px;
  margin-bottom: 25px;
  max-width: 300px;
  width: 100%;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--xoomcare-white) !important;
  background-color: var(--xoomcare-secondary);
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
  z-index: 1;
}
.social-icons a:hover {
  background-color: var(--xoomcare-base);
}
footer.site-footer .copyright-text {
  text-align: center;
  border-top: 1px solid rgba(var(--xoomcare-white-rgb), 0.2);
  padding-top: 30px;
}
body.menu-active {
  overflow: hidden;
}
.mobile-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
}
.mobile-menu-wrap .overlap-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--xoomcare-black);
  opacity: 0.6;
  transition: all 0.2s ease-in;
  transform: translateX(100%);
  cursor: pointer;
  pointer-events: all;
}
.mobile-menu-wrap .inner {
  z-index: 2;
  max-width: 320px;
  background-color: var(--xoomcare-black);
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  overflow: auto;
  padding: 30px 15px;
  transition: all 0.3s ease-in;
  transform: translateX(100%);
  animation-delay: 2s;
  pointer-events: all;
}
.mobile-menu-wrap.active .overlap-shadow,
.mobile-menu-wrap.active .inner {
  transform: translateX(0%);
}
.mobile-menu-wrap .inner .close-icon {
  display: flex;
  justify-content: flex-end;
}
.mobile-menu-wrap .inner .logo a {
  display: flex;
}
.mobile-menu-wrap .inner .logo a img.custom-logo {
  width: 100%;
  max-width: 200px;
}
.mobile-menu-wrap .inner .menu-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-wrap .inner .menu-wrap ul ul.sub-menu {
  display: none;
  padding-left: 10px;
}
.mobile-menu-wrap .inner .menu-wrap ul ul.sub-menu li:last-child {
  border: none;
}
.mobile-menu-wrap
  .inner
  .menu-wrap
  ul
  li.menu-item-has-children
  span.icon.active
  svg {
  transform: rotate(90deg);
}
.mobile-menu-wrap .inner .menu-wrap ul li.menu-item-has-children span.icon svg {
  transition: all 0.3s ease-in;
}
.mobile-menu-wrap .inner .menu-wrap ul li.menu-item-has-children {
  position: relative;
}
.mobile-menu-wrap .inner .menu-wrap ul li a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 5px 0;
}
.mobile-menu-wrap .inner .menu-wrap ul li {
  border-bottom: 1px solid #fff;
  padding: 8px 0;
}
.mobile-menu-wrap .inner .logo {
  margin-bottom: 50px;
}
.mobile-menu-wrap .inner .menu-wrap ul li.menu-item-has-children span.icon {
  position: absolute;
  right: 5px;
  top: 13px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background-color: var(--xoomcare-base);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.mobile-menu-wrap .inner .menu-wrap {
  margin-bottom: 50px;
}
.mobile-menu-wrap .inner::-webkit-scrollbar {
  display: none;
}
.mobile-menu-wrap .inner .contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 10px;
  color: #fff;
}
.mobile-menu-wrap .inner .contact-info .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--xoomcare-base);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-wrap .inner .contact-info .left {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
}
.mobile-menu-wrap .inner .contact-info .left span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.mobile-menu-wrap .inner .social-icons {
  margin-top: 50px;
}
/* ===================== Footer ===================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
section.inner-hero {
  padding: 150px 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
section.inner-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: linear-gradient(
    90deg,
    var(--xoomcare-base) 35.77%,
    rgba(143, 143, 143, 0) 99.85%
  );
  z-index: 2;
}
section.inner-hero .container {
  position: relative;
  z-index: 2;
  color: #fff;
}
section.inner-hero .headline {
  font-weight: 600;
  margin: 10px 0 0;
  color: #fff;
}
section.inner-hero .breadcrumb a {
  color: #fff;
}
section.blog-contents {
  padding: 90px 0;
}
section.blog-contents .featured-image {
  display: flex;
}
section.blog-contents .featured-image img {
  width: 100%;
}
section.blog-contents .meta {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  margin: 30px 0;
}
section.blog-contents .meta div {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
}
section.blog-contents .categories-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  border-top: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid rgb(204, 204, 204);
  width: 100%;
}
section.blog-contents .categories-list a {
  padding: 5px 15px;
  transition: 0.3s;
  border-radius: 6px;
  display: inline-block;
  color: var(--xoomcare-black);
  background-color: rgba(var(--xoomcare-base-rgb), 0.1);
}
section.blog-contents .categories-list a:hover {
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
}
section.blog-contents .categories-list span {
  display: inline-block;
  padding-top: 4px;
  font-size: 20px;
  color: var(--xoomcare-black);
  font-weight: 700;
  font-family: 'Lora', serif;
}
section.latest-related-post {
  padding-top: 0;
}
section.latest-related-post .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.latest-posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.post-card {
  position: relative;
}
.post-card .post-thumbnail {
  display: flex;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
  height: 274px;
}
.post-card .post-thumbnail img {
  border-radius: 0;
  transition: all 0.3s ease-in;
  width: 100%;
  object-fit: cover;
}
.post-card:hover .post-thumbnail img {
  transform: scale(1.1);
}
.post-card .categories {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 0 5px;
  padding-left: 25px;
  margin-top: -54px;
}
.post-card .categories a {
  position: relative;
  bottom: 100%;
  left: 0px;
  display: inline-block;
  background-color: var(--xoomcare-base);
  color: var(--xoomcare-white);
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 6px 6px 0px 0px;
  display: none;
}
.post-card .categories a:first-child {
  display: block;
}
.post-card .post-content {
  position: relative;
  margin-left: 25px;
  background-color: var(--xoomcare-white);
  z-index: 1;
  padding: 20px;
  border-radius: 0px 0px 12px 12px;
  border-width: 0.5px;
  border-style: solid;
  border-color: rgba(94, 95, 99, 0.5);
  border-image: initial;
}
.post-card .post-content .date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-bottom: 15px;
}
.post-card .post-content .post-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.7;
}
.post-card .post-content .read-more {
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: inline-flex;
  color: var(--xoomcare-black);
  background-color: rgba(var(--xoomcare-base-rgb), 0.1);
  letter-spacing: -0.058px;
  border-radius: 8px;
  transition: 0.4s;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 18px;
  transition: all 0.3s ease-in;
}
.post-card:hover .post-content .read-more {
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
}
section.archive-posts .pagination {
  margin-top: 50px;
}
section.archive-posts .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
section.archive-posts .pagination .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 7px;
  border: 1px solid var(--xoomcare-border);
  transition: 0.3s;
  padding: 0 18.5px;
}
section.archive-posts .pagination .nav-links .page-numbers.current {
  background-color: var(--xoomcare-base);
  color: var(--xoomcare-white);
  border-color: transparent;
}
section.services-contents .container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
section.services-contents .left {
  width: 33.33%;
  display: grid;
  gap: 30px;
}
section.services-contents .right {
  width: 66.66%;
}
.services-list-w-active-feature {
  background-color: rgba(var(--xoomcare-base-rgb), 0.1);
  padding: 40px;
  border-radius: 16px;
  display: grid;
  gap: 15px;
}
.services-list-w-active-feature .list-title {
  color: var(--xoomcare-black);
  font-size: 26px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
  margin: 0;
}
.services-list-w-active-feature .service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  transition: 0.3s;
  border-radius: 8px;
  width: 100%;
  background-color: var(--xoomcare-white);
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.services-list-w-active-feature .service-item::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  bottom: 0px;
  background-color: var(--xoomcare-base);
  z-index: -1;
  transition: 0.3s;
  border-radius: 8px;
}
.services-list-w-active-feature .service-item:hover::before,
.services-list-w-active-feature .service-item.active::before {
  width: 100%;
}
.services-list-w-active-feature .service-item:hover,
.services-list-w-active-feature .service-item.active {
  color: var(--xoomcare-white);
  padding-left: 25px;
}
.services-list-w-active-feature .service-item .icon {
  position: absolute;
  right: 8px;
  background-color: var(--xoomcare-grey-2);
  width: 52px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0px;
  font-size: 16px;
  border-radius: 4px;
  transition: 0.3s;
  color: #000;
}
.services-list-w-active-feature .service-item .icon svg {
  transition: all 0.3s;
  transform: rotate(-45deg);
}
.services-list-w-active-feature .service-item:hover .icon,
.services-list-w-active-feature .service-item.active .icon {
  color: var(--xoomcare-base);
  background-color: var(--xoomcare-white);
}
.services-list-w-active-feature .service-item:hover .icon svg,
.services-list-w-active-feature .service-item.active .icon svg {
  transform: rotate(0deg);
}
section.services-contents .right .featured-image {
  display: flex;
  margin-bottom: 30px;
}
section.services-contents .right .featured-image img {
  width: 100%;
}
.service-cta {
  text-align: center;
  border-radius: 12px;
  padding: 40px;
}
.am-i-eligible-cta {
  color: #fff;
  background-color: var(--xoomcare-base);
}
.am-i-eligible-cta .phone {
  display: flex;
  color: #fff;
  align-items: center;
  gap: 10px;
  text-align: left;
  justify-content: center;
}
.am-i-eligible-cta .phone .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--xoomcare-base);
  background-color: var(--xoomcare-white);
  border-radius: 50%;
}
.am-i-eligible-cta .phone .icon svg {
  width: 32px;
  height: auto;
}
.am-i-eligible-cta .phone .right {
  width: auto;
  color: var(--xoomcare-white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.04px;
  font-family: var(--xoomcare-font);
}
.am-i-eligible-cta .phone .right span.t {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 24px;
  display: block;
  opacity: 1;
  margin-top: 5px;
}
.am-i-eligible-cta .phone .right span {
  opacity: 0.8;
}
.am-i-eligible-cta .headline {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.service-cta .middle {
  margin: 60px 0;
}
.am-i-eligible-cta .button {
  font-weight: 500;
  color: var(--xoomcare-base);
  background-color: var(--xoomcare-white);
}
.am-i-eligible-cta .button:hover {
  background-color: var(--xoomcare-secondary);
  color: var(--xoomcare-white);
}
.am-i-eligible-cta .button svg {
  transform: rotate(-45deg);
}
.downloads-files .download-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: var(--xoomcare-white);
}
.downloads-files .download-item .icon {
  display: flex;
  width: 40px;
}
.downloads-files .download-item .icon img {
  border-radius: 0;
  width: 100%;
  object-fit: contain;
}
.downloads-files .download-item .m {
  flex: 1;
}
.downloads-files .download-item .d-icon {
  width: 52px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--xoomcare-grey-2);
  font-size: 28px;
  border-radius: 4px;
  transition: 0.3s;
  color: #fff;
}
.downloads-files .download-item .d-icon svg {
  width: 28px;
  height: auto;
}
.downloads-files .download-item .m .title {
  font-size: 16px;
  letter-spacing: -0.058px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000;
  line-height: 1.2;
  word-break: break-word;
}
.downloads-files .download-item .m .date {
  font-size: 14px;
  color: var(--xoomcare-text);
}
.downloads-files .download-item:hover .d-icon {
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
}
section.am-i-eligible {
  padding: 0;
}
section.am-i-eligible .am-i-eligible-cta {
  flex-wrap: wrap;
  align-items: center;
  padding: 70px 40px;
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
}
section.am-i-eligible .am-i-eligible-cta .headline {
  font-size: 48px;
}
section.get-in-touch .container {
  display: flex;
  flex-wrap: wrap;
}
section.get-in-touch .left {
  width: 55%;
  padding-right: 20px;
}
section.get-in-touch .right {
  width: 45%;
  background-color: rgba(var(--xoomcare-base-rgb), 0.1);
  padding: 40px 40px 0;
  border-radius: 12px;
}
section.get-in-touch .contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 10px;
  margin-top: 50px;
}
section.get-in-touch .contact-info .title {
  font-size: 18px;
  padding-bottom: 5px;
}
section.get-in-touch .contact-info a {
  font-size: 24px;
  color: var(--xoomcare-black);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease-out;
  font-family: 'Lora', serif;
}
body .frm_forms.with_frm_style input,
body .frm_forms.with_frm_style textarea,
body .frm_forms.with_frm_style select {
  background-color: var(--xoomcare-white) !important;
  border-color: var(--xoomcare-white) !important;
  border-radius: 12px;
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  border: 2px solid #eff0f2;
  color: var(--xoomcare-black) !important;
  padding-left: 29px;
  padding-right: 29px;
  outline: none !important;
  box-shadow: none !important;
}
body .frm_forms.with_frm_style input::placeholder,
body .frm_forms.with_frm_style textarea::placeholder {
  color: var(--xoomcare-black);
}
body .frm_forms.with_frm_style textarea {
  height: 180px;
}
.with_frm_style .frm_submit.frm_flex {
  justify-content: center;
  display: flex;
}
body .frm_forms.with_frm_style .frm_submit.frm_flex button.frm_button_submit {
  margin: 0;
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
  padding: 22px 30px;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--xoomcare-font);
  transition: 0.3s;
  border-radius: var(--xoomcare-border-radius);
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
  border-radius: 12px;
  letter-spacing: -0.051px;
  transition: 0.3s;
  border: none !important;
}
body
  .frm_forms.with_frm_style
  .frm_submit.frm_flex
  button.frm_button_submit:hover {
  background-color: var(--xoomcare-secondary);
  color: var(--xoomcare-white);
}
.map-iframe {
  display: flex;
}
.events-single-wrap .meta-box {
  margin: -80px 80px 0;
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  border-radius: 12px;
  background-color: var(--xoomcare-white);
  box-shadow: 0px 4px 13px 5px rgba(0, 0, 0, 0.04);
  z-index: 2;
  position: relative;
}
.events-single-wrap .meta-box .left {
  display: flex;
  gap: 20px 60px;
  flex-wrap: wrap;
}
.events-single-wrap .meta-box .left .item {
  display: flex;
  color: var(--xoomcare-black);
  gap: 10px;
  align-items: center;
}
.events-single-wrap .meta-box .left .item .icon {
  width: 30px;
  display: flex;
}
.events-single-wrap .meta-box .left .item .icon img {
  border-radius: 0;
}
.events-single-wrap .meta-box .left .item .content {
  flex: 1;
}
.events-single-wrap .meta-box .left .item .content span {
  font-size: 20px;
  font-weight: 700;
  color: var(--xoomcare-black);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Lora', serif;
  display: block;
}
.events-single-wrap .contents-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 120px;
}
.events-single-wrap .contents-wrapper .content {
  flex: 1;
}
.events-single-wrap .contents-wrapper .right {
  width: 33.33%;
  background-color: rgba(var(--xoomcare-base-rgb), 0.1);
  padding: 30px;
  display: grid;
  gap: 20px;
}
.events-single-wrap .contents-wrapper .right img {
  border-radius: 0;
  object-fit: contain;
}
.events-single-wrap .contents-wrapper .right .item {
  background-color: #fff;
  padding: 30px;
}
.events-single-wrap .contents-wrapper .right .item .top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.events-single-wrap .contents-wrapper .right .item .top .icon {
  width: 50px;
  display: flex;
  justify-content: center;
  height: 50px;
}
.events-single-wrap .contents-wrapper .right .item .top .title {
  font-size: 28px;
  color: var(--xoomcare-black);
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Lora', serif;
}
.events-single-wrap .contents-wrapper .right .item a {
  color: var(--xoomcare-black);
}
.events-single-wrap .meta-box .left .item .content span a {
  color: var(--xoomcare-black);
  display: block;
}
.events-archive-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.event-card {
  position: relative;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 13px 5px;
  gap: 30px;
  border-radius: 16px;
}
.event-card .post-thumbnail {
  width: 50%;
  display: flex;
  min-height: 250px;
}
.event-card .post-thumbnail img {
  width: 100%;
  object-fit: cover;
}
.event-card .post-thumbnail .date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 16px;
  letter-spacing: -0.051px;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
  padding: 5px 15px;
  border-radius: 4px;
}
.event-card .right {
  width: 50%;
  padding: 30px 20px 30px 0;
}
.event-card .right .post-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--xoomcare-black);
  line-height: 1.3;
}
.event-card .right .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.event-card .right .meta img {
  width: 20px;
}
.event-card .right .author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.event-card .right .author-pic {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
}
.event-card .right .author-pic img {
  width: 100%;
  object-fit: cover;
}
.event-card .right .author .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.event-card .right .author .designation {
  font-size: 16px;
  letter-spacing: -0.051px;
}
section.join-us .form-wrap {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 13px 5px;
  border-radius: 16px;
  padding: 50px 30px;
  margin-top: 50px;
}
section.join-us .headline {
  text-align: center;
  margin-bottom: 10px;
  color: var(--xoomcare-base);
}
section.join-us .sub-headline {
  text-align: center;
  color: var(--xoomcare-base);
}
body section.join-us .form-wrap .frm_forms.with_frm_style input,
body section.join-us .form-wrap .frm_forms.with_frm_style textarea,
body section.join-us .form-wrap .frm_forms.with_frm_style select {
  border: 1px solid var(--xoomcare-base) !important;
  color: var(--xoomcare-base) !important;
}


body section.join-us .form-wrap .frm_forms.with_frm_style textarea::placeholder{
  color: var(--xoomcare-text) !important;
  line-height: 125%;
  padding-top: 30px;
}

body section.join-us .form-wrap .frm_forms.with_frm_style textarea{
  color: var(--xoomcare-base) !important;
  line-height: 125%;
  padding-top: 30px;
}


.with_frm_style .frm_scale input[type="radio"]::before, .with_frm_style .frm_radio input[type="radio"]::before{
  background-color:var(--xoomcare-base) !important;
}

body .with_frm_style .frm_form_field.frm_html_container {
  color: var(--xoomcare-text);
  font-size: 16px;
  line-height: 150%;
  font-family: 'Inter', sans-serif;
}
section.gallery-section .top-area {
  margin-bottom: 50px;
  text-align: center;
}
section.gallery-section .top-area .tagline {
  color: var(--xoomcare-secondary);
  text-transform: uppercase;
}
.gallery-slide .owl-item .item {
  transform: scale(0.9);
  transition: all 0.3s ease-in;
  position: relative;
}
.gallery-slide .owl-item.center .item {
  transform: scale(1);
}
.gallery-slide .owl-item.center .item .image {
  display: flex;
}
.gallery-slide .owl-item .item .hover-card {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  display: inline-block;
  padding: 20px;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--xoomcare-base);
  transition: 0.3s;
  color: #fff;
}
.gallery-slide .owl-item .item:hover .hover-card {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.gallery-slide .owl-item .item .hover-card .title {
  font-size: 24px;
  color: #fff;
}
.gallery-slide .owl-item .item .hover-card .description {
  font-size: 18px;
  letter-spacing: -0.058px;
}
section.banner-cta {
  color: #fff;
  padding: 60px 0;
}
section.banner-cta .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 32%;
  display: flex;
  height: 100%;
}
section.banner-cta .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
section.banner-cta .tagline {
  color: var(--xoomcare-white);
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}
section.banner-cta .left {
  width: 75%;
  position: relative;
  z-index: 2;
}
section.banner-cta .headline {
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
section.call-to-action .top-area {
  text-align: center;
  margin-bottom: 80px;
}
section.call-to-action .top-area .tagline {
  color: var(--xoomcare-secondary);
}
.call-to-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
}
.call-to-action-grid .item {
  position: relative;
}
.call-to-action-grid .count {
	position: absolute;
  left: 0;
  pointer-events: none;
  font-size: 20px;
  letter-spacing: -0.128px;
  color: rgba(var(--xoomcare-black-rgb), 0.2);
  top: -30px;
}
.call-to-action-grid .icon {
  display: flex;
  width: 90px;
  height: 90px;
  margin-bottom: 18px;
}
.call-to-action-grid .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: 0.3s;
}
.call-to-action-grid .description {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.058px;
  color: var(--xoomcare-text);
  margin-bottom: 15px;
}
.call-to-action-grid .read-more {
  display: flex;
  color: rgb(41, 41, 41);
}
.call-to-action-grid .item:hover .title {
  color: var(--xoomcare-base);
}
section.clients-logos {
  padding: 0;
}
section.clients-logos .clients-logos-slide .owl-stage-outer {
  padding: 60px 0;
  border-top: 1px solid rgba(94, 95, 99, 0.5);
}
section.explore-features {
  color: #fff;
}
section.explore-features .top-area {
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  gap: 30px;
}
section.explore-features .top-area .headline {
  margin-bottom: 0;
  max-width: 700px;
  color: #fff;
}
section.explore-features .top-area .left {
  width: 70%;
}
section.explore-features .top-area .descriptions {
  width: 30%;
  line-height: 1.8;
}
section.explore-features .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}
section.explore-features .features-grid .item {
  background-color: var(--xoomcare-white);
  text-align: center;
  padding: 30px 15px;
  border-radius: 12px;
  box-shadow: 0px 3.897px 16.562px 7.794px rgba(0, 0, 0, 0.09);
  transition: 0.3s;
  color: var(--xoomcare-black);
  position: relative;
}
section.explore-features .features-grid .item .icon {
  height: 46px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
section.explore-features .features-grid .item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
section.explore-features .bottom-text {
  text-align: center;
  margin-top: 50px;
}
section.explore-features .bottom-text a {
  background-color: var(--xoomcare-secondary);
  display: inline-block;
  padding: 2px 10px;
  border-radius: 30px;
  transition: 0.3s;
  color: #fff;
}
section.explore-features .bottom-text a:hover {
  background-color: var(--xoomcare-white);
  color: var(--xoomcare-base);
}
section.faqs {
  background-color: rgba(var(--xoomcare-base-rgb), 0.1);
}
section.faqs.faqs-2 {
  background-color: transparent;
}
section.faqs .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
section.faqs .video {
  position: relative;
  display: flex;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
}
section.faqs .video .play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  color: #000;
  pointer-events: none;
}
section.faqs .video .play-icon svg {
  width: 30px;
  height: auto;
}
section.faqs .video:hover .play-icon {
  background-color: var(--xoomcare-base);
  color: #fff;
}
section.faqs .video.play .play-icon {
  opacity: 0;
}
section.faqs .video video {
  width: 100%;
}
section.faqs .video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faqs-list {
  display: grid;
  gap: 20px;
  margin-top: 50px;
}
.faq-item {
  background-color: var(--xoomcare-white);
  border-radius: 6px;
}
.faq-question {
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 18px 20px;
  padding-left: 70px;
  border-radius: 6px;
  transition: 0.3s;
  color: var(--xoomcare-black);
  display: flex;
  gap: 15px;
  align-items: center;
}
.faq-answers {
  font-size: 18px;
  padding: 30px 40px;
  padding-left: 70px;
  letter-spacing: -0.058px;
  line-height: 1.8;
  margin-top: 0;
  color: var(--xoomcare-text);
  display: none;
}
.faq-question .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: all 0.3s ease-in;
  background-color: var(--xoomcare-base);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 20px;
}
.faq-question .icon svg {
  position: absolute;
  transition: all 0.3s ease-in;
}
.faq-question .icon svg.minus {
  opacity: 0;
}
.faq-question.active {
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
  box-shadow: 0px 4px 4px 7px rgba(0, 0, 0, 0.05);
}
.faq-question.active .icon {
  background-color: #fff;
  color: var(--xoomcare-base);
}
.faq-question.active .icon.minus {
  opacity: 1;
}
.faq-question.active .icon .plus {
  opacity: 0;
}
.faq-question.active .icon .minus {
  opacity: 1;
}
section.faqs .tagline {
  color: var(--xoomcare-secondary);
}
section.faqs .contents ul {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: grid;
  gap: 18px;
  font-size: 20px;
}
section.faqs .contents ul li {
  position: relative;
  padding-left: 30px;
}
section.faqs .contents ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  background-image: url(/wp-content/uploads/2025/10/check-circle-svgrepo-com.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.hero-slide .item .container {
  display: flex;
  align-items: center;
  gap: 50px;
}
section.hero-slide {
  background-color: rgba(var(--xoomcare-base-rgb), 0.1);
}
.hero-slide .item .left {
  width: 60%;
}
.hero-slide .item .right-image {
  width: 40%;
}
section.hero-slide .owl-stage {
  display: flex;
}
section.hero-slide .owl-stage .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero-slide .owl-dots {
  display: grid;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
section.hero-slide .owl-dots button.owl-dot {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 30px;
  background-color: #cfcfcf;
  margin: 0;
  transition: all 300ms ease;
}
section.hero-slide .owl-dots button.owl-dot.active {
  background-color: var(--xoomcare-base);
}
.hero-slide .item .left .buttons {
  margin-top: 50px;
}
.hero-slide .item .left .tagline {
  text-transform: uppercase;
  color: var(--xoomcare-base);
  position: relative;
}
.hero-slide .item .left .tagline::before {
  position: relative;
  top: -5px;
  margin-right: 10px;
  content: '';
  height: 4px;
  width: 30px;
  display: inline-block;
  border-radius: 30px;
  background-color: var(--xoomcare-base);
}
section.know-about-with-us .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.know-about-with-us .container > .left {
  padding-right: 30px;
}
section.know-about-with-us .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
section.know-about-with-us .right .left {
  display: grid;
  gap: 30px;
}
section.know-about-with-us .right .disability-people {
  background-color: var(--xoomcare-base);
  padding: 70px 50px;
  border-radius: 12px;
  color: var(--xoomcare-white);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: 'Lora', serif;
}
section.know-about-with-us .right .disability-people span {
  font-size: 67px;
  display: block;
  margin-bottom: 10px;
}
section.know-about-with-us .right .image-1 {
  display: flex;
}
section.know-about-with-us .right .image-2 {
  display: flex;
  align-items: flex-start;
}
section.know-about-with-us .buttons {
  margin-top: 40px;
}
section.know-about-with-us.reverse-column .container {
  flex-flow: row-reverse;
}
section.know-about-with-us.reverse-column .container > .left {
  padding-left: 30px;
  padding-right: 0;
}
section.know-about-with-us.reverse-column .right {
  padding-right: 30px;
}
section.know-about-with-us .icons-list {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 500;
  display: grid;
  gap: 16px;
}
section.know-about-with-us .icons-list .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.know-about-with-us .icons-list .item .icon {
  display: flex;
}
section.know-about-with-us .tagline {
  color: var(--xoomcare-base);
}
section.latest-blogs .top-area {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
section.latest-blogs .top-area .headline {
  font-weight: 600;
  max-width: 750px;
  margin: 0;
}
section.latest-blogs .top-area .left {
  flex: 1;
}
section.latest-blogs .top-area .tagline {
  color: var(--xoomcare-base);
}
.latest-blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.blog-item {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s;
  box-shadow: 0px 4px 13px 5px rgba(0, 0, 0, 0.04);
}
.blog-item .service-thumbnail {
  position: relative;
  width: 50%;
  display: flex;
  min-height: 270px;
  overflow: hidden;
  border-radius: 16px;
}
.blog-item .right {
  width: 50%;
  padding: 25px 30px;
}
.blog-item .service-thumbnail img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.blog-item .service-thumbnail .category-name {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: inline-block;
  background-color: var(--xoomcare-base);
  color: var(--xoomcare-white);
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
}
.blog-item .right .date {
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--xoomcare-text);
  margin-bottom: 10px;
}
.blog-item .right .title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.7;
  color: var(--xoomcare-black);
  margin: 0;
}
.blog-item:hover .service-thumbnail img {
  transform: scale(1.1);
}
section.latest-services .top {
  text-align: center;
  margin-bottom: 50px;
}
section.latest-services .top .tagline {
  color: var(--xoomcare-secondary);
  margin-bottom: 5px;
}
section.latest-services .top .headline {
  font-weight: 600;
}
section.latest-services .latest-services-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin: 0 -15px;
  row-gap: 50px;
}
.service-item {
  width: calc(33.33% - 30px);
  border-right: 1px solid rgba(var(--xoomcare-border-rgb), 0.5);
  margin: 0 15px;
  padding-right: 20px;
  display: flex;
  gap: 16px;
}
.service-item .service-thumbnail {
  display: flex;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
}
.service-item .service-thumbnail img {
  width: 100%;
  object-fit: cover;
}
.service-item .right {
  flex: 1;
}
.service-item .service-title {
  color: var(--xoomcare-black);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-item .service-excerpt {
  font-weight: 400;
  color: var(--xoomcare-text);
  margin-bottom: 15px;
  letter-spacing: -0.051px;
}
.service-item .read-more {
  transition: 0.3s;
  color: var(--xoomcare-black);
  display: flex;
  align-items: center;
  gap: 6px;
}
.service-item:last-child,
.service-item:nth-child(3) {
  border: none;
}
.service-item .read-more:hover {
  color: var(--xoomcare-base);
}
.services-grid-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.service-card {
  position: relative;
  height: 470px;
}
.service-card .thumbnail {
  display: flex;
  height: 100%;
}
.service-card .thumbnail img {
  width: 100%;
  object-fit: cover;
}
.service-card .upper-content {
  position: absolute;
  inset: 20px;
  top: auto;
}
.service-card .upper-content .card {
  padding: 20px;
  margin-top: 10px;
  background-color: var(--xoomcare-white);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  transition: 0.3s;
  mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%22376%22%20height%3D%22150.808%22%20viewBox%3D%220%200%20376%20150.808%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.681%20150.808C5.23%20150.808%200%20145.577%200%20139.126V11.681C0%205.23%205.23%200%2011.681%200h352.637C370.77%200%20376%205.23%20376%2011.681v73.022c0%206.452-5.23%2011.681-11.681%2011.681h-6.395c-6.452%200-11.682%205.23-11.682%2011.682v31.058c0%206.451-5.23%2011.681-11.681%2011.681z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  mask-position: right bottom;
}
.service-card .upper-content .card .service-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.service-card .upper-content .card .read-more {
  color: var(--xoomcare-black);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: -0.045px;
  text-transform: capitalize;
  transition: all 0.3s;
}
.service-card:hover .upper-content .card {
  background-color: var(--xoomcare-base);
}
.service-card:hover .upper-content .card .service-title {
  color: #fff;
}
.service-card:hover .upper-content .card .read-more {
  color: #fff;
}
.service-card .upper-content .icon {
  font-size: 45px;
  width: 85px;
  height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
  transition: 0.3s;
}
.service-card:hover .upper-content .icon {
  color: var(--xoomcare-base);
  background-color: var(--xoomcare-white);
}
.service-card .upper-content .icon img {
  height: 45px;
  width: auto;
  filter: brightness(100);
  transition: all 0.3s;
}
.service-card:hover .upper-content .icon img {
  filter: brightness(1);
}
section.services-grid .bottom-text {
  margin-top: 50px;
  font-size: 18px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 10px;
  justify-content: center;
  width: 100%;
}
section.services-grid .bottom-text span {
  color: var(--xoomcare-white);
  display: inline-block;
  background-color: var(--xoomcare-base);
  padding: 3px 15px;
  border-radius: 30px;
}
section.services-grid .bottom-text a {
  text-decoration: underline;
}
section.testimonials {
  background-color: var(--xoomcare-base);
}
section.testimonials .top-area {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
section.testimonials .top-area .tagline {
  text-transform: uppercase;
}
section.testimonials .top-area .headline {
  font-weight: 600;
  color: #fff;
}
.testimonials-slide .owl-stage {
  display: flex;
}
.testimonials-slide .owl-stage .owl-item {
  position: relative;
  background-color: var(--xoomcare-white);
  overflow: hidden;
  border-radius: 12px;
  transition: 0.3s;
  padding: 40px 40px 90px;
}
section.testimonials .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
section.testimonials .item .top .thumbnail {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid var(--xoomcare-base);
  overflow: hidden;
}
section.testimonials .item .top .thumbnail img {
  width: 100%;
  object-fit: cover;
}
section.testimonials .item .top .rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: var(--xoomcare-black);
  font-weight: 500;
}
section.testimonials .item .top .rating .star {
  display: inline-block;
  background-color: var(--xoomcare-base);
  color: var(--xoomcare-white);
  line-height: 1;
  font-size: 16px;
  padding: 10px 12px;
  border-radius: 30px;
}
section.testimonials .item .review-text {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: -0.07px;
  color: var(--xoomcare-text);
}
section.testimonials .item .bottom {
  position: absolute;
  bottom: 40px;
}
section.testimonials .item .bottom .name {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--xoomcare-black);
}
section.testimonials .item .bottom .designation {
  font-size: 18px;
  letter-spacing: -0.058px;
  margin-bottom: 0;
}
.search-popup {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.search-popup .outer {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search-popup .inner {
  background-color: #fff;
  height: 230px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  align-items: center;
}
.search-popup .inner form {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.search-popup .inner form input#search {
  position: relative;
  padding-left: 1.5em;
  padding-right: 4em;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #eee;
  color: var(--xoomcare-text);
  font-size: 15px;
  display: block;
  width: 100%;
  height: 55px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  outline: none;
}
.search-popup .inner form button {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0 25px 0 20px;
  cursor: pointer;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-popup .close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
  padding: 10px;
  display: flex;
}
@media screen and (min-width: 1281px) {
  section.inner-hero .headline {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-menu-wrap {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  header.site-header .main-header .right .search {
    margin-left: 0;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  section.hero-slide .owl-dots {
    top: auto;
    bottom: 20px;
    display: flex;
    justify-content: center;
    transform: translateY(0);
    width: 100%;
  }
  section.banner-cta .right {
    width: 40%;
  }
  section {
    padding: 90px 0;
  }
  .tagline {
    font-size: 18px;
  }
  header.site-header .main-header .right .menu-wrap ul a {
    font-size: 16px;
  }
  .button {
    padding: 18px 30px;
  }
  footer.site-footer {
    padding: 90px 0 30px;
  }
  footer.site-footer .main-footer {
    padding-bottom: 60px;
  }
  .blog-item .service-thumbnail {
    width: 45%;
    min-height: 250px;
  }
  .blog-item .right {
    width: 55%;
    padding: 25px 20px;
  }
  .blog-item .right .title {
    font-size: 20px;
    line-height: 1.3;
  }
  .blog-item .service-thumbnail .category-name {
    font-size: 14px;
  }
  section.faqs .video .play-icon {
    width: 80px;
    height: 80px;
  }
  section.am-i-eligible .am-i-eligible-cta .headline {
    font-size: 40px;
  }
  section.am-i-eligible .am-i-eligible-cta .sub-headline {
    font-size: 14px;
  }
  .am-i-eligible-cta .phone .right span.t {
    font-size: 18px;
  }
  .services-list-w-active-feature {
    padding: 20px;
  }
  .service-cta {
    padding: 20px;
  }
  .am-i-eligible-cta .headline {
    font-size: 30px;
  }
  .service-cta .middle {
    margin: 30px 0;
  }
  .services-list-w-active-feature .service-item {
    font-size: 14px;
  }
  .am-i-eligible-cta .sub-headline {
    font-size: 14px;
  }
  .post-card .post-content {
    margin-left: 15px;
  }
  .post-card .categories {
    padding-left: 15px;
  }
  .post-card .post-content .post-title {
    font-size: 20px;
  }
  .event-card {
    gap: 10px;
  }
  .event-card .post-thumbnail {
    width: 45%;
  }
  .event-card .right {
    width: 55%;
    padding: 30px 10px 30px 0;
  }
  .event-card .right .post-title {
    font-size: 24px;
  }
  .event-card .right .author {
    gap: 10px;
  }
  .event-card .right .author .name {
    font-size: 18px;
  }
  .event-card .right .author .designation {
    font-size: 14px;
  }
  .events-single-wrap .contents-wrapper .right .item .top .title {
    font-size: 20px;
  }
  .events-single-wrap .contents-wrapper .right .item .top .icon {
    width: 35px;
  }
  .events-single-wrap .contents-wrapper .right .item {
    padding: 20px;
  }
  .events-single-wrap .contents-wrapper .right {
    padding: 15px;
  }
  .events-single-wrap .meta-box {
    margin: -80px 10px 0;
    padding: 30px 20px;
  }
  .events-single-wrap .meta-box .left {
    gap: 20px 30px;
  }
  .events-single-wrap .contents-wrapper {
    margin-top: 70px;
  }
  section.get-in-touch .right {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 1180px) {
  .service-card {
    height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  header.site-header .main-header .right .menu-wrap {
    display: none;
  }
  header.site-header .main-header {
    padding: 10px 0;
  }
  .side-menu-trigger {
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-weight: 600;
  }
  .side-menu-trigger svg {
    width: 35px;
    height: auto;
  }
  header.site-header .top-header {
    display: none;
  }
  footer.site-footer .main-footer {
    flex-wrap: wrap;
    row-gap: 60px;
    padding-bottom: 40px;
  }
  footer.site-footer .main-footer .column {
    width: calc(50% - 20px);
  }
  footer.site-footer {
    padding: 70px 0 30px;
  }
  footer.site-footer .main-footer h3.title {
    margin-bottom: 20px;
  }
  .hero-slide .item .container {
    flex-wrap: wrap;
  }
  .hero-slide .item .left,
  .hero-slide .item .right-image {
    width: 100%;
    text-align: center;
  }
  .hero-slide .item .left .buttons {
    justify-content: center;
    margin-top: 30px;
  }
  .hero-slide .item .right-image img {
    max-width: 500px;
    margin: auto;
  }
  section {
    padding: 70px 0;
  }
  section.banner-cta .right {
    display: none;
  }
  section.banner-cta .left {
    width: 100%;
  }
  .service-item {
    width: calc(50% - 30px);
  }
  .service-item:nth-child(even) {
    border: none;
  }
  .service-item:nth-child(3) {
    border-right: 1px solid rgba(var(--xoomcare-border-rgb), 0.5);
  }
  section.explore-features .features-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  h1 {
    font-size: 40px;
  }
  .tagline {
    font-size: 16px;
  }
  .hero-slide .item .left .tagline::before {
    height: 2px;
  }
  h2 {
    font-size: 35px;
  }
  section.banner-cta .tagline {
    font-size: 16px;
  }
  section.explore-features .top-area {
    flex-wrap: wrap;
  }
  section.explore-features .top-area .left,
  section.explore-features .top-area .descriptions {
    width: 100%;
  }
  .w-1\/2 {
    width: 100%;
  }
  section.know-about-with-us .container > .left {
    padding: 0;
  }
  section.know-about-with-us .container {
    gap: 40px;
  }
  .call-to-action-grid {
    grid-template-columns: 1fr 1fr;
  }
  .testimonials-slide .owl-stage .owl-item {
    padding: 30px 25px 65px;
  }
  section.testimonials .item .top .rating .star svg {
    width: 15px;
    height: auto;
  }
  section.testimonials .item .review-text {
    font-size: 16px;
  }
  section.testimonials .item .bottom {
    bottom: 30px;
  }
  section.testimonials .item .bottom .name {
    font-size: 20px;
  }
  section.testimonials .item .bottom .designation {
    font-size: 16px;
  }
  section.faqs .container {
    grid-template-columns: 1fr;
  }
  section.faqs .contents ul {
    margin: 30px 0;
  }
  .blog-item {
    flex-wrap: wrap;
  }
  .blog-item .service-thumbnail,
  .blog-item .right {
    width: 100%;
  }
  section.know-about-with-us .right .disability-people span {
    font-size: 50px;
  }
  section.know-about-with-us .right .disability-people {
    font-size: 28px;
  }
  .faq-question {
    font-size: 18px;
  }
  section.am-i-eligible .am-i-eligible-cta .middle {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  section.am-i-eligible .am-i-eligible-cta {
    padding: 40px 20px;
  }
  section.inner-hero {
    padding: 100px 0;
  }
  section.know-about-with-us.reverse-column .container {
    flex-flow: column;
  }
  section.know-about-with-us.reverse-column .container > .left,
  section.know-about-with-us.reverse-column .right {
    padding: 0;
  }
  .services-grid-list {
    grid-template-columns: 1fr 1fr;
  }
  section.services-grid .bottom-text {
    font-size: 16px;
  }
  section.services-contents .container {
    flex-flow: column-reverse;
  }
  section.services-contents .left,
  section.services-contents .right {
    width: 100%;
  }
  .latest-posts-grid {
    grid-template-columns: 1fr 1fr;
  }
  .event-card {
    flex-wrap: wrap;
    gap: 0;
  }
  .event-card .post-thumbnail {
    width: 100%;
  }
  .event-card .right {
    width: 100%;
    padding: 30px 20px;
  }
  .events-single-wrap .meta-box .left .item .icon {
    width: 25px;
  }
  .events-single-wrap .meta-box .left .item .content {
    font-size: 14px;
  }
  .events-single-wrap .meta-box .left .item .content span {
    font-size: 18px;
  }
  .events-single-wrap .meta-box .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .events-single-wrap .meta-box {
    justify-content: center;
    gap: 30px;
  }
  .events-single-wrap .contents-wrapper {
    flex-flow: column-reverse;
    margin-top: 30px;
  }
  .events-single-wrap .contents-wrapper .right {
    width: 100%;
  }
  section.get-in-touch .left,
  section.get-in-touch .right {
    width: 100%;
  }
  section.get-in-touch .container {
    gap: 40px;
  }
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .main-footer .column {
    width: 100%;
  }
  footer.site-footer .main-footer {
    row-gap: 35px;
  }
  section.hero-slide .owl-stage {
    align-items: flex-start;
  }
  section {
    padding: 50px 0;
  }
  h1 {
    font-size: 35px;
  }
  .hero-slide .item .left .headline br {
    display: none;
  }
  .button {
    width: 100%;
    justify-content: center;
    padding: 16px 30px;
  }
  .buttons {
    flex-wrap: wrap;
  }
  .hero-slide .item .container {
    gap: 30px;
  }
  .buttons .phone {
    font-size: 16px;
  }
  .buttons .phone .icon {
    width: 40px;
    height: 40px;
  }
  section.banner-cta {
    padding: 40px 0;
    text-align: center;
  }
  h2 {
    font-size: 28px;
  }
  .tagline {
    font-size: 14px;
  }
  .service-item {
    width: 100%;
    border: none !important;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-item .service-thumbnail {
    margin: auto;
  }
  .service-item .right {
    flex: auto;
    text-align: center;
  }
  .service-item .read-more {
    justify-content: center;
  }
  section.explore-features .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  section.explore-features .features-grid .item .title {
    font-size: 18px;
  }
  section.know-about-with-us .icons-list {
    font-size: 16px;
    gap: 10px;
    margin-top: 20px;
  }
  .buttons {
    justify-content: center;
  }
  section.know-about-with-us .right {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  section.know-about-with-us .right .disability-people {
    font-size: 24px;
    padding: 50px 30px;
  }
  section.know-about-with-us .right .disability-people span {
    font-size: 45px;
  }
  section.know-about-with-us .right .left {
    gap: 15px;
  }
  .call-to-action-grid {
    grid-template-columns: 1fr;
  }
  .call-to-action-grid .count {
    font-size: 30px;
  }
  .faq-question {
    font-size: 16px;
    padding: 15px 16px;
    padding-left: 60px;
  }
  .faq-question .icon {
    width: 30px;
    height: 30px;
    left: 15px;
  }
  .faqs-list {
    gap: 10px;
    margin-top: 40px;
  }
  section.faqs .video .play-icon {
    width: 60px;
    height: 60px;
  }
  section.faqs .video .play-icon svg {
    width: 20px;
  }
  section.faqs .contents ul {
    font-size: 16px;
  }
  section.latest-blogs .top-area {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .latest-blog-list {
    grid-template-columns: 1fr;
  }
  section.clients-logos .clients-logos-slide .owl-stage-outer {
    padding: 30px 0px;
  }
  section.know-about-with-us .right img {
    width: 100%;
  }
  
  
section.know-about-with-us .right .image-2 img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
  
  section.gallery-section .top-area {
    margin-bottom: 30px;
  }
  section.am-i-eligible .am-i-eligible-cta {
    justify-content: center;
    gap: 30px;
    padding: 30px 20px;
  }
  section.am-i-eligible .am-i-eligible-cta .middle {
    margin: 0;
  }
  section.am-i-eligible .am-i-eligible-cta .headline {
    font-size: 30px;
  }
  .services-grid-list {
    grid-template-columns: 1fr;
  }
  section.services-grid .bottom-text {
    font-size: 14px;
  }
  .latest-posts-grid {
    grid-template-columns: 1fr;
  }
  section.archive-posts .pagination .nav-links .page-numbers {
    padding: 0 16px;
    font-size: 14px;
    height: 40px;
  }
  section.archive-posts .pagination .nav-links {
    gap: 5px;
  }
  blockquote {
    padding: 10px 10px 10px 15px;
  }
  .events-archive-wrap {
    grid-template-columns: 1fr;
  }
  .event-card .right .post-title {
    font-size: 22px;
  }
  section.get-in-touch .contact-info {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  section.get-in-touch .contact-info a {
    font-size: 20px;
  }
  section.get-in-touch .left .headline {
    margin-bottom: 10px;
  }
  section.get-in-touch .right {
    padding: 20px 10px 0;
  }
  body .frm_forms.with_frm_style input,
  body .frm_forms.with_frm_style textarea,
  body .frm_forms.with_frm_style select {
    height: 50px;
    padding: 0 20px;
  }
  body .frm_forms.with_frm_style textarea {
    height: 140px;
  }
  body .frm_forms.with_frm_style .frm_submit.frm_flex button.frm_button_submit {
    padding: 17px 30px;
  }
  .map-iframe iframe {
    height: 400px;
  }
  section.get-in-touch .right .form-title {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  section.join-us .form-wrap {
    padding: 30px 15px 0;
  }
  .faq-answers {
    font-size: 16px;
    line-height: 1.5;
    padding: 22px 20px;
  }
}
@media screen and (max-width: 580px) {
  header.site-header .main-header .right .join-button {
    display: none;
  }
  .side-menu-trigger svg {
    width: 25px;
  }
  header.site-header .main-header .right {
    gap: 10px;
  }
  .gallery-slide .owl-item .item {
    transform: scale(1);
  }
  section.gallery-section .gallery-slide {
    padding: 0 15px;
  }
}

/*----------------------------------------*/
/*  3.5 Service Css
/*----------------------------------------*/

.xc-service-one__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .xc-service-one__item {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .xc-service-one__item {
    padding-right: 20px;
    border-right: 1px solid rgba(var(--xoomcare-border-rgb), 0.5);
  }
}

@media screen and (min-width: 1200px) {
  .xc-service-one__item {
    flex-direction: row;
    padding-right: 20px;
  }
}

.xc-service-one__item.xc-itme-3,
.xc-service-one__item.xc-itme-6,
.xc-service-one__item.xc-itme-9,
.xc-service-one__item.xc-itme-12 {
  border-right: 0;
}

.xc-service-one__item:hover .xc-service-one__img img {
  transform: scale(1.08);
}

.xc-service-one__img {
  border-radius: 50%;
}

.xc-service-one__img img {
  transition: 0.3s;
}

.xc-service-one__title {
  color: var(--xoomcare-black);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .xc-service-one__title {
    font-size: 24px;
  }
}

.xc-service-one__title a {
  transition: 0.3s;
}

.xc-service-one__title a:hover {
  color: var(--xoomcare-base);
}

.xc-service-one__info {
  font-size: 16px;
  letter-spacing: -0.051px;
}

.xc-service-one__btn {
  transition: 0.3s;
  color: var(--xoomcare-black);
}

.xc-service-one__btn i {
  display: inline-block;
  position: relative;
  top: 4px;
  font-size: 20px;
  margin-right: 10px;
  transition: 0.3s;
}

.xc-service-one__btn:hover {
  color: var(--xoomcare-base);
}

.xc-service-one__btn:hover i {
  color: currentColor;
}

/*--------------------------------------------------------------
# Service Two
--------------------------------------------------------------*/

.xc-service-two__item {
  position: relative;
}

.xc-service-two__item:hover .xc-service-two__icon {
  color: var(--xoomcare-base);
  background-color: var(--xoomcare-white);
}

.xc-service-two__item:hover .xc-service-two__content {
  background-color: var(--xoomcare-base);
}

.xc-service-two__item:hover .xc-service-two__title {
  color: var(--xoomcare-white);
}

.xc-service-two__item:hover .xc-service-two__title a {
	color: var(--xoomcare-white);
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.xc-service-two__item:hover .xc-service-two__title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.xc-service-two__item:hover .xc-service-two__btn {
  color: var(--xoomcare-white);
}

.xc-service-two__img img {
  border-radius: 12px;
}

.xc-service-two__overimage {
  position: absolute;
  inset: 20px;
  top: auto;
}

.xc-service-two__icon {
  font-size: 45px;
  width: 85px;
  height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
  transition: 0.3s;
}

.xc-service-two__content {
  padding: 20px;
  margin-top: 10px;
  background-color: var(--xoomcare-white);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  transition: 0.3s;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22376%22%20height%3D%22150.808%22%20viewBox%3D%220%200%20376%20150.808%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.681%20150.808C5.23%20150.808%200%20145.577%200%20139.126V11.681C0%205.23%205.23%200%2011.681%200h352.637C370.77%200%20376%205.23%20376%2011.681v73.022c0%206.452-5.23%2011.681-11.681%2011.681h-6.395c-6.452%200-11.682%205.23-11.682%2011.682v31.058c0%206.451-5.23%2011.681-11.681%2011.681z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-position: right bottom;
  mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22376%22%20height%3D%22150.808%22%20viewBox%3D%220%200%20376%20150.808%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.681%20150.808C5.23%20150.808%200%20145.577%200%20139.126V11.681C0%205.23%205.23%200%2011.681%200h352.637C370.77%200%20376%205.23%20376%2011.681v73.022c0%206.452-5.23%2011.681-11.681%2011.681h-6.395c-6.452%200-11.682%205.23-11.682%2011.682v31.058c0%206.451-5.23%2011.681-11.681%2011.681z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  mask-position: right bottom;
}

.xc-service-two__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.xc-service-two__btn {
  color: var(--xoomcare-black);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: -0.045px;
  text-transform: capitalize;
}

.xc-service-two__bottom-info {
  font-size: 18px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.xc-service-two__bottom-info span {
  color: var(--xoomcare-white);
  display: inline-block;
  background-color: var(--xoomcare-base);
  padding: 3px 15px;
  border-radius: 30px;
}

.xc-service-two__bottom-info a {
  text-decoration: underline;
}

.xc-service-two__bottom-info a:hover {
  color: var(--xoomcare-base);
}

/*--------------------------------------------------------------
# Service Three
--------------------------------------------------------------*/

.xc-service-three__item {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-shadow: 0px 4px 13px 5px rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 768px) {
  .xc-service-three__item {
    flex-direction: row;
    align-items: center;
  }
}

.xc-service-three__item:hover .xc-service-three__icon {
  color: var(--xoomcare-base);
  background-color: var(--xoomcare-white);
}

.xc-service-three__item:hover .xc-service-three__img img {
  transform: scale(1.08);
}

.xc-service-three__img {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  overflow: hidden;
}

.xc-service-three__img img {
  transition: 0.3s;
}

.xc-service-three__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 77px;
  font-size: 46px;
  border-radius: 50%;
  color: var(--xoomcare-white);
  background-color: var(--xoomcare-base);
  transition: 0.3s;
}

.xc-service-three__content {
  padding: 30px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .xc-service-three__content {
    padding: 0;
    padding-right: 15px;
  }
}

.xc-service-three__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.xc-service-three__title a:hover {
  color: var(--xoomcare-base);
}

.xc-service-three__info {
  font-size: 16px;
  letter-spacing: -0.051px;
}

.xc-service-three__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--xoomcare-black);
  text-transform: capitalize;
}

.xc-service-three__btn:hover {
  color: var(--xoomcare-base);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/

.xc-service-details img {
  border-radius: 12px;
}

.xc-service-two__item img {
  height: 400px;
  object-fit: cover;
}


/*Changes to Margin for Singular*/

.wp-singular .content p {
  margin-bottom: 5px;
}

.wp-singular .content h2, .wp-singular .content h3 {
  margin: 40px 0px 20px 0;
}

.wp-singular .content h1:nth-child(1),
.wp-singular .content h2:nth-child(1), 
.wp-singular .content h3:nth-child(1) {
  margin-top:0px;
}


/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.footer-ndis {
  margin: 30px 0 0 0;
  max-width: 80px;
}

.features-grid .item .icon img {
  border-radius: 0px;
}

@media (min-width: 768px) {
section.know-about-with-us .right .image-2 img {
  height: 600px;
  object-fit: cover;
  width: auto;
}
}