/*
Theme Name: Parallax - Schema
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
* {
    box-sizing: border-box;
}

@font-face {
    font-family: ProximaNova-Regular;
    src: url("fonts/ProximaNova-Regular.ttf");
}

@font-face {
    font-family: Akkordeon-Four;
    src: url("assets/Akkordeon-Four.ttf");
}

h1,
h2,
h3 {
}

.container {
    width: 100%;
    padding: 0px 15px;
    max-width: 1200px !important;
}
footer#site-footer {
    margin: 0px;
    padding: 20px 0px;
}
footer#site-footer span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
footer#site-footer * {
    color: #fff !important;
    text-transform: uppercase;
}

section.footer-form {
    padding: 0px;
    background: transparent;
}

.contact-half {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
}

section.footer-form h3 {
    font-size: 35px;
    text-align: center;
}

footer#site-footer {
    border-top: 12px solid var(--aColor);
}

footer#site-footer img {
    border-radius: 8px;
    margin-bottom: 13px;
    max-width: 150px;
    margin: 0px;
}

footer#site-footer * {
    text-transform: none;
}

footer .social-icons {
    margin-top: 10px;
    font-size: 27px;
}

section.footer-form .dm-flex {
    align-items: inherit;
}

section.footer-form iframe {
    height: 100% !important;
    display: block;
}

section.footer-form .dm-half {
    padding: 0px;
}

section.footer-form .dm-half:nth-child(1) {
    padding: 100px 0px;
}

/* 1e73be */
footer#site-footer p {
    margin: 0px;
}

footer#site-footer a {
    padding: 2px 3px 3px;
    position: relative;
}

footer#site-footer a:hover:after {
    height: 100%;
}
.footer-icons p {
    margin-bottom: 10px !important;
}
.footer-icons p:last-of-type {
    margin: 0px !important;
}

section.section-half.testimonial-section .container {
    max-width: 1000px !important;
}

section.section-half > img {
    position: absolute;
    width: auto;
    left: 0px;
    right: 0px;
    max-height: 170px;
}

section.section-half {
    padding: 150px 0px;
}

section.section-half img.dot-style {
    position: absolute;
    width: auto !important;
    max-height: 150px;
    transform: translateY(75px);
    left: 5%;
    filter: hue-rotate(45deg);
}

section.parallax-bg.meet-doctor h2 {
    line-height: 1;
    margin-bottom: 30px;
}

section.parallax-bg.meet-doctor p {
    font-size: 16px;
}

section.footer-form .page-title {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.color-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--pColor);
}

.title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
li#field_4_2 {
    margin-left: -1px !important;
}
input#input_4_3 {
    width: calc(100% + 1px) !important;
}
.title-block h3 {
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
    line-height: 1;
}

.title-block span {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 1.35em;
    font-style: italic;
    font-weight: 400;
}

.footer-form {
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: #f7f6f5;
}

section.footer-form #field_2_1,
section.footer-form #field_2_2 {
    width: 50%;
}

section.footer-form li {
    width: 100%;
}

section.footer-form #field_2_2 {
    border-left: 0px !important;
}
section.footer-form > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.footer-form p {
    max-width: 550px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    margin-bottom: 0px;
}

section.footer-form label {
    display: none !important;
}

section.footer-form li input,
section.footer-form li textarea {
    position: relative;
    min-height: 46px;
    margin-top: -1px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    width: 100% !important;
    padding: 0px 10px !important;
}

section.footer-form li {
    margin: 0px !important;
    padding: 0px !important;
}

.footer-form-wrapper {
    width: 100%;
    max-width: 760px;
    margin-bottom: 0px;
    padding-top: 30px;
}

.footer-form li#field_4_1 {
    width: 100% !important;
}

.footer-form-wrapper li {
    width: 50%;
}

.footer-form-wrapper ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-form li#field_4_3 {
    margin-left: -1px !important;
}

.newCon:before,
.video_holder:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #000;
    opacity: 0.6;
}

html .video-wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
}

.video-wrapper video {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

body .footer-form .gform_wrapper .top_label div.ginput_container {
    margin: 0px !important;
}

.footer-form li#field_4_4 {
    width: 100%;
}

li#field_4_6 {
    width: 100% !important;
}

li#field_4_5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

a.btn {
    position: relative;
    overflow: hidden;
    margin: 5px;
    padding: 2px 9px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent !important;
    overflow: hidden;
    font-weight: 400 !important;
}

a.btn span {
    position: relative;
    z-index: 1;
}
a.btn:hover span {
    /* color: #fff; */
}
.gform_footer > input {
    position: relative;
    overflow: hidden;
    margin: 5px;
    padding: 2px 10px;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent !important;
    overflow: hidden;
    width: 100% !important;
    max-width: 200px !important;
    display: block !important;
    margin: 0px auto !important;
}

.footer-form .gform_footer.top_label {
    margin: 0px;
}
/* html a.btn {
    background-color: transparent !important;
} */
/* Block */
section.section-half .dm-half {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.section-half p {
}

section.section-half h2 {
}

section.section-half h3 {
    font-size: 25px;
    font-style: italic;
    line-height: 36px;
}

.block-color {
    position: absolute;
    left: 0px;
    top: 250px;
    right: 0px;
    bottom: 0px;
    background-color: var(--aColor);
    display: none;
}
section.section-half .dm-flex {
    align-items: inherit;
}
.testi-wra button {
    border: 1px solid #000 !important;
}

.testi-wra li:before {
    opacity: 0;
}

ul.slick-dots {
    position: relative;
    bottom: 0px;
    max-width: 400px;
    margin: 0px auto;
    text-align: left;
}
.dark-block {
    background-color: #343c42;
}
ul.slick-dots li {
    margin-right: 37px;
}
section.section-half img {
    position: relative;
    z-index: 1;
}
.dm-half > .testi-wra {
    width: 100%;
}
/* Parallax */
section.parallax-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.testimonial_item div {
    max-width: 660px;
    margin: 0px auto;
}

section.section-half.testimonial-section img {
    filter: brightness(0) invert(1);
    max-height: 190px;
    width: 250px;
    padding-top: 20px;
}

section.section-half.testimonial-section {
    padding: 100px 0px;
    background: var(--aColor);
}

.testimonial_section {
    max-width: 800px;
    margin: 0px auto;
    margin-right: 0px;
}

section.section-half.testimonial-section h2 {
    color: #fff;
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 50px;
}

section.section-half.testimonial-section * {
    color: #fff;
}

section.section-half.testimonial-section h3 {
    font-style: normal;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 35px;
}

.testi-wra h2 {
    margin: 0px auto 20px;
}
.parallax-wrapper {
    max-width: 410px;
    margin-bottom: 100px;
    text-align: left;
    margin: 0px auto;
}

section.parallax-bg:before {
    height: 100%;
    width: 100%;
    background: var(--pColor);
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.7;
}
.mlafs {
    position: relative;
    transform: translateX(1%);
    margin-right: 0px;
}
section.parallax-bg * {
    color: #fff !important;
}

section.parallax-bg a {
    border-color: #fff !important;
}
section.parallax-bg.no-prot:before {
    opacity: 0;
}

section.parallax-bg.no-prot * {
    color: #000 !important;
}

section.parallax-bg.no-prot a {
    border-color: #000 !important;
}

.parallax-wrapper.left-side {
    margin: 0px auto;
    max-width: 650px;
}
.hide-d {
    display: none;
}
.primary-slider {
    float: none !important;
}
.block-color.mauve {
    background: var(--pColor);
}

section.section-half .dm-half:nth-child(1) {
    position: relative;
    width: 50%;
}

.home a.btn:before {
    width: 0px;
    background: var(--aColor);
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home a.btn:hover:before {
    width: 100%;
}
section.section-half img {
    transform-style: preserve-3d;
    will-change: transform;
}
section.parallax-bg.meet-doctor:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgb(255 255 255 / 0%) 100%);
    opacity: 1;
}

