﻿/*
Theme Name:Healthcare
Theme URI:http://www.jkthemes.com/healthcare
Author:JKThemes
Author URI:http://www.jkthemes.com
Description:Medical wordpress theme.
Version:1.1
License:GPL v2 License
License URI:license.txt
Tags:one-column, two-columns, right-sidebar, responsive-layout,  custom-colors,  custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/
/* Copyright (c) 2014 JKThemes.
------------------------------------------------------------------
[Table of contents]

1. Body
2. Pre loader / #preloader 
3. Color picker / #style-switcher
4. Header / #hs_header
5. Logo / #hs_logo
6. Navigation / #hs_header .hs_menu
7. Responsive navigation / .hs_nav_toggle
8. Social icon / .hs_social
9. Slider / .hs_slider_controler
10. Pager / .hs_pager ul 
11. Page title / .hs_page_title
12. Service / .hs_service
13. Appointment / .hs_appointment_form_div
14. Up coming events / .up_coming_events
15. Our doctor team slider / #our_doctor_team_slider
16. Happy patients / .happy_patients
17. Our partners / .our_partners 
18. How we are / .hs_how_we_are img 
19. Health care team / #health_care_team_slider 
20. Testimonial / .testimonial , #patients_testimonials_slider
21. Related post / .releted_post
22. Portfolio / .hs_portfolio
23. Single profile / .hs_single_profile
24. Post / .post_by 
25. Blog categorie / .hs_blog_categorie_pager
26. Sidebar / .hs_sidebar
27. Comment form / .hs_comment_form
28. Content / .hs_contact_head_text 
29. Footer / #hs_footer
30. @media css
-------------------------------------------------------------------*/

/*********Body start ************/
body {
    margin: 0;
}

iframe, img {
    max-width: 100%;
}

ul ul {
    padding: 5px;
}
/*********Body end ************/
::selection {
    color: #fff;
    background: #007DC6 !important;
}

::-moz-selection {
    color: #fff;
    background: #007DC6;
}

.foo {
    text-rendering: optimizeSpeed;
}

#err {
    margin: 0 auto;
    padding-left: 15px;
    float: left;
    width: 100%;
}

a:focus {
    outline: none !important;
    outline-offset: -2px;
}
/*******loder css start********/
#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 36px;
    margin: -18px 0 0 -18px;
}
/*******loader css end*******/
.hs_search_box {
    width: 100%;
    float: left;
    margin: 0px auto;
    margin-top: -40px;
    margin-bottom: 20px;
    display: none;
    position: absolute;
    top: 45px;
}

    .hs_search_box > form > div {
        width: 100%;
        margin-bottom: 0px;
    }

        .hs_search_box > form > div > input {
            width: 100% !important;
            border-radius: 0px;
            padding: 10px;
            font-size: 16px;
        }

        .hs_search_box > form > div > span {
            position: absolute;
            top: 4px !important;
            font-size: 20px;
            right: 8px !important;
        }

.has-feedback .form-control-feedback {
    background: none;
    border: none;
    font-size: 20px;
}
/********colorpicker css start *********/
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -160px;
    position: fixed;
    top: 25%;
    width: 160px;
    z-index: 99999;
}

    #style-switcher div {
        padding: 5px 9px;
        float: left;
    }

ul.colors {
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

    ul.colors li {
        float: left;
        margin: 2px;
    }

        ul.colors li #color {
            background: #2a73d4;
        }

        ul.colors li #color2 {
            background: #00AAB5;
        }

        ul.colors li #color3 {
            background: #E54242;
        }

        ul.colors li #color4 {
            background: #2ECC71;
        }

        ul.colors li #color5 {
            background: #FF9845;
        }

        ul.colors li #style {
            background: #00ac7a;
        }

        ul.colors li p {
            cursor: pointer;
            display: block;
            height: 35px;
            width: 35px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            font-size: 0px;
        }

#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}

    #style-switcher .bottom a.settings {
        background: none repeat scroll 0 0 #FFFFFF;
        box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
        display: block;
        height: 41px;
        position: absolute;
        right: -40px;
        bottom: 0;
        width: 40px;
        padding: 6px;
        font-family: sosa;
        line-height: 40px;
        color: #000;
    }

        #style-switcher .bottom a.settings i {
            color: #00ac7a;
            font-size: 30px;
        }

        #style-switcher .bottom a.settings:hover {
            text-decoration: none;
        }

#style-switcher > div > h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    color: #00ac7a !important;
}

#style-switcher > div > select {
    width: 90%;
}

.slider_option > p > a > img {
    color: inherit;
    padding-right: 5px;
}

.slider_option > p > a:hover {
    color: inherit;
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
}

    ul.pattern li {
        float: left;
        margin: 2px;
        width:;
    }

        ul.pattern li p {
            cursor: pointer;
            display: block;
            height: 35px;
            width: 35px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            font-size: 0px;
        }

        ul.pattern li #pattern {
            background: url(images/patern/canvas-orange.jpg);
        }

        ul.pattern li #pattern1 {
            background: url(images/patern/chalkboard.jpg);
        }

        ul.pattern li #pattern2 {
            background: url(images/patern/ocean.jpg);
        }

        ul.pattern li #pattern3 {
            background: url(images/patern/shattered-island.gif);
        }

        ul.pattern li #style {
            background: #008363;
        }
/********colrpicker css end *********/
/******************header start*******************/
#hs_header {
    background: rgba(0, 172, 122, 0.8);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    -webkit-box-shadow: 0 1px 10px rgba(0,1,1,.2);
    -moz-box-shadow: 0 1px 10px rgba(0,1,1,.2);
    box-shadow: 0 1px 10px rgba(0,1,1,.2);
    position: relative;
}

    #hs_header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
    }

        #hs_header.fixed #hs_header-top {
            display: none;
        }

    #hs_header #hs_header-top {
        color: #fff;
        line-height: 40px;
        font-size: 12px;
    }

        #hs_header #hs_header-top a {
            line-height: 40px;
            display: inline-block;
            margin: 0;
        }

        #hs_header #hs_header-top .hs_header-text a {
            color: #e6e9ed;
        }

            #hs_header #hs_header-top .hs_header-text a:hover {
                color: #fff;
            }

        #hs_header #hs_header-top .social-media {
            float: right;
            margin: 0;
            height: 40px;
        }

            #hs_header #hs_header-top .social-media li {
                display: inline-block;
                margin-left: 8px;
            }

                #hs_header #hs_header-top .social-media li a {
                    color: #fff;
                    font-size: 13px;
                }
    /**************logo start**********************/
    #hs_header #hs_logo {
        margin: 15px 0;
    }

        #hs_header #hs_logo a img {
            width: 100%;
        }

    #hs_header.fixed #hs_logo {
        margin: 10px 0;
    }
    /**************logo end**********************/
    #hs_header a {
        display: inline-block;
        line-height: 20px;
        color: #000000;
    }
    /**************menu start**********************/
    #hs_header nav {
        width: 100%;
        text-align: center;
        display: inline-block;
        border-left: 1px solid #111111;
        border-right: 1px solid #111111;
    }

    #hs_header .hs_menu {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }

        #hs_header .hs_menu > li {
            display: inline-block;
            position: relative;
            cursor: pointer;
        }

    #hs_header.fixed .hs_menu > li {
        margin: 11px 5px 11px 0;
    }

    #hs_header .hs_menu > li:last-child {
        margin-right: 0;
    }

    #hs_header .hs_menu li > a {
        margin: 37.5px 0;
        padding: 7px 10px;
        color: #007DC6;
        text-transform: uppercase;
        text-shadow: 0 0px rgba(0,1,1,0);
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        border-radius: 6px;
        border-width: 2px;
        border-style: solid;
        border-color: transparent;
    }

    #hs_header .hs_menu li > ul li a {
        color: #000 !important;
    }

    #hs_header .hs_menu li:hover {
        background: #007DC6;
    }

        #hs_header .hs_menu li:hover a {
            color: #00ac7a;
            -webkit-transition-duration: 0.01s;
            -moz-transition-duration: 0.01s;
            -o-transition-duration: 0.01s;
            -ms-transition-duration: 0.01s;
            transition-duration: 0.01s;
        }

    #hs_header .hs_menu li > ul {
        list-style: none;
        position: absolute;
        padding-left: 0px;
        text-align: left;
        top: 100%;
        left: 0;
        z-index: 500;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
        border-top-width: 4px;
        background: #fff;
    }

        #hs_header .hs_menu li > ul:before, #hs_header .hs_menu li > ul:after {
            content: '';
            position: absolute;
            bottom: 100%;
        }

        #hs_header .hs_menu li > ul:before {
        }

        #hs_header .hs_menu li > ul:after {
            left: 17px;
            margin-top: 2px;
        }

        #hs_header .hs_menu li > ul li {
            position: relative;
            padding-bottom: 3px;
            border-bottom: 1px solid #e2e2e2;
        }

            #hs_header .hs_menu li > ul li:hover {
                background: #f4f4f4;
            }

            #hs_header .hs_menu li > ul li:last-child {
                border-bottom: none;
                margin-bottom: 0;
            }

            #hs_header .hs_menu li > ul li > ul {
                position: absolute;
                left: 100%;
                top: 0;
                margin-top: 0;
            }

                #hs_header .hs_menu li > ul li > ul:before, #hs_header .hs_menu li > ul li > ul:after {
                    content: '';
                    position: absolute;
                    left: 0px;
                }

                #hs_header .hs_menu li > ul li > ul:before {
                    top: 15px;
                    border-width: 0 16px 16px 0;
                }

                #hs_header .hs_menu li > ul li > ul:after {
                    top: 15px;
                    margin-left: 4px;
                }

            #hs_header .hs_menu li > ul li a {
                width: 200px;
                margin: 0px 0px 0px 0px;
                font-size: 12px;
                border-radius: 4px;
                border: none;
                padding: 8px 15px;
            }

                #hs_header .hs_menu li > ul li a.active, #hs_header .hs_menu li > ul li:hover > a {
                    color: #F4F4F4 !important;
                    border: none;
                }
    /* hover states */
    #hs_header .hs_menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
        background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
        padding-left: 0px;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    }

    #hs_header .hs_menu li > ul li:hover > ul {
        margin-left: 0px;
        margin-top: 0;
    }

    #hs_header #searchform .form-group {
        margin: 19.5px 0;
    }

    #hs_header.fixed #searchform .form-group {
        margin: 9.5px 0;
    }


/* responsive hs_menu */
.hs_nav_toggle {
    width: 100%;
    float: left;
    text-align: left;
    background: #F4F4F4 !important;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .hs_nav_toggle > i {
        font-size: 19px;
        float: right;
    }

#hs_header .hs_menu li > ul > li > ul > li:first-child.fa-chevron-right:before {
    position: absolute;
    top: 10px;
    left: -20px;
    color: #00ac7a;
}
/**************menu end**********************/

