@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct>div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3b465c;
}

body.modal-open {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form,
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.site {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100% !important;
}

.nav-opened .site {
  overflow: visible;
  height: 1px;
}

.modal.termModal .modal-content ul li {
  padding-left: 0 !important;
}

.modal.termModal .modal-content ul li::before {
  display: none;
}

.modal.termModal .modal-content ul li a {
  padding: 20px 0;
  font-size: 18px;
  line-height: 20px;
  color: #3b465c !important;
  padding-right: 50px;
}

.carer-terms-decline {
  border: 2px solid#3b465c;
  background: #fff;
  color: #3b465c;
  float: left;
  margin-top: 1.5rem;
}

.carer-terms-accept {
  background-color: #3b465c !important;
  color: #ffffff !important;
  border: 2px solid #3b465c;
  margin-top: 1.5rem;
  float: right;
}

.modal.termModal .modal-window {
  padding-top: 75px !important;
}

.termModal h4.modal-title {
  position: absolute;
  top: 0;
  line-height: 18px;
  font-size: 20px;
  font-weight: 500;
  padding-right: 70px;
}

.termModal .accordion>li:first-child,
.termModal .carer-terms-accordion>li:first-child {
  border-top: none;
}

.modal.termModal .text-center.mt-3 {
  text-align: center;
}

.termModal .carer-terms-decline,
.termModal .carer-terms-accept {
  float: none !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.termModal .accordion .active .accordion-content,
.termModal .accordion .active .accordion-content p,
.termModal .accordion .active .accordion-content ul li,
.termModal .carer-terms-accordion .active .accordion-content,
.termModal .carer-terms-accordion .active .accordion-content p,
.termModal .carer-terms-accordion .active .accordion-content ul li {
  font-size: 18px !important;
  line-height: 23px;
  color: #3b465c;
  word-break: break-word;
}

.modal.termModal .modal-content {}

#edit-field-country-wrapper input {
  background: #cccccc52;
}

.client-signup-wrapper .custom-Error li {
  color: #f15b5b;
}

.client-signup-wrapper .form-group .control-label.form-required::after,
.form-group.required-field .control-label::after {
  content: "*";
  color: #ec2424;
}

@media (min-width: 1024px) {
  .nav-opened .site {
    overflow: visible;
    height: auto;
  }
}

.content {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  display: block;
  margin: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
}

.autocomplete {
  background-color: #ffffff;
  height: 50px;
  margin-top: 30px;
}

.svg-sprite {
  display: none;
}

.trust-pilot.alternate .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .trust-pilot.alternate .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.trust-pilot.alternate .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .trust-pilot.alternate .partners {
    width: 15%;
  }
}

.trust-pilot.alternate .partners h5 {
  margin: 0;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
}

@media (min-width: 768px) {
  .trust-pilot.alternate .partners h5 {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.trust-pilot.alternate .partners img {
  width: 164px;
}

.trust-pilot.alternate .widget {
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .trust-pilot.alternate .widget {
    width: 82%;
    margin-top: 0;
  }
}

.location-autocomplete,
.filters-input {
  margin-top: 30px;
  background-color: transparent;
}

.location-autocomplete .field,
.filters-input .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 480px) {

  .location-autocomplete .field,
  .filters-input .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.location-autocomplete input,
.filters-input input {
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none !important;
}

.location-autocomplete input[type=text],
.filters-input input[type=text] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 0;
  line-height: 22px;
  height: 50px;
  min-width: 100px;
}

.location-autocomplete input[type=submit],
.filters-input input[type=submit] {
  line-height: 50px;
}

@media (min-width: 480px) {

  .location-autocomplete input[type=submit],
  .filters-input input[type=submit] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    max-width: 200px;
  }
}

.circle-header {
  height: 130px;
  position: relative;
  z-index: -1;
  width: 100%;
}

.circle-header.compact {
  height: 60px;
}

@media (min-width: 768px) {
  .circle-header.compact {
    height: 130px;
  }
}

.circle-header:after {
  content: '';
  width: 75%;
  height: 650px;
  border-radius: 650px;
  background-color: rgba(247, 148, 29, 0.3);
  border: solid 46px #f7941d;
  position: absolute;
  top: -350px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 480px) {
  .circle-header:after {
    width: 75%;
    height: 900px;
    border-radius: 900px;
    top: -600px;
  }
}

@media (min-width: 768px) {
  .circle-header:after {
    width: 75%;
    height: 1500px;
    border-radius: 1500px;
    top: -1400px;
    border: solid 86px rgba(247, 148, 29, 0.2);
  }
}

.circle-body {
  position: absolute;
  top: calc(50% - 325px);
  right: 50%;
  width: 650px;
  height: 650px;
  border-radius: 650px;
  border: solid 70px #fbb157;
  z-index: -1;
}

@media (min-width: 768px) {
  .circle-body {
    width: 1100px;
    height: 1100px;
    border-radius: 1100px;
    border: solid 70px #fbb157;
    right: 40%;
    top: calc(50% - 550px);
  }
}

.site-block {
  padding: 25px 0;
}

@media (min-width: 1024px) {
  .site-block {
    padding: 50px 0;
  }
}

.form-block {
  padding-bottom: 25px;
}

@media (min-width: 1024px) {
  .form-block {
    padding-bottom: 50px;
  }
}

