/*[ General ] */
:root {
  --darkgray-color: #3D3D3C;
  --darkgray-color-60: rgba(61, 61, 60, .6);
  --darkgray-color-50: rgba(61, 61, 60, .5);
  --lightgray-color: #C4C4C4;
  --extralightgray-color: #F5F5F5;
  --salmon-color: #E07A5F;
  --lightsalmon-color: #FFCABE;
  --salmon-color-10: rgba(224, 122, 95, .1);
  --darkolivegreen-color:#687561;
  --hbgreen-color:#00953A;
  --hborange-color:#f38a00;
  --gold-color:#FBBC04;
  --whitelinen-color:#F3E7D7;
  --peachpuff-color:#FDEEDC;
  --border-color:#DEE2E6;
  --white:#ffffff;
  --white-60:rgba(255, 255, 255, .6);
  --white-10:rgba(255, 255, 255, .1);
}
html {
  height: 100%;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #585858;
  background-color: #fff;
  min-height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #585858;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1.1rem;
}

a {
  color: var(--salmon-color);
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: var(--darkolivegreen-color);
}

hr {
  border-top: 1px solid #d6d6d6;
}

dl,
ol,
ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
  outline: none;
}

input[type="file"] {
  height: auto;
}

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  resize: vertical;
}

label.col-form-label {
  font-weight: 600;
  line-height: 1.2;
}

section {
  padding: 1.5rem 0;
}
section.page-section {
  min-height: 300px;
}
body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #acacac;
}

img {
  height: auto;
  max-width: 100%;
}

img.alignright {
  margin: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*[ Brand Color ]*/

.text-black {
  color: #3d3d3c;
}

.text-orange {
  color: var(--salmon-color);
}

.text-light-orange {
  color: #fff9ee;
}

.text-green {
  color: var(--darkolivegreen-color);
}

.bg-orange {
  background-color: var(--salmon-color);
}

.bg-light-orange {
  background-color: #fff9ee;
}

.bg-green {
  background-color: var(--darkolivegreen-color);
}

.bg-light-green {
  background-color: #f4f8f5;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

/*[ Button Classes ]*/

.btn {
  font-size: 1rem;
  padding: 0.55rem 1.5rem;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  color: #3d3d3c;
  border: 1px solid #3d3d3c;
  /*display: inline-flex;
     align-items: center;
     */
}

.btn-sm {
  padding: 0.313rem 1rem;
  font-size: 0.8rem;
}

.btn-lg {
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: #3d3d3c;
  color: #fff;
  border-color: #3d3d3c;
}

.btn-orange {
  background-color: var(--salmon-color);
  color: #fff;
  border-color: transparent;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: var(--darkolivegreen-color);
  color: #fff;
  border-color: transparent;
}

.btn-green {
  background-color: var(--darkolivegreen-color);
  color: #fff;
  border-color: transparent;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: var(--salmon-color);
  color: #fff;
  border-color: transparent;
}

/*[ Helper Classes ]*/
.box-shadow {
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.8rem;
}

.entry-content ul.lg-text li,
.entry-content ol.lg-text li {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444444;
}

.section-title h2,
h2.title {
  margin-bottom: 1rem;
  font-weight: 400;
}
.section-title h3,
h3.title {
  margin-bottom: 1rem;
  font-weight: 400;
}

.radius-0 {
  border-radius: 0 !important;
}
.radius-10 {
  border-radius: 1rem !important;
}
.letter-spacing-0 {
  letter-spacing: 0;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  font-size: 15px;
  height: 40px;
  border-radius: 0;
}

.auto-height {
  height: auto !important;
  min-height: auto !important;
}
.border-green {
  border-color: var(--darkolivegreen-color) !important;
}

/*[ Header ]*/

.header {
  transition: all 0.5s;
  /*background-color: #fff9ee;*/
  background-color: #fff;
  position: relative;
  min-height: 75px;
  /*position: fixed;*/
  z-index: 999;
  width: 100%;
}
.header.sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  /*top:-240px;*/
  left: 0;
  right: 0;
  /*background-color: #fff9ee;*/
  background-color: #fff;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

body.down .header.sticky-header {
  top: 0;
}

body.down {
  padding-top: 75px;
}

.header .navbar {
  padding: 1rem 2rem;
}

#header .logo .wp-block-image {
  margin-bottom: 0;
}

#header .logo img {
  padding: 0;
  margin: 0;
  transition: all 0.5s;
  max-width: 200px !important;
}

#header.sticky-header .logo img {
  max-height: 50px;
}

.mobile_btn,
.mobile_btn:hover,
.mobile_btn:active,
.mobile_btn:focus {
  color: var(--darkolivegreen-color);
  font-size: 2.5rem;
}

.sticky-header .mobile_btn,
.sticky-header .mobile_btn:hover,
.sticky-header .mobile_btn:active,
.sticky-header .mobile_btn:focus {
  color: var(--darkolivegreen-color);
}

/*Header Search*/
.header-search,
.bannersearch {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid var(--salmon-color);
  position: relative;
}
.bannersearch {
  max-width: 450px;
}
body.home .header-search
/*body.page-template-searchresult .header-search,
body.post-type-archive-practitioners .header-search,
body.post-type-archive-clinics .header-search,*/ {
  display: none;
}
.header-search input.form-control {
  background-color: transparent;
  border: 0;
  min-width: 400px;
  border-radius: 30px;
}
.header-search .btn {
  border-radius: 30px;
  margin-right: -1px;
  position: absolute;
  right: 0;
  padding: 0.45rem 1.5rem;
}
.header-search .searchandfilter ul li,
.header-search .searchandfilter ul li.sf-field-search h4,
#herobanner .searchandfilter ul li,
#herobanner .searchandfilter ul li.sf-field-search h4 {
  display: none;
}
.header-search .searchandfilter ul li.sf-field-search,
#herobanner .searchandfilter ul li.sf-field-search {
  display: block;
  padding: 0;
}
.header-search .searchandfilter ul li.sf-field-search label,
#herobanner .searchandfilter ul li.sf-field-search label {
  width: 100%;
}
.header-search .searchandfilter ul li.sf-field-search input,
#herobanner .searchandfilter ul li.sf-field-search input {
  background-color: transparent;
  border: 0;
  min-width: 400px;
  border-radius: 30px;
  padding: 0.375rem 0.75rem;
  height: 44px;
  font-weight: 400;
  line-height: 1.5;
}
#herobanner .searchandfilter ul li.sf-field-search input {
  width: 100%;
  min-width: inherit;
  height: 50px;
}
/*[ Navigation Menu ]*/

