/* Document
   ========================================================================== */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button, input {
    /* 1 */
    overflow: visible;
}

button, select {
    /* 1 */
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* CSS START ========================================================================== */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    height: 100%;
    max-height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    line-height: 1.6em;
    color: #3A4145;
    width: 100vw;
}

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    line-height: 1;
    margin-top: 0;
    /* font-family: 'Open Sans', sans-serif; */
}

h1 {
    font-size: 5rem;
    line-height: 1.2em;
    letter-spacing: -2px;
    text-indent: -3px;
}

h2 {
    font-size: 4.5rem;
    line-height: 1.2em;
    letter-spacing: -1px;
    text-indent: -2px;
    /* text-transform: uppercase; */
    font-weight: 300;
    letter-spacing: 1px;
}

h3 {
    font-size: 3.5rem;
    margin: 0 0 15px;
    font-weight: 200;
}

h4 {
    font-size: 3rem;
}

h5 {
    font-size: 2.5rem;
}

h6 {
    font-size: 2rem;
}

a {
    color: #4a4a4a;
    transition: color ease 0.3s;
}

a:hover {
    color: #57A3E8;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #50585D;
}

p, ul, ol {
    margin: 1.6em 0;
}

ol ol, ul ul, ul ol, ol ul {
    margin: 0.4em 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 3.2em 0;
    padding: 0;
}

header, footer {
    width: 100%;
}

.main-content {
    width: calc(100% - 500px);
    float: left;
    position: relative;
}

.sidebar-header {
    padding: 30px;
}

.sidebar-form {
    width: 500px;
    background: white;
    float: right;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, .4);
    z-index: 5000;
}

.content-holder {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    /* overflow-x: hidden; */
    /* display: flex; */
    flex-wrap: wrap;
}

.intro .content-holder {
    display: flex;
}

header, .sidebar-header {
    height: auto;
    color: white;
    text-align: center;
    box-sizing: border-box;
    background: white;
    border-bottom: 1px solid #a50050;
}

.sidebar-header {
    background: #a50050;
}

.sidebar-description {
    margin: 15px 40px;
}

.contact-details {
    float: right;
    /* text-transform: uppercase; */
    padding: 101px 0 0;
    font-size: 22px;
    font-weight: 300;
}

.sidebar-header span {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
    position: relative;
    top: 4px;
}

.sidebar-header img {
    vertical-align: middle;
    padding: 29px 14px 20px 0;
    max-width: 220px;
    width: 100%;
}

.contact-details a {
    color: #CE0058;
}

.banner-image {
    height: calc(100vh - 245px);
    background: url(assets/img/background.jpg);
    background-size: cover;
    position: relative;
    display: block;
    /* float: left; */
    width: calc(100vw - 501px);
    overflow: hidden;
    min-height: 730px;
}

span.headline.sub-heading {
}

.headings-banner-overlay {
    position: absolute;
    max-width: 450px;
    width: 100%;
    top: 50px;
    right: 39px;
    text-align: right;
    z-index: 999;
}

.headings-banner-overlay span.headline.sub-heading {
    font-size: 20px;
    line-height: 30px;
}

.headline {
    font-size: 5rem;
    text-transform: uppercase;
    color: #a50050;
    max-width: 450px;
    width: 100%;
    text-align: right;
    line-height: 5rem;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}


span.headline img {
    max-width: 175px;
    padding-top: 10px;
    width: 27%;
}

section.smileview-image img {
    width: 100%;
    height: auto;
}

.offer {
    position: absolute;
    bottom: -75px;
    right: -75px;
    background: #a50050;
    border-radius: 50%;
    padding: 65px 100px 95px 45px;
    text-align: right;
    color: white;
    text-transform: uppercase;
    z-index: 99;
}

.offer span {
    font-size: 90px;
    margin: 0 0 35px;
    display: block;
    font-weight: 700;
}

.offer-one {
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
    padding: 0 0 10px 0;
}

