/*-------- IMPORTS ---------------*/
@font-face {
  font-family: 'coconlight';
  src: url('fonts/coconlight-webfont.woff2') format('woff2'),
    url('fonts/coconlight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'coconregular';
  src: url('fonts/cocon-regular-font-webfont.woff2') format('woff2'),
    url('fonts/cocon-regular-font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Light';
  src: url('fonts/Helvetica-Light.ttf') format('truetype');
  font-weight: 300;

}

@font-face {
  font-family: 'Helvetica Bold';
  src: url('fonts/Helvetica-Bold.ttf') format('truetype');

}

@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica.ttf') format('truetype');

}




@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*-------- GENERAL ---------------*/


:root {
  --color-primary: #284669;
}

html {
  width: 100%;
  overflow-x: hidden;
}

.home #WorkingFeedback_ReviewCarousel_Container {
  background-color: #edf9fc !important;
}

.popmake-content p {
  margin: 0;
}

.calendly-badge-content span {
  display: none !important;
}

.calendly-badge-widget .calendly-badge-content {
  font-size: 1em !important;
}

.grecaptcha-badge {
  display: none !important;
}

html.cut-off {
  overflow: hidden;
}

::-moz-selection {
  background-color: var(--color-primary);
  color: #FFFFFF;
}

::selection {
  background-color: var(--color-primary);
  color: #FFFFFF;
}

a,
a:hover,
li,
li:hover {
  cursor: pointer;
  cursor: hand;
}

a,
a:hover {
  transition: all .5s ease 0s;
  cursor: pointer !important;
}

body {
  font-family: 'Helvetica', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  background-color: #fff;
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  color: #666;
}

ul {
  padding-top: 15px;
}

hr {
  margin: 40px 0;
  border-top: 1px solid #eee;
  width: 100%;
}

p {
  margin: 1em 0;
  line-height: 1.6em;
}

p a {
  color: var(--color-primary);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

p a:hover {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}

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

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.strong,
strong {
  display: inline-block;
  font-weight: 700;
}

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

h1 {
  font-size: 3em;
  line-height: 1em;
  margin: 0 0 1.6em;
  letter-spacing: 0;
}

h2 {
  font-size: 2.5em;
  line-height: 1.1em;
  margin: 0;
}

h3 {
  font-size: 2.2em;
  line-height: 1.2em;
  margin: 0;
}

h4 {
  font-size: 1.7em;
  line-height: 1.1em;
  margin: 0;
  letter-spacing: .5px;
}

h5 {
  font-size: 1.4em;
  line-height: 1.1em;
}

h6 {
  font-size: 1.2em;
  line-height: 1.1em;
}

h1,
h2,
h3 {
  font-family: 'Helvetica', sans-serif;
}

h4,
h5,
h6 {
  font-family: 'Helvetica', sans-serif;
}

.relative {
  position: relative;
}

.white {
  color: #fff !important;
}

/*-------- HEADER ---------------*/
#header {
  z-index: 23;
  position: absolute;
  padding: .5em 0;
  width: 100%;
  top: 0;
  min-height: 74px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#header a {
  -webkit-transition: all .2s;
  transition: all .2s;
}

#logo img {
  width: 210px;
  padding: 10px 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
}

#header .main-menu {
  display: block;
}

.main-menu ul {
  display: inline-block;
  padding-left: 0;
}

nav.main-menu {
  list-style: none;
  text-align: right;
  padding: 0;
  float: right;
}

.main-menu ul li {
  display: inline-block;
  padding-left: 20px;
  font-size: 1.063em;
  color: #fff;
}

.main-menu ul li a {
  color: #fff;
  position: relative;
}

.cl-effect-3 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.cl-effect-3 .s_ck a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: pink;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after,
.cl-effect-3 .current-menu-item a::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

#header .top-deets {
  display: inline-block;
}

#header .follow-us,
#header-2 .follow-us {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  float: none;
  text-align: center;
}

#header .follow-us li,
#header-2 .follow-us li {
  display: inline-block;
  font-size: 1.125em;
  height: 29px;
  width: 29px;
  text-align: center;
  border: 1px solid #666;
  margin-left: 6px;
  border-radius: 50%;
  padding: 0;
}

#header .follow-us li a,
#header-2 .follow-us li a {
  color: #fff;
  font-size: .8em;
  padding: 7px 11px 6px 8px;
  position: relative;
  top: 2px;
}

#header .follow-us li:hover,
#header-2 .follow-us li:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

#header .follow-us li:hover a,
#header-2 .follow-us li:hover a {
  color: #fff;
}

#header .ctact a {
  color: #fff;
  padding-left: 1.4em;
}

#header .ctact a svg {
  color: #fff;
}

#header .ctact a:hover {
  color: var(--color-primary);
}

#header .ctact a:hover svg {
  color: #fff;
}

#header .ctact {
  text-align: right;
  padding-top: .1em;
  font-size: .9em;
}

section#header-2 {
  position: fixed;
  background: #131820;
  z-index: 1998;
  width: 100%;
  top: -65px;
  height: 64px;
  -webkit-transition: top .2s ease-in-out;
  -moz-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;
}

.button-active-2 section#header-2 {
  box-shadow: none !important;
}

section#header-2.logo-change {
  top: 0;
  -webkit-box-shadow: 0px 2px 5px -2px rgb(0, 0, 0);
  -moz-box-shadow: 0px 2px 5px -2px rgb(0, 0, 0);
  box-shadow: 0px 2px 5px -2px rgb(0, 0, 0);
}

section#header-2 section#icon-logo {
  width: 35px;
  padding: .7em 0;
}

section#header-2 nav.main-menu {
  list-style: none;
  text-align: right;
  padding: .5em 0 0;
  float: right;
}

#header .menu ul.sub-menu {
  position: absolute;
  top: 40px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  background: #13171f;
  padding: 10px 3px;
  transition: all 0.2s;
  margin-left: -86px;
  width: 250px;
}

