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

/* Carousel */
@import url("../mts_schema/style.css");
.covid-letter-alert {
    position: absolute;
    z-index: 10;
    background: #cfeaf0;
    border-radius: 10px;
    padding: 10px;
    top: 300px;
    /* left: 0; */
    right: 50px;
    margin: auto;
    display: table;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    color: #fff;
}
.covid-letter-alert {
    color: #348da5;
}
.owl-dot {
    display: none !important;
}
.grid figure h2 {
    /* color:#fff;
    text-shadow:1px 2px 2px #000; */
    text-shadow: 1px 2px 2px;
}
.cw-btn {
    background-color: #2672a0 !important;
}
#header,
.cw-btn {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
h2.cw-head-2.reviews__head {
    font-size: 36px !important;
}
.doc_wrap {
    position: relative;
    z-index: 999;
}
.reviews {
    padding: 50px 0 50px !important;
}
section.reviews {
    text-align: center;
    background-color: #02718f !important;
    color: #fff !important;
}
section.reviews h2,
section.reviews a {
    color: #fff !important;
}
/* OVERWRITE PARENT THEME */
.article {
    width: 100% !important;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px !important;
}
.diamond-list__link:hover .diamond-list__text {
    color: #fff !important;
}
.diamond-list__link:hover::before {
    background: #005f89 !important;
    border-color: #005f89 !important;
}
.diamond-list__back {
    color: #fff !important;
}
#move-to-top {
    padding: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 52px;
    right: 20px;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#move-to-top:hover {
    background-color: var(--primaryBlue) !important;
}

/* HEADER */
.innerImage {
    background-size: cover;
    background-position: 50% 40%;
    height: 400px !important;
}
.page .main-container {
    background-color: #fff;
}
.home .main-container {
    background: none;
}
.article {
    margin-top: 0px;
    background: #0000;
}
.mapBig {
    background-color: #9bcbcf;
}
.regular_header #secondary-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
}
#header {
    top: 0;
    position: fixed;
    background: var(--primaryDark);
    /*     min-height: 50px; */
    z-index: 10005;
}
#header .logo-wrap {
    padding: 0;
    display: flex;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    position: absolute;
    left: 0px;
}
#header .logo-wrap a {
    padding: 0;
    display: flex;
    align-items: center;
}
#header .logo-wrap img {
    width: 354px;
    display: block;
}
#header .container {
    background: transparent;
}
#header-video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    top: 0px;
    height: 100% !important;
}
#menu-main-menu {
    display: flex;
    flex-wrap: wrap;
}

.main-header .container,
#site-header {
    background: transparent;
}
/*
#secondary-navigation .navigation ul li {
    overflow: hidden;
}
*/
.reviews {
    position: relative;
}
#secondary-navigation .navigation ul#menu-main-menu > li > a {
    position: relative;
    overflow: hidden;
}
#secondary-navigation .navigation ul#menu-main-menu > li > a::before {
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
    transform: translateX(calc(-100% - 20px));
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transition: all 0.5s ease;
}
#secondary-navigation .navigation ul li a:hover::before,
#secondary-navigation .navigation ul li.current-menu-item a::before {
    transform: translateX(0) !important;
    transition: all 0.5s ease;
}