/**************social start**********************/
.hs_social {
    float: left;
    width: 100%;
}

    .hs_social ul {
        list-style: none;
        padding-left: 0px;
        margin: 10px auto;
    }

        .hs_social ul li {
            display: inline-block;
        }

            .hs_social ul li a {
                padding: 6px 10px;
                text-align: center;
                vertical-align: middle;
                color: #007DC6 !important;
                border: 1px solid #111;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
            }

                .hs_social ul li a:hover {
                    border: 1px solid #000;
                    color: #007DC6 !important;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -ms-transition: all 0.3s;
                    -o-transition: all 0.3s;
                }

                .hs_social ul li a i {
                    min-width: 14px;
                    opacity: 0.7;
                }

                .hs_social ul li a:hover i {
                    opacity: 1;
                }
/********social end************/
/******************header end*******************/

/******************Slider Start*******************/
.hs_slider_controler {
    width: 100%;
    float: left;
    height: 53px;
    position: relative;
    border: 1px solid #CCC;
    background-image: url(images/icon/center_line.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.hs_slider_title {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px rgba(0,1,1,.2);
}

.hs_slider_button {
    border-color: #fff;
    color: #fff;
    margin-right: 15px;
}
/******************Slider End*******************/
/***************other css start****************/
.hs_margin_30 {
    margin-bottom: 30px;
}

.hs_margin_40 {
    margin-bottom: 40px;
}

.hs_margin_60 {
    margin-bottom: 60px;
}

.rounded {
    font-size: 18px;
}

.hs_heading, .rounded {
    color: #00ac7a;
    margin: 30px auto;
    padding-bottom: 15px;
    border-bottom-width: 50%;
    position: relative;
    clear: both;
    font-family: Raleway, sans-serif !important;
    line-height: 1.1 !important;
    font-weight: normal;
}

    .hs_heading:before, .rounded:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 65px;
        border-bottom: 2px solid #7f9aa0;
    }

.hs_contact_heading {
    color: #00ac7a;
    margin: 30px auto;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom-width: 50%;
    position: relative;
}

    .hs_contact_heading:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -25%;
        bottom: 0;
        height: 2px;
        width: 65px;
        border-bottom: 2px solid #7f9aa0;
    }

.hs_theme_color {
    color: #00ac7a;
}

.btn_prev {
    padding: 5px 10px 5px 10px;
    color: #7f9aa0;
    border: solid 1px #7f9aa0;
    cursor: pointer;
}

.btn_next {
    padding: 5px 10px 5px 10px;
    color: #7f9aa0;
    border: solid 1px #7f9aa0;
    cursor: pointer;
}
/***************other css end****************/

/*********************** pager start*************/
.hs_pager ul {
    list-style: none;
    padding-left: 0px;
}

    .hs_pager ul li {
        display: inline-block;
    }

    .hs_pager ul span {
        display: inline-block;
    }

.hs_pager a, .hs_pager span {
    padding: 5px 12px;
    color: #7f9aa0;
    border: 1px solid #7f9aa0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .hs_pager a:hover {
        color: #00ac7a;
        border: 1px solid #00ac7a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

.hs_pager ul li a {
    padding: 5px 12px;
    color: #7f9aa0;
    border: 1px solid #7f9aa0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .hs_pager ul li a:hover {
        color: #00ac7a;
        border: 1px solid #00ac7a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
/*********************** pager end*************/

/*********************** page title start*************/
.hs_page_title {
    width: 100%;
    float: left;
    padding: 20px 0px;
    background: #00ac7a;
    color: #fff;
}

    .hs_page_title h3 {
        color: inherit;
        margin: 0px auto;
        text-transform: uppercase;
        float: left;
    }

    .hs_page_title ul {
        float: right;
        padding-left: 0px;
        list-style: none;
    }

        .hs_page_title ul li {
            display: inline;
            padding: 0px;
            margin: 0px;
        }

            .hs_page_title ul li a {
                color: inherit;
                padding: 3px 10px;
                position: relative;
                text-transform: uppercase;
            }

                .hs_page_title ul li a:hover {
                    color: rgba(255,255,255,0.5);
                }

                .hs_page_title ul li a:before {
                    content: "";
                    position: absolute;
                    right: 0;
                    bottom: 2px;
                    height: 70%;
                    width: 0px;
                    border-right: 2px solid #fff;
                }

            .hs_page_title ul li:last-child a:before {
                border-right: none;
            }
/*********************** page title end*************/
/******************** services start*********************/
.hs_service {
    border-bottom: 2px solid #7f9aa0;
    float: left;
    margin: 30px auto 20px;
    padding: 30px 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

    .hs_service .hs_icon_svg {
        text-align: center;
    }

    .hs_service svg {
        fill: #7f9aa0;
    }

    .hs_service a {
        margin: 20px auto;
    }

    .hs_service:hover {
        background: #f5f5f5;
        border-bottom: 2px solid #00ac7a;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

        .hs_service:hover h4 {
            color: #00ac7a;
        }

        .hs_service:hover .fa {
            color: #00ac7a;
        }

        .hs_service:hover svg {
            fill: #00ac7a;
        }
/******************** services end*********************/
/******************** tab start ***********************/
.hs_tab {
    margin-bottom: 30px;
}
/******************** tab end ***********************/


/******************** Appointment Form start ***********************/
.hs_appointment_form_div {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 2px solid #00ac7a;
}

    .hs_appointment_form_div > img {
        width: 100%;
    }

    .hs_appointment_form_div > .hs_appointment_form {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(245,245,245,1);
	background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(245,245,245,0.77) 60%, rgba(245,245,245,0) 71%, rgba(245,245,245,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,245,245,1)), color-stop(60%, rgba(245,245,245,0.77)), color-stop(71%, rgba(245,245,245,0)), color-stop(100%, rgba(245,245,245,0)));
	background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(245,245,245,0.77) 40%, rgba(245,245,245,0) 71%, rgba(245,245,245,0) 100%);
	background: -o-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(245,245,245,0.77) 40%, rgba(245,245,245,0) 71%, rgba(245,245,245,0) 100%);
	background: -ms-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(245,245,245,0.77) 40%, rgba(245,245,245,0) 71%, rgba(245,245,245,0) 100%);
	background: linear-gradient(to right, rgba(245,245,245,1) 0%, rgba(245,245,245,0.77) 40%, rgba(245,245,245,0) 71%, rgba(245,245,245,0) 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=1 );
*/
        /*filter:progid:DXImageTransform.Microsoft.gradient(
        gradientType=1, startColorStr=#f5f5f5, endColorstr=#00ffffff    );
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(
        gradientType=1, startColorStr=#f5f5f5, endColorstr=#00ffffff    );*/
    }

        .hs_appointment_form_div > .hs_appointment_form form {
            margin: 30px 15px 30px 15px;
        }

        .hs_appointment_form_div > .hs_appointment_form button {
            margin-left: 15px;
            margin-right: 15px;
            margin-top: 5px;
        }
/******************** Appointment Form end ***********************/

/******************** Up Coming Events start ***********************/
.up_coming_events {
    background-image: url(images/bg/upcomming_event.png);
    background-repeat: repeat-x;
    background-position: 0px 33px;
    background-size: 100% 2px;
    width: 100%;
    float: left;
}

.up_coming_events_slider_item {
    text-align: center;
    margin: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.hs_event_date {
    background: #7f9aa0;
    text-align: center;
    display: inline-block;
    width: 47px;
    height: 47px;
    color: #FFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .hs_event_date:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        top: 100%;
        margin-left: -2px;
        height: 28px;
        width: 2px;
        border-left: 2px dashed #7f9aa0;
    }

    .hs_event_date h3 {
        color: #FFF;
        margin: 0px auto;
        margin-bottom: 0px;
    }

.hs_event_div {
    margin: 28px auto;
    padding: 40px 0 40px 0;
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 2px solid #7f9aa0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .hs_event_div img {
        width: 100%;
    }

.up_coming_events_slider_item:hover .hs_event_date {
    background: #00ac7a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .up_coming_events_slider_item:hover .hs_event_date:before {
        border-left: 2px dashed #00ac7a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

.up_coming_events_slider_item:hover .hs_event_div {
    background: #f5f5f5;
    border-bottom: 2px solid #00ac7a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/******************** Up Coming Events end ***********************/

/******************** Our Doctor Team start ***********************/
#our_doctor_team_slider {
    margin-bottom: 15px;
}

.our_doctor_team_slider_item {
    margin: 10px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .our_doctor_team_slider_item img {
        width: 100%;
        border-bottom: 1px solid #bcbcbc;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .our_doctor_team_slider_item .hs_team_member_detail {
        padding: 30px;
        border-bottom: 2px solid #7f9aa0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .our_doctor_team_slider_item .hs_team_member_detail h3 {
            margin: 0px auto;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

    .our_doctor_team_slider_item:hover .hs_team_member_detail h3 {
        color: #00ac7a;
    }

    .our_doctor_team_slider_item:hover .hs_team_member_detail {
        background: #f5f5f5;
        border-bottom: 2px solid #00ac7a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .our_doctor_team_slider_item:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        background: #00ac7a;
    }
/******************** Our Doctor Team end ***********************/

/******************** Happy Patients start ***********************/
.happy_patients {
    width: 100%;
    float: left;
}

.happy_patients_slider_item {
    text-align: center;
    width: 100%;
    float: left;
}

.hs_testimonial {
    background: #f5f5f5;
    border-bottom: 2px solid #00ac7a;
    margin-bottom: 28px;
    text-align: center;
}

    .hs_testimonial ul {
        padding-left: 0px !important;
        width: 100% !important;
        float: left !important;
    }

.bx-clone {
    display: block;
}

.hs_testimonial ul li {
    width: 100% !important;
    float: left !important;
}

.hs_testimonial p {
    font-style: italic;
    font-size: 16px;
}

    .hs_testimonial p i {
        color: #00ac7a;
    }

.hs_testimonial_content {
    clear: both;
    padding-top: 50px;
    min-height: 150px;
    text-align: center;
}

#bx-pager {
    z-index: 999;
    margin: -30px auto;
    bottom: 0px;
    text-align: center;
}

    #bx-pager a {
        display: inline-block;
        position: relative;
        width: 60px;
        height: 60px;
    }

        #bx-pager a img {
            margin-right: 10px;
            border-bottom: 2px solid #7f9aa0;
        }

        #bx-pager a.active img {
            border-color: #00ac7a;
        }

        #bx-pager a:hover img {
            border-color: #00ac7a;
        }

        #bx-pager a .hs_testimonial_control_img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(255,255,255,0.5);
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        #bx-pager a.active .hs_testimonial_control_img {
            background-color: transparent;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        #bx-pager a:hover .hs_testimonial_control_img {
            background-color: transparent;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }
/******************** Happy Patients end ***********************/

/******************** Meet Our Partners start ***********************/
.our_partners {
    width: 100%;
    float: left;
}

#our_partners_slider {
    margin-bottom: 20px;
}