#header-2 .menu ul.sub-menu {
  position: absolute;
  top: 47px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  background: #13171f;
  padding: 10px 3px;
  transition: all 0.2s;
  margin-left: -86px;
  width: 250px;
}

body .menu ul.sub-menu li {
  display: block !important;
  text-align: left;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

body .menu ul.sub-menu li:last-child {
  padding-bottom: 0px !important;
  border-bottom: none !important;
}

body .menu ul.sub-menu li:first-child {
  padding-top: 0px !important;
}

.menu ul.sub-menu li a,
#menu-fix ul.sub-menu li a {
  color: #fff;
}

body #header .menu .menu-item-has-children:hover ul.sub-menu,
body #header-2 .menu .menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}


/*-------- PAGE HEADER ---------------*/
section#page-header {
  background: rgb(19, 24, 32);
  background: linear-gradient(90deg, rgba(19, 24, 32, 1) 0%, rgba(17, 37, 54, 1) 100%);
  background-size: cover;
  background-position: center center;
  min-height: 380px;
  padding: 15em 0 4em;
  position: relative;
}

.single-post section#page-header h1 {
  text-align: center;
}

section#page-header h1 {
  color: #fff;
  text-align: left;
  font-size: 2.65em;
  margin-bottom: 10px;
  margin-top: 15px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

section#page-header a.ewan-button {
  width: 100%;
}

/*-------- HOME HERO ---------------*/
.hero {
  background-position: center center !important;
  color: #FFF;
  padding: 19em 0 8em;
  height: auto;
  position: relative;
  background-size: cover !important;
  background-attachment: fixed !important;
  overflow: hidden;
  min-height: 100vh;
}

#home-hero {
  background-image: url('https://www.unionquaydental.co.uk/wp-content/uploads/2025/10/group.jpg');
  background-position: center center !important;
  color: #FFF;
  background-color: #131820;
  padding: 30em 0 3em;
  height: auto;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  min-height: 95vh;
}

#home-hero::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgb(12, 11, 37);
  background: linear-gradient(180deg, rgb(10, 16, 38) 0%, rgba(18, 17, 43, 0.26094187675070024) 40%, rgba(23, 21, 47, 0) 50%, rgba(21, 19, 44, 0.4) 55%, rgba(16, 13, 36, 0.8743872549019608) 100%);
  z-index: 0;
}

#home-hero .container {
  position: relative;
  z-index: 1;
}

#home-hero h2 {
  text-align: left;
  margin: 0px;
  font-size: 3.3em;
  text-shadow: 0 0 2px rgba(4, 12, 46, 0.76);
  -webkit-text-shadow: 0 0 2px rgba(4, 12, 46, 0.76);
}

#home-hero h4 {
  margin: .5em 0;
  text-align: left;
  text-shadow: 0 0 2px rgba(4, 12, 46, 0.76);
  -webkit-text-shadow: 0 0 2px rgba(4, 12, 46, 0.76);
}

a.ewan-button {
  background: #ff0061;
  border: 1px solid #ff0061;
  color: #fff;
  padding: 12px 30px;
  font-size: .95em;
  position: relative;
  margin-top: 2em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  width: 290px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px -3px rgba(242, 208, 235, 1);
  -moz-box-shadow: 0 0 10px -3px rgba(242, 208, 235, 1);
  box-shadow: 0 0 10px -3px rgba(242, 208, 235, 1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.ewan-button:hover {
  background: transparent;
  border: 1px solid #ff0061;
  color: #fff;
  -webkit-box-shadow: 0 0 16px -2px rgba(242, 208, 235, 1);
  -moz-box-shadow: 0 0 16px -2px rgba(242, 208, 235, 1);
  box-shadow: 0 0 16px -2px rgba(242, 208, 235, 1);
}

a.ewan-button:active {
  background: rgba(255, 255, 255, 0.4);
}

a.ewan-button.alto:hover {
  color: #ff0061;
}

/*-------- HOMEPAGE ---------------*/
#page.t-content h2 {
  font-size: 2.2em;
  line-height: 1.3em;
  margin: 0px;
}

h2.headline {
  margin-bottom: 1.5EM;
}

.ewan-line-button {
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  ;
  padding: 12px 30px;
  font-size: .85em;
  position: relative;
  margin-top: 2em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  width: 200px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px -3px rgb(86, 201, 235);
  -moz-box-shadow: 0 0 10px -3px rgb(86, 201, 235);
  box-shadow: 0 0 10px -3px rgb(86, 201, 235);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.ewan-line-button:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  -webkit-box-shadow: 0 0 16px -2px rgb(86, 201, 235);
  -moz-box-shadow: 0 0 16px -2px rgb(86, 201, 235);
  box-shadow: 0 0 16px -2px rgb(86, 201, 235);
}

a.ewan-line-button:active {
  background: rgb(86, 201, 235);
}

.home-grid {
  text-align: center;
  background: var(--color-primary);
  border-radius: 10px;
  padding: 30px 18px;
  color: #fff;
}

.home-grid h3 {
  font-size: 1.5em;
  margin: 0px;
}

.home-grid svg {
  font-size: 2.5em;
  margin-bottom: 20px;
  opacity: 0.5;
}

.home-grid a {
  color: #fff;
  font-weight: bold;
}

.home-grid p {
  margin: 20px 0 0;
}

.home-grid a:hover {
  background: #fff;
  border-bottom: 0px;
}

section#page.reviews {
  background: #edf9fc;
}

section#page.reviews h2 {
  text-align: center;
  margin: 0 0 20px;
}

body .WorkingFeedback_Carousel_widgetContainer {
  background-color: #edf9fc !important;
}