#secondary-navigation .navigation ul li:hover,
#secondary-navigation .navigation ul .current-menu-item {
    background: transparent;
}
#primary-navigation .navigation ul ul a,
#primary-navigation .navigation ul ul a:link,
#primary-navigation .navigation ul ul a:visited,
#secondary-navigation .navigation ul ul a,
#secondary-navigation .navigation ul ul a:link,
#secondary-navigation .navigation ul ul a:visited {
    background: rgba(255, 255, 255, 0.65);
}
#secondary-navigation .navigation ul li a:hover,
#secondary-navigation .navigation ul .current-menu-item a {
    /*color: #e6e6e6!important;*/
    /* opacity: 0.65; */
}
#secondary-navigation .navigation ul ul a:hover {
    background: transparent !important;
    color: #e6e6e6 !important;
}
#secondary-navigation .navigation ul ul {
    right: 0px;
    box-shadow: none;
    /*  width: auto;*/
}
#secondary-navigation .navigation ul ul a {
    padding: 3px 10px !important;
}
#secondary-navigation .navigation ul ul li:hover a {
    color: var(--primaryDark) !important;
}
#secondary-navigation .navigation ul ul li,
#secondary-navigation .navigation ul ul li:hover {
    background: rgba(255, 255, 255, 0.85);
}
#secondary-navigation .navigation ul ul a,
#secondary-navigation .navigation ul ul a:link {
    color: var(--primaryDark) !important;
}
#secondary-navigation .navigation ul ul a:hover {
    opacity: 1;
}
.home-header__content-inner {
    display: none !important;
}
.team_field {
    display: inline-block;
    margin-left: -4px;
    width: 400px;
    vertical-align: top;
}
.doctors {
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-color: #fff;
}
.doctors h3 {
    font-size: 46px;
    letter-spacing: 0.025em;
    color: #9bcbcf;
    margin-bottom: 0.45em;
}
.team_image {
    height: 290px;
    width: 290px;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 30px;
    background-position: 50% 20%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-color: rgba(160, 197, 207, 0.5);
}
.team_image p {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    opacity: 0;
    letter-spacing: 1.5em;
    text-transform: uppercase;
    color: #fff;
}
.diamond-list__front img {
    max-width: 70px;
}
.diamond-list__front a.circleplm {
    width: 120px;
    height: 120px;
    padding: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.carousel-caption {
    display: none;
    position: absolute;
    bottom: 200px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 40px;
    text-shadow: 0px 1px 3px #000;
}

.carousel-caption a {
    display: inline-block;
    background-color: #2672a0;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
}
.carousel-caption a:hover {
    background-color: #fff;
    color: #2672a0;
}
.diamond-list__front a,
.diamond-list__front a:hover {
    color: #fff;
}
.diamond-list__front .linkTextPlm {
    height: 50px;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 9px;
    font-weight: bold;
}

.diamond-list__item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.diamond-list__item:hover {
    transform: scale(1.05);
}
.team_image:hover:before {
    opacity: 1;
}
.team_image:before {
    left: 0px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    content: "";
    background-color: rgba(0, 147, 183, 0.38);
    opacity: 0;
}
.testiparallax {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    text-align: center;
}
.team_image:hover p {
    opacity: 1;
    letter-spacing: 0.14em;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.team_field span {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-transform: capitalize;
    position: relative;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    color: #9bcbcf;
    display: block;
}
.doctors .container {
    text-align: center;
    padding: 241px 0px;
}
.footer-address ul {
    column-count: 2;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0px;
}
p.reviews__para {
    font-size: 19px !important;
    letter-spacing: 0px;
}
.sspecials {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 75px;
    height: auto;
    position: fixed;
    right: 3px;
    z-index: 3000;
    top: 50%;
    transform: translateY(-50%);
}
.sspecials * {
    box-sizing: border-box;
}
/*.home-welcome {
    overflow: hidden;
}*/
.call-side {
    width: 100%;
    height: 80px;
    padding: 23px 0 0;
    margin: 0 0 9px;
    background: #7d7d7d;
    border: 2px solid #fff;
    position: relative;
}
html button.aicon_link {
    background-color: #006a84 !important;
}
.sociAnim a:nth-child(2) {
    color: #fff;
    margin-left: 5px;
}
.sociAnim {
    line-height: 2.8;
    font-size: 13px;
    text-align: center;
    color: #fff;
    height: 45px;
    width: 200px;
    background: #a0c5cf;
    position: absolute;
    bottom: 26px;
    right: 0;
    margin-right: 73px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.side-s-wrap a {
    color: #fff !important;
    font-size: 16px;
}
.call-side .icon {
    line-height: 27px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -17px -15px 0;
    background: #9bcbcf;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
}
.call-side .infos {
    line-height: 18px;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 300 !important;
}
.sspecials * {
    box-sizing: border-box;
}
.social-side a {
    line-height: 20px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: auto;
    margin: 4px 0;
    display: block;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.call-side:hover:after {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.sspecials:hover .sociAnim {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.call-side:before {
    content: "";
    border-color: #a5a5a5;
    border: 1px solid rgba(255, 255, 255, 0.31);
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}
.sspecials * {
    box-sizing: border-box;
}
.sociAnim a:nth-child(2) {
    color: #fff;
    margin-left: 5px;
}
.call-side:after {
    line-height: 2.8;
    font-size: 14px;
    text-align: center;
    color: #fff;
    height: 38px;
    width: 134px;
    background: #252525;
    position: absolute;
    bottom: 17px;
    right: 0;
    margin-right: 73px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.social-side a:hover {
    color: #afede2;
    z-index: 400;
    -webkit-transform: scale(1.66);
    -moz-transform: scale(1.66);
    -ms-transform: scale(1.66);
    -o-transform: scale(1.66);
    transform: scale(1.66);
}

.sociAnim .fa-map-marker {
    color: white !important;
}
.newCon {
    height: 600px;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
}

.primary-slider-container.clearfix {
    max-width: 100%;
    float: left;
    margin: 0px auto;
    width: 100%;
}
.info {
    float: right;
    width: 30%;
    padding: 100px 15px;
    text-align: Center;
}
.primary-slider .slide-caption {
    width: 100%;
    bottom: 20px;
    left: 0px;
    box-sizing: border-box;
    max-height: 100%;
    overflow: visible;
}
@media screen and (max-width: 1366px) {
    #secondary-navigation a {
        font-size: 12px !important;
    }
    .home-welcome__image img {
        max-width: 250px;
    }
    #secondary-navigation .navigation > ul > .menu-item-has-children > a {
        padding-right: 8px;
    }
    #secondary-navigation .menu-item-has-children > a:after {
        right: -1px;
    }
}
section.doctors svg {
    top: 0px;
    transform: scaleY(-1);
}

section.doctors {
    position: relative;
}
section.doctors .header-hero__shape-divider {
    fill: #02718f;
}
header .header-hero__shape-divider {
    fill: rgba(255, 255, 255, 1);
}
.header-hero__shape-divider {
    fill: rgb(255, 255, 255);
    width: 100%;
    left: 0;
    bottom: 45px;
    position: absolute;
    height: 35%;
    z-index: 100;
}
.header-hero__shape-divider path:nth-child(1) {
    opacity: 0.1;
}
.header-hero__shape-divider path:nth-child(2) {
    opacity: 0.12;
}
.header-hero__shape-divider path:nth-child(3) {
    opacity: 0.18;
}
.header-hero__shape-divider path:nth-child(4) {
    opacity: 0.33;
}
@media screen and (max-width: 865px) {
    .primary-slider-container {
        display: none !important;
    }
    .pull-asdas {
        display: none !important;
    }
    .hide-xs {
        display: none !important;
    }
    section.doctors svg {
        top: 0px;
        transform: scaleY(-1);
        top: -5px;
        height: 192px;
    }
    .header-hero__shape-divider {
        bottom: -10px;
    }
    .mapBig .col-sm-6 {
        width: 100% !important;
        max-width: 100%;
    }
    .sspecials {
        display: none !important;
    }
    .home .sticks {
        background-color: #0093b7;
        display: block;
        float: left;
        width: 50%;
        margin: 0px;
        border: 1px solid #fff;
        border-radius: 0px;
        background-color: #a0c5cf;
        color: #ffff;
        padding: 5px;
    }
    html a#pull {
        width: 100%;
        background: none;
        margin: 0px;
    }
    #secondary-navigation {
        margin: 0px !important;
    }
    .logo-wrap {
        width: 100% !important;
        margin: 90px 10% 0 10% !important;
        float: none !important;
    }

    #header h1,
    #header h2,
    .site-description {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 0;
        width: auto;
    }
    .hmb.hide-d {
        display: none !important;
    }
}

@media screen and (min-width: 866px) {
    .regular_header #secondary-navigation {
        height: 100%;
    }
    #secondary-navigation a {
        padding: 15px 7px;
    }
    #catcher {
        height: 0 !important;
    }
}
.social-icons.pull-none {
    position: fixed;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 40px;
    z-index: 1000;
}

