@import "style_j.css"; @import "style_a.css"; @import "style_v.css"; @font-face {
    font-family: "Open Sans";
    src: url("../fonts/opensans-family/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-family/opensans-regular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url("../fonts/opensans-family/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-family/opensans-semibold.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("../fonts/opensans-family/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-family/opensans-bold.woff") format("woff");
    font-weight: normal;
}

body {
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans Semibold', calibri, sans-serif;
    transition: opacity .25s ease;
    background: #fafafa;
}

strong {
    font-family: "Open Sans Bold";
    font-weight: normal;
}

.bold {
    font-family: "Open Sans Bold";
    font-weight: normal;
}

.medium {
    font-family: "Open Sans Semibold";
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.main-content li {
    margin: 5px 0px;
}

.main-content li li {
    list-style: circle;
}

.mc-popup-left li {
    margin: 10px 0px;
}

.sec-analysis-box ul li {
    margin: 14px 0px;
}

.red-border {
    border: 1px solid #ff0000;
}

.blue-border {
    border: 1px solid #0000c9;
}

h1 {
    font-size: 2.4em;
    margin-bottom: 0.6em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.6em;
    font-weight: 300;
}

h2 sup {
    font-size: 0.6em;
}

h3 {
    font-size: 1.8em;
    margin-bottom: 0.6em;
}

h3 sup {
    font-size: 0.6em;
}

p sup {
    font-size: 0.6em;
}

li sup {
    font-size: 0.6em;
}

sup {
    font-size: 0.6em;
}

sub {
    font-size: 0.6em;
}

.homepage h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.homepage.desktop-view {
    justify-content: inherit;
    padding-top: 205px;
    padding-left: 82px;
}

.homepage .main-content {
    z-index: 1;
}

#container {
    transition: all .2s ease;
}

.slide-content-ref a {
    text-decoration: underline;
}

.slide-content-ref a:hover {
    color: #0095ff;
}

a, .primary-color {
    color: #0000c9;
}

a:hover {
    text-decoration: underline;
    color: #0095ff;
}

p {
    margin-bottom: 20px;
}

ul, ol {
    margin-left: 20px;
}

img {
    max-width: 100%;
}

.main-box1 {
    margin: 0px 0px;
}

.main-box-full {
    max-width: 100%;
}

.lighter-blue {
    background: #cceaff;
}

/* Margins*/
.mb-2 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 50px;
}

.pb-0 {
    padding-bottom: 0px;
}

.row {
    display: flex;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.ref {
    font-weight: bold;
    margin-bottom: 8px;
	font-family: "Open Sans Bold";
}

.main-heading {
    margin-right: 0em;
    margin-top: 0em;
    color: #00004e;
    float: left;
    width: calc(100% - 150px)
}

.main-heading br {
    display: none;
}

.mr-15 {
    margin-right: 15em;
}

.mr-19 {
    margin-right: 19em;
}

.main-heading h2 {
    font-size: 2em;
    color: #00004e;
    margin-bottom: 20px;
    min-height: 76px;
    padding-left: 0px;
    font-family: "Open Sans Semibold";
}

.main-heading h2 sup {
    font-size: 0.6em;
}

.main-heading h2.mb-0 {
    margin-bottom: 0px;
}

.main-heading-summary.main-heading {
    /*margin-top:-4.5em;*/
}

.main-heading-summary.main-heading h2 {
}

.heading-align-center {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -5px;
    top: 100px;
}

.heading-align-center h2 {
    font-size: 2.3em;
    color: #00004e;
    padding-top: 0%;
}

.mtpages .main-heading {
}

.mtpages .main-heading h2 {
}

.long-safety-content-blue {
    background: #cceaff;
}

.long-safety-content-blue li {
    font-size: 14.2px;
}

.content-area {
    opacity: 1;
    transition: opacity .25s ease;
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    max-width: 1260px;
}

.svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tablet-view {
    opacity: 0;
    transition: background .25s ease;
}

.menu-icon {
    max-width: 106px;
    position: fixed;
    top: 40%;
    cursor: pointer;
}

.menu-icon img {
    width: 50px;
    box-shadow: 1px 3px 3px #00000080;
    border-radius: 0px 9px 9px 0px;
}

.desktop-view {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    justify-content: center;
    position: absolute;
    padding-left: 60px;
    padding-right: 60px;
    bottom: 66px;
    right: 0px;
    left: 0px;
    background-image: url(../img/bg-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.heart-vector {
    position: absolute;
    right: -50px;
    top: 7em;
    bottom: 1em;
    width: 100%;
    text-align: right;
    opacity: 0.5;
}

.heart-vector img {
    max-height: 100%;
    height: 100%;
}

.desktop-view-inner {
    /* display: flex; */
    flex-direction: column;
    width: auto;
    justify-content: center;
    position: absolute;
    padding-left: 60px;
    padding-right: 60px;
    bottom: 66px;
    right: 0px;
    left: 0px;
    top: 0px;
    background: #fff;
}

.desktop-view-inner .main-content {
    /* height:100%; */
    padding: 15px 17px 0px 17px;
}

.desktop-view-inner .main-content.pb-0 {
    padding-bottom: 0px;
}

.homepage h1 {
    font-size: 3.7em;
    line-height: 65px;
}

.homepage h1 sup {
    font-weight: normal;
    line-height: 7px;
    position: relative;
    top: -1px;
    font-size: 30px;
}

.homepage h3 {
    font-size: 3.5em;
}

.pfizer-logo {
    width: 140px;
    float: right;
    text-align: right;
}

.pfizer-logo img {
    max-width: 140px;
}

.footer-area .pfizer-logo {
    width: 125px;
    float: left;
    padding: 10px 0px 0px 0px;
    height: 65px;
}

.footer-area .pfizer-logo img {
    max-width: 8em;
}

.main-article {
    color: #000;
}

.main-article ul {
    margin-bottom: 20px;
}

.main-article li li {
    list-style: circle;
}

.black-arrow {
    width: 310px;
    height: 18px;
    background: #000;
    display: inline-block;
    background: url(../img/black-arrow.svg);
    margin-left: 20px;
    position: relative;
    top: 5px;
    background-repeat: no-repeat;
}

/* breadcrumbs */
.breadcrumbs {
    margin-bottom: 10px;
    font-size: 12px;
    color: #0095ff;
    padding-left: 0px;
    width: 100%;
    display: table;
}

.breadcrumbs a, .breadcrumbs a:focus, .breadcrumbs a:active {
    color: #0095ff;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #0095ff;
}

.popup-main-box .breadcrumbs {
    padding-left: 0px;
}

/* Tabs */
.tabs ul {
    margin: 20px 0px;
}

.tabs li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
}

.tabs li a {
    background: #17375e;
    font-weight: bold;
    border: 2px solid #385d8a;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    min-width: 160px;
    display: block;
    text-align: center;
}

.tabs li a.active {
    background-color: #95b3d7;
    border-color: #385d8a;
}

/* Popup tabs */
.popup-tabs {
    padding-top: 0px;
}

.popup-tabs ul {
    margin: 0px;
    text-align: center;
}

.popup-tabs li {
    list-style: none;
    display: inline-block;
    padding: 6px 5px 0px;
}

.popup-tabs li a {
    background: #292b7759;
    border-radius: 8px;
    padding: 0px 15px;
    margin: 10px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    width: 210px;
    text-align: center;
    position: relative;
    height: 75px;
    display: table-cell;
    vertical-align: middle;
}

.popup-tabs li a:after {
    content: '+';
    font-weight: bold;
    text-align: center;
    background: #0000c9;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 12px;
    top: 6px;
    right: 6px;
}

.popup-tabs li.popup-tabs-so a:after {
    content: '';
    background: none;
    border: 0px;
}

.popup-tabs.tabs-page1 li a {
    height: 60px;
}

.popup-tabs li a:hover {
    background: #292b77;
    color: #fff;
}

.popup-tabs li a.active {
    color: #fff;
}

.popup-tabs.tabs-page1 li {
    width: 18%;
    margin-bottom: 5px;
}

.popup-tabs.tabs-page1 li a {
    padding: 0px 5px;
    width: inherit;
    font-size: 0.85em;
}

.popup-tabs.tabs-page2 li {
    width: 15%;
    margin-bottom: 0px;
}

.popup-tabs.tabs-page2 li a {
    padding: 0px 5px;
    width: inherit;
    font-size: 0.85em;
    height: 60px;
}

.popup-tabs.tabs-page2 li a:after {
    width: 13px;
    height: 13px;
    line-height: 12px;
    font-size: 1em;
    border-width: 2px;
}

.popup-tabs.tabs-page3 li {
    width: 13%;
    margin-bottom: 10px;
}

.popup-tabs.tabs-page3 li a {
    padding: 0px 5px;
    width: inherit;
    font-size: 0.85em;
    height: 60px;
}

.popup-tabs.tabs-page3 li a:after {
    width: 13px;
    height: 13px;
    line-height: 12px;
    font-size: 1em;
    border-width: 2px;
}

.popup-box-continer ul li {
    margin-bottom: 10px;
}

.popup-box.expanded, .popup-box1.expanded, .popup-box2.expanded, .popup-box3.expanded, .popup-box4.expanded, .popup-box5.expanded, .popup-box6.expanded {
    display: inline-block !important;
}

.popup-box2.collapsed, .popup-box3.collapsed {
    display: none !important;
}

.popup-box123.expanded {
    display: inline-block !important;
}

.popup-box123.collapsed {
    display: none !important;
}

.border-blue {
    border: 1px solid #0000c9;
}

.numbers_pagination {
    margin-top: 2px;
    font-size: 14px;
}

.numbers_pagination a {
    color: #cceaff;
}

.numbers_pagination a.active {
    color: #000;
}

.numbers_pagination span {
    color: #cceaff;
}

/* Footer */
.footer-area {
    background: #ededed;
    position: absolute;
    border-top: 2px solid #1b3357;
    padding: 0px 95px 0px 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 8;
}

.footer-list ul li img {
    max-height: 13px;
}

.footer-list ul {
    margin: 0px;
    text-align: right;
}

.footer-list ul li {
    display: inline-block;
    border-left-width: 1px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-image: linear-gradient(to bottom,#84849e,rgba(0, 0, 0, 0)) 1 100%;
}

.footer-list ul li.inactive {
    opacity: 0.4;
}

.footer-list ul li a {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 12px 14px 25px;
}

.footer-list ul li a.active {
    background: rgb(123,198,252);
    background: linear-gradient(360deg, rgba(123,198,252,1) 0%, rgba(235,236,237,1) 100%);
}

.footer-list ul li a .icon {
    height: 28px;
    width: 28px;
    border: 1px solid #91919b;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
    border-radius: 5px;
}

.footer-list ul li a.active .icon {
    background: #1c164a;
}

.footer-list ul li a.active .icon .active-icon {
    display: inline-block;
}

.footer-list ul li a.active .icon .inactive-icon, .footer-list ul li a .icon .active-icon {
    display: none;
}

.footer-list ul li a .icon-text {
    position: absolute;
    bottom: 9px;
    left: -6px;
    right: -6px;
    text-align: center;
    color: #16154b;
    font-size: 10px;
    line-height: 1;
}

.copyright-text {
    text-align: center;
    margin-top: 22px;
    position: absolute;
    left: 213px;
    right: 213px;
}

.slide-content-ref {
    width: auto;
    background: #fff;
    padding: 20px 30px 20px 30px;
    position: absolute;
    bottom: 66px;
    color: #000;
    z-index: 8;
    left: 70px;
    right: 70px;
    border-radius: 15px 15px 0px 0px;
    font-size: 14px;
}

.slide-content-ref1, .slide-content-ref2, .slide-content-ref3, .slide-content-ref4, .slide-content-ref5, .slide-content-ref6 {
    width: auto;
    background: #fff;
    padding: 30px 30px 20px 30px;
    position: absolute;
    bottom: 66px;
    color: #000;
    z-index: 9;
    left: 70px;
    right: 70px;
    border-radius: 15px 15px 0px 0px;
    font-size: 16px;
}

.slide-content-ref li, .slide-content-ref1 li, .slide-content-ref2 li, .slide-content-ref3 li, .slide-content-ref4 li, .slide-content-ref5 li, .slide-content-ref6 li {
    margin-bottom: 8px;
}

.slide-content-ref1 li a, .slide-content-ref2 li a, .slide-content-ref3 li a, .slide-content-ref4 li a, .slide-content-ref5 li a, .slide-content-ref6 li a {
    text-decoration: underline;
}

.popup-box-continer .main-box {
    max-width: 100%;
}

.contul {
    background-color: #cceaff;
    padding: 25px;
    border-radius: 15px;
}

.grey-box .contul {
}

.row1 .contul {
    min-height: 360px;
}

.row1 .contul ul li {
    padding: 10px 0px;
}

.row1 .contul ul li ul li {
    padding: 0px;
}

/* slide-menu */
.menu-sidebar {
    z-index: 8;
}

.slide-menu {
    width: auto;
    background: #d1a119;
    padding: 0px;
    position: absolute;
    left: -260px;
    top: 0px;
    bottom: 66px;
    color: #fff;
    z-index: 3;
    border-radius: 0px;
    width: 260px;
    transition: .25s ease;
    z-index: 10;
}

.slide-menu.expanded {
    left: 0px;
}

.slide-menu ul {
    margin: 0px;
    position: absolute;
    bottom: 0px;
    transition: .25s ease;
    z-index: 1;
}

.slide-menu li {
    list-style: none;
}

.slide-menu li a {
    padding: 0em 2.5em 0em 1.5em;
    background: #292b77;
    color: #fff;
    font-weight: bold;
    border-top: 1px solid #6a6ba0;
    text-decoration: none;
    font-size: 1.1em;
    height: 70px;
    vertical-align: middle;
    width: 260px;
    display: table-cell;
}

.slide-menu li a:hover, .slide-menu li a.active {
    background: #545592;
}

/* SLide menu dropdown */
.slide-menu li.sub-menu {
}

.slide-menu li.sub-menu li {
    width: 100%;
}

.slide-menu li.sub-menu li a {
    background: none;
    border-color: #6d7fab;
    padding-right: 35px;
}

.slide-menu li.sub-menu li:last-child {
    border-bottom: 1px solid #6d7fab;
}

.slide-menu li.sub-menu li a:hover, .slide-menu li.sub-menu li a.active {
    background: #495f96;
}

.slide-menu li.sub-menu ul {
    position: absolute;
    left: 0px;
    top: 72px;
    width: 240px;
    z-index: -1;
    opacity: 0;
}

.slide-menu li#submenu2 ul {
    bottom: 0px;
}

.slide-menu li#submenu5 ul {
    top: auto;
    bottom: -1px;
}

.slide-menu li.sub-menu ul.menu-open {
    left: 100%;
    z-index: 1;
    opacity: 1;
}

.slide-menu li.sub-menu ul li.active {
}

.slide-menu.expanded .active > a, .slide-menu.expanded2 .active > a, .slide-menu.expanded5 .active > a {
    background: #545592;
}

.sub-menu-div {
    position: absolute;
    left: 0px;
    background: #274182;
    top: 0px;
    bottom: 0px;
    width: 240px;
    transition: .25s ease;
    opacity: 0;
}

.sub-menu-div.expanded, .sub-menu-div.expanded2, .sub-menu-div.expanded5 {
    left: 260px;
    display: block;
    opacity: 1;
}

.slide-menu .dropdown-menu li a {
    width: 240px;
}

#sidebar-menu-close {
    padding: 20px;
    text-align: right;
}

