@import "style_j.css";
@import "style_m.css";
@import "style_b.css";
@import "style_s.css";
@import "style_a.css";
@import "style_h.css";

body {
    font-size: 14px;
    color: #000000;
    font-family: 'HelveticaNeueLT Std Regular';
    transition: opacity .25s ease;
    background: #acacac;
    line-height: 1.3;
}

Sub {
    font-size: 8px;
}

strong, b {
    font-family: 'HelveticaNeueLT Std Bold';
/*    font-weight: normal;*/
}

th {
    font-family: 'HelveticaNeueLT Std Med Regular';
    font-weight: normal;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-color-black {
    color: #000000;
}

.text-color-white {
    color: #ffffff;
}

.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: 27px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-weight: normal;
    color: #00004f;
    padding-top: 5px;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

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;
}

.homepage h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.homepage.desktop-view {
    justify-content: inherit;
    padding-top: 0px;
    padding-left: 82px;
}

.homepage .main-content {
    z-index: 1;
    width: 45%;
    float: right;
}

.slide-content-ref a {
    text-decoration: underline;
}

.slide-content-ref a:hover {
    color: #0095ff;
}

a, .primary-color {
    color: #08456a;
}

a:hover {
    text-decoration: underline;
    color: #0095ff;
}

p {
    margin-bottom: 20px;
}

ul, ol {
    margin-left: 18px;
}

img {
    max-width: 100%;
}

.main-box-full {
    max-width: 100%;
}

.lighter-blue {
    background: #cceaff;
}

/* Margins*/
.mb-5 {
    margin-bottom: 50px;
}

.pb-0 {
    padding-bottom: 0px;
}

/* borders */
.bb-0 {
    border-bottom: 0px;
}

.bb-0 td {
    border-bottom: 0px;
}

.row {
    display: flex;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.ref {
    margin-bottom: 8px;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

.main-heading {
    margin-right: 0em;
    margin-top: 0em;
    color: #00004e;
    width: calc(100% - 250px);
}

.main-heading h3 {
    color: #fff;
    font-family: "Clear Sans Thin";
    font-weight: normal;
    font-size: 1em;
}

.mr-15 {
    margin-right: 15em;
}

.mr-19 {
    margin-right: 19em;
}

.main-heading h2 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 20px;
    min-height: 76px;
    padding-left: 0px;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

.main-heading h2 sup {
    font-size: 0.6em;
}

.main-heading h2.mb-0 {
    margin-bottom: 0px;
}

.main-heading h2 br {
    /*	display:none;*/
}

.main-heading-summary.main-heading {
    /*margin-top:-4.5em;*/
}

.main-heading-summary.main-heading h2 {
}

.mtpages .main-heading {
}

.mtpages .main-heading h2 {
}

.long-safety-content-blue {
    background: #cceaff;
}

.long-safety-content-blue li {
    font-size: 14.2px;
}

.logo_z {
    width: 250px;
    position: absolute;
    right: 21px;
    top: 17px;
}

.homepage h4 {
    font-family: 'Clear Sans';
    font-weight: normal;
    color: #ced0d0;
    font-size: 1.9em;
    line-height: 28px;
}

.homepage .text-white {
    position: absolute;
    right: 12%;
    top: calc(50% - 100px);
    width: 29%;
    text-align: center;
}

.home-arrow {
    text-align: center;
    width: 100%;
    padding-bottom: 16px;
}

.home-arrow img {
    width: 18px;
}

.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: 1260px;
    margin: auto;
    background: #ffffff;
}

.svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yellow-btn {
    background: #fdb827;
    border-radius: 32px;
    text-decoration: none;
    font-size: 20px;
    min-width: 150px;
}

.right-f {
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.yellow-btn a {
    color: #08456a;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    padding: 15px 24px 15px 24px;
    display: block;
    text-align: center;
}

.tablet-view {
    opacity: 0;
    /*	transition: background .25s ease;*/
}

.menu-icon {
    max-width: 106px;
    position: fixed;
    top: 20px;
    cursor: pointer;
    background: #ddebf6;
    padding: 20px 15px;
    box-shadow: 1px 3px 3px #00000080;
    border-radius: 0px 9px 9px 0px;
}

.menu-icon img {
    width: 30px;
}

.desktop-view {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 100%;
    justify-content: center;
    position: absolute;
    padding-left: 90px;
    padding-right: 90px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    background-color: #011744;
}

.circle-vector {
    position: absolute;
    left: 7%;
    top: 8%;
    bottom: 12%;
    /* max-width: 570px; */
    width: 46%;
    text-align: left;
}

.circle-vector img {
    max-height: 100%;
    height: 100%;
}

.desktop-view-inner {
    display: flex;
    flex-direction: column;
    width: auto;
    justify-content: center;
    position: absolute;
    padding-left: 90px;
    padding-right: 90px;
    bottom: 85px;
    right: 0px;
    left: 0px;
    top: 100px;
    background: transparent;
    z-index: 9;
}

.desktop-view-inner .main-content {
    height: 100%;
    padding: 0px 0px 0px 0px;
}

.desktop-view-inner .main-content.pb-0 {
    padding-bottom: 0px;
}

.header {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    display: table;
    position: absolute;
    top: 0px;
}

.header .heading-section {
    width: 86%;
    float: left;
    padding-left: 90px;
}

.header .arrows-section {
    width: 14%;
    float: left;
    text-align: right;
    padding-right: 20px;
}

.header.one-line .heading-section {
    width: 88%;
}

.header.one-line .arrows-section {
    width: 12%;
}

.header.small-text-one-line .heading-section {
    width: 91%;
}

.header.small-text-one-line .arrows-section {
    width: 9%;
}

.header.big-text-one-line .heading-section {
    width: 92%;
}

.header.big-text-one-line .arrows-section {
    width: 8%;
}



.header.big-text-one-line-right .heading-section {
    width: 81%;
}

.header.big-text-one-line-right .arrows-section {
    width: 19%;
}

#wrapper {
    background: #fff;
    border-radius: 10px 0px 0px 10px;
}

em {
    /* font-family: 'HelveticaNeueLT Std Italic'; */
}

.homepage h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-family: 'HelveticaNeueLT Std Regular';
    font-weight: normal;
    text-align: center;
    padding-bottom: 16px;
}

.skyblue {
    color: #65bfff;
}

.begin {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'HelveticaNeueLT Std Regular';
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

.begin:hover {
    color: #65bfff;
    text-decoration: none;
}

.footerfizer {
    position: absolute;
    right: 52px;
    bottom: 24px;
    width: 85px;
}

.homepage h1 sup {
    font-weight: normal;
    line-height: 7px;
    position: relative;
    top: -1px;
    font-size: 30px;
}

.homepage h3 {
    font-size: 3.5em;
}

.pfizer-logo {
    float: right;
    text-align: right;
    width: 140px;
}

.pfizer-logo img {
    width: 140px;
}

.footer-area .pfizer-logo {
    width: 125px;
    float: right;
    padding: 25px 0px 0px 0px;
    height: 92px;
}

.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(../images/black-arrow.svg);
    margin-left: 20px;
    position: relative;
    top: 5px;
    background-repeat: no-repeat;
}

/* breadcrumbs */
.breadcrumbs {
    margin-bottom: 20px;
    color: #0095ff;
    padding-left: 0px;
}

.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;
}

.wrapper {
    position: absolute;
    /*
    top: 0;
     bottom: 0%; 
*/
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /*
     overflow-y: auto; 
     overflow-x: hidden; 
*/
    /*     max-height: 670px;*/
}

.wrapper {
}

.wrapper > .main-box {
    /*
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
	height: 100%;
*/
}

/* Tabs */
.tabs ul {
    margin: 20px 0px;
}

.tabs li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
}

.tabs li a {
    background: #17375e;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    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: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    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-box-continer ul li {
    margin-bottom: 10px;
}

.popup-box-continer ol li {
    line-height: 1.3;
}

.popup-box-continer > p {
    margin-bottom: 18px;
}

.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;
    z-index: 15;
}

.popup-box2.collapsed, .popup-box3.collapsed {
    display: none !important;
}

.border-blue {
    border: 1px solid #0000c9;
}

/* Footer */
.footer-area {
    position: absolute;
    padding: 0px 24px 0px 48px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 8;
    color: #000000;
    font-size: 0.8em;
    min-height: 90px;
    background: #eee;
}

.footer-list {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 85px;
}

.footer-list ul li img {
    max-height: 18px;
}

.footer-list ul {
    margin: 0px;
    text-align: center;
}

.footer-list ul li {
    display: inline-block;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.footer-list ul li.inactive {
}

.footer-list ul li a {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 12px 10px 12px;
}

.footer-list ul li a.active {
}

.footer-list ul li a .icon {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
    line-height: 40px;
}

.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: 15px;
    left: -6px;
    right: -6px;
    text-align: center;
    color: #16154b;
}

.slide-content-ref {
    width: auto;
    background: #fff;
    padding: 25px 30px 20px 30px;
    position: absolute;
    bottom: 92px;
    color: #000;
    z-index: 8;
    left: 70px;
    right: 70px;
    border-radius: 15px 15px 0px 0px;
    font-size: 16px;
}

.slide-content-ref p {
    margin-bottom: 15px
}

.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: 92px;
    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: 6px;
}

.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 {
}

.col-sm-4 {
    position: relative;
}

.row1 .contul {
    position: absolute;
    top: 0px;
    margin-right: 8px;
    bottom: 0px;
}

.row1 .contul ul li {
    padding: 10px 0px;
}

.row1 .contul ul li ul li {
    padding: 0px;
}

/* slide-menu */
.menu-sidebar {
    z-index: 99;
}

.navigation {
    z-index: 9;
}

.slide-menu {
/*    width: auto;*/
    background: #ddebf6;
    padding: 0px;
    position: absolute;
    left: -485px;
    top: 0px;
    bottom: 0px;
    color: #fff;
/*    z-index: 3;*/
    border-radius: 0px;
    width: 375px;
    transition: .25s ease;
    z-index: 10;
}