.social-icons.pull-none a {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #02718f;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.social-icons a:hover {
    background-color: #9bcbcf;
}

.header-facebook {
    background-color: #3b5998 !important;
}

.header-google {
    background-color: #1a73e8 !important;
}

.header-yelp {
    background-color: #d32323 !important;
}

.col-sm-6.center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    text-align: center;
}
.col-sm-6 {
    width: 50%;
    float: left;
}
.col-sm-6 iframe {
    display: block;
}
#menu-main-menu {
    justify-content: flex-end;
}
.pull-asdas p {
    display: inline-block;
    text-align: right;
    margin-bottom: -10px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 9px;
}

.pull-asdas {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.pull-asdas a {
    color: #fff;
    text-transform: uppercase;
}
.col-sm-6.center {
    position: relative;
    overflow: hidden;
}
.asal p {
    color: #fff;
}
#header .container:after {
    clear: both;
    content: "";
    display: block;
}
.col-sm-6.center:before {
    position: absolute;
    width: 100%;
    width: 1000px;
    height: 150%;
    height: 1000px;
    height: 800px;
    width: 800px;
    -moz-transform: skew(0, 30deg);
    -webkit-transform: skew(0, 30deg);
    -o-transform: skew(0, 30deg);
    -ms-transform: skew(0, 30deg);
    transform: skew(0, 30deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    clear: both;
    margin-top: 200px;
    margin-top: 115px;
    opacity: 0.4;
    background-size: 53px;
    background-repeat: repeat;
    float: left;
    margin-left: -520px;
    top: -45%;
    content: "";
}
div#secondary-navigation {
    overflow: visible;
}

