/*!
Theme Name: Dental Care
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
header {
    border-bottom: 1px solid #e4e4e4;
}
header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
header .logo {
    position: relative;
    z-index: 1;
}
header .pho {
    color: #2f2f2f;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 2.16px;
    display: block;
    margin: auto;
}
header .phy {
    display: block;
    color: #2f2f2f;
    font-size: 15px;
    line-height: 1;
    margin: auto;
}
header .pho:hover,
header .phy:hover {
    color: #33a4dc;
}
header li a {
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    font-weight: 600;
}
.top-nav {
    background-color: #f2f2f2;
}
.top-nav .flex-ed {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 1400px;
    margin: auto;
}
.top-nav .phy {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.bt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 680px;
    flex: 0 1 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
}
@media (min-width: 1001px) {
    .two-col {
        column-count: 2;
    }
    .place-nav {
        max-width: 1400px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px 0;
    }
    nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 900px;
        flex: 0 1 900px;
    }
    nav,
    nav ul li,
    nav ul li a {
        position: relative;
    }
    nav > ul {
        margin-top: 15px;
    }
    nav ul {
        margin: auto;
        list-style: none;
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    nav ul li a {
        display: block;
        color: #2f2f2f;
    }
    nav ul li a:hover {
        color: #2694c9;
    }
    nav > ul > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    nav > ul > li:last-of-type:after {
        display: none;
    }
    nav > ul > li > a {
        padding: 6px;
        color: #2f2f2f;
    }
    nav > ul > li:hover > a {
        color: #163055;
    }
    nav ul li:hover > ul {
        display: block;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    nav ul ul {
        display: none;
        min-width: 300px;
        width: 100%;
        padding: 0;
        position: absolute;
        z-index: 3;
        left: 0;
        text-align: left;
        background-color: #2694c9;
        -webkit-box-shadow: 10px 17.3px 25px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 17.3px 25px rgba(0, 0, 0, 0.2);
    }
    nav > ul > li:last-child ul {
        right: 0;
        left: auto;
    }
    nav ul ul li > a {
        padding: 10px 12px;
        font-size: 14px;
        line-height: 1.3;
        text-transform: none;
    }
    nav ul ul ul {
        left: 100%;
        top: 0;
        background-color: #ff8432;
    }
    nav ul ul li:hover > a {
        background-color: #ff8432;
        color: #fff;
    }
    nav ul ul ul li:hover a {
        background-color: #33a4dc;
    }
    #mobile-footer,
    #mobile-header {
        display: none;
    }
    header .deco:last-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.fix-nav header {
    position: fixed !important;
    -webkit-box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
    box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fix-nav .top-nav .phy {
    display: none;
}
.fix-nav .top-nav .pho {
    font-size: 22px;
    padding: 0 20px;
}
.fix-nav .bt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fix-nav .bt .btn {
    padding: 8px 15px;
}
.fix-nav .bt,
.fix-nav .top-nav [class^="btn"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 1000px) {
    .loc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .loc .phy {
        margin-right: 15px;
    }
    .top-nav {
        display: none;
    }
    header .logo {
        padding: 5px 10px 10px;
    }
    header #desktop-nav {
        display: none !important;
    }
    .mean-container .mean-nav,
    body,
    header {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    body {
        right: 0;
    }
    .attach header {
        position: fixed !important;
        -webkit-box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
        box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35);
    }
    .attach header .top-nav {
        display: none !important;
    }
    body.mean-active header {
        left: -80%;
    }
    body.mean-active {
        overflow: hidden;
        right: 80%;
    }
    body.mean-active:before {
        z-index: 98;
        content: "";
        opacity: 0.7;
        background-color: #000;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: none;
        height: inherit;
    }
    body.mean-active .mean-container .mean-nav {
        right: 0;
    }
    .mean-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mean-container .mean-bar {
        background-color: #f60;
        width: 70px;
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-left: 8px;
    }
    .mean-container a.meanmenu-reveal {
        display: block;
        color: #fff;
    }
    .mean-container a.meanmenu-reveal.meanclose i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 60px;
        content: "+";
        margin: -5px 0 0 8px;
    }
    .mean-container .mean-bar .icon-menu {
        position: relative;
        display: table;
    }
    .mean-container a.meanmenu-reveal .icon-menu:before {
        content: "\e808";
        font-size: 40px;
    }
    .mean-container .mean-nav {
        position: fixed;
        right: -80%;
        margin: 0;
        top: 0;
        bottom: 0;
        width: 80%;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #1a769f;
    }
    .mean-container .mean-nav ul {
        font-size: 16px;
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }
    .mean-container .mean-nav ul li {
        position: relative;
        width: 100%;
    }
    .mean-container .mean-nav ul li a {
        display: block;
        padding: 1em 5%;
        padding-right: 58px !important;
        margin: 0;
        text-align: left;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        text-decoration: none;
        text-transform: uppercase;
    }
    .mean-container .mean-nav ul li li a {
        padding: 1em 10%;
        border-top: 1px solid #f1f1f1;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        opacity: 0.75;
        text-shadow: none !important;
        visibility: visible;
    }
    .mean-container .mean-nav ul li.mean-first a {
        border-top: none;
        margin-top: 0;
    }
    .mean-container .mean-nav ul li.mean-last a {
        border-bottom: none;
        margin-bottom: 0;
    }
    .mean-container .mean-nav ul li li li a {
        padding: 1em 15%;
    }
    .mean-container .mean-nav ul li li li li a {
        padding: 1em 20%;
    }
    .mean-container .mean-nav ul li li li li li a {
        padding: 1em 25%;
    }
    .mean-container .mean-nav ul li a:hover {
        background: #252525;
        background: rgba(255, 255, 255, 0.1);
    }
    .mean-container .mean-nav ul li a.mean-expand {
        width: 48px;
        line-height: 50px;
        font-size: 20px;
        padding: 0 !important;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        background: rgba(255, 255, 255, 0.1);
        border: none !important;
        border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    }
    .mean-container .mean-nav ul li a.mean-expand:before {
        content: "\e825";
        font-family: fontello;
        font-weight: 400;
        margin: 0;
        font-style: normal;
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:before {
        content: "\e83a";
    }
    .mean-remove {
        display: none !important;
    }
    .mean-nav .social {
        min-height: 66px;
        background-color: rgba(0, 0, 9, 0.1);
        margin: 0;
        padding: 10px 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mean-nav .f-title {
        color: #fff;
        text-align: center;
    }
    .mean-nav .social .f-title {
        display: none;
    }
    .mean-nav .hours {
        display: block;
        text-align: center;
        color: #fff;
        padding: 10px;
        margin: auto auto 0;
        line-height: 1.76;
    }
    .mean-nav .hours p {
        display: table;
        text-align: left;
        font-size: 15px;
        margin: 10px auto 0;
        color: #fff;
    }
    .mean-nav .social {
        background-color: rgba(46, 72, 92, 0.77);
    }
    .mean-nav .social a {
        margin: 0 5px;
    }
    .social a + a {
        margin: 0;
    }
}
body {
    overflow-x: hidden;
    position: relative;
    background-color: #f5f8fa;
    color: #2f2f2f;
    font: 400 17px/1.2 Assistant, sans-serif;
    counter-reset: section;
    position: relative;
}
p {
    color: #2f2f2f;
    font: 400 18px/1.666 Assistant, sans-serif;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #f60;
}
a:hover {
    color: #33a4dc;
}
hr {
    position: relative;
    display: table;
    clear: both;
    margin: 40px auto;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    position: relative;
}
#title h1,
.style-one {
    color: #fff;
    font: 300 20px/1.11 Assistant, sans-serif;
    display: block;
    margin: 10px auto;
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
}
.special-flex h1 {
    font: 300 20px/1.11 Assistant, sans-serif;
}
.style-one.gr {
    color: #252525;
    text-transform: uppercase;
    font: 600 15px/1.1 Raleway, sans-serif;
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    margin: 10px auto;
    letter-spacing: 3px;
}
#title h1:only-child,
.more-to-explore span,
.special-flex h2,
.style-four,
h2#append {
    color: #fff;
    font: 700 56px/1.05 Assistant, sans-serif;
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
}
.dividerLead,
.style-two,
h2 {
    color: #414142;
    font: 700 28px/1.1 Assistant, sans-serif;
    position: relative;
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
}
.special-flex h2 {
    color: #414142;
}
.style-three,
h3 {
    color: #414142;
    display: block;
    position: relative;
    font: 700 25px/1.1 Assistant, sans-serif;
}
.accordion .toogle {
    color: #2f2f2f;
    display: block;
    position: relative;
    font: 400 33px/1 Assistant, sans-serif;
}
.f-title {
    color: #33a4dc;
    font: 700 22px/1.5 Assistant, sans-serif;
    display: block;
    letter-spacing: 4.11px;
    text-transform: uppercase;
}
.wh {
    color: #fff;
}
.video-center {
    width: 100%;
    max-width: 800px;
}
.video-center,
.video-grid {
    clear: both;
    margin: 20px auto;
}
.video-grid {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.video-grid h2,
.video-grid h3 {
    font-size: 18px;
    margin-bottom: 4px;
}
.video-grid > * {
    margin: 5px 0;
    width: 100%;
    max-width: calc(50% - 5px);
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.video-grid > :nth-of-type(even) {
    margin-left: auto;
}
.video-grid > * .youtube {
    max-width: 100%;
}
@media (max-width: 700px) {
    .youtube.elem-left,
    .youtube.elem-right {
        display: table;
        float: none;
        margin: 15px auto !important;
        max-width: 100% !important;
    }
    .video-center,
    .video-grid > * {
        margin: 30px auto;
        max-width: 600px;
    }
    .video-grid {
        display: block;
    }
}
[class^="btn"] {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font: 400 18px/1.2 Assistant, sans-serif;
    color: #fff;
    min-width: 235px;
    margin: 10px;
    padding: 8px 18px;
    border-radius: 5px;
}
[class^="btn"]:hover {
    background-color: #0f94ca;
    color: #fff;
}
.btn {
    background-color: #33a4dc;
    background-image: -webkit-gradient(linear, left top, right top, from(#33a4dc), to(#33a4dc));
    background-image: linear-gradient(to right, #33a4dc 0, #33a4dc 100%);
}
.btn:hover {
    background-image: none;
}
.btn-alt {
    border: 1px solid #333;
    color: #333;
}
.btn-alt:hover {
    background-color: #333;
    color: #fff;
}
@-moz-document url-prefix() {
    .btn-alt {
        border: 2px solid #333;
    }
}
.top-nav [class^="btn"] {
    background-image: none;
    background-color: #f60;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    border-radius: 0;
    padding: 12px 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    min-width: auto;
    font-weight: 600;
    font-family: Raleway, sans-serif;
}
.top-nav [class^="btn"]:hover {
    background-color: #0f94ca;
}
.top-nav .of {
    background-color: #dcdcdc;
    color: #2f2f2f;
}
.top-nav .er {
    background-color: #4fa5ab;
}
/*#banner {
    padding: 10px 10px;
    background-image: url(assets/images/index-banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}*/