/* Desktop Navigation */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul.menu > li {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 0.5rem;
}

.nav-menu ul > li:last-child {
  margin-right: 0;
}

.nav-menu a {
  display: block;
  position: relative;
  /*color: #3d3d3c;*/
  color: var(--salmon-color);
  padding: 0.3rem 0;
  margin: 0;
  transition: 0.3s;
  font-size: 1rem;
}

.nav-menu li a:hover {
  color: var(--darkolivegreen-color);
}

/*.header.sticky-header .nav-menu li a {
    color: #3d3d3c;
}

.nav-menu ul.menu>li:hover:after,
.nav-menu ul.menu>li.current-menu-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #3d3d3c;
}

.header.sticky-header .nav-menu ul.menu>li:hover:after,
.header.sticky-header .nav-menu ul.menu>li.current-menu-item:after {
    border-bottom: 2px solid #0082c8;
}*/

.nav-menu ul.menu > li.current-menu-item > a {
  /*  color: var(--darkolivegreen-color);*/
/*  font-weight: 700;*/
}

.nav-menu .menu-item-has-children > a {
  padding-right: 12px;
}

.nav-menu .menu-item-has-children ul {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: var(--darkolivegreen-color);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  /*border-radius: 1rem;*/
  /*border: 2px solid #3d3d3c;*/
}

.nav-menu .menu-item-has-children ul li ul.sub-menu {
  left: 100%;
  top: 0;
}

.nav-menu .menu-item-has-children.multicolumn ul {
  min-width: 470px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*.nav-menu .menu-item-has-children.multicolumn  ul li {
    width: 50%;
}*/

.nav-menu .menu-item-has-children ul:before {
  background-color: var(--darkolivegreen-color);
  /*border: 2px solid #0082c8;
    border-width: 2px 0 0 2px;*/
  content: "";
  width: 22px;
  height: 22px;
  left: 15px;
  top: -10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0;
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
}

.nav-menu .menu-item-has-children ul li ul.sub-menu:before {
  display: none;
}

.nav-menu .menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav-menu .menu-item-has-children li {
  min-width: 250px;
  position: relative;
  max-width: 250px;
}

.nav-menu .menu-item-has-children ul a {
  padding: 8px 20px;
  text-transform: none;
  color: #fff;
  margin: 0;
  text-align: left;
  white-space: break-spaces;
}

/*.nav-menu .menu-item-has-children ul .current-menu-item a {
    font-weight: 600;
}*/

.nav-menu .menu-item-has-children ul a:hover,
.nav-menu .menu-item-has-children ul .current-menu-item > a,
.nav-menu .menu-item-has-children ul li:hover > a {
  color: #ffe3ab;
  /*opacity: .8;*/
}

.nav-menu .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent var(--salmon-color) var(--salmon-color) transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border 0.3s;
}

.nav-menu ul.menu > li.current-menu-item.menu-item-has-children > a:after,
.nav-menu .menu-item-has-children:hover > a:after {
  border-color: transparent var(--darkolivegreen-color) var(--darkolivegreen-color) transparent;
}

.nav-menu
  .menu-item-has-children
  ul.sub-menu
  .menu-item-has-children
  > a:after {
  margin-top: -2px;
  right: 15px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: transparent #fff #fff transparent;
}

.nav-menu .nav-btn a,
.nav-menu .nav-btn.current-menu-item a {
  align-items: center;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: var(--darkolivegreen-color);
  border: 1px solid transparent;
}
.nav-menu ul.menu > li.nav-btn.current-menu-item > a {
  color: #fff;
}

.nav-menu .nav-btn a:hover {
  color: #fff;
  background-color: var(--salmon-color);
}

.nav-menu .nav-outline-btn a {
  color: var(--darkolivegreen-color);
  background-color: #fff;
  border: 1px solid var(--darkolivegreen-color);
}
.nav-menu .nav-outline-btn a:hover {
  border: 1px solid var(--salmon-color);
}

.nav-menu .nav-btn:hover:after {
  display: none;
}

/*Mobile Menu*/

.mobmenu {
  background-color: var(--darkolivegreen-color);
  bottom: 0;
  right: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  margin-right: -300px;
  width: 300px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1041;
}

.mobmenu.opened {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobmenu-inner {
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
}

.mobmenu-menu {
  padding: 1rem 0;
}

.mobmenu-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.mobmenu-menu ul ul {
  display: none;
}

.mobmenu-menu li a {
  color: #fff9ee;
  display: block;
  font-size: 1rem;
  height: auto;
  padding: 0.6rem 1.5rem;
  position: relative;
  text-transform: uppercase;
}

.mobmenu-menu li > a {
  border-bottom: 1px dashed #fff9ee;
}

.mobmenu-menu li a:hover,
.mobmenu-menu li.active a {
  color: #fff9ee;
  background-color: var(--salmon-color);
}

.mobmenu-menu li.submenu > a:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -5px;
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff9ee #fff9ee transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border 0.3s;
}

.mobmenu-menu ul ul a:before {
  content: "-";
  position: relative;
  padding-right: 0.8rem;
}

.mobmenu-menu a {
  line-height: 1.3;
  transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  -ms-transition: unset;
  -webkit-transition: unset;
}

.slide-nav .mobmenu {
  margin-right: 0;
}

.mobmenu-overlay {
  display: none;
  position: fixed;
  z-index: 90;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}

.mobmenu-overlay.opened {
  display: block;
}

.mobmenu-menu.opened {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  margin-left: 0;
}

html.menu-opened {
  overflow: hidden;
}

html.menu-opened body {
  overflow: hidden;
}

/*[ Footer ]*/
/*.footer {
  background-color: #f9f9f9;
}
.footer a {
  color: #3d3d3c;
}
.footer a:hover {
  color: var(--darkolivegreen-color);
}
.footer-logo img {
  max-width: 40px;
}
.footer-menu ul {
  margin-bottom: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
.footer-menu ul li:first-child {
  margin-left: 0;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li.current-menu-item a {
  color: var(--darkolivegreen-color);
  font-weight: 700;
}
.footerblock h5 {
  font-weight: 700;
}
.footerblock h5,
.footerblock p {
  margin-bottom: 0.5rem;
}
.footerblock p:last-child {
  margin-bottom: 0;
}
.footerblock .help-btn,
.exp-block {
  border-radius: 25px;
  padding: 0rem 0.7rem;
  display: inline-block;
  background-color: var(--darkolivegreen-color);
  color: #fff;
  margin: 0.1rem 0;
}
.footerblock .help-btn:hover {
  background-color: var(--salmon-color);
  color: #fff;
}
.footerblock.help-block {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}*/
/*Social Icons*/
/*.social-icons a {
  margin: 0 5px;
}
.social-icons a .iconify {
  color: #585858;
  font-size: 1.5rem;
}
.social-icons a .iconify:hover {
  color: var(--salmon-color);
}
.social-icons a.facebook .iconify:hover {
  color: #3b5998;
}
.social-icons a.twitter .iconify:hover {
  color: #1da1f2;
}
.social-icons a.linkedin .iconify:hover {
  color: #0077b5;
}
.social-icons a.youtube .iconify:hover {
  color: #ff0000;
}
.social-icons a.instagram .iconify:hover {
  color: #dd2a7b;
}
.footer-copyright p {
  margin: 0;
}*/

