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

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
* {
    box-sizing: border-box;
}
.hide-d {
    display: none;
}
.container {
    width: 100%;
    max-width: 1170px !important;
}
/* Header */
#logo img {
    max-width: 400px;
}
div#header {
    background-color: var(--pColor);
}
.home-banner {
    overflow: hidden;
}
.newCon {
    height: 850px !important;
}
.slide-caption{
	z-index:99;
}
html .slide-caption{bottom:15%;}
h2.slide-title{
	font-size:26px;
}

.main-header .container {
    background-color: transparent;
}
.dm-half > p:last-of-type {
    margin: 0px;
}
.head-wrapper {
    max-width: 1350px;
    margin: 0 auto;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-wrap div {
    position: relative;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
}

.logo-wrap span {
    color: #1a1818;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-size: 36px;
}

.logo-wrap small {
    display: block;
    font-weight: 200;
    font-size: .4em;
    letter-spacing: 3.4px;
    margin-top: -5px;
    padding-left: 3px;
}

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

.logo-wrap > * {
    position: relative;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.col-infos p:nth-child(1) a {
    color: #111;
    font-weight: 700;
    font-size: 37px;
    display: block;
}

.col-content p:nth-child(2) {
    display: block;
    color: #404040;
    font-size: 16px;
}

.col-infos {
    text-align: right;
}

.col-content p {
    margin-bottom: 0px;
}

.col-content p:nth-child(2) a {
    color: #000;
    display: block;
}

[class^="btn"] {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .3s all;
    transition: .3s all;
    font: 700 14px/1 Biryani,sans-serif;
    color: #fff;
    text-transform: uppercase;
    min-width: 255px;
    margin: 10px;
    padding: 15px 18px 12px;
    background-color: #bcbcbc;
}
[class^="btn"]:hover {
    color: #fff;
    background-color: var(--pColor);
}

a.btn.ra {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: var(--sColor);
    font-size: 12px;
}

a.btn-alt {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
    color: #000;
}

.col-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 30px;
}

a.btn-alt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 5px 8px;
    min-width: inherit;
    font-size: 12px;
}

.col-buttons * {
    margin: 0px;
}

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

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

ul#menu-main-menu {
    margin: auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.navigation {
    float: none;
}

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

.col-infos p {
    margin-bottom: 0px;
}

.col-infos p:nth-child(2) a {
    display: block;
    color: #404040;
    font-size: 16px;
}

.col-content {
    margin: 0px auto;
    margin-left: 0px;
}

/* Banner */

div#page {
    padding: 0px;
}

html .dm-slide-main,
.home-banner {
    position: relative;
    height: 850px !important;
}
.home a.play {
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
}

