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

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
* {
    box-sizing: border-box;
}

#secondary-navigation .navigation ul li:hover a {
    color: #fff;
}

#secondary-navigation .navigation ul li:hover a, .classic-menu ul#menu-main-menu li .sub-menu a,
.main-container.non-home #header .dm-third:nth-child(3) .current-menu-parent span > a,
.main-container.non-home #header .dm-third:nth-child(3) .current_page_item span > a {
    color: #fff;
}

.container {
    width: 100%;
    padding:0px 15px;
    max-width: 1200px !important;
}
footer#site-footer {
    margin: 0px;
    padding: 20px 0px;
}
footer#site-footer span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
footer#site-footer * {
    color: #fff !important;
    text-transform: uppercase;
}

section.footer-form {
    padding: 0px;
    background: transparent;
}

.contact-half {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
}

section.footer-form h3 {
    font-size: 35px;
    text-align: center;
    color: #000;
}

footer#site-footer {background: #fff;}

footer#site-footer img {
    border-radius: 8px;
    margin-bottom: 13px;
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0px auto 20px;
}

footer#site-footer * {
    text-transform: none;
}

footer .social-icons {
    margin-top: 10px;
    font-size: 27px;
}

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

section.footer-form iframe {
    height: 100% !important;
    display: block;
}

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

section.footer-form .dm-half:nth-child(1) {
    padding: 50px 20px;
}


/* 1e73be */
footer#site-footer p {
    margin: 0px;
}

footer#site-footer a {
    padding: 2px 3px 3px;
    position: relative;
}

footer#site-footer a:hover:after {
    height: 100%;
}
.footer-icons p {
    margin-bottom: 10px !important;
}
.footer-icons p:last-of-type {
    margin: 0px !important;
}

section.section-half.testimonial-section .container {
    max-width: 1000px !important;
    position: relative;
    z-index: 3;
    border: 1px solid #ffffff61;
    border-radius: 6px;
    padding: 30px;
}

section.section-half > img {
    position: absolute;
    width: auto;
    left: 0px;
    right: 0px;
    max-height: 170px;
}

section.section-half {
    padding: 150px 0px;
}

section.section-half img.dot-style {
    position: absolute;
    width: auto !important;
    max-height: 150px;
    transform: translateY(75px);
    left: 5%;
    filter: hue-rotate(45deg);
}

section.parallax-bg.meet-doctor h2 {
    line-height: 1;
    margin-bottom: 30px;
}

section.parallax-bg.meet-doctor p {
    font-size: 16px;
}

section.footer-form .page-title {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}



.color-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: var(--pColor);
}

.title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
li#field_4_2 {
    margin-left: -1px !important;
}
input#input_4_3 {width: calc(100% + 1px) !important;}
.title-block h3 {
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
    line-height: 1;
}

.title-block span {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 1.35em;
    font-style: italic;
    font-weight: 400;
}

.footer-form {
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: #f7f6f5;
}

section.footer-form #field_2_1,section.footer-form #field_2_2 {
    width: 50%;
}

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

section.footer-form #field_2_2 {
    border-left: 0px !important;
}
section.footer-form > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.footer-form p {
    max-width: 550px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    margin-bottom: 0px;
}

section.footer-form label {
    /* display: none !important; */
}

section.footer-form li:not(#field_2_6) input, section.footer-form li textarea {
    position: relative;
    min-height: 46px;
    margin-top: -1px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    width: 100% !important;
    padding: 0px 10px !important;
}

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

.footer-form-wrapper {
    width: 100%;
    max-width: 760px;
    margin-bottom: 0px;
    padding-top: 30px;
}

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

.footer-form-wrapper li {
    width: 50%;
}

.footer-form-wrapper ul {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-form li#field_4_3 {
    margin-left: -1px !important;
}

.newCon:before,
.video_holder:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #381f26;
    /*opacity: 0.7;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

html .video-wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
}

.video-wrapper video {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(1);
}

body .footer-form .gform_wrapper .top_label div.ginput_container {
    margin: 0px !important;
}

.footer-form li#field_4_4 {
    width: 100%;
}

li#field_4_6 {
    width: 100% !important;
}

li#field_4_5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

a.btn {
    position: relative;
    overflow: hidden;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent !important;
    overflow: hidden;
    font-weight: 400 !important;
    border-radius: 50px;
}

a.btn span {
    position: relative;
    z-index: 1;
}
a.btn:hover span {
    /* color: #fff; */
}
.gform_footer > input {
    position: relative;
    overflow: hidden;
    margin: 5px;
    padding: 2px 10px;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent !important;
    overflow: hidden;
    width: 100% !important;
    max-width: 200px !important;
    display: block !important;
    margin: 0px auto !important;
}