/* [Homepage] */
/*Hero Banner*/
#herobanner {
  width: 100%;
  /*height: 550px;*/
  height: calc(100vh - 76px);
  position: relative;
}
.bannerbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay .container {
  position: relative;
}
.hero-text {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.3); */
}
.hero-text > div {
  position: relative;
  color: #3d3d3c;
}
.hero-text h1,
.hero-text h2 {
  font-size: 2.9rem;
  color: var(--salmon-color);
  z-index: 9;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero-text p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.hero-text p:last-child {
  margin-bottom: 0;
}
/*Slick Slider*/
.heroslider .slick-list,
.heroslider .slick-track {
  height: 100%;
}
.heroslider .slick-slide:focus {
  border: 0;
  outline: none;
}
.heroslider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  line-height: 1;
  /*border-radius: 5px;*/
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
  font-size: 0;
  text-align: center;
  z-index: 9;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.heroslider .slick-arrow:hover {
  background-color: #9f7a43;
  border-color: #9f7a43;
  color: #fff;
}
.heroslider .slick-arrow:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
}
.heroslider .slick-arrow:hover:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.heroslider .slick-arrow.slick-prev {
  left: 15px;
}
.heroslider .slick-arrow.slick-prev:before {
  content: "";
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.heroslider .slick-arrow.slick-next {
  right: 15px;
}
.heroslider .slick-arrow.slick-next:before {
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.single-health-goal {
  /*border: 1px solid #dedede;*/
  border: 1px solid var(--darkolivegreen-color);
  padding: 1rem;
  text-align: center;
  height: 100%;
  /*display: flex;*/
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
}
.single-health-goal .img img {
  max-width: 40px;
  margin: 0 auto;
}
.single-health-goal h5 {
  height: 100%;
  align-items: center;
  /*display: flex;
  min-height: 60px;*/
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 0.6rem;
}
.single-health-goal h5 a {
  /*color: var(--darkolivegreen-color);*/
  color: #585858;
}
.single-health-goal h5 a:hover {
  color: var(--salmon-color);
}
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Slick Slider*/
.video-slider .slick-list,
.video-slider .slick-track {
  height: 100%;
}
.video-slider .slick-slide:focus {
  border: 0;
  outline: none;
}
.video-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #fff;
  padding: 5px;
  font-size: 0;
  text-align: center;
  z-index: 9;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.video-slider .slick-arrow:hover {
  background-color: var(--darkolivegreen-color);
  border-color: var(--darkolivegreen-color);
  color: #fff;
}
.video-slider .slick-arrow:before {
  border: solid #585858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.video-slider .slick-arrow:hover:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.video-slider .slick-arrow.slick-prev {
  left: -40px;
}
.video-slider .slick-arrow.slick-prev:before {
  content: "";
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.video-slider .slick-arrow.slick-next {
  right: -40px;
}
.video-slider .slick-arrow.slick-next:before {
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.single-users-benefit .img {
  max-width: 80px;
  margin: 0 auto 1rem;
}
.special-service-box {
  border-radius: 40px;
  height: 100%;
}
/*.special-service-image img {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}*/
.single-howworks-block .number {
  font-size: 5rem;
  line-height: 1;
}
#abouthb h2 {
  color: #585858;
  font-size: 1.75rem;
  font-weight: 400;
}
.practitioner-benefits ul li {
  padding: 0.5rem 0 0.5rem 2rem;
  font-size: 1.4rem;
  background: url("https://api.iconify.design/akar-icons/circle-check-fill.svg?color=%2344A86B&height=22")
    no-repeat 0 13px;
}
/* [Practitioner Info] */
.page-sidebar .sticky-sidebar {
  position: sticky;
  top: 100px;
}
.page-sidebar .city-filter-wrap form {
  max-height: 250px;
  overflow: hidden;
}
.page-sidebar .city-filter-wrap.viewfull form {
  max-height: inherit;
}
.vendor-primary-info .vendor-image {
  text-align: center;
}
.vendor-primary-info .vendor-image.rounded img {
  border-radius: 50%;
  max-width: 150px;
  width: 100%;
  height: 100%;
  max-height: 150px;
  min-height: 150px;
  object-fit: cover;
}
.vendor-primary-info .vendor-name h3 small {
  font-weight: 400;
  font-size: 60%;
  display: block;
}
.vendor-primary-info .address-block .clinicname,
.vendor-primary-info .address-block .clinicname a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #E07A5F;
  text-transform: capitalize;
}
.vendor-primary-info .address-block .address p {
  position: relative;
  padding-left: 1.5rem;
}
.vendor-primary-info .address-block .address p .iconify {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.1rem;
}
.vendor-primary-info .address-block:last-child p:last-child {
  margin-bottom: 0;
}
.vendor-all-info .health-goals-conditions-listing ul {
  margin: 0;
}
.vendor-all-info .health-goals-conditions-listing ul li {
  display: inline-block;
  padding: 0;
  margin: 0 1rem 0.25rem 0;
  position: relative;
}
.vendor-all-info .health-goals-conditions-listing ul li h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}
.vendor-all-info .health-goals-conditions-listing ul li:before {
  content: url("https://api.iconify.design/fluent/checkbox-checked-20-filled.svg?color=%2344A86B&height=18");
  vertical-align: -0.3em;
  margin-right: 0.125rem;
}
.vendor-all-info .health-goals-conditions-listing ul li.disabled {
  color: #c2c2c2;
}
.vendor-all-info .health-goals-conditions-listing ul li.disabled:before {
  content: url("https://api.iconify.design/fluent/checkbox-checked-20-filled.svg?color=%23c2c2c2&height=18");
}
.vendor-all-info .product-services-block .single-block .img {
  padding: 0.25rem;
  max-height: 36px;
  width: auto;
  border-radius: 0%;
  max-width: 36px;
  margin: 0 auto;
}
.vendor-all-info .product-services-block .single-block .img img {
  max-height: 36px;
}
.vendor-all-info .product-services-block .single-block h6,
.vendor-all-info .product-services-block .single-block h3 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 110%;
}
.vendor-all-info .services-providers-block .single-services-provider:hover {
  background-color: #f4f8f5;
}
.vendor-all-info
  .services-providers-block
  .single-services-provider
  .services-providers-profile-img
  img {
  border-radius: 50%;
  max-width: 70px;
}
.vendor-all-info .services-providers-block .single-services-provider h6 a {
  color: #3d3d3c;
}
.vendor-all-info .services-providers-block .single-services-provider:hover h6 a,
.vendor-all-info
  .services-providers-block
  .single-services-provider
  h6
  a:hover {
  color: var(--darkolivegreen-color);
}
.vendor-all-info .edu-assoc-listing .edu-assoc-block .icon {
  padding: 0.25rem;
  max-height: 36px;
  width: auto;
  border-radius: 0%;
  max-width: 36px;
  margin: 0 auto;
}
.vendor-all-info .edu-assoc-listing .edu-assoc-block .icon img {
  max-height: 36px;
}
.vendor-all-info .edu-assoc-listing .edu-assoc-block .list li h3 {
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5rem;
}
.vendor-all-info .edu-assoc-listing .edu-assoc-block .list li:last-child h3 {
  margin-bottom: 0;
}
.vendor-all-info .edu-assoc-listing .edu-assoc-block .list li .iconify {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--salmon-color);
}
.vendor-all-info .locations-block .single-location {
  margin-bottom: 1.5rem;
}
.vendor-all-info .locations-block .single-location:last-child {
  margin-bottom: 0;
}
.vendor-all-info .locations-block .single-location .map {
  overflow: hidden;
}
.vendor-all-info .locations-block .single-location .map iframe {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  display: block;
}
.vendor-all-info .locations-block .working_hours .row {
  border-bottom: 1px solid #dee2e6;
  padding: 0.125rem 0;
}
.vendor-all-info .locations-block .working_hours .row:last-child {
  border-bottom: 0;
}
.vendor-all-info .locations-block .single-location .notes p {
  font-style: italic;
}
/*.vendor-all-info .abouttext {
  max-height: 160px;
  position: relative;
  overflow: hidden;
}*/
.vendor-all-info .abouttext .abouttext-block h1 {
  font-size: 2rem;
}
.vendor-all-info .abouttext.viewfull {
  max-height: inherit;
}
.vendor-all-info .abouttext .readmore {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 20px 0;
  background-image: -moz-linear-gradient(top, transparent, black);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(248, 248, 248, 0)),
    color-stop(1, rgba(248, 248, 248, 100))
  );
}
.vendor-all-info .abouttext .readmore a {
  background: #999;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0px 10px;
  position: relative;
  bottom: -20px;
}
.vendor-all-info .reviews .reviews-block .block {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}
.vendor-all-info .reviews .reviews-block .block:last-child {
  border-bottom: 0;
}
.modal-reviews-wrap {
  max-height: 70vh;
  overflow-y: scroll;
}
/* [Ratings] */
.star-rating .fa:before {
  color: #ccc;
}
.star-rating .fa.checked:before {
  color: #e6af2a;
}
.ratings {
  line-height: 1;
  color: #ccc;
  margin-right: 0.5rem;
}
.ratings .iconify {
  font-size: 13px;
}
.ratings.star-1 .iconify:nth-child(1) {
  color: #e6af2a;
}
.ratings.star-2 .iconify:nth-child(1),
.ratings.star-2 .iconify:nth-child(2) {
  color: #e6af2a;
}
.ratings.star-3 .iconify:nth-child(1),
.ratings.star-3 .iconify:nth-child(2),
.ratings.star-3 .iconify:nth-child(3) {
  color: #e6af2a;
}
.ratings.star-4 .iconify:nth-child(1),
.ratings.star-4 .iconify:nth-child(2),
.ratings.star-4 .iconify:nth-child(3),
.ratings.star-4 .iconify:nth-child(4) {
  color: #e6af2a;
}
.ratings.star-5 .iconify {
  color: #e6af2a;
}
.vendor-all-info .reviews .review-text {
  /*padding-left: 1rem;
  margin-left: 1rem;
  border-left: 4px solid #dee2e6;*/
}
.vendor-all-info .reviews .review-text .response-text {
  padding-left: .5rem;
  margin-left: 1.5rem;
  border-left: 2px solid #dee2e6;
} 
/* [FAQ] */
.faq-accordion .card {
  border: 0;
  border: 1px solid #dee2e6;
  border-radius: 0;
  box-shadow: none;
  /*  margin-bottom: -1px;*/
  margin-bottom: 1rem;
  padding: 0.25rem 0;
  border-radius: 10px;
}

