html,
body {
    color: #333639;
    scroll-behavior: smooth;
    font-family: "roboto";
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p,
.bullet_list li {
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}


/*common css start here*/

ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

li {
    list-style: none;
}

a {
    display: inline-block;
    outline: none !important;
    text-decoration: none !important;
}

.for_mobile {
    display: none !important;
}

img {
    max-width: 100%;
}

.btn {
    background: #fff;
    border-radius: 24px;
    color: #EC1C27;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 25px;
    font-style: italic;
    font-weight: 500;
    transition: 0.3s;
}

.btn.red_btn {
    background: #EC1C27;
    border-radius: 24px;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 24px;
    padding: 10px 25px;
    font-style: italic;
}

.btn.red_btn:hover {
    color: #fff;
    background: #9D0C14;
}

.btn:hover {
    color: #AC6D9B;
}

.common_outer {
    width: 100%;
    float: left;
}

sup {
    font-size: 60%;
}

.bullet_list li {
    padding-left: 15px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #515B62;
}

.bullet_list li::before {
    position: absolute;
    left: 0;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background: #EC1C27;
    top: 14px;
}


/*common css end here*/


/*header css start here*/

.top_link p {
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-align: right;
    padding-bottom: 5px;
}

.top_link {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.header_outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.top_link {
    border-bottom: 0.5px solid #FFFFFF;
}

.top_link ul li:first-of-type {
    padding-left: 0;
}

.top_link ul {
    width: 100%;
    max-width: 670px;
    float: right;
    text-align: right;
}

.top_link ul li {
    display: inline-block;
    padding-left: 30px;
    color: #fff;
    font-size: 13px;
}

.top_link ul li a {
    color: #fff;
    line-height: 19px;
    font-weight: bold;
}

.logo_side {
    width: 241px;
    position: relative;
    text-align: left;
    float: left;
}

.logo_side a {
    position: absolute;
    top: -68px;
}

.logo_side a {
    max-width: 240px;
}

.menu_side {
    width: 840px;
    padding-left: 20px;
    float: right;
}

.header_inner {
    width: 100%;
    float: left;
}

.menu_side a:focus,
.menu_side a:hover {
    text-decoration: none;
}

.menu_list ul {
    text-align: right;
    position: relative;
    right: -25px;
}

.menu_list li {
    display: inline-block;
    position: relative;
}


/*.menu_list li:last-of-type{padding: 0;}*/

.menu_list li.contact_us {
    padding: 0;
}

.menu_list li a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding: 10px 25px;
}

.menu_list li {
    padding: 0;
}

.menu_list li a {
    padding: 10px 23px;
}

.menu_links,
.menu_list {
    width: 100%;
    display: inline-block;
}

.menu_links #toggle_menu {
    display: none;
}

.top_link ul li.top_left_link {
    padding-top: 5px;
}

.menu_list li .dropdown a {
    font-weight: 900;
}


/*.menu_list li a:hover,.menu_list li.dropdown li a:hover{color:#EC1C27;}*/

.dropdown-menu.custom_dropdwon {
    border-radius: 0;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    min-width: inherit;
    right: 0
}

.menu_list li:nth-child(3) .dropdown-menu.custom_dropdwon li a {
    padding: 10px 10px;
}

.dropdown-menu.custom_dropdwon ul {
    position: relative;
    right: 0;
    left: 0;
    text-align: left;
}

.dropdown-menu.custom_dropdwon ul li .dropdown-menu.custom_dropdwon ul li:last-of-type .dropdown-menu.custom_dropdwon {
    display: none;
}

ul#menu-main-menu li a span {
    position: relative;
    display: inline-block;
    left: 3px;
}

.menu_list li.menu-item-has-children:hover .custom_dropdwon {
    display: block;
    /*background: #00B4C0;*/
    border-top: 0.5px solid #fff;
    background: transparent linear-gradient(180deg, #00B4C0 0%, #0E7286 100%) 0% 0% no-repeat padding-box;
}

ul#menu-main-menu li:hover {
    background: #00B4C0;
}

.dropdown-menu.custom_dropdwon ul li {
    text-align: left;
    width: 100%;
}

