/*
Theme Name: Leroux Child
Theme URI: https://leroux.qodeinteractive.com
Description: A child theme of Leroux
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: leroux
Template: leroux
*/

/*--------------------------
*           Index          *
----------------------------
* 1. Global                *
*    1.1 Custom Properties *
*    1.2 Header            *
*    1.3 Footer            *
*    1.4 Sidebar           *
* 2. Home-page             *
* 3. Sub-page              *
* 4. Responsive            *
* 5. Keyframes             *
--------------------------*/

/*--------------------------
*        1. Global         *
--------------------------*/
:root {
    --color-brand: #0c71b7;
    --color-brand-rgba: 12, 113, 183;
    --color-black: #010921;
    --color-black-rgba: 1, 9, 33;
    --color-white: #fff;
    --color-white-rgba: 255, 255, 255;
    --color-accent: #1d7d77;
    --color-accent-rgba: 29, 125, 119;

    --font-heading: 'Be Vietnam Pro', sans-serif;
    --font-body: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth !important;
}

html body .qodef-button.qodef-layout--filled.qodef-html--link.yt--popper .qodef-m-arrow:after {
    content: '\f04b';
    display: block;
    font-family: FontAwesome;
    font-weight: 900;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 4px;
}

html body .qodef-button.qodef-layout--filled.qodef-html--link.yt--popper .qodef-m-arrow svg {
    display: none;
}

/* Don't let phone number links wrap */
a[href^="tel:"],
a[href^="tel+"] {
    white-space: nowrap;
}

/* Hidden Links */
a.hide-link,
a.hide-link:hover {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: inherit !important;
    cursor: default;
}

a.hide-link:after,
a.hide-link:hover:after {
    display: none !important;
}

html body .hide-me {
    display: none;
}

h2 strong, h3 strong {
    font-weight: inherit;
}

html body #qodef-page-wrapper h1,
html body #qodef-page-wrapper h2,
html body #qodef-page-wrapper h3,
html body #qodef-page-wrapper h4,
html body #qodef-page-wrapper h5 {
    font-family: var(--font-heading);
    font-weight: 700;
    margin-top: 0;
}

html body #qodef-page-wrapper h1:only-child {
    margin: 0;
}

html body .elementor-widget-text-editor h2,
html body .elementor-widget-text-editor h3,
html body .elementor-widget-text-editor h4,
html body .elementor-widget-text-editor h5,
html body .elementor-widget-text-editor h6,
html body .qodef-section-title h2,
html body .qodef-section-title h3,
html body .qodef-section-title h4,
html body .qodef-section-title h5,
html body .qodef-section-title h6,
html body .qodef-blog-item h2,
html body .qodef-blog-item h3,
html body .qodef-blog-item h4,
html body .qodef-blog-item h5,
html body .qodef-blog-item h6 {
    text-wrap-style: pretty;
    letter-spacing: -1px;
}

html.home body .qodef-blog-item h3,
html.dental-blog body .qodef-blog-item h3 {
    font-size: 24px;
}

html body .qodef-blog-item p.qodef-e-excerpt {
    display: none;
}

html body .elementor-widget-text-editor h2:not(:first-child),
html body .elementor-widget-text-editor h3:not(:first-child),
html body .elementor-widget-text-editor h4:not(:first-child),
html body .elementor-widget-text-editor h5:not(:first-child),
html body .elementor-widget-text-editor h6:not(:first-child) {
    margin: 1em 0 .25em 0;
}

html body .elementor-widget-text-editor h2:first-child,
html body .elementor-widget-text-editor h3:first-child,
html body .elementor-widget-text-editor h4:first-child,
html body .elementor-widget-text-editor h5:first-child,
html body .elementor-widget-text-editor h6:first-child {
    margin: 0 0 .25em 0;
}

html body .elementor-widget-text-editor h2 + h3,
html body .elementor-widget-text-editor h3 + h4,
html body .elementor-widget-text-editor h4 + h5,
html body .elementor-widget-text-editor h5 + h6 {
    margin-top: 0 !important;
}

p,
.qodef-button.qodef-html--link {
    font-family: var(--font-body);
}

body {
    font-size: 20px;
    line-height: 180% !important;
    font-family: var(--font-body);
}

html body:not(.home) {
    font-size: 18px;
}

html body .pmax_dark h1,
html body .pmax_dark h2,
html body .pmax_dark h3,
html body .pmax_dark h4,
html body .pmax_dark h5,
html body .pmax_dark h6,
html body .pmax_dark ul li,
html body .pmax_dark ol li,
html body .pmax_dark p,
html body .pmax_dark label,
html body .pmax_dark .gfield_required.gfield_required_asterisk,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield input,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield textarea,
html body .pmax_dark select,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield_error label,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield_label,
html body .pmax_dark .gform_wrapper.gravity-theme a {
    color: var(--color-white);
}

html body .pmax_dark .gform_wrapper.gravity-theme .gfield input,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield textarea,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield select {
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 10px;
    background-color: rgb(255 255 255 / 5%);
}

html body .pmax_dark .gform_wrapper.gravity-theme .gfield input:active,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield textarea:active,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield select:active,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield input:focus,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield textarea:focus,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield select:focus {
    border: 1px solid rgb(255 255 255 / 90%);
}

html body .pmax_dark .gform_wrapper.gravity-theme .gfield_error input,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield_error textarea,
html body .pmax_dark .gform_wrapper.gravity-theme .gfield_error select {
    border-color: #c72400;
}

html body .pmax_dark .gform_wrapper.gravity-theme input[type="submit"] {
    background-color: #fff;
    color: var(--color-brand);
    border-radius: 10px;
    margin: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

html body .pmax_dark .gform_wrapper.gravity-theme input[type="submit"]:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0;
}

html body #qodef-page-content .pmax_dark ul li a,
html body #qodef-page-content .pmax_dark ol li a,
html body #qodef-page-content .pmax_dark p a {
    color: rgba(var(--color-white-rgba), 100%);
}

html body #qodef-page-content .pmax_dark ul li a:hover,
html body #qodef-page-content .pmax_dark ol li a:hover,
html body #qodef-page-content .pmax_dark p a:hover {
    color: rgba(var(--color-white-rgba), 80%);
}

p,
ol li,
ul li {
    line-height: 180%;
    text-wrap-style: pretty;
}

html body ol:not(.wp-block),
html body ul:not(.wp-block) {
    list-style-position: outside;
    margin-left: 1.2em;
}

.margin-center {
    margin: 0 auto !important;
    text-align: center;
}

html body:not(.home) #qodef-page-outer {
    margin-top: 0;
}

html body:not(.home) #qodef-page-inner {
    padding: 0;
}

.qodef-content-grid-1300 .qodef-content-grid {
    width: 100% !important;
}

#qodef-404-page {
    padding: 160px 0 160px;
    max-width: 1000px;
}

#qodef-404-page h1 {
    font-weight: 600;
}

#qodef-404-page p.qodef-404-text {
    font-weight: 600;
}

#qodef-back-to-top .qodef-back-to-top-icon {
    background-color: #20282d99;
}


/* Forms */

.gform_wrapper .gform_required_legend {
    display: none;
}

.gform_wrapper label {
    margin-bottom: 0 !important;
}

.gform_wrapper .gform_title {
    display: none;
}

.gform_wrapper .gfield {
    margin-top: 12px;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #3db3b5 !important;
    color: #fff;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    padding: 0;
}

