/*--------------General Css---------------*/
html, body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    background: #fff;
    margin: 0px;
    font-size: 15px;
    padding: 0px;
}

h1, h2, h3, h4 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #212121;
    font-weight: 300;
}

.theme-color-text {
    color: #2384c6;
}

.theme-color-text-bold {
    color: #0dc0c0;
    font-weight: 600;
}

.theme-color-back {
    background: #0dc0c0;
}

.title-text {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}

    a.in-theme {
        color: #46494c;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        position: relative;
    }

        a.in-theme:hover {
            color: #0dc0c0;
        }

ul, li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.no-pad {
    padding: 0px;
}

.no-pad-l {
    padding-left: 0px;
}

.no-pad-r {
    padding-right: 0px;
}

.overflow-visible {
    overflow: visible;
}

.talign-center {
    text-align: center;
}

.main-block {
    width: 100%;
    height: 100%;
    float: left;
}
/*---------------Header Css----------------*/



header {
    background: #fff;
}
/*Topbar*/



.mcare-main-container {
    /*width: 100%;

  height: 100%;

  float: left;

  background: #fff;*/
    width: 100%;
    height: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.mcare-header-bg {
    background: #fff;
    float: left;
    width: 100%;
}

.mcare-topbar-info {
    min-height: 40px;
    border-bottom: 1px solid #E4E4E4;
    background: #ececec;
    position: relative;
    z-index: 1;
}

.social-wrap-head li {
    background: none;
    float: left;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #E4E4E4;
    position: relative;
}

    .social-wrap-head li:first-child {
        border-left: 1px solid #E4E4E4;
    }

    .social-wrap-head li:last-child {
        border-right: none;
    }

.head-social-icon {
    font-size: 14px;
    height: 40px;
    width: auto;
    float: left;
    padding: 0 13px;
    color: #969696;
    background: none;
    transition: .5s;
    line-height: 40px;
}

.social-wrap-head li:last-child .head-social-icon {
    border-right: none;
}

.top-info-icon {
    color: #969696;
    font-size: 16px !important;
    background: none;
    margin: 0 10px 0 0;
    top: 2px;
    position: relative;
    line-height: 36px;
}

.top-bar-txt, .top-bar-txt a {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 40px;
    font-weight: 300;
}

.top-info-contact {
    padding: 12px 20px;
    border-right: 1px solid #E4E4E4;
    margin-left: 0px;
}

.top-info-email {
    padding: 12px 15px;
    line-height: 40px;
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}

    .top-info-email a:hover, .top-info-email a:hover i {
        color: #0ec0c0;
        transition: .5s;
    }

.top-info-appoint {
    text-align: right;
}

    .top-info-appoint a span {
        border-right: 1px solid #E4E4E4;
        border-left: 1px solid #E4E4E4;
        padding: 0px 25px;
        height: 40px;
        display: inline-block;
    }

    .top-info-appoint a {
        -webkit-transition: -webkit-transform .33s;
        transition: transform .33s; /* Animate the transform properties */
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d; /* <-NB */
        height: 40px;
        transition: .5s;
    }

.head-social-icon:before {
    line-height: 40px;
    display: block;
}
/*Social effect*/



.social-wrap-head .head-social-icon {
    overflow: hidden; /*-webkit-transition: background 0.5s, color 0.5s, box-shadow 0.5s;

	-moz-transition: background 0.5s, color 0.5s, box-shadow 0.5s;

	transition: background 0.5s, color 0.5s, box-shadow 0.5s;*/
}

    .social-wrap-head .head-social-icon:after {
    }

    .social-wrap-head .head-social-icon.fa-facebook:hover {
        background: #204385;
    }

    .social-wrap-head .head-social-icon.fa-twitter:hover {
        background: #2aa9e0;
    }

    .social-wrap-head .head-social-icon.fa-pinterest-p:hover {
        background: #ca2128;
    }

    .social-wrap-head .head-social-icon.fa-google-plus:hover {
        background: #d3492c;
    }

    .social-wrap-head .head-social-icon.fa-facebook:after {
        content: "\f09a";
        position: absolute;
        top: -40px;
        color: #fff;
    }

    .social-wrap-head .head-social-icon.fa-twitter:after {
        content: "\f099";
        position: absolute;
        top: -40px;
        color: #fff;
    }

    .social-wrap-head .head-social-icon.fa-pinterest-p:after {
        content: "\f231";
        position: absolute;
        top: -40px;
        color: #fff;
    }

    .social-wrap-head .head-social-icon.fa-google-plus:after {
        content: "\f0d5";
        position: absolute;
        top: -40px;
        color: #fff;
    }

    .social-wrap-head .head-social-icon:before, .social-wrap-head .head-social-icon:after {
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

.social-wrap-head a:hover .head-social-icon:before, .social-wrap-head a:hover .head-social-icon:after {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
/*Effect topbar appointment*/

.top-info-appoint span {
    position: relative;
}

    .top-info-appoint span em {
        font-style: normal;
    }

        .top-info-appoint span em.app-first {
            width: 100%;
            height: 100%;
            -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
            -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            display: block;
        }

.top-info-appoint a:hover span em.app-first {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    display: block;
}

.top-info-appoint span em.app-sec {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #0ec0c0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, -75%, 0);
    text-align: center;
    display: block;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

    .top-info-appoint span em.app-sec i {
        color: #0ec0c0;
    }

.top-info-appoint a:hover span em.app-sec {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, -100%, 0);
    display: block;
}

.popup-close {
    position: absolute !important;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.36);
    z-index: 100;
    display: block;
    overflow: hidden;
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3;
    cursor: pointer;
    font-size: 26px;
    z-index: 999;
}

.ion-close:before {
    content: "\f12a" !important;
}
/*Appointment close*/



.button--winona span {
    padding: 0em 0em;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    display: block;
    vertical-align: middle;
    color: #fff;
}

    .button--winona span:nth-child(2) {
        content: attr(data-text);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        color: #fff;
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
    }

.button--winona:hover span:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

button.button.button--winona span i {
    color: #fff;
}

.button--winona:hover span:nth-child(1) {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
/*App-modal*/

.content-style-form input[type="text"], .content-style-form input[type="password"] {
    padding: 10px;
    width: 100%;
    border: 2px solid #ebd3bd;
    background: transparent;
    color: #b09a86;
    font-weight: 300;
    font-size: 2.2em;
}

.content-style-form label {
    display: block;
    padding: 10px 0 0;
    color: #d5bba4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.morph-button.open .content-style-form-2 h2, .morph-button.open .content-style-form-2 p, .morph-button.open .content-style-form-2 .icon-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.content-style-form-2 p:first-child {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.js .content-style-form-2 h2, .js .content-style-form-2 p, .js .content-style-form-2 .icon-close {
    opacity: 0;
    -webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
    transition: opacity 0.2s 0.3s, transform 0.2s 0.3s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.content-style-form form p {
    margin: 0 0 5px 0;
    font-size: 0.7em;
}

.content-style-form form {
    padding: 10px 30px;
}
/*top-nav-icon-effect*/





/*Top Nav*/



.top-nav-wrap {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom: 5px solid #d8d8d8;
    min-height: 41px;
}

.logo img {
    max-width: 100%;
    padding: 5px 0;
}

.navbar-default {
    background-color: #2a2f39;
    /*background-color: #dedede;*/
    border: none;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li {
    float: left;
    margin-right: 1px;
}

.navbar-default .navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 7px 21px;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #ffffff;
    font-size: 14px;
    transition: .5s;
    font-weight: 500;
}

.navbar-default .navbar-nav li > a:focus {
    color: #fff;
    transition: .5s;
    background: #337ab7;
}

    .navbar-default .navbar-nav li > a:focus:before {
        width: 100%;
        height: 5px;
        background: #0f395d;
        content: '';
        bottom: -5px;
        position: absolute;
        left: 0px;
    }

.nav > li > a i {
    width: 100%;
    font-size: 21px;
    padding-bottom: 4px;
    display: block;
    color: #9a9a9a;
}

.nav > li > a:hover i {
    color: #ffffff;
}

.nav > li.active > a i {
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    /*background-color: #0ec0c0;*/
    transition: .5s;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background: none;
    }

.navbar-default .navbar-nav > li > a:hover {
    /*color: #0ec0c0;*/
    color: #242528;
    transition: .5s;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #e64825;
    transition: .5s;
    background: none;
    font-weight: 600; /*background-color: transparent;*/
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    transition: .5s;
    background: #337ab7;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    /*font-weight: 600;*/
    background: #337ab7;
    /*background-color: #2196F3;*/
}

.navbar-default .navbar-nav > .active:after, .navbar-default .navbar-nav > .active:hover:after, .navbar-default .navbar-nav > .active:focus:after {
    width: 100%;
    height: 5px;
    background: #0f395d;
    content: '';
    bottom: -5px;
    position: absolute;
    left: 0px;
}

.navbar-default .navbar-nav li > a:hover:before {
    width: 100%;
    height: 5px;
    background: #0f395d;
    content: '';
    bottom: -5px;
    position: absolute;
    left: 0px;
}

.navbar-nav {
    margin-right: 0px !important;
}

#headerstic {
    z-index: 9999999;
    position: relative;
}

.is-sticky .mcare-topbar-info {
    display: none;
}
/*Top Search and Side Nav*/



.top-search, .side-menu {
    display: inline-block;
    float: right;
    padding: 25px 0;
}

.side-menu {
    margin-left: 25px;
    cursor: pointer;
    margin-right: 15px;
}

.top-search i {
    font-size: 21px;
    color: #6f6f6f;
    background: #e8e8e8;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
}

.side-menu i {
    font-size: 30px;
    color: #fff;
    background: #0dc0c0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
}
/*---------------------Banner--------------------*/



.mcare-banner-wrap {
    width: 100%;
    float: left;
    display: block;
}

.mcare-banner-inner {
    width: 100%;
    float: left;
    display: block;
}

    .mcare-banner-inner img {
        max-width: 100%;
    }
/*Top Nav drop*/



#panel-top, #flip {
    padding: 5px;
    background-color: #0ec0c0;
    color: #fff;
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 99999;
}

#panel-top {
    color: #fff;
    display: none;
    z-index: 0;
    position: relative;
}

#flip:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #0ec0c0;
    border-radius: 50%;
    top: -8px;
    z-index: 999999;
    left: 50%;
    line-height: 45px;
    text-align: center;
    margin-left: -15px;
}
/*SLit Banner*/



.banner-slit {
}

