/*
Theme Name: AnimalPro 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 */
.container {
    max-width: 1170px !important;
}

.btn {
    color: #fff !important;
    background: #425462;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 0px;

    -moz-border-radius: 0px;
    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;
}
.owl-controls {
    display: none;
}
.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;
}
.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;
}

/* header */
.main-header {
    background: #425462;
}
#header {
    background: #fff;
    top: 0px;
}
.logo-wrap,
.headerPhone,
.headerInfo {
    float: left;
    width: 31%;
    padding: 1%;
}
.logo-wrap {
    margin: 10px 0 0 0;
}
.headerInfo {
    width: 32%;
    text-align: right;
    margin-top: 30px;
}
.headerInfo p {
    margin-bottom: 5px;
}
.headerPhone {
    text-align: center;
    margin-top: 30px;
}
.headerPhone a {
    color: #fff !important;
}
div.header-social-icons {
    background: none;
    border: 0px;
}
div.header-social-icons a {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0px 5px;
    font-size: 26px;
}
div.header-social-icons::before {
    border: 0px;
}
#primary-navigation .header-social-icons a,
.header-social-icons a {
    padding: 0px 10px;
}

.primary-slider-container {
    max-width: 100%;
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    margin-bottom: -10px;
}
.primary-slider-container .slide-caption {
    box-sizing: border-box;
    padding: 25px;
    top: 18%;
    background: rgba(0, 14, 61, 0.4);
    width: 65%;
    left: 0px;
    max-width: 1170px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    /*z-index: 99999999;*/
    max-height: 115px;
}
.slide-title {
    color: #fff !important;
    font-size: 32px !important;
    line-height: 34px;
}
.owl-carousel .owl-item img {
    max-width: 100% !important;
}
.primary-slider .owl-dots {
    bottom: 8%;
    top: inherit;
    right: 16%;
}

#page {
    padding-top: 0px;
    width: 100%;
    max-width: 100%;
}

/* home boxes */
.homeBoxes {
    margin: 0px auto;
    margin-top: 0px;

    text-align: left;
    padding: 25px 0px;
}
.homeBoxes h3 {
    color: #000;
    font-size: 32px;
    margin-top: 0px;
}
.homeBoxes p {
    color: #fff !important;
    text-align: Center;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
    float: left;
    width: 33.3%;
    position: relative;
    padding: 1%;
    box-sizing: border-box;
    text-align: center;
}

/* home widgets */
.homeWidgets {
    margin: 30px auto;
    text-align: left;
}
.widgetBox {
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 2%;
    width: 27%;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}
.widgetBox h3 {
    text-align: center;
}

.widgetBox.noMargin {
    margin-right: 0px;
}
.widgetBox img {
    width: 100%;
}

.textwidget p {
    font-size: 16px;
    line-height: 20px;
}

.welcome a,
.post-content a {
    text-decoration: underline;
}

#secondary-navigation .navigation ul .current_page_item {
    /* 	background-color: #eee!important; */
}
/* inner pages */
#page.single {
    float: left;
}
.article {
    background: none;
    float: none;
    padding: 40px 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px !important;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
}
.page h1.title {
    margin-bottom: 20px;
}

/* footer */
.copyrights {
    text-align: center;
    color: #fff;
}
#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: #fff;
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 2px;
}

.social-icons a.btn {
    background: #000f3f;
    width: auto;
    height: auto;
    font-size: 16px;
}
.headerPhone {
    width: 100%;
    margin-top: 0px;
}
.headerPhone p {
    display: inline-block;
    font-size: 14px;
    margin: 0px;
    color: #fff;
}
header .navigation {
    float: right;
    width: 100%;
}
/*
header .logo-wrap {
	float: left;
	width: 20%;
}
*/
#secondary-navigation .menu-item-has-children > a:after {
    right: 19px;
}
.navigation ul {
    text-align: center;
    padding: 0px 0px;
}
.navigation ul li {
    float: none;
    display: inline-block;
    margin: 0px 15px;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
}
#secondary-navigation a {
    padding: 8px 5px;
    margin: 0;
}
li.meunLogo {
    padding: 15px 0;
}
li.meunLogo a {
    font-size: 32px !important;
}
.newCon {
    height: 680px;
    background-size: cover;
    background-position: 50% 50%;
}
.welcome a {
    font-weight: bold;
}
.welcome h1 {
    font-size: 30px;
    color: #282e67;
    margin-top: 0px;
}
.welcome img {
    padding: 3px;
    border: 1px solid #ccc;
}
.leftwow {
    width: 33.33%;
    float: left;
}
.rightwow {
    width: 66.66%;
    float: right;
}
.row {
    margin: 0px -15px;
}
.row:after,
.container:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}
.main-header .container {
    background-color: transparent !important;
}
#reviews {
    padding: 50px 0px;
}
#reviews h2 {
    color: #000;
    font-size: 45px;
}
#reviews h4 {
    color: #fff;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
