/*
Theme Name: Classy - Child
Version: 587
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

.error { color: #013f4e !important; }

* {
    box-sizing: border-box;
}

#page {
    padding: 0px;
}

a.btn {
    color: #fff;
    font-size: 15px;
    background: rgb(0,0,0);
    padding: 0px 30px;
    color: #000 !important;
    border-radius: 30px;
    line-height: 60px;
}

#header a.btn {
    /* padding: 10px 20px; */
}

.container {
    width:  100%;
    max-width: 1200px;
    padding: 0px 15px;
}
.anchor-fix {
    position: relative;
    top: -160px;
    width: 100%;
    height: 1px;
}
html #secondary-navigation > nav > ul > li:hover,html  #secondary-navigation > nav > ul > li.current-menu-item,html  #secondary-navigation > nav > ul li.current-menu-item,html #secondary-navigation > nav > ul > li.current-menu-parent {
    background: transparent !important;
}

html #secondary-navigation > nav > ul > li:hover > a,html  #secondary-navigation > nav > ul > li.current-menu-item > a,html  #secondary-navigation > nav > ul > li.current-menu-parent > a,html  #secondary-navigation > nav ul.sub-menu > li.current_page_item > a,html #secondary-navigation > nav > ul > li.current-menu-item > a {
    color: var(--pColor) !important;
}
.navigation ul ul{/* background: #fff !important; */}
.sub-menu .current_page_item:before{opacity:0;}
@keyframes fadeInUpa {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpa {
    animation-name: fadeInUpa;
}

@keyframes fadeInLefta {
    0% {
        opacity: 0;
        transform: translate3d(-150px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLefta {
    animation-name: fadeInLefta;
}

/* Footer */
.copyrights {
    padding: 0px;
}

.copyrights p a {
    line-height: 1.2;
    display: inline-block;
}

.copyrights p {
    margin-bottom: 23px;
}

footer .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-right: 6px;
}

.dm-full.footer-creds p {
    margin-bottom: 0px;
}

footer#site-footer > div {
    margin: 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: -104px;
    z-index: 2;
    background-position: 50% 30%;
}

.copyrights .dm-flex {
    align-items: inherit;
}

.copyrights .dm-half {
    padding: 0px;
}

.copyrights iframe {
    height: 100%;
}

a#move-to-top {
    width: 40px;
    height: 40px;
}

.copyrights .dm-full {
    text-align: left;
    padding: 20px 0px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    border-top: 2px solid rgb(220 219 220 / .20);
    padding-top: 30px;
    align-items: flex-start;
}

.dm-col-3 {
    width: 40%;
}

.dm-col-3 span {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.dm-flex.dm-full {
    justify-content: space-between;
    margin-bottom: 50px;
}

.dm-flex.dm-full h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.dm-full.footer-contact-info img {
    max-width: 400px;
    margin: 0px auto;
    display: block;
    float: none;
}

.logo-wrap {
    margin: 0px;
    float: none;
    overflow: visible;
}

.dm-full.footer-contact-info {
    margin-bottom: 50px;
}

.copyrights .dm-half:nth-child(1) {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
}

.footer-wrapper {
    max-width: 620px;
    margin-right: 0px;
    margin-left: auto;
    margin: 0px auto;
}

.dm-full.footer-creds p:nth-child(2) {
    /* margin: 0px; */
}

.copyrights h3,.copyrights h4 {
    color: #fff;
}

.copyrights {
    text-align: left;
}

.copyrights .dm-flex {
    max-width: 1400px;
    margin: 0px auto 20px;
}

section.visit-us-today {
}

section.visit-us-today ifraME {
    display: block;
}

section.visit-us-today .dm-flex {
}

section.visit-us-today .dm-half {
    flex: 1;
    flex: 1 1 100%;
}

section.visit-us-today h2 {
    font-size: 40px;
}

section.visit-us-today .dm-half li:before {
    opacity: 0;
    padding: 0px;
}

section.visit-us-today ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.visit-us-today li {margin-bottom: 22px;padding-left: 40px;position: relative;}

section.visit-us-today i {
    /* position: absolute; */
    /* left: 0px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* font-size: 23px; */
    /* color: var(--pColor); */
}

section.visit-us-today a {
    display: block;
    line-height: 1;
}

/* Blog Section */
section.dm-blog-posts {
    padding: 100px 0px;
    /* background-position: 50% 50%; */
    /* background-size: initial; */
    /* background-repeat: no-repeat; */
}

section.dm-blog-posts h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
}

.dm-blog-image {
    height: 529px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 9px;
    transition: 0.3s ease;
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 59px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 59px rgba(0, 0, 0, 0.1);
    position: relative;
}

.dm-blog-image p {
    font-size: 17px;
}

section.dm-blog-posts p {
    font-size: 16px;
    color: #000;
}

section.dm-blog-posts h3 {
    font-weight: bold;
}

section.dm-blog-posts .dm-flex {
    margin-top: 30px;
    align-items: inherit;
}

section.dm-blog-posts .dm-third:hover {
    background-color: #fff;
    box-shadow: 0 20px 30px -10px rgb(38 115 228 / 20%);
}

section.dm-blog-posts .dm-third {
    padding: 20px;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
    transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
}

section.dm-blog-posts .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}
section.dm-blog-posts .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

/* Services  */
.central-tab {
    flex: 1 1 16%;
    padding: 10px;
}

.central-tab:nth-child(2) {
    animation-delay: 0.2s;
}
.central-tab:nth-child(3) {
    animation-delay: 0.3s;
}
.central-tab:nth-child(4) {
    animation-delay: 0.4s;
}
.central-tab:nth-child(5) {
    animation-delay: 0.5s;
}
.central-tab:nth-child(6) {
    animation-delay: 0.6s;
}
.central-tab:nth-child(7) {
    animation-delay: 0.7s;
}
 
.central-wrapper .central-tab img {
    border-radius: 10px;
}

.central-img-tabs {
    display: flex;
    justify-content: center;
    padding: 0px 15px;
    margin-top: -65px;
}

.central-img-tabs img {
    height: 140px !important;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    display: block;
}

.central-img-tabs h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.central-wrapper {
    background: #4e8abf;
    padding: 80px 0px 120px;
}

.central-wrapper .central-tab:nth-child(1) {
    display: block;
}

.central-wrapper .central-tab {
    display: none;
}

section.central-services .container-wide {
    max-width: 1300px;
    margin: 0px auto;
}