.containerclear {
    padding: 75px;
    margin: 0px auto;
    margin-left: 0px;
}
.newCon {
    height: 85vh;
    position: relative;
    background-position: 50% 50%;
}

.acaption {
	position: absolute;
	max-width: 100%;
	width: 1200px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	bottom: 25%;
	z-index: 1;
	text-align: right;
}

.slide-content span {
    display: inline-block;
    margin-top: 30px;
    background-color: #fffc;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    background: transparent;
    margin: 0px;
    color: var(--pColor);
    text-shadow: 0px 0px 0px;
}
div#page {
    padding: 0px !important;
}

.above-slider {
    background-color: var(--sColor);
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}

.above-slider a {
    color: inherit;
    font-weight: bold;
}
div#header {
    background: transparent;
}

#header .dm-third:nth-child(1) p:last-child {
    margin: 0px;
}

#header h1,
#header h2 {
    display: block;
}

#header .dm-third:nth-child(1) p {
    margin: 0px 0px 6px;
    text-align: left;
}

header .dm-third a {
    color: #fff;
    line-height: 1;
    display: inline-block;
}

#header .dm-third:nth-child(1) p:nth-child(2) {
    font-weight: bold;
    font-size: 25px;
    line-height: 26px;
}

html .wda_video_style .buttonToAuto {
    z-index: 10;
    bottom: 0px;
    left: 0px;
    text-align: left;
    padding: 0px;
    padding: 0px 10px;
}

html .wda_video_style .buttonToAuto a {
    margin: 0px;
    background: var(--pColor) !important;
    color: #fff !important;
    border: 0px !important;
    font-size: 18px;
    display: inline-block;
}

header#site-header {
    background: transparent;
}

.main-header .container {
    background: transparent;
}

div#header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px;
    box-sizing: border-box;
}

#header .logo-wrap * {
    color: inherit;
}

#header .logo-wrap {
    color: #fff;
    text-align: center;
    float: none;
    margin: 0px auto;
    padding: 0px !important;
}

#logo {
    float: none !important;
}

#header .dm-third:nth-child(3) a {
    display: block;
    text-align: center;
    color: #fff;
    border-color: #fff;
}

#header .dm-third:nth-child(3) a.btn:before {
    background: #343c42;
}
#header .dm-third:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrap {
    position: fixed;
    height: calc(100vh - 106px);
    background: #000;
    left: 0px;
    width: 100%;
    top: 106px;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    padding: 50px 50px 50px 125px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    opacity: 0;
    align-items: flex-start;
    background-color: rgba(52, 60, 66, 0.9);
    display: flex;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.menu-wrap.active-side-menu {
    opacity: 1;
    transform: translate3d(-0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
a#move-to-top {
    width: 40px;
    height: 42px;
    line-height: 20px;
}
.menu-wrap .icon-list > ul > li > .main-toggler > a,
.menu-wrap .icon-list > ul > li > a {
    position: relative;
    overflow: hidden;
    margin: 5px;
    padding: 2px 10px;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-style: none none none solid;
    border-left-width: 5px;
    border-left-color: var(--aColor);
    font-size: 3.5vh;
    line-height: 1em;
    font-weight: 900;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    max-width: 100%;
    display: inline-block;
    color: #fff;
}

.menu-wrap li {
    list-style: none;
}

.menu-wrap .icon-list > ul > li > a {
    margin-bottom: -9px;
}

.menu-wrap .icon-list > ul > li > .main-toggler > a:before,
.menu-wrap .icon-list > ul > li > a:before {
    width: 0px;
    left: 0px;
    background: var(--aColor);
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    z-index: -1;
}
.menu-wrap .icon-list > ul > li > .main-toggler > a:hover:before,
.menu-wrap .icon-list > ul > li > a:hover:before {
    width: 100%;
}

a.button.menu-btn.w-inline-block {
    position: relative;
    overflow: hidden;
    margin: 5px;
    padding: 2px 10px;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    width: 96px;
    height: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    margin: 0px auto;
    margin-right: 0px;
}

.button-text.label-close {
    position: absolute;
    left: -100%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    transform-style: preserve-3d;
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.button-text.label-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
a.button.menu-btn.w-inline-block.active-menu .button-text.label-menu,
a.button.menu-btn.w-inline-block.active-menu .button-text.label-close {
    transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.button-line.dark {
    position: absolute;
    left: 0px;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    width: 0px;
    top: 0px;
}

a.button.menu-btn.w-inline-block:hover .button-line.dark {
    width: 100%;
}
#header .dm-third:nth-child(1) {
    text-align: center;
}

div#header {
    float: none !important;
}

.head-wrapper {
    position: fixed;
    width: 100%;
    top: 0px;
    background: inherit;
}

.containerclear {
    position: relative;
    z-index: 1;
    padding: 150px 125px;
}

header#site-header {
    height: 135px;
    top: 0px;
    left: 0px;
    position: absolute;
}

.slide-content {
    padding: 50px 75px;
    box-sizing: border-box;
}

.slide-content a.btn {
    border-color: #fff;
    color: #fff;
}

.slide-content a.btn:before {
    background: var(--aColor);
}

.slide-content a.btn strong {
    display: block;
    position: relative;
}

.footer-form-wrapper #field_2_2 input {
    border-left: 0px;
}

.slide-content p {
    margin: 0px;
}

html #page.homepage {
    padding: 0px !important;
}

.hide-d {
    display: none !important;
}

header#site-header.active-menu-side {
    background: var(--pColor);
}

.main-container.non-home p a {
    color: #000;
}

.main-container.non-home #header .dm-third:nth-child(3) a {
    border-color: #000;
    color: #999;
}

