/*
Theme Name: Quest - 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;
}

#page {
    padding: 0px;
}

a.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

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

.container {
    width:  100%;
    max-width: 1300px;
    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: 6vh 0px;
}

.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;
    text-align: center;
}

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;
    border-top: 1px dashed #fff;
}

.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;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
}

.copyrights {
    text-align: left;
}

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

section.visit-us-today {
}

section.visit-us-today ifraME {
    display: block;
    min-height: 500px;
    filter: grayscale(1);
}

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: 250px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 13px;
    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 {
    padding: 10vh 0px;
    /* background-size: cover; */
    background-position: 50% 50%;
    position: relative;
    background-attachment: fixed;
}

section.new-service-section h2 {
}

section.new-service-section p {
    color: #5e5e5e;
    font-size: 16px;
}

section.new-service-section h3 {
    font-size: 23px;
    color: #000;
    line-height: 1.3;
}

section.new-service-section span.btn {
    text-transform: uppercase;
    letter-spacing: 0px;
    background: var(--aColor);
    padding: 5px 25px;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.new-service-section .dm-third {
    flex: 1 1 25%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

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

section.new-service-section .dm-third:hover {
    /* background-image: initial; */
    /* background-color: #ffffff; */
    /* box-shadow: 0px 5px 15px -6px rgb(0 0 0 / 30%); */
    /* transform: translateX(0px) translateY(-15px)!important; */
}

/* 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;
    background: #fff;
}

.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: 35px;
    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: 15px;
}

.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-start;
    max-width: 90%;
    margin: 0px auto;
}

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

section.cta-classic {
    background-size: cover;
    background-position: 50% 10%;
    padding: 15vh 0px 0px;
}

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

section.central-welcome .container-wide {
    border-radius: 0px 40px 0px;
    position: relative;
}

section.central-welcome h2 {font-size: 45px;color: var(--sColor);line-height: 1;}

.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: 6px;
    min-height: 550px;
}
section.central-welcome .dm-flex {
}

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

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

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


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

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

div#header {
    background: #fff;
    padding: 15px 0px;
    float: none;
    box-shadow: 0px 4px 60px 0px rgba(209, 209, 209, 0.25);
}

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

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

.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: 73px;
        -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;
    justify-content: space-evenly;
}

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

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

#logo img {
    float: none;
    max-width: 350px;
}

ul#menu-main-menu a {padding: 5px 15px;}

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

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

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

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

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;
    right: 0px;
    text-align: left;
    left: 0px;
    padding: 0px 30px;
}

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

.carousel-caption h2 p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 24px;
    max-width: 700px;
    opacity: 0.9;
    margin: 15px auto 20px;
    margin-left: 0px;
}

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

.carousel-caption h2 {
    color: #fff;
    font-size: 51px;
    max-width: 750px;
    line-height: 1;
    margin: 10px 0px 20px;
}

html .video_holder {
    height: 80vh;
    max-height: 1000px;
    width: 100%;
    min-height: 500px;
    max-width: 96%;
    margin: 0px auto;
    border-radius: 4px;
    overflow: hidden;
}

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

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

.classy-testimonials-wrapper.dm-flex > div {
    flex: 1 1 100%;
}

section.classy-testimonials h2 strong {
}

section.central-welcome:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2023/09/white-abstract-paint-background.jpg);
    top: 0px;
    left: 0px;
    opacity: 0.2;
    background-attachment: fixed;
}

div#regular-header .dm-third {
    flex: inherit;
    width: auto;
}

.dm-third.address-header {
    display: flex;
}

.dm-third.address-header {
    margin: 0px auto;
    margin-left: 0px;
}

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

/* Header  */
.menu-phone i {
    color: var(--aColor);
    font-size: 40px;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-phone p {
    position: relative;
    margin: 0px;
}

.menu-phone span {
    display: block;
    font-size: 12px;
}

.menu-phone {
    padding-left: 50px;
}

.menu-phone {
    text-align: left;
}

.menu-phone p a {
    padding: 0px !important;
}

.menu-phone p a {
    font-size: 20px !important;
}


div#regular-header * {font-size: 13px;}

html .dm-slide-main {
    height: 80vh !important;
}

html .dm-slide-main .slide-caption {
    max-height: 100% !important;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
    max-width: 1300px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

html .dm-slide-main .slide-caption p {
    text-align: left;
    color: #000;
    text-shadow: 0px 0px 0px !important;
}

html .dm-slide-main .slide-caption h2 {
    margin-bottom: 0px;
    text-shadow: 0px 0px 0px;
    color: #000;
    font-weight: 900;
    font-size: 52px !important;
    animation-delay: 0.2s;
}

html .newCon {
    background-position: 50% 35%;
}

.newCon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(265deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 25%) 51%, rgb(255 255 255) 100%);
}

html .dm-slide-main .slide-caption p a {
    color: #000;
    font-weight: bold !important;
}

.slide-content {
    animation-delay: 0.4s;
}

.dm-slide-main .slide-caption a {
    animation-delay: 0.5s;
}

.central-image:before {
    text-align: start;
    color: var(--sColor);
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 5.55px;
    text-transform: uppercase;
    content: "EYE CARE";
    transform: rotate(180deg) translateY(-22px);
    writing-mode: vertical-rl;
    margin-bottom: 30px;
    position: absolute;
    left: -78px;
    font-size: 30px;
    opacity: 0.3;
}

.central-image:after {
    content: "";
    position: absolute;
    left: -80px;
    top: -80px;
    background: var(--sColor);
    height: 160px;
    width: 160px;
    border-radius: 20px;
    z-index: -1;
    opacity: 0.1;
}

section.classy-testimonials {
    position: relative;
}

section.classy-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2023/09/white-abstract-paint-background.jpg);
    top: 0px;
    left: 0px;
    opacity: 0.2;
    background-attachment: fixed;
}

