@import url(https://use.typekit.net/kro2kdw.css);
/*Fonts*/
/*Colors*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

body, html {
  margin: 0;
  padding: 0;
  font-size: 10px; }

b, strong {
  font-weight: bold; }

.services-archive h2 {
  margin-bottom: 6rem; }

.similar-services h2 {
  margin-bottom: 6rem; }

.similar-services .single-service:first-of-type .img-container {
  border-radius: 0; }

.single-service {
  flex: 0 0 30%;
  margin: 0 5% 6% 0; }
  .single-service:first-of-type .img-container {
    border-radius: 0 0 25% 0; }
  .single-service .img-container {
    width: 100%;
    padding-bottom: 66%;
    margin-bottom: 2rem; }
  .single-service .button-3 {
    margin-top: 4rem; }
  .single-service:nth-of-type(3n+3) {
    margin-right: 0; }
  .single-service:last-of-type {
    margin-right: 0; }

@media only screen and (max-width: 650px) {
  .services-container .single-service {
    flex: 0 0 47.5%;
    margin: 0 5% 8% 0 !important; }
    .services-container .single-service:nth-of-type(2n+2) {
      margin-right: 0 !important; }
    .services-container .single-service:last-of-type {
      margin-right: 0; } }

@media only screen and (max-width: 450px) {
  .services-container .single-service {
    flex: 0 0 100%;
    margin: 0 0 10% 0 !important; } }

body, html {
  font-size: 10px; }

body {
  overflow-x: hidden; }

* {
  box-sizing: border-box;
  color: #20222B;
  font-family: "Muli", serif; }

.container {
  max-width: 90%;
  width: 1300px;
  margin: 0 auto; }
  .container.container-2 {
    width: 100%;
    max-width: 100%; }
  .container.container-3 {
    width: 660px; }
  .container.container-4 {
    width: 900px; }
  .container.container-5 {
    width: 750px; }

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

.img-container {
  position: relative;
  overflow: hidden; }
  .img-container > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
    .img-container > img + .container {
      position: relative;
      z-index: 1; }

section {
  padding: 8.5rem 0; }

h3, h4, h5, h6 {
  font-size: 2.2rem;
  font-weight: 600; }

h2, h3, h4, h5, h6 {
  margin: 0 0 1.5rem; }

h1, h2 {
  font-family: "playfair-display", serif;
  font-weight: 300; }

h1 {
  font-size: 7rem;
  color: white;
  margin: 0; }

h2 {
  font-size: 5rem; }

.title {
  font-size: 3.6rem;
  line-height: 1.3; }

.underline-title {
  padding-bottom: 2.5rem;
  margin-bottom: 3.5rem;
  position: relative; }
  .underline-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8rem;
    height: .1rem;
    border-bottom: 1px solid #DB9576; }
  .underline-title.underline-title-center {
    text-align: center; }
    .underline-title.underline-title-center:after {
      left: 50%;
      transform: translateX(-50%); }
  .underline-title.underline-title-white {
    color: white; }
    .underline-title.underline-title-white:after {
      border-bottom: 1px solid white; }

p, li {
  font-size: 1.6rem;
  line-height: 1.4;
  opacity: .7; }
  p:first-of-type, li:first-of-type {
    margin-top: 0; }
  p:last-of-type, li:last-of-type {
    margin-bottom: 0; }

a, span {
  text-decoration: none;
  transition: all ease-in-out .2s;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: #20222B; }

a:hover {
  color: #DB9576; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.cap {
  text-transform: uppercase; }

.wiswig .alignright {
  display: flex;
  margin: 0 0 0 auto; }

.wiswig .aligncenter {
  display: flex;
  margin: 0 auto; }

.wiswig ul {
  /* list-style-position: inside; */
  padding-left: 2rem; }

.wiswig h2, .wiswig h3, .wiswig h4, .wiswig h5, .wiswig h6 {
  margin-bottom: 3rem; }

.wiswig h3 {
  font-family: "playfair-display", serif;
  font-size: 3.6rem;
  font-weight: 300; }