.become-carer-cta a {
  display: block;
  background-color: #3b465c;
  padding: 20px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .become-carer-cta a {
    padding: 50px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.become-carer-cta a h2 {
  margin: 0;
  letter-spacing: -1px;
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {
  .become-carer-cta a h2 {
    text-align: left;
    font-size: 44px;
    line-height: 49px;
    color: #ffffff;
  }
}

.become-carer-cta a .btn,
.become-carer-cta a .filters-box-toggle {
  margin-top: 20px;
}

@media (min-width: 768px) {

  .become-carer-cta a .btn,
  .become-carer-cta a .filters-box-toggle {
    margin-top: 0;
    margin-left: 20px;
  }
}

.hidden {
  display: none;
}

.btn,
.filters-box-toggle {
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  padding: 0 20px;
  white-space: nowrap;
}

.btn:hover,
.filters-box-toggle:hover {
  text-decoration: none;
}

.btn.red,
.red.filters-box-toggle {
  background-color: #f15b5b;
  color: #ffffff;
  margin-top: 10px;
}

.btn.blue,
.blue.filters-box-toggle {
  background-color: #3b465c;
  color: #ffffff;
}

.btn.blue-green,
.blue-green.filters-box-toggle {
  background-color: #1F554E;
  color: #ffffff;
}

.btn.green,
.green.filters-box-toggle {
  background-color: #72bfb2;
  color: #ffffff;
}

.btn.compact,
.compact.filters-box-toggle {
  line-height: 42px;
}

.btn.light,
.light.filters-box-toggle {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.brochures input[type=checkbox],
.form-section input[type=checkbox] {
  display: none;
}

.brochures input[type=checkbox]+label,
.form-section input[type=checkbox]+label {
  position: relative;
  padding-left: 55px;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 20px 0;
}

@media (min-width: 1024px) {

  .brochures input[type=checkbox]+label,
  .form-section input[type=checkbox]+label {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.brochures input[type=checkbox]+label:before,
.form-section input[type=checkbox]+label:before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border: solid 1px #3b465c;
}

.brochures input[type=checkbox]+label .check,
.form-section input[type=checkbox]+label .check {
  position: absolute;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  display: none;
}

.brochures input[type=checkbox]+label .check svg,
.form-section input[type=checkbox]+label .check svg {
  width: 29px;
  height: 29px;
}

.brochures input[type=checkbox]:checked+label .check,
.form-section input[type=checkbox]:checked+label .check {
  display: block;
}

.form-section input[type=checkbox]+label {
  padding-left: 50px;
}

.form-section input[type=checkbox]+label:before {
  width: 30px;
  height: 30px;
}

.form-section input[type=checkbox]+label .check {
  left: 2px;
}

.form-option input[type=checkbox]+label:before {
  display: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel] {
  display: inline-block;
  border: solid 1px #3b465c;
  font-size: 16px;
  line-height: 44px;
  color: #3b465c;
  padding-left: 18px;
  outline: none;
}

input[type=text].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=tel].error {
  border-color: #f15b5b;
}

@media (min-width: 1024px) {

  input[type=text],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel] {
    padding-left: 20px;
    border: solid 2px #3b465c;
  }
}

.form-field {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .form-field {
    margin-top: 30px;
  }
}

.form-field label {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .form-field label {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=number],
.form-field input[type=password],
.form-field input[type=tel] {
  border: solid 1px #3b465c;
  font-size: 16px;
  line-height: 35px;
  color: #3b465c;
  width: 100%;
}

@media (min-width: 768px) {

  .form-field input[type=text],
  .form-field input[type=email],
  .form-field input[type=number],
  .form-field input[type=password],
  .form-field input[type=tel] {
    font-size: 22px;
    line-height: 50px;
    color: #3b465c;
  }
}

.form-row.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-section .form-row.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 768px) {
  .form-section .form-row.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .form-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

::-webkit-input-placeholder {
  color: #3b465c;
}

::-moz-placeholder {
  color: #3b465c;
}

::-ms-input-placeholder {
  color: #3b465c;
}

::placeholder {
  color: #3b465c;
}

input[type=submit] {
  border: 0;
  outline: none;
}

.form-section-title {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
}

.error .form-section-title {
  color: red;
}

@media (min-width: 768px) {
  .form-section-title {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.page-section-title {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page-section-title {
    font-size: 36px;
    line-height: 40px;
    color: #3b465c;
  }
}

.form-requirements .form-row .options,
.form-details .form-row .options,
.form-signup .form-row .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-requirements .form-option input[type=checkbox],
.form-requirements .form-option input[type=radio],
.form-details .form-option input[type=checkbox],
.form-details .form-option input[type=radio],
.form-signup .form-option input[type=checkbox],
.form-signup .form-option input[type=radio] {
  display: none;
}

.form-requirements .form-option input[type=checkbox]+label,
.form-requirements .form-option input[type=radio]+label,
.form-details .form-option input[type=checkbox]+label,
.form-details .form-option input[type=radio]+label,
.form-signup .form-option input[type=checkbox]+label,
.form-signup .form-option input[type=radio]+label {
  position: relative;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  background-color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 10px;
  margin: 8px;
  margin-left: 0;
}

@media (min-width: 768px) {

  .form-requirements .form-option input[type=checkbox]+label,
  .form-requirements .form-option input[type=radio]+label,
  .form-details .form-option input[type=checkbox]+label,
  .form-details .form-option input[type=radio]+label,
  .form-signup .form-option input[type=checkbox]+label,
  .form-signup .form-option input[type=radio]+label {
    font-size: 19px;
    line-height: 34px;
    color: #ffffff;
    margin: 16px;
    margin-left: 0;
  }
}

.form-requirements .form-option input[type=checkbox]:checked+label,
.form-requirements .form-option input[type=radio]:checked+label,
.form-details .form-option input[type=checkbox]:checked+label,
.form-details .form-option input[type=radio]:checked+label,
.form-signup .form-option input[type=checkbox]:checked+label,
.form-signup .form-option input[type=radio]:checked+label {
  background-color: #fbb157;
}

.form-requirements .requirements-notes,
.form-details .requirements-notes,
.form-signup .requirements-notes {
  border: solid 1px #3b465c;
  width: 100%;
  height: 114px;
  resize: none;
  outline: none;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding: 5px;
  margin-top: 10px;
}

.form-requirements input[type=submit],
.form-details input[type=submit],
.form-signup input[type=submit] {
  margin-top: 20px;
}

@media (min-width: 768px) {

  .form-requirements input[type=submit],
  .form-details input[type=submit],
  .form-signup input[type=submit] {
    margin-top: 40px;
  }
}

.form-requirements p.error,
.form-details p.error,
.form-signup p.error {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-bottom: 0;
  color: red;
}

.form-section .content>h1,
.form-section .content>h3,
.form-section .content>h4 {
  text-align: center;
}

.form-section .content>h1 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin: 0;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .form-section .content>h1 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
    margin-bottom: 36px;
    margin-top: 65px;

  }
}

.form-section .content>h3,
.form-section .content>h4 {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin: 0;
  padding: 0 5%;
}

@media (min-width: 768px) {

  .form-section .content>h3,
  .form-section .content>h4 {
    display: block;
    padding: 0 10%;
    margin: auto;
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.form-section .content>h4 {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

.form-section.thank-you {
  margin-bottom: 120px;
}

@media (min-width: 480px) {
  .form-section.thank-you {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .form-section.thank-you {
    margin-bottom: 0;
  }
}

.form-section.thank-you .content>h4 {
  margin-top: 30px;
}

.form-progress {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 400px;
  position: relative;
}

.form-progress:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 75%;
  left: 12.5%;
  top: 20px;
  background-color: #828282;
  z-index: -1;
}

.form-progress li {
  display: block;
  text-align: center;
  width: 33%;
  font-size: 12px;
  line-height: 14px;
  color: #3b465c;
  padding: 0 1%;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {
  .form-progress li {
    font-size: 16px;
    line-height: 19px;
    color: #3b465c;
  }
}

.form-progress li span {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: solid 1px #3b465c;
  background-color: #3b465c;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  margin-bottom: 10px;
}

.form-progress li.active span {
  background-color: #ffffff;
  border-color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
}

.form-progress li.active span {
  border-color: #3b465c;
}

@media (min-width: 768px) {
  .form-progress li.active span {
    border-color: #3b465c;
  }
}

.form-section .page-section-title {
  margin-top: 110px;
}

@media (min-width: 480px) {
  .form-section .page-section-title {
    margin-top: 140px;
  }
}

@media (min-width: 768px) {
  .form-section .page-section-title {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
    margin-top: 70px;
  }
}

.form-section .form-field.error input {
  border-color: red;
}

.form-section p.error {
  font-size: 22px;
  line-height: 20px;
  color: red;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-top: 5px;
}

.hourly-number,
.nightly-number,
.daily-options {
  display: none;
  padding: 20px 0;
}

.hourly-number.active,
.nightly-number.active,
.daily-options.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {

  .hourly-number.active,
  .nightly-number.active,
  .daily-options.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hourly-number label,
.hourly-number h4,
.nightly-number label,
.nightly-number h4,
.daily-options label,
.daily-options h4 {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin: 0;
}

@media (min-width: 768px) {

  .hourly-number label,
  .hourly-number h4,
  .nightly-number label,
  .nightly-number h4,
  .daily-options label,
  .daily-options h4 {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.hourly-number h4,
.nightly-number h4,
.daily-options h4 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {

  .hourly-number h4,
  .nightly-number h4,
  .daily-options h4 {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.hourly-number input,
.nightly-number input,
.daily-options input {
  outline: none;
  border: solid 2px #3b465c;
  font-size: 16px;
  line-height: 46px;
  color: #3b465c;
  width: 110px;
  margin-left: 20px;
  display: block;
}

@media (min-width: 768px) {

  .hourly-number input,
  .nightly-number input,
  .daily-options input {
    font-size: 16px;
    line-height: 43px;
    color: #3b465c;
    width: 95px;
  }
}

.daily-options.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.theme-nav {
  height: 60px;
  position: fixed;
  top: 26px;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 1024px) {
  .curam_vetted nav.theme-nav {
    top: 26px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  nav.theme-nav {
    width: 80%;
  }
  .curam_vetted nav.theme-nav {
    top: 0;
  }
  .curam_vetted .socials, .user-logged-in.affiliate_agent_links .socials{
    position: static;
  }
}

@media (min-width: 1024px) {
  nav.theme-nav {
    top: 60px;
    height: 130px;
  }
}

nav.theme-nav .content {
  height: 100%;
  display: none;
}

@media (min-width: 1024px) {
  nav.theme-nav .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

nav.theme-nav.scrolled {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
  width: 100vw;
}

@media (min-width: 1024px) {
  nav.theme-nav.scrolled {
    height: 90px;
  }
}

nav.theme-nav .btn,
nav.theme-nav .filters-box-toggle {
  display: none;
}

@media (min-width: 1024px) {

  nav.theme-nav .btn,
  nav.theme-nav .filters-box-toggle {
    display: inline-block;
  }
}

nav.theme-nav .covid-policy {
  display: none;
}

.nav-opened nav.theme-nav .covid-policy {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding: 12px 0;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .nav-opened nav.theme-nav .covid-policy {
    display: none;
  }
}

.nav-opened nav.theme-nav {
  top: 0;
  min-height: 100vh;
  width: 80%;
  transition: transform 600ms ease-in-out;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #666b7a rgba(33, 37, 41, 0);
}

.nav-opened nav.theme-nav .content {
  display: block;
  height: auto;
  min-height: 100vh;
  background-color: #3b465c;
  margin: 0 auto 0 0;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: transform 600ms ease-in-out;
  -webkit-transition: transform 600ms ease-in-out;
  -moz-transition: transform 600ms ease-in-out;
  -ms-transition: transform 600ms ease-in-out;
  -o-transition: transform 600ms ease-in-out;
}

.close-main-menu nav.theme-nav {

  transition: transform 600ms ease-in-out;
}

.close-main-menu nav.theme-nav .content {
  display: block;
  height: 100vh;
  min-height: 100vh;
  background-color: #3b465c;
  margin: 0 auto 0 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: transform 600ms ease-in-out;
  -webkit-transition: transform 600ms ease-in-out;
  -moz-transition: transform 600ms ease-in-out;
  -ms-transition: transform 600ms ease-in-out;
  -o-transition: transform 600ms ease-in-out;
  margin-top: -85px;
}

.user-logged-in.close-main-menu nav.theme-nav .content {
  margin-top: -60px;
}


@media (min-width: 1024px) {

  .nav-opened nav.theme-nav .content,
  .close-main-menu nav.theme-nav .content {
    height: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.nav-opened nav.theme-nav .home,
.close-main-menu nav.theme-nav .home {
  display: block;
}

@media (min-width: 1024px) {

  .nav-opened nav.theme-nav .home,
  .close-main-menu nav.theme-nav .home {
    display: none;
  }

}

.nav-opened nav.theme-nav .btn,
.nav-opened nav.theme-nav .filters-box-toggle {
  display: inline-block;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

.close-main-menu nav.theme-nav .btn,
.close-main-menu nav.theme-nav .filters-box-toggle {
  display: inline-block;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

@media (max-width: 1023px) {

  .nav-opened nav.theme-nav .btn,
  .nav-opened nav.theme-nav .filters-box-toggle {
    position: relative;
    background-color: #f15b5b;
    width: auto;
    min-width: 190px;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 600;
    margin-top: 30px;
  }

  .close-main-menu nav.theme-nav .btn,
  .close-main-menu nav.theme-nav .filters-box-toggle {
    position: relative;
    background-color: #f15b5b;
    width: auto;
    min-width: 190px;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 600;
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {

  .nav-opened nav.theme-nav,
  .close-main-menu nav.theme-nav {
    background-color: transparent;
    top: 60px;
    min-height: 0;
  }
}

.logo,
.logo-dark {
  width: 139px;
}

.logo {
  display: block;
}

.scrolled .logo,
.light .logo {
  display: none;
}

.nav-opened .logo {
  display: block;
}


.logo-dark {
  display: none;
}

.scrolled .logo-dark,
.light .logo-dark {
  display: block;
}

.nav-opened .logo-dark {
  display: none !important;
}

.nav-d {
  display: none;
}

.nav-opened .nav-d,
.close-main-menu .nav-d {
  display: block;
  position: absolute;
  z-index: 5001;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
}

@media (min-width: 1024px) {

  .nav-opened .nav-d,
  .close-main-menu .nav-d {
    position: static;
    top: auto;
    left: auto;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .nav-d {
    display: block;
  }
}

.nav-m {
  display: block;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
}

.nav-m a {
  display: inline-block;
}

.nav-m .logo,
.nav-m .logo-dark {
  width: 42px;
}

@media (min-width: 1024px) {
  .nav-m {
    display: none;
  }
}

.nav-opened .nav-m {
  display: none;
}

.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 1024px) {
  .navigation {
    display: block;
  }
}

.navigation>li {
  display: inline-block;
  position: relative;
}

.navigation>li.home {
  display: none;
}

@media (min-width: 1024px) {
  .navigation>li.expanded .sub-navigation {
    display: block;
  }
}

.navigation>li.expanded {
  position: static;
}

@media (min-width: 1024px) {
  .navigation>li.expanded {
    position: relative;
  }
}

.navigation>li>a {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #3b465c;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .navigation>li>a {
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
  }
}

.nav-opened .navigation>li>a,
.close-main-menu .navigation>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  padding: 12px 0;
}

@media (min-width: 1024px) {

  .nav-opened .navigation>li>a,
  .close-main-menu .navigation>li>a {
    display: inline-block;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #3b465c;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .navigation>li>a:hover {
    text-decoration: underline;
  }
}

.navigation>li>a svg {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 16px;
  top: 2px;
  position: relative;
}

@media (min-width: 1024px) {
  .navigation>li>a svg {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .navigation>li>a {
    margin: 0 20px;
  }
}

@media (min-width: 1280px) {
  .navigation>li>a {
    margin: 0 30px;
  }
}

.navigation>li.expanded>a svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-opened .navigation,
.close-main-menu .navigation {
  display: block;
  background-color: #3b465c;
  width: 100%;
  z-index: 5000;
  min-height: 100%;
  padding-top: 110px;
}

.nav-opened .navigation>li,
.close-main-menu .navigation>li {
  display: block;
}

.nav-opened .navigation>li.home,
.close-main-menu .navigation>li.home {
  display: block;
}

@media (min-width: 1024px) {

  .nav-opened .navigation>li.home,
  .close-main-menu .navigation>li.home {
    display: none;
  }
}

@media (min-width: 1024px) {

  .nav-opened .navigation>li,
  .close-main-menu .navigation>li {
    display: inline-block;
  }
}

@media (min-width: 1024px) {

  .nav-opened .navigation,
  .close-main-menu .navigation {
    background-color: transparent;
    width: auto;
    padding-top: 0;
    min-height: 0;
  }
}

.sub-navigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 640px;
  padding-top: 10px;
}

.sub-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  background-color: #3b465c;
}

.sub-navigation:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #3b465c;
  position: absolute;
  top: 3px;
  left: calc(50% - 7px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub-navigation li a {
  display: inline-block;
  padding: 4px 0;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .sub-navigation li a {
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 300;
  }
}

@media (min-width: 1024px) {
  .sub-navigation li a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .sub-navigation.centered {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .sub-navigation.centered ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .sub-navigation.centered li {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .expanded .sub-navigation {
    display: block;
    position: static;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .expanded .sub-navigation ul {
    background-color: #ffffff;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    position: relative;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
  }
}

@media (max-width: 1023px) {
  .expanded .sub-navigation li a {
    font-size: 16px;
    line-height: 40px;
    color: #3b465c;
    line-height: 1.2;
    padding: 10px 0;
  }
}

.nav-toggle {
  position: absolute;
  width: 28px;
  height: 40px;
  left: 20px;
  cursor: pointer;
}

.nav-toggle span {
  width: 35px;
  height: 4px;
  background-color: #3b465c;
  display: block;
  position: absolute;
  left: 0;
}

.nav-toggle span:nth-child(1) {
  top: 17px;
  animation: mymoveT 2.5s ease-in-out infinite;
  -webkit-animation: mymoveT 2.5s ease-in-out infinite;
}

.nav-toggle span:nth-child(2) {
  top: 25px;
}

.nav-toggle span:nth-child(3) {
  top: 33px;
  animation: mymoveB 2.5s ease-in-out infinite;
  -webkit-animation: mymoveB 2.5s ease-in-out infinite;
}

.nav-toggle p {
  position: absolute;
  left: 1px;
  top: 0px;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 5px 0;
}


@keyframes mymoveT {
  0% {
    top: 25px;
  }

  10% {
    top: 25px;
  }

  30% {
    top: 17px;
  }

  70% {
    top: 17px;
  }

  90% {
    top: 25px;
  }

  100% {
    top: 25px;
  }
}

@keyframes mymoveB {
  0% {
    top: 25px;
  }

  10% {
    top: 25px;
  }

  30% {
    top: 33px;
  }

  70% {
    top: 33px;
  }

  90% {
    top: 25px;
  }

  100% {
    top: 25px;
  }
}

.nav-opened .nav-toggle {
  display: none;
}

.close-main-menu .nav-toggle {
  display: block;
}

.close-nav {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  color: #ffffff;
}

.close-nav svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 1024px) {
  .close-nav {
    display: none;
  }
}

.user {
  display: none;
}

@media (min-width: 1024px) {
  .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #3b465c;
  }
}

.user svg {
  width: 23px;
  height: 23px;
  margin-left: 8px;
}

footer {
  background-color: #3b465c;
  padding: 25px 5px;
  padding-bottom: 140px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 768px) {
  footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  footer {
    padding: 50px 20px;
  }
}

footer .col-1 img {
  display: block;
  width: 120px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  footer .col-1 img {
    width: 220px;
    margin-bottom: 34px;
  }
}

footer .col-2,
footer .col-3,
footer .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 25px;
}

@media (min-width: 768px) {

  footer .col-2,
  footer .col-3,
  footer .col-4 {
    padding: 0 10px;
  }
}

footer .col-2 h5,
footer .col-3 h5,
footer .col-4 h5 {
  margin: 0;
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin-bottom: 16px;
}

@media (min-width: 768px) {

  footer .col-2 h5,
  footer .col-3 h5,
  footer .col-4 h5 {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 600;
    margin-bottom: 60px;
  }
}

footer .col-2 ul,
footer .col-3 ul,
footer .col-4 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .col-2 ul li,
footer .col-3 ul li,
footer .col-4 ul li {
  margin: 6px 0;
}

@media (min-width: 768px) {

  footer .col-2 ul li,
  footer .col-3 ul li,
  footer .col-4 ul li {
    margin: 10px 0;
  }
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
}

.footer-row svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.socials {
  position: absolute;
  bottom: 20px;
}

.socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.socials ul li {
  margin-right: 25px;
}

.socials ul li svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .socials {
    position: static;
    bottom: auto;
    margin-top: 24px;
  }
}

.hero {
  background-color: rgba(247, 148, 29, 0.3);
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

@media (min-width: 870px) {
  .hero {
    margin-bottom: 50px;
  }
}

.hero .content {
  height: 100%;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 870px) {
  .hero .content {
    min-height: 640px;
  }
}

.hero .content .circle-1 {
  display: block;
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 75%;
  left: -45%;
  background-color: rgba(247, 148, 29, 0.4);
  border-radius: 100vw;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.hero .content .circle-2 {
  display: block;
  width: 150vw;
  height: 150vw;
  position: absolute;
  bottom: 25%;
  right: -67%;
  background-color: rgba(247, 148, 29, 0.4);
  border-radius: 200vw;
  z-index: 1;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

@media (min-width: 870px) {
  .hero .content .circle-2 {
    width: 100vw;
    height: 100vw;
    bottom: 25%;
    right: -67%;
  }
}

.hero.carer {
  background-color: transparent;
}

.hero.carer .content {
  min-height: 0;
}

@media (min-width: 1024px) {
  .hero.carer .content {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .hero.carer {
    background-color: #72BFB1;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .hero.carer .hero-carer-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    padding-bottom: 60px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 130px;
  }
}

.hero-intro {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #72BFB1;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero-intro {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    overflow: visible;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

.hero-intro .btn,
.hero-intro .filters-box-toggle {
  margin-top: 20px;
  max-width: 220px;
  font-size: 14px;
  line-height: 48px;
  color: #ffffff;
}

.hero-intro .circle-1 {
  display: block;
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 75%;
  left: -45%;
  background-color: #65B4A7;
  border-radius: 100vw;
  z-index: 2;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

@media (min-width: 1024px) {
  .hero-intro .circle-1 {
    top: 10%;
    left: auto;
    right: -75%;
  }
}

.hero-intro .circle-2 {
  display: none;
  width: 150vw;
  height: 150vw;
  position: absolute;
  bottom: 25%;
  right: -67%;
  background-color: #65B4A7;
  border-radius: 200vw;
  z-index: 2;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

@media (min-width: 1024px) {
  .hero-intro .circle-2 {
    width: 100vw;
    height: 100vw;
    bottom: 28%;
    right: auto;
    left: -33%;
  }
}

.hero-intro h1 {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .hero-intro h1 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

.hero-intro p {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 1024px) {
  .hero-intro p {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.hero-intro-content {
  position: relative;
  z-index: 40;
}

.hero-difference {
  position: relative;
  z-index: 40;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: auto;
}

@media (min-width: 1024px) {
  .hero-difference {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    background-color: #ffffff;
    border-radius: 22px;
    padding: 30px;
    margin: 0;
  }
}

.hero-difference h2 {
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin: 0;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .hero-difference h2 {
    font-size: 30px;
    line-height: 37px;
    color: #3b465c;
    margin: 0;
    margin-bottom: 20px;
  }
}

.hero-difference p {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

.hero-difference img {
  max-width: 300px;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .hero-difference img {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .hero-difference img {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .hero-difference-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hero-content {
  color: #3b465c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  height: 100%;
  margin-top: 60px;
  padding: 50px 0;
}

@media (min-width: 870px) {
  .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
}

@media (min-width: 1024px) {
  .hero-content {
    margin-top: 130px;
  }
}

.hero-content h2 {
  margin: 0;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

@media (min-width: 870px) {
  .hero-content h2 {
    font-size: 44px;
    line-height: 48px;
    color: #3b465c;
  }
}

.hero-content p {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 870px) {
  .hero-content p {
    font-size: 22px;
    line-height: 26px;
    color: #3b465c;
  }
}

.hero-get-started {
  margin-top: 60px;
}

@media (min-width: 870px) {
  .hero-get-started {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

@media (min-width: 1024px) {
  .hero-get-started {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}

.hero-get-started .btn,
.hero-get-started .filters-box-toggle {
  margin-top: 25px;
  min-width: 190px;
}

@media (min-width: 870px) {

  .hero-get-started .btn,
  .hero-get-started .filters-box-toggle {
    min-width: 260px;
  }
}

@media (min-width: 870px) {
  .hero-find-carer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

.top-bar {
  background-color: #3b465c;
  position: relative;
  z-index: 50;
}

.top-bar .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
}

@media (min-width: 1024px) {
  .top-bar .content {
    height: 60px;
  }
}

.top-bar a {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .top-bar a {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin-left: 40px;
  }
}

.top-bar a.covid-policy {
  display: none;
}

@media (min-width: 1024px) {
  .top-bar a.covid-policy {
    display: block;
  }
}

.top-bar a.stronger {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  text-decoration: underline;
}

.policy-bar {
  background-color: #3b465c;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 9997;
}

.policy-bar .content {
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

.policy-bar .content p {
  margin: 0;
}

@media (min-width: 768px) {
  .policy-bar .content {
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: -0.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.policy-bar .btn,
.policy-bar .filters-box-toggle {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 200px;
  margin-top: 10px;
}

@media (min-width: 768px) {

  .policy-bar .btn,
  .policy-bar .filters-box-toggle {
    margin-top: 0;
    margin-left: 20px;
  }
}

.policy-bar.approved {
  display: none;
}

.hero.alternate .hero-content {
  padding-top: 15px;
}

.hero.alternate .hero-col-1 {
  margin-top: 35px;
}

@media (min-width: 870px) {
  .hero.alternate .hero-col-1 {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1024px) {
  .hero.alternate .hero-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

.hero.alternate .hero-col-2 img {
  width: 100%;
}

@media (min-width: 870px) {
  .hero.alternate .hero-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

@media (min-width: 1024px) {
  .hero.alternate .hero-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.hero.alternate .content {
  height: 100%;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 870px) {
  .hero.alternate .content {
    min-height: 640px;
  }
}

.hero.alternate .content .circle-1 {
  width: 200vw;
  height: 200vw;
  top: -60vw;
  right: -120vw;
  left: auto;
  border-radius: 200vw;
}

@media (min-width: 870px) {
  .hero.alternate .content .circle-1 {
    width: 100vw;
    height: 100vw;
    top: 50%;
    right: -50%;
    left: auto;
  }
}

@media (min-width: 870px) {
  .hero.alternate .content .circle-1 {
    top: 20%;
    right: -60%;
    left: auto;
  }
}

.hero.alternate .content .circle-2 {
  display: none;
}

@media (min-width: 870px) {
  .hero.alternate .content .circle-2 {
    display: block;
    width: 70vw;
    height: 70vw;
    top: -40vw;
    left: -15vw;
  }
}

.hero.alternate .hero-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 480px) {
  .hero.alternate .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.hero.alternate .hero-buttons .btn,
.hero.alternate .hero-buttons .filters-box-toggle {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero.alternate .hero-buttons .hero-requirements {
  text-decoration: none;
}

.hero.alternate .hero-buttons i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #3b465c;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (min-width: 480px) {
  .hero.alternate .hero-buttons i {
    max-width: 150px;
  }
}

@media (min-width: 870px) {
  .hero.alternate .hero-buttons i {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .hero.alternate .hero-buttons i {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.how-it-works .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .how-it-works .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.how-it-works .content h2 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  text-align: center;
  margin: 0;
}

@media (min-width: 1024px) {
  .how-it-works .content h2 {
    text-align: left;
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
    letter-spacing: -1px;
  }
}

@media (min-width: 1024px) {
  .how-it-works .content>h2 {
    display: none;
  }
}

.how-it-works .content .tab-buttons {
  display: none;
}

@media (min-width: 1024px) {
  .how-it-works .content .tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }
}

.how-it-works .content>.tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .how-it-works .content>.tab-buttons {
    display: none;
  }
}

.phone-wrapper {
  width: 100%;
  height: 430px;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .phone-wrapper {
    width: 700px;
    height: auto;
    margin-top: 0;
  }
}

.phone-holder {
  position: absolute;
  width: 100%;
  height: 430px;
  background-image: url("/themes/curam/assets/images/huskies/phone-mobile.png");
  background-size: auto 100%;
  background-position: right 30px center;
  background-repeat: no-repeat;
  left: 0;
}

@media (min-width: 480px) {
  .phone-holder {
    background-position: center;
  }
}

@media (min-width: 1024px) {
  .phone-holder {
    position: relative;
    left: auto;
    height: 560px;
    background-image: url("/themes/curam/assets/images/huskies/phone.png");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.phone-holder .phone-contents {
  position: absolute;
  width: 193px;
  right: 96px;
  top: 13.8%;
  height: 74%;
}

.phone-holder .phone-contents img {
  display: block;
  height: 95%;
  margin: auto;
}

@media (min-width: 480px) {
  .phone-holder .phone-contents {
    right: calc(50% - 136px);
  }
}

@media (min-width: 1024px) {
  .phone-holder .phone-contents {
    display: block;
    width: 36%;
    right: 4%;
    height: 75%;
  }
}

.phone-holder .main-image {
  display: none;
}

@media (min-width: 1024px) {
  .phone-holder .main-image {
    display: block;
    position: absolute;
    right: 41.1%;
    top: 13%;
    width: 390px;
  }
}

.how-it-works .tab-content-wrapper>h2 {
  display: none;
}

@media (min-width: 1024px) {
  .how-it-works .tab-content-wrapper>h2 {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .how-it-works .tab-content-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(95% - 700px);
    flex: 0 0 calc(95% - 700px);
  }
}

@media (min-width: 1024px) {
  .how-it-works.no-tabs .tab-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.tabs {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .tabs {
    margin-top: 35px;
  }
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab p {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 1024px) {
  .tab p {
    font-size: 19px;
    line-height: 23px;
    color: #3b465c;
  }
}

.tab p:first-child {
  margin-top: 0;
}

.tab p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .tab .find-out-more {
    font-size: 26px;
    line-height: 28px;
    color: #3b465c;
  }
}

.tab .btn,
.tab .filters-box-toggle {
  margin-top: 20px;
}

.tab-button {
  display: block;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  text-decoration: none;
  background-color: #3b465c;
}

.tab-button.active {
  cursor: auto;
  background-color: #fbb157;
}

.tab-button:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .tab-button {
    font-size: 22px;
    line-height: 70px;
    color: #ffffff;
    max-width: 230px;
  }
}

.who-we-are .content-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .who-we-are .content-wrapper {
    padding-left: 30px;
    padding-right: 420px;
    min-height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .who-we-are .content-wrapper {
    padding-left: 60px;
    padding-right: 700px;
    min-height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.who-we-are h2 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .who-we-are h2 {
    text-align: left;
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .who-we-are h2 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

.who-we-are img {
  display: block;
  max-width: 320px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .who-we-are img {
    position: absolute;
    top: 0;
    right: 30px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .who-we-are img {
    max-width: 540px;
    right: 60px;
  }
}

.who-we-are p {
  display: block;
  max-width: 400px;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  margin: auto;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .who-we-are p {
    text-align: left;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .who-we-are p {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
    margin-bottom: 27px;
  }
}

.why-curam {
  background-color: #3b465c;
  padding-top: 0;
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .why-curam {
    margin-top: 50px;
  }
}

.why-curam .content {
  padding: 0;
}

@media (min-width: 1024px) {
  .why-curam .content {
    padding: 0 20px;
  }
}

.why-curam .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-curam .gallery img {
  display: none;
  width: 100%;
}

.why-curam .gallery img:first-child {
  display: block;
}

@media (min-width: 768px) {
  .why-curam .gallery img {
    display: block;
    width: 50%;
  }
}

.why-curam .benefits-list {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding: 35px;
}

@media (min-width: 1024px) {
  .why-curam .benefits-list {
    padding: 60px 30px;
    font-size: 19px;
    line-height: 23px;
    color: #ffffff;
  }
}

.why-curam .benefits-list h2,
.why-curam-benefits h2.curam-benefit {
  margin: 0;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  text-align: center;
}

@media (min-width: 768px) {

  .why-curam .benefits-list h2,
  .why-curam-benefits h2.curam-benefit {
    text-align: left;
  }
}

@media (min-width: 1024px) {

  .why-curam .benefits-list h2,
  .why-curam-benefits h2.curam-benefit {
    padding-left: 30px;
    font-size: 44px;
    line-height: 49px;
    color: #ffffff;
  }
}

.why-curam .benefits-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .why-curam .benefits-list ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .why-curam .benefits-list ul {
    padding-left: 30px;
  }
}

.why-curam .benefits-list ul li {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}

@media (min-width: 1024px) {
  .why-curam .benefits-list ul li {
    /* margin: 30px;
    padding-left: 50px;*/
    padding: 30px;
    padding-left: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.why-curam .benefits-list ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url("/themes/curam/assets/images/huskies/check-circle.svg");
}

.app-cta-wrapper {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .app-cta-wrapper {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .app-cta-wrapper {
    padding: 50px 0;
  }
}

.app-cta-box {
  background-color: #f4f7fa;
  border-radius: 35px;
  width: 100%;
  padding-top: 85vw;
  padding-bottom: 20px;
}

@media (min-width: 480px) {
  .app-cta-box {
    padding-top: 360px;
  }
}

@media (min-width: 768px) {
  .app-cta-box {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .app-cta-box {
    height: 360px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 52%;
  }
}

.app-cta-box h2 {
  text-align: center;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  max-width: 270px;
  display: block;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .app-cta-box h2 {
    display: inline-block;
    margin: 0;
    text-align: left;
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .app-cta-box h2 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
    max-width: 70%;
    letter-spacing: -1px;
  }
}

.app-cta-box>img {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
}

@media (min-width: 768px) {
  .app-cta-box>img {
    display: inline-block;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .app-cta-box>img {
    width: 90px;
    height: 90px;
  }
}

@media (min-width: 768px) {
  .app-cta-buttons {
    padding-left: 75px;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .app-cta-buttons {
    padding-left: 100px;
  }
}

.app-image {
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-49%);
  -ms-transform: translateX(-49%);
  transform: translateX(-49%);
  left: 50%;
  width: 110%;
}

@media (min-width: 480px) {
  .app-image {
    width: 360px;
  }
}

@media (min-width: 768px) {
  .app-image {
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    left: 0;
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .app-image {
    width: auto;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    left: 50px;
  }
}

.get-app-store,
.get-google-play {
  display: block;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 768px) {

  .get-app-store,
  .get-google-play {
    display: inline-block;
  }
}

.get-app-store img,
.get-google-play img {
  display: inline-block;
  height: 40px;
}

.apply-jobs-cta .content {
  background-color: #3b465c;
  padding: 20px;
}

@media (min-width: 768px) {
  .apply-jobs-cta .content {
    padding: 40px;
  }
}

.apply-jobs-cta h2 {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .apply-jobs-cta h2 {
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #ffffff;
  }
}

.apply-jobs-cta form {
  display: block;
  max-width: 750px;
  margin: auto;
}

.apply-jobs-cta form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 30px;
}

@media (min-width: 480px) {
  .apply-jobs-cta form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.apply-jobs-cta form input[type=text] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 0;
  line-height: 44px;
  max-width: calc(100% - 116px);
}

@media (min-width: 768px) {
  .apply-jobs-cta form input[type=text] {
    line-height: 48px;
  }
}

.apply-jobs-cta form input[type=submit] {
  border: 0;
  line-height: 46px;
}

@media (min-width: 768px) {
  .apply-jobs-cta form input[type=submit] {
    line-height: 50px;
  }
}

.brochures h2 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin: 0;
}

@media (min-width: 1024px) {
  .brochures h2 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

.brochures p {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-bottom: 0;
}

.brochures p.error {
  color: red;
  display: none;
}

.brochures p.error.active {
  display: inline-block;
}

@media (min-width: 1024px) {
  .brochures p.enter-details {
    font-size: 22px;
    line-height: 35px;
    color: #3b465c;
  }
}

.brochures .btn,
.brochures .filters-box-toggle {
  width: 100%;
}

@media (min-width: 768px) {

  .brochures .btn,
  .brochures .filters-box-toggle {
    width: 18%;
  }
}

.topics {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 20px;
  }
}

.topics li {
  display: block;
  background-color: #3b465c;
  margin-top: 20px;
  border-radius: 13px;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  padding: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 1024px) {
  .topics li {
    margin-top: 0;
    margin-right: 20px;
    width: 33%;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
  }
}

@media (min-width: 1024px) {
  .topics li:last-child {
    margin-right: 0;
  }
}

.topics li .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 30px;
}

.topics li .details img {
  width: 70px;
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .topics li .details img {
    width: 90px;
  }
}

.topics li input[type=checkbox]+label {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}

@media (min-width: 480px) {
  .topics li input[type=checkbox]+label {
    padding-left: 90px;
  }
}

@media (min-width: 1024px) {
  .topics li input[type=checkbox]+label {
    font-size: 22px;
    line-height: 35px;
    color: #ffffff;
    padding-left: 60px;
    letter-spacing: -0.5px;
  }
}

.topics li input[type=checkbox]+label:before {
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border: solid 2px #ffffff;
  background: #ffffff;
}
.frontpage .brochure-form .brochure-fields .form-actions .btn.red{margin-top: 0px;}
@media (min-width: 1024px) {
  .topics li input[type=checkbox]+label:before {
    width: 29px;
    height: 29px;
  }
}

.topics li input[type=checkbox]+label .check {
  position: absolute;
  top: calc(50% + 4px);
  left: 3px;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .topics li input[type=checkbox]+label .check {
    top: calc(50% + 5px);
    left: 4px;
  }
}

.topics li input[type=checkbox]+label .check svg {
  width: 19px;
  height: 19px;
}

@media (min-width: 1024px) {
  .topics li input[type=checkbox]+label .check svg {
    width: 26px;
    height: 26px;
  }
}

.topics li.active input[type=checkbox]+label .check {
  display: block;
}

.topics p {
  color: #ffffff;
  margin-bottom: 0;
}

.brochure-thanks {
  background-color: #3b465c;
  padding: 30px;
  border-radius: 13px;
  display: none;
  margin-top: 20px;
}

.brochure-thanks.active {
  display: block;
}

@media (min-width: 1024px) {
  .brochure-thanks {
    padding: 50px;
    border-radius: 13px;
  }
}

.brochure-thanks h2 {
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

@media (min-width: 1024px) {
  .brochure-thanks h2 {
    font-size: 44px;
    line-height: 49px;
    color: #ffffff;
  }
}

.brochure-thanks p {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 1024px) {
  .brochure-thanks p {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
  }
}

.user-info input {
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .user-info input {
    width: 23%;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .user-info input {
    margin-right: 20px;
  }
}

.user-info .btn,
.user-info .filters-box-toggle {
  display: none;
}

@media (min-width: 768px) {

  .user-info .btn,
  .user-info .filters-box-toggle {
    display: inline-block;
  }
}

.opt-in .btn,
.opt-in .filters-box-toggle {
  display: inline-block;
}

@media (min-width: 768px) {

  .opt-in .btn,
  .opt-in .filters-box-toggle {
    display: none;
  }
}

.brochure-fields {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 768px) {
  .brochure-fields {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.brochure-form {
  display: block;
}

.brochure-form.completed {
  display: none;
}

.get-started {
  background-color: #fbb157;
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}

.get-started.carer {
  background-color: #72BFB1;
}

@media (min-width: 768px) {
  .get-started {
    padding: 60px 0;
  }
}

.get-started:before {
  content: '';
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background-color: #f2a64c;
  z-index: 9;
  bottom: -25%;
  left: -120px;
}

@media (min-width: 768px) {
  .get-started:before {
    top: 50%;
    bottom: auto;
    right: -20%;
    left: 55%;
    width: 50vw;
    height: 50vw;
    min-width: 500px;
    min-height: 500px;
    border-radius: 100vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.get-started.carer:before {
  background-color: #65B4A7;
}

.get-started.carer .btn,
.get-started.carer .filters-box-toggle {
  background-color: #1F554E;
}

.get-started .content {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .get-started .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.get-started .location-autocomplete {
  max-width: 520px;
}

.get-started h2 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin: 0;
}

@media (min-width: 768px) {
  .get-started h2 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

@media (min-width: 768px) {
  .get-started .get-started-register h2 {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 600;
  }
}

.get-started p {
  font-size: 16px;
  line-height: 19px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin: 28px 0;
}

@media (min-width: 768px) {
  .get-started p {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

@media (min-width: 768px) {
  .get-started-search {
    width: 55%;
    padding-right: 20px;
  }
}

.get-started-register {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .get-started-register {
    width: 35%;
    margin-top: 0;
  }
}

.get-started-register a {
  font-size: 16px;
  line-height: 19px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 768px) {
  .get-started-register a {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal.modal-open {
  display: block;
}

.modal .close {
  color: #3b465c;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal .close svg {
  width: 30px;
  height: 30px;
}

.modal-backdrop {
  display: block;
  top: 0;
  left: -200vw;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  position: fixed;
}

.modal-open .modal-backdrop {
  left: 0;
  top: 0;
  opacity: 1;
}

.modal-wrapper {
  position: fixed;
  opacity: 0;
  left: -200vw;
  top: -50px;
  -webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out;
  -o-transition: top .3s ease-in-out, opacity .3s ease-in-out;
  transition: top .3s ease-in-out, opacity .3s ease-in-out;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-open .modal-wrapper.active {
  left: 0;
  top: 0;
  opacity: 1;
}

.modal-window {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  margin: auto;
}

.app-store .modal-window {
  width: 90%;
  padding: 20px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .app-store .modal-window {
    width: 700px;
    padding: 30px;
    padding-top: 50px;
  }
}

.app-store .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

@media (min-width: 768px) {
  .app-store .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.app-store .modal-content h2 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

.app-store .modal-content p {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {
  .app-store .modal-content p {
    font-size: 20px;
    line-height: 25px;
    color: #3b465c;
  }
}

.app-store .modal-content a {
  margin-top: auto;
}

.app-store .modal-content a img {
  max-width: 130px;
}

.app-store .modal-content>div {
  padding: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .app-store .modal-content>div {
    padding-top: 0;
  }
}

.app-store .modal-content>div:first-child {
  border-bottom: solid 1px #c7c7c7;
}

@media (min-width: 768px) {
  .app-store .modal-content>div:first-child {
    border-bottom: 0;
    border-right: solid 1px #c7c7c7;
  }
}

.app-store .app-icon {
  width: 110px;
  height: 110px;
}

.app-store-button {
  display: inline-block;
}

.google-play .app-store-button,
.google-play-button {
  display: none;
}

.google-play .google-play-button {
  display: inline-block;
}

.modal.approval .modal-window {
  width: 90%;
  padding: 20px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .modal.approval .modal-window {
    width: 700px;
    padding: 30px;
    padding-top: 50px;
  }
}

.modal.approval .modal-content h2 {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {
  .modal.approval .modal-content h2 {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.modal.approval .modal-content .approval-image {
  display: block;
  width: 254px;
  height: 513px;
  background-image: url("/themes/curam/assets/images/huskies/m-approval.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: auto;
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .modal.approval .modal-content .approval-image {
    width: 628px;
    height: 447px;
    background-image: url("/themes/curam/assets/images/huskies/approval.png");
  }
}

.modal.approval .modal-content span {
  display: none;
}

@media (min-width: 768px) {
  .modal.approval .modal-content span {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 200px;
    position: relative;
    top: -17px;
    left: 4px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.modal.insurance .modal-window,
.modal.termModal .modal-window {
  width: 90%;
  padding: 20px;
  padding-top: 50px;
}

@media (min-width: 768px) {

  .modal.insurance .modal-window,
  .modal.termModal .modal-window {
    width: 700px;
    padding: 30px;
    padding-top: 50px;
  }


  /* tuyn browser back button popup css start -- */
  .modal.browserpopup .modal-window {
    width: 700px;
    padding: 20px;
    padding-top: 10px;
  }

  /* tuyn browser back button popup css end -- */

}


.modal.insurance .modal-content h2,
.modal.termModal .modal-content h2 {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

@media (min-width: 768px) {

  .modal.insurance .modal-content h2,
  .modal.termModal .modal-content h2 {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.modal.insurance .modal-content p,
.modal.insurance .modal-content ul,
.modal.termModal .modal-content p,
.modal.termModal .modal-content ul {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding: 0;
}

.modal.insurance .modal-content p a,
.modal.insurance .modal-content ul a,
.modal.termModal .modal-content p a,
.modal.termModal .modal-content ul a {
  color: #f7941d;
  text-decoration: none;
}

@media (min-width: 768px) {

  .modal.insurance .modal-content p,
  .modal.insurance .modal-content ul,
  .modal.termModal .modal-content p,
  .modal.termModal .modal-content ul {
    font-size: 19px;
    line-height: 24px;
    color: #3b465c;
  }
}

.modal.insurance .modal-content p li,
.modal.insurance .modal-content ul li,
.modal.termModal .modal-content p li,
.modal.termModal .modal-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.modal.insurance .modal-content p li:before,
.modal.insurance .modal-content ul li:before,
.modal.termModal .modal-content p li:before,
.modal.termModal .modal-content ul li:before {
  position: absolute;
  left: 8px;
  top: -1px;
  content: '•';
}

.perfect-carer h2 {
  text-align: center;
  margin: 0;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

@media (min-width: 768px) {
  .perfect-carer h2 {
    font-size: 48px;
    line-height: 49px;
    color: #3b465c;
  }
}

.perfect-carer h3 {
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin: 15px 0;
}

.perfect-carer p {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin: 0;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .perfect-carer p {
    padding: 0;
  }
}

.perfect-carer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .perfect-carer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.perfect-carer ul li {
  display: block;
  text-align: center;
  margin-top: 40px;
  max-width: 400px;
}

@media (min-width: 1024px) {
  .perfect-carer ul li:hover .image-wrapper {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media (min-width: 768px) {
  .perfect-carer ul li {
    width: 25%;
    padding: 0 10px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .perfect-carer ul li {
    width: 25%;
    padding: 0 20px;
  }
}

.perfect-carer .image-wrapper {
  display: block;
  width: 200px;
  margin: auto;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

@media (min-width: 768px) {
  .perfect-carer .image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
  }
}

@media (min-width: 1024px) {
  .perfect-carer .image-wrapper {
    min-height: 230px;
  }
}

.perfect-carer .image-wrapper img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.perfect-carer .search .image-wrapper {
  width: 174px;
}

@media (min-width: 768px) {
  .perfect-carer .search .image-wrapper {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .perfect-carer .search .image-wrapper {
    width: 174px;
  }
}

.perfect-carer .message .image-wrapper {
  width: 200px;
}

@media (min-width: 768px) {
  .perfect-carer .message .image-wrapper {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .perfect-carer .message .image-wrapper {
    width: 200px;
  }
}

.perfect-carer .match .image-wrapper {
  width: 257px;
}

@media (min-width: 768px) {
  .perfect-carer .match .image-wrapper {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .perfect-carer .match .image-wrapper {
    width: 257px;
  }
}

.perfect-carer .begin .image-wrapper {
  width: 197px;
}

@media (min-width: 768px) {
  .perfect-carer .begin .image-wrapper {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .perfect-carer .begin .image-wrapper {
    width: 197px;
  }
}

.content-left-image-right {
  background-color: #3b465c;
  overflow: hidden;
  position: relative;
  margin: 25px 0;
}

@media (min-width: 768px) {
  .content-left-image-right {
    margin: 50px 0;
  }
}

.content-left-image-right .content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.content-left-image-right .content-wrapper {
  z-index: 2;
  position: relative;
  padding: 35px 0;
}

@media (min-width: 768px) {
  .content-left-image-right .content-wrapper {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (min-width: 1024px) {
  .content-left-image-right .content-wrapper {
    padding: 90px 0;
  }
}

.content-left-image-right .circle {
  position: absolute;
  display: block;
  width: 150vw;
  height: 150vw;
  right: 8vw;
  bottom: -75vw;
  background-color: #242b3a;
  border-radius: 150vw;
  z-index: 1;
}

@media (min-width: 768px) {
  .content-left-image-right .circle {
    width: 100vw;
    height: 100vw;
    right: 35%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .content-left-image-right .circle {
    right: 35%;
  }
}

.content-left-image-right .content-image-d {
  display: none;
}

@media (min-width: 768px) {
  .content-left-image-right .content-image-d {
    display: block;
    width: 100%;
  }
}

.content-left-image-right .content-image-m {
  display: block;
  width: 100%;
  margin: 35px 0;
}

@media (min-width: 768px) {
  .content-left-image-right .content-image-m {
    display: none;
  }
}

@media (min-width: 768px) {
  .content-left-image-right .content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.content-left-image-right .content-column:last-child {
  display: none;
}

@media (min-width: 768px) {
  .content-left-image-right .content-column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(55% - 30px);
    flex: 0 0 calc(55% - 30px);
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .content-left-image-right .content-column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(55% - 60px);
    flex: 0 0 calc(55% - 60px);
    padding-left: 60px;
  }
}

.content-left-image-right h2 {
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin: 0;
}

@media (min-width: 1024px) {
  .content-left-image-right h2 {
    font-size: 44px;
    line-height: 49px;
    color: #ffffff;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
  }
}

.content-left-image-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.content-left-image-right ul li {
  position: relative;
  padding-left: 30px;
}

.content-left-image-right ul li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.content-left-image-right p,
.content-left-image-right ul {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 1024px) {

  .content-left-image-right p,
  .content-left-image-right ul {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    margin-top: 27px;
  }
}

.content-left-image-right strong {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

.content-left-image-right .btn,
.content-left-image-right .filters-box-toggle {
  margin-top: 27px;
}

@media (min-width: 1024px) {

  .content-left-image-right .btn,
  .content-left-image-right .filters-box-toggle {
    margin-top: 48px;
  }
}

.meet-our-team .team-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .meet-our-team .team-content {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.meet-our-team h2 {
  text-align: center;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  margin: auto;
  display: block;
  max-width: 480px;
}

@media (min-width: 1024px) {
  .meet-our-team h2 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
    margin-bottom: 100px;
    max-width: 100%;
    letter-spacing: -1.5px;
  }
}

.meet-our-team .col-1,
.meet-our-team .col-3 {
  text-align: center;
  max-width: 640px;
  margin: auto;
  margin-top: 20px;
}

@media (min-width: 1024px) {

  .meet-our-team .col-1,
  .meet-our-team .col-3 {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {

  .meet-our-team .col-1 p:first-of-type,
  .meet-our-team .col-3 p:first-of-type {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .meet-our-team .col-3 {
    text-align: right;
  }
}

.meet-our-team .col-2 {
  max-width: 640px;
  margin: auto;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .meet-our-team .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 40px;
  }
}

.meet-our-team .col-2 figure,
.meet-our-team .col-2 img {
  display: block;
  width: 100%;
  margin: 0;
}

.meet-our-team p {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
}

@media (min-width: 1024px) {
  .meet-our-team p {
    font-size: 19px;
    line-height: 23px;
    color: #3b465c;
  }
}

.meet-our-team figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  text-align: center;
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .meet-our-team figcaption {
    position: static;
    margin-top: 60px;
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.team-carousel {
  overflow: hidden;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .team-carousel {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    display: block;
    margin: auto;
  }
}

.team-carousel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .team-carousel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.team-carousel ul li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  padding: 0 1%;
}

@media (min-width: 768px) {
  .team-carousel ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1024px) {
  .team-carousel ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0;
  }
}

.team-carousel ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background-color: #3b465c;
}

.team-carousel ul li a img {
  width: 90px;
  display: block;
}

@media (min-width: 1024px) {
  .team-carousel ul li a img {
    width: 128px;
  }
}

.team-carousel ul h4 {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .team-carousel ul h4 {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
  }
}

.team-carousel ul .profile-summary {
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  display: block;
  margin: 8px 0;
}

@media (min-width: 1024px) {
  .team-carousel ul .profile-summary {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
  }
}

.team-carousel ul .view-profile {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .team-carousel ul .view-profile {
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
  }
}

.team-carousel ul .profile-info {
  margin-left: 20px;
}

.profile-rating {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
}

.profile-rating .star-1,
.profile-rating .star-2,
.profile-rating .star-3,
.profile-rating .star-4,
.profile-rating .star-5 {
  display: block;
  margin-right: 2px;
}

.profile-rating .star-1 svg,
.profile-rating .star-2 svg,
.profile-rating .star-3 svg,
.profile-rating .star-4 svg,
.profile-rating .star-5 svg {
  color: #ffffff;
  width: 15px;
  height: 15px;
}

.profile-rating .star-5 {
  margin-right: 10px;
}

.profile-rating.rating-1 .star-1 svg {
  color: #f7941d;
}

.profile-rating.rating-2 .star-1 svg,
.profile-rating.rating-2 .star-2 svg {
  color: #f7941d;
}

.profile-rating.rating-3 .star-1 svg,
.profile-rating.rating-3 .star-2 svg,
.profile-rating.rating-3 .star-3 svg {
  color: #f7941d;
}

.profile-rating.rating-4 .star-1 svg,
.profile-rating.rating-4 .star-2 svg,
.profile-rating.rating-4 .star-3 svg,
.profile-rating.rating-4 .star-4 svg {
  color: #f7941d;
}

.profile-rating.rating-5 .star-1 svg,
.profile-rating.rating-5 .star-2 svg,
.profile-rating.rating-5 .star-3 svg,
.profile-rating.rating-5 .star-4 svg,
.profile-rating.rating-5 .star-5 svg {
  color: #f7941d;
}

.tns-visually-hidden {
  display: none;
}

.tns-outer {
  position: relative;
  padding-bottom: 40px !important;
}

@media (min-width: 1024px) {
  .tns-outer {
    padding: 0 !important;
  }
}

.tns-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tns-nav button {
  -webkit-appearance: none;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  border: solid 1px #3b465c;
  margin: 0 3px;
  outline: none;
}

.tns-nav button.tns-nav-active {
  background-color: #3b465c;
}

.bottom-cta {
  text-align: center;
}

.bottom-cta .btn,
.bottom-cta .filters-box-toggle {
  margin-top: 40px;
}

@media (min-width: 1024px) {

  .bottom-cta .btn,
  .bottom-cta .filters-box-toggle {
    margin-top: 60px;
  }
}

.accordion,
.carer-terms-accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  /*font-size: 16px;
  line-height: 21px;
  color: #3b465c;*/
}

.accordion>li,
.carer-terms-accordion>li {
  border-bottom: solid 1px #3b465c;
}

.accordion>li:first-child,
.carer-terms-accordion>li:first-child {
  border-top: solid 1px #3b465c;
}

.accordion .accordion-toggle,
.carer-terms-accordion .carer-terms-accordion-toggle {
  display: block;
  padding: 25px 0;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  position: relative;
  padding-right: 50px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {

  .accordion .accordion-toggle,
  .carer-terms-accordion .carer-terms-accordion-toggle {
    padding: 30px 0;
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
    padding-right: 50px;
  }
}

.accordion .accordion-toggle:after,
.carer-terms-accordion .carer-terms-accordion-toggle:after {
  position: absolute;
  content: '+';
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

.accordion .active .accordion-toggle:after,
.carer-terms-accordion .active .carer-terms-accordion-toggle:after {
  content: '-';
}

.accordion .accordion-content,
.carer-terms-accordion .accordion-content {
  display: none;
}

.accordion .active .accordion-content,
.carer-terms-accordion .active .accordion-content {
  display: block;
  padding-bottom: 25px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media only screen (min-width: 1023px) {

  .accordion .active .accordion-content,
  .carer-terms-accordion .active .accordion-content {
    font-size: 19px;
    line-height: 23px;
    color: #3b465c;
  }

  .footer-row svg {
    width: 30px !important;
    height: 24px;
    margin-right: 15px;
  }

  .languages p li,
  .languages ul li {
    font-size: 16px;
  }
}

.search-head {
  padding-top: 60px;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .search-head {
    padding-top: 130px;
  }
}

.search-head h1 {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .search-head h1 {
    text-align: left;
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

.search-head p {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .search-head p {
    text-align: left;
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.filters-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 768px) {
  .filters-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.filters-window .results {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .filters-window .results {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .filters-window .results {
    margin-left: 40px;
  }
}

@media (min-width: 1280px) {
  .filters-window .results {
    margin-left: 0px;
  }
}

.filters-window.map-mode .results .carer-profile,
.filters-window.map-mode .results .results-pagination {
  display: none;
}

.filters-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.filters-categories>li {
  padding: 7px 0;
}

.filters-categories>li:first-child {
  padding-top: 0;
}

@media (min-width: 768px) {
  .filters-categories>li {
    padding: 14px 0;
  }
}

.filters-categories>li ul {
  display: none;
}

.filter-arrow-icon {
  width:18px;
  position: absolute;
  top: 8px;
  right: 0;
}

.filters-categories>li.active .filter-toggle svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters-box-toggle {
  text-align: center;
  width: 100%;
  border: solid 1px #3b465c;
  line-height: 38px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .filters-box-toggle {
    display: none;
  }
}

.filters-options {
  display: none;
  background-color: #ffffff;
  padding: 12px;
  list-style-type: none;
  margin: 0;
  margin-top: 26px;
  max-height: 182px;
  overflow: auto;
}

@media (min-width: 768px) {
  .filters-options {
    padding: 16px;
    max-height: 188px;
  }
}

.filters-options>li {
  padding: 6px 0;
}

li.active .filters-options {
  display: block;
}

.filters-options label {
  cursor: pointer;
}

.filters-options input[type=checkbox],
.filters-options input[type=radio] {
  display: none;
}

.filters-options input[type=checkbox]+label {
  position: relative;
  padding-right: 55px;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.filters-options input[type=checkbox]+label:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: solid 1px #3b465c;
}

.filters-options input[type=checkbox]+label .check {
  position: absolute;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  display: none;
}

.filters-options input[type=checkbox]+label .check svg {
  width: 20px;
  height: 20px;
}

.filters-options input[type=checkbox]:checked+label .check {
  display: block;
}

.filters-options input[type=radio]+label {
  position: relative;
  padding-right: 55px;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.filters-options input[type=radio]+label:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: solid 1px #3b465c;
  border-radius: 18px;
}

.filters-options input[type=radio]+label .check {
  position: absolute;
  top: 4px;
  right: 3px;
  display: none;
  width: 14px;
  height: 14px;
  background-color: #3b465c;
  border-radius: 14px;
}

.filters-options input[type=radio]:checked+label .check {
  display: block;
}

.filters-box {
  background-color: #3b465c;
  padding: 30px 20px;
  display: none;
}

.filters-box.active {
  display: block;
}

@media (min-width: 768px) {
  .filters-box {
    padding: 40px 25px;
    display: block;
  }
}

@media (min-width: 768px) {
  .filters-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
	background-color: #FFF5EA;
    padding: 20px;
    border: 1px solid #FBB157;
  }
}

@media (min-width: 1024px) {
  .filters-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
	background-color: #FFF5EA;
    padding: 20px;
    border: 1px solid #FBB157;
  }
}

.filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  color: #36465B;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 400 !important;
  cursor: pointer;
  position: relative;
}

.filter-toggle:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .filter-toggle {
    font-size: 17px;
    line-height: 27px;
    color: #36465B;
    width: 100%;
    position: relative;
    display: block;
    outline: none;
  }
}

.filter-toggle svg {
  width: 15px;
  height: 15px;
  color: #36465B;
  margin-left: 15px;
  float: right;
  /*added by curam web and UI team*/
  min-width: 15px;
}

.filters-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filters-type ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .filters-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
}

.filters-type ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
}

@media (min-width: 768px) {
  .filters-type ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
}

@media (min-width: 1024px) {
  .filters-type ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.filters-type input[type=radio] {
  display: none;
}

.filters-type input[type=radio]+label {
  position: relative;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  background-color: #3b465c;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 10px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

@media (min-width: 768px) {
  .filters-type input[type=radio]+label {
    font-size: 19px;
    line-height: 34px;
    color: #ffffff;
    margin: 40px 0;
    margin-right: 20px;
    width: auto;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 300;
    min-width: 100px;
  }
}

@media (min-width: 1024px) {
  .filters-type input[type=radio]+label {
    min-width: 140px;
  }
}

.filters-type input[type=radio]:checked+label {
  background-color: #fbb157;
}

.filter-by-text {
  display: none;
  position: relative;
}

li.active .filter-by-text {
  display: block;
}

li.active .filter-by-text input {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-right: 50px;
  font-size: 19px;
  line-height: 42px;
  color: #3b465c;
}

@media (min-width: 768px) {
  li.active .filter-by-text input {
    font-size: 19px;
    line-height: 50px;
    color: #3b465c;
  }
}

.filter-by-text:after {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: url("/themes/curam/assets/images/huskies/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .filter-by-text:after {
    width: 24px;
    height: 24px;
  }
}

.filtered-out {
  display: none;
}

.no-results {
  display: none;
}

.list-empty .no-results {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.filter-box-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.filter-box-buttons button {
    margin-top:10px;
}
.filter-box-buttons .btn,
.filter-box-buttons .filters-box-toggle {
  border: solid 1px #ffffff;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  padding: 0 10px;
  background-color:#F15B5B;
}

@media (min-width: 1024px) {

  .filter-box-buttons .btn,
  .filter-box-buttons .filters-box-toggle {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    background-color:#F15B5B;b465c;
      }
}

.filter-box-buttons .clear-filters {
  background-color: transparent;
    color: #36465B;
    border: 1px solid #36465B;
    font-weight: 600 !important;
}
/* updated */
.results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
	margin-right: 60px;
}
@media (max-width: 768px) {
  .results-list {
    margin-right: auto;
  }
}

.carer-profile {
  display: block;
  background-color: #fff;
  border: 1px solid #FBB157;
   padding: 16px;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
}

.carer-profile a,
.carer-profile a:Hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .carer-profile {
    padding: 20px;
    margin-bottom: 20px;
    padding-left: 205px;
  }
}

.carer-profile .btn,
.carer-profile .filters-box-toggle {
  line-height: 32px;
  margin-top: 20px;
}

.carer-profile .profile-info {
  display: block;
}

@media (min-width: 1024px) {
  .carer-profile .profile-info {
    padding-right: 110px;
  }
}

.carer-profile .profile-info h4 {
  font-size: 25px;
  line-height: 28px;
  color: #000;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .carer-profile .profile-info h4 {
    font-size: 30px;
    line-height: 37px;
    color: #000;
    font-weight:500;
  }
}

@media (min-width: 1024px) {
  .carer-profile .profile-info .profile-info-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
  }
}

.carer-profile .profile-info .profile-info-line {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  display: block;
  margin: 8px 0;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .carer-profile .profile-info .profile-info-line {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    display: inline-block;
    margin: 0;
    border-right: solid 1px #ffffff;
    padding-right: 10px;
    margin-left: 10px;
  }
}

.carer-profile .profile-info .profile-info-line:first-child {
  margin-left: 0;
}

.carer-profile .profile-info .profile-info-line:last-child {
  border-right: 0;
}

.carer-profile .profile-info .video-profile {
  /*padding: 0 10px;*/
  /*display: none;*/
  /*Commented by Curam Web team for show the video icon on all device*/
}

@media (min-width: 1024px) {
  .carer-profile .profile-info .video-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
  }
}

.carer-profile .profile-info .video-profile svg {
  width: 21px;
  height: 16px;
}

.carer-profile .profile-options {
  display: none;
}

@media (min-width: 1024px) {
  .carer-profile .profile-options {
    display: block;
  }
}

.profile-image {
  width: 115px;
  height: 115px;
  float: left;
  margin-right: 20px;
  margin-bottom: 12px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .profile-image {
    width: 165px;
    height: 165px;
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0;
  }
}

.profile-care-type {
  clear: both;
  display: block;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3b465c;
}

@media (min-width: 1024px) {
  .profile-care-type {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
  }
}

.profile-care-type .available {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #3b465c;
  margin-left: 8px;
  display: none;
}

@media (min-width: 480px) {
  .profile-care-type .available {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .profile-care-type .available {
    display: none;
  }
}

.profile-care-type ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 480px) {
  .profile-care-type ul {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .profile-care-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #F2F5FA;
  }
}

.profile-care-type ul li {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  font-size: 13px;
  line-height: 34px;
  color: #3b465c;
  display: block;
  padding: 0 8px;
  border-left: solid 1px #3b465c;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  text-align: center;
}

@media (min-width: 1024px) {
  .profile-care-type ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 21px;
    color: #3b465c;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 13px 0;
    border-left: 0;
  }
}

.profile-care-type ul li svg {
  display: none;
}

@media (min-width: 1024px) {
  .profile-care-type ul li svg {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
	filter:brightness(0.3);
  }
}

@media (min-width: 1024px) {
  .profile-description {
    display: block;
    padding-right: 110px;
  }
}

.profile-description p {
  font-size: 14px;
  line-height: 18px;
  color: #36465B;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

@media (min-width: 1024px) {
  .profile-description p {
    font-size: 16px;
    line-height: 21px;
    color: #36465B;
    min-height: 120px;
    /* added by Curam web and UI team */
  }
}

.profile-badge {
  position: absolute;
  display: block;
  height: 40px;
  right: 20px;
  bottom: 20px;
}

@media (min-width: 1024px) {
  .profile-badge {
    right: auto;
    bottom: auto;
    top: 220px;
    left: 57px;
    width: 90px;
    height: auto;
  }
}

.profile-options {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-options li {
  display: inline-block;
  border: solid 1px #36465B;
  font-size: 16px;
  line-height: 21px;
  color: #36465B;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding: 8px;
  margin-right: 10px;
  margin-top: 10px;
}

.interstitial {
  padding: 30px;
  background-color: #fbb157;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .interstitial {
    margin-bottom: 20px;
  }
}

.interstitial h3 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  margin: 0;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 700;
}

@media (min-width: 1024px) {
  .interstitial h3 {
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.interstitial p {
  font-size: 16px;
  line-height: 21px;
  color: #36465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

@media (min-width: 1024px) {
  .interstitial p {
    color: #3b465c;
	font-weight: 500;
  }
}

.results-pagination {
  margin-top: 20px;
}

.results-pagination .btn,
.results-pagination .filters-box-toggle {
  border: solid 1px #3b465c;
  font-size: 14px;
  line-height: 42px;
  color: #3b465c;
  padding: 0 10px;
  margin-right: 18px;
}

@media (min-width: 1024px) {

  .results-pagination .btn,
  .results-pagination .filters-box-toggle {
    font-size: 16px;
    line-height: 42px;
    color: #3b465c;
  }
}

.get-started-cta {
  display: none;
}

@media (min-width: 768px) {
  .get-started-cta {
    display: block;
    background-color: #fbb157;
    padding: 20px;
    margin-top: 30px;
  }
}

.get-started-cta h3 {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  margin: 0;
  letter-spacing: -0.5px;
}

.get-started-cta p {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin-bottom: 30px;
}

.wrapper-listcare {
  display: block;
  width: -webkit-fill-available;
}

@media (max-width:767px){
  .wrapper-listcare {order:1;
  background-color: #FFF5EA;
      padding: 20px;
      border: 1px solid #FBB157
  }
  .filters-window .results {order:2;}
  }
  
.accordion-carer-accordion-filters-box details.open img {
      transform: rotate(180deg);
}

.get-started-cta .btn,
.get-started-cta .filters-box-toggle {
  line-height: 42px;
	width: 300px;
}

.filters-input .field {
  max-width: 750px;
  margin-bottom: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .filters-input .field {
    margin-bottom: 0;
  }
}

.filters-input input[type=text] {
  border: solid 1px #3b465c;
}

@media (min-width: 480px) {
  .filters-input input[type=text] {
    border-right: 0;
  }
}

.search-filters {
  padding-top: 20px;
}

#resultMap {
  width: 100%;
  height: 500px;
}

.results-map {
  display: none;
  position: relative;
}

.map-mode .results-map {
  display: block;
  padding-bottom: 20px;
}

.results-map .cluster div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 48px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  height: 48px;
}

.results-map div[role=button] {
  outline: none;
}

.results-map .map-popup {
  padding: 12px;
  background-color: #3b465c;
  display: none;
  width: 90%;
  max-width: 380px;
}

@media (min-width: 1024px) {
  .results-map .map-popup {
    padding: 20px;
  }
}

.results-map .map-popup img {
  width: 90px;
  display: block;
}

@media (min-width: 1024px) {
  .results-map .map-popup img {
    width: 128px;
  }
}

.results-map .map-popup h4 {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .results-map .map-popup h4 {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
  }
}

.results-map .map-popup .profile-summary {
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  display: block;
  margin: 8px 0;
}

@media (min-width: 1024px) {
  .results-map .map-popup .profile-summary {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
  }
}

.results-map .map-popup .view-profile {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .results-map .map-popup .view-profile {
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
  }
}

.results-map .map-popup .profile-info {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .results-map .map-popup .profile-info {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .results-map .map-popup {
    width: 380px;
    min-height: 140px;
  }
}

.results-map .popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

.results-map .popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}

.results-map .popup-bubble-anchor::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #3b465c;
}

.results-map .popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  width: 300px;
}

.results-map .popup-container .close {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.results-map .popup-container .close svg {
  width: 16px;
  height: 16px;
}

#resultMap .map-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .map-toggles {
    display: none;
  }
}

.filters-type .map-toggles {
  display: none;
}

@media (min-width: 768px) {
  .filters-type .map-toggles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.map-toggles a {
  display: block;
  background-color: #3b465c;
  color: #ffffff;
  width: 70px;
  height: 38px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-toggles a.active {
  cursor: auto;
  background-color: #1D2432;
}

.map-toggles a svg {
  width: 25px;
  height: 25px;
}

.carer-profile-section {
  padding-top: 60px;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .carer-profile-section {
    padding-top: 130px;
  }
}

.carer-profile-section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .carer-profile-section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (min-width: 1024px) {
  .carer-profile-section .content {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .carer-profile-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
  }
}

@media (min-width: 1024px) {
  .carer-profile-information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
}

@media (min-width: 768px) {
  .carer-profile-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
  }
}

@media (min-width: 1024px) {
  .carer-profile-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
  }
}

.carer-profile-details h1 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .carer-profile-details h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10px;
  }
}

.carer-profile-details h1 span {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {
  .carer-profile-details h1 span {
    margin-left: 10px;
  }
}

.carer-profile-image,
.m-carer-profile-image {
  width: 100%;
}

.carer-profile-image {
  display: none;
}

@media (min-width: 768px) {
  .carer-profile-image {
    display: block;
  }
}

.m-carer-profile-image {
  display: block;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .m-carer-profile-image {
    display: none;
  }
}

.carer-profile-information .carer-profile-basics {
  display: none;
}

@media (min-width: 768px) {
  .carer-profile-information .carer-profile-basics {
    display: block;
    margin-top: 20px;
  }
}

.carer-profile-details .carer-profile-basics {
  display: block;
}

@media (min-width: 768px) {
  .carer-profile-details .carer-profile-basics {
    display: none;
  }
}

.carer-profile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .carer-profile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.carer-profile-buttons .btn,
.carer-profile-buttons .filters-box-toggle {
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  margin-right: 20px;
}

@media (min-width: 768px) {

  .carer-profile-buttons .btn,
  .carer-profile-buttons .filters-box-toggle {
    font-size: 16px;
    line-height: 43px;
    color: #ffffff;
  }
}

.carer-profile-buttons .carer-shortlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {
  .carer-profile-buttons .carer-shortlist {
    font-size: 16px;
    line-height: 21px;
    color: #3b465c;
  }
}

.carer-profile-buttons .carer-shortlist svg {
  width: 22px;
  height: 22px;
  margin-left: 8px;
}

@media (min-width: 768px) {
  .carer-profile-buttons .carer-shortlist svg {
    width: 28px;
    height: 28px;
  }
}

.carer-profile-summary {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {
  .carer-profile-summary {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.carer-profile-summary h5 {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .carer-profile-summary h5 {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.carer-profile-basics {
  background-color: #3b465c;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

.carer-profile-basics ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.carer-profile-basics ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .carer-profile-basics ul li {
    margin: 20px 0;
  }
}

.carer-profile-basics ul li span {
  display: block;
  text-align: right;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin-left: 10px;
}

.carer-profile-approval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
}

.carer-profile-approval .insured-toggle,
.carer-profile-approval .approved-toggle {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .carer-profile-approval {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.video .carer-profile-information .carer-profile-approval {
  display: none;
}

@media (min-width: 768px) {
  .video .carer-profile-information .carer-profile-approval {
    display: block;
  }
}

.video .carer-profile-details .carer-profile-approval {
  display: block;
}

@media (min-width: 768px) {
  .video .carer-profile-details .carer-profile-approval {
    display: none;
  }
}

.carer-profile-approval .carer-approved,
.carer-profile-approval .carer-insured {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  padding: 10px;
  border: solid 1px #3b465c;
  width: 100%;
  margin: 5px 0;
  text-align: center;
}

.carer-profile-approval .carer-approved:hover,
.carer-profile-approval .carer-insured:hover {
  text-decoration: none;
}

@media (min-width: 480px) {

  .carer-profile-approval .carer-approved,
  .carer-profile-approval .carer-insured {
    width: auto;
  }
}

@media (min-width: 1024px) {

  .carer-profile-approval .carer-approved,
  .carer-profile-approval .carer-insured {
    width: 48%;
  }
}

.video .carer-profile-approval .carer-approved,
.video .carer-profile-approval .carer-insured {
  width: auto;
}

.carer-profile-approval .carer-approved span,
.carer-profile-approval .carer-insured span {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  display: block;
}

@media (min-width: 480px) {

  .carer-profile-approval .carer-approved span,
  .carer-profile-approval .carer-insured span {
    display: inline-block;
    margin-left: 5px;
    padding-left: 10px;
    border-left: solid 2px #3b465c;
  }
}

.carer-profile-approval p {
  font-size: 14px;
  line-height: 18px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

.carer-profile-approval p a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .carer-profile-approval p {
    font-size: 16px;
    line-height: 21px;
    color: #3b465c;
  }
}

.carer-video {
  position: relative;
  margin: 30px 0;
}

.carer-video video {
  outline: none;
  max-width: 100%;
  margin: auto;
  display: block;
}

.carer-video .video-play-button {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border: 0;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.carer-video .video-play-button svg {
  width: 75px;
  height: 75px;
}

.carer-video .video-play-button.playing:before,
.carer-video .video-play-button.playing:after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 75px;
  background-color: #3b465c;
  left: 7px;
  top: 0;
}

.carer-video .video-play-button.playing:after {
  left: 47px;
}

.carer-video .video-play-button.playing svg {
  display: none;
}

.carer-details {
  padding-top: 0;
}

.carer-details h3 {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .carer-details h3 {
    font-size: 20px;
    line-height: 24px;
    color: #3b465c;
    margin-top: 40px;
  }
}

.carer-details p {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {
  .carer-details p {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.carer-details .carer-features {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.carer-details .carer-features li {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  display: inline-block;
  background-color: #3b465c;
  padding: 5px;
  margin-top: 8px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .carer-details .carer-features li {
    font-size: 19px;
    line-height: 23px;
    color: #ffffff;
    margin-top: 14px;
    margin-right: 14px;
  }
}

.carer-details .carer-training {
  list-style-type: none;
  margin: 20px 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b465c;
  padding: 20px;
  max-width: 600px;
}

.carer-details .carer-training li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
}

.carer-details .carer-training li img {
  max-width: 58px;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .carer-details .carer-training li img {
    max-width: 120px;
  }
}

.how-to-carer h2 {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .how-to-carer h2 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

.how-to-carer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .how-to-carer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }
}

.how-to-carer ul li {
  text-align: center;
  display: block;
  padding: 0 20px;
  margin-top: 30px;
}

.how-to-carer ul li img {
  display: block;
  height: 250px;
  margin: auto;
}

@media (min-width: 768px) {
  .how-to-carer ul li img {
    height: 200px;
  }
}

@media (min-width: 1024px) {
  .how-to-carer ul li img {
    height: 300px;
  }
}

.how-to-carer ul li .title,
.how-to-carer ul li .description {
  max-width: 300px;
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
}

.how-to-carer ul li .title {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .how-to-carer ul li .title {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.how-to-carer ul li .description {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .how-to-carer ul li .description {
    font-size: 20px;
    line-height: 24px;
    color: #3b465c;
  }
}

.why-curam-carer {
  overflow: hidden;
}

.why-curam-carer>.content {
  position: relative;
}

@media (min-width: 768px) {
  .why-curam-carer>.content {
    min-height: 680px;
    padding-right: 50%;
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .why-curam-carer>.content {
    min-height: 520px;
    padding-right: 650px;
    margin-top: 100px;
  }
}

.why-curam-carer>.content p {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {
  .why-curam-carer>.content p {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.why-curam-carer h2 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .why-curam-carer h2 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
    text-align: left;
    margin-bottom: 40px;
  }
}

.why-curam-image:before {
  content: '';
  width: 75vw;
  height: 75vw;
  border: solid 40px #72BFB1;
  position: absolute;
  top: 0;
  right: -10%;
  border-radius: 1000px;
  z-index: -1;
}

@media (min-width: 768px) {
  .why-curam-image:before {
    width: 500px;
    height: 500px;
    border: solid 60px #72BFB1;
    top: -20%;
    right: -85%;
  }
}

@media (min-width: 1024px) {
  .why-curam-image:before {
    width: 1000px;
    height: 1000px;
    border: solid 85px #72BFB1;
    right: auto;
    left: -85px;
  }
}

@media (min-width: 768px) {
  .why-curam-image {
    position: absolute;
    right: 20px;
    /* commented by curam web team */
    /*top: 80px;*/
    top: 0px;
  }
}

@media (min-width: 1024px) {
  .why-curam-image {
    width: 45%;
  }
}

.why-curam-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .why-curam-image img {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .why-curam-image img {
    width: 100%;
  }
}

.why-curam-image img.m-image {
  display: block;
}

@media (min-width: 768px) {
  .why-curam-image img.m-image {
    display: none;
  }
}

.why-curam-image img.d-image {
  display: none;
}

@media (min-width: 768px) {
  .why-curam-image img.d-image {
    display: block;
  }
}

.why-curam-benefits {
  background-color: #3b465c;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 1024px) {
  .why-curam-benefits {
    padding: 85px 0;
  }
}

.why-curam-benefits ul {
  list-style-type: disc;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding-left: 20px;
}

@media (min-width: 1024px) {
  .why-curam-benefits ul {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
  }
}

.why-curam-benefits ul li {
  margin: 15px 0;
}

.cpd-courses-cta {
  background-color: #08554E;
  margin: 25px 0;
}

@media (min-width: 1024px) {
  .cpd-courses-cta {
    margin: 50px 0;
  }
}

.cpd-courses-cta h2 {
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .cpd-courses-cta h2 {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .cpd-courses-cta h2 {
    font-size: 44px;
    line-height: 49px;
    color: #ffffff;
  }
}

.cpd-courses-cta p {
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

.cpd-courses-cta .btn,
.cpd-courses-cta .filters-box-toggle {
  font-size: 14px;
  line-height: 45px;
  color: #ffffff;
  padding: 0 10px;
  width: 100%;
}

@media (min-width: 768px) {

  .cpd-courses-cta .btn,
  .cpd-courses-cta .filters-box-toggle {
    padding: 0 20px;
    width: auto;
  }
}

.cpd-courses-cta .cta-image {
  display: block;
  width: 100%;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .cpd-courses-cta .cta-image {
    position: absolute;
    right: 0;
    top: 50%;
    width: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .cpd-courses-cta .cta-image {
    width: 50%;
  }
}

.cpd-courses-cta .cta-content {
  position: relative;
}

@media (min-width: 768px) {
  .cpd-courses-cta .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 50%;
    min-height: 270px;
  }
}

@media (min-width: 1024px) {
  .cpd-courses-cta .cta-content {
    padding-right: 60%;
    min-height: 370px;
  }
}

.blog-article-content img {
  max-width: 100%;
  width: auto !important;
  margin: 0 auto;
}

.blog-header {
  position: relative;
}

.blog-header h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
}

@media (min-width: 768px) {
  .blog-header h1 {
    margin-bottom: 50px;
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

@media (min-width: 480px) {
  .blog-header .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.blog-header input[type=text] {
  border: solid 1px #3b465c;
  width: 100%;
  font-size: 16px;
  line-height: 38px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  height: 50px;
}

@media (min-width: 480px) {
  .blog-header input[type=text] {
    border-right: 0;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.blog-header input[type=submit] {
  width: 100%;
}

@media (min-width: 480px) {
  .blog-header input[type=submit] {
    width: auto;
  }
}

.blog-header form {
  display: block;
  max-width: 530px;
  margin: auto;
}

.blog-circle-header {
  min-height: 60px;
  position: relative;
  z-index: -1;
  width: 100%;
}

@media (min-width: 1024px) {
  .blog-circle-header {
    min-height: 130px;
  }
}

.blog-circle-header:after {
  content: '';
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-color: #fbb157;
  border: solid 70px #f7941d;
  position: absolute;
  top: -400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 480px) {
  .blog-circle-header:after {
    width: 900px;
    height: 900px;
    top: -850px;
  }
}

@media (min-width: 768px) {
  .blog-circle-header:after {
    width: 500px;
    height: 500px;
    border-radius: 500px;
    top: -400px;
    right: -600px;
    left: auto;
    border: solid 70px #f7941d;
    background-color: transparent;
  }
}

@media (min-width: 1024px) {
  .blog-circle-header:after {
    top: -200px;
    right: -480px;
  }
}

.blog-featured h5 {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin: 0;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .blog-featured h5 {
    margin-left: 45%;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

@media (min-width: 1280px) {
  .blog-featured h5 {
    margin-left: 55%;
  }
}

@media (min-width: 1024px) {
  .blog-featured-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.blog-featured .featured-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 1024px) {
  .blog-featured .featured-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
}

@media (min-width: 1280px) {
  .blog-featured .featured-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

@media (min-width: 1024px) {
  .featured-main {
    padding-right: 20px;
  }
}

@media (min-width: 1280px) {
  .featured-main {
    padding-right: 100px;
  }
}

.blog-card {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.blog-card:hover {
  text-decoration: none;
}

.blog-card img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-card .article-tag {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #f15b5b;
  display: block;
  padding-top: 16px;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .blog-card .article-tag {
    font-size: 16px;
    line-height: 21px;
    color: #f15b5b;
  }
}

.blog-card h3 {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .blog-card h3 {
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #3b465c;
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .featured-list .blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .featured-list .blog-card img {
    width: 240px;
    max-width: 100%;
    object-fit: cover;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 128px;
  }
}

@media (min-width: 1024px) {
  .featured-list .blog-card .article-tag {
    display: none;
  }
}

@media (min-width: 1024px) {
  .featured-list .blog-card h3 {
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
    margin-left: 20px;
  }
}

.blog-landing {
  padding-top: 0;
}

.blog-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .blog-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

.blog-list li:nth-child(odd) {
  margin-left: 0;
}

.blog-list li:nth-child(even) {
  margin-right: 0;
}

.blog-pagination {
  display: block;
  width: 100%;
  max-width: 420px;
  list-style-type: none;
  margin: auto;
  margin-top: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-pagination a {
  font-size: 16px;
  line-height: 42px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
}

.blog-pagination .btn,
.blog-pagination .filters-box-toggle {
  border: solid 1px #3b465c;
  padding: 0 10px;
}

@media (min-width: 480px) {

  .blog-pagination .btn,
  .blog-pagination .filters-box-toggle {
    padding: 0 20px;
  }
}

.blog-pagination .btn.prev,
.blog-pagination .prev.filters-box-toggle {
  margin-right: 10px;
}

@media (min-width: 480px) {

  .blog-pagination .btn.prev,
  .blog-pagination .prev.filters-box-toggle {
    margin-right: 20px;
  }

  .blog-pagination li.pager__item.pager__item--previous .btn {
    margin-right: 20px;
  }
}

.blog-pagination .btn.next,
.blog-pagination .next.filters-box-toggle {
  margin-left: 10px;
}

@media (min-width: 480px) {

  .blog-pagination .btn.next,
  .blog-pagination .next.filters-box-toggle {
    margin-left: 20px;
  }
}

.blog-pagination .disabled {
  opacity: 0.5;
  cursor: auto;
}

.blog-pagination .active {
  text-decoration: underline;
  cursor: auto;
}

.blog-article {
  padding-top: 60px;
}

@media (min-width: 1024px) {
  .blog-article {
    padding-top: 130px;
  }
}

.blog-article-header img {
  display: block;
  width: 100%;
}

.blog-article-header h1 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog-article-header h1 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

.blog-article-content {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .blog-article-content {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.blog-article-content h2 {
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog-article-content h2 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
    padding-top: 20px;
  }
}

.blog-article-content figure {
  display: block;
  margin: 40px 0;
  padding: 0;
}

.blog-article-content figure img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-article-content figure img {
    margin: auto;
    width: 80%;
  }
}

.blog-related {
  overflow: hidden;
}

.blog-related ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .blog-related ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.blog-related ul li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 1%;
}

@media (min-width: 768px) {
  .blog-related ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1024px) {
  .blog-related ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0;
  }
}

.blog-related ul li a {
  margin-bottom: 0;
}

.blog-related .tns-nav button {
  -webkit-appearance: none;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  background-color: #3b465c;
  border: 0px;
  margin: 0 3px;
  outline: none;
}

.blog-related .tns-nav button.tns-nav-active {
  background-color: #fbb157;
}

.blog-related h3 {
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .blog-related h3 {
    margin-bottom: 20px;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #3b465c;
  }
}

.contact-cta,
.testimonial {
  background-color: #3b465c;
  padding: 25px;
  margin: 40px 0;
}

@media (min-width: 1024px) {

  .contact-cta,
  .testimonial {
    padding: 50px;
  }
}

.testimonial {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {
  .testimonial {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
  }
}

.contact-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .contact-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contact-cta-header {
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {
  .contact-cta-header {
    text-align: left;
    font-size: 30px;
    line-height: 37px;
    color: #ffffff;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.contact-cta-buttons {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .contact-cta-buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 0;
  }
}

.contact-cta-buttons .btn,
.contact-cta-buttons .filters-box-toggle {
  font-size: 14px;
  line-height: 48px;
  color: #ffffff;
  padding: 0 10px;
}

@media (min-width: 480px) {

  .contact-cta-buttons .btn,
  .contact-cta-buttons .filters-box-toggle {
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    padding: 0 20px;
  }
}

.contact-cta-buttons span {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

.terms {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {
  .terms {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.terms h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .terms h1 {
    margin-bottom: 50px;
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
    padding-bottom: 60px;
  }
}

.terms .circle-header {
  display: none;
}

@media (min-width: 768px) {
  .terms .circle-header {
    display: block;
  }
}

@media (min-width: 768px) {
  .terms .blog-circle-header {
    display: none;
  }
}

.terms h2 {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

@media (min-width: 768px) {
  .terms h2 {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.terms .content {
  padding-bottom: 20px;
}

.terms ul {
  padding-left: 0;
}

.terms ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}

.terms ul li:before {
  position: absolute;
  left: 8px;
  top: -1px;
  content: '•';
}

.helpdesk-header {
  padding-top: 60px;
}

@media (min-width: 1024px) {
  .helpdesk-header {
    padding-top: 130px;
  }
}

.helpdesk-header .helpdesk-header-content {
  background-color: #3b465c;
  padding: 20px;
}

@media (min-width: 768px) {
  .helpdesk-header .helpdesk-header-content {
    padding: 60px;
  }
}

.helpdesk-header .helpdesk-header-content ::-webkit-input-placeholder {
  color: #ffffff;
}

.helpdesk-header .helpdesk-header-content ::-moz-placeholder {
  color: #ffffff;
}

.helpdesk-header .helpdesk-header-content ::-ms-input-placeholder {
  color: #ffffff;
}

.helpdesk-header .helpdesk-header-content ::placeholder {
  color: #ffffff;
}

.helpdesk-header input[type=text] {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding-left: 60px;
}

@media (min-width: 768px) {
  .helpdesk-header input[type=text] {
    font-size: 22px;
    line-height: 44px;
    color: #ffffff;
  }
}

.helpdesk-header h1 {
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .helpdesk-header h1 {
    font-size: 44px;
    line-height: 49px;
    color: #ffffff;
    margin-bottom: 30px;
  }
}

.helpdesk-header .field {
  position: relative;
}

.helpdesk-header .field:after {
  content: '';
  position: absolute;
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("/themes/curam/assets/images/huskies/helpdesk-search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.helpdesk-switch span {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .helpdesk-switch span {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
    margin: 30px 0;
  }
}

.helpdesk-switch ul {
  list-style-type: none;
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.helpdesk-switch ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  background-color: #72BFB1;
  font-size: 14px;
  line-height: 46px;
  color: #3b465c;
  cursor: pointer;
}

@media (min-width: 768px) {
  .helpdesk-switch ul li {
    font-size: 22px;
    line-height: 68px;
    color: #3b465c;
  }
}

.helpdesk-switch ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.helpdesk-switch ul li.active {
  background-color: #fbb157;
  cursor: auto;
}

.helpdesk-content {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .helpdesk-content {
    padding-bottom: 50px;
  }
}

.helpdesk-section h2 {
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  text-align: center;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .helpdesk-section h2 {
    font-size: 30px;
    line-height: 37px;
    color: #3b465c;
    margin: 60px 0;
  }
}

.region-header,
.regions-header {
  padding-top: 60px;
}

@media (min-width: 1024px) {

  .region-header,
  .regions-header {
    padding-top: 130px;
  }
}

.region-header h1,
.regions-header h1 {
  display: block;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
}

@media (min-width: 768px) {

  .region-header h1,
  .regions-header h1 {
    width: 60%;
  }
}

@media (min-width: 1024px) {

  .region-header h1,
  .regions-header h1 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

.region-header p,
.regions-header p {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {

  .region-header p,
  .regions-header p {
    width: 65%;
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.region-header .field,
.regions-header .field {
  /* max-width: 530px;*/
}



#custom-serach-carer-region {
  max-width: 530px;
}

.regions_list #custom-serach-carer-home {
  max-width: 530px;
}

.region-header .field input[type=text],
.regions-header .field input[type=text] {
  border: solid 1px #3b465c;
}

@media (min-width: 480px) {

  .region-header .field input[type=text],
  .regions-header .field input[type=text] {
    border-right: 0;
  }
}

.breadcrumb {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .breadcrumb {
    margin: 50px 0;
  }
}

.breadcrumb span {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

.region-image {
  display: block;
  width: 100%;
  margin: 40px 0;
}

body.regions .region-content .view-content img {
  display: block;
  width: 100%;
  margin: 40px 0;
}

.region-content .field--name-body img {
  display: block;
  width: 100%;
  margin: 40px 0;
}


body.regions_list .region-content h2,
body.regions .region-content h2 {
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

.regions_list .region-content h2,
body.regions .region-content h2 {
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

@media (min-width: 768px) {

  body.regions_list .region-content h2,
  body.regions .region-content h2 {
    font-size: 30px;
    line-height: 37px;
    color: #3b465c;
  }

  .regions_list .region-content h2,
  body.regions .region-content h2 {
    font-size: 30px;
    line-height: 37px;
    color: #3b465c;
  }
}

.regions-list {
  background-color: #3b465c;
  padding: 20px;
}

@media (min-width: 768px) {
  .regions-list {
    padding: 40px;
  }
}

.regions-list h3 {
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  margin: 0;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .regions-list h3 {
    margin-bottom: 30px;
  }
}

.regions-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  max-width: 550px;
}

@media (min-width: 768px) {
  .regions-list ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

.regions-list ul li {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

@media (min-width: 768px) {
  .regions-list ul li {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
  }
}

.languages {
  padding-top: 60px;
}

@media (min-width: 1024px) {
  .languages {
    padding-top: 130px;
  }
}

.languages .languages-image {
  display: block;
  width: 100%;
}

.languages h1 {
  display: block;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .languages h1 {
    width: 60%;
    margin: 40px 0;
  }
}

@media (min-width: 1024px) {
  .languages h1 {
    font-size: 44px;
    line-height: 49px;
    color: #3b465c;
  }
}

.languages h2 {
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .languages h2 {
    font-size: 30px;
    line-height: 37px;
    color: #3b465c;
  }
}

.languages p,
.languages ul {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding-left: 0;
}
.vl {
    height: 20px;
    border-right: 1px solid black;
}
@media (max-width: 1030px) {
  .vl{
    display:none;
  }
}
@media (min-width: 768px) {

  .languages p,
  .languages ul {
    /* font-size: 22px;
    line-height: 27px;*/
    color: #3b465c;
  }
}

.languages p li,
.languages ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  /*font-size: 20px;*/
}

.languages p li:before,
.languages ul li:before {
  position: absolute;
  left: 8px;
  top: -1px;
  content: '•';
}

.languages p {
  display: block;
}

@media (min-width: 768px) {
  .languages p {
    max-width: 75%;
  }
}

.languages-cta {
  background-color: #3b465c;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  margin: 25px 0;
}

.languages-cta .btn,
.languages-cta .filters-box-toggle {
  margin-top: 20px;
}

@media (min-width: 768px) {

  .languages-cta .btn,
  .languages-cta .filters-box-toggle {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .languages-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0;
    padding: 70px;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 600;
    text-align: left;
  }
}

/*Custom CSS added by Curam Web and Design Team START*/
.care-type ul li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  vertical-align: middle;
  line-height: 20px;
}

.bottom-cta .btn {
  margin-top: 40px;
  display: inline-block;
  word-break: break-word;
  white-space: normal;
  line-height: 30px;
  padding: 10px 20px;
}

@media (min-width: 1024px) {
  .logged-in.navigation {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }

  .logged-in.navigation>li>a {
    font-size: 16px;
    margin: 0 5px;
    /*font-weight: 700;*/
    align-items: center;
    display: inline-flex;
    position: relative;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
  }

  li.nav-item.dropdown.desk-user img {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .logged-in.navigation>li>a {
    font-size: 16px;
    margin: 0 5px;
    /*font-weight: 700;*/
    align-items: center;
    display: inline-flex;
    position: relative;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
  }
}

li.nav-item.dropdown.desk-user .dropdown-menu {
  position: absolute;
  /*background: #eef2f6;*/
  background: transparent;
  border-radius: 4px;
  min-width: 160px;
  right: 15px;
  box-shadow: 0px 19px 20px rgb(0 0 0 / 20%);
}

li.nav-item.dropdown.desk-user .dropdown-menu a {
  display: block;
  padding: 10px 25px;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
}

li.nav-item.dropdown.desk-user .dropdown-menu a:hover,
li.nav-item.dropdown.desk-user .dropdown-menu a:focus {
  background: #e6e6e6;
}

.d-none {
  display: none;
}

.dropdown-menu-right {
  display: none;
}

.dropdown-menu-right.show {
  display: block;
}

.nav-opened .navigation>li img,
.close-main-menu .navigation>li img {
  margin-left: 0.5rem;
}

.nav-opened .navigation>li.user-profile-panel>a,
.nav-opened .navigation>li.message-link>a,
.close-main-menu .navigation>li.user-profile-panel>a,
.close-main-menu .navigation>li.message-link>a {
  justify-content: flex-start;
}

#custom-serach-carer #edit-custom-serach-by label.btn-filter {
  position: relative;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  background-color: #3b465c;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 10px !important;
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

@media (min-width: 768px) {
  #custom-serach-carer #edit-custom-serach-by label.btn-filter {
    font-size: 19px;
    line-height: 34px;
    color: #ffffff;
    margin: 40px 0;
    margin-right: 20px;
    width: auto;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 300;
    min-width: 140px;
  }


  section.hero-content.login .hero-find-carer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }

  section.hero-content.login .login-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 40%;
  }

  section.hero-content.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }

}

#custom-serach-carer #edit-custom-serach-by .btn-filter.active {
  background-color: #fbb157;
}

#custom-serach-carer #edit-custom-serach-by {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
}

#custom-serach-carer #edit-custom-serach-by .form-type-checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
}

@media (min-width: 768px) {
  #custom-serach-carer #edit-custom-serach-by .form-type-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  #custom-serach-carer #edit-custom-serach-by {
    width: auto;
  }
}

.nav-notification {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
  float: right;

}

.noti-danger {
  background: #ef2c2c;
  color: #fff;
}

.toolbar-fixed nav.theme-nav {
  /*margin-top: 80px;*/
}

.toolbar-fixed nav.theme-nav {
  display: none;
}

.admin-hide {
  display: none;
}

li.nav-item.dropdown.desk-user img {
  border-radius: 50%;
}

.nav-item span.badge-danger {
  color: #fff;
  background-color: #dc3545;
  width: auto;
  height: auto;
  padding: 3px 7px;
  position: absolute;
  top: -15px;
  right: -10px;
  /*border: 2px solid #fff;*/
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  line-height: 17px;
  font-weight: 700;
  font-size: 15px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

body.blog_list .featured-main h2,
body.blog_list .featured-main h3 {
  margin-top: 15px;
}

@media only screen and (max-width: 991.98px) {
  .nav-item span.badge-danger {
    left: 101px;
    right: auto;
    top: 10px
  }

  .hero.alternate .hero-buttons .btn {
    margin-bottom: 20px;
  }
}

#client-carer-search-filter-form details.form-item {
  padding: 7px 0;
}

/*#custom-serach-carer div#edit-custom-serach-by {
    display: flex;
}*/
#custom-serach-carer span.checkmark {
  display: none;
}

#client-carer-search-filter-form details.form-item:first-child {
  padding-top: 0;
}

@media (min-width: 768px) {
  #client-carer-search-filter-form details.form-item {
    padding: 14px 0;
  }
}

.fieldset-wrapper.filters-options {
  display: block;
}

#client-carer-search-filter-form details.form-item .js-form-item.form-type-checkbox,
#client-carer-search-filter-form .form-type-radio {
  padding: 6px 0;
}

#client-carer-search-filter-form .fieldset-wrapper label {
  position: relative;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  padding-right: 55px;
}

#client-carer-search-filter-form .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #3b465c;
  display: block;
}

#client-carer-search-filter-form .checkmark:after {
  top: 0px;
  left: 5px;
  width: 4px;
  height: 11px;
  border: solid #3b465c;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.red-btn {
  border: 0;
  outline: none;
  background-color: #f15b5b;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  padding: 0 20px;
  white-space: nowrap;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
}

.filters-input button#edit-submit {
  line-height: 50px;
}

@media (min-width: 480px) {
  .filters-input button#edit-submit {
    -webkit-box-flex: 1;
    /*-ms-flex: 1 1 200px;
     flex: 1 1 200px;*/
    max-width: 200px;
  }
}

.hide-backend {
  display: none;
}

@media (min-width: 1024px) {
  .tuyn-post-job-from #edit-hours-per-week {
    border: solid 1px #3b465c;
  }

  /*.user-logged-in nav.theme-nav .content {
    max-width: 100%; 
    padding: 0 1.875rem;
  }*/
}

#client-carer-search-filter-form [open].form-item svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-checkboxes .container_cstm_c.control-label,
.form-radios .container_cstm_c.control-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  padding: 1px 32px;
  width: 100%;
  position: relative;
}

.container_cstm_c .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_cstm_c input:checked~.checkmark:after {
  display: block;
}

@media (min-width: 1024px) {
  .sub-navigation.col-one {
    width: 170px;
  }
}

.sub-navigation.col-one ul {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}


#client-carer-search-filter-form .container_cstm_r input:checked~.checkmark_cstm_r:before {
  display: block;
}

/*.container_cstm_r .checkmark_cstm_r:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}*/

#client-carer-search-filter-form .container_cstm_r .checkmark_cstm_r:before {
  /* content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border: solid 1px #3b465c;
    border-radius: 18px;*/
}

.checkmark_cstm_r:before {
  /* content: "";
    position: absolute;
    display: none;*/
}

#client-carer-search-filter-form .checkmark_cstm_r {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: #3b465c solid 1px;
  display: block;
}

#client-carer-search-filter-form .container_cstm_r input:checked~.checkmark_cstm_r {
  /* background-color: #f2976c; 
     border-color: #f2976c; */
}


/*.container_cstm_r input:checked~.checkmark_cstm_r:after*/


.container_cstm_r .check {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
  width: 14px;
  height: 14px;
  background-color: #3b465c;
  border-radius: 14px;
}

#client-carer-search-filter-form .container_cstm_r input:checked~.checkmark_cstm_r .check {
  display: block;
}

.user-logged-in nav.theme-nav {
  top: 0;
}

@media (min-width: 1023px) {
  .mobile-logo-light {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .desktop-logo-light {
    display: none !important;
  }
}

.heart {
  font-size: 25px !important;
  color: #f15b5b;
  cursor: pointer;
}

li.more-exp {
  background: #fff;
  color: #000000;
}

.more-exp-secion {
  display: none;
}

.results p.custom_error_msg {
  background: #f8d7da;
  color: #fff;
  padding: 20px;
  text-align: center;
  color: #721c24;
  font-weight: 300;
}

.no-result a {
  color: #1d64ae;
  font-weight: 400;
}

.no-result {
  text-align: center;
}

.results .message-box.custom-Error.message.alert.alert-danger {
  display: none;
}

#client-carer-search-filter-form summary::-webkit-details-marker {
  display: none !important;
}

@media (min-width: 1024px) {
  .carer-profile span#wishlist {
    float: right;
    margin-top: 25px;
  }
}

#custom-serach-carer input#edit-custom-serach-by-all,
#custom-serach-carer input#edit-custom-serach-by-live,
#custom-serach-carer input#edit-custom-serach-by-hourly,
#custom-serach-carer input#edit-custom-serach-by-nightly {
  display: none;
}

.operate-only-uk-section {
  text-align: center;
  font-size: 20px;
  padding: 20px;
  background: #fbb157;
  color: #fff;
  margin-bottom: 20px;
}

.profile-description p {
  word-break: break-word;
}

#custom-serach-carer input[type="checkbox"] {
  opacity: 0;
}

@media (max-width: 1023px) {
  .filter-toggle {
    font-size: 16px !important;
  }
}

.carer-video {
  max-height: 400px;
}

.carer-video video {
  max-height: 400px;
}

/*Css for My Buddies Section */
.buddies-new-profile .buddies-section {
  padding-left: 5px;
  padding-right: 5px;
}

.buddies-new-profile .carer-profile {
  background: #eef2f6;
  padding: 7px;
  border-radius: 6px;
}

figure.carer-profile-buddies-block img.img-fluid {
  max-width: 100%;
  height: auto;
  height: 54px;
  width: 54px;
  border-radius: 50%;
}

figure.carer-profile-buddies-block.carer-image {
  display: inline-flex;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 0;
  align-items: center;
  margin: 0;
  margin-right: 1rem;
}

a.carer-profile-bx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
}

.carer-buddie-profile {
  background: #3b465c;
  padding: 7px;
  border-radius: 0px;
}

.buddies-section {
  padding-left: 5px;
  padding-right: 5px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: .5rem;
}

.buddies-new-profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buddies-new-profile .carer-pro-title {
  width: calc(100% - 140px);
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  padding-right: 20px;
  border-radius: 50%;
  word-break: break-all;
}

@media (max-width: 1023px) {
  .buddies-section {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (max-width: 991px) {
  .buddies-section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  #tuyn-post-job-first-step-form #edit-care-type,
  #tuyn-post-job-from #edit-care-type {
    display: block !important;
  }

  #tuyn-post-job-first-step-form #edit-care-type .form-item,
  #tuyn-post-job-from #edit-care-type .form-item {
    display: inline-block !important;
    width: auto;
  }

  .accordion .accordion-toggle,
  .carer-terms-accordion .carer-terms-accordion-toggle {
    font-size: 16px !important;
  }

  .shaded .about,
  .shaded .about p {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 23px !important;
  }


}

@media (max-width: 567px) {
  .buddies-section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }



}

.carer-profile-basics.covid-vaccine {
  margin-bottom: 10px;
}

.video .carer-profile-approval .carer-approved,
.video .carer-profile-approval .carer-insured {
  width: 100%;
}

.carer-video .video-play-button svg {
  width: 50px;
  height: 50px;
}

.carer-video .video-play-button.playing:before,
.carer-video .video-play-button.playing:after {
  width: 15px;
  height: 50px;
}

.filter-by-text {
  display: block !important;
}

.filter-by-text input {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-right: 50px;
  font-size: 19px;
  line-height: 42px;
  color: #3b465c;
}

.two-columns.about-intro {
  margin-top: 50px;
}

/* Tuyn Changes added by Rahul M Start */

.tuyn-post-job-from label.control-label.option,
.tuyn-post-job-first-step-form label.control-label.option {
  font-size: 19px;
  line-height: 34px;
  color: #ffffff;
  margin: 16px;
  margin-left: 0;
  position: relative;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  background-color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 0 10px !important;
  margin: 8px;
  margin-left: 0;
  float: left;
}

.tuyn-post-job-from .js-webform-radios,
.tuyn-post-job-from .js-webform-checkboxes,
.tuyn-post-job-first-step-form .js-webform-radios,
.tuyn-post-job-from .js-webform-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tuyn-post-job-from .js-form-type-radio label,
.tuyn-post-job-first-step-form .js-form-type-radio label {
  position: relative;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  background-color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 10px;
  margin: 8px;
  margin-left: 0;

}


.tuyn-post-job-from label .active,
.tuyn-post-job-first-step-form label .active {
  background-color: #fbb157 !important;
}

.tuyn-post-job-from label.option.active,
.tuyn-post-job-first-step-form label.option.active {
  background-color: #fbb157 !important;
}

.tuyn-post-job-from #edit-driver-required--wrapper label.active,
.tuyn-post-job-from #edit-driver-required--wrapper label .active {
  background-color: #fbb157 !important;
}

.tuyn-post-job-from #edit-pet-friendly--wrapper label.active,
.tuyn-post-job-from #edit-pet-friendly--wrapper label .active {
  background-color: #fbb157 !important;
}

.tuyn-post-job-from hr,
.tuyn-post-job-first-step-form hr {
  clear: both;
  visibility: hidden;
}

.tuyn-post-job-from #edit-specific-requirements,
.tuyn-post-job-first-step-form #edit-specific-requirements {
  border: solid 1px #3b465c;
  width: 100%;
  height: 114px;
  resize: none;
  outline: none;
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  padding: 5px;
  margin-top: 10px;
}

.form-item-specific-requirements .need-title-label {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-item-specific-requirements fieldset legend span.fieldset-legend {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tuyn-post-job-from .form-item-specific-requirements .webform-element-help {
  display: block;
  float: right;
}

.tuyn-post-job-first-step-form .form-item-specific-requirements .webform-element-help {
  display: block;
  float: right;
}

.tuyn-post-job-from .webform-element-help--tooltip {
  background: #000 !important;
  color: #FFF !important;
  font-size: 14px !important;
  top: 1990px !important;
}

.tuyn-post-job-first-step-form .webform-element-help--tooltip {
  background: #000 !important;
  color: #FFF !important;
  font-size: 14px !important;
}

.ui-tooltip.webform-element-help--tooltip {
  background: #000 !important;
  color: #FFF !important;
  font-size: 14px !important;
}

.tuyn-post-job-from .ui-tooltip.webform-element-help--tooltip {
  max-width: 400px !important;
  background: #000 !important;
  color: #FFF !important;
  font-size: 14px !important;
}

.tuyn-post-job-first-step-form #edit-specific-expertise--wrapper label {
  padding-left: 0px;
}

.tuyn-post-job-first-step-form #show-more-id {
  float: left;
  margin-top: 13px;
}

.tuyn-post-job-from #show-more-id {
  float: left;
  margin-top: 13px;
}

.section_3 label {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

.section_3 input[type=text],
.section_3 input[type=email],
.section_3 input[type=number],
.section_3 input[type=password],
.section_3 input[type=tel] {
  border: solid 1px #3b465c;
  font-size: 16px;
  line-height: 35px;
  color: #3b465c;
  width: 100%;
  margin-top: 8px;
}

.section_3 .control-label {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 25px;
}

.tuyn-post-job-from .js-form-item-is-the-care>label.control-label.option,
.tuyn-post-job-first-step-form .js-form-item-is-the-care>label.control-label.option {
  padding-left: 0px;
}

.tuyn-post-job-from .js-form-item-gender-pref>label.control-label.option,
.tuyn-post-job-first-step-form .js-form-item-gender-pref>label.control-label.option {
  padding-left: 0px;
}

.tuyn-post-job-from .js-form-item-when-care-to-start>label.control-label.option,
.tuyn-post-job-first-step-form .js-form-item-when-care-to-start>label.control-label.option {
  padding-left: 0px;
}



.tuyn-post-job-from #section_previous_button {
  background-color: #f15b5b;
  color: #ffffff;
  border: 0px;
}

.tuyn-post-job-from #edit-submit-job {
  background-color: #f15b5b;
  color: #ffffff;
  border: 0px;
  float: right;
}

.tuyn-post-job-from #section_2_button {
  background-color: #f15b5b;
  color: #ffffff;
  border: 0px;
  float: right;
}

.tuyn-post-job-from #section_1_button,
.tuyn-post-job-from #section_2_button,
.tuyn-post-job-first-step-form #section_1_button,
.tuyn-post-job-first-step-form #section_2_button {
  background-color: #f15b5b;
  color: #ffffff;
  border: 0px;

}

.tuyn-post-job-from #edit-submit-job,
.tuyn-post-job-first-step-form #edit-submit {
  background-color: #f15b5b;
  color: #ffffff;
  border: 0px;
}

.tuyn-post-job-first-step-form #edit-languages--wrapper label {
  padding-left: 0px;
}


.section_1 .fieldset-legend {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section_2 {
  display: none;
}

#section_2_button {
  display: none;
}

.section_3 {
  display: none;
}

#section_3_button {
  display: none;
}

.form-requirements .error {
  font-size: 22px;
  /*line-height: 20px;*/
  /*color: red;*/
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  margin-top: 5px;
  padding-top: 3px !important;
}

.section_1 input[type=checkbox],
.section_1 input[type=radio],
.section_1 input[type=checkbox],
.section_1 input[type=radio],
.section_1 input[type=checkbox],
.section_1 input[type=radio] {

  font-size: 14px;
  display: none;
}

.section_1 .js-form-item label {
  font-size: 16px;
}

.section_1 fieldset legend {
  margin-bottom: 15px;
  padding-top: 20px;
}

.section_3 input.error {
  border: 1px solid red !important;
}

body.tuyn-post-job-from #errormessages {
  text-align: center;
  color: red;
  display: block !important;
}

body.tuyn-post-job-from #errormessages div.custom-Error {
  text-align: center;
  color: red;
  display: block !important;
}

body.tuyn-job-post-form div.custom-Error {
  display: none;
}

body.thank_you_page div.custom-Error {
  display: none;
}

.tuyn-post-job-from .autocomplete-wrapper {
  width: calc(100% - 30px) !important;
  color: #ddd;
}

.tuyn-post-job-from .autocomplete-wrapper .list-unstyled {
  padding-left: 0;
  list-style: none;
  max-height: 296px;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.tuyn-post-job-from .autocomplete-wrapper .list-unstyled li {
  padding: 0 !important;
  border: none !important;
}

.tuyn-post-job-from .autocomplete-wrapper .list-unstyled li a {
  color: #929292 !important;
  display: block;
  padding: 10px 10px 5px 12px;
  border: 1px solid #dadada;
  border-top: none;
}

.tuyn-post-job-from .app_carer_cls .list-unstyled li a:hover,
.tuyn-post-job-from .app_carer_cls .list-unstyled li a:focus {
  background: #049e98 !important;
  color: #fff !important;
}

.tuyn-post-job-from .autocomplete-wrapper .list-unstyled li a:hover,
.tuyn-post-job-from .autocomplete-wrapper .list-unstyled li a:focus {
  background: #ee743b;
  color: #fff !important;
}

.tuyn-post-job-from .autocomplete-wrapper .list-unstyled li.no_caers {
  padding: 5px 5px 5px 12px !important;
  color: #101010;
}

.tuyn-post-job-from .pac-container:after {
  display: none !important;
}

.tuyn-post-job-from .pac-container:after {
  visibility: hidden !important;
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  width: 0;
  height: 0;
}

.tuyn-post-job-from #edit-specific-start-date,
.tuyn-post-job-from #edit-fixed-date {
  width: 36%
}

.tuyn-post-job-first-step-form #edit-specific-start-date,
.tuyn-post-job-first-step-form #edit-fixed-date {
  width: 35%
}

.tuyn-post-job-from .js-form-item-specific-requirements,
.tuyn-post-job-first-step-form .js-form-item-specific-requirements {
  margin-top: 30px;
}

.tuyn-post-job-first-step-form #edit-support-required--wrapper label {
  padding-left: 0px;
}

/*.tuyn-post-job-first-step-form #edit-care-condition-experience--wrapper label { padding-left:0px; }*/
body.user-logged-in ul li.form-progress-step-3 {
  display: none;
}

#thanku_carer_search {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
}

#thanku_carer_search h4 {
  margin: auto;
  width: 74%;
  text-align: center;
  margin-top: 50px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  font-size: 20px;
  background-color: #3b465c;
  padding: 20px;
  color: #FFF;
  text-decoration: none !important;
  line-height: 8px;
}


#thanku_login h4 {
  margin: auto;
  width: 25%;
  text-align: center;
  margin-top: 50px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  font-size: 20px;
  background-color: #3b465c;
  padding: 20px;
  color: #FFF;
  text-decoration: none !important;
  line-height: 5px;
}

.thanku_h4 {
  margin-top: 30px !important;
}

.driverpet {
  float: left;
  width: 31%
}

.driverpethour label {
  padding-left: 0px !important;
}

.tuyn-post-job-first-step-form #edit-care-type-livein-24 label {
  padding-left: 0px;
}

.js-form-item-languages-english-as-1st {
  display: none;
}

.js-form-item-languages-english {
  display: none;
}

#edit-other-languages {
  width: 100%;
  border: 1px solid #3b465c;
}

body.thank_you_page .custom-Error .custom_error_msg {
  display: none;
}

body.blog_list .custom-Error .custom_error_msg {
  display: none;
}

#tuyn-post-job-first-step-form #edit-care-type,
#tuyn-post-job-from #edit-care-type {
  display: flex;
}

#tuyn-post-job-first-step-form .js-form-item-specific-requirements label,
#tuyn-post-job-from .js-form-item-specific-requirements label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
}

#tuyn-post-job-first-step-form .tooltip,
#tuyn-post-job-from .tooltip {
  position: relative;
  display: inline-block;
  color: #ee743b;
  text-decoration: none;
  font-weight: 500;
}

#tuyn-post-job-first-step-form .tooltip .tooltiptext,
#tuyn-post-job-from .tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  right: 10px;
  top: -70px;
}

#tuyn-post-job-first-step-form .tooltip:hover .tooltiptext,
#tuyn-post-job-from .tooltip:hover .tooltiptext {
  visibility: visible;
}

/*.tuyn-post-job-from #edit-driver-required--wrapper label { padding-left: 0px!important; }*/
/*.tuyn-post-job-first-step-form #edit-driver-required--wrapper label { padding-left: 0px!important; }*/
/*.tuyn-post-job-from #edit-pet-friendly--wrapper label { padding-left: 0px!important; }
.tuyn-post-job-first-step-form #edit-pet-friendly--wrapper label { padding-left: 0px!important; }*/
.tuyn-post-job-from #hourly_number,
.tuyn-post-job-first-step-form #hourly_number {
  line-height: 43px;
}

.tuyn-post-job-from #nightly_number,
.tuyn-post-job-first-step-form #nightly_number {
  line-height: 43px;
}

.tuyn-post-job-from #hourly_number-error,
.tuyn-post-job-first-step-form #hourly_number-error {
  margin-left: 5px;
}

.tuyn-post-job-from #nightly_number-error,
.tuyn-post-job-first-step-form #nightly_number-error {
  margin-left: 5px;
}

body.user-logged-in #areyouneedingcarer {
  display: none;
}

.blog-details-page .blog-article-content p img {
  display: block;
  width: 100%;
}

/* Tuyn Changes added by Rahul M End */

/* Blog Changes added by Rahu M Start */
.blog-details-page .blog-article-content p img {
  display: block;
  width: 100%;
}

.blogs_front .blog-header input[type=text] {
  width: 100% !important;
}

.blogs_front #edit-submit {
  border: 0px;
}

.blogs_front #product-search-result {
  position: absolute;
  margin: auto;
  width: 43%;
  left: 350px;
  z-index: 99999999;
  background: #FFF;
  float: left;
}

.blog_list .blog-header input[type=text],
.advance_search .blog-header input[type=text] {
  width: 100% !important;
}

.blog_list #edit-submit,
.advance_search #edit-submit {
  border: 0px;
  width: 100%;
  height: 50px;
}

.blog_list #product-search-result,
.advance_search #product-search-result {
  position: absolute;
  z-index: 99999999;
  background: transparent;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 530px;
  width: 100%;
}

div#product-search-result ul {
  padding-left: 10px;
  list-style-type: none;
  padding-right: 10px;
  background: #fff;
  margin: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

div#product-search-result ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

li.pager__item.pager__item--last,
li.pager__item.pager__item--first {
  display: none;
}

.tab-buttons-home a {
  cursor: pointer !important;
}

body.node #search-jobs-form #edit-submit {
  background-color: #1F554E;
  color: #ffffff;
  border: 0;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  padding: 0 20px;
  white-space: nowrap;
}

.carers-accordion-content p {
  font-size: 16px;
}


.tab-buttons-home a {
  cursor: pointer !important;
}

body.advance_search .blog-pagination {
  justify-content: center;
}

body.advance_search li.pager__item {
  padding-left: 15px;
}

body.advance_search .go-back-btn {
  margin-left: 16px;
}

.client-how-it-work li:last-child {
  border-top: 1px solid #3b465c;
}

.client-how-it-work li:last-child {
  border-bottom: 1px solid #3b465c;
}


.carers-accordion-content p {
  font-size: 16px;
}

.client-how-it-work li:last-child {
  border-top: 0px solid #3b465c;
}

.client-how-it-work li:last-child {
  border-bottom: 1px solid #3b465c;
}

.borderbottom {
  border: 0px !important;
}

.bordernone {
  border: 0px !important;
}

.client-how-it-work li.li_cls_1 {
  border-top: 1px solid #3b465c;
}

body.user-logged-in .signupascarer {
  display: none;
}


/* Blog Changes added by Rahu M End */

/*@media (min-width: 480px) {
 .blog_list .blog-pagination .btn.next, .blog-pagination .next.filters-box-toggle {
  margin-left: 0px;
  margin-right: 5px;

} 
.blog_list .blog-pagination { max-width:100% }
}*/

.custom-ajax-loader {
  background: rgba(255, 252, 249, .65) url("/themes/curam/assets/images/huskies/ajax-loader.gif") no-repeat 50% 50%;
  z-index: 1111;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: .9
}

.custom-page-loader {
  background: rgba(255, 252, 249, .65) url("/themes/curam/assets/images/huskies/ajax-loader.gif") no-repeat 50% 50%;
  z-index: 1111;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9
}

.custom-ajax-loader {
  background: rgba(255, 252, 249, .65) url("/themes/curam/assets/images/huskies/ajax-loader.gif") no-repeat 50% 50%;
  z-index: 1111;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: .9
}

.custom-page-loader {
  background: rgba(255, 252, 249, .65) url("/themes/curam/assets/images/huskies/ajax-loader.gif") no-repeat 50% 50%;
  z-index: 1111;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9
}


@media (min-width: 768px) {
  .filter-by-text input {
    font-size: 19px;
    line-height: 50px;
    color: #3b465c;
  }

  .becomeacare .content ul li {
    font-size: 19px;
  }

  /* Tuyn Changes added by Rahul M Start */

  body.advance_search .go-back-btn {
    margin-left: 65px;
  }

  .carers-accordion-content p {
    font-size: 19px;
  }

  #thanku_carer_search {
    line-height: 10px;
  }



  #thanku_carer_search h4 {
    margin: auto;
    width: 22%;
    text-align: center;
    margin-top: 30px;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
    font-size: 20px;
    background-color: #3b465c;
    padding: 20px;
    color: #FFF;
    text-decoration: none !important;
    margin-top: 22px;
  }

  .thanku_h4 {
    margin-top: 110px !important;
  }

  #thanku_login {
    line-height: 5px;
  }

  #thanku_login h4 {
    margin: auto;
    width: 12%;
    text-align: center;
    margin-top: 30px;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
    font-size: 20px;
    background-color: #3b465c;
    padding: 20px;
    color: #FFF;
    text-decoration: none !important;
  }

  .tuyn-post-job-from .form-section .page-section-title {
    margin-bottom: 5px;
  }

  .tuyn-post-job-from label.control-label.option,
  .tuyn-post-job-first-step-form label.control-label.option {
    font-size: 19px;
  }

  .tuyn-post-job-from .js-form-type-radio label,
  .tuyn-post-job-first-step-form .js-form-type-radio label {
    font-size: 19px;
    line-height: 34px;
    color: #ffffff;
    margin: 16px;
    margin-left: 0;
  }

  .form-item-specific-requirements .need-title-label {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  fieldset legend span.fieldset-legend {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .section_3 label {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }

  .section_3 input[type=text],
  .section_3 input[type=email],
  .section_3 input[type=number],
  .section_3 input[type=password],
  .section_3 input[type=tel] {
    font-size: 22px;
    line-height: 50px;
    color: #3b465c;
    margin-top: 8px;
  }

  .section_1 input[type=checkbox],
  .section_1 input[type=radio],
  .section_1 input[type=checkbox],
  .section_1 input[type=radio],
  .section_1 input[type=checkbox],
  .section_1 input[type=radio] {
    font-size: 19px;
  }

  .section_1 .js-form-item label {
    font-size: 22px;
  }

  .section_1 fieldset legend {
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .section_1 .fieldset-legend {
    font-size: 22px;
    line-height: 35px;
  }

  .section_3 input.error {
    border: 1px solid red !important;
  }

  body.tuyn-post-job-from #errormessages {
    text-align: center;
    color: red;
    display: block !important;
  }

  body.tuyn-post-job-from #errormessages div.custom-Error {
    text-align: center;
    color: red;
    display: block !important;
  }

  body.tuyn-job-post-form div.custom-Error {
    display: none;
  }

  body.user-logged-in ul li.form-progress-step-3 {
    display: none;
  }

  /*.tuyn-post-job-from #edit-driver-required--wrapper label { padding-left: 0px!important; }*/
  /*.tuyn-post-job-first-step-form #edit-driver-required--wrapper label { padding-left: 0px!important; }*/
  /*.tuyn-post-job-from #edit-pet-friendly--wrapper label { padding-left: 0px!important; }*/
  /*.tuyn-post-job-first-step-form #edit-pet-friendly--wrapper label { padding-left: 0px!important; }*/


  .tuyn-post-job-from #edit-driver-required--wrapper label .active {
    background-color: #fbb157 !important;
  }

  .tuyn-post-job-from #edit-pet-friendly--wrapper label .active {
    background-color: #fbb157 !important;
  }

  .blog-details-page .blog-article-content p img {
    margin: auto;
    width: 80%;
  }


  /* Tuyn Changes added by Rahul M End */

}

.why-curam .benefits-list ul li p {
  font-size: 21px;
  line-height: 26px;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 860px) {

  footer .content {
    font-size: 16px;
  }

  .why-curam-image img {
    width: 320px !important;
  }

  .section_1 .js-form-item label {
    font-size: 23px;
  }

  .why-curam .benefits-list ul li p {
    font-size: 25px;
    line-height: 26px;
    margin: 0;
  }

  .perfect-carer h3 {
    min-height: 54px;
  }

  .accordion-content,
  .accordion,
  .accordion-content p,
  .accordion-content,
  .accordion ul li {
    font-size: 28px !important;
    line-height: 37px !important;
  }

  .becomeacare .accordion-content,
  .accordion,
  .accordion-content p,
  .accordion-content,
  .accordion ul li {
    font-size: 19px !important;
  }

  .footer-row svg {
    width: 30px !important;
    height: 24px;
    margin-right: 15px;
  }

  /*.languages p li, .languages ul li {
      font-size: 16px;
  }*/
  .languages p,
  .languages ul,
  .languages ul li {
    font-size: 22px !important;
  }

  .languages ul li {
    font-size: 13px !important;
  }
}

.care-type-list.carer-details {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}

.care-type-list.carer-details li.active {
  background: #fbb157;
}

.care-type-list.carer-details a {
  text-decoration: none;
}

.accordion .active .accordion-content,
.accordion .active .accordion-content p,
.accordion .active .accordion-content ul li,
.carer-terms-accordion .active .accordion-content,
.carer-terms-accordion .active .accordion-content p,
.carer-terms-accordion .active .accordion-content ul li {
  font-size: 23px !important;
  line-height: 23px;
  color: #3b465c;
  word-break: break-word;
}

.how_it_works .accordion .active .accordion-content,
.how_it_works .accordion .active .accordion-content p,
.how_it_works .accordion .active .accordion-content ul li {
  font-size: 17px;
  line-height: 23px;
  color: #3b465c;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .request-callback-section {
    max-width: 800px;
  }
}

.request-callback-section {
  margin: 0 auto;
  text-align: center;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 2.5rem 3rem 2.5rem;
  margin-bottom: 30px;
}

.request-callback-section h2 {
  margin-top: 0;
  font-weight: 700;
  line-height: 28px;
}

.care-type-list.carer-details h3 {
  margin-top: 0;
}

/* Request Call back form CSS START */
.request-a-call-form .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.request-a-call-form .col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 575px) {
  .request-a-call-form .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .modal.login-require .modal-content span {
    display: block;
    margin: 10px 0;
  }

  .organizaiton_details {
    margin: 30px 0 30px 0 !important;
  }
}

.request-a-call-form .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.request-a-call-form .form-group {
  margin-bottom: 1rem;
}

.request-a-call-form label {
  float: left;
  display: inline-block;
  margin-bottom: .5rem;
  text-align: left;
}

.request-a-call-form input {
  width: 100%;
}

.request-a-call-form #reqeust-call-back-form span.fieldset-legend {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.request-a-call-form .col-sm-6,
.request-a-call-form .col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;

}

.request-a-call-form #edit-requested-care-type--wrapper {
  text-align: left;
  margin-bottom: 1rem;
}

.request-a-call-form span.check {
  display: none;
}

.request-a-call-form input[type=checkbox] {
  width: auto;
  display: inline-block;
}

.request-a-call-form #edit-terms-condition-0 {
  float: left;
}

.request-a-call-form .custom-control-label {
  width: 84%;
  text-align: left;
  margin-left: 15px;
}

.request-a-call-form #edit-terms-condition-0 {
  -webkit-appearance: checkbox;
}

.request-a-call-form .webform-type-checkboxes label {
  float: left;
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 19px;
  line-height: 34px;
  color: #ffffff;
  margin-right: 8px;
  width: auto;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  min-width: 140px;
  background-color: #3b465c;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.request-a-call-form .webform-type-checkboxes label.active {
  background: #fbb157;
}

.request-a-call-form #edit-requested-care-type input[type=checkbox] {
  display: none;
}

.request-a-call-form label.error {
  padding-top: .25rem !important;
  color: red;
  font-size: 14px;
}

.request-a-call-form button#edit-submit,
.request-a-call-form .form-submit {
  border: none;
  margin-top: 3rem;
}

.request-call-modal .modal-content {
  border-bottom: none;
}

.request-call-modal .app-carer {
  border: none !important;
}

.request-call-modal h2 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.request-callback-block {
  padding: 20px 30px;
}

.request-call-modal a {
  text-decoration: underline;
}

@media only screen and (max-width: 1023px) {

  .accordion-content,
  .accordion,
  .accordion-content p,
  .accordion-content,
  .accordion ul li {
    font-size: 19px;
    line-height: 23px;
    color: #3b465c;
  }

  .footer-row svg {
    width: 30px !important;
    height: 24px;
    margin-right: 15px;
  }

  /*  .languages p li, .languages ul li {
      font-size: 22px;
  }*/
  .carers-accordion-content p {
    font-size: 16px;
  }

  .carers-accordion-content .accordion-content ul li {
    font-size: 16px;
  }
}

#request-call-succuss-msg {
  background: #ebffef;
  border: none;
  padding: 15px 0;
  box-shadow: #ebffef 0 0 5px;
  margin-top: -3rem;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #155724;
}

.applied-filters-counter {
  text-align: center;
  margin-bottom: 10px;
}

.applied-filters-counter span {
  background: #fff;
  padding: 6px 15px 6px 15px;
  font-size: 15px;
}

.filter-applied.filters-box {
  padding: 13px 25px 40px 25px;
}

.sub-navigation ul li {
  padding: 5px 0px;
}



@media (min-width: 768px) {
  /*.helpdesk-section .accordion .active .accordion-content {
    font-size: 19px !important;
    line-height: 23px;
    color: #3b465c;
  }*/
}

.helpdesk-section .accordion .active .accordion-content,
.helpdesk-section .accordion .active .accordion-content p,
.helpdesk-section .accordion .active .accordion-content ul li {
  /* font-size: 16px !important;
    line-height: 21px;
    color: #3b465c;*/
}

#helpdesk-search-result {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 9;
}

#helpdesk-search-result ul {
  padding-left: 0;
  list-style-type: none;
  background: #fff;
  margin: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%;
}

#helpdesk-search-result ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #000;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.helpdesk-section .accordion-content ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {


  .message-box.custom-Status.message.alert {
    position: absolute !important;
    top: 90px !important;
  }

  body .dashboard {
    margin-top: 7rem !important;
  }


  footer .content {
    font-size: 24px;
  }

  .languages p li,
  .languages ul li {
    font-size: 16px;
  }

  .request-a-call-form .webform-type-checkboxes label {
    float: left;
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 13px;
    line-height: 34px;
    color: #ffffff;
    margin-right: 8px;
    width: auto;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 300;
    min-width: auto;
    background-color: #3b465c;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
  }

  .login .hero-find-carer {
    display: none;
  }

  .circle-header:after {
    opacity: 0;
  }

  body .form-section .spacey-text {
    margin-top: 48px !important;
  }


}

.modal.login-require .modal-window {
  width: 90%;
  padding: 20px;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .modal.login-require .modal-window {
    width: 600px;
    padding: 20px;
    padding-top: 20px;
  }

  .two-columns .shaded.overlap {
    margin-top: -50px;
  }

  .two-columns div.shaded.overlap:before {
    opacity: 0;
  }

}

.modal.login-require .modal-content h2 {
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {
  .modal.login-require .modal-content h2 {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.modal.login-require .modal-content .login-require-image {
  display: block;
  width: 254px;
  height: 513px;
  background-image: url("/themes/curam/assets/images/huskies/m-login-require.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: auto;
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .modal.login-require .modal-content .login-require-image {
    width: 628px;
    height: 447px;
    background-image: url("/themes/curam/assets/images/huskies/login-require.png");
  }
}


img.register-modal-img {
  max-width: 100%;
  height: auto;
}

.login-require.modal-open {
  text-align: center;
}

.login-register-btn .btn {
  width: 185px;
}

.modal.login-require .modal-content span {
  padding-left: 15px;
  padding-right: 15px;
}

.login-register-btn a {
  text-decoration: none;
}

.login-register-btn a:hover {
  text-decoration: none;
}

/*
.how-to-carer {
    padding-top: 60px;
  }
@media (min-width: 1024px){
  .how-to-carer {
    padding-top: 130px;
  }
}
@media (min-width: 1024px){
  .hero.carer .hero-carer-wrapper {
    padding-top: 50px;
  }
}*/
.why-curam-carer.beacome-carer {
  padding-bottom: 0;
}

/*.hero.beacome-carer {
    margin-bottom: 0;
}*/
.cpd-courses-cta.beacome-carer {
  margin-top: 0;
}

.beacome-carer .hero-intro {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .why-curam-image img {
    width: 480px;
    height: auto;
  }
}

.why-curam-benefits h2.curam-benefit {
  padding-left: 0px;
}

.how-to-carer .btn-content {
  text-align: center;
  margin-top: 50px;
}

.how-to-carer .btn-content a {
  margin: 10px;
}

.get-carerapp-modal-callback.btn {
  line-height: 30px;
}

/* .helpdesk-switch ul li.carer {
  background-color: #72bfb1 !important;
} */

/* .helpdesk-switch ul li.client {
  background-color: #fbb157 !important;
} */

/*@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .content {font-size: 21px;}
}*/
@media only screen and (max-width: 500px) {
  footer .content {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .apply-jobs-cta form input[type=text] {
    max-width: 100%;
    width: 100% !important;
  }



}

@media (min-width: 1024px) {
  .sub-navigation.col-one {
    width: 192px;
  }

  .how_it_works .accordion .active .accordion-content,
  .how_it_works .accordion .active .accordion-content p,
  .how_it_works .accordion .active .accordion-content ul li {
    font-size: 19px;
    line-height: 23px;
    color: #3b465c;
    word-break: break-word;
  }

}

.modal.pvt-message-popup .modal-window {
  width: 90%;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.client-app-popup .modal-window {
  padding: 36px;
  max-width: 90%;
}

.client-app-popup .login-register-btn img {
  max-height: 40px;
}

@media (min-width: 768px) {
  .modal.pvt-message-popup .modal-window {
    width: 570px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .client-app-popup .modal-window {
    max-width: 500px;
  }

  .client-app-popup .login-register-btn img {
    max-height: 50px;
  }
}

.modal.pvt-message-popup .modal-content h2 {
  font-size: 16px;
  line-height: 21px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
}

@media (min-width: 768px) {
  .modal.pvt-message-popup .modal-content h2 {
    font-size: 22px;
    line-height: 27px;
    color: #3b465c;
  }
}

.pvt-message-popup .login-register-btn .btn {
  width: 220px;
}

.client-app-popup .modal-content img.register-modal-img {
  border-radius: 0;
  border: none;
  margin-top: 10px;
  width: 110px;
  height: 110px;
}

.client-app-popup {
  text-align: center;
}

.client-app-popup .login-register-btn a {
  margin-right: 15px;
}

ul.lastli li:last-child {
  border-bottom: none;
}

/*Custom CSS added by Curam Web and Design Team END*/

/* Login and Signup Page CSS Start*/
#user-login-form #edit-submit {
  padding-left: 60px;
  padding-right: 60px;
  background-color: #f15b5b;
  color: #ffffff;
  border: 0px;
}

#user-login-form .text-right .link {
  right: 0;
  bottom: 0;
  position: absolute;
}

#user-login-form #edit-name,
#user-login-form #edit-pass {
  width: 100%;
  border: none;
  display: block;
  /* margin-top: 25px;
    margin-bottom: 25px;*/
}



body.login .custom_error_msg,
body.login .alert-danger {
  color: red;
  padding-bottom: 10px;
}

/* form#user-register-form .error {color:red;} */
form#user-register-form input.error {
  border-color: red !important;
}

.border-none-cls {
  border: none;
}

.client-signup-wrapper .custom_error_msg {
  color: red;
}

.get-app-store img,
.get-google-play img {
  display: inline-block;
  height: auto;
}

/* .carer-register fieldset label {    padding: 8px 0 !important;} */
/* .carer-register fieldset .custom-control-label .check {    display: none !important;} */
.checkbox-validation label.error:after {
  visibility: visible;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "Please accept terms and conditions to proceed";
  white-space: pre;
}

#edit-field-carer-terms-and-condition.checkbox-validation label.error:after {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  content: "Please accept terms and conditions to proceed";
  /* white-space: pre; */
  font-size: 22px;
}

body .carer-register .agreement div#checkbox {
  position: absolute;
  z-index: 99999;
  padding-left: 0;
}

/* Login and Signup Page CSS End*/

.aboutpage .two-columns div {
  flex: 0 0 50%;
  padding: 15px 40px;
}

.login .hero {
  margin-bottom: 0;
}

.cstm_terms_error {
  display: block !important;
  position: relative;
  top: 20px;
  margin-bottom: 13px;
}

@media (max-width: 420px) {
  .login-form a.forgot-password {
    left: 0;
    bottom: 0;
    position: relative;
    display: block;
    margin-top: 10px;
  }

  #user-login-form .text-right .link {
    left: 0;
    bottom: 0;
    position: relative;
    display: block;
    margin-top: 10px;
  }



}


@media screen and (max-height: 500px) {
  .popup-holder .login-popup {
    max-height: 350px;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  .aboutpage .two-columns div {
    padding: 0px 40px;
  }
}

@media (max-width: 870px) {
  #user-login-form .text-right .link {
    left: 0;
    bottom: 0;
    position: relative;
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  body.register .form-section .page-section-title {
    margin-top: 210px !important;
  }

  div#training_page .hero-training h1 {
    font-size: 25px !important;
    line-height: 28px !important;
  }

  div#training_page .about.content h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
  }

  div#training_page .about.content p,
  div#training_page .about.content ul li {
    font-size: 18px !important;
  }

  div#training_page .helpdesk-section h2 {
    font-size: 22px !important;
    line-height: 27px !important;
    color: #3b465c;
    text-align: center;
    margin: 40px 0;
  }

  div#training_page .helpdesk-section .accordion .accordion-toggle {
    font-size: 16px !important;
  }

  body div#training_page .about.content p,
  body div#training_page .about.content ul li {
    font-size: 18px !important;
  }


  .aquarius_dashboard form .form-row.columns .form-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 100%;
  }

  .aquarius_dashboard form .form-row.columns .form-column input {
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    color: #3b465c;
  }

  .aquarius_dashboard .about.dashboard.content {
    margin-top: 3rem !important;
  }


  .aquarius_client_notes_list form#client-notes-filter-form .col-md-2,
  .aquarius_dashboard form#client-notes-filter-form .col-md-2 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }

  .aquarius_client_notes_list form#client-notes-filter-form .col-md-3,
  .aquarius_dashboard form#client-notes-filter-form .col-md-3 {
    margin-top: 0;
  }

  .aquarius_client_notes_list form#client-notes-filter-form .col-md-2,
  .aquarius_dashboard form#client-notes-filter-form .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }


  .aquarius_client_notes_list .message-box.custom-Status.message.alert p.custom_error_msg,
  .aquarius_dashboard .message-box.custom-Status.message.alert p.custom_error_msg {
    color: green;
    top: -48px;
    position: absolute;
    left: 15px;
  }


  /* hide how to work block start */
  .how-it-works .content .tab-buttons.tab-buttons-home {
    display: none;
  }

  /* hide how to work block end*/
  .opt-verification-block {
    max-width: 100% !important;
    margin-top: 30px !important;
  }

  .client_otp_verification .custom_error_msg {
    top: 10px !important;
  }
}

.aquarius_dashboard .mb_30 {
  margin-bottom: 30px;
}

body.register .checkbox-validation label a {
  text-decoration: underline;
}

body.login .login-form .custom_error_msg {
  font-weight: 500;
  font-size: 18px;
}

form#user-login-form label.error {
  color: red;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  font-size: 16px;
}

.accordion .active .accordion-content h3 {
  font-size: 22px;
}



/* agent client signup form start */

form#agent-post-job-from .form-group input {
  width: 100%;
}

form#agent-post-job-from .form-group {
  padding: 20px 0;
  flex: 0 0 45%;
  max-width: 45%;
}

body.agent-job-post-form .tooltip {
  float: right;
}

body.agent-client-signup-form .custom-label-error {
  color: red;
}

.client-create fieldset .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.client-create fieldset .form-group input {
  width: 100%;
}

.client-create .buttons button {
  border-color: transparent !important;
}

body.is-agent .about.create-client.content label.error {
  display: block;
  padding: 0 0;
  font-size: 22px !important;
  font-weight: 300 !important;
  padding-top: 3px !important;
}

.client-create fieldset label.control-label {
  padding-bottom: 8px;
}


.message-box.custom-Status.message.alert {
  position: absolute;
  top: 17%;
  z-index: 99999999999;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 22px;
}

.message-box.custom-Status.message.alert p.custom_error_msg {
  font-size: 20px;
  font-weight: 600;
}

.dashboard .tiles>a {
  padding: 55px 0 !important;
}

body.agent-client-signup-form #edit-signup {
  border: 0px;
}

.sub-navigation.col-one ul li.nav-item.active a {
  font-weight: 600;
}

.sub-navigation.col-one ul li.nav-item.active {
  background: transparent;
}

li.nav-item.dropdown.desk-user .dropdown-menu a:hover,
li.nav-item.dropdown.desk-user .dropdown-menu a:focus {
  background: transparent;
  text-decoration: underline;
}

li.nav-item.dropdown.desk-user .dropdown-menu a {
  text-decoration: none
}

section.login p.custom_error_msg a {
  display: none;
}

body .carer-register .agreement {
  padding-bottom: 20px !important;
}

.js-form-item-field-carer-terms-and-condition-terms-1 label.error {
  display: none !important;
}

.js-form-item-field-carer-terms-and-condition-terms-1 label.carer-terms-error {
  display: block !important;
}

.dashboard .tiles>a:hover {
  text-decoration: underline;
}

body.is-agent .message-box.custom-Error.message.alert.alert-danger ul li {
  color: red;
  font-weight: 300;
}

body.post_job_ad .custom_error_msg {
  color: red;
}

body.agent-client-signup-form .custom_error_msg {
  color: red;
  padding-left: 20px;
}


body.post_job_ad #edit-support-required .js-form-item {
  float: left;
}

body.post_job_ad #edit-specific-expertise .js-form-item {
  float: left;
}

body.post_job_ad #edit-pet-friendly .js-form-item {
  float: left;
}

body.post_job_ad #edit-non-smoker-required .js-form-item {
  float: left;
}

body.post_job_ad #edit-languages .js-form-item {
  float: left;
}

body.post_job_ad #edit-driver-required .js-form-item {
  float: left;
}

body.post_job_ad #edit-general-expertise .js-form-item {
  float: left;
}

body.post_job_ad #edit-care-type .js-form-item {
  float: left;
}

body.post_job_ad #edit-when-care-to-start .js-form-item {
  float: left;
}

body.post_job_ad #edit-gender-pref .js-form-item {
  float: left;
}

body.post_job_ad #edit-non-smoker-required .js-form-item {
  float: left;
}

body.post_job_ad #edit-care-type-livein-24 .js-form-item {
  float: left;
}

body.post_job_ad #edit-is-the-care .js-form-item {
  float: left;
}



/*body.post_job_ad form label { padding: 0px 13px 0px 13px !important; }*/

body.post_job_ad .tooltip,
body.post_job_ad #tuyn-post-job-from .tooltip {
  position: relative;
  display: inline-block;
  color: #ee743b;
  text-decoration: none;
  font-weight: 500;
}

body.post_job_ad .tooltip .tooltiptext,
body.post_job_ad .tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  right: 10px;
  top: -70px;
}

body.post_job_ad .tooltip:hover .tooltiptext,
body.post_job_ad .tooltip:hover .tooltiptext {
  visibility: visible;
}

#agentbackbutton {
  float: left;
  margin-right: 20px;
}

#agentsubmit {
  margin-top: 20px;
}

#edit-back,
#edit-submit {
  border: 0px solid;
}

/*body.post_job_ad .form-requirements .error { line-height: 44px; }*/

body.is-agent div.show {
  display: block;
}

body.is-agent li.nav-item.dropdown.desk-user .dropdown-menu {
  border-radius: 0px;
}

.dashboard .tiles>a:hover {
  text-decoration: underline;
}

form#agent-post-job-from .form-group {
  padding: 20px 0;
}

.form-requirements .form-option input[type=checkbox]+label,
.form-requirements .form-option input[type=radio]+label {
  position: relative;
  font-size: 19px;
  line-height: 34px;
  color: #ffffff;
  background-color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 10px !important;
  margin: 16px;
  margin-left: 0;
}


body.post_job_ad #show-more-id {
  float: left;
  margin-top: 13px;
}

@media (max-width: 767px) {
  body .dashboard {
    margin-top: 0;
  }

  body .dashboard h1 {
    text-align: center;
    margin-top: 30px;
  }

  .client-create fieldset .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  body .carer-register fieldset,
  body .client-create fieldset,
  body .job-create fieldset {
    display: block !important;
    justify-content: space-between !important;
  }


  body .job-create fieldset input {
    width: 100%;
  }

  body .client-create .buttons button,
  body .job-create .buttons button.ml-3 {
    line-height: 34px;
    white-space: normal;
  }

}

@media (max-width: 600px) {
  body .dashboard .tiles {
    margin-top: 0;
    padding-top: 20px;
    overflow: scroll;
  }

  body .dashboard {
    margin-top: 50px;
  }
}

form#agent-client-signup-from #edit-country {
  background: #CCC;
}


body.is-agent .meet-our-team-cls,
body.is-agent .hero-buttons-cls,
body.is-agent .site-block-cls {
  display: none;
}

body.is-aquarius .meet-our-team-cls,
body.is-aquarius .hero-buttons-cls,
body.is-aquarius .site-block-cls {
  display: none;
}


@media (max-width: 991px) {

  form#agent-post-job-from .form-group input {
    width: 100%;
  }

  form#agent-post-job-from .form-group {
    padding: 20px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  body .carer-register fieldset,
  body .client-create fieldset,
  body .job-create fieldset {
    display: block;
  }

}

/* agent client signup form end */


body #user-login-form .form-group {
  margin-bottom: 2.5rem;
}

/* Carer sign up - START */
.js-form-item-field-carer-terms-and-condition-terms-1 label {
  padding-top: 5px !important;
}

.term-popup .modal-window {
  width: 690px;
  margin: auto;
  padding: 20px;
}

.term-popup {}

.term-popup a {
  text-decoration: underline;
}

.carer-register fieldset input {
  width: 100%;
  color: inherit;
  display: block;
  font-size: inherit;
  margin-top: 0px;
  line-height: 50px;
  border: 1px solid #000;
  background-color: transparent;
}

body .carer-register fieldset label.compulsory {
  padding: 20px 0 !important;
}

#edit-field-carer-terms-and-condition-terms-1 {
  border: none;
}

.carer-register fieldset label {
  background-color: transparent;
  color: #000000;
}

.carer-register fieldset label.js-form-required::after {
  content: "*";
  color: #000000;
}

body .carer-register .agreement .checkbox:before {
  border: 1px solid #000 !important;
  opacity: 0;
}

.carer-register .custom-Error li {
  color: red;
  padding: 4px 0;
}

/* .carer-register .postcoder-complete > div.postcoder-complete-dropdown {
  border-radius: 0 !important;
} */
.carer-register .postcoder-complete ul>li {
  position: relative;
  padding: .5em .5em .5em 2em;
  margin: 0 5px 3px 0 !important;
  cursor: pointer;
  width: 100% !important;
  background: #fff;
  text-align: left;
  color: #3b465c;
  font-weight: 500;
  padding: 8px 8px 8px 32px;
  font-size: 16px;
  border: none;
}

.carer-register .postcoder-complete ul>li i.fa {
  position: absolute;
  left: .4em;
  top: 0.5em !important;
}

body .carer-register .agreement a,
body .client-create .agreement a,
body .job-create .agreement a {
  text-decoration: underline;
  cursor: pointer !important;
}

/* Carer sign up - END */


.request-a-call-form label {
  font-size: 16px;
}

.request-a-call-form #edit-terms-condition label.control-label.option {
  position: relative;
  padding-left: 5px !important;
}