.footer-form .gform_footer.top_label {
    margin: 0px;
}
html a.btn {
    background-color: transparent !important;
}
/* Block */
section.section-half .dm-half {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.section-half p {
}

section.section-half h2 {
}

section.section-half h3 {
    font-size: 25px;
    font-style: italic;
    line-height: 36px;
}

.block-color {
    position: absolute;
    left: 0px;
    top: 250px;
    right: 0px;
    bottom: 0px;
    background-color: var(--aColor);
    display: none;
}
section.section-half .dm-flex {
    align-items: inherit;
}
.testi-wra button {
    border: 1px solid #000 !important;
}

.testi-wra li:before {
    opacity: 0;
}

ul.slick-dots {
    position: relative;
    bottom: 0px;
    max-width: 400px;
    margin: 0px auto;
    text-align: left;
}
.dark-block {
    background-color: #343c42;
}
ul.slick-dots li {
    margin-right: 37px;
}
section.section-half img {
    position: relative;
    z-index: 1;
}
.dm-half > .testi-wra {
    width: 100%;
}
/* Parallax */
section.parallax-bg {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: 50% 50%;
    padding: 10vh 0px;
}
.testimonial_item div {
    max-width: 660px;
    margin: 0px auto;
}

section.section-half.testimonial-section img {
    /* filter: brightness(0) invert(1); */
    /* max-height: 190px; */
}

section.section-half.testimonial-section {
    padding: 150px 0px;
    background: #6c4f57;
    /* background: linear-gradient(177deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%); */
    opacity: 1;
    margin-bottom: 0px;
}

.testimonial_section {
    max-width: 800px;
    margin: 0px auto;
    margin-right: 0px;
}

section.section-half.testimonial-section h2 {
    color: #fff;
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 50px;
}

section.section-half.testimonial-section * {
    color: #fff;
}

section.section-half.testimonial-section h3 {
    font-style: normal;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 35px;
}

.testi-wra h2 {
    margin: 0px auto 20px;
}
.parallax-wrapper {
        max-width: 410px;
        margin-bottom: 100px;
        text-align: left;
        margin: 0px auto;
}

section.parallax-bg:before {
    height: 100%;
    width: 100%;
    background: var(--pColor);
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.7;
}
.mlafs {
    position: relative;
    transform: translateX(1%);
    margin-right: 0px;
}
section.parallax-bg * {
    color: #fff !important;
}

section.parallax-bg a {
    border-color: #fff !important;
}
section.parallax-bg.no-prot:before {
    opacity: 0;
}

section.parallax-bg.no-prot * {
    color: #000 !important;
}

section.parallax-bg.no-prot a {
    border-color: #000 !important;
}

.parallax-wrapper.left-side {
    margin: 0px auto;
    max-width: 650px;
}
.hide-d {
    display: none;
}
.primary-slider {
    float: none !important;
}
.block-color.mauve {
    background: var(--pColor);
}

section.section-half .dm-half:nth-child(1) {
    position: relative;
    width: 50%;
}

.home a.btn:before {
    width: 0px;
    background: var(--aColor);
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home a.btn:hover:before {
    width: 100%;
}
section.section-half img {
    transform-style: preserve-3d;
    will-change: transform;
}
section.parallax-bg.meet-doctor:before {
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgb(0 0 0 / 76%) 100%);
    opacity: 1;
}

.containerclear {
    padding: 75px;
    margin: 0px auto;
    margin-left: 0px;
}
.newCon {
    height: 85vh;
    position: relative;
    background-position: 50% 50%;
}

.acaption {
    position: absolute;
    max-width: 100%;
    width: 1200px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 50%;
    z-index: 1;
    text-align: right;
}


div#page {
    padding: 0px !important;
}

.above-slider {
    background-color: var(--sColor);
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}

.above-slider a {
    color: inherit;
    font-weight: bold;
}
div#header {
    background: transparent;
}

#header .dm-third:nth-child(1) p:last-child {
    margin: 0px;
}

#header h1, #header h2 {
    display: block;
}

#header .dm-third:nth-child(1) p {
    margin: 0px 0px 6px;
    text-align: left;
}

header .dm-third a {
    color: #fff;
    line-height: 1;
    display: inline-block;
}

#header .dm-third:nth-child(1) p:nth-child(2) {
    font-weight: bold;
    font-size: 25px;
    line-height: 26px;
}

html .wda_video_style .buttonToAuto {
    z-index: 10;
    bottom: 0px;
    left: 0px;
    text-align: left;
    padding: 0px;
    padding: 0px 10px;
}

html .wda_video_style .buttonToAuto a {
    margin: 0px;
    background: var(--pColor) !important;
    color: #fff !important;
    border: 0px !important;
    font-size: 18px;
    display: inline-block;
}

header#site-header {
    background: transparent;
}

.main-header .container {
    background: transparent;
}

div#header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px;
    box-sizing: border-box;
}

#header .logo-wrap * {
    color: inherit;
}

#header .logo-wrap {
    color: #fff;
    text-align: center;
    float: none;
    margin: 0px auto;
    padding: 0px !important;
}

#logo {
    float: none !important;
}

#header .dm-third:nth-child(3) a {
    display: block;
    text-align: center;
    color: #fff;
    border-color: #fff;
}