#sidebar-menu-close img {
    max-width: 2em;
    cursor: pointer;
}

.close-tab, .close-tab1, .close-tab2, .close-tab3, .close-tab4, .close-tab5, .close-tab6, .close-tab1_a {
    position: absolute;
    right: -17px;
    top: -17px;
    width: 45px;
}

.close-tab img, .close-tab1 img, .close-tab2 img, .close-tab3 img, .close-tab4 img, .close-tab5 img, .close-tab6 img, .close-tab1_a img {
    max-width: 100%;
}

.black-overlay {
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transition: opacity .35s ease;
    visibility: hidden;
}

.black-overlay.show {
    opacity: 0.7;
    visibility: visible;
    z-index: 8;
}

.black-overlay1 {
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 6;
    transition: opacity .35s ease;
    visibility: hidden;
}

.black-overlay1.show {
    opacity: 0.7;
    visibility: visible;
}

#ref-tab.hide {
    display: none;
}

#ref-tab1, #ref-tab2, #ref-tab3, #ref-tab4, #ref-tab5, #ref-tab6 {
    display: none;
}

#ref-tab1.show, #ref-tab2.show, #ref-tab3.show, #ref-tab4.show, #ref-tab5.show, #ref-tab6.show {
    display: inline-block;
}

#ref-tab-inactive1 {
    display: none;
}

#ref-tab-inactive1.show {
    display: inline-block;
}

/* column grid */
.col-sm-12 {
    width: 100%;
}

.col-sm-8 {
    width: 60%;
    padding: 0px 10px;
}

.col-sm-4 {
    width: 40%;
    padding: 0px 10px;
}

.row1 {
    margin: 0px -10px;
    display: flex;
}

.row1 .table-boxs tbody td {
    padding: 12px 10px;
}

.row1 .table-boxs tbody .empty-row td {
    padding: 3px;
}

.sec-analysis-box ul ul {
    margin-left: 25px;
}

/* Graph */
.bargraph1 {
    position: relative;
    max-width: 630px;
    margin: 35px auto 20px auto;
    min-height: 286px;
    padding-left: 70px;
}

.bars-yaxis {
    position: absolute;
    left: 40px;
    bottom: 92px;
    border-right: 1px solid #000;
    padding-right: 14px;
}

.ylabel {
    height: 70px;
}

.ylabel:last-child {
    height: 13px;
}

.ylabel span {
    position: relative;
    width: 15px;
    display: block;
}

.ylabel span:after {
    content: '';
    height: 1px;
    width: 10px;
    background: #000;
    right: -15px;
    top: 10px;
    position: absolute;
}

.y-axis-title {
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    left: -70px;
    bottom: 54%;
    font-weight: bold;
}