.central-img-tabs .central-tab-item > div {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px solid rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.central-img-tabs .central-tab-item > div:hover {
    border-color: var(--aColor);
}

.central-tab-item.active-service-button > div {
    border-color: var(--aColor);
}

section.new-service-section {
}

section.new-service-section h2 {
    text-align: center;
    margin-bottom: 70px;
}

section.new-service-section p {
    color: #000;
}

section.new-service-section h3 {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 55px;
    z-index: 1;
    width: 100%;
    left: 0px;
    color: #fff;
    /* text-shadow: 0px 1px 1px #000; */
    padding: 0px 10px;
    line-height: 1;
    z-index: 1;
}

section.new-service-section span {
    border: 1px solid var(--pColor);
    text-transform: uppercase;
    letter-spacing: 0px;
    display: none;
}

section.new-service-section .dm-third {
    flex: 1 1 30%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 20px 20px 0px 0px;
    flex-basis: 300px;
    padding: 0px;
    position: relative;
    max-width: 298px;
    transition: 0.3s ease;
    position: relative;
}

section.new-service-section .dm-flex {
    gap: 2%;
    align-items: inherit;
}

section.new-service-section .dm-third:hover {margin-top: 14.5px;}

/* Testimonials */
.main-head-wrap.header_fixed #regular-header {
    margin-top: -40px;
}

.central-text-wrapper:nth-child(odd) .letter-wrap {background: var(--pColor);}

.dm-half-plus .slick-dots button {
    background: rgb(17 17 17 / 19%);
}

.letter-wrap img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: scaleX(-1);
    max-width: 60px;
}

.central-text-wrapper {
    padding: 20px 10px;
}

section.classy-testimonials {
    padding: 10vh 0px;
}

.dm-half-plus {
    display: block;
    flex: 1 1 66.66%;
    width: 66.66%;
}

.classy-testimonials-wrapper.dm-flex {
    max-width: 1300px;
    margin: 0px auto;
}

.classy-testimonials-wrapper.dm-flex strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    padding-right: 50px;
    display: block;
}

.letter-wrap {
    background-color: var(--aColor);
    border-radius: 0 22px 0 22px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    box-shadow: 0px 5px 10px -6px rgb(0 0 0 / 30%);
}

.letter-wrap p {
    font-size: 17px;
}

.letter-wrap h4 {
    font-size: 25px;
    border-top: 1px solid #000;
    padding-top: 10px;
}

section.central-testimonials {
    padding: 100px 0px;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
}

.central-testimonials-wrapper {
    margin: 0px auto;
    width: 52%;
    margin-right: 0px;
    padding: 50px 0px 30px;
    position: relative;
}

.central-testimonials-wrapper .dm-half {
    width: 47.5vw;
    max-width: 650px;
}

.central-testimonials-wrapper strong {
    display: block;
    margin-bottom: 40px;
}

.central-testimonials-wrapper p {
    font-size: 24px;
}

.central-test-content {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.5;
}

.central-test-content + h4 {
}

section.central-services {
    margin-bottom: 80px;
}

section.central-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

section.central-testimonials * {
    color: #fff;
}

.central-testimonials-wrapper li:before {
    display: none;
}

.central-testimonials-wrapper .slick-dots {
    position: relative;
    bottom: 0px;
    text-align: left;
}

.central-testimonials-wrapper .slick-dots li button:before {
    opacity: 0.3 !important;
}

.central-testimonials-wrapper .slick-dots li button {
    opacity: 0.5;
}

.central-testimonials-wrapper .slick-dots .slick-active button {
    background: #fff !important;
    opacity: 1 !important;
}

.central-testimonials-wrapper {
    padding: 50px 0px 30px;
}

.central-tab-item {
    cursor: pointer;
}

/* Half Half  */
section.half-half-classy {
    padding: 10vh 0px;
    background: #f4f6f3;
}

section.half-half-classy img {
    border-radius: 50px 0px;
}

section.half-half-classy h2 {
    font-size: 41px;
}

section.half-half-classy p {
    font-weight: 300;
}

.main-head-wrap.header_fixed #header {
    background: rgb(255 255 255 / 95%);
}

/* CTA  */
.cta-content {
    background-color: rgb(244 246 243 / 86%);
    border-radius: 45px 0 45px 0;
    overflow: hidden;
    padding-top: 5%;
    padding-right: 6%;
    padding-bottom: 5%;
    padding-left: 6%;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    width: 57%;
}

.cta-carrier {
    padding: 15vh 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 90%;
    margin: 0px auto;
}

.cta-carrier h2 {
    font-size: 41px;
}

section.cta-classic {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

/* Welcome */
section.central-welcome {
    background: var(--pColor);
    width: 100%;
    background-size: cover !important;
    background-position: 80% !important;
    background-repeat: no-repeat;
    padding: 10vh 0px;
    position: relative;
}

section.central-welcome .container-wide {position: relative;}

section.central-welcome h2 {font-size: 40px;}

.central-welcome .central-image img {
    width: 100%;
    height: 100% !important;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 20%);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px 0px;
}
section.central-welcome .dm-flex {
    align-items: center;
}

.central-image {
    position: relative;
    height: 100%;
}

section.central-welcome .dm-half:nth-child(1) {
    width: 100%;
    max-width: 730px;
    margin: 0px auto;
    margin-left: 0px;
}

section.central-welcome .dm-half:nth-child(2) {
    flex: 1 1 50%;
}

#site-header .container-wide {
    max-width: 1600px;
}

.container-wide {
    max-width: 1400px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 15px;
}

section.central-welcome h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}


section.central-welcome blockquote {
    background: transparent;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-left: 2px solid var(--aColor);
    font-style: italic;
    opacity: 0.9;
}

section.central-welcome blockquote:after {
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    opacity: 0;
}

section.central-welcome blockquote p + p {
    font-weight: bold;
    font-size: 14px;
}

/* Mobile */
.mobile_cta_buttons.hide-d.mobile-btn p a {
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.mobile_cta_buttons.hide-d.mobile-btn p {
    text-align: center;
    margin-bottom: 10px;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons a {
    color: #fff;
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    float: none;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons {
    background: transparent;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
}

.mobile_cta_buttons.hide-d.mobile-btn {
    padding: 20px 20px;
    display: none;
}

@media (min-width:  881px) {
    .main-head-wrap.header_fixed #regular-header {
        margin-top: -40px;
    }
    .mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons:before {
        display: none;
    }
}

/* Header */

@media (min-width: 881px) {
    div#header nav {
        width: auto;
        margin: 0px auto;
        width: 100%;
    }
}


#secondary-navigation #logo a {
    font-weight: bold;
    font-size: 26px;
}

html #header #logo {
    float: none !important;
    display: block !important;
}

div#header {
    background: transparent;
    padding: 0px 0px;
    float: none;
}

.regular_header #secondary-navigation {
    float: none;
}

div#regular-header i {
    margin-right: 8px;
}

.page-title {
    margin: 0px;
}

.main-head-wrap {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}
.header-spacer {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 881px) {
    .header-spacer {
        min-height: 162px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

}

.home .header-spacer {
    display: none;
}

#logo {
    float: none !important;
}