.offer-two {
    font-size: 14px;
    border-top: 2px solid white;
    display: block;
    /* max-width: 80%; */
    margin: 0 auto;
    /* line-height: 50px; */
}

.intro {
    background: white;
    padding: 50px 0 60px;
    /* float: left; */
    width: 100%;
    display: block;
    z-index: 999;
    position: relative;
}

.logo {
    float: left;
    padding: 14px 0 0 0;
}

.logo img {
    max-width: 270px;
    width: auto;
    margin-bottom: 16px;
    /* max-height: 122px; */
}

.box.one-third {
    width: 30%;
    /* float: left; */
    text-align: center;
}

.box.one-third img {
    width: 90%;
    line-height: 0;
    height: inherit;
    max-width: 400px;
}

.box.two-third {
    /* float: left; */
    width: 70%;
    padding: 0 0 0 50px;
    position: relative;
}

.two-third-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.two-third-content h3 {
    margin: 20px auto 0;
    max-width: 90%;
}

.faq {
    /* float: left; */
    width: 100%;
    background: #f6f6f6;
    padding: 75px 0;
}

section.faq .content-holder {
    display: flex;
    flex-wrap: wrap;
}

.beforeafter {
    /* float: left; */
    width: 100%;
    background: white;
    padding: 75px 0;
}

.beforeafter h2 {
    margin: 0 0 20px;
}

.beforeafter img {
    width: 50%;
    float: left;
    height: auto;
}

.beforeafter p {
    max-width: 90%;
    margin: 0 0 40px;
}

.contact-form {
    /* position: relative; */
    z-index: 2;
    padding: 0;
    /* height: calc(87vh - 100px); */
}

.contact-form p {
    color: white;
    padding: 40px 60px 20px;
    text-align: center;
    margin: 0;
    font-size: 2rem;
}

.contact-form ul {
    margin: 0;
    padding: 0;
}

.contact-form ul li {
    list-style: none;
    margin: 15px 40px;
    position: relative;
    border-radius: 10px;
    color: #53565A;
}

.contact-form ul li:after {
    content: '';
    display: block;
    clear: both
}

input[type=text], input[type=number], input[type=email], textarea {
    display: block;
    width: 100%;
    border: 1px solid #a50050;
    padding: 12px 20px;
    height: 65px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    border-radius: 5px;
    /* color: white; */
    transition: 0.5s;
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
    border-left: 10px solid #a50050;
}

input.error, textarea.error {
    border: 2px solid #bd878e
}

#referral-form input.error, #referral-form textarea.error {
    border: 2px solid #bd878e;
}

.contact-form textarea {
    height: 180px;
    resize: none;
}

.contact-full {
    clear: both;
    width: 100%
}

.contact-upload input[type=file] {
    position: absolute;
    opacity: 0;
    border: 0
}

.contact-upload label {
    background: rgba(255, 255, 255, .2);
    width: 100%;
    display: block;
    padding: 20px 15px;
    height: 100%;
    color: #fff
}

.contact-upload label i {
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 30%
}

.contact-gdpr {
    float: left;
    margin: 0 !important;
    font-size: 15px;
    width: 100%;
    text-align: left
}

.contact-form .contact-submit {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 100px;
    right: 15px
}

.submit {
    color: #fff;
    padding: 20px 50px;
    background: #a50050;
    border: 0;
    cursor: pointer;
    margin: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    height: 80px;
    text-align: left;
}

.contact-form ul li:last-of-type {
    bottom: 0;
    position: absolute;
    right: 0;
    /* width: 100%; */
    margin: 20px 0 0;
    left: 0;
}

.contact-form ul li i:last-of-type {
    position: absolute;
    right: 50px;
    top: 30px;
    color: white;
}

.gdpr-small {
    clear: both;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    max-width: 70%;
    width: 100%;
    margin: 0 15%!important;
}

.gdpr-small a {
    color: #a50050;
    text-decoration: underline;
}

::-webkit-input-placeholder {
    color: #53565A;
    line-height: 20px;
    opacity: 0.8;
}

