/*
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 */

* {
    box-sizing: border-box;
}
html section.page-header * {
    font-size: 26px;
    text-transform: capitalize;
}
html .bottomLine {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    background: #fff;
    text-align: left;
}
html .instaBlox {
    width: 30%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 10px 20px;
    padding: 0;
    min-height: 650px;
}
.whitebro,
.excerpt,
.bottomLine {
    padding: 0 15px;
}
html .whitebro h2 {
    font-size: 20px;
}
html .iimage {
    border-color: #fff;
}
.excerpt p {
    font-size: 14px;
}
html .dm-6 .staff-image,
html .dm-5 .staff-image,
html .dm-4 .staff-image,
html .staff-grid-container .staff-image {
    height: 450px;
}
#page {
    padding: 0px;
}
.page-id-826 .dm-flex,
.page-id-827 .dm-flex {
    align-items: start;
}
html .page-header,
html section.page-header {
    background: var(--aColor) !important;
}
html .bluebg,
html .dm-service-section:nth-child(1) {
    background: var(--pColor) url(/wp-content/uploads/2024/07/orange-double-plus-signs-3.png) !important;
    padding: 15px 0 !important;
}
html .bluebg *,
html .dm-service-section:nth-child(1),
html .dm-service-section:nth-child(1) h2,
html .dm-service-section:nth-child(1) a {
    color: #fff;
}

button.btn {
    border: none;
}

a.btn,
input.btn,
button.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
    border-radius: 50px;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    background-color: #fcb040 !important;
    cursor: pointer;
}

input.btn,
button.btn {
    font-weight: 400;
}

div#regular-header .dm-full p a {
    font-size: 20px !important;
    font-weight: 400 !important;
}

a.btn:before,
input.btn:before,
button.btn:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 105px solid #2ca6ad;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    height: 100%;
}

button.btn {
    isolation: isolate;
}

button.btn:before {
    z-index: -1;
}

html a.btn.gri {
    background-color: var(--pColor) !important;
}
a.btn.dif:before,
input.btn.dif:before,
button.btn.dif:before {
    border-color: #e39521c9;
}
a.btn:hover:before,
input.btn:hover:before,
button.btn:hover:before {
    transform: translateX(0);
}
a.btn span,
input.btn span,
button.btn span {
    position: relative;
    color: #fff !important;
    font-size: 18px;
}

#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,
#secondary-navigation .navigation ul ul li {
    background: var(--pColor) !important;
}
#secondary-navigation .navigation ul ul li a,
#secondary-navigation .navigation ul ul li:hover a {
    color: #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;
    padding-top: 5vh;
}

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

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

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

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

footer#site-footer {
    margin: 0px;
}

.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: center;
    padding: 20px 0px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.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: 1300px;
    margin: 0px auto 20px;
}

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

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

section.visit-us-today .dm-flex {
    gap: 35px;
}

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

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;
}

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: 300px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 0px;
    overflow: hidden;
}

.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 {
    padding: 10vh 0px;
    text-align: center;
    position: relative;
}

section.new-service-section h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
}

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

section.new-service-section h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
    padding: 24px 0px;
    background: #eeeeee;
    color: #000;
    position: relative;
    overflow: hidden;
}

section.new-service-section span {
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

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;
    padding: 15px;
    flex-basis: 350px;
}

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

section.new-service-section .dm-third:hover {
    background-image: initial;
}

/* 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: transparent;
}

section.half-half-classy img {
    max-height: 50px;
    width: auto;
    display: block;
    margin: 0px auto;
}

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 {
    text-align: center;
    width: 1000px;
    margin: 0px auto;
}

.cta-carrier {
    padding: 20vh 0px 15vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px auto;
    background: #00000040;
}

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

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

/* Welcome */
section.central-welcome {
    padding: 10vh 0px;
}

section.central-welcome .container-wide {
}

section.central-welcome h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
}

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

.central-image {
    position: relative;
    height: 100%;
    height: 650px !important;
    object-fit: cover;
}

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

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

#site-header .container-wide {
}

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

section.central-welcome h3 {
    font-size: 23px;
    text-transform: uppercase;
    color: var(--pColor);
}

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: 100%;
        margin: 0px auto;
        margin-right: 0px;
    }
}

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

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

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

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

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

.main-head-wrap {
    position: fixed;
    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: 130px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

#logo {
    float: none !important;
}

#logo a {
    padding: 0px !important;
    float: none;
    display: block;
}

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

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

nav.navigation.clearfix #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#logo img {
    float: none;
    max-width: 315px;
    width: 100%;
    display: block;
}