.ban-cotent {
    padding: 20px 0 10px 0;
    max-width: 1170px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

    .ban-cotent span {
        /*text-transform: uppercase;*/
    }

    .ban-cotent .ban1-txt1 {
        color: #fff;
        white-space: nowrap;
        font-size: 21px;
        /*text-decoration: underline;*/
        font-weight: 600;
        /*text-transform: uppercase;*/
        display: inline-block;
        padding-bottom: 15px;
    }

    .ban-cotent .ban1-txt2 {
        padding: 5px 0px 21px 0;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 40px;
        display: inline-block;
    }

    .ban-cotent .ban2-txt2 {
        padding: 10px 0px 25px 0;
        font-size: 52px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 40px;
        display: inline-block;
    }

    .ban-cotent .ban1-txt3 {
        padding: 5px 0px 25px 0;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 30px;
        text-transform: uppercase;
    }

    .ban-cotent .ban1-contact {
        margin-bottom: 8px;
        padding: 10px 45px 25px 120px;
        color: #fff;
        background: rgba(255, 255, 255, 0.49) url("../images/ban-call1.png") no-repeat 35px 25px;
        border-radius: 23px;
        font-size: 35px;
        font-weight: 400;
        line-height: 22px;
        word-spacing: 1px;
        background-size: 55px;
        font-style: italic;
        display: inline-block;
        margin-top: 25px;
    }

    .ban-cotent .ban2-contact {
        margin-bottom: 8px;
        display: inline-block;
        margin-top: 20px;
    }

    .ban-cotent .ban1-contact em {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        top: 5px;
        padding-left: 7px;
        color: #333;
        font-style: normal;
        display: table;
    }

.right-img {
    float: right;
    width: 50%;
}

    .right-img.img-inn1 {
        margin-top: 0px;
    }

    .right-img.img-inn2 {
        margin-top: 18px;
        top: -25px;
        position: relative;
    }

.ban1-left {
    float: left;
    width: 50%;
    padding-top: 0px;
}

.ban2-left {
    float: left;
    width: 50%;
    padding-top: 0px;
}

.right-img {
    float: right;
}

    .right-img img {
        float: right;
    }
/*Generic  Content Css */



section.mcare-text-ibox1-wrap {
    padding-top: 25px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

section.mcare-text-ibox2-wrap, .mcare-aboutclinic, .mcare-fullwith-section, .mcare-news-wrap, .mcare-testimonial-wrap, .mcare-aboutus-content, .aboutus-info-wrap, .about-testimonial, .mcare-aboutus2-content, .about2-meet-team-wrap, .mcare-services1-content1, .mcare-services1-deptlist, .mcare-Contact1-form, .mcare-Contact1-address, .mcare-depart-wrap, .mcare-timetable-wrap, .mcare-singledoc, .mcare-related-docs, .mcare-gallery, .mcare-compare-gallery, .faq-page, .mcare-notfound, .mcare-ourclinic, .ourclinic-page2.mid-content {
    padding-top: 25px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.mcare-client-wrap {
    padding-top: 45px;
    float: left;
    width: 100%;
}

section.mcare-text-ibox2-wrap {
    position: relative;
}

.mcare-caction1-wrap, .mcare-caction2-wrap {
    float: left;
    width: 100%;
}

.mcare-caction2-wrap {
    margin-bottom: 1000px;
}
/*.text-content {
    font-size: 15px;
    color: #6d6d6d;
    line-height: 1.6em;
}*/

p .text-content {
    font-size: 20px;
    color: #000000;
    line-height: 1.7em;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
}

.content-os {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.border-title {
    font-size: 22px;
    line-height: 1.3em;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-bottom: 15px;
}

    .border-title:after {
        width: 90px;
        height: 3px;
        background: #2384c6;
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0px;
    }
/*----------------------Content Elements----------------*/



/*1. Icon Boxes 1*/



.mcare-text-ibox1-wrap {
}

.mcare-text-ibox1 {
}

.first-info-ibox {
}

.mcare-main-title {
    margin-top: 0px;
    color: #2196F3;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    line-height: 1.2em;
}

    .mcare-main-title span {
        color: #46494c;
        font-weight: 400;
    }

.mcare-text-ibox1 h3 {
    font-size: 20px;
    color: #46494c;
    margin: 0px 0 20px 0;
    line-height: 1.5em;
    padding: 4px 0 5px 0;
    border-bottom: 1px solid #0dc0c0;
    padding-left: 100px;
    position: relative;
    border-radius: 0 0 0 15px;
    font-weight: 400;
}

    .mcare-text-ibox1 h3 span {
        font-size: 16px;
        color: #6f6f6f;
    }

    .mcare-text-ibox1 h3 i {
        height: 70px;
        width: 70px;
        background: #2196f3;
        color: #fff;
        font-size: 30px;
        line-height: 70px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0px;
        border-radius: 15px 15px 0 15px;
    }

        .mcare-text-ibox1 h3 i:before {
            font-size: 36px;
            margin: 0px;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
        }

.ibox1-content {
    padding-top: 15px;
    line-height: 1.6em;
}
/*1. Icon Boxes 2*/





/*Mcare Box Border Effect*/





.border-effect {
    position: relative;
}

    .border-effect:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 5px;
        width: 0;
        height: 0;
        border-left: 1px solid transparent;
        border-radius: 6px 0 0 0;
        border-top: 1px solid transparent;
        -webkit-transition: width .3s ease .2s, height .3s ease .4s;
        transition: width .3s ease .2s, height .3s ease .4s;
    }

.pic.pic-3d:hover .border-effect:before {
    height: 50%;
    width: 50%;
    border-color: #fff;
    -webkit-transition: width .3s ease .2s, height .3s ease .4s;
    transition: width .3s ease .2s, height .3s ease .4s;
}

.pic.pic-3d:hover .border-effect:after {
    height: 50%;
    width: 50%;
    border-color: #fff;
    -webkit-transition: width .3s ease .2s, height .3s ease .4s;
    transition: width .3s ease .2s, height .3s ease .4s;
}

.border-effect:after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-right: 1px solid transparent;
    border-radius: 0 0 6px 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: width .3s ease .2s, height .3s ease .4s;
    transition: width .3s ease .2s, height .3s ease .4s;
}

.ibox2-icon i {
    z-index: 10;
}

.ibox2-icon .back-icon {
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.mcare-text-ibox2 .back-icon i:before {
    color: rgba(13, 192, 192, 0.17);
    font-size: 60px;
    margin: 0px;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -4px;
    opacity: 0;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
}

.mcare-text-ibox2:hover .back-icon i:before {
    color: rgba(255, 255, 255, 0.17) !important;
    margin: 0px;
    position: absolute;
    z-index: 2;
    top: 0px;
    opacity: 1;
    left: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.border-effect {
}

.mcare-text-ibox2, .mcare-text-ibox2 h4, .mcare-text-ibox2 .ibox2-content {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .mcare-text-ibox2:hover {
        background: #2196f3;
        border: 1px solid #2196f3;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .mcare-text-ibox2:hover h4 {
            color: #fff;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .mcare-text-ibox2:hover .ibox2-content {
            color: #fff;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .mcare-text-ibox2:hover .ibox2-icon i:nth-child(1):before {
            color: #fff;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }
/*Other Effects*/



.mcare-text-ibox2 {
    text-align: center;
    border: 1px solid #6f6f6f;
    padding: 15px;
    border-radius: 6px;
}

.ibox2-icon {
    position: relative;
    padding-bottom: 15px;
}

    .ibox2-icon i:nth-child(1):before {
        color: #2196f3;
        font-size: 60px;
        margin: 0px;
        position: relative;
        z-index: 2;
    }

    .ibox2-icon i:nth-child(2):before {
        color: #d8f5f5;
        font-size: 81px;
        position: absolute;
        width: 100%;
        left: 0px;
        margin: 0px;
        z-index: 1;
        top: -17px;
    }

.mcare-text-ibox2 h4 {
    color: #656769;
    font-size: 19px;
    margin-top: 0px;
    padding-bottom: 15px;
}

.mcare-text-ibox2 .ibox2-content {
    padding-top: 15px;
    line-height: 1.6em;
    padding: 0px 10px 10px 10px;
}
/*Flip effect*/

.mcare-text-ibox2-wrap a:focus, .mcare-text-ibox2-wrap a:active {
    text-decoration: none;
}

.row-custom {
    margin-right: -15px;
    margin-left: -15px;
}

.flip-box-wrap {
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

    .flip-box-wrap .flip-box {
        position: relative;
        width: 100%;
        min-height: 200px;
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -o-transition: 0.6s;
        -ms-transition: 0.6s;
        transition: 0.6s;
        -ms-perspective: 1000px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .flip-box-wrap .ifb-flip-box {
        min-height: 200px;
    }

    .flip-box-wrap .horizontal_flip_left .ifb-hover .ifb-back {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .flip-box-wrap .horizontal_flip_left .ifb-hover .ifb-front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .flip-box-wrap .horizontal_flip_left .ifb-front {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .flip-box-wrap .horizontal_flip_left .ifb-back {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .flip-box-wrap .horizontal_flip_left .ifb-hover .ifb-back {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .flip-box-wrap .horizontal_flip_left .ifb-hover .ifb-front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .flip-box-wrap .ifb-front {
        z-index: 9;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip-box-wrap .ifb-front, .flip-box-wrap .ifb-back {
        min-height: 200px;
        margin-bottom: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 750ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -ms-transition: 500ms;
        transition: 750ms;
        border-radius: 6px;
    }

    .flip-box-wrap .ifb-back {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

        .flip-box-wrap .ifb-back .mcare-text-ibox2 {
            background: #0dc0c0;
            border: 1px solid #FFFFFF;
        }

            .flip-box-wrap .ifb-back .ibox2-icon i:nth-child(1):before, .flip-box-wrap .ifb-back .mcare-text-ibox2 h4, .flip-box-wrap .ifb-back .mcare-text-ibox2 .text-content {
                color: #fff;
            }

        .flip-box-wrap .ifb-back h4 {
            padding-top: 33px;
        }

        .flip-box-wrap .ifb-back span.ibox-readmore {
            cursor: pointer;
            padding: 5px 13px;
            display: table;
            margin: 0px auto 29px auto;
            color: #46494c;
            background: #fff;
            border-radius: 6px;
        }

        .flip-box-wrap .ifb-back .text-content {
            padding-bottom: 18px;
        }

.pic-3d {
    overflow: hidden;
    margin: 0;
    position: relative;
    box-shadow: 3px 3px #cacaca;
}

    .pic-3d .open-up {
        width: 100%;
        top: auto;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
        -moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
        transition: transform 0.5s, opacity 0.1s 0.3s;
        border-radius: 6px;
    }

.open-up {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #0dc0c0;
    text-align: center;
    color: #fff;
}

    .open-up p {
        color: #fff;
        line-height: 1.6em;
        padding: 0px 10px 15px 10px;
    }

    .open-up .ibox2-icon i:before {
        color: #fff;
    }

.open-up {
    border-radius: 6px;
}

    .open-up h4 {
        padding-bottom: 16px;
        margin-top: 5px;
        color: #fff;
    }

.open-up {
    padding: 15px;
}

.pic-3d:hover .mcare-text-ibox2-in {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.mcare-text-ibox2-in {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.5s;
}

.pic-3d:hover .open-up {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.5s, opacity 0.1s;
}

.open-up h4 {
    padding-top: 33px;
}

.open-up a.ibox-readmore {
    cursor: pointer;
    padding: 5px 13px;
    display: table;
    margin: 0px auto 29px auto;
    color: #46494c;
    background: #fff;
    border-radius: 6px;
}

.num-font {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.flip-box-wrap .ifb-back .text-content {
    padding-bottom: 18px;
}
/*--------------Call to action--------------*/



.mcare-caction1-wrap, .mcare-caction2-wrap { /*margin-bottom: 55px;*/
    margin-bottom: 0px;
    margin-top: 55px;
}

.mcare-caction1-wrap {
    background-image: url("../images/back11.jpg");
}

.mcare-caction2-wrap {
    background-image: url("../images/photo.jpg");
    display: none;
}

.full-conter-wrap {
    background-image: url("../images/back11.jpg");
}

.parallax-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    color: #000;
    position: static;
    float: left;
}

.para-overlay {
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.65);*/
    background: rgba(0, 0, 0, 0.10) url("../images/pattern.png") repeat;
    z-index: 2;
    position: relative;
}

.para-overlay-light {
    width: 100%;
    height: 100%;
    background: rgba(227, 227, 227, 0.92);
}

.caction1-inner {
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 115px;
}

.caction2-inner {
    height: 100%;
    width: 100%;
    display: block;
    text-align: left;
    padding-bottom: 50px;
}

.caction1-text {
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-top: 90px;
    margin-bottom: 55px;
}

.caction2-text {
    font-size: 31px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-top: 35px;
    margin-bottom: 30px;
}

.caction1-text em {
    font-size: 19px;
    font-style: normal;
}

.caction2-text em {
    font-size: 16px;
    font-style: normal;
}

.mcare-caction2-wrap img {
    margin-top: -25px;
}

.caction2-text strong {
    position: relative;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
}

.caction2-text .cd-words-wrapper em {
    font-size: 31px;
    font-weight: 500;
}
/*Button Design*/



.mcare-button {
    padding: 15px 33px;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

    .mcare-button:hover {
        color: #fff;
    }

.button1 {
    background: #0dc0c0;
    margin-right: 15px;
}

.button2 {
    background: none;
    border: 1px solid #fff;
    margin-right: 15px;
}
/*text effect caction*/

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

.mcare-button.small-bt {
    padding: 5px 15px;
}

.mcare-button.mid-bt {
    padding: 10px 25px;
}

.mcare-button.large-bt {
    padding: 15px 30px;
}

.mcare-button.exlarge-bt {
    padding: 18px 40px;
}
/* -------------------------------- 



Word Rotate Call to action



-------------------------------- */

.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
    opacity: 0;
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

    .no-csstransitions .cd-headline.rotate-2 i em {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0;
    width: 120px;
}

    .cd-words-wrapper b.is-visible {
        position: relative;
    }

.cd-headline.rotate-2 b {
    opacity: 0;
}
/*Loading words effect*/



.cd-headline.loading-bar span {
    display: inline-block;
    padding: 0em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

.loading-bar .cd-words-wrapper b {
    width: 100px;
    font-weight: 500;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    /* loading bar */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}

.cd-headline.loading-bar b {
    top: 0em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .cd-headline.loading-bar b.is-visible {
        opacity: 1;
        top: 0;
    }
/*------------About Clinic Section--------------------*/



.mcare-aboutclinic {
    padding-top: 0px;
}

.mcare-aboutclinic-title {
    background: #efefef;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 135px;
}

h2.mcare-h2 {
    display: table;
    margin: auto;
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.2em;
    padding-right: 15px;
    padding-left: 15px;
}

    h2.mcare-h2:after {
        content: "\f005";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        font-size: 16px;
        bottom: -10px;
        color: #2384c6;
        left: 50%;
        margin-left: -16px;
        /*background: #fff;*/
        padding: 0 10px;
    }

.mcare-aboutclinic-title h2.mcare-h2:after {
    background: #efefef;
}
/*About Tabs*/



.mcare-aboutclinic-tabs {
    height: 100%;
    width: 100%;
    display: block;
}

    .mcare-aboutclinic-tabs ul.mcare-tabs-inner {
        display: table;
        margin: -50px auto 0 auto;
        border-bottom: none;
    }

        .mcare-aboutclinic-tabs ul.mcare-tabs-inner li i.mcare-tab-icon {
            position: absolute;
            left: 17px;
            display: inline-block;
            color: #fff;
            font-size: 16px;
            top: 17px;
            width: inherit;
        }

        .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active i.mcare-tab-icon, .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active i.mcare-tab-icon:focus {
            color: #0dc0c0;
            transition: .5s;
        }

            .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active i.mcare-tab-icon:active {
                color: #fff;
            }

        .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active {
            background: #2196f3;
        }

        .mcare-aboutclinic-tabs ul.mcare-tabs-inner li {
            border-radius: 6px 6px 0 0 !important;
            margin-left: 23px;
        }

            .mcare-aboutclinic-tabs ul.mcare-tabs-inner li a, .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
                color: #fff;
                font-size: 17px;
                padding: 13px 23px 13px 40px;
                border: none;
                transition: .5s;
            }

            .mcare-aboutclinic-tabs ul.mcare-tabs-inner li a {
                background: #0dc0c0;
                border-radius: 6px 6px 0 0 !important;
            }

            .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
                color: #0dc0c0 !important;
                border-radius: 6px 6px 0 0 !important;
                background: #fff !important;
            }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}

.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a:hover, .mcare-aboutclinic-tabs ul.mcare-tabs-inner li a:focus {
    background: #0BA0A0;
    border: none;
    color: #fff;
    transition: .5s;
    outline: none;
}

.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a:hover {
    background: #fff;
    color: #0dc0c0;
}

.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a:active {
    background: #0BA0A0;
    color: #fff;
}

.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a:hover i {
    color: #fff;
    transition: .5s;
}

.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a:after {
    width: 0;
    height: 0;
    border-bottom: 46px solid #0dc0c0;
    border-right: 25px solid transparent;
    position: absolute;
    content: '';
    top: 4px;
    right: -25px;
    transition: .5s;
}

.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a:hover:after {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-bottom: 46px solid #0BA0A0;
    position: absolute;
    content: '';
    top: 4px;
    right: -25px;
    transition: .5s;
}

.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a:after {
    width: 0;
    height: 0;
    border-bottom: 48px solid #fff;
    border-right: 25px solid transparent;
    position: absolute;
    content: '';
    top: 2px;
    right: -25px;
}

.mcare-aboutclinic-tabs .tab-content {
    padding-top: 60px;
}
/*Meet the doc*/



.meet-doc-box {
    border: 1px solid #e0e0e0;
    padding: 8px 8px 0px 8px;
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
}

    .meet-doc-box img {
        margin: 0 auto;
    }

    .meet-doc-box h4 {
        font-size: 16px;
        padding-top: 12px;
        position: relative;
        margin-bottom: 20px;
    }

        .meet-doc-box h4:after {
            position: absolute;
            bottom: -14px;
            width: 50px;
            height: 2px;
            background: #0dc0c0;
            content: '';
            left: 50%;
            display: block;
            margin-left: -25px;
        }

    .meet-doc-box span.doc-role {
        color: #8b8d8f;
        width: 100%;
        padding: 4px 10px 19px 10px;
        display: block;
    }

.meet-doc-social {
    padding-top: 13px;
}

    .meet-doc-social li {
        display: inline;
        position: relative;
        overflow: hidden;
    }

        .meet-doc-social li a i.meetdoc-social-icon {
            background: none;
            padding: 0;
            border-radius: 0px;
            font-size: 17px;
            width: 17px;
        }

        .meet-doc-social li a {
            color: #606060;
            padding: 9px 13px;
            display: inline-block;
            border: 1px solid #e0e0e0;
            border-bottom: 0px;
            border-radius: 6px 6px 0 0;
            margin-right: 10px;
        }

        .meet-doc-social li:last-child a {
            margin-right: 0px;
        }
/*Meet box hover effect*/



.meet-img-wrap {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #0dc0c0;
}

    .meet-img-wrap:after {
        content: '';
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
        transition: opacity 0.5s, transform 0.6s;
        background: rgba(0, 0, 0, 0.79);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 9;
        border-radius: 6px 6px 0 0;
        overflow: hidden;
    }

.meet-doc-box:hover .meet-img-wrap:after {
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
    transition: opacity 0.5s, transform 0.6s;
}

.meet-info-wrap {
}

.doc-info-part {
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
    border-bottom: 4px solid #0dc0c0;
    height: 100%;
}

.meet-doc-box:hover .meet-img-wrap .doc-info-part {
    opacity: 1;
    z-index: 99;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
}

.doc-info-part .prof-button {
    color: #fff;
    border: 0px;
    padding: 6px 15px;
    margin: 0 auto;
    border-radius: 6px 6px 0 0;
    position: absolute;
    display: block;
    bottom: -4px;
    left: 50%;
    background: #0dc0c0;
    margin-left: -53px;
}

    .doc-info-part .prof-button:hover {
        color: #fff;
    }

.doc-info-part .prof-mail {
    display: block;
    color: #0dc0c0;
    font-size: 15px;
    margin: 10px 0 0 0;
    position: relative;
}

    .doc-info-part .prof-mail i {
        font-size: 25px;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }

.doc-info-part p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    padding: 30px 15px 10px 15px;
    text-align: center;
}
/*Effect try*/



.second-eff .meet-doc-social {
    position: absolute;
    display: block;
    width: 100%;
    left: 0%;
    bottom: -53px;
}

.meet-doc-box.second-eff:hover .doc-info-part {
    opacity: 1;
    z-index: 99;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
}

.meet-doc-box.second-eff:hover .meet-img-wrap:after {
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.meet-doc-box.second-eff .doc-info-part {
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    border: 0px solid rgba(48, 149, 192, 0.24);
    height: 84.4%;
    border-bottom: 4px solid #0dc0c0;
}

.meet-doc-box.second-eff .doc-info-part {
}

.meet-doc-box.second-eff:hover .doc-main-info {
    bottom: 0px;
    position: relative;
    background: #fff;
    z-index: 999;
    -webkit-transform: translateY(-52px);
    -moz-transform: translateY(-52px);
    -ms-transform: translateY(-52px);
    transform: translateY(-52px);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
}

.meet-doc-box.second-eff .doc-main-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    background: #fff;
    z-index: 9;
    position: relative;
    transition: .5s;
}

.meet-doc-box.second-eff:hover .meet-doc-social {
}
/*meet -social*/



.meet-doc-social li a:after {
    position: absolute;
    left: 0px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px;
    padding: 11px 14px 11px 14px;
    top: 30px;
    border-radius: 6px 6px 0 0;
    color: #fff;
    transition: .3s;
}

.meet-doc-social li:nth-child(1) a:after {
    content: "\f09a";
    background: #204385;
    padding: 11px 17px 11px 18px;
}

.meet-doc-social li:nth-child(2) a:after {
    content: "\f099";
    background: #27aae1;
}

.meet-doc-social li:nth-child(3) a:after {
    content: "\f0e1";
    background: #03669b;
    padding: 11px 15px 11px 15px;
}

.meet-doc-social li:nth-child(4) a:after {
    content: "\f0d5";
    background: #d2482c;
    padding: 11px 11px 11px 11px;
}

.meet-doc-social li a:hover i {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
}

.meet-doc-social li a i {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0x);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: 0.3s;
}

.meet-doc-social li a:hover:after {
    top: -10px;
    transition: .3s;
}
/*thrd eff*/





.third-eff {
}
    /*-----------------*/

    /***** Hera *****/

    /*-----------------*/



    .third-eff .meet-img-wrap:after {
        display: none;
    }
    /* Common style */

    .third-eff figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 0px 0%;
        height: auto;
        text-align: center;
        cursor: pointer;
        width: 100%;
    }

        .third-eff figure img {
            position: relative;
            display: table;
            opacity: 1;
        }

        .third-eff figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .third-eff figure figcaption::before, .third-eff figure figcaption::after {
                pointer-events: none;
            }

            .third-eff figure figcaption, .third-eff figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                .third-eff figure figcaption:hover {
                    background: rgba(0,0,0,0.79);
                }

        .third-eff figure:hover figcaption:after {
            -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
            transition: opacity 0.5s, transform 0.5s;
            z-index: 2;
        }

        .third-eff figure figcaption:after {
            content: '';
            position: absolute;
            opacity: 0;
            -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
            transition: opacity 0.5s, transform 0.6s;
            background: rgba(0, 0, 0, 0.79);
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            z-index: 1;
            border-radius: 6px 6px 0 0;
            overflow: hidden;
        }
        /* Anchor will cover the whole item by default */

        /* For some effects it will show as a button */

        .third-eff figure figcaption > a {
            z-index: 1000;
            text-indent: 200%;
            white-space: nowrap;
            font-size: 0;
            opacity: 0;
        }

        .third-eff figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .third-eff figure h2 span {
                font-weight: 800;
            }

        .third-eff figure h2, .third-eff figure p {
            margin: 0;
        }

        .third-eff figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }

figure.effect-hera {
    background: #fff;
}

    figure.effect-hera h2 {
        font-size: 158.75%;
    }

    figure.effect-hera h2, figure.effect-hera p {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        z-index: 3;
    }

    figure.effect-hera figcaption::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150px;
        height: 150px;
        border: 2px solid #fff;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
        transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }

    figure.effect-hera p {
        width: 100px;
        text-transform: none;
        font-size: 18px;
        line-height: 2;
    }

        figure.effect-hera p a {
            color: #fff;
            width: 30px;
            height: 30px;
            display: inline-block;
            line-height: 30px;
        }

            figure.effect-hera p a:hover, figure.effect-hera p a:focus {
                opacity: 1;
                color: #0DC0C0;
            }

            figure.effect-hera p a i {
                opacity: 0;
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
            }

            figure.effect-hera p a:first-child i {
                -webkit-transform: translate3d(-60px, -60px, 0);
                transform: translate3d(-60px, -60px, 0);
            }

            figure.effect-hera p a:nth-child(2) i {
                -webkit-transform: translate3d(60px, -60px, 0);
                transform: translate3d(60px, -60px, 0);
            }

            figure.effect-hera p a:nth-child(3) i {
                -webkit-transform: translate3d(-60px, 60px, 0);
                transform: translate3d(-60px, 60px, 0);
            }

            figure.effect-hera p a:nth-child(4) i {
                -webkit-transform: translate3d(60px, 60px, 0);
                transform: translate3d(60px, 60px, 0);
            }

    figure.effect-hera:hover figcaption::before {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
        transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
        z-index: 3;
    }

    figure.effect-hera:hover h2 {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
        transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    }

    figure.effect-hera:hover p i:empty {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); /* just because it's stronger than nth-child */
        opacity: 1;
        z-index: 3;
    }
/*About Tabs Services part*/



.mcare-service-box {
    margin-bottom: 55px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

    .mcare-service-box .mcare-service-title h4 {
        position: relative;
        z-index: 99;
        line-height: 1.2em;
        font-size: 19px;
        letter-spacing: 1px;
        font-weight: 500;
        padding-left: 60px;
        padding-bottom: 5px;
    }

    .mcare-service-box .mcare-service-icon {
        font-size: 30px;
        text-align: left;
        position: absolute;
        top: 10px;
        color: #0dc0c0;
        left: -15px;
        border: 1px solid #0dc0c0;
        border-radius: 6px;
        height: 50px;
        width: 50px;
        overflow: hidden;
    }

        .mcare-service-box .mcare-service-icon:before {
            font-size: 25px;
            margin: 0px;
            height: 50px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            position: absolute;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
        }

    .mcare-service-box:hover .mcare-service-icon:before {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
    }

    .mcare-service-box.ser-box-2 .mcare-service-icon {
        font-size: 30px;
        text-align: left;
        position: absolute;
        top: 5px;
        color: #0dc0c0;
        left: 10px;
        border: 0px solid #0dc0c0;
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

        .mcare-service-box.ser-box-2 .mcare-service-icon:before {
            font-size: 30px;
            margin: 0px;
            text-align: center;
            position: absolute;
            height: 40px;
            width: 40px;
            line-height: 40px;
        }

    .mcare-service-box p {
        text-align: left;
        padding-right: 18px;
        position: relative;
        line-height: 1.8em !important;
        padding-left: 60px;
    }

    .mcare-service-box.ser-box-3 .mcare-service-icon {
        font-size: 30px;
        text-align: left;
        position: absolute;
        top: 5px;
        color: #0dc0c0;
        left: 10px;
        border: 0px solid #0dc0c0;
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

        .mcare-service-box.ser-box-3 .mcare-service-icon:before {
            font-size: 30px;
            margin: 0px;
            text-align: center;
            position: absolute;
            height: 40px;
            width: 40px;
            line-height: 40px;
        }

    .mcare-service-box.ser-box-3 .mcare-service-title h4 {
        padding-left: 50px;
        padding-bottom: 3px;
    }

    .mcare-service-box.ser-box-3 p {
        padding-left: 50px;
        line-height: 1.6em !important;
    }

    .mcare-service-box.ser-box-3 {
        margin-bottom: 45px;
    }

        .mcare-service-box.ser-box-3 .mcare-service-icon:after {
            display: none;
        }

        .mcare-service-box.ser-box-3:hover .mcare-service-icon:before {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transition: -webkit-transform 0s;
            -moz-transition: -moz-transform 0s;
        }

    .mcare-service-box .mcare-service-icon:after {
        font-size: 25px;
        margin: 0px;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        position: absolute;
        left: -1px;
        content: "\e041";
        top: 56px;
        background: #0dc0c0;
        color: #fff;
        border-radius: 6px;
        transition: .3s;
    }

    .mcare-service-box:hover .mcare-service-icon:after {
        top: 0px;
        transition: .3s;
    }
/*Full Width section Department and video*/



.mcare-fullwith-section {
}

.mcare-home-vid {
    min-height: 479px;
    background: url("../images/full-vid-back.html") no-repeat;
    display: block;
    padding: 0 15px;
    z-index: 99;
    position: relative;
}

    .mcare-home-vid h4 {
        font-size: 28px;
        color: #fff;
        text-align: center;
        display: inline-block;
        position: relative;
        line-height: 1.5em;
        text-transform: uppercase;
        width: 100%;
        margin: 150px 0 0 0;
        padding-right: 10%;
    }

        .mcare-home-vid h4 i {
            color: #fff;
            margin-left: 20px;
            font-size: 25px;
            display: inline;
            padding-right: 0px;
        }

        .mcare-home-vid h4 span {
            font-size: 20px;
        }

    .mcare-home-vid i {
        font-size: 65px;
        width: 100%;
        text-align: center;
        color: #9ee4e5;
        display: block;
        margin-top: 30px;
        padding-right: 10%;
    }

.mcare-departments {
    background-color: #f4f4f4;
    min-height: 479px;
    width: 100%;
    padding: 0 15px;
    padding-left: 10%;
}

    .mcare-departments h4.dept-title {
        display: inline-block;
        width: 100%;
        font-size: 30px;
        margin-top: 60px;
        margin-bottom: 40px;
        color: #fff;
        font-weight: 200;
        text-align: left;
    }

.ligth-bg-color.mcare-departments h4.dept-title {
    color: #46494c;
}
/*Video effect slider*/





#intro_video {
    position: relative;
}

.slide.full_width {
    position: relative;
}

.slide {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.ratio_keeper {
    width: 100%;
    min-height: 479px; /*padding-bottom: 71%;*/
}

.video_wrapper {
    background-color: black;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
}

#intro_video .video_wrapper .sizer {
    height: 100%;
    width: 90%;
    margin: 0 auto;
}

.sizer iframe {
    width: 100%;
    height: 100%;
}

#intro_video .sl-slider-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
/*-------------Departments Collapse-------------*/



.department-collapse {
}

    .department-collapse .panel-default > .panel-heading {
        color: #46494c;
        padding: 0px;
    }

    .department-collapse .panel {
        background-color: transparent;
        border-radius: 0px;
        border-left: none;
        box-shadow: none;
        border-right: none;
        border: none;
    }

    .department-collapse .panel-group .panel + .panel {
        margin-top: 0px;
        border-top: none;
    }

    .department-collapse .panel-title > a {
        width: 100%;
        display: block;
        padding: 13px 0;
        border: none;
        box-shadow: none;
        color: #0dc0c0;
        font-size: 16px;
        position: relative;
        padding-left: 40px;
        font-weight: 400;
    }

        .department-collapse .panel-title > a i {
            position: absolute;
            left: 0px;
            color: #0dc0c0;
            top: 9px;
        }

            .department-collapse .panel-title > a i.ion-plus, .department-collapse .panel-title > a i.ion-minus {
                display: inline-block;
                left: 90%;
            }

        .department-collapse .panel-title > a.collapsed i {
            color: #575757;
        }

        .department-collapse .panel-title > a i:before {
            font-size: 23px;
            margin: 0px;
        }

        .department-collapse .panel-title > a.collapsed {
            border-bottom: 1px solid #c6c6c6;
            color: #46494c;
        }

    .department-collapse .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 0px solid #c6c6c6;
        padding: 20px 0 30px 0;
    }

        .department-collapse .panel-default > .panel-heading + .panel-collapse > .panel-body.text-content {
            color: #FFF;
            font-weight: 300;
        }

.accordion-caret a:hover {
    text-decoration: none;
}

    .accordion-caret a:hover span, .accordion-caret a:hover strong {
        text-decoration: underline;
    }

.accordion-caret a:before {
    font-size: 25px;
    vertical-align: -3px;
    position: absolute;
    left: 0px;
    top: 9px;
}

.accordion-caret a:not(.collapsed):before {
    content: "\f209";
    margin-right: 0px;
    transition: .5s;
    font-family: "Ionicons";
    display: inline-block;
    left: 90%;
    color: #0dc0c0;
}

.accordion-caret a.collapsed:before {
    content: "\f218";
    margin-right: 0px;
    transition: .5s;
    font-family: "Ionicons";
    display: inline-block;
    left: 90%;
}
/*----------Mcare News-------------*/



.mcare-news-inner {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 60px;
}

.news-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.date-meta {
    position: absolute;
    width: 50%;
    bottom: 32px;
}

    .date-meta.day-meta {
        left: 0px;
        display: inline-block;
        border-bottom: 3px solid #0dc0c0;
        min-height: 32px;
        bottom: 0px;
    }

        .date-meta.day-meta a {
            background: #0dc0c0;
            padding: 5px 13px;
            right: 0px;
            position: absolute;
            color: #fff;
            font-size: 16px;
            border-radius: 6px 0 0 0;
        }

    .date-meta.year-meta {
        right: 0px;
        display: inline-block;
        border-bottom: 3px solid #414141;
        min-height: 32px;
        bottom: 0px;
    }

        .date-meta.year-meta a {
            background: #414141;
            padding: 5px 13px;
            left: 0px;
            font-size: 16px;
            color: #fff;
            position: absolute;
            border-radius: 0 6px 0 0;
        }

.mcare-news-inner h4 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.foot-meta {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    position: relative;
    background: #dadada;
    margin-bottom: 10px;
}

    .foot-meta span {
        padding: 8px 13px;
        display: inline-block;
    }

    .foot-meta span {
        color: #757575;
        font-size: 14px;
        position: relative;
        font-weight: 500;
    }

        .foot-meta span:after {
            content: '';
            height: 20px;
            width: 1px;
            background: #c5c5c5;
            right: -3px;
            position: absolute;
        }

        .foot-meta span:last-child:after {
            display: none;
        }

        .foot-meta span i {
            color: #0dc0c0;
            margin-right: 10px;
        }

    .foot-meta .readmore a {
        font-size: 14px;
        position: relative;
        font-weight: 500;
        border-right: 1px solid #cccccc;
        padding: 0px 8px 0px 3px;
    }

.top-meta .rightlinkdash span a {
    font-size: 12px;
    position: relative;
    font-weight: 500;
    border-right: 1px solid #337ab7;
    padding: 2px 7px 2px 0px;
}

.top-meta .rightlinkdash span {
    background: #c3c3c3;
    padding-left: 5px;
}

.mcare-news-box {
    padding: 0 13px;
}

    .mcare-news-box p {
        padding-bottom: 15px;
        line-height: 1.4em;
        line-height: 1.6em;
    }

    .mcare-news-box img {
        margin: 0 auto;
        border-radius: 6px 6px 0 0;
    }

.foot-meta span.readmore a {
    color: #0dc0c0;
    transition: .5s;
    position: relative;
}

    .foot-meta span.readmore a:after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -5px;
        top: 2px;
        font-size: 18px;
        transition: .5s;
        opacity: 0;
        color: #0dc0c0;
    }

.foot-meta span.readmore:hover a:after {
    right: -16px;
    opacity: 1;
    transition: .5s;
    color: #0BA0A0;
}

.foot-meta span.readmore:hover a {
    color: #0BA0A0;
    transition: .5s;
}

.mcare-news-box:hover a img {
}

.mcare-news-box em::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);

  background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);*/
    background: rgba(13, 192, 192, 0.55);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    transition: .5s;
}

.mcare-news-box em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: .5s;
}

.mcare-news-box:hover em::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .5s;
}

.mcare-news-box em:after {
    position: absolute;
    content: '\f0c1';
    font: normal normal normal 14px/1 FontAwesome;
    top: 30px;
    font-size: 35px;
    color: rgba(255, 255, 255, 0.8);
    left: 50%;
    margin-left: -20px;
    transition: .5s;
    opacity: 0;
}

.mcare-news-box:hover em::after {
    top: 50%;
    transition: .5s;
    opacity: 1;
    margin-top: -15px;
}
/*Seperators*/

.sep-section::before, .sep-section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
/*.ss-style-triangles::before,
.ss-style-triangles::after {
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}



.ss-style-triangles::after {
    bottom: -85px;
    z-index: 3;
    background: inherit;
    background: #fff;
}*/



/*---------Counter part----------*/



.counter-box {
    margin: auto;
    display: block;
    width: 100%;
    min-height: 120px;
    text-align: center;
}

.counter-icon {
    width: 83px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    height: 83px;
    background: rgba(255, 255, 255, 0.44);
    line-height: 83px;
    border-radius: 50%;
    display: inline-block;
    transition: .5s;
}

    .counter-icon:before {
        font-size: 40px;
        margin: 0px;
    }

.counter-style {
    line-height: 1.3em;
    color: #fff;
    font-size: 34px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    display: block;
    position: relative;
}

.counter-lable {
    line-height: 1.8em;
    width: 100%;
    color: #ededed;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 10px;
    display: inline-block;
}

.counter-style:after {
    content: '';
    width: 75px;
    border-bottom: 1px dashed #fff;
    height: 1px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -37px;
}

.full-conter-wrap .counter-inner {
    padding-top: 83px;
    padding-bottom: 83px;
}

.counter-box:hover .counter-icon {
    transition: .5s;
    background: #0dc0c0;
}

.counter-text {
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(13, 192, 192, 0.72);
    padding-right: 15px;
    padding-left: 15%;
    padding-top: 50px;
    padding-bottom: 45px;
    min-height: 375px;
}

    .counter-text h4 {
        font-size: 26px;
        color: #fff;
        margin-top: 24px;
    }

    .counter-text p {
        color: #fff;
        padding-top: 20px;
        line-height: 1.5em;
        margin-bottom: 35px;
    }
/*Testimonial*/



.mcare-testimonial-wrap h2 span {
    font-weight: 600;
}

.testimonial-inner {
    padding-top: 50px;
    padding-bottom: 60px;
}

    .testimonial-inner p {
        text-align: center;
        font-size: 16px;
        padding: 10px 60px 0 60px;
        line-height: 1.6em;
        position: relative;
    }

        .testimonial-inner p:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f10d";
            position: absolute;
            font-size: 35px;
            color: #d1d1d1;
            left: 0;
            top: 0;
        }

        .testimonial-inner p:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f10e";
            position: absolute;
            font-size: 35px;
            color: #d1d1d1;
            right: 0;
            top: 0;
        }

.testi-meta {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 50px 150px 0 150px;
    position: relative;
    margin-bottom: 30px;
}

    .testi-meta:after, .testi-meta:before {
        top: 99%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .testi-meta:after {
        top: 98%;
    }

    .testi-meta:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 25px;
        margin-left: -26px;
    }

    .testi-meta:before {
        border-color: rgba(214, 214, 214, 0);
        border-top-color: #d6d6d6;
        border-width: 26px;
        margin-left: -27px;
    }

    .testi-meta .testi-author {
        float: left;
        font-size: 16px;
        border-bottom: 1px solid #d6d6d6;
        width: 50%;
        padding-bottom: 15px;
        padding-left: 25px;
        color: #0dc0c0;
    }

    .testi-meta .testi-desig {
        float: right;
        font-size: 16px;
        border-bottom: 1px solid #d6d6d6;
        width: 50%;
        padding-bottom: 15px;
        text-align: right;
        padding-right: 25px;
    }

.testimonial-inner img {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.mcare-testimonial-wrap .owl-carousel .owl-item img {
    width: inherit;
}

.mcare-testimonial-wrap .owl-carousel2 {
    background: url(../images/ipad-testi.png) no-repeat bottom center;
    background-size: 100%;
}
/*Clents*/



.mcare-client-wrap {
}

.mcare-client-outer {
    background: #efefef;
    padding: 25px 0;
}

.client-box img {
    width: inherit;
}

.client-inner {
    cursor: all-scroll;
}
/*main-footer*/



footer {
    width: 100%;
    display: block;
    float: left;
}

.main-footer {
    background: #337ab7;
    /*background:#b3cbde url(https://www.cloudheroes.com/wp-content/uploads/2016/02/CH-Email-footer-image-final.jpg) 100% 100%;*/
    width: 100%;
    padding-top: 17px;
    padding-bottom: 0px;
    display: block;
    float: left;
    border-bottom: 1px solid #181a1f;
}

.sub-footer {
    background: #2a2f39;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    float: left;
    border-top: 1px solid #272b32;
}
/*Foot box1*/



.mcare-foot-about, .mcare-foot-address, .mcare-foot-tweets {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

    .mcare-foot-about img.foot-logo {
        display: block;
    }

    .mcare-foot-about p {
        font-size: 14px;
        padding-top: 0px;
        line-height: 1.5em;
        padding-left: 0px !important;
    }

.foot-subscribe {
    position: relative;
    display: block;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

    .foot-subscribe input.subscribe-text {
        border: 1px solid #424853;
        box-shadow: none;
        border-radius: 0px;
        position: relative;
        background: #1e2127;
        width: 77%;
        float: left;
        outline: none;
        padding: 8px 15px 8px 40px;
        color: #424853;
    }

    .foot-subscribe i {
        font-size: 18px;
        color: #565c68;
        left: 12px;
        position: absolute;
        float: left;
        z-index: 9;
        margin-top: 10px;
    }

    .foot-subscribe .subscribe-button {
        background: #424853;
        border: none;
        box-shadow: none;
        border-radius: 0px;
        color: #fff;
        font-size: 13px;
        padding: 10px 0px;
        width: 23%;
        float: left;
        outline: none;
        transition: .5s;
    }

        .foot-subscribe .subscribe-button:hover {
            background: #0dc0c0;
            transition: .5s;
        }



::-webkit-input-placeholder {
    color: #565d68;
}



:-moz-placeholder { /* Firefox 18- */
    color: #565d68;
}



::-moz-placeholder { /* Firefox 19+ */
    color: #565d68;
}



:-ms-input-placeholder {
    color: #565d68;
}
/*Foot box2*/



.mcare-foot-address {
    /*background: url(../images/foot-map.png) no-repeat center bottom 32px;*/
}

.main-footer h4 {
    color: #000000;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #565d68;
    font-weight: 500;
    margin-top: 0px;
    position: relative;
}

    .main-footer h4:after {
        width: 70px;
        height: 1px;
        background: #0dc0c0;
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0px;
    }

.main-footer p i {
    position: absolute;
    font-size: 18px;
    color: #858d91;
    top: 2px;
    left: 0px;
}

.main-footer p {
    position: relative;
    padding-bottom: 10px;
    padding-left: 35px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
}

.mcare-foot-address p a {
    color: #979797;
    transition: .5s;
}

    .mcare-foot-address p a:hover {
        color: #0dc0c0;
        transition: .5s;
    }
/*Footer box 3*/



.mcare-foot-tweets {
}

    .mcare-foot-tweets a {
        color: #2196f3;
    }

.mcare-foot-appform input, .mcare-foot-appform textarea {
    border: 1px solid #424853;
    box-shadow: none;
    border-radius: 0px;
    position: relative;
    background: #1e2127;
    width: 100%;
    /*float: left;*/
    outline: none;
    padding: 6px 15px 6px 25px;
    color: #424853;
    margin-bottom: 15px;
    transition: .2s;
}

    .mcare-foot-appform input:focus, .mcare-foot-appform textarea:focus {
        border-color: #636D7C;
        transition: .2s;
    }

.mcare-foot-appform textarea {
    padding: 13px 15px 12px 15px;
}

.mcare-foot-appform button {
    background: #424853;
    border: none;
    color: #fff;
    padding: 5px 9px;
    position: absolute;
    bottom: 20px;
    right: 15px;
    transition: .5s;
    font-size: 14px;
}

    .mcare-foot-appform button:hover {
        background: #0dc0c0;
        transition: .5s;
    }

.mcare-foot-tweets p span {
    padding-top: 10px;
    display: block;
    transition: .5s;
}

.mcare-foot-tweets p:hover span {
    color: #0dc0c0;
    transition: .5s;
}
/*Sub Footer*/



.sub-footer p {
    font-size: 12px;
    margin-bottom: 0px;
    padding: 5px 0;
    color: #ffffff;
    letter-spacing: 1px;
}

    .sub-footer p a {
        color: #fff;
        transition: .3s;
        text-decoration: underline;
        padding: 0px 10px;
    }

        .sub-footer p a:hover {
            color: #000;
            transition: .3s;
            text-decoration: underline;
        }

.foot-social {
    list-style-type: none;
    text-align: right;
}

    .foot-social li {
        display: inline-block;
    }

        .foot-social li a {
            color: #ffffff;
            font-size: 20px;
            padding: 0 15px;
            transition: .3s;
        }

            .foot-social li a:hover {
                color: #2196f3;
                transition: .3s;
            }
/*-----------------------------------------------------------Inner Pages----------------------------------------------------------*/



.inner h2 {
    font-weight: 400;
}
/*-----------------------------------------------------------About Us-------------------------------------------------------------*/





.mcare-inner-header {
    width: 100%;
    display: block;
    float: left;
    background: url("../img/bread-back.jpg") no-repeat;
    padding: 15px 0;
    background-size: cover;
    margin-bottom: 1px;
}

    .mcare-inner-header h1 {
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: 300;
        margin: 0px 0 10px 0;
        font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
        letter-spacing: 1px;
    }

    .mcare-inner-header .crumbs {
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 10px;
    }

        .mcare-inner-header .crumbs span {
            font-size: 15px;
            color: #fff;
            padding-right: 35px;
            position: relative;
        }

            .mcare-inner-header .crumbs span a {
                color: #fff;
            }

            .mcare-inner-header .crumbs span:after {
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f105";
                right: 8px;
                top: 4px;
                font-size: 13px;
                background: #fff;
                color: #333;
                border-radius: 50%;
                height: 14px;
                position: absolute;
                width: 14px;
                line-height: 14px;
                text-align: center;
            }

            .mcare-inner-header .crumbs span:last-child:after {
                display: none;
            }

            .mcare-inner-header .crumbs span:last-child {
                padding-right: 0px;
            }
/*About Content*/



.mcare-aboutus-content h2 {
    margin: 0 0 20px 0;
}

.mcare-aboutus-content p {
    padding: 15px 0;
    margin: 0px;
    line-height: 1.6em;
    padding-right: 48px;
}

.owl-carousel4 .owl-thumb-item img {
    width: 80px;
    height: auto;
}

.owl-carousel4 .owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: 1;
    outline: none;
    margin-right: 10px;
    transition: .5s;
    box-shadow: 0 0 0 1px rgba(13, 192, 192, 0.48);
}

    .owl-carousel4 .owl-thumb-item.active {
        opacity: 1;
        box-shadow: 0px 0px 0px 2px #0dc0c0;
        transition: .5s;
        position: relative;
    }

.owl-carousel4 .owl-thumbs {
    top: 15px;
    position: relative;
    text-align: center;
}

.owl-carousel4 .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    top: 32%;
    margin-top: 17px;
    overflow: hidden;
}

    .owl-carousel4 .owl-controls .owl-nav .owl-next {
        right: -25px;
        margin: 0px;
    }

    .owl-carousel4 .owl-controls .owl-nav .owl-prev {
        left: -25px;
        margin: 0px;
    }

        .owl-carousel4 .owl-controls .owl-nav .owl-prev:before, .owl-carousel4 .owl-controls .owl-nav .owl-next:before {
            font-family: FontAwesome;
            width: 40px;
            height: 55px;
            background: rgba(13, 192, 192, 0.66);
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border: 0px solid #e1e1e1;
            color: #fff;
            text-align: center;
            line-height: 55px;
            display: block;
        }

.owl-carousel4 .owl-item img {
    margin: 0 auto;
    width: 100%;
}
/*Caps Design*/



.caps-one {
    display: block;
    color: #fff;
    font-size: 23px;
    text-align: center;
    background-color: #2196f3;
    float: left;
    margin: 7px 15px 0 0;
    padding: 18px 19px;
}
/*About us team*/



.about section.mcare-text-ibox1-wrap {
    padding-top: 65px;
    padding-bottom: 90px;
}

.mcare-aboutus-team {
    background-image: url("../images/photo.jpg");
}

    .mcare-aboutus-team h2 {
        margin-top: 75px;
        margin-bottom: 321px;
    }

        .mcare-aboutus-team h2 span {
            font-weight: 600;
        }

        .mcare-aboutus-team h2.mcare-h2:after {
            color: #C1C1C1;
            background: rgba(255, 255, 255, 0.04);
        }

.mcare-aboutus-team-content {
    width: 100%;
    float: left;
    display: block;
    margin-top: -256px;
    padding-bottom: 45px;
}
/*About info*/



.aboutus-info-wrap {
}

.aboutus-info-inner h4 {
    font-size: 22px;
    line-height: 1.3em;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-bottom: 15px;
}

    .aboutus-info-inner h4:after {
        width: 90px;
        height: 3px;
        background: #0dc0c0;
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0px;
    }
/*Accordion about*/



.aboutus-info-inner .panel-group {
    padding-top: 35px;
}

    .aboutus-info-inner .panel-group .panel {
        margin-bottom: 0px;
        border-radius: 0px;
        border: none;
    }

        .aboutus-info-inner .panel-group .panel + .panel {
            margin-top: 0px;
        }

.aboutus-info-inner .panel-default > .panel-heading {
    color: #46494c;
    background-color: rgba(255, 255, 255, 0);
    padding: 0px 0px;
    border: 0px solid #0dc0c0;
    border-radius: 0px;
    border-top: 0px;
}

.aboutus-info-inner .panel-default:first-child > .panel-heading {
    border-top: 0px solid #0dc0c0;
    border-radius: 6px 6px 0 0;
}

.aboutus-info-inner .panel-default:last-child > .panel-heading {
    border-radius: 0 0 0px 0px;
}

.aboutus-info-inner .panel-title {
    font-size: 16px;
    margin: 0px;
    border: none;
    padding-bottom: 0px;
}

    .aboutus-info-inner .panel-title:after {
        display: none;
    }

.aboutus-info-inner .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #0dc0c0;
    border-radius: 0px;
    margin-top: 0px;
    border-bottom: 0px;
}

.aboutus-info-inner .panel-default .panel-body p {
    margin-bottom: 0px;
}

.aboutus-info-inner .panel-default:last-child > .panel-heading + .panel-collapse > .panel-body {
    border-bottom: 1px solid #0dc0c0;
}

.aboutus-info-inner .panel-title > a {
    width: 100%;
    display: block;
    padding: 14px 0;
    border: none;
    box-shadow: none;
    font-size: 15px;
    position: relative;
    padding-left: 55px;
    font-weight: 400;
    background: #0dc0c0;
    color: #fff;
    transition: .5s;
    border: 1px solid #0dc0c0;
    border-bottom: 0px;
}

.aboutus-info-inner .panel-default:first-child > .panel-heading .panel-title > a {
    border-radius: 6px 6px 0 0;
}

.aboutus-info-inner .panel-default:last-child > .panel-heading .panel-title > a {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #0dc0c0;
}

.aboutus-info-inner .panel-default:last-child > .panel-heading .panel-title > a {
    border-radius: 0 0 0px 0px;
}

    .aboutus-info-inner .panel-default:last-child > .panel-heading .panel-title > a.collapsed {
        border-radius: 0 0 6px 6px !important;
    }

.aboutus-info-inner .panel-default:last-child .panel-body {
    border-radius: 0 0 6px 6px !important;
}

.aboutus-info-inner .panel-default:first-child .panel-title > a {
    border-radius: 5px 5px 0 0;
}

.aboutus-info-inner .panel-default:last-child .panel-title > a {
    border-radius: 0 0 0 0;
}

.aboutus-info-inner .panel-title > a.collapsed {
    background: none;
    color: #46494c;
    transition: .5s;
}

    .aboutus-info-inner .panel-title > a.collapsed:before {
        color: #46494c;
    }

    .aboutus-info-inner .panel-title > a.collapsed i {
        position: absolute;
        left: -0px;
        padding: 12px 15px;
        top: 0px;
        border-radius: 0px 0 0 0;
        color: #0dc0c0;
    }

.aboutus-info-inner .panel-title > a i {
    position: absolute;
    left: -0px;
    padding: 12px 15px;
    top: 0px;
    border-radius: 0px 0 0 0;
    color: #fff;
}
    /*.aboutus-info-inner .panel-default:first-child .panel-title > a i{

border-radius: 6px 0 0 0;

}

.aboutus-info-inner .panel-default:last-child .panel-title > a i{

border-radius: 0px 0 0 6px;

}*/

    .aboutus-info-inner .panel-title > a i:before {
        margin-left: 0px;
        font-size: 24px;
    }

.aboutus-info-inner .accordion-caret a.collapsed:before {
    content: "\f218";
    margin-right: 0px;
    transition: .5s;
    font-family: "Ionicons";
    display: inline-block;
    left: 93%;
    font-size: 16px;
    top: 12px;
    color: #0dc0c0;
}

.aboutus-info-inner .accordion-caret a:not(.collapsed):before {
    content: "\f209";
    margin-right: 0px;
    transition: .5s;
    font-family: "Ionicons";
    display: inline-block;
    left: 93%;
    font-size: 16px;
    color: #fff;
}
/*About page tabs*/



.aboutus-info-inner .tabpanel-about-page {
    padding-top: 1px;
}

.aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner {
    display: table;
    margin: 0px 0 0 0;
    border-bottom: none;
    margin: 0px 0 1px 0;
}

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
        color: #fff !important;
        border-radius: 6px 6px 0 0 !important;
        background: #2196f3 !important;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a {
        background: #F5F5F5;
        border-radius: 6px 6px 0 0 !important;
        border: 0px solid #0dc0c0;
        color: #46494c;
    }

        .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a:after {
            width: 0;
            height: 0;
            border-bottom: 36px solid #F5F5F5;
            border-right: 19px solid transparent;
            position: absolute;
            content: '';
            top: 4px;
            right: -19px;
            transition: .5s;
        }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a:after {
        width: 0;
        height: 0;
        border-bottom: 38px solid #2196f3;
        border-right: 19px solid transparent;
        position: absolute;
        content: '';
        top: 3px;
        right: -18px;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a:hover:after {
        width: 0;
        height: 0;
        border-right: 19px solid transparent;
        border-bottom: 38px solid #2196f3;
        position: absolute;
        content: '';
        top: 3px;
        right: -18px;
        transition: .5s;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a:hover:after {
        width: 0;
        height: 0;
        border-right: 19px solid transparent;
        border-bottom: 36px solid #f5f5f5;
        position: absolute;
        content: '';
        top: 4px;
        right: -19px;
        transition: .5s;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a, .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
        color: #46494c;
        font-size: 15px;
        padding: 9px 15px 10px 40px;
        border: none;
        transition: .5s;
    }

.aboutus-info-inner.mcare-aboutclinic-tabs .tab-content {
    padding: 15px;
    border: 1px solid #2196f3;
    border-radius: 0 6px 6px 6px;
    float: left;
}

    .aboutus-info-inner.mcare-aboutclinic-tabs .tab-content img {
    }

.aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li:first-child {
    margin-left: 0px;
}

.aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li {
    border-radius: 6px 6px 0 0 !important;
    margin-left: 18px;
}

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active i.mcare-tab-icon, .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active i.mcare-tab-icon:focus {
        color: #fff;
        transition: .5s;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li i.mcare-tab-icon {
        position: absolute;
        left: 14px;
        display: inline-block;
        color: #0dc0c0;
        font-size: 16px;
        top: 8px;
        width: inherit;
    }

        .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li i.mcare-tab-icon:before {
            margin-left: 0px;
            font-size: 18px;
        }

.about-tab-img {
    float: left;
    width: 165px;
    margin: 0 15px 10px 0;
}

.about-tabs-list {
    padding-top: 9px;
    padding-bottom: 7px;
}

    .about-tabs-list li {
        list-style-type: none;
        position: relative;
        padding: 7px 0 7px 30px;
        color: #979797;
    }

        .about-tabs-list li:before {
            content: "\e031";
            font-size: 20px;
            position: absolute;
            left: 0px;
            top: 4px;
            font-family: Flaticon;
            color: #0dc0c0;
        }

.block-one {
    padding-left: 25px;
    border-left: 5px solid #0dc0c0;
    background: #1ADBDB;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.block-two {
    padding-left: 25px;
    border-left: 5px solid #2384c6;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*About caction social*/



.caction-social {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    background: #212121;
}

    .caction-social .caction-social-icons {
        padding: 40px 0px;
    }

        .caction-social .caction-social-icons li {
            margin-right: 0px;
            display: inline;
        }

            .caction-social .caction-social-icons li:last-child a {
                border: none;
            }

            .caction-social .caction-social-icons li a {
                color: #fff;
                font-size: 21px;
                padding: 0px 50px;
                border-right: 1px solid #585858;
            }

    .caction-social.try-two {
        width: 100%;
        height: 100%;
        float: left;
        text-align: center;
        background: #212121;
    }

        .caction-social.try-two .caction-social-icons {
            padding: 0px 0px;
            float: left;
            width: 100%;
        }

            .caction-social.try-two .caction-social-icons li span {
                margin-right: 0px;
                width: 11.111111%;
                float: left;
            }

                .caction-social.try-two .caction-social-icons li span a {
                    color: #fff;
                    font-size: 21px;
                    padding: 40px 15px;
                    display: block;
                }

    .caction-social .caction-social-icons li span a {
        border-right: 0px;
    }

    .caction-social.try-two .caction-social-icons li:nth-child(odd) span {
        background-color: #0dc0c0;
    }

    .caction-social.try-two .caction-social-icons li:nth-child(even) span {
        background-color: #0DB7B7;
    }

.caction1-text.try-two em {
    font-size: 19px;
    font-style: normal;
    color: #A0A0A0;
}

.caction1-text.try-two {
    line-height: 1.6em;
    margin-bottom: 30px;
}
/*About testi*/





.about-testi-box {
    float: left;
}

    .about-testi-box p {
        margin-bottom: 20px;
        border: 1px solid #D1D1D1;
        padding: 15px;
        float: left;
        position: relative;
        padding: 15px 15px 15px 65px;
    }

        .about-testi-box p i {
            position: absolute;
            font-size: 30px;
            left: 15px;
            top: 15px;
            color: rgba(13, 192, 192, 0.19);
        }

        .about-testi-box p:after {
            width: 0;
            height: 0;
            border-top: 36px solid #FFFFFF;
            border-left: 18px solid transparent;
            position: absolute;
            content: '';
            bottom: -33px;
            left: 85px;
        }

        .about-testi-box p:before {
            width: 0;
            height: 0;
            border-top: 35px solid #D1D1D1;
            border-left: 22px solid transparent;
            position: absolute;
            content: '';
            bottom: -35px;
            left: 82px;
        }

.about-testi-img {
    float: left;
}

.about-testi-meta {
    padding-left: 25px;
    padding-top: 10px;
    display: inline-block;
}

    .about-testi-meta h5 {
        font-weight: 600;
        font-size: 16px;
    }

    .about-testi-meta span {
        font-weight: 400;
        font-size: 15px;
        background-color: #0dc0c0;
        color: #fff;
        padding: 4px 10px;
    }

.about-testimonial {
    padding-top: 90px;
}

    .about-testimonial .about-pg-2 {
        padding-top: 90px;
    }

    .about-testimonial .owl-carousel5 {
        cursor: all-scroll;
    }

    .about-testimonial .owl-thumbs {
        text-align: center;
        padding-top: 35px;
    }

    .about-testimonial .owl-thumb-item img {
        display: none;
    }

    .about-testimonial .owl-thumb-item {
        box-shadow: none;
        border: none;
        height: 12px;
        width: 12px;
        background-color: #ccc;
        border-radius: 50%;
        margin-right: 8px;
        text-indent: -9999px;
        outline: none;
    }

        .about-testimonial .owl-thumb-item.active {
            background-color: #0dc0c0;
        }
/*About us second page*/





.aboutus2-tabs {
    margin-top: 90px;
    display: block;
    float: left;
}

    .aboutus2-tabs ul {
        display: table;
        margin: -50px auto 0 auto;
        border-bottom: none;
        padding-bottom: 0px;
        position: relative;
    }

    .aboutus2-tabs .nav-tabs > li.active > a {
    }

    .aboutus2-tabs .nav-tabs > li > a {
        border: none;
        margin-right: 45px;
    }

    .aboutus2-tabs .nav-tabs > li:last-child > a {
        margin-right: 0px;
    }

    .aboutus2-tabs .nav-tabs > li.active > a, .aboutus2-tabs .nav-tabs > li.active > a:hover, .aboutus2-tabs .nav-tabs > li.active > a:focus {
        border-bottom: 1px solid #0dc0c0;
        border-radius: 0px;
    }

    .aboutus2-tabs .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd;
        border: none;
    }

    .aboutus2-tabs .nav > li > a:hover, .aboutus2-tabs .nav > li > a:focus {
        text-decoration: none;
        background-color: #fff;
    }

    .aboutus2-tabs .tab-content {
        padding-top: 50px;
        float: left;
    }

    .aboutus2-tabs img {
        float: left;
        margin: 0 15px 35px 0;
        width: 100%;
    }

    .aboutus2-tabs .tab-content h4 {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .aboutus2-tabs .tab-content p {
        line-height: 1.6em;
        padding-right: 30px;
        margin-bottom: 5px;
    }

    .aboutus2-tabs .nav > li > a {
        color: #ccc;
    }

        .aboutus2-tabs .nav > li > a i {
            color: #ccc;
            width: 100%;
            text-align: center;
        }

            .aboutus2-tabs .nav > li > a i:before {
                margin: 0px;
                font-size: 35px;
            }

    .aboutus2-tabs .nav > li.active > a {
        color: #0dc0c0;
    }

        .aboutus2-tabs .nav > li.active > a i {
            color: #0dc0c0;
        }

    .aboutus2-tabs .mcare-text-ibox2 {
        padding: 15px 0;
    }

    .aboutus2-tabs .tab-content p {
        line-height: 1.6em;
        padding-right: 0px;
        padding-left: 0px;
    }

    .aboutus2-tabs .tab-content #aboutus2messages p {
        padding-left: 60px;
    }
/*Progress bars*/



.mcare-progressbars label {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 1px;
    padding-left: 65px;
    padding-top: 4px;
}

.mcare-progressbars .progress-box {
    position: relative;
}

    .mcare-progressbars .progress-box span {
        position: absolute;
        top: 0px;
        color: #fff;
        background: #0dc0c0;
        padding: 6px 6px;
        border-radius: 6px 6px 0 0;
        left: 10px;
    }

.mcare-progressbars .progress {
    height: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.mcare-progressbars .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 7px;
    color: #fff;
    text-align: center;
    background-color: #0dc0c0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
/*About 2 icon box*/



.aboutus2-tabs .about-ibox1 .mcare-text-ibox2 .ibox2-content {
    padding-top: 15px;
    line-height: 1.6em;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0px;
}

.aboutus2-tabs .about-ibox1 .ibox2-icon i:nth-child(1):before {
    color: #fff;
    font-size: 35px;
    margin: 0px;
    position: relative;
    z-index: 2;
    padding: 0px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: block;
}

.aboutus2-tabs .about-ibox1 .ibox2-icon i {
    position: relative;
    display: inline-block;
    background: #0dc0c0;
    border-radius: 50%;
    padding: 5px;
}

.about-ibox1, .about-ibox2, .about-ibox3, .about-ibox4 {
    margin-bottom: 25px;
    display: inline-block;
}

.aboutus2-tabs .about-ibox2 .mcare-text-ibox2 {
    border: none;
}

.aboutus2-tabs .about-ibox2 .ibox2-icon i:nth-child(1):before {
    color: #0dc0c0;
    font-size: 35px;
    margin: 0px;
    position: relative;
    z-index: 2;
    padding: 0px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: block;
}

.aboutus2-tabs .about-ibox2 .ibox2-icon i {
    position: relative;
    display: inline-block;
    background: rgba(13, 192, 192, 0);
    border: 1px solid #0dc0c0;
    border-radius: 50%;
    padding: 5px;
    transition: all 300ms linear 0s;
}

.aboutus2-tabs .about-ibox2 .mcare-text-ibox2:hover .ibox2-icon i {
    background: #0dc0c0;
    transition: all 300ms linear 0s;
}

    .aboutus2-tabs .about-ibox2 .mcare-text-ibox2:hover .ibox2-icon i:before {
        color: #fff;
        transition: all 300ms linear 0s;
    }

.aboutus2-tabs .about-ibox2 p {
    padding-right: 10px !important;
}

.aboutus2-tabs .about-ibox3 .mcare-text-ibox2 {
    border: none;
}

.aboutus2-tabs .about-ibox3 .ibox2-icon i:nth-child(1):before {
    color: #fff;
    font-size: 35px;
    margin: 0px;
    position: relative;
    z-index: 2;
    padding: 0px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: block;
}

.aboutus2-tabs .about-ibox3 .ibox2-icon i {
    position: relative;
    display: inline-block;
    background: rgb(13, 192, 192);
    border: 1px solid #0dc0c0;
    border-radius: 50%;
    padding: 5px;
}

.aboutus2-tabs .about-ibox4 .mcare-text-ibox2 {
    border: none;
}

.aboutus2-tabs .about-ibox2 p {
    padding-right: 10px !important;
}
/*about-two img*/



.about2-tabs-img {
    padding-top: 80px;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .about2-tabs-img img {
        margin: 0 auto;
    }

.mcare-aboutus2-content {
    padding-bottom: 0px;
}
/*About two main ibox*/



.about-two-main-ibox {
    width: 100%;
    float: left;
    margin-bottom: 45px;
    padding-top: 0px;
    background: #0dc0c0;
    padding: 45px 0;
}

    .about-two-main-ibox .about-ibox2 .mcare-text-ibox2 {
        border: none;
    }

    .about-two-main-ibox .about-ibox2 .ibox2-icon i:nth-child(1):before {
        color: #0dc0c0;
        font-size: 35px;
        margin: 0px;
        position: relative;
        z-index: 2;
        padding: 0px;
        height: 92px;
        width: 92px;
        line-height: 92px;
        display: block;
    }

    .about-two-main-ibox .about-ibox2 h4 {
        color: #fff;
    }

    .about-two-main-ibox .about-ibox2 .ibox2-icon i {
        position: relative;
        display: inline-block;
        background: rgba(13, 192, 192, 0);
        border: 0px solid #FFFFFF;
        border-radius: 50%;
        padding: 0px;
        transition: all 300ms linear 0s;
    }

    .about-two-main-ibox .about-ibox2 .mcare-text-ibox2:hover .ibox2-icon i {
        background: #0dc0c0;
        transition: all 300ms linear 0s;
        color: #fff;
    }

    .about-two-main-ibox .about-ibox2 .mcare-text-ibox2 .ibox2-icon i:before {
        color: #fff;
    }

    .about-two-main-ibox .about-ibox2 .mcare-text-ibox2:hover .ibox2-icon i:before {
        color: #fff;
        transition: all 300ms linear 0s;
    }

    .about-two-main-ibox .about-ibox2 p {
        padding-right: 10px !important;
        color: #fff;
    }

    .about-two-main-ibox .about-ibox2 {
        margin-bottom: 0px;
        margin-top: 25px;
    }
/*Icon box hover effect*/



/* Effect 4 */



.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

    .hi-icon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0px;
    }

    .hi-icon:before {
        speak: none;
        font-size: 48px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased;
    }

.hi-icon-effect-4 .hi-icon {
    width: 92px;
    height: 92px;
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
}

    .hi-icon-effect-4 .hi-icon:before {
        line-height: 92px;
    }

    .hi-icon-effect-4 .hi-icon:after {
        top: -4px;
        left: -4px;
        padding: 0;
        z-index: 10;
        border: 4px dashed #fff;
    }

.about-two-main-ibox .about-ibox2 .mcare-text-ibox2:hover .hi-icon-effect-4 .hi-icon {
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
    color: #fff;
}
/* Effect 4b */

.about-two-main-ibox .about-ibox2 .mcare-text-ibox2:hover .hi-icon-effect-4b .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}

    .about-two-main-ibox .about-ibox2 .mcare-text-ibox2:hover .hi-icon-effect-4b .hi-icon:after {
        -webkit-animation: spinAround 9s linear infinite;
        -moz-animation: spinAround 9s linear infinite;
        animation: spinAround 9s linear infinite;
    }

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*About box 2 try 2*/



.about-two-main-ibox .about-ibox2.about-ibox2-try2 .mcare-text-ibox2 .ibox2-icon i:before {
    color: #0DC0C0;
    background: #fff;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    line-height: 80px;
    border-radius: 50%;
    margin-top: 6px;
}
/*About 2 meet team*/



.about2-meet-team-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
}

.about2-meeteam-box {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 35px;
    margin-top: 45px;
}

.about2-meet-team-wrap .about2-meeteam-box img {
    float: left;
    width: 180px;
}

.about2-meeteam-meta {
    position: relative;
    padding-left: 220px;
    padding-top: 20px;
}

    .about2-meeteam-meta h4 {
        line-height: 1.6em;
        font-weight: 500;
        position: relative;
        margin-bottom: 35px;
        padding-bottom: 15px;
        border-bottom: 1px solid #E6E6E6;
    }

        .about2-meeteam-meta h4 span {
            font-size: 15px;
            font-weight: 400;
        }

        .about2-meeteam-meta h4:after {
            width: 60px;
            height: 3px;
            background: #0dc0c0;
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0px;
        }

.about2-meeteam-img-wrap {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    height: 230px;
}

.about2-meeteam-social {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: -45px;
    background: rgba(13, 192, 192, 0.83);
    transition: .5s;
    opacity: 0;
    bottom: 0px;
}

.about2-meeteam-box:hover .about2-meeteam-social {
    transition: .5s;
    opacity: 1;
    margin-bottom: 0px;
}

.about2-meeteam-social li {
    display: inline;
}

    .about2-meeteam-social li a {
        font-size: 18px;
        padding: 10px 12px;
        display: inline-block;
        border-right: 1px solid #EEE;
        color: #fff;
        position: relative;
        z-index: 999;
    }

    .about2-meeteam-social li:last-child a {
        border: none;
    }
/*Team Trys*/



.about2-meet-team-wrap .owl-thumb-item {
    box-shadow: none;
    border: none;
    height: 12px;
    width: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 8px;
    outline: none;
    text-indent: -9999px;
}

    .about2-meet-team-wrap .owl-thumb-item.active {
        background-color: #0dc0c0;
    }

.about2-meet-team-wrap .owl-thumbs {
    text-align: center;
    padding-top: 0px;
}

.about2-meeteam-social-para {
    position: relative;
    overflow: hidden;
}

    .about2-meeteam-social-para .about2-meeteam-social {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: -73px;
        background: rgba(13, 192, 192, 0.83);
        transition: .5s;
        opacity: 0;
        bottom: 0px;
    }

.about2-meeteam-box:hover .about2-meeteam-social-para .about2-meeteam-social {
    transition: .5s;
    opacity: 1;
    margin-bottom: 0px;
}

.about2-meeteam-social-para .about2-meeteam-social li a {
    padding: 0px 0px;
    border-right: 0px solid #EEE;
    margin: 14px 0;
    background: #fff;
    color: #0DC0C0;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
    opacity: 0;
}

.about2-meeteam-social-para .about2-meeteam-social li:last-child a {
    margin-right: 0px;
}

.about2-meeteam-box:hover .about2-meeteam-social-para .about2-meeteam-social li a {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
    opacity: 1;
}
/*About2 services */





.mcare-about2-services-wrap {
    background-image: url("../images/photo.jpg");
}

.mcare-about2-services-inner {
    padding: 20px 0 15px 0;
    width: 100%;
    float: left;
    height: 100%;
}

    .mcare-about2-services-inner h2 {
        margin-bottom: 60px;
    }

.para-overlay-light h2.mcare-h2:after {
    color: #C1C1C1;
    background: rgba(255, 255, 255, 0.04);
}

.mcare-about2-services-inner .mcare-service-box p {
    color: #727272;
    font-weight: 300;
}

.mcare-about2-services-inner .mcare-service-box span a {
    padding-top: 5px;
    color: #0dc0c0;
    transition: .5s;
    display: block;
    font-weight: 500;
}

    .mcare-about2-services-inner .mcare-service-box span a:hover {
        color: #46494c;
        transition: .5s;
    }

.mcare-about2-services-inner .mcare-service-box i:after {
    display: none;
}

.mcare-about2-services-inner .mcare-service-box i:before {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
}

.mcare-about2-services-inner .mcare-service-box i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #0dc0c0;
    color: #fff;
    border-radius: 50%;
}

.mcare-about2-services-inner .mcare-service-box:hover .mcare-service-icon:before {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transform: scale(1.3);
    transition: .3s;
}
/*About us page3*/





.doctor-about-wrap {
    background: #F7F7F7;
}

.mcare-aboutus-content.about3-con {
}

.about section.mcare-text-ibox1-wrap.about3-con {
    padding-bottom: 30px;
    padding-top: 30px;
}

.doc-about-content {
    padding: 30px 50px;
}

    .doc-about-content h2 {
    }

.mcare-aboutus-content .doc-about-content p.intro-para {
    padding-bottom: 25px;
    border-bottom: 1px dashed #0DC0C0;
    padding-right: 10px;
    line-height: 24px;
}

.doc-about-content p {
    padding-top: 10px;
    line-height: 28px;
    padding-bottom: 10px;
}

.doc-about-content h4 {
    margin-top: 25px;
}

.sign-img {
    margin-top: 15px;
    float: left;
}

.hours-wrap {
    float: left;
    width: 100%;
}

.hours-left {
}

.hours-wrap h2 {
    margin-bottom: 30px;
}

.hours-wrap h3 {
    margin-top: 25px;
    position: relative;
    margin-bottom: 35px;
    font-size: 25px;
}

    .hours-wrap h3:after {
        position: absolute;
        left: -30px;
        top: -8px;
        content: '';
        height: 40px;
        width: 3px;
        background: #0DC0C0;
    }

.hours-wrap h4 {
    margin-top: 18px;
}

.hours-dets h4 {
    margin-top: 18px;
    margin: 0px;
    padding: 13px 10px 13px 15px;
    background: #0DC0C0;
    width: 100%;
    color: #fff;
}

.hours-right {
    float: left;
    width: 100%;
    padding-left: 25px;
}

.hours-box-wrap {
    height: 100%;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.hours-box-left {
    padding: 0 15px 0px 0px;
}

.hours-box-right {
    padding: 0 0px 0px 15px;
}

.hours-box {
    min-height: 100px;
    position: relative;
    float: left;
    width: 100%;
    padding-left: 50px;
    background: #0DC0C0;
}

    .hours-box i {
        width: 50px;
        font-size: 30px;
        text-align: center;
        margin-right: 0px;
        background: #0AABAB;
        color: #fff;
        height: 45px;
        position: absolute;
        line-height: 45px;
        left: 0px;
        top: 0px;
    }

.hours-dets {
    float: left;
    width: 100%;
    height: 100%;
}

    .hours-dets ul {
        float: left;
        margin-top: 15px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
        margin-top: 0px;
        padding-top: 10px;
        border-left: 1px solid #0AABAB;
        background: #0AABAB;
        color: #fff;
    }

        .hours-dets ul li {
            padding-bottom: 10px;
            font-size: 15px;
        }

            .hours-dets ul li span {
                float: right;
            }
/*---------------------------------------------------------Services page------------------------------------------------*/





/*Page 1*/





section.mcare-text-ibox1-wrap.services-page {
    padding-top: 45px;
}

.mcare-h2 span {
    font-weight: 300;
}

.services-page h2 {
    margin-bottom: 70px;
}

.services-page .mcare-text-ibox1 {
    margin-bottom: 60px;
}

.mcare-services1-part1 {
    background-image: url("../images/photo.jpg");
    position: relative;
}

    .mcare-services1-part1 .owl-carousel, .mcare-services1-part1 .owl-carousel .owl-stage-outer {
        position: inherit;
    }

        .mcare-services1-part1 .owl-carousel .owl-controls .owl-nav {
            position: absolute;
            width: 100%;
            top: 43%;
            margin-top: 17px;
            left: 0px;
        }

            .mcare-services1-part1 .owl-carousel .owl-controls .owl-nav .owl-prev:before {
                font-family: FontAwesome;
                width: 40px;
                height: 60px;
                background: rgba(255, 255, 255, 0.27);
                border-radius: 0px 6px 6px 0px;
                -webkit-border-radius: 0px 6px 6px 0px;
                -moz-border-radius: 0px 6px 6px 0px;
                border: 0px solid #e1e1e1;
                color: #FFF;
                text-align: center;
                line-height: 60px;
                display: block;
            }

            .mcare-services1-part1 .owl-carousel .owl-controls .owl-nav .owl-next:before {
                font-family: FontAwesome;
                width: 40px;
                height: 60px;
                background: rgba(255, 255, 255, 0.27);
                border-radius: 6px 0px 0px 6px;
                -webkit-border-radius: 6px 0px 0px 6px;
                -moz-border-radius: 6px 0px 0px 6px;
                border: 0px solid #e1e1e1;
                color: #FFF;
                text-align: center;
                line-height: 60px;
                display: block;
            }

    .mcare-services1-part1 .owl-theme .owl-controls .owl-nav [class*=owl-] {
        margin: 0px;
    }

    .mcare-services1-part1 .ifb-back .mcare-text-ibox2 {
        margin: 0px;
    }

    .mcare-services1-part1 .mcare-text-ibox2 {
        margin: 15px 0px;
    }

.services1-part1-inner {
    padding: 90px 0;
    float: left;
    width: 100%;
    height: 100%;
}

    .services1-part1-inner .mcare-text-ibox2 {
        background: #fff;
        text-align: center;
        border: 0px solid #E3E9E9;
        padding: 15px;
        border-radius: 6px;
        box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
    }

    .services1-part1-inner .ifb-back .mcare-text-ibox2 {
        border: 0px;
    }
/*Services1 content 1*/



.mcare-services1-content1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.prac-wrap {
    width: 100%;
    height: 700px;
    float: left;
    background: #0dc0c0;
}

.mcare-services1-content1 h1 {
    margin-bottom: 35px;
}

.mcare-services1-content1 p + p {
    padding-top: 15px;
}

.services1-content1-listing {
    padding-top: 0px;
}

    .services1-content1-listing li {
        margin-bottom: 35px;
        position: relative;
    }

        .services1-content1-listing li:last-child {
            margin-bottom: 0px;
        }

    .services1-content1-listing .ser-listing-icon {
        text-align: center;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        padding: 5px 18px;
        float: left;
        background: #607D8B;
        border-radius: 50%;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

        .services1-content1-listing .ser-listing-icon:hover {
            -webkit-animation-name: pulse-grow;
            animation-name: pulse-grow;
            -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
        }

@-webkit-keyframes pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.services1-content1-listing .ser-listing-icon i:before {
    margin-left: 0px;
    color: #fff;
    font-size: 28px;
}

.services1-content1-listing .ser-listing-content {
    padding-left: 55px;
}

.list_connector {
    height: 100%;
    position: absolute;
    top: 3em;
    z-index: 1;
    left: 24px;
    border-right-width: 1px;
    border-right-style: dashed;
    border-color: #607D8B;
}

.service-content-img {
    margin: 70px auto 0 auto;
}
/*Services caction*/



.mcare-services1-caction {
    background-image: url("../images/back11.jpg");
    margin-bottom: 45px;
}

    .mcare-services1-caction h4 {
        color: #fff;
        font-size: 35px;
        font-weight: 400;
        text-align: left;
    }

        .mcare-services1-caction h4 span b {
            font-weight: 600;
        }

    .mcare-services1-caction .cd-words-wrapper {
        position: relative;
        top: 3px;
        left: 5px;
    }

    .mcare-services1-caction h4 span em {
        font-style: normal !important;
    }

    .mcare-services1-caction .mcare-button {
        float: right;
        transition: .5s;
        margin-top: 3px;
    }

        .mcare-services1-caction .mcare-button:hover {
            background: #0dc0c0;
            color: #fff;
            transition: .5s;
            border: 1px solid #0dc0c0;
        }

.services1-caction-inner {
    padding: 40px 0;
    float: left;
    width: 100%;
}
/*Dept list*/



.mcare-services1-deptlist {
}

.services1-deptlist-inner {
    padding-top: 80px;
}

.mcare-deptlist-box {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    margin-bottom: 35px;
    background: rgba(13, 192, 192, 0.06);
    border-radius: 6px;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
}

.mcare-deptlist-box-inner {
    height: 100%;
    width: 100%;
    float: left;
}

.mcare-deptlist-box h4 {
    line-height: 1.4em;
    color: #676767;
}

.mcare-deptlist-box i {
    color: #0dc0c0;
}

    .mcare-deptlist-box i:before {
        margin-left: 0px;
        font-size: 60px;
    }

.services1-deptlist-inner.try-2 .mcare-deptlist-box {
    border-radius: 0px;
    margin-bottom: 0px;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

    .services1-deptlist-inner.try-2 .mcare-deptlist-box.try-2 {
        border-right: 1px solid #F1F1F1;
        border-bottom: 0px solid #0dc0c0;
    }

.mcare-services1-deptlist.try-2 {
    padding-bottom: 0px;
    margin-bottom: -45px;
}

.mcare-deptlist-box2 {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px solid #0dc0c0;
    border-radius: 6px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
    transition: transform 0.5s, opacity 0.1s 0.3s;
    overflow: hidden;
}

.mcare-deptlist-box-inner {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.mcare-deptlist-box:hover .mcare-deptlist-box-inner {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.mcare-deptlist-box2 img {
    border-radius: 6px;
}

.mcare-deptlist-box:hover .mcare-deptlist-box2 {
    opacity: 1;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.5s, opacity 0.1s;
}
/*--------------------Services 2 Page-----------------*/





.mcare-services2-tabs {
}
/*  mcare tab */

div.mcare-tab-container {
    z-index: 10;
    padding: 0 !important;
    border-radius: 0;
    margin-top: 20px;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 70px;
}

    div.mcare-tab-container img.tab-banner {
        margin: 0;
    }

div.mcare-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.mcare-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.mcare-tab-menu div.list-group > a {
            margin-bottom: 0;
            position: relative;
            z-index: 2;
            background-color: #fff;
            font-size: 16px;
            text-align: center;
            border: 1px solid #EEE;
            border-bottom: 0px;
            transition: .5s;
        }

            div.mcare-tab-menu div.list-group > a:hover i {
                background: #fff;
                color: #0dc0c0;
                transition: .5s;
            }

            div.mcare-tab-menu div.list-group > a:hover {
                background: #0dc0c0;
                color: #fff;
                transition: .5s;
            }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border: 1px solid #EEE;
    border-bottom: 0px;
}

div.mcare-tab-menu div.list-group > a:last-child {
    border-bottom: 1px solid #ddd;
}

div.mcare-tab-menu div.list-group > a i {
    /*padding: 6px 10px;

  background: #fff;

  position: absolute;

  top: 0px;

  right: 0px;

  border-left: 1px solid #eee;

  color: #0dc0c0;*/
    position: relative;
    display: table;
    border: none;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #0dc0c0;
    color: #FFFFFF;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

    div.mcare-tab-menu div.list-group > a i:before {
        font-size: 21px;
        margin-left: 0px;
    }

div.mcare-tab-menu div.list-group > a.active i {
    /*background: #0dc0c0;

  color: #fff;*/
    position: relative;
    display: table;
    border: none;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    color: #0DC0C0;
    margin-bottom: 10px;
}

div.mcare-tab-menu div.list-group > a .glyphicon, div.mcare-tab-menu div.list-group > a .fa {
    color: #5A55A3;
}

div.mcare-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.mcare-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.mcare-tab-menu div.list-group > a.active, div.mcare-tab-menu div.list-group > a.active .glyphicon, div.mcare-tab-menu div.list-group > a.active .fa {
    background-color: #0dc0c0;
    background-image: #0dc0c0;
    color: #ffffff;
    transition: .5s;
}

    div.mcare-tab-menu div.list-group > a.active:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -13px;
        border-left: 0;
        border-bottom: 13px solid transparent;
        border-top: 13px solid transparent;
        border-left: 10px solid #0dc0c0;
        transition: .5s;
        opacity: 1;
        z-index: 1;
    }

div.mcare-tab-menu div.list-group > a:after {
    content: '';
    position: absolute;
    left: 96%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #0dc0c0;
    opacity: 0;
    z-index: 1;
}

div.mcare-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 0px;
    padding-top: 0px;
}

div.mcare-tab div.mcare-tab-content:not(.active) {
    display: none;
}

div.mcare-tab-content h4 {
    font-size: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
}

    div.mcare-tab-content h4.intabs {
        padding-top: 0px;
    }

div.mcare-tab-content .tab-banner {
    margin-top: 35px;
}

div.mcare-tab-content .intabs-content {
    float: left;
    width: 100%;
    height: 100%;
}

    div.mcare-tab-content .intabs-content p {
        margin-bottom: 25px;
    }

div.mcare-tab-content .schedual-box h4 {
    color: #fff;
    padding-left: 0px;
    line-height: 1.4em;
    display: inline-block;
    float: left;
    font-size: 18px;
    padding-bottom: 0px;
    padding-top: 0px;
}
/*Services 2 doc box*/



.deprt-doc-box {
    width: 50%;
    height: 100%;
    float: left;
    padding: 0px 20px 20px 0;
    border-right: 1px dashed #E3E3E3;
    border-bottom: 1px dashed #E3E3E3;
}

    .deprt-doc-box:nth-child(even) {
        border-right: 0px;
        padding: 0px 0px 20px 20px;
    }

    .deprt-doc-box + .deprt-doc-box + .deprt-doc-box {
        border-bottom: 0px;
        padding-top: 20px;
    }

    .deprt-doc-box img {
        float: left;
        height: 150px;
        margin-right: 20px;
    }

div.mcare-tab-content .deprt-doc-box h4 {
    display: inline-block;
    padding: 0px 0px;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 400;
}

.deprt-doc-box a {
    padding-top: 5px;
    color: #0dc0c0;
    transition: .5s;
    display: block;
    font-weight: 500;
}

.deprt-doc-box-img {
    display: block;
    position: relative;
}
/*ser2 practice*/





.mcare-services2-tabstry {
    width: 100%;
    float: left;
    padding: 65px 0 45px 0;
    background: #efefef;
    margin-top: -45px;
    margin-bottom: -45px;
}

    .mcare-services2-tabstry h2 {
        margin-bottom: 60px;
    }

.flex-viewport li {
    text-align: left;
    cursor: pointer;
    padding-bottom: 0px;
    transition: .5s;
    position: relative;
    color: #636363;
    padding: 4px 0px;
}

    .flex-viewport li span {
        font-size: 16px;
        display: inline-block;
        position: relative;
        top: -8px;
    }

    .flex-viewport li.flex-active-slide {
        color: #0dc0c0;
        transition: .5s;
    }

        .flex-viewport li.flex-active-slide i {
            color: #0dc0c0;
            transition: .5s;
        }

    .flex-viewport li i:before {
        font-size: 40px;
        margin-left: 0px;
    }

    .flex-viewport li i {
        color: #929292;
        display: inline-block;
        margin: 0px 15px 0 15px;
    }

.flex-viewport div.mcare-tab-content {
    padding-left: 0px;
}
/*Content*/



.mcare-tab-content .about2-meeteam-box img {
    float: left;
    width: 180px;
}

div.mcare-tab-content .about2-meeteam-meta h4 {
    padding-bottom: 15px;
    margin-top: 10px;
    padding-top: 0px;
    line-height: 1.2em;
}

div.mcare-tab-content .about2-meeteam-box {
    margin-top: 15px;
    margin-bottom: 0px;
}

div.mcare-tab-content .mcare-service-box {
    margin-bottom: 0px;
}

div.mcare-tab-content .about2-meeteam-box:hover .about2-meeteam-social-para .about2-meeteam-social {
    transition: .5s;
    opacity: 1;
    margin-bottom: 25px;
}

div.mcare-tab-content .about2-meeteam-social-para .about2-meeteam-social li a {
    margin-top: 19px;
    margin-bottom: 19px;
}
/*flex slider*/





.services-dep-tabs #carousel.flexslider {
    padding-right: 35px;
    padding-left: 35px;
    margin-bottom: 0px;
}

.services-dep-tabs .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
}

.services-dep-tabs .flex-direction-nav .flex-prev {
    left: 0px;
}

.services-dep-tabs .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
}

.services-dep-tabs .flex-direction-nav .flex-next {
    right: 0px;
}

.services-dep-tabs .flex-direction-nav a {
    opacity: 1;
    display: block;
    top: 0%;
    margin-top: 0px;
    text-align: center;
    padding: 0px 0;
    height: 65px;
    line-height: 65px;
    background: #0dc0c0;
    width: 35px;
}

    .services-dep-tabs .flex-direction-nav a.flex-next:before {
        content: '\f054';
    }

    .services-dep-tabs .flex-direction-nav a:before {
        font-family: FontAwesome;
        font-size: 18px;
        display: inline-block;
        content: '\f053';
        color: rgba(255, 255, 255, 1);
        text-shadow: none;
    }

.services-dep-tabs #slider.flexslider {
}