.request-a-call-form #edit-terms-condition label.control-label.option input {
  position: absolute;
  left: 0;
}

body .carer-register fieldset label.error {
  background-color: transparent;
  color: red !important;
  padding-top: 3px !important;
}


.request-a-call-form div#edit-requested-care-type label {
  float: left;
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 19px;
  line-height: 34px;
  color: #fff;
  margin-right: 8px;
  width: auto;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  min-width: 140px;
  background-color: #3b465c;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0 0 !important;
}

.request-a-call-form div#edit-requested-care-type label.active {
  background: #fbb157;
}


div#partnerships_page {
  min-height: 500px;
}

@media screen and (min-width: 1800px) {
  div#partnerships_page {
    min-height: 500px;
  }
}


@media (min-width: 768px) {
  .hero-intro .hero-training h1 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (max-width: 1023px) {

  /*div#training_page .hero-training h1 {
    font-size: 25px !important;
    line-height: 28px !important;
  }

  div#training_page .about.content h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
}

div#training_page .about.content p, div#training_page .about.content ul li {
    font-size: 18px !important;
}

div#training_page .helpdesk-section h2 {
    font-size: 22px !important;
    line-height: 27px !important;
    color: #3b465c;
    text-align: center;
    margin: 40px 0;
}

div#training_page .helpdesk-section .accordion .accordion-toggle {
    font-size: 16px !important;
}

body div#training_page .about.content p, body div#training_page .about.content ul li {
    font-size: 18px !important;
}*/

  footer .content {
    font-size: 16px;
  }

  body .accordion .active .accordion-content,
  body .accordion .active .accordion-content p,
  body .accordion .active .accordion-content ul li,
  body .carer-terms-accordion .active .accordion-content,
  body .carer-terms-accordion .active .accordion-content p,
  body .carer-terms-accordion .active .accordion-content ul li {
    font-size: 16px !important;
    line-height: 23px;
    color: #3b465c;
    word-break: break-word;
  }

}


/*@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
} */
.carer-register p.custom_error_msg {
  color: red;
}

.carer_sign_link {
  font-weight: 500;
}

.carer_sign_underline {
  text-decoration: underline !important;
}

body .carer-register.content {
  padding: 0 26px !important;
}

.looking_for_carer_link {
  margin-bottom: 65px;
}

body .carer-register .agreement .checkbox:after {
  transform: scale(1);
}


.training-resources .hero-training h1 img {
  cursor: pointer !important;
}

.postcoder-complete ul>li:hover,
.postcoder-complete ul>li[aria-selected="true"],
.postcoder-complete ul>li:hover mark,
.postcoder-complete ul>li[aria-selected="true"] mark,
.postcoder-complete ul>li:hover .location,
.postcoder-complete ul>li[aria-selected="true"] .location,
.postcoder-complete ul>li:hover .count,
.postcoder-complete ul>li[aria-selected="true"] .count {
  color: white !important;
  background-color: #428bca !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -webkit-text-size-adjust: none;
  }
}