#header .dm-third:nth-child(3) a.btn:before {
    background: #343c42;
}
#header .dm-third:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrap {
    position: fixed;
    height: calc(100vh - 106px);
    background: #000;
    left: 0px;
    width: 100%;
    top: 106px;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    padding: 50px 50px 50px 125px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    opacity: 0;
    align-items: flex-start;
    background-color: rgba(52, 60, 66, 0.9);
    display: flex;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.menu-wrap.active-side-menu {
    opacity: 1;
    transform: translate3d(-0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
a#move-to-top {
    width: 40px;
    height: 42px;
    line-height: 20px;
}
.menu-wrap .icon-list > ul > li > .main-toggler > a,
.menu-wrap .icon-list > ul > li > a {
       position: relative;
       overflow: hidden;
       margin: 5px;
       padding: 2px 10px;
       border: 1px solid #000;
       color: #000;
       letter-spacing: 0.1em;
       text-decoration: none;
       text-transform: uppercase;
       margin-top: 0px;
       margin-bottom: 0px;
       padding-top: 6px;
       padding-bottom: 6px;
       border-style: none none none solid;
       border-left-width: 5px;
       border-left-color: var(--aColor);
       font-size: 3.5vh;
       line-height: 1em;
       font-weight: 900;
       letter-spacing: 0.05em;
       box-sizing: border-box;
       max-width: 100%;
       display: inline-block;
       color: #fff;
}

.menu-wrap li {
    list-style: none;
}

.menu-wrap .icon-list > ul > li > a  {
    margin-bottom: -9px;
}

.menu-wrap .icon-list > ul > li > .main-toggler > a:before,
.menu-wrap .icon-list > ul > li > a:before {
    width: 0px;
    left: 0px;
    background: var(--aColor);
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    z-index: -1;
}
.menu-wrap .icon-list > ul > li > .main-toggler > a:hover:before,
.menu-wrap .icon-list > ul > li > a:hover:before {
    width: 100%;
}

a.button.menu-btn.w-inline-block {
    position: relative;
    overflow: hidden;
    margin: 5px;
    padding: 2px 10px;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    width: 96px;
    height: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    margin: 0px auto;
    margin-right: 0px;
}

.button-text.label-close {
    position: absolute;
    left: -100%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    transform-style: preserve-3d;
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.button-text.label-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
a.button.menu-btn.w-inline-block.active-menu .button-text.label-menu,
a.button.menu-btn.w-inline-block.active-menu .button-text.label-close { 
    transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.button-line.dark {
    position: absolute;
    left: 0px;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    width: 0px;
    top: 0px;
}

a.button.menu-btn.w-inline-block:hover .button-line.dark {
    width: 100%;
}
#header .dm-third:nth-child(1) {
    text-align: center;
}

div#header {
    float: none !important;
}

.head-wrapper {
    position: fixed;
    width: 100%;
    top: 0px;
    background: inherit;
}

.containerclear {
    position: relative;
    z-index: 1;
    padding: 150px 125px;
}

header#site-header {
    height: 135px;
    top:  0px;
    left:  0px;
    position: absolute;
}

.slide-content {
    padding: 0px 20px;
    box-sizing: border-box;
}

.slide-content a.btn {
    border-color: #fff;
    color: #fff;
}

.slide-content a.btn:before {
    background: var(--aColor);
}

.slide-content a.btn strong {
    display: block;
    position: relative;
}

.footer-form-wrapper #field_2_2 input {
    border-left: 0px;
}

.slide-content p {
    margin: 0px;
}

html #page.homepage {
    padding:0px !important;
}

.hide-d {
    display: none !important;
}

header#site-header.active-menu-side {
    background: var(--pColor);
}

.main-container.non-home p a {
    color: #000;
}

.main-container.non-home #header .dm-third:nth-child(3) a {
    border-color: #000;
    color: #999;
}

.non-home .classic-menu div#header .dm-third a,
.main-container.non-home .classic-menu #header .dm-third:nth-child(3) a {
    color:  #fff; 
}

section.section-half.half-section {
    padding: 0px;
}