.services-dep-tabs #slider .slides > li {
    padding: 30px 30px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.services-dep-tabs .flexslider {
    background: none;
}

.services-dep-tabs h2.mcare-h2:after {
    background: #efefef;
}

#slider.flexslider .flex-direction-nav {
    display: none;
}

.services-dep-tabs .flex-viewport li.flex-active-slide::after {
    background-color: #fff;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

.services-dep-tabs .flex-viewport li::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
}
/*Services tabs listing*/



.ser-listing-wrap {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 35px;
}

.ser-listing li i {
    position: absolute;
    left: 11px;
    top: 9px;
}

    .ser-listing li i:before {
        margin-left: 0px;
        font-size: 21px;
    }

.ser-listing li {
    position: relative;
    padding: 13px 0px 13px 45px;
    color: #fff;
}

    .ser-listing li:first-child {
        border-radius: 6px 6px 0 0;
    }

    .ser-listing li:last-child {
        border-radius: 0 0 6px 6px;
    }

    .ser-listing li span {
        float: right;
        padding: 13px 30px;
        position: absolute;
        right: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.08);
    }

    .ser-listing li:first-child span {
        border-radius: 0 6px 0 0;
    }

    .ser-listing li:last-child span {
        border-radius: 0 0px 6px 0;
    }

    .ser-listing li:nth-child(odd) {
        background: #0dc0c0;
    }

    .ser-listing li:nth-child(even) {
        background: #1CCACA;
    }