.shadow-card {
  background: #131820;
  border: 1px solid #131820;
  border-radius: 20px;
  text-align: center;
  padding: 3em 2em;
  min-height: 365px;
  position: relative;
  margin: 1em 0;
  -webkit-box-shadow: 0 0 14px -2px rgba(86, 201, 235, 0.6);
  -moz-box-shadow: 0 0 14px -2px rgba(86, 201, 235, 0.6);
  box-shadow: 0 0 14px -2px rgba(86, 201, 235, 0.6);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.shadow-card h3 {
  font-size: 1.3em;
  margin: 0;
  color: #fff;
}

.shadow-card img {
  width: 160px;
  display: block;
  margin: 0 auto 25px;
}

.shadow-card .more-link {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .85em;
  color: #ff0061;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.shadow-card:hover {
  background: #fff;
  border: 1px solid var(--color-primary);
  -webkit-box-shadow: 0 0 16px -2px rgba(86, 201, 235, 0.9);
  -moz-box-shadow: 0 0 16px -2px rgba(86, 201, 235, 0.9);
  box-shadow: 0 0 16px -2px rgba(86, 201, 235, 0.9);
}

.shadow-card:hover h3 {
  color: var(--color-primary);
}

.shadow-card:hover .more-link {
  border-bottom: 1px solid #ff0061;
}

section#page.info-section {
  background: #edf9fc;
}

section#page.info-section h3 {
  text-align: left;
  margin: 0 0 20px;
}

.info-section h1 {
  margin: 0;
  font-size: 2.5em;
}

.a-box h4 {
  margin: 0 0 10px;
  font-size: 1.1em;
  font-weight: bold;
}

.a-box h4 svg {
  font-size: .95em;
  opacity: 0.6;
}

.a-box.addr p,
.a-box.cont p {
  margin: 0;
}

.a-box.cont p.uno {
  margin: 0 0 20px;
}

.a-box {
  padding: 35px 20px;
}

.a-box.addr {
  background: var(--color-primary);
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.a-box.cont {
  background: #131820;
  color: #fff;
  border-radius: 0 0 10px 10px;
}

#page.services {
  background-image: url(../img/service-background.jpg);
  background-size: 100% auto;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
}

#page.services .container {
  max-width: 900px;
}

#page.services .inner {
  position: relative;
  padding: 4em 0;
}

/*-------- SKIN CLINIC ---------------*/
.page-template-page-clinic section#page-header h1 {
  color: #fff;
  text-align: left;
}

.skin-content h1,
.skin-content h2 {
  margin: .5em 0;
  font-size: 2em;
  color: #000;
}

.skin-content h3 {
  font-size: 1.4em;
  color: #000;
  margin: .3em 0;
}

.skin-content {
  color: #000;
}

.page-template-page-clinic-ppc section#page-header h1 {
  color: #fff;
  text-align: left;
}

.page-template-page-clinic-ppc section#page.phone-header,
.page-template-page-clinic section#page.phone-header {
  background: #ffb0bc;
}

.page-template-page-clinic-ppc #header .follow-us li a,
.page-template-page-clinic #header .follow-us li a {
  color: pink;
}

.page-template-page-clinic-ppc #header .follow-us li:hover,
.page-template-page-clinic #header .follow-us li:hover {
  border: 1px solid pink;
  background: pink;
}

.page-template-page-clinic-ppc #header .follow-us li:hover svg,
.page-template-page-clinic #header .follow-us li:hover svg {
  color: #fff;
}

.page-template-page-clinic-ppc #header .ctact a svg,
.page-template-page-clinic #header .ctact a svg {
  color: pink;
}

.page-template-page-clinic-ppc #header .ctact a:hover,
.page-template-page-clinic #header .ctact a:hover {
  color: pink;
}


.page-template-page-clinic-ppc span.bto.b-fore,
.page-template-page-clinic span.bto.b-fore,
.page-template-page-clinic-ppc span.bto.a-fore,
.page-template-page-clinic span.bto.a-fore {
  background: pink;
}

.page-template-page-clinic-ppc .ba-slider,
.page-template-page-clinic .ba-slider {
  border: 2px solid pink;
}

.page-template-page-clinic-ppc .ba-slider .handle:after,
.page-template-page-clinic .ba-slider .handle:after {
  background: pink;
  border: 1px solid pink;

}

/*-------- SERVIES PAGE ---------------*/
body .wf-removal span.WorkingFeedback_AdvancedFeed_Title,
body .wf-removal .WorkingFeedback_AdvancedFeed_Subtitle {
  display: none;
}

body div.WorkingFeedback_AdvancedFeed_ReviewRow:nth-of-type(odd) {
  background-color: #eefcff;
  border-radius: 20px;
}

body div.WorkingFeedback_AdvancedFeed_OtherReviewsRow {
  background-color: var(--color-primary) !important;
  border-radius: 15px;
  font-weight: bold;
  background-image: none !important;
  padding: 15px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.service-finance {
  color: #fff;
  background-color: var(--color-primary);
  background: linear-gradient(90deg, rgb(58, 170, 188) 0%, rgb(1, 196, 230) 100%);
  padding: 2em 0 1.5em;
}

.single-service section#page-header h1 {
  color: #fff;
  text-align: left;
  font-size: 2.65em;
}

p.finance-text {
  font-size: 1.2em;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 100;
}

.finance-title {
  font-size: 4em;
  margin: 0;
  color: #94eaff;
}

.finance-title span {
  color: #FFF;
}

img.ico-title {
  width: 80px;
  margin-right: 15px;
}

body #customersure_frame {
  width: 100% !important;
  height: 450px !important;
  border-radius: 20px !important;
}

body .review-wido .wf-review-widget-container .wf_text_big .wf_header_links,
body .review-wido .wf-feature-widget-container .wf_text_big .wf_header_links {
  color: #333 !important;
}

section#page.phone-header {
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  padding: 3em 0;
}

section#page.phone-header a {
  color: #fff;
}

section#page.phone-header a:hover {
  color: #121e2b;
}

section#page.vid-header .inner {
  padding: 2em 0;
}

