@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.relative{
  position: relative;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-t{
  border-top-width: 1px;
}

.border-x-lime-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}

.p-1{
  padding: 0.25rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.text-center{
  text-align: center;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/* VAR: Theme */

/* VARS */

/* FONTS */

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #171717;
  font-weight: 400;
}

@media (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}

@font-face {
  font-family: "fontello";

  src: url(".//fonts/fontello.eot?19176881");

  src: url(".//fonts/fontello.woff2?19176881") format("woff2"), url(".//fonts/fontello.woff?19176881") format("woff");

  font-weight: normal;

  font-style: normal;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-calendar:before {
  content: "\e800";
}

/* '' */

.icon-phone:before {
  content: "\e801";
}

/* '' */

.icon-cancel:before {
  content: "\e802";
}

/* '' */

.icon-cancel-1:before {
  content: "\e803";
}

/* '' */

.icon-right-dir:before {
  content: "\e804";
}

/* '' */

.icon-down-micro:before {
  content: "\e805";
}

/* '' */

.icon-home:before {
  content: "\e806";
}

/* '' */

.icon-facebook:before {
  content: "\f052";
}

/* '' */

.icon-menu:before {
  content: "\f0c9";
}

/* '' */

.icon-mail-alt:before {
  content: "\f0e0";
}

/* '' */

.icon-youtube-play:before {
  content: "\f16a";
}

/* '' */

.icon-instagram:before {
  content: "\f16d";
}

/* '' */

.icon-down-micro:before {
  content: "\e803";
  font-size: 90px;
}

.site-header {
  background-color: #000;
}

.site-header .col-1 {
  width: calc(100% - 90px);
}

.site-header .col-2 {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (min-width: 1100px) {
  .site-header .col-1 {
    width: 200px;
  }

  .site-header .col-2 {
    font-size: 18px;
    padding: 32px 16px 0;
    flex-direction: column;
    align-items: end;
    width: calc(100% - 200px);
  }
}

.site-header a.book-appointment-btn {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  z-index: 10;
  color: #fff;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: #6b8a60;
}

a.header-logo {
  display: block;
  padding: 24px 16px;
}

@media (min-width: 1100px) {
  a.header-logo {
    padding: 12px 16px 0;
  }
}

a.header-logo img {
  max-width: 160px;
}

@media (min-width: 1100px) {
  a.header-logo img {
    max-width: 333px;
  }
}

.mobile-nav-toggle {
  font-size: 32px;
}

.mobile-nav-toggle .icon-menu {
  padding: 16px;
  color: #fff;
}

@media (min-width: 1100px) {
  .mobile-nav-toggle {
    display: none;
  }
}

.header-contact {
  display: none;
  color: #c39a6d;
  font-weight: 700;
}

.header-contact a {
  color: #c39a6d;
}

.header-contact i {
  font-size: 18px;
  color: #000000;
}

@media (min-width: 1100px) {
  .header-contact {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
  }
}

.header-contact .align-center {
  display: flex;
  align-items: center;
}

.dr-info {
  display: none;
  color: #c39a6d;
  text-align: right;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.1em;
  padding-bottom: 16px;
}

@media (min-width: 1100px) {
  .dr-info {
    display: block;
  }
}

.primary-nav {
  display: none;
}

@media (min-width: 1100px) {
  .primary-nav {
    display: block;
  }
}

.section-footer {
  color: #fff;
  background-color: #c39a6d;
  text-align: center;
}

@media (min-width: 1024px) {
  .section-footer {
    text-align: left;
  }
}

.section-footer .title {
  font-size: 28px;
}

.section-footer a {
  color: #fff;
  display: block;
}

.section-footer a:hover {
  color: #000000;
}

.section-footer .icon {
  margin: auto;
  max-width: 50px;
  height: auto;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .section-footer .icon {
    margin: 0 0 16px 0;
  }
}

.section-footer .btn {
  width: 100%;
  text-align: center;
}

.section-footer .btn:hover {
  text-decoration: none;
}

.section-footer .footer-logo {
  width: 100%;
}

.section-footer .fixed-width {
  padding: 32px;
}

.section-footer .col-1, .section-footer .col-2, .section-footer .col-3 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section-footer .col-wrap {
    display: flex;
    justify-content: space-between;
  }

  .section-footer .col-wrap .col-1 {
    font-size: 18px;
    line-height: 1.2em;
    width: 40%;
    text-align: left;
  }

  .section-footer .col-wrap .col-2, .section-footer .col-wrap .col-3 {
    width: 30%;
    text-align: left;
    margin-top: 32px;
  }

  .section-footer .col-wrap .col-1 {
    padding-right: 60px;
  }

  .section-footer .col-wrap .col-1 .footer-logo {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .section-footer .col-wrap .button-wrap {
    margin-left: 130px;
  }

  .section-footer .col-wrap .btn {
    max-width: 270px;
  }

  .section-footer .col-wrap .col-1 {
    width: calc(100% - 660px);
  }

  .section-footer .col-wrap .col-2, .section-footer .col-wrap .col-3 {
    width: 330px;
  }
}

.section-footer .col-wrap .col-1 img {
  padding-top: 16px;
  max-width: 400px;
  padding-bottom: 16px;
  margin: auto;
}

@media (min-width: 1024px) {
  .section-footer .social-media-links-wrap {
    display: flex;
    justify-content: flex-end;
  }
}

.section-footer .social-media-links {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.section-footer .social-media-links a:last-child {
  margin-right: 0px;
}

.section-copyright {
  padding: 16px 16px 72px;
  text-align: center;
  color: #fff;
  background-color: #999999;
  font-size: 15px;
}

.section-copyright a {
  color: #fff;
}

.section-copyright a:hover {
  color: #000000;
}

@media (min-width: 768px) {
  .section-copyright {
    padding: 16px;
  }
}

/* MAIN NAVIGATION */

#primary-nav {
  padding: 8px 0px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  #primary-nav {
    font-size: 20px;
  }
}

#primary-nav li {
  border-right: 2px solid #c39a6d;
}

#primary-nav li:last-child {
  border-right: none;
}