ul#menu-main-menu a {
}

#secondary-navigation a {
    padding: 20px;
}

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: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    max-width: 1300px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: left;
    /*padding-right: 31%;*/
}

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

.video_holder:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.carousel-caption h2 {
    color: #fff;
    line-height: 1.2;
}

html .video_holder {
    height: 80vh;
    max-height: 1000px;
    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 {
        flex: 1 1 100%;
    }

    .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;
        padding: 0px;
    }

    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: 15vh 20px 10vh;
    }

    .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: 20px;
        margin-bottom: 20px;
    }
    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: flex-start;
}

.container-wide.dm-flex .dm-full p {
    padding: 0px 5px !important;
    font-size: 15px !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 a + a {
    font-weight: bold;
}

.video_holder svg:nth-child(2) {
    top: auto;
    bottom: -1px;
    transform: translate(-50%) scaleY(-1);
}

.video_holder svg {
    fill: #fff;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    z-index: 1;
    height: 50px;
}

.association-logos-dm {
    background: var(--pColor);
    padding: 0px;
}

.dm-container p {
    font-size: 23px;
}

.dm-container {
    padding: 5vh 0px;
}

.association-logos-dm * {
    color: #fff;
}

.fatd-doctor-name a {
    font-weight: bold;
}

.fatd-doctor-name img {
}

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

.association-logos-dm p + p {
    margin: 0px;
}

.association-logos-dm br {
    display: none;
}

.dm-container p:nth-child(1) {
    max-width: 760px;
}

.page-id-388 .dm-container p:nth-child(1) {
    max-width: 100%;
}

.reviews-page p {
    max-width: 100% !important;
}

section.new-service-section h3:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 105px solid var(--aColor);
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    height: 100%;
}

section.new-service-section .dm-third a:hover h3:before {
    transform: translateX(0);
}

section.new-service-section .dm-third a:hover h3 span {
    color: #fff;
}

.dm-blog-image img {
    height: 100% !important;
    width: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    transform: scale(1);
    transition: 0.5s ease-in-out;
}

.new-service-section a:hover .dm-third img {
    transform: scale(1.1);
}

section.new-service-section.colored-bg {
    background: #f7f7f7;
}

section.new-service-section.colored-bg {
    position: relative;
}

section.new-service-section.colored-bg svg {
    fill: #fff;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 1;
    height: 50px;
}

section.new-service-section.colored-bg svg:nth-child(2) {
    bottom: 0px;
    top: auto;
    transform: translate(-50%) scaleY(-1);
}

section.new-service-section a:hover img {
    transform: scale(1.1);
}

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

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

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

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

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

footer#site-footer {
    margin: 0px;
}

.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: center;
    padding: 20px 0px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.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;
    background: var(--pColor);
}

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

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

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

section.visit-us-today .dm-flex {
    gap: 35px;
}

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

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;
}

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;
}

.copyrights {
    float: none;
}

.dm-full.footer-creds {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 0px;
}

.dm-full.footer-creds p {
    padding: 0px 15px;
    font-size: 17px;
}

footer#site-footer h3 {
    text-transform: uppercase;
}

footer#site-footer .copy-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-size: cover;
    opacity: 0.2;
    filter: grayscale(1);
}

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

.copyrights li {
    list-style: none;
    padding: 0px;
}

.copyrights ul {
    padding: 0px;
    margin: 0px;
}

.copyrights ul + h3 {
    margin-top: 40px;
}

.copyrights li span {
    font-style: italic;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
}

.copyrights li {
    position: relative;
    padding-left: 53px;
    margin-bottom: 30px;
}

.copyrights li i {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    background: #00000073;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.copyrights h3 {
    margin-bottom: 30px;
}

.copyrights li a {
    font-size: 21px;
}

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

.footer-form ul {
    padding: 0px;
    color: #fff;
}

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

.footer-form li input,
.footer-form li textarea {
    border-radius: 15px;
    padding: 0px 15px !important;
    background: #ffffff80;
    border: 0px !important;
    color: #fff;
}

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

.footer-form li {
    margin: 0px !important;
    margin-bottom: 15px !important;
}

.footer-form li#field_2_5 {
    font-size: 14px;
    margin: 0px;
    text-align: justify;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
    color: #fff;
}

footer#site-footer {
    border-top: 0px solid var(--pColor);
}

.footer-hours p {
    margin: 0px;
}

.footer-hours p {
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 250px;
}

.footer-hours p em {
    font-weight: bold;
}