.gform_confirmation_wrapper {
    text-align: center;
    padding: 20px;
    background: var(--color-accent);
    font-weight: 700;
    border-radius: 10px;
    color: var(--color-white);
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .ginput_container_date input {
    padding: 8px 12px !important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select {

    padding: 8px 12px !important;
}

.gfield--type-html p, .gfield_consent_label {
    font-size: 14px;
}


/* END Forms */


.qodef-button.qodef-layout--outlined {
    border-radius: 205px;
    border-width: 2px !important;
}

div.gfield_radio input[type="radio"]:checked, div.gfield_radio input[type="checkbox"]:checked {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.gform_wrapper.gravity-theme .gfield input:focus {
    border-color: #3db3b5;
    border-bottom: 2px solid #3db3b5;
}

.gform-field-label--type-inline {
    display: inline;
}


.qodef-theme-button, button[type=submit], input[type=submit], .gform_next_button, .gform_previous_button {

    font-family: var(--font-body);
    font-size: 17px;
    line-height: 2em;
    font-weight: 600;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    -o-transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out;
    padding: 12px 40px 12px 40px;
    color: #fff;
    background-color: var(--color-brand);
    border: 2px solid var(--color-brand);
    border-radius: 500px;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%;
}

.qodef-section-title .qodef-m-title, .qodef-page-title .qodef-m-title {
    font-weight: 700 !important;
}

/* Remove default appearance for iOS/Safari forms */
/*noinspection CssInvalidPseudoSelector*/
input:matches([type="button"],
[type="submit"],
[type="reset"]) {
    -webkit-appearance: none !important;
}

.qodef-section-title .qodef-m-title {
    font-weight: 600;
}

.qodef-button.qodef-html--link {
    font-size: 16px;
}

.qodef-button.qodef-html--link span {
    font-weight: 600;
}

.qodef-section-title .qodef-m-text {
    margin: 12px 0 24px 0;
    font-size: 24px;
    line-height: 1.6;
}

html body #qodef-page-content p a,
html body #qodef-page-content li a {
    position: relative;
    display: inline;
    color: var(--color-brand);
    font-weight: bold;
    -webkit-transition: color .27s;
    -o-transition: color .27s;
    transition: color .27s;
}

html body #qodef-page-content p a:hover,
html body #qodef-page-content li a:hover {
    color: var(--color-accent);
}

html body #qodef-page-content p a:has(img):after,
html body #qodef-page-content li a:has(img):after {
    display: none;
}

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

html body .pmax_cta .qodef-button.qodef-layout--outlined:not(:hover) {
    border-color: var(--color-white);
    color: var(--color-white);
}

html body .pmax_cta p {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.75;
}

html body .pmax_cta p a {
    font-weight: bold;
}

html body .elementor-widget-image,
html body .elementor-widget-text-editor img,
.hp-slider .swiper-slide img {
    border-radius: 10px;
}

html body .elementor-widget-image {
    overflow: hidden;
}

html body .wtp_sticky {
    position: sticky;
    top: 160px;
}

/* 1.2 Header */
.qodef-header--standard #qodef-page-header {
    background-color: rgba(var(--color-white-rgba), 95%) !important;
    background-color: rgba(var(--color-brand-rgba), 75%) !important;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    position: sticky;
    top: 0;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

html body:not(.home).qodef-header--standard #qodef-page-header {
    background-color: rgba(var(--color-white-rgba), 100%) !important;
    background-color: rgba(var(--color-brand-rgba), 100%) !important;
}

html body:not(.home).qodef-header--standard #qodef-page-header.scrolled {
    background-color: rgba(var(--color-brand-rgba), 75%) !important;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

html body #qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
html body.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
    color: var(--color-black) !important;
    color: #fff !important;
}

html body:not(.home).qodef-header--standard #qodef-page-header {
    -webkit-box-shadow: 0 0 20px rgba(var(--color-black-rgba), 10%);
    box-shadow: 0 0 20px rgba(var(--color-black-rgba), 10%);
}

.qodef-header--standard #qodef-page-header .qodef-header-logo-link img {
    -webkit-filter: grayscale(1) brightness(100);
    filter: grayscale(1) brightness(100);
}

.qodef-header--standard #qodef-page-header .qodef-button.qodef-layout--filled.qodef-html--link {
    background-color: #fff !important;
    color: var(--color-brand) !important;
}

.qodef-header--standard #qodef-page-header .qodef-button.qodef-layout--filled.qodef-html--link:hover {
    background-color: #fff !important;
    color: var(--color-brand) !important;
}

#qodef-top-area {
    background-color: #1a1a1a !important;
}

.qodef-widget-holder.qodef--one .qodef-m-arrow {
    display: none;
}

.qodef-header-sticky {
    padding: 12px 0;
    height: 100px;
}

#qodef-top-area {
    display: block !important;
}

#qodef-top-area-inner {
    padding-top: 20px;
}

#qodef-top-area .widget a {
    color: #ffffff;
    font-weight: 700;
    --qodef-underline-height: 0 !important;
    text-decoration: none;
}

#qodef-top-area .qodef-widget-holder p {
    font-size: 16px !important;
}

#qodef-top-area-inner .qodef-icon-holder .qodef-icon {
    color: var(--color-brand);
}

.qodef-header-navigation > ul > li > a .qodef-menu-item-text {
    padding-bottom: 43px;
    margin-top: 43px;
    background-image: -o-linear-gradient(left, var(--color-brand) 0, var(--color-brand) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-brand)), to(var(--color-brand)));
    background-image: linear-gradient(90deg, var(--color-brand) 0, var(--color-brand) 100%);
    background-image: -o-linear-gradient(left, #fff 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(#fff));
    background-image: linear-gradient(90deg, #fff 0, #fff 100%);
    font-weight: 600;
    --qodef-underline-height: 2px;
}

.qodef-header-navigation > ul > li.current-menu-ancestor:not(:hover) > a .qodef-menu-item-text,
.qodef-header-navigation > ul > li.current-menu-item:not(:hover) > a .qodef-menu-item-text {
    background-size: 0% var(--qodef-underline-height);
}

html body .qodef-header-navigation ul.sub-menu li a {
    color: var(--color-black);
}

html body .qodef-header-navigation ul.sub-menu li .qodef-svg--menu-arrow {
    fill: var(--color-black);
}

html body .qodef-header-navigation ul.sub-menu li .qodef-svg--menu-arrow g {
    stroke: var(--color-black);
}

html body .qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
    top: calc(-13px - 15px);
}

html body .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.sub-menu {
    width: auto;
}

html body .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.sub-menu li > a {
    white-space: nowrap;
}

html body .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.sub-menu li.menu-item-has-children > a {
    padding-right: 1.2em;
}

html body .qodef-header-navigation > ul > li.menu-item-has-children:last-child .qodef-drop-down-second {
    left: auto;
    right: -50px;
}

.qodef-header-sticky .qodef-header-navigation > ul > li > a .qodef-menu-item-text {
    padding-bottom: 0;
    margin-top: 0;
    background-image: -o-linear-gradient(left, var(--color-brand) 0, var(--color-brand) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-brand)), to(var(--color-brand)));
    background-image: linear-gradient(90deg, var(--color-brand) 0, var(--color-brand) 100%);
}

.qodef-header--sticky-display .qodef-header-navigation > ul > li > a .qodef-menu-item-text {
    padding-bottom: 39px;
    margin-top: 39px;
    background-image: -o-linear-gradient(left, var(--color-brand) 0, var(--color-brand) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-brand)), to(var(--color-brand)));
    background-image: linear-gradient(90deg, var(--color-brand) 0, var(--color-brand) 100%);
}

.qodef-header--sticky-display .qodef-header-sticky .qodef-header-navigation > ul > li > a .qodef-menu-item-text {
    padding-bottom: 39px;
    margin-top: 39px;
    background-image: -o-linear-gradient(left, var(--color-brand) 0, var(--color-brand) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-brand)), to(var(--color-brand)));
    background-image: linear-gradient(90deg, var(--color-brand) 0, var(--color-brand) 100%);
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li a .qodef-menu-item-text {
    font-size: 16px;
    margin-bottom: 4px;
}

.qodef-header--standard #qodef-page-header-inner:after {
    border-bottom-width: 0 !important;
}

.qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-button.qodef-layout--filled.qodef-html--link {
    background-color: var(--color-brand);
}

html body #qodef-page-outer .mobile-phone {
    display: none;
}

html body #qodef-page-header .qodef-header-sticky,
html body #qodef-page-header .qodef-header-sticky .qodef-header-logo-link {
    display: none;
}