.home a.play span {
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.banner-carrier {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.home-banner:after,.home-banner:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 85px 0 0 50vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-color: transparent transparent transparent #fff;
    z-index: 100;
}

.home-banner:before {
    width: 0;
    overflow: hidden;
    left: 50%;
    border-width: 0 0 85px 50vw;
    border-color: transparent transparent #fff;
}

.banner-carrier article {
    float: none;
    position: absolute;
    z-index: 10;
    top: 50%;
}

.home-banner article {
    float: none;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}

h2 small {
    color: #000;
    font: 400 14px/1.11 Biryani,sans-serif;
    display: block;
    margin: 10px auto;
    text-transform: uppercase;
}
.lain *,
.logo-svg *,
.logo-wrap div * {
    -webkit-animation: offset 2.8s .3s linear forwards,fill-it 2.8s 1.1s forwards;
    animation: offset 2.8s .3s linear forwards,fill-it 2.8s 1.1s forwards;
}

@keyframes offset { 100% { stroke-dashoffset: 0; } }
@keyframes fill-it { 100% { fill: #1a1818; }  }

.logo-svg svg *,
svg#headerSvg * {
    stroke: #1a1818;
    stroke-width: 2;
    stroke-dasharray: 1950;
    stroke-dashoffset: 1950;
    transform-box: fill-box;
    fill: transparent;
}
.home-banner h4 {
    display: table;
    border-top: 1px solid #292929;
    margin: 15px auto;
    padding: 10px 0;
}

.home-banner .h4 {
    display: table;
    border-top: 1px solid #fff;
    margin: 15px auto;
    padding: 10px 0;
    color: #fff;
    position: relative;
    font: 700 20px/1.25 Biryani,sans-serif;
    text-transform: uppercase;
}

.logo {
        color: #1a1818;
    text-transform: uppercase;
    letter-spacing: -.5px;
    font-size: 36px;
}

.logo small {
    display: block;
    font-weight: 200;
    font-size: .4em;
    letter-spacing: 3.4px;
    margin-top: -5px;
    padding-left: 3px;
}

.logo-svg {
    margin-bottom: 10px;
}

/* Welcome */
.welcome h2 {
    font-weight: bold;
    font-size: 32px;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 100;
    text-align: center;
    transform: translateY(-50%);
}
.slide-caption p a {
    color: #fff;
    font-weight: bold;
}
.video-wrapper {height: 100%;position: relative;}

.primary-ser-container  {
    position: relative;
}
.newCon {
    position: relative;
}
.newCon:before,
.video-wrapper:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0;
    z-index: 10;
}
section.welcome .row {
    position: relative;
    -webkit-box-shadow: 5px 2px 10px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 5px 2px 10px 5px rgba(0, 0, 0, 0.09);
    width: 92%;
    padding: 100px 40px 40px;
    margin: 100px auto 40px;
    max-width: 900px;
}

section.welcome .row > img {
    position: absolute;
    top: -70px;
    right: 8%;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 1px 10px 5px rgba(0,0,0,0.09);
    box-shadow: 2px 1px 10px 5px rgba(0,0,0,0.09);
    max-width: 180px;
    height: 180px !important;
    object-fit: cover;
}

.rightwow {
    max-width: 85%;
    margin: 20px auto;
}

.doctor-wrapper h2,
.serv-boxes h2,
h2.h2 {
    color: #000;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -1.18px;
}
section.serv-boxes h2 {
    line-height: 1;
    margin-bottom: 20px;
}
section.serv-boxes .la6 > p:nth-child(1) {
    margin: 0px;
}
p {
    color: #000;
}

.signature {
    text-align: right;
}

.signature img {
    display: block;
    margin: 0px auto;
    margin-right: 0px;
}

.signature p {
    margin-bottom: 10px;
}

.h4 {
    color: #000;
    display: block;
    position: relative;
    font: 700 20px/1.25 Biryani,sans-serif;
    text-transform: uppercase;
}

/* Cta */
.banner-break {
    margin: 50px auto 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0%;
    height: 850px;
}

.banner-break:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    right: 0;
    top: 0;
    border-width: 0 0 140px 100vw;
    border-color: transparent transparent #fff;
    z-index: 1;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.banner-break:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 0 0 140px 100vw;
    border-color: transparent transparent #fff;
    z-index: 1;
}

/* About */
section.serv-boxes {
    margin: 40px 0px;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 10px 20px;
    width: 50%;
}
.ab-slide img {
    margin: 0px auto;
}
/*
.no-bottom:after {
    opacity: 0;
}
*/
a.btn.text-center {
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    width: fit-content;
   
}


.ab-slide .slick-dots {
    bottom: -35px;
}

.ab-slide .slick-dots li button:before {
    background-color: rgb(0 0 0 / 46%);
    border-radius: 50%;
}

.about-item:hover .lim {
    background-color: #bcbcbc;
}