.logo-wrap {
    overflow: visible;
}

li#menu-item-355 {
    padding-right: 0px !important;
}
.asal a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
li#menu-item-355 a {
    padding-right: 0px;
}
section.diamond.field2 {
    /*background-color: #02718f;*/
}

.asal h3 {
    font-size: 34px;
    color: #fff;
}
.regular_header #secondary-navigation {
    position: relative;
    flex-wrap: wrap;
}
.asal a.btn {
    background-color: #02718f;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    margin-top: 10px;
    border-radius: 3px;
}
.hidea-xs {
    display: block;
}
.hidea-d {
    display: none;
}
@media screen and (max-width: 1200px) {
    .slicka {
        padding: 0px 80px;
        box-sizing: border-box;
    }
    .slicka .slick-prev {
        left: 30px;
        z-index: 10;
    }

    .slicka .slick-next {
        right: 30px;
        z-index: 10;
    }

    .slicka .slick-next:before {
        content: "\f105";
        font-family: fontAwesome;
        font-size: 30px;
        opacity: 1;
    }
    .slicka .slick-prev:before {
        content: "\f104";
        font-family: fontAwesome;
        font-size: 30px;
        opacity: 1;
    }
    html .diamond-list__head {
        font-size: 12px;
        line-height: 13px;
        margin-top: 10px;
    }
    html .diamond-list__item {
        height: 250px;
    }
    html .slick-slide img {
        display: block;
        max-width: 38px;
    }
    .diamond-list__front img {
        max-width: 80px !important;
        height: 80px !important;
    }
    .diamond-list {
        width: 100%;
        grid-template-columns: none !important;
        display: block !important;
    }
    html .diamond-list__link::before {
        top: 50px;
        left: 50px;
        width: 150px;
        height: 150px;
    }
    .diamond-list__link {
        height: 150px;
    }
    html .diamond-list__front,
    html .diamond-list__back {
        position: absolute;
        top: 50px;
        left: 50px;
        width: 150px;
        height: 150px;
    }
    .hidea-xs {
        display: none;
    }
    .hidea-d {
        display: block;
    }
    .diamond-list__link:hover .diamond-list__front {
        color: #fff;
        overflow: visible !important;
        opacity: 1 !important;
        transition: all 0.35s ease;
        filter: brightness(0) invert(1);
    }
}
.hide-d {
    display: none;
}
#secondary-navigation .navigation ul ul li {
    width: 100% !important;
}
@media screen and (min-width: 881px) {
    /* #header .logo-wrap img {
        width: 285px;
        display: block;
        position: relative;
        filter: brightness(0) invert(1);
    }
   #header .logo-wrap {
        padding: 0;
        display: flex;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 0px;
    }*/
    #header .logo-wrap a {
        padding: 0;
        display: flex;
        align-items: center;
    }
}