#logo a {
    padding: 0px !important;
    float: none;
    display: block;
    font-weight: bold !important;
    font-size: 28px !important;
    color: var(--sColor) !important;
}

div#secondary-navigation {
    float: none;
    display: flex;
    align-items: center;
}

#header .logo-wrap {
    padding: 0px;
    overflow: visible;
    max-width: 23%;
}

nav.navigation.clearfix #menu-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

#logo img {
    float: none;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    max-width: 120px;
}

ul#menu-main-menu .sub-menu a {white-space: nowrap;}

#secondary-navigation a {
    padding: 0;
}

div#regular-header {
    background: var(--sColor);
}

div#regular-header * {
    color: #fff;
}

div#regular-header .container-wide.dm-flex p {
    margin: 0px;
}

div#regular-header .container-wide {
    padding: 5px 0px;
}

.dm-third.social-header {
    text-align: right;
}

.dm-third.social-header a {
    margin-left: 10px;
}

.dm-third.address-header {
    text-align: center;
}

.dm-third.phone-header {
    text-align: left;
}

#regular-header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dm-full.footer-contact-info {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}


/* Video */
.carousel-caption {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    max-width: 1300px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: center;
}

.carousel-caption span {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
}

.carousel-caption h2 p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 24px;
    opacity: 0.9;
    margin: 10px auto 20px;
    margin-right: 0px;
}

.video_holder:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #fff;
    opacity: 0.5;
    z-index: 1;
    /*background: linear-gradient(0deg, rgb(0 0 0 / 22%) 0%, rgb(0 0 0 / 0%) 51%, rgb(255 255 255) 100%);*/
}

.carousel-caption h2 {
    color: #00718F;
    text-shadow: 0px 1px 1px #000;
    font-size: 50px;
}

html .video_holder {
    height: 100vh;
    width: 100%;
    min-height: 500px;
}

.carousel-caption a:hover {
    background: #000 !important;
}

.dm-slide-main .slide-caption p{text-shadow:1px 2px 2px #000!important;}
.dm-slide-main .slide-caption a, .central-wrapper h3, .central-wrapper p{color:#fff;}
html .slick-next{display:none;}

/* Responsive */
@media (max-width:  1300px) {
    .container-wide {
        padding: 0px 15px;
    }
}

@media (max-width: 1025px ) {

    .copyrights .dm-half:nth-child(1) {
        order: 2;
    }

    .dm-full.footer-creds p {
        text-align: center;
    }

    .copyrights .dm-half iframe {
        height: 350px;
    }

    .central-welcome .central-image img {
        width:  100%;
    }

    .central-img-tabs img {
        height: 120px !important;
    }
}

@media (max-width: 991px) {
        html .dm-slide-main {    height: 250px !important;}
    html .dm-slide-main .slide-caption{bottom:10px;}
    html .dm-slide-main .slide-caption h2{font-size:26px!important;}
    html .dm-slide-main .slide-caption p {    font-size: 14px;}
    .mobile_cta_buttons.hide-d.mobile-btn {
        display: block;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .dm-blog-posts .dm-third {
        flex: 1 1 50%;
        flex-basis: 320px;
        max-width: 50%;
    }

    section.central-services {
        display: flex;
        flex-wrap: wrap;
    }

    section.central-services > .container-wide {
        order: 1;
    }

    .central-wrapper {
        order: 2;
        padding: 80px 0px;
    }

    .central-img-tabs {
        margin: 0px;
    }

    section.central-services {
        margin-bottom: 0px;
    }

    section.dm-blog-posts .dm-third {
        flex-basis: 320px;
    }
}
@media (max-width: 881px) {
    #page.homepage {
        padding: 0px !important;
    }
    html a#pull {
        width: auto;
        text-align: center;
        padding: 0px;
        color: #000 !important;
        background: transparent !important;
        font-size: 29px;
        position: relative;
        display: block;
        margin: 0px !important;
        margin-left: 15px !important;
    }

    html a#pull:after {position: relative;padding: 0px !important;left: 0px;right: 0px;top: 0px !important;}

    .regular_header #secondary-navigation {
        width: 100%;
        justify-content: space-between;
    }

    #header a.btn {
        margin: 0px auto;
        margin-right: 0px;
    }

    .dm-third.social-header {
        display: none;
    }

    nav.navigation.clearfix #menu-main-menu {
        margin: 0px !important;
    }
    #header .logo-wrap {
        max-width: initial;
    }

    .carousel-caption h2 p {
        display: none;
    }

    .carousel-caption {
        text-align: center;
    }

    section.central-welcome .container-wide {
        border: 0px;
        padding: 20px 10px;
    }

    section.central-welcome {
        padding: 5vh 0px;
    }

    .classy-testimonials-wrapper.dm-flex strong {
        padding: 0px;
        text-align: center;
        font-size: 40px;
    }

    .cta-carrier {
        padding: 10vh 0px;
    }

    .cta-content {
        width: 100%;
    }

    section.half-half-classy {
        padding: 5vh 0px;
    }

    section.visit-us-today {padding: 5vh 10px;}

    section.visit-us-today .dm-half {
        flex: 1 1 100%;
    }

    .dm-full.footer-creds p {
        width: 100%;
        text-align: center;
    }

    .copyrights .dm-full {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    html .video_holder {
        max-height: 500px !important;
    }
    .header-spacer {
        height: 95px;
    }
    div#regular-header {
        display: none;
    }
    .dm-blog-posts .dm-third {
        flex-basis: 320px;
        max-width: 100%;
    }
    section.central-welcome .dm-half:nth-child(1) {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    .central-tab {
        flex: 1 1 33.33%;
    }

    .central-img-tabs {
        flex-wrap: wrap;
    }
    .central-wrapper {
        padding: 50px 0px;
    }

    .central-wrapper .dm-half {
        flex: 1 1 100%;
    }

    .central-testimonials-wrapper {
        padding: 15px;
        width: 100%;
        text-align: center;
    }

    .central-testimonials-wrapper .dm-half {
        width: 100%;
        max-width: 100%;
    }
    .copyrights .dm-half:nth-child(1) {
        padding: 40px 0px;
    }
    .central-testimonials-wrapper .slick-dots {
        text-align: center;
    }
    .dm-col-3 {
        width: 100%;
        text-align: center;
    }

}
@media (max-width: 640px) {
    div#header {
        padding: 10px 0px;
    }
    #header a.btn {
        display: none;
    }
}
@media (max-width: 540px) {
    footer .dm-full {
        padding: 0px 15px;
    }
    .dm-full.footer-contact-info img {
        width: 100%;
        max-width: 90%;
    }
    .central-tab {
        flex:  1 1 50%;
    }
    .carousel-caption h2 {
        font-size: 32px;
    }
    section.central-welcome h2 {
        font-size: 30px;
    }
    .central-img-tabs {
        padding: 0px;
    }
    .central-wrapper .dm-half {
        padding: 0px;
    }
}

