:root {
  --medium: #27272b;
  --blue: #1679cb;
  --white: white;
  --blue-light: #3186f0;
  --green: #20cb25;
  --whitish: #f1f4f7;
  --dark: #353740;
  --light: #505059;
  --green-light: #4cda50;
  --black: #15161a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--medium);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

a {
  text-decoration: none;
}

.header {
  background-color: var(--blue);
  height: 64px;
  display: block;
}

.margins {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding-left: 56px;
  padding-right: 56px;
}

.site-name {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}

.home-link.w--current {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.nav-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  line-height: 64px;
  display: flex;
}

.pages {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-right: auto;
}

.navigation {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero {
  filter: saturate(80%);
  color: var(--white);
  background-image: linear-gradient(rgba(0, 100, 149, .31), rgba(183, 187, 194, .6)), url('../images/doctor-10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 80vh;
}

.hero-message {
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin-bottom: 40px;
}

.button-whitish {
  background-color: var(--green);
  padding: 12px 24px;
}

.button-whitish.rounded {
  background-color: var(--whitish);
  color: var(--dark);
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.button-whitish.rounded:hover {
  color: var(--blue-light);
  font-weight: 500;
}

.button-whitish.rounded.white {
  border: 1px solid var(--light);
  background-color: var(--white);
  border-radius: 8px;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.contact-inline {
  background-color: var(--whitish);
  padding-top: 54px;
  padding-bottom: 40px;
  display: none;
  position: relative;
}

.footer {
  border-top: 1px solid var(--blue-light);
  background-color: var(--white);
}

.contact-container {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-container.none {
  display: flex;
}

.popup {
  z-index: 9999;
  background-color: var(--white);
  border-radius: 16px;
  align-self: stretch;
  padding: 32px 32px 24px;
  position: relative;
  box-shadow: 0 7px 32px -10px rgba(49, 53, 105, .1);
}

.blackout {
  background-color: rgba(60, 59, 71, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center {
  text-align: center;
}

.rounded {
  border-radius: 100px;
}

.navbar {
  background-color: var(--blue);
  width: 100%;
  height: 64px;
  display: flex;
}

.nav {
  color: var(--white);
  align-self: stretch;
  height: 100%;
  padding: 0 12px;
}

.nav.w--current {
  color: var(--white);
  font-weight: 500;
}

.nav.home {
  font-size: 20px;
  font-weight: 600;
}

.nav-menu {
  order: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.icon {
  display: none;
}

.mid {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.hero-text {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.button {
  display: none;
}

.h1 {
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  line-height: 54px;
}

.h1._2 {
  margin-bottom: 24px;
  font-size: 36px;
}

.h1._3 {
  margin-bottom: 24px;
}

.h1._4 {
  text-align: left;
  margin-top: 64px;
  margin-bottom: 40px;
}

.h1.leftalign {
  text-align: left;
}

.h1.leftalign.bottom40 {
  margin-top: 0;
  margin-bottom: 40px;
}

.h1.easy {
  color: var(--whitish);
  font-size: 24px;
  line-height: 32px;
}

.quick-stack {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  padding: 0;
}

.paragraph {
  color: var(--light);
  font-size: 14px;
}

.team-slider {
  background-color: var(--whitish);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 32px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container.services {
  max-width: 1024px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 300;
}

.centered-subheading {
  color: var(--light);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.sick-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 24px;
  transition: all .2s cubic-bezier(.135, .393, .398, 1.012);
  overflow: hidden;
  box-shadow: 0 15px 30px -20px rgba(0, 0, 0, .2);
}

.sick-card:hover {
  box-shadow: 0 13px 30px -10px rgba(0, 0, 0, .2);
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 32px;
  display: flex;
}

.h4 {
  color: var(--medium);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.team-member-text {
  color: var(--light);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--dark);
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-2:hover {
  color: var(--blue-light);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  font-weight: 600;
}

.div-block {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 24px 32px;
}

.tipc {
  color: var(--medium);
  cursor: pointer;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
}

.tipc:hover {
  color: var(--blue-light);
}

.div-block-2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  margin-top: 73px;
}

.map {
  height: 100%;
}

.footer-header {
  margin-bottom: 24px;
  font-weight: 500;
}

.text-block {
  line-height: 24px;
}

.div-block-3 {
  width: 24px;
  height: 24px;
}

.footer-stack {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  padding: 0;
}

.footer-link {
  color: var(--blue-light);
}

.body-2 {
  border-top: 1px solid var(--blue-light);
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  margin-bottom: 54px;
  padding: 0;
}

.cell-3 {
  justify-content: flex-end;
  align-items: center;
}

.container-2 {
  margin-bottom: 80px;
}

.cell-4 {
  font-size: 14px;
  line-height: 24px;
}

.h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.quick-stack-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 64px;
  padding: 0;
}

.container-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.cell-5 {
  justify-content: flex-start;
  align-items: flex-start;
}

.send-button {
  border: 1.5px solid var(--blue-light);
  background-color: var(--white);
  color: var(--blue-light);
  border-radius: 100px;
  margin-top: 16px;
  padding: 8px 24px;
  font-size: 14px;
}

.text-field {
  border: 1px solid var(--white);
  border-radius: 4px;
}

.chronic-pain {
  margin-top: -20%;
}

.send-message {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 20px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
  font-size: 14px;
  overflow: hidden;
}

.button-blue {
  background-color: var(--blue-light);
  color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  margin: 18px auto 0;
  padding: 6px 32px;
  transition: all .2s;
}

.button-blue:hover {
  border-radius: 40px;
  margin-top: 14px;
  margin-bottom: -4px;
  padding: 10px 32px;
  box-shadow: 0 7px 14px -2px rgba(21, 18, 197, .2);
}

.cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.better {
  background-color: var(--blue-light);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.section {
  background-color: var(--whitish);
}

.container-4 {
  background-image: url('../images/CTA-Image-01.jpeg');
  background-position: 50%;
  background-size: cover;
}

.aboutus-pic {
  background-image: linear-gradient(rgba(39, 40, 65, .4), rgba(88, 95, 136, .5)), url('../images/CTA-Image-01.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  align-items: center;
  height: 30vh;
  min-height: 200px;
  display: flex;
}

.aboutus-txt {
  max-width: 600px;
  margin-right: auto;
}

.paragraph-2 {
  color: var(--medium);
  text-align: left;
}

.aboutus-content {
  padding-top: 64px;
  padding-bottom: 80px;
}

.referral-pic {
  background-image: linear-gradient(rgba(39, 40, 65, .4), rgba(88, 95, 136, .5)), url('../images/doctor-08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 30vh;
  min-height: 200px;
  display: flex;
}

.referral-content {
  padding-top: 64px;
  padding-bottom: 80px;
}

.link-block {
  margin-right: auto;
}

.services-pic {
  background-image: linear-gradient(rgba(39, 40, 65, .4), rgba(88, 95, 136, .5)), url('../images/chuttersnap-1eL99eGXp0g-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 30vh;
  min-height: 200px;
  display: flex;
}

.cards-stack {
  margin-top: 54px;
  margin-bottom: 54px;
  padding: 0;
}

.meds-cards {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  align-self: stretch;
  padding: 16px;
  overflow: hidden;
  box-shadow: 0 6px 17px -5px rgba(29, 30, 109, .2);
}

.paragraph-14 {
  color: var(--medium);
  text-align: left;
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
}

.cell-7, .cell-8, .cell-9 {
  justify-content: flex-end;
  align-items: center;
}

.service-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  padding: 0 0 80px;
}

.square-pic {
  width: 300px;
  max-height: 300px;
  overflow: hidden;
}

.heading {
  color: var(--medium);
  margin-top: -29px;
  padding-bottom: 22px;
  font-size: 36px;
  font-weight: 300;
  line-height: 32px;
}

.services-stack {
  padding-top: 64px;
}

.services-stack.hidden {
  display: block;
}

.emergencuy {
  padding-top: 16px;
  padding-bottom: 0;
}

.callto {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--light);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.callto:hover {
  color: var(--blue-light);
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-8 {
  align-self: center;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 16px;
}

.cell-10 {
  justify-content: flex-end;
  align-items: center;
}

.text-block-2 {
  color: var(--blue);
  font-size: 24px;
  line-height: 29px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.error-message {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
  padding: 16px;
}

.huge-text {
  flex: 1;
  align-self: center;
  align-items: center;
}

.heading-1 {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 64px;
  font-weight: 200;
  line-height: 64px;
}

.container-5 {
  padding-top: 64px;
  padding-bottom: 80px;
}

.quick-stack-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.chronic-container {
  width: 50%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.treatment-container {
  width: 50%;
  height: 250px;
  overflow: hidden;
}

.image {
  margin-top: -10%;
}

.div-block-9 {
  width: 420px;
  padding-top: 48px;
  padding-bottom: 64px;
}

.div-block-10 {
  display: flex;
}

.container-6 {
  flex-flow: row;
}

.map-container {
  width: 50%;
  margin-left: auto;
}

.tfield {
  border-radius: 4px;
  height: 40px;
  margin-bottom: 8px;
}

.map-section {
  height: 360px;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 40px;
  padding-bottom: 40px;
}

.error-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 0 0;
}

.error {
  text-align: center;
}

.flex-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.split-half {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  display: flex;
  position: relative;
}

.split {
  width: 50%;
}

.contact-pic {
  background-image: linear-gradient(rgba(39, 40, 65, .4), rgba(88, 95, 136, .5)), url('../images/doctor-10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 30vh;
  min-height: 200px;
  display: flex;
}

.bold-text {
  font-weight: 500;
}

.link-block-2 {
  cursor: pointer;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.nav-dropdown-toggle:hover {
  color: var(--blue-light);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 16px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.service-heading {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  font-size: 48px;
  font-weight: 200;
  line-height: 64px;
}

.service-bg {
  background-image: linear-gradient(rgba(48, 55, 104, .5), rgba(52, 61, 114, .6)), url('../images/trigger-joint.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 30vh;
  min-height: 200px;
  display: flex;
}

.service-bg.medications {
  background-image: linear-gradient(rgba(48, 55, 104, .5), rgba(52, 61, 114, .6)), url('../images/doctor-08.jpg');
}

.service-bg.nerve-blocks {
  background-image: linear-gradient(rgba(48, 55, 104, .5), rgba(52, 61, 114, .6)), url('../images/chuttersnap-1eL99eGXp0g-unsplash.jpg');
  background-position: 0 0, 50%;
}

.service-bg.joint-injections {
  background-image: linear-gradient(rgba(48, 55, 104, .5), rgba(52, 61, 114, .6)), url('../images/alexandr-podvalny-tE7_jvK-_YU-unsplash.jpg');
  background-position: 0 0, 50% 36%;
  background-size: auto, cover;
}

.service-bg.work {
  background-image: linear-gradient(rgba(48, 55, 104, .5), rgba(52, 61, 114, .6)), url('../images/male-motorist-with-auto-injury.jpg');
}

.service-bg.headaches {
  background-image: linear-gradient(rgba(48, 55, 104, .5), rgba(52, 61, 114, .6)), url('../images/close-up-of-woman-having-headache-P3KPY5P-min.jpg');
}

.html-embed {
  height: 100%;
}

.div-block-13 {
  background-image: url('../images/doctor-08.jpg');
  background-position: 50% 30%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-14 {
  background-image: url('../images/trigger-joint.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.image-7 {
  filter: grayscale() brightness(500%);
}

.html-embed-2 {
  z-index: 99999;
  width: 24px;
  height: 24px;
  position: relative;
}

.image-8 {
  opacity: .8;
  display: block;
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 999;
    position: relative;
  }

  .margins {
    padding-left: 32px;
    padding-right: 32px;
  }

  .site-name {
    font-size: 18px;
  }

  .nav-link {
    background-color: var(--blue-light);
    justify-content: flex-end;
    align-items: center;
  }

  .pages {
    flex-flow: column;
    margin-top: 64px;
    display: none;
  }

  .button-whitish.rounded {
    color: var(--medium);
  }

  .contact-container.none {
    display: none;
  }

  .navbar {
    height: 64px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: flex;
  }

  .button {
    background-color: var(--blue);
    background-image: url('../images/icon-menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 64px;
    height: 64px;
    padding: 0;
    display: block;
  }

  .h1.leftalign.bottom40 {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .quick-stack {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .team-slider {
    padding-top: 32px;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block-info {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0 0 32px 32px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-2.inner {
    font-size: 16px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .tipc {
    font-size: 24px;
  }

  .cell {
    justify-content: space-between;
  }

  .text-block {
    font-size: 14px;
  }

  .services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 32px;
  }

  .quick-stack-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 48px;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .chronic-pain {
    width: 100%;
    margin-top: 0;
  }

  .aboutus-pic {
    min-height: 200px;
  }

  .aboutus-txt {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .aboutus-content {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .referral-pic {
    min-height: 200px;
  }

  .referral-content {
    padding-top: 32px;
    padding-bottom: 54px;
  }

  .services-pic {
    min-height: 200px;
  }

  .cards-stack {
    grid-row-gap: 20px;
  }

  .service-block {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    align-self: stretch;
    padding-bottom: 40px;
  }

  .square-pic {
    width: 100%;
    height: 300px;
  }

  .heading {
    margin-top: 0;
    line-height: 40px;
  }

  .services-stack {
    flex-flow: column;
    padding-top: 24px;
    display: flex;
  }

  .heading-1 {
    font-size: 48px;
  }

  .container-5 {
    padding-top: 40px;
  }

  .chronic-container {
    width: 100%;
    height: 300px;
  }

  .treatment-container {
    width: 100%;
  }

  .image {
    margin-top: 0;
  }

  .div-block-9 {
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .container-6 {
    max-width: 720px;
  }

  .flex-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .split-half {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
  }

  .split {
    order: 1;
    width: 100%;
  }

  .cell-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-2 {
    width: 100%;
    margin-top: -152px;
  }

  .image-3 {
    width: 100%;
    margin-top: -233px;
  }

  .image-4 {
    width: 100%;
  }

  .image-5 {
    width: 100%;
    margin-top: -305px;
  }

  .image-6 {
    width: 100%;
    margin-top: -50px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link {
    font-size: 16px;
    line-height: 32px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .service-heading {
    font-size: 48px;
  }

  .service-bg {
    height: 20vh;
    min-height: 200px;
  }

  .service-bg.medications {
    height: 20vh;
  }

  .text-block-3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mid {
    min-height: 80vh;
  }

  .hero-text {
    font-size: 16px;
    line-height: 28px;
  }

  .h1 {
    font-size: 32px;
  }

  .h1.leftalign.bottom40 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .team-slider {
    padding: 60px 15px 48px;
  }

  .h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0 0 16px 16px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 16px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .h2 {
    font-size: 22px;
    font-weight: 500;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboutus-pic {
    min-height: 180px;
  }

  .aboutus-txt {
    width: 100%;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .aboutus-content {
    flex-flow: column;
    align-items: center;
    padding-top: 16px;
    display: flex;
  }

  .referral-pic, .services-pic {
    min-height: 160px;
  }

  .cards-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-stack {
    padding-top: 0;
  }

  .callto {
    flex-flow: row;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-left: 16px;
  }

  .huge-text {
    padding-left: 20px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .container-5 {
    padding-top: 24px;
    padding-bottom: 54px;
  }

  .quick-stack-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-9 {
    width: 100vw;
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .container-6 {
    align-self: stretch;
  }

  .map-container {
    align-self: stretch;
    width: 100%;
    height: 280px;
    margin-left: 0;
    position: relative;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .split-half {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
  }

  .split {
    width: 90%;
  }

  .contact-pic {
    min-height: 140px;
  }

  .padding-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    padding-top: 0;
    padding-left: 8px;
  }

  .nav-dropdown-link {
    color: var(--medium);
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .service-heading {
    font-size: 40px;
  }

  .service-bg {
    height: 20vh;
    min-height: 140px;
  }

  .service-bg.medications {
    height: 20vh;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: auto;
  }

  .hero-message {
    padding-top: 32px;
  }

  .popup {
    z-index: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 24px 16px 16px;
    position: relative;
  }

  .icon {
    width: 54px;
    height: 54px;
  }

  .mid {
    min-height: 540px;
  }

  .hero-text {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 24px;
  }

  .h1 {
    margin-top: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .h1._2 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .h1.leftalign.bottom40 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    color: var(--medium);
    line-height: 24px;
  }

  .team-slider {
    padding: 0 0 40px;
  }

  .container {
    max-width: none;
  }

  .container.services {
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-subheading {
    font-size: 14px;
    line-height: 22px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .sick-card {
    border-radius: 16px;
  }

  .team-block-info {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h4 {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .team-member-text {
    color: var(--medium);
    text-align: left;
    line-height: 22px;
  }

  .navbar-logo-left {
    z-index: 999;
    position: relative;
  }

  .nav-menu-two {
    border-radius: 0 0 8px 8px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 8px 16px 16px 8px;
  }

  .tipc {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-header {
    font-size: 16px;
  }

  .text-block {
    font-size: 13px;
    line-height: 22px;
  }

  .footer-link {
    word-break: break-all;
  }

  .h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-blue {
    text-align: center;
    border-radius: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 18px 12px 20px;
    font-size: 14px;
  }

  .aboutus-pic {
    min-height: 64px;
  }

  .paragraph-2 {
    color: var(--medium);
    font-size: 14px;
    line-height: 24px;
  }

  .aboutus-content {
    padding-top: 24px;
  }

  .referral-pic {
    min-height: 0;
  }

  .referral-content {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .services-pic {
    min-height: 88px;
  }

  .service-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 32px;
  }

  .square-pic.auto {
    height: 100%;
  }

  .heading {
    margin-bottom: 0;
    padding-bottom: 16px;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
  }

  .callto {
    color: var(--medium);
    font-size: 13px;
    line-height: 16px;
  }

  .div-block-8 {
    display: none;
  }

  .flex-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .huge-text {
    padding-left: 16px;
  }

  .heading-1 {
    font-size: 36px;
  }

  .container-5 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .chronic-container {
    width: 100%;
    height: 240px;
  }

  .treatment-container {
    width: 100%;
    height: 200px;
  }

  .div-block-9 {
    width: auto;
    padding-top: 16px;
  }

  .div-block-10 {
    flex-flow: column;
    align-items: center;
  }

  .container-6 {
    margin-left: 0;
    overflow: hidden;
  }

  .map-container {
    width: 100%;
    height: 240px;
  }

  .map-section {
    height: 280px;
  }

  .flex-block-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .split-half {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .split {
    margin-top: 8px;
  }

  .contact-pic {
    height: 20vh;
    min-height: 120px;
  }

  .image-2, .image-3 {
    margin-top: 0;
  }

  .image-5 {
    margin-top: -20px;
  }

  .image-6 {
    margin-top: 0;
  }

  .meds-pop {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bold-text {
    font-weight: 500;
    line-height: 28px;
  }

  .cell-12 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .cell-13 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-12 {
    align-self: stretch;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .service-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .service-bg {
    min-height: 120px;
  }

  .service-bg.medications {
    height: 20vh;
    min-height: 120px;
  }
}

#w-node-_281cb636-191c-d178-3544-7bf1fbe0a737-6e99ce70 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8e9ee765-aed2-2d70-9545-6208c024d952-6e99ce70, #w-node-dac87244-9b1b-02e8-b861-fb7cc316098f-6e99ce70, #w-node-_25cd49ef-e413-ccfa-bf3a-d0f20005d899-6e99ce70, #w-node-f59adca8-2639-e448-0788-59574505477c-6e99ce70, #w-node-_73b29661-4dc1-8091-ff4d-09aaf69f20f0-6e99ce70, #w-node-_41176ddf-dc8e-d268-a93f-0544c06a4009-6e99ce70 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_100ac053-31bd-669c-3f67-59e88c91cd78-9fdc82ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_281cb636-191c-d178-3544-7bf1fbe0a737-6e99ce70 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8e9ee765-aed2-2d70-9545-6208c024d952-6e99ce70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e9ee765-aed2-2d70-9545-6208c024d953-6e99ce70 {
    order: -9999;
  }

  #w-node-_8e9ee765-aed2-2d70-9545-6208c024d956-6e99ce70 {
    order: 9999;
  }

  #w-node-dac87244-9b1b-02e8-b861-fb7cc316098f-6e99ce70, #w-node-_25cd49ef-e413-ccfa-bf3a-d0f20005d899-6e99ce70, #w-node-f59adca8-2639-e448-0788-59574505477c-6e99ce70, #w-node-_73b29661-4dc1-8091-ff4d-09aaf69f20f0-6e99ce70, #w-node-_41176ddf-dc8e-d268-a93f-0544c06a4009-6e99ce70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_100ac053-31bd-669c-3f67-59e88c91cd78-9fdc82ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_281cb636-191c-d178-3544-7bf1fbe0a737-6e99ce70 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_100ac053-31bd-669c-3f67-59e88c91cd78-9fdc82ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