@media (max-width: 1200px) {
    #header .dm-third:nth-child(3) a.btn {
        font-size: 15px;
    }
    div#header .dm-third:nth-child(1),div#header .dm-third:nth-child(3) {
        width: 25%;
    }

    div#header .dm-third:nth-child(2) {
        width: 50%;
    }
    .mlafs {
        transform: translateX(-10%);
    }
}
@media (max-width: 991px) {

    section.section-half.half-section {
        padding: 50px 0px;
    }

    .icon-list ul {
        padding-left: 0px;
    }
    
    #header .dm-third {
        /* width: auto !important; */
    }

    div#header .container {
        justify-content: space-between;
    }
    #logo a {
        font-size: 26px !important;
        line-height: 1;
        display: block;
    }
    .slide-content {
        padding: 0px 20px;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
    }

    #header .dm-third:nth-child(3) a.btn {font-size: 15px;}

    section.section-half .dm-half {
        padding: 40px;
    }

    section.section-half .dm-half:nth-child(1) {
        padding: 20px 20px 40px 70px;
    }

    section.section-half .dm-half:nth-child(1) img {
        top: -14px;
    }
    section.section-half h2 {
        font-size: 36px;
    }
}
@media (max-width: 801px) {
    .video-wrapper {height: 350px;height: 400px !important;}
    a.button.menu-btn.w-inline-block{font-size:20px;}
    .social-from-side{display:none;}
    section.parallax-bg {
        background-position: 50% 50% !important;
    }

    section.parallax-bg.no-prot:before {
        opacity: 0.4;
    }

    section.parallax-bg.no-prot * {
        color: #fff !important;
    }

    section.parallax-bg.no-prot a {
        border-color: #fff !important;
    }
    section.section-half .dm-half {
        padding: 15px !important;
    }

    section.section-half img {
        transform: none !important;
        top: 0px !important;
    }
    .containerclear {
        width: 100%;
        left: 0px;
        text-align: center;
        padding: 70px 20px;
    }

    .parallax-wrapper.left-side {
        margin: 0px auto;
        text-align: center;
        max-width: 100%;
    }
    footer#site-footer {
        padding: 50px 20px;
    }

    footer#site-footer .dm-third {
        width: 100%;
        margin-bottom: 30px;
    }
    .slide-content span {
        width: 100%;
        max-width: 100%;
        display: block;
        letter-spacing: 0px;
    }

    .acaption {
        width: 100%;
        left: 0px;
    }
    #header .dm-third a.hide-d {
        font-size: 59px;
        line-height: normal;
    }
    #header .dm-third:last-of-type a {
        /* display: none; */
    }
    #header .dm-third a.hide-d {
        display: block !important;
    }
    div#header .dm-third:nth-child(1), div#header .dm-third:nth-child(3) {
        width: 25% !important;
    }
    div#header .dm-third:nth-child(2) {
        width: 50% !important;
    }
    #logo a {
        font-size: 23px !important;
    }
    #header .dm-third:nth-child(3) {
        justify-content: flex-end;
    }
    #logo img {
        max-height: 130px;
    }
    header#site-header {
        height: 115px;
    }
    .newCon {
        height: 550px;
    }
    #header .dm-third:nth-child(1) {
        text-align: left;
    }
    section.section-half h3 {
        text-align: center;
    }
    section.section-half .dm-half {
        width: 100% !important;
        text-align: center;
    }

    section.section-half .dm-half img {
        width: 400px;
        margin: 0px auto;
        max-width: 100%;
    }
    section.parallax-bg.no-prot {
        padding: 50px 0px;
    }


    .testi-wra h2 {
        max-width: 100%;
    }

    .testimonial_item div {
        max-width: 100%;
    }

    ul.slick-dots {
        max-width: 100%;
        text-align: center;
    }
    section.parallax-bg:before {
        opacity: 0.6 !important;
        background: #000 !important;
    }

    section.parallax-bg {
    }

    .parallax-wrapper {
        max-width: 100%;
        text-align: center;
        transform: none !important;
    }
    section.parallax-bg.meet-doctor {
    }
    .slide-content h2 {
        font-size: 35px !important;
        text-align: center;
    }

    .slide-content span {
        font-size: 11px;
        text-align: center;
        color: #fff;
        letter-spacing: 3px;
    }
    
    .menu-wrap .icon-list > ul > li > .main-toggler > a, .menu-wrap .icon-list > ul > li > a {
        font-size: 3vh;
    }

    html nav.menu {
        padding-left: 0px;
    }
}
@media (max-width: 620px) {
    .button-text.label-close,
    .button-text.label-menu {
        font-size: 10px;
    }
    #header .dm-third:nth-child(3) {
        /* display: none; */
    }
    #header .logo-wrap #logo {
        text-align: right;
    }
    div#header .dm-third:nth-child(2),
    html div#header .dm-third {
        width: auto !important;
    }
    section.parallax-bg.meet-doctor .containerclear {
        padding: 75px 20px;
    }
    .menu-wrap {
        padding: 20px 15px;
    }
    section.section-half h2 {
        font-size: 30px;
    }
}
@media (max-width: 500px) {
    html h2 {
        font-size: 30px;
    }
    #logo a {
        font-size: 20px !important;
    }
    a.button.menu-btn.w-inline-block {
        width: 79px;
    }

    #header .dm-third:nth-child(1) {
        padding: 0px;
    }
    .newCon {
        height: 400px;
    }
}
.sticks {
    padding: 4px 5px;
}
@media (min-width: 881px) {
    section.section-half img {
        /* width: 100%; */
        /* max-width: 1000px; */
        /* height: 100% !important; */
        /* object-fit: cover; */
        /* border-radius: 4px; */
    }

}
.head-wrapper.move-up-me {
    top: -100%;
}

.head-wrapper {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.noscroll {
    overflow: hidden;
}
.footer-form-wrapper li#field_2_5 {
    display: none;
}
.social-from-side {
    position: fixed;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
}

.social-from-side a {
    background: var(--sColor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 34%);
    margin-bottom: 10px;
    color: #fff;
    font-size: 23px;
}

.social-from-side a:hover {
    color:  #fff !important;
}
.sticks:nth-child(1) {
    background: var(--pColor);
    border: 0px;
}

a.sticks {
    border: 0px;
}
/* Sub-menu  */
.sub-menu li > a {
    border: 0px;
}
.icon-list ul {
    background: transparent !important;
    padding: 11px 0px;
    padding-left: 17px;
    margin: 0px;
}
.menu-item-has-children > a:after {
    display: none !important;
}

.icon-list > ul > li {
    position: relative;
}

span.expand-me {
    font-size: 27px;
    line-height: 41px;
    padding-left: 12px;
    position: relative;
    top: -2px;
}
.expand-me i.fa-minus:before {
    content: "\f068" !important;
}