.x-axis-title {
    font-weight: bold;
    margin-left: 45px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.bars-xaxis {
    border-top: 1px solid #000;
    padding-top: 14px;
}

.bars-xaxis .col, .bargraphs .col {
    width: 140px;
    text-align: center;
}

.bargraphs .col {
    padding-left: 14px;
    padding-right: 14px;
    width: auto;
}

.all-area .bargraphs .col {
    padding-right: 0px;
}

.bars-xaxis .graph-label {
    position: relative;
}

.probnp-graph .bars-xaxis .graph-label {
    float: left;
    left: 136px;
}

.bars-xaxis .graph-label:before {
    content: '';
    height: 10px;
    width: 1px;
    background: #000;
    top: -15px;
    left: 8px;
    position: absolute;
}

.barbox {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.bars-xaxis .two-digit .graph-label {
    position: relative;
    right: 4px;
}

.bargraph2 .bars-xaxis .two-digit .graph-label:before {
    left: 6.8px;
}

.bars-xaxis .three-digit .graph-label {
    position: relative;
    right: 8px;
}

.bargraph2 .bars-xaxis .three-digit .graph-label:before {
    left: 10.8px;
}

.bars-xaxis .four-digit-first .graph-label {
    position: relative;
    right: 12px;
}

.bargraph2 .bars-xaxis .four-digit-first .graph-label:before {
    left: 15.8px;
}

.bars-xaxis .graph-label.no-stick:before {
    background: transparent;
}

.bargraphs {
    height: 286px;
    position: relative;
    bottom: 0;
}

.bargraphs > .row {
    position: absolute;
    bottom: 0px;
}

.bars {
    width: 36px;
    float: left;
    margin: 0px 10px;
    height: 100%;
    position: relative;
    padding-top: 18px;
}

.bars span {
    position: relative;
    top: -24px;
}

.bargraph2 .bargraphs {
    height: 250px;
}

.bargraphs1 {
    height: 250px;
    position: relative;
    bottom: 0;
}

.bargraphs1 > .row {
    position: absolute;
    bottom: 0px;
}

.bargraphs1 .col {
    padding-left: 14px;
    padding-right: 14px;
    width: auto;
}

.bargraphs1 .col {
    width: 140px;
    text-align: center;
}

.light-blue-bar .barbox, .light-blue {
    background: #0095ff;
}

.dark-blue-bar .barbox, .dark-blue {
    background: #0000c9;
}

.bargraph-info {
    padding-left: 15px;
}

.bargraph-info span {
    width: 22px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -2px;
}

.bargraph1 .bargraph-info .bargraph-text {
    text-align: left;
}

/* Graph 50 */
.graph-50 .bargraphs .col {
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
}

.graph-50 {
    max-width: 940px;
    margin-bottom: 0px;
}

.graph-50 .bars-xaxis .graph-label {
    font-size: 0.8em;
    height: 35px;
    display: inline-block;
    top: -9px;
}

.graph-50 .bars-xaxis .graph-label:before {
    right: -10px;
    left: auto;
    top: -8px;
}

.graph-50 .bars {
    margin: 0px;
    width: 22.5px;
}

.graph-50 .bars span {
    font-size: 0.6em;
    left: -1px;
    opacity: 0;
}

.graph-50 .ylabel {
    height: 93px;
}

.graph-50 .ylabel:last-child {
    height: 13px;
}

.graph-50 .y-axis-title {
    left: -40px;
}

.graph-50 .left-x-title span, .graph-50 .right-x-title span {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.graph-50 .x-axis-title {
    text-align: center;
    margin-left: 120px;
    margin-top: 5px;
}

.graph-50 .bars-yaxis {
    bottom: 50px;
}

/* Graph  2*/
.bargraph2 {
    position: relative;
    max-width: 630px;
    margin: 0px auto 0px auto;
    min-height: 270px;
    padding-left: 70px;
}

.bargraph2 .bargraph-info .bargraph-text {
    text-align: left;
}

.bargraph2 .bars-yaxis {
    left: 315px;
    top: 0px;
    bottom: -10px;
}

.bargraph2 .ylabel span {
    width: 100%;
}

.bargraph2 .ylabel span:after {
    background: transparent;
    width: auto;
    height: auto;
}

.bargraph2 .yaxis-info {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.bargraph2 .ylabel .right-label, .bargraph2 .ylabel .left-label {
    width: 130px;
    text-align: right;
}

.bargraph2 .ylabel .left-label {
    float: left;
    font-weight: 500;
}

.bargraph2 .ylabel .right-label {
    float: right;
    width: 140px;
}

.bargraph2 .ylabel .graph-label-y {
    clear: both;
    position: relative;
}

.bargraph2 .ylabel:first-child .graph-label-y, .bargraph2 .ylabel .left-label {
    font-family: "Open Sans Semibold";
}

.bargraph2 .x-axis-title {
    margin-left: 114px;
}

.bargraph2 .bars-xaxis {
    width: 360px;
    left: 119.9px;
    position: relative;
    border: 0px;
}

.bargraph2 .bars-xaxis:before {
    content: '';
    width: 290px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: -1px;
    left: 29px;
}

.bargraph2 .bars-xaxis .graph-label:before {
    left: 2.8px;
}

.bargraph3 .bars-xaxis:before {
    width: 254px;
    left: 16px;
}

.bargraph4 .bars-xaxis:before {
    width: 270px;
    left: 33px;
}

.bargraph5 .bars-xaxis:before {
    width: 275px;
    left: 25px;
}

.bargraph6 .bars-xaxis:before {
    width: 269px;
    left: 40px;
}

.lte-graph-left .bars-xaxis:before, .lte-graph-right .bars-xaxis:before, .lte-graph-attr-graph .bars-xaxis:before {
    width: 254px;
    left: 8px;
}

.bargraph5 .bars-xaxis {
    width: 340px;
    left: 121px;
}

.bargraph5 .bars-yaxis {
    left: 343px;
}

.bargraph6 .bars-yaxis {
    left: 330px;
}

.bargraph3 .x-axis-title {
    margin-left: 117px;
}

.bargraph4 .x-axis-title {
    margin-left: 112px;
}

.bargraph5 .x-axis-title {
    margin-left: 190px;
}

.bargraph5 .left-x-title, .bargraph5 .right-x-title {
    width: 142px;
}

.bargraph6 .x-axis-title {
    margin-left: 182px;
}

.bargraph6 .left-x-title, .bargraph6 .right-x-title {
    width: 142px;
}

.additional-6mwt .bargraph6 .x-axis-title {
    margin-left: 131px;
}

.y-axis-title .yinfo {
    padding-left: 20px;
}

.y-axis-title .black-left-arrow {
    display: block;
    width: 200px;
    background: url(../img/arrow/arrow-long-1.svg) no-repeat;
    height: 22px;
}

.black-left-arrow {
    width: 115px;
    height: 18px;
    background: #000;
    display: inline-block;
    background: url(../img/arrow/graph-left-arrow.svg);
    position: relative;
    top: 5px;
    background-repeat: no-repeat;
}

.left-x-title span, .right-x-title span {
    display: block;
    font-weight: normal;
}

.left-x-title {
    text-align: right;
}

.right-x-title {
    text-align: left;
}

.left-x-title, .right-x-title {
    width: 195px;
    display: inline-block;
    margin: 0px 10px;
}

.black-right-arrow {
    width: 115px;
    height: 18px;
    background: #000;
    display: inline-block;
    background: url(../img/arrow/graph-right-arrow.svg);
    position: relative;
    top: 5px;
    background-repeat: no-repeat;
}

.bargraph2 .ylabel {
    height: 50px;
}

.bargraph2 .ylabel .slide-info {
    height: 16px;
    background: transparent;
    text-align: center;
    position: absolute;
    top: 8px;
}

.bargraph2 .ylabel .slide-info:before, .bargraph2 .ylabel .slide-info:after {
    content: '';
    height: 13px;
    width: 1px;
    background: transparent;
    position: absolute;
    top: -6px;
}

.bargraph2 .ylabel .slide-info:before {
    left: 0px;
}

.bargraph2 .ylabel .slide-info:after {
    right: 0px;
}

.bargraph2 .ylabel .diamond-icon {
    width: 0px;
    height: 0px;
    background: #0000c9;
    transform: rotate(45deg);
    display: inline-block;
    top: -4px;
    position: absolute;
    margin-left: -3px;
    opacity: 0;
}

.bargraph2 .ylabel .slide-info .ll-slide, .bargraph2 .ylabel .slide-info .rl-slide {
    height: 1px;
    background: #0000c9;
    position: absolute;
    top: 1px;
    width: 0px;
    opacity: 0;
}

.bargraph2 .ylabel .slide-info .ll-slide:before, .bargraph2 .ylabel .slide-info .rl-slide:after {
    content: '';
    height: 13px;
    width: 1px;
    background: #0000c9;
    position: absolute;
    top: -6px;
}

.bargraph2 .ylabel .slide-info .ll-slide:before {
    left: 0px;
}

.bargraph2 .ylabel .slide-info .rl-slide:after {
    right: 0px;
}

.bargraph2 .ylabel .slide-info .ll-slide {
    right: 50%;
}

.bargraph2 .ylabel .slide-info .rl-slide {
    left: 50%;
}

.lte-graph-left .ylabel .slide-info .ll-slide:before, .lte-graph-left .ylabel .slide-info .rl-slide:after, .lte-graph-right .ylabel .slide-info .ll-slide:before, .lte-graph-right .ylabel .slide-info .rl-slide:after, .lte-graph-attr-graph .ylabel .slide-info .ll-slide:before, .lte-graph-attr-graph .ylabel .slide-info .rl-slide:after {
    content: '';
    height: 7px;
    top: -3px;
}

.bargraph2 .diamond-slides .slide-info .ll-slide, .bargraph2 .diamond-slides .slide-info .rl-slide {
    top: 0px;
}

.bargraph2 .diamond-slides .slide-info .ll-slide:before, .bargraph2 .diamond-slides .slide-info .rl-slide:after {
    content: '';
    height: 5px;
    width: 1px;
    background: #0000c9;
    position: absolute;
    top: -2px;
}

.attr-wt-rv-left-table {
    padding-top: 15px;
}

/* Result page slides */
.diamond-slides {
    position: relative;
}

.bargraph2 .diamond-slides .diamond-icon {
    width: 5px;
    height: 5px;
    top: -2px;
    position: absolute;
    margin-left: -2.5px;
}

.bargraph2 .diamond-slides .slide-info:before, .bargraph2 .diamond-slides .slide-info:after {
    height: 5px;
    top: -2px;
}

.result-graph1 .bargraphs > .row {
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.main-box1 .graph-info p {
    margin-bottom: 25px;
}

.bargraph3 .bars-xaxis {
    width: 300px;
    left: 120px;
}

.bargraph4 .bars-xaxis {
    width: 346px;
    left: 114px;
}

.bargraph4 .bars-yaxis {
    left: 315px;
}

.bargraph3 .bars-yaxis {
    left: 314px;
}

.bottom-cont-box ul li {
    margin: 0px 0px 4px 0px;
}

.bottom-cont-box {
    min-height: 234px;
    padding: 8px 20px;
}

.popup-box-continer h3 {
    font-weight: normal;
}

.popup-box-continer .popup-box-continer-tilte {
    font-weight: bold;
}

.popup-box-continer .popup-box-continer-tilte + .contul {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.popup-close5, .popup-close4, .popup-close3, .popup-close2, .popup-close1, .popup-close, .popup-close123 {
    cursor: pointer;
}

.popup-box-separtion {
    font-weight: bold;
}

.popup-close3, .popup-close4, .popup-close5, .popup-close123 {
    position: absolute;
    right: -17px;
    top: -17px;
    width: 45px;
}

/* Result Graph */
.result-graph1-title .x-axis-title {
    margin-left: 0px;
    width: 100%;
    position: relative;
}

.result-graph1 .bars-xaxis {
    left: 0px;
    width: 154px;
    padding-top: 5px;
}

.result-graph1 .bars-xaxis:before {
    left: 0px;
    width: 154px;
}

.result-graph1-title .left-x-title, .result-graph1-title .right-x-title {
    width: 50%;
    font-size: 9px;
    color: #fff;
    position: absolute;
    top: 3px;
    margin: 0px;
    padding: 3px 10px 1px 10px;
}

.result-graph1-title .left-x-title {
    left: 0px;
}

.result-graph1-title .right-x-title {
    right: 0px;
}

.result-graph1 .bars-xaxis .col:first-child {
    width: 70px;
    text-align: left;
}

.result-graph1 .bars-xaxis .col:first-child .graph-label {
    left: -4px;
}

.result-graph1 .bars-xaxis .col:last-child {
    width: 70px;
    text-align: right;
}

.result-graph1 .bars-xaxis .col:last-child {
}

.result-graph1 {
    padding-left: 0px;
}

.result-graph1 .bars-xaxis .graph-label:before {
    height: 6px;
    left: 2px;
    top: -8px;
}

.result-graph1 .bars-xaxis .col:first-child .graph-label:before {
    left: 4px;
}

.result-graph1 .bars-xaxis .col:last-child .graph-label:before {
    right: 0px;
    left: auto;
}

.result-graph1 .bars-xaxis .col .graph-label.three-digit {
    left: -10px;
}

.result-graph1 .bars-xaxis .col .graph-label.three-digit:before {
    left: 10px;
}

.result-graph1 .bars-xaxis .col .graph-label.two-digit {
    left: -6px;
}

.result-graph1 .bars-xaxis .col .graph-label.two-digit:before {
    left: 6px;
}

.result-graph1 .bars-xaxis .col:last-child .graph-label {
    right: -3px;
    left: auto;
}

.result-graph1 .bars-xaxis .col:last-child .graph-label:before {
    right: 3px;
    left: auto;
}

.result-graph1 .bars-xaxis .col:last-child .graph-label.two-digit {
    right: -6px;
    left: auto;
}

.result-graph1 .bars-xaxis .col:last-child .graph-label.two-digit:before {
    right: 6px;
    left: auto;
}

.y-axis-title1 {
    text-align: center;
}

.result-graph1 .bargraphs {
    height: 250px;
}

.row1 > .col {
    padding: 0px 15px;
}

.result-graph1 .row img {
    max-width: 210px;
}

.result-graph1 .y-axis-title1 {
    min-height: 88px;
    font-weight: bold;
}

.graph-info {
    min-width: 209px;
    padding-top: 46px;
    position: relative;
}

.main-box1 .col3 {
    width: 25%;
}

.main-box1 .col3-a .result-graph1 {
    width: 152px;
    margin-top: 15px;
    margin-left: 16px;
    margin-bottom: 0px;
}

.result-graph1 .graph-label {
    font-size: 0.8em;
}

.subgroup-title {
    position: absolute;
    top: 15px;
    font-weight: bold;
}

.y-axis-line-r {
    background: #000;
    width: 1px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    right: 50px;
}

/* iPDF Arrow */
/*.right-arrow, .left-arrow{position:absolute; top:20px;width: 30px;}
.right-arrow{right:82px;}
.left-arrow{right:118px;}
#aasp-next, #aasp-prev{z-index:1;}*/
.right-arrow, .left-arrow {
    position: absolute;
    top: 55%;
    width: 24px;
    margin-top: 40px;
    z-index: 10;
}

.right-arrow {
    right: 30px;
}

.left-arrow {
    left: 30px;
}

#aasp-next, #aasp-prev {
    z-index: 4;
}

/* Graph */
.probnp-graph {
    max-width: inherit;
    padding-left: 100px;
    margin-bottom: 20px;
    min-height: 200px;
    margin-top: 15px;
}

.probnp-graph .bars-xaxis .col {
    width: 50%;
}

.probnp-graph .bars-xaxis .graph-label:before {
    background: transparent;
}

.probnp-graph .bars-xaxis {
    padding-top: 7px;
}

.probnp-graph .bars-yaxis {
    left: 54px;
    bottom: 56px;
}

.probnp-graph .ylabel {
    height: 42px;
}

.probnp-graph .ylabel:last-child {
    height: 13px;
}

.probnp-graph .ylabel span {
    width: 40px;
    text-align: right;
}

.probnp-graph .y-axis-title {
    left: -50px;
    text-align: center;
    bottom: 120px;
}

.probnp-graph .bargraphs .col {
    width: 50%;
    padding: 0px;
    text-align: center;
    position: relative;
}

.probnp-graph .bars {
    width: 105px;
    margin: 0px -2px;
    float: none;
    display: inline-block;
}

.probnp-graph .bargraphs > .row {
    bottom: 0px;
    width: 100%;
    left: 8px;
    margin: 0px;
    top: 0px;
}

.probnp-graph .bars-xaxis .graph-label span {
    padding-top: 10px;
    display: inline-block;
    width: 105px;
}

.graph-190 .bargraph-text {
    display: inline-block;
    padding: 0px 10px;
}

.graph-190.bargraph-info {
    text-align: center;
    padding-left: 0px;
    margin-bottom: 15px;
}

.hook {
    position: relative;
    height: 20px;
    width: 1px;
    background: #000;
    display: inline-block;
}

.hook:after {
    content: '';
    width: 16px;
    height: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
    left: -7px;
}

.probnp-graph .bargraphs {
    height: 180px;
}

.probnp-graph .bargraphs > .row {
    top: 0px;
}

.graph-188-info {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 0.9em;
}

.graph-188-info-line {
    width: 105px;
    height: 1px;
    background: #000;
    display: block;
    margin: 9px auto 0px auto;
    position: relative;
}

.info-line-left, .info-line-right {
    height: 20px;
    width: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
}

.info-line-left {
    left: 0px;
}

.info-line-right {
    right: 0px;
}

.sec-popup-tabs li {
    width: 20%
}

.sec-popup-tabs li a {
    width: inherit;
}

.secondery-cont {
    border-radius: 8px;
    padding: 5px 30px;
    margin-bottom: 0px;
}

/* study-design-box */
.study-design-box .blue-bar-a {
    color: #fff;
    padding: 15px 27px;
}

.study-design-box-info-left .blue-bar-a {
    transform: rotate(-90deg);
    width: 219px;
    text-align: center;
    font-weight: bold;
    margin-left: -87px;
    margin-top: 133px;
    padding: 10px 27px;
}

.study-design-box-info-left .label-info {
    margin-top: 94px;
    display: block;
}

.study-design-box {
    position: relative;
}

.study-design-box-info-left {
    float: left;
    width: 280px;
    position: absolute;
    height: 50px;
}

.study-design-box-info-right {
    float: left;
    width: 100%;
    padding-left: 54px;
}

.study-design-box-row {
    margin-top: 15px;
    position: relative;
    margin-bottom: 26px;
}

.study-design-box-row .blue-bar-a {
    position: absolute;
    top: 0px;
    left: 96px;
    right: 30px;
}

.study-design-box-row .black-right-arrow {
    margin-top: 15px;
    width: 90px;
    background: url(../img/arrow/right-arrow-black.svg);
    background-repeat: no-repeat;
}

.study-design-box-row .label-info {
    margin-top: 12px;
    display: block;
    padding-left: 96px;
}

.study-design-box-row .bars-xaxis {
    margin-left: 98px;
}

.study-design-box-row .bars-xaxis:after {
    content: '';
    background: url(../img/arrow/right-arrow-icon.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -9px;
}

.study-design-box-row .bars-xaxis .col {
    text-align: left;
}

.study-design-box-row .bars-xaxis .col:last-child {
    width: 70px;
}

.study-design-box-row .bars-xaxis .graph-label {
    position: relative;
    right: 7px;
}

.study-design-box-row .bars-xaxis .graph-label:before {
    left: 6px;
}

.study-design-box-row .bars-xaxis .col:nth-child(1) .graph-label, .study-design-box-row .bars-xaxis .col:nth-child(2) .graph-label {
    right: 4px;
}

.study-design-box-row .bars-xaxis .col:nth-child(1) .graph-label:before, .study-design-box-row .bars-xaxis .col:nth-child(2) .graph-label:before {
    left: 3px;
}

.study-design-box-info-right h4 {
    padding-left: 105px;
}

.study-design-box-row .bars-xaxis .graph-label {
    width: 8px;
    display: inline-block;
    /*text-align: center;*/
}

.label-info {
    font-size: 0.9em;
}

.study-design-label {
    float: left;
    padding-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.popup-box-continer .contul1 ul ul {
    margin-top: 8px;
    margin-left: 17px;
}

.popup-box-continer .contul1 ul ul.ul-padd {
    margin-top: 10px;
}

.popup-box-continer .contul1 ul ul li {
    list-style: circle;
}

.popup-box3 .popup-box-continer .contul1 ul ul li {
    list-style: circle;
}

.popup-box3 .popup-box-continer .contul1 ul ul {
    margin-left: 20px;
}

.long-safety-d1 {
    animation: none !important;
}

/* Table box */
.grey-box {
    background: #f3f3f2;
    padding: 8px;
    border-radius: 8px;
}

.result-grey-box {
    padding: 8px 15px 0px 15px;
    font-size: 10px;
}

.grey-box .table-boxs {
    padding: 0px;
    background: none;
    box-shadow: none;
    border: 0px;
}

.grey-box .table-boxs tbody {
    border-bottom: 3px solid #c2c4bf;
}

.white-box {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
}

.mb-0-5 {
    margin-bottom: 5px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mt-1 {
    margin-top: 10px;
}

.small-text {
    margin-bottom: 0px;
}

.grey-box .table-boxs tr:nth-child(odd) {
    background: #fff;
}

.grey-box td {
    padding: 1px 5px;
}

.table-boxs.padding-0 {
    padding: 0px;
    box-shadow: none;
    border: 0px;
}

.title-blue-bar {
    background-color: #0000c9;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 1.1em;
}

/* Page 186 graph*/
.page-186 .mc-graph {
    padding-left: 60px;
    padding-top: 47px;
    padding-right: 80px;
    padding-bottom: 70px;
    background: #f3f4f3;
    border-radius: 0px 0px 10px 10px;
}

.page-186 .mc-d1 {
    left: -58px;
    top: 110px;
    font-size: 1em;
    animation: none;
}

.page-186 .mc-d3 {
    position: absolute;
    top: 70px;
    left: auto;
    right: 30px;
    font-size: 0.9em;
}

.page-186 .mc-d4 {
    position: absolute;
    top: 100px;
    left: auto;
    right: 25px;
    font-size: 0.9em;
}

.page-186 .mc-d4_1 {
    position: absolute;
    top: 127px;
    left: auto;
    right: 25px;
    font-size: 0.9em;
}

.page-186 .mc-d4_2 {
    position: absolute;
    top: 158px;
    left: auto;
    right: 20px;
    font-size: 0.9em;
}

.page-186 .mc-d5 {
    position: absolute;
    bottom: 90px;
    left: 82px;
    top: auto;
}

.page-186 .mc-d6, .page-186 .mc-d7, .page-186 .mc-d8, .page-186 .mc-d9, .page-186 .mc-d10, .page-186 .mc-d11 {
    left: 36px;
}

.page-186 .mc-d11 {
    top: 42px;
}

.page-186 .mc-d10 {
    top: 76px;
}

.page-186 .mc-d9 {
    top: 111px;
}

.page-186 .mc-d8 {
    top: 145px;
}

.page-186 .mc-d7 {
    top: 180px;
}

.page-186 .mc-d6 {
    top: 215px;
}

.page-186 .mc-d17, .page-186 .mc-d18, .page-186 .mc-d19, .page-186 .mc-d20, .page-186 .mc-d21, .page-186 .mc-d22, .page-186 .mc-d23, .page-186 .mc-d24, .page-186 .mc-d25, .page-186 .mc-d26, .page-186 .mc-d27, .page-186 .mc-d28, .page-186 .mc-d29 {
    top: 236px;
}

.page-186 .mc-d17 {
    left: 63px;
}

.page-186 .mc-d18 {
    left: 106px;
}

.page-186 .mc-d19 {
    left: 149px;
}

.page-186 .mc-d20 {
    left: 192px;
}

.page-186 .mc-d21 {
    left: 230px;
}

.page-186 .mc-d22 {
    left: 273px;
}

.page-186 .mc-d23 {
    left: 316px;
}

.page-186 .mc-d24 {
    left: 359px;
}

.page-186 .mc-d25 {
    left: 400px;
}

.page-186 .mc-d26 {
    left: 444px;
}

.page-186 .mc-d27 {
    left: 486px;
}

.page-186 .mc-d28 {
    left: 530px;
}

.page-186 .mc-d2 {
    position: absolute;
    top: auto;
    left: 0px;
    right: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    bottom: 16px;
}

/* CSS added by Siva */
.title-head .title-all {
    width: 25%;
}

.summary-bg {
    background-color: #cceaff;
    padding: 21px;
    border-radius: 8px;
}

.summary {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 10px;
    /* display: table; */
}

.summary:last-child {
    margin-bottom: 0px;
}

.summary-img {
    width: 6%;
    height: 100%;
    display: table-cell;
}

.summary-img img {
    width: 60%;
}

.summary-text {
    width: 94%;
    color: #000;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}

.content-boxs {
    padding: 6px 0px;
    font-size: 12px;
    color: #000000;
    clear: both;
}

.bg-clr {
    background-color: #cceaff;
    color: #000;
    margin: 8px 0px;
    border-radius: 8px;
}

.bg-clr p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.summary2 {
    margin-bottom: 1px;
}

.summary-img2 {
    width: 12%;
    height: 100%;
    display: table-cell;
    background-color: #cceaff;
    text-align: center;
    padding: 15px;
    border-right: 1px solid #fff;
}

.summary-img2 img {
    width: 30%;
}

.summary-text2 {
    width: 88%;
    color: #000;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    background-color: #e5e5fa;
    padding-left: 15px;
    padding-right: 15px;
}

.summary-text2 sup {
    font-size: 0.7em;
    padding-left: 2px;
}

.mc-d1 {
    left: -50px;
}

.mortality-cox-table .mc-d29 {
    left: 390px;
    background: #e6f4ff;
    padding: 6px 6px;
    border-radius: 8px;
    top: 156px;
}

.mc-table .table-top-inner td {
    padding: 2px;
}

.frequency-graph .frequency-d5 {
    top: 14px;
}

.frequency-graph .frequency-d4 {
    left: 123px;
}

.frequency-graph .frequency-d1 {
    left: -90px;
    animation: none;
}

.secondary-6mwt-left-graph .secondary-d1, .secondary-6mwt-right-graph .secondary-d1 {
    left: -56px;
}

.gcma_code {
    color: #000;
    position: absolute;
    bottom: 20px;
    font-size: 18px;
}

.lastpage h1 {
    font-weight: 500;
    padding-top: 70px;
    max-width: 700px;
}

.graph-animation .survival-d1, .graph-animation .brc-d1, .graph-animation .cardiovascular-d1, .secondary-6mwt-left-graph .secondary-d1, .secondary-6mwt-right-graph .secondary-d1, .kccq-graph .kccq-d1, .attr-wt-rv-graph .attr-d1, .mc-d1, .objective-design-bottom .od-data-6, .lso-graph .lso-d1 {
    animation: none;
}

.primary_analysis .content-boxs1 {
    padding-left: 0px;
    padding-top: 0px;
}

.all-area .table-boxs td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.table-boxs .empty-row td {
    padding: 3px;
}

.center-popup-double {
    padding-bottom: 25px;
}

.main-box.aasptable {
    max-width: 100%;
}

.frequency-right-inner td.sky-bg sup {
    font-size: 0.8em;
}

.cardiovascular-table td {
    width: 45px;
}

.cardiovascular .main-box.main-box-bottom {
    max-width: 740px;
    padding-right: 38px;
}

.cardiovascular-table .first-col-cv {
    width: 65px;
}

.all-area .ntprobnp-month-left .y-axis-title {
    left: -60px;
}

.mortality-cox .content-boxs {
    padding-bottom: 0px;
}

.additional-ul-box {
    min-height: 80px;
}

.additional-ul-new {
    min-height: 62px;
}

.attr-wt-rv-right ul ul {
    margin-left: 15px;
}

.attr-wt-rv-right ul ul li::marker {
    padding-left: 10px;
}

.conclusion-page .main-heading h2 {
    min-height: 40px;
    margin-bottom: 15px;
}

/* line graph starts here */
/* Graph */
.line-graph1 {
    position: absolute;
    max-width: 692px;
    margin: 35px auto 20px auto;
    min-height: 320px;
    max-height: 320px;
    padding-left: 70px;
    left: 0px;
    right: 0px;
    bottom: 146px;
    top: 32%;
}

.line-graph1 .bars-yaxis {
    position: absolute;
    left: 0px;
    bottom: 92px;
    border-right: 1px solid #000;
    padding-right: 14px;
}

.line-graph1 .ylabel {
    height: 70px;
}

.line-graph1 .ylabel:last-child {
    height: 13px;
}

.line-graph1 .ylabel span {
    position: relative;
    width: 15px;
    display: block;
}

.line-graph1 .ylabel span:after {
    content: '';
    height: 1px;
    width: 10px;
    background: #000;
    right: -15px;
    top: 10px;
    position: absolute;
}

.line-graph1 .y-axis-title {
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    left: -100px;
    bottom: 54%;
    font-weight: bold;
}

.line-graph1 .x-axis-title {
    font-weight: bold;
    margin-left: 45px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.line-graph1 .bars-xaxis {
    border-top: 1px solid #000;
    padding-top: 14px;
}

.line-graph1 .bars-xaxis .col, .line-graph1 .bargraphs .col {
    width: 60px;
    text-align: left;
    padding-left: 0px;
}

.line-graph1 .bars-xaxis .col:last-child {
    width: 10px;
    text-align: right;
    padding-left: 0px;
}

.line-graph1 .bargraphs .col {
    padding-left: 14px;
    padding-right: 14px;
    width: auto;
}

.all-area .line-graph1 .bargraphs .col {
    padding-right: 0px;
}

.line-graph1 .bars-xaxis .graph-label {
    position: relative;
    font-weight: normal;
}

.line-graph1 .probnp-graph .bars-xaxis .graph-label {
    float: left;
    left: 136px;
}

.line-graph1 .bars-xaxis .graph-label:after {
    content: '';
    height: 8px;
    width: 1px;
    background: #000;
    top: -15px;
    left: 4px;
    position: absolute;
}

.line-graph1 .barbox {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.line-graph1.responsive-graph .ylabel:last-child {
    bottom: 6px;
}

.line-graph1.responsive-graph .ylabel {
    height: 19%;
}

.line-graph1.responsive-graph .bars-yaxis {
    bottom: 49px;
}

.line-graph1.responsive-graph .bargraphs {
    left: 0px;
    bottom: 53px;
}

.all-area .line-graph1 .bargraph-info {
    bottom: 10px;
    top: auto;
}

.line-graph1 .graphline {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 100%;
}

.line-graph1.responsive-graph .bargraphs > .row {
    right: 0px;
}

.line-graph1.responsive-graph .x-axis-title {
    left: 0px;
    right: 0px;
    text-align: center;
}

.line-g1 {
    background: #00004e;
    width: 6px;
    height: 4px;
    display: inline-block;
}

.responsive-graph-info {
    position: absolute;
    bottom: 0px;
    max-width: 850px;
    left: -45px;
    right: 0px;
}

#graph-container {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 180px;
}

/* line graph ends here */
.desktop-view-inner .main-content {
    position: relative;
    height: calc(100% - 54px);
}

.desktop-view-inner .main-content.no-buttons {
    height: calc(100% - 0px);
}

.responsive-graph .x-axis-title {
    position: absolute;
    bottom: -25px;
}

.responsive-graph .bars-xaxis {
    position: absolute;
    bottom: 18px;
}

.responsive-graph .bargraphs {
    height: auto;
    position: absolute;
    bottom: 70px;
    top: 0px;
    right: 0px;
    left: 69px;
}

.responsive-graph .bars-yaxis {
    bottom: 67px;
    top: 0px;
}

.responsive-graph .ylabel {
    height: 23%;
}

.responsive-graph .ylabel:last-child {
    height: 0px;
    position: absolute;
    bottom: 13px;
}

.responsive-graph.bargraph1 {
    position: absolute;
    max-width: 630px;
    margin: 35px auto 20px auto;
    min-height: auto;
    padding-left: 70px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 232px;
}

.responsive-graph #barbox1 {
    top: 100%;
    height: auto !important;
}

.responsive-graph #barbox2 {
    top: 100%;
    height: auto !important;
}

.responsive-graph #barbox3 {
    top: 100%;
    height: auto !important;
}

.responsive-graph #barbox4 {
    top: 100%;
    height: auto !important;
}

.responsive-graph #barbox5 {
    top: 100%;
    height: auto !important;
}

.responsive-graph #barbox6 {
    top: 100%;
    height: auto !important;
}

.responsive-graph #barbox7 {
    top: 100%;
    height: auto !important;
}

.responsive-graph #barbox8 {
    top: 100%;
    height: auto !important;
}

.responsive-graph .bargraphs > .row {
    top: 0px;
}

.no-scroll {
    padding-left: 20px;
}

/* Responsive Graph 1*/
.responsive-graph1 .x-axis-title {
    position: absolute;
    bottom: auto;
    top: 0px;
    margin-left: 290px;
}

.responsive-graph1 .bars-xaxis {
    position: absolute;
    bottom: 18px;
    left: 68px;
    right: 16px;
}

.responsive-graph1 .bargraphs {
    height: auto;
    position: absolute;
    bottom: 70px;
    top: 0px;
    right: 0px;
    left: 69px;
}

.responsive-graph1 .bars-yaxis {
    bottom: 67px;
    top: 0px;
}

.responsive-graph1 .ylabel {
    height: 33.1%;
}

.responsive-graph1 .ylabel:last-child {
    height: 0px;
    position: absolute;
    bottom: 13px;
}

.responsive-graph1.bargraph1 {
    position: absolute;
    max-width: 940px;
    margin: 35px auto 20px auto;
    min-height: auto;
    padding-left: 70px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 140px;
    /* height: 100%; */
}

.responsive-graph1 .bars-xaxis .col {
    width: 61.3px;
}

.responsive-graph1.bargraph1 .bargraph-info .bargraph-text {
    text-align: center;
    margin-bottom: 10px;
}

.responsive-graph1 .bargraph-info {
    position: absolute;
    bottom: -23px;
    left: 0px;
    right: 0px;
}

.responsive-graph1 .bargraphs > .row {
    top: 6px;
}

.responsive-graph1 .bargraphs .barbox {
    height: auto !important;
    top: 100%;
}

.result-graph1 .ylabel {
    width: 100%;
}

.result-graph1 .ylabel .slide-info {
    /*left:100%; right:100%; width:6px;*/
}

.bottom-text-para {
    font-size: 13px;
}

@media only screen and (max-width: 1024px) {
    .graph-50 .bars {
        margin: 0px;
        width: 14.1px;
    }

    .summary {
        padding: 12px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 700px) {
    .tablet-view {
        opacity:1;
    }

    .tablet-view {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        background: #fff;
        background-image: url(../img/background-dots.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .tablet-view-content {
        text-align: center;
        max-width: 60%;
        margin: auto;
        transition: none;
    }

    .tablet-view-logo {
        margin: 0 auto;
        width: 12.5em;
        height: 12.5em;
    }

    .tablet-view-logo img {
        max-width: 100%;
        transition: none;
        width: 100%;
    }

    .tablet-view-text {
        font-size: 1.5em;
        transition: opacity .25s ease;
    }
}

@media only screen and (max-width: 500px) {
    .tablet-view-content {
        max-width: 80%;
    }
}

@media only screen and (max-width: 800px) {
}

/**Bipin css Add**/
.efficacy-dose-inner.table_a .table-boxs th {
    padding-top: 3px;
    padding-bottom: 3px;
    background: #6690ca;
}

.efficacy-dose-inner.table_a .table-boxs tbody {
    border-bottom: 0px;
}

.bb-0 {
    border-bottom: 0px;
}

.efficacy-dose-inner.table_a .table-boxs td, .efficacy-dose-inner.table_a .table-boxs td:first-child {
    border-color: #fff !important;
    background: #ecf8fe;
}

.efficacy-dose-inner.table_a .table-boxs tbody td {
    font-size: 0.87em;
}

.efficacy-dose-inner.table_a .table-boxs td, .efficacy-dose-inner.table_a .table-boxs td:first-child {
    border-color: #fff !important;
    background: #ecf8fe;
}

.efficacy-dose-inner .table-boxs .pb-0 td {
    padding-bottom: 0px !important;
}

.efficacy-dose-inner .table-boxs .bt-0 td {
    border-top: 0px !important;
}

.efficacy-dose-inner .table-boxs .bb-0 td {
    border-bottom: 0px !important;
}

.efficacy-dose-inner.table_a .table-boxs tbody td {
    font-size: 0.87em;
}

.efficacy-dose-inner.table_a .table-boxs .dark_blue_tr td, .efficacy-dose-inner.table_a .table-boxs .dark_blue_tr td:first-child {
    background: #9edfff;
}

.efficacy-dose-content1 {
    line-height: 1.3;
    font-size: 14px;
    color: #000;
    padding: 5px;
    margin-left: 20px;
    max-width: 240px;
}

.bottom-pos-con {
    /*	position: absolute;*/
    bottom: 15px;
}

.longtrm-box {
    max-width: 100%;
}

.pd-table-boxs .mortality-table th {
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
}

.longt-mor .mortality-table .mortality-head th span {
    padding: 15px 0px 7px;
}

.pd-table-boxs table {
    border-collapse: collapse;
    width: 100%;
    color: #000000;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.pd-table-boxs .mortality-head td .title {
    padding: 14px 0px 7px;
}

/*
.long-term-bl
{
	background:#cceaff!important;
}
*/
/*
.long-term-gray-bl
{
	background:#dfeaff!important;
}
*/
.bg-td-mortality {
    background: #ecf8fe!important;
}

.bg-td-mortality-light-blue {
    background: #9edfff!important;
}

.bg-td-mort-bl {
    background: #cceaff;
}

.long-mort .mortality-head td {
    padding-top: 3px;
    padding-bottom: 3px;
    background: #6690ca;
    /*	background: #0000c9;*/
    color: #ffffff;
    /*    padding: 8px 0px 10px;*/
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans Bold';
}

.mortality-head th:first-child {
    width: 60%;
}

.pd-table-boxs th .title {
    padding: 5px;
    display: block;
    background: #6690ca;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
}

.mortality-table tr td {
    border: 0.5px solid #ffffff;
    /*	font-family: 'Open Sans Semibold';*/
}

.mortality-table .bg-td-mortality-light-blue td:first-child {
    border-right: 0.5px solid #ffffff;
}

.mortality-table .bg-td-mortality-light-blue td {
    border: none;
}

.demo-same p {
    margin-bottom: 0px;
}

.sub-box-stle li {
    margin: 0px;
}

.demo-same {
    position: absolute;
}

.sub-d1 {
    top: 99px;
    left: 103px;
}

.sub-box-stle {
    color: #000000;
}

.sub-d2 {
    top: 233px;
    left: 101px;
}

.sub-d3 {
    left: 422px;
    top: 193px;
}

.sub-d4 {
    right: 51px;
    top: 122px;
}

.demo-align {
    font-size: 12px;
}

.sub-d5 {
    right: 39px;
    top: 214px;
}

.mortality-center-title {
    text-align: center;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    padding: 5px 5px 0px;
}

.bg-td-mortality-blue {
    background: #9edfff!important;
}

.mortality-table tr th {
    width: 20%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.mortality-half-table {
    width: 49.5%;
}

.mortality-half-table tr td:first-child {
    padding: 0px 7px;
    background: #cceaff;
}

.mortality-half-table tr td:nth-child(2) {
    text-align: center;
}

.mortality-half-table tr td:last-child {
    text-align: center;
}

.mortality-para {
    /*
    padding: 0px 0px 0px 0px;
    font-size: 10px;
    line-height: 1.2;
*/
}

.mortality-blue-content {
    font-family: 'Open Sans Bold';
    /*
    font-size: 10px;
    line-height: 1.2;
*/
    color: #00004e;
    padding: 8px 0px 12px 0px;
}

.mortality-ul-2 {
    padding: 0px 0px 0px 45px;
}

.mortality-half-table tr th {
    background: #0000c9;
    border: none;
    color: #fff;
    font-size: 14px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.severity-table {
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
}

.severity-table {
    width: 100%;
    padding: 15px 0px;
}

/*
.severity-table {
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
}
*/
.disease-row {
    background: #ecf8fe;
    width: 100%;
}

/*
.severity-table {
    width: 100%;
    padding: 0px 0px;
    background: #f7fcff;
    border-radius: 20px;
    margin: 5px auto;
	font-size: 12px;
}
*/
.severity-table tr td:first-child {
    width: 18%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.severity-table tr td .bgtd {
    background: #6690ca;
    border-radius: 15px;
    padding: 10px 15px;
}

.severity-table tr td .bgtd .icon-content {
    color: #fff;
    float: right;
}

.severity-table tr td .bgtd .ico-1 {
    padding: 34px 0px;
}

.severity-table tr td .bgtd .ico-2 {
    padding: 18px 0px;
}

.severity-table tr td .bgtd .ico-3 {
    padding: 27px 0px;
}

.severity-table .sev-row .sev-td .bgtd {
    padding: 26.5px 15px;
}

.severity-table tr td span img {
    width: 50px;
}

.severity-table tr td .bgtd .icon-content {
    color: #fff;
    float: right;
}

.severity-table tr td .bgtd .ico-1 {
    padding: 34px 0px;
}

.severity-table .disease-row td:nth-child(2) {
    padding: 0px 30px;
}

.severity-table tr td .last-tds {
    padding: 14.5px 15px;
}

.severity-table tr td .graph-img {
    width: 85%;
    margin-left: 35px;
}

.disease-severity-graph {
    /*	position: relative;*/
}

.graph-content-1 {
    top: 250px;
    font-size: 14px;
    left: 210px;
    font-family: "Open Sans Bold";
}

.graph-content-2 {
    top: 253px;
    font-size: 10px;
    left: 435px;
    color: #fff;
}

.graph-content-3 {
    top: 236px;
    font-size: 9px;
    left: 610px;
}

.graph-content-4 {
    top: 256px;
    font-size: 9px;
    left: 610px;
}

.graph-content-5 {
    top: 295px;
    font-size: 14px;
    left: 360px;
    font-family: "Open Sans Bold";
}

.graph-content-6 {
    top: 296px;
    font-size: 10px;
    left: 435px;
}

.graph-num1 {
    top: 327px;
    left: 422px;
    font-size: 14px;
}

.graph-num2 {
    top: 327px;
    left: 450px;
    font-size: 14px;
}

.graph-num3 {
    top: 327px;
    left: 510px;
    font-size: 14px;
}

.graph-num4 {
    top: 327px;
    left: 580px;
    font-size: 14px;
}

.graph-num5 {
    top: 327px;
    left: 650px;
    font-size: 14px;
}

.graph-num6 {
    top: 327px;
    left: 712px;
    font-size: 14px;
}

.graph-pos {
    position: absolute;
}

.longterm-disease-graph {
    position: relative;
    padding-bottom: 20px;
    max-width: 576px;
}

/*
.bgtd span {
float: left;
}
*/
/*
.severity-table tr td .bgtd span.icon-content {
padding-left: 10px;
}
*/
.graph-pos {
    position: absolute;
}

.severity-table tr td span img {
    width: 50px;
}

.severity-table tr td .bgtd .icon-content {
    color: #fff;
    float: right;
    font-weight: 600;
}

.text-white {
    color: #fff;
}

.severity-box {
    padding: 0px 0px;
}

.bottom-brdr td {
    border-bottom: 1px solid #c2c4bf;
}

.dis-sev-pdng {
    padding: 10px 0px 0px;
}

.mrgn-gap {
    padding: 0px 0px 5px;
}

.bottom-text-para {
    font-size: 10px;
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .sub-d1 {
        top: 92px;
        left: 68px;
    }

    .sub-d2 {
        top: 272px;
        left: 68px;
    }

    .sub-d3 {
        left: 460px;
        top: 216px;
    }

    .sub-d4 {
        right: 87px;
        top: 127px;
    }

    .sub-d5 {
        right: 56px;
        top: 258px;
    }
}

/**Bipin css End**/
@media only screen and (max-width: 1200px) {
    .mortality-cox-table .mc-d29 {
        top: 138px;
        left: 374px;
    }

    .mc-table .table-top-inner td {
        padding: 1px;
    }

    .frequency-graph .frequency-d4 {
        left: 102px;
    }

    .frequency-graph .frequency-d1 {
        left: -56px;
    }

    .secondary-6mwt-left-graph .secondary-d1, .secondary-6mwt-right-graph .secondary-d1 {
        left: -35px;
    }

    .graph-50, .responsive-graph1.bargraph1 {
        max-width: 840px;
    }

    .responsive-graph1 .bars-xaxis .col {
        width: 54.3px;
    }

    .graph-50 .bars {
        width: 19.5px;
    }

    .probnp-graph-main {
        max-width: 870px;
    }

    .probnp-graph .bars-xaxis .graph-label {
        left: 85px;
    }

    .result-grey-box .y-axis-title1 {
        font-size: 10px;
    }

    .result-grey-box.grey-box {
        padding: 10px 15px;
    }

    .result-graph1-title .left-x-title, .result-graph1-title .right-x-title {
        font-size: 7px;
        top: 6px;
    }
}

@media only screen and (max-width: 1150px) {
    .graph-50 .bargraphs .col {
    }

    .graph-50, .responsive-graph1.bargraph1 {
        max-width: 778px;
    }

    .graph-50 .bars {
        width: 17px;
    }

    .graph-50 .bars-xaxis .graph-label {
        font-size: 0.7em;
    }

    .responsive-graph1 .x-axis-title {
        margin-left: 178px;
    }

    .responsive-graph1 .bars-xaxis {
        bottom: 16px;
    }

    .summary-img2 img {
        width: 38%;
    }
}

@media only screen and (max-width: 1100px) {
    .lte-graph-right .ylabel .right-label, .lte-graph-right .ylabel .left-label {
        width: 105px;
        font-size: 10px;
    }

    .lte-graph-left .ylabel .right-label, .lte-graph-left .ylabel .left-label {
        width: 110px;
        font-size: 10px;
    }

    .lte-graph-left .x-axis-title {
        margin-left: 133px !important;
    }

    .lte-graph-left .bars-xaxis {
        left: 85px;
    }

    .lte-graph-left .bars-yaxis {
        left: 250px;
    }

    .lte-graph-left #qd1 {
        left: 140px !important;
    }

    .lte-graph-left #qd2 {
        left: 118px !important;
    }

    .lte-graph-left #qd3 {
        left: 129px !important;
    }

    .lte-graph-left #qd4 {
        left: 158px !important;
    }

    .lte-graph-left #qd5 {
        left: 110px !important;
    }

    .lte-graph-right .bars-xaxis {
        left: 0px;
    }

    .lte-graph-right .bars-yaxis {
        left: 165px;
    }

    .lte-graph-right #qd6 {
        left: 40px !important;
    }

    .lte-graph-right #qd7 {
        left: 19px !important;
    }

    .lte-graph-right #qd8 {
        left: 35px !important;
    }

    .lte-graph-right #qd9 {
        left: 45px !important;
    }

    .lte-graph-right #qd10 {
        left: 0px !important;
    }

    .lte-graph-right .x-axis-title {
        margin-left: 52px !important;
    }

    .lte-graph-right .left-x-title, .lte-graph-right .right-x-title {
        width: 125px !important;
    }

    .lte-graph-right .left-x-title, .lte-graph-right .right-x-title {
        padding: 6px 5px;
    }

    .main-heading {
        /*		margin-right: 9em;*/
    }

    .main-heading h2 {
        margin-bottom: 15px;
        font-size: 1.7em;
    }

    .aasptable .aasptable-main tbody td {
        padding: 2px 4px;
    }

    .result-graph1 .y-axis-title1 {
        font-size: 12px;
    }

    .lte-graph-attr-graph .x-axis-title {
        margin-left: 162px !important;
    }

    .long-popup-tabs li {
        width: 19%;
    }

    .long-popup-tabs li a br {
        display: none;
    }

    .all-cause-mortality .main-box {
        max-width: 100%;
    }

    .lte-graph-left .left-x-title, .lte-graph-right .left-x-title, .lte-graph-left .right-x-title, .lte-graph-right .right-x-title {
        width: 112px !important;
        padding: 7px 5px;
        font-size: 10px;
        margin: 6px;
    }

    .lte-graph-attr-graph .left-x-title, .lte-graph-attr-graph .right-x-title {
        width: 100px !important;
        padding: 7px 5px;
        font-size: 10px;
        margin: 6px;
    }

    .all-area .popup-tabs.popup-min-big li a {
        line-height: 11px;
        height: 47px;
    }

    .responsive-graph1.bargraph1 {
    }

    /*.h-450.studyover-main #parentScrollDivContainer { height: auto;}*/
}