/*Aquarius Start*/

.view.view-aquarius-management-dashboard,
.aquarius_client_notes_list {
  margin-top: 9rem;
}

.view.view-aquarius-management-dashboard table.table.table-hover.table-striped {
  width: 100%;
  border: 0;
}


.view.view-aquarius-management-dashboard table.table.table-hover.table-striped {
  width: 100%;
  border: 0;
}

.aquarius_management_dashboard table th {
  padding: 15px 10px;
}

.aquarius_management_dashboard table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.aquarius_management_dashboard nav.pager-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.aquarius_management_dashboard nav.pager-nav ul li a {
  padding: 5px 10px;
}

.aquarius_management_dashboard nav.pager-nav ul li.active a {
  color: #fff;
}


.aquarius_management_dashboard form.views-exposed-form .form-item.form-group input {
  width: 100%;
}

.aquarius_management_dashboard form.views-exposed-form .form-item.form-group {
  width: 31%;
  float: left;
  margin: 1%;
}

.aquarius_management_dashboard form.views-exposed-form .form-item.form-group select {
  padding-left: 20px;
  border: solid 2px #3b465c;
  width: 100%;
  display: inline-block;
  border: solid 2px #3b465c;
  font-size: 16px;
  line-height: 44px;
  color: #3b465c;
  padding-left: 18px;
  outline: none;
  height: 50px;
}