span.main-toggler {
    display: flex;
    align-items: center;
    color: #fff;
}

span.expand-me {
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    left: 0px;
    top: 0px;
}
.icon-list ul.sub-menu {
    width: 500px;
}
span.main-toggler {
    display: flex;
    align-items: center;
    color: #fff;
}

span.expand-me {
    padding: 0px;
    display: inline-block;
    left: 0px;
    top: 0px;
} 
.icon-list ul.sub-menu {
    width: 500px;
}
nav.menu {
    width:  100%;
    display: block;
    overflow-y: scroll;
    padding: 0px 30px;
    box-sizing: border-box;
    max-height: 90vh;
    height: 600px;
}

a#move-to-top.filling + .main-container #site-header {
    /* background: var(--pColor); */
}

#header .logo-wrap {
    float: none !important;
    display: block !important;
    overflow: visible;
}

.slide-content h2 {
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 59px;
    color: #fff;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 42%);
    margin: 0px auto 20px;
    margin-right: 0px;
}

nav.menu::-webkit-scrollbar {
  width: 2px;
}
 
nav.menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgb(255 255 255);
}
 
nav.menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

ul.sub-menu li {
    background-color: #888 !important;
    padding: 2px 10px;
}

section.parallax-bg.center-mode {
    padding: 150px 125px;
}

.parallax-wrapper.left-side h2 {
}

section.parallax-bg.meet-doctor .left-side {
    max-width: 450px;
}

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

section.section-half.half-section .dm-half:nth-child(2) {
    padding: 0px 5%;
}

ul.sub-menu a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}



div#header .dm-rate-us {
    width: 100%;
}

div#header .dm-rate-us span {
    /* font-weight: bold; */
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
}

div#header .dm-rate-us a,div#header .dm-rate-us a:visited {
    color: #fff !important;
}

img.arrow-down-sub {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    z-index: 1;
    text-align: center;
    margin: 0px auto;
    max-height: 115px;
}

@media (max-width: 801px) {
    div#header .dm-third:nth-child(1) {
        display: none;
    }

    div#header .dm-third:nth-child(3) {
        width: 50%;
    }

    section.section-half {
        padding: 50px 0px;
    }

    img.dot-style {
        opacity: 0;
    }

    .testi-wra {
        text-align: center;
    }

    section.footer-form .dm-half:nth-child(1) {
        padding: 50px 20px;
    }

    img.arrow-down-sub {
        max-height: 65px;
    }
}


/* Random */
#logo img {
    float: left;
    border-radius: 4px;
    filter: brightness(0) invert(1);
    position: relative;
    max-width: 400px;
}

/* New Services */
section.dental-services {
    display: flex;
}

.dental-wrapper {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    letter-spacing: 0px;
    clip-path: polygon(0% 0%, 100% 0, 75% 100%, 0% 100%);
    margin-right: -7%;
    position: relative;
    z-index: 1;
    background: #fff;
}

section#services {
    width: 82%;
}

section#services h2 {
    display: none;
}

.dental-wrapper h2 {
    font-size: inherit;
}

html .slideimg .over {
    text-align: center;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

section#services {
    width: 100%;
}

.special-wrap {
    width: 82%;
    padding: 1px 0px;
}

html .slideimg {
    border: 1px solid #fff;
}

/* Classic Menu */
.classic-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.classic-menu div#header .dm-third:nth-child(2), div#header .dm-third:nth-child(4) {
    width: auto;
}

.classic-menu div#header .dm-third:nth-child(3) {
    width: 20%;
}

.classic-menu ul#menu-main-menu {
    text-align: center;
}

.classic-menu ul#menu-main-menu > li {
    float: none;
    display: inline-block;
}

/*.classic-menu div#header .dm-third a {
    color: #fff;
}*/
.classic-menu .social-icons a {
    display: inline-block;
    background: var(--aColor);
    color: #111;
    padding: 5px;
    text-align: center;
    width: 30px;
    line-height: 30px;
    padding: 0px;
    margin: 0px 5px;
}

.classic-menu div#header .dm-third p {
	text-align: center;
    margin: 0px;
	color:#fff;
}
.classic-menu .social-icons {
    margin-bottom: 10px;
    text-align: right;
}

.classic-menu div#header .dm-third:nth-child(4) {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.classic-menu div#header p a {
    font-size: 20px;
    letter-spacing: 1px;
}

.classic-menu #header .logo-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.classic-menu #header.header-scroll .logo-wrap {
    padding: 10px 0px;
}

.classic-menu .social-icons.pull-right {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 110px;
}

.classic-menu .header-scroll .social-icons {
    max-height: 0px;
    overflow: hidden;
    margin: 0px;
}
.classic-menu div#header .dm-third p a {
    font-size: 23px;
}

.classic-menu .dm-third p.phoned + p a {
    font-size: 17px;
    line-height: 1.4;
    display: block;
}

.classic-menu .dm-third.flex-left div.social-icons a {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.classic-menu #header .dm-rate-us span {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0px;
}

.classic-menu #header .dm-rate-us {
    margin: 0px;
    width: auto;
    background: var(--aColor);
    padding: 5px 20px !important;
    margin-left: 10px;
    font-weight: 400 !important;
    border-radius: 50px;
}

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

