/*
Theme Name: Pristine 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 */
.single_page {
    background-color: transparent;
    padding-top: 0;
}
.container {
    max-width: 1170px !important;
}
.text-center {
    text-align: center;
}
article ul{ font-size: 20px;}
body h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: #0079c2;
}
body h5 {
    font-style: italic;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.1;
    color: #0079c2;
}
body,body p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px!important;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    color: #616262;
}
.btn {
    color: #fff !important;
    background: #1179bd;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
}
.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.homeServices {
    text-align: center;
}
figure.effect-lexi h2 {
    color: #fff;
    text-shadow: 0px 0px 1px #000;
}
.alignnone {
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }
#page { padding-top: 0px; width: 100%; max-width: 100%; }
section.testimonialPart{background: #F8EA32;}

/* header */
.navigation ul li {
    padding:0px 10px;
}
.phoned {
    margin-right: 10px !important;
}
.owl-controls {
    display: none;
}
#header .logo-wrap { padding: 0px; }
.main-header { background:#0079c2; }
#header { 
    background: #fff; top: 0px;
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}
.headerPhone, .headerInfo { float: left; width: 31%; padding: 12.5px; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone p {
    color: #fff;
    display: inline-block;
    margin:0px;
}
.headerPhone p a {
    color: #fff;
}
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 0px 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { width: 94%; padding: 2% 3%; bottom: 0%; left: 0px; max-height: 50px; }
.slide-title { 
    font-size: calc(24px + 1vw) !important;
    color: #fff!important;
    font-weight:900!important;
}
.primary-slider p {
    font-size: 24px !important;
    line-height: 30px;
    width:40%;
    color: #fff !important;
    text-shadow:1px 1px 1px #000;
}
.primary-slider .slide-caption {
    overflow: hidden;
    color: #fff;
    padding: 1.2%;
    max-height: 100%;
    position: absolute;    
    width: 100%;
    background: none;
    text-align: left;
    top: 47%;
    bottom: auto;
    transform: translateY(-50%);
    max-width: 1170px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.owl-carousel .owl-item img { max-width: 100% !important; }

.logo-wrap {
    width: 100%;
    margin-top: 20px;
    position: relative;
    bottom: 0px;
    top: auto;
}
.yeap {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);

    border-radius: 4px;
}
a.appt {
    position: absolute;
    z-index: 26;
    text-align: center;
    color: #525252;
    right: 100px;
    background-color: #fae84c;
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    padding: 10px 11px;
    border:1px solid #fae84c;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.08);
}
a.appt:hover {
    background-color: #fff !important;
    color: #525252;
    border-color: #525252;
}

a.appt2 {
    position: absolute;
    z-index: 26;
    text-align: center;
    color: #525252;
    left: 100px;
    background-color: #fae84c;
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    padding: 10px 11px;
    border:1px solid #fae84c;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.08);
}
a.appt2:hover {
    background-color: #fff !important;
    color: #525252;
    border-color: #525252;
}

#logo img {
    float: none;
}
#header h1, #header h2 {
    float: none;
    display: block;
    text-align: center;
}
.logo-wrap {
    border-bottom: 1px solid #e0e0e8;
}
/*.logo-wrap .container {
    padding-bottom: 25px;
}*/

/* home boxes */
.homeBoxes {
    margin: 0px auto;
    text-align: left;
    padding: 25px 0px;
    background-color: transparent;
}
.homeBoxes h3{
    color: #000;
    font-size: 32px;
    margin-top: 0px;
}
.homeBoxes p{
    color: #000 !important;
    font-size: 14px !important;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
    float: left;
    height: 200px;
    width: 31%;
    position: relative;
    padding: 1%;
}
.homeBoxes .box02{
    width: 32%;
}

/* widgets */
.widgetBox img { width: 100%; }

/* inner pages */
.innerImage img { width: 100% !important; }
#page.single { float: left; }
.article {
    background: none; 
    box-shadow: 0px 0px 0px;
    max-width: 1200px;
    margin:10px auto;
    box-sizing: border-box;
    padding:0px 15px;
    float: none !important;
}
.page h1.title { margin-bottom: 20px; }