/*-----------------------------------Contact Us Page---------------------------------------*/



.mcare-Contact1-map {
    width: 100%;
    float: left;
    margin-top: -45px;
    min-height: 400px;
}

.crest_gmap3 {
    width: 100%;
    height: 400px;
    z-index: 1;
}
/*form*/



.mcare-field {
    position: relative;
    /*height: 216px;*/
}

    .mcare-field i {
        position: absolute;
        padding: 7px 11px;
        color: #0067ad;
        font-size: 21px;
    }

    .mcare-field input {
        padding: 6px 12px 6px 36px;
        border-radius: 6px;
        border: 1px solid #0073c1;
        box-shadow: none;
        height: 44px;
        line-height: 30px;
        outline: none;
        margin-bottom: 20px;
    }

.tearea {
    border: 1px solid #0073c1;
}

.mcare-field .tarea {
    margin: 0px 0 20px 0;
    height: 216px;
    border-radius: 6px;
    box-shadow: none;
}

.mcare-field .form-control:focus {
    border-color: #0dc0c0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.control-even {
    padding-left: 15px;
}

.control-odd {
    padding-right: 15px;
}

.mcare-Contact1-form form {
    margin-top: 25px;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

.mcare-button-dark {
    padding: 15px 33px;
    font-size: 15px;
    border-radius: 6px;
    display: inline-block;
    border-color: #d3d3d3;
}

.content-style-text .mcare-button-dark {
    border-radius: 0px;
}

.mcare-button-med {
    padding: 10px 25px;
}

.mcare-Contact1-form .mcare-button-med {
    padding: 10px 25px;
    width: 100%;
    transition: .5s;
    background: #2384c6;
    color: #fff;
    border: 1px solid #2384c6;
}

    .mcare-Contact1-form .mcare-button-med:focus {
        outline: none;
    }

    .mcare-Contact1-form .mcare-button-med:hover {
        background: #0069b1;
        color: #fff;
        transition: .5s;
        border-color: #0069b1;
    }

.schedual-wrap {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 35px;
}

.schedual-box {
    display: block;
    padding: 15px 15px;
    background: #0dc0c0;
    float: left;
    width: 100%;
    transition: .5s;
}

    .schedual-box i {
        color: #fff;
        display: inline-block;
        float: left;
        padding: 11px 20px 11px 10px;
    }

    .schedual-box h4 {
        color: #fff;
        padding-left: 0px;
        line-height: 1.4em;
        display: inline-block;
        float: left;
    }

        .schedual-box h4 span {
            font-size: 15px;
        }

    .schedual-box .schedual-time i {
        position: absolute;
        padding: 0px;
        top: -10px;
        color: rgba(255, 255, 255, 0.12);
        right: 30%;
    }

        .schedual-box .schedual-time i:before {
            font-size: 90px;
        }

    .schedual-box i:before {
        margin-left: 0px;
        font-size: 35px;
    }

    .schedual-box .schedual-time {
        display: block;
        float: right;
        height: 100%;
        text-align: center;
        color: #fff;
        padding: 8px 0 8px 25px;
        line-height: 1.8em;
        font-size: 16px;
        border-left: 1px dashed;
        position: relative;
    }

.padding-spacer-right {
    padding-right: 45px;
}

.padding-spacer-left {
    padding-left: 45px;
}

.padding-spacer-bot {
    padding-bottom: 45px;
}

.schedual-box:first-child {
    border-radius: 6px 6px 0 0;
}

.schedual-box:last-child {
    border-radius: 0 0 6px 6px;
}

.schedual-box:nth-child(4) {
    background: #11B2B2;
}

.schedual-box:nth-child(3) {
    background: #0EBCBC;
}

.schedual-box:nth-child(2) {
    background: #14C9C9;
}

.schedual-box:nth-child(1) {
    background: #18D9D9;
}

.schedual-box:hover {
    transition: .5s;
}
/*Address part*/





.mcare-Contact1-address h2 {
    margin-bottom: 60px;
}

.mcare-address-box {
    position: relative;
    text-align: center;
}

    .mcare-address-box i {
        font-size: 60px;
        text-align: center;
        display: table;
        margin: 0 auto;
        color: #0dc0c0;
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

    .mcare-address-box p {
        padding-top: 25px;
    }

        .mcare-address-box p span {
            color: #fff;
        }

    .mcare-address-box .ibox2-icon i:nth-child(1):before {
        font-size: 65px;
    }
/*effect text box*/



/* Kohana */



.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.iconc {
    color: #ddd;
    font-size: 150%;
}
/*Contact Page 2*/





.contact-page2 .contact2-title h2 {
    margin-top: 0px;
    margin-bottom: 35px;
}

.contact-page2 .contact2-title p {
    margin-bottom: 30px;
}

.contact-page2 .department-collapse {
    margin-top: 35px;
}

.contact-page2 .panel-default > .panel-heading {
    color: #333;
    background-color: #FFFFFF;
    border-color: #ddd;
}

.contact-page2 .department-collapse .panel-title > a {
    border-bottom: 1px solid #0dc0c0;
}

    .contact-page2 .department-collapse .panel-title > a.collapsed {
        border-bottom: 1px solid #ccc;
    }

.contact-page2 .department-collapse .panel-body span {
    padding: 5px 5px;
    background: #2585c6;
    border-radius: 6px;
    color: #fff;
    margin: 10px 0 0 0;
    display: block;
}

    .contact-page2 .department-collapse .panel-body span a {
        color: #fff;
    }

        .contact-page2 .department-collapse .panel-body span a:before {
            display: none;
        }

    .contact-page2 .department-collapse .panel-body span i {
        font-size: 18px;
        margin-right: 15px;
        padding-left: 13px;
    }

.contact-page2 .department-collapse .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 30px;
    padding-right: 30px;
    background: #FBFBFB;
}

.mcare-Contact1-map.contact-page2 {
    margin-bottom: -45px;
    margin-top: 25px;
}

    .mcare-Contact1-map.contact-page2 h2 {
        margin-bottom: 90px;
    }

.contact-page3 .crest_gmap3 {
    margin-top: 40px;
}

.mcare-Contact3-address {
    background-image: url("../images/back11.jpg");
    margin-top: 45px;
    margin-bottom: -45px;
}

.Contact3-address-inner {
    padding: 60px 0 80px 0;
}

    .Contact3-address-inner h4 {
        color: #fff;
    }

.contact3-addbox {
    margin-bottom: 35px;
    padding: 0 0 0 100px;
    position: relative;
}

    .contact3-addbox i {
        font-size: 80px;
        color: rgba(255, 255, 255, 0.22);
        position: absolute;
        left: 0px;
        top: -10px;
    }

    .contact3-addbox p span {
        color: #0dc0c0;
        font-weight: 600;
        position: absolute;
        display: inline-block;
        top: 0px;
        left: 0px;
    }

    .contact3-addbox p {
        padding-left: 100px;
        position: relative;
        color: #fff;
    }

        .contact3-addbox p a {
            color: #fff;
        }

            .contact3-addbox p a:hover {
                color: #0dc0c0;
            }
/*conteact 3 try 2*/



.Contact3-address-inner2 {
    padding: 0px 0 0px 0;
}

    .Contact3-address-inner2 .crest_gmap3 {
        margin-top: 0px;
    }

    .Contact3-address-inner2 h4 {
        color: #fff;
    }

    .Contact3-address-inner2 .Contact3-address-tryinner {
        padding-top: 60px;
        display: inline-block;
        padding-bottom: 40px;
    }

    .Contact3-address-inner2 .contact3-addbox i {
        font-size: 80px;
        color: rgba(255, 255, 255, 0.22);
        position: absolute;
        left: 0px;
        top: -30px;
    }
/*---------------------------------Department Page---------------------------------*/



.portfolioFilter {
    text-align: left;
    margin-bottom: 35px;
    border-bottom: 3px solid #e3e3e3;
    padding-bottom: 0px;
}

    .portfolioFilter a.current {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0);
        color: #0dc0c0;
    }

        .portfolioFilter a.current i {
            color: #0dc0c0;
        }

    .portfolioFilter a {
        margin-right: 0px;
        color: #666;
        text-decoration: none;
        border: 0px solid #0dc0c0;
        padding: 0px 25px 15px 55px;
        position: relative;
        z-index: 2;
        transition: .2s;
        font-weight: 300;
        border-radius: 0px;
        font-weight: 500;
        font-size: 17px;
        -webkit-transition: color 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, transform 0.3s;
        min-width: 170px;
        display: inline-block;
        text-align: center;
    }

        .portfolioFilter a i {
            margin-right: 15px;
            position: absolute;
            left: 20px;
            top: -8px;
        }

            .portfolioFilter a i:before {
                font-size: 25px;
                margin-left: 0px;
            }

        .portfolioFilter a:first-child.current ~ a:last-child::before {
            -webkit-transform: translate3d(-440%, 0, 0);
            transform: translate3d(-408%, 0%, 0px);
            bottom: -3px;
        }

        .portfolioFilter a:nth-child(2).current ~ a:last-child::before {
            -webkit-transform: translate3d(-300%, 0, 0);
            transform: translate3d(-308%, 0, 0);
            bottom: -3px;
        }

        .portfolioFilter a:nth-child(3).current ~ a:last-child::before {
            -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-208%, 0, 0);
            bottom: -3px;
        }

        .portfolioFilter a:nth-child(4).current ~ a:last-child::before {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-108%, 0, 0);
            bottom: -3px;
        }

        .portfolioFilter a:last-child::before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #0dc0c0;
            content: '';
            -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            bottom: 1px;
        }

.three-grid {
    width: 33.33333%;
    padding: 0px 25px;
}

.doctors-page .meet-doc-box {
    margin-bottom: 25px;
}

.doctors-page .doc-info-part a p {
    padding: 80px 15px 80px 15px;
}

.doctors-page .doc-info-part p i {
    font-size: 35px;
}

.doctors-page .meet-img-wrap:after {
    background: rgba(13, 192, 192, 0.8);
}