.footer-hours p:last-of-type {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.footer-form input[type="submit"] {
    margin: 0px auto;
    display: block;
    width: 150px !important;
    background: #306c6f;
    color: #fff;
    border-radius: 30px;
    border: 0px;
    height: 40px;
    font-size: 20px !important;
    cursor: pointer;
}

.footer-form {
}

.footer-form .gform_footer.top_label {
    margin: 0px;
    text-align: right;
}

.footer-form .ginput_container {
    margin: 0px !important;
}

.footer-form li#field_2_4 {
    margin-bottom: 7px !important;
}

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

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

.ler {
    height: 100%;
    border-radius: 14px;
    background-size: cover;
    background-position: 50% 50%;
    padding: 60px;
}

section.footer-dm-half .dm-half:nth-child(1) .ler:before {
    background: var(--sColor);
}

section.footer-dm-half .dm-half .ler:before {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 14px;
    background: var(--pColor);
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.8;
}

.ler {
    position: relative;
}

.ler-wrap {
    position: relative;
    z-index: 1;
    color: #fff;
}

.ler-wrap * {
    color: inherit;
}

.ler-wrap img {
    display: block;
    margin: 0px auto;
    margin-bottom: 35px;
    filter: brightness(0) invert(1);
    max-width: 59px;
}

.ler-wrap h5 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
    line-height: 1;
}

.ler-wrap h2 {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1;
}

.ler-wrap > p:nth-child(1) {
    margin: 0px;
}

.footer-dm-half .slick-arrow {
    display: none !important;
}

.test-content {
    min-height: 287px;
}

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

.control-name .button i {
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
}

.buttons i {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    background: #00000075;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 10px;
}

footer#site-footer li input {
    height: 40px;
}

.control-name h4 {
    font-size: 24px;
    position: relative;
}

.ler a.btn {
    background: var(--pColor) !important;
}

.control-name h4:before,
.control-name h4:after {
    width: calc(55% - 100px);
    content: "";
    height: 1px;
    background: #fff;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.control-name h4:after {
    left: auto;
    right: 0px;
}

section.half-half-classy h2 {
    text-align: center;
    color: #000;
}

section.half-half-classy .dm-half:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}

section.half-half-classy .dm-half:nth-child(2) p {
    flex: 1 1 33.33%;
    padding: 20px;
    margin: 0px;
}

section.half-half-classy h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

section.half-half-classy p {
    font-size: 20px;
}

.association-logos-dm + section:before {
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/07/orange-double-plus-signs.png);
    height: 100%;
    width: 100%;
    filter: brightness(0);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: 0% 20%;
}

.c-carrier {
    text-align: center;
    max-width: 1200px;
    margin: 0px auto;
}

section.c-classic {
    padding: 10vh 0px;
    background: #f7f7f7;
}

.c-content {
    max-width: 1200px;
    margin: 0px auto;
}

.c-content * {
    color: #444444;
}

.c-content h2 {
    font-size: 40px;
}

.c-content p {
    font-size: 21px;
    padding: 0px 45px;
}

/*
section.c-classic .btn {
    background: var(--pColor) !important;
}
    */

/* Testi,onials  */
.pp-testimonials-content img {
    max-width: 80px;
    display: block;
    margin: 0px auto 14px;
    filter: brightness(0);
}

.pp-testimonials-content p {
    min-height: 150px;
    font-size: 15px;
    text-align: left;
    padding-top: 10px;
}

.name-f {
    margin: 0px auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin-top: 0px;
}

.central-test-content {
    padding: 25px;
    background-color: #f9f1ea;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 1px 20px #0000000f;
}

.new-text-wrapper {
    padding: 0px 10px;
}

span.read_more {
    font-weight: bold;
    color: var(--aColor);
    cursor: pointer;
}

span.hiddenRest {
    display: none;
}

.new-wrap h4 {
    text-align: center;
    font-weight: bold;
}

.central-testimonial-slider .slick-list {
    overflow: visible;
}

section.classy-testimonials > div > .dm-flex {
    margin-bottom: 25px;
}

.slick-slide .new-wrap {
    opacity: 0.5;
}

.new-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-active .new-wrap {
    opacity: 1;
}

.name-f + div {
    flex: 1 1 calc(100% - 40px);
    text-align: left;
    padding-left: 12px;
}

.name-f + div h4 {
    font-size: 16px;
    text-align: left;
    margin: 0px 0px 5px;
}

.stars-reviews {
    text-align: left;
    padding: 10px 0px 0px;
}

.stars-reviews i {
    color: #e8ca00;
    font-size: 17px;
    margin-right: 1px;
}