.faq-accordion .card .card-header {
  border-bottom: 0;
  position: relative;
  background-color: transparent;
}

.faq-accordion .card .card-header h4 a,
.faq-accordion .card .card-header h5 a,
.faq-accordion .card .card-header h6 a {
  display: block;
  color: var(--darkgray-color);
  font-weight: 400;
}
.faq-accordion .card .card-header h4 a:not(.collapsed),
.faq-accordion .card .card-header h5 a:not(.collapsed),
.faq-accordion .card .card-header h6 a:not(.collapsed) {
  color: var(--salmon-color);
}

.faq-accordion .card .card-header .iconify {
  position: absolute;
  top: 15px;
  right: 20px;
  text-align: center;
  line-height: 24px;
  display: block !important;
  width: auto;
  font-size: 22px;
  transition: transform 0.3s ease;
}
.faq-accordion .card .card-header h3 .iconify {
  display: none !important;
}
.faq-accordion .card .card-header a:not(.collapsed) .iconify {
  transform: rotate(315deg) !important;
  color: var(--salmon-color);
}
.faq-accordion .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

/*Book Appointment */
.book-appointment-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.book-appointment-box.open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.book-appointment-box .container {
  background-color: #f9f9f9;
  padding: 2rem;
  margin: 0 2rem;
  max-width: 768px;
  height: auto;
  position: relative;
}
.book-appointment-box .container .closebox {
  position: absolute;
  right: 0;
  top: -8px;
  color: #a7a7a7;
  font-size: 2.2rem;
}
.book-appointment-box .container .closebox:hover {
  color: #585858;
}
.book-appointment-box .wpforms-submit {
  display: inline-block !important;
  background-color: var(--darkolivegreen-color) !important;
  border: 1px solid var(--darkolivegreen-color) !important;
  letter-spacing: 0 !important;
  font-size: 1rem !important;
  padding: 0.8rem 2rem !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  position: relative !important;
  color: #fff !important;
  width: 100% !important;
}
.book-appointment-box .wpforms-submit:hover {
  color: #fff !important;
  background-color: var(--salmon-color); !important;
  border-color: var(--salmon-color); !important;
}