.flex-box{
    display: flex;
    flex-wrap: wrap;
}
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7,
.col-6, .col-5, .col-4, .col-3, .col-2, .col-1{    padding: 1%;     }
.col-12{    width: calc(((100% / 12) * 12) - 2%);     }
.col-11{    width: calc(((100% / 12) * 11) - 2%);     }
.col-10{    width: calc(((100% / 12) * 10) - 2%);     }
.col-9{    width: calc(((100% / 12) * 9) - 2%);     }
.col-8{    width: calc(((100% / 12) * 8) - 2%);     }
.col-7{    width: calc(((100% / 12) * 7) - 2%);     }
.col-6{    width: calc(((100% / 12) * 6) - 2%);     }
.col-5{    width: calc(((100% / 12) * 5) - 2%);     }
.col-4{    width: calc(((100% / 12) * 4) - 2%);     }
.col-3{    width: calc(((100% / 12) * 3) - 2%);     }
.col-2{    width: calc(((100% / 12) * 2) - 2%);     }
.col-1{    width: calc(((100% / 12) * 1) - 2%);     }
.flex-ul-2{  columns: 2;    column-fill: balance;   }
.flex-ul-3{  columns: 3;   column-fill: balance;    }

@media screen and (max-width: 880px) {
	.flex-ul-2,
    .flex-ul-3{  columns: 1;     }
    .col-12, .col-11, .col-10, .col-9, .col-8, .col-7,
    .col-6, .col-5, .col-4, .col-3, .col-2, .col-1{
        width: 100%;
    }

    .dm-space {
        padding: 0px!important;
    }
    .dm-service-section h3 {
        font-size: 22px!important;
    }
    .dm-half img {
        max-width: 90%;
    }
    .dm-service-section .dm-container {
        flex-wrap: wrap;
        padding: 0px 30px;
    }
     .dm-service-section .dm-container .dm-half {
        width: 100%!important;
     }
    .doctors .container {
        padding: 50px 0px;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .page h1.title {
        font-size: 32px;
    }
    .article h3 {
        font-size: 30px;
    }
    html .home-header {
        height: auto;
    }
    html .home-header__bg {
        height: auto;
        position: relative;
    }
    html .logo-wrap.hide-d,
    .logo-wrap.hide-d,
    .info {
        display: none;
    }
    .regular_header #secondary-navigation {
        height: auto;
    }
    #page {
        padding-top: 0px !important;
    }
    .wda-spacers {
        display: none !important;
    }
    #secondary-navigation .navigation ul#menu-main-menu > li > a {
        display: block;
    }
    .home-header {
        height: auto;
    }
    .video_wrapper {
        display: none !important;
    }
    .social-icons.pull-none {
        display: none;
    }
    .home-welcome__image img {
        max-width: 100%;
    }
    .hd-services__list {
        display: block !important;
    }
    section.reviews {
        background-color: #323232;
    }
    .hide-xs {
        display: none;
    }
    section.reviews {
        background-attachment: scroll !important;
    }
    img.alignright.size-full.wp-image-435,
    img.alignright.size-medium.wp-image-552 {
        width: 130px;
    }
    .diamond-list__link {
        position: relative;
        height: 285px;
        display: block;
        margin: 0px auto;
        text-align: center;
        max-width: 261px;
    }
    .hide-d {
        display: block;
    }
    .mobileBtn {
        margin-bottom: 0px;
    }
    .mobileBtn a,
    .hours {
        display: block;
        color: #fff;
        text-align: center;
        background: #02718f;
        padding: 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        margin: 10px !important;
    }
    .mobileBtn.phoneBtn {
        font-size: 20px;
    }
    .mobileBtn a:hover,
    .mobileBtn a:visited {
        color: #fff;
    }
    .ctasMobile {
        position: relative;
        top: -200px;
        z-index: 1000;
        margin-bottom: -100px;
    }
    .header-social-icons {
        float: none !important;
        text-align: center;
    }

    .header-social-icons a {
        display: inline-block !important;
        float: none;
        background-color: #9bcbcf;
        color: #fff;
        height: 40px;
        line-height: 40px;
        width: 40px;
        padding: 0px;
        border-radius: 2px;
    }

    .header-social-icons {
        background-color: transparent !important;
    }

    section.home-welcome.field1 {
        padding-top: 30px !important;
    }

    div#header {
        position: relative !important;
        float: none;
    }
    .home div#header {
        margin-bottom: 20px;
    }
    .main-space {
        height: auto !important;
    }

    .logo-wrap.hide-d {
        position: relative !important;
        margin: 0px !important;
        width: 100% !important;
        background-color: #fff;
        float: none;
    }
    .home-header {
        background: transparent !important;
    }
    .home-header__inner {
        overflow: visible;
    }

    .home-header__bg {
        position: relative;
        background: none;
    }

    svg.header-hero__shape-divider {
        display: none !important;
    }

    header#site-header {
        float: none;
    }

    header#site-header:after {
        clear: both;
        content: "";
        display: block;
    }

    header#site-header:after {
    }

    #logo {
        margin: 0px;
    }

    div#header .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px !important;
    }

    div#header a#pull {
        background-color: #9bcbcf !important;
        box-sizing: border-box;
        margin: 0px !important;
    }

    #logo img {
        width: 100%;
        max-width: 100%;
        margin: 20px auto;
        display: block;
    }

    #logo a {
        display: block;
    }

    .home-header {
        background-color: transparent;
    }
    .home-welcome {
        padding: 0px 0 30px 0 !important;
    }

    html #header .logo-wrap {
        padding: 0;
        position: relative;
        left: 0px;
        top: 0px;
        margin: 0px auto !important;
        display: block !important;
        transform: none;
    }
    .home-welcome .row {
        padding-top: 0 !important;
    }
    #header {
        background-color: #d9e9f0 !important;
    }
}
@media screen and (max-width: 640px) {
    .slicka {
        padding: 0px 40px;
    }
    .copyrights__links {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
        text-align: center;
        justify-content: center;
    }
    .social-icons {
        display: none;
    }
    section.doctors svg {
        top: 0px;
        transform: scaleY(-1);
        top: -3px;
        height: 86px;
    }
    .regular_header #secondary-navigation {
        justify-content: flex-start;
    }
    .navigation-square2 {
        position: absolute;
        bottom: 45px;
        right: 30px;
        z-index: 999;
        left: auto !important;
    }
    .home-header__bg video {
        opacity: 0;
        visibility: hidden;
    }
    .home-welcome__content h1 {
        font-size: 30px;
    }
    section.reviews {
        background-attachment: scroll;
    }
    .testiparallax {
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .team_field {
        display: inline-block;
        margin-left: -4px;
        width: 100%;
        vertical-align: top;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    html .diamond-list__front,
    html .diamond-list__back {
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }
}
@media screen and (min-width: 1200px) {
    #secondary-navigation a {
        font-size: 12px;
    }
}
.wda-row:after {
    clear: both;
    content: "";
}
.wda-row iframe {
    width: 100%;
}
.wda-row {
    margin: 0px -15px;
}
@media screen and (max-width: 880px) {
    .wda-row {
        margin: 0px;
    }
}
.navigation-square__link::before,
.diamond-list__link::before {
    border-radius: 15px;
}

