.our-store img {
    width: 100%;
    height: auto;
}

.our-store .pro-rating {
    text-align: center;
    margin-top: 10px;
}

.product-img {
    position: relative;
    min-height: 262px;
    width: 100%;
}

    .product-img img {
        overflow: hidden;
        min-height: 262px;
        width: 100%;
    }

    .product-img .sale {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        padding: 10px 10px;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #00552b;
        color: #FFF;
    }

.pro-buttons, .add-to-cart-top {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.single-product:hover > .product-img .pro-buttons, .single-product:hover > .product-img .add-to-cart-top {
    opacity: 1;
}

.pro-buttons, .add-to-cart-top {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.single-product:hover > .product-img .pro-buttons, .single-product:hover > .product-img .add-to-cart-top {
    opacity: 1;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.single-product:hover > .product-img img {
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
}

.single-product {
    padding-top: 0;
    padding-bottom: 30px;
}

.our-store .single-product {
    padding-bottom: 0;
}

.page-filter {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ededed;
}

    .page-filter .pagination {
        text-align: center;
    }

.single-shop .our-store {
    margin-bottom: 0;
}

.product-thumbnail img {
    width: 100%;
    height: auto;
}

.product-meta {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: .875rem;
}

.product-share {
    padding-top: 15px;
    border-top: 1px solid #ededed;
}

.add-cart-option {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .add-cart-option input[type=number] {
        max-width: 75px;
        float: left;
        margin-right: 20px;
    }

.product-detail .price {
    font-size: 1.25rem;
    font-weight: bold;
}

.qty {
    max-width: 75px;
}

.cart-item .product-thumbnail img {
    height: 100px !important;
    width: auto;
}

.apply-coupon {
    margin-top: 15px;
}

.quote {
    background: #f5f5f5;
    padding: 15px 20px 5px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    min-height: 80px;
}

    .quote p {
        margin: 0px;
        padding: 0 0 10px 0;
        font-size: 16px;
    }

    .quote:after {
    }

.student {
    margin-left: 25px;
}

    .student .photo {
        background-color: #ccc;
        border-radius: 100px;
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 10px;
    }

        .student .photo img {
            border-radius: 100px;
        }

    .student p {
        position: relative;
        top: 5px;
        /* text-transform: uppercase; */
    }

        .student p:nth-child(2) {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0 !important;
            color: #000 !important;
        }

        .student p:nth-child(3) {
            font-size: 14px;
            color: #00552b !important;
            font-weight: 800;
            margin-top: 0px;
        }

.testimonials .owl-nav {
    display: none;
}

.dots-style .owl-dots {
    position: relative;
    text-align: center;
    width: 110px;
    margin: auto;
    margin-top: 15px;
}

.dots-style .owl-dot span {
    display: block;
    width: 25px;
    height: 7px;
    border: 1px solid #00552b;
    background-color: #FFF;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.dots-style .owl-dot.active span, .dots-style .owl-dot:hover span {
    background-color: #00552b;
}

.accordion {
    border: 0;
}

.accordion-title {
    background-color: #ededed;
    color: #2f2f2f;
}

    .is-active .accordion-title, .accordion-title:hover {
        background-color: #2f2f2f;
        color: #FFF;
    }

.accordion-content {
    background-color: #ebf3f5;
}

.accordion-title {
    font-weight: bold;
    font-size: 14px;
    padding-left: 0;
    border: 0;
    font-family: 'Droid Sans',sans-serif;
}

.accordion-content {
    border: 0;
    padding-left: 0;
}

.accordion {
    margin-bottom: 0;
}

    .accordion li {
        margin-bottom: 10px;
    }

        .accordion li:last-child {
            margin-bottom: 0;
        }

.accordion-content {
    padding: 10px;
}

.accordion-title {
    padding: 10px;
}

.upper-background {
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.row .our-process h2 {
    font-size: 1.9rem;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #ffffff !important;
    font-weight: bold;
    /* background-color:rgba(255,255,255,0.9); */
    text-align: center;
    padding: 0 0px;
}

.process h3 {
    color: #2f2f2f;
    margin-bottom: 0;
}

.process p {
    color: #5d5d5d;
    margin-bottom: 0;
}

.transparent-background .process h3, .transparent-background .process p {
    color: #FFF;
    margin-bottom: 0;
}

.process h3 {
    text-transform: capitalize;
    font-weight: normal;
}

.process .number {
    float: left;
    font-size: 2rem;
    background-color: #f7f7f7;
    color: #00552b;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 168px / 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 25px;
    font-weight: bold;
}

.process .right-info {
    float: left;
    width: calc(100% - 90px);
}

.process {
    margin-bottom: 30px;
}

.our-process .process:nth-child(3), .our-process .process:last-child {
    margin-bottom: 0;
}

.post {
    position: relative;
    background-color: #f7f7f7;
}

.special-appearance .post-thumb img {
    width: 100%;
    height: auto;
}

.special-appearance .post-meta ul li {
    display: inline-block;
}

.post-content h4 {
    margin-top: 1px;
    margin-bottom: 15px;
    margin-bottom: 0px;
    color: #000;
}

    .post-content h4 a {
        font-weight: bold;
        color: #000;
    }

.post-thumb {
    z-index: 2;
    text-align: center;
    /* margin-bottom: 15px; */
}

.post p {
    margin-bottom: 0;
    color: #000;
}

.post-meta, .post-meta a {
    font-size: .875rem;
    line-height: 20px;
}

.post-meta {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

    .post-meta h3 {
        margin-bottom: 0;
    }

.single-post .post-meta {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CCC;
    border-top: 0;
    padding-top: 0;
}

.post-meta ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

    .post-meta ul li {
        display: inline-block;
        padding-left: 7px;
        padding-right: 7px;
        border-right: 1px solid #CCC;
        line-height: 1px;
        display: inline;
    }

        .post-meta ul li:first-child {
            padding-left: 0;
        }

        .post-meta ul li:last-child {
            border-right: 0;
        }

        .post-meta ul li a {
            line-height: 1px;
        }

.post-meta .menu li .fa {
    float: left;
    margin-right: 7px;
    padding-top: .7rem;
    padding-bottom: .7rem;
    line-height: 1px;
    padding-left: 1rem;
}

.post-meta .menu li:first-child .fa {
    padding-left: 0;
}

.post-meta .menu li a {
    float: left;
    padding-left: 0;
}

.post-meta .menu li:after {
    clear: both;
    display: table;
    content: "";
}

.post {
    padding-top: 3px;
}

.has-post-thumbnail.post {
    padding-top: 0;
    /* box-shadow: 0px 0px 10px 0px #000; */
}

.blog-post.sticky {
    background-color: #00552b;
}

.blog-post .sticky-post {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00552b;
    color: #FFF;
    padding: 15px;
    line-height: 1px;
    text-transform: uppercase;
    z-index: 9999999;
}

.post-content {
    background-color: #FFF;
    width: 100%;
    padding: 15px 10px;
    z-index: 5;
    position: relative;
    box-shadow: 0px 0px 6px 0px #00000054;
}

.small-post .post-thumb img {
    width: 160px;
    height: auto;
}

.small-post .post-thumb {
    float: left;
}

.small-post .post-content {
    width: calc(100% - 160px);
    float: left;
    padding: 0;
    padding-left: 15px;
}

    .small-post .post-content h4 {
        margin-bottom: 7px;
    }

.posts-wrapper .small-post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.small-post:after {
    clear: both;
    display: table;
    content: "";
}

.small-post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CCC;
}

    .small-post .post-content h4 {
        margin-top: 0;
    }

.post-content .category-block {
    display: inline;
    margin: auto;
    color: #00552b;
}

    .post-content .category-block a {
        position: absolute;
        color: #FFF;
        line-height: 25px;
        padding: 5px 10px;
        display: inline-block;
        background-color: #00552b;
        text-transform: uppercase;
        width: 43%;
        text-align: center;
        margin-left: calc(12.5% - -50px);
        top: -25px;
        box-shadow: 0px 0px 10px 0px #2d292978;
    }

.load-more .button {
    margin-top: 15px;
    margin-bottom: 0;
}

.transparent-background, .grey-bg {
    display: block;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.grey-bg {
    background-color: #f7f7f7;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

    .grey-bg h1, .grey-bg h2, .grey-bg h3, .grey-bg h4, .grey-bg h5, .grey-bg h6, .grey-bg h1 a, .grey-bg h2 a, .grey-bg h3 a, .grey-bg h4 a, .grey-bg h5 a, .grey-bg h6 a {
        color: #2f2f2f !important;
        color: #000 !important;
    }

    .grey-bg a, .grey-bg p, .grey-bg p strong, .grey-bg blockquote, .grey-bg cite, .grey-bg .tabs-content .is-active a {
        color: #5d5d5d !important;
    }

    .woocommerce .grey-bg a.added_to_cart, .grey-bg .single-product a.button {
        color: #FFF !important;
    }

.product-img.thumbnail {
    margin-bottom: 0;
}

.grey-bg .single-product a.button:hover {
    color: #2f2f2f !important;
}

.transparent-background .testimonial .quote p {
    color: #5d5d5d !important;
}

.transparent-background .doctor-meta h2, .transparent-background .doctor-meta h3, .transparent-background .doctor-meta h4, .transparent-background .doctor-meta h5, .transparent-background .doctor-meta h6 {
    color: #2f2f2f !important;
}

.transparent-background .doctor-meta a, .transparent-background .doctor-meta p, .transparent-background .doctor-meta p strong, .transparent-background .doctor-meta blockquote {
    color: #5d5d5d !important;
}

.transparent-background .posts-wrapper h2, .transparent-background .posts-wrapper h4 a, .transparent-background .posts-wrapper h3, .transparent-background .posts-wrapper h4, .transparent-background .posts-wrapper h5, .transparent-background .posts-wrapper h6 {
    color: #2f2f2f !important;
}

.transparent-background .posts-wrapper a, .transparent-background .posts-wrapper p, .transparent-background .posts-wrapper p strong, .transparent-background .posts-wrapper blockquote {
    color: #5d5d5d !important;
}

.transparent-background h1, .transparent-background h2, .transparent-background h3, .transparent-background h4, .transparent-background h5, .transparent-background h6, .transparent-background a, .transparent-background p, .transparent-background p strong, .transparent-background blockquote, .transparent-background cite, .transparent-background .tabs-content .is-active a {
    color: #FFF !important;
}

.transparent-background .accordion-item a {
    color: #2f2f2f !important;
}

    .transparent-background .accordion-item a:hover, .transparent-background .accordion-item.is-active a {
        color: #fff !important;
    }

.transparent-background .section-title-wrapper:before {
    background: #FFF none repeat scroll 0 0;
}

.transparent-background .section-title-wrapper::after {
    color: #FFF;
    background: none 0 0 repeat scroll #404040;
}

.faqs_container_wrapper .group-wrapper-faq {
    margin-bottom: 25px;
}

    .faqs_container_wrapper .group-wrapper-faq:last-child {
        margin-bottom: 0;
    }

.brands-wrap {
    margin-bottom: 80px;
}

.bran-logo {
    padding: 5px;
}

    .bran-logo .thumbnail {
        margin-bottom: 0;
        border: 1px solid #ededed;
        padding: 3px;
        opacity: 1;
        height: 55px;
        width: auto !important;
    }

        .bran-logo .thumbnail:hover {
            opacity: 1;
        }

.side-controls .owl-controls {
    margin-top: 0;
}

.side-controls .owl-prev, .side-controls .owl-next {
    border: 1px solid;
    width: 30px;
    height: 30px;
    display: table;
    text-align: center;
    position: absolute;
    top: 35%;
    margin-top: -12.5px;
    line-height: 32px;
    background: #00000066 !important;
    padding:0 7px!important;
}

.side-controls .owl-next {
    right: -20px;
}

.side-controls .owl-prev {
    left: -20px;
}

.side-controls .owl-controls {
    margin: auto;
    display: block;
    width: 0;
    margin-top: 0;
}

.side-controls .owl-nav {
    margin-top: 0;
}

.call-to-action {
    background-color: #00552b;
    color: #FFF;
    border-top: 1px solid #ededed;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

    .call-to-action.notopmargin {
        margin-top: 0;
    }

    .call-to-action img {
        height: auto;
        width: 230px;
        z-index: 30;
        position: absolute;
        left: 30px;
        bottom: 0;
    }

    .call-to-action i {
        border: 1px solid #FFF;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-right: 15px;
        color: #FFF;
    }

    .call-to-action h2 {
        color: #FFF;
        font-style: italic;
        font-size: 1.5rem;
    }

        .call-to-action h2 span {
            color: #FFF;
            font-size: 1.75rem;
            display: block;
            font-weight: bold;
            font-style: normal;
            margin-top: 10px;
            line-height: 40px;
        }

    .call-to-action h2 {
        font-size: 1.25rem;
        font-weight: normal;
        margin-bottom: 0;
    }

    .call-to-action p {
        margin-bottom: 0;
    }

    .call-to-action .button {
        margin-bottom: 0;
        margin-top: 23px;
    }

.title-section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-color: rgba(27,27,27,.8);
    text-align: center;
}

    .title-section.type-three {
        padding-top: 87.5px;
    }

    .title-section::after {
        content: "";
        background: url("../images/background-pattern.jpg");
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        background-size: cover;
        background-position: center center;
    }

    .title-section ul {
        display: inline-block;
        text-align: center;
    }

    .title-section h1, .title-section h1 span {
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 5px;
        color: #FFF;
        font-weight: bold;
    }

    .title-section ul {
        margin: 0;
    }

.breadcrumbs li, .breadcrumbs li a, .breadcrumbs li span {
    font-size: .75rem;
}

    .breadcrumbs li, .breadcrumbs li a {
        color: #FFF;
    }

.sidebar .icon-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar .calendar_wrap caption {
    color: #5d5d5d;
}

table tbody td, table tbody th, table tfoot td, table tfoot th, table thead td, table thead th {
    padding-left: .225rem;
    padding-right: .225rem;
    text-align: center;
}

.sidebar .icon-box:first-child {
    margin-top: 0;
}

.sidebar .icon-box:last-child {
    margin-bottom: 0;
}

.sidebar .icon-box {
    margin-bottom: 25px;
}

.sidebar .testimonials {
    padding-top: 20px;
    padding-bottom: 40px;
}

.sidebar .address i, .sidebar .address h4 {
    color: #fff;
}

.sidebar .address p, .sidebar .address a, .socialicons a {
    color: #fff;
    text-align: left;
}

.socialicons {
    color: #bbf4d8;
}

    .socialicons a {
    }

.widget {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    margin-bottom: 25px;
}

.widget_revslider {
    margin-bottom: 0;
}

.widget ul, .widget select, .widget table {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.widget input[type=text] {
    margin-bottom: 0;
}

.widget .contact-form input[type=text], .widget .contact-form select {
    margin-bottom: .7rem;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar ul li {
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}

.sidebar .address li {
    border-bottom: 0;
}

.sidebar ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar ul li:first-child {
    padding-top: 0;
}

.sidebar ul li a {
    padding-left: 0;
}

.sidebar ul li ul li a {
    padding-left: 15px;
}

.sidebar ul li ul li ul li a {
    padding-left: 30px;
}

.sidebar ul ul ul ul {
    display: none;
}

.widget h2 {
    font-size: 1.2rem;
    text-align: left;
    padding: 15px 15px 10px 15px;
    margin-bottom: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed;
    background-color: #00552b;
    color: #fff;
}

.widget .button, .search input[type=text] {
    margin-bottom: 0;
}

.widget .tags li {
    padding-left: 0;
    padding-right: 0;
}

    .widget .tags li a {
        padding: 5px 10px;
        text-wrap: suppress;
        white-space: nowrap;
        margin: 5px;
        display: inline-block;
    }

.widget .popular-post {
    margin-bottom: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #ededed;
}

    .widget .popular-post:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .widget .popular-post p {
        margin-top: 5px;
    }

    .widget .popular-post img {
        margin-right: 10px;
        width: 100px;
        height: auto;
    }

.sidebar ul li a:before {
    content: "\00BB";
    margin-right: 10px;
}

.tags {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

    .tags li {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

        .tags li a {
            background-color: #ededed;
        }

            .tags li a:hover {
                background-color: #00552b;
                color: #FFF;
            }

        .tags li:first-child {
            padding-left: 0;
        }

.sidebar .tags li a:before {
    content: none;
    margin-right: 0;
}

.sidebar ol li a {
    line-height: 22px;
}

.sidebar .address, .sidebar .socialicons, .widget-content {
    padding: 0 15px 15px 10px;
}

.special-sidebar .socialicons {
    padding-left: 0;
    padding-bottom: 0;
}

.special-sidebar .widget h2 {
    background-color: #FFF;
}

.sidebar .address {
    padding-top: 15px;
    padding-bottom: 0;
}

.sidebar .widget input[type=text], .sidebar .widget textarea {
    border: 1px solid #cacaca;
}

.comments_list_wrap ul.children, .comments_list_wrap ul > li + li {
    margin-top: 1.15em;
}

.comments_wrap .comment-respond {
    padding-bottom: 4px;
}

.comments_list_wrap .comment-respond {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comments_list_wrap > ul {
    padding-bottom: 1.25em;
}

.comments_list_wrap ul > li + li > .comment_author_avatar {
    top: 1.5em;
}

.comments_list > li.trackback {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 4em;
    min-height: 0;
    position: relative;
}

    .comments_list > li.trackback p {
        font-style: italic;
        padding-bottom: .8em;
    }

        .comments_list > li.trackback p a {
            font-style: normal;
        }

    .comments_list > li.trackback .edit-link {
        position: absolute;
        right: 0;
        top: 0;
    }

.comments_list > li + li.trackback .edit-link {
    margin-top: 1.25em;
}

.comments_list_wrap .comments_closed {
    margin-top: 2em;
    color: #2f2f2f;
}

.comments_list_wrap .comments_list_title {
    margin-bottom: .92em;
}

.comments_list_wrap > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comments_list_wrap ul > li {
    overflow: hidden;
    position: relative;
    min-height: 5em;
}

    .comments_list_wrap ul > li:before {
        display: none;
    }

.comments_list_wrap ul ul {
    padding-left: 0;
    margin-left: 3.6em;
}

    .comments_list_wrap ul ul ul ul ul {
        margin-left: 0;
    }

.comments_list_wrap .comment_author_avatar {
    position: absolute;
    left: 1.8em;
    top: 2.2em;
    z-index: 1;
    width: 75px;
    height: 75px;
}

    .comments_list_wrap .comment_author_avatar img {
        width: 100%;
        max-width: none;
    }

.comments_list_wrap .comment_content {
    padding: 1.8em 1.8em 1.55em 9em;
    border-bottom: 1px solid #ededed;
}

.comments_list_wrap .comment_info {
    margin-bottom: .8em;
}

    .comments_list_wrap .comment_info > span + span:before {
        content: "|";
        display: inline-block;
        margin: 0 .9em;
    }

.comments_list_wrap .comment_not_approved {
    padding: 0 0 .5em 0;
    font-style: italic;
    font-weight: 300;
}

.comments_list_wrap .comment_text {
    margin-bottom: .7em;
}

    .comments_list_wrap .comment_text p {
        margin: 0;
    }

        .comments_list_wrap .comment_text p + p {
            margin-top: .5em;
        }

    .comments_list_wrap .comment_text ul {
        margin: 0;
        padding: 0 0 0 1.5em;
        list-style: outside;
    }

        .comments_list_wrap .comment_text ul > li > ul {
            margin-top: .5em;
        }

        .comments_list_wrap .comment_text ul > li {
            min-height: 0;
            border: 0;
            padding: 0;
            margin: 0 0 .5em 0;
            overflow: visible;
        }

.comments_wrap .comments_list_wrap .comment-reply-title {
    display: block;
}

.comment-respond .button {
    margin-bottom: 0;
}

.comments_wrap .comments_notes {
    font-size: .875em;
    color: #909090;
}

.comments_wrap .comments_field {
    margin-bottom: 20px;
    float: left;
    width: 48%;
    padding: 0;
}

    .comments_wrap .comments_field + .comments_field {
        margin-left: 3%;
        width: 49%;
    }

    .comments_wrap .comments_field label {
        display: none;
    }

    .comments_wrap .comments_field input, .comments_wrap .comments_field textarea {
        width: 100%;
    }

.comments_form_wrap {
    padding-top: 0;
}

.spacer-border {
    border-top: 1px solid #ededed;
    margin-bottom: 15px;
}

.comments_wrap .form-submit {
    text-align: right;
    margin: 0;
    padding-left: 4px;
}

    .comments_wrap .form-submit input[type="submit"], .comments_wrap .form-submit input[type="button"] {
        padding-right: .8em;
    }

.comments_form_title {
    margin-bottom: .95em;
}

.comments_wrap .comments_field.comments_message {
    width: 100%;
    margin: 0 0 1.65em;
}

.form-submit {
    padding: 0 .975rem;
}

.pageerror h2 {
    text-align: center;
    margin-top: 0;
    font-weight: bold;
    font-size: 133px;
}

.pageerror h3 {
    text-align: center;
}

.error-page-form {
    margin: auto !important;
    margin-top: 30px;
    float: none !important;
}

.boxed {
    height: 100%;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 0 6px 1px #CCC;
    background-color: #FFF;
    position: relative;
    z-index: 0;
}

body.box {
    background-image: url("../../../../../../www.webfulcreations.com/themes/eyecare/wp-content/themes/eyecare/assets/images/background-pattern.jpg");
    background-repeat: repeat;
    margin: auto;
    z-index: -10;
}

.boxed .owl-carousel {
    max-width: calc(100% - 60px);
    margin-left: 30px;
}

.boxed .testimonials-carousel {
    margin-left: 0;
    min-width: 100% !important;
}

.box .call-to-action img {
    left: -20px;
}

.testimonial-page .content-side .testimonial {
    margin-bottom: 25px;
}

.test-wrap .content-side {
    margin-bottom: 25px;
}

    .test-wrap .content-side:last-child {
        margin-bottom: 0;
    }

.testimonial-page .content-side .testimonial:last-child {
    margin-bottom: 0;
}

.testimonial-page .testimonial:after {
    clear: both;
    content: ' ';
    display: table;
}

.blog-page .content-side .row .columns {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .blog-page .content-side .row .columns:first-child {
        margin-top: 0;
    }

    .blog-page .content-side .row .columns:last-child {
        margin-bottom: 0;
    }

.pagination .current {
    background: #68696d;
    padding: 0;
    display: block;
    padding: .1875rem .625rem;
}

    .pagination .current a {
        color: #FFF;
    }

        .pagination .current a:hover, .pagination a:hover {
            background-color: #174873;
            color: #FFF;
        }

.pagination {
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
}

    .pagination .current {
        background: #68696d;
    }

        .pagination .current a {
            color: #FFF;
        }

            .pagination .current a:hover, .pagination a:hover {
                background-color: #68696d;
                color: #FFF;
            }

.single-post-page .post p {
    margin-bottom: 15px;
}

    .single-post-page .post p:last-child {
        margin-bottom: 0;
    }

.sharing-posts {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-share a {
    padding-left: 10px;
    padding-right: 10px;
}

.author-box {
    margin-bottom: 25px;
}

.sharing-posts .tags a {
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.single-post-page .post-meta, .single-post-page .post-meta a {
    font-size: .875rem;
    line-height: 30px;
}

.checkout-page input[type=text], .checkout-page textarea {
    background-color: #FFF;
    border: 1px solid #ededed;
}

.main-page {
    margin-bottom: 15px;
    padding: 0;
}

.single-product .thumbnails img {
    height: auto;
    margin-right: 15px;
    border: 1px solid #ededed;
}

.single-product .thumbnails a:last-child img {
    margin-right: 0;
}

.contact-page h4 {
    text-align: left;
}

.price-plan {
    width: 100%;
    background: #f7f7f7;
    text-align: center;
}

    .price-plan .price-title {
        background: #364e72;
        color: #f7f7f7;
        font-size: 16px;
        font-weight: 300;
        padding: 20px 10px 25px;
    }

.title-heading {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    padding: 9px;
    color: #fff;
}

.price-title strong {
    font-size: 76px;
    align-self: baseline;
    line-height: 1;
    font-weight: 500;
}

.price-details {
    padding: 15px 30px;
    background-color: #f7f7f7;
    margin-left: 0;
}

    .price-details li {
        text-align: left;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
        list-style: none;
    }

.price-plan li:last-child {
    border-bottom: 0;
}

.price-details li .fa {
    position: relative;
    margin-right: 7px;
}

.red {
    color: red;
}

.orange {
    color: #e79800;
}

.our-staff-page .special-doctor.doctor-column:nth-last-child(-n+5) {
    /*margin-top: 15px;*/
}

.our-staff-page .special-doctor.doctor-column:nth-last-child(-n) {
    margin-top: 15px;
}

.our-staff-page .special-staff .item-one, .our-staff-page .special-staff .item-two {
    width: 100%;
    float: none !important;
    text-align: center;
}

.special-staff h4, .special-staff h3, .special-staff h3 a {
    text-align: center;
    color: #fff;
}

.special-staff .doctor-links {
    text-align: center;
    margin-top: 15px;
    border-top: 1px dashed #e6e6e6;
    background-color: #00552b;
}

    .special-staff .doctor-links li a {
        color: #FFF;
    }

        .special-staff .doctor-links li a:hover {
            color: #68696d;
        }

        .special-staff .doctor-links li a:hover {
            color: #fff;
        }

    .special-staff .doctor-links li {
        display: inline-block;
    }

.special-staff.doctor .doctor-meta h5 {
    margin-bottom: 0px;
    padding-bottom: 8px;
    color: #fff;
    margin-top: 5px;
}

.special-staff.doctor .doctor-meta {
    /* padding-left: 0;
    padding-right: 0;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    background: #00552b;
}

.special-staff {
    background-color: #FFF;
}

.our-staff-page .item-one {
    float: left;
    text-align: right;
    width: calc(100% - 300px);
}

.our-staff-page .item-two {
    float: right;
    text-align: left;
    width: calc(100% - 300px);
}

.our-staff-page .item-one .menu li {
    float: right;
}

.our-staff-page .item-two .menu li {
    float: left;
}

.our-staff-page .doctor-column:nth-child(-n+5) {
    margin-bottom: 15px;
    margin-top: 0;
}

.our-staff-page .doctor-column {
    /*margin-top: 0;
    margin-bottom: 0;*/
}

    .our-staff-page .doctor-column:nth-last-child(-n+2) {
        margin-top: 0;
        margin-bottom: 15px;
    }

.single-doctor-page img {
    border-radius: 100%;
}

.single-doctor h3, .single-doctor h4 {
    text-align: center;
}

.inner-column {
    background-color: #68696d;
    color: #fff;
    padding: 20px;
}

    .inner-column h4 {
        color: #fff;
        font-weight: 400;
        text-align: center;
    }

    .inner-column h2 {
        color: #fff;
        font-weight: 400;
        text-align: center;
        font-size: 16px;
        margin-bottom: 28px;
    }

.sidebar .appointment-form label {
    color: #fff;
}

.single-doctor-info {
    margin-top: 30px;
    border: 1px solid #ededed;
}

.doctor-info-item {
    background-color: #f7f7f7;
    padding: 15px;
    border-top: 1px solid #ededed;
}

.info-item-inner {
    position: relative;
    padding: 20px;
    padding-top: 0;
}

.info-item-left {
    float: left;
    width: 35%;
    padding-left: 22px;
}

.info-item-right {
    float: left;
    width: 65%;
    padding-right: 22px;
}

.inner-column .appointment-form .button {
    margin-bottom: 0;
}

.services .service {
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-area .service:nth-child(-n+3) {
    margin-top: 0;
}

.content-area .service:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.services img {
    width: 100%;
    height: 142px;
}

.services h5 a {
    font-weight: bold;
}

.block-image {
    padding-top: 5px;
    padding-bottom: 5px;
}

.appointment-form input[type=text], .appointment-form textarea, .appointment-form input[type=email] {
    background-color: #fff;
}

.single-service h5 {
    font-weight: bold;
}

.single-service .block-image {
    padding-top: 0;
    padding-bottom: 25px;
}

.about-us p {
    border-bottom: 0;
    padding-bottom: 5px;
}

.gallery-thumb {
    width: 25%;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

    .gallery-thumb:hover {
        opacity: .7;
    }

.appointment-form input[type=text], .appointment-form textarea {
    border: 1px solid #cacaca;
}

.loaded {
    height: auto;
    overflow-y: visible;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.cssload-thecube {
    width: 74px;
    height: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    margin-top: -37px;
    margin-left: -37px;
    z-index: 999999933;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

    .cssload-thecube .cssload-cube {
        position: relative;
        transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

        .cssload-thecube .cssload-cube:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            animation: cssload-fold-thecube 2.76s infinite linear both;
            -o-animation: cssload-fold-thecube 2.76s infinite linear both;
            -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
            -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
            -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
            transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
        }

    .cssload-thecube .cssload-c2 {
        transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
    }

    .cssload-thecube .cssload-c3 {
        transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
    }

    .cssload-thecube .cssload-c4 {
        transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
    }

    .cssload-thecube .cssload-c2:before {
        animation-delay: .35s;
        -o-animation-delay: .35s;
        -ms-animation-delay: .35s;
        -webkit-animation-delay: .35s;
        -moz-animation-delay: .35s;
    }

    .cssload-thecube .cssload-c3:before {
        animation-delay: .69s;
        -o-animation-delay: .69s;
        -ms-animation-delay: .69s;
        -webkit-animation-delay: .69s;
        -moz-animation-delay: .69s;
    }

    .cssload-thecube .cssload-c4:before {
        animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -webkit-animation-delay: 1.04s;
        -moz-animation-delay: 1.04s;
    }

.preloader {
    background-color: #f7f7f7;
}

.cssload-thecube .cssload-cube:before {
    background-color: #0f99de;
}

@keyframes cssload-fold-thecube {
    0%,10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%,10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%,10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%,10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%,10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

.footer {
    width: 100%;
    position: relative;
}

.calendar_wrap table, .calendar_wrap table a {
    color: #5d5d5d !important;
}

    .calendar_wrap table caption {
        color: #FFF;
    }

.footer label {
    color: #FFF;
}

.footer-widget {
    margin-top: 15px;
}

    .footer-widget:after {
        clear: both;
        display: table;
        content: "";
    }

    .footer-widget input[type=text] {
        background-color: #FFF;
    }

.footerTop .footer-widget:first-child {
    margin-top: 0;
}

.footer::after {
    content: "";
    background: url("../images/background-pattern.jpg");
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.footer h2 {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700;
}

    .footer h2 i {
        margin-right: .625rem;
        font-size: 15px;
    }

.footer .button {
    margin-bottom: 0;
}

.tx-div {
    width: 45px;
    display: block;
    height: 3px;
    opacity: .8;
    margin: 10px 0 15px;
}

.footerTop {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-information-boxes {
    padding-top: 60px;
    margin-top: 40px;
}

.home .footer-information-boxes {
    margin-top: 0px;
}

.footer-icon-box {
    border: 1px solid #696a6f;
    position: relative;
    width: 100%;
}

    .footer-icon-box:after {
        clear: both;
        display: table;
        content: "";
    }

    .footer-icon-box .icon-side {
        font-size: 30px;
        color: #ffffff;
        float: left;
        border-right: 1px solid #696a6f;
        width: 80px;
        text-align: center;
        line-height: 80px;
        background: #00552b;
    }

    .footer-icon-box .info-side {
        float: left;
        padding: 18px 15px;
    }

        .footer-icon-box .info-side h2 {
            font-weight: normal;
            color: #CCC;
            font-size: .875rem;
            margin-bottom: 0;
        }

        .footer-icon-box .info-side h3 {
            color: #FFF;
            font-weight: bold;
            font-size: 1rem;
            margin-bottom: 0;
        }

.footerTop ul {
    margin: 0;
    list-style: none;
}

.footer-widget .menu li {
    display: block;
    width: 50%;
    float: left;
}

.footer-widget ul li a {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    display: inline-block;
    line-height: 17px;
    vertical-align: middle;
}

.footer-widget ul li {
    display: list-item;
    list-style: none;
}

.footer-widget ul.menu li {
    list-style: disc;
    display: list-item;
}

.footer-widget ul {
    /* margin-left: 16px;*/
}

    .footer-widget ul.menu li {
        list-style: none;
        display: list-item;
        position: relative;
    }

        .footer-widget ul.menu li:before {
            content: ".";
            font-size: 56px;
            line-height: 0px;
            position: absolute;
            left: -16px;
        }

.footer-widget .menu ul, .footerbottom .menu ul, .topBar .menu ul {
    display: none;
}

.footerbottom {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .footerbottom ul li {
        padding-top: 5.5px;
        padding-bottom: 5.5px;
    }

        .footerbottom ul li a {
            border-right: 1px solid;
            padding: 0 8px;
        }

        .footerbottom ul li:first-child a {
            padding-left: 0;
        }

        .footerbottom ul li:last-child a {
            border: 0;
            padding-right: 0;
        }

.copyrightinfo {
    font-size: 13px;
    line-height: 30px;
}

.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-weight: bold;
}

.office-hours li {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(237,237,237,.3);
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .office-hours li:last-child {
        padding-top: 0;
    }

    .office-hours li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .office-hours li span {
        color: #FFF;
        display: inline-block;
        float: right;
    }

.footer-widget input[type=text] {
    height: 40px;
    max-width: 230px;
}

.quick-links ul {
    width: 50%;
    float: left;
}

.socialicons {
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
}

    .socialicons a {
        margin-right: 5px;
        margin-left: 5px;
    }

.footer {
    background-color: rgb(0 0 0 / 95%);
    color: #FFF;
}

    .footer a {
        color: #FFF;
        font-size: .954rem;
    }

    .footer p {
        color: #FFF;
    }

    .footer .wp-caption-text {
        color: #5d5d5d;
    }

    .footer a:hover {
        /* color: #fabfb7;*/
    }

    .footer h2 {
        color: #ffffff;
    }

.tx-div {
    background-color: #f7f7f7;
    display: none;
}

.footerTop ul {
    color: #FFF;
}

    .footerTop ul.menu {
        color: #FFF;
        padding-left: 12px;
    }

.contact_us_icons a {
    color: #00552b;
    font-size: 22px;
    font-weight: 900;
}


.footerbottom .social.menu li i {
    font-size: 1.25rem;
}

.footerbottom .columns {
    margin-top: 4px;
    margin-bottom: 4px;
}

.footerbottom ul li {
    padding-bottom: 0;
}

.footerbottom .columns:first-child {
    margin-top: 0;
}

.footerbottom .columns:last-child {
    margin-bottom: 0;
}

.footerbottom.top {
    background-color: rgb(176 31 105);
    background-color: rgb(0 85 43);
}

.address i, .address h4 {
    color: #FFF;
}

.address i {
    float: left;
    margin-right: 6px;
}

#top {
    position: fixed;
    right: 15px;
    text-align: center;
    bottom: 15px;
    font-weight: bold;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 22px;
    opacity: .9;
    z-index: 99;
    display: none;
    background-color: #00552b;
    color: #FFF;
    line-height: 30px;
}

    #top:hover {
        background-color: #68696d;
        color: #FFF;
    }

@media screen and (max-width: 50em) {
    .info-thumb {
        width: 120px;
        opacity: .5;
    }

    .teams-wrapper .doctor .doctor-meta {
        margin-top: 0%;
        padding: 12px;
    }

        .teams-wrapper .doctor .doctor-meta h5 {
            text-align: left;
            margin-bottom: 0px;
        }

        .teams-wrapper .doctor .doctor-meta h4 {
            height: 45px;
        }

    .kc_text_block {
        margin-bottom: 15px;
    }

    .footerbottom.top .medium-6.small-12.columns {
        width: 100%;
    }

    .footer-icon-box {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 40em) {


    .top-bar-title {
        margin-right: 0;
        width: 20px;
        margin: auto;
        float: none;
    }

    .top-bar ul {
        width: 100%;
        margin-top: 10px;
        background-color: #68696d;
    }

        .top-bar ul li a {
            padding-left: 15px;
            color: #FFF;
        }

            .top-bar ul li a:hover, .top-bar ul .is-active a, .top-bar ul li a {
                border-bottom: 0 !important;
                color: #FFF !important;
            }

                .top-bar ul li a:hover {
                    color: #FFF;
                }

        .top-bar ul ul {
            margin-top: 0;
            background-color: #00552b !important;
        }

            .top-bar ul ul li {
                padding-left: 10px;
            }

        .top-bar ul ul {
            margin-top: 0;
        }

    .nav-dark {
        background-color: #68696d;
    }

        .nav-dark .search-wrap a {
            color: #FFF;
            z-index: 9999;
        }

    .boxed {
        max-width: 100%;
        margin: auto;
        border-left: 0;
        border-right: 0;
    }

    .sidebar ul li a {
        padding-left: 0;
    }

    .sidebar ul li ul li a {
        padding-left: 0;
    }

    .sidebar ul li ul li ul li a {
        padding-left: 0;
    }

    .topBar .columns {
        text-align: center;
    }

    .topBar .menu {
        display: inline-block;
    }

        .topBar .menu > li > a {
            padding-left: 7px;
            padding-right: 7px;
            text-align: center;
        }

        .topBar .menu.social {
            text-align: center;
            float: none;
            margin: auto;
            display: inline-block;
        }

            .topBar .menu.social > li > a {
                padding-left: 10px;
                padding-right: 10px;
            }

    .topBar .columns:last-child {
        margin-top: 0;
    }

    .topBar .left-side p, .topBar .right-side p, .topBar .left-side ul, .topBar .right-side ul {
        text-align: center;
    }

    .top-bar {
        width: 100%;
        padding: 0;
    }

    .topBar p {
        background-color: transparent;
        text-align: center;
        float: none;
        padding: 3px;
    }

    .topBar ul li {
        padding: 3px;
    }

    .topBar ul .first-social {
        padding-left: 15px;
    }

    .topBar .row .small-12 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .topBar .text-right {
        text-align: center;
    }

    .padding-bottom:after {
        display: table;
        content: "";
        clear: both;
    }

    .topBar ul li {
        display: inline-block;
    }

    .header .large-offset-5 {
        margin-left: 0;
        width: 60%;
        margin-top: 0;
        margin-bottom: 0 !important;
    }

    .header .icon-box .info-side {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
    }

    .header .small-box {
        width: 40%;
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .header .icon-side {
        display: block;
        width: 72px;
    }

    .header-type-three .address-box, .header-type-three .last-info {
        /* display: none; */
    }

    .appoint_btn {
        width: 100%;
        height: 50px;
        float: left;
        color: #00552b !important;
        background: #ffffff;
        text-align: center;
        line-height: 47px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: bold;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        border: 2px solid #00552b;
        margin-top: 20px;
    }

    .header-type-three {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #enquirypopup .modal-dialog {
        width: 357px !important;
        padding: 0px;
        position: relative;
    }

    .nav-type-three .nav-wrap {
        margin-top: 0;
        position: relative;
        width: 100%;
        border-radius: 0;
    }

    .nav-type-three .top-bar {
        width: 100%;
    }

    .appointment-form .small-12 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .logo img {
        /* height:90px; */
        width: auto;
    }

    .nav-wrap {
        position: relative;
    }

    .search-wrap {
        position: absolute;
        top: -10px;
        right: 50%;
        margin-right: -20px;
        font-size: 20px;
    }

    .nav-dark .search-wrap {
        display: none;
    }

    .navigation {
        z-index: 990;
    }

    .top-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dark .top-bar-title {
        float: none;
        text-align: center;
        display: inline-block;
        margin-right: 0;
        margin: auto;
        left: 50%;
        width: 100%;
    }

    .nav-dark .top-bar {
        width: 100%;
    }

    .top-bar nav {
        margin-top: 14px;
    }

    .top-bar-title span {
        display: block;
        text-align: center;
        margin: auto;
        width: 20px;
    }

    .footerbottom ul li {
        display: inline-block;
    }

    .menu-icon.dark {
        height: 12px;
    }

        .menu-icon.dark:after {
            box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
            background-color: #fff;
        }

    #responsive-menu ul {
        display: block;
        background-color: #00552b;
    }

    .top-bar ul li a {
        text-align: left;
    }

    .top-bar ul ul li a {
        padding: 5px 35px !important;
    }

    .topBar .search_form {
        float: none;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    body.kc-css-system .kc-css-389305 {
        margin-top: 0 !important;
    }

    .gallery-container a img.gallery-thumb {
        width: 100%;
    }

    .information-boxes {
        margin-top: 0;
    }

        .information-boxes .small-12 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

    .info-detail {
        width: calc(100% - 75px);
    }

    .info-thumb {
        width: 150px;
        width: 205px;
        overflow: hidden;
        right: 0px;
        bottom: 0px;
        height: 100%;
    }

    .information-box p {
        line-height: 19px;
    }

    .awards blockquote {
        width: 100%;
        margin-top: 15px;
        border-left: 0;
        margin-bottom: 0;
    }

    .awards {
        text-align: center;
    }

        .awards img, .awards blockquote {
            float: none;
        }

    .services-carousel, .teams-wrapper {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .doctor-meta {
        width: 100% !important;
    }

    .doctor-thumb, .doctor-thumb img {
        width: 100%;
    }

    .our-staff-page .item-one {
        text-align: left;
    }

    .teams-wrapper .owl-item:nth-child(odd) h4, .teams-wrapper .owl-item:nth-child(odd) h3, .teams-wrapper .owl-item:nth-child(odd) p, .teams-wrapper .owl-item:nth-child(odd) .doctor-links {
        text-align: left !important;
    }

    .teams-wrapper .owl-item:nth-child(odd) .doctor-meta .menu li {
        float: none;
    }

    .doctor-info-item {
        padding: 15px 5px;
    }

    .info-item-left {
        padding-left: 0;
    }

    .info-item-inner:after {
        display: table;
        content: ' ';
        clear: both;
    }

    .info-item-inner {
        padding: 0;
    }

        .info-item-inner h5 {
            margin-bottom: 0;
        }

    .our-services .owl-dots {
        display: none !important;
    }

    .is-accordion-submenu-parent > a:after {
        border-color: #FFF transparent transparent;
    }

    .reason-section .medium-8 {
        padding-left: .625rem;
    }

    .call-to-action img {
        display: none;
    }

    .owl-prev, .owl-next {
        position: relative !important;
    }

        .owl-prev:hover, .owl-next:hover {
            position: relative !important;
        }

    .owl-next {
        float: left !important;
        right: 0 !important;
        margin-left: 5px !important;
    }

    .owl-prev {
        float: left !important;
        left: 0 !important;
        margin-right: 5px !important;
    }

    .owl-controls {
        margin-top: 10px !important;
    }

    .owl-nav {
        text-align: center;
        margin: auto;
        width: 90px;
        position: absolute;
        left: 50%;
        margin-left: -45px;
        bottom: -35px;
    }

    .side-controls .owl-prev, .side-controls .owl-next {
        width: 25px;
        height: 25px;
        margin-top: 0;
    }

    .section-title-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallery-container {
        text-align: center;
    }

        .gallery-container a {
            display: inline-block;
            min-width: calc(50% - 20px);
            width: calc(50% - 20px);
        }

    .gallery-thumb {
        width: 100%;
        padding: 5px;
        margin: 0 !important;
    }

    .upper-background {
        display: none;
    }

    .process .right-info {
        float: left;
        width: calc(100% - 85px);
    }

    .title-section .row .small-12, .contact-form .row .small-12 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .contact-form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .post-meta {
        font-size: .75rem;
        padding: 5px;
    }

        .post-meta i {
            display: none;
        }

    .widget .popular-post img {
        width: 40px;
        height: 40px;
    }

    .products-page .sidebar {
        margin-bottom: 20px !important;
    }

    .brands-wrap .owl-controls {
        margin-top: 10px !important;
    }

    .bran-logo {
        text-align: center;
    }

        .bran-logo a img {
            display: inline-block !important;
            text-align: center;
        }

    .layer1 {
        background-color: rgba(0,0,0,.4);
    }

    .layer3 {
        display: none !important;
    }

    .footer-widget {
        margin-bottom: 15px;
    }

    .footerbottom ul {
        text-align: center;
        width: 100%;
        border-bottom: 0;
    }

    .copyrightinfo {
        text-align: center;
    }

    .time-table {
        text-align: center;
    }

    .logo {
        text-align: center;
        margin: 11px 0px;
    }

    .logo-small {
        text-align: center;
    }

    .row .small-12 {
        margin-top: 0px;
        margin-bottom: 10px;
    }

        .row .small-12:last-child {
            margin-bottom: 0;
        }

        .row .small-12:first-child {
            margin-top: 0;
        }

    .serivce-block {
        /* background: #f8f8f8; */
        /*padding: 0px 40px;*/
        text-align: center;
        min-height: 150px;
    }

    .top-int-bar .small-12, .info-boxes .small-12, .footerbottom .small-12, .latest-news .button, .news .small-12 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .text-medium-right {
        text-align: center !important;
    }

    .topbar .socialicons {
        text-align: center;
    }

    .call-to-action i {
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }

    .call-to-action h2 {
        text-align: center;
    }

        .call-to-action h2 span {
            margin-left: 10px;
            line-height: 40px;
        }

    .call-to-action .button, .woocommerce .call-to-action .button {
        display: table;
        margin: auto;
        position: relative;
    }

    .nav-wrap .dropdown-pane {
        left: 0 !important;
        width: 100% !important;
    }

    .comment_special_wrap {
        position: relative;
    }

    .comments_list_wrap .comment_author_avatar {
        right: 10px;
        width: 50px;
        height: auto;
        bottom: 10px;
        top: auto;
        left: auto;
    }

    .comments_list_wrap .comment_content {
        padding: 1.5em 1.5em 1.5em 1.5em;
    }

    .comments_list_wrap ul ul {
        margin-left: 0;
    }

        .comments_list_wrap ul ul ul {
            margin-left: 0;
        }

    .comments_list_wrap .comment_author_avatar img {
        border-radius: 100%;
    }

    .button-big {
        display: none;
    }

    .slider-form-wrapper .title-area {
        text-align: center;
    }

    .address-box {
        text-align: center;
    }
}

@media screen and (min-width: 40em) and (max-width:64em) {
    .topBar .columns {
        text-align: center;
    }

    .topBar .menu {
        display: inline-block;
    }

        .topBar .menu > li > a {
            padding-left: 7px;
            padding-right: 7px;
            text-align: center;
        }

        .topBar .menu.social {
            text-align: center;
            float: none;
            margin: auto;
            display: inline-block;
        }

            .topBar .menu.social > li > a {
                padding-left: 10px;
                padding-right: 10px;
            }

    .topBar .columns:last-child {
        margin-top: 0;
    }

    .topBar .left-side p, .topBar .right-side p, .topBar .left-side ul, .topBar .right-side ul {
        text-align: center;
    }

    .topBar p {
        background-color: transparent;
        text-align: center;
        float: none;
        padding: 3px;
    }

    .topBar ul li {
        padding: 3px;
    }

    .topBar ul .first-social {
        padding-left: 15px;
    }

    .topBar .row .small-12 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .topBar .text-right {
        text-align: center;
    }

    .topBar ul li {
        display: inline-block;
    }

    .topBar .search_form {
        float: none;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .topbar .socialicons {
        text-align: center;
    }

    .top-bar-title {
        margin-right: 0;
        width: 20px;
        margin: auto;
        float: none;
    }

    .top-bar ul {
        width: 100%;
        margin-top: 10px;
        background-color: #68696d;
    }

        .top-bar ul li a {
            padding-left: 15px;
            color: #FFF;
        }

            .top-bar ul li a:hover, .top-bar ul .is-active a, .top-bar ul li a {
                border-bottom: 0 !important;
                color: #FFF !important;
                line-height: 40px !important;
                line-height: 35px !important;
            }

                .top-bar ul li a:hover {
                    color: #FFF;
                }

        .top-bar ul ul {
            margin-top: 0;
            background-color: #00552b !important;
        }

            .top-bar ul ul li {
                padding-left: 10px;
            }

    .nav-dark {
        background-color: #68696d;
    }

        .nav-dark .search-wrap a {
            color: #FFF;
            z-index: 9999;
        }

    .boxed {
        max-width: 100%;
        margin: auto;
        border-left: 0;
        border-right: 0;
    }

    .sidebar ul li a {
        padding-left: 0;
    }

    .sidebar ul li ul li a {
        padding-left: 0;
    }

    .sidebar ul li ul li ul li a {
        padding-left: 0;
    }

    .top-bar {
        width: 100%;
        padding: 0;
    }

    .padding-bottom:after {
        display: table;
        content: "";
        clear: both;
    }

    .header .medium-offset-5 {
        margin-left: 0;
        width: 60%;
        margin-top: 0;
        margin-bottom: 0 !important;
    }

    .header .icon-box .info-side {
        width: 100%;
        margin-left: 0;
    }

    .header .small-box {
        width: 40%;
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    .header .icon-side {
        display: block;
    }

    .header .icon-box {
        display: flex;
    }

    .icon-box .icon-side {
        width: 76px;
        height: 55px;
        line-height: 48px;
        margin-right: 15px;
    }


    .header-type-three .address-box, .header-type-three .last-info {
        /* display: none;*/
    }

    .header-type-three .address-box, .header-type-three .last-info {
        display: block;
    }

    .header-type-three {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .nav-type-three .nav-wrap {
        margin-top: 0;
        position: relative;
        width: 100%;
        border-radius: 0;
    }

    .nav-type-three .top-bar {
        width: 100%;
    }

    .appointment-form .small-12, .slider-form-wrapper .small-12 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .logo img {
        height: 90px;
        width: auto;
    }

    .nav-wrap {
        position: relative;
    }

    .search-wrap {
        position: absolute;
        top: -10px;
        right: 50%;
        margin-right: -20px;
        font-size: 20px;
    }

    .nav-dark .search-wrap {
        display: none;
    }

    .navigation {
        z-index: 990;
    }

    .top-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dark .top-bar-title {
        float: none;
        text-align: center;
        display: inline-block;
        margin-right: 0;
        margin: auto;
        left: 50%;
        width: 100%;
    }

    .nav-dark .top-bar {
        width: 100%;
    }

    .top-bar nav {
        margin-top: 14px;
    }

    .top-bar-title span {
        display: block;
        text-align: center;
        margin: auto;
        width: 20px;
    }

    .footerbottom ul li {
        display: inline-block;
    }

    .menu-icon.dark {
        height: 12px;
    }

        .menu-icon.dark:after {
            box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
            background-color: #fff;
        }

    #responsive-menu ul {
        display: block;
        background-color: #68696d;
        background-color: #00552b;
    }

    .top-bar ul li a {
        text-align: left;
    }

    .top-bar ul ul li a {
        padding: 5px 35px !important;
    }

    body.kc-css-system .kc-css-389305 {
        margin-top: 0 !important;
    }

    .gallery-container a img.gallery-thumb {
        width: 100%;
    }

    .information-boxes {
        margin-top: 0;
    }

        .information-boxes .small-12 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

    .info-detail {
        width: calc(100% - 75px);
    }

    .info-thumb {
        /*    width: 150px;
        width: 246px;*/
        opacity: .5;
    }

    .awards blockquote {
        width: 100%;
        margin-top: 15px;
        border-left: 0;
        margin-bottom: 0;
    }

    .awards {
        text-align: center;
    }

        .awards img, .awards blockquote {
            float: none;
        }

    .services-carousel, .teams-wrapper {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .doctor-meta {
        width: 100% !important;
    }

    .doctor-thumb, .doctor-thumb img {
        width: 100%;
    }

    .our-staff-page .item-one {
        text-align: left;
    }

    .teams-wrapper .owl-item:nth-child(odd) h4, .teams-wrapper .owl-item:nth-child(odd) h3, .teams-wrapper .owl-item:nth-child(odd) p, .teams-wrapper .owl-item:nth-child(odd) .doctor-links {
        text-align: left !important;
    }

    .teams-wrapper .owl-item:nth-child(odd) .doctor-meta .menu li {
        float: none;
    }

    .doctor-info-item {
        padding: 15px 5px;
    }

    .info-item-left {
        padding-left: 0;
    }

    .info-item-inner:after {
        display: table;
        content: ' ';
        clear: both;
    }

    .info-item-inner {
        padding: 0;
    }

        .info-item-inner h5 {
            margin-bottom: 0;
        }

    .our-services .owl-dots {
        display: none !important;
    }

    .is-accordion-submenu-parent > a:after {
        border-color: #FFF transparent transparent;
    }

    .reason-section .medium-8 {
        padding-left: .625rem;
    }

    .call-to-action img {
        display: none;
    }

    .owl-prev, .owl-next {
        position: relative !important;
    }

        .owl-prev:hover, .owl-next:hover {
            position: relative !important;
        }

    .owl-next {
        float: left !important;
        right: 0 !important;
        margin-left: 5px !important;
    }

    .owl-prev {
        float: left !important;
        left: 0 !important;
        margin-right: 5px !important;
    }

    .owl-controls {
        margin-top: 10px !important;
    }

    .owl-nav {
        text-align: center;
        margin: auto;
        width: 90px;
        position: absolute;
        left: 50%;
        margin-left: -45px;
    }

    .side-controls .owl-prev, .side-controls .owl-next {
        width: 25px;
        height: 25px;
        margin-top: 0;
    }

    .section-title-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gallery-container {
        text-align: center;
    }

        .gallery-container a {
            display: inline-block;
            min-width: calc(50% - 20px);
            width: calc(50% - 20px);
        }

    .gallery-thumb {
        width: 100%;
        padding: 5px;
        margin: 0 !important;
    }

    .upper-background {
        display: none;
    }

    .process .right-info {
        float: left;
        width: calc(100% - 85px);
    }

    .title-section .row .small-12, .contact-form .row .small-12 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .contact-form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .post-meta {
        font-size: .75rem;
        padding: 5px;
    }

        .post-meta i {
            display: none;
        }

    .widget .popular-post img {
        width: 40px;
        height: 40px;
    }

    .products-page .sidebar {
        margin-bottom: 20px !important;
    }

    .brands-wrap .owl-controls {
        margin-top: 10px !important;
    }

    .bran-logo {
        text-align: center;
    }

        .bran-logo a img {
            display: inline-block !important;
            text-align: center;
        }

    .layer1 {
        background-color: rgba(0,0,0,.4);
    }

    .layer3 {
        display: none !important;
    }

    .footer-widget {
        margin-bottom: 15px;
    }

    .footerbottom ul {
        text-align: center;
        width: 100%;
        border-bottom: 0;
    }

    .copyrightinfo {
        text-align: center;
    }

    .time-table {
        text-align: center;
    }

    .logo {
        text-align: center;
        margin: auto;
    }

    .logo-small {
        text-align: center;
    }

    .row .small-12 {
        /*   margin-top: 15px;
        margin-bottom: 15px;*/
    }

        .row .small-12:last-child {
            margin-bottom: 0;
        }

        .row .small-12:first-child {
            /*margin-top: 0;*/
        }

    .products-wrap .small-12:first-child {
        margin-top: 15px;
    }

    .footerTop .small-12:last-child {
        float: left;
    }

    .footerTop .small-12, .services .small-12, .top-int-bar .small-12, .info-boxes .small-12, .footerbottom .small-12, .latest-news .button, .news .small-12 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .text-medium-right {
        text-align: center !important;
    }

    .call-to-action i {
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }

    .call-to-action h2 {
        text-align: center;
    }

        .call-to-action h2 span {
            margin-left: 10px;
        }

    .call-to-action .button, .woocommerce .call-to-action .button {
        display: table;
        margin: auto;
        position: relative;
    }

    .nav-wrap .dropdown-pane {
        left: 0 !important;
        width: 100% !important;
    }

    .comment_special_wrap {
        position: relative;
    }

    .comments_list_wrap .comment_author_avatar {
        right: 10px;
        width: 50px;
        height: auto;
        bottom: 10px;
        top: auto;
        left: auto;
    }

    .comments_list_wrap .comment_content {
        padding: 1.5em 1.5em 1.5em 1.5em;
    }

    .comments_list_wrap ul ul {
        margin-left: 0;
    }

        .comments_list_wrap ul ul ul {
            margin-left: 0;
        }

    .comments_list_wrap .comment_author_avatar img {
        border-radius: 100%;
    }

    .button-big {
        display: none;
    }

    .slider-form-wrapper .title-area {
        text-align: center;
    }
}





@media screen and (min-width: 40em) {
    .left_sidebar .row .columns.posts-wrap {
        left: 25%;
        position: relative;
    }

    .left_sidebar .row .columns.sidebar {
        left: -75%;
        position: relative;
    }

    .header-type-two .medium-offset-5 {
        margin-left: 40%;
    }
}

.contact-form label span {
    margin-left: 0;
}

.contact-form input[type=email], .contact-form input[type=text] {
    width: 100% !important;
    max-width: 100% !important;
}

.contact-form label {
    margin-bottom: 0 !important;
    float: none !important;
    font-weight: 700 !important;
    display: inline !important;
}

.contact-form textarea {
    height: 169px !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 13px !important;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 999;
}

.product-image {
    position: relative;
}

figure {
    margin: 0;
}

.woocommerce .button-big .button {
    margin-bottom: 0;
    padding-top: 14.9px;
    padding-bottom: 14.9px;
    background-color: #00552b;
}

.woocommerce .our-store .products .star-rating {
    margin: auto;
    margin-bottom: 15px;
}

.post-type-archive-product.woocommerce .our-store .products .star-rating {
    margin-left: 0;
}

.woocommerce .button-big .button:hover {
    background-color: #68696d;
    color: #FFF;
}

.woocommerce .select2-container .select2-choice {
    padding-top: 6px;
    padding-bottom: 6px;
}

.woocommerce .call-to-action .button {
    position: relative;
}

body.single-product {
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 0;
    left: auto;
    color: #FFF;
    background-color: #68696d;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.woocommerce .sidebar #respond input#submit, .woocommerce .sidebar button.button, .woocommerce .sidebar input.button, .single-product #respond input#submit, .single-product a.button, .single-product button.button, .single-product input.button {
    cursor: pointer;
    color: #FFF;
    background-color: #68696d;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    padding: .69em 1em;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #68696d;
    color: #FFF !important;
    padding: 1px 10px;
    left: 42px;
    min-width: 105px;
    text-align: center;
}

.woocommerce .products .pro-buttons ul {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

    .woocommerce-MyAccount-navigation ul li a {
        padding: 5px 10px;
        display: block;
    }

.coupon input[type=text] {
    width: 300px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 31px;
}

.shop .our-store .price, .shop .our-store h6, .shop .our-store .star-rating {
    text-align: left;
    margin-left: 0;
}

.product-info {
    height: 87px;
    margin-bottom: 30px;
}

.products-wrap .columns:last-child {
    float: left;
}

.shop .pagination-container {
    border-top: 1px solid #ededed;
    padding-top: 15px;
}

.woocommerce .woocommerce-ordering select {
    margin-bottom: 0;
}

.wc-tabs-wrapper .tabs {
    text-align: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
}

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        background-color: #68696d;
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            color: #FFF;
            font-weight: normal;
        }

.woocommerce-Reviews-title {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.woocommerce-Tabs-panel h2 {
    font-size: 1.3rem;
}

.woocommerce-Tabs-panel h3 {
    font-size: 1.1rem;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}

.wc-tabs-wrapper {
    margin-top: 30px;
}

.woocommerce .entry-summary p {
    margin-bottom: 15px !important;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #68696d;
    color: #FFF;
}

.woocommerce .star-rating span {
    line-height: 15px;
}

.variations {
    border: 0;
}

    .variations .label {
        background-color: transparent;
    }

.related-products .products .star-rating {
    margin: auto;
    margin-bottom: 15px;
}

.woocommerce [type=color], .woocommerce [type=date], .woocommerce [type=datetime-local], .woocommerce [type=datetime], .woocommerce [type=email], .woocommerce [type=month], .woocommerce [type=number], .woocommerce [type=password], .woocommerce [type=search], .woocommerce [type=tel], .woocommerce [type=text], .woocommerce [type=time], .woocommerce [type=url], .woocommerce [type=week] {
    height: 2.1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: 0;
}

.our-store .price {
    font-size: 15px;
    text-align: center;
}

.our-store h6 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .our-store h6 a {
        font-size: 1rem;
        font-weight: normal;
    }

.price .old {
    margin-left: 15px;
    font-weight: normal;
    font-size: 90%;
    text-decoration: line-through;
}

.our-store img {
    width: 100%;
    height: auto;
}

.our-store .pro-rating {
    text-align: center;
    margin-top: 10px;
}

.product-img {
    position: relative;
    width: 100%;
    background-color: #2a2a2a;
}

    .product-img img {
        overflow: hidden;
        width: 100%;
    }

    .product-img .sale {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        padding: 10px 10px;
        text-transform: uppercase;
        font-weight: bold;
        color: #FFF;
        background-color: #68696d;
    }

.pro-buttons {
    position: absolute;
    bottom: 42px;
    left: 0;
    background-color: #ededed;
}

    .pro-buttons ul li {
        display: block;
        width: 40px;
        height: 40px;
    }

    .pro-buttons a {
        font-size: 1.2rem;
        line-height: 40px;
    }

.add-to-cart-top {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.woocommerce .single-product .add-to-cart-top a.add_to_cart_button {
    color: transparent !important;
    position: relative;
}

    .woocommerce .single-product .add-to-cart-top a.add_to_cart_button:after {
        content: "\f217";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        color: #FFF;
        left: calc(50% - 8.92px);
        line-height: 40px;
    }

.add-to-cart-top a span {
    display: none;
}

.add-to-cart-top a {
    line-height: 40px !important;
    padding: 0 !important;
    display: block;
    width: 40px;
    height: 40px;
}

.single-product:hover > .product-img .pro-buttons, .single-product:hover > .product-img .add-to-cart-top {
    opacity: 1;
}

.single-product:hover > .product-img img {
    opacity: .7;
}

.pro-buttons ul {
    list-style: none;
    text-align: center;
    margin: 0;
}

.pro-buttons a {
    text-align: center;
}

.add-to-cart-top .button {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 1.2rem !important;
}

    .add-to-cart-top .button.added {
        font-size: .875rem !important;
    }

.pro-buttons, .add-to-cart-top {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.product-img .sale, .product-page .sale {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    padding: 1px 10px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #00552b;
    color: #FFF;
}

.single-product:hover > .product-img .pro-buttons, .single-product:hover > .product-img .add-to-cart-top {
    opacity: 1;
}

.single-product {
    padding-top: 0;
    margin-bottom: 30px;
}

    .no-product-margin .single-product, .single-product .single-product, .home-products .single-product {
        margin-bottom: 0;
    }

    .no-product-margin .product-info, .single-product .product-info {
        margin-bottom: 0;
    }

.our-store .single-product {
    padding-bottom: 0;
}

.page-filter {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ededed;
}

    .page-filter .pagination {
        text-align: center;
    }

.single-shop .our-store {
    margin-bottom: 0;
}

.product-thumbnail img {
    width: 100%;
    height: auto;
}

.product-meta {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: .875rem;
    margin-top: 10px;
}

.product-share {
    padding-top: 15px;
    border-top: 1px solid #ededed;
}

.add-cart-option {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .add-cart-option input[type=number] {
        max-width: 75px;
        float: left;
        margin-right: 20px;
    }

.product-detail .price {
    font-size: 1.25rem;
    font-weight: bold;
}

.product-detail h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.single-products-page .price .normal {
    font-size: 1.5rem;
    font-weight: bold;
}

.price ins {
    text-decoration: none;
}

.price span {
    color: #00552b;
    font-size: 1.25rem;
    border-bottom: 0;
}

.price del span {
    color: #5d5d5d;
    font-size: .875rem;
    border-bottom: 0;
}

.price del {
    margin-right: 15px;
}

.qty {
    max-width: 75px;
}

.woocommerce .quantity .qty {
    margin: auto;
}

.cart-item .product-thumbnail img {
    height: 100px !important;
    width: auto;
}

.apply-coupon {
    margin-top: 15px;
}

.products-page .small-12 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.single-product h6 a {
    font-weight: 400;
    margin-bottom: 0;
}

.cross-sells .medium-3 {
    width: 50%;
}


.footer-widget i {
    margin-right: .625rem;
    font-size: 15px;
}

.left-side p {
    margin-bottom: 0px !important;
}

ul.menu li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.blog-page .post-content h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.allmedia .doctor-thumb img {
    height: 268px;
}

.doctor-thumb img {
    width: 100%;
	height:230px;
}

.readmore input {
    border: none;
    background: none;
    text-transform: lowercase;
    color: #00552b;
    font-weight: 800;
    font-size: 15px;
}

.testimonialall .quote {
    margin: 20px 0 15px 0
}

.sidebar .widget {
    background: url('../images/side-bar.jpg') rgb(1 1 1 / 82%);
    background-blend-mode: overlay;
}


.service-latest .section-title.text-white h2, .service-latest .section-title.text-white p {
    /*  color: #000 !important;*/
}

    .service-latest .section-title.text-white h2 span {
        color: #fff !important;
    }

.serivce-block video {
    width: 100%;
    height: 300px;
}

.allmedia .doctor-meta {
    margin-top: 0px;
    padding: 10px !important;
}

    .allmedia .doctor-meta h3 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

.post-content a.read-more {
    background: #00552b;
    color: #fff;
    padding: 8px 12px;
}

ul.divblog li a {
    color: #fff;
}

.post-content.have-meta {
    padding-left: 0px;
    box-shadow: none;
}

.showblogdetails .blog-post {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #00000054;
}

.post-content.have-meta ul.no-bullet li {
    color: black;
}

.allmedia .doctor-meta {
    height: 88px;
}

    .allmedia .doctor-meta h3 a {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 8px;
        display: block;
        text-align: left;
    }

    .allmedia .doctor-meta h4 {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
    }

.mt-3 {
    margin-top: 18px;
}
.post-thumb img.attachment-wc-blog-small {
    width: 100%;
}
.footer a:hover {
    color: #d8d8d8;
}