.aquarius_management_dashboard form.views-exposed-form button#edit-submit-aquarius-management-dashboard {
  margin: 1%;
}

.aquarius_management_dashboard .table-responsive {
  overflow-x: auto;
}


.aquarius_dashboard .aquarius-notes {
  font-size: 15px;
  text-decoration: none;
}

.aquarius_dashboard table th {
  padding: 15px 10px !important;
  background: #3b465c !important;
  color: #FFF !important;
}

.aquarius_client_notes_list table {
  width: 100% !important;
}

.aquarius_client_notes_list table th {
  padding: 15px 10px;
  background: #3b465c;
  color: #FFF;
}

.aquarius_dashboard .client-qc-btns {
  background: #f15b5b !important;
  color: #fff !important;
  border-color: #f15b5b !important;
}

.aquarius_dashboard table tbody tr:nth-child(even) {
  background: #f7f7f7 !important;
}

.aquarius_dashboard nav.pager-nav ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.aquarius_client_notes_list nav.pager-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.aquarius_dashboard nav.pager-nav ul li a {
  padding: 5px 10px !important;
}

.aquarius_dashboard nav.pager-nav ul li.active a {
  color: #fff !important;
}


.aquarius_client_notes_list nav.pager-nav ul li.active a {
  color: #fff !important;
}

.aquarius_client_notes_list nav.pager-nav ul li a {
  padding: 5px 10px;
}


.aquarius_client_notes_list nav.pager-nav ul li a {
  padding: 5px 10px;
}


.aquarius_client_notes_list nav.pager-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}


.aquarius_dashboard .form-item.form-group input {
  width: 100%;
}

.aquarius_dashboard .form-item.form-group {
  width: 31%;
  float: left;
  margin: 1%;
}

.aquarius_dashboard .form-item.form-group select {
  padding-left: 20px;
  border: solid 2px #3b465c;
  width: 100%;
  display: inline-block;
  border: solid 2px #3b465c;
  font-size: 16px;
  line-height: 44px;
  color: #3b465c;
  padding-left: 18px;
  outline: none;
  height: 50px;
}

.aquarius_dashboard button#edit-submit-aquarius-management-dashboard {
  margin: 1%;
}

.aquarius_dashboard .table-responsive {
  overflow-x: auto;
}

.aquarius_dashboard #reset-btn {
  border: 0px solid;
}

.aquarius_dashboard form .form-row.columns {
  flex-direction: initial;
  flex-wrap: wrap;
}

.aquarius_dashboard form .form-row.columns select {
  width: 100%;
  display: inline-block;
  border: solid 1px #3b465c;
  font-size: 16px;
  line-height: 44px;
  color: #3b465c;
  padding-left: 18px;
  outline: none;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  color: #3b465c;
}

.aquarius_dashboard nav.pager-nav ul li {
  display: inline-block;
  margin: 4rem 0.5rem;
}

.aquarius_client_notes_list nav.pager-nav ul li {
  display: inline-block;
  margin: 4rem 0.5rem;
}

.aquarius_dashboard table td,
.aquarius_dashboard table th {
  padding: 10px !important;
}

.aquarius_client_notes_list .modal-dialog,
.aquarius_dashboard .modal-dialog {
  width: 600px;
  max-width: 90%;
  background: #fff;
  margin: 0 auto;
  margin-top: 2rem;
}

.aquarius_client_notes_list .modal-dialog .modal-body,
.aquarius_dashboard .notes-wrapper-inner {
  padding: 2rem;
}

.aquarius_client_notes_list .modal-dialog .modal-header h4,
.aquarius_dashboard .modal-dialog .modal-header h4 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;

}

.aquarius_client_notes_list .modal-dialog .modal-header,
.aquarius_dashboard .modal-dialog .modal-header {
  position: relative;
  background: #f15b5b;
  color: #fff;
  padding: 15px 2rem;
}

.aquarius_client_notes_list .modal-dialog .client-notes-form button,
.aquarius_dashboard .modal-dialog .client-notes-form button {
  border: 0;
  box-shadow: none;
  margin-top: 1rem;
}

.aquarius_client_notes_list .modal-dialog .modal-header button.close {
  background: transparent;
  border: none;
  font-size: 36px;
  color: #fff;
  top: 50%;
  transform: translate(0, -50%);
}

form#client-notes-filter-form {
  margin: 2rem 0 1rem;
}

form#client-notes-filter-form .row {
  display: flex;
  flex-wrap: wrap;
}

.aquarius_client_notes_list .region.region-content {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  display: block;
  margin: auto;
  min-height: 80vh;
}

.aquarius_client_notes_list form#client-notes-filter-form input,
.aquarius_client_notes_list form#client-notes-filter-form select {
  width: 100%;
  display: inline-block;
  border: solid 1px #3b465c;
  font-size: 16px;
  line-height: 44px;
  color: #3b465c;
  padding-left: 18px;
  outline: none;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  color: #3b465c;
  border-radius: 0 !important;
}

.aquarius_client_notes_list form#client-notes-filter-form .col-md-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 31.333333%;
  max-width: 31.333333%;
  margin-left: 2.8%;
}

.aquarius_client_notes_list form#client-notes-filter-form .col-md-2:first-child {
  margin-left: 0;
}

.aquarius_client_notes_list form#client-notes-filter-form .col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem;
}

.aquarius_client_notes_list .table-responsive {
  overflow-x: auto;
}

table.client-qc-followup-table td,
table.client-qc-followup-table th {
  padding: 10px;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
}

table.client-qc-followup-table th {
  font-size: 14px;
}

.aquarius_dashboard table th {
  font-size: 15px !important;
}


table.client-qc-followup-table th {
  font-weight: 500;
}

.aquarius_client_notes_list table tr:nth-child(even) {
  background: #f7f7f7;
}

.aquarius_client_notes_list .message-box.custom-Status.message.alert.alert-success {
  top: 0;
}

.aquarius_client_notes_list #edit-reset {
  background-color: #f15b5b;
  color: #ffffff;
  border: 0px solid;
  margin-left: 5px;
}

.aquarius_client_notes_list #edit-submit {
  background-color: #f15b5b;
  color: #ffffff;
  border: 0px solid;
}

.aquarius_client_notes_list .message-box.custom-Status.message.alert.alert-success {
  top: 0;
  z-index: -1;
}

.aquarius_dashboard .status-cls {
  display: inline-block;
  border: solid 1px #3b465c;
  font-size: 15px;
  color: #3b465c;
  outline: none;
  height: 30px;
}


.aquarius_dashboard table {
  width: 100% !important;
}

.aquarius_client_notes_list #edit-mentioned-people {
  display: none !important;
}

.aquarius_dashboard .notes-img {
  width: 22px !important;
  text-align: center;
}

.aquarius_client_notes_list .edit-img {
  width: 20px !important;
  text-align: center;
}

.aquarius_client_notes_list table.client-qc-followup-table td:last-child {
  text-align: center;
}

.aquarius_client_notes_list table th {
  text-transform: none;
}

.aquarius_client_notes_list textarea.error {
  border: 1px solid red;
}

.aquarius_client_notes_list form label.error,
.aquarius_dashboard form label.error {
  font-size: 12px;
}

.aquarius_dashboard .filter_message {
  display: none;
  text-align: center;
  color: red;
}

.aquarius_client_notes_list textarea {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
}

.aquarius_client_notes_list .message-box.custom-Status.message.alert p.custom_error_msg {
  color: green;
}

.aquarius_client_notes_list .btn.btn-primary,
.aquarius_dashboard .btn.btn-primary {
  background: #f15b5b;
}

.aquarius_client_notes_list .btn.btn-primary:hover,
.aquarius_dashboard .btn.btn-primary:hover {
  background: #f15b5b !important;
}

.aquarius_client_notes_list div#ui-datepicker-div {
  width: auto !important;
  z-index: 999999999999 !important;
}

.aquarius_client_notes_list .pagination li.is-active a {
  background: #f15b5b;
  border-color: #f15b5b;
}

.aquarius_dashboard .pagination li.is-active a {
  background: #f15b5b;
  border-color: #f15b5b;
}

body.is-aquarius .become-carer-cta {
  display: none;
}

body.aquarius_client_notes_list .ui-datepicker-current {
  display: none;
}

.aquarius-status-ajax-msg {
  text-align: center;
  padding-bottom: 10px;
  color: green;
  display: none;
  font-weight: 500;
}

.aquarius_client_notes_list .pager__item a {
  color: #3b465c !important;
}

.aquarius_dashboard .pager__item a {
  color: #3b465c !important;
}

.aquarius_client_notes_list .pager__item a:hover {
  color: #3b465c !important;
}

.aquarius_dashboard .pager__item a:hover {
  color: #3b465c !important;
}

.notes-filter-cls {
  padding-top: 19px;
  color: red;
  display: block;
  font-weight: 300;
}