@media only screen and (max-width: 1050px) {
    .main-heading.large-heading h2 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 992px) {
    .main-heading.large-heading h2 {
        font-size: 1.4em;
    }

    .summary-img2 img {
        width: 50%;
    }

    .mortality-cox-table .mc-d29 {
        top: 72px;
        left: 220px;
    }

    .frequency-graph .frequency-d4 {
        left: 56px;
    }

    .frequency-graph .frequency-d5 {
        top: -2px;
    }

    .frequency-graph .frequency-d1 {
        left: -47px;
    }

    .secondary-6mwt-left-graph .secondary-d1, .secondary-6mwt-right-graph .secondary-d1 {
        left: -32px;
    }

    /* a */
    .graph-50 .x-axis-title {
        margin-left: 80px;
    }

    .black-left-arrow {
        width: 80px;
    }

    .black-right-arrow {
        width: 80px;
    }

    .graph-50 .left-x-title, .graph-50 .right-x-title {
        width: 170px;
    }

    /* a */
    .graph-50 .bargraphs .col {
        padding-left: 7px;
        padding-right: 7px;
    }

    .graph-50 {
        max-width: 530px;
        padding-left: 32px;
    }

    .graph-50 .bars-yaxis {
        left: 2px;
        bottom: 55px;
    }

    .graph-50 .y-axis-title {
        left: -80px;
    }

    .graph-50 .bars {
        width: 10.7px;
    }

    .graph-50 .left-x-title, .graph-50 .right-x-title {
        width: 140px;
    }

    .graph-50 .bars-xaxis .graph-label {
        font-size: 0.4em;
    }

    .graph-50 .bars-xaxis .graph-label:before {
        height: 6px;
        top: -14px;
        right: -6px;
    }

    .responsive-graph1.bargraph1 {
        max-width: 581px;
    }

    .responsive-graph1 .bars-xaxis {
        bottom: 12px;
    }

    .responsive-graph1 .bars-yaxis {
        left: 37px;
        bottom: 68px;
    }

    .responsive-graph1 .y-axis-title {
        left: -30px;
        font-size: 11px;
    }

    .probnp-graph-main {
        max-width: 620px;
    }

    .probnp-graph .bars-xaxis .graph-label {
        left: 25px;
    }

    .result-grey-box .y-axis-title1 {
        font-size: 8px;
        min-height: 34px;
    }

    .result-graph1-title .left-x-title, .result-graph1-title .right-x-title {
        font-size: 5px;
        top: 3px;
    }

    /*
	.severity-table tr td:first-child {
    width: 28%;
}
*/
    .severity-table tr td span img {
        width: 32px;
    }

    .severity-table {
        margin: 10px auto;
        font-size: 10px;
    }

    .severity-table tr td .bgtd .ico-1, .severity-table tr td .bgtd .ico-2, .severity-table tr td .bgtd .ico-3 {
        padding: 8px 0px;
    }

    /*
	.longterm-disease-graph, .severity-table tr td .graph-img {
    max-width: 363px;
}
*/
    .graph-content-1 {
        top: 13px;
        font-size: 8px;
        left: 15px;
    }

    .graph-content-2 {
        top: 14px;
        font-size: 7px;
        left: 142px;
    }

    .graph-content-3 {
        top: 4px;
        font-size: 7px;
        left: 252px;
    }

    .graph-content-4 {
        top: 16px;
        font-size: 7px;
        left: 252px;
    }

    .graph-content-5 {
        top: 42px;
        font-size: 7px;
        left: 100px;
    }

    .graph-content-6 {
        top: 42px;
        font-size: 7px;
        left: 158px;
    }

    .graph-num1 {
        top: 66px;
        left: 134px;
        font-size: 7px;
    }

    .graph-num2 {
        top: 66px;
        left: 152px;
        font-size: 7px;
    }

    .graph-num3 {
        top: 66px;
        left: 185px;
        font-size: 7px;
    }

    .graph-num4 {
        top: 66px;
        left: 220px;
        font-size: 7px;
    }

    .graph-num5 {
        top: 66px;
        left: 265px;
        font-size: 7px;
    }

    .graph-num6 {
        top: 66px;
        left: 315px;
        font-size: 7px;
    }
}