#reviews {
    background: url(/wp-content/uploads/2019/01/reviews.jpg) top center / cover fixed;
    padding: 50px 0;
    position: relative;
    color: #fff;
}
#reviews p.stars i {
    color: #f29e0a;
}
.slickItem {
    padding: 10px 20px;
}
#reviews h2 {
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 32px;
}
#reviews:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background: #000;
}

.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
    width: 50%;
    float: left;
}
.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 {
    background: #000f3f url(/wp-content/uploads/2019/01/black-mamba.png);
    font-size: 14px;
    padding: 30px 0px;
}
.homeBoxes h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
footer {
    margin-top: 0px;
    padding: 10px 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 {
    position: fixed !important;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.9);
}
.sticky img {
    max-width: 100px !important;
}

#logo a,
#logo img {
    float: none !important;
}

/* Barttontheme */

#logo a,
#logo img {
    max-width: 230px;
}
#header .logo-wrap {
    width: 100%;
}
.navigation ul ul li {
    margin: 0px auto;
}
div#regular-header {
    padding: 15px 15px;
    box-sizing: border-box;
}
#regular-header p,
#regular-header a {
    margin-bottom: 0px;
    line-height: 30px;
    color: #fff;
}
#regular-header p {
    display: inline-block;
    margin-right: 20px;
}
#regular-header p.phoned {
    font-size: 20px;
}
#regular-header a.btn {
    background: #000f3f;
}
@media screen and (max-width: 1200px) {
    #regular-header p.phoned {
        font-size: 16px;
    }
}
#header h1,
#header h2 {
    text-align: center;
    display: block;
    width: 100%;
}
.meunLogo img {
    max-width: 250px;
}
.navigation ul li {
    vertical-align: middle;
}
#slider {
    margin-bottom: 0px !important;
}
.triangle_css {
    position: relative;
    z-index: 10;
}
.trianglebar {
    position: absolute;
    left: 0px;
    width: 45%;
    line-height: 90px;
    bottom: 0px;
    padding: 5px 0px;
    box-sizing: border-box;
    text-align: right;
    background-color: #425462;
}
.trianglebar:after {
    width: 40px;
    height: 100%;
    background-color: #425462;
    position: absolute;
    right: 0px;
    content: "";
    top: 0px;
    right: -20px;
    transform: skew(17deg);
}
.trianglebar h2 {
    font-size: 28px;
    text-transform: capitalize;
    line-height: normal;
    color: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 20px 0px 20px 15px;
}
.longbar {
    background-color: #000f3f;
    line-height: 60px;
    text-align: right;
}
.longbar i {
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 31px;
    box-sizing: border-box;
    position: relative;
    top: -1px;
}
.longbar .fa-angle-right:before {
    position: relative;
    content: "\f105";
    left: 1px;
}
.longbar a {
    line-height: 60px;
    color: #fff;
    font-weight: bold;

    font-size: 30px;
    text-transform: uppercase;
}
.welcome {
    padding: 120px 0px;
    background-size: cover;
    background-position: 50% 50%;
}
.welcome a {
    color: #fff;
    font-weight: bold;
}
html button.aicon_link {
    background-color: #043b60 !important;
}
.fullWow {
    box-sizing: border-box;
    padding: 15px;
    width: 40%;
    background-color: rgba(0, 15, 63, 0.8);
}
.fullWow h1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.fullWow h1,
.fullWow p,
.fullWow h2 {
    color: #fff;
}
.home_box {
    padding: 90px 0px;
}
.home_box .col3:nth-child(2) {
    animation-duration: 1.4s;
    animation-fill-mode: both;
}
.home_box .col3:nth-child(3) {
    animation-duration: 1.8s;
    animation-fill-mode: both;
}

/*
.col3 img {
    border: 5px solid #425462;
    outline: 8px solid #000f3f;
}
*/

