﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
}

.header {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
}

.topimg {
    width: 100%;
    margin: 0px auto;
    background-color: #FFF;
}

.header img {
    float: left;
    padding-top: 20px;
}

.header ul {
    float: right;
    margin: 0;
    padding: 0px 11px;
}

    .header ul li {
        color: #1368b7;
        float: right;
        font-size: 12px;
        list-style: none;
        padding-left: 10px;
    }

.header .top-nav {
    background: #007DAD;
}

    .header .top-nav .wrap {
        width: 80%;
        margin: 0 auto;
    }

.top-nav ul li {
    display: inline-block;
    float: left;
    border-left: 1px ridge #1087B4;
}

.header .mob {
    clear: right;
    float: right;
}

.header .mobText {
    float: right;
    clear: both;
    padding-right: 10px;
}

    .header .mobText .mobText_inner {
        float: right;
        clear: both;
    }

.header ul img {
    clear: both;
    float: right;
}

.header ul p {
    clear: both;
    color: #000;
    float: right;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.header ul li img {
    padding-top: 4px;
}

.header ul li:nth-child(2) {
    color: #1368b7;
    font-weight: bolder;
}

.navbar1 {
    width: 100%;
    /*background-color: #1db2e8;*/
    background-color: #007DAD;
    float: left;
}

.navbar1 .nav {
    max-width: 960px;
    width: 100%;
    margin: 0px auto;
}

.banner_img {
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
}

    .banner_img .container_inner {
        float: left;
    }

.nav ul {
    background-color: #007DAD;
    float: left;
    margin: 2px 0 0;
    padding: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
}

    .nav ul li {
        float: left;
        list-style: none;
    }

        .nav ul li ul {
            padding: 8px;
            position: absolute;
            width: 765px;
            height: auto;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            display: none;
            opacity: 0;
            visibility: hidden;
            -webkit-transiton: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            -ms-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            -transition: opacity 0.2s;
            z-index: 2000;
            margin-top: 0px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: normal;
            background: #ffffff;
            border-left: 1px solid #c2c2c2;
            border-bottom: 1px solid #c2c2c2;
            border-right: 1px solid #c2c2c2;
        }

            .nav ul li ul li {
                background: #ffffff none repeat scroll 0 0;
                color: #fff;
                display: block;
                float: left;
                font-weight: normal;
                margin-top: 0;
                width: 32%;
            }

                .nav ul li ul li a {
                    padding: 4px 4px;
                    text-decoration: none;
                    color: #000;
                    display: block;
                }

                .nav ul li ul li:hover {
                    background: #66bdd8;
                    border-radius: 10px;
                }

        .nav ul li:hover ul {
            display: block;
            opacity: 1;
            visibility: visible;
        }

        .nav ul li a {
            padding: 8px 19px;
            text-decoration: none;
            color: #000;
            display: block;
        }

        .nav ul li .dropsymbol::after {
            color: #000;
            content: "▼";
            font-size: 9px;
            padding-left: 6px;
        }

        .nav ul li:hover .dropsymbol::after {
            color: #fff;
        }

        .nav ul li span {
            font-size: 12px;
        }

        .nav ul li a:nth-child(8) {
            padding-left: 0px;
        }

        .nav ul li a:hover {
            background-color: #003466;
            color: #fff;
            border-radius: 6px;
            margin-top: 0px;
        }

        .nav ul li a.active {
            background-color: #007DAD;
            border: 1px solid #ffffff;
            border-radius: 6px;
            color: #fff;
            margin-top: 0px;
        }

.viewmore_wrapper {
    max-width: 960px;
    width: 100%;
    margin: 0px auto;
    background-color: #FFF;
}

    .viewmore_wrapper ul {
        margin: 40px 0 0 0;
        padding: 0px;
    }

        .viewmore_wrapper ul li {
            float: left;
            list-style: none;
            padding-left: 4px;
            max-width: 235px;
            width: 100%;
        }

            .viewmore_wrapper ul li span {
                padding-left: 4px;
                font-size: 18px;
                color: #505050;
                font-family: "Myriad Pro";
            }

            .viewmore_wrapper ul li p {
                font-size: 12px;
                line-height: 16px;
                padding-top: 10px;
                width: 174px;
                color: #333;
            }

            .viewmore_wrapper ul li span.click {
                background-color: #06C;
                margin-top: 20px;
                color: #CCC;
                font-size: 12px;
                float: right;
                border-radius: 4px;
                padding: 5px 0px;
            }

            .viewmore_wrapper ul li span a {
                color: #CCC;
                padding: 7px 9px;
                text-decoration: none;
            }

                .viewmore_wrapper ul li span a:hover {
                    color: #FFF;
                    text-decoration: none;
                }

.body_center_cont_wrapper {
    max-width: 960px;
    width: 100%;
    margin: 0px auto;
    background-color: #FFF;
}

    .body_center_cont_wrapper div {
        background: url(../assets/body_bg_content.png) no-repeat;
        height: 208px;
        max-width: 960px;
        width: 100%;
        float:left;
        margin-top: 40px;
    }

        .body_center_cont_wrapper div p {
            text-align: center;
            font-size: 30px;
            font-family: "Myriad Pro";
            padding-top: 40px;
            color: #000;
        }

        .body_center_cont_wrapper div .content_textone {
            font-size: 17px;
            font-style: italic;
            padding-top: 0;
        }

        .body_center_cont_wrapper div a {
            background-color: #06c;
            color: #ccc;
            font-family: myriad pro;
            font-size: 18px;
            border-radius: 4px;
            padding: 10px;
            text-decoration: none;
        }

            .body_center_cont_wrapper div a:hover {
                color: #fff;
            }

        .body_center_cont_wrapper div .bottom_lasttext {
            padding: 44px;
        }

.health_care_wrapper {
    max-width: 960px;
    width: 100%;
    margin: 0px auto;
}

    .health_care_wrapper img {
        margin-top: 40px;
        float: left;
    }

    .health_care_wrapper span {
        float: left;
        margin-top: 48px;
    }

    .health_care_wrapper ul {
        clear: both;
        float: left;
        margin: 10px 0 0 0;
        border-bottom: 1px solid #dbd9d9;
    }

        .health_care_wrapper ul li {
            float: left;
            list-style: outside none none;
            max-width: 240px;
            width: 100%;
            min-height: 280px;
        }

            .health_care_wrapper ul li img {
                margin: 0px;
                border: 10px solid #dbd9d9;
                float: left;
            }

            .health_care_wrapper ul li .group_box1 {
                color: #098bf7;
                float: left;
                font-size: 16px;
                padding-top: 20px;
            }

                .health_care_wrapper ul li .group_box1 .sub_text_size {
                    font-size: 9px;
                }

            .health_care_wrapper ul li .group_box2 {
                color: #000;
                float: left;
                font-size: 12px;
                line-height: 16px;
                margin: 0;
                padding-bottom: 50px;
                width: 200px;
                padding-left: 8px;
            }

.lastbody_content_wrapper {
    max-width: 950px;
    width: 100%;
    margin: 0px auto;
    background-color: #FFF;
    padding-left: 10px;
    clear: both;
}

    .lastbody_content_wrapper .first_box_cont {
        max-width: 480px;
        width: 100%;
        float: left;
    }

        .lastbody_content_wrapper .first_box_cont p {
            float: left;
            margin-top: 30px;
            font-size: 20px;
            color: #333333;
        }

        .lastbody_content_wrapper .first_box_cont .first_box_cont_inner {
            background-color: #f2f2f2;
            max-width: 450px;
            width: 100%;
            float: left;
            border-radius: 6px;
        }

            .lastbody_content_wrapper .first_box_cont .first_box_cont_inner p {
                float: left;
                font-size: 14px;
                padding: 20px;
                margin: 0px;
                font-style: italic;
            }

            .lastbody_content_wrapper .first_box_cont .first_box_cont_inner span {
                float: right;
                padding: 10px;
                font-style: italic;
                color: #098bf7;
            }

    .lastbody_content_wrapper .sec_box_cont {
        max-width: 312px;
        width: 100%;
        float: left;
        min-height: 220px;
    }

        .lastbody_content_wrapper .sec_box_cont p {
            float: left;
            margin-top: 30px;
            font-size: 20px;
            color: #333333;
        }

        .lastbody_content_wrapper .sec_box_cont .sec_value_top {
            padding-top: 63px;
        }

        .lastbody_content_wrapper .sec_box_cont ul {
            float: left;
            margin: 0 0 30px 0;
        }

            .lastbody_content_wrapper .sec_box_cont ul li {
                background: url("../assets/bullet_img.jpg") no-repeat scroll 0 4px;
                color: #000;
                font-size: 12px;
                list-style: none;
                padding-left: 28px;
            }

.footer_content_back {
    background-color: #2d2e2e;
    float: left;
    width: 100%;
}

    .footer_content_back .footer_content_wrapper {
        max-width: 960px;
        width: 100%;
        margin: 0px auto;
    }

        .footer_content_back .footer_content_wrapper .footer_content_wrapper_inner {
            float: left;
        }

        .footer_content_back .footer_content_wrapper .footer_con_one {
            width: 240px;
            float: left;
        }

            .footer_content_back .footer_content_wrapper .footer_con_one span {
                float: left;
                color: #fff;
                margin-top: 20px;
            }

            .footer_content_back .footer_content_wrapper .footer_con_one .news_1a {
                float: left;
                width: 100%;
            }

                .footer_content_back .footer_content_wrapper .footer_con_one .news_1a img {
                    padding-top: 20px;
                    float: left;
                }

                .footer_content_back .footer_content_wrapper .footer_con_one .news_1a .news_text1 {
                    font-size: 10px;
                    padding-left: 4px;
                    width: 177px;
                }

                .footer_content_back .footer_content_wrapper .footer_con_one .news_1a .address_news_text1 {
                    font-size: 18px;
                    padding-left: 4px;
                    width: 177px;
                }

            .footer_content_back .footer_content_wrapper .footer_con_one .news_2b {
                float: left;
                width: 100%;
                padding-bottom: 40px;
            }

                .footer_content_back .footer_content_wrapper .footer_con_one .news_2b img {
                    padding-top: 20px;
                    float: left;
                }

                .footer_content_back .footer_content_wrapper .footer_con_one .news_2b .news_text1 {
                    font-size: 12px;
                    padding-left: 4px;
                    width: 216px;
                }

.footer_copy_back {
    background-color: #414141;
    float: left;
    width: 100%;
}

    .footer_copy_back .footer_copy_wrapper {
        max-width: 960px;
        width: 100%;
        margin: 0px auto;
        height: 50px;
    }

        .footer_copy_back .footer_copy_wrapper img {
            float: left;
            padding: 10px 0 0;
            border: 0px;
        }

        .footer_copy_back .footer_copy_wrapper span {
            color: #fff;
            float: left;
            font-size: 12px;
            padding: 16px 10px 0;
        }

        .footer_copy_back .footer_copy_wrapper ul {
            float: right;
            margin: 0;
            padding: 0;
        }

            .footer_copy_back .footer_copy_wrapper ul li {
                float: left;
                list-style: none;
                padding-left: 5px;
            }

.fullscreen_tab {
    position: absolute;
    width: 100%;
    height: 218%;
    background-color: #000;
    opacity: 0.4;
    z-index: 99999;
    display: none;
}

.popup_body_sec {
    width: 100%;
    height: 218%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.9;
    background-color: #000;
    z-index: 98978987;
    display: none;
}

    .popup_body_sec .popup_body_sec_body {
        max-width: 650px;
        height: 400px;
        margin: 18% auto 18%;
        background-color: #FFF;
        color: #000000;
        border-radius: 4px;
        display: none;
        padding: 10px;
    }

        .popup_body_sec .popup_body_sec_body ul {
            padding-top: 40px;
        }

    .popup_body_sec .popup_body_sec_body2 {
        max-width: 650px;
        width: 100%;
        min-height: 560px;
        margin: 18% auto 18%;
        background-color: #FFF;
        color: #000000;
        border-radius: 4px;
        display: none;
        padding: 10px;
    }

        .popup_body_sec .popup_body_sec_body2 ul {
            padding-left: 20px;
            padding-top: 20px;
        }

    .popup_body_sec .popup_body_sec_body3 {
        max-width: 650px;
        width: 100%;
        min-height: 560px;
        margin: 18% auto 18%;
        background-color: #FFF;
        color: #000000;
        border-radius: 4px;
        display: none;
        padding: 10px;
    }

        .popup_body_sec .popup_body_sec_body3 ul {
            padding-top: 20px;
            padding-left: 40px;
        }

    .popup_body_sec .popup_body_sec_body4 {
        max-width: 650px;
        width: 100%;
        min-height: 400px;
        margin: 18% auto 18%;
        background-color: #FFF;
        color: #000000;
        border-radius: 4px;
        display: none;
        padding: 10px;
    }

        .popup_body_sec .popup_body_sec_body4 ul {
            padding-top: 40px;
            padding-left: 10px;
        }


    .popup_body_sec .popup_body_sec_body .close_popup {
        float: right;
        padding: 0px;
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        border-radius: 12px;
        text-align: center;
        color: #000;
        display: none;
        background-color: lightblue;
        padding: 8px;
    }

        .popup_body_sec .popup_body_sec_body .close_popup a {
            padding: 8px;
            color: #000;
            text-decoration: none;
        }

    .popup_body_sec .popup_body_sec_body2 .close_popup {
        float: right;
        padding: 0px;
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        border-radius: 12px;
        text-align: center;
        color: #000;
        display: none;
        background-color: lightblue;
        padding: 8px;
    }

        .popup_body_sec .popup_body_sec_body2 .close_popup a {
            padding: 8px;
            color: #000;
            text-decoration: none;
        }

    .popup_body_sec .popup_body_sec_body3 .close_popup {
        float: right;
        padding: 0px;
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        border-radius: 12px;
        text-align: center;
        color: #000;
        display: none;
        background-color: lightblue;
        padding: 8px;
    }

        .popup_body_sec .popup_body_sec_body3 .close_popup a {
            padding: 8px;
            color: #000;
            text-decoration: none;
        }

    .popup_body_sec .popup_body_sec_body4 .close_popup {
        float: right;
        padding: 0px;
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        border-radius: 12px;
        text-align: center;
        color: #000;
        display: none;
        background-color: lightblue;
        padding: 8px;
    }

        .popup_body_sec .popup_body_sec_body4 .close_popup a {
            padding: 8px;
            color: #000;
            text-decoration: none;
        }

.cont_map {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

#contact-form {
    float: left;
    max-width: 440px;
    background: #fff none repeat scroll 0 0;
    padding-left: 10px;
    width: 100%;
}

    #contact-form form {
        float: left;
        margin: 0 50px 0 0;
        padding: 20px 0;
        max-width: 435px;
        width: 100%;
    }

    #contact-form form {
        float: left;
        margin: 0 50px 0 0;
        padding: 20px 0;
        max-width: 435px;
        width: 100%;
    }

        #contact-form form label span {
            color: #f00;
        }

        #contact-form form label {
            float: left;
            font: 16px/45px arial,sans-serif;
            width: 92px;
        }

        #contact-form form .inputbg {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #ccc;
            float: left;
            min-height: 42px;
            margin: 0 0 10px;
            padding: 0;
            max-width: 338px;
        }

            #contact-form form .inputbg input {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                border: medium none;
                float: left;
                font: 16px/42px arial,sans-serif;
                height: 42px;
                padding: 0 10px;
                max-width: 318px;
            }

        #contact-form form .textareabg {
            background: #fff none repeat scroll 0 0;
            float: left;
            height: 122px;
            margin: 0;
            padding: 0 0 10px;
            max-width: 338px;
        }

        #contact-form form label.mandatory {
            display: inline-block;
            float: left;
            font-size: 13px;
            padding: 0;
            max-width: 310px;
        }