.classy-testimonials ul.slick-dots button {
    background: #0000002b;
}

.dm-full.star-full {
    text-align: center;
    padding-bottom: 20px;
}

.dm-full.star-full h2 {
    font-size: 40px;
}

.name-f + div:before {
    content: "";
    position: absolute;
    right: 0px;
    background-image: url(/wp-content/uploads/2024/07/icon.png);
    height: 32px;
    width: 32px;
    background-size: contain;
    top: 0px;
}

.name-f + div {
    position: relative;
}
.svg-section {
    position: relative;
}

.svg-section svg {
    fill: #fff;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    z-index: 1;
    height: 50px;
}

.svg-section svg + svg {
    top: auto;
    bottom: -1px;
    transform: translate(-50%) scaleY(-1);
}

section.c-testimonials {
    padding: 10vh 0px 15vh;
    text-align: center;
    background: #fff;
}

section.c-testimonials h2 {
    color: #000;
    margin-bottom: 40px;
}

.c-text-wrapper {
    flex: 1 1 calc(33.33% - 20px);
    background: #f9f1ea;
    padding: 20px;
    margin: 0px 10px;
    flex-basis: 300px;
    margin-bottom: 20px;
}

.c-testimonial-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.c-test-content > div {
    text-align: center;
    margin-bottom: 20px;
}

section.c-testimonials h4 {
    font-weight: bold;
    color: #000;
    padding-top: 10px;
}

.l-wrap p {
}

.c-test-content {
    font-size: 17px;
}

section.c-classic.svg-section svg + svg {
    fill: #eeeeee;
}

.cta-content * {
    color: #fff;
}

.cta-content a:not(.btn) {
    font-weight: bold;
    font-size: 27px;
}

.cta-content h2 {
    line-height: 1;
    margin-bottom: 20px;
}

section.locations-listed {
    padding: 10vh 0px;
    background: #eeeeee;
}

section.locations-listed h2 {
    text-align: center;
    margin-bottom: 40px;
}

section.locations-listed iframe {
    height: 350px;
}

section.classy-testimonials.svg-section svg {
    top: -50px;
    transform: translate(-50%) scaleY(-1);
}

section.cta-classic.svg-section svg {
    fill: #eeeeee;
}

section.locations-listed h2 {
    color: #000;
}

section.locations-listed h3 {
    color: #000;
    margin-top: 15px;
}

section.locations-listed a {
    font-weight: bold;
    font-size: 20px;
}

section.locations-listed i {
    color: var(--pColor);
}

section.locations-listed p {
    padding-left: 20px;
    position: relative;
}

section.locations-listed p i {
    position: absolute;
    left: -4px;
    top: 7px;
    font-weight: 400;
}
#header .dm-rate-us {
    margin: 0px auto;
    margin-right: 0px;
}

#regular-header .dm-rate-us {
    margin: 0px auto;
    margin-right: 0px;
}
.main-container svg {
    width: calc(300% + 1.3px);
    left: 50%;
    transform: translateX(-50%);
}

.dm-right-side {
    margin: 0px auto;
    margin-right: 0px;
    text-align: right;
    max-width: 900px;
}

.dm-right-menu {
    max-width: 800px;
}

.dm-right-menu p {
    margin: 0px 0px 7px;
}
section.half-half-classy {
    position: relative;
}

section.half-half-classy:before {
    left: 0px;
    top: 0px;
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/07/orange-double-plus-signs.png);
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: 0% 20%;
    transform: scaleX(-1);
}

.dm-right-menu p a,
.dm-right-menu p {
    padding: 0px !important;
    font-weight: bold !important;
    text-align: right;
    font-size: 17px !important;
}

.dm-right-menu .dm-half {
    flex: 0 1 350px;
    width: auto;
}

.dm-right-menu > div {
    justify-content: flex-end;
    align-items: center;
}

.dm-right-menu .dm-half a.btn {
    font-size: 21px !important;
}
@media (max-width: 881px) {
    .navigation ul ul,
    #secondary-navigation .navigation ul ul li {
        background: #222 !important;
    }
    #header nav ul ul li a {
        text-indent: 0px;
        padding-left: 0px !important;
    }
    .dm-right-menu {
        display: none !important;
    }

    .dm-container {
        padding: 5vh 15px;
    }

    section.new-service-section h2 {
        line-height: 1.1;
    }

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

    section.locations-listed h2 {
        font-size: 30px;
        line-height: 1;
    }

    section.locations-listed.svg-section .dm-half {
        margin-bottom: 20px;
    }

    .cta-content h2 {
        font-size: 35px;
    }

    .copyrights li {
        text-align: left;
    }

    .dm-full.footer-creds p {
        flex: 1 1 100%;
    }

    .dm-full.footer-creds {
        flex-wrap: wrap;
    }

    .footer-form input[type="submit"] {
        height: 50px;
        padding: 0px;
        text-transform: uppercase;
    }
}

