@font-face {
  font-family: Baskci;
  src: url('../fonts/BASKCI__.TTF') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Baskcbi;
  src: url('../fonts/BASKCBI_.TTF') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-brown: #3d3935;
  --blue: #182f60;
  --gold: #b38631;
  --white: white;
  --black: black;
  --grey: #ababab;
  --beige: #857874;
  --beige-2: #b3a195;
}

.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;
}

body {
  color: var(--dark-brown);
  font-family: Gotham Book, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: museo, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

p {
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.8em;
}

a {
  color: var(--blue);
  font-family: Gotham, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: var(--gold);
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 20px;
  line-height: 1.8em;
  list-style-type: disc;
}

li {
  margin-bottom: 0;
}

.phone_icon {
  width: 20px;
  margin-bottom: 0;
  margin-right: 5px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border: 1px #000;
  border-bottom-color: #0000002e;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: auto;
  padding: 5px 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  z-index: 1100;
  background-color: #0000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
}

.logo_img {
  width: 240px;
  margin-left: 0;
  margin-right: 0;
}

.hero_section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 97vh;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 80px;
  position: relative;
}

.logo_symbol_div {
  z-index: 100;
  opacity: .46;
  mix-blend-mode: soft-light;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: clip;
}

.main_tagline_wrapper {
  z-index: 600;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 15%;
}

.main_tagline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskci, sans-serif;
  font-size: 4em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
}