.copyrights {
    float: none;
    position: relative;
}

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

.dm-full.bottom-full.footer-creds * {
    color: #000;
    font-size: 14px;
}

.dm-full.bottom-full.footer-creds a {
    font-weight: bold;
}


@media (min-width: 882px) and (max-width: 1200px) {
    div#mobile-menu-overlay,
    .menu-phone {
        display: none;
    } 
}

@media (max-width: 1200px) {
    .menu-phone p {
        display: none;
    }
    div#secondary-navigation {
        justify-content: space-between;
    }
    html .dm-slide-main .slide-caption {
        padding: 15px;
    }
        
}

@media (max-width: 880px) {
    html .dm-slide-main {
        max-height: 550px !important;
    }

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

    .newCon:before {
        background: #fff;
        opacity: 0.7;
    }

    html .dm-slide-main .slide-caption {
        top: auto;
        bottom: 50px;
        transform: none;
    }
}

/* New */
section.tri-icons .container {
    position: relative;
    padding: 60px 30px;
    background: #ffffff;
    box-shadow: 0px 4px 60px 0px rgba(211, 211, 211, 0.25);
}

section.tri-icons .container {
    padding: 30px;
    text-align: left;
    padding-bottom: 50px;
    border-radius: 4px;
    max-width: 1250px;
}

section.tri-icons h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 21px;
}

section.tri-icons img {
    max-width: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tri-image {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--aColor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.tri-content {
    flex: 1 1 calc(100% - 85px);
    padding-left: 30px;
}

.tri-content {color: #000;font-size: 15px;}

.tri-content h4 {
    font-weight: bold;
    margin: 0px;
    line-height: 1;
    margin-bottom: 10px;
}

.tri-content p {
}

section.tri-icons {
    padding: 90px 0px 50px;
}

section.tri-icons a:hover .tri-image {
    background: var(--aColor);
}

section.tri-icons a:hover .tri-image img {
    filter: brightness(0) invert(1);
}

.hide-las {
}

.section-icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    padding: 4px 12px;
    box-shadow: 0px 4px 40px 0px rgba(166, 166, 166, 0.25);
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}

.section-icon img {
    max-width: 40px;
}

section.new-service-section:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #f7f7f5;
    opacity: 0.8;
    top: 0px;
    left: 0px;
}

section.new-service-section > div {
    position: relative;
    padding: 0px;
}

.section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.section-heading h2 {
    font-size: 45px;
    line-height: 1;
}

section.new-service-section .dm-flex {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}

.dm-blog-image .icon-over {
    position: absolute;
    width: 80px;
    height: 100px;
    border-radius: 0px 0px 40px 40px;
    background: var(--aColor);
    left: 30px;
    z-index: 100;
    transition: all 0.5s ease-out;
}

.icon-over img {
    max-width: 40px;
    filter: brightness(0) invert(1);
}

.icon-over:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #111821;
    border-radius: 0px 0px 40px 40px;
    transition: all 0.5s ease-out;
    transform-origin: 0 0;
    transform: scaleY(0);
}

.new-service-section a:hover .icon-over:before {
    transform: scaleY(1);
}

.new-service-section a:hover .btn {
    background: var(--sColor) !important;
}

.icon-over span {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: rgba(240, 248, 255, 0.2196078431);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
    justify-content: center;
    display: flex;
    align-items: center;
    bottom: 9px;
    left: 50%;
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, 0);
}

section.tri-icons .dm-third .tri-image:before {
    content: "01";
    background: var(--sColor);
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    right: -3px;
}

section.tri-icons .dm-third:nth-child(2) .tri-image:before {
    content: "02";
}

section.tri-icons .dm-third:nth-child(3) .tri-image:before {
    content: "03";
}

header#site-header {
    z-index: 999;
}

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

.dm-full.bottom-full.footer-creds p + p a {
    color: var(--aColor);
}

.copyrights:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2023/09/glasses-eye-chart-white-background1.jpg);
    top: 0px;
    left: 0px;
    opacity: 0.05;
    background-position: 50% 30%;
    background-size: cover;
}

section.classy-testimonials .section-heading {
    text-align: left;
}

section.classy-testimonials .container > .dm-flex {
    margin-bottom: 30px;
}

