@charset "UTF-8";
/* Developer - Dhilan Peiris */
/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #353551;
  font-weight: 400;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* Main Fonts */
.main-font {
  font-family: "Montserrat", sans-serif;
}

.alt-font {
  font-family: "Open Sans", sans-serif;
}

/* Title Font Sizes */
/* Body Font Sizes */
/* Button Text Colors */
/* Button Text Weight */
/* Text Colors */
/* text color */
/* heading titles */
h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

h6 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

/* Body text */
.text-size-xxl {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.text-size-xl {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.text-size-lg {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-size-md {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.text-size-s {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.text-size-xs {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
}

header {
  box-shadow: 0px 4px 8px rgba(55, 53, 81, 0.04);
}

.l-subheader {
  box-shadow: unset !important;
}

.ahum-logo {
  width: 100px !important;
}

/* Buttons Primary Large */
.btn-primary-large {
  font-family: "Open Sans", sans-serif !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 40px !important;
  border-radius: 100px !important;
  font-size: 20px !important;
  background-color: #F5315C;
  color: #fff;
  font-weight: 600;
  height: 64px !important;
  line-height: 40px !important;
}
.btn-primary-large:hover {
  background-color: #E5254F !important;
  text-decoration: none;
  color: #fff !important;
}
.btn-primary-large:active {
  background-color: #E5254F !important;
  color: #fff !important;
}

/* Buttons Secondary Large */
.btn-secondary-large {
  font-family: "Open Sans", sans-serif !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 40px !important;
  border-radius: 100px !important;
  font-size: 20px !important;
  background-color: #038D99 !important;
  color: #fff;
  font-weight: 600;
  height: 64px !important;
  line-height: 40px !important;
}
.btn-secondary-large:hover {
  background-color: #026E78 !important;
  color: #fff !important;
  text-decoration: none;
}
.btn-secondary-large:active {
  background-color: #026E78 !important;
  text-decoration: none;
  color: #fff !important;
}

/* Buttons Primary Regular */
.btn-primary-regular {
  font-family: "Open Sans", sans-serif;
  justify-content: center !important;
  align-items: center !important;
  padding: 16px 24px !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  background-color: #F5315C;
  color: #fff;
  font-weight: 600;
  height: 56px !important;
  line-height: 24px !important;
}
.btn-primary-regular:hover {
  background-color: #E5254F !important;
  text-decoration: none;
  color: #fff !important;
}
.btn-primary-regular:active {
  background-color: #E5254F !important;
}

/* Buttons Secondary Regular */
.btn-secondary-regular {
  font-family: "Open Sans", sans-serif;
  justify-content: center !important;
  align-items: center !important;
  padding: 16px 24px !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  background-color: #038D99;
  color: #fff;
  font-weight: 600;
  height: 56px !important;
  line-height: 24px !important;
}
.btn-secondary-regular:hover {
  background-color: #026E78;
  text-decoration: none !important;
  color: #fff !important;
}
.btn-secondary-regular:active {
  background-color: #026E78;
  text-decoration: none !important;
  color: #fff !important;
}

/* Buttons Primary Small */
.btn-primary-small {
  font-family: "Open Sans", sans-serif !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px 16px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  background-color: #F5315C !important;
  color: #fff !important;
  font-weight: 600 !important;
  height: 40px !important;
  line-height: 24px !important;
  padding: 8px 16px 8px 16px !important;
}
.btn-primary-small:hover {
  background-color: #E5254F !important;
  text-decoration: none !important;
}
.btn-primary-small:active {
  background-color: #E5254F !important;
  text-decoration: none !important;
}

/* Buttons Secondary Small */
.btn-secondary-small {
  font-family: "Open Sans", sans-serif !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px 16px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  background-color: #038D99;
  color: #fff;
  font-weight: 600;
  height: 40px !important;
  line-height: 24px !important;
  padding: 8px 16px 8px 16px;
}
.btn-secondary-small:hover {
  background-color: #026E78 !important;
  text-decoration: none !important;
}
.btn-secondary-small:active {
  background-color: #026E78 !important;
  text-decoration: none !important;
}

/* Buttons Primary Large */
.us-btn-style_3 {
  font-family: "Open Sans", sans-serif !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 40px !important;
  border-radius: 100px !important;
  font-size: 20px !important;
  background-color: #F5315C !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  padding: 12px 40px !important;
  height: 64px !important;
}
.us-btn-style_3:hover {
  background-color: #E5254F !important;
  text-decoration: none !important;
  color: #fff !important;
}
.us-btn-style_3:active {
  background-color: #E5254F !important;
  color: #fff !important;
}

/* Buttons Secondary Large */
.us-btn-style_4 {
  font-family: "Open Sans", sans-serif !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 40px !important;
  border-radius: 100px !important;
  font-size: 20px !important;
  background-color: #038D99 !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  padding: 12px 40px !important;
  height: 64px !important;
}
.us-btn-style_4:hover {
  background-color: #026E78 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.us-btn-style_4:active {
  background-color: #026E78 !important;
  text-decoration: none !important;
  color: #fff !important;
}

/* Buttons Primary Regular */
.us-btn-style_5 {
  font-family: "Open Sans", sans-serif;
  justify-content: center !important;
  align-items: center !important;
  padding: 16px 24px !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  background-color: #F5315C !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  padding: 16px 24px !important;
  height: 56px !important;
}
.us-btn-style_5:hover {
  background-color: #E5254F !important;
  text-decoration: none !important;
  color: #fff !important;
}
.us-btn-style_5:active {
  background-color: #E5254F !important;
}

/* Buttons Secondary Regular */
.us-btn-style_6 {
  font-family: "Open Sans", sans-serif;
  justify-content: center !important;
  align-items: center !important;
  padding: 16px 24px !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  background-color: #038D99 !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  padding: 16px 24px !important;
  height: 56px !important;
}
.us-btn-style_6:hover {
  background-color: #026E78 !important;
  text-decoration: none !important;
  color: #fff !important;
}
.us-btn-style_6:active {
  background-color: #026E78 !important;
  text-decoration: none !important;
  color: #fff !important;
}

/* Buttons Primary Small */
.us-btn-style_7 {
  font-family: "Open Sans", sans-serif !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px 16px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  background-color: #F5315C !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  padding: 8px 16px !important;
  height: 40px !important;
}
.us-btn-style_7:hover {
  background-color: #E5254F !important;
  text-decoration: none !important;
}
.us-btn-style_7:active {
  background-color: #E5254F !important;
  text-decoration: none !important;
}

/* Buttons Secondary Small */
.us-btn-style_8 {
  font-family: "Open Sans", sans-serif !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 8px 16px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  background-color: #038D99 !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  padding: 8px 16px !important;
  height: 40px !important;
}
.us-btn-style_8:hover {
  background-color: #026E78 !important;
  text-decoration: none !important;
}
.us-btn-style_8:active {
  background-color: #026E78 !important;
  text-decoration: none !important;
}

/* Links a Tag*/
a {
  color: #026E78;
}
a:hover {
  text-decoration: underline;
}

/* Link Primary Large */
a.link-large-size {
  color: #026E78;
}
a.link-large-size:hover {
  text-decoration: underline;
}

/* Link Primary Large */
a.link-regular-size {
  color: #026E78;
}
a.link-regular-size:hover {
  text-decoration: underline;
}

/* Link Primary Large */
a.link-small-size {
  color: #026E78;
}
a.link-small-size:hover {
  text-decoration: underline;
}

.menu-link {
  /* Link Primary Large */
  /* Link Primary Large */
  /* Link Primary Large */
}
.menu-link a.link-large-size {
  color: #026E78;
}
.menu-link a.link-large-size:hover {
  text-decoration: underline;
}
.menu-link a.link-regular-size {
  color: #026E78;
}
.menu-link a.link-regular-size:hover {
  text-decoration: underline;
}
.menu-link a.link-small-size {
  color: #026E78;
}
.menu-link a.link-small-size:hover {
  text-decoration: underline;
}

.main-header ul li a {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #353551 !important;
  padding-bottom: 2px !important;
}
.main-header ul li a:hover {
  text-decoration: none;
}
.main-header ul li a:hover span {
  border-bottom: 2px #55547A solid !important;
}

.widget-header {
  text-align: center;
  color: #353551;
  padding-bottom: 46px;
}
@media screen and (max-width: 48em) {
  .widget-header {
    padding-bottom: 0;
  }
}
.widget-header h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 0;
  color: #353551;
}
@media screen and (max-width: 48em) {
  .widget-header h1 {
    text-align: center;
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.widget-header p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #55547A;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (max-width: 48em) {
  .widget-header p {
    text-align: center;
    padding: 0px 15px;
  }
}

.user-review-widget {
  background: #FAFAFF;
  border-radius: 16px;
  padding: 40px;
  font-family: "Open Sans", sans-serif;
  color: #353551;
}
@media screen and (max-width: 48em) {
  .user-review-widget {
    min-height: 206px;
    margin: 0 24px !important;
    padding: 24px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .user-review-widget {
    min-height: 206px;
    padding: 24px;
    padding: 24px !important;
  }
}
.user-review-widget p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #353551;
  font-weight: 400;
}
.user-review-widget hr {
  width: 37px;
  border-width: 0 0 2px;
  float: left;
  border-color: #353551;
}
.user-review-widget h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01px;
  font-weight: 600;
}

.colums-3 {
  padding: 0 !important;
}
.colums-3 .vc_column-inner {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.main-header-menu {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
}
.main-header-menu ul li a {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  color: #353551;
}
.main-header-menu ul li a:hover {
  text-decoration: none;
}
.main-header-menu ul li a .w-nav-title:hover {
  border-bottom: 3px solid #55547A;
}

.get-started {
  font-family: "Open Sans", sans-serif;
}

.ahum-footer {
  font-family: "Open Sans", sans-serif;
  padding-top: 80px !important;
  padding-bottom: 40px !important;
  border-bottom: #494962 solid 1px;
  border-color: #494962 !important;
}
@media screen and (max-width: 48em) {
  .ahum-footer {
    padding: 40px !important;
  }
}
.ahum-footer h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01px;
}
.ahum-footer h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01px;
}
.ahum-footer h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01px;
}
.ahum-footer h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01px;
  color: #fff !important;
}
.ahum-footer h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01px;
}
.ahum-footer h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: -0.01px;
}
.ahum-footer ul {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px !important;
  font-weight: 400;
}
.ahum-footer ul li {
  margin-bottom: 8px;
  font-family: "Open Sans", sans-serif;
}
.ahum-footer ul li a {
  color: #DADAED !important;
  padding-bottom: 4px;
  font-family: "Open Sans", sans-serif;
}
.ahum-footer .footer-menu {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.ahum-footer .footer-menu ul li {
  margin-bottom: 8px;
}
.ahum-footer .footer-menu ul li a:hover {
  border-bottom: 1px solid #FAFAFF;
  text-decoration: none;
}
.ahum-footer .vc_column-inner {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.ahum-footer .footer-about p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #FAFAFF;
}
.ahum-footer .footer-social-media-icon .w-socials-item-link {
  line-height: 20px !important;
  width: 20px !important;
  margin-top: 10px !important;
  float: left;
  margin-right: 8px;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 48em) {
  .ahum-footer .footer-about {
    margin-top: 1rem !important;
    font-family: "Open Sans", sans-serif;
  }
  .ahum-footer .vc_column-inner {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .ahum-footer-copyright .vc_column_container {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .ahum-footer-copyright .vc_column_container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 48em) {
  .ahum-footer-copyright p {
    padding: 0 !important;
  }
}
.ahum-footer-copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 48em) {
  .ahum-footer-copyright {
    text-align: center;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.ahum-footer-copyright p {
  padding: 32px 0;
  font-weight: 400;
  color: #DADAED;
  font-family: "Open Sans", sans-serif;
}
.ahum-footer-copyright p a {
  color: #DADAED;
  font-family: "Open Sans", sans-serif;
}
.ahum-footer-copyright p a:hover {
  border-bottom: 2px solid #FAFAFF;
  text-decoration: none;
}
.ahum-footer-copyright .w-separator {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  height: 1px !important;
}
@media screen and (max-width: 48em) {
  .ahum-footer-copyright .w-separator {
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1);
    height: 1px !important;
    color: rgba(255, 255, 255, 0.1);
  }
}
.ahum-footer-copyright .w-separator .w-separator-h {
  display: none;
}

.social-Media-icon-footer {
  margin-top: 10px;
}

.w-tabs-sections {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 0;
}

.w-tabs.style_default .w-tabs-item.active {
  border-color: none;
  background: #FAFAFF;
  border-radius: 8px;
}

.w-tabs-list {
  position: relative;
  border-color: var(--color-content-border);
  margin-right: 54px;
}

.w-tabs.layout_ver .w-tabs-section {
  padding-left: 0 !important;
}

@media screen and (max-width: 48em) {
  .content-area-widget {
    text-align: center;
  }
}
.content-area-widget h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #353551;
}
@media screen and (max-width: 48em) {
  .content-area-widget h1 {
    text-align: center;
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.content-area-widget p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 48em) {
  .content-area-widget p {
    text-align: left;
    padding: 0 15px;
    font-size: 14px !important;
  }
}
.content-area-widget ul {
  font-weight: 600;
  margin: 15px;
  margin-bottom: 52px;
}
@media screen and (max-width: 48em) {
  .content-area-widget ul {
    text-align: center;
    padding: 0 15px;
  }
}
.content-area-widget ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #026E78;
  margin-left: 12px;
  list-style: url(images/list-style-one.svg);
}
@media screen and (max-width: 48em) {
  .content-area-widget ul li {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .content-area-widget ul li {
    text-align: left;
  }
}

.content-area-widget-two {
  padding-top: 70px;
}
@media screen and (max-width: 48em) {
  .content-area-widget-two {
    padding-top: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .content-area-widget-two {
    padding-top: 40px;
  }
}
.content-area-widget-two h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #353551;
}
.content-area-widget-two p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 32px;
}

.content-area-widget img {
  width: 465px;
}
@media screen and (max-width: 48em) {
  .content-area-widget img {
    width: 350px;
  }
}

.content-area-widget-one img {
  width: 440px;
}
@media screen and (max-width: 48em) {
  .content-area-widget-one img {
    width: 350px;
  }
}

.list-style-secondary {
  font-family: "Open Sans", sans-serif;
}
.list-style-secondary ul {
  color: #026E78;
  margin: 0;
  padding: 0;
}
.list-style-secondary ul li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.list-style-secondary ul li a {
  color: #026E78;
}

@media screen and (max-width: 48em) {
  .small-mb-10px {
    margin-bottom: 10px !important;
  }

  .small-mb-20px {
    margin-bottom: 20px !important;
  }
}
.card-small-widget-text-list ul {
  padding: 0;
  margin: 0;
}
.card-small-widget-text-list ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.card-small-widget-text-list ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01px;
  font-weight: 600;
  float: left;
  width: auto;
  padding: 0;
  padding-top: 0;
  margin-bottom: 16px;
  color: #026E78;
  padding-right: 19px;
  display: inline-block;
}
.card-small-widget-text-list ul li a:after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}
.card-small-widget-text-list ul li a:hover {
  color: #026E78;
}