.col3 img {
    border-radius: 5px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.col3 {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0px 35px;
    text-align: center;
}
.col3 h2 {
    font-size: 18px;
    padding: 0 20px 10px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: bold;
    border-bottom: 1px solid#bd967f;
}
.col3 p {
    font-size: 15px;
    color: #000;

    font-weight: normal;
}
.col3 a.box_button {
    /*border: 1px solid #000f3f;*/
    background-color: #000f3f;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
}
a.box_button:hover {
    background-color: #000f3f;
    color: #fff;
}
.cta_appot {
    background-color: #000f3f;
    text-align: center;
}
.cta_appot a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    font-weight: bold;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    padding-bottom: 5px;
}
.cta_appot a:hover {
    color: #fff;
}

#reviews h2 {
    margin-bottom: 35px;
}
.copyrights {
    padding: 15px 0px;
}

.col3_footer {
    float: left;
    text-align: center;
    box-sizing: border-box;
    width: 33.33%;
}
.logoFoot img {
    max-width: 210px;
    margin: 0px auto;
    display: block;
    filter: brightness(0) invert(1);
}
.col3_footer:nth-child(1) {
    text-align: left;
}
.col3_footer:nth-child(3) {
    text-align: right;
}
.col3_footer:nth-child(1),
.col3_footer:nth-child(3) {
    padding: 25px 0px;
}
.video_big {
    height: auto; /*70vh;*/
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
}
.video_big_video {
    margin-top: -100px;
}
.videoWrapper,
.video_container {
    height: 100%;
    position: relative;
}
.vjs-control-bar,
.vjs-error-display,
.vjs-caption-settings {
    display: none !important;
}
#big-video-wrap {
    position: absolute !important;
}
/* Footer */
.socialMedia {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding: 20px 0px;
    margin: 0px auto;
    margin-bottom: 29px;
    max-width: 750px;
}
.socialMedia strong {
    display: block;
    font-size: 20px;
    color: #fff;
}
.socialMedia a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    margin: 10px 5px;
}
.copyrights {
    padding: 0px 0px 25px;
}
.button-over-video {
    margin: 10px;
    border-radius: 15px;
    width: 330px;
    height: 100px;
    background-color: #82b2fa !important;
    background-repeat: no-repeat !important;
    background-position: 93% 50% !important;
    background-size: 30% !important;
    display: flex;
    justify-content: center;
}

.over-video-container {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 8%;
    flex-wrap: wrap;
}

.jersey {
    position: absolute;
    bottom: 10%;
}

.jersey p {
    color: white;
}

.over-video-container img {
    max-width: 110px;
    position: relative;
}

.button-over-video a {
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: 22px;
    top: 30px;
}

@media screen and (max-width: 1250px) {
    .over-video-container {
        display: none;
    }
}

@media screen and (max-width: 1720px) {
    .trianglebar h2 {
        padding: 12px 0px 9px 15px;
    }
}
@media screen and (max-width: 1366px) {
    .primary-slider-container .slide-caption {
        max-height: 115px;
    }
    .video_big {
        height: auto; /*43vh;*/
    }
    html #page,
    html .container {
        max-width: 100% !important;
        width: 100% !important;
    }
    .container {
        box-sizing: border-box;
        padding: 0px 15px !important;
    }
}
/* mobile */
@media screen and (max-width: 1150px) {
    li.meunLogo a {
        font-size: 27px !important;
    }
    .navigation ul li {
        margin: 0px 6px;
    }
    div#regular-header {
        padding: 15px 15px;
        box-sizing: border-box;
    }
    .trianglebar h2 {
        font-size: 19px;
        padding: 25px 0px 9px 15px;
    }
}
@media screen and (min-width: 881px) {
    .splitSubMenu ul {
        right: 0;
        column-count: 2;
        width: 512px !important;
    }
}
@media screen and (max-width: 880px) {
    .over-video-container {
        display: none;
    }
    section.welcome {
        background-image: url() !important;
    }
    #secondary-navigation .navigation ul .current_page_item {
        background-color: #000 !important;
    }
    #header #logo a {
        font-size: 32px;
        color: #000f3f;
        text-align: center;
    }
    .sticks {
        background-color: #000;
        padding: 8px 7px;
    }
    #reviews h2 {
        font-size: 37px;
    }
    .cta_appot a {
        line-height: normal;
        padding: 20px;
        box-sizing: border-box;
    }
    .navigation ul li {
        margin: 0px;
    }
    .welcome {
        padding: 45px 0px;
    }
    .fullWow {
        width: 100%;
    }
    .longbar {
        background-color: #000f3f;
        line-height: 55px;
        text-align: center;
    }
    .trianglebar {
        position: relative;
        left: 0px;
        width: 100%;
        bottom: 0px;
        text-align: right;
        background-color: #9d68a9;
        text-align: center;
        line-height: normal;
    }
    .trianglebar h2 {
        font-size: 27px;
        line-height: 65px;
    }
    .video_big {
        display: none !important;
    }
    #header #logo a {
        margin: 0px auto;
    }
    .article {
        max-width: 100%;
    }
    .meunLogo,
    .triangle_css {
        display: none !important;
    }
    #header #logo a {
        display: block;
    }
    #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;
    }
    .fullWow h1 {
        text-align: center;
    }
    .col3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .hide-d {
        display: block;
    }
    #header {
        background: none;
        padding: 0px 0 20px 0px;
        margin-bottom: 0px;
    }
    .mobileBtn {
        margin-bottom: 0px;
    }
    .mobileBtn a,
    .hours {
        display: block;
        color: #fff;
        text-align: center;
        background: #425462;
        padding: 10px;
        border-radius: 0px;
        -moz-border-radius: 10px;
        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;
        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;
    }
}
@media screen and (max-width: 540px) {
    .trianglebar h2 {
        box-sizing: border-box;
        line-height: normal;
        padding: 10px 0px;
    }
    .col3 {
        margin-bottom: 46px;
    }
    .col3 p {
        height: auto;
    }
    .col3_footer {
        width: 100%;
        text-align: center !important;
        padding: 5px 0px !important;
    }
    .logoFoot {
        display: none;
    }
}
.innerImage img {
    width: 100% !important;
}
#header .logo-wrap {
    padding: 0px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0 !important;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