::-moz-placeholder {
    color: #53565A;
    line-height: 20px;
    opacity: 0.8;
}

:-ms-input-placeholder {
    color: #53565A;
    line-height: 20px;
    opacity: 0.8;
}

:-moz-placeholder {
    color: #53565A;
    line-height: 20px;
    opacity: 0.8;
}

.faq .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #464340;
    overflow: hidden;
}

.faq input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.faq label {
    position: relative;
    display: block;
    padding: 0.5em 1.5em;
    background: white;
    /* font-weight: bold; */
    line-height: 3;
    cursor: pointer;
    text-transform: uppercase;
    color: #a50050;
    border: 1px solid #a50050;
    margin-bottom: 0px;
}

.faq .blue label {
    background: #2980b9;
}

.faq .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    border: 1px solid #a50050;
    border-top: 0px;
    border-bottom: 0px;
}

.faq .blue .tab-content {
    background: #3498db;
}

.faq .tab-content p {
    margin: 1em;
    /* padding: 7px 15px; */
}

/* :checked */
.faq input:checked ~ .tab-content {
    max-height: 300px;
    border-bottom: 1px solid #a50050;
    margin-bottom: 5px;
}

/* Icon */
.faq label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.faq input[type=checkbox] + label::after {
    content: "+";
}

.faq input[type=radio] + label::after {
    content: "\25BC";
}

.faq input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}

.faq input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
}

.smileview {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
    background: #3b3a34;
    line-height: 0;
}

.smileview img {
    width: 100%;
    height: auto;
}

.bar {
    background: #a50050;
    color: white;
    text-align: center;
    /* float: left; */
    width: 100%;
    padding: 40px 0 10px;
    display: block;
    text-align: center;
}

.map {
    position: relative;
    /* float: left; */
    width: 100%;
    height: auto;
}

.map-info-box {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 999;
    display: block;
    color: #a50050;
    background: #fefefe;
    padding: 40px 30px 40px 40px;
    border: 1px solid #a50050;
}

footer {
    /* float: left; */
    width: 100%;
    background: white;
    color: #a50050;
    text-align: right;
    font-size: 18px;
    padding: 30px 0;
    border-top: 1px solid #a50050;
    display: block;
}

a .footer-nav {
    color: white;
    text-decoration: none;
    width: 100%;
}

footer p {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 28px;
    /* text-align: right; */
}

span.footer-nav a {
    color: #fff;
}

.mobile-sidebar-form {
    display: none;
}

/* clear floated elements */
.content-holder:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.box.two-third p {
    margin: 0 auto;
    line-height: 37px;
    width: 90%;
}

/* transitions */
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

iframe {
    min-height: 500px;
    margin-bottom: -9px;
}

@media(max-width: 1500px) {
    .headline {
        font-size: 4.5rem;
        max-width: 350px;
        line-height: 60px;
    }

    .banner-image {
        background-image: url(assets/img/background.jpg);
        background-size: cover;
        /* min-height: 500px; */
        /* max-height: 800px; */
        float: none;
        background-repeat: no-repeat;
        background-position: -235px;
    }

    .logo {
        float: unset;
    }

    .contact-details {
        float: unset;
        padding: 0px;
        margin-bottom: 40px;
        font-size: 16px;
    }
}

@media(max-width: 1400px) {
    .banner-image {
        width: calc(100vw - 417px);
        /* min-height: 558px; */
    }

    .sidebar-form {
        width: 400px;
    }

    .main-content {
        width: calc(100% - 400px);
    }

    .sidebar-header img {
        padding: 0px 0 10px;
        max-width: 243px;
    }

    .sidebar-header span {
        font-size: 18px;
        top: 6px;
    }

    .contact-form p {
        padding: 40px 20px 20px;
        font-size: 1.6rem;
    }

    input[type=text], input[type=number], input[type=email], textarea {
        height: 50px;
    }

    .submit {
        font-size: 14px;
    }

    .gdpr-small {
        max-width: 85%;
        margin: 0 7.5%!important;
    }
}