.slide-menu li.info_text {
    color: #08456a;
    text-align: left;
    font-size: 1.4em;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

.slide-menu.expanded {
    left: 0px;
}

.slide-menu ul {
    margin: 0px;
    position: absolute;
    transition: .25s ease;
    z-index: 1;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    left: 0px;
    right: 0px;
}

.slide-menu li {
    list-style: none;
    padding: 10px 20px;
    text-align: center;
}

.slide-menu li a {
    padding: 0em 1.5em 0em 1.5em;
    background: #fdb827;
    color: #08456a;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    border-radius: 32px;
    text-decoration: none;
    font-size: 1.2em;
    height: 60px;
    line-height: 56px;
    vertical-align: middle;
    display: block;
    text-align: center;
}

.slide-menu li a:hover, .slide-menu li a.active {
    background: #e0a11b;
}

/* 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#submenu1 ul {
    top: 264px;
}

.slide-menu li#submenu2 ul {
    top: 212px;
}

.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: 17px;
    background: #ddebf6;
    text-align: right;
    position: absolute;
    right: -53px;
    top: 10px;
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
}

#sidebar-menu-close img {
    width: 20px;
}

.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: #08456a;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 11;
    transition: opacity .35s ease;
    visibility: hidden;
}

.black-overlay.show {
    opacity: 0.8;
    visibility: visible;
    z-index: 8;
}

.black-overlay1 {
    background: #000000;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 12;
    transition: opacity .35s ease;
    visibility: hidden;
}

.black-overlay1.show {
    opacity: 0.85;
    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;
}

.popup-box {
    background: #fff;
    padding: 15px 15px 15px 15px;
    position: absolute;
    color: #545758;
    z-index: 99;
    border-radius: 8px 8px;
    top: 60px;
    right: 60px;
    left: 60px;
    bottom: 60px;
}

.popup-box .popup-box-continer {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 20px;
    overflow: auto;
    bottom: 20px;
    padding: 0px 10px 0px 0px;
}

.popup-box p {
    margin-bottom: 8px;
}

.close-btn {
    background: #0cb8e2;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.close-btn img {
    width: 20px;
}

.popup-box-continer h4 {
    color: #08456a;
    font-size: 1.5em;
}

/* 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;
}

/*

nav {
    position: relative;
    margin: 0px;
    width: 185px;
    top: 60px;
    z-index: 9;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

nav ul li {
    
}

nav ul li > a {
    display: table;
    width: 100%;
    vertical-align: middle;
    background: #000585;
    padding: 17px 16px 18px 46px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px #0040b7 solid;
    position: relative;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

nav ul li.dropdown ul li > a {
    border-bottom: 1px #8080a7 solid;
}

nav ul li > a.lineend, nav ul li.dropdown ul li > a.lineend {
    border-bottom: none;
}

nav ul li > a.linein {
    border-top: 1px #8080a7 solid;
    ; }

nav ul li > a .menuname {
    height: 28px;
    width: 28px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 24px;
}

nav ul li > a .menutext {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
}

nav ul li > a .menuarrow {
    max-width: 12px;
    width: 100%;
    max-height: 12px;
    height: 100%;
    float: right;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    right: 0;
}

nav ul li > a:hover, nav ul li > a.active-arrow {
    background: #0094ff;
    color: #ffffff;
}

nav ul li a.activemenu {
    background: #0094ff;
    color: #ffffff;
}

nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

nav ul ul {
    background-color: transparent;
}

nav ul li ul li a {
    background: transparent;
    padding: 15px 20px 15px 8px;
    font-size: 14px;
    line-height: 1.2;
}

nav ul li.dropdown ul li a {
    background: #00004f;
}

nav ul li.dropdown ul li a {
    background: #00004f;
}

nav ul li.subdropdown ul li a {
    background: #1a1a61;
}

nav ul li.superdropdown ul li a {
    background: #00004f;
}

nav ul li ul li a:hover {
    background: #0094ff;
    text-decoration: none;
}

nav ul li ul li a.activemenu {
    background: #0094ff;
    text-decoration: none;
}
*/
nav {
/*    position: relative;*/
    margin: 0px;
/*    width: 185px;*/
/*    top: 60px;*/
    z-index: 9;
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

nav ul li {
    /* Sub Menu */
}

nav ul li > a {
    display: table;
    width: 100%;
    vertical-align: middle;
    background: #000585;
    padding: 16px 16px 17px 46px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px #0040b7 solid;
    position: relative;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

nav ul li.dropdown ul li > a {
    border-bottom: 1px #8080a7 solid;
}

nav ul li > a.lineend, nav ul li.dropdown ul li > a.lineend {
    border-bottom: none;
}

nav ul li > a.linein {
    border-top: 1px #8080a7 solid;
    ; }

nav ul li > a .menuname {
    height: 28px;
    width: 28px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 24px;
}

nav ul li > a .menutext {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.15;
}

nav ul li > a .menuarrow {
    max-width: 12px;
    width: 100%;
    max-height: 12px;
    height: 100%;
    float: right;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    right: 0%;
}

nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

nav ul ul {
    background-color: transparent;
}

nav ul li ul li a {
    background: transparent;
    padding: 12px 20px 12px 8px;
    font-size: 14px;
    line-height: 1.2;
}

nav ul li ul li.right-padd a {
	padding-right: 8px;
}

nav ul li.dropdown ul li a {
    background: #00004f;
}

nav ul li.dropdown ul li a {
    background: #00004f;
}

nav ul li.subdropdown ul li a {
    background: #1a1a61;
}

nav ul li.superdropdown ul li a {
    background: #00004f;
}

nav ul li ul li a:hover {
    background: #0094ff;
    text-decoration: none;
}

nav ul li > a:hover, nav ul li > a.active-arrow, nav ul li ul li > a.active-arrow {
    background: #0094ff;
    color: #ffffff;
}

nav ul li a.activemenu {
    background: #0094ff;
    color: #ffffff;
}

nav ul li ul li a.activemenu {
    background: #0094ff;
    text-decoration: none;
}

nav ul li ul li ul li a.activemenu {
    background: #0094ff;
    text-decoration: none;
}

.dropdownmenu {
    display: block;
    position: absolute;
    right: -185px;
    width: 185px;
}

.subdropdownmenu {
    display: block;
    position: absolute;
    right: -185px;
    width: 185px;
}

.superdropdownmenu {
    display: block;
    position: absolute;
    right: -185px;
    width: 185px;
}

.bottomtop {
    position: absolute;
    bottom: 0px;
}

.bottomtop.bt1 {
    position: absolute;
    bottom: -143px;
}

.bottomtop.bt2 {
    position: absolute;
    bottom: -112px;
}

.bottomtop.bt3 {
    position: absolute;
    bottom: -82px;
}

.bottomtop.bt4 {
    position: absolute;
    bottom: -48px;
}

.pdl {
    padding-left: 20px;
}

.pdls {
    padding-left: 15px;
}

.topbottom {
    position: absolute;
    top: 0;
}

.bt0 {
    top: -56px;
}

.dropdown, .subdropdown, .superdropdown {
    position: relative;
}

.dropdown .dropdown-content {
    display: none;
}

.dropdown .dropdown-content.open {
    display: block;
    padding: 0;
}

.subdropdown .subdropdown-content {
    display: none;
}

.subdropdown .subdropdown-content.open {
    display: block;
    padding: 0;
}

.superdropdown .superdropdown-content {
    display: none;
}

.superdropdown .superdropdown-content.open {
    display: block;
    padding: 0;
}

.slidemenu {
/*    width: auto;*/
    background: #000585;
    padding: 0px;
    position: absolute;
    left: -185px;
    top: 0px;
    bottom: 0px;
    color: #fff;
/*    z-index: 3;*/
    border-radius: 0px;
    width: 185px;
    transition: .25s ease;
    z-index: 10;
}

.slidemenu.open {
    left: 0px;
    transition: .25s ease;
}

nav ul.open {
    display: block;
}

.menuicon {
    max-width: 106px;
    position: fixed;
    top: 45%;
    cursor: pointer;
}

.menuicon img {
    width: 47px;
    /*    box-shadow: 1px 3px 3px #00000080;*/
    border-radius: 0px 9px 9px 0px;
}

.menuclose {
    position: absolute;
    right: 5px;
    top: 64px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
    z-index: 9;
}

nav ul li a .menu-hover {
    display: none;
}

nav ul li a:hover > .menu-hover {
    display: block;
}

nav ul li a.activemenu > .menu-hover {
    display: block;
}

nav ul li a .menu-normal {
    display: block;
}

nav ul li a:hover > .menu-normal {
    display: none;
}

nav ul li a .menu-normal {
    display: block;
}

nav ul li a:hover > .menu-normal {
    display: none;
}

nav ul li a.active-arrow .menu-hover, nav ul li a.active-arrow:hover .menu-hover {
    display: block;
}

nav ul li a.active-arrow .menu-normal, nav ul li a.active-arrow:hover .menu-normal {
    display: none;
}

.homelink {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 5px;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.homelink img {
    max-width: 44px;
    width: 100%;
    line-height: 0;
}

.menupfizer {
    text-align: center;
    padding-bottom: 20px;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.menupfizer img {
    max-width: 85px;
    width: 100%;
    line-height: 0;
}

.dropdownmenudiv {
    position: absolute;
    left: 0px;
    background: #00004f;
    top: 0px;
    bottom: 0px;
    width: 185px;
    /*    transition: .10s ease;*/
    opacity: 0;
    z-index: 0;
}

.dropdownmenudiv.expanded {
    left: 185px;
    display: block;
    opacity: 1;
}

.subdropdownmenudiv {
    position: absolute;

    left: 0px;
    background: #1a1a61;
    top: 0px;
    bottom: 0px;
    width: 185px;
    /*    transition: .10s ease;*/
    opacity: 0;
}

.subdropdownmenudiv.expanded {
    left: 370px;
    display: block;
    opacity: 1;
}

.superdropdownmenudiv {
    position: absolute;
    left: 0px;
    background: #00004f;
    top: 0px;
    bottom: 0px;
    width: 185px;
    /*    transition: .10s ease;*/
    opacity: 0;
}

.superdropdownmenudiv.expanded {
    left: 555px;
    display: block;
    opacity: 1;
}

.arrow-left-right {
    width: 47px;
    float: right;
    display: table;
    padding-right: 2px;
}

.arrow-left-right img {
    width: 20px;
    height: 20px;
}

.arrow-left {
    width: 20px;
    float: left;
    line-height: 0px;
}

.arrow-right {
    width: 20px;
    float: right;
    line-height: 0px;
}

.arrow-left-right a {
    display: table;
    line-height: 0px;
}

.arrow-left.not-allowed a {
    opacity: 0.4;
    cursor: not-allowed;
}

.arrow-right.not-allowed a {
    opacity: 0.4;
    cursor: not-allowed;
}

.arrow-left-right-text {
    width: 100%;
    padding-top: 22px;
    font-size: 10px;
}

.footer-area {
    background-image: url("../images/footer-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.footer-area .footer-area-inner {
}

.footer-area-inner .pfizer-footer {
    width: 10.6%;
    float: left;
    padding-left: 48px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    line-height: 0;
}

.footer-area-inner .pfizer-footer img {
    width: 85px;
    line-height: 0;
}

.footer-area-inner .text-footer {
    width: 81%;
    float: left;
    padding-left: 25px;
    position: absolute;
    bottom: 20px;
    left: 10.6%;
    font-size: 10px;
    line-height: 1.2;
}

.footer-area-inner .text-footer p {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.2;
    position: relative;
}

.footer-area-inner .text-footer span.symbol {
    position: absolute;
    left: -4px;
}

.main-box-inner .content-footer p {
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 1.2;
}

.footer-area-inner .text-footer > p:last-child {
    margin-bottom: 0px;
}

.main-box-inner .content-footer p:last-child {
    margin-bottom: 0px;
}

.footer-area-inner .buttons-footer {
    float: right;
    padding-right: 25px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.footer-area-inner .buttons-footer .footer-btn {
    width: 118px;
    height: 50px;
    text-align: center;
    background: #000585;
    border-radius: 12px;
    color: #ffffff;
    display: table;
    font-size: 14px;
    line-height: 1;
    padding: 18px 5px;
    text-decoration: none;
    float: right;
    margin-left: 10px;
    position: relative;
}

.footer-area-inner .buttons-footer .footer-btn .plus {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -4px;
    background: #000585;
    border-radius: 50%;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    border: 2px #ffffff solid;
}

.footer-area-inner .buttons-footer .footer-btn.twolines {
    padding: 11px 5px;
}

.footer-area-inner .buttons-footer .footer-btn.threelines {
    padding: 3px 5px;
}

.footer-area-inner .buttons-footer .footer-btn:hover {
    /*    background: #0094ff;*/
}

.footer-area-inner.one-button .text-footer {
    width: 75%;
}

.footer-area-inner.one-button .buttons-footer {
    width: 21.4%;
}

.footer-area-inner.two-buttons .buttons-footer {
    width: 29.4%;
}

.footer-area-inner.two-buttons .text-footer {
    width: 61%;
}

.footer-area-inner.two-buttons .buttons-footer {
    width: 29.4%;
}

.footer-area-inner.three-buttons .text-footer {
    width: 54%;
}

.footer-area-inner.three-buttons .buttons-footer {
    width: 35.4%;
}

.footer-area-inner.no-button .text-footer {
    width: 89.4%;
    padding-right: 25px;
    text-align: right;
}

.footer-area-inner.no-button .text-footer p {
    font-size: 12px;
}

.pagenation {
    text-align: center;
    color: #65bfff;
    padding-top: 5px;
}

.pagenation a {
    padding: 5px 3px;
    color: #65bfff;
    text-decoration: none;
}

.pagenation.smltext a {
    padding: 5px 3px;
}

.pagenation a.active {
    color: #000585;
    text-decoration: none;
}

.dot-pagenation {
    text-align: center;
    width: 12px;
    position: absolute;
    right: -7%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.dot-pagenation a {
    width: 11px;
    height: 11px;
    background: #0092fd;
    border-radius: 50%;
    display: table;
    margin: 8px 0px;
}

.dot-pagenation a.active {
    background: #000584;
}

/*popup css*/
.popup-cont {
    /*
    background: #fff;
    padding: 15px 15px 15px 15px;
    position: absolute;
    color: #545758;
    z-index: 99;
    border-radius: 8px 8px;
*/
}

.popup-cont {
    width: 75%;
    background: #fff;
    padding: 25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #000;
    z-index: 99;
    left: 50%;
    right: auto;
    border-radius: 16px;
}

.popup-cont2 {
    width: 90%;
    background: #fff;
    padding: 15px 15px 15px 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #000;
    z-index: 99;
    left: 50%;
    right: auto;
    border-radius: 8px;
}

.popup-cont.small-popup {
    width: 70%;
}

.popup-cont img {
}

.popup-close {
    position: absolute;
    right: -17px;
    top: -17px;
    width: 45px;
}

.popup-close1 {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 24px;
    border-radius: 50%;
    line-height: 0px;
    border: 1px #fff solid;
    cursor: pointer;
}

.popup-close2 {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 24px;
    border-radius: 50%;
    line-height: 0px;
    border: 1px #fff solid;
    cursor: pointer;
}

.popup-close3 {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 24px;
    border-radius: 50%;
    line-height: 0px;
    border: 1px #fff solid;
    cursor: pointer;
}

.popup-close1 img, .popup-close2 img, .popup-close3 img {
    width: 100%;
    border-radius: 50%;
    line-height: 0px;
}

.popup-box-continer {
    background-color: #fff;
    padding: 5px;
}

.popup-box-continer .popup-box-continer-tilte {
    background-color: #0000c9;
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 8px;
    font-size: 1.4em;
}

.popup-box-continer .contul {
    background-color: #cceaff;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 8px;
}

/*.popup-box-continer ul {background-color: #cceaff; padding: 8px;}*/
.popup-box-continer .contul ul li {
    color: #000;
    font-size: 1.1em;
    line-height: 1.3em;
}

.popup-box-continer .contul1 {
    background-color: #cceaff;
    padding: 15px;
    border-radius: 8px;
}

.popup-box-continer-body {
    background-color: #fff;
    padding: 20px 45px 20px 10px;
    margin: 10px 0px;
    border-radius: 4px;
}

.popup-box-separtion {
    color: #0000c9;
    font-size: 1.2em;
}

.popup-box-separtion-txt {
    color: #333;
    font-size: 1.2em;
}

.bd-main .popup-tabs li.popup-tabs-so a:after {
    display: none
}

.main-box {
    /*
    max-width: 1008px;
    margin: 0 auto;
    width: 100%
*/
}

.table-boxs {
    border-radius: 8px;
    border: 0px solid #a7a7ec;
    box-shadow: none;
}

.popup-main-box .table-boxs {
    padding: 0px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.table-boxs table {
    border-collapse: collapse;
    width: 100%;
    color: #000000;
    font-size: 16px
}

.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;
}

.col-graph {
    position: absolute;
    width: 100%;
    margin: 0;
    padding-left: 0;
    left: 0px;
    bottom: 0;
    min-height: auto;
    height: 100%;
}

.col-graph .col-yaxis-title {
    transform: rotate(-90deg);
    position: absolute;
    left: -70px;
    bottom: 50%;
    font-family: 'HelveticaNeueLT Std Med Regular';
    text-align: center;
    font-size: 16px;
    color: #000;
}

.col-graph .col-yaxis {
    position: absolute;
    left: 0px;
    bottom: 53px;
    border-right: 1px solid #000;
    padding-right: 10px;
    height: calc(100% - 58px);
    padding-left: 5px;
    text-align: center;
    width: 65px;
    padding-top: 2px;
}

.col-graph .col-yaxis .col-ylabel {
    height: 25%;
    line-height: 1.2;
    text-align: right;
    /* top: -2px; */
}

.col-graph .col-yaxis .col-ylabel.zero {
    height: 0%;
    line-height: 1.2;
    top: -10px;
    position: relative;
}

.col-graph .col-yaxis .col-ylabel .col-graph-label-y {
    position: relative;
    top: -10px;
}

.col-graph .col-yaxis .col-ylabel .col-graph-label-y:after {
    content: '';
    width: 6px;
    height: 1px;
    background: #000;
    right: -10px;
    top: 9px;
    position: absolute;
}

.col-graph .col-yaxis .col-ylabel.zero .col-graph-label-y {
    /*	display: none;*/
    top: 1px;
}

.col-graph .col-yaxis .col-ylabel.zero .col-graph-label-y:after {
    /*	display: none;*/
    top: 9px;
}

/*

.col-graph .col-bargraphs {
    position: absolute;
    left: 75px;
    bottom: 54px;
    height: calc(100% - 55px);
    right: 0;
}

.col-graph .col-bargraphs .bargraphs-row {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.col-graph .col-bargraphs .bargraphs-row .bargraphs-row-inner {
    height: 50%;
}

.col-graph .col-bargraphs .bargraphs-row .bargraphs-row-inner .col-bars {
    position: relative;
    width: 100%;
    height: 20px;
}

.col-graph .col-bargraphs .bargraphs-row .bargraphs-row-inner.bottom {
    padding-top: 18px;
}

.col-graph .col-bargraphs .bargraphs-row .bargraphs-row-inner.top {
    padding-top: 30px;
}

.col-graph .col-bargraphs .bargraphs-row .bargraphs-row-inner .col-barbox {
    width: 0%;
    position: absolute;
}

.col-graph .col-bargraphs .bargraphs-row .bargraphs-row-inner .col-barbox .text1 {
    position: absolute;
    right: -55px;
    color: #000;
     font-size: 14px; 
    width: 50px;
    text-align: left;
}

*/
.col-graph .col-bargraphs {
    position: relative;
    bottom: -1px;
    left: 67px;
    height: calc(100% - 48px);
    width: calc(100% - 65px);
    display: inline-block;
}

.col-graph .col-bargraphs .bargraphs-row {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.col-graph .col-bargraphs .bargraphs-col {
    width: 33.3334%;
    float: left;
}

.col-graph .col-bargraphs .bargraphs-col-inner {
    margin: 0 auto;
    display: table;
}

.col-graph .col-bargraphs .col-bars {
    width: 50px;
    float: left;
    margin: 0px 8px;
    height: 100%;
    position: relative;
    padding-top: 18px;
}

.col-graph .col-bargraphs .col-bars span {
    position: relative;
    top: -20px;
    width: 50px;
    text-align: center;
    display: table;
}

.col-graph .col-bargraphs .col-barbox {
    /*    visibility: hidden;*/
    position: absolute;
/*    bottom: 0px;*/
    width: 100%;
    -webkit-animation: animate-height;
    -moz-animation: animate-height;
    animation: animate-height;
    animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    bottom: 0;
    height: 0;
    text-align: center;
}

.col-graph .col-bargraphs .results-blue-bar {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.col-graph .col-bargraphs .results-light-blue-bar {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.col-graph .col-bargraphs .results-dark-blue-bar {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.col-dark-blue-bar .col-barbox, .col-dark-blue {
    background: #00004e;
}

.col-blue-bar .col-barbox, .col-blue {
    background: #0000c9;
}

.col-light-blue-bar .col-barbox, .col-light-blue {
    background: #0095ff;
}

.col-graph .col-xaxis-title {
    color: #000000;
    font-size: 16px;
    padding-top: 30px;
    text-align: center;
}

.col-graph .col-xaxis {
    position: absolute;
    left: 75px;
    bottom: 0px;
    border-top: 1px solid #000;
    padding-right: 0;
    width: calc(100% - 75px);
    padding-top: 4px;
    text-align: center;
    height: 46px;
}

.col-graph .col-xaxis .col-xlabel.zero {
    width: 3px;
    float: left;
}

.col-graph .col-xaxis .col-xlabel {
    width: calc(33.3334% - 1px);
    float: left;
}

.col-graph .col-xaxis .col-xlabel .col-graph-label-x {
    position: relative;
    width: 100%;
    display: table;
    /*    font-family: "Open Sans Bold";*/
    text-align: right;
}

.col-graph .col-xaxis .col-xlabel .col-graph-label-x:after {
    content: '';
    height: 6px;
    width: 0.5px;
    background: #000;
    right: 0px;
    top: -5px;
    position: absolute;
}

.col-graph .col-xaxis .col-xlabel .col-graph-label-x .count span {
    padding-bottom: 5px;
    display: inline-block;
}

.col-graph .col-xaxis .col-xlabel.zero .col-graph-label-x:after {
    /* width: 0px; */
    right: 8px;
}

.col-graph .col-xaxis .col-xlabel .col-graph-label-x .count {
    position: relative;
    padding-top: 4px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    right: -6px;
}

.col-graph .col-xaxis .col-xlabel.zero .col-graph-label-x .count {
    position: relative;
    right: 4px;
}

.col-graph .col-bargraphs .bargraphs-row .bargraphs-row-inner .blue-bar .col-barbox {
    height: 20px;
    background: #0095ff;
}

.col-graph .col-bargraphs .bargraphs-row .bargraphs-row-inner .dark-blue-bar .col-barbox {
    height: 20px;
    background: #0000c9;
}

.col-bargraph-info {
    position: absolute;
    top: 59px;
    right: 72px;
    text-align: left;
    display: table;
    font-size: 12px;
    line-height: 1.4;
}

.col-bargraph-info span {
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -2px;
}

.col-bargraph-text {
    color: #0163ab;
    /*    font-family: "Open Sans";*/
}

/* 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: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

.x-axis-title {
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    margin-left: 45px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.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;
}

.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: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

.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: 286px;
    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-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

.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(../images/arrow/arrow-long-1.svg) no-repeat;
    height: 22px;
}

.black-left-arrow {
    width: 115px;
    height: 18px;
/*    background: #000;*/
    display: inline-block;
    background: url(../images/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(../images/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;
}

.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: 11px 30px;
}

/* 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: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    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(../images/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(../images/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: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

.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: 15px;
    border-radius: 8px;
}

.result-grey-box {
    padding: 50px 15px;
}

.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: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    text-align: center;
    bottom: 16px;
}

/* Quiz 1 -circle */
i {
    font-family: 'Clear Sans Itlaic';
    font-style: normal;
}

.quiz-1 {
    display: flex;
}

.circle-empty {
    color: #08456a;
    border: 1px dashed #0cb8e2;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    text-align: center;
    font-family: 'Clear Sans Itlaic';
    display: table-cell;
    vertical-align: middle;
}

.circle-empty span {
    font-size: 2.5em;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    ;display: block;
    margin-top: -12px;
}

.circle-empty:first:child {
    margin-bottom: 30px;
}

.circle-filled {
    background: #0cb8e2;
    color: #2b2e31;
    border: 1px dashed #0cb8e2;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

.circle-filled i {
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular Italic';
}

.quiz-col {
    width: 33%;
}

.mc-d1 {
    left: -50px;
}

.mortality-cox-table .mc-d29 {
    left: 440px;
    background: #e6f4ff;
    padding: 6px 6px;
    border-radius: 8px;
    top: 170px;
}

.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: 4px;
    padding-bottom: 4px;
}

.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;
}

.efficacy-dose-content1 {
    line-height: 1.3;
    font-size: 14px;
    color: #000;
    padding: 5px;
    margin-left: 20px;
    max-width: 240px;
}

.efficacy-dose-inner .table-boxs .padd-left {
    padding-left: 24px;
}

.efficacy-dose-inner .table-boxs .padd-left .padd-left {
    padding-left: 14px;
}

.efficacy-dose-inner.table_a .table-boxs tbody {
    border-bottom: 0px;
}

.efficacy-dose-inner .table-boxs .bb-0 td {
    border-bottom: 0px !important;
}

.efficacy-dose-inner .table-boxs .bt-0 td {
    border-top: 0px !important;
}

.efficacy-dose-inner .table-boxs .pb-0 td {
    padding-bottom: 0px !important;
}

.efficacy-dose-inner .table-boxs .pt-0 td {
    padding-top: 0px !important;
}

.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 .dark_blue_tr td, .efficacy-dose-inner.table_a .table-boxs .dark_blue_tr td:first-child {
    background: #9edfff;
}

.efficacy-dose-inner.table_a .table-boxs th {
    padding-top: 3px;
    padding-bottom: 3px;
    background: #6690ca;
}

.efficacy-dose-inner.table_a .table-boxs tbody td {
    font-size: 0.87em;
}

/* 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: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
}

.line-graph1 .x-axis-title {
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    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;
}

.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: 8px;
    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 {
}

/* 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: 190px;
}

.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;*/
}

.h-500 {
    max-height: 100px;
}

.s-nowarp {
    white-space: nowrap;
}

.padd5 {
    padding-top: 5px;
}

.padd10 {
    padding-top: 10px;
}

.padd15 {
    padding-top: 15px;
}

.padd20 {
    padding-top: 20px;
}

.padd25 {
    padding-top: 25px;
}

.padd30 {
    padding-top: 30px;
}

.padd35 {
    padding-top: 35px;
}

.padd40 {
    padding-top: 40px;
}

.padd45 {
    padding-top: 45px;
}

.padd50 {
    padding-top: 50px;
}

.padd60 {
    padding-top: 60px;
}

.padd70 {
    padding-top: 70px;
}

.padd80 {
    padding-top: 80px;
}

.padd90 {
    padding-top: 90px;
}

.padd100 {
    padding-top: 100px;
}

.bpadd5 {
    padding-bottom: 5px;
}

.bpadd10 {
    padding-bottom: 10px;
}

.bpadd15 {
    padding-bottom: 15px;
}

.bpadd20 {
    padding-bottom: 20px;
}

.bpadd25 {
    padding-bottom: 25px;
}

.bpadd30 {
    padding-bottom: 30px;
}

.bpadd35 {
    padding-bottom: 35px;
}

.bpadd40 {
    padding-bottom: 40px;
}

.bpadd45 {
    padding-bottom: 45px;
}

.bpadd50 {
    padding-bottom: 50px;
}

.bpadd60 {
    padding-bottom: 60px;
}

.bpadd70 {
    padding-bottom: 70px;
}

.bpadd80 {
    padding-bottom: 80px;
}

.bpadd90 {
    padding-bottom: 90px;
}

.bpadd100 {
    padding-bottom: 100px;
}

.vat {
    vertical-align: top;
}

@media only screen and (min-width: 1181px) {

.circle-popup.expanded {
    display: inline-block !important;
    z-index: 15;
}
.dot-pagenation a {
    cursor: pointer;
}
.popup-cont.circle-popup {
    padding: 20px;
	line-height: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.circle-popup .popup-box-continer {
    padding: 0px;
				
}
.circle-pagenation a:hover {
	background: #000584;
}

}

@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(../images/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;
    }

    .tablet-view-text {
        font-size: 1.5em;
        transition: opacity .25s ease;
    }
}

@media only screen and (max-height: 399px) {
	.tablet-view {
        opacity:1;
    }

    .tablet-view {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        background: #fff;
        background-image: url(../images/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;
    }

    .tablet-view-text {
        font-size: 1.5em;
        transition: opacity .25s ease;
    }
}

@media only screen and (max-height: 500px) {
    .tablet-view {
        /*        opacity:1;*/
    }

    .wrapper {
        /*
        max-height: 330px;
        height: 100%;
*/
        /*
        overflow-y: auto;
        overflow-x: hidden;
*/
    }

    /*

    .tablet-view {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        background: #fff;
        background-image: url(../images/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;
    }

    .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) {
}

@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;
    }

    .content-area {
/*        max-width: 1180px;*/
    }

    .graph-50, .responsive-graph1.bargraph1 {
        max-width: 840px;
    }

    .responsive-graph1 .bars-xaxis .col {
        width: 54.3px;
    }

    .graph-50 .bars {
        width: 19.5px;
    }

    .probnp-graph .bars-xaxis .graph-label {
        left: 85px;
    }
}


.mort-pdng {
    padding: 0px 15px;
}

.sub-d5 ul {
    font-size: 10px;
}

.bg-td-mortality td:first-child {
    border-right: 0.5px solid #fff;
}

.bg-td-mortality td:nth-child(2) {
    border-right: 0.5px solid #fff;
}

.bg-td-mortality-light-blue td:first-child {
    border-right: 0.5px solid #fff;
}

.severity-table {
    width: 100%;
    padding: 15px 0px;
}

.mortality-table .mortality-inner-border {
    background-color: #ecf8fe!important;
}

.severity-table .sev-row .sev-td .bgtd {
    padding: 26.5px 15px;
}

.td-border1 {
    height: 24px;
    border: 1px solid #000;
    position: absolute;
    width: 85%;
    left: 69px;
    top: 58px;
}

.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 .last-tds {
    padding: 14.5px 15px;
}

.severity-table .disease-row td:nth-child(2) {
    padding: 0px 30px;
}

.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 tr td .graph-img {
    width: 80%;
}

.severity-table tr td span img {
    width: 50px;
}

.disease-row .left-icon-blue span img {
    width: 50px;
}

.disease-row .left-icon-blue span {
}

.disease-row .left-icon-blue .icon-content {
    color: #fff;
    float: right;
}

.disease-row .left-icon-blue {
    background: #6690ca;
    width: 18%;
    border-radius: 15px;
    padding: 10px 15px;
}

.disease-row {
    background: #ecf8fe;
    width: 100%;
}

.mortality2-table {
    width: 100%;
}

.mortality2-table .tr-head {
    padding: 5px;
    display: block;
    background: #6690ca;
    color: #ffffff;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    border-radius: 0;
}

.mortality2-table .tr-head th:first-child {
    width: 60%;
}

.mortality2-table .tr-head th:nth-child(2), .mortality2-table .tr-head th:nth-child(3) {
    width: 20%;
}

.mortality-center-title {
    text-align: center;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    font-size: 14px;
    padding: 10px 5px 0px;
}

.mortality-head .title-all .title {
    padding: 5px;
    display: block;
    background: #6690ca;
    color: #ffffff;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    border-radius: 0;
}

.mortality-head th, .mortality-table .pdng-td .bord-right {
    border: 0;
    border-right: 0.5px solid #fff;
}

.mortality-head tr td {
    padding: 0 12px;
}

.mortality-head th:first-child {
    width: 60%;
}

.mortality-head th:nth-child(2) {
    width: 20%;
}

.mortality-head th:nth-child(3) {
    width: 20%;
}

.bg-td-mortality {
    background: #ecf8fe;
}

.cause-mortality .pdng-td td {
    padding: 10px 20px;
}

.mrgn-top-10 {
    margin-top: 10px;
}

.bg-td-mortality-blue {
    background: #9edfff!important;
}

.bg-td-mortality-light-blue {
    background: #9edfff!important;
}

.bg-td-mortality td {
    background: #ecf8fe;
}

.mortality-para {
    padding: 8px 0px 0px;
    font-size: 14px;
    line-height: 1.2;
}

.mortality-blue-content {
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    font-size: 14px;
    line-height: 1.2;
    color: #9c8be5;
    padding: 10px 0px;
}

.mortality-table tbody {
    border: none;
}

.mortality-table tr td {
    border: none;
}

.safety-btn {
    background: #6690ca;
    color: #fff;
    text-align: center;
    width: 55%;
    margin: 30px auto;
    padding: 12px;
    border-radius: 15px;
}

.conclusion-title {
    color: #000;
    font-weight: normal;
    font-family: 'HelveticaNeueLT Std Med Regular';
    padding: 5px 0px 20px;
}

.conclusion-list {
    padding: 10px 0px;
}

.conclusion-list li {
    font-size: 14px;
}

.conclusion-box table {
    width: 90%;
    margin: 0px auto;
}

.conclusion-box table tr td {
    background: #6690ca;
    width: 33%;
    text-align: center;
    color: #fff;
    padding: 55px 15px;
    border-radius: 15px;
}

.conclusion-box table tr td:nth-child(2), .conclusion-box table tr td:nth-child(4) {
    background: #fff;
    width: 1%;
}

.severity-table {
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
}

.graph-pos {
    position: absolute;
}

.graph-content-1 {
    top: 257px;
    font-size: 7.9px;
    left: 184px;
}

.graph-content-2 {
    top: 257px;
    font-size: 7.9px;
    left: 337px;
}

.graph-content-3 {
    top: 256px;
    font-size: 9px;
    left: 656px;
}

.graph-content-4 {
    top: 256px;
    font-size: 9px;
    left: 710px;
}

.graph-content-5 {
    top: 300px;
    font-size: 7.9px;
    left: 262px;
}

.graph-content-6 {
    top: 300px;
    font-size: 7.9px;
    left: 441px;
}

.graph-num1 {
    top: 327px;
    left: 293px;
}

.graph-num2 {
    top: 327px;
    left: 323px;
}

.graph-num3 {
    top: 327px;
    left: 373px;
}

.graph-num4 {
    top: 327px;
    left: 424px;
}

.graph-num5 {
    top: 327px;
    left: 477px;
}

.graph-num6 {
    top: 327px;
    left: 529px;
}

.graph-num7 {
    top: 327px;
    left: 585px;
}

.graph-num8 {
    top: 327px;
    left: 640px;
}

.graph-num9 {
    top: 327px;
    left: 688px;
}

.graph-num10 {
    top: 327px;
    left: 742px;
}

.graph-num11 {
    top: 327px;
    left: 797px;
}

.disease-bottom {
    font-size: 14px;
}

.bt90.desktop-view-inner {
    bottom: 90px;
}

.bt110.desktop-view-inner {
    bottom: 110px;
}

.bt125.desktop-view-inner {
    bottom: 125px;
}

.bt140.desktop-view-inner {
    bottom: 140px;
}

.bt90 .dot-pagenation {
    margin-top: 2.5px;
}

.bt110 .dot-pagenation {
    margin-top: 12.5px;
}

.bt125 .dot-pagenation {
    margin-top: 20px;
}
.bt140 .dot-pagenation {
    margin-top: 27.25px;
}
@media only screen and (max-height: 699px) {
	.bt110.desktop-view-inner {
    bottom: 104px;
}
	.bt110 .dot-pagenation {
    margin-top: 7.5px;
}
}

@media only screen and (min-width: 1300px) {
	    .mainlt-box1 .safety-box, .conclusion-list {
        width: 96%;
        margin: 0px auto;
    }
}

@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: 187px;
        font-size: 8px;
        left: 143px;
    }

    .graph-content-2 {
        top: 188.5px;
        font-size: 7px;
        left: 269px;
    }

    .graph-content-3 {
        top: 188px;
        font-size: 7px;
        left: 529px;
    }

    .graph-content-4 {
        top: 187px;
        font-size: 8px;
        left: 571px;
    }

    .graph-content-5 {
        top: 219px;
        font-size: 8px;
        left: 223px;
    }

    .graph-content-6 {
        top: 219px;
        font-size: 8px;
        left: 280px;
    }

    .graph-num1 {
        top: 237px;
        left: 256px;
    }

    .graph-num2 {
        top: 237px;
        left: 283px;
    }

    .graph-num3 {
        top: 237px;
        left: 315px;
    }

    .graph-num4 {
        top: 237px;
        left: 353px;
    }

    .graph-num5 {
        top: 237px;
        left: 395px;
    }

    .graph-num6 {
        top: 237px;
        left: 443px;
    }

    .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) {
    .homepage h1 {
        font-size: 3em;
    }

    .homepage h4 {
        font-size: 1.5em;
    }

    .desktop-view-inner.snrwd12 {
        bottom: 80px;
    }
}

@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: 153px;
        font-size: 5px;
        left: 124px;
    }

    .graph-content-2 {
        top: 154px;
        font-size: 5px;
        left: 207px;
    }

    .graph-content-3 {
        top: 154px;
        font-size: 5px;
        left: 400px;
    }

    .graph-content-4 {
        top: 153px;
        font-size: 5px;
        left: 429px;
    }

    .graph-content-5 {
        top: 177px;
        font-size: 5px;
        left: 175px;
    }

    .graph-content-6 {
        top: 177px;
        font-size: 5px;
        left: 258px;
    }

    .graph-num1 {
        top: 191px;
        left: 197px;
    }

    .graph-num2 {
        top: 191px;
        left: 215px;
    }

    .graph-num3 {
        top: 191px;
        left: 239px;
    }

    .graph-num4 {
        top: 191px;
        left: 267px;
    }

    .graph-num5 {
        top: 191px;
        left: 298px;
    }

    .graph-num6 {
        top: 191px;
        left: 329px;
    }

    .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: 800px) {
    .desktop-view-inner.snrwd12 {
        bottom: 65px;
    }
}

@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: 153px;
        font-size: 4px;
        left: 130px;
    }

    .graph-content-2 {
        top: 153px;
        font-size: 4px;
        left: 194px;
    }

    .graph-content-3 {
        top: 155px;
        font-size: 4px;
        left: 380px;
    }

    .graph-content-4 {
        top: 155px;
        font-size: 4px;
        left: 408px;
    }

    .graph-content-5 {
        top: 177px;
        font-size: 4px;
        left: 169px;
    }

    .graph-content-6 {
        top: 176px;
        font-size: 4px;
        left: 250px;
    }

    .graph-num1 {
        top: 190px;
        left: 189px;
    }

    .graph-num2 {
        top: 190px;
        left: 204px;
    }

    .graph-num3 {
        top: 190px;
        left: 227px;
    }

    .graph-num4 {
        top: 190px;
        left: 255px;
    }

    .graph-num5 {
        top: 190px;
        left: 285px;
    }

    .graph-num6 {
        top: 190px;
        left: 314px;
    }

    .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: 1200px) {
    .main-heading.four-line-heading h2 {
        font-size: 1.5em;
    }
}

@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;
    }

    .main-heading.four-line-heading h2 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 1100px) {
    .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;
    }

    .main-heading.four-line-heading h2 {
        font-size: 1.3em;
    }

    .lte-graph-attr-graph .x-axis-title {
        margin-left: 162px !important;
    }

    .long-popup-tabs li {
        width: 12%;
    }

    .long-popup-tabs li a br {
    }

    .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) {
    .long-popup-tabs li {
        width:auto;
    }

    .long-popup-tabs li a {
        width: 78px;
    }
}

@media only screen and (max-width: 992px) {
    .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;
    }
}