.classic-menu ul#menu-main-menu li a {
    padding: 10px 5px;
    text-transform: none;
}

.classic-menu ul#menu-main-menu li .expand-me {
    display: none;
}

.classic-menu ul#menu-main-menu li a {
    text-align: left !important;
}

.classic-menu ul#menu-main-menu li .sub-menu a {
    color: #fff;
}

.spacer-classic-home {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .dental-wrapper h2 {
        margin-left: -17%;
    }
}
@media (max-width: 991px) {
    .classic-menu .dm-third:nth-child(4) {
        display: none;
    }
    .dental-wrapper {
        width: 100%;
        clip-path: none;
        text-align: center;
        margin: 0px;
    }

    .special-wrap {
        width: 100%;
    }
}

@media (min-width: 881px) {
    
    header#site-header.classic-menu {
        position: absolute;
        top: 0px;
        left: 0px;
        height: auto;
    }
    div#header.header-scroll {
        /* background: #000; */
    }
    .non-home div#header.header-scroll {
        background: #fff;
    }
}

@media (max-width: 880px) {
    .mobile_cta_buttons.hide-d {
        display: block !important;
        text-align: center;
        padding: 20px 0px 10px;
    }

    .mobile_cta_buttons.hide-d p a {
        display: block;
        color: #fff;
        padding: 10px 0px;
    }

    .mobile_cta_buttons.hide-d p {
        margin-bottom: 10px;
    }

    .mobile_cta_buttons div.header-social-icons {
        background: transparent;
        float: none;
    }
    .classic-menu #logo img {
        display: block;
        margin: 5px auto 12px;
        max-width: 250px;
    }
    header#site-header.classic-menu .dm-third {
        width: 100% !important;
    }
    header#site-header.classic-menu {
        position: relative;
        height: auto;
    }

    header#site-header.classic-menu .dm-third {
        width: 100%;
    }

    .dm-full.hide-d.inline-flex {
        display: block !important;
        width: 100%;
        order: 2;
    }

    .dm-full.hide-d.inline-flex > a {
        display: none;
    }

    .classic-menu div#header .dm-third:nth-child(2) {
        order: 1;
    }

    .classic-menu div#header .dm-third:nth-child(4) {
        display: none;
    }

    .classic-menu .container-wide {
        padding: 0px;
    }

    .classic-menu a#pull {
        margin: 0px;
        border-radius: 0px;
        height: 40px;
        width: 100%;
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .classic-menu .regular_header #secondary-navigation {
        height: auto !important;
    }

    .regular_header #secondary-navigation {
        height: auto;
    }

    header#site-header.classic-menu {
    background: var(--pColor);
    }

    section.dental-services {
        flex-wrap: wrap;
    }
}

.dm-t-third {
    flex: 1 1 33.33%;
    margin-bottom: 30px;
}

.dm-t-third h3 {
    font-size: 23px;
}

.non-home .classic-menu #header .dm-rate-us * {
    /* color: #000 !important; */
}

.non-home .classic-menu div#header .dm-third .social-icons a {
    color: #fff;
}

div#page.single .single-page {
    float: none;
}

.page {
    float: none !important;
}

.post-content {
    float: none;
}

#header .dm-rate-us .rtg {
    position: relative;
    right: -9px;
    top: -1px;
}

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

html .dm-slide-main .newCon {
    background-position: 50% 0%;
}

.acaption {
    text-align: center;
}

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

section.section-half.half-section {
    max-width: 1200px;
    margin: 100px auto;
}

.uabb-infobox-text.uabb-text-editor img {
    max-width: 120px;
    vertical-align: middle;
    margin-bottom: 20px;
}

.acaption h2 {
    margin: 0px auto 30px;
}

[data-slick-index="0"] .acaption {
    bottom: 20%;
    text-align: center;
}

[data-slick-index="1"] .acaption {
    bottom: 55%;
    text-align: center;
}

[data-slick-index="1"] .acaption h2 {
    margin: 0px auto;
    
}

/* New */
@media (min-width: 881px) {
    #menu-item-32 {
        display: none !important;
    }
}

div#header .dm-flex {
    justify-content: space-between;
}

.classic-menu div#header .dm-third:nth-child(4) ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.classic-menu div#header .dm-third:nth-child(4) li a {
    background: var(--aColor);
    padding: 10px 20px;
    border-radius: 50px;
	color:#fff;
}

.classic-menu div#header .dm-third:nth-child(4) > * {
    padding: 0px 10px;
}

.classic-menu .container-wide .dm-flex > * {
    padding: 0px;
}

.classic-menu div#header .dm-third:nth-child(4) * {
    font-size: 17px;
}

p.phoned {
    font-weight: bold !important;
    font-size: 18px !important;
}

p.phoned a {
    font-size: inherit !important;
}

.slide-content h2 span {
    display: block;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 0px;
}

.slide-content h2 span:before,.slide-content h2 span:after {
    height: 1px;
    background: #fff;
    width: 30%;
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
}

.slide-content h2 span:after {
    left: auto;
   right: -100px;
}

section.padding-100.service-half {
    position: relative;
    overflow: hidden;
}

.service-half .image-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
}

.image-hover img {
    display: block;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    filter: grayscale(0.1);
    position: relative;
    opacity: 0.3;
}