.our_partners_slider_item {
    margin: 5px;
    text-align: center;
    padding: 60px 0 60px 0;
    border-bottom: 2px solid #7f9aa0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .our_partners_slider_item:hover {
        background: #f5f5f5;
        border-bottom: 2px solid #00ac7a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
/******************** Meet Our Partners end ***********************/
/******************** who we are start ***********************/
.hs_how_we_are img {
    width: 100%;
    min-height: 309px;
}

.hs_how_we_are {
    margin-bottom: 40px;
    margin-top: 5%;
}

    .hs_how_we_are > div > div {
        padding-left: 0px;
        padding-right: 0px;
    }

.hs_how_we_are_text {
    background: #f5f5f5;
    border-bottom: 2px solid #00ac7a;
    padding: 30px;
    min-height: 309px;
}

    .hs_how_we_are_text h4 {
        margin: 0px auto;
        color: #00ac7a;
    }
/******************** who we are end ***********************/


/******************** Health Care Team start ***********************/
#health_care_team_slider {
    margin-bottom: 15px;
}

.health_care_team_slider_item {
    margin: 10px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .health_care_team_slider_item img {
        width: 100%;
        height: 300px;
        border-bottom: 1px solid #bcbcbc;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .health_care_team_slider_item .hs_team_member_detail {
        padding: 30px 0px;
        border-bottom: 2px solid #7f9aa0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .health_care_team_slider_item .hs_team_member_detail h4 {
            margin: 0px auto;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .health_care_team_slider_item .hs_team_member_detail hr {
            height: 1px;
            background: #dddddd;
        }

        .health_care_team_slider_item .hs_team_member_detail p {
            padding-left: 15px;
            padding-right: 15px;
        }

    .health_care_team_slider_item:hover .hs_team_member_detail h4 {
        color: #00ac7a;
    }

    .health_care_team_slider_item:hover .hs_team_member_detail {
        background: #f5f5f5;
        border-bottom: 2px solid #00ac7a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .health_care_team_slider_item:hover img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        background: #00ac7a;
    }
/******************** Health Care Team end ***********************/


/******************** Our Hospital Updates start ***********************/
.panel-title > a > i {
    top: 0;
    margin-top: -4px;
    left: 0;
    position: absolute;
    padding: 5px;
    font-size: 16px !important;
    border: 1px solid #FFF;
}

.panel-body img {
    margin-right: 15px;
    border-left: 2px solid rgba(255,255,255,0);
    padding-left: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.panel-body .hs_hospital_update:hover img {
    border-left: 2px solid #00ac7a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/******************** Our Hospital Updates end ***********************/


/******************** Testimonials start ***********************/
.testimonial {
    background: #f5f5f5;
    border-bottom: 2px solid #00ac7a;
    margin-bottom: 28px;
    text-align: center;
}

    .testimonial ul {
        padding-left: 0px !important;
        width: 100% !important;
        float: left !important;
    }

.bx-clone {
    display: block;
}

.testimonial ul li {
    width: 100% !important;
    float: left !important;
}

.testimonial p {
    font-style: italic;
    font-size: 13px;
}

    .testimonial p i {
        color: #00ac7a;
    }

.testimonial_content {
    clear: both;
    padding-top: 40px;
    min-height: 140px;
    text-align: center;
}

    .testimonial_content img {
        text-align: center;
        display: inline-block !important;
        border-radius: 50%;
        width: 62px;
        height: 62px;
    }
/******************** Testimonials end ***********************/

/******************** Releted Post start ***********************/
.releted_post {
    width: 100%;
    float: left;
}

.related_post_date {
    width: 60px;
    height: 53px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #7f9aa0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .related_post_date h3 {
        color: inherit;
        font-weight: bolder;
        margin-bottom: 0px;
        padding-top: 5px;
    }

    .related_post_date p {
        text-transform: uppercase;
    }

.releted_post_slider_item {
    margin-bottom: 20px;
    padding-right: 10px;
}

    .releted_post_slider_item img {
        width: 100%;
        margin: 20px auto;
        margin-bottom: 0px;
    }

    .releted_post_slider_item .releted_post_detail {
        padding: 20px;
        border-bottom: 2px solid #7f9aa0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .releted_post_slider_item .releted_post_detail h4 {
            margin: 0px auto;
            margin-bottom: 3px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

    .releted_post_slider_item:hover .releted_post_detail {
        background: #f9f9f9;
        border-bottom: 2px solid #00ac7a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .releted_post_slider_item:hover .releted_post_detail h4 {
            color: #00ac7a;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

    .releted_post_slider_item:hover .related_post_date {
        background-color: #00ac7a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
/******************** Releted Post end ***********************/

/**************************************************Portfolio Start*******************************************/
.hs_portfolio {
}

    .hs_portfolio ul {
        float: right;
        margin: 15px auto;
        padding: 0px;
    }

        .hs_portfolio ul li {
            float: left;
            list-style: none;
            padding: 15px 0px;
            min-height: 56px;
            position: relative;
        }

            .hs_portfolio ul li:before {
                content: " / ";
                position: absolute;
                right: 0;
                top: 12px;
                font-size: 20px;
                font-weight: 100;
            }

            .hs_portfolio ul li:last-child:before {
                content: "  ";
            }

            .hs_portfolio ul li a {
                font-size: 15px;
                text-transform: uppercase;
                color: inherit;
                padding: 0px 15px;
                text-decoration: none;
                padding-bottom: 3px;
            }

            .hs_portfolio ul li:last-child a {
                border-right: none;
            }

            .hs_portfolio ul li a:hover {
                border-bottom: 2px solid #fff;
            }

.portfolio {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .portfolio li {
        float: left;
        list-style: none;
        max-width: 285px;
        width: 100%;
    }

.portfolio-filter {
    list-style: none;
    padding-left: 0;
    margin-left: -30px;
}

    .portfolio-filter li {
        display: inline-block;
    }

        .portfolio-filter li a {
            display: block;
            color: #868581;
            font-weight: 500;
            position: relative;
        }

            .portfolio-filter li a:hover, .portfolio-filter li a.active {
                color: #008363;
                text-decoration: none;
            }

                .portfolio-filter li a:hover:before, .portfolio-filter li a.active:before {
                    color: #868581;
                }

            .portfolio-filter li a:before {
                margin-right: 20px;
                margin-left: 20px;
            }

.portfolio-grid {
    margin-left: 50px !important;
    margin-right:50px;
    text-align: center;
}

    .portfolio-grid .portfolio-item {
        position: relative;
        overflow: hidden;
        text-align: left;
    }

        .portfolio-grid .portfolio-item img {
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            cursor: pointer;
            background: #fff;
            border-bottom: 1px solid #ddd;
            min-height: 298px;
            max-height: 298px;
        }

        .portfolio-grid .portfolio-item:hover img {
            background: #00ac7a;
        }

        .portfolio-grid .portfolio-item h3 {
            border-bottom: 2px solid #7f9aa0;
            padding-bottom: 30px;
            text-align: center;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .portfolio-grid .portfolio-item:hover h3 {
            opacity: 0;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .portfolio-grid .portfolio-item .portfolio_doctor_details {
            padding: 20px;
            border-bottom: 2px solid #7f9aa0;
        }

        .portfolio-grid .portfolio-item:hover .portfolio_doctor_details {
            border-bottom: 2px solid #00ac7a;
        }

        .portfolio-grid .portfolio-item .portfolio_doctor_details h4 {
            margin: 0px auto;
            margin-bottom: 15px;
        }

        .portfolio-grid .portfolio-item .portfolio_doctor_details p {
            margin-bottom: 20px;
        }

        .portfolio-grid .portfolio-item .portfolio_doctor_details a {
            margin: 15px auto;
        }

        .portfolio-grid .portfolio-item:hover .portfolio_doctor_details {
            background: #f5f5f5;
        }

            .portfolio-grid .portfolio-item:hover .portfolio_doctor_details h4 {
                color: #00ac7a;
            }

.hs_profile_social ul {
    list-style: none;
    padding-left: 0px;
}

    .hs_profile_social ul li {
        display: inline-block;
    }

        .hs_profile_social ul li a {
            padding: 5px 7px;
            color: #7f9aa0;
            border: 1px solid #7f9aa0;
            text-align: center;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

            .hs_profile_social ul li a i {
                min-width: 15px;
            }

        .hs_profile_social ul li:hover a {
            border-color: #00ac7a;
            background: #00ac7a;
            color: #fff;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

.portfolio-details {
    position: absolute;
    text-align: left;
    padding: 20px 30px;
    width: 92.5%;
    background: #fff;
    opacity: 0.9;
    bottom: 10px !important;
    display: none;
    border-bottom: 2px solid #00ac7a;
}

    .portfolio-details > h4 {
        margin-right: auto;
        color: #00ac7a;
        display: inline;
    }

    .portfolio-details > p {
        margin-top: 0px;
    }

    .portfolio-details.standard-version a {
        color: #31d385;
    }

.portfolio-details2 {
    position: absolute;
    text-align: left;
    padding: 20px 30px;
    width: 94.9%;
    background: #fff;
    opacity: 0.9;
    bottom: 10px !important;
    display: none;
    border-bottom: 2px solid #00ac7a;
}

    .portfolio-details2 > h4 {
        margin-right: auto;
        color: #00ac7a;
        display: inline;
    }

    .portfolio-details2 > p {
        margin-top: 0px;
    }

    .portfolio-details2.standard-version a {
        color: #31d385;
    }

#grid .mix {
    opacity: 0;
    display: none;
    margin-bottom: 15px;
}

    #grid .mix img {
        width: 70%;
    }
/**************************************************Portfolio End*******************************************/


/**************************************************Profile single page End*******************************************/
.hs_single_profile {
    margin: 30px auto;
}

    .hs_single_profile img {
        width: 100%;
    }

    .hs_single_profile .hs_single_profile_detail {
        background: #f5f5f5;
        padding: 20px;
        border-bottom: 2px solid #00ac7a;
        margin-bottom: 20px;
    }

        .hs_single_profile .hs_single_profile_detail > div > div {
            padding: 15px;
            font-weight: bold;
            border-right: 1px solid #d1d1d1;
        }

            .hs_single_profile .hs_single_profile_detail > div > div:last-child {
                border-right: none;
            }

            .hs_single_profile .hs_single_profile_detail > div > div > i {
                margin-right: 20px;
            }

            .hs_single_profile .hs_single_profile_detail > div > div > a {
                margin-left: 20px;
                color: #00ac7a;
            }

        .hs_single_profile .hs_single_profile_detail hr {
            background: #d1d1d1;
            height: 1px;
        }

        .hs_single_profile .hs_single_profile_detail > div > div > div {
            display: inline-block;
        }
/**************************************************Profile single page End*******************************************/


/******************** Post By start ***********************/
.post_by {
    width: 100%;
    float: left;
}

.post_by_slider_item {
    margin-bottom: 20px;
    padding-right: 10px;
    text-align: center;
}

    .post_by_slider_item img {
        width: 100%;
        margin: 20px auto;
        margin-bottom: 0px;
    }

    .post_by_slider_item .post_by_detail {
        padding: 23px;
        border-bottom: 2px solid #7f9aa0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .post_by_slider_item .post_by_detail h4 {
            margin: 0px auto;
            margin-bottom: 3px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

    .post_by_slider_item:hover .post_by_detail {
        background: #f9f9f9;
        border-bottom: 2px solid #00ac7a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .post_by_slider_item:hover .post_by_detail h4 {
            color: #00ac7a;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }
/******************** Post By end ***********************/

/******************** Blog Categories start ***********************/
.hs_blog_categorie_pager {
    list-style: none;
    padding-left: 0px;
    float: right;
    padding-top: 30px;
}

    .hs_blog_categorie_pager li {
        display: inline-block;
        position: relative;
    }

        .hs_blog_categorie_pager li:before {
            content: " / ";
            position: absolute;
            right: 0;
            top: 0px;
            font-size: 15px;
        }

        .hs_blog_categorie_pager li:last-child:before {
            content: " ";
        }

        .hs_blog_categorie_pager li a {
            padding: 0px 15px 0px 10px;
        }

        .hs_blog_categorie_pager li.active a {
            color: #00ac7a;
        }

.hs_blog_categorie img {
    width: 100%;
}

.hs_blog_categorie_detail {
    background: #f5f5f5;
    border-bottom: 2px solid #00ac7a;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

    .hs_blog_categorie_detail hr {
        background: #d1d1d1;
        height: 1px;
    }

    .hs_blog_categorie_detail a h4 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hs_blog_categorie_detail p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hs_blog_categorie_detail > .btn {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .hs_blog_categorie_detail .hs_blog_categorie_date ul {
        list-style: none;
        padding-left: 0px;
        padding: 20px 0px 0px 0px;
    }

        .hs_blog_categorie_detail .hs_blog_categorie_date ul li {
            display: inline-block;
        }

        .hs_blog_categorie_detail .hs_blog_categorie_date ul li {
            padding: 0px 20px;
            border-right: 1px solid #d1d1d1;
        }

            .hs_blog_categorie_detail .hs_blog_categorie_date ul li:last-child {
                border-right: none;
            }

            .hs_blog_categorie_detail .hs_blog_categorie_date ul li i {
                padding-right: 10px;
            }
            /*.hs_blog_categorie_detail .hs_blog_categorie_date ul li a {
	padding: 0px 20px;
	
	margin-bottom: 20px !important;
}
.hs_blog_categorie_detail .hs_blog_categorie_date ul li:last-child a {
	border-right: none;
}*/
            .hs_blog_categorie_detail .hs_blog_categorie_date ul li a i {
                padding-right: 10px;
            }
/******************** Blog Categories end ***********************/

/******************** Side bar start ***********************/
.hs_sidebar {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .hs_sidebar h4 {
        margin: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
    }

.hs_sidebar_categories {
    border-bottom: 2px solid #7f9aa0;
}

    .hs_sidebar_categories:hover {
        border-color: #00ac7a;
    }

    .hs_sidebar_categories ul {
        list-style: none;
        padding-left: 0px;
    }

        .hs_sidebar_categories ul li {
            padding: 8px 0px;
        }

            .hs_sidebar_categories ul li a {
                cursor: pointer;
            }

            .hs_sidebar_categories ul li ul {
                padding-left: 20px;
                display: none;
            }

.hs_resent_post {
    width: 100%;
    float: left;
    margin: 30px auto;
}

.hs_post_tab ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 14px;
}

    .hs_post_tab ul li {
        display: inline-block;
        margin-right: -4px;
    }

        .hs_post_tab ul li a {
            padding: 15px 28px;
            background: #fcfcfc;
            color: inherit;
        }

            .hs_post_tab ul li a.active {
                background: #f5f5f5;
                color: #00ac7a;
            }

.hs_post_tab_content {
    background: #f5f5f5;
    margin: 9px auto;
    border-bottom: 2px solid #00ac7a;
}

    .hs_post_tab_content .hs_post {
        padding: 20px;
        border-bottom: 1px solid #eaeaea;
        border-left: 2px solid rgba(255,255,255,0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .hs_post_tab_content .hs_post:hover {
            border-left: 2px solid #00ac7a;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .hs_post_tab_content .hs_post img {
            width: 67px;
            height: 67px;
            float: left;
            margin-right: 10px;
        }

        .hs_post_tab_content .hs_post a {
            color: inherit;
        }

        .hs_post_tab_content .hs_post p {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .hs_post_tab_content .hs_post:hover p {
            color: #00ac7a;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .hs_post_tab_content .hs_post:hover a p {
            color: inherit;
        }

.health_care_advice {
    background: #f5f5f5;
    margin: 9px auto;
    border-bottom: 2px solid #00ac7a;
}

    .health_care_advice .hs_post {
        padding: 20px;
        border-bottom: 1px solid #eaeaea;
        border-left: 2px solid rgba(255,255,255,0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .health_care_advice .hs_post h4 {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .health_care_advice .hs_post:hover h4 {
            color: #00ac7a;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .health_care_advice .hs_post:hover {
            border-left: 2px solid #00ac7a;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .health_care_advice .hs_post img {
            width: 67px;
            height: 67px;
            float: left;
            margin-right: 10px;
        }

        .health_care_advice .hs_post a {
            color: inherit;
        }

        .health_care_advice .hs_post:hover a p {
            color: inherit;
        }

.hs_tags ul {
    list-style: none;
    padding-left: 0px;
}

    .hs_tags ul li {
        display: inline-block;
        margin-bottom: 4px;
        margin-right: 1px;
    }

        .hs_tags ul li a {
            padding: 8px 10px;
            background: #7f9aa0;
            color: #fff;
            display: inline-block;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

            .hs_tags ul li a:hover {
                background: #00ac7a;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
            }
/******************** Side bar end ***********************/

/******************** Blog Single with right sidebar start ***********************/
.hs_blog_single img {
    max-width: 100%;
}

.hs_blog_single p img {
    max-width: 100%;
}

.hs_blog_single .hs_blog_categorie_detail {
    background-color: transparent;
    border-bottom: 2px solid #7f9aa0;
}
/******************** Blog Single with right sidebar end ***********************/


/******************** Comment form start ***********************/
.hs_comment_form {
    width: 100%;
    float: left;
    background: #f5f5f5;
    border-bottom: 2px solid #00ac7a;
    padding: 20px;
    margin-bottom: 30px;
}

    .hs_comment_form .input-group {
        margin-bottom: 20px;
    }

    .hs_comment_form button {
        padding: 10px 20px;
    }

.hs_checkbox {
    background-image: url(images/icon/vlad.png);
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -15px;
    }

    input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
        padding-left: 22px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg {
        background-position: 0 -20px;
    }

.hs_comment_form textarea {
    margin: 30px auto;
    width: 100%;
    resize: none;
}

#submit_form {
    display: none;
}
/******************** Comment form end ***********************/

/******************** Comment start ***********************/
.hs_comment {
    width: 100%;
    float: left;
    background: #f5f5f5;
    border-bottom: 2px solid #00ac7a;
    padding: 20px;
}

    .hs_comment img {
        width: 90px;
        height: 90px;
    }

    .hs_comment .hs_comment_date ul {
        list-style: none;
        padding-left: 0px;
    }

        .hs_comment .hs_comment_date ul li {
            display: inline-block;
        }

            .hs_comment .hs_comment_date ul li a {
                padding: 0px 20px;
                border-right: 1px solid #d1d1d1;
                margin-bottom: 20px !important;
            }

            .hs_comment .hs_comment_date ul li:last-child a {
                border-right: none;
            }

            .hs_comment .hs_comment_date ul li a i {
                padding-right: 10px;
            }

    .hs_comment p {
        padding-left: 20px;
    }

    .hs_comment a.hs_in_relpy {
        padding-left: 20px;
    }

.hs_sub_comment_div > .hs_sub_comment {
    width: 100%;
    float: left;
    padding-top: 10px;
    position: relative;
}

    .hs_sub_comment_div > .hs_sub_comment:before {
        content: "";
        position: absolute;
        left: 50px;
        bottom: 50%;
        height: 100%;
        width: 50%;
        border-left: 2px solid #00ac7a;
        border-bottom: 1px solid #00ac7a;
    }

    .hs_sub_comment_div > .hs_sub_comment:first-child:before {
        height: 50%;
    }
/******************** Comment end ***********************/
/******************** Contact Start ***********************/
.hs_contact_head_text {
    width: 100%;
    float: left;
    text-align: center;
}

    .hs_contact_head_text p {
        padding-left: 50px;
        padding-right: 50px;
    }

.hs_contact {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 2px solid #7f9aa0;
    margin-bottom: 20px;
}

    .hs_contact p {
        line-height: 35px;
    }

    .hs_contact ul {
        list-style: none;
        padding-left: 0px;
    }

        .hs_contact ul li {
            border-bottom: 1px solid #dddddd;
            padding-top: 10px;
            padding-bottom: 10px;
			display:flex;
        }

            .hs_contact ul li:last-child {
                border-bottom: none;
            }

            .hs_contact ul li i {
                float: left;
                border: 1px solid #00996d;
                background: #00ac7a;
                padding: 8px 10px;
                width: 45px;
                text-align: center;
                height: 46px;
                margin-right: 10px;
                color: #fff;
                font-size: 28px;
            }

.hs_contact_social {
    background: #f5f5f5;
    border-bottom: 2px solid #00ac7a;
    width: 100%;
    float: left;
    padding: 25px 20px 20px 20px;
}

    .hs_contact_social > .hs_profile_social > ul > li {
        margin-right: 10px;
    }

        .hs_contact_social > .hs_profile_social > ul > li > a {
            padding: 11px 15px;
        }

            .hs_contact_social > .hs_profile_social > ul > li > a > i {
                font-size: 20px;
            }

.hs_additional_support {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    border-bottom: 2px solid #7f9aa0;
    margin-bottom: 60px;
    margin-top: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .hs_additional_support:hover h4 {
        color: #00ac7a;
    }

    .hs_additional_support:hover {
        border-bottom-color: #00ac7a;
        background: #f9f9f9;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
/******************** Contact end ***********************/
/******************icon page start*******************/
.hs_icon {
    margin-bottom: 40px;
}

.hs-icon-list {
    margin-top: 22px;
}

    .hs-icon-list .fa-hover a {
        display: block;
        color: #222222;
        line-height: 32px;
        height: 32px;
        padding-left: 10px;
        border-radius: 4px;
    }

        .hs-icon-list .fa-hover a .fa {
            width: 32px;
            font-size: 14px;
            display: inline-block;
            text-align: right;
            margin-right: 10px;
        }

        .hs-icon-list .fa-hover a:hover {
            background-color: #00ac7a;
            color: #ffffff;
            text-decoration: none;
        }

            .hs-icon-list .fa-hover a:hover .fa {
                font-size: 28px;
                vertical-align: -6px;
            }

            .hs-icon-list .fa-hover a:hover .text-muted {
                color: #bbe2d5;
            }
/******************icon page end*******************/

/******************** Patients Testimonials start ***********************/
#patients_testimonials_slider {
    margin-bottom: 15px;
}

    #patients_testimonials_slider .patients_testimonials_slider_item {
        padding: 20px;
        margin: 5px;
        border-bottom: 2px solid #b6b6b6;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        #patients_testimonials_slider .patients_testimonials_slider_item:hover {
            border-bottom: 2px solid #00ac7a;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        #patients_testimonials_slider .patients_testimonials_slider_item h4 {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        #patients_testimonials_slider .patients_testimonials_slider_item:hover h4 {
            color: #00ac7a;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        #patients_testimonials_slider .patients_testimonials_slider_item img {
            margin-right: 15px;
        }

/******************** Patients Testimonials end ***********************/

/******************** Footer start ***********************/
#hs_footer {
    width: 100%;
    float: left;
    color: #fff;
    background: #00ac7a;
}

    #hs_footer .hs_footer_content .hs_footer_menu {
        width: 100%;
        float: left;
    }

        #hs_footer .hs_footer_content .hs_footer_menu ul {
            list-style: none;
            padding-left: 0px;
            width: 100%;
            text-align: center;
        }

            #hs_footer .hs_footer_content .hs_footer_menu ul li {
                display: inline-block;
                margin-right: -2px;
                width: 16.2%;
            }

                #hs_footer .hs_footer_content .hs_footer_menu ul li a {
                    padding: 15px 0px;
                    width: 100%;
                    text-align: center;
                    display: inline-block;
                    background: rgba(0,0,0,0.2);
                    color: inherit;
                }

                    #hs_footer .hs_footer_content .hs_footer_menu ul li a:hover {
                        background: rgba(0,0,0,0.25);
                        color: #fff;
                    }

            #hs_footer .hs_footer_content .hs_footer_menu ul ul {
                display: none;
            }

    #hs_footer .hs_footer_content h4 {
        color: #fff !important;
        font-size: 18px;
        font-weight: 100;
    }

        #hs_footer .hs_footer_content h4::before {
            border-color: #fff;
        }

.hs_about_us img {
    margin-bottom: 20px;
}

.hs_footer_about_us {
    width: 100%;
    float: left;
    padding: 10px 0px;
    position: relative;
}

    .hs_footer_about_us:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 96%;
        margin-left: 15px;
        height: 1px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

.hs_about_us p {
    padding: 10px 20px;
    border-left: 1px solid rgba(0,0,0,0.2);
}

    .hs_about_us p i {
        font-size: 22px;
        padding-right: 15px;
        float: left;
    }

.hs_latest_post ul {
    list-style: none;
    padding-left: 0px;
}

    .hs_latest_post ul li {
        width: 100%;
        float: left;
    }

        .hs_latest_post ul li img {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
            margin-right: 15px;
            float: left;
        }

        .hs_latest_post ul li h4 {
            margin-bottom: 0px;
            margin: 0px auto;
            text-transform: uppercase;
        }

        .hs_latest_post ul li p {
            margin-bottom: 0px;
        }

            .hs_latest_post ul li p.post_date {
                font-weight: bold;
                font-size: 12px;
            }

.widget select, .textwidget form select {
    width: 95%;
}

.hs_twitter_widget ul {
    list-style: none;
    padding-left: 0px;
}

    .hs_twitter_widget ul li {
        width: 100%;
    }

        .hs_twitter_widget ul li i {
            font-size: 25px;
            float: left;
            width: 10%;
            margin-bottom: 20px;
            margin-right: 15px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .hs_twitter_widget ul li:hover i {
            padding-left: 13px;
            padding-top: 10px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

        .hs_twitter_widget ul li a {
            color: #fff;
            width: 80%;
            float: left;
        }

            .hs_twitter_widget ul li a p {
                background: rgba(0,0,0,0.2);
                padding: 20px 10px 20px 20px;
                position: relative;
            }

                .hs_twitter_widget ul li a p:after {
                    border-right: 10px solid rgba(0,0,0,0.2);
                    border-bottom: 10px solid transparent;
                    border-top: 10px solid transparent;
                    top: 5px;
                    left: -10px;
                    content: '';
                    position: absolute;
                }

                .hs_twitter_widget ul li a p:hover {
                    background: rgba(0,0,0,.25);
                }

                    .hs_twitter_widget ul li a p:hover:after {
                        border-right: 10px solid rgba(0,0,0,.25);
                    }

.hs_copyright {
    text-transform: uppercase;
    background: rgba(0, 172, 122, 0.8);
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 0 1px 10px rgba(0,1,1,.2);
    -moz-box-shadow: 0 1px 10px rgba(0,1,1,.2);
    box-shadow: 0 1px 10px rgba(0,1,1,.2);
}

.hs_contact_detail p i {
    font-size: 25px;
    float: left;
    width: 20px;
    height: 30px;
    display: inline-block;
    margin-right: 0px;
}

.hs_footer_link {
    float: left;
    margin-right: 45px;
    margin-bottom: 20px;
}

    .hs_footer_link ul {
        list-style: none;
        padding-left: 0px;
    }

        .hs_footer_link ul li {
            margin-bottom: 5px;
        }

            .hs_footer_link ul li a {
                color: inherit;
            }

                .hs_footer_link ul li a:hover {
                    text-decoration: underline;
                }
/* calendar widget */
.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
}

    #wp-calendar caption {
        text-align: right;
        color: #333;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #wp-calendar thead {
        font-size: 10px;
    }

        #wp-calendar thead th {
            padding-bottom: 10px;
        }

    #wp-calendar tbody {
        color: #aaa;
    }

        #wp-calendar tbody td {
            background: #f5f5f5;
            border: 1px solid #fff;
            text-align: center;
            padding: 8px;
        }

            #wp-calendar tbody td:hover {
                background: #fff;
            }

        #wp-calendar tbody .pad {
            background: none;
        }

    #wp-calendar tfoot #next {
        font-size: 10px;
        text-transform: uppercase;
        text-align: right;
    }

    #wp-calendar tfoot #prev {
        font-size: 10px;
        text-transform: uppercase;
        padding-top: 10px;
    }

/******************** footer end ***********************/

/* Large desktop */

@media (min-width: 979px) and (max-width: 1200px) {
    #hs_header .hs_menu li > a {
        margin: 19px 0px 19px 0px;
        padding: 7px 5px;
    }

    .hs_social ul li a {
        width: 28px;
        height: 28px;
    }

        .hs_social ul li a i {
            padding-top: 6px;
        }

    .hs_post_tab ul li a {
        padding: 15px 15px;
    }

    .hs_footer_link {
        margin-right: 35px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #hs_header .hs_menu li > a {
        margin: 10px 0px 10px 0px;
    }

    #hs_footer .hs_footer_content .hs_footer_menu ul li {
        width: 16.5555%;
    }

    .hs_comment img {
        width: 70px;
        height: 70px;
    }

    .hs_post_tab ul li a {
        padding: 15px 15px;
    }

    .hs_sub_comment_div > .hs_sub_comment:before {
        left: 25px;
    }

    .hs_contact_social > .hs_profile_social > ul > li > a {
        padding: 8px 10px;
    }

    .hs_contact_detail p {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #layerslider > div > div > div > input {
        height: 16px;
        width: auto;
    }

    #hs_footer .hs_footer_content .hs_footer_menu ul li {
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.5);
    }

        #hs_footer .hs_footer_content .hs_footer_menu ul li a {
            text-align: left;
            padding-left: 20px;
        }

    .hs_search_box {
        top: 20px;
        padding-right: 30px;
    }

    #layerslider > div > div > div > select {
        height: 16px;
        width: auto;
    }

    .hs_social {
        width: auto;
    }

        .hs_social ul {
            margin: 7px auto;
        }

    #hs_header nav {
        float: none;
        border-left: none;
        border-right: none;
    }

    #hs_header .hs_menu {
        float: left;
        width: 100%;
    }

        #hs_header .hs_menu > li {
            float: none;
            width: 100%;
            text-align: left;
        }

        #hs_header .hs_menu li > a {
            margin: 5px 0px 5px 0px;
            width: 100%;
        }

        #hs_header .hs_menu li:hover a {
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
        }

        #hs_header .hs_menu li > ul {
            width: 100%;
            visibility: hidden;
            opacity: 0;
            z-index: 500;
        }

        #hs_header .hs_menu li:hover > ul {
            visibility: visible;
            opacity: 1;
            position: relative;
        }

        #hs_header .hs_menu li > ul li {
            position: relative;
            height: auto;
            z-index: 550;
        }

            #hs_header .hs_menu li > ul li a {
                width: 100%;
            }

        #hs_header .hs_menu li > ul {
            margin-top: 0px;
        }

            #hs_header .hs_menu li > ul li > ul {
                left: 0;
                margin-left: 0px;
                visibility: hidden;
                opacity: 0;
                z-index: 520;
            }

            #hs_header .hs_menu li > ul li:hover > ul {
                visibility: visible;
                opacity: 1;
                position: relative;
            }

            #hs_header .hs_menu li > ul li > ul > li a {
                color: #FFF !important;
            }

            #hs_header .hs_menu li > ul li > ul > li:hover a {
                color: #CCC !important;
            }

            #hs_header .hs_menu li > ul li > ul > li {
                background: #1CD59F;
            }

                #hs_header .hs_menu li > ul li > ul > li:hover {
                    background: #00ac7a;
                }

            #hs_header .hs_menu li > ul i {
                display: none;
            }

    .hs_sub_comment_div > .hs_sub_comment:before {
        height: 50%;
    }

    .hs_comment img {
        margin-bottom: 20px;
    }

    .hs_contact ul li {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .hs_contact_detail p {
        width: 100%;
        margin-bottom: 20px;
    }

    .hs_footer_content .hs_social {
        float: none;
    }

    #hs_header .hs_menu li > ul > li > ul > li:first-child {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .hs_slide2_div > .hs_slider_form {
        width: 100%;
    }

        .hs_slide2_div > .hs_slider_form > .form-group {
            float: left;
            width: 40%;
            margin-right: 10px;
        }

            .hs_slide2_div > .hs_slider_form > .form-group select {
                height: 4vw;
            }

            .hs_slide2_div > .hs_slider_form > .form-group input {
                height: 4vw;
            }

    .hs_slide2_img_div img {
        display: none;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        width: auto !important;
        max-width: none !important;
    }

    .carousel-caption {
        padding-top: 30% !important;
    }

    .hs_appointment_form_div {
        padding-bottom: 30px;
    }

        .hs_appointment_form_div > img {
            display: none;
            opacity: 0;
        }

        .hs_appointment_form_div > .hs_appointment_form {
            position: inherit;
        }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #layerslider > div > div > div > input {
        height: 10px;
        width: auto;
    }

    #layerslider > div > div > div > select {
        height: 10px;
        width: auto;
    }

    .hs_social {
        position: relative;
        right: 0;
    }

        .hs_social ul {
        }

    .hs_sub_comment_div > .hs_sub_comment:before {
        height: 50%;
    }

    .hs_comment .hs_comment_date ul li a {
        padding: 0px 5px;
    }

    .hs_contact_detail p {
        width: 100%;
        margin-bottom: 20px;
    }

    .panel-body {
        padding: 15px !important;
    }

    .nav-tabs > li {
        width: 100% !important;
    }

        .nav-tabs > li > a {
            margin-right: 0px !important;
        }

    .hs_slide2_div > .hs_slider_form {
        display: none;
    }

    .hs_slide2_div a {
        display: block;
    }

    .carousel-caption {
        padding-top: 40% !important;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

/********fontawesome start *********/
.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

.fa-5 {
    font-size: 12em;
}

.fa-6 {
    font-size: 20em;
}


.wp_menu_image img {
    width: 16px;
}

.gallery-caption {
}

.bypostauthor {
}


.searchform label {
    display: none;
}

.sidebar ul {
    padding: 0px;
}

    .sidebar ul li {
        list-style: none;
    }

        .sidebar ul li:before {
            font-family: 'FontAwesome';
            content: "\f178";
        }

    .sidebar ul li {
        padding: 8px 0px;
    }

#g-map {
    height: 385px;
    width: 100%;
    /*position: inherit !important;*/
}