.non-home .classic-menu div#header .dm-third a,
.main-container.non-home .classic-menu #header .dm-third:nth-child(3) a {
    color: #fff;
}

section.section-half.half-section {
    padding: 0px;
}

@media (max-width: 1200px) {
    #header .dm-third:nth-child(3) a.btn {
        font-size: 15px;
    }
    div#header .dm-third:nth-child(1),
    div#header .dm-third:nth-child(3) {
        width: 25%;
    }

    div#header .dm-third:nth-child(2) {
        width: 50%;
    }
    .mlafs {
        transform: translateX(-10%);
    }
}
@media (max-width: 991px) {
    section.section-half.half-section {
        padding: 50px 0px;
    }

    .icon-list ul {
        padding-left: 0px;
    }

    #header .dm-third {
        width: auto !important;
    }

    div#header .container {
        justify-content: space-between;
    }
    #logo a {
        font-size: 26px !important;
        line-height: 1;
        display: block;
    }
    .slide-content {
        padding: 0px 20px;
        box-sizing: border-box;
        font-size: 14px;
        text-align: left;
    }

    #header .dm-third:nth-child(3) a.btn {
        font-size: 15px;
    }

    section.section-half .dm-half {
        padding: 40px;
    }

    section.section-half .dm-half:nth-child(1) {
        padding: 20px 20px 40px 70px;
    }

    section.section-half .dm-half:nth-child(1) img {
        top: -14px;
    }
    section.section-half h2 {
        font-size: 36px;
    }
}
@media (max-width: 801px) {
    .video-wrapper {
        height: 350px;
        height: 400px !important;
    }
    a.button.menu-btn.w-inline-block {
        font-size: 20px;
    }
    .social-from-side {
        display: none;
    }
    section.parallax-bg {
        background-position: 50% 50% !important;
    }

    section.parallax-bg.no-prot:before {
        opacity: 0.4;
    }

    section.parallax-bg.no-prot * {
        color: #fff !important;
    }

    section.parallax-bg.no-prot a {
        border-color: #fff !important;
    }
    section.section-half .dm-half {
        padding: 15px !important;
    }

    section.section-half img {
        transform: none !important;
        top: 0px !important;
    }
    .containerclear {
        width: 100%;
        left: 0px;
        text-align: center;
        padding: 70px 20px;
    }

    .parallax-wrapper.left-side {
        margin: 0px auto;
        text-align: center;
        max-width: 100%;
    }
    footer#site-footer {
        padding: 50px 20px;
    }

    footer#site-footer .dm-third {
        width: 100%;
        margin-bottom: 30px;
    }
    .slide-content span {
        width: 100%;
        max-width: 100%;
        display: block;
        letter-spacing: 0px;
    }

    .acaption {
        width: 100%;
        left: 0px;
    }
    #header .dm-third a.hide-d {
        font-size: 59px;
        line-height: normal;
    }
    #header .dm-third:last-of-type a {
        /* display: none; */
    }
    #header .dm-third a.hide-d {
        display: block !important;
    }
    div#header .dm-third:nth-child(1),
    div#header .dm-third:nth-child(3) {
        width: 25% !important;
    }
    div#header .dm-third:nth-child(2) {
        width: 50% !important;
    }
    #logo a {
        font-size: 23px !important;
    }
    #header .dm-third:nth-child(3) {
        justify-content: flex-end;
    }
    #logo img {
        max-height: 130px;
    }
    header#site-header {
        height: 115px;
    }
    .newCon {
        height: 550px;
    }
    #header .dm-third:nth-child(1) {
        text-align: left;
    }
    section.section-half h3 {
        text-align: center;
    }
    section.section-half .dm-half {
        width: 100% !important;
        text-align: center;
    }

    section.section-half .dm-half img {
        width: 400px;
        margin: 0px auto;
        max-width: 100%;
    }
    section.parallax-bg.no-prot {
        padding: 50px 0px;
    }

    .testi-wra h2 {
        max-width: 100%;
    }

    .testimonial_item div {
        max-width: 100%;
    }

    ul.slick-dots {
        max-width: 100%;
        text-align: center;
    }
    section.parallax-bg:before {
        opacity: 0.6 !important;
        background: #000 !important;
    }

    section.parallax-bg {
        padding: 50px 0px !important;
    }

    .parallax-wrapper {
        max-width: 100%;
        text-align: center;
        transform: none !important;
    }
    section.parallax-bg.meet-doctor {
        padding: 0px;
    }
    .slide-content h2 {
        font-size: 35px !important;
        text-align: left;
    }

    .slide-content span {
        font-size: 60px;
        text-align: left;
        color: #fff;
        letter-spacing: 3px;
    }

    .menu-wrap .icon-list > ul > li > .main-toggler > a,
    .menu-wrap .icon-list > ul > li > a {
        font-size: 3vh;
    }

    html nav.menu {
        padding-left: 0px;
    }
}
@media (max-width: 620px) {
    .button-text.label-close,
    .button-text.label-menu {
        font-size: 10px;
    }
    #header .dm-third:nth-child(3) {
        /* display: none; */
    }
    #header .logo-wrap #logo {
        text-align: right;
    }
    div#header .dm-third:nth-child(2),
    html div#header .dm-third {
        width: auto !important;
    }
    section.parallax-bg.meet-doctor .containerclear {
        padding: 75px 20px;
    }
    .menu-wrap {
        padding: 20px 15px;
    }
    section.section-half h2 {
        font-size: 30px;
    }
}
@media (max-width: 500px) {
    html h2 {
        font-size: 30px;
    }
    #logo a {
        font-size: 20px !important;
    }
    a.button.menu-btn.w-inline-block {
        width: 79px;
    }

    #header .dm-third:nth-child(1) {
        padding: 0px;
    }
    .newCon {
        height: 400px;
    }
}
.sticks {
    padding: 4px 5px;
}
@media (min-width: 881px) {
    section.section-half img {
        width: 100%;
        max-width: 1000px;
        height: 100% !important;
        object-fit: cover;
        border-radius: 4px;
    }
}
.head-wrapper.move-up-me {
    top: -100%;
}

.head-wrapper {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.noscroll {
    overflow: hidden;
}
.footer-form-wrapper li#field_2_5 {
    display: none;
}
.social-from-side {
    position: fixed;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
}

.social-from-side a {
    background: var(--sColor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 34%);
    margin-bottom: 10px;
    color: #fff;
    font-size: 23px;
}

.social-from-side a:hover {
    color: #fff !important;
}
.sticks:nth-child(1) {
    background: var(--pColor);
    border: 0px;
}

a.sticks {
    border: 0px;
}
/* Sub-menu  */
.sub-menu li > a {
    border: 0px;
}
.icon-list ul {
    background: transparent !important;
    padding: 11px 0px;
    padding-left: 17px;
    margin: 0px;
}
.menu-item-has-children > a:after {
    display: none !important;
}