div.map {
    float: right;
    padding-top: 20px;
    background-color: #FFF;
}

    div.map iframe {
        float: right;
    }

.confirmation_data {
    padding: 10px;
    background: #fff;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.about_data {
    padding: 10px;
    background: #fff;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    color: #000;
}

    .about_data p {
        background-color: #39f;
        color: #fff;
        float: left;
        font-size: 24px;
        margin-top: 20px;
        padding-bottom: 11px;
        padding-right: 0;
        padding-top: 11px;
        padding-left: 10px;
        text-align: left;
        max-width: 950px;
        width: 100%;
    }

    .about_data ul {
        background-color: #f2f2f2;
        border-radius: 6px;
        color: #000;
        float: left;
        margin-top: 10px;
        padding: 0px;
        width: 100%;
        margin-left: 0px;
        font-size: 14px;
    }

        .about_data ul li {
            list-style: none;
            background: url(../assets/bullet_img.jpg) no-repeat scroll 0 6px;
            padding-left: 28px;
        }

    .about_data img {
        float: left;
        padding: 10px;
    }

.youtubeVideo {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

    .youtubeVideo iframe, .youtubeVideo object, .youtubeVideo embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.ShivaBROCHURES {
    float: right;
    position: absolute;
    top: 348px;
    z-index: 99999;
}

    .ShivaBROCHURES img {
        border: 2px solid #ccc;
    }

@media screen and (max-width: 768px) {
    .viewmore_wrapper ul li {
        float: left;
        list-style: outside none none;
        max-width: 315px;
        padding-left: 34px;
        width: 100%;
    }

    .body_center_cont_wrapper div .bottom_lasttext {
        margin: 0 auto;
        padding-top: 0;
        width: auto;
    }

    .body_center_cont_wrapper div a {
        font-size: 13px;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .ShivaBROCHURES {
        top: 220px;
    }

        .ShivaBROCHURES img {
            border: 1px solid #ccc;
            width: 80%;
        }

    .health_care_wrapper ul {
        padding: 20px;
    }

    .lastbody_content_wrapper .sec_box_cont ul li {
        background-position: 0px 50%;
    }

    .footer_copy_back .footer_copy_wrapper ul {
        padding-right: 35%;
    }

    .footer_content_back .footer_content_wrapper .footer_con_one {
        min-height: 140px;
        padding-left: 10%;
    }
}

@media screen and (max-width: 320px) {
    .body_center_cont_wrapper div .bottom_lasttext {
        margin: 0 auto;
        padding: 0;
        width: 55%;
    }

    .body_center_cont_wrapper div a {
        font-size: 13px;
        padding: 10px;
    }

    .body_center_cont_wrapper div p {
        font-size: 22px;
        padding: 10px;
    }

    .health_care_wrapper ul {
        padding: 20px;
    }

    .footer_copy_back .footer_copy_wrapper ul {
        padding-right: 30%;
    }

    .footer_content_back .footer_content_wrapper .footer_con_one {
        min-height: 140px;
        padding-left: 5%;
    }
}