.btn-success {
    background-color: #007CC5 !important;
    border-color: #007CC5 !important;
}

.btn-default {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: #007CC5 !important;
    color: #000000 !important;
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    background: #0473B4 !important;
    border-color: #0473B4 !important;
    color: #FFFFFF !important;
}

.btn-default.active, .btn-default:hover {
    background: #0473B4 !important;
    border-color: #0473B4 !important;
    color: #FFFFFF !important;
}

#hs_header .hs_menu li > a {
    padding: 7px 1px;
}

.hs_icon_svg i {
    color: #294f65;
}

.hs_service {
    border-bottom: 2px solid #294f65 !important;
}

    .hs_service h4 {
        color: #294f65;
        min-height: 105px !important;
    }

    .hs_service:hover {
        border-bottom: 2px solid #007cc5 !important;
    }

        .hs_service:hover h4 {
            color: #007cc5 !important;
        }

        .hs_service:hover .fa {
            color: #007cc5 !important;
        }

.hs_heading::before, .rounded::before {
    border-bottom: 2px solid #294f65 !important;
}

.hs_heading {
    color: #007CC5 !important;
}

.nav-tabs > li > a {
    border-color: #007cc5 #007cc5 rgba(255, 255, 255, 0) !important;
}
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #007cc5 !important;
    border: 1px solid #007cc5 !important;
    color: #fff !important;
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #f5f5f5 !important;
    border-color: #007cc5 -moz-use-text-color #007cc5 #007cc5 !important;
    border-image: none !important;
    border-style: solid !important;
    border-width: 1px 0 1px 1px !important;
    color: #333 !important;
}