/* footer */
.copyrights { text-align: center; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    display: inline-block;
    color: #525252;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    background-color: #fae84c;
}
.headerPhone {
    width: 100%;
    margin-top: 0px;
}
header .logo-wrap {
    text-align: center;
}
.navigation {
    padding:12px 0px;
    height: 71.62px;
    box-sizing: border-box;
}
.navigation ul {
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.25s linear;
	display: flex; 
}
.navigation ul li {
    float: none;
    display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
} 
#secondary-navigation a{
    padding: 10px 12px;
    margin: 0;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: none !important;
}
.newCon {
    height: 850px;
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
}
#header .logo-wrap {
    /*margin-top: 20px;*/
    float: none;
}
.welcome {
    padding:85px 0px;
}
.welcome img {
    border: 2px solid #0079c2;
    box-sizing: border-box;
}
.welcome h2,.welcome h1 {
    font-size: 43px;
    color: #F8EA32;
    font-weight: bold;
    line-height: normal;
    margin-top: 0px;
}
.welcome p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    color: #616262;
}
.welcome .button,.button {
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    padding: 14px 30px;
    background-color: #fae84c;
    border-radius: 3px;
    font-weight: 700;
    box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, 0.08);
    border: none;
    color: #525252 !important;
    border: none;
    margin-top: 20px;
    padding: 14px 30px;
}
.ourServices .button {
    max-width: 220px;
    margin: 30px auto 0px;
}
.rightPart .button {
    background-color: #fff;
    color: #0079c2 !important;
    margin-top: 30px;
}

.leftwow {
    width: 33.33%;
    float: left;
}
.rightwow {
    width: 66.66%;
    float: right;
}
.row:after,
.container:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}
.row {
    margin:0px -15px;
}

.main-header .container {
    background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}

.featured {
    margin: 30px auto 10px;
}
.featured img {
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.featured p {
    padding-right: 15px;
}
.homeBoxes h3 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #0079c2;
    margin-bottom: 29px;
}
footer {
    margin-top: 0px;
    padding:0px 0px;
}
.to-top,.to-top a {
    color: #fff !important;
}
#page.single {
    float: none !important;
}
.article:after {
    clear:both;
    content: "";
    display: block;
    position: relative;
}
.post-info {
    display: none !important;
}
#featured-thumbnail {
    float: right;
    width: 30%;
}
.front-view-content {
    float: left;
    width: 68%;
}
.opacit_ { opacity: 0; }
.sticky { padding:0px 0px 5px; top:0px; left: 0px; position: fixed !important; width: 100%;   background-color: #fff;  box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);}
.sticky img { max-width: 100px !important }
.searchPart {
    position: absolute;
    right: 0px;
    z-index: 10;
    top: 20px;
    line-height: 69px;
    top: 0px;
}
.searchForm span {
    position: absolute;
    top: 25px;
    right: -30px;
    cursor: pointer;
}
.searchForm {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 100%;
    top: 0;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    margin: 0 0 0 auto;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}
.searchForm form {
    width: calc(100% - 70px) !important;
    padding: 17px 0px !important;
    box-sizing: border-box;
    float:left !important;
}
.searchForm form input {
    box-sizing: border-box;
    width: 100% !important;
}
.showSearc {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}
#logo a { float: none !important; }
.headerPhone  .pull-left {
    width: 100%;
    text-align: center;
}
.headerPhone .social-icons {
    position: absolute;
    right: 0px;
    top: 9px;
    float: none;
}

/* Grid part */
.col-md-3 {
    float: left;
    width: 25%;
    padding:0px 15px;
    box-sizing: border-box;
}
.col-md-4 {
    width: 33.33%;
    float: left;
    padding:0px 15px;
    box-sizing: border-box;
}
.col-md-6 {
    width: 50%;
    padding:0px 15px;
    box-sizing: border-box;
    float: left;
    clear:none !important;
}
.col-sm-6 {
    width: 50%;
    box-sizing: border-box;
    padding:0px 15px;
    float: left;
}
.col-md-12 {
    width: 100%;
    padding:0px 15px;
    box-sizing: border-box;
    float: left;
    clear: none !important;
}

/* footer part */
.contactBox input {
    width: 100% !important;
    height: 50px;
}
.contactBox input[type="submit"] {
    background-color: #fae84c;
    max-width: 120px;
    display: block;
    border: 0px;
    color: #fff;
    font-weight: bold;
    margin: 0px auto;
}
.contactBox .gform_wrapper {
    margin:0px !important;
    max-width: 100% !important;
}
.contactBox .gform_wrapper .gform_footer {
    padding-bottom: 0px !important;
}
.contactBox label {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.2;
    
    letter-spacing: 0px;
    text-align: left;
    color: #616262;
    margin-top: 0px !important;
    margin-bottom: 8px !important;
    display: block !important;
}
.contactBox li {
    margin-bottom: 17px;
}
.testimonialPart .image {
    height: 116px;
    width: 116px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
    display: none !important;
    float: left;
}

/* testimonials */
.spacer {
    height: 100px;
    width: 100%;
}
.testimonialPart .test-content {
    float: right;
    width: 100%;
    max-width: 100% !important;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 10px;
}
.testimonialPart p {
    color:#fff;
    line-height: 1.2;
    margin-bottom: 15px;
}
.testimonialPart h4 {
    color:#fff;
    font-size: 20px;
    line-height: 1.2;
    
    letter-spacing: 0px;
    text-align: left;
    font-weight: bold;
}
.testimonialPart .test-content i {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
}
.testimonialPart h2 {
        color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
}

/* featured section */
.featuredProcedure {
    background-color: #f6f6f6;
    padding:50px 0px 100px;
}
.featuredProcedure h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}
.featuredProcedure h4 {
    color: #33cba5;
    line-height: 1.1;
    margin-top: 17px;
    font-size: 30px;
    
    text-align: center;
}