@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;
    }

    .main-heading.four-line-heading h2 {
        font-size: 1.1em;
    }

    .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: 212px;
    }

    .lte-graph-left .bars-yaxis {
        left: 180px !important;
    }

    .lte-graph-right .bars-yaxis {
        left: 94px !important;
    }

    .lte-graph-left .ylabel .right-label, .lte-graph-left .ylabel .left-label {
        width: 74px;
        font-size: 10px;
    }

    .lte-graph-left #qd1 {
        left: 100px !important;
        width: 146px !important;
    }

    .lte-graph-left #qd2 {
        left: 88px !important;
        width: 148px !important;
    }

    .lte-graph-left #qd3 {
        left: 96px !important;
        width: 146px !important;
    }

    .lte-graph-left #qd4 {
        left: 100px !important;
        width: 146px !important;
    }

    .lte-graph-left #qd5 {
        left: 85px !important;
        width: 150px !important;
    }

    .lte-graph-right #qd6 {
        left: 20px !important;
        width: 85px !important;
    }

    .lte-graph-right #qd7 {
        left: 8px !important;
        width: 85px !important;
    }

    .lte-graph-right #qd8 {
        left: 12px !important;
        width: 85px !important;
    }

    .lte-graph-right #qd9 {
        left: 17px !important;
        width: 85px !important;
    }

    .lte-graph-right #qd10 {
        left: 0px !important;
        width: 90px !important;
    }

    .lte-graph-right .x-axis-title {
        margin-left: 0px !important;
    }

    .lte-graph-left .x-axis-title {
        margin-left: auto !important;
        float: right;
    }

    .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: 10px;
    }

    .lte-graph-attr-graph .bars-xaxis {
        width: 245px;
    }

    .bargraph2 .ylabel .right-label {
        width: 150px !important;
        margin-right: 0 !important;
    }

    .lte-graph-right .ylabel .right-label {
        width: 100px !important;
        margin-right: 0 !important;
    }

    .lte-graph-attr-graph .ylabel .right-label {
        text-align: right;
        width: 170px !important;
    }

    .lte-graph-attr-graph .left-x-title span, .lte-graph-attr-graph .right-x-title span {
        font-size: 10px;
    }

    .all-area .lte-graph-attr-graph .x-axis-title {
        margin-left: 134px !important;
    }

    .lte-graph-attr-graph .bars-xaxis {
        left: 80px;
    }

    .lte-graph-attr-graph .bars-yaxis {
        left: 235px;
    }

    .lte-graph-left .bars-xaxis:before, .lte-graph-right .bars-xaxis:before {
        width: 206px;
        left: 0px;
    }

    .lte-graph-attr-graph .bars-xaxis:before {
        width: 245px;
    }

    .lte-graph-attr-graph #qd11 {
        width: 225px !important;
        left: 90px !important;
    }

    .lte-graph-attr-graph #qd12 {
        width: 162px !important;
        left: 80px !important;
    }

    .lte-graph-attr-graph .left-x-title, .lte-graph-attr-graph .right-x-title {
        width: 100px !important;
        padding: 7px 5px;
    }

    .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: 95px !important;
        padding: 7px 5px;
    }

    .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;
    }

    .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.6em;
        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: auto;
    }

    .pd-popup-tabs li {
        width: 16%;
    }

    .cv-top {
        font-size: 1em;
    }

    .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.6em;
    }

    .responsive-graph.bargraph1 {
        top: 280px;
    }

    .all-area .breadcrumbs {
        font-size: 12px;
    }
}