.card-small-widget-with-icon {
  background: #FFFFFF;
  /* gray/lighter-4 */
  border: 1px solid #F2F2FC;
  box-sizing: border-box;
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 1.2rem;
  float: left;
  width: 100%;
  padding: 20px;
  padding-bottom: 10px;
  padding-right: 0;
}
.card-small-widget-with-icon:hover {
  box-shadow: 0px 0px 8px rgba(53, 53, 81, 0.08);
}
@media screen and (max-width: 899px) {
  .card-small-widget-with-icon:hover {
    box-shadow: 0px 0px 8px rgba(53, 53, 81, 0) !important;
  }
}
.card-small-widget-with-icon .card-image-area {
  width: 48px;
  float: left;
  margin-top: 12px;
  margin-left: 0;
  margin-right: 16px;
  padding: 0;
}
.card-small-widget-with-icon .card-image-area img {
  width: 48px;
  float: left;
}
.card-small-widget-with-icon .card-text-area {
  float: left;
  width: 70%;
}
.card-small-widget-with-icon .card-text-area h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01px;
  font-weight: 600;
  color: #353551;
  float: left;
  width: auto;
  padding: 0;
  padding-top: 0;
  margin-bottom: 8px;
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding-right: 20px;
  display: inline-block;
  float: left;
}
.card-small-widget-with-icon .card-text-area p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #353551;
  font-weight: 400;
  color: #55547A;
  width: 100%;
  float: left;
}