section.padding-100.service-half .dm-full > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.padding-100.service-half .container {
    position: relative;
    z-index: 1;
}

.serv-item {
    cursor: pointer;
    width: calc((100% / 3) - 10px);
    position: relative;
    padding: 0px 10px;
    margin-bottom: 20px;
}

section.padding-100 {
    padding: 14vh 0px 16vh;
}

.serv-hover {
    position: absolute;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0px;
    height: 260px;
    width: 260px;
    right: 0px;
    transform: scale(0.7) rotate(45deg);
    border-radius: 20px;
    overflow: hidden;
}

.serv-item a {
    display: block;
    position: relative;
    height: 260px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.serv-over img {
    filter: brightness(0) invert(1);
    display: block;
    margin: 0px auto;
    max-width: 80px;
    margin-bottom: 7px;
}

.serv-over span {
    display: block;
    text-transform: uppercase;
    padding-top: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    max-width: 170px;
    margin: 0px auto;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.image-hover:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: var(--sColor);
    opacity: 0.8;
}

.serv-item a:before {
    top: 0px;
    left: 0px;
    content: "";
    position: absolute;
    border-radius: 20px;
    border: 2px solid #ffffff;
    transform: scale(0.8) rotate(45deg);
    height: 260px;
    width: 260px;
    right: 0px;
    margin: 0px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.serv-item:nth-child(4),.serv-item:nth-child(5) {
    position: relative;
    margin-top: -70px;
    margin-bottom: 0px;
}

.serv-over {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.serv-hover img {
    height: 150% !important;
    object-fit: cover;
    width: 150% !important;
    transform: translateY(-50%) rotate(-90deg);
    position: relative;
    left: -25%;
    right: 0px;
    margin: 0px auto;
    max-width: initial;
    top: 50%;
    opacity: 0.7;
}

.serv-hover > div {
    position: relative;
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px;
    /* overflow: hidden; */
    transform: rotate(45deg);
    background: #000;
}

.serv-hover span {
    position: absolute;
    top: 70%;
    transform: translateY(-50%) rotate(-45deg);
    left: 20%;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    width: 100%;
    padding: 0px 35px;
    color: #fff;
}

.serv-item a:hover .serv-hover {
    opacity: 1;
}

.serv-item a:hover .serv-over {
    opacity: 0;
}

section.padding-50.welcome-half .container {
    padding: 50px;
    border-radius: 50px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

section.padding-50.welcome-half .container:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: radial-gradient(circle, var(--pColor) 0%, var(--sColor) 100%);
    border-radius: 50px;
    top: 0px;
    left: 0px;
    opacity: 1;
}

section.padding-50.welcome-half .dm-full {
    position: relative;
    z-index: 1;
    text-align: center;
}

section.padding-50.welcome-half * {
    color: #fff;
}

section.padding-50.welcome-half a {
    font-weight: bold;
}

section.padding-50.welcome-half {
    margin-top: -104px;
    position: relative;
    z-index: 1;
    margin-bottom: -350px;
}

.wc-container img {
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 50px;
    opacity: 0.1;
}

section.parallax-bg.meet-doctor img {
    display: block;
}

.wc-container .container:after {
    border: 2px solid #fff;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    content: "";
    position: absolute;
    border-radius: 50px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

footer {
    background-color: #232323;
}

section.section-half.testimonial-section {
    position: relative;
}

section.section-half.testimonial-section > div.image-hover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
    filter: grayscale(.5);
}

.image-hover {}

section.section-half.testimonial-section img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    left: 0px;
    filter: none !important;
}

section.section-half.testimonial-section h2 strong {
    display: block;
    letter-spacing: 13px;
    position: relative;
    top: -12px;
}

section.section-half.testimonial-section .image-hover {
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgb(0 0 0 / 76%) 100%);
}

section.section-half.testimonial-section:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #1894f95e;
    z-index: 2;
    opacity: 0.7;
}

footer#site-footer * {
    color: #000 !important;
}

section.footer-form .container {
    background: #fff;
    border-radius: 20px;
    position: relative;
    position: relative;
    z-index: 3;
    padding: 30px;
}

section.footer-form .dm-flex {
    width: 100%;
    align-items: initial;
}

section.footer-form {
    padding: 10vh 0px;
    position: relative;
}

section.footer-form:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: var(--pColor);
    z-index: 2;
}

section.footer-form iframe {
    border-radius: 20px;
}

section.footer-form .dm-full {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
    z-index: 12;
}

section.footer-form h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
}

section.footer-form h2 strong {
}

section.footer-form h2:before {
    content: '\f0e0';
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin: 0 auto 25px;
    border-radius: 50%;
    color: #000;
    font-family: 'Font Awesome 5';
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    font-size: 40px;
}

.footer-form {
    position: relative;
}

section.footer-form .image-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0.6;
}

section.footer-form img {
    left: 0px;
}

@media (max-width: 1400px) {
    .classic-menu div#header .dm-third:nth-child(4) li a {
        font-size: 13px;
    }

    .classic-menu div#header .dm-third:nth-child(4) * {
        font-size: 15px;
    }

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

