/*
Theme Name: Bella - Child
Version: 11.99
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
* {
    box-sizing: border-box;
}
#move-to-top {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    line-height: 1;
}
.container {
    padding: 0px 15px;
    max-width: 1100px !important;
    width: 100%;
}

div#header {
    background: transparent;
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div#header .dm-flex {
    justify-content: space-evenly;
    max-width: 1440px;
    margin: 0px auto;
    flex-wrap: inherit;
    width: 100%;
}

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

.hide-d {
    display: none;
}

div#page {
    padding: 0px;
}

div#secondary-navigation > nav > ul > li > a {
    display: block;
    color: #764189;
    height: 100%;
    padding: 10px 10px;
    letter-spacing: 1px;
    line-height: 1.8;
    text-transform: uppercase;
}

div#header .dm-third:nth-child(2), div#header .dm-third:nth-child(4) {
    width: 16.6667%;
}

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

.video_wrapper {
    height: 100vh;
    position: relative;
}

html .video_holder {
    width: 100%;
    height: 100%;
}

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

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

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

div#header .dm-third a {
    color: #fff;
}
.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;
}

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

div#header .dm-third:nth-child(4) {
    text-align: right;
}

div#header p a {
    font-size: 20px;
    letter-spacing: 1px;
}
.bottom-left-appt {
    bottom: 0px;
	right: 0px;
    position: fixed;
    z-index: 10;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.btn {
    background-color: var(--pColor) !important;
    color: #fff;
}

.carousel-caption {
    position: absolute;
    z-index: 1;
    top: 55%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.carousel-caption > h2 {
    font-size: 75px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 1;
    line-height: 1;
    margin: 0px;
}

.carousel-caption h3 {
    color: #fff;
    margin: 0px 0px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 20px;
}

.carousel-caption > a {
    background-color: var(--aColor);
    padding: 7px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}
@media (min-width: 881px) {
    div#header.header-scroll {
        background: #000;
    }
}

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

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

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

.header-scroll .social-icons {
    max-height: 0px;
    overflow: hidden;
    margin: 0px;
}
div#header .dm-third p a {
    font-size: 25px;
}
section.welcome h2 {
    font-size: 55px;
    margin-bottom: 50px;
    color: var(--pColor);
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

section.welcome {
    padding: 50px 0px;
}

section.welcome p {
    font-size: 16px;
}

section.welcome .dm-half {
    width: 48.5%;
    margin-bottom: 30px;
}

section.welcome .dm-half:nth-child(1) {
    margin-right: 3%;
}

section.welcome h3 {
    text-transform: uppercase;
    color: var(--pColor);
}

.service-slider {
    background-position: 50% 50%;
    padding: 40px 0px;
}

.media {
    position: relative;
    height: 450px;
    width: calc(100% - 400px);
    padding: 0px 15px;
}

.service-content {
    max-width: 380px;
    text-align: right;
}

.service-s {
    position: relative;
}

.service-content p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;
}

.service-content a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--aColor);
    font-weight: bold;
    font-size: 15px;
}

.service-content h2 {
    color: var(--pColor);
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 300;
}
.media div {
    height: 100%;
    width: 75%;
    background-size: cover;
    margin: 0px auto;
    border-radius: 8px;
    background-position: 50% 50%;
  /*  background: #111;*/
    margin-left: 20px;
}
.under-service-quote {
    text-align: center;
    padding: 50px 0px;
    max-width: 700px;
    margin: 0px auto;
    font-size: 26px;
    letter-spacing: 1px;
}