.card-small-widget-text {
  background: #FFFFFF;
  /* gray/lighter-4 */
  border: 1px solid #F2F2FC;
  box-sizing: border-box;
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 1.2rem;
  float: left;
  width: 100%;
  padding: 16px;
}
@media screen and (max-width: 48em) {
  .card-small-widget-text {
    width: auto;
    margin: 0 10px 0px 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .card-small-widget-text {
    min-height: 134px;
    margin-bottom: 1.2rem !important;
  }
}
.card-small-widget-text:hover {
  box-shadow: 0px 0px 8px rgba(53, 53, 81, 0.08);
}
.card-small-widget-text pre {
  width: 48px;
  float: left;
  float: left;
  margin-top: 12px;
  margin-left: 0;
  margin-right: 16px;
  padding: 0;
}
.card-small-widget-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #353551;
  font-weight: 400;
  color: #55547A;
  float: left;
}
.card-small-widget-text hr {
  width: 37px;
  border-width: 0 0 2px;
  float: left;
  border-color: #353551;
}
.card-small-widget-text h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01px;
  font-weight: 700;
}
.card-small-widget-text h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01px;
  font-weight: 600;
  color: #353551;
  float: left;
  width: auto;
  padding: 0;
  padding-top: 0;
  margin-bottom: 8px;
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 6px;
  padding-right: 20px;
  display: inline-block;
}
.card-small-widget-text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.01px;
  font-weight: 600;
}
.card-small-widget-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.01px;
  font-weight: 700;
}
.card-small-widget-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.01px;
  font-weight: 400;
}
.card-small-widget-text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.01px;
  font-weight: 700;
}