html body .qodef-header-navigation ul li.qodef-menu-item--narrow ul,
html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: rgba(var(--color-white-rgba), 95%);
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second {
    max-width: 100dvw;
    width: 100dvw !important;
    position: fixed;
    top: 140px;
    left: 0 !important;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner.qodef-content-grid > ul.sub-menu {
    padding: 46px 27px 41px 27px;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner.qodef-content-grid > ul.sub-menu > li {
    max-width: 768px;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > a {
    color: var(--color-black);
    font-weight: 700;
    display: block;
    position: relative;
    margin-bottom: 1em;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--color-brand-rgba), .25);
    position: absolute;
    bottom: -5px;
    left: 0;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > a:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: rgba(var(--color-brand-rgba), 1);
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > a:hover:before {
    width: 100%;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > a span.qodef-menu-item-text {
    background-image: none !important;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li {
    width: 50%;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li > a {
    margin: 6px 0;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li > a > .qodef-menu-item-text {
    font-size: 16px;
}

html body #qodef-page-header .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:not(:hover) > a .qodef-menu-item-text,
html body #qodef-page-header .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li:not(:hover) > a .qodef-menu-item-text {
    background-size: 0 var(--qodef-underline-height);
}

html body #qodef-page-header .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li a .qodef-menu-item-text i.fas.fa-external-link {
    margin-left: .33em;
    font-size: .8em;
    position: relative;
    top: -1px;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu li.special-menu ul.sub-menu {
    padding-right: 10px;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li.special-menu ul.sub-menu li {
    width: 100%;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li.special-menu a span {
    font-size: 18px;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li.special-menu ul.sub-menu li a span {
    font-size: initial;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li.special-menu a:hover span {
    cursor: text;
}

html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li.special-menu ul.sub-menu li a:hover span {
    cursor: pointer;
}

/* -------- Hamburger Menu - NOT MENU ------- */

/* 1.3 Footer */
html body footer {
    background-color: #F3FAFF;
}

#qodef-content-bottom {
    background-color: var(--color-brand);
}

html body #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner,
html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid-inner,
html body footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner,
html body footer #qodef-page-footer-copyright-area .qodef-content-full-width .qodef-grid-inner {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

html body footer #qodef-page-footer-copyright-area .qodef-content-full-width .qodef-grid-inner .qodef-grid-item:nth-child(2) {
    text-align: right;
}

html body footer #qodef-page-footer-copyright-area .qodef-content-full-width .qodef-grid-inner .qodef-grid-item .widget_leroux_core_social_icons_group .qodef-icon-holder a {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1.5px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body footer #qodef-page-footer-copyright-area .qodef-content-full-width .qodef-grid-inner .qodef-grid-item .widget_leroux_core_social_icons_group .qodef-icon-holder a:hover {
    color: #000;
    background-color: #fff;
}

#qodef-content-bottom .widget a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

#qodef-page-footer .qodef-alignment--left .widget img {
    max-width: 320px;
}

#qodef-page-footer-top-area .widget .qodef-widget-title {
    color: #fff;
    font-weight: 800;
}

#qodef-page-footer-bottom-area .widget a,
#qodef-page-footer-bottom-area .qodef-link--underline,
#qodef-page-footer-bottom-area p {
    color: var(--color-brand);
    font-size: 18px;
    line-height: 180%;
    margin: 0;
    text-decoration: none;
}

#qodef-page-footer-bottom-area .widget a,
#qodef-page-footer-bottom-area .qodef-link--underline {
    font-weight: bold;
}

#qodef-page-footer-bottom-area .widget a:hover,
#qodef-page-footer-bottom-area .qodef-link--underline:hover {
    color: var(--color-accent);
}

#qodef-page-footer-bottom-area .widget a.qodef-button {
    margin-top: 24px;
}

#qodef-page-footer-top-area,
#qodef-page-footer-bottom-area {
    background-color: #f2faff;
}

#qodef-page-footer-copyright-area {
    background-color: var(--color-black);
}

#qodef-page-footer-bottom-area h5 {
    color: var(--color-white) !important;
}

footer#qodef-page-footer #qodef-page-footer-top-area-inner .widget h1,
footer#qodef-page-footer #qodef-page-footer-top-area-inner .widget h2,
footer#qodef-page-footer #qodef-page-footer-top-area-inner .widget h3,
footer#qodef-page-footer #qodef-page-footer-top-area-inner .widget h4,
footer#qodef-page-footer #qodef-page-footer-top-area-inner .widget h5,
footer#qodef-page-footer #qodef-page-footer-top-area-inner .widget h6,
footer#qodef-page-footer #qodef-page-footer-bottom-area-inner .widget h1,
footer#qodef-page-footer #qodef-page-footer-bottom-area-inner .widget h2,
footer#qodef-page-footer #qodef-page-footer-bottom-area-inner .widget h3,
footer#qodef-page-footer #qodef-page-footer-bottom-area-inner .widget h4,
footer#qodef-page-footer #qodef-page-footer-bottom-area-inner .widget h5,
footer#qodef-page-footer #qodef-page-footer-bottom-area-inner .widget h6,
footer#qodef-page-footer #qodef-page-footer-top-area-inner .widget p,
footer#qodef-page-footer #qodef-page-footer-bottom-area-inner .widget p {
    color: var(--color-black);
}

footer#qodef-page-footer #qodef-page-footer-bottom-area-inner .widget h5 {
    margin-bottom: 0;
}

.widget_leroux_core_social_icons_group {
    margin-top: 15px !important;
}

#qodef-page-footer-bottom-area .qodef-social-icons-group .qodef-icon-holder a,
#qodef-side-area .qodef-social-icons-group .qodef-icon-holder a {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 999px;
    border: 2px solid var(--color-brand);
    color: var(--color-brand);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#qodef-page-footer-bottom-area .qodef-social-icons-group .qodef-icon-holder a:hover,
#qodef-side-area .qodef-social-icons-group .qodef-icon-holder a:hover {
    color: var(--color-white);
    background-color: var(--color-brand);
}

#qodef-page-footer-copyright-area .widget p,
#qodef-page-footer-copyright-area .widget a {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-white);
    opacity: .6;
    font-family: var(--font-body);
    vertical-align: top;
    margin: 0;
}

#qodef-page-footer-copyright-area .widget a:hover {
    opacity: 1;
}

#qodef-page-footer-copyright-area .widget:not(.widget_leroux_core_title_widget) {
    color: #979b9d;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-body);
    line-height: 1.6;
}

html body footer #qodef-page-footer-bottom-area .wp-container-core-group-is-layout-4 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
    padding-right: 20px;
}

html body footer #qodef-page-footer-top-area p.pmax_custom-border-bottom {
    position: relative;
    display: inline-block;
}

html body footer #qodef-page-footer-top-area p.pmax_custom-border-bottom:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--color-brand);
    position: absolute;
    bottom: -1em;
    left: 0;
}

html body footer #qodef-page-footer-top-area p.pmax_custom-border-bottom.in-view:after {
    -webkit-animation: grow 1s forwards;
    animation: grow 1s forwards;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner {
    padding-right: 5.7%;
    padding-left: 5.7%;
    padding-top: 90px;
}

html body #qodef-content-bottom #qodef-content-bottom-inner.qodef-content-full-width,
html body #qodef-page-footer-copyright-area .qodef-content-full-width {
    padding-right: 5.7%;
    padding-left: 5.7%;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner a[href*="hipaa"]:hover {
    color: var(--color-brand);
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner h4 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: .5em;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 3fr;
    grid-template-columns: 1.5fr 3fr;
}

html body #qodef-content-bottom #qodef-content-bottom-inner .menu-content-bottom-container ul li a {
    font-size: 18px;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:not(:first-child) .widget,