.hs_event_date {
    background: #294f65 !important;
}

    .hs_event_date::before {
        border-left: 2px dashed #294f65 !important;
    }

.up_coming_events {
    background-image: none !important;
    position: relative;
}

.hs_event_div {
    border-bottom: 2px solid #294f65 !important;
    min-height: 310px;
}

.up_coming_events::before {
    background: #34586d none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    top: 32px;
    width: 100%;
}

.up_coming_events_slider_item:hover .hs_event_date {
    background: #007CC5 !important;
}

.up_coming_events_slider_item:hover .hs_event_div {
    border-bottom: 2px solid #007CC5 !important;
}

#hs_footer {
    background: white !important;
    border-top: 1px solid #efefef;
}

.hs_footer_content .hs_social ul li a {
    border: 1px solid #d7d7d7;
    color: #fff !important;
}

.hs_copyright {
    background: #0684D2 !important;
}

.hs_page_title {
    background: #007dc6 !important;
    margin-top: 15%;
}

.margint_1x {
    margin-top: 100px;
}

.servise_page {
    float: left;
    padding-right: 25px;
    width: 50%;
    padding-top: 25px;
}

.hs_contact ul li i {
    background: #007dc5 !important;
    border: 1px solid #007dc5 !important;
}

.page-template-contact_page .hs_contact_head_text .hs_contact_heading {
    color: #007dc5;
}