.ss-controls {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.ss-controls li {
    list-style: none;
    padding: 3px 0px;
    margin-bottom: 13px;
}

.ss-controls .dot {
    display: block;
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    border: 4px solid #E6E6E6;
    border-radius: 100%;
    position: absolute;
    left: -26px;
    top: 3px;
}

.ss-controls a {
    display: block;
    position: relative;
    font-size: 14px;
}

.ss-controls:before {
    width: 1px;
    position: absolute;
    height: 80%;
    content: "";
    top: 50%;
    background: #e6e6e6;
    transform: translateX(-16px) translateY(-50%);
}

.ss-controls .dot + span {
    padding-left: 5px;
}
.ss-controls .dot:before {
    height: 10px;
    width: 10px;
    position: absolute;
    background: var(--aColor);
    border-radius: 50%;
    content: "";
    top: 1px;
    left: 1px;
    opacity: 0;
}
section.ab-doctors p {
    font-size: 15px;
}
a.active-dot span.dot:before {
    opacity: 1;
}

a.active-dot {
    color: var(--aColor);
}

.boxes-layout {
    padding: 8% 20px;
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.boxes-layout .container {
    position: relative;
    padding: 40px;
    background: #fff;
    display: flex;
}

.ti-img {
    width: 90%;
    height: 165px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    cursor: pointer;
}

.ti-img h4 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    text-transform: uppercase;
    color: #111;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 1.2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumb-item {
    margin-bottom: 20px;
}

.thumb-controller {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.boxes-controller {
    width: 75%;
    padding: 0px 15px;
    position: relative;
}

.ti-img:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: var(--aColor);
    opacity: 0;
}

.ti-img:hover:before {
    opacity: 1;
}

.ti-img:hover h4 {
    opacity: 1;
}
.bi-img {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.box-item {
    height: 100%;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    opacity: 0;
    /* display: none; */
}

.box-item:nth-child(1) {
}

.thumb-item:last-of-type {
    margin: 0px;
}

.text-item {
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   position: absolute;
   right: -21%;
   opacity: 0;
   padding: 30px 60px 30px 40px;
   background: rgb(255 255 255 / 92%);
   max-width: 100%;
   width: 100%;
   left: 0px;
   right: auto;
   bottom: 0px;
}

.bi-text h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--aColor);
    font-style: italic;
    font-size: 23px;
}

.bi-text p {
    font-size: 13px;
    line-height: 2.1;
}

.bi-text a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--aColor);
}
.text-item.show-box,
.box-item.show-box {
    opacity: 1;
	z-index:1;
}

.text-item:nth-child(3).show-box .bi-text {
    top: calc(50% + 75px);
}

.text-item:nth-child(1).show-box .bi-text {
    top: calc(50% - 75px);
}
.ti-img.show-t-box:before {opacity: 1;}

.ti-img.show-t-box h4 {
    opacity: 1;
    color: #fff;
}

/* Testimonials */
html 
 section#wda_testi {
    margin-top: 0px;
    padding: 200px 0px;
    background-attachment: scroll;
    background-position: 50% 0%;
    border: 10px solid #fff;
}

section#wda_testi .container {
    max-width: 100% !important;
    width: 100% !important;
}

.wd12 {
    max-width: 760px;
}

.bg-white:after {
    opacity: 0;
}

html 
 section#wda_testi p {
    margin: 0px;
    color: #fff;
    line-height: 1.8;
    font-size: 17px !important;
    text-align: center !important;
}

html  .bg-white {
    background: transparent;
}

section#wda_testi h2, section#wda_testi h4 {
    text-align: center;
    font-weight: 400 !important;
    text-align: center !important;
}

html section#wda_testi:after {
    opacity: 0.5;
}

.bottom-left-appt a:hover {
    color: #000;
    background: #fff !important;
}

html section#wda_testi:before {
    opacity: 0;
}

section#wda_testi h2 {
    margin-bottom: 0px;
}

span.slide-star {
    display: block;
    width: 100%;
    float: none;
    margin: 0px auto;
    text-align: center;
}
a.simple-btn {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--aColor);
}

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

section.ab-doctors h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: var(--aColor);
    letter-spacing: 1px;
}

/* Blog Part  */

.ff-articles h2 {
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 29px;
    margin-bottom: 25px;
}

/* Footer  */

.footerMenu ul {
    padding:  0px;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    margin: 0px;
}