section#page.vid-header video {
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px;
}

section#page.vid-header {
  position: relative;
  overflow: hidden;
}

#bba {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #edf9fc;
}
.single-service #bba {
	width: 55%;
}

h4.fh4 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 10px 0 19px;
}

/*-------- ABOUT PAGE ---------------*/

#page.team-about {
  background-image: url(../img/service-background.jpg);
  background-size: 100% auto;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
}

#page.team-about .inner {
  position: relative;
  padding: 4em 0;
}

.team-card {
  background: #FFF;
  color: #212529;
  border-radius: 20px;
  text-align: center;
  padding: 0;
  min-height: auto;
  position: relative;
  margin: 1em 0 .5em;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(75, 75, 75, 0.2);
  -moz-box-shadow: 0px 0px 9px 0px rgba(75, 75, 75, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(75, 75, 75, 0.2);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-card img {
  margin: 0;
  border-radius: 20px 20px 0 0;
}

.team-card .cono {
  padding: 30px 20px;
}

.team-card h3 {
  font-size: 1.4em;
}

.team-card p {
  font-size: .85em;
  opacity: 0.7;
  margin: 10px 0 0;
}

a.re-more {
  font-weight: bold;
  color: #121820 !important;
  border-bottom: 1px solid #00dffe;
  margin-top: 25px;
  display: inline-block;
  transition: all .2s;
}

a.re-more:hover {
  color: #00dffe !important;
}

.tab {
  text-align: center;
  margin-top: 2em;
}

a.tablinks {
  background: transparent;
  border: 1px solid #ff0061;
  color: #fff !important;
  padding: 12px 30px;
  font-size: .9em;
  position: relative;
  margin: 0 .5em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  display: inlin-block;
  text-align: center;
  width: 240px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 1px -3px rgba(242, 208, 235, 1);
  -moz-box-shadow: 0 0 1px -3px rgba(242, 208, 235, 1);
  box-shadow: 0 0 1px -3px rgba(242, 208, 235, 1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.tablinks:hover {
  background: #ff0061;
  border: 1px solid #ff0061;
}

a.tablinks.active {
  background: #ff0061;
  -webkit-box-shadow: 0 0 10px -3px rgba(242, 208, 235, 1);
  -moz-box-shadow: 0 0 10px -3px rgba(242, 208, 235, 1);
  box-shadow: 0 0 10px -3px rgba(242, 208, 235, 1);
}

.tabcontent {
  display: none;
}

.tabcontent .tabo {
  border-top: 0;
  padding: 2em 4em;
  z-index: 9999;
  width: 100%;
  max-width: 800px !important;
  position: fixed;
  background: #fff;
  color: #333;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shadey {
  height: 100%;
  width: 100%;
  background: rgba(7, 6, 16, 0.85);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.tabcontent p {
  width: 100%;
}

.close-m {
  background: #222;
  height: 40px;
  width: 38px;
  position: fixed;
  left: 40px;
  top: 0px;
  font-weight: normal;
  font-size: 1.875em;
  color: #000;
  z-index: 99999;
  opacity: 1;
  text-shadow: none;
}

.close-m .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #fff;
  width: 30px;
  top: 11px;
  left: 4px;
}

.close-m .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #fff;
  width: 30px;
  top: 26px;
  left: 4px;
}

.close-m span {
  background: #222;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  cursor: pointer;
}


/*-------- SMILE GALLERY ---------------*/
.contain-ba span {
  background: #14171f;
  color: #fff;
  position: relative;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  height: 29px;
  top: -39px;
  left: 15px;
}

.g_row h4 {
  text-align: center;
  margin-bottom: 15px;
}

.tabcontent .g_row {
  background: #f6f6f6;
  padding: 4em 2em 3em;
}

.tabcontent .g_row:nth-child(even) {
  background: #eee;
}

/*-------- FEES PAGE ---------------*/
.fees-table {
  font-family: 'Helvetica', sans-serif;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
}

.fees-table thead {
  background-color: aliceblue;
  font-weight: bold;
  font-family: 'Helvetica', sans-serif;
  font-size: 1.3em;
  color: #000;
}

.fees-table td,
.fees-table th {
  text-align: left;
  padding: 11px;
  border-right: 1px solid #000;
}

.fees-table tr:nth-child(even) {
  background-color: #eee;
}

.fee-title {
  text-align: center;
  margin-bottom: 1em;
}

.fee-title svg {
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
}

/*-------- SMILE DESIGNER ---------------*/
.arf_survey_nav div {
  display: inline-block;
  margin: 0 3px;
  font-weight: bold;
  text-transform: uppercase;
}

body .ar_main_div_100 #arf_submit_div_0 {
  display: block;
}

body .ipt-uif-custom-material-d-cyan .ipt-eform-content {
  margin: 0 auto;
  background-color: #141820;
  box-shadow: none;
}

body .ipt-uif-custom-material-d-cyan .ipt_uif_question label.ipt_uif_question_title {
  font-weight: 400;
  font-size: 2em;
}

#page.smile {
  background-color: #141820;

}

.ipt-uif-custom-material-d-cyan .ui-button.ipt-ui-button,
.ipt-uif-custom-material-d-cyan .ui-button.secondary-button,
.ipt-uif-custom-material-d-cyan .ui-widget-content .ui-button.ipt-ui-button,
.ipt-uif-custom-material-d-cyan .ui-widget-content .ui-button.secondary-button {
  margin: 0;
  background: #00454e !important;
}

/*-------- GENERAL PAGE ---------------*/
#page .inner {
  position: relative;
  padding: 6em 0;
}

.frame-wrap img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(75, 75, 75, 0.2);
  -moz-box-shadow: 0px 0px 9px 0px rgba(75, 75, 75, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(75, 75, 75, 0.2);
  border-radius: 15px;
}

/*-------- FORMS ---------------*/
.form .col-md-8,
.form .col-md-6,
.form .col-md-2,
.form .col-md-1,
.form .col-md-11 {
  padding: 0px;
}