@media screen and (min-width: 880px) {
    #secondary-navigation .navigation ul ul {
        right: 250px;
        box-shadow: 0px 3px 15px 2px #25252566;
        /*  width: auto;*/
    }
    .post-content {
        padding-top: 40px;
    }
}

.navigation ul ul {
    width: 295px;
}

.home-welcome.field1 {
    padding-bottom: 0px;
}

.info {
    background-color: #00677f;
}

svg.innerPage {
    fill: #02718f;
    top: 0;
    transform: scaleY(-1);
    z-index: 0;
}
.single .article a {
    white-space: normal !important;
}

@media screen and (min-width: 881px) {
    figure .simg {
        background-size: 100px;
        background-position: 50% 10%;
    }
}

@media screen and (max-width: 880px) {
    figure .simg {
        background-size: 150px;
    }
}

.servicesBoxes {
    display: flex;
    flex-wrap: wrap;
}
/*
.boxy span {
    background-
}
*/

.article h2 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    clear: both;
}

.flex-slider {
    display: flex;
    margin-top: 90px;
    justify-content: center;
    align-items: center;
    background-color: #00677f;
}

.primary-slider-container {
    flex-basis: 100%;
}

.side-items,
.info2 {
    flex-basis: 450px;
}

.info2 {
    color: white;
    padding: 10px;
    background-color: #00677f;
}