/* Video POP */
.c-text-wrapper.video-wrapper-testi {
    position: relative;
    padding: 0px;
}

.c-text-wrapper.video-wrapper-testi {
}

.c-text-wrapper.video-wrapper-testi img {
    height: 100% !important;
}

.l-wrap.video-popup {
    height: 100%;
}

.l-wrap.video-popup h4 {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 20px;
}

.c-test-image-content {
    height: 100%;
    cursor: pointer;
}

.c-test-image-content img {
    object-fit: cover;
    display: block;
}

.c-test-image-content:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(357deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    left: 0px;
    bottom: 0px;
}

.c-test-image-content:after {
    content: "\f144";
    font-family: "Font Awesome 5";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.c-test-image-content:hover:after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.video-pops {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background: #00000087;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(10px);
}

.video-pops.show-video-popup {
    opacity: 1;
    visibility: visible;
}

.video-wrap video {
    width: 100%;
    display: block;
    height: 100% !important;
    position: absolute;
}

.video-pops button {
    background: #fff;
    height: 40px;
    width: 40px;
    border: 0px;
    font-size: 20px;
}

.video-wrap {
    height: 0px;
    position: relative;
    padding-bottom: 56%;
}

.vvpp {
    width: 100%;
    max-width: 1200px;
    text-align: right;
}

.vvpp button {
    cursor: pointer;
}
@media screen and (min-width: 881px) {
    html ul.sub-menu.toggle-submenu.wda-long-menu {
        width: 700px;
        display: flex;
    }
    #header nav > ul > li > ul.sub-menu {
        left: -100px !important;
    }
    ul.sub-menu.toggle-submenu.wda-long-menu li {
        flex: 1 1 33.3%;
    }
}

.insurance {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.insurance img {
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 10px #aeaeae;
    width: 120px;
    object-fit: contain;
    height: 200px !important;
}

.home .staff-grid-container p {
    display: none;
}

.home .association-logos-dm .dm-container p:nth-child(1) {
    margin: 0 auto;
}

.dm-service-section.testimonials .dm-flex {
    align-items: normal;
}

i.elementor-star-full {
    color: gold;
}

.dm-service-section.services-main .dm-flex {
    align-items: normal;
}

.dm-service-section.services-main img {
    /*width: 350px;
    height: 250px !important;*/
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.dm-service-section.services-main a {
    text-transform: uppercase;
}

.dm-service-section.services-main .dm-third {
    text-align: center;
}

.dm-service-section.services-main img:hover {
    transform: scale(1.1);
}

.association-logos-dm a:hover {
    color: white;
}

.association-logos-dm a {
    text-decoration: underline;
}

.fatd-badge {
    transition: transform 0.2s ease-in-out;
    margin: 45px auto 10px !important;
}

.fatd-badge:hover {
    transform: scale(1.125);
}

@media (max-width: 880px) {
        #blog .navigation.mobile-menu-wrapper {
        background-color: #222 !important;
    }


    html .instaBlox {
        width: 100%;
    }
}

.c-testimonials .slick-dots li button {
    background: #ccc;
}

h2.section-heading {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}

.central-testimonial-slider {
    margin-top: 2.5rem;
}

section.c-classic.svg-section svg + svg {
    fill: #fff;
}

.dm-container li {
    font-size: 23px;
}

.dm-service-section h2,
.dm-service-section h3 {
    font-weight: bold;
}

iframe[src*="viewmedica.com"] {
    aspect-ratio: 16/9;
    max-width: 640px !important;
    width: 100% !important;
    margin: 1.5rem auto;
}

.rate-us-page-dm .dm-rate-us a {
    padding: 0 !important;
    background: unset !important;
    font-size: 42px !important;
    width: auto !important;
    color: black !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.rate-us-page-dm .dm-rate-us {
    display: block;
    text-align: center;
}

.rate-us-page-dm {
    padding: 4rem 0 !important;
}

@media screen and (min-width: 880px) {
    .main-container {
    overflow-x: hidden;
}

    .rate-us-page-dm .dm-rate-us a {
        font-size: 60px !important;
    }
}


.staff-grid a.btn.dif {
    text-decoration: unset !important;
}
.page-id-1028 .dm-flex {
    align-items: flex-start;
}