@-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;
    }
}
@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
    .opacit_ {
        opacity: 1;
    }
}

.button-over-video a:hover {
    color: #fff;
    letter-spacing: 1px;
    text-decoration: underline;
}

.page-id-298 .innerImage {
    background-image: url(/wp-content/uploads/2019/02/resize-inner-4.jpg) !important;
}

.wprevpro_t1_SPAN_5 {
    color: white;
}

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

@media screen and (min-width: 880px) {
    .flex-logos {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .flex-logos img {
        width: 150px;
        /* By height
		height:100px!important;
        width:auto!important;
		*/
    }
    .flex-logos div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.flex-logos div {
    margin: 20px;
    text-align: center;
}

.logos {
    padding: 40px 0;
    background-color: white;
}

#logo a {
    text-transform: none !important;
}

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

@media screen and (min-width: 880px) and (max-width: 1100px) {
    .dm-rate-us a,
    .dm-rate-us .review-link {
        font-size: 16px;
    }
    .social-icons .btn {
        display: none;
    }
}

.team_field {
    display: inline-block;
    margin-left: -4px;
    width: 300px;
}
.team_field p {
    color: white;
}

.doctors h3 {
    font-size: 48px;
    letter-spacing: 0.025em;
    color: #fff;
    margin-bottom: 0.45em;
}
.team_image {
    height: 290px;
    width: 290px;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.team_image p {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Poppins";
    font-size: 30px;
    opacity: 0;
    letter-spacing: 1.5em;
    text-transform: uppercase;
    color: #fff;
}
.team_image:hover:before {
    opacity: 1;
}
.team_image:before {
    left: 0px;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    content: "";
    background-color: rgba(194, 108, 54, 0.64);
    opacity: 0;
}
.team_image:hover p {
    opacity: 1;
    letter-spacing: 0.14em;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.team_field span {
    text-transform: uppercase;
    font-family: "Poppins";
    letter-spacing: 0.14em;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #fff;
    display: block;
}
.doctors .container {
    text-align: center;
    padding: 170px 20px 200px;
}

@media screen and (max-width: 1152px) {
    .doctors .container {
        text-align: center;
        padding: 120px 20px 150px;
    }
}

@media screen and (max-width: 880px) {
    .doctors h3 {
        font-size: 32px;
        letter-spacing: 0.025em;
        color: #fff;
        margin-bottom: 0.45em;
    }
}

@media screen and (min-width: 750px) {
    .team-flex {
        display: flex;
        justify-content: center;
    }
    .team_field {
        width: 50%;
        padding: 5px;
    }
}

.doctors {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("/wp-content/uploads/2020/09/feet6.jpg");
    background-size: cover !important;
    background-position: 50% 50%;
    background-attachment: fixed;
}

@media screen and (max-width: 880px) {
    .gtranslate_wrapper {
        display: none;
    }

    .hide-d .gtranslate_wrapper {
        display: block;
    }
}

.zocdoc {
    background-color: yellow;
    color: black;
}