.info2 h3 {
    color: white;
}
.metaslider {
    flex-basis: 100%;
}

.homeServices {
    margin-top: 75px;
}

.info2 .btn2 {
    border-radius: 30px;
    background-color: #fff;
    color: black;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    text-decoration: none !important;
}

.info2 .btn2:hover {
    background-color: #eee;
    color: black;
    transform: scale(1.05);
}

.metaslider .caption-wrap {
    text-align: center;
}

.metaslider .caption-wrap h3 {
    color: white;
}

.homeServices {
    background-image: url("/wp-content/uploads/2020/11/asfalt-dark.png");
}

.opBtn {
    position: fixed;
    right: 0px;
    top: 310px;
    background: #02718f;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    z-index: 99 !important;
}

@media screen and (max-width: 880px) {
    .opBtn {
        display: none !important;
    }
}

.home-welcome {
    background-image: url("/wp-content/uploads/2020/03/board-bright-design-fabric-235994.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 880px) {
    .home-welcome__content {
        margin-top: -80px !important;
        margin-bottom: 10px !important;
    }

    .home-welcome__inner img {
        margin-top: -30px !important;
    }

    .cw-btn.home-welcome__link {
        background: #cce9f0 !important;
        margin-bottom: 50px !important;
    }
}

@media (max-width: 880px) {
    .diamond.field2 {
        padding-top: 15px !important;
        top: 5px !important;
    }

    .cw-btn.home-welcome__link {
        background: #cce9f0 !important;
    }
}

.reviews {
    background-image: url("https://michigancitydental.com/wp-content/uploads/2020/03/autumn-studio-dVzx4g9YAHw-unsplash-scaled.jpg") !important;
}

#tab_container_1653 .wpsm_nav-tabs > li > a span {
    z-index: 99 !important;
}