@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;
    }

    .main-heading.four-line-heading h2 {
        font-size: 1.1em;
    }
}

/* media queries for sceen height */
@media only screen and (max-height: 1800px) {
    .slide-menu li#submenu2 ul {
        top: 360px;
    }
}

@media only screen and (max-height: 768px) {
    .slide-menu li a {
        height:80px;
    }

    .slide-menu li#submenu2 ul {
        top: 232px;
    }
}

@media only screen and (max-height: 850px) {
    .popup-scroll {
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .slide-menu li a {
        height: 55px;
        font-size: 1.2em;
    }

    .slide-menu li#submenu2 ul {
        top: 253px;
    }

    .slide-menu li#submenu1 ul {
        top: 192px;
    }
}

@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;
    }

    .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 {
/*        top: 0px;*/
        position: absolute;
        top: 216px;
        bottom: 15px;
        /*
    overflow-y: auto;
    overflow-x: hidden;
*/
        right: 0px;
        left: 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-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 #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;
    }
}

@media only screen and (min-height: 650px) {
    .bargraph2 .bargraphs {
        /*height: 140px;*/transition: height 1s;
    }

    .bargraph2.result-graph1 .bargraphs {
        height: 260px;
    }
}

@media only screen and (min-height: 721px) {
    .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: 150px;
    }

    .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;
    }

    .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;
    }

    .white-box {
        padding: 8px 15px;
        font-size: 0.9em;
    }

    .main-heading h2 {
        font-size: 2em
    }

    .slide-menu li#submenu2 ul {
        top: 361px;
    }

    .slide-menu li#submenu1 ul {
        top: 265px;
    }

    .outcome-inner {
        margin-top: 20px;
    }

    #wrapper, #wrapper.wrapper-130 {
        top: 175px;
    }

    .conclusion-page #wrapper {
        top: 160px;
    }

    .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 {
        font-size: 12px;
        margin: 0px 0px 3px 0px;
    }

    .bottom-cont-box {
        min-height: 331px;
    }

    .kccq-col-graph {
        margin-bottom: 10px;
    }
}