@media only screen and (max-width: 850px) {
    .lte-graph-left .left-x-title span, .lte-graph-right .left-x-title span, .lte-graph-left .right-x-title span, .lte-graph-right .right-x-title span {
        font-size: 11px;
    }
}

@media only screen and (max-width: 850px) {
    .popup-tabs.tabs-page3 li a {
        line-height: 11px;
        height: 50px;
        font-size: 0.8em;
        padding: 0px 1px;
    }

    .bargraph2 .x-axis-title {
        margin-left: 143px;
    }

    .bargraph3 .x-axis-title {
        margin-left: 143px;
    }

    .bargraph4 .x-axis-title {
        margin-left: 145px;
    }

    .bargraph5 .x-axis-title {
        margin-left: 190px;
    }

    .bargraph6 .x-axis-title {
        margin-left: 180px;
    }

    .bargraph1 {
        max-width: 594px;
    }

    .graph-50 {
        max-width: 540px;
    }

    .bars-xaxis .col, .bargraphs .col {
        width: 114px;
    }

    .bars {
        width: 22px;
        margin: 0px 8px;
    }

    .study-design-box-row .black-right-arrow {
        width: 40px;
    }

    .study-design-box-info-left .blue-bar-a {
        margin-left: -100px;
        padding: 6px 27px;
    }

    .study-design-box-info-right {
        padding-left: 32px;
    }

    .study-design-box-row .blue-bar-a {
        left: 42px;
        right: 12px;
        font-size: 0.9em;
        padding-left: 10px;
        padding-right: 10px;
    }

    .study-design-box-info-right h4 {
        padding-left: 40px;
    }

    .study-design-box-row .bars-xaxis {
        margin-left: 38px;
    }

    .study-design-label {
        font-size: 1em;
        margin-left: -40px;
    }

    .study-design-box-row .label-info {
        padding-left: 43px;
    }

    .study-design-box-row .bars-xaxis:after {
        top: -7px;
        height: 14px;
        width: 16px;
    }

    .left-x-title, .right-x-title {
        width: 162px;
    }

    /* Graph 50 */
    .graph-50 .bargraphs .col {
        width: auto;
    }

    .graph-50 .bargraphs .col {
        padding-left: 5.5px;
        padding-right: 5.5px;
    }

    .graph-50 .bars {
        margin: 0px;
        width: 12px;
    }

    .graph-50 .bars-xaxis .graph-label:before {
        right: 2px;
    }

    .graph-50 .left-x-title, .graph-50 .right-x-title {
        width: 180px;
    }

    .popup-tabs.tabs-page1 li a {
        font-size: 0.6em;
    }

    .result-graph1 .bargraphs {
    }

    .main-box1 .graph-info p {
        margin-bottom: 35px;
    }

    .graph-info {
        font-size: 0.85em;
        min-width: 125px;
    }

    .result-graph1 .x-axis-title {
        width: auto;
        margin-right: -12px;
        margin-left: -12px;
    }

    .result-graph1 .left-x-title, .result-graph1 .right-x-title {
        top: 0px;
    }

    .result-graph1-title {
        width: 140px;
    }

    .result-graph1-title .left-x-title, .result-graph1-title .right-x-title {
    }

    .main-box1 .col3-a .result-graph1 {
        padding-left: 0px;
    }

    .bargraph2 {
        padding-left: 40px;
    }

    .lte-graph-left, .lte-graph-right {
        padding-left: 0px
    }

    .all-cause-mortality .main-box {
        max-width: 580px;
    }

    .lte-graph-right .bars-xaxis, .lte-graph-left .bars-xaxis {
        width: 170px;
    }

    .result-graph1 .bars-xaxis, .result-graph1 .bars-xaxis:before {
        width: 110px;
    }

    .y-axis-line-r {
        right: 58px;
    }

    .result-graph1 #qd1 {
        left: 18px !important;
    }

    .result-graph1 #qd2 {
        left: 22px !important;
    }

    .result-graph1 #qd3 {
        left: 23px !important;
    }

    .result-graph1 #qd4 {
        left: 6px !important;
    }

    .result-graph1 #qd5 {
        left: 41px !important;
    }

    .result-graph1 #qd6 {
        left: 18px !important;
    }

    .result-graph1 #qd7 {
        left: 5px !important;
    }

    .result-graph1 #qd8 {
        left: 28px !important;
    }

    .result-graph1 #qd9 {
        left: 12px !important;
    }

    .result-graph1 #qd10 {
        left: 23px !important;
    }

    .result-graph1 #qd11 {
        left: 3px !important;
    }

    .result-graph1 #qd12 {
        left: 35px !important;
    }

    .result-graph1 #qd13 {
        left: 26px !important;
    }

    .result-graph1 #qd14 {
        left: 21px !important;
    }

    .result-graph1 #qd15 {
        left: 36px !important;
    }

    .result-graph1 #qd16 {
        left: 42px !important;
    }

    .result-graph1 #qd17 {
        left: 25px !important;
    }

    .result-graph1 #qd18 {
        left: 7px !important;
    }

    .result-graph1 #qd19 {
        left: 75px !important;
    }

    .result-graph1 #qd20 {
        left: 39px !important;
    }

    .result-graph1 #qd21 {
        left: 30px !important;
    }

    .main-box1 .col3-a .result-graph1 {
        margin-left: 0px;
        width: 130px;
    }

    .bottom-cont-box ul li {
        font-size: 0.9em;
    }

    .right-arrow {
        right: 10px;
    }

    .left-arrow {
        left: 10px;
    }

    .main-heading {
        /*	   margin-right: 10em;*/
    }

    .popup-tabs.tabs-page2 li {
        width: 23%;
    }

    .popup-tabs.tabs-page2 li {
        width: 15%;
    }

    .popup-tabs.tabs-page2 li a {
        height: 50px;
    }

    .main-heading h2 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .mtpages .bargraph2 .ylabel {
        height: 50px;
    }

    .mtpages .bargraphs {
        height: 255px;
    }

    .mtpages .responsive-graph .bargraphs {
        height: auto;
    }

    .mtpages .bargraph2 .bars-yaxis {
        height: 260px;
    }

    .black-arrow {
        width: 265px;
    }

    .additional-ul-new {
        min-height: 100px;
    }

    .pd-popup-tabs li {
        width: 16%;
    }

    .cv-top {
        font-size: 1em;
    }

    .long-popup-tabs li {
        width: 18%;
    }

    .all-cause-mortality.all-cause-mortality-2 .main-box {
        max-width: 580px;
    }

    .lte-graph-attr-graph .mortality-s-data-six {
        right: 0px;
    }

    .popup-tabs li a {
        width: 185px;
    }

    .bottom-cont-box {
        padding: 15px 18px;
        min-height: 420px;
    }

    .all-area .popup-tabs.popup-min-big li a {
        height: 43px;
        width: 59px;
        line-height: 8px;
        font-size: 7px;
    }

    .lte-graph-left .ylabel .right-label {
        width: 81px !important;
    }

    .pd-popup-tabs li a {
        font-size: 10px;
    }

    .lastpage h1 {
        max-width: 400px;
    }

    .popup-tabs.tabs-page2 li a {
        font-size: 0.8em;
    }

    .responsive-graph.bargraph1 {
        top: 280px;
    }
}