#banner article {
    max-width: 650px;
    margin: 0 auto;
    z-index: 10;
}
#banner .contain {
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#banner figure {
    flex: 0 1 455px;
    max-width: 455px;
    margin: 0 auto;
    box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    border-radius: 20px;
    background-color: #fff;
    padding: 10px 30px 0px;
    border-bottom: 9px solid #dcdcdc;
    text-align: center;
}
#banner .big {
    display: block;
    font-size: 32px;
    color: #343535;
}
#banner .style-four {
    text-shadow: 0 0 20px rgba(24, 23, 24, 0.75);
    font-size: 50px;
}
#banner h1 {
    text-shadow: 0 0 20px rgba(24, 23, 24, 0.75);
}
/*#banner form {
    max-width: 367px;
    margin: 10px auto;
}*/
#banner figure p {
    margin: 0 !important;
}
#banner input,
#banner select,
#banner textarea {
    font-size: 16px;
    color: #343535;
    border: 1px solid #b5b5b5;
    display: block;
    padding: 10px;
    margin: 0 auto 10px;
    width: 100%;
    resize: none;
}
#banner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
#banner .select {
    position: relative;
    padding: 0;
}
#banner .select:after {
    content: "\e825";
    pointer-events: none;
    text-align: center;
    font-family: Fontello;
    background-color: #2d94c7;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.6;
    height: 100%;
    width: 42px;
    color: #fff;
    font-size: 28px;
    display: block;
    z-index: 5;
    transition: 0.3s;
}
#banner .select:hover:after {
    background-color: #f60;
    color: #fff;
}
#banner .input::-webkit-input-placeholder {
    color: #343535;
    opacity: 1;
}
#banner .input:-moz-placeholder {
    color: #343535;
    opacity: 1;
}
#banner .input::-moz-placeholder {
    color: #343535;
    opacity: 1;
}
#banner .input:-ms-input-placeholder {
    color: #343535;
    opacity: 1;
}
.offer {
    max-width: 580px;
    display: block;
    padding: 8px;
    margin: auto auto 20px 10%;
    background-color: rgba(52, 53, 53, 0.6);
}
.offer .style-four {
    font-size: 127px;
    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;
}
.offer .style-four sup {
    top: -0.1em;
    font-size: 0.6em;
}
.offer .style-four small {
    font-size: 54px;
    line-height: 0.9;
    margin-left: 10px;
    letter-spacing: 0;
}
.offer .wh {
    font-size: 24px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
    line-height: 1.1;
    margin: 5px auto 5px 40px;
}
.offer .gr {
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    font-weight: 600;
    color: #16293d;
    font-size: 20px;
    margin: 5px auto 10px 40px;
    line-height: 1.1;
}
.offer:hover {
    background-color: #2d94c7;
}
.offer:hover .gr {
    color: #fff;
}
#banner .offer {
    max-width: 368px;
    margin: 0 auto 10px 0;
}
#banner .offer .style-four {
    font-size: 80px;
}
#banner .offer .style-four small {
    font-size: 34px;
}
#banner .offer .wh {
    font-size: 15px;
}
#banner .offer .gr {
    font-size: 13px;
}
#of-op {
    background-color: rgba(51, 164, 220, 0.6);
}
#of-op:hover {
    background-color: #33a4dc;
}
#of-inv {
    background-color: rgba(65, 65, 66, 0.6);
}
#of-inv:hover {
    background-color: #414142;
}
.offer .style-four {
    letter-spacing: -5px;
}
#of-imp .style-four small {
    font-size: 40px;
}
.internal .offer {
    margin: 10px auto;
}
.special {
    position: relative;
    display: block;
}
.special:before {
    content: "";
    position: absolute;
    left: -900px;
    right: -900px;
    top: 0;
    bottom: 0;
    background-color: #343535;
    z-index: -1;
}
.special figure {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    overflow: hidden;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.special figure img {
    margin-top: -15px;
}
.special .flex-ed {
    max-width: 1100px;
    margin: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.special .style-four {
    font-size: 127px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.special .style-four small {
    font-size: 54px;
    display: block;
    line-height: 0.9;
    margin-left: 8px;
}
.special .style-four sup {
    top: -0.1em;
    font-size: 0.6em;
}
.special .wh {
    font-size: 24px;
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    margin: 0 auto 8px 50px;
}
.special .appt {
    width: 146px;
    height: 146px;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-shadow: 2px 3px 7px rgba(24, 23, 24, 0.35);
    box-shadow: 2px 3px 7px rgba(24, 23, 24, 0.35);
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #2d94c7;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.special .appt i {
    margin-top: 5px;
}
.special:hover:before {
    background-color: #343535;
}
.special:hover .appt {
    background-color: #f60;
}
#practice {
    background-color: #33a4dc;
    padding: 90px 10px 20px;
}
#practice .flex-ed {
    max-width: 1150px;
    margin: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#practice article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
    padding: 0 10px;
    color: #fff;
}
#practice h2 span {
    font-weight: 300;
    display: block;
}
#practice figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 485px;
    flex: 0 1 485px;
    text-align: center;
    margin-right: 20px;
}
#practice figure p {
    text-transform: uppercase;
    margin: 0 auto;
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    font-size: 13px;
    letter-spacing: 2px;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    margin: 5px auto;
}
#practice hr {
    width: 80%;
}
#practice.playing .flex-ed {
    display: block;
}
/*#calls {
    background-color: #33a4dc;
    padding: 30px 10px;
}*/
#calls .contain {
    max-width: 1150px;
    margin: auto;
}
#calls .style-one {
    text-align: center;
}
#calls .flex-ed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0px auto;
    max-width: 710px;
    flex-wrap: wrap;
}
#calls h3 {
    color: #fff;
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    margin: 20px auto;
}
#calls a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 230px;
    flex: 0 1 230px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 0px;
}
#calls a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#calls a:hover h3 {
    color: #252525;
}
#calls p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
#dentists {
    max-width: 1400px;
    margin: auto;
    padding: 10px;
    position: relative;
}
#dentists:before {
    content: "";
    position: absolute;
    left: 0;
    top: 200px;
    background: url(/wp-content/uploads/2021/03/deco-gr.png);
    width: 55px;
    height: 88px;
}
#dentists .contain {
    max-width: 1150px;
    margin: 40px auto;
    text-align: center;
}
#dentists .contain > p {
    max-width: 1010px;
    margin: 20px auto;
    background-color: rgba(245, 248, 250, 0.78);
    padding: 10px;
    position: relative;
}
#dentists figure img {
    border-radius: 15px;
    -webkit-box-shadow: 1px 1.5px 8px 2.5px rgba(99, 99, 99, 0.47);
    box-shadow: 1px 1.5px 8px 2.5px rgba(99, 99, 99, 0.47);
}
#dentists figure {
    position: relative;
    display: table;
    margin: 40px auto;
}
#dentists figure .wh {
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    font-size: 23px;
    margin: 0;
}
#dentists figure .wh:hover {
    color: #89c440;
}
#dentists .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#dentists .caption span {
    color: #89c440;
    margin: 5px 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 20px;
}
#dentists .modal-btn {
    text-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    color: #fff;
    font-family: Raleway;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}