.icon-list > ul > li {
    position: relative;
}

span.expand-me {
    font-size: 27px;
    line-height: 41px;
    padding-left: 12px;
    position: relative;
    top: -2px;
}
.expand-me i.fa-minus:before {
    content: "\f068" !important;
}

span.main-toggler {
    display: flex;
    align-items: center;
    color: #fff;
}

span.expand-me {
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    left: 0px;
    top: 0px;
}
.icon-list ul.sub-menu {
    width: 500px;
}
span.main-toggler {
    display: flex;
    align-items: center;
    color: #fff;
}

span.expand-me {
    padding: 0px;
    display: inline-block;
    left: 0px;
    top: 0px;
}
.icon-list ul.sub-menu {
    width: 500px;
}
nav.menu {
    width: 100%;
    display: block;
    overflow-y: scroll;
    padding: 0px 30px;
    box-sizing: border-box;
    max-height: 90vh;
    height: 600px;
}

a#move-to-top.filling + .main-container #site-header {
    background: var(--pColor);
}

#header .logo-wrap {
    float: none !important;
    display: block !important;
    overflow: visible;
}

.slide-content h2 {
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 42%);
    max-width: 600px;
    margin: 0px auto 20px;
    margin-right: 0px;
}

nav.menu::-webkit-scrollbar {
    width: 2px;
}

nav.menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgb(255 255 255);
}

nav.menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

ul.sub-menu li {
    background-color: #253846 !important;
    padding: 2px 10px;
}

section.parallax-bg.center-mode {
    padding: 150px 125px;
}

.parallax-wrapper.left-side h2 {
}

section.parallax-bg.meet-doctor .left-side {
    max-width: 450px;
}

section.section-half.half-section .dm-half:nth-child(1) {
    padding: 0px;
}

section.section-half.half-section .dm-half:nth-child(2) {
    padding: 0px 5%;
}

ul.sub-menu a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

div#header .dm-rate-us {
    width: 100%;
}

div#header .dm-rate-us span {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
}

div#header .dm-rate-us a,
div#header .dm-rate-us a:visited {
    color: #fff !important;
}

img.arrow-down-sub {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    z-index: 1;
    text-align: center;
    margin: 0px auto;
    max-height: 115px;
}

@media (max-width: 801px) {
    div#header .dm-third:nth-child(1) {
        display: none;
    }

    div#header .dm-third:nth-child(3) {
        width: 50%;
    }

    section.section-half {
        padding: 50px 0px;
    }

    img.dot-style {
        opacity: 0;
    }

    .testi-wra {
        text-align: center;
    }

    section.footer-form .dm-half:nth-child(1) {
        padding: 50px 20px;
    }

    img.arrow-down-sub {
        max-height: 65px;
    }
}

/* Random */
#logo img {
    float: none;
    border-radius: 4px;
    max-width: 175px;
}
#logo a {
    font-size: 28px !important;
    text-align: center !important;
}
@media screen and (min-width: 881px) {
    #logo a {
        display: flex;
        flex-flow: column;
        align-items: center;
        max-width: max-content;
    }
}
@media screen and (max-width: 881px) {
    html .meetd {
        height: 209px !important;
        weight: 100% !important;
    }
    .meetd {
        max-width: 203px !important;
    }
    #logo a {
        color: #0a0a0a !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        margin-bottom: 10px;
    }
}
#post-148 > div > div > div:nth-child(2) > div > div {
    align-items: normal !important;
}

/* New Services */
section.dental-services {
    display: flex;
}

.dental-wrapper {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    letter-spacing: 0px;
    clip-path: polygon(0% 0%, 100% 0, 75% 100%, 0% 100%);
    margin-right: -7%;
    position: relative;
    z-index: 1;
    background: #fff;
}

section#services {
    width: 82%;
}

section#services h2 {
    display: none;
}

.dental-wrapper h2 {
    font-size: inherit;
}

html .slideimg .over {
    text-align: center;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

section#services {
    width: 100%;
}

.special-wrap {
    width: 82%;
    padding: 1px 0px;
}

html .slideimg {
    border: 1px solid #fff;
}

/* Classic Menu */
.classic-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.classic-menu div#header .dm-third:nth-child(2),
div#header .dm-third:nth-child(4) {
    width: 33.33%;
}

.classic-menu div#header .dm-third:nth-child(3) {
    width: 33.33%;
}

.header-guide {
    position: absolute;
    inset: 0 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row;
    color: white;
    align-items: center;
    box-sizing: border-box;
    gap: 1rem;
    text-align: center;
}
.header-guide img {
    width: 125px;
}
@media screen and (max-width: 991px) {
    .header-guide {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .classic-menu div#header .dm-third:nth-child(3) {
        position: relative;
        min-height: 170px;
    }
}
.classic-menu ul#menu-main-menu {
    text-align: center;
}

.classic-menu ul#menu-main-menu > li {
    float: none;
    display: inline-block;
}

.classic-menu div#header .dm-third a {
    color: #fff;
}
.classic-menu .social-icons a {
    display: inline-block;
    background: var(--aColor);
    color: #111;
    padding: 5px;
    text-align: center;
    width: 30px;
    line-height: 30px;
    padding: 0px;
    margin: 0px 5px;
}

.classic-menu div#header .dm-third p {
    margin: 0px;
}
.classic-menu .social-icons {
    margin-bottom: 10px;
    text-align: right;
}

.classic-menu div#header .dm-third:nth-child(4) {
    text-align: right;
}

.classic-menu div#header p a {
    font-size: 20px;
    letter-spacing: 1px;
}

.classic-menu #header .logo-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.classic-menu #header.header-scroll .logo-wrap {
    padding: 10px 0px;
}

.classic-menu .social-icons.pull-right {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 110px;
}

.classic-menu .header-scroll .social-icons {
    /* max-height: 0px;
    overflow: hidden;*/
    margin: 0px;
    margin-bottom: 10px;
}
.classic-menu div#header .dm-third p a {
    font-size: 23px;
}

.classic-menu .dm-third p.phoned + p a {
    font-size: 17px;
    line-height: 1.4;
    display: block;
}

.classic-menu .dm-third.flex-left div.social-icons a {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.classic-menu #header .dm-rate-us span {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
}

.classic-menu #header .dm-rate-us {
    margin: 0px;
}

.classic-menu .container-wide {
    max-width: 1400px;
    padding: 10px 15px;
    margin: 0px auto;
}

.classic-menu ul#menu-main-menu li a {
    padding: 10px;
    text-transform: none;
}

.classic-menu ul#menu-main-menu li .expand-me {
    display: none;
}

.classic-menu ul#menu-main-menu li a {
    text-align: left !important;
}

.classic-menu ul#menu-main-menu li .sub-menu a {
    color: #fff;
}