/* [Vendor Listings]*/
.vendor-filters .searchandfilter ul li.sf-field-reset {
  text-align: right;
  padding: 5px 0;
}
.vendor-filters .searchandfilter ul li.sf-field-reset .search-filter-reset {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #585858;
  border-radius: 30px;
  padding: 0.1rem 0.8rem;
  background-color: transparent;
  font-size: 0.75rem;
}
.vendor-filters
  .searchandfilter
  ul
  li.sf-field-reset
  .search-filter-reset:hover {
  background-color: var(--salmon-color);
  border-color: var(--salmon-color);
  color: #fff;
}
.vendor-filters .searchandfilter ul li.sf-field-search label {
  width: 100%;
}
.vendor-filters .searchandfilter ul li.sf-field-search .sf-input-text {
  background-color: transparent;
  border: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #dee2e6;
  padding: 0.375rem 0.75rem;
  height: 40px;
}
.vendor-filters .searchandfilter ul li ul {
  max-height: 150px;
  overflow-y: scroll;
}
.vendor-filters .searchandfilter ul li ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

.vendor-filters .searchandfilter ul li ul::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.vendor-filters .searchandfilter ul li ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #acacac;
}
.vendor-filters .searchandfilter ul li ul li {
  position: relative;
}
.vendor-filters .searchandfilter ul li ul li input[type="checkbox"] {
  display: none;
}
.vendor-filters .searchandfilter ul li ul li input[type="checkbox"] + label {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  padding: 0 0 0 22px;
}
.vendor-filters
  .searchandfilter
  ul
  li
  ul
  li
  input[type="checkbox"]
  + label:before {
  content: "\2714";
  border: 2px solid #b5b5b5;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 5px;
  color: transparent;
  transition: 0.2s;
  text-align: center;
  vertical-align: initial;
  line-height: 12px;
  font-size: 10px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 8px;
}
.vendor-filters
  .searchandfilter
  ul
  li
  ul
  li
  input[type="checkbox"]
  + label:active:before {
  transform: scale(1);
}
.vendor-filters
  .searchandfilter
  ul
  li
  ul
  li
  input[type="checkbox"]:checked
  + label:before {
  background-color: var(--darkolivegreen-color);
  border-color: var(--darkolivegreen-color);
  color: #fff;
}
.vendor-all-listings .vendor-blocks .single-vendor-block:hover {
  background-color: #f4f8f5;
}
.vendor-all-listings
  .vendor-blocks
  .single-vendor-block
  .single-vendor-profile-img
  img {
  max-width: 100px;
}
.vendor-all-listings
  .vendor-blocks
  .single-vendor-block
  .single-vendor-profile-img.rounded
  img {
  border-radius: 50%;
  max-width: 70px;
  border: 1px solid #dee2e6;
}
.vendor-all-listings .vendor-blocks .single-vendor-block h6 a {
  color: #3d3d3c;
}
.vendor-all-listings .vendor-blocks .single-vendor-block:hover h6 a,
.vendor-all-listings .vendor-blocks .single-vendor-block h6 a:hover {
  color: var(--darkolivegreen-color);
}
.vendor-all-listings
  .vendor-blocks
  .single-vendor-block
  ul.product-services-block {
  margin: 0;
}
.vendor-all-listings
  .vendor-blocks
  .single-vendor-block
  ul.product-services-block
  li {
  padding: 0.15rem;
  display: inline-block;
}
.vendor-all-listings
  .vendor-blocks
  .single-vendor-block
  ul.product-services-block
  li
  .img {
  padding: 0.25rem;
  max-height: 30px;
  max-width: 30px;
  width: auto;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

/* pagination */
.pagination {
  text-align: right;
  padding: 1rem 0;
  justify-content: end;
}
.pagination a,
.pagination span {
  color: black;
  padding: 0.35rem 0.8rem;
  text-decoration: none;
}
.pagination .current {
  color: var(--darkolivegreen-color);
  border: 1px solid var(--darkolivegreen-color);
}
.backhistory .btn-back {
  border-radius: 25px;
  padding: 0rem 0.6rem;
  display: inline-block;
  background-color: #fff;
  color: var(--darkolivegreen-color);
  margin: 0 0 1rem;
  border: 1px solid var(--darkolivegreen-color);
  font-size: 0.7rem;
  position: relative;
  left: 0;
  top: 0;
}

/*SEO Text*/
.seotext h1 {
  font-size: 2rem;
}

/*Advisory Board*/
.single-advisory-member .profile-img img {
  border-radius: 50%;
}

/*Blog*/
.post-featured-image img {
  width: 100%;
}
#blogs article {
  margin-bottom: 4rem;
}
#blogs article:last-child {
  margin-bottom: 0;
}
.blog-sidebar {
  position: sticky;
  left: 0;
  top: 100px;
  width: 100%;
}
.sidebar-block {
  margin-bottom: 1.5rem;
}
.sidebar-block h5 {
  margin-bottom: 0.5rem;
}
.wp-block-search__inside-wrapper {
  display: block;
}
.sidebar-block .wp-block-search .wp-block-search__input {
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 0.6rem 10px;
  /*height: 38px;*/
  width: 100%;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.sidebar-block .wp-block-search .wp-block-search__button {
  display: block;
  background-color: var(--salmon-color); !important;
  letter-spacing: 0 !important;
  font-size: 0.9rem !important;
  padding: 0.6rem 2rem !important;
  border-radius: 35px !important;
  font-weight: 600 !important;
  position: relative !important;
  color: #fff !important;
  /*border: 1px solid var(--salmon-color); !important;*/
  width: 100%;
  margin: 0;
}
.sidebar-block .wp-block-search .wp-block-search__button:hover {
  color: #fff !important;
  background-color: var(--darkolivegreen-color) !important;
  /*border-color:#ccc !important;*/
}
.sidebar-block ul.wp-block-latest-posts__list li {
  color: #585858;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}
.sidebar-block ul.wp-block-latest-posts__list li:last-child {
  border-bottom: 0;
}
.sidebar-block ul.wp-block-latest-posts__list li a,
.sidebar-block .wp-block-tag-cloud a {
  color: #585858;
}
.sidebar-block ul.wp-block-latest-posts__list li a:hover,
.sidebar-block .wp-block-tag-cloud a:hover {
  color: var(--salmon-color);
}
.wp-block-tag-cloud a {
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  border: 1px #ccc solid;
  border-radius: 4px;
  font-size: 0.9rem !important;
  display: inline-block;
  color: #585858;
}
.wp-block-tag-cloud a:hover {
  color: var(--salmon-color);
}

.blog-posts article .entry-header .entry-title a {
  /*font-weight: 600;*/
  color: #585858;
}
.blog-posts article:hover .entry-header .entry-title a,
.blog-posts article .entry-header .entry-title a:hover {
  color: var(--salmon-color);
}
.blog-posts article .entry-meta {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.blog-posts article .entry-meta a {
  color: #585858;
}
.blog-posts article .entry-meta a:hover {
  color: var(--salmon-color);
}
.blog-posts article .entry-meta .wpb-tags a {
  font-size: 80%;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 1px 5px;
  color: #585858;
}
.blog-posts article .entry-meta .wpb-tags a:hover {
  background-color: var(--darkolivegreen-color);
  color: #fff;
}
.blog-posts article .entry-meta .iconify {
  margin-right: 5px;
}

/*Webinar Registration Form*/
#webinar-form .banner-img {
  max-height: 250px;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 0;
}
#webinar-form .banner-img img {
  max-width: 120px;
  border-radius: 50%;
}
#webinar-form form {
  margin: 0 auto !important;
  font-family: "DM Sans", sans-serif;
  color: #585858;
}
#webinar-form form ._form-title {
  text-align: center;
}
#webinar-form form ._form_element input,
#webinar-form form ._form_element select {
  border-radius: 0;
  padding: 0.5rem;
}
#webinar-form form ._button-wrapper ._submit {
  background-color: var(--darkolivegreen-color) !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  width: 100%;
  font-size: 1rem;
}
#webinar-form form ._button-wrapper ._submit:hover {
  background-color: var(--salmon-color); !important;
}