#dentists .modal-btn:hover {
    color: #89c440;
}
#dentists .modal-content {
    z-index: 1000000;
}
.modal-img {
    position: relative;
}
.modal-img .modal-btn {
    font-size: 46px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
[data-player] .caption {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 150px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#banner.playing {
    z-index: 100;
}
#banner.playing .caption {
    position: static;
    -webkit-transform: none;
    transform: none;
}
#testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#testimonials .flex-ed > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
}
#testimonials.playing .flex-ed > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media only screen and (max-width: 900px) {
    .banner .caption {
        position: static;
        -webkit-transform: none;
        transform: none;
    }
    .testimonials > * {
        width: 100%;
    }
}
#reviews {
    position: relative;
    margin: 50px auto 0px;
    text-align: center;
    max-width: 1050px;
    -webkit-box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    background-color: #fff;
}
#reviews article {
    padding: 30px 20px;
}
#reviews .contain {
    position: relative;
    padding-left: 30px;
    display: table;
    margin: auto;
}
#reviews .icon-quote {
    font-size: 33px;
    color: #f60;
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    top: 15px;
    left: 0;
}
#reviews .cycle-slideshow {
    margin: 20px auto;
    max-width: 750px;
}
#reviews .cycle-slideshow > * {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#reviews .cycle-slideshow p {
    max-width: 95%;
    margin: auto;
    font-size: 22px;
    color: #2f2f2f;
    font-weight: 300;
    line-height: 1.3636;
}
#reviews author {
    color: #333;
    text-transform: uppercase;
    font: 700 15px/1 Raleway, sans-serif;
    display: block;
    margin: 15px auto;
}
#reviews star {
    letter-spacing: 4px;
    margin-right: 7px;
}
#reviews .controls {
    position: absolute;
    top: 0;
    left: 10px;
}
#reviews .arrow {
    color: #333;
    opacity: 0.5;
}
#reviews .arrow:hover {
    opacity: 1;
}
#reviews .social-pager {
    font-size: 0;
    text-align: center;
    margin: 10px auto;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#reviews .social-pager span {
    position: relative;
    display: block;
    margin: 3px;
    font-size: 30px;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 70px;
    -webkit-transition: 0.4 all;
    transition: 0.4 all;
    margin: 10px 5px;
}
#reviews .social-pager span i {
    display: none;
    -webkit-transition: 0.4 all;
    transition: 0.4 all;
}
#reviews .social-pager span i:before {
    display: block;
    margin: 0 auto;
    line-height: 70px;
}
#reviews .social-pager span.cycle-pager-active {
    width: 70px;
    height: 70px;
}
#reviews .social-pager span.cycle-pager-active i {
    display: block;
}
#reviews .social-pager .fb {
    background-color: #4d70a8;
}
#reviews .social-pager .gp {
    background-color: #dc4e41;
}
#reviews .social-pager .yp {
    background-color: #b62717;
}
#reviews figure div {
    min-height: 360px;
}
#reviews .playing div {
    background: 0 0;
}
#reviews .playing div {
    min-height: auto;
}
/*#options {
    background: url(assets/images/location-bkgrd.jpg);
    background-size: cover;
    background-position: center;
    padding: 170px 10px;
}*/
#options .contain {
    max-width: 980px;
    padding: 10px;
    margin: auto;
}
#options .style-one.gr,
#options .style-two {
    color: #fff;
}
#options .btn {
    margin-left: 0;
}
#featured {
    position: relative;
    max-width: 1400px;
    margin: auto;
}
#featured .flex-ed {
    -webkit-box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    border-radius: 20px;
    background-color: #fff;
    max-width: 1050px;
    margin: -100px auto 40px;
}
#featured .flex-ed:before {
    content: "";
    position: absolute;
    right: 0;
    top: 100px;
    background: url(assets/images/deco-bl-2.png);
    width: 56px;
    height: 73px;
}
#featured figure {
    padding: 20px;
    border-right: 2px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#featured figure img {
    max-width: 350px;
    border-radius: 20px;
}
#featured article {
    padding: 20px 20px 30px;
    margin: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 670px;
    flex: 0 1 670px;
}
#featured article .style-one,
#featured article p {
    text-align: center;
}
#featured article p {
    margin: 5px auto 20px;
}
#featured article a {
    display: block;
    position: relative;
    padding-left: 40px;
    text-align: left;
    margin: 20px 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
}
#featured article a .style-one {
    margin-bottom: 0;
    letter-spacing: 2px;
    text-align: left;
}
#featured article a:before {
    content: "\e832";
    position: absolute;
    left: 0;
    top: 15px;
    width: 28px;
    height: 28px;
    background-color: #343535;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-family: fontello;
    padding-left: 3px;
    padding-top: 3px;
}
#featured article a:hover .style-one,
#featured article a:hover h3 {
    color: #33a4dc;
}
#featured article a:hover:before {
    background-color: #33a4dc;
}
#featured article h3 {
    font-size: 18px;
    font-weight: 400;
}
#pay {
    text-align: center;
    margin: 80px auto 30px;
    padding: 10px;
}
#pay .flex-ed {
    margin: 50px auto;
    max-width: 1150px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#pay .flex-ed:hover a:not(:hover) {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.8;
}
#pay a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    height: 100%;
}
#pay a article {
    -webkit-box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    border-radius: 20px;
    background-color: #fff;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