.form .label {
  font-size: 1em;
  display: block;
  margin: 5px 0;
  padding-left: 25px;
  position: relative;
}

.form .label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f574";
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #ccc;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"] {
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  min-height: 40px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  font-size: 1em;
  transition: all .2s;
  color: #333;
  padding: 2px 2px 2px 25px;
  background: transparent;
}

.form textarea {
  border: 1px solid #ccc;
  min-height: 40px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 12px 25px;
  width: 100%;
  height: 120px;
  font-size: 1em;
  transition: all .2s;
  color: #333;
  background: transparent;
}

.form input[type="file"] {
  outline: none;
  background: #ff0061;
  color: #fff;
  padding: 9px;
  margin: 10px 0;
}

.form span.your-name:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  position: absolute;
  top: 17px;
  left: 0px;
  color: #ccc;
}

.form span.your-name:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  position: absolute;
  top: 17px;
  left: 0px;
  color: #ccc;
}

.form span.your-email:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  position: absolute;
  top: 17px;
  left: 0px;
  color: #ccc;
}

.form span.phone-num:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  position: absolute;
  top: 17px;
  left: 0px;
  color: #ccc;
}

.com-icon {
  position: relative;
}

.form p {
  margin: 0;
}

.form .com-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f075";
  position: absolute;
  top: 18px;
  left: 6px;
  color: #ccc;
}

.form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus {
  outline: none !important;
  border-bottom: 1px solid var(--color-primary);
}

.form textarea:focus {
  outline: none !important;
  border: 1px solid var(--color-primary);
}

.form input[type=submit] {
  background: #ff0061;
  border: 1px solid #ff0061;
  color: #fff;
  padding: 14px 30px;
  font-size: .95em;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  width: 200px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px -3px rgba(242, 208, 235, 1);
  -moz-box-shadow: 0 0 10px -3px rgba(242, 208, 235, 1);
  box-shadow: 0 0 10px -3px rgba(242, 208, 235, 1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.form input[type=submit]:hover {
  background: transparent;
  border: 1px solid #ff0061;
  color: #ff0061;
  -webkit-box-shadow: 0 0 16px -2px rgba(242, 208, 235, 1);
  -moz-box-shadow: 0 0 16px -2px rgba(242, 208, 235, 1);
  box-shadow: 0 0 16px -2px rgba(242, 208, 235, 1);
}

/*-------- IMAGE REVEAL ---------------*/
section#page.smile-section {
  background: #121820;
  color: #fff;
}

section#page.smile-section ul {
  padding-left: 20px;
}

section#page.smile-section h2 {
  margin: 10px 0 0;
  font-size: 2.1em;
}

.ba-slider {
  position: relative;
  border: 2px solid var(--color-primary);
}

.ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
  overflow: hidden;
  position: relative;
}

span.bto.a-fore {
  position: absolute;
  background: var(--color-primary);
  color: #fff;
  padding: 2px 7px;
  height: 27px;
  font-weight: bold;
  left: 15px;
  bottom: 18px;
  letter-spacing: 1px;
}

span.bto.b-fore {
  position: absolute;
  background: var(--color-primary);
  color: #fff;
  padding: 2px 7px;
  height: 27px;
  font-weight: bold;
  right: 15px;
  bottom: 18px;
  letter-spacing: 1px;
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: rgb(237, 249, 252);
  cursor: ew-resize;
}

.ba-slider .handle:after {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f07e";
  font-weight: 100;
  color: white;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.ba-slider .handle.ba-draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 50px;
  font-size: 22px;
}


/*-------- BLOG POSTS ---------------*/
.case-cards a {
  display: inline-block;
  column-break-inside: avoid;
}

.cs-sec {}

.cs-sec .case-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cs-sec .case-img a {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 221px;
}

.cs-sec .content {
  padding: 20px;
}

.cs-sec .content h5.title {
  font-weight: bold;
  font-size: 1.1em;
}

.cs-sec .content p {
  padding: 0px;
  margin: 0px;
  font-size: .9em;
}

.cs-sec .content p.name {
  color: #ff0060;
  font-weight: bold;
  margin: 10px 0 !important;
  display: block;
}

.cs-sec .content p.r-more {
  color: #ff0060;
  font-weight: bold;
  margin: 10px 0 0 !important;
  display: block;
}

.cs-sec .content p.r-more:hover {
  text-decoration: underline;
}