@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;
    }

    .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 {
        font-size: 12.5px;
        margin: 0px 0px 6px 0px;
    }

    .objectives-analyses-bottom {
        font-size: 11px;
    }

    #wrapper > .col-sm-12 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .summary-img2 img {
        width: 75%;
    }

    .summary-text2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main-heading.four-line-heading h2 {
        font-size: 1.7em;
    }

    .kccq-col-graph {
        margin-bottom: 0px;
    }

    .popup-tabs.tabs-page2 li a {
        height: 67px;
    }
}

@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;
    }

    .primary_analysis {
        bottom: 30%;
        top: 8%
    }
}

@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;
    }

    .responsive-graph1.bargraph1, .ntprobnp-month.resp-graph {
        top: 25%;
        bottom: 15%;
    }
}

@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;
    }

    .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;
    }

    .all-area .popup-tabs.popup-small li a {
        width: 120px;
    }

    .bargraph2 .bargraphs {
        height: 400px;
    }

    .bargraph2 .bargraphs, .bargraph3 .bargraphs, .bargraph4 .bargraphs, .bargraph5 .bargraphs, .bargraph6 .bargraphs {
        height: 254px
    }

    .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;*/
    }

    .row1 .table-boxs tbody td {
        padding: 21px 10px;
    }

    .result-graph1 .bargraphs {
        height: 340px;
    }

    .main-heading h2 {
        font-size: 1.9em
    }
}