.about-item h3,
.about-item img {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.about-item:hover .lim img {
    filter: brightness(0) invert(1);
}

.about-item:hover h3 {
    color: #bcbcbc;
}
section.serv-boxes .container {
    max-width: 1450px !important;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100% !important;
}

section.serv-boxes small {
    color: #000;
    font: 200 14px/1.11 Biryani,sans-serif;
    display: block;
    margin: 10px auto;
    text-transform: uppercase;
}
.la6 {
    max-width: 510px;
    width: 100%;
    margin: 0px auto;
}

.about-wrapper {
    margin: 20px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: flex;
}

.about-item {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    margin: 20px auto;
}

.lim {
    line-height: 95px;
    width: 95px;
    height: 95px;
    border: 1px solid #d1d1d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.lim span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
}

.lim img {
    max-width: 60px;
    display: block;
    margin: 0 auto;
    filter: brightness(0);
}

.about-item h3 {
    color: #000;
    display: block;
    position: relative;
    font: 700 20px/1.25 Biryani,sans-serif;
    text-transform: uppercase;
    letter-spacing: -.4px;
    font-size: 16px;
    margin: 40px auto 10px;
}

section.serv-boxes .container {
    position: relative;
}

section.serv-boxes .container:before {
    width: 1px;
    background-color: #bcbcbc;
    height: 94%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    content: "";
    opacity: 0.3;
    top: 3%;
}

/* Doctor */
section.doctor-wrapper .col-6 img {
    margin:0px auto;
    width: 100%;
}
section.doctor-wrapper .col-6 {
    padding: 0px 10px;
}
section.doctor-wrapper .container-wide {
    max-width: 1450px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

section.doctor-wrapper .col-6 > div {
    max-width: 510px;
    margin: auto;
}

section.doctor-wrapper .col-6:nth-child(1) a {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.45px;
    display: block;
    text-align: center;
    color: #000;
}

section.doctor-wrapper img {
    display: block;
}

/* Timeonline */
.grid-container {
    max-width: 1400px;
    margin: 20px auto 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    gap: 1px 1px;
    position: relative;
}
.cell-review {
    padding: 0px 20px;
    position: relative;
}

section.testimonials {
    padding: 100px 0px 70px;
}
section.testimonials .slick-track {
    padding-top: 10px;
}
section.testimonials h2 {
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.slick-testi .slick-dots li button:before {
    background-color: var(--pColor);
    border-radius: 50%;
}
.cell-review > i {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 10;
    font-size: 50px;
    color: var(--pColor);
    opacity: 0.6;
}
div#reviews {
    position: relative;
    padding: 30px 0 30px 20px;
    margin-right: 40px;
    text-align: center;
    margin: 0 30px;
}

div#reviews #quote {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 5;
}

.cycle-slideshow article {
    max-width: 600px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-color: #fff;
    padding: 60px 40px 20px;
    position: relative;
    margin-bottom: 9px;
}

div#a:after {
    width: 0;
    height: 0;
    top: 55px;
    border-style: solid;
    border-width: 12px 18px 12px 0;
    border-color: transparent #ffffff transparent transparent;
    filter: drop-shadow(-3px 2px 2px rgba(163,163,163,0.43));
    left: 3px;
    right: auto;
    content: "";
    position: absolute;
}

.cycle-slideshow p {
    max-width: 93%;
    margin: auto;
    font-size: 25px;
    line-height: 1.4;
}

.cycle-slideshow span {
    font-size: 40px;
    color: #4d70a8;
    display: table;
    margin: 10px -10px 0 auto;
}

div#reviews author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px auto 20px 0;
    text-transform: uppercase;
}
section.page-header {
    margin-top: 3px !important;
}
#move-to-top {
    width: 40px;
    height: 40px;
    right: 0px;
    background-color: var(--aColor);
    border-radius: 50%;
}
div#special li:before {content: "\f00c";font-family: 'FontAwesome';color: #bcbcbc;position: absolute;left: 0;top: -2px;font-size: 26px;}
.overlay {
    position: absolute;
    top: 10px;
    z-index: 9;
    left: 48%;
    transform: translateX(50%);
    bottom: 100px;
    width: 30px;
    background: #fff;
}
.copyrights svg {
    filter: brightness(0) invert(1);
}
#reveal {
    position: absolute;
    top: 70px;
    left: 50.01%;
    transform: translateX(-50%);
    height: 47%;
    width: 2px;
    background-color: #ddd;
}
#reveal:before {
    content: '';
    position: absolute;
    right: -4px;
    top: -5px;
    width: 10px;
    height: 10px;
    background-color: #bcbcbc;
    border-radius: 50%;
}
.cell {
    max-width: 600px;
    margin: auto;
    position: relative;
    width: 100%;
    margin-right: 20px;
    padding: 0 20px;
}
.cell-review {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
}
.cell-afford {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 5 / 2;
}
.grid-container .h2 {
    margin: 35px auto 25px;
}
.scroll-line {
    position: relative;
    padding-bottom: 70px;
}
section.timeline {
    position: relative;
}
.cycle-slideshow star:before {content: "\f005 \f005 \f005 \f005 \f005";font-family: 'FontAwesome';color: #f4bd17;letter-spacing: 5px;margin-right: 8px;}

#special .h2 {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-color: #fff;
    padding: 30px 20px 15px;
}

.cell-care {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4 / 2 / 7 / 3;
}
.cell-offers {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 6 / 1 / 9 / 2;
}

.h2.triangle span {
    color: #000;
    font: 700 45px/1 Biryani,sans-serif;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -1.18px;
    display: table;
    margin: auto;
}

div#special article {
    background-color: #3c3c3b;
    padding: 15px 10px;
}

div#special .h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 55px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    letter-spacing: -1.43px;
    opacity: .6;
}

div#special figure {
    position: relative;
    margin: 0px;
    text-align: center;
}

