@charset "UTF-8";
/*
Theme Name: AP Smilecare
Author: 21Digital
Author URI: https://21digital.agency
Description: AP Smilecare website theme
*/
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
* Remove trailing margins from nested lists.
*/
li > ul,
li > ol {
  margin-bottom: 0; }

/**
* Let’s get `<table>`s behaving how we expect.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Our Site Breakpoints (same as twitter bootstrap) */
/* Break a component out of the main container it sits in */
/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
/* Maximum width of our site content */
@font-face {
  font-family: 'PlayfairDisplayRegular';
  src: url("fonts/PlayfairDisplay-Regular.eot");
  src: url("fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("fonts/PlayfairDisplay-Regular.woff") format("woff"), url("fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PlayfairDisplayBold';
  src: url("fonts/PlayfairDisplayBold.eot");
  src: url("fonts/PlayfairDisplayBold.eot") format("embedded-opentype"), url("fonts/PlayfairDisplayBold.woff2") format("woff2"), url("fonts/PlayfairDisplayBold.woff") format("woff"), url("fonts/PlayfairDisplayBold.ttf") format("truetype"), url("fonts/PlayfairDisplayBold.svg#PlayfairDisplayBold") format("svg"); }
@font-face {
  font-family: 'SofiaProRegular';
  src: url("fonts/SofiaProRegular.eot");
  src: url("fonts/SofiaProRegular.eot") format("embedded-opentype"), url("fonts/SofiaProRegular.woff2") format("woff2"), url("fonts/SofiaProRegular.woff") format("woff"), url("fonts/SofiaProRegular.ttf") format("truetype"), url("fonts/SofiaProRegular.svg#SofiaProRegular") format("svg"); }
@font-face {
  font-family: 'SofiaProSemiBold';
  src: url("fonts/SofiaProSemiBold.eot");
  src: url("fonts/SofiaProSemiBold.eot") format("embedded-opentype"), url("fonts/SofiaProSemiBold.woff2") format("woff2"), url("fonts/SofiaProSemiBold.woff") format("woff"), url("fonts/SofiaProSemiBold.ttf") format("truetype"), url("fonts/SofiaProSemiBold.svg#SofiaProSemiBold") format("svg"); }
p {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  font-family: "SofiaProRegular";
  margin-bottom: 30px; }
  @media (min-width: 1152px) {
    p {
      font-size: 16px;
      line-height: 22px; } }
  p a {
    color: #808080;
    text-decoration: underline; }
    p a:hover {
      color: #333333; }

h1, h2, h3, h4, h5, h6 {
  font-family: "PlayfairDisplayBold";
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px; }
  @media (min-width: 1152px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 30px;
      line-height: 40px; } }

form {
  padding: 30px 0; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  display: block;
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid #fff !important;
  height: 50px !important;
  padding-left: 10px;
  font-family: "SofiaProRegular" !important;
  color: #610B3C !important; }

input[type="search"] {
  display: block;
  width: 100%;
  border: 1px solid #fff !important;
  height: 50px !important;
  padding-left: 10px;
  font-family: "SofiaProRegular" !important;
  color: #610B3C !important; }
  input[type="search"]:not(.wp-block-search__input) {
    border-radius: 10px !important; }

select {
  width: 100%;
  padding-left: 10px;
  border: 1px solid #fff !important;
  height: 50px !important;
  color: #610B3C !important;
  font-family: "SofiaProRegular" !important;
  line-height: 50px !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 50% right 20px; }
  select:not(.wp-block-categories-dropdown select) {
    border-radius: 10px !important; }

textarea {
  width: 100%;
  border-radius: 10px !important;
  padding: 20px;
  border: 1px solid #fff !important;
  height: 150px;
  font-family: "SofiaProRegular" !important;
  color: #610B3C !important;
  resize: none !important; }

input[type="checkbox"] {
  margin: 0 3px 0 0;
  position: relative;
  top: 2px; }

input[type="radio"] {
  margin: 0 3px 0 0;
  position: relative;
  top: 2px; }

label {
  display: inline-block;
  position: relative;
  margin-bottom: 5px; }

input[type="submit"] {
  width: 100% !important;
  height: 50px !important;
  background-color: #B5C900 !important;
  background-image: url("images/icons/arrows/arrow-black.png") !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  border-radius: 50px !important;
  border: 1px solid #B5C900 !important;
  color: #333333 !important;
  font-family: "SofiaProSemiBold" !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: all .3s ease; }
  input[type="submit"]:hover {
    background-color: #610B3C !important;
    background-image: url("images/icons/arrows/arrow-white.png") !important;
    color: #fff !important; }
  input[type="submit"]:not(.newsletter-callout input[type="submit"]) {
    width: 200px !important; }

.gform-theme--api, .gform-theme--foundation {
  --gform-theme-form-row-gap: 15px!important;
  --gform-theme-form-col-gap: 15px!important; }

.gform-theme--foundation .gform_fields {
  grid-row-gap: var(--gform-theme-form-row-gap); }

/* Callback Form */
body.page-template-page-callback form {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }
  @media (min-width: 992px) {
    body.page-template-page-callback form {
      max-width: 700px; } }
body.page-template-page-callback select {
  border: 1px solid #610B3C !important;
  box-shadow: none !important;
  text-align: left !important;
  border-radius: 30px !important;
  padding-left: 20px !important;
  color: #666 !important; }
  body.page-template-page-callback select:placeholder {
    color: #666 !important; }
body.page-template-page-callback input[type="text"] {
  border: 1px solid #610B3C !important;
  box-shadow: none !important;
  text-align: left !important;
  border-radius: 30px !important;
  padding-left: 20px !important;
  color: #666 !important; }
  body.page-template-page-callback input[type="text"]:placeholder {
    color: #666 !important; }
body.page-template-page-callback input[type="email"] {
  border: 1px solid #610B3C !important;
  box-shadow: none !important;
  text-align: left !important;
  border-radius: 30px !important;
  padding-left: 20px !important;
  color: #666 !important; }
  body.page-template-page-callback input[type="email"]:placeholder {
    color: #666 !important; }
body.page-template-page-callback textarea {
  border: 1px solid #610B3C !important;
  box-shadow: none !important;
  text-align: left !important;
  border-radius: 15px !important;
  padding: 20px !important;
  color: #666 !important; }
  body.page-template-page-callback textarea:placeholder {
    color: #666 !important; }
body.page-template-page-callback .gform-theme--framework .gfield--type-choice .gfield_radio {
  text-align: left !important; }
  @media (min-width: 768px) {
    body.page-template-page-callback .gform-theme--framework .gfield--type-choice .gfield_radio {
      flex-direction: row !important;
      justify-content: space-around !important; } }
body.page-template-page-callback .gfield_checkbox .gchoice {
  display: flex !important; }
body.page-template-page-callback .gfield_checkbox label {
  color: #610B3C !important;
  position: relative;
  top: 2px; }

.gform_validation_errors {
  border-radius: 0 !important;
  background-color: #f5cac3 !important; }
  .gform_validation_errors h2 {
    margin-bottom: 0 !important;
    justify-content: center !important; }

.gform-theme--framework .gfield_validation_message {
  color: #f5cac3 !important; }

#gform_confirmation_message_3 {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: transparent;
  padding: 20px;
  border: 1px solid #fff;
  font-family: "PlayfairDisplayBold";
  font-size: 18px;
  line-height: 28px; }

.appointment-form .gform_heading {
  display: none;
  visibility: hidden;
  text-indent: -9999px; }
.appointment-form .upload-msg p {
  color: #fff;
  margin: 0;
  text-align: center; }
  .appointment-form .upload-msg p a {
    color: #fff;
    text-decoration: underline; }
    .appointment-form .upload-msg p a:hover {
      text-decoration: none; }
@media (min-width: 576px) {
  .appointment-form .gfield--type-fileupload {
    width: 300px;
    margin-left: auto;
    margin-right: auto; } }
.appointment-form .gform_fileupload_rules {
  color: #fff !important; }
.appointment-form .gfield--type-captcha {
  display: flex;
  justify-content: center; }
.appointment-form .gform-footer {
  display: flex;
  justify-content: center; }

table {
  width: 100%; }

th,
td {
  padding: 15px; }

thead {
  background-color: #808080; }
  thead td {
    color: #fff; }
    thead td:nth-of-type(even) {
      border-left: 1px solid #F5F5F5;
      border-right: 1px solid #F5F5F5; }

tbody tr:nth-of-type(even) {
  background-color: #F5F5F5; }
tbody td {
  font-size: 16px;
  line-height: 24px; }

.btn, .purple-outline, .article-list .readmore, .purple-solid, .white-outline, .white-solid, .green-solid {
  display: inline-flex;
  align-items: center;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  padding: 18px 50px 15px 30px;
  font-family: "SofiaProSemiBold";
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  -webkit-box-shadow: 0px 7px 11px -5px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 7px 11px -5px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 7px 11px -5px rgba(0, 0, 0, 0.34);
  transition: all .3s ease; }
  @media (max-width: 767px) {
    .btn, .purple-outline, .article-list .readmore, .purple-solid, .white-outline, .white-solid, .green-solid {
      padding: 12px 35px 10px 15px; } }
  .btn:hover, .purple-outline:hover, .article-list .readmore:hover, .purple-solid:hover, .white-outline:hover, .white-solid:hover, .green-solid:hover {
    text-decoration: none; }

.purple-outline, .article-list .readmore {
  border-color: #610B3C;
  color: #610B3C;
  background-image: url("images/icons/arrows/arrow-purple.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  @media (max-width: 767px) {
    .purple-outline, .article-list .readmore {
      background-size: 12px;
      background-position: top 50% right 15px; } }
  .purple-outline:hover, .article-list .readmore:hover {
    background-color: #610B3C;
    background-image: url("images/icons/arrows/arrow-white.png");
    color: #fff; }

.purple-solid {
  border-color: #610B3C;
  background-color: #610B3C;
  color: #fff;
  background-image: url("images/icons/arrows/arrow-white.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  .purple-solid:hover {
    background-color: #fff;
    color: #610B3C;
    background-image: url("images/icons/arrows/arrow-purple.png"); }
  .purple-solid:visited {
    color: #fff; }
    .purple-solid:visited:hover {
      color: #333333;
      background-image: url("images/icons/arrows/arrow-purple.png"); }

.white-outline {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  background-image: url("images/icons/arrows/arrow-white.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  @media (max-width: 767px) {
    .white-outline {
      background-size: 12px;
      background-position: top 50% right 15px; } }
  .white-outline:hover {
    background-color: #fff;
    background-image: url("images/icons/arrows/arrow-purple.png");
    color: #333333; }

.white-solid {
  border-color: #fff;
  color: #333333;
  background-color: #fff;
  background-image: url("images/icons/arrows/arrow-black.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  @media (max-width: 767px) {
    .white-solid {
      background-size: 12px;
      background-position: top 50% right 15px; } }
  .white-solid:hover {
    background-color: #333333;
    border-color: #333333;
    background-image: url("images/icons/arrows/arrow-white.png");
    color: #fff; }

.green-solid {
  border-color: #B5C900;
  background-color: #B5C900;
  color: #333333;
  background-image: url("images/icons/arrows/arrow-black.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  justify-content: center; }
  @media (max-width: 767px) {
    .green-solid {
      background-size: 12px;
      background-position: top 50% right 15px; } }
  .green-solid:hover {
    border-color: #333333;
    background-color: #333333;
    background-image: url("images/icons/arrows/arrow-green.png");
    color: #B5C900; }

.default {
  color: #333333; }

.btn-rounded, .article-list .readmore {
  border-radius: 30px; }

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

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 1000;
  width: 360px;
  height: 100%;
  overflow-x: hidden;
  padding: 30px 0;
  opacity: 0;
  transition: all .3s ease;
  background-color: #fff; }
  .mobile-menu.opened {
    right: 0;
    opacity: 1; }
  .mobile-menu ul {
    padding: 20px; }
  .mobile-menu li:not(.contacts li) {
    display: block;
    padding: 17px 15px 15px 15px;
    font-size: 16px;
    line-height: 16px; }
    .mobile-menu li:not(.contacts li):not(:last-of-type) {
      border-bottom: 1px solid #610B3C; }
  .mobile-menu li a {
    color: #808080;
    font-family: "SofiaProRegular"; }

.close-container {
  display: flex;
  padding: 15px 20px; }
  .close-container a:not(:first-of-type) {
    margin-left: 10px; }
  .close-container .purple-outline, .close-container .article-list .readmore, .article-list .close-container .readmore {
    background-image: url("images/icons/close-purple.png");
    background-position: top 50% left 20px;
    padding: 10px 25px 8px 40px;
    background-size: 10px; }
    .close-container .purple-outline:hover, .close-container .article-list .readmore:hover, .article-list .close-container .readmore:hover {
      background-image: url("images/icons/close-white.png"); }

ul.contacts {
  padding-left: 20px; }
  ul.contacts li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    list-style: none; }
    ul.contacts li a {
      color: #808080;
      text-decoration: underline;
      font-size: 16px;
      line-height: 16px;
      font-family: "SofiaProSemiBold"; }
    ul.contacts li:not(:last-of-type) {
      margin-bottom: 20px; }
    ul.contacts li:before {
      content: "";
      display: inline-block;
      position: relative;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 40px;
      margin-right: 15px; }
    ul.contacts li:nth-of-type(1):before {
      background-image: url("images/icons/call-us.png"); }
    ul.contacts li:nth-of-type(2):before {
      background-image: url("images/icons/callback.png"); }
    ul.contacts li:nth-of-type(3):before {
      background-image: url("images/icons/email-mobile.png"); }
  ul.contacts p {
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    line-height: 14px; }

.drilldown {
  display: block; }

.drilldown li {
  display: block;
  position: relative;
  clear: both;
  list-style: none;
  border-bottom: 1px solid #a4161a;
  padding: 5px 0; }
  .drilldown li:hover .dropdown-link {
    color: #a4161a;
    text-decoration: underline; }
  .drilldown li:not(:last-of-type) {
    margin-bottom: 0; }

.dropdown-inner {
  position: relative;
  padding: 0;
  z-index: 60; }
  .dropdown-inner a {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 35px; }

.drilldown .dropdown {
  position: static; }

.drilldown span.expand {
  z-index: 70;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
  position: absolute;
  display: block;
  top: -5px;
  right: 0; }
  .drilldown span.expand:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    float: right;
    line-height: 25px;
    background-image: url("images/icons/arrow-purple.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }
  .drilldown span.expand:hover:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    float: right;
    line-height: 25px;
    background-image: url("images/icons/arrow-purple.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }

.drilldown span.back {
  z-index: 70;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 14px;
  cursor: pointer;
  color: #333333;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  letter-spacing: normal; }
  .drilldown span.back:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    float: right;
    line-height: 25px;
    background-image: url("images/icons/arrow-white.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }
  .drilldown span.back:hover:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    float: right;
    line-height: 25px;
    background-image: url("images/icons/arrow-purple.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }

.dropdown-menu {
  clear: both;
  padding: 0;
  float: none;
  border: none;
  visibility: visible;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100% !important;
  min-height: 100vh !important;
  max-height: calc(100vh - 60px);
  background: #fff !important;
  z-index: 9991;
  opacity: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transition: transform .4s ease;
  -o-transition: transform .4s ease;
  -webkit-transition: transform .4s ease;
  transition: transform .4s ease;
  -ms-transform: 0 0 0 white;
  -o-transform: 0 0 0 white; }
  .dropdown-menu .dropdown-inner {
    padding: 0 20px; }

.menu-mobile-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.back-prev-menu {
  font-weight: 400;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  height: 55px;
  line-height: 55px;
  width: 100%;
  background: #610B3C; }
  .back-prev-menu a {
    color: #fff;
    padding: 13px 40px 13px 0;
    text-align: center;
    font-size: 16px;
    position: static;
    height: auto;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 1152px) {
      .back-prev-menu a {
        font-size: 20px;
        line-height: 20px; } }
  .back-prev-menu .back {
    color: #fff !important;
    padding: 0 0 13px 70px !important;
    text-align: center;
    font-size: 16px;
    position: static;
    height: auto;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 1152px) {
      .back-prev-menu .back {
        font-size: 20px;
        line-height: 20px; } }
    .back-prev-menu .back:before {
      position: absolute;
      left: 25px;
      top: 15px;
      float: left;
      line-height: 20px;
      width: 46px;
      height: 40px;
      content: '';
      background-image: url("images/icons/arrow-white.png") !important;
      transform: rotate(180deg); }

.mega-sub-link a {
  border-bottom: 1px solid #a4161a;
  padding: 20px 15px !important; }

html {
  /*! autoprefixer: off */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  /*! autoprefixer: off */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  /*! autoprefixer: off */
  font-size: 14px;
  line-height: 20px;
  font-family: sans-serif;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html,
body {
  overflow-x: hidden; }

body.menu-opened {
  height: 100vh;
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle; }

a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

@media (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none; } }
ul,
ol {
  padding-left: 15px; }

li {
  font-size: 14px;
  line-height: 20px;
  font-family: "SofiaProRegular";
  color: #808080; }
  @media (min-width: 1152px) {
    li {
      font-size: 16px;
      line-height: 22px; } }

.c-container, .site-content, .header-inner, .footer-inner, .key-messages ul, body.page-template-page-get-started-new .breadcrumb ul, body.page-template-page-get-started .breadcrumb ul, body.page-template-page-findus .breadcrumb ul, body.page-template-page-contact .breadcrumb ul, body.page-template-page-callback .breadcrumb ul, body.page-template-page-footerpage .breadcrumb ul, body.page-template-page-thankyou .breadcrumb ul, .page-intro, .poi-title, .poi-list, .poi-list2, .step-icons ul, .emergency-numbers ul, .our-team ul, .team-title, .meet-team ul, .team-intro {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }

.site-content {
  padding-top: 20px;
  padding-bottom: 0; }

header.site-header {
  padding-left: 20px;
  padding-right: 20px; }
  body.page-template-page-plans header.site-header, body.page-template-page-plans-finance header.site-header, body.blog header.site-header, body.page-template-page-findus header.site-header, body.page-template-page-get-started header.site-header, body.page-template-page-get-started-new header.site-header, body.page-template-page-get-started-remote header.site-header, body.page-template-page-callback header.site-header, body.page-template-page-contact header.site-header, body.page-template-page-emergency header.site-header, body.page-template-page-footerpage header.site-header, body.error404 header.site-header, body.search-results header.site-header, body.thankyou-template header.site-header, body.page-template-page-customer-reviews header.site-header, body.page-template-page-thankyou header.site-header, body.page-template-page-denplan header.site-header, body.page-template-page-fees header.site-header {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.31); }
    @media (min-width: 768px) {
      body.page-template-page-plans header.site-header, body.page-template-page-plans-finance header.site-header, body.blog header.site-header, body.page-template-page-findus header.site-header, body.page-template-page-get-started header.site-header, body.page-template-page-get-started-new header.site-header, body.page-template-page-get-started-remote header.site-header, body.page-template-page-callback header.site-header, body.page-template-page-contact header.site-header, body.page-template-page-emergency header.site-header, body.page-template-page-footerpage header.site-header, body.error404 header.site-header, body.search-results header.site-header, body.thankyou-template header.site-header, body.page-template-page-customer-reviews header.site-header, body.page-template-page-thankyou header.site-header, body.page-template-page-denplan header.site-header, body.page-template-page-fees header.site-header {
        border-bottom: 1px solid #610B3C;
        box-shadow: none; } }
    body.page-template-page-plans header.site-header .site-logo, body.page-template-page-plans-finance header.site-header .site-logo, body.blog header.site-header .site-logo, body.page-template-page-findus header.site-header .site-logo, body.page-template-page-get-started header.site-header .site-logo, body.page-template-page-get-started-new header.site-header .site-logo, body.page-template-page-get-started-remote header.site-header .site-logo, body.page-template-page-callback header.site-header .site-logo, body.page-template-page-contact header.site-header .site-logo, body.page-template-page-emergency header.site-header .site-logo, body.page-template-page-footerpage header.site-header .site-logo, body.error404 header.site-header .site-logo, body.search-results header.site-header .site-logo, body.thankyou-template header.site-header .site-logo, body.page-template-page-customer-reviews header.site-header .site-logo, body.page-template-page-thankyou header.site-header .site-logo, body.page-template-page-denplan header.site-header .site-logo, body.page-template-page-fees header.site-header .site-logo {
      background-color: #fff; }
      body.page-template-page-plans header.site-header .site-logo img, body.page-template-page-plans-finance header.site-header .site-logo img, body.blog header.site-header .site-logo img, body.page-template-page-findus header.site-header .site-logo img, body.page-template-page-get-started header.site-header .site-logo img, body.page-template-page-get-started-new header.site-header .site-logo img, body.page-template-page-get-started-remote header.site-header .site-logo img, body.page-template-page-callback header.site-header .site-logo img, body.page-template-page-contact header.site-header .site-logo img, body.page-template-page-emergency header.site-header .site-logo img, body.page-template-page-footerpage header.site-header .site-logo img, body.error404 header.site-header .site-logo img, body.search-results header.site-header .site-logo img, body.thankyou-template header.site-header .site-logo img, body.page-template-page-customer-reviews header.site-header .site-logo img, body.page-template-page-thankyou header.site-header .site-logo img, body.page-template-page-denplan header.site-header .site-logo img, body.page-template-page-fees header.site-header .site-logo img {
        opacity: 0; }
        body.page-template-page-plans header.site-header .site-logo img + img, body.page-template-page-plans-finance header.site-header .site-logo img + img, body.blog header.site-header .site-logo img + img, body.page-template-page-findus header.site-header .site-logo img + img, body.page-template-page-get-started header.site-header .site-logo img + img, body.page-template-page-get-started-new header.site-header .site-logo img + img, body.page-template-page-get-started-remote header.site-header .site-logo img + img, body.page-template-page-callback header.site-header .site-logo img + img, body.page-template-page-contact header.site-header .site-logo img + img, body.page-template-page-emergency header.site-header .site-logo img + img, body.page-template-page-footerpage header.site-header .site-logo img + img, body.error404 header.site-header .site-logo img + img, body.search-results header.site-header .site-logo img + img, body.thankyou-template header.site-header .site-logo img + img, body.page-template-page-customer-reviews header.site-header .site-logo img + img, body.page-template-page-thankyou header.site-header .site-logo img + img, body.page-template-page-denplan header.site-header .site-logo img + img, body.page-template-page-fees header.site-header .site-logo img + img {
          opacity: 1; }
    body.page-template-page-plans header.site-header .header-links a, body.page-template-page-plans-finance header.site-header .header-links a, body.blog header.site-header .header-links a, body.page-template-page-findus header.site-header .header-links a, body.page-template-page-get-started header.site-header .header-links a, body.page-template-page-get-started-new header.site-header .header-links a, body.page-template-page-get-started-remote header.site-header .header-links a, body.page-template-page-callback header.site-header .header-links a, body.page-template-page-contact header.site-header .header-links a, body.page-template-page-emergency header.site-header .header-links a, body.page-template-page-footerpage header.site-header .header-links a, body.error404 header.site-header .header-links a, body.search-results header.site-header .header-links a, body.thankyou-template header.site-header .header-links a, body.page-template-page-customer-reviews header.site-header .header-links a, body.page-template-page-thankyou header.site-header .header-links a, body.page-template-page-denplan header.site-header .header-links a, body.page-template-page-fees header.site-header .header-links a {
      color: #610B3C; }
      body.page-template-page-plans header.site-header .header-links a:hover, body.page-template-page-plans-finance header.site-header .header-links a:hover, body.blog header.site-header .header-links a:hover, body.page-template-page-findus header.site-header .header-links a:hover, body.page-template-page-get-started header.site-header .header-links a:hover, body.page-template-page-get-started-new header.site-header .header-links a:hover, body.page-template-page-get-started-remote header.site-header .header-links a:hover, body.page-template-page-callback header.site-header .header-links a:hover, body.page-template-page-contact header.site-header .header-links a:hover, body.page-template-page-emergency header.site-header .header-links a:hover, body.page-template-page-footerpage header.site-header .header-links a:hover, body.error404 header.site-header .header-links a:hover, body.search-results header.site-header .header-links a:hover, body.thankyou-template header.site-header .header-links a:hover, body.page-template-page-customer-reviews header.site-header .header-links a:hover, body.page-template-page-thankyou header.site-header .header-links a:hover, body.page-template-page-denplan header.site-header .header-links a:hover, body.page-template-page-fees header.site-header .header-links a:hover {
        text-decoration: none; }
    body.page-template-page-plans header.site-header .header-links li.has-children:hover a, body.page-template-page-plans-finance header.site-header .header-links li.has-children:hover a, body.blog header.site-header .header-links li.has-children:hover a, body.page-template-page-findus header.site-header .header-links li.has-children:hover a, body.page-template-page-get-started header.site-header .header-links li.has-children:hover a, body.page-template-page-get-started-new header.site-header .header-links li.has-children:hover a, body.page-template-page-get-started-remote header.site-header .header-links li.has-children:hover a, body.page-template-page-callback header.site-header .header-links li.has-children:hover a, body.page-template-page-contact header.site-header .header-links li.has-children:hover a, body.page-template-page-emergency header.site-header .header-links li.has-children:hover a, body.page-template-page-footerpage header.site-header .header-links li.has-children:hover a, body.error404 header.site-header .header-links li.has-children:hover a, body.search-results header.site-header .header-links li.has-children:hover a, body.thankyou-template header.site-header .header-links li.has-children:hover a, body.page-template-page-customer-reviews header.site-header .header-links li.has-children:hover a, body.page-template-page-thankyou header.site-header .header-links li.has-children:hover a, body.page-template-page-denplan header.site-header .header-links li.has-children:hover a, body.page-template-page-fees header.site-header .header-links li.has-children:hover a {
      color: #fff; }
    body.page-template-page-plans header.site-header .header-links li .submenu li a, body.page-template-page-plans-finance header.site-header .header-links li .submenu li a, body.blog header.site-header .header-links li .submenu li a, body.page-template-page-findus header.site-header .header-links li .submenu li a, body.page-template-page-get-started header.site-header .header-links li .submenu li a, body.page-template-page-get-started-new header.site-header .header-links li .submenu li a, body.page-template-page-get-started-remote header.site-header .header-links li .submenu li a, body.page-template-page-callback header.site-header .header-links li .submenu li a, body.page-template-page-contact header.site-header .header-links li .submenu li a, body.page-template-page-emergency header.site-header .header-links li .submenu li a, body.page-template-page-footerpage header.site-header .header-links li .submenu li a, body.error404 header.site-header .header-links li .submenu li a, body.search-results header.site-header .header-links li .submenu li a, body.thankyou-template header.site-header .header-links li .submenu li a, body.page-template-page-customer-reviews header.site-header .header-links li .submenu li a, body.page-template-page-thankyou header.site-header .header-links li .submenu li a, body.page-template-page-denplan header.site-header .header-links li .submenu li a, body.page-template-page-fees header.site-header .header-links li .submenu li a {
      color: #fff; }
    body.page-template-page-plans header.site-header .header-links a[href^="tel"]:before, body.page-template-page-plans-finance header.site-header .header-links a[href^="tel"]:before, body.blog header.site-header .header-links a[href^="tel"]:before, body.page-template-page-findus header.site-header .header-links a[href^="tel"]:before, body.page-template-page-get-started header.site-header .header-links a[href^="tel"]:before, body.page-template-page-get-started-new header.site-header .header-links a[href^="tel"]:before, body.page-template-page-get-started-remote header.site-header .header-links a[href^="tel"]:before, body.page-template-page-callback header.site-header .header-links a[href^="tel"]:before, body.page-template-page-contact header.site-header .header-links a[href^="tel"]:before, body.page-template-page-emergency header.site-header .header-links a[href^="tel"]:before, body.page-template-page-footerpage header.site-header .header-links a[href^="tel"]:before, body.error404 header.site-header .header-links a[href^="tel"]:before, body.search-results header.site-header .header-links a[href^="tel"]:before, body.thankyou-template header.site-header .header-links a[href^="tel"]:before, body.page-template-page-customer-reviews header.site-header .header-links a[href^="tel"]:before, body.page-template-page-thankyou header.site-header .header-links a[href^="tel"]:before, body.page-template-page-denplan header.site-header .header-links a[href^="tel"]:before, body.page-template-page-fees header.site-header .header-links a[href^="tel"]:before {
      background-image: url("images/icons/phone-purple.png"); }
    body.page-template-page-plans header.site-header .menu-btn a, body.page-template-page-plans-finance header.site-header .menu-btn a, body.blog header.site-header .menu-btn a, body.page-template-page-findus header.site-header .menu-btn a, body.page-template-page-get-started header.site-header .menu-btn a, body.page-template-page-get-started-new header.site-header .menu-btn a, body.page-template-page-get-started-remote header.site-header .menu-btn a, body.page-template-page-callback header.site-header .menu-btn a, body.page-template-page-contact header.site-header .menu-btn a, body.page-template-page-emergency header.site-header .menu-btn a, body.page-template-page-footerpage header.site-header .menu-btn a, body.error404 header.site-header .menu-btn a, body.search-results header.site-header .menu-btn a, body.thankyou-template header.site-header .menu-btn a, body.page-template-page-customer-reviews header.site-header .menu-btn a, body.page-template-page-thankyou header.site-header .menu-btn a, body.page-template-page-denplan header.site-header .menu-btn a, body.page-template-page-fees header.site-header .menu-btn a {
      background-color: #610B3C;
      background-image: url(images/icons/menu-white.png);
      color: #fff; }
      body.page-template-page-plans header.site-header .menu-btn a:hover, body.page-template-page-plans-finance header.site-header .menu-btn a:hover, body.blog header.site-header .menu-btn a:hover, body.page-template-page-findus header.site-header .menu-btn a:hover, body.page-template-page-get-started header.site-header .menu-btn a:hover, body.page-template-page-get-started-new header.site-header .menu-btn a:hover, body.page-template-page-get-started-remote header.site-header .menu-btn a:hover, body.page-template-page-callback header.site-header .menu-btn a:hover, body.page-template-page-contact header.site-header .menu-btn a:hover, body.page-template-page-emergency header.site-header .menu-btn a:hover, body.page-template-page-footerpage header.site-header .menu-btn a:hover, body.error404 header.site-header .menu-btn a:hover, body.search-results header.site-header .menu-btn a:hover, body.thankyou-template header.site-header .menu-btn a:hover, body.page-template-page-customer-reviews header.site-header .menu-btn a:hover, body.page-template-page-thankyou header.site-header .menu-btn a:hover, body.page-template-page-denplan header.site-header .menu-btn a:hover, body.page-template-page-fees header.site-header .menu-btn a:hover {
        text-decoration: none; }
    body.page-template-page-plans header.site-header .green-btn a, body.page-template-page-plans-finance header.site-header .green-btn a, body.blog header.site-header .green-btn a, body.page-template-page-findus header.site-header .green-btn a, body.page-template-page-get-started header.site-header .green-btn a, body.page-template-page-get-started-new header.site-header .green-btn a, body.page-template-page-get-started-remote header.site-header .green-btn a, body.page-template-page-callback header.site-header .green-btn a, body.page-template-page-contact header.site-header .green-btn a, body.page-template-page-emergency header.site-header .green-btn a, body.page-template-page-footerpage header.site-header .green-btn a, body.error404 header.site-header .green-btn a, body.search-results header.site-header .green-btn a, body.thankyou-template header.site-header .green-btn a, body.page-template-page-customer-reviews header.site-header .green-btn a, body.page-template-page-thankyou header.site-header .green-btn a, body.page-template-page-denplan header.site-header .green-btn a, body.page-template-page-fees header.site-header .green-btn a {
      background-color: #B5C900;
      color: #333333; }
      body.page-template-page-plans header.site-header .green-btn a:hover, body.page-template-page-plans-finance header.site-header .green-btn a:hover, body.blog header.site-header .green-btn a:hover, body.page-template-page-findus header.site-header .green-btn a:hover, body.page-template-page-get-started header.site-header .green-btn a:hover, body.page-template-page-get-started-new header.site-header .green-btn a:hover, body.page-template-page-get-started-remote header.site-header .green-btn a:hover, body.page-template-page-callback header.site-header .green-btn a:hover, body.page-template-page-contact header.site-header .green-btn a:hover, body.page-template-page-emergency header.site-header .green-btn a:hover, body.page-template-page-footerpage header.site-header .green-btn a:hover, body.error404 header.site-header .green-btn a:hover, body.search-results header.site-header .green-btn a:hover, body.thankyou-template header.site-header .green-btn a:hover, body.page-template-page-customer-reviews header.site-header .green-btn a:hover, body.page-template-page-thankyou header.site-header .green-btn a:hover, body.page-template-page-denplan header.site-header .green-btn a:hover, body.page-template-page-fees header.site-header .green-btn a:hover {
        text-decoration: none;
        background-color: #333333;
        border-color: #333333;
        color: #B5C900; }
    body.page-template-page-plans header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-plans-finance header.site-header #google_language_translator select.goog-te-combo, body.blog header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-findus header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-get-started header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-get-started-new header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-get-started-remote header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-callback header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-contact header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-emergency header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-footerpage header.site-header #google_language_translator select.goog-te-combo, body.error404 header.site-header #google_language_translator select.goog-te-combo, body.search-results header.site-header #google_language_translator select.goog-te-combo, body.thankyou-template header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-customer-reviews header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-thankyou header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-denplan header.site-header #google_language_translator select.goog-te-combo, body.page-template-page-fees header.site-header #google_language_translator select.goog-te-combo {
      color: #610B3C !important; }

body.page-template-page-plans,
body.page-template-page-plans-finance,
body.blog,
body.page-template-page-findus,
body.page-template-page-get-started,
body.page-template-page-get-started-new,
body.page-template-page-get-started-remote,
body.page-template-page-callback,
body.page-template-page-contact,
body.page-template-page-emergency,
body.page-template-page-footerpage,
body.error404,
body.search-results,
body.thankyou-template,
body.page-template-page-customer-reviews,
body.page-template-page-thankyou,
body.page-template-page-denplan,
body.page-template-page-fees {
  padding-top: 115px; }
  @media (min-width: 992px) {
    body.page-template-page-plans,
    body.page-template-page-plans-finance,
    body.blog,
    body.page-template-page-findus,
    body.page-template-page-get-started,
    body.page-template-page-get-started-new,
    body.page-template-page-get-started-remote,
    body.page-template-page-callback,
    body.page-template-page-contact,
    body.page-template-page-emergency,
    body.page-template-page-footerpage,
    body.error404,
    body.search-results,
    body.thankyou-template,
    body.page-template-page-customer-reviews,
    body.page-template-page-thankyou,
    body.page-template-page-denplan,
    body.page-template-page-fees {
      padding-top: 150px; } }
  body.page-template-page-plans .header-links a,
  body.page-template-page-plans-finance .header-links a,
  body.blog .header-links a,
  body.page-template-page-findus .header-links a,
  body.page-template-page-get-started .header-links a,
  body.page-template-page-get-started-new .header-links a,
  body.page-template-page-get-started-remote .header-links a,
  body.page-template-page-callback .header-links a,
  body.page-template-page-contact .header-links a,
  body.page-template-page-emergency .header-links a,
  body.page-template-page-footerpage .header-links a,
  body.error404 .header-links a,
  body.search-results .header-links a,
  body.thankyou-template .header-links a,
  body.page-template-page-customer-reviews .header-links a,
  body.page-template-page-thankyou .header-links a,
  body.page-template-page-denplan .header-links a,
  body.page-template-page-fees .header-links a {
    color: #610B3C; }
    body.page-template-page-plans .header-links a:hover,
    body.page-template-page-plans-finance .header-links a:hover,
    body.blog .header-links a:hover,
    body.page-template-page-findus .header-links a:hover,
    body.page-template-page-get-started .header-links a:hover,
    body.page-template-page-get-started-new .header-links a:hover,
    body.page-template-page-get-started-remote .header-links a:hover,
    body.page-template-page-callback .header-links a:hover,
    body.page-template-page-contact .header-links a:hover,
    body.page-template-page-emergency .header-links a:hover,
    body.page-template-page-footerpage .header-links a:hover,
    body.error404 .header-links a:hover,
    body.search-results .header-links a:hover,
    body.thankyou-template .header-links a:hover,
    body.page-template-page-customer-reviews .header-links a:hover,
    body.page-template-page-thankyou .header-links a:hover,
    body.page-template-page-denplan .header-links a:hover,
    body.page-template-page-fees .header-links a:hover {
      text-decoration: none; }
  body.page-template-page-plans .menu-btn a,
  body.page-template-page-plans-finance .menu-btn a,
  body.blog .menu-btn a,
  body.page-template-page-findus .menu-btn a,
  body.page-template-page-get-started .menu-btn a,
  body.page-template-page-get-started-new .menu-btn a,
  body.page-template-page-get-started-remote .menu-btn a,
  body.page-template-page-callback .menu-btn a,
  body.page-template-page-contact .menu-btn a,
  body.page-template-page-emergency .menu-btn a,
  body.page-template-page-footerpage .menu-btn a,
  body.error404 .menu-btn a,
  body.search-results .menu-btn a,
  body.thankyou-template .menu-btn a,
  body.page-template-page-customer-reviews .menu-btn a,
  body.page-template-page-thankyou .menu-btn a,
  body.page-template-page-denplan .menu-btn a,
  body.page-template-page-fees .menu-btn a {
    background-color: #610B3C;
    color: #fff; }
    body.page-template-page-plans .menu-btn a:hover,
    body.page-template-page-plans-finance .menu-btn a:hover,
    body.blog .menu-btn a:hover,
    body.page-template-page-findus .menu-btn a:hover,
    body.page-template-page-get-started .menu-btn a:hover,
    body.page-template-page-get-started-new .menu-btn a:hover,
    body.page-template-page-get-started-remote .menu-btn a:hover,
    body.page-template-page-callback .menu-btn a:hover,
    body.page-template-page-contact .menu-btn a:hover,
    body.page-template-page-emergency .menu-btn a:hover,
    body.page-template-page-footerpage .menu-btn a:hover,
    body.error404 .menu-btn a:hover,
    body.search-results .menu-btn a:hover,
    body.thankyou-template .menu-btn a:hover,
    body.page-template-page-customer-reviews .menu-btn a:hover,
    body.page-template-page-thankyou .menu-btn a:hover,
    body.page-template-page-denplan .menu-btn a:hover,
    body.page-template-page-fees .menu-btn a:hover {
      text-decoration: none; }

header.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: all .3s ease;
  z-index: 500;
  padding-left: 0;
  padding-right: 2.5%; }
  header.header-sticky .header-inner {
    height: 115px;
    max-width: 100%;
    justify-content: space-between; }
    @media (min-width: 992px) {
      header.header-sticky .header-inner {
        height: 150px; } }

header.onscroll-header {
  background-color: white; }
  header.onscroll-header .site-logo {
    background-color: transparent; }
    header.onscroll-header .site-logo a {
      color: #610B3C; }
    header.onscroll-header .site-logo img {
      opacity: 0; }
      header.onscroll-header .site-logo img + img {
        opacity: 1; }
  header.onscroll-header .header-links a {
    color: #610B3C; }
    header.onscroll-header .header-links a:hover {
      text-decoration: none; }
  header.onscroll-header .header-links a[href^="tel"]:before {
    background-image: url("images/icons/phone-purple.png"); }
  header.onscroll-header .has-children:hover a {
    color: white; }
  header.onscroll-header .submenu a {
    color: #fff; }
  header.onscroll-header .menu-btn a {
    background-color: #610B3C;
    background-image: url("images/icons/menu-white.png");
    color: #fff; }
    header.onscroll-header .menu-btn a:hover {
      text-decoration: none;
      background-color: #B5C900;
      color: #610B3C;
      background-image: url("images/icons/menu-purple.png"); }
  header.onscroll-header #google_language_translator select.goog-te-combo {
    color: #610B3C !important; }

.site-logo {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 110px;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  background-color: #610B3C;
  border-bottom-right-radius: 80px; }
  @media (min-width: 768px) {
    .site-logo {
      width: 150px; } }
  @media (min-width: 1152px) {
    .site-logo {
      width: 200px; } }
  .site-logo a {
    color: #fff; }
  .site-logo img {
    max-width: 65px;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    opacity: 1; }
    @media (min-width: 768px) {
      .site-logo img {
        max-width: 85px;
        left: calc(50% - 45px); } }
    .site-logo img + img {
      opacity: 0; }

.header-links {
  width: 100%; }
  .header-links .top-row a:hover {
    text-decoration: underline !important; }
  .header-links .mobile {
    display: none; }
    @media (min-width: 1152px) {
      .header-links .mobile {
        display: inline-block; } }
  .header-links ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center; }
    .header-links ul:first-of-type {
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .header-links ul:first-of-type {
          margin-bottom: 20px; }
          .header-links ul:first-of-type li:last-of-type {
            display: none; } }
    @media (max-width: 991px) {
      .header-links ul:last-of-type li:not(.green-btn):not(.menu-btn) {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .header-links ul:last-of-type li:not(.green-btn):not(.menu-btn) {
        display: inline-block; } }
    .header-links ul + ul li a {
      padding: 15px; }
  .header-links li {
    list-style: none;
    line-height: 12px; }
    @media (min-width: 768px) {
      .header-links li {
        line-height: 14px; } }
    .header-links li:not(:first-of-type) {
      margin-left: 15px; }
    .header-links li .submenu {
      flex-direction: column;
      align-items: flex-start;
      background-color: #610B3C;
      padding: 0;
      margin-bottom: 0;
      margin-top: 15px;
      position: absolute;
      left: -9999px;
      width: auto;
      min-width: 200px; }
      .header-links li .submenu li {
        width: 100%;
        margin: 0;
        text-align: left; }
        .header-links li .submenu li:not(:last-of-type) {
          border-bottom: 1px solid #730d47; }
        .header-links li .submenu li a {
          display: block;
          padding: 10px;
          width: 100%; }
          .header-links li .submenu li a:hover {
            text-decoration: none;
            background-color: #4f0931; }
    .header-links li.has-children:hover a {
      background-color: #610B3C; }
    .header-links li.has-children:hover .submenu {
      left: auto; }
  .header-links a {
    font-family: "SofiaProSemiBold";
    font-size: 12px;
    line-height: 12px;
    color: #fff; }
    @media (min-width: 768px) {
      .header-links a {
        font-size: 14px;
        line-height: 14px; } }
  .header-links a[href^="tel"] {
    display: flex;
    align-items: center;
    text-decoration: underline; }
    .header-links a[href^="tel"]:hover {
      text-decoration: none; }
    .header-links a[href^="tel"]:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 15px;
      height: 35px;
      margin-right: 10px;
      background-image: url("images/icons/phone.png");
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center; }
  .header-links .green-btn a {
    padding: 15px 40px 12px 15px;
    background-color: #B5C900;
    transition: all .3s ease;
    background-image: url("images/icons/arrows/arrow-purple.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 50% right 15px;
    border-radius: 30px;
    color: #333333;
    font-family: "SofiaProSemiBold"; }
    @media (min-width: 768px) {
      .header-links .green-btn a {
        padding: 15px 50px 12px 30px;
        background-position: top 50% right 20px; } }
    .header-links .green-btn a:hover {
      text-decoration: none;
      background-color: #333333;
      color: #fff;
      background-image: url("images/icons/arrows/arrow-white.png"); }
  .header-links .menu-btn {
    margin-left: 10px !important; }
    .header-links .menu-btn a {
      padding: 15px 15px 12px 40px;
      background-color: #fff;
      background-image: url("images/icons/menu-purple.png");
      background-repeat: no-repeat;
      background-size: 17px;
      background-position: top 50% left 15px;
      border-radius: 30px;
      color: #610B3C;
      transition: all .3s ease;
      font-family: "SofiaProSemiBold"; }
      @media (min-width: 768px) {
        .header-links .menu-btn a {
          padding: 15px 20px 12px 50px;
          background-size: 25px; } }
      .header-links .menu-btn a:hover {
        text-decoration: none;
        background-color: #610B3C;
        color: #fff;
        background-image: url("images/icons/menu-white.png"); }

.header-inner {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .header-inner {
      padding-bottom: 45px;
      padding-top: 40px; } }
  .header-inner .menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 30px;
    height: 30px; }
    @media (max-width: 991px) {
      .header-inner .menu-toggle {
        display: flex; } }
    .header-inner .menu-toggle img {
      width: 100%; }

.goog-te-combo {
  height: auto !important;
  background-color: transparent;
  border: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  padding: 0 !important; }

#google_language_translator select.goog-te-combo {
  padding: 5px 0 0 0 !important;
  max-width: 110px;
  border: 0 !important;
  background-color: transparent !important;
  font-family: "SofiaProSemiBold" !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #fff !important; }
  @media (min-width: 768px) {
    #google_language_translator select.goog-te-combo {
      font-size: 14px !important;
      line-height: 14px !important; } }

footer.site-footer {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #610B3C; }
  @media (min-width: 1366px) {
    footer.site-footer {
      padding-top: 30px;
      padding-bottom: 30px; } }

.footer-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px; }

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  padding: 30px;
  width: 50%; }
  @media (min-width: 768px) {
    .footer-logo {
      order: 3;
      border-top: 1px solid #fff; } }
  @media (min-width: 992px) {
    .footer-logo {
      order: 1;
      width: 22%;
      margin-right: 5%;
      border-top: 0; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .footer-logo {
      order: 1;
      width: 22%;
      margin-right: 5%;
      border-top: 0; } }
  @media (min-width: 1152px) {
    .footer-logo {
      padding-left: 0; } }
  .footer-logo img {
    max-width: 100px; }
  .footer-logo a {
    color: #fff; }
  .footer-logo p {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff; }
    .footer-logo p a {
      color: #fff; }

.col-heading {
  font-family: "PlayfairDisplayBold";
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .col-heading {
      font-size: 16px;
      line-height: 16px; } }

.footer-col {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 50%;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .footer-col {
      border-top: 0;
      border-bottom: 0;
      padding-top: 0;
      padding-bottom: 30px;
      width: 30%;
      order: 1; }
      .footer-col + .footer-col {
        order: 2; } }
  @media (min-width: 992px) {
    .footer-col {
      order: 2;
      width: 18%;
      padding-bottom: 0; }
      .footer-col + .footer-col {
        order: 3; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .footer-col {
      order: 2;
      width: 18%;
      padding-bottom: 0; }
      .footer-col + .footer-col {
        order: 3; } }
  .footer-col .col-heading {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .footer-col .col-heading {
        cursor: pointer;
        text-align: center;
        padding-left: 0;
        background-image: url("images/icons/plus.png");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 50% right 0; }
        .footer-col .col-heading.opened {
          background-image: url("images/icons/minus.png"); } }
  .footer-col ul {
    padding-left: 0;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .footer-col ul {
        display: none;
        padding-left: 10%; } }
  .footer-col li {
    color: #fff;
    list-style: none;
    font-family: "PlayfairDisplayBold";
    font-size: 16px;
    line-height: 20px; }
    .footer-col li:not(:last-of-type) {
      margin-bottom: 5px; }
    .footer-col li a {
      color: #fff;
      font-family: "SofiaProRegular";
      font-size: 12px;
      line-height: 12px; }

.socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0; }
  @media (min-width: 768px) {
    .socials {
      display: none; } }
  .socials ul {
    display: flex;
    padding: 0; }
  .socials li {
    list-style-type: none;
    margin: 0 5px; }
    .socials li a {
      color: #fff; }
  .socials img {
    max-width: 20px; }

.socials-desk {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
  width: 50%;
  padding: 0; }
  @media (min-width: 768px) {
    .socials-desk {
      display: flex; } }
  .socials-desk ul {
    display: flex;
    padding: 0;
    margin-left: -10px; }
  .socials-desk li {
    list-style-type: none;
    margin: 0 5px; }
    .socials-desk li a {
      color: #fff; }
  .socials-desk img {
    max-width: 20px; }

.registration {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .registration {
      order: 4;
      padding: 40px;
      border-top: 1px solid #fff;
      width: 50%; } }
  @media (min-width: 992px) {
    .registration {
      border-top: 0;
      border-left: 1px solid #fff;
      width: 32%;
      margin-left: 5%;
      padding: 0 0 0 40px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .registration {
      border-top: 0;
      border-left: 1px solid #fff;
      width: 32%;
      margin-left: 5%;
      padding: 0 0 0 40px; } }
  .registration p {
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 0; }
    @media (min-width: 1366px) {
      .registration p {
        font-size: 13px;
        line-height: 22px; } }
  .registration img {
    margin-top: 20px;
    max-width: 300px; }

.cc-banner {
  bottom: 0;
  position: fixed;
  width: 50%;
  padding: 27px 15px;
  display: flex;
  justify-content: space-between;
  z-index: 9999; }
  .cc-banner .cc-btn {
    padding: 15px; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(97, 11, 60, 0.5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.key-messages {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #610B3C; }
  .key-messages ul {
    display: none;
    padding: 0; }
    .key-messages ul.slick-initialized {
      display: block; }
  .key-messages li {
    display: flex !important;
    align-items: center;
    justify-content: center; }
  .key-messages img {
    max-width: 45px;
    margin-right: 10px; }
  .key-messages p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px; }
    .key-messages p a {
      text-decoration: none; }
      .key-messages p a:hover {
        color: #610B3C;
        text-decoration: underline; }

.breadcrumb {
  width: 100%;
  padding-top: 0;
  padding-bottom: 15px; }
  @media (min-width: 1152px) {
    .breadcrumb {
      padding-bottom: 40px; } }
  body.page-template-page-get-started-new .breadcrumb {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 1152px) {
      body.page-template-page-get-started-new .breadcrumb {
        padding-top: 60px;
        padding-bottom: 60px; } }
  body.page-template-page-get-started .breadcrumb, body.page-template-page-findus .breadcrumb, body.page-template-page-callback .breadcrumb, body.page-template-page-contact .breadcrumb, body.page-template-page-footerpage .breadcrumb,
  .breadcrumb body.page-template-page-thankyou {
    padding-top: 30px;
    padding-bottom: 0; }
  .breadcrumb ul {
    padding: 0;
    margin-bottom: 0 !important;
    display: flex; }
    body.page-template-page-get-started-new .breadcrumb ul, body.page-template-page-get-started .breadcrumb ul, body.page-template-page-findus .breadcrumb ul, body.page-template-page-contact .breadcrumb ul, body.page-template-page-callback .breadcrumb ul, body.page-template-page-footerpage .breadcrumb ul, body.page-template-page-thankyou .breadcrumb ul {
      justify-content: center; }
  .breadcrumb li {
    display: flex !important;
    align-items: center;
    text-transform: uppercase;
    color: #808080;
    font-family: "SofiaProRegular";
    font-size: 10px;
    line-height: 10px;
    justify-content: center; }
    .breadcrumb li:not(:first-of-type):before {
      content: "/";
      display: inline-block;
      position: relative;
      font-size: 14px;
      line-height: 14px;
      color: #808080;
      margin: 0 5px; }
    .breadcrumb li a {
      color: #808080; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 20;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px;
  transition: all .3s ease;
  background-image: url("images/icons/purple-arrow-prev.png"); }
  .slick-prev:hover {
    transition: all .3s ease;
    background-image: url("images/icons/purple-hover-left.png"); }
  .slick-prev:focus {
    transition: all .3s ease;
    background-image: url("images/icons/purple-hover-left.png"); }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: 10px;
  transition: all .3s ease;
  background-image: url("images/icons/purple-arrow.png"); }
  .slick-next:hover {
    transition: all .3s ease;
    background-image: url("images/icons/purple-hover-right.png"); }
  .slick-next:focus {
    transition: all .3s ease;
    background-image: url("images/icons/purple-hover-right.png"); }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: '•';
  text-align: center;
  opacity: .5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .90;
  color: #B5C900; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.hero {
  position: relative;
  width: 100%;
  height: 70vh; }
  @media (min-width: 768px) {
    .hero {
      height: auto; } }
  .hero picture,
  .hero img {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .hero picture,
      .hero img {
        height: 500px;
        object-fit: cover; } }
    @media (min-width: 992px) {
      .hero picture,
      .hero img {
        height: auto; } }
  .hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .hero video {
        height: 70vh;
        height: 500px; } }
    @media (min-width: 1152px) {
      .hero video {
        height: 85vh; } }
    @media (min-width: 1366px) {
      .hero video {
        height: 70vh; } }
  .hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.25);
    z-index: 10; }

/* Hero Text */
.corner-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: flex-start;
  bottom: 0;
  right: 0;
  width: 70%;
  height: auto;
  padding: 40px 20px 20px 40px;
  border-top-left-radius: 80px;
  background-color: #610B3C;
  z-index: 15; }
  @media (min-width: 320px) {
    .corner-content {
      width: 92%; } }
  @media (min-width: 375px) {
    .corner-content {
      width: 78%; } }
  @media (min-width: 425px) {
    .corner-content {
      width: 70%; } }
  .corner-content .trustpilot-widget {
    display: block;
    margin: 10px 0 0 -30px; }
    @media (min-width: 768px) {
      .corner-content .trustpilot-widget {
        margin: 20px 0 0 -30px; } }
  @media (min-width: 1366px) {
    .corner-content {
      width: 550px; } }
  .corner-content .hero-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left; }
    @media (min-width: 1152px) {
      .corner-content .hero-title {
        font-size: 45px;
        line-height: 50px; } }
  .corner-content p.sub-heading {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "SofiaProRegular";
    color: #fff;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .corner-content p.sub-heading {
        font-size: 11px;
        margin-bottom: 5px; } }
    @media (min-width: 1152px) {
      .corner-content p.sub-heading {
        font-size: 14px;
        line-height: 18px; } }
  @media (min-width: 768px) {
    .corner-content {
      padding: 60px 20px 40px 60px;
      border-top-left-radius: 150px;
      text-align: center; } }

.hero-title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-family: "PlayfairDisplayBold";
  margin-bottom: 20px; }
  @media (min-width: 1152px) {
    .hero-title {
      font-size: 45px;
      line-height: 50px; } }
  .hero-title br {
    display: none; }
    @media (min-width: 768px) {
      .hero-title br {
        display: inline-block; } }

.page-banner {
  position: relative;
  width: 100%;
  height: auto; }
  .page-banner picture, .page-banner img {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      .page-banner picture, .page-banner img {
        height: 400px;
        object-fit: cover; } }
    @media (min-width: 992px) {
      .page-banner picture, .page-banner img {
        height: auto; }
        body.single-post .page-banner picture,
        body.single-post .page-banner img {
          height: 520px; } }
  .page-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.45);
    z-index: 10; }

.textblock h1 {
  color: #610B3C; }
.textblock h2 {
  margin-bottom: 60px;
  text-align: left; }
.textblock.grey-theme {
  background-color: #F5F5F5; }
.textblock.dark-theme {
  background-color: #333333; }
  .textblock.dark-theme h1, .textblock.dark-theme h2, .textblock.dark-theme h3, .textblock.dark-theme h4, .textblock.dark-theme h5, .textblock.dark-theme h6, .textblock.dark-theme p {
    color: #fff; }
  .textblock.dark-theme p a {
    color: #fff; }
.textblock.with-padding {
  padding: 30px 20px; }
  @media (min-width: 1152px) {
    .textblock.with-padding {
      padding: 60px; } }
.textblock.fullwidth {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important; }
.textblock.centered {
  text-align: center; }
  .textblock.centered .textblock-btns {
    justify-content: center; }
  .textblock.centered h2 {
    text-align: center; }
.textblock p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
  .textblock p:last-of-type {
    margin-bottom: 0; }
.textblock ul:not(.contact-links):not(.textblock-btns):not(.breadcrumb ul),
.textblock ol:not(.contact-links):not(.textblock-btns):not(.breadcrumb ul) {
  margin-top: 20px;
  margin-bottom: 20px; }

.layout-2--columns h2 {
  width: 100%;
  text-align: left; }
  @media (min-width: 768px) {
    .layout-2--columns h2 {
      text-align: center; } }
.layout-2--columns .layout-container {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .layout-2--columns .layout-container {
      flex-direction: row; } }
.layout-2--columns .col-1 {
  width: 100%; }
  @media (min-width: 768px) {
    .layout-2--columns .col-1 {
      width: 50%;
      padding-right: 2%; } }
.layout-2--columns .col-2 {
  width: 100%;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .layout-2--columns .col-2 {
      width: 50%;
      padding-left: 2%;
      margin-top: 0; } }

.textblock-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0;
  margin-top: 60px; }
  .textblock-btns a:not(:first-of-type) {
    margin-left: 10px; }

@media (min-width: 576px) {
  body.contact-template .textblock h1, body.contact-template .textblock p {
    text-align: center; } }

.contact-links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding-left: 0;
  margin-top: 60px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .contact-links {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1152px) {
    .contact-links {
      max-width: 900px; } }
  .contact-links li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    list-style: none; }
    .contact-links li:not(:last-of-type) {
      margin-bottom: 30px; }
    @media (min-width: 576px) {
      .contact-links li {
        flex-direction: column;
        width: 33.333%;
        text-align: center;
        justify-content: space-evenly;
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .contact-links li {
        justify-content: space-between;
        width: auto; } }
    .contact-links li br {
      display: none; }
      @media (min-width: 768px) {
        .contact-links li br {
          display: block; } }
    .contact-links li img {
      max-width: 50px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .contact-links li img {
          margin-right: 0; } }
      @media (min-width: 992px) {
        .contact-links li img {
          max-width: 100px; } }
  .contact-links p {
    display: block;
    color: #610B3C;
    font-family: "SofiaProSemiBold";
    margin-bottom: 0 !important;
    font-size: 13px;
    line-height: 16px; }
    @media (min-width: 992px) {
      .contact-links p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px !important; } }
  .contact-links a {
    color: #610B3C;
    font-family: "SofiaProRegular";
    text-decoration: underline;
    font-size: 13px;
    line-height: 16px; }
    @media (min-width: 992px) {
      .contact-links a {
        font-size: 18px;
        line-height: 22px; } }

.page-intro {
  padding-top: 60px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  .page-intro h1 {
    color: #610B3C; }
  @media (min-width: 768px) {
    .page-intro p {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; } }
  .page-intro p:last-of-type {
    margin-bottom: 0; }

.form-block {
  background-color: #610B3C;
  padding: 60px 20px;
  scroll-margin: 200px; }
  body.page-template-page-smilestars .form-block {
    margin-bottom: 30px; }
  .form-block h1, .form-block h2, .form-block h3, .form-block h4, .form-block h5, .form-block h6 {
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
    text-align: center; }
  .form-block p:not(form p) {
    color: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center; }
  .form-block .gform_wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .form-block .gform_wrapper {
        max-width: 700px; } }

.gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important; }

.callback-form {
  background-color: #fff;
  padding: 0 20px 60px 20px;
  text-align: center; }
  .callback-form h1, .callback-form h2, .callback-form h3, .callback-form h4, .callback-form h5, .callback-form h6 {
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
    text-align: center; }
  .callback-form p:not(form p) {
    color: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center; }

.progress-form {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .progress-form {
      padding-top: 0; } }
  .progress-form h1, .progress-form h2, .progress-form h3, .progress-form h4, .progress-form h5, .progress-form h6 {
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
    text-align: center; }
  .progress-form p:not(form p) {
    color: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center; }
  .progress-form iframe {
    border: 0 !important; }

.text-image {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 400px; }
  @media (min-width: 768px) {
    .text-image {
      flex-direction: row;
      height: auto; } }
  .text-image .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10;
    background-color: rgba(181, 201, 0, 0.8); }
    @media (min-width: 576px) {
      .text-image .text-block {
        padding-right: 120px; } }
    @media (min-width: 768px) {
      .text-image .text-block {
        width: 50%;
        background-color: #b5c900;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto; } }
    @media (min-width: 1600px) {
      .text-image .text-block {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 90px;
        padding-right: 90px; } }
  .text-image .subheading {
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 1152px) {
      .text-image .subheading {
        font-size: 14px;
        line-height: 20px; } }
  .text-image .textblock-heading {
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .text-image .textblock-heading {
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1152px) {
      .text-image .textblock-heading {
        font-size: 30px;
        line-height: 40px; } }
  .text-image .image-block {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .text-image .image-block {
        width: 50%;
        height: auto;
        position: relative; } }
  .text-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .text-image p {
    color: #333333; }

.kind-to-teeth {
  padding: 80px 30px 0 30px; }
  @media (min-width: 1152px) {
    .kind-to-teeth {
      padding: 80px 0 0 0; } }
  .kind-to-teeth .desktop-img {
    display: none; }
    @media (min-width: 768px) {
      .kind-to-teeth .desktop-img {
        display: block; } }
  .kind-to-teeth .mobile-img {
    display: block; }
    @media (min-width: 768px) {
      .kind-to-teeth .mobile-img {
        display: none; } }

.page-template-page-smilestars .kind-to-teeth {
  padding: 0 30px 60px 30px; }
  @media (min-width: 1152px) {
    .page-template-page-smilestars .kind-to-teeth {
      padding: 0  0 60px 0; } }

.poi-carousel {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .poi-carousel {
      padding-top: 60px; } }
  .poi-carousel ul {
    padding: 0; }
  .poi-carousel li {
    position: relative; }
    .poi-carousel li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: all .3s ease;
      background-color: rgba(51, 51, 51, 0.3); }
    .poi-carousel li:hover:before {
      opacity: 0; }
    .poi-carousel li:hover .poi-overlay {
      opacity: 1; }
    .poi-carousel li:hover h5:not(.poi-overlay h5) {
      opacity: 0; }
  .poi-carousel h5:not(.poi-overlay h5) {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 1152px) {
      .poi-carousel h5:not(.poi-overlay h5) {
        font-size: 20px;
        line-height: 30px;
        bottom: 20px; } }
  .poi-carousel h5 img {
    width: 100%;
    max-width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; }
    @media (min-width: 1152px) {
      .poi-carousel h5 img {
        max-width: 60px;
        margin-bottom: 15px; } }

.poi-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .poi-title {
      padding-bottom: 60px; }
      .poi-title br {
        display: none; } }
  @media (min-width: 1600px) {
    .poi-title {
      padding-left: 0;
      padding-right: 0; } }
  .poi-title h4 {
    margin-bottom: 0;
    color: #610B3C; }

.poi-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  opacity: 0;
  background-color: rgba(97, 11, 60, 0.9); }
  .poi-overlay h5 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 1152px) {
      .poi-overlay h5 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px; } }
  .poi-overlay p {
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 12px; }
    @media (min-width: 768px) {
      .poi-overlay p {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 1152px) {
      .poi-overlay p {
        font-size: 14px;
        line-height: 20px; } }

.controls {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .controls > div {
    position: relative;
    cursor: pointer; }
    .controls > div:not(:first-of-type) {
      margin-left: 10px; }
  .controls img {
    max-width: 30px; }
    @media (min-width: 768px) {
      .controls img {
        max-width: 40px; } }
  .controls .prev {
    position: relative;
    width: 40px;
    height: 40px; }
    .controls .prev img {
      position: absolute;
      top: 0;
      left: 0;
      transition: all .3s ease;
      opacity: 1; }
      .controls .prev img + img {
        opacity: 0; }
    .controls .prev:hover img {
      opacity: 0; }
      .controls .prev:hover img + img {
        opacity: 1; }
  .controls .next {
    position: relative;
    width: 40px;
    height: 40px; }
    .controls .next img {
      position: absolute;
      top: 0;
      left: 0;
      transition: all .3s ease;
      opacity: 1; }
      .controls .next img + img {
        opacity: 0; }
    .controls .next:hover img {
      opacity: 0; }
      .controls .next:hover img + img {
        opacity: 1; }

.poi-list {
  padding-top: 30px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .poi-list {
      padding-top: 0;
      padding-bottom: 60px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .page-template-page-cosmetic-dentistry .poi-list {
      padding-bottom: 60px; }
    .page-template-page-skincare .poi-list {
      padding-top: 0; } }
  .page-template-page-skincare .poi-list {
    padding-top: 30px;
    border-top: 1px solid #610B3C; }
    @media (min-width: 768px) {
      .page-template-page-skincare .poi-list {
        padding-top: 0;
        border-top: 0; } }
  .poi-list ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0; }
  .poi-list li {
    width: 50%;
    position: relative;
    list-style: none; }
    @media (min-width: 768px) {
      .poi-list li {
        width: 33.333%; } }
    .poi-list li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: all .3s ease;
      background-color: rgba(51, 51, 51, 0.3); }
    .poi-list li:hover:before {
      opacity: 0; }
    .poi-list li:hover .poi-overlay {
      opacity: 1; }
    .poi-list li:hover h5:not(.poi-overlay h5) {
      opacity: 0; }
  .poi-list h5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .poi-list h5:not(.poi-overlay h5) {
      position: absolute;
      bottom: 0;
      width: 100%;
      color: #fff;
      text-align: center;
      font-size: 14px;
      line-height: 24px; }
      @media (min-width: 1152px) {
        .poi-list h5:not(.poi-overlay h5) {
          font-size: 24px;
          line-height: 32px;
          bottom: 20px; } }
    .poi-list h5 img {
      width: 100%;
      max-width: 50px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5px; }
      @media (min-width: 1152px) {
        .poi-list h5 img {
          max-width: 60px;
          margin-bottom: 15px; } }

.poi-list2 {
  padding: 0 20px 0 20px; }
  @media (min-width: 768px) {
    .poi-list2 {
      padding: 0 20px 60px 20px; } }
  .poi-list2 .poi-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 40px; }
    @media (min-width: 768px) {
      .poi-list2 .poi-content {
        position: relative;
        padding: 20px;
        align-items: flex-start; } }
  .poi-list2 h5 {
    color: #610B3C;
    margin-bottom: 20px; }
  .poi-list2 img {
    height: 500px;
    border-radius: 30px;
    object-fit: cover; }
    @media (min-width: 768px) {
      .poi-list2 img {
        height: auto;
        border-radius: 0; } }
  .poi-list2 ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0; }
  .poi-list2 li:not(li ul li) {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
    list-style: none; }
    .poi-list2 li:not(li ul li):nth-of-type(2n) {
      margin-right: 0;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .poi-list2 li:not(li ul li) {
        width: 47.5%;
        margin-bottom: 0;
        margin-right: 5%; }
        .poi-list2 li:not(li ul li):nth-of-type(2n) {
          margin-right: 0; } }
  .poi-list2 li ul {
    margin-top: 0;
    margin-bottom: 40px; }
    @media (min-width: 1152px) {
      .poi-list2 li ul {
        margin-top: auto; } }
    .poi-list2 li ul li {
      display: flex;
      align-items: center;
      width: 100%; }
      .poi-list2 li ul li:not(:last-of-type) {
        margin-bottom: 10px; }
      .poi-list2 li ul li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 10px; }
  @media (min-width: 768px) {
    .poi-list2 li a {
      margin-top: auto; } }
  @media (min-width: 1152px) {
    .poi-list2 li a {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .poi-list2 li.green-theme:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 30px;
      background-color: rgba(97, 11, 60, 0.9); }
    .poi-list2 li.green-theme h5, .poi-list2 li.green-theme p, .poi-list2 li.green-theme li {
      color: #fff; }
    .poi-list2 li.green-theme p {
      max-width: 90%; } }
  .poi-list2 li.green-theme ul li:before {
    background-image: url("images/icons/green-tick.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
  @media (max-width: 767px) {
    .poi-list2 li.purple-theme:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 30px;
      background-color: rgba(51, 51, 51, 0.5); }
    .poi-list2 li.purple-theme h5, .poi-list2 li.purple-theme p, .poi-list2 li.purple-theme li {
      color: #fff; }
    .poi-list2 li.purple-theme p {
      max-width: 90%; }
    .poi-list2 li.purple-theme .purple-outline, .poi-list2 li.purple-theme .article-list .readmore, .article-list .poi-list2 li.purple-theme .readmore {
      background-color: #fff; }
      .poi-list2 li.purple-theme .purple-outline:hover, .poi-list2 li.purple-theme .article-list .readmore:hover, .article-list .poi-list2 li.purple-theme .readmore:hover {
        background-color: #610B3C; } }
  .poi-list2 li.purple-theme ul li:before {
    background-image: url("images/icons/purple-tick.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }

.poi-list--carousel {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .poi-list--carousel {
      padding-bottom: 60px; } }
  .poi-list--carousel ul {
    display: none; }
    .poi-list--carousel ul.slick-initialized {
      display: block; }
  .poi-list--carousel .controls {
    display: none; }
    @media (max-width: 767px) {
      .poi-list--carousel .controls {
        display: flex; } }

body.page-template-page-skincare-antiwrinkle .poi-list--carousel {
  padding-top: 30px; }
  @media (min-width: 768px) {
    body.page-template-page-skincare-antiwrinkle .poi-list--carousel {
      padding-top: 60px; } }

/********************* Equal Block Top & Bottom Spacing (no image on mobile) *************************/
.eb-1 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .eb-1 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .eb-1.green-bg:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background-color: #B5C900;
    border-bottom-right-radius: 200px; }
    @media (min-width: 768px) {
      .eb-1.green-bg:before {
        display: block;
        width: 30%; } }
    @media (min-width: 992px) {
      .eb-1.green-bg:before {
        width: 25%; } }
  .eb-1.purple-bg:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background-color: #610B3C;
    border-bottom-right-radius: 200px; }
    @media (min-width: 768px) {
      .eb-1.purple-bg:before {
        display: block;
        width: 30%; } }
    @media (min-width: 992px) {
      .eb-1.purple-bg:before {
        width: 25%; } }
  .eb-1 .equal-row {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    max-width: 1366px; }
    @media (min-width: 768px) {
      .eb-1 .equal-row {
        flex-direction: row;
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .eb-1 .equal-row {
        flex-direction: row;
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
  .eb-1 .image-block {
    display: none;
    visibility: hidden;
    width: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .eb-1 .image-block {
        display: block;
        visibility: visible;
        width: 50%; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .eb-1 .image-block {
        display: block;
        visibility: visible;
        width: 50%; } }
    .eb-1 .image-block img {
      width: 100%;
      aspect-ratio: 1/1; }
      @media (min-width: 768px) {
        .eb-1 .image-block img {
          height: 100%;
          object-fit: cover;
          aspect-ratio: unset; } }
  .eb-1 .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 30px 0 30px; }
    @media (min-width: 768px) {
      .eb-1 .text-block {
        padding: 0; } }
    @media (min-width: 992px) {
      .eb-1 .text-block {
        width: 50%;
        padding: 0 60px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .eb-1 .text-block {
        width: 50%;
        padding: 60px; } }
  .eb-1 .subheading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "SofiaProRegular";
    color: #610B3C; }
  .eb-1 .textblock-heading {
    color: #610B3C; }
  .eb-1 .with-text {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .eb-1 .with-text {
        padding-left: 80px;
        padding-bottom: 80px;
        padding-right: 0; } }
    .eb-1 .with-text img {
      aspect-ratio: 1/1; }
  .eb-1 .corner-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 80%;
    bottom: 0;
    right: 0;
    padding: 60px;
    background-color: #610B3C;
    border-top-left-radius: 90px; }
    @media (min-width: 768px) {
      .eb-1 .corner-text {
        border-top-right-radius: 90px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 90px;
        left: 0;
        right: unset; } }
    .eb-1 .corner-text p {
      color: #fff;
      font-family: "PlayfairDisplayBold";
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .eb-1 .corner-text p {
          font-size: 24px;
          line-height: 34px; } }
  .eb-1 ul {
    margin-bottom: 30px; }
  .eb-1 li:not(:last-of-type) {
    margin-bottom: 5px; }
  .eb-1 .btn-container {
    justify-content: flex-start; }
    .eb-1 .btn-container a:not(:first-of-type) {
      margin-left: 15px; }

/********************* Equal Block Top & Bottom Spacing with Image *************************/
.eb-2 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .eb-2 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .eb-2 .equal-row {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    background-color: #fff; }
    @media (min-width: 768px) {
      .eb-2 .equal-row {
        flex-direction: row;
        max-width: 95%;
        margin-left: 5%;
        margin-right: 0; } }
    @media (min-width: 1366px) {
      .eb-2 .equal-row {
        max-width: 1366px;
        margin-right: auto;
        margin-left: auto; } }
  .eb-2 .image-block {
    order: 1;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .eb-2 .image-block {
        order: 2;
        width: 40%; } }
    .eb-2 .image-block img {
      width: 100%;
      object-fit: cover;
      border-bottom-left-radius: 150px; }
      @media (min-width: 768px) {
        .eb-2 .image-block img {
          height: 100%; } }
  .eb-2 .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    order: 2;
    padding: 30px; }
    @media (min-width: 768px) {
      .eb-2 .text-block {
        order: 1;
        width: 60%;
        padding: 60px 80px 60px 0; } }
    @media (min-width: 1152px) {
      .eb-2 .text-block {
        padding: 60px 120px 60px 0; } }
  .eb-2 .subheading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "SofiaProRegular";
    color: #610B3C; }
  .eb-2 .textblock-heading {
    color: #610B3C; }
  .eb-2 .with-text {
    padding-left: 80px;
    padding-bottom: 80px; }
    .eb-2 .with-text img {
      aspect-ratio: 1/1; }
  .eb-2 ul {
    margin-bottom: 30px; }
  .eb-2 .btn-container {
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 576px) {
      .eb-2 .btn-container {
        flex-direction: row;
        justify-content: flex-start; } }
    .eb-2 .btn-container a {
      min-width: 180px;
      text-align: left; }
      .eb-2 .btn-container a:not(:first-of-type) {
        margin-top: 15px; }
        @media (min-width: 576px) {
          .eb-2 .btn-container a:not(:first-of-type) {
            min-width: auto;
            margin-left: 15px;
            margin-top: 0;
            text-align: center; } }

/********************* Equal Block Bottom Spacing Only with Image *************************/
.eb-3 {
  position: relative;
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .eb-3 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .eb-3.green-bg:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background-color: #B5C900;
    border-bottom-right-radius: 200px; }
    @media (min-width: 768px) {
      .eb-3.green-bg:before {
        display: block;
        width: 30%; } }
    @media (min-width: 992px) {
      .eb-3.green-bg:before {
        width: 25%; } }
  .eb-3.purple-bg:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background-color: #610B3C;
    border-bottom-right-radius: 200px; }
    @media (min-width: 768px) {
      .eb-3.purple-bg:before {
        display: block;
        width: 30%; } }
    @media (min-width: 992px) {
      .eb-3.purple-bg:before {
        width: 25%; } }
  .eb-3 .equal-row {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    background-color: #fff; }
    @media (min-width: 768px) {
      .eb-3 .equal-row {
        flex-direction: row;
        max-width: 95%;
        margin-left: 5%;
        margin-right: 0; } }
    @media (min-width: 1366px) {
      .eb-3 .equal-row {
        max-width: 1366px;
        margin-right: auto;
        margin-left: auto; } }
  .eb-3 .image-block {
    order: 1;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .eb-3 .image-block {
        width: 40%; } }
    .eb-3 .image-block img {
      width: 100%;
      object-fit: cover;
      border-bottom-left-radius: 150px; }
      @media (min-width: 768px) {
        .eb-3 .image-block img {
          height: 100%;
          border-bottom-left-radius: 0; } }
  .eb-3 .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    order: 2;
    padding: 30px; }
    @media (min-width: 768px) {
      .eb-3 .text-block {
        width: 60%;
        padding: 60px 30px 60px 60px; } }
    @media (min-width: 1152px) {
      .eb-3 .text-block {
        padding: 60px 60px 60px 60px; } }
    @media (min-width: 1600px) {
      .eb-3 .text-block {
        padding: 60px 0 60px 60px; } }
  .eb-3 .subheading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "SofiaProRegular";
    color: #610B3C; }
  .eb-3 .textblock-heading {
    color: #610B3C; }
  .eb-3 .with-text {
    padding-left: 80px;
    padding-bottom: 80px; }
    .eb-3 .with-text img {
      aspect-ratio: 1/1; }
  .eb-3 ul {
    margin-bottom: 30px; }
  .eb-3 .btn-container {
    justify-content: flex-start; }
    .eb-3 .btn-container a:not(:first-of-type) {
      margin-left: 15px; }

/********************* EB-3 Block but is different on desktop *************************/
.eb-3-2 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .eb-3-2 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .eb-3-2 .equal-row {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    background-color: #fff; }
    @media (min-width: 768px) {
      .eb-3-2 .equal-row {
        flex-direction: row;
        max-width: 100%; } }
    @media (min-width: 1366px) {
      .eb-3-2 .equal-row {
        max-width: 1366px;
        margin-right: auto;
        margin-left: auto; } }
  .eb-3-2 .image-block {
    order: 1;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .eb-3-2 .image-block {
        width: 40%;
        order: 2; } }
    .eb-3-2 .image-block img {
      width: 100%;
      object-fit: cover;
      border-bottom-left-radius: 120px; }
      @media (min-width: 768px) {
        .eb-3-2 .image-block img {
          height: 100%; } }
    .eb-3-2 .image-block .img-logo {
      width: 150px;
      object-fit: unset;
      border-radius: unset;
      height: auto;
      position: absolute;
      bottom: 30px;
      left: 60px; }
  .eb-3-2 .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    order: 2;
    padding: 30px; }
    @media (min-width: 768px) {
      .eb-3-2 .text-block {
        order: 1;
        width: 60%;
        padding: 60px 60px 60px 60px; } }
    @media (min-width: 1152px) {
      .eb-3-2 .text-block {
        padding: 60px 120px 60px 60px; } }
  .eb-3-2 .subheading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "SofiaProRegular";
    color: #610B3C; }
  .eb-3-2 .textblock-heading {
    color: #610B3C; }
  .eb-3-2 .with-text {
    padding-left: 80px;
    padding-bottom: 80px; }
    .eb-3-2 .with-text img {
      aspect-ratio: 1/1; }
  .eb-3-2 ul {
    margin-bottom: 30px; }
  .eb-3-2 .btn-container {
    justify-content: flex-start; }
    .eb-3-2 .btn-container a:not(:first-of-type) {
      margin-left: 15px; }

/********************* Equal Block No Spacing with Image *************************/
.eb-4 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }
  .eb-4 .equal-row {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    background-color: #fff; }
    @media (min-width: 768px) {
      .eb-4 .equal-row {
        flex-direction: row; } }
  .eb-4 .text-block {
    display: flex;
    position: absolute;
    bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #610B3C;
    border-top-left-radius: 120px;
    width: 100%;
    z-index: 10;
    padding: 60px 60px 60px 60px; }
    @media (min-width: 768px) {
      .eb-4 .text-block {
        width: 55%;
        padding: 60px 60px;
        position: relative;
        margin-left: -10%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 90px; } }
    @media (min-width: 992px) {
      .eb-4 .text-block {
        width: 65%;
        padding: 0 5% 0 5%;
        margin-left: -11%;
        border-bottom-left-radius: 150px; } }
    @media (min-width: 1366px) {
      .eb-4 .text-block {
        padding: 0 20% 0 10%; } }
    @media (max-width: 425px) {
      .eb-4 .text-block {
        padding: 30px 5px 20px 60px; } }
  .eb-4 .textblock-heading {
    color: #fff; }
  .eb-4 p {
    color: #fff; }
  .eb-4 .image-block {
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .eb-4 .image-block {
        width: 55%; } }
    .eb-4 .image-block img {
      width: 100%;
      object-fit: cover;
      height: 550px; }
      @media (min-width: 768px) {
        .eb-4 .image-block img {
          height: 100%; } }
      @media (min-width: 992px) {
        .eb-4 .image-block img {
          height: 400px; } }
      @media (min-width: 1366px) {
        .eb-4 .image-block img {
          height: 100%; } }

.newsletter-callout .text-block {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: left; }
  @media (min-width: 768px) {
    .newsletter-callout .text-block {
      padding-left: 30px;
      padding-right: 30px;
      text-align: center; } }
  @media (min-width: 992px) {
    .newsletter-callout .text-block {
      padding-left: 10%;
      padding-right: 10%;
      border-bottom-left-radius: 150px; } }
.newsletter-callout .textblock-heading {
  width: 100%; }
  @media (min-width: 768px) {
    .newsletter-callout .textblock-heading {
      font-size: 22px;
      line-height: 32px; } }
.newsletter-callout p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  text-align: left; }
  @media (min-width: 768px) {
    .newsletter-callout p {
      text-align: center; } }
.newsletter-callout .gform_wrapper {
  width: 100%; }
  @media (min-width: 1152px) {
    .newsletter-callout .gform_wrapper {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }
.newsletter-callout .gform_footer {
  margin: 20px 0 0 0 !important;
  width: 50% !important;
  place-self: flex-start; }
  @media (min-width: 768px) {
    .newsletter-callout .gform_footer {
      margin: 0 0 0 5% !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .newsletter-callout .gform_footer {
      width: 35% !important; } }
  @media (min-width: 992px) {
    .newsletter-callout .gform_footer {
      width: 30% !important; } }
.newsletter-callout form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center; }
  @media (max-width: 767px) {
    .newsletter-callout form {
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .newsletter-callout form {
      flex-direction: row;
      align-items: center; } }
.newsletter-callout .gform-body {
  width: 100%; }
  @media (min-width: 768px) {
    .newsletter-callout .gform-body {
      width: 55%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .newsletter-callout .gform-body {
      width: 45%; } }
  @media (min-width: 992px) {
    .newsletter-callout .gform-body {
      width: 65%; } }
.newsletter-callout input[type="email"] {
  border-radius: 30px !important;
  height: 50px;
  padding-left: 20px;
  border-color: #fff;
  width: 100%;
  margin-right: 5%;
  color: #610B3C;
  font-family: "SofiaProSemiBold";
  text-align: left !important;
  font-size: 16px;
  line-height: 16px; }
  .newsletter-callout input[type="email"]::placeholder {
    color: #610B3C; }
  .newsletter-callout input[type="email"]:focus::placeholder {
    text-indent: -9999px; }
.newsletter-callout button[type="submit"] {
  border-radius: 30px;
  height: 50px;
  background-color: #B5C900;
  background-image: url("images/icons/arrows/arrow-black.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px;
  border-color: #B5C900;
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s ease;
  font-family: "SofiaProSemiBold";
  width: 100% !important;
  margin-top: 15px;
  padding-left: 0 !important;
  padding-right: 60px !important; }
  @media (min-width: 768px) {
    .newsletter-callout button[type="submit"] {
      margin-top: 0;
      padding: 15px 60px 15px 0 !important; } }
  .newsletter-callout button[type="submit"]:hover {
    border-color: #fff;
    background-color: #fff; }

@media (min-width: 768px) {
  .findus .image-block {
    width: 70%; } }
.findus .text-block {
  background-color: #B5C900; }
  @media (min-width: 992px) {
    .findus .text-block {
      width: 50%;
      margin-left: -20%;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 80px; } }
  @media (min-width: 1152px) {
    .findus .text-block {
      margin-left: -10%;
      width: 55%; } }
  .findus .text-block * {
    color: #333333; }
  @media (max-width: 425px) {
    .findus .text-block .textblock-heading {
      margin-bottom: 10px; } }
  @media (max-width: 425px) {
    .findus .text-block p {
      margin-bottom: 0; } }
.findus .textblock-heading,
.findus h3 {
  color: #333333; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .findus .textblock-heading,
    .findus h3 {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px; } }
  @media (min-width: 1152px) {
    .findus .textblock-heading,
    .findus h3 {
      font-size: 24px; } }
  @media (min-width: 1366px) {
    .findus .textblock-heading,
    .findus h3 {
      font-size: 30px; } }
.findus table {
  margin-bottom: 30px; }
  @media (max-width: 425px) {
    .findus table {
      margin-bottom: 10px; } }
.findus tbody tr:nth-of-type(even) {
  background-color: transparent; }
.findus td {
  padding: 2px;
  font-size: 18px;
  font-family: "SofiaProSemiBold"; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .findus td {
      font-size: 14px;
      line-height: 14px; } }
  @media (min-width: 1152px) {
    .findus td {
      font-size: 14px; } }
  @media (min-width: 1366px) {
    .findus td {
      font-size: 18px; } }
  .findus td + td {
    font-family: "SofiaProRegular"; }
.findus iframe {
  width: 100%;
  height: 900px;
  aspect-ratio: 16/9; }
  @media (min-width: 768px) {
    .findus iframe {
      height: 100%; } }
.findus address {
  font-style: normal;
  font-family: "SofiaProRegular";
  font-size: 18px;
  line-height: 22px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .findus address {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px; } }
  @media (min-width: 1152px) {
    .findus address {
      font-size: 14px; } }
  @media (min-width: 1366px) {
    .findus address {
      font-size: 18px; } }

.reviews-carousel {
  position: relative;
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid #610B3C; }
  .reviews-carousel h4 {
    color: #610B3C; }

.bottom-equal--block {
  position: relative;
  padding: 0; }
  @media (max-width: 991px) {
    .bottom-equal--block {
      padding-top: 320px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .bottom-equal--block {
      padding-top: 0; } }
  .bottom-equal--block .equal-row {
    display: flex;
    flex-direction: column;
    max-width: 100%; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .bottom-equal--block .equal-row {
        flex-direction: row !important; } }
    @media (min-width: 992px) {
      .bottom-equal--block .equal-row {
        flex-direction: row !important; } }
  .bottom-equal--block .image-block {
    width: 100%; }
    @media (max-width: 991px) {
      .bottom-equal--block .image-block {
        position: absolute;
        top: 0; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .bottom-equal--block .image-block {
        width: 70%;
        height: 100%;
        top: 0;
        left: 0;
        order: 1; } }
    @media (min-width: 992px) {
      .bottom-equal--block .image-block {
        width: 70%;
        order: 1; } }
    .bottom-equal--block .image-block img {
      height: auto !important;
      border-bottom-left-radius: 0; }
      @media (min-width: 768px) {
        .bottom-equal--block .image-block img {
          height: 100% !important; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .bottom-equal--block .image-block img {
          height: 100% !important; } }
  .bottom-equal--block .textblock-heading {
    color: #610B3C;
    font-size: 18px;
    margin-bottom: 10px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .bottom-equal--block .textblock-heading {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px; } }
    @media (min-width: 1152px) {
      .bottom-equal--block .textblock-heading {
        font-size: 24px;
        margin-bottom: 20px; } }
    @media (min-width: 1366px) {
      .bottom-equal--block .textblock-heading {
        font-size: 30px; } }
  .bottom-equal--block .text-block {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-color: #E0E0E0;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 0; }
    @media (min-width: 768px) {
      .bottom-equal--block .text-block {
        flex-direction: row;
        margin-left: 0;
        padding-left: 60px;
        padding-right: 60px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .bottom-equal--block .text-block {
        flex-direction: column;
        order: 2;
        width: 50%;
        margin-left: 50%;
        padding-top: 30px;
        padding-bottom: 45px;
        padding-left: 80px;
        padding-right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 120px; } }
    @media (min-width: 992px) {
      .bottom-equal--block .text-block {
        flex-direction: column;
        width: 60%;
        order: 2;
        margin-left: -20%;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 80px;
        padding-right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 150px; } }
    @media (min-width: 1152px) {
      .bottom-equal--block .text-block {
        flex-direction: row;
        margin-left: -10%; } }
    .bottom-equal--block .text-block p, .bottom-equal--block .text-block li {
      color: #333333; }
  .bottom-equal--block table {
    margin-bottom: 30px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .bottom-equal--block table {
        margin-bottom: 10px; } }
  .bottom-equal--block tbody tr:nth-of-type(even) {
    background-color: transparent; }
  .bottom-equal--block td {
    padding: 2px;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    font-family: "SofiaProSemiBold"; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .bottom-equal--block td {
        font-size: 14px;
        line-height: 16px; } }
    @media (min-width: 1366px) {
      .bottom-equal--block td {
        font-size: 18px;
        line-height: 24px; } }
    .bottom-equal--block td + td {
      font-family: "SofiaProRegular"; }
  .bottom-equal--block address {
    font-style: normal;
    font-family: "SofiaProRegular";
    color: #808080;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .bottom-equal--block address {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px; } }
    @media (min-width: 1366px) {
      .bottom-equal--block address {
        font-size: 18px;
        line-height: 24px; } }
  .bottom-equal--block .opening-times {
    width: 100%; }
    @media (min-width: 1152px) {
      .bottom-equal--block .opening-times {
        width: 50%; } }
  .bottom-equal--block .address {
    width: 100%; }
    @media (min-width: 1152px) {
      .bottom-equal--block .address {
        width: 50%; } }

/******************* Targeted Page Blocks ************************/
@media (min-width: 768px) {
  body.page-template-page-general-dentistry .eb-3 {
    margin-bottom: 60px; } }

@media (min-width: 768px) {
  body.page-template-page-cosmetic-service .eb-2.green-bg:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background-color: #B5C900;
    border-bottom-right-radius: 200px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    body.page-template-page-cosmetic-service .eb-2.green-bg:before {
      display: block;
      width: 30%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    body.page-template-page-cosmetic-service .eb-2.green-bg:before {
      width: 25%; } }
@media (min-width: 768px) and (min-width: 768px) {
  body.page-template-page-cosmetic-service .eb-2.purple-bg {
    margin-bottom: 60px; } }
@media (min-width: 768px) {
  body.page-template-page-cosmetic-service .eb-2.purple-bg:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background-color: #610B3C;
    border-bottom-right-radius: 200px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    body.page-template-page-cosmetic-service .eb-2.purple-bg:before {
      display: block;
      width: 30%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    body.page-template-page-cosmetic-service .eb-2.purple-bg:before {
      width: 25%; } }
@media (min-width: 768px) {
  body.page-template-page-cosmetic-service .eb-2 .image-block {
    display: none;
    visibility: hidden;
    width: 100%;
    position: relative; } }
  @media (min-width: 768px) and (min-width: 992px) {
    body.page-template-page-cosmetic-service .eb-2 .image-block {
      display: block;
      visibility: visible;
      width: 50%; } }
  @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    body.page-template-page-cosmetic-service .eb-2 .image-block {
      display: block;
      visibility: visible;
      width: 50%; } }
@media (min-width: 768px) {
    body.page-template-page-cosmetic-service .eb-2 .image-block img {
      width: 100%;
      aspect-ratio: 1/1; } }
    @media (min-width: 768px) and (min-width: 768px) {
      body.page-template-page-cosmetic-service .eb-2 .image-block img {
        height: 100%;
        object-fit: cover;
        aspect-ratio: unset; } }
@media (min-width: 768px) {
  body.page-template-page-cosmetic-service .eb-2 .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 30px 0 30px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    body.page-template-page-cosmetic-service .eb-2 .text-block {
      padding: 0; } }
  @media (min-width: 768px) and (min-width: 992px) {
    body.page-template-page-cosmetic-service .eb-2 .text-block {
      width: 50%;
      padding: 0 60px; } }
  @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    body.page-template-page-cosmetic-service .eb-2 .text-block {
      width: 50%;
      padding: 60px; } }

body.page-template-page-skincare .eb-3,
body.page-template-page-skincare-antiwrinkle .eb-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    body.page-template-page-skincare .eb-3,
    body.page-template-page-skincare-antiwrinkle .eb-3 {
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    body.page-template-page-skincare .eb-3,
    body.page-template-page-skincare-antiwrinkle .eb-3 {
      margin-top: 60px;
      margin-bottom: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    body.page-template-page-skincare .eb-3 .text-block,
    body.page-template-page-skincare-antiwrinkle .eb-3 .text-block {
      padding-bottom: 0; } }

@media (max-width: 767px) {
  body.page-template-page-skincare-products .eb-1 {
    border-bottom: 1px solid #610B3C; } }
@media (max-width: 767px) {
  body.page-template-page-skincare-products .eb-3 {
    padding-bottom: 0; } }
@media (max-width: 767px) {
  body.page-template-page-skincare-products .eb-3 .text-block {
    padding-bottom: 0; } }
@media (min-width: 768px) {
  body.page-template-page-skincare-products .eb-3 {
    margin-bottom: 60px; } }

body.page-template-page-skincare-product .eb-1 {
  border-bottom: 1px solid #610B3C;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    body.page-template-page-skincare-product .eb-1 {
      border-bottom: 0;
      padding-top: 0; } }
  body.page-template-page-skincare-product .eb-1 .image-block {
    border-bottom-left-radius: 120px; }
@media (max-width: 767px) {
  body.page-template-page-skincare-product .eb-3 {
    padding-bottom: 0; } }
@media (max-width: 767px) {
  body.page-template-page-skincare-product .eb-3 .text-block {
    padding-bottom: 0; } }
@media (min-width: 768px) {
  body.page-template-page-skincare-product .eb-3 {
    margin-bottom: 60px; } }
@media (min-width: 768px) {
  body.page-template-page-skincare-product .eb-3 .image-block {
    display: flex;
    align-items: center; }
    body.page-template-page-skincare-product .eb-3 .image-block img {
      height: auto;
      object-fit: unset; } }

body.page-template-page-plans .eb-2,
body.page-template-page-get-started-remote .eb-2,
body.page-template-page-denplan .eb-2,
body.page-template-page-fees .eb-2 {
  padding-top: 0; }

body.page-template-page-get-started-remote .eb-2 {
  padding-bottom: 0; }

@media (max-width: 767px) {
  body.page-template-page-findus .eb-4 .text-block {
    padding-left: 40px;
    padding-right: 40px; }
  body.page-template-page-findus .eb-2 {
    padding-bottom: 0; }
    body.page-template-page-findus .eb-2 .text-block {
      padding-bottom: 0; } }

@media (max-width: 767px) {
  body.page-template-page-get-started-new .eb-2 {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  body.error404 .eb-2 .text-block {
    text-align: center;
    align-items: center;
    order: 1;
    padding-top: 0;
    padding-bottom: 60px; }
    body.error404 .eb-2 .text-block p {
      width: 100%; } }
@media (max-width: 767px) {
  body.error404 .eb-2 .image-block {
    order: 2; } }
body.error404 .eb-2 .textblock-heading {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    body.error404 .eb-2 .textblock-heading {
      width: 100%;
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 30px;
      text-align: center; } }
body.error404 .eb-2 h4 {
  font-size: 24px;
  line-height: 34px;
  font-family: "PlayfairDisplayRegular"; }
  @media (max-width: 767px) {
    body.error404 .eb-2 h4 {
      font-size: 16px;
      line-height: 26px; } }
body.error404 .eb-2 p {
  color: #333333; }

body.page-template-page-thankyou .eb-2 .text-block {
  min-height: 450px; }
  @media (max-width: 767px) {
    body.page-template-page-thankyou .eb-2 .text-block {
      text-align: center;
      align-items: center;
      order: 1;
      padding-top: 30px;
      padding-bottom: 60px; }
      body.page-template-page-thankyou .eb-2 .text-block p {
        width: 100%; } }
@media (max-width: 767px) {
  body.page-template-page-thankyou .eb-2 .image-block {
    order: 2; } }
body.page-template-page-thankyou .eb-2 .textblock-heading {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px; }
  @media (min-width: 1152px) {
    body.page-template-page-thankyou .eb-2 .textblock-heading {
      font-size: 50px;
      line-height: 60px; } }
  @media (max-width: 767px) {
    body.page-template-page-thankyou .eb-2 .textblock-heading {
      width: 100%;
      font-size: 26px;
      line-height: 36px;
      margin-bottom: 20px;
      text-align: center; } }
body.page-template-page-thankyou .eb-2 p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-family: "PlayfairDisplayRegular"; }
  @media (min-width: 1152px) {
    body.page-template-page-thankyou .eb-2 p {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 767px) {
    body.page-template-page-thankyou .eb-2 p {
      font-size: 16px;
      line-height: 26px;
      max-width: 60%; } }
  body.page-template-page-thankyou .eb-2 p br {
    display: none; }
    @media (min-width: 768px) {
      body.page-template-page-thankyou .eb-2 p br {
        display: block; } }

.testimonials {
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (min-width: 768px) {
    .testimonials {
      flex-direction: row;
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.our-story-template .testimonials {
    border-bottom: 1px solid #610B3C; }
  .testimonials .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 60px 30px; }
    @media (min-width: 768px) {
      .testimonials .text-block {
        width: 60%;
        padding: 60px; } }
    @media (min-width: 1152px) {
      .testimonials .text-block {
        padding: 60px 60px 60px 120px; } }
    .testimonials .text-block img:not(.prev img):not(.next img) {
      max-width: 100px;
      margin-bottom: 20px; }
    .testimonials .text-block p {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 22px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .testimonials .text-block p {
          font-size: 16px;
          line-height: 24px; } }
      @media (min-width: 768px) {
        .testimonials .text-block p {
          font-size: 20px;
          line-height: 30px; } }
      .testimonials .text-block p a {
        color: #610B3C;
        text-decoration: underline;
        font-family: "SofiaProSemiBold";
        font-size: 14px;
        line-height: 14px; }
  .testimonials .textblock-heading {
    color: #610B3C;
    margin-bottom: 20px; }
  .testimonials ul {
    padding: 0;
    width: 100%; }
    @media (min-width: 1152px) {
      .testimonials ul {
        max-width: 70%; } }
  .testimonials li {
    list-style-type: none; }
  .testimonials .image-block {
    display: none;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .testimonials .image-block {
        display: block;
        width: 40%; } }
    .testimonials .image-block img {
      width: 100%;
      object-fit: cover;
      border-bottom-right-radius: 120px; }
      @media (min-width: 768px) {
        .testimonials .image-block img {
          height: 100%; } }
  .testimonials .equal-row {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    background-color: #fff; }
    @media (min-width: 768px) {
      .testimonials .equal-row {
        flex-direction: row; } }
    @media (min-width: 1366px) {
      .testimonials .equal-row {
        max-width: 1366px;
        margin-right: auto;
        margin-left: auto; } }

.testimonial-controls {
  display: flex;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px; }
  .testimonial-controls > div {
    cursor: pointer; }
    .testimonial-controls > div:not(:first-of-type) {
      margin-left: 10px; }
  .testimonial-controls .prev {
    position: relative;
    width: 40px;
    height: 40px; }
    .testimonial-controls .prev img {
      position: absolute;
      top: 0;
      left: 0;
      transition: all .3s ease;
      opacity: 1; }
      .testimonial-controls .prev img + img {
        opacity: 0; }
    .testimonial-controls .prev:hover img {
      opacity: 0; }
      .testimonial-controls .prev:hover img + img {
        opacity: 1; }
  .testimonial-controls .next {
    position: relative;
    width: 40px;
    height: 40px; }
    .testimonial-controls .next img {
      position: absolute;
      top: 0;
      left: 0;
      transition: all .3s ease;
      opacity: 1; }
      .testimonial-controls .next img + img {
        opacity: 0; }
    .testimonial-controls .next:hover img {
      opacity: 0; }
      .testimonial-controls .next:hover img + img {
        opacity: 1; }
  .testimonial-controls img {
    max-width: 40px; }

.welcome-callout {
  position: relative;
  width: 100%; }
  @media (max-width: 767px) {
    .welcome-callout {
      height: 400px; } }
  body.finance-template .welcome-callout {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      body.finance-template .welcome-callout {
        margin-bottom: 60px; } }
  .welcome-callout picture,
  .welcome-callout img {
    width: 100%;
    object-fit: cover; }
    @media (max-width: 767px) {
      .welcome-callout picture,
      .welcome-callout img {
        height: 100%; } }
    @media (min-width: 768px) {
      .welcome-callout picture,
      .welcome-callout img {
        height: auto; } }
  .welcome-callout:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(97, 11, 60, 0.9); }

.callout-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center; }
  .callout-content .callout-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px; }
    @media (min-width: 1152px) {
      .callout-content .callout-heading {
        font-size: 40px;
        line-height: 50px; } }
  .callout-content p.subheading {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 576px) {
    .callout-content br {
      display: none; } }

.callout-btns {
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    .callout-btns {
      flex-direction: row; } }
  .callout-btns a:not(:first-of-type) {
    margin-top: 20px; }
    @media (min-width: 576px) {
      .callout-btns a:not(:first-of-type) {
        margin-left: 20px;
        margin-top: 0; } }
  .callout-btns .green-solid:hover {
    background-color: #fff;
    border-color: #fff;
    color: #610B3C;
    background-image: url("images/icons/arrows/arrow-purple.png"); }

.article-carousel {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .article-carousel {
      padding-top: 60px; } }
  .article-carousel h2, .article-carousel h3, .article-carousel h4, .article-carousel h5, .article-carousel h6 {
    width: 100%;
    color: #610B3C;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .article-carousel h2, .article-carousel h3, .article-carousel h4, .article-carousel h5, .article-carousel h6 {
        margin-bottom: 60px; } }
  .article-carousel h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .article-carousel h4 {
        padding-left: 70px;
        padding-right: 70px; } }
    .article-carousel h4 div {
      display: none; }
      @media (max-width: 767px) {
        .article-carousel h4 div {
          display: flex !important; }
          .article-carousel h4 div > div {
            width: 30px; }
            .article-carousel h4 div > div:last-of-type {
              margin-left: 5px; } }
      .article-carousel h4 div img {
        height: 30px;
        min-height: 30px; }
  .article-carousel p {
    text-align: center; }
  .article-carousel ul {
    display: none;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .article-carousel ul {
        padding-left: 60px;
        padding-right: 60px; } }
  .article-carousel .slick-initialized {
    display: block; }
  .article-carousel li:not(.slick-dots li) {
    margin: 0 5px; }
    @media (min-width: 768px) {
      .article-carousel li:not(.slick-dots li) {
        margin: 0 10px; } }
  .article-carousel img {
    width: 100%;
    aspect-ratio: 16/9;
    min-height: 150px;
    object-fit: cover;
    object-position: right; }
  .article-carousel .post-content {
    padding: 20px 10px 10px 10px; }
    @media (min-width: 576px) {
      .article-carousel .post-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%; } }
  .article-carousel .post-title {
    text-align: left;
    margin-bottom: 15px;
    font-family: "SofiaProRegular";
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 576px) {
      .article-carousel .post-title {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 1152px) {
      .article-carousel .post-title {
        font-size: 18px;
        line-height: 24px; } }
    .article-carousel .post-title a {
      color: #333333; }
  .article-carousel .post-meta {
    display: flex;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 11px; }
    .article-carousel .post-meta a {
      color: #333333; }
  .article-carousel date:after {
    content: "/";
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    margin: 0 5px; }
  .article-carousel .readmore {
    margin-top: auto; }
  .article-carousel .btn-container {
    padding: 30px 0 60px 0; }
    .article-carousel .btn-container a {
      color: #610B3C;
      text-decoration: underline;
      font-family: "SofiaProSemiBold"; }

.accordion {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .accordion h2:not(.accordion-content h2, h3, h4, h5, h6), .accordion h3:not(.accordion-content h2, h3, h4, h5, h6), .accordion h4:not(.accordion-content h2, h3, h4, h5, h6), .accordion h5:not(.accordion-content h2, h3, h4, h5, h6), .accordion h6:not(.accordion-content h2, h3, h4, h5, h6) {
    width: 100%;
    text-align: center;
    color: #610B3C;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .accordion h2:not(.accordion-content h2, h3, h4, h5, h6), .accordion h3:not(.accordion-content h2, h3, h4, h5, h6), .accordion h4:not(.accordion-content h2, h3, h4, h5, h6), .accordion h5:not(.accordion-content h2, h3, h4, h5, h6), .accordion h6:not(.accordion-content h2, h3, h4, h5, h6) {
        margin-bottom: 60px; } }
  .accordion p:not(.accordion-content p) {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .accordion.grey-theme {
    background-color: #F5F5F5;
    padding: 30px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .accordion.grey-theme {
        padding: 60px;
        padding-bottom: 90px; } }
    @media (min-width: 768px) {
      .accordion.grey-theme {
        padding: 60px;
        padding-bottom: 90px; } }

.accordion-container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }

.accordion-item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .accordion-item .accordion-heading {
    padding: 20px 50px 20px 20px;
    cursor: pointer;
    font-family: "SofiaProRegular";
    color: #610B3C;
    font-size: 14px;
    line-height: 18px;
    background-color: #fff;
    background-image: url("images/icons/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: top 50% right 20px; }
    @media (min-width: 1152px) {
      .accordion-item .accordion-heading {
        font-size: 18px;
        line-height: 26px; } }
  .accordion-item:last-of-type {
    margin-bottom: 0; }
  .accordion-item .active-tab {
    background-image: url("images/icons/up-arrow.png");
    border-bottom: 0; }
  .accordion-item .accordion-content {
    padding: 30px 20px; }
    .accordion-item .accordion-content p:only-child {
      margin-bottom: 0; }
    .accordion-item .accordion-content ul,
    .accordion-item .accordion-content ol {
      padding-left: 15px;
      margin-bottom: 30px; }
    .accordion-item .accordion-content li:not(:last-of-type) {
      margin-bottom: 5px; }
    .accordion-item .accordion-content.open {
      display: block; }

.product-list {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 20px; }
  @media (min-width: 1600px) {
    .product-list {
      padding: 60px 0; } }
  .product-list ul {
    display: flex;
    flex-flow: column;
    padding: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .product-list ul {
        flex-flow: row wrap; } }
  .product-list li {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    scroll-margin: 150px; }
    @media (min-width: 768px) {
      .product-list li {
        width: 47.5%;
        margin-right: 5%; }
        .product-list li:nth-of-type(2n) {
          margin-right: 0; } }
  .product-list img {
    margin-bottom: 20px; }
  .product-list .product-title {
    color: #610B3C;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px; }
    @media (min-width: 1152px) {
      .product-list .product-title {
        font-size: 26px;
        line-height: 36px; } }
    .product-list .product-title a {
      color: #610B3C; }
  .product-list .purple-outline, .product-list .article-list .readmore, .article-list .product-list .readmore {
    margin-top: auto; }

.product-range {
  display: block;
  position: relative;
  width: 100%;
  scroll-margin: 150px;
  padding: 60px 20px; }
  @media (min-width: 1600px) {
    .product-range {
      padding: 60px 0; } }
  .product-range .c-container, .product-range .site-content, .product-range .header-inner, .product-range .footer-inner, .product-range .key-messages ul, .key-messages .product-range ul, .product-range body.page-template-page-get-started-new .breadcrumb ul, body.page-template-page-get-started-new .breadcrumb .product-range ul, .product-range body.page-template-page-get-started .breadcrumb ul, body.page-template-page-get-started .breadcrumb .product-range ul, .product-range body.page-template-page-findus .breadcrumb ul, body.page-template-page-findus .breadcrumb .product-range ul, .product-range body.page-template-page-contact .breadcrumb ul, body.page-template-page-contact .breadcrumb .product-range ul, .product-range body.page-template-page-callback .breadcrumb ul, body.page-template-page-callback .breadcrumb .product-range ul, .product-range body.page-template-page-footerpage .breadcrumb ul, body.page-template-page-footerpage .breadcrumb .product-range ul, .product-range body.page-template-page-thankyou .breadcrumb ul, body.page-template-page-thankyou .breadcrumb .product-range ul, .product-range .page-intro, .product-range .poi-title, .product-range .poi-list, .product-range .poi-list2, .product-range .step-icons ul, .step-icons .product-range ul, .product-range .emergency-numbers ul, .emergency-numbers .product-range ul, .product-range .our-team ul, .our-team .product-range ul, .product-range .team-title, .product-range .meet-team ul, .meet-team .product-range ul, .product-range .team-intro {
    max-width: 1000px; }
  .product-range h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #610B3C; }
  .product-range ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    width: 100%; }
  .product-range li {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .product-range li {
        width: 30%;
        margin-right: 5%; }
        .product-range li:nth-of-type(2n) {
          margin-right: 5%; }
        .product-range li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .product-range li a {
        margin-left: auto;
        margin-right: auto; } }
  .product-range img {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .product-range img {
        max-width: 200px; } }
  .product-range .product-title {
    color: #610B3C;
    font-family: "SofiaProRegular";
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px; }
    .product-range .product-title a {
      color: #610B3C; }
  .product-range .purple-outline, .product-range .article-list .readmore, .article-list .product-range .readmore {
    margin-top: auto; }
    @media (max-width: 767px) {
      .product-range .purple-outline, .product-range .article-list .readmore, .article-list .product-range .readmore {
        margin-left: auto;
        margin-right: auto; } }

.icon-list {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0; }
  .icon-list h2, .icon-list p {
    text-align: center; }
  .icon-list img {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto; }
  .icon-list p {
    max-width: 80%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    color: #333333; }
  .icon-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 100%; }
  .icon-list li {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-bottom: 5%;
    margin-right: 2%; }
    .icon-list li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 576px) {
      .icon-list li {
        width: 32%; }
        .icon-list li:nth-of-type(2n) {
          margin-right: 2%; }
        .icon-list li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .icon-list li {
        width: 23.5%; }
        .icon-list li:nth-of-type(2n) {
          margin-right: 2%; }
        .icon-list li:nth-of-type(3n) {
          margin-right: 2%; }
        .icon-list li:nth-of-type(4n) {
          margin-right: 0; } }
    .icon-list li p {
      margin-top: 25px;
      margin-bottom: 0;
      color: #333333; }
  .icon-list.grey-theme {
    background-color: #F5F5F5; }

.icon-heading {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  font-family: "SofiaProRegular";
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 1152px) {
    .icon-heading {
      font-size: 18px;
      line-height: 24px; } }

.value-heading {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #333333;
  font-family: "SofiaProRegular";
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 1152px) {
    .value-heading {
      font-size: 18px;
      line-height: 24px; } }

.step-icons {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #610B3C; }
  .step-icons h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 60px; }
  .step-icons h5, .step-icons p {
    text-align: center;
    color: #fff; }
  .step-icons h5 {
    font-family: "SofiaProSemiBold";
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px; }
  .step-icons img {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .step-icons img {
        max-width: 70px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .step-icons img {
        max-width: 70px; } }
    @media (min-width: 1152px) {
      .step-icons img {
        max-width: 100px; } }
  .step-icons ul {
    padding: 0; }
  .step-icons li {
    display: flex !important;
    flex-direction: column;
    text-align: center; }
  .step-icons p {
    max-width: 80%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "SofiaProRegular"; }
  .step-icons a {
    color: #fff;
    font-family: "SofiaProRegular";
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline; }
    .step-icons a:nth-of-type(2) {
      margin-top: 30px; }
  .step-icons small {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .step-icons small {
        font-size: 16px;
        line-height: 22px; } }

.image-list {
  width: 100%;
  padding: 60px 20px; }
  .image-list h2 {
    text-align: center;
    color: #610B3C;
    margin-bottom: 60px; }
  .image-list h5 {
    text-align: center;
    font-family: "SofiaProSemiBold";
    color: #610B3C;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0; }
    @media (min-width: 1152px) {
      .image-list h5 {
        font-size: 24px;
        line-height: 30px; } }
  .image-list img {
    margin-bottom: 20px; }
  .image-list ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    padding: 0 60px; }
    @media (min-width: 576px) {
      .image-list ul {
        flex-flow: row wrap;
        justify-content: center;
        padding: 0; } }
  .image-list li {
    list-style: none;
    width: 100%; }
    .image-list li:not(:last-of-type) {
      margin-bottom: 30px; }
    @media (min-width: 576px) {
      .image-list li {
        width: 48%;
        margin-right: 4%; }
        .image-list li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .image-list li {
        width: 30.666%;
        margin-right: 4%; }
        .image-list li:nth-of-type(2n) {
          margin-right: 4%; }
        .image-list li:nth-of-type(3n) {
          margin-right: 0; } }

.denplan {
  width: 100%;
  padding: 0 20px 60px 20px;
  scroll-margin: 150px; }
  @media (min-width: 768px) {
    .denplan {
      padding-bottom: 0; } }
  .denplan h2 {
    text-align: center;
    color: #610B3C;
    margin-bottom: 30px; }
  .denplan p {
    text-align: center;
    color: #333333;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .denplan p {
        padding-left: 20px;
        padding-right: 20px; } }
  .denplan h5 {
    text-align: center;
    font-family: "SofiaProSemiBold";
    color: #610B3C;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0; }
    @media (min-width: 1152px) {
      .denplan h5 {
        font-size: 24px;
        line-height: 30px; } }
  .denplan img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  .denplan ul {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    padding: 0; }
    @media (min-width: 576px) {
      .denplan ul {
        flex-flow: row wrap;
        justify-content: center; } }
  .denplan li {
    list-style: none;
    width: 100%;
    width: 48%;
    margin-right: 4%; }
    .denplan li:nth-of-type(2n) {
      margin-right: 0; }
    .denplan li:not(:last-of-type) {
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .denplan li {
        width: 30.666%;
        margin-right: 4%; }
        .denplan li:nth-of-type(2n) {
          margin-right: 4%; }
        .denplan li:nth-of-type(3n) {
          margin-right: 0; } }
    .denplan li .icon-title {
      font-family: "PlayfairDisplayBold";
      margin-bottom: 15px; }
    .denplan li p {
      margin-bottom: 20px; }
    .denplan li .purple-solid {
      background-image: url("images/icons/arrows/arrow-white.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: top 50% right 20px; }
      .denplan li .purple-solid:hover {
        background-image: url("images/icons/arrows/arrow-purple.png"); }
  .denplan.grey-theme {
    background-color: #F5F5F5; }

.our-values {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .our-values {
      border-top: 1px solid #610B3C;
      padding-top: 30px;
      padding-bottom: 60px; } }
  .our-values h2 {
    color: #610B3C;
    margin-bottom: 60px; }
  .our-values img {
    margin-bottom: 30px;
    max-width: 80px; }
  @media (max-width: 767px) {
    .our-values li {
      margin: 0 !important; } }
  .our-values li p {
    color: #808080; }
    @media (max-width: 767px) {
      .our-values li p {
        padding-left: 40px;
        padding-right: 40px; } }
  .our-values .slick-prev {
    left: 40px; }
  .our-values .slick-next {
    right: 40px; }

#howitworks,
#whathappensnext {
  scroll-margin: 150px; }

.emergency-numbers {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #610B3C; }
  .emergency-numbers h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .emergency-numbers h2 {
        margin-bottom: 60px; } }
  .emergency-numbers h5, .emergency-numbers p {
    text-align: center;
    color: #fff; }
  .emergency-numbers h5 {
    font-family: "SofiaProSemiBold";
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .emergency-numbers h5 {
        text-align: center;
        margin-bottom: 10px; } }
    @media (min-width: 1152px) {
      .emergency-numbers h5 {
        font-size: 24px;
        line-height: 30px; } }
  .emergency-numbers br {
    display: none; }
    @media (min-width: 768px) {
      .emergency-numbers br {
        display: block; } }
  .emergency-numbers img {
    height: 50px;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .emergency-numbers img {
        max-width: 70px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .emergency-numbers img {
        max-width: 70px; } }
    @media (min-width: 1152px) {
      .emergency-numbers img {
        max-width: 100px; } }
  .emergency-numbers ul {
    padding: 0; }
    @media (min-width: 768px) {
      .emergency-numbers ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly; } }
  .emergency-numbers li {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    text-align: left; }
    .emergency-numbers li:not(:last-of-type) {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .emergency-numbers li:not(:last-of-type) {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .emergency-numbers li {
        flex-direction: column;
        text-align: center;
        align-items: center;
        flex: 1; } }
  .emergency-numbers .contact-details {
    width: calc(100% - 100px); }
  .emergency-numbers p {
    max-width: 80%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: "SofiaProRegular"; }
  .emergency-numbers a {
    display: block;
    color: #fff;
    font-family: "SofiaProRegular";
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline; }
    @media (min-width: 1152px) {
      .emergency-numbers a {
        font-size: 16px;
        line-height: 20px; } }
    .emergency-numbers a:nth-of-type(2) {
      margin-top: 30px; }
  .emergency-numbers small {
    display: block;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px; }

.our-plans {
  width: 100%;
  padding: 60px 20px;
  padding-bottom: 0;
  scroll-margin: 150px; }
  @media (min-width: 992px) {
    .our-plans {
      padding-bottom: 60px; } }
  .our-plans h2 {
    width: 100%;
    text-align: center;
    color: #610B3C;
    margin-bottom: 60px; }
  .our-plans ul {
    display: flex;
    flex-direction: column;
    padding: 0; }
    @media (min-width: 768px) {
      .our-plans ul {
        flex-flow: row wrap; } }
  .our-plans li:not(.plan-details li) {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 50px;
    background-color: #F5F5F5; }
    @media (min-width: 768px) {
      .our-plans li:not(.plan-details li) {
        width: 48%;
        margin-right: 4%; }
        .our-plans li:not(.plan-details li):nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .our-plans li:not(.plan-details li) {
        flex-direction: row;
        border-top-right-radius: 0;
        border-bottom-left-radius: 50px; } }
    .our-plans li:not(.plan-details li):not(last-of-type) {
      margin-bottom: 40px; }
  .our-plans p:not(.plan-price p):not(.plan-details p) {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px; }

.essentials .plan-price {
  background-color: #B5C900; }
.essentials * {
  color: #333333; }
.essentials a {
  text-decoration: none; }

.care .plan-price {
  background-color: #610B3C; }
  .care .plan-price * {
    color: #fff; }
  .care .plan-price a {
    color: #333333;
    text-decoration: none; }
    .care .plan-price a:hover {
      color: #fff; }

.plan-price {
  padding: 45px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px; }
  @media (min-width: 992px) {
    .plan-price {
      width: 50%; } }
  .plan-price h5 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px; }
  .plan-price p {
    margin-bottom: 10px;
    color: #333333; }
  .plan-price .price {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "SofiaProSemiBold";
    font-size: 18px;
    line-height: 26px; }

.band {
  font-family: "SofiaProSemiBold";
  font-size: 16px;
  line-height: 20px; }

.plan-details {
  padding: 45px; }
  @media (min-width: 992px) {
    .plan-details {
      width: 50%; } }
  .plan-details p {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 20px; }
  .plan-details ul {
    padding-left: 15px; }
  .plan-details li {
    display: list-item;
    width: 100%;
    color: #333333;
    font-family: "SofiaProRegular";
    list-style-type: disc; }
    .plan-details li:not(:last-of-type) {
      margin-bottom: 5px; }

.our-fees {
  position: relative;
  padding: 60px 30px;
  scroll-margin: 150px; }
  @media (max-width: 767px) {
    .our-fees {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .our-fees .c-container, .our-fees .site-content, .our-fees .header-inner, .our-fees .footer-inner, .our-fees .key-messages ul, .key-messages .our-fees ul, .our-fees body.page-template-page-get-started-new .breadcrumb ul, body.page-template-page-get-started-new .breadcrumb .our-fees ul, .our-fees body.page-template-page-get-started .breadcrumb ul, body.page-template-page-get-started .breadcrumb .our-fees ul, .our-fees body.page-template-page-findus .breadcrumb ul, body.page-template-page-findus .breadcrumb .our-fees ul, .our-fees body.page-template-page-contact .breadcrumb ul, body.page-template-page-contact .breadcrumb .our-fees ul, .our-fees body.page-template-page-callback .breadcrumb ul, body.page-template-page-callback .breadcrumb .our-fees ul, .our-fees body.page-template-page-footerpage .breadcrumb ul, body.page-template-page-footerpage .breadcrumb .our-fees ul, .our-fees body.page-template-page-thankyou .breadcrumb ul, body.page-template-page-thankyou .breadcrumb .our-fees ul, .our-fees .page-intro, .our-fees .poi-title, .our-fees .poi-list, .our-fees .poi-list2, .our-fees .step-icons ul, .step-icons .our-fees ul, .our-fees .emergency-numbers ul, .emergency-numbers .our-fees ul, .our-fees .our-team ul, .our-team .our-fees ul, .our-fees .team-title, .our-fees .meet-team ul, .meet-team .our-fees ul, .our-fees .team-intro {
      overflow: scroll; } }
  .our-fees h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #610B3C; }
  @media (max-width: 767px) {
    .our-fees table {
      width: 700px; } }
  .our-fees thead td {
    font-family: "SofiaProSemiBold";
    text-align: center;
    border-width: 1px;
    border-style: solid;
    font-size: 18px;
    line-height: 26px; }
    @media (max-width: 767px) {
      .our-fees thead td {
        font-size: 14px;
        line-height: 14px; } }
    .our-fees thead td:nth-of-type(1) {
      background-color: #fff;
      color: #610B3C;
      border-color: #610B3C; }
    .our-fees thead td:nth-of-type(2) {
      background-color: #333333;
      color: #fff;
      border-color: #333333; }
    .our-fees thead td:nth-of-type(3) {
      background-color: #B5C900;
      color: #fff;
      border-color: #B5C900; }
    .our-fees thead td:nth-of-type(4) {
      background-color: #610B3C;
      color: #fff;
      border-color: #610B3C; }
  .our-fees tbody td {
    text-align: center;
    font-family: "SofiaProRegular"; }
    .our-fees tbody td:nth-of-type(3) {
      color: #B5C900; }
    .our-fees tbody td:nth-of-type(4) {
      color: #610B3C; }

.finance {
  padding: 60px 30px; }
  .finance h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #610B3C; }
  @media (max-width: 767px) {
    .finance .c-container, .finance .site-content, .finance .header-inner, .finance .footer-inner, .finance .key-messages ul, .key-messages .finance ul, .finance body.page-template-page-get-started-new .breadcrumb ul, body.page-template-page-get-started-new .breadcrumb .finance ul, .finance body.page-template-page-get-started .breadcrumb ul, body.page-template-page-get-started .breadcrumb .finance ul, .finance body.page-template-page-findus .breadcrumb ul, body.page-template-page-findus .breadcrumb .finance ul, .finance body.page-template-page-contact .breadcrumb ul, body.page-template-page-contact .breadcrumb .finance ul, .finance body.page-template-page-callback .breadcrumb ul, body.page-template-page-callback .breadcrumb .finance ul, .finance body.page-template-page-footerpage .breadcrumb ul, body.page-template-page-footerpage .breadcrumb .finance ul, .finance body.page-template-page-thankyou .breadcrumb ul, body.page-template-page-thankyou .breadcrumb .finance ul, .finance .page-intro, .finance .poi-title, .finance .poi-list, .finance .poi-list2, .finance .step-icons ul, .step-icons .finance ul, .finance .emergency-numbers ul, .emergency-numbers .finance ul, .finance .our-team ul, .our-team .finance ul, .finance .team-title, .finance .meet-team ul, .meet-team .finance ul, .finance .team-intro {
      overflow: scroll; } }
  @media (max-width: 767px) {
    .finance table {
      width: 700px; } }
  .finance tbody tr:nth-of-type(even) {
    background-color: #fff; }
  .finance tbody tr td {
    background-color: #F5F5F5; }
    .finance tbody tr td:nth-of-type(2n) {
      background-color: #fff; }
  .finance tbody td {
    text-align: center;
    font-family: "SofiaProRegular";
    color: #333333; }
  .finance tbody .monthly {
    background-color: #610B3C !important;
    color: #fff; }

img.swipe {
  display: none; }
  @media (max-width: 767px) {
    img.swipe {
      display: block;
      width: 50px;
      margin-right: auto;
      margin-left: auto;
      margin-top: 30px; } }

.our-team {
  position: relative;
  scroll-margin: 150px;
  padding: 60px 20px; }
  @media (max-width: 767px) {
    .our-team {
      border-bottom: 1px solid #610B3C; } }
  @media (min-width: 1152px) {
    .our-team {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .our-team:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background-color: #610B3C;
    border-bottom-right-radius: 200px; }
    @media (min-width: 768px) {
      .our-team:before {
        display: block; } }
    @media (min-width: 992px) {
      .our-team:before {
        width: 25%; } }
  .our-team ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0; }
  .our-team li {
    position: relative;
    width: 100%;
    list-style-type: none; }
    @media (min-width: 768px) {
      .our-team li {
        width: 33.333%; } }
    .our-team li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: all .3s ease;
      background-color: rgba(51, 51, 51, 0.3); }
    .our-team li:hover:before {
      opacity: 0; }
    .our-team li:hover .team-overlay {
      opacity: 1; }
    .our-team li:hover h5:not(.team-overlay h5) {
      opacity: 0; }
  .our-team h5 {
    display: flex;
    flex-direction: column; }
    .our-team h5:not(.team-overlay h5) {
      position: absolute;
      bottom: 10px;
      width: 100%;
      color: #fff;
      text-align: center;
      font-size: 16px;
      line-height: 26px; }
      @media (min-width: 1152px) {
        .our-team h5:not(.team-overlay h5) {
          font-size: 20px;
          line-height: 30px;
          bottom: 20px; } }
    .our-team h5 img {
      width: 100%;
      max-width: 40px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
      @media (min-width: 1152px) {
        .our-team h5 img {
          max-width: 60px; } }
  .our-team .btn-container {
    margin-top: 60px; }

.team-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px; }
  @media (min-width: 1600px) {
    .team-title {
      padding-left: 0;
      padding-right: 0; } }
  .team-title h4 {
    margin-bottom: 0;
    color: #610B3C; }

.team-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  opacity: 0;
  background-color: rgba(97, 11, 60, 0.7); }
  .team-overlay h5 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .team-overlay h5 {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 1152px) {
      .team-overlay h5 {
        font-size: 24px;
        line-height: 32px; } }
  .team-overlay p.position {
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .team-overlay p.position {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1152px) {
      .team-overlay p.position {
        font-size: 18px;
        line-height: 24px; } }
  .team-overlay p.number {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .team-overlay p.number {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1152px) {
      .team-overlay p.number {
        font-size: 18px;
        line-height: 24px; } }

/* Meet The Team Page */
.meet-team {
  position: relative;
  padding: 60px 20px; }
  @media (max-width: 767px) {
    .meet-team {
      padding-bottom: 0; } }
  .meet-team ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0; }
  .meet-team li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    list-style-type: none; }
    .meet-team li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .meet-team li {
        width: 30.666%; }
        .meet-team li:nth-of-type(2n) {
          margin-right: 4%; }
        .meet-team li:nth-of-type(3n) {
          margin-right: 0; } }
  .meet-team h5 {
    display: flex;
    flex-direction: column; }
    .meet-team h5 img {
      width: 100%;
      max-width: 40px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; }
      @media (min-width: 1152px) {
        .meet-team h5 img {
          max-width: 60px; } }

.team-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px; }
  .team-intro h4 {
    margin-bottom: 30px;
    color: #610B3C; }
  .team-intro p {
    max-width: 100%;
    margin-bottom: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .team-intro p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }

.team-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 20px; }
  .team-detail h5 {
    color: #610B3C;
    text-align: center;
    font-family: "SofiaProRegular";
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 1152px) {
      .team-detail h5 {
        font-size: 24px;
        line-height: 32px; } }
  .team-detail p.position {
    color: #808080;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .team-detail p.position {
        font-size: 18px;
        line-height: 24px; } }
  .team-detail p.number {
    color: #808080;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .team-detail p.number {
        font-size: 18px;
        line-height: 24px; } }
  .team-detail .purple-outline, .team-detail .article-list .readmore, .article-list .team-detail .readmore {
    margin-top: auto; }

.member-profile {
  max-width: 800px;
  padding: 60px;
  overflow: scroll; }
  .member-profile img {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .member-profile img {
        max-width: 200px; } }
    @media (min-width: 768px) {
      .member-profile img {
        max-width: 400px; } }
  .member-profile .team-detail {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .member-profile p.position {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #333333; }
  .member-profile p:not(.position) {
    color: #333333;
    text-align: center;
    font-size: 16px;
    line-height: 24px; }

body.search-results .page-header {
  padding-top: 60px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  body.search-results .page-header h1 {
    color: #610B3C; }

.wp-block-categories .wp-block-categories__label {
  display: none; }

.article-list {
  display: flex;
  align-items: flex-start;
  padding: 60px 20px;
  flex-flow: row wrap; }
  .article-list .alm-reveal {
    display: flex;
    flex-wrap: wrap; }
  .article-list article {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 30px;
    margin-right: 4%; }
    .article-list article:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .article-list article {
        width: 30.666%;
        margin-bottom: 60px; }
        .article-list article:nth-of-type(2n) {
          margin-right: 4%; }
        .article-list article:nth-of-type(3n) {
          margin-right: 0; } }
  .article-list .post-thumbnail {
    position: relative;
    width: 100%;
    height: 100%; }
    .article-list .post-thumbnail img {
      width: 100%;
      aspect-ratio: 16/9;
      min-height: 150px;
      object-fit: cover; }
  .article-list h2 {
    font-family: "SofiaProSemiBold";
    color: #610B3C;
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0; }
    @media (min-width: 992px) {
      .article-list h2 {
        font-size: 20px;
        line-height: 30px; } }
    .article-list h2 a {
      color: #610B3C; }
  .article-list .entry-meta {
    margin-bottom: 20px; }
  .article-list .posted-on {
    font-family: "SofiaProRegular";
    color: #333333;
    font-size: 12px;
    line-height: 12px; }
    .article-list .posted-on a {
      color: #333333; }
  .article-list .entry-content {
    height: 100%; }
    .article-list .entry-content p {
      color: #333333; }
  .article-list .readmore {
    margin-top: auto;
    padding: 18px 70px 15px 20px; }

body.blog aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #610B3C;
  padding: 30px 20px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    body.blog aside {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    body.blog aside {
      margin-top: 60px; } }
  body.blog aside .widget {
    width: 100%; }
    @media (min-width: 768px) {
      body.blog aside .widget {
        width: 25%; } }
    @media (min-width: 1152px) {
      body.blog aside .widget {
        width: 300px; } }
  body.blog aside .widget_search {
    width: 100%; }
    @media (min-width: 768px) {
      body.blog aside .widget_search {
        width: 60%; } }
    @media (min-width: 992px) {
      body.blog aside .widget_search {
        width: 50%; } }
    @media (min-width: 1152px) {
      body.blog aside .widget_search {
        width: 500px; } }

.wp-block-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0; }
  @media (min-width: 768px) {
    .wp-block-search {
      flex-direction: row; } }
  .wp-block-search label {
    font-family: "SofiaProRegular";
    font-size: 16px;
    line-height: 16px;
    width: auto;
    margin-bottom: 15px;
    color: #fff; }
    @media (min-width: 768px) {
      .wp-block-search label {
        margin-bottom: 0;
        margin-right: 30px; } }

.wp-block-search__inside-wrapper {
  width: 100%;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .wp-block-search__inside-wrapper {
      width: 40%;
      margin-bottom: 0;
      margin-right: 20px; } }

.wp-block-search__input {
  border-radius: 30px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-left: 20px !important; }
  .wp-block-search__input::placeholder {
    color: #610B3C; }

.wp-block-search__button {
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-left: 0; }

.wp-block-categories-dropdown select {
  border-radius: 30px;
  padding-left: 20px; }

/* Single Post */
article.single-post {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 60px 20px; }
  article.single-post .desktop-img {
    display: none; }
    @media (min-width: 768px) {
      article.single-post .desktop-img {
        display: block; } }
  article.single-post .mobile-img {
    display: block; }
    @media (min-width: 768px) {
      article.single-post .mobile-img {
        display: none; } }
  article.single-post h1, article.single-post h2, article.single-post h3, article.single-post h4, article.single-post h5, article.single-post h6 {
    width: 100%;
    margin-bottom: 30px;
    color: #610B3C; }
  article.single-post h2, article.single-post h3, article.single-post h4, article.single-post h5, article.single-post h6 {
    font-size: 24px;
    line-height: 34px; }
  article.single-post ul {
    margin-bottom: 30px; }

.related-articles h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  color: #610B3C; }

.article-navigation {
  background-color: #610B3C;
  padding: 30px 20px; }
  @media (min-width: 1152px) {
    .article-navigation {
      padding: 60px 20px; } }
  .article-navigation a {
    color: #fff;
    font-family: "SofiaProRegular";
    width: 60px;
    display: block;
    text-align: center; }
  .article-navigation a[rel="prev"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .article-navigation a[rel="prev"]:before {
      content: "";
      display: block;
      position: relative;
      transform: rotate(180deg);
      width: 40px;
      height: 40px;
      background-color: #fff;
      background-image: url("images/icons/arrows/arrow-purple.png");
      background-size: 15px;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 100%;
      margin-bottom: 10px; }
  .article-navigation a[rel="next"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto; }
    .article-navigation a[rel="next"]:before {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 40px;
      background-color: #fff;
      background-image: url("images/icons/arrows/arrow-purple.png");
      background-size: 15px;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 100%;
      margin-bottom: 10px; }
  .article-navigation .share-title {
    color: #fff;
    font-family: "PlayfairDisplayBold";
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px; }
  .article-navigation .share-resource {
    display: flex;
    align-items: center;
    position: relative; }

div.simplesocialbuttons {
  margin: 0 !important; }

div.simplesocialbuttons.simplesocialbuttons-align-left {
  text-align: center !important;
  position: absolute;
  width: calc(100% - 120px);
  left: 60px; }

.simplesocialbuttons.simplesocial-round-icon button {
  border: 0 !important;
  background: transparent !important; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share {
  color: #fff !important; }

.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share {
  color: #fff !important; }

.simplesocialbuttons button:after {
  font-size: 34px !important; }

.blog .alm-listing.alm-ajax {
  display: flex;
  flex-wrap: wrap; }

.services {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .services {
      padding-bottom: 60px; } }
  .services h3 {
    color: #610B3C;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .services h3 {
        margin-bottom: 60px; } }
  .services ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .services ul {
        padding-left: 20px;
        padding-right: 20px; } }
  .services li {
    position: relative;
    list-style-type: none;
    width: 50%; }
    .services li:not(:last-of-type) {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .services li:not(:last-of-type) {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .services li {
        width: 33.333%; } }
  .services img {
    aspect-ratio: 1/1;
    object-fit: cover; }
  .services .service-title {
    font-family: "SofiaProSemiBold";
    color: #610B3C;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 20px 0; }
    @media (min-width: 1152px) {
      .services .service-title {
        font-size: 24px;
        line-height: 30px; } }
  .services p {
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    color: #808080;
    padding-left: 5%;
    padding-right: 5%; }
    @media (min-width: 1152px) {
      .services p {
        padding-left: 60px;
        padding-right: 60px; } }

/* Target Pages */
body.new-patients-template .services {
  border-top: 1px solid #610B3C; }
  @media (min-width: 768px) {
    body.new-patients-template .services {
      padding-top: 0;
      border-top: 0; } }

body.remote-appointment-template .services {
  border-top: 1px solid #610B3C; }
  @media (min-width: 768px) {
    body.remote-appointment-template .services {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    body.remote-appointment-template .services ul {
      flex-direction: column;
      align-items: center; } }

.instagram {
  padding-top: 60px; }
  .instagram h4 {
    width: 100%;
    text-align: center;
    color: #610B3C;
    margin-bottom: 60px; }
  .instagram > div {
    margin-bottom: 60px;
    text-align: center; }

.information-videos {
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .information-videos {
      padding-top: 60px; } }
  .information-videos h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #610B3C; }
  .information-videos ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0; }
    @media (min-width: 576px) {
      .information-videos ul {
        flex-flow: row wrap; } }
  .information-videos li {
    list-style: none;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .information-videos li {
        width: 49%;
        margin-right: 2%; }
        .information-videos li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .information-videos li {
        width: 32%;
        margin-right: 2%; }
        .information-videos li:nth-of-type(2n) {
          margin-right: 2%; }
        .information-videos li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .information-videos li {
        width: 30.666%;
        margin-bottom: 30px;
        margin-right: 4%; }
        .information-videos li:nth-of-type(2n) {
          margin-right: 4%; }
        .information-videos li:nth-of-type(3n) {
          margin-right: 0; } }
    .information-videos li img {
      width: 100%;
      margin-bottom: 20px; }
    .information-videos li p {
      color: #610B3C;
      font-size: 18px;
      line-height: 24px;
      font-family: "SofiaProSemiBold";
      margin-bottom: 0; }
      @media (min-width: 1152px) {
        .information-videos li p {
          font-size: 22px;
          line-height: 32px; } }
    .information-videos li:last-of-type {
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .information-videos li:last-of-type {
          margin-bottom: 20px; } }

.lity-content {
  background-color: #fff;
  padding: 50px; }
  @media (min-width: 992px) {
    .lity-content {
      width: 900px; } }
  .lity-content iframe {
    width: 100%;
    height: 600px; }

.related-blogs {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #610B3C; }
  .related-blogs h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #610B3C; }
  .related-blogs ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0; }
    @media (min-width: 576px) {
      .related-blogs ul {
        flex-flow: row wrap; } }
  .related-blogs li {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .related-blogs li {
        width: 49%;
        margin-right: 2%; }
        .related-blogs li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .related-blogs li {
        width: 32%;
        margin-right: 2%; }
        .related-blogs li:nth-of-type(2n) {
          margin-right: 2%; }
        .related-blogs li:nth-of-type(3n) {
          margin-right: 0; } }
    .related-blogs li .post-inner {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      height: 100%; }
    .related-blogs li img {
      width: 100%;
      min-height: 200px;
      aspect-ratio: 16/9;
      object-fit: cover;
      margin-bottom: 30px; }
    .related-blogs li .post-title {
      display: block;
      width: 100%;
      color: #610B3C;
      font-size: 18px;
      line-height: 22px;
      font-family: "SofiaProSemiBold";
      margin-bottom: 20px; }
      @media (min-width: 1152px) {
        .related-blogs li .post-title {
          font-size: 22px;
          line-height: 26px; } }
    .related-blogs li date {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      color: #333333; }
    .related-blogs li p {
      color: #333333;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 1152px) {
        .related-blogs li p {
          font-size: 18px;
          line-height: 24px; } }
    .related-blogs li .purple-outline, .related-blogs li .article-list .readmore, .article-list .related-blogs li .readmore {
      margin-top: auto; }

.downloads {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #F5F5F5; }
  .downloads h4 {
    width: 100%;
    text-align: center;
    color: #610B3C;
    margin-bottom: 60px; }
  .downloads ul {
    padding: 0; }
    @media (min-width: 992px) {
      .downloads ul {
        width: 800px;
        margin: 0 auto; } }
    @media (min-width: 1366px) {
      .downloads ul {
        width: 1000px; } }
  .downloads li {
    list-style: none;
    width: 100%;
    margin-bottom: 20px; }
    .downloads li a {
      display: block;
      padding: 20px 50px 20px 20px;
      cursor: pointer;
      font-family: "SofiaProRegular";
      color: #610B3C;
      font-size: 14px;
      line-height: 18px;
      background-color: #fff;
      background-image: url("images/icons/download.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: top 50% right 20px; }
      @media (min-width: 1152px) {
        .downloads li a {
          font-size: 18px;
          line-height: 26px; } }
      .downloads li a:hover {
        text-decoration: none; }
    .downloads li:last-of-type {
      margin-bottom: 0; }

.happy-patients .c-container, .happy-patients .site-content, .happy-patients .header-inner, .happy-patients .footer-inner, .happy-patients .key-messages ul, .key-messages .happy-patients ul, .happy-patients body.page-template-page-get-started-new .breadcrumb ul, body.page-template-page-get-started-new .breadcrumb .happy-patients ul, .happy-patients body.page-template-page-get-started .breadcrumb ul, body.page-template-page-get-started .breadcrumb .happy-patients ul, .happy-patients body.page-template-page-findus .breadcrumb ul, body.page-template-page-findus .breadcrumb .happy-patients ul, .happy-patients body.page-template-page-contact .breadcrumb ul, body.page-template-page-contact .breadcrumb .happy-patients ul, .happy-patients body.page-template-page-callback .breadcrumb ul, body.page-template-page-callback .breadcrumb .happy-patients ul, .happy-patients body.page-template-page-footerpage .breadcrumb ul, body.page-template-page-footerpage .breadcrumb .happy-patients ul, .happy-patients body.page-template-page-thankyou .breadcrumb ul, body.page-template-page-thankyou .breadcrumb .happy-patients ul, .happy-patients .page-intro, .happy-patients .poi-title, .happy-patients .poi-list, .happy-patients .poi-list2, .happy-patients .step-icons ul, .step-icons .happy-patients ul, .happy-patients .emergency-numbers ul, .emergency-numbers .happy-patients ul, .happy-patients .our-team ul, .our-team .happy-patients ul, .happy-patients .team-title, .happy-patients .meet-team ul, .meet-team .happy-patients ul, .happy-patients .team-intro {
  border-top: 1px solid #610B3C;
  padding-top: 60px; }
.happy-patients h2 {
  width: 100%;
  text-align: center;
  color: #610B3C;
  margin-bottom: 60px; }

.intro-btns a:not(:first-of-type) {
  margin-left: 10px; }
.intro-btns .purple-solid {
  background-image: url("images/icons/arrows/arrow-white.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% right 20px; }
  @media (max-width: 767px) {
    .intro-btns .purple-solid {
      background-size: 12px;
      background-position: top 50% right 15px; } }
  .intro-btns .purple-solid:hover {
    background-color: #fff;
    background-image: url("images/icons/arrows/arrow-purple.png");
    color: #610B3C; }

body.page-template-page-plans .seo-block {
  margin-bottom: 0;
  margin-top: 0; }
  @media (min-width: 1366px) {
    body.page-template-page-plans .seo-block {
      margin-top: 100px;
      margin-bottom: 60px; } }

body.page-template-page-denplan .eb-3 {
  padding-bottom: 0; }
  body.page-template-page-denplan .eb-3 .subheading {
    margin-bottom: 25px;
    font-family: "SofiaProSemiBold";
    text-transform: unset;
    font-size: 18px;
    line-height: 18px; }
  body.page-template-page-denplan .eb-3 ul:has(.tick-list) {
    padding-left: 0; }
  body.page-template-page-denplan .eb-3 li.tick-list {
    display: flex;
    align-items: center;
    width: 100%;
    color: #610B3C;
    font-family: "SofiaProSemiBold";
    font-size: 18px;
    line-height: 24px; }
    body.page-template-page-denplan .eb-3 li.tick-list:not(:last-of-type) {
      margin-bottom: 20px; }
    body.page-template-page-denplan .eb-3 li.tick-list:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 25px;
      height: 25px;
      background-image: url("images/icons/tick.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center;
      margin-right: 10px; }

.eb-5 {
  position: relative;
  padding-top: 0;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .eb-5 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .eb-5.green-bg:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20%;
    background-color: #B5C900;
    border-bottom-right-radius: 200px; }
    @media (min-width: 768px) {
      .eb-5.green-bg:before {
        display: block;
        width: 30%; } }
    @media (min-width: 992px) {
      .eb-5.green-bg:before {
        width: 25%; } }
  .eb-5.purple-bg:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20%;
    background-color: #610B3C;
    border-bottom-left-radius: 200px; }
    @media (min-width: 768px) {
      .eb-5.purple-bg:before {
        display: block;
        width: 30%; } }
    @media (min-width: 992px) {
      .eb-5.purple-bg:before {
        width: 25%; } }
  .eb-5 .equal-row {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    max-width: 1366px; }
    @media (min-width: 768px) {
      .eb-5 .equal-row {
        flex-direction: row;
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .eb-5 .equal-row {
        flex-direction: row;
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
  .eb-5 .image-block {
    display: none;
    visibility: hidden;
    width: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .eb-5 .image-block {
        display: block;
        visibility: visible;
        width: 50%; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .eb-5 .image-block {
        display: block;
        visibility: visible;
        width: 50%; } }
    .eb-5 .image-block img {
      width: 100%;
      aspect-ratio: 1/1; }
      @media (min-width: 768px) {
        .eb-5 .image-block img {
          height: 100%;
          object-fit: cover;
          aspect-ratio: unset; } }
  .eb-5 .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 30px 0 30px; }
    @media (min-width: 768px) {
      .eb-5 .text-block {
        padding: 0; } }
    @media (min-width: 992px) {
      .eb-5 .text-block {
        width: 50%;
        padding: 0 60px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .eb-5 .text-block {
        width: 50%;
        padding: 60px; } }
  .eb-5 .subheading {
    margin-bottom: 25px;
    font-family: "SofiaProSemiBold";
    font-size: 18px;
    line-height: 18px;
    color: #610B3C; }
  .eb-5 ul:has(.tick-list) {
    padding-left: 0; }
  .eb-5 li.tick-list {
    display: flex;
    align-items: center;
    width: 100%;
    color: #610B3C;
    font-family: "SofiaProSemiBold";
    font-size: 18px;
    line-height: 24px; }
    .eb-5 li.tick-list:not(:last-of-type) {
      margin-bottom: 20px; }
    .eb-5 li.tick-list:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 25px;
      height: 25px;
      background-image: url("images/icons/tick.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center;
      margin-right: 10px; }
  .eb-5 .textblock-heading {
    color: #610B3C; }
  .eb-5 .with-text {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .eb-5 .with-text {
        padding-left: 80px;
        padding-bottom: 80px;
        padding-right: 0; } }
    .eb-5 .with-text img {
      aspect-ratio: 1/1; }
  .eb-5 .corner-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 80%;
    bottom: 0;
    right: 0;
    padding: 60px;
    background-color: #610B3C;
    border-top-left-radius: 90px; }
    @media (min-width: 768px) {
      .eb-5 .corner-text {
        border-top-right-radius: 90px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 90px;
        left: 0;
        right: unset; } }
    .eb-5 .corner-text p {
      color: #fff;
      font-family: "PlayfairDisplayBold";
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .eb-5 .corner-text p {
          font-size: 24px;
          line-height: 34px; } }
  .eb-5 ul {
    margin-bottom: 30px; }
  .eb-5 li:not(:last-of-type) {
    margin-bottom: 5px; }
  .eb-5 .btn-container {
    justify-content: flex-start; }
    .eb-5 .btn-container a:not(:first-of-type) {
      margin-left: 15px; }

.denplan-fees {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1152px) {
    .denplan-fees {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .denplan-fees h4 {
    width: 100%;
    text-align: center;
    color: #610B3C;
    font-family: "PlayfairDisplayBold";
    margin-bottom: 30px; }

.fees-table {
  display: flex;
  width: 100%; }
  .fees-table .fee-column {
    width: 50%; }
    .fees-table .fee-column + .fee-column {
      border-left: 2px solid #fff; }
      .fees-table .fee-column + .fee-column h5 {
        background-color: #333333; }
  .fees-table h5 {
    background-color: #610B3C;
    text-align: center;
    padding: 20px 15px 15px 15px;
    color: #fff;
    font-family: "SofiaProSemiBold";
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0; }
  .fees-table .fee-value {
    padding: 20px 10px;
    text-align: center;
    font-family: "SofiaProRegular";
    font-size: 16px;
    line-height: 16px;
    background-color: #fff; }
    .fees-table .fee-value:nth-of-type(2n) {
      background-color: #F5F5F5; }

.eb-3.purple-bg {
  margin-bottom: 60px;
  margin-top: 60px; }

.denplan-benefits {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F5F5F5; }
  .denplan-benefits h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #610B3C;
    font-family: "PlayfairDisplayBold"; }
  .denplan-benefits p:not(li p) {
    width: 100%;
    text-align: center;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    color: #333333; }
  .denplan-benefits ul {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px; }
  .denplan-benefits li {
    text-align: center; }
    .denplan-benefits li img {
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; }
    .denplan-benefits li p {
      padding-left: 20px;
      padding-right: 20px;
      color: #333333;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .denplan-benefits li p {
          max-width: 90%; } }
      @media (min-width: 1152px) {
        .denplan-benefits li p {
          max-width: 300px; } }
  .denplan-benefits .slick-prev {
    background-image: url("images/icons/purple-hover-left.png") !important; }
  .denplan-benefits .slick-next {
    background-image: url("images/icons/purple-hover-right.png") !important; }
  .denplan-benefits .slick-arrow {
    background-color: transparent !important; }

/*# sourceMappingURL=style.css.map */