.wiswig a {
  color: #DB9576;
  font-weight: 600; }
  .wiswig a:hover {
    color: #20222B; }

i {
  transition: all ease-in-out .2s; }

.banner-social .social-link {
  margin-right: 1.5rem; }
  .banner-social .social-link i {
    background-color: white;
    color: #3dc6d9;
    font-size: 2rem;
    padding: .6rem;
    border-radius: 150px; }
  .banner-social .social-link:hover i {
    color: #20222B !important; }
  .banner-social .social-link:last-of-type {
    margin: 0; }

.banner-social .facebook i {
  padding: .6rem .975rem; }

.banner-social .instagram i {
  padding: .6rem .725rem; }

.banner-social.social .social-link i {
  background: linear-gradient(134.72deg, #FBBB93 0%, #BD7D60 100%);
  color: white;
  margin: 0; }

@media only screen and (max-width: 1275px) {
  .container.container-2 {
    max-width: 90%; } }

@media only screen and (max-width: 1024px) {
  body, html {
    font-size: 8px; }
  h1 {
    font-size: 5rem; }
  h2 {
    font-size: 4rem; } }

@media only screen and (max-width: 650px) {
  section {
    padding: 6rem 0; } }

@media only screen and (max-width: 550px) {
  .title {
    font-size: 3rem; } }

@media only screen and (max-width: 450px) {
  h1 {
    font-size: 4.5rem; }
  h2 {
    font-size: 3.5rem; }
  .title {
    font-size: 2.5rem; }
  h3, h4, h5, h6 {
    font-size: 1.8rem; } }

.button {
  display: inline-block;
  background: #BCE3DD;
  padding: 2.3rem 3.9rem;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  color: #BD7D60;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center; }
  .button:hover {
    color: #20222B; }
  .button.button-2 {
    color: #20222B; }
    .button.button-2:hover {
      color: #BD7D60; }
  .button.button-4 {
    color: white;
    background: linear-gradient(134.72deg, #FBBB93 0%, #BD7D60 100%); }
    .button.button-4:hover {
      color: #20222B; }
  .button.button-download {
    color: #20222B;
    position: relative;
    padding: 2.3rem 3.9rem 2.3rem 6.9rem; }
    .button.button-download:before {
      content: '';
      position: absolute;
      top: 2rem;
      left: 3rem;
      width: 2rem;
      height: 100%;
      background-image: url(images/download-black.svg);
      z-index: 3;
      background-repeat: no-repeat;
      transition: all ease-in-out .2s; }
    .button.button-download:after {
      content: '';
      position: absolute;
      top: 2rem;
      left: 3rem;
      width: 2rem;
      height: 100%;
      background-image: url(images/download-beige.svg);
      z-index: 3;
      background-repeat: no-repeat;
      transition: all ease-in-out .2s;
      opacity: 0; }
    .button.button-download:hover {
      color: #BD7D60; }
      .button.button-download:hover:before {
        opacity: 0; }
      .button.button-download:hover:after {
        opacity: 1; }
    .button.button-download.button-download-2 {
      color: white;
      background: linear-gradient(134.72deg, #FBBB93 0%, #BD7D60 100%); }
      .button.button-download.button-download-2:before {
        content: '';
        position: absolute;
        top: 2rem;
        left: 3rem;
        width: 2rem;
        height: 100%;
        background-image: url(images/download-white.svg);
        z-index: 3;
        background-repeat: no-repeat;
        transition: all ease-in-out .2s; }
      .button.button-download.button-download-2:after {
        content: '';
        position: absolute;
        top: 2rem;
        left: 3rem;
        width: 2rem;
        height: 100%;
        background-image: url(images/download-black.svg);
        z-index: 3;
        background-repeat: no-repeat;
        transition: all ease-in-out .2s;
        opacity: 0; }
      .button.button-download.button-download-2:hover {
        color: #20222B; }
        .button.button-download.button-download-2:hover:before {
          opacity: 0; }
        .button.button-download.button-download-2:hover:after {
          opacity: 1; }

.button-3 {
  font-size: 1.5rem;
  color: #DB9576;
  font-weight: 600;
  display: inline-block;
  cursor: pointer; }
  .button-3 i {
    margin-right: 1.5rem;
    font-size: 2.3rem;
    position: relative;
    top: .3rem; }
    .button-3 i:before {
      color: #DB9576;
      padding: 1rem 1.15rem;
      border-radius: 150px;
      border: 1px solid #DB9576;
      transition: all ease-in-out .2s; }
  .button-3:hover i:before {
    color: white;
    background-color: #DB9576; }

@media only screen and (max-width: 1024px) {
  .button.button-download:before {
    width: 3rem; }
  .button.button-download:after {
    width: 3rem; }
  .button.button-download.button-download-2:before {
    width: 3rem; }
  .button.button-download.button-download-2:after {
    width: 3rem; } }

@media only screen and (max-width: 650px) {
  .button, .button-3 {
    font-size: 1.4rem; } }

.admin-bar header {
  top: 32px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #EEEEEE;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  z-index: 999; }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header #header-logo {
    padding: 1.2rem 0 .6rem;
    margin-left: 5%; }
  header nav {
    display: flex; }
    header nav ul {
      display: flex;
      align-items: center;
      list-style: none;
      padding: 0;
      margin: 0; }
      header nav ul li {
        opacity: 1; }
        header nav ul li a {
          display: block;
          color: #20222B;
          text-transform: uppercase;
          padding: 2rem;
          font-size: 1.7rem;
          font-weight: bold;
          letter-spacing: 1px; }
        header nav ul li.menu-item-has-children {
          position: relative;
          margin-right: 1rem; }
          header nav ul li.menu-item-has-children a {
            padding: 2rem 3rem 2rem 2rem; }
          header nav ul li.menu-item-has-children .expand-child-items {
            position: absolute;
            top: 0;
            right: 1rem;
            height: 100%;
            width: 1rem;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            pointer-events: none; }
          header nav ul li.menu-item-has-children .sub-menu {
            position: absolute;
            top: 123%;
            left: 50%;
            transform: translateX(-50%);
            display: block;
            width: 22rem;
            background-color: #EEEEEE;
            box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
            opacity: 0;
            visibility: hidden;
            max-height: 0;
            transition: all ease-in-out .2s;
            border-top: 2px solid #DB9576; }
            header nav ul li.menu-item-has-children .sub-menu li {
              border-bottom: 1px solid rgba(32, 34, 43, 0.15);
              opacity: 1; }
              header nav ul li.menu-item-has-children .sub-menu li a {
                padding: 2rem;
                text-align: center;
                font-weight: 500;
                font-size: 1.6rem; }
                header nav ul li.menu-item-has-children .sub-menu li a:hover {
                  color: #BD7D60; }
            header nav ul li.menu-item-has-children .sub-menu .current_page_item a {
              color: #BD7D60; }
          header nav ul li.menu-item-has-children:hover .expand-child-items i {
            transform: rotate(180deg);
            color: #DB9576; }
          header nav ul li.menu-item-has-children:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            max-height: calc(100vh - 5.6rem); }
      header nav ul .current-menu-parent a {
        color: #BD7D60; }
      header nav ul .current-menu-parent .sub-menu li a {
        color: #20222B;
        font-size: 1.6rem;
        text-transform: initial; }
    header nav .header-phone {
      color: #DB9576;
      font-size: 17px;
      font-weight: bold;
      letter-spacing: 1px;
      align-self: center;
      padding: 0 2rem; }
      header nav .header-phone:hover {
        color: #20222B; }
    header nav .button {
      padding: 3.8rem 3.9rem;
      margin-left: 2rem; }
  header #mobile-menu {
    display: none;
    height: 2rem;
    width: 4rem;
    position: relative;
    cursor: pointer; }
    header #mobile-menu span {
      background-color: #000000;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: .3rem;
      transform: translateY(-50%);
      transition: all ease-in-out 0.3s;
      transition-delay: 0; }
      header #mobile-menu span:nth-of-type(2) {
        top: 50%; }
      header #mobile-menu span:nth-of-type(3) {
        top: 100%; }

@media only screen and (max-width: 1400px) {
  header nav ul li a {
    padding: 2rem 1.5rem;
    font-size: 1.4rem; }
  header nav ul li.menu-item-has-children .sub-menu {
    top: 128%; } }

@media only screen and (max-width: 1275px) {
  header #header-logo {
    margin: 0; }
  header nav {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    transition: all ease-in-out .2s;
    max-height: calc(100vh - 5.6rem);
    overflow: auto;
    background-color: #EEEEEE;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5rem 0; }
    header nav ul {
      display: block;
      flex: 0 0 100%;
      text-align: center; }
      header nav ul li.menu-item-has-children {
        margin: 0; }
        header nav ul li.menu-item-has-children a {
          padding: 2rem; }
        header nav ul li.menu-item-has-children .sub-menu {
          position: relative;
          left: 0;
          transform: translateX(0%); }
          header nav ul li.menu-item-has-children .sub-menu li a {
            font-size: 1.3rem; }
        header nav ul li.menu-item-has-children .expand-child-items {
          pointer-events: auto; }
        header nav ul li.menu-item-has-children:hover .expand-child-items i {
          transform: rotate(0deg); }
        header nav ul li.menu-item-has-children:hover .sub-menu {
          opacity: 0;
          visibility: hidden;
          max-height: 0; }
        header nav ul li.menu-item-has-children .expand-child-items {
          padding: 2rem;
          width: auto;
          height: 5.6rem;
          cursor: pointer; }
          header nav ul li.menu-item-has-children .expand-child-items.active i {
            transform: rotate(180deg); }
        header nav ul li.menu-item-has-children .sub-menu {
          position: relative;
          width: 100%;
          border: none; }
          header nav ul li.menu-item-has-children .sub-menu li {
            font-size: 14px; }
            header nav ul li.menu-item-has-children .sub-menu li a {
              padding: 1.5rem 3rem; }
          header nav ul li.menu-item-has-children .sub-menu.active {
            opacity: 1;
            visibility: visible;
            max-height: 100vh; }
    header nav .header-phone {
      flex: 0 0 100%;
      text-align: center;
      padding: 2rem; }
    header nav .button {
      margin: 2rem 0 0 0;
      padding: 2.3rem 3.9rem; }
  header #mobile-menu {
    display: block; }
  header.mobile-active nav {
    left: 0; }
  header.mobile-active #mobile-menu span:first-of-type {
    top: 50%;
    transform: rotate(45deg); }
  header.mobile-active #mobile-menu span:nth-of-type(2) {
    left: -100%;
    opacity: 0; }
  header.mobile-active #mobile-menu span:last-of-type {
    top: 50%;
    transform: rotate(-45deg); } }

@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 45px; }
  #wpadminbar {
    position: fixed !important; } }

@media only screen and (max-width: 650px) {
  header #header-logo {
    padding: .9rem 0; }
    header #header-logo img {
      max-width: 75%; } }

footer {
  padding: 10rem 0; }
  footer ul {
    list-style-type: none;
    padding: 0; }
    footer ul li {
      margin: .75rem 0; }
  footer .footer-top {
    justify-content: space-between; }
    footer .footer-top h2 {
      font-family: "Muli", serif;
      font-size: 2.2rem;
      font-weight: 600; }
    footer .footer-top .footer-contact-info {
      flex: 0 0 24%;
      margin-right: 5%;
      height: 100%;
      min-width: 28rem;
      padding-bottom: 2.5rem; }
      footer .footer-top .footer-contact-info #footer-logo {
        margin: 0 0 3rem; }
      footer .footer-top .footer-contact-info .footer-phone {
        margin: 0 0 1.5rem;
        flex: 0 0 100%; }
      footer .footer-top .footer-contact-info a {
        font-size: 1.6rem;
        font-weight: 600; }
        footer .footer-top .footer-contact-info a i {
          margin-right: 1rem; }
        footer .footer-top .footer-contact-info a:hover i {
          color: #DB9576; }
      footer .footer-top .footer-contact-info .social {
        margin: 3rem 0 0; }
    footer .footer-top .footer-column {
      flex: 0 0 14%;
      margin-right: 5%;
      padding-bottom: 2.5rem; }
      footer .footer-top .footer-column:last-of-type {
        margin: 0; }
  footer .footer-bottom {
    padding-top: 2.5rem;
    border-top: 1px solid rgba(194, 194, 194, 0.5);
    justify-content: space-between;
    align-content: center; }
    footer .footer-bottom a, footer .footer-bottom p {
      color: #707070;
      font-size: 1.2rem;
      opacity: 1; }
    footer .footer-bottom a {
      align-self: center; }
      footer .footer-bottom a:hover {
        color: #DB9576; }

@media only screen and (max-width: 1300px) {
  footer .footer-top .footer-contact-info, footer .footer-top .footer-column {
    margin-right: 3%; } }

@media only screen and (max-width: 1100px) {
  footer .footer-top .footer-contact-info {
    flex: 0 0 100%;
    margin-right: 0;
    min-width: 28rem;
    text-align: center; }
    footer .footer-top .footer-contact-info #footer-logo {
      margin: 0 auto 3rem; }
    footer .footer-top .footer-contact-info .footer-email {
      flex: 0 0 100%; }
    footer .footer-top .footer-contact-info .social {
      margin: 3rem auto; }
  footer .footer-top .footer-column {
    flex: 0 0 22.75%;
    margin-right: 3%; } }

@media only screen and (max-width: 650px) {
  footer {
    padding: 6rem 0; }
    footer .footer-top #footer-logo img {
      max-width: 75%; }
    footer .footer-top .footer-column {
      flex: 0 0 48.5% !important;
      margin-right: 3%; }
      footer .footer-top .footer-column:nth-of-type(2n+3) {
        margin-right: 0 !important; } }

@media only screen and (max-width: 450px) {
  footer .footer-top .footer-column {
    flex: 0 0 100% !important;
    margin-right: 0;
    text-align: center; } }

.banner {
  padding: 13% 0 4rem; }
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 34, 43, 0.4);
    z-index: 1; }
  .banner .banner-content {
    padding-right: 40%;
    position: relative;
    z-index: 5; }
  .banner p {
    color: white;
    opacity: 0.8;
    font-size: 2rem;
    line-height: 1.5;
    margin: 2rem 0 0 0; }
  .banner .button {
    margin: 5rem 0 0 0; }
  .banner .banner-social {
    margin: 7.5rem 0 0 0;
    position: relative;
    left: -5rem; }
  .banner .free-parking {
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(134.72deg, #FBBB93 0%, #BD7D60 100%);
    max-width: 21rem;
    padding: 3.5rem 3.5rem 1.5rem;
    border-radius: 150px 150px 0 0;
    z-index: 2; }
    .banner .free-parking i {
      color: white;
      font-size: 3rem;
      position: relative;
      top: -1rem;
      left: 50%;
      transform: translateX(-50%); }
    .banner .free-parking p {
      font-size: 1.5rem;
      font-weight: 600;
      opacity: 1;
      text-align: center;
      line-height: 1.2;
      margin: 0; }
  .banner.secondary-banner {
    padding: 22% 0 7%;
    margin-top: 9.2rem; }

@media only screen and (max-width: 1300px) {
  .banner .banner-social {
    left: 0; } }

@media only screen and (max-width: 800px) {
  .banner {
    padding: 25% 0 4rem; }
    .banner .banner-content {
      padding-right: 0; } }

@media only screen and (max-width: 450px) {
  .banner {
    padding: 30% 0 4rem; }
    .banner .free-parking {
      max-width: 15rem;
      padding: 2rem 1.5rem 1rem;
      border-radius: 150px 150px 0 0; }
      .banner .free-parking i {
        font-size: 2rem;
        top: -.5rem; }
      .banner .free-parking p {
        font-size: 1.3rem; } }

@media only screen and (max-width: 375px) {
  .banner {
    padding: 35% 0 4rem; } }

.accordion {
  background-color: #F8F7F7;
  margin-bottom: 8.5rem; }
  .accordion h2 {
    margin-bottom: 6rem; }
  .accordion .button {
    margin: 8.5rem auto 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

.accordion-item {
  border-bottom: 1px solid rgba(32, 34, 43, 0.2); }

.accordion-item--title {
  padding: 3rem 8rem 3rem 0;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: "playfair-display", serif; }
  .accordion-item--title.active {
    color: #DB9576; }
    .accordion-item--title.active + .accordion-item--content {
      opacity: 1; }
    .accordion-item--title.active .accordion-item--toggle i {
      transform: rotate(90deg);
      color: #DB9576; }
  .accordion-item--title .accordion-item--toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem; }

.accordion-item--content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.2s; }
  .accordion-item--content .accordion-content--inner {
    padding: 0 8rem 3rem 0; }

@media only screen and (max-width: 650px) {
  .accordion h2 {
    margin-bottom: 3rem; }
  .accordion .accordion-item .accordion-item--title {
    font-size: 2.5rem; } }

@media only screen and (max-width: 450px) {
  .accordion .accordion-item .accordion-item--title {
    font-size: 2rem;
    padding: 3rem 5rem 3rem 0; }
  .accordion .accordion-item .accordion-item--content .accordion-content--inner {
    padding-right: 5rem; }
  .accordion .button {
    margin-top: 4rem; } }

.slider-section {
  padding-bottom: 0; }
  .slider-section h2 {
    margin-bottom: 5.5rem; }

.slider .img-container {
  width: 50%;
  padding-bottom: 35%;
  opacity: .1; }
  .slider .img-container.is-selected {
    opacity: 1; }

.slider .flickity-button {
  height: 11rem;
  width: 5.5rem;
  background-color: white;
  transition: all ease-in-out .2s; }
  .slider .flickity-button .flickity-button-icon {
    width: 50%;
    height: 50%;
    top: 25%; }
    .slider .flickity-button .flickity-button-icon path {
      transition: all ease-in-out .2s; }
  .slider .flickity-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(134.72deg, #FBBB93 0%, #BD7D60 100%);
    opacity: 0;
    transition: all ease-in-out .2s; }
  .slider .flickity-button:hover .flickity-button-icon path {
    fill: white; }
  .slider .flickity-button:hover:before {
    opacity: 1; }

.slider .previous {
  border-radius: 150px 0 0 150px;
  left: 24.99%;
  transform: translate(-100%, -50%); }
  .slider .previous .flickity-button-icon {
    left: 40%; }
  .slider .previous:before {
    border-radius: 150px 0 0 150px; }

.slider .next {
  border-radius: 0 150px 150px 0;
  left: 75%; }
  .slider .next .flickity-button-icon {
    left: 10%; }
  .slider .next:before {
    border-radius: 0 150px 150px 0; }

@media only screen and (max-width: 650px) {
  .slider-section .slider .img-container {
    width: 66%;
    padding-bottom: 55%; }
  .slider-section .slider .previous {
    left: 17%; }
  .slider-section .slider .next {
    left: 83%; } }

.about-intro {
  padding: 10rem 0; }
  .about-intro .title {
    margin: 0 10% 0 0;
    padding-left: 3rem;
    border-left: 1px solid #DB9576;
    height: 100%;
    flex: 1 0 40%; }
  .about-intro .about-intro-content {
    flex: 1 0 50%; }
    .about-intro .about-intro-content .button {
      margin-top: 4.5rem; }

@media only screen and (max-width: 800px) {
  .about-intro {
    padding: 8.5rem 0; }
    .about-intro .title {
      margin: 0 0 5% 0;
      flex: 0 0 100%; } }

@media only screen and (max-width: 650px) {
  .about-intro {
    padding: 6rem 0; } }

.services-template-default .large-content-columns {
  background-color: white; }

.large-content-columns {
  background-color: #F8F7F7; }
  .large-content-columns .large-content-column {
    margin-bottom: 8.5rem; }
    .large-content-columns .large-content-column .img-container {
      flex: 0 0 55%;
      padding-bottom: 36%;
      margin: 0 10% 0 0;
      height: 100%; }
    .large-content-columns .large-content-column .large-content {
      flex: 1 0 35%;
      align-self: center; }
      .large-content-columns .large-content-column .large-content h2 {
        margin-bottom: 2.5rem; }
      .large-content-columns .large-content-column .large-content .button-3 {
        margin-top: 5rem; }
    .large-content-columns .large-content-column:first-of-type .large-content h2 {
      font-size: 5rem;
      padding-bottom: 2.5rem;
      margin-bottom: 3.5rem;
      position: relative;
      line-height: 1.2; }
      .large-content-columns .large-content-column:first-of-type .large-content h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 8rem;
        height: .1rem;
        border-bottom: 1px solid #DB9576; }
    .large-content-columns .large-content-column:nth-of-type(even) {
      flex-direction: row-reverse; }
      .large-content-columns .large-content-column:nth-of-type(even) .img-container {
        margin: 0 0 0 10%; }
    .large-content-columns .large-content-column:last-of-type {
      margin: 0; }

@media only screen and (max-width: 1024px) {
  .large-content-columns .large-content-column .img-container {
    margin: 0 5% 0 0; }
  .large-content-columns .large-content-column:first-of-type .large-content h2 {
    font-size: 4rem; }
  .large-content-columns .large-content-column:nth-of-type(even) .img-container {
    margin: 0 0 0 5%; } }

@media only screen and (max-width: 650px) {
  .large-content-columns .large-content-column .large-content {
    flex: 0 0 100%; }
    .large-content-columns .large-content-column .large-content h2 {
      font-size: 3.6rem !important; }
    .large-content-columns .large-content-column .large-content .button-3 {
      margin-top: 3rem; }
  .large-content-columns .large-content-column .img-container {
    margin: 0 0 2rem 0; }
  .large-content-columns .large-content-column:nth-of-type(even) {
    flex-direction: row; }
    .large-content-columns .large-content-column:nth-of-type(even) .img-container {
      margin: 0 0 2rem 0; } }

@media only screen and (max-width: 500px) {
  .large-content-columns .large-content-column .img-container {
    flex: 0 0 100%;
    padding-bottom: 65%; } }

@media only screen and (max-width: 450px) {
  .large-content-columns .large-content-column .large-content h2 {
    font-size: 2.5rem !important; } }

.small-content-columns {
  background-color: #F8F7F7;
  padding-bottom: 2rem; }
  .small-content-columns .small-content-column {
    margin-bottom: 6rem; }
    .small-content-columns .small-content-column .img-container {
      flex: 0 0 43%;
      padding-bottom: 30%;
      height: 100%;
      margin-right: 7%; }
    .small-content-columns .small-content-column .wiswig {
      flex: 1 0 50%;
      align-self: center; }
    .small-content-columns .small-content-column:nth-of-type(even) {
      flex-direction: row-reverse; }
      .small-content-columns .small-content-column:nth-of-type(even) .img-container {
        margin: 0 0 0 7%; }

@media only screen and (max-width: 550px) {
  .small-content-columns .small-content-column {
    margin-bottom: 8rem; }
    .small-content-columns .small-content-column .img-container {
      flex: 0 0 100%;
      padding-bottom: 65%;
      margin: 0 0 3rem 0 !important; }
    .small-content-columns .small-content-column:last-of-type {
      margin-bottom: 5rem; } }

.team {
  position: relative; }
  .team h2, .team .team-excerpt, .team .team-container {
    flex: 0 0 100%; }
  .team .team-excerpt {
    max-width: 60rem;
    text-align: center;
    margin: 0 auto 6rem; }
  .team .single-member {
    flex: 0 0 26%;
    margin-right: 11%; }
    .team .single-member:first-of-type .img-container {
      border-radius: 0 0 25% 0; }
    .team .single-member .img-container {
      width: 100%;
      padding-bottom: 110%;
      margin-bottom: 3rem; }
    .team .single-member .qualifications {
      color: #DB9576;
      font-size: 1.2rem !important;
      font-weight: 600;
      letter-spacing: 0.5px;
      opacity: 1; }
    .team .single-member .bio-excerpt {
      max-height: 7rem;
      overflow: hidden; }
    .team .single-member .button-3 {
      margin-top: 3rem; }
    .team .single-member:nth-of-type(3n+3) {
      margin-right: 0; }
    .team .single-member:nth-of-type(1n+4) {
      margin-top: 5%; }
    .team .single-member:last-of-type {
      margin-right: 0; }
    .team .single-member .bio-popup {
      width: 100%;
      height: 10000%;
      transition: all ease-in-out .2s;
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      top: -100%;
      left: 0;
      z-index: 9999;
      display: none; }
      .team .single-member .bio-popup .bio-container {
        background-color: white;
        border-radius: 0 0 85px 0;
        padding: 5rem 8rem 5rem 5rem;
        display: flex;
        flex-wrap: wrap;
        max-height: 60rem;
        width: 100rem;
        overflow-y: scroll;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 20px 40px 0 rgba(32, 34, 43, 0.2); }
        .team .single-member .bio-popup .bio-container .popup-close {
          position: absolute;
          cursor: pointer;
          right: 1.5%;
          top: 5.5%;
          color: #DB9576;
          font-size: 1.5rem;
          display: flex;
          align-items: center;
          font-weight: 600; }
          .team .single-member .bio-popup .bio-container .popup-close i {
            color: #DB9576;
            margin-left: 1.5rem;
            font-size: 2rem;
            position: relative; }
            .team .single-member .bio-popup .bio-container .popup-close i:before {
              color: #DB9576;
              padding: 1rem 1.45rem;
              border-radius: 150px;
              border: 1px solid #DB9576;
              transition: all ease-in-out .2s; }
          .team .single-member .bio-popup .bio-container .popup-close:hover i:before {
            color: white;
            background-color: #DB9576; }
        .team .single-member .bio-popup .bio-container .bio-container-left {
          width: 35%;
          margin-right: 5%;
          height: 100%; }
          .team .single-member .bio-popup .bio-container .bio-container-left .img-container {
            width: 100%;
            padding-bottom: 110%;
            margin: 0 0 2rem 0; }
          .team .single-member .bio-popup .bio-container .bio-container-left .team-bio-contact a {
            margin-right: 2rem; }
            .team .single-member .bio-popup .bio-container .bio-container-left .team-bio-contact a i {
              color: #DB9576;
              font-size: 1.5rem; }
            .team .single-member .bio-popup .bio-container .bio-container-left .team-bio-contact a:last-of-type {
              margin: 0; }
            .team .single-member .bio-popup .bio-container .bio-container-left .team-bio-contact a:hover i {
              color: #20222B; }
        .team .single-member .bio-popup .bio-container .bio-popup-title-container {
          flex: 0 0 60%; }
          .team .single-member .bio-popup .bio-container .bio-popup-title-container .qualifications {
            margin-bottom: 2.5rem; }
    .team .single-member.active .bio-popup {
      display: block; }

@media only screen and (max-width: 1024px) {
  .team .team-container .single-member .bio-excerpt {
    max-height: 6.5rem; } }

@media only screen and (max-width: 850px) {
  .team .single-member .bio-popup .bio-container {
    width: 90%; } }

@media only screen and (max-width: 800px) {
  .team .team-excerpt {
    max-width: 100%; }
  .team .team-container .single-member {
    flex: 0 0 30%;
    margin-right: 5%; }
    .team .team-container .single-member:nth-of-type(3n+3) {
      margin-right: 0; }
    .team .team-container .single-member:last-of-type {
      margin-right: 0; } }

@media only screen and (max-width: 650px) {
  .team .team-container .single-member {
    flex: 0 0 47.5%;
    margin: 0 5% 8% 0; }
    .team .team-container .single-member:nth-of-type(2n+2) {
      margin-right: 0 !important; }
    .team .team-container .single-member:last-of-type {
      margin-right: 0 !important; }
  .team .single-member .bio-popup .bio-container {
    padding: 3rem 8rem 3rem 3rem;
    max-height: 70rem;
    display: flex;
    flex-wrap: wrap; }
    .team .single-member .bio-popup .bio-container .popup-close {
      right: 5%; }
    .team .single-member .bio-popup .bio-container .bio-container-left {
      margin-right: 0;
      flex: 0 0 100%; }
      .team .single-member .bio-popup .bio-container .bio-container-left .img-container {
        padding-bottom: 50%; }
        .team .single-member .bio-popup .bio-container .bio-container-left .img-container img {
          width: 50%; }
    .team .single-member .bio-popup .bio-container .bio-popup-title-container {
      flex: 0 0 100%;
      margin-top: 3rem; } }

@media only screen and (max-width: 450px) {
  .team .team-container .single-member {
    flex: 0 0 100%;
    margin: 0 0 15% 0 !important; }
    .team .team-container .single-member:first-of-type .img-container img {
      border-radius: 0 0 25% 0; }
    .team .team-container .single-member .img-container {
      padding-bottom: 100%; }
    .team .team-container .single-member .bio-popup .bio-container .bio-container-left .img-container {
      padding-bottom: 80%; }
      .team .team-container .single-member .bio-popup .bio-container .bio-container-left .img-container img {
        width: 80%; }
    .team .team-container .single-member .bio-popup .bio-container .bio-popup-title-container {
      flex: 0 0 100%;
      margin-top: 3rem; } }

.cta {
  padding-top: 0; }
  .cta .container {
    padding: 8.5rem 8.5rem 5.5rem;
    justify-content: space-between; }
  .cta h2 {
    font-size: 6rem;
    letter-spacing: 1.52px; }
  .cta p, .cta .button {
    position: relative;
    z-index: 3; }
  .cta p {
    color: white;
    font-size: 2rem;
    opacity: 1;
    flex: 0 0 70%;
    margin: 0 5% 3rem 0; }
  .cta .button {
    align-self: center;
    min-width: 20rem; }

@media only screen and (max-width: 1080px) {
  .cta .container {
    padding: 5rem; }
  .cta h2 {
    font-size: 4rem; } }

@media only screen and (max-width: 800px) {
  .cta p {
    flex: 0 0 100%;
    margin-right: 0; } }

@media only screen and (max-width: 650px) {
  .cta .container {
    padding: 3rem; } }

@media only screen and (max-width: 450px) {
  .cta h2 {
    font-size: 3rem; } }

.awards {
  padding: 0 0 5.5rem;
  background-color: #F8F7F7;
  position: relative; }
  .awards img {
    flex: 0 0 11.7%;
    margin-right: 3%;
    margin-bottom: 3rem; }
    .awards img:last-of-type {
      margin-right: 0; }
  .awards:before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 175%;
    background-color: #F8F7F7;
    z-index: -1; }

@media only screen and (max-width: 650px) {
  .awards {
    padding: 0 0 3rem; } }

@media only screen and (max-width: 550px) {
  .awards .container {
    justify-content: center; }
  .awards img {
    flex: 0 0 17.6%;
    margin-right: 3%;
    margin-bottom: 3rem; }
    .awards img:nth-of-type(5n+5) {
      margin-right: 0; }
    .awards img:last-of-type {
      margin-right: 0; }
  .awards:before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 175%;
    background-color: #F8F7F7;
    z-index: -1; } }

.map-section {
  padding: 0; }
  .map-section .map-right, .map-section .map-left {
    flex: 1 0 50%;
    position: relative; }
    .map-section .map-right h2, .map-section .map-right p, .map-section .map-right a, .map-section .map-left h2, .map-section .map-left p, .map-section .map-left a {
      position: relative;
      z-index: 3; }
  .map-section .map-left-content, .map-section .map-right-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    z-index: 4;
    max-width: 50%;
    pointer-events: none;
    padding-right: 5%; }
    .map-section .map-left-content p, .map-section .map-left-content .map-phone-container, .map-section .map-right-content p, .map-section .map-right-content .map-phone-container {
      flex: 0 0 100%; }
    .map-section .map-left-content p, .map-section .map-left-content .map-phone, .map-section .map-right-content p, .map-section .map-right-content .map-phone {
      font-size: 1.6rem;
      color: #20222B;
      opacity: 0.7; }
    .map-section .map-left-content .map-phone, .map-section .map-left-content .button-3, .map-section .map-right-content .map-phone, .map-section .map-right-content .button-3 {
      pointer-events: auto; }
    .map-section .map-left-content .map-phone-container, .map-section .map-right-content .map-phone-container {
      margin-top: 1.5rem; }
    .map-section .map-left-content .map-phone:hover, .map-section .map-right-content .map-phone:hover {
      color: #DB9576; }
    .map-section .map-left-content .button-3, .map-section .map-right-content .button-3 {
      margin: 4.5rem 0 0 0; }
  .map-section #map, .map-section #map2 {
    width: 100%;
    height: 42rem;
    position: relative; }
    .map-section #map:before, .map-section #map2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(-270deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 100%);
      transform: rotate(180deg);
      z-index: 3;
      pointer-events: none; }
    .map-section #map:after, .map-section #map2:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background-image: linear-gradient(-270deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 100%);
      z-index: 3;
      pointer-events: none; }

@media only screen and (max-width: 1250px) {
  .map-section .map-left-content, .map-section .map-right-content {
    max-width: 100%; } }

@media only screen and (max-width: 800px) {
  .map-section .map-right, .map-section .map-left {
    flex: 0 0 100%; }
    .map-section .map-right .map-left-content, .map-section .map-right .map-right-content, .map-section .map-left .map-left-content, .map-section .map-left .map-right-content {
      left: 5%; } }

.page-template-page-referrals .intro {
  margin-bottom: 8.5rem; }

.intro {
  background-color: #F8F7F7;
  text-align: center;
  padding-bottom: 5.5rem; }
  .intro .container {
    justify-content: center; }
  .intro h2, .intro p, .intro .button {
    margin-bottom: 3rem; }

@media only screen and (max-width: 650px) {
  .intro {
    padding-bottom: 3rem; } }

.error404 main .error {
  padding: 12rem 0; }
  .error404 main .error .container {
    justify-content: center; }
  .error404 main .error h1, .error404 main .error h3, .error404 main .error p {
    color: #20222B;
    text-align: center; }
  .error404 main .error h1 {
    margin: 0 0 3rem;
    font-size: 8rem; }
  .error404 main .error h3 {
    margin: 0 0 2.5rem;
    font-size: 2.5em; }
  .error404 main .error .button {
    margin-top: 4rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

.brochure-download {
  background-color: #BCE3DD;
  padding: 8rem 0 6rem; }
  .brochure-download .container {
    justify-content: space-between; }
  .brochure-download h2 {
    line-height: 1.2;
    flex: 0 0 66%;
    margin: 0 5% 2rem 0; }
  .brochure-download .button {
    align-self: center;
    margin-bottom: 2rem; }

@media only screen and (max-width: 1200px) {
  .brochure-download {
    padding: 8rem 0 5rem; }
    .brochure-download .container {
      justify-content: center; }
    .brochure-download h2 {
      flex: 0 0 100%;
      margin: 0 0 3rem 0;
      text-align: center; }
    .brochure-download .button {
      margin-bottom: 3rem; } }

@media only screen and (max-width: 650px) {
  .brochure-download {
    padding: 6rem 0 3rem; } }

.special-offers h2 {
  flex: 0 0 100%;
  margin-bottom: 6rem; }

.special-offers .single-offer {
  flex: 0 0 30%;
  margin: 0 5% 5% 0; }
  .special-offers .single-offer .img-container {
    width: 100%;
    padding-bottom: 66%; }
  .special-offers .single-offer .single-offer-content {
    background-color: #BCE3DD;
    padding: 4rem 3rem;
    text-align: center; }
    .special-offers .single-offer .single-offer-content h3 {
      font-family: "playfair-display", serif;
      font-weight: 300; }
  .special-offers .single-offer:nth-of-type(3n+3) {
    margin-right: 0; }
  .special-offers .single-offer:last-of-type {
    margin-right: 0; }

@media only screen and (max-width: 800px) {
  .special-offers .single-offer .single-offer-content {
    padding: 3rem 2rem; } }

@media only screen and (max-width: 650px) {
  .special-offers .single-offer {
    flex: 0 0 47.5%;
    margin: 0 5% 5% 0 !important; }
    .special-offers .single-offer:nth-of-type(2n+2) {
      margin-right: 0 !important; } }

@media only screen and (max-width: 500px) {
  .special-offers .single-offer {
    flex: 0 0 100%;
    margin: 0 0 5% 0 !important; } }

.provider-options {
  padding-bottom: 0; }
  .provider-options .provider-option h2 {
    margin-bottom: 6rem; }
  .provider-options .provider-option .provider-container {
    padding-bottom: 10rem;
    justify-content: center; }
    .provider-options .provider-option .provider-container .provider-logo {
      flex: 0 0 20%;
      margin-right: 5%;
      display: flex; }
      .provider-options .provider-option .provider-container .provider-logo img {
        width: 13rem;
        max-height: 6rem;
        align-self: center; }
      .provider-options .provider-option .provider-container .provider-logo:last-of-type {
        margin: 0; }

@media only screen and (max-width: 450px) {
  .provider-options .provider-option h2 {
    margin-bottom: 2.5rem; }
  .provider-options .provider-option .provider-container {
    padding-bottom: 8rem; } }

.contact {
  background-color: #F8F7F7; }
  .contact .clinics, .contact .contact-form {
    flex: 0 0 42.5%; }
  .contact .clinics {
    margin-right: 15%;
    height: 100%; }
    .contact .clinics .ashmore-clinic, .contact .clinics .robina-clinic {
      margin-bottom: 4rem; }
      .contact .clinics .ashmore-clinic h2, .contact .clinics .robina-clinic h2 {
        margin: 0 0 2rem; }
      .contact .clinics .ashmore-clinic p, .contact .clinics .ashmore-clinic .clinic-phone, .contact .clinics .robina-clinic p, .contact .clinics .robina-clinic .clinic-phone {
        opacity: 0.7;
        font-size: 1.6rem;
        line-height: 1.6; }
    .contact .clinics .contact-hours {
      line-height: 1.6;
      margin: 0 0 5rem; }
    .contact .clinics .contact-email {
      font-size: 2.2rem;
      font-weight: 600; }
      .contact .clinics .contact-email:hover {
        color: #DB9576; }
    .contact .clinics .social {
      margin-top: 2.5rem; }

.gf_browser_chrome form .gform_body ul, .gf_browser_safari form .gform_body ul, .gf_browser_gecko form .gform_body ul, .gf_browser_ie form .gform_body ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .gf_browser_chrome form .gform_body ul li, .gf_browser_safari form .gform_body ul li, .gf_browser_gecko form .gform_body ul li, .gf_browser_ie form .gform_body ul li {
    flex: 0 0 47.5%;
    margin: 0 5% 5% 0; }
    .gf_browser_chrome form .gform_body ul li .gfield_description, .gf_browser_safari form .gform_body ul li .gfield_description, .gf_browser_gecko form .gform_body ul li .gfield_description, .gf_browser_ie form .gform_body ul li .gfield_description {
      display: none; }
    .gf_browser_chrome form .gform_body ul li input, .gf_browser_chrome form .gform_body ul li textarea, .gf_browser_safari form .gform_body ul li input, .gf_browser_safari form .gform_body ul li textarea, .gf_browser_gecko form .gform_body ul li input, .gf_browser_gecko form .gform_body ul li textarea, .gf_browser_ie form .gform_body ul li input, .gf_browser_ie form .gform_body ul li textarea {
      width: 100%;
      border: none;
      padding: 2.2rem;
      resize: none;
      outline: none; }
    .gf_browser_chrome form .gform_body ul li ::placeholder, .gf_browser_safari form .gform_body ul li ::placeholder, .gf_browser_gecko form .gform_body ul li ::placeholder, .gf_browser_ie form .gform_body ul li ::placeholder {
      opacity: 0.7;
      color: #20222B;
      font-size: 1.6rem; }
    .gf_browser_chrome form .gform_body ul li .gfield_label, .gf_browser_safari form .gform_body ul li .gfield_label, .gf_browser_gecko form .gform_body ul li .gfield_label, .gf_browser_ie form .gform_body ul li .gfield_label {
      display: none; }
    .gf_browser_chrome form .gform_body ul li:nth-of-type(2n+3), .gf_browser_safari form .gform_body ul li:nth-of-type(2n+3), .gf_browser_gecko form .gform_body ul li:nth-of-type(2n+3), .gf_browser_ie form .gform_body ul li:nth-of-type(2n+3) {
      margin-right: 0; }
  .gf_browser_chrome form .gform_body ul .gfield_html, .gf_browser_safari form .gform_body ul .gfield_html, .gf_browser_gecko form .gform_body ul .gfield_html, .gf_browser_ie form .gform_body ul .gfield_html {
    margin: 0 0 4rem 0;
    flex: 0 0 100%; }
    .gf_browser_chrome form .gform_body ul .gfield_html h1, .gf_browser_chrome form .gform_body ul .gfield_html h2, .gf_browser_chrome form .gform_body ul .gfield_html h3, .gf_browser_chrome form .gform_body ul .gfield_html h4, .gf_browser_chrome form .gform_body ul .gfield_html h5, .gf_browser_chrome form .gform_body ul .gfield_html h6, .gf_browser_safari form .gform_body ul .gfield_html h1, .gf_browser_safari form .gform_body ul .gfield_html h2, .gf_browser_safari form .gform_body ul .gfield_html h3, .gf_browser_safari form .gform_body ul .gfield_html h4, .gf_browser_safari form .gform_body ul .gfield_html h5, .gf_browser_safari form .gform_body ul .gfield_html h6, .gf_browser_gecko form .gform_body ul .gfield_html h1, .gf_browser_gecko form .gform_body ul .gfield_html h2, .gf_browser_gecko form .gform_body ul .gfield_html h3, .gf_browser_gecko form .gform_body ul .gfield_html h4, .gf_browser_gecko form .gform_body ul .gfield_html h5, .gf_browser_gecko form .gform_body ul .gfield_html h6, .gf_browser_ie form .gform_body ul .gfield_html h1, .gf_browser_ie form .gform_body ul .gfield_html h2, .gf_browser_ie form .gform_body ul .gfield_html h3, .gf_browser_ie form .gform_body ul .gfield_html h4, .gf_browser_ie form .gform_body ul .gfield_html h5, .gf_browser_ie form .gform_body ul .gfield_html h6 {
      margin: 0;
      font-size: 3.6rem;
      font-weight: 300; }
  .gf_browser_chrome form .gform_body ul #field_1_6, .gf_browser_safari form .gform_body ul #field_1_6, .gf_browser_gecko form .gform_body ul #field_1_6, .gf_browser_ie form .gform_body ul #field_1_6 {
    flex: 0 0 100%;
    border: none; }

.gf_browser_chrome form .validation_error, .gf_browser_safari form .validation_error, .gf_browser_gecko form .validation_error, .gf_browser_ie form .validation_error {
  display: none; }

.gf_browser_chrome form .gform_footer, .gf_browser_safari form .gform_footer, .gf_browser_gecko form .gform_footer, .gf_browser_ie form .gform_footer {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  border: none; }
  .gf_browser_chrome form .gform_footer .button, .gf_browser_safari form .gform_footer .button, .gf_browser_gecko form .gform_footer .button, .gf_browser_ie form .gform_footer .button {
    flex: 0 0 100%;
    color: #20222B;
    outline: none;
    border: none; }
    .gf_browser_chrome form .gform_footer .button:hover, .gf_browser_safari form .gform_footer .button:hover, .gf_browser_gecko form .gform_footer .button:hover, .gf_browser_ie form .gform_footer .button:hover {
      color: #DB9576; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: white !important; }

.gfield_error .ginput_container input[type="text"],
.gfield_error .ginput_container textarea {
  border: 1px solid #c10012 !important; }

@media only screen and (max-width: 800px) {
  .contact .clinics, .contact .contact-form {
    flex: 0 0 100%; }
  .contact .clinics {
    margin: 0 0 10% 0; } }

@media only screen and (max-width: 450px) {
  .contact .clinics {
    margin: 0 0 15% 0; }
  .gf_browser_chrome form .gform_body ul li, .gf_browser_safari form .gform_body ul li, .gf_browser_gecko form .gform_body ul li, .gf_browser_ie form .gform_body ul li {
    flex: 0 0 100%;
    margin: 0 0 5% 0; }
  .gf_browser_chrome form .gform_body ul .gfield_html h1, .gf_browser_chrome form .gform_body ul .gfield_html h2, .gf_browser_chrome form .gform_body ul .gfield_html h3, .gf_browser_chrome form .gform_body ul .gfield_html h4, .gf_browser_chrome form .gform_body ul .gfield_html h5, .gf_browser_chrome form .gform_body ul .gfield_html h6, .gf_browser_safari form .gform_body ul .gfield_html h1, .gf_browser_safari form .gform_body ul .gfield_html h2, .gf_browser_safari form .gform_body ul .gfield_html h3, .gf_browser_safari form .gform_body ul .gfield_html h4, .gf_browser_safari form .gform_body ul .gfield_html h5, .gf_browser_safari form .gform_body ul .gfield_html h6, .gf_browser_gecko form .gform_body ul .gfield_html h1, .gf_browser_gecko form .gform_body ul .gfield_html h2, .gf_browser_gecko form .gform_body ul .gfield_html h3, .gf_browser_gecko form .gform_body ul .gfield_html h4, .gf_browser_gecko form .gform_body ul .gfield_html h5, .gf_browser_gecko form .gform_body ul .gfield_html h6, .gf_browser_ie form .gform_body ul .gfield_html h1, .gf_browser_ie form .gform_body ul .gfield_html h2, .gf_browser_ie form .gform_body ul .gfield_html h3, .gf_browser_ie form .gform_body ul .gfield_html h4, .gf_browser_ie form .gform_body ul .gfield_html h5, .gf_browser_ie form .gform_body ul .gfield_html h6 {
    font-size: 3rem; } }

.testimonials .testimonials-container {
  border: 3px solid #FF5E33;
  border-radius: 15px;
  max-width: 80%;
  margin: 0 auto; }
  .testimonials .testimonials-container .testimonials-title {
    background-color: #FF5E33;
    border-radius: 10px 10px 0 0;
    opacity: 1;
    padding: 1rem;
    color: white;
    font-size: 2rem; }
  .testimonials .testimonials-container .testimonial-logo-container {
    align-items: center;
    padding-top: 2rem; }
    .testimonials .testimonials-container .testimonial-logo-container .womo-link {
      margin: 0 auto 2rem 2rem;
      align-self: flex-start;
      font-size: 1.6rem; }
    .testimonials .testimonials-container .testimonial-logo-container img {
      margin: 0 2rem 2rem auto; }
  .testimonials .testimonials-container .testimonials-slider .testimonial {
    width: 100%;
    padding: 2rem; }
    .testimonials .testimonials-container .testimonials-slider .testimonial p {
      opacity: 1; }

@media only screen and (max-width: 650px) {
  .testimonials .testimonials-container {
    max-width: 100%; } }

.featured-services {
  background-color: #F8F7F7;
  padding-bottom: 6rem; }
  .featured-services .featured-services-title {
    flex: 0 0 26%;
    margin-right: 10%; }
    .featured-services .featured-services-title .featured-services-excerpt {
      margin-bottom: 4.5rem; }
  .featured-services .services-container {
    flex: 1 0 64%; }
    .featured-services .services-container .single-service {
      flex: 0 0 47.5%;
      margin: 0 5% 6% 0 !important; }
      .featured-services .services-container .single-service:nth-of-type(2n+2) {
        margin-right: 0 !important; }

@media only screen and (max-width: 800px) {
  .featured-services .featured-services-title {
    flex: 0 0 100%;
    margin: 0 0 5rem; }
  .featured-services .services-container {
    flex: 0 0 100%; }

  .testimonials h2 {
    margin: 0 0 4.5rem 0; }}

@media only screen and (max-width: 450px) {
  .featured-services {
    padding-bottom: 3rem; }
    .featured-services .services-container .single-service {
      flex: 0 0 100%;
      margin: 0 0 5rem 0 !important; } }

.why-choose-us {
  padding-bottom: 6rem; }
  .why-choose-us .why-choose-us-content {
    text-align: center;
    max-width: 60%;
    margin: 0 auto 6.5rem; }
  .why-choose-us .single-skill {
    flex: 0 0 23.1%;
    padding: 0 2.5% 0 0;
    margin: 0 2.5% 5% 0;
    border-right: 1px solid rgba(226, 227, 227, 0.8); }
    .why-choose-us .single-skill img {
      width: 10rem;
      height: 10rem;
      margin: 0 0 2rem; }
    .why-choose-us .single-skill:nth-of-type(4n+4) {
      margin-right: 0;
      border: none;
      padding-right: 0; }
    .why-choose-us .single-skill:last-of-type {
      margin-right: 0;
      padding-right: 0;
      border: none; }

@media only screen and (max-width: 800px) {
  .why-choose-us .why-choose-us-content {
    max-width: 100%; }
  .why-choose-us .single-skill {
    flex: 0 0 47.5%;
    padding: 0 5% 0 0;
    margin: 0 5% 5% 0; }
    .why-choose-us .single-skill:nth-of-type(2n+2) {
      margin-right: 0;
      border: none;
      padding-right: 0; } }

@media only screen and (max-width: 500px) {
  .why-choose-us .single-skill {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 10% 0;
    padding: 0 0 10% 0;
    border-right: none;
    border-bottom: 1px solid rgba(226, 227, 227, 0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .why-choose-us .single-skill img, .why-choose-us .single-skill h3, .why-choose-us .single-skill p {
      flex: 0 0 100%;
      text-align: center; }
    .why-choose-us .single-skill:nth-of-type(2n+2) {
      border-bottom: 1px solid rgba(226, 227, 227, 0.8); } }

.before-and-after h2 {
  margin-bottom: 6rem;
  flex: 0 0 100%; }

.before-and-after .single-before-and-after {
  display: inline-block;
  margin: 0 3% 3% 0;
  vertical-align: top;
  flex: 0 0 31.3%; }
  .before-and-after .single-before-and-after h3 {
    margin: 2rem 0 0 0; }
  .before-and-after .single-before-and-after:nth-of-type(3n+3) {
    margin-right: 0; }

@media only screen and (max-width: 800px) {
  .before-and-after .single-before-and-after {
    margin: 0 5% 10% 0 !important;
    flex: 0 0 47.5%; }
    .before-and-after .single-before-and-after:nth-of-type(2n+2) {
      margin-right: 0 !important; } }

@media only screen and (max-width: 500px) {
  .before-and-after .single-before-and-after {
    margin: 0 0 10% 0 !important;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .before-and-after .single-before-and-after h3 {
      flex: 0 0 100%;
      text-align: center; } }


/*# sourceMappingURL=app.min.css.map*/