.cs-sec .shadow-card {
  background: #FFF;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  text-align: center;
  padding: 0;
  min-height: auto;
  position: relative;
  margin: 1em 0 .5em;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(75, 75, 75, 0.2);
  -moz-box-shadow: 0px 0px 9px 0px rgba(75, 75, 75, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(75, 75, 75, 0.2);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cs-sec .shadow-card img {
  margin: 0;
}

/*-------- PAGINATION ---------------*/
.pagination span a {
  font-size: .9em;
  color: #fff;
  text-transform: none;
  letter-spacing: 2px;
  background-color: var(--color-primary);
  padding: 10px 15px;
  text-transform: uppercase;
  display: inline-block;
  margin: 42px 10px 22px;
  width: 150px;
  text-align: center;
  border-radius: 47px;
  transition: all .2s;
  font-weight: bold;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  border: 2px solid var(--color-primary);
  font-family: 'Helvetica', sans-serif;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(75, 75, 75, 0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(75, 75, 75, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(75, 75, 75, 0.5);
}

.pagination span a:hover {
  background-color: transparent;
  color: var(--color-primary);
}

.pagination span.new-post a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f054";
  position: relative;
  color: #FFF;
  top: 0px;
  left: 9px;
  font-size: 12px;
  bottom: 0;
  padding: 0 .3em;
  pointer-events: none;
  transition: all .2s;
}

.pagination span.new-post a:hover:after {
  color: var(--color-primary);
  left: 13px;
}

.pagination span.old-post a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f053";
  position: relative;
  color: #FFF;
  top: 0px;
  right: 9px;
  font-size: 12px;
  bottom: 0;
  padding: 0 .3em;
  pointer-events: none;
  transition: all .2s;
}

.pagination span.old-post a:hover:before {
  color: var(--color-primary);
  right: 13px;
}

/*-------- SINGLE POSTS ---------------*/
.blur-back {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.blur-back .inner {
  position: relative;
  z-index: 1;
}

section#page-header.post-cent {
  padding: 17em 0 10em;
  text-align: center;
}

.post-cent h1 {
  margin-bottom: .5em;
  font-size: 3.5em;
}

.sub-post.back {
  background: #fff;
  color: #121920;
  font-weight: bold;
  margin-right: .5em;
}

.blur-it {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: 100%;
  height: auto !important;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3;
  left: 0;
  top: 0;
  position: absolute;
}

.sub-post.back:hover {
  color: var(--color-primary);
}

.sub-post.back svg {
  padding-right: .2em;
  font-size: 1em;
}

.sub-post {
  text-align: center;
  display: inline;
  margin: 3em 0 0;
  padding: 4px 10px;
  color: #fff;
  background: #121920;
  font-size: 1.1em;
}

.sub-post .post-categories {
  list-style: none;
  padding: 0px;
  display: inline-block;
}

.sub-post .post-categories li a {
  color: #fff;
  font-weight: bold;
}

#page.c-form {
  background-size: 100% auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 3em;
}

#page.c-form .with-form {
  margin-top: 3em;
}

#page.c-form .with-form h2 {
  font-size: 2.5em;
  text-align: center;
  margin: 0px;
}

#page.c-form .with-form .top-p {
  margin-bottom: 4em;
}

.contact-card {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px 15px;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(215, 218, 236, 0.69);
  -moz-box-shadow: 0px 0px 33px 0px rgba(215, 218, 236, 0.69);
  box-shadow: 0px 0px 33px 0px rgba(215, 218, 236, 0.69);
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  min-height: 370px;
  margin-bottom: 40px;
  color: #121920;
}

#page.c-form .top-p {
  margin-bottom: 3em;
}

.contact-card img {
  width: 160px;
  display: block;
  margin: 0 auto;
}

.small {
  font-size: .9em;
  text-align: center;
}

.promo-bit::before {
  background-image: url(../img/promo-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 45%;
  position: absolute;
  right: 0;
  width: 100%;
}

.promo-bit {
  background-image: -ms-linear-gradient(135deg, #b3f0ff 0%, #dbf8ff 100%);
  background-image: -moz-linear-gradient(135deg, #b3f0ff 0%, #dbf8ff 100%);
  background-image: -webkit-linear-gradient(135deg, #b3f0ff 0%, #dbf8ff 100%);
  background-image: linear, 135deg, #b3f0ff 0%, #dbf8ff 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBDB', endColorstr='#FE98C1', GradientType=1);
  position: relative;
}

/*-------- FAQ / HELP PAGES ---------------*/

.accordion {
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(225, 225, 225, 1);
  overflow: hidden;
  transition: height 0.3s ease;
  margin: 20px auto;
}

.accordion .accordion_tab {
  padding: 16px;
  cursor: pointer;
  user-select: none;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.accordion_tab.active {
  background: #dbf8ff;
}

.accordion .accordion_tab .accordion_arrow {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}

.accordion .accordion_tab.active .accordion_arrow {
  transform: translateY(-50%) rotate(180deg);
  top: 64%;
  color: #ff0060;
}

.accordion.active {
  height: auto;
}

.accordion .accordion_content {
  padding: 15px 30px 10px;
  border-top: 1px solid #e9e9e9;
}

.accordion .accordion_content .accordion_item {
  margin-bottom: 20px;
}

.accordion .accordion_content .accordion_item p.item_title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6adda2;
}

.accordion .accordion_content .accordion_item p:last-child {
  color: #9a9b9f;
  font-size: 14px;
  line-height: 20px;
}


/*-------- CONTACT FORMS ---------------*/
::-webkit-input-placeholder {
  color: #2f1440;
  opacity: .8;
}

:-moz-placeholder {
  color: #2f1440;
  opacity: .8;
}

::-moz-placeholder {
  color: #2f1440;
  opacity: .8;
}

:-ms-input-placeholder {
  color: #2f1440;
  opacity: .8;
}

::-ms-input-placeholder {
  color: #2f1440;
  opacity: .8;
}

.wpcf7-form label {
  width: 100%;
}

.wpcf7-form .c-label {
  font-family: 'Helvetica', sans-serif;
  font-size: .9em;
  margin-bottom: 0px;
}

#page.c-form-1 .inner {
  padding: 5em 0 0em;
}

#page.c-form-2 {
  margin-bottom: 0;
}

/* Button */
input[type=submit] {
  font-size: .95em;
  color: #fff;
  text-transform: none;
  letter-spacing: 2px;
  font-weight: bold;
  background-color: #ff0060;
  padding: 10px 75px;
  text-transform: uppercase;
  margin: 22px 0 5px;
  border-radius: 47px;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  border: 2px solid #ff0060;
  font-family: 'Helvetica', sans-serif;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(218, 11, 121, 0.7);
  -moz-box-shadow: 0px 0px 13px 0px rgba(218, 11, 121, 0.7);
  box-shadow: 0px 0px 13px 0px rgba(218, 11, 121, 0.7);
}

input[type=submit]:active {
  outline: none;
  border: 2px solid #ff0060;
}

input[type=submit]:hover {
  background-color: transparent;
  color: #ff0060;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date] {
  width: 100%;
  padding: 10px 5px;
  margin: 10px 0;
  background: #fff;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #cae7ee;
  font-size: .9em;
  border-radius: 0px;
  font-family: 'Helvetica', sans-serif;

}

textarea {
  width: 100%;
  padding: 10px 5px;
  margin: 10px 0;
  background: #fff;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #cae7ee;
  height: 135px;
  margin-top: 17px;
  font-size: .9em;
  font-family: 'Helvetica', sans-serif;

}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
  border-bottom: 3px solid var(--color-primary);
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  padding: 10px 5px;
  margin: 5px 0 0;
  border-radius: 0px;
  height: 40px;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #fff;
  border-bottom: 3px solid #cae7ee;
  display: block;
  font-family: 'Helvetica', sans-serif;

  overflow: hidden;
  position: relative;
}

span.subscriber::after,
span.areyou::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f0dc";
  position: absolute;
  color: #ff0060;
  top: 5px;
  right: 0;
  font-size: 19px;
  bottom: 0;
  padding: 0 .5em;
  pointer-events: none;
}