.footerMenu a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.copyrights .dm-full:last-of-type {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.copyrights .dm-full:last-of-type a {
    margin: 0px 7px;
}
section.ab-doctors {
    padding-top: 60px;
    padding-bottom: 60px;
}

.dm-third.flex-left {
    text-align: left;
}

.dm-third.flex-left div {
    text-align: left;
}

.dm-third.flex-right {
    text-align: right;
}

.dm-third.flex-right a {
    font-size: 28px;
    letter-spacing: 1px;
}

.dm-third.flex-center p {
    line-height: 1;
    margin: 10px 0px;
}

.dm-third.flex-center a,.dm-third.flex-center img {
    display: block;
    margin: 0px auto;
}

.dm-third.flex-center p a {
    font-size: 14px;
}

.copyrights .dm-third {
    margin: 15px 0px;
}

/* Posts  */
.ff-aa-slider {
    max-width: 1440px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    flex-wrap: wrap;
}

.ff-aa-item {
    flex: 1 1 33.33%;
    flex-basis: 320px;
    text-align: center;
    padding: 0px 15px;
}

.ff-aa-item h3 {
    color: var(--aColor);
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 23px;
}

.ff-aa-item p {
    font-size: 15px;
    line-height: 1.6;
}

.ff-content {
    font-size: 15px;
    margin: 10px auto;
}

.ff-aa-item > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--aColor);
}
.ff-aa-item .img {
    height: 200px;
    background-position: 50% 50%;
    width: 100%;
    width: 90%;
    margin: 0px auto 20px;
    background-size: cover;
}

.ff-articles {
    margin-bottom: 55px;
}
.under-service-quote h2 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    color: var(--pColor);
}

.under-service-quote p {
    font-size: 16px;
}

.under-service-quote a.btn {
    text-transform: uppercase;
}
.wow {
    visibility: hidden;
}
@keyframes fadeInLeftB {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeftB {
    animation-name: fadeInLeftB;
}

@keyframes fadeInRightB {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRightB {
    animation-name: fadeInRightB;
}

@keyframes fadeInUpB {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInUpB {
    animation-name: fadeInUpB;
}

.carousel-caption * {
    animation-delay: 0.5s;
}

/* Preloader  */

.lds-circle {
  display: inline-block;
  transform: translateZ(1px);
}
.lds-circle > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: #fff;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.preloader {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    z-index: 1;
    -webkit-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;

}
.preloader.hide-preloader {
    transform: scale(10);
    opacity: 0;
    visibility: hidden;
}

/* Random  */
header#site-header.not-home > #header {
    position: relative;
    background: var(--pColor);
    margin-bottom: 2px;
}

footer#site-footer .flex-center a {
    filter: brightness(0) invert(1);
}

@media (max-width:  1280px) {
    div#header .dm-third:nth-child(2), div#header .dm-third:nth-child(4) {
        width: 50%;
    }

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

    div#header .dm-flex {
        flex-wrap: wrap;
        padding-top: 10px;
    }

    #header .logo-wrap {
        padding: 0px;
    }

    #logo img {
        display: block;
        float: none;
        max-width: 200px;
    }

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

    #header.header-scroll .logo-wrap img {
        max-width: 150px;
    }

    .logo-wrap img {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}