@media(max-width: 1320px) {
    .headline {
        right: 0;
    }
}

@media(max-width: 1300px) {
    .banner-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(255 255 255 / 50%);
    z-index: 0;
}
}

@media(max-width: 1000px), (max-height: 870px )  {
    .headline {
        font-size: 4rem;
        line-height: 45px;
        position: relative;
        z-index: 1;
        text-align: center;
        margin-top: 250px;
    }

   .headings-banner-overlay {
    max-width: 295px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    left: 40%;
    right: 5px;
    top: 35%;
    transform: translateY(-50%);
    z-index: 9999;
}

    span.headline.sub-heading {
        display: none;
    }

    .banner-image::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgb(255 255 255 / 50%);
        z-index: 0;
    }

    .offer {
        transform: scale(.7);
        bottom: -100px;
    }

    html {
        overflow-x: hidden;
    }

    .sidebar-header br {
        display: none;
    }

    .box.one-third {
        /* display: none; */
        width: 100%;
        text-align: center;
    }

    .box.two-third {
        width: 100%;
        padding: 0px;
    }

    .two-third-content {
        position: initial;
        transform: none;
    }

    .main-content, .sidebar-form {
        position: relative;
        float: left;
        width: 100%;
    }

    section.sidebar-form {
        display: none;
    }

    .mobile-sidebar-form {
        display: block;
    }

    .contact-form {
        /* height: calc(75vh - 100px); */
        min-height: 650px;
        padding-bottom: 50px;
    }

    section.mobile-sidebar-form {
        background: white;
    }

    .sidebar-description {
        margin: 0 auto;
        max-width: 90vw;
    }

    .sidebar-header {
        background: #464340;
    }

    .sidebar-header span {
        font-size: 27px;
        /* top: 20px; */
    }

    .contact-form ul li {
        margin: 0px;
        margin-bottom: 20px;
    }

    li.contact-message {
        position: unset;
        padding-bottom: 20px;
    }

    .contact-form ul li:last-of-type {
        position: unset;
    }

    .contact-form {
        /* padding-left: 50px; */
        /* padding-right: 50px; */
        width: 90vw;
        margin: 15px auto 0;
    }

    .gdpr-small {
        margin-bottom: 20px !important;
    }

    .contact-form ul li i:last-of-type {
        display: none;
    }

    .map-info-box {
        position: initial;
    }

    .submit {
        font-size: 14px;
        text-align: center;
        line-height: 19px;
        height: auto;
        padding: 20px;
    }

    footer {
        text-align: center;
    }

    .banner-image {
        width: 100vw;
        height: 444px;
        min-height: auto;
        background-position: center;
    }

    .email-link {
        font-size: 17px;
    }
}

@media(max-width: 800px){
    .contact-details a {
        display: block;
    }

    .contact-details span {
        display: none;
    }

    .offer span {
        font-size: 60px;
    }

    .offer-one {
        font-size: 30px;
    }

    .offer {
        padding: 45px 100px 93px 45px;
        z-index: 1;
        transform: scale(0.8);
    }
}

@media(max-width: 700px), (max-height: 870px ) {
    body {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 3rem;
    }
}

@media(max-width: 600px), (max-height: 870px ) {
    .offer {
        width: 100%;
        border-radius: 0;
        display: block;
        left: 0;
        right: 0;
        width: auto;
        transform: scale(1);
        text-align: center;
        padding: 0;
        bottom: 0;
        padding: 30px 0;
    }

    section.banner-image {
        height: 650px;
    }

    .offer-one, .offer-two, .offer span {
        display: inline-block;
        /* padding-bottom: 30px; */
        vertical-align: middle;
        max-width: 80%;
    }

    .offer-two {
        line-height: 50px;
        display: block;
    }

    .offer span {
        margin: 0 10px 0;
        padding-bottom: 20px;
    }
}
.cookie-dialog {
    --cookie-black: #a50050;
    --cookie-grey: #f6f6f6;
    --cookie-overlay: #f6f6f6;
}

.grecaptcha-badge{
    display: none;
}