#pay a:nth-of-type(even) .wh {
    background-color: #33a4dc;
}
#pay a .contain {
    max-width: 234px;
    margin: 20px auto;
    padding: 10px;
}
#pay a:hover .btn {
    background-image: none;
}
#pay .wh {
    font: 700 25px/1.1 Assistant, sans-serif;
    background-color: #343535;
    padding: 20px;
}
/*#community {
    background-color: #33a4dc;
    padding: 60px 10px 0;
}*/
#community .flex-ed {
    max-width: 1150px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: auto;
}
#community article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 560px;
    flex: 0 1 560px;
    padding: 10px;
}
#community .btn-alt {
    margin-left: 0;
    color: #fff;
}
#community .style-one.gr,
#community .style-two {
    color: #fff;
}
#community figure {
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
#community #foundation {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.controls,
.cycle-slide,
.cycle-slideshow {
    z-index: 1 !important;
}
.cycle-slideshow {
    margin: 0 auto;
}
.cycle-slideshow > * {
    right: 0;
    margin: 0 auto;
}
.arrow,
.pager {
    position: relative;
    z-index: 3;
}
.arrow,
.pager,
.pager span {
    display: inline-block;
    vertical-align: middle;
}
.arrow {
    color: #414142;
    font-family: fontello;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    display: block;
}
.arrow:hover {
    color: #33a4dc;
}
.arrow i,
.arrow i:before {
    display: block;
    margin: 0 auto;
}
.pager {
    font-size: 0;
    padding: 10px 20px;
}
.pager span {
    cursor: pointer;
    margin: 8px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    opacity: 0.28;
    background-color: #33a4dc;
    display: block;
}
.pager span:hover {
    opacity: 0.7;
}
.pager .cycle-pager-active {
    opacity: 1;
}
.gallery {
    position: relative;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    max-width: 1000px;
}
.gallery article .flex-ed {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.gallery article .flex-ed > div {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    padding: 10px;
}
.gallery article .flex-ed > div img {
    width: 100%;
}
.gallery article .flex-ed span {
    margin: 10px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
}
.gallery article .flex-ed span img {
    width: 100%;
}
.page_gallery .gallery article .flex-ed span:after {
    content: "Before";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    margin: auto;
    color: #414142;
    font-weight: 700;
    font-size: 25px;
}
.page_gallery .gallery article .flex-ed span:last-of-type:after {
    content: "After";
}
.gallery article div p {
    display: block;
}
#tour {
    max-width: 880px;
}
#smiles {
    max-width: 780px;
}
#smiles .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#smiles .controls span {
    display: inline-block;
}
@media (max-width: 701px) {
    .gallery {
        padding: 10px;
    }
    .controls {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .gallery .arrow {
        position: relative;
        display: inline-block;
        -webkit-transform: none;
        transform: none;
        font-size: 40px;
        margin: 0;
    }
    .gallery article .flex-ed {
        padding-bottom: 0;
    }
    .gallery article .flex-ed span {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 450px;
    }
    .gallery article .flex-ed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gallery article .flex-ed > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .gallery article .flex-ed span {
        margin-bottom: 40px;
    }
}
footer {
    background-color: #2e485c;
    position: relative;
}
footer .hours p,
footer a {
    color: #fff;
}
footer a:hover {
    color: #f60;
}
footer hr {
    max-width: 1050px;
    margin: 40px auto;
}
footer .hours,
footer .social {
    margin: 0;
}
footer .hours p {
    margin-top: 5px;
}
footer .pho {
    color: #f60;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 4.11px;
    margin: 0 auto 10px;
    display: block;
}
footer .pho:hover {
    color: #33a4dc;
}
footer .phy {
    font-size: 17px;
    margin: 0 auto 30px;
    display: block;
    line-height: 1.5;
}
footer ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 10px;
    text-align: left;
}
footer ul li {
    font-size: 17px;
    line-height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 170px;
    flex: 0 1 170px;
}
footer .flex-row {
    padding: 20px 10px;
    background-color: #fff;
}
footer .flex-row-2 {
    padding: 20px 20px;
    background-color: #818385;
    font-size: 24px;
    color: #2e485c;
    font-weight: 600;
    text-align: center;
}
footer .aspen span {
    font-size: 28px;
}
footer .social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
#map {
    position: relative;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