@media only screen and (max-height: 720px) {
    p {
        margin-bottom: 15px;
    }

    .main-heading h2 {
        margin-bottom: 10px;
        font-size: 1.6em;
        min-height: 62px;
    }

    .primary_analysis .content-boxs1 {
        padding-bottom: 0px;
    }

    .primary_analysis .content-boxs p {
        font-size: 13px;
    }

    .primary_analysis {
        bottom: 145px;
    }

    /*
.bioequivalence-right-content{padding: 0px 5px 0px;}
.brc-d2{top:308px; font-size:12px;}
*/
    #wrapper {
        top: 130px;
    }

    #wrapper.wrapper-130 {
        top: 130px;
    }

    #wrapper.wrapper-120 {
        top: 120px;
    }

    .responsive-graph1.bargraph1 {
        top: 125px;
    }

    #wrapper.four-line-heading, #wrapper.three-line-heading {
        top: 182px;
    }

    .responsive-graph.bargraph1 {
        top: 160px;
    }

    .popup-tabs.tabs-page2 li a {
        height: 48px;
    }

    .footer-list ul li a {
    }

    .footer-list ul li a .icon-text {
        bottom: 8px;
    }

    .all-area .table-boxs td, .table-boxs th {
        font-size: 11px;
    }

    #wrapper .bdr-sec-tble {
        padding: 15px 0;
    }

    #wrapper .padd-blw-box {
        padding: 53px 0;
    }

    #wrapper .col-sepration .causes-right {
        width: 23%;
    }

    .bg-wrap > .col-sm-4 {
        width: 28%;
    }

    .bg-wrap .ttr-position {
        width: 72%;
        top: 46px;
    }

    .bg-wrap .bg-ttr-text p {
        font-size: 18px;
    }

    .ntprobnp-month.resp-graph {
        top: 20px;
        bottom: 20px;
    }

    .padding-box-lower > ul {
        min-height: 180px;
    }

    .bottom-cont-box ul li {
        font-size: 0.8em;
    }

    .bottom-cont-box ul li li {
        font-size: 1em;
    }

    .studyover .content-boxs {
        padding-bottom: 0px;
    }

    .padding-box-lower {
        padding: 10px 10px 10px 15px;
    }

    .box-smll-img img {
        width: 55px;
    }

    .bottom-cont-box {
        min-height: 250px;
        padding: 10px 15px;
    }

    .top-cont-box h3 {
        font-size: 11px;
    }

    .box-bg-bdr {
        border: none;
        padding: 12px 12px!important;
    }

    .popup-tabs li a, .popup-tabs.popup-big li a, .popup-tabs.popup-small li a, .long-popup-tabs li a, .pd-popup-tabs li a, .extra-popup-tabs li a, .sec-popup-tabs li a, .popup-tabs.tabs-page3 li a {
        font-size: 12px;
        height: 50px;
    }

    .bottom-cont-box ul li {
        margin: 4px 0px;
    }

    .timley-head-1 .col-sm-4 {
        width: 32%;
    }

    .timley-head-1 .timley-text-box-1 {
        padding: 29px 30px;
    }

    .footer-area .pfizer-logo {
        height: 71px;
        padding: 12px 0px 0px 0px;
    }

    .grey-box {
        padding: 10px;
    }

    .frequency .frequency-left .frequency-1st-top {
        padding: 15px;
    }

    .frequency-right-inner td.pink-bg {
        font-size: 11px;
    }

    .frequency-right-inner td.sky-bg {
        font-size: 12px;
    }

    .frequency-right-inner td {
        padding: 5px;
    }

    .summary-img2 img {
        width: 40%;
    }

    .all-area .popup-tabs.popup-min-big li a {
        width: 88px;
        height: 60px;
        font-size: 9px;
        line-height: 10px;
    }

    .efficacy-dose-inner .table-boxs tbody td {
        font-size: 12px;
        padding: 4px 10px;
    }

    .table-boxs th .title {
        padding: 5px 10px;
    }

    .lte-study-2 .table-boxs > p {
        padding-top: 0px;
    }

    .lte-study-table li, .conclusions-table .conclusions-table-bottom li, .lte-study-conclusions-2 .lte-study-inner > p {
        font-size: 11px;
    }

    .lte-study-table td {
        padding: 10px 16px;
    }

    .mortality-para, .mortality-blue-content, .all-area .pd-table-boxs td, .pd-table-boxs th {
        font-size: 10px;
    }

    .cause-mortality .pdng-td td {
        padding: 6px 20px;
    }

    .efficacy-dose-inner.table_a .table-boxs tbody td {
        font-size: 12px;
    }

    .efficacy-dose-content1 {
        font-size: 12px;
    }

    .conclusion-box table tr td {
        padding: 28px 15px;
    }

    .mortality-top-ul li, .mortality-center-title {
        font-size: 12px;
    }

    .att-cardiomyopathy-inner .csd-upr-box {
        padding: 12px 15px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    #wrapper .att-cardiomyopathy .btm-cont-box .cardiomyopathy-d6.same-card {
        font-size: 13px;
        right: 356px;
    }

    .y-axis-title1 {
        font-size: 11px;
    }

    .main-box1 .graph-info p {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .efficacy-dose-inner > p {
        font-size: 0.7em;
    }

    .outcome-left li, .outcome-bottom .outcome-bottom-top, .outcome-bottom p {
        font-size: 12px;
    }

    .pd-table-boxs th .title {
        padding: 6px;
        line-height: 13px;

    }

    .pd-table-boxs th .title1 {
        padding: 5px;
    }

    .patient-ct-box p {
        font-size: .7em;
    }

    .patient-ct-box {
        padding: 10px;
    }

    .row1 .table-boxs tbody td {
        padding: 6px 10px;
        font-size: 12px;
    }

    .row1 .contul ul li, .objectives-analyses .objectives-analyses-right li, .objectives-analyses-graph .oa-d2 {
        font-size: 12px;
    }

    .objectives-analyses .objectives-analyses-left-text {
        padding: 8px;
        font-size: 14px;
    }

    .objectives-analyses .objectives-analyses-left-graph {
        padding: 0px 10px 0px 10px;
    }

    .objectives-analyses .objectives-analyses-graph {
        font-size: 11px;
    }

    .objectives-analyses-bottom {
        padding: 10px 0px 0px;
    }

    .bg-on-ttr {
        max-width: 730px;
        margin: 0px auto;
    }

    .bg-on-ttr .ttr-position {
        position: relative;
        top: 50px;
    }

    .bg-on-ttr .timley-text-box {
        padding: 25px 15px;
    }

    .secondary-6mwt-left-top, .secondary-6mwt-right-top {
        padding: 10px 15px;
        font-size: 14px;
    }

    .secondery-cont {
        border-radius: 8px;
        padding: 5px 30px;
    }

    .secondery-cont p {
        font-size: 0.8em;
    }

    .study-overview-3 {
        max-width: 100%;
    }
}

/* 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;
    }

    .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;
    }

    #wrapper, #wrapper.wrapper-130 {
        top: 115px;
    }

    .timley-head-1 .col-sm-4 {
        width: 28%;
    }

    .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.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: 232px;
    }

    .content-boxs p {
        font-size: 10px;
    }

    .footer-list ul li a {
    }

    .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;
    }

    .desktop-view-inner .main-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .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;
    }

    .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#submenu1 ul {
        top: 150px;
    }

    .slide-menu li#submenu2 ul {
        top: 195px;
    }

    .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;
    }

    .clinical-characteristics.popup-cont {
        transform: translate(-50%,-62%);
        top: 55%;
    }

    .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: 100%;
    }

    .center-popup-single-two, .center-popup-single {
        top: 52%;
    }

    .sec-popup-tabs li a {
        font-size: 9px;
    }

    .main-box1 .col3 {
        width: 24%;
    }

    .footer-area .pfizer-logo {
        height: 39px;
        padding: 10px 0px 0px 0px;
    }

    .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%;
    }

    .introduction-left, .methods-content {
        padding: 12px 10px;
    }

    .center-popup-single, .center-popup-double-two, .center-popup-two {
        padding: 15px 15px 10px 15px;
        width: 85%;
    }

    .primary_analysis .primary_analysis-inner .bars-xaxis {
        padding-left: 22px;
    }

    #refScrollContent {
        padding-left: 0px;
    }
*/
}

@media only screen and (max-height: 700px) {
    .lte-graph-attr-graph .ylabel {
        height: 75px;
    }
}

@media only screen and (min-width: 1140px) {
    .main-heading.four-line-heading h2, .main-heading.large-heading h2 {
        font-size: 1.85em;
    }

    #wrapper.four-line-heading {
        top: 210px;
    }
}