html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:not(:first-child) .widget .map,
html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:not(:first-child) .widget .map iframe {
    height: 100%;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:nth-child(3),
html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:last-child {
    display: none;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .wtp_footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2em;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .map {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(var(--color-black-rgba), .25);
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .hours {
    font-size: 18px;
    line-height: 1.65;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner p:has(i) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5em;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner p i {
    position: relative;
    top: 6px;
    min-width: 1em;
}

html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner p i.fa-clock {
    top: 5px;
}

#qodef-page-footer-bottom-area img {
    max-width: 300px;
}

@-webkit-keyframes grow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes grow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

html body .pmax_max-width-1024 {
    max-width: 1024px;
}

/* 1.4 Sidebar */


/*------------------------
*      2. Home-page      *
-------------------------*/
/* Video iFrame Banner Styles */
.video-container.video-background {
    aspect-ratio: 16/10;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 660px;
}

.video-container.video-background .video-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 100vw;
}

.video-container.video-background .video-text .video-text-inner {
    width: 100dvw;
    max-width: 90vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: calc(5vw - 24px);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.video-container.video-background .video-text .video-text-inner h1 {
    display: block;
    opacity: 0.9;
    text-align: left;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.2em;
    letter-spacing: 0;
    text-wrap: balance;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
}

html body #qodef-page-wrapper .video-container.video-background .video-text .video-text-inner h2 {
    text-align: left;
    color: #fff;
    margin: -8px 0 36px 0;
    opacity: .9;
    font-size: clamp(21px, 3vw, 36px);
    line-height: 1.2em;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    font-weight: 500;
    font-family: var(--font-body);
}

.video-container.video-background .video-foreground {
    -webkit-animation: 1s fade-in 1 normal;
    animation: 1s fade-in 1 normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.video-container.video-background .video-foreground,
.video-container.video-background .video-foreground .video-inner {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-container.video-background .video-foreground .video-inner iframe.wtp-hero-iframe {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hero-buttons {
    text-align: left;
}

.hero-buttons a:first-child {
    margin-right: 24px;
}

.hero-buttons a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    width: auto;
    margin: 0 0 24px 0;
    text-align: center;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 2em;
    font-weight: 600;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out, -webkit-transform .27s;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out, -webkit-transform .27s;
    -o-transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out, transform .27s;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out, transform .27s;
    transition: color .27s ease-out, background-color .27s ease-out, border-color .27s ease-out, transform .27s, -webkit-transform .27s;
    padding: 12px 40px 12px 40px;
    color: var(--color-white);
    background-color: rgba(var(--color-accent-rgba), 90%);
    border: transparent;
    border-radius: 10px;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%;
}

.hero-buttons a:hover {
    background-color: var(--color-brand);
    color: var(--color-white);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.hero-buttons a svg {
    fill: var(--color-white);
    width: .8em;
    height: .8em;
    margin-left: .5em;
}

@media (min-aspect-ratio: 16/10) {
    .video-container.video-background .video-foreground,
    .video-container.video-background .video-foreground .video-inner {
        bottom: auto;
        padding-bottom: 60.6%;
        height: 100%;
    }
}

/* End Video Banner Styles */

html body .hp-about-image a {
    position: relative;
    overflow: hidden;
}

.accreditations img {
    max-height: 80px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    margin-top: 44px;
    margin-bottom: 44px;
}

.accreditations .qodef-qi-swiper-container .swiper-button-prev, .accreditations .qodef-qi-swiper-container .swiper-button-next {
    padding: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.accreditations .qodef-qi-swiper-container .swiper-button-next {
    right: 0 !important;
}

.accreditations .qodef-qi-swiper-container .swiper-button-prev {
    left: 0 !important;
}

.accreditations .swiper-button-next, .accreditations .swiper-button-prev {
    top: 90% !important;
}

.service-title h2 {
    max-width: 520px;
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image img {
    border-radius: 8px;
}

.qodef-testimonials-list.qodef-item-layout--info-below h2 {
    font-size: 38px;
    line-height: 136%;
}

.qodef-simple-slider.qodef-borders--enabled .qodef-e-image:before {
    width: 0 !important;
}


.hp-videos .qodef-video-button .qodef-m-play span {
    position: absolute;
    right: 48px;
    bottom: 48px;
}

.hp-videos .qodef-video-button .qodef-m-play span:before,
html body .yt--popper.elementor-widget-image a:before,
html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:before {
    width: 80px;
    height: 80px;
}

.home .hp-videos .qodef-video-button .qodef-m-play span:before,
html body .yt--popper.elementor-widget-image a:before,
html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:before {
    width: 100px;
    height: 100px;
}

.home .hp-videos .qodef-video-button .qodef-m-play span {
    position: absolute;
    right: 68px;
    bottom: 68px;
}

.qodef-video-button .qodef-m-play span:before,
html body .yt--popper.elementor-widget-image a:before,
html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:before {
    width: 100px;
    height: 100px;
    border: 2px solid var(--color-white);
}

.qodef-qi-swiper-container .swiper-button-prev, .qodef-qi-swiper-container .swiper-button-next {
    padding: 20px 17px;
    border: 2px solid #fff;
    border-radius: 200px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
}

.hp-slider .qodef-e-title {
    font-size: 25px;
}

.hp-slider .qodef-e-inner:hover h5 a {
    text-decoration: underline !important;
    color: var(--color-brand);
}

.hp-slider .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-height: 500px;
}

.hp-slider.qodef-qi-swiper-container .swiper-slide p a:not(.qodef-qi-button):not(.qodef-qi-premium-button) {
    display: inline-block;
}

html body .pmax_blog .qodef-blog-item > .qodef-e-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

html body .pmax_blog .qodef-blog-item > .qodef-e-inner .qodef-e-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

html body .pmax_blog .qodef-blog-item > .qodef-e-inner .qodef-e-content .qodef-e-text {
    margin-top: 0;
}

html body .yt--popper.elementor-widget-image {
    line-height: 0;
}

html body .yt--popper.elementor-widget-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(106deg, rgba(var(--color-black-rgba), 20%), rgba(var(--color-brand-rgba), 0%) 40%);
    background: linear-gradient(-16deg, rgba(var(--color-black-rgba), 20%), rgba(var(--color-brand-rgba), 0%) 40%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode:has(a.yt--popper):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: -o-linear-gradient(115deg, rgb(0 0 0 / 33%), rgb(0 0 0 / 1%) 27%, rgb(0 0 0 / .5%));
    background: linear-gradient(335deg, rgb(0 0 0 / 33%), rgb(0 0 0 / 1%) 27%, rgb(0 0 0 / .5%));
}

html body .yt--popper.elementor-widget-image a,
html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a {
    width: 100%;
    overflow: hidden;
    position: relative;
}

html body .yt--popper.elementor-widget-image a:before,
html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:before {
    background-color: rgba(var(--color-white-rgba), .2);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    content: '';
    border-radius: 50%;
    position: absolute;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.31, .49, .5, 1.01);
    transition: -webkit-transform .6s cubic-bezier(.31, .49, .5, 1.01);
    -o-transition: transform .6s cubic-bezier(.31, .49, .5, 1.01);
    transition: transform .6s cubic-bezier(.31, .49, .5, 1.01);
    transition: transform .6s cubic-bezier(.31, .49, .5, 1.01), -webkit-transform .6s cubic-bezier(.31, .49, .5, 1.01);
    display: block;
    z-index: 1;
    pointer-events: none;
    bottom: 30px;
    right: 30px;
}

html body .yt--popper.elementor-widget-image a:after,
html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:after {
    content: '\f04b';
    color: var(--color-white);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 28px;
    width: 100px;
    height: 100px;
    z-index: 1;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .yt--popper.elementor-widget-image a:hover:before,
html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:hover:before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

html body .yt--popper.elementor-widget-image a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: auto;
}

html body .yt--popper.elementor-widget-image a:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

html body .pmax_home-memberships img {
    width: 256px !important;
}

html body .pmax_home-memberships .elementor-image-carousel.swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .wtp_programs-col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

html body .wtp_programs-col > .elementor-widget-wrap {
    height: 100%;
}

html body .qodef-blog-item h3 {
    text-wrap: pretty;
}

html body .qodef-blog.qodef-item-layout--compact .qodef-e .qodef-e-media {
    border-radius: 10px;
}

html body .swiper-button-next,
html body .swiper-button-prev {
    top: calc(50% - .5em - 17.5px);
}

html body #qodef-back-to-top {
    width: 48px;
    height: 48px;
}

html body #qodef-back-to-top span.qodef-back-to-top-icon {
    border-radius: 10px;
    -webkit-transition: background-color .27s;
    -o-transition: background-color .27s;
    transition: background-color .27s;
    border: 1px solid rgba(var(--color-white-rgba), .2);
}

html body #qodef-back-to-top span.qodef-back-to-top-icon:hover {
    background-color: var(--color-black);
}


/*------------------------
*      3. Sub-page       *
------------------------*/

/*----- Blog ------*/
.qodef-blog .qodef-e-left, .qodef-blog .qodef-e-right {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
}

.qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-inner .entry-date.qodef-list-date, .qodef-blog.qodef-item-layout--compact.qodef-skin--light .qodef-blog-item .qodef-e-info > * {
    display: none;
}

.single-post .qodef-blog.qodef-item-layout--compact .qodef-blog-item .qodef-e-top-holder {
    display: none;
}

.qodef-e-top-holder {
    display: none;
}

.single-post .qodef-blog .qodef-e-title {
    display: none;
}

html body.single .e-con-inner h2:last-of-type {
    margin-top: 1em !important;
    padding-top: 1em;
    border-top: 1px solid #bbc2c5;
    font-weight: bold;
    /*font-size: clamp(36px, 2.5vw, 48px);*/
}

.qodef-page-title .qodef-parallax-img {
    opacity: .7 !important;
}

.single-post .qodef-e-media-image img {
    display: none;
}


.qodef-blog.qodef--list .qodef-blog-item .qodef-e-inner .entry-date.qodef-list-date {
    display: none;
}

.single-post .qodef-blog .qodef-e-bottom-holder, #qodef-single-post-navigation, #qodef-related-posts {
    display: none;
}

.single-post .elementor-top-section ul, .single-post .elementor-top-section ol, .lp-text-full ul, .lp-text-full ol {
    list-style-position: outside;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-post .elementor-top-section ul li, .single-post .elementor-top-section ol li {
    margin-bottom: 16px;
}


.lp-blog-list .qodef-button.qodef-layout--filled.qodef-html--link {
    background-color: var(--color-brand);
}

.lp-blog-list .qodef-button.qodef-layout--filled.qodef-html--link:hover {
    background-color: #1a1a1a;
}

.qodef-m-filter .qodef-m-filter-item {
    background-image: -o-linear-gradient(left, var(--color-brand) 0, var(--color-brand) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-brand)), to(var(--color-brand)));
    background-image: linear-gradient(90deg, var(--color-brand) 0, var(--color-brand) 100%);
    --qodef-underline-height: 2px;
    padding-bottom: 4px;
}