.doctors-page .meet-doc-box {
    padding: 0px 0px 0px 0px;
}

    .doctors-page .meet-doc-box h4:after {
        display: none;
    }

    .doctors-page .meet-doc-box h4 {
        margin-bottom: 5px;
    }

    .doctors-page .meet-doc-box p {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .doctors-page .meet-doc-box span.doc-role {
        padding: 4px 10px 15px 10px;
        position: relative;
    }

        .doctors-page .meet-doc-box span.doc-role:after {
            content: '';
            height: 1px;
            width: 1px;
            position: absolute;
            bottom: 0px;
            background: #e4e4e4;
            width: 85%;
            left: 50%;
            left: 7%;
        }

    .doctors-page .meet-doc-box.second-eff:hover .doc-main-info {
        -webkit-transform: translateY(-42px);
        -moz-transform: translateY(-42px);
        -ms-transform: translateY(-42px);
        transform: translateY(-42px);
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
    }

.meet-doc-box.second-eff .doc-info-part {
    height: 88.4%;
}

.mcare-depart-wrap .mcare-h2 {
    margin-bottom: 75px;
}
/*----------------------------------Timetable page-------------------------------*/







.mcare-timetable-wrap {
}

.timetable-inner {
    padding-top: 75px;
    padding-bottom: 60px;
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.timetable-inner .fc-event {
    border: 1px solid #0dc0c0;
    background-color: #0dc0c0;
}

.timetable-inner .fc-event {
    background-color: #3b91ad;
    border-color: #3b91ad;
    padding: 2px 3px;
    text-align: center;
    margin: 1px 10px;
}

.timetable-inner .fc-day-header.fc-widget-header {
    font-weight: 400;
    padding: 10px 0;
}
/*----------------------------------Doctors Page-------------------------------------*/

/*Single doc*/



.mcare-singledoc {
}

    .mcare-singledoc h2 {
        margin-bottom: 75px;
    }

.singledoc-box.meet-doc-box {
    padding: 0px;
    margin-bottom: 30px;
}

    .singledoc-box.meet-doc-box img {
        margin: 0 auto;
        width: 100%;
    }

.singledoc-content {
    padding-left: 15px;
}

    .singledoc-content h4 {
        line-height: 1.6em;
        margin-top: 0px;
        padding-top: 2px;
        padding-bottom: 15px;
    }

        .singledoc-content h4 span {
            font-size: 15px;
            color: #c0c0c0;
        }

        .singledoc-content h4.secondary {
            font-weight: 400;
            font-size: 17px;
            margin-bottom: 30px;
            margin-top: 50px;
        }

    .singledoc-content .mcare-progressbars label {
        font-weight: 400;
        font-size: 16px;
    }

    .singledoc-content p {
        margin-bottom: 30px;
    }

.block-three {
    padding-left: 95px;
    border-left: 0px solid #0dc0c0;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-style: italic;
    color: #46494c;
    position: relative;
    z-index: 1;
}

    .block-three:before {
        position: absolute;
        font-size: 80px;
        left: 0px;
        color: rgba(13, 192, 192, 0.11);
        top: 30px;
        content: "\f10d";
        font-family: FontAwesome;
        font-style: normal;
        z-index: -1;
    }

.singledoc-speciality {
    padding-top: 25px;
}

    .singledoc-speciality p {
        margin-bottom: 25px;
    }

        .singledoc-speciality p span {
            min-width: 100px;
            display: inline-block;
            margin-right: 25px;
            color: #46494c;
            font-weight: 600;
        }

            .singledoc-speciality p span i {
                font-style: normal;
            }

.button3 {
    width: 100%;
    background: #0dc0c0;
    margin-right: 15px;
    text-align: center;
    position: relative;
}

    .button3 i {
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 8px 15px;
        background: rgba(0, 0, 0, 0.18);
        border-radius: 6px 0 0 6px;
    }

    .button3:focus {
        color: #fff;
    }

    .button3 i:before {
        margin-left: 0px;
        font-size: 25px;
    }
/*related docs*/





.mcare-related-docs h2 {
    margin-bottom: 75px;
}
/*Doctors  2 page*/



.four-grid {
    width: 25%;
    padding: 0px 15px;
}

.two-grid {
    width: 50%;
    padding: 0px 15px;
}

.doctors-page2 .meet-doc-box {
    margin-bottom: 30px;
}

    .doctors-page2 .meet-doc-box.second-eff .doc-info-part {
        height: 88.4%;
    }
/*Appointment*/



.content-style-text .popup-close:before {
    margin-left: 0px;
    font-size: 35px;
    color: #0dc0c0;
    position: relative;
    top: -28px;
}

.content-style-text .schedual-wrap {
    margin-top: 30px;
}

.content-style-text .schedual-box {
    display: block;
    padding: 10px 5px;
}

    .content-style-text .schedual-box i {
        padding: 11px 10px 11px 10px;
    }

        .content-style-text .schedual-box i:before {
            margin-left: 0px;
            font-size: 25px;
        }

    .content-style-text .schedual-box h4 {
        font-size: 16px;
    }

    .content-style-text .schedual-box .schedual-time {
        padding: 8px 0 8px 10px;
        line-height: 1.6em;
        font-size: 14px;
    }

.content-style-text .schedual-box {
    display: block;
    padding: 15px 5px;
}

.content-style-text .popup-close {
    width: 60px;
    height: 50px;
    font-size: 26px;
}

.content-style-text form {
    margin-top: 30px;
}

.content-style-text .mcare-field input {
    padding: 5px 12px 5px 36px;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    box-shadow: none;
    height: 35px;
    line-height: 21px;
    outline: none;
    margin-bottom: 10px;
}

.content-style-text .mcare-field .tarea {
    margin: 0px 0 10px 0;
    height: 60px;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #E0E0E0;
}

.content-style-text .mcare-button-med {
    padding: 8px 25px;
    height: 40px;
    line-height: 17px;
    width: 100%;
    background: #0DC0C0;
    border: 1px solid#0DC0C0;
    color: #fff;
}

.content-style-text .mcare-field i {
    line-height: 21px;
    padding-left: 0px;
}

.content-style-text .ser-listing li {
    position: relative;
    padding: 13px 0px 13px 45px;
    color: #fff;
    line-height: 15px;
}

.app-address {
    position: relative;
    width: 100%;
    float: left;
    background: rgba(96, 197, 197, 0.08) url(../images/foot-map.html) no-repeat center;
    margin-top: 30px;
    border-radius: 6px;
    padding: 10px 0px;
}

.content-style-text .app-address p {
    color: #979797;
    position: relative;
    padding-left: 75px;
    display: block;
    line-height: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-right: 15px;
}

    .content-style-text .app-address p a {
        color: #979797;
    }

        .content-style-text .app-address p a:hover {
            color: #0DC0C0;
        }

.content-style-text ::-webkit-input-placeholder {
    color: #A7A7A7;
}

.content-style-text :-moz-placeholder { /* Firefox 18- */
    color: #A7A7A7;
}

.content-style-text ::-moz-placeholder { /* Firefox 19+ */
    color: #A7A7A7;
}

.content-style-text :-ms-input-placeholder {
    color: #A7A7A7;
}

.app-address p i {
    font-size: 28px;
    color: rgba(13, 192, 192, 0.57);
    position: absolute;
    left: 25px;
    top: 2px;
}

.app-address p:first-child i {
    top: 10px;
}
/*input*/



/* Kohana */



.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0px 0 0px 0;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em !important;
    width: 40%;
    color: #696969;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 0px 0px 0 22px;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    opacity: 1;
}

.input--kohana {
    overflow: hidden;
    padding-right: 0px;
    width: 100%;
}

.input__field--kohana {
    width: 100%;
    background: transparent;
    padding-left: 2.75em;
    color: #6a7989;
    padding: 6px 12px 6px 36px;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    height: 44px;
    line-height: 30px;
    outline: none;
    margin-bottom: 20px;
}

.input__label--kohana {
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #565d68;
    opacity: 1;
    line-height: 43px;
    text-shadow: none;
    font-weight: 300 !important;
}

.input__label-content--kohana {
    display: inline-block;
    width: auto;
    -webkit-transform: translate3d(-1.75em, 0, 0);
    transform: translate3d(-1.75em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.icon--kohana {
    display: inline-block;
    margin-top: 0em;
    -webkit-transform: translate3d(-2em, 0, 0);
    transform: translate3d(-2em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

.input__label-content--kohana, .icon--kohana, .input__field--kohana:focus + .input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--kohana:focus + .input__label--kohana .icon--kohana, .input--filled .icon--kohana {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mcare-foot-appform .input__field--kohana {
    height: 34px;
    line-height: 34px;
}

.mcare-foot-appform .input__label--kohana {
    line-height: 34px;
}

.mcare-foot-appform .input__label-content {
    padding: 0px 0px 0 10px;
}

.appointment-frm input {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #DEDEDE;
    border-left: 0px;
}

.appointment-frm textarea {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #DEDEDE;
}

.appointment-frm input:active, .appointment-frm input:focus {
    outline: none;
    border: 1px solid #DEDEDE;
    border-left: 0px;
    box-shadow: none;
}

.appointment-frm textarea:focus, .appointment-frm textarea:active {
    outline: none;
    border: 1px solid #DEDEDE;
    box-shadow: none;
    width: 100%;
}

.appointment-frm .input-group-addon {
    border: 1px solid #DEDEDE;
    border-radius: 0px;
    background-color: #FFF;
    border-right: 0px;
    position: absolute;
    z-index: 9;
    padding: 9px 20px 9px 10px;
}

    .appointment-frm .input-group-addon i {
        color: #0CB1B1;
    }

    .appointment-frm .input-group-addon:after {
        content: '';
        position: absolute;
        background: #0CB1B1;
        height: 15px;
        width: 1px;
        right: 0px;
        top: 9px;
    }

.appointment-frm .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding-left: 42px;
}

.appointment-frm label.error {
    color: #a94442;
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
    padding: 5px 0 0 0;
    font-weight: 500;
}

.content-style-text .appointment-frm .mcare-button-med {
    margin: 0px;
}
/*----------------------------------------------------Blog Pages-------------------------------------------------------*/





/*3 col-blog*/





.col3-page .mcare-news-box {
    margin-bottom: 60px;
}

.col3-page .date-meta {
    z-index: 1;
}

.blog-page .owl-carousel .owl-controls .owl-nav .owl-next:before, .mcare-ourclinic .owl-carousel .owl-controls .owl-nav .owl-next:before {
    font-family: FontAwesome;
    width: 35px;
    height: 50px;
    background: rgba(0, 0, 0, 0.43);
    border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border: 0px solid #e1e1e1;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    display: block;
}

.blog-page .owl-carousel .owl-controls .owl-nav .owl-prev:before, .mcare-ourclinic .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    font-family: FontAwesome;
    width: 35px;
    height: 50px;
    background: rgba(0, 0, 0, 0.43);
    border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border: 0px solid #e1e1e1;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    display: block;
}

.blog-page .owl-carousel .owl-controls .owl-nav, .mcare-ourclinic .owl-carousel .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    top: 38%;
    margin-top: 0px;
    left: 0px;
    height: 50px;
}

    .blog-page .owl-carousel .owl-controls .owl-nav .owl-prev, .mcare-ourclinic .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 0px;
        position: relative;
        opacity: 1;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    .blog-page .owl-carousel .owl-controls .owl-nav .owl-next, .mcare-ourclinic .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 0px;
        position: absolute;
        opacity: 1;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

.blog-page .owl-theme .owl-controls .owl-nav [class*=owl-], .mcare-ourclinic .owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 0px;
    height: 50px;
}

.blog-page .news-img {
    /*height: 189px;*/
    border-radius: 6px 6px 0 0;
}

iframe.iblog-iframe {
    border: none;
    width: 100%;
}

.vid-post .date-meta {
    margin-bottom: 0px;
}
/*Try 2 Look1*/



.col3-page .look1 .mcare-news-box {
    overflow: hidden;
    position: relative;
}

.col3-page .look1 .date-meta {
    z-index: 1;
    float: left;
    margin-top: 16px;
    margin-right: 20px;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    left: 50%;
    width: initial;
    margin-left: -56px;
    top: 145px;
    bottom: inherit;
}

    .col3-page .look1 .date-meta .day-meta a, .col3-page .look1 .date-meta .tag-meta a {
        color: #fff;
    }

    .col3-page .look1 .date-meta .day-meta {
        background: #414141;
        color: #fff;
        padding: 4px 8px;
        text-align: center;
    }

    .col3-page .look1 .date-meta .tag-meta {
        background: #11BABA;
        color: #fff;
        padding: 4px 8px;
        text-align: center;
    }

.col3-page .look1 .news-img {
    overflow: hidden;
    position: relative;
    transition: .5s;
}

    .col3-page .look1 .news-img img {
        transition: .5s;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .col3-page .look1 .news-img:hover img {
        transition: .5s;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .col3-page .look1 .news-img a:after {
        background: rgba(13, 192, 192, 0);
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        top: 0px;
        transition: .5s;
        font-family: FontAwesome;
        content: '\f0c1';
        color: rgba(255, 255, 255, 0);
        text-align: center;
        font-size: 30px;
        padding-top: 65px;
    }

    .col3-page .look1 .news-img:hover a:after {
        background: rgba(13, 192, 192, 0.60);
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        content: '';
        top: 0px;
        transition: .5s;
        text-align: center;
        font-family: FontAwesome;
        content: '\f0c1';
        color: #fff;
        font-size: 30px;
        padding-top: 65px;
    }

.col3-page .look1 .author-meta {
    margin-bottom: 20px;
}

.col3-page .mcare-news-inner .look1 h4 {
    font-size: 18px;
    margin-top: 55px;
    margin-bottom: 15px;
}

.col3-page .look1 .author-meta .comments {
    color: #0DC0C0;
    font-size: 13px;
    float: right;
}

.col3-page .look1 .author-meta i {
    margin-right: 10px;
}

.col3-page .look1 .author-meta .news-author {
    color: #0DC0C0;
    font-size: 13px;
    margin-right: 15px;
}

.col3-page .look1 .foot-meta {
    border-top: 0px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    position: relative;
    text-align: left;
}

.col3-page .look1 .mcare-news-box p {
    margin-bottom: 0px;
}

.col3-page .look1 .foot-meta span {
    padding: 10px 0px 15px 0;
    display: inline-block;
}
/*Try 2 Look2*/



.col3-page .look2 .post-cat {
    position: absolute;
    top: 50%;
    opacity: 0;
    transition: .5s;
    padding: 0px 0px;
    margin-top: -15px;
    text-align: center;
    left: -35px;
}

.col3-page .look2 .mcare-news-box:hover .post-cat {
    opacity: 1;
    transition: .5s;
    top: 50%;
    left: 0px;
    margin-top: -15px;
}

.col3-page .look2 .post-cat li {
    padding: 0px 10px;
    border-radius: 0 3px 3px 0;
    background: rgba(15, 170, 170, 0.88);
}

    .col3-page .look2 .post-cat li i {
        color: #fff;
        font-size: 21px;
        padding: 5px 0;
    }

    .col3-page .look2 .post-cat li a {
        color: #fff;
        padding: 5px 0px;
        font-size: 15px;
        display: block;
    }

.col3-page .look2 .post-meta {
    position: absolute;
    right: -35px;
    background: rgba(15, 170, 170, 0.88);
    opacity: 0;
    transition: .5s;
    padding: 10px 10px;
    border-radius: 6px 0 0px 6px;
    text-align: center;
    top: 50%;
    margin-top: -34px;
}

.col3-page .look2 .mcare-news-box:hover .post-meta {
    opacity: 1;
    transition: .5s;
    right: 0px;
}

.col3-page .look2 .mcare-news-box .post-meta a {
    color: #fff;
    line-height: 24px;
}

.col3-page .look2 .post-meta i {
    font-size: 30px;
    color: #fff;
}

.col3-page .look2 .mcare-news-box .post-meta a:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 60px;
    background: #fff;
    left: 50%;
    margin-left: -30px;
}

.col3-page .look2 .post-meta .post-date {
    margin-top: 0px;
}

.col3-page .look2 .mcare-news-box .news-img img {
    transition: .5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.col3-page .look2 .mcare-news-box:hover .news-img img {
    transition: .5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.col3-page .look2 .news-author {
    width: 100%;
    display: block;
    padding: 25px 0 14px 0;
}

    .col3-page .look2 .news-author img {
        width: 40px;
        float: left;
        border-radius: 50%;
    }

    .col3-page .look2 .news-author small {
        font-style: normal;
        padding-left: 15px;
        position: relative;
        top: 10px;
        color: #0DC0C0;
        font-size: 14px;
    }

    .col3-page .look2 .news-author .comments i {
        margin-right: 15px;
        font-size: 21px;
        top: 1px;
        position: relative;
    }

    .col3-page .look2 .news-author .comments {
        color: #0DC0C0;
        font-size: 13px;
        float: right;
        top: 7px;
        position: relative;
    }

.col3-page .look2 .foot-meta {
    text-align: left;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}

    .col3-page .look2 .foot-meta span:after {
        display: none;
    }

.col3-page .look2 .doc-social {
    list-style-type: none;
    text-align: right;
}

    .col3-page .look2 .doc-social li {
        display: inline-block;
    }

        .col3-page .look2 .doc-social li a {
            color: #0dc0c0;
            font-size: 14px;
            padding: 9px 10px;
            transition: .3s;
            display: block;
        }

.col3-page .look2 .foot-meta span.readmore a {
    color: #0dc0c0;
    transition: .5s;
    position: relative;
}

.col3-page .look2 .foot-meta .readmore {
    padding: 0px 0px;
    display: inline-block;
    color: #999999;
    font-size: 15px;
    position: relative;
    float: left;
}

    .col3-page .look2 .foot-meta .readmore a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0dc0c0;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale3d(0.7, 1, 1);
        transform: scale3d(1, 0, 0);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .col3-page .look2 .foot-meta .readmore a:hover::before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .col3-page .look2 .foot-meta .readmore a {
        padding: 10px 13px 9px 13px;
        display: block;
        transition: .5s;
        z-index: 1;
        color: #0dc0c0;
        width: 105px;
        position: absolute;
        top: -1px;
    }

        .col3-page .look2 .foot-meta .readmore a, .col3-page .look2 .foot-meta .readmore a:before {
            -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        }

            .col3-page .look2 .foot-meta .readmore a:hover {
                color: #fff;
                border-color: #37474f;
                padding: 10px 13px 9px 13px;
                transition: .5s;
            }

.col3-page .look2 .foot-meta span.readmore a:after {
    display: none;
}

.doc-social-wrap {
    position: relative;
    float: right;
}

    .doc-social-wrap > i.share-social {
        font-size: 24px;
        float: right;
        color: #0dc0c0;
        padding: 2px 10px 1px 10px;
        background: #fff;
        cursor: pointer;
    }

.share-toggle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 0;
    border: 0;
    color: #e15d5d;
}

.share.share-active {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
}

.share {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(-20px);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 38px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*Col 4 page*/





.col4-page.col3-page .look2 .mcare-news-box {
    padding: 0 0px;
}
/*Masonry*/



.blog-page.masonry-page .news-img {
    height: inherit;
}
/* Blog Sidebar Wrap*/



.sidebar-item {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.mcare-sidebar {
}

.sidebar-item h4 {
    margin-bottom: 35px;
}
/*Post tabs*/

.mcare-sidebar .aboutus-info-inner .tabpanel-about-page {
    padding-top: 0px;
}

.mcare-sidebar .post-image-wrap, .single-post-author .post-image-wrap {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    float: left;
    margin-right: 14px;
}

    .mcare-sidebar .post-image-wrap img {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        height: 100%;
        width: 100%;
    }

.mcare-sidebar .aboutus-info-inner.mcare-aboutclinic-tabs .tab-content {
    width: 100%;
}

.mcare-sidebar .post-contents {
    padding: 0;
    padding-left: 90px;
    text-align: left;
}

.mcare-sidebar .post-title {
    font-size: 15px;
    font-weight: 400;
}

.mcare-sidebar .side-post-meta li {
    color: #979797;
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border-right: 0;
    margin-bottom: 10px;
}

.mcare-sidebar .side-blog-posts > li {
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}

    .mcare-sidebar .side-blog-posts > li:last-child {
        padding-bottom: 0px;
        border-bottom: 0px solid #ccc;
        margin-bottom: 0px;
    }
/*Catagories*/







.post-Catagories ul li a {
    color: #46494c;
}

.post-Catagories .ser-listing li:nth-child(odd) {
    background: none;
}

.post-Catagories .ser-listing li:nth-child(even) {
    background: none;
}

.post-Catagories .ser-listing li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .post-Catagories .ser-listing li span {
        float: right;
        padding: 10px 30px;
        position: absolute;
        right: 0px;
        top: 7px;
        background: rgba(13, 192, 192, 1);
        color: #fff;
    }

    .post-Catagories .ser-listing li span {
        border-radius: 6px 6px 0 0;
    }

    .post-Catagories .ser-listing li:first-child span {
        border-radius: 6px 6px 0 0;
    }

    .post-Catagories .ser-listing li:last-child span {
        border-radius: 6px 6px 0 0;
    }

    .post-Catagories .ser-listing li:last-child {
        border-radius: 0 0 0px 0px;
    }
/*Post Tags*/



.post-tags .tags-list {
    display: block;
    float: left;
}

    .post-tags .tags-list li {
        display: inline-block;
    }

        .post-tags .tags-list li a {
            padding: 5px 10px;
            margin-right: 10px;
            background: #0DC0C0;
            color: #FFFFFF;
            display: block;
            border-radius: 6px;
            margin-bottom: 10px;
            border: 1px solid #0DC0C0;
            transition: .3s;
        }

            .post-tags .tags-list li a:hover {
                background: #fff;
                color: #46494c;
                transition: .3s;
            }

.side-gallery .owl-carousel .owl-item img {
    border-radius: 6px;
}
/*faq*/

.sidebar-item .aboutus-info-inner .panel-group {
    padding-top: 0px;
}
/*social*/



.sidebar-social-holder {
    height: 53px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .sidebar-social-holder .meet-doc-social li a {
        color: #606060;
        padding: 9px 13px 8px 13px;
        display: inline-block;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        margin-right: 10px;
    }

        .sidebar-social-holder .meet-doc-social li a:after {
            border-radius: 6px;
        }

    .sidebar-social-holder .meet-doc-social li:nth-child(5) a:after {
        content: "\f231";
        background: #d2482c;
        padding: 11px 16px 11px 16px;
    }

    .sidebar-social-holder .meet-doc-social li:nth-child(4) a:after {
        padding: 11px 11px 11px 11px;
    }
/*Single Post*/



.single-post {
    width: 100%;
    float: left;
    height: 100%;
    padding-right: 20px;
}

    .single-post .single-post-thumb {
        position: relative;
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .single-post h2 {
        margin-top: 35px;
    }

.single-post-meta-top {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 10px 15px;
    background: #0DC0C0;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
}

    .single-post-meta-top ul {
        text-align: center;
    }

        .single-post-meta-top ul li {
            display: inline-block;
            margin-right: 40px;
            position: relative;
        }

            .single-post-meta-top ul li:after {
                width: 5px;
                height: 5px;
                content: '';
                position: absolute;
                background: #fff;
                right: -25px;
                top: 11px;
                border-radius: 50%;
            }

            .single-post-meta-top ul li:last-child:after {
                display: none;
            }

            .single-post-meta-top ul li:last-child {
                margin-right: 0px;
            }

            .single-post-meta-top ul li i {
                margin-right: 10px;
                font-size: 16px;
                position: relative;
                top: 1px;
                color: #0DC0C0;
            }

            .single-post-meta-top ul li a {
                color: #fff;
            }

.single-post p {
    margin-bottom: 25px;
}

.single-post-meta-bottom {
    float: left;
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 10px 15px;
    background: #F8F8F8;
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    font-size: 13px;
}

    .single-post-meta-bottom ul li {
        display: inline-block;
        margin-right: 40px;
        position: relative;
        color: #808080;
    }

        .single-post-meta-bottom ul li i {
            margin-right: 10px;
            font-size: 16px;
            position: relative;
            top: 2px;
            color: #898989;
        }

        .single-post-meta-bottom ul li a {
            color: #808080;
        }

        .single-post-meta-bottom ul li:last-child {
            margin-right: 0px;
        }

.single-post-author {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .single-post-author h5 {
        margin-top: 3px;
        margin-bottom: 5px;
    }

    .single-post-author .post-image-wrap img {
        border-radius: 6px;
    }

.single-social-holder {
    padding-top: 3px;
}

    .single-social-holder .sidebar-social-holder .meet-doc-social li a {
        color: #606060;
        padding: 9px 10px;
        display: inline-block;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        margin-right: 5px;
    }

    .single-social-holder .meet-doc-social li:nth-child(1) a:after {
        content: "\f09a";
        background: #204385;
        padding: 11px 14px 11px 14px;
    }

    .single-social-holder .meet-doc-social li:nth-child(2) a:after {
        padding: 11px 11px 11px 11px;
    }

    .single-social-holder .meet-doc-social li:nth-child(3) a:after {
        padding: 11px 11px 11px 12px;
    }

    .single-social-holder .meet-doc-social li:nth-child(4) a:after {
        padding: 11px 11px 11px 11px;
    }

    .single-social-holder .meet-doc-social li:nth-child(5) a:after {
        padding: 11px 13px 11px 13px;
    }

hr.border-hr {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #E3E3E3;
    float: left;
    width: 100%;
    position: relative;
}

    hr.border-hr:after {
        width: 20px;
        height: 20px;
        background: #E3E3E3;
        position: absolute;
        bottom: 0px;
        content: '';
        left: 50%;
        margin-left: -10px;
        bottom: -10px;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }

.single-post-comments {
    width: 100%;
    height: 100%;
    float: left;
    padding: 15px;
    margin-top: 25px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
}

    .single-post-comments h4 {
        margin: 0px 0 20px 0;
    }

    .single-post-comments .comment-block {
        float: left;
        width: 100%;
        height: 100%;
        border-bottom: 1px dashed #D4D4D4;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

        .single-post-comments .comment-block:last-child {
            margin-bottom: 0px;
            border-bottom: 0px;
        }

    .single-post-comments .single-post-author p {
        width: 100%;
        float: left;
        padding-top: 15px;
        margin-bottom: 0px;
    }

    .single-post-comments .single-post-author {
        padding-left: 30px;
        border-left: 10px solid rgba(13, 192, 192, 0.13);
        margin-bottom: 15px;
    }

        .single-post-comments .single-post-author .post-image-wrap {
            width: 60px;
            height: 60px;
        }

        .single-post-comments .single-post-author h5 {
            line-height: 24px;
            padding-left: 80px;
        }

            .single-post-comments .single-post-author h5 span {
                color: #979797;
            }

                .single-post-comments .single-post-author h5 span a {
                    color: #0dc0c0;
                }

                    .single-post-comments .single-post-author h5 span a:hover {
                        color: #46494c;
                    }

        .single-post-comments .single-post-author.comment-reply {
            padding-left: 10%;
            position: relative;
            border-left: 0px solid #e5e5e5;
        }

            .single-post-comments .single-post-author.comment-reply:before {
                position: absolute;
                font-size: 40px;
                content: '\f122';
                left: 15px;
                font-family: FontAwesome;
                -ms-transform: rotatey(180deg);
                -webkit-transform: rotatey(180deg);
                transform: rotatey(180deg);
                color: rgba(13, 192, 192, 0.21);
                top: 8px;
            }

.comment-form {
    width: 100%;
    height: 100%;
    float: left;
}

.comment-form {
    padding-top: 5px;
}

    .comment-form .mcare-field .tarea {
        margin: 0px 0 20px 0;
        height: 100px;
        border-radius: 6px;
        box-shadow: none;
    }

    .comment-form .mcare-button-med {
        padding: 10px 25px;
        width: 100%;
        transition: .5s;
        background: #0dc0c0;
        color: #fff;
        border: 1px solid #0dc0c0;
    }
/*top-meta try2*/



.sec-try.single-post-meta-top {
    background: none;
    color: #46494c;
    padding: 10px 15px;
    border: 1px dashed #ccc;
    border-radius: 6px;
}

    .sec-try.single-post-meta-top ul li a {
        color: #747474;
        transition: .3s;
    }

        .sec-try.single-post-meta-top ul li a:hover {
            color: #0dc0c0;
            transition: .3s;
        }

    .sec-try.single-post-meta-top ul li:after {
        width: 5px;
        height: 5px;
        content: '';
        position: absolute;
        background: #0dc0c0;
        right: -25px;
        top: 10px;
        border-radius: 0%;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sec-try.single-post-meta-top ul {
        text-align: left;
    }
/*------------------------------------------------Gallery Page------------------------------------------------*/





/*image with info*/



.mcare-gallery h2 {
    margin-bottom: 80px;
}

.image-box {
    width: 100%;
    height: 100%;
    float: left;
    margin-bottom: 30px;
}

    .image-box a:active, .image-box a:focus {
        outline: none;
    }
/*popup*/



.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
    z-index: 99999999;
}

.mfp-wrap {
    z-index: 99999999;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
/*---------------*/

/***** Bubba *****/

/*---------------*/



/* Common style */

figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    /*margin: 10px 1%;

 min-width: 320px;

  max-width: 480px;

  max-height: 360px;

  width: 48%;

  background: #3085a3;*/
    text-align: center;
    cursor: pointer;
}

    figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 1;
    }

    figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        figure figcaption::before, figure figcaption::after {
            pointer-events: none;
        }

        figure figcaption, figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
            /* Anchor will cover the whole item by default */

            /* For some effects it will show as a button */

            figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    figure.effect-bubba {
        background: #0EC0C0;
    }

        figure.effect-bubba img {
            opacity: 1;
            -webkit-transition: opacity 0.35s;
            transition: opacity 0.35s;
        }

        figure.effect-bubba:hover img {
            opacity: 0.2;
        }

        figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
            position: absolute;
            top: 30px;
            right: 30px;
            bottom: 30px;
            left: 30px;
            content: '';
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
        }

        figure.effect-bubba figcaption::before {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
        }

        figure.effect-bubba figcaption::after {
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
            -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
        }

        figure.effect-bubba h2 {
            padding-top: 20%;
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, 0px, 0);
            color: #fff;
            margin-bottom: 0px;
        }

        figure.effect-bubba p {
            padding: 20px 1.5em;
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
        }

            figure.effect-bubba p i {
                font-size: 30px;
                margin-top: 20px;
            }

        figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        figure.effect-bubba:hover p {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, -50px, 0);
        }

        figure.effect-bubba:hover h2 {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, -50px, 0);
        }

.col-3-gal figure.effect-bubba p i {
    font-size: 25px;
    margin-top: 10px;
}

.col-3-gal figure.effect-bubba p {
    font-size: 15px;
}

.col-3-gal figure.effect-bubba h2 {
    font-size: 21px;
    padding-top: 15%;
}
/*Carousel gallery*/



.mcare-gallery-carousel .image-box h5.img-caption {
    position: absolute;
    bottom: 20px;
    background: rgba(14, 192, 192, 0.62);
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.mcare-gallery-carousel .image-box h5.img-caption {
    position: absolute;
    bottom: 20px;
    background: rgba(14, 192, 192, 0.62);
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.mcare-gallery-carousel .owl-thumb-item.active {
    background-color: #0dc0c0;
}

.mcare-gallery-carousel .owl-thumb-item {
    box-shadow: none;
    border: none;
    height: 12px;
    width: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 8px;
    text-indent: -9999px;
    outline: none;
}

.mcare-gallery-carousel .owl-thumbs {
    text-align: center;
    padding-top: 0px;
    margin-top: -10px;
}

.mcare-gallery-carousel .owl-carousel {
    margin-bottom: 45px;
}

    .mcare-gallery-carousel .owl-carousel .image-box a {
        cursor: crosshair;
    }

.mcare-gallery-carousel figure.effect-bubba, .gallery-filter figure.effect-bubba {
    background: none;
    transtition: .5s;
}

    .mcare-gallery-carousel figure.effect-bubba img, .gallery-filter figure.effect-bubba img {
        opacity: 1;
        transtition: .5s;
        -webkit-transition: none;
    }

    .mcare-gallery-carousel figure.effect-bubba:hover, .gallery-filter figure.effect-bubba:hover {
        background: #0EC0C0;
        transtition: .5s;
    }

        .mcare-gallery-carousel figure.effect-bubba:hover img, .gallery-filter figure.effect-bubba:hover img {
            opacity: 0.5;
            transtition: .5s;
        }

    .mcare-gallery-carousel figure.effect-bubba h2, .gallery-filter figure.effect-bubba h2 {
        padding: 10px 15px;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, 0px, 0);
        color: #fff;
        margin-bottom: 0px;
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        background: rgba(14, 192, 192, 0.59);
        transition: .3s;
        font-size: 18px;
    }

    .mcare-gallery-carousel figure.effect-bubba:hover h2, .gallery-filter figure.effect-bubba:hover h2 {
        opacity: 0;
        transition: .3s;
    }

    .mcare-gallery-carousel figure.effect-bubba p, .gallery-filter figure.effect-bubba p {
        padding: 30% 1.5em;
    }

.mcare-gallery-carousel .owl-carousel9 .owl-thumbs {
    margin-top: -45px;
}

.mcare-gallery-carousel .owl-carousel9 {
    margin-top: 0px;
}

    .mcare-gallery-carousel .owl-carousel9 figure.effect-bubba p {
        padding: 25% 1.5em;
    }

button.mfp-close {
    content: '\f129';
    font-family: "Ionicons";
    font-size: 60px;
    color: #CACACA;
}

.mfp-close {
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    right: 5%;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 80px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.mfp-arrow {
    width: 40px;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 0px solid #FFF;
    margin-left: 0px;
    content: "\f053";
    font-family: FontAwesome;
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border: 0px solid #e1e1e1;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    display: block;
    margin-top: 20px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 0px;
    border-right: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: none;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 0px;
    border-bottom-width: 0px;
    opacity: 1;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 0px solid #FFF;
    margin-left: 0px;
    font-family: FontAwesome;
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border: 0px solid #e1e1e1;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    display: block;
    margin-top: 20px;
    content: "\f054";
}
/*gallery compare*/



.mcare-compare-gallery h2 {
    margin-bottom: 80px;
}

.mcare-compare-gallery figure {
    float: none;
}
/*Submenu*/



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        left: 0;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

        .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-default .navbar-nav li ul.dropdown-menu a:hover:before {
    display: none;
}
/*-----------------------------Testimonial page---------------------------------------*/



.testimonial-carousel .owl-carousel {
    padding-top: 80px;
}

.testimonial-grid .about-testi-box {
    margin-bottom: 50px;
}

.testimonial-single .about-testi-box {
    margin-bottom: 50px;
}
/*Testi page 2*/



.testimonial-page2 .about-testi-box p i {
    position: absolute;
    font-size: 35px;
    left: 17px;
    top: 10px;
    color: rgba(13, 192, 192, 0.19);
}

.testimonial-page2 .about-testi-box p {
    margin-bottom: 20px;
    border: 0px solid #D1D1D1;
    padding: 15px;
    float: none;
    position: relative;
    padding: 15px 15px 15px 180px;
    text-align: left;
}

    .testimonial-page2 .about-testi-box p span {
        border: 1px solid #ccc;
        display: block;
        padding: 15px 15px 15px 65px;
        border-radius: 6px;
        font-style: italic;
        position: relative;
    }

    .testimonial-page2 .about-testi-box p:before {
        display: none;
    }

    .testimonial-page2 .about-testi-box p:after {
        display: none;
    }

.testimonial-page2 .about-testi-meta h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.testimonial-page2 .testi-con-wrap {
    text-align: center;
    float: left;
    margin-right: 35px;
    display: inline-block;
}

.testimonial-page2 .about-testi-meta {
    padding: 10px 0px 0 0;
    display: inline-block;
    width: 100%;
}

.testimonial-page2 .about-testi-img {
    float: none;
}

.testimonial-page2 .about-testi-meta span {
    font-weight: 400;
    font-size: 15px;
    color: #474747;
    padding: 4px 0px;
    display: inline-block;
    margin-top: 0px;
    font-size: 14px;
    background: no-repeat;
}

.testimonial-page2 .post-image-wrap img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    height: 100%;
    width: 100%;
}

.testimonial-page2 .post-image-wrap {
    width: 80px;
    height: 80px;
    ;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-right: 14px;
    float: none;
    margin: 0 auto;
}

.testimonial-page2 .about-testi-box p span:after {
}

.testimonial-page2 .about-testi-box p span:after, .testimonial-page2 .about-testi-box p span:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testimonial-page2 .about-testi-box p span:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #FFFFFF;
    border-width: 17px;
    margin-top: -35px;
}

.testimonial-page2 .about-testi-box p span:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #AAAAAA;
    border-width: 18px;
    margin-top: -36px;
}

.testimonial-page2 .about-testi-box {
    margin-bottom: 35px;
}

.about-testimonial.testimonial-page2 {
    padding-top: 40px;
}

.testi-grid {
    border-right: 1px dashed #eaeaea;
    border-bottom: 1px dashed #eaeaea;
    padding-top: 35px;
}

    .testi-grid:nth-child(odd) {
        border-right: 0px;
    }

.testimonial-page2 .mcare-news-inner h2 {
    margin-bottom: 45px;
}

.testimonial-page2 .mcare-news-inner {
    padding-top: 0px;
}

.about-testimonial.testimonial-grid, .about-testimonial.testimonial-single {
    padding-top: 40px;
}
/*Faq page*/



.faq-page h2 {
    margin-bottom: 60px;
}

.faq-page .faq-inner {
    margin-top: 45px;
}

.faq-page .faq-title h4 {
    padding-left: 60px;
    padding-bottom: 9px;
}

.faq-page .faq-title i {
    position: absolute;
    color: #fff;
    background: #0dc0c0;
    border-radius: 6px 6px 0 0;
    padding: 7px 12px;
}

    .faq-page .faq-title i:before {
        margin-left: 0px;
        font-size: 18px;
    }

.creative-testi-page.mcare-testimonial-wrap .owl-carousel {
    margin-bottom: 35px;
}

.faq-page .faq-box .aboutus-info-inner .panel-group {
    padding-top: 25px;
}

.faq-page .faq-box {
    margin-bottom: 50px;
    padding: 0 15px;
}
/*-----------------------------------------------------Time tabel----------------------------------------------------------------*/









/**/

/* timetable */

/**/







.timetatble-top {
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #0CA5A5;
    border-radius: 8px;
    margin-bottom: 15px;
}

.timetable-year span {
    float: left;
    border: 1px solid #0CA5A5;
    border-radius: 6px 0 0 6px;
    background: #0CA5A5;
    color: #fff;
    font-size: 21px;
    padding: 10px 12px;
    line-height: 30px;
    text-align: center;
}

.timetable-month {
    display: table;
    margin: auto;
}

    .timetable-month input {
        border-radius: 6px;
        border: 1px solid #0CA5A5;
        height: 30px;
        padding-left: 10px;
        text-align: center;
        padding-right: 10px;
        min-width: 220px;
        background: #0CA5A5;
        color: #fff;
    }

        .timetable-month input:focus {
            outline: none;
        }

    .timetable-month h4 {
        display: block;
        text-align: center;
    }

.timetable-year span i {
    font-size: 21px;
}

.timetable .filter {
    float: right;
    padding-top: 30px;
    padding-bottom: 31px;
    border-radius: 0px 6px 6px 0;
    border: none;
    color: #fff;
    background: #087C7C;
    padding-left: 15px;
    margin-right: -1px;
}

    .timetable .filter:focus {
        outline: none;
    }

.timetable header {
    position: relative;
    height: 94px;
    text-align: center;
    margin-bottom: 25px;
}

.timetable .year {
    position: absolute;
    top: 0;
    left: 0;
    width: 146px;
    font-size: 24px;
    line-height: 94px;
    color: rgba(255,255,255,1);
}

.timetable .month {
    padding-top: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.timetable .day {
    position: relative;
    width: 220px;
    margin: 10px auto;
}

    .timetable .day a {
        position: absolute;
        top: 0;
        width: 28px;
        height: 28px;
        font-size: 28px;
        line-height: 26px;
        text-align: center;
        color: rgba(0,0,0,0.3);
    }

    .timetable .day input {
        height: 28px;
        padding: 3px 40px 3px 5px;
        border-radius: 6px;
        text-align: center;
        border: none;
    }

    .timetable .day .cal {
        top: 0;
        right: 0;
        width: 35px;
        padding-right: 5px;
        font-size: 14px;
        line-height: 28px;
        border-left-width: 1px;
        border-left-style: solid;
    }

    .timetable .day .prev {
        left: -38px;
    }

    .timetable .day .next {
        right: -38px;
    }

.timetable .switcher {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 0;
    font-size: 0;
}

    .timetable .switcher a {
        display: inline-block;
        vertical-align: middle;
        width: 34px;
        height: 34px;
        overflow: hidden;
        margin: 0 2px;
        border-radius: 50px;
        background: #fff;
        box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
        font-size: 14px;
        line-height: 34px;
        text-align: center;
    }

    .timetable .switcher .active {
        box-shadow: 1px 1px 0 rgba(255,255,255,0.1);
        color: #fff;
        cursor: default;
    }

        .timetable .switcher .active:hover {
            color: #fff;
        }

    .timetable .switcher .fa-list {
        line-height: 36px;
    }

.timetable .month-view th {
    width: 14.28%;
    padding: 20px 0 30px 0;
    font-size: 12px;
    line-height: 16px;
}

.timetable .month-view td {
    width: 14.28%;
    border: 1px solid #fff;
    background: #efefef;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    -webkit-user-select: none;
}

    .timetable .month-view td:first-child {
        border-left: 0;
    }

    .timetable .month-view td:last-child {
        border-right: 0;
    }

.timetable .month-view .event {
    position: relative;
}

    .timetable .month-view .event a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .timetable .month-view .event a span {
            display: none;
        }

        .timetable .month-view .event a:hover span {
            display: block;
        }

.timetable .month-view .title {
    padding: 40px 40px 20px 45px;
    text-transform: uppercase;
    color: #fff;
}

.timetable .month-view .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 0 0 0 6px;
}

.timetable .month-view .title + .date {
    color: #fff;
}

.timetable .month-view .details {
    position: relative;
    padding: 20px;
    background: #0dc0c0;
    color: #fff;
}

.timetable .month-view .popup {
    position: absolute;
    width: 150%;
    color: #fff;
    opacity: 0;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    bottom: 40px;
    transition: .5s;
    left: -25%;
}

    .timetable .month-view .popup:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -4px;
        border-top: 4px solid transparent;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .timetable .month-view .popup p {
        padding: 0 20px 20px;
    }

    .timetable .month-view .popup .title {
        padding-top: 20px;
        background: inherit;
        border-radius: 6px 6px 0 0;
        color: #fff;
        padding-left: 20px;
    }

.timetable .month-view .details:before {
    width: 16px;
    height: 16px;
    background: #0DC0C0;
    content: '';
    position: absolute;
    top: -5px;
    border-radius: 50%;
    left: 50%;
    margin-left: -8px;
}

.timetable .month-view .event-container {
    -o-transition: background 0.3s, color 0.3s;
    -ms-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
}

    .timetable .month-view .event-container:hover {
        color: #fff;
    }

        .timetable .month-view .event-container:hover .popup {
            left: -25%;
            opacity: 1;
            z-index: 9;
            border-radius: 6px;
            bottom: 80px;
            transition: .5s;
        }

.timetable .week-view th {
    width: 12.5%;
    padding: 20px 0;
    font-size: 12px;
    line-height: 16px;
    color: #0CA5A5;
}

    .timetable .week-view th span {
        color: #7c7c7c;
    }

.timetable .week-view td {
    width: 12.5%;
    border: 1px solid #e3e3e3;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    -webkit-user-select: none;
}

    .timetable .week-view td:first-child {
        vertical-align: middle;
        text-align: center;
        color: #7c7c7c;
    }

        .timetable .week-view td:first-child i {
            display: block;
            margin: 0 auto 10px;
            width: 18px;
            height: 18px;
            font-size: 18px;
            line-height: 18px;
        }

.timetable .week-view .event {
    position: relative;
}

    .timetable .week-view .event a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .timetable .week-view .event a span {
            display: none;
        }

        .timetable .week-view .event a:hover span {
            display: block;
        }

.timetable .week-view .event-container {
    background: #efefef;
}

.timetable .week-view .event-container {
    -o-transition: background 0.3s, color 0.3s;
    -ms-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
}

    .timetable .week-view .event-container:hover {
        color: #fff;
    }

.timetable .week-view .title {
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
}

.timetable .week-view .details {
    position: relative;
    padding: 20px;
}

.timetable .week-view .popup {
    position: absolute;
    bottom: 100%;
    left: -9999px;
    width: 100%;
    color: #fff;
    opacity: 0;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

    .timetable .week-view .popup:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -4px;
        border-top: 4px solid transparent;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .timetable .week-view .popup p {
        padding: 0 20px 20px;
    }

    .timetable .week-view .popup .title {
        padding-top: 20px;
        background: inherit;
    }

.timetable .week-view .event-container:hover .popup {
    left: 0;
    opacity: 1;
}

.timetable .list-view th {
    width: 15%;
    padding: 20px 0;
    font-size: 12px;
    line-height: 16px;
}

    .timetable .list-view th:last-child {
        width: 70%;
        padding-left: 20px;
        text-align: left;
    }

.timetable .list-view td {
    width: 15%;
    border: 1px solid #e3e3e3;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #7c7c7c;
    -webkit-user-select: none;
}

    .timetable .list-view td i {
        display: block;
        margin: 0 auto 10px;
        width: 18px;
        height: 18px;
        font-size: 18px;
        line-height: 18px;
    }

    .timetable .list-view td:last-child {
        width: 70%;
        vertical-align: top;
        font-size: 13px;
        line-height: 22px;
        text-align: left;
    }

.timetable .list-view .event {
    position: relative;
    padding: 20px;
}

    .timetable .list-view .event a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .timetable .list-view .event a span {
            display: none;
        }

        .timetable .list-view .event a:hover span {
            display: block;
        }

.timetable .list-view .title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #000;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.timetable .list-view .event-container:hover .title {
    color: #fff;
}

.timetable .list-view .event-container {
    background: #efefef;
}

.timetable .list-view .event-container {
    -o-transition: background 0.3s, color 0.3s;
    -ms-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -webkit-transition: background 0.3s, color 0.3s;
}

    .timetable .list-view .event-container:hover {
        color: #fff;
    }

.timetable .list-view .popup {
    position: absolute;
    bottom: 100%;
    left: -9999px;
    width: 100%;
    padding: 20px;
    color: #fff;
    opacity: 0;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

    .timetable .list-view .popup:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -4px;
        border-top: 4px solid transparent;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.timetable .list-view .event-container:hover .popup {
    left: 0;
    opacity: 1;
}

.timetable .mobile-view {
    display: none;
}

    .timetable .mobile-view dt {
        margin-top: 30px;
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
    }

        .timetable .mobile-view dt span {
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

    .timetable .mobile-view li {
        position: relative;
        padding: 14px 0 14px 28px;
        border-bottom: 1px solid #e1e1e1;
        line-height: 20px;
        color: #000;
    }

        .timetable .mobile-view li i {
            position: absolute;
            top: 15px;
            left: 0;
            width: 18px;
            height: 18px;
            font-size: 18px;
            line-height: 18px;
        }

        .timetable .mobile-view li span {
            float: right;
            margin-left: 10px;
            font-size: 12px;
            color: #7c7c7c;
        }
/*vid sec*/





.video_section .mcare-departments {
    background-color: rgba(0, 0, 0, 0.0);
    min-height: 479px;
    width: 100%;
    padding: 1px 15px;
    padding-left: 10%;
}

.video_section .ligth-bg-color.mcare-departments {
    background-color: #f4f4f4;
    min-height: 479px;
    width: 100%;
    padding: 0 15px;
    padding-left: 10%;
}

.video_section .mcare-departments h4.dept-title {
    color: #fff;
}

.video_section .mcare-departments .panel-group {
    margin-bottom: 0px;
}

.video_section .mcare-departments .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.video_section .mcare-departments .department-collapse .panel-default > .panel-heading {
    color: #FFFFFF;
    padding: 0px;
    margin-bottom: 5px;
}

.video_section .mcare-departments .department-collapse .panel-title > a {
    width: 100%;
    display: block;
    padding: 13px 0;
    border: none;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    padding-left: 52px;
    font-weight: 400;
}

    .video_section .mcare-departments .department-collapse .panel-title > a i {
        position: absolute;
        left: 15px;
        color: #FFFFFF;
        top: 9px;
    }

    .video_section .mcare-departments .department-collapse .panel-title > a.collapsed {
        border-bottom: 0px solid #c6c6c6;
        color: #FFFFFF;
    }

.video_section .panel-default > .panel-heading {
    color: #333;
    background-color: rgba(255, 255, 255, 0.19);
    border-color: transparent;
}

.video2 {
    overflow: hidden;
}

.mcare-sid-cac {
    background-color: rgba(13, 192, 192, 0.63);
    min-height: 479px;
    width: 100%;
    padding: 1px 15px;
    padding-left: 10%;
}

    .mcare-sid-cac h4.dept-title {
        display: inline-block;
        width: 100%;
        font-size: 30px;
        margin-top: 60px;
        margin-bottom: 40px;
        color: #fff;
        font-weight: 200;
        text-align: left;
    }

.side-cac-content {
}

    .side-cac-content img {
        border-radius: 6px;
        float: left;
        margin: 0 auto 15px auto;
    }

    .side-cac-content p {
        font-size: 16px;
        line-height: 28px;
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        color: #fff;
        font-weight: 300;
        padding-bottom: 25px;
    }
/*Gallery design 2*/





/*Appolo*/



figure.effect-apollo {
    background: #0EC0C0;
}

    figure.effect-apollo img {
        opacity: 0.95;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1);
    }

    figure.effect-apollo figcaption::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    }

    figure.effect-apollo p {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 3em;
        padding: 0 1em;
        max-width: 175px;
        border-right: 4px solid #fff;
        text-align: right;
        opacity: 0;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-apollo h2 {
        margin: 0px;
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding: 10px 0;
        background: rgba(14, 192, 192, 0.82);
        color: #fff;
        font-size: 21px;
    }

    figure.effect-apollo:hover img {
        opacity: 0.6;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    figure.effect-apollo:hover figcaption::before {
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    }

    figure.effect-apollo:hover p {
        opacity: 1;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
/*Ming*/

figure.effect-ming {
    background: #030c17;
}

    figure.effect-ming img {
        opacity: 0.9;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-ming figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 2px solid #fff;
        box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
    }

    figure.effect-ming h2 {
        margin: 20% 0 10px 0;
        -webkit-transition: -webkit-transform 0.35s;
        /* transition: transform 0.35s; */
        color: #fff;
    }

        figure.effect-ming h2 em {
            padding: 5px 15px;
            background: rgba(14, 192, 192, 0.67);
            font-style: normal;
        }

    figure.effect-ming p {
        padding: 1em;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    figure.effect-ming:hover h2 {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    figure.effect-ming:hover figcaption {
        background-color: rgba(58,52,42,0);
    }

    figure.effect-ming:hover img {
        opacity: 0.4;
    }

.single-drop.dropdown-menu > li:hover:after {
    transform: rotate(45deg);
    transition: .3s;
}

.single-drop.dropdown-menu > li:after {
    /*content: "\f218";*/
    font-family: "Ionicons";
    font-size: 13px;
    left: 15px;
    top: 9px;
    position: absolute;
    color: #0DC0C0;
    transform: rotate(0deg);
    transition: .3s;
}

.single-drop.dropdown-menu > li {
    width: 100%;
    float: left;
    padding-left: 0px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
    border-bottom: 0px dashed #eaeaea;
}

.dropdown-menu > li > a {
    position: relative;
}

.single-drop.dropdown-menu > li:last-child {
    border-bottom: 0px;
}

.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: transparent !important;
}

.single-drop.dropdown-menu > li:hover:before {
    width: 100%;
}

.single-drop.dropdown-menu > li:before {
    content: '';
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.04);
    display: block;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: absolute;
    left: 0px;
    top: 0px;
}

.single-drop.dropdown-menu .inner-dropdown {
    padding: 5px 0px 5px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #FFFFFF;
    border: 0px;
    border-bottom: 2px solid #0EC0C0;
    border-radius: 0px 0px 0px 0px;
    border-top: 2px solid #0EC0C0;
    left: 100%;
    top: -1px !important;
}

.single-drop.dropdown-menu .dropdown .inner-dropdown {
    position: absolute;
    background: #fff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    visibility: visible \9;
    display: none \9;
    overflow: hidden;
    height: 0;
    z-index: -1;
    margin-top: 20px;
}

.single-drop.dropdown-menu .dropdown:hover .inner-dropdown {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    display: block \9;
    top: 100%;
    z-index: 9999;
    height: auto;
    overflow: visible;
    margin-top: 0px;
}

.single-drop.dropdown-menu .dropdown .inner-dropdown li {
    transition: .3s;
}

    .single-drop.dropdown-menu .dropdown .inner-dropdown li:hover {
        background: #F5F5F5;
        transition: .3s;
    }
/*--------------------Short Code Inner---------------------------*/



.sc-inner {
    margin: 40px 0;
    float: left;
    width: 100%;
}

.msg-box-wrap {
    margin: 60px 0 40px 0;
}

.mySkills {
    margin-top: 40px;
    margin-bottom: 40px;
}

.progress-bar {
    background-color: #0EC0C0;
    position: relative;
    border-radius: 4px 0 0 4px;
}

.current-pos-prog {
    position: absolute;
    right: 0px;
    top: -30px;
    background: #20D1D1;
    opacity: 1;
    padding: 5px;
    border-radius: 4px 4px 0 0;
}

.progress {
    overflow: visible;
    height: 15px;
}

.prog-text {
    color: #0EC0C0;
    font-weight: bold;
    margin-bottom: 5px;
}

.light-conter-wrap {
}

    .light-conter-wrap .counter-icon {
        background: rgb(14, 192, 192);
    }

    .light-conter-wrap .counter-style:after {
        border-bottom: 1px dashed #0EC0C0;
    }

    .light-conter-wrap .counter-lable {
        color: #434444;
    }

    .light-conter-wrap .counter-style {
        color: #0EC0C0;
    }

.testimonial-sc .owl-carousel2 {
    background: url(../images/ipad-testi.png) no-repeat bottom center;
    background-size: 100%;
}

.about-team-sc .about2-meeteam-box img {
    float: left;
    width: 180px;
}

.about-team-sc .owl-thumbs {
    text-align: center;
    padding-top: 0px;
}

.about-team-sc .owl-thumb-item {
    box-shadow: none;
    border: none;
    height: 12px;
    width: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 8px;
    outline: none;
    text-indent: -9999px;
}

    .about-team-sc .owl-thumb-item.active {
        background-color: #0dc0c0;
    }

.about-team-sc .owl-carousel6 .owl-thumb-item img {
    display: none;
}

.thumb-carousel h2 {
    margin-bottom: 40px;
}

.sc-quotes-wrap p {
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
/*Elements*/





.team-ele-wrap {
    margin: 50px 0;
}

.el-icobox-wrap.aboutus2-tabs {
    margin-top: 0px;
}

.el-icobox-wrap .about-ibox1, .el-icobox-wrap .about-ibox2, .el-icobox-wrap .about-ibox3, .el-icobox-wrap .about-ibox4 {
    margin-bottom: 50px;
    margin-top: 50px;
}
/*Feature Dropdown*/



.feature-dropdown:before {
    background: url("../images/shortcode-megamenu-bg.png") no-repeat 100% 92%;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}

.testimonail-links {
    padding-bottom: 15px;
    padding-top: 15px;
}

    .testimonail-links ul {
        float: left;
    }

        .testimonail-links ul li {
            float: left;
            width: auto;
            margin-right: 20px;
        }

.mega-dropdown-menu .testimonail-links .menu-items li:hover:before {
    width: 105%;
}

.mega-dropdown-menu .testimonail-links .menu-items li:before {
    left: -3px;
    top: -5px;
}
/*Button Effect*/

a.mcare-button.button1.eff-but:before {
    background: rgba(0, 0, 0, 0.20);
}

a.mcare-button.button1.eff-but:after {
    background: rgba(0, 0, 0, 0.10);
}

a.mcare-button.button2.eff-but:before {
    background: rgb(17, 224, 224);
}

a.mcare-button.button2.eff-but:after {
    background: rgb(13, 192, 192);
}

a.mcare-button.button2.eff-but:hover {
    border: 1px solid #0DC0C0;
}

a.mcare-button.button1.eff-but:hover {
    background: #0DC0C0;
    color: #fff;
}

a.mcare-button.eff-but:before, a.mcare-button.eff-but:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

a.mcare-button.eff-but:hover:before, a.mcare-button.eff-but:hover:after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

a.mcare-button.eff-but:hover:after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.mcare-button.button1:active, .mcare-button.button1:focus {
    color: #fff;
}

.mcare-button.button2:active, .mcare-button.button2:focus {
    color: #fff;
}

.mcare-button.button2.light-bg:active, .mcare-button.button2.light-bg:focus {
    color: #0dc0c0;
}

.mcare-button.button1 {
    border: 1px solid #0DC0C0;
}

    .mcare-button.button1:hover {
        background: transparent;
    }

    .mcare-button.button1.light-bg:hover {
        background: transparent;
        color: #0DC0C0;
    }

.mcare-button.button2:hover {
    background: #0DC0C0;
    border: 1px solid #0DC0C0;
}

.mcare-button.button2.light-bg:hover {
}

a.mcare-button.button1.eff-but.light-bg:after {
    background: rgb(13, 192, 192);
}

a.mcare-button.button1.eff-but.light-bg:before {
    background: rgb(17, 224, 224);
}
/*Button Shortcode*/



.sc-buttons-wrap {
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

.button2.light-bg {
    background: none;
    border: 1px solid #0DC0C0;
    color: #0DC0C0;
}

    .button2.light-bg:hover {
        color: #fff;
    }

.button2 i, .button1 i {
    font-size: 21px;
    margin-right: 15px;
    position: relative;
    top: 1px;
    line-height: 0;
}

label.error {
    color: #a94442;
    margin-bottom: 25px;
    margin-top: -20px;
}

.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 999999;
}

#app-modal .modal-content {
    display: inline-block;
}

#app-modal .modal-body {
    position: relative;
    padding: 10px 10px 20px 10px;
    display: inline-block;
}

#app-modal .close {
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #0CB1B1;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20);
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
}

    #app-modal .close:focus, #app-modal .close:active {
        outline: none;
        border: 0px;
    }

#app-modal .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.mcare-fullwith-section.mcare-departments {
    display: none;
}

.mcare-aboutclinic-tabs .mcare-services1-content1 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mcare-aboutclinic-tabs .services1-content1-listing {
    padding-top: 70px;
}

.dropdown-menu .inner-dropdown > li > a {
    padding: 7px 20px 8px 20px;
}

.dropdown-menu.single-drop .inner-dropdown {
    padding: 0px 0px 0px 0px;
}

.home .mcare-news-wrap {
    padding-top: 90px;
}

.inner-pg section.mcare-text-ibox1-wrap {
    padding-top: 45px;
    padding-bottom: 90px;
}

    .inner-pg section.mcare-text-ibox1-wrap.about3-con {
        padding-top: 45px;
        padding-bottom: 45px;
    }

.audio-wrap audio {
    width: 100%;
}

.mcare-caction2-wrap.display-cls {
    display: block;
}

.extra-margin {
    margin: 90px 0;
}

.active-sub {
    background: rgba(0, 0, 0, 0.04);
}

.active-sub-inner {
    background: #0DC0C0;
}

.single-drop.dropdown-menu > li.active-sub-inner:after {
    color: #fff !important;
}

.active-sub-inner a {
    color: #fff !important;
}

form input:required:invalid, form textarea:required:invalid {
    outline: none;
}

form input:invalid, form textarea:invalid {
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */

    .foot-subscribe .subscribe-button {
        padding: 9px 0px 9px 0px;
    }

    .owl-carousel4 .owl-thumb-item {
        display: inline-block;
    }

    .about-testimonial .owl-thumb-item {
        height: 15px;
    }

    .mcare-foot-appform button {
        bottom: 15px;
    }
}

.slide-men-wrap {
    float: right;
    overflow: hidden;
    display: inline-block;
}
/*--------Pre Loader-----------*/



div#preloader {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background: url('../images/pre-back55.html') center center fixed;
    z-index: 999999999999999999999;
}

    div#preloader.pre2 {
        background: url("../images/load1.html") no-repeat 80% 50%, url("../images/load4.html") no-repeat 20% 50%;
        background-color: #fff;
    }

    div#preloader.pre3 {
        background: #fff;
    }