/* MLoc */
.container-wide.dm-flex .dm-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container-wide.dm-flex .dm-full p {
    padding: 0px 5px !important;
    font-size: 14px !important;
}

.container-wide.dm-flex p:after {
    content: "-";
    position: relative;
    right: -3px;
}

.container-wide.dm-flex p:last-of-type:after {
    display: none;
}

.container-wide.dm-flex .dm-full p:nth-child(1) a {
    font-weight: bold;
}


/* New */
html .dm-slide-main {
    height: 100vh !important;
}

header#site-header {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    padding: 10px 0 0;
}

.top-header.dm-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dm-rest a:nth-child(1) {
    margin-right: 20px;
}

.dm-rest a:nth-child(1) span.icon {
    background: #000;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
}

.dm-rest a:nth-child(1) span.icon i {
    transform: scaleX(-1);
}

.dm-rest {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: left;
}

.dm-logo-wrap {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dm-rest {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1000px;
}

.navigation ul li {
    padding: 20px 0px;
}

.primary-ser-container.clearfix.hide-xs {
    position: relative;
}

.badges img {
    width: 100%;
    max-width: 90%;
}

.badges {
    max-width: 300px;
    position: absolute;
    top: 140px;
    right: 0px;
    width: fit-content;
}

.badges img:nth-child(1) {
    position: relative;
    right: 40px;
    width: fit-content;
}

.badges img:nth-child(2) {
    position: relative;
    right: 40px;
    width: fit-content;
    top: -185px;
}

header#site-header.header-fixed {
    background: rgb(255 255 255 / 0.90) !important;
    padding-bottom: 0;
    position: fixed;
    z-index: 99999;
    padding-top: 20px;
}

.slide-captiona a.btn {
    text-transform: uppercase;
    font-size: 18px;
}

html .dm-slide-main .slide-captiona h2 {
    color: #00718F;
  	text-shadow: 0 1px 1px #000;
  	font-size: 50px;
}
.slide-content p {
	font-weight: 300;
  	line-height: 1.5;
  	font-size: 24px;
  	opacity: .9;
  	margin: 10px auto 20px;
  	margin-right: 0;
	color: #00718F;
  	text-shadow: 0 1px 1px #000;
}

html a.btn:hover {
    background: var(--aColor) !important;
}

/* Welcome */

section.central-welcome h4 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: var(--pColor);
    margin-bottom: 10px;
    line-height: 1;
}

h2.dm-heading,
h3.ry-heading {
    font-size: 60px;
}

h2.dm-heading {
    font-weight: 400;
    line-height: 1;
}

section.central-welcome p {
    line-height: 30px;
    font-weight: 500;
    color: #000;
}

/* Services */
section.central-welcome h3 + p {
    margin-bottom: 40px;
}

section.central-welcome + div {
    padding: 149px 0 0px;
}

section.new-service-section .dm-third:before {
    content: '';
    width: 188px;
    height: 3px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease;
    background: var(--aColor);
}

section.new-service-section .dm-third:after {
    content: '';
    width: 188px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease;
    background-color: var(--aColor);
}

section.new-service-section .dm-third:hover .dm-blog-title {
    color: var(--pColor);
}

section.new-service-section .dm-third:hover:before,section.new-service-section .dm-third:hover:after {
    opacity: 1;
}

section.new-service-section .dm-third:hover .dm-blog-image {
    height: 500px;
}

.big-wrap {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Insurance */

.association-logos-dm {
    padding: 0px;
    margin-top: 80px;
}

.association-logos-dm h5 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.association-logos-dm p {
    max-width: 180px;
    margin: 0 20px;
}

.association-logos-dm .dm-flex {
    max-width: 1280px;
    margin: 0 auto;
    float: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.association-logos-dm img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.big-wrap-container {
    max-width: 1600px;
    margin: 0px auto;
    border-radius: 50px;
    background: linear-gradient(176deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 35%, rgb(255 255 255 / 41%) 63%, rgba(255,255,255,1) 100%);
    padding-bottom: 60px;
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
}

.big-container {
    max-width: 1600px;
    margin: 0px auto;
}

/* Team  */
.team-section .dm-heading {
    text-align: center;
    margin-bottom: 46px;
}

.dm-team-section .dm-fourth {
    max-width: 297px;
    margin-bottom: 30px;
    transition: 0.3s ease;
    margin: 0 10px 30px;
    padding: 0px;
    position: relative;
}

.dm-team-section > div {
    max-width: 1280px;
    margin: 0px auto;
}

.dm-team-section .staff-image {
    height: 298px;
    border-radius: 10px;
    transition: 0.3s ease;
    background-position: 50% 50%;
    background-size: cover;
}

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

.dm-team-section h3 {
    position: absolute;
    bottom: 20px;
    margin: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.dm-team-section a {
    display: block;
    position: relative;
}

.dm-team-section a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.80));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.80));
}

.dm-team-section .dm-fourth:hover {
    margin-top: 11px;
}

.dm-team-section .dm-fourth:hover .staff-image {
    height: 276px;
}

.dm-team-section .dm-fourth:hover:before,.dm-team-section .dm-fourth:hover:after {
    opacity: 1;
}

.dm-team-section .dm-fourth:before {
    content: '';
    width: 188px;
    height: 3px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease;
    background: var(--aColor);
}

.dm-team-section .dm-fourth:after {
    content: '';
    width: 188px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s ease;
    background-color: var(--aColor);
}

section.new-service-section .dm-third:hover .dm-blog-title {
    color: var(--pColor);
}

.best-of {
    text-align: center;
    margin: 100px 0 0;
}

/* Testimonmials  */
section.dm-testimonials {
    padding: 190px 0px 100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

section.dm-testimonials h2 {
    text-align: center;
    color: #fff;
}

section.dm-testimonials:before {
    content: '';
    width: 90%;
    max-width: 1213px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: var(--pColor);
}

/* Dry Form */
section.new-classic > div {
    background-position: right;
    background-size: cover;
    padding: 72px 0 80px 80px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
    height: auto;
    border-radius: 10px;
}

.new-content {
    width: 63%;
}

.new-content h3 {
    margin: 0 0 10px;
    color: #000000;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
}

ul#gform_fields_3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* Reviews  */
form#gform_3 li input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #dcdbdc;
    font-size: 16px;
    color: #3f4146;
    padding: 0px 15px;
    width: 100%;
    max-width: 300px;
}

ul#gform_fields_3 li {
    margin-top: 4px;
}

form#gform_3 li {
    width: 300px;
    padding-right: 10px;
}