/*Practo Registration Form*/
#join-us-form {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 600px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  height: 100vh;
  overflow-y: hidden;
  padding: 1rem;
  padding-bottom: 2rem;
  margin-right: -100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#join-us-form.opened {
  margin-right: 0;
}
#join-us-form .form-wrap {
  overflow-y: scroll;
  height: 95%;
}
#join-us-form .join-us-form-close {
  padding: 0 20px;
  margin-bottom: 1rem;
  display: inline-block;
}
#join-us-form .join-us-form-close .iconify {
  font-size: 1.5rem;
}
#join-us-form form {
  color: #585858 !important;
  /*box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);*/
  margin: 0;
}
#join-us-form form ._form_element._clear .label {
  margin-bottom: 0;
}
#join-us-form form ._button-wrapper ._submit {
  background-color: var(--darkolivegreen-color) !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  width: 100%;
  max-width: 180px;
  font-size: 1rem;
}
#join-us-form form ._button-wrapper ._submit:hover {
  background-color: var(--salmon-color); !important;
}

/*Free Shopify Store Offer*/
.shopify-bg {
  background-color: #004c3f;
}
.shopify-text {
  color: #004c3f;
}
.page-banner .btn-shp {
  border-radius: 25px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
}
.page-banner .btn-shp:hover {
  background-color: #fff;
  color: #585858;
}
.what-you-get-listings .single-block .icon img {
  max-width: 70px;
  margin-bottom: 1.2rem;
}
#free-shopify-store-form form {
  max-width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
  font-family: "DM Sans", sans-serif;
  color: #585858;
}
#free-shopify-store-form form ._form-content ._full_width {
  width: 50% !important;
  padding: 0 15px !important;
  float: left;
}
#free-shopify-store-form form ._form-content ._full_width._clear {
  width: 100% !important;
  float: none !important;
  margin-bottom: 0.5rem;
}
#free-shopify-store-form form ._form_element input {
  border-radius: 0;
  padding: 0.5rem;
}
#free-shopify-store-form form ._button-wrapper._full_width {
  width: 100% !important;
  float: none !important;
}
#free-shopify-store-form form ._button-wrapper ._submit {
  background-color: var(--darkolivegreen-color) !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  width: 100%;
  font-size: 1rem;
}
#free-shopify-store-form form ._button-wrapper ._submit:hover {
  background-color: var(--salmon-color); !important;
}

/*Upcoming Webinar Slider*/
.upcoming-webinar-slider .slick-list,
.upcoming-webinar-slider .slick-track,
.academybanner .slick-list,
.academybanner .slick-track,
.newlaunch-slider .slick-list,
.newlaunch-slider .slick-track {
  height: 100%;
}
.upcoming-webinar-slider .slick-slide:focus,
.academybanner .slick-slide:focus,
.newlaunch-slider .slick-slide:focus {
  border: 0;
  outline: none;
}
.upcoming-webinar-slider .slick-arrow,
.academybanner .slick-arrow,
.newlaunch-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fa8900;
  color: #fa8900;
  padding: 5px;
  font-size: 0;
  text-align: center;
  z-index: 9;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.upcoming-webinar-slider .slick-arrow:hover,