span.subscriber,
span.areyou {
  position: relative;
  width: 100%;
  display: block;
}

span.subscriber:hover::after,
span.areyou:hover::after {
  color: #2f1440;
}

span.subscriber::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/*-------- FOOTER ---------------*/
.footer-logos {
  text-align: center;
  display: block;
  padding: .5em 0;
}

.footer-logos img {
  width: 200px;
  padding: 10px 14px;
}

#footer {
  background: #141820;
  color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  width: 100%;
  bottom: 0;
  padding: 2em 0 0;
  font-size: 0.875em;
  line-height: 1.6em;
}

nav.footer-menu ul {
  list-style: none;
  padding-left: 0;
}

#footer .col-md-3 {
  position: relative;
}

#footer a {
  color: #fff;
  font-weight: normal;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#footer a:hover {
  color: var(--color-primary);
}

#footer .copyright a:hover {
  color: #a3a3a3;
  opacity: 0.8;
  border-bottom: none;
}

#footer .copyright {
  color: #a3a3a3;
}

#footer p.copyright-2 {
  text-align: right;
}

#copyright {
  border-top: 1px solid #2c3647;
  margin-top: 40px;
}

#footer h3 {
  font-size: 1.188em;
  margin: 20px 0 0;
  color: #f8f8f8;
}

#footer .follow-us {
  list-style: none;
  float: right;
  padding-left: 0;
}

#footer .follow-us li {
  display: inline-block;
  font-size: 1.125em;
  height: 32px;
  width: 32px;
  text-align: center;
  border: 1px solid #666;
  margin-left: 6px;
  border-radius: 50%;
  padding: 6px;
}

#footer .follow-us li:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

#footer .follow-us li:hover a {
  color: #fff;
}

#footer img.linux-logo {
  width: 14px;
  position: relative;
  top: -1px;
  margin: 0 2px 0 4px;
}

#footer .f-ctact a {
  display: block;
}

#footer .f-ctact a {
  color: #fff;
  padding: .3em 0 .3em 1.5em;
  position: relative;
}

#footer .f-ctact a svg {
  color: var(--color-primary);
  position: absolute;
  left: -4px;
  top: 8px;
}

#footer .f-ctact a:hover {
  color: var(--color-primary);
}

#footer .f-ctact a:hover svg {
  color: #fff;
}

#footer .f-ctact h3 {
  font-size: 1.188em;
  margin: 20px 0 10px;
}

body .wf-review-widget-container {
  /* height: 203px; */
  color: #fff;
  background: transparent;
  border: none;
  margin: auto;
}

body .wf-review-widget-container .wf_text_big .wf_header_links,
body .wf-feature-widget-container .wf_text_big .wf_header_links {
  color: rgb(255, 255, 255) !important;
}

body .wf-review-widget-container .wf_hr {
  background-color: rgb(47, 59, 78) !important;
}

.foot-seco {
  display: none;
}

section.footer-cta {
  background-image: url(../img/footer-background.png);
  background-color: #dbf8ff;
  padding: 1em 0 1em;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 44% auto;
  color: #000;
}

section.footer-cta h4 {
  font-weight: bold;
  margin-top: 2em;
}

section.footer-cta a.ewan-button:hover {
  color: #ff0061;
}

img.smile-des {
  max-width: 350px;
  display: block;
  margin: 0 auto;
}

/*-------- SIDEBAR MAIN MENU ---------------*/
.button_container-side {
  position: fixed;
  right: 1em;
  top: 2em;
  margin-left: 30px;
  display: none;
  float: right;
  height: 17px;
  width: 21px;
  cursor: pointer;
  z-index: 2001;
  -webkit-transition: opacity .1s ease, top .1s ease-out .0s;
  transition: opacity .1s ease, top .1s ease-out .0s;
}

.button_container-side:hover {
  opacity: .7;
}

.button_container-side.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: var(--color-primary);
}

.button_container-side.active .middle {
  opacity: 0;
  background: var(--color-primary);
}

.button_container-side.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: var(--color-primary);
  width: 21px;
}

.button_container-side span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  cursor: pointer;
}

header .button_container-side.active:after {
  color: #fff !important;
}

.button_container-side span:nth-of-type(2) {
  top: 6px;
}

.button_container-side span:nth-of-type(3) {
  top: 12px;
}

.button_container-side.active span:nth-of-type(3) {
  top: 15px;
}

.shade-2 {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 19;
  top: 0;
  right: 0;
  -webkit-transition: opacity .1s, visibility .1s, height .1s;
  transition: opacity .1s, visibility .1s, height .1s;
  overflow: hidden;
}

.overlay-2 .row {
  position: relative;
  padding-top: 25px;
  z-index: 20;
}

.overlay-2 {
  position: fixed;
  background: rgb(18, 25, 32);
  z-index: 21;
  top: 0;
  right: -550px;
  min-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .1s, visibility .1s, right .1s;
  transition: opacity .1s, visibility .1s, right .1s;
  overflow-y: scroll;
  padding-bottom: 60px;
}

.overlay-2.open {
  opacity: 1;
  right: 0px;
  visibility: visible;
  height: 100%;
}

