@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: "Lato-LigIta";
    src: url("../fonts/Lato-LigIta.ttf");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url("../fonts/OpenSans-Semibold.ttf");
}

@font-face {
    font-family: "OpenSans-Italic";
    src: url("../fonts/OpenSans-Italic.ttf");
}

@font-face {
    font-family: "OpenSans-Light";
    src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: "Vani";
    src: url("../fonts/Vani.ttf");
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address, details {
    display: block;
    padding: 0px;
    margin: 0px;
    box-sizing: initial;
}

body {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

main {
    max-width: 1185px;
    margin: 0px auto;
}

img {
    display: block;
    padding: 0px;
    margin: 0px;
    border: none;
}

.clear {
    clear: both;
}
/*********************** header panel *************************/
header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header-top-panel {
    background: url(../images/header-top-bg.png) no-repeat top center;
  
}

    .header-top-panel ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: right;
    }

        .header-top-panel ul li {
            display: inline-block;
            line-height: 30px;
            color: #fff;
            font-size: 17px;
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
            font-weight: normal;
            margin: 0px 0px 0px 20px;
        }

            .header-top-panel ul li a {
                display: block;
                text-decoration: none;
                color: #fff;
            }

.header-bottom-panel { /*background:url(../images/nav-bg.png) repeat;*/
    background: rgba(255, 255, 255, 0.91);
    border-bottom: 1px solid #fff;
}

    .header-bottom-panel .header-logo {
        float: left;
        max-width: 200px;
        height: 77px;
    }

.header-top-panel ul li.stents-implants {
    float: left;
    background: #db0017;
    padding: 0px 15px;
}

.inner-content-panel .stents-implants {
    text-align: center;
}

    .inner-content-panel .stents-implants li {
        display: inline-block;
        background: none;
    }

/*********************** header panel *************************/
/*********************** banner *************************/
.banner-panel {
    position: relative;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.rslides {
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        display: none;
        width: 100%;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        height: auto;
        width: 100%;
        border: 0;
        display: block;
    }

    .rslides figcaption {
        position: absolute;
        width: 100%;
        margin: 180px 0px 0px 0px;
        z-index: 111;
    }

    .rslides h3 {
        width: 1200px;
        margin: 0px auto;
        padding: 0px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 40px;
        color: #323a40;
        line-height: 50px;
        display: block;
    }

        .rslides h3 span {
            display: block;
            color: #ff6000;
            padding: 0px 0px 0px 0px;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-size: 30px;
        }


/*********************** banner *************************/
/*********************** search panel *************************/
.search-panel {
    padding: 0px;
    margin: 290px 0px 0px 0px;
    text-align: left;
    width: 100%;
    position: absolute;
    z-index: 11;
}

    .search-panel h3 {
        padding: 0px;
        margin: 0px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 40px;
        color: #323a40;
        line-height: 50px;
        display: inline-block;
    }

        .search-panel h3 span {
            display: block;
            color: #ff6000;
            background: url(../images/logo-icon.png) no-repeat right center;
            padding: 0px 61px 0px 0px;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-size: 30px;
        }

    .search-panel .search-box {
        max-width: 530px;
        margin: 20px 0px 0px 0px;
        padding: 5px;
        background: url(../images/search-bg.png) repeat;
        border-radius: 0px;
    }

.inputbox {
    line-height: 40px;
    height: 40px;
    width: 350px;
    background: url(../images/search-icon.png) no-repeat 10px center #fdfdfd;
    padding: 0px 0px 0px 50px;
    font-size: 13px;
    font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    border: none;
    border-radius: 2px 0px 0px 2px;
    display: block;
    float: left;
}

.search-panel .search-box input[type="submit"] {
    line-height: 34px;
    width: 130px;
    background: #004785;
    padding: 0px 0px 5px 0px;
    font-size: 19px;
    font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    border: none;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}

.search-dropbox {
    background: rgba(55, 103, 149, 0.95);
    width: 870px;
    padding: 0px 20px;
    position: absolute;
    z-index: 999;
}

    .search-dropbox h4 {
        color: #fff;
        font-size: 22px;
        border-bottom: 1px solid #fff;
        line-height: 25px;
        padding: 10px 0px;
        margin: 0px 0px 10px 0px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-align: left;
    }

    .search-dropbox ul {
        padding: 0px 0px 10px 0px;
        margin: 0px 20px;
        list-style: none;
        display: inline-block;
        width: 250px;
        vertical-align: top;
        text-align: center;
    }

        .search-dropbox ul li {
            display: block;
        }

            .search-dropbox ul li a {
                display: block;
                line-height: 24px;
                color: #fff;
                font-size: 13px;
                font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
                font-weight: normal;
                text-decoration: none;
                text-align: left;
            }

.find-doct-panel {
    margin: 30px 0px;
    list-style: none;
    background: url(../images/find-doct-bg.png) repeat;
    text-align: left;
    max-width: 530px;
    padding: 5px 0px 0px 10px;
}

    .find-doct-panel li {
        display: inline-block;
        margin: 0px 0px 0px 0px;
        width: 120px;
    }

        .find-doct-panel li:nth-child(3) {
            width: 150px;
        }

        .find-doct-panel li:last-child {
            width: auto;
            margin: 0px;
        }

        .find-doct-panel li a {
            display: block;
            text-decoration: none;
            padding: 0px 0px;
        }

            .find-doct-panel li a span {
                display: block;
                float: left;
                margin: 0px 8px 0px 0px;
            }

            .find-doct-panel li a label {
                display: block;
                float: left;
                font-size: 13px;
                color: #004785;
                font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
                font-weight: normal;
                width: auto;
                padding: 5px 0px 0px 0px;
                text-align: left;
                cursor: pointer;
            }

.awards-panel {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .awards-panel li {
        display: block;
        float: left;
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 19px;
        color: #004785;
        line-height: 20px;
        margin-right: 10px;
    }

        .awards-panel li span {
            display: block;
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 12px;
            color: white;
        }

        .awards-panel li:last-child {
            padding: 5px 0px 5px 20px;
            margin-right: 0px;
            margin-left: 10px;
            border-left: 2px solid #ccc;
        }
/*********************** search panel *************************/
/*********************** banner bottom panel *************************/
.banner-bottom-panel {
    padding: 0px;
    margin: 0px;
    text-align: center;
    background: url(../images/banner-bottom-bg.png) no-repeat top center #0a4d87;
    position: relative;
    width: 100%;
    z-index: 9;
}

    .banner-bottom-panel .special-offer {
        padding: 0px;
        margin: 0px;
        line-height: none;
    }

        .banner-bottom-panel .special-offer li {
            text-align: left;
            display: block;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-size: 17px;
            color: #fff; /*line-height: 89px;*/
            float: left;
            margin: 0px 0px; /*margin-top: 5px;*/
        }

            .banner-bottom-panel .special-offer li:nth-child(2) {
                position: relative;
                margin: 0px 0px 0px 23px;
            }

            .banner-bottom-panel .special-offer li:last-child { /*opacity: 0.6;*/
            }

            .banner-bottom-panel .special-offer li a {
                display: block;
            }
/*********************** banner bottom panel *************************/
/*********************** index sepecialites panel *************************/
.index-sepecialites-panel {
    padding: 0px;
    margin: 0px;
    background: url(../images/specialities-bg.png) no-repeat top center #f3f3f3;
    padding: 100px 0px 60px 0px;
}

    .index-sepecialites-panel ul {
        box-sizing: initial;
        max-width: 362px;
        height: 362px;
        margin: 0px auto;
        background: url(../images/specialities-img.png) no-repeat center center;
    }

        .index-sepecialites-panel ul li {
            display: block;
            padding: 0px;
            margin: 0px;
            position: absolute;
            width: 540px;
            height: 110px;
        }

            .index-sepecialites-panel ul li a {
                display: block;
                text-decoration: none;
            }

            .index-sepecialites-panel ul li span {
                box-sizing: initial;
                display: block;
                float: left;
                width: 108px;
                height: 108px;
                background: #cecece;
                border-radius: 100%;
                border: 4px solid #fff;
                box-shadow: 1px 2px 1px #686868;
            }

            .index-sepecialites-panel ul li article {
                float: left;
                width: 390px;
                padding: 0px 15px;
            }

                .index-sepecialites-panel ul li article h4 {
                    padding: 0px;
                    margin: 15px 0px 5px 0px;
                    color: #043865;
                    font-size: 20px;
                    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
                    font-weight: bold;
                }

                .index-sepecialites-panel ul li article p {
                    padding: 0px;
                    margin: 0px 0px 0px 0px;
                    color: #78797d;
                    font-size: 13px;
                    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
                    font-weight: normal;
                    line-height: 18px;
                }

            .index-sepecialites-panel ul li:nth-child(1) {
                margin: -50px 0px 0px -420px;
            }

                .index-sepecialites-panel ul li:nth-child(1) span {
                    float: right;
                }

                .index-sepecialites-panel ul li:nth-child(1) article {
                    text-align: right;
                }

            .index-sepecialites-panel ul li:nth-child(2) {
                margin: -50px 190px;
                0px 0px;
            }

            .index-sepecialites-panel ul li:nth-child(3) {
                margin: 120px 0px 0px -520px;
            }

                .index-sepecialites-panel ul li:nth-child(3) span {
                    float: right;
                }

                .index-sepecialites-panel ul li:nth-child(3) article {
                    text-align: right;
                }

            .index-sepecialites-panel ul li:nth-child(4) {
                margin: 120px 300px;
                0px 0px;
            }

            .index-sepecialites-panel ul li:nth-child(5) {
                margin: 280px 0px 0px -430px;
            }

                .index-sepecialites-panel ul li:nth-child(5) span {
                    float: right;
                }

                .index-sepecialites-panel ul li:nth-child(5) article {
                    text-align: right;
                }

            .index-sepecialites-panel ul li:nth-child(6) {
                margin: 280px 200px;
                0px 0px;
            }

            .index-sepecialites-panel ul li span:hover {
                background: #ff6000;
                transition: all 0.7s ease 0s;
            }

            .index-sepecialites-panel ul li h4:hover {
                color: #ff6000;
                transition: all 0.7s ease 0s;
            }

    .index-sepecialites-panel .view-all {
        display: block;
        width: 238px;
        line-height: 34px;
        text-transform: uppercase;
        font-size: 17px;
        color: #004785;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        border: 1px solid #c5cdd0;
        margin: 80px auto 0px auto;
        text-decoration: none;
        text-align: center;
    }

        .index-sepecialites-panel .view-all:hover {
            background: #ff6000;
            transition: all 0.7s ease 0s;
            color: #fff;
        }
/*********************** index sepecialites panel *************************/
/*********************** index-content-panel *************************/
.index-content-panel {
    width: auto;
    height: auto;
    background: #004785;
    position: relative;
}

    .index-content-panel .hospital-img {
        width: 60%;
        float: left;
    }

        .index-content-panel .hospital-img img {
            width: 100%;
        }

    .index-content-panel .index-content-left {
        width: 30%;
        float: left;
        padding: 5%;
        position: relative;
    }

        .index-content-panel .index-content-left h3 {
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-size: 28px;
            color: #fff;
            margin: 0px 0px 20px 0px;
            font-weight: normal;
        }

        .index-content-panel .index-content-left p {
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #fff;
            margin: 0px 0px 20px 0px;
            font-weight: normal;
            line-height: 20px;
            text-align: justify;
            margin: 0px;
            padding: 0px;
        }

.index-content-left .read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
/*********************** index-content-panel *************************/
/*********************** index-bottom-panel *************************/
.index-bottom-panel {
    padding: 50px 0px;
    margin: 0px;
    background: url(../images/index-bottom-bg.png) no-repeat top center;
}

    .index-bottom-panel .index-bottom-colum {
        float: left;
        width: 410px;
        margin: 0px 0px 0px 0px;
    }

    .index-bottom-panel .view-all {
        display: block;
        width: 110px;
        height: 26px;
        border: 1px solid #ccc;
        line-height: 26px;
        text-align: center;
        font-size: 12px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        margin: 20px 0px 0px 0px;
    }

    .index-bottom-panel .index-bottom-colum:nth-child(2) {
        width: 300px;
        margin: 0px 50px;
    }

    .index-bottom-panel .index-bottom-colum:nth-child(3) {
        width: 300px;
        margin: 0px 0px;
    }

    .index-bottom-panel .index-bottom-colum h3 {
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-size: 22px;
        color: #004785;
        padding: 0px;
        margin: 0px 0px 30px 0px;
    }

.know-your-doctor {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
}

    .know-your-doctor .doctor-img {
        float: left;
        width: 120px;
        height: 132px;
        margin: 0px 10px 0px 0px;
    }

    .know-your-doctor .text-box {
        float: left;
        width: 230px;
        height: 132px;
    }

        .know-your-doctor .text-box h4 {
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-size: 15px;
            color: #004785;
            margin: 0px 0px 15px 0px;
            padding: 0px;
        }

            .know-your-doctor .text-box h4 span {
                display: block;
                color: #85898d;
                font-size: 12px;
                font-weight: normal;
            }

        .know-your-doctor .text-box h3 {
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #4b535a;
            margin: 0px 0px 15px 0px;
            padding: 0px;
        }

            .know-your-doctor .text-box h3 span {
                display: block;
                color: #85898d;
                font-size: 12px;
                font-weight: normal;
            }

        .know-your-doctor .text-box a {
            display: inline-block;
            font-size: 10px;
            color: #fff;
            background: #c5c8ca;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-weight: normal;
            text-align: center;
            padding: 5px;
            text-decoration: none;
            text-transform: uppercase;
        }

            .know-your-doctor .text-box a:hover {
                background: #ff6000;
                color: #fff;
                font-style: normal;
                transition: all 0.7s ease 0s;
            }

.a-to-z {
    padding: 0px;
    width: auto;
    height: auto;
}

    .a-to-z a {
        display: block;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        text-decoration: none;
        color: #295f6a;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: #9ed0da;
        border-radius: 2px;
        margin: 2px 2px 0px 0px;
        float: left;
    }

        .a-to-z a:hover {
            background: #ff6000;
            color: #fff;
            font-style: normal;
            transition: all 0.7s ease 0s;
        }

        .a-to-z a.active {
            border-radius: 100%;
            background: #4ebb74;
            color: #fff;
            border: 2px solid #fff;
            font-style: normal;
        }

.index-bottom-colum .view-all {
    display: block;
    text-decoration: none;
    font-size: 11px;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #bbbbbb;
    margin: 15px 0px 0px 0px;
}

    .index-bottom-colum .view-all:hover {
        background: #ff6000;
        color: #fff;
        font-style: normal;
        transition: all 0.7s ease 0s;
        border: 1px solid #fff;
    }

.department-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .department-list li {
        display: block;
        float: left;
        margin: 2px 0px;
        display: block;
        text-decoration: none;
        font-weight: normal;
        font-size: 18px;
        color: #004785;
        line-height: 36px;
    }

        .department-list li span {
            display: block;
            float: left;
            margin: 0px 10px 0px 0px;
        }
/*********************** index-bottom-panel *************************/
/*********************** news panel *************************/
.news-panel {
    padding: 20px 0px;
    margin: 0px;
    text-align: center;
    background: url(../images/news-bg.png) no-repeat top center;
}

    .news-panel h2 {
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-size: 33px;
        font-weight: 600;
        color: #e1e1e1;
        text-align: center;
        margin: 20px 0px 40px 0px;
        padding: 0px;
        display: inline-block;
        text-transform: uppercase;
        border-bottom: 1px solid #414246;
        padding: 0px 0px 10px 0px;
    }

        .news-panel h2 span {
            font-family: "OpenSans-Italic", Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 16px;
            color: #c3c3c3;
            font-style: italic;
            display: block;
            text-transform: none;
        }

    .news-panel .news-box {
        display: inline-block;
        width: 370px;
        text-align: left;
        margin: 0px 10px;
    }

        .news-panel .news-box .date {
            float: left;
            padding: 5px;
            color: #fff;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-size: 31px;
            margin: 0px 20px 0px 0px;
            text-align: center;
            width: 48px;
            background: #ff6000;
        }

            .news-panel .news-box .date span {
                display: block;
                padding: 8px 0px 0px 0px;
                margin: 0px 0px 0px 0px;
                border-top: 1px solid #eee;
                font-size: 13px;
            }

        .news-panel .news-box article {
            width: 245px;
            float: left;
        }

        .news-panel .news-box p {
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
            font-size: 12px;
            margin: 0px 0px;
            color: #dedede;
            padding: 0px;
            height: 72px;
        }

        .news-panel .news-box .read-more {
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
            font-size: 10px;
            margin: 10px 0px;
            color: #8e8e8e;
            text-decoration: none;
            display: block;
        }

            .news-panel .news-box .read-more:hover {
                color: #ff6000;
                font-style: normal;
                transition: all 0.7s ease 0s;
            }

    .news-panel .view-all {
        display: block;
        width: 150px;
        margin: 50px auto 20px auto;
        background: #1a3346;
        color: #fff;
        border: 1px solid #48484d;
        line-height: 35px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        opacity: 0.6;
    }

        .news-panel .view-all:hover {
            background: #ff6000;
            color: #fff;
            font-style: normal;
            transition: all 0.7s ease 0s;
        }
/*********************** news panel *************************/
/*********************** index-middle-panel *************************/
.index-middle-panel {
    width: auto;
    height: auto;
    padding: 50px 0px 19px;
    margin: 0px;
    background: url(../images/index-middle-bg.png) #80808024 no-repeat top center;
}

.index-middle-left-panel {
    float: left;
    width: 550px;
    text-align: center;
}

    .index-middle-left-panel a {
        text-decoration: none;
    }

    .index-middle-left-panel h2 {
        font-size: 24px;
        color: #004785;
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        margin: 0px 0px 20px 0px;
    }

    .index-middle-left-panel .testimonial-icon {
        width: 100%;
        margin: 30px auto 30px auto;
        padding: 0px 40px;/*background: #eee;*/
        border-radius: 100%;
        text-align: center;
    }

    .index-middle-left-panel .name {
        font-size: 16px;
        color: #595959;
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
    }

    .index-middle-left-panel .bx-wrapper .bx-pager.bx-default-pager a {
        border-radius: 0px;
        height: 3px;
        margin: 0px 2px;
    }

    .index-middle-left-panel p {
line-height: 25px;
    color: #004785;
    font-size: 16px;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    font-style: italic;
    /* text-align: left; */
    margin: 0px;
    font-weight: bold;
    }

    .index-middle-left-panel .bx-wrapper .bx-controls-direction a {
        margin-top: 0px;
    }

    .index-middle-left-panel .bx-wrapper .bx-prev {
        background: url(../images/gallery-prev-btn.png) no-repeat left top;
    }

    .index-middle-left-panel .bx-wrapper .bx-next {
        background: url(../images/gallery-next-btn.png) no-repeat left top;
    }

.index-middle-right-panel {
    float: right;
    width: 540px;
    text-align: right;
}

    .index-middle-right-panel .preventive-img {
        float: left;
        width: 294px;
        height: 242px;
        margin: 0px 20px 0px 0px;
    }

    .index-middle-right-panel h2 {
        font-family: "Vani", Arial, Helvetica, sans-serif;
        font-size: 46px;
        line-height: 60px;
        color: #0d7791;
        margin: 0px 0px 0px 0px;
        float: right;
    }

    .index-middle-right-panel p {
        line-height: 20px;
        color: #6f7077;
        font-size: 13px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        margin: 0px;
    }

    .index-middle-right-panel .read-more {
        display: block;
        float: right;
        margin: 20px 0px 0px 0px;
    }
/*********************** index-middle-panel *************************/
/*******************************footer************************/
footer {
    width: 100%;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    border-top: 1px solid #9a9a9a;
}

    footer .foot-top-panel {
        background: #2c3236;
        padding: 20px 0px;
        margin: 0px 0px 0px 0px;
    }

        footer .foot-top-panel h3 {
            padding: 0px;
            margin: 0px 0px 10px 0px;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-weight: 600;
            font-size: 13px;
            color: #f58634;
            text-transform: uppercase;
        }

    footer .quick-link {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        border-right: 1px solid #4a4a4a;
        padding: 0px 10px 0px 20px;
        margin: 0px 0px 0px 0px;
    }

        footer .quick-link ul {
            padding: 0px;
            margin: 0px;
            list-style: none;
            float: left;
        }

            footer .quick-link ul li {
                display: block;
                padding: 0px;
                margin: 0px;
            }

                footer .quick-link ul li a {
                    display: block;
                    text-decoration: none;
                    color: #cfd1d6;
                    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
                    font-weight: normal;
                    font-size: 11px;
                    line-height: 24px;
                    padding: 0px 20px 0px 20px;
                    background: url(../images/plush-icon.png) no-repeat left center;
                }

    footer .foot-address-colum {
        float: left;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 11px;
        color: #a2a2a2;
        margin: 0px 0px 0px 0px;
        padding: 0px 20px;
        width: auto;
        line-height: 23px;
        border-right: 1px solid #4a4a4a;
    }

        footer .foot-address-colum p {
            padding: 0px;
            margin: 0px;
        }

    footer .important-link {
        padding: 0px 20px;
        margin: 0px 0px 0px 0px;
        float: left;
        border-right: 1px solid #4a4a4a;
        min-height: 170px;
    }

        footer .important-link ul {
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

            footer .important-link ul li {
                list-style: none;
                display: block;
            }

                footer .important-link ul li a {
                    list-style: none;
                    display: block;
                    line-height: 30px;
                    text-decoration: none;
                    color: #f58634;
                    font-size: 13px;
                    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
                }

    footer .emergency-contact {
        float: left;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 11px;
        color: #a2a2a2;
        margin: 0px 0px 0px 20px;
        padding: 0px 20px 0px 70px;
        width: auto;
        line-height: 23px;
        background: url(../images/24-hour-icon.png) no-repeat left top;
    }

        footer .emergency-contact p {
            padding: 0px;
            margin: 0px;
        }

.foot-middle-panel {
    padding: 20px 0px 0px 0px;
    margin: 0px;
    background: #2c3236;
    text-align: center;
}

    .foot-middle-panel main {
        border-top: 1px solid #43494c;
        padding: 10px 0px;
        margin: 0px auto;
    }

    .foot-middle-panel a {
        display: inline-block;
        font-size: 11px;
        color: #7e8492;
        line-height: 10px;
        padding: 0px 5px 0px 0px;
        margin: 0px 5px 8px 0px;
        text-decoration: none;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        border-right: 1px solid #7e8492;
    }

.foot-bottom-panel {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    background: #004785;
}

    .foot-bottom-panel .all-right {
        padding: 0px;
        margin: 0px;
        line-height: 40px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        color: #689fce;
        display: block;
        float: left;
    }

    .foot-bottom-panel .power-by {
        padding: 0px;
        margin: 0px;
        line-height: 40px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        color: #689fce;
        display: block;
        float: right;
    }

        .foot-bottom-panel .power-by a {
            text-decoration: none;
            color: #689fce;
        }

        .foot-bottom-panel .power-by img {
            display: inline;
        }
/*******************************footer************************/
.inner-banner {
    width: 100%;
}

    .inner-banner img {
        width: 100%;
    }

.inner-search-panel {
    padding: 0px;
    margin: 0px 0px 40px 0px;
    text-align: left;
    width: 100%;
    position: absolute;
    z-index: 1111;
    bottom: 0;
}

    .inner-search-panel h3 {
        padding: 0px;
        margin: 0px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 34px;
        color: #0a4375;
        line-height: 50px;
        display: inline-block;
    }

    .inner-search-panel .search-box {
        max-width: 530px;
        margin: 0px 0px 0px 0px;
        padding: 5px;
        background: url(../images/search-bg.png) repeat;
        border-radius: 2px;
    }

        .inner-search-panel .search-box input[type="text"] {
            line-height: 40px;
            height: 40px;
            width: 350px;
            background: url(../images/search-icon.png) no-repeat 10px center #fdfdfd;
            padding: 0px 0px 0px 50px;
            font-size: 13px;
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
            font-weight: normal;
            border: none;
            border-radius: 2px 0px 0px 2px;
            display: block;
            float: left;
        }

        .inner-search-panel .search-box input[type="submit"] {
            line-height: 34px;
            width: 130px;
            background: #004785;
            padding: 0px 0px 5px 0px;
            font-size: 19px;
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
            font-weight: normal;
            border: none;
            border-radius: 0px 2px 2px 0px;
            color: #fff;
            text-align: center;
            display: inline-block;
            cursor: pointer;
            text-transform: uppercase;
        }

.special-offer-panel {
    padding: 0px;
    margin: 0px;
    text-align: center;
    background: url(../images/banner-bottom-bg.png) no-repeat top center #0a4d87;
    position: relative;
    width: 100%;
    z-index: 111;
    height: 60px;
}

    .special-offer-panel ul {
        padding: 0px;
        margin: 0px;
        line-height: none;
    }

    .special-offer-panel li {
        display: block;
        font-size: 17px;
        color: #fff;
        float: left;
        margin: 0px 0px;
    }

        .special-offer-panel li a {
            display: block;
            text-decoration: none;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            color: rgba(255, 255, 255, 0.64);
            font-size: 13px;
            line-height: 59px;
            text-transform: uppercase;
        }

            .special-offer-panel li a label {
                cursor: pointer;
            }

            .special-offer-panel li a img {
                display: block;
                float: left;
                margin: 14px 14px 0px 14px;
            }

        .special-offer-panel li:first-child {
            margin: 0px 80px 0px 0px;
        }

            .special-offer-panel li:first-child img {
                margin: 5px 0px 0px 0px;
            }

.awards-certifications {
    width: 100%;
    background: #f3f3f3;
    min-height: 70px;
}

    .awards-certifications ul {
        padding: 0px;
        margin: 10px 0px 0px 0px;
        list-style: none;
        float: right;
    }

.new-logo-img {
    position: absolute;
    left: 0;
}

.awards-certifications li {
    display: block;
    float: left;
    font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 19px;
    color: #004785;
    line-height: 20px;
    margin-right: 10px;
}

    .awards-certifications li span {
        display: block;
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        color: #5e676d;
    }

    .awards-certifications li:last-child {
        padding: 5px 0px 5px 20px;
        margin-right: 0px;
        margin-left: 10px;
        border-left: 2px solid #ccc;
    }

.inner-content-panel {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 23px;
    color: #313131;
    font-size: 14px;
    text-align: justify;
}

    .inner-content-panel .iso-certification {
        padding: 0px;
        margin: 0px;
    }

        .inner-content-panel .iso-certification .img {
            float: left;
            width: 250px;
        }

            .inner-content-panel .iso-certification .img img {
                width: 100%;
            }

    .inner-content-panel p {
        margin: 0px 0px 20px 0px;
        text-align: justify;
    }

        .inner-content-panel p strong {
            /*font-size: 14px;*/
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        }

    .inner-content-panel h2 {
        font-size: 14px;
        color: #f86008;
        padding: 0px;
        margin: 20px 0px 5px 0px;
    }

    .inner-content-panel h4 {
        color: #004785;
        font-size: 14px;
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

    .inner-content-panel h5 {
        font-size: 32px;
        color: #004785;
        font-family: "OpenSans-Light", Arial, Helvetica, sans-serif;
        border-bottom: 1px dashed #dcdcdc;
        font-weight: 600;
        margin: 0px 0px 20px 0px;
        padding: 20px 0px 0px 0px;
            text-align: left;
    }

        .inner-content-panel h5 span {
            float: left;
            display: block;
            line-height: 80px;
        }

    .inner-content-panel ul {
        padding: 0px;
        margin: 0px 0px 15px 0px;
        list-style: none;
    }

        .inner-content-panel ul li {
            padding: 0px 0px 0px 15px;
            margin: 0px;
            background: url(../images/li-arrow-icon.png) no-repeat left 7px;
                color: #5f5b5b;
            line-height: 23px;
            font-size:14px;
                text-align: justify;

        }
    /***********************bread-crumbs***********************/
    .inner-content-panel .mission {
        padding: 3px;
        border: 1px dashed #ccc;
        width: 47%;
        display: inline-block;
        min-height: 350px;
        background: #F8F8F8;
        margin: 30px 0px;
    }

.bread-crumbs {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none;
    float: right;
}

    .bread-crumbs li {
        display: inline-block;
        background: none !important;
        padding: 0px !important;
    }

        .bread-crumbs li a {
            display: block;
            line-height: 80px;
            text-decoration: none;
            font-size: 12px;
            color: #b9b9b9;
        }
/***********************bread-crumbs***********************/
.inner-middle-panel {
    background: url(../images/index-middle-bg.png) no-repeat top center #edecec;
    padding: 30px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
}

.about-hospital {
    float: right;
    display: block;
    margin: 70px 0px 20px 20px;
}
/***********************specialities-list***********************/
.specialities-list {
    padding: 0px;
    margin: 40px 0px;
    list-style: none;
}

    .specialities-list li {
        display: block;
        float: left;
        width: 236px;
        height: 259px;
        /*margin: 2px !important;*/
        padding: 0px !important;
        background: none !important;
    }

        .specialities-list li a {
            display: block;
            position: relative;
            text-decoration: none;
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
        }

        .specialities-list li figure {
            width: 100%;
        }

            .specialities-list li figure img {
                width: 100%;
            }

        .specialities-list li a article {
            width: 100%;
            height: 100%;
            background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 48%, rgba(0,0,0,0.82) 91%, rgba(0,0,0,1) 100%); /* ff3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(9%, rgba(0,0,0,0.82)), color-stop(52%, rgba(0,0,0,0))); /* safari4+,chrome */
            background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 48%, rgba(0,0,0,0.82) 91%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
            background: -o-linear-gradient(90deg, rgba(0,0,0,0) 48%, rgba(0,0,0,0.82) 91%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
            background: -ms-linear-gradient(90deg, rgba(0,0,0,0) 48%, rgba(0,0,0,0.82) 91%, rgba(0,0,0,1) 100%); /* ie10+ */
            background: linear-gradient(0deg, rgba(0,0,0,0) 48%, rgba(0,0,0,0.82) 91%, rgba(0,0,0,1) 100%); /* w3c */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); /* ie6-9 */
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
        }

            .specialities-list li a article span {
                padding: 20px 0px 0px 0px;
                display: block;
            }

            .specialities-list li a article:hover {
                background: rgba(255, 96, 0, 0.35);
                transition: all 0.7s ease 0s;
            }
/***********************specialities-list***********************/
/***********************paginate***********************/

/***********************paginate***********************/
/***********************Specialities-doctor-panel***********************/
.Specialities-doctor-panel {
    background: #f4f4f4;
    padding: 20px 0px 20px 0px;
}

    .Specialities-doctor-panel h2 {
        padding: 0px 0px;
        margin: 0px 0px 20px 0px;
        font-size: 22px;
        text-transform: uppercase;
        color: #004785;
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
    }

    .Specialities-doctor-panel section {
        background: #fff;
        padding: 10px;
        border: 1px solid #cacaca;
    }



        .Specialities-doctor-panel section figure {
            float: left;
            border: 1px solid #eee;
            margin: 0px 5px 0px 0px;
            width: 100px;
            height: 104px;
            overflow: hidden;
        }

            .Specialities-doctor-panel section figure img {
                width: 100%;
                height: auto !important;
            }


        .Specialities-doctor-panel section article {
            width: 250px;
            float: right;
        }

    .Specialities-doctor-panel .name {
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #004785;
    }

    .Specialities-doctor-panel .edu {
        font-size: 13px;
        color: #85898d;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        margin: 0px 0px 25px 0px;
    }

    .Specialities-doctor-panel .desi {
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #4b535a;
        margin: 0px 0px 0px 0px;
    }

    .Specialities-doctor-panel .depart {
        font-size: 12px;
        color: #8c959c;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        margin: 0px 0px 10px 0px;
    }

    .Specialities-doctor-panel a {
        display: inline-block;
        padding: 5px 5px;
        font-size: 11px;
        color: #fff;
        background: #c5c8ca;
        text-decoration: none;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
    }

        .Specialities-doctor-panel a:hover {
            transition: all 0.7s ease 0s;
            background: #414247;
            color: #fff;
        }

    .Specialities-doctor-panel .bx-wrapper .bx-controls-direction a {
        top: 0;
        margin: -50px 0px 0px 0px;
    }

    .Specialities-doctor-panel .bx-wrapper .bx-prev {
        left: 1090px !important;
        background: url(../images/spe-detail-left-arrow.png) no-repeat top center !important;
    }

    .Specialities-doctor-panel .bx-wrapper .bx-next {
        right: 0;
        background: url(../images/spe-detail-right-arrow.png) no-repeat top center !important;
    }

    .Specialities-doctor-panel .view-all {
        display: block;
        width: 110px;
        margin: 0px auto;
        text-align: center;
        background: #006fb8;
        font-size: 11px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    }

        .Specialities-doctor-panel .view-all:hover {
            background: #f86008;
            color: #fff;
        }
/***********************Specialities-doctor-panel***********************/
/***********************doctor-list***********************/
.doctor-list {
    padding: 0px 0px 20px 0px;
}

    .doctor-list section {
        background: #fff;
        padding: 10px;
        border: 1px solid #cacaca;
        display: block;
        margin: 5px 5px 5px 5px;
        float: left;
    }



        .doctor-list section figure {
            float: left;
            border: 1px solid #eee;
            margin: 0px 5px 0px 0px;
            width: 108px;
            height: 110px;
            overflow: hidden;
        }

            .doctor-list section figure img {
                width: 100%;
                height: auto !important;
            }



        .doctor-list section article {
            width: 250px;
            float: right;
        }

    .doctor-list .name {
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #004785;
    }

    .doctor-list .edu {
        font-size: 13px;
        color: #85898d;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        margin: 0px 0px 10px 0px;
    }

    .doctor-list .desi {
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #4b535a;
        margin: 0px 0px 0px 0px;
        text-align: left;
        line-height: 18px;
    }

    .doctor-list .depart {
        font-size: 12px;
        color: #8c959c;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        margin: 0px 0px 5px 0px;
    }

    .doctor-list a {
        display: inline-block;
        padding: 0px 5px;
        font-size: 11px;
        color: #fff;
        background: #c5c8ca;
        text-decoration: none;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
    }

        .doctor-list a:hover {
            transition: all 0.7s ease 0s;
            background: #414247;
            color: #fff;
        }
/***********************doctor-list***********************/
/***********************doctor detail panel***********************/
.doctor-detail-top-panel {
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px dashed #eee;
}

    .doctor-detail-top-panel .doctor-box {
        background: #fff;
        padding: 10px;
        display: block;
        margin: 0px 10px 0px 0px;
        float: left;
    }

        .doctor-detail-top-panel .doctor-box figure {
            float: left;
            margin: 0px 10px 0px 0px;
            width: 185px;
            height: 195px;
            padding: 5px;
            border: 1px solid #eee;
            box-shadow: 0px 1px 2px #eee;
        }

            .doctor-detail-top-panel .doctor-box figure img {
                width: 100%;
                height: 100%;
            }

        .doctor-detail-top-panel .doctor-box article {
            width: 250px;
            float: right;
        }

        .doctor-detail-top-panel .doctor-box .name {
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
            font-size: 15px;
            color: #004785;
        }

        .doctor-detail-top-panel .doctor-box .edu {
            font-size: 13px;
            color: #85898d;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            margin: 0px 0px 10px 0px;
        }

        .doctor-detail-top-panel .doctor-box .desi {
            font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #4b535a;
            margin: 0px 0px 0px 0px;
            text-align: left;
        }

        .doctor-detail-top-panel .doctor-box .depart {
            font-size: 12px;
            color: #8c959c;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            margin: 0px 0px 5px 0px;
        }

    .doctor-detail-top-panel .request-bt {
        width: 341px;
        height: 202px;
        float: left;
        background: url(../images/request-button-bg.png) no-repeat top center;
        text-align: center;
    }

        .doctor-detail-top-panel .request-bt a {
            display: block;
            text-decoration: none;
            color: #0a4d87;
            font-size: 27px;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-weight: normal;
            padding: 65px 40px;
            line-height: 35px;
        }

    .doctor-detail-top-panel .opd-schedule {
        width: 341px;
        height: 202px;
        float: right;
        background: #f0f0f0;
        text-align: center;
    }

        .doctor-detail-top-panel .opd-schedule h2 {
            padding: 0px;
            margin: 50px 0px 10px 0px;
            font-size: 14px;
            color: #004785;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
        }

        .doctor-detail-top-panel .opd-schedule p {
            padding: 0px;
            margin: 5px 0px;
            font-size: 12px;
            color: #686868;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            line-height: 22px;
        }

    .doctor-detail-top-panel .border-line {
        width: 150px;
        height: 1px;
        background: #ccc;
        display: block;
        margin: 5px auto;
    }

.dotor-detail-bottom-panel {
    padding: 0px;
    margin: 30px 0px;
    color: #575757;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

    .dotor-detail-bottom-panel h4 {
        color: #004785;
        font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 30px 0px 10px 0px;
        padding: 0px;
        text-transform: uppercase;
    }

    .dotor-detail-bottom-panel p {
        margin: 0px 0px 10px 0px;
        padding: 0px;
        line-height: 20px;
    }

    .dotor-detail-bottom-panel li {
        line-height: 20px;
        background: url(../images/plush-icon-black.png) no-repeat left 8px !important;
    }
/***********************doctor detail panel***********************/
/***********************news-list***********************/
.news-list {
    width: 515px;
    margin: 0px 30px 30px 30px;
    background: url(../images/testimonial-broder.png) no-repeat center 97%;
    padding: 10px 10px 50px 10px;
    text-align: center;
    float: left;
    border: 1px solid #f86008;
    height: 203px;
}

    .news-list .news-list-img {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        padding: 4px;
        background: #fff;
        margin: 0px auto 20px auto;
        border: 1px solid #eee;
    }

        .news-list .news-list-img img {
            width: 60%;
            display: block;
            margin: 15px auto;
        }

    .news-list article {
        width: auto;
    }

    .news-list h2 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        color: #f86008;
        font-size: 18px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    .news-list p {
        font-size: 13px;
        color: #6e6f71;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 20px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
    }

    .news-list .read-more {
        font-size: 13px;
        color: #004785;
        text-transform: uppercase;
        margin: 10px 10px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

.archive {
    width: auto;
    text-align: right;
    margin: 20px 0px;
}

    .archive a {
        display: block;
        width: 120px;
        border-radius: 5px;
        background: #f86008;
        color: #fff;
        padding: 5px 0px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: bold;
        float: right;
    }

.news-list-box {
    text-align: center;
}

.news-detail {
    float: none;
    width: auto;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

    .news-detail p {
        margin: 20px auto;
        font-size: 14px;
        line-height: 24px;
    }

    .news-detail h2 {
        display: block;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #f86008;
        font-size: 18px;
        line-height: 22px;
        width: auto;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

.news-detail-image {
    width: 200px;
    height: 200px;
    text-align: center;
    border: 3px solid #004785;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 100%;
}

    .news-detail-image img {
        display: block;
        margin: 30px auto;
        width: 70%;
    }

.news-detail-border {
    width: 500px;
    height: auto;
    margin: 20px auto;
}

.tt {
    list-style: none;
    padding: 0px;
    margin: 10px 0px 10px 0px !important;
}

    .tt li {
        display: inline-block;
        margin: 0px 20px 0px 0px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #58595b;
        font-size: 13px;
        line-height: 20px;
        background: none !important;
        padding: 0px !important;
    }

        .tt li span {
            display: block;
            float: left;
            margin: 4px 5px 0px 0px;
        }
/***********************news-list***********************/
/**************************testimonials list**********************************/
.testimonials-list {
    width: 518px;
    margin: 30px;
    background: url(../images/testimonial-broder.png) no-repeat center 97%;
    padding: 10px 10px 50px 10px;
    text-align: center;
    float: left;
    border: 1px solid #f86008;
    min-height: 320px;
}

    .testimonials-list .testimonials-img {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        padding: 4px;
        background: #fff;
        margin: 0px auto 20px auto;
        border: 1px solid #eee;
    }

        .testimonials-list .testimonials-img img {
            width: 100%;
        }

    .testimonials-list article {
        width: auto;
    }

    .testimonials-list h2 {
        padding: 0px;
        margin: 0px 0px 10px 0px;
        color: #f86008;
        font-size: 18px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

    .testimonials-list p {
        font-size: 13px;
        color: #6e6f71;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 20px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
    }

    .testimonials-list .read-more {
        font-size: 13px;
        color: #004785;
        text-transform: uppercase;
        margin: 10px 10px;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

.testimonials-detail {
    float: none;
    width: auto;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}

    .testimonials-detail p {
        font-size: 14px;
        line-height: 24px;
        margin: 20px auto;
    }

    .testimonials-detail h2 {
        display: block;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #f86008;
        font-size: 18px;
        line-height: 22px;
        width: auto;
        padding: 20px 0px 0px 0px;
        margin: 10px 0px 0px 0px;
    }

.testimonials-image {
    width: 236px;
    height: auto;
    text-align: center;
    border: 3px solid #943db4;
    overflow: hidden;
    margin: 0px auto;
}

    .testimonials-image img {
        display: block;
        margin: auto;
        width: 100%;
    }

.testimoinal-border {
    width: 500px;
    height: auto;
    margin: 20px auto;
}
/**************************testimonials list**********************************/
/**************************make-appoint**********************************/
.make-appoint {
    box-sizing: border-box;
    margin: 20px auto;
    padding: 3px;
    width: 500px;
    border: 1px dashed #cccccc;
}

    .make-appoint label {
        color: #3d3d3d;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 1px;
    }

    .make-appoint .text {
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #3d3d3d;
    }

    .make-appoint input[type="text"] {
        border: 1px solid #dddddd;
        box-shadow: none;
        padding: 6px 8px;
        width: 240px;
        border: 1px solid #ccc;
    }

    .make-appoint .mendatory {
        color: red;
        padding-left: 5px;
    }

.errortext {
    color: red;
    padding-left: 5px;
}

.make-appoint select {
    border: 1px solid #ccc;
    width: 260px;
    box-shadow: none;
    padding: 8px;
}

.make-appoint .hour {
    float: left;
    width: 124px;
    margin: 0px 10px 0px 0px;
}

.make-appoint textarea {
    border: 1px solid #ccc;
    width: 240px;
    box-shadow: none;
    padding: 8px;
    height: 60px;
}

.make-appoint input[type="submit"] {
    background: #f86008;
    border: none;
    width: 100px;
    height: 27px;
    cursor: pointer;
    display: block;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

    .make-appoint input[type="submit"]:hover {
        background: rgba(0,0,0,0.6);
        transition: all 0.7 ease;
    }
/**************************make-appoint**********************************/
.current-openings-list {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #dedede;
    padding: 15px 25px;
    width: 700px;
    margin: 0px auto 30px auto;
}

    .current-openings-list .viewall {
        padding: 0px;
        margin: 0px;
    }

        .current-openings-list .viewall a {
            display: block;
            text-decoration: none;
            background: #666;
            border: none;
            width: 100px;
            cursor: pointer;
            display: block;
            margin: 0px 0px 0px 0px;
            color: #fff;
            font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 14px;
            text-transform: uppercase;
            text-align: center;
            padding: 3px 5px;
        }

.alphabetically {
    padding: 0px;
    width: auto;
    height: auto;
}

    .alphabetically a {
        display: block;
        font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 14px;
        text-decoration: none;
        color: #295f6a;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: #9ed0da;
        border-radius: 2px;
        margin: 2px 2px 0px 0px;
        float: left;
    }

        .alphabetically a:hover {
            background: #ff6000;
            color: #fff;
            font-style: normal;
            transition: all 0.7s ease 0s;
        }

        .alphabetically a.active {
            border-radius: 100%;
            background: #4ebb74;
            color: #fff;
            border: 2px solid #fff;
            font-style: normal;
        }

.make-an-aap {
    max-width: 600px;
    margin: 30px auto;
    padding: 5px;
    border: 1px solid #eee;
}

    .make-an-aap input[type="text"] {
        width: 200px;
        border: 1px solid #ccc;
        line-height: 25px;
    }

    .make-an-aap textarea {
        width: 200px;
        border: 1px solid #ccc;
        line-height: 25px;
    }

    .make-an-aap select {
        width: 202px;
        border: 1px solid #ccc;
        height: 31px;
        appearance: none;
    }

    .make-an-aap .select-width {
        width: 98px !important;
    }

    .make-an-aap input[type="submit"] {
        width: 100px;
        margin: 0px;
        display: block;
        background: #666;
        color: #fff;
        border: none;
        line-height: 30px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .make-an-aap td {
        height: auto;
    }

.apply-form {
    max-width: 600px;
    margin: 30px auto;
    padding: 5px;
    border: 1px solid #eee;
}

    .apply-form input[type="text"] {
        width: 200px;
        border: 1px solid #ccc;
        line-height: 25px;
    }

    .apply-form textarea {
        width: 200px;
        border: 1px solid #ccc;
        line-height: 25px;
    }

    .apply-form select {
        width: 202px;
        border: 1px solid #ccc;
        height: 31px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .apply-form .select-width {
        width: 98px !important;
    }

    .apply-form .small-width {
        width: 98px;
    }

    .apply-form input[type="submit"] {
        width: 100px;
        margin: 0px;
        display: block;
        background: #666;
        color: #fff;
        border: none;
        line-height: 30px;
        text-transform: uppercase;
        cursor: pointer;
    }





.empanelment {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none;
}

    .empanelment li {
        background: url(../images/arrow-Gif.png) no-repeat scroll left 7px !important;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 4px;
        width: 385px;
    }

.container_demo {
    margin: 0px auto 5px;
}

.acc_content td {
    margin: 2px 3px;
}

.smk_accordion {
    position: relative;
    margin: 0 6px;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

    .smk_accordion .accordion_in {
        background: none repeat scroll 0 0 #e2dcdc;
        border: 1px solid #ccc;
        margin: 8px 0px;
        overflow: hidden;
        position: relative;
        z-index: 10;
        padding: 20px 20px;
        text-transform: uppercase;
        color: #05487d;
    }

        .smk_accordion .accordion_in .acc_head {
            position: relative;
            padding: 5px;
            font-size: 12px;
            display: block;
            cursor: pointer;
        }

            .smk_accordion .accordion_in .acc_head .acc_icon_expand {
                display: block;
                width: 18px;
                height: 18px;
                position: absolute;
                left: -10px;
                top: 50%;
                margin-top: -9px;
                background: url(../images/plusminus.png) center 0;
            }

        .smk_accordion .accordion_in .acc_content {
            color: #7B7E85;
            padding: 3px 10px;
        }

            .smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type {
                margin-top: 5px;
            }

        .smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head {
            border-radius: 3px 3px 0 0;
        }

        .smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content {
            border-radius: 0 0 3px 3px;
        }

        .smk_accordion .accordion_in.acc_active > .acc_content {
            display: block;
        }

        .smk_accordion .accordion_in.acc_active > .acc_head {
            /*background: #F9F9F9;*/
        }

            .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
                /*background: url(../plusminus.png) center -18px;*/
            }

    .smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in .acc_content {
        font-size: 15px;
        line-height: 14px;
        padding-left: 20px;
    }
/*accordion*/


.inner-content-panel .left-img {
    border: 1px solid #ccc;
    float: left;
    margin: 10px 20px 10px 0;
    padding: 3px;
    text-align: center;
    width: auto;
}

    .inner-content-panel .left-img img {
        height: auto;
        width: 100%;
    }


.inner-content-panel figcaption {
    background: #ddd none repeat scroll 0 0;
    color: #000;
    font-family: "OpenSans-Regular",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 5px;
    width: 120px;
    text-align: center;
}

.inner-content-panel .width-420 {
    padding: 3px;
    width: auto;
}

    .inner-content-panel .width-420 figcaption {
        color: #000;
        font-family: "OpenSans-Regular",Arial,Helvetica,sans-serif;
        font-size: 13px;
        line-height: 20px;
        padding: 5px;
        text-align: center;
        width: 445px;
        background: none;
    }

.news-heading {
    font-family: "OpenSans-Semibold", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #cdcbcb;
    float: left;
    padding-bottom: 5px;
    line-height: 24px;
}


/***
.pagination ul{ margin:0px !important; padding:0px !important; float:left !important;}
.pagination li{ margin:0px !important; padding:0px 5px!important; float:left !important; list-style:none !important; background:none !important;}

.prev{ float:left;}
.nextbutton{ float:left;}
***/


.paginate {
    margin: 0 0 30px;
    text-align: center;
}

    .paginate ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
        display: inline-block;
    }

    .paginate li {
        display: inline-block;
        padding: 0 !important;
        background: none !important;
    }

    .paginate a {
        background: #fff none repeat scroll 0 0;
        color: #666;
        display: block;
        font-family: "OpenSans-Semibold",Arial,Helvetica,sans-serif;
        font-size: 12px;
        padding: 1px 8px;
        text-decoration: none;
        display: inline-block;
        margin: 0px 5px;
    }

    .paginate li a:hover {
        background: #414247 none repeat scroll 0 0;
        color: #fff;
        transition: all 0.7s ease 0s;
    }


    .paginate a.activepag {
        background: #414247 none repeat scroll 0 0;
        color: #fff;
        transition: all 0.7s ease 0s;
    }

    .paginate .prev {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #eee;
        color: #666;
        display: none;
        font-family: "OpenSans-Semibold",Arial,Helvetica,sans-serif;
        font-size: 12px;
        padding: 1px 8px;
        text-decoration: none;
    }

    .paginate .nextbutton {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #eee;
        color: #666;
        display: none;
        font-family: "OpenSans-Semibold",Arial,Helvetica,sans-serif;
        font-size: 12px;
        padding: 1px 8px;
        text-decoration: none;
    }

    .paginate .border-none {
        border: none;
    }

    .paginate .pagination .border-none {
        border: 1px solid #eee;
    }









.slide-out-div {
    position: fixed;
    right: 0;
    top: 220px;
    z-index: 999999;
}

.quote-form-box {
    width: 265px;
    border: #004785 1px solid;
    padding: 2px;
    background: #eee;
    float: left;
    display: none;
}

    .quote-form-box td {
        padding: 0px;
        margin: 0px;
        font-family: "open_sansregular";
        font-size: 14px;
        color: #666;
    }

    .quote-form-box input[type="text"] {
        border: 1px solid #ccc;
        padding: 0px 5px;
        line-height: 30px;
        width: 232px;
        display: block;
        background: #eeeeee;
    }

    .quote-form-box input[type="file"] {
        padding: 0px 0px;
        display: block;
    }

    .quote-form-box select {
        border: 1px solid #ccc !important;
        padding: 0px 5px;
        height: 30px !important;
        width: 232px;
        display: block;
        background: #eeeeee !important;
        box-shadow: 0px 0px 0px !important;
        border-radius: 0px !important;
    }

    .quote-form-box input[type="submit"] {
        line-height: 30px;
        background: #0b4881;
        font-size: 14px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        width: 100px;
        border: none;
        border-radius: 5px;
    }

#show-quote-bt {
    left: 0;
    top: 0px;
    float: left;
    cursor: pointer;
}

.academic-box {
    border: 1px dashed #ccc;
    background: #eee;
    padding: 10px;
}

    .academic-box ul {
        margin: 20px 0px !important;
    }

    .academic-box table {
        margin: 20px 0px;
        border: 1px solid #ccc;
    }


    .academic-box li {
        background: none !important;
    }

.inner-content-panel h3 {
    display: block;
    margin: 20px 0px;
}


.inner-content-panel .doct-img {
    float: left;
    width: 150px;
    margin: 0px 15px 15px 0px;
    border: 1px solid #ccc;
    padding: 2px;
}


.administration {
    padding: 0px;
    margin: 0px;
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    width: 48%;
    display: inline-block;
}


    .administration .administr-img {
        float: left;
        margin: 0px 20px 0px 0px;
        border: 1px solid #ddd;
        padding: 2px;
        width: 130px;
    }

        .administration .administr-img img {
            width: 100%;
        }

    .administration article {
        float: left;
    }

        .administration article p {
            margin: 0px 0px 10px 0px;
            font-size: 12px;
        }

    .administration .read-mo {
        display: block;
        width: 100px;
        height: 30px;
        background: #ccc;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase;
    }

.feed-back-form {
    padding: 5px;
    border: 1px solid #ccc;
}


    .feed-back-form input[type="text"] {
        width: 220px;
        line-height: 25px;
        border: 1px solid #ccc;
    }

    .feed-back-form textarea {
        width: 220px;
        height: 80px;
        border: 1px solid #ccc;
    }

    .feed-back-form input[type="submit"] {
        width: 100px;
        line-height: 30px;
        background: #45484b;
        cursor: pointer;
        text-transform: uppercase;
        color: #fff;
        border-radius: 5px;
        border: none;
    }

.border-10px {
    border: 10px solid #1c9396 !important;
}

.p-30 {
    padding: 30px !important;
}
.p-20 {
    padding: 20px !important;
}

.opening-hours ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    margin-bottom: 0 !important;
}

.opening-hours ul li {
    padding-bottom: 10px !important;
        font-size: 16px;
}

footer {
    border-top: 12px solid #3c6d9a;
    padding: 20px 0px 10px;
    color: #7b7b7b;
    font-size: 13px;
   
}

    footer h2 {
        font-size: 15px;
        text-transform: uppercase;
        color: #3f3f3f;
        border-bottom: 1px solid #d6d6d6;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .ois ul, .opd_sch, footer ul {
        list-style: none;
    }

        footer ul li a {
            color: #7b7b7b;
            font-size: 13px;
            line-height: 26px;
            padding-left: 3px;
            transition: all .5s;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
        }

    footer ul {
        margin: 0;
        padding: 0;
    }

.testi-heading {
    font-size: 22px;
    line-height: 16px;
    margin: 0;
    border-bottom: 1px solid #c2c3c4;
    padding-bottom: 10px;
    color: #34393d;
}

.left-testimonial, .right-testimonial {
    background-color: #fff;
    padding: 30px;
    text-align: left;
    box-shadow: 0 0 1px 0 #d5d5d5;
    border: 1px solid #ddd;
}

.left-testimonial {
    margin-bottom: 10px;
}

.align, .btns {
    text-align: right;
}

.left-testimonial p {
    color: rgba(0,0,0,.7);
    margin-top: 10px;
}

    .left-testimonial p i {
        color: #ed1f24;
        padding: 0 5px;
    }

.right-testimonial p {
    color: rgba(0,0,0,.7);
    margin-top: 10px;
}

    .right-testimonial p i {
        color: #ed1f24;
        padding: 0 5px;
    }

.btns {
    margin-top: 20px!important;
    float: left;
    width: 100%;
}

    .btns a {
        background-color: #00a950;
        padding: 5px;
        border: 1px solid #00a950;
        color: #fff;
        margin-left: 5px;
    }

        .btns a:focus, .btns a:hover, .news-cont {
            background-color: #fff;
        }

.news-bg {
    background-image: url(../img/bg.jpg);
    background-size: 100% 100%;
    padding: 0 0 70px;
}

.heading2 {
    margin: 50px 0 30px;
    color: #fff;
}

.text-gray {
    color: #808080 !important;
}
.vv {
    border: 1px solid #c5cdd0;
    display: block;
    width: 172px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 17px;
    color: white !important;
    font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
    /* border: 1px solid #c5cdd0; */
    /* margin: 80px auto 0px auto; */
    text-decoration: none;
    text-align: center;
    background: #1c9396;
}
@media (min-width:768px) {
    #online {
        min-height: 373px;
    }
}
@media (min-width:1500px) {
    .header-top-panel {
        background: url(../images/header-top-bg.png) no-repeat top center;
        background-size: 100% !important;
    }
}