/*Aquarius end*/
/*Carer details insurance popup CSS START*/

.modal.insurance .modal-content ul p {
  font-size: 16px;
  margin: 15px 30px;
}

.modal.insurance .modal-content ul {
  max-height: 50vh;
  overflow: auto;
}

/*Carer details insurance popup CSS END*/


/* Placehoder related changes start */
.form-content .form-content-lt .form-field input::placeholder,
.form-content .form-content-rt .form-field input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
}

body.tuyn_post_job_ad input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
}

body.how_it_works input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
}

body.register input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
}

body.role_registration_page input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
}

.reqeust-call-back-form input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
}

.carer-accordion input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
}

#custom-serach-carer input::placeholder,
#search-jobs-form input::placeholder,
#user-login-form input::placeholder,
#custom-serach-carer-footer input::placeholder,
#custom-serach-carer-home input::placeholder,
#edit-custom-footer-searchtext::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
}

#custom-blog-search input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
  font-weight: 500;
}

.client_signup input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
  font-weight: 500;
}

.post_job_ad input::placeholder {
  color: rgba(59, 70, 92, 0.4) !important;
  font-weight: 500;
}

/* Placehoder related changes end */

/*-------------------------------------------------------------- App Download page ---------------------------------------------------------------------------*/

.become-a-carer-content .custom_error_msg {
  display: none;
}


.app-feature-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
}

.feature-description {
  max-width: 250px;
  text-align: left;
}

.feature-icon {
  background-color: #08554E;
  width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  margin-right: 50px;
}

@media (max-width: 768px) {
  .app-feature-block {
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  .feature-icon {
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .app-feature-block {
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .feature-icon {
    margin-right: none;
    margin-bottom: 20px;
  }

  .feature-description {
    text-align: center;
    max-width: 280px;
  }
}

.max-w275 {
  max-width: 275px;
}

.pr-15 {
  padding-right: 15px;
}

.feature-description .des-title {
  font-size: 22px;
  font-weight: 600;
  color: #3B465C;
  padding-bottom: 15px;
}

.feature-description .des-text {
  font-size: 16px;
  font-weight: 300;
  color: #3B465C;
}

.feature-description .des-text span {
  font-weight: 600;
  color: #3B465C;
}

.curam-difference {
  position: relative;
  z-index: 40;
  /* width: 100%; */
  max-width: 1200px;
  padding: 0 30px;
  margin: auto;
  background-color: #3B465C;
  border-radius: 22px;
  padding: 30px;
  margin: 30px 30px 0 30px;
}

@media (min-width: 1024px) {
  .curam-difference {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 760px;
    flex: 0 0 760px;
    background-color: #3B465C;
    border-radius: 22px;
    padding: 30px;
    margin: 0;
    max-height: 500px;
  }


}

@media (min-width: 1024px) {
  .carer-registration-form .curam-difference {
    max-height: 100%;
  }
}

@media (max-width: 1400px) {
  .curam-difference {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 680px;
    flex: 0 0 680px;
    background-color: #3B465C;
    border-radius: 22px;
    padding: 30px;
    margin: 0;
  }
}

@media (max-width: 1300px) {
  .curam-difference {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    background-color: #3B465C;
    border-radius: 22px;
    padding: 30px;
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .curam-difference {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    background-color: #3B465C;
    border-radius: 22px;
    padding: 30px;
    margin: 0;
  }
}

.curam-difference .curam-difference-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

@media (max-width: 575.98px) {
  .curam-difference .curam-difference-content {
    flex-wrap: wrap;
    text-align: center;
  }
}


.curam-difference .curam-difference-content .head {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 1.2;
}

.curam-difference .curam-difference-content .bodytext {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding-bottom: 30px;
  line-height: 1.4;
}

.curam-difference .curam-difference-content .img {
  max-width: 55%;
  height: auto;
}

@media (max-width: 575.98px) {
  .curam-difference .curam-difference-content .img {
    max-width: 100%;
    height: auto;
  }
}

.curam-difference .curam-difference-content .get-app {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.curam-difference .curam-difference-content .get-app img {
  max-width: 90%;
  height: auto;
}

.why-curam-carer-bg {
  background-image: url("/themes/curam/assets/images/huskies/app-download/circle.svg");
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
  .why-curam-carer-bg {
    background-image: url("/themes/curam/assets/images/huskies/app-download/circle-sm.svg");
    background-position: right top;
    background-repeat: no-repeat;
  }
}

.site-block-top {
  padding: 25px 0 0 0;
}

@media (min-width: 1024px) {
  .site-block-top {
    padding: 50px 0 0 0;
  }
}

.site-block-bottom {
  padding: 0 0 25px 0;
}

@media (min-width: 1024px) {
  .site-block-bottom {
    padding: 0 0 50px 0;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.why-curam-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 1200px;
}

@media (max-width:768px) {
  .why-curam-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    min-width: 100%;
  }
}

.why-curam-content .why-curam-content-lt {
  flex: 0 0 45%;
}

.why-curam-content .why-curam-content-rt {
  flex: 0 0 35%;
}

@media (max-width:768px) {
  .why-curam-content .why-curam-content-lt {
    flex: 0 0 60%;
    width: 60%;
  }

  .why-curam-content .why-curam-content-rt {
    flex: 0 0 60%;
    width: 60%;
    padding: 30px 0px 100px 0px;
  }
}

/* @media (max-width:575.98px) {
  .why-curam-content .why-curam-content-lt{
    flex: 0 0 100%;
    width: 100%;
  }
  .why-curam-content .why-curam-content-rt{
    flex: 0 0 100%;
    width: 100%;
    padding: 30px 0px 100px 0px;
  }
} */
.why-curam-content-rt-content {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-curam-difference-content {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #3B465C;
  padding-bottom: 30px;
  /* margin-top: 80px; */
}

/* @media (max-width:768px) {
  .why-curam-difference-content{
    margin-top: 0px;
  }
} */

.difference-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.difference-content-lt {
  font-size: 19px;
  font-weight: 300;
  color: #3B465C;
  width: 100px;
}

.difference-content-rt {
  background: #08554E;
  width: 380px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px 0 0 0;
  -webkit-border-radius: 35px 0 0 0;
  -moz-border-radius: 35px 0 0 0;
  -ms-border-radius: 35px 0 0 0;
  -o-border-radius: 35px 0 0 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.max-w260 {
  width: 260px;
}

@media (max-width:768px) {
  .difference-content-rt {
    width: 240px;
  }

  .max-w260 {
    width: 240px;
  }
}

.difference-text {
  font-size: 16px;
  font-weight: 300;
  color: #3B465C;
  line-height: 1.2;
}

.pt_30M {
  padding-top: 0px;
  padding-bottom: 50px;
}

@media (max-width:768px) {
  .pt_30M {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

/*******************************/
.why-curam-text:before {
  content: '';
  width: 75vw;
  height: 75vw;
  border: solid 40px #72BFB1;
  position: absolute;
  top: 0;
  right: -10%;
  border-radius: 1000px;
  z-index: -1;
  display: none;
}

@media (min-width: 768px) {
  .why-curam-text:before {
    width: 500px;
    height: 500px;
    border: solid 60px #72BFB1;
    top: -20%;
    right: -85%;
    display: none;
  }
}

@media (min-width: 1024px) {
  .why-curam-text:before {
    width: 1000px;
    height: 1000px;
    border: solid 85px #72BFB1;
    right: auto;
    left: -100px;
    display: none;
  }
}

@media (min-width: 768px) {
  .why-curam-text {
    position: absolute;
    right: 20px;
    top: 80px;
  }
}

@media (min-width: 1024px) {
  .why-curam-text {
    width: 45%;
  }
}

.why-curam-text img {
  width: 100%;
}

@media (min-width: 768px) {
  .why-curam-text img {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .why-curam-text img {
    width: 100%;
  }
}

.why-curam-text img.m-image {
  display: block;
}

@media (min-width: 768px) {
  .why-curam-text img.m-image {
    display: none;
  }
}

.why-curam-text img.d-image {
  display: none;
}

@media (min-width: 768px) {
  .why-curam-text img.d-image {
    display: block;
  }
}


@media (max-width: 767.98px) {
  .why-curam-carer.why-curam-carer-bg>.content .why-curam-text {
    position: relative;
    right: auto;
  }

  .why-curam-carer.why-curam-carer-bg>.content {
    min-height: 680px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

}

.app-cta-wrapper.app-rt>.app-cta-box {
  background-color: #3B465C;
  border-radius: 35px;
  width: 100%;
  padding-top: 85vw;
  padding-bottom: 20px;
}

.app-cta-box .head {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 1.2;
}

.app-cta-box .bodytext {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding-bottom: 30px;
  line-height: 1.4;
}

.app-cta-box .img {
  max-width: 55%;
  height: auto;
}

@media (max-width: 575.98px) {
  .app-cta-box .img {
    max-width: 100%;
    height: auto;
  }
}

.app-cta-box .get-app {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-cta-box .get-app img {
  max-width: 90%;
  height: auto;
}

.app-cta-box .app-text {
  padding: 40px 20px;
  text-align: center;
}











/*###############################################################*/
.d-small {
  display: none !important;
}

.d-big {
  display: block !important;
}

@media (max-width: 575.98px) {
  .d-small {
    display: block !important;
  }

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

/*###############################################################*/
.d-ipad {
  display: none !important;
}

.d-desktop {
  display: block !important;
}


@media (max-width: 768px) {
  .d-ipad {
    display: block !important;
  }

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

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

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

@media (max-width: 820px) {
  .d-block-820 {
    display: block !important;
  }

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

/*###############################################################*/
.owl-carousel .owl-item img {
  display: block;
  max-width: 60%;
  height: auto;
}

/*############################# Form ##################################*/
.curam-difference.form-bg {
  background: transparent;
}

.form-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.form-content .form-content-lt,
.form-content .form-content-rt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.form-content .form-content-lt .form-field input,
.form-content .form-content-rt .form-field input {
  /* background-color: transparent;*/
}

@media (max-width: 768px) {

  .curam-difference.form-bg {
    background: #ffffff;
    margin: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }

  .form-content {
    flex-wrap: wrap;
  }

  .form-content .form-content-lt,
  .form-content .form-content-rt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .hero-intro.app-form .circle-1 {
    display: none;

  }
}

.curam-difference.form-bg .form-field label {
  font-size: 16px;
  font-weight: 300;
  line-height: 15px;
  color: #3b465c;
}



@media (min-width: 1024px) {

  .curam-difference.form-bg .brochures input[type=checkbox]+label,
  .form-section input[type=checkbox]+label {
    font-size: 14px;
    line-height: 27px;
    color: #3b465c;
  }
}

.text-decor {
  text-decoration: underline;
}

.pt_20 {
  padding-top: 20px;
}



.btn.dark-green,
.dark-green.filters-box-toggle {
  background-color: #08554E;
  color: #ffffff;

}

.form-title {
  font-weight: 500;
  font-size: 44px;
  color: #3B465C;
  padding-bottom: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .form-title {
    font-size: 25px;
    text-align: center;
  }
}

.bg-green {
  background-color: none;
}

@media (max-width: 575.98px) {
  .bg-green {
    background-color: #72BFB2;
  }
}

.accordion-content.becomeacare-accordion p {
  font-size: 19px !important;
}

.accordion .active .accordion-content.becomeacare-accordion,
.accordion .active .accordion-content.becomeacare-accordion p,
.accordion .active .accordion-content.becomeacare-accordion ul li,
.carer-terms-accordion .active .accordion-content.becomeacare-accordion,
.carer-terms-accordion .active .accordion-content.becomeacare-accordion p,
.carer-terms-accordion .active .accordion-content.becomeacare-accordion ul li {
  font-size: 19px !important;
}

.hero-intro.app-form .block.block-custom .content {
  display: block;
}

.carer-registration-form .form-field label {
  margin-bottom: 0px;
}

.curam-difference.form-bg .form-field label.error {
  padding-top: 8px !important;
  color: red !important;
}

.carer-registration-form input.error {
  border-color: red;
}

.become-a-carers .custom-Error .p {
  color: red;
}

.become-a-carers .custom_error_msg {
  color: red;
  font-weight: 300;
}

#field_carer_terms_and_condition-error2 {
  font-weight: 300;
  margin-bottom: 13px !important;
  font-size: 16px !important;
}

.become-a-carers #edit-field-carer-terms-and-condition.checkbox-validation label.error:after {
  font-size: 16px !important;
}

#field_carer_terms_and_condition-error3 {
  color: red;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
}

.become-a-carers .alert-success .custom_error_msg {
  font-weight: 300;
  color: green;
}

.become-a-carers .message-box.custom-Status.message.alert.alert-success {
  top: -4%
}

.become-a-carers .errormsg .alert-danger ul li {
  color: red;
  font-weight: 300;
}

body.node #search-jobs-form #edit-submit--2 {
  background-color: #1F554E;
  color: #ffffff;
  border: 0;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  padding: 0 20px;
  white-space: nowrap;
}

.become-a-carers label.js-form-required::after {
  content: "*";
  color: #000000;
}

#carerRegButton {
  border: 0;
}

label.errorlabel {
  display: none;
}

.become-a-carers .alert-danger ul li strong {
  font-weight: 300;
}

.become-a-carer-content #block-curam-bannertextcrhome {
  display: none;
}

.termpolicy {
  text-decoration: underline !important;
  cursor: pointer !important;
}

@media (min-width: 768px) {

  .become-a-carers .form-field input[type=text],
  .become-a-carers .form-field input[type=email],
  .become-a-carers .form-field input[type=number],
  .become-a-carers .form-field input[type=password],
  .become-a-carers .form-field input[type=tel] {
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .becomeacare .accordion-content.becomeacare-accordion p {
    font-size: 16px !important;
  }

  .becomeacare .accordion .active .accordion-content.becomeacare-accordion,
  .becomeacare .accordion .active .accordion-content.becomeacare-accordion p,
  .becomeacare .accordion .active .accordion-content.becomeacare-accordion ul li,
  .becomeacare .carer-terms-accordion .active .accordion-content.becomeacare-accordion,
  .becomeacare .carer-terms-accordion .active .accordion-content.becomeacare-accordion p,
  .becomeacare .carer-terms-accordion .active .accordion-content.becomeacare-accordion ul li {
    font-size: 16px !important;
  }

}

.block_class_A {
  flex: 0 0 760px;
}

.block_class_B {
  flex: 0 0 760px;
}

.curam-difference.form-bg .form-field label.error:hover {
  color: red !important;
}

.errorlabel {
  color: red !important;
}


.carer-registration-form input[type=checkbox]+label:before,
.becomeacare .form-section input[type=checkbox]+label:before {
  background-color: #FFF !important;
}

.carer-registration-form .form-section input[type=checkbox]+label:before {
  background-color: #FFF !important;
}

@media (max-width: 1300px) {

  .block_class_A,
  .block_class_B {
    flex: 0 0 650px;
  }

  .curam-difference {
    max-height: 420px;
  }

}






@media (max-width: 1366px) {
  .block_class_A {
    flex: 0 0 660px;
  }

  .block_class_B {
    flex: 0 0 715px;
  }

  .curam-difference {
    max-height: 435px;
  }
}



@media (max-width: 1200px) {
  .block_class_A {
    flex: 0 0 620px;
  }

  .block_class_B {
    flex: 0 0 650px !important;
  }

  .curam-difference {
    max-height: 410px;
  }
}

@media (max-width: 1024px) {

  .block_class_A,
  .block_class_B {
    flex: 0 0 480px !important;
  }

  .curam-difference {
    max-height: 325px;
  }


  .form-title {
    font-size: 35px;
  }

}


@media (max-width: 820px) {
  .curam-difference {
    max-height: 100%;
  }

  .curam-difference .curam-difference-content {
    padding-top: 25px;
  }

  .why-curam-carer h2 {
    font-size: 30px;
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .why-curam-carer>.content p {
    font-size: 16px;
  }

  .difference-content-lt {
    width: 85px;
  }

  .difference-content-rt {
    width: 200px;
    padding-left: 20px;
  }

  .max-w260 {
    width: 200px;
  }



  .hero-intro.app-form .circle-1 {
    display: none;



  }

  .block_class_A,
  .block_class_B {
    background-color: #72bfb1;
    padding: 20px 0px;
  }

  .carer-additional .block_class_A,
  .carer-additional .block_class_B {
    background: none;
  }

  .why-curam-carer>.content {
    min-height: 600px;
  }

  .become-a-carers .form-title {
    font-size: 25px;
    padding-top: 20px;
  }

}


@media (max-width: 768px) {

  .curam-difference {
    max-height: 100%
  }

  .block_class_A {
    background-color: #72bfb1;
    padding-bottom: 30px;
  }

  .curam-difference .curam-difference-content {
    padding-top: 35px;
  }

}


@media (max-width: 750px) {
  .carer-footer .socials {
    position: relative;
    bottom: 0px;
  }
}

@media (max-width: 575.98px) {
  .carer-footer .socials {
    position: relative;
    bottom: 0px;
  }

  .app-cta-box .app-text {
    padding: 0px 20px 40px 20px;
  }

}


@media (max-width: 320px) {
  .difference-content-lt {
    width: 85px;
  }

  .difference-content-rt {
    width: 190px;
    padding-left: 10px;
  }

  .max-w260 {
    width: 190px;
  }
}


/*..custom-Error .p {co} .custom_error_msg {display:block;}
.custom-Error .custom_error_msg {display:block;}*/

/******* App Download Page ********/


/*Job Listing page CSS START*/

.job-opportunities .filters-type ul {
  justify-content: flex-start;
}


.job-opportunities .job-right {
  width: 400px;
  margin-left: 30px;
}

.job-opportunities .schedule-interview {
  background: #36465b;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 350px;
  padding: 5rem 3rem;
  text-align: center;
}

.job-opportunities .schedule-interview p {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  width: 100%;
  line-height: 1.2;

}

.job-opportunities .schedule-interview a {
  background: #72bfb2;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 6px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}


.bold-600 {
  font-weight: 600;
}

.d-flex-CS {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.job-opportunities .filters-input .field {
  max-width: 900px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .job-opportunities .filters-input .field {
    margin-bottom: 0;
  }
}

.job-opportunities .filters-type input[type=radio]:checked+label {
  background-color: #72bfb2;
  color: #3B465C;

}

.job-opportunities .filters-window .results {
  margin-left: 0px;
}

.job-opportunities .filters-type {
  max-width: 900px;
}

.job-opportunities .results-list {
  max-width: 900px;
}

.job-opportunities .carer-profile .profile-options {
  display: block;
}

.job-opportunities .carer-profile .profile-info .profile-info-content {
  align-items: flex-start;
}

.job-opportunities .carer-profile .profile-info h4 {
  text-transform: inherit;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .job-opportunities .carer-profile {
    padding-left: 20px;
  }
}

.job-opportunities .location-mile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
}

.job-opportunities .location-mile .profile-info-line {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  border-right: solid 1px #ffffff;
  padding-right: 10px;
  margin-left: 10px;
}

.job-opportunities .right-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3B465C;
  padding: 5px;
}

@media (max-width: 820px) {
  .job-opportunities .right-switch {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.right-switch-text {
  font-weight: 300;
  font-size: 19px;
  color: #3B465C;

}

.green-btn {
  border: 0;
  outline: none;
  background-color: #72bfb2;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  padding: 0 20px;
  white-space: nowrap;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
}

.job-opportunities .filters-type a {
  color: #ffffff;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 0px 3px 3px 0px;
  padding: initial;
  border: initial;
  min-width: 140px;
  line-height: 34px !important;
  background-color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  margin-right: 20px;
  font-size: 19px;
  font-weight: 300;
  line-height: 38px;
  cursor: pointer;
}

.job-opportunities .filters-type a:hover,
.job-opportunities .filters-type .btn-filter.active {
  background-color: #72bfb2 !important;
  color: #3B465C !important;
}

.job-opportunities .filters-type {
  margin: 40px 0;
}

/*---- switch start-----*/
.switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 22px;
  margin: 0 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #3B465C;
}

input:focus+.slider {
  box-shadow: 0 0 1px #3B465C;
}

input:checked+.slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
  -moz-transform: translateX(36px);
  -o-transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

body.job_list .job-listing-login-modal .btn-search {
  background: #f15b5b;
  color: #FFFFFF;
  border-color: #f15b5b;
  border: 0;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  padding: 0 20px;
  white-space: nowrap;
}

body.job_list .bookinterviewblock-complete-profile .btn-search {
  background: #f15b5b;
  color: #FFFFFF;
  border-color: #f15b5b;
  border: 0;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  padding: 0 20px;
  white-space: nowrap;
}


/*---- switch start-----*/

/*Job Listing page CSS END*/
/* Hide Helpdesk section for mobile app web view START */
.app-helpdesk .nav-m,
.app-helpdesk .top-bar,
.app-helpdesk .helpdesk-switch,
.app-helpdesk .get-started.site-block,
.app-helpdesk footer,
.app-helpdesk .theme-nav {
  display: none;
}

/* Hide Helpdesk section for mobile app web view END */



/* home page carer search form start */
#custom-footer-serach-carer .red-btn {
  max-width: 165px;
}

.frontpage .hero .content {
  min-height: auto !important;
}

.frontpage .hero-find-carer .filters-input .field {
  max-width: 500px;
}

.frontpage .hero-find-carer .content {
  padding-left: 0px;
}

.frontpage .get-started-search .content {
  padding-left: 0px;
}

.frontpage #edit-custom-searchtext,
.frontpage #edit-custom-footer-searchtext {
  border: 0px;
}

#edit-custom-footer-searchtext {
  border: 0px;
}

.user-logged-in #hero-find-carer #edit-submit--2 {
  line-height: 49px;
}

#custom-footer-serach-carer .form-type-password {
  display: none;
}

@media (min-width: 1024px) {
  .frontpage .hero-content {
    margin-top: 235PX;
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  #custom-footer-serach-carer .filters-input .field {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  #custom-footer-serach-carer .filters-input .field {
    max-width: 400px;
  }
}

@media (max-width: 750px) {
  #custom-footer-serach-carer .filters-input .field {
    max-width: 500px;
  }
}

@media (max-width: 575.98px) {
  #custom-footer-serach-carer .red-btn {
    max-width: inherit;
  }
}

/* home page carer search form end */



/* Job count start */
.total-joblist-count {
  margin-top: 20px;
  font-size: 22px;
}

.signupascarer .text-white {
  color: #FFF !important;
}

.signupascarer .apply-jobs-cta form .field {
  margin-top: 5px !important;
}

.signupascarer .location-autocomplete,
.signupascarer .filters-input {
  margin-top: -10px !important;
}

@media (max-width: 575.98px) {
  .total-joblist-count {
    font-size: 18px;
    line-height: 1.2;
  }
}

.hourly-rate-txt {
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.net-rate-txt {
  line-height: 1.4;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.rate-block {
  padding-top: 15px;
}

/* Job count end */
.aquarius_dashboard .modal-header {
  display: none;
}

.aquarius_dashboard .modal-body .modal-header {
  display: block;
}

.aquarius_dashboard .modal-dialog .modal-header button.close {
  background: transparent;
  border: none;
  font-size: 36px;
  color: #fff;
  top: 16%;
  transform: translate(0, -50%);
}

.aquarius_dashboard .about table td {
  font-size: 19px !important;
  font-weight: 300 !important;
}

/* crowd funding page CSS START */
.crowdfunding .trustpilot-wraper {
  margin-top: 40px;
}

.who-we-are.site-block.crowdfunding {
  padding-bottom: 0;
}

.crowdfunding .hero-content {
  text-align: center !important;
}

@media (min-width: 870px) {
  .crowdfunding .hero-content h2 {
    font-size: 36px;
    line-height: 55px;
    color: #3b465c;
  }
}

.crowdfunding .hero-content h4 {
  font-size: 24px;
  line-height: 35px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
}

.crowdfunding p.risk-text {
  font-size: 15px;
}

.crowdfunding .crowd-btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

.crowdfunding p.crowd-sub-heading {
  font-size: 20px;
  font-weight: 400;
}

.crowdfunding .who-we-are p {
  font-size: 17px;
}

.crowdfunding .who-we-are ul {
  padding-left: 0;
}

.crowdfunding .who-we-are li {
  padding-bottom: 10px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .why-curam .crowdfunding.benefits-list ul li {
    padding: 0px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .why-curam.site-block.crowdfunding {
    margin-top: 0px;
  }
}

.crowdfunding-form-section {
  text-align: center;
}

.crowdfunding-form-section h2 {
  font-size: 44px;
  line-height: 48px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

.crowdfunding-form-section p {
  font-size: 19px;
  line-height: 23px;
  color: #3b465c;
  font-weight: 300;
}

#custom-crowd-funding-form {
  width: 40%;
  margin: 0 auto;
}

#custom-crowd-funding-form input {
  width: 100%;
}

#custom-crowd-funding-form #edit-interest-level--wrapper legend {
  text-align: left;
}

#custom-crowd-funding-form label,
#edit-interest-level--wrapper span.fieldset-legend {
  text-align: left;
  font-size: 22px;
  line-height: 27px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  display: block;
  margin: 0;
}

#custom-crowd-funding-form #edit-interest-level label {
  text-align: center;
}

#custom-crowd-funding-form .form-item {
  margin-bottom: 20px;
}

#custom-crowd-funding-form .error {
  color: #f15b5b;
}

.crowd-terms {
  font-size: 12px !important;
  line-height: 22px !important;
  color: #7d8998 !important;
  margin-top: 20px;
  text-align: center;
  padding: 0;
  font-weight: 600 !important;
  margin-bottom: 0;
}

#custom-crowd-funding-form #crowd-submit {
  background-color: #f15b5b;
  color: #ffffff;
  border: 0px;
}

#custom-crowd-funding-form #edit-interest-level label {
  background: red;
  line-height: 34px;
  color: #ffffff;
  background-color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 5px 10px !important;
  margin: 8px;
  margin-left: 0;
  float: left;
  width: 48%;
  float: left;
}

#custom-crowd-funding-form #edit-interest-level label.active {
  background: #fbb157 !important;
}

#custom-crowd-funding-form #edit-interest-level input {
  display: none;
}

.who-we-are.site-block.crowdfunding li p {
  font-size: 17px !important;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  #custom-crowd-funding-form {
    width: 70% !important;
  }
}

@media (max-width: 1024px) {
  #custom-crowd-funding-form {
    width: 70% !important;
  }
}

@media (max-width: 600px) {
  #custom-crowd-funding-form #edit-interest-level label {
    width: 100%;
  }
}

.crowdfunding.benefits-list ul li {
  width: 100%;
}

a.crowd-close {
  text-decoration: none;
}

a.crowd-pop-close {
  text-decoration: none;
  font-size: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.crowdfunding .hero-content h1 {
  font-size: 44px;
  line-height: 48px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

.crowdfunding h2.tab-2 {
  margin-top: 20px !important;
}

@media (max-width: 1024px) {
  .crowdfunding .tabs {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .crowdfunding.who-we-are h2 {
    font-size: 42px;
  }
}

#crowdfunding .iti__flag-container {
  max-height: 49px !important;
}

/* crowd funding page CSS END */

/*######################################## Tha Curam Solutions css start ####################################################################*/

.curam-solutions-content {
  z-index: 10;
  text-align: left;
  height: 100%;
  margin: 60px 0 30px 0
}

@media (max-width: 767.98px) {
  .curam-solutions-content {
    text-align: center;
  }
}

.curam-solutions .content {
  min-height: 730px;
}

.curam-solutions .content h2 {
  font-size: 44px;
  line-height: 48px;
  color: #3b465c;
}

.curam-solutions .content p {
  font-size: 20px;
  line-height: 1.3;
  color: #3b465c;
  margin-bottom: 20px;
}

.form-curam-solutions {
  margin-bottom: 70px;
}

.form-curam-solutions .page-section-title {
  margin-top: 50px;
  margin-bottom: 0px;
}


.form-curam-solutions .form-field input[type=text]::placeholder,
.form-curam-solutions .form-field input[type=email]::placeholder {
  color: rgba(59, 70, 92, 0.5) !important;
  font-weight: 200 !important;
  font-size: 16px;
}

.form-curam-solutions select {
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  flex: 1;
  padding: 0 1em;
  color: #fff;
  background-color: var(--darkgray);
  background-image: none;
  cursor: pointer;
  color: #3b465c;
}

/* Remove IE arrow */
.form-curam-solutions select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.form-curam-solutions .select,
.form-curam-solutions .select-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 3em;
  overflow: visible;
  border: 1px solid #3b465c;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  margin-bottom: 20px;
}

/* Arrow */
.form-curam-solutions .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #fff;
  transition: .25s all ease;
  pointer-events: none;
  color: #3b465c;
}

/* Transition */
.form-curam-solutions .select:hover::after {
  color: #3b465c;
}

#custom-business-form #business-submit {
  border: none;
}

#custom-business-form #edit-business-org-error {
  position: absolute;
  bottom: -29px;
}

#custom-business-form .iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

#custom-business-form .iti__flag-container {
  max-height: 54px !important;
}

.carer_profile .region .alert-danger {
  display: none;
}

#custom-business-form textarea#edit-care-requirements-area {
  width: 100%;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
}

/*-------------- Authority requested list CSS start-----------------*/
.authority_organization_main {
  text-align: right;
}

.organizaiton_details {
  background-color: #FAF1EA;
  border: 1px solid #F7941D;
  padding: 0px 20px 0px 20px;
  display: inline-block;
  margin: 0 0 30px 0;
  float: left;
}

.organizaiton_details-tp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.organizaiton_details .logo {
  max-width: 110px;
  height: auto;
  /*background-color: #fff;*/
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
  text-align: center;
}

.cmp_name {
  text-align: center;
}

.cmp_name .name-sm {
  font-size: 12px;
  color: #78849E;
}

.cmp_name .name-lg {
  font-size: 16px;
  color: #3B465C;
  font-weight: 700;
}

.organizaiton_details .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*margin-top: 15px;*/
}

.organizaiton_details .links a {
  margin-left: 10px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  /*border-radius: 5px;*/
}

.organizaiton_details .links a.approve {
  background-color: #F7941D;
}

.organizaiton_details .links a.reject {
  background-color: #EB5F5F;
}

.organizaiton_details .logo img {
  max-width: 92px;
  height: 60px;
}

.authority-message-box {
  text-align: center;
  background: red;
  color: #fff;
}

.authority-message-box .accept {
  padding: 5px;
  background: #7de38ef7;
}

.authority-message-box .reject {
  padding: 5px;
  background: #f15b5b;
}

/*-------------- Authority requested list CSS end-----------------*/
/*######################################## Tha Curam Solutions css start ####################################################################*/


/* live in care type page  */
.hero-content .hero-buttons a {

  background-color: #f15b5b;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 600;
  cursor: pointer;
  padding: 0 20px;
  white-space: nowrap;
  margin-left: 10px;

}

/*--------------------------------------- Carer Benefits css start ----------------------------------------------*/
.carer-bnf {
  font-family: 'Montserrat', sans-serif;
  color: #3b465c;
}

.carer-bnf h2 {
  font-size: 44px;
  line-height: 49px;
  margin: 0 0 18px 0;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .carer-bnf h2 {
    font-size: 25px;
    line-height: 28px;
  }
}

.carer-bnf h5 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 auto 18px auto;
  font-weight: 400;
  text-align: center;
}

.carer-bnf .max-w1000 {
  max-width: 1000px;
}

@media (max-width: 768px) {
  .carer-bnf h5 {
    font-size: 18px;
    line-height: 23px;
  }

  .carer-bnf .max-w1000 {
    max-width: 600px;
  }
}

.carer-bnf .marT-30 {
  margin-top: 30px !important;
}

.benefits-wrapper {
  margin: 70px auto 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.benefits-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.benefits-block .benefits-col {
  flex: 0 0 20%;
  width: 20%;
  text-align: center;
}

.benefits-block img {
  text-align: center;
  margin-bottom: 25px;
  max-width: 76px;
  height: auto;
}

.benefits-block h5 {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.benefits-block p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 18px 0;
}

@media (max-width:768px) {
  .benefits-block {
    flex-wrap: wrap;
  }

  .benefits-block .benefits-col {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}

.benefits-btn {
  display: table;
  margin: 40px auto 0px auto;
}

.curam-benefits-header {
  padding-top: 130px;
}

.curam-benefits-header-content {
  background-color: #72BFB1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.curam-benefits-header h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 760px;
  margin: 0;
}

.benefits-faqs {
  display: block;
  font-family: 'Montserrat', sans-serif;
}

.benefits-faqs h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 50px auto;
}

.benefits-faqs h4 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.benefits-faqs h6 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.benefits-faqs p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 18px 0;
}

.benefits-faqs-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px 20px;
}

.benefits-faqs-row .benefits-faqs-col {
  flex: 0 0 49%;
  width: 49%;
}

.benefit-faqs-block {
  background-color: #3B475C;
  padding: 30px;
}

.benefit-faqs-block.bg-green {
  background-color: #0A554E;
  min-height: 250px;
}

.benefit-faqs-block h5 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  max-width: 970px;
}

.benefit-faqs-block h6 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px 0;
}

.benefit-faqs-block p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

/*------ common classes ---------*/
.d-flex-sc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.marB-25 {
  margin-bottom: 25px !important;
}