ul#gform_fields_3 select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #dcdbdc;
    font-size: 16px;
    color: #3f4146;
    padding: 0px 15px;
    width: 100%;
}

li#field_3_7 label {
    font-size: 18px;
    color: #3f4146;
    font-weight: 300;
}

li#field_3_7,li#field_3_8 {
    margin-top: 15px !important;
}

li#field_3_8 label {
    font-size: 18px;
    color: #3f4146;
    font-weight: 300;
}

div#gfield_description_3_7 {}

ul#gform_fields_3 .gfield_description {
    margin: 0px !important;
    padding: 5px 0px;
    color: #898989;
}

li#field_3_8 {
    width: 340px !important;
}

section.dm-testimonials > .container {
    padding-bottom: 120px;
}

section.new-classic {
    padding-bottom: 0;
    z-index: 2;
    position: relative;
    display: block;
    bottom: -89px;
    margin-top: -89px;
}

div#gform_wrapper_3 {
    margin: 0px;
}

div#gform_wrapper_3 .gform_footer {
    margin: 0px;
}

div#gform_wrapper_3 .gform_footer input {
    background: #000;
    color: #fff;
    width: 150px;
    height: 50px;
    padding: 0px;
    font-size: 15px;
    border-radius: 30px;
    text-transform: uppercase;
}

section.visit-us-today {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-top: 89px;
    z-index: 1;
    padding-bottom: 170px;
}

section.visit-us-today > div {
    padding-top: 65px;
    padding-bottom: 65px;
}

section.visit-us-today h2 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    text-align: center;
}

section.visit-us-today li {
    background: #fff;
    width: 450px;
    height: auto;
    border: 3px solid #dcdbdc;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 30px;
    flex-direction: column;
    flex: 1 1 calc(33.33% - 20px);
    margin: 10px;
}

section.visit-us-today h4 {
    font-size: 18px;
    font-weight: bold;
}

section.visit-us-today p {
    margin: 0px;
}

section.visit-us-today li > a {
    position: absolute;
    top: 23px;
    right: 15px;
    font-size: 13px;
}

section.visit-us-today li p a {
    color: #000;
}

footer#site-footer {
    background-color: transparent;
    margin: 0px;
    overflow: visible;
}

.copyrights {
    padding: 180px 0px 50px;
}

/* Menu */
.menu-item-has-children > a:after {
    content: "\f107";
}

.navigation ul li a {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.navigation ul ul.sub-menu {
    background: none;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    top: 125px;
    padding: 0;
    border-top: 0 solid #272727;
    -webkit-transition: all linear 300ms 100ms;
    transition: all linear 300ms 100ms;
    opacity: 0;
    z-index: 99999;
    width: auto !important;
}

ul.sub-menu  > li {
    text-align: center;
    padding: 15px 30px;
    border-bottom: 0 solid #d7d7d7;
    left: 100px;
    position: relative;
    opacity: 0;
    -webkit-box-shadow: 1px 1px 20px rgba(32, 32, 32, 0.1);
    box-shadow: 1px 1px 20px rgba(32, 32, 32, 0.1);
    background: #ffffff;
    text-align: left;
    width: 100%;
}

.navigation ul li:hover .sub-menu {
    top: 50px;
}

.navigation ul li:hover .sub-menu li {
    left: 0px;
    opacity: 1;
}

.navigation ul li:hover .sub-menu li:nth-child(1) {
    -webkit-transition: all ease 200ms 100ms;
    transition: all ease 200ms 100ms;
}

.navigation ul li:hover .sub-menu li:nth-child(2) {
-webkit-transition: all ease 200ms 200ms;
    transition: all ease 200ms 200ms;
}

.navigation ul li:hover .sub-menu li:nth-child(3) {
-webkit-transition: all ease 200ms 300ms;
    transition: all ease 200ms 300ms;
}

.navigation ul li:hover .sub-menu li:nth-child(4) {
-webkit-transition: all ease 200ms 400ms;
    transition: all ease 200ms 400ms;
}

.navigation ul li:hover .sub-menu li:nth-child(5) {
-webkit-transition: all ease 200ms 500ms;
    transition: all ease 200ms 500ms;
}

.navigation ul li:hover .sub-menu li:nth-child(6) {
-webkit-transition: all ease 200ms 600ms;
    transition: all ease 200ms 600ms;
}

.navigation ul li:hover .sub-menu li:nth-child(7) {
-webkit-transition: all ease 200ms 700ms;
    transition: all ease 200ms 700ms;
}

.navigation ul li:hover .sub-menu li:nth-child(8) {
-webkit-transition: all ease 200ms 800ms;
    transition: all ease 200ms 800ms;
}

.navigation ul li:hover .sub-menu li:nth-child(9) {
-webkit-transition: all ease 200ms 900ms;
    transition: all ease 200ms 900ms;
}

.navigation ul li:hover .sub-menu li:nth-child(10) {
-webkit-transition: all ease 200ms 1000ms;
    transition: all ease 200ms 1000ms;
}

.association-logos-dm h5 p {
    max-width: 100%;
    margin-top: 10px;
}

/* Footer */

.full-footer .dm-half-plus {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 57%;
    max-width: 834px;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-hours ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.footer-hours li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
}

.footer-hours li:before {
    opacity: 0;
}

.dm-third-plus {
    flex: 1 1 41%;
    padding: 0px 15px;
    max-width: 620px;
    margin: 0px auto;
    margin-right: 0px;
}

.contact-form {
    background: #fff;
    margin: 0px auto;
    margin-right: 0px;
    border-radius: 10px;
    padding: 50px 9%;
    box-shadow: 0px 1px 20px #0000007a;
	display:none;
}

.contact-form h3 {
    color: #000;
    text-align: center;
    font-size: 36px;
    color: #000;
    padding: 0px 0 12px;
    margin: 0px;
    font-weight: 400;
}

.contact-form {margin-top: -200px;}

.contact-form #gform_wrapper_2 {
    margin: 0px;
}

.contact-form li {
    width: 100% !important;
    padding: 0px !important;
    margin-top: 11px !important;
}

.contact-form li input {
    width: 100% !important;
    height: 50px !important;
    border-radius: 10px;
    font-size: 18px !important;
    color: #3f4146;
    padding: 0 0 0 30px !important;
    max-width: 100% !important;
}

.contact-form textarea {
    border-radius: 10px;
    height: 150px !important;
    padding-left: 30px !important;
    padding-top: 15px !important;
}

.contact-form li#field_2_5 {
    font-size: 13px;
}

.ginput_container.ginput_container_phone {
    margin: 0px !important;
}

.copyrights .dm-half-plus h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1;
}

.time {
    color: #fff;
}

.copyrights .dm-fourth ul {
    padding: 0px;
    list-style: none;
}

.copyrights .dm-fourth ul li {
    position: relative;
    line-height: 30px;
    margin-bottom: 6px;
}