.triangle:after {
    content: '';
    position: absolute;
    right: 1px;
    top: 55px;
    width: 0;
    z-index: 9;
    height: 0;
    border-width: 12px 0 12px 19px;
    border-color: transparent transparent transparent #FFF;
    border-style: solid;
    -webkit-filter: drop-shadow(3px 2px 2px rgba(163,163,163,0.43));
    filter: drop-shadow(3px 2px 2px rgba(163,163,163,0.43));
}

div#special li {
    position: relative;
    display: block;
    margin: 0 0 10px 26px;
    padding-left: 40px;
    line-height: 1.6;
}

div#special li {
    color: #fff !important;
}

div#special figure img {
    display: block;
}

div#special ul {
    padding: 0px;
    margin: 0px;
}
div#reviews:before {
    opacity: 0;
}
.flex-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

div#special .btn {
    margin-left: 0px;
}

.cell:before {
    content: '';
    position: absolute;
    right: -26px;
    top: 63px;
    width: 10px;
    height: 10px;
    background-color: #bcbcbc;
    border-radius: 50%;
}

div#afford:before {
    top: 76px;
}
div#care:before {
    right: auto;
    left: -55px;
    top: 76px;
}

.service-item:nth-child(3) {
        -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4 / 2 / 7 / 3;
}

@media (min-width: 881px) {
    .service-item:nth-child(3) {
        position: relative;
        top: -100px;
    }
    .service-item:nth-child(1) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 4 / 3;
        margin-bottom: 200px !important;
    }
}
.cell:nth-child(1):before {
    opacity: 0;
}
.service-item:nth-child(4) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 6 / 1 / 9 / 2;
}

.service-image {
    height: 320px;
    background-position: 50% 50%;
    background-size: cover;
}
.service-item:nth-child(3):before {
    left: -35px;
}

.service-item h3 {
    color: #000;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -1.18px;
    margin: 20px auto 10px;
}
/* Form */
.flex-fix + iframe {border: 2px solid #fff !important;display: block;margin-top: 40px;}
section.get_in_touch {
    background-color: var(--sColor);
    padding: 80px 0px 130px;
}
section.get_in_touch strong {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 30px;
    margin: 0px 0px 25px;
    text-transform: uppercase;
    opacity: 0.44;
}

.dm-34 > div p {
    font-weight: bold;
}

section.get_in_touch {
    background-image: url(/wp-content/uploads/2020/12/brushed-alum-4.png);
}
section.get_in_touch h2 {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1;
}

.flex-fix {
    display: flex;
    justify-content: center;
}

.dm-34 {
    width: 40%;
}

.dm-63 {
    width: 60%;
}

.dm-63 li#field_4_5,.dm-63 li#field_2_5 {
    font-size: 13px;
    color: #fff;
    line-height: 1.3;
    width: 100% !important;
}

.dm-63 ul {
    display: flex !important;
    flex-wrap: wrap;
}

.dm-63 ul li {
    width: 50%;
    margin: 0px 0px 10px !important;
}

.dm-63 ul li input {
    width: 100% !important;
    height: 50px;
}

.dm-63 li label {
    display: none !important;
}

.dm-63 li#field_4_4, .dm-63 li#field_2_4,.dm-63 li#field_4_3, .dm-63 li#field_2_3 {
    width: 100% !important;
}
.map-hours {
    margin: 0px 0px -100px;
}

.map-hours iframe {
    height: 500px;
    display: block;
    margin: 0px auto;
}

.social-footer a {
}

.dm-34 * {
    color: #fff;
}

.dm-34 strong {
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
}

.office-hours {
    text-align: left;
}

.office-hours span {
    text-align: left;
}

.dm-34 i {
    font-size: 35px;
    display: block;
    margin-bottom: 8px;
}

.dm-34 p:nth-child(4) a {
    font-size: 18px;
}

.dm-63 .gform_wrapper .gform_footer {
    margin: 0px;
    padding-top: 10px;
}
.dm-34 {
    padding-right: 15px;
    box-sizing: border-box;
}

.dm-34 .content {
    font-size: 15px;
    margin-bottom: 20px;
}

.dm-63 > div {
    margin: 0px !important;
}

.dm-34 p {
    font-size: 15px;
}
/*.dm-34 p:nth-child(2) a {font-size: 20px;}*/

/* Footer Map */
footer#site-footer {
    background: #fff !important;
}
.copyrights p, .copyrights a {
    color: #000;
}
footer#site-footer:before,footer#site-footer:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 0 0 50vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-color: transparent transparent transparent #fff;
    z-index: 100;
    top: -70px;
}