@media screen and (min-width: 880px) {
    .f-half {
        display: flex;
        gap: 1em;
        justify-content: center;
        align-items: center;
    }

    .f-half > div {
        flex-basis: 50%;
    }
}

.consult-top {
    padding: 1em 0;
    text-align: center;
}

.consult {
    padding: 2em 0;
}

.consult h3 {
    font-size: 32px;
}

.consult .btn2 {
    border-radius: 2em;
    background-color: #00677f;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 0.75em 2em;
    transition: all 0.5s ease-in-out;
    text-decoration: none !important;
}

.consult .btn2:hover {
    background-color: #eee;
    color: black;
    transform: scale(1.05);
}


.dm-half {
    width: 50%;
}

.dm-service-section .dm-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.page-id-980 div#page {
    width: 100%!important;
    max-width: 100%!important;
}

.page-id-980 #page article.article {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0px!important;
}

.dm-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    clear: both;
}

.dm-space {
    padding: 0 50px;
}

.dm-half img {
    margin: auto;
    text-align: center;
}

.dm-service-section img {
    outline: 2px solid #ccc;
    border: 5px solid #fff;
}

.page-id-980 .title.entry-title {
    padding-top: 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 34px;
}

.page-id-980 .title.entry-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 34px;
}

.page-id-980 header {
    background: #7db6c6;
}

#page {
    padding-top: 0px!important;
}

.dm-service-section:nth-child(even) {
    background: #eee;
}

.dm-service-section {
    padding: 60px 0;
}



.page-id-1381 .title.entry-title {
    padding-top: 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 34px;
}

.page-id-1381 .title.entry-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 34px;
}

.page-id-1381 header {
    background: #7db6c6;
}


.page-id-1381 div#page {
    width: 100%!important;
    max-width: 100%!important;
}

.page-id-1381 #page article.article {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0px!important;
}

.page-id-1377 .title.entry-title {
    padding-top: 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 34px;
}

.page-id-1377 .title.entry-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 34px;
}

.page-id-1377 header {
    background: #7db6c6;
}


.page-id-1377 div#page {
    width: 100%!important;
    max-width: 100%!important;
}

.page-id-1377  article.article {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0px!important;
}



.page-id-1386 .title.entry-title {
    padding-top: 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 34px;
}

.page-id-1386 .title.entry-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 34px;
}

.page-id-1386 header {
    background: #7db6c6;
}


.page-id-1386 div#page {
    width: 100%!important;
    max-width: 100%!important;
}

.page-id-1386  article.article {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0px!important;
}

.page-id-48 .title.entry-title {
    padding-top: 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 34px;
}

.page-id-48 .title.entry-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 34px;
}

.page-id-48 header {
    background: #7db6c6;
}


.page-id-48 div#page {
    width: 100%!important;
    max-width: 100%!important;
}

.page-id-48  article.article {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0px!important;
}

.page-id-1692 .title.entry-title {
    padding-top: 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 34px;
}

.page-id-1692 .title.entry-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 34px;
}

.page-id-1692 header {
    background: #7db6c6;
}


.page-id-1692 div#page {
    width: 100%!important;
    max-width: 100%!important;
}

.page-id-1692  article.article {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0px!important;
}















.page-id-1384 .title.entry-title {
    padding-top: 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 34px;
}

.page-id-1384 .title.entry-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 34px;
}

.page-id-1384 header {
    background: #7db6c6;
}


.page-id-1384 div#page {
    width: 100%!important;
    max-width: 100%!important;
}

.page-id-1384  article.article {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0px!important;
}

.page-id-1865 .bwg_slideshow_image_wrap_0 {
    background: transparent!important;
}

img.retired {
    filter: grayscale(.35) contrast(0.8);
}

.post-50 .post-content.box.mark-links.entry-content {
    padding-top: 0px !important;
}
.post-50 .dm-service-section {
    padding-top: 20px;
}