ul.sub-menu li:hover {
    background-color: #0E7286 !important;
}

.dropdown-menu.custom_dropdwon ul li:last-of-type .dropdown-menu.custom_dropdwon {
    display: none;
}

.menu_list li.current-menu-item:hover a::after,
.menu_list li.current-menu-parent:hover a::after {
    display: none;
}

.menu_list li.current-menu-item a::after,
.menu_list li.current-menu-parent a::after {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 3px;
    height: 2px;
    background: #fff;
}

.menu_list li.dropdown:hover .custom_dropdwon {
    display: block;
    background: #00B4C0;
    border-top: 0.5px solid #fff;
}

.menu_list li.dropdown li a,
.menu_list li.dropdown.contact_link ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 0;
    text-align: left;
    font-weight: 500;
}

.menu_list li.dropdown li {
    padding: 10px 15px 10px 15px;
    width: 100%;
    text-align: left;
}

.arrow-down::after {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    content: "";
    position: absolute;
    bottom: 0;
}

.inner_page .menu_list li {
    padding-right: 52px;
}

.dropdown_inner .arrow-down {
    position: relative;
    display: inline-block;
    left: 3px;
}

.dropdown_inner {
    width: 100%;
    display: inline-block;
    position: relative;
}

.dropdown-toggle:hover,
.dropdown_inner:hover .dropdown-toggle {
    background: #02a9b6;
}


/*header css start end here*/


/*isi css end here*/

.isi_content .isi_section.common_outer .container {
    max-width: 1130px;
}

.isi_section {
    margin: 55px 0 50px;
    text-align: left;
}

.isi_section p.foot_note_text {
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    margin-bottom: 20px;
}

.isi_section h3 {
    font-size: 20px;
    line-height: 24px;
    color: #0E7286;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.isi_section h4 {
    font-size: 20px;
    line-height: 24px;
    color: #0E7286;
    margin-bottom: 10px;
    font-weight: 700;
}

.isi_section p,
.isi_section ul li {
    font-size: 20px;
    line-height: 24px;
    color: #333639;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    font-weight: 400;
}

.isi_section .safety_text_box p {
    margin: 0;
    font-weight: 700;
}

.safety_text_box {
    width: 100%;
    float: left;
    border: 2px solid #707070;
    border-radius: 9px;
    padding: 9px 13px 8px;
    margin-bottom: 10px;
    max-width: 1092px;
}

.isi_section ul li {
    position: relative;
    display: inline-block;
}

.isi_section a {
    color: #EC1C27;
    display: inherit;
}

.isi_section a:hover {
    color: #EC1C27;
}

.isi_list .left_side,
.isi_list .right_side {
    float: left;
    width: 100%;
    max-width: 265px;
}

.isi_section p.color_change {
    color: #6D7781;
}

.isi_section p span,
.isi_section p strong {
    font-weight: 700;
}

.click_here_full {
    width: 100%;
    float: left;
}

.ref_outer {
    width: 100%;
    float: left;
    margin-bottom: 45px;
}

.safety_text_box .box_text_list li {
    font-weight: 700;
    margin: 2px 0 1px;
}

.safety_text_box .box_text_list li::after {
    background: #60656E;
}

.isi_list {
    width: 100%;
    float: left;
    padding-bottom: 25px;
}

.safety_outer {
    width: 100%;
    float: left;
}

sup.r_ball {
    top: -.4em;
    font-size: 60%;
}


/*isi css end here*/


/*fixed isi css end here*/

.fixed_isi_inner .container {
    position: relative;
}

.fixed_isi h4 {
    font-size: 20px;
    line-height: 24px;
    color: #0E7286;
    margin-bottom: 7px;
    font-weight: 700;
    position: relative;
}

.fixed_isi {
    padding: 30px 0 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 1;
    background: #fff;
    box-shadow: 0px -5px 6px #00000029;
    max-width: 1200px;
    margin: 0 auto;
}

.fixed_isi p,
.fixed_isi p span.for_desktop {
    width: auto;
    font-size: 18px;
    line-height: 24px;
    color: #333639;
    font-weight: 400;
}