footer#site-footer:after {
    width: 0;
    overflow: hidden;
    left: 50%;
    border-width: 0 0 70px 50vw;
    border-color: transparent transparent #fff;
}
.map-hours .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: auto;
    position: relative;
    max-width: 1230px;
    padding: 50px 10px;
}

a.logo.wow {
    text-align: center;
}

a.logo.wow strong {
    display: block;
}

.dm-34 p a {
    color: #fff;
    margin: 0px auto;
    font-size: 26px;
    display: block;
    text-align: left;
    font-weight: bold;
    line-height: 1;
}

a.phy {
    color: #404040;
    font-size: 16px;
    margin: 20px auto;
    display: block;
    text-align: center;
    font-weight: 200;
}
.copyrights .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyrights svg {
    width: 190px;
    height: 150px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.deral svg {
    opacity: 1;
}
.deral svg * {
    stroke: #1a1818;
    stroke-width: 2;
    stroke-dasharray: 1950;
    stroke-dashoffset: 1950;
    transform-box: fill-box;
    fill: transparent;
}
.deral *,
.deral svg {
    -webkit-animation: offset 2.8s .3s linear forwards,fill-it 2.8s 1.1s forwards;
    animation: offset 2.8s .3s linear forwards,fill-it 2.8s 1.1s forwards;
}
section.comfort-box .slick-dots {
    bottom: 35px;
}

section.comfort-box .ab-slide {
    margin-bottom: 0px;
}

section.comfort-box .col-6 {
    padding: 0px;
}

section.doctor-wrapper.invert .col-6 {
    padding: 0px;
}

section.doctor-wrapper.invert img {
    width: 100%;
}
.copyrights .logo-svg * {
    -webkit-animation: offset 2.8s .3s linear forwards,fill-it 2.8s 1.1s forwards;
    animation: offset 2.8s .3s linear forwards,fill-it 2.8s 1.1s forwards;
}

.copyrights .logo-svg * {
    stroke: #1a1818;
    stroke-width: 2;
    stroke-dasharray: 1950;
    stroke-dashoffset: 1950;
    transform-box: fill-box;
    fill: transparent;
}

section.comfort-box .container {
    max-width: 1450px !important;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100% !important;
}

.map-hours iframe {height: 500px !important;}
span.fo-title {
    color: #bcbcbc;
    font: 700 16px/1 Biryani,sans-serif;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.hours {
    display: table;
    margin: 10px auto;
    text-align: left!important;
    font-size: 16px;
    line-height: 30px;
    background-color: transparent;
}

.hours label {
    width: 120px;
    display: inline-block;
    font-weight: 700;
}
footer#site-footer:before {
}

footer#site-footer {
    overflow: visible;
    margin-top: 0px;
}

.copyrights .col-6 {
    text-align: right;
    padding: 5px 20px;
}
span.fo-title {
    margin-bottom: 10px;
}

.social-footer a {
        position: relative;
        display: inline-block;
        margin: 5px 8px;
        font-size: 18px;
        color: #fff;
        line-height: 62px;
        width: 62px;
        height: 62px;
        border: 1px solid #d1d1d1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        text-align: center;
        margin: 20px 20px;
}
.hours {
    background-color: transparent !important;
}

.social-footer {
    font-size: 0;
    text-align: center;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.social-footer a span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    color: #111;
}

.social-footer {
    font-size: 0;
    text-align: center;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: center;
}

.map-hours iframe {
    height: 100%;
    display: block;
    margin: 0px auto;
    filter: grayscale(1);
}

