:root {
  --color-3: #1a4e7e;
  --color-2: #333;
  --color: white;
  --color-4: #3d8dbe;
  --color-9: #8c6c43;
  --color-8: #bb9c5d;
  --color-7: #f4e6a5;
  --color-5: #d8d5cf;
  --color-6: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: collier, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: collier, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: collier, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-weight: 300;
}

.navbar {
  background-color: var(--color);
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-top-items {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  background-color: var(--color-3);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-item {
  color: var(--color);
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .9em;
  line-height: 1.2em;
}

.nav-item:hover {
  color: var(--color-4);
}

.image {
  height: 100px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.nav-btn-holder {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 10px;
  padding-top: 10px;
  display: flex;
}

.button {
  background-color: var(--color-3);
  background-image: linear-gradient(180deg, var(--color-4), var(--color-3));
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 12px 25px;
  font-size: .9em;
  line-height: 1em;
}

.button:hover {
  background-image: none;
}

.button.no-marg {
  margin-bottom: 0;
  margin-right: 0;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  color: var(--color);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
  font-size: .9em;
  line-height: 1.2em;
}

.dropdown-toggle:hover {
  color: var(--color-4);
}

.icon {
  margin-right: 10px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--color-3);
}

.dropdown-link {
  color: var(--color);
  background-color: #1a4e7e;
  font-size: .9em;
  line-height: 1em;
}

.dropdown-link:hover {
  background-color: var(--color-4);
}

.directions {
  color: var(--color-4);
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 0 0 10px;
  font-size: .9em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.directions:hover {
  color: var(--color-3);
}

.sm-icon {
  width: 20px;
  margin-right: 8px;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero {
  justify-content: space-between;
  height: 82vh;
  margin-top: 150px;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.hero-text-div {
  width: 40%;
  margin-left: 5%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.hero-images {
  justify-content: space-between;
  width: 60%;
  display: flex;
  position: relative;
}

.img-div {
  z-index: 1;
  object-fit: cover;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.img-div.hero-img {
  z-index: 10;
  width: 49%;
  position: relative;
}

.img-div.doc {
  border-radius: 0%;
  width: 40%;
  height: 100%;
  margin-top: -100px;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  inset: auto 75px 75px auto;
}

.img-div.serv {
  margin-bottom: 15px;
}

.img-div.patient-resource {
  border-radius: 0%;
  width: 40%;
  height: 120%;
  margin-top: -100px;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  inset: auto 75px -10% auto;
}

.hero-txt-with-color {
  background-color: #d8d5cf00;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px 50px 30px 0;
  display: flex;
}

.bg-strip {
  background-color: #3d8dbe33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 105%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-lg-line {
  color: var(--color-3);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: collier, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1em;
}

.btm-line {
  color: var(--color-4);
}

.gold-line {
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c4300 92%, #8c6c4300 104%);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.gold-line.small {
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c43 92%, #8c6c43 104%);
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.gold-line.small-btm {
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c43 92%, #8c6c43 104%);
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.gold-line.small-right {
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c43 92%, #8c6c43 104%);
  width: 1px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gold-line.small-left {
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c43 92%, #8c6c43 104%);
  width: 1px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gold-line.service-gl {
  z-index: 5;
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c43 92%, #8c6c43 104%);
  width: 1px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto 0% 25px;
}

.gold-line.with-marg {
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c43 92%, #8c6c43 104%);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 20px 20px auto;
}

.gold-line.with-marg-btm {
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c43 92%, #8c6c43 104%);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 20px 20px;
}

.gold-line.with-marg-left {
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c43 92%, #8c6c43 104%);
  width: 1px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 20px auto 20px 20px;
}

.gold-line.with-marg-right {
  background-image: linear-gradient(93deg, var(--color-9), var(--color-8) 7%, #d8c181 15%, var(--color-7) 23%, var(--color-7) 30%, #e4d496 40%, #bfa162 51%, var(--color-8) 59%, #8c6c43 92%, #8c6c43 104%);
  width: 1px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 20px 20px 20px auto;
}

.section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex {
  justify-content: space-between;
  display: flex;
}

.wrap.flex._95 {
  justify-content: space-between;
  width: 95%;
  margin-left: 0;
  display: flex;
}

.wrap.flex.center {
  align-items: center;
  display: flex;
}

.wrap.flex.top-marg {
  margin-top: 5%;
}

.special-img-div {
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img.doc {
  border-radius: 0%;
}

.color-bg-div {
  background-color: var(--color-3);
  width: 75%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.txt-div._45 {
  width: 45%;
}

.sub-head-box {
  color: var(--color-8);
  text-transform: none;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  position: relative;
}

.lt-blue {
  color: var(--color-4);
}

.meet-doc {
  padding-top: 10%;
  padding-bottom: 5%;
}

.doc-wrap {
  text-align: left;
  background-color: #3d8dbe33;
  flex-flow: column;
  align-items: flex-start;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 5% 75px 75px;
  display: flex;
  position: relative;
}

.par-holder {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: 10px;
  display: flex;
}

.par-49 {
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.txt-div-60 {
  width: 70%;
}

.service-link {
  color: var(--color-2);
  background-color: #3d8dbe33;
  flex-flow: column;
  width: 24%;
  padding: 15px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-link-div {
  padding-left: 25px;
}

.why-choose {
  border-bottom: 1px solid var(--color-5);
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 25px;
  display: flex;
}

.check {
  width: 30px;
  margin-right: 10px;
}

.patients {
  padding-top: 5%;
  padding-bottom: 8%;
}

.footer {
  background-color: var(--color-3);
  background-image: radial-gradient(circle, #0000, #052a4c);
  padding-top: 5%;
  padding-bottom: 5%;
}

.h3-marg {
  margin-bottom: 10px;
}

.h3-marg.white {
  color: var(--color);
  margin-bottom: 20px;
}

.h3-marg.white.top-marg {
  margin-top: 20px;
}

.social-link {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: all .2s ease-in-out;
}

.social-link:hover {
  opacity: 1;
  transform: scale(.6);
}

.search-button {
  border-top: 1px solid var(--color);
  border-right: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  background-color: var(--color-8);
  background-image: url('../images/icons8-magnifying-glass.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
}

.brand-footer {
  margin-bottom: 20px;
}

.search {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.search-input {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--color);
  background-color: #fff0;
  height: 40px;
  margin-bottom: 0;
}

.search-input::placeholder {
  color: var(--color);
}

.ql {
  color: var(--color-8);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.ql:hover {
  color: var(--color-4);
}

.footer-content-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-div {
  z-index: 1;
  justify-content: space-between;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  color: var(--color);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  width: 100%;
}

.image-2 {
  height: 65px;
}

.social-icons-holder {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.form-block {
  width: 100%;
  margin-bottom: 20px;
}

.text-field {
  background-color: #ffffff1a;
  border: 0 solid #000;
  border-radius: 0;
}

.text-field:focus, .text-field::placeholder {
  color: #fff;
}

.radio-holder {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.recaptcha {
  margin-bottom: 20px;
}

.footer-btns {
  margin-bottom: 10px;
}

.doc-wrap-1 {
  text-align: left;
  background-color: #3d8dbe33;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 5%;
  margin-right: 5%;
  padding: 75px 5% 75px 75px;
  display: none;
  position: relative;
}

.ip-header {
  padding: 12% 5% 0;
}

.breadcrumbs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  display: flex;
}

.breadcrumb {
  color: var(--color-4);
  margin-right: 10px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

.breadcrumb:hover {
  color: var(--color-8);
}

.breadcrumb.no-hover:hover {
  color: var(--color-4);
}

.fancy-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

@media screen and (max-width: 991px) {
  .navbar {
    flex-flow: column;
    align-items: flex-end;
  }

  .nav-top-items {
    width: 100%;
  }

  .dropdown, .dropdown-toggle {
    display: block;
  }

  .hero {
    flex-flow: column;
    height: auto;
    min-height: 650px;
  }

  .hero-text-div {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-images {
    width: 100%;
  }

  .img-div.patient-resource {
    width: 50%;
    margin-top: 0;
    position: static;
  }

  .hero-txt-with-color {
    width: 90%;
    padding: 0;
  }

  .wrap.flex.top-marg {
    flex-flow: wrap;
  }

  .special-img-div {
    padding: 15px;
  }

  .txt-div._45 {
    width: 48%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .doc-wrap {
    max-width: 90%;
    padding: 40px;
  }

  .par-holder {
    margin-top: 20px;
  }

  .par-49 {
    width: 100%;
  }

  .service-link {
    width: 49%;
    margin-bottom: 15px;
  }

  .grid-2 {
    grid-template-columns: 1.25fr;
  }

  .menu-button {
    justify-content: flex-end;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--color-4);
  }

  .ip-header {
    padding-top: 30%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 75px;
  }

  .nav-btn-holder {
    width: 60%;
  }

  .button.hide {
    display: none;
  }

  .btm-btns.right {
    flex-flow: column;
    align-items: flex-end;
    display: flex;
  }

  .hero {
    min-height: 370px;
    margin-top: 130px;
    padding-bottom: 0%;
  }

  .hero-text-div {
    padding-bottom: 15px;
  }

  .hero-lg-line {
    font-size: 3em;
  }

  .gold-line.less {
    margin-bottom: 15px;
  }

  .wrap.flex._95 {
    flex-flow: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .special-img-div {
    width: 100%;
    padding: 0;
  }

  .color-bg-div, .txt-div._45 {
    width: 100%;
  }

  .txt-div._45.top-pad {
    padding-top: 20px;
  }

  .meet-doc {
    padding-top: 0%;
  }

  .menu-button {
    padding: 10px;
  }

  .ip-header {
    padding-top: 40%;
  }

  .fancy-section {
    padding-top: 0%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2em;
  }

  .image {
    height: 50px;
  }

  .brand {
    padding-left: 0;
  }

  .button.mob-top {
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px;
    font-size: .8em;
  }

  .directions.mob-hide {
    display: none;
  }

  .hero {
    min-height: 400px;
    margin-top: 100px;
    padding-bottom: 5%;
  }

  .img-div.patient-resource {
    width: 100%;
  }

  .bg-strip {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-lg-line {
    font-size: 2.8em;
  }

  .gold-line.with-marg {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .gold-line.with-marg-btm {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .gold-line.with-marg-left {
    top: 10px;
    bottom: 10px;
    left: 10px;
  }

  .gold-line.with-marg-right {
    top: 10px;
    bottom: 10px;
    right: 10px;
  }

  .wrap.flex.center {
    flex-flow: column;
    align-items: flex-start;
  }

  .doc-wrap {
    padding: 20px;
  }

  .txt-div-60 {
    width: 100%;
    margin-bottom: 10px;
  }

  .service-link {
    width: 100%;
  }

  .why-choose {
    align-items: flex-start;
    line-height: 1.2em;
  }

  .check {
    width: 20px;
  }

  .footer {
    overflow: hidden;
  }

  .search {
    max-width: 100%;
  }

  .ip-header {
    padding-top: 70%;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }
}

#w-node-_34b64357-0bd2-90ce-5542-0ea9fa795ae1-fa795aaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