#map iframe {
    height: 400px;
    display: block;
    width: 100%;
}
#quest {
    padding: 45px 10px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
#quest form {
    max-width: 480px;
    margin: 20px auto;
}
#quest textarea {
    height: 100%;
}
#ft-bt {
    padding: 40px 10px;
    overflow: hidden;
    margin: auto;
    position: relative;
    background: url(/wp-content/uploads/2021/03/footer-bkgrd.png) no-repeat;
    background-position: left;
    background-size: contain;
}
#ft-bt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2021/03/deco-gr.png);
    width: 55px;
    height: 87px;
}
#ft-bt:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2021/03/deco-bl.png);
    width: 56px;
    height: 87px;
}
#ft-bt .flex-ed {
    max-width: 1120px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 30px auto;
}
#ft-bt .flex-ed > div {
    padding: 10px 5px;
}
#assoc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 620px;
    flex: 0 1 620px;
}
#assoc span {
    padding: 8px;
}
#copy {
    font-size: 17px;
    color: #333;
    padding: 20px 0;
}
#copy a {
    color: #333;
}
#copy a:nth-of-type(1),
#copy a:nth-of-type(2) {
    color: #33a4dc;
}
#copy a:hover {
    color: #89c440;
}
.social {
    font-size: 0;
    text-align: center;
    margin: 10px auto;
}
.social a {
    position: relative;
    display: block;
    margin: 25px 5px 35px;
    font-size: 36px;
}
.social a i:before {
    display: block;
    margin: 0 auto;
}
.social a i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.social a + a {
    margin-top: 30px;
}
.social .fb i {
    color: #4d70a8;
}
.social .gp i {
    color: #dc4e41;
}
.social .gp:hover i:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2021/03/icon-google-alt.png);
    background-size: contain;
}
.social .yp i {
    color: #b62717;
}
.social .yt i {
    color: #d00;
}
.social a:hover i {
    color: #fff;
}
main {
    overflow: hidden;
}
#page {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto 30px;
    padding: 0 10px;
    max-width: 1120px;
    clear: both;
}
#page.has_divider {
    margin-bottom: 0;
}
.page_index .internal {
    display: none;
}
.center {
    text-align: center;
}
.first {
    margin-top: -260px;
}
.first img {
    border-radius: 20px;
}
#page > p:first-of-type {
    background-color: rgba(245, 248, 250, 0.78);
}
#page > p {
    padding: 10px;
}
#page h2 + p,
#page h3 + p {
    margin-top: 5px;
}
#page .elem-left + p,
#page .elem-right + p {
    margin-top: 20px;
}
#page ul + h2,
#page ul + h3 {
    margin-top: 30px;
}
ul.box-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    text-align: left;
    overflow: hidden;
}
ul.box-list li {
    position: relative;
    display: block;
    margin: 0 0 10px 26px;
    padding-left: 24px;
    line-height: 1.6;
    overflow: hidden;
    font-size: 18px;
}
ul.box-list li:before {
    content: '';
    background-color: #33a4dc;
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
}
@media (min-width: 800px) {
    ul.two {
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 590px) {
    main ul li {
        margin-left: 10px;
    }
    .block .elem-left,
    .block .elem-right,
    .elem-left,
    .elem-right {
        display: table;
        float: none;
        margin: 15px auto !important;
        max-width: 100%;
    }
}
#title {
    background-color: #414142;
    min-height: 150px;
    position: relative;
    text-align: left;
    max-width: 1400px;
    margin: auto;
}
#title:before {
    content: "";
    position: absolute;
    left: -900px;
    right: -900px;
    top: 0;
    bottom: 0;
    background-color: #414142;
}
#title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -87px;
    background: url(/wp-content/uploads/2021/03/deco-gr.png);
    width: 55px;
    height: 87px;
}
#title .container {
    position: relative;
    max-width: 1120px;
    margin: auto;
    padding: 30px 10px;
    width: 100%;
}
.img-border {
    border: 10px solid #ababab;
    -webkit-box-shadow: 0 3px 7px rgba(24, 23, 24, 0.55);
    box-shadow: 0 3px 7px rgba(24, 23, 24, 0.55);
}
.page-divider {
    display: block;
    clear: both;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.block {
    position: relative;
    display: table;
    clear: both;
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
}
.block h2 {
    margin: 10px auto 20px;
}
.block article p:first-of-type {
    margin-top: 0;
}
.block ul {
    overflow: visible;
}
.block ul li {
    margin-left: 0;
    padding: 0;
    padding-left: 25px;
}
.block p {
    line-height: 30px;
}
.block .btn {
    margin-left: 0;
}
.block .elem img,
.mini-block img {
    -webkit-box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    border-radius: 20px;
}
.mini-block {
    clear: both;
}
.block:last-of-type {
    margin-bottom: 0;
}
.block:nth-of-type(odd):after {
    content: "";
    position: absolute;
    left: -900px;
    right: -900px;
    top: 0;
    bottom: 0;
    background-color: #caf1fc;
    z-index: -1;
}
.why_divider .block:nth-of-type(odd):after {
    background: 0 0;
}
.why_divider .block:nth-of-type(even):after {
    content: "";
    position: absolute;
    left: -900px;
    right: -900px;
    top: 0;
    bottom: 0;
    background-color: #cee7f4;
    z-index: -1;
}
.why_block {
    padding: 30px 10px 0;
    position: relative;
}
.why_block h2 {
    text-align: center;
}
.why_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    overflow: visible;
}
.why_block ul li {
    max-width: 310px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    padding: 0;
    margin: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
    -webkit-box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    box-shadow: 2px 3px 57px rgba(24, 23, 24, 0.2);
    border-radius: 20px;
    padding: 20px;
    background-color: #343535;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.why_block li:nth-of-type(2) {
    background-color: #33a4dc;
}
.why_block ul li:before {
    display: none;
}
.block .special {
    margin-top: 40px;
    z-index: 5;
}
.block .special .style-four {
    font-size: 92px;
}
.block .special .style-four small {
    font-size: 30px;
}
.more-to-explore {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 40px 10px;
    max-width: 1180px;
}
.more-to-explore:before {
    content: "";
    position: absolute;
    left: -900px;
    right: -900px;
    top: 0;
    bottom: 0;
    background-color: #414142;
    z-index: -1;
}
.more-to-explore span {
    text-align: left;
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
}
.more-to-explore p {
    padding: 10px 0;
    margin: auto;
}
.more-to-explore [class^="btn"] {
    min-width: 360px;
    margin: 10px 5px;
}
.more-to-explore .btn-alt {
    border-color: #fff;
    color: #fff;
}
@media (max-width: 800px) {
    .block {
        padding: 30px 0;
        text-align: center;
    }
    .block .btn {
        margin: 10px auto;
    }
    .block h2,
    .block h3 {
        margin-bottom: 20px;
        text-align: center;
    }
    .block .elem {
        float: none;
        margin: 10px auto 20px;
    }
}
.landing {
    align-items: flex-start;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
.landing:hover a:not(:hover) {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.8;
}
.landing a {
    flex: 0 1 300px;
    margin: 10px;
}
.landing a img {
    border-radius: 20px;
    box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.34);
}
.landing a p {
    margin: 10px auto;
}
.landing a:hover .style-three {
    color: #32a4dc;
}
@media screen and (max-width: 860px) {
    .page_meet-the-dentists .landing {
        flex-wrap: wrap;
    }
}
.services {
    max-width: 1180px;
    margin: 40px auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.services div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    margin: 10px auto;
    background-color: #fff;
    max-width: 347px;
}
.services hr {
    width: 93px;
    height: 1px;
    background-color: #33a4dc !important;
    margin: 15px auto !important;
}
.services div > a:hover figure:before {
    top: 0;
    height: 100%;
    background-color: rgba(51, 164, 220, 0.4);
}
.services h3 {
    text-align: center;
    line-height: 1.1;
    font-size: 33px;
    padding: 20px 5px 5px;
}
.services h3 span {
    display: block;
    font-size: 21px;
    line-height: 0.8;
}
.services figure {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    position: relative;
}
.services figure:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: rgba(51, 164, 220, 0.9);
}
.services ul {
    display: table;
    margin: 10px auto 20px;
    text-align: center;
    list-style: none;
}
.services ul li {
    font-size: 20px;
    font-weight: 700;
    margin: 5px auto;
    padding: 0;
    position: relative;
    display: block;
    line-height: 1.6;
    overflow: hidden;
}
.services ul li:before {
    display: none;
}
.services ul li a {
    color: #414142;
}
.services div > a:hover h3 {
    color: #33a4dc;
}
.services ul li:hover a {
    color: #33a4dc;
}
#tiers {
    margin: 40px auto;
}
#tiers article {
    max-width: 353px;
    margin: 10px 5px 20px;
}
#tiers article > p {
    color: #343535;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    margin: 5px auto 30px;
}
#tiers article > p small {
    font-size: 14px;
    display: block;
    line-height: 1;
}
#tiers .dk {
    background-color: #2e485c;
    padding: 10px;
    text-align: center;
}
#tiers .dk small {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
}
#tiers .dk .style-two {
    color: #fff;
}
#tiers .dk p {
    color: #8ba7bd;
    margin: 5px auto;
}
#tiers .lt {
    background-color: #cee7f4;
    text-align: center;
    padding: 10px;
}
#tiers .lt .style-four {
    color: #2e485c;
    font-size: 100px;
}
#tiers .lt p {
    margin: 5px auto;
}
#tiers .lt sub {
    font-size: 40px;
    bottom: 0;
    margin-left: -20px;
}
#tiers ul {
    background-color: #fff;
    padding: 10px 20px;
    margin: 0 auto;
}
#tiers ul li {
    line-height: 1;
    color: #2e485c;
    margin: 10px auto;
    padding: 5px 0 0 30px;
}
#tiers ul li:before {
    background-color: #89c440;
    content: "\e832";
    color: #fff;
    font-size: 11px;
    padding-left: 3px;
    line-height: 18px;
    top: 8px;
}
#tiers .save {
    background-color: #eaeaea;
    text-align: center;
    color: #33a4dc;
    font-weight: 700;
    font-size: 28px;
    padding: 10px 5px;
    margin: 0;
}
.hours {
    display: table;
    margin: 10px auto;
    text-align: left !important;
    font-size: 15px;
    line-height: 23px;
}
.hours label {
    width: 120px;
    display: inline-block;
    font-weight: 700;
}
.contact {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
}
.contact .hours {
    line-height: 1.6;
}
.contact p {
    margin: 15px 0 10px;
    line-height: 1.4;
}
.contact > div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 20px;
}
.contact > div:last-child {
    margin-right: 10px;
}
.contact-map iframe {
    height: 330px;
}
.page_contact #map {
    display: none;
}
.special-flex {
    display: flex;
    flex-wrap: wrap;
}
.special-flex > * {
    flex: 0 1 480px;
}
#special-form {
    max-width: 580px;
    margin: 30px auto;
}
#special-form .offer {
    margin: auto;
}
#special-form form {
    background-color: #fff;
    padding: 30px 10px 20px;
}
#special-form input {
    background-color: rgba(255, 255, 255, 0.13);
    max-width: 500px;
    margin: 5px auto 10px;
    display: block;
    background-color: #cee7f4;
    font-size: 18px;
}
#special-form input:focus {
    border: 3px solid #33a4dc;
}
#special-form form .btn {
    display: block;
    min-width: 270px;
    margin: 20px auto 10px;
}
#special-form .simple::-webkit-input-placeholder {
    color: #54749c;
}
#special-form .simple:-moz-placeholder {
    color: #54749c;
}
#special-form .simple::-moz-placeholder {
    color: #54749c;
}
#special-form .simple:-ms-input-placeholder {
    color: #54749c;
}
#fixed-tabs {
    position: fixed;
    right: 0;
    text-align: center;
    line-height: 1;
    font-size: 0;
    z-index: 200;
}
#fixed-tabs a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
}
#fixed-tabs i {
    font-size: 16px;
}
#fixed-tabs #fixed-tabs i,
#fixed-tabs #fixed-tabs i:before {
    display: block;
    margin: 0 auto !important;
}
#fixed-tabs em {
    font-size: 10px;
    line-height: 1.16;
    margin-top: 6px;
    font-style: normal;
    text-transform: uppercase;
}
#fixed-tabs .ra {
    background-color: #f60;
}
#fixed-tabs .call {
    background-color: #238ec4;
}
#fixed-tabs .map {
    background-color: #333;
}
@media (min-width: 1030px) {
    #fixed-tabs {
        display: none;
    }
}
@media (max-width: 1029px) {
    #fixed-tabs {
        display: block;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #fixed-tabs a {
        padding: 12px 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #fixed-tabs a img {
        display: none;
    }
    #fixed-tabs a span {
        display: inline-block;
        vertical-align: middle;
    }
    #fixed-tabs em {
        display: none;
    }
}
@media (max-width: 730px) {
    #fixed-tabs .ra strong {
        display: none;
    }
    #fixed-tabs .ra {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}