.preload-logo1 {
}

.loader3 .navbar {
    z-index: 9999999999999999999999;
}

.loader4 .navbar {
    z-index: 9;
}

.preload-logo {
    margin-top: 0px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #212124;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.preloader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    text-align: center;
}

.back-logo {
    z-index: -1;
    color: #efefef;
    position: absolute;
    font-size: 85px;
    text-align: center;
    width: 100%;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: -19px 0 0 0;
}

.preload-gif {
    margin-top: 10px;
    opacity: .6;
}

/*Responsive design*/



@media screen and (max-width: 1190px) { /* laptop */
    .page-header.main-page:after {
        margin-right: -496px;
    }

    .timetable .filter {
        width: 220px;
    }

    .timetable .month-view .title {
        padding: 35px 15px 15px 15px;
    }

    .timetable .month-view .date {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .timetable .month-view .details {
        padding: 15px;
    }

    .timetable .month-view .popup p {
        padding: 0 15px 15px;
    }

    .timetable .month-view .popup .title {
        padding-top: 35px;
    }

    .timetable .week-view th span {
        display: none;
    }

    .timetable .week-view .title {
        padding: 15px;
    }

    .timetable .week-view .details {
        padding: 15px;
    }

    .timetable .week-view .popup p {
        padding: 0 15px 15px;
    }
}

@media screen and (max-width: 980px) { /* pad */
    .page-header.main-page:after {
        margin-right: -395px;
    }

    .timetable .filter {
        width: 171px;
    }

    .timetable .month-view th, .timetable .month-view td {
        font-size: 11px;
        line-height: 14px;
    }

    .timetable .month-view .title {
        padding: 20px 10px 10px 10px;
        font-size: 11px;
        line-height: 15px;
    }

    .timetable .month-view .date {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }

    .timetable .month-view .details {
        padding: 10px;
    }

    .timetable .month-view .popup p {
        padding: 0 10px 10px;
    }

    .timetable .month-view .popup .title {
        padding-top: 20px;
    }

    .timetable .week-view th, .timetable .week-view td {
        width: 14.14%;
        font-size: 11px;
        line-height: 14px;
    }

        .timetable .week-view th:first-child, .timetable .week-view td:first-child {
            width: 1%;
            padding: 0 5px;
        }

    .timetable .week-view .title {
        padding: 10px;
    }

    .timetable .week-view .details {
        padding: 10px;
    }

    .timetable .week-view .popup p {
        padding: 0 10px 10px;
    }
}

@media screen and (max-width: 767px) { /* phone */
    .page-header.main-page:after {
        display: none;
    }

    .timetable header {
        height: auto;
    }

    .timetable .year {
        position: static;
        width: auto;
        line-height: 48px;
    }

    .timetable .month {
        padding-top: 20px;
    }

    .timetable .switcher {
        position: static;
        width: auto;
        margin-top: 20px;
        padding: 15px 0;
    }

    .timetable .month-view, .timetable .week-view, .timetable .list-view {
        display: none;
    }

    .timetable .mobile-view {
        display: block;
    }
}

@media screen and (max-width: 479px) { /* mini phone */
    .timetable .filter {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .timetable .day {
        width: auto;
        margin-right: 48px;
        margin-left: 48px;
    }
}
/**/

/* timetable */

/**/

.timetable header {
    background: #0dc0c0;
}

.timetable .year {
    background: #0CA5A5;
}

.timetable .day .cal {
    border-left-color: #0dc0c0;
    color: #0dc0c0;
}

.timetable .switcher {
    background: #0CA5A5;
}

    .timetable .switcher a:hover {
        color: #0dc0c0;
    }

    .timetable .switcher .active {
        background: #0dc0c0;
    }

.timetable .month-view th {
    color: #0dc0c0;
    text-align: center;
}

.timetable .month-view .title {
    background: none;
    color: #444;
}

    .timetable .month-view .title i {
        position: absolute;
        left: 15px;
    }

        .timetable .month-view .title i:before {
            margin-left: 0px;
            margin-right: 15px;
        }

    .timetable .month-view .title + .date {
        background: #0CA5A5;
        border-radius: 0 0 0 6px;
    }

.timetable .month-view .popup {
    background: #0CA5A5;
}

    .timetable .month-view .popup:after {
        border-top-color: #0CA5A5;
    }

    .timetable .month-view .popup .date {
        background: rgba(255,255,255,0.3);
        border-radius: 0 6px 0 6px;
    }

.timetable .month-view .event-container:hover {
    background: #0dc0c0;
}

.timetable .week-view th {
    color: #0dc0c0;
}

.timetable .week-view td:first-child i {
    color: #0dc0c0;
}

.timetable .week-view .event-container:hover {
    background: #0dc0c0;
}

.timetable .week-view .title {
    background: #0dc0c0;
}

.timetable .week-view .popup {
    background: #0CA5A5;
}

    .timetable .week-view .popup:after {
        border-top-color: #0CA5A5;
    }

.timetable .list-view th {
    color: #0dc0c0;
}

.timetable .list-view td i {
    color: #0dc0c0;
}

.timetable .list-view .event-container:hover {
    background: #0dc0c0;
}

.timetable .list-view .popup {
    background: #0CA5A5;
}

    .timetable .list-view .popup:after {
        border-top-color: #0CA5A5;
    }

.timetable .mobile-view dt span {
    border-bottom-color: #0dc0c0;
}

.timetable .mobile-view li i {
    color: #0dc0c0;
}
/*404*/



.mcare-notfound {
    padding-bottom: 0px;
    margin-bottom: -45px;
}

    .mcare-notfound h2 {
        margin-bottom: 30px;
    }

.notfound-icon {
    text-align: center;
    position: relative;
}

    .notfound-icon i {
        font-size: 210px;
        line-height: .5;
        color: rgba(14, 192, 192, 0.12);
    }

    .notfound-icon h4 {
        position: absolute;
        width: 100%;
        font-size: 55px;
        color: #0EC0C0;
        top: 25%;
    }

.notfound-text {
    text-align: center;
    position: relative;
}

    .notfound-text h4 {
        font-size: 35px;
        margin-top: 0px;
    }

    .notfound-text p {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 18px;
    }

    .notfound-text .button1:hover {
        background: #fff;
        color: #46494c;
        transition: .3s;
        border: 1px solid #0dc0c0;
    }

    .notfound-text .button1 {
        transition: .3s;
        border: 1px solid #0dc0c0;
    }
/*Not found two*/





.mcare-notfound.notfound2 {
    padding-bottom: 0px;
    margin-bottom: 45px;
}

.notfound2 .notfound-icon {
    float: left;
}

    .notfound2 .notfound-icon i {
        font-size: 200px;
        line-height: 1;
        color: rgba(14, 192, 192, 0.12);
    }

    .notfound2 .notfound-icon h4 {
        position: relative;
        width: 100%;
        font-size: 100px;
        color: #E3F8F8;
        margin-top: -35px;
        line-height: 1;
    }

.notfound2 .notfound-text {
    text-align: left;
    position: relative;
    float: left;
    width: 80%;
    padding-left: 10%;
    padding-top: 3%;
}

.notfound2.mcare-notfound h2 {
    margin-bottom: 50px;
}

.notfound2 .notfound-text p {
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 18px;
}
/*Search page*/



.search-box.for-page {
    display: block;
    background: rgba(13, 192, 192, 0.09);
    border-radius: 0px;
}

    .search-box.for-page h4 {
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 1px dashed #337ab7;
        margin-bottom: 5px;
        width: 100%;
    }

        .search-box.for-page h4 span {
            font-size: 13px;
            font-weight: normal;
            float: right;
            color: #979797;
            font-family: "Roboto", Helvetica, Arial, sans-serif;
        }

    .search-box.for-page.mcare-news-box {
        padding: 0 15px;
    }

    .search-box.for-page p {
        padding-bottom: 5px;
    }

    .search-box.for-page .foot-meta {
        /*padding-bottom: 10px;*/
        margin-top: -20px;
        border-top: 0px solid #d9d9d9;
        border-bottom: 0px solid #d9d9d9;
    }

    .search-box.for-page .doc-social-wrap > i.share-social {
        background: none;
    }

.mcare-news-box.search-box.no-img-post .news-author {
    padding: 0px 0 14px 0;
}
/*Our clinic wrap*/





.ourclinic-top {
}

.mcare-ourclinic h2 {
    margin-bottom: 45px;
}

.time-line-box h4, .carousel-ourclinic h4 {
    margin-bottom: 35px;
}

.time-line-box ul {
    margin-top: -15px;
}

.time-line-box {
    padding-right: 20px;
}

.carousel-ourclinic {
    padding-left: 20px;
}

.time-line-box ul li {
    padding: 18px 0 18px 50px;
    position: relative;
    transition: .3s;
}

    .time-line-box ul li:before {
        content: "\f024";
        height: 30px;
        width: 30px;
        border: 1px solid #0DC0C0;
        background: rgba(255, 255, 255, 1);
        position: absolute;
        left: 0;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font: normal normal normal 14px/1 FontAwesome;
        color: #0DC0C0;
        text-align: center;
        line-height: 30px;
        top: 14px;
    }

    .time-line-box ul li:after {
        content: "";
        height: 31px;
        width: 1px;
        background: #0DC0C0;
        position: absolute;
        left: 15px;
        top: 43px;
    }

    .time-line-box ul li:last-child:after {
        display: none;
    }

    .time-line-box ul li span {
        color: #fff;
        background: #0dc0c0;
        padding: 2px 5px;
        border-radius: 4px;
        float: right;
    }

    .time-line-box ul li:hover {
        background: rgba(13, 192, 192, 0.16);
        transition: .3s;
        padding-right: 15px;
        border-radius: 6px;
    }

.ourclinic-content {
    margin-top: 25px;
    margin-bottom: 15px;
}

.mcare-ourclinic .ourclinic-content h2 {
    margin-bottom: 25px;
}

.mcare-ourclinic .ourclinic-content p {
    padding-bottom: 25px;
}

    .mcare-ourclinic .ourclinic-content p .block-author {
        width: 100%;
        display: block;
        padding-bottom: 5px;
        font-weight: 600;
        padding-top: 5px;
    }

.mcare-ourclinic .ourclinic-top .padding-spacer-bot {
    padding-bottom: 45px;
    float: left;
    width: 100%;
}

.mcare-ourclinic .ourclinic-top {
    float: left;
    width: 100%;
}

.mcare-ourclinic .ourclinic-locinfo {
}

.mcare-Contact3-address.our-clinic-page {
    margin-top: 0px;
    margin-bottom: -45px;
}

.mcare-Contact3-address.our-clinic-page {
    margin-top: 20px;
    margin-bottom: -45px;
}

.about-testimonial.our-clinic-page2 {
    margin-top: 35px;
    margin-bottom: -45px;
}

.our-clinic-page.about-testimonial {
    padding-top: 15px;
}

.about-testimonial.our-clinic-page .mcare-news-inner {
    padding-top: 35px;
}

.ourclinic-social .about-tabs-list {
    padding-top: 30px;
    padding-bottom: 10px;
}

    .ourclinic-social .about-tabs-list li {
        padding: 10px 0 10px 30px;
    }

.our-clinic-page.about-testimonial .owl-thumbs {
    text-align: center;
    padding-top: 20px;
}

.our-clinic-page .caction-social.try-two .caction-social-icons div a {
    color: #fff;
    font-size: 21px;
    padding: 20px 15px;
    display: block;
}
/*Our clinic page 2*/



.ourclinic-page2 .ourclinic-top p {
    padding-bottom: 35px;
}

.ourclinic-page2 .ourclinic-top h4 {
    margin-bottom: 30px;
}

.mcare-services1-content1.ourclinic-page2 {
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: -20px;
}

    .mcare-services1-content1.ourclinic-page2 h2 {
        margin-bottom: 70px;
    }

.ourclinic-page2 .ourclinic-gallery {
    border: 1px dashed rgba(13, 192, 192, 0.31);
    border-radius: 6px;
    width: 100%;
    padding: 15px 10px;
    padding-bottom: 0px;
    float: left;
    margin-top: 15px;
    background: rgba(13, 192, 192, 0.03);
}

    .ourclinic-page2 .ourclinic-gallery img {
        float: left;
        height: 111px;
        width: 111px;
        border-radius: 6px;
        margin: 0 9px;
        margin-bottom: 15px;
        border: 1px solid rgba(13, 192, 192, 0.19);
    }

    .ourclinic-page2 .ourclinic-gallery a:last-child img {
        margin-right: 0px;
    }

.ourclinic-page2.mid-content {
    padding-top: 90px;
}

.ourclinic-page2 .mcare-progressbars {
    margin-top: 45px;
}

    .ourclinic-page2 .mcare-progressbars .progress {
        height: 8px;
    }

    .ourclinic-page2 .mcare-progressbars .progress {
        height: 8px;
        margin-bottom: 27px;
    }

.ourclinic-page2 .carousel-ourclinic2 {
    margin-top: 45px;
}

.ourclinic-page2.bottom-content h4 {
    margin-bottom: 45px;
}

.ourclinic-address {
    margin-top: 20px;
}

    .ourclinic-address li {
        margin-bottom: 0px;
        width: 100%;
        padding-top: 15px;
        position: relative;
        line-height: 2em;
        padding-left: 105px;
        color: #979797;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 15px;
        transition: .5s;
    }

        .ourclinic-address li:last-child {
            border-bottom: none;
        }

        .ourclinic-address li:hover {
            transition: .5s;
            background: rgba(13, 192, 192, 0.19);
        }
        /*.ourclinic-address li:hover a i{

transition:.5s;

color: #fff;

}



.ourclinic-address li:hover i{

transition:.5s;

color: #fff;

}



.ourclinic-address li:hover a{

transition:.5s;

color: #fff;

}*/



        .ourclinic-address li i {
            position: absolute;
            left: 31px;
            top: 15px;
            font-size: 30px;
            color: #0dc0c0;
        }

        .ourclinic-address li a {
            color: #979797;
        }

            .ourclinic-address li a:hover {
                color: #0dc0c0;
            }

            .ourclinic-address li a i {
                color: #0dc0c0;
            }

.ourclinic-page2.bottom-content .social-wrap-head {
    margin-top: 12px;
}

    .ourclinic-page2.bottom-content .social-wrap-head li:last-child .head-social-icon {
        border-right: 1px solid #E4E4E4;
    }

    .ourclinic-page2.bottom-content .social-wrap-head .head-social-icon:after {
        visibility: hidden;
        opacity: 0;
    }

    .ourclinic-page2.bottom-content .social-wrap-head a:hover .head-social-icon:before, .ourclinic-page2.bottom-content .social-wrap-head a:hover .head-social-icon:after {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
        visibility: visible;
    }

.ourclinic-page2.bottom-content .head-social-icon {
    font-size: 14px;
    height: 60px;
    width: auto;
    float: left;
    padding: 0 26px;
    color: #969696;
    background: none;
    transition: .5s;
    line-height: 60px;
}

.ourclinic-page2.bottom-content .social-wrap-head li:last-child {
    border-right: none;
}

.ourclinic-page2.bottom-content .head-social-icon:before {
    line-height: 60px;
    display: block;
}

.ourclinic-page2.bottom-content .social-wrap-head .head-social-icon:after {
    top: -60px !important;
}

.ourclinic-page2.bottom-content .social-wrap-head li {
    background: none;
    float: left;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #E4E4E4;
    position: relative;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
/*submit effect*/





#cuboid {
    width: auto;
    margin: 0 auto;
    /*this also makes #cuboid a container for absolutely positioned descendants*/
    perspective: 1000px;
}

    #cuboid form {
        /*counter translate*/
        transform: translateZ(-20px);
        /*propogate 3d space for children*/
        transform-style: preserve-3d;
        /*prevent height collapse as children are absolutely positioned*/
        height: 40px;
        /*for smooth animations*/
        transition: all 0.35s;
    }
/*faces*/

.cuboid-text {
    line-height: 40px !important;
    height: 40px;
    background: hsl(219, 11%, 29%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 0px !important;
    margin-bottom: 0px;
}

.loader {
    background: hsl(120, 40%, 30%);
    animation: phase 1s infinite;
}

/*Lets create a pulsating animation for the loader face*/

@keyframes phase {
    50% {
        background: hsl(120, 70%, 30%);
    }
}

#emaill {
    background: white;
    outline: none;
    border: 0 none;
    font: inherit;
    text-align: left;
    color: hsl(120, 40%, 30%);
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

#submit {
    display: none;
}

.submit-icon, .reset-icon {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.25);
    line-height: 40px;
    padding: 0 10px;
    /*smooth transitions when user activates input and types something*/
    transition: all 0.5s;
    /*to make the icons feel like buttons*/
    cursor: pointer;
    margin-bottom: 0px;
}
    /*.active = when the user is typing something*/

    .submit-icon.active {
        color: hsl(120, 40%, 30%);
    }