@media only screen and (max-width: 1200px) {
    .severity-table tr td .graph-img {
        width: 80%;
        margin: 0px 35px;
    }

    .severity-table {
        max-width: 750px;
    }

    .severity-table tr td span img {
        width: 30px;
    }

    .severity-table tr td .bgtd .ico-1 {
        padding: 17px 0px;
        font-size: 12px;
    }

    .severity-table tr td {
        font-size: 12px;
    }

    .severity-table .sev-row .sev-td .bgtd {
        padding: 19.5px 11px;
    }

    .severity-table tr td .bgtd .ico-2 {
        padding: 8px 0px;
    }

    .severity-table tr td .bgtd .ico-3 {
        padding: 14px 0px;
        font-size: 12px;
    }

    .severity-table tr td .last-tds {
        padding: 13.5px 10px;
    }

    .graph-content-1 {
        top: 181px;
        font-size: 10px;
        left: 165px;
    }

    .graph-content-2 {
        top: 184px;
        font-size: 8px;
        left: 328px;
    }

    .graph-content-3 {
        top: 171px;
        font-size: 8px;
        left: 450px;
    }

    .graph-content-4 {
        top: 185px;
        font-size: 8px;
        left: 450px;
    }

    .graph-content-5 {
        top: 214px;
        font-size: 10px;
        left: 272px;
    }

    .graph-content-6 {
        top: 215px;
        font-size: 8px;
        left: 330px;
    }

    .graph-num1 {
        top: 238px;
        left: 315px;
        font-size: 9px;
    }

    .graph-num2 {
        top: 238px;
        left: 345px;
        font-size: 9px;
    }

    .graph-num3 {
        top: 238px;
        left: 391px;
        font-size: 9px;
    }

    .graph-num4 {
        top: 238px;
        left: 435px;
        font-size: 9px;
    }

    .graph-num5 {
        top: 238px;
        left: 480px;
        font-size: 9px;
    }

    .graph-num6 {
        top: 238px;
        left: 519px;
        font-size: 9px;
    }

    .graph-num7 {
        top: 237px;
        left: 487px;
    }

    .graph-num8 {
        top: 237px;
        left: 534px;
    }

    .graph-num9 {
        top: 237px;
        left: 580px;
    }

    .graph-num10 {
        top: 237px;
        left: 624px;
    }

    .graph-num11 {
        top: 237px;
        left: 665px;
    }

    .disease-bottom {
        font-size: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .severity-table {
        max-width: 695px;
    }

    .severity-table tr td span img {
        width: 20px;
    }

    .severity-table tr td .bgtd .ico-1 {
        padding: 11px 0px;
        font-size: 10px;
    }

    .severity-table tr td {
        font-size: 10px;
    }

    .severity-table .sev-row .sev-td .bgtd {
        padding: 17.5px 11px;
    }

    .severity-table tr td .bgtd .ico-2 {
        padding: 5px 0px;
    }

    .severity-table tr td .bgtd .ico-3 {
        padding: 8px 0px;
        font-size: 10px;
    }

    .severity-table tr td .last-tds {
        padding: 13.5px 10px;
    }

    .graph-content-1 {
        top: 153px;
        font-size: 10px;
        left: 143px;
    }

    .graph-content-2 {
        top: 154px;
        font-size: 7px;
        left: 309px;
    }

    .graph-content-3 {
        top: 141px;
        font-size: 9px;
        left: 420px;
    }

    .graph-content-4 {
        top: 154px;
        font-size: 9px;
        left: 420px;
    }

    .graph-content-5 {
        top: 182px;
        font-size: 10px;
        left: 250px;
    }

    .graph-content-6 {
        top: 183px;
        font-size: 7px;
        left: 310px;
    }

    .graph-num1 {
        top: 202px;
        left: 296px;
        font-size: 9px;
    }

    .graph-num2 {
        top: 202px;
        left: 324px;
        font-size: 9px;
    }

    .graph-num3 {
        top: 202px;
        left: 361px;
        font-size: 9px;
    }

    .graph-num4 {
        top: 202px;
        left: 402px;
        font-size: 9px;
    }

    .graph-num5 {
        top: 202px;
        left: 445px;
        font-size: 9px;
    }

    .graph-num6 {
        top: 202px;
        left: 488px;
        font-size: 9px;
    }

    .graph-num7 {
        top: 204px;
        left: 422px;
    }

    .graph-num8 {
        top: 204px;
        left: 461px;
    }

    .graph-num9 {
        top: 204px;
        left: 500px;
    }

    .graph-num10 {
        top: 204px;
        left: 539px;
    }

    .graph-num11 {
        top: 204px;
        left: 574px;
    }

    .disease-bottom {
        font-size: 10px;
    }
}

@media only screen and (max-width: 850px) {
    .severity-table {
        max-width: 555px;
    }

    .severity-table tr td span img {
        width: 20px;
    }

    .severity-table tr td .bgtd .ico-1 {
        padding: 11px 0px;
        font-size: 8px;
    }

    .severity-table tr td {
        font-size: 8px;
    }

    .severity-table .sev-row .sev-td .bgtd {
        padding: 17.5px 11px;
    }

    .severity-table tr td .bgtd .ico-2 {
        padding: 5px 0px;
    }

    .severity-table tr td .bgtd .ico-3 {
        padding: 8px 0px;
        font-size: 8px;
    }

    .severity-table tr td .last-tds {
        padding: 13.5px 10px;
    }

    .graph-content-1 {
        top: 150px;
        font-size: 8px;
        left: 125px;
    }

    .graph-content-2 {
        top: 154px;
        font-size: 5px;
        left: 250px;
    }

    .graph-content-3 {
        top: 144px;
        font-size: 6px;
        left: 341px;
    }

    .graph-content-4 {
        top: 154px;
        font-size: 6px;
        left: 340px;
    }

    .graph-content-5 {
        top: 174px;
        font-size: 8px;
        left: 210px;
    }

    .graph-content-6 {
        top: 177px;
        font-size: 5px;
        left: 251px;
    }

    .graph-num1 {
        top: 187px;
        left: 243px;
    }

    .graph-num2 {
        top: 187px;
        left: 269px;
    }

    .graph-num3 {
        top: 187px;
        left: 305px;
    }

    .graph-num4 {
        top: 187px;
        left: 338px;
    }

    .graph-num5 {
        top: 187px;
        left: 368px;
    }

    .graph-num6 {
        top: 187px;
        left: 399px;
    }

    .graph-num7 {
        top: 190px;
        left: 361px;
    }

    .graph-num8 {
        top: 190px;
        left: 390px;
    }

    .graph-num9 {
        top: 190px;
        left: 420px;
    }

    .graph-num10 {
        top: 190px;
        left: 449px;
    }

    .graph-num11 {
        top: 190px;
        left: 476px;
    }

    .disease-bottom {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .severity-table {
        max-width: 525px;
    }

    .severity-table tr td span img {
        width: 20px;
    }

    .severity-table tr td .bgtd .ico-1 {
        padding: 11px 0px;
        font-size: 8px;
    }

    .severity-table tr td {
        font-size: 8px;
    }

    .severity-table .sev-row .sev-td .bgtd {
        padding: 17.5px 11px;
    }

    .severity-table tr td .bgtd .ico-2 {
        padding: 5px 0px;
    }

    .severity-table tr td .bgtd .ico-3 {
        padding: 8px 0px;
        font-size: 8px;
    }

    .severity-table tr td .last-tds {
        padding: 13.5px 10px;
    }

    .graph-content-1 {
        top: 152px;
        font-size: 6px;
        left: 142px;
    }

    .graph-content-2 {
        top: 154px;
        font-size: 5px;
        left: 243px;
    }

    .graph-content-3 {
        top: 145px;
        font-size: 5px;
        left: 325px;
    }

    .graph-content-4 {
        top: 155px;
        font-size: 5px;
        left: 325px;
    }

    .graph-content-5 {
        top: 175px;
        font-size: 6px;
        left: 206px;
    }

    .graph-content-6 {
        top: 176px;
        font-size: 5px;
        left: 243px;
    }

    .graph-num1 {
        top: 187px;
        left: 232px;
    }

    .graph-num2 {
        top: 187px;
        left: 256px;
    }

    .graph-num3 {
        top: 187px;
        left: 287px;
    }

    .graph-num4 {
        top: 187px;
        left: 317px;
    }

    .graph-num5 {
        top: 187px;
        left: 344px;
    }

    .graph-num6 {
        top: 187px;
        left: 374px;
    }

    .graph-num7 {
        top: 190px;
        left: 344px;
    }

    .graph-num8 {
        top: 190px;
        left: 375px;
    }

    .graph-num9 {
        top: 190px;
        left: 407px;
    }

    .graph-num10 {
        top: 190px;
        left: 438px;
    }

    .graph-num11 {
        top: 190px;
        left: 470px;
    }

    .disease-bottom {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .graph-50 .bargraphs .col {
        padding-left:7px;
        padding-right: 7px;
    }

    .graph-50 {
        max-width: 530px;
        padding-left: 32px;
    }

    .graph-50 .bars-yaxis {
        /*left:2px;bottom: 55px;*/
    }

    .graph-50 .y-axis-title {
        left: -80px;
    }

    .graph-50 .bars {
        width: 10.7px;
    }

    .graph-50 .left-x-title, .graph-50 .right-x-title {
        width: 160px;
    }

    .graph-50 .bars-xaxis .graph-label {
        font-size: 0.4em;
    }

    .graph-50 .bars-xaxis .graph-label:before {
        height: 6px;
        top: -9px;
        right: -6px;
    }

    .graph-50 .bars span {
        font-size: 0.3em;
        left: 0px;
        top: -18px;
    }

    .graph-50 .black-left-arrow, .graph-50 .black-right-arrow {
        width: 90px;
    }

    .graph-50 .bars-xaxis .graph-label {
        top: -15px;
    }

    .responsive-graph1 .y-axis-title {
        left: -24px;
    }
}

/* media queries for sceen height */
@media only screen and (max-height: 1800px) {
    .slide-menu li a {
        height:96px;
    }
}

@media only screen and (max-height: 768px) {
    .slide-menu li a {
        height:80px;
    }

    .slide-menu li#submenu2 ul {
        top: auto;
        bottom: 0px;
    }
}

@media only screen and (max-height: 850px) {
    .popup-cont {
        top:50%;
        transform: translate(-50%,-55%);
    }

    .top-55.popup-cont {
        top: 55%;
        transform: translate(-50%,-55%);
    }

    .popup-scroll {
        /* max-height: 400px; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .slide-menu li a {
        height: 60px;
    }
}

@media only screen and (min-height: 799px) {
    .all-area .table-boxs td, .table-boxs th, .bottom-cont-box ul li {
        font-size: 14px;
    }

    .hight-resp-graph.sh-380 {
        height: 500px;
    }

    .summary-img2 {
        padding: 25px 15px;
    }
}

@media only screen and (max-width: 992px) and (min-height: 799px) {
    .all-area .table-boxs td, .table-boxs th, .bottom-cont-box ul li {
        font-size: 12px;
    }
}

@media only screen and (min-width: 700px) {
    /* refernce scroll start */ #RefScrollBg {
        position:absolute;
        width: 1024px;
        height: 768px;
        top: 0;
        left: 0;
        background: url(../images/RefScrollBg.png) no-repeat;
        background-size: contain;
        z-index: 7;
        visibility: hidden;
    }

    #RefScrollBgClose {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50px;
        right: 15px;
        background-color: red;
        opacity: .5;
    }

    #parentScrollDiv {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        width: 100%;
        height: auto;
        bottom: 217px;
    }

    .three-line-heading #parentScrollDiv {
        bottom: 200px;
    }

    .four-line-heading #parentScrollDiv {
        bottom: 235px;
    }

    #parentScrollDivContainer {
        width: 100%;
        height: 450px;
        position: absolute;
        top: 0px;
        bottom: 0px;
    }

    .h-150 #parentScrollDivContainer {
        height: 150px;
    }

    .h-160 #parentScrollDivContainer {
        height: 160px;
    }

    .h-180 #parentScrollDivContainer {
        height: 180px;
    }

    .h-200 #parentScrollDivContainer {
        height: 200px;
    }

    .h-230 #parentScrollDivContainer {
        height: 230px;
    }

    .h-250 #parentScrollDivContainer {
        height: 250px;
    }

    .h-260 #parentScrollDivContainer {
        height: 260px;
    }

    .h-270 #parentScrollDivContainer {
        height: 270px;
    }

    .h-280 #parentScrollDivContainer {
        height: 280px;
    }

    .h-300 #parentScrollDivContainer {
        height: 300px;
    }

    .h-350 #parentScrollDivContainer {
        height: 350px;
    }

    .h-380 #parentScrollDivContainer {
        height: 380px;
    }

    .h-400 #parentScrollDivContainer {
        height: 400px;
    }

    .h-420 #parentScrollDivContainer {
        height: 400px;
    }

    .h-450 #parentScrollDivContainer {
        height: 450px;
    }

    .h-470 #parentScrollDivContainer {
        height: 470px;
    }

    .h-480 #parentScrollDivContainer {
        height: 480px;
    }

    .h-490 #parentScrollDivContainer {
        height: 490px;
    }

    .h-500 #parentScrollDivContainer {
        height: 500px;
    }

    .h-530 #parentScrollDivContainer {
        height: 530px;
    }

    .h-550 #parentScrollDivContainer {
        height: 550px;
    }

    .h-600 #parentScrollDivContainer {
        height: 600px;
    }

    .h-650 #parentScrollDivContainer {
        height: 650px;
    }

    .h-700 #parentScrollDivContainer {
        height: 700px;
    }

    .all-cause-mortality-scroll #parentScrollDivContainer {
        height: 500px;
    }

    .inclusion-and-exclusion-scroll #parentScrollDivContainer {
        height: 500px;
    }

    .study-population1-scroll #parentScrollDivContainer {
        height: 530px;
    }

    .baseline-demographics-scroll #parentScrollDivContainer {
        height: 420px;
    }

    .scrollContent {
        float: left;
        font-family: 'FSJoeyPro';
        font-size: 14px;
        color: #404040;
        text-align: left;
        line-height: 17px;
    }

    #refScrollContent {
        padding: 0px 20px 0px 0px;
    }

    /*#refScrollContent { position:absolute;width:100%;height:auto;top:0;left:0; padding:0px 20px 0px 0px; }*/
    #RefScrollBgClose {
        background-color: transparent !important
    }

    .pinch-zoom-container {
        top: 0px !important;
        bottom: 0px !important;
        height: 100% !important;
    }

    /*#wrapper{ bottom:0px; top:0px;min-width: 100%;}*/
    #wrapper {
        bottom: 0px;
        top: 0px;
        position: absolute;
        top: 105px;
        bottom: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        right: 18px;
        left: 18px;
    }

    #wrapper.wrapper-130 {
        top: 130px;
    }

    #wrapper.wrapper-120 {
        top: 140px;
    }

    #wrapper.wrapper-110 {
        top: 110px;
    }

    .outcome-bottom p.mb-0 {
        margin-bottom: 0px;
    }

    #parentScrollDivContainer + div {
        background: #f0f0f0 !important;
        border-radius: 12px !important;
        z-index: 5 !important;
    }

    #parentScrollDivContainer + div div {
        background: #d3d4d4 !important;
        border-radius: 12px !important;
    }

    /* refernce scroll ends */
}