.overlay-2.open nav li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.overlay-2.open nav li:nth-of-type(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.overlay-2.open nav li:nth-of-type(3) {
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

.overlay-2.open nav li:nth-of-type(4) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.overlay-2.open nav li:nth-of-type(5) {
  -webkit-animation-delay: .50s;
  animation-delay: .50s;
}

.overlay-2.open nav li:nth-of-type(6) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.overlay-2.open nav li:nth-of-type(7) {
  -webkit-animation-delay: .60s;
  animation-delay: .60s;
}

.overlay-2.open nav li:nth-of-type(8) {
  -webkit-animation-delay: .65s;
  animation-delay: .65s;
}

.overlay-2.open nav li:nth-of-type(9) {
  -webkit-animation-delay: .70s;
  animation-delay: .70s;
}

.overlay-2 nav {
  position: relative;
  z-index: 21;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
	padding-top: 7em;
}

.overlay-2 .overlay-menu #menu-main {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.overlay-2 .overlay-menu ul {
  padding-left: 0;
}

body .overlay-2 .menu ul.sub-menu li {
  display: inline-block !important;
  font-size: .6em;
  margin: 5px;
  border: 1px solid #333;
  padding: 2px 10px;
  border-radius: 13px;
}

.overlay-2 .overlay-menu ul li {
  display: block;
  position: relative;
  opacity: 0;
  font-size: 1em;
  margin-bottom: 15px;
}

.overlay-2 .overlay-menu ul li a {
  display: inline-block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.overlay-2 .overlay-menu ul li a:hover,
.overlay-2 .overlay-menu ul li a:focus,
.overlay-2 .overlay-menu ul li a:active {
  color: #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.8;
}

.overlay-2 .follow-us {
  display: block;
  list-style: none;
  padding-left: 0;
  float: none;
  text-align: center;
}

.overlay-2 .follow-us ul {
  padding-left: 0;
}

.overlay-2 .follow-us li {
  display: inline-block;
  font-size: 1.125em;
  height: 29px;
  width: 29px;
  text-align: center;
  border: 1px solid #666;
  margin-left: 6px;
  border-radius: 50%;
  padding: 0;
}

.overlay-2 .follow-us li a {
  color: #fff;
  font-size: .8em;
  padding: 7px 11px 6px 8px;
  position: relative;
  top: 5px;
}

.overlay-2 .follow-us li:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.overlay-2 .follow-us li:hover a {
  color: #fff;
}

.hidden-menu-item {
  display: none!important;
}

/*-------- 404 PAGE ---------------*/

/*-------- MEDIA QUERIES ---------------*/
@media screen and (max-height: 750px) {}

@media screen and (max-height: 650px) {}

@media screen and (min-width: 1280px) {

  #header .container,
  #header-2 .container {
    max-width: 100%;
    padding: 0 2em;
  }

  .container {
    max-width: 1280px;
  }

}

@media screen and (max-width:1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (min-width: 1000px) {
  .main-menu ul li.menu-item-has-children::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f078";
    padding-left: 5px;
    position: relative;
    transform-origin: center center;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0.4;
    font-size: .9em;
  }

  body footer .wpac {
    margin-top: 15px !important;
  }

  .main-menu ul li.menu-item-has-children:hover::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }

}

@media screen and (max-width:1000px) {
  .button_container-side {
    display: block;
  }

  #header .main-menu {
    display: none;
  }

  section#header-2 nav.main-menu,
  #header .ctact {
    display: none;
  }

  #logo img {
    width: 140px;
  }

  #home-hero {
    padding: 21em 0 4em;
    min-height: 83vh;
  }

  .ewan-line-button {
    margin-bottom: 2em;
  }

  .home-grid {
    margin: .5em 0;
  }

  #footer .follow-us {
    list-style: none;
    float: none;
    text-align: center;
    padding-left: 0;
  }

  h3 {
    font-size: 1.7em;
    line-height: 1.2em;
  }
}

@media (min-width:1000px) {
  .overlay-2 {
    display: none;
  }
}

@media screen and (max-width:800px) {
  body {
    font-size: 14px !important;
    line-height: 1.1em;
  }
}

@media (max-width:768px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    flex: 100% !important;
    max-width: 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
  }

  section#page.phone-header a {
    color: #fff;
    display: block;
  }

  section#page.smile-section ul {
    padding-left: 20px;
    line-height: 1.4em;
  }

  section.footer-cta {
    padding: 4em 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 71% auto;
  }

  #bba {
    background-color: #fff;
  }

  span.bto.b-fore,
  span.bto.a-fore {
    height: 20px;
  }

  .foot-seco {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 20;
  }

  .foot-link {
    width: 33%;
    text-align: center;
  }

  .foot-link a {
    font-size: 1.1em;
    background: var(--color-primary);
    color: #fff;
    width: 100%;
    display: block;
    padding: 35px 0;
  }

  .foot-link a:hover,
  .foot-link a:active {
    opacity: 0.8;
  }

  .foot-link a:hover svg,
  .foot-link a:active svg {
    color: #131820;
  }

  .foot-link.dos a {
    background: #0bb9d7;
  }

  .foot-link.tres a {
    background: #05a8c3;
  }

  .foot-link a {
    color: #fff;
  }
}

@media screen and (max-width:600px) {
  body {
    font-size: 13px;
  }

  #yvc-embed {
    display: none !important;
  }
}

@media screen and (max-width:480px) {}

/*-------- PROGRESS BAR ---------------*/
.pre-loader {
  background: var(--color-primary);
  position: fixed;
  z-index: 1999;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  display: block;
}

.page-template-page-clinic .pre-loader,
.page-template-page-clinic-ppc .pre-loader {
  background: pink;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #00d684;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*-------- ANIMATIONS ---------------*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    top: 20%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    top: 20%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-15px);
  }

  100% {
    transform: translatey(0px);
  }
}