.fixed_isi .isi_right p span {
    color: #0E7286;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}

.fixed_isi p span,
.fixed_isi li {
    font-size: 16px;
    line-height: 18px;
    color: #3D3E40;
    font-weight: 700;
}

.isi_left {
    width: 100%;
    max-width: 50%;
    float: left;
}

.isi_right {
    width: 100%;
    max-width: 50%;
    float: left;
}

.fixed_isi .safety_text_box {
    border: 2px solid #3D3E40;
    margin: 3px 0 0;
}

.scroll_down {
    position: absolute;
    top: -20px;
    right: 55px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #E2133A !important;
}

.fixed_isi .bullet_list li::after {
    background: #3D3E40;
}

.scroll_down::after {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-right-style: solid;
    border-right-width: 3px;
    content: "";
    display: inline-block;
    height: 14px;
    bottom: 9px;
    position: absolute;
    width: 14px;
    border-radius: 1px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #E2133A;
    border-left: none;
    border-top: none;
    right: -20px;
}


/*fixed isi css end here*/


/*footer css end here*/

.top_footer {
    padding: 40px 0 30px;
    background: #0E7286;
}

.foot_desc {
    width: 100%;
    max-width: 617px;
    float: left;
}

.foot_logo {
    width: 100%;
    max-width: 225px;
    float: left;
}

.foot_desc p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.foot_desc p a {
    color: #fff;
}

.foot_desc p.foot_link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.foot_logo img {
    max-width: 157px;
}

.bottom_footer {
    background: #003D4E;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.left_side,
.right_side {
    width: 50%;
    float: left;
}

.bottom_footer li {
    float: left;
    padding-right: 33px;
    width: auto;
}

.bottom_footer li:last-of-type {
    padding: 0;
}

.bottom_footer li a {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

.bottom_footer p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding-top: 2px;
    text-align: right;
}

.bottom_footer ul {
    float: left;
}


/*footer css end here*/


/*index page css start here*/

.banner_outer.common_outer {
    padding-bottom: 12px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .slide_img>img {
    min-height: 460px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.swiper-pagination-bullet {
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}

.swiper-pagination.swiper-pagination-bullets {
    max-width: 1150px;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: left;
}

.hero_content {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    max-width: 1145px;
    margin: 0 auto;
}

.hero_content .container {
    max-width: 1145px;
    padding-right: 0;
}

.back_to_work_text h1 {
    font-size: 60px;
    line-height: 90px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.back_to_work_text h1 .to_work {
    font-size: 30px;
    line-height: 45px;
    padding: 10px 10px 0;
}

.back_to_work_text h2 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 10px;
}

.back_to_work_text {
    width: 100%;
    max-width: 340px;
    float: left;
}

.back_to_work_text h2 strong {
    text-transform: uppercase;
}

.hero_content p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    max-width: 427px;
    margin-bottom: 20px;
}

.dose_hour img {
    max-width: 111px;
}

.dose_hour {
    width: 111px;
    float: right;
}

.back_to_work {
    width: 100%;
    float: left;
}

.hero_content_inner {
    max-width: 470px;
    float: right;
}

.index_cta_outer {
    background-image: url(../images/cta-gradient-bg.jpg);
    padding: 60px 0 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta_info p {
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
    max-width: 320px;
    margin: 0 auto 35px;
    min-height: 81px;
}

.cta_info {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 35px 0;
}

.cta_info.cta_info_two .btn {
    max-width: 288px;
    white-space: normal;
    border-radius: 30px;
}

.cta_info_one p {
    max-width: 290px;
}

.cta_info_one .btn_outer a {
    max-width: 300px;
    width: 100%;
}

.cta_info_three p {
    max-width: 280px;
}

.cta_info.cta_info_one .btn_outer,
.cta_info.cta_info_three .btn_outer {
    padding-top: 20px;
}

.mid_cta {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.back_to_work_text h1 {
    margin-top: -10px;
}


/*index page css end here*/

.h2_dark {
    color: #98638A;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 auto 30px;
    text-align: center;
    font-style: italic;
    max-width: 1100px;
}

.dark_color {
    color: #98638A;
}

.abssi_num_outer .h2_dark {
    max-width: 1010px;
    margin-bottom: 40px;
}

.inner_banner_content {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}

.inner_banner_content h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 43px;
    color: #FFFFFF;
    max-width: 1010px;
}

.inner_banner_content h1 strong {
    font-weight: 500;
}

.abssi_num_outer {
    background: #E7EBF3;
    padding: 55px 0;
}

.page-id-57 .inner_banner_content h1 {
    max-width: inherit;
}

.readmissions_num h3 {
    font-size: 80px;
    color: #00B4C0;
    font-weight: bold;
    line-height: 1;
}

.readmissions_text p {
    font-size: 20px;
    line-height: 28px;
    color: #515B62;
    font-weight: 500;
}

.readmissions_num {
    width: 150px;
}

.readmissions_text {
    width: 330px;
    padding-left: 20px;
}

.abssi_num_outer .row .col-sm-6:first-of-type .readmissions_text {
    width: 325px;
}

.abssi_num_outer .row .col-sm-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.assed_on.common_outer {
    padding: 75px 0;
}

.assed_on.common_outer h3 {
    font-size: 24px;
    line-height: 32px;
    color: #515B62;
    font-weight: 500;
    text-align: center;
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
}

.ed_visits {
    border-right: 1px solid #707070;
}

.ed_visits h3:first-of-type {
    margin-bottom: 25px;
    line-height: 1;
}

.assed_on.common_outer .ed_visits h3 {
    max-width: inherit;
    text-align: left;
}

.cost_num {
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}

.admissions_chart.common_outer {
    background: #E7EBF3;
    padding: 75px 0;
}

.chart_outer img {
    max-width: 100%;
    width: 100%;
}

.hospital-costs-mob.for_mobile {
    max-width: 1005px;
}

.chart_heading {
    color: #0E7286;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

.admissions_chart .h2_dark {
    max-width: 1015px;
}

.chart_outer.common_outer {
    text-align: center;
}

.admissions_chart row {
    display: flex;
    align-items: center;
}

.costs_annually {
    border-right: 1px solid #707070;
}

.admissions_chart p {
    font-size: 20px;
    font-weight: 500;
    color: #515B62;
}

.costs_annually p {
    line-height: 28px;
    margin-bottom: 12px;
}

.skin_structure p {
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
}

.skin_structure p span {
    font-weight: bold;
}

.impose_inner {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

.costs_annually p:last-of-type {
    margin-bottom: 0;
}

.col-sm-6.costs_annually {
    text-align: left;
    width: 100%;
}

.skin_structure .impose_inner {
    padding-left: 25px;
}

.admissions_chart.common_outer {
    text-align: center;
}

.ref_outer p {
    font-size: 15px;
    line-height: 18px;
}

.cta_btn {
    width: 100%;
    display: inline-block;
    padding-top: 38px;
    text-align: center;
}

.bottom_cta h2 {
    font-size: 33px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.bottom_cta {
    background-image: url(../images/inner-cta-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 70px;
    padding: 50px 0 40px;
    width: 100%;
    float: left;
    background-size: cover;
}

.what_is_kimyrsa .bottom_cta {
    padding-top: 30px;
}

.what_is_kimyrsa .cta_btn {
    padding-top: 25px;
}

.absssi_treatment_challenges .inner_banner_content h1 {
    max-width: 933px;
}

.discharged_outer {
    padding: 0 0 75px;
}

.section_bg {
    background: #E7EBF3
}

.ref_outer a {
    color: inherit;
    cursor: pointer;
}

.many_factors {
    padding: 65px 0 40px;
}

.sub_heading {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #0E7286;
    text-align: center;
}

.right_border {
    border-right: 1px solid #707070;
}

.row_outer {
    width: 100%;
    display: inline-block;
}

.many_factors .row_outer {
    padding-top: 25px;
}

.comorbidities_may li:first-of-type {
    padding-bottom: 35px;
}

.can.decrease {
    padding-top: 15px;
}

.single_dose .bullet_list li:last-of-type {
    margin-top: 15px;
    max-width: 1078px;
}

.infusion_therapy .h2_dark {
    max-width: 944px;
}

.infusion_therapy p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #515B62;
    text-align: center;
    max-width: 381px;
    margin: 0 auto;
    font-weight: 500;
}

.infusion_therapy_num h3 {
    font-size: 80px;
    color: #00B4C0;
    font-weight: bold;
    line-height: 1;
}

.infusion_therapy_num h4 {
    font-size: 20px;
    color: #00B4C0;
    font-weight: bold;
    line-height: 28px;
    font-weight: 500;
}

.infusion_therapy_num {
    width: 220px;
    text-align: center;
}

.infusion_therapy .infusion_therapy_left {
    display: flex;
    align-items: center;
}

.infusion_therapy_text {
    padding-left: 20px;
}

.infusion_therapy .infusion_therapy_left p {
    text-align: left;
}

.home_care {
    border-left: 1px solid #707070;
    min-height: 110px;
}

.their_days.common_outer {
    padding: 35px 0 50px;
}

.hour_vial {
    width: 192px;
}

.hour_vial_text {
    padding-left: 45px;
}

.hour_vial_text .h2_dark {
    text-align: left;
}

.hour_vial_text {
    width: 100%;
    max-width: 947px;
}

.their_days .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hour_vial_text h2 {
    margin: 0;
}

.what_is_kimyrsa .bottom_cta h2 {
    max-width: 795px;
    margin: 0 auto;
}

.infusions_outer {
    padding: 85px 0;
}

.vancomycin_desc {
    width: 100%;
    max-width: 485px;
    text-align: center;
    float: left;
}

.infusions_outer .long_acting h3 {
    color: #EC1C27;
    max-width: 280px;
    margin-bottom: 15px;
}

.infusions_outer h3 {
    font-size: 24px;
    line-height: 32px;
    max-width: 260px;
    margin: 0 auto 25px;
    color: #515B62;
    text-align: center;
    font-weight: bold;
}

.long_acting {
    width: 100%;
    max-width: 550px;
    float: left;
    text-align: center;
}

.long_acting img {
    max-width: 165px;
}

.long_acting p {
    font-size: 24px;
    line-height: 32px;
    color: #515B62;
    font-weight: 500;
    max-width: 387px;
    margin: 0 auto;
}

.extended_list {
    margin: 30px 0 0;
    width: 100%;
    float: left;
    /*border-top: 1px dashed #0E7286;*/
    padding-top: 40px;
}

.extended_list .bullet_list li {
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #515B62;
}

.extended_list .bullet_list li .dark_color {
    font-weight: bold;
}

.side_dash {
    color: #EC1C27;
    margin-right: 4px;
}

.extended_list .bullet_list li p {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 3px;
}

.extended_list .bullet_list li::before {
    top: 11px;
}

.page-id-20 .inner_banner_content h1 {
    max-width: 100%;
}

.semisynthetic_img {
    width: 100%;
    float: left;
    max-width: 730px;
}

.semisynthetic_desc {
    width: 100%;
    float: left;
    padding-left: 25px;
    max-width: 400px;
    padding-top: 30px;
}

.semisynthetic_num {
    width: 35px;
    float: left;
}

.semisynthetic_desc p {
    color: #515B62;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.semisynthetic_list {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.semisynthetic_content {
    max-width: 335px;
    width: 100%;
    float: left;
    padding-left: 18px;
}

.semisynthetic_list:last-of-type {
    margin-bottom: 0;
}

.semisynthetic_outer.common_outer {
    padding: 56px 0 70px;
}

.moa_video_outer {
    background-image: url(../images/green-gradient.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0;
}

.moa_video {
    width: 100%;
    padding: 30px 0;
}

.moa_text h3 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.moa_text {
    width: 100%;
}

.moa_video_outer .container {
    display: flex;
    align-items: center;
}

.other_treatment_outer {
    background-image: url(../images/green-gradient.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0;
}

.other_treatment_img {
    width: 513px;
    padding-left: 120px;
}

.other_treatment_text h3 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.other_treatment_text {
    width: 590px;
}

.other_treatment_outer .container {
    display: flex;
    align-items: center;
}

.page-id-20 .bottom_cta_inner h2 {
    max-width: 645px;
    margin: 0 auto;
}

.page-id-20 .cta_btn {
    padding-top: 25px;
    margin-bottom: 15px;
}

.ref_outer p {
    position: relative;
}

.side_star {
    position: absolute;
    left: -7px;
}

.page-id-22 .inner_banner_content h1 {
    max-width: 855px;
}

.pk_profile h3 {
    color: #0E7286;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    max-width: 939px;
    margin: 0 auto;
    text-align: center;
}

.pk_profile {
    padding: 25px 0 35px;
    margin: 45px 0 55px;
}

.pk_population {
    text-align: center;
}

.new_pk_chart img {
    max-width: 870px;
}

.pk_parameters h3 {
    line-height: 24px;
    max-width: 1109px;
    margin: 0 auto 60px;
}

.chart_outer.pk_parameters {
    width: 100%;
    float: left;
    padding: 30px 0 60px;
}

.pk_parameters .new_pk_chart img {
    max-width: 1103px;
}

.foot_note p {
    font-size: 15px;
    line-height: 18px;
    color: #515B62;
    text-align: left;
    position: relative;
}

.foot_note p sup {
    position: absolute;
    left: -5px;
    top: 5px;
}

.oritavancin_demonstrated .foot_note p {
    color: #fff;
}

.oritavancin_demonstrated {
    background-image: url(../images/green-oritavancin-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 65px;
    margin-top: 65px;
}

.oritavancin_demonstrated h2 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}

.bactericidal_action_outer {
    width: 100%;
    float: left;
    background: #E7EBF3;
    padding: 35px;
}

.oritavancin_graph h4 {
    color: #58A8B2;
}

.vancomycin_graph h4 {
    color: #515B62;
}

.bactericidal_action_outer h4 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    bottom: -20px;
    padding-left: 20px;
    position: relative;
}

.bactericidal_outer .bullet_list li {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    padding: 5px 0 5px 15px;
}

.bactericidal_outer .bullet_list li::before {
    background: #fff;
}

.bactericidal_outer ul {
    max-width: 985px;
    text-align: left;
}

.bactericidal_outer {
    text-align: center;
    padding: 30px 0;
}

.page-id-22 .bottom_cta_inner h2 {
    max-width: 800px;
    margin: 0 auto;
}

.page-id-22 .cta_btn {
    padding: 25px 0 0;
}

.page-id-22 .bottom_cta {
    padding: 35px 0 40px;
}

.page-id-24 h1 {
    max-width: 100%;
}

.page-id-24 .pk_profile h3 {
    max-width: 1100px;
    font-size: 28px;
}

.page-id-24 .pk_profile h3 strong,
.pk_profile strong {
    font-weight: 900;
}

.page-id-24 .pk_profile {
    margin-bottom: 80px;
}

.values_for_common .sub_heading {
    line-height: 28px;
    max-width: 957px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.values_for_common .values_for_common_chart img {
    max-width: 1103px;
}

.values_for_common_chart {
    padding-bottom: 35px;
}

.page-id-26 .inner_banner_content h1 {
    max-width: inherit;
}

.page-id-26 .pk_profile {
    margin: 25px 0 0;
    padding: 50px 15px;
}

.pivotal_trials {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto 0;
    display: inline-block;
    color: #333639;
    font-size: 20px;
    line-height: 24px;
}

.page-id-26 .pk_profile h3 {
    max-width: 1097px;
    font-size: 28px;
}

.two_btm_cta .bottom_cta h2 {
    font-size: 28px;
    line-height: 32px;
    max-width: 485px;
    margin: 5px auto 0;
    min-height: 96px;
}

.two_btm_cta .bottom_cta {
    padding: 45px 0 40px;
    margin-top: 45px;
}

.two_btm_cta .btn {
    white-space: normal;
    border-radius: 31px;
    padding: 11px 25px;
}

.left_cta .btn {
    max-width: 302px;
}

.right_cta .btn {
    max-width: 278px;
}

.left_cta {
    border-right: 1px solid #fff;
}

.page-id-28 .inner_banner_content h1 {
    max-width: 1025px;
}

.page-id-28 .pk_profile h3 {
    max-width: 1097px;
    font-size: 28px;
}

.page-id-28 .pk_profile {
    padding: 50px 0;
    margin-bottom: 77px;
}

.randomized_outer p {
    font-size: 20px;
    line-height: 24px;
    color: #333639;
    padding: 5px 0;
}

.common_outer.randomized_outer {
    padding-bottom: 65px;
}

.page-id-28 .study_design_solo .sub_heading {
    line-height: 40px;
    padding-bottom: 25px;
}

.page-id-28 .study_design_solo img {
    max-width: 965px;
}

.chart_outer.study_design_solo {
    padding-bottom: 30px;
}

.demographic_baseline .sub_heading {
    line-height: 24px;
    margin-bottom: 19px;
}

.demographic_baseline .sub_heading span {
    font-size: 20px;
    line-height: 24px;
    color: #333639;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

.common_outer.demographic_baseline {
    padding-top: 90px;
}

.demographic_baseline img {
    max-width: 1105px;
}

.demographic_baseline .foot_note.common_outer p {
    max-width: 1108px;
}

.page-id-28 .bottom_cta h2 {
    max-width: 795px;
    margin: 0 auto;
}

.page-id-28 .pk_profile,
.pk_profile {
    padding-left: 15px;
    padding-right: 15px;
}

.page-id-16 .inner_banner_content h1 {
    max-width: 900px;
}

.page-id-6 .bottom_cta h2 {
    max-width: 840px;
    margin: 0 auto;
}

.extended_list .bullet_list .inner_ul li::before {
    display: none;
}

.extended_list .bullet_list .inner_ul li {
    padding: 2px 0 0;
    margin: 0;
}

.inner_banner {
    position: relative;
}

.solow_two_text li {
    font-size: 18px;
    line-height: 24px;
    color: #333639;
    margin-bottom: 5px;
    font-weight: normal;
}

.solow_two_text h3 {
    font-size: 22px;
    line-height: 24px;
    color: #98638A;
    margin-bottom: 5px;
    font-weight: 500;
}

.cookie_outer {
    background: #767474;
    height: 80px;
    width: 100%;
    float: left;
}

.cookie_outer h3 {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    line-height: 18px;
}

.cookie_outer p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    line-height: 18px;
}

.cookie_outer p a {
    color: #fff;
}

.cookies_text {
    width: 100%;
    max-width: 580px;
    float: left;
}

.cookie_outer {
    background: #767474;
    width: 100%;
    float: left;
    padding: 20px 0;
}

.cookiebody .header_outer {
    top: 80px;
}

.understand_btn {
    width: 160px;
    float: left;
    padding-top: 3px;
}

.understand_btn a {
    background: #3D3D3D;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px 25px 8px;
    border-radius: 30px;
}

.infusions_outer h2 {
    color: #98638A;
    text-align: center;
    margin-bottom: 30px;
}

.foot_note p sup.normal_sup {
    position: relative;
    left: auto;
    top: -5px;
}

.inline_block {
    display: inline-block;
    font-weight: normal !important;
}

.tag_title {
    font-size: 23px;
    color: #515B62;
    font-weight: 400;
}

.bactericidal_action_outer .tag_title {
    text-align: center;
}

.subset_text {
    color: #fff;
    font-size: 20px;
    padding-bottom: 40px;
}

.trends_indicate {
    font-size: 24px;
    color: #fff;
    padding-bottom: 40px;
    font-weight: bold;
}

.inner_ul .side_dash {
    position: absolute;
    left: 0;
}

.inner_ul li {
    padding-left: 20px !important;
}

.btn.red_btn.download_patient.download_order {
    margin: 0;
    background-size: 28px;
}

.safety-population.population_list {
    padding: 0 0 75px;
}

.foot_note.common_outer.real-world_notes {
    margin: 20px 0 0;
}

.prescribe_text {
    padding-top: 30px;
}

.nearly_twice strong {
    text-align: center;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
    color: #515B62;
}

a.btn.red_btn.copay_cstm.download_patient {
    margin-left: 30px;
}

.pk_profile.section_bg.top_bg_sec h3,
#safety-data .custom_heading h3,
#solo-study-result .custom_heading h3 {
    font-size: 28px;
    max-width: inherit !important;
}

.achieved_early_cta .bottom_cta h2 {
    max-width: 800px;
    margin: 0 auto;
}

.ref_line {
    margin-bottom: 10px;
}

.page-id-57 .pk_profile.custom_heading {
    margin-left: 0;
    margin-right: 0;
}

.common_outer.pk_population.assigned_study_drugs {
    padding-top: 60px;
}

.common_outer.pk_population.assigned_study_drugs .safety-population.population_list {
    padding-bottom: 0;
}

.common_outer.intent_treat .chart_outer.study_design_solo .values_for_common_chart {
    padding-top: 20px;
}

.page-id-24 .isi_content .ref_outer.inner_page_ref {
    display: none;
}

.common_outer.pk_population.alternate_bg {
    background-image: url(../images/green-oritavancin-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.common_outer.oritavancin_demonstrated.remove_bg {
    background: none;
}

.page-id-16 .discharged_outer.common_outer.single_dose {
    padding-top: 50px;
}

.nearly_twice {
    font-size: 24px;
    margin: -40px 0 0;
}

.vitro_within {
    font-size: 26px;
    color: #fff;
    font-style: italic;
    margin-bottom: 30px;
}

.assigned_study_drugs .foot_note.common_outer {
    padding-top: 30px;
}

.fourth_tab1 {
    width: 100%;
    display: inline-block;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 0px;
    cursor: pointer;
    border: none;
    z-index: 9999;
    background: none;
    padding: 0;
    border: 1px solid #fafafa;
}

#myBtn img {
    max-width: 120px;
}

.nearly_twice.two_x_design img {
    max-width: 104px;
}

.nearly_twice.two_x_design strong {
    text-align: left;
    padding-left: 30px;
    padding-top: 0;
}

.nearly_twice.two_x_design {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
}

.call-link {
    color: #fff !important;
}

.side_star.side_star_2 {
    left: -12px;
}

.btn.red_btn.copay_cstm.download_patient {
    background-image: url(../images/save_icon.png);
    background-size: 30px;
    background-position: center left 30px;
    padding-left: 70px;
}

.assigned_study_drugs .foot_note.common_outer.foot_postion {
    padding-bottom: 20px;
    padding-top: 0;
}

.foot_note p sup.two_sup {
    left: -9px;
}

.side_star.side_star_two {
    left: -13px;
}

.scroll_down2 a {
    cursor: pointer;
}

.necessarily_not {
    margin-top: 10px;
}

.foot_note.common_outer.new-pk-chart-note {
    margin-bottom: 30px;
}

.pathogens_sec {
    padding-top: 40px;
}

.foot_note p.activity.does {
    font-size: 17px;
}

.foot_note p sup.sup_two {
    left: -9px;
}

.green_bg.their_nature {
    background: transparent linear-gradient(180deg, #00B4C0 0%, #0E7286 100%) 0% 0% no-repeat padding-box;
    padding: 15px 15px 15px 20px;
    margin-bottom: 50px;
    margin-top: -15px;
}

.green_bg.their_nature p {
    color: #fff;
    position: relative;
}

.content_provide_outer {
    padding-top: 50px;
}

.page-id-38 .btn.red_btn.download_patient {
    margin-bottom: 0;
}

.page-id-16 .discharged_outer.common_outer {
    padding: 0;
}

.logo_side .for_desktop {
    position: relative;
    top: -3px;
}

.page-id-57 #isi_content.isi_content .ref_outer.inner_page_ref {
    display: none;
}

.side_sup {
    position: absolute;
    left: -5px;
    top: 5px;
}

.green_bg.their_nature sup {
    position: absolute;
    left: -6px;
    top: 6px;
}

.page-id-6 .ref_outer.inner_page_ref p.font_isi {
    font-size: 20px;
    line-height: 24px;
}

.page-id-6 .ref_outer.inner_page_ref p.font_isi .side_sup {
    left: -6px
}

body .isi_font,
body .activity.does.isi_font {
    font-size: 20px;
    line-height: 24px;
}