.single-post #qodef-page-inner {
    padding: 0;
    max-width: 100dvw;
}

.single-post .qodef-page-title .qodef-m-title {
    color: #ffffff;
    padding: 0 40px;
    max-width: 1040px;
    margin: 0 auto;
    letter-spacing: -.03em;
}


/*----- END Blog ------*/
.lp-accordion {
    margin: 0 auto !important;
}

.lp-accordion .qodef-tab-title:before {
    color: var(--color-brand);
    font-weight: 700 !important;
}

.lp-accordion .qodef-tab-title {
    font-size: 28px;
}

.qodef-button.qodef-layout--filled.qodef-html--link,
html body .child-pages-grid .child-page-item a.button {
    background-color: var(--color-accent);
    border-radius: 10px;
    -webkit-transition: background-color .27s, color .27s, border .27s, -webkit-transform .27s;
    transition: background-color .27s, color .27s, border .27s, -webkit-transform .27s;
    -o-transition: background-color .27s, color .27s, border .27s, transform .27s;
    transition: background-color .27s, color .27s, border .27s, transform .27s;
    transition: background-color .27s, color .27s, border .27s, transform .27s, -webkit-transform .27s;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover,
html body .child-pages-grid .child-page-item a.button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pmax_dark .qodef-button.qodef-layout--filled.qodef-html--link {
    background-color: #fff !important;
    color: var(--color-brand) !important;
}

.patient-forms-btns .qodef-button.qodef-html--link {
    width: 100%;
    font-size: 24px;
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--color-brand);
}

.patient-forms-btns .qodef-button.qodef-html--link .qodef-m-arrow {
    text-align: right;
    right: 0;
    position: absolute;
    bottom: 16px;
}

.patient-forms-btns .qodef-button.qodef-layout--textual .qodef-m-text {
    padding-right: 30px;
    line-height: 120%;
    vertical-align: bottom;
    margin-bottom: 12px;
}

.patient-forms-btns .qodef-button.qodef-html--link .qodef-m-arrow svg {

    width: 18px;
    height: 18px;
}

.lp-team .qodef-team-list.qodef-item-layout--info-below .qodef-e-title {
    font-weight: 700;
    font-size: 28px;
    font-family: var(--font-body);
}

.lp-team .qodef-team-list.qodef-item-layout--info-below .qodef-e-role {
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font-body);
}

.lp-text-full h3, .lp-text-full h2 {
    margin-top: 48px !important;
}

.full-height img {
    min-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.qodef-e-excerpt:after {
    content: '...';
}

.elementor-widget-wrap .video-text {
    position: absolute !important;
    top: 62% !important;
}

.elementor-widget-wrap .video-text .video-text-inner {
    max-width: 320px;
    margin: 0 auto !important;
    color: #fff;
    background: #00000099;
    padding: 12px;
    border-radius: 2px;
}

.elementor-widget-wrap .video-text p {
    padding-bottom: 0;
    margin: 0 0 !important;
    color: #fff;
}

.elementor-widget-wrap .video-text h4 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

html body .pmax_banner {
    min-height: 26vw;
}

html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode,
html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode .elementor-shortcode {
    height: 100%;
}

html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a.yt--popper {
    height: 100%;
    display: block;
    position: relative;
}

html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    position: absolute;
}

html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a.yt--popper span {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--color-black-rgba), 50%);
    color: #fff;
    padding: 15px 15px 18px 15px;
    text-align: center;
    font-size: 1.6em;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:has(span):before,
html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:has(span):after {
    bottom: 90px;
    content: '';
    display: none;
}

html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a > span:before {
    width: 100px;
    height: 100px;
    border: 2px solid var(--color-white);
    background-color: rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(4px) brightness(100%);
    backdrop-filter: blur(4px) brightness(100%);
    content: '';
    border-radius: 50%;
    position: absolute;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.31, .49, .5, 1.01);
    transition: -webkit-transform .6s cubic-bezier(.31, .49, .5, 1.01);
    -o-transition: transform .6s cubic-bezier(.31, .49, .5, 1.01);
    transition: transform .6s cubic-bezier(.31, .49, .5, 1.01);
    transition: transform .6s cubic-bezier(.31, .49, .5, 1.01), -webkit-transform .6s cubic-bezier(.31, .49, .5, 1.01);
    display: block;
    z-index: 1;
    pointer-events: none;
    top: -130px;
    right: 30px;
}

html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a > span:after {
    content: '\f04b';
    color: var(--color-white);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: -130px;
    right: 30px;
    font-size: 28px;
    width: 100px;
    height: 100px;
    z-index: 1;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:hover > span:before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

html body .pmax_service-page_content-section .pmax_service-right .elementor-element.elementor-widget.elementor-widget-leroux_core_button:nth-child(odd) {
    padding-right: 1em;
}

html body .pmax_service-page_content-section .pmax_service-right .elementor-element.elementor-widget.elementor-widget-leroux_core_button .qodef-shortcode.qodef-button.qodef-layout--textual.qodef-html--link {
    padding: .6em 0 .3em 0 !important;
}

html body .pmax_service-page_content-section .pmax_service-right .elementor-element.elementor-widget.elementor-widget-leroux_core_button .qodef-shortcode.qodef-button.qodef-layout--textual.qodef-html--link span.qodef-m-text {
    line-height: 1.2;
}

html body .pmax_team-bios {
    container-type: inline-size;
    container-name: team-bios;
}

html body .pmax_team-bios span.pmax_position {
    display: block;
    color: var(--color-brand);
    font-size: .7em;
}

html body .qodef-blog .qodef-e-media-image a {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
}

html body .qodef-blog .qodef-e-media-image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

html body .pmax_membership-img a {
    width: 100%;
}

html body #qodef-page-outer .wtp_right-col img {
    border-radius: 10px;
}