/* services part */
.ourServices h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}
.ourServices a {
    text-align: center;
    display: block;
    position: relative;
}
.ourServices .col-md-4 {
    margin-bottom: 25px;
    overflow: hidden;
}
.ourServices h4 {
    font-style: normal;
    text-align: center;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.1;
    color: #0079c2;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0px;
}

.imageHover:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.bannerPart {
    background-position: 50% 50%;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
.bannerPart:before{
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.3;
}
.rightPart {
    position: relative;
    z-index: 1;
    float: left;
    width: 720px;
    text-align:left;
}
.rightPart h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    
    letter-spacing: 0px;
    text-align: inherit;
    margin-top: 0;
    font-size: 44px;
    margin-bottom: 7px;
    color: #ffffff !important;
    text-shadow:1px 1px 1px #000;
}
.rightPart h5 {
        text-shadow:1px 1px 1px #000;
    color: #ffffff !important;
    margin-top: 0;
    font-style: italic;
}

@-webkit-keyframes shine {
  100% { left: 125%; } 
}
@keyframes shine {
  100% { left: 125%; } 
}
.imageHover:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.ourServices .button {
    margin-top: 30px;
}

.video_wrapper video {
    width: 100%;
}
.video_holder {
    max-height: 850px;
    position: relative;
    overflow: hidden;
}
.carousel-caption {
    text-shadow:none;
    bottom:16%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.carousel-caption h1 {
    text-transform:uppercase;
    margin-bottom:5px;
    color:#fff;
    font-weight: bold;
    font-size:48px;
    text-shadow: 1px 1px 1px #000;
}
.carousel-caption p {
    margin-bottom:25px;
    color:#fff;
    font-weight:700;
    font-size:18px
}
.carousel-caption a {
    background-color:#fae84c;
    border:none;
    box-shadow:none;
    color:#525252;
    border-style:none;
    padding:9px 27px;
    font-size:16px;
    display:inline-block;
    margin-bottom:0;
    border-radius:2px;
    text-align:center;
    vertical-align:middle;
    font-weight:700;
    line-height:1.43;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    white-space:nowrap;
    cursor:pointer
}
.carousel-caption a:hover {
    background-color:#fae84c;
    color:#525252;
}
.carousel-inner img, .carousel-inner video {
    width:100%;
}
.carousel-video {
    height:800px;
}
.carousel-video .carousel-inner {
    height:100%;
}
.carousel-video .carousel-inner .item {
    height:100%;
    position:relative;
}
.carousel-video .carousel-inner .item video {
    position:absolute;
    bottom:-40px;
    left:0;
}

.homeBoxes,
.welcome {
    overflow: hidden;
}
@media (min-width: 992px) {
    h5 {
        font-size: 27px !important;
    }
}
.copyrights p {
    text-align: center;
}
/* Footer */
.copyrights p, .copyrights a,.copyrights, .copyrights a:hover {
    color: #fff;
}
/* Mobile */
.searchForm {
    overflow: hidden;
}
.innerImage {
    height: 350px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
figure.effect-lexi h2 {
    font-size: 35px !important;
}

@media screen and (max-width: 1366px) {
    #secondary-navigation a {
        padding: 10px 5px;
        margin: 0;
        font-weight: 400 !important;
        font-size: 18px !important;
    }
    #logo img {
        float: none;
        max-width: 350px;
    }
    .innerImage {
        height: 350px;
    }
    figure.effect-lexi h2 {
        font-size: 30px !important;
    }
    .headerPhone .social-icons {
        right: 10px;
    }
    .navigation ul li {
        padding:0px;
    }
    .rightPart {
        width: 500px;
    }
    .bannerPart {
        padding:0px 30px;
        box-sizing: border-box;
    }
    #page {
        max-width: 100% !important;
    }
    .container {
        max-width: 940px !important;
        padding:0px 15px;
        box-sizing: border-box;
    }
    .welcome {
        padding: 45px 0px;
    }
    .testimonialPart .test-content {
        max-width: 295px;
    }
    a.appt {
        right: 30px;
    }
	a.appt2 {
        left: 30px;
    }
}
@media screen and (max-width: 1152px) {
    .homeBoxes h3 {
        font-size: 41px;
    }
    .col-md-4 {
        width: 50%;
    }
    .newCon {
        height: 630px;
    }
    #secondary-navigation .menu-item-has-children > a:after {
      right: 18px;
    }
    .tp-parallax-wrap {
        transform-style: preserve-3d;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .welcome h2, .welcome h1 {
        font-size: 43px;
    }
}
@media screen and (max-width: 880px) {
	
	a#pull {background: #F8EA32!important;}
    .navigation ul ul {
        background-color: transparent;
        transition: all 0s linear;
    }
    .reviewMenuButton a:after {
        background-position: 10%;
        bottom: -2px;
    }
    .grid {
        padding:0px 20px;
        box-sizing: border-box;
    }
    .grid figure {
        width: 100% !important;
        margin:0px auto 20px !important;
    }
    .bannerPart {
        background-attachment: scroll;
    }
    .spacer {
        height: 40px;
        width: 100%;
    }
    div.header-social-icons, div.header-social-icons a {
        background-color: transparent !important;
    }
    .featuredProcedure {
        padding:50px 0px;
    }
    .homeBoxes .col-md-6 {
        width: 100%;
    }
    .testimonialPart .test-content {
        max-width: 190px;
    }

    a#pull {
        margin: 0px !important;
        box-sizing: border-box;
    }
    .appt,.appt2 {
        display: none !important;
    }
    #header:after,#regular-header:after {
        clear: both;
        content: "";
        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: #0079c2; padding: 10px; border-radius: 4px; -moz-border-radius: 4px; margin: 10px !important;}
    .mobileBtn.phoneBtn { font-size: 20px; }
    .mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
    .primary-slider-container, .hide-xs { display: none; }
    .container, .welcome .container, .widgetBox { width: 96%; padding: 2%; }
    
    .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%;}
    .welcome {margin: 20px auto;}
    .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; }
    div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9; }
    .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; }
    .video_wrapper {
        display: none;
    }   
    .sticks {
        background-color: #002f4c;
    }
}
.contactBox input[type="submit"] {
    padding:0px !important;
}
@media screen and (max-width: 540px) {
    .col-md-4 {
        width: 100%;
    }
    .grid h2 {
        position: absolute;
        left: 20px;
        top: 30px;
    }
    .col-md-4,.col-md-3 {
        width: 50%;
    }
    h2 {
        font-size: 35px !important;
    }
    .testimonialPart .test-content {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .col-md-6 {
        width: 100%;
        padding:0px 9px;
    }
    .featuredProcedure {
        padding: 25px 0px;
    }
    .featuredProcedure h2, .testimonialPart h2 {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .bannerPart {
        padding:0px 10px;
        background-attachment: scroll !important;
        background-color: #2f3946;
    }
    .col-md-4,.col-md-3 {
        width: 100%;
    }
    .featuredProcedure h4 {
        margin-bottom: 25px;
    }
    .welcome .button {
        margin-top: 5px;
        margin-bottom: 10px;    
    }
    .rightPart {
        width: 100%;
        text-align: center;
    }
    .welcome {
        padding: 15px 0px;
    }
}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}

html button.aicon_link {
    background-color: #004f7e!important;
}
section.testimonialPart {
    position: relative;
}

section.testimonialPart:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-image: url(/wp-content/uploads/2018/10/always-grey.png);
    opacity: 0.3;
    background-color: rgba(0, 0, 0, 0.43);
}
.testimonialPart h2,.testimonialPart .container {
    position: relative;
    z-index: 1;
}