.vc_column-inner {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}

.colums-4 {
  padding: 0 !important;
}
.colums-4 .vc_column-inner {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}

.full-width-link a {
  background-image: url(http://wp-staging.ahum.se/wp-content/uploads/2021/04/list-style-secondary-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 7px;
  padding-right: 20px;
  display: inline-block;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #026E78;
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
}

#pagetitle {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #72729C;
  font-weight: 600;
  line-height: 24px;
}

.progress-container {
  width: 100%;
  height: 2px;
  position: fixed;
  top: 70px;
  z-index: 99999;
  left: 0;
}
@media screen and (max-width: 48em) {
  .progress-container {
    top: 60px;
  }
}

.progress-bar {
  height: 2px;
  background: #038D99;
  width: 0%;
}

.direct_link {
  text-align: center;
  margin-top: 30px;
}
.direct_link a {
  color: #026E78;
  background-image: url(images/direct-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 6px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  padding-right: 15px;
}
.direct_link a:hover {
  text-decoration: none;
  color: #026E78 !important;
}

.small-screen-hide {
  display: block !important;
}

.large-screen-hide {
  display: none !important;
}

@media screen and (max-width: 48em) {
  .sx-16-mb {
    margin-bottom: 16px !important;
  }

  .large-screen-hide {
    display: block !important;
  }

  .small-screen-hide {
    display: none !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .md-16-mb {
    margin-bottom: 16px !important;
    margin-top: 0px !important;
  }
}
.widget-header-therapists {
  text-align: center;
  color: #353551;
  padding-bottom: 46px;
}
@media screen and (max-width: 48em) {
  .widget-header-therapists {
    padding-bottom: 0;
  }
}
.widget-header-therapists h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 0;
  color: #353551;
}
@media screen and (max-width: 48em) {
  .widget-header-therapists h1 {
    text-align: center;
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.widget-header-therapists p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #55547A;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (max-width: 48em) {
  .widget-header-therapists p {
    text-align: left;
    padding: 0px 46px;
  }
}
.widget-header-therapists ul {
  float: left;
  width: 100%;
  text-align: center;
  display: flow-root;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .widget-header-therapists ul {
    text-align: left;
    padding: 15px;
  }
}
.widget-header-therapists ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}
.widget-header-therapists ul li a {
  list-style: none;
  margin: 0;
  float: left;
  padding: 0;
  color: #026E78;
  background-color: #F5FAFB;
  padding: 8px 16px;
  border-radius: 8px;
  margin: 0 8px 8px 0 !important;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}
.widget-header-therapists ul li a:hover {
  color: #024950;
  background-color: #F5FAFB;
  text-decoration: none;
}
.widget-header-therapists .btn-secondary-regular {
  font-family: "Open Sans", sans-serif;
  justify-content: center !important;
  align-items: center !important;
  padding: 16px 24px !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  background-color: #038D99;
  color: #fff;
  font-weight: 600;
  height: 56px !important;
  line-height: 24px !important;
}
.widget-header-therapists .btn-secondary-regular:hover {
  background-color: #026E78;
  text-decoration: none !important;
  color: #fff !important;
}
.widget-header-therapists .btn-secondary-regular:active {
  background-color: #026E78;
  text-decoration: none !important;
  color: #fff !important;
}

.link-tablet {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .link-tablet {
    text-align: left;
    padding: 0;
  }
}
.link-tablet a {
  color: #026E78;
  background-image: url(images/direct-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 6px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-weight: 600;
  font-size: 14px;
  padding-right: 15px;
}
.link-tablet a:hover {
  color: #026E78;
}

.m-tb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hero-banner-text-area {
  height: 480px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-banner-text-area {
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .hero-banner-text-area {
    height: auto;
  }
}
.hero-banner-text-area .vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hero-banner-text-area .vertical-center {
    transform: unset;
    position: unset;
    padding-bottom: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .hero-banner-text-area .vertical-center {
    transform: unset;
    position: unset;
    padding-bottom: 40px;
  }
}
.hero-banner-text-area .vertical-center .widget-header {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hero-banner-text-area .vertical-center .widget-header {
    text-align: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .hero-banner-text-area .vertical-center .widget-header {
    text-align: left;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .hero-banner-text-area .vertical-center .widget-header {
    text-align: center;
  }
}
.hero-banner-text-area .vertical-center .widget-header h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 0;
  color: #353551;
}
.hero-banner-text-area .vertical-center .widget-header p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #55547A;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
  margin-top: 24px;
  margin-bottom: 40px;
}
.hero-banner-text-area .vertical-center .widget-header .btn-primary-large {
  font-family: "Open Sans", sans-serif !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 40px !important;
  border-radius: 100px !important;
  font-size: 20px !important;
  background-color: #F5315C !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  padding: 12px 40px !important;
  height: 64px !important;
}
.hero-banner-text-area .vertical-center .widget-header .btn-primary-large:hover {
  background-color: #E5254F !important;
  text-decoration: none !important;
  color: #fff !important;
}
.hero-banner-text-area .vertical-center .widget-header .btn-primary-large:active {
  background-color: #E5254F !important;
  color: #fff !important;
}

.w-nav-icon {
  background-image: url(images/menu-icon.svg);
  background-repeat: no-repeat;
  background-position: left;
}

.menu-close {
  background-image: url(images/menu-close.svg);
  background-repeat: no-repeat;
  background-position: left;
}

@media screen and (max-width: 767px) {
  .w-nav-icon {
    background-image: url(images/menu-icon.svg);
    background-repeat: no-repeat;
    background-position: left;
  }

  .menu-close {
    background-image: url(images/menu-close.svg);
    background-repeat: no-repeat;
    background-position: left;
  }

  .main-header ul li a {
    font-size: 32px !important;
    line-height: 64px !important;
    font-weight: 400 !important;
  }

  .w-nav-list {
    height: 100vh !important;
  }
}
.current_page_item .w-nav-title {
  border-bottom: #55547A solid 2px;
}

@media screen and (max-width: 767px) {
  .list-items {
    margin-bottom: 0px !important;
  }

  #Mobile-text-left h1 {
    text-align: left !important;
  }
}
.w-nav .menu-item {
  display: unset;
}

.show-xs-screen {
  display: none;
}

.show-lg-screen {
  display: block !important;
}

@media screen and (max-width: 899px) {
  .header_breadcrumb_section span {
    display: none;
  }

  .current_page_item .w-nav-title {
    border-bottom: 0;
  }

  .show-xs-screen {
    display: block;
  }

  .show-lg-screen {
    display: none !important;
  }

  .w-nav-list {
    overflow: hidden;
    height: 100vh !important;
    max-height: 100vh !important;
  }

  .mobile-login-btn a {
    font-weight: 600 !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 40px !important;
    font-size: 20px !important;
    color: #026E78 !important;
    margin-bottom: 15px !important;
  }
}
.Therapist-section .w-grid-item-anchor:hover {
  box-shadow: 0px 0px 16px rgba(2, 73, 80, 0.08);
  border-radius: 24px;
}
@media screen and (max-width: 899px) {
  .Therapist-section .w-grid-item-anchor:hover {
    box-shadow: 0px 0px 0px rgba(2, 73, 80, 0.08) !important;
  }
}

.author-info {
  margin-top: 32px;
}
.author-info .post-author-ava {
  font-size: 96px;
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 24px;
}
.author-info .post-author-meta a {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #353551 !important;
  padding-top: 10px;
}
.author-info .post-author-meta a:hover {
  text-decoration: none;
  color: #353551;
}
.author-info .post-author-meta .post-author-info {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #55547A !important;
  font-family: "Open Sans", sans-serif;
}

.custom-breadcrumbs {
  font-size: 12px !important;
  color: #72729C !important;
  line-height: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 24px;
}
.custom-breadcrumbs li {
  line-height: 14px;
}
.custom-breadcrumbs li a {
  color: #72729C !important;
}
.custom-breadcrumbs li a:hover {
  text-decoration: none;
  color: #72729C !important;
}
.custom-breadcrumbs li:last-child {
  color: #353551 !important;
}
.custom-breadcrumbs li:last-child a {
  color: #353551 !important;
}

.custom-post-date {
  font-size: 12px !important;
  color: #72729C !important;
  line-height: 40px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.custom-post-image {
  border-radius: 16px;
  height: 508px;
}
.custom-post-image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-post-description {
  margin-top: 8px;
  color: #55547A !important;
  line-height: 32px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
  color: #55547A !important;
  font-size: 20px !important;
}
.custom-post-description p {
  font-family: "Open Sans", sans-serif !important;
  line-height: 32px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #55547A !important;
  font-size: 20px !important;
}

.body-xxl {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #353551;
  font-size: 20px;
  line-height: 32px;
  color: #353551 !important;
}

.body-xl {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #353551 !important;
  font-size: 18px;
  line-height: 24px;
}

.body-lg {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #353551 !important;
}

.body-reg {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #353551 !important;
}

.body-s {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #353551 !important;
}

.body-xs {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #353551 !important;
}

.title-xxl {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  color: #353551;
  line-height: 64px;
  font-weight: 700;
  color: #353551 !important;
}

.title-xl {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 400;
  color: #353551 !important;
}

.title-lg {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #353551 !important;
}

.title-reg {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 40px;
  color: #353551 !important;
  font-size: 20px;
}

.title-s {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 16px;
  color: #353551 !important;
  font-size: 16px;
}

.title-xs {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 16px;
  color: #353551 !important;
  font-size: 12px;
}

.article-post-card {
  padding: 0;
  border: #F2F2FC solid 1px;
  border-radius: 8px;
  padding-bottom: 16px;
  height: 255px!important;
}
.article-post-card .post-image {
  height: 150px;
  margin-bottom: 16px;
}
.article-post-card .post-image img {
  border-radius: 8px 8px 0 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-post-card .article-post-title {
  padding: 0px 16px 0 16px;
  color: #353551 !important;
  font-weight: 600;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.article-post-card .article-post-title a:hover {
  text-decoration: none !important;
}
.article-post-card .article-post-content {
  padding: 0 16px 8px 16px;
  color: #55547A !important;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.article-post-card .section_post_introduction {
  padding: 0 16px 0px 16px;
  color: #55547A !important;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.article-grip-tem {
  padding-top: 0px !important;
}
.article-grip-tem #us_grid_1 .w-grid-item {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-bottom: 8px !important;
}

.margin-bottom-28px {
  padding-bottom: 28px;
}

.w-separator.size_medium:empty {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f2f2fc 50%, rgba(255, 255, 255, 0) 100%);
}

.w-filter-item-values .selected {
  background: transparent !important;
  color: #026E78 !important;
  text-decoration: none !important;
}
.w-filter-item-values .selected label {
  background: #F5FAFB;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  margin: 0 10px !important;
}

.ahum-filters {
  border: #F2F2FC solid 0px;
  border-left: 0;
  border-right: 0;
}
.ahum-filters a {
  color: #353551;
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  line-height: 32px !important;
  font-size: 20px !important;
  padding: 12px 0 !important;
}
.ahum-filters a:hover {
  background: #fff !important;
  color: #026E78 !important;
  text-decoration: none !important;
}
.ahum-filters a label {
  background: transparent;
  padding: 8px 12px !important;
  margin: 0 10px !important;
}

#toc_container.toc_white {
  background: #fff;
  display: none;
}

.contents-list h3 {
  font-weight: 600 !important;
  line-height: 40px !important;
  font-size: 20px !important;
  color: #373551 !important;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 4px !important;
}
.contents-list ul li a {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color: #026E78 !important;
  font-family: "Open Sans", sans-serif !important;
}

body.disable-scroll {
  overflow: hidden;
}

.menu-item a {
  padding-bottom: 2px;
}
.menu-item a:hover {
  text-decoration: none;
}

.menu-item span:hover {
  border-bottom: #F2F2FC solid 2px;
}

.therapist-widget {
  min-height: 504px;
  border-radius: 24px;
  padding: 16px;
  align-items: inherit !important;
}
.therapist-widget .img-holder {
  width: 100%;
  height: 296px;
  float: left;
  border-radius: 8px;
}
.therapist-widget .title {
  float: left;
  line-height: 40px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #353551 !important;
  margin-right: 0;
}
.therapist-widget .title:hover {
  color: #353551 !important;
  text-decoration: none !important;
}
.therapist-widget .separate {
  float: left;
  line-height: 40px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #353551 !important;
  margin-right: 8px;
}
.therapist-widget .separate a {
  color: #353551 !important;
}
.therapist-widget .title-span {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #55547A;
  font-family: "Open Sans", sans-serif;
  line-height: 42px;
}
.therapist-widget .title-span a {
  font-weight: 400;
  font-size: 16px;
  color: #55547A !important;
}
.therapist-widget .title-span a:hover {
  color: #55547A !important;
  text-decoration: none;
}
.therapist-widget .tags-title a {
  color: #026E78 !important;
  height: 32px !important;
  line-height: 16px !important;
  font-family: "Open Sans", sans-serif !important;
}
.therapist-widget .tags {
  float: left;
  width: 100%;
}
.therapist-widget .tags ul {
  padding: 0;
  margin: 0;
}
.therapist-widget .tags ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-social-media {
  margin-bottom: 20px;
}
.sidebar-social-media a {
  padding: 0;
  width: 20px;
  margin-right: 12px;
}
.sidebar-social-media a .w-socials-item-link-hover {
  background: transparent !important;
}
.sidebar-social-media a .w-socials-item-link-hover:hover {
  background: transparent !important;
  text-decoration: none !important;
}
.sidebar-social-media a i {
  font-size: 20px !important;
  color: #353551 !important;
}
.sidebar-social-media a i:hover {
  background: transparent !important;
  text-decoration: none !important;
}
.sidebar-social-media a:hover {
  background: transparent !important;
  text-decoration: none !important;
}

.header_breadcrumb_section {
  line-height: 24px !important;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
}
.header_breadcrumb_section a {
  color: #72729C !important;
}
.header_breadcrumb_section a:hover {
  text-decoration: none !important;
}
.header_breadcrumb_section a .breadcrumb_last {
  color: #353551 !important;
}

.bottom-margin-zero {
  margin-bottom: 0 !important;
}

.bottom-margin-top-zero {
  margin-top: 0 !important;
}

f .w-filter-item .w-filter-item-values .w-filter-item-value:nth-child(4) {
  display: none;
}
f .w-filter-item .w-filter-item-values .w-filter-item-value:nth-child(5) {
  display: none;
}
f .w-filter-item .w-filter-item-values .w-filter-item-value:nth-child(7) {
  display: none;
}

.ahum-filters a:nth-child(4) {
  display: none;
}
.ahum-filters a:nth-child(5) {
  display: none;
}
.ahum-filters a:nth-child(7) {
  display: none;
}

.custom-breadcrumbs {
  color: #353551;
}
.custom-breadcrumbs a {
  color: #72729C;
}
.custom-breadcrumbs a:hover {
  color: #72729C !important;
  text-decoration: none !important;
}

@media screen and (max-width: 1199px) {
  .xs-mb-zero {
    margin-bottom: 0px !important;
  }

  .xs-mb-8 {
    margin-bottom: 8px !important;
  }
}
.custom-breadcrumbs {
  margin-top: 28px;
}
@media screen and (max-width: 899px) {
  .custom-breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .header_menu_section {
    display: block !important;
  }
}

.ahum-articles-items article {
  height: 290px;
  overflow: hidden;
}


.section-my-profile{
  display: none;
}

.section-my-profile-therapist{
  display: none;
}

#Get-started{
  display:none;
}