html body #qodef-page-outer .two-col-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 24px;
    container: two-col-list / inline-size;
}

html body #qodef-page-outer .two-col-list .col {
    border: 1px solid #eee;
    background-color: rgb(255 255 255 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 16px 20px 0 20px;
    font-size: .8em;
    width: calc(50% - .5em - 2px);
}

@container two-col-list (max-width: 499px) {
    html body #qodef-page-outer .two-col-list .col {
        width: 100%;
    }
}

html body #qodef-page-outer .two-col-list .col h3 {
    font-size: 24px;
}

html body #qodef-page-content .full-content img {
    max-width: calc(50% - 90px);
    margin-left: 90px !important;
}

html body #qodef-page-content .wtp_br-10 > .elementor-widget-container {
    border-radius: 10px;
    overflow: hidden;
}

html body #qodef-page-content .elementor-widget-text-editor hr {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #bbc2c5;
    margin: 2em 0;
}

html body #qodef-page-content .wtp_anchor {
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: relative;
    top: -160px;
}

html body.single #qodef-page-content h1 {
    font-size: clamp(36px, 2.8vw, 48px);
}

html body #qodef-page-content table td br {
    display: block;
}

html body.contact #qodef-page-content table,
html body.contact #qodef-page-content table * {
    border: 0 transparent;
}

html body.contact #qodef-page-content table th,
html body.contact #qodef-page-content table td {
    padding: 0;
}

html body.contact #qodef-page-content table th {
    padding-right: 1em;
}

html body.contact #qodef-page-content table td {
    width: 100%;
    line-height: 1.4;
}

html body.contact #qodef-page-content table tr {
    position: relative;
    line-height: 1.4;
}

html body.contact #qodef-page-content table tr.today * {
    color: var(--color-brand);
    font-weight: bold;
}

html body.contact #qodef-page-content table tr.today th {
    font-weight: 900;
}

html body #qodef-page-content .gfield--type-multi_choice {
    position: relative;
    top: 13px;
    container: multi-choice / inline-size;
}

html body #qodef-page-content .gfield--type-multi_choice .gfield_checkbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

@container multi-choice (max-width: 339px) {
    html body #qodef-page-content .gfield--type-multi_choice .gfield_checkbox {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

html body #qodef-page-content .wtp_service-parent > .elementor-widget-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 90px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

html body .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet {
    text-align: center;
    min-width: 18px;
    font-size: 11px;
    padding: 5px 7px;
    margin: 0 3px 0;
    width: auto;
    height: auto;
    border-radius: 2px;
    color: #aaa;
    line-height: 1;
    background: rgba(175, 175, 175, 0.1);
    opacity: 1;
    transition: color .3s ease;
    background-color: transparent;
    padding: 5px 7px;
    margin: 0 3px;
    width: auto;
    height: auto;
    border-radius: 2px;
    opacity: 1;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

html body .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #111;
    background: #eee;
}

html body .child-page-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1em;
}

html body .child-pages-grid .child-page-item a.button {
    padding: 10px 24px;
    color: #fff;
}

html body .child-pages-grid .child-page-item a.button:hover {
    background-color: var(--color-brand);
}

html body .eapps-instagram-feed a[aria-label*='iloveaihc'] {
    color: #fff !important;
}

html body .eapps-instagram-feed .eapps-instagram-feed-posts-item {
    border-radius: 5px;
    overflow: hidden;
}

html body .eapps-instagram-feed .eapps-instagram-feed-content {
    padding: 10px;
    background-color: rgb(246, 246, 248);
    border-radius: 10px;
}

html body.single .wtp-references .e-con-inner h2, html body.single .wtp-references .e-con-inner h2:last-of-type {
    font-weight: 700;
    margin-top: 0 !important;
    padding-top: 0;
    border-top: none;
    font-size: 36px;
}

/* Image Switch Styles */

html body .swap-boxes a {
    position: relative;
}

html body .swap-boxes img {
    border-radius: 10px;
}

html body .swap-boxes a img.show-front {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

html body .swap-boxes a img.show-back {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

html body .swap-boxes a:hover img.show-back {
    opacity: 1;
}

html body .swap-boxes a:hover img.show-front {
    opacity: 0;
}

/* End Image Switch Styles */

html body.video-library #yottie_1 .yottie-widget-feed, html body.video-library #yottie_2 .yottie-widget-feed {
    background: transparent;
}

/*------------------------
*      4. Responsive     *
------------------------*/
@media (max-width: 1920px) {
    @media (min-width: 1601px) {
        html body.about-our-jenison-dental-practice .pmax_banner.e-con-full.e-flex > .elementor-element.e-con-full.e-con:not(.pmax_banner-image-cont) {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }
}

@media (max-width: 1600px) {
    @media (min-width: 1025px) {
        html body.about-our-jenison-dental-practice .pmax_banner.e-con-full.e-flex {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        html body.about-our-jenison-dental-practice .pmax_banner.e-con-full.e-flex > .elementor-element.e-con-full.e-con {
            width: 100%;
        }

        html body.about-our-jenison-dental-practice .pmax_banner .pmax_banner-image-cont {
            aspect-ratio: 21/9;
        }
    }
}

@media screen and (min-width: 1920px) {
    .elementor-section-height-min-height {
        min-height: 100vh !important;
    }

    .elementor-section-height-min-height.centered-banner {
        min-height: 100% !important;
    }

    .qodef-shortcode.qodef-m.qodef-video-button.qodef--has-img {
        min-width: 100% !important;
    }

    .qodef-shortcode.qodef-m.qodef-video-button.qodef--has-img img {
        min-width: 100% !important;
    }

    .hp-slider .swiper-slide img {
        width: 1200px;
    }
}

@media screen and (min-width: 1680px) {
    .accreditations .swiper-button-next, .accreditations .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width: 1440px) {
    @media screen and (min-width: 1025px) {
        html body main#qodef-page-content .pmax_home-intro {
            padding-right: calc(5.7% - 30px);
            padding-left: calc(5.7% - 30px);
        }
    }
    html body.single .wtp-references .e-con-inner h2, html body.single .wtp-references .e-con-inner h2:last-of-type {
        font-size: 32px;
    }
    html body .qodef-header-navigation>ul>li {
        margin: 0 10px;
    }
}

@media (max-width: 1359px) {
    @media (min-width: 1025px) {
        html body .pmax_service-page_content-section .pmax_service-right .elementor-element.elementor-widget.elementor-widget-leroux_core_button {
            width: 100%;
            max-width: 100%;
        }

        html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner.qodef-content-grid {
            padding-right: calc(3% - 16px);
            padding-left: calc(3% - 16px);
        }

        html body #qodef-page-outer {
            margin-top: -112px;
        }

        html body.qodef-header--standard #qodef-page-header {
            height: 112px;
        }

        html body #qodef-page-header .qodef-header-logo-link {
            height: 100px;
        }

        html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner.qodef-content-grid > ul.sub-menu {
            padding-right: 0;
            padding-left: 0;
        }

        html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second {
            top: 112px;
        }

        html body .qodef-header-navigation > ul > li {
            margin: 0 8px;
        }

        html body #qodef-page-header .qodef-widget-holder {
            margin-left: 15px;
        }

        html body.qodef-header--standard #qodef-page-header-inner {
            padding-left: 30px;
            padding-right: 30px;
        }

        .qodef-header-navigation > ul > li > a,
        .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li a .qodef-menu-item-text,
        html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li > a > .qodef-menu-item-text {
            font-size: 14px !important;
        }

        html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li.special-menu a span {
            font-size: 16px !important;
        }

        html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .menu-item-has-children > ul.sub-menu > li.special-menu ul.sub-menu li a span {
            font-size: 14px !important;
        }

        html body #qodef-page-header .qodef-button.qodef-layout--filled.qodef-html--link {
            padding: 3px 16px;
            font-size: 14px;
        }
    }
}