#primary-nav a {
  color: #ffffff;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 4px 14px;
  line-height: 1em;
}

#primary-nav a:hover {
  color: #c39a6d;
}

#primary-nav ul > li:last-child a {
  padding-right: 0px;
}

#primary-nav li.has-dropdown {
  position: relative;
}

#primary-nav li.has-dropdown > a {
  position: relative;
}

#primary-nav li.has-dropdown > a:after {
  content: "\e805";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-right: -6px;
  margin-left: 0.2em;
  color: #c39a6d;
}

#primary-nav li.has-dropdown li {
  border-right: none;
}

#primary-nav li.has-dropdown:hover ul.sub-menu {
  display: block;
}

#primary-nav ul.sub-menu {
  padding: 16px 0;
  display: none;
  position: absolute;
  line-height: 1.2em;
  background-color: #000;
  z-index: 99;
  min-width: calc(100% + 24px);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  min-width: 200px;
}

#primary-nav ul.sub-menu a {
  text-align: left;
  font-weight: 400;
  padding: 8px 16px !important;
  font-size: 16px;
}

.mobile-footer-nav {
  background-color: #2f2f2f;
  color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
  .mobile-footer-nav {
    display: none;
  }
}

.mobile-footer-nav div.flex {
  display: flex;
}

.mobile-footer-nav i {
  margin-right: 4px;
}

.mobile-footer-nav a {
  color: #fff;
  display: block;
  width: 33.333%;
  padding: 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-footer-nav a:hover {
  background-color: #c39a6d;
  color: #fff;
}

.mobile-footer-nav a:last-child {
  border-right: none;
}

.mobile-nav {
  background-color: #000;
  color: #fff;
  width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100vh;
  overflow: auto;
  z-index: 99;
  font-weight: 400;
}

.mobile-nav a {
  color: #fff;
}

.mobile-nav ul ul {
  font-weight: 300;
  font-size: 18px;
}

.mobile-nav ul ul a {
  display: block;
  padding: 4px;
}

.submenu {
  padding-left: 12px;
  font-size: 17px;
}

.mobile-nav-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 80;
}