.dm-full.footer-creds p {
    font-size: 14px;
    line-height: 36px;
    line-height: 1.2;
}

a.header-facebook {
    background: #3c5a99 !important;
}

a.header-linkedin-in {
    background: #0274b3 !important;
}

a.header-instagram {
    background: #e05447 !important;
}

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

.contact-form input[type="submit"] {
    background: var(--pColor);
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    width: 150px !important;
    height: 50px !important;
    border-radius: 30px;
    display: block !important;
    margin: 0px auto !important;
    cursor: pointer;
    margin-right: 0px !important;
}

.contact-form .gform_footer {
    margin: 0px;
}

/* Appt form  */
.appointment-form-fixed {
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background: #0000007d;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    opacity: 0;
    overflow-y: scroll;
    visibility: hidden;
    padding: 40px 0px;
}

.appointment-form-fixed.show-modal {
    opacity: 1;
    visibility: visible;
}

.appt-cont {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    max-width: 464px;
    background: var(--sColor);
    margin: 0px auto;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0px 15px 5px;
}

.appt-cont * {
    color: #fff;
    list-style: none;
}

.appt-cont ul {
    padding: 0px;
    margin: 0px;
}

.appt-cont h3 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    margin: 0px;
}

.appt-cont li {
    border: 1px solid rgb(255 255 255 / 0.2);
    padding: 15px;
    border-radius: 10px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
    float: none;
    clear: both;
    cursor: pointer;
}

.appt-cont li a {
    display: block;
    position: relative;
}

.appt-cont li h4 {
    line-height: 1;
    margin: 0px 0px 8px;
    font-weight: bold;
    font-size: 20px;
}

.appt-cont li p {
    line-height: 1;
    margin: 0px;
}

.appt-cont button {
    background: transparent;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.appt-cont {
    padding-top: 45px;
}

.appt-cont li:hover {
    border-color: #fff;
}

.dm-slide-main .slide-captiona {
    position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
	max-width: 1300px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

.dm-container {
    max-width: 1300px;
}

#logo {
    position: relative;
}

#logo .hidde-initally {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    opacity: 0;
    visibility: hidden;
}

header#site-header.header-fixed #logo img:nth-child(1) {
    /* opacity: 0; */
    /* visibility: hidden; */
}

header#site-header.header-fixed #logo img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

ul#menu-main-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

html.overflow {
    overflow: hidden;
}

html #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background: var(--pColor) !important;
}

a#move-to-top {
    bottom: 20px;
    background: var(--pColor);
}

.dm-team-section .dm-full {
    display: flex;
    flex-wrap: wrap;
}

.dm-half-plus .dm-fourth:nth-child(1) {
    max-width: 190px;
}

.dm-half-plus a {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    display: block;
}

.dm-half-plus .dm-fourth:nth-child(2) {
    max-width: 240px;
    width: 30%;
}

.dm-half-plus .dm-half {
    width: 36%;
}

.dm-team-section .dm-full > div {
    width: 100%;
}

section.central-welcome:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(266deg, rgb(0 0 0 / 22%) 0%, rgb(255 255 255 / 89%) 51%, rgb(255 255 255) 100%);
}

@media (max-width: 1600px) {
    .big-wrap-container {
        max-width: 90%;
    }
}

@media (min-width:1399px ){
    section.new-service-section .dm-third {
        visibility: visible !important;
    }
}

@media (max-width: 1470px) {
   .badges {
        max-width: 225px;
    }

    .badges img:nth-child(2) {
        top: -135px;
    }

    #site-header .container-wide,.container-wide {
        max-width: 90%;
    }

    .dm-rest a.btn {
        line-height: 50px;
    }

    #logo img {
        max-width:120px;
    }

    html .dm-slide-main .slide-captiona h2 {
        font-size: 60px !important;
    }

    section.central-welcome {
        padding: 100px 0;
    }

    section.central-welcome p {
        font-size: calc(16px + 4 * ((100vw - 500px) / 940));
        text-align: justify;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 20px !important;
    }

    section.central-welcome .dm-half:nth-child(1) {
        /* max-width: 50%; */
    }

    section.central-welcome h3 {
        font-size: 50px;
        margin: 0px 0px 10px;
        line-height: 1;
    }
    

    .big-wrap-container .container-wide {
        padding: 0px;
        max-width: 100%;
    }

    section.new-service-section .dm-flex {
        gap: 1%;
    }
}

@media (max-width: 1399px) {
    .dm-team-section .dm-full > div {
        max-width: 760px;
        margin: 0px auto;
    }

    .dm-team-section .dm-full > div .dm-fourth {
        flex: 1 1 45%;
    }
    section.new-service-section .dm-third:after {
        bottom: -17px;
    }
    .contact-form {
        padding: 50px 5%;
    }
    section.new-service-section .dm-third {
        margin: 0px 10px;
        max-width: 100%;
    }

    .slick-list.draggable {
        padding: 40px 0px;
    }

    section.new-service-section h2 {
        margin-bottom: 40px;
        font-size: 50px;
    }

    .dm-blog-image {
        box-shadow: 1px 1px 10px #00000024;
    }
    section.new-service-section .dm-third:hover .dm-blog-image {
        height: 495px;
    }

    .dm-team-section .dm-fourth {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    section.dm-testimonials h2 {
        font-size: 50px;
    }
    .dm-team-section .dm-full > div .dm-fourth {
        flex: 1 1 45%;
    }

    .full-footer .dm-half-plus {
        order: 2;
        flex: 1 1 100%;
    }

    .dm-third-plus {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
    section.new-classic > div {
        padding: 40px;
        max-width: 950px;
        position: relative;
    }

    ul#gform_fields_3 {
        width: 100%;
    }


    li#field_3_8 {
    }

    .new-content {
        width: 100%;
        max-width: 660px;
        position: relative;
    }

    section.new-classic > div:before {
        height: 100%;
        width: 100%;
        background: #fff;
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        opacity: 0.6;
        border-radius: 10px;
    }
    
    section.central-welcome .dm-half:nth-child(1) {
        padding: 30px;
        /* max-width: 60%; */
    }

    section.central-welcome h4 {
        font-size: 20px;
    }

    section.central-welcome h3 {
        font-size: 35px;
    }

    section.central-welcome h3 + p {
        font-size: 15px;
    }

    a.btn {
        line-height: 50px;
    }

    .dm-team-section .staff-image {
        background-position: 50% 10%;
    }

    #logo img {
        max-width: 300px;
    }

    h2.dm-heading {font-size: 50px;}
}

@media (max-width: 1100px) {
    section.new-classic {
        padding: 0px 50px;
    }

    html #secondary-navigation a {
        font-size: 18px;
    }

    .badges {
        max-width: 180px;
    }

    #site-header .container-wide, .container-wide {
        max-width: 100%;
    }
    html .dm-slide-main .slide-captiona h2 {
        font-size: 40px !important;
    }
}