.marB-40 {
  margin-bottom: 40px !important;
}

.marB-50 {
  margin-bottom: 50px !important;
}

.marB-70 {
  margin-bottom: 70px !important;
}

.marB-100 {
  margin-bottom: 100px !important;
}

.marB-120 {
  margin-bottom: 120px !important;
}

.text-bold {
  font-weight: 700 !important;
}

.trophy-block-mh {
  min-height: 225px;
}

@media (max-width:1199.98px) {
  .trophy-block-mh {
    min-height: 220px;
  }

  .benefit-faqs-block.bg-green {
    min-height: 240px;
  }
}

@media (max-width:1024px) {
  .trophy-block-mh {
    min-height: 245px;
  }
}

@media (max-width:850px) {
  .trophy-block-mh {
    min-height: 275px;
  }

  .benefit-faqs-block.bg-green {
    min-height: 295px;
  }
}

@media (max-width:768px) {
  .trophy-block-mh {
    min-height: 310px;
  }

  .benefit-faqs-block.bg-green {
    min-height: 330px;
  }
}

/*------ common classes end  ---------*/
@media (max-width:767px) {

  .trophy-block-mh,
  .benefit-faqs-block.bg-green {
    min-height: auto;
  }

  .benefits-faqs-row {
    flex-wrap: wrap;
  }

  .benefits-faqs-row .benefits-faqs-col {
    flex: 0 0 100%;
    width: 100%;
  }
}

.benefit-list-block {
  padding: 0 20px;
}

.benefit-list-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.benefit-list-col {
  flex: 0 0 48%;
  width: 48%;
}

.benefit-list-block ul {
  list-style-image: url('/themes/curam/assets/images/benefits/bullet.svg');
  margin: 0;
  padding: 0 15px;
}

.benefit-list-block ul li {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 400;
}

@media (max-width:991.98px) {
  .benefit-list-row {
    flex-wrap: wrap;
  }

  .benefit-list-col {
    flex: 0 0 100%;
    width: 100%;
  }
}

.benefits-list-btn {
  display: table;
  margin: 40px auto;
}

.discount-content {
  margin: 30px 0 70px -60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  row-gap: 40px;
  flex-wrap: wrap;
}

.discount-col {
  flex: 0 0 19%;
  width: 19%;
}

.discount-block {
  text-align: center;
}

.discount-block .img-icon {
  width: 90px;
  height: 90px;
  max-width: 90px;
  margin: 10px auto;
  /* background-color: #EDEEF0; */
}

.discount-block .img-icon img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
}

.discount-block h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.discount-block p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 10px 0;
}

@media (max-width:1179.98px) {
  .discount-content {
    margin: 70px 0 70px -40px;
  }
}

@media (max-width:991.98px) {
  .discount-content {
    margin: 70px 0 70px 0px;
  }
}

@media (max-width:767px) {
  .discount-content {
    margin: 70px 0 70px 0px;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }

  .discount-col {
    flex: 0 0 40%;
    width: 40%;
  }

  .discount-block h4 {
    font-size: 20px;
  }
}

.benefits-list-btn .btn,
.benefits-btn .btn {
  padding: 0px 50px;
}

.benefits-faqs .video-block {
  background-color: #3B475C;
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 60px 0;
}

@media (max-width:767px) {

  .benefits-list-btn .btn,
  .benefits-btn .btn {
    padding: 0px 20px;
  }

  .benefits-faqs .video-block {
    min-height: 300px;
  }

  .marT-mo {
    margin-top: 20px;
  }
}

.custom--video-player-client .vjs-loading-spinner {
  border: 6px solid #08554E;
}

.custom--video-player-client video {
  box-shadow: 1px 0px 10px 0px lightgrey;
}

/*--------------------------------------- Carer Benefits css end ----------------------------------------------*/

/*----------------------------------- My favourite carer Unavailable --------------------------------------------*/
.carer-div {
  position: relative;
}

.disabled-carer {
  opacity: 0.4;
}

.carer-unavailable {
  position: absolute;
  left: 0;
  top: 20px;
  width: auto;
  background-color: #D53939;
  color: #fff;
  font-size: 17px;
  padding: 10px 15px;
  font-weight: 500;
}

.carer-unavailable-msg-block {
  position: relative;
}

.carer-unavailable-msg {
  width: auto;
  display: inline-block;
  background-color: #D53939;
  color: #fff;
  font-size: 10px;
  padding: 2px 2px;
  font-weight: 500;
  position: absolute;
  top: -27px;
}

.carer-profile-section .carer-unavailable {
  top: 0 !important;
}

.micro-team-carer-unavailable {
  position: absolute;
  bottom: 14px;
  width: auto;
  background-color: #D53939;
  color: #fff;
  font-size: 10px;
  padding: 2px;
  font-weight: 500;
}

.carer-unavailable.left-none {
  left: inherit;
}

.carer-unavailable.top-none {
  top: inherit;
}

.disabled-carer {
  pointer-events: inherit;
}

/*--------------- consent form css start ---------------------------------*/
.consent-form {
  margin-top: 30px;
}

.consent-form h4 {
  font-size: 20px;
  font-weight: 600;
  color: #3B465C;
  margin: 0 0 15px 0;
}

.consent-form p {
  font-size: 16px;
  font-weight: 300;
  color: #3B465C;
  margin: 0 0 20px 0;
}

.consent-notifications {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.consent-notifications .form-row {
  margin-right: 20px;
}

.consent-notifications .form-row label {
  margin: 10px 0 !important;
}

.consent-info {
  display: block;
  margin: 10px 0 20px 0;
}

.consent-info .form-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}

.consent-info .form-field label {
  width: 80px;
  font-weight: 400;
  margin-bottom: 0;
}

.consent-info .form-field input[type=text],
.consent-info .form-field input[type=email],
.consent-info .form-field input[type=number] {
  max-width: 300px;
  line-height: 40px;
  font-size: 14px;
}

.consent-info-user {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0 20px 0;
}

.consent-info-user .form-field {
  flex: 0 0 32%;
  width: 32%;
}

@media (max-width:767.98px) {
  .consent-info-user {
    flex-wrap: wrap;
  }

  .consent-info-user .form-field {
    flex: 0 0 100%;
    width: 100%;
  }
}


.consent-form input[type=checkbox]+label:before {
  background-color: #fff;
}

.consent-form input[type=checkbox]+label {
  padding-left: 40px;
}

/* Custom CSS for GDPR consent  */
.consent-form label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.consent-form legend {
  margin-bottom: 15px;
  display: none;
}

.consent-form .form-checkboxes {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap
}

.consent-form .form-checkboxes .form-type-checkbox {
  margin-right: 20px;
  margin-bottom: 10px;
}

.consent-form .form-type-checkbox label {
  position: relative;
}

.consent-form .form-type-checkbox label:before {
  width: 30px;
  height: 30px;
  border: solid 1px #3b465c;
  content: '';
  margin-right: 10px;
}

.consent-form .form-type-checkbox label .check svg {
  width: 29px;
  height: 29px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.unsubsribe-consent-pages .form-type-checkbox input {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 10px;
}

.unsubsribe-consent-pages .form-type-checkbox label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
  position: relative;
  font-size: 22px;
}

.unsubsribe-consent-pages .form-type-checkbox label i {
  position: absolute;
  left: 3px;
  font-size: 22px;
}

.unsubsribe-consent-pages .label-title {
  font-size: 20px;
  margin-top: 20px;
}

.user-unsubscribe-consent-form {
  width: 80%;
  margin: auto;
  text-align: center;
  border: 1px solid;
  margin-top: 60px;
}

.unsubscribe_consent_form .message-box.custom-Status.message.alert {
  top: 13%;
}

.unsubscribe_consent_form .top-bar,
.unsubscribe_consent_form .theme-nav,
.unsubscribe_consent_form .get-started,
.unsubscribe_consent_form footer {
  display: none !important;
}

.unsubscribe_consent_form .hero-content {
  margin-top: 0 !important;
}

.unsubscribe_consent_form .account-detail-wrapper {
  width: 100%;
}

@media (max-width:670px) {
  .unsubsribe-consent-pages .form-type-checkbox label {
    font-size: 18px;
    align-items: flex-start;
  }
}

/* Custom CSS for GDPR consent  */



/*------------- consent form css END --------------------------------------*/
@media (max-width: 1023.98px) {
  nav.theme-nav .content {
    height: 100%;
    display: block;
    width: 100%;
    transition: transform 250ms ease-in-out;
    -webkit-transition: transform 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out;
    -ms-transition: transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transform: translateX(-100%);
  }
}

.lock-scroll {
  overflow: hidden;
}

/* ------------ app remove mobile css start -------------------*/

.app-cta-wrapper .app-image {
  display: none;
}

.app-cta-box h2 {
  max-width: 100%;
}

.app-cta-box {
  background-color: transparent !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 20px;
  padding-right: 20px;
}

.app-cta-wrapper {
  padding-top: 0px !important;
  background-color: #f4f7fa;
}

.gdpr_brodownld_cls_js .swal-footer {
  text-align: center !important;
}

/** client OTP - Verification - START */
.opt-verification-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 30px auto;
  text-align: center;
  max-width: 50%;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
  padding: 40px 30px;
}

span#otp-timer {
  font-weight: 700;
  font-size: 17px;
  padding-left: 5px;
  margin-bottom: 20px;
}

.client-opt-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.client-opt-btns .btn {
  margin: 20px 5px 0 5px;
}

.opt-cmn-txt {
  width: 50px !important;
  border-radius: 10px !important;
  border: 1px solid #ccc !important;
  margin: 0 10px 10px 0 !important;
  line-height: 1 !important;
  padding: 5px !important;
  height: 50px !important;
  color: #000 !important;
  text-align: center !important;
  font-weight: 500 !important
}

p.otp-error-msg {
  color: red !important;
}

.opt-verification-block h3 {
  font-size: 22px;
  color: #3b465c;
  margin: 0 0 20px 0;
}

.opt-verification-block p {
  font-size: 16px;
  color: #3b465c;
  margin: 0 0 15px 0;
}

.opt-verification-block a.resend-btn {
  text-decoration: none;
  color: #f2a64c;
  font-size: 16px;
  font-weight: 700;
  padding: 0 5px;
  line-height: 0 !important;
}

.opt-verification-btn {
  background-color: #f2a64c;
  color: #fff;
  padding: 0px 30px !important;
}

.client_otp_verification .custom_error_msg {
  position: absolute;
  top: -50px;
  color: green;
  font-size: 17px !important;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 100%;
  font-weight: 400 !important;
}

.client-otp-multiple-attemp-swal .swal-button--confirm {
  background: #3b465c;
  border: none;
  font-weight: 500;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  display: none !important;
}

.client-otp-multiple-attemp-swal .swal-button--confirm:hover {
  background: #3b465c;
  display: none !important;
}

.client-otp-multiple-attemp-swal .swal-button--cancel {
  padding: 10px 20px;
}

.resend-btn.disabled-link {
  pointer-events: none;
  color: #cccccc !important;
}

.mobile-uk-format-error-msg.hide {
  display: none !important;
}

.mobile-uk-format-error-msg.show {
  display: block !important;
}

.client-otp-back-btn a {
  color: #f2a64c;
  text-decoration: none;
  font-weight: 600;
}

.client-otp-back-btn {
  margin-top: 25px;
}

/** client OTP - Verification - END */
@media (min-width: 768px) {
  .app-cta-wrapper {
    padding: 0 !important;
    background-color: #f4f7fa;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .app-cta-box {
    height: auto !important;
    padding-left: 0 !important;
    padding: 50px !important;
    justify-content: center !important;
  }
}

/* ------------ app remove mobile css end -------------------*/
#client-cost-calculate-form .amount-cal {
  font-size: 26px;
  line-height: 35px;
}

#client-cost-calculate-form .amount-cal .cost-title-2 {
  margin-top: 18px;
  font-size: 17px;
}

/* Become a carer new design starts */
.carer-mb-0 {
  margin-bottom: 0 !important;
}

.carer-pb-0 {
  padding-bottom: 0 !important;
}

.carer-additional .hero-intro {
  flex: 0 0 100%;
  background-color: transparent;
}

@media (min-width:1024px) {
  .carer-additional .hero-intro .circle-1 {
    max-height: 50%;
    right: -90%;
  }

  .carer-additional .hero-intro .circle-2 {
    bottom: 60%;
  }

  .carer-additional .hero.carer {
    background: linear-gradient(180deg, #72BFB1 80%, #fff 20%);
  }
}

.carer-additional .become-carer-wrapper {
  color: #3b465c;
  position: relative;
  z-index: 10;
  display: block !important;
}

.care-type-wrapper h2 {
  margin: 0;
  font-size: 25px;
  line-height: 28px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

@media (min-width: 768px) {
  .become-carer-wrapper h2 {
    font-size: 44px;
    line-height: 48px;
    color: #3b465c;
  }
}

.become-carer-wrapper p {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #3b465c;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 300;
}

.app-feature-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.app-feature-list .app-feature-block {
  flex: 0 0 16%;
  width: 16%;
}

@media (max-width: 768px) {
  .app-feature-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
  }

  .app-feature-list .app-feature-block {
    flex: 0 0 32%;
    width: 32%;
    margin-bottom: 30px;
  }
}

@media (max-width: 670px) {

  .app-feature-list .app-feature-block {
    flex: 0 0 100%;
    width: 100%;
  }
}

.app-feature-list .app-feature-block {
  display: block;
}

.app-feature-list .feature-description {
  max-width: 100%;
  text-align: center;
}

.app-feature-list .feature-description .des-text {
  font-weight: 400;
}

.app-feature-list .feature-icon {
  margin-right: auto;
  margin: 0 auto 30px auto;
}

.become-carer-wrapper .feature-description .des-title {
  line-height: 1.2;
}

.become-carer-wrapper .become-carer-form {
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  padding: 30px;
  width: 100%;
  margin: 50px 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.become-carer-wrapper .become-carer-form .become-carer-form-lt {
  flex: 0 0 38%;
  width: 38%;
  background-image: url("/themes/curam/assets/images/huskies/line-bg.png");
  background-position: left 43px top 164px;
  background-repeat: no-repeat;
}

.become-carer-wrapper .become-carer-form .become-carer-form-rt {
  flex: 0 0 57%;
  width: 57%;
}

@media (max-width:850px) {
  .become-carer-wrapper .become-carer-form {
    flex-wrap: wrap;
  }

  .become-carer-wrapper .become-carer-form .become-carer-form-lt,
  .become-carer-wrapper .become-carer-form .become-carer-form-rt {
    flex: 0 0 100%;
    width: 100%;
  }
}

.become-carer-form h2 {
  font-size: 44px;
  line-height: 48px;
  color: #3B465C;
  font-weight: 500;
  margin: 0 0 30px 0;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
}

@media (max-width:575.98px) {
  .become-carer-form h2 {
    font-size: 34px;
  }
}

@media (max-width:355px) {
  .become-carer-form h2 {
    font-size: 29px;
  }
}

.become-carer-form h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #3B475C;
  font-weight: 700;
  margin: 0 0 15px 0;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
}

.become-carer-form .process-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  width: 100%;
}

@media (max-width:1024px) {
  .become-carer-form .process-block {
    margin-bottom: 25px;
  }
}

.process-block-lt {
  width: 130px;
}

.process-block-lt .num {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #65B4A7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #3B475C;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.process-block-rt {
  width: calc(100% - 130px);
}

.process-block-rt ul {
  list-style-type: disc;
  padding-left: 20px
}

.process-block-rt ul li {
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #3b465c;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width:400px) {
  .process-block-lt .num {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .become-carer-wrapper .become-carer-form .become-carer-form-lt {
    background-position: left 25px top 120px;
  }

  .process-block-lt {
    width: 80px;
  }

  .process-block-rt {
    width: calc(100% - 80px);
  }
}

@media (max-width:365px) {
  .become-carer-wrapper .become-carer-form .become-carer-form-lt {
    background-position: left 25px top 160px;
  }
}

@media (max-width:320px) {
  .become-carer-wrapper .become-carer-form .become-carer-form-lt {
    background-position: left 20px top 119px;
  }

  .process-block-lt .num {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .process-block-lt {
    width: 55px;
  }

  .process-block-rt {
    width: calc(100% - 55px);
  }

  .become-carer-form .process-block {
    margin-bottom: 10px;
  }
}


/*---- form ----*/
.carer-additional .form-field label {
  font-size: 16px;
  font-weight: 300;
  line-height: 15px;
  color: #3b465c;
  font-weight: 400;
}

.carer-additional .form-field input[type=text],
.carer-additional .form-field input[type=email],
.carer-additional .form-field input[type=number],
.carer-additional .form-field input[type=password],
.carer-additional .form-field input[type=tel] {
  font-size: 16px;
  line-height: 45px;
  color: #3b465c;
  border: 1px solid #C2CAD5;
}


/*------- checkbox -------*/
.control {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control--checkbox {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* padding-left: 40px; */
}

.control__indicator {
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  background: #fff;
  border: solid 1px #3b465c;
}

.control input:checked~.control__indicator {
  background: #fff;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked~.control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 10px;
  top: 4px;
  width: 6px;
  height: 15px;
  border: solid #3b465c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*------- checkbox end -------*/

.forn-tnc {
  font-size: 12px;
  margin-top: 30px;
}

.forn-tnc .control__indicator {
  top: -5px;
}

.forn-tnc .control--checkbox {
  display: block;
}

.forn-tnc .control {
  font-size: 14px;
}

.carer-additional label.custom-control-label {
  margin-bottom: 0;
  padding-bottom: 0 !important;
  margin-top: 30px !important;
}

.carer-additional .carer-registration-form input.error {
  border-color: red !important;
}

.carer-additional .curam-difference {
  padding: 0;
}

.carer-additional #field_carer_terms_and_condition-error2 {
  margin-bottom: 0 !important;
}

/* Become a carer new design ends */

/* Changes for anonymous user 8th June */
/*------ carer-profile new theme start -------*/

.carer-profile-basics-wh {
  background-color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  border: 1px solid #FBB157;
  margin-top: 20px;
}

.carer-profile-basics-wh ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.carer-profile-basics-wh ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  color: #000;
  font-weight: 500;
}

.carer-profile-basics-wh ul li span {
  display: block;
  text-align: right;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 700;
  margin-left: 10px;
  word-break: break-word;
}

.d-co {
  display: block;
}

.d-mo {
  display: none;
}

.bb-vc {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px !important margin-bottom: 50px !important
}

@media (min-width: 1024px) {

  .carer-profile-section .carer-profile-approval .carer-approved,
  .carer-profile-section .carer-profile-approval .carer-insured {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .d-co {
    display: none;
  }

  .d-mo {
    display: block;
  }
}

/*------ Reccomondation css start -------*/
.recommendations-wrapper {
  display: block;
}

.recommendations-wrapper h2 {
  font-size: 28px;
  color: #36465B;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-weight: 700 !important;
}

.recommendations-wrapper h2 img {
  margin-right: 10px;
}

.recommendations-block {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}

.recommendations-block p {
  font-size: 18px;
  color: #36465B;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 15px;
}

.recommendations-block-bt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recommendations-date {
  font-size: 15px;
  color: #36465B;
  font-weight: 700;
  margin-right: 50px;
  min-width: 190px;
}

.recommendations-date span {
  color: rgba(54, 70, 91, 0.5);
  font-weight: 400;
}

.recommendations-date img {
  margin: 0 12px 2px 12px;
}

.recommendations-status {
  font-size: 15px;
  color: #049E98;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recommendations-status img {
  margin-right: 10px;
}

a.see-more,
a.see-less {
  color: #E75757 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.see-more,
.see-less {
  margin: 50px 0 75px 0;
}

.see-more a,
.see-less a {
  color: #E75757 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .carer-profile-section .carer-unavailable {
    top: 70px !important;
  }
}

@media (max-width: 575.98px) {
  .recommendations-block-bt {
    flex-wrap: wrap;
  }

  .recommendations-date,
  .recommendations-status {
    margin-bottom: 10px;
  }
}

/*------ Reccomondation css end -------*/
.carer-details.carer-details-wrapper-wl .carer-features li {
  font-size: 14px;
  line-height: 1.2;
  color: #36465B;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
  display: inline-block;
  background-color: #FFF5EA;
  border: 1px solid #FBB157;
  padding: 7px 10px;
  margin-top: 13px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .carer-details.carer-details-wrapper-wl .carer-features li {
    font-size: 14px;
    line-height: 1.2;
    color: #36465B;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
    font-weight: 500;
    display: inline-block;
    background-color: #FFF5EA;
    border: 1px solid #FBB157;
    padding: 7px 10px;
    margin-top: 13px;
    margin-right: 10px;
  }
}

/*------- Courses completed start-----------------*/
.degree-block {
  background-color: #FFF5EA;
  border: 1px solid #FBB157;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 76px;
}

.degree-block img {
  width: 29px;
  max-width: 29px !important;
  height: auto;
  margin-right: 15px;
}

.degree-block span {
  font-size: 15px;
  font-weight: 500;
  color: #36465B;
  line-height: 1.2;
}

.courses-completed .owl-theme .owl-nav {
  margin-top: 10px;
  display: table;
  position: absolute;
  top: -60px;
  right: -10px;
}

.courses-completed .owl-carousel .owl-nav button.owl-prev,
.courses-completed .owl-carousel .owl-nav button.owl-next,
.courses-completed .owl-carousel button.owl-dot {
  background: none;
  color: #D7605C;
  border: none;
  padding: 0 !important;
  font-size: 30px;
}

.courses-completed .owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.courses-completed .owl-theme .owl-nav [class*=owl-]:hover {
  background: #FBB157;
  color: #FFF;
  text-decoration: none;
}

/*------- Courses completed end -----------------*/
/*------- Micro team start-----------------*/
.micro-team-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-right: -7px;
  margin-left: -7px;
  max-height: 190px;
  overflow: auto;
}

.micro-team-container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.micro-team-container::-webkit-scrollbar-track {
  background: rgba(33, 37, 41, 0);
}

.micro-team-container::-webkit-scrollbar-thumb {
  background: #ddd;
}

.micro-team-col {
  flex: 0 0 25%;
  width: 25%;
  padding-right: 7px;
  padding-left: 7px;
  position: relative;
}

.micro-team-block {
  background-color: #FFF5EA;
  border: 1px solid #FBB157;
  padding: 10px 12px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

}

.micro-team-block-lt {
  width: calc(100% - 55px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.micro-team-block-rt {
  width: 50px;
  text-align: right;
}

.micro-team-block-rt img {
  width: 50px;
  height: auto;
}

.micro-team-photo {
  max-width: 100%;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  margin-right: 10px;
}

.carer-pro-title {
  font-size: 14px;
  color: #36465B;
  line-height: 1.4;
  padding-right: 20px;
  word-break: break-all;
}

micro-team-container .micro-team-carer-unavailable {
  position: absolute;
  bottom: 14px;
  left: 7px;
  width: auto;
  background-color: #d53939;
  color: #fff;
  font-size: 10px;
  padding: 2px;
  font-weight: 500;
}

@media (max-width:1023px) {
  .micro-team-col {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (max-width:768px) {
  .micro-team-col {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (max-width:670px) {
  .micro-team-col {
    flex: 0 0 100%;
    width: 100%;
  }
}

/*------- Micro team End -----------------*/
/*------ carer-profile new theme end-------*/

/** New home page HTML 9th June **/

/*----------------------------------- Home New css starts ---------------------------------------------------------*/
.home-new {
  display: block;
}

.home-new .map-bg {
  background: rgb(247, 148, 29) !important;
  background: linear-gradient(180deg, rgba(247, 148, 29, 0.28) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%) !important;
  background-image: none;
}

.home-new .search-block {
  /*width: 380px;*/
  width: 100%;
  margin: 0 auto;
}

.home-new .perfect-carer-features {
  margin-top: 90px;
}

.home-new .perfect-carer-features-wrapper {
  width: 100%;
}

.num-carer-co {
  display: block;
}

.num-carer-mo {
  display: none;
}

.num-carer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 7% 100px;
}

.num-carer-block {
  flex: 0 0 30%;
  width: 30%;
  text-align: center;
}

.num-carer-block h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.num-carer-block p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.recent-recommendations-wrapper {
  margin-top: 80px;
}

.recent-recommendations-wrapper h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 1.2;
}

.recent-recommendations-block {
  margin: 10px 5px;
  background-color: #fff;
  border: 1px solid #CAD1DE;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  padding: 20px 20px 25px 20px;
}

.recent-recommendations-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}

.recent-recommendations-head-lt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recent-recommendations-head-lt img {
  width: 50px !important;
  height: 50px !important;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}

.recent-recommendations-head-rt {
  width: 50px;
  text-align: right;
}

.recent-recommendations-head-rt img {
  width: 28px !important;
  height: auto;
  margin-left: 20px;
  margin-top: 10px;
}

.recent-recommendations-head .recent-rec-carer-info {
  display: block;
  line-height: 1.2;
}

.recent-recommendations-head .recent-rec-carer-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #36465B;
  margin: 0;
}

.recent-recommendations-head .recent-rec-carer-info p {
  font-size: 12px;
  font-weight: 500;
  color: #049E98;
  margin: 0;
}

.recent-recommendations-block p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #36465B;
  margin: 0 0 15px 0;
}

.recommendations-date {
  font-size: 15px;
  color: #36465B;
  font-weight: 700;
  margin: 15px 20px 0 0;
  min-width: 190px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recommendations-date span {
  color: rgba(54, 70, 91, 0.5);
  font-weight: 400;
}

.recommendations-date img {
  margin: 0 12px 2px 12px;
  width: 6px !important;
}

.home-new .owl-stage {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.home-new .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -65px;
  right: 5px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  font-size: 30px !important;
  color: #E16560 !important;
}

.recent-recommendations-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff !important;
}

.carers-recommended-wrapper {
  margin-top: 80px;
}

.carers-recommended-wrapper h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 1.2;
}

.carers-recommended-content {
  display: block;
}

.carers-recommended-block {
  background-color: #fff;
  border: 1px solid #CAD1DE;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  padding: 25px;
  margin: 10px auto;
  max-width: 220px;
}

.carers-recommended-profile {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}

.carers-recommended-block .client-ph {
  width: 125px !important;
  height: auto;
  margin-bottom: 20px;
  max-width: 125px !important;
  max-height: 120px;
  object-fit: cover;
}

.carers-recommended-block h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 6px 0;
  text-align: left;
}

.carers-recommended-block .location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
}

.carers-recommended-block .location img {
  margin-right: 10px;
  width: 12px !important;
}

.carers-recommended-block .experience {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-weight: 400;
  font-size: 12px;
}

.carers-recommended-block .experience img {
  margin-left: 10px;
  width: 17px !important;
  margin-top: 5px;
}

.home-new .map-get-started-block {
  min-height: 225px;
  text-align: center;
}

/*----------------------------------- @media css home new -----------------------------------------*/
@media (max-width:670px) {
  .home-new .search-block {
    width: 350px;
    margin: 0 auto;
  }


  .home-new .map-carer-search-wrapper {
    padding: 0 15px;
  }

  .num-carer-co {
    display: none;
  }

  .num-carer-mo {
    display: block;
    background-color: #F8F2EC;
    padding: 50px 0;
    margin: 50px -20px 0;
  }

  .num-carer-wrapper {
    flex-wrap: wrap;
    margin: 0 30px;
  }

  .num-carer-block {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 50px;
  }

  .num-carer-block:last-child {
    margin-bottom: 0;
  }

  .carers-recommended-wrapper h2 {
    margin: 0 7% 30px;
  }

  .recent-recommendations-wrapper h2 {
    margin: 0 9% 30px;
  }

  .home-new .owl-theme .owl-nav {
    display: none;
  }

  .carers-recommended-wrapper {
    margin-top: 0px;
  }

  .home-new .map-get-started-wrapper .map-get-started-block:first-child {
    display: block;
    order: 2;
    background-color: #3B475C;
    padding: 40px 25px;
    margin: 60px 0 20px 0;
  }

  .home-new .map-get-started-block:first-child h3,
  .home-new .map-get-started-block:first-child p {
    color: #fff;
    display: block;
  }
}

.map-wrapper {
  padding-top: 115px;
}


/*----------------------------------- Home New css end ---------------------------------------------------------*/

/*---------------------------------- Map css start 22April --------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.trust-pilot.mb_50 {
  margin-bottom: 50px;
}

.text-center {
  text-align: center !important;
}

.btn-pad {
  padding: 10px 20px;
}

h1.perfect-carer-title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 20px 0 5px 0;
  text-align: center;
  line-height: 1.2;
}

p.perfect-carer-text{
  font-size: 19px;
  font-weight: 500;
  color: #000;
  margin: 0 0 60px 0;
  text-align: center;
}

.map-container {
  background-color: #fff;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
  padding: 6px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}

.map-container-lt {
  flex: 0 0 65%;
  width: 65%;
}

.map-container-rt {
  flex: 0 0 35%;
  width: 35%;
}

.map-block {
  position: relative;
}

.map-block .map-img {
  /* object-fit: cover; */
  width: 100%;
  /* max-width: 100%; */
  height: auto;
  /* max-height: 659px; */
}

.responsive-map-container {
  position: relative;
  padding-bottom: 84.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.connect-carer {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  background-color: #3B475C;
  padding: 5px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.connect-carer-search {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.search-block {
  position: relative;
  width: 100%;
  min-width: 500px;
}

.search-block input[type=text] {
  background-color: #fff;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #333;
  border: 0px;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  line-height: 1;
  padding-left: 20px;
}

.search-block input[type=text]::placeholder {
  color: #797D84;
}

.search-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.map-carer-container {
  padding-left: 6px;
}

.map-carer-head {
  display: block;
  padding: 10px;
}

.map-carer-head-tp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #F25B5A;
  margin-bottom: 15px;
}

.map-carer-head-tp a {
  color: #F25B5A;
  text-decoration: none;
}

.map-carer-head h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.map-carer-body {
  display: block;
  height: 584px;
  overflow-y: auto;
}

.map-carer-body::-webkit-scrollbar {
  width: 6px;
}

.map-carer-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.map-carer-body .map-carer-list {
  background-color: #3B465C;
  padding: 11px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 6px;
}

.map-carer-body .map-carer-list:last-child {
  margin-bottom: 0;
}

.map-carer-list-lt {
  width: 86px;
}

.map-carer-list-lt img {
  width: 100%;
  height: auto;
}

.map-carer-list-rt {
  width: calc(100% - 86px);
  padding-left: 15px;
  color: #fff;
}

.map-carer-list-rt-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.map-carer-info {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  width: calc(100% - 105px);
}

.map-carer-btn {
  width: 105px;
  display: flex;
  justify-content: flex-end;
}

.map-carer-list-rt-top .btn {
  padding: 7px 15px !important;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background-color: #F15B5B;
  text-decoration: none;
}

.map-carer-list-rt p {
  font-size: 12px;
  color: #fff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 30px;
  overflow: hidden;
  line-height: 1.2;
  text-align: left;
}

.job-block-info-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 7px;
}

.job-block-info-content img {
  padding-right: 5px;
}

.job-block-info-line {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
  padding-right: 10px;
  margin-left: 10px;
}

.job-block-info-line:last-child {
  border-right: 0px;
}

.job-block-info-line:first-child {
  margin-left: 0px;
}

.perfect-carer-features-content {
  width: 100%;
  margin: 0 auto;
}

.perfect-carer-features-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto 70px auto;
}

.perfect-carer-features-block {
  background-color: #fff;
  border: 1px solid #CAD1DE;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
  flex: 0 0 23%;
  width: 23%;
  text-align: center;
  position: relative;
  padding: 50px 22px;
  min-height: 360px;
  line-height: 1.2;
}

.perfect-carer-features-block h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 30px 0;
}

.perfect-carer-features-block .read-more {
  color: #F25B5A;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  bottom: 40px;
  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);
}

.map-get-started-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.map-get-started-block {
  background-color: #3B475C;
  padding: 30px 40px;
  flex: 0 0 49.5%;
  width: 49.5%;
  min-height: 210px;
}

.map-get-started-block h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.map-get-started-block p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 30px;
  line-height: 1.2;
  text-align: left;
}

.map-get-started-block .btn {
  padding: 0px 15px !important;
  margin-top: 5px;
}

.map-get-started-block .app-cta-buttons {
  padding-left: 0;
  padding-top: 5px;
}

.map-get-started-block .get-app-store img,
.map-get-started-block .get-google-play img {
  display: inline-block;
  height: 45px;
}