.mobile-nav-toggle-close {
  position: fixed;
  top: 16px;
  right: 0;
  color: #fff;
  padding: 8px 16px;
}

.mobile-nav-toggle-close span {
  position: relative;
  top: -4px;
}

.dialog-prevent-scroll {
  overflow: hidden;
  max-height: 100vh;
}

input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #171717 !important;
  opacity: 1;
  /* Firefox */
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #171717 !important;
  opacity: 1;
  /* Firefox */
}

input:-webkit-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #171717 !important;
}

input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  color: #171717 !important;
}

input, select, textarea {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 8px;
  width: 100%;
}

input[type=radio] {
  width: 30px;
}

input[type=submit] {
  cursor: pointer;
  background-color: #000000;
  border: 2px solid #000000;
}

.btn, a.btn {
  border-radius: 8px;
  font-size: 19px;
  display: inline-block;
  max-width: 460px;
  margin: auto;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 12px 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.btn:hover, a.btn:hover {
  color: #fff;
  border: 2px solid #000000;
  background-color: #c39a6d;
}

.btn-gold, a.btn-gold {
  color: #fff;
  background-color: #c39a6d;
  border: 2px solid #c39a6d;
}

.btn-gold:hover, a.btn-gold:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

.btn-with-icon {
  display: flex;
  align-items: center;
  background-color: #000000;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 12px 24px;
  color: #fff;
  font-size: 28px;
}

.btn-with-icon .btn-icon {
  width: 60px;
  margin-right: 16px;
}

.btn-with-icon:hover {
  background-color: #c39a6d;
  color: #fff;
}

a.icon-wrap-circle {
  background-color: #c39a6d;
  color: #fff;
  padding: 0px;
  border-radius: 50%;
  margin-right: 8px;
  display: block;
  font-size: 16px;
  width: 34px;
  height: 34px;
  display: flex;
}

a.icon-wrap-circle:hover {
  color: #fff;
}

a.icon-wrap-circle i {
  display: flex;
  margin: auto;
  color: #fff;
}

a.icon-wrap-circle-primary {
  background-color: #c39a6d;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  margin-right: 8px;
  display: block;
  font-size: 26px;
  width: 60px;
  height: 60px;
  display: flex;
}

a.icon-wrap-circle-primary:hover {
  color: #fff;
}

a.icon-wrap-circle-primary i {
  display: flex;
  margin: auto;
  color: #fff;
}

a.icon-wrap-circle-footer {
  background-color: #fff;
  color: #c39a6d;
  padding: 4px;
  border-radius: 50%;
  margin-right: 8px;
  display: block;
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
}

a.icon-wrap-circle-footer:hover {
  color: #c39a6d;
}

a.icon-wrap-circle-footer i {
  display: flex;
  margin: auto;
}

a.icon-wrap-circle-social {
  background-color: #818284;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  margin-right: 16px;
  display: block;
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 0px 0px 8px 4px #fff;
}

a.icon-wrap-circle-social:hover {
  color: #fff;
}

a.icon-wrap-circle-social i {
  display: flex;
  margin: auto;
}

H2 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 8px;
}

.title {
  font-size: 34px;
  line-height: 1.1em;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .title {
    font-size: 51px;
  }
}

.section {
  padding: 40px 16px;
}

.section-hero-wrap {
  background-color: #ffffff;
}

.section-hero {
  max-width: 1400px;
  margin: auto;
  position: relative;
  height: 590px;
  background-image: url("img/hero.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .section-hero {
    height: 700px;
  }
}

@media (min-width: 1100px) {
  .section-hero {
    height: 954px;
  }
}

@media (min-width: 1400px) {
  .section-hero {
    background-position-x: 0;
  }
}

.section-hero .btn-wrap {
  text-align: center;
}

.section-hero .btn {
  display: block;
}

.section-hero .fixed-width {
  position: relative;
  height: 100%;
}