@media (max-width: 991px) {
    .best-of {
        margin: 60px 0px 0px;
        padding: 0px 20px;
    }

    html a.btn {
        line-height: 1 !important;
        padding: 15px 10px;
    }
    html #secondary-navigation a {
        font-size: 16px;
    }
    section.central-welcome {
        padding: 50px 0px;
        background: none !important;
    }

    section.central-welcome .dm-half:nth-child(1) {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    section.central-welcome h3 {
        text-align: center;
        font-size: 40px;
    }

    section.central-welcome h3 + p {
        text-align: justify;
        text-align-last: center;
    }

    section.central-welcome p {
        text-align: center;
    }

    section.central-welcome + div {
        padding: 80px 0px;
    }

    section.dm-testimonials {
        padding: 100px 0px 0px;
    }

    .home .header-spacer {
        display: none;
    }

    .sticks {
        padding: 5px 0px;
        border: 0px;
        background: #000;
    }

    .sticks + a {
        background: var(--pColor);
    }
    
    .dm-team-section .dm-full > div {
        max-width: 640px;
    }
}

@media (min-width:881px) {
    .control-arrows {
        display: none;
    }
}

@media (max-width: 880px) {
    .dm-team-section .dm-fourth:hover .staff-image {
        height: 230px;
    }
    .best-of {
        display: none;
    }
    section.visit-us-today li {
        width: calc(50% - 10px);
        margin: 5px;
    }

    section.visit-us-today ul {
        display: flex;
        flex-wrap: wrap;
    }

    section.visit-us-today h2 {
        text-align: center;
    }
    .navigation ul li {
        padding: 5px 0px;
    }
    header#site-header {
        padding: 20px 0px;
    }

    .dm-rest a:nth-child(1) span.icon {
        background: var(--pColor);
    }
    header#site-header.header-fixed {
        padding: 15px 0px;
    }
    #logo img {
        max-width: 250px;
    }
    header#site-header.header-fixed #logo img:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    header#site-header.header-fixed #logo img:nth-child(1) {
        opacity: 1;
        visibility: visible;
    
    }
    .dm-rest > a {
        padding: 0px !important;
        font-size: 0px !important;
        line-height: 1 !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .dm-rest a span {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 100% !important;
        margin: 0px !important;
    }
    .dm-rest a i {
        font-size: 20px !important;
    }

    .dm-rest {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: unset;
    }

    a#pull {
        font-size: 25px !important;
    }

    .dm-rest a:nth-child(1) {
        margin-right: 10px;
    }
        .slide-captiona a.btn {
        line-height: 1;
        padding: 15px 10px;
    }

    .badges {
        max-width: 120px;
        top: 100px;
    }

    .badges img:nth-child(2) {
        top: -85px;
    }

    .badges > img {
        right: 20px !important;
    }

    .top-header.dm-flex {
        flex-wrap: nowrap;
    }

    #logo img {
        max-width: 175px;
    }

    html a#pull {
        margin-left: 10px !important;
    }

    .dm-rest a:nth-child(1) {
        margin-right: 5px;
    }

    .dm-slide-main .slide-captiona {
        padding: 30px 15px;
    }

    section.visit-us-today li {
        max-width: 100%;
    }

    section.visit-us-today li > a {
        top: 9px;
        left: 30px;
    }

    section.new-classic {
        padding: 0px 10px;
    }

    section.new-classic {
        margin: 0px;
        border-radius: 0px;
        padding: 0px;
        bottom: 0px;
    }

    section.new-classic > div {
        border-radius: 0px;
        box-shadow: 0px 0px 0px;
    }

    section.new-classic > div:before {
        opacity: 0.9;
    }

    section.visit-us-today {
        padding: 0px 0px 100px;
    }

    .full-footer .dm-half-plus > * {
        flex: 1 1 100%;
        text-align: center;
        justify-content: center;
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 35px;
    }

    .full-footer .dm-half-plus > .dm-half {
        padding: 0px 25px;
    }

    .copyrights .dm-half-plus h3 {
        text-align: center;
    }

    .copyrights {
        padding-bottom: 0px;
    }

    .copyrights .dm-flex {
        margin-bottom: 0px;
    }

    section.new-service-section .slick-arrow {
        display: none !important;
    }

    .staff-grid-container .slick-arrow {
        display: none !important;
    }

    .association-logos-dm p {
        max-width: 100%;
        margin: 0px;
    }

    .navigation ul li {
        padding: 0px 0px;
    }

    html .navigation.mobile-menu-wrapper {
        background: var(--pColor);
        right: -300px;
        left: auto !important;
        transition: right 500ms ease;
    }

    .mobile-menu-active .navigation.mobile-menu-wrapper {
        right: 0px;
    }

    html .mobile-menu-active .main-container {
        left: 0px;
        transition: none !important;
    }

    html #secondary-navigation > nav > ul > li:hover > a, html #secondary-navigation > nav > ul > li.current-menu-item > a, html #secondary-navigation > nav > ul > li.current-menu-parent > a, html #secondary-navigation > nav ul.sub-menu > li.current_page_item > a, html #secondary-navigation > nav > ul > li.current-menu-item > a {
        color: #fff !important;
    }

    ul#menu-main-menu a {
        text-transform: none !important;
    }

    ul#menu-main-menu a {
        padding: 10px 10px 10px 20px;
        border: 0px;
    }

    .navigation ul li {
    }

    html #header nav li a {
        border-color: #ffffff47 !important;
    }

    .navigation .toggle-caret {
        border-color: #ffffff52 !important;
    }

    .team-section .dm-heading {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .navigation ul ul.sub-menu {
        transition: none !important;
        left: 0px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .navigation ul ul.sub-menu li {
        left: 0px !important;
        transition: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .navigation ul ul.sub-menu li a {
        padding: 10px !important;
        background: #d91a29 !important;
    }

    .control-arrows {
        text-align: center;
    }

    .control-arrows button {
        background: var(--pColor);
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border: 0px;
        font-size: 23px;
        color: #fff;
        margin: 0px 15px;
        cursor: pointer;
    }
    .appointment-form-fixed {
        z-index: 99999999999;
        padding: 20px;
    }
    section.visit-us-today {
        position: relative;
    }

    section.visit-us-today:before {
        height: 100%;
        width: 100%;
        position: absolute;
        content: "";
        background: #fff;
        opacity: 0.8;
    }

    section.visit-us-today > div {
        position: relative;
        padding: 50px 15px;
    }

    section.new-classic > div:before {
        border-radius: 0px;
    }
    footer#site-footer {
        position: relative;
        z-index: 1;
    }
    section.new-service-section h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    section.new-service-section .dm-flex {
        max-height: 589px;
        overflow: hidden;
    }
    form#gform_3 li,form#gform_3 li input {
        width: 100% !important;
        max-width: 100%;
    }
    
    section.central-welcome h3 + p {
        text-align: center;
    }

    section.central-welcome h3 {
        font-size: 30px;
    }

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

    .association-logos-dm .slick-list {
        padding: 0px;
    }

    .association-logos-dm {
        margin-top: 50px;
    }

    section.dm-testimonials:before {
        display: none;
    }

    .best-of {
        display: block;
    }

    section.central-welcome + div {
        padding-bottom: 30px;
    }

    section.dm-testimonials h2 {
        font-size: 35px;
    }

    .new-content h3 {
        font-size: 35px;
        text-align: center;
    }
    
}
@media (max-width: 640px) {
	html #logo a {
		font-size: 18px !important;
		text-align: left;
	}
    section.visit-us-today li {
        flex: 1 1 100%;
        margin: 5px;
    }
    .dm-team-section .dm-fourth {
        flex: 1 1 50%;
        margin: 0px;
        border: 1px solid #fff;
    }

    .dm-team-section .staff-image {
        height: 250px;
    }

    .dm-team-section h3 {
        font-size: 16px;
        padding: 0px 15px;
        line-height: 1;
    }
    .slick-list.draggable {
        padding-bottom: 20px;
    }
}