/* 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;
}

.result-graph1 .ylabel #qd1, .result-graph1 .ylabel #qd8, .result-graph1 .ylabel #qd15 {
    top: 26px !important;
}

.result-graph1 .ylabel #qd2, .result-graph1 .ylabel #qd9, .result-graph1 .ylabel #qd16 {
    top: 72px !important;
}

.result-graph1 .ylabel #qd3, .result-graph1 .ylabel #qd10, .result-graph1 .ylabel #qd17 {
    top: 100px !important;
}

.result-graph1 .ylabel #qd4, .result-graph1 .ylabel #qd11, .result-graph1 .ylabel #qd18 {
    top: 142px !important;
}

.result-graph1 .ylabel #qd5, .result-graph1 .ylabel #qd12, .result-graph1 .ylabel #qd19 {
    top: 165px !important;
}

.result-graph1 .ylabel #qd6, .result-graph1 .ylabel #qd13, .result-graph1 .ylabel #qd20 {
    top: 211px !important;
}

.result-graph1 .ylabel #qd7, .result-graph1 .ylabel #qd14, .result-graph1 .ylabel #qd21 {
    top: 235px !important;
}

.result-graph1 .bargraphs {
    height: 260px;
}

.result-graph1 .bars-xaxis {
    padding-top: 6px;
}

.result-graph1 .bars-xaxis:before {
    top: -7px;
}

.result-graph1-title .x-axis-title {
    margin-top: 8px;
    margin-bottom: 0px;
}

.main-box1 .graph-info p {
    margin-bottom: 15px;
    font-size: 12px;
}

@media only screen and (max-height: 720px) and (min-width: 1100px) {
	    .main-heading.large-heading h2 {
        font-size: 1.8em;
    }

    #wrapper.wrapper-135 {
        top: 135px;
    }

    #wrapper.wrapper-170 {
        top: 170px;
    }
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 12px;
    }

    nav ul li > a .menutext {
        font-size: 12px;
    }

    nav ul li > a {
        padding: 14px 16px 14px 46px;
    }

    nav ul li > a .menuname {
        height: 20px;
        width: 20px;
    }

    .homelink img {
        max-width: 36px;
    }

    nav {
/*        top: 52px;*/
    }

    .menupfizer img {
        max-width: 78px;
    }

    .menupfizer {
        padding-bottom: 10px;
    }

    nav ul li ul li a {
        padding: 10px 20px 10px 8px;
        font-size: 12px;
    }

    .bottomtop.bt1 {
        bottom: -70px;
    }

    .bottomtop.bt2 {
        bottom: -36px;
    }

    .bottomtop.bt3 {
        bottom: -12px;
    }

    .menuicon img {
        width: 36px;
    }

    .homepage h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 20px;
    }

    .footer-area-inner .buttons-footer .footer-btn, .popup-footer-area .buttons-footer .footer-btn {
        width: 94px;
        height: 40px;
        border-radius: 8px;
        font-size: 10px;
        padding: 14px 5px;
    }

    .footer-area-inner .text-footer p {
        font-size: 8px;
        margin-bottom: 8px;
    }

    .footer-area-inner.dfnt7 .text-footer p {
        font-size: 7px;
    }

    .footer-area-inner .buttons-footer .footer-btn.twolines {
        padding: 10px 5px;
    }

    .footer-area-inner .buttons-footer .footer-btn.threelines {
        padding: 3px 5px;
    }

    .col-bargraph-info {
        font-size: 9px;
        top: 45px;
    }

    .col-bargraph-info {
        right: 40px;
    }

    .footer-area-inner.two-buttons .text-footer {
        width: 65%;
    }

    .footer-area-inner.two-buttons .buttons-footer {
        width: 24.4%;
    }

    .main-box-inner .content-footer p {
        font-size: 8px;
    }

    .content-footer-text {
        margin-left: 4.9%;
    }

    .popup-cont h2 {
        font-size: 14px;
    }

    .popup-right-text {
        font-size: 8px;
    }

    .popup-box-continer > p {
        margin-bottom: 12px;
    }

    .mobnone {
        display: none;
    }

    .bt110.desktop-view-inner {
        bottom: 90px;
    }

    .bt125.desktop-view-inner {
        bottom: 115px;
    }
    .bt140.desktop-view-inner {
        bottom: 125px;
    }
}


@media only screen and (max-width: 992px) {
    nav ul li > a .menutext {
        font-size: 10px;
    }

    nav ul li > a {
        padding: 8px 16px 8px 46px;
    }

    nav ul li > a .menuname {
        height: 16px;
        width: 16px;
    }

    .homelink img {
        max-width: 24px;
    }

    nav {
/*        top: 44px;*/
    }

    .menupfizer img {
        max-width: 64px;
    }

    .menupfizer {
        padding-bottom: 10px;
    }

    nav ul li ul li a {
        padding: 8px 20px 8px 8px;
        font-size: 10px;
    }
	.pdl {
    padding-left: 15px;
}
	
	.bt0 {
    top: -42px;
} 

    .bottomtop.bt1 {
        bottom: -70px;
    }

    .bottomtop.bt2 {
        bottom: -36px;
    }

    .bottomtop.bt3 {
        bottom: -12px;
    }

    .menuicon img {
        width: 24px;
    }

    nav ul li > a .menuarrow {
        max-width: 8px;
    }

    .slidemenu, nav, .dropdownmenudiv, .dropdownmenu, .subdropdownmenudiv, .subdropdownmenu, .superdropdownmenu, .superdropdownmenudiv {
        width: 150px;
    }

    .dropdownmenudiv.expanded, .dropdownmenu, .subdropdownmenu, .superdropdownmenu {
        left: 150px;
    }

    .subdropdownmenudiv.expanded {
        left: 300px;
    }

    .superdropdownmenudiv.expanded {
        left: 450px;
    }

    body {
        font-size: 12px;
    }

    .homepage h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 16px;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .arrow-left-right-text {
        font-size: 7px;
    }
	
	.arrow-left-right-text {
    padding-top: 18px;
	}
	.arrow-left-right {
    width: 40px;
    padding-right: 0px;
}

    .footer-area-inner .buttons-footer .footer-btn, .popup-footer-area .buttons-footer .footer-btn {
        width: 72px;
        height: 34px;
        font-size: 8px;
        padding: 12px 5px;
        line-height: 1.2;
    }

    .footer-area-inner .buttons-footer .footer-btn.twolines {
        padding: 8px 5px;
    }

    .footer-area-inner .text-footer p {
        font-size: 7px;
        margin-bottom: 6px;
    }

    .desktop-view-inner {
        padding-left: 50px;
        padding-right: 50px;
    }

    .header .heading-section {
        padding-left: 50px;
    }

    .footer-area {
        padding: 0px 20px 0px 28px;
    }

    .footer-area-inner .pfizer-footer {
        padding-left: 28px;
    }

    .footer-area-inner .text-footer {
        padding-left: 15px;
    }

    .arrow-left-right img {
        width: 16px;
        height: 16px;
    }
	
	.arrow-right, .arrow-left {
    width: 16px;
}

    .footer-area-inner .buttons-footer .footer-btn .plus {
        width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 11px;
    }

    .col-bargraph-info {
        font-size: 6px;
        top: 24px;
    }

    .col-bargraph-info {
        right: 40px;
    }

    .main-box-inner .content-footer p {
        font-size: 7px;
    }

    .content-footer-text {
        margin-left: 7.2%;
    }

    .popup-close2 {
        width: 18px;
    }

    .dot-pagenation a {
        width: 8px;
        height: 8px;
        margin: 6px 0px;
    }

    .bt110.desktop-view-inner {
        bottom: 80px;
    }

    .bt125.desktop-view-inner {
        bottom: 100px;
    }

    .bt140.desktop-view-inner {
        bottom: 110px;
    }
}


@media only screen and (max-width: 800px) {
    nav ul li > a {
        padding: 8px 16px 8px 24px;
    }

    nav ul li > a .menutext {
        font-size: 9px;
    }

    nav ul li > a .menuname {
        height: 12px;
        width: 12px;
        left: 12px;
    }

    .homelink {
        padding-top: 10px;
    }

    nav {
/*        top: 34px;*/
    }

    nav ul li ul li a {
        padding: 6px 14px 6px 8px;
        font-size: 8px;
    }

    .pdl {
        padding-left: 14px;
    }
	
    .menupfizer img {
        max-width: 48px;
    }

    .homelink img {
        max-width: 18px;
    }

    nav ul li > a .menuarrow {
        max-width: 6px;
    }

    .slidemenu, nav, .dropdownmenudiv, .dropdownmenu, .subdropdownmenudiv, .subdropdownmenu, .superdropdownmenu, .superdropdownmenudiv {
        width: 120px;
    }

    .dropdownmenudiv.expanded, .dropdownmenu, .subdropdownmenu, .superdropdownmenu {
        left: 120px;
    }

    .subdropdownmenudiv.expanded {
        left: 240px;
    }

    .superdropdownmenudiv.expanded {
        left: 360px;
    }

    body {
        font-size: 10px;
    }

    h2 {
        font-size: 14px;
    }
	
	.arrow-left-right {
    width: 36px;
}

    .footer-area-inner .buttons-footer .footer-btn, .popup-footer-area .buttons-footer .footer-btn {
        width: 60px;
        font-size: 7px;
    }

    .footer-area-inner .text-footer p {
        font-size: 6px;
        margin-bottom: 5px;
    }

    .desktop-view-inner {
        bottom: 70px;
        top: 70px;
    }

    .main-box-inner .content-footer p {
        font-size: 6px;
    }

    .content-footer-text {
        margin-left: 6.2%;
    }

    .arrow-left-right-text {
        font-size: 6px;
    }

    .bt110.desktop-view-inner {
        bottom: 75px;
    }

    .bt125.desktop-view-inner {
        bottom: 90px;
    }
    .bt140.desktop-view-inner {
        bottom: 100px;
    }
}



