﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700,800,400,600);
/*   Common CSS */
* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

@font-face {
    font-family: 'jasmineupcregular';
    src: url('../fonts/upcjl-webfont.eot');
    src: url('../fonts/upcjl-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/upcjl-webfont.woff2') format('woff2'), url('../fonts/upcjl-webfont.woff') format('woff'), url('../fonts/upcjl-webfont.ttf') format('truetype'), url('../fonts/upcjl-webfont.svg#jasmineupcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

section, aside, footer, header, h1, h2, h3, h4, h5, h6, p, span, figure, div, body, html, input, ul, a, img, label {
    margin: 0;
    padding: 0;
}
.forgot-wraper footer.dash-footer {
    position: fixed;
}
.login-pagewrappertop.forgot-passwordtop {
    display: block;
}
.forgot-wraper .forgot-box {
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 20px;
}
.forgot-wraper .forgot-box h3 {
        color: #fff;
        font-size: 35px;
        font-weight: bold;
        font-family: 'Merriweather', serif;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;

 }

.forgot-wraper .outer-field {
    width: 100%;
}
.forgot-wraper input[type=button] {
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
.forgot-wraper .forgot-box input[type="text"] {
    height: 42px;
    width: 100%;
    line-height:42px;
}
.wrapper.forgot-wraper {
    float: none;
    max-width: 480px;
    margin: 0 auto;
}
body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal;
    box-sizing: border-box;
    color: #565656;
}

html, body {
    min-height: 100%;
    height: 100% !important;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #444;
}

.clear {
    clear: both;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.center {
    text-align: center;
}

.mtp5 {
    margin-top: 5px !important;
}

.mtp50 {
    margin-top: 50px !important;
}

.mtp30 {
    margin-top: 30px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.pl60 {
    padding-left: 10% !important;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    display: inline-block;
}

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.wrapper2 {
    float: left;
    width: 100%;
    min-height: 100%;
    background: #f3f3f3;
    position: relative;
}

.top-bar-dash {
    float: left;
    width: 100%;
    height: 65px;
    position: fixed;
    background: url(../images/hd-bg.png) repeat;
    z-index: 999;
    box-shadow: 0 6px 10px -6px #cbcbcb;
    -moz-box-shadow: 0 6px 10px -6px #cbcbcb;
    -webkit-box-shadow: 0 6px 10px -6px #cbcbcb;
    -o-box-shadow: 0 6px 10px -6px #cbcbcb;
    -ms-box-shadow: 0 6px 10px -6px #cbcbcb;
}

    .top-bar-dash img {
        margin: 10px 0 0 0;
    }

.search-bar-top {
    border: 1px solid #c1c1c1;
    float: right;
    height: 34px;
    margin: 14px 1% 0 0;
    width: 310px;
    background: #f3f3f3;
    position: relative;
}

.top_search_txt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 32px;
    width: 269px;
    padding: 0px 5px;
    color: #5c5c5c;
    font-size: 14px;
}

.search_btn {
    background: url(../images/search-icon.png) no-repeat scroll 10px 7px #2AA886;
    border: medium none;
    float: right;
    height: 32px;
    width: 36px;
    cursor: pointer;
}

.dash-content {
    float: left;
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0 0 40px 0;
}

    .dash-content h2 {
        margin: 0;
        padding: 8px 15px;
        background: #2aa886;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

.dash-left {
    float: left;
    width: 285px;
    box-shadow: 0 10px 10px -10px #1e8469 inset;
    min-height: 86%;
    position: fixed;
    left: 0;
    background: #2aa886;
}

.hd_arrow {
    float: right;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin: 6px;
    position: absolute;
    right: 0;
    top: 0;
}

.sign-bar-top {
    float: right;
    height: 50px;
    margin: 14px 2px 0 0;
    position: relative;
    font-size: 13px;
    width: 50px;
    background: #fff;
    left: 5px;
    border: 1px solid #ccc;
    top: -8px;
    overflow: hidden;
    border-radius: 4px;
}

    .sign-bar-top img {
        width: 100%;
        position: absolute;
        overflow: hidden;
    }

.btn-right {
    margin: 0px;
}

    .btn-right input {
        background: #2aa886;
        border: 0;
        padding: 11px 20px;
        border-radius: 30px;
        color: #fff;
        font-size: 16px;
        line-height: 14px;
    }

.slides-bg {
    background: url(../images/slide1.jpg) no-repeat;
    height: 700px;
    width: 100%;
    background-size: cover;
}

.dash-post {
    float: left;
    width: 100%;
    background: #f3f3f3;
    margin: 0 0 10px 0;
}

.pre-search {
    padding: 7px 7px 7px 7px;
    position: relative;
    margin: 0 0 0 10px;
    float: left;
    width: 100%;
}

    .pre-search .top_search_txt {
        background: #f3f3f3;
        border-right: none;
        height: 33px;
        width: 92%;
        padding: 0 3px 0 5px;
        color: #5c5c5c;
        font-size: 14px;
        border: 1px solid #b8b8b8;
        float: left;
    }

    .pre-search .search_btn {
        background: #2AA886 url("../images/search-icon.png") no-repeat scroll 14px 10px #2aa886;
        border: medium none;
        float: left;
        height: 35px;
        width: 36px;
        cursor: pointer;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
    }

.btn-outer {
    width: 100%;
    float: left;
}



/*------- new css 20 april ------*/
.pati-search {
    padding: 0;
    position: relative;
    margin: 0;
    float: left;
    width: 300px;
    border: 1px solid #b8b8b8;
    background: #f3f3f3;
}

div#PatientListPaging {
    border: none;
    text-align: center;
    margin-top: 20px;
}

    div#PatientListPaging a {
        border-radius: 4px;
        padding: 8px 10px;
    }

.pati-search .top_search_txt {
    border-right: none;
    height: 33px;
    width: 87%;
    padding: 0 3px 0 5px;
    color: #5c5c5c;
    font-size: 14px;
    float: left;
    background: none;
    border: none;
}

.pati-search .search_btn {
    background: url("../images/search-icon-gray.png") no-repeat scroll 8px 8px;
    border: medium none;
    float: right;
    height: 35px;
    width: 36px;
    cursor: pointer;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.p-0 {
    padding-left: 0px;
}

.pati-srch-des .patient-top h4 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0px;
    font-weight: 600;
}

.pati-srch-des {
    float: left;
    width: 100%;
    background: #f3f3f3;
    box-shadow: 0 10px 10px -10px #cbcbcb inset;
    padding: 20px 15px 15px;
    font-size: 13px;
}

.pati-search .search_btn {
    color: #fff;
    background: url(../images/search-patienticon.png) no-repeat scroll 8px 8px;
    background-size: 18px 18px;
    background-color: #2aa886;
    border-radius: 0px 4px 4px 0px;
}

.table-outer table.patient-searchtable tr th {
    border-right: 1px solid #fff;
}

.pati-srch-des .patient-top h4.patient-head {
    width: 60%;
    float: left;
    color: #2aa886;
    font-weight: 800;
    line-height: normal;
}

img.patientlist-image {
    background-color: #fff;
    overflow: hidden;
    height: 55px;
    width: 55px;
}

.table-outer .patient-searchtable tr td {
    text-align: center;
}

.pateient-topbottom {
    padding-top: 15px;
    margin-top: 15px;
}

span.patient-editicon {
    background-color: #2aa886;
    color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
}

.pati-search.add-patient-search {
    width: 400px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pati-srch-des h4 {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.DisableContentPage {
    pointer-events: none;
    opacity: 0.4;
}

.pati-srch-des h4 {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

    .pati-srch-des h4 span {
        float: right;
    }

        .pati-srch-des h4 span a {
            margin-left: 5px;
        }

.table-outer {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    box-shadow: 0 2px 3px #ccc;
    -moz-box-shadow: 0 2px 3px #ccc;
    -webkit-box-shadow: 0 2px 3px #ccc;
}

    .table-outer table {
        width: 100%;
        background: #fafafa;
        border: 1px solid #d2d2d2;
    }

        .table-outer table tr th {
            background: #2aa886;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            padding: 7px 14px;
        }

        .table-outer table tr td {
            font-size: 14px;
            font-weight: 400;
            padding: 8px 15px;
            text-align: left;
            border-right: 1px solid #d2d2d2;
            cursor: pointer;
        }

            .table-outer table tr td:last-child {
                border-right: 0 none;
            }

        .table-outer table tr:nth-child(odd) {
            background: #e3f4f0 !important;
        }

.scrh-radio-left {
    width: 150px;
    float: left;
}

    .scrh-radio-left input {
        float: left;
        margin: 0 5px 0 0;
    }

.paginati {
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: none;
    margin: 10px 0 45px 0;
    font-size: 14px;
}

    .paginati ul {
        margin: 0;
    }

        .paginati ul li {
            padding: 8px 15px;
            float: left;
            width: auto;
            border-right: 1px solid #d2d2d2;
        }

            .paginati ul li a {
                color: #3b3b3b !important;
                background: none !important;
                border: none !important;
            }

            .paginati ul li:last-child {
                border-right: none;
            }

            .paginati ul li.select {
                background: #2aa886;
                color: #fff;
            }

                .paginati ul li.select a {
                    color: #fff;
                    cursor: pointer;
                }

            .paginati ul li:hover {
                background: #2aa886;
                color: #fff;
            }

                .paginati ul li:hover a {
                    color: #fff !important;
                }


.dash-footer {
    float: left;
    width: 100%;
    height: auto;
    background: #efefef;
    box-shadow: 3px 0px 10px #b0b0b0;
    -webkit-box-shadow: 3px 0px 10px #b0b0b0;
    -moz-box-shadow: 3px 0px 10px #b0b0b0;
    -ms-box-shadow: 3px 0px 10px #b0b0b0;
    -o-box-shadow: 3px 0px 10px #b0b0b0;
    text-align: center;
    position: fixed;
    z-index: 99;
    bottom: 0;
    padding: 0;
}

    .dash-footer ul {
        margin: 0;
    }

        .dash-footer ul li {
            display: inline-block;
        }

            .dash-footer ul li a {
                font-size: 13px;
                color: #202020;
                line-height: 30px;
                margin: 0px 15px;
                text-transform: capitalize;
            }

                .dash-footer ul li a:hover {
                    text-decoration: underline;
                }

.pre-top-section {
    float: left;
    width: 100%;
}

span.glyphicon.add-patienticon {
    padding-left: 11px;
}

.recharge-head.add-patienthead {
    margin-bottom: 0;
}

.pateient-topbottom .srch-v {
    margin: 8px 0px 20px;
    float: left;
}

.green-btn {
    background: none repeat scroll 0 0 #2aa886;
    border: 0 none;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    padding: 11px 20px;
}

.orng-btn {
    background: none repeat scroll 0 0 #e48a3a;
    border: 0 none;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    padding: 11px 20px;
}

.gray-btn {
    background: none repeat scroll 0 0 #828282;
    border: 0 none;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    padding: 11px 20px;
}

/*------------- Login screen ----------------*/
.wrapper {
    float: left;
    width: 100%;
}

.login-wrapper {
    width: 100%;
    margin: 0px auto;
}

.login-box {
    float: left;
    width: 100%;
    margin: 2% 0 0 0;
    background: rgba(255,255,255,0.6);
    padding: 30px 4%;
    box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    -ms-box-shadow: 0 0 4px #999;
    -o-box-shadow: 0 0 4px #999;
    box-sizing: border-box;
}

.login-inner {
    float: left;
    width: 37%;
    padding: 27px 2.5% 27px 2.5%;
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
    margin: 0 20px 0 0;
    box-sizing: border-box;
}

.login-box h2, .login-box h3 {
    text-align: center;
    font-family: 'jasmineupcregular';
    color: #353535;
    font-weight: 400;
    line-height: 35px;
}

.login-box h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.login-box h3 {
    font-size: 43px;
    line-height: 30px;
    padding: 15px 0 15px 0;
}

.login-logo {
    float: left;
    width: 100%;
    text-align: center;
}

.sign-logo {
    border-bottom: 1px solid #898989;
    width: 255px;
    margin: 0 auto;
    text-align: center;
}

.login-row {
    float: left;
    width: 100%;
    margin: 22px 0px 0 0;
}

.outer-field {
    float: left;
    width: 99%;
    height: 42px;
    border: 1px solid #aeaeae;
    background: #f3f3f3;
}

.left-field-icon {
    float: left;
    width: 42px;
    height: 41px;
    background: #515151;
    text-align: center;
}

    .left-field-icon img {
        margin: 7px 0px 0px 0px;
    }

.login-row input[type="text"], .login-row input[type="password"] {
    color: #7c7c7c;
    float: left;
    border: none;
    width: 84%;
    height: 42px;
    font-size: 14px;
    background: transparent;
    text-indent: 10px;
}

.remember {
    float: left;
    width: 50%;
}

    .remember input[type="checkbox"] {
        float: left;
        margin: 2px 5px 0px 0px;
    }

    .remember label {
        float: left;
        font-size: 13px;
        color: #4f4f4f;
        line-height: 16px;
    }

.forget-pass {
    color: #4f4f4f;
    font-size: 13px;
    text-decoration: underline;
    float: right;
    line-height: 16px;
}

    .forget-pass:hover {
        text-decoration: none;
    }

.login-btn, .sign-up-btn {
    float: left;
    width: auto;
    height: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    box-shadow: 2px 2px 1px #777;
    -webkit-box-shadow: 2px 2px 1px #777;
    -moz-box-shadow: 2px 2px 1px #777;
    -ms-box-shadow: 2px 2px 1px #777;
    -o-box-shadow: 2px 2px 1px #777;
    padding: 0 24px;
    text-transform: uppercase;
}

.login-btn {
    background: #2aa886;
    border: none;
    margin: 0 10px 0 0;
}

    .login-btn:hover {
        background: #2db490;
    }

.sign-up-btn {
    background: #e48a3a;
    border: none;
}

    .sign-up-btn:hover {
        background: #ef913e;
    }

.login-radio {
    font-size: 12px;
    color: #666;
    line-height: 13px;
}

.login-radio-left {
    text-align: left;
    display: none;
}

    .login-radio-left input {
        margin: 2px 4px 0 0 !important;
        float: left;
    }

.login-box-tooltip {
    float: left;
    width: 58%;
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
    position: relative;
    padding: 20px;
    margin: 0 0 0 20px;
    box-sizing: border-box;
}

    .login-box-tooltip p {
        padding: 0 0 13px 0;
        font-size: 13px;
        color: #2b2b2b;
    }

.login-toltip-arrow {
    position: absolute;
    left: -22px;
    height: 42px;
    width: 23px;
    top: 45%;
    z-index: 999;
    background: url(../images/right-tooltip.png) no-repeat;
}

.login-container {
    max-width: 1000px;
    margin: 0px auto;
    z-index: 999;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -301px;
}

#slides {
    position: relative;
    overflow: hidden;
    height: 631px;
}

    #slides img {
        width: 1349px;
    }

.login-footer-wrap {
    float: left;
    width: 100%;
    position: relative;
}

    .login-footer-wrap .footer {
        margin-top: 30px;
    }

.footer {
    float: left;
    width: 100%;
    line-height: 22px;
    font-size: 13px;
    margin: 60px 0 0 0;
    position: fixed;
    bottom: 12px;
}

.copyright {
    float: left;
    color: #202020;
}

ul.footer-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}

    ul.footer-nav li {
        display: inline-block;
    }

        ul.footer-nav li a {
            color: #202020;
            padding: 0px 10px;
            text-transform: capitalize;
        }

            ul.footer-nav li a:hover {
                text-decoration: underline;
            }

/*------ doctor page css -----------*/
.doct-Mainouter {
    float: left;
    width: 100%;
    background: #f3f3f3;
    box-shadow: 0 10px 10px -10px #cbcbcb inset;
    padding: 0;
    font-size: 13px;
    margin: 0 0 0 1px;
}

    .doct-Mainouter h2 {
        margin: 0;
        padding: 8px 15px;
        background: #2aa886;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

.doct-inner {
    padding: 25px 25px;
    float: left;
    width: 100%;
    min-height: 500px;
}

.doctor-list {
    float: left;
    width: 100%;
}

    .doctor-list ul {
        margin: 0;
        padding: 0;
    }

        .doctor-list ul li {
            float: left;
            width: 31.7%;
            margin: 0 25px 25px 0;
            height: 125px;
            border: 1px solid #d9d9d9;
            background: #f3f3f3;
            border-radius: 5px;
            padding: 25px 10px 25px 10px;
        }

            .doctor-list ul li:nth-child(3n) {
                margin-right: 0;
            }

.image-doct-radius {
    width: 75px;
    height: 75px;
    border: 1px solid #2aa886;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

    .image-doct-radius img {
        vertical-align: middle;
    }

.text-doct {
    margin: 10px 0 0 10px;
    padding: 0 0 0 70px
}

    .text-doct p {
        font-size: 18px;
        margin: 0;
        padding: 0;
        line-height: 49px;
    }

        .text-doct p span {
            font-size: 21px;
            padding: 0 0 0 0;
            font-weight: 600;
        }

    .text-doct h5 {
        font-size: 24px;
        margin: 0;
        padding: 0;
    }

.doct-dshbtm {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 15px;
    float: left;
}

    .doct-dshbtm p {
        margin: 0;
        padding: 0 0 10px 0;
    }

.viewPat-top {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px 20px;
    border-radius: 5px;
    background: #fefefe;
    box-shadow: 1px 1px 2px #ccc;
}

.viewPat-top-left {
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

.viewPat-top-right {
    width: 100%;
    padding: 0 0 0 75px;
}

.viewPat-row1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

    .viewPat-row1 h3 {
        font-size: 24px;
        font-weight: 400;
        margin: 0 0 10px 0;
        padding: 0 0 0 15px;
        line-height: 30px;
    }

        .viewPat-row1 h3 span {
            float: right;
            font-size: 18px;
            height: 32px;
            padding: 0;
            line-height: 34px;
            width: 197px;
        }

            .viewPat-row1 h3 span img {
                float: left;
                margin: 0 10px 0 0;
            }

/*.viewPat-row1 h3 span.spnPhone{  background: url("../images/ph-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 19px; height: 32px; line-height: 36px; padding: 0 0 0 39px;}*/

.viewPat-row2 {
    float: left;
    width: 100%;
}

    .viewPat-row2 ul {
        margin: 10px 0 0 0;
        padding: 0 0 0 15px;
    }

        .viewPat-row2 ul li {
            float: left;
            width: 25%;
            font-size: 14px;
        }

            .viewPat-row2 ul li + li {
                text-align: left;
                width: 22%;
            }

                .viewPat-row2 ul li + li + li {
                    text-align: left;
                    width: 25%;
                }

                    .viewPat-row2 ul li + li + li + li {
                        width: 28%;
                    }

.viewpat-bottom {
    float: left;
    width: 100%;
    margin: 15px 0 10px 0;
}

.diagnosisTab-top {
    float: left;
    margin: 0 0 25px;
}

    .diagnosisTab-top span {
        font-size: 24px;
        color: #5d5d5d;
    }

    .diagnosisTab-top .text-btn {
        display: inline;
        text-align: left;
        width: 175px;
        padding: 11px 20px 11px 55px;
        background: #2aa886 url(../images/text-img.png) no-repeat 20px 10px;
        border-radius: 40px;
        border: none;
        font-size: 18px;
        color: #fff;
        margin: 0 10px
    }

    .diagnosisTab-top .camera-btn {
        display: inline;
        text-align: left;
        width: 175px;
        padding: 11px 20px 11px 59px;
        background: #2aa886 url(../images/camera-icon.png) no-repeat 20px 9px;
        border-radius: 40px;
        border: none;
        font-size: 18px;
        color: #fff;
        margin: 0 10px
    }

.diagnosisTab-table {
    float: left;
    width: 100%;
}

    .diagnosisTab-table table {
        width: 100%;
        border: 1px solid #c9c9c9;
        background: #f8f8f8;
        font-size: 14px;
    }

        .diagnosisTab-table table tr th {
            background: #2aa886;
            padding: 5px 10px;
            font-size: 16px;
        }

        .diagnosisTab-table table tr td {
            padding: 10px;
            border-right: 1px solid #c9c9c9;
        }

            .diagnosisTab-table table tr td p {
                margin: 0;
            }

            .diagnosisTab-table table tr td:last-child {
                border-right: 0;
            }

        .diagnosisTab-table table tr:nth-child(odd) {
            background: #eeeeee;
        }

.text-diag {
    float: left;
    width: 49%;
    margin: 0;
    padding: 7px 0 0;
}

.diagnosisTab-table table tr td .rept-img {
    height: 73px;
    overflow: hidden;
    border: 1px solid #fff;
    margin: 0 1px 2px 1px;
}

.search-diagnosisTab {
    float: right;
    height: 34px;
    margin: 9px 0 0 0;
    width: 282px;
    background: #fff;
    position: relative;
    border: 1px solid #ccc
}

.search-diagnosisTab1 {
    float: right;
    height: 34px;
    margin: 9px 0 0 0;
    width: 282px;
    background: #fff;
    position: relative;
    border: 1px solid #ccc
}

.diagnosisTab_search_txt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 34px;
    width: 244px;
    padding: 0px 5px;
    color: #5c5c5c;
    font-size: 14px;
    font-weight: normal;
}

.diagnosisTab-search_btn {
    background: url(../images/search-icon.png) no-repeat scroll 10px 7px #2aa886;
    border: medium none;
    float: right;
    height: 32px;
    width: 36px;
    cursor: pointer;
}

.pati-current {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

    .pati-current h5 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        color: #565656;
    }

.pati-img {
    width: 45px;
    height: 41px;
    float: left
}

.pati-current ul {
    margin: 0;
    padding: 0;
}

    .pati-current ul li {
        margin: 0 10px 0 0;
        float: left;
    }

        .pati-current ul li + li {
            width: 21%;
        }

            .pati-current ul li + li:first-child {
                margin-right: 0;
            }

    .pati-current ul li {
        width: 31%;
        margin: 0 2% 15px 0;
        border: 1px solid #ccc;
        padding: 6px 9px;
        border-radius: 12px;
        box-shadow: 0 1px 2px #ccc;
    }

        .pati-current ul li p {
            margin: 0;
            padding: 8px 0 0 45px;
            font-size: 16px
        }

            .pati-current ul li p img {
                padding: 0 10px 0 0
            }

        .pati-current ul li:last-child {
            margin-right: 0;
        }

.topmenu h3 {
    background: #2c4942;
    font-size: 16px;
    margin: 40px 0 0 0;
    padding: 0;
    color: #fff;
    padding: 10px;
}

.input-dept {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 8px 7px;
    position: relative;
    width: 200px;
}

.input-calendar {
    border: 0 none;
    color: #313131;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    width: 84%;
    background: #f3f3f3;
}

.calendar-btn {
    background: url("../images/calendar-icon.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 23px;
    outline: 0 none;
    position: absolute;
    right: 4px;
    text-indent: -10000px;
    top: 6px;
    width: 27px;
}

.mright10 {
    margin-right: 10px !important;
}

.mright5 {
    margin-right: 5px !important;
}

.diagnosisTab-step {
    width: 60%;
    margin: 10px auto 25px;
    float: left;
    clear: both
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    background: none repeat scroll 0 0 #828282 !important;
    border: 0 none !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 14px !important;
    padding: 11px 20px !important;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.img-load input {
    padding: 5px;
    width: 200px;
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
}

.dept-inputwrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 200px;
}

.mydoct-inner .responsive-tabs__panel {
    padding: 0 !important;
    border-top: 0;
}

.mydoct-table {
    width: 100%;
    float: left;
    overflow-x: auto;
    border: 1px solid #fff;
}

    .mydoct-table table {
        box-shadow: 0px 1px 2px #ccc;
        border: 1px solid #d2d2d2;
        max-width: inherit !important;
        min-width: 800px;
        overflow-x: scroll;
        width: 100% !important;
    }

        .mydoct-table table tr th {
            background: none repeat scroll 0 0 #2aa886;
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            padding: 7px 14px;
            text-align: left;
        }

        .mydoct-table table tr td {
            font-size: 14px;
            font-weight: 400;
            padding: 4px 15px;
            text-align: left;
            border-right: 1px solid #d2d2d2;
            cursor: pointer;
        }

            .mydoct-table table tr td:last-child {
                border-right: 0 none;
            }

        .mydoct-table table tr:nth-child(odd) {
            background: #e3f4f0;
        }

        .mydoct-table table tr td .sign-bar-top {
            text-align: left;
            float: none !important;
        }

.sign-form-row {
    float: left;
    margin: 0;
    width: 100%;
}

.sign-left-field {
    float: left;
    width: 266px;
    font-size: 14px;
}

.sign-left-field1 {
    float: left;
    width: auto;
    font-size: 14px;
}

.sign-right-field {
    float: right;
    width: 266px;
    font-size: 14px;
}

.sign-right-field2 {
    float: right;
    width: 420px;
    font-size: 14px;
}

.sign-right-field p {
    background: none !important;
    color: #333 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important
}

.sign_txt {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 8px 3px;
    position: relative;
    width: 100%;
}

.sign_txt_city {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0 10px 0 0;
    outline: 0 none;
    padding: 8px 7px;
    position: relative;
    width: 48%;
}

.sign_txt_state {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0 0px 0 0;
    outline: 0 none;
    padding: 8px 7px;
    position: relative;
    width: 48%;
}

.sign-inputwrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 65px
}


.add-patinner {
    width: 70% !important;
}

.upload-photo {
    float: left;
    width: 100%;
    margin: 10px 0px 20px 0;
    text-align: center;
    overflow: hidden;
}

.upload_btn {
    width: 113px;
    height: 113px;
    background: url(../images/upload-photo.png);
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

    .upload_btn input {
        cursor: pointer;
        display: block !important;
        width: 113px !important;
        height: 113px !important;
        opacity: 0 !important;
        overflow: hidden !important;
    }

.sign-left-field label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.sign-left-field [type="radio"] {
    margin-left: 10px;
}

.required {
    color: red;
    float: left;
    font-size: 12px;
    position: absolute;
    right: -9px;
    top: 12px;
}

.select-dept {
    border: 0 none;
    color: #929292;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0 5px 0 0;
    outline: 0 none;
    padding: 0;
    position: relative;
    width: 100%;
    background: #f3f3f3;
}

.select-dept-city {
    border: 0 none;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0 5px 0 0;
    outline: 0 none;
    padding: 0;
    position: relative;
    width: 100%;
    background: #f3f3f3;
}

.city-state {
    margin: 0 0 0 0;
    width: 40px;
    padding: 10px 10px 7px 10px;
    position: absolute;
    right: -42px;
    background: #2aa886 url(../images/plus-icon.png) no-repeat center center;
    color: #fff;
    top: 0px;
    border: 0 none
}

.textarea-full {
    height: 100px;
}

.btns-outer {
    margin: 15px 0;
    text-align: center;
    width: 100%;
}

.save-btn {
    background: none repeat scroll 0 0 #2aa886;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    height: 44px;
    min-width: 106px;
    text-align: center;
    margin: 0 5px;
    text-transform: uppercase;
}

.cancel-btn {
    background: none repeat scroll 0 0 #e48a3a;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    height: 44px;
    min-width: 106px;
    text-align: center;
    margin: 0 5px;
    text-transform: uppercase;
}

.dept-tareawrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 57%;
}

.tarea-dept {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 8px 7px;
    position: relative;
    width: 100%;
}

.navbar-nav > li > a:active {
    color: #fff !important;
    background-color: transparent !important;
}

.reg-top h2 {
    margin: 0;
    padding: 8px 15px;
    background: #2aa886;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.reg-inner {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    margin: 0 auto;
}

.reg-box {
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 0 0 25px 0;
    box-shadow: 2px 3px 5px #e1e1e1;
}

    .reg-box h3 {
        font-size: 18px;
        font-weight: 600;
        padding: 8px 20px;
        margin: 0 0 20px 0;
        background: #c9e9e0;
    }

        .reg-box h3 span {
            padding: 0 0 0 5px
        }

.reg-row {
    float: left;
    width: 100%;
    margin: 11px 0 11px 0;
}

.reg-left-side {
    float: left;
    width: 42%;
    margin: 0 8% 0 0;
}

.reg-right-side {
    float: left;
    width: 42%;
    margin: 0 0 0 8%;
}

.reg-right-side1 {
    float: left;
    width: 42%;
    margin: 0 0 0 4%;
}

.reg-row p {
    color: #aa0303;
    font-size: 14px;
    padding: 0 20px;
    margin: 20px 0 0 0;
}

.min-hght65 {
    min-height: 65px;
}

.min-hght47 {
    min-height: 47px;
}

.min-hght127 {
    min-height: 127px;
}

.min-hght88 {
    min-height: 88px;
}

.min-hght75 {
    min-height: 75px;
}

.min-hght15 {
    margin-top: 15px;
}

.min-hght-10 {
    margin-top: -10px;
}

.sign-drpt {
    float: left;
    width: 100%;
}

    .sign-drpt h3 {
        margin-bottom: 0;
        background: #e7e7e7;
    }

.sign-drpt-right h3 { /* border-left:1px solid #9f9f9f;*/
}

.sign-drpt p {
    color: #ae2525;
    background: #e7e7e7;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px 2px 20px;
}

.sign-drpt-left {
    width: 50%;
    float: left;
}

.sign-drpt-right {
    width: 50%;
    float: right;
    font-size: 14px;
}

label {
    font-size: 14px;
    font-weight: 400 !important
}

.drpt-inner {
    margin: 0;
    float: left;
    padding: 20px 16% 20px 0;
}

.drpt-inner1 {
    margin: 0;
    float: left;
    padding: 20px 0 0 16%;
}

.pdtp {
    padding-top: 12px;
}

.bor-left {
    border-left: 1px solid #9f9f9f;
}

.sign-upload {
    float: left;
    height: 155px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 420px;
    display: table-cell;
}

    .sign-upload img {
        text-align: center;
        border: 1px solid #ccc;
    }

.sign-upload1 {
    float: left;
    height: 155px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 266px;
    display: table-cell;
}

    .sign-upload1 img {
        text-align: center;
        border: 1px solid #ccc;
    }


.sign-btn {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.sign-btn1 {
    float: left;
    width: 420px;
    margin: 10px 0 0 0;
    text-align: center;
}

.sign-btn2 {
    float: left;
    width: 100% !important;
    margin: 10px 0 0 0;
    text-align: center;
}

.sign-drpt-right h3 {
    padding: 8px 20px;
}

.text-diagnosisTab {
    display: inline;
}

.doct-srch {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}

.mydoct-inner .mydoct-table table {
    border: none;
}
.navbar-header a.navbar-brand.clsLogin {
    padding: 0 15px;
}
.doct-srch {
    padding: 20px 0px 0 0;
}

.text-srchDoct {
    float: left;
    width: 100px;
}

    .text-srchDoct h5 {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }

.srchDoct-field {
    padding: 0px;
}

.srchinner-field {
    float: left;
    width: 700px;
    margin: 6px 0 0 0;
}

    .srchinner-field .sign-left-field {
        float: left;
        width: 38%;
        margin: 0 20px 0 0;
    }

    .srchinner-field .sign-right-field {
        float: left;
        width: 38%;
        margin: 0;
    }

    .srchinner-field .sign-last-field {
        float: left;
    }

        .srchinner-field .sign-last-field .save-btn {
            background: none repeat scroll 0 0 #2aa886;
            border: medium none;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            font-weight: 700;
            height: 37px;
            min-width: 106px;
            text-align: center;
            margin: 0 5px;
            text-transform: inherit;
        }

.text {
    width: 150px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yesno-text {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    height: 62px;
    overflow: hidden;
}

.drpt-inner1 p {
    margin: 0 !important;
    padding: 0;
}

.sign-inputwrapper input[type="radio"] {
    margin: 0 0 0 10px;
}

.sign-btn .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    background: none repeat scroll 0 0 #2aa886 !important;
    border: 0 none !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 14px !important;
    padding: 11px 20px !important;
}

    .sign-btn .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.sign-btn1 .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    background: none repeat scroll 0 0 #2aa886 !important;
    border: 0 none !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 14px !important;
    padding: 11px 20px !important;
}

    .sign-btn1 .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.input-diag {
    width: 100%;
    display: inline;
}

.mbtm20 {
    margin-bottom: 20px;
}

.mbtm7 {
    margin-bottom: 7px;
}

.daig-btn {
    width: 100%;
    text-align: center;
    float: left;
    margin: 20px 0 0 0;
}

.row {
    margin: 0 !important;
}

.menu-hd {
    background: #2c4942 !important;
    margin-top: 40px
}

    .menu-hd a {
        cursor: auto;
    }

/*------- Sunil css ------- */

.viewPat-row3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

    .viewPat-row3 h3 {
        font-size: 24px;
        font-weight: 400;
        margin: 0 0 5px 0;
        padding: 0 0 0 15px;
        line-height: 30px;
    }

        .viewPat-row3 h3 span.spnPhone {
            float: left;
            font-size: 19px;
            height: 32px;
            padding: 0 0 0 39px;
            line-height: 36px;
            background: url(../images/ph-icon.png) no-repeat center left;
        }

    .viewPat-row3 ul {
        margin: 0;
        padding: 0 0 3px 0;
        float: left;
        width: 100%;
    }

        .viewPat-row3 ul li {
            float: left;
            width: 33%;
            font-size: 14px;
        }

            .viewPat-row3 ul li p {
                margin: 0;
                padding: 9px 0 0 0;
            }

            .viewPat-row3 ul li + li {
                text-align: left;
                width: 44%;
            }

                .viewPat-row3 ul li + li + li {
                    text-align: right;
                    width: 23%;
                }

/*.clsLogin{ padding-top:10px !important;} */

.patientTab .responsive-tabs__panel {
    padding: 25px 0;
}

.No-Padding {
    padding: 0 !important;
}

.bor-left1 {
    border-right: 1px solid #9f9f9f;
}

.mtop-none {
    margin-top: 0 !important;
}

/*---- forgot password css ----*/

.forgot-inner {
    width: 375px;
    clear: both;
    margin: 0 auto;
}

.forgot-box {
    padding: 15px 40px 30px 40px;
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
}

    .forgot-box h2, .forgot-box h3 {
        text-align: center;
        font-family: 'jasmineupcregular';
        color: #353535;
        font-weight: 400;
        line-height: 35px;
        font-size: 48px;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .forgot-box P {
        text-align: center;
    }

    .forgot-box input[type="text"], .forgot-box input[type="password"] {
        padding: 0 10px;
        width: 93%;
    }

.radio-one {
    float: left;
}

.login-radio-left label {
    float: left;
    font-size: 14px;
    margin-right: 11px;
}

.radio-one label {
    float: left;
    font-size: 13px;
}

/*~~~~~~login-10-6~~~~~~~*/

.reg-top h1 {
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    color: 000;
    text-align: center;
    font-size: 48px;
    font-family: "JasmineUPC";
}

.reg-inner-login {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.left-login {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 60%;
    float: left
}

    .left-login img {
        margin: 23px 0 0 16%;
        padding: 0 0 0 0;
        width: 438px;
        height: 418px
    }

.right-login {
    margin: 0;
    padding: 0 0 0 0;
    width: 40%;
    float: right;
}

.information {
    margin: 28px 0 0 0;
    padding: 32px 25px;
    background: #f8f8f8;
    border-radius: 8px;
    float: right;
    width: 80%;
    box-shadow: 2px 3px 4px #bcbcbc
}

.information-listing {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

    .information-listing ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center
    }

        .information-listing ul li {
            margin: 0 5% 0 0;
            padding: 0 0 0 0;
            display: inline
        }

.input-info {
    margin: 22px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    border: 1px solid #aeaeae
}

.username {
    margin: 0 0 0 0;
    padding: 9px 5px;
    float: right;
    width: 85%;
    border: 0 none;
    color: #7c7c7c;
    font-size: 14px;
    background: #f3f3f3
}

.remember-me-listing {
    margin: 25px 0 0 0;
    padding: 0 0 0 0
}

    .remember-me-listing ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center
    }

        .remember-me-listing ul li {
            margin: 0 9% 0 0;
            padding: 0 0 0 0;
            display: inline;
            font-size: 13px;
            color: #2f2f2f
        }

            .remember-me-listing ul li a {
                color: #2f2f2f
            }

            .remember-me-listing ul li:last-child {
                text-decoration: underline
            }

.remember-check {
    margin-right: 5px !important;
}

.login-button {
    margin: 24px 0 0 0;
    padding: 0 0 0 0;
}

.button-login {
    margin: 0 0 0 0;
    padding: 5px 0;
    background: #2aa886;
    color: #fff;
    width: 100%;
    border: 0 none;
    font-size: 24px
}

.account-listing {
    margin: 20px 0 0 0;
    padding: 0 0 0 0
}

    .account-listing ul li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        display: inline;
        font-size: 13px;
        color: #2f2f2f;
        float: left
    }

        .account-listing ul li:first-child a {
            color: #2f2f2f
        }

        .account-listing ul li:last-child {
            text-decoration: underline;
            color: #06418b;
            float: right
        }

    .account-listing li + li a {
        color: #00b1e1
    }

        .account-listing li + li a:hover {
            color: #00b1e1
        }

.sign-drpt h3 label {
    font-size: 18px;
    font-weight: 600;
}

.radio-btn-login {
    margin-right: 5px !important
}

.login-wrap {
    float: left;
    width: 100%;
    min-height: 100%;
    position: relative;
    background: url(../images/bakgd-pat.png) repeat
}

.login-row2 {
    float: left;
    width: 100%;
    margin: 20px 0px;
}


/*~~~~login-10-6 Ends~~~~~*/

/*~~~~~popup~~~~~*/

.popup-div1 {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    padding: 40px 40px;
    width: 465px;
    background: #f9f9f9;
    position: absolute;
    z-index: 9999;
    box-shadow: 0px 0px 10px #b9b9b9
}

    .popup-div1 h3 {
        margin: 0 0 35px 0;
        padding: 0 0 0 0;
        font-size: 16px;
        color: #433e3e;
        text-align: center
    }

.popup-div {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    padding: 40px 70px;
    width: 465px;
    background: #f9f9f9;
    position: absolute;
    z-index: 9999;
    box-shadow: 0px 0px 10px #b9b9b9
}

.popup-heading {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

.popup-div h3 {
    margin: 0 0 35px 0;
    padding: 0 0 0 0;
    font-size: 16px;
    color: #433e3e;
    text-align: center
}

.popup-buttons {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center
}

.popup-ok {
    margin: 0 0 0 0;
    padding: 8px 0;
    background: #2aa886;
    color: #fff;
    font-size: 20px;
    width: 120px;
    border: 0 none
}

.popup-cancel {
    margin: 0 0 0 0;
    padding: 8px 0;
    background: #e58a3b;
    color: #fff;
    font-size: 20px;
    width: 120px;
    border: 0 none
}

.popup-img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 60px;
    float: left
}

.popup-heading2 {
    margin: 0 0 0 0;
    padding: 0 0 0 45px;
}

.popup2-div {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    padding: 40px 30px;
    width: 410px;
    background: #f9f9f9;
    position: absolute;
    z-index: 9999;
    box-shadow: 0px 0px 10px #b9b9b9
}

    .popup2-div h3 {
        margin: 15px 0 0 15px;
        padding: 0 0 0 0;
        font-size: 16px;
        color: #433e3e;
        text-align: left;
        line-height: 20px;
    }


.close-popup {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    top: -15px;
    right: -15px
}

.mydoct-table .tooltip-inner {
    background: #fff !important;
    color: #000 !important;
    box-shadow: 2px 0px 4px #ccc;
}

.mydoct-table .tooltip.bottom .tooltip-arrow {
    border-top-color: #fff !important;
}

.mydoct-table .tooltip.top .tooltip-arrow {
    border-top-color: #fff !important;
}

.mydoct-table .fade.in {
    opacity: 10;
}

.dc-textarea {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.dc-check {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

    .dc-check input {
        float: left;
        margin: 4px 6px 0 0 !important;
    }

    .dc-check label {
        float: left;
        font-size: 14px;
    }

.dc-textarea textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
    min-height: 100px;
}

.prdoct-table table tr td {
    padding: 10px 15px;
}

.gray-boxTop {
    float: left;
    width: 100%;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.alignLeft {
    text-align: left;
}

.gray-boxTopImg {
    width: 108px;
    height: 108px;
    overflow: hidden;
    border: 1px solid #949494;
    float: left;
}

    .gray-boxTopImg img {
        width: 100%;
    }

.gray-boxTopText {
    float: left;
    margin: 0 0 0 10px;
}

    .gray-boxTopText h3 {
        color: 222222;
        font-size: 20px;
        margin: 5px 0 0 0;
        float: left;
        width: 100%
    }

        .gray-boxTopText h3 span {
            font-size: 14px;
            color: 636363;
            width: 100%;
            float: left;
            margin: 5px 0 0 0
        }

    .gray-boxTopText h4 {
        font-size: 14px;
        color: 636363;
        text-transform: uppercase;
        margin: 5px 0 10px 0;
        padding: 0;
    }

    .gray-boxTopText p {
        font-size: 14px;
        color: #104f3e;
        margin: 0;
        padding: 0;
    }

.gray-boxTopRight {
    float: right;
    width: 200px;
}

    .gray-boxTopRight ul {
        margin: 0;
        padding: 0;
    }

        .gray-boxTopRight ul li {
            float: right;
            width: 100%;
        }

            .gray-boxTopRight ul li.phDr {
                background: url(../images/ph-icon.png) no-repeat 0 5px;
                padding: 9px 10px 9px 40px;
                font-size: 18px;
                color: #1f1f1f;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .gray-boxTopRight ul li.phTime {
                background: url(../images/icon15.png) no-repeat;
                padding: 0px 10px 3px 43px;
                font-weight: 700;
                font-size: 14px;
            }

                .gray-boxTopRight ul li.phTime span {
                    float: left;
                    font-weight: normal;
                }


.schdule-table {
    width: 800px;
    float: left;
    overflow-x: auto;
    border: 1px solid #fff;
    border-radius: 10px;
}

    .schdule-table table {
        box-shadow: 0px 1px 2px #ccc;
        border: 1px solid #d2d2d2;
        max-width: inherit !important;
        min-width: 600px;
        overflow-x: scroll;
        width: 100% !important;
    }

        .schdule-table table tr th {
            background: none repeat scroll 0 0 #2aa886;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            padding: 7px 14px;
            text-align: left;
        }

        .schdule-table table tr td {
            font-size: 14px;
            font-weight: 400;
            padding: 8px 15px;
            text-align: left;
            cursor: pointer;
        }

            .schdule-table table tr td:last-child {
                border-right: 0 none;
            }

            .schdule-table table tr td strong {
                text-transform: uppercase;
            }

            .schdule-table table tr td select {
                background: #f3f3f3;
                border: 1px solid #c1c1c1;
                color: #5c5c5c;
                font-family: "Open Sans",sans-serif;
                font-size: 14px;
                margin: 0;
                outline: 0 none;
                padding: 4px 7px;
                position: relative;
                width: 80px;
            }

            .schdule-table table tr td span {
                padding: 0 3px;
            }

        .schdule-table table tr:nth-child(odd) {
            background: #ebebeb !important;
        }

        .schdule-table table tr:last-child {
            overflow: hidden;
        }


.prqst-inner {
    padding: 0px 0 25px 0;
    float: left;
    width: 100%;
    min-height: 500px;
}

.prqst-table {
    width: 100%;
    float: left;
    overflow-x: auto;
    border: 1px solid #fff;
}

    .prqst-table table {
        box-shadow: 0px 1px 2px #ccc;
        max-width: inherit !important;
        min-width: 600px;
        overflow-x: scroll;
        width: 100% !important;
    }

        .prqst-table table tr th {
            background: none repeat scroll 0 0 #2aa886;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            padding: 7px 14px;
            text-align: left;
        }

        .prqst-table table tr td {
            font-size: 14px;
            font-weight: 400;
            padding: 8px 15px;
            text-align: left;
            cursor: pointer;
        }

        .prqst-table table tr td {
            padding: 8px 7px 8px 15px;
            vertical-align: top;
        }

            .prqst-table table tr td + td {
                padding: 8px 15px 8px 7px;
            }

            .prqst-table table tr td:last-child {
                border-right: 0 none;
            }

        .prqst-table table tr:nth-child(even) {
            background: #ededed !important;
        }

        .prqst-table table tr:nth-child(odd) {
            background: #f8f8f8 !important;
        }

.prqst-imgOuter {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
}

.prqst-TextOuter {
}

    .prqst-TextOuter h3 {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 5px 0;
        margin: 0;
    }

        .prqst-TextOuter h3 span {
            float: right;
            font-size: 12px;
            color: #1a6651;
            font-weight: normal;
        }

    .prqst-TextOuter h4 {
        font-size: 12px;
        color: #1a6651;
        font-weight: normal;
        padding: 2px 0;
        margin: 0;
    }

/*.ailment-list{  float:left; width:100%;  box-sizing:border-box;  padding:0 10px 0 0;}

.ailment-list ul{ margin:0;  padding:0;}

.ailment-list ul li{padding:2px 4px 2px 2px; border-radius:20px; float:left; background:#2aa886; margin:5px; color:#fff;line-height: 16px;}


.ailment-list ul li:first-child{ margin-left:0;}

.ailment-list ul li+li{ background:#e48a3a;}

.ailment-list ul li+li+li{ background:#515151;}

.ailment-list ul li span{ float:left;}

.ailment-list ul li p{ float: left;  font-size: 15px;  line-height: 27px;  padding: 0 10px;}*/
.ailment-list {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

    .ailment-list ul {
        margin: 0;
        padding: 0;
    }

        .ailment-list ul li {
            padding: 2px 4px 2px 2px;
            border-radius: 20px;
            float: left;
            background: #2aa886;
            margin: 5px;
            color: #fff;
            line-height: 16px;
        }

            .ailment-list ul li:first-child {
                margin-left: 0;
            }

            .ailment-list ul li + li {
                background: #e48a3a;
            }

                .ailment-list ul li + li + li {
                    background: #515151;
                }

            .ailment-list ul li span {
                float: left;
            }

            .ailment-list ul li p {
                float: left;
                font-size: 15px;
                line-height: 27px;
                padding: 0 10px;
                margin: 0;
            }

.prqst-TextOuter p {
    margin: 0;
    padding: 2px;
}

.ailment-list ul li a {
    color: #fff;
}

.prqst-TextOuter p {
    margin: 0;
    padding: 2px;
}

.patbtns-outer {
    margin: 15px 0;
    width: 100%;
}

.graybgTd {
    background: #d2d2d2;
    font-weight: 600 !important;
    padding: 7px 14px !important
}


.pnoti-table {
    width: 750px !important;
    float: left;
    overflow-x: auto;
    box-shadow: 1px 0px 3px #ccc;
}

    .pnoti-table table {
        box-shadow: 0px 1px 2px #ccc;
        max-width: inherit !important;
        min-width: 400px;
        overflow-x: scroll;
        width: 100% !important;
    }

        .pnoti-table table tr th {
            background: none repeat scroll 0 0 #2aa886;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            padding: 7px 14px;
            text-align: left;
        }

        .pnoti-table table tr td {
            font-size: 14px;
            font-weight: 400;
            padding: 8px 15px;
            text-align: left;
        }

.pnoti-table1 table tr td:first-child {
    padding: 8px 5px 8px 9px;
    vertical-align: top !important;
}

.pnoti-table1 table tr td + td {
    padding: 8px 15px 5px 7px;
    vertical-align: middle;
}

.pnoti-table table tr td {
    padding: 8px 5px 8px 9px;
    vertical-align: middle;
}

    .pnoti-table table tr td + td {
        padding: 8px 15px 5px 7px;
    }

    .pnoti-table table tr td:last-child {
        border-right: 0 none;
    }

.pnoti-table table tr:nth-child(even) {
    background: #ededed !important;
}

.pnoti-imgOuter {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
}

.pnoti-TextOuter p {
    margin: 0;
    padding: 2px;
    line-height: 40px;
}

    .pnoti-TextOuter p span {
        float: right;
    }


.pmsg-table {
    width: 100%;
    float: left;
    overflow-x: auto;
}

    .pmsg-table table {
        box-shadow: 0px 1px 2px #ccc;
        max-width: inherit !important;
        min-width: 600px;
        overflow-x: scroll;
        width: 100% !important;
    }

        .pmsg-table table tr {
            background: none !important;
        }

        .pmsg-table table tbody {
            background: none;
        }

        .pmsg-table table tr td {
            font-size: 14px;
            font-weight: 400;
            padding: 8px 15px;
            text-align: left;
            cursor: pointer;
        }

        .pmsg-table table tr td {
            padding: 8px 5px 8px 9px;
            vertical-align: middle;
        }

            .pmsg-table table tr td + td {
                padding: 8px 15px 5px 7px;
            }

            .pmsg-table table tr td:last-child {
                border-right: 0 none;
            }


.pmsg1-TextOuter h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 5px 0;
    margin: 0;
}

    .pmsg1-TextOuter h3 span {
        font-size: 12px;
        color: #1a6651;
        font-weight: normal;
    }

.pmsg1-TextOuter h4 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 2px;
    margin: 0;
}

    .pmsg1-TextOuter h4 span {
        font-size: 12px;
        color: #1a6651;
        font-weight: normal;
        margin: 0;
    }

.pmsg1-TextOuter p {
    margin: 0;
    padding: 2px;
}

    .pmsg1-TextOuter p span {
        float: right;
    }



.papoint-table {
    width: 100%;
    float: left;
    overflow-x: auto;
    border: 1px solid #fff;
}

    .papoint-table table {
        box-shadow: 0px 1px 2px #ccc;
        max-width: inherit !important;
        min-width: 650px;
        overflow-x: scroll;
        width: 100% !important;
    }

        .papoint-table table tr th {
            background: none repeat scroll 0 0 #2aa886;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            padding: 7px 14px;
            text-align: left;
        }

        .papoint-table table tr td {
            font-size: 14px;
            font-weight: 400;
            padding: 8px 15px;
            text-align: left;
            cursor: pointer;
        }

        .papoint-table table tr td {
            padding: 8px 7px 8px 15px;
            vertical-align: top;
        }

            .papoint-table table tr td + td {
                padding: 8px 15px 8px 7px;
            }

            .papoint-table table tr td:last-child {
                border-right: 0 none;
            }

        .papoint-table table tr:nth-child(even) {
            background: #ededed !important;
        }

.papoint-TextOuter h3 {
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 5px 0;
    margin: 0;
}

    .papoint-TextOuter h3 span {
        font-size: 12px;
        color: #1a6651;
        font-weight: normal;
    }

.papoint-TextOuter h4 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 2px;
    margin: 0;
}

    .papoint-TextOuter h4 span {
        font-size: 12px;
        color: #1a6651;
        font-weight: normal;
        margin: 0;
    }

.papoint-TextOuter p {
    margin: 0;
    padding: 2px;
}

    .papoint-TextOuter p span {
        float: right;
    }

.app-text1 {
    color: #696969 !important;
    font-size: 14px !important;
}

.fr {
    float: right;
}

.linehght50 {
    line-height: 50px;
}



.preply-inner {
    padding: 0px 0 25px 10px;
    float: left;
    width: 100%;
    min-height: 500px;
}

.preply-table-outer {
    border: 1px solid #ccc;
    margin: 20px 0 0 10px;
    width: 88%;
    float: left;
}

.preply-table {
    float: left;
    overflow-x: auto;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

    .preply-table table {
        max-width: inherit !important;
        min-width: 600px;
        overflow-x: scroll;
        width: 100% !important;
    }

        .preply-table table tbody {
            background: none;
        }

        .preply-table table tr {
            background: none !important;
        }

.preply-imgOuter {
    width: 33px;
    height: 33px;
    overflow: hidden;
    float: left;
}

.preply-TextOuter {
    border: 1px solid #a1a1a1;
    padding: 10px;
    border-radius: 13px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}

    .preply-TextOuter h3 {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 5px 0;
        margin: 0;
    }

        .preply-TextOuter h3 span {
            font-size: 12px;
            color: #1a6651;
            font-weight: normal;
        }

    .preply-TextOuter h4 {
        font-size: 12px;
        color: #1a6651;
        font-weight: normal;
        padding: 2px 0;
        margin: 0;
    }

    .preply-TextOuter p {
        margin: 0;
        padding: 2px;
    }

        .preply-TextOuter p span {
            float: right;
        }

.textNm {
    font-size: 13px !important;
    color: #333 !important;
}

.preply-leftWhiteArrow {
    position: absolute;
    width: 10px;
    height: 16px;
    background: url(../images/left-arrow-white.png) no-repeat 0 0;
    top: 10px;
    left: -10px
}

.preply-leftGrayArrow {
    position: absolute;
    width: 10px;
    height: 16px;
    background: url(../images/left-arrow-gray.png) no-repeat 0 0;
    top: 10px;
    left: -10px
}

.lightColorGray {
    background: #ebebeb;
}

.preply-btm {
    float: left;
    width: 100%;
    background: #d9d9d9;
    padding: 20px;
    box-sizing: border-box;
    min-height: 151px;
}

    .preply-btm textarea {
        border: 1px solid #ccc;
        min-height: 80px;
        width: 100%;
    }



.preply1-inner {
    padding: 0px 0 25px 10px;
    float: left;
    width: 100%;
    min-height: 500px;
}

.preply1-table-outer {
    border: 1px solid #ccc;
    margin: 10px 0 0 10px;
    width: 60%;
    float: left;
}

.preply1-table {
    float: left;
    overflow-x: auto;
    width: 100% !important;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 60px;
}

    .preply1-table table {
        max-width: inherit !important;
        min-width: 600px;
        overflow-x: scroll;
        width: 100% !important;
    }

        .preply1-table table tbody {
            background: none;
        }

        .preply1-table table tr:nth-child(odd) {
            background: #f3f3f3;
        }

        .preply1-table table tr:nth-child(even) {
            background: #ebebeb;
        }

        .preply1-table table tr td {
            padding: 10px 0 10px 10px;
        }

            .preply1-table table tr td + td {
                padding: 10px 10px 10px 0px;
            }

.preply1-imgOuter {
    width: 33px;
    height: 33px;
    overflow: hidden;
    float: left;
}

.preply1-TextOuter {
    position: relative;
    margin-bottom: 10px;
}

    .preply1-TextOuter h3 {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 5px 0;
        margin: 0;
    }

        .preply1-TextOuter h3 span {
            font-size: 12px;
            color: #1a6651;
            font-weight: normal;
        }

    .preply1-TextOuter h4 {
        font-size: 12px;
        color: #1a6651;
        font-weight: normal;
        padding: 2px 0;
        margin: 0;
    }

    .preply1-TextOuter p {
        margin: 0;
        padding: 2px;
    }

        .preply1-TextOuter p span {
            float: right;
        }

.preply1-btm {
    float: left;
    width: 100%;
    background: #d9d9d9;
    padding: 10px;
    box-sizing: border-box;
}

    .preply1-btm textarea {
        border: 1px solid #ccc;
        height: 40px;
        width: 100%;
        padding: 10px;
    }

.btns-outer1 {
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
}

.bubble {
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #fff;
    float: right;
    margin: 5px 10px 0 0;
    padding: 6px 2px;
    line-height: 10px;
    height: 25px;
    width: 25px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 3px;
    color: #229576;
}

.bapp-middle {
    float: left;
    width: 100%;
}

    .bapp-middle ul {
        margin: 0;
        padding: 0;
    }

        .bapp-middle ul li {
            margin: 0 10px 0 0;
            float: left;
        }

            .bapp-middle ul li + li {
                width: 200px;
            }

            .bapp-middle ul li:last-child {
                margin-right: 0;
            }

.bapp-outer {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}

    .bapp-outer h2 {
        background: #2aa886;
        color: #fff;
    }

.bapp-list {
    float: left;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
}

    .bapp-list ul {
        float: left;
        width: 100%;
    }

        .bapp-list ul li {
            background: #cde5de;
            float: left;
            padding: 7px 0;
            margin: 3px;
            border-radius: 5px;
            text-align: center;
            min-width: 93px;
            font-size: 14px;
            color: #04684d;
        }

            .bapp-list ul li.bgOrang {
                background: #e58a3b;
                color: #fff;
            }

            .bapp-list ul li.bgGray {
                background: #e0e0e0;
                color: #949494;
                text-decoration: line-through;
            }

.input-apoin {
    display: inline;
    width: 100%;
}

.input-calendarApp {
    border: 0 none;
    color: #313131;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    width: 84%;
    background: #f3f3f3;
}

.input-deptApp {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 9px 7px;
    position: relative;
    width: 200px;
}

.calendarApp-btn {
    background: url("../images/calendar-icon.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 23px;
    outline: 0 none;
    position: absolute;
    right: 4px;
    text-indent: -10000px;
    top: 7px;
    width: 27px;
}

.Minheight53 {
    min-height: 53px !important;
}

.bapp-left-field {
    float: left;
    width: 266px;
    font-size: 14px;
}

.popup-bookApp {
    width: 450px;
    position: absolute;
    left: 50%;
    top: 25%;
    background: #f9f9f9;
    margin: 0 0 0 -225px;
}

    .popup-bookApp .popup-heading {
        background: #e7e7e7;
    }

        .popup-bookApp .popup-heading h3 {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            color: #5b5b5b;
            padding: 15px 0;
        }

.popup-bookAppInner {
    padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.popup-bookAppTop {
    float: left;
    width: 100%;
    margin: 0;
}

.popup-bkAppInner-left {
    float: left;
}

    .popup-bkAppInner-left h3 {
        font-size: 20px;
        font-weight: normal;
        margin: 0;
        padding: 0 0 5px 0;
    }

    .popup-bkAppInner-left p {
        margin: 0;
        padding: 0 0 5px 0;
        font-size: 14px;
    }

    .popup-bkAppInner-left h4 {
        margin: 0;
        padding: 0 0 5px 0;
        font-size: 14px;
        text-transform: uppercase;
    }

.popup-bkAppInner-right {
    float: right;
    width: 45%;
}

.bapp-row {
    float: left;
    width: 100%;
    margin: 0 0px 15px 0;
}

.bapp-field {
    float: left;
    width: 99%;
    height: 50px;
    border: 1px solid #aeaeae;
    background: #ebebeb;
    border-radius: 3px;
}

.bapp-field-icon {
    float: left;
    width: 42px;
    height: 50px;
    text-align: center;
}

    .bapp-field-icon img {
        margin: 10px 0px 0px 0px;
    }

.bapp-row input[type="text"] {
    color: #000;
    float: left;
    border: none;
    width: 74%;
    height: 50px;
    font-size: 16px;
    background: transparent;
    padding: 0 10px 0 0;
    font-weight: bold;
}

.RqstApp-inner {
    padding: 0px 0 25px 10px;
    float: left;
    width: 76%;
    min-height: 500px;
}

.RqstApp-table-outer {
    margin: 0;
    width: 100%;
    float: left;
    box-sizing: border-box
}

    .RqstApp-table-outer p {
        margin: 0;
        padding: 0 0 10px 0;
    }

.RqstApp-tableBtns {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

.tableBtns-left {
    float: left;
    width: 400px;
}

.RqstApp-tableBtns input[type="text"] {
    color: #000;
    float: left;
    border: none;
    width: 74%;
    height: 50px;
    font-size: 16px;
    background: transparent;
    padding: 0 10px 0 0;
    font-weight: bold;
}

.tableBtns-left ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .tableBtns-left ul li {
        float: left;
        width: 48%;
        margin: 0 10px 10px 0;
    }

        .tableBtns-left ul li:nth-child(2n) {
            margin-right: 0;
        }

.RqstApp-table {
    width: 100%;
    float: left;
}

    .RqstApp-table table {
        max-width: inherit !important;
        width: 100% !important;
    }

        .RqstApp-table table tr {
            background: none !important;
        }

        .RqstApp-table table tbody {
            background: none;
        }

        .RqstApp-table table tr td {
            font-size: 14px;
            font-weight: 400;
            padding: 8px 15px;
            text-align: left;
            cursor: pointer;
        }

        .RqstApp-table table tr td {
            padding: 8px 5px 8px 9px;
            vertical-align: middle;
        }

            .RqstApp-table table tr td + td {
                padding: 8px 15px 5px 7px;
            }

            .RqstApp-table table tr td:last-child {
                border-right: 0 none;
            }

.RqstApp-box {
    float: left;
    width: 99%;
    padding: 10px 10px;
    border: 1px solid #aeaeae;
    background: #ebebeb;
    border-radius: 3px;
}

    .RqstApp-box h3 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        font-weight: 700;
    }

    .RqstApp-box p {
        font-size: 16px;
        margin: 0;
        font-weight: normal;
        padding: 0;
    }

.RqstApp-textarea {
    float: left;
    width: 100%;
}

    .RqstApp-textarea textarea {
        border: 1px solid #ccc;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        background: #f3f3f3;
        height: 100px;
        font-size: 14px;
        border-radius: 4px;
    }

.mt20 {
    margin-top: 20px;
}

.tableBtns-appt {
    float: left;
    width: 400px;
    margin: 7px 0;
}

    .tableBtns-appt ul {
        margin: 0;
        padding: 0;
    }

        .tableBtns-appt ul li {
            float: left;
            width: 50%;
        }

            .tableBtns-appt ul li .cln-icon {
                margin: 0 0 0 0;
                padding: 0;
                float: left;
            }

            .tableBtns-appt ul li h3 {
                margin: 0;
                padding: 0 0 0 35px;
                font-size: 16px;
                color: #433e3e;
                text-align: left;
                line-height: 27px;
                font-weight: 700;
                color: #4b4a4a;
            }

            .tableBtns-appt ul li .date-icon {
                margin: 0 0 0 0;
                padding: 0;
                float: left;
            }

.pat-inner {
    padding: 15px;
}




.tableBtns-send {
    float: left;
    width: 100%;
    margin: 7px 0 0 0;
}

    .tableBtns-send ul {
        margin: 0;
        padding: 0;
    }

        .tableBtns-send ul li:first-child {
            background: none;
        }

        .tableBtns-send ul li {
            float: left;
            width: 30%;
            margin: 0 0 7px 0;
            background: url(../images/line-bg.png) no-repeat 0px 3px;
        }

            .tableBtns-send ul li + li {
                width: 30%;
            }

            .tableBtns-send ul li:last-child {
                width: 34%;
            }

            .tableBtns-send ul li .cln-icon {
                margin: 0 0 0 0;
                padding: 0;
                float: left;
            }

            .tableBtns-send ul li h3 {
                margin: 0;
                padding: 0 0 0 35px;
                font-size: 14px;
                color: #433e3e;
                text-align: left;
                line-height: 27px;
                font-weight: 700;
                color: #4b4a4a;
            }

            .tableBtns-send ul li .date-icon {
                margin: 0 0 0 17px;
                padding: 0;
                float: left;
                width: 34px;
            }


.send-table1 {
    width: 750px !important;
}















/*------------- 30-june-2015 ----------------*/

.open-by-default-example {
    float: left;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #ccc;
}

    .open-by-default-example h3 {
        margin: 0;
        background-color: #777;
        float: left;
        width: 100%;
        margin: 0 0 3px 0;
    }

        .open-by-default-example h3 a {
            background: url(../images/sprite.png) 6px -39px no-repeat;
            display: block;
            padding: 10px;
            padding-left: 32px;
            margin: 0;
            color: #fff;
            text-decoration: none;
            font-weight: normal;
            border-bottom: 1px solid #3c3c3c;
            font-size: 16px;
        }

            .open-by-default-example h3 a span {
                float: right;
            }

        .open-by-default-example h3:hover {
            background: #555;
        }

        .open-by-default-example h3.open {
            background: #555;
        }

            .open-by-default-example h3.open a {
                background-position: 6px 8px;
                �
            }

        .open-by-default-example h3 + div {
            padding: 0 5px 5px 5px;
            float: left;
            width: 100%;
        }

    .open-by-default-example h2 + div,
    .example {
        background: #fff;
        overflow: hidden;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin-bottom: 20px;
    }


.tableBtns-ruqst {
    float: left;
    width: 100%;
    margin: 7px 0;
}

    .tableBtns-ruqst ul {
        margin: 0;
        padding: 0;
    }

        .tableBtns-ruqst ul li {
            float: left;
            width: 30%;
        }

            .tableBtns-ruqst ul li:last-child {
                width: 40%;
            }

            .tableBtns-ruqst ul li .cln-icon {
                margin: 0 0 0 0;
                padding: 0;
                float: left;
            }

            .tableBtns-ruqst ul li h3 {
                margin: 0;
                padding: 0 0 0 35px;
                font-size: 16px;
                color: #433e3e;
                text-align: left;
                line-height: 27px;
                font-weight: 700;
                color: #4b4a4a;
            }

            .tableBtns-ruqst ul li .date-icon {
                margin: 0 0 0 0;
                padding: 0;
                float: left;
            }

.sign-boxFirst {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 15px;
    position: relative;
    margin: 0 0 20px 0;
}

/*----------------- 3-july-2015 -----*/

.doct-profileIn {
    float: left;
    width: 70%;
    margin: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 1px #ccc;
}

.doct-profileInTop {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.doct-profileInTopImg {
    width: 108px;
    height: 108px;
    overflow: hidden;
    float: left;
}

    .doct-profileInTopImg img {
        width: 100%;
    }

.doct-profileInTopText {
    float: left;
    margin: 0 0 0 10px;
}

    .doct-profileInTopText h3 {
        color: 222222;
        font-size: 20px;
        margin: 5px 0 0 0;
        float: left;
        width: 100%
    }

        .doct-profileInTopText h3 span {
            font-size: 14px;
            color: 636363;
            width: 100%;
            float: left;
            margin: 5px 0 0 0
        }

    .doct-profileInTopText h4 {
        font-size: 14px;
        color: 636363;
        text-transform: uppercase;
        margin: 5px 0 10px 0;
        padding: 0;
        line-height: 20px;
    }

    .doct-profileInTopText p {
        font-size: 14px;
        color: #104f3e;
        margin: 0;
        padding: 0;
    }

.doct-profileInTopRight {
    float: right;
    width: 200px;
}

    .doct-profileInTopRight ul {
        margin: 0;
        padding: 0;
    }

        .doct-profileInTopRight ul li {
            float: right;
            width: 100%;
        }

            .doct-profileInTopRight ul li.phDr {
                background: url(../images/ph-icon.png) no-repeat 0 5px;
                padding: 9px 10px 9px 40px;
                font-size: 18px;
                color: #1f1f1f;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .doct-profileInTopRight ul li.phTime {
                background: url(../images/icon15.png) no-repeat;
                padding: 0px 10px 3px 43px;
                font-weight: 700;
                font-size: 14px;
            }

                .doct-profileInTopRight ul li.phTime span {
                    float: left;
                    font-weight: normal;
                }

.profileInTop-btn {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    background: none repeat scroll 0 0 #2aa886 !important;
    border: 0 none !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 14px !important;
    padding: 11px 15px !important;
}

.doct-profileIn h1 {
    background: #2aa886;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.DprofileIn-Btm {
    float: left;
    width: 100%;
    padding: 20px;
}

.DprofileIn-list {
    float: left;
    width: 100%;
}

    .DprofileIn-list ul {
        margin: 0;
        padding: 0;
    }

        .DprofileIn-list ul li {
            font-size: 16px;
            float: left;
            width: 50%;
        }

            .DprofileIn-list ul li:last-child {
                text-align: right;
                float: right;
            }

.DprofileIn-loc {
    float: left;
    width: 96%;
    margin: 0px 15px 20px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}

    .DprofileIn-loc h2 {
        background: #2aa886;
        color: #fff;
        padding: 10px;
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.DprofileIn-locIn {
    float: left;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box
}

.doct-profileEdit {
    float: left;
    width: 70%;
    margin: 15px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 2px 1px #ccc;
}

    .doct-profileEdit h3 {
        background: #2aa886;
        color: #fff;
        padding: 10px;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }

.profileEdit-row {
    margin: 20px 0;
}

.profileEdit-First {
    border: 1px solid #ccc;
    float: left;
    width: 86%;
    padding: 15px;
    position: relative;
    margin: 20px 7% 0 7%;
}

.btns-outerEdit {
    margin: 15px 0;
    text-align: center;
    width: 70%;
    float: left;
}

.edit-icnPro {
    float: right;
    font-size: 16px;
}

.doct-editouter h2 {
    height: 44px;
    line-height: 28px;
}

/*------------------- Calendar popup ---------------*/

.popup-cland {
    width: 390px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -195px;
}

    .popup-cland h3 {
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        margin: 0 0 10px 0;
    }

.avatime {
    border: 1px solid #959595;
    border-radius: 6px;
    float: left;
    width: 100%;
}

    .avatime h2 {
        background: #2aa886;
        color: #fff;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 10px;
        margin: 0;
        font-weight: 700;
        font-size: 16px;
    }

.avatimeInner {
    float: left;
    width: 100%;
    padding: 10px 10px 12px 10px;
}

.avatimeInnerL {
    float: left;
    width: 47%;
}

.avatimeInnerR {
    float: right;
    width: 47%;
}

.avatime-inputwrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 45px
}

    .avatime-inputwrapper label {
        font-size: 14px;
        color: #1c1c1c;
    }

.LocInner {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.ReInner {
    float: left;
    width: 100%;
    padding: 5px 0 13px 0;
}

    .ReInner input[type="checkbox"] {
        float: left;
        margin: 0 5px 0 0;
    }

    .ReInner label {
        float: left;
        margin: 0;
        line-height: 14px;
        font-size: 14px;
    }

.DiffLoc {
    border: 1px solid #959595;
    border-radius: 6px;
    float: left;
    width: 100%;
}

    .DiffLoc h2 {
        padding: 10px;
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px solid #959595;
    }

        .DiffLoc h2 input[type="checkbox"] {
            float: left;
            margin: 0 5px 0 0;
        }

        .DiffLoc h2 label {
            float: left;
            margin: 0;
            line-height: 14px;
            font-size: 14px;
        }

.DiffLocInner {
    float: left;
    width: 100%;
    padding: 10px;
}

    .DiffLocInner ul {
        margin: 0;
        padding: 0;
    }

        .DiffLocInner ul li {
            float: left;
            width: 100%;
            margin: 0 0 10px 0;
        }

            .DiffLocInner ul li:last-child {
                margin-bottom: 0;
            }

            .DiffLocInner ul li label {
                float: left;
                margin: 13px 10px 0 4px;
                line-height: 14px;
                font-size: 14px;
                width: 10px;
            }

            .DiffLocInner ul li input[type="checkbox"] {
                float: left;
                margin: 12px 5px 12px 0;
            }

            .DiffLocInner ul li .select-diff {
                width: 275px;
            }

.EndDate-Sct {
    float: left;
    width: 100%;
    margin: 15px 0 10px 0
}

.EndDate-inputwrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 150px;
    min-height: 45px
}

.EndDate-Sct label {
    margin: 0 0 3px 0;
    line-height: 14px;
    font-size: 14px;
}

.DiffLocInner1 {
    float: left;
    width: 100%;
    padding: 10px;
}

.DiffLocInner1 {
    float: left;
    width: 100%;
    padding: 10px;
}

    .DiffLocInner1 ul {
        float: left;
        width: 100%;
    }

        .DiffLocInner1 ul li {
            float: left;
            margin: 0 5px 0 0;
            width: 35px;
        }

            .DiffLocInner1 ul li:first-child {
                border-right: 1px solid #959595;
            }

            .DiffLocInner1 ul li label {
                line-height: 14px;
                font-size: 14px;
                width: 100%;
                text-align: center;
                margin: 0 0 5px 0;
            }

            .DiffLocInner1 ul li input[type="checkbox"] {
                margin: 0;
                width: 100%;
                text-align: center;
            }

.PopList {
    float: left;
    width: 100%;
}

.Poplist-Outer {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 230px !important;
}

    .Poplist-Outer .popup-heading {
        background: #e7e7e7;
    }

        .Poplist-Outer .popup-heading h3 {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            color: #5b5b5b;
            padding: 15px 0;
        }

.PopList li {
    float: left;
    width: 100%;
    padding: 3px 15px;
    color: #ccc;
}

    .PopList li a {
        color: #5b5b5b;
        display: block;
    }



.popup-avaNew {
    width: 390px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 20%;
    margin: 0 0 0 -195px;
}

    .popup-avaNew h3 {
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        margin: 0 0 10px 0;
    }

.avaNew {
    float: left;
    width: 100%;
}

.avaNewInner {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
}

.avaNew-inputwrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 45px
}

    .avaNew-inputwrapper label {
        font-size: 14px;
        color: #1c1c1c;
    }

.avaNewTextarea {
    float: left;
    margin: 0;
    width: 100%;
}

    .avaNewTextarea label {
        font-size: 14px;
        color: #1c1c1c;
        float: left;
        width: 100%;
    }

    .avaNewTextarea textarea {
        width: 100%;
        border: 1px solid #c1c1c1;
        background: #f3f3f3;
        min-height: 70px;
        padding: 5px;
        font-size: 14px;
    }





.login-wrap {
    float: left;
    width: 100%;
    min-height: 100%;
    position: relative;
}

.landing-outer {
    float: left;
    width: 100%;
}

.landing-inner {
    float: left;
    position: relative;
    left: 0;
    padding: 0 0 15px 0
}

    .landing-inner h2 {
        background: inherit;
        color: #565656;
        font-size: 32px;
        padding-bottom: 8px;
        font-weight: normal;
    }

.landing-center span {
    float: left;
    padding: 10px;
    color: #5f5f5f;
    font-size: 18px;
}

.orng-bg input {
    background: #e58a3b;
}

.landing_txt {
    background: #fff;
    border: 1px solid #ccc;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 11px 7px;
    position: relative;
    width: 100%;
}

.video-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
}

    .video-wrapper video {
        top: 0;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        right: 0;
        width: auto;
        position: absolute;
    }

.landing-bar-top {
    border: 1px solid #c1c1c1;
    float: left;
    height: 38px;
    margin: 0px;
    width: 250px;
    background: #fff;
    position: relative;
}

.landing_search_txt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 38px;
    width: 212px;
    padding: 0px 5px;
    color: #5c5c5c;
    font-size: 14px;
}

.landing_btn {
    background: url(../images/search-icon.png) no-repeat scroll 10px 8px #2AA886;
    border: medium none;
    float: right;
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.landing-inputwrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 40px
}

.landing-btm {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.text-land {
    position: relative;
    width: 100%;
    top: 0px;
    float: left;
}

    .text-land h3 {
        text-align: center;
        font-size: 20px;
        margin: 0;
        font-weight: 700;
        color: #fff;
        text-shadow: 2px 2px 2px #000;
    }

        .text-land h3:after {
            background: url(../images/line-landing.png) repeat-x;
            content: "";
            position: absolute;
            left: 0;
            width: 47%;
            top: 50%;
            height: 4px;
            float: left;
        }

        .text-land h3:before {
            background: url(../images/line-landing.png) repeat-x;
            content: "";
            position: absolute;
            right: 0;
            width: 47%;
            top: 50%;
            height: 4px;
            float: right;
        }

.landing-btm input[type="button"] {
    background: url(../images/cln-red.png) no-repeat 12px 3px, url(../images/pattren-btn.png) repeat;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 17px auto;
    border-radius: 10px;
    color: #090909;
    border: none;
    box-shadow: 1px 2px 3px #889595;
    padding: 14px 28px 14px 55px;
}

.app-land {
    position: fixed;
    z-index: 99;
    right: 0px;
    bottom: 23px;
    background: url(../images/app.png) no-repeat;
    width: 264px;
    height: 315px;
}

    .app-land h3 {
        position: absolute;
        top: 10px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        right: 30px;
    }

        .app-land h3 span {
            margin: 0 0 0 5px;
        }

    .app-land a {
        color: #fff;
    }

        .app-land a:hover {
            color: #fff;
        }

.app-inner {
    top: 190px;
    left: 26px;
    position: absolute;
    width: 203px;
}

.Appmb-inputwrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 50px
}

.Appmb-left-field {
    float: left;
    width: 208px;
    font-size: 14px;
}

.app-inner input[type="submit"] {
    background: #e48a3a;
    font-size: 17px;
    font-weight: 600;
    width: 168px;
    color: #fff;
    border: none;
    padding: 5px;
    margin: 10px 20px 0 20px;
    border-radius: 20px;
}

.new-landing {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

.new-landing1 {
    position: relative;
    z-index: 5;
    left: 50%;
    margin-left: -407px;
    width: 875px;
    top: 50%;
}

.schland-outer {
    width: 764px;
    margin: 0 auto;
}

.schland-center {
    float: left;
    width: 100%;
    padding: 15px 15px 9px 15px;
}

    .schland-center span {
        float: left;
        padding: 10px;
        font-weight: 600;
    }

.schland-inner {
    float: left;
    margin: 0 0 20px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url(../images/bakgd-pat.png) repeat;
    width: 100%;
}



.info-green {
    float: left;
}

    .info-green img {
        padding: 12px 0 0 0;
    }

.gray-RqstApp {
    float: right;
    width: 320px;
    margin: 7px 0 0 0;
}



    .gray-RqstApp ul {
        margin: 0;
        padding: 0;
    }

        .gray-RqstApp ul li {
            width: 100%;
            float: left;
        }

            .gray-RqstApp ul li + li {
                margin: 0 2% 0 0;
                width: 49%;
            }

            .gray-RqstApp ul li:last-child {
                margin-right: 0;
            }

/*.min-heightAuto{ min-height:auto !important;} */

.min-heightAuto {
    min-height: inherit !important;
}


.popup-divPad {
    padding: 10px !important;
}

.Poplist-Outer1 {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 190px !important;
}

    .Poplist-Outer1 .popup-heading {
        background: #e7e7e7;
    }

        .Poplist-Outer1 .popup-heading h3 {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            color: #5b5b5b;
            padding: 15px 0;
        }



@-moz-document url-prefix() {
    .landing-btm {
        top: -0.5px;
    }
}

.fix-btm-msg {
    position: fixed;
    width: 100%;
    bottom: 40px;
}

.landing-wrap {
    float: left;
    width: 100%;
    min-height: 100%;
    position: relative;
    background: url(../images/bakgd-pat.png) repeat
}

.landing-img {
    width: 590px;
    margin: 60px auto 0 auto;
}

.LoginLanding {
    margin: 11px 15px 0 0;
}

    .LoginLanding input {
        background: #2aa886 url(../images/lock-login.png) no-repeat 13px 8px;
        border: 0;
        padding: 9px 12px 13px 33px;
        border-radius: 10px;
        color: #fff;
        font-size: 16px;
        line-height: 14px;
    }

.DocLanding {
    margin: 11px 0 0 0;
}

    .DocLanding input {
        background: #2aa886 url(../images/doct-landing.png) no-repeat 11px 7px;
        border: 0;
        padding: 9px 12px 13px 35px;
        border-radius: 10px;
        color: #fff;
        font-size: 16px;
        line-height: 14px;
    }

.tip-popup {
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    z-index: 1;
    right: 11px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #959595;
}

.arrow-top {
    background: url(../images/arrow-top.png) no-repeat left;
    width: 16px;
    height: 19px;
    top: -16px;
    position: absolute;
    right: 13px
}

.tip-popup .content {
    width: 100%;
    padding: 10px;
    margin: 0;
    float: left
}

    .tip-popup .content ul {
        margin: 0;
        padding: 0;
    }

    .tip-popup .content h4 {
        text-align: left;
        margin: 0;
        padding: 5px;
    }

    .tip-popup .content ul li {
        font-size: 13px;
        padding: 0 0 5px 0;
        text-align: left
    }

        .tip-popup .content ul li:last-child {
            padding-bottom: 0px;
        }

.wrapper3 {
    float: left;
    width: 100%;
    min-height: 100%;
    position: relative;
}


.innerprofile1 {
    float: left;
    padding: 2%;
    width: 100%;
    margin-top: 15px;
}

.profileEdit-First h2 span {
    float: right;
}

.mtp10 {
    margin-top: 10px !important;
}

.mtp15 {
    margin-top: 15px !important;
}

.save-btn1 {
    background: none repeat scroll 0 0 #2aa886;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    height: 20px;
    min-width: 72px;
    text-align: center;
    margin: 0 5px;
    text-transform: uppercase;
}



.Apptable-outer {
    min-width: 800px;
    float: left;
    overflow-x: auto;
    box-shadow: 1px 0px 3px #ccc;
    width: 100%;
}

.Apptable {
    min-width: 800px;
    float: left;
    overflow-x: auto;
    width: 100%;
}

    .Apptable table {
        box-shadow: 0px 1px 2px #ccc;
        max-width: inherit !important;
        min-width: 400px;
        overflow-x: scroll;
        width: 100% !important;
        background: #FFF
    }

        .Apptable table tr th {
            background: none repeat scroll 0 0 #2aa886;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            padding: 7px 14px;
            text-align: left;
        }

        .Apptable table tr td {
            font-size: 14px;
            font-weight: 400;
            padding: 8px 15px;
            text-align: left;
        }

            .Apptable table tr td:first-child {
                padding: 8px 5px 8px 9px;
                vertical-align: top !important;
            }

            .Apptable table tr td + td {
                padding: 8px 15px 5px 7px;
                vertical-align: middle;
            }

        .Apptable table tr td {
            padding: 8px 5px 8px 9px;
            vertical-align: middle;
        }

            .Apptable table tr td + td {
                padding: 8px 15px 5px 7px;
            }

            .Apptable table tr td:last-child {
                border-right: 0 none;
            }

        .Apptable table tr:nth-child(even) {
            background: #ededed !important;
        }

.NewIcon h3 span {
    font-weight: normal;
}

.NewIcon h3 {
    padding-left: 15px !important;
}

.Apptable .papoint-TextOuter h3 {
    float: left;
}

.Apptable .papoint-TextOuter h4 {
    float: right;
}

.AppTextCnt {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 6px 0 8px 0;
}

.AppCmtSct {
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
}

    .AppCmtSct a {
        text-decoration: underline;
    }

.AppTextArea {
    background: #d9d9d9;
    padding: 10px;
    float: left;
    width: 100%;
    margin: 0 0 7px 0
}

    .AppTextArea textarea {
        border: 1px solid #ccc;
        height: 40px;
        padding: 10px;
        width: 100%;
    }

.city-close {
    margin: 0 0 0 0;
    width: 40px;
    padding: 10px 10px 7px 10px;
    position: absolute;
    right: -42px;
    background: #e13d3d url(../images/closeIcon.png) no-repeat center center;
    color: #fff;
    top: 40px;
    border: 0 none
}


.ClnPop {
    float: left;
    width: 100%;
}

    .ClnPop h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 10px 10px;
        float: left;
    }

    .ClnPop ul {
        margin: 10px 50px 10px 10px;
        padding: 0;
        float: left;
    }

        .ClnPop ul li {
            float: left;
            margin: 0 20px 0 0;
        }

            .ClnPop ul li a {
                color: #333
            }

.YellowBox {
    height: 16px;
    width: 16px;
    background: #ffc200;
    float: left;
    margin: 0 7px 0 0;
}

.RedBox {
    height: 16px;
    width: 16px;
    background: #ff0000;
    float: left;
    margin: 0 7px 0 0;
}

.blueBox {
    height: 16px;
    width: 16px;
    background: #3a87ad;
    float: left;
    margin: 0 7px 0 0;
}

.greenBox {
    height: 16px;
    width: 16px;
    background: #008000;
    float: left;
    margin: 0 7px 0 0;
}

.LightGreenBox {
    height: 16px;
    width: 16px;
    background: #c0e9b9;
    float: left;
    margin: 0 7px 0 0;
}

.creamBox {
    height: 16px;
    width: 16px;
    background: #fcf8e3;
    float: left;
    margin: 0 7px 0 0;
}

.ClnPopBtm {
    background: #ebe7d0;
    padding: 10px;
    float: left;
    width: 100%;
    font-size: 13px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.left-landing {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 55%;
    float: left;
    text-align: center;
}

    .left-landing img {
        margin: 9% 0 0 0;
        padding: 0 0 0 0;
    }

.right-landing {
    margin: 0;
    padding: 0 0 0 0;
    width: 45%;
    float: right;
}

.landing-info {
    margin: 28px 0 0 0;
    padding: 17px 25px;
    background: url(../images/white-bg.png);
    border-radius: 8px;
    float: right;
    width: 85%;
    box-shadow: 2px 3px 4px #bcbcbc
}

    .landing-info h2 {
        background: none;
        padding: 0 0 15px 0;
        color: #424242;
        font-size: 22px;
        font-weight: normal;
    }

.landing-center span {
    float: left;
    padding: 5px 10px;
    color: #5f5f5f;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.landing-center {
    float: left;
    width: 100%;
}

.landing-left-field {
    float: left;
    width: 100%;
    font-size: 14px;
}

.landing-center input[type="submit"] {
    background: #2aa886;
    border: 0;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 14px;
    margin: 15px 0 10px 0;
    width: 100%;
}

.BtmOr {
    float: right;
    width: 85%;
    text-align: center;
    font-size: 15px;
    padding: 10px 0 5px 0
}

.landing-btm-outer {
    float: right;
    width: 85%;
}

.landing-btm input[type="button"] {
    background: url(../images/cln-red.png) no-repeat 12px 3px, url(../images/pattren-btn.png) repeat;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px auto;
    border-radius: 10px;
    color: #090909;
    border: none;
    box-shadow: 1px 2px 3px #889595;
    padding: 14px 28px 14px 55px;
}

.app-land-min {
    position: fixed;
    z-index: 999;
    right: -6px;
    bottom: 30px;
    background: url(../images/app-top.png) no-repeat;
    width: 264px;
    height: 58px;
    padding: 5px 33px;
}

    .app-land-min h4 {
        background: url(../images/small-mb.png) no-repeat;
        color: #fff;
        padding: 11px 5px 11px 30px;
        font-size: 13px;
        font-weight: 600;
    }

        .app-land-min h4 span {
            float: right;
            margin-top: 4px;
        }

.keynotes-chapter {
    height: auto;
    background-color: #229576;
    color: #fff;
    width: 20%;
    overflow-y: auto;
    float: left;
}

.keynotes-wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.keynotes-chapter ul {
    padding: 0;
    margin: 0;
}

    .keynotes-chapter ul li {
        list-style: none;
    }

        .keynotes-chapter ul li a, .keynotes-chapter ul li {
            border-bottom: 1px solid #ddd;
            padding: 4px 8px;
            display: inline-block;
            width: 100%;
            font-size: 16px;
            cursor: pointer;
            background-color: #eee;
            color: #333;
        }

.keynotes-right {
    width: 80%;
    float: right;
    padding: 0px 20px;
}

.keynotes-chapter ul li.active, .keynotes-chapter ul li:hover {
    background-color: #2aa886;
    color: #fff;
    border-bottom: 1px solid #2aa886;
}

.keynotes-righttop {
    height: auto;
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 0px 0px 8px;
}

    .keynotes-righttop h4 {
        color: #229576;
        font-size: 18px;
        font-weight: 600;
        margin-top: 8px;
    }

        .keynotes-righttop h4 img {
            padding-left: 6px;
        }

    .keynotes-righttop ul {
        padding: 0px;
        margin: 0px;
        text-align: right;
    }

    .keynotes-righttop label {
        margin-bottom: 0;
        line-height: 34px;
        font-size: 16px;
        padding-left: 0;
    }

    .keynotes-righttop ul li {
        list-style: none;
        display: inline-block;
        margin-right: 11px;
    }

        .keynotes-righttop ul li a {
            background-color: #ddd;
            color: #333;
            border-radius: 8px;
            padding: 8px 20px;
            font-weight: bold;
            display: inline-block;
        }

            .keynotes-righttop ul li a .glyphicon {
                margin-left: 15px;
            }

            .keynotes-righttop ul li a.active {
                background-color: #2aa886;
                color: #fff;
            }

.keynotes-rightbottom {
    margin-top: 15px;
    float: left;
    width: 100%;
    border: 2px solid #2aa886;
    height: auto;
    border-radius: 4px;
    min-height: calc(100vh - 203px);
}

.keynotes-bottomheader {
    background-color: #2aa886;
    color: #fff;
    padding: 4px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.keynotes-editbutton .btn {
    background-color: #ddd;
    color: #333;
    padding: 4px 20px;
    font-size: 18px;
    margin-left: 28px;
}

.keynotes-editbutton {
    text-align: right;
}

.keynotes-wrapperbody {
    padding: 15px;
    float: left;
    width: 100%;
}
.clsColInner .keynotes-wrapperbody {
    padding: 15px;
    float: left;
    width: 100%;
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-all;
    text-align: left;
}
 .keynotes-wrapperbody div#DivSuperEffective {
        width: 100%;
}
.keynotes-wrapperbody div#DivMostEffective {
    width: 100%;
}
.keynotes-wrapperbody div#DivEffective {
    width: 100%;
}

.keynotes-wrapperbody div#DivHighlyEffective {
    width: 100%;
}
.colinner-close.colinner-closeright {
    position: absolute;
    right: 0px;
    top: 1px;
    width: 28px;
    z-index: 999;
    left: auto;
    background-color: #229576;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

    .keynotes-wrapperbody textarea.form-control {
        height: 200px;
        outline: none;
    }

    .keynotes-wrapperbody .btn {
        background-color: #2aa886;
        color: #fff;
        padding: 6px 28px;
        float: right;
        border-radius: 8px;
        margin-top: 18px;
        font-size: 16px;
    }

.keynotes-header {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0;
    background-color: #2aa886;
    padding: 15px 11px;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .keynotes-header form {
        display: flex;
        align-items: center;
    }

    .keynotes-header h2 {
        font-size: 20px;
        margin: 0;
        text-align: left;
    }

    .keynotes-header label {
        margin-bottom: 0;
    }

.keynotes-backendborder {
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    padding: 8px;
}

.keynotes-wrapper.keynotes-backendwrapper {
    padding: 8px;
}

.keynotes-backendwrapper .keynotes-chapter {
    height: auto;
    background-color: #229576;
    color: #fff;
    width: 20%;
    overflow-y: auto;
    float: left;
    position: absolute;
    left: 0;
    height: 100%;
}

.keynotes-wrapper.keynotes-backendwrapper {
    padding: 2px;
    position: relative;
}

.keynotes-backendwrapper .keynotes-backendborder {
    position: relative;
}

.keynotes-backendwrapper .keynotes-backendborder {
    position: relative;
    min-height: calc(100vh - 90px);
    margin-bottom: 0px;
}

.keynotes-backendwrapper .keynotes-chapter {
    height: auto;
    background-color: #eee;
    color: #fff;
    width: 15%;
    overflow-y: auto;
    float: left;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.keynotes-backendwrapper .keynotes-right {
    width: 85%;
    float: right;
    padding: 0px 8px;
}

.search-keynotes {
    background-color: #ddd;
    padding: 8px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
}

    .search-keynotes .form-group {
        margin-bottom: 0;
    }

.keynotes-header {
    background-color: #229576;
    padding: 6px 15px;
    width: 100%;
    height: auto;
}

    .keynotes-header h4 {
        color: #fff;
        margin: 0px;
        font-size: 24px;
    }

    .keynotes-header h4 {
        color: #fff;
        margin: 0px;
        font-size: 20px;
        text-transform: capitalize;
        text-align: center;
        width: 100%;
        font-weight: 600;
    }



@media (max-width: 767px) {
    .login-toltip-arrow {
        position: absolute;
        left: 50%;
        height: 25px;
        width: 28px;
        margin-left: -14px;
        top: -22px;
        z-index: 999;
        background: url(../images/top-tooltip.png) no-repeat;
    }

    .login-box-tooltip {
        margin: 30px 0 0 0 !important;
    }

    .reg-left-side {
        width: 94%;
        margin: 0 3%;
    }

    .reg-right-side {
        width: 94%;
        margin: 0 3%;
    }

    .reg-box .fl {
        float: none !important;
    }

    .reg-box .fr {
        float: none !important;
    }

    .sign-drpt-left {
        width: 100%;
    }

    .sign-drpt-right {
        width: 100%;
    }

    .drpt-inner {
        padding: 20px 0;
        margin: 0 3%;
    }

    .drpt-inner1 {
        padding: 20px 0;
        margin: 0 3%;
    }

    .sign-drpt .bor-left {
        border-left: none;
    }

    .sign-wrap #header.navbar ~ #main {
        padding-top: 0px !important;
    }

    .sign-right-field {
        float: left;
    }

    .login-inner {
        width: 100%;
    }

    .login-box-tooltip {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .login-row {
        width: 100%;
        text-align: center;
    }

    .login-btn, .sign-up-btn {
        float: none;
    }

    #header.navbar > .navbar-toolbar .navbar-nav.navbar-right {
        float: none !important;
        margin: 0 2%;
    }

    #header.navbar.navbar-fixed-top ~ #main {
        padding-top: 117px !important;
    }

    .min-hght65 {
        min-height: 40px;
    }

    .add-patinner {
        width: 100% !important;
    }

        .add-patinner .sign-right-field {
            float: right;
        }

    .doctor-list ul li {
        width: 48%;
        margin: 0 2.5% 25px 0;
    }

        .doctor-list ul li:nth-child(2n) {
            margin-right: 0 !important;
        }

        .doctor-list ul li:nth-child(3n) {
            margin-right: 2.5%;
        }

    .mydoct-inner .responsive-tabs__panel {
        margin-bottom: 20px;
    }

    .mydoct-table {
        overflow-x: auto;
        width: 100%;
        border: 1px solid #fff
    }

        .mydoct-table table {
            width: 800px;
            max-width: inherit;
        }

    .table-outer {
        overflow-x: auto;
        width: 100%;
        border: 1px solid #fff
    }

        .table-outer table {
            width: 800px;
            max-width: inherit;
        }

    .responsive-tabs__panel {
        float: none !important;
    }

    .diagnosisTab-top {
        float: none;
    }

    .diagnosisTab-table {
        float: none;
        overflow-x: auto;
        width: 100%;
        border: 1px solid #fff
    }

        .diagnosisTab-table table {
            width: 800px;
            max-width: inherit;
        }

    .pati-current ul li {
        width: 45%;
    }

        .pati-current ul li:nth-child(2n) {
            margin-right: 0;
        }

        .pati-current ul li:last-child {
            margin-top: 10px;
        }

    .input-diag {
        width: 100%;
        float: none;
        margin: 0 auto 20px auto;
    }

    .text-srchDoct {
        float: left;
        width: 100%;
    }

    .srchDoct-field {
        padding: 0 0 0 0;
    }

    .srchinner-field {
        float: left;
        width: 100%;
        margin: 30px 0 0 0;
    }

    .login-logo img {
        width: 180px;
    }

    .login-box h2 {
        font-size: 40px;
    }

    .sign-wrap .navbar-header img {
        width: 180px;
    }

    .sign_txt_city {
        width: 48%;
    }

    .sign_txt_state {
        width: 48%;
    }

    .city-state {
        right: -35px;
    }

    .diagnosisTab-top {
        float: none;
        width: 100%;
        text-align: center;
    }

    .srch-outerNew {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 285px;
    }

    .search-diagnosisTab {
        margin: 9px 0 20px 0;
    }

    .diagnosisTab-step .input-diag {
        display: inline-block;
        text-align: center;
    }

    .diagnosisTab-step .dept-tareawrapper {
        float: none;
        display: inline-block;
        text-align: center;
        width: 282px;
    }

    .diagnosisTab-step .input-dept {
        float: none;
        display: inline-block;
        text-align: center;
        width: 282px;
    }

    .daig-btn {
        width: 100%;
        text-align: center;
        float: left;
        margin: 0;
    }

    .pati-current ul li {
        width: 100%;
        margin-top: 0 !important;
    }

        .pati-current ul li + li {
            width: 49%;
        }

            .pati-current ul li + li:nth-child(3n) {
                margin-right: 0;
            }

        .pati-current ul li:nth-child(2n) {
            margin-right: 10px;
        }

    .login-container {
        max-width: 100%;
        margin: 0px auto;
        z-index: 999;
        width: 98%;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 1%;
    }

    .forgot-box input[type="text"], .forgot-box input[type="password"] {
        padding: 0 10px;
        width: 92%;
    }

    .pnoti-table {
        float: none;
        width: 100%;
    }
}

@media (max-width:480px) {
    .sign-left-field {
        width: 100%;
    }

    .sign-right-field {
        width: 100%;
    }

    .doctor-list ul li {
        width: 100% !important;
        margin: 0 0 25px 0;
    }

    .srch-btn {
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .srch-v .pati-search {
        width: 100%;
    }

    .viewPat-row2 ul li {
        width: 100% !important;
        margin: 0 0 10px 0;
        text-align: center !important;
    }

        .viewPat-row2 ul li + li {
            width: 100% !important;
        }

    .diagnosisTab-top span {
        width: 100%;
    }

    .text-diagnosisTab {
        width: 100%;
        float: left;
    }

        .text-diagnosisTab .camera-btn {
            margin: 0 5px 15px 5px !important;
        }

    .diagnosisTab-top .text-btn {
        width: 165px !important;
    }

    .dept-tareawrapper {
        width: 100%;
    }

    .pati-current ul li p {
        font-size: 14px;
    }

    .img-load {
        float: left;
        width: 100%;
    }

    .left-diaBtn {
        float: left;
        margin: 10px 0 0;
        width: 100%;
    }

    .img-load input {
        width: 134px;
    }

    .srchinner-field .sign-left-field {
        float: left;
        width: 100%;
    }

    .srchinner-field .sign-right-field {
        float: left;
        width: 100%;
    }

    .sign_txt_city {
        margin-bottom: 10px;
        width: 90%;
    }

    .sign_txt_state {
        margin-bottom: 20px;
        width: 90%;
    }

    .city-state {
        right: 0;
    }

    .forgot-inner {
        clear: both;
        margin: 0 auto;
        width: 310px;
    }

    .forgot-box h2, .forgot-box h3 {
        font-size: 46px;
    }

    .bapp-left-field {
        width: 100%;
    }

    .bapp-middle ul li {
        width: 100%;
        margin: 0;
    }

    .input-deptApp {
        width: 100%;
    }

    .input-calendarApp {
        width: 88%;
    }

    .popup-bkAppInner-left {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .popup-bkAppInner-right {
        float: left;
        width: 100%;
    }

    .RqstApp-inner {
        width: 98%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .tableBtns-left {
        width: 100%;
    }

    .popup-bookApp {
        width: 80%;
        position: absolute;
        margin-left: -40%;
        top: 10%;
    }
}

@media (max-width: 680px) {
    #header.navbar > .navbar-toolbar .center-top > li {
        width: 100%;
        float: none;
    }

    .center-top .search-bar-top {
        float: none;
        margin: 14px auto 10px auto;
    }

    .center-top .open-text {
        width: 235px !important;
        margin: 0 auto;
        float: none !important
    }

    .center-top .btn-right {
        text-align: center;
        margin-bottom: 10px;
    }

    #header.navbar.navbar-fixed-top ~ #main {
        padding-top: 232px !important;
    }

    .doct-Mainouter h2 {
        text-align: center;
    }

    .add-patinner .sign-right-field {
        float: right;
    }

    .dsh-top-sct h4 {
        width: 100%;
        text-align: center;
        float: none !important;
    }

    .srch-v {
        width: 100%;
    }

    .viewPat-top-left {
        margin: 0 auto 10px auto;
        float: none;
    }

    .viewPat-top-right {
        padding: 0;
        text-align: center;
    }

    .viewPat-row1 h3 span {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .viewPat-row2 ul li {
        width: 50%;
        margin: 0 0 10px 0;
        text-align: left;
    }

        .viewPat-row2 ul li + li {
            width: 50%;
        }

            .viewPat-row2 ul li + li + li {
                text-align: left;
                width: 100%;
            }

    .diagnosisTab-top .text-btn {
        font-size: 16px;
        margin: 0 5px;
        width: 153px;
    }

    .diagnosisTab-top span {
        font-size: 17px;
    }

    .diagnosisTab-top .camera-btn {
        font-size: 17px;
        margin: 0 5px;
        width: 165px;
    }

    .pati-current ul li {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    .viewPat-row1 h3 span img {
        float: none;
        margin: 0 3px 0 0;
    }

    .pati-current ul li + li {
        width: 100%;
        margin-right: 0;
    }

    .gray-boxTopRight {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
    }

        .gray-boxTopRight ul li.phDr {
            margin-bottom: 3px;
        }

        .gray-boxTopRight ul li.phTime span {
            width: 100%;
        }

    .pnoti-table {
        width: 100%;
        float: left;
        overflow-x: auto;
        box-shadow: 1px 0px 3px #ccc;
    }

        .pnoti-table table {
            box-shadow: 0px 1px 2px #ccc;
            max-width: inherit !important;
            min-width: 450px;
            overflow-x: scroll;
            width: 100% !important;
        }

    .pnoti-table {
        float: none;
        width: 100%;
    }
}

@media (max-width:980px) {
    .diagnosisTab-step {
        width: 100%;
        display: inline;
    }

    .search-diagnosisTab1 {
        margin: 0 auto 20px auto;
        float: none;
    }

    .srch-outerNew1 {
        width: 100%;
        float: left;
    }

    .diagnosisTab-step .input-diag {
        display: inline-block;
        text-align: center;
    }

    .diagnosisTab-step .dept-tareawrapper {
        float: none;
        display: inline-block;
        text-align: center;
        width: 282px;
    }

    .diagnosisTab-step .input-dept {
        float: none;
        display: inline-block;
        text-align: center;
        width: 282px;
    }

    .daig-btn {
        width: 100%;
        text-align: center;
        float: left;
        margin: 20px 0 0 0;
    }

    .schdule-table {
        width: 100%;
        float: left;
        overflow-x: auto;
        border: 1px solid #fff;
        border-radius: 10px;
    }

        .schdule-table table {
            box-shadow: 0px 1px 2px #ccc;
            border: 1px solid #d2d2d2;
            max-width: inherit !important;
            min-width: 800px;
            overflow-x: scroll;
            width: 100% !important;
        }
}

@media (max-width:1024px) and (min-width: 768px) {
    .add-patinner {
        width: 100% !important;
    }

    .diagnosisTab-table {
        overflow-x: auto;
        width: 100%;
        border: 1px solid #fff
    }

        .diagnosisTab-table table {
            width: 873px;
            max-width: inherit;
        }

    .pati-current ul li p {
        font-size: 14px;
    }

    .login-container {
        max-width: 100%;
        margin: 0px auto;
        z-index: 999;
        width: 98%;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 1%;
    }
}

@media (min-width: 768px) and (max-width: 910px) {
    .login-box-tooltip {
        width: 57%;
    }

    .login-radio-left {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .login-row input[type="text"], .login-row input[type="password"] {
        width: 82%;
    }

    .left-field-icon {
        width: 17%;
    }

    .login-btn, .sign-up-btn {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .table-outer {
        max-width: 800px;
        width: 100%;
        overflow-x: scroll;
    }

    .input-diag {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

    .dept-tareawrapper {
        width: 60%;
    }

    .diagnosisTab-top {
        float: none;
        width: 100%;
        text-align: center;
    }

    .srch-outerNew {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
        width: 285px;
    }

    .search-diagnosisTab {
        margin: 9px 0 20px 0;
    }

    .daig-btn {
        width: 100%;
        text-align: center;
        float: left;
        margin: 0;
    }
}

@media (max-width:1280px) {
    .doctor-list ul li {
        width: 48%;
    }

        .doctor-list ul li:nth-child(2n) {
            margin-right: 0 !important;
        }

        .doctor-list ul li:nth-child(3n) {
            margin-right: 2.5%;
        }

    .responsive-tabs__list__item {
        width: 19.8% !important;
    }

    .pat-inner .responsive-tabs__list__item {
        width: auto !important;
    }

    .responsive-tabs__panel {
        width: 99.4% !important;
    }

    .dept-tareawrapper {
        width: 40%;
    }
}

@media (min-width: 767px) and (max-width:1280px) {
    .pati-current ul li {
        width: 48.5%;
    }

        .pati-current ul li + li {
            width: 48.5%;
        }

        .pati-current ul li:nth-child(2n) {
            margin-right: 0px;
        }

        .pati-current ul li:nth-child(3n) {
            margin-right: 15px;
        }
}

@media (min-width:1280px) and (max-width:1330px) {
    .doctor-list ul li {
        width: 30%;
    }
}

@media (min-width:992px) and (max-width:1060px) {
    .diagnosisTab-top {
        float: none;
        width: 100%;
        text-align: center;
    }

    .srch-outerNew {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
        width: 285px;
    }

    .search-diagnosisTab {
        margin: 9px 0 20px 0;
    }
}

@media (max-width:380px) {
    .sign_txt_city {
        margin-bottom: 10px;
        width: 85%;
    }

    .sign_txt_state {
        margin-bottom: 20px;
        width: 85%;
    }

    .sign-inputwrapper {
        width: 98%;
    }

    .srch-outerNew {
        width: 238px;
    }

    .search-diagnosisTab {
        width: 100%;
    }

    .diagnosisTab_search_txt {
        float: left;
        width: 199px;
    }

    .diagnosisTab-step .dept-tareawrapper {
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%;
    }

    .input-diag .input-dept {
        width: 100%;
    }

    .search-diagnosisTab1 {
        width: 100%;
    }

    .tableBtns-left ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }
}


.sign-bar-top1 {
    height: 50px;
    margin: 0px 0px 0 0;
    position: relative;
    font-size: 13px;
    width: 50px;
    background: #fff;
    left: 0;
    border: 1px solid #ccc;
    top: 0;
    overflow: hidden;
}

    .sign-bar-top1 img {
        width: 100%;
        position: absolute;
        overflow: hidden;
    }

.viewPat-boxTopRightRow {
    float: left;
    width: 100%;
}

    .viewPat-boxTopRightRow h3 {
        font-size: 24px;
        font-weight: 400;
        margin: 0 0 10px 0;
        padding: 0 0 0 15px;
        line-height: 30px;
    }

        .viewPat-boxTopRightRow h3 span {
            float: right;
            font-size: 18px;
            height: 32px;
            padding: 0;
            line-height: 34px;
            width: 197px;
        }

            .viewPat-boxTopRightRow h3 span img {
                float: left;
                margin: 0 10px 0 0;
            }

.list-table table tr {
    border-bottom: 1px solid ##d2d2d2;
}

    .list-table table tr:first-child {
        border-bottom: 0px;
    }

    .list-table table tr:last-child {
        border-bottom: 0px;
    }

.appnt-btn {
    background: none repeat scroll 0 0 #2aa886;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    height: 44px;
    text-align: center;
    margin: 0 5px;
    text-transform: uppercase;
    padding: 0 20px;
}

.viewPat-row2 ul li strong {
    float: left;
    margin: 0 5px 0 0;
}

.viewPat-row4 ul li strong {
    float: left;
    margin: 0 5px 0 0;
}

.viewPat-row4 ul li + li + li strong {
    float: none;
    margin: 0 5px 0 0;
    text-align: right;
}

.input-ward {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 3px 7px;
    position: relative;
    width: 157px;
}

.Ward-inputwrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 120px;
}

.Ward_txt {
    background: #f3f3f3;
    border: 1px solid #c1c1c1;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 3px 3px;
    position: relative;
    width: 100%;
}

.lineheight33 {
    line-height: 33px;
}



/*Changes by Sunil starts*/

.new-landing2 {
    position: relative;
    z-index: 5;
    left: 50%;
    margin-left: -407px;
    width: 875px;
    top: 50%;
}

.landing-inner2 {
    float: left;
    position: relative;
    left: 0;
    padding: 0 0 15px 0
}

    .landing-inner2 h2 {
        background: inherit;
        color: #565656;
        font-size: 32px;
        padding-bottom: 8px;
        font-weight: normal;
    }

.landing-center2 {
    float: left;
    width: 100%;
    padding: 15px;
    background: url(../images/landing-center.png);
    border-radius: 10px;
    box-shadow: 2px 1px 2px #ccc;
}

    .landing-center2 input[type="submit"] {
        background: #2aa886 url(../images/search-icon.png) no-repeat 15px 12px;
        border: 0;
        padding: 15px 19px 15px 39px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 14px;
        margin: 0 0 0 15px;
    }

    .landing-center2 span {
        float: left;
        padding: 10px;
        color: #5f5f5f;
        font-size: 18px;
    }

.landing-left-field2 {
    float: left;
    width: 200px;
    font-size: 14px;
}

.landing-inputwrapper2 {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 40px
}

.landing_txt2 {
    background: #fff;
    border: 1px solid #ccc;
    color: #5c5c5c;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0;
    outline: 0 none;
    padding: 11px 7px;
    position: relative;
    width: 100%;
}

.landing-bar-top2 {
    border: 1px solid #c1c1c1;
    float: left;
    height: 38px;
    margin: 0px;
    width: 250px;
    background: #fff;
    position: relative;
}

.landing_search_txt2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 38px;
    width: 212px;
    padding: 0px 5px;
    color: #5c5c5c;
    font-size: 14px;
}

.landing_btn2 {
    background: url(../images/search-icon.png) no-repeat scroll 10px 8px #2AA886;
    border: medium none;
    float: right;
    height: 36px;
    width: 36px;
    cursor: pointer;
}

/*Changes by Sunil ends*/

.viewPat-row4 {
    float: left;
    width: 100%;
}

    .viewPat-row4 ul {
        margin: 10px 0 0 0;
        padding: 0 0 0 15px;
    }

        .viewPat-row4 ul li {
            float: left;
            width: 35%;
            font-size: 14px;
        }

            .viewPat-row4 ul li + li {
                text-align: left;
                width: 30%;
            }

                .viewPat-row4 ul li + li + li {
                    text-align: right;
                    width: 35%;
                }



/*---------- Doctor's Wall 27-7-2015 ----------*/

.doct-wall { /*border: 1px solid #ccc; border-radius: 10px; box-shadow: 0 2px 1px #ccc;*/
    float: left;
    margin: 15px;
    width: 70%;
}

    .doct-wall h1 {
        background: none repeat scroll 0 0 #2aa886;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        padding: 10px;
    }

.doct-status {
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
    border: 1px solid #acacac
}

.doctor-status-input {
    margin: 0;
    padding: 9px;
    width: 100%;
    float: left;
    width: 90%;
    background: #f4f4f4;
    color: #454545;
    font-size: 14px;
    border: 0
}

.post-status {
    margin: 0;
    padding: 9px;
    float: right;
    background: #2aa886;
    color: #fff;
    width: 60px;
    border: 0;
    font-size: 14px;
}

.post-anything {
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
    float: left
}

    .post-anything ul {
        margin: 0;
        padding: 0;
    }

        .post-anything ul li {
            margin: 0;
            padding: 0 10px 0 0;
            list-style-type: none;
            float: left;
            width: 45%;
            color: #202020;
            font-size: 13px;
        }

            .post-anything ul li span {
                display: block;
                margin: 5px 0 0 10px;
                font-weight: bold;
            }

            .post-anything ul li:first-child {
                width: 40%
            }

            .post-anything ul li:last-child {
                border-right: 0;
                margin-left: 10px;
                border-left: 1px solid #7d7d7d;
                padding-left: 5%
            }

            .post-anything ul li a {
                color: #202020;
                font-size: 13px;
            }

                .post-anything ul li a:hover {
                    color: #2aa886
                }

                .post-anything ul li a img {
                    margin-right: 5px
                }

.doctor-photos {
    margin: 0;
    padding: 12px 17px;
    width: 100%;
    float: left;
    border: 1px solid #c2c2c2;
    box-shadow: 0 2px 1px #ccc;
}

.doctor-img {
    margin: 0;
    padding: 0;
    float: left;
    width: 55px
}

    .doctor-img img {
        margin: 0;
        padding: 0;
        float: left
    }

.doctor-photos-info {
    margin: 0;
    padding: 0;
    float: right;
    width: 91%
}

    .doctor-photos-info h4 {
        margin: 0 0 0 0px;
        padding: 0;
        font-size: 13px;
        color: #3e3d3d;
        width: 100%
    }

    .doctor-photos-info h5 {
        margin: 3px 0 0 0px;
        padding: 0;
        font-size: 13px;
        color: #6a6a6a;
        font-weight: lighter
    }

.doctor-sharing-up {
    margin: 0;
    padding: 10px 0px 10px 0;
    width: 100%;
    float: left
}

    .doctor-sharing-up ul {
        margin: 0;
        padding: 0;
        float: left;
        text-align: center
    }

        .doctor-sharing-up ul li {
            margin: 0 10px 0 0;
            padding: 0;
            width: 49%;
            list-style-type: none;
            float: left
        }

            .doctor-sharing-up ul li:last-child {
                margin-left: 0px;
                float: right;
                margin-right: 0
            }

.doctor-sharing-down {
    margin: 0;
    padding: 0px 00px 00px 0;
    width: 100%;
    float: left
}

    .doctor-sharing-down ul {
        margin: 0;
        padding: 0;
        float: left;
        text-align: center
    }

        .doctor-sharing-down ul li {
            margin: 0 4px 0 0;
            padding: 0;
            list-style-type: none;
            float: left
        }

            .doctor-sharing-down ul li:last-child {
                margin-right: 0
            }

.doctor-comment {
    margin: 10px 0 0 0;
    padding: 12px;
    float: left;
    width: 100%;
    background: #eaeaea;
    border: 1px solid #c2c2c2;
    box-shadow: 0 2px 1px #ccc;
}

.doctor-msg {
    margin: 8px 0 0 0;
    padding: 0;
    width: 100%;
    float: left
}

    .doctor-msg p {
        margin: 0;
        padding: 0;
        font-size: 13px;
        color: #3e3e3e
    }

.doctor-comment-next {
    margin: 10px 0 0 0;
    padding: 12px;
    float: left;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #c2c2c2;
    box-shadow: 0 2px 1px #ccc;
}

.doctor-comment-video {
    margin: 10px 0 0 0;
    padding: 12px;
    float: left;
    width: 100%;
    background: #eaeaea;
    border: 1px solid #c2c2c2;
    box-shadow: 0 2px 1px #ccc;
}

.dr-video {
    margin: 0;
    padding: 0;
    float: left;
    width: 42%
}

.dr-video-detail {
    margin: 0;
    padding: 0;
    float: right;
    width: 56%
}

    .dr-video-detail h3 {
        margin: 0;
        padding: 0;
        text-align: left;
        font-size: 15px;
        font-weight: bold;
        color: #373737
    }

    .dr-video-detail h4 {
        margin: 0px 0 0 0;
        padding: 0;
        text-align: left;
        font-size: 13px;
        font-weight: lighter;
        color: #373737
    }

.doct-wall-new {
    float: left;
    margin: 15px;
    width: 662px;
}

    .doct-wall-new h1 {
        background: none repeat scroll 0 0 #2aa886;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        padding: 10px;
    }

.table-attribute {
    text-align: center
}

    .table-attribute ul {
        margin: 0;
        padding: 0
    }

        .table-attribute ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: inline-block;
            position: relative
        }

            .table-attribute ul li a {
                display: block;
                margin: 0;
                padding: 0
            }

.mydoct-table table tr th.centr-txt {
    text-align: center
}

/* Doc wall ends  */



.review-write {
    margin: 0;
    padding: 10px !important;
    width: 216px !important;
    position: absolute;
    z-index: 2;
    right: 10%;
    background: #fff;
    border: 1px solid #bdbdbd !important;
    box-shadow: 0 0 15px #8d8d8d;
}

    .review-write h3 {
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
        color: #104f3e;
        font-size: 16px;
        font-weight: bold;
        background: none;
        border-bottom: dotted #b3b2b2
    }

        .review-write h3:hover {
            background: none
        }

    .review-write ul {
        margin: 8px auto 0 auto;
        padding: 0;
        width: 44%;
    }

        .review-write ul li {
            margin: 0;
            padding: 0;
            float: left;
        }

.review {
    margin: 10px 0 10px 0;
    padding: 5px;
    border: 1px solid #a9a9a9;
    background: #fff;
    color: #4a4a4a;
    font-size: 12px;
    width: 100%;
    resize: none;
    min-height: 80px
}

.save-review {
    margin: 0;
    padding: 10px;
    float: left;
    width: 93px;
    color: #fff;
    background: #2aa886;
    border: none
}

.cancel-review {
    margin: 0;
    padding: 10px;
    float: right;
    width: 93px;
    color: #fff;
    background: #e58a3b;
    border: none
}


.review-write:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
    top: -17px;
    right: 6px;
}


/*------------------ Review page css -----------*/

.doc-review {
    float: left;
    width: 90%;
    margin: 15px;
}

.gray-review {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
    border: 1px solid #ccc;
}

.gray-reviewImg {
    width: 85px;
    height: 85px;
    overflow: hidden;
    border: 1px solid #949494;
    float: left;
}

    .gray-reviewImg img {
        width: 100%;
    }

.gray-reviewText {
    float: left;
    margin: 3px 0 0 10px;
}

    .gray-reviewText h3 {
        color: 222222;
        font-size: 20px;
        margin: 5px 0 10px 0;
        float: left;
        width: 100%
    }

        .gray-reviewText h3 span {
            font-size: 14px;
            color: 636363;
            width: 100%;
            float: left;
            margin: 5px 0 0 0
        }

    .gray-reviewText h4 {
        font-size: 14px;
        color: 636363;
        text-transform: uppercase;
        margin: 5px 0 10px 0;
        padding: 0;
    }

    .gray-reviewText p {
        font-size: 14px;
        color: #104f3e;
        margin: 0;
        padding: 0;
    }

.gray-reviewRight {
    float: right;
    width: 100px;
    margin: 24px 0 0 0;
}

    .gray-reviewRight ul {
        margin: 0;
        padding: 0;
    }

        .gray-reviewRight ul li {
            float: right;
            width: 100%;
        }

.doc-reviewBtm {
    float: left;
    width: 100%;
}

    .doc-reviewBtm ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .doc-reviewBtm ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid #ccc;
            padding: 10px 0 5px 0;
        }

            .doc-reviewBtm ul li p {
                font-size: 13px;
                margin: 0;
                padding: 0 0 7px 0;
            }

            .doc-reviewBtm ul li span {
                float: left;
                width: 100%;
                padding: 0 0 10px 0;
                font-size: 14px;
                font-weight: 600;
                color: #888888;
                font-style: italic;
            }

.list-table {
    background: #fff;
}

    .list-table table tr:nth-child(odd) {
        background: inherit;
    }

.bluecolor {
    background: #e3f4f0 !important;
}

/*
.loading
{
    width: 100px;
    height:100px;
    background:transparent url(../images/loader.gif) no-repeat 0 0;
    font-size: 0px;
    display: inline-block;
    z-index: 999;
    left: 50%;
    top: 243px;
    margin-left: 444px;
}
*/


.add_hospital_popup {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 15%;
}

.ClnPop {
    float: left;
    width: 245px;
    box-shadow: 2px 3px 4px #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .ClnPop h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 8px 10px;
    }

    .ClnPop ul {
        margin: 0 10px 10px 10px;
        padding: 0;
        float: left;
        width: 92%;
    }

        .ClnPop ul li {
            float: left;
            width: 100%;
            margin: 0 0 5px 0;
        }

.YellowBox {
    height: 16px;
    width: 16px;
    background: #ffc200;
    float: left;
    margin: 0 7px 0 0;
}

.RedBox {
    height: 16px;
    width: 16px;
    background: #ff0000;
    float: left;
    margin: 0 7px 0 0;
}

.blueBox {
    height: 16px;
    width: 16px;
    background: #3a87ad;
    float: left;
    margin: 0 7px 0 0;
}

.greenBox {
    height: 16px;
    width: 16px;
    background: #008000;
    float: left;
    margin: 0 7px 0 0;
}

.LightGreenBox {
    height: 16px;
    width: 16px;
    background: #c0e9b9;
    float: left;
    margin: 0 7px 0 0;
}

.creamBox {
    height: 16px;
    width: 16px;
    background: #fcf8e3;
    float: left;
    margin: 0 7px 0 0;
}

.ClnPopBtm {
    background: #ebe7d0;
    padding: 10px;
    float: left;
    width: 100%;
    font-size: 13px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tip-popup1 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 214px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #959595;
    background: #fff;
    z-index: 9999;
    background: #fff;
    top: 65px;
    text-align: left;
}

.ph-btn {
    float: right;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-family: 16px;
    font-weight: normal;
    margin-left: 10px;
    line-height: 20px;
}

.doct-Mainh2 h2 {
    height: 47px;
    line-height: 31px;
}

.ph-btn a {
    color: #fff;
}

    .ph-btn a:hover {
        color: #fff;
    }

.change-container {
    max-width: 500px;
    margin: 0px auto;
    z-index: 999;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -240px;
}

.forgot-box {
    float: left;
    width: 100%;
    margin: 2% 0 0 0;
}


.newform {
    float: left;
    margin: 20px 0 10px 0;
    background: #fefefe;
    border: 1px solid #d9d9d9;
    box-shadow: 1px 1px 2px #ccc;
    padding: 10px 10px 15px 10px;
    border-radius: 5px;
    width: 100%;
}

    .newform ul {
        float: left;
        width: 100%;
        margin: 0;
    }

        .newform ul li {
            float: left;
            width: 25%;
            margin: 0 4% 0 0;
            padding: 0;
        }

            .newform ul li label {
                font-size: 13px;
            }

.pat-inputwrapper {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
/*Account Management Section*/
.account-mgtsection {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    float: left;
}

body #header.navbar.navbar-fixed-top ~ #main, body .sidebar-minimized #header.navbar.navbar-fixed-top ~ #main {
    padding-top: 61px;
}

.account-mgthead {
    background-color: #2aa886;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 4px 0px #ddd;
    border-radius: 4px 4px 0px 0px;
    padding: 8px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.account-mgtlinks {
    width: 100%;
    float: left;
    height: auto;
    padding: 40px 0px;
    text-align: center;
}

    .account-mgtlinks a {
        color: #333;
        font-size: 16px;
        min-height: 125px;
        font-weight: 600;
        vertical-align: top;
        word-break: break-word;
        background-color: #fff;
        box-shadow: 0px 0px 4px 0px #ddd;
        padding: 20px;
        display: inline-block;
        max-width: 150px;
        margin-right: 28px;
    }

    .account-mgtlinks span.glyphicon {
        font-size: 35px;
        width: 100%;
        color: #2aa886;
    }

    .account-mgtlinks span {
        width: 100%;
        display: inline-block;
    }

    .account-mgtlinks a:focus, .account-mgtlinks a:hover {
        background-color: #2aa886;
        color: #fff;
    }

        .account-mgtlinks a:focus span.glyphicon, .account-mgtlinks a:hover span.glyphicon {
            color: #fff;
        }

.personal-profiletop h1.profile-mainhead {
    margin-bottom: 0px;
    line-height: 28px;
    background: none;
    color: #2aa886;
    padding: 0;
    font-size: 18px;
}

.p-0 {
    padding-left: 0px;
}

.personal-profiletop .col-sm-6 {
    padding: 0;
}

.personal-profiletop button.profile-editbutton {
    background-color: #2aa886;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 28px;
    width: auto;
    text-align: center;
    float: right;
}

.personal-profiletop.personal-details {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
/*ManageProfile Section*/
.doct-profileIn {
    float: left;
    width: 100%;
    margin: 0px;
    border: 1px solid #ccc;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 1px #ccc;
}

.doct-profiltop {
    float: left;
    width: 100%;
    padding: 15px;
}

.doct-profileInTop {
    float: left;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-bottom: 20px;
}

.doct-profileInTopImg {
    width: 105px;
    height: 103px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 0;
    background-color: #fff;
}

.doct-profileInTopText {
    float: left;
    margin: 0 0 0 10px;
    width: 77%;
}

    .doct-profileInTopText h3 {
        font-size: 24px;
        width: 100%;
        margin-top: 0;
        color: #2aa886;
        margin-bottom: 8px;
    }

.clsAgeAndGender {
    border-bottom: 1px solid #ddd;
    width: 35%;
    font-size: 18px;
    color: #333;
    padding-bottom: 4px;
}

.clsAddress span.glyphicon {
    position: absolute;
    left: 0;
    color: #2aa886;
    font-size: 20px;
    top: 0;
}

.doct-profileInTopText h4.clsAddress {
    font-size: 15px;
    color: #333;
    padding-left: 28px;
    position: relative;
    line-height: 20px;
    font-weight: 500;
}

.profile-right {
    background-color: #fff;
    padding: 15px 0px;
    float: left;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 4px 0px #ddd;
    border-radius: 4px;
}

body .dash-content h2.mobile-infohead {
    color: #2aa886;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    background: none;
    padding: 0;
}

.doct-profileInTop .col-sm-4 {
    border-left: 1px solid #ddd;
}

.mobile-infotext {
    color: #333333;
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 0;
}

.profile-editbutton, .profile-editbutton:hover {
    background-color: #2aa886;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
}

    .profile-editbutton .glyphicon {
        margin-left: 11px;
    }

.profile-right .row {
    min-height: 109px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.profile-mainhead {
    color: #2aa886;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

.personal-priofileinfo {
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin-top: 20px;
}

.personal-profileinfobottom .clsAddress {
    padding-left: 8px;
}

.recharge-head.recharge-lefthead {
    text-align: left;
    padding: 11px 20px;
}

.recharge-lefthead a {
    color: #fff;
    font-size: 18px;
    line-height: 31px;
}

.personal-profileinfobottom {
    background-color: #fff;
    margin: 15px 0px 28px;
    width: 100%;
    float: left;
    height: auto;
    box-shadow: 0px 0px 4px 0px #ddd;
    border-radius: 4px;
    padding: 15px 0px;
    display: flex;
    align-items: center;
}

    .personal-profileinfobottom li {
        list-style: none;
        width: 100%;
        font-weight: 500;
        padding-bottom: 20px;
        color: #333;
        font-size: 16px;
    }

    .personal-profileinfobottom ul {
        padding: 0;
        margin: 0;
    }

    .personal-profileinfobottom li img {
        margin-right: 8px;
    }

    .personal-profileinfobottom li span.doctor-professional-detail {
        color: #2aa886;
        font-weight: 600;
    }

    .personal-profileinfobottom li:last-child {
        padding-bottom: 0;
    }

    .personal-profileinfobottom h4 {
        color: #2aa886;
        font-size: 16px;
        margin-top: 0;
        font-weight: 600;
    }

.edit-profilebutton input {
    background-color: #2aa886;
}

.profile-infomiddle li {
    font-size: 12px;
    padding-bottom: 0;
}

.profile-infobottomright {
    border-left: 1px solid #ddd;
    height: 100%;
}

    .profile-infobottomright .row {
        min-height: 91px;
        display: flex;
        align-items: center;
    }

/*Transaction Section*/
/*----------   recharge style ----------------------------*/
.sucessfull-wrapper {
    display: inline-block;
    width: 100%;
}

    .sucessfull-wrapper .recharge-wrapper {
        padding: 20px;
    }

.recharge-wrapper .btn {
    padding: 4px 24px;
}

section.bg.recharge-amount {
    min-height: 0;
}

.recharge-wrapper .recharge-note p {
    text-align: left;
    padding-top: 11px;
}

.sucesfull-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-statementhead {
    background: #c9e9e0;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    margin-bottom: 8px;
}

.statement-table {
    margin-bottom: 20px;
}

body .statement-table .table thead tr th {
    background-color: #2aa886 !important;
    color: #fff;
    border: none;
    border-right: 1px solid #fff;
    font-size: 15px;
    background: none;
}

.statement-table .table tbody tr td {
    background-color: #fff;
    font-size: 15px;
}

.change-passwordform {
    width: 100% !important;
}

    .change-passwordform .sign-left-field {
        margin: 0 auto;
        float: none;
        width: 35%;
    }

        .change-passwordform .sign-left-field input {
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 0px 8px;
            height: 40px;
        }

        .change-passwordform .sign-left-field .btns-outer input {
            background-color: #2aa886;
            margin-top: 8px;
        }

/*Contact Us*/
/*----------   About Us ----------------------------*/
a.static-link {
    padding: 25px 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #2aa886;
}

    a.static-link span.glyphicon {
        padding-right: 6px;
    }

.mainpage-header.static-login ul {
    border: 2px solid #2aa886;
    margin: 17px 15px;
}

    .mainpage-header.static-login ul li a {
        color: #2aa886;
    }

        .mainpage-header.static-login ul li a:hover {
            color: #fff;
        }

        .mainpage-header.static-login ul li a.login-link {
            border-right: 1px solid #2aa886;
        }

    .mainpage-header.static-login ul li {
        padding: 0;
        margin: 0;
    }

.about-body {
    padding: 55px 0px;
    float: left;
    width: 100%;
    min-height: calc(100vh - 187px);
}

    .about-body p {
        text-align: justify;
        font-size: 14px;
        line-height: 26px;
    }

.footer-static ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

    .footer-static ul li {
        list-style: none;
        display: inline-block;
    }

        .footer-static ul li a {
            color: #fff;
            font-size: 15px;
            padding: 20px 8px;
            display: inline-block;
        }

.footer-static .copyright p {
    text-align: right;
}

.about-inner {
    float: left;
    width: 100%;
    padding: 20px;
}

    .about-inner.about-why {
        border-left: 1px solid #ddd;
    }

    .about-inner h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 800;
        text-align: center;
        position: relative;
        color: #2aa886;
        margin-bottom: 28px;
    }

        .about-inner h2:after {
            content: "";
            position: absolute;
            background: #2aa886;
            height: 2px;
            width: 150px;
            left: 0;
            bottom: -8px;
            right: 0;
            margin: 0 auto;
        }

.contact-email span.glyphicon {
    background-color: #2aa886;
    color: #fff;
    margin-right: 8px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
}

.about-inner.contact-form {
    border-top: 0px;
    padding: 0px 20px 0px;
    border-left: 0px;
    position: relative;
}

.contact-form .suggestion-form {
    padding-top: 0;
}

    .contact-form .suggestion-form .form-group.successfull-message button {
        border-radius: 0px;
        margin-bottom: 0;
    }

.about-inner.contact-form:before {
    content: "";
    position: absolute;
    background-color: #ddd;
    height: 280px;
    width: 2px;
    left: 0;
    top: 9%;
}

.zin-modal .timing-modalinner.signup-popup {
    background-image: url(../image/main-pagebg.png);
}

.timing-modalright a.logo {
    margin-bottom: 28px;
    display: inline-block;
}

.zin-modal .signup-popup .timing-modalright a.profile-editbutton {
    background-color: #2aa886;
    margin-right: 15px;
}
/*First Time Login*/
.timing-modal {
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999999;
}

.timing-modalinner {
    background-color: #fff;
    padding: 22px 0px;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 4px;
}

.timing-modalclose a {
    position: absolute;
    background-color: #2aa886;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    right: -12px;
    top: -16px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
}

.timing-modalleft {
    position: absolute;
    left: 0;
    padding: 0;
    top: 0;
    height: 100%;
    background-color: #49b8b4;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.timing-modalright {
    text-align: center;
}

    .timing-modalright img {
        margin: 0 auto;
    }

    .timing-modalright h2 {
        color: #eb5b5b;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        margin: 35px 0px 28px;
        line-height: 35px;
    }

div#PatientListPaging {
    width: 100%;
}

.jPaginate .jPag-control-back {
    display: none;
}

#PatientListPaging span.jPag-snext {
    display: none;
}

.jPaginate div {
    margin: 0 auto;
}

.jPaginate ul.jPag-pages {
    width: auto !important;
    margin-top: 15px;
}

.timing-modalright h2 span {
    display: inline-block;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    font-size: 24px;
}

.timing-modalright p {
    color: #000;
    font-size: 22px;
    font-weight: 400;
}

.timing-modalright .profile-editbutton {
    width: auto;
    padding: 8px 40px;
    font-size: 20px;
    border-radius: 8px;
    margin-top: 20px;
    border: none;
}

    .timing-modalright .profile-editbutton:hover {
        color: #fff;
    }

.logo.logo-message {
    padding: 35px 0px;
}
/*----------   Zin Modal----------------------------*/
.zin-modal .timing-modalinner {
    max-width: 910px;
    background-image: url("../images/zin-bg.png");
}

.zin-modal .col-sm-5.timing-modalleft {
    background-color: #fff;
}

.zin-modal .timing-modalleft img {
    max-width: 90%;
}
/*.zin-modal .timing-modalleft:after {position: absolute; right: -30px; content: ""; border-top: 15px solid transparent; border-left: 30px solid #fff; border-bottom:15px solid transparent; top: 35%;}*/
.zin-modal h2 {
    color: #fff;
    font-size: 37px;
    font-weight: 600;
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: 'Merriweather', serif;
}

.col-sm-5.timing-modalleft {
    position: absolute;
    left: 0;
    padding: 0;
    top: 0;
    height: 100%;
    background-color: #49b8b4;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zin-modal h2:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 187px;
    left: 0;
    right: 0;
    bottom: -31px;
    margin: 0 auto;
}

.zin-modal h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin-top: 0;
    line-height: 33px;
    margin-bottom: 28px;
}

.zin-modal .timing-modalright p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Merriweather', serif;
}

.zin-modal h3.timimg-homeowizhead {
    font-size: 18px;
    font-weight: 400;
    margin-top: 62px;
    font-family: 'Merriweather', serif;
}

.zin-modal .timing-modalright p span {
    font-size: 44px;
    font-weight: 600;
}

    .zin-modal .timing-modalright p span.zin-time {
        font-size: 28px;
    }

.zin-modal .timing-modalright .profile-editbutton {
    width: auto;
    padding: 18px 60px;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 28px;
    background-color: #333;
    font-weight: 600;
    margin-bottom: 17px;
    border: none;
}

    .zin-modal .timing-modalright .profile-editbutton:hover {
        color: #fff;
    }

.col-sm-4.timing-modalleft {
    position: absolute;
    left: 0;
    padding: 0;
    top: 0;
    height: 100%;
    background-color: #49b8b4;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.recharge-head {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    background-color: #2aa886;
    padding: 11px;
}

/*#captcha span {
    width: 44px;
    background: gainsboro;
}*/




#captcha input {
    background: url(http://img3.uploadhouse.com/fileuploads/17737/17737011310213e71805ecf2292144cbbecf42ad.png) no-repeat scroll 0 0 transparent;
    margin: 5px 0 0;
    padding: 0;
    border: medium none;
    cursor: pointer;
    width: 15px;
    position: unset;
    margin-left: 9px;
    background-position: 0px 5px;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
    border: none;
}

.mainpage-header.static-login ul {
    border: 2px solid #2aa886;
    margin: 17px 15px;
}

    .mainpage-header.static-login ul li a {
        color: #2aa886;
    }

        .mainpage-header.static-login ul li a:hover {
            color: #fff;
        }

        .mainpage-header.static-login ul li a.login-link {
            border-right: 1px solid #2aa886;
        }

    .mainpage-header.static-login ul li {
        padding: 0;
        margin: 0;
    }

.mainpage-header ul {
    width: auto;
    border: 2px solid #fff;
    padding: 0px;
    margin: 0px;
}

    .mainpage-header ul li {
        list-style: none;
        display: inline-block;
        width: auto;
    }

        .mainpage-header ul li a {
            color: #fff;
            text-align: center;
            width: 100%;
            display: inline-block;
            font-size: 14px;
            padding: 6px 28px;
        }

            .mainpage-header ul li a.login-link {
                border-right: 1px solid #fff;
            }

            .mainpage-header ul li a:hover {
                background-color: #2aa886;
            }

img.logo-image {
    max-height: 46px;
    margin-left: 11px;
}

.successfull-message {
    margin-top: 0px;
}

    .successfull-message button {
        margin-bottom: 20px;
        background-color: #2aa886;
        color: #fff;
        border-radius: 20px;
        padding: 8px 48px;
        text-transform: uppercase;
        margin-right: 8px;
        font-size: 16px;
        margin-bottom: 35px;
    }

        .successfull-message button:hover {
            background: #333;
            color: #fff;
        }

.suggestion-form textarea.form-control {
    height: 150px;
    resize: none;
}

.suggestion-form input.form-control {
    height: 40px;
}

.suggestion-form .captcha-tab input.form-control {
    width: 120px;
    display: inline-block;
    margin-left: 8px;
}

.suggestion-form .form-group {
    margin-bottom: 20px;
}

    .suggestion-form .form-group.successfull-message {
        text-align: center;
    }

        .suggestion-form .form-group.successfull-message button {
            margin-right: 0;
        }

body.help-fixedbg {
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999999;
}

.suggestion-form {
    float: left;
    width: 100%;
    padding-top: 86px;
}

    .suggestion-form .form-group.successfull-message button {
        border-radius: 0px;
    }

.captcha-tab span.captcha-text {
    background-color: #ddd;
    padding: 8px 15px;
}

footer {
    text-align: center;
    color: white;
    font-size: 15px;
    background-color: #5a5a5a;
    float: left;
    width: 100%;
}

    footer p {
        margin: 0;
        padding: 20px 0;
    }
    .footer-static ul li {
        list-style: none;
        display: inline-block;
    }

        .footer-static ul li a {
            color: #fff;
            font-size: 15px;
            padding: 20px 8px;
            display: inline-block;
        }

.footer-static .copyright p {
    text-align: right;
    color: #fff;
}
/*----------   Logout Modal ----------------------------*/
.zin-modal.logout-modal .timing-modalinner {
    background-image: none;
    background-color: #2aa886;
    padding: 20px;
    text-align: center;
}

    .zin-modal.logout-modal .timing-modalinner p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px;
        padding:0;
    }

    .zin-modal.logout-modal .timing-modalinner .btn {
        background: none;
        color: #fff;
        border: 1px solid #fff;
        padding: 4px 28px;
        font-size: 20px;
        font-weight: 600;
        margin-top: 15px;
    }
/*User Registration popup*/
.zin-modal.created-account-modal .timing-modalinner {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    max-width: 509px;
    box-shadow: 0 5px 15px rgba(0,0,0,.8);
    padding: 20px 20px;
    text-align: center;
}

.created-account-modal .create-account-logo {
    margin: 0 auto;
    margin-bottom: 20px;
}
.created-account-modal p {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0px;
    padding:0;
}
.created-account-modal .btn {
    background-color: #2aa886;
    color: #fff;
    padding: 8px 28px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    margin-top: 20px;
}
.mainpage-wrapper.login-pagewrappertop {
    padding: 0px 0px 0px;
    min-height: calc(100vh - 30px);
}

.loginpage-body.mainpage-body ul.main-head {
    padding: 0;
    margin: 20px 0px 35px;
}

.loginpage-body .row .col-sm-8 {
    padding: 0;
}

.loginpage-body.mainpage-body .main-head li:nth-child(1) {
    padding-left: 0;
}

.loginpage-body.mainpage-body ul.main-head.doctor-patientlist li {
    font-size: 28px;
    padding-left: 10px;
}

.mainpage-body.login-body {
    padding-top: 55px;
}

.login-pagewrappertop .mainpage-logo {
    margin: 28px 0px 68px;
    border-bottom: 1px solid #fff;
    padding-bottom: 28px;
}

    .login-pagewrappertop .mainpage-logo img {
        max-height: 60px;
    }

.loginpage-body.mainpage-body a {
    margin-top: 0;
    transition: all 0.8s;
    margin-bottom: 20px;
}

.loginpage-body h2 {
    color: #fff;
    font-size: 46px;
    font-family: 'Merriweather', serif;
    margin-top: 0px;
    margin-bottom: 35px;
    background:none;
}

.loginmain-form {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 0px;
    text-align: left;
}

    .loginmain-form label.control-label {
        margin-right: 11px;
    }

.form-group {
    position: relative;
}

.loginmain-form .left-field-icon {
    float: left;
    width: 40px;
    height: 40px;
    background: #515151;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
}

.loginmain-form .form-control {
    width: 100%;
    padding-left: 49px;
    height: 40px;
}

.loginmain-form .forget-pass, .loginmain-form .forget-pass:hover {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
    float: right;
    line-height: 16px;
    margin-top: 0;
    background: none;
    padding: 3px 0 0 0;
    text-transform: capitalize;
}

.loginmain-form h2 {
    margin-bottom: 20px;
    background: none;
    margin-top: 0;
    padding: 8px;
    font-size: 35px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.loginmain-form form {
    padding: 0px 15px;
}

.loginpage-body.mainpage-body p {
    margin-top: 0;
    font-size: 24px;
}

    .loginpage-body.mainpage-body p:after {
        display: none;
    }

.loginmain-form form .form-group {
    margin-bottom: 20px;
}

.loginmain-form .button-login {
    margin: 0 0 0 0;
    padding: 5px 0;
    transition: all 0.8s;
    background: none;
    color: #fff;
    width: 100%;
    border: 2px solid #fff;
    font-size: 24px;
    border-radius: 4px;
}

    .loginmain-form .button-login:hover {
        background-color: #2aa886;
        border-color: #2aa886;
    }

.account-listing ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: inline-block;
    font-size: 13px;
    color: #2f2f2f;
    float: left;
}

    .account-listing ul li:first-child a {
        color: #fff;
    }

.account-listing ul {
    padding: 0;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}

.mainpage-body .account-listing a {
    margin-top: 0;
    text-decoration: underline;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
    background: none;
    padding: 0;
    text-transform: capitalize;
}

.mainpage-body.loginpage-body {
    padding: 0px 0px;
    min-height: 0;
}

.loginpage-body.mainpage-body .main-head li {
    font-size: 40px;
}

.loginmain-form {
    background: none;
    border-radius: 8px;
    padding: 0px;
    text-align: left;
    border: 2px solid #fff;
    width: 30%;
}

    .loginmain-form label {
        color: #fff;
    }

.mainpage-wrapper.login-pagewrappertop {
    padding: 0px 0px 0px;
    min-height: calc(100vh - 30px);
    float: left;
    width: 100%;
}

.loginpage-body.mainpage-body ul.main-head {
    padding: 0;
    margin: 0px 0px 35px;
}

.loginpage-body .row .col-sm-8 {
    padding: 0;
}

.loginpage-body.mainpage-body .main-head li:nth-child(1) {
    padding-left: 0;
}

.loginpage-body.mainpage-body ul.main-head.doctor-patientlist li {
    font-size: 35px;
    padding-left: 10px;
}

.dash-footer ul li {
    display: inline-block;
}

    .dash-footer ul li a {
        font-size: 13px;
        color: #202020;
        line-height: 30px;
        margin: 0px 15px;
        text-transform: capitalize;
    }

.dash-footer {
    float: left;
    width: 100%;
    height: auto;
    background: #efefef;
    text-align: center;
    position: relative;
    z-index: 99;
    bottom: 0;
    padding: 0;
}

    .dash-footer ul {
        margin: 0;
    }
.add-patient-button button.green-btn {
    float: none;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
}
.loginpage-body.mainpage-body ul.main-head.doctor-patientlist {
    margin: 44px 0px 44px;
}

.mainpage-wrapper {
    background-image: url("../images/main-pagebg.png");
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    padding: 28px 0px;
}
.loginmain-form.pull-right {
    width: 25%;
    margin-right: 28px;
}
.mainpage-header ul {
    width: auto;
    border: 2px solid #fff;
    padding: 0px;
    margin: 0px;
}

    .mainpage-header ul li {
        list-style: none;
        display: inline-block;
        width: auto;
    }

        .mainpage-header ul li a {
            color: #fff;
            text-align: center;
            width: 100%;
            display: inline-block;
            font-size: 14px;
            padding: 6px 28px;
        }

            .mainpage-header ul li a.login-link {
                border-right: 1px solid #fff;
            }

            .mainpage-header ul li a:hover {
                background-color: #2aa886;
            }

.mainpage-logo {
    float: left;
    width: 100%;
    text-align: center;
}

    .mainpage-logo img {
        max-height: 68px;
    }

.mainpage-body .main-head li {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 48px;
    margin-top: 0px;
    font-weight: 400;
    font-family: 'Merriweather', serif;
    display: inline-block;
    padding: 0px 15px;
}

.mainpage-body {
    float: left;
    width: 100%;
    min-height: calc(100vh - 160px);
    padding-top: 105px;
}

    .mainpage-body ul.main-head {
        padding: 0;
        margin: 0;
    }

    .mainpage-body p {
        color: #fff;
        text-align: center;
        font-size: 20px;
        line-height: 35px;
        margin-top: 20px;
        position: relative;
    }

        .mainpage-body p:after {
            position: absolute;
            content: "";
            background: #fff;
            height: 2px;
            width: 350px;
            bottom: -48px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .mainpage-body a {
        display: inline-block;
        text-align: center;
        padding: 8px 35px;
        text-transform: uppercase;
        color: #2aa886;
        font-size: 26px;
        background-color: #fff;
        margin-top: 106px;
        transition: all 0.8s;
    }

        .mainpage-body a:hover {
            background-color: #2aa886;
            color: #fff;
        }

    .mainpage-body .mainpage-logo a {
        background: none;
        padding: 0 0px 20px;
    }

        .mainpage-body .mainpage-logo a:hover {
            background: bone;
        }

    .mainpage-body .main-head li:after {
        content: "";
        right: -3px;
        background: #fff;
        height: 26px;
        width: 2px;
        position: absolute;
        top: 28%;
    }

    .mainpage-body .main-head li:last-child:after {
        display: none;
    }

.loginmain-form {
    background: none;
    border-radius: 8px;
    padding: 0px;
    text-align: left;
    border: 2px solid #fff;
    width: 30%;
}

footer.dash-footer {
    position: relative;
}

.explore-wrapper {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
}

.explore-left h2 {
    text-align: center;
    color: #64c096;
    font-size: 31px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 0;
}

.patient-exploreimage {
    margin: 0 auto;
    display: block;
    padding: 24px 0px;
    max-height: 214px;
}

.explore-list ul {
    padding: 0;
    margin-left: 15px;
}

.explore-list li {
    list-style: none;
    width: 100%;
    font-size: 15px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

    .explore-list li img {
        position: absolute;
        left: 0;
    }
.explore-right {
    background-color: #64c096;
    width: 100%;
    float: left;
    min-height: calc(100vh - 77px);
    padding: 20px;
}

    .explore-right h2 {
        text-align: center;
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .explore-right video {
        width: 100%;
        margin-top: 0px;
    }

    .explore-right .btn {
        display: inline-block;
        border: 4px solid #fff;
        transition: 0.8s;
        margin-top: 20px;
        color: #fff;
        font-size: 20px;
        padding: 8px 28px;
        font-weight: 600;
        float: right;
    }

        .explore-right .btn span.glyphicon {
            margin-left: 20px;
        }

        .explore-right .btn:hover {
            background-color: #fff;
            color: #333;
        }

.explore-SlideNone {
    display:none;
}

.explore-nextbutton ul li span.border {
    background-color: #fff;
    height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50%;
}
.explore-right .btn span.glyphicon.glyphicon-arrow-left {
    margin-right: 20px;
    margin-left: 0;
}
.explore-right .btn.previous-explorebtn {
    float: left;
}
.explore-nextbutton ul li a {
    display: inline-block;
    margin-right: 11px;
}

    .explore-nextbutton ul li a.active span.border {
        background-color: #64c096;
    }

.explore-nextbutton ul li {
    display: inline-block;
    list-style: none;
}

.explore-nextbutton ul {
    width: 11%;
    margin: 0 auto;
    background-color: #ddd;
    padding: 8px 0px 6px 0px;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.explore-list p {
    font-weight: 600;
    font-size: 16px;
    margin-left: 57px;
}
.patient-searchtable .trclsPatient .glyphicon.glyphicon-circle-arrow-right {
    font-size: 22px;
    color: #2aa886;
}

p.contact-detailstext {
    margin-top: 15px;
}

p.contact-detailstext {
    margin-top: 15px;
    position: relative;
    padding-left: 48px;
}

p.contact-detailstext span.glyphicon {
        position: absolute;
        top: 0;
        left: 0;
}
.pr-0.explore-right-main {
    padding: 0;
}
@media screen and (max-width:1280px) {
    /* explore responisve */
    .explore-right {
        min-height: calc(100vh - 101px);
    }

    .patient-exploreimage {
        max-width: 100%;
    }
}

@media screen and (max-width:991px) {
    /* explore responisve */
    .explore-right .btn {
        width: 100%;
    }
    /* login responsive */
    .loginpage-body.mainpage-body ul.main-head.doctor-patientlist {
        margin: 0px 0px 20px;
    }

    .loginpage-body.mainpage-body p {
        margin-bottom: 0;
    }

    .loginmain-form.pull-right {
        width: 100%;
        margin-right: 0;
        margin-top: 40px;
    }

    .mainpage-body.loginpage-body {
        padding: 0px 28px;
        min-height: 0;
    }
}

@media screen and (max-width:767px) {
    /* explore responisve */
    .navbar-header.explore-navbar {
        width: 50%;
        float: left;
    }
    .navbar-headerstatic button.navbar-toggle {
        display: none;
    }
    .explore-right {
        min-height: 0;
    }
        .navbar-header.explore-navbar a.navbar-brand {
            height: auto;
            padding: 0px;
        }

    nav.navbar.navbar-explore .mainpage-header.static-login ul {
        margin: 6px 0 0 0;
    }

    nav.navbar.navbar-explore {
        padding: 15px 0px;
    }

    .explore-right video {
        width: 100%;
        margin-top: 0;
    }

    .explore-right h2 {
        margin-bottom: 28px;
        font-size: 24px;
    }

    .explore-right {
        padding: 20px 20px 28px;
    }
    .explore-right .btn span.glyphicon {
            margin-left: 8px;
     }
    .explore-right .btn span.glyphicon.glyphicon-arrow-left {
            margin-right: 8px;
            margin-left: 0;
    }
    .explore-right .btn {
            width: 48%;
            font-size: 16px;
            padding: 8px;
    }
    .patient-exploreimage {
        max-height: 185px;
    }
    /* login responsive */
    .login-pagewrappertop .mainpage-logo {
        margin: 28px 0px 28px;
    }

    .loginpage-body.mainpage-body .main-head li {
        font-size: 22px;
    }

    .loginpage-body.mainpage-body ul.main-head {
        margin: 0px 0px 20px;
    }

        .loginpage-body.mainpage-body ul.main-head.doctor-patientlist {
            margin: 0px 0px 0px;
        }

            .loginpage-body.mainpage-body ul.main-head.doctor-patientlist li {
                font-size: 20px;
                padding-left: 10px;
            }

    .mainpage-body .main-head li:after {
        top: 2px;
    }

    .mainpage-body .main-head.doctor-patientlist li:after {
        top: 2px;
        right: 0;
    }

    .loginpage-body.mainpage-body p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 20px;
        padding: 0 0 15px 0px;
    }

    .loginpage-body.mainpage-body ul.main-head.doctor-patientlist {
        margin: 0px 0px 20px;
    }

    .loginmain-form.pull-right {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 44px;
    }

    .loginpage-body.mainpage-body a {
        padding: 0;
    }
    /* contact-us responsive */
    .navbar-header.navbar-headerstatic a.navbar-brand {
        height: auto;
        padding: 0;
    }

    .mainpage-header.static-login ul {
        margin: 9px 0 0 0;
    }

    .navbar.navbar-mainstatic {
        margin-bottom: 0;
        padding: 11px;
    }

    .navbar-header.navbar-headerstatic img {
        max-width: 100%;
    }

    .navbar.navbar-mainstatic .container-fluid {
        padding: 0;
    }

    .container-fluid .navbar-header.navbar-headerstatic {
        width: 50%;
        float: left;
        margin: 0;
    }

    .about-body {
        padding: 0px 0px;
    }

    .about-inner.about-why {
        border-left: 0px;
        border-top: 1px solid #ddd;
    }

    .about-inner {
        padding: 20px 0px;
    }

    .about-body.contact-body {
        padding: 20px 0px 20px;
    }

    .about-inner.contact-form {
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 20px;
        padding: 20px 0px 0px;
    }

        .about-inner.contact-form:before {
            display: none;
        }

        .about-inner.contact-form .form-group.successfull-message {
            margin-bottom: 0;
        }

    .contact-form .suggestion-form .col-sm-12 {
        padding: 0;
    }
}

@media screen and (max-width:480px) {
    /* contact-us responsive */
    .mainpage-header ul li a {
        padding: 6px 8px;
    }

    .navbar-header.navbar-headerstatic img {
        max-width: 140px;
    }

    .mainpage-header.static-login ul {
        margin: 0;
    }
    .login-pagewrappertop .mainpage-logo img {
        max-height: 44px;
    }
    .login-pagewrappertop .mainpage-logo {
        margin: 11px 0px 11px;
        padding-bottom: 11px;
    }
    .loginpage-body.mainpage-body .main-head li {
        font-size: 14px;
        padding: 0px 8px;
    }
        .loginpage-body.mainpage-body .main-head li:first-letter {
            font-size: 16px;
        }
    .mainpage-body .main-head li:after {
        top: 4px;
    }
    .loginpage-body.mainpage-body ul.main-head.doctor-patientlist li {
        font-size: 16px;
        padding-left: 10px;
    }
    .mainpage-body.loginpage-body {
        padding: 0px 8px;
        min-height: 0;
    }
        .mainpage-body.loginpage-body .col-md-8 {
            padding: 0;
        }
    .mainpage-body .main-head li:after {
        top: 4px;
        height: 18px;
    }
    .loginpage-body.mainpage-body p {
        font-size: 14px;
        line-height: 20px;
    }
    .loginmain-form.pull-right {
        width: 100%;
        margin-right: 0;
        margin-top: 11px;
        margin-bottom: 44px;
    }
    .loginmain-form h2 {
        margin-bottom: 11px;
        background: none;
        margin-top: 0;
        padding: 6px;
        font-size: 22px;
        border-radius: 4px 4px 0px 0px;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    .account-listing ul {
        margin: 0 0 8px;
        float: left;
        width: 100%;
    }
    .loginpage-body.mainpage-body ul.main-head {
    margin: 0px 0px 11px;
    }
   .loginpage-body.mainpage-body ul.main-head.doctor-patientlist {
     margin: 0px 0px 11px;
   }
}

.activeChapter {
    background: #036a8c !important;
    color: #fff !important;   
}
.activeNewChapter {
    background-color: #2ecc71 !important;
}

.keynotes-rightbottom.MostBottom {
    border-color: #75b5ce;
}

    .keynotes-rightbottom.MostBottom .keynotes-bottomheader {
        background-color: #75b5ce;
    }

    .keynotes-rightbottom.MostBottom .keynotes-supertop h2 {
        background-color: #75b5ce;
    }

.MostBottom .keynotes-wrapperbody .btn {
    background-color: #75b5ce;
}

.MostBottom .super-effective-button {
    background-color: #75b5ce;
}

.HighlyBottom {
    border-color: #9ebb9f;
}

    .HighlyBottom .keynotes-bottomheader {
        background-color: #9ebb9f;
    }

    .HighlyBottom .keynotes-supertop h2 {
        background-color: #9ebb9f;
    }

    .HighlyBottom .keynotes-wrapperbody .btn {
        background-color: #9ebb9f;
    }

    .HighlyBottom .super-effective-button {
        background-color: #9ebb9f;
    }

.keynotes-rightbottom.EffectiveBottom {
    border-color: rgba(255,113,0, 0.6);
}

    .keynotes-rightbottom.EffectiveBottom .keynotes-bottomheader {
        background: rgba(255,113,0, 0.6);
    }

    .keynotes-rightbottom.EffectiveBottom .keynotes-supertop h2 {
        background-color: rgba(255,113,0, 0.6);
    }

.EffectiveBottom .keynotes-wrapperbody .btn {
    background-color: rgba(255,113,0, 0.6);
}

.EffectiveBottom .super-effective-button {
    background-color: rgba(255,113,0, 0.6);
}
.keynotes-backendwrapper .keynotes-frontend {
    width: 20%;
}
.keynote-frontend-main .keynotes-right {
    width: 80%;
}
.keynotes-rightbottom.keynotes-frontend-details {
    min-height: 0;
    border: none;
}
.keynote-frontend-main .livesearch {
    background-color: #fff;
    margin-top: 8px;
    position: absolute;
    max-height: 350px;
    overflow-y: auto;
}
.keynote-frontend-main .livesearch td {
    border: 1px solid #ddde;
    padding: 8px;
    cursor: pointer;
}
.keynotes-frontend .listingText {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    position:relative;
}
.keynotes-frontend .listingText.activeNewChapter {
    color: #fff;
}

b.first-content {
    position: absolute;
    right: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    display: block;
    opacity:0;
    top:  6px;
}
.listingText:after {
    position: absolute;
    right: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    content: "2";
   display: none;
    top: 6px;
}
.listingText:before {
    position: absolute;
    right: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    content: "3";
    display: none;
    top: 6px;
}
.listingText.FirstSearch {
    background: #036a8c;
    color: #fff !important;
}
.listingText.SecondSearch {
    background: #036a8c;
    color: #fff !important;
}
.listingText.FirstSearch.SecondSearch.ThirdSearch {
    background: #036a8c;
    color: #fff !important;
}
.listingText.ThirdSearch {
    background: #036a8c;
    color: #fff !important;
}
.listingText.FirstSearch.SecondSearch:after {
    right: 40px;
}
.listingText.FirstSearch.SecondSearch.ThirdSearch:before {
    right: 66px;
}
.listingText.FirstSearch.ThirdSearch:before {
    right: 40px;
}
.listingText.SecondSearch.ThirdSearch:before {
    right: 46px;
}
.keynotes-frontend .listingText.FirstSearch b.first-content {
    opacity: 1;
   
}
.keynotes-frontend .listingText.SecondSearch:after {
    display: block;
    
}
.keynotes-frontend .listingText.ThirdSearch:before {
    display: block;
  
}
.compre-remediesinner .clsColInner {
    float: left;
    width: 100%;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.compre-remediesinner .clsColInner .keynotes-righttop {
    background: none;
}
.colinner-close {
    position: absolute;
    right: 24px;
    text-align: center;
    line-height: 33px;
    top: 4px;
    display: inline-block;
}
.colinner-close img {
    max-width: 16px;
}
.clsColInner .keynotes-righttop label {
    margin-bottom: 0;
    line-height: 34px;
    font-size: 16px;
    padding-left: 0;
    width: 100%;
    background-color: #229576;
    color: #fff;
    margin-bottom: 12px;
    padding: 4px 8px;
    border-radius: 4px 4px 0px 0px;
}
.compre-remediesinner .clsColInner .keynotes-righttop {
    background: none;
}
.clsColInner .search-remedy-input {
    position: relative;
}
.clsColInner .search-remedy-input .glyphicon-search {
    position: absolute;
    right: 30px;
    height: 32px;
    background-color: #229576;
    padding: 0px;
    width: 28px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}
.KeynotesOnly .keynotes-bottomheader {
    background: none;
    color: #2aa886;
    text-align: left;
    border-bottom: 1px solid #2aa886;
    padding-left: 0px;
}
.KeynotesOnly .keynotes-rightbottom.MostBottom .keynotes-bottomheader {
    background: none;
    color: #75b5ce;
    text-align: left;
    border-bottom: 1px solid #75b5ce;
    padding-left: 0px;
}
.KeynotesOnly .keynotes-rightbottom.HighlyBottom .keynotes-bottomheader {
    background: none;
    color: #9ebb9f;
    text-align: left;
    border-bottom: 1px solid #9ebb9f;
    padding-left: 0px;
}
.KeynotesOnly .keynotes-rightbottom.EffectiveBottom .keynotes-bottomheader {
    background: none;
    color: rgba(255,113,0, 1.0);
    text-align: left;
    border-bottom: 1px solid rgba(255,113,0, 0.6);
    padding-left: 0px;
}
.KeynotesOnly .keynotes-wrapperbody {
    padding: 0;
}
.KeynotesOnly .keynotes-wrapperbody p {
    margin-bottom: 0;
}
.KeynotesOnly .keynotes-rightbottom.keynotes-frontend-details {
    margin-top: 8px;
}
.col-sm-6.keynotes-main-heading {
    padding-left: 0px;
}
#ContentPlaceHolder1_DivRemedyView {
    float: left;
    width: 100%;
}
.keynote-frontend-main .remedyrelationship-keynotessright {
    width: 60%;
}
.remedyrelationship-keynotessright #divDescription {
    padding: 8px 0px;
}
.remedyrelationship-keynotessright .keynotes-righttop {
    padding: 0;
}
.CSSNewRR .list_out {
    float: left;
    width: 100%;
}
.col-lg-1-5.rr-dd {
    width: 60%;
}
.RRDescription {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    height: 440px;
    font-weight: 600;
}
.RRSearchBox {
    z-index: 999;
    display: block;
    max-height: 400px;
    overflow-y: auto;
    width: 342px;
}
.RRFullMedicineName {
    font-size: 15px;
    font-weight: 600;
    padding: 6px;
}
.RRMMButton {
    float: right;
    border: 1px solid;
    padding: 2px;
}

.CSSNewRR .activeNewChapter {
    background-color: #229576 !important;
    color:#fff !important;
}