section.dm-testimonials:after {
    content: "";
    position: absolute;
    /* background: #000; */
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background-image: inherit;
    filter: grayscale(1);
    background-position: 50% 50%;
    background-size: cover;
}

section.dm-testimonials .container {
    z-index: 1;
    position: relative;
    color: #fff;
}

.ti-header.source-Google {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.ti-header.source-Google > * {
    margin: 0px 10px;
}

.ti-header.source-Google * {
    color: #fff !important;
    font-size: 17px !important;
}

html .ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating {
    font-size: 18px !important;
}

html .ti-large-logo {
    display: none !important;
}

.copyrights {
    position: relative;
}

.copyrights:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.6;
}

.copyrights > * {
    position: relative;
    z-index: 1;
}

.dm-half-plus .dm-half a.btn {
    max-width: 240px;
    text-align: center;
    line-height: 1;
    padding: 10px 20px;
}

a.header-twitter {
    background: #13bbc5 !important;
}

.dm-blog-image:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    /*background: linear-gradient(179deg, rgb(0 0 0 / 22%) 0%, rgb(255 255 255 / 37%) 51%, rgb(255 255 255) 100%);*/
    border-radius: 20px;
}

section.visit-us-today h4 + p {
    font-weight: bold;
    margin-bottom: 12px;
}

.big-wrap {
    position: relative;
    overflow: hiud;
}

.big-wrap:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2024/06/woman-in-field-arms-up.webp);
    height: 100%;
    width: 100%;
    background-size: cover;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    filter: blur(5px);
    background-position: 10% 50%;
}

section.visit-us-today li span iframe {
    height: 250px;
    border-radius: 10px;
    margin-top: 35px;
}

.team-section {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}


footer#site-footer {
    position: relative;
}

footer#site-footer svg {
    margin-top: -10px;
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 100px;
    width: 100%;
    transform: scaleY(-1);
}

footer#site-footer svg path {fill: #fff;}
.page-id-87 article.article {
    padding: 0px !important;
}

.page-id-87 .page-header {
    display: none !important;
}

.page-id-87 .visit-us-today {
    padding-top: 0px;
}

section.central-welcome .dm-flex .dm-flex p {
    flex: 1 1 25%;
    text-align: center;
}

section.central-welcome .dm-flex .dm-flex {
    align-items: center;
    justify-content: center;
}

section.central-welcome .dm-flex .dm-flex p img {
    max-width: 125px;
}

@media (max-width: 880px) {
	html .ti-widget.ti-goog .ti-header {
		flex-wrap: wrap;
	}
}

footer .social-icons a span:before {
    color: #000 !important;
}

section.visit-us-today .dm-half {
    flex: 1 1 48%;
}

section.visit-us-today .dm-half:nth-child(2) {
    text-align: left;
}

section.visit-us-today {
    padding: 7vh 0px 15vh;
}

section.visit-us-today ifraME {
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 14%);
    display: block;
}

section.visit-us-today .dm-flex {
}

section.visit-us-today .dm-half {
    flex: 1;
}

section.visit-us-today h2 {
    font-size: 35px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

section.visit-us-today .dm-half li:before {
    opacity: 0;
    padding: 0px;
}

section.visit-us-today ul {
    padding: 0px;
}

section.visit-us-today li {margin-bottom: 22px;padding-left: 40px;position: relative;}

section.visit-us-today i {
    font-size: 20px;
    color: var(--pColor);
    margin-right: 7px;
}

section.visit-us-today a {
    display: block;
    line-height: 1;
}

section.visit-us-today span {
    font-weight: bold;
    text-transform: uppercase;
}

section.visit-us-today .dm-half div {
    margin-bottom: 26px;
}

section.visit-us-today .dm-half div p,section.visit-us-today .dm-half div a {
    padding-left: 31px;
}

section.visit-us-today .dm-half:nth-child(1) {
    order: 2;
}

.team-section {
}

section.visit-us-today .dm-half:nth-child(1) {
    flex: 1 1 100%;
}

section.visit-us-today .dm-half:nth-child(2) {
    flex: 1 1 33.33%;
}
section.central-welcome .dm-half:nth-child(2) img {
    display: block;
}

.cca {
    height: 545px;
    width: 545px;
    margin: 0px auto;
    border-radius: 50%;
    background: #266b95;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.cca img {max-width: 80%;position: relative;bottom: -40px;}

@media (min-width: 881px) {
	.home #header {
		padding-top: 40px;
	}
}
@media (max-width: 880px) {
	header .dm-rate-us {
		display: none !important;
	}
	.cca {
		width: 100%;
		border-radius: 20px;
		height: 370px;
	}

	section.central-welcome .dm-half:nth-child(2) img {
		max-width: 100%;
		bottom: 0px;
	}
}

.ti-footer {
    display: none;
}

.home .meetDoc {
    padding: 0px;
}

html .meetd {
    border-radius: 20px !important;
}

.testimonial-box-dm {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
  }

  .testimonial-box-dm blockquote {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    padding: 20px;
	  border-radius: 8px;}

.testimonial-box-dm blockquote:after {
	font-size: 40px;
	color: #0e070714;
} 


html #secondary-navigation > nav ul.sub-menu > li.current_page_item > a {
    background: #cfcbc8;
}

#blog .dm-rate-us a:visited {
        color: #00718f !important;
    }

.carousel-caption a.btn {
    font-weight: 500;
    font-size: 18px !important;
}