.reset-icon {
    color: rgba(255, 255, 255, 0.25);
    font-size: 14px;
}

#cuboid div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
    /*3D transforms. Each face will be rotated in multiples of -90deg and moved 20px(half of their 40px height) out*/

    #cuboid div:nth-child(1) {
        transform: rotateX(0deg) translateZ(20px);
    }

    #cuboid div:nth-child(2) {
        transform: rotateX(-90deg) translateZ(20px);
    }

    #cuboid div:nth-child(3) {
        transform: rotateX(-180deg) translateZ(20px);
    }

    #cuboid div:nth-child(4) {
        transform: rotateX(-270deg) translateZ(20px);
    }
/*the form will have 4 states/classes(default+3) for rotation*/

#cuboid form:hover, #cuboid form.ready {
    transform: translateZ(-20px) rotateX(90deg);
}

#cuboid form.loading {
    transform: translateZ(-20px) rotateX(180deg);
}

#cuboid form.complete {
    transform: translateZ(-20px) rotateX(270deg);
}
/*Menu Responsive*/



.res-men-col {
    display: none;
}
/*dropdown effect*/



.dropdown-submenu > .dropdown-menu {
    position: absolute;
    background: #fff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
    visibility: visible \9;
    display: none \9;
    overflow: hidden;
    height: 0;
    z-index: -1;
    transition: .5s ease;
    margin-top: 20px;
}

.dropdown-submenu:hover > .dropdown-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    display: block \9;
    top: 100%;
    z-index: 9999;
    -webkit-transition: opacity 300ms linear 0s, max-height 500ms ease, visibility 200ms linear 0s, top 200ms linear 0s;
    -moz-transition: opacity 300ms linear 0s, max-height 500ms ease, visibility 200ms linear 0s, top 200ms linear 0s;
    transition: opacity 300ms linear 0s, max-height 500ms ease, visibility 200ms linear 0s, top 200ms linear 0s;
    height: auto;
    overflow: visible;
    transition: .5s ease;
    margin-top: 0px;
}

.mega-dropdown {
    position: static !important;
}

.contact-menu-top.mega-dropdown-menu {
    padding: 0 0px;
}

.mega-dropdown-menu {
    padding: 15px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #FFFFFF;
    border: 0px;
    border-bottom: 5px solid #0EC0C0;
    border-radius: 0px 0px 0px 0px;
    border-top: 5px solid #0EC0C0;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #222;
                padding: 9px 5px;
                position: relative;
            }

    .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        outline: none;
    }

    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #242528;
        padding: 0px 0px 8px 0px;
        line-height: 30px;
        margin-top: 0px;
        position: relative;
        border-bottom: 1px solid #0EC0C0;
        margin-bottom: 15px;
    }

.dropdown-header i {
    display: none;
}

.mega-dropdown-menu .dropdown-header:after {
    content: "\e010";
    font-family: Flaticon;
    position: absolute;
    bottom: -15px;
    left: 2px;
    font-size: 17px;
    color: #0EC0C0;
}

.mega-dropdown-menu .dropdown-header i:before {
    margin-left: 0px;
    font-size: 20px;
    color: #47484C;
    margin-right: 11px;
}
/*Custom Mega Menu*/





.navbar-nav > li > .dropdown-menu.single-drop {
    padding: 0px 0px 0px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #FFFFFF;
    border: 0px;
    border-bottom: 5px solid #e64825;
    border-radius: 0px 0px 0px 0px;
    border-top: 5px solid #e64825;
    min-width: 220px;
}

.meg-menu-box {
    padding: 15px 0;
}

.contact-menu-box.meg-menu-box {
    padding: 0px 0;
    background: #F3F3F3;
}

.meg-menu-box .dropdown-header i:before {
    margin-left: 0px;
    font-size: 20px;
    color: #47484C;
    margin-right: 11px;
}

.meg-menu-box ul.meg-page-links li {
    float: left;
    width: 100%;
}

    .meg-menu-box ul.meg-page-links li a:hover {
        background: #F3F3F3;
        padding-left: 8px;
        transition: .3s;
    }

    .meg-menu-box ul.meg-page-links li a {
        float: left;
        width: 100%;
        padding: 8px 0 8px 0;
        color: #009090;
        border-bottom: 1px dashed #13E4E4;
        transition: .3s;
    }

.meg-menu-box ul.contact-menu-address {
    float: left;
    width: 100%;
    padding: 25px 15px 0 15px;
}

    .meg-menu-box ul.contact-menu-address li {
        padding-left: 45px;
        position: relative;
        float: left;
        padding-bottom: 20px;
        line-height: 30px;
        padding-right: 20px;
    }

        .meg-menu-box ul.contact-menu-address li:last-child {
            padding-bottom: 0px;
        }

        .meg-menu-box ul.contact-menu-address li i {
            position: absolute;
            left: 0px;
            font-size: 21px;
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px;
            background: #0EC0C0;
            color: #fff;
        }

        .meg-menu-box ul.contact-menu-address li span {
        }

        .meg-menu-box ul.contact-menu-address li a {
            color: #242528;
        }

.home_gmap3 {
    width: 100%;
    z-index: 99;
}

.meg-menu-box.contact-menu-box {
    z-index: 999;
}

.map-menu-box.meg-menu-box {
    padding: 0px;
}

.menu-items li {
    width: 100%;
    float: left;
    padding-left: 26px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 2px;
}

    .menu-items li:after {
        content: "\f218";
        font-family: "Ionicons";
        font-size: 13px;
        left: 0px;
        top: 2px;
        position: absolute;
        color: #0DC0C0;
        transform: rotate(0deg);
        transition: .3s;
    }

    .menu-items li:hover:after {
        transform: rotate(45deg);
        transition: .3s;
    }

.mega-dropdown-menu .menu-items li a {
    width: 100%;
    float: left;
    display: block;
    color: #47484C;
    padding: 0px 0px;
}

.mega-dropdown-menu .menu-items li:before {
    content: '';
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.04);
    display: block;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: absolute;
    left: -5px;
    top: -5px;
}

.mega-dropdown-menu .menu-items li:hover:before {
    width: 100%;
}

.menu-items-utility li {
    width: 100%;
    float: left;
    padding-left: 30px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 2px;
    position: relative;
}

    .menu-items-utility li a {
    }

        .menu-items-utility li a i {
            position: absolute;
            left: -18px;
            top: 12px;
            color: #0EC0C0;
        }

.mega-dropdown-menu .menu-items-utility li:hover:before {
    width: 100%;
}

.mega-dropdown-menu .menu-items-utility li:before {
    content: '';
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.04);
    display: block;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: absolute;
    left: 0px;
    top: 0px;
}

.short-code-menu-back {
    /*background: #fff url("../images/para4.png") no-repeat;*/
    background-size: cover;
}

.feature-dropdown .menu-items {
    padding-top: 10px;
}
/*li.menu-item-has-mega-menu {

    position: static!important;

}



.dropdown-submenu .mega-menu {

    left: 0;

    margin-top: -6px;

    margin-left: -1px;

    border-radius: 0 0px 0px 0px;

}



.dropdown-submenu .mega-menu {

    opacity: 0;

    visibility: hidden;

    overflow: hidden;

    position: absolute;

    background: #fff;

    border-top: 5px solid #0DC0C0;

    z-index: 9;

    box-shadow: 0px 1px 7px rgba(129,129,129,.1);

    -webkit-transition-property: opacity, visibility, margin;

    transition-property: opacity, visibility, margin;

    -webkit-transition-timing-function: ease-in-out;

    transition-timing-function: ease-in-out;

    -webkit-transition-duration: .2s;

    transition-duration: .2s;

    margin-top: 0px;

    margin-left: -100px;

}





.dropdown-submenu:hover .mega-menu {



}

.dropdown-submenu:hover .mega-menu {

    display: block;

    opacity: 1;

    visibility: visible;

    margin-top: 0;

    margin-left: 0px;

}



.mega-menu{

  position: absolute!important;

    left: 0;

    right: 0;

    width: 100% !important;

}



.mega-menu ul.mega-menu-row {

    position: static;

    float: none;

        background: #fff;

            width: 100%!important;

                width: 100%;

    display: table;

    table-layout: fixed;

    padding: 0;

    transition: all .2s ease-in-out;

        z-index: 99999;

}



.mega-menu .menu-item-mega {

    float: none;

    color: #fff;

    font-size: 13px;

    line-height: 20px;

        display: table-cell;

    width: 1px;

        padding: 20px 0;

            position: relative;

}







.mega-menu .menu-item-mega .inner-submenu{

    background: #fff;

        visibility: visible;

    margin-top: 0;

    border-top: 0;

    transition: all .2s ease-in-out;

}



.mega-menu .menu-item-mega .inner-submenu li{

        float: none;

    color: #fff;

    font-size: 13px;

    line-height: 20px;

        width: 100%;

    padding: 0;

    position: relative;

        border: 0;

    display: block;

    height: auto;

        text-align: left;

}





.mega-menu .menu-item-mega .inner-submenu li a{

color: #4d4d4d;

    font-size: 13px;

        border-top: none;

    width: 100%;

    padding-top: 8px;

    padding-bottom: 8px;

    line-height: 20px;

    padding-left: 30px;

        display: block;

        transition:.5s;

        border-bottom: 1px solid #F7F7F7;



}



.mega-menu .menu-item-mega .inner-submenu li a:hover{

    transition: .5s;

    background: rgb(247, 247, 247);

}



.mega-menu .menu-item-mega .mega-content img{

  width: 150px;

}



.mega-menu .menu-item-mega .Sub-mega-title{

    color: #414042;

    font-size: 16px;

    line-height: 20px;

    margin-bottom: 25px;

    padding: 0 30px;

    position: relative;

    width: 100%;

    display: table;

    text-align: center;



}



.mega-menu .menu-item-mega:after {

    position: absolute;

    right: 0px;

    content: '';

    width: 1px;

    border-right: 1px dashed #EFEFEF;

    height: 100%;

    top: 0%;

  }



  .mega-menu .menu-item-mega:last-child:after{

  display: none;

}



.mega-menu .menu-item-mega:first-child .Sub-mega-title{

  visibility: hidden;

}



.navbar-default .navbar-nav .mega-menu  li > a:hover:before{display: none;}





.mega-menu .menu-item-mega .Sub-mega-title:after{

    position: absolute;

    content: '';

    width: 80%;

    left: 50%;

    height: 1px;

    margin-left: -40%;

    border-bottom: 1px solid #0DC0C0;

    bottom: -15px;

}



.mega-menu .menu-item-mega .Sub-mega-title:before{

position: absolute;

    content: "\f217";

    font-family: "Ionicons";

    bottom: -24px;

    color: #0DC0C0;

    text-align: center;

    width: 30px;

    left: 50%;

    margin-left: -15px;

    background-color: #fff;

    z-index: 9;

    text-align: center;



}*/



/*Side Menu*/



.menu-logo img {
    display: table;
    margin: 0 auto;
}

.menu-logo {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px dashed #575A67;
}

.side-men-buttons {
    margin: 40px 0 10px 0;
    text-align: center;
    border-bottom: 1px dashed #575A67;
    padding-bottom: 31px;
}

    .side-men-buttons .men-but {
        display: inline-block;
        padding: 5px 25px;
        border: 1px solid #0DC0C0;
        border-radius: 4px;
        margin-right: 25px;
        color: #fff;
        transition: .5s;
    }

        .side-men-buttons .men-but:hover {
            transition: .5s;
            background: #009c9b;
            color: #fff;
        }

        .side-men-buttons .men-but:last-child {
            margin-right: 0px;
        }

.menu-wrap .doc-social-wrap, .cbp-spmenu .doc-social-wrap {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 200px;
}

.menu-wrap nav.menu, .cbp-spmenu nav.menu {
    overflow-y: auto;
    position: initial !important;
}

.menu-wrap .doc-social li a, .cbp-spmenu .doc-social li a {
    color: #0dc0c0;
    font-size: 14px;
    padding: 9px 10px;
    transition: .3s;
    display: block;
}

.menu-wrap .doc-social li, .cbp-spmenu .doc-social li {
    display: inline-block;
}

.menu-wrap .doc-social-wrap > i.share-social, .cbp-spmenu .doc-social-wrap > i.share-social {
    font-size: 24px;
    float: right;
    color: #0dc0c0;
    padding: 2px 10px 2px 10px;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    z-index: 9;
}

.side-menu-txt {
    text-align: center;
    position: relative;
}

    .side-menu-txt i.back-icon {
        position: absolute;
        font-size: 76px;
        color: #30323B;
        top: 5px;
        margin: 0px;
        left: 50%;
        margin-left: -38px;
        z-index: 1;
    }

    .side-menu-txt i {
        color: #fff;
        font-size: 35px;
        margin: 25px 0;
        z-index: 2;
        position: relative;
    }

    .side-menu-txt p {
        color: #fff;
        font-size: 15px;
        line-height: 25px;
    }