.spacer-classic-home {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .dental-wrapper h2 {
        margin-left: -17%;
    }
}
@media (max-width: 991px) {
    .classic-menu .dm-third:nth-child(4) {
        display: none;
    }
    .dental-wrapper {
        width: 100%;
        clip-path: none;
        text-align: center;
        margin: 0px;
    }

    .special-wrap {
        width: 100%;
    }
}

@media (min-width: 881px) {
    header#site-header.classic-menu {
        /*     position: fixed;
    top: 0px;
    left: 0px; */
        position: relative;
        height: auto;
    }
    div#header {
        background: #000;
    }
    div#header.header-scroll {
        background: #000;
    }
    .non-home div#header.header-scroll {
        background: #fff;
    }
}

@media (max-width: 880px) {
    .mobile_cta_buttons.hide-d {
        display: block !important;
        text-align: center;
        padding: 20px 0px 10px;
    }

    .mobile_cta_buttons.hide-d p a {
        display: block;
        color: #fff;
        padding: 10px 0px;
    }

    .mobile_cta_buttons.hide-d p {
        margin-bottom: 10px;
    }

    .mobile_cta_buttons div.header-social-icons {
        background: transparent;
        float: none;
    }
    .classic-menu #logo img {
        display: block;
        margin: 20px auto;
    }
    header#site-header.classic-menu .dm-third {
        width: 100% !important;
    }
    header#site-header.classic-menu {
        position: relative;
        height: auto;
    }

    header#site-header.classic-menu .dm-third {
        width: 100%;
    }

    .dm-full.hide-d.inline-flex {
        display: block !important;
        width: 100%;
        order: 2;
    }

    .dm-full.hide-d.inline-flex > a {
        display: none;
    }

    .classic-menu div#header .dm-third:nth-child(2) {
        order: 1;
    }

    .classic-menu div#header .dm-third:nth-child(4) {
        display: none;
    }

    .classic-menu .container-wide {
        padding: 0px;
    }

    .classic-menu a#pull {
        margin: 0px;
    }

    .classic-menu .regular_header #secondary-navigation {
        height: auto !important;
    }

    .regular_header #secondary-navigation {
        height: auto;
    }

    header#site-header.classic-menu {
        background: #fff !important;
    }

    section.dental-services {
        flex-wrap: wrap;
    }
}

.dm-t-third {
    flex: 1 1 33.33%;
    margin-bottom: 30px;
}

.dm-t-third h3 {
    font-size: 23px;
}

.non-home .classic-menu #header .dm-rate-us * {
    color: #000 !important;
}

.non-home .classic-menu div#header .dm-third .social-icons a {
    color: #fff;
}

div#page.single .single-page {
    float: none;
}

.page {
    float: none !important;
}

.post-content {
    float: none;
}

#header .dm-rate-us .rtg {
    position: relative;
    right: -9px;
    top: -1px;
}

section.section-half.testimonial-section * {
    /* color: #000 !important; */
}

.contact-half #gform_fields_2 div {
    width: 100%;
    padding: 5px;
}

.contact-half #gform_fields_2 div input,
.contact-half #gform_fields_2 div textarea {
    width: 100% !important;
}

.contact-half #gform_fields_2 > div:nth-child(1),
.contact-half #gform_fields_2 div:nth-child(2) {
    width: 50%;
}

.contact-half #gform_fields_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

html section.page-header * {
    color: #111;
}

footer#site-footer {
    background: #fff;
    border: 0px;
}

footer#site-footer * {
    color: #000 !important;
}

.footer-logo a:after {
    content: "Dental Arts";
    display: block;
    font-weight: bold;
    font-size: 25px;
}

#logo a {
    font-size: 22px;
    text-transform: none !important;
    text-align: left;
    font-weight: bold;
}

/*#logo img {
    padding-right: 10px;
}*/

ul.sub-menu li {
    background-color: #6b899f !important;
}

.page-id-455 .dm-flex {
    align-items: normal;
}

.page-id-454 .dm-flex {
    align-items: normal;
}

#secondary-navigation .navigation ul li:hover a,
.classic-menu ul#menu-main-menu li .sub-menu a,
.main-container.non-home #header .dm-third:nth-child(3) .current-menu-parent span > a,
.main-container.non-home #header .dm-third:nth-child(3) .current_page_item span > a {
    color: #fff !important;
}

.paragraph-size {
    margin-left: 3%;
    margin-right: 8%;
}
.slide-content {
    height: 300px !important;
}

.dm-half.about-photo-left img {
    width: 500px !important;
}
/*.dm-half.about-photo-left {
    width: 30% !important;
}*/

.fatd-badge-outer {
    width: 180px;
}

.fatd-badge-outer img {
    width: 180px;
}

.fatd-doctor-name {
    text-align: center;
    font-size: 18px;
    font-family: Cambria, Times, serif;
}

#site-footer .copyrights .dm-t-third:nth-child(2) {
    order: 2;
}

@media screen and (max-width: 745px) {
    #site-footer .copyrights .dm-t-third:nth-child(2) {
        order: initial !important;
    }
    #site-footer .copyrights .dm-t-third:nth-child(3) {
        width: 100%;
        min-width: 220px;
    }
}

#blog .page-id-956 .spacer-classic-home,
.page-id-956 div#header,
#blog .page-id-1001 .spacer-classic-home,
.page-id-1001 div#header {
    display: none !important;
}

.page-id-956 section.page-header,
.page-id-1001 section.page-header {
    display: none !important;
}

.page-id-956 h2.page-title,
.page-id-1001 h2.page-title {
    display: none;
}

.head-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
    background: linear-gradient(180deg, #160c4a 52%, transparent 52%);
}

.head-row img {
    max-width: 100px;
}

.logo-col h4 {
    font-size: 18px !important;
    font-weight: bold;
    color: #160c4a;
}

.btn-col {
    background-color: #00a1cb;
    max-height: 39px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
    border-radius: 17px;
    gap: 8px;
}

#blog .btn-col a {
    color: white !important;
    text-decoration: none !important;
}

#blog a.btn-col {
    color: white;
    text-decoration: none !important;
}

.page-id-956 h3,
.page-id-1001 h3 {
    font-size: 38px;
    font-weight: 700;
    color: #009fc9;
}

.dm-service-section.banner-hero {
    background-image: linear-gradient(#ffffff, #ffffffad), url(/wp-content/uploads/2023/12/implant-bg.png);
    background-size: cover;
}

.dm-half.hero-right {
    width: 65%;
}

.dm-half.hero-left {
    width: 35%;
}

.dm-half.hero-right h3,
.dm-half.hero-right p {
    text-align: right;
}

.dm-half.hero-right h3 {
    font-size: 43px;
}

.dm-half.hero-right h5 {
    text-align: right;
    font-weight: 800;
    font-size: 27px;
    color: #160c4a;
}

.dm-half.hero-right p {
    font-size: 21px;
    color: #160c4a;
}

.bio-hero {
    display: flex;
    gap: 20px;
    margin-top: 60px;
    justify-content: flex-end;
}

.bio-box {
    display: flex;
    align-items: baseline;
}

#blog .bio-box img {
    max-width: 150px;
    border-radius: 100%;
    border: 3px solid #0fa5cc !important;
    outline: none !important;
    box-shadow: 3px 3px 8px #000000a1;
}