@media (max-width: 1170px) {
    .media div {
        width: 100%;
        margin: 0px auto;
    }
    .boxes-layout .container {
        padding: 30px;
    }
    .box-item {
        left:  0px;
    }
    .text-item {
        right: 0px;
        top: auto;
        transform: none;
        bottom: 0px;
        padding: 20px;
    }

    .thumb-controller {
        width: 205px;
    }

    .bi-img {
        width: 100%;
    }

    .text-item p {
        line-height: 1.6;
       
        margin-bottom: 15px;
    }
    .service-content {
        max-width: 100%;
        width: 100%;
        text-align: center;
        order: 2;
        padding-top: 15px;
    }

    .service-content p {
        max-width: 400px;
        margin: 0px auto 20px;
        line-height: 1.6;
        font-size: 16px;
    }

    .media {
        height: 300px;
        width: 100%;
    }

    .ss-controls {
        right: -35px;
    }

    .service-slider .container {
        max-width: 500px !important;
        width: 100% !important;
    }
    .ff-aa-slider .slick-arrow {
        display: block !important;
    }

    .ff-aa-slider {
        padding: 0px 25px;
    }
    .media div {
        width: 100%;
        margin: 0px auto;
    }

    .ss-controls {
        position: relative;
        top: 0px;
        transform: none;
        right: 0px;
        text-align: center;
    }

    .ss-controls li {
        display: inline-block;
        margin: 0px 20px;
    }

    .ss-controls:before {
        opacity: 0;
    }

    .service-slider .container {
        max-width: 600px !important;
    }
}
@media (max-width: 880px) {
   .dm-slide-main .slide-caption p{display:none;}
	html .dm-slide-main .slide-caption {    bottom: 10px;}
    html .dm-slide-main {
        max-height: 30vh !important;
        height: 30vh !important;
    }
    .ct_s .social-icons {
        text-align: center;
    }
    #logo a {
        color: var(--pColor) !important;
    }
    #header.header-scroll .logo-wrap img {
        max-width: 300px;
    }
    .copyrights .dm-third {
        width: 100%;
        text-align: center !important;
    }

    .copyrights .dm-third div {
        text-align: center;
    }

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

    .hide-d {
        display: block;
    }

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

    html a#pull {
        margin: 0px auto;
    }

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

    div#header {
        position: relative;
    }

   #logo img {
        margin: 0px auto;
        max-width: 200px;
    }

    div#header .dm-third:nth-child(2) {
        padding: 10px 0px;
    }

    .video_wrapper {
        max-height: 600px;
    }

    p.mobileBtn {
        color: #fff;
        text-align: center;
        margin: 15px 0px 0px;
    }

    p.mobileBtn a {
        color: #fff;
        padding: 9px 20px;
        display: inline-block;
        border-radius: 0px;
        margin: 0px !important;
        font-size: 15px;
    }

    html div.header-social-icons {
        float: none;
        text-align: center;
        background: transparent;
        padding: 20px 0px 0px;
    }

    section.welcome .dm-half {
    }

    section.ab-doctors .dm-half {
        width: 100%;
        margin: 0px auto;
        text-align: center;
    }

    .copyrights .dm-third div {
        margin: 0px;
        color: #fff;
    }

    .copyrights .dm-third {
        margin: 5px 0px;
    }

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

    .sticks + .sticks {
        background-color: var(--pColor);
    }

    .bottom-left-appt {
        display: none;
    }
    header#site-header.not-home > #header {
        background: transparent;
    }
}
#secondary-navigation {
    height: auto !important;
}
@media (max-width: 600px) {
    .media div {
        width: 100%;
    }
    section.welcome .dm-half {
        width: 100%;
        margin: 0px auto;
        text-align: center;
    }

    section.welcome .dm-half h3 {
        text-align: center;
    }
    .carousel-caption > h2 {
        font-size: 50px;
    }
    section.welcome h2 {
        font-size: 40px;
    }
    .carousel-caption h3 {
        font-size: 25px;
    }
    .ss-controls {
        display: none;
    }
    .under-service-quote {
        padding: 50px 20px;
    }
    section.welcome .dm-half {
        width: 100%;
        margin: 0px auto;
        text-align: center;
    }

    section.welcome .dm-half h3 {
        text-align: center;
    }

    .carousel-caption > h2 {
        font-size: 50px;
    }

    .carousel-caption h3 {
        font-size: 25px;
    }

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

    .ss-controls {
        width: 100%;
        right: 0px;
        top: auto;
        transition: none;
        transform: none;
        position: relative;
        display: flex;
        display: none;
    }

    .ss-controls li {
        flex: 1 1 25%;
    }

    .ti-img {
        height: 75px;
        margin: 0px;
        width: 100%;
		border-bottom: 1px solid var(--aColor);
    }

    .thumb-controller {
        width: 100%;
    }

    .boxes-layout .container {
        flex-wrap: wrap;
    }

    .thumb-item {
        flex: 1 1 33.33%;
        margin: 0px;
        padding: 0px 5px;
    }

    .boxes-controller {
        width: 100%;
    }

    .box-item {display: none;}

    .thumb-controller {
        display: inline-block;
        margin: 0px;
        margin-bottom: 10px;
    }

    .text-item {
        margin: 0px auto;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0px;
        right: 0px;
        bottom: auto;
    }

    .text-wrapper {
        height: 300px;
        position: relative;
    }

    .bi-text {
        top: 0px !important;
    }
    .logo-wrap {
        width: 100%;
        float: none;
        overflow: visible;
    }

    div#header .dm-third:nth-child(2) {
        width: 100%;
    }
    .video_wrapper {
        max-height: 500px;
    }
    html section#wda_testi {
        padding: 120px 0px;
    }
    .footerMenu {
        display: none;
    }
    .boxes-layout .container {
        padding:  15px;
    }

}

