/*
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");
/* 
.dm-rate-us {
	margin: 0 !important;
}

.dm-rate-us span {
	color: #fff !important;
	font-size: inherit !important;
}

.dm-rate-us .rtg a {
	padding: 0 !important;
} */

.cw-btn {
    background-color: #2672a0 !important;
}
#header, .cw-btn {
    background-color: #3c69b2!important;
}
h2.cw-head-2.reviews__head {
    font-size: 36px!important;
}
.doc_wrap {
    position: relative;
    z-index: 1;
}
.reviews {
    padding: 50px 0 50px!important;
}
section.reviews {text-align:center;background-color: #007939 !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,.4);
    transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .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: #fff;
}
.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: 113px;
    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 .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 .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: .025em;
    color: #003d34 !important;
    margin-bottom: .45em;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 42px !important;
}
.team_image {
    height: 290px;
    width: 290px;
    margin:0px auto;
    border-radius: 50%;
    margin-bottom: 30px;
    background-position: 50% 40%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-color: rgba(160, 197, 207, 0.50);
    border: 2px solid #003d34;
}
.team_image p {
    -webkit-transition: all .3s ease;
    transition: all .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 {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1000;
    bottom: 350px;
}

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

.carousel-caption a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #0fabe2;
}
.carousel-caption > a:hover {
    background-color: #fff;
    color: #2672a0 !important;
}
.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 .3s ease;
    transition: all .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: .14em;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.team_field span {
    text-transform: uppercase;
    letter-spacing: .14em;
    text-transform: capitalize;
    position: relative;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    color: #003d34 !important;
    display: block;
}
.doctors .container {
    text-align: center;
    padding: 125px 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: 32px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -17px -15px 0;
    background: #003d34;
    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: 100vh;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
}

.primary-slider-container.clearfix {
    max-width: 100%;
    float: none;
    margin: 0px auto;
    width: 100%;
}

.primary-slider .slide-caption {
    width: 100%;
    bottom: 260px;
    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: -1px;
    transform: scaleY(-1);
}

section.doctors {
    position: relative;
}
section.doctors .header-hero__shape-divider {
    fill: rgb(19, 172, 227);
}
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: .1;
}
.header-hero__shape-divider path:nth-child(2) {
    opacity: .12;
}
.header-hero__shape-divider path:nth-child(3) {
    opacity: .18;
}
.header-hero__shape-divider path:nth-child(4) {
    opacity: .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: #3c69b2;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.social-icons a:hover {
    background-color: #003d34;
}
.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;
}
#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: #3c69b2;
}
li#menu-item-355 a {
    padding-right: 0px;
}
section.diamond.field2 {
    background-color: #13ace3;
}

.asal h3 {
    font-size: 34px;
    color: #3c69b2;
}
.regular_header #secondary-navigation {position: relative;flex-wrap: wrap;}
.asal a.btn {
    background-color: #3c69b2;
    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 .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) {
	#secondary-navigation .navigation ul ul.wda-long-menu > li {
		width: 50%!important;
	}
   /* #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;
    }
}
@media screen and (max-width: 880px) {
    #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 {
        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: #007939;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: #003d34;
        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: #003d34 !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;
}
}
@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;
    }
}
section.home-welcome.field1 p {
    font-size: 18px;
    letter-spacing: 0px;
}
div#header:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2020/01/light-wool-5.png);
    opacity: 0.6;
}
section.diamond.field2:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2020/01/light-wool-5.png);
    opacity: 0.3;
}
.wda-row:after {
    clear: both;
    content: "";
}
.wda-row iframe {
    width: 100%;
}
.carousel-caption .dm-rate-us a:visited {
    color: #fff !important;
    background-color: #cb7b14;
}
.wda-row {
    margin:0px -15px;
}
#header .logo-wrap img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 881px) {
	.page-template-template-contact .article {
		padding-top: 200px;
	}
    #header.as .logo-wrap img  {
        width: 95px;
    }
    #header {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #header.as {
        padding: 10px 0px;
    }
}
@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) {
	.single #content_box,
	.category-blog #content_box {
		margin-top:100px;
	}
}