.main_tagline2 {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.hero_overlay {
  z-index: 10;
  background-image: linear-gradient(#0000 38%, #000000b0 94%);
  display: block;
  position: absolute;
  inset: 0%;
}

.welcome_section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 5% 10% 8%;
}

.section_headline {
  color: var(--dark-brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0%;
  font-family: museo, sans-serif;
  font-size: 5em;
  font-weight: 100;
  line-height: 1em;
}

.section_headline.margin {
  text-align: left;
  margin-bottom: 30px;
  font-size: 3em;
  line-height: 1em;
}

.section_headline.docs {
  text-align: left;
  margin-bottom: 2%;
  font-size: 3em;
}

.callout_headline {
  color: var(--blue);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.1em;
}

.bold_text {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.callout_text {
  height: auto;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 1em;
}

.callout_btn {
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: none;
  background-color: #72246c00;
  border: 1px #3d39354f;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 30px 10px 0;
  font-family: museo, sans-serif;
  text-decoration: none;
  display: flex;
}

.callout_btn:hover {
  color: var(--gold);
  background-color: #3d393500;
}

.button_icon {
  width: 26px;
  margin-right: 5px;
}

.services_section {
  padding: 7% 0% 10%;
  position: relative;
}

.services_wrapper {
  position: relative;
}

.services_tabs_menu {
  z-index: 30;
  border-top: 1px #ffffff80;
  border-left: 1px #ffffff80;
  border-right: 1px #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  width: 20%;
  height: 45%;
  display: flex;
  position: absolute;
  inset: 27% auto 0% 5%;
}

.tabs-content {
  border: 1px #000;
  width: 75%;
  height: 900px;
  margin-left: 15%;
  overflow: visible;
}

.services_tabs_pane {
  width: 100%;
  height: 100%;
}

.services_tablink {
  border-bottom: 1px dotted var(--dark-brown);
  color: var(--blue);
  letter-spacing: 1px;
  background-color: #ffffffeb;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  font-family: museo, sans-serif;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.services_tablink:hover {
  color: var(--black);
  background-color: #fff8e9;
}

.services_tablink.w--current {
  background-color: var(--white);
  color: var(--gold);
}

.services_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services_img {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.services_img._1 {
  object-fit: cover;
  object-position: 30% 50%;
}

.services_content_div1 {
  z-index: 10;
  background-color: #fff;
  border-top: 1px #ffffff80;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 44px;
  display: flex;
  position: absolute;
  inset: 0% -5% 0% auto;
}

.services_text {
  color: var(--black);
  font-family: Gotham, sans-serif;
  font-size: .9em;
  font-weight: 300;
}

.button {
  background-color: var(--blue);
  letter-spacing: 2px;
  border-radius: 30px;
  padding: 14px 27px;
  font-family: museo, sans-serif;
  font-weight: 300;
}

.button:hover {
  background-color: var(--gold);
  color: var(--white);
}

.button.margins {
  margin-left: 5px;
  margin-right: 5px;
}

.testimonials_section {
  background-color: #f3f3f3;
  padding: 8% 10%;
}

.services_headline {
  color: var(--dark-brown);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Gotham, sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
}

.parallax_section {
  background-image: url('../images/parallax-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.testimonials_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.testimonials_slider {
  background-color: #ddd0;
  width: 100%;
}

.arrow {
  color: var(--blue);
  width: 30px;
  height: 30px;
  font-size: .8em;
  inset: auto 40px 0% auto;
}

.arrow:hover {
  background-color: var(--blue);
  color: var(--white);
}

.arrow.right {
  inset: auto 0% 0% auto;
}

.slidenav {
  text-align: left;
  height: 20px;
  padding-top: 5px;
  font-size: .7em;
  bottom: 0;
}

.testimonials_slide {
  padding-bottom: 40px;
}

.testimonials_div {
  width: 95%;
  position: absolute;
  inset: 0% 0% 10%;
}

.date_text {
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: .9em;
  font-weight: 500;
}

.testimonials_name {
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.testimonials_text {
  margin-bottom: 15px;
  font-size: .95em;
}

.stars_placeholder {
  width: 120px;
  margin-bottom: 15px;
}

.google_logo {
  width: 60px;
  margin-left: 10px;
}

.cell {
  align-items: stretch;
}

.hp_image_div {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.hp_image_div.location {
  width: 70%;
  height: auto;
  margin-top: 3px;
  margin-bottom: 0;
}

.hp_image_div.stack {
  height: auto;
}

.hp_image_div._2 {
  object-position: 35% 50%;
  height: 650px;
}

.hp_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hp_img._2 {
  object-position: 45% 50%;
}

.hp_img._3 {
  object-position: 0% 50%;
}

.doc_section {
  background-color: var(--white);
  padding: 8% 10% 10%;
}

.doc_grid {
  flex: 0 auto;
  padding: 0;
}

.doc_cell {
  align-items: stretch;
}

.doc_btn {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: .9em;
  line-height: 1em;
  display: flex;
}

.doc_img {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.specialty_txt {
  color: var(--black);
  margin-top: 5px;
  font-family: Gotham Book, sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.doc_img_div {
  box-shadow: none;
  border-radius: 0%;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.footer_section {
  padding: 5% 10% 10%;
  border-top:1px solid #cecece;
}

.footer_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.contact_cell {
  padding-top: 8px;
  padding-right: 10%;
}

.footer_headline {
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 1.1em;
}

.contact_form {
  width: 100%;
}

.address_text {
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
}

.locations_description {
  margin-bottom: 15%;
  font-size: .8em;
  display: none;
}

.footer_link {
  color: var(--dark-brown);
  margin-bottom: 15px;
  font-family: Gotham Book, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

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

.footer_phone_btn {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

.footer_logo {
  width: 180px;
  margin-bottom: 40px;
}

.footer_text {
  font-size: .85em;
}

.footer_disclaimer_txt {
  margin-top: 10px;
  font-size: .8em;
}

.policy_link {
  margin-top: 20px;
  font-size: .8em;
  font-weight: 500;
}

.s_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.submit_btn {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 14px 30px 12px;
  font-size: .9em;
  line-height: 1em;
}

.submit_btn:hover {
  background-color: var(--gold);
}

.text_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #ababab00 black var(--grey);
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: .85em;
}

.text_field:hover {
  border-bottom-color: var(--blue);
}

.text_field::placeholder {
  color: var(--dark-brown);
}

.text_area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: .85em;
}

.text_area:hover {
  border-bottom-color: var(--blue);
}

.text_area::placeholder {
  color: var(--dark-brown);
}

.s_button {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 11px 30px;
  font-size: .9em;
  display: none;
}

.s_button:hover {
  background-color: var(--dark-brown);
}

.s_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey);
  background-image: url('../images/s-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 30px;
  font-size: .9em;
}

.s_input::placeholder {
  font-size: .8em;
}

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

.btt_btn {
  justify-content: flex-start;
  align-items: center;
  font-size: .85em;
  font-weight: 700;
  display: flex;
}

.services_headline_wrapper {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 8%;
}

.services_main_headline {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: museo, sans-serif;
  font-size: 6em;
  font-weight: 100;
  line-height: .9em;
}

.services_icon {
  width: 20px;
  margin-right: 5%;
}

.services_content_div2 {
  z-index: 10;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 44px;
  display: flex;
  position: absolute;
  inset: 0% -5% 0% auto;
}

.services_content_div3 {
  z-index: 10;
  background-color: var(--white);
  box-shadow: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 44px;
  display: flex;
  position: absolute;
  inset: 0% -5% 0% auto;
}

.services_content_div4, .services_content_div5, .services_content_div6 {
  z-index: 10;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 44px;
  display: flex;
  position: absolute;
  inset: 0% -5% 0% auto;
}

.footer_inner_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.top_phone_button {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

.static_btns_wrapper {
  z-index: 100;
  background-color: var(--beige);
  justify-content: space-around;
  align-items: stretch;
  height: 50px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.static_btn {
  color: var(--white);
  letter-spacing: 1px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: museo, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  display: flex;
}

.static_btn:hover {
  background-color: var(--dark-brown);
  color: var(--white);
}

.static_btn.phone, .static_btn.appointment {
  display: none;
}

.side_btn_icon {
  width: 24px;
  margin-right: 10px;
}

.appointment_btn {
  color: var(--blue);
  text-transform: uppercase;
  background-color: #eeeef0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px 15px;
  font-size: .9em;
  display: flex;
}

.appointment_btn:hover {
  background-color: var(--gold);
  color: var(--white);
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navlink_dropdown {
  text-transform: uppercase;
  font-size: .85em;
}

.dropdown_toggle {
  padding-left: 15px;
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  color: var(--blue);
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .7em;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.dropdown_link {
  font-family: Gotham Book, sans-serif;
  font-size: .85em;
  font-weight: 400;
}

.dropdown_link:hover {
  background-color: var(--blue);
  color: var(--white);
}

.doc_main_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.video_section {
  background-color: #fff0;
  background-image: linear-gradient(#ffffffab, #ffffffab), url('../images/brookline-agate-background-min-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 5% 15%;
  display: none;
}

.callout_text_cell, .callout_text_cell.bottom {
  justify-content: center;
  align-items: flex-start;
}

.callout_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 7%;
  padding: 0;
}

.soc_media_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.soc_media_btn {
  width: 28px;
  margin-right: 10px;
}

.soc_media_btn:hover {
  opacity: .5;
}

.location_grid {
  padding: 0;
}

.location_cell {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.footer_wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.cell-2 {
  padding-right: 5%;
}

.img_grid {
  width: 100%;
  padding: 0;
}

.top_s_button {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

.top_s_button:hover {
  opacity: .56;
}

.inner_page_section {
  padding: 5% 10%;
}

.breadcrumbs_div {
  background-color: #e9e9e9;
  justify-content: flex-start;
  align-items: center;
  padding: 174px 10% 10px;
  display: flex;
}

.breadcrumbs_link {
  text-transform: none;
  font-family: Gotham Book, sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.divider_text {
  margin-left: 5px;
  margin-right: 5px;
}

.innerpage_main_headline {
  font-size: 3em;
  font-weight: 100;
}

.location_headline {
  color: var(--dark-brown);
  font-family: museo, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
}

.inner_img_div {
  float: left;
  width: 45%;
  margin-bottom: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.inner_img_div.right {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}

.inner_img {
  width: 100%;
  height: 100%;
}

.navlink {
  color: var(--dark-brown);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Gotham Book, sans-serif;
  font-size: .85em;
  font-weight: 400;
}

.hero_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-white-center {
  color: #fff;
  text-align: center;
}

.p-white-center.lg {
  font-size: 1.4em;
  line-height: 1.2em;
}

.btn-hldr {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.p_top_margin {
  margin-top: 30px;
  margin-bottom: 0;
}

.p_last {
  margin-bottom: 0;
}

.doc_grid_new {
  padding: 0;
}

.doc_content_cell {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 5%;
}

.footer_email_btn {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

.two_columns_grid {
  grid-column-gap: 5svw;
  grid-row-gap: 5svw;
  margin-bottom: 10%;
  padding: 0;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    flex-flow: row-reverse;
    position: relative;
  }

  .logo {
    width: 130px;
    margin-left: 20px;
    margin-right: auto;
    position: relative;
    left: 0%;
  }

  .logo_img {
    width: 200px;
  }

  .hero_section {
    padding-top: 0;
  }

  .main_tagline_wrapper {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 3%;
  }

  .main_tagline {
    margin-bottom: 10px;
    font-size: 3em;
    line-height: 1em;
  }

  .main_tagline2 {
    font-size: 1.8em;
  }

  .welcome_section {
    padding-top: 10%;
  }

  .section_headline.margin {
    font-size: 2.4em;
  }

  .services_section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .services_tabs_menu {
    flex-flow: row;
    width: auto;
    position: relative;
    left: 0%;
  }

  .tabs-content {
    width: 90%;
    height: auto;
    margin-left: 5%;
  }

  .services_tablink {
    text-align: center;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
    font-weight: 500;
  }

  .services_img_div {
    height: 400px;
  }

  .services_content_div1 {
    width: 100%;
    padding: 30px;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .services_text {
    font-size: .9em;
    line-height: 1.6em;
  }

  .services_headline {
    font-size: 1.4em;
  }

  .parallax_section {
    height: 500px;
  }

  .hp_image_div, .hp_image_div._2 {
    height: 450px;
  }

  .doc_img_div {
    height: 500px;
  }

  .s_wrapper {
    width: 40%;
  }

  .services_headline_wrapper {
    margin-bottom: 5%;
  }

  .services_main_headline {
    text-align: center;
    font-size: 4em;
  }

  .services_icon {
    width: 24px;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .services_content_div2, .services_content_div3, .services_content_div4, .services_content_div5 {
    width: 100%;
    padding: 30px;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .services_content_div6 {
    width: 100%;
    padding: 29px;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

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

  .top_s_button {
    margin-left: 10px;
  }

  .breadcrumbs_div {
    padding-top: 20px;
  }

  .inner_img_div {
    width: 55%;
    margin-right: 40px;
  }

  .p-white-center.lg {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .phone_icon {
    display: block;
  }

  .navbar {
    flex-flow: row-reverse;
    height: 70px;
    min-height: auto;
  }

  .logo {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-left: 0;
    padding: 0 0 9px;
    top: 0;
    left: 0;
  }

  .logo_img {
    width: 180px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_section {
    height: 400px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .logo_symbol_div {
    width: 24px;
  }

  .main_tagline_wrapper {
    top: 328px;
    bottom: auto;
  }

  .main_tagline {
    font-size: 2em;
  }

  .main_tagline2 {
    font-size: 1.5em;
  }

  .welcome_section {
    padding-top: 10%;
  }

  .section_headline {
    font-size: 2.2em;
  }

  .section_headline.margin {
    font-size: 2em;
  }

  .callout_headline {
    letter-spacing: 2px;
    font-size: 1.2em;
  }

  .callout_btn {
    margin-bottom: 40px;
  }

  .services_tabs_menu {
    flex-flow: column;
  }

  .services_tablink {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: .9em;
    line-height: .9em;
  }

  .testimonials_slider, .hp_image_div {
    height: 350px;
  }

  .doc_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .footer_section {
    padding-top: 15%;
  }

  .s_wrapper {
    width: 60%;
  }

  .services_icon {
    text-align: left;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .top_phone_button {
    margin-right: 10px;
    font-size: 1em;
    display: flex;
  }

  .static_btns_wrapper {
    position: static;
  }

  .static_btn {
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
  }

  .appointment_btn {
    flex: 0 auto;
    display: none;
  }

  .video_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .inner_img_div {
    width: 45%;
    margin-bottom: 20px;
  }

  .p-white-center.lg {
    font-size: 1em;
  }

  .btn-hldr {
    flex-flow: wrap;
    justify-content: center;
  }
}

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

  .phone_icon {
    display: block;
  }

  .navbar {
    flex-flow: row;
    height: auto;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo {
    justify-content: flex-end;
    width: 120px;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    top: 0;
    left: 0;
    right: 10px;
  }

  .logo_img {
    width: 180px;
  }

  .main_tagline_wrapper {
    top: 159px;
  }

  .main_tagline {
    font-size: 1.8em;
  }

  .main_tagline2 {
    font-size: 1.2em;
  }

  .hero_overlay {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000 38%, #000000b0 94%);
  }

  .section_headline {
    text-align: left;
    font-size: 2em;
    line-height: 1em;
  }

  .section_headline.margin {
    font-size: 1.8em;
  }

  .section_headline.docs {
    margin-bottom: 30px;
    font-size: 2.6em;
  }

  .callout_text {
    margin-left: 0;
  }

  .callout_btn {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .services_section {
    padding-top: 15%;
  }

  .tabs-content {
    width: 100%;
    margin-left: 0%;
  }

  .services_tablink {
    text-align: left;
  }

  .services_img_div {
    height: 250px;
  }

  .button.margins {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 22px;
  }

  .testimonials_section {
    padding-top: 15%;
  }

  .parallax_section {
    background-position: 85%;
    background-size: auto;
    height: 250px;
  }

  .testimonials_slider {
    height: 470px;
  }

  .hp_image_div {
    height: 100%;
  }

  .hp_image_div._2 {
    height: 250px;
  }

  .doc_img_div {
    height: 280px;
  }

  .s_wrapper {
    width: 80%;
  }

  .services_main_headline {
    font-size: 2.6em;
  }

  .top_phone_button {
    display: none;
  }

  .static_btns_wrapper {
    flex-flow: column;
    align-items: stretch;
    height: auto;
  }

  .static_btn {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .static_btn.phone, .static_btn.appointment {
    display: flex;
  }

  .inner_img_div {
    width: 100%;
    margin-right: 0;
  }

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

  .p-white-center.lg {
    margin-bottom: 20px;
  }

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

#w-node-a9cf025c-75c7-9d23-d7ec-3a793bde995d-e1faad16 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_54403590-e6f7-ddab-4a4e-4ffc83f9abe2-e1faad16 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_9cae625a-2e0f-6af3-6787-3cc8982fc2f3-e1faad16 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_8f86273b-a4f1-03af-4778-88de3edf7ffa-e1faad16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
}

#w-node-a49a2441-50f7-0a37-66f0-d1b2e37a462a-e1faad16 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_230cb9c0-baac-5a15-de2e-33580be8cb6d-e1faad16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_6d2b6ce4-3753-6c17-fa7d-e0d2db5c29c9-e1faad16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8681473e-d83f-bc0e-25e8-a6bc3ce646e7-e1faad16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr .7fr;
}

#w-node-_00aab3ce-c060-be73-56e6-54fa8f94a4df-e1faad16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_653c3c00-d112-d83b-4c3b-802db0e71a2c-e1faad16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_9b6c19b7-a5d3-7678-bdd4-6e5caf71ec71-e1faad16, #w-node-_17c6e52f-e64b-cf0c-56fa-a0d9bfea7f00-e1faad16, #w-node-_425c07c6-e70f-4608-24e7-3c469e4047b3-e1faad18, #w-node-_425c07c6-e70f-4608-24e7-3c469e4047c5-e1faad18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a9cf025c-75c7-9d23-d7ec-3a793bde995d-e1faad16, #w-node-_54403590-e6f7-ddab-4a4e-4ffc83f9abe2-e1faad16, #w-node-_9cae625a-2e0f-6af3-6787-3cc8982fc2f3-e1faad16, #w-node-_8f86273b-a4f1-03af-4778-88de3edf7ffa-e1faad16, #w-node-_6d2b6ce4-3753-6c17-fa7d-e0d2db5c29c9-e1faad16, #w-node-_8681473e-d83f-bc0e-25e8-a6bc3ce646e7-e1faad16, #w-node-_00aab3ce-c060-be73-56e6-54fa8f94a4df-e1faad16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_653c3c00-d112-d83b-4c3b-802db0e71a2c-e1faad16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_9b6c19b7-a5d3-7678-bdd4-6e5caf71ec71-e1faad16, #w-node-_425c07c6-e70f-4608-24e7-3c469e4047b3-e1faad18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_230cb9c0-baac-5a15-de2e-33580be8cb6d-e1faad16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_653c3c00-d112-d83b-4c3b-802db0e71a2c-e1faad16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_653c3c00-d112-d83b-4c3b-802db0e71a2c-e1faad16, #w-node-_17c6e52f-e64b-cf0c-56fa-a0d9bfea7f00-e1faad16, #w-node-_425c07c6-e70f-4608-24e7-3c469e4047c5-e1faad18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Baskci';
  src: url('../fonts/BASKCI__.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskcbi';
  src: url('../fonts/BASKCBI_.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}