section.classy-testimonials .container > .dm-flex {
    text-align: left;
    font-size: 16px;
    color: #6b6b6b;
}

.central-test-content {
    padding: 40px;
    background-color: #f4f5f7;
    border-radius: 8px;
    text-align: center;
}

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

.name-f {
    margin: 0px auto;
    width: 80px;
    height: 80px;
    background: var(--sColor);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    border: 5px solid #fff;
    margin-top: 20px;
}

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

span.hiddenRest {
    display: none;
}

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

.pp-testimonials-content p {
    min-height: 175px;
}

.appt-content {
    max-width: 550px;
    margin: 0px auto;
    margin-right: 0px;
    background: var(--pColor);
    padding: 40px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.appt-content h2 {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 15px;
}

.appt-content li input,.appt-content li textarea {
    border-radius: 4px;
}

.appt-content input[type="submit"] {
    background: var(--aColor);
    color: #fff;
    border-radius: 10px;
    border: 0px;
    width: 200px !important;
    margin: 0px auto !important;
    margin-right: 0px !important;
    display: block !important;
    cursor: pointer;
}

li#field_2_5 {}

.appt-content li#field_2_5 {
    font-size: 14px;
}

.appt-content:before {
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 0px;
    border: 2px solid #fff;
    content: "";
    position: absolute;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 0px;
    opacity: 0.2;
}

.pp-testimonials-content img {
    max-width: 100px;
    display: block;
    margin: 0px auto 14px;
    filter: brightness(0);
}

.appt-content div {
    position: relative;
}

.copyrights .dm-flex {
    position: relative;
}

.copyrights .social-icons a {
    margin-right: 10px;
    background: var(--aColor) !important;
    color: #fff !important;
}

.about-footer p {
    font-size: 15px;
}

.copyrights ul {
    color: #fff;
}

.copyrights ul li {
    margin-bottom: 5px;
}

section.visit-us-today iframe {
    border: 0px !important;
}

section.visit-us-today > div {
    padding: 2%;
}

a.btn:hover {
    background: #000 !important;
    color: #fff !important;
}

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

section.new-service-section .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}
section.new-service-section .dm-third:nth-child(3) {
    animation-delay: 0.3s;
}
section.new-service-section .dm-third:nth-child(4) {
    animation-delay: 0.4s;
}

.copyrights #logo a {
    color: #fff;
    font-weight: bold;
    text-transform: none;
    font-size: 30px;
    line-height: inherit;
}

@media (max-width: 1024px) {
    section.new-service-section .dm-third {
        flex: 1 1 50%;
        margin-bottom: 20px;
    }

    .carousel-caption h2 p {
        font-size: 20px;
    }

    .video_holder:before {
        opacity: 0.8;
    }

    html .video_holder {
        height: 70vh;
    }

    section.tri-icons {
        padding: 60px 20px 30px;
    }

    .central-image:before {
        display: none;
    }

    footer#site-footer .dm-fourth {
        flex: 1 1 50%;
        margin-bottom: 20px;
    }

    footer#site-footer img {
        max-width: 250px;
    }
}

@media (max-width: 991px) {
    section.tri-icons .dm-third {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 35px;
    }

    section.tri-icons .dm-third a {
        flex-direction: column;
        justify-content: center;
    }

    .tri-content {
        padding: 15px 0px 0px;
    }

    section.tri-icons .container {
        max-width: 760px !important;
        width: 100% !important;
    }
}
@media (max-width: 881px ) {
    .carousel-caption h2 {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .sticks {
        background: var(--pColor);
        border: 0px;
        padding: 5px 0px;
    }

    .sticks + a {
        background: var(--sColor);
    }
    div#regular-header {
        display: none;
    }
    html a#pull:after {
        color: var(--pColor);
    }
    .navigation.mobile-menu-wrapper {
        background: var(--pColor);
    }

}
@media (max-width: 768px) {
    section.new-service-section .dm-third {
        flex: 1 1 100%;
    }
    footer#site-footer .dm-fourth {
        flex: 1 1 100%;
    }

    footer#site-footer .dm-fourth ul {
        list-style: none;
        padding: 0px;
    }
}

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

.frames img {
text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 0px 10px #aeaeae;
}
@media screen and (min-width: 881px)  {
	ul.insurance {
		column-count: 2;
	}
}

@media (max-width: 880px) {
	#logo img {
		max-width: 300px;
	}
}

.dm-third.social-header .rtg a {
    padding: 0px !important;!I;!;
    width: auto !important;!i;!;
    margin: 0px !important;!I;!;
}

html .video_holder {
	max-width: 100%;
}

.menu-phone > p {
    display: none;
}

.menu-items {
    margin: 0px auto;
    margin-right: 0px;
}

h3#flogo img {
    filter: brightness(0) invert(1);
}

.copyrights p i {
    vertical-align: top;
    position: relative;
    top: 5px;
}


  .testimonial-box-dm blockquote {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    padding: 20px;
	  border-radius: 8px;
	   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);
}

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