@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");

ul.filter-type__option-items-group,
ul.dropdown-menu {
  scrollbar-width: thin;
}

ul.filter-type__option-items-group::-webkit-scrollbar,
ul.dropdown-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

ul.filter-type__option-items-group::-webkit-scrollbar-thumb,
ul.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}

.care-services-wrapper {
  width: 100%;
  position: relative;
}

.care-services-wrapper .container {
  max-width: 1440px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.cookies-new-dn {
  display: none;
}

.margin-auto {
  margin: 0 auto;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.hire-carer-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background-image: url(/themes/curam/assets/images/care-services/intersect.svg), url(/themes/curam/assets/images/care-services/intersect-2.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 767.98px) {
  .hire-carer-wrapper {
    padding: 40px 0 15px;
    background-image: none;
  }
}

.hire-carer-wrapper .hire-carer-block {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hire-carer-wrapper .hire-carer-block h1 {
  color: #080809;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
  .hire-carer-wrapper .hire-carer-block h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .hire-carer-wrapper .hire-carer-block h1 {
    font-size: 30px;
  }
}

.hire-carer-wrapper .hire-carer-block h2 {
  color: #080809;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 35px;
}

@media (max-width: 1023px) {
  .hire-carer-wrapper .hire-carer-block h2 {
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  .hire-carer-wrapper .hire-carer-block h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.hire-carer-wrapper .hire-carer-block ul.dropdown-menu {
  top: 30px;
}

.care-type-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.care-type-wrapper .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.care-type-wrapper .care-type-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-left: -13px;
  margin-right: -13px;
  flex-wrap: wrap;
  justify-content:center;
}

.care-type-wrapper .care-type-container .care-type-col {
  flex: 0 0 25%;
  width: 25%;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .care-type-wrapper .care-type-container .care-type-col {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .care-type-wrapper .care-type-container .care-type-col {
    flex: 0 0 100%;
    width: 100%;
  }
}

.care-type-wrapper .care-type-container .care-type-col a.care-type-block {
  width: 100%;
  min-height: 140px;
  display: block;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  position: relative;
  text-decoration: none;
  padding: 24px 20px 25px 20px;
    transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
@media (max-width:575.98px){
  .care-type-wrapper .care-type-container .care-type-col a.care-type-block {
  min-height: auto;
  }
}
.care-type-wrapper .care-type-container .care-type-col a.care-type-block:hover{
  border: 1px solid #494FC9;
  background-color: #ECEDF9;
  transition: all 0.5s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.care-type-wrapper .care-type-container .care-type-col a.care-type-block.hourly-care::after,
.care-type-wrapper .care-type-container .care-type-col a.care-type-block.overnight-care::after,
.care-type-wrapper .care-type-container .care-type-col a.care-type-block.livein-care::after,
.care-type-wrapper .care-type-container .care-type-col a.care-type-block.concierge::after {
  content: " ";
  width: 90%;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}

.care-type-wrapper .care-type-container .care-type-col a.care-type-block.hourly-care::after {
  background-color: #FFCE6C;
}

.care-type-wrapper .care-type-container .care-type-col a.care-type-block.overnight-care::after {
  background-color: #BF8DFF;
}

.care-type-wrapper .care-type-container .care-type-col a.care-type-block.livein-care::after {
  background-color: #68BFAB;
}

.care-type-wrapper .care-type-container .care-type-col a.care-type-block.concierge::after {
  background-color: #aeb0dc;
}

.care-type-wrapper .care-type-container .care-type-col a.care-type-block .care-type-block-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.care-type-wrapper .care-type-container .care-type-col a.care-type-block .care-type-block-head span {
  font-size: 20px;
  font-weight: 800;
  color: #424242;
}

.care-type-wrapper .care-type-container .care-type-col a.care-type-block .care-type-block-head img {
  max-width: 100%;
  height: auto;
  padding: 10px;
}

.care-type-wrapper .care-type-container .care-type-col a.care-type-block p.txt-sm {
  color: #676779;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}

.specific-needs-wrapper {
  width: 100%;
  margin: 0 auto;
}

.specific-needs-wrapper .specific-needs-block {
  width: 100%;
  position: relative;
  padding: 35px 0 55px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .specific-needs-wrapper .specific-needs-block {
    padding: 0;
  }
}

.specific-needs-wrapper .specific-needs-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 80%;
  background-color: #F5F6FD;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .specific-needs-wrapper .specific-needs-block::before {
    content: none;
  }
}

.specific-needs-wrapper .specific-needs-block h2 {
  color: #080809;
  font-size: 40px;
  font-weight: 800;
  margin: 0 auto 35px;
  max-width: 600px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .specific-needs-wrapper .specific-needs-block h2 {
    font-size: 30px;
  }
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container {
  width: 100%;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  flex-wrap: wrap;
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col {
  flex: 0 0 25%;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  display:flex;
}

@media (max-width: 991.98px) {
  .specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col {
    flex: 0 0 100%;
    width: 100%;
  }
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  text-decoration: none;
  padding: 15px 15px 20px;
  margin-bottom: 16px;
  min-height: 145px;
    transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block:hover{
  border: 1px solid #494FC9;
  background-color: #ECEDF9;
  transition: all 0.5s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
@media (max-width: 575.98px) {
  .specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block {
    min-height: auto;
    margin-bottom: 18px;
  }
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block .specific-care-needs-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block .specific-care-needs-head {
    margin-bottom: 0;
  }
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block .specific-care-needs-head span {
  font-size: 20px;
  font-weight: 700;
  color: #424242;
  text-align: left;
  width: calc(100% - 35px);
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block .specific-care-needs-head img {
  max-width: 100%;
  height: auto;
  padding: 10px;
}

.specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block p.txt-sm {
  color: #676779;
  font-weight: 600;
  margin: 0;
  text-align: left;
}

@media (max-width: 575.98px) {
  .specific-needs-wrapper .specific-needs-block .specific-care-needs-container .specific-care-needs-col a.specific-care-needs-block p.txt-sm {
    display: none;
  }
}

.care-services-trust-pilot-wrapper {
  width: 100%;
  margin: 50px 0;
}

.care-services-trust-pilot-wrapper .care-services-trust-pilot-block {
  width: 100%;
  text-align: center;
}

.care-services-trust-pilot-wrapper .care-services-trust-pilot-block .displayCo {
  display: block;
}

@media (max-width: 670px) {
  .care-services-trust-pilot-wrapper .care-services-trust-pilot-block .displayCo {
    display: none;
  }
}

.care-services-trust-pilot-wrapper .care-services-trust-pilot-block .displayMo {
  display: none;
}

@media (max-width: 670px) {
  .care-services-trust-pilot-wrapper .care-services-trust-pilot-block .displayMo {
    display: block;
  }
}

.all-care-services-trust-pilot-wrapper {
  margin: 0 auto;
}

.all-care-services-trust-pilot-wrapper .container {
  margin: 0 auto;
  text-align: center;
}

.hire-carer-wrapper.all-carer-wrapper {
  margin: 0 auto 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  .hire-carer-wrapper.all-carer-wrapper {
    padding: 90px 0 0;
  }
  .managed-self-care h1
  {
    padding-top: 25px;
  }
}

.hire-carer-wrapper.all-carer-wrapper h1 {
  font-size: 40px;
  font-weight: 800;
  color: #35353F;
  margin-bottom: 40px;
}

@media (max-width: 1080px) {
  .hire-carer-wrapper.all-carer-wrapper h1 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.hire-carer-wrapper.all-carer-wrapper h5, .hire-carer-wrapper.all-carer-wrapper .hire-carer-block p.description-text {
  font-size: 20px;
  font-weight: 400;
  color: #35353F;
  margin: 0 auto 30px;
  max-width: 800px;
}
.more-description-text-hide.active {
  display: none;
}
.see-more-description-text {
  color: #494fc9;
  cursor: pointer;
}
.see-more-toggle-text {
  text-decoration: underline;
  font-size: 16px;
}

.curam-banner-search {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.curam-banner-search .field__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 16px;
  gap: 16px;
  background: #fff;
  border: 1px solid #ECEDF9;
  border-radius: 12px;
  width: 100%;
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.curam-banner-search .field__wrapper.error {
  border: 1px solid #FC7A81 !important;
}

.curam-banner-search .field__wrapper .error-msg {
  top: 100px;
}

@media (max-width: 768px) {
  .curam-banner-search .field__wrapper .error-msg {
    z-index: 9999;
    /* top: -35px; */
  }
}

.curam-banner-search .field__wrapper input[type=text] {
  font-size: 18px;
  font-weight: 500;
}

.curam-banner-search .txt-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}

@media (max-width: 767px) {
  .curam-banner-search .txt-search-btn {
    display: none;
  }
  .managed-self-care h1
  {
    padding-top: 0px;

  }
  .concierge-service
  {
    padding: 30px 0;
    background-image: linear-gradient(to bottom, #a9abd6, #ffffff);
    margin-top: 0;
  }
  .concierge-service ul li h4
  {
    font-size: 20px;
  }
}

.curam-banner-search .icon-search-btn {
  width: 62px;
  min-width: 62px;
  height: 62px;
  max-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.curam-banner-search .icon-search-btn img {
  width: 24px;
  height: auto;
}

.dropdown-menu {
  display: none;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 100ms;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  width: 100%;
}

ul.dropdown-menu {
  position: absolute;
  transform: translate3d(0px, 62px, 0px);
  top: -5px;
  left: 0px;
  will-change: transform;
  height: auto;
  overflow: auto;
  min-height: 48px;
  max-height: 250px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #f4f4f4;
  margin: 0;
  border-radius: 12px;
  z-index: 2;
}

ul.dropdown-menu:hover,
ul.dropdown-menu:focus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  width: 100%;
}

ul.dropdown-menu li.dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 10px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #616161;
  cursor: pointer;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding: 8px 16px;
  align-items: flex-start;
}

ul.dropdown-menu li.dropdown-item[data-selected=true] {
  background-color: #ECEDF9;
  color: #2B2F8F;
  font-weight: 700;
}

ul.dropdown-menu li.dropdown-item[data-selected=true] span {
  color: #2B2F8F !important;
  font-weight: 700;
}

ul.dropdown-menu li.dropdown-item:hover {
  background-color: #F5F5FB;
}

ul.dropdown-menu li.dropdown-item:hover span.highlight-text {
  color: #2B2F8F;
}

ul.dropdown-menu li.dropdown-item span {
  padding: 0px !important;
}

ul.dropdown-menu li.dropdown-item span.help-text {
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  letter-spacing: 0.014em;
}

ul.dropdown-menu li.dropdown-item span.highlight-text {
  color: #212121;
}

@media (min-width: 600px) {
  #postcode-bottom-sheet-drawer.desktop-open .modal-content {
    max-width: 432px;
    min-height: 400px;
    height: auto;
    margin: auto;
    border-radius: 12px;
  }
}

@media (min-width: 600px) {
  #postcode-bottom-sheet-drawer.desktop-open .modal-content {
    max-width: 432px;
    min-height: 400px;
    height: auto;
    margin: auto;
    border-radius: 12px;
  }
}

@media (max-width: 599px) {
  #postcode-bottom-sheet-drawer.desktop-open .modal-content {
    height: 90vh;
    height: 90dvh;
  }
}

#postcode-bottom-sheet-drawer.desktop-open .modal-footer {
  display: none !important;
}

#postcode-bottom-sheet-drawer.desktop-open .modal-body .field__wrapper {
  position: relative;
}

#postcode-bottom-sheet-drawer.desktop-open .modal-body .field__wrapper ul.dropdown-menu {
  top: -7px;
}

.modal-content.large-modal.average-care-rates-content {
  max-width: 700px;
  height: auto;
  margin: auto;
}

.modal-content.large-modal.average-care-rates-content .care-rate-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}

@media (max-width: 600px) {
  .modal-content.large-modal.average-care-rates-content .care-rate-type {
    grid-template-columns: repeat(1, 1fr);
  }
}

.modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col {
  border: 1px solid #E0E1E6;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 16px 20px;
  margin: 0 5px 10px 5px;
}

@media (max-width: 599px) {
  .modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
  }
}

.modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col .care-rate-type-rt {
  display: block;
}

@media (max-width: 599px) {
  .modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col .care-rate-type-rt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col .care-rate-type-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col .care-rate-type-block .care-rate-type-rt {
  flex: 0 0 50%;
  width: 50%;
  border-right: 1px solid #ddd;
}

.modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col .care-rate-type-block .care-rate-type-rt.last-rt {
  border-right: 0;
  padding-left: 16px;
}

.modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col .care-rate-type-block .care-rate-type-rt p.title-txt {
  color: #35353F;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}

@media (max-width: 599px) {
  .modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col .care-rate-type-block .care-rate-type-rt p.title-txt {
    margin-bottom: 0;
  }
}

.modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col p.title-txt {
  color: #35353F;
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 14px;
}

@media (max-width: 599px) {
  .modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col p.title-txt {
    margin-bottom: 0;
  }
}

.modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col p.title-ft {
  color: #35353F;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
}

.modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col h5 {
  color: #494FC9;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
}

@media (max-width: 599px) {
  .modal-content.large-modal.average-care-rates-content .care-rate-type .care-rate-type-col h5 {
    font-size: 17px;
    margin-bottom: 0;
    margin-right: 6px;
  }
}

.modal-content.large-modal.average-care-rates-content p.txt-sm.average-rate {
  font-weight: 500;
  color: #35353F;
  margin-bottom: 20px;
  margin-top: 15px;
}

.modal-content.large-modal.average-care-rates-content p.txt-sm.average-rate span {
  font-weight: 700;
}

.modal-content.large-modal.average-care-rates-content .care-rate-info {
  display: flex;
  flex-direction: column;
}

.modal-content.large-modal.average-care-rates-content .care-rate-info .care-rate-info-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.modal-content.large-modal.average-care-rates-content .care-rate-info .care-rate-info-col p {
  margin-left: 15px;
  margin-bottom: 0;
  color: #35353F;
  font-size: 15px;
  font-weight: 600;
}

.content-area__body .container {
  max-width: 1536px;
}

.content-area__body .content-area__body-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
}

@media (max-width: 600px) {
  .content-area__body .content-area__body-inner {
    grid-template-columns: 1fr;
    padding: 0px;
  }
}

@media (min-width: 900px) {
  .content-area__body .content-area__body-inner.location-based {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.content-area__left-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  gap: 8px;
  width: 280px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 100px;
  top: 100px;
  overflow-x: auto;
  max-height: calc(100vh - 120px);
}

.content-area__left-list fieldset {
  display: none;
}

@media (max-width: 1024px) {
  .content-area__left-list fieldset {
    display: block;
  }
}

.content-area__left-list fieldset button {
  border-radius: 0;
}

.content-area__left-list fieldset button span {
  pointer-events: none;
}

.content-area__left-list fieldset button svg {
  pointer-events: none;
}

.content-area__left-list .content-area-left__list-option {
  padding: 12px;
  color: #424242;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
}

.content-area__left-list .content-area-left__list-option[data-select=active] {
  background: #ECEDF9;
  border-radius: 8px;
}

.content-area__left-list .content-area-left__list-option:hover {
  background: #F5F5FB;
  border-radius: 8px;
}

.content-area__left-list .content-area-left__list-option:focus {
  background: #ECEDF9;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .content-area__left-list .content-area-left__list-option {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
  .content-area__left-list .content-area-left__list-option {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .content-area__left-list .content-area-left__list-option {
    display: none;
  }
}

@media (max-width: 599px) {
  .content-area__left-list {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 480px;
    padding: 0;
  }

  .content-area__left-list fieldset {
    position: fixed;
    padding: 0;
    width: 100%;
    border: 0px none;
    z-index: 9;
    transform: translateY(-1px);
    max-height: 480px;
  }

  .content-area__left-list fieldset ul.filter-type__option-items-group {
    top: -9px;
    width: 100%;
    max-height: 480px;
    overflow: auto;
    min-height: 100%;
    justify-content: flex-start;
  }

  .content-area__left-list fieldset ul.filter-type__option-items-group li {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }

  .content-area__left-list fieldset ul.filter-type__option-items-group>a {
    width: 100%;
    text-align: center;
    display: none;
  }

  .content-area__left-list fieldset button {
    display: grid;
    grid-template-columns: 1fr 20px;
    justify-content: space-between;
    padding: 16px 24px;
    gap: 24px;
    background: #ECEDF9;
    width: 100%;
    border-radius: 0;
  }

  .content-area__left-list fieldset button span {
    text-align: left;
    font-weight: 690;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.014em;
    color: #494FC9;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1024px) {
  .content-area__left-list {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 480px;
    padding: 0;
  }

  .content-area__left-list fieldset {
    position: fixed;
    padding: 0;
    width: 100%;
    max-height: 480px;
    border: 0px none;
    z-index: 9;
    transform: translateY(-3px);
    margin: 0;
    left: 0;
    right: 0;
  }

  .content-area__left-list fieldset ul.filter-type__option-items-group {
    top: -9px;
    width: 100%;
    max-height: 480px;
    min-height: 100%;
    justify-content: flex-start;
  }

  .content-area__left-list fieldset ul.filter-type__option-items-group li {
    font-weight: 690;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.012em;
    color: #616161;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }

  .content-area__left-list fieldset ul.filter-type__option-items-group>a {
    width: 100%;
    text-align: center;
    display: none;
  }

  .content-area__left-list fieldset button {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    gap: 24px;
    background: #ECEDF9;
    width: 100%;
    border-radius: 0;
  }


  .content-area__left-list fieldset button span {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  body.scrolled .content-area__left-list fieldset button{
    margin-top: 34px;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .content-area__left-list {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 480px;
    padding: 0;
  }

  .content-area__left-list fieldset {
    position: fixed;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 155px;
    border: 0px none;
    z-index: 9;
    transform: translateY(-1px);
    margin: 0;
  }

  .content-area__left-list fieldset ul.filter-type__option-items-group {
    top: -9px;
    width: 100%;
    max-height: 155px;
    min-height: 100%;
    justify-content: flex-start;
  }

  .content-area__left-list fieldset ul.filter-type__option-items-group li {
    font-weight: 690;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.012em;
    color: #616161;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }

  .content-area__left-list fieldset ul.filter-type__option-items-group>a {
    width: 100%;
    text-align: center;
    display: none;
  }

  .content-area__left-list fieldset button {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    gap: 24px;
    background: #ECEDF9;
    width: 100%;
    border-radius: 0;
  }

  .content-area__left-list fieldset button span {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .content-area__left-list.sticky-on-mobile {
    display: none;
    position: sticky;
    border: 0;
    top: 81px;
    z-index: 14;
    overflow-x: inherit;
  }

  .content-area__left-list.sticky-on-mobile.active-sticky {
    display: flex;
    position: fixed;
  }

  .content-area__left-list.sticky-on-mobile fieldset {
    position: relative;
  }
}

@media (max-width: 599px) {
  .content-area__left-list.sticky-on-mobile {
    top: 58px;
  }
}

ul.filter-type__option-items-group.show {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}

ul.filter-type__option-items-group {
  position: absolute;
  transform: translate3d(0px, 62px, 0px);
  top: -10px;
  left: 0px;
  will-change: transform;
  height: auto;
  overflow: auto;
  min-height: 48px;
  max-height: 250px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #f4f4f4;
  margin: 0;
  border-radius: 0;
  z-index: 2;
}

ul.filter-type__option-items-group:focus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px;
  background: #fcfcfc;
  box-shadow: 0px 4px 8px rgba(23, 25, 74, 0.05);
  width: 100%;
}

ul.filter-type__option-items-group {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 0;
  background: #FFFFFF;
  box-shadow: 2px 2px 3px 3px rgba(201, 211, 247, 0.35);
}

ul.filter-type__option-items-group li.filter-type__option-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  gap: 8px;
  filter: drop-shadow(0px 1px 2px rgba(23, 25, 74, 0.05));
  font-weight: 690;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  color: #595959;
}

ul.filter-type__option-items-group li.filter-type__option-item[aria-selected=true] {
  display: flex;
  justify-content: space-between;
  background: #ECEDF9;
  width: 100%;
  border-radius: 0;
}

.recommended-dementia-carers-wrapper {
  width: 100%;
  background: linear-gradient(180deg, #F5F6FD 0%, rgba(245, 246, 253, 0) 100%);
  padding: 35px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.recommended-dementia-carers-wrapper .container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.recommended-dementia-carers-wrapper .owl-nav,
.recommended-dementia-carers-wrapper .owl-dots {
  display: none;
}

.recommended-dementia-carers-wrapper .owl-carousel {
  position: inherit;
}

.recommended-dementia-carers-wrapper .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  right: 20px;
  margin-top: 15px;
}

.recommended-dementia-carers-wrapper .owl-carousel .owl-nav button.owl-next,
.recommended-dementia-carers-wrapper .owl-carousel .owl-nav button.owl-prev {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  font-size: 30px;
  background: #ECEDF9;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 5px;
}

.recommended-dementia-carers-wrapper .owl-carousel .owl-nav button.owl-next:focus,
.recommended-dementia-carers-wrapper .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.recommended-dementia-carers-wrapper h5 {
  color: #35353F;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  gap: 30px;
  flex-wrap: nowrap;
  overflow: visible;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block {
  border: 1px solid #D3D4E3;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(23, 25, 74, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 265px;
  position: relative;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-profile {
  width: 73px;
  max-width: 73px;
  height: 73px;
  margin-right: 14px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-profile img {
  max-width: 73px;
  min-width: 73px;
  height: 73px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-bubble-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 16px 12px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  min-height: 155px;
  bottom: 0;
  right: 0;
  left: 0;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-bubble-wrapper .carer-bubble-col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: 1px solid #E0E1E6;
  background-color: #fff;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #35353F;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 0;
  margin-top: 5px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-bubble-wrapper .carer-bubble-col.speciality-in {
  border: 1px solid #494FC9;
  background-color: #ECEDF9;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-bubble-wrapper .carer-bubble-col.bubble-more {
  background-color: #494FC9;
  border-color: #494FC9;
  color: #fff;
  font-size: 25px;
  padding: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-weight: 400;
  line-height: 0;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info {
  width: calc(100% - 87px);
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-name-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-name-block .carer-name {
  font-size: 16px;
  font-weight: 700;
  color: #494FC9;
  margin-right: 10px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-name-block .carer-name-rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-name-block .carer-name-rt .fully-booked-block {
  background: #FF6060;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  position: absolute;
  left: -5px;
  top: -5px;
}

@media (max-width: 575.98px) {
  .recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-name-block .carer-name-rt .fully-booked-block {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-weight: 400;
  }
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-experience-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-experience-info p.txt-xs {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-experience-info p.txt-xs:last-child {
  width: 100%;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-experience-info p.txt-xs img {
  margin-right: 7px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-experience-info p.txt-xs span {
  font-weight: 800;
  color: #000;
  margin-right: 4px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-experience-info p.txt-xs::after {
  content: "";
  background-color: #BABABA;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 2px 10px;
  display: inline-block;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-experience-info p.txt-xs:last-child::after {
  content: none;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-near-you-info .carer-experience-info p.txt-xs:nth-child(2)::after {
  content: none;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-list-bt-block {
  margin: 0 -16px -15px -15px;
  width: -webkit-fill-available;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-list-bt-block .carer-list-bt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-list-bt-block .carer-list-bt .btn.btn-ghost {
  display: block;
  padding: 10px 15px 10px 0;
  height: 40px;
  font-size: 14px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-list-bt-block .carer-list-bt .btn.btn-ghost:hover {
  background-color: #fff;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-list-bt-block .carer-list-bt .btn.btn-ghost:focus {
  outline: none;
  box-shadow: none;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-list-bt-block .carer-list-bt .btn.btn-ghost.icon-right img {
  margin-left: 4px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-list-bt-block .carer-list-bt .active-status {
  background-color: #FFF4D9;
  background-image: url(/themes/curam/assets/images/carer-listing/status-bg.webp);
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  -ms-border-radius: 0 0 0 20px;
  -o-border-radius: 0 0 0 20px;
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 0;
  width: calc(100% - 86px);
  height: 40px;
  padding-right: 40px;
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-list-bt-block .carer-list-bt .active-status span {
  font-size: 12px;
  font-weight: 500;
  color: #534236;
}

@media (max-width: 400px) {
  .recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-list-bt-block .carer-list-bt .active-status span {
    font-size: 11px;
  }
}

.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .recommended-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #219653;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.012em;
  color: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  top: -10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.content-area-section {
  padding: 16px 32px;
  background-color: #FCFCFF;
  display: flex;
  flex-direction: column;
}

@media (max-width: 600px) {
  .content-area-section {
    padding: 22px 20px;
  }
}

.content-area-section h1,
.content-area-section h2.content-title {
  color: #35353F;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.012em;
  margin: 0 0 32px 0 !important;
}

@media (max-width: 767.98px) {

  .content-area-section h1,
  .content-area-section h2.content-title {
    font-size: 24px;
    margin: 0 0 24px 0 !important;
  }
}

.content-area-section h1 .highlight-text,
.content-area-section h2.content-title .highlight-text {
  color: #2F349D;
}

.content-area-section .field__wrapper {
  border: 1px solid #ECEDF9 !important;
  position: relative;
}

.content-area-section .field__wrapper.error {
  border: 1px solid #FC7A81 !important;
}

.content-area-section h2 {
  font-size: 30px;
  color: #35353F;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .content-area-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

.content-area-section h3 {
  margin-bottom: 18px;
  font-weight: 700;
  color: #35353F;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.012em;
}

@media (max-width: 767.98px) {
  .content-area-section h3 {
    font-size: 20px;
  }
}

.content-area-section p {
  font-size: 15px;
  color: #35353F;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.014em;
  margin-bottom: 20px;
}

.content-area-section p a, .mail-to-curam-link {
  color: #35353F;
  text-decoration: underline;
  cursor: pointer;
}

.content-area-section .what-section-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 600px) {
  .content-area-section .what-section-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.content-area-section .what-section-content .what-section-list-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  height: 222px;
  padding: 44px 24px;
  width: auto;
  border-bottom: 1px solid #E0E1E6;
  border-right: 1px solid #E0E1E6;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 600px) {
  .content-area-section .what-section-content .what-section-list-card {
    min-height: 222px;
    height: auto;
  }
}

.content-area-section .what-section-content .what-section-list-card * {
  transition: all 0.3s ease-in-out;
}

.content-area-section .what-section-content .what-section-list-card:nth-child(3n) {
  border-right: 0px;
}

@media (max-width: 600px) {
  .content-area-section .what-section-content .what-section-list-card:nth-child(3n) {
    border-right: 1px solid #E0E1E6;
  }
}

@media (max-width: 600px) {
  .content-area-section .what-section-content .what-section-list-card:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .content-area-section .what-section-content .what-section-list-card div+div {
    border-bottom: 0px;
  }
}

.content-area-section .what-section-content .what-section-list-card.border-bottom-transperant {
  border-bottom: 0px;
}

.content-area-section .what-section-content .what-section-list-card:hover {
  border-color: #E0E1E6;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.1);
  background-color: #F5F5FB;
}

.content-area-section .what-section-content .what-section-list-card:hover svg {
  width: 68px;
  min-height: 68px;
}

.content-area-section .what-section-content .what-section-list-card:hover .what-section-list-card-text {
  font-weight: 630;
}

.content-area-section .what-section-content .what-section-list-card svg {
  width: 52px;
  min-height: 52px;
}

.content-area-section .what-section-content .what-section-list-card .what-section-list-card-text {
  color: #424242;
  text-align: center;
  font-weight: 520;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.014em;
}

.content-area-section .home-care-work-block {
  padding: 0px;
  margin-bottom: 20px;
  width: auto;
  min-width: 100%;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.content-area-section .home-care-work-block .home-care-work-block-col {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 1550px) {
  .content-area-section .home-care-work-block .home-care-work-block-col {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .content-area-section .home-care-work-block .home-care-work-block-col {
    flex: 0 0 100%;
    width: 100%;
  }
}

.content-area-section .home-care-work-block .home-care-work-block-col a.section-chips {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  text-decoration: none;
  padding: 19px 20px;
  margin-bottom: 16px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.content-area-section .home-care-work-block .home-care-work-block-col a.section-chips span {
  font-size: 20px;
  font-weight: 700 !important;
  color: #424242 !important;
  text-align: left;
  width: calc(100% - 35px);
}

@media (max-width: 767px) {
  .content-area-section .home-care-work-block .home-care-work-block-col a.section-chips span {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .content-area-section .home-care-work-block .home-care-work-block-col a.section-chips span {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .content-area-section .home-care-work-block .home-care-work-block-col a.section-chips span {
    font-size: 18px;
  }
}

.content-area-section .home-care-work-block .home-care-work-block-col a.section-chips img {
  max-width: 100%;
  height: auto;
  padding: 0;
}

.content-area-section .why-section-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
}

@media (max-width: 600px) {
  .content-area-section .why-section-content {
    gap: 0;
    grid-template-columns: 1fr;
  }
}

.content-area-section .why-section-content .why-section-img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 600px) {
  .content-area-section .why-section-content .why-section-img {
    width: 335px;
    max-width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
}

.content-area-section .why-section-content .why-section-right {
  display: flex;
  flex-direction: column;
}

.content-area-section .benefits-section-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  gap: 24px 44px;
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  .content-area-section .benefits-section-cards {
    gap: 36px 16px;
  }
}

.content-area-section .benefits-section-cards .benefits-section-cards-div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 600px) {
  .content-area-section .benefits-section-cards .benefits-section-cards-div {
    flex-direction: column;
    align-items: flex-start;
  }
}

.content-area-section .benefits-section-cards .benefits-section-cards-div svg {
  width: 80px;
  min-width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-right: 16px;
}

@media (max-width: 600px) {
  .content-area-section .benefits-section-cards .benefits-section-cards-div svg {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.content-area-section .benefits-section-cards .benefits-section-cards-div p.benefits-cards {
  margin: 0;
  font-size: 15px;
  color: #35353F;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.014em;
}

.content-area-section.dementia-home-care h2 {
  margin: 40px 0 24px 0;
}

.content-area-section.dementia-home-care .dementia-home-care-block {
  width: 100%;
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-card .dementia-home-care-item {
  padding: 24px;
  gap: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #E0E1E6;
  border-radius: 12px;
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-card .dementia-home-care-item svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-card .dementia-home-care-item span {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 0;
  font-weight: 600;
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types .dementia-home-care-types-item {
  background: #F5F5FB;
  border: 1px solid #E0E1E6;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

@media (max-width: 600px) {
  .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types .dementia-home-care-types-item {
    padding: 20px;
  }
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types .dementia-home-care-types-item svg {
  margin-bottom: 44px;
}

@media (max-width: 600px) {
  .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types .dementia-home-care-types-item svg {
    margin-bottom: 20px;
  }
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types .dementia-home-care-types-item .dementia-home-care-types-item-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types .dementia-home-care-types-item .dementia-home-care-types-item-info h4 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 0;
  padding: 0px 0px 12px;
  border-bottom: 1px solid #D7D8F3;
  font-weight: 700;
  color: #35353F;
}

@media (max-width: 600px) {
  .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types .dementia-home-care-types-item .dementia-home-care-types-item-info h4 {
    font-size: 17px;
  }
}

.content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types .dementia-home-care-types-item .dementia-home-care-types-item-info p {
  margin: 0;
}

.content-area-section .responsibilities-wrapper {
  width: 100%;
}

.content-area-section .responsibilities-wrapper .services-sub-section-content-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .content-area-section .responsibilities-wrapper .services-sub-section-content-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .content-area-section .responsibilities-wrapper .services-sub-section-content-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.content-area-section .responsibilities-wrapper .services-sub-section-content-cards .services-sub-section-content-cards-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 600px) {
  .content-area-section .responsibilities-wrapper .services-sub-section-content-cards .services-sub-section-content-cards-item {
    flex-direction: row-reverse;
    padding: 12px 20px;
    background: #F5F5FB;
    justify-content: space-between;
  }
}

.content-area-section .responsibilities-wrapper .services-sub-section-content-cards .services-sub-section-content-cards-item .services-sub-section-content-cards-item-img {
  width: 150px;
  height: 150px;
  background: #F5F5FB;
  margin-bottom: 36px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .content-area-section .responsibilities-wrapper .services-sub-section-content-cards .services-sub-section-content-cards-item .services-sub-section-content-cards-item-img {
    width: 100px;
    height: auto;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.content-area-section .responsibilities-wrapper .services-sub-section-content-cards .services-sub-section-content-cards-item h5 {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 0;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 600px) {
  .content-area-section .responsibilities-wrapper .services-sub-section-content-cards .services-sub-section-content-cards-item h5 {
    text-align: left;
    width: calc(100% - 100px);
    font-size: 15px;
  }
}

.content-area-section .how-section-wrapper h5 {
  font-size: 20px;
  font-weight: 800;
  color: #35353F;
  margin-bottom: 25px;
}

.content-area-section .how-section-wrapper h5 span {
  color: #494FC9;
}

.content-area-section .how-section-wrapper .how-it-works-block {
  padding: 30px 20px;
  border: 1px solid #BEC0EC;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: -12px;
  margin-right: -12px;
  width: 100%;
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  .content-area-section .how-section-wrapper .how-it-works-block {
    flex-wrap: wrap;
    padding: 30px 20px;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .content-area-section .how-section-wrapper .how-it-works-block {
    border: 0;
    padding: 0;
  }
}

.content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 991.98px) {
  .content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col {
    flex: 0 0 100%;
    width: 100%;
  }
}

.content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info {
    flex-direction: row;
  }
}

.content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-head {
    flex-direction: column;
    width: 80px;
  }
}

.content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-head .how-info-num {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../themes/curam/assets/images/icons/num-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-head .how-info-num h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 0;
  color: #494FC9;
  margin: 0;
}

.content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-head .how-info-line {
  width: calc(100% - 80px);
  height: 4px;
  background-color: #F5F5FB;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

@media (max-width: 991.98px) {
  .content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-head .how-info-line {
    width: 4px;
    height: calc(100% - 60px);
    margin-top: 10px;
  }
}

.content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-text {
  padding-left: 22px;
}

@media (max-width: 991.98px) {
  .content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-text {
    margin-top: 15px;
  }
}

.content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 0;
  color: #35353F;
  margin-bottom: 20px;
}

.content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-text p {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #676779;
  letter-spacing: 0.014em;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .content-area-section .how-section-wrapper .how-it-works-block .how-it-works-col .how-it-works-info .how-it-works-info-text p {
    margin-bottom: 20px;
  }
}

.content-area-section .how-section-content-wrapper {
  width: 100%;
}

.content-area-section .how-section-content-wrapper .how-section-content {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  grid-auto-flow: column;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .content-area-section .how-section-content-wrapper .how-section-content {
    display: flex;
    flex-direction: column;
  }
}

.content-area-section .how-section-content-wrapper .how-section-content .how-section-content-item {
  display: grid;
  align-items: start;
  align-content: start;
  gap: 8px;
}

.content-area-section .how-section-content-wrapper .how-section-content .how-section-content-item .how-section-content-item-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.content-area-section .how-section-content-wrapper .how-section-content .how-section-content-item .how-section-content-item-title .number {
  padding: 10px 12px;
  gap: 10px;
  background: #494FC9;
  border-radius: 100px;
  font-weight: 690;
  font-size: 15px;
  line-height: 140%;
  color: #FCFCFF;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.content-area-section .how-section-content-wrapper .how-section-content .how-section-content-item .how-section-content-item-title h2 {
  color: #35353F;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 0;
}

.content-area-section .how-section-content-wrapper .how-section-content .how-section-content-item p.how-it-works-description {
  padding: 0px 0px 0px 52px;
  color: #676779;
  font-weight: 520;
  line-height: 1.4;
}

.content-area-section .how-section-serch-block {
  display: flex;
  flex-direction: column;
}

.content-area-section .how-section-serch-block h3.how-section-serch-block-text {
  margin-bottom: 24px;
  font-weight: 700;
  color: #35353F;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.012em;
}

.content-area-section .how-section-serch-block h3.how-section-serch-block-text span {
  color: #2F349D;
}

.content-area-section form {
  display: flex;
  gap: 12px;
  max-width: 518px;
}

.content-area-section .curam-banner-search {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 100%;
  position: relative;
}

.content-area-section .curam-banner-search .field__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 16px;
  gap: 16px;
  background: #fff;
  border: 1px solid #ECEDF9;
  border-radius: 12px;
  width: 100%;
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.content-area-section .curam-banner-search .field__wrapper.error {
  border: 1px solid #FC7A81 !important;
}

.content-area-section .curam-banner-search .txt-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}

@media (max-width: 767px) {
  .content-area-section .curam-banner-search .txt-search-btn {
    display: none;
  }
}

.content-area-section.cost-calculator-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main {
  display: grid;
  grid-auto-columns: 1fr 1fr 1fr;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-left-content {
  overflow: hidden;
  grid-row: 1;
  grid-column: 3/4;
  border-radius: 0px 12px 12px 0px;
  -webkit-border-radius: 0px 12px 12px 0px;
  -moz-border-radius: 0px 12px 12px 0px;
  -ms-border-radius: 0px 12px 12px 0px;
  -o-border-radius: 0px 12px 12px 0px;
}

@media (max-width: 600px) {
  .content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-left-content {
    display: none;
  }
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-left-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 32px;
  background: #F5F5FB;
  border-radius: 12px 0px 0px 12px;
  max-width: 100%;
  grid-column: 1/3;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content .cost-calculator-right-content-header {
  display: flex;
  flex-direction: column;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content .cost-calculator-right-content-header svg {
  margin-bottom: 16px;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content .cost-calculator-right-content-header h2 {
  margin-bottom: 24px;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content p.cost-calculator-right-content-txt {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  color: #676779;
  font-weight: 700;
  margin-bottom: 24px;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content p.cost-calculator-input-info-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  letter-spacing: 0.014em;
  color: #676779;
  margin-top: 24px;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content .cost-calculator-right-input {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content .cost-calculator-right-input .cost-calculator-right-input-title {
  font-weight: 500;
  line-height: 1.4;
  color: #35353F;
  font-size: 15px;
  margin-bottom: 24px;
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content .cost-calculator-right-input .cost-calculator-input-content {
  display: flex;
  position: relative;
}

@media (max-width: 600px) {
  .content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content .cost-calculator-right-input .cost-calculator-input-content {
    flex-direction: column;
  }
}

.content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content .cost-calculator-right-input .cost-calculator-input-content button {
  white-space: nowrap;
  margin-left: 8px;
}

@media (max-width: 600px) {
  .content-area-section.cost-calculator-wrapper .cost-calculator-main .cost-calculator-right-content .cost-calculator-right-input .cost-calculator-input-content button {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }
}

.content-area-section .how-to-pay-section-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}

.content-area-section .how-to-pay-section-2 h4 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 0;
  color: #35353F;
  margin-bottom: 32px;
}

.content-area-section .how-to-pay-section-2 .how-to-pay-section-sub-body-points {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
}

.content-area-section .how-to-pay-section-2 .how-to-pay-section-sub-body-points ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: 100%;
  margin: 0px;
}

@media (max-width: 600px) {
  .content-area-section .how-to-pay-section-2 .how-to-pay-section-sub-body-points ol {
    grid-template-columns: repeat(1, 1fr);
  }
}

.content-area-section .how-to-pay-section-2 .how-to-pay-section-sub-body-points ol li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 20px 32px;
  gap: 24px;
  isolation: isolate;
  width: 100%;
  height: auto;
  align-self: stretch;
  background: #FFFFFF;
  border: 1px solid #D7D8F3;
  border-radius: 12px;
  position: relative;
}

.content-area-section .how-to-pay-section-2 .how-to-pay-section-sub-body-points ol li p {
  font-weight: 600;
  margin: 0;
}

.content-area-section .how-to-pay-section-2 .how-to-pay-section-sub-body-points ol li p a {
  color: #35353F;
  text-decoration: underline;
}

.content-area-section .how-to-pay-section-2 .how-to-pay-section-sub-body-points ol li .numbering-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 10px;
  position: absolute;
  width: 28px;
  height: 28px;
  left: -5.5px;
  top: -7px;
  background: #FCFCFF;
  border: 1px solid #494FC9;
  border-radius: 100px;
}

.content-area-section .how-to-pay-section-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}

.content-area-section .how-to-pay-section-3 .faq-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.content-area-section .how-to-pay-section-3 .faq-item h2.faq-cell-header {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #35353F;
  margin: 0 !important;
  padding: 0;
  width: 100%;
}

.content-area-section .how-to-pay-section-3 .faq-item h2.faq-cell-header button {
  display: flex;
  flex-direction: row;
  align-items: flex-start !important;
  padding: 15px 24px;
  margin: 0;
  background: transparent !important;
  text-align: left;
  align-items: center;
  width: 100%;
  outline: unset !important;
  box-shadow: unset !important;
}

@media (max-width: 600px) {
  .content-area-section .how-to-pay-section-3 .faq-item h2.faq-cell-header button {
    padding: 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.content-area-section .how-to-pay-section-3 .faq-item h2.faq-cell-header button svg {
  width: 32px;
  height: 32px;
}

.content-area-section .how-to-pay-section-3 .faq-item h2.faq-cell-header button svg.open {
  display: none;
}

.content-area-section .how-to-pay-section-3 .faq-item h2.faq-cell-header button svg.collpsed {
  display: block;
}

.content-area-section .how-to-pay-section-3 .faq-item h2.faq-cell-header button .faq-icon {
  margin-right: 15px;
}

.content-area-section .how-to-pay-section-3 .faq-item h2.faq-cell-header button .faq-item-title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 0;
  font-weight: 700;
  color: #35353F;
}

@media (max-width: 600px) {
  .content-area-section .how-to-pay-section-3 .faq-item h2.faq-cell-header button .faq-item-title {
    font-size: 15px;
  }
}

.content-area-section .how-to-pay-section-3 .faq-item .faq-item-content {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 24px 0px 80px;
}

@media (max-width: 600px) {
  .content-area-section .how-to-pay-section-3 .faq-item .faq-item-content {
    padding: 10px;
  }
}

.content-area-section .how-to-pay-section-3 .faq-item .faq-item-content p {
  font-weight: 500;
  margin-bottom: 20px;
}

.content-area-section .how-to-pay-section-3 .faq-item .faq-item-content p:last-child {
  margin-bottom: 0;
}

.content-area-section .how-to-pay-section-3 .faq-item.active {
  background: #F5F5FB;
}

.content-area-section .how-to-pay-section-3 .faq-item.active h2.faq-cell-header button {
  padding-bottom: 0;
}

.content-area-section .how-to-pay-section-3 .faq-item.active h2.faq-cell-header button svg {
  width: 32px;
  height: 32px;
}

.content-area-section .how-to-pay-section-3 .faq-item.active h2.faq-cell-header button svg.open {
  display: block;
}

.content-area-section .how-to-pay-section-3 .faq-item.active h2.faq-cell-header button svg.collpsed {
  display: none;
}

.content-area-section .how-to-pay-section-3 .faq-item.active .faq-item-content {
  display: flex !important;
  padding-bottom: 32px;
  padding-top: 20px;
}

.content-area-section .how-to-pay-section-3 .faq-item.active .faq-item-content ul {
  padding-left: 17px;
  padding-bottom: 10px;
}

.content-area-section .why-choose-curam-section-sub-section2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
}

.content-area-section .why-choose-curam-section-sub-section2 .why-choose-curam-section-sub-section2-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  background: #FCFCFF;
  border: 1px solid #E0E1E6;
  border-radius: 8px;
}

.content-area-section .why-choose-curam-section-sub-section2 .why-choose-curam-section-sub-section2-card h4 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin: 0;
  color: #35353F;
  font-weight: 700;
  margin: 16px 0;
}

@media (max-width: 600px) {
  .content-area-section .why-choose-curam-section-sub-section2 .why-choose-curam-section-sub-section2-card h4 {
    font-size: 17px;
  }
}

.content-area-section .why-choose-curam-section-sub-section2 .why-choose-curam-section-sub-section2-card p {
  font-weight: 500;
  margin: 0 0 16px 0;
}

.content-area-section .why-choose-curam-section-sub-section2 .why-choose-curam-section-sub-section2-card p:last-child {
  margin: 0;
}

.content-area-section .find-n-hire-section-search {
  margin-bottom: 20px;
}

.content-area-section .find-n-hire-section-search h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #35353F;
  margin-bottom: 24px;
  margin-top: 24px;
}

@media (max-width: 600px) {
  .content-area-section .find-n-hire-section-search h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.content-area-section.happy-clients-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  background: #F5F5FB;
}

.content-area-section.happy-clients-section .happy-clients-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 600px) {
  .content-area-section.happy-clients-section .happy-clients-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.content-area-section.happy-clients-section .happy-clients-content .happy-clients-content-points {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;
}

.content-area-section.happy-clients-section .happy-clients-content .happy-clients-content-points .happy-clients-content-points-p1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
}

.content-area-section.happy-clients-section .happy-clients-content .happy-clients-content-points .happy-clients-content-points-p1 svg {
  width: 44px;
  height: 44px;
  margin-right: 16px;
}

.content-area-section.happy-clients-section .happy-clients-content .happy-clients-content-points .happy-clients-content-points-p1 p {
  margin: 0;
}

.content-area-section.happy-clients-section .happy-clients-content .happy-clients-content-image img {
  max-height: 320px;
  border-radius: 16px;
}

@media (max-width: 600px) {
  .content-area-section.happy-clients-section .happy-clients-content .happy-clients-content-image img {
    top: 0;
    width: 100%;
    max-height: 383px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 45px;
  }
}

.content-area-section .statistics-content-grid {
  display: grid;
  padding: 0px;
  border-radius: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  justify-items: center;
  align-content: center;
}

@media (max-width: 600px) {
  .content-area-section .statistics-content-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.content-area-section .statistics-content-grid .statistics-content-grid-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  width: 100%;
  background: #FCFCFF;
  border: 1px solid #E0E1E6;
}

.content-area-section .statistics-content-grid .statistics-content-grid-card:first-child {
  border-radius: 12px 0px 0px 0px;
  -webkit-border-radius: 12px 0px 0px 0px;
  -moz-border-radius: 12px 0px 0px 0px;
  -ms-border-radius: 12px 0px 0px 0px;
  -o-border-radius: 12px 0px 0px 0px;
}

.content-area-section .statistics-content-grid .statistics-content-grid-card:nth-child(3) {
  border-radius: 0 12px 0px 0px;
}

.content-area-section .statistics-content-grid .statistics-content-grid-card:nth-child(4) {
  border-radius: 0px 0px 0px 12px;
}

.content-area-section .statistics-content-grid .statistics-content-grid-card:last-child {
  border-radius: 0px 0px 12px 0px;
}

@media (max-width: 600px) {
  .content-area-section .statistics-content-grid .statistics-content-grid-card:nth-child(2) {
    border-radius: 0 12px 0px 0px;
  }

  .content-area-section .statistics-content-grid .statistics-content-grid-card:nth-child(5) {
    border-radius: 0 0px 0px 12px;
  }
}

.content-area-section .statistics-content-grid .statistics-content-grid-card svg {
  margin-bottom: 4px;
}

.content-area-section .statistics-content-grid .statistics-content-grid-card h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.012em;
  color: #35353F;
  margin-bottom: 4px;
}

.content-area-section .statistics-content-grid .statistics-content-grid-card p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.012em;
  color: #35353F;
  margin: 0;
}

.content-area-section.statistics-trustpilot-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #EDF2EA;
}

.content-area-section.statistics-trustpilot-section .statistics-trustpilot-section-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 20px;
  width: 100%;
  margin-bottom: 32px;
}

.content-area-section.statistics-trustpilot-section .statistics-trustpilot-section-1 h1 {
  margin-bottom: 32px;
}

.content-area-section.statistics-trustpilot-section .statistics-trustpilot-section-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  width: 100%;
  overflow-x: auto;
}

.content-area-section.statistics-trustpilot-section .statistics-trustpilot-section-2 .statistics-trustpilot-section-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  padding: 0px 20px;
  gap: 24px;
  /* flex-wrap         : wrap; */
  width: 100%;
}

@media (max-width: 600px) {
  .content-area-section.statistics-trustpilot-section .statistics-trustpilot-section-2 .statistics-trustpilot-section-body {
    grid-template-columns: 1fr;
  }
}

.content-area-section.statistics-trustpilot-section .statistics-trustpilot-section-2 .statistics-trustpilot-section-body .statistics-trustpilot-section-body-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  gap: 12px;
  background: #FFFFFF;
  border-width: 0px 3px 3px 0px;
  border-style: solid;
  border-color: #D7D8F3;
  border-radius: 24px;
}

@media (max-width: 600px) {
  .content-area-section.statistics-trustpilot-section .statistics-trustpilot-section-2 .statistics-trustpilot-section-body .statistics-trustpilot-section-body-card {
    width: 100%;
  }

  .content-area-section.statistics-trustpilot-section .statistics-trustpilot-section-2 .statistics-trustpilot-section-body .statistics-trustpilot-section-body-card.hide-mob {
    display: none;
  }
}

.download-app-wrapper {
  width: 100%;
  margin: 35px 0 0 0;
  padding-top: 30px;
  background: rgb(236, 237, 249);
  background: linear-gradient(0deg, rgb(236, 237, 249) 66%, rgb(255, 255, 255) 67%);
}

@media (max-width: 1365px) {
  .download-app-wrapper {
    background: rgb(236, 237, 249);
    background: linear-gradient(0deg, rgb(236, 237, 249) 70%, rgb(255, 255, 255) 67%);
  }
}

@media (max-width: 1180px) {
  .download-app-wrapper {
    background: rgb(236, 237, 249);
    background: linear-gradient(0deg, rgb(236, 237, 249) 100%, rgb(255, 255, 255) 67%);
  }
}

@media (max-width: 600px) {
  .download-app-wrapper {
    background: transparent;
  }
}


.download-app-wrapper .download-app-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .download-app-wrapper .download-app-block {
    flex-wrap: wrap;
  }
}

.download-app-wrapper .download-app-block .download-app-block-lt {
  flex: 0 0 30%;
  width: 30%;
  line-height: 0;
}

@media (max-width: 767px) {
  .download-app-wrapper .download-app-block .download-app-block-lt {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }

  .download-app-wrapper .download-app-block .download-app-block-lt img {
    max-width: 300px;
    height: auto;
  }
}

.download-app-wrapper .download-app-block .download-app-block-rt {
  flex: 0 0 60%;
  width: 60%;
}

@media (max-width: 767px) {
  .download-app-wrapper .download-app-block .download-app-block-rt {
    flex: 0 0 100%;
    width: 100%;
    padding: 24px 15px 5px 15px;
  }
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info {
  max-width: 700px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .download-app-wrapper .download-app-block .download-app-block-rt .download-app-info {
    text-align: center;
  }
}

@media (max-width: 1499px) {
  .download-app-wrapper .download-app-block .download-app-block-rt .download-app-info {
    margin-bottom: 30px;
  }
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info h4 {
  margin-bottom: 16px;
  color: #212121;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .download-app-wrapper .download-app-block .download-app-block-rt .download-app-info h4 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .download-app-wrapper .download-app-block .download-app-block-rt .download-app-info h4 {
    font-size: 17px;
  }
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info p {
  font-size: 17px;
  color: #616161;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .download-app-wrapper .download-app-block .download-app-block-rt .download-app-info p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .download-app-wrapper .download-app-block .download-app-block-rt .download-app-info p {
    font-size: 14px;
  }
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info .download-app-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .download-app-wrapper .download-app-block .download-app-block-rt .download-app-info .download-app-btns {
    justify-content: center;
  }
}

.download-app-wrapper .download-app-block .download-app-block-rt .download-app-info .download-app-btns a {
  margin-right: 10px;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
  max-width: 100%;
}

.d-none {
  display: none !important;
}

section#blog-section {
  padding-top: 64px;
}

@media (max-width: 599px) {
  section#blog-section {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

section#blog-section .container {
  max-width: 1536px;
}

section#blog-section .blog-section-wrapper {
  display: grid;
}

section#blog-section .blog-section-wrapper h2 {
  color: #35353F;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.012em;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  section#blog-section .blog-section-wrapper h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  section#blog-section .blog-section-wrapper {
    padding: 0px 24px;
    gap: 44px;
  }
}

section#blog-section .blog-section__contents {
  display: grid;
  grid-template-rows: 1fr auto;
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  section#blog-section .blog-section__contents {
    gap: 44px;
  }
}

section#blog-section .blog-section__contents-items {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 992px) {
  section#blog-section .blog-section__contents-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 599px) {
  section#blog-section .blog-section__contents-items {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  section#blog-section .blog-section__contents-items {
    gap: 20px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  section#blog-section .blog-section__contents-items {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  section#blog-section .blog-section__contents-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

section#blog-section .blog-section__contents-items .blog {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  transition: all;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: 200ms;
}

section#blog-section .blog-section__contents-items .blog:active .blog-content,
section#blog-section .blog-section__contents-items .blog:visited .blog-content {
  background-color: #D7D8F3;
}

section#blog-section .blog-section__contents-items .blog:hover .blog-content {
  background-color: #ECEDF9;
}

section#blog-section .blog-section__contents-items .blog:focus {
  box-shadow: 0px 0px 0px 4px #A2A5E4;
  outline: 0;
  -webkit-appearance: none;
}

section#blog-section .blog-section__contents-items .blog:focus .blog-content {
  background-color: #fff;
}

section#blog-section .blog-section__contents-items .blog img {
  width: 100%;
  height: 273px !important;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  max-height: 273px;
}

@media (max-width: 767px) {
  section#blog-section .blog-section__contents-items .blog img {
    height: 165px !important;
    max-height: 165px;
  }
}

section#blog-section .blog-section__contents-items .blog .blog-content {
  display: grid;
  padding: 24px;
  gap: 13px;
  flex: 1;
}

section#blog-section .blog-section__contents-items .blog .blog-content .blog-content__header {
  display: none;
  justify-content: space-between;
}

section#blog-section .blog-section__contents-items .blog .blog-content .blog-content__header .blog-content-tag {
  padding: 6px 14px;
  gap: 12px;
  border: 1px solid #494FC9;
  border-radius: 50px;
  color: #494FC9;
  display: flex;
}

section#blog-section .blog-section__contents-items .blog .blog-content {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 0 0 12px 12px;
  grid-auto-rows: 1fr auto;
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  section#blog-section .blog-section__contents-items .blog .blog-content {
    padding: 24px;
    gap: 16px;
  }
}

section#blog-section .blog-section__contents-items .blog .blog-content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

section#blog-section .blog-section__contents-items .blog .blog-content h5 {
  font-size: 20px;
  font-weight: 800;
  color: #212121;
}

section#blog-section .blog-section__contents-items .blog .blog-content__footer {
  display: flex;
  align-items: center;
  gap: 9px;
}

section#blog-section .blog-section__contents-items .blog .blog-content__footer p {
  color: #9e9e9e;
}

@media (max-width: 992px) {
  section#blog-section .blog-section__contents-items .blog .blog-content__footer {
    flex-wrap: wrap;
  }
}

section#blog-section .blog-section__contents-items .blog:hover {
  background-color: #ECEDF9;
}

section#blog-section .blog-section__contents-items .blog:focus {
  background-color: #ECEDF9;
}

section#blog-section .blog-section__contents-items {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  section#blog-section .blog-section__contents-items {
    grid-template-columns: 1fr 1fr 1fr;
    overflow: auto;
    gap: 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  section#blog-section .blog-section__contents-items .blog {
    min-width: 300px;
  }
}

.view-all-blogs {
  width: 100%;
  text-align: left;
}

@media (max-width: 767px) {
  .view-all-blogs {
    text-align: center;
  }
}

/*------------------------ Revised cost calculator css --------------------------------------*/

.cost_calculator-wrapper {
  background-color: #fff;
  border: 1px solid #494FC9;
  padding: 30px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.cost_calculator-wrapper .cost-calculator_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_info {
  flex: 0 0 55%;
  width: 55%;
}

@media (max-width: 1500px) {
  .cost_calculator-wrapper .cost-calculator_block .cost-calculator_info {
    flex: 0 0 60%;
    width: 60%;
  }
}

@media (max-width: 767px) {
  .cost_calculator-wrapper .cost-calculator_block .cost-calculator_info {
    flex: 0 0 100%;
    width: 100%;
  }
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator_info-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator_info-head .number-img {
  width: 48px;
  max-width: 48px;
  height: auto;
  margin-right: 25px;
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator_info-head h2 {
  font-size: 28px;
  color: #35353F;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.012em;
  margin-bottom: 0;
}

@media (max-width: 1380px) {
  .cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator_info-head h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator_info-head h5 {
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 1380px) {
  .cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator_info-head h5 {
    font-size: 16px;
  }
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator-right-input {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator-right-input .cost-calculator-input-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 600px) {
  .cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator-right-input .cost-calculator-input-content {
    flex-direction: column;
  }
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator-right-input .cost-calculator-input-content button {
  white-space: nowrap;
  margin-left: 8px;
}

@media (max-width: 600px) {
  .cost_calculator-wrapper .cost-calculator_block .cost-calculator_info .cost-calculator-right-input .cost-calculator-input-content button {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_info p {
  font-size: 17px;
  color: #676779;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 10px;
  max-width: 600px;
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_img {
  flex: 0 0 40%;
  width: 40%;
}

@media (max-width: 1500px) {
  .cost_calculator-wrapper .cost-calculator_block .cost-calculator_img {
    flex: 0 0 35%;
    width: 35%;
  }
}

@media (max-width: 767px) {
  .cost_calculator-wrapper .cost-calculator_block .cost-calculator_img {
    display: none;
  }
}

.cost_calculator-wrapper .cost-calculator_block .cost-calculator_img img {
  max-width: 100%;
  height: auto;
}

/*------------------------- custom developer css --------------------------*/

#cookie_policy_div_id,
#curamcare-cookie-banner {
  display: none;
}

.heading-h3 {
  font-size: 24px;
  font-weight: 690;
  line-height: 1.4;
  letter-spacing: .012em;
  margin: 0;
}

/* hourly care */
.hourly-care-work {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.hourly-care-work-lt {
  width: calc(100% - 310px);
}

@media (max-width:767.98px) {
  .hourly-care-work-lt {
    width: 100%;
  }
}

img.hourly-care-work-img-lg {
  max-width: 290px;
  height: auto;
  border-radius: 12px;
}

@media (max-width:767.98px) {
  img.hourly-care-work-img-lg {
    display: none;

  }
}

img.hourly-care-work-img-sm {
  display: none;
}

@media (max-width:767.98px) {
  img.hourly-care-work-img-sm {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 12px;
    margin: auto;

  }
}

.visiting-hourly-care-cst-cls .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types,
.hour-home-care-cst-cls .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 32px;
}

.visiting-hourly-care-cst-cls .content-area-section .why-section-content .why-section-img {
  width: 150px;
  border-radius: 200px 200px 0 500px;
  -webkit-border-radius: 200px 200px 0 500px;
  -moz-border-radius: 200px 200px 0 500px;
  -ms-border-radius: 200px 200px 0 500px;
  -o-border-radius: 200px 200px 0 500px;
}

@media (max-width:600px) {

  .visiting-hourly-care-cst-cls .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types,
  .hour-home-care-cst-cls .content-area-section.dementia-home-care .dementia-home-care-block .dementia-home-care-types {
    grid-template-columns: repeat(1, 1fr);
  }

  .visiting-hourly-care-cst-cls .content-area-section .why-section-content .why-section-img {
    width: 335px;
  }
}

.content-area-section.happy-clients-section h2.content-title {
  margin-bottom: 0 !important;
}

/* Overnight Care */

.night-carer-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}

@media (max-width:767.98px) {
  .night-carer-type {
    grid-template-columns: 1fr;
  }
}

.night-carer-type-col {
  padding: 32px;
  background: #fff;
  border: 1px solid #ecedf9;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.night-carer-type-col-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}

.night-carer-type-col-head h4 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: .012em;
  margin: 16px 0 0;
}

.night-carer-type-col-body {
  display: flex;
  flex-direction: column;
  max-width: 318px;
}

.night-carer-type-col-body p {
  font-weight: 520;
  font-size: 14px;
  color: #676779;
  margin-bottom: 24px;
}

.night-carer-type-col-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 16px;
}

.night-carer-type-col-points-detail {
  display: flex;
  margin-bottom: 16px;
}

.night-carer-type-col-points-icon {
  margin-right: 12px;
}

.night-carer-type-col-points-text {
  color: #35353f;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .014em;
}

.why-section-content-points {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 12px;
  margin-top: 40px;
}

.why-section-content-point-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-section-content-point-detail span.why-section-content-point-detail__icon {
  margin-bottom: 14px;
  text-align: center;
}

.why-section-content-point-detail span.why-section-content-point-detail__text {
  color: #35353f;
  font-weight: 520;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .014em;
  text-align: center;
}

.carer__care-services-body {
  display: flex;
  flex-direction: column;
}

.carer__care-services-body .carer__care-services-body-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  background: #fff;
  border: 1px solid #e0e1e6;
  border-radius: 12px;
  margin-bottom: 18px;
}

.carer__care-services-body .carer__care-services-body-card .carer__care-services-body-card-icon {
  margin-bottom: 18px;
}

.carer__care-services-body .carer__care-services-body-card .carer__care-services-body-card-text {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .012em;
  margin: 0;
  font-weight: 700;
  margin-bottom: 18px;
}


/* live-in care */


.how-does-works-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  isolation: isolate;
  margin-top: 32px;
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .how-does-works-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 599px) {
  .how-does-works-points {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .how-does-works-points {
    grid-template-columns: 1fr;
  }
}

.how-does-works-points .how-does-works-points-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn {
  padding: 12px;
  gap: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 690;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.012em;
  color: #35353F;
  border: 1px solid #E0E1E6;
  border-radius: 12px;
  position: relative;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn .how-does-works-points-icons {
  width: 32px;
  height: 32px;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn[data-state=active] {
  background-color: #ECEDF9;
  color: #494FC9;
  border-color: #ECEDF9;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn[data-state=active] svg.active-icon {
  display: block;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn[data-state=active] svg.normal-icon {
  display: none;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn[data-state=active]::after {
  content: "";
  border-radius: 1px;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 10px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ECEDF9;
  right: -10px;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn svg.active-icon {
  display: none;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn:hover {
  background-color: #F5F5FB;
  color: #494FC9;
  border-color: #F5F5FB;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn:hover svg.active-icon {
  display: block;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn:hover svg.normal-icon {
  display: none;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn:focus {
  background-color: #F5F5FB;
  color: #494FC9;
  box-shadow: 0px 0px 0px 2px #A2A5E4;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn:focus svg.active-icon {
  display: block;
}

.how-does-works-points .how-does-works-points-left .how-does-works-points-btn:focus svg.normal-icon {
  display: none;
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .how-does-works-points .how-does-works-points-left {
    display: none;
  }
}

@media (max-width: 599px) {
  .how-does-works-points .how-does-works-points-left {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .how-does-works-points .how-does-works-points-left {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .how-does-works-points-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 599px) {
  .how-does-works-points-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .how-does-works-points-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.how-does-works-points-right .content-panel {
  background: #F5F5FB;
  gap: 28px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .how-does-works-points-right .content-panel {
    display: flex !important;
    gap: 20px;
  }
}

@media (max-width: 599px) {
  .how-does-works-points-right .content-panel {
    display: flex !important;
    gap: 20px;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .how-does-works-points-right .content-panel {
    display: flex !important;
    gap: 20px;
  }
}

.how-does-works-points-right .content-panel .content-panel-item {
  display: none;
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .how-does-works-points-right .content-panel .content-panel-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 599px) {
  .how-does-works-points-right .content-panel .content-panel-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .how-does-works-points-right .content-panel .content-panel-item {
    display: flex !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.how-does-works-points-right .content-panel .content-panel-item span {
  font-weight: 690;
  font-size: 17px;
  color: #35353F;
  letter-spacing: 0.012em;
  line-height: 1.4;
}

.how-does-works-points-right .content-panel .content-panel-item span svg {
  width: 20px;
  height: 20px;
}

.how-does-works-points-right .content-panel .content-panel-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 992px) {
  .how-does-works-points-right .content-panel .content-panel-detail {
    display: flex !important;
  }
}

.how-does-works-points-right p {
  font-weight: 630;
  color: #676779;
}

.how-does-works-points-right p a {
  color: #676779;
}

/*----------------*/


.why-section {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section .why-section-content-heading.element-hide-desk.who-need-24-hours-care__heading {
    display: block;
  }
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .why-section .why-section-content-heading.element-hide-desk.who-need-24-hours-care__heading {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section .why-section-content-heading.element-hide-desk {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section .why-section-content-heading.element-hide-responsive.who-need-24-hours-care__heading {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .why-section .why-section-content-heading.element-hide-responsive.who-need-24-hours-care__heading {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section .why-section-content-heading.element-hide-responsive {
    display: block;
  }
}

.why-section .why-section-header .why-section-header-body {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.why-section .why-section-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
}

.why-section .why-section-content.live-in-care-seo-page__why-section {
  gap: 32PX;
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .why-section .why-section-content.who-need-24-hours-care__wrapper {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section .why-section-content.who-need-24-hours-care__wrapper {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 599px) {
  .why-section .why-section-content.who-need-24-hours-care__wrapper {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .why-section .why-section-content.who-need-24-hours-care__wrapper {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .why-section .why-section-content {
    gap: 44px;
  }
}

@media (max-width: 599px) {
  .why-section .why-section-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.why-section .why-section-content .why-section__left-img {
  width: 300px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.why-section .why-section-content .why-section__left-img.hourly-seo-page-why-section__left-img {
  border-radius: 0;
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .why-section .why-section-content .why-section__left-img {
    width: 311px;
    height: auto;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section .why-section-content .why-section__left-img {
    width: 311px;
    height: auto;
  }
}

@media (max-width: 599px) {
  .why-section .why-section-content .why-section__left-img {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 431px;
  }
}



.why-section .why-section-content .who-needs-24-hour__left-img {
  width: 304px;
  height: 355px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.why-section .why-section-content .who-needs-24-hour__left-img.hourly-seo-page-why-section__left-img {
  border-radius: 200px 200px 0px 500px;
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .why-section .why-section-content .who-needs-24-hour__left-img {
    width: 603px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section .why-section-content .who-needs-24-hour__left-img {
    width: 603px;
  }
}

@media (max-width: 599px) {
  .why-section .why-section-content .who-needs-24-hour__left-img {
    width: 335px;
    height: 328px;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .why-section .why-section-content .who-needs-24-hour__left-img {
    width: 221px;
    height: 100%;
  }
}

.why-section .why-section-content .why-section-content-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.why-section .why-section-content .why-section-content-text .why-section-content-text-para {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section.overnight__why-section {
    gap: 32px;
  }
}

.why-section.overnight__why-section .why-section-content {
  gap: 32px;
}

.why-section.overnight__why-section .why-section-content .why-section__left-img {
  width: 202px;
  height: 260px;
  border-radius: 109px 108px 167px 0px;
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section.overnight__why-section .why-section-content .why-section__left-img {
    width: 202px;
    height: 193px;
  }
}

@media (max-width: 599px) {
  .why-section.overnight__why-section .why-section-content .why-section__left-img {
    width: 335px;
    height: 282px;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .why-section.overnight__why-section .why-section-content .why-section__left-img {
    width: 202px;
    height: 172px;
  }
}

.why-section.overnight__why-section .why-section-content-points {
  display: grid;
  grid-template-columns: repeat(4, auto);
  padding: 0px 58px 0px 0px;
  gap: 12px;
}

@media (max-width: 599px) {
  .why-section.overnight__why-section .why-section-content-points {
    padding: 0px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .why-section.overnight__why-section .why-section-content-points {
    padding: 0px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section.overnight__why-section .why-section-content-points {
    padding: 0px;
  }
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .why-section.overnight__why-section .why-section-content-points {
    padding: 0px;
  }
}

.why-section.overnight__why-section .why-section-content-points .why-section-content-point-detail {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.why-section.overnight__why-section .why-section-content-points .why-section-content-point-detail span {
  color: #35353F;
  font-weight: 520;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.014em;
  text-align: center;
}

.why-section.overnight__why-section .why-section-content-points.reponsive-section {
  display: none;
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .why-section.overnight__why-section .why-section-content-points.reponsive-section {
    display: grid;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section.overnight__why-section .why-section-content-points.reponsive-section {
    display: grid;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .why-section.overnight__why-section .why-section-content-points.reponsive-section {
    display: grid;
  }
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .why-section.overnight__why-section .why-section-content-points.desktop-section {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .why-section.overnight__why-section .why-section-content-points.desktop-section {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 980px) and (orientation: landscape) {
  .why-section.overnight__why-section .why-section-content-points.desktop-section {
    display: none;
  }
}

@media (max-width: 599px) {
  .why-section.overnight__why-section .why-section__left-img {
    order: -1;
  }
}

/*-------------------------------*/


.how-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 8px;
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .how-section {
    flex-direction: column-reverse;
  }
}

@media (max-width: 599px) {
  .how-section {
    flex-direction: column-reverse;
  }
}

.how-section .content-title.element-hide-desk {
  order: 1;
}

.how-section .how-section-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.how-section .how-section-left .how-section-info {
  gap: 32px;
}

.how-section .how-section-left .how-section-info .heading-h1 {
  color: #35353F;
}

.how-section .how-section-left .how-section-info .how-section-info-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}

.how-section .how-section-left .how-section-info .how-section-info-body.align-items-auto {
  align-items: inherit;
}

.how-section .how-section-right {
  width: 291px;
  height: 268px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  margin-left: 32px;
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .how-section .how-section-right {
    width: 243px;
    height: 380px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .how-section .how-section-right {
    width: 100%;
    height: 242px;
  }
}

@media (max-width: 599px) {
  .how-section .how-section-right {
    width: 100%;
    height: 242px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .how-section.live-in-care__how-section .how-section-right {
    height: 242px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 599px) {
  .how-section.live-in-care__how-section .how-section-right {
    height: 334px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.how-section .content-area-body-right__24-hour-section-right {
  width: 322px;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

@media (min-width: 980px) and (max-width: 1194px) and (orientation: landscape) {
  .how-section .content-area-body-right__24-hour-section-right {
    width: 205px;
    height: 355px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  .how-section .content-area-body-right__24-hour-section-right {
    width: 100%;
    height: 242px;
  }
}

@media (max-width: 599px) {
  .how-section .content-area-body-right__24-hour-section-right {
    width: 100%;
    height: 242px;
  }
}

.content-body-right__benefits-subsection h3 {
  margin-bottom: 28px;
}

/* elderly-home-care */

.benefits-section-info2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.benefits-section-info2 p {
  margin-bottom: 20px;
}

h3.benefits-section-info {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .012em;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  h3.benefits-section-info {
    font-size: 22px;
  }
}

#post-operative-care-services.content-area-section.dementia-home-care h2 {
  margin: 0 0 32px 0;
}

@media (max-width: 767.98px) {
  #post-operative-care-services.content-area-section.dementia-home-care h2 {
    margin: 0 0 24px 0;
  }
}


.emergency-care-cst-cls .content-area-section .why-section-content {
  margin-top: 30px;
}

.respite-care-cst-cls .services-sub-section-content-cards {
  margin-bottom: 50px;
}

.respite-care-cst-cls .dementia-home-care-types.dementia-home-care-types-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.respite-care-cst-cls .dementia-home-care-types.dementia-home-care-types-3 .dementia-home-care-types-item {
  flex-direction: column !important;
}

@media (max-width:600px) {
  .respite-care-cst-cls .dementia-home-care-types.dementia-home-care-types-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .respite-care-cst-cls .dementia-home-care-types.dementia-home-care-types-3 .dementia-home-care-types-item {
    flex-direction: row !important;
    align-items: center;
    font-weight: 700;
  }

  .respite-care-cst-cls .dementia-home-care-types.dementia-home-care-types-3 .dementia-home-care-types-item svg {
    margin-bottom: 0 !important;
    margin-right: 20px;
  }

}

.dementia-home-care-types span.heading-h4 {
  font-size: 20px;
  color: #35353F;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width:600px) {
  .dementia-home-care-types span.heading-h4 {
    font-size: 17px;
  }
}

.how-section-content-item-title h2 {
  margin: 0 !important;
}

/* loader css*/

.home-page-loader {
  z-index: 99999;
}

.home-page-loader #loader {
  position: unset;
  display: unset;
  opacity: 1;
}

.home-page-loader .loader__wrapper {
  width: auto;
  height: auto;
  justify-items: center;
  gap: 10px;
  align-content: center;
  height: calc(100vh - 80px);
  display: grid;
  overflow: auto;
  background: #fff;
}

.home-page-loader .loader {
  width: 48px;
  height: 48px;
  animation: rotation 2s infinite linear;
  border-radius: 50%;
  background-image: conic-gradient(from 180deg at 50% 50%, #494FC9 0deg, rgba(73, 79, 201, 0) 274.87deg, #494FC9 360deg);
  border: none;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page-loader .loader:after {
  content: "";
  background: #ffffff;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  position: absolute;
  border-radius: 50px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.overnight-care-cst-cls .hourly-care-work-lt {
  width: calc(100% - 180px);
}

.overnight-care-cst-cls .hourly-care-work-img-lg {
  width: 163px;
  height: 152px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

@media (max-width: 767.98px) {
  .overnight-care-cst-cls .hourly-care-work-lt {
    width: 100%;
  }

  .overnight-care-cst-cls .hourly-care-work-img-lg {
    width: 100%;
    height: 100%;
  }
}

/* modal css */
.modal .modal-content.large-modal {
  padding-top: 25px;
  height: auto;
  max-height: auto;
}

@media (max-width:599px) {
  .modal .modal-content.large-modal {
    padding-top: 25px;
    height: auto;
    max-height: 90dvh;
    max-height: 90vh;
    margin: 0 auto;
  }

  #postcode-bottom-sheet-drawer.modal .modal-content.large-modal,
  #postcode-bottom-sheet-drawer-cost-calculator.modal .modal-content.large-modal {
    height: 90vh;
  }
}

#postcode-bottom-sheet-drawer-cost-calculator .modal-footer {
  display: none !important;
}

.field__wrapper {
  position: relative;
}

.responsibilities-wrapper h3, .visiting-care-professionals-responsibility-label {
  margin-bottom: 18px;
  margin-top: 20px;
  font-weight: 700;
  color: #35353F;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.012em;
}

@media (max-width:767.98px) {
  .responsibilities-wrapper h3, .visiting-care-professionals-responsibility-label {
    font-size: 22px;
    line-height: 1.2;
  }
}

.how-care-for-love-section p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #35353f;
}

.how-care-for-love-section ul.what-is-care-section {
  padding-left: 14px;
  margin: 0;
}

.how-care-for-love-section ul.what-is-care-section li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #35353f;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.margin-top-five {
  margin-top: 5px;
}

.mt-15 {
  margin-top: 15px !important;
}

.how-care-for-love-section ul.what-is-care-section li a, .children-section-cls a{
  color: #35353F;
  text-decoration: underline;
}

#care-services-owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.looking-carer-list__content .content-area__loader-group .loader-text {
  font-weight: 520;
  font-size: 24px;
  line-height: 1.4;
  color: #676779;
  letter-spacing: 0.014em;
}
.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-bubble-wrapper .carers-item__client-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-bubble-wrapper .carers-item__client-text span.home-page-recommendation-carer {
  font-weight: 400;
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.recommended-dementia-carers-wrapper .grid-view-wrapper .grid-view-block .carer-bubble-wrapper .carers-item__client-text span.carers-item__client-time {
  font-size: 10px;
  font-weight: 500;
  color: #9e9e9e;
  margin-bottom: 10px;
}
.carer-bubble-wrapper-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  bottom: 15px;
}
.care-services-owl-carousel.owl-carousel.owl-drag .owl-item {
  padding: 0 5px;
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 100%;
  }
}
/* iPad Mini in landscape only */
/* @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .specific-needs-wrapper .specific-needs-block h2{
        padding-left: 10px;
        padding-right: 10px;
    }

} */


body {
  font-family: "Manrope", sans-serif;
  margin: 0;
}


.managed-self-care {
  text-align: center;
  color: #262c81;
  background-image: linear-gradient(to right, #a9abd6, #ebecf6);
  padding: 30px 0;
}

.managed-self-care ul li {
  list-style: none;
  display: inline-block;
  font-weight: 600;
  margin: 10px 0;
  font-size: 16px;
}

.managed-self-care ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.managed-self-care ul li img {
  vertical-align: middle;
  max-width: 30px;
   margin: 0 10px; 
}

.managed-self-care p>br {
  display: none;
}

.managed-care-quality img {
  max-width: 125px;
}

.managed-self-care h1 {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 800;
  color: #262c81;
}

.managed-self-care h3 {
  font-weight: 800;
  font-size: 29px;
  margin: 0;
  color: #262c81;

  display: flex;
  justify-content: center;
  align-items: center;
}

.managed-self-care h3 span {
  font-weight: 400;
}

.managed-self-bg {
  background: #aeb0dc;
  text-align: center;
  padding: 15px 25px;
  margin-bottom: 15px;

}

.managed-self-bg p {
  max-width: 900px;
  text-align: center;
  margin: 10px auto 10px;
  font-weight: 400;
  font-size: 15px;
}

.managed-sub-title {
  font-weight: 600;
  margin: 10px 0;
}

.talk-manage-care p>br {
  display: block;
}

.talk-manage-care p {
  font-weight: 500;
}

.talk-manage-care p a {
  color: #262c81;
  font-weight: 700;
  text-decoration: none;
}

/* concierge */

.concierge-service {
  text-align: center;
  color: #262c81;
  padding: 50px 0 30px 0;
  margin-top: 2px;
}

.concierge-service h2 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #262c81;
  margin-top: 0;
}
.concierge-service p {
  padding-bottom: 30px;
}


.concierge-service ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concierge-service ul li {
  list-style: none;
  min-width: 262px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  margin: 0 10px;
}
.concierge-service ul li img{
  max-width: 68px;
}
.concierge-service ul li h4 {
  margin: 0;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #262c81;
  letter-spacing: 0.5px;
}

.benefits-hourly-care
{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.benefits-hourly-care .banefits-hourly-inner h3
{
font-size: 22px;
text-align: center;
}
.benefits-hourly-care .banefits-hourly-inner ul li
{
font-size: 15px;
padding-bottom: 5px;
font-weight: 600;
}
.benefits-hourly-care .banefits-hourly-inner ul li a
{
  color: #000;
  text-decoration: underline;
}
.benefits-hourly-care .banefits-hourly-inner ul
{
  padding-left: 20px;
}
.benefits-hourly-care .banefits-hourly-inner 
{
  width: 32%;
  background: #ecedf9;
  padding:15px;
  border-radius: 30px;
  -webkit-transition: 1s;
    cursor: pointer;
}
.benefits-hourly-care .banefits-hourly-inner:hover
{
  transition: .5s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  background: #e1e3f1;
}
.dialog-off-canvas-main-canvas .care-services-wrapper .block-home-support-phone
{
  padding-bottom: 15px;
}
.dialog-off-canvas-main-canvas .care-services-wrapper .block-home-support-phone a
{
  display: flex;
  align-items: center;
  gap: 5px;
}
.dementia-home-care-item .services-section__content-card-text a.show-loader-click
{
  color: #000;
  text-decoration: underline;
}
@media (min-width:992px) and (max-width:1024px)
 {
  .managed-self-care
  {
    padding-top: 70px;
  }
  .concierge-service ul li {
    min-width: 225px;
  }
 }
@media (min-width:768px) and (max-width:991px) {

  .care-services-wrapper .content-area__body .content-area__body-inner {gap: 0;}
  .care-services-wrapper .content-area__body .content-area-section {padding: 15px 0;}
  .managed-self-care
  {
    padding-top: 50px;
  }
  .benefits-hourly-care .banefits-hourly-inner
  {
    width: 48.75%;
  }
  .concierge-service ul li {
    width: 42%;
    margin-bottom: 15px;
    min-width: 225px;
  }

  .concierge-service ul {
    flex-wrap: wrap;
    padding-left: 0;
  }

}

@media (max-width:767px) {
  .managed-sub-title { margin: 10px auto; max-width: 90%; text-align: center;}
  .download-app-wrapper .download-app-info h2 {font-size: 24px; margin-bottom: 10px;}
  .managed-self-bg p {font-size: 14px; max-width: 85%;}
  .managed-self-bg p br {display: none;}
  .managed-self-care .bh-doctify-wrapper-home-banner.trustpilot
  {
    margin: 0 10px;
  }
  .managed-self-care {
    background-image: linear-gradient(to bottom, #a9abd6, #ebecf6);
    padding-top: 70px;
  }
  .concierge-service h2
  {
    font-weight: 600; 
    font-size: 34px;
    line-height: 1.2;
  }
  #what-are-managed-care-services ul li
  {
    width: 100% !important;
    margin: 5px 0;
  }
  .conciege-service-post-job
  {
    flex-direction: column;
  }
  .conciege-service-post-job .btn
  {
    margin-top: 15px;
  }
  .managed-self-care ul {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    width: 250px;
    margin: auto;
  }
 

  .managed-self-care ul li {
    padding: 0;
    margin: 5px 0;
    font-size: 14px;
  }


  .managed-self-care h1 {
    margin-top: 0;
    margin-bottom: 2px;
  }

  .managed-self-care p>br {
    display: none;
  }
  .managed-self-bg p
  {
    max-width: 80%;
  }
  .managed-self-bg {
    padding: 10px;
    margin-top: 15px;
  }

  .concierge-service ul {
    flex-direction: column;
    padding-left: 0;
  }

  .concierge-service ul li {
    margin: 10px 10px;
  }

}
.talk-manage-care {margin-bottom: 15px;}
.managed-self-care .bh-doctify-wrapper-home-banner.trustpilot
{
  display: flex;
  align-items: center;
  justify-content: center;
}
#what-are-managed-care-services  ul li
{
  display: inline-flex;
  width: 48%;
  background: #f5f5fb;
  margin: 5px;
  padding: 10px;
  border-radius: 6px;
  font-size: 15px;
  color: #35353F;
  font-weight: 600;
  line-height: 1.4;
}
#what-are-managed-care-services ul li:nth-child(7)
{
  width: 100% !important;
}
#what-are-managed-care-services ul
{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
}
#what-are-managed-care-services ul li svg {
  margin-right: 10px;
  min-width: 20px;
}
#Want-to-manage-the-care-yourself p , #try-our-concierge-service p {margin-bottom: 0;}
.conciege-service-post-job
{
  background: #F5F5FB;
  display: flex;
  padding: 20px;
  border-radius: 6px;
  font-size: 15px;
  color: #35353F;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.014em;
}
#try-our-concierge-service p > a { color: #494fc9;
  text-decoration: none;}
  .landing-page__content.care-services-wrapper #frequently-asked-questions #faq-section
  {
    padding: 0;
  }
  .landing-page__content.care-services-wrapper #frequently-asked-questions #faq-section h2
  {
   font-weight: 500;
  }
  .landing-page__content.care-services-wrapper #frequently-asked-questions #faq-section p
  {
   font-weight: 600;
   margin-bottom: 10px;
  }
  .content-area-section .how-to-pay-section-3 .faq-item.active .faq-item-content ul li
  {
    list-style: circle;
    font-size: 15px;
    color: #35353F;
    font-weight: 600;
    line-height: 1.4;
  }
.managed-self-care .title_icon img {max-width: 150px;}

#blog-section .blog-section__contents-items .blog-content {
  width: 100%;
}

.what-care-at-home-wrapper .what-care-at-home-block {
  text-align: center;
  padding-bottom: 20px;
  margin: 10px 0px 15px 0px;
}
.care-service-get-started{
  display: flex;
  justify-content: center;
}
.care-service-get-started .nav-button {
  width: 30%;
}
a.ausitm-care-top-heading-link {
  margin-top: 20px;
  display: block;
  color: #35353F;
  text-decoration: underline;
}
.live-in-care-choosing-between-block{
  margin-bottom: 30px;
}
#cost-description-section .section-care-needs__cards-postcode {
  margin-bottom: 30px;
}

.concierge-service ul li:nth-child(1) {
  background-color: #effdf4; /* Light pink */
}

.concierge-service ul li:nth-child(2) {
  background-color: #f6effd; /* Light blue */
}

.concierge-service ul li:nth-child(3) {
  background-color: #fdefef; /* Light green */
}

.concierge-service ul li:nth-child(4) {
  background-color: #fdfbef; /* Light orange */
}
.concierge-service ul li:nth-child(5) {
  background-color: #f6effd; /* Light orange */
}
.concierge-service ul li:hover{
  -webkit-filter: drop-shadow(0 0 .75rem #dad9ce);
  filter: drop-shadow(0 0 .75rem #dad9ce);
}
ul.why-choose-us {
  display: flex;
  flex-direction: row;
  padding-bottom:60px;
  flex-wrap:wrap;
}
ul.why-choose-us li {
  display: inline-flex;
  background: #f5f5fb;
  margin: 5px;
  padding: 10px;
  border-radius: 6px;
  font-size: 15px;
  color: #35353F;
  font-weight: 600;
  line-height: 1.4;
  gap:15px;
  flex: 0 0 calc(50% - 10px);
}
ul.why-choose-us li svg {
  min-width: 20px;
}
.care_services .care-services-wrapper .home-care-service-info-text {
  margin-bottom: 35px;
}
@media (min-width: 600px) and (max-width: 767px)  {
.care-services-wrapper .visiting-hourly-care-cst-cls .content-area__body-inner {padding-right: 0;}
  .care-services-wrapper .content-area__body .content-area__body-inner {gap: 0;}
  .care-services-wrapper .content-area__body .content-area-section {padding: 15px 0;} 

  .benefits-hourly-care .banefits-hourly-inner
  {
    width: 48.75%;
  }
  .why-section .why-section-content .why-section__left-img , img.hourly-care-work-img-sm
  {
    width: 300px !important;
    height: auto !important;
  }
  .why-choose-live-care .hourly-care-work-lt
  {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: row-reverse;
  }
  .why-choose-live-care img.hourly-care-work-img-sm
  {
    width: 300px;
    margin: initial;
  }
}
@media (max-width: 599px) 
{
  .live_care_right
  {
    padding-top: 30px;
  }
  .benefits-hourly-care .banefits-hourly-inner
  {
    width: 100%;
  }
  ul.why-choose-us li {
    flex: 0 0 100%; /* 1 item per row on mobile */
  }
  ul.why-choose-us{
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .bh-doctify-wrapper-home-banner.trustpilot {
    flex-direction: column;
    gap: 10px;
  }
  .talk-manage-care {
    margin-bottom: 40px;
  }
}

@media (max-width: 575.98px) {
  .care-service-get-started .nav-button {
    width: 90%;
  }
}