.map-hours .col-6 {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.map-hours .col-6 + .col-6 {
    padding: 0px;
}
section.comfort-box .ab-slide img {
    width: 100%;
}
section.comfort-box .ab-slide .slick-arrow {
    background-color: rgb(186 186 186 / 55%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 40px;
    height: 100%;
    top: 0px;
    transform: none;
    font-size: 0px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 50px;
}
section.timeline {
    padding-bottom: 70px;
}
section.comfort-box .ab-slide .slick-next {
    left: auto;
    right: 0px;
}
.cell:nth-of-type(odd) {
    margin: 0 30px;
}
section.comfort-box .ab-slide .slick-arrow:before {content: "\f104";font-family: 'FontAwesome';font-size: 40px;position: relative;display: block;}
section.comfort-box .ab-slide .slick-next:before {content: "\f105";font-family: 'FontAwesome';font-size: 40px;position: relative;display: block;}
.hidde-desk {
    display: none;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-30%,0);
        transform: translate3d(0,-30%,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* ct  */
@media (max-width: 1100px) {
    div#afford {
        padding-bottom: 20px;
    }
    .banner-break {
        height: 550px;
    }
    svg#headerSvg {
        max-width: 70px;
    }

    .logo-wrap span {
        font-size: 30px;
    }
    .col-infos p:nth-child(1) a {
        line-height: 1;
    }
    section.serv-boxes .col-6 {
        width: 100%;
        text-align: center;
        flex: 0 1 100%;
    }

    section.serv-boxes .container {
        flex-wrap: wrap;
    }

    section.serv-boxes .container:before {
        opacity: 0;
    }

    section.serv-boxes .col-6:nth-child(1) {
        order: 2;
        margin-top: 30px;
    }

    .la6 {
        width: 100%;
        max-width: 100%;
    }

    section.doctor-wrapper .col-6 {
        width: 100%;
        flex: 0 1 100%;
    }

    section.doctor-wrapper .container-wide {
        width: 100%;
        flex-wrap: wrap;
    }

    section.doctor-wrapper .container-wide img {
        width: 100%;
    }

    section.doctor-wrapper .col-6 > div {
        max-width: 100%;
        text-align: center;
        padding: 50px 40px 0px;
    }

    .grid-container {
        display: block;
    }

    .overlay {
        display: none;
    }

    div#reveal {
        display: none;
    }

    .cell:before {opacity: 0;}

    div#reviews:after {
        opacity: 0;
    }

    div#reviews {
        max-width: 100%;
        width: 100%;
        margin: 0px auto;
        text-align: center;
        padding: 30px;
    }

    .cycle-slideshow article {
        max-width: 100%;
    }

    .cell {
        max-width: 100%;
    }

    div#afford {
        margin: 10px 0px;
        padding: 0px 25px;
        text-align: center;
    }

    div#afford img {
        width: 100%;
    }

    .cell figure {
        margin: 0 -10%;
    }

    div#care {
        margin: 0px 20px;
        text-align: center;
    }

    div#care img {
        width: 100%;
    }

    div#special img {width: 100%;}

    div#special article ul {
        max-width: 550px;
        margin: 0px auto;
        width: 100%;
    }

    div#special .btn {
        width: 100%;
        margin: 0px;
        padding: 20px 0px;
    }

    section.comfort-box .col-6 {
        width: 100%;
        flex: 0 1 100%;
        text-align: center;
    }

    section.comfort-box .container {
        flex-wrap: wrap;
    }

    section.comfort-box .col-6 + .col-6 {
        order: 1;
    }

    section.comfort-box .col-6 {
        order: 2;
    }

    section.comfort-box .la6 {
        padding: 80px 0px;
    }

    .map-hours .container {
        flex-wrap: wrap;
    }

    .map-hours .container .col-6 {
        width: 100%;
        flex: 0 1 100%;
    }

    .map-hours .container iframe {
        height: 450px;
    }
}
@media (max-width: 991px) {
    .col-buttons > a {
        display: none;
    }
    a.btn.ra {
        display: block !important;
    }

    .col-infos p:nth-child(2) a {
        display: none;
    }
    .col-infos p:nth-child(1) a {
        font-size: 33px;
    }

    .col-buttons {
        flex: 0 1 150px;
    }

    .col-buttons .btn {
        min-width: inherit;
    }

    .logo-wrap h1 {
        margin-bottom: 0px;
    }
}
/* mobile */
@media screen and (max-width: 880px) {
	#logo img {
    max-width: 100%;
}
    .hide-d {
        display: block;
    }
    html a#pull {
        height: 50px !important;
        width: 50px !important;
        text-align: center;
        padding: 0px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    html a#pull:after {
        top: 0px;
        left: 0px;
        right: 0px;
        position: relative;
    }
    #header #logo a { display:block; text-align: center; }
    #header:after,#regular-header:after {
        clear: both;
        content: "";
        display: block;
    }
    a.btn.ra {
        display: none !important;
    }
    .hidde-desk {
        display: block;
    }
    .logo-wrap {
        width: 100% !important;
    }
    #header .logo-wrap {
        float: none !important;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .hide-d { display: block; }
    #header { background: none; padding: 0px 0 0px 0px; margin-bottom: 0px; }
    .mobileBtn { margin-bottom: 0px; }
    .mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #1179bd; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; margin: 10px !important;}
    .mobileBtn.phoneBtn { font-size: 20px; }
    .mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }

    .innerImage { display: none; }
    .homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
    .box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
    .post-content img { width: 100% !important; height: auto !important; }
    .footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
    .footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget    { width: 100% !important; max-width: 100% !important; }
    .hours { display: none !important; }
    .main-header { background-color: #fff !important; }
    .leftwow {
         width: 100%;
    }
    .rightwow {
        width: 100%;
    }
    .col-sm-6 {
        width: 100%;
    }
    .row {
        margin:0px;
    }
    .welcome iframe {
        height: 400px !important;
    }
    .featured .btn {
        display: block;
        text-align: center;
    }
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
        height: auto;
    }
    .box02 .btn {
        display: block;
        max-width: 250px;
        margin:10px auto 0px;
    }
    footer .container {
        width: 100%;
    }
    #regular-header { display: none; }
    .sticky { background-color: #fff !important; }

    div.header-social-icons { float: none !important; text-align: center; background:none!important;}
    div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; }
    .header-social-icons {  text-align: Center; float: none !important; }
    .header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }

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

    .head-wrapper {
        background-color: #fff;
        padding: 0px 5px;
    }

    .logo-wrap {
        margin: 0px;
    }

    .col-infos p:nth-child(1) a {
        font-size: 25px;
    }

    a#pull {
        background-color: #bcbcbc;
        width: 80px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    a#pull:after {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .col-buttons {
        justify-content: flex-end;
    }

    svg#headerSvg {
        height: 70px;
    }
    .home-banner svg {
        width: 350px;
        height: 300px;
    }
    .home-banner {
        display: none !important;
    }
    #logo img {
        display: block;
    }
}
@media (max-width: 768px) {
    .h2.triangle span {
        text-align: center;
    }
    div#special .cell {
        margin: 0px !important;
    }

    .triangle:after {
        opacity: 0;
    }
    .col-infos {
        display: none;
    }
    .logo-wrap {
        margin: 0px !important;
    }

    html a#pull {
        margin: 0px !important;
        width: 80px !important;
        text-align: center;
        background-color: #bcbcbc !important;
    }

    html a#pull:after {
        position: relative;
        top: 0px;
        right: 0px;
    }
    .dm-34 {
        width: 100%;
    }

    .flex-fix {
        flex-wrap: wrap;
    }

    .dm-63 {
        width: 100%;
    }

    .dm-63 ul li {
        width: 100%;
    }

    .dm-63 input[type="submit"] {
        padding: 0px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .dm-34 * {
        text-align: center;
    }

    .dm-34 a {
        text-align: center !important;
    }

    section.doctor-wrapper .col-6 > div {
        padding: 40px 10px;
    }

}