@media only screen and (min-width: 1200px) and (max-height: 699px) {
	.wrapper {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .desktop-view-inner.bt100 {
        bottom: 100px;
    }

    .sh-575.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-575.wrapper {
        max-height: 575px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-550.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-550.wrapper {
        max-height: 550px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-525.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-525.wrapper {
        max-height: 525px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-500.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-500.wrapper {
        max-height: 500px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-475.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-475.wrapper {
        max-height: 475px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-450.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-450.wrapper {
        max-height: 450px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-425.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-425.wrapper {
        max-height: 425px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-400.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-400.wrapper {
        max-height: 400px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-375.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-375.wrapper {
        max-height: 375px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-350.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-350.wrapper {
        max-height: 350px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-325.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-325.wrapper {
        max-height: 325px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-300.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-300.wrapper {
        max-height: 300px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-275.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-275.wrapper {
        max-height: 275px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-250.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-250.wrapper {
        max-height: 250px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-225.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-225.wrapper {
        max-height: 225px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-200.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-200.wrapper {
        max-height: 200px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-175.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-175.wrapper {
        max-height: 175px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-150.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-150.wrapper {
        max-height: 150px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-125.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-125.wrapper {
        max-height: 125px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .sh-100.wrapper > .main-box {
        max-width: 1080px;
    }

    .sh-100.wrapper {
        max-height: 100px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }
}


@media only screen and (max-width: 1200px) {
    .desktop-view-inner {
        bottom: 65px;
        top: 80px;
    }

    .bt90.desktop-view-inner {
        bottom: 80px;
    }

    .desktop-view-inner.clinical-data4-main {
        bottom: 100px;
    }

    .wrapper {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dsh-450.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-450.wrapper {
        max-height: 450px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-425.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-425.wrapper {
        max-height: 425px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-400.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-400.wrapper {
        max-height: 400px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-375.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-375.wrapper {
        max-height: 375px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-350.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-350.wrapper {
        max-height: 350px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-325.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-325.wrapper {
        max-height: 325px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-300.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-300.wrapper {
        max-height: 300px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-275.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-275.wrapper {
        max-height: 275px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-250.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-250.wrapper {
        max-height: 250px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-225.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-225.wrapper {
        max-height: 225px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-200.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-200.wrapper {
        max-height: 200px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-175.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-175.wrapper {
        max-height: 175px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-150.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-150.wrapper {
        max-height: 150px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-125.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-125.wrapper {
        max-height: 125px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }

    .dsh-100.wrapper > .main-box {
        max-width: 1080px;
    }

    .dsh-100.wrapper {
        max-height: 100px;
        width: calc(100% + 20px);
        margin-left: 10px;
    }
	.wrapper.graph-scroll-t .main-box {
    height: 100%;
	}
}


@media only screen and (max-width: 992px) {
    .desktop-view-inner {
        bottom: 60px;
        top: 60px;
    }

    .bt90.desktop-view-inner {
        bottom: 75px;
    }

    .wrapper {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .tsh-350.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-350.wrapper {
        max-height: 350px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-325.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-325.wrapper {
        max-height: 325px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-300.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-300.wrapper {
        max-height: 300px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-275.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-275.wrapper {
        max-height: 275px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-250.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-250.wrapper {
        max-height: 250px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-225.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-225.wrapper {
        max-height: 225px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-200.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-200.wrapper {
        max-height: 200px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-175.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-175.wrapper {
        max-height: 175px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-150.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-150.wrapper {
        max-height: 150px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-125.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-125.wrapper {
        max-height: 125px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .tsh-100.wrapper > .main-box {
        max-width: 1080px;
    }

    .tsh-100.wrapper {
        max-height: 100px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .popup-close1, .popup-close2 {
        width: 18px;
    }

    .popup-cont {
        padding: 15px;
    }

    .dot-pagenation {
        right: -6%;
    }
	.wrapper.graph-scroll-m .main-box {
    height: 100%;
	}
}


@media only screen and (max-width: 800px) {
	.desktop-view-inner {
        bottom: 60px;
        top: 55px;
    }

    .bt90.desktop-view-inner {
        bottom: 70px;
    }

    .wrapper {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .msh-350.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-350.wrapper {
        max-height: 350px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-325.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-325.wrapper {
        max-height: 325px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-300.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-300.wrapper {
        max-height: 300px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-275.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-275.wrapper {
        max-height: 275px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-250.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-250.wrapper {
        max-height: 250px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-225.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-225.wrapper {
        max-height: 225px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-200.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-200.wrapper {
        max-height: 200px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-175.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-175.wrapper {
        max-height: 175px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-150.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-150.wrapper {
        max-height: 150px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-125.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-125.wrapper {
        max-height: 125px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .msh-100.wrapper > .main-box {
        max-width: 1080px;
    }

    .msh-100.wrapper {
        max-height: 100px;
        width: calc(100% + 0px);
        margin-left: 0px;
    }

    .dot-pagenation {
        right: -7%;
    }
}


@media only screen and (min-width: 1200px) and (max-height: 699px) {
	nav ul li > a {
        padding: 17px 16px 17px 46px;
    }

    nav ul li > a .menutext {
        font-size: 13px;
    }

    nav ul li ul li a {
        font-size: 13px;
        padding: 12px 20px 12px 8px;
    }

    .bottomtop.bt1 {
        bottom:-121px;
    }

    .bottomtop.bt2 {
        bottom: -97px;
    }

    .bottomtop.bt3 {
        bottom: -71px;
    }
}

@media only screen and (min-width: 1200px) and (max-height: 649px) {
	nav ul li > a {
        padding: 16px 16px 16px 46px;
    }

    nav ul li > a .menutext {
        font-size: 12px;
    }

    nav ul li ul li a {
        font-size: 12px;
        padding: 12px 20px 12px 8px;
    }

    .bottomtop.bt1 {
        bottom: -118px;
    }

    .bottomtop.bt2 {
        bottom: -93px;
    }

    .bottomtop.bt3 {
        bottom: -68px;
    }
}

@media only screen and (min-width: 1200px) and (max-height: 599px) {
    
	nav ul li > a {
       padding: 13px 16px 13px 46px;
    }

    nav ul li > a .menutext {
        font-size: 12px;
    }

    nav ul li ul li a {
        font-size: 12px;
        padding: 10px 20px 10px 8px;
    }

    .bottomtop.bt1 {
        bottom: -106px;
    }

    .bottomtop.bt2 {
        bottom: -85px;
    }

    .bottomtop.bt3 {
        bottom: -10px;
    }
}

@media only screen and (min-width: 1200px) and (max-height: 549px) {
    nav ul li > a .menutext {
        font-size: 11px;
    }

    nav ul li > a {
        padding: 10px 16px 10px 46px;
    }

    nav ul li > a .menuname {
        height: 16px;
        width: 16px;
    }

    .homelink img {
        max-width: 24px;
    }

    nav {
/*        top: 44px;*/
    }
.bt0 {
    top: -40px;
}


    .menupfizer img {
        max-width: 64px;
    }

    .menupfizer {
        padding-bottom: 10px;
    }

    nav ul li ul li a {
        padding: 8px 20px 8px 8px;
        font-size: 10px;
    }

    .bottomtop.bt1 {
        bottom: -70px;
    }

    .bottomtop.bt2 {
        bottom: -36px;
    }

    .bottomtop.bt3 {
        bottom: -12px;
    }

    .menuicon img {
        width: 24px;
    }

    nav ul li > a .menuarrow {
        max-width: 8px;
    }

    .slidemenu, nav, .dropdownmenudiv, .dropdownmenu, .subdropdownmenudiv, .subdropdownmenu, .superdropdownmenu, .superdropdownmenudiv {
        width: 160px;
    }

    .dropdownmenudiv.expanded, .dropdownmenu, .subdropdownmenu, .superdropdownmenu {
        left: 160px;
    }

    .subdropdownmenudiv.expanded {
        left: 320px;
    }

    .superdropdownmenudiv.expanded {
        left: 480px;
    }
}

@media only screen and (min-width: 1200px) and (max-height: 499px) {
    nav ul li > a {
        padding: 10px 16px 10px 22px;
    }

    nav ul li > a .menutext {
        font-size: 10px;
    }

    nav ul li > a .menuname {
        height: 12px;
        width: 12px;
        left: 12px;
    }

    .homelink {
        padding-top: 10px;
    }

    nav {
/*        top: 34px;*/
    }

    nav ul li ul li a {
        padding: 6px 14px 6px 8px;
        font-size: 8px;
    }
	.bt0 {
    top: -31px;
}
	.bottomtop.bt1 {
        bottom: -70px;
    }

    .bottomtop.bt2 {
        bottom: -36px;
    }

    .bottomtop.bt3 {
        bottom: -12px;
    }

    .pdl {
        padding-left: 14px;
    }

    .menupfizer img {
        max-width: 48px;
    }

    .homelink img {
        max-width: 18px;
    }

    nav ul li > a .menuarrow {
        max-width: 6px;
    }

    .slidemenu, nav, .dropdownmenudiv, .dropdownmenu, .subdropdownmenudiv, .subdropdownmenu, .superdropdownmenu, .superdropdownmenudiv {
        width: 130px;
    }

    .dropdownmenudiv.expanded, .dropdownmenu, .subdropdownmenu, .superdropdownmenu {
        left: 130px;
    }

    .subdropdownmenudiv.expanded {
        left: 260px;
    }

    .superdropdownmenudiv.expanded {
        left: 390px;
    }
}

@media only screen and (min-width: 1200px) and (max-height: 449px) {
    nav ul li > a {
        padding: 8px 16px 8px 24px;
    }

    nav ul li > a .menutext {
        font-size: 9px;
    }

    nav ul li > a .menuname {
        height: 12px;
        width: 12px;
        left: 12px;
    }

    .homelink {
        padding-top: 10px;
    }

    nav {
/*        top: 34px;*/
    }

    nav ul li ul li a {
        padding: 6px 14px 6px 8px;
        font-size: 8px;
    }
	.bt0 {
    top: -31px;
}
	.bottomtop.bt1 {
        bottom: -70px;
    }

    .bottomtop.bt2 {
        bottom: -36px;
    }

    .bottomtop.bt3 {
        bottom: -12px;
    }

    .pdl {
        padding-left: 14px;
    }

    .menupfizer img {
        max-width: 48px;
    }

    .homelink img {
        max-width: 18px;
    }

    nav ul li > a .menuarrow {
        max-width: 6px;
    }

    .slidemenu, nav, .dropdownmenudiv, .dropdownmenu, .subdropdownmenudiv, .subdropdownmenu, .superdropdownmenu, .superdropdownmenudiv {
        width: 120px;
    }

    .dropdownmenudiv.expanded, .dropdownmenu, .subdropdownmenu, .superdropdownmenu {
        left: 120px;
    }

    .subdropdownmenudiv.expanded {
        left: 240px;
    }

    .superdropdownmenudiv.expanded {
        left: 360px;
    }
}

@media only screen and (max-width: 1200px) and (max-height: 750px) {
    /*
    nav ul li > a {
        font-size: 12px;
    }

    nav ul li ul li a {
        font-size: 12px;
    }

    nav ul li > a .menutext {
        font-size: 12px;
    }

    .bottomtop.bt1 {
        bottom: -120px;
    }

    .bottomtop.bt2 {
        bottom: -79px;
    }

    .bottomtop.bt3 {
        bottom: -28px;
    }

    nav ul li > a .menuname {
        height: 24px;
        width: 24px;
    }
*/
}

@media only screen and (max-width: 1200px) and (max-height: 650px) {
    /*
    nav ul li > a {
        padding: 12px 16px 12px 46px;
    }

    nav ul li ul li a {
        padding: 12px 20px 12px 8px;
    }

    .bottomtop.bt1 {
        bottom: -100px;
    }

    .bottomtop.bt2 {
        bottom: -60px;
    }

    .bottomtop.bt3 {
        bottom: -10px;
    }

    .menuicon img {
        width: 32px;
    }

    nav ul li > a .menuname {
        height: 20px;
        width: 20px;
    }

    .homelink img {
        max-width: 32px;
    }

    .menupfizer img {
        max-width: 64px;
    }
*/
}

@media only screen and (max-width: 1200px) and (max-height: 550px) {
    /*
	.homepage h1 {
    font-size: 24px;
	}
    .desktop-view-inner {
        bottom: 60px;
        top: 60px;
    }

    nav ul li > a {
        padding: 12px 16px 12px 46px;
        font-size: 10px;
    }

    nav ul li ul li a {
        padding: 12px 20px 12px 8px;
        font-size: 10px;
    }

    nav ul li > a .menutext {
        font-size: 10px;
    }

    .bottomtop.bt1 {
        bottom: -100px;
    }

    .bottomtop.bt2 {
        bottom: -60px;
    }

    .bottomtop.bt3 {
        bottom: -10px;
    }

    .menuicon img {
        width: 32px;
    }

    nav ul li > a .menuname {
        height: 20px;
        width: 20px;
    }

    .menupfizer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    nav {
        top: 48px;
    }
*/
}

@media only screen and (min-width: 992px) and (max-height: 550px) {
/*
    nav ul li > a {
        padding: 12px 16px 12px 46px;
    }
*/
}

@media only screen and (min-width: 992px) and (max-height: 500px) {
/*
    nav ul li > a {
        padding: 8px 16px 8px 46px;
    }
*/
}

@media only screen and (min-height: 750px) {
    nav {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}

@media only screen and (max-height: 699px) {
	.desktop-view-inner .main-box {
		padding-bottom: 1px;
	}
	
}