.side-men-gal {
    margin-top: 25px;
}

    .side-men-gal li {
        display: inline-block;
        width: 28%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

        .side-men-gal li img {
            border: 3px solid #009c9b;
        }

.side-men-title h3 {
    color: #0DC0C0;
    text-align: center;
    margin: 25px 15px 35px 15px;
}

.side-men-cat {
    margin-bottom: 25px;
}

    .side-men-cat a {
        padding: 5px 10px;
        border: 1px solid #009c9b;
        color: #fff;
        display: inline-block;
        width: auto;
        margin-right: 0px;
        margin-bottom: 5px;
    }

        .side-men-cat a:hover {
            transition: .5s;
            background: #009c9b;
            color: #fff;
        }

.column-cls {
    margin-top: 40px;
    margin-bottom: 40px;
}

.b-author {
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: left;
    padding-right: 15px;
    padding-top: 5px;
}

.caps-two {
    display: block;
    font-size: 23px;
    text-align: center;
    background-color: transparent;
    float: left;
    border: 1px solid #0EC0C0;
    margin: 7px 15px 0 0;
    border-bottom: 3px solid;
    color: #0EC0C0;
    padding: 18px 19px;
}

.caps-three {
    display: block;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    background-color: transparent;
    float: left;
    margin: 7px 15px 0 0;
    color: #0EC0C0;
    padding: 6px 5px;
}

.sc-heading-box {
    border: 1px solid #0EC0C0;
    padding: 30px;
    margin-bottom: 30px;
    transition: .5s;
}

    .sc-heading-box:hover {
        transition: .5s;
        border: 1px dashed #0EC0C0;
    }

.all-bold h1, .all-bold h2, .all-bold h3, .all-bold h4, .all-bold h5, .all-bold h6 {
    font-weight: 700;
}

.typo-headings {
    margin-top: 25px;
}

.highlight-urgent {
    color: #fff;
    background: #e2492f;
}

.highlight-urgent, .highlight-important, .highlight-notice {
    padding: 1px 5px;
}

.highlight-important {
    color: #fff;
    background: #2f2f2f;
}

.highlight-notice {
    color: #2f2f2f;
    background: #fbffa3;
}

ul.check-list-1 li:before {
    font-size: 13px;
    content: '\f00C';
}

ul.check-list-2 li:before {
    font-size: 13px;
    content: '\f058';
}

ul.check-list-3 li:before {
    font-size: 13px;
    content: '\f14a';
}

ul.dot-circle-list li:before {
    font-size: 13px;
    content: '\f192';
}

ul.med-list-1 li:before {
    font-size: 13px;
    content: "\f0fa";
}

ul.med-list-2 li:before {
    font-size: 13px;
    content: "\f0f0";
}

ul.med-list-3 li:before {
    font-size: 13px;
    content: "\f0fd";
}

ul.med-list-4 li:before {
    font-size: 13px;
    content: "\f0f1";
}

.check-list-disc li {
    list-style-type: disc;
}

.check-list-num {
    margin: 0px;
    padding: 0px;
}

.check-list-circle li {
    list-style-type: circle;
}

.check-list-square li {
    list-style-type: square;
}

.check-list-num li {
    list-style-type: decimal;
}

ul.check-list-1 li:before, ul.check-list-2 li:before, ul.check-list-3 li:before, ul.chevron-list-1 li:before, ul.chevron-list-2 li:before, ul.dot-circle-list li:before, ul.med-list-1 li:before, ul.med-list-2 li:before, ul.med-list-3 li:before, ul.med-list-4 li:before {
    display: inline-block;
    width: 40px;
    margin-left: -40px;
    text-align: center;
    line-height: inherit;
    font-family: FontAwesome;
}

.list-wrap {
    margin: 40px 0;
}

.video-wrap {
    margin-bottom: 50px;
    margin-top: 80px;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

    .fluid-width-video-wrapper iframe {
        padding: 0 0px;
        border-width: 0px;
    }

.audio-wrap {
    margin-top: 80px;
    margin-bottom: 40px;
}

    .audio-wrap iframe {
        min-height: 150px;
        height: 150px;
    }

.sc-table-wrap {
    margin: 50px 0 0 0;
}

.modal {
    z-index: 99999999;
}

/*Media Quries*/



@media (max-width: 1200px) {
    /*Banner*/



    .demo-2 .sl-slider-wrapper {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    .ban-cotent {
        padding: 50px 0 10px 0;
        max-width: 980px;
    }

    .right-img.img-inn1 {
        margin-top: 63px;
    }

    .ban1-left {
        float: left;
        width: 43%;
        padding-top: 29px;
    }

    .right-img {
        float: right;
        width: 53%;
    }

    .ban2-left {
        float: left;
        width: 43%;
        padding-top: 85px;
    }

    .ban-cotent .ban1-txt1 {
        color: #fff;
        white-space: nowrap;
        font-size: 28px;
    }

    .ban-cotent .ban2-txt2 {
        padding: 10px 0px 25px 0;
        font-size: 42px;
    }
    /*Header*/

    .navbar-default .navbar-nav > li > a {
        padding: 23px 9px;
    }

    .top-info-appoint a {
        padding: 0px 0px;
    }

    .top-info-contact {
        margin-left: 0px;
    }
    /*Call to action*/



    .mcare-caction2-wrap img {
        margin-top: 66px;
    }
    /*Meet the doc*/



    .meet-doc-box {
        margin-bottom: 30px;
    }
    /*testimonial*/

    .testi-meta {
        padding: 50px 50px 0 50px;
    }

    .mcare-testimonial-wrap .owl-carousel2 {
        background-size: 100%;
    }
    /*single-post*/

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a, .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
        font-size: 14px;
        padding: 10px 5px 10px 33px;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li i.mcare-tab-icon {
        position: absolute;
        left: 9px;
    }
    /*blog*/

    .col3-page .look2 .doc-social li a {
        color: #0dc0c0;
        font-size: 14px;
        padding: 9px 4px;
        transition: .3s;
        display: block;
    }

    .col3-page .look2 .news-author .comments {
        color: #0DC0C0;
        font-size: 12px;
        float: right;
        top: 11px;
        position: relative;
    }

        .col3-page .look2 .news-author .comments i {
            margin-right: 6px;
            font-size: 14px;
            top: 1px;
            position: relative;
        }
    /*doc filter*/

    .doctors-page2 .four-grid {
        width: 33.3333%;
    }
    /*services2*/

    .about2-meeteam-social-para .about2-meeteam-social li a {
        padding: 0px 0px;
        border-right: 0px solid #EEE;
        margin: 14px 0;
        background: #fff;
        color: #0DC0C0;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        margin-right: 10px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
        transition: opacity 0.35s, transform 0.5s;
        opacity: 0;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .meet-doc-social li a {
        padding: 9px 12px;
        margin-right: 5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

@media (min-width: 991px) {
    .show-in-small {
        display: none;
    }
}

@media (max-width: 991px) {
    /*Banner*/



    .demo-2 .sl-slider-wrapper {
        width: 100%;
        height: 450px;
        overflow: hidden;
        position: relative;
    }

    .ban-cotent {
        padding: 50px 0 10px 0;
        max-width: 750px;
    }

    .right-img.img-inn1 {
        margin-top: 104px;
    }

    .right-img {
        float: right;
        width: 53%;
    }

    .ban-cotent .ban1-txt1 {
        color: #fff;
        white-space: nowrap;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        padding-bottom: 5px;
    }

    .ban-cotent .ban1-txt2 {
        padding: 5px 0px 10px 0;
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 40px;
        display: inline-block;
    }

    .ban-cotent .ban1-txt3 {
        padding: 5px 0px 20px 0;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        line-height: 25px;
        text-transform: uppercase;
    }

    .ban-cotent .ban1-contact {
        margin-bottom: 8px;
        padding: 10px 30px 25px 85px;
        color: #fff;
        background: rgba(255, 255, 255, 0.49) url("../images/ban-call1.png") no-repeat 21px 29px;
        border-radius: 23px;
        font-size: 25px;
        font-weight: 400;
        line-height: 22px;
        word-spacing: 1px;
        background-size: 55px;
        font-style: italic;
        display: inline-block;
        margin-top: 25px;
        background-size: 40px;
    }

    .ban-cotent .ban1-txt1 {
        color: #fff;
        white-space: nowrap;
        font-size: 23px;
    }

    .ban-cotent .ban2-txt2 {
        padding: 10px 0px 25px 0;
        font-size: 33px;
    }

    .ban-cotent .ban2-contact {
        margin-bottom: 8px;
        display: inline-block;
        margin-top: 10px;
    }

    .ban-cotent .ban1-txt1 {
        color: #fff;
        white-space: nowrap;
        font-size: 18px;
    }
    /*Header*/

    .mcare-topbar-info {
        /*display: none;*/
    }

    #flip {
        display: block;
    }

    .hide-in-small {
        display: none;
    }

    .show-in-small {
        display: block;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 29px;
        margin-bottom: 28px;
        margin-right: 75px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        z-index: 99;
        display: none;
    }

    .side-menu {
        position: absolute;
        display: inline-block;
        right: 0px;
        top: 0px;
        z-index: 999;
    }

    .logo img {
        max-width: 100%;
        padding: 9px 0;
        z-index: 9999;
        position: relative;
        margin-left: 50px;
    }

    .pic-3d {
        margin-bottom: 40px;
    }
    /*Top Info bar*/

    .top-info-contact {
        line-height: 40px;
        color: #fff;
    }

    .top-info-email, .top-info-contact {
        padding: 13px 20px;
        line-height: 40px;
        border: none;
        color: #fff;
    }

        .top-info-email a {
            color: #fff;
        }

            .top-info-email a:hover {
                color: #15FFFF;
            }

    .head-social-icon {
        color: #fff;
        float: right;
    }

    .morph-button-modal-1 > button {
        border: none;
        color: #fff;
        background: rgba(0, 0, 0, 0.19);
        box-shadow: none;
        line-height: 28px;
        height: 28px;
    }

    .top-info-icon {
        color: #fff;
    }

    button .top-info-icon {
        line-height: 24px;
    }

    .top-info-email, .top-info-contact {
        margin-left: 0px;
        width: 100%;
        padding: 0px;
        display: block;
        line-height: 30px;
    }

    .top-info-email {
        text-align: right;
    }

    .top-info-contact {
        text-align: left;
    }

    .top-info-appoint {
        text-align: left;
        float: left !important;
    }
    /*Iconbox 1*/

    .first-info-ibox .mcare-main-title {
        font-size: 28px;
    }

    .first-info-ibox {
        padding-bottom: 40px;
    }

    .mcare-text-ibox1 {
        padding-bottom: 50px;
    }

    .flip-box-wrap {
        padding-bottom: 30px;
    }

    .mcare-text-ibox1 h3 {
        font-size: 20px;
        color: #46494c;
        margin: 0px 0 20px 0;
        line-height: 1.5em;
        padding: 4px 0 10px 0;
        border-bottom: 1px solid #0dc0c0;
        padding-left: 0px;
        position: relative;
        border-radius: 0 0 0 0px;
        font-weight: 400;
    }

        .mcare-text-ibox1 h3 i {
            height: 60px;
            width: 60px;
            background: #0dc0c0;
            color: #fff;
            font-size: 30px;
            line-height: 50px;
            text-align: center;
            position: relative;
            top: 0;
            left: 0px;
            border-radius: 15px 15px 15px 15px;
            display: table;
            display: table;
            margin-bottom: 5px;
        }

            .mcare-text-ibox1 h3 i:before {
                font-size: 36px;
                margin: 0px;
                height: 60px;
                width: 60px;
                line-height: 60px;
                text-align: center;
            }
    /*Call to action*/



    .caction2-text {
        text-align: center;
    }

    .caction2-inner {
        text-align: center;
    }

    .caction2-inner {
        padding-bottom: 70px;
    }

    .mcare-caction2-wrap img {
        margin: 0 auto;
    }
    /*Meet the doc*/



    .meet-doc-box {
        margin-bottom: 30px;
    }
    /*Counter*/



    .counter-box {
        margin-bottom: 50px;
    }

    .counter-text {
        padding-left: 5%;
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: inherit;
    }

        .counter-text h4 {
            margin-top: 0px;
        }
    /*Footer*/

    .footer-box {
        margin-bottom: 50px;
    }
    /*About 2*/



    .about2-meeteam-img-wrap {
        display: block;
        position: relative;
        float: left;
        margin-bottom: 20px;
        overflow: hidden;
        height: 155px;
    }

    .about2-meet-team-wrap .about2-meeteam-box img {
        float: left;
        width: 120px;
    }

    .about2-meeteam-meta {
        position: relative;
        padding-left: 136px;
        padding-top: 10px;
    }

    .about2-meeteam-social li a {
        font-size: 13px;
        padding: 10px 5px;
        display: inline-block;
        border-right: 1px solid #EEE;
        color: #fff;
        position: relative;
        z-index: 999;
    }

    .about2-meeteam-social-para .about2-meeteam-social li a {
        padding: 0px 0px;
        border-right: 0px solid #EEE;
        margin: 14px 0;
        background: #fff;
        color: #0DC0C0;
        border-radius: 50%;
        height: 37px;
        width: 37px;
        line-height: 37px;
        text-align: center;
        margin-right: 10px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
        transition: opacity 0.35s, transform 0.5s;
        opacity: 0;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a, .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
        color: #46494c;
        font-size: 13px;
        padding: 11px 5px 11px 30px;
        border: none;
        transition: .5s;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li i.mcare-tab-icon {
        position: absolute;
        left: 9px;
    }
    /*single post*/



    .mcare-sidebar .post-contents {
        padding: 0;
        padding-left: 70px;
        text-align: left;
    }

    .mcare-sidebar .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a, .mcare-sidebar .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
        color: #46494c;
        font-size: 11px;
        padding: 13px 5px 11px 25px;
        border: none;
        transition: .5s;
    }

    .mcare-sidebar .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li i.mcare-tab-icon {
        position: absolute;
        left: 5px;
    }

    .mcare-sidebar .post-image-wrap, .single-post-author .post-image-wrap {
        width: 55px;
        height: 55px;
    }

    .post-Catagories .ser-listing li span {
        padding: 10px 5px;
    }

    .aboutus-info-inner .accordion-caret a:not(.collapsed):before, .aboutus-info-inner .accordion-caret a.collapsed:before {
        left: 88%;
    }

    .aboutus-info-inner .panel-title > a {
        padding-right: 26px;
    }

    .single-post-comments .single-post-author.comment-reply {
        padding-left: 15%;
        position: relative;
        border-left: 0px solid #e5e5e5;
    }

    .col3-page .look2 .foot-meta .readmore a {
        padding: 10px 5px 9px 5px;
        display: block;
        transition: .5s;
        z-index: 1;
        color: #0dc0c0;
        width: 90px;
        position: absolute;
        top: -1px;
    }

        .col3-page .look2 .foot-meta .readmore a:hover {
            color: #fff;
            border-color: #37474f;
            padding: 10px 5px 9px 5px;
            transition: .5s;
        }

    .col3-page .look2 .doc-social {
        list-style-type: none;
        text-align: right;
        background: #fff;
        z-index: 999;
        position: relative;
    }
    /*single doc*/



    .sidebar-social-holder .meet-doc-social li a {
        color: #606060;
        padding: 9px 7px;
        display: inline-block;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        margin-right: 5px;
    }

        .sidebar-social-holder .meet-doc-social li a:after {
            padding: 11px 10px 11px 10px;
        }

    .sidebar-social-holder .meet-doc-social li:nth-child(1) a:after {
        padding: 11px 12px 11px 11px;
    }

    .sidebar-social-holder .meet-doc-social li:nth-child(3) a:after {
        content: "\f0e1";
        background: #03669b;
        padding: 11px 8px 11px 9px;
    }

    .sidebar-social-holder .meet-doc-social li a:after {
        padding: 11px 8px 11px 8px;
    }

    .sidebar-social-holder .meet-doc-social li:nth-child(5) a:after {
        content: "\f231";
        background: #d2482c;
        padding: 11px 10px 11px 10px;
    }

    .sidebar-social-holder .meet-doc-social li:nth-child(4) a:after {
        padding: 11px 6px 11px 5px;
    }

    .mcare-button {
        padding: 16px 10px;
        font-size: 14px;
        color: #fff;
        border-radius: 6px;
        display: inline-block;
    }

    .mcare-singledoc .button3 {
        text-align: right;
    }
    /*doctors filter page*/



    .doctors-page .three-grid, .doctors-page2 .four-grid, .gallery-filter .three-grid {
        width: 50%;
    }
    /*services2*/

    .services2-page .mcare-tab-content .about2-meeteam-box img {
        float: none;
        width: 105px;
        margin: 0 auto;
        display: table;
    }

    .mcare-tab-content .padding-spacer-left {
        padding-left: 0px;
    }
    /*gal 1*/



    figure.effect-bubba h2 {
        padding-top: 14%;
        font-size: 25px;
    }

    figure.effect-bubba p {
        padding: 10px 1.5em;
        font-size: 15px;
    }

        figure.effect-bubba p i {
            font-size: 20px;
            margin-top: 10px;
        }
    /*contact1*/

    .schedual-box .schedual-time {
        display: block;
        float: right;
        height: 100%;
        text-align: center;
        color: #fff;
        padding: 8px 0 8px 7px;
        line-height: 1.8em;
        font-size: 12px;
        border-left: 1px dashed;
        position: relative;
    }

    .schedual-box h4 {
        color: #fff;
        padding-left: 0px;
        line-height: 1.4em;
        display: inline-block;
        float: left;
        font-size: 15px;
    }

    .schedual-box i {
        color: #fff;
        display: inline-block;
        float: left;
        padding: 11px 14px 11px 0px;
    }

        .schedual-box i:before {
            margin-left: 0px;
            font-size: 25px;
        }
    /*contact 3*/



    #contactForm .control-odd {
        padding-right: 0px;
    }

    #contactForm .control-even {
        padding-left: 0px;
    }

    .contact3-addbox {
        margin-bottom: 35px;
        padding: 0 0 0 60px;
        position: relative;
    }

        .contact3-addbox i {
            font-size: 45px;
        }

        .contact3-addbox .text-content {
            font-size: 13px;
            color: #979797;
            line-height: 1.6em;
        }

    .Contact3-address-inner2 .contact3-addbox i {
        font-size: 55px;
        color: rgba(255, 255, 255, 0.22);
        position: absolute;
        left: 0px;
        top: -20px;
    }

    .show-menu .home::before {
        opacity: 1;
        -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .home::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        content: '';
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
        transition: opacity 0.4s, transform 0s 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    /*responsive nav*/

    .nav > li > a i {
        width: auto;
        font-size: 21px;
        padding-bottom: 4px;
        color: #9a9a9a;
        display: inline-block;
        margin-right: 15px;
        position: relative;
        top: 3px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 7px 15px;
        text-align: left;
        border-bottom: 1px dashed #0EC0C0;
    }

    .navbar-default .navbar-nav > .active:after, .navbar-default .navbar-nav > .active:hover:after, .navbar-default .navbar-nav > .active:focus:after {
        display: none;
    }

    .navbar-nav {
        margin-right: 0px;
    }

        .navbar-nav li {
            float: left;
            margin-right: 1px;
            width: 100%;
        }

        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #3f4142 url(../images/li-li-bottom.html) repeat-x top;
            border: 0;
            box-shadow: none;
            padding-bottom: 0px;
            margin-top: 0px !important;
        }

    .res-men-col {
        display: block;
    }
    /*tool tip*/



    .tooltip-box-content {
        width: 300px;
    }

    .tooltip-box-content {
        margin-left: -147px;
    }

    .tooltip-content {
        position: absolute;
        z-index: 9999;
        width: 300px;
        left: 50%;
        margin: 0 0 20px -140px;
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: 0px;
    }
}

@media (max-width: 767px) {
    /*Banner*/



    .demo-2 .sl-slider-wrapper {
        width: 100%;
        height: 495px;
        overflow: hidden;
        position: relative;
    }

    .ban-cotent {
        padding: 0px 0 10px 0;
        max-width: 285px;
    }

    .right-img.img-inn1 {
        margin-top: 7px;
    }

    .right-img {
        float: right;
        width: 100%;
    }

    .ban1-left {
        float: left;
        width: 100%;
        padding-top: 25px;
    }

    .ban-cotent .ban1-txt1 {
        color: #fff;
        white-space: nowrap;
        font-size: 21px;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        padding-bottom: 5px;
    }

    .ban-cotent .ban1-txt2 {
        padding: 5px 0px 10px 0;
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 30px;
        display: inline-block;
    }

    .ban-cotent .ban1-txt3 {
        padding: 5px 0px 20px 0;
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        line-height: 22px;
        text-transform: uppercase;
    }

    .ban-cotent .ban1-contact {
        margin-bottom: 8px;
        padding: 5px 30px 15px 85px;
        color: #fff;
        background: rgba(255, 255, 255, 0.49) url("../images/ban-call1.png") no-repeat 25px 16px;
        border-radius: 23px;
        font-size: 18px;
        font-weight: 400;
        line-height: 13px;
        word-spacing: 1px;
        background-size: 55px;
        font-style: italic;
        display: inline-block;
        margin-top: 17px;
        background-size: 28px;
    }

    .nav-arrows span {
        position: absolute;
        z-index: 1;
        top: 50%;
        width: 25px;
        height: 25px;
    }

    .ban2-left {
        float: left;
        width: 100%;
        padding-top: 25px;
    }

    .ban-cotent .ban2-txt2 {
        padding: 5px 0px 10px 0;
        font-size: 27px;
        line-height: 30px;
    }

    .ban-cotent .ban2-contact {
        margin-bottom: 20px;
        display: inline-block;
        margin-top: 10px;
    }

    .right-img.img-inn2 img {
        width: 70%;
        margin: 0 auto;
        display: table;
        float: none;
    }
    /*Header*/



    .menu-wrap {
        position: absolute;
        z-index: 1001;
        width: 305px;
    }

    .cbp-spmenu {
        width: 305px;
    }

    .side-men-buttons .men-but {
        display: inline-block;
        padding: 5px 15px;
    }

    .navbar {
        padding: 0 15px;
    }

    .top-info-email {
        text-align: center;
    }

    .top-info-contact {
        text-align: center;
    }

    .top-info-appoint {
        text-align: left;
        float: none !important;
        margin: 0 auto 10px auto;
    }

    #panel-top ul.social-top-info {
        display: table;
        margin: auto;
    }

        #panel-top ul.social-top-info li {
            display: inline;
        }
    /*Iconbox 1*/

    .flip-box-wrap {
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pic-3d {
        margin-bottom: 40px;
    }
    /*Call to action*/



    .caction2-text {
        text-align: center;
    }

    .caction2-inner {
        text-align: center;
    }

    .caction2-inner {
        padding-bottom: 70px;
    }

    .mcare-caction2-wrap img {
        margin: 0 auto;
    }

    .caction1-text em {
        font-size: 16px;
        font-style: normal;
        line-height: 35px !important;
        display: block;
        top: 25px;
        position: relative;
    }

    .caction1-text {
        line-height: 1.2em;
        font-size: 30px;
    }

    .caction1-inner {
        padding-bottom: 70px;
    }

    .home .ss-style-triangles::after {
        bottom: -45px;
    }

    .home .mcare-caction1-wrap {
        margin-top: 15px;
    }
    /*News*/



    .mcare-news-box {
        margin-bottom: 60px;
    }

    .home .mcare-news-box {
        margin-bottom: 0px;
    }
    /*testi*/

    .testi-meta {
        padding: 50px 15px 0 15px;
        margin-bottom: 30px;
    }

        .testi-meta .testi-author {
            padding-left: 15px;
        }

        .testi-meta .testi-desig {
            padding-right: 15px;
        }

    .mcare-testimonial-wrap .owl-carousel2 {
        background-size: 100%;
    }

    .owl-carousel .owl-controls .owl-nav {
        display: none;
    }
    /*Footer*/

    .foot-social {
        text-align: center;
    }

    .sub-footer p {
        margin-bottom: 15px;
        text-align: center;
    }

    .foot-social li a {
        padding: 0 10px;
    }
    /*home*/



    section.mcare-text-ibox1-wrap {
        padding-top: 45px;
        padding-bottom: 0px;
    }

    .mcare-text-ibox1 {
        padding-bottom: 30px;
    }

    .video_section .mcare-departments {
        margin-bottom: 60px;
        padding-left: 15px;
    }

    .mcare-sid-cac {
        padding-left: 15px;
    }

    .home .full-conter-wrap .counter-inner {
        padding-top: 83px;
        padding-bottom: 30px;
    }

    .home .mcare-service-box {
        margin-bottom: 30px;
    }

    .caction-social.try-two .caction-social-icons li span a {
        padding: 40px 5px;
    }

    .mcare-aboutus-content p {
        padding: 15px 0;
        margin: 0px;
        line-height: 1.6em;
        padding-right: 0px;
    }

    .ser-listing li i {
        position: absolute;
        left: 11px;
        top: 15px;
    }

    .content-style-text .ser-listing li {
        position: relative;
        padding: 13px 0px 13px 30px;
        color: #fff;
        line-height: 15px;
    }

    .ser-listing li span {
        float: right;
        padding: 13px 5px;
    }

    .ser-listing li i:before {
        margin-left: 0px;
        font-size: 15px;
    }
    /*New css Responsive Home*/



    .mcare-aboutclinic-tabs ul.mcare-tabs-inner li a, .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
        font-size: 14px;
        padding: 16px 10px 14px 30px;
    }

    .mcare-aboutclinic-tabs ul.mcare-tabs-inner li i.mcare-tab-icon {
        left: 10px;
        font-size: 16px;
    }

    .mcare-aboutclinic-tabs ul.mcare-tabs-inner li:first-child {
        margin-left: 0px;
    }

    .mcare-home-vid h4 {
        font-size: 21px;
    }

    .nav-arrows a.nav-arrow-next {
        top: 70%;
        margin-right: 20px;
    }

    .mcare-home-vid h4 span {
        font-size: 16px;
        padding-top: 20px;
        display: block;
    }

    .nav-arrows a {
        width: 30px;
        height: 30px;
        border: 8px solid #ddd;
        border: 6px solid rgba(255, 255, 255, 1);
    }

    .mcare-home-vid h4 {
        margin: 100px 0 0 0;
    }

    .mcare-button {
        margin-bottom: 15px;
    }

    .aboutus2-tabs .nav > li > a i {
        display: block;
    }

    .aboutus2-tabs .nav-tabs > li > a {
        border: none;
        margin-right: 20px;
    }

    .mcare-aboutus2-content h2.mcare-h2 {
        font-size: 25px;
    }

    .inner-pg section.mcare-text-ibox1-wrap.about3-con {
        padding-top: 45px;
        padding-bottom: 0px;
    }

    .hours-right {
        float: left;
        width: 100%;
        padding-left: 0px;
    }

    .hours-box-left {
        padding: 0 0px 0px 0px;
    }

    .hours-box-wrap {
        height: 100%;
        width: 100%;
        float: left;
        margin-bottom: 30px;
        box-sizing: border-box;
    }

    .hours-box-right {
        padding: 0 0px 0px 0px;
    }

    .notfound2 .notfound-icon {
        float: left;
        width: 100%;
    }

    .notfound2 .notfound-text {
        text-align: left;
        position: relative;
        float: left;
        width: 100%;
        padding-left: 0%;
        padding-top: 10%;
    }

    .padding-spacer-right {
        padding-right: 15px;
    }

    form .button2 {
        background: none;
        border: 1px solid #fff;
        margin-right: 0px;
    }

    .schedual-box .schedual-time {
        padding: 8px 0 8px 0px;
        width: 100%;
        text-align: left;
        border-left: 0px dashed;
    }

    .contact-page .flip-box-wrap {
        padding-bottom: 0px;
    }

    .mcare-Contact1-address.contact-page {
        padding-bottom: 15px;
    }

    .mcare-Contact1-map.contact-page2 {
        margin-bottom: -45px;
        margin-top: 0px;
    }

        .mcare-Contact1-map.contact-page2 h2 {
            margin-bottom: 60px;
        }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a:after {
        top: 3px;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a:after {
        top: 2px;
    }

    section.mcare-text-ibox2-wrap, .mcare-aboutclinic, .mcare-fullwith-section, .mcare-news-wrap, .mcare-testimonial-wrap, .mcare-aboutus-content, .aboutus-info-wrap, .about-testimonial, .about2-meet-team-wrap, .mcare-services1-content1, .mcare-services1-deptlist, .mcare-Contact1-form, .mcare-Contact1-address, .mcare-depart-wrap, .mcare-timetable-wrap, .mcare-singledoc, .mcare-related-docs, .mcare-gallery, .mcare-compare-gallery, .faq-page, .mcare-notfound, .mcare-ourclinic, .ourclinic-page2.mid-content {
        padding-top: 15px;
        padding-bottom: 45px;
        float: left;
        width: 100%;
    }

    .home .mcare-aboutclinic {
        padding-top: 0px;
    }
    /*About1 page*/



    .owl-carousel4 .owl-thumb-item img {
        width: 50px;
        height: auto;
    }

    ul.mcare-tabs-inner {
        margin: 0px auto;
    }

    .about-testimonial .owl-carousel .owl-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*About2*/

    .aboutus2-tabs .nav-tabs > li > a {
        border: none;
        margin-right: 10px;
        padding: 10px 0px;
        font-size: 14px;
    }

    .about2-meeteam-img-wrap {
        display: block;
        position: relative;
        float: left;
        margin-bottom: 20px;
        overflow: hidden;
        min-height: 230px;
        width: 100%;
    }

    .about2-meet-team-wrap .about2-meeteam-box img {
        float: none;
        width: 180px;
        margin: 0 auto;
    }

    .about2-meeteam-meta {
        position: relative;
        padding-left: 0px;
        padding-top: 20px;
        width: 100%;
        display: block;
    }

    .about2-meeteam-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mcare-about2-services-inner .mcare-service-box i {
        height: 50px;
        width: 50px;
        line-height: 50px;
        background: #0dc0c0;
        color: #fff;
        border-radius: 50%;
    }

        .mcare-about2-services-inner .mcare-service-box i:before {
            height: 50px;
            width: 50px;
            line-height: 50px;
            font-size: 26px;
        }

    .mcare-service-box .mcare-service-icon {
        top: 10px;
        left: -5px;
    }
    /*single-post*/



    .comment-form {
        padding-top: 5px;
        margin-bottom: 40px;
    }

    .block-three:before {
        font-size: 50px;
        top: 16px;
    }

    .block-three {
        padding-left: 60px;
    }

    hr.border-hr {
        margin-top: 40px;
    }

    .single-post-comments .single-post-author.comment-reply {
        padding-left: 20%;
        position: relative;
        border-left: 0px solid #e5e5e5;
    }

    .control-even {
        padding-left: 0px;
    }

    .control-odd {
        padding-right: 0px;
    }

    .side-gallery .owl-carousel .owl-item img {
        border-radius: 6px;
        margin: 0 auto;
    }

    .col3-page .look2 .news-author .comments {
        color: #0DC0C0;
        font-size: 12px;
        float: right;
        top: 14px;
        position: relative;
    }

        .col3-page .look2 .news-author .comments i {
            margin-right: 5px;
            font-size: 14px;
            top: 0px;
            position: relative;
        }

    .col3-page .look2 .doc-social li a {
        color: #0dc0c0;
        font-size: 14px;
        padding: 9px 4px;
        transition: .3s;
        display: block;
    }
    /*single-doc*/

    .mcare-singledoc .button3 {
        text-align: center;
    }
    /*doc-filter*/

    .doctors-page .three-grid, .doctors-page2 .four-grid, .gallery-filter .three-grid, .gallery-filter .two-grid {
        width: 100%;
    }
    /*services page*/



    .service-content-img {
        margin: 70px auto 0 auto;
        box-shadow: 0px 6px 4px -2px #ccc;
    }

    .mcare-services1-content1 {
        margin-bottom: 40px;
    }

    .mcare-services1-caction .mcare-button {
        float: none;
        transition: .5s;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .mcare-services1-caction h4 {
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        text-align: left;
    }

    .services2-page .about2-meeteam-img-wrap {
        display: block;
        position: relative;
        float: left;
        margin-bottom: 20px;
        overflow: hidden;
        min-height: 150px;
        width: 100%;
    }

    .service-special .flexslider {
        margin: 0 0 0px;
    }

    .service-special .mcare-services2-tabstry {
        width: 100%;
        float: left;
        padding: 65px 0 0px 0;
    }

    .services1-deptlist-inner .mcare-deptlist-box {
        min-height: 175px;
    }

    .mcare-text-ibox1-wrap.services-page .mcare-text-ibox1 {
        margin-bottom: 15px;
    }

    .ourclinic-page2.bottom-content .head-social-icon {
        padding: 0 12px;
    }

    .ourclinic-page2.bottom-content .social-wrap-head {
        float: left !important;
        margin-bottom: 25px;
    }

    .ourclinic-page2 .services1-content1-listing {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .ourclinic-page2 .aboutus-info-inner {
        padding-bottom: 40px;
    }

    .ourclinic-page2 .mcare-progressbars {
        padding-bottom: 40px;
    }

    .ourclinic-page2 .ourclinic-gallery img {
        float: left;
        height: 100px;
        width: 100px;
    }
    /*Timetable*/



    .timetatble-top .timetable-year span {
        float: left;
        border: 1px solid #0CA5A5;
        border-radius: 6px 6px 0 0px;
        background: #0CA5A5;
        color: #fff;
        font-size: 21px;
        padding: 10px 10px;
        line-height: 28px;
        text-align: center;
        width: 100%;
    }

    .timetatble-top .no-pad-l {
        padding: 0px;
    }

    .timetable .filter {
        float: right;
        padding-top: 15px;
        padding-bottom: 14px;
        border-radius: 0px 0px 6px 6px;
        border: none;
        color: #fff;
        background: #087C7C;
        padding-left: 15px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 15px;
        width: 100%;
    }

    .timetatble-top .no-pad-r {
        padding: 0px;
    }
    /*gal 1*/

    figure.effect-bubba h2 {
        padding-top: 14%;
        font-size: 21px;
    }

    figure.effect-bubba p {
        padding: 10px 1.5em;
        font-size: 13px;
    }

        figure.effect-bubba p i {
            font-size: 16px;
            margin-top: 8px;
        }
    /*gal2*/

    .col-3-gal figure.effect-bubba p {
        font-size: 13px;
    }

        .col-3-gal figure.effect-bubba p i {
            font-size: 16px;
            margin-top: 8px;
        }

    .gallery-filter .three-grid {
        padding: 0px 0px;
    }

    .gallery-filter figure.effect-bubba p i {
        font-size: 25px;
        margin-top: 20px;
    }
    /*gal - carousel*/



    .mcare-gallery-carousel .image-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*contact1*/

    .mcare-Contact1-form .padding-spacer-left {
        padding-left: 15px;
    }

    .mcare-Contact1-form form {
        margin-bottom: 25px;
    }
    /*Contact3*/



    .Contact3-address-inner .padding-spacer-right {
        padding-right: 15px;
    }

    .contact3-addbox i {
        font-size: 30px;
    }

    .contact3-addbox {
        margin-bottom: 35px;
        padding: 0 0 0 40px;
        position: relative;
    }

        .contact3-addbox p {
            padding-left: 75px;
        }

    .Contact3-address-inner2 .contact3-addbox i {
        font-size: 35px;
        color: rgba(255, 255, 255, 0.22);
        position: absolute;
        left: 0px;
        top: -14px;
    }

    .Contact3-address-inner2 .padding-spacer-left {
        padding-left: 15px;
    }

    .doc-about-content {
        padding: 30px 15px;
    }
    /*navbar*/



    /*tool tip*/



    .tooltip-box-content {
        width: 300px;
    }

    .tooltip-content {
        position: absolute;
        z-index: 9999;
        width: 300px;
        left: 50%;
        margin: 0 0 20px -65px;
    }
}

@media (max-width: 550px) {
    /*home tabs*/

    .mcare-aboutclinic-tabs ul.mcare-tabs-inner li a span, .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a span {
        display: none;
    }

    .mcare-aboutclinic-tabs ul.mcare-tabs-inner li i.mcare-tab-icon {
        left: 15px;
        font-size: 24px;
    }

    .mcare-aboutclinic-tabs ul.mcare-tabs-inner li a, .mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
        font-size: 15px;
        padding: 25px 10px 25px 30px;
    }

    .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li a, .aboutus-info-inner.mcare-aboutclinic-tabs ul.mcare-tabs-inner li.active a {
        color: #46494c;
        font-size: 15px;
        padding: 20px 15px 20px 40px;
        border: none;
        transition: .5s;
    }
}

@media (max-width: 480px) {
    /*Header*/

    .logo img {
        max-width: 100%;
        padding: 20px 0;
        float: left;
        width: 157px;
    }

    .navbar-toggle {
        margin-right: 65px;
    }
    /*Counter*/



    .mobile-full {
        width: 100%;
    }
    /*testi*/



    .testi-meta .testi-author, .testi-meta .testi-desig {
        border: none;
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .testi-meta:after, .testi-meta:before {
        display: none;
    }

    .testi-meta {
        padding: 30px 15px 0 15px;
        margin-bottom: 30px;
    }

    .testimonial-inner {
        padding: 30px 0px 25px 0px;
    }

        .testimonial-inner p {
            padding: 10px 30px 0 30px;
        }

            .testimonial-inner p:before, .testimonial-inner p:after {
                font-size: 21px;
            }
}

@media (max-width: 320px) {
}

.fontstyle {
    /*color: #484848;
    background: rgba(214, 214, 214, 0.4);*/
    font-size: 16px;
    padding: 15px 15px;
    color: #2a2f39;
    background: rgb(228, 230, 255);
    margin-top: 30px;
    font-family: 'ZCOOL XiaoWei', serif;
}

.ibox2-icon img {
    height: 70px;
    text-align: center;
}

.usersection {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    background: #e6e6e6;
    padding-top: 12px;
    padding-bottom: 0px;
}