.bio-box span {
    font-weight: 700;
    font-size: 15px;
    color: #160c4a;
}

.dm-half.hero-left * {
    color: #fff;
}
.dm-half.hero-left form * {
    color: inherit !important;
}

.dm-half.hero-left {
    background: #160c4a;
    padding: 40px 27px;
    text-align: center;
}

.hero-left h4 {
    font-size: 26px;
    font-weight: 800;
}

.dm-half.hero-left p {
    font-size: 12px;
}

.page-id-956 .dm-container,
.page-id-1001 .dm-container {
    max-width: 1400px !important;
}

.page-id-956 .dm-service-section,
.page-id-1001 .dm-service-section {
    padding: 100px 0;
}

.dm-service-section.woman-left-section {
    padding-left: 37vw;
    padding-right: 5vw;
}

.dm-service-section.woman-left-section {
    background: url(/wp-content/uploads/2023/12/smile-woman-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.page-id-956 a.btn,
.page-id-1001 a.btn {
    background: #00a1cb !important;
    border-radius: 15px;
    color: #fff !important;
    border: none !important;
    padding: 8px 0px;
    font-weight: 700 !important;
    max-width: 330px;
    text-align: center;
    font-size: 16px;
}

.dm-service-section.services-section {
    background: #d9f1f7;
}

.dm-service-section.services-section h4 {
    font-weight: 600;
    font-size: 23px;
    color: #160c4a;
}

.dm-service-section.services-section p {
    font-size: 17px;
    color: #160c4a;
}

.services-section .dm-flex {
    align-content: flex-start !important;
}

.dm-service-section.services-section .dm-fourth {
    min-height: 420px;
}

.dm-service-section.services-section h3 {
    margin-bottom: 60px;
}

.dm-service-section.before-after-section h3 {
    text-align: center;
    margin-bottom: 40px;
}

.dm-service-section.before-after-section img {
    outline: none;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.dm-service-section.reviews-section {
    background: #ccecf5;
}

.dm-service-section.reviews-section h3 {
    text-align: center;
}

.review-section {
    display: flex;
    gap: 20px;
    align-items: baseline;
}

.review-box {
    width: 33%;
    background: #fff9;
    padding: 20px;
}

.review-box * {
    color: #160c4a;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8em;
}

.meet-section h3 {
    text-align: center;
}

.half-bios {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
    justify-content: center;
}

.dm-service-section.meet-section .dm-container {
    max-width: 1200px !important;
}

.half-bios img {
    max-width: 190px;
    border: 0px;
    outline: none !important;
    float: left;
    padding: 10px;
}

.meet-section h5 {
    font-weight: 700;
    color: #160c4a;
}

.half-bios div {
    max-width: 500px;
}

.dm-service-section.meet-section p {
    font-size: 16px;
}

.page-id-956 footer#site-footer,
.page-id-956 section.footer-form,
.page-id-1001 footer#site-footer,
.page-id-1001 section.footer-form {
    display: none !important;
}

.footer-landing * {
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.meet-section h3 {
    text-align: center;
    margin-bottom: 40px;
}

.footer-landing {
    background: #00a1cb;
    text-align: center;
    padding: 10px 0px;
}

.page-id-1001 .dm-service-section.banner-hero {
    background-image: linear-gradient(#ffffff, #ffffffad), url(/wp-content/uploads/2024/01/implant2.jpg);
    background-size: cover;
    background-position: left center;
}

.page-id-1001 .dm-half.hero-right h3 span {
    color: #160c4a;
    font-size: 48px;
}

.dm-service-section.docs-section {
    background: #160c4a !important;
}
.page-id-1001 .dm-service-section {
    padding-bottom: 200px;
}
.page-id-1001 .dm-service-section.docs-section {
    padding-bottom: 50px;
}
.page-id-1001 .bio-hero {
    margin-top: -200px;
    justify-content: center;
}
.page-id-1001 .bio-hero span {
    color: #00a1cb;
    font-size: 20px;
}
#blog.page-id-1001 .bio-box img {
    max-width: 250px;
    border: 3px solid #fff !important;
}
.docInfo {
    display: flex;
    align-items: flex-start;
}
.docBox {
    text-align: center;
    width: 33.33%;
    padding: 2%;
    box-sizing: border-box;
}
.docBox * {
    color: #fff;
}
.docBox h3 {
    color: #fff;
    font-size: 22px;
    border-bottom: 2px solid #00a1cb;
    padding-bottom: 10px;
}

@media (max-width: 880px) {
    .page-id-956 .phone-style,
    .page-id-1001 .phone-style {
        display: none !important;
    }

    .head-row {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px !important;
    }
    .head-row {
        align-items: center !important;
        background: linear-gradient(180deg, #160c4a 42%, transparent 28%) !important;
    }

    .btn-col span {
        text-align: center;
        font-size: 16px;
    }

    .dm-half.hero-right {
        width: 100% !important;
    }

    .dm-half.hero-left {
        width: 100% !important;
    }

    .bio-box {
        flex-direction: column;
    }

    .btn-col {
        background-color: #00a1cb;
        max-height: 69px;
    }

    .bio-box br {
        display: none;
    }

    .bio-box:first-child span {
        order: 1;
    }

    .bio-hero {
        margin-bottom: 30px;
    }

    .dm-half.hero-right h3 br {
        display: none;
    }

    .dm-half.hero-right h3 {
        font-size: 40px !important;
    }

    .page-id-956 .dm-service-section {
        padding: 80px 0 !important;
    }

    .dm-half.hero-right h5 {
        text-align: right;
        font-weight: 800;
        font-size: 21px !important;
        color: #160c4a;
    }

    .dm-service-section.woman-left-section {
        background: #fff !important;
        padding: 40px 20px !important;
    }

    .dm-service-section.services-section .dm-fourth {
        min-height: auto !important;
    }

    .dm-service-section.before-after-section img {
        max-width: 100% !important;
        outline: none !important;
    }

    .review-section {
        flex-direction: column;
    }

    .review-box {
        width: 100% !important;
    }

    .half-bios {
        flex-direction: column;
        text-align: center;
    }
    .page-id-1001 .dm-half.hero-right h3 {
        font-size: 32px !important;
    }
    .page-id-1001 .dm-half.hero-right h3 br {
        display: block;
    }
    .page-id-1001 .dm-half.hero-right h3 span {
        font-size: 34px !important;
    }
    #blog.page-id-1001 .bio-box img {
        max-width: 150px;
    }
    .docInfo {
        display: block;
    }
    .docBox {
        width: 100%;
    }
}

/* NEW HOMEPAGE */

body.home .acaption {
	width: fit-content;
/* 	margin: 0px auto;
	top: 2.5%;
	bottom: auto; */
	text-align: center;
	background: #00000040;
}
body.home .slide-content {
    height: auto !important;
    padding: 20px 75px;
    text-align: center;
}
body.home .slide-content h2 {
    text-transform: none;
    font-size: 50px;
    max-width: 880px;
    margin: 0px auto 20px;
}
body.home .slide-content span {
    font-size: 35px;
    text-transform: none;
    margin: 0px;
    color: white;
    text-shadow: 0px 0px 0px;
    text-align: center;
}
body.home .slide-content p {
    color: white;
    font-size: 20px;
    text-align: center;
}
body.home .slide-content a.btn,
body.home .dm-slide-main > a.btn {
    border-color: var(--aColor);
    color: #fff;
    background: var(--aColor) !important;
}
body.home .slide-content a.btn {
    display: none;
}
body.home .dm-slide-main > a.btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    isolation: isolate;
}
body.home .dm-slide-main > a.btn::before {
    z-index: -1;
}
/* body.home .newCon {
    background-position: 50% 10%;
} */

body.home .newCon {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center !important;
	background-color: #00529d;
}

body.home .newCon:before {
    display: none;
}

@media screen and (max-width: 880px) {
    body.home .acaption {
        top: auto;
        bottom: 5%;
        background: #00000040;
    }
    body.home .newCon {
        background-position: 50% 50%;
    }
    body.home .slide-content span {
        font-size: 30px;
        letter-spacing: 0;
    }
    body.home .slide-content a.btn {
        display: inline-block;
    }
    body.home .dm-slide-main > a.btn {
        display: none;
    }
    body.home .dm-slide-main {
        height: 500px !important;
    }
    body.home .slide-content {
        padding: 20px 20px;
    }
    body.home .slide-content p {
        font-size: 17px;
    }
}

/* NEW IMAGE TEXTBOX SECTION */
.new-home-section {
    padding-top: 2.5rem;
}
.new-home-section .inner-section {
    padding-block: 2.5rem;
}
.new-home-section h2 {
    color: var(--pColor);
    font-weight: 700;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 1.2rem;
}
.dm-flex.boxes-image-section {
    flex-flow: row;
}
.dm-middle-image {
    order: 2;
    max-width: 40%;
}
.dm-text-box {
    width: 30%;
    margin: 10px;
    padding: 20px;
    border: solid 2px var(--pColor);
    border-radius: 12px;
    background: #f6f6f6;
}
.dm-text-box p {
    font-size: 15px;
    line-height: 1.1;
}
.dm-text-box h3 {
    text-align: center;
    font-size: 18px;
    color: var(--pColor);
}
.dm-text-box:nth-child(2) {
    order: 1;
}
.dm-text-box:nth-child(3) {
    order: 3;
}
ul.new-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.25;
    column-count: 2;
}
ul.new-icon-list li {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    font-size: 16px;
    margin-bottom: 1rem;
}
.btn-wrapper {
    padding-block: 1rem;
}
@media screen and (max-width: 880px) {
    .dm-flex.boxes-image-section {
        flex-flow: row wrap;
    }
    .dm-middle-image {
        order: 1;
        max-width: 100%;
    }
    .dm-text-box {
        width: calc(50% - 20px);
    }
    .dm-text-box:nth-child(2) {
        order: 2;
    }
    .dm-text-box:nth-child(3) {
        order: 3;
    }
    ul.new-icon-list {
        column-count: 1;
    }
}

@media screen and (max-width: 575px) {
    .dm-text-box {
        width: 100%;
    }
}

/* PERKS SECTION */
.perks-section {
    padding-block: 2.5rem;
}
.perks-section .docBox p {
    color: inherit;
}
.perks-section .docBox h3 {
    color: var(--aColor);
    border-bottom: none;
}

/* STEPS SECTION */
.steps-section {
    padding-block: 2.5rem;
}
.steps-section .docBox p {
    color: inherit;
}
.steps-section .docBox h3 {
    color: inherit;
    border-bottom: none;
}
.steps-section .docBox img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

/* HOMETESTIMONIALS */
.home-testimonials {
    align-items: start;
}
.home-testimonials h4 {
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: solid 2px #eaeaea;
    padding: 0.5rem;
}

/* NEW BTN */
a.btn::before {
    z-index: -1;
}

a.btn {
    isolation: isolate;
    background: #00a1cb !important;
    border-radius: 15px;
    color: #fff !important;
    border: none !important;
    padding: 8px 12px;
    font-weight: 700 !important;
    max-width: 330px;
    text-align: center;
    font-size: 16px;
}

a.btn.btn--highlighted {
    background: #f08402 !important;
}

a.btn:hover {
    color: white;
}

.dentists-wrapper {
    align-items: start;
}

.dentistBox p:last-child {
    font-style: normal;
    font-weight: 700;
}
.dentistBox p {
    font-size: 16px;
    line-height: 1.2;
    font-style: italic;
}
.dentistBox h4 {
    color: var(--pColor);
    font-weight: 700;
}
.dentistBox img {
    margin-top: 2.5rem;
}
.dentistBox > div,
.dentistBox img {
    width: 50%;
}
.dentistBox {
    display: flex;
    flex-flow: row;
    gap: 1rem;
    align-items: start;
}

@media screen and (max-width: 880px) {
    .dentistBox {
        flex-flow: column;
    }
    .dentistBox > div,
    .dentistBox img {
        width: 100%;
    }
}

/* HOMEPAGE NAVMAP */
.homepage-nav-map {
    padding-bottom: 2.5rem;
}
ul.homepage-map-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
}
ul.homepage-map-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
}
ul.homepage-map-menu span.expand-me {
    display: none !important;
}
ul.homepage-map-menu > li > span > a {
    padding: 0.5rem 1rem;
    background: var(--aColor);
    color: white;
    width: 100%;
}
.homepage-map-menu ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1rem;
}
.homepage-map-menu ul.sub-menu li a {
    color: #1a1a1a;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}
.homepage-map-menu ul.sub-menu li {
    background: transparent !important;
    text-align: center;
    max-width: 220px;
    line-height: 1.2;
}
.homepage-map-menu ul.sub-menu.wda-long-menu {
    width: auto;
}

@media screen and (max-width: 880px) {
    .homepage-nav-map {
        display: none;
    }
}
section.new-home-section.contact-info {
    padding-bottom: 1.5rem;
}
section.new-home-section.contact-info .dm-rate-us {
    display: block;
    margin: 20px auto;
}
section.new-home-section.contact-info .dm-rate-us * {
    color: white;
}
section.new-home-section.contact-info .locations {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}
section.new-home-section.contact-info .locations a {
    color: white;
}
section.new-home-section.contact-info .social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
section.new-home-section.contact-info .social-icons a {
    background: white;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
section.new-home-section.contact-info {
    background: var(--aColor);
}
.importance-of-teeth {
    padding-bottom: 2.5rem;
}
.importance-of-teeth .dm-text-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
@media screen and (min-width: 881px) {
    .importance-of-teeth .dm-flex:nth-child(odd) {
        flex-flow: row-reverse;
    }
}

/* FLOATING MENU ALWAYS */

a#pull {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-left: -2.01%;
    margin-right: -2.01%;
    padding: 10px 2.02%;
    text-indent: 0px;
}
#secondary-navigation {
    width: 100% !important;
    position: relative !important;
    left: 0;
    height: auto;
}