.page-template-contact_page .hs_contact_heading::before {
    border-bottom: 2px solid #294F65 !important;
}

.quality_img {
    float: left;
}

.quality_text {
    font-size: 16px;
    line-height: 28px;
}

.quality_img img {
    max-width: 380px;
}

.gellery_list {
    display: inline-block;
    list-style: outside none none;
    margin: 0 15px;
    padding: 0;
}

    .gellery_list > li {
        float: left;
        padding: 0 15px;
        width: 30%;
    }

    .gellery_list li img {
        max-height: 190px;
    }

.tips_text li {
    font-size: 16px;
    margin-top: 10px;
}

.pre-text {
    font-size: 16px;
    margin-bottom: 15px;
}

    .pre-text br {
        margin-bottom: 10px;
    }

.opd-right > h2 {
    display: inline-block;
    margin-top: 24px;
}

.opd-left {
    float: left;
    max-width: 420px;
    padding-right: 20px;
}

    .opd-left > p {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }

.ot-depa > p {
    font-size: 16px;
}

.ot-depa li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
}

#hs_header .hs_menu li > ul li a.active, #hs_header .hs_menu li > ul li:hover > a {
    color: #007DC6 !important;
}

.page-id-377 .col-lg-12.col-md-12.col-sm-12 p img {
    max-height: 210px;
    max-width: 250px;
}

.portfolio-details > h4 {
    color: #007dc6 !important;
    padding: 0px 0px 10px;
    display: block;
}

.feedback-page {
    margin: 0 auto;
    max-width: 800px;
}

    .feedback-page .wpcf7-form input {
        border: 1px solid #dddcdc;
        height: 36px;
        margin-top: 5px;
        width: 100%;
    }

        .feedback-page .wpcf7-form input.wpcf7-submit {
            background: #007dc6 none repeat scroll 0 0;
            color: #fff;
            display: table;
            margin: 0 auto;
            width: 150px;
        }

    .feedback-page .wpcf7-form .wpcf7-textarea {
        height: 170px;
        border: 1px solid #dddcdc;
        margin-top: 5px;
        width: 100%;
    }

.page-id-377 .index_portfolio_content > div:first-child {
    display: block !important;
}

.page-id-377 .index_portfolio_content > div:nth-of-type(2) {
    display: block !important;
}

.page-id-37 .index_portfolio_content > div:first-child {
    display: none !important;
}

.page-id-37 .index_portfolio_content > div:nth-of-type(2) {
    display: none !important;
}

.gallery-list {
    list-style: outside none none;
    margin: 0 -15px;
    padding: 0;
}

    .gallery-list > li {
        float: left;
        padding: 15px;
        width: 50%;
    }

        .gallery-list > li img {
            margin: 0 auto;
            max-height: 370px;
        }

.equipment-list > li {
    border: 1px solid #e0dddd;
    height: 500px;
    margin: 1%;
    position: relative;
    width: 48%;
}

    .equipment-list > li .equipment_subtitle {
        bottom: 10px;
        position: absolute;
        width: 65%;
    }

#hs_footer {
    color: #333 !important;
}

.hs_twitter_widget ul li a p {
    background: #007dc6 !important;
}

#hs_footer .hs_footer_content h4 {
    color: #007dc6 !important;
}

.hs_twitter_widget ul li a p::after {
    border-right: 10px solid #007dc6 !important;
}

#myTabContent .hs_theme_color {
    font-family: Raleway, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #000000;
}

.hs_tab .tab-content {
    border-bottom: 2px solid #007cc5 !important;
}

.hs_footer_content .hs_twitter_widget ul li i {
    color: #007cc5 !important;
}

.hs_footer_content .hs_social ul li a i {
    color: #007cc5 !important;
}

.hs_appointment_form_div {
    border-bottom: 2px solid #007cc5 !important;
}

.our_doctor_team_slider_item .hs_team_member_detail {
    border-bottom: 2px solid #34586D !important;
}

.our_doctor_team_slider_item:hover .hs_team_member_detail {
    border-bottom: 2px solid #007cc5 !important;
}

.hs_tab .nav-tabs li a:hover {
    color: #007CC5;
}

.our_doctor_team_slider_item:hover .hs_team_member_detail h3 {
    color: #007cc5 !important;
}

#aq-template-wrapper-362 .hs_how_we_are_text h4 {
    color: #007cc5;
}

#aq-template-wrapper-362 .hs_how_we_are_text > p {
    line-height: 20px;
}

#aq-template-wrapper-362 .hs_how_we_are_text {
    border-bottom: 2px solid #007cc5 !important;
}

.page-id-485 .opd-depa {
    margin: 0 auto;
    max-width: 800px;
}

.opd-right img {
    max-width: 360px;
}

.page-id-475 .opd-depa {
    margin: 0 auto;
    max-width: 800px;
}

.right-text > p {
    font-size: 15px;
    line-height: 24px;
}

.hs_single_profile_detail .row a {
    color: #007dc6 !important;
}

.single-doctor .hs_single_profile .hs_single_profile_detail {
    border-bottom: 2px solid #007cc5 !important;
}

#g-map {
    margin: 30px 0;
}

.page-id-381 .portfolio-grid .portfolio-item:hover .portfolio_doctor_details h4 {
    color: #007dc6 !important;
}

.short-text-ser {
    min-height: 120px;
}

.parvat-patiya {
    margin-top: 30px;
}

.blog_content {
    font-size: 15px;
    line-height: 24px;
}

.hs_blog_categorie_date a:hover {
    color: #0782D0;
}

.btn_prev.prev, .btn_next.next {
    color: #275169;
}

    .btn_prev.prev:hover, .btn_next.next:hover {
        color: #0782D0;
    }

#hs_header .hs_nav_toggle {
    background: #0782D0 !important;
}

.fa-fa-google-plus::before {
    content: "ïƒ•";
}

.hs_tab .nav > li > a {
    color: #000000;
    padding: 10px !important;
}

.hs_footer_content .col-lg-4.col-md-4.col-sm-4 h2 {
    color: #007dc6 !important;
    font-size: 18px;
    font-weight: 100;
    margin: 40px auto;
    margin: 30px auto;
    padding-bottom: 15px;
    position: relative;
}

    .hs_footer_content .col-lg-4.col-md-4.col-sm-4 h2::before {
        border-bottom: 2px solid #294f65 !important;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 65px;
    }

#aq-template-wrapper-362 .hs_how_we_are_text {
    padding: 25px;
}

    #aq-template-wrapper-362 .hs_how_we_are_text > p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0;
        margin-top: 10px;
    }
/*.hs_how_we_are .col-lg-7, .hs_how_we_are .col-lg-5 {
    width: 50%;
} */
.hs_footer_link {
    float: left;
    margin-bottom: 20px;
    margin-right: 45px;
}

.hs_footer_link {
    display: none;
}

.hs_footer_link {
    display: none;
}

.menu-footer-menu-container .menu {
    color: #000;
    display: inline-block;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}