/*div#gform_wrapper_1 {
    box-sizing: border-box;
    background-color: #3c3c3b;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: -16px;
}

div#gform_wrapper_1 label {
    color: #fff;
}

div#gform_wrapper_1 li input {
    width: 100% !important;
}

div#gform_wrapper_1 li {
    padding: 0px 20px;
}

div#gform_wrapper_1 p {
    display: none;
}

div#gform_wrapper_1 input[type="submit"] {
    width: 200px !important;
    margin: 0px auto !important;
    display: block;
    background-color: #bcbcbc;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}*/

@media (max-width: 640px) {
    .dm-service-section.tt {
        margin-bottom: 20px;
    }
    div#content_box .dm-half img {
        margin-bottom: 0px !important;
    }
    .dm-service-section.tt .dm-full {
        font-size: 20px;
    }
    .dm-half, .dm-third, .dm-fourth {
        padding: 0px;
    }
    div#special li {
        padding-left: 20px;
    }
    .dm-half {
        margin-bottom: 30px;
    }

    .home-banner svg {
        width: 170px;
        height: 150px;
    }
    .grid-container {
        overflow: hidden;
    }
    div#page-banner {
        height: 280px;
    }
    h2 {
        font-size: 29px !important;
    }
    .home-banner .h4 {
        max-width: 415px;
    }
    .home-banner svg {
        width: 310px;
        height: 250px;
    }

    .logo-wrap span {
        text-align: left;
        font-size: 26px;
    }

    .logo-wrap small {padding-top: 5px;font-size: .3em;}
    section.welcome .row > img {
        right: 0px;
        left: 0px;
        margin: 0px auto;
    }

    .rightwow {
        max-width: 100%;
    }

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

    .rightwow {padding-top: 35px;}

    section.welcome .row {
        padding-left: 25px;
        padding-right: 25px;
    }

    .cycle-slideshow p {
        font-size: 18px;
    }

    div#reviews author {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    div#special li {
        width: 100%;
        font-size: 14px;
    }
    .cell {
        margin: 0px !important;
    }
    .cycle-slideshow article {
        padding: 70px 25px 20px 10px;
    }

    section.testimonials {
        padding-top: 40px;
    }

    section.doctor-wrapper p {
        font-size: 16px;
    }
}
.col-infos p:nth-child(1) a {
    line-height: 1;
}
@media (max-width: 540px) {
    div#special .h1,
    .h2.triangle span {
        font-size: 35px !important;
    }

    .logo-wrap span {
        font-size: 24px;
    }
    h2.h2 {
        font-size: 28px;
    }
    html a#pull {
        width: 60px !important;
    }
    .col-buttons {
        flex: initial;
        margin: 0px;
    }
    .home-banner svg {
        width: 230px;
        height: 190px;
    }
    .home-banner {
        height: 650px;
    }
    .about-item {
        flex: 0 1 50%;
    }
    section.doctor-wrapper h2 {
        font-size: 30px;
    }
    footer#site-footer:before {
    }
    section.doctor-wrapper h2 {
        font-size: 30px;
    }

    .col-6 {
        width: 100%;
        flex: 0 1 100%;
    }

    .copyrights .container {
        flex-wrap: wrap;
        text-align: center;
    }

    .copyrights .col-6 {
        text-align: center;
    }

    .copyrights svg {
        margin: 0px auto;
    }
    section.welcome .row {
        width: 98%;
    }
}
.video-holder {
    max-width: 1200px;
    box-shadow: 0px 1px 10px rgb(255 255 255 / 16%);
}
@media (max-width: 880px) {
    .home-banner video {
        display: none;
    }
    .hide-xs .dm-rate-us {
        display:none!important;
    }
}