@media (max-width:1280px) {
    .classic-menu div#header .dm-third:nth-child(2) {
        order: 2;
    }

    .classic-menu div#header .dm-third:nth-child(3) {
        width: 100%;
            padding-bottom: 15px;
    }
    section.padding-100.service-half .dm-full > div {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .classic-menu div#header .dm-third:nth-child(4) ul {
        display: none;
    }

}

@media (max-width: 880px) {
    .classic-menu div#header .dm-third:nth-child(3) {
        width: auto !important;
        padding: 0px;
    }

    .dm-full.hide-d.inline-flex {
        width: 100%;
    }

    div#header .dm-flex {
        padding: 0px;
    }

    html .video-wrapper {
        max-height: 550px;
    }

    .dm-rate-us span {
    }

    .dm-rate-us a:visited,.dm-rate-us a {
    }
    html a#pull:after {
        top: 0px;
        left: 0px;
        position: relative;
    }
    section.footer-form .dm-half {
        width: 100%;
    }

    section.footer-form .dm-half:nth-child(2) {
        min-height: 300px !important;
    }

    section.footer-form .container {
        width: 95%;
        padding: 15px;
    }

    section.padding-50.welcome-half {
        margin: 0px;
    }

    section.padding-50.welcome-half .container {
        border-radius: 0px;
    }

    section.padding-50.welcome-half .container:before {
        border-radius: 0px;
    }

    section.padding-50.welcome-half * {
        border-radius: 0px;
    }

    .wc-container .container:after {
        display: none;
    }

    section.parallax-bg {
        padding: 50px 0px 0px;
    }

    section.parallax-bg.meet-doctor .dm-half {
        width: 100%;
        text-align: ce;
    }

    section.parallax-bg.meet-doctor .dm-half:nth-child(1) {
        order: 2;
    }

    section.parallax-bg.meet-doctor .dm-half:nth-child(1) img {
        max-width: 400px;
        display: block;
        margin: 0px auto;
        width: 100%;
    }
    section.footer-form {
        padding: 100px 0px;
    }

    section.section-half.testimonial-section {
        padding: 70px 0px 0px;
    }
    .slide-content h2 span:before, .slide-content h2 span:after {
        width: 20%;
    }

    .serv-item {width: calc((100% / 2) - 10px);}

    .serv-item:nth-child(4), .serv-item:nth-child(5) {
        margin: 0px;
    }

    .serv-item:nth-child(3) {
        width: 100%;
        margin: -80px 0px;
    }
    section.padding-100.service-half {
        padding: 150px 0px;
    }
}

@media (max-width: 640px ){
    .slide-content h2 span:before, .slide-content h2 span:after {
        width: 20%;
    }
    section.padding-100.service-half .dm-full > div {
        display: block;
    }
    .serv-item {
        width: 100%;
        margin: auto;
    }
    section.padding-100.service-half .slick-track {
        padding: 50px 0px;
    }

    section.padding-100.service-half {
        padding: 75px 0px;
    }

    section.padding-100.service-half .slick-prev {
        left: 20px;
    }

    section.padding-100.service-half .slick-next {
        right: 20px;
    }

    .serv-item:nth-child(3) {
        margin: auto;
    }
    .image-hover img {
        right: 0px;
    }
    section.footer-form h2 {
        font-size: 33px;
    }

    section.footer-form .dm-half:nth-child(1) {
        padding: 10px;
    }

}

header#site-header.not-home {
    background: #000;
}

/*.non-home .classic-menu #header {
    background: #0000;
}*/


html #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background: #000 !important;
}

@media (max-width: 420px) {
    section.padding-50.welcome-half .container {
        padding: 50px 20px;
    }


    section.padding-100.service-half .slick-next {
        right: 0px;
    }

    section.padding-100.service-half .slick-prev {
        left: 0px;
    }
}

section.padding-100.service-half .slick-next:before {
    content: "\f105";
    font-family: 'Font Awesome 5';
    opacity: 1;
    font-size: 31px;
}

section.padding-100.service-half .slick-prev:before {
    content: "\f104";
    font-family: 'Font Awesome 5';
    opacity: 1;
    font-size: 31px;
}

div.header-social-icons:before {
    display: none !important;
}

/*.newCon:before, .video_holder:before {
    background: unset;
}*/

.video-wrapper video {
    filter: unset;
}

section.parallax-bg.meet-doctor {
    text-align: center;
}

section.parallax-bg.meet-doctor h2 {
    text-align: center;
    font-size: 40px;
}

section.parallax-bg.meet-doctor p {
    font-size: 20px;
}

section.parallax-bg.meet-doctor:before {
    background: var(--aColor);
}

section.parallax-bg.meet-doctor .dm-half:nth-child(1) {
    order: 2;
}

section.parallax-bg.meet-doctor img {
    border-radius: 8px;
}

section.padding-100.service-half .dm-full > div:before {
    content: "Our Services";
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 40px;
}

section.parallax-bg.meet-doctor .dm-flex {
    align-items: inherit;
}

section.parallax-bg.meet-doctor img {
    height: 100% !important;!I;!;
    object-fit: cover;
}

.footer-logo a {
    display: block;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    color: var(--pColor) !important;
}

.copyrights {
    font-size: 16px;
}

html section.footer-form li#field_2_6 li input {
    height: auto !important;
    width: auto !important;
}