@media (min-width: 950px) {
    a[name]:before {
        height: 150px;
        margin-top: -150px;
        display: block;
        content: "";
        visibility: hidden;
    }
}
@media (max-width: 950px) {
    a[name]:before {
        height: 120px;
        margin-top: -120px;
        display: block;
        content: "";
        visibility: hidden;
    }
}
@media (max-width: 590px) {
    a[name]:before {
        height: 90px;
        margin-top: -90px;
        display: block;
        content: "";
        visibility: hidden;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #title {
        min-height: 150px;
    }
}
@media (max-width: 1180px) {
    .bt,
    .top-nav [class^="btn"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    header .pho {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .place-nav .deco {
        display: none;
    }
    #banner article {
        left: 1%;
    }
    #banner .offer {
        margin-left: 1%;
    }
}
@media (max-width: 1080px) {
    .special figure {
        margin-left: -50px;
    }
    #reviews {
        margin-bottom: 0;
    }
    #reviews figure {
        padding: 0 20px 50px;
    }
    #featured .flex-ed:before {
        display: none;
    }
}
@media (max-width: 1000px) {
    #banner {
        background-color: #204866;
        background-color: #4d4f52;
        padding-top: 0px;
    }
    #banner .cycle-slide {
        background-image: none !important;
    }
    #banner article {
        position: relative;
        text-align: center;
    }
    #banner .offer {
        margin: auto;
    }
    #banner .cycle-slide {
        padding: 20px;
    }
    #banner .pager {
        right: 0;
    }
    .special .flex-ed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .special figure {
        display: none;
    }
    .special .style-four {
        margin: 0;
    }
    .special .appt {
        height: 130px;
        width: 130px;
        margin: 10px 5px;
    }
    .special .wh {
        margin: 0 auto 5px;
    }
    #reviews .icon-quote {
        position: relative;
        margin: 10px auto;
    }
    #reviews .contain {
        padding: 10px;
    }
    #practice {
        padding: 30px 10px 20px;
    }
    #practice .flex-ed {
        display: block;
        text-align: center;
    }
    #practice figure {
        margin: 20px auto 30px;
    }
    #reviews {
        margin-top: 0;
    }
    #reviews .controls {
        position: relative;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 300px;
        margin: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #reviews .social-pager {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
    #reviews .arrow i {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #title h1:only-child,
    .more-to-explore span,
    .style-four,
    h2#append {
        font-size: 60px;
    }
    .first {
        float: none;
        margin: 0 auto;
    }
    #calls .flex-ed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #calls a {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
    }
    #featured figure {
        display: none;
    }
    #featured .flex-ed {
        border-radius: 0;
    }
    #pay .flex-ed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #pay a {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
        margin: 10px auto 20px;
    }
    #community {
        padding: 30px 10px 0;
    }
    #ft-bt .flex-ed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .social {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    footer ul {
        max-width: 600px;
    }
    #feat .f-title,
    .hours .f-title,
    .office {
        text-align: center;
    }
    .services div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
    }
    #copy {
        text-align: center;
    }
    #assoc {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    #tiers .lt .style-four {
        font-size: 70px;
    }
    .more-to-explore span {
        margin: 10px auto 20px;
        text-align: center;
    }
    #tour .pager span {
        display: inline-block;
    }
    #tour .controls {
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #tour .arrow {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #tiers {
        display: table;
    }
    .special-flex {
        display: block;
    }
}
@media (max-width: 730px) {
    header .phy {
        display: none;
    }
    header .pho {
        font-size: 18px;
    }
    #banner .cycle-slide {
        padding-bottom: 45px;
    }
    #banner .pager {
        bottom: 0;
    }
    #banner .pager span {
        display: inline-block;
    }
    #reviews .contain {
        padding: 0 10px;
    }
    #dentists {
        padding: 0 10px;
    }
    #dentists .contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #dentists figure {
        margin: 0 -150px 30px -190px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    #dentists figure .wh {
        font-size: 18px;
    }
    #options {
        padding: 40px 10px;
        text-align: center;
    }
    #featured .flex-ed {
        margin: 0 auto;
    }
    #community .flex-ed {
        text-align: center;
        display: block;
    }
    #community #foundation {
        bottom: 30px;
    }
    #pay .flex-ed {
        margin: 20px auto 0;
    }
    #pay {
        margin: 50px auto 30px;
    }
    .why_block ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .why_block ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .more-to-explore span {
        text-align: center;
        margin: 20px auto;
    }
    #open-chat-button-1590657393986 {
        bottom: 60px !important;
    }
}
@media (max-width: 590px) {
    #assoc,
    #map {
        display: none;
    }
    .offer .style-four {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 0.8;
        font-size: 90px;
    }
    .offer .style-four small {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: auto;
        text-align: center;
    }
    .offer .style-four small br {
        display: none;
    }
    .offer .wh {
        text-align: center;
        padding-bottom: 15px;
        margin: 20px auto;
    }
    .offer .gr {
        text-align: center;
        margin: 10px auto;
    }
    .special .style-four {
        display: block;
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .offer .style-four small {
        font-size: 40px;
    }
    .special article {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
    }
    .special .appt {
        margin-bottom: 20px;
    }
    #dentists figure {
        margin: 0 -60px 0 -90px;
    }
    #calls {
        text-align: center;
        padding: 20px 10px 20px;
    }
    #reviews article {
        padding: 30px 10px;
    }
    #reviews figure div {
        min-height: 240px;
    }
    .accordion .toogle {
        font-size: 22px;
    }
    .accordion > div {
        margin: auto;
        padding: 0 20px 30px;
    }
    .services div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .block h2 {
        font-size: 32px;
        line-height: 1;
    }
    .why_block {
        padding: 0;
    }
    .block .special {
        margin-top: 20px;
        padding-top: 10px;
    }
    #title h1:only-child,
    .more-to-explore span,
    .style-four,
    h2#append {
        font-size: 45px;
    }
    #ft-bt .flex-ed {
        display: block;
    }
    footer .social a {
        display: inline-block;
        margin: 5px;
    }
    footer .hours {
        margin: 10px auto;
    }
    footer .social a + a {
        margin: 5px;
    }
    #copy {
        font-size: 14px;
    }
    .more-to-explore [class^="btn"] {
        display: block;
        margin: 15px auto;
    }
}
@media (max-width: 480px) {
    header .pho {
        display: none;
    }
    .block .special .style-four,
    .special .style-four {
        font-size: 80px;
    }
    .block .special .style-four small,
    .special .style-four small {
        font-size: 36px;
    }
    #dentists .caption {
        background-color: rgba(0, 0, 0, 0.74);
        position: relative;
        display: block;
    }
    #dentists .caption span {
        display: none;
    }
    .caption > div {
        margin-bottom: 10px;
        margin-left: 40px;
    }
    #dentists figure .wh {
        text-shadow: none;
    }
    footer ul {
        display: table;
        margin: 20px auto;
    }
    footer ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
    }
    #copy span:first-of-type {
        display: block;
        visibility: hidden;
        font-size: 1px;
    }
    #special-form article a em {
        display: block;
    }
    .contact {
        display: block;
    }
    #ft-bt {
        padding-top: 70px;
    }
    #fixed-tabs strong {
        display: none;
    }
    #tiers .save {
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    #reviews star {
        display: block;
        margin-bottom: 10px;
    }
    .more-to-explore [class^="btn"] {
        min-width: 100%;
        width: 100%;
        margin: 15px auto;
    }
    [data-embed] .close {
        display: block;
        position: unset;
        text-align: center;
        padding: 4px;
    }
}
.nowrap {
    overflow: hidden;
}
.covid {
    background-color: #4aadb8;
    padding: 10px;
    text-align: center;
}
#figCap {
    position: relative;
    top: -44px;
    background-color: #2c2c2c;
    opacity: 0.9;
    color: #fff;
    font-size: 25px;
    border-radius: 11px;
    padding: 7px;
}
@media (max-width: 830px) {
    #switch figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }
    #featured figure a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 170px;
        flex: 1 1 170px;
    }
    #quest .flex-ed {
        display: table;
    }
    #quest .style-four span {
        display: block;
    }
}
#find {
    background-color: #343535;
}
#quest .flex-ed {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#quest .flex-ed > div:last-of-type {
    margin-bottom: 10px;
}
#banner article.fadeInDown h1.style-three {
    color: #fff;
}
.velentinesDayCPl .special:before {
    background-color: rgba(255, 38, 68);
}
.velentinesDayCPl .special:hover:before {
    background-color: #ff334e;
}
.velentinesDayCPl #calls {
    background-color: rgba(255, 38, 68);
}
.velentinesDayCPl #calls .style-one {
    color: #fff;
}
.velentinesDayCPl #calls a:hover h3 {
    color: #fff;
}
.velentinesDayCPl #featured article a:hover:before {
    background-color: rgba(255, 38, 68);
}
#featured article a:hover h3,
.velentinesDayCPl #featured article a:hover .style-one {
    color: rgba(255, 38, 68);
}
.velentinesDayCPl #pay a:nth-of-type(even) .wh {
    background-color: rgba(255, 38, 68);
}
.velentinesDayCPl #pay .flex-ed a .btn {
    background-color: rgba(255, 38, 68);
    background-image: -webkit-gradient(linear, left top, right top, from(#ff2644), to(#ff2644));
    background-image: linear-gradient(to right, rgba(255, 38, 68) 0, rgba(255, 38, 68) 100%);
}
.velentinesDayCPl #pay .flex-ed a .btn:hover {
    background-color: #ff334e;
}
.velentinesDayCPl #community {
    background-color: rgba(255, 38, 68);
}
.velentinesDayCPl header .top-nav .bt a.btn:last-child {
    background-color: rgba(255, 38, 68);
}
.velentinesDayCPl .btn {
    background-color: rgba(255, 38, 68);
    background-image: -webkit-gradient(linear, left top, right top, from(#ff2644), to(#ff2644));
    background-image: linear-gradient(to right, rgba(255, 38, 68) 0, rgba(255, 38, 68) 100%);
}
.velentinesDayCPl .top-nav .btn.of {
    background-color: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, right top, from(#dcdcdc), to(#dcdcdc));
    background-image: linear-gradient(to right, #dcdcdc 0, #dcdcdc 100%);
    color: #2f2f2f;
}
.velentinesDayCPl .top-nav .btn.er {
    background-color: #4fa5ab;
    background-image: -webkit-gradient(linear, left top, right top, from(#4fa5ab), to(#4fa5ab));
    background-image: linear-gradient(to right, #4fa5ab 0, #4fa5ab 100%);
}
.velentinesDayCPl #banner .select:hover:after {
    background-color: #ff334e;
}
.velentinesDayCPl #banner .select:after {
    background-color: rgba(255, 38, 68);
}
.velentinesDayCPl .offer {
    background-color: rgba(255, 38, 68);
}
.capatcha-questionRow {
    display: flex;
    align-items: center;
}
p#question {
    white-space: pre;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 600;
}
.capatchaNotifi {
    display: flex;
    justify-content: center;
    align-items: center;
}
.capatcha-group {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.btn-reset {
    margin: 0 0 0 10px;
    min-width: auto;
    color: #333;
}
.capatcha-group #fail {
    color: red;
    text-align: right;
    flex: 100%;
    font-size: 14px;
}
.capatcha-group #cpatchaTextBox {
    width: auto;
    flex: auto;
}
/* ============================================ */
    footer input#cpatchaTextBox1 {
        flex: auto;
        width: auto;
    }
    footer .simple .capatcha-group {
        padding-left: 9px;
        padding-right: 3px;
    }
   .capatcha-group > #captcha { 
        margin-right: 10px;
    }
    footer .simple .capatcha-group > #captcha1 {
        filter: brightness(0) invert(1);
        margin-right: 10px;
    }
    .capatcha-group #fail1 {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
    color: #ff4646;
    text-align: right;
}
#map iframe {
    min-height:400px;
    height:100%;
}