.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/2018/11/rewiew-5-stars-300-web.png) bottom center no-repeat;
   background-size:contain!important
}
@media screen and (max-width:880px){
   .reviewMenuButton{
       background:0 0!important
   }
}
a#move-to-top {    opacity: 0;}
div.doxyme-badge { margin: 0px auto !important; }
div.doxyme-badge div.doxyme-badge-doctor-name, div.doxyme-badge#doxyme-badge div.doxyme-badge-doctor-name, 
div.doxyme-badge a, div.doxyme-badge div, div.doxyme-badge#doxyme-badge a, div.doxyme-badge#doxyme-badge div {
	text-align: center!important;
}
div.doxyme-badge.doxyme-badge-noimage a.doxyme-badge-start-a-call {
    color: #000 !important;
    border-color: #000 !important;
    /*font-weight: bold;*/
}
/*div.doxyme-badge.doxyme-badge-noimage, div.doxyme-badge.doxyme-badge-noimage#doxyme-badge {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
}
*/
@media screen and (max-width: 880px) {
div.doxyme-badge.doxyme-badge-horizontal div.doxyme-badge-horizontal-image img, 
div.doxyme-badge.doxyme-badge-horizontal div.doxyme-badge-indicator, .doxyme-badge-horizontal-image{
	display:none!important;
}
div.doxyme-badge.doxyme-badge-horizontal, 
div.doxyme-badge.doxyme-badge-horizontal#doxyme-badge {
	height: auto !important;
}
div.doxyme-badge.doxyme-badge-horizontal div.doxyme-badge-content, 
div.doxyme-badge.doxyme-badge-horizontal#doxyme-badge div.doxyme-badge-content {
	position: relative!important;
	box-sizing: border-box;
	text-align: center!important;
	width: 100% !important;
	padding: 20px !important;
}

.doxy, div.doxyme-badge.doxyme-badge-horizontal, div.doxyme-badge.doxyme-badge-horizontal#doxyme-badge { 
	width: 100%!important;
}
/*div.doxyme-badge.doxyme-badge-noimage, div.doxyme-badge.doxyme-badge-noimage#doxyme-badge {
    position: relative!important;
    top: 0%;
    left: 0px;
    right: 0px;
}
*/
}