@media only screen and (min-width: 1023px) {
    #parentScrollDiv {
        width: 100%;
        min-width: 100%;
    }

    #parentScrollDiv {
        bottom: 175px;
    }

    .conclusion-page #parentScrollDiv {
        bottom: 140px;
    }

    #refScrollContent {
        padding: 0px 20px 0px 20px;
    }
}

@media only screen and (min-width: 1140px) {
    .study-overview-2 {
        max-width:inherit;
    }

    .study-population-scroll .main-box {
        max-width: 970px;
    }

    .study-population-scroll .main-box.aasptable {
        max-width: 100%;
    }

    /*.h-500 #parentScrollDivContainer{height: 500px;}
	.h-550 #parentScrollDivContainer {height: 550px;}*/
    #parentScrollDivContainer {
        width: 100%;
        height: 450px;
        position: absolute;
        top: 0px;
        bottom: 0px;
    }

    .main-heading.large-heading h2 {
        /* font-size:1.8em; */
    }

    .mtpages .main-heading, .kansas-city1 .main-heading {
        margin-top: -4em;
    }

    .kansas-city1 .main-heading {
        margin-right: 13em;
    }

    .mtpages .main-heading h2 {
        min-height: 84px;
        margin-bottom: 25px;
    }

    .kansas-city1 .main-heading h2 {
        min-height: 84px;
        margin-bottom: 10px;
    }

    .mtpages #parentScrollDiv {
        bottom: 156px;
    }

    .kansas-city1 #parentScrollDiv {
        bottom: 156px;
    }

    .kccq-month-box-head {
        padding: 9px;
    }

    .lte-graph-right .yaxis-info {
        right: 57px;
    }

    .lte-graph-right .ylabel .right-label {
        width: 127px;
        text-align: right;
    }

    .survival-popup-table-right .s-popup-table {
        padding-right: 0px;
    }

    .survival-popup-table-right .s-popup-table td {
    }

    .survival-popup-table-right .s-popup-table td:first-child {
        width: 133px;
    }
}

/* For tab Scroll Only */
@media only screen and (max-width: 1100px) {
    .h-650-m #parentScrollDivContainer {
        height:650px;
    }

    .h-300-m #parentScrollDivContainer {
        height: 300px;
    }

    .h-350-m #parentScrollDivContainer {
        height: 350px;
    }

    .h-380-m #parentScrollDivContainer {
        height: 380px;
    }

    .h-400-m #parentScrollDivContainer {
        height: 400px;
    }

    .h-450-m #parentScrollDivContainer {
        height: 450px;
    }

    .h-500-m #parentScrollDivContainer {
        height: 500px;
    }

    .h-600-m #parentScrollDivContainer {
        height: 600px;
    }

    .h-650-m #parentScrollDivContainer {
        height: 650px;
    }

    .h-700-m #parentScrollDivContainer {
        height: 700px;
    }
}

@media only screen and (min-height: 650px) {
    .bargraph2 .ylabel {
        height: 25px;
        transition: height 1s;
    }

    .bargraph2 .bargraphs {
        height: 140px;
        transition: height 1s;
    }

    .bargraph2.result-graph1 .bargraphs {
        height: 260px;
    }
}

@media only screen and (min-height: 701px) {
    .bargraph2 .ylabel {
        height: 25px;
    }

    .bargraph2 .bargraphs {
        height: 140px;
    }

    .bargraph2.lte-graph-attr-graph .ylabel {
        height: 100px;
    }

    .lte-graph-left .x-axis-title, .lte-graph-right .x-axis-title {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    #wrapper, #wrapper.wrapper-130 {
        top: 160px;
    }

    .all-area .table-boxs td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top-cont-box {
        padding: 16px;
    }

    .bottom-cont-box {
        min-height: 285px;
        padding: 18px 20px;
    }

    .bottom-cont-box ul li {
        font-size: 13px;
    }

    .table-boxs th .title {
        padding: 12px;
    }

    .summary-img2 img {
        width: 44%;
    }

    .study-overview-2-top p, .study-overview-3-bottom p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .study-overview-3-bottom-bottom p, .study-overview-3-bottom-bottom, .outcome-bottom p, .demographics-bottom p, .demographics-bottom-bottom p {
        font-size: 10px;
    }

    .main-content .study-overview-3-top li, .study-overview-3-bottom, .main-content .outcome-top li, .main-content .demo-upper-list li, .main-content .demo-upper-list li {
        margin: 0px 0px 6px 0px;
        font-size: 13px;
    }

    .study-overview-3-graph {
        margin: 20px auto 20px 6%;
    }

    .all-area .pd-table-boxs .mortality-table td, .all-area .pd-table-boxs .mortality-table th {
        font-size: 13px;
    }

    .mortality-table-box, #wrapper .saft-tble td, #wrapper .saft-tble th {
        font-size: 12.5px;
    }
}

@media only screen and (min-height: 750px) {
    .bargraph2 .ylabel {
        height: 30px;
    }

    .bargraph2 .bargraphs {
        height: 165px;
    }
}

@media only screen and (min-height: 800px) {
    .bargraph2 .ylabel {
        height: 35px;
    }

    .bargraph2 .bargraphs {
        height: 190px;
    }

    .lte-graph-left, .lte-graph-right {
        min-height: 210px;
        margin-bottom: 0px;
    }

    .lte-graph-left .ylabel, .lte-graph-right .ylabel {
        height: 28px;
    }

    .lte-graph-left .bargraphs1, .lte-graph-right .bargraphs1, .lte-graph-attr-graph .bargraphs1, .lte-graph-left .bars-yaxis, .lte-graph-right .bars-yaxis, .lte-graph-attr-graph .bars-yaxis {
        height: 192px;
        transition: height 1s;
    }

    .bargraph2.lte-graph-attr-graph .ylabel {
        height: 82px;
    }

    #wrapper > .col-sm-12 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .main-heading {
        margin-top: 1em;
    }

    .main-heading h2 {
        font-size: 2.2em
    }

    .slide-menu li a {
        height: 96px;
    }
}

@media only screen and (min-height: 850px) {
    .bargraph2 .ylabel {
        height: 48px;
    }

    .bargraph2 .bargraphs {
        height: 250px;
    }

    .lte-graph-left .ylabel, .lte-graph-right .ylabel {
        height: 32px;
    }

    .lte-graph-left .bargraphs1, .lte-graph-right .bargraphs1, .lte-graph-attr-graph .bargraphs1, .lte-graph-left .bars-yaxis, .lte-graph-right .bars-yaxis, .lte-graph-attr-graph .bars-yaxis {
        height: 210px;
    }

    .bargraph2.lte-graph-attr-graph .ylabel {
        height: 70px;
    }
}

@media only screen and (min-height: 900px) {
    .bargraph2 .ylabel {
        height: 52px;
    }

    .bargraph2 .bargraphs {
        height: 280px;
    }

    .result-graph1 .bargraphs {
        height: 300px;
    }

    .lte-graph-left, .lte-graph-right {
        min-height: 220px;
        margin-bottom: 15px;
    }

    .lte-graph-left .ylabel, .lte-graph-right .ylabel {
        height: 36px;
    }

    .lte-graph-left .bargraphs1, .lte-graph-right .bargraphs1, .lte-graph-attr-graph .bargraphs1, .lte-graph-left .bars-yaxis, .lte-graph-right .bars-yaxis, .lte-graph-attr-graph .bars-yaxis {
        height: 240px;
    }

    .bargraph2.lte-graph-attr-graph .ylabel {
        height: 100px;
    }
}

@media only screen and (min-height: 950px) {
    .bargraph2 .ylabel {
        height: 68px;
    }

    .bargraph2 .bargraphs {
        height: 340px;
    }

    .result-graph1 .bargraphs {
        height: 320px;
    }

    .lte-graph-left, .lte-graph-right {
        min-height: 286px;
    }

    .lte-graph-left .ylabel, .lte-graph-right .ylabel {
        height: 44px;
    }

    .lte-graph-left .bargraphs1, .lte-graph-right .bargraphs1, .lte-graph-attr-graph .bargraphs1, .lte-graph-left .bars-yaxis, .lte-graph-right .bars-yaxis, .lte-graph-attr-graph .bars-yaxis {
        height: 280px;
    }

    .bargraph2.lte-graph-attr-graph .ylabel {
        height: 160px;
    }

    .lte-graph-left .x-axis-title, .lte-graph-right .x-axis-title {
        margin-top: 20px;
    }
}