.menu li {
    float: left;
    margin-bottom: 5px;
    width: 25%;
}

    .menu li a {
        color: #000;
    }

        .menu li a:hover {
            color: #00AAED;
        }

.gallery_sidebar {
    padding-left: 50px;
}

    .gallery_sidebar > h3 {
        margin: 0 auto;
        position: relative;
        text-align: left;
        color: #007cc5;
        margin: 0px auto 15px;
        padding-bottom: 15px;
    }

        .gallery_sidebar > h3::before {
            border-bottom: 2px solid #294f65;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 65px;
        }

.pdf-list {
    float: left;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
}

    .pdf-list > li {
        background: #007dc6;
        float: left;
        margin-bottom: 15px;
        padding: 9px 25px;
        position: relative;
        width: 100%;
    }

        .pdf-list > li::before {
            color: #fff;
            content: "ï…¸";
            font-family: FontAwesome;
            font-size: 13px;
            left: 4px;
            position: absolute;
            top: 10px;
        }

        .pdf-list > li a {
            color: #fff;
            font-size: 14px;
        }

            .pdf-list > li a:hover {
                color: #080808;
            }

.sidebar-tips {
    overflow: visible !important;
}

    .sidebar-tips::before {
        background: #cfcfcf none repeat scroll 0 0;
        content: "";
        height: 100%;
        position: absolute;
        right: -25px;
        top: 0;
        width: 2px;
    }

.contact-list {
    float: left;
    list-style: outside none none;
    margin: 35px auto;
    padding: 0;
}

.paddingl0px {
    padding-left: 0px !important;
}

.contact-list li a i {
    width: 19px;
    color: #4DA4D7;
}

.contact-list li a:hover, .contact-list li a:focus {
    color: #007DC5;
}


#hs_header .hs_social ul {
    margin: 35px auto;
}

#hs_header .hs_social {
    margin-left: 15px;
    width: auto !important;
}

.fa-heart::before {
    content: "îˆ†" !important;
    font-family: "axfont" !important;
}

body.custom-background {
    margin-top: 210px;
}

#hs_header {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0 !important;
    left: 0;
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 111;
}

#accordion .panel-default > .panel-heading {
    background: #007dc6 none repeat scroll 0 0;
}

.read_more {
    float: left;
    margin: 0 auto;
    padding: 30px 0 0;
    width: 100%;
}

.nabh-logo {
    float: none;
    padding-left: 15px;
}

    .nabh-logo img {
        max-width: 170px;
        min-height: auto;
        margin: 0 auto;
    }

.about-side-blovk {
    display: table;
    margin-top: 30px;
}

    .about-side-blovk .col-md-3.col-sm-3.col-xs-12 {
        background: #f5f5f5 none repeat scroll 0 0;
        border-bottom: 2px solid #007cc5;
        display: table-cell;
        float: none;
        text-align: center;
        vertical-align: middle;
    }

#aq-template-wrapper-362 .hs_how_we_are_text {
    background: transparent none repeat scroll 0 0;
    border-bottom: 0 solid #007cc5 !important;
}

#aq-template-wrapper-362 > p {
    font-size: 16px;
    line-height: 27px;
}

.right-text {
    padding-top: 19px;
}

#grid .portfolio-details {
    border-bottom: 2px solid #1983c0;
    text-align: center;
}

.hs_event_div {
    min-height: 330px;
}

#our_doctor_team_slider .hs_team_member_detail > p {
    min-height: 39px;
}

.page-id-59 > .container .hs_contact ul li:first-child i {
    margin-bottom: 35px;
}

.page-id-381 .portfolio-filter li a {
    color: #007dc6 !important;
}

.equipment-list > li::after {
    background-image: url("http://116.73.202.187:1004//Media/ServiceImage/logo-sim.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 10px;
    content: "";
    height: 60px;
    position: absolute;
    right: 10px;
    width: 160px;
}

.page-id-664 > .container .col-lg-12.col-md-12.col-sm-12 {
    display: table;
    float: none;
    margin: 0 auto;
    max-width: 800px;
}

.page-id-664 > .container .selection-feature-text h3 {
    margin: 0 auto;
}

.page-id-664 > .container .selection-feature-text > p {
    float: left;
    width: 100%;
}

.sterizonedep > li {
    float: none;
    height: 100%;
    margin: 0 auto;
    width: 98%;
}

    .sterizonedep > li img {
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
    }

.page-id-59 .hs_contact_social .hs_profile_social ul li:hover a {
    background: #007dc5 none repeat scroll 0 0;
    border-color: #007dc5;
}

.page-id-59 .hs_contact ul li p a {
    color: #007dc5;
}

.etc-etc {
    display: none !important;
}

.blog-list {
}

.blog-item {
    border-bottom: 1px solid #dedbdb;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .blog-item .col-md-4 {
        padding-left: 0px;
    }

    .blog-item .col-md-8 {
        padding-right: 0px;
    }

.blog-list-thumb > img {
    max-width: 100%;
    width: auto;
}

.blog-list .hs_blog_categorie_detail {
    border-bottom: 0 solid #ffffff;
    background: transparent none repeat scroll 0 0;
}

.blog-item .hs_blog_categorie_detail {
    margin-bottom: 0px;
}

.careers-block .careers-list,
.careers-block .carrear-no {
    list-style: none;
    padding: 0px;
    margin: 0 auto;
}

    .careers-block .careers-list li,
    .careers-block .carrear-no li {
        padding: 5px 0;
    }

.careers-block h3 {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
}

#wpcf7-f696-p697-o1 .wpcf7-form-control-wrap input {
    border: 1px solid #dedede;
    height: 36px;
    margin-top: 7px;
    width: 100%;
}

#wpcf7-f696-p697-o1 .Address textarea {
    border: 1px solid #dedede;
    height: 100px;
    width: 100%;
}

#wpcf7-f696-p697-o1 .resume input {
    border: 0 solid #dedede;
}

.send-pdf .wpcf7-submit {
    background: #0473b4 none repeat scroll 0 0;
    border-color: #0473b4;
    color: #ffffff;
    padding: 7px 16px;
}

    .send-pdf .wpcf7-submit:hover {
        background: #0673B4;
        border-color: #0673B4;
    }

.fb-like.fb_iframe_widget {
    margin-left: 20px;
}

.hs_footer_content .hs_about_us > p {
    display: none;
}

.hs_footer_about_us strong {
    color: #070707;
    display: inline-block;
    font-size: 18px;
    margin: 0 0 10px;
}

#hs_footer .hs_footer_content h4 {
    color: #007dc6 !important;
    margin: 30px auto 22px !important;
}

.footer-add {
    margin-top: 10px;
}

#CorneaServices {
    min-height: 278px;
}

.ptagfont16 {
    font-size: 16px;
}

.postid-614 .hs_blog_categorie_date {
    display: none;
}

.latest-head-line {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
}

..job-table {
    margin-top: 20px;
}

.hs_tab > .nav.nav-tabs {
    float: left;
}

.hs_tab > .nav-tabs > li {
    float: none;
}

.top-header {
    background: #007dc6;
    padding: 5px 0;
}

.adress_box {
    color: #fff;
    display: table;
}

.address-icon {
    display: table-cell;
    font-size: 18px;
    padding-right: 15px;
    vertical-align: middle;
}

.address-text address {
    margin: 0 auto;
}

.hs_tab {
    float: left;
    width: 100%;
}

    .hs_tab .nav.nav-tabs {
        float: left;
        width: 170px;
    }

    .hs_tab .tab-content {
        border-bottom: 0 solid !important;
        border-top: 1px solid #007cc5;
        float: left;
        min-height: 237px;
        /*width: 65%;*/
    }

    .hs_tab .nav > li > a {
        margin-right: 0px;
    }

.page-template-home_page .hs_tab .tab-content .row .col-sm-12 .col-sm-6:first-child {
    display: none;
}

.page-template-home_page .hs_tab .tab-content .row .col-sm-12 .col-sm-6:last-child {
    width: 100%;
}

.ot-depa .col33 {
    text-align: center;
    width: 31.333%;
}



.hs_tab > .nav-tabs > li:last-child a {
    border-bottom: 1px solid #007cc5 !important;
}

.wpcr3_table_2 > tbody > tr > td,
.wpcr3_table_2 > tbody > tr > th,
.wpcr3_table_2 > tfoot > tr > td,
.wpcr3_table_2 > tfoot > tr > th,
.wpcr3_table_2 > thead > tr > td,
.wpcr3_table_2 > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

    .wpcr3_table_2 > tbody > tr > td .text-input {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        height: 34px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
    }

.wpcr3_in_content > .wpcr3_respond_2 {
    display: block !important;
}

.wpcr3_in_content > .wpcr3_respond_3 {
    display: none;
}

.wpcr3_in_content .wpcr3_respond_2 > .wpcr3_div_2 {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.arconix-faq-wrap {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #91bcd5;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0 auto;
    padding: 15px 0;
}

.arconix-faq-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0px;
    color: #007cc4;
    font-size: 16px;
    font-weight: 600;
}

    .arconix-faq-title.faq-open {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    .arconix-faq-title::before {
        color: #000000;
        content: "ïƒ—";
        font-family: FontAwesome;
        font-size: 24px;
        position: absolute;
        right: 0;
        top: -5px;
    }

.faq-block {
    border: 1px solid #91bcd5;
    padding: 0 20px;
    min-height: 346px;
}

.arconix-faq-content {
    margin-left: 0;
    padding: 15px 0 0;
}

.faq-block > br {
    display: none;
}

.faq-block > div:last-child {
    border: 0 solid;
}

.faq-block > h3 {
    margin: 0 auto;
    padding: 15px 0;
}

.faq-list {
    list-style: outside none none;
    margin: 15px 0 auto;
    padding: 0;
}

    .faq-list li {
        color: #333;
        padding-bottom: 15px;
    }

.row-centered {
    display: table-row;
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    padding-right: 30px;
    text-align: left;
    vertical-align: top;
    width: 25%;
}

.row-centered > div:nth-of-type(3n) {
    margin-right: -15px;
    /*width: 25%;*/
}

.row-centered > div:nth-of-type(3n+1) {
    margin-left: 14px;
    /*width: 25%;*/
}

.feedback-page {
    display: none;
}

/*.wpcr3_table_2 tbody tr:nth-of-type(4) {
    display: none;
}*/

.gallery-list.equipment-list .portfolio-item .portfolio-details {
    z-index: 1;
    width: 100%;
}

.condition_text {
    color: #CE0010;
    font-size: 12px;
    margin: 0 auto;
}

.tab-content > .active {
    border: 1px solid #F4F4F4;
    margin-bottom: 20px;
    box-shadow: 0 0px 5px 1px rgba(0,0,0,0.1);
    position: relative;
    padding-left: 30px;
}

.tab-content > div:before {
    content: "";
    width: 30px;
    position: absolute;
    top: 50%;
    left: -30px;
    height: 160%;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
}

.tab-content > div:last-child:before {
    border-left: 0px solid #000;
}

.tab-content > div:nth-of-type(4)::before {
    height: 117%;
}

.hs_tab .tab-content {
    background: rgba(0,0,0,0);
    padding: 30px 0;
}

    .hs_tab .tab-content > .active:hover {
        background: #f7f7f7;
    }

        .hs_tab .tab-content > .active:hover .hs_theme_color {
            color: #007DC6 !important;
        }

.flore_virtual iframe {
    height: 550px;
    margin-bottom: 30px;
}

.parle_point_map {
    margin-top: 30px;
}

.line-map-img {
    margin: 0 auto;
    text-align: center;
    display: table;
}

    .line-map-img img {
        max-width: 354px;
    }

.testimonial-none .col-sm-4 {
    display: none;
}

.page-id-381 .index_portfolio {
    display: none;
}

.page-id-381 .hs_page_title {
    margin-bottom: 30px;
}

.page-id-381 .portfolio_doctor_details h4 {
    text-align: center;
}

.page-id-381 .portfolio_doctor_details .btn-success {
    display: table;
}

#hs_header .hs_menu > #menu-item-707 {
    display: none;
}