@media (max-width: 1150px) {
    @media (min-width: 1025px) {
        html body #qodef-page-outer {
            margin-top: -96px;
        }

        html body.qodef-header--standard #qodef-page-header {
            height: 96px;
        }

        html body #qodef-page-header .qodef-header-logo-link {
            height: 80px;
        }

        html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second {
            top: 96px;
        }

        html body #qodef-page-header nav ul li.menu-item.menu-item-has-children.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner.qodef-content-grid {
            padding-right: calc(3% - 10px);
            padding-left: calc(3% - 10px);
        }
    }
}

@media screen and (max-width: 1200px) {
    html body #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item .widget.widget_nav_menu {
        display: none;
    }

    html body #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item h3.qodef-m-title {
        color: var(--color-white);
    }

    html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item {
        width: 40%;
    }

    html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item:first-of-type {
        margin-top: 24px;
    }

    html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item:not(:first-of-type) {
        width: 60%;
    }

    html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:first-child,
    html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:nth-child(2) {
        width: 48%;
    }

    html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:nth-child(3) {
        width: 100%;
    }
}

@media (min-width: 1201px) {
    html body #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item .pmax_cta-bar-title {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .page-id-12288 img.qodef-parallax-img {
        -o-object-position: 50% 35%;
        object-position: 50% 35%;
    }

    .page-id-12369 img.qodef-parallax-img {
        -o-object-position: 50% 35%;
        object-position: 50% 35%;
    }

    #qodef-top-area {
        display: none !important;
    }

    .video-text-inner br {
        display: none;
    }

    .full-height.qodef-video-button .qodef-m-play span {
        position: absolute;
        bottom: 44%;
    }

    .hp-about-image * {
        height: 100%;
    }

    .hp-about-image img {
        -o-object-fit: cover !important;
        object-fit: cover !important;
        height: 100% !important;
        max-width: none;
    }
}

@media screen and (max-width: 1024px) {
    html body.qodef-mobile-header--standard #qodef-page-mobile-header {
        background-color: var(--color-white);
        background-color: var(--color-brand);
    }

    h1 {
        font-size: 42px;
    }

    #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
        max-height: 75px;
        -webkit-filter: grayscale(1) brightness(100);
        filter: grayscale(1) brightness(100);
    }

    html body .pmax_banner .pmax_banner-image-cont {
        aspect-ratio: 21/9;
    }

    .hp-videos.testimonials-page {
        width: 100% !important;
        display: block;
    }

    .elementor-widget-wrap .video-text {
        position: absolute !important;
        top: auto !important;
        bottom: 36px !important;
        left: -10px !important;
        right: auto !important;
    }

    .elementor-widget-wrap .video-text .video-text-inner {
        max-width: 360px;
        margin: 0 !important;
        color: #fff;
        background: #00000099;
        padding: 12px;
        border-radius: 2px;
    }

    .elementor-widget-wrap .video-text p {
        padding-bottom: 0;
        margin: 0 0 !important;
        color: #fff;
        text-align: left;
        font-size: 16px;
    }

    .elementor-widget-wrap .video-text h4 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-weight: 700;
        text-align: left;
        font-size: 20px;
    }

    .full-height img {
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 470px !important;
        -o-object-position: 50% 20%;
        object-position: 50% 20%;
    }

    .full-height.qodef-video-button .qodef-m-play span {
        position: absolute;
        right: 38px !important;
        bottom: 38px !important;
    }

    .full-height.qodef-video-button .qodef-m-play span:before,
    html body .yt--popper.elementor-widget-image a:before,
    html body .yt--popper.elementor-widget-image a:after,
    html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:before,
    html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:after {
        width: 68px !important;
        height: 68px !important;
    }

    .full-height.qodef-video-button .qodef-svg--play {
        padding-left: 4px;
    }

    .qodef-mobile-header-navigation > ul:not(.qodef-content-grid) {
        padding-left: 4%;
        padding-right: 4%;
    }

    .qodef-mobile-header-navigation > ul > li > a {
        font-size: 21px;
    }

    .qodef-mobile-header-navigation ul li .qodef-menu-item-arrow {
        height: 14px;
    }

    .qodef-mobile-header-navigation ul li ul li > a {
        font-size: 16px;
    }

    #qodef-top-area-inner {
        padding-top: 20px;
        background: #1a1a1a;
        padding-bottom: 20px;
        text-align: center;
        height: 50px;
    }

    #qodef-top-area .qodef-widget-holder.qodef--right {
        margin-left: auto;
        margin-right: auto;
    }

    #qodef-page-mobile-header {
        height: 100px !important;
    }

    #qodef-page-mobile-header .qodef-mobile-header-logo-link {
        height: 70px !important;
    }

    #qodef-page-mobile-header-inner {
        padding: 0 3% !important;
        border-bottom: transparent;
    }

    .video-container.video-background {
        aspect-ratio: 16 / 10;
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-top: 66px;
        height: auto;
        min-height: 500px;
    }

    .video-container.video-background .video-text {
        max-width: 90vw;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        top: auto;
        bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .video-container.video-background .video-text .video-text-inner {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item ul,
    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item ul * {
        display: block;
        margin-bottom: 0 !important;
    }

    .qodef-testimonials-list.qodef-item-layout--info-below h2 {
        font-size: 28px;
    }

    html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner.qodef-content-full-width,
    html body footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner.qodef-content-full-width,
    html body footer #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner.qodef-content-full-width {
        padding-right: 5.7%;
        padding-left: 5.7%;
    }

    html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item,
    html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item:not(:first-of-type) {
        width: 50%;
    }

    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(1),
    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(2),
    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(3) {
        -ms-grid-row: 1;
        grid-row: 1/1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
    }

    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(3) {
        -ms-grid-column: 3;
        grid-column: 3/3;
    }

    html body #qodef-page-outer .mobile-phone {
        display: block;
        z-index: 999;
        position: absolute;
        top: -4px;
        right: 120px;
    }

    html body #qodef-page-outer .mobile-phone a.qodef-button {
        background-color: #fff !important;
        border: transparent;
        color: var(--color-brand) !important;
    }

    html body:not(.home) #qodef-page-outer .mobile-phone {
        top: -74px;
    }

    html body #qodef-page-wrapper header#qodef-page-mobile-header nav.qodef-mobile-header-navigation {
        background-color: rgba(var(--color-white-rgba), 95%);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        border: transparent;
    }

    html body #qodef-page-wrapper header#qodef-page-mobile-header nav.qodef-mobile-header-navigation * {
        color: var(--color-black);
    }

    html body #qodef-page-wrapper header#qodef-page-mobile-header nav.qodef-mobile-header-navigation ul {
        margin: 0;
    }

    html body #qodef-page-wrapper header#qodef-page-mobile-header nav.qodef-mobile-header-navigation .qodef-drop-down-second ul.sub-menu {
        margin-top: .5em;
        margin-left: .5em;
    }

    html body .pmax_service-page_content-section > .elementor-container,
    html body .pmax_team-page_content-section > .elementor-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    html body footer#qodef-page-footer {
        border-top: 2px solid var(--color-brand);
    }

    #qodef-page-footer .qodef-alignment--left .widget img {
        width: 275px;
        max-width: 100%;
    }

    html body .qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line {
        background-color: var(--color-black);
        background-color: #fff;
    }

    html body #qodef-page-content .wtp_bkgd-atch {
        background-attachment: fixed;
        background-position: 1% 40%;
    }

    html body #qodef-page-content .wtp_reverse-mobile > .elementor-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    html body #qodef-page-content .wtp_anchor {
        top: 0;
    }

    html body #qodef-page-content .wtp_service-parent > .elementor-widget-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    @media (min-width: 830px) {
        html body .pmax_service-page_content-section .pmax_service-right .elementor-element.elementor-widget.elementor-widget-leroux_core_button {
            width: 33%;
            max-width: 33%;
        }
    }
}