@media only screen and (min-height: 1000px) {
    .cardiovascular, .secondary-6mwt, .mortality-cox, .tafamidis-inner, .studyover-inner, .main-box.aasp1, .lso-main, .survival-data-main, .bioequivalence, .objectives-analyses, .probnp-graph-main, .stabilization {
        /*padding-top: 10%;*/
    }

    .attr-wt-rv-mainbox {
        /*margin-top:10%;*/
        padding: 25px 10px 15px;
    }

    .long-safety-main, .mainlt-box, .kccq-month-box-main, .kccq-4-graphs, .mainlt-box > .col-sm-6 {
        /*padding-top:5%;*/
    }

    .kccq-4-graphs .kccq-month-box-main {
        padding-top: 0px;
    }

    .baseline-demographics .mainlt-box {
        padding-top: 0px;
    }

    .cardiovascular .main-box.main-box-bottom {
        padding-top: 60px;
    }

    .all-area .table-boxs td , .grey-box td {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .bottom-cont-box ul li {
        margin: 0px 0px 4px 0px;
        font-size: 1.2em;
    }

    .aasptable .aasptable-main tbody td {
        padding: 8px 6px;
        font-size: 13px;
    }

    .s-left-bottom-main td, .s-right-bottom-main td {
        padding: 10px 7px;
    }

    .all-area .pd-table-boxs td, .pd-table-boxs th {
        padding: 8px 12px
    }

    .pd-table-boxs th {
        padding: 0px;
    }

    .bargraph2 .bargraphs {
        height: 400px;
    }

    .bargraph2 .ylabel {
        height: 80px;
    }

    .lte-graph-left .bargraphs1, .lte-graph-right .bargraphs1, .lte-graph-attr-graph .bargraphs1, .lte-graph-left .bars-yaxis, .lte-graph-right .bars-yaxis, .lte-graph-attr-graph .bars-yaxis {
        height: 300px;
    }

    .lte-graph-left .ylabel, .lte-graph-right .ylabel {
        height: 50px;
    }

    .lte-graph-attr-graph .ylabel {
        height: 150px;
    }

    .conclusions-table .conclusions-table-bottom li {
        font-size: 14.5px;
    }

    .main-content li {
        /*			margin: 10px 0px;font-size: 15px;*/
    }

    .result-graph1 .bargraphs {
        height: 340px;
    }
}

@media only screen and (max-height: 700px) {
    .main-heading h2 {
        margin-bottom: 8px;
        font-size: 1.5em;
        min-height: 50px;
    }
	#wrapper.wrapper-120{top:120px;}

    /*
.bioequivalence-right-content{padding: 0px 5px 0px;}
.brc-d2{top:308px; font-size:12px;}
*/
}

/* Mobiles devices landscape view*/
@media only screen and (max-height: 575px) {
    body {
        font-size:12px;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.35em;
    }

    p {
        margin-bottom: 10px;
    }

    #wrapper {
        top: 100px;
        bottom: 0px;
    }

    .ref {
        margin-bottom: 5px;
    }

    .close-tab, .close-tab1, .close-tab2, .close-tab3, .close-tab4, .close-tab5, .close-tab6, .close-tab1_a {
        right: -10px;
        top: -10px;
        width: 34px;
    }

    .pfizer-logo img {
        max-width: 70px;
    }

    .main-heading h2 , .mtpages .main-heading h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
        padding-left: 0px;
        min-height: 50px;
    }

    .large-heading h2 {
        font-size: 1.1em;
    }

    .sub-menu-div {
        width: 190px;
    }

    .slide-menu {
        width: 190px;
        left: -190px;
    }

    .sub-menu-div.expanded, .sub-menu-div.expanded2, .sub-menu-div.expanded5 {
        left: 190px;
    }

    .all-area .pd-table-boxs td, .pd-table-boxs th {
        font-size: 12px;
    }

    .contul {
        font-size: 9px;
        padding: 8px;
    }

    .row1 .contul {
        min-height: 302px;
    }

    .content-boxs p {
        font-size: 10px;
    }

    .slide-menu li a {
        font-size: 0.75em;
    }

    .footer-list ul li a {
        padding: 12px 14px 20px;
    }

    .footer-list ul li a .icon-text {
        font-size: 10px;
        bottom: 6px;
    }

    .footer-list ul li a .icon {
        padding-top: 6px;
    }

    .footer-list ul li img {
        max-height: 14px;
    }

    .slide-menu, .desktop-view-inner, .all-area .slide-content-ref, .slide-content-ref, .slide-content-ref1, .slide-content-ref2, .slide-content-ref3, .slide-content-ref4, .slide-content-ref5, .slide-content-ref6, .desktop-view {
        bottom: 62px;
    }

    .slide-menu li a {
        height: 44px;
    }

    .menu-icon img {
        width: 40px;
    }

    .menu-icon {
        top: 35%;
    }

    .main-heading, .mtpages .main-heading, .kansas-city1 .main-heading {
    }

    .desktop-view-inner .main-content {
        padding-left: 0px;
        padding-right: 0px;
        height: calc(100% - 40px);
    }

    .all-area .breadcrumbs, .breadcrumbs {
        font-size: 9px;
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .sec-analysis-box {
        padding: 1px 15px;
    }

    #parentScrollDiv {
        bottom: 90px;
    }

    .mtpages #parentScrollDiv {
        bottom: 92px;
    }

    .four-line-heading #parentScrollDiv {
        bottom: 92px;
    }

    .all-area .table-boxs td {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .patient-enrollment .table-boxs th .title {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .all-area .patient-enrollment .table-boxs td, .patient-enrollment .table-boxs th, .all-area p {
        font-size: 8px;
    }

    .inner-demographics .demographics-d1 {
        top: 12px;
        left: 11px;
    }

    .inner-demographics .demographics-d2 {
        top: 90px;
        left: 11px;
    }

    .inner-demographics .demographics-d3 {
        top: 75px;
        left: 178px;
    }

    .all-area .inner-demographics p {
        font-size: 6px;
    }

    .all-area .inner-demographics .demographics-d3 p {
        font-size: 9px;
    }

    .top-cont-box h3 {
        font-size: 0.9em;
        padding-top: 1px;
        margin-bottom: 0px;
    }

    .bottom-cont-box ul li {
        font-size: 0.7em;
        margin: 3px 0px;
    }

    .bottom-cont-box {
        padding: 7px 8px;
        min-height: 238px;
    }

    .popup-tabs li a, .all-area .popup-tabs li a, .sec-popup-tabs li a, .extra-popup-tabs li a {
        font-size: 10px;
        width: 130px;
        height: 45px;
    }

    .popup-tabs li a:after, .all-area .popup-tabs li a:after, .sec-popup-tabs li a:after, .popup-tabs.tabs-page2 li a:after, .pd-popup-tabs li:nth-child(6) a:after, .kc-popup-tabs li:nth-child(4) a:after, .extra-popup-tabs li a:after {
        width: 9px;
        height: 9px;
        line-height: 9px;
        font-size: 9px;
        top: 3px;
        right: 3px;
        border-width: 1px;
        font-weight: normal;
    }

    .extra-popup-tabs li a {
        padding-left: 12px;
        padding-right: 12px;
    }

    .popup-tabs.tabs-page2 li {
        width: 16%;
        padding-left: 2px;
        padding-right: 2px;
    }

    .popup-tabs.tabs-page2 li a, .popup-tabs.tabs-page3 li a {
        font-size: 8px;
        height: 35px;
        line-height: 10px;
    }

    .all-area .table-boxs td, .table-boxs th {
        font-size: 10px;
        line-height: 12px;
    }

    .table-boxs th .title {
        padding: 7px 6px;
    }

    .grey-box {
        padding: 7px;
    }

    .popup-main-box .content-boxs p {
        font-size: 8px;
    }

    .center-popup {
        padding: 12px 15px 10px 15px;
        top: 53%;
    }

    .center-popup-double {
        padding-bottom: 10px;
    }

    .close-center-tab-double img, .close-center-tab img {
    }

    .center-popup-double {
        top: 54%;
    }

    .sec-analysis-box ul li {
        margin: 8px 0px;
    }

    .sec-analysis-box span + br {
        display: none;
    }

    .sec-analysis-li {
        font-size: 12px;
    }

    .blue-box-2 {
        font-size: 0.9em;
        padding: 9px 25px;
    }

    .all-area .kccq-table-boxs td {
        font-size: 9px;
    }

    .long-safety-content ul li, .long-safety-content p {
        font-size: 0.8em;
        padding: 0px;
    }

    .long-safety-content ul {
        padding: 0px !Important;
    }

    .slide-menu li#submenu2 ul {
        top: auto;
        bottom: 0px;
    }

    .slide-menu li.sub-menu ul {
        top: 63px;
        width: 190px;
    }

    .cv-top {
        font-size: 0.8em;
        padding: 10px 10px;
    }

    .tafamidis .table-main, .tafamidis-inner .no-risk, .tafamidis-content {
        font-size: 9px;
    }

    .efficacy-dose-inner .table-boxs th {
        font-size: 9px;
    }

    .efficacy-dose-inner .table-boxs tbody td, .efficacy-dose-content {
        font-size: 10px;
    }

    .tafamidis .table-top-inner tr > td:first-child, .tafamidis .table-center-inner tr > td:first-child, .tafamidis .table-bottom-inner tr > td:first-child {
        width: 11%;
    }

    .stabilization-table .text {
        font-size: 10px;
        padding: 11px 7px;
    }

    .conclusion-page #parentScrollDiv {
        bottom: 90px;
    }

    .popup-box-continer .popup-box-continer-tilte {
        font-size: 0.9em;
        padding: 12px 10px;
    }

    .popup-box-continer .contul ul li, .popup-box-continer ul li {
        font-size: 0.8em;
        margin-bottom: 1px;
    }

    .popup-box-separtion-txt, .popup-box-separtion {
        font-size: 0.65em;
    }

    .popup-box-continer .contul1 ul ul li {
        font-size: 1em;
        list-style: circle;
    }

    .popup-box-continer .contul1 h4 {
        font-size: 0.8em;
    }

    .popup-box-continer-body {
        padding: 5px 10px;
        line-height: 11px;
        margin: 5px 0px;
    }

    .popup-box-continer .contul, .popup-box-continer .contul1 {
        padding: 10px;
    }

    .long-popup-tabs li a {
        font-size: 8px;
        height: 40px;
    }

    .three-line-heading #parentScrollDiv {
        bottom: 91px;
    }

    .pd-popup-tabs li a {
        font-size: 8px;
        height: 35px;
    }

    .popup-cont {
        width: 85%;
        padding: 10px;
        top: 50%;
    }

    .clinical-characteristics.popup-cont {
        transform: translate(-50%,-62%);
        top: 55%;
    }

    .popup-cont img {
        width: 80%;
    }

    .popup-box-continer {
        padding: 3px;
    }

    .table-boxs table, .all-area .slide-content-ref p, .all-area .slide-content-ref li, .all-area p, .all-area li {
        font-size: 10px;
    }

    .secondary-6mwt-right-content p, .secondary-6mwt-left-content p {
        font-size: 5px;
    }

    .secondary-6mwt-left-top, .secondary-6mwt-right-top {
        font-size: 9px;
        padding: 10px 5px;
    }

    .slide-content-ref li, .slide-content-ref1 li, .slide-content-ref2 li, .slide-content-ref3 li, .slide-content-ref4 li, .slide-content-ref5 li, .slide-content-ref6 li {
        margin-bottom: 5px;
    }

    .slide-content-ref, .slide-content-ref1, .slide-content-ref2, .slide-content-ref3, .slide-content-ref4, .slide-content-ref5, .slide-content-ref6 {
        padding: 15px;
        font-size: 10px;
    }

    .lte-study-table td {
        padding: 12px 10px;
    }

    .primary_analysis .small-text small, .small-text {
        font-size: 0.8em;
    }

    .primary_analysis .content-boxs p {
        font-size: 9px;
    }

    .popup-scroll {
        max-height: 290px;
    }

    .all-area .popup-tabs.popup-min-big li a {
        width: 55px;
        height: 37px;
        line-height: 6px;
        font-size: 6px;
    }

    .all-area .popup-tabs.popup-small li a {
        font-size: 8px;
        width: 90px;
        height: 32px;
    }

    .cardiovascular-table .table-top-inner td, .cardiovascular-table .table-bottom-inner td {
        font-size: 11px;
    }

    .cardiovascular-d1, .cardiovascular-d2 {
        font-size: 12px;
    }

    .center-popup-single-two, .center-popup-single {
        top: 52%;
    }

    .sec-popup-tabs li a {
        font-size: 9px;
    }

    .main-box1 .col3 {
        width: 24%;
    }

    .summary-text {
        font-size: 12px;
    }

    .summary-bg {
        padding: 10px;
    }

    .summary {
        padding: 10px;
    }

    .summary-text2 {
        font-size: 9px;
    }

    .summary-img2 img {
        width: 50%;
    }

    .summary-img2 {
        width: 10%;
        padding: 9px;
    }

    .conclusions-table .conclusions-table-bottom li, .lte-study-conclusions-2 .lte-study-inner > p {
        font-size: 10px;
    }

    .conclusions-table .conclusions-table-bottom {
        padding: 10px 10px;
    }

    .conclusions-table .conclusions-table-top {
        font-size: 15px;
    }

    .footer-area .pfizer-logo {
        height: 39px;
        padding: 10px 0px 0px 0px;
    }

    .sec-popup-tabs {
        padding-top: 5px;
    }

    .sec-popup-tabs li, .popup-tabs.tabs-page1 li {
        width: 18%;
    }

    .sec-popup-tabs li a, .popup-tabs.tabs-page1 li a {
        width: inherit;
    }

    .kansas-city1 #parentScrollDiv {
        bottom: 89px;
    }

    .kansas-city1 .main-heading h2 {
        min-height: 50px;
    }

    .kansas-city1 .main-heading {
        margin-top: -2em;
    }

    .kccq-os-score-main , .mortality-popup-cox .table-boxs th, .mortality-popup-cox .table-boxs tbody td, .mc-popup-left li, .all-area .introduction-left li {
        font-size: 9.5px;
    }

    .popup-main-box .methods-content li {
        font-size: 8px;
    }

    .center-popup-double-two, .center-popup-two {
        top: 52%;
    }

    .kccq-os-score-table .kccq-os-score-right tbody td {
        padding: 4px;
    }

    .mortality-popup-cox .mc-popup-right .table-boxs tbody td {
        padding: 2px;
    }

    .all-area .introduction-left li {
        margin-bottom: 8px;
    }

    .introduction-left, .methods-content {
        padding: 12px 10px;
    }

    .center-popup-single, .center-popup-double-two, .center-popup-two {
        padding: 15px 15px 10px 15px;
        width: 85%;
    }

    .close-center-tab-double-two, .popup-close1, .popup-close2, .popup-close3, .popup-close4, .popup-close5, .popup-close6, .popup-close123 {
        right: -14px;
        top: -9px;
        width: 36px;
    }

    .primary_analysis .primary_analysis-inner .bars-xaxis {
        padding-left: 22px;
    }

    .responsive-graph1.bargraph1 {
        top: 55px;
    }

    .h-160-xs #parentScrollDivContainer {
        height: 160px;
    }

    .h-180-xs #parentScrollDivContainer {
        height: 180px;
    }

    .h-200-xs #parentScrollDivContainer {
        height: 200px;
    }

    .h-220-xs #parentScrollDivContainer {
        height: 220px;
    }

    .h-230-xs #parentScrollDivContainer {
        height: 230px;
    }

    .h-250-xs #parentScrollDivContainer {
        height: 250px;
    }

    .h-260-xs #parentScrollDivContainer {
        height: 260px;
    }

    .h-280-xs #parentScrollDivContainer {
        height: 280px;
    }

    .h-300-xs #parentScrollDivContainer {
        height: 300px;
    }

    .h-320-xs #parentScrollDivContainer {
        height: 320px;
    }

    .h-330-xs #parentScrollDivContainer {
        height: 330px;
    }

    .h-350-xs #parentScrollDivContainer {
        height: 350px;
    }

    .h-370-xs #parentScrollDivContainer {
        height: 370px;
    }

    .h-380-xs #parentScrollDivContainer {
        height: 380px;
    }

    .h-400-xs #parentScrollDivContainer {
        height: 400px;
    }

    .h-450-xs #parentScrollDivContainer {
        height: 450px;
    }

    .h-500-xs #parentScrollDivContainer {
        height: 500px;
    }

    .h-550-xs #parentScrollDivContainer {
        height: 550px;
    }

    .h-600-xs #parentScrollDivContainer {
        height: 600px;
    }

    .responsive-graph.bargraph1 {
        top: 124px;
    }

    .responsive-graph .bars-xaxis .graph-label {
        font-size: 8px;
    }

    .responsive-graph .bars-xaxis {
        bottom: 2px;
        padding-top: 0px;
    }

    .no-scroll {
        padding-left: 0px;
    }

    .responsive-graph .bargraphs {
        bottom: 34px;
    }

    .responsive-graph .bars-yaxis {
        bottom: 32px;
    }

    .responsive-graph .bargraph-text, .responsive-graph .bars span {
        font-size: 8px;
    }

    .responsive-graph .bargraph-info span {
        width: 13px;
        height: 8px;
    }

    .responsive-graph .bars-xaxis .graph-label:before {
        height: 5px;
        top: -5px;
    }

    .responsive-graph .ylabel span:after {
        top: 6px;
        right: -15px;
        width: 7px;
    }

    .responsive-graph .ylabel span {
        font-size: 9px;
    }

    .responsive-graph .bars span {
        top: -17px;
    }

    .responsive-graph .bars {
        width: 27px;
    }

    .responsive-graph .ylabel:last-child {
        bottom: 9px;
    }

    .responsive-graph .y-axis-title {
        left: -30px;
        font-size: 8px;
    }

    .responsive-graph {
    }

    .cardiovascular {
        padding-top: 0%;
    }

    #refScrollContent {
        padding-left: 0px;
    }

    .graph-50 .bars span {
        font-size: 0.4em;
    }

    .bargraph-text {
        font-size: 11px;
    }
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d3d4d4;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d3d4d4;
}