@media screen and (max-width: 880px) {
    #header nav li,
    #header .navigation ul li li {
        width: 100% !important;
        float: left;
        position: relative;
    }
    .navigation.mobile-menu-wrapper {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #222;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        overflow: auto;
        transition: left 500ms ease;
        -webkit-backface-visibility: hidden;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .mobile-menu-active .navigation.mobile-menu-wrapper {
        left: 0;
        z-index: 1111;
    }
    .navigation .menu {
        display: block !important;
        float: none;
        background: transparent;
        margin-bottom: 0;
    }
    #secondary-navigation .navigation ul li:hover,
    #secondary-navigation .navigation ul .current-menu-item {
        background: transparent;
    }
    #header nav li,
    #header .navigation ul li li {
        width: 100% !important;
        float: left;
        position: relative;
    }
    #header nav li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    #header nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
    .navigation i {
        margin-right: 0;
    }
    .navigation i {
        display: inline;
    }
    .navigation .toggle-caret {
        display: block;
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #ffffff;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        top: 0;
    }
    .navigation ul ul {
        position: static;
        width: 100%;
        border: none;
    }
    .navigation ul ul {
        visibility: visible !important;
        opacity: 1 !important;
        position: relative;
        left: 0 !important;
        border: 0;
        width: 100%;
    }
    .navigation ul ul {
        background-color: transparent;
        transition: all 0s linear;
    }
    .navigation ul ul.sub-menu {
        display: none;
    }
    .navigation ul ul.sub-menu.toggle-submenu.wda-long-menu {
        width: 100%;
    }
    ::before {
        background-attachment: scroll;
    }
    .navigation {
        width: 100%;
        border: none;
        display: none;
    }
    #mobile-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        cursor: pointer;
        display: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: rgba(0, 0, 0, 0.5);
    }
}