.testimonial-box-dm {
    padding: 30px;
    background: hsl(0deg 0% 97%);
    border-radius: 20px;
    margin-bottom: 30px;
}

p.t-author {
    font-weight: 700;
    font-style: italic;
}

.testimonial-box-dm img {
    max-width: 120px;
}

@media screen and (max-width: 880px){
.testimonial-box-dm {
    text-align: center;
}}

img.t-image {
    outline: none!important;
    border: none!important;
}

/*
.page-id-48 .dm-flex {
    align-items:end;
}
.page-id-49 .dm-flex {
    align-items:end;
}
*/
@media screen and (min-width:880px) {
	.dm-rate-us a,.dm-rate-us .review-link {
		padding:0!important;
		background:unset!important;
        font-size:20px!important;
        width:auto!important;
		color:black!important;
		/*display:inline-block!important;
		font-style:normal!important;*/
	}
}


@media screen and (min-width:880px) {
    .review-us-buttons {
        display:flex;
        align-content:center;
        justify-content:center;
        flex-wrap:wrap;
    }

    .review-us-buttons div {
        display:flex;
        justify-content:center;
        align-items:center;
    }
}

#page .review-us-buttons .btn {
    margin:20px;
    text-align:center;
    display:inline-block;
    text-decoration:none!important;
}

.review-us-buttons div {
    text-align:center;
}



.reviewMenuButton a{
   position:relative
}
.reviewMenuButton a:after{
   content:"";
   display:block;
   position:absolute;
   bottom:0;
   left:0;
   right:0;
   height:15px;
   margin:0 auto;
   background:url(/wp-content/uploads/2021/07/rewiew-5-stars-300-web.png) bottom center no-repeat;
   background-size:contain!important
}

.head-wrapper .social-footer a {
	line-height: 40px !important;
	height: 40px !important;
	width: 40px !important;
	margin: 0px 20px !important;
}

@media screen and (max-width:880px){
   .reviewMenuButton{
       background:0 0!important
   }
	.head-wrapper .social-footer a {
         display: none !important;
}
}


.article .gform_wrapper input[type="radio"],.article .gform_wrapper input[type="checkbox"] {
    width:auto!important;
    height:auto!important;
}

#pum-424 .gform_wrapper input[type="radio"] {
	 width:auto!important;
    height:auto!important;
}


.f-buttonwrapper {
	display:flex;
	gap:0.5em;
	justify-content:center;
}

#page .f-buttonwrapper .btn {
	text-decoration:none!important;
}

@media screen and (max-width:880px) {
	.f-buttonwrapper {
		flex-direction:column;
	}
}

.gchoice.gchoice_2_10_0,
.gchoice.gchoice_2_10_1 {
    display: flex;
    gap: 0.5em;
}

.dm-flex {
    align-items: flex-start;
}

h1#logo {
    font-size: 20px!important;
}

#logo a {
    font-size: 24px;
    font-weight: 700!important;
}

.text-logo {
    max-width: 400px;
}