.section-hero .hero-text-wrap {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.section-hero .section-content-wrap {
  position: absolute;
  bottom: -32px;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
}

@media (min-width: 768px) {
  .section-hero .section-content-wrap {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0px;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1100px) {
  .section-hero .section-content-wrap {
    width: 346px;
    right: 0;
    top: 40px;
    right: 32px;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0);
  }
}

.section-hero .section-title {
  font-size: 36px;
  font-weight: 300;
  color: #000000;
  line-height: 1.1em;
  padding-bottom: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .section-hero .section-title {
    font-size: 42px;
  }
}

@media (min-width: 1100px) {
  .section-hero .section-title {
    text-align: right;
    padding-bottom: 350px;
  }
}

.section-hero .section-green-bar {
  text-align: center;
  margin: auto;
  display: block;
  font-size: 22px;
  background-color: #c39a6d;
  color: #fff;
  padding: 12px 16px;
}

@media (min-width: 580px) {
  .section-hero .section-green-bar {
    display: inline-block;
    text-align: left;
    margin-left: 0;
    margin-left: -16px;
    font-size: 30px;
  }
}

.section-welcome {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  padding: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .section-welcome {
    padding: 64px 16px 16px;
  }
}

@media (min-width: 1100px) {
  .section-welcome {
    text-align: left;
    font-size: 22px;
    padding: 32px 16px;
    margin-top: -60px;
    z-index: 1;
  }
}

.section-welcome strong {
  font-weight: 700;
}

.section-welcome .section-title {
  font-size: 38px;
  line-height: 1.1em;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.section-services {
  background-color: #c39a6d;
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
}

.section-services a {
  color: #fff;
}

.section-services a:hover {
  color: #fff;
}

.section-services img {
  padding-bottom: 8px;
  max-width: 80px;
  margin: auto;
}

.section-services .section-title {
  font-size: 32px;
  background-color: #c2c6cc;
  color: #000;
  font-weight: 300;
  text-align: center;
  padding: 28px 16px;
  text-transform: uppercase;
}

.section-services .service-wrap {
  text-align: center;
  padding: 16px 0;
}

.section-services .service-wrap .fixed-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-services .service {
  padding: 32px;
  width: 50%;
}

@media (min-width: 768px) {
  .section-services .service {
    width: 25%;
  }
}

.section-services .black-bg {
  background-color: #000;
}

.section-about {
  font-weight: 300;
  background-color: #c39a6d;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.section-about .txt-wrap {
  padding: 16px;
}

.section-about img {
  padding-bottom: 16px;
}

.section-about .btn {
  display: block;
}

.section-about .bg-mobile {
  width: 100%;
}

@media (min-width: 1024px) {
  .section-about .fixed-width {
    background-image: url("img/reception.jpg");
    background-position: center left;
    background-size: cover;
    height: 650px;
  }

  .section-about .bg-mobile {
    display: none;
  }

  .section-about .txt-wrap {
    font-size: 34px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    max-width: 400px;
    bottom: 0;
    text-align: left;
    line-height: 1.2em;
  }

  .section-about .btn {
    text-align: center;
  }
}

.section-map {
  background-image: url(img/map.jpg);
  height: 350px;
  background-position: center center;
  background-size: cover;
  max-width: 1400px;
  margin: auto;
}

@media (min-width: 768px) {
  .section-map {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .section-map {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.fixed-width {
  max-width: 1400px;
  margin: auto;
}

p {
  margin-bottom: 16px;
}

a {
  color: #c39a6d;
}

a:hover {
  color: #c39a6d;
}

.theme-font-light {
  font-weight: 300;
}

.theme-font-reg {
  font-weight: 400;
}

.theme-font-bold {
  font-weight: 700;
}

.theme-font-headline {
  font-weight: 800;
}

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

.col-img {
  min-height: 600px;
  max-width: 700px;
  margin: auto;
  margin-bottom: 16px;
}

.sub-title {
  font-size: 38px;
  padding-bottom: 16px;
}

ul.show-disc {
  list-style: disc;
  list-style-position: inside;
  margin-left: 16px;
  margin-bottom: 16px;
}

.img {
  margin: auto;
  width: 100%;
}

.img-float-right {
  margin: auto;
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .img-float-right {
    float: right;
    margin-left: 16px;
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .img-float-right {
    max-width: 600px;
    margin-left: 32px;
  }
}

.img-float-left {
  margin: auto;
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .img-float-left {
    float: left;
    margin-right: 16px;
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .img-float-left {
    max-width: 600px;
    margin-right: 32px;
  }
}

@media (min-width: 1024px) {
  .col-img {
    max-width: auto;
    min-height: 500px;
  }
}

nav a {
  color: #000;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

a.blog-title, .blog-title {
  display: block;
  font-size: 28px;
  padding-bottom: 16px;
  line-height: 1.2em;
  color: #6d6b69;
}

.blog-image-wrap {
  display: block;
  padding-bottom: 16px;
}

.blog-image-wrap img {
  width: 100%;
}

.blog-meta {
  font-size: 18px;
  padding-bottom: 16px;
}

.blog-details-wrap {
  padding-right: 24px;
}

.blog-desc {
  font-size: 18px;
  padding-bottom: 24px;
}

.blog-btn {
  font-size: 16px;
  padding: 12px 24px;
  background-color: #c39a6d;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
}

.blog-btn:hover {
  color: #fff;
  background-color: #65666a;
}

.blog-featured-image {
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

.blogdetailsbox .blogmetadt {
  font-size: 17px;
  margin-bottom: 32px;
}

.blogdetailsbox h2 {
  font-weight: 600;
  margin: 32px 0px 8px;
}

.blogdetailsbox ol {
  list-style: inside;
  list-style-type: decimal;
  padding-left: 16px;
}

.page-title-wrap {
  color: #c39a6d;
  padding: 24px 16px 16px;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.1em;
}

@media (min-width: 768px) {
  .page-title-wrap {
    padding: 40px 16px 24px;
  }
}

@media (min-width: 1200px) {
  .page-title-wrap {
    font-size: 36px;
    padding: 40px 16px 16px;
  }
}

.page-content-wrap {
  padding: 0px 16px 32px;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrap iframe,
.video-wrap embed,
.video-wrap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-about {
  color: #fff;
  background-color: #c39a6d;
  border-bottom: 12px solid #000000;
}

@media (min-width: 1024px) {
  .section-about {
    font-size: 22px;
  }
}

.section-testimonials .title {
  font-size: 40px;
  line-height: 1.1em;
  color: #c39a6d;
  text-align: center;
  padding-bottom: 16px;
}

.section-testimonials .google-reviews {
  max-width: 200px;
  padding-bottom: 32px;
  margin: auto;
}

.section-testimonials .review-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-testimonials .review-wrap {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .section-testimonials .review-wrap {
    width: 32%;
  }
}

.section-testimonials .review-wrap .stars {
  max-width: 220px;
  padding-bottom: 16px;
  margin: auto;
}

.section-testimonials .review-wrap .author {
  font-family: "roboto_condensedbold";
  padding-bottom: 16px;
  color: #666666;
}

.section-testimonials .review-wrap .google-icon {
  max-width: 40px;
  margin: auto;
  padding-bottom: 16px;
}

.section-testimonials .review-wrap .content {
  font-family: "roboto_condensedlight";
}

.section-address {
  font-family: "roboto_condensedlight";
  color: #fff;
  background-color: #c39a6d;
  font-size: 26px;
  padding: 16px;
  text-align: center;
}

@media (min-width: 1024px) {
  .services-row {
    display: flex;
  }

  .services-row .col-1 {
    width: calc(100% - 220px);
    padding-right: 64px;
  }

  .services-row .col-2 {
    width: 220px;
  }
}

@media (min-width: 768px) {
  .dr-wrap {
    display: flex;
    margin-bottom: 32px;
  }

  .col-1 {
    width: 400px;
    padding-right: 32px;
  }

  .col-2 {
    width: calc(100% - 400px);
  }
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .lg\:flex{
    display: flex;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }
}