.academybanner .slick-arrow:hover,
.newlaunch-slider .slick-arrow:hover {
  background-color: #fa8900;
  border-color: #fa8900;
  color: #fff;
}
.upcoming-webinar-slider .slick-arrow:before,
.academybanner .slick-arrow:before,
.newlaunch-slider .slick-arrow:before {
  border: solid #fa8900;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}
.upcoming-webinar-slider .slick-arrow:hover:before,
.academybanner .slick-arrow:hover:before,
.newlaunch-slider .slick-arrow:hover:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.upcoming-webinar-slider .slick-arrow.slick-prev,
.academybanner .slick-arrow.slick-prev,
.newlaunch-slider .slick-arrow.slick-prev {
  left: -80px;
}
.upcoming-webinar-slider .slick-arrow.slick-prev:before,
.academybanner .slick-arrow.slick-prev:before,
.newlaunch-slider .slick-arrow.slick-prev:before {
  content: "";
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.upcoming-webinar-slider .slick-arrow.slick-next,
.academybanner .slick-arrow.slick-next,
.newlaunch-slider .slick-arrow.slick-next {
  right: -80px;
}
.upcoming-webinar-slider .slick-arrow.slick-next:before,
.academybanner .slick-arrow.slick-next:before,
.newlaunch-slider .slick-arrow.slick-next:before {
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*Education Page*/
.upcoming-webinar .webinar-guest-img,
.single-webinar .webinar-guest-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.upcoming-webinar .webinar-guest-img .name {
  background: var(--salmon-color);
  color: #fff;
  text-align: center;
  padding: 0.5rem 4rem;
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  margin: 0;
}
.upcoming-webinar .webinar-guest-img img {
  border-radius: 50%;
  border: 8px solid var(--salmon-color);
}
.single-webinar {
  border: 1px solid #dee2e6;
  height: 100%;
  padding: 10px;
  position: relative;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.page-sidebar .single-webinar {
  margin-bottom: 1rem;
}
.page-sidebar .single-webinar:last-child {
  margin-bottom: 0;
}
.single-webinar:hover {
  border-color: var(--salmon-color);
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}
.single-webinar a.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/*.single-webinar:hover a.link{
  display: block;
}*/
.single-webinar .webinar-guest-img img {
  border-radius: 50%;
  border: 2px solid var(--salmon-color);
}

/*Webinar Questions*/
.single-question h2.question {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
.single-question .answer-block {
  border-left: 2px solid var(--darkolivegreen-color);
  padding-left: 1.5rem;
}
.single-question .answer-block p {
  font-size: 1.2rem;
}
.single-question .vendor-image img {
  border-radius: 50%;
  max-width: 100px;
}
.single-question .btn-sm {
  border-radius: 15px;
  padding: 0.1rem 1rem;
}

/*Academy - Cat A*/
#academybanner,
#newlaunch-banner {
  width: 100%;
  height: 400px;
  position: relative;
}
#academybanner .hero-text:before,
#newlaunch-banner .hero-text:before {
  background-color: rgba(0, 0, 0, 0.3);
}

/*Sponsors Page*/
.sponsors-block .single-block a,
.sponsors-block .single-block .no-link {
  border: 1px solid #dee2e6;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.sponsors-block .single-block a:hover,
.sponsors-block .single-block .no-link:hover {
  border-color: var(--salmon-color);
}
.sponsors-block .single-block .img {
  padding: 0.6rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sponsors-block .single-block .img img {
  max-height: 70px;
}

/*Announcement*/
#announcement-bar .btn-orange.btn-sm {
  padding: 0.125rem 0.625rem;
}
#announcement-bar .btn-orange:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.form-loading-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid var(--darkolivegreen-color); /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*New Launch*/
.newlaunch-introtext {
  border-radius: 15px;
  overflow: hidden;
}
.newlaunch-introtext .client-logo {
  max-width: 180px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.introvideo {
  position: relative;
}
.introvideo .play-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  border: 10px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.speakers-list .single-speaker {
  padding: 0.6rem;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  border-radius: 10px;
  height: 100%;
}
.speakers-list .single-speaker .speaker-pic {
  margin-bottom: 1rem;
}
.speakers-list .single-speaker .speaker-pic img {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.speakers-list .single-speaker .speaker-info {
  text-align: center;
}
.speakers-list .single-speaker .speaker-info h6 {
  font-size: 0.875rem;
}
.speakers-list .single-speaker .speaker-info p {
  font-size: 80%;
}

.sponsors-list .single-sponsor {
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  border-radius: 10px;
  height: 100%;
  padding: 0.6rem;
  position: relative;
  overflow: hidden;
}
.sponsors-list .single-sponsor .img {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding-left: 1.125rem;
}
.sponsors-list .single-sponsor .img img {
  max-height: 50px;
}
.sponsors-list .single-sponsor .sponsors-type {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  z-index: 9;
  background: #333;
  writing-mode: tb-rl;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7);
}
.sponsors-list .single-sponsor .sponsors-type.platinum {
  background-color: #e5e4e2;
}
.sponsors-list .single-sponsor .sponsors-type.gold {
  background-color: #ffd700;
}
.sponsors-list .single-sponsor .sponsors-type.silver {
  background-color: #c0c0c0;
}
.sponsors-list .single-sponsor .sponsors-type.bronze {
  background-color: #cd7f32;
}

/*Condition/Service Page*/
.condition-service-page .hb_question_body {
  padding: 1.5em;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

/*HB Course Listing*/
/*.courses-sidebar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  margin-left: 0;
  width: 330px;
  padding: 15px;
  bottom: 0;
}*/
#courses-sidebar {
  max-width: 300px;
  min-width: 300px;
}
#courses-sidebar .list-group-item {
  cursor: pointer;
}
#courses-sidebar .list-group-item .badge-primary {
  color: var(--salmon-color);
  background-color: rgba(243, 138, 0, 0.1);
}
#course-listing {
  position: relative;
}
.course-filter-btn-wrap,
.courses-sidebar-close-wrap {
  display: none;
}
#course-listing .card {
  padding: 1rem;
}
#course-listing .card .card-body {
  padding: 0;
}
#course-listing .card .course-img {
  height: 80px;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
}
#course-listing .card .course-img img {
  height: 100%;
  max-height: 80px;
  width: auto;
  padding: 0.625rem 0 0;
}
#course-listing .preload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}
#course-listing .preload img {
  max-width: 50px;
}
#course-listing .card .card-body h6 {
  margin-bottom: 0.5rem;
}
#course-listing .card .card-body h6 a {
  max-height: 44px;
  min-height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #585858;
}
#course-listing .card:hover .card-body h6 a,
#course-listing .card .card-body h6 a:hover {
  color: var(--darkolivegreen-color);
}
#course-listing .card .card-body .description {
  max-height: 50px;
  min-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.orange-badge {
  background-color: var(--salmon-color);
  color: #fff;
}

.vendor-all-info .prac-quotes {
  font-size: 1rem;
  font-style: italic;
  padding-left: 2.25rem;
  position: relative;
}
.vendor-all-info .prac-quotes:before {
  content: "";
  background: url("https://api.iconify.design/dashicons/editor-quote.svg?color=%23B4DCC4")
    no-repeat center center / contain;
  color: var(--darkolivegreen-color);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

/*Profile Score*/
.profile-score .percent {
  position: relative;
  height: 30px;
}

.profile-score svg {
  position: relative;
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}

.profile-score svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 2;
  stroke-linecap: round;
}

.profile-score svg circle:last-of-type {
  stroke-dasharray: 86px;
  stroke-dashoffset: calc(86px - (86px * var(--percent)) / 100);
  stroke: #2ecc71; 
}

.profile-score .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-score .number p {
  font-weight: 200;
  font-size: 9px;
  margin: 0;
}