.testimonial-none > .col-md-12 .row:nth-child(3) {
    display: none;
}

.our_doctor_team_slider_item img {
    height: 360px;
}

.about-side-blovk .col-md-3.col-sm-3.col-xs-12 {
    display: none;
}

.about-side-blovk .hs_how_we_are_text {
    padding: 0;
    min-height: initial;
}

#hs_main_slider .carousel-inner .item .carousel-caption {
    background: rgba(0,0,0,0);
}

#hs_main_slider .carousel-caption {
    top: 34%;
    left: 6% !important;
}

.portfolio-grid .portfolio-item .portfolio_doctor_details p {
    min-height: 54px;
}

.latest-head-line {
    display: none;
}

.highlight-text {
    font-size: 12px;
    font-weight: bold;
}

.awesome {
    color: #FFCC00;
    -webkit-animation: colorchange 1s infinite alternate;
}

.hs_contact .address-list li i {
    padding: 15px 7px;
    width: 31px;
    height: 46px;
    font-size: 16px;
	min-width: 31px;
}

.address-list li:first-child p {
    line-height: 18px;
    font-size: 12px;
}

.visit-list {
    border: 1px solid #2B2A28;
    border-radius: 4px 4px 0 0;
}

    .visit-list h4 {
        background: #2B2A28;
        color: #fff;
        padding: 8px 15px;
        margin: 0 auto 15px;
    }

    .visit-list .dl-horizontal dd {
        margin-left: 130px;
    }

.visit-date {
    padding-left: 34px;
}

.visit-list .dl-horizontal dt {
    width: 99px;
}

.visit-date dd {
    padding-left: 15px;
    margin-bottom: 5px;
}

.contact-list li:nth-child(2) a {
    font-weight: bold;
    color: #C80000 !important;
}

.mobi-sidebar {
    width: 50px;
    height: auto;
    position: fixed;
    z-index: 99;
    right: 12px;
    bottom: 10px;
    margin: 0;
}

    .mobi-sidebar .mobi-social-link {
        width: auto;
        height: auto;
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

.mobi-social-link li {
    width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    padding-top: 0px;
    margin: 4px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0px solid #000000;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    background: #007DC6;
    text-align: center;
    padding-top: 17%;
    vertical-align: middle;
}

    .mobi-social-link li a i {
        font-size: 20px;
        color: #ffffff;
    }

.mobi-form {
    background: #007DC6;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    text-align: center;
    top: auto;
    width: 100%;
    position: fixed;
    z-index: 11111;
    right: 0px;
}

.enquire-title {
    color: #fff;
    margin: 0 auto;
    padding: 0px 0px 0px;
    float: left;
    font-size: 14px;
    width: 100%;
    position: relative;
}

.footer-number {
    color: #fff;
    float: left;
    text-align: center;
    width: 50%;
}

.enquire-title::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 54px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 1px;
}

.footer-number i {
    float: left;
    text-align: center;
    color: #fff;
    width: 100%;
}

.map-add {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

    .map-add li {
        position: relative;
        top: -80px;
        padding: 5px;
        width: 90px;
        float: left;
        left: -105px;
        background: #007DC6;
        margin-bottom: 12px;
        color: #fff;
    }

        .map-add li:last-child {
            margin-bottom: 0;
        }

        .map-add li:before {
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-bottom: 18px solid transparent;
            border-left: 10px solid #007DC6;
            position: absolute;
            content: "";
            left: 90px;
            top: 0;
        }

.blink_text {
    animation: 1s blinker linear infinite;
    -webkit-animation: 1s blinker linear infinite;
    -moz-animation: 1s blinker linear infinite;
    color: red;
}

.sterilization-dep-block li {
    height: 300px;
}

.image_text_block img {
    max-width: 300px;
    height: auto;
    display: inline-block;
    float: left;
    padding-right: 15px;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}




@-webkit-keyframes colorchange {


    0% {
        color: #FFCC00;
    }

    100% {
        color: #ffffff;
    }
}

@media (min-width: 1380px) {
    #hs_header .container {
        width: 1400px;
    }
}

@media screen and (max-width: 1380px) and (min-width: 990px) {
    #hs_header .container {
        width: 100%;
    }
}

@media (max-width: 1380px) {
    #hs_header .col-lg-3.col-md-3.col-sm-12 {
        width: 20%;
    }

    #hs_header .col-lg-6.col-md-7.col-sm-12 {
        width: 50%;
    }

    #hs_header .col-lg-3.col-md-2.col-sm-4.paddingl0px {
        width: 29%;
    }

    #hs_header .hs_menu li > a {
        padding: 7px 3px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1240px) and (min-width: 990px) {
    #hs_header .col-lg-6.col-md-7.col-sm-12 {
        width: 58%;
    }

    .contact-list {
        margin: 10px auto;
    }

    #hs_header .hs_social {
        width: 50% !important;
    }

        #hs_header .hs_social ul {
            margin: 0 auto;
        }

    #hs_header .col-lg-4.col-md-4.col-sm-6 {
        width: 25%;
    }

    #hs_header .hs_menu li > a {
        font-size: 12px;
        padding: 25px 5px;
        margin: 12px 0;
    }
}


@media screen and (max-width: 1124px) and (min-width: 990px) {
    #hs_header .hs_menu li > a {
        padding: 25px 0px;
    }
}



@media (max-width: 1200px) {

    #hs_header .hs_menu li > a {
        margin: 35px 0;
    }

    .hs_social ul li a {
        padding: 3px 6px;
    }

    #hs_header .hs_menu li > a {
        font-size: 12px;
        margin: 12px 0;
    }

    #hs_header .col-lg-3.col-md-2.col-sm-4.paddingl0px {
        position: absolute;
        right: 0;
        width: 32%;
    }

    #hs_header .col-lg-3.col-md-3.col-sm-12 {
        width: 30%;
    }

    body.custom-background {
        margin-top: 223px;
    }

    .index_portfolio_content .portfolio-item h3 {
        font-size: 18px;
    }
}



@media (max-width: 992px) {
    #hs_header .col-sm-6 {
        position: absolute;
        right: 15px;
        text-align: right;
        top: 20px;
    }

    #hs_header .col-lg-3.col-md-3.col-sm-12 {
        width: 30%;
    }

    #hs_header .col-lg-3.col-md-2.col-sm-4.paddingl0px {
        position: absolute;
        right: 0;
        width: 40%;
    }

    #hs_header .hs_social ul {
        margin: 14px auto;
    }

    .contact-list {
        margin: 10px auto;
    }

    #hs_header .col-lg-6.col-md-7.col-sm-12 {
        width: 100%;
    }

    .equipment-list > li .equipment_subtitle {
        font-size: 18px;
    }

    body.custom-background {
        margin-top: 203px;
    }
}

@media (max-width: 768px) {
    .hs_how_we_are .col-lg-7, .hs_how_we_are .col-lg-5 {
        width: 100%;
    }

    .contact-list {
        display: inline-block;
        float: none;
    }

    #hs_header .hs_social {
        display: inline-block;
        float: none;
    }

        #hs_header .hs_social ul {
            float: left;
        }

    #hs_header .hs_menu li > a {
        margin: 5px 0;
    }

    #hs_header .col-lg-3.col-md-2.col-sm-4.paddingl0px {
        width: 100%;
    }

    .equipment-list > li {
        display: table;
        float: none;
        height: 100%;
        margin: 0 auto 15px;
        max-width: 480px;
        padding-bottom: 90px;
        width: 100%;
    }

    .gallery-list {
        margin: 0;
    }

        .gallery-list > li img {
            margin: 0 auto;
            max-height: none;
            max-width: 100% !important;
            width: 100% !important;
        }

    body.custom-background {
        margin-top: 173px;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        max-width: 100% !important;
        width: 100% !important;
    }

    .about-side-blovk .col-md-3.col-sm-3.col-xs-12 {
        display: inline-block;
        background: transparent none repeat scroll 0 0;
        border-bottom: 0 solid #007cc5;
    }

    .nabh-logo {
        padding-top: 15px;
        padding-bottom: 15px;
        background: #f8f8f8;
        border-bottom: 2px solid #007cc5;
    }

    .menu-footer-menu-container #menu-footer-menu-1 li {
        width: 50%;
    }

    .page-id-381 .container .portfolio-grid {
        margin-left: 0px !important;
    }

    .top-header {
        display: none;
    }

    .hs_appointment_form_div {
        padding-bottom: 30px;
    }

    .col-centered {
        width: 100%;
    }

    .row-centered > div:nth-of-type(3n+1) {
        margin-left: 0px;
    }

    .row-centered .hs_service .hs_icon_svg {
        text-align: left;
    }

    .row-centered .short-text-ser {
        min-height: auto;
    }
}


@media (max-width: 640px) {
    #hs_header .col-lg-3.col-md-3.col-sm-12 {
        margin-top: 70px;
        width: 100%;
    }

    #hs_header .col-lg-3.col-md-2.col-sm-4.paddingl0px {
        text-align: center;
        top: 0;
    }

    #hs_logo > a {
        display: table;
        margin: 0 auto;
        text-align: center;
    }

    body.custom-background {
        margin-top: 269px;
    }

    .contact-list {
        margin: 10px auto !important;
    }

    #hs_header .hs_social ul {
        margin: 2px auto;
    }

    .contact-list > li {
        text-align: left;
    }
}

@media (max-width: 480px) {
    body.custom-background {
        margin-top: 225px;
    }

    #hs_header #hs_logo a img {
        width: 175px;
    }

    .equipment-list > li::after {
        height: 40px;
        width: 100px;
    }

    .equipment-list > li .equipment_subtitle {
        font-size: 14px;
    }
}

.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}
main {
    columns: 300px;
    column-gap: 20px;
}
.pdb0 {
    padding-bottom: 0px !important;
}
.portfolio-imgs{
        margin-bottom: 10px !important;
    border: solid 1px #616161;
}
.two-number span {
    color: red;
}