@media screen and (max-width: 980px) {
    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 2px;
    }

    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item {
        text-align: center !important;
    }

    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(1),
    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(2),
    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(3) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
    }

    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(2) {
        -ms-grid-row: 2;
        grid-row: 2;
        position: relative;
        top: 1px;
    }

    #qodef-page-footer-copyright-area #qodef-page-footer-copyright-area-inner .qodef-grid.qodef-col-num--4 > .qodef-grid-inner .qodef-grid-item:nth-child(3) {
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media (max-width: 885px) {
    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:first-child,
    html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:nth-child(2) {
        width: 100%;
    }

    html body footer#qodef-page-footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:not(:first-child) .widget .map iframe {
        aspect-ratio: 16 / 9;
    }
}

@media screen and (max-width: 680px) {
    #qodef-content-bottom {
        display: block;
    }

    #qodef-content-bottom .qodef-button.qodef-size--large {
        padding: 10px 28px 11px;
    }

    .widget_leroux_core_social_icons_group {
        margin-top: 20px !important;
    }

    .hp-videos .qodef-video-button .qodef-m-play span {
        position: absolute;
        right: 38px !important;
        bottom: 38px !important;
    }

    .hp-videos .qodef-video-button .qodef-m-play span:before,
    html body .yt--popper.elementor-widget-image a:before,
    html body .yt--popper.elementor-widget-image a:after,
    html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:before,
    html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:after {
        width: 68px !important;
        height: 68px !important;
    }

    .hp-videos .qodef-video-button .qodef-svg--play {
        padding-left: 4px;
    }

    .lp-title p {
        font-size: 24px;
    }

    .lp-text-full.list .patient-forms-btns .qodef-button.qodef-html--link {
        font-size: 20px;
    }

    .patient-forms-btns .qodef-button.qodef-layout--textual .qodef-m-text {
        max-width: 260px;
        line-height: 120%;
        vertical-align: bottom;
        margin-bottom: 12px;
    }

    #qodef-content-bottom #qodef-content-bottom-inner .qodef-grid-inner .qodef-grid-item:first-child {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 768px) {
    h1.entry-title,
    h1 {
        font-size: 36px;
    }

    .single-post h1.entry-title {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    .single-post #qodef-page-inner {
        padding-left: 7%;
        padding-right: 7%;
    }

    .single-post .qodef-page-title .qodef-m-title {
        padding-left: 7%;
        padding-right: 7%;
    }

    .video-container.video-background .video-text .video-text-inner h2 {
        display: none;
    }

    .hero-buttons a:first-child {
        margin-bottom: 12px;
        margin-right: 8px;
    }

    .hero-buttons a {
        padding: 6px 12px 6px 12px;
        margin-bottom: 12px;
        font-size: 15px;
    }

    html body #qodef-page-outer .mobile-phone a {
        padding: 6px 12px;
        font-size: 15px;
    }

    html body .pmax_banner .pmax_banner-image-cont {
        aspect-ratio: 16/9;
    }

    .hp-slider .swiper-slide img {
        min-height: 360px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 35%;
    }

    .qodef-qi-swiper-container .swiper-button-prev {
        left: 10px !important;
    }

    .qodef-qi-swiper-container .swiper-button-next {
        right: 10px !important;
    }

    .centered-banner .qodef-section-title .qodef-m-title {
        font-weight: 700;
        font-size: 36px;
    }

    .lp-accordion .qodef-tab-title {
        font-size: 22px;
        line-height: 132%;
    }

    .video-container.video-background {
        aspect-ratio: 16 / 10;
        height: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-top: 60px;
    }

    .video-container.video-background .video-text .video-text-inner {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        top: 0;
    }

    .video-container.video-background .video-text {
        bottom: calc(5vw - 12px);
    }

    h1.qodef-m-title {
        font-size: 36px;
    }

    html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid-inner,
    html body footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item,
    html body footer #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-grid-inner .qodef-grid-item:not(:first-of-type),
    html body footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item,
    html body footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:not(:first-of-type) {
        width: 100%;
    }

    #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid .qodef-grid-item:nth-child(2) {
        padding-bottom: 0;
    }

    html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a.yt--popper span {
        font-size: 1em;
        padding: 9px 20px 11px 20px;
    }

    html body .yt--popper.elementor-widget-image a:after,
    html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:after,
    html body .yt--popper.elementor-widget-image a:before,
    html body .pmax_banner .pmax_banner-image-cont .elementor-element.elementor-widget-shortcode a:before {
        bottom: 20px;
        right: 20px;
    }

    html body.single .wtp-references .e-con-inner h2, html body.single .wtp-references .e-con-inner h2:last-of-type {
        font-size: 24px;
    }

    @media (max-aspect-ratio: 1/1) {
        html body .video-container.video-background {
            min-height: 350px;
        }
    }
}

@media (max-width: 699px) {
    html body footer #qodef-page-footer-copyright-area .qodef-content-full-width .qodef-grid-inner .qodef-grid-item,
    html body footer #qodef-page-footer-copyright-area .qodef-content-full-width .qodef-grid-inner .qodef-grid-item:nth-child(2) {
        text-align: left;
    }

    html body footer #qodef-page-footer-copyright-area .qodef-content-full-width .qodef-grid-inner {
        --qode-columns: 1;
    }

    html body footer #qodef-page-footer-copyright-area .qodef-content-full-width .qodef-grid-inner .qodef-grid-item:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    html body footer #qodef-page-footer-copyright-area .qodef-content-full-width .qodef-grid-inner .qodef-grid-item:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 576px) {
    #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
        max-height: 70px;
    }

    .video-container.video-background {
        aspect-ratio: 16 / 10;
        height: 300px;
        overflow: hidden;
        position: relative;
        width: 100%;
        margin-top: 66px;
    }
}

@media screen and (max-width: 539px) {
    html body #qodef-page-outer .mobile-phone {
        top: -1px;
        right: 95px;
    }

    html body:not(.home) #qodef-page-outer .mobile-phone {
        top: -71px;
    }

    html body #qodef-page-outer .mobile-phone a {
        padding: 0;
        border: transparent !important;
        background-color: transparent !important;
    }

    html body #qodef-page-outer .mobile-phone a.qodef-button {
        color: var(--color-black) !important;
        color: #fff !important;
        background-color: var(--color-brand) !important;
    }

    html body .video-container.video-background .video-text {
        bottom: 5vw;
    }

    .video-container.video-background .video-text .video-text-inner h1 {
        text-align: center;
    }

    .video-container.video-background .video-text .video-text-inner .hero-buttons {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: .5em;
    }

    .video-container.video-background .video-text .video-text-inner .hero-buttons a {
        /*margin: 0;*/
        text-align: center;
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 469px) {
    html body #qodef-page-mobile-header .qodef-opener-icon {
        top: 18px;
    }

    html body #qodef-page-outer .mobile-phone {
        top: -20px;
        right: 3%;
    }

    html body:not(.home) #qodef-page-outer .mobile-phone {
        top: -87.5px;
    }
}

@media screen and (max-width: 374px) {
    #qodef-page-mobile-header .qodef-mobile-header-logo-link {
        max-width: 55vw;
    }

    html body #qodef-page-outer .mobile-phone a {
        font-size: 4vw;
    }

    .hero-buttons a {
        font-size: 13px;
    }
}

@media (max-width: 339px) {
    .video-container.video-background .video-text .video-text-inner .hero-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .5em;
    }
}

@media only screen and (min-width: 1441px) {
    #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-predefined > .qodef-grid-inner {
        -ms-grid-columns: 5fr 8fr;
        grid-template-columns: 5fr 8fr;
    }

    html body footer #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-grid-inner .qodef-grid-item:first-of-type p {
        max-width: 700px;
    }
}

@media only screen and (min-width: 1025px) {
    #qodef-page-footer-copyright-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    ul.pmax_two-col,
    ol.pmax_two-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    html body #qodef-page-wrapper .qodef-sticky-column {
        top: 70px;
    }

    @container team-bios (max-width: 649px) {
        html body .pmax_team-bios .e-con.e-flex .e-con-inner {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        html body .pmax_team-bios .e-con.e-flex .e-con-inner > .elementor-element {
            width: 100%;
        }
    }
}


/*------------------------
*      5. Keyframes      *
-------------------------*/
/* Fade In */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Zoom In */
@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}