.map-get-started-block .get-app-store,
.map-get-started-block .get-google-play {
  display: inline-block;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.get-started.find-carer {
  text-align: center;
  padding: 60px 0;
}

.get-started.find-carer:before {
  display: none;
}

.get-started.find-carer h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.get-started.find-carer p {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  margin: 0 0 15px 0;
}

/* .get-started.find-carer .field{
  max-height: 50px;
} */
.get-started.find-carer .field input[type=text],
.get-started.find-carer .field input[type=submit] {
  height: 60px;
  border-bottom: 10px solid #fbb157;
}

.map-get-started-wrapper .map-get-started-block .get-app-store {
  margin-right: 10px;
}

/* new added css */
.map-wrapper {
  padding-top: 115px;
}

.map-bg {
  background-image: url(../images/map/map-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-carer-search-wrapper {
  display: block;
  min-width: 500px;
  width: 100%;
  max-width: 760px;
  padding: 30px;
  display: block;
  margin: 50px auto;
  text-align: center;
}

.map-carer-search-wrapper h1.perfect-carer-title {
  margin: 20px 0 30px 0;
}

.map-carer-search-wrapper p.perfect-carer-text {
  margin: 0 0 30px 0;
}

p.small {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin: 30px auto;
  text-align: center;
  max-width: 290px;
}

.map-carer-search-wrapper .post-job-btn {
  padding: 0 50px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.perfect-carer-features {
  margin-top: -20px;
}

.displayCo {
  display: block;
}

.displayMo {
  display: none;
}

.margin-auto {
  margin: 0 auto;
}





/*--------------- @media for map ---------------------*/
@media (max-width:1024px) {
  .map-container {
    flex-wrap: wrap;
  }

  .map-container-lt,
  .map-container-rt {
    flex: 0 0 100%;
    width: 100%;
  }

  .map-container-rt {
    margin-top: 30px;
  }

  .map-carer-container {
    padding-left: 0px;
  }

  .responsive-map-container {
    padding-bottom: 54.25%;
  }

  .map-get-started-block .app-cta-buttons {
    padding-left: 0;
    padding-top: 0;
  }

  .perfect-carer-features-wrapper {
    width: 100%;
  }

  .map-carer-search-wrapper {
    min-width: auto;
  }

  .map-carer-search-wrapper p.perfect-carer-text {
    margin: 0 0 20px 0;
  }

  .map-carer-search-wrapper h1.perfect-carer-title {
    margin: 15px 0 15px 0;
  }
}

@media (max-width:1023px) {
  .map-wrapper {
    padding-top: 60px;
  }

  .btn-pad {
    padding: 5px 20px;
    margin-left: 15px;
  }

  .no-pad-rt {
    padding: 0 0;
  }
}

@media (max-width:991.98px) {
  .map-get-started-wrapper {
    flex-wrap: wrap;
  }

  .map-get-started-block {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  p.small {
    margin: 15px auto 40px auto;
  }
}

@media (max-width:819px) {
  .perfect-carer-features-wrapper {
    flex-wrap: wrap;
  }

  .perfect-carer-features-block {
    flex: 0 0 49%;
    width: 49%;
    margin-bottom: 17px;
  }
}

@media (max-width:670px) {

  .map-get-started-block .get-app-store img,
  .map-get-started-block .get-google-play img {
    display: inline-block;
    height: 60px;
  }

  .perfect-carer-features-block {
    flex: 0 0 49%;
    width: 49%;
    margin-bottom: 10px;
  }

  .search-block {
    min-width: auto;
  }

  .get-started.find-carer .location-autocomplete,
  .get-started.find-carer input[type=submit] {
    max-width: 100%;
    flex: auto;
  }

  .get-started.find-carer .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .map-get-started-wrapper .map-get-started-block .get-app-store {
    margin-right: auto;
  }

  /* .map-carer-body .map-carer-list{
  flex-wrap: wrap;
}
.map-carer-list-lt, .map-carer-list-rt{
  width: 100%;
}
.map-carer-list-lt{
  margin-bottom: 15px;
}
.map-carer-list-rt{
  padding-left: 0;
} */
  .job-block-info-line {
    font-size: 12px;
    font-weight: 300;
  }

  h1.perfect-carer-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .responsive-map-container {
    padding-bottom: 110.25%;
  }

  .connect-carer {
    bottom: -15px;
    top: auto;
    width: 98%;
    padding-bottom: 40px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    text-align: center;
    padding-top: 10px
  }

  .connect-carer-search {
    bottom: -35px;
    width: 94%;
  }

  .perfect-carer-features-block img {
    display: none;
  }

  .perfect-carer-features-block .read-more {
    bottom: 10px;
    font-size: 12px;
  }

  .perfect-carer-features-block {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 25px;
  }

  .perfect-carer-features-block h3 {
    font-weight: 700;
    margin: 0;
    font-size: 15px;
  }

  .perfect-carer-features-block .bottom-block {
    background-color: #F25B5A;
    width: 80px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }

  .map-get-started-wrapper .map-get-started-block:first-child {
    display: none;
  }

  .map-get-started-block {
    text-align: center;
    background-color: #fff;
  }

  .map-get-started-block h3,
  .map-get-started-block p {
    text-align: center;
    color: #000;
  }

  .map-get-started-block h3 {
    margin: 0 13% 20px 13%;
  }

  .map-get-started-block p {
    display: none;
  }

  .map-get-started-block .app-cta-buttons {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .map-get-started-block .get-app-store {
    margin-bottom: 10px;
  }

  .displayCo {
    display: none;
  }

  .displayMo {
    display: block;
  }

  .map-get-started-block {
    margin-bottom: 0;
    padding: 0;
    min-height: auto;
  }

  .map-carer-search-wrapper .post-job-btn {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
}

@media (max-width:400px) {
  .perfect-carer-features-block {
    padding: 30px 17px;
  }
}

/*---------------------------------- Map css end 22April --------------------------------------------*/

/* Search block CSS 9th June */
.map-carer-search-wrapper #custom-serach-carer .btn-search {
  background: url(/themes/curam/assets/images/search-icon-loc-home.svg) no-repeat;
  width: 40px;
  position: absolute;
  right: 13px;
  top: 65%;
  transform: translate(10px, -50%);
  padding: 0;
  margin: 0;
  font-size: 0px;
}

.map-carer-search-wrapper #custom-serach-carer .field {
  position: relative;
  width: 100%;
}

/* ------------------ carers-recommended ---------------*/
.recent-recommendations-block {
  min-height: 260px;
  position: relative;
}

.recent-recommendations-block h2 a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-decoration: none;
}

.carers-recommended-content-view {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.carers-recommended-content-view .carers-recommended-block {
  flex: 0 0 16%;
  width: 16%;
  padding: 15px;
  min-height: 270px;
  max-height: 270px;
}

p.recent-carer-info {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #36465B;
  margin: 0 0 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 105px;
}

.view-all-recommendations {
  padding-top: 115px;
  margin-bottom: 80px;
}

.view-all-recommendations h2 {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
}

.recent-recommendations-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.recent-recommendations-container .recent-recommendations-block {
  flex: 0 0 32%;
  width: 32%;
  margin-bottom: 1px;
}

/*---------------------------------------------------------*/
@media (max-width:1024px) {
  .carers-recommended-content-view {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
  }

  .carers-recommended-content-view .carers-recommended-block {
    flex: 0 0 20%;
    width: 20%;
    margin-right: 1%;
  }

  .carers-recommended-content-view .carers-recommended-block:last-child {
    margin-right: 0%;
  }
}

@media (max-width:991.98px) {
  .carers-recommended-content-view .carers-recommended-block {
    flex: 0 0 25%;
    width: 25%;
  }

  .recent-recommendations-container .recent-recommendations-block {
    flex: 0 0 48.5%;
    width: 48.5%;
  }
}

@media (max-width:767px) {
  .carers-recommended-content-view .carers-recommended-block {
    flex: 0 0 33%;
    width: 33%;
  }

  .recent-recommendations-container .recent-recommendations-block {
    flex: 0 0 48%;
    width: 48%;
  }
}

@media (max-width:575.98px) {
  .carers-recommended-content-view .carers-recommended-block {
    flex: 0 0 60%;
    width: 60%;
    margin-right: 3%;
  }

  .recent-recommendations-container .recent-recommendations-block {
    flex: 0 0 100%;
    width: 100%;
  }

  .recommendations-block-bt {
    flex-wrap: wrap;
  }

  .recommendations-date,
  .recommendations-status {
    margin-bottom: 10px;
  }
}


/*----------------------------------- Home New css end ---------------------------------------------------------*/

.logo.home-logo {
  display: none;
}

.logo-dark.home-logo {
  display: block;
}


/*------ cpd-courses-completed start -------*/
.degree-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.degree-content {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.more-courses {
  margin: 0px 0 30px 0;
}

@media (max-width:1023px) {
  .degree-content {
    flex: 0 0 50%;
    width: 50%;
  }
  .logo.home-logo {
    display: none;
  }
  .nav-opened .logo.home-logo{
    display: block;
  }
  .close-main-menu .logo-dark.home-logo {
    display: block;
  } 
  .logo-dark-desk{
    display: none;
  }
}

@media (max-width:575.98px) {
  .degree-content {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}

.marT-25 {
  margin-top: 25px !important;
}

/** Feedback changes */
.carers-recommended-block a,
.carers-recommended-block h3,
.carers-recommended-block a p {
  text-decoration: none !important;
}

.perfect-carer-features-block h3,
.perfect-carer-features-block a {
  text-decoration: none !important;
}

.recent-recommendations-wrapper a {
  text-decoration: none;
}

@media (max-width: 670px) {
  .map-carer-search-wrapper {
    margin: 50px auto 20px auto;
  }
}

.tuyn-job-post-form .text-center.getstared {
  text-align: inherit !important;
}

/** Brochure CSS **/
.trust-pilot-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0 0 50px;
  text-align: center;
  line-height: 1.2;
}

.brochure-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px;
  text-align: center;
  line-height: 1.2;
}

.brochure-header p {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin: 0 0 25px;
  text-align: center;
  line-height: 1.2;
}

.brochure-header.brochure-info p.brochure-description {
  text-align: left;
  color: #fff;
  margin: 16px 0 0 0;
  font-weight: 300;
}

.brochure-header.brochure-info p.brochure-description {
  text-align: left;
  color: #fff;
  margin: 16px 0 0 0;
  font-weight: 300;
}

.brochure-info p.brochure-description {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin: 16px 0 0 0 !important;
  text-align: left;
}

/** 14th June Homepage changes **/
.brochure-form p.enter-details {
  text-align: left !important;
  margin: 22px 0 0 0;
}

@media (max-width:767.98px) {

  .field--widget-string-textfield,
  .field--widget-email-default {
    width: 100%;
  }
}

@media (max-width:575.98px) {
  .recent-recommendations-head-lt img {
    margin-right: 10px !important;
  }

  .recent-recommendations-head .recent-rec-carer-info h3 {
    font-size: 15px !important;
  }

  .recent-recommendations-head-rt {
    width: 40px !important;
  }

  .recent-recommendations-head-rt img {
    margin-left: 10px !important;
  }

  .recent-recommendations-block {
    max-height: 260px !important;
  }
}

.home-new .owl-carousel .owl-item img {
  max-width: 100% !important;
}

.recommendations-block {
  display: none;
}

.micro-team-col a,
.micro-team-col p,
.micro-team-col span {
  text-decoration: none;
}

/*-------------------------------------- Benefits of Curam, Curam carers vetted css start 13June 2022 --------------------------------------------------------------*/
.top-back a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 25px;
}

.top-back a img {
  padding-right: 5px;
}

.benefits-curam-wrapper {
  display: block;
  width: 100%;
  margin: 50px auto;
}

.curam-carers-vetted-wrapper {
  display: block;
  width: 100%;
  margin: 50px auto 80px auto;
}

.curam-carers-vetted-wrapper p {
  text-align: center;
}

.benefits-curam-block {
  background-color: transparent;
  border: 1px solid #FFF5EA;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  margin: 30px -15px;
  padding: 30px;
  width: 100%;
}

.benefits-curam-list {
  margin-bottom: 80px;
  margin-top: 15px;
}

.benefits-curam-list ul {
  padding-left: 30px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.benefits-curam-list ul li {
  padding: 30px;
  padding-left: 50px;
  flex: 0 0 50%;
  max-width: 50%;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.benefits-curam-list ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
  width: 27px;
  height: 27px;
  background-image: url("/themes/curam/assets/images/huskies/check-circle-org.svg");
  background-repeat: no-repeat;
}

.benefits-curam-list ul li p {
  font-size: 21px;
  line-height: 26px;
  margin: 0;
}

.curam-carers-vetted-wrapper .approval-img {
  width: 100%;
  margin: 50px auto;
  text-align: center;
}

.curam-carers-vetted-wrapper .approval-img img {
  max-width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
  padding: 40px 30px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
}

@media (max-width:1023px) {
  .benefits-curam-list ul li {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-left: 50px;
    margin-bottom: 30px;
  }

  .benefits-curam-list ul li::before {
    top: 2px;
  }

  .benefits-curam-list {
    margin-top: 30px;
  }
}

/*-------------------------------------- Benefits of Curam, Curam carers vetted css end --------------------------------------------------------------*/

@media (max-width: 670px) {

  .curam-carers-vetted-wrapper h1.perfect-carer-title,
  .benefits-curam-wrapper h1.perfect-carer-title {
    font-size: 30px;
  }

  .curam-carers-vetted-wrapper .approval-img img {
    padding: 30px 15px !important;
  }
}

body.carer_profile .carer-video video {
  margin: 0 auto;
}

.micro-team-col a {
  text-decoration: none;
}

.frontpage form#node-brochure-downloads-form .form-type-vertical-tabs {
  display: none;
}

.frontpage form#node-brochure-downloads-form .dropdown-toggle,
.frontpage form#node-brochure-downloads-form ul.dropdown-menu {
  display: none;
}

.frontpage .search-block input[type=text] {
  border: 1px solid #333 !important;
}

.frontpage .search-block input#edit-custom-searchtext::placeholder {
  color: #333 !important;
}

@media (max-width: 767.98px) {
  .map-carer-search-wrapper h1.perfect-carer-title {
    font-size: 30px;
  }
}

.bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px){
  .carer-profile-details h1 {
      justify-content: flex-start !important;
  }
  .carer-profile-details h1 span {
    margin-left:15px;
}
.carer-profile-buttons{
  flex-wrap: wrap;
}
.carer-profile-buttons span{
  margin: 10px 0;
}
}

/** Go live 23rd June changes **/
.carers-recommended-block h3{
  min-height: 40px;
}


/** Home Page location button for top search START */

.map-get-started-block h3, .map-get-started-block p {
  text-align: left;
}

.get-info {
  min-height: 110px;
}
@media (max-width: 991.98px){
.get-info {
  min-height: auto;
}
}

@media (max-width: 767px){
  .home-loc-icon {
      align-items: flex-start !important;
  }
  span.homepage-location-btn{min-width:50px !important}
  }
  @media (max-width: 670px){
  .map-get-started-block h3, .map-get-started-block p {
      text-align: center !important;
  }
  }


/** Home Page location button for top search END */
/*------------------ home page additional css start -----------------------*/
.search-block .home-loc-icon {display: block;}

@media (max-width:991.98px) {
  .search-block input[type=text]{
    padding-left: 20px;
  } 

 
  .home-new .search-block {
    width: 100% !important;
    margin: 40px auto 0 auto !important;
}
}

@media (max-width: 575.98px){
  .search-block .home-loc-icon {
      display: block;
      margin-left: -20px;
      margin-right: -20px;
  }
  }

  @media (max-width:575.98px){
    .search-block input[type=text]{font-size: 18px !important;}
    }
    @media (max-width:370px){
    .search-block input[type=text]{font-size: 15px !important;}
    }

/*------------------ home page additional css end -----------------------*/
/* -------- carer list new search start --------*/
.filters-input button#edit-submit {
  background: url(/themes/curam/assets/images/search-icon-loc-home.svg) no-repeat;
  width: 40px;
  position: absolute;
  right: 13px;
  top: 66%;
  transform: translate(10px, -50%);
  padding: 0;
  margin: 0;
  font-size: 0;
}
.client-user .filters_input-carer .field {
  position: relative;
  width: 100%;
}
.filters-input input[type=text]{
background-color: #fff;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 18%) !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 8px !important;
  -webkit-border-radius: 8px!important;
  -moz-border-radius: 8px!important;
  -ms-border-radius: 8px!important;
  -o-border-radius: 8px!important;
  color: #333;
  border: 1px solid #333 !important;  
  font-weight: 400;
  width: 100%;
  height: 50px !important;
  line-height: 1;
border-right:1px solid
}
.search-block input#edit-custom-searchtext::placeholder {
  color: #333 !important;
}
.filter-input .field {
  position: relative;
  width: 100%;
}
.frontpage .user-info .node-brochure-downloads-form {
margin-top: 25px;
}
/* -------- carer list new search end --------*/

/* 4th July changes */
.search-filters.site-block .header-filter-btn h2 {
  width: 100%;
  margin: 40px 0 -15px 0;
}

@media (max-width:767px){
  .search-filters.site-block .header-filter-btn h2 {
    margin: 25px 0 20px 0 !important;
  }
  }

  .search-head.site-block h1{
    margin-bottom: 0;
  }
  
  @media (max-width:575.98px){
    .search-filters .results-list .carer-profile a{
      display: flex;
      flex-direction: column;
    }
    .search-filters .results-list .carer-profile a img.profile-image{
      width:100%;
      height:auto;
    }
    .search-filters .results-list .carer-profile a .profile-care-type ul{
     flex-wrap:wrap
    }
    .search-filters .results-list .carer-profile a .profile-care-type ul li{
      background-color: #F2F5FA;
      border: 1px solid rgba(0, 0, 0, 0.25%);
      padding:0;
      margin-right:5px;
      margin-bottom:5px;
    }
    .search-filters .results-list .carer-profile a .profile-care-type ul li:last-child{
     margin-right:0px;
    }
  }

  /*------------- B2B partner - 14July 2022 CSS START -----------------------*/

.b2b-partner{
  display: block;
}
.d-co{
  display: block;
}
.d-imo{
  display: none;
}
.b2b-partner .b2b-partner-wrapper{
  background: rgb(247,148,29) !important;
  background: linear-gradient(180deg, rgba(247,148,29,0.28) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%) !important;
  background-image: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.b2b-partner-info {
  display: block;
  width: 100%;
  max-width: 790px;
  padding: 30px 0 15px 0;
  display: block;
  margin: 50px auto 0 auto;
  text-align: center;
}
.b2b-partner-info h1{
  font-size: 44px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.b2b-partner-info p{
  font-size: 16px;
  color: rgba(0, 0, 0, 80%);
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
.b2b-partner-program{
  width: 100%;
  margin: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.b2b-partner-program-col{
  flex: 0 0 32%;
  width: 32%;
  background-color: #fff;
  border: 1px solid #CAD1DE;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  margin-bottom: 20px;
  min-height: 475px;
  padding: 55px 40px;
  text-align: center;
}
.b2b-partner-program-col .col-head{
  height: 60px;
  margin-bottom: 20px;
}
.b2b-partner-program-col .col-body{
  display: block;
}
.b2b-partner-program-col .col-body h4{
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
.b2b-partner-program-col .col-body p{
  font-size: 14px;
  color: rgba(0, 0, 0, 80%);
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
.curam-solution-wrapper{
  display: block;
}
.curam-solution-content{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
}
.curam-solution-down{
  background-color: #F8F2EC;
  border-radius:10px 10px 0 0;
  -webkit-border-radius:10px 10px 0 0 ;
  -moz-border-radius:10px 10px 0 0 ;
  -ms-border-radius:10px 10px 0 0 ;
  -o-border-radius:10px 10px 0 0 ;
  width: 96%;
  height: 15px;
  margin: 0 auto;
}
.curam-solution-up{
  background-color: #fff;
  border: 1px solid #CAD1DE;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  padding: 60px;
  display: block;
  width: 100%;
}
.curam-solution-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.curam-solution-col{
  flex: 0 0 45%;
  width: 45%;
}
.curam-solution-wrapper h2{
  font-size: 44px;
  color: #000;
  font-weight: 700;
  margin: 0 0 40px 0;
}
.curam-solution-wrapper p{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  margin: 0 0 20px 0;
}
.curam-solution-wrapper h4{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  margin: 0 0 10px 0;
}
.curam-solution-wrapper .imgCo{
  text-align: center;
  display: block;
}
.curam-solution-wrapper .imgMo{
  display: none;
}
.b2b-partner .accordion{
  margin: 50px 0 70px 0;
}
.b2b-partner .accordion > li {
  border: solid 1px #CAD1DE;
  padding: 5px 15px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
  margin-bottom: 8px;
  background-color: #fff;
}
.b2b-partner .accordion .accordion-toggle h4{
  font-size: 18px;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 35px;
}
.b2b-partner .accordion .accordion-toggle h4 img{
  max-width: 35px;
  height: auto;
  margin-right: 15px;
}
.b2b-partner .accordion .accordion-toggle {
  padding: 0;
}
.b2b-partner .accordion .active .accordion-content{
  font-size: 15px;
    color: rgba(0, 0, 0, 80%);
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
.b2b-partner .accordion .active .accordion-content p{
  font-size: 15px !important;
    color: rgba(0, 0, 0, 80%);
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
.b2b-partner .accordion .accordion-toggle:after {
  position: absolute;
  content: url(/themes/curam/assets/images/b2b-partner/filter-arrow.svg);
  top: 2px;
  right: 0;
  width: 18px;
  height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-weight: 500;
}

.b2b-partner .accordion .active .accordion-toggle:after {
  content: url(/themes/curam/assets/images/b2b-partner/filter-arrow.svg);
  transform: rotate(180deg);
  width: 18px;
  height: 40px;
}
.b2b-num{
  background-color: #F8F2EC;
  display: block;
  margin: 50px 0;
  padding: 100px 0;
}
.b2b-num .num-carer-all {
  display: block;
  margin: 0;
  padding: 0;
}
.b2b-num .num-carer-wrapper{
  margin-bottom: 0;
  align-items: flex-start;
}
.b2b-num .num-carer-block p{
font-size: 18px;
font-weight: 700;
color: rgba(0, 0, 0, 70%);
}

.b2b-our-partner{
  display: block;
  margin: 100px 0;
}

.b2b-our-partner h2{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0 0 40px 0;
}

.b2b-our-partner-wrapper{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}
.b2b-our-partner-col{
  flex: 0 0 25%;
  width: 25%;
  margin-bottom: 22px;
  padding-left: 11px;
  padding-right: 11px;
  cursor: pointer;
  text-decoration: none;
}
.b2b-our-partner-block{
  background-color: #fff;
  border: 1px solid #CAD1DE;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  min-height: 220px;
}
.b2b-our-partner-block p{
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin: 20px 0 0 0;
  text-decoration: none;
}
.b2b-request-demo{
  display: block;
  margin: 50px 0;
}
.b2b-request-demo-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b2b-request-demo-col{
  flex: 0 0 50%;
  width: 50%;
}
/* .b2b-request-demo-col.req-img{
  margin-top: 70px;
} */
.b2b-request-demo-form{
  background-color: #fff;
  border: 1px solid #CAD1DE;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  width: 100%;
  padding: 50px;
}
.b2b-request-demo-form h2{
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0 0 40px 0;
  line-height: 1.2;
}
form.request-demo-form .form-field label{
  font-size: 15px;
  font-weight: 500;
  color: #36465B;
  margin-bottom: 10px;
  line-height: 1;
  padding-bottom: 0 !important;
}

form.request-demo-form .form-field input[type=text], form.request-demo-form .form-field input[type=email], form.request-demo-form .form-field input[type=number], form.request-demo-form .form-field input[type=password], form.request-demo-form .form-field input[type=tel], form.request-demo-form .form-field select{
  border: 1px solid #C2CAD5;
  outline: 0;
    box-shadow: none;
    padding: 0 1em;
    color: #3b465c;
    width: 100%;
    height: 52px;
    font-size: 20px;
    font-family: "Montserrat", "Helvetica, Arial, sans-serif";
}
form.request-demo-form .form-field textarea{
  border: 1px solid #C2CAD5;
  outline: 0;
    box-shadow: none;
    padding: 0 1em;
    color: #3b465c;
    width: 100%;
    font-size: 20px;
}

form.request-demo-form .form-field input[type=text]::placeholder, form.request-demo-form .form-field input[type=email]::placeholder, form.request-demo-form .form-field input[type=number]::placeholder, form.request-demo-form .form-field input[type=password]::placeholder, form.request-demo-form .form-field input[type=tel]::placeholder
{
  color: rgba(59, 70, 92, 0.4) !important; 
  font-size:16px;
}

form.request-demo-form .form-field input.error, form.request-demo-form .form-field select.error {
  border-color: red !important;
}

form.request-demo-form .form-field #edit-business-org-error {
  position: absolute;
  bottom: inherit !important;
}
form.request-demo-form .form-field label.error {
  color: red;
}
form.request-demo-form .form-field textarea{
  border: 1px solid #C2CAD5;
  outline: 0;
    box-shadow: none;
    padding: 0 1em;
    color: #3b465c;
    width: 100%;
}
.request-demo-btn {
  width: 100%;
}
.request-demo-btn .btn.red{
  margin-top: 30px;
  padding: 0 40px;
}
form.request-demo-form .req{
  color: #36465B;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
/* ----------------------- @media ----------------------------- */
@media (max-width:1024px){
  .d-co{
    display: none;
  }
  .d-imo{
    display: block;
  }
  .curam-solution-wrapper h2 {
    font-size: 30px;
    margin: 10px 0 30px 0;
}
}
@media (max-width:991.98px){
  .curam-solution-wrapper{
    flex-wrap: wrap;
  }
  .curam-solution-col{
    flex: 0 0 100%;
    width: 100%;
  }
  .curam-solution-wrapper .imgCo{
    display: none;
  }
  .curam-solution-wrapper .imgMo{
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .b2b-our-partner-wrapper{
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #666b7a rgba(33, 37, 41, 0);
  }
  .b2b-our-partner-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .b2b-our-partner-wrapper::-webkit-scrollbar-track {
      background: rgba(33, 37, 41, 0);
  }
  .b2b-our-partner-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0)
  }
  .b2b-our-partner-wrapper::-webkit-scrollbar-track, .b2b-our-partner-wrapper::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  .b2b-our-partner-col{
    flex: 0 0 32%;
    width: 32%;
  }
  .b2b-request-demo-wrapper{
    flex-wrap: wrap;
  }
  .b2b-request-demo-col{
    flex: 0 0 100%;
    width: 100%;
  }
  .b2b-request-demo-col.req-img{
    display: none;
  }
  .b2b-partner-info h1{
    font-size: 30px;
  }
  .b2b-our-partner{
    margin: 70px 0;
  }
  .curam-solution-wrapper a.readmore{
    color: #F25B5A;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 25px 0 0 0;
  }
  .curam-solution-wrapper a.readless{
    color: #F25B5A;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 25px 0 0 0;
  }
  }
  @media (max-width:768px){
  .curam-solution-wrapper h2 {
    margin: 10px 0 30px 0;
}
.b2b-num .num-carer-wrapper{
  margin: 0;
}
}
@media (max-width:767px){
  .curam-solution-wrapper h2, .b2b-our-partner h2 {
    font-size: 24px;
}

.b2b-our-partner h2{
  font-size: 24px;
  margin: 0 0 20px 0;
}
.b2b-our-partner-col{
  flex: 0 0 40%;
  width: 40%;
}
.curam-solution-wrapper p{
  font-size: 15px;
}

  }
  @media(max-width:670px) {
    .curam-solution-down{
      display: none;
    }
    .curam-solution-up {
      background-color: #fff;
      border: 0px solid #CAD1DE;
      box-shadow: none;
      padding: 0px;
    }
  }
  @media (max-width:575.98px){
    .b2b-our-partner-col{
      flex: 0 0 80%;
      width: 80%;
    }
    .b2b-request-demo-form{
      padding: 40px 30px;
      border-left: 0px;
      border-right: 0px;
    }
    .b2b-request-demo .content{
      padding: 0 0;
}
.request-demo-btn {
  text-align: center;
}
  }

  /* --------------- Tabs css start ----------------- */
.are-you-tabs{
  display: block;
  margin: 80px 0;
}
.are-you-tabs h2, .are-you-tabs .tab_content h2{
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
  
.tabs_wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
  display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 40px 0 0;
  padding: 0;
  width: 30%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 10px 15px 10px 55px;
  line-height: 1.2;
  height: 50px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  background-color: #fff;
  background-image: url(/themes/curam/assets/images/b2b-partner/tab-bullet.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
ul.tabs li:hover, ul.tabs li.active {
  background-color: #F7941D;
  background-image: url(/themes/curam/assets/images/b2b-partner/tab-bullet-hover.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: #fff;
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  left: 5%;
  min-height: auto !important;
  width: 65%;
  min-width: 10px;
  text-align: left;
  background: white;
  border: 1px solid #CAD1DE;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}
.tab_container .curam-solution-down{
  content: "";
  background-color: #F8F2EC;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    width: 90%;
    height: 15px;
    margin: -20px auto 0  auto;
}

.tab_content {
  padding: 60px 50px 50px;
  height: 100%;
  display: none;
}

.tab_content p{
  font: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 70%);
  line-height: 1.4;
  margin: 25px 0 0 0;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 1024px) {
  .are-you-tabs{
    margin: 30px 0 50px 0;
  }
  ul.tabs {
    display: none;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    left: 0%;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    border: 0px;
  }
  .are-you-tabs h2{
    margin: 0 0 30px 0;
    font-size: 24px;
  }
  .are-you-tabs .tab_content h2{
    display: none;
  }

  .tab_drawer_heading {
  margin: 0;
  cursor: pointer;
  padding: 10px 15px 10px 55px;
  line-height: 1.2;
  height: 50px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  background-image: url(/themes/curam/assets/images/b2b-partner/tab-bullet.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18); */
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  position: relative;
}
.tab_drawer_heading:after {
          position: absolute;
          content: url(/themes/curam/assets/images/b2b-partner/filter-arrow.svg);
          top: 45%;
          right: 20px;
          width: 18px;
          height: 11px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          transform:translate(auto -50%);
          -webkit-transform:translate(auto -50%);
          -moz-transform:translate(auto -50%);
          -ms-transform:translate(auto -50%);
          -o-transform:translate(auto -50%);
}

/* .tab_drawer_heading:after {
  content: url(../images/b2b-partner/filter-arrow.svg);
  transform: rotate(180deg);
  width: 18px;
  height: 40px;
} */
  .tab_drawer_heading:hover {
    background-color: #fff;
    background-image: url(/themes/curam/assets/images/b2b-partner/tab-bullet.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: #000;
  }

  .d_active {
    background-color: #fff;
    background-image: url(/themes/curam/assets/images/b2b-partner/tab-bullet.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: #000;
  /* box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0 -19px 19px 2px rgba(0, 0, 0, 0.18); */
  box-shadow: none;
  margin-bottom: 0px;
  }
  .d_active.tab_drawer_heading:after {
    content: url(/themes/curam/assets/images/b2b-partner/filter-arrow.svg);
  transform: rotate(180deg);
  width: 18px;
  height: 11px;
  }
  .tab-mo{
    /* box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.18); */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    margin-bottom: 10px;
  }

  .tab_container .curam-solution-down{
    display: none;
  }
  .tab_content{
    padding: 0px 25px 30px 25px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18); 
    margin-bottom: 10px;
    margin-top: -10px;
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);*/
    box-shadow: none;
  }
}
@media (max-width:670px) {
  .tab-mo .request-demo-btn{
    text-align: left;
  }
}
@media (max-width:410px) {
  .tab_drawer_heading{
    font-size: 15px;
  }
}

.private-message-board.ui-dialog .ui-widget-content.ui-dialog-content{
  overflow: visible !important;
}

/*------------- B2B partner - 14July 2022 CSS END -----------------------*/
/*----Swal Button---*/
.swal-button:not([disabled]):hover {
  background-color: #F15B5B!important;
}
.swal-button {
  background-color: #F15B5B!important;
  border-radius: 0px!important;
  outline: none !important;
  border:  none !important;
}
.brochure-opt input[type=checkbox]+label {
  font-size: 20px!important;
}
.swal-button:focus-visible{
  outline: none !important;
  border:  none !important;
}
.swal-button:focus {
  outline: none!important;
  box-shadow: none!important;
}
.become-carer-form-rt button.carerregistration {    
  max-width: 400px;
  }
  @media (max-width:575.98px){
  .become-carer-form-rt button.carerregistration {    
  max-width: 100%;
  }
  }
  .carer-registration-form .form-content .form-field label{font-weight: 500;}

/*Ipad issue for carer filter on 26th Sep*/
@media (max-width:991.98px){
  .results .recommendations-status{
      top: 135px !important;
      font-size: 12px;
  }
  .recommendations-status img{
      margin-right: 5px;
      max-width: 15px;
      height: auto;
  }
}
@media (min-width: 767px){
  .wrapper-listcare.wrapper-hide{
    display: block !important;
    flex: 0 0 40%;
  }
}
/*End carer filter*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2){
  .policy-bar .btn, .policy-bar .filters-box-toggle {
    min-width: 100px;
    margin-top: 20px;
    font-size: 13px;
    position: absolute;
    right: 20px;
  }
  .policy-bar .content p {
    width: 235px;
  }
}
/*CSS for DT-1406*/
@media (max-width:991.98px){
  .home-new .owl-theme .owl-nav {top: -45px;}
}
/*End DT-1406*/
/*maintenance-page color changes START*/
.maintenance-page .hero .content .circle-1, .hero .content .circle-2{
  background-color: #494fc9ab;
}
.maintenance-page .hero {
  background-color: #494fc93b;
}
/*maintenance-page color changes END*/
#carer-earnings-calculate-form label.control-label.option {
  font-family: "Montserrat", "Helvetica, Arial, sans-serif";
  font-size: 16px !important;
  padding: 10px !important;
  line-height: 1.4 !important;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important;
  color: #424242 !important;
  font-weight: 400 !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