.profile-score .number h3 span {
  font-size: 9px;
}

/*New Grad Launch Business*/
.nglb-banner {
  background-image: url('../images/new-grad-launch/nglb-banner.png');
}

#hb-accordion-main .card-header {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
}

#hb-accordion-main .card {
    border: none;
    background-color: transparent;
    border-bottom: solid 1px #585858;
    margin-bottom: 15px;
    border-radius: 0;
}

#hb-accordion-main {
  max-width: 100%;
  margin-inline: auto;
}

#hb-accordion-main .card-header .btn {
    display: grid;
    width: 100%;
    grid-template-columns: 80% 20%; 
    border: none;
    padding-left: 0;
    position: relative;
    z-index: 1;
    color: #585858;
}

#hb-accordion-main .card-header .btn:not(.collapsed) {
  color:var(--salmon-color); 
}

#hb-accordion-main .card-header .btn:after {
    content:"\f077";
    position: absolute;
    font-family: FontAwesome;
    font-weight: 800;
    top: 12px;
    right: 0;
    transition: .25s;
    transform: rotate(0deg);
}

#hb-accordion-main .card-header .btn.collapsed:after {
    
    transform: rotate(180deg);
}

#hb-accordion-main .card-header .btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

#hb-accordion-main .card-header .btn h5, 
#hb-accordion-main .card-header .btn span {
  font-size: 20px;
  font-weight: 600;
  color: #585858;
  margin-bottom: 10px;
  line-height: 1.4;
}

#hb-accordion-main .card-header .btn:not(.collapsed) h5, 
#hb-accordion-main .card-header .btn:not(.collapsed) span {
  color: var(--salmon-color);
}

#hb-accordion-main .card-header .btn {
  background-color: transparent;
}

.hb-accordion {
  background-color: #F6F6F6;
}

#hb-accordion-main .card-body {
    max-width: 100%;
    padding: 0px 0 15px;
}

.hb-role img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    padding: 3px;
    margin-right: 15px;
}

.hb-role {
  display: flex;
  align-items: center;
}

.hb-role h5{
  color: var(--salmon-color);
}

.hb-role-list {
    display: grid;
    grid-template-columns: 50% 50%;
}
.hb-landing-container .sticky-sidebar {
    position: sticky;
    top: 150px;
}

.hb-landing-section .sponsors-block .single-block .img img {
    max-height: 50px;
}


@media only screen and (max-width:991px) {
  
  #hb-accordion-main {
    max-width: 100%;
  }

  #hb-accordion-main .card-header .btn span {
    text-align: left;
  }

  #hb-accordion-main .card-header .btn {
    grid-template-columns: 100%;
  }

  #hb-accordion-main .card-header .btn h5, #hb-accordion-main .card-header .btn span {
    font-size: 18px;
  }

  .hb-landing-section h2.text-orange {
    font-size: 28px; 
  }

  .hb-landing-section h1.hb_title_text {
    font-size: 32px;
  }

  .hb-landing-section h1.hb_title_text br{
    display: none;
  }

  .hb-role-list {
    display: grid;
    grid-template-columns: 100%;
  }

}

/*Single Condition Page*/
.condition-herobanner {
  min-height: 450px;
}
.condition-herobanner h1 {
  font-size: 3rem;
}
.condition-herobanner h1 span {
  font-size: 5rem;
}
.find-naturopath-box .naturopath-image {
  margin-bottom: 1rem;
}
.find-naturopath-box .naturopath-image img {
  border-radius: 50%;
  max-width: 125px;
  width: 100%;
  height: 100%;
  max-height: 125px;
  min-height: 125px;
  border: 4px solid #fff;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  object-fit: cover;
}
.videoboxwrap .vendor-img {
  position: relative;
}
.videoboxwrap .clicker {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center 
}
.videoboxwrap .clicker img {
  max-width: 80px;
}
.single-treatment-box .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 1rem;
  background-color: transparent;
  margin: 0 auto 1rem;
  border: 1px solid var(--salmon-color);
}
.single-treatment-box .icon img{
  height: 100%;
  /*filter: invert(56%) sepia(59%) saturate(2874%) hue-rotate(6deg) brightness(101%) contrast(101%);*/
  filter: invert(68%) sepia(24%) saturate(2237%) hue-rotate(318deg) brightness(92%) contrast(89%);
}
.condition-process .entry-content ul li, 
.condition-process .entry-content ol li {
    margin-bottom: 0.4rem;
}
.single-symptom .border {
  border-color: var(--salmon-color) !important;
}
.causes-tab {
  border: 0;
}
.causes-tab li {
  max-width: 125px;
}
.causes-tab li span {
  border: 1px solid #dee2e6 !important;
  padding: .5rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.causes-tab li img {
  max-width: 100px;
}
.causes-tab li a {
  border-radius: 0 !important;
  padding: 0;
  border: 0 !important;
  text-align: center;
}
.causes-tab li a.active span {
  background-color: var(--salmon-color);
  border-color:var(--salmon-color) !important;  
}
.causes-tab li a.active img {
/*  filter: invert(71%) sepia(53%) saturate(6108%) hue-rotate(8deg) brightness(100%) contrast(107%);*/
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(264deg) brightness(100%) contrast(100%);
}
.causes-tab li a h5 {
  font-weight: 500;
}
.causes-tab li a.active h5 {
 color: var(--salmon-color); 
}
.causes .tab-content {
  border-left: 1px solid #dee2e6;
}
.causes .tab-content .single-causes .img img {
  width: auto !important;
  max-height: 220px;
}
@media only screen and (max-width:480px) {
  .condition-herobanner h1 span {
    font-size: 4rem;
  }
  .videoboxwrap .clicker img {
      max-width: 50px;
  }
  .causes .tab-content {
    border-left: 0;
  }
  .causes .tab-content>.tab-pane {
    display: block;
  }
  .causes .tab-content .single-causes .img img {
    max-height: 180px;
  }
}

/*Practitioners List*/
.hb-prac-list li a {
  font-size: 1rem;
}
.hb-prac-list li {
  margin-bottom: 0.5rem;
}
.hb-prac-masonry.card-columns {
  -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
@media only screen and (max-width:1200px) {
  .hb-prac-masonry.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width:767px) {
  .hb-prac-masonry.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .hb-prac-list li a {
    font-size: .875rem;
  }  
}
/*  Webinar page h2 tag css */
body.single-naturopathic-webinar .description.entry-content h2 {
	font-size: 1.2rem;
    	font-weight: 500;
}