/* HIGHLIGHTS */

section.highlights {
    display: flex;
    gap: 0.2rem;
    flex-flow: row;
}
section.highlights > div {
    width: 100%;
    background: #90c1e0;
    color: #193f58;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    text-align: center;
}
section.highlights > div p {
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}

@media screen and (max-width: 880px) {
    section.highlights {
        flex-flow: column;
    }
    section.highlights > div {
        background: #c7e0ef;
    }
    section.highlights > div p {
        font-size: 15px;
    }
}

/* NEW BURGER */
.logo-third {
    position: relative;
}

.burger-wrapper {
    display: none;
    position: absolute;
    left: 250px;
    top: 65px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 28px;
}
.burger-wrapper a {
    background: transparent !important;
    border-radius: 8px;
    border: solid 1px #ffffff30;
    box-shadow: 0 0 4px #ffffff10;
}
@media screen and (max-width: 880px) {
    .burger-wrapper {
        display: none !important;
    }
}

.f-t-third span {
    color: #ffffff50;
}

@media (min-width: 1300px) {
    #blog.page-id-956 .banner-hero .dm-container {
        padding-right: 130px !important;
    }

    #blog.page-id-956 .dm-container {
        max-width: 90% !important;
    }

    #blog .bio-box img {
        max-width: 200px !important;
    }

    .bio-box span {
        font-size: 21px !important;
    }
}

#blog ._form_1 {
    background: #160c4a !important;
}

#blog ._form_1 * {
    color: #fff !important;
}

#blog ._form_1 {
    background: #160c4a !important;
    max-width: 92% !important;
    margin: auto !important;
}

#blog ._form_1 button {
    border-radius: 0px !important;
    width: 130px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

#blog ._form_1 ._button-wrapper._full_width {
    text-align: center;
}

img.stars-test {
    margin-top: -20px !important;
    border: none !important;
    margin: auto;
    text-align: center;
    display: block;
    max-width: 160px;
}
#blog .dm-slide-main {
    height: 640px !important;
}
#menu-item-1139 a {
	padding: 0.5rem 1rem;
	background: var(--aColor);
	color: white;
	width: 100%;
	display: inline-block;
}

@media (max-width: 1200px) {
body.home .acaption {
	width: calc(100% - 331px);
}
#blog .dm-slide-main {
	height: auto !important;
}
body.home .newCon {
	height: 600px !important;
	background-position: center !important;
}	
/* .acaption {
	bottom: 34%;
}
body.home .dm-slide-main > a.btn {
	bottom: 25%;
}	*/
}

@media (max-width: 916px) {
body.home .newCon {
	height: 440px !important;
}	
body.home .acaption {
    width: 100%;
    max-width: 620px;
    bottom: 10%;
}	
}

@media (max-width: 767px) {
body.home .newCon {
	height: 100% !important;
	background-position: top center !important;
}
#blog .dm-slide-main {
	height: 550px !important;
}
body.home .acaption {
	top: 258px !important;
}
body.home .acaption {
	width: calc(100% - 31px);
	text-align: center;
	background: #23212154;
	background-size: contain;
}	
body.home .acaption {
	bottom: unset;
}
}

@media (max-width: 575px) {
#blog .dm-slide-main {
	height: 540px !important;
}
}

@media (max-width: 465px) {
#blog .dm-slide-main {
	height: 600px !important;
}
}

.container.new-testi {
	text-align: center;
}
.container.new-testi h2 {
	display: inline-block;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: solid 2px #eaeaea;
	padding: 0.5rem;
}

.ln-more-new-design a.wp-element-button {
	text-decoration: none !important;
	background-color: #368bc1 !important;
	isolation: isolate;
	color: #fff !important;
	border: none !important;
	padding: 8px 20px;
	font-weight: 700 !important;
	max-width: 330px;
	text-align: center;
	font-size: 16px;
	border-radius: 50px;
}
ul.wp-block-list {
    padding-bottom: 0 !important;
}
.center-phili{ 
flex-direction: column;
  gap: 20px;
}
.bio-box.bio-box-dark.center-phili br {
    display: none; 
}
.bio-box.center-phili.bio-box-dark {
    color: #FFF;
    margin-bottom: 10px;
    text-align: center;
    align-items: center;
}