.video_wrapper {
    overflow: hidden;
}

.copyrights div a {
    color: #fff;
}

html .bg-white {
    padding: 20px;
}

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

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

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

.carousel-caption img {
    width: 400px;
}

.dm-flex.mobile-flex p {
    padding: 0px;
    margin: 0px;
    width: 50%;
}

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

#header .dm-rate-us {
    margin: 0px;
}

.dm-flex.mobile-flex p:nth-child(1) {
    border-right: 1px solid #ffffff5c;
}

@media (max-width: 881px ) {
    #header logo-wrap img {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #header.header-scroll .logo-wrap img{max-width:150px;}
    .dm-full.hide-d.inline-flex {
        display: flex;
        background: var(--pColor);
        padding: 0px 10px;
    }

    .dm-full.hide-d.inline-flex > a {
        flex: 1 1 50%;
        display: block;
    }

    html a#pull {
        margin: 0px !important;
        width: 100px !important;
        flex: inherit;
    }

    .dm-full.hide-d.inline-flex > a:nth-child(1) {
        background: var(--pColor);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .dm-full.hide-d.inline-flex > a {
        font-size: 15px;
    }

    .dm-full.hide-d.inline-flex > a i {
        padding-right: 9px;
    }
    .dm-full.hide-d.inline-flex .hide-d {
        width: 100%;
        border-top: 1px solid #ffffff52;
    }

    .dm-full.hide-d.inline-flex {
        flex-wrap: wrap;
        font-size: 14px;
    }

    .dm-full.hide-d.inline-flex .hide-d a {
        font-size: 14px !important;
        text-align: center;
    }

    .dm-full.hide-d.inline-flex {
        padding: 0px;
    }

    .dm-full.hide-d.inline-flex > a:nth-child(1) {
        padding-left: 13px;
    }

    .dm-full.hide-d.inline-flex .hide-d a + a {
        text-align: right;
    }

    .carousel-caption img {
        display: none;
    }
}
@media (max-width: 500px) {
    .text-wrapper {
        height: 320px;
    }
}
.messagebox input[type="submit"],.ct-design .c6 i {
    background-color: var(--aColor);
}

.ct_s .social-icons {
    text-align: left;
    padding-top: 9px;
    color: #fff;
}

.ct_s .social-icons a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
}

.ct_s strong {
    font-size: 20px;
    display: block;
    margin-bottom: 0px;
}

section.ab-doctors .dm-half:nth-child(1) {
    display: none;
}

section.ab-doctors .dm-half:nth-child(2) {
    width: 100%;
    text-align: center;
}

section.ab-doctors h3 {
    text-align: center;
}

section.ab-doctors .staff-image {
    width: 200px;
    margin: 0px auto 20px;
    height: 200px;
}

section.ab-doctors h3 {
    font-size: 32px;
}

.carousel-caption h2 a {
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}
html #logo a {
    text-transform: none;
    font-size: 30px !important;
}

.service-s .slick-slide {
	transition: opacity 20s ease 10s !important;
}

@media screen and (min-width: 881px) 
{
#post-136 .staff-grid-container .staff-image {
height: 360px;
margin-left: auto;
margin-right: auto;
width: 40%;
}
}